"
+ "" + tr("Past Project Managers:") + " Max-Wilhelm Bruker Marcus Schütz
"
+ "" + tr("Developers:") + " "
@@ -288,6 +295,12 @@ void MainWindow::actAbout()
));
}
+void MainWindow::actUpdate()
+{
+ DlgUpdate dlg(this);
+ dlg.exec();
+}
+
void MainWindow::serverTimeout()
{
QMessageBox::critical(this, tr("Error"), tr("Server timeout"));
@@ -495,6 +508,7 @@ void MainWindow::retranslateUi()
#endif
aAbout->setText(tr("&About Cockatrice"));
+ aUpdate->setText(tr("&Update Cockatrice"));
helpMenu->setTitle(tr("&Help"));
aCheckCardUpdates->setText(tr("Check for card updates..."));
tabSupervisor->retranslateUi();
@@ -525,6 +539,8 @@ void MainWindow::createActions()
aAbout = new QAction(this);
connect(aAbout, SIGNAL(triggered()), this, SLOT(actAbout()));
+ aUpdate = new QAction(this);
+ connect(aUpdate, SIGNAL(triggered()), this, SLOT(actUpdate()));
aCheckCardUpdates = new QAction(this);
connect(aCheckCardUpdates, SIGNAL(triggered()), this, SLOT(actCheckCardUpdates()));
@@ -566,6 +582,7 @@ void MainWindow::createMenus()
helpMenu = menuBar()->addMenu(QString());
helpMenu->addAction(aAbout);
+ helpMenu->addAction(aUpdate);
}
MainWindow::MainWindow(QWidget *parent)
diff --git a/cockatrice/src/window_main.h b/cockatrice/src/window_main.h
index 3c7c6ed92..842eebd0f 100644
--- a/cockatrice/src/window_main.h
+++ b/cockatrice/src/window_main.h
@@ -25,8 +25,11 @@
#include
#include
#include
+#include
+
#include "abstractclient.h"
#include "pb/response.pb.h"
+#include "update_checker.h"
class TabSupervisor;
class RemoteClient;
@@ -66,6 +69,7 @@ private slots:
void actExit();
void actAbout();
+ void actUpdate();
void iconActivated(QSystemTrayIcon::ActivationReason reason);
@@ -90,7 +94,7 @@ private:
QList tabMenus;
QMenu *cockatriceMenu, *helpMenu;
QAction *aConnect, *aDisconnect, *aSinglePlayer, *aWatchReplay, *aDeckEditor, *aFullScreen, *aSettings, *aExit,
- *aAbout, *aCheckCardUpdates, *aRegister;
+ *aAbout, *aCheckCardUpdates, *aRegister, *aUpdate;
TabSupervisor *tabSupervisor;
QMenu *trayIconMenu;
@@ -105,6 +109,7 @@ private:
QMessageBox serverShutdownMessageBox;
QProcess * cardUpdateProcess;
+
public:
MainWindow(QWidget *parent = 0);
~MainWindow();
diff --git a/cockatrice/translations/cockatrice_cs.ts b/cockatrice/translations/cockatrice_cs.ts
index cd9226344..4c4e650f6 100644
--- a/cockatrice/translations/cockatrice_cs.ts
+++ b/cockatrice/translations/cockatrice_cs.ts
@@ -20,57 +20,57 @@
AppearanceSettingsPage
-
+ Theme settings
-
+ Current theme:
-
+ Card renderingVykreslování karet
-
+ Display card names on cards having a pictureZobrazit jména karet na kartách s obrázky
-
+ Scale cards on mouse over
-
+ Hand layoutRozvržení ruky
-
+ Display hand horizontally (wastes space)Zobrazit ruku horizontálně (plýtvá místem)
-
+ Enable left justification
-
+ Table grid layoutRozložení herní mřížky
-
+ Invert vertical coordinatePřevrátit vertikální souřadnice
-
+ Minimum player count for multi-column layout:Minimální počet hráčů pro víceřádkové rozvržení:
@@ -78,107 +78,107 @@
BanDialog
-
+ ban &user name
-
+ ban &IP address
-
+ ban client I&D
-
+ Ban typeTyp banu
-
+ &permanent ban
-
+ &temporary ban
-
+ &Days:
-
+ &Hours:
-
+ &Minutes:
-
+ Duration of the banTrvání banu
-
+ Please enter the reason for the ban.
This is only saved for moderators and cannot be seen by the banned person.Uveďte prosím důvod pro ban.
Toto je uloženo pouze pro moderátory a banovaná osoba to neuvidí.
-
+ Please enter the reason for the ban that will be visible to the banned person.Uveďte prosám důvod pro ban, který uvidí banovaná osoba.
-
+ &OK&OK
-
+ &Cancel
-
+ Ban user from serverZabanovat uživatele ze serveru
-
-
-
-
+
+
+
+ ErrorError
-
+ You have to select a name-based, IP-based, clientId based, or some combination of the three to place a ban.
-
+ You must have a value in the name ban when selecting the name ban checkbox.
-
+ You must have a value in the ip ban when selecting the ip ban checkbox.
-
+ You must have a value in the clientid ban when selecting the clientid ban checkbox.
@@ -186,12 +186,12 @@ Toto je uloženo pouze pro moderátory a banovaná osoba to neuvidí.
CardDatabase
-
+ New sets found
-
+ %1 new set(s) have been found in the card database. Do you want to enable them?
@@ -199,27 +199,27 @@ Toto je uloženo pouze pro moderátory a banovaná osoba to neuvidí.
CardDatabaseModel
-
+ NameJméno
-
+ SetsSady
-
+ Mana costSesílací cena
-
+ Card typeTyp karty
-
+ P/TS/O
@@ -234,12 +234,12 @@ Toto je uloženo pouze pro moderátory a banovaná osoba to neuvidí.
Description
-
+ PopisBoth
-
+ Obojí
@@ -257,7 +257,7 @@ Toto je uloženo pouze pro moderátory a banovaná osoba to neuvidí.
Color(s):
-
+ Barva:
@@ -278,47 +278,47 @@ Toto je uloženo pouze pro moderátory a banovaná osoba to neuvidí.
CardInfoWidget
-
+ Show card onlyZobrazit pouze kartu
-
+ Show text onlyZobrazit pouze text
-
+ Show full infoZobrazit všechny informace
-
+ Name:Jméno:
-
+ Mana cost:Sesílací cena:
-
+ Color(s):
-
+ Barva:
-
+ Card type:Typ karty:
-
+ P / T:S / O:
-
+ Loyalty:
@@ -582,12 +582,12 @@ Toto je uloženo pouze pro moderátory a banovaná osoba to neuvidí.
DeckEditorSettingsPage
-
+ Nothing is here... yet
-
+ GeneralObecné
@@ -627,42 +627,42 @@ Toto je uloženo pouze pro moderátory a banovaná osoba to neuvidí.
DeckViewContainer
-
+ Load local deck
-
+ Load deck from server
-
+ Ready to s&tartPřipraven ke &hře
-
+ S&ideboard unlocked
-
+ S&ideboard locked
-
+ Load deckNahrát balíček
-
+ Error
-
+ The selected file could not be loaded.Vybraný soubor se nepodařilo načíst.
@@ -708,55 +708,65 @@ Toto je uloženo pouze pro moderátory a banovaná osoba to neuvidí.
DlgConnect
-
+ Previous Host
-
+ New Host
-
+ &Host:&Hostitel:
-
+ Enter host name
-
+ &Port:&Port:
-
+ Player &name:Jméno &hráče:
-
+ P&assword:H&eslo:
-
+ &Save password
-
+ A&uto connect at start
-
+ Connect to serverPřipojit k serveru
+
+
+ Connect Warning
+
+
+
+
+ The player name can't be empty.
+
+ DlgCreateGame
@@ -826,27 +836,27 @@ Toto je uloženo pouze pro moderátory a banovaná osoba to neuvidí.Diváci
-
+ &Clear
-
+ Create gameVytvořit hru
-
+ Game informationInformace o hře
-
+ ErrorChyba
-
+ Server error.Chyba serveru.
@@ -1306,6 +1316,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
+ Registration Warning
@@ -1319,6 +1330,11 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Your email addresses do not match, please try again.
+
+
+ The player name can't be empty.
+
+ Country:
@@ -1338,19 +1354,19 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
DlgSettings
-
-
-
+
+
+ ErrorChyba
-
+ Unknown Error loading card databaseNeznámý error při nahrávání databáze karet.
-
+ Your card database is invalid.
Cockatrice may not function correctly with an invalid database
@@ -1364,7 +1380,7 @@ Je možné že bude nutné znovu spustit Oracle pro obnovení databáze karet.
Chtěl/a by jste změnit nastavení lokace databáze?
-
+ Your card database version is too old.
This can cause problems loading card information or images
@@ -1375,21 +1391,21 @@ Would you like to change your database location setting?
-
+ File Error loading your card database.
Would you like to change your database location setting?
-
+ Your card database was loaded but contains no cards.
Would you like to change your database location setting?
-
+ Your card database did not finish loading
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your cards.xml attached
@@ -1398,7 +1414,7 @@ Would you like to change your database location setting?
-
+ Unknown card database load status
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues
@@ -1407,56 +1423,91 @@ Would you like to change your database location setting?
-
+ The path to your deck directory is invalid. Would you like to go back and set the correct path?Cesta k adresáři s balíčky je neplatná. Chcete se vrátit a nastavit správnou?
-
+ The path to your card pictures directory is invalid. Would you like to go back and set the correct path?Cesta k adresáři s obrázky je neplatná. Chcete se vrátit a nastavit správnou?
-
+ SettingsNastavení
-
+ GeneralObecné
-
+ AppearanceVzhled
-
+ User Interface
-
+ Deck Editor
-
+ Chat
-
+ Sound
-
+ Shortcuts
+
+ DlgUpdate
+
+
+ Error
+
+
+
+
+ Cockatrice was not built with SSL support, so cannot download updates! Please visit the download page and update manually.
+
+
+
+
+ Your version of Cockatrice is out of date, but there are no packages available for your operating system. You may have to use a developer build or build from source yourself. Please visit the download page.
+
+
+
+
+ Cockatrice Update
+
+
+
+
+ Your version of Cockatrice is up to date.
+
+
+
+
+
+
+ Update Error
+
+
+GameSelector
@@ -1670,112 +1721,118 @@ Would you like to change your database location setting?
GeneralSettingsPage
-
+ Reset/Clear Downloaded Pictures
-
-
-
-
-
+
+
+
+
+ Choose pathVyberte cestu
-
+ Success
-
+ Downloaded card pictures have been reset.
-
+ Error
-
+ One or more downloaded card pictures could not be cleared.
-
+ Personal settingsOsobní nastavení
-
+ Language:Jazyk:
-
+ Download card pictures on the flyStahovat obrázky karet za běhu
-
- Download card pictures from a custom URL
+
+ Primary download URL:
-
- Custom Card Download URL:
+
+ Fallback download URL:
-
- Linking FAQ
+
+
+ Reset
-
+
+ How to set a custom picture url
+
+
+
+ Notify when new client features are available
-
+ PathsCesty
-
+ Decks directory:Adresář s balíčky:
-
+ Replays directory:
-
+ Pictures directory:Adresář s obrázky:
-
+ Card database:
-
+ Token database:
-
+ Picture cache size:
-
+ EnglishČesky (Czech)
@@ -1783,547 +1840,557 @@ Would you like to change your database location setting?
MainWindow
-
+ There are too many concurrent connections from your address.Z vaší adresy jde mnoho současných připojení.
-
+ Scheduled server shutdown.
-
+ Banned by moderator
-
+ Expected end time: %1
-
+ This ban lasts indefinitely.
-
+ Connection closedPřipojení uzavřeno
-
+ The server has terminated your connection.
Reason: %1Server přerušil spojení.
Důvod: %1
-
+ Scheduled server shutdown
-
+ The server is going to be restarted in %n minute(s).
All running games will be lost.
Reason for shutdown: %1
-
+ Number of playersPočet hráčů
-
+ Please enter the number of players.Vložte počet hráčů.
-
+ Player %1Hráč %1
-
+ Load replay
-
+ About CockatriceO Cockatrice
-
+ Version %1Verze %1
-
+ Translators:Překlad:
-
+ Project Manager:
-
+ The server has reached its maximum user capacity, please check back later.
-
-
+
+ Invalid username.
-
+ You have been logged out due to logging in at another location.
-
-
+
+ Success
-
+ Registration accepted.
Will now login.
-
+ Account activation accepted.
Will now login.
-
-
- Past Project Managers:
-
-
-
-
- Developers:
-
-
-
-
- Our Developers
-
-
-
-
- Help Develop!
-
-
- Recognition Page
-
-
-
-
- Help Translate!
+ Cockatrice Webpage
- Support:
+ Past Project Managers:
+ Developers:
+
+
+
+
+ Our Developers
+
+
+
+
+ Help Develop!
+
+
+
+
+ Recognition Page
+
+
+
+
+ Help Translate!
+
+
+
+
+ Support:
+
+
+
+ Report an Issue
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ErrorChyba
-
+ Server timeoutVypršel časový limit
-
+ Failed Login
-
+ Your client does not support features that the server requires, please update your client and try again.
-
+ Incorrect username or password. Please check your authentication information and try again.
-
+ There is already an active session using this user name.
Please close that session first and re-login.S tímto uživatelským jménem jste již připojeni.
Přerušte spojení a znovu se přihlašte.
-
-
+
+ You are banned until %1.
-
-
+
+ You are banned indefinitely.
-
+ This server requires user registration. Do you want to register now?
-
+ This server requires client ID's. Your client is either failing to generate an ID or you are running a modified client.
Please close and reopen your client to try again.
-
+ An internal error has occurred, please try closing and reopening your client and try again. If the error persists try updating your client to the most recent build and if need be contact your software provider.
-
+ Account activation
-
+ Unknown login error: %1
-
-
+
+
This usually means that your client version is out of date, and the server sent a reply your client doesn't understand.
-
+ Your username must respect these rules:
-
+ is %1 - %2 characters long
-
+ can %1 contain lowercase characters
-
-
-
+
+
+ NOT
-
+ can %1 contain uppercase characters
-
+ can %1 contain numeric characters
-
+ can contain the following punctuation: %1
-
+ first character can %1 be a punctuation mark
-
+ You may only use A-Z, a-z, 0-9, _, ., and - in your username.
-
-
-
-
-
+
+
+
+
+ Registration denied
-
+ Registration is currently disabled on this server
-
+ There is already an existing account with the same user name.
-
+ It's mandatory to specify a valid email address when registering.
-
+ Too many registration attempts from your IP address.
-
+ Password too short.
-
+ Registration failed for a technical problem on the server.
-
+ Unknown registration error: %1
-
+ Account activation failed
-
+ Socket error: %1Chyba socketu: %1
-
+ You are trying to connect to an obsolete server. Please downgrade your Cockatrice version or connect to a suitable server.
Local version is %1, remote version is %2.Snažíte se připojit na zastaralý server. Prosíme, stáhněte si nižší verzi Cockatrice, nebo se připojte k odpovídajícímu serveru.
Lokální verze je %1, verze serveru je %2.
-
+ Your Cockatrice client is obsolete. Please update your Cockatrice version.
Local version is %1, remote version is %2.Váš klient je zastaralý. Prosíme, aktualizujte Cockatrice na vyšší verzi.
Lokální verze je %1, verze serveru je %2.
-
+ Connecting to %1...Připojování k %1...
-
+ Registering to %1 as %2...
-
+ DisconnectedOdpojeno
-
+ Connected, logging in at %1
-
+ &Connect...&Připojit...
-
+ &Disconnect&Odpojit
-
+ Start &local game...Spustit &lokální hru...
-
+ &Watch replay...
-
+ &Deck editor&Editor balíčků
-
+ &Full screen&Celá obrazovka
-
+ &Register to server...
-
+ &Settings...&Nastavení...
-
-
+
+ &Exit&Konec
-
+ A&ctions
-
+ &Cockatrice&Cockatrice
-
+ &About Cockatrice&O Cockatrice
-
+
+ &Update Cockatrice
+
+
+
+ &Help&Nápověda
-
+ Check for card updates...
-
+ A card database update is already running.
-
+ Unable to run the card database updater:
-
+ The card database updater exited with an error: %1
-
+ Update completed successfully. Cockatrice will now reload the card database.
-
+ Your client appears to be missing features that the server supports.
This usually means that your client version is out of date, please check to see if there is a new client available for download.
-
-
-
+
+
+ Information
-
+ Troubleshooting
-
+ F.A.Q.
-
+ Your account has not been activated yet.
You need to provide the activation token received in the activation email
-
+ failed to start.
-
+ crashed.
-
+ timed out.
-
+ write error.
-
+ read error.
-
+ unknown error.
@@ -2331,17 +2398,17 @@ You need to provide the activation token received in the activation email
MessageLogWidget
-
+ The game has been closed.Hra byla ukončena.
-
+ %1 is now watching the game.%1 nyní sleduje hru.
-
+ %1 is not watching the game any more.%1 přestal sledovat hru.
@@ -2389,136 +2456,136 @@ You need to provide the activation token received in the activation email
-
+ %1 has left the game.female
-
+ %1 has left the game.male
-
+ You have been kicked out of the game.
-
+ %1 has loaded a deck (%2).
-
+ %1 has loaded a deck with %2 sideboard cards (%3).
-
+ %1 is ready to start the game.female
-
+ %1 is ready to start the game.male
-
+ %1 is not ready to start the game any more.female
-
+ %1 is not ready to start the game any more.male
-
+ %1 has locked her sideboard.female
-
+ %1 has locked his sideboard.male
-
+ %1 has unlocked her sideboard.female
-
+ %1 has unlocked his sideboard.male
-
+ %1 has conceded the game.female
-
+ %1 has conceded the game.male
-
-
- %1 has restored connection to the game.
- female
-
-
-
-
- %1 has restored connection to the game.
- male
-
-
- %1 has lost connection to the game.
+ %1 has restored connection to the game.female
+ %1 has restored connection to the game.
+ male
+
+
+
+
+ %1 has lost connection to the game.
+ female
+
+
+
+ %1 has lost connection to the game.male
-
+ %1 shuffles %2.female
-
+ %1 shuffles %2.male
-
+ %1 rolls a %2 with a %3-sided die.female
-
+ %1 rolls a %2 with a %3-sided die.male
@@ -2540,464 +2607,486 @@ You need to provide the activation token received in the activation email
-
+ %1 undoes his last draw.%1 vrátil zpět svoje poslední líznutí.
-
+ %1 undoes her last draw.
-
+ %1 undoes his last draw (%2).%1 vrátil svoje poslední líznutí (%2).
-
+ %1 undoes her last draw (%2).
-
+ from exile z exilnutých karet
-
+ the bottom card of %1's library
-
+ the bottom card of his libraryspodní kartu knihovny
-
+ the bottom card of her library
-
+ from the bottom of %1's library
-
+ from the bottom of his library ze spodku knihovny
-
+ from the bottom of her library
-
+ the top card of %1's library
-
+
+ Heads (1)
+
+
+
+
+ Tails (2)
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ female
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ male
+
+
+
+ the top card of his libraryvrchní kartu knihovny
-
+ the top card of her library
-
+ from the top of %1's library
-
+ from the top of his libraryz vršku knihovny
-
+ from the top of her library
-
+ from %1's library
-
+ from library z knihovny
-
+ from sideboard ze sideboardu
-
+ from the stack ze stacku
-
+ %1 gives %2 control over %3.%1 předává kontrolu hráči %2 karty %3.
-
+ %1 puts %2 into play tapped%3.%1 dává kartu %2 do hry %3 tapnutou.
-
+ %1 puts %2 into play%3.%1 dává kartu %2 %3 do hry.
-
+ %1 exiles %2%3.%1 exiluje %2%3.
-
+ %1 puts %2%3 into his library.%1 dává %2%3 do knihovny.
-
+ %1 puts %2%3 into her library.
-
+ %1 puts %2%3 on bottom of his library.%1 dává %2%3 na spodek knihovny.
-
+ %1 puts %2%3 on bottom of her library.
-
+ %1 puts %2%3 on top of his library.%1 dává %2%3 na vršek knihovny.
-
+ %1 puts %2%3 on top of her library.
-
+ %1 puts %2%3 into his library at position %4.%1 dává %2%3 knihovny na pozici %4.
-
+ %1 puts %2%3 into her library at position %4.
-
+ %1 moves %2%3 to sideboard.%1 přesouvá %2%3 do sideboardu.
-
+ %1 plays %2%3.%1 sesílá %2%3.
-
+ %1 takes a mulligan to %n.female
-
+ %1 takes a mulligan to %n.male
-
+ %1 flips %2 face-down.female
-
+ %1 flips %2 face-down.male
-
+ %1 flips %2 face-up.female
-
+ %1 flips %2 face-up.male
-
+ %1 destroys %2.female
-
+ %1 destroys %2.male
-
+ %1 unattaches %2.female
-
+ %1 unattaches %2.male
-
+ %1 creates token: %2%3.female
-
+ %1 creates token: %2%3.male
-
+ %1 points from her %2 to herself.female
-
+ %1 points from his %2 to himself.male
-
+ %1 points from her %2 to %3.p1 female, p2 female
-
+ %1 points from her %2 to %3.p1 female, p2 male
-
+ %1 points from his %2 to %3.p1 male, p2 female
-
+ %1 points from his %2 to %3.p1 male, p2 male
-
+ %1 points from %2's %3 to herself.card owner female, target female
-
+ %1 points from %2's %3 to herself.card owner male, target female
-
+ %1 points from %2's %3 to himself.card owner female, target male
-
+ %1 points from %2's %3 to himself.card owner male, target male
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 female
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 male
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 female
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 male
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 female
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 male
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 female
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 male
-
+ %1 points from her %2 to her %3.female
-
+ %1 points from his %2 to his %3.male
-
+ %1 points from her %2 to %3's %4.p1 female, p2 female
-
+ %1 points from her %2 to %3's %4.p1 female, p2 male
-
+ %1 points from his %2 to %3's %4.p1 male, p2 female
-
+ %1 points from his %2 to %3's %4.p1 male, p2 male
-
+ %1 points from %2's %3 to her own %4.card owner female, target female
-
+ %1 points from %2's %3 to her own %4.card owner male, target female
-
+ %1 points from %2's %3 to his own %4.card owner female, target male
-
+ %1 points from %2's %3 to his own %4.card owner male, target male
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 male
@@ -3023,304 +3112,304 @@ You need to provide the activation token received in the activation email
-
+ %1 taps her permanents.female
-
+ %1 untaps her permanents.female
-
+ %1 taps his permanents.male
-
+ %1 untaps his permanents.male
-
+ %1 taps %2.female
-
+ %1 untaps %2.female
-
+ %1 taps %2.male
-
+ %1 untaps %2.male
-
+ %1 sets counter %2 to %3 (%4%5).female
-
+ %1 sets counter %2 to %3 (%4%5).male
-
+ %1 sets %2 to not untap normally.female
-
+ %1 sets %2 to not untap normally.male
-
+ %1 sets %2 to untap normally.female
-
+ %1 sets %2 to untap normally.male
-
+ %1 sets PT of %2 to %3.female
-
+ %1 sets PT of %2 to %3.male
-
+ %1 sets annotation of %2 to %3.female
-
-
- %1 sets annotation of %2 to %3.
- male
-
-
-
-
- %1 is looking at %2.
- female
-
-
-
-
- %1 is looking at %2.
- male
-
-
-
- %1 is looking at the top %n card(s) %2.
- female
-
-
-
- %1 is looking at the top %n card(s) %2.
- male
-
-
-
-
- %1 stops looking at %2.
- female
-
-
+ %1 sets annotation of %2 to %3.
+ male
+
+
+
+
+ %1 is looking at %2.
+ female
+
+
+
+
+ %1 is looking at %2.
+ male
+
+
+
+ %1 is looking at the top %n card(s) %2.
+ female
+
+
+
+ %1 is looking at the top %n card(s) %2.
+ male
+
+
+
+
+ %1 stops looking at %2.
+ female
+
+
+
+ %1 stops looking at %2.male
-
+ %1 reveals %2 to %3.p1 female, p2 female
-
-
- %1 reveals %2 to %3.
- p1 female, p2 male
-
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 female
-
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 male
-
-
-
-
- %1 reveals %2.
- female
-
-
-
-
- %1 reveals %2.
- male
-
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 female
-
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 male
-
-
+ %1 reveals %2 to %3.
+ p1 female, p2 male
+
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 female
+
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 male
+
+
+
+
+ %1 reveals %2.
+ female
+
+
+
+
+ %1 reveals %2.
+ male
+
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 female
+
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 male
+
+
+
+ %1 randomly reveals %2%3 to %4.p1 male, p2 female
-
+ %1 randomly reveals %2%3 to %4.p1 male, p2 male
-
+ %1 randomly reveals %2%3.female
-
+ %1 randomly reveals %2%3.male
-
+ %1 peeks at face down card #%2.female
-
+ %1 peeks at face down card #%2.male
-
+ %1 peeks at face down card #%2: %3.female
-
+ %1 peeks at face down card #%2: %3.male
-
+ %1 reveals %2%3 to %4.p1 female, p2 female
-
+ %1 reveals %2%3 to %4.p1 female, p2 male
-
+ %1 reveals %2%3 to %4.p1 male, p2 female
-
+ %1 reveals %2%3 to %4.p1 male, p2 male
-
+ %1 reveals %2%3.female
-
+ %1 reveals %2%3.male
-
+ %1 is now keeping the top card %2 revealed.
-
+ %1 is not revealing the top card %2 any longer.
-
+ It is now %1's turn.female
-
+ It is now %1's turn.male
-
-
+
+ a cardkartu
@@ -3339,32 +3428,32 @@ You need to provide the activation token received in the activation email
-
+ redčervenýčervenéčervených
-
+ yellowžlutýžlutéžlutých
-
+ greenzelenýzelenézelených
-
+ The game has started.Hra začíná.
-
+ %1 draws his initial hand.%1 líže startovní ruku.
-
+ %1 draws her initial hand.
@@ -3383,179 +3472,179 @@ You need to provide the activation token received in the activation email
-
+ ending phaseKonec kola
-
+ untap stepOdtapovací fáze
-
+ %1 draws %2 card(s).female
-
+ %1 draws %2 card(s).male
-
+ from play
-
+ from her graveyard
-
+ from his graveyard
-
+ from her hand
-
+ from his hand
-
+ %1 puts %2%3 into her graveyard.
-
+ %1 puts %2%3 into his graveyard.
-
+ %1 moves %2%3 to her hand.
-
+ %1 moves %2%3 to his hand.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 female
-
+ %1 attaches %2 to %3's %4.p1 female, p2 male
-
+ %1 attaches %2 to %3's %4.p1 male, p2 female
-
+ %1 attaches %2 to %3's %4.p1 male, p2 male
-
+ %1 places %2 %3 counter(s) on %4 (now %5).female
-
+ %1 places %2 %3 counter(s) on %4 (now %5).male
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).female
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).male
-
+ %1 is looking at the top %2 card(s) %3.female
-
+ %1 is looking at the top %2 card(s) %3.male
-
+ upkeep stepUpkeep
-
+ draw stepLízací fáze
-
+ first main phasePrvní hlavní fáze
-
+ beginning of combat stepZačátek bojové fáze
-
+ declare attackers stepOznámení útočníků
-
+ declare blockers stepOznámení blokujících
-
+ combat damage stepUdělení bojového zranění
-
+ end of combat stepKonec bojové fáze
-
+ second main phaseDruhá hlavní fáze
-
+ It is now the %1.Nyní je %1.
@@ -3563,74 +3652,79 @@ You need to provide the activation token received in the activation email
MessagesSettingsPage
-
+ Chat settings
-
+ Custom alert words
-
+ Enable chat mentions
-
+ Enable mention completer
-
+ In-game message macros
-
+ Ignore chat room messages sent by unregistered users
-
+ Ignore private messages sent by unregistered users
-
+ Enable desktop notifications for private messages
-
+
+ Enable desktop notification for mentions
+
+
+
+
+ Enable room message history on join
+
+
+
+ Separate words with a space, alphanumeric characters only
-
-
+
+ Invert text color
-
- Enable desktop notification for mentions.
-
-
-
-
-
+
+ (Color is hexadecimal)
-
+ Add messagePřidat zprávu
-
+ Message:Zpráva:
@@ -4074,7 +4168,7 @@ You need to provide the activation token received in the activation email
-
+ Number:Počet:
@@ -4099,32 +4193,33 @@ You need to provide the activation token received in the activation emailPočet stran:
-
+ Set power/toughnessNastavit sílu/odolnost
-
+ Please enter the new PT:Vložte novou odolnost/sílu:
-
+ Set annotationNastavit poznámku
-
+ Please enter the new annotation:Vložte novou poznámku:
-
+ Set countersNastavit žetony
-
+
+ Cr&eate related card
@@ -4132,37 +4227,37 @@ You need to provide the activation token received in the activation email
QMenuBar
-
+ Services
-
+ Hide %1
-
+ Hide Others
-
+ Show All
-
+ Preferences...
-
+ Quit %1
-
+ About %1
@@ -4170,13 +4265,13 @@ You need to provide the activation token received in the activation email
QObject
-
+ Cockatrice replays (*.cor)
- Common deck formats (*.cod *.dec *.mwDeck)
+ Common deck formats (*.cod *.dec *.txt *.mwDeck)
@@ -4273,27 +4368,11 @@ You need to provide the activation token received in the activation emailGames
Hry
-
-
-
- Error
-
-
-
-
- You do not have the proper permission to join this room.
-
-
-
-
- Failed to join the room due to an unknown error.
-
- SequenceEdit
-
+ Shortcut already in use
@@ -4326,6 +4405,29 @@ You need to provide the activation token received in the activation email
+
+ ShortcutsTab
+
+
+ Restore all default shortcuts
+
+
+
+
+ Do you really want to restore all default shortcuts?
+
+
+
+
+ Clear all default shortcuts
+
+
+
+
+ Do you really want to clear all shortcuts?
+
+
+ShutdownDialog
@@ -4347,37 +4449,32 @@ You need to provide the activation token received in the activation email
SoundSettingsPage
-
- Choose path
-
-
-
-
+ Enable &sounds
-
- Path to sounds directory:
+
+ Current sounds theme:
-
+ Test system sound engine
-
+ Sound settings
-
+ Master volume requires QT5
-
+ Master volume
@@ -4385,42 +4482,42 @@ You need to provide the activation token received in the activation email
TabAdmin
-
+ Update server &messageAktualizovat &zprávu serveru
-
+ &Shut down server
-
+ &Reload configuration
-
+ Server administration functionsAdministrační funkce serveru
-
+ &Unlock functions&Odemknout funkce
-
+ &Lock functions&Zamknout funkce
-
+ Unlock administration functionsOdemknout administrační funkce
-
+ Do you really want to unlock the administration functions?Opravdu chcete odemknout administrační funkce?
@@ -4433,219 +4530,226 @@ You need to provide the activation token received in the activation email
TabDeckEditor
-
+ &Print deck...
-
+ &Close
-
+ &Edit sets...
-
+
+ Filters
-
+ &Clear all filters
-
+ Delete selected
-
+ Deck &name:
-
+ &Comments:
-
+ Hash:
-
+ &New deck
-
+ &Load deck...
-
+ &Save deck
-
+ Save deck &as...
-
+ Load deck from cl&ipboard...
-
+ Save deck to clip&board
-
+ &Analyze deck on deckstats.net
-
+ Open custom image folder
-
+ Open custom sets folder
-
+ Add card to &maindeck
-
+ Add card to &sideboard
-
+ &Deck Editor
-
+ C&ard Database
-
- Show/Hide card information
-
-
-
-
- Show/Hide deck
-
-
-
-
- Show/Hide filters
-
-
-
-
+ Reset layout
-
+
+ Card Info
-
+
+ Deck
-
+ Welcome
-
+ Hi! It seems like you're running this version of Cockatrice for the first time.
All the sets in the card database have been enabled.
Read more about changing the set order or disabling specific sets and consequent effects in the "Edit Sets" window.
-
+ &Remove row
-
+ &Increment number
-
+ &Decrement number
-
+ Edit &tokens...
-
+
+ &View
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+ Floating
+
+
+
+ Deck: %1
-
+ Are you sure?
-
+ The decklist has been modified.
Do you want to save the changes?
-
+ Load deck
-
-
-
+
+
+ Error
-
+ The deck could not be saved.
-
-
+
+ The deck could not be saved.
Please check that the directory is writable and try again.
-
+ Save deck
@@ -4653,84 +4757,84 @@ Please check that the directory is writable and try again.
TabDeckStorage
-
+ Local file systemLokální systém souborů
-
+ Server deck storageBalíčky na serveru
-
-
+
+ Open in deck editorOtevřít v editoru balíčků
-
+ Upload deckNahrát balíček
-
+ Download deckStáhnout balíček
-
-
+
+ New folderNová složka
-
-
+
+ DeleteSmazat
-
+ Enter deck nameVložit jméno balíčku
-
+ This decklist does not have a name.
Please enter a name:Tentobalíček nemá jméno.
Prosím vložte jméno:
-
+ Unnamed deckBezejmenný balíček
-
+ Delete local file
-
-
-
+
+
+ Are you sure you want to delete "%1"?
-
+ Name of new folder:Název nové složky:
-
+ Delete remote folder
-
+ Delete remote deck
@@ -4743,135 +4847,343 @@ Prosím vložte jméno:
TabGame
-
+
+
+ Card Info
+
+
+
+
+
+ Player List
+
+
+
+
+
+ Messages
+
+
+
+
+
+ Replay Timeline
+
+
+
+ &Phases&Fáze
-
+ &Game&Hra
-
+ Next &phaseDalší &fáze
-
+ Next &turnDalší &kolo
-
+ &Remove all local arrows&Odstranit všechny lokální šipky
-
+ Rotate View Cl&ockwise
-
+ Rotate View Co&unterclockwise
-
+ Game &information
-
+ &Concede&Ukončit hru
-
+ &Leave game&Opustit hru
-
+ C&lose replay
-
+ &Say:&Chat:
-
+
+ &View
+
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+
+ Floating
+
+
+
+
+ Reset layout
+
+
+
+ ConcedeUkončit hru
-
+ Are you sure you want to concede this game?Opravdu chcete ukončit tuto hru?
-
+ Leave gameOpustit hru
-
+ Are you sure you want to leave this game?Opravdu chcete opustit tuto hru?
-
+ You are flooding the game. Please wait a couple of seconds.
-
+ You have been kicked out of the game.
-
+ REPLAY
+
+ TabLog
+
+
+ Logs
+
+
+
+
+
+ Error
+
+
+
+
+ You must select at least one filter.
+
+
+
+
+ You have to select a valid number of days to locate.
+
+
+
+
+ Username:
+
+
+
+
+ IP Address:
+
+
+
+
+ Game Name:
+
+
+
+
+ GameID:
+
+
+
+
+ Message:
+
+
+
+
+ Main Room
+
+
+
+
+ Game Room
+
+
+
+
+ Private Chat
+
+
+
+
+ Past X Days:
+
+
+
+
+ Today
+
+
+
+
+ Last Hour
+
+
+
+
+ Maximum Results:
+
+
+
+
+ At least one filter is required.
+The more information you put in, the more specific your results will be.
+
+
+
+
+ Get User Logs
+
+
+
+
+ Clear Filters
+
+
+
+
+ Filters
+
+
+
+
+ Log Locations
+
+
+
+
+ Date Range
+
+
+
+
+ Maximum Results
+
+
+
+
+ Room Logs
+
+
+
+
+
+
+ Time;SenderName;SenderIP;Message;TargetID;TargetName
+
+
+
+
+ Game Logs
+
+
+
+
+ Chat Logs
+
+
+
+
+
+ Message History
+
+
+
+
+ There are no messages for the selected filters.
+
+
+
+
+ Failed to collect message history information.
+
+
+TabMessage
-
+ Private &chat
-
+ &Leave&Odejít
-
+ %1 - Private chat
-
+ This user is ignoring you.Tento uživatel vás ignoruje.
-
+ Private message from
-
+ %1 has left the server.%1 opustil server.
-
+ %1 has joined the server.%1 se připojil k serveru.
@@ -4879,54 +5191,54 @@ Prosím vložte jméno:
TabReplays
-
+ Local file system
-
+ Server replay storage
-
-
+
+ Watch replay
-
-
+
+ Delete
-
+ Download replay
-
+ Toggle expiration lock
-
+ Delete local file
-
+ Are you sure you want to delete "%1"?
-
+ Delete remote replay
-
+ Are you sure you want to delete the replay of game %1?
@@ -4939,47 +5251,47 @@ Prosím vložte jméno:
TabRoom
-
+ &Say:&Chat:
-
+ ChatChatovat
-
+ &Room&Místnost
-
+ &Leave room&Opustit místnost
-
+ &Clear chat
-
+ Chat Settings...
-
+ mentioned you.
-
+ Click to view
-
+ You are flooding the chat. Please wait a couple of seconds.Píšete příliš intenzivně. Počkejte pár sekund.
@@ -4987,43 +5299,82 @@ Prosím vložte jméno:
TabServer
-
+ Server
+
+
+
+
+
+ Error
+
+
+
+
+ Failed to join the room: it doesn't exists on the server.
+
+
+
+
+ The server thinks you are in the room but Cockatrice is unable to display it. Try restarting Cockatrice.
+
+
+
+
+ You do not have the required permission to join this room.
+
+
+
+
+ Failed to join the room due to an unknown error: %1.
+
+ TabSupervisor
-
+ Are you sure?
-
+ There are still open games. Are you sure you want to quit?
-
+ Promotion
-
+ You have been promoted to moderator. Please log out and back in for changes to take effect.
+
+
+ Warned
+
+
+
+
+ You have received a warning due to %1.
+Please refrain from engaging in this activity or further actions may be taken against you. If you have any questions, please private message a moderator.
+
+ TabUserLists
-
+ Add to Buddy List
-
+ Add to Ignore List
@@ -5036,94 +5387,153 @@ Prosím vložte jméno:
UserContextMenu
-
+ User &details
-
+ Private &chat
-
+ Show this user's &games
-
+ Add to &buddy list
-
+ Remove from &buddy list
-
+ Add to &ignore list
-
+ Remove from &ignore list
-
+ Kick from &game
-
+
+ Warn user
+
+
+
+
+ View user's war&n history
+
+
+
+ Ban from &server
-
+
+ View user's &ban history
+
+
+
+ &Promote user to moderator
-
+ Dem&ote user from moderator
-
+ %1's games
-
-
+
+
+
+ Ban History
+
+
+
+
+ Ban Time;Moderator;Ban Length;Ban Reason;Visible Reason
+
+
+
+
+ User has never been banned.
+
+
+
+
+ Failed to collecting ban information.
+
+
+
+
+
+
+ Warning History
+
+
+
+
+ Warning Time;Moderator;User Name;Reason
+
+
+
+
+ User has never been warned.
+
+
+
+
+ Failed to collecting warning information.
+
+
+
+
+ Success
-
+ Successfully promoted user.
-
+ Successfully demoted user.
-
-
+
+ Failed
-
+ Failed to promote user.
-
+ Failed to demote user.
@@ -5295,42 +5705,42 @@ Prosím vložte jméno:
UserInterfaceSettingsPage
-
+ General interface settingsObecné
-
+ Enable notifications in taskbar
-
+ Notify in the taskbar for game events while you are spectating
-
+ &Double-click cards to play them (instead of single-click)&Pro zahraní karty je třeba dvojklik
-
+ &Play all nonlands onto the stack (not the battlefield) by default
-
+ Annotate card text on tokens
-
+ Animation settingsAnimace
-
+ &Tap/untap animation&Animace tapnutí/odtapnutí
@@ -5338,95 +5748,134 @@ Prosím vložte jméno:
UserList
-
+ Users connected to server: %1
-
+ Users in this room: %1Uživatelů v této místnosti: %1
-
+ Buddies online: %1 / %2Přátelé online: %1 / %2
-
+ Ignored users online: %1 / %2Ignorovaných online: %1 / %2
+
+ WarningDialog
+
+
+ Which warning would you like to send?
+
+
+
+
+ &OK
+
+
+
+
+ &Cancel
+
+
+
+
+ Warn user for misconduct
+
+
+
+
+
+ Error
+
+
+
+
+ User name to send a warning to can not be blank, please specify a user to warn.
+
+
+
+
+ Warning to use can not be blank, please select a valid warning to send.
+
+
+WndSets
-
+ Enable all sets
-
+ Disable all sets
-
+ Move selected set up
-
+ Move selected set to the top
-
+ Move selected set down
-
+ Move selected set to the bottom
-
+ hints:
-
+ Enable the sets that you want to have available in the deck editor
-
+ Move sets around to change their order, or click on a column header to sort sets on that field
-
+ Sets order decides the source that will be used when loading images for a specific card
-
+ Disabled sets will be used for loading images only if all the enabled sets failed
-
+ Edit setsUpravit edice
-
+ Success
-
+ The sets database has been saved successfully.
@@ -5434,22 +5883,22 @@ Prosím vložte jméno:
ZoneViewWidget
-
+ sort by nameseřadit dle jména
-
+ sort by typeseřadit dle typu
-
+ shuffle when closingzamíchat po zavření
-
+ pile view
@@ -5457,557 +5906,572 @@ Prosím vložte jméno:
shortcutsTab
-
+ Form
-
+ Main Window
-
+ Deck editor
-
+ Local gameplay
-
+ Watch replay
-
+ Connect
-
+ Register
-
+ Full screen
-
+ Settings
-
+ Check for card updates
-
+ Exit
-
+ Deck Editor
-
+ Analyze deck
-
+ Load deck (clipboard)
-
+ Clerar all filters
-
+ New deck
-
+ Clear one filter
-
+ Open custom folder
-
+ Close
-
+ Print deck
-
+ Edit sets
-
+ Delete card
-
+ Edit tokens
-
+ Reset layout
-
+ Add card
-
+ Save deck
-
+ Remove card
-
+ Save deck as
-
+ Load deck
-
+ Save deck (clipboard)
-
-
+
+ Counters
-
+ Life
-
-
-
-
-
+
+
+
+
+ Set
-
-
-
-
+
+
+
+ Add
-
-
-
-
+
+
+
+ Remove
-
+ Red
-
+ Green
-
+ Yellow
-
-
- Mainwindow / Deck editor
-
-
-
-
- Power / toughness
-
-
-
-
- Power and toughness
-
-
-
-
- Add (+1/+1)
-
-
-
-
- Remove (-1/-1)
-
-
-
-
- Toughness
-
-
-
-
- Remove (-0/-1)
-
-
-
-
- Add (+0/+1)
-
-
-
-
- Power
-
-
-
-
- Remove (-1/-0)
-
-
-
-
- Add (+1/+0)
-
-
-
-
- Game Phases
-
-
-
-
- Untap
-
-
-
-
- Disconnect
-
-
-
-
- Upkeep
-
-
-
-
-
- Draw
-
-
-
-
- Main 1
-
-
-
-
- Start combat
-
-
-
-
- Attack
-
-
-
-
- Block
-
-
-
-
- Damage
-
-
-
-
- End combat
-
-
-
-
- Main 2
-
-
-
-
- End
-
-
-
-
- Next phase
-
-
-
-
- Next turn
-
-
-
-
- Player
-
-
-
-
- Tap Card
-
-
-
-
- Untap Card
-
-
-
-
- Untap all
-
-
-
-
- Toogle untap
-
-
-
-
- Flip card
-
-
-
-
- Peek card
-
-
-
-
- Play card
-
-
-
-
- Attach card
-
-
-
-
- Unattach card
-
-
-
-
- Clone card
-
-
-
-
- Create token
-
-
-
-
- Create another token
-
-
-
-
- Set annotation
-
-
-
-
- Phases / P/T / Player
-
-
-
-
- Move card to
-
-
-
-
- Bottom library
-
-
-
-
- Top library
-
-
-
-
-
- Graveyard
-
-
-
-
-
- Exile
-
-
-
-
- Hand
-
-
-
-
- View
-
-
- Library
-
-
-
-
- Tops card of library
-
-
-
-
- Sideboard
-
-
-
-
- Close recent view
-
-
-
-
- Pre-play
-
-
-
-
- Load remote deck
-
-
-
-
- Load local deck
-
-
-
-
- Game play
-
-
-
-
- Draw arrow
-
-
-
-
- Leave game
-
-
-
-
- Remove local arrows
-
-
-
-
- Concede
-
-
-
-
- Roll dice
+ Playing Area
- Rotate view CW
+ Phases | P/T | Playing Area
+
+
+
+
+ Game Lobby
+
+
+
+
+ Gameplay
+
+
+
+
+ Draw | Move | View | Gameplay
+
+
+
+
+ How to set custom shortcuts
+
+
+
+
+ Restore all default shortcuts
+
+
+
+
+ Clear all shortcuts
+
+
+
+
+ Add (+1/+1)
+
+
+
+
+ Remove (-1/-1)
+
+
+
+
+ Toughness
+
+
+
+
+ Remove (-0/-1)
+
+
+
+
+ Add (+0/+1)
+
+
+
+
+ Power
+
+
+
+
+ Remove (-1/-0)
+
+
+
+
+ Add (+1/+0)
+
+
+
+
+ Game Phases
+
+
+
+
+ Untap
+
+
+
+
+ Disconnect
+
+
+
+
+ Main Window | Deck Editor
+
+
+
+
+ Power / Toughness
+
+
+
+
+ Power and Toughness
+
+
+
+
+ Upkeep
+
+
+
+
+
+ Draw
+
+
+
+
+ Main 1
+
+
+
+
+ Start combat
+
+
+
+
+ Attack
+
+
+
+
+ Block
+
+
+
+
+ Damage
+
+
+
+
+ End combat
+
+
+
+
+ Main 2
+
+
+
+
+ End
+
+
+
+
+ Next phase
+
+
+
+
+ Next turn
+
+
+
+
+ Tap Card
+
+
+
+
+ Untap Card
+
+
+
+
+ Untap all
+
+
+
+
+ Toogle untap
+
+
+
+
+ Flip card
+
+
+
+
+ Peek card
+
+
+
+
+ Play card
+
+
+
+
+ Attach card
+
+
+
+
+ Unattach card
+
+
+
+
+ Clone card
+
+
+
+
+ Create token
+
+
+
+
+ Create another token
+
+
+
+
+ Set annotation
- Shuffle library
+ Move card to
- Rotate view CCW
+ Bottom library
+
+
+
+
+ Top library
- Mulligan
+
+ Graveyard
- Draw card
+
+ Exile
- Draw cards
+ Hand
- Undo draw
-
-
-
-
- Always reveal top card
+ View
- Draw / Move / View / Game play
+ Library
+
+
+
+
+ Tops card of library
+
+
+
+
+ Sideboard
+
+
+
+
+ Close recent view
+
+
+
+
+ Load remote deck
+
+
+
+
+ Load local deck
+
+
+
+
+ Draw arrow
+
+
+
+
+ Leave game
+
+
+
+
+ Remove local arrows
+
+
+
+
+ Concede
+
+
+
+
+ Roll dice
+
+
+
+
+ Rotate view CW
+
+
+
+
+ Shuffle library
+
+
+
+
+ Rotate view CCW
+
+
+
+
+ Mulligan
+
+
+
+
+ Draw card
+
+
+
+
+ Draw cards
+
+
+
+
+ Undo draw
+
+
+
+
+ Always reveal top card
diff --git a/cockatrice/translations/cockatrice_de.ts b/cockatrice/translations/cockatrice_de.ts
index 14223a22c..36a30b4d1 100644
--- a/cockatrice/translations/cockatrice_de.ts
+++ b/cockatrice/translations/cockatrice_de.ts
@@ -20,57 +20,57 @@
AppearanceSettingsPage
-
+ Theme settings
-
+ Darstellungseinstellungen
-
+ Current theme:
-
+ Derzeitige Darstellung
-
+ Card renderingKartendarstellung
-
+ Display card names on cards having a pictureKartennamen darstellen auch bei Karten, die Bilder haben
-
+ Scale cards on mouse overKarten beim Darüberfahren mit der Maus vergrößern
-
+ Hand layoutHanddarstellung
-
+ Display hand horizontally (wastes space)Hand horizontal anzeigen (verschwendet Platz)
-
+ Enable left justificationLinksbündige Ausrichtung aktivieren
-
+ Table grid layoutSpielfeldraster
-
+ Invert vertical coordinateVertikale Koordinate umkehren
-
+ Minimum player count for multi-column layout:Mindestspieleranzahl für mehrspaltige Anordnung:
@@ -78,120 +78,120 @@
BanDialog
-
+ ban &user name&Benutzername
-
+ ban &IP address&IP-Adresse
-
+ ban client I&DClient I&D bannen
-
+ Ban typeArt des Banns
-
+ &permanent ban&permanenter Bann
-
+ &temporary ban&temporärer Bann
-
+ &Days:&Tage:
-
+ &Hours:&Stunden:
-
+ &Minutes:&Minuten:
-
+ Duration of the banLänge des Banns
-
+ Please enter the reason for the ban.
This is only saved for moderators and cannot be seen by the banned person.Bitte geben Sie den Grund für den Bann ein.
Dies wird nur für Moderatoren gespeichert und kann von der gebannten Person nicht gesehen werden.
-
+ Please enter the reason for the ban that will be visible to the banned person.Bitte geben Sie den Grund ein, den die gebannte Person sehen kann.
-
+ &OK&OK
-
+ &Cancel&Abbrechen
-
+ Ban user from serverBenutzer vom Server bannen
-
-
-
-
+
+
+
+ ErrorFehler
-
+ You have to select a name-based, IP-based, clientId based, or some combination of the three to place a ban.Bitte wählen Sie einen Namens-, Adress- oder Client-ID-Bann oder eine Kombination aus diesen.
-
+ You must have a value in the name ban when selecting the name ban checkbox.
-
+ Wenn Sie das Namensbannkästchen auswählen, muss ein Wert für den Namen eingegeben werden.
-
+ You must have a value in the ip ban when selecting the ip ban checkbox.
-
+ Wenn Sie das Adressbannkästchen auswählen, muss ein Wert für die IP eingegeben werden.
-
+ You must have a value in the clientid ban when selecting the clientid ban checkbox.
-
+ Wenn Sie das Client-ID-Kästchen auswählen, muss ein Wert für die Client-ID eingegeben werden.CardDatabase
-
+ New sets foundNeue Editionen gefunden
-
+ %1 new set(s) have been found in the card database. Do you want to enable them?%1 neue Edition(en) wurden in der Kartendatenbank gefunden. Sollen diese aktiviert werden?
@@ -199,27 +199,27 @@ Dies wird nur für Moderatoren gespeichert und kann von der gebannten Person nic
CardDatabaseModel
-
+ NameName
-
+ SetsEditionen
-
+ Mana costManakosten
-
+ Card typeKartentyp
-
+ P/TS/W
@@ -278,47 +278,47 @@ Dies wird nur für Moderatoren gespeichert und kann von der gebannten Person nic
CardInfoWidget
-
+ Show card onlynur Kartenbild
-
+ Show text onlynur Kartentext
-
+ Show full infoAlles anzeigen
-
+ Name:Name:
-
+ Mana cost:Manakosten:
-
+ Color(s):Farbe(n)
-
+ Card type:Kartentyp:
-
+ P / T:S/W:
-
+ Loyalty:Loyalität:
@@ -582,12 +582,12 @@ Dies wird nur für Moderatoren gespeichert und kann von der gebannten Person nic
DeckEditorSettingsPage
-
+ Nothing is here... yetHier gibt es noch nichts.
-
+ GeneralAllgemeines
@@ -627,42 +627,42 @@ Dies wird nur für Moderatoren gespeichert und kann von der gebannten Person nic
DeckViewContainer
-
+ Load local deckLokales Deck laden
-
+ Load deck from serverDeck von Server laden
-
+ Ready to s&tartBereit zum S&tarten
-
+ S&ideboard unlockedS&ideboard entsperrt
-
+ S&ideboard lockedS&ideboard gesperrt
-
+ Load deckDeck laden
-
+ ErrorFehler
-
+ The selected file could not be loaded.Die gewählte Datei konnte nicht geladen werden.
@@ -708,55 +708,65 @@ Dies wird nur für Moderatoren gespeichert und kann von der gebannten Person nic
DlgConnect
-
+ Previous HostVorheriger Host
-
+ New HostNeuer Host
-
+ &Host:&Server:
-
+ Enter host nameHost-Name eingeben
-
+ &Port:&Port:
-
+ Player &name:Spieler&name:
-
+ P&assword:P&asswort:
-
+ &Save passwordPasswort &speichern
-
+ A&uto connect at startbeim Start automatisch verbinden
-
+ Connect to serverVerbinde zum Server
+
+
+ Connect Warning
+ Verbindungswarnung
+
+
+
+ The player name can't be empty.
+ Der Spielername kann nicht leer sein.
+ DlgCreateGame
@@ -778,7 +788,7 @@ Dies wird nur für Moderatoren gespeichert und kann von der gebannten Person nic
Re&member settings
-
+ Einstellungen speichern
@@ -826,27 +836,27 @@ Dies wird nur für Moderatoren gespeichert und kann von der gebannten Person nic
Zuschauer
-
+ &ClearLöschen
-
+ Create gameSpiel erstellen
-
+ Game information&Spielinformationen
-
+ ErrorFehler
-
+ Server error.Serverfehler.
@@ -1308,6 +1318,7 @@ Aktivieren Sie die Edition „TK“ im „Editionen bearbeiten...“-Menu, damit
+ Registration WarningRegistrierungswarnung
@@ -1321,6 +1332,11 @@ Aktivieren Sie die Edition „TK“ im „Editionen bearbeiten...“-Menu, damit
Your email addresses do not match, please try again.Ihre Mailadressen stimmen nicht überein, bitte versuchen Sie es erneut.
+
+
+ The player name can't be empty.
+ Der Spielername kann nicht leer sein.
+ Country:
@@ -1340,19 +1356,19 @@ Aktivieren Sie die Edition „TK“ im „Editionen bearbeiten...“-Menu, damit
DlgSettings
-
-
-
+
+
+ ErrorFehler
-
+ Unknown Error loading card databaseUnbekannter Fehler beim Laden der Kartendatenbank
-
+ Your card database is invalid.
Cockatrice may not function correctly with an invalid database
@@ -1369,7 +1385,7 @@ Sie müssen Oracle unter Umständen nochmals ausführen um Ihre Kartendatenbank
Möchten Sie Ihren Speicherort der Datenbank aktualisieren??
-
+ Your card database version is too old.
This can cause problems loading card information or images
@@ -1386,7 +1402,7 @@ Normalerweise kann dies durch einen erneuten Start von Oracle, um die Kartendate
Möchten Sie Ihren Speicherort der Datenbank aktualisieren?
-
+ File Error loading your card database.
Would you like to change your database location setting?
@@ -1395,7 +1411,7 @@ Would you like to change your database location setting?
Möchten Sie Ihren Speicherort der Datenbank aktualisieren?
-
+ Your card database was loaded but contains no cards.
Would you like to change your database location setting?
@@ -1404,7 +1420,7 @@ Would you like to change your database location setting?
Möchten Sie Ihren Speicherort der Datenbank aktualisieren?
-
+ Your card database did not finish loading
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your cards.xml attached
@@ -1417,7 +1433,7 @@ Bitte erstellen Sie ein Ticket auf http://github.com/Cockatrice/Cockatrice/issue
Möchten Sie Ihren Speicherort der Datenbank aktualisieren?
-
+ Unknown card database load status
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues
@@ -1430,54 +1446,89 @@ Bitte erstellen Sie ein Ticket auf http://github.com/Cockatrice/Cockatrice/issue
Möchten Sie Ihren Speicherort der Datenbank aktualisieren?
-
+ The path to your deck directory is invalid. Would you like to go back and set the correct path?Der Pfad zu Ihrem Deckordner ist ungültig. Möchten Sie zurückgehen und den korrekten Pfad einstellen?
-
+ The path to your card pictures directory is invalid. Would you like to go back and set the correct path?Der Pfad zu Ihrem Kartenbilderordner ist ungültig. Möchten Sie zurückgehen und den korrekten Pfad einstellen?
-
+ SettingsEinstellungen
-
+ GeneralAllgemeines
-
+ AppearanceErscheinungsbild
-
+ User InterfaceBenutzeroberfläche
-
+ Deck EditorDeckeditor
-
+ ChatChat
-
+ SoundTöne
-
+ Shortcuts
- Shortcuts
+ Tastaturkürzel
+
+
+
+ DlgUpdate
+
+
+ Error
+
+
+
+
+ Cockatrice was not built with SSL support, so cannot download updates! Please visit the download page and update manually.
+
+
+
+
+ Your version of Cockatrice is out of date, but there are no packages available for your operating system. You may have to use a developer build or build from source yourself. Please visit the download page.
+
+
+
+
+ Cockatrice Update
+
+
+
+
+ Your version of Cockatrice is up to date.
+
+
+
+
+
+
+ Update Error
+
@@ -1693,112 +1744,118 @@ Möchten Sie Ihren Speicherort der Datenbank aktualisieren?
GeneralSettingsPage
-
+ Reset/Clear Downloaded PicturesHeruntergeladene Kartenbilder zurücksetzen/löschen
-
-
-
-
-
+
+
+
+
+ Choose pathPfad auswählen
-
+ SuccessErfolgreich
-
+ Downloaded card pictures have been reset.Heruntergeladene Kartenbilder wurden zurückgesetzt.
-
+ ErrorFehler
-
+ One or more downloaded card pictures could not be cleared.Mindestens ein heruntergeladenes Kartenbild konnte nicht gelöscht werden.
-
+ Personal settingsPersönliche Einstellungen
-
+ Language:Sprache:
-
+ Download card pictures on the flyKartenbilder dynamisch herunterladen
-
- Download card pictures from a custom URL
- Kartenbilder von einer benutzerdefinierten URL herunterladen
-
-
-
- Custom Card Download URL:
- Benutzerdefinierte Karten-Download-URL
-
-
-
- Linking FAQ
- Linking FAQ
-
-
-
- Notify when new client features are available
+
+ Primary download URL:
-
+
+ Fallback download URL:
+
+
+
+
+
+ Reset
+
+
+
+
+ How to set a custom picture url
+ Wie man eine benutzerdefinierte Bilder-URL setzt
+
+
+
+ Notify when new client features are available
+ Benachrichtigen wenn neue Client-Funktionen verfügbar sind
+
+
+ PathsPfade
-
+ Decks directory:Verzeichnis mit Decklisten:
-
+ Replays directory:Verzeichnis mit aufgezeichneten Spielen:
-
+ Pictures directory:Verzeichnis mit Bilddateien:
-
+ Card database:Kartendatenbank:
-
+ Token database:Spielsteindatenbank:
-
+ Picture cache size:Cachegröße für Bilder:
-
+ EnglishDeutsch (German)
@@ -1806,49 +1863,49 @@ Möchten Sie Ihren Speicherort der Datenbank aktualisieren?
MainWindow
-
+ There are too many concurrent connections from your address.Es gibt zu viele gleichzeitige Verbindungen von Ihrer Adresse.
-
+ Scheduled server shutdown.Planmäßige Serverabschaltung.
-
+ Banned by moderatorGebannt von einem Moderator
-
+ Expected end time: %1Voraussichtliches Ende: %1
-
+ This ban lasts indefinitely.Dieser Bann ist unbefristet.
-
+ Connection closedVerbindung geschlossen
-
+ The server has terminated your connection.
Reason: %1Der Server hat Ihre Verbindung beendet.
Grund: %1
-
+ Scheduled server shutdownPlanmäßige Serverabschaltung
-
+ The server is going to be restarted in %n minute(s).
All running games will be lost.
Reason for shutdown: %1
@@ -1859,503 +1916,514 @@ Alle laufenden Spiele werden beendet.
Grund für die Abschaltung: %1
-
+ Number of playersSpieleranzahl
-
+ Please enter the number of players.Bitte die Spieleranzahl eingeben:
-
+ Player %1Spieler %1
-
+ Load replayAufgezeichnetes Spiel laden
-
+ About CockatriceÜber Cockatrice
-
+ Version %1Version %1
-
+ Translators:Übersetzer:
-
+ Project Manager:Projektmanager:
-
+ The server has reached its maximum user capacity, please check back later.Der Server hat seine maximale Benutzeranzahl erreicht. Bitte versuchen Sie es später noch einmal.
-
-
+
+ Invalid username.Ungültiger Benutzername.
-
+ You have been logged out due to logging in at another location.Sie wurden abgemeldet, da Sie sich an einer anderen Stelle angemeldet haben.
-
-
+
+ SuccessErfolgreich
-
+ Registration accepted.
Will now login.Registrierung angenommen.
Login läuft.
-
+ Account activation accepted.
Will now login.Accountaktivierung angenommen.
Login läuft.
-
+
+ Cockatrice Webpage
+
+
+
+ Past Project Managers:frühere Projektmanager:
-
+ Developers:Entwickler:
-
+ Our Developersunsere Entwickler
-
+ Help Develop!Hilf bei der Entwicklung!
-
+ Recognition PageAnerkennungsseite
-
+ Help Translate!Hilf bei der Übersetzung!
-
+ Support:Unterstützung:
-
+ Report an IssueProblem melden
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ErrorFehler
-
+ Server timeoutServer Zeitüberschreitung
-
+ Failed Login
-
+ Anmeldung fehlgeschlagen
-
+ Your client does not support features that the server requires, please update your client and try again.
-
+ Ihr Client unterstützt Funktionen, die der Server bracht, nicht. Bitt aktualisieren Sie ihren Client und versuchen Sie es erneut.
-
+ Incorrect username or password. Please check your authentication information and try again.Falscher Benutzername oder Passwort. Bitte überprüfe deine Login Informationen und versuche es erneut.
-
+ There is already an active session using this user name.
Please close that session first and re-login.Es gibt bereits eine aktive Verbindung mit diesem Benutzernamen.
Bitte schließen Sie diese Verbindung zuerst und versuchen Sie es dann erneut.
-
-
+
+ You are banned until %1.Sie sind gebannt bis: %1.
-
-
+
+ You are banned indefinitely.Sie sind auf unbestimmte Zeit gebannt.
-
+ This server requires user registration. Do you want to register now?Diese Server benötigt eine Benutzerregistrierung. Möchten Sie sich jetzt registrieren?
-
+ This server requires client ID's. Your client is either failing to generate an ID or you are running a modified client.
Please close and reopen your client to try again.Diese Server erfordert eine Client-ID. Enweder schlägt das Generieren einer ID ihres Clients fehl, oder Sie verwenden einen modifizierten Client.
Schließen Sie bitte Ihren Client und öffnen Sie ihn erneut.
-
+ An internal error has occurred, please try closing and reopening your client and try again. If the error persists try updating your client to the most recent build and if need be contact your software provider.Ein interner Fehler ist aufgetreten. Schließen Sie bitte Ihren Client, öffnen Sie ihn erneut und versuchen Sie es noch einmal. Falls der Fehler bestehen bleibt, aktualisieren Sie Ihren Client auf den aktuellsten Stand und kontaktieren Sie Ihren Software Provider.
-
+ Account activationAccountaktivierung
-
+ Unknown login error: %1Unbekannter Login-Fehler: %1
-
-
+
+
This usually means that your client version is out of date, and the server sent a reply your client doesn't understand.
Dies bedeutet normalerweise, dass Ihre Clientversion veraltet ist und der Server eine Antwort geschickt hat, die Ihr Client nicht versteht.
-
+ Your username must respect these rules:Ihr Benutzername muss diesen Regeln entsprechen:
-
+ is %1 - %2 characters long%1 - %2 Zeichen lang
-
+ can %1 contain lowercase characterskann %1 Kleinbuchstaben beinhalten
-
-
-
+
+
+ NOTNICHT
-
+ can %1 contain uppercase characterskann %1 Großbuchstaben beinhalten
-
+ can %1 contain numeric characterskann %1 Zahlen beinhalten
-
+ can contain the following punctuation: %1kann folgende Sonderzeichen beinhalten: %1
-
+ first character can %1 be a punctuation markDas erste Zeichen kann %1 ein Sonderzeichen sein
-
+ You may only use A-Z, a-z, 0-9, _, ., and - in your username.Sie können nur A-Z, a-z, 0-9, _, ., und - in Ihrem Benutzernamen verwenden.
-
-
-
-
-
+
+
+
+
+ Registration deniedRegistrierung verweigert
-
+ Registration is currently disabled on this serverMomentan ist die Registrierung auf diesem Server deaktiviert
-
+ There is already an existing account with the same user name.Es existiert bereits ein Account mit dem gleichen Benutzernamen.
-
+ It's mandatory to specify a valid email address when registering.Es ist erforderlich, eine korrekte Emailadresse während der Registrierung anzugeben.
-
+ Too many registration attempts from your IP address.Zu viele Registrierungsversuche von Ihrer IP-Adresse.
-
+ Password too short.Passwort zu kurz.
-
+ Registration failed for a technical problem on the server.Registrierung aufgrund eines technischen Problems des Servers fehlgeschlagen.
-
+ Unknown registration error: %1Unbekannter Registrierungsfehler: %1
-
+ Account activation failedAccountaktivierung fehlgeschlagen
-
+ Socket error: %1Netzwerkfehler: %1
-
+ You are trying to connect to an obsolete server. Please downgrade your Cockatrice version or connect to a suitable server.
Local version is %1, remote version is %2.Sie versuchen sich an einem veralteten Server anzumelden. Bitte verwenden Sie eine ältere Cockatrice-Version oder melden Sie sich an einem aktuellen Server an.
Lokale Version ist %1, Serverversion ist %2.
-
+ Your Cockatrice client is obsolete. Please update your Cockatrice version.
Local version is %1, remote version is %2.Ihr Cockatrice-Client ist veraltet. Bitte laden Sie sich die neueste Version herunter.
Lokale Version ist %1, Serverversion ist %2.
-
+ Connecting to %1...Verbinde zu %1...
-
+ Registering to %1 as %2...Registrierung bei %1 als %2...
-
+ Disconnectednicht verbunden
-
+ Connected, logging in at %1Verbunden, Anmeldung bei %1
-
+ &Connect...&Verbinden...
-
+ &DisconnectVerbindung &trennen
-
+ Start &local game...&Lokales Spiel starten...
-
+ &Watch replay...&Aufgezeichnetes Spiel abspielen...
-
+ &Deck editor
- &Deck-Editor
+ &Deckeditor
-
+ &Full screen&Vollbild
-
+ &Register to server...Beim Server ®istrieren...
-
+ &Settings...&Einstellungen...
-
-
+
+ &Exit&Beenden
-
+ A&ctionsAktionen
-
+ &Cockatrice&Cockatrice
-
+ &About Cockatrice&Über Cockatrice
-
+
+ &Update Cockatrice
+
+
+
+ &Help&Hilfe
-
+ Check for card updates...Nach Kartenaktualisierungen suchen...
-
+ A card database update is already running.Eine Datenbankaktualisierung wird bereits durchgeführt.
-
+ Unable to run the card database updater: Kartendatenbankaktualisierung nicht ausführbar:
-
+ The card database updater exited with an error: %1Die Kartendatenbankaktualisierung brach mit einem Fehler ab: %1
-
+ Update completed successfully. Cockatrice will now reload the card database.Aktualisierung erfolgreich abgeschlossen. Kartendatenbank wird neu geladen.
-
+ Your client appears to be missing features that the server supports.
This usually means that your client version is out of date, please check to see if there is a new client available for download.
-
+ Ihr Client scheint Funktionen, die der Server unterstützt, nicht zu haben.
+Dies bedeutet in der Regel, dass ihre Clientversion nicht aktuell ist. Bitte überprüfen Sie, ob ein neuer Client zum Herunterladen verfügbar ist.
-
-
-
+
+
+ InformationInformation
-
+ TroubleshootingFehlersuche
-
+ F.A.Q.F.A.Q.
-
+ Your account has not been activated yet.
You need to provide the activation token received in the activation emailIhr Account wurde noch nicht aktiviert.
Sie müssen den Aktivierungstoken aus der Aktivierungsemail verwenden
-
+ failed to start.Start fehlgeschlagen.
-
+ crashed.abgestürzt.
-
+ timed out.Zeitüberschreitung.
-
+ write error.Fehler beim Schreiben.
-
+ read error.Fehler beim Lesen.
-
+ unknown error.Unbekannter Fehler.
@@ -2363,17 +2431,17 @@ Sie müssen den Aktivierungstoken aus der Aktivierungsemail verwenden
MessageLogWidget
-
+ The game has been closed.Das Spiel wurde geschlossen.
-
+ %1 is now watching the game.%1 schaut nun dem Spiel zu.
-
+ %1 is not watching the game any more.%1 schaut dem Spiel nicht mehr zu.
@@ -2421,136 +2489,136 @@ Sie müssen den Aktivierungstoken aus der Aktivierungsemail verwenden%1 ist dem Spiel beigetreten.
-
+ %1 has left the game.female%1 hat das Spiel verlassen.
-
+ %1 has left the game.male%1 hat das Spiel verlassen.
-
+ You have been kicked out of the game.Sie wurden aus dem Spiel geworfen.
-
+ %1 has loaded a deck (%2).%1 hat ein Deck geladen (%2).
-
+ %1 has loaded a deck with %2 sideboard cards (%3).%1 hat ein Deck mit %2 Sideboardkarten geladen (%3).
-
+ %1 is ready to start the game.female%1 ist bereit, das Spiel zu starten.
-
+ %1 is ready to start the game.male%1 ist bereit, das Spiel zu starten.
-
+ %1 is not ready to start the game any more.female%1 ist nicht mehr bereit, das Spiel zu starten.
-
+ %1 is not ready to start the game any more.male%1 ist nicht mehr bereit, das Spiel zu starten.
-
+ %1 has locked her sideboard.female%1 hat ihr Sideboard gesperrt.
-
+ %1 has locked his sideboard.male%1 hat sein Sideboard gesperrt.
-
+ %1 has unlocked her sideboard.female%1 hat ihr Sideboard entsperrt.
-
+ %1 has unlocked his sideboard.male%1 hat sein Sideboard entsperrt.
-
+ %1 has conceded the game.female%1 hat das Spiel aufgegeben.
-
+ %1 has conceded the game.male%1 hat das Spiel aufgegeben.
-
-
- %1 has restored connection to the game.
- female
- %1 ist wieder mit dem Spiel verbunden.
-
-
-
- %1 has restored connection to the game.
- male
- %1 ist wieder mit dem Spiel verbunden.
-
- %1 has lost connection to the game.
+ %1 has restored connection to the game.female
- %1 hat die Verbindung zum Spiel verloren.
+ %1 ist wieder mit dem Spiel verbunden.
+ %1 has restored connection to the game.
+ male
+ %1 ist wieder mit dem Spiel verbunden.
+
+
+
+ %1 has lost connection to the game.
+ female
+ %1 hat die Verbindung zum Spiel verloren.
+
+
+ %1 has lost connection to the game.male%1 hat die Verbindung zum Spiel verloren.
-
+ %1 shuffles %2.female%1 mischt %2.
-
+ %1 shuffles %2.male%1 mischt %2.
-
+ %1 rolls a %2 with a %3-sided die.female%1 würfelt eine %2 mit einem %3-seitigen Würfel.
-
+ %1 rolls a %2 with a %3-sided die.male%1 würfelt eine %2 mit einem %3-seitigen Würfel.
@@ -2572,464 +2640,486 @@ Sie müssen den Aktivierungstoken aus der Aktivierungsemail verwenden
-
+ %1 undoes his last draw.%1 legt die zuletzt gezogene Karte zurück.
-
+ %1 undoes her last draw.%1 legt die zuletzt gezogene Karte zurück.
-
+ %1 undoes his last draw (%2).%1 legt die zuletzt gezogene Karte zurück (%2).
-
+ %1 undoes her last draw (%2).%1 legt die zuletzt gezogene Karte zurück (%2).
-
+ from exile aus dem Exil
-
+ the bottom card of %1's librarydie unterste Karte von %1s Bibliothek
-
+ the bottom card of his librarydie unterste Karte seiner Bibliothek
-
+ the bottom card of her librarydie unterste Karte ihrer Bibliothek
-
+ from the bottom of %1's library von der Unterseite von %1s Bibliothek
-
+ from the bottom of his library, die unterste Karte seiner Bibliothek,
-
+ from the bottom of her library, die unterste Karte ihrer Bibliothek,
-
+ the top card of %1's librarydie oberste Karte von %1s Bibliothek
-
+
+ Heads (1)
+
+
+
+
+ Tails (2)
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ female
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ male
+
+
+
+ the top card of his librarydie oberste Karte seiner Bibliothek
-
+ the top card of her librarydie oberste Karte ihrer Bibliothek
-
+ from the top of %1's library oben von %1s Bibliothek
-
+ from the top of his library, die oberste Karte seiner Bibliothek,
-
+ from the top of her library, die oberste Karte ihrer Bibliothek,
-
+ from %1's libraryaus %1s Bibliothek
-
+ from library aus der Bibliothek
-
+ from sideboard aus dem Sideboard
-
+ from the stack vom Stapel
-
+ %1 gives %2 control over %3.%1 überlässt %2 die Kontrolle über %3.
-
+ %1 puts %2 into play tapped%3.%1 bringt %2 getappt%3 ins Spiel.
-
+ %1 puts %2 into play%3.%1 bringt %2%3 ins Spiel.
-
+ %1 exiles %2%3.%1 schickt %2%3 ins Exil.
-
+ %1 puts %2%3 into his library.%1 legt %2%3 in seine Bibliothek.
-
+ %1 puts %2%3 into her library.%1 legt %2%3 in ihre Bibliothek.
-
+ %1 puts %2%3 on bottom of his library.%1 legt %2%3 unter seine Bibliothek.
-
+ %1 puts %2%3 on bottom of her library.%1 legt %2%3 unter ihre Bibliothek.
-
+ %1 puts %2%3 on top of his library.%1 legt %2%3 auf die Bibliothek.
-
+ %1 puts %2%3 on top of her library.%1 legt %2%3 auf die Bibliothek.
-
+ %1 puts %2%3 into his library at position %4.%1 legt %2%3 in seine Bibliothek an %4. Stelle.
-
+ %1 puts %2%3 into her library at position %4.%1 legt %2%3 in ihre Bibliothek an %4. Stelle.
-
+ %1 moves %2%3 to sideboard.%1 legt %2%3 in sein Sideboard.
-
+ %1 plays %2%3.%1 spielt %2%3 aus.
-
+ %1 takes a mulligan to %n.female%1 nimmt einen Mulligan auf %n.%1 nimmt einen Mulligan auf %n.
-
+ %1 takes a mulligan to %n.male%1 nimmt einen Mulligan auf %n.%1 nimmt einen Mulligan auf %n.
-
+ %1 flips %2 face-down.female%1 wendet %2 auf die Rückseite.
-
+ %1 flips %2 face-down.male%1 wendet %2 auf die Rückseite.
-
+ %1 flips %2 face-up.female%1 wendet %2 auf die Vorderseite.
-
+ %1 flips %2 face-up.male%1 wendet %2 auf die Vorderseite.
-
+ %1 destroys %2.female%1 zerstört %2.
-
+ %1 destroys %2.male%1 zerstört %2.
-
+ %1 unattaches %2.female%1 löst %2 ab.
-
+ %1 unattaches %2.male%1 löst %2 ab.
-
+ %1 creates token: %2%3.female%1 erstellt Spielstein: %2%3.
-
+ %1 creates token: %2%3.male%1 erstellt Spielstein: %2%3.
-
+ %1 points from her %2 to herself.female%1 zeigt von ihrem %2 auf sich selbst.
-
+ %1 points from his %2 to himself.male%1 zeigt von seinem %2 auf sich selbst.
-
+ %1 points from her %2 to %3.p1 female, p2 female%1 zeigt von ihrem %2 auf %3.
-
+ %1 points from her %2 to %3.p1 female, p2 male%1 zeigt von ihrem %2 auf %3.
-
+ %1 points from his %2 to %3.p1 male, p2 female%1 zeigt von seinem %2 auf %3.
-
+ %1 points from his %2 to %3.p1 male, p2 male%1 zeigt von seinem %2 auf %3.
-
+ %1 points from %2's %3 to herself.card owner female, target female%1 zeigt von %2s %3 auf sich selbst.
-
+ %1 points from %2's %3 to herself.card owner male, target female%1 zeigt von %2s %3 auf sich selbst.
-
+ %1 points from %2's %3 to himself.card owner female, target male%1 zeigt von %2s %3 auf sich selbst.
-
+ %1 points from %2's %3 to himself.card owner male, target male%1 zeigt von %2s %3 auf sich selbst.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 female%1 zeigt von %2s %3 auf %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 male%1 zeigt von %2s %3 auf %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 female%1 zeigt von %2s %3 auf %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 male%1 zeigt von %2s %3 auf %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 female%1 zeigt von %2s %3 auf %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 male%1 zeigt von %2s %3 auf %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 female%1 zeigt von %2s %3 auf %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 male%1 zeigt von %2s %3 auf %4.
-
+ %1 points from her %2 to her %3.female%1 zeigt von ihrem %2 auf ihren %3.
-
+ %1 points from his %2 to his %3.male%1 zeigt von seinem %2 auf seinen %3.
-
+ %1 points from her %2 to %3's %4.p1 female, p2 female%1 zeigt von ihrem %2 auf %3s %4.
-
+ %1 points from her %2 to %3's %4.p1 female, p2 male%1 zeigt von ihrem %2 auf %3s %4.
-
+ %1 points from his %2 to %3's %4.p1 male, p2 female%1 zeigt von seinem %2 auf %3s %4.
-
+ %1 points from his %2 to %3's %4.p1 male, p2 male%1 zeigt von seinem %2 auf %3s %4.
-
+ %1 points from %2's %3 to her own %4.card owner female, target female%1 zeigt von %2s %3 auf ihren eigenen %4.
-
+ %1 points from %2's %3 to her own %4.card owner male, target female%1 zeigt von %2s %3 auf ihren eigenen %4.
-
+ %1 points from %2's %3 to his own %4.card owner female, target male%1 zeigt von %2s %3 auf seinen eigenen %4.
-
+ %1 points from %2's %3 to his own %4.card owner male, target male%1 zeigt von %2s %3 auf seinen eigenen %4.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 female%1 zeigt von %2s %3 auf %4s %5.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 male%1 zeigt von %2s %3 auf %4s %5.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 female%1 zeigt von %2s %3 auf %4s %5.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 male%1 zeigt von %2s %3 auf %4s %5.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 female%1 zeigt von %2s %3 auf %4s %5.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 male%1 zeigt von %2s %3 auf %4s %5.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 female%1 zeigt von %2s %3 auf %4s %5.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 male%1 zeigt von %2s %3 auf %4s %5.
@@ -3055,304 +3145,304 @@ Sie müssen den Aktivierungstoken aus der Aktivierungsemail verwenden%1 entfernt eine %2 Marke von %3 (jetzt %4).%1 entfernt %n %2 Marken von %3 (jetzt %4).
-
+ %1 taps her permanents.female%1 tappt ihre bleibenden Karten.
-
+ %1 untaps her permanents.female%1 enttappt ihre bleibenden Karten.
-
+ %1 taps his permanents.male%1 tappt seine bleibenden Karten.
-
+ %1 untaps his permanents.male%1 enttappt seine bleibenden Karten.
-
+ %1 taps %2.female%1 tappt %2.
-
+ %1 untaps %2.female%1 enttappt %2.
-
+ %1 taps %2.male%1 tappt %2.
-
+ %1 untaps %2.male%1 enttappt %2.
-
+ %1 sets counter %2 to %3 (%4%5).female%1 setzt Zähler %2 auf %3 (%4%5).
-
+ %1 sets counter %2 to %3 (%4%5).male%1 setzt Zähler %2 auf %3 (%4%5).
-
+ %1 sets %2 to not untap normally.female%1 setzt %2 auf explizites Enttappen.
-
+ %1 sets %2 to not untap normally.male%1 setzt %2 auf explizites Enttappen.
-
+ %1 sets %2 to untap normally.female%1 setzt %2 auf normales Enttappen.
-
+ %1 sets %2 to untap normally.male%1 setzt %2 auf normales Enttappen.
-
+ %1 sets PT of %2 to %3.female%1 setzt Kampfwerte von %2 auf %3.
-
+ %1 sets PT of %2 to %3.male%1 setzt Kampfwerte von %2 auf %3.
-
+ %1 sets annotation of %2 to %3.female%1 versieht %2 mit dem Hinweis %3.
-
-
- %1 sets annotation of %2 to %3.
- male
- %1 versieht %2 mit dem Hinweis %3.
-
-
-
- %1 is looking at %2.
- female
- %1 sieht sich %2 an.
-
-
-
- %1 is looking at %2.
- male
- %1 sieht sich %2 an.
-
-
- %1 is looking at the top %n card(s) %2.
- female
- %1 sieht sich die oberste Karte %2 an.%1 sieht sich die obersten %n Karten %2 an.
-
-
- %1 is looking at the top %n card(s) %2.
- male
- %1 sieht sich die oberste Karte %2 an.%1 sieht sich die obersten %n Karten %2 an.
-
-
-
- %1 stops looking at %2.
- female
- %1 sieht sich %2 nicht mehr an.
-
+ %1 sets annotation of %2 to %3.
+ male
+ %1 versieht %2 mit dem Hinweis %3.
+
+
+
+ %1 is looking at %2.
+ female
+ %1 sieht sich %2 an.
+
+
+
+ %1 is looking at %2.
+ male
+ %1 sieht sich %2 an.
+
+
+ %1 is looking at the top %n card(s) %2.
+ female
+ %1 sieht sich die oberste Karte %2 an.%1 sieht sich die obersten %n Karten %2 an.
+
+
+ %1 is looking at the top %n card(s) %2.
+ male
+ %1 sieht sich die oberste Karte %2 an.%1 sieht sich die obersten %n Karten %2 an.
+
+
+
+ %1 stops looking at %2.
+ female
+ %1 sieht sich %2 nicht mehr an.
+
+
+ %1 stops looking at %2.male%1 sieht sich %2 nicht mehr an.
-
+ %1 reveals %2 to %3.p1 female, p2 female%1 zeigt %3 %2.
-
-
- %1 reveals %2 to %3.
- p1 female, p2 male
- %1 zeigt %3 %2.
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 female
- %1 zeigt %3 %2.
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 male
- %1 zeigt %3 %2.
-
-
-
- %1 reveals %2.
- female
- %1 zeigt %2 offen vor.
-
-
-
- %1 reveals %2.
- male
- %1 zeigt %2 offen vor.
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 female
- %1 zeigt %4 zufällig %2%3 vor.
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 male
- %1 zeigt %4 zufällig %2%3 vor.
-
+ %1 reveals %2 to %3.
+ p1 female, p2 male
+ %1 zeigt %3 %2.
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 female
+ %1 zeigt %3 %2.
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 male
+ %1 zeigt %3 %2.
+
+
+
+ %1 reveals %2.
+ female
+ %1 zeigt %2 offen vor.
+
+
+
+ %1 reveals %2.
+ male
+ %1 zeigt %2 offen vor.
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 female
+ %1 zeigt %4 zufällig %2%3 vor.
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 male
+ %1 zeigt %4 zufällig %2%3 vor.
+
+
+ %1 randomly reveals %2%3 to %4.p1 male, p2 female%1 zeigt %4 zufällig %2%3 vor.
-
+ %1 randomly reveals %2%3 to %4.p1 male, p2 male%1 zeigt %4 zufällig %2%3 vor.
-
+ %1 randomly reveals %2%3.female%1 zeigt zufällig %2%3 offen vor.
-
+ %1 randomly reveals %2%3.male%1 zeigt zufällig %2%3 offen vor.
-
+ %1 peeks at face down card #%2.female%1 schaut sich die umgedrehte Karte #%2 an.
-
+ %1 peeks at face down card #%2.male%1 schaut sich die umgedrehte Karte #%2 an.
-
+ %1 peeks at face down card #%2: %3.female%1 schaut sich die umgedrehte Karte #%2 an: %3.
-
+ %1 peeks at face down card #%2: %3.male%1 schaut sich die umgedrehte Karte #%2 an: %3.
-
+ %1 reveals %2%3 to %4.p1 female, p2 female%1 zeigt %4 %2%3 vor.
-
+ %1 reveals %2%3 to %4.p1 female, p2 male%1 zeigt %4 %2%3 vor.
-
+ %1 reveals %2%3 to %4.p1 male, p2 female%1 zeigt %4 %2%3 vor.
-
+ %1 reveals %2%3 to %4.p1 male, p2 male%1 zeigt %4 %2%3 vor.
-
+ %1 reveals %2%3.female%1 zeigt %2%3 offen vor.
-
+ %1 reveals %2%3.male%1 zeigt %2%3 offen vor.
-
+ %1 is now keeping the top card %2 revealed.%1 lässt nun die oberste Karte %2 aufgedeckt.
-
+ %1 is not revealing the top card %2 any longer.%1 lässt die oberste Karte %2 nicht mehr aufgedeckt.
-
+ It is now %1's turn.female%1 ist am Zug.
-
+ It is now %1's turn.male%1 ist am Zug.
-
-
+
+ a cardeine Karte
@@ -3371,32 +3461,32 @@ Sie müssen den Aktivierungstoken aus der Aktivierungsemail verwenden
-
+ redroterote
-
+ yellowgelbegelbe
-
+ greengrünegrüne
-
+ The game has started.Das Spiel hat begonnen.
-
+ %1 draws his initial hand.%1 zieht seine Starthand.
-
+ %1 draws her initial hand.%1 zieht ihre Starthand.
@@ -3415,179 +3505,179 @@ Sie müssen den Aktivierungstoken aus der Aktivierungsemail verwenden
-
+ ending phaseEndphase
-
+ untap stepdas Enttappsegment
-
+ %1 draws %2 card(s).female%1 zieht %2 Karte(n).
-
+ %1 draws %2 card(s).male%1 zieht %2 Karte(n).
-
+ from playvom Spielfeld
-
+ from her graveyardaus ihrem Friedhof
-
+ from his graveyardaus seinem Friedhof
-
+ from her handvon ihrer Hand
-
+ from his handvon seiner Hand
-
+ %1 puts %2%3 into her graveyard.%1 legt %2%3 in ihren Friedhof.
-
+ %1 puts %2%3 into his graveyard.%1 legt %2%3 in seinen Friedhof.
-
+ %1 moves %2%3 to her hand.%1 nimmt %2%3 auf ihre Hand.
-
+ %1 moves %2%3 to his hand.%1 nimmt %2%3 auf seine Hand.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 female%1 legt %2 an %3s %4 an.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 male%1 legt %2 an %3s %4 an.
-
+ %1 attaches %2 to %3's %4.p1 male, p2 female%1 legt %2 an %3s %4 an.
-
+ %1 attaches %2 to %3's %4.p1 male, p2 male%1 legt %2 an %3s %4 an.
-
+ %1 places %2 %3 counter(s) on %4 (now %5).female%1 legt %2 %3 Marke(n) auf %4 (jetzt %5).
-
+ %1 places %2 %3 counter(s) on %4 (now %5).male%1 legt %2 %3 Marke(n) auf %4 (jetzt %5).
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).female%1 entfernt %2 %3 Marke(n) von %4 (jetzt %5).
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).male%1 entfernt %2 %3 Marke(n) von %4 (jetzt %5).
-
+ %1 is looking at the top %2 card(s) %3.female%1 sieht sich die oberste(n) %2 Karten %3 an.
-
+ %1 is looking at the top %2 card(s) %3.male%1 sieht sich die oberste(n) %2 Karten %3 an.
-
+ upkeep stepdas Versorgungssegment
-
+ draw stepdas Ziehsegment
-
+ first main phasedie erste Hauptphase
-
+ beginning of combat stepdas Anfangssegment der Kampfphase
-
+ declare attackers stepdas Angreifer-Deklarieren-Segment
-
+ declare blockers stepdas Blocker-Deklarieren-Segment
-
+ combat damage stepdas Kampfschadenssegment
-
+ end of combat stepdas Endsegment der Kampfphase
-
+ second main phasedie zweite Hauptphase
-
+ It is now the %1.Es ist nun %1.
@@ -3595,74 +3685,79 @@ Sie müssen den Aktivierungstoken aus der Aktivierungsemail verwenden
MessagesSettingsPage
-
+ Chat settingsChat Einstellungen
-
+ Custom alert wordsBenutzerdifinierte Warnungen
-
+ Enable chat mentionsChat Erwähnungen aktivieren
-
+ Enable mention completerAutovervollständigung aktivieren
-
+ In-game message macrosMakros für Nachrichten in Spielen
-
+ Ignore chat room messages sent by unregistered usersIgnoriere Nachrichten von unregistrierten Benutzern im Chatroom.
-
+ Ignore private messages sent by unregistered usersIgnoriere private Nachrichten von unregistrierten Benutzern.
-
+ Enable desktop notifications for private messagesDesktop Benachrichtigungen für private Nachrichten aktivieren.
-
+
+ Enable desktop notification for mentions
+ Desktop Benachrichtigungen für Erwähnungen aktivieren
+
+
+
+ Enable room message history on join
+ Aktiviere Nachrichtenverlauf bei Betreten eines Raumes
+
+
+ Separate words with a space, alphanumeric characters onlyWörter durch Leerzeichen trennen, nur alphanumerische Zeichen verwenden
-
-
+
+ Invert text colorTextfarbe invertieren
-
- Enable desktop notification for mentions.
- Desktop Benachrichtigungen für Erwähnungen aktivieren.
-
-
-
-
+
+ (Color is hexadecimal)(Farbcode in hexadezimal)
-
+ Add messageNachricht hinzufügen
-
+ Message:Nachricht:
@@ -4106,7 +4201,7 @@ Sie müssen den Aktivierungstoken aus der Aktivierungsemail verwenden
-
+ Number:Anzahl:
@@ -4131,32 +4226,33 @@ Sie müssen den Aktivierungstoken aus der Aktivierungsemail verwendenAnzahl der Seiten:
-
+ Set power/toughnessStärke und Widerstandskraft setzen
-
+ Please enter the new PT:Bitte die neue Stärke und Widerstandskraft eingeben:
-
+ Set annotationNotiz setzen
-
+ Please enter the new annotation:Bitte die Notiz eingeben:
-
+ Set countersSetze Marken
-
+
+ Cr&eate related cardZugehörige Karte kr&eieren
@@ -4164,37 +4260,37 @@ Sie müssen den Aktivierungstoken aus der Aktivierungsemail verwenden
QMenuBar
-
+ ServicesDienste
-
+ Hide %1%1 ausblenden
-
+ Hide OthersAndere ausblenden
-
+ Show AllAlle anzeigen
-
+ Preferences...Einstellungen...
-
+ Quit %1Schließe %1
-
+ About %1Über %1
@@ -4202,14 +4298,14 @@ Sie müssen den Aktivierungstoken aus der Aktivierungsemail verwenden
QObject
-
+ Cockatrice replays (*.cor)Aufgezeichnete Cockatrice-Spiele (*.cor)
- Common deck formats (*.cod *.dec *.mwDeck)
- Standardformate für Decks (*.cod, *.dec, *.mwDeck)
+ Common deck formats (*.cod *.dec *.txt *.mwDeck)
+ Standarddeckformate (*.cod *.dec *.txt *.mwDeck)
@@ -4305,29 +4401,13 @@ Sie müssen den Aktivierungstoken aus der Aktivierungsemail verwendenGames
Spiele
-
-
-
- Error
- Fehler
-
-
-
- You do not have the proper permission to join this room.
- Sie haben nicht die erforderlichen Berechtigungen, um diesem Raum beizutreten.
-
-
-
- Failed to join the room due to an unknown error.
- Beitritt in den Raum aufgrund eines unbekannten Fehlers fehlgeschlagen.
- SequenceEdit
-
+ Shortcut already in use
- Shortcut wird bereits benutzt
+ Tastaturkürzel wird bereits verwendet
@@ -4358,6 +4438,29 @@ Sie müssen den Aktivierungstoken aus der Aktivierungsemail verwendenVeröffentlichung
+
+ ShortcutsTab
+
+
+ Restore all default shortcuts
+ Alle Standard-Tastaturkürzel wiederherstellen
+
+
+
+ Do you really want to restore all default shortcuts?
+ Möchten Sie wirklich alle Standard-Tastaturkürzel wiederherstellen?
+
+
+
+ Clear all default shortcuts
+ Alle Standard-Tastaturkürzel entfernen
+
+
+
+ Do you really want to clear all shortcuts?
+ Möchten Sie wirklich alle Tastaturkürzel entfernen?
+
+ShutdownDialog
@@ -4379,37 +4482,32 @@ Sie müssen den Aktivierungstoken aus der Aktivierungsemail verwenden
SoundSettingsPage
-
- Choose path
- Dateipfad auswählen
-
-
-
+ Enable &soundsTöne aktivieren
-
- Path to sounds directory:
- Pfad zum Verzeichnis mit den Tondateien:
+
+ Current sounds theme:
+ Derzeitiges Geräuschthema:
-
+ Test system sound engineSystemsoundeinstellungen testen
-
+ Sound settingsToneinstellungen
-
+ Master volume requires QT5Masterlautstärke erfordert QT5
-
+ Master volumeMasterlautstärke
@@ -4417,42 +4515,42 @@ Sie müssen den Aktivierungstoken aus der Aktivierungsemail verwenden
TabAdmin
-
+ Update server &messageServer&nachricht aktualisieren
-
+ &Shut down server&Server abschalten
-
+ &Reload configurationKonfigu&ration neuladen
-
+ Server administration functionsFunktionen zur Serverwartung
-
+ &Unlock functions&Sperre aufheben
-
+ &Lock functionsFunktionen s&perren
-
+ Unlock administration functionsWartungsfunktionen entsperren
-
+ Do you really want to unlock the administration functions?Möchten Sie wirklich die Sperre der Wartungsfunktionen aufheben?
@@ -4465,152 +4563,140 @@ Sie müssen den Aktivierungstoken aus der Aktivierungsemail verwenden
TabDeckEditor
-
+ &Print deck...Deck &drucken...
-
+ &CloseS&chließen
-
+ &Edit sets...&Editionen bearbeiten...
-
+
+ FiltersFilter
-
+ &Clear all filtersAlle Filter entfernen
-
+ Delete selectedAusgewählten löschen
-
+ Deck &name:Deck&name:
-
+ &Comments:&Kommentare:
-
+ Hash:Hash:
-
+ &New deck&Neues Deck
-
+ &Load deck...Deck &laden...
-
+ &Save deckDeck &speichern
-
+ Save deck &as...Deck s&peichern unter...
-
+ Load deck from cl&ipboard...Deck aus &Zwischenablage laden...
-
+ Save deck to clip&boardDeck in Z&wischenablage speichern
-
+ &Analyze deck on deckstats.netDeck auf deckstats.net &analysieren
-
+ Open custom image folderÖffne den Ordner für benutzerdefinierte Kartenbilder
-
+ Open custom sets folderÖffne den Ordner für benutzerdifinierte Sets
-
+ Add card to &maindeckKarte zu&m Hauptdeck hinzufügen
-
+ Add card to &sideboardKarte zum &Sideboard hinzufügen
-
+ &Deck Editor&Deckeditor
-
+ C&ard Database&Kartendatenbank
-
- Show/Hide card information
- Karteninformationen ein-/ausblenden
-
-
-
- Show/Hide deck
- Deck ein-/ausblenden
-
-
-
- Show/Hide filters
- Filter ein-/ausblenden
-
-
-
+ Reset layoutDarstellung zurücksetzen
-
+
+ Card InfoKarteninformationen
-
+
+ DeckDeck
-
+ WelcomeWillkommen
-
+ Hi! It seems like you're running this version of Cockatrice for the first time.
All the sets in the card database have been enabled.
Read more about changing the set order or disabling specific sets and consequent effects in the "Edit Sets" window.
@@ -4619,69 +4705,88 @@ Alle Editionen der Kartendatenbank wurden aktiviert.
Lesen Sie mehr über das Ändern der Editionsreihenfolge oder die Deaktivierung bestimmter Editionen im „Editionen bearbeiten...“-Menu.
-
+ &Remove rowZeile entfe&rnen
-
+ &Increment numberAnzahl er&höhen
-
+ &Decrement numberAnzahl v&erringern
-
+ Edit &tokens...Spielsteine &bearbeiten...
-
+
+ &View
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+ Floating
+
+
+
+ Deck: %1Deck: %1
-
+ Are you sure?Sind Sie sicher?
-
+ The decklist has been modified.
Do you want to save the changes?Die Deckliste wurde verändert.
Möchten Sie die Änderungen speichern?
-
+ Load deckDeck laden
-
-
-
+
+
+ ErrorFehler
-
+ The deck could not be saved.Das Deck konnte nicht gespeichert werden.
-
-
+
+ The deck could not be saved.
Please check that the directory is writable and try again.Das Deck konnte nicht gespeichert werden.
Bitte überprüfen Sie, dass Sie Schreibrechte in dem Verzeichnis haben, und versuchen Sie es erneut.
-
+ Save deckDeck speichern
@@ -4689,84 +4794,84 @@ Bitte überprüfen Sie, dass Sie Schreibrechte in dem Verzeichnis haben, und ver
TabDeckStorage
-
+ Local file systemLokales Dateisystem
-
+ Server deck storageDeckablage auf dem Server
-
-
+
+ Open in deck editorIm Deckeditor öffnen
-
+ Upload deckDeck hochladen
-
+ Download deckDeck herunterladen
-
-
+
+ New folderNeuer Ordner
-
-
+
+ DeleteLöschen
-
+ Enter deck nameDecknamen eingeben
-
+ This decklist does not have a name.
Please enter a name:Diese Deckliste hat keinen Namen.
Bitte geben Sie einen Namen ein:
-
+ Unnamed deckUnbenanntes Deck
-
+ Delete local fileLokale Datei löschen
-
-
-
+
+
+ Are you sure you want to delete "%1"?Sind Sie sicher, dass Sie "%1" löschen möchten?
-
+ Name of new folder:Name für den neuen Ordner:
-
+ Delete remote folderVerzeichnis auf Server löschen
-
+ Delete remote deckDeck auf dem Server löschen
@@ -4779,135 +4884,344 @@ Bitte geben Sie einen Namen ein:
TabGame
-
+
+
+ Card Info
+
+
+
+
+
+ Player List
+
+
+
+
+
+ Messages
+
+
+
+
+
+ Replay Timeline
+
+
+
+ &Phases&Phasen
-
+ &GameSpi&el
-
+ Next &phaseNächste &Phase
-
+ Next &turnNächster &Zug
-
+ &Remove all local arrows&Lokale Pfeile entfernen
-
+ Rotate View Cl&ockwiseAnsicht im Uhrzeigesinn drehen
-
+ Rotate View Co&unterclockwiseAnsicht gegen den Uhrzeigersinn drehen
-
+ Game &information&Spielinformationen
-
+ &Concede&Aufgeben
-
+ &Leave gameSpiel ver&lassen
-
+ C&lose replayWiederholung sch&ließen
-
+ &Say:&Sagen:
-
+
+ &View
+
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+
+ Floating
+
+
+
+
+ Reset layout
+
+
+
+ ConcedeAufgeben
-
+ Are you sure you want to concede this game?Sind Sie sicher, dass Sie das Spiel aufgeben möchten?
-
+ Leave gameSpiel verlassen
-
+ Are you sure you want to leave this game?Sind Sie sicher, dass Sie das Spiel verlassen möchten?
-
+ You are flooding the game. Please wait a couple of seconds.Sie senden zu viele Befehle. Bitte warte ein paar Sekunden.
-
+ You have been kicked out of the game.Sie wurden aus dem Spiel geworfen.
-
+ REPLAY Wiederholung
+
+ TabLog
+
+
+ Logs
+ Logs
+
+
+
+
+ Error
+ Fehler
+
+
+
+ You must select at least one filter.
+ Sie müssen mindestens einen Filter auswählen.
+
+
+
+ You have to select a valid number of days to locate.
+ Sie müssen eine gültige Anzahl an zu lokalisierenden Tagen auswählen.
+
+
+
+ Username:
+ Benutzername:
+
+
+
+ IP Address:
+ IP-Adresse:
+
+
+
+ Game Name:
+ Spielname:
+
+
+
+ GameID:
+ Spiel-ID:
+
+
+
+ Message:
+ Nachricht:
+
+
+
+ Main Room
+ Hauptraum
+
+
+
+ Game Room
+ Spielraum
+
+
+
+ Private Chat
+ Privater Chat
+
+
+
+ Past X Days:
+ Die letzten X Tage:
+
+
+
+ Today
+ Heute
+
+
+
+ Last Hour
+ Letzte Stunde
+
+
+
+ Maximum Results:
+ Maximale Ergebnisse:
+
+
+
+ At least one filter is required.
+The more information you put in, the more specific your results will be.
+ Mindestens ein Filter ist notwendig.
+Je mehr Informationen Sie angeben, desto spezifischer fallen die Ergebnisse aus.
+
+
+
+ Get User Logs
+ Benutzerlogs anzeigen
+
+
+
+ Clear Filters
+ Filter entfernen
+
+
+
+ Filters
+ Filter
+
+
+
+ Log Locations
+ Logstandorte
+
+
+
+ Date Range
+ Datumsbereich
+
+
+
+ Maximum Results
+ Maximale Ergebnisse
+
+
+
+ Room Logs
+ Raumlogs
+
+
+
+
+
+ Time;SenderName;SenderIP;Message;TargetID;TargetName
+ Zeit;SenderName;SenderIP;Nachricht;ZielID;ZielName
+
+
+
+ Game Logs
+ Spielelogs
+
+
+
+ Chat Logs
+ Chatlogs
+
+
+
+
+ Message History
+ Nachrichtenverlauf
+
+
+
+ There are no messages for the selected filters.
+ Keine Nachrichten für die gewählten Filter.
+
+
+
+ Failed to collect message history information.
+ Das Sammeln von Nachrichtenverlaufsinformationen ist fehlgeschlagen.
+
+TabMessage
-
+ Private &chatPrivater &Chat
-
+ &LeaveVer&lassen
-
+ %1 - Private chat%1 - privater Chat
-
+ This user is ignoring you.Dieser Benutzer ignoriert Sie.
-
+ Private message from Private Nachricht von
-
+ %1 has left the server.%1 hat den Server verlassen.
-
+ %1 has joined the server.%1 hat den Server betreten.
@@ -4915,54 +5229,54 @@ Bitte geben Sie einen Namen ein:
TabReplays
-
+ Local file systemLokales Dateisystem
-
+ Server replay storageWiederholungsablage auf dem Server
-
-
+
+ Watch replayWiederholung abspielen
-
-
+
+ DeleteLöschen
-
+ Download replayWiederholung herunterladen
-
+ Toggle expiration lockautomatische Löschung umschalten
-
+ Delete local fileLokale Datei löschen
-
+ Are you sure you want to delete "%1"?Sind Sie sicher, dass Sie "%1" löschen möchten?
-
+ Delete remote replayWiederholung vom Server löschen
-
+ Are you sure you want to delete the replay of game %1?Sind Sie sicher, dass Sie das Replay des Spiels %1 löschen möchten?
@@ -4975,47 +5289,47 @@ Bitte geben Sie einen Namen ein:
TabRoom
-
+ &Say:&Sagen:
-
+ ChatChat
-
+ &Room&Raum
-
+ &Leave roomRaum ver&lassen
-
+ &Clear chatChat leeren
-
+ Chat Settings...Chat Einstellungen
-
+ mentioned you.hat dich erwähnt.
-
+ Click to viewZum Anzeigen klicken.
-
+ You are flooding the chat. Please wait a couple of seconds.Sie überfluten den Chatraum. Bitte warten Sie ein paar Sekunden.
@@ -5023,43 +5337,83 @@ Bitte geben Sie einen Namen ein:
TabServer
-
+ ServerServer
+
+
+
+
+
+ Error
+ Fehler
+
+
+
+ Failed to join the room: it doesn't exists on the server.
+ Beitritt in den Raum fehlgeschlagen: Er existiert nicht auf diesem Server.
+
+
+
+ The server thinks you are in the room but Cockatrice is unable to display it. Try restarting Cockatrice.
+ Laut Server sind Sie im Raum, aber Cockatrice kann ihn nicht darstellen. Bitte starten Sie Cockatrice neu.
+
+
+
+ You do not have the required permission to join this room.
+ Sie haben nicht die erforderlichen Berechtigungen, um diesem Raum beizutreten.
+
+
+
+ Failed to join the room due to an unknown error: %1.
+ Beitritt in den Raum aufgrund eines unbekannten Fehlers fehlgeschlagen: %1
+ TabSupervisor
-
+ Are you sure?Sind Sie sicher?
-
+ There are still open games. Are you sure you want to quit?Es sind noch Spiele offen. Wollen Sie das Programm trotzdem beenden?
-
+ PromotionBeförderung
-
+ You have been promoted to moderator. Please log out and back in for changes to take effect.Sie wurden zum Moderator ernannt. Bitte loggen Sie sich aus und wieder ein, damit die Änderungen in Kraft treten.
+
+
+ Warned
+ Gewarnt
+
+
+
+ You have received a warning due to %1.
+Please refrain from engaging in this activity or further actions may be taken against you. If you have any questions, please private message a moderator.
+ Sie haben eine Warnung erhalten aufgrund von %1.
+Bitte unterlassen Sie diese Aktivitäten oder weitere Schritte werden gegen Sie eingeleitet. Sollten Sie Fragen haben, stellen Sie diese bitte über eine private Nachricht an einen Moderator.
+ TabUserLists
-
+ Add to Buddy Listals Freund hinzufügen
-
+ Add to Ignore Listzu ignorierten Benutzern hinzufügen
@@ -5072,94 +5426,153 @@ Bitte geben Sie einen Namen ein:
UserContextMenu
-
+ User &detailsBenutzer&details
-
+ Private &chatPrivater &Chat
-
+ Show this user's &gamesSpiele dieses &Benutzers anzeigen
-
+ Add to &buddy listZur &Freundesliste hinzufügen
-
+ Remove from &buddy listVon &Freundesliste entfernen
-
+ Add to &ignore list&Ignorieren
-
+ Remove from &ignore listNicht mehr &ignorieren
-
+ Kick from &gameAus dem &Spiel werfen
-
+
+ Warn user
+ Nutzer warnen
+
+
+
+ View user's war&n history
+ Verwar&nungsverlauf des Nutzers ansehen
+
+
+ Ban from &serverVom &Server bannen
-
+
+ View user's &ban history
+ &Bannverlauf des Nutzers ansehen
+
+
+ &Promote user to moderatorNutzer zum Moderator befördern
-
+ Dem&ote user from moderatorModerator degradieren
-
+ %1's games%1s Spiele
-
-
+
+
+
+ Ban History
+ Bannverlauf
+
+
+
+ Ban Time;Moderator;Ban Length;Ban Reason;Visible Reason
+ Bannzeit;Moderator;Banndauer;Banngrund;Sichtbarer Grund
+
+
+
+ User has never been banned.
+ Nutzer wurde bisher nie gebannt.
+
+
+
+ Failed to collecting ban information.
+ Das Sammeln der Banninformationen ist fehlgeschlagen.
+
+
+
+
+
+ Warning History
+ Warnungsverlauf
+
+
+
+ Warning Time;Moderator;User Name;Reason
+ Warnungszeit;Moderator;Nutzername;Grund
+
+
+
+ User has never been warned.
+ Nutzer wurde bisher nie gewarnt.
+
+
+
+ Failed to collecting warning information.
+ Das Sammeln der Warnungsinformationen ist fehlgeschlagen.
+
+
+
+ SuccessErfolgreich
-
+ Successfully promoted user.Nutzer erfolgreich befördert.
-
+ Successfully demoted user.Nutzer erfolgreich degradiert.
-
-
+
+ FailedFehlgeschlagen
-
+ Failed to promote user.Beförderung des Nutzers fehlgeschlagen.
-
+ Failed to demote user.Degradierung des Nutzers fehlgeschlagen.
@@ -5331,42 +5744,42 @@ Bitte geben Sie einen Namen ein:
UserInterfaceSettingsPage
-
+ General interface settingsAllgemeine Bedienung
-
+ Enable notifications in taskbarTaskbarbenachrichtigungen aktivieren
-
+ Notify in the taskbar for game events while you are spectatingBenachrichtigungen für Spielereignisse auch beim Zusehen anderer Spiele in der Taskbar anzeigen
-
+ &Double-click cards to play them (instead of single-click)Karten durch &Doppelklick ausspielen (statt Einzelklick)
-
+ &Play all nonlands onto the stack (not the battlefield) by defaultalle Nichtländer standardmäßig über den Stapel spielen (anstatt direkt auf den Tisch)
-
+ Annotate card text on tokens
- Kartentext auf Spielstein kommentieren
+ Kartentext auf Spielsteinen anzeigen
-
+ Animation settingsAnimationseinstellungen
-
+ &Tap/untap animationAnimiertes &Tappen/Enttappen
@@ -5374,95 +5787,134 @@ Bitte geben Sie einen Namen ein:
UserList
-
+ Users connected to server: %1Mit dem Server verbundene Nutzer: %1
-
+ Users in this room: %1Benutzer in diesem Raum: %1
-
+ Buddies online: %1 / %2Freunde online: %1 / %2
-
+ Ignored users online: %1 / %2Ignorierte Benutzer online: %1 / %2
+
+ WarningDialog
+
+
+ Which warning would you like to send?
+ Welche Warnung möchten Sie versenden?
+
+
+
+ &OK
+ &OK
+
+
+
+ &Cancel
+ Abbre&chen
+
+
+
+ Warn user for misconduct
+ Nutzer aufgrund von Fehlverhalten warnen
+
+
+
+
+ Error
+ Fehler
+
+
+
+ User name to send a warning to can not be blank, please specify a user to warn.
+ Der zu warnende Nutzername kann nicht leer gelassen werden, bitte geben Sie einen Nutzernamen an.
+
+
+
+ Warning to use can not be blank, please select a valid warning to send.
+ Warnungsart kann nicht leer gelassen werden, bitte wählen Sie die zu sendende Warnungsart.
+
+WndSets
-
+ Enable all setsAlle Editionen aktivieren
-
+ Disable all setsAlle Editionen deaktivieren
-
+ Move selected set upnach oben verschieben
-
+ Move selected set to the topAusgewählte Edition an die Spitze verschieben
-
+ Move selected set downnach unten verschieben
-
+ Move selected set to the bottomAusgewählte Edition ans Ende verschieben
-
+ hints:Tipps:
-
+ Enable the sets that you want to have available in the deck editorAktivieren Sie die Editionen, die Ihnen im Deckeditor zur Verfügung stehen sollen
-
+ Move sets around to change their order, or click on a column header to sort sets on that fieldBewegen Sie die Editionen um deren Reihenfolge zu ändern oder sortieren Sie sie spaltenweise durch einen Klick auf die Spaltenüberschrift
-
+ Sets order decides the source that will be used when loading images for a specific cardDie Reihenfolge der Editionen bestimmt die Quelle aus der Kartenbilder bestimmter Karten stammen
-
+ Disabled sets will be used for loading images only if all the enabled sets failedDeaktivierte Editionen werden nur für Bilder verwendet, wenn die aktivierten Editionen fehlschlagen
-
+ Edit setsEditionen bearbeiten
-
+ SuccessErfolgreich
-
+ The sets database has been saved successfully.Die Editionsdatenbank wurde erfolgreich gespeichert.
@@ -5470,22 +5922,22 @@ Bitte geben Sie einen Namen ein:
ZoneViewWidget
-
+ sort by namenach Namen sortieren
-
+ sort by typenach Kartentypen sortieren
-
+ shuffle when closingbeim Schließen mischen
-
+ pile viewStapelansicht
@@ -5493,558 +5945,573 @@ Bitte geben Sie einen Namen ein:
shortcutsTab
-
+ FormForm
-
+ Main WindowHauptfenster
-
+ Deck editorDeckeditor
-
+ Local gameplay
- lokales Gameplay
+ lokale Spielmechanik
-
+ Watch replayWiederholung abspielen
-
+ ConnectVerbinden
-
+ RegisterRegistrieren
-
+ Full screenVollbild
-
+ SettingsEinstellungen
-
+ Check for card updatesNach Kartenaktualisierungen suchen
-
+ ExitBeenden
-
+ Deck EditorDeckeditor
-
+ Analyze deckDeck analysieren
-
+ Load deck (clipboard)Deck laden (Zwischenablage)
-
+ Clerar all filtersAlle Filter entfernen
-
+ New deckNeues Deck
-
+ Clear one filterEinen Filter entfernen
-
+ Open custom folderÖffne benutzerdefinierten Ordner
-
+ CloseSchließen
-
+ Print deckDeck drucken
-
+ Edit setsEditionen bearbeiten
-
+ Delete cardKarte löschen
-
+ Edit tokensSpielsteine bearbeiten
-
+ Reset layoutDarstellung zurücksetzen
-
+ Add cardKarte hinzufügen
-
+ Save deckDeck speichern
-
+ Remove cardKarte entfernen
-
+ Save deck asDeck speichern unter...
-
+ Load deckDeck laden
-
+ Save deck (clipboard)Deck speichern (Zwischenablage)
-
-
+
+ Counters
- Zähler
+ Zähler/Marken
-
+ LifeLeben
-
-
-
-
-
+
+
+
+
+ SetSetzen
-
-
-
-
+
+
+
+ AddHinzufügen
-
-
-
-
+
+
+
+ RemoveEntfernen
-
+ RedRot
-
+ GreenGrün
-
+ YellowGelb
-
- Mainwindow / Deck editor
- Hauptfenster/Deckeditor
+
+ Playing Area
+ Spielebereich
-
- Power / toughness
- Stärke/Widerstandskraft
+
+ Phases | P/T | Playing Area
+ Phasen | S/W | Spielebereich
-
- Power and toughness
- Stärke und Widerstandskraft
+
+ Game Lobby
+ Spielelobby
-
+
+ Gameplay
+ Spielmechanik
+
+
+
+ Draw | Move | View | Gameplay
+ Ziehen | Verschieben | Ansicht | Spielmechanik
+
+
+
+ How to set custom shortcuts
+ Wie man benutzerdefinierte Tastaturkürzel setzt
+
+
+
+ Restore all default shortcuts
+ Alle Standard-Tastaturkürzel wiederherstellen
+
+
+
+ Clear all shortcuts
+ Alle Tastaturkürzel entfernen
+
+
+ Add (+1/+1)(+1/+1) hinzufügen
-
+ Remove (-1/-1)(-1/-1) hinzufügen
-
+ ToughnessWiderstandskraft
-
+ Remove (-0/-1)(-0/-1) hinzufügen
-
+ Add (+0/+1)(+0/+1) hinzufügen
-
+ PowerStärke
-
+ Remove (-1/-0)(-1/-0) hinzufügen
-
+ Add (+1/+0)(+1/+0) hinzufügen
-
+ Game PhasesSpielphasen
-
+ UntapEnttappen
-
+ DisconnectGetrennt
-
+
+ Main Window | Deck Editor
+ Hauptfenster | Deckeditor
+
+
+
+ Power / Toughness
+ Stärke / Widerstandskraft
+
+
+
+ Power and Toughness
+ Stärke und Widerstandskraft
+
+
+ UpkeepVersorgung
-
-
+
+ DrawZiehen
-
+ Main 11. Hauptphase
-
+ Start combatBeginn des Kampfes
-
+ AttackAngriff
-
+ BlockBlocken
-
+ DamageSchaden
-
+ End combatEnde des Kampfes
-
+ Main 22. Hauptphase
-
+ EndEndsegment
-
+ Next phaseNächste Phase
-
+ Next turnNächster Zug
-
- Player
- Spieler
-
-
-
+ Tap CardKarte tappen
-
+ Untap CardKarte enttappen
-
+ Untap allAlle enttappen
-
+ Toogle untapEnttappen umschalten
-
+ Flip cardKarte drehen
-
+ Peek cardKarte ansehen
-
+ Play cardKarte spielen
-
+ Attach cardKarte anlegen
-
+ Unattach cardKarte lösen
-
+ Clone cardKarte klonen
-
+ Create tokenSpielstein erstellen
-
+ Create another tokenEinen weiteren Spielstein erstellen
-
+ Set annotationNotiz setzen
-
- Phases / P/T / Player
- Phasen / P/T /Player
-
-
-
+ Move card toKarte verschieben
-
+ Bottom libraryunter die Bibliothek
-
+ Top libraryauf die Bibliothek
-
-
+
+ Graveyardin den Friedhof
-
-
+
+ Exileins Exil
-
+ Handauf die Hand
-
+ ViewAnsehen
-
+ LibraryBibliothek
-
+ Tops card of libraryObersten Karten der Bibliothek
-
+ SideboardSideboard
-
+ Close recent viewSchließe jüngste Ansicht
-
- Pre-play
- Vorspiel
-
-
-
+ Load remote deckDeck vom Server laden
-
+ Load local deckLokales Deck laden
-
- Game play
-
-
-
-
+ Draw arrowPfeil zeichnen
-
+ Leave gameSpiel verlassen
-
+ Remove local arrowsLokale Pfeile entfernen
-
+ ConcedeAufgeben
-
+ Roll diceWürfeln
-
+ Rotate view CWAnsicht im Uhrzeigersinn drehen
-
+ Shuffle libraryBibliothek mischen
-
+ Rotate view CCWAnsicht gegen den Uhrzeigersinn drehen
-
+ MulliganMulligan
-
+ Draw cardKarte ziehen
-
+ Draw cardsKarten ziehen
-
+ Undo drawZiehen rückgängig machen
-
+ Always reveal top cardOberste Karte aufgedeckt lassen
-
-
- Draw / Move / View / Game play
-
-
\ No newline at end of file
diff --git a/cockatrice/translations/cockatrice_en.ts b/cockatrice/translations/cockatrice_en.ts
index cd4b6c805..d104043cd 100644
--- a/cockatrice/translations/cockatrice_en.ts
+++ b/cockatrice/translations/cockatrice_en.ts
@@ -22,57 +22,57 @@
AppearanceSettingsPage
-
+ Theme settings
-
+ Current theme:
-
+ Card rendering
-
+ Display card names on cards having a picture
-
+ Scale cards on mouse over
-
+ Hand layout
-
+ Display hand horizontally (wastes space)
-
+ Enable left justification
-
+ Table grid layout
-
+ Invert vertical coordinate
-
+ Minimum player count for multi-column layout:
@@ -187,12 +187,12 @@ This is only saved for moderators and cannot be seen by the banned person.
CardDatabase
-
+ New sets found
-
+ %1 new set(s) have been found in the card database. Do you want to enable them?
@@ -200,27 +200,27 @@ This is only saved for moderators and cannot be seen by the banned person.
CardDatabaseModel
-
+ Name
-
+ Sets
-
+ Mana cost
-
+ Card type
-
+ P/T
@@ -279,47 +279,47 @@ This is only saved for moderators and cannot be seen by the banned person.
CardInfoWidget
-
+ Show card only
-
+ Show text only
-
+ Show full info
-
+ Name:
-
+ Mana cost:
-
+ Color(s):
-
+ Card type:
-
+ P / T:
-
+ Loyalty:
@@ -583,12 +583,12 @@ This is only saved for moderators and cannot be seen by the banned person.
DeckEditorSettingsPage
-
+ Nothing is here... yet
-
+ General
@@ -628,42 +628,42 @@ This is only saved for moderators and cannot be seen by the banned person.
DeckViewContainer
-
+ Load local deck
-
+ Load deck from server
-
+ Ready to s&tart
-
+ S&ideboard unlocked
-
+ S&ideboard locked
-
+ Load deck
-
+ Error
-
+ The selected file could not be loaded.
@@ -1355,19 +1355,19 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
DlgSettings
-
-
-
+
+
+ Error
-
+ Unknown Error loading card database
-
+ Your card database is invalid.
Cockatrice may not function correctly with an invalid database
@@ -1378,7 +1378,7 @@ Would you like to change your database location setting?
-
+ Your card database version is too old.
This can cause problems loading card information or images
@@ -1389,21 +1389,21 @@ Would you like to change your database location setting?
-
+ File Error loading your card database.
Would you like to change your database location setting?
-
+ Your card database was loaded but contains no cards.
Would you like to change your database location setting?
-
+ Your card database did not finish loading
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your cards.xml attached
@@ -1412,7 +1412,7 @@ Would you like to change your database location setting?
-
+ Unknown card database load status
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues
@@ -1421,56 +1421,91 @@ Would you like to change your database location setting?
-
+ The path to your deck directory is invalid. Would you like to go back and set the correct path?
-
+ The path to your card pictures directory is invalid. Would you like to go back and set the correct path?
-
+ Settings
-
+ General
-
+ Appearance
-
+ User Interface
-
+ Deck Editor
-
+ Chat
-
+ Sound
-
+ Shortcuts
+
+ DlgUpdate
+
+
+ Error
+
+
+
+
+ Cockatrice was not built with SSL support, so cannot download updates! Please visit the download page and update manually.
+
+
+
+
+ Your version of Cockatrice is out of date, but there are no packages available for your operating system. You may have to use a developer build or build from source yourself. Please visit the download page.
+
+
+
+
+ Cockatrice Update
+
+
+
+
+ Your version of Cockatrice is up to date.
+
+
+
+
+
+
+ Update Error
+
+
+GameSelector
@@ -1684,112 +1719,118 @@ Would you like to change your database location setting?
GeneralSettingsPage
-
+ Reset/Clear Downloaded Pictures
-
-
-
-
-
+
+
+
+
+ Choose path
-
+ Success
-
+ Downloaded card pictures have been reset.
-
+ Error
-
+ One or more downloaded card pictures could not be cleared.
-
+ Personal settings
-
+ Language:
-
+ Download card pictures on the fly
-
- Download card pictures from a custom URL
+
+ Primary download URL:
-
- Custom Card Download URL:
+
+ Fallback download URL:
-
+
+
+ Reset
+
+
+
+ How to set a custom picture url
-
+ Notify when new client features are available
-
+ Paths
-
+ Decks directory:
-
+ Replays directory:
-
+ Pictures directory:
-
+ Card database:
-
+ Token database:
-
+ Picture cache size:
-
+ EnglishEnglish
@@ -1797,48 +1838,48 @@ Would you like to change your database location setting?
MainWindow
-
+ There are too many concurrent connections from your address.
-
+ Scheduled server shutdown.
-
+ Banned by moderator
-
+ Expected end time: %1
-
+ This ban lasts indefinitely.
-
+ Connection closed
-
+ The server has terminated your connection.
Reason: %1
-
+ Scheduled server shutdown
-
+ The server is going to be restarted in %n minute(s).
All running games will be lost.
Reason for shutdown: %1
@@ -1848,495 +1889,505 @@ Reason for shutdown: %1
-
+ Number of players
-
+ Please enter the number of players.
-
+ Player %1
-
+ Load replay
-
+ About Cockatrice
-
+ Version %1
-
+ Translators:
-
+ Project Manager:
-
+ The server has reached its maximum user capacity, please check back later.
-
-
+
+ Invalid username.
-
+ You have been logged out due to logging in at another location.
-
-
+
+ Success
-
+ Registration accepted.
Will now login.
-
+ Account activation accepted.
Will now login.
-
-
- Past Project Managers:
-
-
-
-
- Developers:
-
-
-
-
- Our Developers
-
-
-
-
- Help Develop!
-
-
- Recognition Page
-
-
-
-
- Help Translate!
+ Cockatrice Webpage
- Support:
+ Past Project Managers:
+ Developers:
+
+
+
+
+ Our Developers
+
+
+
+
+ Help Develop!
+
+
+
+
+ Recognition Page
+
+
+
+
+ Help Translate!
+
+
+
+
+ Support:
+
+
+
+ Report an Issue
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Error
-
+ Server timeout
-
+ Failed Login
-
+ Your client does not support features that the server requires, please update your client and try again.
-
+ Incorrect username or password. Please check your authentication information and try again.
-
+ There is already an active session using this user name.
Please close that session first and re-login.
-
-
+
+ You are banned until %1.
-
-
+
+ You are banned indefinitely.
-
+ This server requires user registration. Do you want to register now?
-
+ This server requires client ID's. Your client is either failing to generate an ID or you are running a modified client.
Please close and reopen your client to try again.
-
+ An internal error has occurred, please try closing and reopening your client and try again. If the error persists try updating your client to the most recent build and if need be contact your software provider.
-
+ Account activation
-
+ Unknown login error: %1
-
-
+
+
This usually means that your client version is out of date, and the server sent a reply your client doesn't understand.
-
+ Your username must respect these rules:
-
+ is %1 - %2 characters long
-
+ can %1 contain lowercase characters
-
-
-
+
+
+ NOT
-
+ can %1 contain uppercase characters
-
+ can %1 contain numeric characters
-
+ can contain the following punctuation: %1
-
+ first character can %1 be a punctuation mark
-
+ You may only use A-Z, a-z, 0-9, _, ., and - in your username.
-
-
-
-
-
+
+
+
+
+ Registration denied
-
+ Registration is currently disabled on this server
-
+ There is already an existing account with the same user name.
-
+ It's mandatory to specify a valid email address when registering.
-
+ Too many registration attempts from your IP address.
-
+ Password too short.
-
+ Registration failed for a technical problem on the server.
-
+ Unknown registration error: %1
-
+ Account activation failed
-
+ Socket error: %1
-
+ You are trying to connect to an obsolete server. Please downgrade your Cockatrice version or connect to a suitable server.
Local version is %1, remote version is %2.
-
+ Your Cockatrice client is obsolete. Please update your Cockatrice version.
Local version is %1, remote version is %2.
-
+ Connecting to %1...
-
+ Registering to %1 as %2...
-
+ Disconnected
-
+ Connected, logging in at %1
-
+ &Connect...
-
+ &Disconnect
-
+ Start &local game...
-
+ &Watch replay...
-
+ &Deck editor
-
+ &Full screen
-
+ &Register to server...
-
+ &Settings...
-
-
+
+ &Exit
-
+ A&ctions
-
+ &Cockatrice
-
+ &About Cockatrice
-
+
+ &Update Cockatrice
+
+
+
+ &Help
-
+ Check for card updates...
-
+ A card database update is already running.
-
+ Unable to run the card database updater:
-
+ The card database updater exited with an error: %1
-
+ Update completed successfully. Cockatrice will now reload the card database.
-
+ Your client appears to be missing features that the server supports.
This usually means that your client version is out of date, please check to see if there is a new client available for download.
-
-
-
+
+
+ Information
-
+ Troubleshooting
-
+ F.A.Q.
-
+ Your account has not been activated yet.
You need to provide the activation token received in the activation email
-
+ failed to start.
-
+ crashed.
-
+ timed out.
-
+ write error.
-
+ read error.
-
+ unknown error.
@@ -2525,13 +2576,13 @@ You need to provide the activation token received in the activation email
-
+ %1 rolls a %2 with a %3-sided die.female
-
+ %1 rolls a %2 with a %3-sided die.male
@@ -2553,182 +2604,204 @@ You need to provide the activation token received in the activation email
-
+ %1 undoes his last draw.
-
+ %1 undoes her last draw.
-
+ %1 undoes his last draw (%2).
-
+ %1 undoes her last draw (%2).
-
+ from exile
-
+ the bottom card of %1's library
-
+ the bottom card of his library
-
+ the bottom card of her library
-
+ from the bottom of %1's library
-
+ from the bottom of his library
-
+ from the bottom of her library
-
+ the top card of %1's library
-
+
+ Heads (1)
+
+
+
+
+ Tails (2)
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ female
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ male
+
+
+
+ the top card of his library
-
+ the top card of her library
-
+ from the top of %1's library
-
+ from the top of his library
-
+ from the top of her library
-
+ from %1's library
-
+ from library
-
+ from sideboard
-
+ from the stack
-
+ %1 gives %2 control over %3.
-
+ %1 puts %2 into play tapped%3.
-
+ %1 puts %2 into play%3.
-
+ %1 exiles %2%3.
-
+ %1 puts %2%3 into his library.
-
+ %1 puts %2%3 into her library.
-
+ %1 puts %2%3 on bottom of his library.
-
+ %1 puts %2%3 on bottom of her library.
-
+ %1 puts %2%3 on top of his library.
-
+ %1 puts %2%3 on top of her library.
-
+ %1 puts %2%3 into his library at position %4.
-
+ %1 puts %2%3 into her library at position %4.
-
+ %1 moves %2%3 to sideboard.
-
+ %1 plays %2%3.
-
+ %1 takes a mulligan to %n.female
@@ -2737,7 +2810,7 @@ You need to provide the activation token received in the activation email
-
+ %1 takes a mulligan to %n.male
@@ -2745,278 +2818,278 @@ You need to provide the activation token received in the activation email
-
-
- %1 flips %2 face-down.
- female
-
-
-
-
- %1 flips %2 face-down.
- male
-
-
-
-
- %1 flips %2 face-up.
- female
-
-
- %1 flips %2 face-up.
+ %1 flips %2 face-down.
+ female
+
+
+
+
+ %1 flips %2 face-down.male
+
+
+ %1 flips %2 face-up.
+ female
+
+
+ %1 flips %2 face-up.
+ male
+
+
+
+ %1 destroys %2.female
-
+ %1 destroys %2.male
-
+ %1 unattaches %2.female
-
+ %1 unattaches %2.male
-
+ %1 creates token: %2%3.female
-
+ %1 creates token: %2%3.male
-
-
- %1 points from her %2 to herself.
- female
-
-
-
-
- %1 points from his %2 to himself.
- male
-
-
+ %1 points from her %2 to herself.
+ female
+
+
+
+
+ %1 points from his %2 to himself.
+ male
+
+
+
+ %1 points from her %2 to %3.p1 female, p2 female
-
+ %1 points from her %2 to %3.p1 female, p2 male
-
+ %1 points from his %2 to %3.p1 male, p2 female
-
+ %1 points from his %2 to %3.p1 male, p2 male
-
+ %1 points from %2's %3 to herself.card owner female, target female
-
+ %1 points from %2's %3 to herself.card owner male, target female
-
+ %1 points from %2's %3 to himself.card owner female, target male
-
+ %1 points from %2's %3 to himself.card owner male, target male
-
-
- %1 points from %2's %3 to %4.
- p1 female, p2 female, p3 female
-
-
-
-
- %1 points from %2's %3 to %4.
- p1 female, p2 female, p3 male
-
-
-
-
- %1 points from %2's %3 to %4.
- p1 female, p2 male, p3 female
-
- %1 points from %2's %3 to %4.
- p1 female, p2 male, p3 male
+ p1 female, p2 female, p3 female
+
+
+
+
+ %1 points from %2's %3 to %4.
+ p1 female, p2 female, p3 male%1 points from %2's %3 to %4.
- p1 male, p2 female, p3 female
+ p1 female, p2 male, p3 female%1 points from %2's %3 to %4.
- p1 male, p2 female, p3 male
-
-
-
-
- %1 points from %2's %3 to %4.
- p1 male, p2 male, p3 female
+ p1 female, p2 male, p3 male%1 points from %2's %3 to %4.
+ p1 male, p2 female, p3 female
+
+
+
+
+ %1 points from %2's %3 to %4.
+ p1 male, p2 female, p3 male
+
+
+
+
+ %1 points from %2's %3 to %4.
+ p1 male, p2 male, p3 female
+
+
+
+
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 male
-
+ %1 points from her %2 to her %3.female
-
+ %1 points from his %2 to his %3.male
-
+ %1 points from her %2 to %3's %4.p1 female, p2 female
-
+ %1 points from her %2 to %3's %4.p1 female, p2 male
-
+ %1 points from his %2 to %3's %4.p1 male, p2 female
-
+ %1 points from his %2 to %3's %4.p1 male, p2 male
-
+ %1 points from %2's %3 to her own %4.card owner female, target female
-
+ %1 points from %2's %3 to her own %4.card owner male, target female
-
+ %1 points from %2's %3 to his own %4.card owner female, target male
-
+ %1 points from %2's %3 to his own %4.card owner male, target male
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 male
@@ -3054,121 +3127,121 @@ You need to provide the activation token received in the activation email
-
+ %1 taps her permanents.female
-
+ %1 untaps her permanents.female
-
+ %1 taps his permanents.male
-
+ %1 untaps his permanents.male
-
-
- %1 taps %2.
- female
-
-
-
-
- %1 untaps %2.
- female
-
-
-
-
- %1 taps %2.
- male
-
-
+ %1 taps %2.
+ female
+
+
+
+
+ %1 untaps %2.
+ female
+
+
+
+
+ %1 taps %2.
+ male
+
+
+
+ %1 untaps %2.male
-
+ %1 sets counter %2 to %3 (%4%5).female
-
+ %1 sets counter %2 to %3 (%4%5).male
-
-
- %1 sets %2 to not untap normally.
- female
-
-
-
-
- %1 sets %2 to not untap normally.
- male
-
-
-
-
- %1 sets %2 to untap normally.
- female
-
-
+ %1 sets %2 to not untap normally.
+ female
+
+
+
+
+ %1 sets %2 to not untap normally.
+ male
+
+
+
+
+ %1 sets %2 to untap normally.
+ female
+
+
+
+ %1 sets %2 to untap normally.male
-
+ %1 sets PT of %2 to %3.female
-
+ %1 sets PT of %2 to %3.male
-
+ %1 sets annotation of %2 to %3.female
-
+ %1 sets annotation of %2 to %3.male
-
+ %1 is looking at %2.female
-
+ %1 is looking at %2.male
@@ -3190,174 +3263,174 @@ You need to provide the activation token received in the activation email
-
+ %1 stops looking at %2.female
-
+ %1 stops looking at %2.male
-
-
- %1 reveals %2 to %3.
- p1 female, p2 female
-
-
-
-
- %1 reveals %2 to %3.
- p1 female, p2 male
-
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 female
-
- %1 reveals %2 to %3.
- p1 male, p2 male
+ p1 female, p2 female
+
+
+
+
+ %1 reveals %2 to %3.
+ p1 female, p2 male
+ %1 reveals %2 to %3.
+ p1 male, p2 female
+
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 male
+
+
+
+ %1 reveals %2.female
-
+ %1 reveals %2.male
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 female
-
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 male
-
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 male, p2 female
-
- %1 randomly reveals %2%3 to %4.
- p1 male, p2 male
-
-
-
-
- %1 randomly reveals %2%3.
- female
-
-
-
-
- %1 randomly reveals %2%3.
- male
-
-
-
-
- %1 peeks at face down card #%2.
- female
-
-
-
-
- %1 peeks at face down card #%2.
- male
-
-
-
-
- %1 peeks at face down card #%2: %3.
- female
-
-
-
-
- %1 peeks at face down card #%2: %3.
- male
-
-
-
-
- %1 reveals %2%3 to %4.p1 female, p2 female
-
- %1 reveals %2%3 to %4.
+
+ %1 randomly reveals %2%3 to %4.p1 female, p2 male
-
- %1 reveals %2%3 to %4.
+
+ %1 randomly reveals %2%3 to %4.p1 male, p2 female
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 male, p2 male
+
+
+
+
+ %1 randomly reveals %2%3.
+ female
+
+
+
+
+ %1 randomly reveals %2%3.
+ male
+
+
+
+
+ %1 peeks at face down card #%2.
+ female
+
+
+
+
+ %1 peeks at face down card #%2.
+ male
+
+
+
+
+ %1 peeks at face down card #%2: %3.
+ female
+
+
+
+
+ %1 peeks at face down card #%2: %3.
+ male
+
+ %1 reveals %2%3 to %4.
- p1 male, p2 male
+ p1 female, p2 female
+
+
+
+
+ %1 reveals %2%3 to %4.
+ p1 female, p2 male
- %1 reveals %2%3.
- female
+ %1 reveals %2%3 to %4.
+ p1 male, p2 female
+ %1 reveals %2%3 to %4.
+ p1 male, p2 male
+
+
+
+
+ %1 reveals %2%3.
+ female
+
+
+
+ %1 reveals %2%3.male
-
+ %1 is now keeping the top card %2 revealed.
-
+ %1 is not revealing the top card %2 any longer.
-
+ It is now %1's turn.female
-
+ It is now %1's turn.male
-
-
+
+ a card
@@ -3376,7 +3449,7 @@ You need to provide the activation token received in the activation email
-
+ red
@@ -3384,7 +3457,7 @@ You need to provide the activation token received in the activation email
-
+ yellow
@@ -3392,7 +3465,7 @@ You need to provide the activation token received in the activation email
-
+ green
@@ -3405,12 +3478,12 @@ You need to provide the activation token received in the activation email
-
+ %1 draws his initial hand.
-
+ %1 draws her initial hand.
@@ -3429,179 +3502,179 @@ You need to provide the activation token received in the activation email
-
+ ending phase
-
+ untap step
-
+ %1 draws %2 card(s).female
-
+ %1 draws %2 card(s).male
-
+ from play
-
+ from her graveyard
-
+ from his graveyard
-
+ from her hand
-
+ from his hand
-
+ %1 puts %2%3 into her graveyard.
-
+ %1 puts %2%3 into his graveyard.
-
+ %1 moves %2%3 to her hand.
-
+ %1 moves %2%3 to his hand.
-
-
- %1 attaches %2 to %3's %4.
- p1 female, p2 female
-
-
-
-
- %1 attaches %2 to %3's %4.
- p1 female, p2 male
-
-
-
-
- %1 attaches %2 to %3's %4.
- p1 male, p2 female
-
- %1 attaches %2 to %3's %4.
+ p1 female, p2 female
+
+
+
+
+ %1 attaches %2 to %3's %4.
+ p1 female, p2 male
+
+
+
+
+ %1 attaches %2 to %3's %4.
+ p1 male, p2 female
+
+
+
+
+ %1 attaches %2 to %3's %4.p1 male, p2 male
-
-
- %1 places %2 %3 counter(s) on %4 (now %5).
- female
-
-
-
-
- %1 places %2 %3 counter(s) on %4 (now %5).
- male
-
-
-
-
- %1 removes %2 %3 counter(s) from %4 (now %5).
- female
-
-
+ %1 places %2 %3 counter(s) on %4 (now %5).
+ female
+
+
+
+
+ %1 places %2 %3 counter(s) on %4 (now %5).
+ male
+
+
+
+
+ %1 removes %2 %3 counter(s) from %4 (now %5).
+ female
+
+
+
+ %1 removes %2 %3 counter(s) from %4 (now %5).male
-
+ %1 is looking at the top %2 card(s) %3.female
-
+ %1 is looking at the top %2 card(s) %3.male
-
-
- upkeep step
-
-
-
-
- draw step
-
-
-
-
- first main phase
-
-
-
-
- beginning of combat step
-
-
-
-
- declare attackers step
-
-
-
-
- declare blockers step
-
-
-
-
- combat damage step
-
-
- end of combat step
+ upkeep step
- second main phase
+ draw step
+
+
+
+
+ first main phase
+
+
+
+
+ beginning of combat step
+ declare attackers step
+
+
+
+
+ declare blockers step
+
+
+
+
+ combat damage step
+
+
+
+
+ end of combat step
+
+
+
+
+ second main phase
+
+
+
+ It is now the %1.
@@ -3609,79 +3682,79 @@ You need to provide the activation token received in the activation email
MessagesSettingsPage
-
+ Chat settings
-
+ Custom alert words
-
+ Enable chat mentions
-
+ Enable mention completer
-
+ In-game message macros
-
+ Ignore chat room messages sent by unregistered users
-
+ Ignore private messages sent by unregistered users
-
+ Enable desktop notifications for private messages
-
+ Enable desktop notification for mentions
-
+ Enable room message history on join
-
+ Separate words with a space, alphanumeric characters only
-
-
+
+ Invert text color
-
-
+
+ (Color is hexadecimal)
-
+ Add message
-
+ Message:
@@ -4125,7 +4198,7 @@ You need to provide the activation token received in the activation email
-
+ Number:
@@ -4150,32 +4223,33 @@ You need to provide the activation token received in the activation email
-
+ Set power/toughness
-
+ Please enter the new PT:
-
+ Set annotation
-
+ Please enter the new annotation:
-
+ Set counters
-
+
+ Cr&eate related card
@@ -4183,37 +4257,37 @@ You need to provide the activation token received in the activation email
QMenuBar
-
+ Services
-
+ Hide %1
-
+ Hide Others
-
+ Show All
-
+ Preferences...
-
+ Quit %1
-
+ About %1
@@ -4221,7 +4295,7 @@ You need to provide the activation token received in the activation email
QObject
-
+ Cockatrice replays (*.cor)
@@ -4405,32 +4479,32 @@ You need to provide the activation token received in the activation email
SoundSettingsPage
-
+ Enable &sounds
-
+ Current sounds theme:
-
+ Test system sound engine
-
+ Sound settings
-
+ Master volume requires QT5
-
+ Master volume
@@ -4438,42 +4512,42 @@ You need to provide the activation token received in the activation email
TabAdmin
-
+ Update server &message
-
+ &Shut down server
-
+ &Reload configuration
-
+ Server administration functions
-
+ &Unlock functions
-
+ &Lock functions
-
+ Unlock administration functions
-
+ Do you really want to unlock the administration functions?
@@ -4486,219 +4560,226 @@ You need to provide the activation token received in the activation email
TabDeckEditor
-
+ &Print deck...
-
+ &Close
-
+ &Edit sets...
-
+
+ Filters
-
+ &Clear all filters
-
+ Delete selected
-
+ Deck &name:
-
+ &Comments:
-
+ Hash:
-
+ &New deck
-
+ &Load deck...
-
+ &Save deck
-
+ Save deck &as...
-
+ Load deck from cl&ipboard...
-
+ Save deck to clip&board
-
+ &Analyze deck on deckstats.net
-
+ Open custom image folder
-
+ Open custom sets folder
-
+ Add card to &maindeck
-
+ Add card to &sideboard
-
+ &Deck Editor
-
+ C&ard Database
-
- Show/Hide card information
-
-
-
-
- Show/Hide deck
-
-
-
-
- Show/Hide filters
-
-
-
-
+ Reset layout
-
+
+ Card Info
-
+
+ Deck
-
+ Welcome
-
+ Hi! It seems like you're running this version of Cockatrice for the first time.
All the sets in the card database have been enabled.
Read more about changing the set order or disabling specific sets and consequent effects in the "Edit Sets" window.
-
+ &Remove row
-
+ &Increment number
-
+ &Decrement number
-
+ Edit &tokens...
-
+
+ &View
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+ Floating
+
+
+
+ Deck: %1
-
+ Are you sure?
-
+ The decklist has been modified.
Do you want to save the changes?
-
+ Load deck
-
-
-
+
+
+ Error
-
+ The deck could not be saved.
-
-
+
+ The deck could not be saved.
Please check that the directory is writable and try again.
-
+ Save deck
@@ -4706,83 +4787,83 @@ Please check that the directory is writable and try again.
TabDeckStorage
-
+ Local file system
-
+ Server deck storage
-
-
+
+ Open in deck editor
-
+ Upload deck
-
+ Download deck
-
-
+
+ New folder
-
-
+
+ Delete
-
+ Enter deck name
-
+ This decklist does not have a name.
Please enter a name:
-
+ Unnamed deck
-
+ Delete local file
-
-
-
+
+
+ Are you sure you want to delete "%1"?
-
+ Name of new folder:
-
+ Delete remote folder
-
+ Delete remote deck
@@ -4795,97 +4876,147 @@ Please enter a name:
TabGame
-
+
+
+ Card Info
+
+
+
+
+
+ Player List
+
+
+
+
+
+ Messages
+
+
+
+
+
+ Replay Timeline
+
+
+
+ &Phases
-
+ &Game
-
+ Next &phase
-
+ Next &turn
-
+ &Remove all local arrows
-
+ Rotate View Cl&ockwise
-
+ Rotate View Co&unterclockwise
-
+ Game &information
-
+ &Concede
-
+ &Leave game
-
+ C&lose replay
-
+ &Say:
-
+
+ &View
+
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+
+ Floating
+
+
+
+
+ Reset layout
+
+
+
+ Concede
-
+ Are you sure you want to concede this game?
-
+ Leave game
-
+ Are you sure you want to leave this game?
-
+ You are flooding the game. Please wait a couple of seconds.
-
+ You have been kicked out of the game.
-
+ REPLAY
@@ -4898,152 +5029,152 @@ Please enter a name:
-
-
+
+ Error
-
+ You must select at least one filter.
-
+ You have to select a valid number of days to locate.
-
+ Username:
-
+ IP Address:
-
+ Game Name:
-
+ GameID:
-
+ Message:
-
+ Main Room
-
+ Game Room
-
+ Private Chat
-
+ Past X Days:
-
+ Today
-
+ Last Hour
-
+ Maximum Results:
-
+ At least one filter is required.
The more information you put in, the more specific your results will be.
-
+ Get User Logs
-
+ Clear Filters
-
+ Filters
-
+ Log Locations
-
+ Date Range
-
+ Maximum Results
-
+ Room Logs
-
-
-
+
+
+ Time;SenderName;SenderIP;Message;TargetID;TargetName
-
+ Game Logs
-
+ Chat Logs
-
-
+
+ Message History
-
+ There are no messages for the selected filters.
-
+ Failed to collect message history information.
@@ -5051,37 +5182,37 @@ The more information you put in, the more specific your results will be.
TabMessage
-
+ Private &chat
-
+ &Leave
-
+ %1 - Private chat
-
+ This user is ignoring you.
-
+ Private message from
-
+ %1 has left the server.
-
+ %1 has joined the server.
@@ -5089,54 +5220,54 @@ The more information you put in, the more specific your results will be.
TabReplays
-
+ Local file system
-
+ Server replay storage
-
-
+
+ Watch replay
-
-
+
+ Delete
-
+ Download replay
-
+ Toggle expiration lock
-
+ Delete local file
-
+ Are you sure you want to delete "%1"?
-
+ Delete remote replay
-
+ Are you sure you want to delete the replay of game %1?
@@ -5149,47 +5280,47 @@ The more information you put in, the more specific your results will be.
TabRoom
-
+ &Say:
-
+ Chat
-
+ &Room
-
+ &Leave room
-
+ &Clear chat
-
+ Chat Settings...
-
+ mentioned you.
-
+ Click to view
-
+ You are flooding the chat. Please wait a couple of seconds.
@@ -5202,30 +5333,30 @@ The more information you put in, the more specific your results will be.
-
-
-
-
+
+
+
+ Error
-
+ Failed to join the room: it doesn't exists on the server.
-
+ The server thinks you are in the room but Cockatrice is unable to display it. Try restarting Cockatrice.
-
+ You do not have the required permission to join this room.
-
+ Failed to join the room due to an unknown error: %1.
@@ -5267,12 +5398,12 @@ Please refrain from engaging in this activity or further actions may be taken ag
TabUserLists
-
+ Add to Buddy List
-
+ Add to Ignore List
@@ -5603,42 +5734,42 @@ Please refrain from engaging in this activity or further actions may be taken ag
UserInterfaceSettingsPage
-
+ General interface settings
-
+ Enable notifications in taskbar
-
+ Notify in the taskbar for game events while you are spectating
-
+ &Double-click cards to play them (instead of single-click)
-
+ &Play all nonlands onto the stack (not the battlefield) by default
-
+ Annotate card text on tokens
-
+ Animation settings
-
+ &Tap/untap animation
@@ -5708,72 +5839,72 @@ Please refrain from engaging in this activity or further actions may be taken ag
WndSets
-
+ Enable all sets
-
+ Disable all sets
-
+ Move selected set up
-
+ Move selected set to the top
-
+ Move selected set down
-
+ Move selected set to the bottom
-
+ hints:
-
+ Enable the sets that you want to have available in the deck editor
-
+ Move sets around to change their order, or click on a column header to sort sets on that field
-
+ Sets order decides the source that will be used when loading images for a specific card
-
+ Disabled sets will be used for loading images only if all the enabled sets failed
-
+ Edit sets
-
+ Success
-
+ The sets database has been saved successfully.
diff --git a/cockatrice/translations/cockatrice_en@pirate.ts b/cockatrice/translations/cockatrice_en@pirate.ts
index 8d8558042..25377d569 100644
--- a/cockatrice/translations/cockatrice_en@pirate.ts
+++ b/cockatrice/translations/cockatrice_en@pirate.ts
@@ -20,57 +20,57 @@
AppearanceSettingsPage
-
+ Theme settings
-
+ Current theme:
-
+ Card rendering
-
+ Display card names on cards having a picture
-
+ Scale cards on mouse over
-
+ Hand layout
-
+ Display hand horizontally (wastes space)
-
+ Enable left justification
-
+ Table grid layout
-
+ Invert vertical coordinate
-
+ Minimum player count for multi-column layout:
@@ -78,107 +78,107 @@
BanDialog
-
+ ban &user name
-
+ ban &IP address
-
+ ban client I&D
-
+ Ban type
-
+ &permanent ban
-
+ &temporary ban
-
+ &Days:
-
+ &Hours:
-
+ &Minutes:
-
+ Duration of the ban
-
+ Please enter the reason for the ban.
This is only saved for moderators and cannot be seen by the banned person.Me hearty, enter t' reason for t' ban.
This be only saved for captains and cannot be seen by t' brutally banned scallywag.
-
+ Please enter the reason for the ban that will be visible to the banned person.Me hearty, enter t' reason for t' ban that be visible to t' brutally banned scallywag.
-
+ &OKAye
-
+ &CancelBelay that
-
+ Ban user from serverBanish the scurvy dog from the ship!
-
-
-
-
+
+
+
+ ErrorCap'n? Thar be a problem
-
+ You have to select a name-based, IP-based, clientId based, or some combination of the three to place a ban.
-
+ You must have a value in the name ban when selecting the name ban checkbox.
-
+ You must have a value in the ip ban when selecting the ip ban checkbox.
-
+ You must have a value in the clientid ban when selecting the clientid ban checkbox.
@@ -186,12 +186,12 @@ This be only saved for captains and cannot be seen by t' brutally banned sc
CardDatabase
-
+ New sets foundFreshly formed fleets be found
-
+ %1 new set(s) have been found in the card database. Do you want to enable them?%1 freshly formed fleet(s) be found in t' dock. Does ye want to enable 'em?
@@ -199,27 +199,27 @@ This be only saved for captains and cannot be seen by t' brutally banned sc
CardDatabaseModel
-
+ NameName
-
+ SetsFleets
-
+ Mana costMagic tax
-
+ Card type
-
+ Type 'o magic
-
+ P/TP/T
@@ -262,7 +262,7 @@ This be only saved for captains and cannot be seen by t' brutally banned sc
Card type:
-
+ Type 'o magic:
@@ -278,47 +278,47 @@ This be only saved for captains and cannot be seen by t' brutally banned sc
CardInfoWidget
-
+ Show card only
-
+ Show text only
-
+ Show full info
-
+ Name:Name:
-
+ Mana cost:Magic tax:
-
+ Color(s):
-
+ Card type:
-
+ Type 'o magic:
-
+ P / T:P / T:
-
+ Loyalty:
@@ -582,12 +582,12 @@ This be only saved for captains and cannot be seen by t' brutally banned sc
DeckEditorSettingsPage
-
+ Nothing is here... yetThar be nothin'... yet
-
+ General
@@ -627,42 +627,42 @@ This be only saved for captains and cannot be seen by t' brutally banned sc
DeckViewContainer
-
+ Load local deckFind a nearby flagship
-
+ Load deck from serverFind a flagship from t' o'er ship
-
+ Ready to s&tart
-
+ S&ideboard unlocked
-
+ S&ideboard locked
-
+ Load deckFind a flagship
-
+ ErrorCap'n? Thar be a problem
-
+ The selected file could not be loaded.
@@ -682,7 +682,7 @@ This be only saved for captains and cannot be seen by t' brutally banned sc
Card type (OR):
-
+ Type 'o magic (OR):
@@ -708,55 +708,65 @@ This be only saved for captains and cannot be seen by t' brutally banned sc
DlgConnect
-
+ Previous Host
-
+ New Host
-
+ &Host:
-
+ &Cap'n
-
+ Enter host name
-
+ Enter cap'n's name
-
+ &Port:
-
+ Player &name:Matey &name:
-
+ P&assword:&A stupendously secret code:
-
+ &Save passwordRecord t' &stupendously secret code
-
+ A&uto connect at start
-
+ Connect to server
+
+
+ Connect Warning
+
+
+
+
+ The player name can't be empty.
+
+ DlgCreateGame
@@ -826,27 +836,27 @@ This be only saved for captains and cannot be seen by t' brutally banned sc
Landlubbers
-
+ &Clear
-
+ Create game
-
+ Game information
-
+ ErrorCap'n? Thar be a problem
-
+ Server error.Cap'n? Thar be a problem wi' t' ship.
@@ -1246,7 +1256,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
&Host:
-
+ &Cap'n
@@ -1306,6 +1316,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
+ Registration Warning
@@ -1319,6 +1330,11 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Your email addresses do not match, please try again.
+
+
+ The player name can't be empty.
+
+ Country:
@@ -1338,19 +1354,19 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
DlgSettings
-
-
-
+
+
+ ErrorCap'n? Thar be a problem
-
+ Unknown Error loading card databaseCap'n? Thar be a unknown problem wi' t' dock
-
+ Your card database is invalid.
Cockatrice may not function correctly with an invalid database
@@ -1361,7 +1377,7 @@ Would you like to change your database location setting?
-
+ Your card database version is too old.
This can cause problems loading card information or images
@@ -1372,21 +1388,21 @@ Would you like to change your database location setting?
-
+ File Error loading your card database.
Would you like to change your database location setting?
-
+ Your card database was loaded but contains no cards.
Would you like to change your database location setting?
-
+ Your card database did not finish loading
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your cards.xml attached
@@ -1395,7 +1411,7 @@ Would you like to change your database location setting?
-
+ Unknown card database load status
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues
@@ -1404,56 +1420,91 @@ Would you like to change your database location setting?
-
+ The path to your deck directory is invalid. Would you like to go back and set the correct path?
-
+ The path to your card pictures directory is invalid. Would you like to go back and set the correct path?
-
+ SettingsCap'n's orders
-
+ General
-
+ Appearance
-
+ User Interface
-
+ Deck EditorDock
-
+ Chat
-
+ Sound
-
+ Shortcuts
+
+ DlgUpdate
+
+
+ Error
+
+
+
+
+ Cockatrice was not built with SSL support, so cannot download updates! Please visit the download page and update manually.
+
+
+
+
+ Your version of Cockatrice is out of date, but there are no packages available for your operating system. You may have to use a developer build or build from source yourself. Please visit the download page.
+
+
+
+
+ Cockatrice Update
+
+
+
+
+ Your version of Cockatrice is up to date.
+
+
+
+
+
+
+ Update Error
+
+
+GameSelector
@@ -1667,112 +1718,118 @@ Would you like to change your database location setting?
GeneralSettingsPage
-
+ Reset/Clear Downloaded Pictures
-
-
-
-
-
+
+
+
+
+ Choose path
-
+ Success
-
+ Downloaded card pictures have been reset.
-
+ ErrorCap'n? Thar be a problem
-
+ One or more downloaded card pictures could not be cleared.
-
+ Personal settingsCap'n's orders for t' cap'n
-
+ Language:
-
+ Download card pictures on the fly
-
- Download card pictures from a custom URL
+
+ Primary download URL:
-
- Custom Card Download URL:
+
+ Fallback download URL:
-
- Linking FAQ
+
+
+ Reset
-
+
+ How to set a custom picture url
+
+
+
+ Notify when new client features are available
-
+ Paths
-
+ Decks directory:
-
+ Replays directory:
-
+ Pictures directory:
-
+ Card database:Dock:
-
+ Token database:
-
+ Picture cache size:
-
+ EnglishEnglish, arr! (Pirate English)
@@ -1780,543 +1837,553 @@ Would you like to change your database location setting?
MainWindow
-
+ There are too many concurrent connections from your address.
-
+ Scheduled server shutdown.
-
+ Banned by moderator
-
+ Expected end time: %1
-
+ This ban lasts indefinitely.
-
+ Connection closed
-
+ The server has terminated your connection.
Reason: %1
-
+ Scheduled server shutdown
-
+ The server is going to be restarted in %n minute(s).
All running games will be lost.
Reason for shutdown: %1
-
+ Number of playersNumber o' mateys
-
+ Please enter the number of players.Me hearty, enter t' number o' mateys
-
+ Player %1Matey %1
-
+ Load replay
-
+ About Cockatrice
-
+ Version %1
-
+ Translators:
-
+ Project Manager:
-
+ The server has reached its maximum user capacity, please check back later.
-
-
+
+ Invalid username.
-
+ You have been logged out due to logging in at another location.
-
-
+
+ Success
-
+ Registration accepted.
Will now login.
-
+ Account activation accepted.
Will now login.
-
-
- Past Project Managers:
-
-
-
-
- Developers:
-
-
-
-
- Our Developers
-
-
-
-
- Help Develop!
-
-
- Recognition Page
-
-
-
-
- Help Translate!
+ Cockatrice Webpage
- Support:
+ Past Project Managers:
+ Developers:
+
+
+
+
+ Our Developers
+
+
+
+
+ Help Develop!
+
+
+
+
+ Recognition Page
+
+
+
+
+ Help Translate!
+
+
+
+
+ Support:
+
+
+
+ Report an Issue
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ErrorCap'n? Thar be a problem
-
+ Server timeoutT' ship be timin' out!
-
+ Failed Login
-
+ Your client does not support features that the server requires, please update your client and try again.
-
+ Incorrect username or password. Please check your authentication information and try again.
-
+ There is already an active session using this user name.
Please close that session first and re-login.
-
-
+
+ You are banned until %1.
-
-
+
+ You are banned indefinitely.
-
+ This server requires user registration. Do you want to register now?
-
+ This server requires client ID's. Your client is either failing to generate an ID or you are running a modified client.
Please close and reopen your client to try again.
-
+ An internal error has occurred, please try closing and reopening your client and try again. If the error persists try updating your client to the most recent build and if need be contact your software provider.
-
+ Account activation
-
+ Unknown login error: %1
-
-
+
+
This usually means that your client version is out of date, and the server sent a reply your client doesn't understand.
-
+ Your username must respect these rules:
-
+ is %1 - %2 characters long
-
+ can %1 contain lowercase characters
-
-
-
+
+
+ NOT
-
+ can %1 contain uppercase characters
-
+ can %1 contain numeric characters
-
+ can contain the following punctuation: %1
-
+ first character can %1 be a punctuation mark
-
+ You may only use A-Z, a-z, 0-9, _, ., and - in your username.
-
-
-
-
-
+
+
+
+
+ Registration denied
-
+ Registration is currently disabled on this server
-
+ There is already an existing account with the same user name.
-
+ It's mandatory to specify a valid email address when registering.
-
+ Too many registration attempts from your IP address.
-
+ Password too short.The code be too piddly to be stupendously secret.
-
+ Registration failed for a technical problem on the server.
-
+ Unknown registration error: %1
-
+ Account activation failed
-
+ Socket error: %1
-
+ You are trying to connect to an obsolete server. Please downgrade your Cockatrice version or connect to a suitable server.
Local version is %1, remote version is %2.
-
+ Your Cockatrice client is obsolete. Please update your Cockatrice version.
Local version is %1, remote version is %2.
-
+ Connecting to %1...Boarding %1
-
+ Registering to %1 as %2...
-
+ DisconnectedDisembarked
-
+ Connected, logging in at %1
-
+ &Connect...
-
+ &Disconnect&Disembark
-
+ Start &local game...Built &local ship
-
+ &Watch replay...
-
+ &Deck editor&Dock
-
+ &Full screen
-
+ &Register to server...
-
+ &Settings...Cap'n'&s orders
-
-
+
+ &ExitDis&embark
-
+ A&ctions
-
+ &Cockatrice
-
+ &About Cockatrice
-
+
+ &Update Cockatrice
+
+
+
+ &Help
-
+ Check for card updates...
-
+ A card database update is already running.A dock update be runnin' already!
-
+ Unable to run the card database updater: Cap'n! We can't run the dock updater:
-
+ The card database updater exited with an error: %1The dock updater sunk. She be havin' a problem: %1
-
+ Update completed successfully. Cockatrice will now reload the card database.Update be successfully completin'. Cockatrice now be reloadin' the dock.
-
+ Your client appears to be missing features that the server supports.
This usually means that your client version is out of date, please check to see if there is a new client available for download.
-
-
-
+
+
+ Information
-
+ Troubleshooting
-
+ F.A.Q.
-
+ Your account has not been activated yet.
You need to provide the activation token received in the activation email
-
+ failed to start.
-
+ crashed.
-
+ timed out.be timin' out!
-
+ write error.Cap'n? Thar be a writin' problem wi' t' ship.
-
+ read error.Cap'n? Thar be a readin' problem wi' t' ship.
-
+ unknown error.Cap'n? Thar be a unknown problem wi' t' ship.
@@ -2324,17 +2391,17 @@ You need to provide the activation token received in the activation email
MessageLogWidget
-
+ The game has been closed.T' ship has been sunk!
-
+ %1 is now watching the game.
-
+ %1 is not watching the game any more.
@@ -2382,136 +2449,136 @@ You need to provide the activation token received in the activation email%1 has boarded t' ship.
-
+ %1 has left the game.female
-
+ %1 has left the game.male
-
+ You have been kicked out of the game.
-
+ %1 has loaded a deck (%2).%1 be loadin' a flagship (%2).
-
+ %1 has loaded a deck with %2 sideboard cards (%3).%1 be loadin' a flagship wi' %2 sideplank cards (%3).
-
+ %1 is ready to start the game.female
-
+ %1 is ready to start the game.male
-
+ %1 is not ready to start the game any more.female
-
+ %1 is not ready to start the game any more.male
-
+ %1 has locked her sideboard.female%1 be lockin' the lass's sideplank.
-
+ %1 has locked his sideboard.male%1 be lockin' the buccaneer's sideplank.
-
+ %1 has unlocked her sideboard.female%1 be unlockin' the lass's sideplank.
-
+ %1 has unlocked his sideboard.male%1 be unlockin' the buccaneer's sideplank.
-
+ %1 has conceded the game.female%1 be shootin' the lass's own ship.
-
+ %1 has conceded the game.male%1 be shootin' the buccaneer's own ship.
-
-
- %1 has restored connection to the game.
- female
-
-
-
-
- %1 has restored connection to the game.
- male
-
-
- %1 has lost connection to the game.
+ %1 has restored connection to the game.female
- %1 be abandonin' ship!
+
+ %1 has restored connection to the game.
+ male
+
+
+
+
+ %1 has lost connection to the game.
+ female
+ %1 be abandonin' ship!
+
+
+ %1 has lost connection to the game.male%1 be abandonin' ship!
-
+ %1 shuffles %2.female
-
+ %1 shuffles %2.male
-
+ %1 rolls a %2 with a %3-sided die.female
-
+ %1 rolls a %2 with a %3-sided die.male
@@ -2533,464 +2600,486 @@ You need to provide the activation token received in the activation email
-
+ %1 undoes his last draw.
-
+ %1 undoes her last draw.
-
+ %1 undoes his last draw (%2).
-
+ %1 undoes her last draw (%2).
-
+ from exilefrom the darkest depths o' the lass's Davy Jones' Locker
-
+ the bottom card of %1's librarythe bottom card o' %1's library
-
+ the bottom card of his librarythe bottom card o' the buccaneer's library
-
+ the bottom card of her librarythe bottom card o' the lass's library
-
+ from the bottom of %1's library from the bottom o' %1's library
-
+ from the bottom of his libraryfrom the bottom o' the buccaneer's library
-
+ from the bottom of her libraryfrom the bottom o' the lass's library
-
+ the top card of %1's librarythe top card o' %1's library
-
+
+ Heads (1)
+
+
+
+
+ Tails (2)
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ female
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ male
+
+
+
+ the top card of his librarythe top card o' the buccaneer's library
-
+ the top card of her librarythe top card o' the lass's library
-
+ from the top of %1's library from the top of %1's library
-
+ from the top of his libraryfrom the top o' the buccaneer's library
-
+ from the top of her libraryfrom the top o' the lass's library
-
+ from %1's library from %1's library
-
+ from library from library
-
+ from sideboard from sideplank
-
+ from the stack
-
+ %1 gives %2 control over %3.
-
+ %1 puts %2 into play tapped%3.
-
+ %1 puts %2 into play%3.
-
+ %1 exiles %2%3.
-
+ %1 puts %2%3 into his library.
-
+ %1 puts %2%3 into her library.
-
+ %1 puts %2%3 on bottom of his library.
-
+ %1 puts %2%3 on bottom of her library.
-
+ %1 puts %2%3 on top of his library.
-
+ %1 puts %2%3 on top of her library.
-
+ %1 puts %2%3 into his library at position %4.
-
+ %1 puts %2%3 into her library at position %4.
-
+ %1 moves %2%3 to sideboard.
-
+ %1 plays %2%3.
-
+ %1 takes a mulligan to %n.female
-
+ %1 takes a mulligan to %n.male
-
+ %1 flips %2 face-down.female
-
+ %1 flips %2 face-down.male
-
+ %1 flips %2 face-up.female
-
+ %1 flips %2 face-up.male
-
+ %1 destroys %2.female%1 be firin' a broadside at %2!
-
+ %1 destroys %2.male%1 be firin' a broadside at %2!
-
+ %1 unattaches %2.female%1 be removin' %2.
-
+ %1 unattaches %2.male%1 be removin' %2.
-
+ %1 creates token: %2%3.female
-
+ %1 creates token: %2%3.male
-
+ %1 points from her %2 to herself.female%1 be pointin' from the lass's %2 to the lass herself.
-
+ %1 points from his %2 to himself.male%1 be pointin' from the buccaneer's %2 to the buccaneer himself.
-
+ %1 points from her %2 to %3.p1 female, p2 female
-
+ %1 points from her %2 to %3.p1 female, p2 male
-
+ %1 points from his %2 to %3.p1 male, p2 female
-
+ %1 points from his %2 to %3.p1 male, p2 male
-
+ %1 points from %2's %3 to herself.card owner female, target female
-
+ %1 points from %2's %3 to herself.card owner male, target female
-
+ %1 points from %2's %3 to himself.card owner female, target male
-
+ %1 points from %2's %3 to himself.card owner male, target male
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 female%1 be pointin' from %2's %3 to %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 male%1 be pointin' from %2's %3 to %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 female%1 be pointin' from %2's %3 to %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 male%1 be pointin' from %2's %3 to %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 female%1 be pointin' from %2's %3 to %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 male%1 be pointin' from %2's %3 to %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 female%1 be pointin' from %2's %3 to %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 male%1 be pointin' from %2's %3 to %4.
-
+ %1 points from her %2 to her %3.female
-
+ %1 points from his %2 to his %3.male
-
+ %1 points from her %2 to %3's %4.p1 female, p2 female
-
+ %1 points from her %2 to %3's %4.p1 female, p2 male
-
+ %1 points from his %2 to %3's %4.p1 male, p2 female
-
+ %1 points from his %2 to %3's %4.p1 male, p2 male
-
+ %1 points from %2's %3 to her own %4.card owner female, target female
-
+ %1 points from %2's %3 to her own %4.card owner male, target female
-
+ %1 points from %2's %3 to his own %4.card owner female, target male
-
+ %1 points from %2's %3 to his own %4.card owner male, target male
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 female%1 be pointin' from %2's %3 to %4's %5.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 male%1 be pointin' from %2's %3 to %4's %5.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 female%1 be pointin' from %2's %3 to %4's %5.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 male%1 be pointin' from %2's %3 to %4's %5.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 female%1 be pointin' from %2's %3 to %4's %5.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 male%1 be pointin' from %2's %3 to %4's %5.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 female%1 be pointin' from %2's %3 to %4's %5.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 male%1 be pointin' from %2's %3 to %4's %5.
@@ -3016,304 +3105,304 @@ You need to provide the activation token received in the activation email%1 be removin' a %2 piece o' eight from %3 (now %4).%1 be removin' %n %2 pieces o' eight from %3 (now %4).
-
+ %1 taps her permanents.female%1 be tappin' the lass's permanents.
-
+ %1 untaps her permanents.female%1 be untappin' the lass's permanents.
-
+ %1 taps his permanents.male%1 be tappin' the buccaneer's permanents.
-
+ %1 untaps his permanents.male%1 be untappin' the buccaneer's permanents.
-
+ %1 taps %2.female%1 be tappin' %2.
-
+ %1 untaps %2.female%1 be untappin' %2.
-
+ %1 taps %2.male%1 be tappin' %2.
-
+ %1 untaps %2.male%1 be untappin' %2.
-
+ %1 sets counter %2 to %3 (%4%5).female
-
+ %1 sets counter %2 to %3 (%4%5).male
-
+ %1 sets %2 to not untap normally.female
-
+ %1 sets %2 to not untap normally.male
-
+ %1 sets %2 to untap normally.female
-
+ %1 sets %2 to untap normally.male
-
+ %1 sets PT of %2 to %3.female
-
+ %1 sets PT of %2 to %3.male
-
+ %1 sets annotation of %2 to %3.female
-
-
- %1 sets annotation of %2 to %3.
- male
-
-
-
-
- %1 is looking at %2.
- female
- %1 be lookin' at %2.
-
-
-
- %1 is looking at %2.
- male
- %1 be lookin' at %2.
-
-
- %1 is looking at the top %n card(s) %2.
- female
-
-
-
- %1 is looking at the top %n card(s) %2.
- male
-
-
-
-
- %1 stops looking at %2.
- female
-
-
+ %1 sets annotation of %2 to %3.
+ male
+
+
+
+
+ %1 is looking at %2.
+ female
+ %1 be lookin' at %2.
+
+
+
+ %1 is looking at %2.
+ male
+ %1 be lookin' at %2.
+
+
+ %1 is looking at the top %n card(s) %2.
+ female
+
+
+
+ %1 is looking at the top %n card(s) %2.
+ male
+
+
+
+
+ %1 stops looking at %2.
+ female
+
+
+
+ %1 stops looking at %2.male
-
+ %1 reveals %2 to %3.p1 female, p2 female
-
-
- %1 reveals %2 to %3.
- p1 female, p2 male
-
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 female
-
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 male
-
-
-
-
- %1 reveals %2.
- female
-
-
-
-
- %1 reveals %2.
- male
-
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 female
-
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 male
-
-
+ %1 reveals %2 to %3.
+ p1 female, p2 male
+
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 female
+
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 male
+
+
+
+
+ %1 reveals %2.
+ female
+
+
+
+
+ %1 reveals %2.
+ male
+
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 female
+
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 male
+
+
+
+ %1 randomly reveals %2%3 to %4.p1 male, p2 female
-
+ %1 randomly reveals %2%3 to %4.p1 male, p2 male
-
+ %1 randomly reveals %2%3.female
-
+ %1 randomly reveals %2%3.male
-
+ %1 peeks at face down card #%2.female
-
+ %1 peeks at face down card #%2.male
-
+ %1 peeks at face down card #%2: %3.female
-
+ %1 peeks at face down card #%2: %3.male
-
+ %1 reveals %2%3 to %4.p1 female, p2 female
-
+ %1 reveals %2%3 to %4.p1 female, p2 male
-
+ %1 reveals %2%3 to %4.p1 male, p2 female
-
+ %1 reveals %2%3 to %4.p1 male, p2 male
-
+ %1 reveals %2%3.female
-
+ %1 reveals %2%3.male
-
+ %1 is now keeping the top card %2 revealed.
-
+ %1 is not revealing the top card %2 any longer.
-
+ It is now %1's turn.female
-
+ It is now %1's turn.male
-
-
+
+ a card
@@ -3332,32 +3421,32 @@ You need to provide the activation token received in the activation email
-
+ redblood redblood red
-
+ yellowfool's goldfool's gold
-
+ greenemerald greenemerald green
-
+ The game has started.
-
+ %1 draws his initial hand.
-
+ %1 draws her initial hand.
@@ -3376,179 +3465,179 @@ You need to provide the activation token received in the activation email
-
+ ending phase
-
+ untap step
-
+ %1 draws %2 card(s).female
-
+ %1 draws %2 card(s).male
-
+ from play
-
+ from her graveyard
-
+ from his graveyard
-
+ from her hand
-
+ from his hand
-
+ %1 puts %2%3 into her graveyard.
-
+ %1 puts %2%3 into his graveyard.
-
+ %1 moves %2%3 to her hand.
-
+ %1 moves %2%3 to his hand.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 female
-
+ %1 attaches %2 to %3's %4.p1 female, p2 male
-
+ %1 attaches %2 to %3's %4.p1 male, p2 female
-
+ %1 attaches %2 to %3's %4.p1 male, p2 male
-
+ %1 places %2 %3 counter(s) on %4 (now %5).female
-
+ %1 places %2 %3 counter(s) on %4 (now %5).male
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).female
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).male
-
+ %1 is looking at the top %2 card(s) %3.female
-
+ %1 is looking at the top %2 card(s) %3.male
-
+ upkeep stepstep where ye be upkeepin'
-
+ draw stepstep where ye be drawin'
-
+ first main phasefirst main phase
-
+ beginning of combat stepstep where ye begin fightin'
-
+ declare attackers stepstep where ye be orderin' ye men to board
-
+ declare blockers stepstep where ye be orderin' ye men to repel boarders
-
+ combat damage stepstep where people get hurt
-
+ end of combat stepstep where ye stop fightin'
-
+ second main phasesecond main phase
-
+ It is now the %1.Now it be t' %1.
@@ -3556,74 +3645,79 @@ You need to provide the activation token received in the activation email
MessagesSettingsPage
-
+ Chat settingsCap'n's orders for t' chat
-
+ Custom alert words
-
+ Enable chat mentions
-
+ Enable mention completer
-
+ In-game message macros
-
+ Ignore chat room messages sent by unregistered users
-
+ Ignore private messages sent by unregistered users
-
+ Enable desktop notifications for private messages
-
+
+ Enable desktop notification for mentions
+
+
+
+
+ Enable room message history on join
+
+
+
+ Separate words with a space, alphanumeric characters only
-
-
+
+ Invert text color
-
- Enable desktop notification for mentions.
-
-
-
-
-
+
+ (Color is hexadecimal)
-
+ Add message
-
+ Message:
@@ -4067,7 +4161,7 @@ You need to provide the activation token received in the activation email
-
+ Number:
@@ -4092,32 +4186,33 @@ You need to provide the activation token received in the activation email
-
+ Set power/toughness
-
+ Please enter the new PT:
-
+ Set annotation
-
+ Please enter the new annotation:
-
+ Set countersSet pieces o' eight
-
+
+ Cr&eate related card
@@ -4125,37 +4220,37 @@ You need to provide the activation token received in the activation email
QMenuBar
-
+ Services
-
+ Hide %1
-
+ Hide Others
-
+ Show All
-
+ Preferences...
-
+ Quit %1
-
+ About %1
@@ -4163,14 +4258,14 @@ You need to provide the activation token received in the activation email
QObject
-
+ Cockatrice replays (*.cor)
- Common deck formats (*.cod *.dec *.mwDeck)
- Common flagship materials (*.cod *.dec *.mwDeck)
+ Common deck formats (*.cod *.dec *.txt *.mwDeck)
+
@@ -4266,27 +4361,11 @@ You need to provide the activation token received in the activation emailGames
-
-
-
- Error
-
-
-
-
- You do not have the proper permission to join this room.
-
-
-
-
- Failed to join the room due to an unknown error.
-
- SequenceEdit
-
+ Shortcut already in use
@@ -4319,6 +4398,29 @@ You need to provide the activation token received in the activation email
+
+ ShortcutsTab
+
+
+ Restore all default shortcuts
+
+
+
+
+ Do you really want to restore all default shortcuts?
+
+
+
+
+ Clear all default shortcuts
+
+
+
+
+ Do you really want to clear all shortcuts?
+
+
+ShutdownDialog
@@ -4340,37 +4442,32 @@ You need to provide the activation token received in the activation email
SoundSettingsPage
-
- Choose path
-
-
-
-
+ Enable &sounds
-
- Path to sounds directory:
+
+ Current sounds theme:
-
+ Test system sound engine
-
+ Sound settingsCap'n's orders for t' shanties
-
+ Master volume requires QT5
-
+ Master volume
@@ -4378,42 +4475,42 @@ You need to provide the activation token received in the activation email
TabAdmin
-
+ Update server &message
-
+ &Shut down server
-
+ &Reload configuration
-
+ Server administration functions
-
+ &Unlock functions
-
+ &Lock functions
-
+ Unlock administration functions
-
+ Do you really want to unlock the administration functions?
@@ -4426,152 +4523,140 @@ You need to provide the activation token received in the activation email
TabDeckEditor
-
+ &Print deck...&Print flagship...
-
+ &Close
-
+ &Edit sets...&Edit fleets...
-
+
+ Filters
-
+ &Clear all filters
-
+ Delete selected
-
+ Deck &name:Flagship &name:
-
+ &Comments:
-
+ Hash:
-
+ &New deckFreshly formed flagship
-
+ &Load deck...Find a flagship...
-
+ &Save deckRecord flag&ship
-
+ Save deck &as...Record flagship &as...
-
+ Load deck from cl&ipboard...Find a flagship from t' cl&ipplank
-
+ Save deck to clip&boardRecord flagship on t' clipplank
-
+ &Analyze deck on deckstats.net
-
+ Open custom image folder
-
+ Open custom sets folder
-
+ Add card to &maindeckAdd card to t' &mainplank
-
+ Add card to &sideboard
-
+ &Deck Editor&Dock
-
+ C&ard Database
-
- Show/Hide card information
-
-
-
-
- Show/Hide deck
-
-
-
-
- Show/Hide filters
-
-
-
-
+ Reset layout
-
+
+ Card Info
-
+
+ Deck
-
+ Welcome
-
+ Hi! It seems like you're running this version of Cockatrice for the first time.
All the sets in the card database have been enabled.
Read more about changing the set order or disabling specific sets and consequent effects in the "Edit Sets" window.
@@ -4580,67 +4665,86 @@ All t' fleets in the dock be enabled.
Read more about changing the fleet order or decommissioning specific fleet and consequent effects in the "Edit Fleets" window.
-
+ &Remove row
-
+ &Increment number
-
+ &Decrement number
-
+ Edit &tokens...
-
+
+ &View
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+ Floating
+
+
+
+ Deck: %1Flagship: %1
-
+ Are you sure?
-
+ The decklist has been modified.
Do you want to save the changes?
-
+ Load deckFind a flagship
-
-
-
+
+
+ ErrorCap'n? Thar be a problem
-
+ The deck could not be saved.T' flagship be failin' to be recordin'!
-
-
+
+ The deck could not be saved.
Please check that the directory is writable and try again.
-
+ Save deckRecord flagship
@@ -4648,83 +4752,83 @@ Please check that the directory is writable and try again.
TabDeckStorage
-
+ Local file system
-
+ Server deck storageO'er ship's flagship port
-
-
+
+ Open in deck editorOpen in dock
-
+ Upload deck
-
+ Download deck
-
-
+
+ New folder
-
-
+
+ Delete
-
+ Enter deck nameEnter flagship name
-
+ This decklist does not have a name.
Please enter a name:
-
+ Unnamed deckUnnamed flagship
-
+ Delete local file
-
-
-
+
+
+ Are you sure you want to delete "%1"?
-
+ Name of new folder:
-
+ Delete remote folder
-
+ Delete remote deck
@@ -4737,135 +4841,343 @@ Please enter a name:
TabGame
-
+
+
+ Card Info
+
+
+
+
+
+ Player List
+
+
+
+
+
+ Messages
+
+
+
+
+
+ Replay Timeline
+
+
+
+ &Phases
-
+ &Game
-
+ Next &phase
-
+ Next &turn
-
+ &Remove all local arrows
-
+ Rotate View Cl&ockwise
-
+ Rotate View Co&unterclockwise
-
+ Game &information
-
+ &Concede
-
+ &Leave game
-
+ C&lose replay
-
+ &Say:
-
+
+ &View
+
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+
+ Floating
+
+
+
+
+ Reset layout
+
+
+
+ Concede
-
+ Are you sure you want to concede this game?
-
+ Leave game
-
+ Are you sure you want to leave this game?
-
+ You are flooding the game. Please wait a couple of seconds.
-
+ You have been kicked out of the game.
-
+ REPLAY
+
+ TabLog
+
+
+ Logs
+
+
+
+
+
+ Error
+
+
+
+
+ You must select at least one filter.
+
+
+
+
+ You have to select a valid number of days to locate.
+
+
+
+
+ Username:
+
+
+
+
+ IP Address:
+
+
+
+
+ Game Name:
+
+
+
+
+ GameID:
+
+
+
+
+ Message:
+
+
+
+
+ Main Room
+
+
+
+
+ Game Room
+
+
+
+
+ Private Chat
+
+
+
+
+ Past X Days:
+
+
+
+
+ Today
+
+
+
+
+ Last Hour
+
+
+
+
+ Maximum Results:
+
+
+
+
+ At least one filter is required.
+The more information you put in, the more specific your results will be.
+
+
+
+
+ Get User Logs
+
+
+
+
+ Clear Filters
+
+
+
+
+ Filters
+
+
+
+
+ Log Locations
+
+
+
+
+ Date Range
+
+
+
+
+ Maximum Results
+
+
+
+
+ Room Logs
+
+
+
+
+
+
+ Time;SenderName;SenderIP;Message;TargetID;TargetName
+
+
+
+
+ Game Logs
+
+
+
+
+ Chat Logs
+
+
+
+
+
+ Message History
+
+
+
+
+ There are no messages for the selected filters.
+
+
+
+
+ Failed to collect message history information.
+
+
+TabMessage
-
+ Private &chat
-
+ &Leave
-
+ %1 - Private chat
-
+ This user is ignoring you.
-
+ Private message from
-
+ %1 has left the server.
-
+ %1 has joined the server.
@@ -4873,54 +5185,54 @@ Please enter a name:
TabReplays
-
+ Local file system
-
+ Server replay storage
-
-
+
+ Watch replay
-
-
+
+ Delete
-
+ Download replay
-
+ Toggle expiration lock
-
+ Delete local file
-
+ Are you sure you want to delete "%1"?
-
+ Delete remote replay
-
+ Are you sure you want to delete the replay of game %1?
@@ -4933,47 +5245,47 @@ Please enter a name:
TabRoom
-
+ &Say:
-
+ Chat
-
+ &Room
-
+ &Leave room
-
+ &Clear chat
-
+ Chat Settings...Cap'n's orders for t' chat...
-
+ mentioned you.
-
+ Click to view
-
+ You are flooding the chat. Please wait a couple of seconds.
@@ -4981,43 +5293,82 @@ Please enter a name:
TabServer
-
+ Server
+
+
+
+
+
+ Error
+
+
+
+
+ Failed to join the room: it doesn't exists on the server.
+
+
+
+
+ The server thinks you are in the room but Cockatrice is unable to display it. Try restarting Cockatrice.
+
+
+
+
+ You do not have the required permission to join this room.
+
+
+
+
+ Failed to join the room due to an unknown error: %1.
+
+ TabSupervisor
-
+ Are you sure?
-
+ There are still open games. Are you sure you want to quit?
-
+ Promotion
-
+ You have been promoted to moderator. Please log out and back in for changes to take effect.
+
+
+ Warned
+
+
+
+
+ You have received a warning due to %1.
+Please refrain from engaging in this activity or further actions may be taken against you. If you have any questions, please private message a moderator.
+
+ TabUserLists
-
+ Add to Buddy List
-
+ Add to Ignore List
@@ -5030,94 +5381,153 @@ Please enter a name:
UserContextMenu
-
+ User &details
-
+ Private &chat
-
+ Show this user's &games
-
+ Add to &buddy list
-
+ Remove from &buddy list
-
+ Add to &ignore list
-
+ Remove from &ignore list
-
+ Kick from &game
-
+
+ Warn user
+
+
+
+
+ View user's war&n history
+
+
+
+ Ban from &server
-
+
+ View user's &ban history
+
+
+
+ &Promote user to moderator
-
+ Dem&ote user from moderator
-
+ %1's games
-
-
+
+
+
+ Ban History
+
+
+
+
+ Ban Time;Moderator;Ban Length;Ban Reason;Visible Reason
+
+
+
+
+ User has never been banned.
+
+
+
+
+ Failed to collecting ban information.
+
+
+
+
+
+
+ Warning History
+
+
+
+
+ Warning Time;Moderator;User Name;Reason
+
+
+
+
+ User has never been warned.
+
+
+
+
+ Failed to collecting warning information.
+
+
+
+
+ Success
-
+ Successfully promoted user.
-
+ Successfully demoted user.
-
-
+
+ Failed
-
+ Failed to promote user.
-
+ Failed to demote user.
@@ -5289,42 +5699,42 @@ Please enter a name:
UserInterfaceSettingsPage
-
+ General interface settings
-
+ Enable notifications in taskbar
-
+ Notify in the taskbar for game events while you are spectating
-
+ &Double-click cards to play them (instead of single-click)
-
+ &Play all nonlands onto the stack (not the battlefield) by default
-
+ Annotate card text on tokens
-
+ Animation settingsCap'n's orders for t' things that be movin'
-
+ &Tap/untap animation
@@ -5332,95 +5742,134 @@ Please enter a name:
UserList
-
+ Users connected to server: %1
-
+ Users in this room: %1
-
+ Buddies online: %1 / %2
-
+ Ignored users online: %1 / %2
+
+ WarningDialog
+
+
+ Which warning would you like to send?
+
+
+
+
+ &OK
+
+
+
+
+ &Cancel
+
+
+
+
+ Warn user for misconduct
+
+
+
+
+
+ Error
+
+
+
+
+ User name to send a warning to can not be blank, please specify a user to warn.
+
+
+
+
+ Warning to use can not be blank, please select a valid warning to send.
+
+
+WndSets
-
+ Enable all setsEnable all fleets
-
+ Disable all setsDisable all fleets
-
+ Move selected set upMove selected fleet up
-
+ Move selected set to the topMove selected fleet to the top
-
+ Move selected set downMove selected fleet down
-
+ Move selected set to the bottomMove selected fleet to the bottom
-
+ hints:
-
+ Enable the sets that you want to have available in the deck editorEnable t' fleets that ye want to be ready in the dock
-
+ Move sets around to change their order, or click on a column header to sort sets on that field
-
+ Sets order decides the source that will be used when loading images for a specific cardFleet formation be decidin' t' source that be used to load pics for a specific card
-
+ Disabled sets will be used for loading images only if all the enabled sets failed
-
+ Edit setsEdit fleets
-
+ Success
-
+ The sets database has been saved successfully.
@@ -5428,22 +5877,22 @@ Please enter a name:
ZoneViewWidget
-
+ sort by name
-
+ sort by type
-
+ shuffle when closing
-
+ pile view
@@ -5451,557 +5900,572 @@ Please enter a name:
shortcutsTab
-
+ Form
-
+ Main Window
-
+ Deck editor
-
+ Local gameplay
-
+ Watch replay
-
+ Connect
-
+ Register
-
+ Full screen
-
+ Settings
-
+ Check for card updates
-
+ Exit
-
+ Deck Editor
-
+ Analyze deck
-
+ Load deck (clipboard)
-
+ Clerar all filters
-
+ New deck
-
+ Clear one filter
-
+ Open custom folder
-
+ Close
-
+ Print deck
-
+ Edit sets
-
+ Delete card
-
+ Edit tokens
-
+ Reset layout
-
+ Add card
-
+ Save deck
-
+ Remove card
-
+ Save deck as
-
+ Load deck
-
+ Save deck (clipboard)
-
-
+
+ Counters
-
+ Life
-
-
-
-
-
+
+
+
+
+ Set
-
-
-
-
+
+
+
+ Add
-
-
-
-
+
+
+
+ Remove
-
+ Red
-
+ Green
-
+ Yellow
-
-
- Mainwindow / Deck editor
-
-
-
-
- Power / toughness
-
-
-
-
- Power and toughness
-
-
-
-
- Add (+1/+1)
-
-
-
-
- Remove (-1/-1)
-
-
-
-
- Toughness
-
-
-
-
- Remove (-0/-1)
-
-
-
-
- Add (+0/+1)
-
-
-
-
- Power
-
-
-
-
- Remove (-1/-0)
-
-
-
-
- Add (+1/+0)
-
-
-
-
- Game Phases
-
-
-
-
- Untap
-
-
-
-
- Disconnect
-
-
-
-
- Upkeep
-
-
-
-
-
- Draw
-
-
-
-
- Main 1
-
-
-
-
- Start combat
-
-
-
-
- Attack
-
-
-
-
- Block
-
-
-
-
- Damage
-
-
-
-
- End combat
-
-
-
-
- Main 2
-
-
-
-
- End
-
-
-
-
- Next phase
-
-
-
-
- Next turn
-
-
-
-
- Player
-
-
-
-
- Tap Card
-
-
-
-
- Untap Card
-
-
-
-
- Untap all
-
-
-
-
- Toogle untap
-
-
-
-
- Flip card
-
-
-
-
- Peek card
-
-
-
-
- Play card
-
-
-
-
- Attach card
-
-
-
-
- Unattach card
-
-
-
-
- Clone card
-
-
-
-
- Create token
-
-
-
-
- Create another token
-
-
-
-
- Set annotation
-
-
-
-
- Phases / P/T / Player
-
-
-
-
- Move card to
-
-
-
-
- Bottom library
-
-
-
-
- Top library
-
-
-
-
-
- Graveyard
-
-
-
-
-
- Exile
-
-
-
-
- Hand
-
-
-
-
- View
-
-
- Library
-
-
-
-
- Tops card of library
-
-
-
-
- Sideboard
-
-
-
-
- Close recent view
-
-
-
-
- Pre-play
-
-
-
-
- Load remote deck
-
-
-
-
- Load local deck
-
-
-
-
- Game play
-
-
-
-
- Draw arrow
-
-
-
-
- Leave game
-
-
-
-
- Remove local arrows
-
-
-
-
- Concede
-
-
-
-
- Roll dice
+ Playing Area
- Rotate view CW
+ Phases | P/T | Playing Area
+
+
+
+
+ Game Lobby
+
+
+
+
+ Gameplay
+
+
+
+
+ Draw | Move | View | Gameplay
+
+
+
+
+ How to set custom shortcuts
+
+
+
+
+ Restore all default shortcuts
+
+
+
+
+ Clear all shortcuts
+
+
+
+
+ Add (+1/+1)
+
+
+
+
+ Remove (-1/-1)
+
+
+
+
+ Toughness
+
+
+
+
+ Remove (-0/-1)
+
+
+
+
+ Add (+0/+1)
+
+
+
+
+ Power
+
+
+
+
+ Remove (-1/-0)
+
+
+
+
+ Add (+1/+0)
+
+
+
+
+ Game Phases
+
+
+
+
+ Untap
+
+
+
+
+ Disconnect
+
+
+
+
+ Main Window | Deck Editor
+
+
+
+
+ Power / Toughness
+
+
+
+
+ Power and Toughness
+
+
+
+
+ Upkeep
+
+
+
+
+
+ Draw
+
+
+
+
+ Main 1
+
+
+
+
+ Start combat
+
+
+
+
+ Attack
+
+
+
+
+ Block
+
+
+
+
+ Damage
+
+
+
+
+ End combat
+
+
+
+
+ Main 2
+
+
+
+
+ End
+
+
+
+
+ Next phase
+
+
+
+
+ Next turn
+
+
+
+
+ Tap Card
+
+
+
+
+ Untap Card
+
+
+
+
+ Untap all
+
+
+
+
+ Toogle untap
+
+
+
+
+ Flip card
+
+
+
+
+ Peek card
+
+
+
+
+ Play card
+
+
+
+
+ Attach card
+
+
+
+
+ Unattach card
+
+
+
+
+ Clone card
+
+
+
+
+ Create token
+
+
+
+
+ Create another token
+
+
+
+
+ Set annotation
- Shuffle library
+ Move card to
- Rotate view CCW
+ Bottom library
+
+
+
+
+ Top library
- Mulligan
+
+ Graveyard
- Draw card
+
+ Exile
- Draw cards
+ Hand
- Undo draw
-
-
-
-
- Always reveal top card
+ View
- Draw / Move / View / Game play
+ Library
+
+
+
+
+ Tops card of library
+
+
+
+
+ Sideboard
+
+
+
+
+ Close recent view
+
+
+
+
+ Load remote deck
+
+
+
+
+ Load local deck
+
+
+
+
+ Draw arrow
+
+
+
+
+ Leave game
+
+
+
+
+ Remove local arrows
+
+
+
+
+ Concede
+
+
+
+
+ Roll dice
+
+
+
+
+ Rotate view CW
+
+
+
+
+ Shuffle library
+
+
+
+
+ Rotate view CCW
+
+
+
+
+ Mulligan
+
+
+
+
+ Draw card
+
+
+
+
+ Draw cards
+
+
+
+
+ Undo draw
+
+
+
+
+ Always reveal top card
diff --git a/cockatrice/translations/cockatrice_es.ts b/cockatrice/translations/cockatrice_es.ts
index aef58295d..8a5c51983 100644
--- a/cockatrice/translations/cockatrice_es.ts
+++ b/cockatrice/translations/cockatrice_es.ts
@@ -4,12 +4,12 @@
&Set counter...
- Establecer &contadores
+ Establecer &contador...Set counter
- Poner contadores
+ Establecer contador
@@ -20,57 +20,57 @@
AppearanceSettingsPage
-
+ Theme settings
-
+ Preferencias del tema
-
+ Current theme:
-
+ Tema actual:
-
+ Card rendering
- Renderizado de las cartas
+ Representación de las cartas
-
+ Display card names on cards having a pictureMostrar nombre de las cartas en aquellas que tengan imagen
-
+ Scale cards on mouse overCambiar tamaño de las cartas al pasar el ratón por encima
-
+ Hand layoutDisposición de la mano
-
+ Display hand horizontally (wastes space)Mostrar la mano horizontalmente (desperdicia espacio)
-
+ Enable left justification
- Habilitar justificación izquierda
+ Habilitar justificación a la izquierda
-
+ Table grid layoutDisposición de la rejilla de la mesa
-
+ Invert vertical coordinateInvertir coordenada vertical
-
+ Minimum player count for multi-column layout:Número minimo de jugadores para usar la rejilla multicolumna:
@@ -78,120 +78,120 @@
BanDialog
-
+ ban &user name&usuario baneado
-
+ ban &IP addressdirección &IP baneada
-
+ ban client I&D
-
+ banear por I&D de cliente
-
+ Ban type
- Tipo de Ban
+ Tipo de ban
-
+ &permanent banacceso prohibido &permanentemente
-
+ &temporary banacceso prohibido &temporalmente
-
+ &Days:&Días:
-
+ &Hours:&Horas:
-
+ &Minutes:&Minutos:
-
+ Duration of the banDuración del ban
-
+ Please enter the reason for the ban.
This is only saved for moderators and cannot be seen by the banned person.
- Por favor, introduce el motivo del restricción al acceso
+ Por favor, introduce el motivo de la restricción de acceso
Se almacenará unicamente para moderadores y no podrá ser visto por la persona restringida.
-
+ Please enter the reason for the ban that will be visible to the banned person.Por favor, introduce el motivo de la restricción que será visible para la persona restringida.
-
+ &OKAceptar (&O)
-
+ &Cancel&Cancelar
-
+ Ban user from serverBanear usuario del servidor
-
-
-
-
+
+
+
+ ErrorError
-
+ You have to select a name-based, IP-based, clientId based, or some combination of the three to place a ban.
-
+ Debes seleccionar baneo por nombre, por IP, por id de cliente, o cualquier combinación de los tres.
-
+ You must have a value in the name ban when selecting the name ban checkbox.
-
+ Debes introducir un nombre cuando la casilla de baneo por nombre está activada.
-
+ You must have a value in the ip ban when selecting the ip ban checkbox.
-
+ Debes introducir una IP cuando la casilla de baneo por IP está activada.
-
+ You must have a value in the clientid ban when selecting the clientid ban checkbox.
-
+ Debes introducir un id de cliente cuando la casilla de baneo por id de cliente está activada.CardDatabase
-
+ New sets foundNuevos sets encontrados
-
+ %1 new set(s) have been found in the card database. Do you want to enable them?%1 nuevo(s) set(s) han sido encontrados en la base de datos de cartas. ¿Quieres habilitarlos?
@@ -199,27 +199,27 @@ Se almacenará unicamente para moderadores y no podrá ser visto por la persona
CardDatabaseModel
-
+ NameNombre
-
+ Sets
- Edición
+ Ediciones
-
+ Mana cost
- Coste de mana
+ Coste de maná
-
+ Card typeTipo de carta
-
+ P/TF/R
@@ -252,12 +252,12 @@ Se almacenará unicamente para moderadores y no podrá ser visto por la persona
Mana cost:
- Coste de mana:
+ Coste de maná:Color(s):
- Color(es)
+ Color(es):
@@ -278,47 +278,47 @@ Se almacenará unicamente para moderadores y no podrá ser visto por la persona
CardInfoWidget
-
+ Show card onlyMostrar sólo la carta
-
+ Show text onlyMostrar sólo texto
-
+ Show full infoMostrar información completa
-
+ Name:Nombre:
-
-
- Mana cost:
- Coste de mana:
-
- Color(s):
-
+ Mana cost:
+ Coste de maná:
+ Color(s):
+ Color(es):
+
+
+ Card type:Tipo de carta:
-
+ P / T:F / R:
-
+ Loyalty:Lealtad:
@@ -462,25 +462,25 @@ Se almacenará unicamente para moderadores y no podrá ser visto por la persona
her sideboardlook at zone, female owner
- su reserva
+ su banquillo%1's sideboardlook at zone, female owner
- la reserva de %1
+ el banquillo de %1his sideboardlook at zone, male owner
- su reserva
+ su banquillo%1's sideboardlook at zone, male owner
- la reserva de %1
+ el banquillo de %1
@@ -558,36 +558,36 @@ Se almacenará unicamente para moderadores y no podrá ser visto por la persona
her sideboardnominative, female owner
- su reserva
+ su banquillo%1's sideboardnominative, female owner
- la reserva de %1
+ el banquillo de %1his sideboardnominative, male owner
- su reserva
+ su banquillo%1's sideboardnominative, male owner
- la reserva de %1
+ el banquillo de %1DeckEditorSettingsPage
-
+ Nothing is here... yetNo hay nada aquí... aún
-
+ GeneralGeneral
@@ -627,44 +627,44 @@ Se almacenará unicamente para moderadores y no podrá ser visto por la persona
DeckViewContainer
-
+ Load local deckCargar mazo desde la PC local
-
+ Load deck from serverCargar mazo desde el servidor
-
+ Ready to s&tartListo para empezar (&T)
-
+ S&ideboard unlockedBanquillo desbloqueado (&I)
-
+ S&ideboard lockedBanquillo bloqueado (&I)
-
+ Load deckCargar mazo
-
+ ErrorError
-
+ The selected file could not be loaded.
- El fichero seleccionado no puede cargarse.
+ El fichero seleccionado no pudo cargarse.
@@ -708,54 +708,64 @@ Se almacenará unicamente para moderadores y no podrá ser visto por la persona
DlgConnect
-
+ Previous Host
-
+ Dirección anterior
-
+ New Host
-
+ Nueva dirección
-
+ &Host:&Dirección:
-
+ Enter host name
-
+ Introduce la dirección
-
+ &Port:&Puerto:
-
+ Player &name:&Nombre del jugador:
-
+ P&assword:&Contraseña:
-
+ &Save password&Guardar contraseña
-
+ A&uto connect at start
- Conectarse a&utomaticamente al iniciar
+ Conectarse a&utomáticamente al iniciar
-
+ Connect to server
- Conectar con el servidor
+ Conectar al servidor
+
+
+
+ Connect Warning
+ Advertencia de conexión
+
+
+
+ The player name can't be empty.
+ El nombre del jugador no puede estar vacío.
@@ -778,7 +788,7 @@ Se almacenará unicamente para moderadores y no podrá ser visto por la persona
Re&member settings
-
+ Recordar preferencias (&M)
@@ -803,7 +813,7 @@ Se almacenará unicamente para moderadores y no podrá ser visto por la persona
&Spectators can watch
- E&spectadores pueden observar
+ Los e&spectadores pueden observar
@@ -826,27 +836,27 @@ Se almacenará unicamente para moderadores y no podrá ser visto por la persona
Espectadores
-
+ &Clear
-
+ Limpiar (&C)
-
+ Create gameCrear partida
-
+ Game informationInformación de la partida
-
+ ErrorError
-
+ Server error.Error del servidor.
@@ -921,12 +931,12 @@ Se almacenará unicamente para moderadores y no podrá ser visto por la persona
Token data
- Información de la ficha
+ Datos de la fichaShow &all tokens
- Mostrar &todas los ficha
+ Mostrar &todas las fichas
@@ -1089,7 +1099,7 @@ Para eliminar tu avatar actual, confirma sin elegir una nueva imagen.
Remove token
- Eliminar columna
+ Eliminar ficha
@@ -1110,7 +1120,8 @@ Para eliminar tu avatar actual, confirma sin elegir una nueva imagen.
The chosen name conflicts with an existing card or token.
Make sure to enable the 'token set' in the 'Edit sets...' dialog to display them correctly.
- El nombre elegido entra en conflicto con una carta o token ya existente. Asegúrate de activar el 'set de tokens' en el menú 'Editar sets..." para mostrarlos correctamente.
+ El nombre elegido entra en conflicto con una carta o token ya existente.
+Asegúrate de activar el 'set de tokens' en el menú 'Editar sets..." para mostrarlos correctamente.
@@ -1171,7 +1182,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Show &password protected games
- Mostrar juegos protegidos con contraseña
+ Mostrar partidas protegidas con contraseña
@@ -1186,7 +1197,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
&Game types
- Tipo de &partida
+ Tipos de &partida
@@ -1201,7 +1212,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Maximum player count
- Máximo número de jugadores
+ Número máximo de jugadores
@@ -1231,7 +1242,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Invalid deck list.
- Lista de mazo invalida.
+ Lista de mazo inválida.
@@ -1247,7 +1258,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
&Host:
- &Host:
+ &Dirección:
@@ -1267,7 +1278,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Password (again):
-
+ Contraseña (de nuevo):
@@ -1277,12 +1288,12 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Email (again):
-
+ Email (de nuevo):Pronouns:
- Genero:
+ Género:
@@ -1307,18 +1318,24 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
+ Registration Warning
-
+ Advertencia durante el registroYour passwords do not match, please try again.
-
+ Tus contraseñas no coinciden, por favor inténtalo de nuevo.Your email addresses do not match, please try again.
-
+ Tus direcciones de email no coinciden, por favor inténtalo de nuevo.
+
+
+
+ The player name can't be empty.
+ El nombre del jugador no puede estar vacío.
@@ -1333,25 +1350,25 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Register to server
- Registrar en el servidor
+ Registrarse en el servidorDlgSettings
-
-
-
+
+
+ ErrorError
-
+ Unknown Error loading card databaseError desconocido cargando la base de datos de cartas.
-
+ Your card database is invalid.
Cockatrice may not function correctly with an invalid database
@@ -1361,14 +1378,14 @@ You may need to rerun oracle to update your card database.
Would you like to change your database location setting?Tu base de datos de cartas no es válida.
-Cockatrice puede no funcionar correctamente con una base de datos inválida.
+Cockatrice podría no funcionar correctamente con una base de datos inválida.
Podrías necesitar volver a ejecutar oracle para actualizar tu base de datos de cartas.
¿Quieres cambiar la ubicación de tu base de datos?
-
+ Your card database version is too old.
This can cause problems loading card information or images
@@ -1385,7 +1402,7 @@ Normalmente esto se soluciona volviendo a ejecutar oracle para actualizar tu bas
¿Quieres cambiar la ubicación de tu base de datos?
-
+ File Error loading your card database.
Would you like to change your database location setting?
@@ -1394,7 +1411,7 @@ Would you like to change your database location setting?
¿Quieres cambiar la ubicación de tu base de datos?
-
+ Your card database was loaded but contains no cards.
Would you like to change your database location setting?
@@ -1403,7 +1420,7 @@ Would you like to change your database location setting?
¿Quieres cambiar la ubicación de tu base de datos?
-
+ Your card database did not finish loading
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your cards.xml attached
@@ -1411,12 +1428,12 @@ Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your
Would you like to change your database location setting?Tu base de datos de cartas no ha podido cargarse.
-Por favor, abre un ticket en http://github.com/Cockatrice/Cockatrice/issues adjuntando tu archivo cards.xml.
+Por favor, abre una incidencia en http://github.com/Cockatrice/Cockatrice/issues adjuntando tu archivo cards.xml.
¿Quieres cambiar la ubicación de tu base de datos?
-
+ Unknown card database load status
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues
@@ -1424,58 +1441,93 @@ Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues
Would you like to change your database location setting?Estado de carga de base de datos desconocido.
-Por favor, abre un ticket en http://github.com/Cockatrice/Cockatrice/issues.
+Por favor, abre una incidencia en http://github.com/Cockatrice/Cockatrice/issues
¿Quieres cambiar la ubicación de tu base de datos?
-
+ The path to your deck directory is invalid. Would you like to go back and set the correct path?
- La ruta a tu directorio de mazos es invalida. ¿Deseas volver y seleccionar la ruta correcta?
+ La ruta a tu directorio de mazos no es válida. ¿Deseas volver y seleccionar la ruta correcta?
-
+ The path to your card pictures directory is invalid. Would you like to go back and set the correct path?
- La ruta a tu directorio de imagenes de las cartas es invalida.¿Deseas volver y seleccionar la ruta correcta?
+ La ruta a tu directorio de imágenes de las cartas no es válida. ¿Deseas volver y seleccionar la ruta correcta?
-
+ SettingsPreferencias
-
+ GeneralGeneral
-
+ AppearanceApariencia
-
+ User InterfaceInterfaz de usuario
-
+ Deck EditorEditor de mazos
-
+ ChatChat
-
+ SoundSonido
-
+ Shortcuts
+ Atajos de teclado
+
+
+
+ DlgUpdate
+
+
+ Error
+
+
+
+
+ Cockatrice was not built with SSL support, so cannot download updates! Please visit the download page and update manually.
+
+
+
+
+ Your version of Cockatrice is out of date, but there are no packages available for your operating system. You may have to use a developer build or build from source yourself. Please visit the download page.
+
+
+
+
+ Cockatrice Update
+
+
+
+
+ Your version of Cockatrice is up to date.
+
+
+
+
+
+
+ Update Error
@@ -1532,7 +1584,7 @@ Por favor, abre un ticket en http://github.com/Cockatrice/Cockatrice/issues.
You are being ignored by the creator of this game.
- Estas siendo ignorado por el creador de la partida.
+ Estás siendo ignorado por el creador de la partida.
@@ -1557,22 +1609,22 @@ Por favor, abre un ticket en http://github.com/Cockatrice/Cockatrice/issues.
&Filter games
-
+ &Filtrar partidasC&lear filter
-
+ &Limpiar filtroC&reate
-
+ C&rear&Join
-
+ Unirse (&J)
@@ -1585,7 +1637,7 @@ Por favor, abre un ticket en http://github.com/Cockatrice/Cockatrice/issues.
Game Created
- Juego creado
+ Partida creada
@@ -1661,7 +1713,7 @@ Por favor, abre un ticket en http://github.com/Cockatrice/Cockatrice/issues.
not allowed
- no permitido
+ no permitidos
@@ -1692,666 +1744,686 @@ Por favor, abre un ticket en http://github.com/Cockatrice/Cockatrice/issues.
GeneralSettingsPage
-
+ Reset/Clear Downloaded Pictures
- Reajustar/Borrar Imagenes Descargadas
+ Reinicializar/Borrar imágenes descargadas
-
-
-
-
-
+
+
+
+
+ Choose pathElija ruta
-
+ SuccessÉxito
-
+ Downloaded card pictures have been reset.
- Las imágenes descargadas de las cartas han sido reseteadas.
+ Las imágenes descargadas de las cartas han sido reinicializadas.
-
+ ErrorError
-
+ One or more downloaded card pictures could not be cleared.Una o más imágenes descargadas de las cartas no han podido eliminarse.
-
+ Personal settingsPreferencias personales
-
+ Language:Idioma:
-
+ Download card pictures on the fly
- Descargar imagenes de las cartas al vuelo
+ Descargar imágenes de las cartas al vuelo
-
- Download card pictures from a custom URL
- Descargar imágenes de las cartas desde una URL distinta
-
-
-
- Custom Card Download URL:
- URL de descarga de cartas personalizadas:
-
-
-
- Linking FAQ
- Enlace a Preguntas Frecuentes
-
-
-
- Notify when new client features are available
+
+ Primary download URL:
-
+
+ Fallback download URL:
+
+
+
+
+
+ Reset
+
+
+
+
+ How to set a custom picture url
+ Como asignar un enlace de imagen personalizada
+
+
+
+ Notify when new client features are available
+ Avisar cuando nuevas características del cliente estén disponibles
+
+
+ PathsRutas
-
+ Decks directory:Directorio de mazos:
-
+ Replays directory:
- Directorio de replays:
+ Directorio de repeticiones:
-
+ Pictures directory:
- Directorio de imagenes:
+ Directorio de imágenes:
-
+ Card database:Base de datos de cartas:
-
+ Token database:Base de datos de tokens:
-
+ Picture cache size:Tamaño del cache de imágenes:
-
+ English
- Español (Spanish)
+ Español (Spanish)MainWindow
-
+ There are too many concurrent connections from your address.Hay demasiadas conexiones simultaneas desde tu dirección.
-
+ Scheduled server shutdown.
- Desconexión programada del servidor.
+ Apagado programado del servidor.
-
+ Banned by moderatorBaneado por el moderador
-
+ Expected end time: %1Tiempo de finalización estimado: %1
-
+ This ban lasts indefinitely.Este ban permanecerá indefinidamente.
-
+ Connection closedConexión cerrada
-
+ The server has terminated your connection.
Reason: %1El servidor ha finalizado tu conexión.
Motivo: %1
-
+ Scheduled server shutdown
- Desconexión programada del servidor
+ Apagado programado del servidor
-
+ The server is going to be restarted in %n minute(s).
All running games will be lost.
Reason for shutdown: %1
- El servidor será reiniciado en %n minuto.
-Todos los juegos en curso se cerraran.
-Motivo para la desconexión: %1El servidor será reiniciado en %n minutos.
-Todos los juegos en curso se cerraran.
-Motivo para la desconexión: %1
+ El servidor será reiniciado en un minuto.
+Todas las partidas en curso se cerraran.
+Motivo para el apagado: %1El servidor será reiniciado en %n minuto(s).
+Todas las partidas en curso se cerraran.
+Motivo para el apagado: %1
-
+ Number of playersNúmero de jugadores
-
+ Please enter the number of players.Por favor, introduzca el número de jugadores.
-
+ Player %1Jugador %1
-
+ Load replay
- Cargar replay
+ Cargar repetición
-
+ About CockatriceAcerca de Cockatrice
-
+ Version %1Versión %1
-
+ Translators:Traductores:
-
+ Project Manager:Jefe de Proyecto:
-
+ The server has reached its maximum user capacity, please check back later.
-
+ Este servidor ha alcanzado su capacidad máxima de usuarios, por favor inténtalo más tarde.
-
-
+
+ Invalid username.
- El nombre de usuario no es valido.
+ El nombre de usuario no es válido.
-
+ You have been logged out due to logging in at another location.
-
+ Se ha cerrado tu sesión debido a que se ha iniciado en otra ubicación.
-
-
+
+ SuccessÉxito
-
+ Registration accepted.
Will now login.
- Resgistro aceptado.
+ Registro aceptado.
Iniciando sesión.
-
+ Account activation accepted.
Will now login.Activación de la cuenta aceptada.
Iniciando sesión.
-
+
+ Cockatrice Webpage
+
+
+
+ Past Project Managers:Antiguos Jefes de Proyecto:
-
+ Developers:Desarrolladores:
-
+ Our DevelopersNuestros desarrolladores
-
+ Help Develop!¡Ayuda a desarrollar!
-
+ Recognition PagePágina de identificación
-
+ Help Translate!¡Ayuda a traducir!
-
+ Support:Soporte:
-
+ Report an Issue
- Reporta un problema
+ Informa de un problema
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ErrorError
-
+ Server timeoutTiempo de espera del servidor agotado
-
+ Failed Login
-
+ Inicio de sesión fallido
-
+ Your client does not support features that the server requires, please update your client and try again.
-
+ Tu cliente no soporta características requeridas por el servidor. Actualiza tu cliente e inténtalo de nuevo.
-
+ Incorrect username or password. Please check your authentication information and try again.Nombre de usuario o contraseña incorrecto. Por favor, verifica tu información de autentificación y vuelve a intentarlo.
-
+ There is already an active session using this user name.
Please close that session first and re-login.Ya existe una sesión activa usando ese nombre de usuario.
Por favor, cierra esa sesión primero y reintentalo.
-
-
+
+ You are banned until %1.Estás baneado hasta %1.
-
-
+
+ You are banned indefinitely.Estás baneado indefinidamente.
-
+ This server requires user registration. Do you want to register now?Este servidor requiere el registro de usuarios. ¿Quieres registrarte ahora?
-
+ This server requires client ID's. Your client is either failing to generate an ID or you are running a modified client.
Please close and reopen your client to try again.
-
+ Este servidor exige IDs de cliente. Tu cliente no está generando un ID o estás ejecutando un cliente modificado.
+Cierra y vuelve a abrir el cliente para intentarlo de nuevo.
-
+ An internal error has occurred, please try closing and reopening your client and try again. If the error persists try updating your client to the most recent build and if need be contact your software provider.
-
+ Ha ocurrido un error interno. Cierra y vuelve a abrir el cliente e inténtalo de nuevo. Si el error persiste intenta actualizar tu cliente a la última versión y, si es necesario, contacta con tu proveedor de software.
-
+ Account activationActivación de cuenta
-
+ Unknown login error: %1
- Error de login desconocido: %1
+ Error de inicio de sesión desconocido: %1
-
-
+
+
This usually means that your client version is out of date, and the server sent a reply your client doesn't understand.
-
+
+Esto suele ser debido a que tu versión del cliente está desfasada y el servidor ha enviado una respuesta que tu cliente no comprende.
-
+ Your username must respect these rules:Tu nombre de usuario debe:
-
+ is %1 - %2 characters longTener de %1 a %2 caracteres de longitud.
-
+ can %1 contain lowercase characters%1 Puede tener minúsculas.
-
-
-
+
+
+ NOTNO
-
+ can %1 contain uppercase characters%1 Puede tener mayúsculas.
-
+ can %1 contain numeric characters %1 Puede tener caracteres númericos.
-
+ can contain the following punctuation: %1Puede tener los siguientes signos de puntuación: %1
-
+ first character can %1 be a punctuation markEl primer caracter %1 puede ser un signo de puntuación.
-
+ You may only use A-Z, a-z, 0-9, _, ., and - in your username.
- Sólo puedes usar A-Z, a-z, 0-9, _, ., y - en tu nombre de usuario
+ Sólo puedes usar A-Z, a-z, 0-9, _, ., y - en tu nombre de usuario.
-
-
-
-
-
+
+
+
+
+ Registration deniedRegistro denegado
-
+ Registration is currently disabled on this serverEl registro está actualmente deshabilitado en este servidor
-
+ There is already an existing account with the same user name.
- Ya existe una cuenta con ese nombre
+ Ya existe una cuenta con ese nombre.
-
+ It's mandatory to specify a valid email address when registering.Es obligatorio especificar una dirección de correo válida al registrarse.
-
+ Too many registration attempts from your IP address.Demasiados intentos de registro desde tu dirección IP.
-
+ Password too short.La contraseña es demasiado corta.
-
+ Registration failed for a technical problem on the server.El registro falló debido a un problema técnico en el servidor.
-
+ Unknown registration error: %1
-
+ Error de registro desconocido: %1
-
+ Account activation failedLa activación de cuenta falló.
-
+ Socket error: %1Error del Socket: %1
-
+ You are trying to connect to an obsolete server. Please downgrade your Cockatrice version or connect to a suitable server.
Local version is %1, remote version is %2.Estás intentando conectar a un servidor obsoleto. Por favor, usa una versión anterior de Cockatrice o conecta a un servidor apropiado.
La versión local es %1, la versión remota es %2.
-
+ Your Cockatrice client is obsolete. Please update your Cockatrice version.
Local version is %1, remote version is %2.
- Tu cliente de Cockatrice esta obsoleto. Por favor, actualiza tu versión de Cockatrice.
+ Tu cliente de Cockatrice está obsoleto. Por favor, actualiza tu versión de Cockatrice.
La versión local es %1, la versión remota es %2.
-
+ Connecting to %1...Conectando a %1...
-
+ Registering to %1 as %2...Registrando en %1 como %2...
-
+ DisconnectedDesconectado
-
+ Connected, logging in at %1
- Conectado, hora de login: %1
+ Conectado, hora de inicio de sesión: %1
-
+ &Connect...&Conectar...
-
+ &Disconnect&Desconectar
-
+ Start &local game...Empezar partida &local...
-
+ &Watch replay...
- &Ver replay...
+ &Ver repetición...
-
+ &Deck editorEditor de &mazos
-
+ &Full screen&Pantalla completa
-
+ &Register to server...&Registrarse en el servidor...
-
+ &Settings...&Preferencias...
-
-
+
+ &Exit&Salir
-
+ A&ctionsA&cciones
-
+ &Cockatrice&Cockatrice
-
+ &About Cockatrice&Acerca de Cockatrice
-
+
+ &Update Cockatrice
+
+
+
+ &HelpA&yuda
-
+ Check for card updates...
- Comprueba las actualizaciones de las cartas...
+ Comprobar las actualizaciones de las cartas...
-
+ A card database update is already running.
- La actualización de la carta ya está en marcha.
+ La actualización de la base de datos de cartas ya está en marcha.
-
+ Unable to run the card database updater:
- Imposible iniciar el actualizador de cartas:
+ Imposible iniciar el actualizador de la base de datos de cartas:
-
+ The card database updater exited with an error: %1
- El actualizador de cartas terminó con el error: %1
+ El actualizador de la base de datos de cartas terminó con el error: %1
-
+ Update completed successfully. Cockatrice will now reload the card database.
- La actualización de cartas ha terminado correctamente. La base de datos de cartas se reiniciará ahora.
+ La actualización se ha completado correctamente. La base de datos de cartas se recargará.
-
+ Your client appears to be missing features that the server supports.
This usually means that your client version is out of date, please check to see if there is a new client available for download.
-
+ Tu cliente parece no tener características que el servidor suporta.
+Esto suele ser debido a que tu versión del cliente está desfasada, por favor comprueba si hay una versión más reciente del cliente disponible para descargar.
-
-
-
+
+
+ InformationInformación
-
+ TroubleshootingProblemas frecuentes
-
+ F.A.Q.Preguntas frecuentes
-
+ Your account has not been activated yet.
You need to provide the activation token received in the activation email
-
+ Tu cuenta aún no ha sido activada.
+Tienes que proporcionar el código recibido en el email de activación
-
+ failed to start.falló al iniciar.
-
+ crashed.falló.
-
+ timed out.tiempo agotado.
-
+ write error.error de escritura.
-
+ read error.error de lectura.
-
+ unknown error.error desconocido.
@@ -2359,17 +2431,17 @@ You need to provide the activation token received in the activation email
MessageLogWidget
-
+ The game has been closed.La partida ha sido cerrada.
-
+ %1 is now watching the game.%1 está ahora observando la partida.
-
+ %1 is not watching the game any more.%1 ya no está observado más la partida.
@@ -2396,13 +2468,13 @@ You need to provide the activation token received in the activation email
You are watching a replay of game #%1.female
- Estás viendo un replay de la partida #%1.
+ Estás viendo una repetición de la partida #%1.You are watching a replay of game #%1.male
- Estás viendo un replay de la partida #%1.
+ Estás viendo una repetición de la partida #%1.
@@ -2417,136 +2489,136 @@ You need to provide the activation token received in the activation email%1 se ha unido a la partida.
-
+ %1 has left the game.female%1 ha dejado la partida.
-
+ %1 has left the game.male%1 ha dejado la partida.
-
+ You have been kicked out of the game.Has sido expulsado de la partida.
-
+ %1 has loaded a deck (%2).
- %1 ha cargardo una baraja (%2).
+ %1 ha cargado un mazo (%2).
-
+ %1 has loaded a deck with %2 sideboard cards (%3).%1 ha cargado un mazo con %2 cartas en el banquillo (%3).
-
+ %1 is ready to start the game.female
- %1 está preparado para empezar la partida.
+ %1 está preparada para empezar la partida.
-
+ %1 is ready to start the game.male%1 está preparado para empezar la partida.
-
+ %1 is not ready to start the game any more.female
- %1 ya no está listo para empezar el juego.
+ %1 ya no está lista para empezar el juego.
-
+ %1 is not ready to start the game any more.male%1 ya no está listo para empezar el juego.
-
+ %1 has locked her sideboard.female
- %1 ha bloqueado su reserva.
-
-
-
- %1 has locked his sideboard.
- male
- %1 ha bloqueado su reserva.
+ %1 ha bloqueado su banquillo.
+ %1 has locked his sideboard.
+ male
+ %1 ha bloqueado su banquillo.
+
+
+ %1 has unlocked her sideboard.female
- %1 ha desbloqueado su reserva.
+ %1 ha desbloqueado su banquillo.
-
+ %1 has unlocked his sideboard.male
- %1 ha desbloqueado su reserva.
+ %1 ha desbloqueado su banquillo.
-
+ %1 has conceded the game.female%1 ha concedido la partida.
-
+ %1 has conceded the game.male%1 ha concedido la partida.
-
-
- %1 has restored connection to the game.
- female
- %1 ha recuperado la conexión a la partida.
-
-
-
- %1 has restored connection to the game.
- male
- %1 ha recuperado la conexión a la partida.
-
- %1 has lost connection to the game.
+ %1 has restored connection to the game.female
- %1 ha perdido la conexión a la partida.
+ %1 ha recuperado la conexión a la partida.
+ %1 has restored connection to the game.
+ male
+ %1 ha recuperado la conexión a la partida.
+
+
+
+ %1 has lost connection to the game.
+ female
+ %1 ha perdido la conexión a la partida.
+
+
+ %1 has lost connection to the game.male%1 ha perdido la conexión a la partida.
-
+ %1 shuffles %2.female%1 baraja %2.
-
+ %1 shuffles %2.male%1 baraja %2.
-
+ %1 rolls a %2 with a %3-sided die.female%1 sacó un %2 con un dado de %3 caras.
-
+ %1 rolls a %2 with a %3-sided die.male%1 sacó un %2 con un dado de %3 caras.
@@ -2568,464 +2640,486 @@ You need to provide the activation token received in the activation email
-
+ %1 undoes his last draw.%1 deshace su último robo.
-
+ %1 undoes her last draw.%1 deshace su último robo.
-
+ %1 undoes his last draw (%2).%1 deshace su último robo (%2).
-
+ %1 undoes her last draw (%2).%1 deshace su último robo (%2).
-
+ from exile del exilio
-
+ the bottom card of %1's libraryla carta de la parte inferior de la biblioteca de %1
-
+ the bottom card of his libraryla carta de la parte inferior de su biblioteca
-
+ the bottom card of her libraryla carta de la parte inferior de su biblioteca
-
+ from the bottom of %1's library desde la parte inferior de la biblioteca de %1
-
+ from the bottom of his library de la parte inferior de su biblioteca
-
+ from the bottom of her library de la parte inferior de su biblioteca
-
+ the top card of %1's libraryla carta superior de la biblioteca de %1
-
+
+ Heads (1)
+
+
+
+
+ Tails (2)
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ female
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ male
+
+
+
+ the top card of his libraryla parte superior de su biblioteca
-
+ the top card of her libraryla carta superior de su biblioteca
-
+ from the top of %1's library desde la parte superior de la biblioteca de %1
-
+ from the top of his library desde la parte superior de su biblioteca
-
+ from the top of her library desde la parte superior de su biblioteca
-
+ from %1's library desde la biblioteca de %1
-
+ from library desde la biblioteca
-
+ from sideboard
- desde la reserva
+ desde el banquillo
-
+ from the stack desde la pila
-
+ %1 gives %2 control over %3.%1 entrega a %2 el control sobre %3.
-
+ %1 puts %2 into play tapped%3.
- %1 pone %2 en juego%3 girado.
+ %1 pone %2 en juego %3 girado.
-
+ %1 puts %2 into play%3.
- %1 pone %2 en juego%3.
+ %1 pone %2 en juego %3.
-
+ %1 exiles %2%3.%1 exilia %2%3.
-
+ %1 puts %2%3 into his library.%1 pone %2%3 en su biblioteca.
-
+ %1 puts %2%3 into her library.%1 pone %2%3 en su biblioteca.
-
+ %1 puts %2%3 on bottom of his library.%1 pone %2%3 en la parte inferior de su biblioteca.
-
+ %1 puts %2%3 on bottom of her library.%1 pone %2%3 en la parte inferior de su biblioteca.
-
+ %1 puts %2%3 on top of his library.%1 pone %2%3 en la parte superior de su biblioteca.
-
+ %1 puts %2%3 on top of her library.%1 pone %2%3 en la parte superior de su biblioteca.
-
+ %1 puts %2%3 into his library at position %4.%1 pone %2%3 en su biblioteca en la posición %4.
-
+ %1 puts %2%3 into her library at position %4.%1 pone %2%3 en su biblioteca en la posición %4.
-
+ %1 moves %2%3 to sideboard.
- %1 mueve %2%3 a la reserva.
+ %1 mueve %2%3 al banquillo.
-
+ %1 plays %2%3.%1 juega %2%3.
-
+ %1 takes a mulligan to %n.female%1 hace mulligan a %n.%1 hace mulligan a %n.
-
+ %1 takes a mulligan to %n.male%1 hace mulligan a %n.%1 hace mulligan a %n.
-
+ %1 flips %2 face-down.female%1 voltea %2 boca abajo.
-
+ %1 flips %2 face-down.male%1 voltea %2 boca abajo.
-
+ %1 flips %2 face-up.female%1 voltea %2 boca arriba.
-
+ %1 flips %2 face-up.male%1 voltea %2 boca arriba.
-
+ %1 destroys %2.female%1 destruye %2.
-
+ %1 destroys %2.male%1 destruye %2.
-
+ %1 unattaches %2.female%1 desanexa %2.
-
+ %1 unattaches %2.male%1 desanexa %2.
-
+ %1 creates token: %2%3.female%1 crea una ficha: %2%3.
-
+ %1 creates token: %2%3.male%1 crea una ficha: %2%3.
-
+ %1 points from her %2 to herself.female%1 apunta desde su %2 a si misma.
-
+ %1 points from his %2 to himself.male%1 apunta desde su %2 a si mismo.
-
+ %1 points from her %2 to %3.p1 female, p2 female%1 apunta desde su %2 a %3.
-
+ %1 points from her %2 to %3.p1 female, p2 male%1 apunta desde su %2 a %3.
-
+ %1 points from his %2 to %3.p1 male, p2 female%1 apunta desde su %2 a %3.
-
+ %1 points from his %2 to %3.p1 male, p2 male%1 apunta desde su %2 a %3.
-
+ %1 points from %2's %3 to herself.card owner female, target female%1 apunta desde el %3 de %2 a ella misma.
-
+ %1 points from %2's %3 to herself.card owner male, target female%1 apunta desde el %3 de %2 a ella misma.
-
+ %1 points from %2's %3 to himself.card owner female, target male%1 apunta desde el %3 de %2 a él mismo.
-
+ %1 points from %2's %3 to himself.card owner male, target male%1 apunta desde el %3 de %2 a él mismo.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 female%1 apunta desde el %3 de %2 a %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 male%1 apunta desde el %3 de %2 a %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 female%1 apunta desde el %3 de %2 a %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 male%1 apunta desde el %3 de %2 a %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 female%1 apunta desde el %3 de %2 a %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 male%1 apunta desde el %3 de %2 a %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 female%1 apunta desde el %3 de %2 a %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 male%1 apunta desde el %3 de %2 a %4.
-
+ %1 points from her %2 to her %3.female%1 apunta desde su %2 a su %3.
-
+ %1 points from his %2 to his %3.male%1 apunta desde su %2 a su %3.
-
+ %1 points from her %2 to %3's %4.p1 female, p2 female%1 apunta desde su %2 al %4 de %3.
-
+ %1 points from her %2 to %3's %4.p1 female, p2 male%1 apunta desde su %2 al %4 de %3.
-
+ %1 points from his %2 to %3's %4.p1 male, p2 female%1 apunta desde su %2 al %4 de %3.
-
+ %1 points from his %2 to %3's %4.p1 male, p2 male%1 apunta desde su %2 al %4 de %3.
-
+ %1 points from %2's %3 to her own %4.card owner female, target female%1 apunta desde el %3 de %2 a su propio %4.
-
+ %1 points from %2's %3 to her own %4.card owner male, target female%1 apunta desde el %3 de %2 a su propio %4.
-
+ %1 points from %2's %3 to his own %4.card owner female, target male%1 apunta desde el %3 de %2 a su propio %4.
-
+ %1 points from %2's %3 to his own %4.card owner male, target male%1 apunta desde el %3 de %2 a su propio %4.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 female%1 apunta desde el %3 de %2 al %5 de %4.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 male%1 apunta desde el %3 de %2 al %5 de %4.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 female%1 apunta desde el %3 de %2 al %5 de %4.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 male%1 apunta desde el %3 de %2 al %5 de %4.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 female%1 apunta desde el %3 de %2 al %5 de %4.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 male%1 apunta desde el %3 de %2 al %5 de %4.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 female%1 apunta desde el %3 de %2 al %5 de %4.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 male%1 apunta desde el %3 de %2 al %5 de %4.
@@ -3033,322 +3127,322 @@ You need to provide the activation token received in the activation email
%1 places %n %2 counter(s) on %3 (now %4).female
- %1 pone %n %2 contador en %3 (ahora %4).%1 pone %n %2 contadores en %3 (ahora %4).
+ %1 pone un contador %2 en %3 (ahora %4).%1 pone %n contadores %2 en %3 (ahora %4).%1 places %n %2 counter(s) on %3 (now %4).male
- %1 pone %n %2 contador en %3 (ahora %4).%1 pone %n %2 contadores en %3 (ahora %4).
+ %1 pone un contador %2 en %3 (ahora %4).%1 pone %n contadores %2 en %3 (ahora %4).%1 removes %n %2 counter(s) from %3 (now %4).female
- %1 remueve %n %2 contador en %3 (ahora %4).%1 remueve %n %2 contadores en %3 (ahora %4).
+ %1 quita un contador %2 de %3 (ahora %4).%1 quita %n contadores %2 de %3 (ahora %4).%1 removes %n %2 counter(s) from %3 (now %4).male
- %1 remueve %n %2 contador en %3 (ahora %4).%1 remueve %n %2 contadores en %3 (ahora %4).
+ %1 quita un contador %2 de %3 (ahora %4).%1 quita %n contadores %2 de %3 (ahora %4).
-
+ %1 taps her permanents.female%1 gira sus permanentes.
-
+ %1 untaps her permanents.female%1 endereza sus permanentes.
-
+ %1 taps his permanents.male%1 gira sus permanentes.
-
+ %1 untaps his permanents.male%1 endereza sus permanentes.
-
+ %1 taps %2.female%1 gira %2.
-
+ %1 untaps %2.female%1 endereza %2.
-
+ %1 taps %2.male%1 gira %2.
-
+ %1 untaps %2.male%1 endereza %2.
-
+ %1 sets counter %2 to %3 (%4%5).female%1 establece los contadores de %2 a %3 (%4%5).
-
+ %1 sets counter %2 to %3 (%4%5).male%1 establece los contadores de %2 a %3 (%4%5).
-
+ %1 sets %2 to not untap normally.female%1 establece que %2 no se endereze normalmente.
-
+ %1 sets %2 to not untap normally.male%1 establece que %2 no se endereze normalmente.
-
+ %1 sets %2 to untap normally.female%1 establece que %2 se endereze normalmente.
-
+ %1 sets %2 to untap normally.male%1 establece que %2 se endereze normalmente.
-
+ %1 sets PT of %2 to %3.female%1 establece la F/R de %2 a %3.
-
+ %1 sets PT of %2 to %3.male%1 establece la F/R de %2 a %3.
-
+ %1 sets annotation of %2 to %3.female%1 establece la anotación de %2 a %3.
-
-
- %1 sets annotation of %2 to %3.
- male
- %1 establece la anotación de %2 a %3.
-
-
-
- %1 is looking at %2.
- female
- %1 está mirando a %2.
-
-
-
- %1 is looking at %2.
- male
- %1 está mirando a %2.
-
-
- %1 is looking at the top %n card(s) %2.
- female
- %1 esta mirando la primera %n carta de %2.%1 esta mirando las primeras %n cartas de %2.
-
-
- %1 is looking at the top %n card(s) %2.
- male
- %1 esta mirando la primera %n carta de %2.%1 esta mirando las primeras %n cartas de %2.
-
-
-
- %1 stops looking at %2.
- female
- %1 termina de mirar a %2.
-
+ %1 sets annotation of %2 to %3.
+ male
+ %1 establece la anotación de %2 a %3.
+
+
+
+ %1 is looking at %2.
+ female
+ %1 está mirando a %2.
+
+
+
+ %1 is looking at %2.
+ male
+ %1 está mirando a %2.
+
+
+ %1 is looking at the top %n card(s) %2.
+ female
+ %1 está mirando la primera carta de %2.%1 está mirando las primeras %n cartas de %2.
+
+
+ %1 is looking at the top %n card(s) %2.
+ male
+ %1 está mirando la primera carta de %2.%1 está mirando las primeras %n cartas de %2.
+
+
+
+ %1 stops looking at %2.
+ female
+ %1 termina de mirar a %2.
+
+
+ %1 stops looking at %2.male%1 termina de mirar a %2.
-
+ %1 reveals %2 to %3.p1 female, p2 female%1 revela %2 a %3.
-
-
- %1 reveals %2 to %3.
- p1 female, p2 male
- %1 revela %2 a %3.
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 female
- %1 revela %2 a %3.
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 male
- %1 revela %2 a %3.
-
-
-
- %1 reveals %2.
- female
- %1 revela %2.
-
-
-
- %1 reveals %2.
- male
- %1 revela %2.
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 female
- %1 revela aleatoriamente %2%3 a %4.
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 male
- %1 revela aleatoriamente %2%3 a %4.
-
+ %1 reveals %2 to %3.
+ p1 female, p2 male
+ %1 revela %2 a %3.
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 female
+ %1 revela %2 a %3.
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 male
+ %1 revela %2 a %3.
+
+
+
+ %1 reveals %2.
+ female
+ %1 revela %2.
+
+
+
+ %1 reveals %2.
+ male
+ %1 revela %2.
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 female
+ %1 revela aleatoriamente %2%3 a %4.
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 male
+ %1 revela aleatoriamente %2%3 a %4.
+
+
+ %1 randomly reveals %2%3 to %4.p1 male, p2 female%1 revela aleatoriamente %2%3 a %4.
-
+ %1 randomly reveals %2%3 to %4.p1 male, p2 male%1 revela aleatoriamente %2%3 a %4.
-
+ %1 randomly reveals %2%3.female%1 revela aleatoriamente %2%3.
-
+ %1 randomly reveals %2%3.male%1 revela aleatoriamente %2%3.
-
+ %1 peeks at face down card #%2.female
- %1 mira la carta bocaabajo #%2.
+ %1 mira la carta boca abajo #%2.
-
+ %1 peeks at face down card #%2.male
- %1 mira la carta bocaabajo #%2.
+ %1 mira la carta boca abajo #%2.
-
+ %1 peeks at face down card #%2: %3.female
- %1 mira la carta bocaabajo #%2: %3.
+ %1 mira la carta boca abajo #%2: %3.
-
+ %1 peeks at face down card #%2: %3.male
- %1 mira la carta bocaabajo #%2: %3.
+ %1 mira la carta boca abajo #%2: %3.
-
+ %1 reveals %2%3 to %4.p1 female, p2 female%1 revela %2%3 a %4.
-
+ %1 reveals %2%3 to %4.p1 female, p2 male%1 revela %2%3 a %4.
-
+ %1 reveals %2%3 to %4.p1 male, p2 female%1 revela %2%3 a %4.
-
+ %1 reveals %2%3 to %4.p1 male, p2 male%1 revela %2%3 a %4.
-
+ %1 reveals %2%3.female%1 revela %2%3.
-
+ %1 reveals %2%3.male%1 revela %2%3.
-
+ %1 is now keeping the top card %2 revealed.%1 está manteniendo la carta superior %2 revelada.
-
+ %1 is not revealing the top card %2 any longer.%1 ya no mantiene revelada la carta superior %2.
-
+ It is now %1's turn.femaleEs el turno de %1.
-
+ It is now %1's turn.maleEs el turno de %1.
-
-
+
+ a carduna carta
@@ -3367,32 +3461,32 @@ You need to provide the activation token received in the activation email
-
+ redrojorojos
-
+ yellowamarilloamarillos
-
+ greenverdeverdes
-
+ The game has started.La partida ha comenzado.
-
+ %1 draws his initial hand.%1 roba su mano inicial.
-
+ %1 draws her initial hand.%1 roba su mano inicial.
@@ -3411,179 +3505,179 @@ You need to provide the activation token received in the activation email
-
+ ending phasefase de fin de turno
-
+ untap steppaso de enderezar
-
+ %1 draws %2 card(s).female%1 roba %2 carta(s).
-
+ %1 draws %2 card(s).male%1 roba %2 carta(s).
-
+ from play
- del juego
+ del juego
-
+ from her graveyard
- de su cementerio
+ de su cementerio
-
+ from his graveyard
- de su cementerio
+ de su cementerio
-
+ from her hand
- de su mano
+ de su mano
-
+ from his hand
- de su mano
+ de su mano
-
+ %1 puts %2%3 into her graveyard.%1 pone %2%3 en su cementerio.
-
+ %1 puts %2%3 into his graveyard.%1 pone %2%3 en su cementerio.
-
+ %1 moves %2%3 to her hand.%1 mueve %2%3 a su mano.
-
+ %1 moves %2%3 to his hand.%1 mueve %2%3 a su mano.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 female
- %1 anexa %2 a el %4 de %3.
+ %1 anexa %2 a %4 de %3.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 male
- %1 anexa %2 a el %4 de %3.
+ %1 anexa %2 a %4 de %3.
-
+ %1 attaches %2 to %3's %4.p1 male, p2 female
- %1 anexa %2 a el %4 de %3.
+ %1 anexa %2 a %4 de %3.
-
+ %1 attaches %2 to %3's %4.p1 male, p2 male
- %1 anexa %2 a el %4 de %3.
+ %1 anexa %2 a %4 de %3.
-
+ %1 places %2 %3 counter(s) on %4 (now %5).female%1 coloca %2 %3 contador(es) en %4 (ahora %5).
-
+ %1 places %2 %3 counter(s) on %4 (now %5).male%1 coloca %2 %3 contador(es) en %4 (ahora %5).
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).female%1 quita %2 %3 contador(es) de %4 (ahora %5).
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).male%1 quita %2 %3 contador(es) de %4 (ahora %5).
-
+ %1 is looking at the top %2 card(s) %3.female%1 está mirando las %2 primera(s) carta(s) %3.
-
+ %1 is looking at the top %2 card(s) %3.male%1 está mirando las %2 primera(s) carta(s) %3.
-
+ upkeep steppaso de mantenimiento
-
+ draw steppaso de robar
-
+ first main phaseprimera fase principal
-
+ beginning of combat steppaso de inicio de combate
-
+ declare attackers steppaso de declarar atacantes
-
+ declare blockers steppaso de declarar bloqueadores
-
+ combat damage steppaso de daño de combate
-
+ end of combat steppaso de fin de combate
-
+ second main phasesegunda fase principal
-
+ It is now the %1.Ahora es el %1.
@@ -3591,74 +3685,79 @@ You need to provide the activation token received in the activation email
MessagesSettingsPage
-
+ Chat settingsPreferencias de Chat
-
+ Custom alert words
-
+ Palabras de alerta personalizadas
-
+ Enable chat mentionsHabilitar las menciones en el chat
-
+ Enable mention completer
-
+ Habilitar completado de menciones
-
+ In-game message macrosMacros para mensajes durante la partida
-
+ Ignore chat room messages sent by unregistered users
-
+ Ignorar mensajes de sala de usuarios sin registrar
-
+ Ignore private messages sent by unregistered users
-
+ Ignorar mensajes privados de usuarios sin registrar
-
+ Enable desktop notifications for private messages
-
+ Habilitar notificaciones de escritorio para los mensajes privados
-
+
+ Enable desktop notification for mentions
+ Habilitar notificaciones de escritorio para menciones
+
+
+
+ Enable room message history on join
+ Habilitar historial de mensajes de sala al unirse
+
+
+ Separate words with a space, alphanumeric characters only
-
+ Separa las palabras con un espacio, solo caracteres alfanuméricos
-
-
+
+ Invert text colorInvertir el color del texto
-
- Enable desktop notification for mentions.
- Activar notificaciones de escritorio para las menciones.
-
-
-
-
+
+ (Color is hexadecimal)(El color es hexadecimal)
-
+ Add messageAñadir mensaje
-
+ Message:Mensaje:
@@ -3741,12 +3840,12 @@ You need to provide the activation token received in the activation email
&View graveyard
- Ver &Cementerio
+ Ver &cementerio&View sideboard
- Ver &sideboard
+ Ver banquillo (&S)
@@ -3787,7 +3886,7 @@ You need to provide the activation token received in the activation email
&Sideboard
- &Reserva
+ Banquillo (&S)
@@ -3885,7 +3984,7 @@ You need to provide the activation token received in the activation email
C&reate another token
- C&rea otra ficha
+ C&rear otra ficha
@@ -3895,7 +3994,7 @@ You need to provide the activation token received in the activation email
&Move hand to...
- &Mover a
+ &Mover mano a...
@@ -3903,7 +4002,7 @@ You need to provide the activation token received in the activation email
&Top of library
- &parte superior de la biblioteca
+ &Parte superior de la biblioteca
@@ -3911,7 +4010,7 @@ You need to provide the activation token received in the activation email
&Bottom of library
- &fondo de la biblioteca
+ &Fondo de la biblioteca
@@ -4102,7 +4201,7 @@ You need to provide the activation token received in the activation email
-
+ Number:Número:
@@ -4127,32 +4226,33 @@ You need to provide the activation token received in the activation emailNúmero de caras:
-
+ Set power/toughnessEstablecer fuerza/resistencia
-
+ Please enter the new PT:Por favor, introduzca la nueva F/R:
-
+ Set annotationEscribir anotación
-
+ Please enter the new annotation:Por favor, introduza la nueva anotación:
-
+ Set countersEstablecer contadores
-
+
+ Cr&eate related cardCr&ear carta relacionada
@@ -4160,37 +4260,37 @@ You need to provide the activation token received in the activation email
QMenuBar
-
+ ServicesServicios
-
+ Hide %1Ocultar %1
-
+ Hide OthersOcultar otros
-
+ Show AllMostrar todo
-
+ Preferences...Preferencias...
-
+ Quit %1Salir %1
-
+ About %1Sobre %1
@@ -4198,14 +4298,14 @@ You need to provide the activation token received in the activation email
QObject
-
+ Cockatrice replays (*.cor)
- Replays de Cockatrice (*.cor)
+ Repeticiones de Cockatrice (*.cor)
- Common deck formats (*.cod *.dec *.mwDeck)
- Formatos de mazo comunes (*.cod *.dec *.mwDeck)
+ Common deck formats (*.cod *.dec *.txt *.mwDeck)
+ Formatos comunes de mazo (*.cod *.dec *.txt *.mwDeck)
@@ -4261,7 +4361,7 @@ You need to provide the activation token received in the activation email
Duration (sec)
- Duración (sec)
+ Duración (seg.)
@@ -4289,7 +4389,7 @@ You need to provide the activation token received in the activation email
Permissions
-
+ Permisos
@@ -4301,29 +4401,13 @@ You need to provide the activation token received in the activation emailGames
Partidas
-
-
-
- Error
-
-
-
-
- You do not have the proper permission to join this room.
-
-
-
-
- Failed to join the room due to an unknown error.
-
- SequenceEdit
-
+ Shortcut already in use
-
+ El atajo de teclado ya está en uso
@@ -4336,12 +4420,12 @@ You need to provide the activation token received in the activation email
Set type
- Configurar tipo
+ Tipo de setSet code
- Configurar código
+ Código de set
@@ -4354,17 +4438,40 @@ You need to provide the activation token received in the activation emailFecha de lanzamiento
+
+ ShortcutsTab
+
+
+ Restore all default shortcuts
+ Restablecer los atajos predeterminados
+
+
+
+ Do you really want to restore all default shortcuts?
+ ¿Realmente quieres restablecer los atajos predeterminados?
+
+
+
+ Clear all default shortcuts
+ Limpiar todos los atajos predeterminados
+
+
+
+ Do you really want to clear all shortcuts?
+ ¿Realmente quieres limpiar los atajos predeterminados?
+
+ShutdownDialog&Reason for shutdown:
- &Motivo para la desconexión:
+ &Motivo para el apagado:&Time until shutdown (minutes):
- &Tiempo hasta la desconexión (minutos):
+ &Tiempo hasta el apagado (minutos):
@@ -4375,37 +4482,32 @@ You need to provide the activation token received in the activation email
SoundSettingsPage
-
- Choose path
- Elegir ubicación
-
-
-
+ Enable &soundsActivar &sonidos
-
- Path to sounds directory:
- Ubicación de la carpeta de sonidos:
+
+ Current sounds theme:
+ Tema de sonidos actual:
-
+ Test system sound engineProbar el audio del sistema
-
+ Sound settings
- Herramientas de sonido
+ Preferencias de sonido
-
+ Master volume requires QT5El volumen maestro necesita QT5
-
+ Master volumeVolumen maestro
@@ -4413,42 +4515,42 @@ You need to provide the activation token received in the activation email
TabAdmin
-
+ Update server &messageActualizar &mensaje del servidor
-
+ &Shut down server&Apagar servidor
-
+ &Reload configurationVolver a carga&r la configuración
-
+ Server administration functionsFunciones de administración del servidor
-
+ &Unlock functions&Desbloquear funciones
-
+ &Lock functions&Bloquear funciones
-
+ Unlock administration functionsDesbloquear funciones de administración
-
+ Do you really want to unlock the administration functions?¿Realmente quieres desbloquear las funciones de administración?
@@ -4461,221 +4563,228 @@ You need to provide the activation token received in the activation email
TabDeckEditor
-
+ &Print deck...Im&primir mazo...
-
+ &Close&Cerrar
-
+ &Edit sets...&Editar ediciones...
-
+
+ FiltersFiltros
-
+ &Clear all filters&Limpiar filtros
-
+ Delete selectedBorrar seleccionado
-
+ Deck &name:&Nombre del mazo:
-
+ &Comments:&Comentarios:
-
+ Hash:Hash:
-
+ &New deck&Nuevo mazo
-
+ &Load deck...&Cargar mazo...
-
+ &Save deck&Guardar mazo
-
+ Save deck &as...Guardar mazo &como...
-
+ Load deck from cl&ipboard...Cargar mazo del &portapapeles...
-
+ Save deck to clip&boardGuardar mazo al p&ortapales
-
+ &Analyze deck on deckstats.netA&nalizar mazo en deckstats.net
-
+ Open custom image folderAbrir carpeta de imágenes personalizadas
-
+ Open custom sets folder
-
+ Abrir carpeta de ediciones personalizadas
-
+ Add card to &maindeckAñadir carta al &mazo principal
-
+ Add card to &sideboard
- Añadir carta a la &reserva
+ Añadir carta al banquillo (&S)
-
+ &Deck Editor&Editor de mazos
-
+ C&ard DatabaseBase de datos de c&artas
-
- Show/Hide card information
-
-
-
-
- Show/Hide deck
-
-
-
-
- Show/Hide filters
-
-
-
-
+ Reset layout
-
+ Reinicializar la disposición
-
+
+ Card Info
-
+ Información de la carta
-
+
+ Deck
-
+ Mazo
-
+ WelcomeBienvenido/a
-
+ Hi! It seems like you're running this version of Cockatrice for the first time.
All the sets in the card database have been enabled.
Read more about changing the set order or disabling specific sets and consequent effects in the "Edit Sets" window.¡Hola! Parece que es la primera vez que ejecutas esta versión de Cockatrice. Todos los sets de la base de datos de cartas han sido habilitados. Puedes leer más sobre cambiar el orden de los sets o deshabilitar sets específicos en la ventana "Editar sets".
-
+ &Remove row&Eliminar columna
-
+ &Increment number&Incrementar número
-
+ &Decrement number&Decrementar número
-
+ Edit &tokens...Editar &fichas...
-
+
+ &View
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+ Floating
+
+
+
+ Deck: %1Mazo: %1
-
+ Are you sure?¿Estás seguro?
-
+ The decklist has been modified.
Do you want to save the changes?La lista del mazo ha sido modificada
¿Deseas guardar los cambios?
-
+ Load deckCargar mazo
-
-
-
+
+
+ ErrorError
-
+ The deck could not be saved.
- El mazo no puede ser guardado.
+ El mazo no pudo ser guardado.
-
-
+
+ The deck could not be saved.
Please check that the directory is writable and try again.
- El mazo no puede ser guardado
-Por favor, compruebe que tiene permisos de escritura en el directorio e intentelo de nuevo.
+ El mazo no pudo ser guardado
+Por favor, comprueba que tienes permisos de escritura en el directorio e inténtalo de nuevo.
-
+ Save deckGuardar mazo
@@ -4683,84 +4792,84 @@ Por favor, compruebe que tiene permisos de escritura en el directorio e intentel
TabDeckStorage
-
+ Local file systemSistema de archivos local
-
+ Server deck storageAlmacen de mazos del servidor
-
-
+
+ Open in deck editorAbrir en el editor de mazos
-
+ Upload deckSubir mazo
-
+ Download deckDescargar mazo
-
-
+
+ New folderNueva carpeta
-
-
+
+ DeleteBorrar
-
+ Enter deck nameIntroduzca el nombre del mazo
-
+ This decklist does not have a name.
Please enter a name:Esta lista de mazo no tiene un nombre.
-Por favor, introduzca un nombre:
+Por favor, introduce un nombre:
-
+ Unnamed deckMazo sin nombre
-
+ Delete local fileBorrar fichero local
-
-
-
+
+
+ Are you sure you want to delete "%1"?¿Estás seguro de que quieres borrar "%1"?
-
+ Name of new folder:Nombre de la nueva carpeta:
-
+ Delete remote folderBorrar carpeta remota
-
+ Delete remote deckBorrar mazo remoto
@@ -4773,135 +4882,344 @@ Por favor, introduzca un nombre:
TabGame
-
+
+
+ Card Info
+
+
+
+
+
+ Player List
+
+
+
+
+
+ Messages
+
+
+
+
+
+ Replay Timeline
+
+
+
+ &Phases&Fases
-
+ &Game&Partida
-
+ Next &phasePróxima &fase
-
+ Next &turnPróximo &turno
-
+ &Remove all local arrows&Retirar todas las flechas locales
-
+ Rotate View Cl&ockwiseGirar en sentido horario
-
+ Rotate View Co&unterclockwise
- Girar en sentido antih&orario &U
+ Girar en sentido antih&orario (&U)
-
+ Game &information&Información de la partida
-
+ &Concede&Conceder
-
+ &Leave game&Abandonar la partida
-
+ C&lose replay
- &Cerrar replay
+ &Cerrar repetición
-
+ &Say:&Decir:
-
+
+ &View
+
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+
+ Floating
+
+
+
+
+ Reset layout
+
+
+
+ ConcedeConceder
-
+ Are you sure you want to concede this game?¿Estás seguro de que quieres conceder esta partida?
-
+ Leave gameAbandonar la partida
-
+ Are you sure you want to leave this game?¿Estás seguro de que quieres abandonar la partida?
-
+ You are flooding the game. Please wait a couple of seconds.
- Estás saturando el juego. Por favor, espera unos minutos.
+ Estás saturando la partida. Por favor, espera unos minutos.
-
+ You have been kicked out of the game.Has sido expulsado de la partida.
-
+ REPLAY
- RESPONDER
+ REPETICIÓN
+
+
+
+ TabLog
+
+
+ Logs
+ Historial
+
+
+
+
+ Error
+ Error
+
+
+
+ You must select at least one filter.
+ Debes seleccionar como mínimo un filtro.
+
+
+
+ You have to select a valid number of days to locate.
+ Debes seleccionar un número de días válido para buscar.
+
+
+
+ Username:
+ Nombre de usuario:
+
+
+
+ IP Address:
+ Dirección IP:
+
+
+
+ Game Name:
+ Nombre de partida:
+
+
+
+ GameID:
+ ID de partida:
+
+
+
+ Message:
+ Mensaje:
+
+
+
+ Main Room
+ Sala Principal
+
+
+
+ Game Room
+ Sala de Partida
+
+
+
+ Private Chat
+ Chat privado
+
+
+
+ Past X Days:
+ Pasados X días:
+
+
+
+ Today
+ Hoy
+
+
+
+ Last Hour
+ Última hora
+
+
+
+ Maximum Results:
+ Resultados máximos:
+
+
+
+ At least one filter is required.
+The more information you put in, the more specific your results will be.
+ Se requiere un filtro como mínimo.
+Cuando más información introduzcas, más específicos serán los resultados.
+
+
+
+ Get User Logs
+ Ver registros de usuario
+
+
+
+ Clear Filters
+ Borrar filtros
+
+
+
+ Filters
+ Filtros
+
+
+
+ Log Locations
+ Localización de registro.
+
+
+
+ Date Range
+ Alcance de fecha
+
+
+
+ Maximum Results
+ Resultados máximos
+
+
+
+ Room Logs
+ Registros de sala
+
+
+
+
+
+ Time;SenderName;SenderIP;Message;TargetID;TargetName
+ Time;SenderName;SenderIP;Message;TargetID;TargetName
+
+
+
+ Game Logs
+ Registros de partidas
+
+
+
+ Chat Logs
+ Registros de chat
+
+
+
+
+ Message History
+ Historial de mensajes
+
+
+
+ There are no messages for the selected filters.
+ No hay mensajes con los filtros seleccionados
+
+
+
+ Failed to collect message history information.
+ Error al recopilar información del historial de mensajes.TabMessage
-
+ Private &chat&Chat privado
-
+ &Leave&Cerrar
-
+ %1 - Private chat%1 - Chat privado
-
+ This user is ignoring you.Este usuario está ignorandote.
-
+ Private message from
- Mensaje privado de
+ Mensaje privado de
-
+ %1 has left the server.%1 ha abandonado el servidor.
-
+ %1 has joined the server.%1 se ha unido al servidor.
@@ -4909,56 +5227,56 @@ Por favor, introduzca un nombre:
TabReplays
-
+ Local file systemSistema de archivos local
-
-
- Server replay storage
- Almacen de replays del servidor
-
-
-
-
- Watch replay
- Ver replay
-
+ Server replay storage
+ Almacén de repeticiones del servidor
+
+
+
+ Watch replay
+ Ver repetición
+
+
+
+ DeleteBorrar
-
+ Download replay
- Descargar replay
+ Descargar repetición
-
+ Toggle expiration lock
- Establecer expiración del bloqueo
+ Alternar expiración del bloqueo
-
+ Delete local fileBorrar fichero local
-
+ Are you sure you want to delete "%1"?¿Estás seguro de que quieres borrar "%1"?
-
+ Delete remote replay
- Borrar replay remoto
+ Borrar repetición remota
-
+ Are you sure you want to delete the replay of game %1?
- ¿Estás seguro de que quieres borar el replay de la partida %1?
+ ¿Estás seguro de que quieres borrar la repetición de la partida %1?
@@ -4969,91 +5287,131 @@ Por favor, introduzca un nombre:
TabRoom
-
+ &Say:&Decir:
-
+ ChatChat
-
+ &Room&Sala
-
+ &Leave room&Dejar sala
-
+ &Clear chat&Limpiar chat
-
+ Chat Settings...
- Herramientas del Chat...
+ Preferencias del Chat...
-
+ mentioned you.
- te ha mencionado.
+ te ha mencionado.
-
+ Click to viewClick para ver
-
+ You are flooding the chat. Please wait a couple of seconds.
- Estás floodeando el chat. Por favor, espera unos segundos.
+ Estás saturando el chat. Por favor, espera unos segundos.TabServer
-
+ ServerServidor
+
+
+
+
+
+ Error
+ Error
+
+
+
+ Failed to join the room: it doesn't exists on the server.
+ Fallo al unirse a la sala: No existe en este servidor
+
+
+
+ The server thinks you are in the room but Cockatrice is unable to display it. Try restarting Cockatrice.
+ El servidor cree que estás en una sala pero Cockatrice no puede mostrarla. Reinicia Cockatrice
+
+
+
+ You do not have the required permission to join this room.
+ No tienes los permisos necesarios para unirte a esta sala.
+
+
+
+ Failed to join the room due to an unknown error: %1.
+ Fallo al unirse a la sala debido a un error desconocido. %1
+ TabSupervisor
-
+ Are you sure?¿Estás seguro?
-
+ There are still open games. Are you sure you want to quit?
- Todavía hay juegos abiertos. ¿Estás seguro/a de que quieres salir?
+ Todavía hay partidas abiertas. ¿Estás seguro/a de que quieres salir?
-
+ Promotion
-
+ Promoción
-
+ You have been promoted to moderator. Please log out and back in for changes to take effect.
-
+ Has sido promocionado a moderador. Por favor cierra la sesión y vuelve a iniciarla para que los cambios surtan efecto.
+
+
+
+ Warned
+ Advertido
+
+
+
+ You have received a warning due to %1.
+Please refrain from engaging in this activity or further actions may be taken against you. If you have any questions, please private message a moderator.
+ Has recibido una advertencia debido a %1
+Por favor, absténgase de realizar de nuevo esta actividad o se tomarán medidas contra usted. Si tiene alguna pregunta, por favor envíe un mensaje privado a un moderador.TabUserLists
-
+ Add to Buddy ListAñadir a la lista de &amigos
-
+ Add to Ignore ListAñadir a la lista de &ignorados
@@ -5066,96 +5424,155 @@ Por favor, introduzca un nombre:
UserContextMenu
-
+ User &details&Detalles del usuario
-
+ Private &chat&Chat privado
-
+ Show this user's &gamesMostrar &partidas de este usuario
-
+ Add to &buddy listAñadir a la lista de &amigos
-
+ Remove from &buddy listQuitar de la lista de &amigos
-
+ Add to &ignore listAñadir a la lista de &ignorados
-
+ Remove from &ignore listQuitar de la lista de &ignorados
-
+ Kick from &gameExpulsar de la &partida
-
+
+ Warn user
+ Usuario advertido
+
+
+
+ View user's war&n history
+ Ver historial de advertencias del usuario
+
+
+ Ban from &serverBanear del &servidor
-
+
+ View user's &ban history
+ Ver historial historial de baneo del usuario.
+
+
+ &Promote user to moderator
-
+ &Promocionar usuario a moderador
-
+ Dem&ote user from moderator
-
+ Degradar usuario de m&oderador
-
+ %1's gamesPartidas de %1
-
-
+
+
+
+ Ban History
+ Historial de baneo
+
+
+
+ Ban Time;Moderator;Ban Length;Ban Reason;Visible Reason
+ Ban Time;Moderator;Ban Length;Ban Reason;Visible Reason
+
+
+
+ User has never been banned.
+ El usuario nunca ha sido baneado
+
+
+
+ Failed to collecting ban information.
+ Error al recopilar informacion de baneos
+
+
+
+
+
+ Warning History
+ Historial de advertencias
+
+
+
+ Warning Time;Moderator;User Name;Reason
+ Warning Time;Moderator;User Name;Reason
+
+
+
+ User has never been warned.
+ El usuario nunca ha sido advertido
+
+
+
+ Failed to collecting warning information.
+ Error al recopilar información de advertencias.
+
+
+
+ Success
-
+ Éxito
-
+ Successfully promoted user.
-
+ Usuario promocionado con éxito.
-
+ Successfully demoted user.
-
+ Usuario degradado con éxito.
-
-
+
+ Failed
-
+ Fallo
-
+ Failed to promote user.
-
+ Fallo al promocionar usuario.
-
+ Failed to demote user.
-
+ Fallo al degradar usuario.
@@ -5289,12 +5706,12 @@ Por favor, introduzca un nombre:
Password changed.
- Su contraseña ha sido cambiada.
+ Tu contraseña ha sido cambiada.This server does not permit you to change your password.
- Este servidor no le permite cambiar su contraseña.
+ Este servidor no permite cambiar tu contraseña.
@@ -5319,48 +5736,48 @@ Por favor, introduzca un nombre:
An error occured while trying to updater your avatar.
- Ocurrió un error mientras se actualizaba su avatar.
+ Ocurrió un error mientras se actualizaba tu avatar.UserInterfaceSettingsPage
-
+ General interface settingsPreferencias generales de la interfaz
-
+ Enable notifications in taskbarHabilitar notificaciones en la barra de tareas
-
+ Notify in the taskbar for game events while you are spectatingNotificar en la barra de tareas los eventos de la partida mientras estás como espectador
-
+ &Double-click cards to play them (instead of single-click)&Doble click en las cartas para jugarlas (en lugar de un solo click)
-
+ &Play all nonlands onto the stack (not the battlefield) by default&Jugar todas las cartas que no sean tierras en la pila (en lugar de en el campo de batalla) por defecto.
-
+ Annotate card text on tokensAnotar en las fichas.
-
+ Animation settings
- Opciones de animación
+ Preferencias de animación
-
+ &Tap/untap animationAnimación de &girar/enderezar
@@ -5368,95 +5785,134 @@ Por favor, introduzca un nombre:
UserList
-
+ Users connected to server: %1Usuarios conectados al servidor: %1
-
+ Users in this room: %1Usuarios en esta sala: %1
-
+ Buddies online: %1 / %2Amigos online: %1 / %2
-
+ Ignored users online: %1 / %2Usuarios ignorados online: %1 / %2
+
+ WarningDialog
+
+
+ Which warning would you like to send?
+ ¿Qué advertencia quieres enviar?
+
+
+
+ &OK
+ &OK
+
+
+
+ &Cancel
+ &Cancelar
+
+
+
+ Warn user for misconduct
+ Usuario advertido por conducta inadecuada
+
+
+
+
+ Error
+ Error
+
+
+
+ User name to send a warning to can not be blank, please specify a user to warn.
+ El nombre de usuario no puede quedarse en blanco, por favor especifique un usuario al que advertir.
+
+
+
+ Warning to use can not be blank, please select a valid warning to send.
+ La advertencia no puede quedarse en blanco, por favor seleccione una advertencia válida.
+
+WndSets
-
+ Enable all setsSeleccionar todos los sets
-
+ Disable all setsDeseleccionar todos los sets
-
+ Move selected set upMover arriba el set seleccionado
-
+ Move selected set to the topMover el set seleccionado al principio
-
+ Move selected set downMover abajo el set seleccionado
-
+ Move selected set to the bottomMover el set seleccionado al final
-
+ hints:consejos:
-
+ Enable the sets that you want to have available in the deck editorSelecciona los sets que quieres tener activos en el editor de mazos
-
+ Move sets around to change their order, or click on a column header to sort sets on that fieldMueve los sets para cambiar el orden o haz click en el encabezado de una columna para ordenar los sets por ese campo
-
+ Sets order decides the source that will be used when loading images for a specific cardEl orden de los sets determina el origen que será usado al cargar las imágenes de una carta específica
-
+ Disabled sets will be used for loading images only if all the enabled sets failed
-
+ Los sets desactivados se usarán para cargar las imágenes solo si los activados fallan
-
+ Edit setsEditar ediciones
-
+ SuccessÉxito
-
+ The sets database has been saved successfully.La base de datos de los sets se ha guardado correctamente.
@@ -5464,581 +5920,596 @@ Por favor, introduzca un nombre:
ZoneViewWidget
-
+ sort by nameordenar por nombre
-
+ sort by typeordenar por tipo
-
+ shuffle when closingbarajar al cerrar
-
+ pile viewvista de la pilashortcutsTab
-
-
- Form
-
-
-
-
- Main Window
-
-
-
-
- Deck editor
-
-
-
-
- Local gameplay
-
-
-
-
- Watch replay
-
-
-
-
- Connect
-
-
-
-
- Register
-
-
-
-
- Full screen
-
-
-
-
- Settings
-
-
-
-
- Check for card updates
-
-
-
-
- Exit
-
-
-
-
- Deck Editor
-
-
-
-
- Analyze deck
-
-
-
-
- Load deck (clipboard)
-
-
-
-
- Clerar all filters
-
-
-
-
- New deck
-
-
-
-
- Clear one filter
-
-
-
-
- Open custom folder
-
-
-
-
- Close
-
-
-
-
- Print deck
-
-
-
-
- Edit sets
-
-
-
-
- Delete card
-
-
- Edit tokens
-
+ Form
+ Formulario
- Reset layout
-
+ Main Window
+ Ventana principal
- Add card
-
+ Deck editor
+ Editor de mazos
- Save deck
-
+ Local gameplay
+ Partida local
- Remove card
-
+ Watch replay
+ Ver repetición
- Save deck as
-
+ Connect
+ Conectar
- Load deck
-
+ Register
+ Registrarse
- Save deck (clipboard)
-
+ Full screen
+ Pantalla completa
-
- Counters
-
+ Settings
+ Preferencias
- Life
-
-
-
-
-
-
-
-
- Set
-
+ Check for card updates
+ Comprobar las actualizaciones de las cartas
-
-
-
- Add
-
+ Exit
+ Salir
-
-
-
- Remove
-
+ Deck Editor
+ Editor de mazos
- Red
-
+ Analyze deck
+ Analizar mazo
+
+
+
+ Load deck (clipboard)
+ Cargar mazo (portapapeles)
+
+
+
+ Clerar all filters
+ Limpiar filtros
+
+
+
+ New deck
+ Nuevo mazo
- Green
-
+ Clear one filter
+ Limpiar un filtro
+
+
+
+ Open custom folder
+ Abrir carpeta personalizada
+
+
+
+ Close
+ Cerrar
+
+
+
+ Print deck
+ Imprimir mazo
- Yellow
-
+ Edit sets
+ Editar ediciones
+
+
+
+ Delete card
+ Eliminar carta
+
+
+
+ Edit tokens
+ Editar fichas
+
+
+
+ Reset layout
+ Reinicializar la disposición
- Mainwindow / Deck editor
-
+ Add card
+ Añadir carta
- Power / toughness
-
+ Save deck
+ Guardar mazo
- Power and toughness
-
+ Remove card
+ Quitar carta
- Add (+1/+1)
-
+ Save deck as
+ Guardar mazo como
- Remove (-1/-1)
-
+ Load deck
+ Cargar mazo
+
+
+
+ Save deck (clipboard)
+ Guardar mazo (portapapeles)
- Toughness
-
+
+ Counters
+ Contadores
- Remove (-0/-1)
-
+ Life
+ Vida
- Add (+0/+1)
-
+
+
+
+
+ Set
+ Establecer
- Power
-
+
+
+
+ Add
+ Añadir
- Remove (-1/-0)
-
+
+
+
+ Remove
+ Quitar
- Add (+1/+0)
-
-
-
-
- Game Phases
-
-
-
-
- Untap
-
-
-
-
- Disconnect
-
-
-
-
- Upkeep
-
+ Red
+ Rojo
-
- Draw
-
-
-
-
- Main 1
-
-
-
-
- Start combat
-
-
-
-
- Attack
-
+ Green
+ Verde
- Block
-
-
-
-
- Damage
-
-
-
-
- End combat
-
-
-
-
- Main 2
-
-
-
-
- End
-
-
-
-
- Next phase
-
-
-
-
- Next turn
-
-
-
-
- Player
-
-
-
-
- Tap Card
-
-
-
-
- Untap Card
-
-
-
-
- Untap all
-
-
-
-
- Toogle untap
-
-
-
-
- Flip card
-
-
-
-
- Peek card
-
-
-
-
- Play card
-
-
-
-
- Attach card
-
-
-
-
- Unattach card
-
-
-
-
- Clone card
-
-
-
-
- Create token
-
-
-
-
- Create another token
-
-
-
-
- Set annotation
-
-
-
-
- Phases / P/T / Player
-
-
-
-
- Move card to
-
-
-
-
- Bottom library
-
-
-
-
- Top library
-
-
-
-
-
- Graveyard
-
-
-
-
-
- Exile
-
-
-
-
- Hand
-
-
-
-
- View
-
+ Yellow
+ Amarillo
- Library
-
-
-
-
- Tops card of library
-
-
-
-
- Sideboard
-
-
-
-
- Close recent view
-
-
-
-
- Pre-play
-
-
-
-
- Load remote deck
-
-
-
-
- Load local deck
-
-
-
-
- Game play
-
-
-
-
- Draw arrow
-
-
-
-
- Leave game
-
-
-
-
- Remove local arrows
-
-
-
-
- Concede
-
-
-
-
- Roll dice
-
+ Playing Area
+ Area de juego
- Rotate view CW
-
+ Phases | P/T | Playing Area
+ Fases | F/R | Área de juego
+
+
+
+ Game Lobby
+ Vestíbulo de juego
+
+
+
+ Gameplay
+ Gameplay
+
+
+
+ Draw | Move | View | Gameplay
+ Robar | Mover | Ver | Gameplay
+
+
+
+ How to set custom shortcuts
+ Como fijar atajos personalizados
+
+
+
+ Restore all default shortcuts
+ Restaurar atajos por defecto
+
+
+
+ Clear all shortcuts
+ Limpiar todos los atajos
+
+
+
+ Add (+1/+1)
+ Añadir (+1/+1)
+
+
+
+ Remove (-1/-1)
+ Quitar (-1/-1)
+
+
+
+ Toughness
+ Resistencia
+
+
+
+ Remove (-0/-1)
+ Quitar (-0/-1)
+
+
+
+ Add (+0/+1)
+ Añadir (+0/+1)
+
+
+
+ Power
+ Fuerza
+
+
+
+ Remove (-1/-0)
+ Quitar (-1/-0)
+
+
+
+ Add (+1/+0)
+ Añadir (+1/+0)
+
+
+
+ Game Phases
+ Fases del juego
+
+
+
+ Untap
+ Enderezar
+
+
+
+ Disconnect
+ Desconectar
+
+
+
+ Main Window | Deck Editor
+ Ventana principal / Editor de mazos
+
+
+
+ Power / Toughness
+ Fuerza / Resistencia
+
+
+
+ Power and Toughness
+ Fuerza y resistencia
+
+
+
+ Upkeep
+ Mantenimiento
+
+
+
+
+ Draw
+ Robo
+
+
+
+ Main 1
+ Principal 1
+
+
+
+ Start combat
+ Inicio del combate
+
+
+
+ Attack
+ Ataque
+
+
+
+ Block
+ Bloqueo
+
+
+
+ Damage
+ Daño
+
+
+
+ End combat
+ Final del combate
+
+
+
+ Main 2
+ Principal 2
+
+
+
+ End
+ Final
+
+
+
+ Next phase
+ Próxima fase
+
+
+
+ Next turn
+ Próximo turno
+
+
+
+ Tap Card
+ Girar Carta
+
+
+
+ Untap Card
+ Enderezar Carta
+
+
+
+ Untap all
+ Enderezar todas
+
+
+
+ Toogle untap
+ Alternar enderezamiento
+
+
+
+ Flip card
+ Voltear carta
+
+
+
+ Peek card
+ Ojear carta
+
+
+
+ Play card
+ Jugar carta
+
+
+
+ Attach card
+ Anexar carta
+
+
+
+ Unattach card
+ Desanexar carta
+
+
+
+ Clone card
+ Clonar carta
+
+
+
+ Create token
+ Crear ficha
+
+
+
+ Create another token
+ Crear otra ficha
+
+
+
+ Set annotation
+ Escribir anotación
- Shuffle library
-
+ Move card to
+ Mover carta a
- Rotate view CCW
-
+ Bottom library
+ Fondo de la biblioteca
+
+
+
+ Top library
+ Parte superior de la biblioteca
- Mulligan
-
+
+ Graveyard
+ Cementerio
- Draw card
-
+
+ Exile
+ Exilio
- Draw cards
-
+ Hand
+ Mano
- Undo draw
-
-
-
-
- Always reveal top card
-
+ View
+ Ver
- Draw / Move / View / Game play
-
+ Library
+ Biblioteca
+
+
+
+ Tops card of library
+ Cartas de la parte superior de la biblioteca
+
+
+
+ Sideboard
+ Banquillo
+
+
+
+ Close recent view
+ Cerrar vista reciente
+
+
+
+ Load remote deck
+ Cargar mazo remoto
+
+
+
+ Load local deck
+ Cargar mazo local
+
+
+
+ Draw arrow
+ Dibujar flecha
+
+
+
+ Leave game
+ Abandonar la partida
+
+
+
+ Remove local arrows
+ Retirar todas las flechas locales
+
+
+
+ Concede
+ Conceder
+
+
+
+ Roll dice
+ Lanzar dados
+
+
+
+ Rotate view CW
+ Girar vista en sentido horario
+
+
+
+ Shuffle library
+ Barajar biblioteca
+
+
+
+ Rotate view CCW
+ Girar vista en sentido antihorario
+
+
+
+ Mulligan
+ Mulligan
+
+
+
+ Draw card
+ Robar carta
+
+
+
+ Draw cards
+ Robar cartas
+
+
+
+ Undo draw
+ Deshacer último robo
+
+
+
+ Always reveal top card
+ Siempre revelar la carta superior
\ No newline at end of file
diff --git a/cockatrice/translations/cockatrice_et.ts b/cockatrice/translations/cockatrice_et.ts
index e2699d21a..1e909e512 100644
--- a/cockatrice/translations/cockatrice_et.ts
+++ b/cockatrice/translations/cockatrice_et.ts
@@ -20,57 +20,57 @@
AppearanceSettingsPage
-
+ Theme settings
-
+ Current theme:
-
+ Card rendering
-
+ Display card names on cards having a pictureKuva piltidega kaartidel kaardi nimi
-
+ Scale cards on mouse over
-
+ Hand layoutKäe välimus
-
+ Display hand horizontally (wastes space)Kuva käsi horisontaalselt (raiskab ruumi)
-
+ Enable left justification
-
+ Table grid layout
-
+ Invert vertical coordinate
-
+ Minimum player count for multi-column layout:
@@ -78,107 +78,107 @@
BanDialog
-
+ ban &user nameblokeeri &kasutajanimi
-
+ ban &IP addressblokeeri &IP-aadress
-
+ ban client I&D
-
+ Ban typeBlokeerimise tüüp
-
+ &permanent ban&igavene blokeering
-
+ &temporary ban&ajutine blokeering
-
+ &Days:&Päeva:
-
+ &Hours:&Tundi:
-
+ &Minutes:&Minutit
-
+ Duration of the banBlokeerimise kestvus
-
+ Please enter the reason for the ban.
This is only saved for moderators and cannot be seen by the banned person.Palun sisestage blokeerimise põhjus.
See on mõeldud ainult moderaatoritele ja blokeeritav isik seda ei näe.
-
+ Please enter the reason for the ban that will be visible to the banned person.Palun sisestage blokeerimise põhjus, mis on nähtav blokeeritavale.
-
+ &OK&OK
-
+ &Cancel&Tühista
-
+ Ban user from serverBlokeeri kasutaja serverist
-
-
-
-
+
+
+
+ ErrorViga
-
+ You have to select a name-based, IP-based, clientId based, or some combination of the three to place a ban.
-
+ You must have a value in the name ban when selecting the name ban checkbox.
-
+ You must have a value in the ip ban when selecting the ip ban checkbox.
-
+ You must have a value in the clientid ban when selecting the clientid ban checkbox.
@@ -186,12 +186,12 @@ See on mõeldud ainult moderaatoritele ja blokeeritav isik seda ei näe.
CardDatabase
-
+ New sets found
-
+ %1 new set(s) have been found in the card database. Do you want to enable them?
@@ -199,27 +199,27 @@ See on mõeldud ainult moderaatoritele ja blokeeritav isik seda ei näe.
CardDatabaseModel
-
+ NameNimi
-
+ Sets
-
+ Mana cost
-
+ Card typeKaardi tüüp
-
+ P/TP/T
@@ -278,47 +278,47 @@ See on mõeldud ainult moderaatoritele ja blokeeritav isik seda ei näe.
CardInfoWidget
-
+ Show card onlyKuva ainult kaart
-
+ Show text onlyKuva ainult tekst
-
+ Show full infoKuva kogu info
-
+ Name:Nimi:
-
+ Mana cost:
-
+ Color(s):
-
+ Card type:Kaardi tüüp:
-
+ P / T:P / T:
-
+ Loyalty:Hinnang:
@@ -582,12 +582,12 @@ See on mõeldud ainult moderaatoritele ja blokeeritav isik seda ei näe.
DeckEditorSettingsPage
-
+ Nothing is here... yet
-
+ GeneralÜldine
@@ -627,42 +627,42 @@ See on mõeldud ainult moderaatoritele ja blokeeritav isik seda ei näe.
DeckViewContainer
-
+ Load local deck
-
+ Load deck from server
-
+ Ready to s&tartValmis a&lustama
-
+ S&ideboard unlocked
-
+ S&ideboard locked
-
+ Load deck
-
+ ErrorViga
-
+ The selected file could not be loaded.Valitud faili ei suudetud laadida.
@@ -708,55 +708,65 @@ See on mõeldud ainult moderaatoritele ja blokeeritav isik seda ei näe.
DlgConnect
-
+ Previous Host
-
+ New Host
-
+ &Host:
-
+ Enter host name
-
+ &Port:&Port:
-
+ Player &name:Mängija &nimi:
-
+ P&assword:P&arool:
-
+ &Save password&Salvesta parool
-
+ A&uto connect at startÜ&hendu käivitumisel automaatselt
-
+ Connect to serverÜhenda serveriga
+
+
+ Connect Warning
+
+
+
+
+ The player name can't be empty.
+
+ DlgCreateGame
@@ -826,27 +836,27 @@ See on mõeldud ainult moderaatoritele ja blokeeritav isik seda ei näe.
-
+ &Clear
-
+ Create gameLoo mäng
-
+ Game informationMängu info
-
+ ErrorViga
-
+ Server error.Serveri viga.
@@ -1306,6 +1316,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
+ Registration Warning
@@ -1319,6 +1330,11 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Your email addresses do not match, please try again.
+
+
+ The player name can't be empty.
+
+ Country:
@@ -1338,19 +1354,19 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
DlgSettings
-
-
-
+
+
+ Error
-
+ Unknown Error loading card database
-
+ Your card database is invalid.
Cockatrice may not function correctly with an invalid database
@@ -1361,7 +1377,7 @@ Would you like to change your database location setting?
-
+ Your card database version is too old.
This can cause problems loading card information or images
@@ -1372,21 +1388,21 @@ Would you like to change your database location setting?
-
+ File Error loading your card database.
Would you like to change your database location setting?
-
+ Your card database was loaded but contains no cards.
Would you like to change your database location setting?
-
+ Your card database did not finish loading
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your cards.xml attached
@@ -1395,7 +1411,7 @@ Would you like to change your database location setting?
-
+ Unknown card database load status
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues
@@ -1404,56 +1420,91 @@ Would you like to change your database location setting?
-
+ The path to your deck directory is invalid. Would you like to go back and set the correct path?
-
+ The path to your card pictures directory is invalid. Would you like to go back and set the correct path?
-
+ Settings
-
+ General
-
+ Appearance
-
+ User Interface
-
+ Deck Editor
-
+ Chat
-
+ Sound
-
+ Shortcuts
+
+ DlgUpdate
+
+
+ Error
+
+
+
+
+ Cockatrice was not built with SSL support, so cannot download updates! Please visit the download page and update manually.
+
+
+
+
+ Your version of Cockatrice is out of date, but there are no packages available for your operating system. You may have to use a developer build or build from source yourself. Please visit the download page.
+
+
+
+
+ Cockatrice Update
+
+
+
+
+ Your version of Cockatrice is up to date.
+
+
+
+
+
+
+ Update Error
+
+
+GameSelector
@@ -1667,112 +1718,118 @@ Would you like to change your database location setting?
GeneralSettingsPage
-
+ Reset/Clear Downloaded Pictures
-
-
-
-
-
+
+
+
+
+ Choose path
-
+ Success
-
+ Downloaded card pictures have been reset.
-
+ Error
-
+ One or more downloaded card pictures could not be cleared.
-
+ Personal settings
-
+ Language:
-
+ Download card pictures on the fly
-
- Download card pictures from a custom URL
+
+ Primary download URL:
-
- Custom Card Download URL:
+
+ Fallback download URL:
-
- Linking FAQ
+
+
+ Reset
-
+
+ How to set a custom picture url
+
+
+
+ Notify when new client features are available
-
+ Paths
-
+ Decks directory:
-
+ Replays directory:
-
+ Pictures directory:
-
+ Card database:
-
+ Token database:
-
+ Picture cache size:
-
+ EnglishEesti Keel (Estonian)
@@ -1780,543 +1837,553 @@ Would you like to change your database location setting?
MainWindow
-
+ There are too many concurrent connections from your address.
-
+ Scheduled server shutdown.
-
+ Banned by moderator
-
+ Expected end time: %1
-
+ This ban lasts indefinitely.
-
+ Connection closed
-
+ The server has terminated your connection.
Reason: %1
-
+ Scheduled server shutdown
-
+ The server is going to be restarted in %n minute(s).
All running games will be lost.
Reason for shutdown: %1
-
+ Number of players
-
+ Please enter the number of players.
-
+ Player %1
-
+ Load replay
-
+ About Cockatrice
-
+ Version %1
-
+ Translators:
-
+ Project Manager:
-
+ The server has reached its maximum user capacity, please check back later.
-
-
+
+ Invalid username.
-
+ You have been logged out due to logging in at another location.
-
-
+
+ Success
-
+ Registration accepted.
Will now login.
-
+ Account activation accepted.
Will now login.
-
-
- Past Project Managers:
-
-
-
-
- Developers:
-
-
-
-
- Our Developers
-
-
-
-
- Help Develop!
-
-
- Recognition Page
-
-
-
-
- Help Translate!
+ Cockatrice Webpage
- Support:
+ Past Project Managers:
+ Developers:
+
+
+
+
+ Our Developers
+
+
+
+
+ Help Develop!
+
+
+
+
+ Recognition Page
+
+
+
+
+ Help Translate!
+
+
+
+
+ Support:
+
+
+
+ Report an Issue
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Error
-
+ Server timeout
-
+ Failed Login
-
+ Your client does not support features that the server requires, please update your client and try again.
-
+ Incorrect username or password. Please check your authentication information and try again.
-
+ There is already an active session using this user name.
Please close that session first and re-login.
-
-
+
+ You are banned until %1.
-
-
+
+ You are banned indefinitely.
-
+ This server requires user registration. Do you want to register now?
-
+ This server requires client ID's. Your client is either failing to generate an ID or you are running a modified client.
Please close and reopen your client to try again.
-
+ An internal error has occurred, please try closing and reopening your client and try again. If the error persists try updating your client to the most recent build and if need be contact your software provider.
-
+ Account activation
-
+ Unknown login error: %1
-
-
+
+
This usually means that your client version is out of date, and the server sent a reply your client doesn't understand.
-
+ Your username must respect these rules:
-
+ is %1 - %2 characters long
-
+ can %1 contain lowercase characters
-
-
-
+
+
+ NOT
-
+ can %1 contain uppercase characters
-
+ can %1 contain numeric characters
-
+ can contain the following punctuation: %1
-
+ first character can %1 be a punctuation mark
-
+ You may only use A-Z, a-z, 0-9, _, ., and - in your username.
-
-
-
-
-
+
+
+
+
+ Registration denied
-
+ Registration is currently disabled on this server
-
+ There is already an existing account with the same user name.
-
+ It's mandatory to specify a valid email address when registering.
-
+ Too many registration attempts from your IP address.
-
+ Password too short.
-
+ Registration failed for a technical problem on the server.
-
+ Unknown registration error: %1
-
+ Account activation failed
-
+ Socket error: %1
-
+ You are trying to connect to an obsolete server. Please downgrade your Cockatrice version or connect to a suitable server.
Local version is %1, remote version is %2.
-
+ Your Cockatrice client is obsolete. Please update your Cockatrice version.
Local version is %1, remote version is %2.
-
+ Connecting to %1...
-
+ Registering to %1 as %2...
-
+ Disconnected
-
+ Connected, logging in at %1
-
+ &Connect...
-
+ &Disconnect
-
+ Start &local game...
-
+ &Watch replay...
-
+ &Deck editor
-
+ &Full screen
-
+ &Register to server...
-
+ &Settings...
-
-
+
+ &Exit
-
+ A&ctions
-
+ &Cockatrice
-
+ &About Cockatrice
-
+
+ &Update Cockatrice
+
+
+
+ &Help
-
+ Check for card updates...
-
+ A card database update is already running.
-
+ Unable to run the card database updater:
-
+ The card database updater exited with an error: %1
-
+ Update completed successfully. Cockatrice will now reload the card database.
-
+ Your client appears to be missing features that the server supports.
This usually means that your client version is out of date, please check to see if there is a new client available for download.
-
-
-
+
+
+ Information
-
+ Troubleshooting
-
+ F.A.Q.
-
+ Your account has not been activated yet.
You need to provide the activation token received in the activation email
-
+ failed to start.
-
+ crashed.
-
+ timed out.
-
+ write error.
-
+ read error.
-
+ unknown error.
@@ -2324,17 +2391,17 @@ You need to provide the activation token received in the activation email
MessageLogWidget
-
+ The game has been closed.
-
+ %1 is now watching the game.
-
+ %1 is not watching the game any more.
@@ -2382,136 +2449,136 @@ You need to provide the activation token received in the activation email
-
+ %1 has left the game.female
-
+ %1 has left the game.male
-
+ You have been kicked out of the game.
-
+ %1 has loaded a deck (%2).
-
+ %1 has loaded a deck with %2 sideboard cards (%3).
-
+ %1 is ready to start the game.female
-
+ %1 is ready to start the game.male
-
+ %1 is not ready to start the game any more.female
-
+ %1 is not ready to start the game any more.male
-
+ %1 has locked her sideboard.female
-
+ %1 has locked his sideboard.male
-
+ %1 has unlocked her sideboard.female
-
+ %1 has unlocked his sideboard.male
-
+ %1 has conceded the game.female
-
+ %1 has conceded the game.male
-
-
- %1 has restored connection to the game.
- female
-
-
-
-
- %1 has restored connection to the game.
- male
-
-
- %1 has lost connection to the game.
+ %1 has restored connection to the game.female
+ %1 has restored connection to the game.
+ male
+
+
+
+
+ %1 has lost connection to the game.
+ female
+
+
+
+ %1 has lost connection to the game.male
-
+ %1 shuffles %2.female
-
+ %1 shuffles %2.male
-
+ %1 rolls a %2 with a %3-sided die.female
-
+ %1 rolls a %2 with a %3-sided die.male
@@ -2533,464 +2600,486 @@ You need to provide the activation token received in the activation email
-
+ %1 undoes his last draw.
-
+ %1 undoes her last draw.
-
+ %1 undoes his last draw (%2).
-
+ %1 undoes her last draw (%2).
-
+ from exile
-
+ the bottom card of %1's library
-
+ the bottom card of his library
-
+ the bottom card of her library
-
+ from the bottom of %1's library
-
+ from the bottom of his library
-
+ from the bottom of her library
-
+ the top card of %1's library
-
+
+ Heads (1)
+
+
+
+
+ Tails (2)
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ female
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ male
+
+
+
+ the top card of his library
-
+ the top card of her library
-
+ from the top of %1's library
-
+ from the top of his library
-
+ from the top of her library
-
+ from %1's library
-
+ from library
-
+ from sideboard
-
+ from the stack
-
+ %1 gives %2 control over %3.
-
+ %1 puts %2 into play tapped%3.
-
+ %1 puts %2 into play%3.
-
+ %1 exiles %2%3.
-
+ %1 puts %2%3 into his library.
-
+ %1 puts %2%3 into her library.
-
+ %1 puts %2%3 on bottom of his library.
-
+ %1 puts %2%3 on bottom of her library.
-
+ %1 puts %2%3 on top of his library.
-
+ %1 puts %2%3 on top of her library.
-
+ %1 puts %2%3 into his library at position %4.
-
+ %1 puts %2%3 into her library at position %4.
-
+ %1 moves %2%3 to sideboard.
-
+ %1 plays %2%3.
-
+ %1 takes a mulligan to %n.female
-
+ %1 takes a mulligan to %n.male
-
+ %1 flips %2 face-down.female
-
+ %1 flips %2 face-down.male
-
+ %1 flips %2 face-up.female
-
+ %1 flips %2 face-up.male
-
+ %1 destroys %2.female
-
+ %1 destroys %2.male
-
+ %1 unattaches %2.female
-
+ %1 unattaches %2.male
-
+ %1 creates token: %2%3.female
-
+ %1 creates token: %2%3.male
-
+ %1 points from her %2 to herself.female
-
+ %1 points from his %2 to himself.male
-
+ %1 points from her %2 to %3.p1 female, p2 female
-
+ %1 points from her %2 to %3.p1 female, p2 male
-
+ %1 points from his %2 to %3.p1 male, p2 female
-
+ %1 points from his %2 to %3.p1 male, p2 male
-
+ %1 points from %2's %3 to herself.card owner female, target female
-
+ %1 points from %2's %3 to herself.card owner male, target female
-
+ %1 points from %2's %3 to himself.card owner female, target male
-
+ %1 points from %2's %3 to himself.card owner male, target male
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 female
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 male
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 female
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 male
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 female
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 male
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 female
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 male
-
+ %1 points from her %2 to her %3.female
-
+ %1 points from his %2 to his %3.male
-
+ %1 points from her %2 to %3's %4.p1 female, p2 female
-
+ %1 points from her %2 to %3's %4.p1 female, p2 male
-
+ %1 points from his %2 to %3's %4.p1 male, p2 female
-
+ %1 points from his %2 to %3's %4.p1 male, p2 male
-
+ %1 points from %2's %3 to her own %4.card owner female, target female
-
+ %1 points from %2's %3 to her own %4.card owner male, target female
-
+ %1 points from %2's %3 to his own %4.card owner female, target male
-
+ %1 points from %2's %3 to his own %4.card owner male, target male
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 male
@@ -3016,304 +3105,304 @@ You need to provide the activation token received in the activation email
-
+ %1 taps her permanents.female
-
+ %1 untaps her permanents.female
-
+ %1 taps his permanents.male
-
+ %1 untaps his permanents.male
-
+ %1 taps %2.female
-
+ %1 untaps %2.female
-
+ %1 taps %2.male
-
+ %1 untaps %2.male
-
+ %1 sets counter %2 to %3 (%4%5).female
-
+ %1 sets counter %2 to %3 (%4%5).male
-
+ %1 sets %2 to not untap normally.female
-
+ %1 sets %2 to not untap normally.male
-
+ %1 sets %2 to untap normally.female
-
+ %1 sets %2 to untap normally.male
-
+ %1 sets PT of %2 to %3.female
-
+ %1 sets PT of %2 to %3.male
-
+ %1 sets annotation of %2 to %3.female
-
-
- %1 sets annotation of %2 to %3.
- male
-
-
-
-
- %1 is looking at %2.
- female
-
-
-
-
- %1 is looking at %2.
- male
-
-
-
- %1 is looking at the top %n card(s) %2.
- female
-
-
-
- %1 is looking at the top %n card(s) %2.
- male
-
-
-
-
- %1 stops looking at %2.
- female
-
-
+ %1 sets annotation of %2 to %3.
+ male
+
+
+
+
+ %1 is looking at %2.
+ female
+
+
+
+
+ %1 is looking at %2.
+ male
+
+
+
+ %1 is looking at the top %n card(s) %2.
+ female
+
+
+
+ %1 is looking at the top %n card(s) %2.
+ male
+
+
+
+
+ %1 stops looking at %2.
+ female
+
+
+
+ %1 stops looking at %2.male
-
+ %1 reveals %2 to %3.p1 female, p2 female
-
-
- %1 reveals %2 to %3.
- p1 female, p2 male
-
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 female
-
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 male
-
-
-
-
- %1 reveals %2.
- female
-
-
-
-
- %1 reveals %2.
- male
-
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 female
-
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 male
-
-
+ %1 reveals %2 to %3.
+ p1 female, p2 male
+
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 female
+
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 male
+
+
+
+
+ %1 reveals %2.
+ female
+
+
+
+
+ %1 reveals %2.
+ male
+
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 female
+
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 male
+
+
+
+ %1 randomly reveals %2%3 to %4.p1 male, p2 female
-
+ %1 randomly reveals %2%3 to %4.p1 male, p2 male
-
+ %1 randomly reveals %2%3.female
-
+ %1 randomly reveals %2%3.male
-
+ %1 peeks at face down card #%2.female
-
+ %1 peeks at face down card #%2.male
-
+ %1 peeks at face down card #%2: %3.female
-
+ %1 peeks at face down card #%2: %3.male
-
+ %1 reveals %2%3 to %4.p1 female, p2 female
-
+ %1 reveals %2%3 to %4.p1 female, p2 male
-
+ %1 reveals %2%3 to %4.p1 male, p2 female
-
+ %1 reveals %2%3 to %4.p1 male, p2 male
-
+ %1 reveals %2%3.female
-
+ %1 reveals %2%3.male
-
+ %1 is now keeping the top card %2 revealed.
-
+ %1 is not revealing the top card %2 any longer.
-
+ It is now %1's turn.female
-
+ It is now %1's turn.male
-
-
+
+ a card
@@ -3332,32 +3421,32 @@ You need to provide the activation token received in the activation email
-
+ red
-
+ yellow
-
+ green
-
+ The game has started.
-
+ %1 draws his initial hand.
-
+ %1 draws her initial hand.
@@ -3376,179 +3465,179 @@ You need to provide the activation token received in the activation email
-
+ ending phase
-
+ untap step
-
+ %1 draws %2 card(s).female
-
+ %1 draws %2 card(s).male
-
+ from play
-
+ from her graveyard
-
+ from his graveyard
-
+ from her hand
-
+ from his hand
-
+ %1 puts %2%3 into her graveyard.
-
+ %1 puts %2%3 into his graveyard.
-
+ %1 moves %2%3 to her hand.
-
+ %1 moves %2%3 to his hand.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 female
-
+ %1 attaches %2 to %3's %4.p1 female, p2 male
-
+ %1 attaches %2 to %3's %4.p1 male, p2 female
-
+ %1 attaches %2 to %3's %4.p1 male, p2 male
-
+ %1 places %2 %3 counter(s) on %4 (now %5).female
-
+ %1 places %2 %3 counter(s) on %4 (now %5).male
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).female
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).male
-
+ %1 is looking at the top %2 card(s) %3.female
-
+ %1 is looking at the top %2 card(s) %3.male
-
+ upkeep step
-
+ draw step
-
+ first main phase
-
+ beginning of combat step
-
+ declare attackers step
-
+ declare blockers step
-
+ combat damage step
-
+ end of combat step
-
+ second main phase
-
+ It is now the %1.
@@ -3556,74 +3645,79 @@ You need to provide the activation token received in the activation email
MessagesSettingsPage
-
+ Chat settings
-
+ Custom alert words
-
+ Enable chat mentions
-
+ Enable mention completer
-
+ In-game message macros
-
+ Ignore chat room messages sent by unregistered users
-
+ Ignore private messages sent by unregistered users
-
+ Enable desktop notifications for private messages
-
+
+ Enable desktop notification for mentions
+
+
+
+
+ Enable room message history on join
+
+
+
+ Separate words with a space, alphanumeric characters only
-
-
+
+ Invert text color
-
- Enable desktop notification for mentions.
-
-
-
-
-
+
+ (Color is hexadecimal)
-
+ Add message
-
+ Message:
@@ -4067,7 +4161,7 @@ You need to provide the activation token received in the activation email
-
+ Number:
@@ -4092,32 +4186,33 @@ You need to provide the activation token received in the activation email
-
+ Set power/toughness
-
+ Please enter the new PT:
-
+ Set annotation
-
+ Please enter the new annotation:
-
+ Set counters
-
+
+ Cr&eate related card
@@ -4125,37 +4220,37 @@ You need to provide the activation token received in the activation email
QMenuBar
-
+ Services
-
+ Hide %1
-
+ Hide Others
-
+ Show All
-
+ Preferences...
-
+ Quit %1
-
+ About %1
@@ -4163,13 +4258,13 @@ You need to provide the activation token received in the activation email
QObject
-
+ Cockatrice replays (*.cor)
- Common deck formats (*.cod *.dec *.mwDeck)
+ Common deck formats (*.cod *.dec *.txt *.mwDeck)
@@ -4266,27 +4361,11 @@ You need to provide the activation token received in the activation emailGames
-
-
-
- Error
-
-
-
-
- You do not have the proper permission to join this room.
-
-
-
-
- Failed to join the room due to an unknown error.
-
- SequenceEdit
-
+ Shortcut already in use
@@ -4319,6 +4398,29 @@ You need to provide the activation token received in the activation email
+
+ ShortcutsTab
+
+
+ Restore all default shortcuts
+
+
+
+
+ Do you really want to restore all default shortcuts?
+
+
+
+
+ Clear all default shortcuts
+
+
+
+
+ Do you really want to clear all shortcuts?
+
+
+ShutdownDialog
@@ -4340,37 +4442,32 @@ You need to provide the activation token received in the activation email
SoundSettingsPage
-
- Choose path
-
-
-
-
+ Enable &sounds
-
- Path to sounds directory:
+
+ Current sounds theme:
-
+ Test system sound engine
-
+ Sound settings
-
+ Master volume requires QT5
-
+ Master volume
@@ -4378,42 +4475,42 @@ You need to provide the activation token received in the activation email
TabAdmin
-
+ Update server &message
-
+ &Shut down server
-
+ &Reload configuration
-
+ Server administration functions
-
+ &Unlock functions
-
+ &Lock functions
-
+ Unlock administration functions
-
+ Do you really want to unlock the administration functions?
@@ -4426,219 +4523,226 @@ You need to provide the activation token received in the activation email
TabDeckEditor
-
+ &Print deck...
-
+ &Close
-
+ &Edit sets...
-
+
+ Filters
-
+ &Clear all filters
-
+ Delete selected
-
+ Deck &name:
-
+ &Comments:
-
+ Hash:
-
+ &New deck
-
+ &Load deck...
-
+ &Save deck
-
+ Save deck &as...
-
+ Load deck from cl&ipboard...
-
+ Save deck to clip&board
-
+ &Analyze deck on deckstats.net
-
+ Open custom image folder
-
+ Open custom sets folder
-
+ Add card to &maindeck
-
+ Add card to &sideboard
-
+ &Deck Editor
-
+ C&ard Database
-
- Show/Hide card information
-
-
-
-
- Show/Hide deck
-
-
-
-
- Show/Hide filters
-
-
-
-
+ Reset layout
-
+
+ Card Info
-
+
+ Deck
-
+ Welcome
-
+ Hi! It seems like you're running this version of Cockatrice for the first time.
All the sets in the card database have been enabled.
Read more about changing the set order or disabling specific sets and consequent effects in the "Edit Sets" window.
-
+ &Remove row
-
+ &Increment number
-
+ &Decrement number
-
+ Edit &tokens...
-
+
+ &View
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+ Floating
+
+
+
+ Deck: %1
-
+ Are you sure?
-
+ The decklist has been modified.
Do you want to save the changes?
-
+ Load deck
-
-
-
+
+
+ Error
-
+ The deck could not be saved.
-
-
+
+ The deck could not be saved.
Please check that the directory is writable and try again.
-
+ Save deck
@@ -4646,83 +4750,83 @@ Please check that the directory is writable and try again.
TabDeckStorage
-
+ Local file system
-
+ Server deck storage
-
-
+
+ Open in deck editor
-
+ Upload deck
-
+ Download deck
-
-
+
+ New folder
-
-
+
+ Delete
-
+ Enter deck name
-
+ This decklist does not have a name.
Please enter a name:
-
+ Unnamed deck
-
+ Delete local file
-
-
-
+
+
+ Are you sure you want to delete "%1"?
-
+ Name of new folder:
-
+ Delete remote folder
-
+ Delete remote deck
@@ -4735,135 +4839,343 @@ Please enter a name:
TabGame
-
+
+
+ Card Info
+
+
+
+
+
+ Player List
+
+
+
+
+
+ Messages
+
+
+
+
+
+ Replay Timeline
+
+
+
+ &Phases
-
+ &Game
-
+ Next &phase
-
+ Next &turn
-
+ &Remove all local arrows
-
+ Rotate View Cl&ockwise
-
+ Rotate View Co&unterclockwise
-
+ Game &information
-
+ &Concede
-
+ &Leave game
-
+ C&lose replay
-
+ &Say:
-
+
+ &View
+
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+
+ Floating
+
+
+
+
+ Reset layout
+
+
+
+ Concede
-
+ Are you sure you want to concede this game?
-
+ Leave game
-
+ Are you sure you want to leave this game?
-
+ You are flooding the game. Please wait a couple of seconds.
-
+ You have been kicked out of the game.
-
+ REPLAY
+
+ TabLog
+
+
+ Logs
+
+
+
+
+
+ Error
+
+
+
+
+ You must select at least one filter.
+
+
+
+
+ You have to select a valid number of days to locate.
+
+
+
+
+ Username:
+
+
+
+
+ IP Address:
+
+
+
+
+ Game Name:
+
+
+
+
+ GameID:
+
+
+
+
+ Message:
+
+
+
+
+ Main Room
+
+
+
+
+ Game Room
+
+
+
+
+ Private Chat
+
+
+
+
+ Past X Days:
+
+
+
+
+ Today
+
+
+
+
+ Last Hour
+
+
+
+
+ Maximum Results:
+
+
+
+
+ At least one filter is required.
+The more information you put in, the more specific your results will be.
+
+
+
+
+ Get User Logs
+
+
+
+
+ Clear Filters
+
+
+
+
+ Filters
+
+
+
+
+ Log Locations
+
+
+
+
+ Date Range
+
+
+
+
+ Maximum Results
+
+
+
+
+ Room Logs
+
+
+
+
+
+
+ Time;SenderName;SenderIP;Message;TargetID;TargetName
+
+
+
+
+ Game Logs
+
+
+
+
+ Chat Logs
+
+
+
+
+
+ Message History
+
+
+
+
+ There are no messages for the selected filters.
+
+
+
+
+ Failed to collect message history information.
+
+
+TabMessage
-
+ Private &chat
-
+ &Leave
-
+ %1 - Private chat
-
+ This user is ignoring you.
-
+ Private message from
-
+ %1 has left the server.
-
+ %1 has joined the server.
@@ -4871,54 +5183,54 @@ Please enter a name:
TabReplays
-
+ Local file system
-
+ Server replay storage
-
-
+
+ Watch replay
-
-
+
+ Delete
-
+ Download replay
-
+ Toggle expiration lock
-
+ Delete local file
-
+ Are you sure you want to delete "%1"?
-
+ Delete remote replay
-
+ Are you sure you want to delete the replay of game %1?
@@ -4931,47 +5243,47 @@ Please enter a name:
TabRoom
-
+ &Say:
-
+ Chat
-
+ &Room
-
+ &Leave room
-
+ &Clear chat
-
+ Chat Settings...
-
+ mentioned you.
-
+ Click to view
-
+ You are flooding the chat. Please wait a couple of seconds.
@@ -4979,43 +5291,82 @@ Please enter a name:
TabServer
-
+ Server
+
+
+
+
+
+ Error
+
+
+
+
+ Failed to join the room: it doesn't exists on the server.
+
+
+
+
+ The server thinks you are in the room but Cockatrice is unable to display it. Try restarting Cockatrice.
+
+
+
+
+ You do not have the required permission to join this room.
+
+
+
+
+ Failed to join the room due to an unknown error: %1.
+
+ TabSupervisor
-
+ Are you sure?
-
+ There are still open games. Are you sure you want to quit?
-
+ Promotion
-
+ You have been promoted to moderator. Please log out and back in for changes to take effect.
+
+
+ Warned
+
+
+
+
+ You have received a warning due to %1.
+Please refrain from engaging in this activity or further actions may be taken against you. If you have any questions, please private message a moderator.
+
+ TabUserLists
-
+ Add to Buddy List
-
+ Add to Ignore List
@@ -5028,94 +5379,153 @@ Please enter a name:
UserContextMenu
-
+ User &details
-
+ Private &chat
-
+ Show this user's &games
-
+ Add to &buddy list
-
+ Remove from &buddy list
-
+ Add to &ignore list
-
+ Remove from &ignore list
-
+ Kick from &game
-
+
+ Warn user
+
+
+
+
+ View user's war&n history
+
+
+
+ Ban from &server
-
+
+ View user's &ban history
+
+
+
+ &Promote user to moderator
-
+ Dem&ote user from moderator
-
+ %1's games
-
-
+
+
+
+ Ban History
+
+
+
+
+ Ban Time;Moderator;Ban Length;Ban Reason;Visible Reason
+
+
+
+
+ User has never been banned.
+
+
+
+
+ Failed to collecting ban information.
+
+
+
+
+
+
+ Warning History
+
+
+
+
+ Warning Time;Moderator;User Name;Reason
+
+
+
+
+ User has never been warned.
+
+
+
+
+ Failed to collecting warning information.
+
+
+
+
+ Success
-
+ Successfully promoted user.
-
+ Successfully demoted user.
-
-
+
+ Failed
-
+ Failed to promote user.
-
+ Failed to demote user.
@@ -5287,42 +5697,42 @@ Please enter a name:
UserInterfaceSettingsPage
-
+ General interface settings
-
+ Enable notifications in taskbar
-
+ Notify in the taskbar for game events while you are spectating
-
+ &Double-click cards to play them (instead of single-click)
-
+ &Play all nonlands onto the stack (not the battlefield) by default
-
+ Annotate card text on tokens
-
+ Animation settings
-
+ &Tap/untap animation
@@ -5330,95 +5740,134 @@ Please enter a name:
UserList
-
+ Users connected to server: %1
-
+ Users in this room: %1
-
+ Buddies online: %1 / %2
-
+ Ignored users online: %1 / %2
+
+ WarningDialog
+
+
+ Which warning would you like to send?
+
+
+
+
+ &OK
+
+
+
+
+ &Cancel
+
+
+
+
+ Warn user for misconduct
+
+
+
+
+
+ Error
+
+
+
+
+ User name to send a warning to can not be blank, please specify a user to warn.
+
+
+
+
+ Warning to use can not be blank, please select a valid warning to send.
+
+
+WndSets
-
+ Enable all sets
-
+ Disable all sets
-
+ Move selected set up
-
+ Move selected set to the top
-
+ Move selected set down
-
+ Move selected set to the bottom
-
+ hints:
-
+ Enable the sets that you want to have available in the deck editor
-
+ Move sets around to change their order, or click on a column header to sort sets on that field
-
+ Sets order decides the source that will be used when loading images for a specific card
-
+ Disabled sets will be used for loading images only if all the enabled sets failed
-
+ Edit sets
-
+ Success
-
+ The sets database has been saved successfully.
@@ -5426,22 +5875,22 @@ Please enter a name:
ZoneViewWidget
-
+ sort by name
-
+ sort by type
-
+ shuffle when closing
-
+ pile view
@@ -5449,557 +5898,572 @@ Please enter a name:
shortcutsTab
-
+ Form
-
+ Main Window
-
+ Deck editor
-
+ Local gameplay
-
+ Watch replay
-
+ Connect
-
+ Register
-
+ Full screen
-
+ Settings
-
+ Check for card updates
-
+ Exit
-
+ Deck Editor
-
+ Analyze deck
-
+ Load deck (clipboard)
-
+ Clerar all filters
-
+ New deck
-
+ Clear one filter
-
+ Open custom folder
-
+ Close
-
+ Print deck
-
+ Edit sets
-
+ Delete card
-
+ Edit tokens
-
+ Reset layout
-
+ Add card
-
+ Save deck
-
+ Remove card
-
+ Save deck as
-
+ Load deck
-
+ Save deck (clipboard)
-
-
+
+ Counters
-
+ Life
-
-
-
-
-
+
+
+
+
+ Set
-
-
-
-
+
+
+
+ Add
-
-
-
-
+
+
+
+ Remove
-
+ Red
-
+ Green
-
+ Yellow
-
-
- Mainwindow / Deck editor
-
-
-
-
- Power / toughness
-
-
-
-
- Power and toughness
-
-
-
-
- Add (+1/+1)
-
-
-
-
- Remove (-1/-1)
-
-
-
-
- Toughness
-
-
-
-
- Remove (-0/-1)
-
-
-
-
- Add (+0/+1)
-
-
-
-
- Power
-
-
-
-
- Remove (-1/-0)
-
-
-
-
- Add (+1/+0)
-
-
-
-
- Game Phases
-
-
-
-
- Untap
-
-
-
-
- Disconnect
-
-
-
-
- Upkeep
-
-
-
-
-
- Draw
-
-
-
-
- Main 1
-
-
-
-
- Start combat
-
-
-
-
- Attack
-
-
-
-
- Block
-
-
-
-
- Damage
-
-
-
-
- End combat
-
-
-
-
- Main 2
-
-
-
-
- End
-
-
-
-
- Next phase
-
-
-
-
- Next turn
-
-
-
-
- Player
-
-
-
-
- Tap Card
-
-
-
-
- Untap Card
-
-
-
-
- Untap all
-
-
-
-
- Toogle untap
-
-
-
-
- Flip card
-
-
-
-
- Peek card
-
-
-
-
- Play card
-
-
-
-
- Attach card
-
-
-
-
- Unattach card
-
-
-
-
- Clone card
-
-
-
-
- Create token
-
-
-
-
- Create another token
-
-
-
-
- Set annotation
-
-
-
-
- Phases / P/T / Player
-
-
-
-
- Move card to
-
-
-
-
- Bottom library
-
-
-
-
- Top library
-
-
-
-
-
- Graveyard
-
-
-
-
-
- Exile
-
-
-
-
- Hand
-
-
-
-
- View
-
-
- Library
-
-
-
-
- Tops card of library
-
-
-
-
- Sideboard
-
-
-
-
- Close recent view
-
-
-
-
- Pre-play
-
-
-
-
- Load remote deck
-
-
-
-
- Load local deck
-
-
-
-
- Game play
-
-
-
-
- Draw arrow
-
-
-
-
- Leave game
-
-
-
-
- Remove local arrows
-
-
-
-
- Concede
-
-
-
-
- Roll dice
+ Playing Area
- Rotate view CW
+ Phases | P/T | Playing Area
+
+
+
+
+ Game Lobby
+
+
+
+
+ Gameplay
+
+
+
+
+ Draw | Move | View | Gameplay
+
+
+
+
+ How to set custom shortcuts
+
+
+
+
+ Restore all default shortcuts
+
+
+
+
+ Clear all shortcuts
+
+
+
+
+ Add (+1/+1)
+
+
+
+
+ Remove (-1/-1)
+
+
+
+
+ Toughness
+
+
+
+
+ Remove (-0/-1)
+
+
+
+
+ Add (+0/+1)
+
+
+
+
+ Power
+
+
+
+
+ Remove (-1/-0)
+
+
+
+
+ Add (+1/+0)
+
+
+
+
+ Game Phases
+
+
+
+
+ Untap
+
+
+
+
+ Disconnect
+
+
+
+
+ Main Window | Deck Editor
+
+
+
+
+ Power / Toughness
+
+
+
+
+ Power and Toughness
+
+
+
+
+ Upkeep
+
+
+
+
+
+ Draw
+
+
+
+
+ Main 1
+
+
+
+
+ Start combat
+
+
+
+
+ Attack
+
+
+
+
+ Block
+
+
+
+
+ Damage
+
+
+
+
+ End combat
+
+
+
+
+ Main 2
+
+
+
+
+ End
+
+
+
+
+ Next phase
+
+
+
+
+ Next turn
+
+
+
+
+ Tap Card
+
+
+
+
+ Untap Card
+
+
+
+
+ Untap all
+
+
+
+
+ Toogle untap
+
+
+
+
+ Flip card
+
+
+
+
+ Peek card
+
+
+
+
+ Play card
+
+
+
+
+ Attach card
+
+
+
+
+ Unattach card
+
+
+
+
+ Clone card
+
+
+
+
+ Create token
+
+
+
+
+ Create another token
+
+
+
+
+ Set annotation
- Shuffle library
+ Move card to
- Rotate view CCW
+ Bottom library
+
+
+
+
+ Top library
- Mulligan
+
+ Graveyard
- Draw card
+
+ Exile
- Draw cards
+ Hand
- Undo draw
-
-
-
-
- Always reveal top card
+ View
- Draw / Move / View / Game play
+ Library
+
+
+
+
+ Tops card of library
+
+
+
+
+ Sideboard
+
+
+
+
+ Close recent view
+
+
+
+
+ Load remote deck
+
+
+
+
+ Load local deck
+
+
+
+
+ Draw arrow
+
+
+
+
+ Leave game
+
+
+
+
+ Remove local arrows
+
+
+
+
+ Concede
+
+
+
+
+ Roll dice
+
+
+
+
+ Rotate view CW
+
+
+
+
+ Shuffle library
+
+
+
+
+ Rotate view CCW
+
+
+
+
+ Mulligan
+
+
+
+
+ Draw card
+
+
+
+
+ Draw cards
+
+
+
+
+ Undo draw
+
+
+
+
+ Always reveal top card
diff --git a/cockatrice/translations/cockatrice_fr.ts b/cockatrice/translations/cockatrice_fr.ts
index 535ce986c..b4d243082 100644
--- a/cockatrice/translations/cockatrice_fr.ts
+++ b/cockatrice/translations/cockatrice_fr.ts
@@ -20,57 +20,57 @@
AppearanceSettingsPage
-
+ Theme settings
-
+ Paramètres du thème
-
+ Current theme:
-
+ Thème courrant
-
+ Card renderingRendu des cartes
-
+ Display card names on cards having a pictureAfficher le nom des cartes ayant une image
-
+ Scale cards on mouse overAgrandir les cartes sous le curseur
-
+ Hand layoutDisposition de la main
-
+ Display hand horizontally (wastes space)Afficher la main horizontalement (perte d'espace)
-
+ Enable left justificationActiver justification à gauche
-
+ Table grid layoutDisposition en forme de grille
-
+ Invert vertical coordinateInverser la disposition du champ de bataille
-
+ Minimum player count for multi-column layout:Nombre minimum de joueurs pour la disposition multi-colonnes :
@@ -78,120 +78,120 @@
BanDialog
-
+ ban &user namebloquer &nom d'utilisateur
-
+ ban &IP addressbloquer &adresse IP
-
+ ban client I&D
-
+ Identifiant du client banni
-
+ Ban typeType du blocage
-
+ &permanent ban&blocage permanent
-
+ &temporary ban&blocage temporaire
-
+ &Days:&Jours:
-
+ &Hours:&Heures:
-
+ &Minutes:&Minutes:
-
+ Duration of the banDurée du blocage
-
+ Please enter the reason for the ban.
This is only saved for moderators and cannot be seen by the banned person.Veuillez expliquer la raison du blocage.
Cette information sera consultable uniquement par les modérateurs.
-
+ Please enter the reason for the ban that will be visible to the banned person.Veuillez expliquer la raison du bannissement. Cette information sera visible par la personne bannie.
-
+ &OK&OK
-
+ &Cancel&Annuler
-
+ Ban user from serverBannir le joueur du serveur
-
-
-
-
+
+
+
+ ErrorÉrreur
-
+ You have to select a name-based, IP-based, clientId based, or some combination of the three to place a ban.
-
+ Vous devez choisir un blocage à partir du nom ou de l'IP, ou des deux.
-
+ You must have a value in the name ban when selecting the name ban checkbox.
-
+ Vous devez remplir le champ du nom du banni en le choisissant dans la liste.
-
+ You must have a value in the ip ban when selecting the ip ban checkbox.
-
+ Vous devez saisir l'IP du banni en le choisissant dans la liste.
-
+ You must have a value in the clientid ban when selecting the clientid ban checkbox.
-
+ Vous devez saisir l'ID du banni en le choisissant dans la liste.CardDatabase
-
+ New sets foundNouvelles éditions trouvées
-
+ %1 new set(s) have been found in the card database. Do you want to enable them?%1 nouvelle(s) édition(s) détectée(s) dans la base de données. Voulez-vous les activer ?
@@ -199,27 +199,27 @@ Cette information sera consultable uniquement par les modérateurs.
CardDatabaseModel
-
+ NameNom
-
+ SetsÉditions
-
+ Mana costCoût de mana
-
+ Card typeType de carte
-
+ P/TF/E
@@ -257,7 +257,7 @@ Cette information sera consultable uniquement par les modérateurs.
Color(s):
-
+ Couleur(s):
@@ -278,47 +278,47 @@ Cette information sera consultable uniquement par les modérateurs.
CardInfoWidget
-
+ Show card onlyMontrer la carte uniquement
-
+ Show text onlyMontrer le texte uniquement
-
+ Show full infoMontrer toutes les informations
-
+ Name:Nom:
-
+ Mana cost:Cout de mana:
-
+ Color(s):
-
+ Couleur(s):
-
+ Card type:Type de carte:
-
+ P / T:F / E:
-
+ Loyalty:Loyauté:
@@ -582,12 +582,12 @@ Cette information sera consultable uniquement par les modérateurs.
DeckEditorSettingsPage
-
+ Nothing is here... yetIl n'y a rien ici pour l'instant
-
+ GeneralGéneral
@@ -627,42 +627,42 @@ Cette information sera consultable uniquement par les modérateurs.
DeckViewContainer
-
+ Load local deckCharger un deck local
-
+ Load deck from serverCharger un deck depuis le serveur
-
+ Ready to s&tartP&rêt à démarrer
-
+ S&ideboard unlockedRéserve débloquée
-
+ S&ideboard lockedRéserve bloquée
-
+ Load deckCharger deck
-
+ ErrorErreur
-
+ The selected file could not be loaded.Le fichier sélectionné n'a pas pu être chargé.
@@ -708,55 +708,65 @@ Cette information sera consultable uniquement par les modérateurs.
DlgConnect
-
+ Previous Host
-
+ Serveur précédent
-
+ New Host
-
+ Nouveau serveur
-
+ &Host:&Hôte:
-
+ Enter host name
-
+ Entrer le nom du serveur
-
+ &Port:&Port:
-
+ Player &name:&Nom du joueur:
-
+ P&assword:Mot de p&asse:
-
+ &Save password&Se souvenir du mot de passe
-
+ A&uto connect at startA&uto connexion au démarrage
-
+ Connect to serverConnexion au serveur
+
+
+ Connect Warning
+
+
+
+
+ The player name can't be empty.
+
+ DlgCreateGame
@@ -778,7 +788,7 @@ Cette information sera consultable uniquement par les modérateurs.
Re&member settings
-
+ Conserver les para&mètres
@@ -826,27 +836,27 @@ Cette information sera consultable uniquement par les modérateurs.Spectateurs
-
+ &Clear
-
+ Effa&cer
-
+ Create gameCréer partie
-
+ Game informationInformations sur la partie
-
+ ErrorErreur
-
+ Server error.Erreur serveur.
@@ -950,38 +960,39 @@ Cette information sera consultable uniquement par les modérateurs.
No image chosen.
-
+ Aucune image choisie.To change your avatar, choose a new image.
To remove your current avatar, confirm without choosing a new image.
-
+ Pour changer votre avatar, choisissez une nouvelle image.
+Pour enlever votre avatar actuel, confirmez sans choisir une nouvelle image.Browse...
-
+ Explorer...Change avatar
-
+ Changer d'avatarOpen Image
-
+ Ouvrir l'imageImage Files (*.png *.jpg *.bmp)
-
+ Fichiers image (*.png *.jpg *.bmp)Invalid image chosen.
-
+ L'image choisie est invalide.
@@ -989,22 +1000,22 @@ To remove your current avatar, confirm without choosing a new image.
Old password:
-
+ Ancien mot de passe:New password:
-
+ Nouveau mot de passe:Confirm new password:
-
+ Confirmer le nouveau mot de passe:Change password
-
+ Changer le mot de passe
@@ -1014,7 +1025,7 @@ To remove your current avatar, confirm without choosing a new image.
The new passwords don't match.
-
+ Les nouveaux mot de passes ne correspondent pas.
@@ -1118,7 +1129,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Email:
-
+ Adresse email:
@@ -1128,7 +1139,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Neutral
-
+ Neutre
@@ -1153,12 +1164,12 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Real name:
-
+ Nom réel:Edit user profile
-
+ Modifier le profil utilisateur
@@ -1267,7 +1278,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Password (again):
-
+ mot de passe (encore):
@@ -1277,7 +1288,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Email (again):
-
+ adresse email (encore):
@@ -1287,7 +1298,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Neutral
-
+ Neutre
@@ -1307,17 +1318,23 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
+ Registration Warning
-
+ Avertissement d'enregistrementYour passwords do not match, please try again.
-
+ Vos mots de passe ne correspondent pas, veuillez réessayer.Your email addresses do not match, please try again.
+ Vos adresses email ne correspondent pas, veuillez réessayer.
+
+
+
+ The player name can't be empty.
@@ -1339,19 +1356,19 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
DlgSettings
-
-
-
+
+
+ ErrorErreur
-
+ Unknown Error loading card databaseErreur de chargement de la base de données des cartes inconnue.
-
+ Your card database is invalid.
Cockatrice may not function correctly with an invalid database
@@ -1368,7 +1385,7 @@ Vous aurez peut-être à redémarrer oracle pour mettre à jour votre base de do
Voulez vous changer les paramètres d'emplacement de base de données ?
-
+ Your card database version is too old.
This can cause problems loading card information or images
@@ -1385,7 +1402,7 @@ Généralement il suffit de redémarrer oracle pour mettre à jour votre base de
Voulez vous changer les paramètres d'emplacement de base de données ?
-
+ File Error loading your card database.
Would you like to change your database location setting?
@@ -1394,7 +1411,7 @@ Would you like to change your database location setting?
Voulez vous changer les paramètres d'emplacement de base de données ?
-
+ Your card database was loaded but contains no cards.
Would you like to change your database location setting?
@@ -1403,7 +1420,7 @@ Would you like to change your database location setting?
Voulez vous changer les paramètres d'emplacement de base de données ?
-
+ Your card database did not finish loading
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your cards.xml attached
@@ -1412,7 +1429,7 @@ Would you like to change your database location setting?Votre
-
+ Unknown card database load status
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues
@@ -1425,53 +1442,88 @@ Veuillez envoyer un ticket à http://github.com/Cockatrice/Cockatrice/issues s&a
Voulez-vous changer votre paramètre de localisation la base de données?
-
+ The path to your deck directory is invalid. Would you like to go back and set the correct path?Le chemin d'accès pour le répertoire de votre deck est invalide. Souhaitez-vous redéfinir le chemin d'accès?
-
+ The path to your card pictures directory is invalid. Would you like to go back and set the correct path?Le chemin d'accès pour le répertoire de vos images est invalide. Souhaitez-vous redéfinir le chemin d'accès?
-
+ SettingsParamètres
-
+ GeneralGéneral
-
+ AppearanceApparence
-
+ User InterfaceInterface utilisateur
-
+ Deck EditorÉditeur de Deck
-
+ ChatChat
-
+ SoundSon
-
+ Shortcuts
+ Raccourcis
+
+
+
+ DlgUpdate
+
+
+ Error
+
+
+
+
+ Cockatrice was not built with SSL support, so cannot download updates! Please visit the download page and update manually.
+
+
+
+
+ Your version of Cockatrice is out of date, but there are no packages available for your operating system. You may have to use a developer build or build from source yourself. Please visit the download page.
+
+
+
+
+ Cockatrice Update
+
+
+
+
+ Your version of Cockatrice is up to date.
+
+
+
+
+
+
+ Update Error
@@ -1553,22 +1605,22 @@ Voulez-vous changer votre paramètre de localisation la base de données?
&Filter games
-
+ &Filtrer les jeuxC&lear filter
-
+ Enlever les fi<resC&reate
-
+ C&réer&Join
-
+ Re&joindre
@@ -1688,112 +1740,118 @@ Voulez-vous changer votre paramètre de localisation la base de données?
GeneralSettingsPage
-
+ Reset/Clear Downloaded PicturesEffacer les images téléchargées
-
-
-
-
-
+
+
+
+
+ Choose pathChoisir chemin d'accès
-
+ SuccessRéussite
-
+ Downloaded card pictures have been reset.Les images téléchargés ont bien été effacées
-
+ ErrorErreur
-
+ One or more downloaded card pictures could not be cleared.Une ou plusieurs images téléchargées ne peuvent pas être effacées.
-
+ Personal settingsParamètres personnels
-
+ Language:Langue:
-
+ Download card pictures on the flyCharger les images de cartes à la volée
-
- Download card pictures from a custom URL
- Télécharger les images depuis une URL
-
-
-
- Custom Card Download URL:
- URL des images à télécharger
-
-
-
- Linking FAQ
- lié à la FAQ
-
-
-
- Notify when new client features are available
+
+ Primary download URL:
-
+
+ Fallback download URL:
+
+
+
+
+
+ Reset
+
+
+
+
+ How to set a custom picture url
+
+
+
+
+ Notify when new client features are available
+ Me notifier quand de nouvelles fonctionnalités sont disponibles.
+
+
+ PathsChemins
-
+ Decks directory:Répertoire des decks:
-
+ Replays directory:Dossier de rediffusion
-
+ Pictures directory:Répertoire des images:
-
+ Card database:Base de données de cartes :
-
+ Token database:Bases de données des jetons :
-
+ Picture cache size:Taille du cache des images :
-
+ EnglishFrançais (French)
@@ -1801,49 +1859,49 @@ Voulez-vous changer votre paramètre de localisation la base de données?
MainWindow
-
+ There are too many concurrent connections from your address.Il y a trop de connections simultanées depuis votre ordinateur.
-
+ Scheduled server shutdown.Fermeture prévue du serveur.
-
+ Banned by moderatorBanni par un modérateur
-
+ Expected end time: %1Fin théorique : %1
-
+ This ban lasts indefinitely.Banni définitivement.
-
+ Connection closedConnection fermée
-
+ The server has terminated your connection.
Reason: %1Le serveur a coupé votre connexion.
Raison: %1
-
+ Scheduled server shutdownFermeture prévue du serveur
-
+ The server is going to be restarted in %n minute(s).
All running games will be lost.
Reason for shutdown: %1
@@ -1854,500 +1912,514 @@ Aucune partie en cours ne sera sauvegardée.
Raison de la fermeture : %1
-
+ Number of playersNombre de joueurs
-
+ Please enter the number of players.Entrez s'il vous plait le nombre de joueurs.
-
+ Player %1Joueur %1
-
+ Load replayCharger replay
-
+ About Cockatriceà propos de Cockatrice
-
+ Version %1Version %1
-
+ Translators:Traducteurs:
-
+ Project Manager:Chef de projet:
-
+ The server has reached its maximum user capacity, please check back later.
-
+ Le serveur a atteint sa capacité maximale d'utilisateurs simultanés, veuillez réessayer plus tard.
-
-
+
+ Invalid username.Nom d'utilisateur non valide.
-
+ You have been logged out due to logging in at another location.
-
+ Vous avez avez été déconnecté pour avoir changé d'endroit.
-
-
+
+ SuccessRéussite
-
+ Registration accepted.
Will now login.Enregistrement accepté.
Connexion.
-
+ Account activation accepted.
Will now login.Activation du compte acceptée.
Connexion.
-
+
+ Cockatrice Webpage
+
+
+
+ Past Project Managers:Anciens chefs de projet:
-
+ Developers:Développeurs:
-
+ Our DevelopersNos développeurs
-
+ Help Develop!Aidez à développer!
-
+ Recognition PagePage des remerciements
-
+ Help Translate!Aidez à traduire!
-
+ Support:Assistance:
-
+ Report an IssueSignaler un problème
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ErrorErreur
-
+ Server timeoutDélai de la demande dépassé
-
+ Failed Login
-
+ Connexion échouée
-
+ Your client does not support features that the server requires, please update your client and try again.
-
+ Votre client ne possède pas les fonctionnalités requises, veuillez mettre à jour votre client et réessayer.
-
+ Incorrect username or password. Please check your authentication information and try again.Nom d'utilisateur ou mot de passe incorrect. Veuillez vérifier vos identifiants et réessayez.
-
+ There is already an active session using this user name.
Please close that session first and re-login.Il y a déjà une session ouvert avec le même pseudo.
Fermez cette session puis re-connectez-vous.
-
-
+
+ You are banned until %1.Vous êtes banni jusqu'au : %1
-
-
+
+ You are banned indefinitely.Vous êtes banni indéfiniment
-
+ This server requires user registration. Do you want to register now?Vous devez être enregistré pour accéder à ce serveur. Voulez-vous vous enregistrer?
-
+ This server requires client ID's. Your client is either failing to generate an ID or you are running a modified client.
Please close and reopen your client to try again.
-
+ Le serveur requiert un ID de client. Votre client a échoué lors de la génération d'un ID ou alors vous jouez sur un client modifié.
+Veuillez fermer et rouvrir votre client et réessayer.
-
+ An internal error has occurred, please try closing and reopening your client and try again. If the error persists try updating your client to the most recent build and if need be contact your software provider.
-
+ Une erreur interne est survenue, veuillez essayer de fermer et de rouvrir votre client et réessayer. Si l'erreur persiste, essayez de mettre à jour votre client à la version la plus récente et contacter le fournisseur du logiciel si besoin.
-
+ Account activationActivation du compte
-
+ Unknown login error: %1Erreur de connexion inconnue : %1
-
-
+
+
This usually means that your client version is out of date, and the server sent a reply your client doesn't understand.
-
+
+Cela veut généralement dire que votre client n'est plus à jour, et que le serveur a envoyé une réponse que votre client ne comprend pas.
-
+ Your username must respect these rules:
-
+ Votre pseudo doit respecter ces règles :
-
+ is %1 - %2 characters long
-
+ can %1 contain lowercase characters
-
-
-
+
+
+ NOT
-
+ PAS
-
+ can %1 contain uppercase characters
-
+ peut %1 contenir des caractères majuscules
-
+ can %1 contain numeric characters
-
+ can contain the following punctuation: %1
-
+ peut contenir la ponctuation suivante: %1
-
+ first character can %1 be a punctuation mark
-
+ le premier caractère ne peut %1 être une marque de ponctuation
-
- You may only use A-Z, a-z, 0-9, _, ., and - in your username.
-
-
-
-
-
-
-
+ You may only use A-Z, a-z, 0-9, _, ., and - in your username.
+ Vous pouvez utiliser seulement A-Z, a-z, 0-9, _, ., et - dans votre nom d'utilisateur
+
+
+
+
+
+
+ Registration deniedEnregistrement refusé
-
+ Registration is currently disabled on this serverL'enregistrement est désactivée sur ce serveur
-
+ There is already an existing account with the same user name.Il existe déjà un compte avec le même nom d'utilisateur.
-
+ It's mandatory to specify a valid email address when registering.Il est obligatoire de spécifier une adresse e-mail valide lors de l'enregistrement.
-
+ Too many registration attempts from your IP address.Excès de tentatives d'enregistrement depuis votre adresse IP.
-
+ Password too short.Mot de passe trop court.
-
+ Registration failed for a technical problem on the server.Enregistrement échoué lié à un problème technique du serveur.
-
+ Unknown registration error: %1
-
+ Erreur d'enregistrement inconnue: %1
-
+ Account activation failedActivation du compte échouée
-
+ Socket error: %1Erreur de socket: %1
-
+ You are trying to connect to an obsolete server. Please downgrade your Cockatrice version or connect to a suitable server.
Local version is %1, remote version is %2.Vous tentez de vous connecter à un serveur obsolète. Chargez la nouvelle version de Cockatrice ou connectez-vous à un serveur approprié.
La version la plus récente est %1, l'ancienne version est %2.
-
+ Your Cockatrice client is obsolete. Please update your Cockatrice version.
Local version is %1, remote version is %2.Votre client Cockatrice est obsolète. Veuillez charger la nouvelle version.
La version la plus récente est %1, l'ancienne version est %2.
-
+ Connecting to %1...Connexion à %1...
-
+ Registering to %1 as %2...Enregistrement de %1 en tant que %2...
-
+ DisconnectedDéconnecté
-
+ Connected, logging in at %1Connecté, connexion à %1
-
+ &Connect...&Connecter...
-
+ &Disconnect&Déconnecter
-
+ Start &local game...Démarrer une partie &locale...
-
+ &Watch replay...&Regarder un replay...
-
+ &Deck editorÉditeur de &deck
-
+ &Full screen&Plein écran
-
+ &Register to server...S'inscrire sur le serveur...
-
+ &Settings...&Paramètres...
-
-
+
+ &Exit&Quitter
-
+ A&ctionsActions
-
+ &Cockatrice&Cockatrice
-
+ &About CockatriceÀ propos de Cock&atrice
-
+
+ &Update Cockatrice
+
+
+
+ &HelpA&ide
-
+ Check for card updates...Recherche de mises à jour de la base de données...
-
+ A card database update is already running.Une mise à jour de la base de données est déjà en cours.
-
+ Unable to run the card database updater: Impossible de lancer la mise à jour de la base de données:
-
+ The card database updater exited with an error: %1L'outil de mise à jour de la base de données s'est arrêté avec l'erreur: %1
-
+ Update completed successfully. Cockatrice will now reload the card database.La mise à jour s'est effectuée avec succès. Cockatrice va maintenant charger de nouveau la base de données des cartes.
-
+ Your client appears to be missing features that the server supports.
This usually means that your client version is out of date, please check to see if there is a new client available for download.
-
+ Il apparaît que certaines fonctionnalités que le serveur supporte sont absentes sur votre client.
+Cela veut généralement dire que la version de votre client n'est plus à jour, veuillez vérifier si une nouvelle mise à jour ne serait pas disponible.
-
-
-
+
+
+ InformationInformation
-
+ Troubleshooting
-
+ Dépannage
-
+ F.A.Q.
-
+ F.A.Q.
-
+ Your account has not been activated yet.
You need to provide the activation token received in the activation email
-
+ Votre compte n'a pas encore été activé.
+Vous devez activer le jeton de connexion situé dans le mail d'activation
-
+ failed to start.Échec du démarrage.
-
+ crashed.planté.
-
+ timed out.déconnecté.
-
+ write error.Erreur d'écriture.
-
+ read error.Erreur de lecture.
-
+ unknown error.Erreur inconnue.
@@ -2355,17 +2427,17 @@ You need to provide the activation token received in the activation email
MessageLogWidget
-
+ The game has been closed.La partie a été fermée.
-
+ %1 is now watching the game.%1 est maintenant spectateur.
-
+ %1 is not watching the game any more.%1 n'est plus spectateur.
@@ -2413,136 +2485,136 @@ You need to provide the activation token received in the activation email%1 a rejoint la partie.
-
+ %1 has left the game.female%1 a quitté la partie.
-
+ %1 has left the game.male%1 a quitté la partie.
-
+ You have been kicked out of the game.Vous avez été expulsé de la partie.
-
+ %1 has loaded a deck (%2).%1 a chargé un deck (%2).
-
+ %1 has loaded a deck with %2 sideboard cards (%3).%1 a chargé un deck avec %2 cartes en réserve (%3).
-
+ %1 is ready to start the game.female%1 est prête à démarrer la partie.
-
+ %1 is ready to start the game.male%1 est prêt à démarrer la partie.
-
+ %1 is not ready to start the game any more.female%1 n'est plus prête à démarrer la partie.
-
+ %1 is not ready to start the game any more.male%1 n'est plus prêt à démarrer la partie.
-
+ %1 has locked her sideboard.female%1 a verrouillé sa réserve.
-
+ %1 has locked his sideboard.male%1 a verrouillé sa réserve.
-
+ %1 has unlocked her sideboard.female%1 a déverrouillé sa réserve.
-
+ %1 has unlocked his sideboard.male%1 a déverrouillé sa réserve.
-
+ %1 has conceded the game.female%1 a concédé la partie.
-
+ %1 has conceded the game.male%1 a concédé la partie.
-
+ %1 has restored connection to the game.female%1 est revenue dans la partie.
-
+ %1 has restored connection to the game.male%1 est revenu dans la partie.
-
+ %1 has lost connection to the game.female%1 s'est déconnectée de la partie.
-
+ %1 has lost connection to the game.male%1 s'est déconnecté de la partie.
-
+ %1 shuffles %2.female%1 mélange %2.
-
+ %1 shuffles %2.male%1 mélange %2.
-
+ %1 rolls a %2 with a %3-sided die.female%1 a fait %2 avec un dé %3 faces.
-
+ %1 rolls a %2 with a %3-sided die.male%1 a fait %2 avec un dé %3 faces.
@@ -2564,464 +2636,486 @@ You need to provide the activation token received in the activation email
-
+ %1 undoes his last draw.%1 annule sa dernière pioche.
-
+ %1 undoes her last draw.%1 annule sa dernière pioche.
-
+ %1 undoes his last draw (%2).%1 annule sa dernière pioche (%2).
-
+ %1 undoes her last draw (%2).%1 annule sa dernière pioche (%2).
-
+ from exile depuis la zone exil
-
+ the bottom card of %1's libraryLa carte du dessous de la bibliothèque de %1
-
+ the bottom card of his libraryla carte du dessous de sa bibliothèque
-
+ the bottom card of her libraryla carte du dessous de sa bibliothèque
-
+ from the bottom of %1's libraryÀ partir du dessous de la bibliothèque de %1
-
+ from the bottom of his library du dessous de sa bibliothèque
-
+ from the bottom of her library du dessous de sa bibliothèque
-
+ the top card of %1's libraryLa carte du dessus de la bibliothèque de %1
-
+
+ Heads (1)
+
+
+
+
+ Tails (2)
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ female
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ male
+
+
+
+ the top card of his libraryle carte du dessus de sa bibliothèque
-
+ the top card of her libraryle carte du dessus de sa bibliothèque
-
+ from the top of %1's libraryÀ partir du dessus de la bibliothèque de %1
-
+ from the top of his library du dessus de sa bibliothèque
-
+ from the top of her library du dessus de sa bibliothèque
-
+ from %1's libraryde la bibliothèque de %1
-
+ from library depuis sa bibliothèque
-
+ from sideboard depuis sa réserve
-
+ from the stack depuis la pile
-
+ %1 gives %2 control over %3.%1 donne le contrôle de %2 à %3.
-
+ %1 puts %2 into play tapped%3.%1 met %2 en jeu engagé%3.
-
+ %1 puts %2 into play%3.%1 met %2 en jeu %3.
-
+ %1 exiles %2%3.%1 exile %2%3.
-
+ %1 puts %2%3 into his library.%1 met %2%3 dans sa bibliothèque.
-
+ %1 puts %2%3 into her library.%1 met %2%3 dans sa bibliothèque.
-
+ %1 puts %2%3 on bottom of his library.%1 met %2%3 en-dessous de sa bibliothèque.
-
+ %1 puts %2%3 on bottom of her library.%1 met %2%3 en-dessous de sa bibliothèque.
-
+ %1 puts %2%3 on top of his library.%1 met %2%3 au-dessus de sa bibliothèque.
-
+ %1 puts %2%3 on top of her library.%1 met %2%3 au-dessus de sa bibliothèque.
-
+ %1 puts %2%3 into his library at position %4.%1 met %2%3 dans sa bibliothèque à la position n°%4.
-
+ %1 puts %2%3 into her library at position %4.%1 met %2%3 dans sa bibliothèque à la position n°%4.
-
+ %1 moves %2%3 to sideboard.%1 met %2%3 à sa réserve.
-
+ %1 plays %2%3.%1 joue %2%3.
-
+ %1 takes a mulligan to %n.female%1 fait un mulligan à %n.%1 fait un mulligan à %n.
-
+ %1 takes a mulligan to %n.male%1 fait un mulligan à %n.%1 fait un mulligan à %n.
-
+ %1 flips %2 face-down.female%1 retourne %2 face cachée.
-
+ %1 flips %2 face-down.male%1 retourne %2 face cachée.
-
+ %1 flips %2 face-up.female%1 retourne %2 face visible.
-
+ %1 flips %2 face-up.male%1 retourne %2 face visible.
-
+ %1 destroys %2.female%1 détruit %2.
-
+ %1 destroys %2.male%1 détruit %2.
-
+ %1 unattaches %2.female%1 détache %2.
-
+ %1 unattaches %2.male%1 détache %2.
-
+ %1 creates token: %2%3.female%1 crée un jeton %2%3.
-
+ %1 creates token: %2%3.male%1 crée un jeton %2%3.
-
+ %1 points from her %2 to herself.female%1 se cible avec %2.
-
+ %1 points from his %2 to himself.male%1 se cible avec %2.
-
+ %1 points from her %2 to %3.p1 female, p2 female%1 cible %3 avec %2.
-
+ %1 points from her %2 to %3.p1 female, p2 male%1 cible %3 avec %2.
-
+ %1 points from his %2 to %3.p1 male, p2 female%1 cible %3 avec %2.
-
+ %1 points from his %2 to %3.p1 male, p2 male%1 cible %3 avec %2.
-
+ %1 points from %2's %3 to herself.card owner female, target female%1 se cible avec %3 de %2.
-
+ %1 points from %2's %3 to herself.card owner male, target female%1 se cible avec %3 de %2.
-
+ %1 points from %2's %3 to himself.card owner female, target male%1 se cible avec %3 de %2.
-
+ %1 points from %2's %3 to himself.card owner male, target male%1 se cible avec %3 de %2.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 female%1 cible %4 avec %3 de %2.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 male%1 cible %4 avec %3 de %2.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 female%1 cible %4 avec %3 de %2.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 male%1 cible %4 avec %3 de %2.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 female%1 cible %4 avec %3 de %2.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 male%1 cible %4 avec %3 de %2.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 female%1 cible %4 avec %3 de %2.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 male%1 cible %4 avec %3 de %2.
-
+ %1 points from her %2 to her %3.female%1 cible %3 avec %2.
-
+ %1 points from his %2 to his %3.male%1 cible %3 avec %2.
-
+ %1 points from her %2 to %3's %4.p1 female, p2 female%1 cible %3 de %4 avec %2.
-
+ %1 points from her %2 to %3's %4.p1 female, p2 male%1 cible %3 de %4 avec %2.
-
+ %1 points from his %2 to %3's %4.p1 male, p2 female%1 cible %3 de %4 avec %2.
-
+ %1 points from his %2 to %3's %4.p1 male, p2 male%1 cible %3 de %4 avec %2.
-
+ %1 points from %2's %3 to her own %4.card owner female, target female%1 cible %4 avec %3 de %2.
-
+ %1 points from %2's %3 to her own %4.card owner male, target female%1 cible %4 avec %3 de %2.
-
+ %1 points from %2's %3 to his own %4.card owner female, target male%1 cible %4 avec %3 de %2.
-
+ %1 points from %2's %3 to his own %4.card owner male, target male%1 cible %4 avec %3 de %2.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 female%1 cible %5 de %4 avec %3 de %2.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 male%1 cible %5 de %4 avec %3 de %2.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 female%1 cible %5 de %4 avec %3 de %2.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 male%1 cible %5 de %4 avec %3 de %2.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 female%1 cible %5 de %4 avec %3 de %2.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 male%1 cible %5 de %4 avec %3 de %2.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 female%1 cible %5 de %4 avec %3 de %2.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 male%1 cible %5 de %4 avec %3 de %2.
@@ -3047,121 +3141,121 @@ You need to provide the activation token received in the activation email%1 retire %n %2 marqueur de %3 (maintenant %4).%1 retire %n %2 marqueurs de %3 (maintenant %4).
-
+ %1 taps her permanents.female%1 engage ses permanents.
-
+ %1 untaps her permanents.female%1 dégage ses permanents.
-
+ %1 taps his permanents.male%1 engage ses permanents.
-
+ %1 untaps his permanents.male%1 dégage ses permanents.
-
+ %1 taps %2.female%1 engage %2.
-
+ %1 untaps %2.female%1 dégage %2.
-
+ %1 taps %2.male%1 engage %2.
-
+ %1 untaps %2.male%1 dégage %2.
-
+ %1 sets counter %2 to %3 (%4%5).female%1 met les marqueurs %2 à %3 (%4%5).
-
+ %1 sets counter %2 to %3 (%4%5).male%1 met les marqueurs %2 à %3 (%4%5).
-
+ %1 sets %2 to not untap normally.female%2 de %1 ne se dégagera pas lors de l'étape de dégagement.
-
+ %1 sets %2 to not untap normally.male%2 de %1 ne se dégagera pas lors de l'étape de dégagement.
-
+ %1 sets %2 to untap normally.female%2 de %1 se dégagera lors de l'étape de dégagement.
-
+ %1 sets %2 to untap normally.male%2 de %1 se dégagera lors de l'étape de dégagement.
-
+ %1 sets PT of %2 to %3.female%1 change la F/E de %2 à %3.
-
+ %1 sets PT of %2 to %3.male%1 change la F/E de %2 à %3.
-
+ %1 sets annotation of %2 to %3.female%1 met l'annotation %3 à %2.
-
+ %1 sets annotation of %2 to %3.male%1 met l'annotation %3 à %2.
-
+ %1 is looking at %2.female%1 regarde %2.
-
+ %1 is looking at %2.male%1 regarde %2.
@@ -3177,174 +3271,174 @@ You need to provide the activation token received in the activation email%1 regarde la carte du dessus %2.%1 regarde les %n cartes du dessus %2.
-
+ %1 stops looking at %2.female%1 arrête de regarder %2.
-
+ %1 stops looking at %2.male%1 arrête de regarder %2.
-
+ %1 reveals %2 to %3.p1 female, p2 female%1 révèle %2 à %3.
-
-
- %1 reveals %2 to %3.
- p1 female, p2 male
- %1 révèle %2 à %3.
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 female
- %1 révèle %2 à %3.
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 male
- %1 révèle %2 à %3.
-
-
-
- %1 reveals %2.
- female
- %1 révèle %2.
-
-
-
- %1 reveals %2.
- male
- %1 révèle %2.
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 female
- %1 révèle au hasard %2%3 à %4.
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 male
- %1 révèle au hasard %2%3 à %4.
-
+ %1 reveals %2 to %3.
+ p1 female, p2 male
+ %1 révèle %2 à %3.
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 female
+ %1 révèle %2 à %3.
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 male
+ %1 révèle %2 à %3.
+
+
+
+ %1 reveals %2.
+ female
+ %1 révèle %2.
+
+
+
+ %1 reveals %2.
+ male
+ %1 révèle %2.
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 female
+ %1 révèle au hasard %2%3 à %4.
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 male
+ %1 révèle au hasard %2%3 à %4.
+
+
+ %1 randomly reveals %2%3 to %4.p1 male, p2 female%1 révèle au hasard %2%3 à %4.
-
+ %1 randomly reveals %2%3 to %4.p1 male, p2 male%1 révèle au hasard %2%3 à %4.
-
+ %1 randomly reveals %2%3.female%1 révèle au hasard %2%3.
-
+ %1 randomly reveals %2%3.male%1 révèle au hasard %2%3.
-
+ %1 peeks at face down card #%2.female%1 regarde furtivement la carte face cachée %2.
-
+ %1 peeks at face down card #%2.male%1 regarde furtivement la carte face cachée %2.
-
+ %1 peeks at face down card #%2: %3.female%1 regarde furtivement la carte face cachée %2: %3.
-
+ %1 peeks at face down card #%2: %3.male%1 regarde furtivement la carte face cachée %2: %3.
-
+ %1 reveals %2%3 to %4.p1 female, p2 female%1 révèle %2%3 à %4.
-
+ %1 reveals %2%3 to %4.p1 female, p2 male%1 révèle %2%3 à %4.
-
+ %1 reveals %2%3 to %4.p1 male, p2 female%1 révèle %2%3 à %4.
-
+ %1 reveals %2%3 to %4.p1 male, p2 male%1 révèle %2%3 à %4.
-
+ %1 reveals %2%3.female%1 révèle %2%3.
-
+ %1 reveals %2%3.male%1 révèle %2%3.
-
+ %1 is now keeping the top card %2 revealed.%1 garde maintenant sa carte du dessus %2 révélée.
-
+ %1 is not revealing the top card %2 any longer.%1 ne révèle plus la carte du dessus %2.
-
+ It is now %1's turn.femaleC'est maintenant le tour de %1.
-
+ It is now %1's turn.maleC'est maintenant le tour de %1.
-
-
+
+ a cardune carte
@@ -3363,32 +3457,32 @@ You need to provide the activation token received in the activation email
-
+ redrougerouges
-
+ yellowjaunejaunes
-
+ greenvertverts
-
+ The game has started.La partie commence.
-
+ %1 draws his initial hand.%1 pioche sa main de départ.
-
+ %1 draws her initial hand.%1 pioche sa main de départ.
@@ -3407,179 +3501,179 @@ You need to provide the activation token received in the activation email
-
+ ending phasephase de fin de tour
-
+ untap stepétape de dégagement
-
+ %1 draws %2 card(s).female%1 pioche %2 carte(s).
-
+ %1 draws %2 card(s).male%1 pioche %2 carte(s).
-
+ from playdepuis le jeu
-
+ from her graveyarddepuis son cimetière
-
+ from his graveyarddepuis son cimetière
-
+ from her handdepuis sa main
-
+ from his handdepuis sa main
-
+ %1 puts %2%3 into her graveyard.%1 met %2%3 dans son cimetière.
-
+ %1 puts %2%3 into his graveyard.%1 met %2%3 dans son cimetière.
-
+ %1 moves %2%3 to her hand.%1 met %2%3 dans sa main.
-
+ %1 moves %2%3 to his hand.%1 met %2%3 dans sa main.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 female%1 attache %2 sur %4 de %3.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 male%1 attache %2 sur %4 de %3.
-
+ %1 attaches %2 to %3's %4.p1 male, p2 female%1 attache %2 sur %4 de %3.
-
+ %1 attaches %2 to %3's %4.p1 male, p2 male%1 attache %2 sur %4 de %3.
-
+ %1 places %2 %3 counter(s) on %4 (now %5).female%1 met %2 %3 marqueur(s) sur %4 (désormais %5).
-
+ %1 places %2 %3 counter(s) on %4 (now %5).male%1 met %2 %3 marqueur(s) sur %4 (désormais %5).
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).female%1 retire %2 %3 marqueur(s) sur %4 (désormais %5).
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).male%1 retire %2 %3 marqueur(s) sur %4 (désormais %5).
-
+ %1 is looking at the top %2 card(s) %3.female%1 regarde le(s) %2 carte(s) %3.
-
+ %1 is looking at the top %2 card(s) %3.male%1 regarde le(s) %2 carte(s) %3.
-
+ upkeep stepétape d'entretien
-
+ draw stepétape de pioche
-
+ first main phasepremière phase principale
-
+ beginning of combat stepétape de début du combat
-
+ declare attackers stepétape de déclaration des attaquants
-
+ declare blockers stepétape de déclaration des bloqueurs
-
+ combat damage stepétape de répartition et de résolution des blessures
-
+ end of combat stepétape de fin de combat
-
+ second main phaseseconde phase principale
-
+ It is now the %1.C'est maintenant %1.
@@ -3587,74 +3681,79 @@ You need to provide the activation token received in the activation email
MessagesSettingsPage
-
+ Chat settingsParamètres du chat
-
+ Custom alert words
-
+ Mots d'alerte personnels
-
+ Enable chat mentionsActiver les mentions dans le chat
-
+ Enable mention completer
-
+ Activer les mentions dans le chat
-
+ In-game message macros
-
+ Macros de messages en jeu
-
+ Ignore chat room messages sent by unregistered users
-
+ Ignorer les messages dans le chat principal envoyés par des invités.
-
+ Ignore private messages sent by unregistered users
-
+ Ignorer les messages privés envoyés par des invités.
-
+ Enable desktop notifications for private messages
+ Activer les notifications de bureau pour les messages privées.
+
+
+
+ Enable desktop notification for mentions
-
+
+ Enable room message history on join
+
+
+
+ Separate words with a space, alphanumeric characters only
-
+ Séparer les mots avec un espace, seulement les caractères alphanumériques
-
-
+
+ Invert text colorInverser la couleur du texte
-
- Enable desktop notification for mentions.
- Activer les notifications de bureau pour les mentions.
-
-
-
-
+
+ (Color is hexadecimal)(La couleur est hexadécimale)
-
+ Add messageAjouter message
-
+ Message:Message:
@@ -4098,7 +4197,7 @@ You need to provide the activation token received in the activation email
-
+ Number:Nombre:
@@ -4123,70 +4222,71 @@ You need to provide the activation token received in the activation emailNombre de faces:
-
+ Set power/toughnessFixer force/endurance
-
+ Please enter the new PT:Entrer la nouvelle F/E:
-
+ Set annotationMettre une note
-
+ Please enter the new annotation:Entrez la nouvelle note:
-
+ Set countersMettre des marqueurs
-
+
+ Cr&eate related card
-
+ Créer une carte reliéeQMenuBar
-
+ Services
-
+ Services
-
+ Hide %1Cacher %1
-
+ Hide OthersCacher les autres
-
+ Show AllMontrer tout
-
+ Preferences...Préférences...
-
+ Quit %1Quitter %1
-
+ About %1À Propos %1
@@ -4194,14 +4294,14 @@ You need to provide the activation token received in the activation email
QObject
-
+ Cockatrice replays (*.cor)Replays Cockatrice (*.cor)
- Common deck formats (*.cod *.dec *.mwDeck)
- Formats de decks courants (*.cod *.dec *.mwDeck)
+ Common deck formats (*.cod *.dec *.txt *.mwDeck)
+
@@ -4285,7 +4385,7 @@ You need to provide the activation token received in the activation email
Permissions
-
+ Permissions
@@ -4297,29 +4397,13 @@ You need to provide the activation token received in the activation emailGames
Parties
-
-
-
- Error
-
-
-
-
- You do not have the proper permission to join this room.
-
-
-
-
- Failed to join the room due to an unknown error.
-
- SequenceEdit
-
+ Shortcut already in use
-
+ Raccourci déjà utilisé
@@ -4350,6 +4434,29 @@ You need to provide the activation token received in the activation emailDate de sortie
+
+ ShortcutsTab
+
+
+ Restore all default shortcuts
+
+
+
+
+ Do you really want to restore all default shortcuts?
+
+
+
+
+ Clear all default shortcuts
+
+
+
+
+ Do you really want to clear all shortcuts?
+
+
+ShutdownDialog
@@ -4371,37 +4478,32 @@ You need to provide the activation token received in the activation email
SoundSettingsPage
-
- Choose path
- Choisir le chemin d'accès
-
-
-
+ Enable &soundsActiver le &son
-
- Path to sounds directory:
- Chemin d'accès au répertoire sons
+
+ Current sounds theme:
+
-
+ Test system sound engineTester les effets sonores
-
+ Sound settingsRéglages du son
-
+ Master volume requires QT5
-
+ Le volume principal requiert QT5
-
+ Master volumeVolume principal
@@ -4409,42 +4511,42 @@ You need to provide the activation token received in the activation email
TabAdmin
-
+ Update server &messageMettre à jour le &message du serveur
-
+ &Shut down server&Fermer le serveur
-
+ &Reload configuration
-
+ &Recharger la configuration
-
+ Server administration functionsFonctions d'administration du serveur
-
+ &Unlock functions&Débloquer fonctions
-
+ &Lock functions&Bloquer fonctions
-
+ Unlock administration functionsDébloquer fonctions d'administration
-
+ Do you really want to unlock the administration functions?Êtes-vous sûr de vouloir débloquer les fonctions d'administration?
@@ -4457,152 +4559,140 @@ You need to provide the activation token received in the activation email
TabDeckEditor
-
+ &Print deck...Im&primer le deck...
-
+ &Close&Fermer
-
+ &Edit sets...&Editer les éditions...
-
+
+ FiltersFiltres
-
+ &Clear all filters&Enlever tous les filtres
-
+ Delete selectedEnlever la sélection
-
+ Deck &name:&Nom du deck:
-
+ &Comments:&Commentaires:
-
+ Hash:
-
+ Empreinte:
-
+ &New deck&Nouveau deck
-
+ &Load deck...Charger un deck ...
-
+ &Save deck&Sauvegarder le deck
-
+ Save deck &as...S&auvegarder le deck sous...
-
+ Load deck from cl&ipboard...Charger un deck depuis le presse-pap&ier ...
-
+ Save deck to clip&boardSauvegarder le deck dans le &presse-papier
-
+ &Analyze deck on deckstats.net&Analyser le deck sur deckstats.net
-
+ Open custom image folderOuvrir le dossier image Custom
-
+ Open custom sets folder
-
+ Ouvrir le dossier des éditions personalisées
-
+ Add card to &maindeckAjouter carte au &deck
-
+ Add card to &sideboardAjouter carte à la ré&serve
-
+ &Deck Editor&Éditeur de Deck
-
+ C&ard DatabaseB&ase de données de cartes :
-
- Show/Hide card information
-
-
-
-
- Show/Hide deck
-
-
-
-
- Show/Hide filters
-
-
-
-
+ Reset layout
-
+ Restaurer la disposition
-
+
+ Card Info
-
+ Infos de la carte
-
+
+ Deck
-
+ Bibliothèque
-
+ WelcomeBienvenue
-
+ Hi! It seems like you're running this version of Cockatrice for the first time.
All the sets in the card database have been enabled.
Read more about changing the set order or disabling specific sets and consequent effects in the "Edit Sets" window.
@@ -4611,69 +4701,88 @@ Tous les sets de cartes dans la base de données ont été activés.
Lire plus à propos du changement d'ordre des sets ou de la désactivation des sets et de ce que cela implique dans la fenêtre "Editer les sets".
-
+ &Remove row&Retirer la flèche
-
+ &Increment numberAugmenter quant&ité
-
+ &Decrement number&Diminuer quantité
-
+ Edit &tokens...Modifier les je&tons...
-
+
+ &View
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+ Floating
+
+
+
+ Deck: %1Deck: %1
-
+ Are you sure?Êtes-vous sûr?
-
+ The decklist has been modified.
Do you want to save the changes?Le deck a été modifié.
Voulez vous enregistrer les modifications?
-
+ Load deckCharger deck
-
-
-
+
+
+ ErrorErreur
-
+ The deck could not be saved.Le deck n'a pas pu être enregistré.
-
-
+
+ The deck could not be saved.
Please check that the directory is writable and try again.Le deck n'a pas pu être enregistré.
Vérifiez que le répertoire ne soit pas en lecture seule et réessayez.
-
+ Save deckSauvegarder le deck
@@ -4681,84 +4790,84 @@ Vérifiez que le répertoire ne soit pas en lecture seule et réessayez.
TabDeckStorage
-
+ Local file systemSystème de fichier local
-
+ Server deck storageServeur de stockage de deck
-
-
+
+ Open in deck editorOuvrir l'éditeur de deck
-
+ Upload deckEnvoyer deck
-
+ Download deckTélécharger deck
-
-
+
+ New folderNouveau dossier
-
-
+
+ DeleteSupprimer
-
+ Enter deck nameEntrez le nom du deck
-
+ This decklist does not have a name.
Please enter a name:Ce deck n'a pas de nom.
Entrez un nom s'il vous plaît:
-
+ Unnamed deckDeck sans nom
-
+ Delete local fileEffacer fichier local
-
-
-
+
+
+ Are you sure you want to delete "%1"?Êtes-vous sûr de vouloir effacer "%1"?
-
+ Name of new folder:Nom du nouveau dossier:
-
+ Delete remote folderEffacer le dossier local
-
+ Delete remote deckEffacer le deck local
@@ -4771,243 +4880,451 @@ Entrez un nom s'il vous plaît:
TabGame
-
+
+
+ Card Info
+
+
+
+
+
+ Player List
+
+
+
+
+
+ Messages
+
+
+
+
+
+ Replay Timeline
+
+
+
+ &Phases&Phases
-
+ &Game&Partie
-
+ Next &phase&Prochaine phase
-
+ Next &turnProchain &Tour
-
+ &Remove all local arrows&Retirer toutes les flèches locales
-
+ Rotate View Cl&ockwise
-
+ Tourner la vue dans le sens horaire
-
+ Rotate View Co&unterclockwise
-
+ Tourner la vue dans le sens anti-horaire
-
+ Game &informationInformation sur la partie
-
+ &Concede&Concéder
-
+ &Leave game&Quitter la partie
-
+ C&lose replayFermer &le replay
-
+ &Say:&Dire:
-
+
+ &View
+
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+
+ Floating
+
+
+
+
+ Reset layout
+
+
+
+ ConcedeConcéder
-
+ Are you sure you want to concede this game?Êtes-vous sûr de vouloir concéder la partie?
-
+ Leave gameQuitter la partie
-
+ Are you sure you want to leave this game?Êtes-vous sûr de vouloir quitter la partie?
-
+ You are flooding the game. Please wait a couple of seconds.Vous floodez la partie. Veuillez patienter quelques secondes.
-
+ You have been kicked out of the game.Vous avez été expulsé de la partie.
-
+ REPLAY REPLAY
+
+ TabLog
+
+
+ Logs
+
+
+
+
+
+ Error
+
+
+
+
+ You must select at least one filter.
+
+
+
+
+ You have to select a valid number of days to locate.
+
+
+
+
+ Username:
+
+
+
+
+ IP Address:
+
+
+
+
+ Game Name:
+
+
+
+
+ GameID:
+
+
+
+
+ Message:
+
+
+
+
+ Main Room
+
+
+
+
+ Game Room
+
+
+
+
+ Private Chat
+
+
+
+
+ Past X Days:
+
+
+
+
+ Today
+
+
+
+
+ Last Hour
+
+
+
+
+ Maximum Results:
+
+
+
+
+ At least one filter is required.
+The more information you put in, the more specific your results will be.
+
+
+
+
+ Get User Logs
+
+
+
+
+ Clear Filters
+
+
+
+
+ Filters
+
+
+
+
+ Log Locations
+
+
+
+
+ Date Range
+
+
+
+
+ Maximum Results
+
+
+
+
+ Room Logs
+
+
+
+
+
+
+ Time;SenderName;SenderIP;Message;TargetID;TargetName
+
+
+
+
+ Game Logs
+
+
+
+
+ Chat Logs
+
+
+
+
+
+ Message History
+
+
+
+
+ There are no messages for the selected filters.
+
+
+
+
+ Failed to collect message history information.
+
+
+TabMessage
-
+ Private &chat&chat privé
-
+ &Leave&Quitter
-
+ %1 - Private chat%1-Chat privé
-
+ This user is ignoring you.Cet utilisateur vous a ignoré.
-
+ Private message from Message privé de
-
+ %1 has left the server.%1 a quitté le serveur.
-
+ %1 has joined the server.%1 a rejoint le serveur.TabReplays
-
-
- Local file system
-
-
-
-
- Server replay storage
-
-
-
+ Local file system
+ Système de fichier local
+
+
+
+ Server replay storage
+ Stockage du serveur de replays
+
+
+
+ Watch replayVoir replay
-
-
+
+ DeleteSupprimer
-
+ Download replayCharger replay
-
+ Toggle expiration lock
-
+ Changer le verrouillage de l'expiration
-
+ Delete local fileEffacer fichier local
-
+ Are you sure you want to delete "%1"?Êtes-vous sûr de vouloir supprimer "%1"?
-
+ Delete remote replay
-
+ Supprimer le replay distant
-
+ Are you sure you want to delete the replay of game %1?Êtes-vous sûr de vouloir supprimer le replay de la partie %1?Game replays
-
+ Replays de jeuxTabRoom
-
+ &Say:&Dire:
-
+ ChatChat
-
+ &Room&Salon
-
+ &Leave room&Quitter le salon
-
+ &Clear chatEffacer le &Chat
-
+ Chat Settings...Paramètres du Chat...
-
+ mentioned you.vous a mentionné.
-
+ Click to viewCliquer pour voir
-
+ You are flooding the chat. Please wait a couple of seconds.Vous floodez le chat. Veuillez patienter quelques secondes.
@@ -5015,43 +5332,82 @@ Entrez un nom s'il vous plaît:
TabServer
-
+ ServerServeur
+
+
+
+
+
+ Error
+
+
+
+
+ Failed to join the room: it doesn't exists on the server.
+
+
+
+
+ The server thinks you are in the room but Cockatrice is unable to display it. Try restarting Cockatrice.
+
+
+
+
+ You do not have the required permission to join this room.
+
+
+
+
+ Failed to join the room due to an unknown error: %1.
+
+ TabSupervisor
-
+ Are you sure?Êtes vous sur?
-
+ There are still open games. Are you sure you want to quit?Il y a encore des parties en cours. Êtes-vous sûr de vouloir quitter?
-
+ Promotion
+ Promotion
+
+
+
+ You have been promoted to moderator. Please log out and back in for changes to take effect.
+ Vous avez été promu à modérateur. Veuillez vous déconnecter et vous reconnecter afin d'observer les modifications effectuées.
+
+
+
+ Warned
-
- You have been promoted to moderator. Please log out and back in for changes to take effect.
+
+ You have received a warning due to %1.
+Please refrain from engaging in this activity or further actions may be taken against you. If you have any questions, please private message a moderator.TabUserLists
-
+ Add to Buddy ListAjouter à la liste d'amis
-
+ Add to Ignore ListAjouter à la liste noire
@@ -5064,96 +5420,155 @@ Entrez un nom s'il vous plaît:
UserContextMenu
-
+ User &details&Détails utilisateur
-
+ Private &chat&Chat privé
-
+ Show this user's &gamesVoir les parties du joueur
-
+ Add to &buddy listAjouter à la liste d'&amis
-
+ Remove from &buddy listRetirer de la liste d'&amis
-
+ Add to &ignore listAjouter à la &liste noire
-
+ Remove from &ignore listRetirer de la &liste noire
-
+ Kick from &gameExclure de la &partie
-
+
+ Warn user
+
+
+
+
+ View user's war&n history
+
+
+
+ Ban from &serverBannir du &serveur
-
+
+ View user's &ban history
+
+
+
+ &Promote user to moderator
-
+ Promouvoir d'utilisateur à modérateur
-
+ Dem&ote user from moderator
-
+ Rétrograder de modérateur à utilisateur
-
+ %1's gamesParties de %1
-
-
+
+
+
+ Ban History
+
+
+
+
+ Ban Time;Moderator;Ban Length;Ban Reason;Visible Reason
+
+
+
+
+ User has never been banned.
+
+
+
+
+ Failed to collecting ban information.
+
+
+
+
+
+
+ Warning History
+
+
+
+
+ Warning Time;Moderator;User Name;Reason
+
+
+
+
+ User has never been warned.
+
+
+
+
+ Failed to collecting warning information.
+
+
+
+
+ Success
-
+ Succès
-
+ Successfully promoted user.
-
+ L'utilisateur a été promu avec succès.
-
+ Successfully demoted user.
-
+ L'utilisateur a été rétrogradé avec succès.
-
-
+
+ Failed
-
+ Echec
-
+ Failed to promote user.
-
+ L'utilisateur n'a pas été promu.
-
+ Failed to demote user.
-
+ L'utilisateur n'a pas été rétrogradé.
@@ -5196,12 +5611,12 @@ Entrez un nom s'il vous plaît:
Change password
-
+ Changer le mot de passeChange avatar
-
+ Changer l'avatar
@@ -5259,7 +5674,7 @@ Entrez un nom s'il vous plaît:
User information updated.
-
+ Informations utilisateur mises à jour
@@ -5276,89 +5691,89 @@ Entrez un nom s'il vous plaît:
This server does not permit you to update your user informations.
-
+ Ce serveur ne vous permet pas de changer vos informations personnelles.An error occured while trying to update your user informations.
-
+ Une erreur est survenue lors de la mise à jour de vos informations personnelles.Password changed.
-
+ Mot de passe changé.This server does not permit you to change your password.
-
+ Ce serveur ne vous permet pas de changer votre mot de passe.The new password is too short.
-
+ Le nouveau mot de passe est trop court.The old password is incorrect.
-
+ L'ancien mot de passe est incorrect.Avatar updated.
-
+ Avatar mis à jourThis server does not permit you to update your avatar.
-
+ Ce serveur ne vous permet pas de modifier votre avatar.An error occured while trying to updater your avatar.
-
+ Une erreur est survenue lors de la mise à jour de votre avatar.UserInterfaceSettingsPage
-
+ General interface settingsRéglages généraux de l'interface
-
+ Enable notifications in taskbarActiver les notifications dans la barre de tâches
-
+ Notify in the taskbar for game events while you are spectatingNotifier dans la barre des tâches pour les évènements des parties quand vous y êtes spectateur
-
+ &Double-click cards to play them (instead of single-click)&Double cliquer sur la carte pour la jouer (au lieu d'un simple clic)
-
+ &Play all nonlands onto the stack (not the battlefield) by default&Jouer toutes les cartes non terrain dans la pile (pas sur le champ de bataille) par defaut
-
+ Annotate card text on tokens
-
+ Annoter le texte des cartes sur les jetons
-
+ Animation settingsRéglage des animations
-
+ &Tap/untap animation&Animation d'engagement et de dégagement
@@ -5366,95 +5781,134 @@ Entrez un nom s'il vous plaît:
UserList
-
+ Users connected to server: %1Utilisateurs connectés au serveur: %1
-
+ Users in this room: %1Utilisateurs dans ce salon: %1
-
+ Buddies online: %1 / %2Amis connectés: %1 / %2
-
+ Ignored users online: %1 / %2Personnes sur liste noire connectés: %1 / %2
+
+ WarningDialog
+
+
+ Which warning would you like to send?
+
+
+
+
+ &OK
+
+
+
+
+ &Cancel
+
+
+
+
+ Warn user for misconduct
+
+
+
+
+
+ Error
+
+
+
+
+ User name to send a warning to can not be blank, please specify a user to warn.
+
+
+
+
+ Warning to use can not be blank, please select a valid warning to send.
+
+
+WndSets
-
+ Enable all setsActiver toutes les éditions
-
+ Disable all setsDésactiver toutes les éditions
-
+ Move selected set upDéplacer l'édition sélectionnée vers le haut
-
+ Move selected set to the topDéplacer l'édition sélectionnée tout en haut
-
+ Move selected set downDéplacer l'édition sélectionnée vers le bas
-
+ Move selected set to the bottomDéplacer l'édition sélectionnée tout en bas
-
+ hints:astuces:
-
+ Enable the sets that you want to have available in the deck editorActiver les sets que vous souhaitez disponibles dans l'éditeur de deck
-
+ Move sets around to change their order, or click on a column header to sort sets on that fieldDéplacez les éditions pour changer leur ordre, ou cliquez sur le titre d'une colonne pour trier les éditions selon ce champ
-
+ Sets order decides the source that will be used when loading images for a specific cardL'ordre des éditions détermine la source qui sera utilisée au chargement des images pour une carte spécifique
-
+ Disabled sets will be used for loading images only if all the enabled sets failed
-
+ Les éditions désactivées seront tout de même utilisées pour charger les images, seulement si tous les autres ont échoué
-
+ Edit setsEditer les sets
-
+ SuccessRéussite
-
+ The sets database has been saved successfully.La base de données des éditions a été sauvergardée avec succès.
@@ -5462,581 +5916,596 @@ Entrez un nom s'il vous plaît:
ZoneViewWidget
-
+ sort by nametri par nom
-
+ sort by typetri par type
-
+ shuffle when closingmélanger en quittant
-
+ pile viewvue de la pileshortcutsTab
-
-
- Form
-
-
-
-
- Main Window
-
-
-
-
- Deck editor
-
-
-
-
- Local gameplay
-
-
-
-
- Watch replay
-
-
-
-
- Connect
-
-
-
-
- Register
-
-
-
-
- Full screen
-
-
-
-
- Settings
-
-
-
-
- Check for card updates
-
-
-
-
- Exit
-
-
-
-
- Deck Editor
-
-
-
-
- Analyze deck
-
-
-
-
- Load deck (clipboard)
-
-
-
-
- Clerar all filters
-
-
-
-
- New deck
-
-
-
-
- Clear one filter
-
-
-
-
- Open custom folder
-
-
-
-
- Close
-
-
-
-
- Print deck
-
-
-
-
- Edit sets
-
-
-
-
- Delete card
-
-
- Edit tokens
-
+ Form
+ Formulaire
- Reset layout
-
+ Main Window
+ Fenêtre principale
- Add card
-
+ Deck editor
+ Editeur de bibliothèque
- Save deck
-
+ Local gameplay
+ Jeu local
- Remove card
-
+ Watch replay
+ Regarder le replay
- Save deck as
-
+ Connect
+ Se connecter
- Load deck
-
+ Register
+ S'enregistrer
- Save deck (clipboard)
-
+ Full screen
+ Plein écran
-
- Counters
-
+ Settings
+ Paramètres
- Life
-
-
-
-
-
-
-
-
- Set
-
+ Check for card updates
+ Vérifier les mises à jour des cartes
-
-
-
- Add
-
+ Exit
+ Quitter
-
-
-
- Remove
-
+ Deck Editor
+ Éditeur de Deck
- Red
-
+ Analyze deck
+ Analyser la bibliothèque
+
+
+
+ Load deck (clipboard)
+ Charger la bibliothèque (presse-papier)
+
+
+
+ Clerar all filters
+ Enlever tous les filtres
+
+
+
+ New deck
+ Nouvelle bibliothèque
- Green
-
+ Clear one filter
+ Enlever un filtre
+
+
+
+ Open custom folder
+ Ouvrir un dossier personnel
+
+
+
+ Close
+ Fermer
+
+
+
+ Print deck
+ Imprimer la bibliothèque
- Yellow
-
+ Edit sets
+ Editer les éditions
+
+
+
+ Delete card
+ Supprimer la carte
+
+
+
+ Edit tokens
+ Editer les jetons
+
+
+
+ Reset layout
+ Restaurer la disposition
- Mainwindow / Deck editor
-
+ Add card
+ Ajouter la carte
- Power / toughness
-
+ Save deck
+ Sauvegarder la bibliothèque
- Power and toughness
-
+ Remove card
+ Enlever la carte
- Add (+1/+1)
-
+ Save deck as
+ Sauvegarder la bibliothèque comme
- Remove (-1/-1)
-
+ Load deck
+ Charger la bibliothèque
+
+
+
+ Save deck (clipboard)
+ Sauvegarder la bibliothèque (presse-papier)
- Toughness
-
+
+ Counters
+ Marqueurs
- Remove (-0/-1)
-
+ Life
+ Vie
- Add (+0/+1)
-
+
+
+
+
+ Set
+ Edition
- Power
-
+
+
+
+ Add
+ Ajouter
- Remove (-1/-0)
-
+
+
+
+ Remove
+ Enlever
- Add (+1/+0)
-
-
-
-
- Game Phases
-
-
-
-
- Untap
-
-
-
-
- Disconnect
-
-
-
-
- Upkeep
-
+ Red
+ Rouge
-
- Draw
-
-
-
-
- Main 1
-
-
-
-
- Start combat
-
-
-
-
- Attack
-
+ Green
+ Vert
- Block
-
-
-
-
- Damage
-
-
-
-
- End combat
-
-
-
-
- Main 2
-
-
-
-
- End
-
-
-
-
- Next phase
-
-
-
-
- Next turn
-
-
-
-
- Player
-
-
-
-
- Tap Card
-
-
-
-
- Untap Card
-
-
-
-
- Untap all
-
-
-
-
- Toogle untap
-
-
-
-
- Flip card
-
-
-
-
- Peek card
-
-
-
-
- Play card
-
-
-
-
- Attach card
-
-
-
-
- Unattach card
-
-
-
-
- Clone card
-
-
-
-
- Create token
-
-
-
-
- Create another token
-
-
-
-
- Set annotation
-
-
-
-
- Phases / P/T / Player
-
-
-
-
- Move card to
-
-
-
-
- Bottom library
-
-
-
-
- Top library
-
-
-
-
-
- Graveyard
-
-
-
-
-
- Exile
-
-
-
-
- Hand
-
-
-
-
- View
-
+ Yellow
+ Jaune
- Library
-
-
-
-
- Tops card of library
-
-
-
-
- Sideboard
-
-
-
-
- Close recent view
-
-
-
-
- Pre-play
-
-
-
-
- Load remote deck
-
-
-
-
- Load local deck
-
-
-
-
- Game play
-
-
-
-
- Draw arrow
-
-
-
-
- Leave game
-
-
-
-
- Remove local arrows
-
-
-
-
- Concede
-
-
-
-
- Roll dice
+ Playing Area
- Rotate view CW
+ Phases | P/T | Playing Area
+
+
+ Game Lobby
+
+
+
+
+ Gameplay
+
+
+
+
+ Draw | Move | View | Gameplay
+
+
+
+
+ How to set custom shortcuts
+
+
+
+
+ Restore all default shortcuts
+
+
+
+
+ Clear all shortcuts
+
+
+
+
+ Add (+1/+1)
+ Ajouter (+1/+1)
+
+
+
+ Remove (-1/-1)
+ Enlever (-1/-1)
+
+
+
+ Toughness
+ Endurance
+
+
+
+ Remove (-0/-1)
+ Enlever (-0/-1)
+
+
+
+ Add (+0/+1)
+ Ajouter (+0/+1)
+
+
+
+ Power
+ Attaque
+
+
+
+ Remove (-1/-0)
+ Enlever (-1/-0)
+
+
+
+ Add (+1/+0)
+ Ajouter (+1/+0)
+
+
+
+ Game Phases
+ Phases de jeu
+
+
+
+ Untap
+ Déguager
+
+
+
+ Disconnect
+ Déconnecter
+
+
+
+ Main Window | Deck Editor
+
+
+
+
+ Power / Toughness
+
+
+
+
+ Power and Toughness
+
+
+
+
+ Upkeep
+ Entretien
+
+
+
+
+ Draw
+ Piocher
+
+
+
+ Main 1
+ Principale 1
+
+
+
+ Start combat
+ Commencer le combat
+
+
+
+ Attack
+ Attaquer
+
+
+
+ Block
+ Bloquer
+
+
+
+ Damage
+ Dommages
+
+
+
+ End combat
+ Fin du combat
+
+
+
+ Main 2
+ Principale 2
+
+
+
+ End
+ Fin
+
+
+
+ Next phase
+ Phase suivante
+
+
+
+ Next turn
+ Tour suivant
+
+
+
+ Tap Card
+ Carte du dessus
+
+
+
+ Untap Card
+ Dégager la carte
+
+
+
+ Untap all
+ Dégager tout
+
+
+
+ Toogle untap
+ Engager / dégager
+
+
+
+ Flip card
+ Retourner la carte
+
+
+
+ Peek card
+ Regarder la carte
+
+
+
+ Play card
+ Jouer la carte
+
+
+
+ Attach card
+ Attacher la carte
+
+
+
+ Unattach card
+ Détacher la carte
+
+
+
+ Clone card
+ Dupliquer la carte
+
+
+
+ Create token
+ Créer un jeton
+
+
+
+ Create another token
+ Créer un autre jeton
+
+
+
+ Set annotation
+ Ajouter une annotation
+
- Shuffle library
-
+ Move card to
+ Déplacer la carte vers
- Rotate view CCW
-
+ Bottom library
+ Dessous de la bibliothèque
+
+
+
+ Top library
+ Dessus de la bibliothèque
- Mulligan
-
+
+ Graveyard
+ CImetière
- Draw card
-
+
+ Exile
+ Exile
- Draw cards
-
+ Hand
+ Main
- Undo draw
-
-
-
-
- Always reveal top card
-
+ View
+ Vue
- Draw / Move / View / Game play
-
+ Library
+ Bibliothèque
+
+
+
+ Tops card of library
+ Dessus de la bibliothèque
+
+
+
+ Sideboard
+ Réserve
+
+
+
+ Close recent view
+ Fermer la vue récente
+
+
+
+ Load remote deck
+ Charger le deck distant
+
+
+
+ Load local deck
+ Charger un deck local
+
+
+
+ Draw arrow
+ Tracer une flèche
+
+
+
+ Leave game
+ Quitter la partie
+
+
+
+ Remove local arrows
+ Retirer les flèches locales
+
+
+
+ Concede
+ Concéder
+
+
+
+ Roll dice
+ Lancer les dés
+
+
+
+ Rotate view CW
+ Tourner la vue dans le sens horaire
+
+
+
+ Shuffle library
+ Mélanger la bibliothèque
+
+
+
+ Rotate view CCW
+ Tourner la vue dans le sens anti-horaire
+
+
+
+ Mulligan
+ Mulliganer
+
+
+
+ Draw card
+ Piocher une carte
+
+
+
+ Draw cards
+ Piocher des cartes
+
+
+
+ Undo draw
+ Annuler la dernière pioche
+
+
+
+ Always reveal top card
+ Toujours révéler la carte du dessus
\ No newline at end of file
diff --git a/cockatrice/translations/cockatrice_it.ts b/cockatrice/translations/cockatrice_it.ts
index 25a159723..85d89ea9e 100644
--- a/cockatrice/translations/cockatrice_it.ts
+++ b/cockatrice/translations/cockatrice_it.ts
@@ -20,57 +20,57 @@
AppearanceSettingsPage
-
+ Theme settingsImpostazioni temi
-
+ Current theme:Tema attuale:
-
+ Card renderingVisualizzazione delle carte
-
+ Display card names on cards having a pictureVisualizza nome delle carte sopra le immagini
-
+ Scale cards on mouse overIngrandisci la carta sotto il mouse
-
+ Hand layoutLayout della mano
-
+ Display hand horizontally (wastes space)Disponi la mano orizzontalmente (spreca spazio)
-
+ Enable left justificationAllinea a sinistra
-
+ Table grid layoutLayout della griglia tabellare
-
+ Invert vertical coordinateInverti le coordinate verticali
-
+ Minimum player count for multi-column layout:Numero di giocatori minimo per layout multicolonna:
@@ -78,107 +78,107 @@
BanDialog
-
+ ban &user nameBanna &user name
-
+ ban &IP addressBanna indirizzo &IP
-
+ ban client I&Dbanna client I&D
-
+ Ban typeTipo di ban
-
+ &permanent banBan &permanente
-
+ &temporary banBan &temporaneo
-
+ &Days:&Giorni:
-
+ &Hours:&Ore:
-
+ &Minutes:&Minuti:
-
+ Duration of the banDurata del ban
-
+ Please enter the reason for the ban.
This is only saved for moderators and cannot be seen by the banned person.Per favore inserisci la ragione del ban.
Questo è solo visibile ai moderatori e non alla persona bannata.
-
+ Please enter the reason for the ban that will be visible to the banned person.Per favore inserisci la ragione del ban che sarà visibile alla persona bannata.
-
+ &OK&OK
-
+ &Cancel&Annulla
-
+ Ban user from serverBanna utente dal server
-
-
-
-
+
+
+
+ ErrorErrore
-
+ You have to select a name-based, IP-based, clientId based, or some combination of the three to place a ban.Seleziona un nome, un IP, un client ID o una combinazione di questi per impostare un ban.
-
+ You must have a value in the name ban when selecting the name ban checkbox.Devi inserire un valore nel campo nome quando il ban per nome è selezionato.
-
+ You must have a value in the ip ban when selecting the ip ban checkbox.Devi inserire un valore nel campo ip quando il ban per ip è selezionato.
-
+ You must have a value in the clientid ban when selecting the clientid ban checkbox.Devi inserire un valore nel campo clientid quando il ban per clientid è selezionato.
@@ -186,12 +186,12 @@ Questo è solo visibile ai moderatori e non alla persona bannata.
CardDatabase
-
+ New sets foundNuovi set trovati
-
+ %1 new set(s) have been found in the card database. Do you want to enable them?%1 nuovi set sono stati trovati nel database delle carte. Vuoi abilitare i nuovi set?
@@ -199,27 +199,27 @@ Questo è solo visibile ai moderatori e non alla persona bannata.
CardDatabaseModel
-
+ NameNome
-
+ SetsSet
-
+ Mana costCosto
-
+ Card typeTipo
-
+ P/TF/C
@@ -278,47 +278,47 @@ Questo è solo visibile ai moderatori e non alla persona bannata.
CardInfoWidget
-
+ Show card onlyVisualizza solo la carta
-
+ Show text onlyVisualizza solo il testo
-
+ Show full infoVisualizza tutte le info
-
+ Name:Nome:
-
+ Mana cost:Costo:
-
+ Color(s):Colori:
-
+ Card type:Tipo:
-
+ P / T:F / C:
-
+ Loyalty:Fedeltà:
@@ -582,12 +582,12 @@ Questo è solo visibile ai moderatori e non alla persona bannata.
DeckEditorSettingsPage
-
+ Nothing is here... yetNulla da vedere qui... per ora
-
+ GeneralGenerale
@@ -627,42 +627,42 @@ Questo è solo visibile ai moderatori e non alla persona bannata.
DeckViewContainer
-
+ Load local deckCarica mazzo dal pc
-
+ Load deck from serverCarica mazzo dal server
-
+ Ready to s&tartPronto a i&niziare
-
+ S&ideboard unlockedS&ideboard sbloccato
-
+ S&ideboard lockedS&ideboard bloccato
-
+ Load deckCarica mazzo
-
+ ErrorErrore
-
+ The selected file could not be loaded.I file selezionati non posso essere caricati.
@@ -708,55 +708,65 @@ Questo è solo visibile ai moderatori e non alla persona bannata.
DlgConnect
-
+ Previous HostUltimo indirizzo
-
+ New HostNuovo indirizzo
-
+ &Host:&Host:
-
+ Enter host nameInserisci indirizzo
-
+ &Port:&Porta:
-
+ Player &name:&Nome giocatore:
-
+ P&assword:P&assword:
-
+ &Save password&Salva password
-
+ A&uto connect at startConnetti a&utomaticamente all'avvio
-
+ Connect to serverConnetti al server
+
+
+ Connect Warning
+ Problema di connessione
+
+
+
+ The player name can't be empty.
+ Il nome del giocatore non può essere vuoto.
+ DlgCreateGame
@@ -826,27 +836,27 @@ Questo è solo visibile ai moderatori e non alla persona bannata.
Spettatori
-
+ &ClearPulisci
-
+ Create gameCrea partita
-
+ Game informationInformazioni partita
-
+ ErrorErrore
-
+ Server error.Errore del server.
@@ -1308,6 +1318,7 @@ Assicurati di aver abilitato il set "Tokens" nella finestra "Modi
+ Registration WarningAvviso Registrazione
@@ -1321,6 +1332,11 @@ Assicurati di aver abilitato il set "Tokens" nella finestra "Modi
Your email addresses do not match, please try again.Gli indirizzi email non combaciano, riprova.
+
+
+ The player name can't be empty.
+ Il nome del giocatore non può essere vuoto.
+ Country:
@@ -1340,19 +1356,19 @@ Assicurati di aver abilitato il set "Tokens" nella finestra "Modi
DlgSettings
-
-
-
+
+
+ ErrorErrore
-
+ Unknown Error loading card databaseErrore sconosciuto durante il caricamento del database delle carte
-
+ Your card database is invalid.
Cockatrice may not function correctly with an invalid database
@@ -1369,7 +1385,7 @@ Ti consigliamo di avviare oracle per aggiornare il tuo database delle carte.
Vuoi modificare le impostazioni della posizione del database della carte?
-
+ Your card database version is too old.
This can cause problems loading card information or images
@@ -1386,7 +1402,7 @@ Ti consigliamo di avviare oracle per aggiornare il tuo database delle carte.
Vuoi modificare le impostazioni della posizione del database della carte?
-
+ File Error loading your card database.
Would you like to change your database location setting?
@@ -1395,7 +1411,7 @@ Would you like to change your database location setting?
Vuoi modificare le impostazioni della posizione del database della carte?
-
+ Your card database was loaded but contains no cards.
Would you like to change your database location setting?
@@ -1404,7 +1420,7 @@ Would you like to change your database location setting?
Vuoi modificare le impostazioni della posizione del database della carte?
-
+ Your card database did not finish loading
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your cards.xml attached
@@ -1417,7 +1433,7 @@ Ti preghiamo di aprire un ticket su http://github.com/Cockatrice/Cockatrice/issu
Vuoi modificare le impostazioni della posizione del database della carte?
-
+ Unknown card database load status
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues
@@ -1430,56 +1446,91 @@ Ti preghiamo di aprire un ticket su http://github.com/Cockatrice/Cockatrice/issu
Vuoi modificare le impostazioni della posizione del database della carte?
-
+ The path to your deck directory is invalid. Would you like to go back and set the correct path?Il percorso della cartella del mazzo non è valido. Vuoi tornare in dietro e impostare il percorso corretto?
-
+ The path to your card pictures directory is invalid. Would you like to go back and set the correct path?Il percorso della cartella delle immagini delle carte è invilido. Vuoi tornare indietro e impostare il percorso corretto?
-
+ SettingsImpostazioni
-
+ GeneralGenerale
-
+ AppearanceAspetto
-
+ User InterfaceInterfaccia
-
+ Deck EditorEditor di mazzi
-
+ ChatChat
-
+ SoundSuoni
-
+ ShortcutsCombinazioni
+
+ DlgUpdate
+
+
+ Error
+ Errore
+
+
+
+ Cockatrice was not built with SSL support, so cannot download updates! Please visit the download page and update manually.
+ Cockatrice non supporta SSL, e non può scaricare gli aggiornamenti! Visita la pagina e aggiorna manualmente.
+
+
+
+ Your version of Cockatrice is out of date, but there are no packages available for your operating system. You may have to use a developer build or build from source yourself. Please visit the download page.
+ La tua versione di Cockatrice è vecchia, ma non ci sono aggiornamenti disponibili per il tuo sistema operativo. Potresti provare adusare una versione di sviluppo o a compilarne una. Prova a visitare la pagina dei download.
+
+
+
+ Cockatrice Update
+ Aggiornamento di Cockatrice
+
+
+
+ Your version of Cockatrice is up to date.
+ La tua versione di Cockatrice è aggiornata.
+
+
+
+
+
+ Update Error
+ Errore durante l'aggiornamento
+
+GameSelector
@@ -1693,112 +1744,118 @@ Vuoi modificare le impostazioni della posizione del database della carte?
GeneralSettingsPage
-
+ Reset/Clear Downloaded PicturesResetta/Pulisci le Immagini Scaricate
-
-
-
-
-
+
+
+
+
+ Choose pathSeleziona il percorso
-
+ SuccessSuccesso
-
+ Downloaded card pictures have been reset.Le immagini scaricate delle carte sono state resettate.
-
+ ErrorErrore
-
+ One or more downloaded card pictures could not be cleared.Una o più immagini scaricate delle carte non possono essere pulite.
-
+ Personal settingsImpostazioni personali
-
+ Language:Lingua:
-
+ Download card pictures on the flyDownload immagini delle carte
-
- Download card pictures from a custom URL
- Download immagini delle carte da un indirizzo personalizzato
+
+ Primary download URL:
+ Indirizzo download principale:
-
- Custom Card Download URL:
- Indirizzo immagini personalizzato:
+
+ Fallback download URL:
+ Indirizzo download di riserva:
-
- Linking FAQ
- Info su indirizzo immagini personalizzato
+
+
+ Reset
+ Resetta
-
+
+ How to set a custom picture url
+ Come configurare un indirizzo personalizzato per le immagini
+
+
+ Notify when new client features are availableAvvisa quando nuove funzioni sono disponibili nel programma
-
+ PathsPercorso
-
+ Decks directory:Cartella mazzi:
-
+ Replays directory:Cartella replay:
-
+ Pictures directory:Cartella immagini:
-
+ Card database:Database carte:
-
+ Token database:Database pedine:
-
+ Picture cache size:Dimensione cache immagini:
-
+ EnglishItaliano (Italian)
@@ -1806,49 +1863,49 @@ Vuoi modificare le impostazioni della posizione del database della carte?
MainWindow
-
+ There are too many concurrent connections from your address.Ci sono troppe connessioni contemporanee dal tuo indirizzo.
-
+ Scheduled server shutdown.Spegnimento del server in programma.
-
+ Banned by moderatorBannato dal moderatore
-
+ Expected end time: %1Fine prevista: %1
-
+ This ban lasts indefinitely.Questo ban dura a tempo indeterminato.
-
+ Connection closedConnessione chiusa
-
+ The server has terminated your connection.
Reason: %1Hai perso la connessione con il server.
Ragione: %1
-
+ Scheduled server shutdownSpegnimento del server in programma
-
+ The server is going to be restarted in %n minute(s).
All running games will be lost.
Reason for shutdown: %1
@@ -1859,504 +1916,514 @@ Tutti le partite saranno perse.
Ragione dello spegnimento: %1
-
+ Number of playersNumero di giocatori
-
+ Please enter the number of players.Inserisci il numero di giocatori.
-
+ Player %1Giocatore %1
-
+ Load replayCarica replay
-
+ About CockatriceInfo su Cockatrice
-
+ Version %1Versione %1
-
+ Translators:Traduttori:
-
+ Project Manager:Manager del progetto:
-
+ The server has reached its maximum user capacity, please check back later.Il server ha raggiunto la sua massima capacità di utenti, riprova più tardi.
-
-
+
+ Invalid username.Nome utente non valido.
-
+ You have been logged out due to logging in at another location.Sei stato disconnesso: ti sei connesso da un'altra postazione.
-
-
+
+ SuccessSuccesso
-
+ Registration accepted.
Will now login.Registrazione accettata.
Login in corso.
-
+ Account activation accepted.
Will now login.Attivazione account accettata.
Login in corso.
-
+
+ Cockatrice Webpage
+ Sito di Cockatrice
+
+
+ Past Project Managers:Manager precedenti:
-
+ Developers:Sviluppatori:
-
+ Our DevelopersI nostri sviluppatori
-
+ Help Develop!Aiutaci nello sviluppo!
-
+ Recognition PageInformazioni generali
-
+ Help Translate!Aiutaci nella traduzione!
-
+ Support:Supporto:
-
+ Report an IssueSegnala un problema
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ErrorErrore
-
+ Server timeoutTimeout del server
-
+ Failed LoginLogin fallito
-
+ Your client does not support features that the server requires, please update your client and try again.La tua versione del programma non supporta funzionalità richieste dal server, aggiorna il programma e riprova.
-
+ Incorrect username or password. Please check your authentication information and try again.Nome utente o password non validi. Ricontrolla i tuoi dati di accesso e riprova.
-
+ There is already an active session using this user name.
Please close that session first and re-login.Sei già loggato in un'altra sessione con questo username.
Chiudi prima quella sessione e riprova a loggare.
-
-
+
+ You are banned until %1.Sei bannato fino a %1.
-
-
+
+ You are banned indefinitely.Sei stato bannato per tempo indeterminato.
-
+ This server requires user registration. Do you want to register now?Questo server richiede la registrazione degli utenti. Vuoi registrarti adesso?
-
+ This server requires client ID's. Your client is either failing to generate an ID or you are running a modified client.
Please close and reopen your client to try again.Il server richiede un client ID. Il tuo programma non ha generato un client ID.
Riprova dopo ver chiuso e riaperto il tuo programma.
-
+ An internal error has occurred, please try closing and reopening your client and try again. If the error persists try updating your client to the most recent build and if need be contact your software provider.Si è verificato un errore, riprova chiudendo e riaprendo il programma. Se l'errore persiste, aggiorna il programma all'ultima versione o chiedi assistenza.
-
+ Account activationAttivazione account
-
+ Unknown login error: %1Errore di login sconosciuto: %1
-
-
+
+
This usually means that your client version is out of date, and the server sent a reply your client doesn't understand.
Solitamente questo significa che stai usando una vecchia versione del programma, e il server ha inviato un messaggio che il tuo programma non è in grado di comprendere.
-
+ Your username must respect these rules:Il nome utente deve seguire queste regole:
-
+ is %1 - %2 characters longessere lungo %1 - %2 caratteri
-
+ can %1 contain lowercase characters%1 può contenere caratteri minuscoli
-
-
-
+
+
+ NOTNON
-
+ can %1 contain uppercase characters%1 può contenere caratteri maiuscoli
-
+ can %1 contain numeric characters%1 può contenere numeri
-
+ can contain the following punctuation: %1può contenere la punteggiatura: %1
-
+ first character can %1 be a punctuation markil primo carattere %1 può essere punteggiatura
-
+ You may only use A-Z, a-z, 0-9, _, ., and - in your username.Puoi usare solo i caratteri A-Z, a-z, 0-9, _, ., e - nel tuo nome utente.
-
-
-
-
-
+
+
+
+
+ Registration deniedRegistrazione negata
-
+ Registration is currently disabled on this serverLa registrazione è disabilitata su questo server
-
+ There is already an existing account with the same user name.Esiste già un account con lo stesso nome utente.
-
+ It's mandatory to specify a valid email address when registering.E' obbligatorio specificare un indirizzo email valido per la registrazione.
-
+ Too many registration attempts from your IP address.Ci sono troppi tentativi di registrazione dal tuo indirizzo.
-
+ Password too short.Password troppo corta.
-
+ Registration failed for a technical problem on the server.La registrazione è fallita a causa di un problema tecnico sul server.
-
+ Unknown registration error: %1Errore di registrazione sconosciuto: %1
-
+ Account activation failedAttivazione account fallita
-
+ Socket error: %1Errore nella connessione: %1
-
+ You are trying to connect to an obsolete server. Please downgrade your Cockatrice version or connect to a suitable server.
Local version is %1, remote version is %2.Stai cercando di connetterti a un server obsoleto. Declassa la versione di Cockatrice per farlo funzionare o connetti ad un altro server.
La tua versione è la %1, la versione remota è la %2.
-
+ Your Cockatrice client is obsolete. Please update your Cockatrice version.
Local version is %1, remote version is %2.La tua versione di Cockatrice è obsoleta. Aggiorna la tua versione di Cockatrice.
La tua versione è la %1, la versione online è la %2.
-
+ Connecting to %1...Connessione a %1...
-
+ Registering to %1 as %2...Registrazione su %1 come %2...
-
+ DisconnectedDisconnesso
-
+ Connected, logging in at %1Connesso, login in corso su %1
-
+ &Connect...&Connetti...
-
+ &Disconnect&Disconnetti
-
+ Start &local game...Inizia &partita in locale...
-
+ &Watch replay...&Visualizza replay...
-
+ &Deck editor&Editore di mazzi
-
+ &Full screen&Schermo intero
-
+ &Register to server...&Registrati sul server...
-
+ &Settings...&Impostazioni...
-
-
+
+ &Exit&Esci
-
+ A&ctionsA&zioni
-
+ &Cockatrice&Cockatrice
-
+ &About Cockatrice&Info su Cockatrice
-
+
+ &Update Cockatrice
+ Aggiorna Cockatrice
+
+
+ &Help&Aiuto
-
+ Check for card updates...Aggiorna carte...
-
+ A card database update is already running.L'aggiornamento delle carte è già in corso.
-
+ Unable to run the card database updater: Impossibile avviare l'aggiornamento delle carte:
-
+ The card database updater exited with an error: %1L'aggiornamento delle carte ha causato un errore: %1
-
+ Update completed successfully. Cockatrice will now reload the card database.Aggiornamento delle carte completato. Il database delle carte verrà ricaricato.
-
+ Your client appears to be missing features that the server supports.
This usually means that your client version is out of date, please check to see if there is a new client available for download.La tua versione del programma sembra non avere delle funzionalità che il server supporta.
Questo tipicamente significa che sta usando una vecchia versione del programma, e che dovresti aggiornarla.
-
-
-
+
+
+ InformationInformazione
-
+ TroubleshootingRisoluzione dei problemi
-
+ F.A.Q.F.A.Q.
-
+ Your account has not been activated yet.
You need to provide the activation token received in the activation emailIl tuo account non è ancora attivo.
Per attivarlo inserisci il codice di attivazione ricevuto tramite email
-
+ failed to start.avvio fallito.
-
+ crashed.crashato.
-
+ timed out.time out.
-
+ write error.errore di scrittura.
-
+ read error.errore di lettura.
-
+ unknown error.errore sconosciuto.
@@ -2364,17 +2431,17 @@ Per attivarlo inserisci il codice di attivazione ricevuto tramite email
MessageLogWidget
-
+ The game has been closed.La partita è stata chiusa.
-
+ %1 is now watching the game.%1 sta osservando la partita.
-
+ %1 is not watching the game any more.%1 non sta più osservando la partita.
@@ -2422,136 +2489,136 @@ Per attivarlo inserisci il codice di attivazione ricevuto tramite email%1 è entrato nella partita.
-
+ %1 has left the game.female%1 ha abbandonato la partia.
-
+ %1 has left the game.male%1 ha abbandonato la partita.
-
+ You have been kicked out of the game.Sei stato cacciato dalla partita.
-
+ %1 has loaded a deck (%2).%1 ha caricato un mazzo (%2).
-
+ %1 has loaded a deck with %2 sideboard cards (%3).%1 ha caricato un mazzo con %2 carte in sideboard (%3).
-
+ %1 is ready to start the game.female%1 è pronta a iniziare la partita.
-
+ %1 is ready to start the game.male%1 è pronto a iniziare la partita.
-
+ %1 is not ready to start the game any more.female%1 non è più pronta a iniziare la partita.
-
+ %1 is not ready to start the game any more.male%1 non è più pronto a iniziare la partita.
-
+ %1 has locked her sideboard.female%1 ha bloccato la sua sideboard.
-
+ %1 has locked his sideboard.male%1 ha bloccato la sua sideboard.
-
+ %1 has unlocked her sideboard.female%1 ha sbloccato la sua sideboard.
-
+ %1 has unlocked his sideboard.male%1 ha sbloccato la sua sideboard.
-
+ %1 has conceded the game.female%1 ha concesso la partita.
-
+ %1 has conceded the game.male%1 ha concesso la partita.
-
-
- %1 has restored connection to the game.
- female
- %1 ha ripristinato il collegamento alla partita.
-
-
-
- %1 has restored connection to the game.
- male
- %1 ha ripristinato il collegamento alla partita.
-
- %1 has lost connection to the game.
+ %1 has restored connection to the game.female
- %1 ha perso il collegamento alla partita.
+ %1 ha ripristinato il collegamento alla partita.
+ %1 has restored connection to the game.
+ male
+ %1 ha ripristinato il collegamento alla partita.
+
+
+
+ %1 has lost connection to the game.
+ female
+ %1 ha perso il collegamento alla partita.
+
+
+ %1 has lost connection to the game.male%1 ha perso il collegamento alla partita.
-
+ %1 shuffles %2.female%1 mischia %2.
-
+ %1 shuffles %2.male%1 mischia %2.
-
+ %1 rolls a %2 with a %3-sided die.female%1 lancia un %2 con %3 facce.
-
+ %1 rolls a %2 with a %3-sided die.male%1 lancia un %2 con %3 facce.
@@ -2573,464 +2640,486 @@ Per attivarlo inserisci il codice di attivazione ricevuto tramite email
-
+ %1 undoes his last draw.%1 annulla la sua ultima pescata.
-
+ %1 undoes her last draw.%1 annulla la sua ultima pescata.
-
+ %1 undoes his last draw (%2).%1 annulla la sua ultima pescata (%2).
-
+ %1 undoes her last draw (%2).%1 annulla la sua ultima pescata (%2).
-
+ from exile dall'esilio
-
+ the bottom card of %1's libraryl'ultima carta del grimorio di %1
-
+ the bottom card of his libraryl'ultima carta del suo grimorio
-
+ the bottom card of her libraryl'ultima carta del suo grimorio
-
+ from the bottom of %1's librarydalla fine del grimorio di %1
-
+ from the bottom of his librarydal fondo del suo grimorio
-
+ from the bottom of her librarydal fondo del suo grimorio
-
+ the top card of %1's libraryla prima carta del grimorio di %1
-
+
+ Heads (1)
+ Testa (1)
+
+
+
+ Tails (2)
+ Croce (2)
+
+
+
+ %1 flipped a coin. It landed as %2.
+ female
+ %1 ha lanciato una moneta. Il risultato è $2.
+
+
+
+ %1 flipped a coin. It landed as %2.
+ male
+ %1 ha lanciato una moneta. Il risultato è $2.
+
+
+ the top card of his libraryla prima carta del suo grimorio
-
+ the top card of her libraryla prima carta del suo grimorio
-
+ from the top of %1's library dalla cima del grimorio di %1
-
+ from the top of his library dalla cima del suo grimorio
-
+ from the top of her library dalla cima del suo grimorio
-
+ from %1's librarydal grimorio di %1
-
+ from library dal grimorio
-
+ from sideboard dalla sideboard
-
+ from the stack dalla pila
-
+ %1 gives %2 control over %3.%1 da il controllo di %2 a %3.
-
+ %1 puts %2 into play tapped%3.%1 mette %2 in gioco tappata%3.
-
+ %1 puts %2 into play%3.%1 mette %2 in gioco%3.
-
+ %1 exiles %2%3.%1 esilia %2%3.
-
+ %1 puts %2%3 into his library.%1 mette %2%3 nel suo grimorio.
-
+ %1 puts %2%3 into her library.%1 mette %2%3 nel suo grimorio.
-
+ %1 puts %2%3 on bottom of his library.%1 mette %2%3 in fondo al suo grimorio.
-
+ %1 puts %2%3 on bottom of her library.%1 mette %2%3 in fondo al suo grimorio.
-
+ %1 puts %2%3 on top of his library.%1 mette %2%3 in cima al suo grimorio.
-
+ %1 puts %2%3 on top of her library.%1 mette %2%3 in cima al suo grimorio.
-
+ %1 puts %2%3 into his library at position %4.%1 mette %2%3 nel suo grimorio alla posizione %4.
-
+ %1 puts %2%3 into her library at position %4.%1 mette %2%3 nel suo grimorio alla posizione %4.
-
+ %1 moves %2%3 to sideboard.%1 mette %2%3 in sideboard.
-
+ %1 plays %2%3.%1 gioca %2%3.
-
+ %1 takes a mulligan to %n.female%1 mulliga a %n.%1 mulliga a %n.
-
+ %1 takes a mulligan to %n.male%1 mulliga a %n.%1 mulliga a %n.
-
+ %1 flips %2 face-down.female%1 gira %2 a faccia in giù.
-
+ %1 flips %2 face-down.male%1 gira %2 a faccia in giù.
-
+ %1 flips %2 face-up.female%1 gira %2 a faccia in su.
-
+ %1 flips %2 face-up.male%1 gira %2 a faccia in su.
-
+ %1 destroys %2.female%1 distrugge %2.
-
+ %1 destroys %2.male%1 distrugge %2.
-
+ %1 unattaches %2.female%1 stacca %2.
-
+ %1 unattaches %2.male%1 stacca %2.
-
+ %1 creates token: %2%3.female%1 crea una pedina: %2%3.
-
+ %1 creates token: %2%3.male%1 crea una pedina: %2%3.
-
+ %1 points from her %2 to herself.female%1 disegna una freccia dal suo %2 a sé stessa.
-
+ %1 points from his %2 to himself.male%1 disegna una freccia dal suo %2 a sé stesso.
-
+ %1 points from her %2 to %3.p1 female, p2 female%1 disegna una freccia dal suo %2 a %3.
-
+ %1 points from her %2 to %3.p1 female, p2 male%1 disegna una freccia dal suo %2 a %3.
-
+ %1 points from his %2 to %3.p1 male, p2 female%1 disegna una freccia dal suo %2 a %3.
-
+ %1 points from his %2 to %3.p1 male, p2 male%1 disegna una freccia dal suo %2 a %3.
-
+ %1 points from %2's %3 to herself.card owner female, target female%1 disegna una freccia dal %3 di %2 a sé stessa.
-
+ %1 points from %2's %3 to herself.card owner male, target female%1 disegna una freccia dal %3 di %2 a sé stessa.
-
+ %1 points from %2's %3 to himself.card owner female, target male%1 disegna una freccia dal %3 di %2 a sé stesso.
-
+ %1 points from %2's %3 to himself.card owner male, target male%1 disegna una freccia dal %3 di %2 a sé stesso.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 female%1 disegna una freccia dal %3 di %2 a %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 male%1 disegna una freccia dal %3 di %2 a %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 female%1 disegna una freccia dal %3 di %2 a %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 male%1 disegna una freccia dal %3 di %2 a %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 female%1 disegna una freccia dal %3 di %2 a %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 male%1 disegna una freccia dal %3 di %2 a %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 female%1 disegna una freccia dal %3 di %2 a %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 male%1 disegna una freccia dal %3 di %2 a %4.
-
+ %1 points from her %2 to her %3.female%1 disegna una freccia dal suo %2 al suo %3.
-
+ %1 points from his %2 to his %3.male%1 disegna una freccia dal suo %2 al suo %3.
-
+ %1 points from her %2 to %3's %4.p1 female, p2 female%1 disegna una freccia dal suo %2 al %4 di %3.
-
+ %1 points from her %2 to %3's %4.p1 female, p2 male%1 disegna una freccia dal suo %2 al %4 di %3.
-
+ %1 points from his %2 to %3's %4.p1 male, p2 female%1 disegna una freccia dal suo %2 al %4 di %3.
-
+ %1 points from his %2 to %3's %4.p1 male, p2 male%1 disegna una freccia dal suo %2 al %4 di %3.
-
+ %1 points from %2's %3 to her own %4.card owner female, target female%1 disegna una freccia dal %3 di %2 al proprio %4.
-
+ %1 points from %2's %3 to her own %4.card owner male, target female%1 disegna una freccia dal %3 di %2 al proprio %4.
-
+ %1 points from %2's %3 to his own %4.card owner female, target male%1 disegna una freccia dal %3 di %2 al proprio %4.
-
+ %1 points from %2's %3 to his own %4.card owner male, target male%1 disegna una freccia dal %3 di %2 al proprio %4.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 female%1 disegna una freccia dal %3 di %2 al %5 di %4.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 male%1 disegna una freccia dal %3 di %2 al %5 di %4.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 female%1 disegna una freccia dal %3 di %2 al %5 di %4.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 male%1 disegna una freccia dal %3 di %2 al %5 di %4.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 female%1 disegna una freccia dal %3 di %2 al %5 di %4.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 male%1 disegna una freccia dal %3 di %2 al %5 di %4.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 female%1 disegna una freccia dal %3 di %2 al %5 di %4.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 male%1 disegna una freccia dal %3 di %2 al %5 di %4.
@@ -3056,121 +3145,121 @@ Per attivarlo inserisci il codice di attivazione ricevuto tramite email%1 rimuove uno segnalino %2 su %3 (adesso ne ha %4).%1 rimuove %n segnalini %2 su %3 (adesso ne ha %4).
-
+ %1 taps her permanents.female%1 tappa i suoi permanenti.
-
+ %1 untaps her permanents.female%1 stappa i suoi permanenti.
-
+ %1 taps his permanents.male%1 tappa i suoi permanenti.
-
+ %1 untaps his permanents.male%1 stappa i suoi permanenti.
-
+ %1 taps %2.female%1 tappa %2.
-
+ %1 untaps %2.female%1 stappa %2.
-
+ %1 taps %2.male%1 tappa %2.
-
+ %1 untaps %2.male%1 stappa %2.
-
+ %1 sets counter %2 to %3 (%4%5).female%1 imposta i segnalini %2 a %3 (%4%5).
-
+ %1 sets counter %2 to %3 (%4%5).male%1 imposta i segnalini %2 a %3 (%4%5).
-
+ %1 sets %2 to not untap normally.female%1 imposta che %2 non stappa normalmente.
-
+ %1 sets %2 to not untap normally.male%1 imposta che %2 non stappa normalmente.
-
+ %1 sets %2 to untap normally.female%1 imposta che %2 stappa normalmente.
-
+ %1 sets %2 to untap normally.male%1 imposta che %2 stappa normalmente.
-
+ %1 sets PT of %2 to %3.female%1 imposta la FC di %2 a %3.
-
+ %1 sets PT of %2 to %3.male%1 imposta la FC di %2 a %3.
-
+ %1 sets annotation of %2 to %3.female%1 imposta le annotazioni di %2 con %3.
-
+ %1 sets annotation of %2 to %3.male%1 imposta le annotazioni di %2 con %3.
-
+ %1 is looking at %2.female%1 sta guardando il %2.
-
+ %1 is looking at %2.male%1 sta guardando il %2.
@@ -3186,174 +3275,174 @@ Per attivarlo inserisci il codice di attivazione ricevuto tramite email%1 sta guardando le prime %2 carte di %3.%1 sta guardando le prime %n carte di %2.
-
+ %1 stops looking at %2.female%1 non sta più guardando il %2.
-
+ %1 stops looking at %2.male%1 non sta più guardando il %2.
-
+ %1 reveals %2 to %3.p1 female, p2 female%1 rivela %2 a %3.
-
-
- %1 reveals %2 to %3.
- p1 female, p2 male
- %1 rivela %2 a %3.
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 female
- %1 rivela %2 a %3.
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 male
- %1 rivela %2 a %3.
-
-
-
- %1 reveals %2.
- female
- %1 rivela %2.
-
-
-
- %1 reveals %2.
- male
- %1 rivela %2.
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 female
- %1 rivela a caso %2%3 a %4.
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 male
- %1 rivela a caso %2%3 a %4.
-
+ %1 reveals %2 to %3.
+ p1 female, p2 male
+ %1 rivela %2 a %3.
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 female
+ %1 rivela %2 a %3.
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 male
+ %1 rivela %2 a %3.
+
+
+
+ %1 reveals %2.
+ female
+ %1 rivela %2.
+
+
+
+ %1 reveals %2.
+ male
+ %1 rivela %2.
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 female
+ %1 rivela a caso %2%3 a %4.
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 male
+ %1 rivela a caso %2%3 a %4.
+
+
+ %1 randomly reveals %2%3 to %4.p1 male, p2 female%1 rivela a caso %2%3 a %4.
-
+ %1 randomly reveals %2%3 to %4.p1 male, p2 male%1 rivela a caso %2%3 a %4.
-
+ %1 randomly reveals %2%3.female%1 rivela a caso %2%3.
-
+ %1 randomly reveals %2%3.male%1 rivela a caso %2%3.
-
+ %1 peeks at face down card #%2.female%1 ha sbirciato la faccia in giù della carta #%2.
-
+ %1 peeks at face down card #%2.male%1 ha sbirciato la faccia in giù della carta #%2.
-
+ %1 peeks at face down card #%2: %3.female%1 ha sbirciato la faccia in giù della carta #%2: %3.
-
+ %1 peeks at face down card #%2: %3.male%1 ha sbirciato la faccia in giù della carta #%2: %3.
-
+ %1 reveals %2%3 to %4.p1 female, p2 female%1 rivela %2%3 a %4.
-
+ %1 reveals %2%3 to %4.p1 female, p2 male%1 rivela %2%3 a %4.
-
+ %1 reveals %2%3 to %4.p1 male, p2 female%1 rivela %2%3 a %4.
-
+ %1 reveals %2%3 to %4.p1 male, p2 male%1 rivela %2%3 a %4.
-
+ %1 reveals %2%3.female%1 rivela %2%3.
-
+ %1 reveals %2%3.male%1 rivela %2%3.
-
+ %1 is now keeping the top card %2 revealed.%1 sta tenendo la prima carta %2 rivelata.
-
+ %1 is not revealing the top card %2 any longer.%1 non sta più rivelando la prima carta %2.
-
+ It is now %1's turn.femaleÈ il turno di %1.
-
+ It is now %1's turn.maleÈ il turno di %1.
-
-
+
+ a carduna carta
@@ -3372,32 +3461,32 @@ Per attivarlo inserisci il codice di attivazione ricevuto tramite email
-
+ redrossorossi
-
+ yellowgiallogialli
-
+ greenverdeverdi
-
+ The game has started.La partita è iniziata.
-
+ %1 draws his initial hand.%1 pesca la sua mano iniziale.
-
+ %1 draws her initial hand.%1 pesca la sua mano iniziale.
@@ -3416,179 +3505,179 @@ Per attivarlo inserisci il codice di attivazione ricevuto tramite email
-
+ ending phaseFase finale
-
+ untap stepInterfase di stappo
-
+ %1 draws %2 card(s).female%1 pesca %2 carta(e).
-
+ %1 draws %2 card(s).male%1 pesca %2 carta(e).
-
+ from playdal gioco
-
+ from her graveyarddal suo cimitero
-
+ from his graveyarddal suo cimitero
-
+ from her handdalla sua mano
-
+ from his handdalla sua mano
-
+ %1 puts %2%3 into her graveyard.%1 mette %2%3 nel suo cimitero.
-
+ %1 puts %2%3 into his graveyard.%1 mette %2%3 nel suo cimitero.
-
+ %1 moves %2%3 to her hand.%1 prende %2%3 in mano.
-
+ %1 moves %2%3 to his hand.%1 prende %2%3 in mano.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 female%1 attacca %2 a %3 di %4.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 male%1 attacca %2 a %3 di %4.
-
+ %1 attaches %2 to %3's %4.p1 male, p2 female%1 attacca %2 a %3 di %4.
-
+ %1 attaches %2 to %3's %4.p1 male, p2 male%1 attacca %2 a %3 di %4.
-
+ %1 places %2 %3 counter(s) on %4 (now %5).female%1 mette %2 %3 segnalino(i) su %4 (adesso ne ha %5).
-
+ %1 places %2 %3 counter(s) on %4 (now %5).male%1 mette %2 %3 segnalino(i) su %4 (adesso ne ha %5).
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).female%1 rimuove %2 %3 segnalino(i) da %4 (adesso ne ha %5).
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).male%1 rimuove %2 %3 segnalino(i) da %4 (adesso ne ha %5).
-
+ %1 is looking at the top %2 card(s) %3.female%1 sta guardando le prime %2 carta(e) di %3.
-
+ %1 is looking at the top %2 card(s) %3.male%1 sta guardando le prime %2 carta(e) di %3.
-
+ upkeep stepInterfase di mantenimento
-
+ draw stepInterfase di pescaggio
-
+ first main phasePrima fase principale
-
+ beginning of combat stepInterfase di inizio combattimento
-
+ declare attackers stepInterfase di dichiarazione degli attaccanti
-
+ declare blockers stepInterfase di dichiarazione dei bloccanti
-
+ combat damage stepInterfase di risoluzione del danno da combattimento
-
+ end of combat stepInterfase di fine combattimento
-
+ second main phaseSeconda fase principale
-
+ It is now the %1.È adesso la %1.
@@ -3596,74 +3685,79 @@ Per attivarlo inserisci il codice di attivazione ricevuto tramite email
MessagesSettingsPage
-
+ Chat settingsImpostazioni Chat
-
+ Custom alert wordsLista parole evidenziate
-
+ Enable chat mentionsAbilita citazioni in chat
-
+ Enable mention completerAbilita completamento citazioni
-
+ In-game message macrosMessaggi rapidi in partita
-
+ Ignore chat room messages sent by unregistered usersIgnora i messaggi in chat inviati dagli utenti non registrati
-
+ Ignore private messages sent by unregistered usersIgnora i messaggi privati inviati dagli utenti non registrati
-
+ Enable desktop notifications for private messagesAbilita notifiche sul desktop per i messaggi privati
-
+
+ Enable desktop notification for mentions
+ Abilita notifiche sul desktop per le menzioni
+
+
+
+ Enable room message history on join
+ Abilita messaggi recenti all'entrata
+
+
+ Separate words with a space, alphanumeric characters onlySeparare le parole con uno spazio; solo caratteri alfanumerici
-
-
+
+ Invert text colorInverti colore testo
-
- Enable desktop notification for mentions.
- Abilita le notifiche sul desktop per le menzioni.
-
-
-
-
+
+ (Color is hexadecimal)(Colore in esadecimale)
-
+ Add messageAggiungi messaggio
-
+ Message:Messaggio:
@@ -4107,7 +4201,7 @@ Per attivarlo inserisci il codice di attivazione ricevuto tramite email
-
+ Number:Numero:
@@ -4132,32 +4226,33 @@ Per attivarlo inserisci il codice di attivazione ricevuto tramite emailNumero di facce:
-
+ Set power/toughnessImposta forza/costituzione
-
+ Please enter the new PT:Inserisci la nuova FC:
-
+ Set annotationImposta annotazione
-
+ Please enter the new annotation:Inserisci le nuove annotazioni:
-
+ Set countersImposta i segnalini
-
+
+ Cr&eate related cardCr&ea carta collegata
@@ -4165,37 +4260,37 @@ Per attivarlo inserisci il codice di attivazione ricevuto tramite email
QMenuBar
-
+ ServicesServizi
-
+ Hide %1Nascondi %1
-
+ Hide OthersNascondi altre
-
+ Show AllMostra tutte
-
+ Preferences...Preferenze...
-
+ Quit %1Esci da %1
-
+ About %1Informazioni su %1
@@ -4203,14 +4298,14 @@ Per attivarlo inserisci il codice di attivazione ricevuto tramite email
QObject
-
+ Cockatrice replays (*.cor)Replay di Cockatrice (*.cor)
- Common deck formats (*.cod *.dec *.mwDeck)
- Formati di mazzo comuni (*.cod *.dec *.mwDeck)
+ Common deck formats (*.cod *.dec *.txt *.mwDeck)
+ Formati di mazzo comuni (*.cod *.dec *.txt *.mwDeck)
@@ -4306,27 +4401,11 @@ Per attivarlo inserisci il codice di attivazione ricevuto tramite emailGames
Partite
-
-
-
- Error
- Errore
-
-
-
- You do not have the proper permission to join this room.
- Non hai i permessi necessari ad entrare in questa partita.
-
-
-
- Failed to join the room due to an unknown error.
- Errore cercando di entrare nella partita.
- SequenceEdit
-
+ Shortcut already in useCombinazione già usata
@@ -4359,6 +4438,29 @@ Per attivarlo inserisci il codice di attivazione ricevuto tramite emailData di rilascio
+
+ ShortcutsTab
+
+
+ Restore all default shortcuts
+ Ripristina combinazioni predefinite
+
+
+
+ Do you really want to restore all default shortcuts?
+ Vuoi veramente ripristinare tutte le combinazioni predefinite?
+
+
+
+ Clear all default shortcuts
+ Rimuovi tutte le combinazioni predefinite
+
+
+
+ Do you really want to clear all shortcuts?
+ Vuoi veramente rimuovere tutte le combinazioni?
+
+ShutdownDialog
@@ -4380,37 +4482,32 @@ Per attivarlo inserisci il codice di attivazione ricevuto tramite email
SoundSettingsPage
-
- Choose path
- Scegli percorso
-
-
-
+ Enable &soundsAbilita &suoni
-
- Path to sounds directory:
- Percorso alla cartella dei suoni:
+
+ Current sounds theme:
+ Tema sonoro attuale:
-
+ Test system sound engineProva il funzionamento dei suoni
-
+ Sound settingsImpostazioni suoni
-
+ Master volume requires QT5Il controllo volume richiede QT5
-
+ Master volumeVolume
@@ -4418,42 +4515,42 @@ Per attivarlo inserisci il codice di attivazione ricevuto tramite email
TabAdmin
-
+ Update server &messageAggiorna &messaggio del server
-
+ &Shut down server&Spegni il server
-
+ &Reload configuration&Ricarica configurazione
-
+ Server administration functionsFunzioni da amministratore del server
-
+ &Unlock functions&Sblocca funzioni
-
+ &Lock functions&Blocca funzioni
-
+ Unlock administration functionsSblocca le funzioni da amministratore
-
+ Do you really want to unlock the administration functions?Vuoi veramente sbloccare le funzioni da amministratore?
@@ -4466,152 +4563,140 @@ Per attivarlo inserisci il codice di attivazione ricevuto tramite email
TabDeckEditor
-
+ &Print deck...&Stampa mazzo...
-
+ &Close&Chiudi
-
+ &Edit sets...&Modifica set...
-
+
+ FiltersFiltri
-
+ &Clear all filtersRimuovi tutti
-
+ Delete selectedRimuovi selez.
-
+ Deck &name:&Nome mazzo:
-
+ &Comments:&Commenti:
-
+ Hash:Hash:
-
+ &New deck&Nuovo mazzo
-
+ &Load deck...&Carica mazzo...
-
+ &Save deck&Salva mazzo
-
+ Save deck &as...Salva mazzo &con nome...
-
+ Load deck from cl&ipboard...Carica mazzo dagli app&unti...
-
+ Save deck to clip&boardSalva mazzo nei app&unti
-
+ &Analyze deck on deckstats.net&Analizza il mazzo con deckstats.net
-
+ Open custom image folderApri cartella immagini personalizzate
-
+ Open custom sets folderApri cartella set personalizzati
-
+ Add card to &maindeckAggiungi carta al &grimorio
-
+ Add card to &sideboardAggiungi carta al &sideboard
-
+ &Deck EditorEditor di mazzi
-
+ C&ard DatabaseDatabase delle C&arte
-
- Show/Hide card information
- Mostra/nascondi info carta
-
-
-
- Show/Hide deck
- Mostra/nascondi mazzo
-
-
-
- Show/Hide filters
- Mostra/nascondi filtri
-
-
-
+ Reset layoutResetta disposizione
-
+
+ Card InfoInfo carta
-
+
+ DeckMazzo
-
+ WelcomeBenvenuto
-
+ Hi! It seems like you're running this version of Cockatrice for the first time.
All the sets in the card database have been enabled.
Read more about changing the set order or disabling specific sets and consequent effects in the "Edit Sets" window.
@@ -4620,69 +4705,88 @@ Tutti i set nel database delle carte sono stati attivati.
Se vuoi cambiare l'ordine dei set o disattivarne alcuni, dai un'occhiata alla finestra "Modifica set".
-
+ &Remove row&Rimuovi carta
-
+ &Increment number&Aumenta il numero
-
+ &Decrement number&Diminuisci il numero
-
+ Edit &tokens...Modifica &pedine...
-
+
+ &View
+ &Visualizza
+
+
+
+
+
+ Visible
+ Mostra
+
+
+
+
+
+ Floating
+ Separata
+
+
+ Deck: %1Mazzo: %1
-
+ Are you sure?Sei sicuro?
-
+ The decklist has been modified.
Do you want to save the changes?La lista del mazzo è stata modificata.
Vuoi salvare i cambiamenti?
-
+ Load deckCarica mazzo
-
-
-
+
+
+ ErrorErrore
-
+ The deck could not be saved.Il mazzo non può essere salvato.
-
-
+
+ The deck could not be saved.
Please check that the directory is writable and try again.Il mazzo non può essere salvato.
Controlla se la cartella è valida e prova ancora.
-
+ Save deckSalva mazzo
@@ -4690,83 +4794,83 @@ Controlla se la cartella è valida e prova ancora.
TabDeckStorage
-
+ Local file systemFile locali
-
+ Server deck storageMazzi su server
-
-
+
+ Open in deck editorApri nell'editore di mazzi
-
+ Upload deckUpload mazzo
-
+ Download deckScarica mazzo
-
-
+
+ New folderNuova cartella
-
-
+
+ DeleteElimina
-
+ Enter deck nameInserisci il nome del mazzo
-
+ This decklist does not have a name.
Please enter a name:Questo mazzo non ha un nome. Per favore inserisci un nome:
-
+ Unnamed deckMazzo senza nome
-
+ Delete local fileElimina file locali
-
-
-
+
+
+ Are you sure you want to delete "%1"?Sei sicuro di voler eliminare %1?
-
+ Name of new folder:Nome della nuova cartella:
-
+ Delete remote folderCancella cartella remota
-
+ Delete remote deckElimina mazzo remoto
@@ -4779,135 +4883,344 @@ Please enter a name:
TabGame
-
+
+
+ Card Info
+ Info carta
+
+
+
+
+ Player List
+ Giocatori
+
+
+
+
+ Messages
+ Messaggi
+
+
+
+
+ Replay Timeline
+ Replay
+
+
+ &Phases&Fasi
-
+ &Game&Partita
-
+ Next &phaseProssima &fase
-
+ Next &turnProssimo &turno
-
+ &Remove all local arrows&Rimuovi tutte le frecce
-
+ Rotate View Cl&ockwiseRuota vista in senso &orario
-
+ Rotate View Co&unterclockwiseR&uota vista in senso antiorario
-
+ Game &information&Informazioni partita
-
+ &Concede&Concedi
-
+ &Leave game&Lascia partita
-
+ C&lose replayC&hiudi replay
-
+ &Say:&Parla:
-
+
+ &View
+ &Visualizza
+
+
+
+
+
+
+ Visible
+ Mostra
+
+
+
+
+
+
+ Floating
+ Separata
+
+
+
+ Reset layout
+ Resetta disposizione
+
+
+ ConcedeConcedi
-
+ Are you sure you want to concede this game?Vuoi veramente concedere la partita?
-
+ Leave gameLascia la partita
-
+ Are you sure you want to leave this game?Sei sicuro di voler lasciare la partita?
-
+ You are flooding the game. Please wait a couple of seconds.Stai spammando la partita. Attendi un paio di secondi.
-
+ You have been kicked out of the game.Sei stato kickato fuori dalla partita.
-
+ REPLAY REPLAY
+
+ TabLog
+
+
+ Logs
+ Registri
+
+
+
+
+ Error
+ Errore
+
+
+
+ You must select at least one filter.
+ Seleziona perlomeno un filtro.
+
+
+
+ You have to select a valid number of days to locate.
+ Seleziona un numero di giorni valido.
+
+
+
+ Username:
+ Nome utente:
+
+
+
+ IP Address:
+ Indirizzo IP:
+
+
+
+ Game Name:
+ Nome partita:
+
+
+
+ GameID:
+ ID Partita:
+
+
+
+ Message:
+ Messaggio:
+
+
+
+ Main Room
+ Stanza principale
+
+
+
+ Game Room
+ Stanza partita
+
+
+
+ Private Chat
+ Chat privata
+
+
+
+ Past X Days:
+ Ultimi X giorni:
+
+
+
+ Today
+ Oggi
+
+
+
+ Last Hour
+ Ultima ora
+
+
+
+ Maximum Results:
+ Massimo numero di risultati:
+
+
+
+ At least one filter is required.
+The more information you put in, the more specific your results will be.
+ E' richiesto perlomeno un filtro.
+Più informazioni inserisci, più specifici saranno i risultati.
+
+
+
+ Get User Logs
+ Ottieni registri utente
+
+
+
+ Clear Filters
+ Elimina filtri
+
+
+
+ Filters
+ Filtri
+
+
+
+ Log Locations
+ Posizioni registro
+
+
+
+ Date Range
+ Periodo
+
+
+
+ Maximum Results
+ Massimo numero di risultati
+
+
+
+ Room Logs
+ Registri stanze
+
+
+
+
+
+ Time;SenderName;SenderIP;Message;TargetID;TargetName
+ Ora;NomeMittente;IPMittente;Messaggio;IDDestinatario;NomeDestinatario
+
+
+
+ Game Logs
+ Registri partite
+
+
+
+ Chat Logs
+ Registri chat
+
+
+
+
+ Message History
+ Storico messaggi
+
+
+
+ There are no messages for the selected filters.
+ Nessun messaggio corrisponde ai filtri selezionati.
+
+
+
+ Failed to collect message history information.
+ Impossibile recuperare la storia dei ban.
+
+TabMessage
-
+ Private &chat&Chat privata
-
+ &Leave&Lascia
-
+ %1 - Private chat%1 - Chat privata
-
+ This user is ignoring you.Questo utente ti sta ignorando.
-
+ Private message from Messaggio privato da
-
+ %1 has left the server.%1 è uscito dal server.
-
+ %1 has joined the server.%1 è entrato nel server.
@@ -4915,54 +5228,54 @@ Please enter a name:
TabReplays
-
+ Local file systemFile locali
-
+ Server replay storageReplay sul server
-
-
+
+ Watch replayVisualizza replay
-
-
+
+ DeleteElimina
-
+ Download replayScarica replay
-
+ Toggle expiration lockMetti/togli blocco scadenza
-
+ Delete local fileElimina il file locale
-
+ Are you sure you want to delete "%1"?Sei sicuro di voler eliminare "%1"?
-
+ Delete remote replayElimina replay remoto
-
+ Are you sure you want to delete the replay of game %1?Sei sicuro di voler eliminare il replay della partita %1?
@@ -4975,47 +5288,47 @@ Please enter a name:
TabRoom
-
+ &Say:&Parla:
-
+ ChatChat
-
+ &Room&Stanza
-
+ &Leave room&Lascia stanza
-
+ &Clear chatPulisci &chat
-
+ Chat Settings...Impostazioni Chat...
-
+ mentioned you.ti ha menzionato.
-
+ Click to viewClicca per visualizzare
-
+ You are flooding the chat. Please wait a couple of seconds.Stai spammando la chat. Attendi un paio di secondi.
@@ -5023,43 +5336,83 @@ Please enter a name:
TabServer
-
+ ServerServer
+
+
+
+
+
+ Error
+ Errore
+
+
+
+ Failed to join the room: it doesn't exists on the server.
+ Errore cercando di entrare nella stanza: non esiste sul server.
+
+
+
+ The server thinks you are in the room but Cockatrice is unable to display it. Try restarting Cockatrice.
+ Il server pensa che tu sia già nella stanza ma Cockatrice non è in grado di mostrartela. Prova a riavviare Cockatrice.
+
+
+
+ You do not have the required permission to join this room.
+ Non hai i permessi necessari ad entrare in questa stanza.
+
+
+
+ Failed to join the room due to an unknown error: %1.
+ Errore cercando di entrare nella stanza: %1.
+ TabSupervisor
-
+ Are you sure?Sei sicuro?
-
+ There are still open games. Are you sure you want to quit?Ci sono ancora delle partite aperte. Sei sicuro di voler uscire?
-
+ PromotionPromozione
-
+ You have been promoted to moderator. Please log out and back in for changes to take effect.Sei stato promosso a moderatore. Esci e rientra per rendere effettiva la promozione.
+
+
+ Warned
+ Avviso
+
+
+
+ You have received a warning due to %1.
+Please refrain from engaging in this activity or further actions may be taken against you. If you have any questions, please private message a moderator.
+ Hai ricevuto un avviso a causa di %1.
+Se pregato di evitare di continuare questa attività o potrebbero venire presi ulteriori provvedimenti nel tuoi confronti. Per qualsiasi domanda, manda un messaggio ad un moderatore.
+ TabUserLists
-
+ Add to Buddy ListAggiungi a Lista Amici
-
+ Add to Ignore ListAggiungi a Lista Ignorati
@@ -5072,94 +5425,153 @@ Please enter a name:
UserContextMenu
-
+ User &details&Dettagli utente
-
+ Private &chat&Chat privata
-
+ Show this user's &gamesVisualizza le &partite dell'utente
-
+ Add to &buddy listAggiungi alla lista &amici
-
+ Remove from &buddy listRimuovi dalla lista &amici
-
+ Add to &ignore listAggiungi alla lista &ignorati
-
+ Remove from &ignore listRimuovi dalla lista &ignorati
-
+ Kick from &gameCaccia dalla &partita
-
+
+ Warn user
+ Avvisa utente
+
+
+
+ View user's war&n history
+ Mostra storia avvisi ute&nte
+
+
+ Ban from &serverBanna dal &server
-
+
+ View user's &ban history
+ Mostra storia &ban utente
+
+
+ &Promote user to moderator&Promuovi utente a moderatore
-
+ Dem&ote user from moderatorDegrada il m&oderatore ad utente
-
+ %1's gamesPartite di %1
-
-
+
+
+
+ Ban History
+ Storico ban
+
+
+
+ Ban Time;Moderator;Ban Length;Ban Reason;Visible Reason
+ Ora Ban;Moderatore;Durata Ban;Ragione Ban;Ragione Visibile
+
+
+
+ User has never been banned.
+ L'utente non è mai stato bannato.
+
+
+
+ Failed to collecting ban information.
+ Impossibile recuperare le informazioni sui ban.
+
+
+
+
+
+ Warning History
+ Storico avvisi
+
+
+
+ Warning Time;Moderator;User Name;Reason
+ Ora Avviso;Moderatore;Nome Utente;Ragione
+
+
+
+ User has never been warned.
+ L'utente non ha mai ricevuto avvisi.
+
+
+
+ Failed to collecting warning information.
+ Impossibile recuperare le informazioni sugli avvisi.
+
+
+
+ SuccessSuccesso
-
+ Successfully promoted user.Utente promosso.
-
+ Successfully demoted user.Utente degradato.
-
-
+
+ FailedFallito
-
+ Failed to promote user.Promozione fallita.
-
+ Failed to demote user.Degradazione fallita.
@@ -5331,42 +5743,42 @@ Please enter a name:
UserInterfaceSettingsPage
-
+ General interface settingsImpostazioni di interfaccia generale
-
+ Enable notifications in taskbarAbilita notifiche sulla barra delle applicazioni
-
+ Notify in the taskbar for game events while you are spectatingAbilita notifiche anche per i giochi in cui si è solo uno spettatore
-
+ &Double-click cards to play them (instead of single-click)&Doppio click sulle carte per giocarle (disabilitato un solo click)
-
+ &Play all nonlands onto the stack (not the battlefield) by defaultGioca tutte le carte non terra sulla &pila (invece che sul campo di battaglia)
-
+ Annotate card text on tokensAnnota il testo della carta sulle pedine
-
+ Animation settingsImpostazioni di animazione
-
+ &Tap/untap animationAnimazioni &Tappa/Stappa
@@ -5374,95 +5786,134 @@ Please enter a name:
UserList
-
+ Users connected to server: %1Utenti connessi al server: %1
-
+ Users in this room: %1Utenti in questa stanza: %1
-
+ Buddies online: %1 / %2Amici online: %1 / %2
-
+ Ignored users online: %1 / %2Utenti ignorati online: %1 / %2
+
+ WarningDialog
+
+
+ Which warning would you like to send?
+ Che avviso vorresti inviare?
+
+
+
+ &OK
+ &OK
+
+
+
+ &Cancel
+ &Annulla
+
+
+
+ Warn user for misconduct
+ Avvisa l'utente per cattivo comportamento
+
+
+
+
+ Error
+ Errore
+
+
+
+ User name to send a warning to can not be blank, please specify a user to warn.
+ Il nome utente a cui inviare l'avviso non può essere vuoto.
+
+
+
+ Warning to use can not be blank, please select a valid warning to send.
+ L'avviso da inviare non può essere vuoto.
+
+WndSets
-
+ Enable all setsAttiva tutti i set
-
+ Disable all setsDisattiva tutti i set
-
+ Move selected set upMuovi set selezionato su
-
+ Move selected set to the topMuovi set selezionato in cima
-
+ Move selected set downMuovi set selezionato giù
-
+ Move selected set to the bottomMuovi set selezionato in fondo
-
+ hints:suggerimenti:
-
+ Enable the sets that you want to have available in the deck editorAbilita i set che vuoi avere a disposizione nell'editor di mazzi
-
+ Move sets around to change their order, or click on a column header to sort sets on that fieldMuovi i set per cambiare il loro ordine, o clicca l'intestazione di una colonna per ordinare i set su quel campo
-
+ Sets order decides the source that will be used when loading images for a specific cardL'ordine dei set decide l'origine che verrà usata per caricare le immagini per le specifiche carte
-
+ Disabled sets will be used for loading images only if all the enabled sets failedI set disabilitati verranno usati per caricare immagini solo dopo tutti i set abilitati
-
+ Edit setsModifica impostazioni
-
+ SuccessSuccesso
-
+ The sets database has been saved successfully.Il database dei set è stato salvato correttamente.
@@ -5470,22 +5921,22 @@ Please enter a name:
ZoneViewWidget
-
+ sort by nameordina per nome
-
+ sort by typeordina per tipo
-
+ shuffle when closingmescola quando chiudi
-
+ pile viewvista raggruppata
@@ -5493,558 +5944,573 @@ Please enter a name:
shortcutsTab
-
+ FormSchermate
-
+ Main WindowFinestra principale
-
+ Deck editorEditor di mazzi
-
+ Local gameplayPartita locale
-
+ Watch replayVista replay
-
+ ConnectConnetti
-
+ RegisterRegistra
-
+ Full screenSchermo intero
-
+ SettingsImpostazioni
-
+ Check for card updatesAggiorna carte
-
+ ExitEsci
-
+ Deck EditorEditor di mazzi
-
+ Analyze deckAnalizza mazzo
-
+ Load deck (clipboard)Carica mazzo (appunti)
-
+ Clerar all filtersPulisci filtri
-
+ New deckNuovo mazzo
-
+ Clear one filterRimuovi filtro
-
+ Open custom folderApri cartella immagini
-
+ CloseChiudi
-
+ Print deckStampa mazzo
-
+ Edit setsModifica set
-
+ Delete cardCancella carta
-
+ Edit tokensModifica pedine
-
+ Reset layoutResetta disposizione
-
+ Add cardAggiungi carta
-
+ Save deckSalva mazzo
-
+ Remove cardRimuovi carta
-
+ Save deck asSalva mazzo con nome
-
+ Load deckCarica mazzo
-
+ Save deck (clipboard)Salva mazzo (appunti)
-
-
+
+ CountersSegnalini
-
+ LifePunti vita
-
-
-
-
-
+
+
+
+
+ SetImposta
-
-
-
-
+
+
+
+ AddAggiungi
-
-
-
-
+
+
+
+ RemoveTogli
-
+ RedRosso
-
+ GreenVerde
-
+ YellowGiallo
-
- Mainwindow / Deck editor
- Finestra / Editor mazzi
+
+ Playing Area
+ Area di gioco
-
- Power / toughness
- Forza / costituzione
+
+ Phases | P/T | Playing Area
+ Fasi | F/C | Area di gioco
-
- Power and toughness
- Forza e costituzione
+
+ Game Lobby
+ Ingresso gioco
-
+
+ Gameplay
+ Gioco
+
+
+
+ Draw | Move | View | Gameplay
+ Pesca | Sposta | Vedi | Gioco
+
+
+
+ How to set custom shortcuts
+ Come configurare combinazioni personalizzate
+
+
+
+ Restore all default shortcuts
+ Ripristina combinazioni predefinite
+
+
+
+ Clear all shortcuts
+ Rimuovi tutte le combinazioni
+
+
+ Add (+1/+1)Aggiungi (+1/+1)
-
+ Remove (-1/-1)Togli (-1/-1)
-
+ ToughnessCostituzione
-
+ Remove (-0/-1)Rimuovi (-0/-1)
-
+ Add (+0/+1)Aggiungi (+0/+1)
-
+ PowerForza
-
+ Remove (-1/-0)Togli (-1/-0)
-
+ Add (+1/+0)Aggiungi (+1/+0)
-
+ Game PhasesFasi di gioco
-
+ UntapStap
-
+ DisconnectDisconnetti
-
+
+ Main Window | Deck Editor
+ Finestra | Editor mazzi
+
+
+
+ Power / Toughness
+ Forza / Costituzione
+
+
+
+ Power and Toughness
+ Forza e costituzione
+
+
+ UpkeepMantenimento
-
-
+
+ DrawAcquisizione
-
+ Main 1Principale 1
-
+ Start combatInizio combattimento
-
+ AttackAttacco
-
+ BlockBlocco
-
+ DamageDanni
-
+ End combatFine combattimento
-
+ Main 2Principale 2
-
+ EndFine
-
+ Next phaseProssima fase
-
+ Next turnProssimo turno
-
- Player
- Giocatore
-
-
-
+ Tap CardTappa carta
-
+ Untap CardStappa carta
-
+ Untap allStappa tutte
-
+ Toogle untapNon stappa mai
-
+ Flip cardGira carta
-
+ Peek cardSbircia carta
-
+ Play cardGioca carta
-
+ Attach cardAttacca carta
-
+ Unattach cardStacca carta
-
+ Clone cardClona carta
-
+ Create tokenCrea pedina
-
+ Create another tokenCrea un'altra pedina
-
+ Set annotationImposta annotazione
-
- Phases / P/T / Player
- Fasi / F/C / Giocatore
-
-
-
+ Move card toMetti carta su
-
+ Bottom libraryFondo grimorio
-
+ Top libraryCima grimorio
-
-
+
+ GraveyardCimitero
-
-
+
+ ExileEsilio
-
+ HandMano
-
+ ViewViste
-
+ LibraryMazzo
-
+ Tops card of libraryPrime carte del mazzo
-
+ SideboardSideboard
-
+ Close recent viewChiudi ultima vista
-
- Pre-play
- Prima del gioco
-
-
-
+ Load remote deckCarica mazzo remoto
-
+ Load local deckCarica mazzo dal pc
-
- Game play
- Gioco
-
-
-
+ Draw arrowDisegna freccia
-
+ Leave gameLascia partita
-
+ Remove local arrowsRimuovi tutte le frecce
-
+ ConcedeConcedi
-
+ Roll diceLancia dado
-
+ Rotate view CWRuota vista orario
-
+ Shuffle libraryMescola mazzo
-
+ Rotate view CCWRuota vista antiorario
-
+ MulliganMulliga
-
+ Draw cardPesca carta
-
+ Draw cardsPesca carte
-
+ Undo drawAnnulla pescata
-
+ Always reveal top cardRivela sempre la prima carta
-
-
- Draw / Move / View / Game play
- Pesca / Sposta / Vedi / Gioco
-
\ No newline at end of file
diff --git a/cockatrice/translations/cockatrice_ja.ts b/cockatrice/translations/cockatrice_ja.ts
index c8862cdaa..8deda60d0 100644
--- a/cockatrice/translations/cockatrice_ja.ts
+++ b/cockatrice/translations/cockatrice_ja.ts
@@ -20,57 +20,57 @@
AppearanceSettingsPage
-
+ Theme settings
-
+ テーマ設定
-
+ Current theme:
-
+ 現在のテーマ
-
+ Card renderingカードの描画
-
+ Display card names on cards having a picture画像持ちカードのカード名を表示する
-
+ Scale cards on mouse overマウスオーバーでカードを拡大する
-
+ Hand layout手札のレイアウト
-
+ Display hand horizontally (wastes space)手札を横に並べる
-
+ Enable left justification左揃えを有効
-
+ Table grid layoutテーブルのレイアウト
-
+ Invert vertical coordinateカード配置の垂直反転
-
+ Minimum player count for multi-column layout:プレイヤーを複数列レイアウトにする最少人数:
@@ -78,107 +78,107 @@
BanDialog
-
+ ban &user nameユーザー名でBAN
-
+ ban &IP addressIPアドレスでBAN
-
+ ban client I&DクライアントIDでBAN
-
+ Ban typeBANタイプ
-
+ &permanent ban永久BAN
-
+ &temporary ban一時BAN
-
+ &Days:日
-
+ &Hours:時間
-
+ &Minutes:分
-
+ Duration of the banBAN期間
-
+ Please enter the reason for the ban.
This is only saved for moderators and cannot be seen by the banned person.BANの理由を入力してください。
これはモデレーターによって保存されBANされた人には見えません。
-
+ Please enter the reason for the ban that will be visible to the banned person.BANの理由を入力してください。これはBANされる人に通知されます。
-
+ &OKOK
-
+ &Cancelキャンセル
-
+ Ban user from serverサーバーからBANされたユーザーです
-
-
-
-
+
+
+
+ Errorエラー
-
+ You have to select a name-based, IP-based, clientId based, or some combination of the three to place a ban.BANの理由を選んで下さい:不適切な名前、不適切なIPアドレス、クライアントID
-
+ You must have a value in the name ban when selecting the name ban checkbox.
-
+ You must have a value in the ip ban when selecting the ip ban checkbox.
-
+ You must have a value in the clientid ban when selecting the clientid ban checkbox.
@@ -186,12 +186,12 @@ This is only saved for moderators and cannot be seen by the banned person.
CardDatabase
-
+ New sets found新しいセットが見つかりました
-
+ %1 new set(s) have been found in the card database. Do you want to enable them?%1個の新しいセットが見つかりました。有効にしますか?
@@ -199,27 +199,27 @@ This is only saved for moderators and cannot be seen by the banned person.
CardDatabaseModel
-
+ Nameカード名
-
+ Setsカードセット
-
+ Mana costマナ・コスト
-
+ Card typeカード・タイプ
-
+ P/TP/T
@@ -278,47 +278,47 @@ This is only saved for moderators and cannot be seen by the banned person.
CardInfoWidget
-
+ Show card onlyカード画像のみ表示
-
+ Show text onlyカードテキストのみ表示
-
+ Show full info全て表示
-
+ Name:カード名:
-
+ Mana cost:マナ・コスト:
-
+ Color(s):色:
-
+ Card type:カード・タイプ:
-
+ P / T:P / T:
-
+ Loyalty:忠誠度:
@@ -582,12 +582,12 @@ This is only saved for moderators and cannot be seen by the banned person.
DeckEditorSettingsPage
-
+ Nothing is here... yetまだ何もありませーん
-
+ General全般
@@ -627,42 +627,42 @@ This is only saved for moderators and cannot be seen by the banned person.
DeckViewContainer
-
+ Load local deckデッキ読み込み
-
+ Load deck from serverサーバーに保存したデッキ
-
+ Ready to s&tart準備完了!
-
+ S&ideboard unlockedサイドボードをロックする
-
+ S&ideboard lockedサイドボードを使用する
-
+ Load deckデッキを開く
-
+ Errorエラー
-
+ The selected file could not be loaded.選択したファイルが開けませんでした。
@@ -708,55 +708,65 @@ This is only saved for moderators and cannot be seen by the banned person.
DlgConnect
-
+ Previous Host以前のホスト
-
+ New Host新しいホスト
-
+ &Host:ホストIP:
-
+ Enter host nameホストの名前を入力
-
+ &Port:ポート:
-
+ Player &name:プレイヤーネーム:
-
+ P&assword:パスワード:
-
+ &Save passwordパスワードを保存する
-
+ A&uto connect at start起動時に自動的に接続
-
+ Connect to serverサーバーに接続
+
+
+ Connect Warning
+ 接続の警告
+
+
+
+ The player name can't be empty.
+ プレイヤー名を入力して下さい。
+ DlgCreateGame
@@ -778,7 +788,7 @@ This is only saved for moderators and cannot be seen by the banned person.
Re&member settings
-
+ 設定を保存する
@@ -826,27 +836,27 @@ This is only saved for moderators and cannot be seen by the banned person.観戦者
-
+ &Clearクリア
-
+ Create gameゲームを作成
-
+ Game informationゲーム情報
-
+ Errorエラー
-
+ Server error.サーバーエラー。
@@ -1308,6 +1318,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
+ Registration Warning登録に関する警告
@@ -1321,6 +1332,11 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Your email addresses do not match, please try again.メールアドレスが一致しませんでした。もう一度入力して下さい。
+
+
+ The player name can't be empty.
+ プレイヤー名を入力して下さい。
+ Country:
@@ -1340,19 +1356,19 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
DlgSettings
-
-
-
+
+
+ Errorエラー
-
+ Unknown Error loading card database不明なエラー。
-
+ Your card database is invalid.
Cockatrice may not function correctly with an invalid database
@@ -1369,7 +1385,7 @@ Oracle Importerでデータベースを更新する必要があります。
データベースの場所の設定を変更してください。
-
+ Your card database version is too old.
This can cause problems loading card information or images
@@ -1386,7 +1402,7 @@ Oracle Importerでデータベースを更新する必要があります。
データベースの場所の設定を変更してください。
-
+ File Error loading your card database.
Would you like to change your database location setting?
@@ -1395,7 +1411,7 @@ Would you like to change your database location setting?
データベースの場所の設定を変更してください。
-
+ Your card database was loaded but contains no cards.
Would you like to change your database location setting?
@@ -1404,7 +1420,7 @@ Would you like to change your database location setting?
データベースの場所の設定を変更してください。
-
+ Your card database did not finish loading
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your cards.xml attached
@@ -1417,7 +1433,7 @@ Would you like to change your database location setting?
データベースの場所の設定を変更してください。
-
+ Unknown card database load status
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues
@@ -1430,56 +1446,91 @@ http://github.com/Cockatrice/Cockatrice/issues でチケットを提出してく
データベースの場所の設定を変更してください。
-
+ The path to your deck directory is invalid. Would you like to go back and set the correct path?あなたのデッキディレクトリへのパスは無効です。前に戻って正しいパスを設定してください。
-
+ The path to your card pictures directory is invalid. Would you like to go back and set the correct path?あなたのカード画像ディレクトリへのパスは無効です。前に戻って正しいパスを設定してください。
-
+ Settings設定
-
+ General全般
-
+ Appearance外観
-
+ User InterfaceUI
-
+ Deck Editorデッキエディター
-
+ Chatチャット
-
+ Soundサウンド
-
+ Shortcutsショートカット
+
+ DlgUpdate
+
+
+ Error
+
+
+
+
+ Cockatrice was not built with SSL support, so cannot download updates! Please visit the download page and update manually.
+
+
+
+
+ Your version of Cockatrice is out of date, but there are no packages available for your operating system. You may have to use a developer build or build from source yourself. Please visit the download page.
+
+
+
+
+ Cockatrice Update
+
+
+
+
+ Your version of Cockatrice is up to date.
+
+
+
+
+
+
+ Update Error
+
+
+GameSelector
@@ -1693,112 +1744,118 @@ http://github.com/Cockatrice/Cockatrice/issues でチケットを提出してく
GeneralSettingsPage
-
+ Reset/Clear Downloaded Picturesダウンロードした画像を削除する
-
-
-
-
-
+
+
+
+
+ Choose pathパスを選択
-
+ Success完了
-
+ Downloaded card pictures have been reset.ダウンロードしたカード画像を削除しました。
-
+ Errorエラー
-
+ One or more downloaded card pictures could not be cleared.一部のカード画像が削除できませんでした。
-
+ Personal settings個人設定
-
+ Language:言語:
-
+ Download card pictures on the flyカード画像を自動的にダウンロードする(英語)
-
- Download card pictures from a custom URL
- カスタムURLからカード画像をダウンロード
-
-
-
- Custom Card Download URL:
- カード画像をダウンロードするURL
-
-
-
- Linking FAQ
- URLの設定の仕方について(英語)
-
-
-
- Notify when new client features are available
+
+ Primary download URL:
-
+
+ Fallback download URL:
+
+
+
+
+
+ Reset
+
+
+
+
+ How to set a custom picture url
+
+
+
+
+ Notify when new client features are available
+ 新しいクライアント機能が利用可能なとき通知する
+
+
+ Pathsパス
-
+ Decks directory:デッキフォルダ:
-
+ Replays directory:リプレイフォルダ:
-
+ Pictures directory:カード画像フォルダ:
-
+ Card database:カードデータベース:
-
+ Token database:トークンデータベース:
-
+ Picture cache size:画像キャッシュサイズ:
-
+ English日本語 (Japanese)
@@ -1806,49 +1863,49 @@ http://github.com/Cockatrice/Cockatrice/issues でチケットを提出してく
MainWindow
-
+ There are too many concurrent connections from your address.あなたのアドレスからの同時接続が多すぎます。
-
+ Scheduled server shutdown.サーバーシャットダウン予定時間。
-
+ Banned by moderatorモデレーターによるBAN
-
+ Expected end time: %1予想終了時間: %1
-
+ This ban lasts indefinitely.永久BANされています。
-
+ Connection closed通信切断
-
+ The server has terminated your connection.
Reason: %1サーバーはあなたの接続を切断しました。
理由: %1
-
+ Scheduled server shutdownサーバーシャットダウン予定時刻
-
+ The server is going to be restarted in %n minute(s).
All running games will be lost.
Reason for shutdown: %1
@@ -1857,504 +1914,514 @@ Reason for shutdown: %1
シャットダウンの理由: %1
-
+ Number of playersプレイヤー人数
-
+ Please enter the number of players.プレイヤーの人数を入れてください.
-
+ Player %1プレイヤー %1
-
+ Load replayリプレイを開く
-
+ About CockatriceCockatriceについて
-
+ Version %1Version %1
-
+ Translators:翻訳者:
-
+ Project Manager:プロジェクトマネージャ:
-
+ The server has reached its maximum user capacity, please check back later.サーバーが満員です。
-
-
+
+ Invalid username.ユーザー名が無効です。
-
+ You have been logged out due to logging in at another location.
-
+ 別の場所でログインしているため、ログアウトしました。
-
-
+
+ Success成功
-
+ Registration accepted.
Will now login.登録が完了しました。
ログインします。
-
+ Account activation accepted.
Will now login.アカウント有効化が完了しました。
ログインします。
-
+
+ Cockatrice Webpage
+
+
+
+ Past Project Managers:元プロジェクトマネージャ:
-
+ Developers:デベロッパ:
-
+ Our Developersリンク先参照
-
+ Help Develop!開発者募集中!
-
+ Recognition Pageリンク先参照
-
+ Help Translate!翻訳者募集中!
-
+ Support:サポート:
-
+ Report an Issue問題を報告
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Errorエラー
-
+ Server timeoutサーバータイムアウト
-
+ Failed Login
-
+ ログイン失敗
-
+ Your client does not support features that the server requires, please update your client and try again.
-
+ サーバーが必要とする機能に、あなたのクライアントはサポートしていません。クライアントを更新して再度お試しください。
-
+ Incorrect username or password. Please check your authentication information and try again.ユーザー名かパスワードが正しくありません。
-
+ There is already an active session using this user name.
Please close that session first and re-login.既にこのユーザー名を使用しているアクティブなセッションが存在します。
アクティブなセッションを閉じて再ログインしてください。
-
-
+
+ You are banned until %1.あなたは%1までBANされています。
-
-
+
+ You are banned indefinitely.あなたは無期限BANされています。
-
+ This server requires user registration. Do you want to register now?このサーバーはユーザー登録が必要です。
今すぐ登録しますか?
-
+ This server requires client ID's. Your client is either failing to generate an ID or you are running a modified client.
Please close and reopen your client to try again.このサーバは、クライアントのIDを必要とします。あなたのクライアントは、IDを生成が失敗しているか、変更されたクライアントを実行しています。
クライアントを再起動してもう一度お試し下さい。
-
+ An internal error has occurred, please try closing and reopening your client and try again. If the error persists try updating your client to the most recent build and if need be contact your software provider.
-
+ 内部エラーが発生しました。クライアントを再起動して再度お試しください。エラーが解決しない場合は、最新のビルドにクライアントを更新してみてください。必要であれば、ソフトウェア提供者にお問い合わせください。
-
+ Account activationアカウント有効化
-
+ Unknown login error: %1不明なログインエラー: %1
-
-
+
+
This usually means that your client version is out of date, and the server sent a reply your client doesn't understand.
これは通常、あなたのクライアントのバージョンが古くなっていて、サーバーがあなたのクライアントを認識できないと返答してきていることを意味しています。
-
+ Your username must respect these rules:
-
+ ユーザー名は、これらの規則を遵守する必要があります:
-
+ is %1 - %2 characters long
-
+ can %1 contain lowercase characters
-
-
-
+
+
+ NOT
-
+ can %1 contain uppercase characters
-
+ can %1 contain numeric characters
-
+ can contain the following punctuation: %1
-
+ first character can %1 be a punctuation mark
-
+ You may only use A-Z, a-z, 0-9, _, ., and - in your username.ユーザー名には『半角英数字』、および半角の「_」「.」「-」のみが使えます。
-
-
-
-
-
+
+
+
+
+ Registration denied登録が拒否されました。
-
+ Registration is currently disabled on this server現在このサーバーでは登録が無効になっています。
-
+ There is already an existing account with the same user name.既に同じユーザー名のアカウントが登録されています。
-
+ It's mandatory to specify a valid email address when registering.登録時に有効な電子メールアドレスを指定する必要があります。
-
+ Too many registration attempts from your IP address.あなたのアドレスからのユーザー登録試行が多すぎます。
-
+ Password too short.パスワードが短すぎます。
-
+ Registration failed for a technical problem on the server.ユーザー登録に失敗しました(サーバーの技術的問題)。
-
+ Unknown registration error: %1
-
+ 不明な登録エラー: %1
-
+ Account activation failedアカウントの有効化に失敗しました。
-
+ Socket error: %1ソケットエラー: %1
-
+ You are trying to connect to an obsolete server. Please downgrade your Cockatrice version or connect to a suitable server.
Local version is %1, remote version is %2.あなたは古いバージョンのサーバーに接続しようとしています。Cockatriceのバージョンをダウングレードするか適切なサーバーに接続してください。
ローカルVer %1,サーバーVer %2
-
+ Your Cockatrice client is obsolete. Please update your Cockatrice version.
Local version is %1, remote version is %2.あなたのCockatriceのバージョンがサーバーのバージョンより古いです。Cockatriceをアップデートしてください.
ローカルVer %1,サーバーVer %2
-
+ Connecting to %1...%1へ接続しています...
-
+ Registering to %1 as %2...%1に%2として登録中...
-
+ Disconnected切断されました
-
+ Connected, logging in at %1接続完了、%1にログイン中
-
+ &Connect...接続...
-
+ &Disconnect切断
-
+ Start &local game...ローカルゲームを開始...
-
+ &Watch replay...リプレイを見る...
-
+ &Deck editorデッキエディター
-
+ &Full screenフルスクリーン
-
+ &Register to server...サーバーに登録する
-
+ &Settings...設定...
-
-
+
+ &Exit終了
-
+ A&ctionsアクション
-
+ &CockatriceCockatrice
-
+ &About CockatriceCockatriceについて
-
+
+ &Update Cockatrice
+
+
+
+ &Helpヘルプ
-
+ Check for card updates...カードデータベース更新
-
+ A card database update is already running.データベース更新は既に起動中です。
-
+ Unable to run the card database updater: データベース更新が実行できませんでした:
-
+ The card database updater exited with an error: %1データベース更新に失敗しました: %1
-
+ Update completed successfully. Cockatrice will now reload the card database.更新が正常に完了しました。新しいデータベースを読み込み直します。
-
+ Your client appears to be missing features that the server supports.
This usually means that your client version is out of date, please check to see if there is a new client available for download.
-
-
-
+
+
+ Information情報
-
+ Troubleshootingトラブルシューティング
-
+ F.A.Q.F.A.Q.
-
+ Your account has not been activated yet.
You need to provide the activation token received in the activation emailこのアカウントはまだ有効化されていません。
登録されたアドレスに送信されたアクティベーショントークンを入力して下さい。
-
+ failed to start.開始失敗。
-
+ crashed.クラッシュしました。
-
+ timed out.タイムアウトしました。
-
+ write error.書き込みに失敗しました。
-
+ read error.読み込みに失敗しました。
-
+ unknown error.不明なエラー。
@@ -2362,17 +2429,17 @@ You need to provide the activation token received in the activation email
MessageLogWidget
-
+ The game has been closed.ゲームがクローズされました。
-
+ %1 is now watching the game.%1が観戦に参加した。
-
+ %1 is not watching the game any more.%1が観戦から離脱した。
@@ -2420,136 +2487,136 @@ You need to provide the activation token received in the activation email%1がゲームに参加した。
-
+ %1 has left the game.female%1はゲームから離脱した。
-
+ %1 has left the game.male%1はゲームから離脱した。
-
+ You have been kicked out of the game.あなたはゲームからキックされた。
-
+ %1 has loaded a deck (%2).%1はデッキをロードした。ハッシュ:%2
-
+ %1 has loaded a deck with %2 sideboard cards (%3).%1 はデッキをロードした。サイドボード数:%2, ハッシュ:%3
-
+ %1 is ready to start the game.female%1はゲーム開始の準備が完了した!
-
+ %1 is ready to start the game.male%1はゲーム開始の準備が完了した!
-
+ %1 is not ready to start the game any more.female%1は準備完了を解除した。
-
+ %1 is not ready to start the game any more.male%1は準備完了を解除した。
-
+ %1 has locked her sideboard.female%1はサイドボードをロックした。
-
+ %1 has locked his sideboard.male%1はサイドボードをロックした。
-
+ %1 has unlocked her sideboard.female%1はサイドボードを解禁した。
-
+ %1 has unlocked his sideboard.male%1はサイドボードを解禁した。
-
+ %1 has conceded the game.female%1が投了した!
-
+ %1 has conceded the game.male%1が投了した!
-
-
- %1 has restored connection to the game.
- female
- %1がゲームに再接続しました。
-
-
-
- %1 has restored connection to the game.
- male
- %1がゲームに再接続しました。
-
- %1 has lost connection to the game.
+ %1 has restored connection to the game.female
- %1はゲームから切断されました。
+ %1がゲームに再接続しました。
+ %1 has restored connection to the game.
+ male
+ %1がゲームに再接続しました。
+
+
+
+ %1 has lost connection to the game.
+ female
+ %1はゲームから切断されました。
+
+
+ %1 has lost connection to the game.male%1はゲームから切断されました。
-
+ %1 shuffles %2.female%1は%2を切り直した。
-
+ %1 shuffles %2.male%1は%2を切り直した。
-
+ %1 rolls a %2 with a %3-sided die.female%1は%3面ダイスをふり、【%2】を出した。
-
+ %1 rolls a %2 with a %3-sided die.male%1は%3面ダイスをふり、【%2】を出した。
@@ -2571,464 +2638,486 @@ You need to provide the activation token received in the activation email
-
+ %1 undoes his last draw.%1は最後に引いたカードを戻した。
-
+ %1 undoes her last draw.%1は最後に引いたカードを戻した。
-
+ %1 undoes his last draw (%2).%1は最後に引いたカード (%2) を戻した 。
-
+ %1 undoes her last draw (%2).%1は最後に引いたカード (%2) を戻した 。
-
+ from exile追放領域から
-
+ the bottom card of %1's library%1のライブラリーの一番下のカード
-
+ the bottom card of his libraryライブラリーの一番下のカード
-
+ the bottom card of her libraryライブラリーの一番下のカード
-
+ from the bottom of %1's library%1のライブラリーの一番下から
-
+ from the bottom of his libraryライブラリーの一番下から
-
+ from the bottom of her libraryライブラリーの一番下から
-
+ the top card of %1's library%1のライブラリーの一番上のカード
-
+
+ Heads (1)
+
+
+
+
+ Tails (2)
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ female
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ male
+
+
+
+ the top card of his libraryライブラリーの一番上のカード
-
+ the top card of her libraryライブラリーの一番上のカード
-
+ from the top of %1's library%1のライブラリーの一番上から
-
+ from the top of his libraryライブラリーの一番上から
-
+ from the top of her libraryライブラリーの一番上から
-
+ from %1's library%1のライブラリーから
-
+ from libraryライブラリーから
-
+ from sideboardサイドボードから
-
+ from the stackスタックから
-
+ %1 gives %2 control over %3.%1は%2に、%3のコントロールを渡した。
-
+ %1 puts %2 into play tapped%3.%1は%2を%3タップ状態でプレイした。
-
+ %1 puts %2 into play%3.%1は%2を%3プレイした。
-
+ %1 exiles %2%3.%1は%2を%3追放した。
-
+ %1 puts %2%3 into his library.%1は%2を%3ライブラリーに加えた。
-
+ %1 puts %2%3 into her library.%1は%2を%3ライブラリーに加えた。
-
+ %1 puts %2%3 on bottom of his library.%1は%2を%3ライブラリーの一番下に置いた。
-
+ %1 puts %2%3 on bottom of her library.%1は%2を%3ライブラリーの一番下に置いた。
-
+ %1 puts %2%3 on top of his library.%1は%2を%3ライブラリーの一番上に置いた。
-
+ %1 puts %2%3 on top of her library.%1は%2を%3ライブラリーの一番上に置いた。
-
+ %1 puts %2%3 into his library at position %4.%1は%2を%3ライブラリーの一番上から%4枚目のカードの直下に置いた。
-
+ %1 puts %2%3 into her library at position %4.%1は%2を%3ライブラリーの一番上から%4枚目のカードの直下に置いた。
-
+ %1 moves %2%3 to sideboard.%1は%2を%3サイドボードに置いた。
-
+ %1 plays %2%3.%1は%2を%3プレイした。
-
+ %1 takes a mulligan to %n.female%1は%n枚にマリガンした。
-
+ %1 takes a mulligan to %n.male%1は%n枚にマリガンした。
-
+ %1 flips %2 face-down.female%1は%2を裏向きにした。
-
+ %1 flips %2 face-down.male%1は%2を裏向きにした。
-
+ %1 flips %2 face-up.female%1は%2を表向きにした。
-
+ %1 flips %2 face-up.male%1は%2を表向きにした。
-
+ %1 destroys %2.female%1は%2を取り除いた。
-
+ %1 destroys %2.male%1は%2を取り除いた。
-
+ %1 unattaches %2.female%1は%2をはずした。
-
+ %1 unattaches %2.male%1は%2をはずした。
-
+ %1 creates token: %2%3.female%1はトークン:%2%3を作成した。
-
+ %1 creates token: %2%3.male%1はトークン:%2%3を作成した。
-
+ %1 points from her %2 to herself.female%1は、%2から自分自身へ対象を指定した。
-
+ %1 points from his %2 to himself.male%1は、%2から自分自身へ対象を指定した。
-
+ %1 points from her %2 to %3.p1 female, p2 female%1は、%2から%3へ対象を指定した。
-
+ %1 points from her %2 to %3.p1 female, p2 male%1は、%2から%3へ対象を指定した。
-
+ %1 points from his %2 to %3.p1 male, p2 female%1は、%2から%3へ対象を指定した。
-
+ %1 points from his %2 to %3.p1 male, p2 male%1は、%2から%3へ対象を指定した。
-
+ %1 points from %2's %3 to herself.card owner female, target female%1は、%2の%3から自分自身へ対象を指定した。
-
+ %1 points from %2's %3 to herself.card owner male, target female%1は、%2の%3から自分自身へ対象を指定した。
-
+ %1 points from %2's %3 to himself.card owner female, target male%1は、%2の%3から自分自身へ対象を指定した。
-
+ %1 points from %2's %3 to himself.card owner male, target male%1は、%2の%3から自分自身へ対象を指定した。
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 female%1は、%2の%3から%4へ対象を指定した。
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 male%1は、%2の%3から%4へ対象を指定した。
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 female%1は、%2の%3から%4へ対象を指定した。
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 male%1は、%2の%3から%4へ対象を指定した。
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 female%1は、%2の%3から%4へ対象を指定した。
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 male%1は、%2の%3から%4へ対象を指定した。
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 female%1は、%2の%3から%4へ対象を指定した。
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 male%1は、%2の%3から%4へ対象を指定した。
-
+ %1 points from her %2 to her %3.female%1は、%2から%3へ対象を指定した。
-
+ %1 points from his %2 to his %3.male%1は、%2から%3へ対象を指定した。
-
+ %1 points from her %2 to %3's %4.p1 female, p2 female%1は、%2から%3の%4へ対象を指定した。
-
+ %1 points from her %2 to %3's %4.p1 female, p2 male%1は、%2から%3の%4へ対象を指定した。
-
+ %1 points from his %2 to %3's %4.p1 male, p2 female%1は、%2から%3の%4へ対象を指定した。
-
+ %1 points from his %2 to %3's %4.p1 male, p2 male%1は、%2から%3の%4へ対象を指定した。
-
+ %1 points from %2's %3 to her own %4.card owner female, target female%1は、%2から%3の%4へ対象を指定した。
-
+ %1 points from %2's %3 to her own %4.card owner male, target female%1は、%2から%3の%4へ対象を指定した。
-
+ %1 points from %2's %3 to his own %4.card owner female, target male%1は、%2から%3の%4へ対象を指定した。
-
+ %1 points from %2's %3 to his own %4.card owner male, target male%1は、%2から%3の%4へ対象を指定した。
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 female%1は、%2の%3から%4の%5へ対象を指定した。
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 male%1は、%2の%3から%4の%5へ対象を指定した。
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 female%1は、%2の%3から%4の%5へ対象を指定した。
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 male%1は、%2の%3から%4の%5へ対象を指定した。
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 female%1は、%2の%3から%4の%5へ対象を指定した。
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 male%1は、%2の%3から%4の%5へ対象を指定した。
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 female%1は、%2の%3から%4の%5へ対象を指定した。
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 male%1は、%2の%3から%4の%5へ対象を指定した。
@@ -3054,304 +3143,304 @@ You need to provide the activation token received in the activation email%1は、%3の上から%2カウンターを%n個取り除いた (現在%4個) 。
-
+ %1 taps her permanents.female%1は自分のコントロールするパーマネントをタップした。
-
+ %1 untaps her permanents.female%1は自分のコントロールするパーマネントをアンタップした。
-
+ %1 taps his permanents.male%1は自分のコントロールするパーマネントをタップした。
-
+ %1 untaps his permanents.male%1は自分のコントロールするパーマネントをアンタップした。
-
+ %1 taps %2.female%1は%2をタップした。
-
+ %1 untaps %2.female%1は%2をアンタップした。
-
+ %1 taps %2.male%1は%2をタップした。
-
+ %1 untaps %2.male%1は%2をアンタップした。
-
+ %1 sets counter %2 to %3 (%4%5).female%1は%2カウンターを%3に設定した (%4%5)。
-
+ %1 sets counter %2 to %3 (%4%5).male%1は%2カウンターを%3に設定した (%4%5)。
-
+ %1 sets %2 to not untap normally.female%1は%2をアンタップ・ステップの間にアンタップしないように設定した。
-
+ %1 sets %2 to not untap normally.male%1は%2をアンタップ・ステップの間にアンタップしないように設定した。
-
+ %1 sets %2 to untap normally.female%1は%2を通常にアンタップするように設定した。
-
+ %1 sets %2 to untap normally.male%1は%2を通常にアンタップするように設定した。
-
+ %1 sets PT of %2 to %3.female%1は%2のP/Tを%3にした。
-
+ %1 sets PT of %2 to %3.male%1は%2のP/Tを%3にした。
-
+ %1 sets annotation of %2 to %3.female%1は%2に注釈をつけた (%3)。
-
-
- %1 sets annotation of %2 to %3.
- male
- %1は%2に注釈をつけた (%3)。
-
-
-
- %1 is looking at %2.
- female
- %1は%2を見ている。
-
-
-
- %1 is looking at %2.
- male
- %1は%2を見ている。
-
-
- %1 is looking at the top %n card(s) %2.
- female
- %1は%2上から%n枚のカードを見ている。
-
-
- %1 is looking at the top %n card(s) %2.
- male
- %1は%2上から%n枚のカードを見ている。
-
-
-
- %1 stops looking at %2.
- female
- %1は%2を見るのをやめた。
-
+ %1 sets annotation of %2 to %3.
+ male
+ %1は%2に注釈をつけた (%3)。
+
+
+
+ %1 is looking at %2.
+ female
+ %1は%2を見ている。
+
+
+
+ %1 is looking at %2.
+ male
+ %1は%2を見ている。
+
+
+ %1 is looking at the top %n card(s) %2.
+ female
+ %1は%2上から%n枚のカードを見ている。
+
+
+ %1 is looking at the top %n card(s) %2.
+ male
+ %1は%2上から%n枚のカードを見ている。
+
+
+
+ %1 stops looking at %2.
+ female
+ %1は%2を見るのをやめた。
+
+
+ %1 stops looking at %2.male%1は%2を見るのをやめた。
-
+ %1 reveals %2 to %3.p1 female, p2 female%1は%3に%2を見せた。
-
-
- %1 reveals %2 to %3.
- p1 female, p2 male
- %1は%3に%2を見せた。
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 female
- %1は%3に%2を見せた。
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 male
- %1は%3に%2を見せた。
-
-
-
- %1 reveals %2.
- female
- %1は%2を公開した。
-
-
-
- %1 reveals %2.
- male
- %1は%2を公開した。
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 female
- %1は%3%2を無作為に選び、%4に見せた。
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 male
- %1は%3%2を無作為に選び、%4に見せた。
-
+ %1 reveals %2 to %3.
+ p1 female, p2 male
+ %1は%3に%2を見せた。
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 female
+ %1は%3に%2を見せた。
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 male
+ %1は%3に%2を見せた。
+
+
+
+ %1 reveals %2.
+ female
+ %1は%2を公開した。
+
+
+
+ %1 reveals %2.
+ male
+ %1は%2を公開した。
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 female
+ %1は%3%2を無作為に選び、%4に見せた。
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 male
+ %1は%3%2を無作為に選び、%4に見せた。
+
+
+ %1 randomly reveals %2%3 to %4.p1 male, p2 female%1は%3%2を無作為に選び、%4に見せた。
-
+ %1 randomly reveals %2%3 to %4.p1 male, p2 male%1は%3%2を無作為に選び、%4に見せた。
-
+ %1 randomly reveals %2%3.female%1は%3%2を無作為に選び、公開した。
-
+ %1 randomly reveals %2%3.male%1は%3%2を無作為に選び、公開した。
-
+ %1 peeks at face down card #%2.female%1は裏向きのカード#%2の表面を確認した。
-
+ %1 peeks at face down card #%2.male%1は裏向きのカード#%2の表面を確認した。
-
+ %1 peeks at face down card #%2: %3.female%1は裏向きのカード#%2の表面を確認した (%3) 。
-
+ %1 peeks at face down card #%2: %3.male%1は裏向きのカード#%2の表面を確認した (%3) 。
-
+ %1 reveals %2%3 to %4.p1 female, p2 female%1は%3%2を%4に見せた。
-
+ %1 reveals %2%3 to %4.p1 female, p2 male%1は%3%2を%4に見せた。
-
+ %1 reveals %2%3 to %4.p1 male, p2 female%1は%3%2を%4に見せた。
-
+ %1 reveals %2%3 to %4.p1 male, p2 male%1は%3%2を%4に見せた。
-
+ %1 reveals %2%3.female%1は%3%2を公開した
-
+ %1 reveals %2%3.male%1は%3%2を公開した
-
+ %1 is now keeping the top card %2 revealed.%1は、%2の一番上のカードを公開した状態でゲームをプレイしている。
-
+ %1 is not revealing the top card %2 any longer.%1は、%2の一番上のカードの公開を終えた。
-
+ It is now %1's turn.female■%1のターン■
-
+ It is now %1's turn.male■%1のターン■
-
-
+
+ a cardカード
@@ -3370,32 +3459,32 @@ You need to provide the activation token received in the activation email
-
+ red赤
-
+ yellow黄
-
+ green緑
-
+ The game has started.ゲーム開始!
-
+ %1 draws his initial hand.%1は初期手札を引いた。
-
+ %1 draws her initial hand.%1は初期手札を引いた。
@@ -3414,179 +3503,179 @@ You need to provide the activation token received in the activation email
-
+ ending phase最終フェイズ
-
+ untap stepアンタップ・ステップ
-
+ %1 draws %2 card(s).female%1は%2枚カードを引いた。
-
+ %1 draws %2 card(s).male%1は%2枚カードを引いた。
-
+ from playスタックから
-
+ from her graveyard墓地から
-
+ from his graveyard墓地から
-
+ from her hand手札から
-
+ from his hand手札から
-
+ %1 puts %2%3 into her graveyard.%1は%2を%3墓地に置いた。
-
+ %1 puts %2%3 into his graveyard.%1は%2を%3墓地に置いた。
-
+ %1 moves %2%3 to her hand.%1は%2を%3手札に加えた。
-
+ %1 moves %2%3 to his hand.%1は%2を%3手札に加えた。
-
+ %1 attaches %2 to %3's %4.p1 female, p2 female%1は%3の%4に%2をつけた。
-
+ %1 attaches %2 to %3's %4.p1 female, p2 male%1は%3の%4に%2をつけた。
-
+ %1 attaches %2 to %3's %4.p1 male, p2 female%1は%3の%4に%2をつけた。
-
+ %1 attaches %2 to %3's %4.p1 male, p2 male%1は%3の%4に%2をつけた。
-
+ %1 places %2 %3 counter(s) on %4 (now %5).female%1は、%4の上に%3カウンターを%2個置いた (計%5個) 。
-
+ %1 places %2 %3 counter(s) on %4 (now %5).male%1は、%4の上に%3カウンターを%2個置いた (計%5個) 。
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).female%1は、%4の上に%3カウンターを%2個取り除いた (計%5個) 。
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).male%1は、%4の上に%3カウンターを%2個取り除いた (計%5個) 。
-
+ %1 is looking at the top %2 card(s) %3.female%1は%3上から%2枚のカードを見ている。
-
+ %1 is looking at the top %2 card(s) %3.male%1は%3上から%2枚のカードを見ている。
-
+ upkeep stepアップキープ・ステップ
-
+ draw stepドロー・ステップ
-
+ first main phase戦闘前メイン・フェイズ
-
+ beginning of combat step戦闘開始ステップ
-
+ declare attackers step攻撃クリーチャー指定ステップ
-
+ declare blockers stepブロック・クリーチャー指定ステップ
-
+ combat damage step戦闘ダメージ・ステップ
-
+ end of combat step戦闘終了ステップ
-
+ second main phase戦闘後メイン・フェイズ
-
+ It is now the %1.%1
@@ -3594,74 +3683,79 @@ You need to provide the activation token received in the activation email
MessagesSettingsPage
-
+ Chat settingsチャット設定
-
+ Custom alert words反応するキーワード
-
+ Enable chat mentionsメンション機能を有効にする
-
+ Enable mention completer
-
+ メンション補完を有効
-
+ In-game message macros定型文
-
+ Ignore chat room messages sent by unregistered users未登録ユーザーのルームメッセージを無視
-
+ Ignore private messages sent by unregistered users未登録ユーザーの個人チャットを無視
-
+ Enable desktop notifications for private messages個人チャットのデスクトップ通知を有効にする
-
+
+ Enable desktop notification for mentions
+ メンションのデスクトップ通知を有効にする
+
+
+
+ Enable room message history on join
+ 参加時にルームのメッセージ履歴を表示する
+
+
+ Separate words with a space, alphanumeric characters only英数字のみ使用可能。単語を半角スペースで区切って下さい。
-
-
+
+ Invert text color反転テキストの色
-
- Enable desktop notification for mentions.
- メンションのデスクトップ通知を有効にする
-
-
-
-
+
+ (Color is hexadecimal)(色は16進数)
-
+ Add messageメッセージを追加する
-
+ Message:メッセージ:
@@ -4105,7 +4199,7 @@ You need to provide the activation token received in the activation email
-
+ Number:数:
@@ -4130,32 +4224,33 @@ You need to provide the activation token received in the activation email面の数:
-
+ Set power/toughnessP/Tを設定する
-
+ Please enter the new PT:新しいパワー/タフネス:
-
+ Set annotation注釈をつける
-
+ Please enter the new annotation:新しい注釈:
-
+ Set countersカウンターを設定する
-
+
+ Cr&eate related card関連カードを作成
@@ -4163,37 +4258,37 @@ You need to provide the activation token received in the activation email
QMenuBar
-
+ Servicesサービス
-
+ Hide %1%1を隠す
-
+ Hide Others他を隠す
-
+ Show Allすべて表示
-
+ Preferences...設定...
-
+ Quit %1%1から出る
-
+ About %1%1について
@@ -4201,14 +4296,14 @@ You need to provide the activation token received in the activation email
QObject
-
+ Cockatrice replays (*.cor)Cockatriceリプレイファイル (*.cor)
- Common deck formats (*.cod *.dec *.mwDeck)
- 共通デッキファイル (*.cod *.dec *.mwDeck)
+ Common deck formats (*.cod *.dec *.txt *.mwDeck)
+ 共通デッキファイル (*.cod *.dec *.txt *.mwDeck)
@@ -4304,27 +4399,11 @@ You need to provide the activation token received in the activation emailGames
ゲーム
-
-
-
- Error
- エラー
-
-
-
- You do not have the proper permission to join this room.
- あなたはこのルームに参加するための権限がありません。
-
-
-
- Failed to join the room due to an unknown error.
- 原因不明のエラーによってルームに参加できませんでした。
- SequenceEdit
-
+ Shortcut already in useショートカットは既に使われています
@@ -4357,6 +4436,29 @@ You need to provide the activation token received in the activation email公開日時
+
+ ShortcutsTab
+
+
+ Restore all default shortcuts
+ すべてのトショートカットを復元
+
+
+
+ Do you really want to restore all default shortcuts?
+ 本当にすべてのショートカットを復元しますか?
+
+
+
+ Clear all default shortcuts
+ すべてのデフォルトのショートカットをクリア
+
+
+
+ Do you really want to clear all shortcuts?
+ 本当にすべてのショートカットをクリアしますか?
+
+ShutdownDialog
@@ -4378,37 +4480,32 @@ You need to provide the activation token received in the activation email
SoundSettingsPage
-
- Choose path
- パスを選択
-
-
-
+ Enable &soundsサウンドを有効
-
- Path to sounds directory:
- サウンドフォルダヘのパス
+
+ Current sounds theme:
+ 現在のサウンドテーマ:
-
+ Test system sound engineサウンドテスト
-
+ Sound settingsサウンド設定
-
+ Master volume requires QT5マスター音量はQT5が必要
-
+ Master volume音量
@@ -4416,42 +4513,42 @@ You need to provide the activation token received in the activation email
TabAdmin
-
+ Update server &messageサーバー更新&メッセージ
-
+ &Shut down serverサーバーシャットダウン
-
+ &Reload configuration設定を再読み込み
-
+ Server administration functionsサーバー管理機能
-
+ &Unlock functions機能をアンロックする
-
+ &Lock functions機能をロックする
-
+ Unlock administration functions管理機能をアンロックする
-
+ Do you really want to unlock the administration functions?本当に管理機能をアンロックしますか?
@@ -4464,152 +4561,140 @@ You need to provide the activation token received in the activation email
TabDeckEditor
-
+ &Print deck...デッキを印刷...
-
+ &Close閉じる
-
+ &Edit sets...セットの設定...
-
+
+ Filtersフィルタ
-
+ &Clear all filters全フィルタ解除
-
+ Delete selected選択を削除
-
+ Deck &name:デッキ名:
-
+ &Comments:コメント:
-
+ Hash:ハッシュ:
-
+ &New deck新しいデッキ
-
+ &Load deck...デッキを開く...
-
+ &Save deckデッキを保存
-
+ Save deck &as...名前を付けて保存...
-
+ Load deck from cl&ipboard...クリップボードからデッキを開く
-
+ Save deck to clip&boardクリップボードにデッキをコピー
-
+ &Analyze deck on deckstats.netdeckstats.net でデッキを分析
-
+ Open custom image folderカスタム画像フォルダを開く
-
+ Open custom sets folderカスタムセットフォルダを開く
-
+ Add card to &maindeckカードをメインデッキに追加
-
+ Add card to &sideboardカードをサイドボードに追加
-
+ &Deck Editorデッキエディター
-
+ C&ard Databaseカードデータベース
-
- Show/Hide card information
- カード情報を表示/非表示
-
-
-
- Show/Hide deck
- デッキを表示/非表示
-
-
-
- Show/Hide filters
- フィルタを表示/非表示
-
-
-
+ Reset layoutレイアウトをリセット
-
+
+ Card Infoカード情報
-
+
+ Deckデッキ
-
+ Welcomeようこそ
-
+ Hi! It seems like you're running this version of Cockatrice for the first time.
All the sets in the card database have been enabled.
Read more about changing the set order or disabling specific sets and consequent effects in the "Edit Sets" window.
@@ -4618,69 +4703,88 @@ Read more about changing the set order or disabling specific sets and consequent
「セットの設定」ウィンドウ内の特定のセットを無効にしたり、順序を変更をする方法の詳細をお読みください。
-
+ &Remove rowカードを取り除く
-
+ &Increment number枚数を増やす
-
+ &Decrement number枚数を減らす
-
+ Edit &tokens...トークンの設定...
-
+
+ &View
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+ Floating
+
+
+
+ Deck: %1デッキ: %1
-
+ Are you sure?確認
-
+ The decklist has been modified.
Do you want to save the changes?デッキリストが変更されています。
変更を保存しますか?
-
+ Load deckデッキを開く
-
-
-
+
+
+ Errorエラー
-
+ The deck could not be saved.デッキが保存できませんでした。
-
-
+
+ The deck could not be saved.
Please check that the directory is writable and try again.デッキは保存できませんでした。
ディレクトリが書き込み可能であることを確認してから、もう一度やり直してください。
-
+ Save deckデッキを保存
@@ -4688,84 +4792,84 @@ Please check that the directory is writable and try again.
TabDeckStorage
-
+ Local file systemローカルのデッキ
-
+ Server deck storageサーバーに保存されているデッキ
-
-
+
+ Open in deck editorデッキエディターで開く
-
+ Upload deckデッキをアップロード
-
+ Download deckデッキをダウンロード
-
-
+
+ New folder新しいフォルダーを作成する
-
-
+
+ Delete削除
-
+ Enter deck nameデッキの名前を入力
-
+ This decklist does not have a name.
Please enter a name:このデッキリストには名前がありません。
名前を入力してください:
-
+ Unnamed deck無名のデッキ
-
+ Delete local fileローカルファイルの削除
-
-
-
+
+
+ Are you sure you want to delete "%1"?本当に "%1" を削除してもよろしいですか?
-
+ Name of new folder:新しいフォルダの名前:
-
+ Delete remote folderサーバーフォルダーの削除
-
+ Delete remote deckサーバーファイルの削除
@@ -4778,135 +4882,344 @@ Please enter a name:
TabGame
-
+
+
+ Card Info
+
+
+
+
+
+ Player List
+
+
+
+
+
+ Messages
+
+
+
+
+
+ Replay Timeline
+
+
+
+ &Phasesフェイズ
-
+ &Gameゲーム
-
+ Next &phase次のフェイズ
-
+ Next &turn次のターン
-
+ &Remove all local arrows全ての対象指定を消す
-
+ Rotate View Cl&ockwise席順を時計回りに送る
-
+ Rotate View Co&unterclockwise席順を反時計回りに送る
-
+ Game &informationゲーム情報
-
+ &Concede投了する
-
+ &Leave gameゲームから離脱する
-
+ C&lose replayリプレイを閉じる
-
+ &Say:発言欄:
-
+
+ &View
+
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+
+ Floating
+
+
+
+
+ Reset layout
+
+
+
+ Concede投了する
-
+ Are you sure you want to concede this game?本当にこのゲームに投了しますか?
-
+ Leave gameゲームから離脱する
-
+ Are you sure you want to leave this game?本当にこのゲームから離脱しますか?
-
+ You are flooding the game. Please wait a couple of seconds.あなたはゲームから弾かれました。少々お待ちください.
-
+ You have been kicked out of the game.ゲームからキックされました。
-
+ REPLAY リプレイ
+
+ TabLog
+
+
+ Logs
+ ログ
+
+
+
+
+ Error
+ エラー
+
+
+
+ You must select at least one filter.
+ フィルターを選んで下さい。
+
+
+
+ You have to select a valid number of days to locate.
+
+
+
+
+ Username:
+ ユーザー名:
+
+
+
+ IP Address:
+ IPアドレス:
+
+
+
+ Game Name:
+ ゲーム名:
+
+
+
+ GameID:
+ ゲームID:
+
+
+
+ Message:
+ メッセージ:
+
+
+
+ Main Room
+ メインルーム
+
+
+
+ Game Room
+ ゲームルーム
+
+
+
+ Private Chat
+ プライベートチャット
+
+
+
+ Past X Days:
+
+
+
+
+ Today
+ 今日
+
+
+
+ Last Hour
+
+
+
+
+ Maximum Results:
+
+
+
+
+ At least one filter is required.
+The more information you put in, the more specific your results will be.
+ 少なくとも一つのフィルタが必要です。
+情報を入力すればするほど詳細な検索結果になります。
+
+
+
+ Get User Logs
+ ユーザーログを取得
+
+
+
+ Clear Filters
+ フィルタ解除
+
+
+
+ Filters
+ フィルタ
+
+
+
+ Log Locations
+
+
+
+
+ Date Range
+
+
+
+
+ Maximum Results
+
+
+
+
+ Room Logs
+ ルームログ
+
+
+
+
+
+ Time;SenderName;SenderIP;Message;TargetID;TargetName
+ 時間;送信者名;送信者IP;メッセージ;対象ID;対象名
+
+
+
+ Game Logs
+ ゲームログ
+
+
+
+ Chat Logs
+ チャットログ
+
+
+
+
+ Message History
+ メッセージ履歴
+
+
+
+ There are no messages for the selected filters.
+ 選択したフィルタのためのメッセージはありません。
+
+
+
+ Failed to collect message history information.
+ メッセージ履歴情報の収集に失敗しました。
+
+TabMessage
-
+ Private &chatプライベートチャット
-
+ &Leave退出する
-
+ %1 - Private chat%1 - プライベートチャット
-
+ This user is ignoring you.このユーザーはあなたを無視しています.
-
+ Private message from 個人チャット:
-
+ %1 has left the server.%1はサーバーから退出しました.
-
+ %1 has joined the server.%1がサーバーに参加しました.
@@ -4914,54 +5227,54 @@ Please enter a name:
TabReplays
-
+ Local file systemローカルのリプレイ
-
+ Server replay storageサーバーに保存されたリプレイ
-
-
+
+ Watch replayリプレイを再生
-
-
+
+ Delete削除
-
+ Download replayリプレイをダウンロード
-
+ Toggle expiration lock有効期限ロックの切り替え
-
+ Delete local fileローカルファイルの削除
-
+ Are you sure you want to delete "%1"?本当に "%1" を削除してもよろしいですか?
-
+ Delete remote replayサーバーファイルの削除
-
+ Are you sure you want to delete the replay of game %1?本当にゲーム:%1のリプレイを削除してもよろしいですか?
@@ -4974,47 +5287,47 @@ Please enter a name:
TabRoom
-
+ &Say:発言欄:
-
+ Chatチャット
-
+ &Roomルーム
-
+ &Leave roomルームから出る
-
+ &Clear chatチャットをクリア
-
+ Chat Settings...チャット設定...
-
+ mentioned you.あなたにメンションした。
-
+ Click to viewクリックで見る
-
+ You are flooding the chat. Please wait a couple of seconds.あなたはチャットルームから弾かれました。少々お待ちください。
@@ -5022,43 +5335,83 @@ Please enter a name:
TabServer
-
+ Serverサーバー
+
+
+
+
+
+ Error
+ エラー
+
+
+
+ Failed to join the room: it doesn't exists on the server.
+ ルームに参加できませんでした: サーバーに存在しません。
+
+
+
+ The server thinks you are in the room but Cockatrice is unable to display it. Try restarting Cockatrice.
+
+
+
+
+ You do not have the required permission to join this room.
+ あなたはこのルームに参加するための権限がありません。
+
+
+
+ Failed to join the room due to an unknown error: %1.
+ 原因不明のエラーによってルームに参加できませんでした: %1。
+ TabSupervisor
-
+ Are you sure?よろしいですか?
-
+ There are still open games. Are you sure you want to quit?ゲームがまだ開いています。本当に退出しますか?
-
+ Promotion
-
+ 昇格
-
+ You have been promoted to moderator. Please log out and back in for changes to take effect.
-
+ あなたはモデレーターに昇格されています。変更を有効にするためにログインしなおして下さい。
+
+
+
+ Warned
+ 警告
+
+
+
+ You have received a warning due to %1.
+Please refrain from engaging in this activity or further actions may be taken against you. If you have any questions, please private message a moderator.
+ 以下の理由によって警告を受けました: %1。
+これらのような行動はご遠慮頂ますようお願い致します。質問がある場合は、モデレーターにプライベートメッセージしてください。TabUserLists
-
+ Add to Buddy Listフレンドリストに追加
-
+ Add to Ignore List無視リストに追加
@@ -5071,96 +5424,155 @@ Please enter a name:
UserContextMenu
-
+ User &detailsユーザー詳細
-
+ Private &chatプライベートチャット
-
+ Show this user's &gamesこのユーザーのゲームを表示
-
+ Add to &buddy listフレンドリストに追加
-
+ Remove from &buddy listフレンドリストから削除
-
+ Add to &ignore list無視リストに追加
-
+ Remove from &ignore list無視リストから削除
-
+ Kick from &gameゲームからキックする
-
+
+ Warn user
+ ユーザーに警告する
+
+
+
+ View user's war&n history
+ ユーザーの警告履歴を見る
+
+
+ Ban from &serverサーバーからBANする
-
+
+ View user's &ban history
+ ユーザーのBAN履歴を見る
+
+
+ &Promote user to moderator
-
+ ユーザーを昇格する
-
+ Dem&ote user from moderator
-
+ ユーザーを降格する
-
+ %1's games%1のゲーム
-
-
+
+
+
+ Ban History
+ BAN履歴
+
+
+
+ Ban Time;Moderator;Ban Length;Ban Reason;Visible Reason
+
+
+
+
+ User has never been banned.
+ ユーザーはBANされていません。
+
+
+
+ Failed to collecting ban information.
+ BAN情報の収集に失敗しました。
+
+
+
+
+
+ Warning History
+ 警告履歴
+
+
+
+ Warning Time;Moderator;User Name;Reason
+ 警告回数;モデレーター;ユーザー名;理由
+
+
+
+ User has never been warned.
+ ユーザーは警告されていません。
+
+
+
+ Failed to collecting warning information.
+ 警告情報の収集に失敗しました。
+
+
+
+ Success
-
+ 成功
-
+ Successfully promoted user.
-
+ ユーザーを昇格しました。
-
+ Successfully demoted user.
-
+ ユーザーを降格しました。
-
-
+
+ Failed
-
+ 失敗
-
+ Failed to promote user.
-
+ 昇格に失敗しました。
-
+ Failed to demote user.
-
+ 降格に失敗しました。
@@ -5330,42 +5742,42 @@ Please enter a name:
UserInterfaceSettingsPage
-
+ General interface settingsインターフェース全般設定
-
+ Enable notifications in taskbarタスクバーの通知を有効
-
+ Notify in the taskbar for game events while you are spectatingタスクバーに観戦中のゲームイベントを通知する
-
+ &Double-click cards to play them (instead of single-click)ダブルクリックでカードをプレイする (シングルクリックの代わり)
-
+ &Play all nonlands onto the stack (not the battlefield) by default土地でないカードをプレイする時、すぐに戦場に出さずにスタックに置く
-
+ Annotate card text on tokensトークンのカードテキストを注釈にもつける
-
+ Animation settingsアニメーション設定
-
+ &Tap/untap animationタップ/アンタップアニメーション
@@ -5373,95 +5785,134 @@ Please enter a name:
UserList
-
+ Users connected to server: %1ユーザーが%1サーバーに接続
-
+ Users in this room: %1ルームのユーザー数: %1
-
+ Buddies online: %1 / %2フレンドオンライン: %1 / %2
-
+ Ignored users online: %1 / %2無視ユーザーオンライン: %1 / %2
+
+ WarningDialog
+
+
+ Which warning would you like to send?
+ どの警告を送信しますか?
+
+
+
+ &OK
+ OK
+
+
+
+ &Cancel
+ キャンセル
+
+
+
+ Warn user for misconduct
+ 不正行為をユーザーに警告
+
+
+
+
+ Error
+ エラー
+
+
+
+ User name to send a warning to can not be blank, please specify a user to warn.
+ ユーザー名は空欄に出来ません。有効なユーザー名を選択して下さい。
+
+
+
+ Warning to use can not be blank, please select a valid warning to send.
+ 警告は空欄に出来ません。有効な警告を選択して下さい。
+
+WndSets
-
+ Enable all setsすべてのセットを有効
-
+ Disable all setsすべてのセットを無効
-
+ Move selected set up選択中のセットを上へ
-
+ Move selected set to the top選択したセットを一番上へ
-
+ Move selected set down選択中のセットを下へ
-
+ Move selected set to the bottom選択したセットを一番下へ
-
+ hints:ヒント:
-
+ Enable the sets that you want to have available in the deck editorデッキエディタで使用したいセットチェックを入れて下さい。
-
+ Move sets around to change their order, or click on a column header to sort sets on that fieldセットの並び順を変更するには、並べ替えたいセットを選択して緑の矢印をクリックするか、列のヘッダーをクリックして下さい。
-
+ Sets order decides the source that will be used when loading images for a specific cardカード画像は、セットの並び順上が優先されて表示されます。
-
+ Disabled sets will be used for loading images only if all the enabled sets failedすべての有効なセットが失敗した場合にのみ、無効のセットも画像の読み込みに使用されます。
-
+ Edit setsセットの設定
-
+ Success完了
-
+ The sets database has been saved successfully.セットデータベースを保存しました。
@@ -5469,22 +5920,22 @@ Please enter a name:
ZoneViewWidget
-
+ sort by name名前順で並び替え
-
+ sort by typeカード・タイプ順で並び替え
-
+ shuffle when closing閉じる時に切り直す
-
+ pile viewタイプ別に重ねて表示
@@ -5492,558 +5943,573 @@ Please enter a name:
shortcutsTab
-
+ Formフォーム
-
+ Main Windowメインウィンドウ
-
+ Deck editorデッキエディター
-
+ Local gameplayローカルゲーム
-
+ Watch replayリプレイを再生
-
+ Connect
- 接続
+ サーバーに接続
-
+ Register
- 登録
+ ユーザー登録
-
+ Full screenフルスクリーン
-
+ Settings設定
-
+ Check for card updatesカードデータベース更新
-
+ Exit終了
-
+ Deck Editorデッキエディター
-
+ Analyze deckデッキ分析
-
+ Load deck (clipboard)クリップボードからデッキを開く
-
+ Clerar all filters全フィルタ解除
-
+ New deck新しいデッキ
-
+ Clear one filterフィルタをひとつ解除
-
+ Open custom folderカスタムフォルダを開く
-
+ Close閉じる
-
+ Print deckデッキを印刷
-
+ Edit setsセットの設定
-
+ Delete cardカードを削除
-
+ Edit tokensトークンを編集
-
+ Reset layoutレイアウトをリセット
-
+ Add cardカードを追加
-
+ Save deckデッキを保存
-
+ Remove cardカードを取り除く
-
+ Save deck as
- 名前を付けて保存...
+ 名前を付けて保存
-
+ Load deckデッキを開く
-
+ Save deck (clipboard)クリップボードにデッキをコピー
-
-
+
+ Countersカウンター
-
+ Lifeライフ
-
-
-
-
-
+
+
+
+
+ Set設定
-
-
-
-
+
+
+
+ Add追加
-
-
-
-
+
+
+
+ Remove削減
-
+ Red赤
-
+ Green緑
-
+ Yellow黄
-
- Mainwindow / Deck editor
- メインウィンドウ/デッキエディター
+
+ Playing Area
+ プレイエリア
-
- Power / toughness
- パワー / タフネス
+
+ Phases | P/T | Playing Area
+ フェイズ | P/T | プレイエリア
-
- Power and toughness
- パワーとタフネス
+
+ Game Lobby
+ ゲームロビー
-
+
+ Gameplay
+ ゲームプレイ
+
+
+
+ Draw | Move | View | Gameplay
+ ドロー | カード操作 | 場を見る | ゲームプレイ
+
+
+
+ How to set custom shortcuts
+ ショートカットキーの設定の仕方(英語)
+
+
+
+ Restore all default shortcuts
+ すべてのトショートカットを復元
+
+
+
+ Clear all shortcuts
+ すべてのショートカットをクリア
+
+
+ Add (+1/+1)+1/+1
-
+ Remove (-1/-1)-1/-1
-
+ Toughnessタフネス
-
+ Remove (-0/-1)-0/-1
-
+ Add (+0/+1)+0/+1
-
+ Powerパワー
-
+ Remove (-1/-0)-1/-0
-
+ Add (+1/+0)+1/+0
-
+ Game Phasesフェイズ
-
+ Untapアンタップ
-
+ Disconnect
-
+ 切断
-
+
+ Main Window | Deck Editor
+ メインウィンドウ | デッキエディター
+
+
+
+ Power / Toughness
+ パワー / タフネス
+
+
+
+ Power and Toughness
+ パワーとタフネス
+
+
+ Upkeep
-
+ アップキープ
-
-
+
+ Drawドロー
-
+ Main 1メイン1
-
+ Start combat戦闘開始
-
+ Attack攻撃
-
+ Blockブロック
-
+ Damageダメージ
-
+ End combat戦闘終了
-
+ Main 2メイン2
-
+ Endエンド
-
+ Next phase次のフェイズ
-
+ Next turn次のターン
-
- Player
- プレイヤー
-
-
-
+ Tap Card
- タップ
+ カードをタップ
-
+ Untap Card
- アンタップ
+ カードをアンタップ
-
+ Untap allすべてアンタップ
-
+ Toogle untap
- 通常のアンタップの切り替え
+ アンタップ可否切り替え
-
+ Flip card裏返す
-
+ Peek card表面を見る
-
+ Play cardプレイする
-
+ Attach cardつける
-
+ Unattach cardはずす
-
+ Clone card
- カードのコピー
+ カードをコピー
-
+ Create tokenトークンを作成
-
+ Create another token
- 同じトークンを作成する
+ 同じトークンを出す
-
+ Set annotation
- 注釈
+ 注釈をつける
-
- Phases / P/T / Player
- フェイズ/ P/T /プレイヤー
-
-
-
+ Move card to
- カードを移動
+ カードの移動
-
+ Bottom libraryライブラリーの一番下
-
+ Top libraryライブラリーの一番上
-
-
+
+ Graveyard墓地
-
-
+
+ Exile追放
-
+ Hand手札
-
+ View
- 見る
+ 場を見る
-
+ Library
- ライブラリー
+ 自分のライブラリー
-
+ Tops card of libraryライブラリーの一番上
-
+ Sideboardサイドボード
-
+ Close recent view閉じる
-
- Pre-play
-
-
-
-
+ Load remote deckサーバーのデッキを開く
-
+ Load local deckローカルのデッキを開く
-
- Game play
-
-
-
-
+ Draw arrow対象を指定
-
+ Leave game
- ゲームから離脱する
+ ゲームから退出する
-
+ Remove local arrows
- 全ての対象指定を消す
+ 全ての矢印を消す
-
+ Concede投了
-
+ Roll diceダイス
-
+ Rotate view CW席順を時計回りに送る
-
+ Shuffle libraryライブラリーを切り直す
-
+ Rotate view CCW席順を時計回りに送る
-
+ Mulliganマリガン
-
+ Draw card
- カードを引く
+ カードを1枚引く
-
+ Draw cards複数枚引く
-
+ Undo draw最後に引いたカードを戻す
-
+ Always reveal top card一番上のカードを公開したままプレイ
-
-
- Draw / Move / View / Game play
-
-
\ No newline at end of file
diff --git a/cockatrice/translations/cockatrice_ko.ts b/cockatrice/translations/cockatrice_ko.ts
index c34f808de..b9756f9f3 100644
--- a/cockatrice/translations/cockatrice_ko.ts
+++ b/cockatrice/translations/cockatrice_ko.ts
@@ -20,57 +20,57 @@
AppearanceSettingsPage
-
+ Theme settings
-
+ 테마 설정
-
+ Current theme:
-
+ 현재 테마:
-
+ Card rendering카드 렌더링
-
+ Display card names on cards having a picture이미지가 존재하는 카드에도 카드 이름 표시
-
+ Scale cards on mouse over마우스 오버 시 카드 확대
-
+ Hand layout손 레이아웃
-
+ Display hand horizontally (wastes space)손의 카드를 가로로 정렬
-
+ Enable left justification손의 카드를 좌측으로 정렬
-
+ Table grid layout테이블 격자 레이아웃
-
+ Invert vertical coordinate전장의 상하배치를 전환 (대지를 앞에 배치)
-
+ Minimum player count for multi-column layout:다열 레이아웃를 위한 최소 플레이어 인원 (4명 이상 권장)
@@ -78,120 +78,120 @@
BanDialog
-
+ ban &user name사용자 계정 추방
-
+ ban &IP addressIP 주소 추방
-
+ ban client I&D클라이언트 ID 추방
-
+ Ban type추방 유형
-
+ &permanent ban영구 추방
-
+ &temporary ban기간제 추방
-
+ &Days:일:
-
+ &Hours:시간:
-
+ &Minutes:분:
-
+ Duration of the ban추방 기간
-
+ Please enter the reason for the ban.
This is only saved for moderators and cannot be seen by the banned person.추방 사유를 적어주세요.
해당 사유는 관리자들만 볼 수 있고 추방 당한 사용자는 볼 수 없습니다.
-
+ Please enter the reason for the ban that will be visible to the banned person.추방된 사용자가 보게 될 추방 사유를 적어주세요.
-
+ &OK확인
-
+ &Cancel취소
-
+ Ban user from server사용자를 서버에서 추방
-
-
-
-
+
+
+
+ Error오류
-
+ You have to select a name-based, IP-based, clientId based, or some combination of the three to place a ban.추방의 유형을 선택해 주세요.
-
+ You must have a value in the name ban when selecting the name ban checkbox.
-
+ 사용자명 추방을 하기 위해선 사용자명을 입력하셔야 합니다.
-
+ You must have a value in the ip ban when selecting the ip ban checkbox.
-
+ 아이피 추방을 하기 위해선 아이피 주소를 입력하셔야 합니다.
-
+ You must have a value in the clientid ban when selecting the clientid ban checkbox.
-
+ 클라이언트 ID 추방을 하기 위해선 클라이언트 ID를 입력하셔야 합니다.CardDatabase
-
+ New sets found새로운 확장판 감지
-
+ %1 new set(s) have been found in the card database. Do you want to enable them?%1개의 새로운 확장판이 카드 데이터베이스에 추가되었습니다.
새로운 확장판을 활성화 시키시겠습니까?
@@ -200,27 +200,27 @@ This is only saved for moderators and cannot be seen by the banned person.
CardDatabaseModel
-
+ Name카드 이름
-
+ Sets확장판
-
+ Mana cost마나 비용
-
+ Card type카드 유형
-
+ P/T공/방
@@ -279,47 +279,47 @@ This is only saved for moderators and cannot be seen by the banned person.
CardInfoWidget
-
+ Show card only카드만 표시
-
+ Show text only텍스트만 표시
-
+ Show full info정보 전체 표시
-
+ Name:카드 이름:
-
+ Mana cost:마나 비용:
-
+ Color(s):카드 색:
-
+ Card type:카드 유형:
-
+ P / T:공/방:
-
+ Loyalty:충성도:
@@ -583,12 +583,12 @@ This is only saved for moderators and cannot be seen by the banned person.
DeckEditorSettingsPage
-
+ Nothing is here... yet준비중입니다.
-
+ General일반
@@ -628,42 +628,42 @@ This is only saved for moderators and cannot be seen by the banned person.
DeckViewContainer
-
+ Load local deck로컬 덱 불러오기
-
+ Load deck from server서버에 저장된 덱 불러오기
-
+ Ready to s&tart시작 준비
-
+ S&ideboard unlocked사이드보드 카드 교체 가능
-
+ S&ideboard locked사이드보드 카드 교체 불가능
-
+ Load deck덱 불러오기
-
+ Error오류
-
+ The selected file could not be loaded.지정하신 파일을 불러올 수 없었습니다.
@@ -709,55 +709,65 @@ This is only saved for moderators and cannot be seen by the banned person.
DlgConnect
-
+ Previous Host지난번에 접속한 서버
-
+ New Host새로운 서버
-
+ &Host:호스트 IP:
-
+ Enter host name서버 주소 입력
-
+ &Port:포트:
-
+ Player &name:사용자명:
-
+ P&assword:비밀번호:
-
+ &Save password비밀번호 저장
-
+ A&uto connect at start코카트리스 시작 시 자동 연결
-
+ Connect to server서버로 연결
+
+
+ Connect Warning
+
+
+
+
+ The player name can't be empty.
+
+ DlgCreateGame
@@ -827,27 +837,27 @@ This is only saved for moderators and cannot be seen by the banned person.관전자
-
+ &Clear설정 초기화
-
+ Create game게임 만들기
-
+ Game information게임 정보
-
+ Error오류
-
+ Server error.서버 오류.
@@ -1112,7 +1122,7 @@ To remove your current avatar, confirm without choosing a new image.
The chosen name conflicts with an existing card or token.
Make sure to enable the 'token set' in the 'Edit sets...' dialog to display them correctly.다른 토큰이나 카드와 중복되는 이름입니다.
-'확장판 편집' 창에서 '토큰 전용 더미 판본'이 체크되어있는지 확인하여 주십시오.
+'확장판 편집' 창에서 '토큰 전용 더미 확장판'이 체크되어있는지 확인하여 주십시오.
@@ -1309,6 +1319,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
+ Registration Warning가입 실패
@@ -1322,6 +1333,11 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Your email addresses do not match, please try again.입력된 이메일이 서로 다릅니다. 다시 시도하여 주십시오.
+
+
+ The player name can't be empty.
+
+ Country:
@@ -1341,19 +1357,19 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
DlgSettings
-
-
-
+
+
+ Error오류
-
+ Unknown Error loading card database데이터베이스를 불러올 때 미상의 오류가 발생하였습니다.
-
+ Your card database is invalid.
Cockatrice may not function correctly with an invalid database
@@ -1370,7 +1386,7 @@ Would you like to change your database location setting?
데이터베이스 경로를 다시 설정하시겠습니까?
-
+ Your card database version is too old.
This can cause problems loading card information or images
@@ -1387,7 +1403,7 @@ Would you like to change your database location setting?
데이터베이스 경로를 다시 설정하시겠습니까?
-
+ File Error loading your card database.
Would you like to change your database location setting?
@@ -1396,7 +1412,7 @@ Would you like to change your database location setting?
데이터베이스 경로를 다시 설정하시겠습니까?
-
+ Your card database was loaded but contains no cards.
Would you like to change your database location setting?
@@ -1405,7 +1421,7 @@ Would you like to change your database location setting?
데이터베이스 경로를 다시 설정하시겠습니까?
-
+ Your card database did not finish loading
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your cards.xml attached
@@ -1418,7 +1434,7 @@ http://github.com/Cockatrice/Cockatrice/issues 에 cards.xml을 첨부한 버그
데이터베이스 경로를 다시 설정하시겠습니까?
-
+ Unknown card database load status
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues
@@ -1431,58 +1447,93 @@ http://github.com/Cockatrice/Cockatrice/issues 에 cards.xml을 첨부한 버그
데이터베이스 경로를 다시 설정하시겠습니까?
-
+ The path to your deck directory is invalid. Would you like to go back and set the correct path?덱 파일을 보관하는 디렉토리의 경로가 잘못되었습니다.
경로를 다시 설정하시겠습니까?
-
+ The path to your card pictures directory is invalid. Would you like to go back and set the correct path?카드 이미지 파일을 보관하는 디렉토리의 경로가 잘못되었습니다.
경로를 다시 설정하시겠습니까?
-
+ Settings환경설정
-
+ General일반
-
+ Appearance외형
-
+ User Interface인터페이스
-
+ Deck Editor덱 편집기
-
+ Chat대화
-
+ Sound소리
-
+ Shortcuts단축키
+
+ DlgUpdate
+
+
+ Error
+
+
+
+
+ Cockatrice was not built with SSL support, so cannot download updates! Please visit the download page and update manually.
+
+
+
+
+ Your version of Cockatrice is out of date, but there are no packages available for your operating system. You may have to use a developer build or build from source yourself. Please visit the download page.
+
+
+
+
+ Cockatrice Update
+
+
+
+
+ Your version of Cockatrice is up to date.
+
+
+
+
+
+
+ Update Error
+
+
+GameSelector
@@ -1501,7 +1552,7 @@ http://github.com/Cockatrice/Cockatrice/issues 에 cards.xml을 첨부한 버그
Please join the appropriate room first.
- 게임에 먼저 들어가시기 바랍니다.
+ 해당 게임이 열려있는 채널에 먼저 들어가시기 바랍니다.
@@ -1551,7 +1602,7 @@ http://github.com/Cockatrice/Cockatrice/issues 에 cards.xml을 첨부한 버그
Please join the respective room first.
- 해당되는 게임에 먼저 들어가시기 바랍니다.
+ 해당 게임이 열려있는 채널에 먼저 들어가시기 바랍니다.
@@ -1696,112 +1747,118 @@ http://github.com/Cockatrice/Cockatrice/issues 에 cards.xml을 첨부한 버그
GeneralSettingsPage
-
+ Reset/Clear Downloaded Pictures저장된 이미지 초기화
-
-
-
-
-
+
+
+
+
+ Choose path경로 선택
-
+ Success성공
-
+ Downloaded card pictures have been reset.저장된 카드 이미지 파일들이 초기화 되었습니다.
-
+ Error오류
-
+ One or more downloaded card pictures could not be cleared.저장된 카드 이미지 파일을 초기화 시킬 수 없었습니다.
-
+ Personal settings개인 설정
-
+ Language:언어:
-
+ Download card pictures on the fly카드 이미지 파일 자동 다운로드
-
- Download card pictures from a custom URL
- 지정된 URL에서 카드 이미지 다운로드
-
-
-
- Custom Card Download URL:
- 카드 이미지 다운로드 URL:
-
-
-
- Linking FAQ
- 카드 이미지 서버 설정 FAQ
-
-
-
- Notify when new client features are available
+
+ Primary download URL:
-
+
+ Fallback download URL:
+
+
+
+
+
+ Reset
+
+
+
+
+ How to set a custom picture url
+
+
+
+
+ Notify when new client features are available
+ 클라이언트 업데이트 필요 시 알림
+
+
+ Paths디렉토리 경로
-
+ Decks directory:덱 파일 경로:
-
+ Replays directory:리플레이 파일 경로:
-
+ Pictures directory:카드 이미지 경로:
-
+ Card database:카드 데이터베이스 경로:
-
+ Token database:토큰 데이터베이스 경로:
-
+ Picture cache size:카드 이미지 캐시 최대 용량:
-
+ English한국어 (Korean)
@@ -1809,49 +1866,49 @@ http://github.com/Cockatrice/Cockatrice/issues 에 cards.xml을 첨부한 버그
MainWindow
-
+ There are too many concurrent connections from your address.해당 IP주소에서 동시에 연결된 회선이 너무 많습니다.
-
+ Scheduled server shutdown.정기 점검 중입니다.
-
+ Banned by moderator관리자에 의해 서버에서 추방 당하였습니다.
-
+ Expected end time: %1예상 추방 종료 시간: %1
-
+ This ban lasts indefinitely.영구적 추방입니다.
-
+ Connection closed서버와의 연결이 끊어졌습니다.
-
+ The server has terminated your connection.
Reason: %1서버에서 연결을 끊었습니다.
사유: %1
-
+ Scheduled server shutdown정기 점검
-
+ The server is going to be restarted in %n minute(s).
All running games will be lost.
Reason for shutdown: %1
@@ -1860,193 +1917,199 @@ Reason for shutdown: %1
서버 재시작 사유: %1
-
+ Number of players플레이어 인원
-
+ Please enter the number of players.최대 플레이어 인원을 입력해 주세요.
-
+ Player %1플레이어 %1
-
+ Load replay리플레이 불러오기
-
+ About Cockatrice코카트리스에 관하여
-
+ Version %1버전 %1
-
+ Translators:번역진:
-
+ Project Manager:현 프로젝트 매니저:
-
+ The server has reached its maximum user capacity, please check back later.서버가 꽉 찼습니다. 나중에 다시 접속하여 주십시오.
-
-
+
+ Invalid username.잘못된 사용자명입니다.
-
+ You have been logged out due to logging in at another location.다른 장소에서 로그인하여 접속이 해제되었습니다.
-
-
+
+ Success성공
-
+ Registration accepted.
Will now login.가입이 승인되었습니다.
로그인합니다.
-
+ Account activation accepted.
Will now login.계정이 활성화 되었습니다.
로그인합니다.
-
+
+ Cockatrice Webpage
+
+
+
+ Past Project Managers:전 프로젝트 매니저:
-
+ Developers:개발진:
-
+ Our Developers기여자 목록
-
+ Help Develop!개발을 도와주세요!
-
+ Recognition Page번역자 목록
-
+ Help Translate!번역을 도와주세요!
-
+ Support: 기술 지원:
-
+ Report an Issue문제점 보고
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Error오류
-
+ Server timeout서버 응답시간 초과
-
+ Failed Login
-
+ 로그인 실패
-
+ Your client does not support features that the server requires, please update your client and try again.
-
+ 현재 사용하고 계신 클라이언트는 접속하신 서버가 필요로 하는 기능을 지원하지 않습니다.
+클라이언트를 업데이트하고 다시 시도하여 주십시오.
-
+ Incorrect username or password. Please check your authentication information and try again.잘못된 사용자명이나 비밀번호입니다.
확인 후 다시 시도해 주세요.
-
+ There is already an active session using this user name.
Please close that session first and re-login.해당 사용자명으로 연결된 다른 세션이 있습니다.
해당 세션을 종료 한 후에 다시 시도해 주세요.
-
-
+
+ You are banned until %1.%1까지 추방 당하였습니다.
-
-
+
+ You are banned indefinitely.당신은 무기한 추방 당하였습니다.
-
+ This server requires user registration. Do you want to register now?본 서버는 가입이 필요합니다.
지금 가입하시겠습니까?
-
+ This server requires client ID's. Your client is either failing to generate an ID or you are running a modified client.
Please close and reopen your client to try again.본 서버는 클라이언트 ID가 필요합니다. 현재 사용중인 코카트리스는 올바른 ID를 생성하지 못하거나 수정된 버전일 수 있습니다.
@@ -2054,134 +2117,134 @@ Please close and reopen your client to try again.
코카트리스를 다시 실행하여 주시기 바랍니다.
-
+ An internal error has occurred, please try closing and reopening your client and try again. If the error persists try updating your client to the most recent build and if need be contact your software provider.내부 오류가 발생하였습니다.
코카트리스를 다시 실행하시고 다시 시도하거나 오류가 지속될 경우 코카트리스를 새로 다운받아 주시기 바랍니다.
-
+ Account activation계정 활성화
-
+ Unknown login error: %1알 수 없는 로그인 오류: %1
-
-
+
+
This usually means that your client version is out of date, and the server sent a reply your client doesn't understand.
대부분 클라이언트가 오래되어서 서버와 클라이언트가 말이 제대로 통하지 않을때 발생하는 문제입니다.
-
+ Your username must respect these rules:사용자명은 다음 조건을 만족해야 합니다:
-
+ is %1 - %2 characters long%1에서 %2자 사이
-
+ can %1 contain lowercase characters소문자 사용 %1가능
-
-
-
+
+
+ NOT불
-
+ can %1 contain uppercase characters대문자 사용 %1가능
-
+ can %1 contain numeric characters숫자 사용 %1가능
-
+ can contain the following punctuation: %1다음 문장 부호를 사용 가능 :
-
+ first character can %1 be a punctuation mark첫 글자를 문장 부호로 입력 %1가능
-
+ You may only use A-Z, a-z, 0-9, _, ., and - in your username.사용자명에는 영어 대소문자, 숫자, _(밑줄), .(마침표)나 -(대쉬)만 사용하실 수 있습니다.
-
-
-
-
-
+
+
+
+
+ Registration denied가입 실패
-
+ Registration is currently disabled on this server본 서버는 현재 가입을 받지 않습니다.
-
+ There is already an existing account with the same user name.이미 존재하는 사용자명 입니다.
-
+ It's mandatory to specify a valid email address when registering.사용 가능한 이메일 주소를 작성하셔야 합니다.
-
+ Too many registration attempts from your IP address.현 IP주소에서 너무 많은 가입 요청이 있었습니다.
-
+ Password too short.비밀번호가 너무 짧습니다.
-
+ Registration failed for a technical problem on the server.서버의 기술적 문제로 가입에 실패하였습니다.
-
+ Unknown registration error: %1가입 중 알 수 없는 오류 발생: %1
-
+ Account activation failed계정 활성화 실패
-
+ Socket error: %1소켓 오류: %1
-
+ You are trying to connect to an obsolete server. Please downgrade your Cockatrice version or connect to a suitable server.
Local version is %1, remote version is %2.서버 버전이 클라이언트보다 오래되었습니다.
@@ -2189,7 +2252,7 @@ Local version is %1, remote version is %2.
클라이언트 버전 %1, 서버 버전 %2.
-
+ Your Cockatrice client is obsolete. Please update your Cockatrice version.
Local version is %1, remote version is %2.코카트리스 클라이언트 버전이 오래되었습니다.
@@ -2197,175 +2260,181 @@ Local version is %1, remote version is %2.
클라이언트 버전 %1, 서버 버전 %2.
-
+ Connecting to %1...%1로 연결 시도 중...
-
+ Registering to %1 as %2...서버 %1에 %2(으)로 가입 중...
-
+ Disconnected연결 안됨
-
+ Connected, logging in at %1연결됨, %1로 로그인 시도 중
-
+ &Connect...서버로 연결
-
+ &Disconnect서버와의 연결 해제
-
+ Start &local game...오프라인 게임 시작
-
+ &Watch replay...리플레이 재생
-
+ &Deck editor덱 편집기
-
+ &Full screen전체 화면
-
+ &Register to server...서버에 가입
-
+ &Settings...환경설정
-
-
+
+ &Exit끝내기
-
+ A&ctions액션
-
+ &Cockatrice코카트리스
-
+ &About Cockatrice코카트리스에 관하여
-
+
+ &Update Cockatrice
+
+
+
+ &Help도움말
-
+ Check for card updates...카드 데이터베이스 업데이트 확인
-
+ A card database update is already running.이미 카드 데이터베이스 업데이트가 진행 중입니다.
-
+ Unable to run the card database updater: 카드 데이터베이스 업데이트를 진행할 수 없습니다:
-
+ The card database updater exited with an error: %1카드 데이터베이스 업데이트 중 다음 오류가 발생하였습니다:
%1
-
+ Update completed successfully. Cockatrice will now reload the card database.카드 데이터베이스가 성공적으로 업데이트 되었습니다.
데이터베이스를 다시 불러오겠습니다.
-
+ Your client appears to be missing features that the server supports.
This usually means that your client version is out of date, please check to see if there is a new client available for download.
-
+ 현재 사용하고 계신 클라이언트 접속하신 서버가 제공하는 몇가지 기능을 지원하지 않습니다.
+보통 클라이언트가 오래되어 생기는 문제로 새로운 클라이언트를 받으면 해결됩니다.
-
-
-
+
+
+ Information알림
-
+ Troubleshooting문제 해결
-
+ F.A.Q.자주 묻는 질문
-
+ Your account has not been activated yet.
You need to provide the activation token received in the activation email계정이 아직 활성화 되지 않았습니다.
가입 시 기입한 메일 주소에서 계정 활성화 토큰을 확인하여 주십시오.
-
+ failed to start.업데이트 시작 실패
-
+ crashed.강제 종료됨.
-
+ timed out.시간 초과.
-
+ write error.파일 쓰기 오류.
-
+ read error.파일 읽기 오류.
-
+ unknown error.알 수 없는 오류.
@@ -2373,17 +2442,17 @@ You need to provide the activation token received in the activation email
MessageLogWidget
-
+ The game has been closed.게임이 종료되었습니다.
-
+ %1 is now watching the game.%1이(가) 관전을 시작하였습니다.
-
+ %1 is not watching the game any more.%1이(가) 관전을 종료하였습니다.
@@ -2431,136 +2500,136 @@ You need to provide the activation token received in the activation email%1이(가) 게임에 참가하였습니다.
-
+ %1 has left the game.female%1이(가) 게임에서 나갔습니다.
-
+ %1 has left the game.male%1이(가) 게임에서 나갔습니다.
-
+ You have been kicked out of the game.게임에서 강제 퇴장 당하였습니다.
-
+ %1 has loaded a deck (%2).%1이(가) 덱을 불러왔습니다. (해시값: %2)
-
+ %1 has loaded a deck with %2 sideboard cards (%3).%1이(가) %2장의 사이드보드가 있는 덱을 불러왔습니다. (해시값: %3)
-
+ %1 is ready to start the game.female%1이(가) 게임을 시작할 준비가 되었습니다.
-
+ %1 is ready to start the game.male%1이(가) 게임을 시작할 준비가 되었습니다.
-
+ %1 is not ready to start the game any more.female%1은(는) 더 이상 게임을 시작할 준비가 안되었습니다.
-
+ %1 is not ready to start the game any more.male%1은(는) 더 이상 게임을 시작할 준비가 안되었습니다.
-
+ %1 has locked her sideboard.female%1이(가) 덱에서 사이드보드 카드를 제외합니다.
-
+ %1 has locked his sideboard.male%1이(가) 덱에서 사이드보드 카드를 제외합니다.
-
+ %1 has unlocked her sideboard.female%1이(가) 덱에 사이드보드 카드를 넣으려고 합니다.
-
+ %1 has unlocked his sideboard.male%1이(가) 덱에 사이드보드 카드를 넣으려고 합니다.
-
+ %1 has conceded the game.female%1이(가) 항복하였습니다.
-
+ %1 has conceded the game.male%1이(가) 항복하였습니다.
-
-
- %1 has restored connection to the game.
- female
- %1의 연결이 복구되었습니다.
-
-
-
- %1 has restored connection to the game.
- male
- %1의 연결이 복구되었습니다.
-
- %1 has lost connection to the game.
+ %1 has restored connection to the game.female
- %1의 연결이 끊어졌습니다.
+ %1의 연결이 복구되었습니다.
+ %1 has restored connection to the game.
+ male
+ %1의 연결이 복구되었습니다.
+
+
+
+ %1 has lost connection to the game.
+ female
+ %1의 연결이 끊어졌습니다.
+
+
+ %1 has lost connection to the game.male%1의 연결이 끊어졌습니다.
-
+ %1 shuffles %2.female%1이(가) %2 섞습니다.
-
+ %1 shuffles %2.male%1이(가) %2 섞습니다.
-
+ %1 rolls a %2 with a %3-sided die.female%1이(가) %3면체 주사위로 %2을(를) 굴렸습니다.
-
+ %1 rolls a %2 with a %3-sided die.male%1이(가) %3면체 주사위로 %2을(를) 굴렸습니다.
@@ -2582,464 +2651,486 @@ You need to provide the activation token received in the activation email
-
+ %1 undoes his last draw.%1이(가) 마지막으로 뽑은 카드를 서고에 돌려놓습니다.
-
+ %1 undoes her last draw.%1이(가) 마지막으로 뽑은 카드를 서고에 돌려놓습니다.
-
+ %1 undoes his last draw (%2).%1이(가) 마지막으로 뽑은 카드를 서고로 돌려놓습니다 (%2).
-
+ %1 undoes her last draw (%2).%1이(가) 마지막으로 뽑은 카드를 서고로 돌려놓습니다 (%2).
-
+ from exile추방 영역에
-
+ the bottom card of %1's library%1의 서고 맨 밑의 카드
-
+ the bottom card of his library그의 서고 맨 밑의 카드
-
+ the bottom card of her library그녀의 서고 맨 밑의 카드
-
+ from the bottom of %1's library%1의 서고 맨 밑에
-
+ from the bottom of his library그의 서고 맨 밑에
-
+ from the bottom of her library그녀의 서고 맨 밑에
-
+ the top card of %1's library%1의 서고 맨 위의 카드
-
+
+ Heads (1)
+
+
+
+
+ Tails (2)
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ female
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ male
+
+
+
+ the top card of his library그의 서고 맨 위의 카드
-
+ the top card of her library그녀의 서고 맨 위의 카드
-
+ from the top of %1's library%1의 서고 맨 위에
-
+ from the top of his library그의 서고 맨 위에
-
+ from the top of her library그녀의 서고 맨 위에
-
+ from %1's library%1의 서고에
-
+ from library서고에
-
+ from sideboard사이드보드에
-
+ from the stack스택에
-
+ %1 gives %2 control over %3.%1이(가) %3의 조종권을 %2에게 넘깁니다.
-
+ %1 puts %2 into play tapped%3.%1이(가) %3서 %2을(를) 탭된 채로 전장에 놓았습니다.
-
+ %1 puts %2 into play%3.%1이(가) %3서 %2을(를) 전장에 놓았습니다.
-
+ %1 exiles %2%3.%1이(가) %3 있던 %2을(를) 추방합니다.
-
+ %1 puts %2%3 into his library.%1이(가) %3 있던 %2을(를) 서고에 넣었습니다.
-
+ %1 puts %2%3 into her library.%1이(가) %3 있던 %2을(를) 서고에 넣었습니다.
-
+ %1 puts %2%3 on bottom of his library.%1이(가) %3 있던 %2을(를) 서고 맨 밑에 넣었습니다.
-
+ %1 puts %2%3 on bottom of her library.%1이(가) %3 있던 %2을(를) 서고 맨 밑에 넣었습니다.
-
+ %1 puts %2%3 on top of his library.%1이(가) %3 있던 %2을(를) 서고 맨 위에 올려두었습니다.
-
+ %1 puts %2%3 on top of her library.%1이(가) %3 있던 %2을(를) 서고 맨 위에 올려두었습니다.
-
+ %1 puts %2%3 into his library at position %4.%1이 %3 있던 %2을(를) 서고 %4번째 자리에 넣었습니다.
-
+ %1 puts %2%3 into her library at position %4.%1이(가) %3 있던 %2을(를) 서고 %4번째 자리에 넣었습니다.
-
+ %1 moves %2%3 to sideboard.%1이(가) %3 있던 %2을(를) 서고 맨 밑에 넣었습니다.
-
+ %1 plays %2%3.%1이(가) %3서 %2을(를) 플레이 하였습니다.
-
+ %1 takes a mulligan to %n.female%1이(가) %n장으로 멀리건을 하였습니다.
-
+ %1 takes a mulligan to %n.male%1이(가) %n장으로 멀리건을 하였습니다.
-
+ %1 flips %2 face-down.female%1이(가) %2을(를) 뒷면으로 뒤집어 놓습니다.
-
+ %1 flips %2 face-down.male%1이(가) %2을(를) 뒷면으로 뒤집어 놓습니다.
-
+ %1 flips %2 face-up.female%1이(가) %2을(를) 앞면으로 뒤집어 놓습니다.
-
+ %1 flips %2 face-up.male%1이(가) %2을(를) 앞면으로 뒤집어 놓습니다.
-
+ %1 destroys %2.female%1이(가) %2을(를) 파괴합니다.
-
+ %1 destroys %2.male%1이(가) %2을(를) 파괴합니다.
-
+ %1 unattaches %2.female%1이(가) %2을(를) 떼어냅니다.
-
+ %1 unattaches %2.male%1이(가) %2을(를) 떼어냅니다.
-
+ %1 creates token: %2%3.female%1이(가) %2%3 토큰을 생성합니다.
-
+ %1 creates token: %2%3.male%1이(가) %2%3 토큰을 생성합니다.
-
+ %1 points from her %2 to herself.female%1이(가) 그녀의 %2로(으로) 자기 자신을 가르킵니다.
-
+ %1 points from his %2 to himself.male%1이(가) 그의 %2로(으로) 자기 자신을 가르킵니다.
-
+ %1 points from her %2 to %3.p1 female, p2 female%1이(가) 그녀의 %2로(으로) %3을(를) 가르킵니다.
-
+ %1 points from her %2 to %3.p1 female, p2 male%1이(가) 그녀의 %2로(으로) %3을(를) 가르킵니다.
-
+ %1 points from his %2 to %3.p1 male, p2 female%1이(가) 그의 %2로(으로) %3을(를) 가르킵니다.
-
+ %1 points from his %2 to %3.p1 male, p2 male%1이(가) 그의 %2로(으로) %3을(를) 가르킵니다.
-
+ %1 points from %2's %3 to herself.card owner female, target female%1이(가) %2의 %3로(으로) 자기 자신을 가르킵니다.
-
+ %1 points from %2's %3 to herself.card owner male, target female%1이(가) %2의 %3로(으로) 자기 자신을 가르킵니다.
-
+ %1 points from %2's %3 to himself.card owner female, target male%1이(가) %2의 %3로(으로) 자기 자신을 가르킵니다.
-
+ %1 points from %2's %3 to himself.card owner male, target male%1이(가) %2의 %3로(으로) 자기 자신을 가르킵니다.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 female%1이(가) %2의 %3로(으로) %4을(를) 가르킵니다.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 male%1이(가) %2의 %3로(으로) %4을(를) 가르킵니다.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 female%1이(가) %2의 %3로(으로) %4을(를) 가르킵니다.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 male%1이(가) %2의 %3로(으로) %4을(를) 가르킵니다.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 female%1이(가) %2의 %3로(으로) %4을(를) 가르킵니다.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 male%1이(가) %2의 %3로(으로) %4을(를) 가르킵니다.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 female%1이(가) %2의 %3로(으로) %4을(를) 가르킵니다.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 male%1이(가) %2의 %3로(으로) %4을(를) 가르킵니다.
-
+ %1 points from her %2 to her %3.female%1이(가) 그녀의 %2로(으로) 그녀의 %3을(를) 가르킵니다.
-
+ %1 points from his %2 to his %3.male%1이(가) 그의 %2로(으로) 그의 %3을(를) 가르킵니다.
-
+ %1 points from her %2 to %3's %4.p1 female, p2 female%1이(가) 그녀의 %2로(으로) %3의 %4을(를) 가르킵니다.
-
+ %1 points from her %2 to %3's %4.p1 female, p2 male%1이(가) 그녀의 %2로(으로) %3의 %4을(를) 가르킵니다.
-
+ %1 points from his %2 to %3's %4.p1 male, p2 female%1이(가) 그의 %2로(으로) %3의 %4을(를) 가르킵니다.
-
+ %1 points from his %2 to %3's %4.p1 male, p2 male%1이(가) 그의 %2로(으로) %3의 %4을(를) 가르킵니다.
-
+ %1 points from %2's %3 to her own %4.card owner female, target female%1이(가) %2의 %3로(으로) 그녀의 %4을(를) 가르킵니다.
-
+ %1 points from %2's %3 to her own %4.card owner male, target female%1이(가) %2의 %3로(으로) 그녀의 %4을(를) 가르킵니다.
-
+ %1 points from %2's %3 to his own %4.card owner female, target male%1이(가) %2의 %3로(으로) 그의 %4을(를) 가르킵니다.
-
+ %1 points from %2's %3 to his own %4.card owner male, target male%1이(가) %2의 %3로(으로) 그의 %4을(를) 가르킵니다.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 female%1이(가) %2의 %3로(으로) %4의 %5을(를) 가르킵니다.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 male%1이(가) %2의 %3로(으로) %4의 %5을(를) 가르킵니다.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 female%1이(가) %2의 %3로(으로) %4의 %5을(를) 가르킵니다.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 male%1이(가) %2의 %3로(으로) %4의 %5을(를) 가르킵니다.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 female%1이(가) %2의 %3로(으로) %4의 %5을(를) 가르킵니다.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 male%1이(가) %2의 %3로(으로) %4의 %5을(를) 가르킵니다.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 female%1이(가) %2의 %3로(으로) %4의 %5을(를) 가르킵니다.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 male%1이(가) %2의 %3로(으로) %4의 %5을(를) 가르킵니다.
@@ -3065,304 +3156,304 @@ You need to provide the activation token received in the activation email%1이(가) %n개의 %2 카운터를 %3에서 제거합니다 (현재 %4개).
-
+ %1 taps her permanents.female%1이(가) 그녀의 지속물을 전부 탭합니다.
-
+ %1 untaps her permanents.female%1이(가) 그녀의 지속물을 전부 언탭합니다.
-
+ %1 taps his permanents.male%1이(가) 그의 지속물을 전부 탭합니다.
-
+ %1 untaps his permanents.male%1이(가) 그의 지속물을 전부 언탭합니다.
-
+ %1 taps %2.female%1이(가) %2을(를) 탭합니다.
-
+ %1 untaps %2.female%1이(가) %2을(를) 언탭합니다.
-
+ %1 taps %2.male%1이(가) %2을(를) 탭합니다.
-
+ %1 untaps %2.male%1이(가) %2을(를) 언탭합니다.
-
+ %1 sets counter %2 to %3 (%4%5).female%1이(가) %2 카운터를 %3로(으로) 맞춥니다 (%4%5).
-
+ %1 sets counter %2 to %3 (%4%5).male%1이(가) %2 카운터를 %3로(으로) 맞춥니다 (%4%5).
-
+ %1 sets %2 to not untap normally.female%1이(가) %2을(를) 언탭단에 언탭하지 않도록 지정합니다.
-
+ %1 sets %2 to not untap normally.male%1이(가) %2을(를) 언탭단에 언탭하지 않도록 지정합니다.
-
+ %1 sets %2 to untap normally.female%1이(가) %2을(를) 언탭단에 언탭하도록 지정합니다.
-
+ %1 sets %2 to untap normally.male%1이(가) %2을(를) 언탭단에 언탭하도록 지정합니다.
-
+ %1 sets PT of %2 to %3.female%1이(가) %2의 공/방을 %3로(으로) 지정합니다.
-
+ %1 sets PT of %2 to %3.male%1이(가) %2의 공/방을 %3로(으로) 지정합니다.
-
+ %1 sets annotation of %2 to %3.female%1이(가) %2의 주석을 %3로(으로) 달았습니다.
-
-
- %1 sets annotation of %2 to %3.
- male
- %1이(가) %2의 주석을 %3로(으로) 달았습니다.
-
-
-
- %1 is looking at %2.
- female
- %1이(가) %2 보고 있습니다.
-
-
-
- %1 is looking at %2.
- male
- %1이(가) %2 보고 있습니다.
-
-
- %1 is looking at the top %n card(s) %2.
- female
- %1이(가) %2 맨 위 %n장의 카드를 보고 있습니다.
-
-
- %1 is looking at the top %n card(s) %2.
- male
- %1이(가) %2 맨 위 %n장의 카드를 보고 있습니다.
-
-
-
- %1 stops looking at %2.
- female
- %1이(가) %2 더 이상 보고 있지 않습니다.
-
+ %1 sets annotation of %2 to %3.
+ male
+ %1이(가) %2의 주석을 %3로(으로) 달았습니다.
+
+
+
+ %1 is looking at %2.
+ female
+ %1이(가) %2 보고 있습니다.
+
+
+
+ %1 is looking at %2.
+ male
+ %1이(가) %2 보고 있습니다.
+
+
+ %1 is looking at the top %n card(s) %2.
+ female
+ %1이(가) %2 맨 위 %n장의 카드를 보고 있습니다.
+
+
+ %1 is looking at the top %n card(s) %2.
+ male
+ %1이(가) %2 맨 위 %n장의 카드를 보고 있습니다.
+
+
+
+ %1 stops looking at %2.
+ female
+ %1이(가) %2 더 이상 보고 있지 않습니다.
+
+
+ %1 stops looking at %2.male%1이(가) %2 더 이상 보고 있지 않습니다.
-
+ %1 reveals %2 to %3.p1 female, p2 female%1이(가) %2을(를) %3에게 공개합니다.
-
-
- %1 reveals %2 to %3.
- p1 female, p2 male
- %1이(가) %2을(를) %3에게 공개합니다.
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 female
- %1이(가) %2을(를) %3에게 공개합니다.
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 male
- %1이(가) %2을(를) %3에게 공개합니다.
-
-
-
- %1 reveals %2.
- female
- %1이(가) %2을(를) 공개합니다.
-
-
-
- %1 reveals %2.
- male
- %1이(가) %2을(를) 공개합니다.
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 female
- %1이(가) 무작위로 %3 있는 %2을(를) %4에게 공개합니다.
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 male
- %1이(가) 무작위로 %3 있는 %2을(를) %4에게 공개합니다.
-
+ %1 reveals %2 to %3.
+ p1 female, p2 male
+ %1이(가) %2을(를) %3에게 공개합니다.
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 female
+ %1이(가) %2을(를) %3에게 공개합니다.
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 male
+ %1이(가) %2을(를) %3에게 공개합니다.
+
+
+
+ %1 reveals %2.
+ female
+ %1이(가) %2을(를) 공개합니다.
+
+
+
+ %1 reveals %2.
+ male
+ %1이(가) %2을(를) 공개합니다.
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 female
+ %1이(가) 무작위로 %3 있는 %2을(를) %4에게 공개합니다.
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 male
+ %1이(가) 무작위로 %3 있는 %2을(를) %4에게 공개합니다.
+
+
+ %1 randomly reveals %2%3 to %4.p1 male, p2 female%1이(가) 무작위로 %3 있는 %2을(를) %4에게 공개합니다.
-
+ %1 randomly reveals %2%3 to %4.p1 male, p2 male%1이(가) 무작위로 %3 있는 %2을(를) %4에게 공개합니다.
-
+ %1 randomly reveals %2%3.female%1이(가) 무작위로 %3 있는 %2을(를) 공개합니다.
-
+ %1 randomly reveals %2%3.male%1이(가) 무작위로 %3 있는 %2을(를) 공개합니다.
-
+ %1 peeks at face down card #%2.female%1이(가) 뒷면으로 놓여있는 카드 #%2의 앞면을 봅니다.
-
+ %1 peeks at face down card #%2.male%1이(가) 뒷면으로 놓여있는 카드 #%2의 앞면을 봅니다.
-
+ %1 peeks at face down card #%2: %3.female%1이(가) 뒷면으로 놓여있는 카드 #%2 (%3)의 앞면을 봅니다.
-
+ %1 peeks at face down card #%2: %3.male%1이(가) 뒷면으로 놓여있는 카드 #%2 (%3)의 앞면을 봅니다.
-
+ %1 reveals %2%3 to %4.p1 female, p2 female%1이(가) %3 있는 %2을(를) %4에게 공개합니다.
-
+ %1 reveals %2%3 to %4.p1 female, p2 male%1이(가) %3 있는 %2을(를) %4에게 공개합니다.
-
+ %1 reveals %2%3 to %4.p1 male, p2 female%1이(가) %3 있는 %2을(를) %4에게 공개합니다.
-
+ %1 reveals %2%3 to %4.p1 male, p2 male%1이(가) %3 있는 %2을(를) %4에게 공개합니다.
-
+ %1 reveals %2%3.female%1이(가) %3 있는 %2을(를) 공개합니다.
-
+ %1 reveals %2%3.male%1이(가) %3 있는 %2을(를) 공개합니다.
-
+ %1 is now keeping the top card %2 revealed.%1이(가) %2 맨 위 카드를 공개합니다.
-
+ %1 is not revealing the top card %2 any longer.%1이(가) %2 맨 위 카드를 더 이상 공개하지 않습니다.
-
+ It is now %1's turn.female지금부터 %1의 턴입니다.
-
+ It is now %1's turn.male지금부터 %1의 턴입니다.
-
-
+
+ a card카드 한 장
@@ -3381,32 +3472,32 @@ You need to provide the activation token received in the activation email
-
+ red적색
-
+ yellow황색
-
+ green녹색
-
+ The game has started.게임이 시작되었습니다.
-
+ %1 draws his initial hand.%1이(가) 시작 카드를 뽑았습니다.
-
+ %1 draws her initial hand.%1이(가) 시작 카드를 뽑았습니다.
@@ -3425,179 +3516,179 @@ You need to provide the activation token received in the activation email
-
+ ending phase종료단
-
+ untap step언탭단
-
+ %1 draws %2 card(s).female%1이(가) %2장의 카드를 뽑습니다.
-
+ %1 draws %2 card(s).male%1이(가) %2장의 카드를 뽑습니다.
-
+ from play전장에
-
+ from her graveyard그녀의 무덤
-
+ from his graveyard그의 무덤
-
+ from her hand그녀의 손
-
+ from his hand그의 손
-
+ %1 puts %2%3 into her graveyard.%1이(가) %3에 있던 %2을(를) 그녀의 무덤에 넣었습니다.
-
+ %1 puts %2%3 into his graveyard.%1이(가) %3에 있던 %2을(를) 그의 무덤에 넣었습니다.
-
+ %1 moves %2%3 to her hand.%1이(가) %3에 있던 %2을(를) 그녀의 손으로 가져갑니다.
-
+ %1 moves %2%3 to his hand.%1이(가) %3에 있던 %2을(를) 그의 손으로 가져갑니다.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 female%1이(가) %2을(를) %3의 %4에 붙입니다.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 male%1이(가) %2을(를) %3의 %4에 붙입니다.
-
+ %1 attaches %2 to %3's %4.p1 male, p2 female%1이(가) %2을(를) %3의 %4에 붙입니다.
-
+ %1 attaches %2 to %3's %4.p1 male, p2 male%1이(가) %2을(를) %3의 %4에 붙입니다.
-
+ %1 places %2 %3 counter(s) on %4 (now %5).female%1이(가) %2개의 %3 카운터를 %4에 올려놓습니다 (현재 %5개).
-
+ %1 places %2 %3 counter(s) on %4 (now %5).male%1이(가) %2개의 %3 카운터를 %4에 올려놓습니다 (현재 %5개).
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).female%1이(가) %2개의 %3 카운터를 %4에서 제거합니다 (현재 %5개).
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).male%1이(가) %2개의 %3 카운터를 %4에서 제거합니다 (현재 %5개).
-
+ %1 is looking at the top %2 card(s) %3.female%1이(가) %3 맨 위 %2장의 카드를 보고 있습니다.
-
+ %1 is looking at the top %2 card(s) %3.male%1이(가) %3 맨 위 %2장의 카드를 보고 있습니다.
-
+ upkeep step유지단
-
+ draw step뽑기단
-
+ first main phase첫번째 본단계
-
+ beginning of combat step전투단 시작
-
+ declare attackers step공격자 선언단
-
+ declare blockers step방어자 선언단
-
+ combat damage step전투 피해단
-
+ end of combat step전투 종료단
-
+ second main phase두번째 본단계
-
+ It is now the %1.현재 턴의 %1입니다.
@@ -3605,74 +3696,79 @@ You need to provide the activation token received in the activation email
MessagesSettingsPage
-
+ Chat settings대화 설정
-
+ Custom alert words키워드 알림
-
+ Enable chat mentions대화 중 본인의 사용자명 멘션 시 해당 문장을 강조
-
+ Enable mention completer멘션 자동완성 기능
-
+ In-game message macros게임 내 대화 매크로
-
+ Ignore chat room messages sent by unregistered users서버에 가입하지 않은 사용자의 채널 대화 차단
-
+ Ignore private messages sent by unregistered users서버에 가입하지 않은 사용자가 보낸 1:1 대화 차단
-
+ Enable desktop notifications for private messages1:1 대화를 받을 시 데스크탑 알림 설정
-
+
+ Enable desktop notification for mentions
+
+
+
+
+ Enable room message history on join
+
+
+
+ Separate words with a space, alphanumeric characters only각 단어마다 스페이스바로 띄어써주세요. 문자 및 숫자만 가능합니다.
-
-
+
+ Invert text color문장 색 반전
-
- Enable desktop notification for mentions.
- 본인의 사용자명 멘션 시 데스크탑 알림 설정
-
-
-
-
+
+ (Color is hexadecimal)(16진수 색상 코드)
-
+ Add message메세지 추가
-
+ Message:메세지:
@@ -4116,7 +4212,7 @@ You need to provide the activation token received in the activation email
-
+ Number:원하는 숫자:
@@ -4141,32 +4237,33 @@ You need to provide the activation token received in the activation email주사위 면의 수:
-
+ Set power/toughness공격력 및 방어력 설정
-
+ Please enter the new PT:새로운 공/방 값을 입력해 주세요:
-
+ Set annotation주석 설정
-
+ Please enter the new annotation:새로운 주석을 입력해 주세요:
-
+ Set counters카운터 설정
-
+
+ Cr&eate related card관련된 카드 생성
@@ -4174,37 +4271,37 @@ You need to provide the activation token received in the activation email
QMenuBar
-
+ Services서비스
-
+ Hide %1%1 가리기
-
+ Hide Others기타 가리기
-
+ Show All모두 보기
-
+ Preferences...환경설정...
-
+ Quit %1%1 종료
-
+ About %1%1에 관하여
@@ -4212,14 +4309,14 @@ You need to provide the activation token received in the activation email
QObject
-
+ Cockatrice replays (*.cor)코카트리스 리플레이 파일 (*.cor)
- Common deck formats (*.cod *.dec *.mwDeck)
- 일반적인 덱 파일 포맷 (*.cod *.dec *.mwDeck)
+ Common deck formats (*.cod *.dec *.txt *.mwDeck)
+
@@ -4315,27 +4412,11 @@ You need to provide the activation token received in the activation emailGames
게임
-
-
-
- Error
- 오류
-
-
-
- You do not have the proper permission to join this room.
- 본 채널에 들어가는데 필요한 권한을 가지고 있지 않습니다.
-
-
-
- Failed to join the room due to an unknown error.
- 알 수 없는 오류로 채널에 들어갈 수 없었습니다.
- SequenceEdit
-
+ Shortcut already in use이미 사용중인 단축키 입니다.
@@ -4368,6 +4449,29 @@ You need to provide the activation token received in the activation email발매 일자
+
+ ShortcutsTab
+
+
+ Restore all default shortcuts
+
+
+
+
+ Do you really want to restore all default shortcuts?
+
+
+
+
+ Clear all default shortcuts
+
+
+
+
+ Do you really want to clear all shortcuts?
+
+
+ShutdownDialog
@@ -4389,37 +4493,32 @@ You need to provide the activation token received in the activation email
SoundSettingsPage
-
- Choose path
- 경로 선택
-
-
-
+ Enable &sounds음향 효과 켜기
-
- Path to sounds directory:
- 음향 효과 파일 디렉토리 경로:
+
+ Current sounds theme:
+
-
+ Test system sound engine시스템 사운드 엔진 테스트
-
+ Sound settings음향 설정
-
+ Master volume requires QT5주 음량 조절 옵션은 QT5가 필요합니다.
-
+ Master volume주 음량
@@ -4427,42 +4526,42 @@ You need to provide the activation token received in the activation email
TabAdmin
-
+ Update server &message서버 공지사항 작성
-
+ &Shut down server서버 종료
-
+ &Reload configuration설정 새로고침
-
+ Server administration functions서버 관리 기능
-
+ &Unlock functions기능 잠금 해제
-
+ &Lock functions기능 잠금
-
+ Unlock administration functions서버 관리 기능 잠금 해제
-
+ Do you really want to unlock the administration functions?정말 서버 관리 기능의 잠금을 해제하시겠습니까?
@@ -4475,152 +4574,140 @@ You need to provide the activation token received in the activation email
TabDeckEditor
-
+ &Print deck...덱 인쇄
-
+ &Close덱 닫기
-
+ &Edit sets...확장판 목록 편집
-
+
+ Filters카드 필터
-
+ &Clear all filters모든 필터 초기화
-
+ Delete selected선택한 필터 삭제
-
+ Deck &name:덱 이름:
-
+ &Comments:설명:
-
+ Hash:해시값:
-
+ &New deck새로운 덱 작성
-
+ &Load deck...덱 불러오기
-
+ &Save deck덱 저장
-
+ Save deck &as...다른 이름으로 저장
-
+ Load deck from cl&ipboard...클립보드에서 덱 가져오기
-
+ Save deck to clip&board클립보드로 덱 보내기
-
+ &Analyze deck on deckstats.netdeckstats.net에서 덱 분석
-
+ Open custom image folder사용자 카드 이미지 폴더 열기
-
+ Open custom sets folder사용자 확장판 폴더 열기
-
+ Add card to &maindeck메인덱에 카드 추가
-
+ Add card to &sideboard사이드보드에 카드 추가
-
+ &Deck Editor덱 편집기
-
+ C&ard Database카드 데이터베이스
-
- Show/Hide card information
- 카드 정보 표시/숨김
-
-
-
- Show/Hide deck
- 덱 표시/숨김
-
-
-
- Show/Hide filters
- 검색 필터 표시/숨김
-
-
-
+ Reset layout화면 레이아웃 초기화
-
+
+ Card Info카드 정보
-
+
+ Deck덱
-
+ Welcome환영합니다
-
+ Hi! It seems like you're running this version of Cockatrice for the first time.
All the sets in the card database have been enabled.
Read more about changing the set order or disabling specific sets and consequent effects in the "Edit Sets" window.
@@ -4629,69 +4716,88 @@ Read more about changing the set order or disabling specific sets and consequent
'확장판 목록 편집' 창에서 원하지 않는 확장판을 빼거나 확장판 순서를 변경하는게 가능합니다.
-
+ &Remove row선택한 카드 전부 제거
-
+ &Increment number선택한 카드 한장 추가
-
+ &Decrement number선택한 카드 한장 제거
-
+ Edit &tokens...토큰 목록 편집
-
+
+ &View
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+ Floating
+
+
+
+ Deck: %1덱 편집기: %1
-
+ Are you sure?확실하십니까?
-
+ The decklist has been modified.
Do you want to save the changes?덱 리스트가 변경되었습니다.
변경사항을 저장하시겠습니까?
-
+ Load deck덱 불러오기
-
-
-
+
+
+ Error오류
-
+ The deck could not be saved.덱을 저장하는데 실패하였습니다.
-
-
+
+ The deck could not be saved.
Please check that the directory is writable and try again.덱을 저장하는데 실패하였습니다.
덱 파일 디렉토리에 쓰기가 가능한지 확인하시고 다시 시도해 주세요.
-
+ Save deck덱 저장
@@ -4699,84 +4805,84 @@ Please check that the directory is writable and try again.
TabDeckStorage
-
+ Local file system로컬 파일 시스템
-
+ Server deck storage서버 덱 보관함
-
-
+
+ Open in deck editor덱 편집기로 열기
-
+ Upload deck덱 업로드
-
+ Download deck덱 다운로드
-
-
+
+ New folder새 폴더
-
-
+
+ Delete삭제
-
+ Enter deck name덱 이름 작성
-
+ This decklist does not have a name.
Please enter a name:이 덱리스트는 이름이 없습니다.
이름을 입력해 주세요:
-
+ Unnamed deck이름 없는 덱
-
+ Delete local file로컬 파일 삭제
-
-
-
+
+
+ Are you sure you want to delete "%1"?정말로 "%1"을(를) 삭제하시겠습니까?
-
+ Name of new folder:새 폴더의 이름:
-
+ Delete remote folder서버 보관함의 폴더 삭제
-
+ Delete remote deck서버에 저장된 덱 삭제
@@ -4789,135 +4895,343 @@ Please enter a name:
TabGame
-
+
+
+ Card Info
+
+
+
+
+
+ Player List
+
+
+
+
+
+ Messages
+
+
+
+
+
+ Replay Timeline
+
+
+
+ &Phases단계
-
+ &Game게임
-
+ Next &phase다음 단계로 진행
-
+ Next &turn턴 넘기기
-
+ &Remove all local arrows내가 그린 화살표 제거
-
+ Rotate View Cl&ockwise플레이어 위치 시계방향으로 조정
-
+ Rotate View Co&unterclockwise플레이어 위치 반시계방향으로 조정
-
+ Game &information게임 정보
-
+ &Concede항복
-
+ &Leave game게임 나가기
-
+ C&lose replay리플레이 닫기
-
+ &Say:말하기:
-
+
+ &View
+
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+
+ Floating
+
+
+
+
+ Reset layout
+
+
+
+ Concede항복
-
+ Are you sure you want to concede this game?정말 게임에서 항복하시겠습니까?
-
+ Leave game게임 나가기
-
+ Are you sure you want to leave this game?정말 게임에서 나가시겠습니까?
-
+ You are flooding the game. Please wait a couple of seconds.너무 빨리 말하고 있습니다. 조금만 기다려 주십시오.
-
+ You have been kicked out of the game.게임에서 강제 퇴장 당하였습니다.
-
+ REPLAY 리플레이
+
+ TabLog
+
+
+ Logs
+
+
+
+
+
+ Error
+
+
+
+
+ You must select at least one filter.
+
+
+
+
+ You have to select a valid number of days to locate.
+
+
+
+
+ Username:
+
+
+
+
+ IP Address:
+
+
+
+
+ Game Name:
+
+
+
+
+ GameID:
+
+
+
+
+ Message:
+
+
+
+
+ Main Room
+
+
+
+
+ Game Room
+
+
+
+
+ Private Chat
+
+
+
+
+ Past X Days:
+
+
+
+
+ Today
+
+
+
+
+ Last Hour
+
+
+
+
+ Maximum Results:
+
+
+
+
+ At least one filter is required.
+The more information you put in, the more specific your results will be.
+
+
+
+
+ Get User Logs
+
+
+
+
+ Clear Filters
+
+
+
+
+ Filters
+
+
+
+
+ Log Locations
+
+
+
+
+ Date Range
+
+
+
+
+ Maximum Results
+
+
+
+
+ Room Logs
+
+
+
+
+
+
+ Time;SenderName;SenderIP;Message;TargetID;TargetName
+
+
+
+
+ Game Logs
+
+
+
+
+ Chat Logs
+
+
+
+
+
+ Message History
+
+
+
+
+ There are no messages for the selected filters.
+
+
+
+
+ Failed to collect message history information.
+
+
+TabMessage
-
+ Private &chat1:1 대화
-
+ &Leave나가기
-
+ %1 - Private chat%1 - 1:1 대화
-
+ This user is ignoring you.이 사용자는 당신을 차단하였습니다.
-
+ Private message from 1:1 대화 요청 -
-
+ %1 has left the server.%1이(가) 서버와의 연결을 끊었습니다.
-
+ %1 has joined the server.%1이(가) 서버에 연결하였습니다.
@@ -4925,54 +5239,54 @@ Please enter a name:
TabReplays
-
+ Local file system로컬 파일 시스템
-
+ Server replay storage서버 리플레이 보관함
-
-
+
+ Watch replay리플레이 보기
-
-
+
+ Delete삭제
-
+ Download replay리플레이 다운로드
-
+ Toggle expiration lock자동 삭제 여부 토글
-
+ Delete local file로컬 파일 삭제
-
+ Are you sure you want to delete "%1"?정말로 "%1"을(를) 삭제하시겠습니까?
-
+ Delete remote replay서버에 저장된 리플레이 삭제
-
+ Are you sure you want to delete the replay of game %1?정말 게임 %1의 리플레이를 삭제하시겠습니까?
@@ -4985,47 +5299,47 @@ Please enter a name:
TabRoom
-
+ &Say:말하기:
-
+ Chat대화
-
+ &Room채널
-
+ &Leave room채널에서 나가기
-
+ &Clear chat대화 내용 삭제
-
+ Chat Settings...대화 설정...
-
+ mentioned you.이(가) 당신에게 멘션을 보냈습니다.
-
+ Click to view여기를 눌러 확인
-
+ You are flooding the chat. Please wait a couple of seconds.너무 빨리 말하고 있습니다. 조금만 기다려 주세요.
@@ -5033,44 +5347,83 @@ Please enter a name:
TabServer
-
+ Server서버
+
+
+
+
+
+ Error
+
+
+
+
+ Failed to join the room: it doesn't exists on the server.
+
+
+
+
+ The server thinks you are in the room but Cockatrice is unable to display it. Try restarting Cockatrice.
+
+
+
+
+ You do not have the required permission to join this room.
+
+
+
+
+ Failed to join the room due to an unknown error: %1.
+
+ TabSupervisor
-
+ Are you sure?확실하십니까?
-
+ There are still open games. Are you sure you want to quit?참가 중인 게임이 있습니다.
정말로 코카트리스를 종료하시겠습니까?
-
+ Promotion승급
-
+ You have been promoted to moderator. Please log out and back in for changes to take effect.관리자로 승급되셨습니다. 다시 로그인 하시면 해당 등급이 적용됩니다.
+
+
+ Warned
+
+
+
+
+ You have received a warning due to %1.
+Please refrain from engaging in this activity or further actions may be taken against you. If you have any questions, please private message a moderator.
+
+ TabUserLists
-
+ Add to Buddy List친구 목록에 추가
-
+ Add to Ignore List차단 목록에 추가
@@ -5083,94 +5436,153 @@ Please enter a name:
UserContextMenu
-
+ User &details사용자 정보
-
+ Private &chat1:1 대화
-
+ Show this user's &games이 사용자의 게임 보기
-
+ Add to &buddy list친구 목록에 추가
-
+ Remove from &buddy list친구 목록에서 삭제
-
+ Add to &ignore list차단 목록에 추가
-
+ Remove from &ignore list차단 목록에서 제거
-
+ Kick from &game게임에서 강제 퇴장
-
+
+ Warn user
+
+
+
+
+ View user's war&n history
+
+
+
+ Ban from &server서버에서 추방
-
+
+ View user's &ban history
+
+
+
+ &Promote user to moderator사용자를 관리자로 승급
-
+ Dem&ote user from moderator사용자를 관리자로부터 강등
-
+ %1's games%1의 게임
-
-
+
+
+
+ Ban History
+
+
+
+
+ Ban Time;Moderator;Ban Length;Ban Reason;Visible Reason
+
+
+
+
+ User has never been banned.
+
+
+
+
+ Failed to collecting ban information.
+
+
+
+
+
+
+ Warning History
+
+
+
+
+ Warning Time;Moderator;User Name;Reason
+
+
+
+
+ User has never been warned.
+
+
+
+
+ Failed to collecting warning information.
+
+
+
+
+ Success성공
-
+ Successfully promoted user.해당 사용자 승급에 성공하였습니다.
-
+ Successfully demoted user.해당 사용자 강등에 성공하였습니다.
-
-
+
+ Failed실패
-
+ Failed to promote user.해당 사용자 승급에 실패하였습니다.
-
+ Failed to demote user.해당 사용자 강등에 실패하였습니다.
@@ -5342,42 +5754,42 @@ Please enter a name:
UserInterfaceSettingsPage
-
+ General interface settings일반 인터페이스 설정
-
+ Enable notifications in taskbar상태 표시줄 알림 설정
-
+ Notify in the taskbar for game events while you are spectating관전중인 게임의 상태 표시줄 알림 설정
-
+ &Double-click cards to play them (instead of single-click)카드를 더블 클릭해서 발동 (해제시 한번만 클릭하면 발동 됨)
-
+ &Play all nonlands onto the stack (not the battlefield) by default모든 대지가 아닌 카드를 발동 시에 스택으로 이동 (해제시 전장으로 바로 이동)
-
+ Annotate card text on tokens토큰에 카드 텍스트 주석 자동 추가
-
+ Animation settings애니메이션 설정
-
+ &Tap/untap animation탭/언탭 애니메이션
@@ -5385,95 +5797,134 @@ Please enter a name:
UserList
-
+ Users connected to server: %1서버에 접속한 사용자 수: %1
-
+ Users in this room: %1현재 채널에 있는 사용자 목록 : %1
-
+ Buddies online: %1 / %2온라인 친구 목록: %1 / %2
-
+ Ignored users online: %1 / %2차단한 사용자 목록: %1 / %2
+
+ WarningDialog
+
+
+ Which warning would you like to send?
+
+
+
+
+ &OK
+
+
+
+
+ &Cancel
+
+
+
+
+ Warn user for misconduct
+
+
+
+
+
+ Error
+
+
+
+
+ User name to send a warning to can not be blank, please specify a user to warn.
+
+
+
+
+ Warning to use can not be blank, please select a valid warning to send.
+
+
+WndSets
-
+ Enable all sets모든 확장판 활성화
-
+ Disable all sets모든 확장판 비활성화
-
+ Move selected set up선택한 확장판을 한 단계 올리기
-
+ Move selected set to the top선택한 확장판을 맨 위로 올리기
-
+ Move selected set down선택한 확장판을 한 단계 내리기
-
+ Move selected set to the bottom선택한 확장판을 맨 아래로 내리기
-
+ hints:설명:
-
+ Enable the sets that you want to have available in the deck editor덱 편집기에 사용할 확장판을 선택하여 주십시오.
-
+ Move sets around to change their order, or click on a column header to sort sets on that field확장판의 순서를 수동으로 변경하거나 카테고리 이름을 클릭하여 정렬할 수 있습니다.
-
+ Sets order decides the source that will be used when loading images for a specific card확장판의 순서에 따라 카드가 어떤 확장판의 이미지를 사용할지가 결정됩니다.
-
+ Disabled sets will be used for loading images only if all the enabled sets failed
- 선택하지 않은 판본도 카드 이미지를 불러오기 위하여 사용될 수 있습니다.
+ 선택하지 않은 확장판도 카드 이미지를 불러오기 위하여 사용될 수 있습니다.
-
+ Edit sets확장판 목록 편집
-
+ Success성공
-
+ The sets database has been saved successfully.확장판 데이터베이스가 성공적으로 저장되었습니다.
@@ -5481,22 +5932,22 @@ Please enter a name:
ZoneViewWidget
-
+ sort by name카드 이름순 정렬
-
+ sort by type카드 유형별 정렬
-
+ shuffle when closing닫은 후 덱 섞기
-
+ pile view카드 유형별 행 정렬
@@ -5504,558 +5955,573 @@ Please enter a name:
shortcutsTab
-
+ Form양식
-
+ Main Window메인 화면
-
+ Deck editor덱 편집기
-
+ Local gameplay오프라인 게임 시작
-
+ Watch replay리플레이 보기
-
+ Connect서버로 연결
-
+ Register서버에 가입
-
+ Full screen전체 화면
-
+ Settings환경설정
-
+ Check for card updates카드 DB 업데이트 확인
-
+ Exit끝내기
-
+ Deck Editor덱 편집기
-
+ Analyze deck덱 분석
-
+ Load deck (clipboard)클립보드에서 덱 가져오기
-
+ Clerar all filters모든 필터 초기화
-
+ New deck새로운 덱 작성
-
+ Clear one filter선택한 필터 초기화
-
+ Open custom folder사용자 폴더 열기
-
+ Close덱 닫기
-
+ Print deck덱 인쇄
-
+ Edit sets확장판 목록 편집
-
+ Delete card카드 삭제
-
+ Edit tokens토큰 수정
-
+ Reset layout레이아웃 초기화
-
+ Add card카드 추가
-
+ Save deck덱 저장
-
+ Remove card카드 제거
-
+ Save deck as다른 이름으로 저장
-
+ Load deck덱 불러오기
-
+ Save deck (clipboard)클립보드로 덱 보내기
-
-
+
+ Counters카운터
-
+ Life생명점
-
-
-
-
-
+
+
+
+
+ Set설정
-
-
-
-
+
+
+
+ Add증가
-
-
-
-
+
+
+
+ Remove감소
-
+ Red적색
-
+ Green녹색
-
+ Yellow황색
-
- Mainwindow / Deck editor
- 메인 화면 / 덱 편집기
+
+ Playing Area
+
-
- Power / toughness
- 공격력 / 방어력 설정
+
+ Phases | P/T | Playing Area
+
-
- Power and toughness
- 공격력 및 방어력
+
+ Game Lobby
+
-
+
+ Gameplay
+
+
+
+
+ Draw | Move | View | Gameplay
+
+
+
+
+ How to set custom shortcuts
+
+
+
+
+ Restore all default shortcuts
+
+
+
+
+ Clear all shortcuts
+
+
+
+ Add (+1/+1)+1/+1 부여
-
+ Remove (-1/-1)-1/-1 부여
-
+ Toughness방어력
-
+ Remove (-0/-1)-0/-1 부여
-
+ Add (+0/+1)+0/+1 부여
-
+ Power공격력
-
+ Remove (-1/-0)-1/-0 부여
-
+ Add (+1/+0)+1/+0 부여
-
+ Game Phases턴 단계
-
+ Untap언탭단
-
+ Disconnect서버와의 연결 해제
-
+
+ Main Window | Deck Editor
+
+
+
+
+ Power / Toughness
+
+
+
+
+ Power and Toughness
+
+
+
+ Upkeep유지단
-
-
+
+ Draw뽑기단
-
+ Main 1전투 전 본단계
-
+ Start combat전투 시작단
-
+ Attack공격자 선언단
-
+ Block방어자 선언단
-
+ Damage전투 피해단
-
+ End combat전투 종료단
-
+ Main 2전투 후 본단계
-
+ End종료단
-
+ Next phase다음 단계로 진행
-
+ Next turn턴 넘기기
-
- Player
- 플레이어
-
-
-
+ Tap Card카드 탭
-
+ Untap Card카드 언탭
-
+ Untap all모든 지속물 언탭
-
+ Toogle untap언탭단에서 언탭 여부 변경
-
+ Flip card카드 뒤집기
-
+ Peek card카드 앞면 보기
-
+ Play card카드 플레이
-
+ Attach card다른 카드에 부착
-
+ Unattach card부착 해제
-
+ Clone card카드 복제
-
+ Create token토큰 생성
-
+ Create another token같은 종류의 토큰 추가 생성
-
+ Set annotation주석 설정
-
- Phases / P/T / Player
- 턴 단계 / 공/방 / 플레이어
-
-
-
+ Move card to다른 영역으로 이동:
-
+ Bottom library서고 맨 아래
-
+ Top library서고 맨 위
-
-
+
+ Graveyard무덤
-
-
+
+ Exile추방 영역
-
+ Hand손
-
+ View보기
-
+ Library서고
-
+ Tops card of library서고 위 카드
-
+ Sideboard사이드보드
-
+ Close recent view특정 영역 보기 닫음
-
- Pre-play
- 플레이 전
-
-
-
+ Load remote deck서버에 저장된 덱 불러오기
-
+ Load local deck로컬 덱 불러오기
-
- Game play
- 게임 플레이
-
-
-
+ Draw arrow화살표 그리기
-
+ Leave game게임 나가기
-
+ Remove local arrows내가 그린 화살표 제거
-
+ Concede항복
-
+ Roll dice주사위 굴리기
-
+ Rotate view CW플레이어 위치 시계방향으로 조정
-
+ Shuffle library서고 섞기
-
+ Rotate view CCW플레이어 위치 반시계방향으로 조정
-
+ Mulligan멀리건
-
+ Draw card카드 뽑기
-
+ Draw cards카드 X장 뽑기
-
+ Undo draw카드 뽑기 취소
-
+ Always reveal top card서고 맨 위 카드 항상 공개
-
-
- Draw / Move / View / Game play
- 카드 뽑기 / 이동 / 보기 / 게임플레이
-
\ No newline at end of file
diff --git a/cockatrice/translations/cockatrice_nb.ts b/cockatrice/translations/cockatrice_nb.ts
index bd644f882..6b9032a24 100644
--- a/cockatrice/translations/cockatrice_nb.ts
+++ b/cockatrice/translations/cockatrice_nb.ts
@@ -20,57 +20,57 @@
AppearanceSettingsPage
-
+ Theme settings
-
+ Current theme:
-
+ Card renderingKorttegning
-
+ Display card names on cards having a pictureVis navn på kort med bilde
-
+ Scale cards on mouse overForstørr kort når muspekeren er over
-
+ Hand layoutHåndlayout
-
+ Display hand horizontally (wastes space)Vis hånden horisontalt (bruker unødig mye plass)
-
+ Enable left justificationVenstrejuster tekst
-
+ Table grid layoutRuteoppsett for bord
-
+ Invert vertical coordinateSnu vertikale koordinater opp-ned
-
+ Minimum player count for multi-column layout:Minste antall spillere for fler-kolonne-visning:
@@ -78,107 +78,107 @@
BanDialog
-
+ ban &user namesperr &brukernavn
-
+ ban &IP addresssperr &IP-adresse
-
+ ban client I&D
-
+ Ban typeSperretype
-
+ &permanent ban&permanent sperre
-
+ &temporary ban&midlertidig sperre
-
+ &Days:&Dager:
-
+ &Hours:&Timer:
-
+ &Minutes:&Minutter:
-
+ Duration of the banLengde på sperre
-
+ Please enter the reason for the ban.
This is only saved for moderators and cannot be seen by the banned person.Fyll inn grunn for sperre.
Dette vises kun til moderatorer, og er ikke synlig for brukeren.
-
+ Please enter the reason for the ban that will be visible to the banned person.Fyll inn grunn for sperre som vises til den sperrede brukeren.
-
+ &OK&OK
-
+ &Cancel&Avbryt
-
+ Ban user from serverSperr bruker fra tjener
-
-
-
-
+
+
+
+ ErrorFeil
-
+ You have to select a name-based, IP-based, clientId based, or some combination of the three to place a ban.
-
+ You must have a value in the name ban when selecting the name ban checkbox.
-
+ You must have a value in the ip ban when selecting the ip ban checkbox.
-
+ You must have a value in the clientid ban when selecting the clientid ban checkbox.
@@ -186,12 +186,12 @@ Dette vises kun til moderatorer, og er ikke synlig for brukeren.
CardDatabase
-
+ New sets found
-
+ %1 new set(s) have been found in the card database. Do you want to enable them?
@@ -199,27 +199,27 @@ Dette vises kun til moderatorer, og er ikke synlig for brukeren.
CardDatabaseModel
-
+ NameNavn
-
+ SetsSett
-
+ Mana costMannakost
-
+ Card typeKorttype
-
+ P/TK/L
@@ -278,47 +278,47 @@ Dette vises kun til moderatorer, og er ikke synlig for brukeren.
CardInfoWidget
-
+ Show card onlyVis bare kortbilde
-
+ Show text onlyVis bare tekst
-
+ Show full infoVis både kort og tekst
-
+ Name:Navn:
-
+ Mana cost:Mannakost:
-
+ Color(s):
-
+ Card type:Korttype:
-
+ P / T:K / L:
-
+ Loyalty:Lojalitet:
@@ -582,12 +582,12 @@ Dette vises kun til moderatorer, og er ikke synlig for brukeren.
DeckEditorSettingsPage
-
+ Nothing is here... yetDet er ingenting her … ennå
-
+ GeneralGenerelt
@@ -627,42 +627,42 @@ Dette vises kun til moderatorer, og er ikke synlig for brukeren.
DeckViewContainer
-
+ Load local deck
-
+ Load deck from server
-
+ Ready to s&tart&Klar til å begynne
-
+ S&ideboard unlocked&Sidebrett åpnet
-
+ S&ideboard locked&Sidebrett låst
-
+ Load deckLast inn kortstokk
-
+ ErrorFeil
-
+ The selected file could not be loaded.Den filen kan ikke lastes inn.
@@ -708,55 +708,65 @@ Dette vises kun til moderatorer, og er ikke synlig for brukeren.
DlgConnect
-
+ Previous Host
-
+ New Host
-
+ &Host:&Tjener
-
+ Enter host name
-
+ &Port:&Port
-
+ Player &name:Spiller&navn
-
+ P&assword:&Passord
-
+ &Save password&Lagre passord
-
+ A&uto connect at startKoble til &automatisk når programmet starter
-
+ Connect to serverKoble til tjener
+
+
+ Connect Warning
+
+
+
+
+ The player name can't be empty.
+
+ DlgCreateGame
@@ -826,27 +836,27 @@ Dette vises kun til moderatorer, og er ikke synlig for brukeren.
Tilskuere
-
+ &Clear
-
+ Create gameLag nytt spill
-
+ Game informationSpilloppsett
-
+ ErrorFeil
-
+ Server error.Tjenerfeil
@@ -1306,6 +1316,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
+ Registration Warning
@@ -1319,6 +1330,11 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Your email addresses do not match, please try again.
+
+
+ The player name can't be empty.
+
+ Country:
@@ -1338,19 +1354,19 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
DlgSettings
-
-
-
+
+
+ Error
-
+ Unknown Error loading card database
-
+ Your card database is invalid.
Cockatrice may not function correctly with an invalid database
@@ -1361,7 +1377,7 @@ Would you like to change your database location setting?
-
+ Your card database version is too old.
This can cause problems loading card information or images
@@ -1372,21 +1388,21 @@ Would you like to change your database location setting?
-
+ File Error loading your card database.
Would you like to change your database location setting?
-
+ Your card database was loaded but contains no cards.
Would you like to change your database location setting?
-
+ Your card database did not finish loading
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your cards.xml attached
@@ -1395,7 +1411,7 @@ Would you like to change your database location setting?
-
+ Unknown card database load status
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues
@@ -1404,56 +1420,91 @@ Would you like to change your database location setting?
-
+ The path to your deck directory is invalid. Would you like to go back and set the correct path?
-
+ The path to your card pictures directory is invalid. Would you like to go back and set the correct path?
-
+ Settings
-
+ General
-
+ Appearance
-
+ User Interface
-
+ Deck Editor
-
+ Chat
-
+ Sound
-
+ Shortcuts
+
+ DlgUpdate
+
+
+ Error
+
+
+
+
+ Cockatrice was not built with SSL support, so cannot download updates! Please visit the download page and update manually.
+
+
+
+
+ Your version of Cockatrice is out of date, but there are no packages available for your operating system. You may have to use a developer build or build from source yourself. Please visit the download page.
+
+
+
+
+ Cockatrice Update
+
+
+
+
+ Your version of Cockatrice is up to date.
+
+
+
+
+
+
+ Update Error
+
+
+GameSelector
@@ -1667,112 +1718,118 @@ Would you like to change your database location setting?
GeneralSettingsPage
-
+ Reset/Clear Downloaded Pictures
-
-
-
-
-
+
+
+
+
+ Choose path
-
+ Success
-
+ Downloaded card pictures have been reset.
-
+ Error
-
+ One or more downloaded card pictures could not be cleared.
-
+ Personal settings
-
+ Language:
-
+ Download card pictures on the fly
-
- Download card pictures from a custom URL
+
+ Primary download URL:
-
- Custom Card Download URL:
+
+ Fallback download URL:
-
- Linking FAQ
+
+
+ Reset
-
+
+ How to set a custom picture url
+
+
+
+ Notify when new client features are available
-
+ Paths
-
+ Decks directory:
-
+ Replays directory:
-
+ Pictures directory:
-
+ Card database:
-
+ Token database:
-
+ Picture cache size:
-
+ English(Norwegian Bokmål)
@@ -1780,543 +1837,553 @@ Would you like to change your database location setting?
MainWindow
-
+ There are too many concurrent connections from your address.
-
+ Scheduled server shutdown.
-
+ Banned by moderator
-
+ Expected end time: %1
-
+ This ban lasts indefinitely.
-
+ Connection closed
-
+ The server has terminated your connection.
Reason: %1
-
+ Scheduled server shutdown
-
+ The server is going to be restarted in %n minute(s).
All running games will be lost.
Reason for shutdown: %1
-
+ Number of players
-
+ Please enter the number of players.
-
+ Player %1
-
+ Load replay
-
+ About Cockatrice
-
+ Version %1
-
+ Translators:
-
+ Project Manager:
-
+ The server has reached its maximum user capacity, please check back later.
-
-
+
+ Invalid username.
-
+ You have been logged out due to logging in at another location.
-
-
+
+ Success
-
+ Registration accepted.
Will now login.
-
+ Account activation accepted.
Will now login.
-
-
- Past Project Managers:
-
-
-
-
- Developers:
-
-
-
-
- Our Developers
-
-
-
-
- Help Develop!
-
-
- Recognition Page
-
-
-
-
- Help Translate!
+ Cockatrice Webpage
- Support:
+ Past Project Managers:
+ Developers:
+
+
+
+
+ Our Developers
+
+
+
+
+ Help Develop!
+
+
+
+
+ Recognition Page
+
+
+
+
+ Help Translate!
+
+
+
+
+ Support:
+
+
+
+ Report an Issue
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Error
-
+ Server timeout
-
+ Failed Login
-
+ Your client does not support features that the server requires, please update your client and try again.
-
+ Incorrect username or password. Please check your authentication information and try again.
-
+ There is already an active session using this user name.
Please close that session first and re-login.
-
-
+
+ You are banned until %1.
-
-
+
+ You are banned indefinitely.
-
+ This server requires user registration. Do you want to register now?
-
+ This server requires client ID's. Your client is either failing to generate an ID or you are running a modified client.
Please close and reopen your client to try again.
-
+ An internal error has occurred, please try closing and reopening your client and try again. If the error persists try updating your client to the most recent build and if need be contact your software provider.
-
+ Account activation
-
+ Unknown login error: %1
-
-
+
+
This usually means that your client version is out of date, and the server sent a reply your client doesn't understand.
-
+ Your username must respect these rules:
-
+ is %1 - %2 characters long
-
+ can %1 contain lowercase characters
-
-
-
+
+
+ NOT
-
+ can %1 contain uppercase characters
-
+ can %1 contain numeric characters
-
+ can contain the following punctuation: %1
-
+ first character can %1 be a punctuation mark
-
+ You may only use A-Z, a-z, 0-9, _, ., and - in your username.
-
-
-
-
-
+
+
+
+
+ Registration denied
-
+ Registration is currently disabled on this server
-
+ There is already an existing account with the same user name.
-
+ It's mandatory to specify a valid email address when registering.
-
+ Too many registration attempts from your IP address.
-
+ Password too short.
-
+ Registration failed for a technical problem on the server.
-
+ Unknown registration error: %1
-
+ Account activation failed
-
+ Socket error: %1
-
+ You are trying to connect to an obsolete server. Please downgrade your Cockatrice version or connect to a suitable server.
Local version is %1, remote version is %2.
-
+ Your Cockatrice client is obsolete. Please update your Cockatrice version.
Local version is %1, remote version is %2.
-
+ Connecting to %1...
-
+ Registering to %1 as %2...
-
+ Disconnected
-
+ Connected, logging in at %1
-
+ &Connect...
-
+ &Disconnect
-
+ Start &local game...
-
+ &Watch replay...
-
+ &Deck editor
-
+ &Full screen
-
+ &Register to server...
-
+ &Settings...
-
-
+
+ &Exit
-
+ A&ctions
-
+ &Cockatrice
-
+ &About Cockatrice
-
+
+ &Update Cockatrice
+
+
+
+ &Help
-
+ Check for card updates...
-
+ A card database update is already running.
-
+ Unable to run the card database updater:
-
+ The card database updater exited with an error: %1
-
+ Update completed successfully. Cockatrice will now reload the card database.
-
+ Your client appears to be missing features that the server supports.
This usually means that your client version is out of date, please check to see if there is a new client available for download.
-
-
-
+
+
+ Information
-
+ Troubleshooting
-
+ F.A.Q.
-
+ Your account has not been activated yet.
You need to provide the activation token received in the activation email
-
+ failed to start.
-
+ crashed.
-
+ timed out.
-
+ write error.
-
+ read error.
-
+ unknown error.
@@ -2324,17 +2391,17 @@ You need to provide the activation token received in the activation email
MessageLogWidget
-
+ The game has been closed.
-
+ %1 is now watching the game.
-
+ %1 is not watching the game any more.
@@ -2382,136 +2449,136 @@ You need to provide the activation token received in the activation email
-
+ %1 has left the game.female
-
+ %1 has left the game.male
-
+ You have been kicked out of the game.
-
+ %1 has loaded a deck (%2).
-
+ %1 has loaded a deck with %2 sideboard cards (%3).
-
+ %1 is ready to start the game.female
-
+ %1 is ready to start the game.male
-
+ %1 is not ready to start the game any more.female
-
+ %1 is not ready to start the game any more.male
-
+ %1 has locked her sideboard.female
-
+ %1 has locked his sideboard.male
-
+ %1 has unlocked her sideboard.female
-
+ %1 has unlocked his sideboard.male
-
+ %1 has conceded the game.female
-
+ %1 has conceded the game.male
-
-
- %1 has restored connection to the game.
- female
-
-
-
-
- %1 has restored connection to the game.
- male
-
-
- %1 has lost connection to the game.
+ %1 has restored connection to the game.female
+ %1 has restored connection to the game.
+ male
+
+
+
+
+ %1 has lost connection to the game.
+ female
+
+
+
+ %1 has lost connection to the game.male
-
+ %1 shuffles %2.female
-
+ %1 shuffles %2.male
-
+ %1 rolls a %2 with a %3-sided die.female
-
+ %1 rolls a %2 with a %3-sided die.male
@@ -2533,464 +2600,486 @@ You need to provide the activation token received in the activation email
-
+ %1 undoes his last draw.
-
+ %1 undoes her last draw.
-
+ %1 undoes his last draw (%2).
-
+ %1 undoes her last draw (%2).
-
+ from exile
-
+ the bottom card of %1's library
-
+ the bottom card of his library
-
+ the bottom card of her library
-
+ from the bottom of %1's library
-
+ from the bottom of his library
-
+ from the bottom of her library
-
+ the top card of %1's library
-
+
+ Heads (1)
+
+
+
+
+ Tails (2)
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ female
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ male
+
+
+
+ the top card of his library
-
+ the top card of her library
-
+ from the top of %1's library
-
+ from the top of his library
-
+ from the top of her library
-
+ from %1's library
-
+ from library
-
+ from sideboard
-
+ from the stack
-
+ %1 gives %2 control over %3.
-
+ %1 puts %2 into play tapped%3.
-
+ %1 puts %2 into play%3.
-
+ %1 exiles %2%3.
-
+ %1 puts %2%3 into his library.
-
+ %1 puts %2%3 into her library.
-
+ %1 puts %2%3 on bottom of his library.
-
+ %1 puts %2%3 on bottom of her library.
-
+ %1 puts %2%3 on top of his library.
-
+ %1 puts %2%3 on top of her library.
-
+ %1 puts %2%3 into his library at position %4.
-
+ %1 puts %2%3 into her library at position %4.
-
+ %1 moves %2%3 to sideboard.
-
+ %1 plays %2%3.
-
+ %1 takes a mulligan to %n.female
-
+ %1 takes a mulligan to %n.male
-
+ %1 flips %2 face-down.female
-
+ %1 flips %2 face-down.male
-
+ %1 flips %2 face-up.female
-
+ %1 flips %2 face-up.male
-
+ %1 destroys %2.female
-
+ %1 destroys %2.male
-
+ %1 unattaches %2.female
-
+ %1 unattaches %2.male
-
+ %1 creates token: %2%3.female
-
+ %1 creates token: %2%3.male
-
+ %1 points from her %2 to herself.female
-
+ %1 points from his %2 to himself.male
-
+ %1 points from her %2 to %3.p1 female, p2 female
-
+ %1 points from her %2 to %3.p1 female, p2 male
-
+ %1 points from his %2 to %3.p1 male, p2 female
-
+ %1 points from his %2 to %3.p1 male, p2 male
-
+ %1 points from %2's %3 to herself.card owner female, target female
-
+ %1 points from %2's %3 to herself.card owner male, target female
-
+ %1 points from %2's %3 to himself.card owner female, target male
-
+ %1 points from %2's %3 to himself.card owner male, target male
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 female
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 male
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 female
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 male
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 female
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 male
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 female
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 male
-
+ %1 points from her %2 to her %3.female
-
+ %1 points from his %2 to his %3.male
-
+ %1 points from her %2 to %3's %4.p1 female, p2 female
-
+ %1 points from her %2 to %3's %4.p1 female, p2 male
-
+ %1 points from his %2 to %3's %4.p1 male, p2 female
-
+ %1 points from his %2 to %3's %4.p1 male, p2 male
-
+ %1 points from %2's %3 to her own %4.card owner female, target female
-
+ %1 points from %2's %3 to her own %4.card owner male, target female
-
+ %1 points from %2's %3 to his own %4.card owner female, target male
-
+ %1 points from %2's %3 to his own %4.card owner male, target male
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 male
@@ -3016,304 +3105,304 @@ You need to provide the activation token received in the activation email
-
+ %1 taps her permanents.female
-
+ %1 untaps her permanents.female
-
+ %1 taps his permanents.male
-
+ %1 untaps his permanents.male
-
+ %1 taps %2.female
-
+ %1 untaps %2.female
-
+ %1 taps %2.male
-
+ %1 untaps %2.male
-
+ %1 sets counter %2 to %3 (%4%5).female
-
+ %1 sets counter %2 to %3 (%4%5).male
-
+ %1 sets %2 to not untap normally.female
-
+ %1 sets %2 to not untap normally.male
-
+ %1 sets %2 to untap normally.female
-
+ %1 sets %2 to untap normally.male
-
+ %1 sets PT of %2 to %3.female
-
+ %1 sets PT of %2 to %3.male
-
+ %1 sets annotation of %2 to %3.female
-
-
- %1 sets annotation of %2 to %3.
- male
-
-
-
-
- %1 is looking at %2.
- female
-
-
-
-
- %1 is looking at %2.
- male
-
-
-
- %1 is looking at the top %n card(s) %2.
- female
-
-
-
- %1 is looking at the top %n card(s) %2.
- male
-
-
-
-
- %1 stops looking at %2.
- female
-
-
+ %1 sets annotation of %2 to %3.
+ male
+
+
+
+
+ %1 is looking at %2.
+ female
+
+
+
+
+ %1 is looking at %2.
+ male
+
+
+
+ %1 is looking at the top %n card(s) %2.
+ female
+
+
+
+ %1 is looking at the top %n card(s) %2.
+ male
+
+
+
+
+ %1 stops looking at %2.
+ female
+
+
+
+ %1 stops looking at %2.male
-
+ %1 reveals %2 to %3.p1 female, p2 female
-
-
- %1 reveals %2 to %3.
- p1 female, p2 male
-
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 female
-
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 male
-
-
-
-
- %1 reveals %2.
- female
-
-
-
-
- %1 reveals %2.
- male
-
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 female
-
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 male
-
-
+ %1 reveals %2 to %3.
+ p1 female, p2 male
+
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 female
+
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 male
+
+
+
+
+ %1 reveals %2.
+ female
+
+
+
+
+ %1 reveals %2.
+ male
+
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 female
+
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 male
+
+
+
+ %1 randomly reveals %2%3 to %4.p1 male, p2 female
-
+ %1 randomly reveals %2%3 to %4.p1 male, p2 male
-
+ %1 randomly reveals %2%3.female
-
+ %1 randomly reveals %2%3.male
-
+ %1 peeks at face down card #%2.female
-
+ %1 peeks at face down card #%2.male
-
+ %1 peeks at face down card #%2: %3.female
-
+ %1 peeks at face down card #%2: %3.male
-
+ %1 reveals %2%3 to %4.p1 female, p2 female
-
+ %1 reveals %2%3 to %4.p1 female, p2 male
-
+ %1 reveals %2%3 to %4.p1 male, p2 female
-
+ %1 reveals %2%3 to %4.p1 male, p2 male
-
+ %1 reveals %2%3.female
-
+ %1 reveals %2%3.male
-
+ %1 is now keeping the top card %2 revealed.
-
+ %1 is not revealing the top card %2 any longer.
-
+ It is now %1's turn.female
-
+ It is now %1's turn.male
-
-
+
+ a card
@@ -3332,32 +3421,32 @@ You need to provide the activation token received in the activation email
-
+ red
-
+ yellow
-
+ green
-
+ The game has started.
-
+ %1 draws his initial hand.
-
+ %1 draws her initial hand.
@@ -3376,179 +3465,179 @@ You need to provide the activation token received in the activation email
-
+ ending phase
-
+ untap step
-
+ %1 draws %2 card(s).female
-
+ %1 draws %2 card(s).male
-
+ from play
-
+ from her graveyard
-
+ from his graveyard
-
+ from her hand
-
+ from his hand
-
+ %1 puts %2%3 into her graveyard.
-
+ %1 puts %2%3 into his graveyard.
-
+ %1 moves %2%3 to her hand.
-
+ %1 moves %2%3 to his hand.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 female
-
+ %1 attaches %2 to %3's %4.p1 female, p2 male
-
+ %1 attaches %2 to %3's %4.p1 male, p2 female
-
+ %1 attaches %2 to %3's %4.p1 male, p2 male
-
+ %1 places %2 %3 counter(s) on %4 (now %5).female
-
+ %1 places %2 %3 counter(s) on %4 (now %5).male
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).female
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).male
-
+ %1 is looking at the top %2 card(s) %3.female
-
+ %1 is looking at the top %2 card(s) %3.male
-
+ upkeep step
-
+ draw step
-
+ first main phase
-
+ beginning of combat step
-
+ declare attackers step
-
+ declare blockers step
-
+ combat damage step
-
+ end of combat step
-
+ second main phase
-
+ It is now the %1.
@@ -3556,74 +3645,79 @@ You need to provide the activation token received in the activation email
MessagesSettingsPage
-
+ Chat settings
-
+ Custom alert words
-
+ Enable chat mentions
-
+ Enable mention completer
-
+ In-game message macros
-
+ Ignore chat room messages sent by unregistered users
-
+ Ignore private messages sent by unregistered users
-
+ Enable desktop notifications for private messages
-
+
+ Enable desktop notification for mentions
+
+
+
+
+ Enable room message history on join
+
+
+
+ Separate words with a space, alphanumeric characters only
-
-
+
+ Invert text color
-
- Enable desktop notification for mentions.
-
-
-
-
-
+
+ (Color is hexadecimal)
-
+ Add message
-
+ Message:
@@ -4067,7 +4161,7 @@ You need to provide the activation token received in the activation email
-
+ Number:
@@ -4092,32 +4186,33 @@ You need to provide the activation token received in the activation email
-
+ Set power/toughness
-
+ Please enter the new PT:
-
+ Set annotation
-
+ Please enter the new annotation:
-
+ Set counters
-
+
+ Cr&eate related card
@@ -4125,37 +4220,37 @@ You need to provide the activation token received in the activation email
QMenuBar
-
+ Services
-
+ Hide %1
-
+ Hide Others
-
+ Show All
-
+ Preferences...
-
+ Quit %1
-
+ About %1
@@ -4163,13 +4258,13 @@ You need to provide the activation token received in the activation email
QObject
-
+ Cockatrice replays (*.cor)
- Common deck formats (*.cod *.dec *.mwDeck)
+ Common deck formats (*.cod *.dec *.txt *.mwDeck)
@@ -4266,27 +4361,11 @@ You need to provide the activation token received in the activation emailGames
-
-
-
- Error
-
-
-
-
- You do not have the proper permission to join this room.
-
-
-
-
- Failed to join the room due to an unknown error.
-
- SequenceEdit
-
+ Shortcut already in use
@@ -4319,6 +4398,29 @@ You need to provide the activation token received in the activation email
+
+ ShortcutsTab
+
+
+ Restore all default shortcuts
+
+
+
+
+ Do you really want to restore all default shortcuts?
+
+
+
+
+ Clear all default shortcuts
+
+
+
+
+ Do you really want to clear all shortcuts?
+
+
+ShutdownDialog
@@ -4340,37 +4442,32 @@ You need to provide the activation token received in the activation email
SoundSettingsPage
-
- Choose path
-
-
-
-
+ Enable &sounds
-
- Path to sounds directory:
+
+ Current sounds theme:
-
+ Test system sound engine
-
+ Sound settings
-
+ Master volume requires QT5
-
+ Master volume
@@ -4378,42 +4475,42 @@ You need to provide the activation token received in the activation email
TabAdmin
-
+ Update server &message
-
+ &Shut down server
-
+ &Reload configuration
-
+ Server administration functions
-
+ &Unlock functions
-
+ &Lock functions
-
+ Unlock administration functions
-
+ Do you really want to unlock the administration functions?
@@ -4426,219 +4523,226 @@ You need to provide the activation token received in the activation email
TabDeckEditor
-
+ &Print deck...
-
+ &Close
-
+ &Edit sets...
-
+
+ Filters
-
+ &Clear all filters
-
+ Delete selected
-
+ Deck &name:
-
+ &Comments:
-
+ Hash:
-
+ &New deck
-
+ &Load deck...
-
+ &Save deck
-
+ Save deck &as...
-
+ Load deck from cl&ipboard...
-
+ Save deck to clip&board
-
+ &Analyze deck on deckstats.net
-
+ Open custom image folder
-
+ Open custom sets folder
-
+ Add card to &maindeck
-
+ Add card to &sideboard
-
+ &Deck Editor
-
+ C&ard Database
-
- Show/Hide card information
-
-
-
-
- Show/Hide deck
-
-
-
-
- Show/Hide filters
-
-
-
-
+ Reset layout
-
+
+ Card Info
-
+
+ Deck
-
+ Welcome
-
+ Hi! It seems like you're running this version of Cockatrice for the first time.
All the sets in the card database have been enabled.
Read more about changing the set order or disabling specific sets and consequent effects in the "Edit Sets" window.
-
+ &Remove row
-
+ &Increment number
-
+ &Decrement number
-
+ Edit &tokens...
-
+
+ &View
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+ Floating
+
+
+
+ Deck: %1
-
+ Are you sure?
-
+ The decklist has been modified.
Do you want to save the changes?
-
+ Load deck
-
-
-
+
+
+ Error
-
+ The deck could not be saved.
-
-
+
+ The deck could not be saved.
Please check that the directory is writable and try again.
-
+ Save deck
@@ -4646,83 +4750,83 @@ Please check that the directory is writable and try again.
TabDeckStorage
-
+ Local file system
-
+ Server deck storage
-
-
+
+ Open in deck editor
-
+ Upload deck
-
+ Download deck
-
-
+
+ New folder
-
-
+
+ Delete
-
+ Enter deck name
-
+ This decklist does not have a name.
Please enter a name:
-
+ Unnamed deck
-
+ Delete local file
-
-
-
+
+
+ Are you sure you want to delete "%1"?
-
+ Name of new folder:
-
+ Delete remote folder
-
+ Delete remote deck
@@ -4735,135 +4839,343 @@ Please enter a name:
TabGame
-
+
+
+ Card Info
+
+
+
+
+
+ Player List
+
+
+
+
+
+ Messages
+
+
+
+
+
+ Replay Timeline
+
+
+
+ &Phases
-
+ &Game
-
+ Next &phase
-
+ Next &turn
-
+ &Remove all local arrows
-
+ Rotate View Cl&ockwise
-
+ Rotate View Co&unterclockwise
-
+ Game &information
-
+ &Concede
-
+ &Leave game
-
+ C&lose replay
-
+ &Say:
-
+
+ &View
+
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+
+ Floating
+
+
+
+
+ Reset layout
+
+
+
+ Concede
-
+ Are you sure you want to concede this game?
-
+ Leave game
-
+ Are you sure you want to leave this game?
-
+ You are flooding the game. Please wait a couple of seconds.
-
+ You have been kicked out of the game.
-
+ REPLAY
+
+ TabLog
+
+
+ Logs
+
+
+
+
+
+ Error
+
+
+
+
+ You must select at least one filter.
+
+
+
+
+ You have to select a valid number of days to locate.
+
+
+
+
+ Username:
+
+
+
+
+ IP Address:
+
+
+
+
+ Game Name:
+
+
+
+
+ GameID:
+
+
+
+
+ Message:
+
+
+
+
+ Main Room
+
+
+
+
+ Game Room
+
+
+
+
+ Private Chat
+
+
+
+
+ Past X Days:
+
+
+
+
+ Today
+
+
+
+
+ Last Hour
+
+
+
+
+ Maximum Results:
+
+
+
+
+ At least one filter is required.
+The more information you put in, the more specific your results will be.
+
+
+
+
+ Get User Logs
+
+
+
+
+ Clear Filters
+
+
+
+
+ Filters
+
+
+
+
+ Log Locations
+
+
+
+
+ Date Range
+
+
+
+
+ Maximum Results
+
+
+
+
+ Room Logs
+
+
+
+
+
+
+ Time;SenderName;SenderIP;Message;TargetID;TargetName
+
+
+
+
+ Game Logs
+
+
+
+
+ Chat Logs
+
+
+
+
+
+ Message History
+
+
+
+
+ There are no messages for the selected filters.
+
+
+
+
+ Failed to collect message history information.
+
+
+TabMessage
-
+ Private &chat
-
+ &Leave
-
+ %1 - Private chat
-
+ This user is ignoring you.
-
+ Private message from
-
+ %1 has left the server.
-
+ %1 has joined the server.
@@ -4871,54 +5183,54 @@ Please enter a name:
TabReplays
-
+ Local file system
-
+ Server replay storage
-
-
+
+ Watch replay
-
-
+
+ Delete
-
+ Download replay
-
+ Toggle expiration lock
-
+ Delete local file
-
+ Are you sure you want to delete "%1"?
-
+ Delete remote replay
-
+ Are you sure you want to delete the replay of game %1?
@@ -4931,47 +5243,47 @@ Please enter a name:
TabRoom
-
+ &Say:
-
+ Chat
-
+ &Room
-
+ &Leave room
-
+ &Clear chat
-
+ Chat Settings...
-
+ mentioned you.
-
+ Click to view
-
+ You are flooding the chat. Please wait a couple of seconds.
@@ -4979,43 +5291,82 @@ Please enter a name:
TabServer
-
+ Server
+
+
+
+
+
+ Error
+
+
+
+
+ Failed to join the room: it doesn't exists on the server.
+
+
+
+
+ The server thinks you are in the room but Cockatrice is unable to display it. Try restarting Cockatrice.
+
+
+
+
+ You do not have the required permission to join this room.
+
+
+
+
+ Failed to join the room due to an unknown error: %1.
+
+ TabSupervisor
-
+ Are you sure?
-
+ There are still open games. Are you sure you want to quit?
-
+ Promotion
-
+ You have been promoted to moderator. Please log out and back in for changes to take effect.
+
+
+ Warned
+
+
+
+
+ You have received a warning due to %1.
+Please refrain from engaging in this activity or further actions may be taken against you. If you have any questions, please private message a moderator.
+
+ TabUserLists
-
+ Add to Buddy List
-
+ Add to Ignore List
@@ -5028,94 +5379,153 @@ Please enter a name:
UserContextMenu
-
+ User &details
-
+ Private &chat
-
+ Show this user's &games
-
+ Add to &buddy list
-
+ Remove from &buddy list
-
+ Add to &ignore list
-
+ Remove from &ignore list
-
+ Kick from &game
-
+
+ Warn user
+
+
+
+
+ View user's war&n history
+
+
+
+ Ban from &server
-
+
+ View user's &ban history
+
+
+
+ &Promote user to moderator
-
+ Dem&ote user from moderator
-
+ %1's games
-
-
+
+
+
+ Ban History
+
+
+
+
+ Ban Time;Moderator;Ban Length;Ban Reason;Visible Reason
+
+
+
+
+ User has never been banned.
+
+
+
+
+ Failed to collecting ban information.
+
+
+
+
+
+
+ Warning History
+
+
+
+
+ Warning Time;Moderator;User Name;Reason
+
+
+
+
+ User has never been warned.
+
+
+
+
+ Failed to collecting warning information.
+
+
+
+
+ Success
-
+ Successfully promoted user.
-
+ Successfully demoted user.
-
-
+
+ Failed
-
+ Failed to promote user.
-
+ Failed to demote user.
@@ -5287,42 +5697,42 @@ Please enter a name:
UserInterfaceSettingsPage
-
+ General interface settings
-
+ Enable notifications in taskbar
-
+ Notify in the taskbar for game events while you are spectating
-
+ &Double-click cards to play them (instead of single-click)
-
+ &Play all nonlands onto the stack (not the battlefield) by default
-
+ Annotate card text on tokens
-
+ Animation settings
-
+ &Tap/untap animation
@@ -5330,95 +5740,134 @@ Please enter a name:
UserList
-
+ Users connected to server: %1
-
+ Users in this room: %1
-
+ Buddies online: %1 / %2
-
+ Ignored users online: %1 / %2
+
+ WarningDialog
+
+
+ Which warning would you like to send?
+
+
+
+
+ &OK
+
+
+
+
+ &Cancel
+
+
+
+
+ Warn user for misconduct
+
+
+
+
+
+ Error
+
+
+
+
+ User name to send a warning to can not be blank, please specify a user to warn.
+
+
+
+
+ Warning to use can not be blank, please select a valid warning to send.
+
+
+WndSets
-
+ Enable all sets
-
+ Disable all sets
-
+ Move selected set up
-
+ Move selected set to the top
-
+ Move selected set down
-
+ Move selected set to the bottom
-
+ hints:
-
+ Enable the sets that you want to have available in the deck editor
-
+ Move sets around to change their order, or click on a column header to sort sets on that field
-
+ Sets order decides the source that will be used when loading images for a specific card
-
+ Disabled sets will be used for loading images only if all the enabled sets failed
-
+ Edit sets
-
+ Success
-
+ The sets database has been saved successfully.
@@ -5426,22 +5875,22 @@ Please enter a name:
ZoneViewWidget
-
+ sort by name
-
+ sort by type
-
+ shuffle when closing
-
+ pile view
@@ -5449,557 +5898,572 @@ Please enter a name:
shortcutsTab
-
+ Form
-
+ Main Window
-
+ Deck editor
-
+ Local gameplay
-
+ Watch replay
-
+ Connect
-
+ Register
-
+ Full screen
-
+ Settings
-
+ Check for card updates
-
+ Exit
-
+ Deck Editor
-
+ Analyze deck
-
+ Load deck (clipboard)
-
+ Clerar all filters
-
+ New deck
-
+ Clear one filter
-
+ Open custom folder
-
+ Close
-
+ Print deck
-
+ Edit sets
-
+ Delete card
-
+ Edit tokens
-
+ Reset layout
-
+ Add card
-
+ Save deck
-
+ Remove card
-
+ Save deck as
-
+ Load deck
-
+ Save deck (clipboard)
-
-
+
+ Counters
-
+ Life
-
-
-
-
-
+
+
+
+
+ Set
-
-
-
-
+
+
+
+ Add
-
-
-
-
+
+
+
+ Remove
-
+ Red
-
+ Green
-
+ Yellow
-
-
- Mainwindow / Deck editor
-
-
-
-
- Power / toughness
-
-
-
-
- Power and toughness
-
-
-
-
- Add (+1/+1)
-
-
-
-
- Remove (-1/-1)
-
-
-
-
- Toughness
-
-
-
-
- Remove (-0/-1)
-
-
-
-
- Add (+0/+1)
-
-
-
-
- Power
-
-
-
-
- Remove (-1/-0)
-
-
-
-
- Add (+1/+0)
-
-
-
-
- Game Phases
-
-
-
-
- Untap
-
-
-
-
- Disconnect
-
-
-
-
- Upkeep
-
-
-
-
-
- Draw
-
-
-
-
- Main 1
-
-
-
-
- Start combat
-
-
-
-
- Attack
-
-
-
-
- Block
-
-
-
-
- Damage
-
-
-
-
- End combat
-
-
-
-
- Main 2
-
-
-
-
- End
-
-
-
-
- Next phase
-
-
-
-
- Next turn
-
-
-
-
- Player
-
-
-
-
- Tap Card
-
-
-
-
- Untap Card
-
-
-
-
- Untap all
-
-
-
-
- Toogle untap
-
-
-
-
- Flip card
-
-
-
-
- Peek card
-
-
-
-
- Play card
-
-
-
-
- Attach card
-
-
-
-
- Unattach card
-
-
-
-
- Clone card
-
-
-
-
- Create token
-
-
-
-
- Create another token
-
-
-
-
- Set annotation
-
-
-
-
- Phases / P/T / Player
-
-
-
-
- Move card to
-
-
-
-
- Bottom library
-
-
-
-
- Top library
-
-
-
-
-
- Graveyard
-
-
-
-
-
- Exile
-
-
-
-
- Hand
-
-
-
-
- View
-
-
- Library
-
-
-
-
- Tops card of library
-
-
-
-
- Sideboard
-
-
-
-
- Close recent view
-
-
-
-
- Pre-play
-
-
-
-
- Load remote deck
-
-
-
-
- Load local deck
-
-
-
-
- Game play
-
-
-
-
- Draw arrow
-
-
-
-
- Leave game
-
-
-
-
- Remove local arrows
-
-
-
-
- Concede
-
-
-
-
- Roll dice
+ Playing Area
- Rotate view CW
+ Phases | P/T | Playing Area
+
+
+
+
+ Game Lobby
+
+
+
+
+ Gameplay
+
+
+
+
+ Draw | Move | View | Gameplay
+
+
+
+
+ How to set custom shortcuts
+
+
+
+
+ Restore all default shortcuts
+
+
+
+
+ Clear all shortcuts
+
+
+
+
+ Add (+1/+1)
+
+
+
+
+ Remove (-1/-1)
+
+
+
+
+ Toughness
+
+
+
+
+ Remove (-0/-1)
+
+
+
+
+ Add (+0/+1)
+
+
+
+
+ Power
+
+
+
+
+ Remove (-1/-0)
+
+
+
+
+ Add (+1/+0)
+
+
+
+
+ Game Phases
+
+
+
+
+ Untap
+
+
+
+
+ Disconnect
+
+
+
+
+ Main Window | Deck Editor
+
+
+
+
+ Power / Toughness
+
+
+
+
+ Power and Toughness
+
+
+
+
+ Upkeep
+
+
+
+
+
+ Draw
+
+
+
+
+ Main 1
+
+
+
+
+ Start combat
+
+
+
+
+ Attack
+
+
+
+
+ Block
+
+
+
+
+ Damage
+
+
+
+
+ End combat
+
+
+
+
+ Main 2
+
+
+
+
+ End
+
+
+
+
+ Next phase
+
+
+
+
+ Next turn
+
+
+
+
+ Tap Card
+
+
+
+
+ Untap Card
+
+
+
+
+ Untap all
+
+
+
+
+ Toogle untap
+
+
+
+
+ Flip card
+
+
+
+
+ Peek card
+
+
+
+
+ Play card
+
+
+
+
+ Attach card
+
+
+
+
+ Unattach card
+
+
+
+
+ Clone card
+
+
+
+
+ Create token
+
+
+
+
+ Create another token
+
+
+
+
+ Set annotation
- Shuffle library
+ Move card to
- Rotate view CCW
+ Bottom library
+
+
+
+
+ Top library
- Mulligan
+
+ Graveyard
- Draw card
+
+ Exile
- Draw cards
+ Hand
- Undo draw
-
-
-
-
- Always reveal top card
+ View
- Draw / Move / View / Game play
+ Library
+
+
+
+
+ Tops card of library
+
+
+
+
+ Sideboard
+
+
+
+
+ Close recent view
+
+
+
+
+ Load remote deck
+
+
+
+
+ Load local deck
+
+
+
+
+ Draw arrow
+
+
+
+
+ Leave game
+
+
+
+
+ Remove local arrows
+
+
+
+
+ Concede
+
+
+
+
+ Roll dice
+
+
+
+
+ Rotate view CW
+
+
+
+
+ Shuffle library
+
+
+
+
+ Rotate view CCW
+
+
+
+
+ Mulligan
+
+
+
+
+ Draw card
+
+
+
+
+ Draw cards
+
+
+
+
+ Undo draw
+
+
+
+
+ Always reveal top card
diff --git a/cockatrice/translations/cockatrice_nl.ts b/cockatrice/translations/cockatrice_nl.ts
index 42ec5901e..7d5b3c572 100644
--- a/cockatrice/translations/cockatrice_nl.ts
+++ b/cockatrice/translations/cockatrice_nl.ts
@@ -20,57 +20,57 @@
AppearanceSettingsPage
-
+ Theme settings
-
+ Thema opties
-
+ Current theme:
-
+ Huidige thema:
-
+ Card renderingKaartweergave
-
+ Display card names on cards having a pictureKaartnamen altijd weergeven
-
+ Scale cards on mouse over
-
+ Kaarten schalen met de muis
-
+ Hand layoutHandweergave
-
+ Display hand horizontally (wastes space)Hand horizontaal weergeven (gebruikt extra ruimte)
-
+ Enable left justification
-
+ Table grid layoutTafelindeling
-
+ Invert vertical coordinateVerticale coördinaat omkeren
-
+ Minimum player count for multi-column layout:Minimaal aantal spelers voor kolommenindeling:
@@ -78,148 +78,148 @@
BanDialog
-
+ ban &user nameban &gebruikersnaam
-
+ ban &IP addressban &IP-adres
-
+ ban client I&D
-
+ ban gebruiker I&D
-
+ Ban typeBan type
-
+ &permanent ban&definitieve ban
-
+ &temporary ban&tijdelijke ban
-
+ &Days:&Dagen:
-
+ &Hours:&Uur:
-
+ &Minutes:&Minuten:
-
+ Duration of the banDuur van de ban
-
+ Please enter the reason for the ban.
This is only saved for moderators and cannot be seen by the banned person.Voer een reden voor de ban in.
Dit wordt opgeslagen voor het moderatorteam en zal niet zichtbaar zijn voor de gebannen persoon.
-
+ Please enter the reason for the ban that will be visible to the banned person.Voer een reden in die zichtbaar zal zijn voor de gebannen persoon.
-
+ &OK&OK
-
+ &Cancel&Annuleren
-
+ Ban user from serverBan gebruiker van server
-
-
-
-
+
+
+
+ ErrorFout
-
+ You have to select a name-based, IP-based, clientId based, or some combination of the three to place a ban.
-
+ U moet een ban gebaseerd op IP, naam, gebruikers ID of een combinatie van de drie.
-
+ You must have a value in the name ban when selecting the name ban checkbox.
-
+ U moet een naam meegeven als u een naam gebaseerde ban wilt uitvoeren.
-
+ You must have a value in the ip ban when selecting the ip ban checkbox.
-
+ U moet een IP meegeven als u een IP gebaseerde ban wilt uitvoeren.
-
+ You must have a value in the clientid ban when selecting the clientid ban checkbox.
-
+ U moet een gebruikers ID meegeven als u een gebruikers ID gebaseerde ban wilt uitvoeren.CardDatabase
-
+ New sets found
-
+ Er zijn nieuwe sets gevonden
-
+ %1 new set(s) have been found in the card database. Do you want to enable them?
-
+ Er zijn %1 nieuwe set(s) gevonden in de kaart database. Wilt u deze aanzetten?CardDatabaseModel
-
+ NameNaam
-
+ SetsSets
-
+ Mana costManakosten
-
+ Card typeKaarttype
-
+ P/TP/T
@@ -229,17 +229,17 @@ Dit wordt opgeslagen voor het moderatorteam en zal niet zichtbaar zijn voor de g
Image
-
+ PlaatjeDescription
-
+ OmschrijvingBoth
-
+ Beide
@@ -257,7 +257,7 @@ Dit wordt opgeslagen voor het moderatorteam en zal niet zichtbaar zijn voor de g
Color(s):
-
+ Kleur(en):
@@ -278,47 +278,47 @@ Dit wordt opgeslagen voor het moderatorteam en zal niet zichtbaar zijn voor de g
CardInfoWidget
-
+ Show card onlyToon kaartafbeelding
-
+ Show text onlyToon kaarttekst
-
+ Show full infoToon beide
-
+ Name:Naam:
-
+ Mana cost:Manakosten:
-
+ Color(s):
-
+ Kleur(en):
-
+ Card type:Kaarttype:
-
+ P / T:P / T:
-
+ Loyalty:Loyaliteit:
@@ -582,12 +582,12 @@ Dit wordt opgeslagen voor het moderatorteam en zal niet zichtbaar zijn voor de g
DeckEditorSettingsPage
-
+ Nothing is here... yet
-
+ Er is hier nog niks.
-
+ GeneralAlgemeen
@@ -627,42 +627,42 @@ Dit wordt opgeslagen voor het moderatorteam en zal niet zichtbaar zijn voor de g
DeckViewContainer
-
+ Load local deck
-
+ Lokale deck laden.
-
+ Load deck from server
-
+ Deck van server laden.
-
+ Ready to s&tartKlaar om te s&tarten
-
+ S&ideboard unlockedS&ideboard ontgrendeld
-
+ S&ideboard lockedS&ideboard vergrendeld
-
+ Load deckLaad deck
-
+ ErrorFout
-
+ The selected file could not be loaded.Het geselecteerde bestand kon niet geladen worden.
@@ -708,55 +708,65 @@ Dit wordt opgeslagen voor het moderatorteam en zal niet zichtbaar zijn voor de g
DlgConnect
-
+ Previous Host
-
+ Vorige Eigenaar
-
+ New Host
-
+ Nieuwe Eigenaar
-
+ &Host:&Gastheer
-
+ Enter host name
-
+ Voer naam van eigenaar in
-
+ &Port:&Poort
-
+ Player &name:Spelers&naam:
-
+ P&assword:W&achtwoord:
-
+ &Save passwordWachtwoord &Opslaan
-
+ A&uto connect at startA&utomatisch verbinden bij opstarten
-
+ Connect to serverVerbinden met server
+
+
+ Connect Warning
+
+
+
+
+ The player name can't be empty.
+
+ DlgCreateGame
@@ -778,7 +788,7 @@ Dit wordt opgeslagen voor het moderatorteam en zal niet zichtbaar zijn voor de g
Re&member settings
-
+ Instellingen &Onthouden
@@ -826,27 +836,27 @@ Dit wordt opgeslagen voor het moderatorteam en zal niet zichtbaar zijn voor de g
Toeschouwers
-
+ &Clear
-
+ &Opschonen
-
+ Create gameSpel aanmaken
-
+ Game informationSpel informatie
-
+ ErrorFout
-
+ Server error.Server Fout
@@ -950,38 +960,39 @@ Dit wordt opgeslagen voor het moderatorteam en zal niet zichtbaar zijn voor de g
No image chosen.
-
+ Geen plaatje gekozen.To change your avatar, choose a new image.
To remove your current avatar, confirm without choosing a new image.
-
+ Om uw icoon te veranderen, kies een nieuw plaatje.
+Om uw Icoon te verwijderen, accepteer zonder een nieuw plaatje te kiezen.Browse...
-
+ Zoeken...Change avatar
-
+ Verander IcoonOpen Image
-
+ Plaatje openenImage Files (*.png *.jpg *.bmp)
-
+ Plaatjes (*.png *.jpg *.bmp)Invalid image chosen.
-
+ Geen geldig plaatje gekozen
@@ -989,32 +1000,32 @@ To remove your current avatar, confirm without choosing a new image.
Old password:
-
+ Oud wachtwoord:New password:
-
+ Nieuw wachtwoord:Confirm new password:
-
+ Herhaal nieuw wachtwoord:Change password
-
+ Verander wachtwoordError
-
+ FoutThe new passwords don't match.
-
+ Nieuwe wachtwoorden komen niet overeen.
@@ -1109,7 +1120,8 @@ To remove your current avatar, confirm without choosing a new image.
The chosen name conflicts with an existing card or token.
Make sure to enable the 'token set' in the 'Edit sets...' dialog to display them correctly.
-
+ De gekozen naam komt overeen met een bestaande kaart of token.
+Zet de 'token set' aan in de 'Sets aanpassen' menu om hem te kunnen zien.
@@ -1117,7 +1129,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Email:
-
+ Email:
@@ -1127,37 +1139,37 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Neutral
-
+ NeutraalMasculine
-
+ MannelijkFeminine
-
+ VrouwelijkCountry:
-
+ Land:Undefined
-
+ OnbekendReal name:
-
+ Echte naam:Edit user profile
-
+ Gebruikers profiel aanpassen
@@ -1170,7 +1182,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Show &password protected games
-
+ Laat &wachtwoord zien van gesloten spellen
@@ -1246,37 +1258,37 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
&Host:
-
+ &Eigenaar:&Port:
-
+ &Poort:Player &name:
-
+ &Naam van speler:P&assword:
-
+ W&achtwoord:Password (again):
-
+ Wachtwoord (opnieuw):Email:
-
+ Email:Email (again):
-
+ Email (opnieuw):
@@ -1286,71 +1298,77 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Neutral
-
+ NeutraalMasculine
-
+ MannelijkFeminine
-
+ VrouwelijkUndefined
-
+ Onbekend
+ Registration Warning
-
+ Registratie WaarschuwingYour passwords do not match, please try again.
-
+ Uw wachtwoorden komen niet overeen, probeer opnieuw.Your email addresses do not match, please try again.
+ Uw email adressen komen niet overeen, probeer opnieuw.
+
+
+
+ The player name can't be empty.Country:
-
+ Land:Real name:
-
+ Echte naam:Register to server
-
+ Registreer op serverDlgSettings
-
-
-
+
+
+ ErrorFout
-
+ Unknown Error loading card databaseOnbekende Fout in het lezen van de kaart database
-
+ Your card database is invalid.
Cockatrice may not function correctly with an invalid database
@@ -1367,7 +1385,7 @@ U zou oracle moeten herstarten om uw database te updaten.
Zou u de locatie van uw database willen veranderen?
-
+ Your card database version is too old.
This can cause problems loading card information or images
@@ -1384,85 +1402,132 @@ Dit zou opgelost kunnen worden door oracle opnieuw te starten en uw kaart databa
Zou u de locatie van uw database willen veranderen?
-
+ File Error loading your card database.
Would you like to change your database location setting?
-
+ Bestands fout laden van kaart database.
+
+Wilt u uw database lokatie aanpassen?
-
+ Your card database was loaded but contains no cards.
Would you like to change your database location setting?
-
+ Uw kaart database was geladen maar bevat geen kaarten.
+
+Wilt u uw database lokatie aanpassen?
-
+ Your card database did not finish loading
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your cards.xml attached
Would you like to change your database location setting?
-
+ Uw kaart database was niet klaar met laden
+
+Plaats een klacht op http://github.com/Cockatrice/Cockatrice/issues met uw cards.xml als bijlage alstublieft.
+
+Wilt u uw database lokatie aanpassen?
-
+ Unknown card database load status
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues
Would you like to change your database location setting?
-
-
-
-
- The path to your deck directory is invalid. Would you like to go back and set the correct path?
-
-
-
-
- The path to your card pictures directory is invalid. Would you like to go back and set the correct path?
-
-
-
-
- Settings
-
+ Onbekende kaart database laad status
+
+Plaats een klacht op http://github.com/Cockatrice/Cockatrice/issues asltublieft.
+
+Wilt u uw database lokatie aanpassen?
- General
-
-
-
-
- Appearance
-
-
-
-
- User Interface
-
-
-
-
- Deck Editor
-
-
-
-
- Chat
-
-
-
-
- Sound
-
+ The path to your deck directory is invalid. Would you like to go back and set the correct path?
+ Het pad naar uw deck map is niet geldig. Wilt u terug gaan en de correcte pad invullen?
+ The path to your card pictures directory is invalid. Would you like to go back and set the correct path?
+ Het pad naar uw kaart plaatjes map is niet geldig. Wilt u terug gaan en de correcte pad invullen?
+
+
+
+ Settings
+ Instellingen
+
+
+
+ General
+ Algemeen
+
+
+
+ Appearance
+ Weergave
+
+
+
+ User Interface
+ Gebruikersomgeving
+
+
+
+ Deck Editor
+ Deck Editor
+
+
+
+ Chat
+ Chat
+
+
+
+ Sound
+ Geluid
+
+
+ Shortcuts
+ Sneltoetsen
+
+
+
+ DlgUpdate
+
+
+ Error
+
+
+
+
+ Cockatrice was not built with SSL support, so cannot download updates! Please visit the download page and update manually.
+
+
+
+
+ Your version of Cockatrice is out of date, but there are no packages available for your operating system. You may have to use a developer build or build from source yourself. Please visit the download page.
+
+
+
+
+ Cockatrice Update
+
+
+
+
+ Your version of Cockatrice is up to date.
+
+
+
+
+
+
+ Update Error
@@ -1479,7 +1544,7 @@ Would you like to change your database location setting?
Error
-
+ Fout
@@ -1582,7 +1647,7 @@ Would you like to change your database location setting?
Description
-
+ Omschrijving
@@ -1679,112 +1744,118 @@ Would you like to change your database location setting?
GeneralSettingsPage
-
+ Reset/Clear Downloaded Pictures
-
-
-
-
-
+
+
+
+
+ Choose path
-
+ Success
-
+ Downloaded card pictures have been reset.
-
+ Error
-
+ Fout
-
+ One or more downloaded card pictures could not be cleared.
-
+ Personal settings
-
+ Language:
-
+ Download card pictures on the fly
-
- Download card pictures from a custom URL
+
+ Primary download URL:
-
- Custom Card Download URL:
+
+ Fallback download URL:
-
- Linking FAQ
+
+
+ Reset
-
+
+ How to set a custom picture url
+
+
+
+ Notify when new client features are available
-
+ Paths
-
+ Decks directory:
-
+ Replays directory:
-
+ Pictures directory:
-
+ Card database:
-
+ Token database:
-
+ Picture cache size:
-
+ EnglishNederlands (Dutch)
@@ -1792,543 +1863,553 @@ Would you like to change your database location setting?
MainWindow
-
+ There are too many concurrent connections from your address.
-
+ Scheduled server shutdown.
-
+ Banned by moderator
-
+ Expected end time: %1
-
+ This ban lasts indefinitely.
-
+ Connection closed
-
+ The server has terminated your connection.
Reason: %1
-
+ Scheduled server shutdown
-
+ The server is going to be restarted in %n minute(s).
All running games will be lost.
Reason for shutdown: %1
-
+ Number of players
-
+ Please enter the number of players.
-
+ Player %1
-
+ Load replay
-
+ About Cockatrice
-
+ Version %1
-
+ Translators:
-
+ Project Manager:
-
+ The server has reached its maximum user capacity, please check back later.
-
-
+
+ Invalid username.
-
+ You have been logged out due to logging in at another location.
-
-
+
+ Success
-
+ Registration accepted.
Will now login.
-
+ Account activation accepted.
Will now login.
-
-
- Past Project Managers:
-
-
-
-
- Developers:
-
-
-
-
- Our Developers
-
-
-
-
- Help Develop!
-
-
- Recognition Page
-
-
-
-
- Help Translate!
+ Cockatrice Webpage
- Support:
+ Past Project Managers:
+ Developers:
+
+
+
+
+ Our Developers
+
+
+
+
+ Help Develop!
+
+
+
+
+ Recognition Page
+
+
+
+
+ Help Translate!
+
+
+
+
+ Support:
+
+
+
+ Report an Issue
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Error
-
+ Fout
-
+ Server timeout
-
+ Failed Login
-
+ Your client does not support features that the server requires, please update your client and try again.
-
+ Incorrect username or password. Please check your authentication information and try again.
-
+ There is already an active session using this user name.
Please close that session first and re-login.
-
-
+
+ You are banned until %1.
-
-
+
+ You are banned indefinitely.
-
+ This server requires user registration. Do you want to register now?
-
+ This server requires client ID's. Your client is either failing to generate an ID or you are running a modified client.
Please close and reopen your client to try again.
-
+ An internal error has occurred, please try closing and reopening your client and try again. If the error persists try updating your client to the most recent build and if need be contact your software provider.
-
+ Account activation
-
+ Unknown login error: %1
-
-
+
+
This usually means that your client version is out of date, and the server sent a reply your client doesn't understand.
-
+ Your username must respect these rules:
-
+ is %1 - %2 characters long
-
+ can %1 contain lowercase characters
-
-
-
+
+
+ NOT
-
+ can %1 contain uppercase characters
-
+ can %1 contain numeric characters
-
+ can contain the following punctuation: %1
-
+ first character can %1 be a punctuation mark
-
+ You may only use A-Z, a-z, 0-9, _, ., and - in your username.
-
-
-
-
-
+
+
+
+
+ Registration denied
-
+ Registration is currently disabled on this server
-
+ There is already an existing account with the same user name.
-
+ It's mandatory to specify a valid email address when registering.
-
+ Too many registration attempts from your IP address.
-
+ Password too short.
-
+ Registration failed for a technical problem on the server.
-
+ Unknown registration error: %1
-
+ Account activation failed
-
+ Socket error: %1
-
+ You are trying to connect to an obsolete server. Please downgrade your Cockatrice version or connect to a suitable server.
Local version is %1, remote version is %2.
-
+ Your Cockatrice client is obsolete. Please update your Cockatrice version.
Local version is %1, remote version is %2.
-
+ Connecting to %1...
-
+ Registering to %1 as %2...
-
+ Disconnected
-
+ Connected, logging in at %1
-
+ &Connect...
-
+ &Disconnect
-
+ Start &local game...
-
+ &Watch replay...
-
+ &Deck editor
-
+ &Full screen
-
+ &Register to server...
-
+ &Settings...
-
-
+
+ &Exit
-
+ A&ctions
-
+ &Cockatrice
-
+ &About Cockatrice
-
+
+ &Update Cockatrice
+
+
+
+ &Help
-
+ Check for card updates...
-
+ A card database update is already running.
-
+ Unable to run the card database updater:
-
+ The card database updater exited with an error: %1
-
+ Update completed successfully. Cockatrice will now reload the card database.
-
+ Your client appears to be missing features that the server supports.
This usually means that your client version is out of date, please check to see if there is a new client available for download.
-
-
-
+
+
+ Information
-
+ Troubleshooting
-
+ F.A.Q.
-
+ Your account has not been activated yet.
You need to provide the activation token received in the activation email
-
+ failed to start.
-
+ crashed.
-
+ timed out.
-
+ write error.
-
+ read error.
-
+ unknown error.
@@ -2336,17 +2417,17 @@ You need to provide the activation token received in the activation email
MessageLogWidget
-
+ The game has been closed.
-
+ %1 is now watching the game.
-
+ %1 is not watching the game any more.
@@ -2394,136 +2475,136 @@ You need to provide the activation token received in the activation email
-
+ %1 has left the game.female
-
+ %1 has left the game.male
-
+ You have been kicked out of the game.
-
+ %1 has loaded a deck (%2).
-
+ %1 has loaded a deck with %2 sideboard cards (%3).
-
+ %1 is ready to start the game.female
-
+ %1 is ready to start the game.male
-
+ %1 is not ready to start the game any more.female
-
+ %1 is not ready to start the game any more.male
-
+ %1 has locked her sideboard.female
-
+ %1 has locked his sideboard.male
-
+ %1 has unlocked her sideboard.female
-
+ %1 has unlocked his sideboard.male
-
+ %1 has conceded the game.female
-
+ %1 has conceded the game.male
-
-
- %1 has restored connection to the game.
- female
-
-
-
-
- %1 has restored connection to the game.
- male
-
-
- %1 has lost connection to the game.
+ %1 has restored connection to the game.female
+ %1 has restored connection to the game.
+ male
+
+
+
+
+ %1 has lost connection to the game.
+ female
+
+
+
+ %1 has lost connection to the game.male
-
+ %1 shuffles %2.female
-
+ %1 shuffles %2.male
-
+ %1 rolls a %2 with a %3-sided die.female
-
+ %1 rolls a %2 with a %3-sided die.male
@@ -2545,464 +2626,486 @@ You need to provide the activation token received in the activation email
-
+ %1 undoes his last draw.
-
+ %1 undoes her last draw.
-
+ %1 undoes his last draw (%2).
-
+ %1 undoes her last draw (%2).
-
+ from exile
-
+ the bottom card of %1's library
-
+ the bottom card of his library
-
+ the bottom card of her library
-
+ from the bottom of %1's library
-
+ from the bottom of his library
-
+ from the bottom of her library
-
+ the top card of %1's library
-
+
+ Heads (1)
+
+
+
+
+ Tails (2)
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ female
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ male
+
+
+
+ the top card of his library
-
+ the top card of her library
-
+ from the top of %1's library
-
+ from the top of his library
-
+ from the top of her library
-
+ from %1's library
-
+ from library
-
+ from sideboard
-
+ from the stack
-
+ %1 gives %2 control over %3.
-
+ %1 puts %2 into play tapped%3.
-
+ %1 puts %2 into play%3.
-
+ %1 exiles %2%3.
-
+ %1 puts %2%3 into his library.
-
+ %1 puts %2%3 into her library.
-
+ %1 puts %2%3 on bottom of his library.
-
+ %1 puts %2%3 on bottom of her library.
-
+ %1 puts %2%3 on top of his library.
-
+ %1 puts %2%3 on top of her library.
-
+ %1 puts %2%3 into his library at position %4.
-
+ %1 puts %2%3 into her library at position %4.
-
+ %1 moves %2%3 to sideboard.
-
+ %1 plays %2%3.
-
+ %1 takes a mulligan to %n.female
-
+ %1 takes a mulligan to %n.male
-
+ %1 flips %2 face-down.female
-
+ %1 flips %2 face-down.male
-
+ %1 flips %2 face-up.female
-
+ %1 flips %2 face-up.male
-
+ %1 destroys %2.female
-
+ %1 destroys %2.male
-
+ %1 unattaches %2.female
-
+ %1 unattaches %2.male
-
+ %1 creates token: %2%3.female
-
+ %1 creates token: %2%3.male
-
+ %1 points from her %2 to herself.female
-
+ %1 points from his %2 to himself.male
-
+ %1 points from her %2 to %3.p1 female, p2 female
-
+ %1 points from her %2 to %3.p1 female, p2 male
-
+ %1 points from his %2 to %3.p1 male, p2 female
-
+ %1 points from his %2 to %3.p1 male, p2 male
-
+ %1 points from %2's %3 to herself.card owner female, target female
-
+ %1 points from %2's %3 to herself.card owner male, target female
-
+ %1 points from %2's %3 to himself.card owner female, target male
-
+ %1 points from %2's %3 to himself.card owner male, target male
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 female
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 male
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 female
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 male
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 female
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 male
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 female
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 male
-
+ %1 points from her %2 to her %3.female
-
+ %1 points from his %2 to his %3.male
-
+ %1 points from her %2 to %3's %4.p1 female, p2 female
-
+ %1 points from her %2 to %3's %4.p1 female, p2 male
-
+ %1 points from his %2 to %3's %4.p1 male, p2 female
-
+ %1 points from his %2 to %3's %4.p1 male, p2 male
-
+ %1 points from %2's %3 to her own %4.card owner female, target female
-
+ %1 points from %2's %3 to her own %4.card owner male, target female
-
+ %1 points from %2's %3 to his own %4.card owner female, target male
-
+ %1 points from %2's %3 to his own %4.card owner male, target male
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 male
@@ -3028,304 +3131,304 @@ You need to provide the activation token received in the activation email
-
+ %1 taps her permanents.female
-
+ %1 untaps her permanents.female
-
+ %1 taps his permanents.male
-
+ %1 untaps his permanents.male
-
+ %1 taps %2.female
-
+ %1 untaps %2.female
-
+ %1 taps %2.male
-
+ %1 untaps %2.male
-
+ %1 sets counter %2 to %3 (%4%5).female
-
+ %1 sets counter %2 to %3 (%4%5).male
-
+ %1 sets %2 to not untap normally.female
-
+ %1 sets %2 to not untap normally.male
-
+ %1 sets %2 to untap normally.female
-
+ %1 sets %2 to untap normally.male
-
+ %1 sets PT of %2 to %3.female
-
+ %1 sets PT of %2 to %3.male
-
+ %1 sets annotation of %2 to %3.female
-
-
- %1 sets annotation of %2 to %3.
- male
-
-
-
-
- %1 is looking at %2.
- female
-
-
-
-
- %1 is looking at %2.
- male
-
-
-
- %1 is looking at the top %n card(s) %2.
- female
-
-
-
- %1 is looking at the top %n card(s) %2.
- male
-
-
-
-
- %1 stops looking at %2.
- female
-
-
+ %1 sets annotation of %2 to %3.
+ male
+
+
+
+
+ %1 is looking at %2.
+ female
+
+
+
+
+ %1 is looking at %2.
+ male
+
+
+
+ %1 is looking at the top %n card(s) %2.
+ female
+
+
+
+ %1 is looking at the top %n card(s) %2.
+ male
+
+
+
+
+ %1 stops looking at %2.
+ female
+
+
+
+ %1 stops looking at %2.male
-
+ %1 reveals %2 to %3.p1 female, p2 female
-
-
- %1 reveals %2 to %3.
- p1 female, p2 male
-
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 female
-
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 male
-
-
-
-
- %1 reveals %2.
- female
-
-
-
-
- %1 reveals %2.
- male
-
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 female
-
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 male
-
-
+ %1 reveals %2 to %3.
+ p1 female, p2 male
+
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 female
+
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 male
+
+
+
+
+ %1 reveals %2.
+ female
+
+
+
+
+ %1 reveals %2.
+ male
+
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 female
+
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 male
+
+
+
+ %1 randomly reveals %2%3 to %4.p1 male, p2 female
-
+ %1 randomly reveals %2%3 to %4.p1 male, p2 male
-
+ %1 randomly reveals %2%3.female
-
+ %1 randomly reveals %2%3.male
-
+ %1 peeks at face down card #%2.female
-
+ %1 peeks at face down card #%2.male
-
+ %1 peeks at face down card #%2: %3.female
-
+ %1 peeks at face down card #%2: %3.male
-
+ %1 reveals %2%3 to %4.p1 female, p2 female
-
+ %1 reveals %2%3 to %4.p1 female, p2 male
-
+ %1 reveals %2%3 to %4.p1 male, p2 female
-
+ %1 reveals %2%3 to %4.p1 male, p2 male
-
+ %1 reveals %2%3.female
-
+ %1 reveals %2%3.male
-
+ %1 is now keeping the top card %2 revealed.
-
+ %1 is not revealing the top card %2 any longer.
-
+ It is now %1's turn.female
-
+ It is now %1's turn.male
-
-
+
+ a card
@@ -3344,32 +3447,32 @@ You need to provide the activation token received in the activation email
-
+ red
-
+ yellow
-
+ green
-
+ The game has started.
-
+ %1 draws his initial hand.
-
+ %1 draws her initial hand.
@@ -3388,179 +3491,179 @@ You need to provide the activation token received in the activation email
-
+ ending phase
-
+ untap step
-
+ %1 draws %2 card(s).female
-
+ %1 draws %2 card(s).male
-
+ from play
-
+ from her graveyard
-
+ from his graveyard
-
+ from her hand
-
+ from his hand
-
+ %1 puts %2%3 into her graveyard.
-
+ %1 puts %2%3 into his graveyard.
-
+ %1 moves %2%3 to her hand.
-
+ %1 moves %2%3 to his hand.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 female
-
+ %1 attaches %2 to %3's %4.p1 female, p2 male
-
+ %1 attaches %2 to %3's %4.p1 male, p2 female
-
+ %1 attaches %2 to %3's %4.p1 male, p2 male
-
+ %1 places %2 %3 counter(s) on %4 (now %5).female
-
+ %1 places %2 %3 counter(s) on %4 (now %5).male
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).female
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).male
-
+ %1 is looking at the top %2 card(s) %3.female
-
+ %1 is looking at the top %2 card(s) %3.male
-
+ upkeep step
-
+ draw step
-
+ first main phase
-
+ beginning of combat step
-
+ declare attackers step
-
+ declare blockers step
-
+ combat damage step
-
+ end of combat step
-
+ second main phase
-
+ It is now the %1.
@@ -3568,74 +3671,79 @@ You need to provide the activation token received in the activation email
MessagesSettingsPage
-
+ Chat settings
-
+ Custom alert words
-
+ Enable chat mentions
-
+ Enable mention completer
-
+ In-game message macros
-
+ Ignore chat room messages sent by unregistered users
-
+ Ignore private messages sent by unregistered users
-
+ Enable desktop notifications for private messages
-
+
+ Enable desktop notification for mentions
+
+
+
+
+ Enable room message history on join
+
+
+
+ Separate words with a space, alphanumeric characters only
-
-
+
+ Invert text color
-
- Enable desktop notification for mentions.
-
-
-
-
-
+
+ (Color is hexadecimal)
-
+ Add message
-
+ Message:
@@ -4079,7 +4187,7 @@ You need to provide the activation token received in the activation email
-
+ Number:
@@ -4104,32 +4212,33 @@ You need to provide the activation token received in the activation email
-
+ Set power/toughness
-
+ Please enter the new PT:
-
+ Set annotation
-
+ Please enter the new annotation:
-
+ Set counters
-
+
+ Cr&eate related card
@@ -4137,37 +4246,37 @@ You need to provide the activation token received in the activation email
QMenuBar
-
+ Services
-
+ Hide %1
-
+ Hide Others
-
+ Show All
-
+ Preferences...
-
+ Quit %1
-
+ About %1
@@ -4175,13 +4284,13 @@ You need to provide the activation token received in the activation email
QObject
-
+ Cockatrice replays (*.cor)
- Common deck formats (*.cod *.dec *.mwDeck)
+ Common deck formats (*.cod *.dec *.txt *.mwDeck)
@@ -4261,7 +4370,7 @@ You need to provide the activation token received in the activation email
Description
-
+ Omschrijving
@@ -4278,27 +4387,11 @@ You need to provide the activation token received in the activation emailGames
-
-
-
- Error
-
-
-
-
- You do not have the proper permission to join this room.
-
-
-
-
- Failed to join the room due to an unknown error.
-
- SequenceEdit
-
+ Shortcut already in use
@@ -4331,6 +4424,29 @@ You need to provide the activation token received in the activation email
+
+ ShortcutsTab
+
+
+ Restore all default shortcuts
+
+
+
+
+ Do you really want to restore all default shortcuts?
+
+
+
+
+ Clear all default shortcuts
+
+
+
+
+ Do you really want to clear all shortcuts?
+
+
+ShutdownDialog
@@ -4352,37 +4468,32 @@ You need to provide the activation token received in the activation email
SoundSettingsPage
-
- Choose path
-
-
-
-
+ Enable &sounds
-
- Path to sounds directory:
+
+ Current sounds theme:
-
+ Test system sound engine
-
+ Sound settings
-
+ Master volume requires QT5
-
+ Master volume
@@ -4390,42 +4501,42 @@ You need to provide the activation token received in the activation email
TabAdmin
-
+ Update server &message
-
+ &Shut down server
-
+ &Reload configuration
-
+ Server administration functions
-
+ &Unlock functions
-
+ &Lock functions
-
+ Unlock administration functions
-
+ Do you really want to unlock the administration functions?
@@ -4438,221 +4549,228 @@ You need to provide the activation token received in the activation email
TabDeckEditor
-
+ &Print deck...
-
+ &Close
-
+ &Edit sets...
-
+
+ Filters
-
+ &Clear all filters
-
+ Delete selected
-
+ Deck &name:
-
+ &Comments:
-
+ Hash:
-
+ &New deck
-
+ &Load deck...
-
+ &Save deck
-
+ Save deck &as...
-
+ Load deck from cl&ipboard...
-
+ Save deck to clip&board
-
+ &Analyze deck on deckstats.net
-
+ Open custom image folder
-
+ Open custom sets folder
-
+ Add card to &maindeck
-
+ Add card to &sideboard
-
+ &Deck Editor
-
+ C&ard Database
-
- Show/Hide card information
-
-
-
-
- Show/Hide deck
-
-
-
-
- Show/Hide filters
-
-
-
-
+ Reset layout
-
+
+ Card Info
-
+
+ Deck
-
+ Welcome
-
+ Hi! It seems like you're running this version of Cockatrice for the first time.
All the sets in the card database have been enabled.
Read more about changing the set order or disabling specific sets and consequent effects in the "Edit Sets" window.
-
+ &Remove rowVerwijder rij
-
+ &Increment numberVerhoog getal
-
+ &Decrement numberVerlaag getal
-
+ Edit &tokens...Bewerk jetons.
-
+
+ &View
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+ Floating
+
+
+
+ Deck: %1Dek: %1
-
+ Are you sure?Ben je zeker?
-
+ The decklist has been modified.
Do you want to save the changes?De deklijst is gewijzigd.
Wil je de wijzigingen opslaan?
-
+ Load deckLaad dek
-
-
-
+
+
+ ErrorFout
-
+ The deck could not be saved.Het dek kon niet opslagen worden.
-
-
+
+ The deck could not be saved.
Please check that the directory is writable and try again.Het dek kon niet opgeslagen worden.
Kijk a.u.b. na of je schrijfrechten op de folder hebt, en probeer opnieuw.
-
+ Save deckDeck opslaan
@@ -4660,83 +4778,83 @@ Kijk a.u.b. na of je schrijfrechten op de folder hebt, en probeer opnieuw.
TabDeckStorage
-
+ Local file systemLokaal bestandssysteem
-
+ Server deck storageDekopslag op de server
-
-
+
+ Open in deck editorOpen dek in editor
-
+ Upload deckUpload dek
-
+ Download deckDownload dek
-
-
+
+ New folderNieuwe folder
-
-
+
+ DeleteVerwijder
-
+ Enter deck nameGeeft dek naam in
-
+ This decklist does not have a name.
Please enter a name:De deklijst heeft geen naam. Geef een naam in aub.
-
+ Unnamed deckOnbenoemd dek
-
+ Delete local fileVerwijder lokaal bestand
-
-
-
+
+
+ Are you sure you want to delete "%1"?Ben je zeker dat je "%1" wilt verwijderen?
-
+ Name of new folder:Naam van de folder:
-
+ Delete remote folderVerwijder folder van server
-
+ Delete remote deckVerwijder dek van server
@@ -4749,135 +4867,343 @@ Please enter a name:
TabGame
-
+
+
+ Card Info
+
+
+
+
+
+ Player List
+
+
+
+
+
+ Messages
+
+
+
+
+
+ Replay Timeline
+
+
+
+ &PhasesFases
-
+ &GameSpel
-
+ Next &phaseVolgende fase
-
+ Next &turnVolgende beurt
-
+ &Remove all local arrowsVerwijder alle lokale pijlen
-
+ Rotate View Cl&ockwise
-
+ Rotate View Co&unterclockwise
-
+ Game &informationSpelinformatie
-
+ &ConcedeGeef op
-
+ &Leave gameVerlaat spel
-
+ C&lose replaySluit opgeslagen spel
-
+ &Say:Zeg:
-
+
+ &View
+
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+
+ Floating
+
+
+
+
+ Reset layout
+
+
+
+ ConcedeOpgeven
-
+ Are you sure you want to concede this game?Ben je zeker dat je wilt opgeven voor dit spel?
-
+ Leave gameVerlaat spel
-
+ Are you sure you want to leave this game?Ben je zeker dat je dit spel wilt verlaten?
-
+ You are flooding the game. Please wait a couple of seconds.Je bent het spel aan het overstelpen. Wacht enkele seconden aub.
-
+ You have been kicked out of the game.Je bent uit het spel gegooid.
-
+ REPLAY
+
+ TabLog
+
+
+ Logs
+
+
+
+
+
+ Error
+
+
+
+
+ You must select at least one filter.
+
+
+
+
+ You have to select a valid number of days to locate.
+
+
+
+
+ Username:
+
+
+
+
+ IP Address:
+
+
+
+
+ Game Name:
+
+
+
+
+ GameID:
+
+
+
+
+ Message:
+
+
+
+
+ Main Room
+
+
+
+
+ Game Room
+
+
+
+
+ Private Chat
+
+
+
+
+ Past X Days:
+
+
+
+
+ Today
+
+
+
+
+ Last Hour
+
+
+
+
+ Maximum Results:
+
+
+
+
+ At least one filter is required.
+The more information you put in, the more specific your results will be.
+
+
+
+
+ Get User Logs
+
+
+
+
+ Clear Filters
+
+
+
+
+ Filters
+
+
+
+
+ Log Locations
+
+
+
+
+ Date Range
+
+
+
+
+ Maximum Results
+
+
+
+
+ Room Logs
+
+
+
+
+
+
+ Time;SenderName;SenderIP;Message;TargetID;TargetName
+
+
+
+
+ Game Logs
+
+
+
+
+ Chat Logs
+
+
+
+
+
+ Message History
+
+
+
+
+ There are no messages for the selected filters.
+
+
+
+
+ Failed to collect message history information.
+
+
+TabMessage
-
+ Private &chatPrivaat gesprek
-
+ &LeaveVerlaat
-
+ %1 - Private chat%1 - Privaat gesprek
-
+ This user is ignoring you.Deze gebruiker is je aan het negeren.
-
+ Private message from Private boodschap van
-
+ %1 has left the server.%1 heeft zich afgemeld van de server.
-
+ %1 has joined the server.%1 heeft zich aangemeld op de server
@@ -4885,54 +5211,54 @@ Please enter a name:
TabReplays
-
+ Local file systemLokaal bestandssysteem
-
+ Server replay storageOpslag gespeelde spellen op server
-
-
+
+ Watch replayBekijk opgeslagen spel
-
-
+
+ DeleteVerwijder
-
+ Download replayDownload opgeslagen spel.
-
+ Toggle expiration lockSchakel expiratieslot om
-
+ Delete local fileVerwijder lokaal opgeslagen spel
-
+ Are you sure you want to delete "%1"?Ben je zeker dat je "%1" wilt verwijderen?
-
+ Delete remote replayVerwijder op server opgeslagen spel
-
+ Are you sure you want to delete the replay of game %1?Ben je zeker dat je het opgeslagen spel %1 wilt verwijderen?
@@ -4945,47 +5271,47 @@ Please enter a name:
TabRoom
-
+ &Say:Zeg:
-
+ ChatGesprek
-
+ &RoomKamer
-
+ &Leave roomVerlaat kamer
-
+ &Clear chatMaak gespreksgeschiedenis leeg
-
+ Chat Settings...Gespreksinstellingen...
-
+ mentioned you.
-
+ Click to view
-
+ You are flooding the chat. Please wait a couple of seconds.Je bent de chat aan het overstelpen. Wacht enkele seconden a.u.b.
@@ -4993,43 +5319,82 @@ Please enter a name:
TabServer
-
+ ServerServer
+
+
+
+
+
+ Error
+
+
+
+
+ Failed to join the room: it doesn't exists on the server.
+
+
+
+
+ The server thinks you are in the room but Cockatrice is unable to display it. Try restarting Cockatrice.
+
+
+
+
+ You do not have the required permission to join this room.
+
+
+
+
+ Failed to join the room due to an unknown error: %1.
+
+ TabSupervisor
-
+ Are you sure?Ben je zeker?
-
+ There are still open games. Are you sure you want to quit?Er staan nog spellen open. Ben je zeker dat je wilt afsluiten?
-
+ Promotion
-
+ You have been promoted to moderator. Please log out and back in for changes to take effect.
+
+
+ Warned
+
+
+
+
+ You have received a warning due to %1.
+Please refrain from engaging in this activity or further actions may be taken against you. If you have any questions, please private message a moderator.
+
+ TabUserLists
-
+ Add to Buddy ListVoeg toe aan vriendenlijst
-
+ Add to Ignore ListVoeg toe aan negatielijst
@@ -5042,94 +5407,153 @@ Please enter a name:
UserContextMenu
-
+ User &detailsGebruikersdetails
-
+ Private &chatPrivaat gesprek
-
+ Show this user's &gamesToon spellen van deze gebruiker
-
+ Add to &buddy listVoeg toe aan vriendenlijst
-
+ Remove from &buddy listVerwijder uit vriendenlijst
-
+ Add to &ignore listVoeg toe aan negatielijst
-
+ Remove from &ignore listVerwijder uit negatielijst
-
+ Kick from &gameGooi uit spel
-
+
+ Warn user
+
+
+
+
+ View user's war&n history
+
+
+
+ Ban from &serverVerban van de &server
-
+
+ View user's &ban history
+
+
+
+ &Promote user to moderator
-
+ Dem&ote user from moderator
-
+ %1's games%s's spellen
-
-
+
+
+
+ Ban History
+
+
+
+
+ Ban Time;Moderator;Ban Length;Ban Reason;Visible Reason
+
+
+
+
+ User has never been banned.
+
+
+
+
+ Failed to collecting ban information.
+
+
+
+
+
+
+ Warning History
+
+
+
+
+ Warning Time;Moderator;User Name;Reason
+
+
+
+
+ User has never been warned.
+
+
+
+
+ Failed to collecting warning information.
+
+
+
+
+ Success
-
+ Successfully promoted user.
-
+ Successfully demoted user.
-
-
+
+ Failed
-
+ Failed to promote user.
-
+ Failed to demote user.
@@ -5174,12 +5598,12 @@ Please enter a name:
Change password
-
+ Verander wachtwoordChange avatar
-
+ Verander Icoon
@@ -5249,7 +5673,7 @@ Please enter a name:
Error
-
+ Fout
@@ -5301,42 +5725,42 @@ Please enter a name:
UserInterfaceSettingsPage
-
+ General interface settingsAlgemene weergave-instellingen
-
+ Enable notifications in taskbarActiveer meldingen in de taakbalk
-
+ Notify in the taskbar for game events while you are spectatingMeld spelgebeurtenissen in de taakbalk terwijl je toekijkt
-
+ &Double-click cards to play them (instead of single-click)Dubbel-klik op kaarten om ze te spelen (in plaats van enkele klik)
-
+ &Play all nonlands onto the stack (not the battlefield) by defaultSpeel standaard alle niet-landen op de stapel (niet op het slagveld)
-
+ Annotate card text on tokens
-
+ Animation settingsAnimatie-instellingen
-
+ &Tap/untap animation&Tap/Untap animatie
@@ -5344,95 +5768,134 @@ Please enter a name:
UserList
-
+ Users connected to server: %1
-
+ Users in this room: %1Gebruikers in de kamer: %1
-
+ Buddies online: %1 / %2Vrienden on-line: %1 / %2
-
+ Ignored users online: %1 / %2Genegeerde gebruikers on-line: %1 / %2
+
+ WarningDialog
+
+
+ Which warning would you like to send?
+
+
+
+
+ &OK
+
+
+
+
+ &Cancel
+
+
+
+
+ Warn user for misconduct
+
+
+
+
+
+ Error
+
+
+
+
+ User name to send a warning to can not be blank, please specify a user to warn.
+
+
+
+
+ Warning to use can not be blank, please select a valid warning to send.
+
+
+WndSets
-
+ Enable all sets
-
+ Disable all sets
-
+ Move selected set upVerplaats de geselecteerde set naar boven
-
+ Move selected set to the top
-
+ Move selected set downVerplaats de geselecteerde set naar beneden
-
+ Move selected set to the bottom
-
+ hints:
-
+ Enable the sets that you want to have available in the deck editor
-
+ Move sets around to change their order, or click on a column header to sort sets on that field
-
+ Sets order decides the source that will be used when loading images for a specific card
-
+ Disabled sets will be used for loading images only if all the enabled sets failed
-
+ Edit setsBewerk sets
-
+ SuccessSuccesvol
-
+ The sets database has been saved successfully.De sets databank is succesvol opgeslagen.
@@ -5440,22 +5903,22 @@ Please enter a name:
ZoneViewWidget
-
+ sort by nameSorteer op naam
-
+ sort by typeSorteer op type
-
+ shuffle when closingSchudden bij afsluiten
-
+ pile viewStapelweergave
@@ -5463,557 +5926,572 @@ Please enter a name:
shortcutsTab
-
+ Form
-
+ Main Window
-
+ Deck editor
-
+ Local gameplay
-
+ Watch replay
-
+ Connect
-
+ Register
-
+ Full screen
-
+ Settings
-
+ Instellingen
-
+ Check for card updates
-
+ Exit
-
+ Deck Editor
-
+ Deck Editor
-
+ Analyze deck
-
+ Load deck (clipboard)
-
+ Clerar all filters
-
+ New deck
-
+ Clear one filter
-
+ Open custom folder
-
+ Close
-
+ Print deck
-
+ Edit sets
-
+ Delete card
-
+ Edit tokens
-
+ Reset layout
-
+ Add card
-
+ Save deck
-
+ Remove card
-
+ Save deck as
-
+ Load deck
-
+ Save deck (clipboard)
-
-
+
+ Counters
-
+ Life
-
-
-
-
-
+
+
+
+
+ Set
-
-
-
-
+
+
+
+ Add
-
-
-
-
+
+
+
+ Remove
-
+ Red
-
+ Green
-
+ Yellow
-
-
- Mainwindow / Deck editor
-
-
-
-
- Power / toughness
-
-
-
-
- Power and toughness
-
-
-
-
- Add (+1/+1)
-
-
-
-
- Remove (-1/-1)
-
-
-
-
- Toughness
-
-
-
-
- Remove (-0/-1)
-
-
-
-
- Add (+0/+1)
-
-
-
-
- Power
-
-
-
-
- Remove (-1/-0)
-
-
-
-
- Add (+1/+0)
-
-
-
-
- Game Phases
-
-
-
-
- Untap
-
-
-
-
- Disconnect
-
-
-
-
- Upkeep
-
-
-
-
-
- Draw
-
-
-
-
- Main 1
-
-
-
-
- Start combat
-
-
-
-
- Attack
-
-
-
-
- Block
-
-
-
-
- Damage
-
-
-
-
- End combat
-
-
-
-
- Main 2
-
-
-
-
- End
-
-
-
-
- Next phase
-
-
-
-
- Next turn
-
-
-
-
- Player
-
-
-
-
- Tap Card
-
-
-
-
- Untap Card
-
-
-
-
- Untap all
-
-
-
-
- Toogle untap
-
-
-
-
- Flip card
-
-
-
-
- Peek card
-
-
-
-
- Play card
-
-
-
-
- Attach card
-
-
-
-
- Unattach card
-
-
-
-
- Clone card
-
-
-
-
- Create token
-
-
-
-
- Create another token
-
-
-
-
- Set annotation
-
-
-
-
- Phases / P/T / Player
-
-
-
-
- Move card to
-
-
-
-
- Bottom library
-
-
-
-
- Top library
-
-
-
-
-
- Graveyard
-
-
-
-
-
- Exile
-
-
-
-
- Hand
-
-
-
-
- View
-
-
- Library
-
-
-
-
- Tops card of library
-
-
-
-
- Sideboard
-
-
-
-
- Close recent view
-
-
-
-
- Pre-play
-
-
-
-
- Load remote deck
-
-
-
-
- Load local deck
-
-
-
-
- Game play
-
-
-
-
- Draw arrow
-
-
-
-
- Leave game
-
-
-
-
- Remove local arrows
-
-
-
-
- Concede
-
-
-
-
- Roll dice
+ Playing Area
- Rotate view CW
+ Phases | P/T | Playing Area
+
+
+
+
+ Game Lobby
+
+
+
+
+ Gameplay
+
+
+
+
+ Draw | Move | View | Gameplay
+
+
+
+
+ How to set custom shortcuts
+
+
+
+
+ Restore all default shortcuts
+
+
+
+
+ Clear all shortcuts
+
+
+
+
+ Add (+1/+1)
+
+
+
+
+ Remove (-1/-1)
+
+
+
+
+ Toughness
+
+
+
+
+ Remove (-0/-1)
+
+
+
+
+ Add (+0/+1)
+
+
+
+
+ Power
+
+
+
+
+ Remove (-1/-0)
+
+
+
+
+ Add (+1/+0)
+
+
+
+
+ Game Phases
+
+
+
+
+ Untap
+
+
+
+
+ Disconnect
+
+
+
+
+ Main Window | Deck Editor
+
+
+
+
+ Power / Toughness
+
+
+
+
+ Power and Toughness
+
+
+
+
+ Upkeep
+
+
+
+
+
+ Draw
+
+
+
+
+ Main 1
+
+
+
+
+ Start combat
+
+
+
+
+ Attack
+
+
+
+
+ Block
+
+
+
+
+ Damage
+
+
+
+
+ End combat
+
+
+
+
+ Main 2
+
+
+
+
+ End
+
+
+
+
+ Next phase
+
+
+
+
+ Next turn
+
+
+
+
+ Tap Card
+
+
+
+
+ Untap Card
+
+
+
+
+ Untap all
+
+
+
+
+ Toogle untap
+
+
+
+
+ Flip card
+
+
+
+
+ Peek card
+
+
+
+
+ Play card
+
+
+
+
+ Attach card
+
+
+
+
+ Unattach card
+
+
+
+
+ Clone card
+
+
+
+
+ Create token
+
+
+
+
+ Create another token
+
+
+
+
+ Set annotation
- Shuffle library
+ Move card to
- Rotate view CCW
+ Bottom library
+
+
+
+
+ Top library
- Mulligan
+
+ Graveyard
- Draw card
+
+ Exile
- Draw cards
+ Hand
- Undo draw
-
-
-
-
- Always reveal top card
+ View
- Draw / Move / View / Game play
+ Library
+
+
+
+
+ Tops card of library
+
+
+
+
+ Sideboard
+
+
+
+
+ Close recent view
+
+
+
+
+ Load remote deck
+
+
+
+
+ Load local deck
+ Lokale deck laden.
+
+
+
+ Draw arrow
+
+
+
+
+ Leave game
+
+
+
+
+ Remove local arrows
+
+
+
+
+ Concede
+
+
+
+
+ Roll dice
+
+
+
+
+ Rotate view CW
+
+
+
+
+ Shuffle library
+
+
+
+
+ Rotate view CCW
+
+
+
+
+ Mulligan
+
+
+
+
+ Draw card
+
+
+
+
+ Draw cards
+
+
+
+
+ Undo draw
+
+
+
+
+ Always reveal top card
diff --git a/cockatrice/translations/cockatrice_pl.ts b/cockatrice/translations/cockatrice_pl.ts
index 4cda94495..a96eb26bf 100644
--- a/cockatrice/translations/cockatrice_pl.ts
+++ b/cockatrice/translations/cockatrice_pl.ts
@@ -20,57 +20,57 @@
AppearanceSettingsPage
-
+ Theme settings
-
+ Current theme:
-
+ Card renderingRenderowanie kart
-
+ Display card names on cards having a pictureWyświetl nazwy kart na kartach z obrazkami
-
+ Scale cards on mouse overSkaluj karty po najechaniu kursorem myszy
-
+ Hand layoutUkład ręki
-
+ Display hand horizontally (wastes space)Wyświetl karty na ręce poziomo (marnuje miejsce)
-
+ Enable left justificationWyrównuj karty do lewej strony pola
-
+ Table grid layoutUkład stołu
-
+ Invert vertical coordinateOdwróć współrzędne pionowe
-
+ Minimum player count for multi-column layout:Minimalna liczba graczy dla widoku wielokolumnowego
@@ -78,107 +78,107 @@
BanDialog
-
+ ban &user namezbanuj nazwę &użytkownika
-
+ ban &IP addresszbanuj adres &IP
-
+ ban client I&D
-
+ Ban typeRodzaj bana
-
+ &permanent banban &permanentny
-
+ &temporary banban &tymczasowy
-
+ &Days:&Dni:
-
+ &Hours:&Godziny:
-
+ &Minutes:&Minuty:
-
+ Duration of the banCzas trwania bana
-
+ Please enter the reason for the ban.
This is only saved for moderators and cannot be seen by the banned person.Podaj przyczynę bana.
Informacja ta zachowywana jest dla moderatorów i nie jest widoczna dla zbanowanej osoby.
-
+ Please enter the reason for the ban that will be visible to the banned person.Podaj przyczynę bana do wglądu dla banowanej osoby.
-
+ &OK&OK
-
+ &Cancel&Anuluj
-
+ Ban user from serverZbanuj użytkownika z serwera
-
-
-
-
+
+
+
+ ErrorBłąd
-
+ You have to select a name-based, IP-based, clientId based, or some combination of the three to place a ban.
-
+ You must have a value in the name ban when selecting the name ban checkbox.
-
+ You must have a value in the ip ban when selecting the ip ban checkbox.
-
+ You must have a value in the clientid ban when selecting the clientid ban checkbox.
@@ -186,12 +186,12 @@ Informacja ta zachowywana jest dla moderatorów i nie jest widoczna dla zbanowan
CardDatabase
-
+ New sets foundZnaleziono nowe dodatki
-
+ %1 new set(s) have been found in the card database. Do you want to enable them?W bazie kart pojawiły się nowe dodatki (%1). Czy chcesz je włączyć?
@@ -199,27 +199,27 @@ Informacja ta zachowywana jest dla moderatorów i nie jest widoczna dla zbanowan
CardDatabaseModel
-
+ NameNazwa
-
+ SetsDodatki
-
+ Mana costKoszt many
-
+ Card typeTyp karty
-
+ P/TS/W
@@ -278,47 +278,47 @@ Informacja ta zachowywana jest dla moderatorów i nie jest widoczna dla zbanowan
CardInfoWidget
-
+ Show card onlyPokazuj tylko kartę
-
+ Show text onlyPokazuj tylko tekst
-
+ Show full infoPokazuj pełne informacje
-
+ Name:Nazwa:
-
+ Mana cost:Koszt many:
-
+ Color(s):
-
+ Card type:Typ karty:
-
+ P / T:P / T:
-
+ Loyalty:Lojalność:
@@ -582,12 +582,12 @@ Informacja ta zachowywana jest dla moderatorów i nie jest widoczna dla zbanowan
DeckEditorSettingsPage
-
+ Nothing is here... yetNic tu nie ma.... jeszcze!
-
+ GeneralOgólne
@@ -627,42 +627,42 @@ Informacja ta zachowywana jest dla moderatorów i nie jest widoczna dla zbanowan
DeckViewContainer
-
+ Load local deckWczytaj talię lokalną
-
+ Load deck from serverWczytaj talię z serwera
-
+ Ready to s&tartGo&towy do gry
-
+ S&ideboard unlockedTal&ia poboczna otwarta
-
+ S&ideboard lockedTal&ia poboczna zamknięta
-
+ Load deckWczytaj talię
-
+ ErrorBłąd
-
+ The selected file could not be loaded.Wybrany plik nie mógł zostać wczytany.
@@ -708,55 +708,65 @@ Informacja ta zachowywana jest dla moderatorów i nie jest widoczna dla zbanowan
DlgConnect
-
+ Previous Host
-
+ New Host
-
+ &Host:&Host:
-
+ Enter host name
-
+ &Port:&Port:
-
+ Player &name:&Nazwa gracza:
-
+ P&assword:H&asło:
-
+ &Save passwordZapi&sz hasło
-
+ A&uto connect at startA&utomatycznie połącz przy uruchomieniu
-
+ Connect to serverPołącz z serwerem
+
+
+ Connect Warning
+
+
+
+
+ The player name can't be empty.
+
+ DlgCreateGame
@@ -826,27 +836,27 @@ Informacja ta zachowywana jest dla moderatorów i nie jest widoczna dla zbanowan
Widzowie
-
+ &Clear
-
+ Create gameStwórz grę
-
+ Game informationInformacje o grze
-
+ ErrorBłąd
-
+ Server error.Błąd serwera.
@@ -950,7 +960,7 @@ Informacja ta zachowywana jest dla moderatorów i nie jest widoczna dla zbanowan
No image chosen.
-
+ Nie wybrano obrazu.
@@ -1118,7 +1128,7 @@ Upewnij się, że 'Dodatek zawierający tokeny' jest włączony w okni
Email:
-
+ Email:
@@ -1143,7 +1153,7 @@ Upewnij się, że 'Dodatek zawierający tokeny' jest włączony w okni
Country:
-
+ Kraj:
@@ -1153,7 +1163,7 @@ Upewnij się, że 'Dodatek zawierający tokeny' jest włączony w okni
Real name:
-
+ Prawdziwe imię:
@@ -1307,6 +1317,7 @@ Upewnij się, że 'Dodatek zawierający tokeny' jest włączony w okni
+ Registration Warning
@@ -1320,6 +1331,11 @@ Upewnij się, że 'Dodatek zawierający tokeny' jest włączony w okni
Your email addresses do not match, please try again.
+
+
+ The player name can't be empty.
+
+ Country:
@@ -1339,19 +1355,19 @@ Upewnij się, że 'Dodatek zawierający tokeny' jest włączony w okni
DlgSettings
-
-
-
+
+
+ ErrorBłąd
-
+ Unknown Error loading card databaseW trakcie wczytywania bazy kart wystąpił nieznany błąd
-
+ Your card database is invalid.
Cockatrice may not function correctly with an invalid database
@@ -1368,7 +1384,7 @@ Może istnieć potrzeba uruchomienia Oracle w celu uaktualnienia bazy kart.
Czy chcesz zmienić ustawienia położenia bazy kart?
-
+ Your card database version is too old.
This can cause problems loading card information or images
@@ -1385,7 +1401,7 @@ Zwykle można temu zaradzić poprzez uruchomienie narzędzia Oracle i uaktualnie
Czy chcesz zmienić ustawienia położenia bazy kart?
-
+ File Error loading your card database.
Would you like to change your database location setting?
@@ -1394,7 +1410,7 @@ Would you like to change your database location setting?
Czy chcesz ustawić nową lokalizację bazy kart?
-
+ Your card database was loaded but contains no cards.
Would you like to change your database location setting?
@@ -1403,7 +1419,7 @@ Would you like to change your database location setting?
Czy chcesz ustawić nową lokalizację bazy kart?
-
+ Your card database did not finish loading
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your cards.xml attached
@@ -1412,7 +1428,7 @@ Would you like to change your database location setting?
-
+ Unknown card database load status
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues
@@ -1421,56 +1437,91 @@ Would you like to change your database location setting?
-
+ The path to your deck directory is invalid. Would you like to go back and set the correct path?Ścieżka dostępu do twojego katalogu z taliami jest nieprawidłowa. Czy chcesz wrócić i ustawić poprawną ścieżkę?
-
+ The path to your card pictures directory is invalid. Would you like to go back and set the correct path?Ścieżka dostępu do twojego katalogu z obrazkami jest nieprawidłowa. Czy chcesz wrócić i ustawić poprawną ścieżkę?
-
+ SettingsUstawienia
-
+ GeneralOgólne
-
+ AppearanceWygląd
-
+ User InterfaceInterfejs
-
+ Deck EditorEdytor Talii
-
+ ChatCzat
-
+ SoundDźwięk
-
+ Shortcuts
+
+ DlgUpdate
+
+
+ Error
+
+
+
+
+ Cockatrice was not built with SSL support, so cannot download updates! Please visit the download page and update manually.
+
+
+
+
+ Your version of Cockatrice is out of date, but there are no packages available for your operating system. You may have to use a developer build or build from source yourself. Please visit the download page.
+
+
+
+
+ Cockatrice Update
+
+
+
+
+ Your version of Cockatrice is up to date.
+
+
+
+
+
+
+ Update Error
+
+
+GameSelector
@@ -1684,112 +1735,118 @@ Would you like to change your database location setting?
GeneralSettingsPage
-
+ Reset/Clear Downloaded PicturesWymaż/usuń pobrane obrazki
-
-
-
-
-
+
+
+
+
+ Choose pathWybierz ścieżkę
-
+ SuccessPowodzenie
-
+ Downloaded card pictures have been reset.Pobrane obrazki zostały wymazane.
-
+ ErrorBłąd
-
+ One or more downloaded card pictures could not be cleared.Co najmniej jeden z pobranych obrazków nie mógł zostać wymazany.
-
+ Personal settingsUstawienia osobiste
-
+ Language:Język:
-
+ Download card pictures on the flyŚciągaj obrazki na bieżąco
-
- Download card pictures from a custom URL
- Pobieraj obrazki kart z zewnętrznego URL
-
-
-
- Custom Card Download URL:
- Adres zewnętrznego URL z obrazkami kart:
-
-
-
- Linking FAQ
+
+ Primary download URL:
-
+
+ Fallback download URL:
+
+
+
+
+
+ Reset
+
+
+
+
+ How to set a custom picture url
+
+
+
+ Notify when new client features are available
-
+ PathsŚcieżki
-
+ Decks directory:Katalog z taliami:
-
+ Replays directory:Katalog z powtórkami:
-
+ Pictures directory:Katalog z obrazkami:
-
+ Card database:Baza kart:
-
+ Token database:Baza tokenów:
-
+ Picture cache size:Rozmiar pamięci podręcznej dla obrazków:
-
+ EnglishPolski (Polish)
@@ -1797,49 +1854,49 @@ Would you like to change your database location setting?
MainWindow
-
+ There are too many concurrent connections from your address.Trwa zbyt wiele równoległych połączeń z twojego adresu.
-
+ Scheduled server shutdown.Planowe wyłączenie serwera.
-
+ Banned by moderatorZbanowany przez moderatora.
-
+ Expected end time: %1Oczekiwany czas zakończenia: %1
-
+ This ban lasts indefinitely.Ten ban jest bezterminowy.
-
+ Connection closedPołączenie zakończone
-
+ The server has terminated your connection.
Reason: %1Serwer zakończył twoje połączenie.
Przyczyna: %1
-
+ Scheduled server shutdownPlanowe wyłączenie serwera
-
+ The server is going to be restarted in %n minute(s).
All running games will be lost.
Reason for shutdown: %1
@@ -1852,498 +1909,508 @@ Wszystkie trwające gry zostaną utracone.
Przyczyna zamknięcia: %1
-
+ Number of playersLiczba graczy
-
+ Please enter the number of players.Wprowadź liczbę graczy.
-
+ Player %1Gracz %1
-
+ Load replayWczytaj powtórkę
-
+ About CockatriceO Cockatrice
-
+ Version %1Wersja %1
-
+ Translators:Tłumacze:
-
+ Project Manager:Menadżer projektu:
-
+ The server has reached its maximum user capacity, please check back later.
-
-
+
+ Invalid username.
-
+ You have been logged out due to logging in at another location.
-
-
+
+ Success
-
+ Registration accepted.
Will now login.
-
+ Account activation accepted.
Will now login.
-
+
+ Cockatrice Webpage
+
+
+
+ Past Project Managers:Poprzedni menadżerowie projektu:
-
+ Developers:Twórcy:
-
+ Our DevelopersLista współpracowników
-
+ Help Develop!Dołącz do grona twórców!
-
+ Recognition PageLista tłumaczy
-
+ Help Translate!Pomóż w tłumaczeniu!
-
+ Support:Wsparcie:
-
+ Report an IssueZgłoś problem
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ErrorBłąd
-
+ Server timeoutUpłynął limit czasu odpowiedzi serwera
-
+ Failed Login
-
+ Your client does not support features that the server requires, please update your client and try again.
-
+ Incorrect username or password. Please check your authentication information and try again.Nieprawidłowa nazwa użytkownika lub hasło. Sprawdź swoje dane weryfikacyjne i spróbuj ponownie.
-
+ There is already an active session using this user name.
Please close that session first and re-login.Istnieje już aktywna sesja dla tej nazwy użytkownika.
Zakończ tamtą sesję i zaloguj się ponownie.
-
-
+
+ You are banned until %1.Twój ban trwa do: %1.
-
-
+
+ You are banned indefinitely.Zostałeś zbanowany bezterminowo.
-
+ This server requires user registration. Do you want to register now?
-
+ This server requires client ID's. Your client is either failing to generate an ID or you are running a modified client.
Please close and reopen your client to try again.
-
+ An internal error has occurred, please try closing and reopening your client and try again. If the error persists try updating your client to the most recent build and if need be contact your software provider.
-
+ Account activation
-
+ Unknown login error: %1Nieznany błąd logowania: %1
-
-
+
+
This usually means that your client version is out of date, and the server sent a reply your client doesn't understand.
-
+ Your username must respect these rules:
-
+ is %1 - %2 characters long
-
+ can %1 contain lowercase characters
-
-
-
+
+
+ NOT
-
+ can %1 contain uppercase characters
-
+ can %1 contain numeric characters
-
+ can contain the following punctuation: %1
-
+ first character can %1 be a punctuation mark
-
+ You may only use A-Z, a-z, 0-9, _, ., and - in your username.
-
-
-
-
-
+
+
+
+
+ Registration denied
-
+ Registration is currently disabled on this server
-
+ There is already an existing account with the same user name.
-
+ It's mandatory to specify a valid email address when registering.
-
+ Too many registration attempts from your IP address.
-
+ Password too short.
-
+ Registration failed for a technical problem on the server.
-
+ Unknown registration error: %1
-
+ Account activation failed
-
+ Socket error: %1Błąd gniazda: %1
-
+ You are trying to connect to an obsolete server. Please downgrade your Cockatrice version or connect to a suitable server.
Local version is %1, remote version is %2.Próbujesz połączyć się z nieaktualnym serwerem. Zainstaluj starszą wersję Cockatrice lub wybierz odpowiedni serwer.
Lokalna wersja to %1, wersja zdalna to %2.
-
+ Your Cockatrice client is obsolete. Please update your Cockatrice version.
Local version is %1, remote version is %2.Twój klient Cockatrice jest nieaktualny. Uaktualnij Cockatrice do nowszej wersji.
Lokalna wersja to %1, wersja zdalna to %2.
-
+ Connecting to %1...%1 — łączenie…
-
+ Registering to %1 as %2...
-
+ DisconnectedRozłączony
-
+ Connected, logging in at %1Połączenie ustanowione; logowanie jako %1
-
+ &Connect...&Połącz…
-
+ &Disconnect&Rozłącz
-
+ Start &local game...Rozpocznij &lokalną grę…
-
+ &Watch replay...&Obejrzyj powtórkę…
-
+ &Deck editor&Edytor talii
-
+ &Full screenPełny ekra&n
-
+ &Register to server...
-
+ &Settings...&Ustawienia…
-
-
+
+ &Exit&Wyjdź
-
+ A&ctionsAk&cje
-
+ &Cockatrice&Cockatrice
-
+ &About Cockatrice&O Cockatrice
-
+
+ &Update Cockatrice
+
+
+
+ &HelpPo&moc
-
+ Check for card updates...
-
+ A card database update is already running.
-
+ Unable to run the card database updater:
-
+ The card database updater exited with an error: %1
-
+ Update completed successfully. Cockatrice will now reload the card database.
-
+ Your client appears to be missing features that the server supports.
This usually means that your client version is out of date, please check to see if there is a new client available for download.
-
-
-
+
+
+ InformationInformacja
-
+ Troubleshooting
-
+ F.A.Q.
-
+ Your account has not been activated yet.
You need to provide the activation token received in the activation email
-
+ failed to start.
-
+ crashed.
-
+ timed out.
-
+ write error.błąd zapisu.
-
+ read error.błąd odczytu.
-
+ unknown error.nieznany błąd.
@@ -2351,17 +2418,17 @@ You need to provide the activation token received in the activation email
MessageLogWidget
-
+ The game has been closed.Gra została zakończona.
-
+ %1 is now watching the game.%1 obserwuje grę.
-
+ %1 is not watching the game any more.%1 już nie obserwuje gry.
@@ -2409,136 +2476,136 @@ You need to provide the activation token received in the activation email%1 dołączył do gry.
-
+ %1 has left the game.female%1 opuściła grę.
-
+ %1 has left the game.male%1 opuścił grę.
-
+ You have been kicked out of the game.Wyrzucono cię z gry.
-
+ %1 has loaded a deck (%2).Gracz %1 wczytał talię (%2).
-
+ %1 has loaded a deck with %2 sideboard cards (%3).Gracz %1 wczytał talię oraz %2 kart talii pobocznej (hash: %3).
-
+ %1 is ready to start the game.female%1 jest gotowa do rozpoczęcia gry.
-
+ %1 is ready to start the game.male%1 jest gotów do rozpoczęcia gry.
-
+ %1 is not ready to start the game any more.female%1 wycofała się z gotowości do rozpoczęcia gry.
-
+ %1 is not ready to start the game any more.male%1 wycofał się z gotowości do rozpoczęcia gry.
-
+ %1 has locked her sideboard.female%1 zamknęła swoją talię poboczną.
-
+ %1 has locked his sideboard.male%1 zamknął swoją talię poboczną.
-
+ %1 has unlocked her sideboard.female%1 otworzyła swoją talię poboczną.
-
+ %1 has unlocked his sideboard.male%1 otworzył swoją talię poboczną.
-
+ %1 has conceded the game.female%1 poddała grę.
-
+ %1 has conceded the game.male%1 poddał grę.
-
+ %1 has restored connection to the game.female%1 odzyskała połączenie z grą.
-
+ %1 has restored connection to the game.male%1 odzyskał połączenie z grą.
-
+ %1 has lost connection to the game.female%1 utraciła połączenie z grą.
-
+ %1 has lost connection to the game.male%1 utracił połączenie z grą.
-
+ %1 shuffles %2.female%1 przetasowuje swoją bibliotekę.
-
+ %1 shuffles %2.male%1 przetasowuje swoją bibliotekę.
-
+ %1 rolls a %2 with a %3-sided die.female%1 wyrzuciła %2 oczek na %3-ściennej kostce.
-
+ %1 rolls a %2 with a %3-sided die.male%1 wyrzucił %2 oczek na %3-ściennej kostce.
@@ -2560,464 +2627,486 @@ You need to provide the activation token received in the activation email
-
+ %1 undoes his last draw.%1 zwraca ostatnią dobraną kartę.
-
+ %1 undoes her last draw.%1 zwraca ostatnią dobraną kartę.
-
+ %1 undoes his last draw (%2).%1 cofnął ostatnie dobranie karty (%2).
-
+ %1 undoes her last draw (%2).%1 cofnęła ostatnie dobranie karty (%2).
-
+ from exileze strefy wygnania
-
+ the bottom card of %1's librarykarta z wierzchu biblioteki gracza %1
-
+ the bottom card of his librarydno jego biblioteki
-
+ the bottom card of her librarydno jej biblioteki
-
+ from the bottom of %1's libraryz dna biblioteki gracza %1
-
+ from the bottom of his libraryz dna jego biblioteki
-
+ from the bottom of her libraryz dna jej biblioteki
-
+ the top card of %1's librarykarta z wierzchu biblioteki gracza %1
-
+
+ Heads (1)
+
+
+
+
+ Tails (2)
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ female
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ male
+
+
+
+ the top card of his librarywierzch jego biblioteki
-
+ the top card of her librarywierzch jej biblioteki
-
+ from the top of %1's libraryz wierzchu biblioteki gracza %1
-
+ from the top of his libraryz wierzchu jego biblioteki
-
+ from the top of her libraryz wierzchu jej biblioteki
-
+ from %1's libraryz biblioteki gracza %1
-
+ from libraryz biblioteki
-
+ from sideboardz talii pobocznej
-
+ from the stackze stosu
-
+ %1 gives %2 control over %3.%1 oddaje %3 pod kontrolę gracza %2.
-
+ %1 puts %2 into play tapped%3.%1 zagrywa %3 zatapowaną kartę - %2.
-
+ %1 puts %2 into play%3.%1 zagrywa kartę %2 na pole bitwy %3.
-
+ %1 exiles %2%3.%1 przenosi kartę %2 do strefy wygnania %3.
-
+ %1 puts %2%3 into his library.%1 przenosi kartę %2 %3 do swojej biblioteki.
-
+ %1 puts %2%3 into her library.%1 przenosi kartę %2 %3 do swojej biblioteki.
-
+ %1 puts %2%3 on bottom of his library.%1 przenosi kartę %2 %3 na dno swojej biblioteki.
-
+ %1 puts %2%3 on bottom of her library.%1 przenosi kartę %2 %3 na dno swojej biblioteki.
-
+ %1 puts %2%3 on top of his library.%1 przenosi kartę %2 %3 na wierzch swojej biblioteki.
-
+ %1 puts %2%3 on top of her library.%1 przenosi kartę %2 %3 na wierzch swojej biblioteki.
-
+ %1 puts %2%3 into his library at position %4.%1 przenosi kartę %2 %3 na pozycję %4 swojej biblioteki.
-
+ %1 puts %2%3 into her library at position %4.%1 przenosi kartę %2 %3 na pozycję %4 swojej biblioteki.
-
+ %1 moves %2%3 to sideboard.%1 przenosi kartę %2 %3 do talii pobocznej.
-
+ %1 plays %2%3.%1 zagrywa kartę %2 %3.
-
+ %1 takes a mulligan to %n.female%1 mulliganuje do jednej karty.%1 mulliganuje do %n kart.%1 mulliganuje do %n kart.
-
+ %1 takes a mulligan to %n.male%1 mulliganuje do jednej karty.%1 mulliganuje do %n kart.%1 mulliganuje do %n kart.
-
+ %1 flips %2 face-down.female%1 odwraca kartę %2 koszulką do góry.
-
+ %1 flips %2 face-down.male%1 odwraca kartę %2 koszulką do góry.
-
+ %1 flips %2 face-up.female%1 odwraca kartę %2 koszulką do dołu.
-
+ %1 flips %2 face-up.male%1 odwraca kartę %2 koszulką do dołu.
-
+ %1 destroys %2.female%1 niszczy kartę %2.
-
+ %1 destroys %2.male%1 niszczy kartę %2.
-
+ %1 unattaches %2.female%1 odczepia kartę %2.
-
+ %1 unattaches %2.male%1 odczepia kartę %2.
-
+ %1 creates token: %2%3.female%1 utworzyła token: %2%3.
-
+ %1 creates token: %2%3.male%1 utworzył token: %2%3.
-
+ %1 points from her %2 to herself.female%1 wskazuje ze swojej karty (%2) na siebie samą.
-
+ %1 points from his %2 to himself.male%1 wskazuje ze swojej karty (%2) na siebie samego.
-
+ %1 points from her %2 to %3.p1 female, p2 female%1 wskazuje ze swojej karty (%2) na kartę %3.
-
+ %1 points from her %2 to %3.p1 female, p2 male%1 wskazuje ze swojej karty (%2) na kartę %3.
-
+ %1 points from his %2 to %3.p1 male, p2 female%1 wskazuje ze swojej karty (%2) na kartę %3.
-
+ %1 points from his %2 to %3.p1 male, p2 male%1 wskazuje ze swojej karty (%2) na kartę %3.
-
+ %1 points from %2's %3 to herself.card owner female, target female%1 wskazuje z karty gracza %2 (%3) na siebie samą.
-
+ %1 points from %2's %3 to herself.card owner male, target female%1 wskazuje z karty gracza %2 (%3) na siebie samą.
-
+ %1 points from %2's %3 to himself.card owner female, target male%1 wskazuje z karty gracza %2 (%3) na siebie samego.
-
+ %1 points from %2's %3 to himself.card owner male, target male%1 wskazuje z karty gracza %2 (%3) na siebie samego.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 female%1 wskazuje z karty gracza %2 (%3) na kartę %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 male%1 wskazuje z karty gracza %2 (%3) na kartę %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 female%1 wskazuje z karty gracza %2 (%3) na kartę %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 male%1 wskazuje z karty gracza %2 (%3) na kartę %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 female%1 wskazuje z karty gracza %2 (%3) na kartę %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 male%1 wskazuje z karty gracza %2 (%3) na kartę %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 female%1 wskazuje z karty gracza %2 (%3) na kartę %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 male%1 wskazuje z karty gracza %2 (%3) na kartę %4.
-
+ %1 points from her %2 to her %3.female%1 wskazuje ze swojej karty (%2) na swoją kartę (%3).
-
+ %1 points from his %2 to his %3.male%1 wskazuje ze swojej karty (%2) na swoją kartę (%3).
-
+ %1 points from her %2 to %3's %4.p1 female, p2 female%1 wskazuje ze swojej karty (%2) na kartę gracza %3 (%4).
-
+ %1 points from her %2 to %3's %4.p1 female, p2 male%1 wskazuje ze swojej karty (%2) na kartę gracza %3 (%4).
-
+ %1 points from his %2 to %3's %4.p1 male, p2 female%1 wskazuje ze swojej karty (%2) na kartę gracza %3 (%4).
-
+ %1 points from his %2 to %3's %4.p1 male, p2 male%1 wskazuje ze swojej karty (%2) na kartę gracza %3 (%4).
-
+ %1 points from %2's %3 to her own %4.card owner female, target female%1 wskazuje z karty gracza %2 (%3) na swoją kartę (%4).
-
+ %1 points from %2's %3 to her own %4.card owner male, target female%1 wskazuje z karty gracza %2 (%3) na swoją kartę (%4).
-
+ %1 points from %2's %3 to his own %4.card owner female, target male%1 wskazuje z karty gracza %2 (%3) na swoją kartę (%4).
-
+ %1 points from %2's %3 to his own %4.card owner male, target male%1 wskazuje z karty gracza %2 (%3) na swoją kartę (%4).
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 female%1 wskazuje z karty gracza %2 (%3) na kartę gracza %4 (%5).
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 male%1 wskazuje z karty gracza %2 (%3) na kartę gracza %4 (%5).
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 female%1 wskazuje z karty gracza %2 (%3) na kartę gracza %4 (%5).
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 male%1 wskazuje z karty gracza %2 (%3) na kartę gracza %4 (%5).
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 female%1 wskazuje z karty gracza %2 (%3) na kartę gracza %4 (%5).
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 male%1 wskazuje z karty gracza %2 (%3) na kartę gracza %4 (%5).
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 female%1 wskazuje z karty gracza %2 (%3) na kartę gracza %4 (%5).
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 male%1 wskazuje z karty gracza %2 (%3) na kartę gracza %4 (%5).
@@ -3043,304 +3132,304 @@ You need to provide the activation token received in the activation email%1 usuwa jeden %2 znacznik z karty %3 (pozostało: %4).%1 usuwa %2 znaczniki (%n) z karty %3 (pozostało: %4).%1 usuwa %2 znaczniki (%n) z karty %3 (pozostało: %4).
-
+ %1 taps her permanents.female%1 tapuje swoje permanenty.
-
+ %1 untaps her permanents.female%1 odtapowuje swoje permanenty.
-
+ %1 taps his permanents.male%1 tapuje swoje permanenty.
-
+ %1 untaps his permanents.male%1 odtapowuje swoje permanenty.
-
+ %1 taps %2.female%1 tapuje kartę %2.
-
+ %1 untaps %2.female%1 odtapowuje kartę %2.
-
+ %1 taps %2.male%1 tapuje kartę %2.
-
+ %1 untaps %2.male%1 odtapowuje kartę %2.
-
+ %1 sets counter %2 to %3 (%4%5).female%1 ustawia licznik (%2) na %3 (%4%5)
-
+ %1 sets counter %2 to %3 (%4%5).male%1 ustawia licznik (%2) na %3 (%4%5)
-
+ %1 sets %2 to not untap normally.female%1 blokuje karcie %2 normalne odtapowywanie.
-
+ %1 sets %2 to not untap normally.male%1 blokuje karcie %2 normalne odtapowywanie.
-
+ %1 sets %2 to untap normally.female%1 umożliwia karcie %2 normalne odtapowywanie.
-
+ %1 sets %2 to untap normally.male%1 umożliwia karcie %2 normalne odtapowywanie.
-
+ %1 sets PT of %2 to %3.female%1 ustala PT karty %2 na %3.
-
+ %1 sets PT of %2 to %3.male%1 ustala PT karty %2 na %3.
-
+ %1 sets annotation of %2 to %3.female%1 ustala adnotację karty %2 na %3.
-
-
- %1 sets annotation of %2 to %3.
- male
- %1 ustala adnotację karty %2 na %3.
-
-
-
- %1 is looking at %2.
- female
- %1 przegląda %2.
-
-
-
- %1 is looking at %2.
- male
- %1 przegląda %2.
-
-
- %1 is looking at the top %n card(s) %2.
- female
- %1 ogląda kartę z wierzchu %2.%1 przegląda %n kart z wierzchu %2.%1 przegląda %n kart z wierzchu %2.
-
-
- %1 is looking at the top %n card(s) %2.
- male
- %1 ogląda kartę z wierzchu %2.%1 przegląda %n kart z wierzchu %2.%1 przegląda %n kart z wierzchu %2.
-
-
-
- %1 stops looking at %2.
- female
- %1 kończy przeglądać %2.
-
+ %1 sets annotation of %2 to %3.
+ male
+ %1 ustala adnotację karty %2 na %3.
+
+
+
+ %1 is looking at %2.
+ female
+ %1 przegląda %2.
+
+
+
+ %1 is looking at %2.
+ male
+ %1 przegląda %2.
+
+
+ %1 is looking at the top %n card(s) %2.
+ female
+ %1 ogląda kartę z wierzchu %2.%1 przegląda %n kart z wierzchu %2.%1 przegląda %n kart z wierzchu %2.
+
+
+ %1 is looking at the top %n card(s) %2.
+ male
+ %1 ogląda kartę z wierzchu %2.%1 przegląda %n kart z wierzchu %2.%1 przegląda %n kart z wierzchu %2.
+
+
+
+ %1 stops looking at %2.
+ female
+ %1 kończy przeglądać %2.
+
+
+ %1 stops looking at %2.male%1 kończy przeglądać %2.
-
+ %1 reveals %2 to %3.p1 female, p2 female%1 pokazuje kartę %2 graczowi %3.
-
-
- %1 reveals %2 to %3.
- p1 female, p2 male
- %1 pokazuje kartę %2 graczowi %3.
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 female
- %1 pokazuje kartę %2 graczowi %3.
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 male
- %1 pokazuje kartę %2 graczowi %3.
-
-
-
- %1 reveals %2.
- female
- Gracz %1 pokazuje %2.
-
-
-
- %1 reveals %2.
- male
- Gracz %1 pokazuje %2.
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 female
- %1 pokazuje losowo kartę %2 %3 graczowi %4.
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 male
- %1 pokazuje losowo kartę %2 %3 graczowi %4.
-
+ %1 reveals %2 to %3.
+ p1 female, p2 male
+ %1 pokazuje kartę %2 graczowi %3.
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 female
+ %1 pokazuje kartę %2 graczowi %3.
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 male
+ %1 pokazuje kartę %2 graczowi %3.
+
+
+
+ %1 reveals %2.
+ female
+ Gracz %1 pokazuje %2.
+
+
+
+ %1 reveals %2.
+ male
+ Gracz %1 pokazuje %2.
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 female
+ %1 pokazuje losowo kartę %2 %3 graczowi %4.
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 male
+ %1 pokazuje losowo kartę %2 %3 graczowi %4.
+
+
+ %1 randomly reveals %2%3 to %4.p1 male, p2 female%1 pokazuje losowo kartę %2 %3 graczowi %4.
-
+ %1 randomly reveals %2%3 to %4.p1 male, p2 male%1 pokazuje losowo kartę %2 %3 graczowi %4.
-
+ %1 randomly reveals %2%3.female%1 pokazuje losowo kartę %2 %3.
-
+ %1 randomly reveals %2%3.male%1 pokazuje losowo kartę %2 %3.
-
+ %1 peeks at face down card #%2.female%1 spogląda na kartę odwróconą koszulką do góry #%2.
-
+ %1 peeks at face down card #%2.male%1 spogląda na kartę odwróconą koszulką do góry #%2.
-
+ %1 peeks at face down card #%2: %3.female%1 spogląda na kartę odwróconą koszulką do góry #%2: %3.
-
+ %1 peeks at face down card #%2: %3.male%1 spogląda na kartę odwróconą koszulką do góry #%2: %3.
-
+ %1 reveals %2%3 to %4.p1 female, p2 female%1 pokazuje kartę %2 %3 graczowi %4.
-
+ %1 reveals %2%3 to %4.p1 female, p2 male%1 pokazuje kartę %2 %3 graczowi %4.
-
+ %1 reveals %2%3 to %4.p1 male, p2 female%1 pokazuje kartę %2 %3 graczowi %4.
-
+ %1 reveals %2%3 to %4.p1 male, p2 male%1 odsłania kartę %2 %3 graczowi %4.
-
+ %1 reveals %2%3.female%1 pokazuje %2 %3.
-
+ %1 reveals %2%3.male%1 pokazuje %2 %3.
-
+ %1 is now keeping the top card %2 revealed.%1 od teraz gra z odwróconą kartą z wierzchu %2.
-
+ %1 is not revealing the top card %2 any longer.%1 już nie gra z odwróconą kartą z wierzchu %2.
-
+ It is now %1's turn.femaleTura gracza %1.
-
+ It is now %1's turn.maleTura gracza %1.
-
-
+
+ a cardkartę
@@ -3359,32 +3448,32 @@ You need to provide the activation token received in the activation email
-
+ redczerwonyczerwoneczerwony
-
+ yellowżółtyżółteżółty
-
+ greenzielonyzielonezielony
-
+ The game has started.Gra została rozpoczęta.
-
+ %1 draws his initial hand.Gracz %1 dobiera swoją początkową rękę.
-
+ %1 draws her initial hand.%1 dobiera swoją początkową rękę.
@@ -3403,179 +3492,179 @@ You need to provide the activation token received in the activation email
-
+ ending phasefaza końcowa
-
+ untap stepkrok odtapowania
-
+ %1 draws %2 card(s).female
-
+ %1 draws %2 card(s).male
-
+ from play
-
+ from her graveyard
-
+ from his graveyard
-
+ from her hand
-
+ from his hand
-
+ %1 puts %2%3 into her graveyard.
-
+ %1 puts %2%3 into his graveyard.
-
+ %1 moves %2%3 to her hand.
-
+ %1 moves %2%3 to his hand.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 female%1 przyłącza kartę %2 do karty gracza %3 (%4).
-
+ %1 attaches %2 to %3's %4.p1 female, p2 male%1 przyłącza kartę %2 do karty gracza %3 (%4).
-
+ %1 attaches %2 to %3's %4.p1 male, p2 female%1 przyłącza kartę %2 do karty gracza %3 (%4).
-
+ %1 attaches %2 to %3's %4.p1 male, p2 male%1 przyłącza kartę %2 do karty gracza %3 (%4).
-
+ %1 places %2 %3 counter(s) on %4 (now %5).female
-
+ %1 places %2 %3 counter(s) on %4 (now %5).male
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).female
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).male
-
+ %1 is looking at the top %2 card(s) %3.female
-
+ %1 is looking at the top %2 card(s) %3.male
-
+ upkeep stepkrok utrzymania
-
+ draw stepkrok dobierania
-
+ first main phasepierwsza faza główna
-
+ beginning of combat stepkrok początku walki
-
+ declare attackers stepkrok deklaracji atakujących
-
+ declare blockers stepkrok deklaracji broniących
-
+ combat damage stepkrok obrażeń bitewnych
-
+ end of combat stepkrok zakończenia walki
-
+ second main phasedruga faza główna
-
+ It is now the %1.Obecnie trwa %1.
@@ -3583,74 +3672,79 @@ You need to provide the activation token received in the activation email
MessagesSettingsPage
-
+ Chat settingsUstawienia czatu
-
+ Custom alert words
-
+ Enable chat mentionsWłącz wywołania na czacie
-
+ Enable mention completer
-
+ In-game message macrosMakra wiadomości w trakcie gry
-
+ Ignore chat room messages sent by unregistered users
-
+ Ignore private messages sent by unregistered users
-
+ Enable desktop notifications for private messages
-
+
+ Enable desktop notification for mentions
+
+
+
+
+ Enable room message history on join
+
+
+
+ Separate words with a space, alphanumeric characters only
-
-
+
+ Invert text colorOdwróć kolor tekstu
-
- Enable desktop notification for mentions.
-
-
-
-
-
+
+ (Color is hexadecimal)(Kolor w kodzie heksadecymalnym)
-
+ Add messageDodaj wiadomość
-
+ Message:Wiadomość:
@@ -4094,7 +4188,7 @@ You need to provide the activation token received in the activation email
-
+ Number:Liczba:
@@ -4119,32 +4213,33 @@ You need to provide the activation token received in the activation emailLiczba ścian:
-
+ Set power/toughnessUstaw siłę/wytrzymałość
-
+ Please enter the new PT:Podaj nową watość SW:
-
+ Set annotationUstaw adnotację
-
+ Please enter the new annotation:Podaj treść nowej adnotacji:
-
+ Set countersUstaw znaczniki
-
+
+ Cr&eate related card
@@ -4152,37 +4247,37 @@ You need to provide the activation token received in the activation email
QMenuBar
-
+ ServicesUsługi
-
+ Hide %1Ukryj %1
-
+ Hide OthersUkryj pozostałe
-
+ Show AllPokaż wszystkie
-
+ Preferences...Preferencje…
-
+ Quit %1Zakończ %1
-
+ About %1O programie %1
@@ -4190,14 +4285,14 @@ You need to provide the activation token received in the activation email
QObject
-
+ Cockatrice replays (*.cor)Powtórki Cockatrice (*.cor)
- Common deck formats (*.cod *.dec *.mwDeck)
- Popularne formaty plików talii (*.cod *.dec *.mwDeck)
+ Common deck formats (*.cod *.dec *.txt *.mwDeck)
+
@@ -4293,27 +4388,11 @@ You need to provide the activation token received in the activation emailGames
Gry
-
-
-
- Error
-
-
-
-
- You do not have the proper permission to join this room.
-
-
-
-
- Failed to join the room due to an unknown error.
-
- SequenceEdit
-
+ Shortcut already in use
@@ -4346,6 +4425,29 @@ You need to provide the activation token received in the activation emailData wydania
+
+ ShortcutsTab
+
+
+ Restore all default shortcuts
+
+
+
+
+ Do you really want to restore all default shortcuts?
+
+
+
+
+ Clear all default shortcuts
+
+
+
+
+ Do you really want to clear all shortcuts?
+
+
+ShutdownDialog
@@ -4367,37 +4469,32 @@ You need to provide the activation token received in the activation email
SoundSettingsPage
-
- Choose path
-
-
-
-
+ Enable &sounds
-
- Path to sounds directory:
+
+ Current sounds theme:
-
+ Test system sound engine
-
+ Sound settings
-
+ Master volume requires QT5
-
+ Master volume
@@ -4405,42 +4502,42 @@ You need to provide the activation token received in the activation email
TabAdmin
-
+ Update server &messageAktualizuj wiado&mość serwera
-
+ &Shut down serverZamknij &serwer
-
+ &Reload configuration
-
+ Server administration functionsPokaż funkcje administracyjne
-
+ &Unlock functionsOdblok&uj funkcje
-
+ &Lock functionsZab&lokuj funkcje
-
+ Unlock administration functionsOdblokuj funkcje administracyjne
-
+ Do you really want to unlock the administration functions?Czy na pewno chcesz odblokować funkcje administracyjne?
@@ -4453,152 +4550,140 @@ You need to provide the activation token received in the activation email
TabDeckEditor
-
+ &Print deck...&Drukuj talię
-
+ &Close&Zakończ
-
+ &Edit sets...&Edytuj listę dodatków
-
+
+ Filters
-
+ &Clear all filters
-
+ Delete selected
-
+ Deck &name:&Nazwa talii:
-
+ &Comments:&Komentarze:
-
+ Hash:Hash:
-
+ &New deck&Nowa talia
-
+ &Load deck...&Wczytaj ta&lię…
-
+ &Save deckZapi&sz talię
-
+ Save deck &as...Zaisz talię j&ako…
-
+ Load deck from cl&ipboard...Wczytaj tal&ię ze schowka…
-
+ Save deck to clip&boardZapisz talię do schow&ka
-
+ &Analyze deck on deckstats.net&Analizuj talię na deckstats.net
-
+ Open custom image folder
-
+ Open custom sets folder
-
+ Add card to &maindeckDodaj kartę do talii &głównej
-
+ Add card to &sideboardDodaj kartę do talii po&bocznej
-
+ &Deck EditorE&dytor talii
-
+ C&ard DatabaseB&aza kart
-
- Show/Hide card information
-
-
-
-
- Show/Hide deck
-
-
-
-
- Show/Hide filters
-
-
-
-
+ Reset layout
-
+
+ Card Info
-
+
+ Deck
-
+ WelcomeWitaj
-
+ Hi! It seems like you're running this version of Cockatrice for the first time.
All the sets in the card database have been enabled.
Read more about changing the set order or disabling specific sets and consequent effects in the "Edit Sets" window.
@@ -4607,69 +4692,88 @@ Wszystkie dodatki w bazie kart zostały włączone.
Aby dowiedzieć się więcej na temat zmiany kolejności lub wyłączania poszczególnych dodatków przeczytaj informacje znajdujące się w oknie 'Edytuj listę dodatków'.
-
+ &Remove rowUsuń wie&rsz
-
+ &Increment numberZwiększ l&iczbę
-
+ &Decrement numberZmniejsz &liczbę
-
+ Edit &tokens...Edytuj &tokeny…
-
+
+ &View
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+ Floating
+
+
+
+ Deck: %1Talia: %1
-
+ Are you sure?Czy na pewno?
-
+ The decklist has been modified.
Do you want to save the changes?Talia została zmodyfikowana.
Czy chcesz zachować zmiany?
-
+ Load deckWczytaj talię
-
-
-
+
+
+ ErrorBłąd
-
+ The deck could not be saved.Talia nie mogła zostać zapisana.
-
-
+
+ The deck could not be saved.
Please check that the directory is writable and try again.Zapisanie talii nie mogło zostać ukończone.
Sprawdź, czy włączone są uprawnienia do zapisu w katalogu docelowym i spróbuj ponownie.
-
+ Save deckZapisz talię
@@ -4677,84 +4781,84 @@ Sprawdź, czy włączone są uprawnienia do zapisu w katalogu docelowym i sprób
TabDeckStorage
-
+ Local file systemPliki lokalne
-
+ Server deck storagePrzechowalnia talii na serwerze
-
-
+
+ Open in deck editorOtwórz w edytorze talii
-
+ Upload deckWyślij talię
-
+ Download deckPobierz talię
-
-
+
+ New folderNowy folder
-
-
+
+ DeleteUsuń
-
+ Enter deck namePodaj nazwę talii
-
+ This decklist does not have a name.
Please enter a name:Talia nie posiada nazwy.
Wprowadź nazwę:
-
+ Unnamed deckNienazwana talia
-
+ Delete local fileUsuń plik lokalny
-
-
-
+
+
+ Are you sure you want to delete "%1"?Czy na pewno chcesz usunąć "%1"?
-
+ Name of new folder:Nazwa nowego folderu:
-
+ Delete remote folderUsuń zdalny folder
-
+ Delete remote deckUsuń przechowywaną talię
@@ -4767,135 +4871,343 @@ Wprowadź nazwę:
TabGame
-
+
+
+ Card Info
+
+
+
+
+
+ Player List
+
+
+
+
+
+ Messages
+
+
+
+
+
+ Replay Timeline
+
+
+
+ &Phases&Fazy
-
+ &Game&Gra
-
+ Next &phaseNastępna &faza
-
+ Next &turnNastępna &tura
-
+ &Remove all local arrowsUsuń wszystkie &wskaźniki
-
+ Rotate View Cl&ockwise
-
+ Rotate View Co&unterclockwise
-
+ Game &information&Informacje o grze
-
+ &Concede&Poddaj grę
-
+ &Leave game&Opuść grę
-
+ C&lose replay&Zamknij powtórkę
-
+ &Say:&Powiedz:
-
+
+ &View
+
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+
+ Floating
+
+
+
+
+ Reset layout
+
+
+
+ ConcedePoddaj grę
-
+ Are you sure you want to concede this game?Czy na pewno chcesz poddać tę grę?
-
+ Leave gameOpuść grę
-
+ Are you sure you want to leave this game?Czy na pewno chcesz zakończyć tę rozgrywkę?
-
+ You are flooding the game. Please wait a couple of seconds.Spamujesz. Poczekaj chwilę.
-
+ You have been kicked out of the game.Wyrzucono cię z gry.
-
+ REPLAY
+
+ TabLog
+
+
+ Logs
+
+
+
+
+
+ Error
+
+
+
+
+ You must select at least one filter.
+
+
+
+
+ You have to select a valid number of days to locate.
+
+
+
+
+ Username:
+
+
+
+
+ IP Address:
+
+
+
+
+ Game Name:
+
+
+
+
+ GameID:
+
+
+
+
+ Message:
+
+
+
+
+ Main Room
+
+
+
+
+ Game Room
+
+
+
+
+ Private Chat
+
+
+
+
+ Past X Days:
+
+
+
+
+ Today
+
+
+
+
+ Last Hour
+
+
+
+
+ Maximum Results:
+
+
+
+
+ At least one filter is required.
+The more information you put in, the more specific your results will be.
+
+
+
+
+ Get User Logs
+
+
+
+
+ Clear Filters
+
+
+
+
+ Filters
+
+
+
+
+ Log Locations
+
+
+
+
+ Date Range
+
+
+
+
+ Maximum Results
+
+
+
+
+ Room Logs
+
+
+
+
+
+
+ Time;SenderName;SenderIP;Message;TargetID;TargetName
+
+
+
+
+ Game Logs
+
+
+
+
+ Chat Logs
+
+
+
+
+
+ Message History
+
+
+
+
+ There are no messages for the selected filters.
+
+
+
+
+ Failed to collect message history information.
+
+
+TabMessage
-
+ Private &chat
-
+ &Leave&Opuść
-
+ %1 - Private chat
-
+ This user is ignoring you.Ten użytkownik ignoruje cię.
-
+ Private message from
-
+ %1 has left the server.Gracz %1 opuścił serwer.
-
+ %1 has joined the server.Gracz %1 pojawił się na serwerze.
@@ -4903,54 +5215,54 @@ Wprowadź nazwę:
TabReplays
-
+ Local file systemLokalny system plików
-
+ Server replay storagePowtórki na serwerze
-
-
+
+ Watch replayObejrzyj powtórkę
-
-
+
+ DeleteUsuń
-
+ Download replayPobierz powtórkę
-
+ Toggle expiration lockWł./Wył. ochronę przed automatycznym usunięciem
-
+ Delete local fileUsuń plik lokalny
-
+ Are you sure you want to delete "%1"?Czy na pewno chcesz usunąć "%1"?
-
+ Delete remote replayUsuń przechowywaną powtórkę
-
+ Are you sure you want to delete the replay of game %1?Czy na pewno chcesz usunąć powtórkę gry %1?
@@ -4963,47 +5275,47 @@ Wprowadź nazwę:
TabRoom
-
+ &Say:&Powiedz:
-
+ ChatCzat
-
+ &RoomP&okój
-
+ &Leave roomOp&uść pokój
-
+ &Clear chatWyczyść &czat
-
+ Chat Settings...Ustawienia czatu…
-
+ mentioned you.
-
+ Click to view
-
+ You are flooding the chat. Please wait a couple of seconds.Spamujesz. Poczekaj chwilę.
@@ -5011,43 +5323,82 @@ Wprowadź nazwę:
TabServer
-
+ ServerSerwer
+
+
+
+
+
+ Error
+
+
+
+
+ Failed to join the room: it doesn't exists on the server.
+
+
+
+
+ The server thinks you are in the room but Cockatrice is unable to display it. Try restarting Cockatrice.
+
+
+
+
+ You do not have the required permission to join this room.
+
+
+
+
+ Failed to join the room due to an unknown error: %1.
+
+ TabSupervisor
-
+ Are you sure?
-
+ There are still open games. Are you sure you want to quit?
-
+ Promotion
-
+ You have been promoted to moderator. Please log out and back in for changes to take effect.
+
+
+ Warned
+
+
+
+
+ You have received a warning due to %1.
+Please refrain from engaging in this activity or further actions may be taken against you. If you have any questions, please private message a moderator.
+
+ TabUserLists
-
+ Add to Buddy ListDodaj do listy znajomych
-
+ Add to Ignore ListDodaj do listy ignorowanych
@@ -5060,94 +5411,153 @@ Wprowadź nazwę:
UserContextMenu
-
+ User &details&Dane użytkownika
-
+ Private &chat
-
+ Show this user's &gamesWyświetl &gry użytkownika
-
+ Add to &buddy list&Dodaj do listy znajomych
-
+ Remove from &buddy list&Usuń z listy znajomych
-
+ Add to &ignore listDodaj do listy &ignorowanych
-
+ Remove from &ignore listUsuń z listy &ignorowanych
-
+ Kick from &gameWyrzuć z &gry
-
+
+ Warn user
+
+
+
+
+ View user's war&n history
+
+
+
+ Ban from &serverZbanuj z &serwera
-
+
+ View user's &ban history
+
+
+
+ &Promote user to moderator
-
+ Dem&ote user from moderator
-
+ %1's gamesGry gracza %1
-
-
+
+
+
+ Ban History
+
+
+
+
+ Ban Time;Moderator;Ban Length;Ban Reason;Visible Reason
+
+
+
+
+ User has never been banned.
+
+
+
+
+ Failed to collecting ban information.
+
+
+
+
+
+
+ Warning History
+
+
+
+
+ Warning Time;Moderator;User Name;Reason
+
+
+
+
+ User has never been warned.
+
+
+
+
+ Failed to collecting warning information.
+
+
+
+
+ Success
-
+ Successfully promoted user.
-
+ Successfully demoted user.
-
-
+
+ Failed
-
+ Failed to promote user.
-
+ Failed to demote user.
@@ -5319,42 +5729,42 @@ Wprowadź nazwę:
UserInterfaceSettingsPage
-
+ General interface settingsOgólne ustawienia interfejsu
-
+ Enable notifications in taskbarWłącz &powiadomienia na pasku zadań
-
+ Notify in the taskbar for game events while you are spectatingPowiadomienia na pasku zadań dla gier, które &obserwujesz
-
+ &Double-click cards to play them (instead of single-click)Zagrywaj karty po&dwójnym kliknięciem (zamiast pojedynczym)
-
+ &Play all nonlands onto the stack (not the battlefield) by defaultKarty nie będące lądami zagrywaj domyślnie na stos (zamiast na &pole bitwy)
-
+ Annotate card text on tokens
-
+ Animation settingsUstawienia animacji
-
+ &Tap/untap animationAnimacja &tapowania/odtapowania
@@ -5362,95 +5772,134 @@ Wprowadź nazwę:
UserList
-
+ Users connected to server: %1
-
+ Users in this room: %1Użytkownicy w tym pokoju: %1
-
+ Buddies online: %1 / %2Znajomi online: %1 / %2
-
+ Ignored users online: %1 / %2Ignorowani użytkownicy online: %1 / %2
+
+ WarningDialog
+
+
+ Which warning would you like to send?
+
+
+
+
+ &OK
+
+
+
+
+ &Cancel
+
+
+
+
+ Warn user for misconduct
+
+
+
+
+
+ Error
+
+
+
+
+ User name to send a warning to can not be blank, please specify a user to warn.
+
+
+
+
+ Warning to use can not be blank, please select a valid warning to send.
+
+
+WndSets
-
+ Enable all setsWłącz wszystkie dodatki
-
+ Disable all setsWyłącz wszystkie dodatki
-
+ Move selected set upPrzesuć wybrany dodatek w górę
-
+ Move selected set to the top
-
+ Move selected set downPrzesuń wybrany dodatek w dół
-
+ Move selected set to the bottom
-
+ hints:
-
+ Enable the sets that you want to have available in the deck editor
-
+ Move sets around to change their order, or click on a column header to sort sets on that field
-
+ Sets order decides the source that will be used when loading images for a specific card
-
+ Disabled sets will be used for loading images only if all the enabled sets failed
-
+ Edit setsEdytuj listę dodatków
-
+ SuccessPowodzenie
-
+ The sets database has been saved successfully.Zapisywanie bazy dodatków zakończone powodzeniem.
@@ -5458,22 +5907,22 @@ Wprowadź nazwę:
ZoneViewWidget
-
+ sort by namesortuj według nazwy
-
+ sort by typesortuj według typu
-
+ shuffle when closingprzetasuj przy zamykaniu
-
+ pile viewwidok sterty
@@ -5481,557 +5930,572 @@ Wprowadź nazwę:
shortcutsTab
-
+ Form
-
+ Main Window
-
+ Deck editor
-
+ Local gameplay
-
+ Watch replay
-
+ Connect
-
+ Register
-
+ Full screen
-
+ Settings
-
+ Check for card updates
-
+ Exit
-
+ Deck Editor
-
+ Analyze deck
-
+ Load deck (clipboard)Wczytaj talię (ze schowka)
-
+ Clerar all filters
-
+ New deck
-
+ Clear one filter
-
+ Open custom folder
-
+ Close
-
+ Print deck
-
+ Edit sets
-
+ Delete card
-
+ Edit tokens
-
+ Reset layout
-
+ Add card
-
+ Save deck
-
+ Remove card
-
+ Save deck as
-
+ Load deckWczytaj talię
-
+ Save deck (clipboard)
-
-
+
+ Counters
-
+ Life
-
-
-
-
-
+
+
+
+
+ Set
-
-
-
-
+
+
+
+ Add
-
-
-
-
+
+
+
+ Remove
-
+ Red
-
+ Green
-
+ Yellow
-
-
- Mainwindow / Deck editor
-
-
-
-
- Power / toughness
-
-
-
-
- Power and toughness
-
-
-
-
- Add (+1/+1)
-
-
-
-
- Remove (-1/-1)
-
-
-
-
- Toughness
-
-
-
-
- Remove (-0/-1)
-
-
-
-
- Add (+0/+1)
-
-
-
-
- Power
-
-
-
-
- Remove (-1/-0)
-
-
-
-
- Add (+1/+0)
-
-
-
-
- Game Phases
-
-
-
-
- Untap
-
-
-
-
- Disconnect
-
-
-
-
- Upkeep
-
-
-
-
-
- Draw
-
-
-
-
- Main 1
-
-
-
-
- Start combat
-
-
-
-
- Attack
-
-
-
-
- Block
-
-
-
-
- Damage
-
-
-
-
- End combat
-
-
-
-
- Main 2
-
-
-
-
- End
-
-
-
-
- Next phase
-
-
-
-
- Next turn
-
-
-
-
- Player
-
-
-
-
- Tap Card
-
-
-
-
- Untap Card
-
-
-
-
- Untap all
-
-
-
-
- Toogle untap
-
-
-
-
- Flip card
-
-
-
-
- Peek card
-
-
-
-
- Play card
-
-
-
-
- Attach card
-
-
-
-
- Unattach card
-
-
-
-
- Clone card
-
-
-
-
- Create token
-
-
-
-
- Create another token
-
-
-
-
- Set annotation
-
-
-
-
- Phases / P/T / Player
-
-
-
-
- Move card to
-
-
-
-
- Bottom library
-
-
-
-
- Top library
-
-
-
-
-
- Graveyard
-
-
-
-
-
- Exile
-
-
-
-
- Hand
-
-
-
-
- View
-
-
- Library
-
-
-
-
- Tops card of library
-
-
-
-
- Sideboard
-
-
-
-
- Close recent view
-
-
-
-
- Pre-play
-
-
-
-
- Load remote deck
-
-
-
-
- Load local deck
- Wczytaj talię lokalną
-
-
-
- Game play
-
-
-
-
- Draw arrow
-
-
-
-
- Leave game
-
-
-
-
- Remove local arrows
-
-
-
-
- Concede
-
-
-
-
- Roll dice
+ Playing Area
- Rotate view CW
+ Phases | P/T | Playing Area
+
+
+
+
+ Game Lobby
+
+
+
+
+ Gameplay
+
+
+
+
+ Draw | Move | View | Gameplay
+
+
+
+
+ How to set custom shortcuts
+
+
+
+
+ Restore all default shortcuts
+
+
+
+
+ Clear all shortcuts
+
+
+
+
+ Add (+1/+1)
+
+
+
+
+ Remove (-1/-1)
+
+
+
+
+ Toughness
+
+
+
+
+ Remove (-0/-1)
+
+
+
+
+ Add (+0/+1)
+
+
+
+
+ Power
+
+
+
+
+ Remove (-1/-0)
+
+
+
+
+ Add (+1/+0)
+
+
+
+
+ Game Phases
+
+
+
+
+ Untap
+
+
+
+
+ Disconnect
+
+
+
+
+ Main Window | Deck Editor
+
+
+
+
+ Power / Toughness
+
+
+
+
+ Power and Toughness
+
+
+
+
+ Upkeep
+
+
+
+
+
+ Draw
+
+
+
+
+ Main 1
+
+
+
+
+ Start combat
+
+
+
+
+ Attack
+
+
+
+
+ Block
+
+
+
+
+ Damage
+
+
+
+
+ End combat
+
+
+
+
+ Main 2
+
+
+
+
+ End
+
+
+
+
+ Next phase
+
+
+
+
+ Next turn
+
+
+
+
+ Tap Card
+
+
+
+
+ Untap Card
+
+
+
+
+ Untap all
+
+
+
+
+ Toogle untap
+
+
+
+
+ Flip card
+
+
+
+
+ Peek card
+
+
+
+
+ Play card
+
+
+
+
+ Attach card
+
+
+
+
+ Unattach card
+
+
+
+
+ Clone card
+
+
+
+
+ Create token
+
+
+
+
+ Create another token
+
+
+
+
+ Set annotation
- Shuffle library
+ Move card to
- Rotate view CCW
+ Bottom library
+
+
+
+
+ Top library
- Mulligan
+
+ Graveyard
- Draw card
+
+ Exile
- Draw cards
+ Hand
- Undo draw
-
-
-
-
- Always reveal top card
+ View
- Draw / Move / View / Game play
+ Library
+
+
+
+
+ Tops card of library
+
+
+
+
+ Sideboard
+
+
+
+
+ Close recent view
+
+
+
+
+ Load remote deck
+
+
+
+
+ Load local deck
+ Wczytaj talię lokalną
+
+
+
+ Draw arrow
+
+
+
+
+ Leave game
+
+
+
+
+ Remove local arrows
+
+
+
+
+ Concede
+
+
+
+
+ Roll dice
+
+
+
+
+ Rotate view CW
+
+
+
+
+ Shuffle library
+
+
+
+
+ Rotate view CCW
+
+
+
+
+ Mulligan
+
+
+
+
+ Draw card
+
+
+
+
+ Draw cards
+
+
+
+
+ Undo draw
+
+
+
+
+ Always reveal top card
diff --git a/cockatrice/translations/cockatrice_pt.ts b/cockatrice/translations/cockatrice_pt.ts
index 6b161558e..e7094a2d0 100644
--- a/cockatrice/translations/cockatrice_pt.ts
+++ b/cockatrice/translations/cockatrice_pt.ts
@@ -20,57 +20,57 @@
AppearanceSettingsPage
-
+ Theme settings
-
+ Current theme:
-
+ Card renderingRendering da carta
-
+ Display card names on cards having a pictureMostrar o nome em cartas com imagem
-
+ Scale cards on mouse over
-
+ Hand layoutDisposição da Mão
-
+ Display hand horizontally (wastes space)Mostrar mão horizontalmente (desperdiça espaço)
-
+ Enable left justification
-
+ Table grid layoutEsquema da mesa
-
+ Invert vertical coordinateInverter coordenada vertical
-
+ Minimum player count for multi-column layout:Número mínimo de kogadores para layout com múltiplas colunas:
@@ -78,107 +78,107 @@
BanDialog
-
+ ban &user nameBanir nome de &utilizador
-
+ ban &IP addressBanir endereço de &IP
-
+ ban client I&D
-
+ Ban typeTipo de banimento
-
+ &permanent banBanimento &permanente
-
+ &temporary banBanimento &temporário
-
+ &Days:&Dias:
-
+ &Hours:&Horas:
-
+ &Minutes:&Minutos:
-
+ Duration of the banDuração do banimento
-
+ Please enter the reason for the ban.
This is only saved for moderators and cannot be seen by the banned person.Por favor introduza o motivo do banimento.
Isto apenas é guardado para os moderadores e não é visível para a pessoa banida.
-
+ Please enter the reason for the ban that will be visible to the banned person.Por favor introduza o motivo do banimento que será visível à pessoa banida.
-
+ &OK&OK
-
+ &Cancel&Cancelar
-
+ Ban user from serverBanir utilizador do servidor
-
-
-
-
+
+
+
+ ErrorErro
-
+ You have to select a name-based, IP-based, clientId based, or some combination of the three to place a ban.
-
+ You must have a value in the name ban when selecting the name ban checkbox.
-
+ You must have a value in the ip ban when selecting the ip ban checkbox.
-
+ You must have a value in the clientid ban when selecting the clientid ban checkbox.
@@ -186,12 +186,12 @@ Isto apenas é guardado para os moderadores e não é visível para a pessoa ban
CardDatabase
-
+ New sets foundHá novas expansões
-
+ %1 new set(s) have been found in the card database. Do you want to enable them?%1 novas expansões estão disponíveis na base de dados. Quer activá-las?
@@ -199,27 +199,27 @@ Isto apenas é guardado para os moderadores e não é visível para a pessoa ban
CardDatabaseModel
-
+ NameNome
-
+ SetsExpansões
-
+ Mana costCusto de mana
-
+ Card typeTipo de carta
-
+ P/TP/R
@@ -278,47 +278,47 @@ Isto apenas é guardado para os moderadores e não é visível para a pessoa ban
CardInfoWidget
-
+ Show card onlyMostrar informação da carta
-
+ Show text onlyMostrar apenas texto
-
+ Show full infoMostrar informação completa
-
+ Name:Nome:
-
+ Mana cost:Custo de Mana:
-
+ Color(s):
-
+ Card type:Tipo de carta:
-
+ P / T:P / R:
-
+ Loyalty:Lealdade:
@@ -582,12 +582,12 @@ Isto apenas é guardado para os moderadores e não é visível para a pessoa ban
DeckEditorSettingsPage
-
+ Nothing is here... yet
-
+ GeneralGeral
@@ -627,42 +627,42 @@ Isto apenas é guardado para os moderadores e não é visível para a pessoa ban
DeckViewContainer
-
+ Load local deckCarregar deck local
-
+ Load deck from serverCarregar deck do servidor
-
+ Ready to s&tart&Pronto para começar
-
+ S&ideboard unlockedS&ideboard desbloqueado
-
+ S&ideboard lockedS&ideboard bloqueado
-
+ Load deckCarregar deck
-
+ ErrorErro
-
+ The selected file could not be loaded.O ficheiro seleccionado não pôde ser carregado.
@@ -708,55 +708,65 @@ Isto apenas é guardado para os moderadores e não é visível para a pessoa ban
DlgConnect
-
+ Previous Host
-
+ New Host
-
+ &Host:&Servidor:
-
+ Enter host name
-
+ &Port:&Porta:
-
+ Player &name:&Nome do jogador:
-
+ P&assword:P&assword:
-
+ &Save password&Guardar password
-
+ A&uto connect at startConectar a&utomaticamente no arranque
-
+ Connect to serverLigar ao servidor
+
+
+ Connect Warning
+
+
+
+
+ The player name can't be empty.
+
+ DlgCreateGame
@@ -826,27 +836,27 @@ Isto apenas é guardado para os moderadores e não é visível para a pessoa ban
Espectadores
-
+ &Clear
-
+ Create gameCriar jogo
-
+ Game informationInformação do jogo
-
+ ErrorErro
-
+ Server error.Erro do servidor.
@@ -1306,6 +1316,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
+ Registration Warning
@@ -1319,6 +1330,11 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Your email addresses do not match, please try again.
+
+
+ The player name can't be empty.
+
+ Country:
@@ -1338,19 +1354,19 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
DlgSettings
-
-
-
+
+
+ ErrorErro
-
+ Unknown Error loading card databaseErro desconhecido ao carregar a base de dados das cartas
-
+ Your card database is invalid.
Cockatrice may not function correctly with an invalid database
@@ -1367,7 +1383,7 @@ Poderá necessitar de correr o Oracle para actualizar a base de dados.
Gostaria de alterar a localização da base de dados?
-
+ Your card database version is too old.
This can cause problems loading card information or images
@@ -1384,7 +1400,7 @@ Pode ser reparado correndo o Oracle de novo para actualizar a base de dados das
Gostaria de alterar a localização da base de dados?
-
+ File Error loading your card database.
Would you like to change your database location setting?
@@ -1393,7 +1409,7 @@ Would you like to change your database location setting?
Gostaria de alterar a localização da base de dados?
-
+ Your card database was loaded but contains no cards.
Would you like to change your database location setting?
@@ -1402,7 +1418,7 @@ Would you like to change your database location setting?
Gostaria de alterar a localização da base de dados?
-
+ Your card database did not finish loading
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your cards.xml attached
@@ -1415,7 +1431,7 @@ Por favor, envie um ticket para http://github.com/Cockatrice/Cockatrice/issues c
Gostaria de mudar a definição da localização da sua base de dados?
-
+ Unknown card database load status
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues
@@ -1424,56 +1440,91 @@ Would you like to change your database location setting?
-
+ The path to your deck directory is invalid. Would you like to go back and set the correct path?O directório do seu deck é inválido. Gostaria de voltar atrás e corrigir o directório?
-
+ The path to your card pictures directory is invalid. Would you like to go back and set the correct path?O directório das imagens das cartas é inválido. Gostaria de voltar atrás e corrigir o directório?
-
+ SettingsDefinições
-
+ GeneralGeral
-
+ AppearanceAparência
-
+ User InterfaceInterface do utilizador
-
+ Deck EditorEditor de Decks
-
+ ChatChat
-
+ Sound
-
+ Shortcuts
+
+ DlgUpdate
+
+
+ Error
+
+
+
+
+ Cockatrice was not built with SSL support, so cannot download updates! Please visit the download page and update manually.
+
+
+
+
+ Your version of Cockatrice is out of date, but there are no packages available for your operating system. You may have to use a developer build or build from source yourself. Please visit the download page.
+
+
+
+
+ Cockatrice Update
+
+
+
+
+ Your version of Cockatrice is up to date.
+
+
+
+
+
+
+ Update Error
+
+
+GameSelector
@@ -1687,112 +1738,118 @@ Would you like to change your database location setting?
GeneralSettingsPage
-
+ Reset/Clear Downloaded PicturesLimpar/reiniciar Imagens descarregadas,
-
-
-
-
-
+
+
+
+
+ Choose pathEscolher directório
-
+ SuccessSucesso
-
+ Downloaded card pictures have been reset.Imagens de cartas descarregadas reiniciadas.
-
+ ErrorErro
-
+ One or more downloaded card pictures could not be cleared.Uma ou mais imagens de cartas descarregadas não podem ser apagadas.
-
+ Personal settingsDefenições pessoais
-
+ Language:Língua:
-
+ Download card pictures on the flyBaixar a imagem das cartas ao passar
-
- Download card pictures from a custom URL
+
+ Primary download URL:
-
- Custom Card Download URL:
+
+ Fallback download URL:
-
- Linking FAQ
+
+
+ Reset
-
+
+ How to set a custom picture url
+
+
+
+ Notify when new client features are available
-
+ PathsDirectórios
-
+ Decks directory:Directório dos decks:
-
+ Replays directory:Directório de replays:
-
+ Pictures directory:Directório das imagens:
-
+ Card database:Base de dados das cartas:
-
+ Token database:Base de dados das fichas:
-
+ Picture cache size:Tamanho da cache de imagens:
-
+ EnglishPortuguês (Portuguese)
@@ -1800,49 +1857,49 @@ Would you like to change your database location setting?
MainWindow
-
+ There are too many concurrent connections from your address.Há demasiadas ligações concorrentes do seu endereço.
-
+ Scheduled server shutdown.Encerramento do servidor agendado.
-
+ Banned by moderatorBanido por moderador
-
+ Expected end time: %1Tempo previsto para o final:%1
-
+ This ban lasts indefinitely.Este banimento dura indefinidamente.
-
+ Connection closedLigação terminada
-
+ The server has terminated your connection.
Reason: %1O servidor terminou a sua ligação.
Motivo: %1
-
+ Scheduled server shutdownEncerramento do servidor agendado
-
+ The server is going to be restarted in %n minute(s).
All running games will be lost.
Reason for shutdown: %1
@@ -1851,498 +1908,508 @@ Todos os jogos a decorrer serão perdidos.
Motivo para o encerramento: %1
-
+ Number of playersNúmero de jogadores
-
+ Please enter the number of players.Por favor introduza o número de jogadores.
-
+ Player %1Jogador %1
-
+ Load replayCarregar replay
-
+ About CockatriceSobre o Cockatrice
-
+ Version %1Versão %1
-
+ Translators:Tradutores:
-
+ Project Manager:
-
+ The server has reached its maximum user capacity, please check back later.
-
-
+
+ Invalid username.Nome de utilizador invalido.
-
+ You have been logged out due to logging in at another location.
-
-
+
+ SuccessSucesso
-
+ Registration accepted.
Will now login.
-
+ Account activation accepted.
Will now login.
-
-
- Past Project Managers:
-
-
-
-
- Developers:
-
-
-
-
- Our Developers
-
-
-
-
- Help Develop!
-
-
- Recognition Page
-
-
-
-
- Help Translate!
+ Cockatrice Webpage
- Support:
+ Past Project Managers:
+ Developers:
+
+
+
+
+ Our Developers
+
+
+
+
+ Help Develop!
+
+
+
+
+ Recognition Page
+
+
+
+
+ Help Translate!
+
+
+
+
+ Support:
+
+
+
+ Report an Issue
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ErrorErro
-
+ Server timeoutTempo do servidor esgotado
-
+ Failed Login
-
+ Your client does not support features that the server requires, please update your client and try again.
-
+ Incorrect username or password. Please check your authentication information and try again.Nome de utilizador ou palavra-passe incorrecta. Por favor verifique as suas informações e tente de novo.
-
+ There is already an active session using this user name.
Please close that session first and re-login.Já existe uma sessão activa com este nome de utilizador.
Por favor termine essa sessão e volte a ligar-se.
-
-
+
+ You are banned until %1.Está banido até %1.
-
-
+
+ You are banned indefinitely.Está banido indefinidamente.
-
+ This server requires user registration. Do you want to register now?
-
+ This server requires client ID's. Your client is either failing to generate an ID or you are running a modified client.
Please close and reopen your client to try again.
-
+ An internal error has occurred, please try closing and reopening your client and try again. If the error persists try updating your client to the most recent build and if need be contact your software provider.
-
+ Account activation
-
+ Unknown login error: %1Erro de login desconhecido:%1
-
-
+
+
This usually means that your client version is out of date, and the server sent a reply your client doesn't understand.
-
+ Your username must respect these rules:
-
+ is %1 - %2 characters long
-
+ can %1 contain lowercase characters
-
-
-
+
+
+ NOT
-
+ can %1 contain uppercase characters
-
+ can %1 contain numeric characters
-
+ can contain the following punctuation: %1
-
+ first character can %1 be a punctuation mark
-
+ You may only use A-Z, a-z, 0-9, _, ., and - in your username.Apenas A-Z, a-z, 0-9, _, ., e - são permitidos.
-
-
-
-
-
+
+
+
+
+ Registration denied
-
+ Registration is currently disabled on this server
-
+ There is already an existing account with the same user name.
-
+ It's mandatory to specify a valid email address when registering.
-
+ Too many registration attempts from your IP address.
-
+ Password too short.
-
+ Registration failed for a technical problem on the server.
-
+ Unknown registration error: %1
-
+ Account activation failed
-
+ Socket error: %1Erro de ligação:%1
-
+ You are trying to connect to an obsolete server. Please downgrade your Cockatrice version or connect to a suitable server.
Local version is %1, remote version is %2.Está a tentar ligar-se a um servidor obsoleto. Por favor faça downgrade à sua versão do Cockatrice ou ligue-se a servidor adequado.
Versão local é %1, versão remota é %2.
-
+ Your Cockatrice client is obsolete. Please update your Cockatrice version.
Local version is %1, remote version is %2.A sua versão do Cockatrice é obsoleta. Por favor actualize-a.
Versão local é %1, versão remota é %2.
-
+ Connecting to %1...Ligando a %1...
-
+ Registering to %1 as %2...
-
+ DisconnectedDesligado
-
+ Connected, logging in at %1Conectado, logando em %1
-
+ &Connect...&Ligar...
-
+ &Disconnect&Desligar
-
+ Start &local game...Começar &jogo local...
-
+ &Watch replay...&Ver replay...
-
+ &Deck editor&Editor de decks
-
+ &Full screenEcrã &inteiro
-
+ &Register to server...
-
+ &Settings...&Configurações...
-
-
+
+ &Exit&Sair
-
+ A&ctions
-
+ &Cockatrice&Cockatrice
-
+ &About CockatriceS&obre o Cockatrice
-
+
+ &Update Cockatrice
+
+
+
+ &Help&Ajuda
-
+ Check for card updates...
-
+ A card database update is already running.
-
+ Unable to run the card database updater:
-
+ The card database updater exited with an error: %1
-
+ Update completed successfully. Cockatrice will now reload the card database.
-
+ Your client appears to be missing features that the server supports.
This usually means that your client version is out of date, please check to see if there is a new client available for download.
-
-
-
+
+
+ InformationInformação
-
+ Troubleshooting
-
+ F.A.Q.
-
+ Your account has not been activated yet.
You need to provide the activation token received in the activation email
-
+ failed to start.
-
+ crashed.
-
+ timed out.
-
+ write error.
-
+ read error.
-
+ unknown error.erro desconhecido.
@@ -2350,17 +2417,17 @@ You need to provide the activation token received in the activation email
MessageLogWidget
-
+ The game has been closed.Este jogo foi encerrado.
-
+ %1 is now watching the game.%1 está agora a ver o jogo.
-
+ %1 is not watching the game any more.%1 já não está a ver o jogo.
@@ -2408,136 +2475,136 @@ You need to provide the activation token received in the activation email%1 entrou no jogo.
-
+ %1 has left the game.female%1 abandonou o jogo.
-
+ %1 has left the game.male%1 abandonou o jogo.
-
+ You have been kicked out of the game.Você foi expulso do jogo.
-
+ %1 has loaded a deck (%2).
-
+ %1 has loaded a deck with %2 sideboard cards (%3).
-
+ %1 is ready to start the game.female%1 está pronta a começar o jogo.
-
+ %1 is ready to start the game.male%1 está pronto a começar o jogo.
-
+ %1 is not ready to start the game any more.female%1 já não está pronta a começar o jogo.
-
+ %1 is not ready to start the game any more.male%1 já não está pronto a começar o jogo.
-
+ %1 has locked her sideboard.female%1 bloqueou o seu sideboard.
-
+ %1 has locked his sideboard.male%1 bloqueou o seu sideboard.
-
+ %1 has unlocked her sideboard.female%1 desbloqueou o seu sideboard.
-
+ %1 has unlocked his sideboard.male%1 desbloqueou o seu sideboard.
-
+ %1 has conceded the game.female%1 concedeu o jogo.
-
+ %1 has conceded the game.male%1 concedeu o jogo.
-
-
- %1 has restored connection to the game.
- female
- %1 restabeleceu a ligação ao jogo.
-
-
-
- %1 has restored connection to the game.
- male
- %1 restabeleceu a ligação ao jogo.
-
- %1 has lost connection to the game.
+ %1 has restored connection to the game.female
- %1 perdeu a ligação ao jogo.
+ %1 restabeleceu a ligação ao jogo.
+ %1 has restored connection to the game.
+ male
+ %1 restabeleceu a ligação ao jogo.
+
+
+
+ %1 has lost connection to the game.
+ female
+ %1 perdeu a ligação ao jogo.
+
+
+ %1 has lost connection to the game.male%1 perdeu a ligação ao jogo.
-
+ %1 shuffles %2.female%1 baralha %2.
-
+ %1 shuffles %2.male%1 baralha %2.
-
+ %1 rolls a %2 with a %3-sided die.female%1 obteve %2 com um dado de %3 faces.
-
+ %1 rolls a %2 with a %3-sided die.male%1 obteve %2 com um dado de %3 faces.
@@ -2559,464 +2626,486 @@ You need to provide the activation token received in the activation email
-
+ %1 undoes his last draw.%1 desfaz a sua última compra.
-
+ %1 undoes her last draw.%1 desfaz a sua última compra.
-
+ %1 undoes his last draw (%2).%1 desfaz a sua última compra (%2).
-
+ %1 undoes her last draw (%2).%1 desfaz a sua última compra (%2).
-
+ from exile vindo do exílio
-
+ the bottom card of %1's librarya carta do fundo do grimório de %1
-
+ the bottom card of his librarya carta do fundo do seu grimório
-
+ the bottom card of her librarya carta do fundo do seu grimório
-
+ from the bottom of %1's librarydo fundo do grimório de %1
-
+ from the bottom of his library do fundo do seu grimório
-
+ from the bottom of her library do fundo do seu grimório
-
+ the top card of %1's librarya carta do topo do grimório de %1
-
+
+ Heads (1)
+
+
+
+
+ Tails (2)
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ female
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ male
+
+
+
+ the top card of his librarya carta do topo do seu grimório
-
+ the top card of her librarya carta do topo do seu grimório
-
+ from the top of %1's librarydo topo do grimório de %1
-
+ from the top of his library do topo do seu grimório
-
+ from the top of her library do topo do seu grimório
-
+ from %1's librarydo grimório de %1
-
+ from library do grimório
-
+ from sideboard do sideboard
-
+ from the stack da pilha
-
+ %1 gives %2 control over %3.%1 dá controlo sobre %3 a %2.
-
+ %1 puts %2 into play tapped%3.%1 coloca %2 em jogo virado(a)%3.
-
+ %1 puts %2 into play%3.%1 coloca %2 em jogo %3.
-
+ %1 exiles %2%3.%1 exila %2%3.
-
+ %1 puts %2%3 into his library.%1 coloca %2%3 no seu grimório.
-
+ %1 puts %2%3 into her library.%1 coloca %2%3 no seu grimório.
-
+ %1 puts %2%3 on bottom of his library.%1 coloca %2%3 no fundo do seu grimório.
-
+ %1 puts %2%3 on bottom of her library.%1 coloca %2%3 no fundo do seu grimório.
-
+ %1 puts %2%3 on top of his library.%1 coloca %2%3 no topo do seu grimório.
-
+ %1 puts %2%3 on top of her library.%1 coloca %2%3 no topo do seu grimório.
-
+ %1 puts %2%3 into his library at position %4.%1 coloca %2%3 no seu grimório na posição %4.
-
+ %1 puts %2%3 into her library at position %4.%1 coloca %2%3 no seu grimório na posição %4.
-
+ %1 moves %2%3 to sideboard.%1 move %2%3 para o sideboard.
-
+ %1 plays %2%3.%1 joga %2%3.
-
+ %1 takes a mulligan to %n.female%1 faz mulligan para %n.
-
+ %1 takes a mulligan to %n.male%1 faz mulligan para %n.
-
+ %1 flips %2 face-down.female%1 volta a face de %2 para baixo.
-
+ %1 flips %2 face-down.male%1 volta a face de %2 para baixo.
-
+ %1 flips %2 face-up.female%1 volta a face de %2 para cima.
-
+ %1 flips %2 face-up.male%1 volta a face de %2 para cima.
-
+ %1 destroys %2.female%1 destrói %2.
-
+ %1 destroys %2.male%1 destrói %2.
-
+ %1 unattaches %2.female%1 desanexa %2.
-
+ %1 unattaches %2.male%1 desanexa %2.
-
+ %1 creates token: %2%3.female%1 cria ficha: %2%3.
-
+ %1 creates token: %2%3.male%1 cria ficha: %2%3.
-
+ %1 points from her %2 to herself.female%1 aponta do seu %2 para si própria.
-
+ %1 points from his %2 to himself.male%1 aponta do seu %2 para si próprio.
-
+ %1 points from her %2 to %3.p1 female, p2 female%1 aponta do seu %2 para %3.
-
+ %1 points from her %2 to %3.p1 female, p2 male%1 aponta do seu %2 para %3.
-
+ %1 points from his %2 to %3.p1 male, p2 female%1 aponta do seu %2 para %3.
-
+ %1 points from his %2 to %3.p1 male, p2 male%1 aponta do seu %2 para %3.
-
+ %1 points from %2's %3 to herself.card owner female, target female%1 aponta do %3 de %2 para si própria.
-
+ %1 points from %2's %3 to herself.card owner male, target female%1 aponta do %3 de %2 para si própria.
-
+ %1 points from %2's %3 to himself.card owner female, target male%1 aponta do %3 de %2 para si próprio.
-
+ %1 points from %2's %3 to himself.card owner male, target male%1 aponta do %3 de %2 para si próprio.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 female%1 aponta de %3 de %2 para %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 male%1 aponta de %3 de %2 para %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 female%1 aponta de %3 de %2 para %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 male%1 aponta de %3 de %2 para %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 female%1 aponta de %3 de %2 para %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 male%1 aponta de %3 de %2 para %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 female%1 aponta de %3 de %2 para %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 male%1 aponta de %3 de %2 para %4.
-
+ %1 points from her %2 to her %3.female%1 aponta do seu %2 para o seu %3.
-
+ %1 points from his %2 to his %3.male%1 aponta do seu %2 para o seu %3.
-
+ %1 points from her %2 to %3's %4.p1 female, p2 female%1 aponta do seu %2 para o %4 de %3.
-
+ %1 points from her %2 to %3's %4.p1 female, p2 male%1 aponta do seu %2 para o %4 de %3.
-
+ %1 points from his %2 to %3's %4.p1 male, p2 female%1 aponta do seu %2 para o %4 de %3.
-
+ %1 points from his %2 to %3's %4.p1 male, p2 male%1 aponta do seu %2 para o %4 de %3.
-
+ %1 points from %2's %3 to her own %4.card owner female, target female%1 aponta de %3 de %2 para o seu %4.
-
+ %1 points from %2's %3 to her own %4.card owner male, target female%1 aponta de %3 de %2 para o seu %4.
-
+ %1 points from %2's %3 to his own %4.card owner female, target male%1 aponta de %3 de %2 para o seu %4.
-
+ %1 points from %2's %3 to his own %4.card owner male, target male%1 aponta de %3 de %2 para o seu %4.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 female%1 aponta de %3 de %2 para %5 de %4.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 male%1 aponta de %3 de %2 para %5 de %4.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 female%1 aponta de %3 de %2 para %5 de %4.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 male%1 aponta de %3 de %2 para %5 de %4.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 female%1 aponta de %3 de %2 para %5 de %4.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 male%1 aponta de %3 de %2 para %5 de %4.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 female%1 aponta de %3 de %2 para %5 de %4.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 male%1 aponta de %3 de %2 para %5 de %4.
@@ -3042,304 +3131,304 @@ You need to provide the activation token received in the activation email%1 remove %n %2 marcador de %3 (agora com %4).%1 remove %n %2 marcadores de %3 (agora com %4).
-
+ %1 taps her permanents.female%1 vira as suas permanentes.
-
+ %1 untaps her permanents.female%1 desvira as suas permanentes.
-
+ %1 taps his permanents.male%1 vira as suas permanentes.
-
+ %1 untaps his permanents.male%1 desvira as suas permanentes.
-
+ %1 taps %2.female%1 vira %2.
-
+ %1 untaps %2.female%1 desvira %2.
-
+ %1 taps %2.male%1 vira %2.
-
+ %1 untaps %2.male%1 desvira %2.
-
+ %1 sets counter %2 to %3 (%4%5).female%1 altera o número de marcadores %2 para %3(%4%5).
-
+ %1 sets counter %2 to %3 (%4%5).male%1 altera o número de marcadores %2 para %3(%4%5).
-
+ %1 sets %2 to not untap normally.female%1 define %2 para não desvirar normalmente.
-
+ %1 sets %2 to not untap normally.male%1 define %2 para não desvirar normalmente.
-
+ %1 sets %2 to untap normally.female%1 define %2 para desvirar normalmente.
-
+ %1 sets %2 to untap normally.male%1 define %2 para desvirar normalmente.
-
+ %1 sets PT of %2 to %3.female%1 define o P/R de %2 como %3.
-
+ %1 sets PT of %2 to %3.male%1 define o P/R de %2 como %3.
-
+ %1 sets annotation of %2 to %3.female%1 coloca uma nota de %2 em%3.
-
-
- %1 sets annotation of %2 to %3.
- male
- %1 coloca uma nota de %2 em%3.
-
-
-
- %1 is looking at %2.
- female
- %1 está a olhar para %2.
-
-
-
- %1 is looking at %2.
- male
- %1 está a olhar para %2.
-
-
- %1 is looking at the top %n card(s) %2.
- female
- %1 está a olhar para as %n carta(s) do topo %2.
-
-
- %1 is looking at the top %n card(s) %2.
- male
- %1 está a olhar para as %n carta(s) do topo %2.
-
-
-
- %1 stops looking at %2.
- female
- %1 pára de olhar para %2.
-
+ %1 sets annotation of %2 to %3.
+ male
+ %1 coloca uma nota de %2 em%3.
+
+
+
+ %1 is looking at %2.
+ female
+ %1 está a olhar para %2.
+
+
+
+ %1 is looking at %2.
+ male
+ %1 está a olhar para %2.
+
+
+ %1 is looking at the top %n card(s) %2.
+ female
+ %1 está a olhar para as %n carta(s) do topo %2.
+
+
+ %1 is looking at the top %n card(s) %2.
+ male
+ %1 está a olhar para as %n carta(s) do topo %2.
+
+
+
+ %1 stops looking at %2.
+ female
+ %1 pára de olhar para %2.
+
+
+ %1 stops looking at %2.male%1 pára de olhar para %2.
-
+ %1 reveals %2 to %3.p1 female, p2 female%1 revela %2 a %3.
-
-
- %1 reveals %2 to %3.
- p1 female, p2 male
- %1 revela %2 a %3.
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 female
- %1 revela %2 a %3.
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 male
- %1 revela %2 a %3.
-
-
-
- %1 reveals %2.
- female
- %1 revela %2.
-
-
-
- %1 reveals %2.
- male
- %1 revela %2.
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 female
- %1 revela aleatoreamente %2%3. a %4.
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 male
- %1 revela aleatoreamente %2%3. a %4.
-
+ %1 reveals %2 to %3.
+ p1 female, p2 male
+ %1 revela %2 a %3.
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 female
+ %1 revela %2 a %3.
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 male
+ %1 revela %2 a %3.
+
+
+
+ %1 reveals %2.
+ female
+ %1 revela %2.
+
+
+
+ %1 reveals %2.
+ male
+ %1 revela %2.
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 female
+ %1 revela aleatoreamente %2%3. a %4.
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 male
+ %1 revela aleatoreamente %2%3. a %4.
+
+
+ %1 randomly reveals %2%3 to %4.p1 male, p2 female%1 revela aleatoreamente %2%3. a %4.
-
+ %1 randomly reveals %2%3 to %4.p1 male, p2 male%1 revela aleatoreamente %2%3. a %4.
-
+ %1 randomly reveals %2%3.female%1 revela aleatoreamente %2%3.
-
+ %1 randomly reveals %2%3.male%1 revela aleatoreamente %2%3.
-
+ %1 peeks at face down card #%2.female%1 espreita a carta virada para baixo #%2.
-
+ %1 peeks at face down card #%2.male%1 espreita a carta virada para baixo #%2.
-
+ %1 peeks at face down card #%2: %3.female%1 espreita a carta virada para baixo #%2: %3.
-
+ %1 peeks at face down card #%2: %3.male%1 espreita a carta virada para baixo #%2: %3.
-
+ %1 reveals %2%3 to %4.p1 female, p2 female%1 revela %2%3 a %4.
-
+ %1 reveals %2%3 to %4.p1 female, p2 male%1 revela %2%3 a %4.
-
+ %1 reveals %2%3 to %4.p1 male, p2 female%1 revela %2%3 a %4.
-
+ %1 reveals %2%3 to %4.p1 male, p2 male%1 revela %2%3 a %4.
-
+ %1 reveals %2%3.female%1 revela %2%3.
-
+ %1 reveals %2%3.male%1 revela %2%3.
-
+ %1 is now keeping the top card %2 revealed.%1 está agora a manter a carta do topo %2 revelada.
-
+ %1 is not revealing the top card %2 any longer.%1 já não está a manter a carta do topo %2 revelada.
-
+ It is now %1's turn.femaleÉ agora o turno de %1.
-
+ It is now %1's turn.maleÉ agora o turno de %1.
-
-
+
+ a carduma carta
@@ -3358,32 +3447,32 @@ You need to provide the activation token received in the activation email
-
+ redvermelhovermelhos
-
+ yellowamareloamarelos
-
+ greenverdeverdes
-
+ The game has started.O jogo começou.
-
+ %1 draws his initial hand.%1 compra a sua mão inicial.
-
+ %1 draws her initial hand.%1 compra a sua mão inicial.
@@ -3402,179 +3491,179 @@ You need to provide the activation token received in the activation email
-
+ ending phaseFase Final
-
+ untap stepEtapa de Desvirar
-
+ %1 draws %2 card(s).female%1 compra %2 carta(s).
-
+ %1 draws %2 card(s).male%1 compra %2 carta(s).
-
+ from play
-
+ from her graveyarddo seu cemitério
-
+ from his graveyarddo seu cemitério
-
+ from her handda sua mão
-
+ from his handda sua mão
-
+ %1 puts %2%3 into her graveyard.%1 coloca %2%3 no seu cemitério.
-
+ %1 puts %2%3 into his graveyard.%1 coloca %2%3 no seu cemitério.
-
+ %1 moves %2%3 to her hand.
-
+ %1 moves %2%3 to his hand.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 female%1 anexa %2 a %4 de %3.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 male%1 anexa %2 a %4 de %3.
-
+ %1 attaches %2 to %3's %4.p1 male, p2 female%1 anexa %2 a %4 de %3.
-
+ %1 attaches %2 to %3's %4.p1 male, p2 male%1 anexa %2 a %4 de %3.
-
+ %1 places %2 %3 counter(s) on %4 (now %5).female%1 coloca %2 %3 marcadores em %4 (agora com %5).
-
+ %1 places %2 %3 counter(s) on %4 (now %5).male%1 coloca %2 %3 marcadores em %4 (agora com %5).
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).female%1 remove %2 %3 marcadores de %4 (agora com %5).
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).male%1 remove %2 %3 marcadores de %4 (agora com %5).
-
+ %1 is looking at the top %2 card(s) %3.female
-
+ %1 is looking at the top %2 card(s) %3.male
-
+ upkeep stepEtapa de Manutenção
-
+ draw stepEtapa de Compra
-
+ first main phase1ª Fase Principal (pré-combate)
-
+ beginning of combat stepEtapa de Início de Combate
-
+ declare attackers stepEtapa de Declaração de Atacantes
-
+ declare blockers stepEtapa de Declaração de Bloqueadores
-
+ combat damage stepEtapa de Dano de Combate
-
+ end of combat stepEtapa de Fim de Combate
-
+ second main phase2ª Fase Principal (pós-combate)
-
+ It is now the %1.É agora a %1.
@@ -3582,74 +3671,79 @@ You need to provide the activation token received in the activation email
MessagesSettingsPage
-
+ Chat settingsDefinições do Chat
-
+ Custom alert words
-
+ Enable chat mentions
-
+ Enable mention completer
-
+ In-game message macros
-
+ Ignore chat room messages sent by unregistered users
-
+ Ignore private messages sent by unregistered users
-
+ Enable desktop notifications for private messages
-
+
+ Enable desktop notification for mentions
+
+
+
+
+ Enable room message history on join
+
+
+
+ Separate words with a space, alphanumeric characters only
-
-
+
+ Invert text colorInverter cor do texto
-
- Enable desktop notification for mentions.
-
-
-
-
-
+
+ (Color is hexadecimal)
-
+ Add messageAdicionar mensagem
-
+ Message:Mensagem:
@@ -4093,7 +4187,7 @@ You need to provide the activation token received in the activation email
-
+ Number:Número:
@@ -4118,32 +4212,33 @@ You need to provide the activation token received in the activation emailNúmero de faces:
-
+ Set power/toughnessDefinir poder/resistência
-
+ Please enter the new PT:Por favor introduza o novo P/R:
-
+ Set annotationColocar nota
-
+ Please enter the new annotation:Por favor introduza a nova nota:
-
+ Set countersDefinir marcadores
-
+
+ Cr&eate related card
@@ -4151,37 +4246,37 @@ You need to provide the activation token received in the activation email
QMenuBar
-
+ ServicesServiços
-
+ Hide %1Ocultar %1
-
+ Hide OthersOcultar outros
-
+ Show AllMostrar tudo
-
+ Preferences...Preferências...
-
+ Quit %1Sair %1
-
+ About %1Cerca %1
@@ -4189,14 +4284,14 @@ You need to provide the activation token received in the activation email
QObject
-
+ Cockatrice replays (*.cor)Replays do Cockatrice (*.cor)
- Common deck formats (*.cod *.dec *.mwDeck)
- Formatos comuns de decks (*.cod *.dec *.mwDeck)
+ Common deck formats (*.cod *.dec *.txt *.mwDeck)
+
@@ -4292,27 +4387,11 @@ You need to provide the activation token received in the activation emailGames
Jogos
-
-
-
- Error
-
-
-
-
- You do not have the proper permission to join this room.
-
-
-
-
- Failed to join the room due to an unknown error.
-
- SequenceEdit
-
+ Shortcut already in use
@@ -4345,6 +4424,29 @@ You need to provide the activation token received in the activation emailData de lançamento
+
+ ShortcutsTab
+
+
+ Restore all default shortcuts
+
+
+
+
+ Do you really want to restore all default shortcuts?
+
+
+
+
+ Clear all default shortcuts
+
+
+
+
+ Do you really want to clear all shortcuts?
+
+
+ShutdownDialog
@@ -4366,37 +4468,32 @@ You need to provide the activation token received in the activation email
SoundSettingsPage
-
- Choose path
- Escolher directório
-
-
-
+ Enable &soundsPermitir &sons
-
- Path to sounds directory:
- Caminho para o directório dos sons:
+
+ Current sounds theme:
+
-
+ Test system sound engine
-
+ Sound settingsDefinições de Som
-
+ Master volume requires QT5
-
+ Master volume
@@ -4404,42 +4501,42 @@ You need to provide the activation token received in the activation email
TabAdmin
-
+ Update server &message&Actualizar mensagem do servidor
-
+ &Shut down server&Encerrar servidor
-
+ &Reload configuration
-
+ Server administration functionsFunções do administrador do servidor
-
+ &Unlock functions&Desbloquear funções
-
+ &Lock functions&Bloquear funções
-
+ Unlock administration functionsDesbloquear funções de administração
-
+ Do you really want to unlock the administration functions?Quer mesmo desbloquear as funçõesde administração?
@@ -4452,221 +4549,228 @@ You need to provide the activation token received in the activation email
TabDeckEditor
-
+ &Print deck...&Imprimir deck...
-
+ &Close&Fechar
-
+ &Edit sets...&Editar expansões...
-
+
+ Filters
-
+ &Clear all filters
-
+ Delete selected
-
+ Deck &name:&Nome do deck:
-
+ &Comments:&Comentários:
-
+ Hash:Hash:
-
+ &New deck&Novo deck
-
+ &Load deck...&Carregar deck...
-
+ &Save deck&Guardar deck
-
+ Save deck &as...G&uardar deck como...
-
+ Load deck from cl&ipboard...Carregar dec&k da memória...
-
+ Save deck to clip&boardGuardar deck na &memória
-
+ &Analyze deck on deckstats.netAnali&zar o deck em deckstats.net
-
+ Open custom image folderAbrir pasta de imagens personalizadas
-
+ Open custom sets folder
-
+ Add card to &maindeckAdicionar carta ao &maindeck
-
+ Add card to &sideboardAdicionar carta ao &sideboard
-
+ &Deck Editor%Editor de Decks
-
+ C&ard Database&Base de dados das cartas
-
- Show/Hide card information
-
-
-
-
- Show/Hide deck
-
-
-
-
- Show/Hide filters
-
-
-
-
+ Reset layout
-
+
+ Card Info
-
+
+ Deck
-
+ Welcome
-
+ Hi! It seems like you're running this version of Cockatrice for the first time.
All the sets in the card database have been enabled.
Read more about changing the set order or disabling specific sets and consequent effects in the "Edit Sets" window.
-
+ &Remove row&Remover linha
-
+ &Increment number&Aumentar o número
-
+ &Decrement number&Diminuir o número
-
+ Edit &tokens...Editar &fichas...
-
+
+ &View
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+ Floating
+
+
+
+ Deck: %1Deck:%1
-
+ Are you sure?Tem a certeza?
-
+ The decklist has been modified.
Do you want to save the changes?A lista foi modificada.
Gostaria de guardar as alterações?
-
+ Load deckCarregar deck
-
-
-
+
+
+ ErrorErro
-
+ The deck could not be saved.O deck não pode ser guardado.
-
-
+
+ The deck could not be saved.
Please check that the directory is writable and try again.O deck não pode ser guardado.
Por favor confirme se é possível escrever do directório e tente de novo.
-
+ Save deckGuardar deck
@@ -4674,84 +4778,84 @@ Por favor confirme se é possível escrever do directório e tente de novo.
TabDeckStorage
-
+ Local file systemFicheiros locais
-
+ Server deck storageDecks armazenados no servidor
-
-
+
+ Open in deck editorAbrir no editor de decks
-
+ Upload deckUpload do deck
-
+ Download deckDownload do deck
-
-
+
+ New folderNova pasta
-
-
+
+ DeleteApagar
-
+ Enter deck nameIntroduza o nome do deck
-
+ This decklist does not have a name.
Please enter a name:Este deck nao tem um nome
Por favor introduza um nome:
-
+ Unnamed deckDeck sem nome
-
+ Delete local fileApagar ficheiro local
-
-
-
+
+
+ Are you sure you want to delete "%1"?Tem a certeza que deseja apagar "%1"?
-
+ Name of new folder:Nome da nova pasta:
-
+ Delete remote folderEliminar pasta remota
-
+ Delete remote deckApagar deck remoto
@@ -4764,135 +4868,343 @@ Por favor introduza um nome:
TabGame
-
+
+
+ Card Info
+
+
+
+
+
+ Player List
+
+
+
+
+
+ Messages
+
+
+
+
+
+ Replay Timeline
+
+
+
+ &PhasesFa&ses
-
+ &Game&Jogo
-
+ Next &phasePróxima &fase
-
+ Next &turnPróximo &turno
-
+ &Remove all local arrows&Remover todas as setas locais
-
+ Rotate View Cl&ockwise
-
+ Rotate View Co&unterclockwise
-
+ Game &information&Informação do jogo
-
+ &Concede&Conceder
-
+ &Leave gameSair do &jogo
-
+ C&lose replay&Fechar replay
-
+ &Say:&Dizer:
-
+
+ &View
+
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+
+ Floating
+
+
+
+
+ Reset layout
+
+
+
+ ConcedeConceder
-
+ Are you sure you want to concede this game?Tem a certeza que deseja conceder este jogo?
-
+ Leave gameSair do jogo
-
+ Are you sure you want to leave this game?Tem a certeza que deseja sair deste jogo?
-
+ You are flooding the game. Please wait a couple of seconds.
-
+ You have been kicked out of the game.Foi expulso do jogo.
-
+ REPLAY
+
+ TabLog
+
+
+ Logs
+
+
+
+
+
+ Error
+
+
+
+
+ You must select at least one filter.
+
+
+
+
+ You have to select a valid number of days to locate.
+
+
+
+
+ Username:
+
+
+
+
+ IP Address:
+
+
+
+
+ Game Name:
+
+
+
+
+ GameID:
+
+
+
+
+ Message:
+
+
+
+
+ Main Room
+
+
+
+
+ Game Room
+
+
+
+
+ Private Chat
+
+
+
+
+ Past X Days:
+
+
+
+
+ Today
+
+
+
+
+ Last Hour
+
+
+
+
+ Maximum Results:
+
+
+
+
+ At least one filter is required.
+The more information you put in, the more specific your results will be.
+
+
+
+
+ Get User Logs
+
+
+
+
+ Clear Filters
+
+
+
+
+ Filters
+
+
+
+
+ Log Locations
+
+
+
+
+ Date Range
+
+
+
+
+ Maximum Results
+
+
+
+
+ Room Logs
+
+
+
+
+
+
+ Time;SenderName;SenderIP;Message;TargetID;TargetName
+
+
+
+
+ Game Logs
+
+
+
+
+ Chat Logs
+
+
+
+
+
+ Message History
+
+
+
+
+ There are no messages for the selected filters.
+
+
+
+
+ Failed to collect message history information.
+
+
+TabMessage
-
+ Private &chatChat &privado
-
+ &Leave&Abandonar
-
+ %1 - Private chat%1 - Chat privado
-
+ This user is ignoring you.Este utilizador esta a ignorar-te.
-
+ Private message from Mensagem privada de
-
+ %1 has left the server.%1 abandonou o servidor.
-
+ %1 has joined the server.%1 entrou no servidor.
@@ -4900,54 +5212,54 @@ Por favor introduza um nome:
TabReplays
-
+ Local file systemFicheiros locais
-
+ Server replay storageArmazenamento de replays no servidor
-
-
+
+ Watch replayVer replay
-
-
+
+ DeleteApagar
-
+ Download replayDownload replay
-
+ Toggle expiration lockAlternar bloqueio de expiração
-
+ Delete local fileApagar ficheiro local
-
+ Are you sure you want to delete "%1"?Tem a certeza que deseja apagar %1?
-
+ Delete remote replayApagar replay remoto
-
+ Are you sure you want to delete the replay of game %1?Tem a certeza que deseja apagar o replay do jogo %1?
@@ -4960,47 +5272,47 @@ Por favor introduza um nome:
TabRoom
-
+ &Say:&Dizer:
-
+ ChatChat
-
+ &Room&Sala
-
+ &Leave room&Abandonar a sala
-
+ &Clear chat&Limpar chat
-
+ Chat Settings...Definições do chat...
-
+ mentioned you.mencionou-o.
-
+ Click to viewClicar para ver
-
+ You are flooding the chat. Please wait a couple of seconds.Estás a inundar o chat .Por favor aguarde alguns segundos.
@@ -5008,43 +5320,82 @@ Por favor introduza um nome:
TabServer
-
+ ServerServidor
+
+
+
+
+
+ Error
+
+
+
+
+ Failed to join the room: it doesn't exists on the server.
+
+
+
+
+ The server thinks you are in the room but Cockatrice is unable to display it. Try restarting Cockatrice.
+
+
+
+
+ You do not have the required permission to join this room.
+
+
+
+
+ Failed to join the room due to an unknown error: %1.
+
+ TabSupervisor
-
+ Are you sure?Tem a certeza?
-
+ There are still open games. Are you sure you want to quit?Ainda estão a decorrer alguns jogos. Tem a certeza que quer sair?
-
+ Promotion
-
+ You have been promoted to moderator. Please log out and back in for changes to take effect.
+
+
+ Warned
+
+
+
+
+ You have received a warning due to %1.
+Please refrain from engaging in this activity or further actions may be taken against you. If you have any questions, please private message a moderator.
+
+ TabUserLists
-
+ Add to Buddy ListAdicionar à lista de amigos
-
+ Add to Ignore ListAdicionar à lista de ignorados
@@ -5057,94 +5408,153 @@ Por favor introduza um nome:
UserContextMenu
-
+ User &detailsDetalhes do &utilizador
-
+ Private &chatChat &privado
-
+ Show this user's &gamesMostrar os &jogos deste utilizador
-
+ Add to &buddy listAdicionar à &lista de amigos
-
+ Remove from &buddy listRemover da lista de &amigos
-
+ Add to &ignore listAdicionar a lista a i&gnorar
-
+ Remove from &ignore listRemover da lista a &ignorar
-
+ Kick from &gameExpulsar do &jogo
-
+
+ Warn user
+
+
+
+
+ View user's war&n history
+
+
+
+ Ban from &serverBanir do &servidor
-
+
+ View user's &ban history
+
+
+
+ &Promote user to moderator
-
+ Dem&ote user from moderator
-
+ %1's gamesjogos de %1
-
-
+
+
+
+ Ban History
+
+
+
+
+ Ban Time;Moderator;Ban Length;Ban Reason;Visible Reason
+
+
+
+
+ User has never been banned.
+
+
+
+
+ Failed to collecting ban information.
+
+
+
+
+
+
+ Warning History
+
+
+
+
+ Warning Time;Moderator;User Name;Reason
+
+
+
+
+ User has never been warned.
+
+
+
+
+ Failed to collecting warning information.
+
+
+
+
+ Success
-
+ Successfully promoted user.
-
+ Successfully demoted user.
-
-
+
+ Failed
-
+ Failed to promote user.
-
+ Failed to demote user.
@@ -5316,42 +5726,42 @@ Por favor introduza um nome:
UserInterfaceSettingsPage
-
+ General interface settingsConfigurações gerais da interface
-
+ Enable notifications in taskbarPermitir notificações na barra de tarefas
-
+ Notify in the taskbar for game events while you are spectating
-
+ &Double-click cards to play them (instead of single-click)Clicar &duas vezes nas cartas para as jogar (ao invés de clicar apenas uma vez)
-
+ &Play all nonlands onto the stack (not the battlefield) by default
-
+ Annotate card text on tokens
-
+ Animation settingsConfigurações de Animações
-
+ &Tap/untap animationAnimação de &virar/desvirar
@@ -5359,95 +5769,134 @@ Por favor introduza um nome:
UserList
-
+ Users connected to server: %1Utilizadores online: %1
-
+ Users in this room: %1Utilizadores nesta sala:%1
-
+ Buddies online: %1 / %2Amigos online: %1 / %2
-
+ Ignored users online: %1 / %2Utilizadores ignorados online %1 / %2
+
+ WarningDialog
+
+
+ Which warning would you like to send?
+
+
+
+
+ &OK
+
+
+
+
+ &Cancel
+
+
+
+
+ Warn user for misconduct
+
+
+
+
+
+ Error
+
+
+
+
+ User name to send a warning to can not be blank, please specify a user to warn.
+
+
+
+
+ Warning to use can not be blank, please select a valid warning to send.
+
+
+WndSets
-
+ Enable all sets
-
+ Disable all sets
-
+ Move selected set up
-
+ Move selected set to the top
-
+ Move selected set down
-
+ Move selected set to the bottom
-
+ hints:
-
+ Enable the sets that you want to have available in the deck editor
-
+ Move sets around to change their order, or click on a column header to sort sets on that field
-
+ Sets order decides the source that will be used when loading images for a specific card
-
+ Disabled sets will be used for loading images only if all the enabled sets failed
-
+ Edit setsEditar expansões
-
+ SuccessSucesso
-
+ The sets database has been saved successfully.A base de dados das expansões foi guardada com sucesso
@@ -5455,22 +5904,22 @@ Por favor introduza um nome:
ZoneViewWidget
-
+ sort by namedispor por nome
-
+ sort by typedispor por tipo
-
+ shuffle when closingbaralhar quando terminar
-
+ pile view
@@ -5478,557 +5927,572 @@ Por favor introduza um nome:
shortcutsTab
-
+ Form
-
+ Main Window
-
+ Deck editor
-
+ Local gameplay
-
+ Watch replay
-
+ Connect
-
+ Register
-
+ Full screen
-
+ Settings
-
+ Check for card updates
-
+ Exit
-
+ Deck Editor
-
+ Analyze deck
-
+ Load deck (clipboard)
-
+ Clerar all filters
-
+ New deck
-
+ Clear one filter
-
+ Open custom folder
-
+ Close
-
+ Print deck
-
+ Edit sets
-
+ Delete card
-
+ Edit tokens
-
+ Reset layout
-
+ Add card
-
+ Save deck
-
+ Remove card
-
+ Save deck as
-
+ Load deck
-
+ Save deck (clipboard)
-
-
+
+ Counters
-
+ Life
-
-
-
-
-
+
+
+
+
+ Set
-
-
-
-
+
+
+
+ Add
-
-
-
-
+
+
+
+ Remove
-
+ Red
-
+ Green
-
+ Yellow
-
-
- Mainwindow / Deck editor
-
-
-
-
- Power / toughness
-
-
-
-
- Power and toughness
-
-
-
-
- Add (+1/+1)
-
-
-
-
- Remove (-1/-1)
-
-
-
-
- Toughness
-
-
-
-
- Remove (-0/-1)
-
-
-
-
- Add (+0/+1)
-
-
-
-
- Power
-
-
-
-
- Remove (-1/-0)
-
-
-
-
- Add (+1/+0)
-
-
-
-
- Game Phases
-
-
-
-
- Untap
-
-
-
-
- Disconnect
-
-
-
-
- Upkeep
-
-
-
-
-
- Draw
-
-
-
-
- Main 1
-
-
-
-
- Start combat
-
-
-
-
- Attack
-
-
-
-
- Block
-
-
-
-
- Damage
-
-
-
-
- End combat
-
-
-
-
- Main 2
-
-
-
-
- End
-
-
-
-
- Next phase
-
-
-
-
- Next turn
-
-
-
-
- Player
-
-
-
-
- Tap Card
-
-
-
-
- Untap Card
-
-
-
-
- Untap all
-
-
-
-
- Toogle untap
-
-
-
-
- Flip card
-
-
-
-
- Peek card
-
-
-
-
- Play card
-
-
-
-
- Attach card
-
-
-
-
- Unattach card
-
-
-
-
- Clone card
-
-
-
-
- Create token
-
-
-
-
- Create another token
-
-
-
-
- Set annotation
-
-
-
-
- Phases / P/T / Player
-
-
-
-
- Move card to
-
-
-
-
- Bottom library
-
-
-
-
- Top library
-
-
-
-
-
- Graveyard
-
-
-
-
-
- Exile
-
-
-
-
- Hand
-
-
-
-
- View
-
-
- Library
-
-
-
-
- Tops card of library
-
-
-
-
- Sideboard
-
-
-
-
- Close recent view
-
-
-
-
- Pre-play
-
-
-
-
- Load remote deck
-
-
-
-
- Load local deck
-
-
-
-
- Game play
-
-
-
-
- Draw arrow
-
-
-
-
- Leave game
-
-
-
-
- Remove local arrows
-
-
-
-
- Concede
-
-
-
-
- Roll dice
+ Playing Area
- Rotate view CW
+ Phases | P/T | Playing Area
+
+
+
+
+ Game Lobby
+
+
+
+
+ Gameplay
+
+
+
+
+ Draw | Move | View | Gameplay
+
+
+
+
+ How to set custom shortcuts
+
+
+
+
+ Restore all default shortcuts
+
+
+
+
+ Clear all shortcuts
+
+
+
+
+ Add (+1/+1)
+
+
+
+
+ Remove (-1/-1)
+
+
+
+
+ Toughness
+
+
+
+
+ Remove (-0/-1)
+
+
+
+
+ Add (+0/+1)
+
+
+
+
+ Power
+
+
+
+
+ Remove (-1/-0)
+
+
+
+
+ Add (+1/+0)
+
+
+
+
+ Game Phases
+
+
+
+
+ Untap
+
+
+
+
+ Disconnect
+
+
+
+
+ Main Window | Deck Editor
+
+
+
+
+ Power / Toughness
+
+
+
+
+ Power and Toughness
+
+
+
+
+ Upkeep
+
+
+
+
+
+ Draw
+
+
+
+
+ Main 1
+
+
+
+
+ Start combat
+
+
+
+
+ Attack
+
+
+
+
+ Block
+
+
+
+
+ Damage
+
+
+
+
+ End combat
+
+
+
+
+ Main 2
+
+
+
+
+ End
+
+
+
+
+ Next phase
+
+
+
+
+ Next turn
+
+
+
+
+ Tap Card
+
+
+
+
+ Untap Card
+
+
+
+
+ Untap all
+
+
+
+
+ Toogle untap
+
+
+
+
+ Flip card
+
+
+
+
+ Peek card
+
+
+
+
+ Play card
+
+
+
+
+ Attach card
+
+
+
+
+ Unattach card
+
+
+
+
+ Clone card
+
+
+
+
+ Create token
+
+
+
+
+ Create another token
+
+
+
+
+ Set annotation
- Shuffle library
+ Move card to
- Rotate view CCW
+ Bottom library
+
+
+
+
+ Top library
- Mulligan
+
+ Graveyard
- Draw card
+
+ Exile
- Draw cards
+ Hand
- Undo draw
-
-
-
-
- Always reveal top card
+ View
- Draw / Move / View / Game play
+ Library
+
+
+
+
+ Tops card of library
+
+
+
+
+ Sideboard
+
+
+
+
+ Close recent view
+
+
+
+
+ Load remote deck
+
+
+
+
+ Load local deck
+
+
+
+
+ Draw arrow
+
+
+
+
+ Leave game
+
+
+
+
+ Remove local arrows
+
+
+
+
+ Concede
+
+
+
+
+ Roll dice
+
+
+
+
+ Rotate view CW
+
+
+
+
+ Shuffle library
+
+
+
+
+ Rotate view CCW
+
+
+
+
+ Mulligan
+
+
+
+
+ Draw card
+
+
+
+
+ Draw cards
+
+
+
+
+ Undo draw
+
+
+
+
+ Always reveal top card
diff --git a/cockatrice/translations/cockatrice_pt_BR.ts b/cockatrice/translations/cockatrice_pt_BR.ts
index fb1e619cd..9d3485c68 100644
--- a/cockatrice/translations/cockatrice_pt_BR.ts
+++ b/cockatrice/translations/cockatrice_pt_BR.ts
@@ -20,57 +20,57 @@
AppearanceSettingsPage
-
+ Theme settings
-
+ Current theme:
-
+ Card renderingRenderização do card
-
+ Display card names on cards having a pictureMostrar o nome dos cards nos cards que tem imagem
-
+ Scale cards on mouse overRedimensionar cartas ao passar o mouse
-
+ Hand layoutLayout da mão
-
+ Display hand horizontally (wastes space)Mostrar a mão na horizontal (desperdiça espaço)
-
+ Enable left justificationHabilitada justificação à esquerda
-
+ Table grid layoutLayout do campo de batalha
-
+ Invert vertical coordinateInverter a coordenada vertical
-
+ Minimum player count for multi-column layout:Contador mínimo de jogadores para o layout de multicolunas
@@ -78,107 +78,107 @@
BanDialog
-
+ ban &user namebanido usuário &user
-
+ ban &IP addressbanido endereço &IP
-
+ ban client I&D
-
+ Ban typeTipo de banimento
-
+ &permanent banbanido &permanentemente
-
+ &temporary banBanido &temporariamente
-
+ &Days:&Dias:
-
+ &Hours:&Horas:
-
+ &Minutes:&Minutos:
-
+ Duration of the banDuração do banimento
-
+ Please enter the reason for the ban.
This is only saved for moderators and cannot be seen by the banned person.Por favor, entre com o motivo do banimento.
Isto será visto somente por moderadores e não pode ser visto pela pessoa banida.
-
+ Please enter the reason for the ban that will be visible to the banned person.Por favor, entre com o motivo para o banimento que será visível pela pessoa banida.
-
+ &OK&OK
-
+ &Cancel&Cancelar
-
+ Ban user from serverBanir usuário do servidor
-
-
-
-
+
+
+
+ ErrorErro
-
+ You have to select a name-based, IP-based, clientId based, or some combination of the three to place a ban.
-
+ You must have a value in the name ban when selecting the name ban checkbox.
-
+ You must have a value in the ip ban when selecting the ip ban checkbox.
-
+ You must have a value in the clientid ban when selecting the clientid ban checkbox.
@@ -186,12 +186,12 @@ Isto será visto somente por moderadores e não pode ser visto pela pessoa banid
CardDatabase
-
+ New sets foundNovas expansões encontradas
-
+ %1 new set(s) have been found in the card database. Do you want to enable them?
@@ -199,27 +199,27 @@ Isto será visto somente por moderadores e não pode ser visto pela pessoa banid
CardDatabaseModel
-
+ NameNome
-
+ SetsExpansões
-
+ Mana costCusto de mana
-
+ Card typeTipo de card
-
+ P/TP/R
@@ -278,47 +278,47 @@ Isto será visto somente por moderadores e não pode ser visto pela pessoa banid
CardInfoWidget
-
+ Show card onlyMostrar somente card
-
+ Show text onlyMostrar somente texto
-
+ Show full infoMostrar informação completa
-
+ Name:Nome:
-
+ Mana cost:Custo de mana:
-
+ Color(s):
-
+ Card type:Tipo de card:
-
+ P / T:P / R:
-
+ Loyalty:Lealdade:
@@ -582,12 +582,12 @@ Isto será visto somente por moderadores e não pode ser visto pela pessoa banid
DeckEditorSettingsPage
-
+ Nothing is here... yetNada aqui... ainda
-
+ GeneralGeneral
@@ -627,42 +627,42 @@ Isto será visto somente por moderadores e não pode ser visto pela pessoa banid
DeckViewContainer
-
+ Load local deckCarregar deck local
-
+ Load deck from serverCarregar deck do servidor
-
+ Ready to s&tart&Pronto para começar
-
+ S&ideboard unlockedSideboard liberado
-
+ S&ideboard lockedSideboard travado
-
+ Load deckCarregar deck
-
+ ErrorErro
-
+ The selected file could not be loaded.O arquivo selecionado não pode ser carregado
@@ -708,55 +708,65 @@ Isto será visto somente por moderadores e não pode ser visto pela pessoa banid
DlgConnect
-
+ Previous Host
-
+ New Host
-
+ &Host:&Servidor:
-
+ Enter host name
-
+ &Port:&Porta:
-
+ Player &name:Nome do &jogador:
-
+ P&assword:S&enha:
-
+ &Save password&salvar senha
-
+ A&uto connect at start&Começar automaticamente no início
-
+ Connect to serverConectar ao servidor
+
+
+ Connect Warning
+
+
+
+
+ The player name can't be empty.
+
+ DlgCreateGame
@@ -826,27 +836,27 @@ Isto será visto somente por moderadores e não pode ser visto pela pessoa banid
Visitantes
-
+ &Clear
-
+ Create gameCriar jogo
-
+ Game informationInformação de jogo
-
+ ErrorErro
-
+ Server error.Erro do servidor.
@@ -1306,6 +1316,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
+ Registration Warning
@@ -1319,6 +1330,11 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Your email addresses do not match, please try again.
+
+
+ The player name can't be empty.
+
+ Country:
@@ -1338,19 +1354,19 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
DlgSettings
-
-
-
+
+
+ ErrorErro
-
+ Unknown Error loading card databaseErro desconhecido ao carregar bando de dados de cartas
-
+ Your card database is invalid.
Cockatrice may not function correctly with an invalid database
@@ -1367,7 +1383,7 @@ Você pode precisar rodar o Oracle novamente para atualizar o banco de dados de
Você gostaria de mudar o local da configuração de seu banco de dados?
-
+ Your card database version is too old.
This can cause problems loading card information or images
@@ -1384,7 +1400,7 @@ Usualmente isto pode ser consertado rodando novamente o Oracle para atualizar se
Você gostaria de alterar o local da configuração de seu banco de dados?
-
+ File Error loading your card database.
Would you like to change your database location setting?
@@ -1393,7 +1409,7 @@ Would you like to change your database location setting?
Você gostaria de alterar seu local de configuração de seu banco de dados?
-
+ Your card database was loaded but contains no cards.
Would you like to change your database location setting?
@@ -1402,7 +1418,7 @@ Would you like to change your database location setting?
Você gostaria de alterar seu local de configuração de banco de dados?
-
+ Your card database did not finish loading
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your cards.xml attached
@@ -1415,7 +1431,7 @@ Por favor, crie um ticket em http://github.com/Cockatrice/Cockatrice/issues com
Você gostaria de alterar seu local de configuração do banco de dados?
-
+ Unknown card database load status
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues
@@ -1428,56 +1444,91 @@ Por favor, crie um ticket em http://github.com/Cockatrice/Cockatrice/issues
Você gostaria de alterar seu local de configuração do banco de dados?
-
+ The path to your deck directory is invalid. Would you like to go back and set the correct path?O caminho para a sua pasta de decks é inválido. Você gostaria de voltar e corrigir o caminho?
-
+ The path to your card pictures directory is invalid. Would you like to go back and set the correct path?O caminho para a sua pasta de imagens de cards é inválido. Você gostaria de voltar e corrigir o caminho?
-
+ SettingsConfigurações
-
+ GeneralGeral
-
+ AppearanceAparência
-
+ User InterfaceInterface do usuário
-
+ Deck EditorEditor de &decks
-
+ ChatConversa
-
+ SoundSom
-
+ Shortcuts
+
+ DlgUpdate
+
+
+ Error
+
+
+
+
+ Cockatrice was not built with SSL support, so cannot download updates! Please visit the download page and update manually.
+
+
+
+
+ Your version of Cockatrice is out of date, but there are no packages available for your operating system. You may have to use a developer build or build from source yourself. Please visit the download page.
+
+
+
+
+ Cockatrice Update
+
+
+
+
+ Your version of Cockatrice is up to date.
+
+
+
+
+
+
+ Update Error
+
+
+GameSelector
@@ -1691,112 +1742,118 @@ Você gostaria de alterar seu local de configuração do banco de dados?
GeneralSettingsPage
-
+ Reset/Clear Downloaded PicturesReiniciar/Limpar imagens baixadas
-
-
-
-
-
+
+
+
+
+ Choose pathEscolher caminho
-
+ SuccessSucesso
-
+ Downloaded card pictures have been reset.Imagens de cartas baixadas foram reiniciadas.
-
+ ErrorErro
-
+ One or more downloaded card pictures could not be cleared.Um ou mais imagens baixadas não puderam ser limpas.
-
+ Personal settingsConfigurações pessoais
-
+ Language:Língua:
-
+ Download card pictures on the flyBaixar a imagem dos cards em tempo real
-
- Download card pictures from a custom URL
- Baixar a imagem de cartas de uma URL diferente
-
-
-
- Custom Card Download URL:
+
+ Primary download URL:
-
- Linking FAQ
+
+ Fallback download URL:
-
+
+
+ Reset
+
+
+
+
+ How to set a custom picture url
+
+
+
+ Notify when new client features are available
-
+ PathsCaminhos
-
+ Decks directory:Pasta de decks:
-
+ Replays directory:Diretório de replays:
-
+ Pictures directory:Pasta de imagens:
-
+ Card database:Banco de dados de cartas:
-
+ Token database:Banco de dados de fichas:
-
+ Picture cache size:Tamanho imagem:
-
+ EnglishPortuguês do Brasil (Brazilian Portuguese)
@@ -1804,49 +1861,49 @@ Você gostaria de alterar seu local de configuração do banco de dados?
MainWindow
-
+ There are too many concurrent connections from your address.Há conexões concorrentes demais vinds do seu endereço.
-
+ Scheduled server shutdown.Servidor de eventos fora do ar.
-
+ Banned by moderatorBanido pelo moderador
-
+ Expected end time: %1Esperado tempo para fim: %1
-
+ This ban lasts indefinitely.Este banido indefinidamente.
-
+ Connection closedConexão fechada
-
+ The server has terminated your connection.
Reason: %1O servidor terminou sua conexão.
Razão: %1
-
+ Scheduled server shutdownServidor de eventos fora do ar
-
+ The server is going to be restarted in %n minute(s).
All running games will be lost.
Reason for shutdown: %1
@@ -1857,498 +1914,508 @@ Todos os jogos serão perdidos.
Motivo para desligar: %1
-
+ Number of playersNúmero de jogadores
-
+ Please enter the number of players.Por favor, entre o número de jogadores.
-
+ Player %1Jogador %1
-
+ Load replayCarregar replay
-
+ About CockatriceSobre o Cockatrice
-
+ Version %1Versão %1
-
+ Translators:Tradutores:
-
+ Project Manager:
-
+ The server has reached its maximum user capacity, please check back later.
-
-
+
+ Invalid username.Usuário inválido
-
+ You have been logged out due to logging in at another location.
-
-
+
+ SuccessSucesso
-
+ Registration accepted.
Will now login.
-
+ Account activation accepted.
Will now login.
-
-
- Past Project Managers:
-
-
-
-
- Developers:
-
-
-
-
- Our Developers
-
-
-
-
- Help Develop!
-
-
- Recognition Page
-
-
-
-
- Help Translate!
+ Cockatrice Webpage
- Support:
+ Past Project Managers:
+ Developers:
+
+
+
+
+ Our Developers
+
+
+
+
+ Help Develop!
+
+
+
+
+ Recognition Page
+
+
+
+
+ Help Translate!
+
+
+
+
+ Support:
+
+
+
+ Report an Issue
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ErrorErro
-
+ Server timeoutTempo esgotado do servidor
-
+ Failed Login
-
+ Your client does not support features that the server requires, please update your client and try again.
-
+ Incorrect username or password. Please check your authentication information and try again.Usuário ou senha incorretos. Por favor, verifique suas informações de autenticação e tente novamente.
-
+ There is already an active session using this user name.
Please close that session first and re-login.Já existe uma sessão ativa usando este nome de usuário.
Por favor, feche a sessão primeiro e logue novamente.
-
-
+
+ You are banned until %1.Você está banido até %1.
-
-
+
+ You are banned indefinitely.Você está banido indefinidamente.
-
+ This server requires user registration. Do you want to register now?
-
+ This server requires client ID's. Your client is either failing to generate an ID or you are running a modified client.
Please close and reopen your client to try again.
-
+ An internal error has occurred, please try closing and reopening your client and try again. If the error persists try updating your client to the most recent build and if need be contact your software provider.
-
+ Account activation
-
+ Unknown login error: %1Erro de login desconhecido: %1
-
-
+
+
This usually means that your client version is out of date, and the server sent a reply your client doesn't understand.
-
+ Your username must respect these rules:
-
+ is %1 - %2 characters long
-
+ can %1 contain lowercase characters
-
-
-
+
+
+ NOT
-
+ can %1 contain uppercase characters
-
+ can %1 contain numeric characters
-
+ can contain the following punctuation: %1
-
+ first character can %1 be a punctuation mark
-
+ You may only use A-Z, a-z, 0-9, _, ., and - in your username.
-
-
-
-
-
+
+
+
+
+ Registration denied
-
+ Registration is currently disabled on this server
-
+ There is already an existing account with the same user name.
-
+ It's mandatory to specify a valid email address when registering.
-
+ Too many registration attempts from your IP address.
-
+ Password too short.
-
+ Registration failed for a technical problem on the server.
-
+ Unknown registration error: %1
-
+ Account activation failed
-
+ Socket error: %1Erro de ligação:%1
-
+ You are trying to connect to an obsolete server. Please downgrade your Cockatrice version or connect to a suitable server.
Local version is %1, remote version is %2.Você está tentando conectar a um servidor obsoleto. Por favor, faça um downgrade na versão do seu Cockatrice ou conecte-se ao servidor correto.
A versão local é %1 e a versão remota é %2.
-
+ Your Cockatrice client is obsolete. Please update your Cockatrice version.
Local version is %1, remote version is %2.A versão do seu Cockatrice é obsoleta. Por favor, atualize a sua versão.
A versão local é %1 e a versão remota é %2.
-
+ Connecting to %1...Conectando a %1...
-
+ Registering to %1 as %2...
-
+ DisconnectedDesconectado
-
+ Connected, logging in at %1Conectado, logando em %1
-
+ &Connect...&Conectar...
-
+ &Disconnect&Desconectar
-
+ Start &local game...Iniciar jogo &local...
-
+ &Watch replay...&Assistir replay...
-
+ &Deck editorEditor de &decks
-
+ &Full screenTela &cheia
-
+ &Register to server...&Registrar ao servidor:
-
+ &Settings...&Configurações...
-
-
+
+ &Exit&Sair
-
+ A&ctionsAçõ&es
-
+ &Cockatrice&Cockatrice
-
+ &About CockatriceSo&bre o Cockatrice
-
+
+ &Update Cockatrice
+
+
+
+ &Help&Ajuda
-
+ Check for card updates...
-
+ A card database update is already running.
-
+ Unable to run the card database updater:
-
+ The card database updater exited with an error: %1
-
+ Update completed successfully. Cockatrice will now reload the card database.
-
+ Your client appears to be missing features that the server supports.
This usually means that your client version is out of date, please check to see if there is a new client available for download.
-
-
-
+
+
+ InformationInformação
-
+ Troubleshooting
-
+ F.A.Q.
-
+ Your account has not been activated yet.
You need to provide the activation token received in the activation email
-
+ failed to start.
-
+ crashed.
-
+ timed out.
-
+ write error.erro na escrita.
-
+ read error.erro na leitura.
-
+ unknown error.erro desconhecido.
@@ -2356,17 +2423,17 @@ You need to provide the activation token received in the activation email
MessageLogWidget
-
+ The game has been closed.O jogo foi fechado.
-
+ %1 is now watching the game.%1 está assistindo o jogo agora.
-
+ %1 is not watching the game any more.%1 não está mais assistindo o jogo.
@@ -2414,136 +2481,136 @@ You need to provide the activation token received in the activation email%1 entrou no jogo.
-
+ %1 has left the game.female%1 deixou o jogo.
-
+ %1 has left the game.male%1 deixou o jogo.
-
+ You have been kicked out of the game.Você foi 'chutado' do jogo.
-
+ %1 has loaded a deck (%2).%1 carregou um deck (%2).
-
+ %1 has loaded a deck with %2 sideboard cards (%3).%1 carregou um deck com %2 cartas no sideboard (%3).
-
+ %1 is ready to start the game.female%1 está pronto para iniciar o jogo.
-
+ %1 is ready to start the game.male%1 está pronto para iniciar o jogo.
-
+ %1 is not ready to start the game any more.female%1 não está mais pronto para iniciar o jogo.
-
+ %1 is not ready to start the game any more.male%1 não está mais pronto para iniciar o jogo.
-
+ %1 has locked her sideboard.female%1 foi travado seu sideboard.
-
+ %1 has locked his sideboard.male%1 foi travado seu sideboard.
-
+ %1 has unlocked her sideboard.female%1 tem liberado seu sideboard.
-
+ %1 has unlocked his sideboard.male%1 tem liberado seu sideboard.
-
+ %1 has conceded the game.female%1 concedeu o jogo.
-
+ %1 has conceded the game.male%1 concedeu o jogo.
-
-
- %1 has restored connection to the game.
- female
- %1 restaurou a conexão com o jogo.
-
-
-
- %1 has restored connection to the game.
- male
- %1 restaurou a conexão com o jogo.
-
- %1 has lost connection to the game.
+ %1 has restored connection to the game.female
- %1 perdeu conexão com o jogo.
+ %1 restaurou a conexão com o jogo.
+ %1 has restored connection to the game.
+ male
+ %1 restaurou a conexão com o jogo.
+
+
+
+ %1 has lost connection to the game.
+ female
+ %1 perdeu conexão com o jogo.
+
+
+ %1 has lost connection to the game.male%1 perdeu conexão com o jogo.
-
+ %1 shuffles %2.female%1 embaralha %2.
-
+ %1 shuffles %2.male%1 embaralha %2.
-
+ %1 rolls a %2 with a %3-sided die.female%1 roda um %2 com um dado de %3 faces.
-
+ %1 rolls a %2 with a %3-sided die.male%1 roda um %2 com um dado de %3 faces.
@@ -2565,464 +2632,486 @@ You need to provide the activation token received in the activation email
-
+ %1 undoes his last draw.%1 desfaz sua última compra.
-
+ %1 undoes her last draw.%1 desfaz sua última compra.
-
+ %1 undoes his last draw (%2).%1 desfaz sua última compra (%2).
-
+ %1 undoes her last draw (%2).%1 desfaz sua última compra (%2).
-
+ from exile vindo do exílio
-
+ the bottom card of %1's librarya carta do fundo do grimório de %1
-
+ the bottom card of his libraryo card do fundo do seu grimório
-
+ the bottom card of her librarya carta do fundo de seu grimório
-
+ from the bottom of %1's librarydo fundo do grimório de %1
-
+ from the bottom of his library vindo do fundo do seu grimório
-
+ from the bottom of her librarydo fundo de seu grimório
-
+ the top card of %1's librarya carta do topo do grimório de %1
-
+
+ Heads (1)
+
+
+
+
+ Tails (2)
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ female
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ male
+
+
+
+ the top card of his libraryo card do topo do seu grimório
-
+ the top card of her librarya carta do topo de seu grimório
-
+ from the top of %1's librarydo topo do grimório de %1
-
+ from the top of his library vindo do topo do seu grimório
-
+ from the top of her librarydo topo de seu grimório
-
+ from %1's librarydo grimório de %1
-
+ from library vindo do grimório
-
+ from sideboard vindo do sideboard
-
+ from the stack vindo da pilha
-
+ %1 gives %2 control over %3.%1 dá controle para %2 sobre %3.
-
+ %1 puts %2 into play tapped%3.%1 põe %2 em jogo virado%3.
-
+ %1 puts %2 into play%3.%1 põe %2 no campo de batalha %3.
-
+ %1 exiles %2%3.%1 exila %2%3.
-
+ %1 puts %2%3 into his library.%1 põe %2 no seu grimório%3.
-
+ %1 puts %2%3 into her library.%1 coloca %2%3 em seu grimório.
-
+ %1 puts %2%3 on bottom of his library.%1 põe %2 no fundo do seu grimório%3.
-
+ %1 puts %2%3 on bottom of her library.%1 coloca %2%3 no fundo de seu grimório.
-
+ %1 puts %2%3 on top of his library.%1 põe %2 no topo do seu grimório%3.
-
+ %1 puts %2%3 on top of her library.%1 coloca %2%3 no topo de seu grimório.
-
+ %1 puts %2%3 into his library at position %4.%1 põe %2 no seu grimório na posição %4%3.
-
+ %1 puts %2%3 into her library at position %4.%1 coloca %2%3 em seu grimório na posição %4.
-
+ %1 moves %2%3 to sideboard.%1 move %2 para o sideboard%3.
-
+ %1 plays %2%3.%1 põe %2 na pilha%3.
-
+ %1 takes a mulligan to %n.female%1 mulliga a %n.%1 mulliga a %n.
-
+ %1 takes a mulligan to %n.male%1 mulliga a %n.%1 mulliga a %n.
-
+ %1 flips %2 face-down.female%1 flipa %2 face-para-baixo.
-
+ %1 flips %2 face-down.male%1 flipa %2 face-para-baixo.
-
+ %1 flips %2 face-up.female%1 flipa %2 face-para-cima.
-
+ %1 flips %2 face-up.male%1 flipa %2 face-para-cima.
-
+ %1 destroys %2.female%1 destrói %2.
-
+ %1 destroys %2.male%1 destrói %2.
-
+ %1 unattaches %2.female%1 desanexa %2.
-
+ %1 unattaches %2.male%1 desanexa %2.
-
+ %1 creates token: %2%3.female%1 cria a ficha: %2%3.
-
+ %1 creates token: %2%3.male%1 cria a ficha: %2%3.
-
+ %1 points from her %2 to herself.female%1 pontos de sua %2 para ela mesma.
-
+ %1 points from his %2 to himself.male%1 pontos de sua %2 para ele mesmo.
-
+ %1 points from her %2 to %3.p1 female, p2 female%1 pontos de sua %2 para %3.
-
+ %1 points from her %2 to %3.p1 female, p2 male%1 pontos de sua %2 para %3.
-
+ %1 points from his %2 to %3.p1 male, p2 female%1 pontos de seu %2 para %3.
-
+ %1 points from his %2 to %3.p1 male, p2 male%1 pontos de seu %2 para %3.
-
+ %1 points from %2's %3 to herself.card owner female, target female%1 pontos de sua %2 %3 para ele mesmo.
-
+ %1 points from %2's %3 to herself.card owner male, target female%1 pontos de sua %2 %3 para ela mesmo.
-
+ %1 points from %2's %3 to himself.card owner female, target male%1 pontos de sua %2 %3 para ele mesmo.
-
+ %1 points from %2's %3 to himself.card owner male, target male%1 pontos de sua %2 %3 para ele mesmo.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 female%1 pontos de %2 %3 para %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 male%1 pontos de %2 %3 para %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 female%1 pontos de %2 %3 para %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 male%1 pontos de %2 %3 para %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 female%1 pontos de %2 %3 para %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 male%1 pontos de %2 %3 para %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 female%1 pontos de %2 %3 para %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 male%1 pontos de %2 %3 para %4.
-
+ %1 points from her %2 to her %3.female%1 pontos de sua %2 para sua %3.
-
+ %1 points from his %2 to his %3.male%1 pontos de sua %2 para sua %3.
-
+ %1 points from her %2 to %3's %4.p1 female, p2 female%1 pontos de sua %2 para %3 %4.
-
+ %1 points from her %2 to %3's %4.p1 female, p2 male%1 pontos de sua %2 para %3 %4.
-
+ %1 points from his %2 to %3's %4.p1 male, p2 female%1 pontos de sua %2 para %3 %4.
-
+ %1 points from his %2 to %3's %4.p1 male, p2 male%1 pontos de sua %2 para %3 %4.
-
+ %1 points from %2's %3 to her own %4.card owner female, target female%1 pontos de sua %2 %3 para sua própria %4.
-
+ %1 points from %2's %3 to her own %4.card owner male, target female%1 pontos de sua %2 %3 para sua própria %4.
-
+ %1 points from %2's %3 to his own %4.card owner female, target male%1 pontos de sua %2 %3 para sua própria %4.
-
+ %1 points from %2's %3 to his own %4.card owner male, target male%1 pontos de sua %2 %3 para sua própria %4.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 female%1 pontos de %2 %3 para %4 %5.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 male%1 pontos de %2 %3 para %4 %5.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 female%1 pontos de %2 %3 para %4 %5.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 male%1 pontos de %2 %3 para %4 %5.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 female%1 pontos de %2 %3 para %4 %5.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 male%1 pontos de %2 %3 para %4 %5.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 female%1 pontos de %2 %3 para %4 %5.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 male%1 pontos de %2 %3 para %4 %5.
@@ -3048,121 +3137,121 @@ You need to provide the activation token received in the activation email%1 remove um %2 marcadores de %3 (agora %4).%1 remove %n %2 marcadores de %3 (agora %4).
-
+ %1 taps her permanents.female%1 vira suas permanentes.
-
+ %1 untaps her permanents.female%1 desvira suas permanentes.
-
+ %1 taps his permanents.male%1 vira suas permanentes.
-
+ %1 untaps his permanents.male%1 desvira suas permanentes.
-
+ %1 taps %2.female%1 vira %2
-
+ %1 untaps %2.female%1 desvira %2.
-
+ %1 taps %2.male%1 vira %2.
-
+ %1 untaps %2.male%1 desvira %2.
-
+ %1 sets counter %2 to %3 (%4%5).female%1 define marcadores %2 para %3 (%4%5).
-
+ %1 sets counter %2 to %3 (%4%5).male%1 define marcadores %2 para %3 (%4%5).
-
+ %1 sets %2 to not untap normally.female%1 define %2 não desviram normalmente.
-
+ %1 sets %2 to not untap normally.male%1 define %2 não desviram normalmente.
-
+ %1 sets %2 to untap normally.female%1 define %2 desviram normalmente.
-
+ %1 sets %2 to untap normally.male%1 define %2 desviram normalmente.
-
+ %1 sets PT of %2 to %3.female%1 define P/R de %2 para %3.
-
+ %1 sets PT of %2 to %3.male%1 define P/R de %2 para %3.
-
+ %1 sets annotation of %2 to %3.female%1 altera a nota de %2 para %3.
-
+ %1 sets annotation of %2 to %3.male%1 altera a nota de %2 para %3.
-
+ %1 is looking at %2.female%1 está olhando em %2.
-
+ %1 is looking at %2.male%1 está olhando em %2.
@@ -3178,174 +3267,174 @@ You need to provide the activation token received in the activation email%1 está olhando o topo de %2.%1 está olhando %n cartas do topo de %2.
-
+ %1 stops looking at %2.female%1 parou de olhar em %2.
-
+ %1 stops looking at %2.male%1 parou de olhar em %2.
-
+ %1 reveals %2 to %3.p1 female, p2 female%1 revela %2 para %3.
-
-
- %1 reveals %2 to %3.
- p1 female, p2 male
- %1 revela %2 para %3.
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 female
- %1 revela %2 para %3.
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 male
- %1 revela %2 para %3.
-
-
-
- %1 reveals %2.
- female
- %1 revela %2.
-
-
-
- %1 reveals %2.
- male
- %1 revela %2.
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 female
- %1 aleatoriamente revela %2 %3 para %4.
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 male
- %1 aleatoriamente revela %2 %3 para %4.
-
+ %1 reveals %2 to %3.
+ p1 female, p2 male
+ %1 revela %2 para %3.
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 female
+ %1 revela %2 para %3.
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 male
+ %1 revela %2 para %3.
+
+
+
+ %1 reveals %2.
+ female
+ %1 revela %2.
+
+
+
+ %1 reveals %2.
+ male
+ %1 revela %2.
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 female
+ %1 aleatoriamente revela %2 %3 para %4.
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 male
+ %1 aleatoriamente revela %2 %3 para %4.
+
+
+ %1 randomly reveals %2%3 to %4.p1 male, p2 female%1 aleatoriamente revela %2 %3 para %4.
-
+ %1 randomly reveals %2%3 to %4.p1 male, p2 male%1 aleatoriamente revela %2 %3 para %4.
-
+ %1 randomly reveals %2%3.female%1 aleatoriamente revela %2 %3.
-
+ %1 randomly reveals %2%3.male%1 aleatoriamente revela %2 %3.
-
+ %1 peeks at face down card #%2.female%1 olha a carta face-para-baixo #%2.
-
+ %1 peeks at face down card #%2.male%1 olha a carta face-para-baixo #%2.
-
+ %1 peeks at face down card #%2: %3.female%1 olha a carta face-para-baixo #%2: %3.
-
+ %1 peeks at face down card #%2: %3.male%1 olha a carta face-para-baixo #%2: %3.
-
+ %1 reveals %2%3 to %4.p1 female, p2 female%1 revela %2 %3 para %4.
-
+ %1 reveals %2%3 to %4.p1 female, p2 male%1 revela %2 %3 para %4.
-
+ %1 reveals %2%3 to %4.p1 male, p2 female%1 revela %2 %3 para %4.
-
+ %1 reveals %2%3 to %4.p1 male, p2 male%1 revela %2 %3 para %4.
-
+ %1 reveals %2%3.female%1 revela %2 %3.
-
+ %1 reveals %2%3.male%1 revela %2 %3.
-
+ %1 is now keeping the top card %2 revealed.%1 está mantendo as carta do topo %2 reveladas.
-
+ %1 is not revealing the top card %2 any longer.%1 não está mais revelando as cartas do topo %2.
-
+ It is now %1's turn.femaleAgora é o turno de %1.
-
+ It is now %1's turn.maleAgora é o turno de %1.
-
-
+
+ a cardum card
@@ -3364,32 +3453,32 @@ You need to provide the activation token received in the activation email
-
+ redvermelhovermelhos
-
+ yellowamareloamarelos
-
+ greenverdeverdes
-
+ The game has started.O jogo começou.
-
+ %1 draws his initial hand.%1 compra sua mão inicial.
-
+ %1 draws her initial hand.%1 compra sua mão inicial.
@@ -3408,179 +3497,179 @@ You need to provide the activation token received in the activation email
-
+ ending phasefase final
-
+ untap stepetapa de desvirar
-
+ %1 draws %2 card(s).female%1 compra %2 carta(s).
-
+ %1 draws %2 card(s).male%1 compra %2 carta(s).
-
+ from play
-
+ from her graveyard
-
+ from his graveyard
-
+ from her hand
-
+ from his hand
-
+ %1 puts %2%3 into her graveyard.%1 põe %2%3 em seu cemitério.
-
+ %1 puts %2%3 into his graveyard.%1 põe %2%3 em seu cemitério.
-
+ %1 moves %2%3 to her hand.
-
+ %1 moves %2%3 to his hand.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 female%1 anexa %2 para %3 %4.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 male%1 anexa %2 para %3 %4.
-
+ %1 attaches %2 to %3's %4.p1 male, p2 female%1 anexa %2 para %3 %4.
-
+ %1 attaches %2 to %3's %4.p1 male, p2 male%1 anexa %2 a %3 %4.
-
+ %1 places %2 %3 counter(s) on %4 (now %5).female%1 coloca %2 %3 marcador(es) em %4 (agora %5).
-
+ %1 places %2 %3 counter(s) on %4 (now %5).male%1 coloca %2 %3 marcador(es) em %4 (agora %5).
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).female%1 remove %2 %3 marcador(es) em %4 (agora %5).
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).male%1 remove %2 %3 marcador(es) em %4 (agora %5).
-
+ %1 is looking at the top %2 card(s) %3.female%1 está olhando o topo do %2 carta(s) %3.
-
+ %1 is looking at the top %2 card(s) %3.male%1 está olhando o topo do %2 carta(s) %3.
-
+ upkeep stepetapa de manutenção
-
+ draw stepetapa de compra
-
+ first main phaseprimeira fase principal
-
+ beginning of combat stepetapa de início de combate
-
+ declare attackers stepetapa de declaracão de atacantes
-
+ declare blockers stepetapa de declaração de bloqueadores
-
+ combat damage stepetapa de dano de combate
-
+ end of combat stepetapa de fim de combate
-
+ second main phasesegunda fase principal
-
+ It is now the %1.Agora é a %1.
@@ -3588,74 +3677,79 @@ You need to provide the activation token received in the activation email
MessagesSettingsPage
-
+ Chat settingsConfigurações de Conversa
-
+ Custom alert words
-
+ Enable chat mentionsHabilitar menções em conversa
-
+ Enable mention completer
-
+ In-game message macrosMensagem no jogo
-
+ Ignore chat room messages sent by unregistered users
-
+ Ignore private messages sent by unregistered users
-
+ Enable desktop notifications for private messages
-
+
+ Enable desktop notification for mentions
+
+
+
+
+ Enable room message history on join
+
+
+
+ Separate words with a space, alphanumeric characters only
-
-
+
+ Invert text colorInverter cor do texto
-
- Enable desktop notification for mentions.
- Habilitar notificações no desktop
-
-
-
-
+
+ (Color is hexadecimal)(Cor em hexadecimal)
-
+ Add messageAdicionar mensagem
-
+ Message:Mensagem:
@@ -4099,7 +4193,7 @@ You need to provide the activation token received in the activation email
-
+ Number:Número:
@@ -4124,32 +4218,33 @@ You need to provide the activation token received in the activation emailNúmero de lados:
-
+ Set power/toughnessAlterar poder/resistência
-
+ Please enter the new PT:Por favor, entre com o novo P/R:
-
+ Set annotationAlterar nota
-
+ Please enter the new annotation:Por favor, entre com a nova nota:
-
+ Set countersAlterar marcadores
-
+
+ Cr&eate related card
@@ -4157,37 +4252,37 @@ You need to provide the activation token received in the activation email
QMenuBar
-
+ ServicesServiços
-
+ Hide %1Esconder %1
-
+ Hide OthersEsconder outros
-
+ Show AllMostrar tudo
-
+ Preferences...Preferências
-
+ Quit %1Sair %1
-
+ About %1Sobre %1
@@ -4195,14 +4290,14 @@ You need to provide the activation token received in the activation email
QObject
-
+ Cockatrice replays (*.cor)Cockatrice replays (*.cor)
- Common deck formats (*.cod *.dec *.mwDeck)
- Formatos de decks comuns (*.cod *.dec *.mwDeck)
+ Common deck formats (*.cod *.dec *.txt *.mwDeck)
+
@@ -4298,27 +4393,11 @@ You need to provide the activation token received in the activation emailGames
Jogos
-
-
-
- Error
-
-
-
-
- You do not have the proper permission to join this room.
-
-
-
-
- Failed to join the room due to an unknown error.
-
- SequenceEdit
-
+ Shortcut already in use
@@ -4351,6 +4430,29 @@ You need to provide the activation token received in the activation emailData lançamento
+
+ ShortcutsTab
+
+
+ Restore all default shortcuts
+
+
+
+
+ Do you really want to restore all default shortcuts?
+
+
+
+
+ Clear all default shortcuts
+
+
+
+
+ Do you really want to clear all shortcuts?
+
+
+ShutdownDialog
@@ -4372,37 +4474,32 @@ You need to provide the activation token received in the activation email
SoundSettingsPage
-
- Choose path
- Escolher caminho
-
-
-
+ Enable &soundsHabilitar &sons
-
- Path to sounds directory:
- Caminho para diretório de sons
+
+ Current sounds theme:
+
-
+ Test system sound engineTestar sistema de som
-
+ Sound settingsConfigurações de som
-
+ Master volume requires QT5
-
+ Master volume
@@ -4410,42 +4507,42 @@ You need to provide the activation token received in the activation email
TabAdmin
-
+ Update server &message&Atualizar mensagem do servidor
-
+ &Shut down server&Servidor desligado
-
+ &Reload configuration
-
+ Server administration functionsFunções do administrador do servidor
-
+ &Unlock functions&Desbloquear funções
-
+ &Lock functions&Bloquear funções
-
+ Unlock administration functionsDesbloquear funções do administrador
-
+ Do you really want to unlock the administration functions?Você quer mesmo desbloquear as funções do administrador?
@@ -4458,221 +4555,228 @@ You need to provide the activation token received in the activation email
TabDeckEditor
-
+ &Print deck...&Imprimir deck...
-
+ &Close&Fechar
-
+ &Edit sets...&Editar expansões...
-
+
+ Filters
-
+ &Clear all filters
-
+ Delete selected
-
+ Deck &name:Nome do &deck:
-
+ &Comments:&Comentários:
-
+ Hash:Hash:
-
+ &New deck&Novo deck
-
+ &Load deck...&Carregar deck
-
+ &Save deck&Salvar deck
-
+ Save deck &as...Salvar deck &como...
-
+ Load deck from cl&ipboard...Carregar deck da área de &transferência...
-
+ Save deck to clip&boardSalvar deck para a área de &transferência
-
+ &Analyze deck on deckstats.net&Analisar deck no deckstats.net
-
+ Open custom image folder
-
+ Open custom sets folder
-
+ Add card to &maindeckAdicionar carta ao &maindeck
-
+ Add card to &sideboardAdicionar carta ao &sideboard
-
+ &Deck EditorEditor de &Decks
-
+ C&ard DatabaseBanco de dados de &Cartas
-
- Show/Hide card information
-
-
-
-
- Show/Hide deck
-
-
-
-
- Show/Hide filters
-
-
-
-
+ Reset layout
-
+
+ Card Info
-
+
+ Deck
-
+ Welcome
-
+ Hi! It seems like you're running this version of Cockatrice for the first time.
All the sets in the card database have been enabled.
Read more about changing the set order or disabling specific sets and consequent effects in the "Edit Sets" window.
-
+ &Remove row&Remover linha
-
+ &Increment number&Aumentar número
-
+ &Decrement number&Diminuir número
-
+ Edit &tokens...Editar ficha
-
+
+ &View
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+ Floating
+
+
+
+ Deck: %1Deck: %1
-
+ Are you sure?Você tem certeza?
-
+ The decklist has been modified.
Do you want to save the changes?O deck foi modificado.
Você deseja salvar as alterações?
-
+ Load deckCarregar deck
-
-
-
+
+
+ ErrorErro
-
+ The deck could not be saved.O deck não pode ser salvo.
-
-
+
+ The deck could not be saved.
Please check that the directory is writable and try again.O deck não pôde ser salvo.
Por favor, verifique se o diretório não é somente leitura e tente novamente.
-
+ Save deckSalvar deck
@@ -4680,84 +4784,84 @@ Por favor, verifique se o diretório não é somente leitura e tente novamente.<
TabDeckStorage
-
+ Local file systemSistema de arquivos local
-
+ Server deck storageArmazenamento de decks no servidor
-
-
+
+ Open in deck editorAbrir no editor de decks
-
+ Upload deckUpload do deck
-
+ Download deckDownload do deck
-
-
+
+ New folderNova pasta
-
-
+
+ DeleteApagar
-
+ Enter deck nameEntre o nome do deck
-
+ This decklist does not have a name.
Please enter a name:Este deck não tem um nome.
Por favor, entre um nome:
-
+ Unnamed deckDeck sem nome
-
+ Delete local fileExcluir arquivo local
-
-
-
+
+
+ Are you sure you want to delete "%1"?Você tem certeza que quer excluir "%1"?
-
+ Name of new folder:Nome da nova pasta:
-
+ Delete remote folderExcluir pasta remota
-
+ Delete remote deckExcluir deck remoto
@@ -4770,135 +4874,343 @@ Por favor, entre um nome:
TabGame
-
+
+
+ Card Info
+
+
+
+
+
+ Player List
+
+
+
+
+
+ Messages
+
+
+
+
+
+ Replay Timeline
+
+
+
+ &Phases&Etapas
-
+ &Game&Jogo
-
+ Next &phasePróxima &etapa
-
+ Next &turnPróximo &turno
-
+ &Remove all local arrows&Apagar todas as setas locais
-
+ Rotate View Cl&ockwise
-
+ Rotate View Co&unterclockwise
-
+ Game &information&Informação de jogo
-
+ &Concede&Conceder
-
+ &Leave game&Sair do jogo
-
+ C&lose replay&Fechar replay
-
+ &Say:&Falar:
-
+
+ &View
+
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+
+ Floating
+
+
+
+
+ Reset layout
+
+
+
+ ConcedeConceder
-
+ Are you sure you want to concede this game?Você tem certeza que deseja conceder este jogo?
-
+ Leave gameSair do jogo
-
+ Are you sure you want to leave this game?Você tem certeza que deseja sair deste jogo?
-
+ You are flooding the game. Please wait a couple of seconds.Você está 'flodando' o chat (jogo). Por favor, espere alguns segundos.
-
+ You have been kicked out of the game.Você foi 'chutado' do jogo.
-
+ REPLAY
+
+ TabLog
+
+
+ Logs
+
+
+
+
+
+ Error
+
+
+
+
+ You must select at least one filter.
+
+
+
+
+ You have to select a valid number of days to locate.
+
+
+
+
+ Username:
+
+
+
+
+ IP Address:
+
+
+
+
+ Game Name:
+
+
+
+
+ GameID:
+
+
+
+
+ Message:
+
+
+
+
+ Main Room
+
+
+
+
+ Game Room
+
+
+
+
+ Private Chat
+
+
+
+
+ Past X Days:
+
+
+
+
+ Today
+
+
+
+
+ Last Hour
+
+
+
+
+ Maximum Results:
+
+
+
+
+ At least one filter is required.
+The more information you put in, the more specific your results will be.
+
+
+
+
+ Get User Logs
+
+
+
+
+ Clear Filters
+
+
+
+
+ Filters
+
+
+
+
+ Log Locations
+
+
+
+
+ Date Range
+
+
+
+
+ Maximum Results
+
+
+
+
+ Room Logs
+
+
+
+
+
+
+ Time;SenderName;SenderIP;Message;TargetID;TargetName
+
+
+
+
+ Game Logs
+
+
+
+
+ Chat Logs
+
+
+
+
+
+ Message History
+
+
+
+
+ There are no messages for the selected filters.
+
+
+
+
+ Failed to collect message history information.
+
+
+TabMessage
-
+ Private &chatConversa privada
-
+ &Leave&Sair
-
+ %1 - Private chat%1 - Conversa privada
-
+ This user is ignoring you.Este usuário está ignorando você.
-
+ Private message from Mensagem privada de
-
+ %1 has left the server.%1 saiu do servidor.
-
+ %1 has joined the server.%1 entrou no servidor.
@@ -4906,54 +5218,54 @@ Por favor, entre um nome:
TabReplays
-
+ Local file systemSistema de arquivos local
-
+ Server replay storageServidor de armazenamento de replays
-
-
+
+ Watch replayAssistir replay
-
-
+
+ DeleteExcluir
-
+ Download replayBaixar replay
-
+ Toggle expiration lockTrocar expiração da trava
-
+ Delete local fileExcluir arquivo local
-
+ Are you sure you want to delete "%1"?^Você tem certeza que quer excluir "%1"?
-
+ Delete remote replayExcluir replay remoto
-
+ Are you sure you want to delete the replay of game %1?Você tem certeza que quer excluir o replay do jogo %1?
@@ -4966,47 +5278,47 @@ Por favor, entre um nome:
TabRoom
-
+ &Say:&Falar:
-
+ ChatChat
-
+ &Room&Sala
-
+ &Leave roomS&air da sala
-
+ &Clear chatLimpar conversa
-
+ Chat Settings...Configurações de Conversa
-
+ mentioned you.mencionou você.
-
+ Click to viewClique para ver
-
+ You are flooding the chat. Please wait a couple of seconds.Você está flodando o chat. Por favor, espere alguns segundos.
@@ -5014,43 +5326,82 @@ Por favor, entre um nome:
TabServer
-
+ ServerServidor
+
+
+
+
+
+ Error
+
+
+
+
+ Failed to join the room: it doesn't exists on the server.
+
+
+
+
+ The server thinks you are in the room but Cockatrice is unable to display it. Try restarting Cockatrice.
+
+
+
+
+ You do not have the required permission to join this room.
+
+
+
+
+ Failed to join the room due to an unknown error: %1.
+
+ TabSupervisor
-
+ Are you sure?Você tem certeza?
-
+ There are still open games. Are you sure you want to quit?Ainda existem jogos abertos. Você tem certeza que deseja sair?
-
+ Promotion
-
+ You have been promoted to moderator. Please log out and back in for changes to take effect.
+
+
+ Warned
+
+
+
+
+ You have received a warning due to %1.
+Please refrain from engaging in this activity or further actions may be taken against you. If you have any questions, please private message a moderator.
+
+ TabUserLists
-
+ Add to Buddy ListAdicionado a Lista de Amigos
-
+ Add to Ignore ListAdicionados a Lista de Ignorados
@@ -5063,94 +5414,153 @@ Por favor, entre um nome:
UserContextMenu
-
+ User &details&Detalhes do usuário
-
+ Private &chatConversa privada
-
+ Show this user's &gamesMostrar este usuário de jogo
-
+ Add to &buddy listAdicionar à &lista de amigos
-
+ Remove from &buddy listRemover da li&sta de amigos
-
+ Add to &ignore listAdicionar à li&sta dos ignorados
-
+ Remove from &ignore listRemover da lista dos i&gnorados
-
+ Kick from &gameC&hutar do jogo
-
+
+ Warn user
+
+
+
+
+ View user's war&n history
+
+
+
+ Ban from &serverBan&ir do servidor
-
+
+ View user's &ban history
+
+
+
+ &Promote user to moderator
-
+ Dem&ote user from moderator
-
+ %1's gamesJogos de %1
-
-
+
+
+
+ Ban History
+
+
+
+
+ Ban Time;Moderator;Ban Length;Ban Reason;Visible Reason
+
+
+
+
+ User has never been banned.
+
+
+
+
+ Failed to collecting ban information.
+
+
+
+
+
+
+ Warning History
+
+
+
+
+ Warning Time;Moderator;User Name;Reason
+
+
+
+
+ User has never been warned.
+
+
+
+
+ Failed to collecting warning information.
+
+
+
+
+ Success
-
+ Successfully promoted user.
-
+ Successfully demoted user.
-
-
+
+ Failed
-
+ Failed to promote user.
-
+ Failed to demote user.
@@ -5322,42 +5732,42 @@ Por favor, entre um nome:
UserInterfaceSettingsPage
-
+ General interface settingsConfigurações gerais de interface
-
+ Enable notifications in taskbarHabilitar notificações na barra de tarefas
-
+ Notify in the taskbar for game events while you are spectatingNotificar na barra de tarefas para eventos do jogo enquanto você está como espectador
-
+ &Double-click cards to play them (instead of single-click)&Duplo clique nos cards para jogá-los (ao invés de clique simples)
-
+ &Play all nonlands onto the stack (not the battlefield) by default&Jogar todos não terrenos na pilha (não campo de batalha) por padrão
-
+ Annotate card text on tokens
-
+ Animation settingsConfigurações de animação
-
+ &Tap/untap animationAnimação de &virar/desvirar
@@ -5365,95 +5775,134 @@ Por favor, entre um nome:
UserList
-
+ Users connected to server: %1
-
+ Users in this room: %1Usuários nesta sala: %1
-
+ Buddies online: %1 / %2Amigos online: %1 / %2
-
+ Ignored users online: %1 / %2Usuários ignorados online: %1 / %2
+
+ WarningDialog
+
+
+ Which warning would you like to send?
+
+
+
+
+ &OK
+
+
+
+
+ &Cancel
+
+
+
+
+ Warn user for misconduct
+
+
+
+
+
+ Error
+
+
+
+
+ User name to send a warning to can not be blank, please specify a user to warn.
+
+
+
+
+ Warning to use can not be blank, please select a valid warning to send.
+
+
+WndSets
-
+ Enable all sets
-
+ Disable all sets
-
+ Move selected set upMover o selecionado para cima
-
+ Move selected set to the topMover o selecionado para o topo
-
+ Move selected set downMover o selecionado para baixo
-
+ Move selected set to the bottomMover o selecionado para o fundo
-
+ hints:
-
+ Enable the sets that you want to have available in the deck editor
-
+ Move sets around to change their order, or click on a column header to sort sets on that field
-
+ Sets order decides the source that will be used when loading images for a specific card
-
+ Disabled sets will be used for loading images only if all the enabled sets failed
-
+ Edit setsEditar expansões
-
+ SuccessSucesso
-
+ The sets database has been saved successfully.Estas edições foram salvas com sucesso.
@@ -5461,22 +5910,22 @@ Por favor, entre um nome:
ZoneViewWidget
-
+ sort by nameordenar por nome
-
+ sort by typeordenar por tipo
-
+ shuffle when closingembaralhar quando fechar
-
+ pile viewvisualização da pilha
@@ -5484,557 +5933,572 @@ Por favor, entre um nome:
shortcutsTab
-
+ Form
-
+ Main Window
-
+ Deck editor
-
+ Local gameplay
-
+ Watch replay
-
+ Connect
-
+ Register
-
+ Full screen
-
+ Settings
-
+ Check for card updates
-
+ Exit
-
+ Deck Editor
-
+ Analyze deck
-
+ Load deck (clipboard)
-
+ Clerar all filters
-
+ New deck
-
+ Clear one filter
-
+ Open custom folder
-
+ Close
-
+ Print deck
-
+ Edit sets
-
+ Delete card
-
+ Edit tokens
-
+ Reset layout
-
+ Add card
-
+ Save deck
-
+ Remove card
-
+ Save deck as
-
+ Load deck
-
+ Save deck (clipboard)
-
-
+
+ Counters
-
+ Life
-
-
-
-
-
+
+
+
+
+ Set
-
-
-
-
+
+
+
+ Add
-
-
-
-
+
+
+
+ Remove
-
+ Red
-
+ Green
-
+ Yellow
-
-
- Mainwindow / Deck editor
-
-
-
-
- Power / toughness
-
-
-
-
- Power and toughness
-
-
-
-
- Add (+1/+1)
-
-
-
-
- Remove (-1/-1)
-
-
-
-
- Toughness
-
-
-
-
- Remove (-0/-1)
-
-
-
-
- Add (+0/+1)
-
-
-
-
- Power
-
-
-
-
- Remove (-1/-0)
-
-
-
-
- Add (+1/+0)
-
-
-
-
- Game Phases
-
-
-
-
- Untap
-
-
-
-
- Disconnect
-
-
-
-
- Upkeep
-
-
-
-
-
- Draw
-
-
-
-
- Main 1
-
-
-
-
- Start combat
-
-
-
-
- Attack
-
-
-
-
- Block
-
-
-
-
- Damage
-
-
-
-
- End combat
-
-
-
-
- Main 2
-
-
-
-
- End
-
-
-
-
- Next phase
-
-
-
-
- Next turn
-
-
-
-
- Player
-
-
-
-
- Tap Card
-
-
-
-
- Untap Card
-
-
-
-
- Untap all
-
-
-
-
- Toogle untap
-
-
-
-
- Flip card
-
-
-
-
- Peek card
-
-
-
-
- Play card
-
-
-
-
- Attach card
-
-
-
-
- Unattach card
-
-
-
-
- Clone card
-
-
-
-
- Create token
-
-
-
-
- Create another token
-
-
-
-
- Set annotation
-
-
-
-
- Phases / P/T / Player
-
-
-
-
- Move card to
-
-
-
-
- Bottom library
-
-
-
-
- Top library
-
-
-
-
-
- Graveyard
-
-
-
-
-
- Exile
-
-
-
-
- Hand
-
-
-
-
- View
-
-
- Library
-
-
-
-
- Tops card of library
-
-
-
-
- Sideboard
-
-
-
-
- Close recent view
-
-
-
-
- Pre-play
-
-
-
-
- Load remote deck
-
-
-
-
- Load local deck
-
-
-
-
- Game play
-
-
-
-
- Draw arrow
-
-
-
-
- Leave game
-
-
-
-
- Remove local arrows
-
-
-
-
- Concede
-
-
-
-
- Roll dice
+ Playing Area
- Rotate view CW
+ Phases | P/T | Playing Area
+
+
+
+
+ Game Lobby
+
+
+
+
+ Gameplay
+
+
+
+
+ Draw | Move | View | Gameplay
+
+
+
+
+ How to set custom shortcuts
+
+
+
+
+ Restore all default shortcuts
+
+
+
+
+ Clear all shortcuts
+
+
+
+
+ Add (+1/+1)
+
+
+
+
+ Remove (-1/-1)
+
+
+
+
+ Toughness
+
+
+
+
+ Remove (-0/-1)
+
+
+
+
+ Add (+0/+1)
+
+
+
+
+ Power
+
+
+
+
+ Remove (-1/-0)
+
+
+
+
+ Add (+1/+0)
+
+
+
+
+ Game Phases
+
+
+
+
+ Untap
+
+
+
+
+ Disconnect
+
+
+
+
+ Main Window | Deck Editor
+
+
+
+
+ Power / Toughness
+
+
+
+
+ Power and Toughness
+
+
+
+
+ Upkeep
+
+
+
+
+
+ Draw
+
+
+
+
+ Main 1
+
+
+
+
+ Start combat
+
+
+
+
+ Attack
+
+
+
+
+ Block
+
+
+
+
+ Damage
+
+
+
+
+ End combat
+
+
+
+
+ Main 2
+
+
+
+
+ End
+
+
+
+
+ Next phase
+
+
+
+
+ Next turn
+
+
+
+
+ Tap Card
+
+
+
+
+ Untap Card
+
+
+
+
+ Untap all
+
+
+
+
+ Toogle untap
+
+
+
+
+ Flip card
+
+
+
+
+ Peek card
+
+
+
+
+ Play card
+
+
+
+
+ Attach card
+
+
+
+
+ Unattach card
+
+
+
+
+ Clone card
+
+
+
+
+ Create token
+
+
+
+
+ Create another token
+
+
+
+
+ Set annotation
- Shuffle library
+ Move card to
- Rotate view CCW
+ Bottom library
+
+
+
+
+ Top library
- Mulligan
+
+ Graveyard
- Draw card
+
+ Exile
- Draw cards
+ Hand
- Undo draw
-
-
-
-
- Always reveal top card
+ View
- Draw / Move / View / Game play
+ Library
+
+
+
+
+ Tops card of library
+
+
+
+
+ Sideboard
+
+
+
+
+ Close recent view
+
+
+
+
+ Load remote deck
+
+
+
+
+ Load local deck
+
+
+
+
+ Draw arrow
+
+
+
+
+ Leave game
+
+
+
+
+ Remove local arrows
+
+
+
+
+ Concede
+
+
+
+
+ Roll dice
+
+
+
+
+ Rotate view CW
+
+
+
+
+ Shuffle library
+
+
+
+
+ Rotate view CCW
+
+
+
+
+ Mulligan
+
+
+
+
+ Draw card
+
+
+
+
+ Draw cards
+
+
+
+
+ Undo draw
+
+
+
+
+ Always reveal top card
diff --git a/cockatrice/translations/cockatrice_ru.ts b/cockatrice/translations/cockatrice_ru.ts
index a03f7bb6f..df1f20d28 100644
--- a/cockatrice/translations/cockatrice_ru.ts
+++ b/cockatrice/translations/cockatrice_ru.ts
@@ -20,57 +20,57 @@
AppearanceSettingsPage
-
+ Theme settings
-
+ Current theme:
-
+ Card renderingОтрисовка карт
-
+ Display card names on cards having a pictureОтображать название карты поверх изображения
-
+ Scale cards on mouse overУвеличивать карты при наведении мыши
-
+ Hand layoutРасположение руки
-
+ Display hand horizontally (wastes space)Отбражать руку горизонтально
-
+ Enable left justification
-
+ Table grid layoutСетка
-
+ Invert vertical coordinateИнвертировать вертикальные координаты
-
+ Minimum player count for multi-column layout:Минимальное количество игроков для столбчатого расположения:
@@ -78,107 +78,107 @@
BanDialog
-
+ ban &user name
-
+ ban &IP address
-
+ ban client I&D
-
+ Ban type
-
+ &permanent ban
-
+ &temporary ban
-
+ &Days:
-
+ &Hours:
-
+ &Minutes:
-
+ Duration of the ban
-
+ Please enter the reason for the ban.
This is only saved for moderators and cannot be seen by the banned person.Пожалуйста, назовите причину бана.
Это необходимо для модераторов и не будет прочитано забаненным игроком.
-
+ Please enter the reason for the ban that will be visible to the banned person.Пожалуйста, назовите причину бана, которая будет видна забаненному игроку.
-
+ &OK&Ок
-
+ &Cancel&Отмена
-
+ Ban user from serverЗабанить игрока на этом сервере
-
-
-
-
+
+
+
+ ErrorОшибка
-
+ You have to select a name-based, IP-based, clientId based, or some combination of the three to place a ban.
-
+ You must have a value in the name ban when selecting the name ban checkbox.
-
+ You must have a value in the ip ban when selecting the ip ban checkbox.
-
+ You must have a value in the clientid ban when selecting the clientid ban checkbox.
@@ -186,12 +186,12 @@ This is only saved for moderators and cannot be seen by the banned person.
CardDatabase
-
+ New sets foundНайдены новые издания
-
+ %1 new set(s) have been found in the card database. Do you want to enable them?
@@ -199,27 +199,27 @@ This is only saved for moderators and cannot be seen by the banned person.
CardDatabaseModel
-
+ NameНазвание
-
+ SetsИздания
-
+ Mana costМанакост
-
+ Card typeТип
-
+ P/TСила/Выносливость:
@@ -278,47 +278,47 @@ This is only saved for moderators and cannot be seen by the banned person.
CardInfoWidget
-
+ Show card onlyПоказывать только карту
-
+ Show text onlyПоказывать только текст
-
+ Show full infoПоказывать полную информацию
-
+ Name:Название:
-
+ Mana cost:Мановая стоимость:
-
+ Color(s):
-
+ Card type:Тип:
-
+ P / T:Сила/Выносливость:
-
+ Loyalty:Преданность
@@ -582,12 +582,12 @@ This is only saved for moderators and cannot be seen by the banned person.
DeckEditorSettingsPage
-
+ Nothing is here... yetЗдесь ничего нет... пока что
-
+ GeneralОсновные
@@ -627,42 +627,42 @@ This is only saved for moderators and cannot be seen by the banned person.
DeckViewContainer
-
+ Load local deck
-
+ Load deck from server
-
+ Ready to s&tart&Готов
-
+ S&ideboard unlockedСайдборд разблокирован
-
+ S&ideboard lockedСайдборд заблокирован
-
+ Load deckЗагрузить колоду
-
+ ErrorОшибка
-
+ The selected file could not be loaded.Выбранный файл не может быть загружен
@@ -708,55 +708,65 @@ This is only saved for moderators and cannot be seen by the banned person.
DlgConnect
-
+ Previous Host
-
+ New Host
-
+ &Host:&Хост:
-
+ Enter host name
-
+ &Port:&Порт:
-
+ Player &name:&Ник:
-
+ P&assword:П&ароль:
-
+ &Save password&Сохранить пароль
-
+ A&uto connect at startПодключаться при старте
-
+ Connect to serverСоединение
+
+
+ Connect Warning
+
+
+
+
+ The player name can't be empty.
+
+ DlgCreateGame
@@ -826,27 +836,27 @@ This is only saved for moderators and cannot be seen by the banned person.Зрители
-
+ &Clear
-
+ Create gameСоздать игру
-
+ Game informationИнформация об игре
-
+ ErrorОшибка
-
+ Server error.Ошибка сервера.
@@ -1306,6 +1316,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
+ Registration Warning
@@ -1319,6 +1330,11 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Your email addresses do not match, please try again.
+
+
+ The player name can't be empty.
+
+ Country:
@@ -1338,19 +1354,19 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
DlgSettings
-
-
-
+
+
+ ErrorОшибка
-
+ Unknown Error loading card databaseНеизвестная ошибка во время загрузки
-
+ Your card database is invalid.
Cockatrice may not function correctly with an invalid database
@@ -1361,7 +1377,7 @@ Would you like to change your database location setting?
-
+ Your card database version is too old.
This can cause problems loading card information or images
@@ -1372,21 +1388,21 @@ Would you like to change your database location setting?
-
+ File Error loading your card database.
Would you like to change your database location setting?
-
+ Your card database was loaded but contains no cards.
Would you like to change your database location setting?
-
+ Your card database did not finish loading
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your cards.xml attached
@@ -1395,7 +1411,7 @@ Would you like to change your database location setting?
-
+ Unknown card database load status
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues
@@ -1404,56 +1420,91 @@ Would you like to change your database location setting?
-
+ The path to your deck directory is invalid. Would you like to go back and set the correct path?Ваши колоды отсутствуют в указанной папке. Вернуться и задать правильный путь?
-
+ The path to your card pictures directory is invalid. Would you like to go back and set the correct path?Изображения карт не найдены. Вернуться и задать правильный путь?
-
+ SettingsНастройки
-
+ GeneralОсновные
-
+ AppearanceВнешний вид
-
+ User InterfaceПользовательский интерфейс
-
+ Deck EditorРедактор колод
-
+ ChatЧат
-
+ SoundЗвук
-
+ Shortcuts
+
+ DlgUpdate
+
+
+ Error
+
+
+
+
+ Cockatrice was not built with SSL support, so cannot download updates! Please visit the download page and update manually.
+
+
+
+
+ Your version of Cockatrice is out of date, but there are no packages available for your operating system. You may have to use a developer build or build from source yourself. Please visit the download page.
+
+
+
+
+ Cockatrice Update
+
+
+
+
+ Your version of Cockatrice is up to date.
+
+
+
+
+
+
+ Update Error
+
+
+GameSelector
@@ -1667,112 +1718,118 @@ Would you like to change your database location setting?
GeneralSettingsPage
-
+ Reset/Clear Downloaded PicturesОбновить/удалить загруженные картинки
-
-
-
-
-
+
+
+
+
+ Choose pathПуть
-
+ SuccessВыполнено
-
+ Downloaded card pictures have been reset.Загруженные картинки были обновлены
-
+ ErrorОшибка
-
+ One or more downloaded card pictures could not be cleared.
-
+ Personal settingsЛичные настройки
-
+ Language:Язык:
-
+ Download card pictures on the flyЗагружать изображения карт автоматически
-
- Download card pictures from a custom URL
+
+ Primary download URL:
-
- Custom Card Download URL:
+
+ Fallback download URL:
-
- Linking FAQ
+
+
+ Reset
-
+
+ How to set a custom picture url
+
+
+
+ Notify when new client features are available
-
+ PathsРасположение
-
+ Decks directory:Колоды:
-
+ Replays directory:Повторы:
-
+ Pictures directory:Изображения карт:
-
+ Card database:База данных карт:
-
+ Token database:База данных токенов:
-
+ Picture cache size:Размер кеша изображений:
-
+ EnglishРусский (Russian)
@@ -1780,49 +1837,49 @@ Would you like to change your database location setting?
MainWindow
-
+ There are too many concurrent connections from your address.Слишком много одновременных подключений с Вашего адреса.
-
+ Scheduled server shutdown.Плановый перерыв в работе сервера.
-
+ Banned by moderatorЗабанен модератором
-
+ Expected end time: %1
-
+ This ban lasts indefinitely.
-
+ Connection closedСоединение прервано
-
+ The server has terminated your connection.
Reason: %1Ваше подключение было прервано сервером.
Причина: %1
-
+ Scheduled server shutdownПлановый перерыв в работе сервера
-
+ The server is going to be restarted in %n minute(s).
All running games will be lost.
Reason for shutdown: %1
@@ -1831,498 +1888,508 @@ Reason for shutdown: %1
Причина перезагрузки: %1
-
+ Number of playersКоличество игроков
-
+ Please enter the number of players.Введите количество игроков.
-
+ Player %1Игрок %1
-
+ Load replayЗагрузить повтор
-
+ About CockatriceО программе
-
+ Version %1Версия %1
-
+ Translators:Переводчики:
-
+ Project Manager:
-
+ The server has reached its maximum user capacity, please check back later.
-
-
+
+ Invalid username.
-
+ You have been logged out due to logging in at another location.
-
-
+
+ Success
-
+ Registration accepted.
Will now login.
-
+ Account activation accepted.
Will now login.
-
+
+ Cockatrice Webpage
+
+
+
+ Past Project Managers:
-
+ Developers:Разработчики:
-
+ Our DevelopersНаши разработчики
-
+ Help Develop!
-
+ Recognition Page
-
+ Help Translate!Помоги перевести!
-
+ Support:Поддержка:
-
+ Report an IssueСообщить о проблеме
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ErrorОшибка
-
+ Server timeoutНет связи с сервером
-
+ Failed Login
-
+ Your client does not support features that the server requires, please update your client and try again.
-
+ Incorrect username or password. Please check your authentication information and try again.
-
+ There is already an active session using this user name.
Please close that session first and re-login.Пользователь с таким именем уже подключен.
Пожалуйста, закройте это подключение и войдите заново.
-
-
+
+ You are banned until %1.
-
-
+
+ You are banned indefinitely.
-
+ This server requires user registration. Do you want to register now?
-
+ This server requires client ID's. Your client is either failing to generate an ID or you are running a modified client.
Please close and reopen your client to try again.
-
+ An internal error has occurred, please try closing and reopening your client and try again. If the error persists try updating your client to the most recent build and if need be contact your software provider.
-
+ Account activation
-
+ Unknown login error: %1
-
-
+
+
This usually means that your client version is out of date, and the server sent a reply your client doesn't understand.
-
+ Your username must respect these rules:
-
+ is %1 - %2 characters long
-
+ can %1 contain lowercase characters
-
-
-
+
+
+ NOT
-
+ can %1 contain uppercase characters
-
+ can %1 contain numeric characters
-
+ can contain the following punctuation: %1
-
+ first character can %1 be a punctuation mark
-
+ You may only use A-Z, a-z, 0-9, _, ., and - in your username.
-
-
-
-
-
+
+
+
+
+ Registration denied
-
+ Registration is currently disabled on this server
-
+ There is already an existing account with the same user name.
-
+ It's mandatory to specify a valid email address when registering.
-
+ Too many registration attempts from your IP address.
-
+ Password too short.
-
+ Registration failed for a technical problem on the server.
-
+ Unknown registration error: %1
-
+ Account activation failed
-
+ Socket error: %1Ошибка сокета: %1
-
+ You are trying to connect to an obsolete server. Please downgrade your Cockatrice version or connect to a suitable server.
Local version is %1, remote version is %2.Вы пытаетесь подключиться к несуществующему серверу. Пожалуйста, обновите Cockatrice или выберите другой сервер.
Локальная версия %1, удаленная версия %2.
-
+ Your Cockatrice client is obsolete. Please update your Cockatrice version.
Local version is %1, remote version is %2.Ваш клиент Cockatrice устарел. Пожалуйста, обновите Cockatrice.
Локальная версия %1, удаленная версия %2.
-
+ Connecting to %1...Подключение к %1...
-
+ Registering to %1 as %2...
-
+ DisconnectedПодключение прервано
-
+ Connected, logging in at %1
-
+ &Connect...Подключение... &С
-
+ &DisconnectП&рервать подключение
-
+ Start &local game...&Начать локальную игру...
-
+ &Watch replay...&Смотреть повтор...
-
+ &Deck editorРедактор &колод
-
+ &Full screenПолный экран &F
-
+ &Register to server...
-
+ &Settings...Н&астройки
-
-
+
+ &Exit&Выход
-
+ A&ctions
-
+ &Cockatrice&Cockatrice
-
+ &About CockatriceО про&грамме
-
+
+ &Update Cockatrice
+
+
+
+ &Help&Справка
-
+ Check for card updates...
-
+ A card database update is already running.
-
+ Unable to run the card database updater:
-
+ The card database updater exited with an error: %1
-
+ Update completed successfully. Cockatrice will now reload the card database.
-
+ Your client appears to be missing features that the server supports.
This usually means that your client version is out of date, please check to see if there is a new client available for download.
-
-
-
+
+
+ InformationИнформация
-
+ Troubleshooting
-
+ F.A.Q.
-
+ Your account has not been activated yet.
You need to provide the activation token received in the activation email
-
+ failed to start.
-
+ crashed.
-
+ timed out.
-
+ write error.
-
+ read error.
-
+ unknown error.неизвестная ошибка.
@@ -2330,17 +2397,17 @@ You need to provide the activation token received in the activation email
MessageLogWidget
-
+ The game has been closed.Игра закрыта.
-
+ %1 is now watching the game.%1 вошел как зритель.
-
+ %1 is not watching the game any more.%1 покинул зрительскую ложу.
@@ -2388,136 +2455,136 @@ You need to provide the activation token received in the activation email%1 присоединился к игре.
-
+ %1 has left the game.female%1 покинула игру.
-
+ %1 has left the game.male%1 покинул игру.
-
+ You have been kicked out of the game.Вы были отключены от игры
-
+ %1 has loaded a deck (%2).
-
+ %1 has loaded a deck with %2 sideboard cards (%3).
-
+ %1 is ready to start the game.female%1 готова начать игру.
-
+ %1 is ready to start the game.male%1 готов начать игру.
-
+ %1 is not ready to start the game any more.female%1 все еще не готова.
-
+ %1 is not ready to start the game any more.male%1 все еще не готов.
-
+ %1 has locked her sideboard.female
-
+ %1 has locked his sideboard.male
-
+ %1 has unlocked her sideboard.female
-
+ %1 has unlocked his sideboard.male
-
+ %1 has conceded the game.female%1 решила сдаться.
-
+ %1 has conceded the game.male%1 решил сдаться.
-
+ %1 has restored connection to the game.female%1 вернулась к игре.
-
+ %1 has restored connection to the game.male%1 вернулся к игре.
-
+ %1 has lost connection to the game.female%1 потеряла соединение с сервером.
-
+ %1 has lost connection to the game.male%1 потерял соединение с сервером.
-
+ %1 shuffles %2.female%1 размешивает %2.
-
+ %1 shuffles %2.male%1 размешивает %2.
-
+ %1 rolls a %2 with a %3-sided die.female%1 выкинул %2 / %3.
-
+ %1 rolls a %2 with a %3-sided die.male%1 выкинул %2 / %3.
@@ -2539,464 +2606,486 @@ You need to provide the activation token received in the activation email
-
+ %1 undoes his last draw.%1 отменил последнее взятие.
-
+ %1 undoes her last draw.%1 отменила последнее взятие.
-
+ %1 undoes his last draw (%2).%1 отменил %2 последних взятий.
-
+ %1 undoes her last draw (%2).%1 отменила %2 последних взятий.
-
+ from exile из изгнания
-
+ the bottom card of %1's library
-
+ the bottom card of his libraryнижнюю карту своей библиотеки
-
+ the bottom card of her libraryнижнюю карту своей библиотеки
-
+ from the bottom of %1's library
-
+ from the bottom of his library со дна своей библиотеки
-
+ from the bottom of her library со дна своей библиотеки
-
+ the top card of %1's library
-
+
+ Heads (1)
+
+
+
+
+ Tails (2)
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ female
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ male
+
+
+
+ the top card of his libraryверхнюю карту своей библиотеки
-
+ the top card of her libraryверхнюю карту своей библиотеки
-
+ from the top of %1's library
-
+ from the top of his library с верха своей библиотеки
-
+ from the top of her library с верха своей библиотеки
-
+ from %1's library
-
+ from library из библиотеки
-
+ from sideboard из сайда
-
+ from the stack из стека
-
+ %1 gives %2 control over %3.%1 передает %2 контроль над %3.
-
+ %1 puts %2 into play tapped%3.%1 положил %2 повернутым на поле битвы%3.
-
+ %1 puts %2 into play%3.%1 поместил %2 на поле битвы %3.
-
+ %1 exiles %2%3.%1 изгоняет %2%3.
-
+ %1 puts %2%3 into his library.%1 поместил %2%3 в свою библиотеку.
-
+ %1 puts %2%3 into her library.%1 поместила %2%3 в свою библиотеку.
-
+ %1 puts %2%3 on bottom of his library.%1 поместил %2%3 на дно своей библиотеки.
-
+ %1 puts %2%3 on bottom of her library.%1 поместила %2%3 на дно своей библиотеки.
-
+ %1 puts %2%3 on top of his library.%1 поместил %2%3 на верх своей библиотеки.
-
+ %1 puts %2%3 on top of her library.%1 поместила %2%3 на верх своей библиотеки.
-
+ %1 puts %2%3 into his library at position %4.%1 поместил %2%3 в свою библиотеку %4 сверху.
-
+ %1 puts %2%3 into her library at position %4.%1 поместила %2%3 в свою библиотеку %4 сверху.
-
+ %1 moves %2%3 to sideboard.%1 поместил %2%3 в сайд.
-
+ %1 plays %2%3.%1 разыгрывает %2%3.
-
+ %1 takes a mulligan to %n.female%1 взяла страховку до %n.%1 взяла страховку до %n.%1 взяла страховку до %n.%1 взяла страховку до %n.
-
+ %1 takes a mulligan to %n.male%1 взял страховку до %n.%1 взял страховку до %n.%1 взял страховку до %n.%1 взял страховку до %n.
-
+ %1 flips %2 face-down.female%1 перевернула %2 лицом вниз.
-
+ %1 flips %2 face-down.male%1 перевернул %2 лицом вниз.
-
+ %1 flips %2 face-up.female%1 перевернула %2 лицом вверх.
-
+ %1 flips %2 face-up.male%1 перевернул %2 лицом вверх.
-
+ %1 destroys %2.female%1 уничтожила %2.
-
+ %1 destroys %2.male%1 уничтожил %2.
-
+ %1 unattaches %2.female%1 отсоединила %2.
-
+ %1 unattaches %2.male%1 отсоединил %2.
-
+ %1 creates token: %2%3.female%1 создала фишку: %2%3.
-
+ %1 creates token: %2%3.male%1 создал фишку: %2%3.
-
+ %1 points from her %2 to herself.female%1 указывает с %2 на себя-любимую.
-
+ %1 points from his %2 to himself.male%1 указывает с %2 на себя.
-
+ %1 points from her %2 to %3.p1 female, p2 female%1 указывает с %2 на %3.
-
+ %1 points from her %2 to %3.p1 female, p2 male%1 указывает с %2 на %3.
-
+ %1 points from his %2 to %3.p1 male, p2 female%1 указывает с %2 на %3.
-
+ %1 points from his %2 to %3.p1 male, p2 male%1 указывает с %2 на %3.
-
+ %1 points from %2's %3 to herself.card owner female, target female%1 указывает с %3, контролируемого %2, на себя.
-
+ %1 points from %2's %3 to herself.card owner male, target female%1 указывает с %3, контролируемого %2, на себя.
-
+ %1 points from %2's %3 to himself.card owner female, target male%1 указывает с %3, контролируемого %2, на себя.
-
+ %1 points from %2's %3 to himself.card owner male, target male%1 указывает с %3, контролируемого %2, на себя.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 female%1 указывает с %3, контролируемого %2, на %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 male%1 указывает с %3, контролируемого %2, на %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 female%1 указывает с %3, контролируемого %2, на %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 male%1 указывает с %3, контролируемого %2, на %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 female%1 указывает с %3, контролируемого %2, на %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 male%1 указывает с %3, контролируемого %2, на %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 female%1 указывает с %3, контролируемого %2, на %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 male%1 указывает с %3, контролируемого %2 на %4.
-
+ %1 points from her %2 to her %3.female%1 указывает с её %2 на её %3.
-
+ %1 points from his %2 to his %3.male%1 указывает с его %2 на его %3.
-
+ %1 points from her %2 to %3's %4.p1 female, p2 female%1 указывает с её %2 на %4 под контролем %3.
-
+ %1 points from her %2 to %3's %4.p1 female, p2 male%1 указывает с её %2 на %4 под контролем %3.
-
+ %1 points from his %2 to %3's %4.p1 male, p2 female%1 указывает с его %2 на %4 под контролем %3.
-
+ %1 points from his %2 to %3's %4.p1 male, p2 male%1 указывает с его %2 на %4 под контролем %3.
-
+ %1 points from %2's %3 to her own %4.card owner female, target female%1 указывает с %3 под контролем %2 на %4, владельцем которого она является.
-
+ %1 points from %2's %3 to her own %4.card owner male, target female%1 указывает с %3 под контролем %2 на %4, владельцем которого он является.
-
+ %1 points from %2's %3 to his own %4.card owner female, target male%1 указывает с %3 под контролем %2 на %4, владельцем которого она является.
-
+ %1 points from %2's %3 to his own %4.card owner male, target male%1 указывает с %3 под контролем %2 на %4, владельцем которого он является.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 female%1 указывает с %3 контролируемого %2 на %5 под контролем %4.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 male%1 указывает с %3 контролируемого %2 на %5 под контролем %4.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 female%1 указывает с %3 контролируемого %2 на %5 под контролем %4.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 male%1 указывает с %3 контролируемого %2 на %5 под контролем %4.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 female%1 указывает с %3 контролируемого %2 на %5 под контролем %4.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 male%1 указывает с %3 контролируемого %2 на %5 под контролем %4.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 female%1 указывает с %3 контролируемого %2 на %5 под контролем %4.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 male%1 указывает с %3 контролируемого %2 на %5 под контролем %4.
@@ -3022,121 +3111,121 @@ You need to provide the activation token received in the activation email%1 снял %n %2 жетон с %3 (теперь %4).%1 снял %n %2 жетона с %3 (теперь %4).%1 снял %n %2 жетонов с %3 (теперь %4).%1 снял %n %2 жетонов с %3 (теперь %4).
-
+ %1 taps her permanents.female%1 повернула свои перманенты.
-
+ %1 untaps her permanents.female%1 развернула свои перманенты.
-
+ %1 taps his permanents.male%1 повернул свои перманенты.
-
+ %1 untaps his permanents.male%1 развернул свои перманенты.
-
+ %1 taps %2.female%1 повернула %2.
-
+ %1 untaps %2.female%1 развернула %2.
-
+ %1 taps %2.male%1 повернул %2.
-
+ %1 untaps %2.male%1 развернул %2.
-
+ %1 sets counter %2 to %3 (%4%5).female%1 установила жетон %2 на %3 (%4%5).
-
+ %1 sets counter %2 to %3 (%4%5).male%1 установил жетон %2 на %3 (%4%5).
-
+ %1 sets %2 to not untap normally.female%2 теперь не разворачивается как обычно (%1).
-
+ %1 sets %2 to not untap normally.male%2 теперь не разворачивается как обычно (%1).
-
+ %1 sets %2 to untap normally.female%2 теперь разворачивается как обычно (%1).
-
+ %1 sets %2 to untap normally.male%2 теперь разворачивается как обычно (%1).
-
+ %1 sets PT of %2 to %3.female%1 установила Силу/Защиту %2 %3.
-
+ %1 sets PT of %2 to %3.male%1 установил Силу/Защиту %2 %3.
-
+ %1 sets annotation of %2 to %3.female%1 пометила %2 "%3".
-
+ %1 sets annotation of %2 to %3.male%1 пометил %2 "%3".
-
+ %1 is looking at %2.female%1 просматривает %2.
-
+ %1 is looking at %2.male%1 просматривает %2.
@@ -3152,174 +3241,174 @@ You need to provide the activation token received in the activation email
-
+ %1 stops looking at %2.female%1 закончила просматривать %2.
-
+ %1 stops looking at %2.male%1 закончил просматривать %2.
-
+ %1 reveals %2 to %3.p1 female, p2 female%1 показывает её %2 %3.
-
+ %1 reveals %2 to %3.p1 female, p2 male%1 показывает её %2 %3.
-
+ %1 reveals %2 to %3.p1 male, p2 female%1 показывает его %2 %3.
-
+ %1 reveals %2 to %3.p1 male, p2 male%1 показывает его %2 %3.
-
+ %1 reveals %2.female%1 открыла её %2.
-
+ %1 reveals %2.male%1 открыл его %2.
-
+ %1 randomly reveals %2%3 to %4.p1 female, p2 female%1 показывает случайно выбранную%3 карту (%2) %4.
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 male
- %1 показывает случайно выбранную%3 карту (%2) %4.
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 male, p2 female
- %1 показывает случайно выбранную%3 карту (%2) %4.
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 male, p2 male
- %1 показывает случайно выбранную%3 карту (%2) %4.
-
-
-
- %1 randomly reveals %2%3.
- female
- %1 показывает случайно выбранную%3 карту (%2).
-
-
-
- %1 randomly reveals %2%3.
- male
- %1 показывает случайно выбранную%3 карту (%2).
-
-
-
- %1 peeks at face down card #%2.
- female
-
-
-
-
- %1 peeks at face down card #%2.
- male
-
-
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 male
+ %1 показывает случайно выбранную%3 карту (%2) %4.
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 male, p2 female
+ %1 показывает случайно выбранную%3 карту (%2) %4.
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 male, p2 male
+ %1 показывает случайно выбранную%3 карту (%2) %4.
+
+
+
+ %1 randomly reveals %2%3.
+ female
+ %1 показывает случайно выбранную%3 карту (%2).
+
+
+
+ %1 randomly reveals %2%3.
+ male
+ %1 показывает случайно выбранную%3 карту (%2).
+
+
+
+ %1 peeks at face down card #%2.
+ female
+
+
+
+
+ %1 peeks at face down card #%2.
+ male
+
+
+
+ %1 peeks at face down card #%2: %3.female
-
+ %1 peeks at face down card #%2: %3.male
-
+ %1 reveals %2%3 to %4.p1 female, p2 female%1 показывает%2%3 %4.
-
+ %1 reveals %2%3 to %4.p1 female, p2 male%1 показывает%2%3 %4.
-
+ %1 reveals %2%3 to %4.p1 male, p2 female%1 показывает%2%3 %4.
-
+ %1 reveals %2%3 to %4.p1 male, p2 male%1 показывает%2%3 %4.
-
+ %1 reveals %2%3.female%1 показывает%2%3.
-
+ %1 reveals %2%3.male%1 показывает%2%3.
-
+ %1 is now keeping the top card %2 revealed.
-
+ %1 is not revealing the top card %2 any longer.
-
+ It is now %1's turn.femaleХод очаровательной %1.
-
+ It is now %1's turn.maleХод игрока %1.
-
-
+
+ a cardкарту
@@ -3338,32 +3427,32 @@ You need to provide the activation token received in the activation email
-
+ redкрасныйкрасныхкрасныхкрасных
-
+ yellowжелтыйжелтыхжелтыхжелтых
-
+ greenзеленыйзеленыхзеленыхзеленых
-
+ The game has started.Игра началась.
-
+ %1 draws his initial hand.%1 взял свою стартовую руку.
-
+ %1 draws her initial hand.%1 взяла свою стартовую руку.
@@ -3382,179 +3471,179 @@ You need to provide the activation token received in the activation email
-
+ ending phaseзаключительный шаг
-
+ untap stepшаг разворота
-
+ %1 draws %2 card(s).female
-
+ %1 draws %2 card(s).male
-
+ from play
-
+ from her graveyard
-
+ from his graveyard
-
+ from her handиз ее руки
-
+ from his handиз его руки
-
+ %1 puts %2%3 into her graveyard.
-
+ %1 puts %2%3 into his graveyard.
-
+ %1 moves %2%3 to her hand.
-
+ %1 moves %2%3 to his hand.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 female%1 присоединила %2 к %4 игрока %3.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 male%1 присоединила %2 к %4 игрока %3.
-
+ %1 attaches %2 to %3's %4.p1 male, p2 female%1 присоединил %2 к %4 игрока %3.
-
+ %1 attaches %2 to %3's %4.p1 male, p2 male%1 присоединил %2 к %4 игрока %3.
-
+ %1 places %2 %3 counter(s) on %4 (now %5).female
-
+ %1 places %2 %3 counter(s) on %4 (now %5).male
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).female
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).male
-
+ %1 is looking at the top %2 card(s) %3.female
-
+ %1 is looking at the top %2 card(s) %3.male
-
+ upkeep stepшаг поддержки
-
+ draw stepшаг взятия карты
-
+ first main phaseпервая главная фаза
-
+ beginning of combat stepшаг начала битвы
-
+ declare attackers stepшаг назначения атакующих
-
+ declare blockers stepшаг назначения блокирующих
-
+ combat damage stepшаг нанесения повреждений
-
+ end of combat stepшаг завершения битвы
-
+ second main phaseвторая главная фаза
-
+ It is now the %1.Сейчас %1.
@@ -3562,74 +3651,79 @@ You need to provide the activation token received in the activation email
MessagesSettingsPage
-
+ Chat settingsНастройки чата
-
+ Custom alert words
-
+ Enable chat mentionsВключить упоминания в чате
-
+ Enable mention completer
-
+ In-game message macros
-
+ Ignore chat room messages sent by unregistered users
-
+ Ignore private messages sent by unregistered users
-
+ Enable desktop notifications for private messages
-
+
+ Enable desktop notification for mentions
+
+
+
+
+ Enable room message history on join
+
+
+
+ Separate words with a space, alphanumeric characters only
-
-
+
+ Invert text colorИнвертировать цвет текста
-
- Enable desktop notification for mentions.
-
-
-
-
-
+
+ (Color is hexadecimal)
-
+ Add messageДобавить сообщение
-
+ Message:Сообщение:
@@ -4073,7 +4167,7 @@ You need to provide the activation token received in the activation email
-
+ Number:Количество:
@@ -4098,32 +4192,33 @@ You need to provide the activation token received in the activation emailКоличество граней:
-
+ Set power/toughnessУстановить Силу/Защиту
-
+ Please enter the new PT:Введите новые Силу/Защиту:
-
+ Set annotationПометка
-
+ Please enter the new annotation:Введите текст:
-
+ Set countersУстановить жетоны
-
+
+ Cr&eate related card
@@ -4131,37 +4226,37 @@ You need to provide the activation token received in the activation email
QMenuBar
-
+ Services
-
+ Hide %1
-
+ Hide Others
-
+ Show All
-
+ Preferences...
-
+ Quit %1
-
+ About %1
@@ -4169,13 +4264,13 @@ You need to provide the activation token received in the activation email
QObject
-
+ Cockatrice replays (*.cor)
- Common deck formats (*.cod *.dec *.mwDeck)
+ Common deck formats (*.cod *.dec *.txt *.mwDeck)
@@ -4272,27 +4367,11 @@ You need to provide the activation token received in the activation emailGames
Игры
-
-
-
- Error
-
-
-
-
- You do not have the proper permission to join this room.
-
-
-
-
- Failed to join the room due to an unknown error.
-
- SequenceEdit
-
+ Shortcut already in use
@@ -4325,6 +4404,29 @@ You need to provide the activation token received in the activation email
+
+ ShortcutsTab
+
+
+ Restore all default shortcuts
+
+
+
+
+ Do you really want to restore all default shortcuts?
+
+
+
+
+ Clear all default shortcuts
+
+
+
+
+ Do you really want to clear all shortcuts?
+
+
+ShutdownDialog
@@ -4346,37 +4448,32 @@ You need to provide the activation token received in the activation email
SoundSettingsPage
-
- Choose path
-
-
-
-
+ Enable &sounds
-
- Path to sounds directory:
+
+ Current sounds theme:
-
+ Test system sound engine
-
+ Sound settings
-
+ Master volume requires QT5
-
+ Master volume
@@ -4384,42 +4481,42 @@ You need to provide the activation token received in the activation email
TabAdmin
-
+ Update server &messageОбновить сооб&щения сервера
-
+ &Shut down server&Отключение сервера
-
+ &Reload configuration
-
+ Server administration functionsФункции администрирования сервера
-
+ &Unlock functions&Разблокировать функции
-
+ &Lock functions&Заблокировать функции
-
+ Unlock administration functionsРазблокировать административные права
-
+ Do you really want to unlock the administration functions?Вы действительно хотите разблокировать административные права?
@@ -4432,219 +4529,226 @@ You need to provide the activation token received in the activation email
TabDeckEditor
-
+ &Print deck...
-
+ &Close
-
+ &Edit sets...
-
+
+ Filters
-
+ &Clear all filters
-
+ Delete selected
-
+ Deck &name:
-
+ &Comments:
-
+ Hash:
-
+ &New deck
-
+ &Load deck...
-
+ &Save deck
-
+ Save deck &as...
-
+ Load deck from cl&ipboard...
-
+ Save deck to clip&board
-
+ &Analyze deck on deckstats.net
-
+ Open custom image folder
-
+ Open custom sets folder
-
+ Add card to &maindeck
-
+ Add card to &sideboard
-
+ &Deck Editor
-
+ C&ard Database
-
- Show/Hide card information
-
-
-
-
- Show/Hide deck
-
-
-
-
- Show/Hide filters
-
-
-
-
+ Reset layout
-
+
+ Card Info
-
+
+ Deck
-
+ Welcome
-
+ Hi! It seems like you're running this version of Cockatrice for the first time.
All the sets in the card database have been enabled.
Read more about changing the set order or disabling specific sets and consequent effects in the "Edit Sets" window.
-
+ &Remove row
-
+ &Increment number
-
+ &Decrement number
-
+ Edit &tokens...
-
+
+ &View
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+ Floating
+
+
+
+ Deck: %1
-
+ Are you sure?
-
+ The decklist has been modified.
Do you want to save the changes?
-
+ Load deck
-
-
-
+
+
+ Error
-
+ The deck could not be saved.
-
-
+
+ The deck could not be saved.
Please check that the directory is writable and try again.
-
+ Save deck
@@ -4652,84 +4756,84 @@ Please check that the directory is writable and try again.
TabDeckStorage
-
+ Local file systemЛокальная файловая система
-
+ Server deck storageХранилище колод на сервере
-
-
+
+ Open in deck editorОткрыть колоду в редакторе
-
+ Upload deckЗагрузить колоду в хранилище
-
+ Download deckЗагрузить колоду из хранилища
-
-
+
+ New folderНовая папка
-
-
+
+ DeleteУдалить
-
+ Enter deck nameВведите название колоды
-
+ This decklist does not have a name.
Please enter a name:У этой колоды нет названия.
Пожалуйста, проявите фантазию:
-
+ Unnamed deckЕще одна унылая дека
-
+ Delete local file
-
-
-
+
+
+ Are you sure you want to delete "%1"?
-
+ Name of new folder:Название новой папки:
-
+ Delete remote folder
-
+ Delete remote deck
@@ -4742,135 +4846,343 @@ Please enter a name:
TabGame
-
+
+
+ Card Info
+
+
+
+
+
+ Player List
+
+
+
+
+
+ Messages
+
+
+
+
+
+ Replay Timeline
+
+
+
+ &Phases&Фазы
-
+ &Game&Игра
-
+ Next &phaseСледующая &фаза
-
+ Next &turnСледующий &ход
-
+ &Remove all local arrows&Удалить все указатели
-
+ Rotate View Cl&ockwise
-
+ Rotate View Co&unterclockwise
-
+ Game &informationИнформация &об игре
-
+ &Concede&Сдаться...
-
+ &Leave gameПокинуть и&гру
-
+ C&lose replayЗ &акрыть повтор
-
+ &Say:Ска&зать:
-
+
+ &View
+
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+
+ Floating
+
+
+
+
+ Reset layout
+
+
+
+ ConcedeСдаться
-
+ Are you sure you want to concede this game?Вы точно хотите сдаться?
-
+ Leave gameПокинуть игру
-
+ Are you sure you want to leave this game?Вы уверены, что хотите уйти?
-
+ You are flooding the game. Please wait a couple of seconds.
-
+ You have been kicked out of the game.
-
+ REPLAY
+
+ TabLog
+
+
+ Logs
+
+
+
+
+
+ Error
+
+
+
+
+ You must select at least one filter.
+
+
+
+
+ You have to select a valid number of days to locate.
+
+
+
+
+ Username:
+
+
+
+
+ IP Address:
+
+
+
+
+ Game Name:
+
+
+
+
+ GameID:
+
+
+
+
+ Message:
+
+
+
+
+ Main Room
+
+
+
+
+ Game Room
+
+
+
+
+ Private Chat
+
+
+
+
+ Past X Days:
+
+
+
+
+ Today
+
+
+
+
+ Last Hour
+
+
+
+
+ Maximum Results:
+
+
+
+
+ At least one filter is required.
+The more information you put in, the more specific your results will be.
+
+
+
+
+ Get User Logs
+
+
+
+
+ Clear Filters
+
+
+
+
+ Filters
+
+
+
+
+ Log Locations
+
+
+
+
+ Date Range
+
+
+
+
+ Maximum Results
+
+
+
+
+ Room Logs
+
+
+
+
+
+
+ Time;SenderName;SenderIP;Message;TargetID;TargetName
+
+
+
+
+ Game Logs
+
+
+
+
+ Chat Logs
+
+
+
+
+
+ Message History
+
+
+
+
+ There are no messages for the selected filters.
+
+
+
+
+ Failed to collect message history information.
+
+
+TabMessage
-
+ Private &chat
-
+ &Leave&Покинуть
-
+ %1 - Private chat
-
+ This user is ignoring you.Этот пользователь добавил вас в игнор.
-
+ Private message from
-
+ %1 has left the server.%1 отключился.
-
+ %1 has joined the server.%1 зашел на сервер.
@@ -4878,54 +5190,54 @@ Please enter a name:
TabReplays
-
+ Local file system
-
+ Server replay storage
-
-
+
+ Watch replayПосмотреть повтор
-
-
+
+ DeleteУдалить
-
+ Download replay
-
+ Toggle expiration lock
-
+ Delete local file
-
+ Are you sure you want to delete "%1"?
-
+ Delete remote replay
-
+ Are you sure you want to delete the replay of game %1?
@@ -4938,47 +5250,47 @@ Please enter a name:
TabRoom
-
+ &Say:&Сказать:
-
+ ChatЧат
-
+ &Room&Комната
-
+ &Leave room&Покинуть комнату
-
+ &Clear chat& Обновить чат
-
+ Chat Settings...Установки чата
-
+ mentioned you.
-
+ Click to view
-
+ You are flooding the chat. Please wait a couple of seconds.Кажется, Вы нафлудили. Пожалуйста, подождите пару секунд.
@@ -4986,43 +5298,82 @@ Please enter a name:
TabServer
-
+ Server
+
+
+
+
+
+ Error
+
+
+
+
+ Failed to join the room: it doesn't exists on the server.
+
+
+
+
+ The server thinks you are in the room but Cockatrice is unable to display it. Try restarting Cockatrice.
+
+
+
+
+ You do not have the required permission to join this room.
+
+
+
+
+ Failed to join the room due to an unknown error: %1.
+
+ TabSupervisor
-
+ Are you sure?
-
+ There are still open games. Are you sure you want to quit?
-
+ Promotion
-
+ You have been promoted to moderator. Please log out and back in for changes to take effect.
+
+
+ Warned
+
+
+
+
+ You have received a warning due to %1.
+Please refrain from engaging in this activity or further actions may be taken against you. If you have any questions, please private message a moderator.
+
+ TabUserLists
-
+ Add to Buddy List
-
+ Add to Ignore List
@@ -5035,94 +5386,153 @@ Please enter a name:
UserContextMenu
-
+ User &details
-
+ Private &chat
-
+ Show this user's &games
-
+ Add to &buddy list
-
+ Remove from &buddy list
-
+ Add to &ignore list
-
+ Remove from &ignore list
-
+ Kick from &game
-
+
+ Warn user
+
+
+
+
+ View user's war&n history
+
+
+
+ Ban from &server
-
+
+ View user's &ban history
+
+
+
+ &Promote user to moderator
-
+ Dem&ote user from moderator
-
+ %1's games
-
-
+
+
+
+ Ban History
+
+
+
+
+ Ban Time;Moderator;Ban Length;Ban Reason;Visible Reason
+
+
+
+
+ User has never been banned.
+
+
+
+
+ Failed to collecting ban information.
+
+
+
+
+
+
+ Warning History
+
+
+
+
+ Warning Time;Moderator;User Name;Reason
+
+
+
+
+ User has never been warned.
+
+
+
+
+ Failed to collecting warning information.
+
+
+
+
+ Success
-
+ Successfully promoted user.
-
+ Successfully demoted user.
-
-
+
+ Failed
-
+ Failed to promote user.
-
+ Failed to demote user.
@@ -5294,42 +5704,42 @@ Please enter a name:
UserInterfaceSettingsPage
-
+ General interface settingsОсновные настройки интерфейса
-
+ Enable notifications in taskbar
-
+ Notify in the taskbar for game events while you are spectating
-
+ &Double-click cards to play them (instead of single-click)&Двойной клик чтобы разыграть карту (вместо одинарного)
-
+ &Play all nonlands onto the stack (not the battlefield) by default
-
+ Annotate card text on tokens
-
+ Animation settingsНастройки анимации
-
+ &Tap/untap animation&Анимировать поворот/разворот карты
@@ -5337,95 +5747,134 @@ Please enter a name:
UserList
-
+ Users connected to server: %1
-
+ Users in this room: %1Пользователей в этой комнате: %1
-
+ Buddies online: %1 / %2Друзей онлайн: %1 / %2
-
+ Ignored users online: %1 / %2Игнорируемых пользователей онлайн: %1 / %2
+
+ WarningDialog
+
+
+ Which warning would you like to send?
+
+
+
+
+ &OK
+
+
+
+
+ &Cancel
+
+
+
+
+ Warn user for misconduct
+
+
+
+
+
+ Error
+
+
+
+
+ User name to send a warning to can not be blank, please specify a user to warn.
+
+
+
+
+ Warning to use can not be blank, please select a valid warning to send.
+
+
+WndSets
-
+ Enable all sets
-
+ Disable all sets
-
+ Move selected set upПереместить выбранный сет вверх
-
+ Move selected set to the top
-
+ Move selected set downПереместить выбранный сет вниз
-
+ Move selected set to the bottom
-
+ hints:
-
+ Enable the sets that you want to have available in the deck editor
-
+ Move sets around to change their order, or click on a column header to sort sets on that field
-
+ Sets order decides the source that will be used when loading images for a specific card
-
+ Disabled sets will be used for loading images only if all the enabled sets failed
-
+ Edit setsРедактировать издания
-
+ SuccessВыполнено
-
+ The sets database has been saved successfully.База данных по сетам успешно сохранена.
@@ -5433,22 +5882,22 @@ Please enter a name:
ZoneViewWidget
-
+ sort by nameСортировать по имени
-
+ sort by typeсортировать по типу
-
+ shuffle when closingПеремешать после просмотра
-
+ pile view
@@ -5456,557 +5905,572 @@ Please enter a name:
shortcutsTab
-
+ Form
-
+ Main Window
-
+ Deck editor
-
+ Local gameplay
-
+ Watch replay
-
+ Connect
-
+ Register
-
+ Full screen
-
+ Settings
-
+ Check for card updates
-
+ Exit
-
+ Deck Editor
-
+ Analyze deck
-
+ Load deck (clipboard)
-
+ Clerar all filters
-
+ New deck
-
+ Clear one filter
-
+ Open custom folder
-
+ Close
-
+ Print deck
-
+ Edit sets
-
+ Delete card
-
+ Edit tokens
-
+ Reset layout
-
+ Add card
-
+ Save deck
-
+ Remove card
-
+ Save deck as
-
+ Load deck
-
+ Save deck (clipboard)
-
-
+
+ Counters
-
+ Life
-
-
-
-
-
+
+
+
+
+ Set
-
-
-
-
+
+
+
+ Add
-
-
-
-
+
+
+
+ Remove
-
+ Red
-
+ Green
-
+ Yellow
-
-
- Mainwindow / Deck editor
-
-
-
-
- Power / toughness
-
-
-
-
- Power and toughness
-
-
-
-
- Add (+1/+1)
-
-
-
-
- Remove (-1/-1)
-
-
-
-
- Toughness
-
-
-
-
- Remove (-0/-1)
-
-
-
-
- Add (+0/+1)
-
-
-
-
- Power
-
-
-
-
- Remove (-1/-0)
-
-
-
-
- Add (+1/+0)
-
-
-
-
- Game Phases
-
-
-
-
- Untap
-
-
-
-
- Disconnect
-
-
-
-
- Upkeep
-
-
-
-
-
- Draw
-
-
-
-
- Main 1
-
-
-
-
- Start combat
-
-
-
-
- Attack
-
-
-
-
- Block
-
-
-
-
- Damage
-
-
-
-
- End combat
-
-
-
-
- Main 2
-
-
-
-
- End
-
-
-
-
- Next phase
-
-
-
-
- Next turn
-
-
-
-
- Player
-
-
-
-
- Tap Card
-
-
-
-
- Untap Card
-
-
-
-
- Untap all
-
-
-
-
- Toogle untap
-
-
-
-
- Flip card
-
-
-
-
- Peek card
-
-
-
-
- Play card
-
-
-
-
- Attach card
-
-
-
-
- Unattach card
-
-
-
-
- Clone card
-
-
-
-
- Create token
-
-
-
-
- Create another token
-
-
-
-
- Set annotation
-
-
-
-
- Phases / P/T / Player
-
-
-
-
- Move card to
-
-
-
-
- Bottom library
-
-
-
-
- Top library
-
-
-
-
-
- Graveyard
-
-
-
-
-
- Exile
-
-
-
-
- Hand
-
-
-
-
- View
-
-
- Library
-
-
-
-
- Tops card of library
-
-
-
-
- Sideboard
-
-
-
-
- Close recent view
-
-
-
-
- Pre-play
-
-
-
-
- Load remote deck
-
-
-
-
- Load local deck
-
-
-
-
- Game play
-
-
-
-
- Draw arrow
-
-
-
-
- Leave game
-
-
-
-
- Remove local arrows
-
-
-
-
- Concede
-
-
-
-
- Roll dice
+ Playing Area
- Rotate view CW
+ Phases | P/T | Playing Area
+
+
+
+
+ Game Lobby
+
+
+
+
+ Gameplay
+
+
+
+
+ Draw | Move | View | Gameplay
+
+
+
+
+ How to set custom shortcuts
+
+
+
+
+ Restore all default shortcuts
+
+
+
+
+ Clear all shortcuts
+
+
+
+
+ Add (+1/+1)
+
+
+
+
+ Remove (-1/-1)
+
+
+
+
+ Toughness
+
+
+
+
+ Remove (-0/-1)
+
+
+
+
+ Add (+0/+1)
+
+
+
+
+ Power
+
+
+
+
+ Remove (-1/-0)
+
+
+
+
+ Add (+1/+0)
+
+
+
+
+ Game Phases
+
+
+
+
+ Untap
+
+
+
+
+ Disconnect
+
+
+
+
+ Main Window | Deck Editor
+
+
+
+
+ Power / Toughness
+
+
+
+
+ Power and Toughness
+
+
+
+
+ Upkeep
+
+
+
+
+
+ Draw
+
+
+
+
+ Main 1
+
+
+
+
+ Start combat
+
+
+
+
+ Attack
+
+
+
+
+ Block
+
+
+
+
+ Damage
+
+
+
+
+ End combat
+
+
+
+
+ Main 2
+
+
+
+
+ End
+
+
+
+
+ Next phase
+
+
+
+
+ Next turn
+
+
+
+
+ Tap Card
+
+
+
+
+ Untap Card
+
+
+
+
+ Untap all
+
+
+
+
+ Toogle untap
+
+
+
+
+ Flip card
+
+
+
+
+ Peek card
+
+
+
+
+ Play card
+
+
+
+
+ Attach card
+
+
+
+
+ Unattach card
+
+
+
+
+ Clone card
+
+
+
+
+ Create token
+
+
+
+
+ Create another token
+
+
+
+
+ Set annotation
- Shuffle library
+ Move card to
- Rotate view CCW
+ Bottom library
+
+
+
+
+ Top library
- Mulligan
+
+ Graveyard
- Draw card
+
+ Exile
- Draw cards
+ Hand
- Undo draw
-
-
-
-
- Always reveal top card
+ View
- Draw / Move / View / Game play
+ Library
+
+
+
+
+ Tops card of library
+
+
+
+
+ Sideboard
+
+
+
+
+ Close recent view
+
+
+
+
+ Load remote deck
+
+
+
+
+ Load local deck
+
+
+
+
+ Draw arrow
+
+
+
+
+ Leave game
+
+
+
+
+ Remove local arrows
+
+
+
+
+ Concede
+
+
+
+
+ Roll dice
+
+
+
+
+ Rotate view CW
+
+
+
+
+ Shuffle library
+
+
+
+
+ Rotate view CCW
+
+
+
+
+ Mulligan
+
+
+
+
+ Draw card
+
+
+
+
+ Draw cards
+
+
+
+
+ Undo draw
+
+
+
+
+ Always reveal top card
diff --git a/cockatrice/translations/cockatrice_sv.ts b/cockatrice/translations/cockatrice_sv.ts
index 3c5566f1f..d45d6edfb 100644
--- a/cockatrice/translations/cockatrice_sv.ts
+++ b/cockatrice/translations/cockatrice_sv.ts
@@ -20,57 +20,57 @@
AppearanceSettingsPage
-
+ Theme settings
-
+ Current theme:
-
+ Card renderingKortrendering
-
+ Display card names on cards having a pictureVisa kortnamn på kort som har bilder
-
+ Scale cards on mouse over
-
+ Hand layoutHandlayout
-
+ Display hand horizontally (wastes space)Visa hand horisontellt (slösar plats)
-
+ Enable left justification
-
+ Table grid layoutBordets rutnätlayout
-
+ Invert vertical coordinateInvertera vertikal koordinat
-
+ Minimum player count for multi-column layout:Minst antal spelare för multi-kolumnlayout:
@@ -78,107 +78,107 @@
BanDialog
-
+ ban &user namebannlys användar&namn
-
+ ban &IP addressbannlys &IP address
-
+ ban client I&D
-
+ Ban typeTyp av bannlysning
-
+ &permanent ban&permanent bannlysning
-
+ &temporary ban&temporär bannlysning
-
+ &Days:&Dagar:
-
+ &Hours:&Timmar:
-
+ &Minutes:&Minuter:
-
+ Duration of the banBannlysningens längd
-
+ Please enter the reason for the ban.
This is only saved for moderators and cannot be seen by the banned person.Vänligen ange anledningen till bannlysningen.
Detta sparas endast för moderatorer och kan inte ses av den bannlysta personen.
-
+ Please enter the reason for the ban that will be visible to the banned person.Vänligen ange en anledning för bannlysningen som kommer att visas för den bannlysta personen.
-
+ &OK&OK
-
+ &Cancel&Avbryt
-
+ Ban user from serverBannlys användaren från servern
-
-
-
-
+
+
+
+ ErrorFel
-
+ You have to select a name-based, IP-based, clientId based, or some combination of the three to place a ban.
-
+ You must have a value in the name ban when selecting the name ban checkbox.
-
+ You must have a value in the ip ban when selecting the ip ban checkbox.
-
+ You must have a value in the clientid ban when selecting the clientid ban checkbox.
@@ -186,12 +186,12 @@ Detta sparas endast för moderatorer och kan inte ses av den bannlysta personen.
CardDatabase
-
+ New sets found
-
+ %1 new set(s) have been found in the card database. Do you want to enable them?
@@ -199,27 +199,27 @@ Detta sparas endast för moderatorer och kan inte ses av den bannlysta personen.
CardDatabaseModel
-
+ NameNamn
-
+ SetsUtgåvor
-
+ Mana costManakostnad
-
+ Card typeKorttyp
-
+ P/TP/T
@@ -278,47 +278,47 @@ Detta sparas endast för moderatorer och kan inte ses av den bannlysta personen.
CardInfoWidget
-
+ Show card onlyVisa endast kort
-
+ Show text onlyVisa endast text
-
+ Show full infoVissa full info
-
+ Name:Namn:
-
+ Mana cost:Manakostnad:
-
+ Color(s):
-
+ Card type:Korttyp:
-
+ P / T:P / T:
-
+ Loyalty:Lojalitet:
@@ -582,12 +582,12 @@ Detta sparas endast för moderatorer och kan inte ses av den bannlysta personen.
DeckEditorSettingsPage
-
+ Nothing is here... yet
-
+ GeneralAllmänt
@@ -627,42 +627,42 @@ Detta sparas endast för moderatorer och kan inte ses av den bannlysta personen.
DeckViewContainer
-
+ Load local deck
-
+ Load deck from server
-
+ Ready to s&tartRedo att &börja
-
+ S&ideboard unlockedS&idbräda upplåst
-
+ S&ideboard lockedS&idbräda låst
-
+ Load deckLadda lek
-
+ ErrorFel
-
+ The selected file could not be loaded.Den valda filen kunde ej laddas.
@@ -708,55 +708,65 @@ Detta sparas endast för moderatorer och kan inte ses av den bannlysta personen.
DlgConnect
-
+ Previous Host
-
+ New Host
-
+ &Host:&Värd:
-
+ Enter host name
-
+ &Port:&Port:
-
+ Player &name:Spelar&namn:
-
+ P&assword:&Lösenord:
-
+ &Save password&Spara lösenord
-
+ A&uto connect at start
-
+ Connect to serverAnslut till server
+
+
+ Connect Warning
+
+
+
+
+ The player name can't be empty.
+
+ DlgCreateGame
@@ -826,27 +836,27 @@ Detta sparas endast för moderatorer och kan inte ses av den bannlysta personen.
Åskådare
-
+ &Clear
-
+ Create gameSkapa spel
-
+ Game informationSpelinformation
-
+ ErrorFel
-
+ Server error.Serverfel.
@@ -1306,6 +1316,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
+ Registration Warning
@@ -1319,6 +1330,11 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Your email addresses do not match, please try again.
+
+
+ The player name can't be empty.
+
+ Country:
@@ -1338,19 +1354,19 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
DlgSettings
-
-
-
+
+
+ ErrorFel
-
+ Unknown Error loading card database
-
+ Your card database is invalid.
Cockatrice may not function correctly with an invalid database
@@ -1361,7 +1377,7 @@ Would you like to change your database location setting?
-
+ Your card database version is too old.
This can cause problems loading card information or images
@@ -1372,21 +1388,21 @@ Would you like to change your database location setting?
-
+ File Error loading your card database.
Would you like to change your database location setting?
-
+ Your card database was loaded but contains no cards.
Would you like to change your database location setting?
-
+ Your card database did not finish loading
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your cards.xml attached
@@ -1395,7 +1411,7 @@ Would you like to change your database location setting?
-
+ Unknown card database load status
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues
@@ -1404,56 +1420,91 @@ Would you like to change your database location setting?
-
+ The path to your deck directory is invalid. Would you like to go back and set the correct path?Sökvägen till din lekkatalog är ogiltig. Vill du gå tillbaka och ange den korrekta sökvägen?
-
+ The path to your card pictures directory is invalid. Would you like to go back and set the correct path?Sökvägen till din kortbildsdatabas är ogiltig. Vill du gå tillbaka och ange den korrekta sökvägen?
-
+ SettingsInställningar
-
+ GeneralAllmänt
-
+ AppearanceUtseende
-
+ User Interface
-
+ Deck Editor
-
+ Chat
-
+ Sound
-
+ Shortcuts
+
+ DlgUpdate
+
+
+ Error
+
+
+
+
+ Cockatrice was not built with SSL support, so cannot download updates! Please visit the download page and update manually.
+
+
+
+
+ Your version of Cockatrice is out of date, but there are no packages available for your operating system. You may have to use a developer build or build from source yourself. Please visit the download page.
+
+
+
+
+ Cockatrice Update
+
+
+
+
+ Your version of Cockatrice is up to date.
+
+
+
+
+
+
+ Update Error
+
+
+GameSelector
@@ -1667,112 +1718,118 @@ Would you like to change your database location setting?
GeneralSettingsPage
-
+ Reset/Clear Downloaded Pictures
-
-
-
-
-
+
+
+
+
+ Choose pathVälj sökväg
-
+ Success
-
+ Downloaded card pictures have been reset.
-
+ Error
-
+ One or more downloaded card pictures could not be cleared.
-
+ Personal settingsPersonliga inställningar
-
+ Language:Språk:
-
+ Download card pictures on the flyLadda ner kortbilder på direkten
-
- Download card pictures from a custom URL
+
+ Primary download URL:
-
- Custom Card Download URL:
+
+ Fallback download URL:
-
- Linking FAQ
+
+
+ Reset
-
+
+ How to set a custom picture url
+
+
+
+ Notify when new client features are available
-
+ PathsSökvägar
-
+ Decks directory:Lekkatalog:
-
+ Replays directory:Repriskatalog:
-
+ Pictures directory:Bildkatalog:
-
+ Card database:
-
+ Token database:
-
+ Picture cache size:
-
+ EnglishSvenska (Swedish)
@@ -1780,49 +1837,49 @@ Would you like to change your database location setting?
MainWindow
-
+ There are too many concurrent connections from your address.Din adress har för många uppkopplingar samtidigt.
-
+ Scheduled server shutdown.Schemalagd serverstängning.
-
+ Banned by moderatorBannlyst av moderator
-
+ Expected end time: %1Förväntad sluttid: %1
-
+ This ban lasts indefinitely.Denna bannlysning varar för evigt.
-
+ Connection closedUppkoppling avslutad
-
+ The server has terminated your connection.
Reason: %1Servern har avslutat din uppkoppling.
Anledning: %1
-
+ Scheduled server shutdownSchemalagd serverstängning
-
+ The server is going to be restarted in %n minute(s).
All running games will be lost.
Reason for shutdown: %1
@@ -1833,498 +1890,508 @@ Alla pågående spel kommer att gå förlorade.
Anledning till nedstängning: %1
-
+ Number of playersAntal spelare
-
+ Please enter the number of players.Vänligen ange antal spelare.
-
+ Player %1Spelare %1
-
+ Load replayLadda repris
-
+ About CockatriceOm Cockatrice
-
+ Version %1Version %1
-
+ Translators:Översättare:
-
+ Project Manager:
-
+ The server has reached its maximum user capacity, please check back later.
-
-
+
+ Invalid username.
-
+ You have been logged out due to logging in at another location.
-
-
+
+ Success
-
+ Registration accepted.
Will now login.
-
+ Account activation accepted.
Will now login.
-
-
- Past Project Managers:
-
-
-
-
- Developers:
-
-
-
-
- Our Developers
-
-
-
-
- Help Develop!
-
-
- Recognition Page
-
-
-
-
- Help Translate!
+ Cockatrice Webpage
- Support:
+ Past Project Managers:
+ Developers:
+
+
+
+
+ Our Developers
+
+
+
+
+ Help Develop!
+
+
+
+
+ Recognition Page
+
+
+
+
+ Help Translate!
+
+
+
+
+ Support:
+
+
+
+ Report an Issue
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ErrorFel
-
+ Server timeoutServer timeout
-
+ Failed Login
-
+ Your client does not support features that the server requires, please update your client and try again.
-
+ Incorrect username or password. Please check your authentication information and try again.
-
+ There is already an active session using this user name.
Please close that session first and re-login.Det finns redan en aktiv session med det användarnamnet.
Vänligen stäng den sessionen först och försök igen.
-
-
+
+ You are banned until %1.Du är bannlyst till %1.
-
-
+
+ You are banned indefinitely.Du är bannlyst för evigt.
-
+ This server requires user registration. Do you want to register now?
-
+ This server requires client ID's. Your client is either failing to generate an ID or you are running a modified client.
Please close and reopen your client to try again.
-
+ An internal error has occurred, please try closing and reopening your client and try again. If the error persists try updating your client to the most recent build and if need be contact your software provider.
-
+ Account activation
-
+ Unknown login error: %1Okänt inloggningsfel: %1
-
-
+
+
This usually means that your client version is out of date, and the server sent a reply your client doesn't understand.
-
+ Your username must respect these rules:
-
+ is %1 - %2 characters long
-
+ can %1 contain lowercase characters
-
-
-
+
+
+ NOT
-
+ can %1 contain uppercase characters
-
+ can %1 contain numeric characters
-
+ can contain the following punctuation: %1
-
+ first character can %1 be a punctuation mark
-
+ You may only use A-Z, a-z, 0-9, _, ., and - in your username.
-
-
-
-
-
+
+
+
+
+ Registration denied
-
+ Registration is currently disabled on this server
-
+ There is already an existing account with the same user name.
-
+ It's mandatory to specify a valid email address when registering.
-
+ Too many registration attempts from your IP address.
-
+ Password too short.
-
+ Registration failed for a technical problem on the server.
-
+ Unknown registration error: %1
-
+ Account activation failed
-
+ Socket error: %1Socketfel: %1
-
+ You are trying to connect to an obsolete server. Please downgrade your Cockatrice version or connect to a suitable server.
Local version is %1, remote version is %2.Du försöker koppla upp dig till en föråldrad server. Vänligen nergradera din version av Cockatrice eller koppla upp dig till en lämplig server.
Lokal version är %1, avlägsen version är %2.
-
+ Your Cockatrice client is obsolete. Please update your Cockatrice version.
Local version is %1, remote version is %2.Din version av Cockatrice är föråldrad. Vänligen uppdatera din version av Cockatrice.
Lokal version är %1, avlägsen version är %2.
-
+ Connecting to %1...Ansluter till %1...
-
+ Registering to %1 as %2...
-
+ DisconnectedFrånkopplad
-
+ Connected, logging in at %1Uppkopplad, loggar in hos %1
-
+ &Connect...&Anslut...
-
+ &Disconnect&Frånkoppla
-
+ Start &local game...Starta &lokalt spel...
-
+ &Watch replay...&Titta på repris...
-
+ &Deck editorLek&redigeraren
-
+ &Full screen&Fullskärmsläge
-
+ &Register to server...
-
+ &Settings...&Inställningar...
-
-
+
+ &ExitA&vsluta
-
+ A&ctions
-
+ &Cockatrice&Cockatrice
-
+ &About Cockatrice&Om Cockatrice
-
+
+ &Update Cockatrice
+
+
+
+ &Help&Hjälp
-
+ Check for card updates...
-
+ A card database update is already running.
-
+ Unable to run the card database updater:
-
+ The card database updater exited with an error: %1
-
+ Update completed successfully. Cockatrice will now reload the card database.
-
+ Your client appears to be missing features that the server supports.
This usually means that your client version is out of date, please check to see if there is a new client available for download.
-
-
-
+
+
+ Information
-
+ Troubleshooting
-
+ F.A.Q.
-
+ Your account has not been activated yet.
You need to provide the activation token received in the activation email
-
+ failed to start.
-
+ crashed.
-
+ timed out.
-
+ write error.
-
+ read error.
-
+ unknown error.
@@ -2332,17 +2399,17 @@ You need to provide the activation token received in the activation email
MessageLogWidget
-
+ The game has been closed.Spelet har stängts.
-
+ %1 is now watching the game.%1 kollar nu på spelet.
-
+ %1 is not watching the game any more.%1 kollar inte längre på spelet.
@@ -2390,136 +2457,136 @@ You need to provide the activation token received in the activation email%1 har gått med i spelet.
-
+ %1 has left the game.female%1 har lämnat spelet.
-
+ %1 has left the game.male%1 har lämnat spelet.
-
+ You have been kicked out of the game.Du har blivit utsparkad från spelet.
-
+ %1 has loaded a deck (%2).
-
+ %1 has loaded a deck with %2 sideboard cards (%3).
-
+ %1 is ready to start the game.female%1 är redo att börja spelet.
-
+ %1 is ready to start the game.male%1 är redo att börja spelet.
-
+ %1 is not ready to start the game any more.female%1 är inte längre redo att börja spelet.
-
+ %1 is not ready to start the game any more.male%1 är inte längre redo att börja spelet.
-
+ %1 has locked her sideboard.female%1 har låst sin sidbräda.
-
+ %1 has locked his sideboard.male%1 har låst sin sidbräda.
-
+ %1 has unlocked her sideboard.female%1 har låst upp sin sidbräda.
-
+ %1 has unlocked his sideboard.male%1 har låst upp sin sidbräda.
-
+ %1 has conceded the game.female%1 har gett upp spelet.
-
+ %1 has conceded the game.male%1 har gett upp spelet.
-
-
- %1 has restored connection to the game.
- female
- %1 har återställt uppkopplingen med spelet.
-
-
-
- %1 has restored connection to the game.
- male
- %1 har återställt uppkopplingen med spelet.
-
- %1 has lost connection to the game.
+ %1 has restored connection to the game.female
- %1 har förlorat uppkopplingen med spelet.
+ %1 har återställt uppkopplingen med spelet.
+ %1 has restored connection to the game.
+ male
+ %1 har återställt uppkopplingen med spelet.
+
+
+
+ %1 has lost connection to the game.
+ female
+ %1 har förlorat uppkopplingen med spelet.
+
+
+ %1 has lost connection to the game.male%1 har förlorat uppkopplingen med spelet.
-
+ %1 shuffles %2.female%1 blandar %2.
-
+ %1 shuffles %2.male%1 blandar %2.
-
+ %1 rolls a %2 with a %3-sided die.female%1 rullar en %2a med en %3-sidig tärning.
-
+ %1 rolls a %2 with a %3-sided die.male%1 rullar en %2a med en %3-sidig tärning.
@@ -2541,464 +2608,486 @@ You need to provide the activation token received in the activation email
-
+ %1 undoes his last draw.%1 ångrar sitt senaste drag.
-
+ %1 undoes her last draw.%1 ångrar sitt senaste drag.
-
+ %1 undoes his last draw (%2).%1 ångrar sitt senaste drag (%2).
-
+ %1 undoes her last draw (%2).%1 ångrar sitt senaste drag (%2).
-
+ from exile från exil
-
+ the bottom card of %1's librarydet sista kortet i %1's lek
-
+ the bottom card of his librarydet sista kortet i sin lek
-
+ the bottom card of her librarydet sista kortet i sin lek
-
+ from the bottom of %1's library från botten av %1's lek
-
+ from the bottom of his library från botten av sin lek
-
+ from the bottom of her library från botten av sin lek
-
+ the top card of %1's librarydet översta kortet av %1's lek
-
+
+ Heads (1)
+
+
+
+
+ Tails (2)
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ female
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ male
+
+
+
+ the top card of his librarydet översta kortet avsin lek
-
+ the top card of her librarydet översta kortet av sin lek
-
+ from the top of %1's library från toppen av %1's lek
-
+ from the top of his library från botten av sin lek
-
+ from the top of her library från toppen av sin lek
-
+ from %1's library från %1'a lek
-
+ from library från leken
-
+ from sideboard från sidbrädan
-
+ from the stack från stapeln
-
+ %1 gives %2 control over %3.%1 ger kontroll över %3 till %2.
-
+ %1 puts %2 into play tapped%3.%1 sätter %2 i spell tappad%3.
-
+ %1 puts %2 into play%3.%1 sätter %2 i spel%3.
-
+ %1 exiles %2%3.%1 sätter %2%3 i exil.
-
+ %1 puts %2%3 into his library.%1 placerar %2%3 i sin lek.
-
+ %1 puts %2%3 into her library.%1 placerar %2%3 i sin lek.
-
+ %1 puts %2%3 on bottom of his library.%1 placerar %2%3 underst i sin lek.
-
+ %1 puts %2%3 on bottom of her library.%1 placerar %2%3 underst i sin lek.
-
+ %1 puts %2%3 on top of his library.%1 placerar %2%3 överst i sin lek.
-
+ %1 puts %2%3 on top of her library.%1 placerar %2%3 överst i sin lek.
-
+ %1 puts %2%3 into his library at position %4.%1 placerar %2%3 på plats %4 i sin lek.
-
+ %1 puts %2%3 into her library at position %4.%1 placerar %2%3 på plats %4 i sin lek.
-
+ %1 moves %2%3 to sideboard.%1 flyttar %2%3 till sidbrädan.
-
+ %1 plays %2%3.%1 spelar %2%3.
-
+ %1 takes a mulligan to %n.female%1 tar en mulligan till %n.%1 tar en mulligan till %n.
-
+ %1 takes a mulligan to %n.male%1 tar en mulligan till %n.%1 tar en mulligan till %n.
-
+ %1 flips %2 face-down.female%1 vänder %2 nedåt.
-
+ %1 flips %2 face-down.male%1 vänder %2 nedåt.
-
+ %1 flips %2 face-up.female%1 vänder %2 uppåt.
-
+ %1 flips %2 face-up.male%1 vänder %2 uppåt.
-
+ %1 destroys %2.female%1 förstör %2.
-
+ %1 destroys %2.male%1 förstör %2.
-
+ %1 unattaches %2.female%1 separerar %2.
-
+ %1 unattaches %2.male%1 separerar %2.
-
+ %1 creates token: %2%3.female%1 skapar jetong: %2%3.
-
+ %1 creates token: %2%3.male%1 skapar jetong: %2%3.
-
+ %1 points from her %2 to herself.female%1 pekar från sin %2 till sig själv.
-
+ %1 points from his %2 to himself.male%1 pekar från sin %2 till sig själv.
-
+ %1 points from her %2 to %3.p1 female, p2 female%1 pekar från sin %2 till %3.
-
+ %1 points from her %2 to %3.p1 female, p2 male%1 pekar från sin %2 till %3.
-
+ %1 points from his %2 to %3.p1 male, p2 female%1 pekar från sin %2 till %3.
-
+ %1 points from his %2 to %3.p1 male, p2 male%1 pekar från sin %2 till %3.
-
+ %1 points from %2's %3 to herself.card owner female, target female%1 pekar från %2's %3 till sig själv.
-
+ %1 points from %2's %3 to herself.card owner male, target female%1 pekar från %2's %3 till sig själv.
-
+ %1 points from %2's %3 to himself.card owner female, target male%1 pekar från %2's %3 till sig själv.
-
+ %1 points from %2's %3 to himself.card owner male, target male%1 pekar från %2's %3 till sig själv.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 female%1 pekar från %2's %3 till %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 male%1 pekar från %2's %3 till %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 female%1 pekar från %2's %3 till %4.
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 male%1 pekar från %2's %3 till %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 female%1 pekar från %2's %3 till %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 male%1 pekar från %2's %3 till %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 female%1 pekar från %2's %3 till %4.
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 male%1 pekar från %2's %3 till %4.
-
+ %1 points from her %2 to her %3.female%1 pekar från sin %2 till sin %3.
-
+ %1 points from his %2 to his %3.male%1 pekar från sin %2 till sin %3.
-
+ %1 points from her %2 to %3's %4.p1 female, p2 female%1 pekar från sin %2 till %3's %4.
-
+ %1 points from her %2 to %3's %4.p1 female, p2 male%1 pekar från sin %2 till %3's %4.
-
+ %1 points from his %2 to %3's %4.p1 male, p2 female%1 pekar från sin %2 till %3's %4.
-
+ %1 points from his %2 to %3's %4.p1 male, p2 male%1 pekar från sin %2 till %3's %4.
-
+ %1 points from %2's %3 to her own %4.card owner female, target female%1 pekar från %2's %3 till sin %4.
-
+ %1 points from %2's %3 to her own %4.card owner male, target female%1 pekar från %2's %3 till sin %4.
-
+ %1 points from %2's %3 to his own %4.card owner female, target male%1 pekar från %2's %3 till sin %4.
-
+ %1 points from %2's %3 to his own %4.card owner male, target male%1 pekar från %2's %3 till sin %4.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 female%1 pekar från %2's %3 till %4's %5.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 male%1 pekar från %2's %3 till %4's %5.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 female%1 pekar från %2's %3 till %4's %5.
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 male%1 pekar från %2's %3 till %4's %5.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 female%1 pekar från %2's %3 till %4's %5.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 male%1 pekar från %2's %3 till %4's %5.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 female%1 pekar från %2's %3 till %4's %5.
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 male%1 pekar från %2's %3 till %4's %5.
@@ -3024,304 +3113,304 @@ You need to provide the activation token received in the activation email%1 tar bort %n %2 polett från %3 (%4 totalt).%1 tar bort %n %2 poletter från %3 (%4 totalt).
-
+ %1 taps her permanents.female%1 tappar sina permanents.
-
+ %1 untaps her permanents.female%1 tappar upp sina permanents.
-
+ %1 taps his permanents.male%1 tappar sina permanents.
-
+ %1 untaps his permanents.male%1 tappar upp sina permanents.
-
+ %1 taps %2.female%1 tappar %2.
-
+ %1 untaps %2.female%1 tappar upp %2.
-
+ %1 taps %2.male%1 tappar %2.
-
+ %1 untaps %2.male%1 tappar upp %2.
-
+ %1 sets counter %2 to %3 (%4%5).female%1 ändrar antalet %2 poletter till %3 (%4%5).
-
+ %1 sets counter %2 to %3 (%4%5).male%1 ändrar antalet %2 poletter till %3 (%4%5).
-
+ %1 sets %2 to not untap normally.female%1 har inaktiverat normal upptappning för %2.
-
+ %1 sets %2 to not untap normally.male%1 har inaktiverat normal upptappning för %2.
-
+ %1 sets %2 to untap normally.female%1 har aktiverat normal upptappning för %2.
-
+ %1 sets %2 to untap normally.male%1 har aktiverat normal upptappning för %2.
-
+ %1 sets PT of %2 to %3.female%1 ställer %2's PT till %3.
-
+ %1 sets PT of %2 to %3.male%1 ställer %2's PT till %3.
-
+ %1 sets annotation of %2 to %3.female%1 ställer %2's annotering till %3.
-
-
- %1 sets annotation of %2 to %3.
- male
- %1 ställer %2's annotering till %3.
-
-
-
- %1 is looking at %2.
- female
- %1 tittar på %2.
-
-
-
- %1 is looking at %2.
- male
- %1 tittar på %2.
-
-
- %1 is looking at the top %n card(s) %2.
- female
- %1 tittar på det översta kortet %2.%1 tittar på de översta %n korten %2.
-
-
- %1 is looking at the top %n card(s) %2.
- male
- %1 tittar på det översta kortet %2.%1 tittar på de översta %n korten %2.
-
-
-
- %1 stops looking at %2.
- female
- %1 slutar titta på %2.
-
+ %1 sets annotation of %2 to %3.
+ male
+ %1 ställer %2's annotering till %3.
+
+
+
+ %1 is looking at %2.
+ female
+ %1 tittar på %2.
+
+
+
+ %1 is looking at %2.
+ male
+ %1 tittar på %2.
+
+
+ %1 is looking at the top %n card(s) %2.
+ female
+ %1 tittar på det översta kortet %2.%1 tittar på de översta %n korten %2.
+
+
+ %1 is looking at the top %n card(s) %2.
+ male
+ %1 tittar på det översta kortet %2.%1 tittar på de översta %n korten %2.
+
+
+
+ %1 stops looking at %2.
+ female
+ %1 slutar titta på %2.
+
+
+ %1 stops looking at %2.male%1 slutar titta på %2.
-
+ %1 reveals %2 to %3.p1 female, p2 female%1 visar %2 för %3.
-
-
- %1 reveals %2 to %3.
- p1 female, p2 male
- %1 visar %2 för %3.
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 female
- %1 visar %2 för %3.
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 male
- %1 visar %2 för %3.
-
-
-
- %1 reveals %2.
- female
- %1 visar %2.
-
-
-
- %1 reveals %2.
- male
- %1 visar %2.
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 female
- %1 visar slumpmässigt %2%3 till %4.
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 male
- %1 visar slumpmässigt %2%3 till %4.
-
+ %1 reveals %2 to %3.
+ p1 female, p2 male
+ %1 visar %2 för %3.
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 female
+ %1 visar %2 för %3.
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 male
+ %1 visar %2 för %3.
+
+
+
+ %1 reveals %2.
+ female
+ %1 visar %2.
+
+
+
+ %1 reveals %2.
+ male
+ %1 visar %2.
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 female
+ %1 visar slumpmässigt %2%3 till %4.
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 male
+ %1 visar slumpmässigt %2%3 till %4.
+
+
+ %1 randomly reveals %2%3 to %4.p1 male, p2 female%1 visar slumpmässigt %2%3 till %4.
-
+ %1 randomly reveals %2%3 to %4.p1 male, p2 male%1 visar slumpmässigt %2%3 till %4.
-
+ %1 randomly reveals %2%3.female%1 visar slumpmässigt %2%3.
-
+ %1 randomly reveals %2%3.male%1 visar slumpmässigt %2%3.
-
+ %1 peeks at face down card #%2.female%1 kikar på nedåtvända kort #%2.
-
+ %1 peeks at face down card #%2.male%1 kikar på nedåtvända kort #%2.
-
+ %1 peeks at face down card #%2: %3.female%1 kikar på nedåtvända kort #%2: %3.
-
+ %1 peeks at face down card #%2: %3.male%1 kikar på nedåtvända kort #%2: %3.
-
+ %1 reveals %2%3 to %4.p1 female, p2 female%1 visar %2%3 till %4.
-
+ %1 reveals %2%3 to %4.p1 female, p2 male%1 visar %2%3 till %4.
-
+ %1 reveals %2%3 to %4.p1 male, p2 female%1 visar %2%3 till %4.
-
+ %1 reveals %2%3 to %4.p1 male, p2 male%1 visar %2%3 till %4.
-
+ %1 reveals %2%3.female%1 visar %2%3.
-
+ %1 reveals %2%3.male%1 visar %2%3.
-
+ %1 is now keeping the top card %2 revealed.%1 håller nu det översta kortet %2 avslöjat.
-
+ %1 is not revealing the top card %2 any longer.%1 håller inte längre det översta kortet %2 avslöjat.
-
+ It is now %1's turn.femaleDet är nu %1's tur.
-
+ It is now %1's turn.maleDet är nu %1's tur.
-
-
+
+ a cardett kort
@@ -3340,32 +3429,32 @@ You need to provide the activation token received in the activation email
-
+ redrödröda
-
+ yellowgulgula
-
+ greengröngröna
-
+ The game has started.Spelet har börjat.
-
+ %1 draws his initial hand.%1 drar sin första hand.
-
+ %1 draws her initial hand.%1 drar sin första hand.
@@ -3384,179 +3473,179 @@ You need to provide the activation token received in the activation email
-
+ ending phaseslutfasen
-
+ untap stepupptappningssteget
-
+ %1 draws %2 card(s).female
-
+ %1 draws %2 card(s).male
-
+ from play
-
+ from her graveyard
-
+ from his graveyard
-
+ from her hand
-
+ from his hand
-
+ %1 puts %2%3 into her graveyard.
-
+ %1 puts %2%3 into his graveyard.
-
+ %1 moves %2%3 to her hand.
-
+ %1 moves %2%3 to his hand.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 female%1 fäster %2 på %3's %4.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 male%1 fäster %2 på %3's %4.
-
+ %1 attaches %2 to %3's %4.p1 male, p2 female%1 fäster %2 på %3's %4.
-
+ %1 attaches %2 to %3's %4.p1 male, p2 male%1 fäster %2 på %3's %4.
-
+ %1 places %2 %3 counter(s) on %4 (now %5).female
-
+ %1 places %2 %3 counter(s) on %4 (now %5).male
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).female
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).male
-
+ %1 is looking at the top %2 card(s) %3.female
-
+ %1 is looking at the top %2 card(s) %3.male
-
+ upkeep stepunderhållssteget
-
+ draw stepdragsteget
-
+ first main phaseförsta huvudfasen
-
+ beginning of combat stepbörjan av stridssteget
-
+ declare attackers stepattacksteget
-
+ declare blockers stepblockeringssteget
-
+ combat damage stepskadesteget
-
+ end of combat stepslutet av stridssteget
-
+ second main phaseandra huvudfasen
-
+ It is now the %1.Det är nu %1.
@@ -3564,74 +3653,79 @@ You need to provide the activation token received in the activation email
MessagesSettingsPage
-
+ Chat settings
-
+ Custom alert words
-
+ Enable chat mentions
-
+ Enable mention completer
-
+ In-game message macros
-
+ Ignore chat room messages sent by unregistered users
-
+ Ignore private messages sent by unregistered users
-
+ Enable desktop notifications for private messages
-
+
+ Enable desktop notification for mentions
+
+
+
+
+ Enable room message history on join
+
+
+
+ Separate words with a space, alphanumeric characters only
-
-
+
+ Invert text color
-
- Enable desktop notification for mentions.
-
-
-
-
-
+
+ (Color is hexadecimal)
-
+ Add messageLägg till meddelande
-
+ Message:Meddelande:
@@ -4075,7 +4169,7 @@ You need to provide the activation token received in the activation email
-
+ Number:Antal:
@@ -4100,32 +4194,33 @@ You need to provide the activation token received in the activation emailAntal sidor:
-
+ Set power/toughnessAnge power/toughness
-
+ Please enter the new PT:Vänligen ange ny PT:
-
+ Set annotationAnge annotering
-
+ Please enter the new annotation:Vänligen ange den nya annoteringen:
-
+ Set countersPlacera poletter
-
+
+ Cr&eate related card
@@ -4133,37 +4228,37 @@ You need to provide the activation token received in the activation email
QMenuBar
-
+ Services
-
+ Hide %1
-
+ Hide Others
-
+ Show All
-
+ Preferences...
-
+ Quit %1
-
+ About %1
@@ -4171,13 +4266,13 @@ You need to provide the activation token received in the activation email
QObject
-
+ Cockatrice replays (*.cor)Cockatricerepriser (*.cor)
- Common deck formats (*.cod *.dec *.mwDeck)
+ Common deck formats (*.cod *.dec *.txt *.mwDeck)
@@ -4274,27 +4369,11 @@ You need to provide the activation token received in the activation emailGames
Spel
-
-
-
- Error
-
-
-
-
- You do not have the proper permission to join this room.
-
-
-
-
- Failed to join the room due to an unknown error.
-
- SequenceEdit
-
+ Shortcut already in use
@@ -4327,6 +4406,29 @@ You need to provide the activation token received in the activation email
+
+ ShortcutsTab
+
+
+ Restore all default shortcuts
+
+
+
+
+ Do you really want to restore all default shortcuts?
+
+
+
+
+ Clear all default shortcuts
+
+
+
+
+ Do you really want to clear all shortcuts?
+
+
+ShutdownDialog
@@ -4348,37 +4450,32 @@ You need to provide the activation token received in the activation email
SoundSettingsPage
-
- Choose path
-
-
-
-
+ Enable &sounds
-
- Path to sounds directory:
+
+ Current sounds theme:
-
+ Test system sound engine
-
+ Sound settings
-
+ Master volume requires QT5
-
+ Master volume
@@ -4386,42 +4483,42 @@ You need to provide the activation token received in the activation email
TabAdmin
-
+ Update server &message&Uppdatera servermeddelande
-
+ &Shut down server&Stäng ned server
-
+ &Reload configuration
-
+ Server administration functionsServeradministrationsfunktioner
-
+ &Unlock functions&Lås upp funktioner
-
+ &Lock functionsLås &funktioner
-
+ Unlock administration functionsLås upp administrationsfunktioner
-
+ Do you really want to unlock the administration functions?Vill du verkligen låsa upp administrationsfunktionerna?
@@ -4434,220 +4531,227 @@ You need to provide the activation token received in the activation email
TabDeckEditor
-
+ &Print deck...Skri&v ut lek...
-
+ &CloseS&täng
-
+ &Edit sets...Redigera utg&åvor...
-
+
+ Filters
-
+ &Clear all filters
-
+ Delete selected
-
+ Deck &name:&Leknamn:
-
+ &Comments:&Kommentarer:
-
+ Hash:Hash:
-
+ &New deck&Ny lek
-
+ &Load deck...&Ladda lek...
-
+ &Save deckS¶ lek
-
+ Save deck &as...Spa&ra lek som...
-
+ Load deck from cl&ipboard...Ladda lek &från urklipp...
-
+ Save deck to clip&boardSpara lek som u&tklipp
-
+ &Analyze deck on deckstats.net&Anslysera lek på deckstats.net
-
+ Open custom image folder
-
+ Open custom sets folder
-
+ Add card to &maindeckLägg till kort till &huvudlek
-
+ Add card to &sideboardLägg till kort i sidbr&äda
-
+ &Deck Editor
-
+ C&ard Database
-
- Show/Hide card information
-
-
-
-
- Show/Hide deck
-
-
-
-
- Show/Hide filters
-
-
-
-
+ Reset layout
-
+
+ Card Info
-
+
+ Deck
-
+ Welcome
-
+ Hi! It seems like you're running this version of Cockatrice for the first time.
All the sets in the card database have been enabled.
Read more about changing the set order or disabling specific sets and consequent effects in the "Edit Sets" window.
-
+ &Remove rowTa bort ra&d
-
+ &Increment number&Öka antal
-
+ &Decrement number&Minska antal
-
+ Edit &tokens...Redigera &jetonger...
-
+
+ &View
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+ Floating
+
+
+
+ Deck: %1Lek: %1
-
+ Are you sure?Är du säker?
-
+ The decklist has been modified.
Do you want to save the changes?Denna leklista har modifierats. Vill du spara ändringarna?
-
+ Load deckLadda lek
-
-
-
+
+
+ ErrorFel
-
+ The deck could not be saved.Leken kunde inte sparas.
-
-
+
+ The deck could not be saved.
Please check that the directory is writable and try again.Leken kunde inte sparas.
Vänligen se till att katalogen är skrivbar och försök igen.
-
+ Save deckSpara lek
@@ -4655,83 +4759,83 @@ Vänligen se till att katalogen är skrivbar och försök igen.
TabDeckStorage
-
+ Local file systemLokalt filsystem
-
+ Server deck storageServerns leklagring
-
-
+
+ Open in deck editorÖppna i lekredigeraren
-
+ Upload deckLadda upp lek
-
+ Download deckLadda ner lek
-
-
+
+ New folderNy mapp
-
-
+
+ DeleteRadera
-
+ Enter deck nameAnge leknamn
-
+ This decklist does not have a name.
Please enter a name:Denna leklista har inget namn. Vänligen ange ett namn:
-
+ Unnamed deckNamnlös lek
-
+ Delete local fileRadera lokal fil
-
-
-
+
+
+ Are you sure you want to delete "%1"?Är du säker på att du vill radera "%1"?
-
+ Name of new folder:Namn på den nya mappen:
-
+ Delete remote folder
-
+ Delete remote deckRadera avlägsen lek
@@ -4744,135 +4848,343 @@ Please enter a name:
TabGame
-
+
+
+ Card Info
+
+
+
+
+
+ Player List
+
+
+
+
+
+ Messages
+
+
+
+
+
+ Replay Timeline
+
+
+
+ &Phases&Faser
-
+ &Game&Spel
-
+ Next &phaseNästa &fas
-
+ Next &turnNästa &tur
-
+ &Remove all local arrowsTa &bort alla lokala pilar
-
+ Rotate View Cl&ockwise
-
+ Rotate View Co&unterclockwise
-
+ Game &informationSpel&information
-
+ &Concede&Ge upp
-
+ &Leave game&Lämna spel
-
+ C&lose replayS&täng repris
-
+ &Say:S&äg:
-
+
+ &View
+
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+
+ Floating
+
+
+
+
+ Reset layout
+
+
+
+ ConcedeGe upp
-
+ Are you sure you want to concede this game?Är du säker på att du vill ge upp detta spel?
-
+ Leave gameLämna spel
-
+ Are you sure you want to leave this game?Är du säker på att du vill lämna detta spel?
-
+ You are flooding the game. Please wait a couple of seconds.
-
+ You have been kicked out of the game.
-
+ REPLAY
+
+ TabLog
+
+
+ Logs
+
+
+
+
+
+ Error
+
+
+
+
+ You must select at least one filter.
+
+
+
+
+ You have to select a valid number of days to locate.
+
+
+
+
+ Username:
+
+
+
+
+ IP Address:
+
+
+
+
+ Game Name:
+
+
+
+
+ GameID:
+
+
+
+
+ Message:
+
+
+
+
+ Main Room
+
+
+
+
+ Game Room
+
+
+
+
+ Private Chat
+
+
+
+
+ Past X Days:
+
+
+
+
+ Today
+
+
+
+
+ Last Hour
+
+
+
+
+ Maximum Results:
+
+
+
+
+ At least one filter is required.
+The more information you put in, the more specific your results will be.
+
+
+
+
+ Get User Logs
+
+
+
+
+ Clear Filters
+
+
+
+
+ Filters
+
+
+
+
+ Log Locations
+
+
+
+
+ Date Range
+
+
+
+
+ Maximum Results
+
+
+
+
+ Room Logs
+
+
+
+
+
+
+ Time;SenderName;SenderIP;Message;TargetID;TargetName
+
+
+
+
+ Game Logs
+
+
+
+
+ Chat Logs
+
+
+
+
+
+ Message History
+
+
+
+
+ There are no messages for the selected filters.
+
+
+
+
+ Failed to collect message history information.
+
+
+TabMessage
-
+ Private &chat
-
+ &Leave&Lämna
-
+ %1 - Private chat
-
+ This user is ignoring you.Denna användaren ignorerar dig.
-
+ Private message from
-
+ %1 has left the server.%1 har lämnat servern.
-
+ %1 has joined the server.%1 har anslutit sig till servern.
@@ -4880,54 +5192,54 @@ Please enter a name:
TabReplays
-
+ Local file systemLokalt filsystem
-
+ Server replay storageServerns reprislagring
-
-
+
+ Watch replayTitta på repris
-
-
+
+ DeleteRadera
-
+ Download replayLadda ner repris
-
+ Toggle expiration lockVäxla utgångslås
-
+ Delete local fileRadera lokal fil
-
+ Are you sure you want to delete "%1"?Är du säker på att du vill radera "%1"?
-
+ Delete remote replayRadera avlägsen repris
-
+ Are you sure you want to delete the replay of game %1?Är du säker på att du vill radera reprisen av spel %1?
@@ -4940,47 +5252,47 @@ Please enter a name:
TabRoom
-
+ &Say:&Säg:
-
+ ChatChatt
-
+ &Room&Rum
-
+ &Leave room&Lämna rum
-
+ &Clear chat
-
+ Chat Settings...
-
+ mentioned you.
-
+ Click to view
-
+ You are flooding the chat. Please wait a couple of seconds.Du översvämmar chatten. Var vänlig vänta ett par sekunder.
@@ -4988,43 +5300,82 @@ Please enter a name:
TabServer
-
+ Server
+
+
+
+
+
+ Error
+
+
+
+
+ Failed to join the room: it doesn't exists on the server.
+
+
+
+
+ The server thinks you are in the room but Cockatrice is unable to display it. Try restarting Cockatrice.
+
+
+
+
+ You do not have the required permission to join this room.
+
+
+
+
+ Failed to join the room due to an unknown error: %1.
+
+ TabSupervisor
-
+ Are you sure?
-
+ There are still open games. Are you sure you want to quit?
-
+ Promotion
-
+ You have been promoted to moderator. Please log out and back in for changes to take effect.
+
+
+ Warned
+
+
+
+
+ You have received a warning due to %1.
+Please refrain from engaging in this activity or further actions may be taken against you. If you have any questions, please private message a moderator.
+
+ TabUserLists
-
+ Add to Buddy List
-
+ Add to Ignore List
@@ -5037,94 +5388,153 @@ Please enter a name:
UserContextMenu
-
+ User &detailsAnvändar&detaljer
-
+ Private &chat
-
+ Show this user's &gamesVisa denna användarens &spel
-
+ Add to &buddy listLägg till som &vän
-
+ Remove from &buddy listTa bort som &vän
-
+ Add to &ignore list&Ignorera
-
+ Remove from &ignore listSluta &ignorera
-
+ Kick from &game&Sparka från spelet
-
+
+ Warn user
+
+
+
+
+ View user's war&n history
+
+
+
+ Ban from &server&Bannlys från servern
-
+
+ View user's &ban history
+
+
+
+ &Promote user to moderator
-
+ Dem&ote user from moderator
-
+ %1's games%1's spel
-
-
+
+
+
+ Ban History
+
+
+
+
+ Ban Time;Moderator;Ban Length;Ban Reason;Visible Reason
+
+
+
+
+ User has never been banned.
+
+
+
+
+ Failed to collecting ban information.
+
+
+
+
+
+
+ Warning History
+
+
+
+
+ Warning Time;Moderator;User Name;Reason
+
+
+
+
+ User has never been warned.
+
+
+
+
+ Failed to collecting warning information.
+
+
+
+
+ Success
-
+ Successfully promoted user.
-
+ Successfully demoted user.
-
-
+
+ Failed
-
+ Failed to promote user.
-
+ Failed to demote user.
@@ -5296,42 +5706,42 @@ Please enter a name:
UserInterfaceSettingsPage
-
+ General interface settingsAllmänna gränssnittsinställningar
-
+ Enable notifications in taskbar
-
+ Notify in the taskbar for game events while you are spectating
-
+ &Double-click cards to play them (instead of single-click)&Dubbelklicka på kort för att spela dem (istället för enkelklick)
-
+ &Play all nonlands onto the stack (not the battlefield) by default
-
+ Annotate card text on tokens
-
+ Animation settingsAnimationsinställningar
-
+ &Tap/untap animation&Tappnings/Upptappningsanimation
@@ -5339,95 +5749,134 @@ Please enter a name:
UserList
-
+ Users connected to server: %1
-
+ Users in this room: %1Användare i detta rum: %1
-
+ Buddies online: %1 / %2Vänner online: %1 / %2
-
+ Ignored users online: %1 / %2Ignorerade användare online: %1 / %2
+
+ WarningDialog
+
+
+ Which warning would you like to send?
+
+
+
+
+ &OK
+
+
+
+
+ &Cancel
+
+
+
+
+ Warn user for misconduct
+
+
+
+
+
+ Error
+
+
+
+
+ User name to send a warning to can not be blank, please specify a user to warn.
+
+
+
+
+ Warning to use can not be blank, please select a valid warning to send.
+
+
+WndSets
-
+ Enable all sets
-
+ Disable all sets
-
+ Move selected set up
-
+ Move selected set to the top
-
+ Move selected set down
-
+ Move selected set to the bottom
-
+ hints:
-
+ Enable the sets that you want to have available in the deck editor
-
+ Move sets around to change their order, or click on a column header to sort sets on that field
-
+ Sets order decides the source that will be used when loading images for a specific card
-
+ Disabled sets will be used for loading images only if all the enabled sets failed
-
+ Edit setsRedigera utgåvor
-
+ Success
-
+ The sets database has been saved successfully.
@@ -5435,22 +5884,22 @@ Please enter a name:
ZoneViewWidget
-
+ sort by namesortera efter namn
-
+ sort by typesortera efter typ
-
+ shuffle when closingblanda när du stänger
-
+ pile view
@@ -5458,557 +5907,572 @@ Please enter a name:
shortcutsTab
-
+ Form
-
+ Main Window
-
+ Deck editor
-
+ Local gameplay
-
+ Watch replay
-
+ Connect
-
+ Register
-
+ Full screen
-
+ Settings
-
+ Check for card updates
-
+ Exit
-
+ Deck Editor
-
+ Analyze deck
-
+ Load deck (clipboard)
-
+ Clerar all filters
-
+ New deck
-
+ Clear one filter
-
+ Open custom folder
-
+ Close
-
+ Print deck
-
+ Edit sets
-
+ Delete card
-
+ Edit tokens
-
+ Reset layout
-
+ Add card
-
+ Save deck
-
+ Remove card
-
+ Save deck as
-
+ Load deck
-
+ Save deck (clipboard)
-
-
+
+ Counters
-
+ Life
-
-
-
-
-
+
+
+
+
+ Set
-
-
-
-
+
+
+
+ Add
-
-
-
-
+
+
+
+ Remove
-
+ Red
-
+ Green
-
+ Yellow
-
-
- Mainwindow / Deck editor
-
-
-
-
- Power / toughness
-
-
-
-
- Power and toughness
-
-
-
-
- Add (+1/+1)
-
-
-
-
- Remove (-1/-1)
-
-
-
-
- Toughness
-
-
-
-
- Remove (-0/-1)
-
-
-
-
- Add (+0/+1)
-
-
-
-
- Power
-
-
-
-
- Remove (-1/-0)
-
-
-
-
- Add (+1/+0)
-
-
-
-
- Game Phases
-
-
-
-
- Untap
-
-
-
-
- Disconnect
-
-
-
-
- Upkeep
-
-
-
-
-
- Draw
-
-
-
-
- Main 1
-
-
-
-
- Start combat
-
-
-
-
- Attack
-
-
-
-
- Block
-
-
-
-
- Damage
-
-
-
-
- End combat
-
-
-
-
- Main 2
-
-
-
-
- End
-
-
-
-
- Next phase
-
-
-
-
- Next turn
-
-
-
-
- Player
-
-
-
-
- Tap Card
-
-
-
-
- Untap Card
-
-
-
-
- Untap all
-
-
-
-
- Toogle untap
-
-
-
-
- Flip card
-
-
-
-
- Peek card
-
-
-
-
- Play card
-
-
-
-
- Attach card
-
-
-
-
- Unattach card
-
-
-
-
- Clone card
-
-
-
-
- Create token
-
-
-
-
- Create another token
-
-
-
-
- Set annotation
-
-
-
-
- Phases / P/T / Player
-
-
-
-
- Move card to
-
-
-
-
- Bottom library
-
-
-
-
- Top library
-
-
-
-
-
- Graveyard
-
-
-
-
-
- Exile
-
-
-
-
- Hand
-
-
-
-
- View
-
-
- Library
-
-
-
-
- Tops card of library
-
-
-
-
- Sideboard
-
-
-
-
- Close recent view
-
-
-
-
- Pre-play
-
-
-
-
- Load remote deck
-
-
-
-
- Load local deck
-
-
-
-
- Game play
-
-
-
-
- Draw arrow
-
-
-
-
- Leave game
-
-
-
-
- Remove local arrows
-
-
-
-
- Concede
-
-
-
-
- Roll dice
+ Playing Area
- Rotate view CW
+ Phases | P/T | Playing Area
+
+
+
+
+ Game Lobby
+
+
+
+
+ Gameplay
+
+
+
+
+ Draw | Move | View | Gameplay
+
+
+
+
+ How to set custom shortcuts
+
+
+
+
+ Restore all default shortcuts
+
+
+
+
+ Clear all shortcuts
+
+
+
+
+ Add (+1/+1)
+
+
+
+
+ Remove (-1/-1)
+
+
+
+
+ Toughness
+
+
+
+
+ Remove (-0/-1)
+
+
+
+
+ Add (+0/+1)
+
+
+
+
+ Power
+
+
+
+
+ Remove (-1/-0)
+
+
+
+
+ Add (+1/+0)
+
+
+
+
+ Game Phases
+
+
+
+
+ Untap
+
+
+
+
+ Disconnect
+
+
+
+
+ Main Window | Deck Editor
+
+
+
+
+ Power / Toughness
+
+
+
+
+ Power and Toughness
+
+
+
+
+ Upkeep
+
+
+
+
+
+ Draw
+
+
+
+
+ Main 1
+
+
+
+
+ Start combat
+
+
+
+
+ Attack
+
+
+
+
+ Block
+
+
+
+
+ Damage
+
+
+
+
+ End combat
+
+
+
+
+ Main 2
+
+
+
+
+ End
+
+
+
+
+ Next phase
+
+
+
+
+ Next turn
+
+
+
+
+ Tap Card
+
+
+
+
+ Untap Card
+
+
+
+
+ Untap all
+
+
+
+
+ Toogle untap
+
+
+
+
+ Flip card
+
+
+
+
+ Peek card
+
+
+
+
+ Play card
+
+
+
+
+ Attach card
+
+
+
+
+ Unattach card
+
+
+
+
+ Clone card
+
+
+
+
+ Create token
+
+
+
+
+ Create another token
+
+
+
+
+ Set annotation
- Shuffle library
+ Move card to
- Rotate view CCW
+ Bottom library
+
+
+
+
+ Top library
- Mulligan
+
+ Graveyard
- Draw card
+
+ Exile
- Draw cards
+ Hand
- Undo draw
-
-
-
-
- Always reveal top card
+ View
- Draw / Move / View / Game play
+ Library
+
+
+
+
+ Tops card of library
+
+
+
+
+ Sideboard
+
+
+
+
+ Close recent view
+
+
+
+
+ Load remote deck
+
+
+
+
+ Load local deck
+
+
+
+
+ Draw arrow
+
+
+
+
+ Leave game
+
+
+
+
+ Remove local arrows
+
+
+
+
+ Concede
+
+
+
+
+ Roll dice
+
+
+
+
+ Rotate view CW
+
+
+
+
+ Shuffle library
+
+
+
+
+ Rotate view CCW
+
+
+
+
+ Mulligan
+
+
+
+
+ Draw card
+
+
+
+
+ Draw cards
+
+
+
+
+ Undo draw
+
+
+
+
+ Always reveal top card
diff --git a/cockatrice/translations/cockatrice_zh-Hans.ts b/cockatrice/translations/cockatrice_zh-Hans.ts
index 0f01a755d..f5847bc3d 100644
--- a/cockatrice/translations/cockatrice_zh-Hans.ts
+++ b/cockatrice/translations/cockatrice_zh-Hans.ts
@@ -20,57 +20,57 @@
AppearanceSettingsPage
-
+ Theme settings
-
+ Current theme:
-
+ Card rendering牌面
-
+ Display card names on cards having a picture显示有图卡牌的名称
-
+ Scale cards on mouse over
-
+ Hand layout手牌区域布局
-
+ Display hand horizontally (wastes space)水平显示手牌区域 (浪费空间)
-
+ Enable left justification
-
+ Table grid layout表格布局
-
+ Invert vertical coordinate反转垂直坐标
-
+ Minimum player count for multi-column layout:界面布局之内能够容纳的牌手栏数量:
@@ -78,107 +78,107 @@
BanDialog
-
+ ban &user name禁止该用户
-
+ ban &IP address禁止该IP地址
-
+ ban client I&D
-
+ Ban type禁止类型
-
+ &permanent ban永久禁止
-
+ &temporary ban暂时禁止
-
+ &Days:天:
-
+ &Hours:小时:
-
+ &Minutes:分钟:
-
+ Duration of the ban持续时长
-
+ Please enter the reason for the ban.
This is only saved for moderators and cannot be seen by the banned person.请输入禁止原因.
此项为管理缘由而保存并且对于这位被禁止的用户不可见.
-
+ Please enter the reason for the ban that will be visible to the banned person.请输入对于被禁止用户可见的禁止原因
-
+ &OK确认
-
+ &Cancel取消
-
+ Ban user from server禁止此用户
-
-
-
-
+
+
+
+ Error错误
-
+ You have to select a name-based, IP-based, clientId based, or some combination of the three to place a ban.
-
+ You must have a value in the name ban when selecting the name ban checkbox.
-
+ You must have a value in the ip ban when selecting the ip ban checkbox.
-
+ You must have a value in the clientid ban when selecting the clientid ban checkbox.
@@ -186,12 +186,12 @@ This is only saved for moderators and cannot be seen by the banned person.
CardDatabase
-
+ New sets found
-
+ %1 new set(s) have been found in the card database. Do you want to enable them?
@@ -199,27 +199,27 @@ This is only saved for moderators and cannot be seen by the banned person.
CardDatabaseModel
-
+ Name名称
-
+ Sets系列
-
+ Mana cost法术力费用
-
+ Card type卡牌类别
-
+ P/T力量/防御力
@@ -278,47 +278,47 @@ This is only saved for moderators and cannot be seen by the banned person.
CardInfoWidget
-
+ Show card only只显示卡牌
-
+ Show text only只显示描述
-
+ Show full info显示卡牌以及描述
-
+ Name:名称:
-
+ Mana cost:法术力费用:
-
+ Color(s):
-
+ Card type:卡牌类别:
-
+ P / T:力量/防御力:
-
+ Loyalty:忠诚值:
@@ -582,12 +582,12 @@ This is only saved for moderators and cannot be seen by the banned person.
DeckEditorSettingsPage
-
+ Nothing is here... yet
-
+ General综合
@@ -627,42 +627,42 @@ This is only saved for moderators and cannot be seen by the banned person.
DeckViewContainer
-
+ Load local deck
-
+ Load deck from server
-
+ Ready to s&tart准备
-
+ S&ideboard unlocked解锁备牌
-
+ S&ideboard locked上锁备牌
-
+ Load deck载入套牌
-
+ Error错误
-
+ The selected file could not be loaded.此文件无法被载入
@@ -708,55 +708,65 @@ This is only saved for moderators and cannot be seen by the banned person.
DlgConnect
-
+ Previous Host
-
+ New Host
-
+ &Host:主机:
-
+ Enter host name
-
+ &Port:端口:
-
+ Player &name:玩家名字:
-
+ P&assword:密码:
-
+ &Save password记住密码
-
+ A&uto connect at start启动时自动连接
-
+ Connect to server连接服务器
+
+
+ Connect Warning
+
+
+
+
+ The player name can't be empty.
+
+ DlgCreateGame
@@ -826,27 +836,27 @@ This is only saved for moderators and cannot be seen by the banned person.观看者
-
+ &Clear
-
+ Create game创建一个房间
-
+ Game information房间信息
-
+ Error错误
-
+ Server error.服务器错误.
@@ -1306,6 +1316,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
+ Registration Warning
@@ -1319,6 +1330,11 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Your email addresses do not match, please try again.
+
+
+ The player name can't be empty.
+
+ Country:
@@ -1338,19 +1354,19 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
DlgSettings
-
-
-
+
+
+ Error错误
-
+ Unknown Error loading card database读取卡牌数据库时出现未知错误
-
+ Your card database is invalid.
Cockatrice may not function correctly with an invalid database
@@ -1367,7 +1383,7 @@ Would you like to change your database location setting?
您想要重新设置卡牌数据库路径么?
-
+ Your card database version is too old.
This can cause problems loading card information or images
@@ -1384,7 +1400,7 @@ Would you like to change your database location setting?
您想要重新设置卡牌数据库路径么?
-
+ File Error loading your card database.
Would you like to change your database location setting?
@@ -1393,7 +1409,7 @@ Would you like to change your database location setting?
您想要重新设置卡牌数据库路径么?
-
+ Your card database was loaded but contains no cards.
Would you like to change your database location setting?
@@ -1402,7 +1418,7 @@ Would you like to change your database location setting?
您想要重新设置卡牌数据库路径么?
-
+ Your card database did not finish loading
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your cards.xml attached
@@ -1411,7 +1427,7 @@ Would you like to change your database location setting?
-
+ Unknown card database load status
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues
@@ -1420,56 +1436,91 @@ Would you like to change your database location setting?
-
+ The path to your deck directory is invalid. Would you like to go back and set the correct path?您想要重新设置卡牌数据库路径么?
-
+ The path to your card pictures directory is invalid. Would you like to go back and set the correct path?您想要重新设置卡牌数据库路径么?
-
+ Settings设置
-
+ General常规
-
+ Appearance外观
-
+ User Interface用户界面
-
+ Deck Editor卡组编辑
-
+ Chat聊天
-
+ Sound
-
+ Shortcuts
+
+ DlgUpdate
+
+
+ Error
+
+
+
+
+ Cockatrice was not built with SSL support, so cannot download updates! Please visit the download page and update manually.
+
+
+
+
+ Your version of Cockatrice is out of date, but there are no packages available for your operating system. You may have to use a developer build or build from source yourself. Please visit the download page.
+
+
+
+
+ Cockatrice Update
+
+
+
+
+ Your version of Cockatrice is up to date.
+
+
+
+
+
+
+ Update Error
+
+
+GameSelector
@@ -1683,112 +1734,118 @@ Would you like to change your database location setting?
GeneralSettingsPage
-
+ Reset/Clear Downloaded Pictures
-
-
-
-
-
+
+
+
+
+ Choose path选择路径
-
+ Success
-
+ Downloaded card pictures have been reset.
-
+ Error错误
-
+ One or more downloaded card pictures could not be cleared.
-
+ Personal settings个人设置
-
+ Language:语言:
-
+ Download card pictures on the fly下载卡牌上的图片
-
- Download card pictures from a custom URL
+
+ Primary download URL:
-
- Custom Card Download URL:
+
+ Fallback download URL:
-
- Linking FAQ
+
+
+ Reset
-
+
+ How to set a custom picture url
+
+
+
+ Notify when new client features are available
-
+ Paths路径
-
+ Decks directory:卡组路径:
-
+ Replays directory:游戏录像目录:
-
+ Pictures directory:图片目录:
-
+ Card database:卡牌数据库:
-
+ Token database:
-
+ Picture cache size:
-
+ English简体中文 (Chinese Simplified)
@@ -1796,49 +1853,49 @@ Would you like to change your database location setting?
MainWindow
-
+ There are too many concurrent connections from your address.你的地址有太多连接.
-
+ Scheduled server shutdown.预定服务器关闭.
-
+ Banned by moderator禁止版主
-
+ Expected end time: %1预计结束时间: %1
-
+ This ban lasts indefinitely.这个封禁是永久的.
-
+ Connection closed连接关闭
-
+ The server has terminated your connection.
Reason: %1服务器中断连接.
原因: %1
-
+ Scheduled server shutdown预定服务器关闭
-
+ The server is going to be restarted in %n minute(s).
All running games will be lost.
Reason for shutdown: %1
@@ -1847,498 +1904,508 @@ Reason for shutdown: %1
关闭原因: %1
-
+ Number of players玩家人数
-
+ Please enter the number of players.请输入玩家的数量.
-
+ Player %1玩家 %1
-
+ Load replay载入游戏录像
-
+ About Cockatrice关于Cockatrice鸡蛇
-
+ Version %1版本 %1
-
+ Translators:
-
+ Project Manager:
-
+ The server has reached its maximum user capacity, please check back later.
-
-
+
+ Invalid username.
-
+ You have been logged out due to logging in at another location.
-
-
+
+ Success
-
+ Registration accepted.
Will now login.
-
+ Account activation accepted.
Will now login.
-
-
- Past Project Managers:
-
-
-
-
- Developers:
-
-
-
-
- Our Developers
-
-
-
-
- Help Develop!
-
-
- Recognition Page
-
-
-
-
- Help Translate!
+ Cockatrice Webpage
- Support:
+ Past Project Managers:
+ Developers:
+
+
+
+
+ Our Developers
+
+
+
+
+ Help Develop!
+
+
+
+
+ Recognition Page
+
+
+
+
+ Help Translate!
+
+
+
+
+ Support:
+
+
+
+ Report an Issue
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Error错误
-
+ Server timeout服务器超时
-
+ Failed Login
-
+ Your client does not support features that the server requires, please update your client and try again.
-
+ Incorrect username or password. Please check your authentication information and try again.
-
+ There is already an active session using this user name.
Please close that session first and re-login.已经有一个在线用户正在使用这个用户名.
首先请关闭这个对话框然后重新登陆.
-
-
+
+ You are banned until %1.你被禁止直到: %1.
-
-
+
+ You are banned indefinitely.你被永久封禁.
-
+ This server requires user registration. Do you want to register now?
-
+ This server requires client ID's. Your client is either failing to generate an ID or you are running a modified client.
Please close and reopen your client to try again.
-
+ An internal error has occurred, please try closing and reopening your client and try again. If the error persists try updating your client to the most recent build and if need be contact your software provider.
-
+ Account activation
-
+ Unknown login error: %1未知的登陆错误: %1
-
-
+
+
This usually means that your client version is out of date, and the server sent a reply your client doesn't understand.
-
+ Your username must respect these rules:
-
+ is %1 - %2 characters long
-
+ can %1 contain lowercase characters
-
-
-
+
+
+ NOT
-
+ can %1 contain uppercase characters
-
+ can %1 contain numeric characters
-
+ can contain the following punctuation: %1
-
+ first character can %1 be a punctuation mark
-
+ You may only use A-Z, a-z, 0-9, _, ., and - in your username.
-
-
-
-
-
+
+
+
+
+ Registration denied
-
+ Registration is currently disabled on this server
-
+ There is already an existing account with the same user name.
-
+ It's mandatory to specify a valid email address when registering.
-
+ Too many registration attempts from your IP address.
-
+ Password too short.
-
+ Registration failed for a technical problem on the server.
-
+ Unknown registration error: %1
-
+ Account activation failed
-
+ Socket error: %1接口错误: %1
-
+ You are trying to connect to an obsolete server. Please downgrade your Cockatrice version or connect to a suitable server.
Local version is %1, remote version is %2.你正在连接到一个过时的服务器,请下调你的版本或者连接到一个匹配的服务器.
你当前的版本 %1, 服务器版本 %2.
-
+ Your Cockatrice client is obsolete. Please update your Cockatrice version.
Local version is %1, remote version is %2.你使用的客户端意见过时,请使用更新你版本.
你当前的版本 %1, 服务器版本 %2.
-
+ Connecting to %1...连接到 %1...
-
+ Registering to %1 as %2...
-
+ Disconnected断开连接
-
+ Connected, logging in at %1连接登陆到 %1
-
+ &Connect...连接...
-
+ &Disconnect断开连接
-
+ Start &local game...开始本地游戏...
-
+ &Watch replay...观看录像...
-
+ &Deck editor卡组编辑
-
+ &Full screen全屏
-
+ &Register to server...
-
+ &Settings...设置...
-
-
+
+ &Exit退出
-
+ A&ctions
-
+ &CockatriceCockatrice鸡蛇
-
+ &About Cockatrice关于Cockatrice鸡蛇
-
+
+ &Update Cockatrice
+
+
+
+ &Help帮助
-
+ Check for card updates...
-
+ A card database update is already running.
-
+ Unable to run the card database updater:
-
+ The card database updater exited with an error: %1
-
+ Update completed successfully. Cockatrice will now reload the card database.
-
+ Your client appears to be missing features that the server supports.
This usually means that your client version is out of date, please check to see if there is a new client available for download.
-
-
-
+
+
+ Information
-
+ Troubleshooting
-
+ F.A.Q.
-
+ Your account has not been activated yet.
You need to provide the activation token received in the activation email
-
+ failed to start.
-
+ crashed.
-
+ timed out.
-
+ write error.
-
+ read error.
-
+ unknown error.
@@ -2346,17 +2413,17 @@ You need to provide the activation token received in the activation email
MessageLogWidget
-
+ The game has been closed.
-
+ %1 is now watching the game.
-
+ %1 is not watching the game any more.
@@ -2404,136 +2471,136 @@ You need to provide the activation token received in the activation email
-
+ %1 has left the game.female
-
+ %1 has left the game.male
-
+ You have been kicked out of the game.
-
+ %1 has loaded a deck (%2).
-
+ %1 has loaded a deck with %2 sideboard cards (%3).
-
+ %1 is ready to start the game.female
-
+ %1 is ready to start the game.male
-
+ %1 is not ready to start the game any more.female
-
+ %1 is not ready to start the game any more.male
-
+ %1 has locked her sideboard.female
-
+ %1 has locked his sideboard.male
-
+ %1 has unlocked her sideboard.female
-
+ %1 has unlocked his sideboard.male
-
+ %1 has conceded the game.female
-
+ %1 has conceded the game.male
-
-
- %1 has restored connection to the game.
- female
-
-
-
-
- %1 has restored connection to the game.
- male
-
-
- %1 has lost connection to the game.
+ %1 has restored connection to the game.female
+ %1 has restored connection to the game.
+ male
+
+
+
+
+ %1 has lost connection to the game.
+ female
+
+
+
+ %1 has lost connection to the game.male
-
+ %1 shuffles %2.female
-
+ %1 shuffles %2.male
-
+ %1 rolls a %2 with a %3-sided die.female
-
+ %1 rolls a %2 with a %3-sided die.male
@@ -2555,464 +2622,486 @@ You need to provide the activation token received in the activation email
-
+ %1 undoes his last draw.
-
+ %1 undoes her last draw.
-
+ %1 undoes his last draw (%2).
-
+ %1 undoes her last draw (%2).
-
+ from exile
-
+ the bottom card of %1's library
-
+ the bottom card of his library
-
+ the bottom card of her library
-
+ from the bottom of %1's library
-
+ from the bottom of his library
-
+ from the bottom of her library
-
+ the top card of %1's library
-
+
+ Heads (1)
+
+
+
+
+ Tails (2)
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ female
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ male
+
+
+
+ the top card of his library
-
+ the top card of her library
-
+ from the top of %1's library
-
+ from the top of his library
-
+ from the top of her library
-
+ from %1's library
-
+ from library
-
+ from sideboard
-
+ from the stack
-
+ %1 gives %2 control over %3.
-
+ %1 puts %2 into play tapped%3.
-
+ %1 puts %2 into play%3.
-
+ %1 exiles %2%3.
-
+ %1 puts %2%3 into his library.
-
+ %1 puts %2%3 into her library.
-
+ %1 puts %2%3 on bottom of his library.
-
+ %1 puts %2%3 on bottom of her library.
-
+ %1 puts %2%3 on top of his library.
-
+ %1 puts %2%3 on top of her library.
-
+ %1 puts %2%3 into his library at position %4.
-
+ %1 puts %2%3 into her library at position %4.
-
+ %1 moves %2%3 to sideboard.
-
+ %1 plays %2%3.
-
+ %1 takes a mulligan to %n.female
-
+ %1 takes a mulligan to %n.male
-
+ %1 flips %2 face-down.female
-
+ %1 flips %2 face-down.male
-
+ %1 flips %2 face-up.female
-
+ %1 flips %2 face-up.male
-
+ %1 destroys %2.female
-
+ %1 destroys %2.male
-
+ %1 unattaches %2.female
-
+ %1 unattaches %2.male
-
+ %1 creates token: %2%3.female
-
+ %1 creates token: %2%3.male
-
+ %1 points from her %2 to herself.female
-
+ %1 points from his %2 to himself.male
-
+ %1 points from her %2 to %3.p1 female, p2 female
-
+ %1 points from her %2 to %3.p1 female, p2 male
-
+ %1 points from his %2 to %3.p1 male, p2 female%1 命令他 %2 指向 %3.
-
+ %1 points from his %2 to %3.p1 male, p2 male%1 命令他 %2 指向 %3.
-
+ %1 points from %2's %3 to herself.card owner female, target female%1 命令 %2s %3 和他自己.
-
+ %1 points from %2's %3 to herself.card owner male, target female
-
+ %1 points from %2's %3 to himself.card owner female, target male
-
+ %1 points from %2's %3 to himself.card owner male, target male
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 female
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 male
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 female
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 male
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 female
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 male
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 female
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 male
-
+ %1 points from her %2 to her %3.female
-
+ %1 points from his %2 to his %3.male%1 命令他的 %2 他的 %3.
-
+ %1 points from her %2 to %3's %4.p1 female, p2 female
-
+ %1 points from her %2 to %3's %4.p1 female, p2 male
-
+ %1 points from his %2 to %3's %4.p1 male, p2 female%1 命令 %2 指向 %3的 %4.
-
+ %1 points from his %2 to %3's %4.p1 male, p2 male
-
+ %1 points from %2's %3 to her own %4.card owner female, target female
-
+ %1 points from %2's %3 to her own %4.card owner male, target female
-
+ %1 points from %2's %3 to his own %4.card owner female, target male
-
+ %1 points from %2's %3 to his own %4.card owner male, target male
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 male
@@ -3038,304 +3127,304 @@ You need to provide the activation token received in the activation email
-
+ %1 taps her permanents.female
-
+ %1 untaps her permanents.female
-
+ %1 taps his permanents.male
-
+ %1 untaps his permanents.male
-
+ %1 taps %2.female
-
+ %1 untaps %2.female
-
+ %1 taps %2.male
-
+ %1 untaps %2.male
-
+ %1 sets counter %2 to %3 (%4%5).female
-
+ %1 sets counter %2 to %3 (%4%5).male
-
+ %1 sets %2 to not untap normally.female
-
+ %1 sets %2 to not untap normally.male
-
+ %1 sets %2 to untap normally.female
-
+ %1 sets %2 to untap normally.male
-
+ %1 sets PT of %2 to %3.female
-
+ %1 sets PT of %2 to %3.male
-
+ %1 sets annotation of %2 to %3.female
-
-
- %1 sets annotation of %2 to %3.
- male
-
-
-
-
- %1 is looking at %2.
- female
-
-
-
-
- %1 is looking at %2.
- male
-
-
-
- %1 is looking at the top %n card(s) %2.
- female
-
-
-
- %1 is looking at the top %n card(s) %2.
- male
-
-
-
-
- %1 stops looking at %2.
- female
-
-
+ %1 sets annotation of %2 to %3.
+ male
+
+
+
+
+ %1 is looking at %2.
+ female
+
+
+
+
+ %1 is looking at %2.
+ male
+
+
+
+ %1 is looking at the top %n card(s) %2.
+ female
+
+
+
+ %1 is looking at the top %n card(s) %2.
+ male
+
+
+
+
+ %1 stops looking at %2.
+ female
+
+
+
+ %1 stops looking at %2.male
-
+ %1 reveals %2 to %3.p1 female, p2 female
-
-
- %1 reveals %2 to %3.
- p1 female, p2 male
-
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 female
-
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 male
-
-
-
-
- %1 reveals %2.
- female
-
-
-
-
- %1 reveals %2.
- male
-
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 female
-
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 male
-
-
+ %1 reveals %2 to %3.
+ p1 female, p2 male
+
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 female
+
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 male
+
+
+
+
+ %1 reveals %2.
+ female
+
+
+
+
+ %1 reveals %2.
+ male
+
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 female
+
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 male
+
+
+
+ %1 randomly reveals %2%3 to %4.p1 male, p2 female
-
+ %1 randomly reveals %2%3 to %4.p1 male, p2 male
-
+ %1 randomly reveals %2%3.female
-
+ %1 randomly reveals %2%3.male
-
+ %1 peeks at face down card #%2.female
-
+ %1 peeks at face down card #%2.male
-
+ %1 peeks at face down card #%2: %3.female
-
+ %1 peeks at face down card #%2: %3.male
-
+ %1 reveals %2%3 to %4.p1 female, p2 female
-
+ %1 reveals %2%3 to %4.p1 female, p2 male
-
+ %1 reveals %2%3 to %4.p1 male, p2 female
-
+ %1 reveals %2%3 to %4.p1 male, p2 male
-
+ %1 reveals %2%3.female
-
+ %1 reveals %2%3.male
-
+ %1 is now keeping the top card %2 revealed.
-
+ %1 is not revealing the top card %2 any longer.
-
+ It is now %1's turn.female
-
+ It is now %1's turn.male
-
-
+
+ a card
@@ -3354,32 +3443,32 @@ You need to provide the activation token received in the activation email
-
+ red红
-
+ yellow黄
-
+ green绿
-
+ The game has started.
-
+ %1 draws his initial hand.
-
+ %1 draws her initial hand.
@@ -3398,179 +3487,179 @@ You need to provide the activation token received in the activation email
-
+ ending phase
-
+ untap step重置阶段
-
+ %1 draws %2 card(s).female
-
+ %1 draws %2 card(s).male
-
+ from play
-
+ from her graveyard
-
+ from his graveyard
-
+ from her hand
-
+ from his hand
-
+ %1 puts %2%3 into her graveyard.
-
+ %1 puts %2%3 into his graveyard.
-
+ %1 moves %2%3 to her hand.
-
+ %1 moves %2%3 to his hand.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 female
-
+ %1 attaches %2 to %3's %4.p1 female, p2 male
-
+ %1 attaches %2 to %3's %4.p1 male, p2 female
-
+ %1 attaches %2 to %3's %4.p1 male, p2 male
-
+ %1 places %2 %3 counter(s) on %4 (now %5).female
-
+ %1 places %2 %3 counter(s) on %4 (now %5).male
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).female
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).male
-
+ %1 is looking at the top %2 card(s) %3.female
-
+ %1 is looking at the top %2 card(s) %3.male
-
+ upkeep step维持阶段
-
+ draw step抓卡阶段
-
+ first main phase主要阶段
-
+ beginning of combat step战斗开始阶段
-
+ declare attackers step宣告进攻阶段
-
+ declare blockers step宣告阻挡阶段
-
+ combat damage step战斗伤害阶段
-
+ end of combat step战斗结束阶段
-
+ second main phase第二个主要阶段
-
+ It is now the %1.
@@ -3578,74 +3667,79 @@ You need to provide the activation token received in the activation email
MessagesSettingsPage
-
+ Chat settings
-
+ Custom alert words
-
+ Enable chat mentions
-
+ Enable mention completer
-
+ In-game message macros
-
+ Ignore chat room messages sent by unregistered users
-
+ Ignore private messages sent by unregistered users
-
+ Enable desktop notifications for private messages
-
+
+ Enable desktop notification for mentions
+
+
+
+
+ Enable room message history on join
+
+
+
+ Separate words with a space, alphanumeric characters only
-
-
+
+ Invert text color
-
- Enable desktop notification for mentions.
-
-
-
-
-
+
+ (Color is hexadecimal)
-
+ Add message添加信息
-
+ Message:信息:
@@ -4089,7 +4183,7 @@ You need to provide the activation token received in the activation email
-
+ Number:数值:
@@ -4114,32 +4208,33 @@ You need to provide the activation token received in the activation email面数:
-
+ Set power/toughness设置力量和防御
-
+ Please enter the new PT:请输入力量和防御值:
-
+ Set annotation设置注释
-
+ Please enter the new annotation:请输入注释:
-
+ Set counters设置数值
-
+
+ Cr&eate related card
@@ -4147,37 +4242,37 @@ You need to provide the activation token received in the activation email
QMenuBar
-
+ Services
-
+ Hide %1隐藏 %1
-
+ Hide Others
-
+ Show All
-
+ Preferences...
-
+ Quit %1
-
+ About %1关于 %1
@@ -4185,13 +4280,13 @@ You need to provide the activation token received in the activation email
QObject
-
+ Cockatrice replays (*.cor)鸡蛇录像文件 (*.cor)
- Common deck formats (*.cod *.dec *.mwDeck)
+ Common deck formats (*.cod *.dec *.txt *.mwDeck)
@@ -4288,27 +4383,11 @@ You need to provide the activation token received in the activation emailGames
游戏
-
-
-
- Error
-
-
-
-
- You do not have the proper permission to join this room.
-
-
-
-
- Failed to join the room due to an unknown error.
-
- SequenceEdit
-
+ Shortcut already in use
@@ -4341,6 +4420,29 @@ You need to provide the activation token received in the activation email
+
+ ShortcutsTab
+
+
+ Restore all default shortcuts
+
+
+
+
+ Do you really want to restore all default shortcuts?
+
+
+
+
+ Clear all default shortcuts
+
+
+
+
+ Do you really want to clear all shortcuts?
+
+
+ShutdownDialog
@@ -4362,37 +4464,32 @@ You need to provide the activation token received in the activation email
SoundSettingsPage
-
- Choose path
-
-
-
-
+ Enable &sounds
-
- Path to sounds directory:
+
+ Current sounds theme:
-
+ Test system sound engine
-
+ Sound settings
-
+ Master volume requires QT5
-
+ Master volume
@@ -4400,42 +4497,42 @@ You need to provide the activation token received in the activation email
TabAdmin
-
+ Update server &message更新服务器信息
-
+ &Shut down server关闭服务器
-
+ &Reload configuration
-
+ Server administration functions服务器管理功能
-
+ &Unlock functions解锁功能
-
+ &Lock functions锁定功能
-
+ Unlock administration functions解锁管理员功能
-
+ Do you really want to unlock the administration functions?你真的想要解锁管理员功能?
@@ -4448,221 +4545,228 @@ You need to provide the activation token received in the activation email
TabDeckEditor
-
+ &Print deck...打印卡组...
-
+ &Close关闭
-
+ &Edit sets...编辑环境...
-
+
+ Filters
-
+ &Clear all filters
-
+ Delete selected
-
+ Deck &name:卡组名称:
-
+ &Comments:评论:
-
+ Hash:
-
+ &New deck创建新卡组
-
+ &Load deck...读取套牌...
-
+ &Save deck保存卡组
-
+ Save deck &as...保存卡组...
-
+ Load deck from cl&ipboard...从剪贴板读取套牌...
-
+ Save deck to clip&board保存卡组到剪切板
-
+ &Analyze deck on deckstats.net在deckstats.net对卡组进行分析
-
+ Open custom image folder
-
+ Open custom sets folder
-
+ Add card to &maindeck添加卡牌到主要牌组
-
+ Add card to &sideboard添加卡牌到备牌
-
+ &Deck Editor卡组编辑
-
+ C&ard Database
-
- Show/Hide card information
-
-
-
-
- Show/Hide deck
-
-
-
-
- Show/Hide filters
-
-
-
-
+ Reset layout
-
+
+ Card Info
-
+
+ Deck
-
+ Welcome
-
+ Hi! It seems like you're running this version of Cockatrice for the first time.
All the sets in the card database have been enabled.
Read more about changing the set order or disabling specific sets and consequent effects in the "Edit Sets" window.
-
+ &Remove row移除卡牌
-
+ &Increment number添加卡牌张数
-
+ &Decrement number减少卡牌张数
-
+ Edit &tokens...编辑源生物...
-
+
+ &View
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+ Floating
+
+
+
+ Deck: %1卡组: %1
-
+ Are you sure?你确定?
-
+ The decklist has been modified.
Do you want to save the changes?卡组列表已被修改。
你想要保存更改吗?
-
+ Load deck读取套牌
-
-
-
+
+
+ Error错误
-
+ The deck could not be saved.不能保存卡组到服务器.
-
-
+
+ The deck could not be saved.
Please check that the directory is writable and try again.卡组不能保存到服务器.
请检查目录是否可用后再重试.
-
+ Save deck保存卡组
@@ -4670,84 +4774,84 @@ Please check that the directory is writable and try again.
TabDeckStorage
-
+ Local file system本地文件系统
-
+ Server deck storage服务器上的卡组仓库
-
-
+
+ Open in deck editor打开卡组编辑
-
+ Upload deck上传卡组
-
+ Download deck下载卡组
-
-
+
+ New folder新建文件夹
-
-
+
+ Delete删除
-
+ Enter deck name输入卡组名称
-
+ This decklist does not have a name.
Please enter a name:这个卡组没有名称.
请输入一个名称:
-
+ Unnamed deck未命名卡组
-
+ Delete local file删除本地文件
-
-
-
+
+
+ Are you sure you want to delete "%1"?你确定要删除"%1" 吗?
-
+ Name of new folder:新建文件夹的名称:
-
+ Delete remote folder
-
+ Delete remote deck删除服务器上的卡组
@@ -4760,135 +4864,343 @@ Please enter a name:
TabGame
-
+
+
+ Card Info
+
+
+
+
+
+ Player List
+
+
+
+
+
+ Messages
+
+
+
+
+
+ Replay Timeline
+
+
+
+ &Phases阶段
-
+ &Game游戏
-
+ Next &phase下个阶段
-
+ Next &turn下个回合
-
+ &Remove all local arrows重置所有箭头
-
+ Rotate View Cl&ockwise
-
+ Rotate View Co&unterclockwise
-
+ Game &information游戏信息
-
+ &Concede放弃游戏
-
+ &Leave game离开游戏
-
+ C&lose replay关闭游戏录像
-
+ &Say:说:
-
+
+ &View
+
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+
+ Floating
+
+
+
+
+ Reset layout
+
+
+
+ Concede放弃游戏
-
+ Are you sure you want to concede this game?你确定放弃这个游戏?
-
+ Leave game离开游戏
-
+ Are you sure you want to leave this game?你确定离开这这个游戏?
-
+ You are flooding the game. Please wait a couple of seconds.
-
+ You have been kicked out of the game.
-
+ REPLAY
+
+ TabLog
+
+
+ Logs
+
+
+
+
+
+ Error
+
+
+
+
+ You must select at least one filter.
+
+
+
+
+ You have to select a valid number of days to locate.
+
+
+
+
+ Username:
+
+
+
+
+ IP Address:
+
+
+
+
+ Game Name:
+
+
+
+
+ GameID:
+
+
+
+
+ Message:
+
+
+
+
+ Main Room
+
+
+
+
+ Game Room
+
+
+
+
+ Private Chat
+
+
+
+
+ Past X Days:
+
+
+
+
+ Today
+
+
+
+
+ Last Hour
+
+
+
+
+ Maximum Results:
+
+
+
+
+ At least one filter is required.
+The more information you put in, the more specific your results will be.
+
+
+
+
+ Get User Logs
+
+
+
+
+ Clear Filters
+
+
+
+
+ Filters
+
+
+
+
+ Log Locations
+
+
+
+
+ Date Range
+
+
+
+
+ Maximum Results
+
+
+
+
+ Room Logs
+
+
+
+
+
+
+ Time;SenderName;SenderIP;Message;TargetID;TargetName
+
+
+
+
+ Game Logs
+
+
+
+
+ Chat Logs
+
+
+
+
+
+ Message History
+
+
+
+
+ There are no messages for the selected filters.
+
+
+
+
+ Failed to collect message history information.
+
+
+TabMessage
-
+ Private &chat
-
+ &Leave离开
-
+ %1 - Private chat
-
+ This user is ignoring you.这个用户屏蔽你.
-
+ Private message from
-
+ %1 has left the server.%1 已经离开了服务器.
-
+ %1 has joined the server.%1 已经加入了服务器.
@@ -4896,54 +5208,54 @@ Please enter a name:
TabReplays
-
+ Local file system本地文件系统
-
+ Server replay storage服务器录像仓库
-
-
+
+ Watch replay观看录像
-
-
+
+ Delete删除
-
+ Download replay下载游戏录像
-
+ Toggle expiration lock过期锁定
-
+ Delete local file删除本地文件
-
+ Are you sure you want to delete "%1"?你确定想要删除"%1"?
-
+ Delete remote replay删除服务器上的录像
-
+ Are you sure you want to delete the replay of game %1?你确定要删除这这个游戏的录像吗 %1?
@@ -4956,47 +5268,47 @@ Please enter a name:
TabRoom
-
+ &Say:说:
-
+ Chat聊天
-
+ &Room房间
-
+ &Leave room离开房间
-
+ &Clear chat
-
+ Chat Settings...
-
+ mentioned you.
-
+ Click to view
-
+ You are flooding the chat. Please wait a couple of seconds.你正在灌水,请等待几秒再发言.
@@ -5004,43 +5316,82 @@ Please enter a name:
TabServer
-
+ Server服务器
+
+
+
+
+
+ Error
+
+
+
+
+ Failed to join the room: it doesn't exists on the server.
+
+
+
+
+ The server thinks you are in the room but Cockatrice is unable to display it. Try restarting Cockatrice.
+
+
+
+
+ You do not have the required permission to join this room.
+
+
+
+
+ Failed to join the room due to an unknown error: %1.
+
+ TabSupervisor
-
+ Are you sure?你确定?
-
+ There are still open games. Are you sure you want to quit?游戏还在继续, 你确定要退出吗?
-
+ Promotion
-
+ You have been promoted to moderator. Please log out and back in for changes to take effect.
+
+
+ Warned
+
+
+
+
+ You have received a warning due to %1.
+Please refrain from engaging in this activity or further actions may be taken against you. If you have any questions, please private message a moderator.
+
+ TabUserLists
-
+ Add to Buddy List
-
+ Add to Ignore List
@@ -5053,94 +5404,153 @@ Please enter a name:
UserContextMenu
-
+ User &details用户详细信息
-
+ Private &chat
-
+ Show this user's &games显示这个用户的游戏
-
+ Add to &buddy list加入到好友列表
-
+ Remove from &buddy list
-
+ Add to &ignore list加入到屏蔽列表
-
+ Remove from &ignore list
-
+ Kick from &game从游戏中踢出
-
+
+ Warn user
+
+
+
+
+ View user's war&n history
+
+
+
+ Ban from &server在服务器中禁止
-
+
+ View user's &ban history
+
+
+
+ &Promote user to moderator
-
+ Dem&ote user from moderator
-
+ %1's games%1的游戏
-
-
+
+
+
+ Ban History
+
+
+
+
+ Ban Time;Moderator;Ban Length;Ban Reason;Visible Reason
+
+
+
+
+ User has never been banned.
+
+
+
+
+ Failed to collecting ban information.
+
+
+
+
+
+
+ Warning History
+
+
+
+
+ Warning Time;Moderator;User Name;Reason
+
+
+
+
+ User has never been warned.
+
+
+
+
+ Failed to collecting warning information.
+
+
+
+
+ Success
-
+ Successfully promoted user.
-
+ Successfully demoted user.
-
-
+
+ Failed
-
+ Failed to promote user.
-
+ Failed to demote user.
@@ -5312,42 +5722,42 @@ Please enter a name:
UserInterfaceSettingsPage
-
+ General interface settings通用接口设置
-
+ Enable notifications in taskbar
-
+ Notify in the taskbar for game events while you are spectating
-
+ &Double-click cards to play them (instead of single-click)双击卡牌开始 (而不是单击开始)
-
+ &Play all nonlands onto the stack (not the battlefield) by default
-
+ Annotate card text on tokens
-
+ Animation settings动画设置
-
+ &Tap/untap animation横置/重置 动画
@@ -5355,95 +5765,134 @@ Please enter a name:
UserList
-
+ Users connected to server: %1
-
+ Users in this room: %1房间人数: %1
-
+ Buddies online: %1 / %2好友在线: %1 / %2
-
+ Ignored users online: %1 / %2屏蔽用户在线: %1 / %2
+
+ WarningDialog
+
+
+ Which warning would you like to send?
+
+
+
+
+ &OK
+
+
+
+
+ &Cancel
+
+
+
+
+ Warn user for misconduct
+
+
+
+
+
+ Error
+
+
+
+
+ User name to send a warning to can not be blank, please specify a user to warn.
+
+
+
+
+ Warning to use can not be blank, please select a valid warning to send.
+
+
+WndSets
-
+ Enable all sets
-
+ Disable all sets
-
+ Move selected set up
-
+ Move selected set to the top
-
+ Move selected set down
-
+ Move selected set to the bottom
-
+ hints:
-
+ Enable the sets that you want to have available in the deck editor
-
+ Move sets around to change their order, or click on a column header to sort sets on that field
-
+ Sets order decides the source that will be used when loading images for a specific card
-
+ Disabled sets will be used for loading images only if all the enabled sets failed
-
+ Edit sets编辑版本
-
+ Success
-
+ The sets database has been saved successfully.
@@ -5451,22 +5900,22 @@ Please enter a name:
ZoneViewWidget
-
+ sort by name按名称排序
-
+ sort by type按类型排序
-
+ shuffle when closing当关闭界面时洗牌
-
+ pile view
@@ -5474,557 +5923,572 @@ Please enter a name:
shortcutsTab
-
+ Form
-
+ Main Window
-
+ Deck editor
-
+ Local gameplay
-
+ Watch replay
-
+ Connect
-
+ Register
-
+ Full screen
-
+ Settings
-
+ Check for card updates
-
+ Exit
-
+ Deck Editor
-
+ Analyze deck
-
+ Load deck (clipboard)
-
+ Clerar all filters
-
+ New deck
-
+ Clear one filter
-
+ Open custom folder
-
+ Close
-
+ Print deck
-
+ Edit sets
-
+ Delete card
-
+ Edit tokens
-
+ Reset layout
-
+ Add card
-
+ Save deck
-
+ Remove card
-
+ Save deck as
-
+ Load deck
-
+ Save deck (clipboard)
-
-
+
+ Counters
-
+ Life
-
-
-
-
-
+
+
+
+
+ Set
-
-
-
-
+
+
+
+ Add
-
-
-
-
+
+
+
+ Remove
-
+ Red
-
+ Green
-
+ Yellow
-
-
- Mainwindow / Deck editor
-
-
-
-
- Power / toughness
-
-
-
-
- Power and toughness
-
-
-
-
- Add (+1/+1)
-
-
-
-
- Remove (-1/-1)
-
-
-
-
- Toughness
-
-
-
-
- Remove (-0/-1)
-
-
-
-
- Add (+0/+1)
-
-
-
-
- Power
-
-
-
-
- Remove (-1/-0)
-
-
-
-
- Add (+1/+0)
-
-
-
-
- Game Phases
-
-
-
-
- Untap
-
-
-
-
- Disconnect
-
-
-
-
- Upkeep
-
-
-
-
-
- Draw
-
-
-
-
- Main 1
-
-
-
-
- Start combat
-
-
-
-
- Attack
-
-
-
-
- Block
-
-
-
-
- Damage
-
-
-
-
- End combat
-
-
-
-
- Main 2
-
-
-
-
- End
-
-
-
-
- Next phase
-
-
-
-
- Next turn
-
-
-
-
- Player
-
-
-
-
- Tap Card
-
-
-
-
- Untap Card
-
-
-
-
- Untap all
-
-
-
-
- Toogle untap
-
-
-
-
- Flip card
-
-
-
-
- Peek card
-
-
-
-
- Play card
-
-
-
-
- Attach card
-
-
-
-
- Unattach card
-
-
-
-
- Clone card
-
-
-
-
- Create token
-
-
-
-
- Create another token
-
-
-
-
- Set annotation
-
-
-
-
- Phases / P/T / Player
-
-
-
-
- Move card to
-
-
-
-
- Bottom library
-
-
-
-
- Top library
-
-
-
-
-
- Graveyard
-
-
-
-
-
- Exile
-
-
-
-
- Hand
-
-
-
-
- View
-
-
- Library
-
-
-
-
- Tops card of library
-
-
-
-
- Sideboard
-
-
-
-
- Close recent view
-
-
-
-
- Pre-play
-
-
-
-
- Load remote deck
-
-
-
-
- Load local deck
-
-
-
-
- Game play
-
-
-
-
- Draw arrow
-
-
-
-
- Leave game
-
-
-
-
- Remove local arrows
-
-
-
-
- Concede
-
-
-
-
- Roll dice
+ Playing Area
- Rotate view CW
+ Phases | P/T | Playing Area
+
+
+
+
+ Game Lobby
+
+
+
+
+ Gameplay
+
+
+
+
+ Draw | Move | View | Gameplay
+
+
+
+
+ How to set custom shortcuts
+
+
+
+
+ Restore all default shortcuts
+
+
+
+
+ Clear all shortcuts
+
+
+
+
+ Add (+1/+1)
+
+
+
+
+ Remove (-1/-1)
+
+
+
+
+ Toughness
+
+
+
+
+ Remove (-0/-1)
+
+
+
+
+ Add (+0/+1)
+
+
+
+
+ Power
+
+
+
+
+ Remove (-1/-0)
+
+
+
+
+ Add (+1/+0)
+
+
+
+
+ Game Phases
+
+
+
+
+ Untap
+
+
+
+
+ Disconnect
+
+
+
+
+ Main Window | Deck Editor
+
+
+
+
+ Power / Toughness
+
+
+
+
+ Power and Toughness
+
+
+
+
+ Upkeep
+
+
+
+
+
+ Draw
+
+
+
+
+ Main 1
+
+
+
+
+ Start combat
+
+
+
+
+ Attack
+
+
+
+
+ Block
+
+
+
+
+ Damage
+
+
+
+
+ End combat
+
+
+
+
+ Main 2
+
+
+
+
+ End
+
+
+
+
+ Next phase
+
+
+
+
+ Next turn
+
+
+
+
+ Tap Card
+
+
+
+
+ Untap Card
+
+
+
+
+ Untap all
+
+
+
+
+ Toogle untap
+
+
+
+
+ Flip card
+
+
+
+
+ Peek card
+
+
+
+
+ Play card
+
+
+
+
+ Attach card
+
+
+
+
+ Unattach card
+
+
+
+
+ Clone card
+
+
+
+
+ Create token
+
+
+
+
+ Create another token
+
+
+
+
+ Set annotation
- Shuffle library
+ Move card to
- Rotate view CCW
+ Bottom library
+
+
+
+
+ Top library
- Mulligan
+
+ Graveyard
- Draw card
+
+ Exile
- Draw cards
+ Hand
- Undo draw
-
-
-
-
- Always reveal top card
+ View
- Draw / Move / View / Game play
+ Library
+
+
+
+
+ Tops card of library
+
+
+
+
+ Sideboard
+
+
+
+
+ Close recent view
+
+
+
+
+ Load remote deck
+
+
+
+
+ Load local deck
+
+
+
+
+ Draw arrow
+
+
+
+
+ Leave game
+
+
+
+
+ Remove local arrows
+
+
+
+
+ Concede
+
+
+
+
+ Roll dice
+
+
+
+
+ Rotate view CW
+
+
+
+
+ Shuffle library
+
+
+
+
+ Rotate view CCW
+
+
+
+
+ Mulligan
+
+
+
+
+ Draw card
+
+
+
+
+ Draw cards
+
+
+
+
+ Undo draw
+
+
+
+
+ Always reveal top card
diff --git a/cockatrice/translations/cockatrice_zh-Hant.ts b/cockatrice/translations/cockatrice_zh-Hant.ts
index d17340ada..1890643f2 100644
--- a/cockatrice/translations/cockatrice_zh-Hant.ts
+++ b/cockatrice/translations/cockatrice_zh-Hant.ts
@@ -20,57 +20,57 @@
AppearanceSettingsPage
-
+ Theme settings
-
+ Current theme:
-
+ Card rendering
-
+ Display card names on cards having a picture
-
+ Scale cards on mouse over
-
+ Hand layout
-
+ Display hand horizontally (wastes space)
-
+ Enable left justification
-
+ Table grid layout
-
+ Invert vertical coordinate
-
+ Minimum player count for multi-column layout:
@@ -78,106 +78,106 @@
BanDialog
-
+ ban &user name
-
+ ban &IP address
-
+ ban client I&D
-
+ Ban type
-
+ &permanent ban
-
+ &temporary ban
-
+ &Days:
-
+ &Hours:
-
+ &Minutes:
-
+ Duration of the ban
-
+ Please enter the reason for the ban.
This is only saved for moderators and cannot be seen by the banned person.
-
+ Please enter the reason for the ban that will be visible to the banned person.
-
+ &OK
-
+ &Cancel
-
+ Ban user from server
-
-
-
-
+
+
+
+ Error
-
+ You have to select a name-based, IP-based, clientId based, or some combination of the three to place a ban.
-
+ You must have a value in the name ban when selecting the name ban checkbox.
-
+ You must have a value in the ip ban when selecting the ip ban checkbox.
-
+ You must have a value in the clientid ban when selecting the clientid ban checkbox.
@@ -185,12 +185,12 @@ This is only saved for moderators and cannot be seen by the banned person.
CardDatabase
-
+ New sets found
-
+ %1 new set(s) have been found in the card database. Do you want to enable them?
@@ -198,27 +198,27 @@ This is only saved for moderators and cannot be seen by the banned person.
CardDatabaseModel
-
+ Name
-
+ Sets
-
+ Mana cost
-
+ Card type
-
+ P/T
@@ -277,47 +277,47 @@ This is only saved for moderators and cannot be seen by the banned person.
CardInfoWidget
-
+ Show card only
-
+ Show text only
-
+ Show full info
-
+ Name:
-
+ Mana cost:
-
+ Color(s):
-
+ Card type:
-
+ P / T:
-
+ Loyalty:
@@ -581,12 +581,12 @@ This is only saved for moderators and cannot be seen by the banned person.
DeckEditorSettingsPage
-
+ Nothing is here... yet
-
+ General
@@ -626,42 +626,42 @@ This is only saved for moderators and cannot be seen by the banned person.
DeckViewContainer
-
+ Load local deck
-
+ Load deck from server
-
+ Ready to s&tart
-
+ S&ideboard unlocked
-
+ S&ideboard locked
-
+ Load deck
-
+ Error
-
+ The selected file could not be loaded.
@@ -707,55 +707,65 @@ This is only saved for moderators and cannot be seen by the banned person.
DlgConnect
-
+ Previous Host
-
+ New Host
-
+ &Host:
-
+ Enter host name
-
+ &Port:
-
+ Player &name:
-
+ P&assword:
-
+ &Save password
-
+ A&uto connect at start
-
+ Connect to server
+
+
+ Connect Warning
+
+
+
+
+ The player name can't be empty.
+
+ DlgCreateGame
@@ -825,27 +835,27 @@ This is only saved for moderators and cannot be seen by the banned person.
-
+ &Clear
-
+ Create game
-
+ Game information
-
+ Error
-
+ Server error.
@@ -1305,6 +1315,7 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
+ Registration Warning
@@ -1318,6 +1329,11 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
Your email addresses do not match, please try again.
+
+
+ The player name can't be empty.
+
+ Country:
@@ -1337,19 +1353,19 @@ Make sure to enable the 'token set' in the 'Edit sets...' di
DlgSettings
-
-
-
+
+
+ Error
-
+ Unknown Error loading card database
-
+ Your card database is invalid.
Cockatrice may not function correctly with an invalid database
@@ -1360,7 +1376,7 @@ Would you like to change your database location setting?
-
+ Your card database version is too old.
This can cause problems loading card information or images
@@ -1371,21 +1387,21 @@ Would you like to change your database location setting?
-
+ File Error loading your card database.
Would you like to change your database location setting?
-
+ Your card database was loaded but contains no cards.
Would you like to change your database location setting?
-
+ Your card database did not finish loading
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues with your cards.xml attached
@@ -1394,7 +1410,7 @@ Would you like to change your database location setting?
-
+ Unknown card database load status
Please file a ticket at http://github.com/Cockatrice/Cockatrice/issues
@@ -1403,56 +1419,91 @@ Would you like to change your database location setting?
-
+ The path to your deck directory is invalid. Would you like to go back and set the correct path?
-
+ The path to your card pictures directory is invalid. Would you like to go back and set the correct path?
-
+ Settings
-
+ General
-
+ Appearance
-
+ User Interface
-
+ Deck Editor
-
+ Chat
-
+ Sound
-
+ Shortcuts
+
+ DlgUpdate
+
+
+ Error
+
+
+
+
+ Cockatrice was not built with SSL support, so cannot download updates! Please visit the download page and update manually.
+
+
+
+
+ Your version of Cockatrice is out of date, but there are no packages available for your operating system. You may have to use a developer build or build from source yourself. Please visit the download page.
+
+
+
+
+ Cockatrice Update
+
+
+
+
+ Your version of Cockatrice is up to date.
+
+
+
+
+
+
+ Update Error
+
+
+GameSelector
@@ -1666,112 +1717,118 @@ Would you like to change your database location setting?
GeneralSettingsPage
-
+ Reset/Clear Downloaded Pictures
-
-
-
-
-
+
+
+
+
+ Choose path
-
+ Success
-
+ Downloaded card pictures have been reset.
-
+ Error
-
+ One or more downloaded card pictures could not be cleared.
-
+ Personal settings
-
+ Language:
-
+ Download card pictures on the fly
-
- Download card pictures from a custom URL
+
+ Primary download URL:
-
- Custom Card Download URL:
+
+ Fallback download URL:
-
- Linking FAQ
+
+
+ Reset
-
+
+ How to set a custom picture url
+
+
+
+ Notify when new client features are available
-
+ Paths
-
+ Decks directory:
-
+ Replays directory:
-
+ Pictures directory:
-
+ Card database:
-
+ Token database:
-
+ Picture cache size:
-
+ English繁體中文 (Chinese Traditional)
@@ -1779,543 +1836,553 @@ Would you like to change your database location setting?
MainWindow
-
+ There are too many concurrent connections from your address.
-
+ Scheduled server shutdown.
-
+ Banned by moderator
-
+ Expected end time: %1
-
+ This ban lasts indefinitely.
-
+ Connection closed
-
+ The server has terminated your connection.
Reason: %1
-
+ Scheduled server shutdown
-
+ The server is going to be restarted in %n minute(s).
All running games will be lost.
Reason for shutdown: %1
-
+ Number of players
-
+ Please enter the number of players.
-
+ Player %1
-
+ Load replay
-
+ About Cockatrice
-
+ Version %1
-
+ Translators:
-
+ Project Manager:
-
+ The server has reached its maximum user capacity, please check back later.
-
-
+
+ Invalid username.
-
+ You have been logged out due to logging in at another location.
-
-
+
+ Success
-
+ Registration accepted.
Will now login.
-
+ Account activation accepted.
Will now login.
-
-
- Past Project Managers:
-
-
-
-
- Developers:
-
-
-
-
- Our Developers
-
-
-
-
- Help Develop!
-
-
- Recognition Page
-
-
-
-
- Help Translate!
+ Cockatrice Webpage
- Support:
+ Past Project Managers:
+ Developers:
+
+
+
+
+ Our Developers
+
+
+
+
+ Help Develop!
+
+
+
+
+ Recognition Page
+
+
+
+
+ Help Translate!
+
+
+
+
+ Support:
+
+
+
+ Report an Issue
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Error
-
+ Server timeout
-
+ Failed Login
-
+ Your client does not support features that the server requires, please update your client and try again.
-
+ Incorrect username or password. Please check your authentication information and try again.
-
+ There is already an active session using this user name.
Please close that session first and re-login.
-
-
+
+ You are banned until %1.
-
-
+
+ You are banned indefinitely.
-
+ This server requires user registration. Do you want to register now?
-
+ This server requires client ID's. Your client is either failing to generate an ID or you are running a modified client.
Please close and reopen your client to try again.
-
+ An internal error has occurred, please try closing and reopening your client and try again. If the error persists try updating your client to the most recent build and if need be contact your software provider.
-
+ Account activation
-
+ Unknown login error: %1
-
-
+
+
This usually means that your client version is out of date, and the server sent a reply your client doesn't understand.
-
+ Your username must respect these rules:
-
+ is %1 - %2 characters long
-
+ can %1 contain lowercase characters
-
-
-
+
+
+ NOT
-
+ can %1 contain uppercase characters
-
+ can %1 contain numeric characters
-
+ can contain the following punctuation: %1
-
+ first character can %1 be a punctuation mark
-
+ You may only use A-Z, a-z, 0-9, _, ., and - in your username.
-
-
-
-
-
+
+
+
+
+ Registration denied
-
+ Registration is currently disabled on this server
-
+ There is already an existing account with the same user name.
-
+ It's mandatory to specify a valid email address when registering.
-
+ Too many registration attempts from your IP address.
-
+ Password too short.
-
+ Registration failed for a technical problem on the server.
-
+ Unknown registration error: %1
-
+ Account activation failed
-
+ Socket error: %1
-
+ You are trying to connect to an obsolete server. Please downgrade your Cockatrice version or connect to a suitable server.
Local version is %1, remote version is %2.
-
+ Your Cockatrice client is obsolete. Please update your Cockatrice version.
Local version is %1, remote version is %2.
-
+ Connecting to %1...
-
+ Registering to %1 as %2...
-
+ Disconnected
-
+ Connected, logging in at %1
-
+ &Connect...
-
+ &Disconnect
-
+ Start &local game...
-
+ &Watch replay...
-
+ &Deck editor
-
+ &Full screen
-
+ &Register to server...
-
+ &Settings...
-
-
+
+ &Exit
-
+ A&ctions
-
+ &Cockatrice
-
+ &About Cockatrice
-
+
+ &Update Cockatrice
+
+
+
+ &Help
-
+ Check for card updates...
-
+ A card database update is already running.
-
+ Unable to run the card database updater:
-
+ The card database updater exited with an error: %1
-
+ Update completed successfully. Cockatrice will now reload the card database.
-
+ Your client appears to be missing features that the server supports.
This usually means that your client version is out of date, please check to see if there is a new client available for download.
-
-
-
+
+
+ Information
-
+ Troubleshooting
-
+ F.A.Q.
-
+ Your account has not been activated yet.
You need to provide the activation token received in the activation email
-
+ failed to start.
-
+ crashed.
-
+ timed out.
-
+ write error.
-
+ read error.
-
+ unknown error.
@@ -2323,17 +2390,17 @@ You need to provide the activation token received in the activation email
MessageLogWidget
-
+ The game has been closed.
-
+ %1 is now watching the game.
-
+ %1 is not watching the game any more.
@@ -2381,136 +2448,136 @@ You need to provide the activation token received in the activation email
-
+ %1 has left the game.female
-
+ %1 has left the game.male
-
+ You have been kicked out of the game.
-
+ %1 has loaded a deck (%2).
-
+ %1 has loaded a deck with %2 sideboard cards (%3).
-
+ %1 is ready to start the game.female
-
+ %1 is ready to start the game.male
-
+ %1 is not ready to start the game any more.female
-
+ %1 is not ready to start the game any more.male
-
+ %1 has locked her sideboard.female
-
+ %1 has locked his sideboard.male
-
+ %1 has unlocked her sideboard.female
-
+ %1 has unlocked his sideboard.male
-
+ %1 has conceded the game.female
-
+ %1 has conceded the game.male
-
-
- %1 has restored connection to the game.
- female
-
-
-
-
- %1 has restored connection to the game.
- male
-
-
- %1 has lost connection to the game.
+ %1 has restored connection to the game.female
+ %1 has restored connection to the game.
+ male
+
+
+
+
+ %1 has lost connection to the game.
+ female
+
+
+
+ %1 has lost connection to the game.male
-
+ %1 shuffles %2.female
-
+ %1 shuffles %2.male
-
+ %1 rolls a %2 with a %3-sided die.female
-
+ %1 rolls a %2 with a %3-sided die.male
@@ -2532,464 +2599,486 @@ You need to provide the activation token received in the activation email
-
+ %1 undoes his last draw.
-
+ %1 undoes her last draw.
-
+ %1 undoes his last draw (%2).
-
+ %1 undoes her last draw (%2).
-
+ from exile
-
+ the bottom card of %1's library
-
+ the bottom card of his library
-
+ the bottom card of her library
-
+ from the bottom of %1's library
-
+ from the bottom of his library
-
+ from the bottom of her library
-
+ the top card of %1's library
-
+
+ Heads (1)
+
+
+
+
+ Tails (2)
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ female
+
+
+
+
+ %1 flipped a coin. It landed as %2.
+ male
+
+
+
+ the top card of his library
-
+ the top card of her library
-
+ from the top of %1's library
-
+ from the top of his library
-
+ from the top of her library
-
+ from %1's library
-
+ from library
-
+ from sideboard
-
+ from the stack
-
+ %1 gives %2 control over %3.
-
+ %1 puts %2 into play tapped%3.
-
+ %1 puts %2 into play%3.
-
+ %1 exiles %2%3.
-
+ %1 puts %2%3 into his library.
-
+ %1 puts %2%3 into her library.
-
+ %1 puts %2%3 on bottom of his library.
-
+ %1 puts %2%3 on bottom of her library.
-
+ %1 puts %2%3 on top of his library.
-
+ %1 puts %2%3 on top of her library.
-
+ %1 puts %2%3 into his library at position %4.
-
+ %1 puts %2%3 into her library at position %4.
-
+ %1 moves %2%3 to sideboard.
-
+ %1 plays %2%3.
-
+ %1 takes a mulligan to %n.female
-
+ %1 takes a mulligan to %n.male
-
+ %1 flips %2 face-down.female
-
+ %1 flips %2 face-down.male
-
+ %1 flips %2 face-up.female
-
+ %1 flips %2 face-up.male
-
+ %1 destroys %2.female
-
+ %1 destroys %2.male
-
+ %1 unattaches %2.female
-
+ %1 unattaches %2.male
-
+ %1 creates token: %2%3.female
-
+ %1 creates token: %2%3.male
-
+ %1 points from her %2 to herself.female
-
+ %1 points from his %2 to himself.male
-
+ %1 points from her %2 to %3.p1 female, p2 female
-
+ %1 points from her %2 to %3.p1 female, p2 male
-
+ %1 points from his %2 to %3.p1 male, p2 female
-
+ %1 points from his %2 to %3.p1 male, p2 male
-
+ %1 points from %2's %3 to herself.card owner female, target female
-
+ %1 points from %2's %3 to herself.card owner male, target female
-
+ %1 points from %2's %3 to himself.card owner female, target male
-
+ %1 points from %2's %3 to himself.card owner male, target male
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 female
-
+ %1 points from %2's %3 to %4.p1 female, p2 female, p3 male
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 female
-
+ %1 points from %2's %3 to %4.p1 female, p2 male, p3 male
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 female
-
+ %1 points from %2's %3 to %4.p1 male, p2 female, p3 male
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 female
-
+ %1 points from %2's %3 to %4.p1 male, p2 male, p3 male
-
+ %1 points from her %2 to her %3.female
-
+ %1 points from his %2 to his %3.male
-
+ %1 points from her %2 to %3's %4.p1 female, p2 female
-
+ %1 points from her %2 to %3's %4.p1 female, p2 male
-
+ %1 points from his %2 to %3's %4.p1 male, p2 female
-
+ %1 points from his %2 to %3's %4.p1 male, p2 male
-
+ %1 points from %2's %3 to her own %4.card owner female, target female
-
+ %1 points from %2's %3 to her own %4.card owner male, target female
-
+ %1 points from %2's %3 to his own %4.card owner female, target male
-
+ %1 points from %2's %3 to his own %4.card owner male, target male
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 female, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 female, p2 male, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 female, p3 male
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 female
-
+ %1 points from %2's %3 to %4's %5.p1 male, p2 male, p3 male
@@ -3015,304 +3104,304 @@ You need to provide the activation token received in the activation email
-
+ %1 taps her permanents.female
-
+ %1 untaps her permanents.female
-
+ %1 taps his permanents.male
-
+ %1 untaps his permanents.male
-
+ %1 taps %2.female
-
+ %1 untaps %2.female
-
+ %1 taps %2.male
-
+ %1 untaps %2.male
-
+ %1 sets counter %2 to %3 (%4%5).female
-
+ %1 sets counter %2 to %3 (%4%5).male
-
+ %1 sets %2 to not untap normally.female
-
+ %1 sets %2 to not untap normally.male
-
+ %1 sets %2 to untap normally.female
-
+ %1 sets %2 to untap normally.male
-
+ %1 sets PT of %2 to %3.female
-
+ %1 sets PT of %2 to %3.male
-
+ %1 sets annotation of %2 to %3.female
-
-
- %1 sets annotation of %2 to %3.
- male
-
-
-
-
- %1 is looking at %2.
- female
-
-
-
-
- %1 is looking at %2.
- male
-
-
-
- %1 is looking at the top %n card(s) %2.
- female
-
-
-
- %1 is looking at the top %n card(s) %2.
- male
-
-
-
-
- %1 stops looking at %2.
- female
-
-
+ %1 sets annotation of %2 to %3.
+ male
+
+
+
+
+ %1 is looking at %2.
+ female
+
+
+
+
+ %1 is looking at %2.
+ male
+
+
+
+ %1 is looking at the top %n card(s) %2.
+ female
+
+
+
+ %1 is looking at the top %n card(s) %2.
+ male
+
+
+
+
+ %1 stops looking at %2.
+ female
+
+
+
+ %1 stops looking at %2.male
-
+ %1 reveals %2 to %3.p1 female, p2 female
-
-
- %1 reveals %2 to %3.
- p1 female, p2 male
-
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 female
-
-
-
-
- %1 reveals %2 to %3.
- p1 male, p2 male
-
-
-
-
- %1 reveals %2.
- female
-
-
-
-
- %1 reveals %2.
- male
-
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 female
-
-
-
-
- %1 randomly reveals %2%3 to %4.
- p1 female, p2 male
-
-
+ %1 reveals %2 to %3.
+ p1 female, p2 male
+
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 female
+
+
+
+
+ %1 reveals %2 to %3.
+ p1 male, p2 male
+
+
+
+
+ %1 reveals %2.
+ female
+
+
+
+
+ %1 reveals %2.
+ male
+
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 female
+
+
+
+
+ %1 randomly reveals %2%3 to %4.
+ p1 female, p2 male
+
+
+
+ %1 randomly reveals %2%3 to %4.p1 male, p2 female
-
+ %1 randomly reveals %2%3 to %4.p1 male, p2 male
-
+ %1 randomly reveals %2%3.female
-
+ %1 randomly reveals %2%3.male
-
+ %1 peeks at face down card #%2.female
-
+ %1 peeks at face down card #%2.male
-
+ %1 peeks at face down card #%2: %3.female
-
+ %1 peeks at face down card #%2: %3.male
-
+ %1 reveals %2%3 to %4.p1 female, p2 female
-
+ %1 reveals %2%3 to %4.p1 female, p2 male
-
+ %1 reveals %2%3 to %4.p1 male, p2 female
-
+ %1 reveals %2%3 to %4.p1 male, p2 male
-
+ %1 reveals %2%3.female
-
+ %1 reveals %2%3.male
-
+ %1 is now keeping the top card %2 revealed.
-
+ %1 is not revealing the top card %2 any longer.
-
+ It is now %1's turn.female
-
+ It is now %1's turn.male
-
-
+
+ a card
@@ -3331,32 +3420,32 @@ You need to provide the activation token received in the activation email
-
+ red
-
+ yellow
-
+ green
-
+ The game has started.
-
+ %1 draws his initial hand.
-
+ %1 draws her initial hand.
@@ -3375,179 +3464,179 @@ You need to provide the activation token received in the activation email
-
+ ending phase
-
+ untap step
-
+ %1 draws %2 card(s).female
-
+ %1 draws %2 card(s).male
-
+ from play
-
+ from her graveyard
-
+ from his graveyard
-
+ from her hand
-
+ from his hand
-
+ %1 puts %2%3 into her graveyard.
-
+ %1 puts %2%3 into his graveyard.
-
+ %1 moves %2%3 to her hand.
-
+ %1 moves %2%3 to his hand.
-
+ %1 attaches %2 to %3's %4.p1 female, p2 female
-
+ %1 attaches %2 to %3's %4.p1 female, p2 male
-
+ %1 attaches %2 to %3's %4.p1 male, p2 female
-
+ %1 attaches %2 to %3's %4.p1 male, p2 male
-
+ %1 places %2 %3 counter(s) on %4 (now %5).female
-
+ %1 places %2 %3 counter(s) on %4 (now %5).male
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).female
-
+ %1 removes %2 %3 counter(s) from %4 (now %5).male
-
+ %1 is looking at the top %2 card(s) %3.female
-
+ %1 is looking at the top %2 card(s) %3.male
-
+ upkeep step
-
+ draw step
-
+ first main phase
-
+ beginning of combat step
-
+ declare attackers step
-
+ declare blockers step
-
+ combat damage step
-
+ end of combat step
-
+ second main phase
-
+ It is now the %1.
@@ -3555,74 +3644,79 @@ You need to provide the activation token received in the activation email
MessagesSettingsPage
-
+ Chat settings
-
+ Custom alert words
-
+ Enable chat mentions
-
+ Enable mention completer
-
+ In-game message macros
-
+ Ignore chat room messages sent by unregistered users
-
+ Ignore private messages sent by unregistered users
-
+ Enable desktop notifications for private messages
-
+
+ Enable desktop notification for mentions
+
+
+
+
+ Enable room message history on join
+
+
+
+ Separate words with a space, alphanumeric characters only
-
-
+
+ Invert text color
-
- Enable desktop notification for mentions.
-
-
-
-
-
+
+ (Color is hexadecimal)
-
+ Add message
-
+ Message:
@@ -4066,7 +4160,7 @@ You need to provide the activation token received in the activation email
-
+ Number:
@@ -4091,32 +4185,33 @@ You need to provide the activation token received in the activation email
-
+ Set power/toughness
-
+ Please enter the new PT:
-
+ Set annotation
-
+ Please enter the new annotation:
-
+ Set counters
-
+
+ Cr&eate related card
@@ -4124,37 +4219,37 @@ You need to provide the activation token received in the activation email
QMenuBar
-
+ Services
-
+ Hide %1
-
+ Hide Others
-
+ Show All
-
+ Preferences...
-
+ Quit %1
-
+ About %1
@@ -4162,13 +4257,13 @@ You need to provide the activation token received in the activation email
QObject
-
+ Cockatrice replays (*.cor)
- Common deck formats (*.cod *.dec *.mwDeck)
+ Common deck formats (*.cod *.dec *.txt *.mwDeck)
@@ -4265,27 +4360,11 @@ You need to provide the activation token received in the activation emailGames
-
-
-
- Error
-
-
-
-
- You do not have the proper permission to join this room.
-
-
-
-
- Failed to join the room due to an unknown error.
-
- SequenceEdit
-
+ Shortcut already in use
@@ -4318,6 +4397,29 @@ You need to provide the activation token received in the activation email
+
+ ShortcutsTab
+
+
+ Restore all default shortcuts
+
+
+
+
+ Do you really want to restore all default shortcuts?
+
+
+
+
+ Clear all default shortcuts
+
+
+
+
+ Do you really want to clear all shortcuts?
+
+
+ShutdownDialog
@@ -4339,37 +4441,32 @@ You need to provide the activation token received in the activation email
SoundSettingsPage
-
- Choose path
-
-
-
-
+ Enable &sounds
-
- Path to sounds directory:
+
+ Current sounds theme:
-
+ Test system sound engine
-
+ Sound settings
-
+ Master volume requires QT5
-
+ Master volume
@@ -4377,42 +4474,42 @@ You need to provide the activation token received in the activation email
TabAdmin
-
+ Update server &message
-
+ &Shut down server
-
+ &Reload configuration
-
+ Server administration functions
-
+ &Unlock functions
-
+ &Lock functions
-
+ Unlock administration functions
-
+ Do you really want to unlock the administration functions?
@@ -4425,219 +4522,226 @@ You need to provide the activation token received in the activation email
TabDeckEditor
-
+ &Print deck...
-
+ &Close
-
+ &Edit sets...
-
+
+ Filters
-
+ &Clear all filters
-
+ Delete selected
-
+ Deck &name:
-
+ &Comments:
-
+ Hash:
-
+ &New deck
-
+ &Load deck...
-
+ &Save deck
-
+ Save deck &as...
-
+ Load deck from cl&ipboard...
-
+ Save deck to clip&board
-
+ &Analyze deck on deckstats.net
-
+ Open custom image folder
-
+ Open custom sets folder
-
+ Add card to &maindeck
-
+ Add card to &sideboard
-
+ &Deck Editor
-
+ C&ard Database
-
- Show/Hide card information
-
-
-
-
- Show/Hide deck
-
-
-
-
- Show/Hide filters
-
-
-
-
+ Reset layout
-
+
+ Card Info
-
+
+ Deck
-
+ Welcome
-
+ Hi! It seems like you're running this version of Cockatrice for the first time.
All the sets in the card database have been enabled.
Read more about changing the set order or disabling specific sets and consequent effects in the "Edit Sets" window.
-
+ &Remove row
-
+ &Increment number
-
+ &Decrement number
-
+ Edit &tokens...
-
+
+ &View
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+ Floating
+
+
+
+ Deck: %1
-
+ Are you sure?
-
+ The decklist has been modified.
Do you want to save the changes?
-
+ Load deck
-
-
-
+
+
+ Error
-
+ The deck could not be saved.
-
-
+
+ The deck could not be saved.
Please check that the directory is writable and try again.
-
+ Save deck
@@ -4645,83 +4749,83 @@ Please check that the directory is writable and try again.
TabDeckStorage
-
+ Local file system
-
+ Server deck storage
-
-
+
+ Open in deck editor
-
+ Upload deck
-
+ Download deck
-
-
+
+ New folder
-
-
+
+ Delete
-
+ Enter deck name
-
+ This decklist does not have a name.
Please enter a name:
-
+ Unnamed deck
-
+ Delete local file
-
-
-
+
+
+ Are you sure you want to delete "%1"?
-
+ Name of new folder:
-
+ Delete remote folder
-
+ Delete remote deck
@@ -4734,135 +4838,343 @@ Please enter a name:
TabGame
-
+
+
+ Card Info
+
+
+
+
+
+ Player List
+
+
+
+
+
+ Messages
+
+
+
+
+
+ Replay Timeline
+
+
+
+ &Phases
-
+ &Game
-
+ Next &phase
-
+ Next &turn
-
+ &Remove all local arrows
-
+ Rotate View Cl&ockwise
-
+ Rotate View Co&unterclockwise
-
+ Game &information
-
+ &Concede
-
+ &Leave game
-
+ C&lose replay
-
+ &Say:
-
+
+ &View
+
+
+
+
+
+
+
+ Visible
+
+
+
+
+
+
+
+ Floating
+
+
+
+
+ Reset layout
+
+
+
+ Concede
-
+ Are you sure you want to concede this game?
-
+ Leave game
-
+ Are you sure you want to leave this game?
-
+ You are flooding the game. Please wait a couple of seconds.
-
+ You have been kicked out of the game.
-
+ REPLAY
+
+ TabLog
+
+
+ Logs
+
+
+
+
+
+ Error
+
+
+
+
+ You must select at least one filter.
+
+
+
+
+ You have to select a valid number of days to locate.
+
+
+
+
+ Username:
+
+
+
+
+ IP Address:
+
+
+
+
+ Game Name:
+
+
+
+
+ GameID:
+
+
+
+
+ Message:
+
+
+
+
+ Main Room
+
+
+
+
+ Game Room
+
+
+
+
+ Private Chat
+
+
+
+
+ Past X Days:
+
+
+
+
+ Today
+
+
+
+
+ Last Hour
+
+
+
+
+ Maximum Results:
+
+
+
+
+ At least one filter is required.
+The more information you put in, the more specific your results will be.
+
+
+
+
+ Get User Logs
+
+
+
+
+ Clear Filters
+
+
+
+
+ Filters
+
+
+
+
+ Log Locations
+
+
+
+
+ Date Range
+
+
+
+
+ Maximum Results
+
+
+
+
+ Room Logs
+
+
+
+
+
+
+ Time;SenderName;SenderIP;Message;TargetID;TargetName
+
+
+
+
+ Game Logs
+
+
+
+
+ Chat Logs
+
+
+
+
+
+ Message History
+
+
+
+
+ There are no messages for the selected filters.
+
+
+
+
+ Failed to collect message history information.
+
+
+TabMessage
-
+ Private &chat
-
+ &Leave
-
+ %1 - Private chat
-
+ This user is ignoring you.
-
+ Private message from
-
+ %1 has left the server.
-
+ %1 has joined the server.
@@ -4870,54 +5182,54 @@ Please enter a name:
TabReplays
-
+ Local file system
-
+ Server replay storage
-
-
+
+ Watch replay
-
-
+
+ Delete
-
+ Download replay
-
+ Toggle expiration lock
-
+ Delete local file
-
+ Are you sure you want to delete "%1"?
-
+ Delete remote replay
-
+ Are you sure you want to delete the replay of game %1?
@@ -4930,47 +5242,47 @@ Please enter a name:
TabRoom
-
+ &Say:
-
+ Chat
-
+ &Room
-
+ &Leave room
-
+ &Clear chat
-
+ Chat Settings...
-
+ mentioned you.
-
+ Click to view
-
+ You are flooding the chat. Please wait a couple of seconds.
@@ -4978,43 +5290,82 @@ Please enter a name:
TabServer
-
+ Server
+
+
+
+
+
+ Error
+
+
+
+
+ Failed to join the room: it doesn't exists on the server.
+
+
+
+
+ The server thinks you are in the room but Cockatrice is unable to display it. Try restarting Cockatrice.
+
+
+
+
+ You do not have the required permission to join this room.
+
+
+
+
+ Failed to join the room due to an unknown error: %1.
+
+ TabSupervisor
-
+ Are you sure?
-
+ There are still open games. Are you sure you want to quit?
-
+ Promotion
-
+ You have been promoted to moderator. Please log out and back in for changes to take effect.
+
+
+ Warned
+
+
+
+
+ You have received a warning due to %1.
+Please refrain from engaging in this activity or further actions may be taken against you. If you have any questions, please private message a moderator.
+
+ TabUserLists
-
+ Add to Buddy List
-
+ Add to Ignore List
@@ -5027,94 +5378,153 @@ Please enter a name:
UserContextMenu
-
+ User &details
-
+ Private &chat
-
+ Show this user's &games
-
+ Add to &buddy list
-
+ Remove from &buddy list
-
+ Add to &ignore list
-
+ Remove from &ignore list
-
+ Kick from &game
-
+
+ Warn user
+
+
+
+
+ View user's war&n history
+
+
+
+ Ban from &server
-
+
+ View user's &ban history
+
+
+
+ &Promote user to moderator
-
+ Dem&ote user from moderator
-
+ %1's games
-
-
+
+
+
+ Ban History
+
+
+
+
+ Ban Time;Moderator;Ban Length;Ban Reason;Visible Reason
+
+
+
+
+ User has never been banned.
+
+
+
+
+ Failed to collecting ban information.
+
+
+
+
+
+
+ Warning History
+
+
+
+
+ Warning Time;Moderator;User Name;Reason
+
+
+
+
+ User has never been warned.
+
+
+
+
+ Failed to collecting warning information.
+
+
+
+
+ Success
-
+ Successfully promoted user.
-
+ Successfully demoted user.
-
-
+
+ Failed
-
+ Failed to promote user.
-
+ Failed to demote user.
@@ -5286,42 +5696,42 @@ Please enter a name:
UserInterfaceSettingsPage
-
+ General interface settings
-
+ Enable notifications in taskbar
-
+ Notify in the taskbar for game events while you are spectating
-
+ &Double-click cards to play them (instead of single-click)
-
+ &Play all nonlands onto the stack (not the battlefield) by default
-
+ Annotate card text on tokens
-
+ Animation settings
-
+ &Tap/untap animation
@@ -5329,95 +5739,134 @@ Please enter a name:
UserList
-
+ Users connected to server: %1
-
+ Users in this room: %1
-
+ Buddies online: %1 / %2
-
+ Ignored users online: %1 / %2
+
+ WarningDialog
+
+
+ Which warning would you like to send?
+
+
+
+
+ &OK
+
+
+
+
+ &Cancel
+
+
+
+
+ Warn user for misconduct
+
+
+
+
+
+ Error
+
+
+
+
+ User name to send a warning to can not be blank, please specify a user to warn.
+
+
+
+
+ Warning to use can not be blank, please select a valid warning to send.
+
+
+WndSets
-
+ Enable all sets
-
+ Disable all sets
-
+ Move selected set up
-
+ Move selected set to the top
-
+ Move selected set down
-
+ Move selected set to the bottom
-
+ hints:
-
+ Enable the sets that you want to have available in the deck editor
-
+ Move sets around to change their order, or click on a column header to sort sets on that field
-
+ Sets order decides the source that will be used when loading images for a specific card
-
+ Disabled sets will be used for loading images only if all the enabled sets failed
-
+ Edit sets
-
+ Success
-
+ The sets database has been saved successfully.
@@ -5425,22 +5874,22 @@ Please enter a name:
ZoneViewWidget
-
+ sort by name
-
+ sort by type
-
+ shuffle when closing
-
+ pile view
@@ -5448,557 +5897,572 @@ Please enter a name:
shortcutsTab
-
+ Form
-
+ Main Window
-
+ Deck editor
-
+ Local gameplay
-
+ Watch replay
-
+ Connect
-
+ Register
-
+ Full screen
-
+ Settings
-
+ Check for card updates
-
+ Exit
-
+ Deck Editor
-
+ Analyze deck
-
+ Load deck (clipboard)
-
+ Clerar all filters
-
+ New deck
-
+ Clear one filter
-
+ Open custom folder
-
+ Close
-
+ Print deck
-
+ Edit sets
-
+ Delete card
-
+ Edit tokens
-
+ Reset layout
-
+ Add card
-
+ Save deck
-
+ Remove card
-
+ Save deck as
-
+ Load deck
-
+ Save deck (clipboard)
-
-
+
+ Counters
-
+ Life
-
-
-
-
-
+
+
+
+
+ Set
-
-
-
-
+
+
+
+ Add
-
-
-
-
+
+
+
+ Remove
-
+ Red
-
+ Green
-
+ Yellow
-
-
- Mainwindow / Deck editor
-
-
-
-
- Power / toughness
-
-
-
-
- Power and toughness
-
-
-
-
- Add (+1/+1)
-
-
-
-
- Remove (-1/-1)
-
-
-
-
- Toughness
-
-
-
-
- Remove (-0/-1)
-
-
-
-
- Add (+0/+1)
-
-
-
-
- Power
-
-
-
-
- Remove (-1/-0)
-
-
-
-
- Add (+1/+0)
-
-
-
-
- Game Phases
-
-
-
-
- Untap
-
-
-
-
- Disconnect
-
-
-
-
- Upkeep
-
-
-
-
-
- Draw
-
-
-
-
- Main 1
-
-
-
-
- Start combat
-
-
-
-
- Attack
-
-
-
-
- Block
-
-
-
-
- Damage
-
-
-
-
- End combat
-
-
-
-
- Main 2
-
-
-
-
- End
-
-
-
-
- Next phase
-
-
-
-
- Next turn
-
-
-
-
- Player
-
-
-
-
- Tap Card
-
-
-
-
- Untap Card
-
-
-
-
- Untap all
-
-
-
-
- Toogle untap
-
-
-
-
- Flip card
-
-
-
-
- Peek card
-
-
-
-
- Play card
-
-
-
-
- Attach card
-
-
-
-
- Unattach card
-
-
-
-
- Clone card
-
-
-
-
- Create token
-
-
-
-
- Create another token
-
-
-
-
- Set annotation
-
-
-
-
- Phases / P/T / Player
-
-
-
-
- Move card to
-
-
-
-
- Bottom library
-
-
-
-
- Top library
-
-
-
-
-
- Graveyard
-
-
-
-
-
- Exile
-
-
-
-
- Hand
-
-
-
-
- View
-
-
- Library
-
-
-
-
- Tops card of library
-
-
-
-
- Sideboard
-
-
-
-
- Close recent view
-
-
-
-
- Pre-play
-
-
-
-
- Load remote deck
-
-
-
-
- Load local deck
-
-
-
-
- Game play
-
-
-
-
- Draw arrow
-
-
-
-
- Leave game
-
-
-
-
- Remove local arrows
-
-
-
-
- Concede
-
-
-
-
- Roll dice
+ Playing Area
- Rotate view CW
+ Phases | P/T | Playing Area
+
+
+
+
+ Game Lobby
+
+
+
+
+ Gameplay
+
+
+
+
+ Draw | Move | View | Gameplay
+
+
+
+
+ How to set custom shortcuts
+
+
+
+
+ Restore all default shortcuts
+
+
+
+
+ Clear all shortcuts
+
+
+
+
+ Add (+1/+1)
+
+
+
+
+ Remove (-1/-1)
+
+
+
+
+ Toughness
+
+
+
+
+ Remove (-0/-1)
+
+
+
+
+ Add (+0/+1)
+
+
+
+
+ Power
+
+
+
+
+ Remove (-1/-0)
+
+
+
+
+ Add (+1/+0)
+
+
+
+
+ Game Phases
+
+
+
+
+ Untap
+
+
+
+
+ Disconnect
+
+
+
+
+ Main Window | Deck Editor
+
+
+
+
+ Power / Toughness
+
+
+
+
+ Power and Toughness
+
+
+
+
+ Upkeep
+
+
+
+
+
+ Draw
+
+
+
+
+ Main 1
+
+
+
+
+ Start combat
+
+
+
+
+ Attack
+
+
+
+
+ Block
+
+
+
+
+ Damage
+
+
+
+
+ End combat
+
+
+
+
+ Main 2
+
+
+
+
+ End
+
+
+
+
+ Next phase
+
+
+
+
+ Next turn
+
+
+
+
+ Tap Card
+
+
+
+
+ Untap Card
+
+
+
+
+ Untap all
+
+
+
+
+ Toogle untap
+
+
+
+
+ Flip card
+
+
+
+
+ Peek card
+
+
+
+
+ Play card
+
+
+
+
+ Attach card
+
+
+
+
+ Unattach card
+
+
+
+
+ Clone card
+
+
+
+
+ Create token
+
+
+
+
+ Create another token
+
+
+
+
+ Set annotation
- Shuffle library
+ Move card to
- Rotate view CCW
+ Bottom library
+
+
+
+
+ Top library
- Mulligan
+
+ Graveyard
- Draw card
+
+ Exile
- Draw cards
+ Hand
- Undo draw
-
-
-
-
- Always reveal top card
+ View
- Draw / Move / View / Game play
+ Library
+
+
+
+
+ Tops card of library
+
+
+
+
+ Sideboard
+
+
+
+
+ Close recent view
+
+
+
+
+ Load remote deck
+
+
+
+
+ Load local deck
+
+
+
+
+ Draw arrow
+
+
+
+
+ Leave game
+
+
+
+
+ Remove local arrows
+
+
+
+
+ Concede
+
+
+
+
+ Roll dice
+
+
+
+
+ Rotate view CW
+
+
+
+
+ Shuffle library
+
+
+
+
+ Rotate view CCW
+
+
+
+
+ Mulligan
+
+
+
+
+ Draw card
+
+
+
+
+ Draw cards
+
+
+
+
+ Undo draw
+
+
+
+
+ Always reveal top card
diff --git a/common/server_protocolhandler.cpp b/common/server_protocolhandler.cpp
index 406e20e7f..30805228e 100644
--- a/common/server_protocolhandler.cpp
+++ b/common/server_protocolhandler.cpp
@@ -608,7 +608,6 @@ Response::ResponseCode Server_ProtocolHandler::cmdJoinRoom(const Command_JoinRoo
ServerInfo_ChatMessage chatMessage;
for (int i = 0; i < chatHistory.size(); ++i) {
chatMessage = chatHistory.at(i);
- qDebug() << QString::fromStdString(chatMessage.message()).simplified();
Event_RoomSay roomChatHistory;
roomChatHistory.set_message(chatMessage.sender_name() + ": " + chatMessage.message());
roomChatHistory.set_message_type(Event_RoomSay::ChatHistory);
diff --git a/oracle/translations/oracle_de.ts b/oracle/translations/oracle_de.ts
index de2e6afa2..bdf28d7ec 100644
--- a/oracle/translations/oracle_de.ts
+++ b/oracle/translations/oracle_de.ts
@@ -16,7 +16,8 @@
This wizard will import the list of sets, cards, and tokens that will be used by Cockatrice.
You will need to specify a URL or a filename that will be used as a source.
-
+ Dieser Assistent wird eine Liste aller Editionen, Karten und Spielsteine, die von Cockatrice genutzt werden, importieren.
+Sie müssen eine URL oder einen Dateinamen als Quelle angeben.
@@ -91,7 +92,7 @@ You will need to specify a URL or a filename that will be used as a source.
Do you want to try to download a fresh copy of the uncompressed file instead?
- Möchtest du stattdessen eine neue Kopie der nicht komprimierten Datei herunerladen?
+ Möchtest du stattdessen eine neue Kopie der nicht komprimierten Datei herunterladen?The file was retrieved successfully, but it does not contain any sets data.
@@ -99,19 +100,19 @@ You will need to specify a URL or a filename that will be used as a source.
Please specify a source for the list of sets and cards. You can specify a URL address that will be downloaded or use an existing file from your computer.
-
+ Bitte geben Sie eine Quelle für die Liste von Editionen und Karten an. Sie können eine URL Adresse zum Herunterladen angeben oder eine Datei von Ihrem Computer verwenden.Download URL:
-
+ Download URL:Restore default URL
-
+ Standard-URL wiederherstellenThe provided URL is not valid.
-
+ Die eingegebene URL ist nicht gültig.
@@ -138,19 +139,19 @@ You will need to specify a URL or a filename that will be used as a source.
Please specify a source for the list of tokens. You can specify a URL address that will be downloaded or use an existing file from your computer.
-
+ Bitte geben Sie eine Quelle für die Liste der Spielsteine an. Sie können eine URL Adresse zum Herunterladen angeben oder eine Datei von Ihrem Computer verwenden.Download URL:
-
+ Download URL:Restore default URL
-
+ Standard-URL wiederherstellenThe provided URL is not valid.
-
+ Die eingegebene URL ist nicht gültig.
diff --git a/oracle/translations/oracle_es.ts b/oracle/translations/oracle_es.ts
index 9db74e624..557147fdc 100644
--- a/oracle/translations/oracle_es.ts
+++ b/oracle/translations/oracle_es.ts
@@ -16,7 +16,8 @@
This wizard will import the list of sets, cards, and tokens that will be used by Cockatrice.
You will need to specify a URL or a filename that will be used as a source.
-
+ Este asistente importará la lista de los sets y cartas que serán usadas por Cockatrice.
+Necesitarás especificar la URL o el nombre de archivo que será usado como origen.
@@ -99,58 +100,58 @@ You will need to specify a URL or a filename that will be used as a source.
Please specify a source for the list of sets and cards. You can specify a URL address that will be downloaded or use an existing file from your computer.
-
+ Por favor especifica un origen para la lista de sets y cartas. Puedes especificar la URL de donde descargarla o usar un archivo existente de tu ordenador.Download URL:
-
+ URL de descarga:Restore default URL
-
+ Restablecer URL predeterminadaThe provided URL is not valid.
-
+ La URL suministrada no es válida.LoadTokensPageTokens source selection
-
+ Selección de origen de tokensError
-
+ ErrorDownloading (0MB)
-
+ Descargando (0MB)Downloading (%1MB)
-
+ Descargando (%1MB)Network error: %1.
-
+ Error de red: %1.Please specify a source for the list of tokens. You can specify a URL address that will be downloaded or use an existing file from your computer.
-
+ Por favor especifica un origen para la lista de tokens. Puedes especificar la URL de donde descargarla o usar un archivo existente en tu ordenador.Download URL:
-
+ URL de descarga:Restore default URL
-
+ Restablecer URL predeterminadaThe provided URL is not valid.
-
+ La URL suministrada no es válida.
@@ -228,40 +229,41 @@ You will need to specify a URL or a filename that will be used as a source.SaveTokensPage
Tokens imported
-
+ Tokens importadosThe tokens has been imported. Press "Save" to save the imported tokens to the Cockatrice tokens database.
-
+ Los tokens han sido importados. Pulsa "Guardar" para guardar los tokens importados en la base de datos de tokens de Cockatrice.Save to the default path (recommended)
-
+ Guardar en la ruta por defecto (recomendado)Save token database
-
+ Base de datos de tokens:XML; token database (*.xml)
-
+ XML; base de datos de tokens (*.xml)Success
-
+ ÉxitoThe token database has been saved successfully to
%1
-
+ La base de datos de cartas ha sido guardada correctamente en
+%1Error
-
+ ErrorThe file could not be saved to %1
-
+ El archivo no ha podido ser guardado en %1
diff --git a/oracle/translations/oracle_fr.ts b/oracle/translations/oracle_fr.ts
index 92318d03b..28bf5d68b 100644
--- a/oracle/translations/oracle_fr.ts
+++ b/oracle/translations/oracle_fr.ts
@@ -16,7 +16,8 @@
This wizard will import the list of sets, cards, and tokens that will be used by Cockatrice.
You will need to specify a URL or a filename that will be used as a source.
-
+ Cet assistant va importer la liste des éditions, cartes et jetons qui seront utilisés par Cockatrice.
+Vous devrez spécifier une URL ou un fichier qui sera utilisé comme source.
@@ -31,7 +32,7 @@ You will need to specify a URL or a filename that will be used as a source.
Choose file...
- Choisir un fichier...
+ Choisissez un fichier...Load sets file
@@ -79,11 +80,11 @@ You will need to specify a URL or a filename that will be used as a source.
Zip extraction failed: the Zip archive doesn't contain exactly one file.
- Ce fichier ne peut être enregistré au répertoire
+ Extraction zip échouée: l'archive zip contient plus qu'un fichier.Zip extraction failed: %1.
- l'extraction du zip à échoué : %1.
+ L'extraction du zip a échoué : %1.Sorry, this version of Oracle does not support zipped files.
@@ -99,30 +100,30 @@ You will need to specify a URL or a filename that will be used as a source.
Please specify a source for the list of sets and cards. You can specify a URL address that will be downloaded or use an existing file from your computer.
-
+ Spécifiez une source pour la liste des éditions et des cartes. Vous pouvez spécifier une URL qui sera téléchargée ou utiliser un fichier existant sur votre ordinateur.Download URL:
-
+ URL de téléchargement:Restore default URL
-
+ Restaurer l'URL par défautThe provided URL is not valid.
-
+ L'URL fournie n'est pas valableLoadTokensPageTokens source selection
-
+ sélection de la source des jetonsError
- Érreur
+ ErreurDownloading (0MB)
@@ -138,19 +139,19 @@ You will need to specify a URL or a filename that will be used as a source.
Please specify a source for the list of tokens. You can specify a URL address that will be downloaded or use an existing file from your computer.
-
+ Spécifiez une source pour la liste des jetons. Vous pouvez spécifier une URL qui sera téléchargée ou utiliser un fichier existant sur votre ordinateur.Download URL:
-
+ URL de téléchargement:Restore default URL
-
+ Restorer l'URL par défautThe provided URL is not valid.
-
+ L'URL fournie n'est pas valide.
@@ -228,11 +229,11 @@ You will need to specify a URL or a filename that will be used as a source.SaveTokensPage
Tokens imported
-
+ Jetons importésThe tokens has been imported. Press "Save" to save the imported tokens to the Cockatrice tokens database.
-
+ Les jetons ont été importés. Pressez sur "Sauvegarder" pour sauver les jetons importés dans la base de données des jetons Cockatrice.Save to the default path (recommended)
@@ -253,7 +254,7 @@ You will need to specify a URL or a filename that will be used as a source.
The token database has been saved successfully to
%1
-
+ La base de donnée de jetons a été correctement sauvegardée dans %1Error
@@ -261,7 +262,7 @@ You will need to specify a URL or a filename that will be used as a source.
The file could not be saved to %1
-
+ Le fichier n'a pas pu être sauvegardé dans %1
diff --git a/oracle/translations/oracle_it.ts b/oracle/translations/oracle_it.ts
index a3b4d110a..f4f907982 100644
--- a/oracle/translations/oracle_it.ts
+++ b/oracle/translations/oracle_it.ts
@@ -16,7 +16,7 @@
This wizard will import the list of sets, cards, and tokens that will be used by Cockatrice.
You will need to specify a URL or a filename that will be used as a source.
-
+ Questo wizard importerà la lista dei set e delle carte che verranno usate da Cockatrice.<br/>Dovrai specificare un indirizzo url o il nome di un file che verrà utilizzato come sorgente.
@@ -99,19 +99,19 @@ You will need to specify a URL or a filename that will be used as a source.
Please specify a source for the list of sets and cards. You can specify a URL address that will be downloaded or use an existing file from your computer.
-
+ Specifica una sorgente per la lista dei set e delle carte. Puoi specificare un indirizzo url da cui scaricare il file o alternativamente usare un file già presente nel tuo computer.Download URL:
-
+ Indirizzo download:Restore default URL
-
+ Usa l'indirizzo predefinitoThe provided URL is not valid.
-
+ L'indirizzo specificato non è valido.
@@ -138,19 +138,19 @@ You will need to specify a URL or a filename that will be used as a source.
Please specify a source for the list of tokens. You can specify a URL address that will be downloaded or use an existing file from your computer.
-
+ Specifica una sorgente per la lista delle pedine. Puoi specificare un indirizzo url da cui scaricare il file o alternativamente usare un file già presente nel tuo computer.Download URL:
-
+ Indirizzo download:Restore default URL
-
+ Usa l'indirizzo predefinitoThe provided URL is not valid.
-
+ L'indirizzo specificato non è valido.
diff --git a/oracle/translations/oracle_ja.ts b/oracle/translations/oracle_ja.ts
index 76e549d1a..dec2f373d 100644
--- a/oracle/translations/oracle_ja.ts
+++ b/oracle/translations/oracle_ja.ts
@@ -16,7 +16,8 @@
This wizard will import the list of sets, cards, and tokens that will be used by Cockatrice.
You will need to specify a URL or a filename that will be used as a source.
-
+ このウィザードでは、Cockatriceが使用するカードセットやトークンのリストをインポートします。
+ソースとして使用するURLまたはファイルを指定した後、利用可能リストから入れたいセットを選択します。
@@ -99,19 +100,19 @@ You will need to specify a URL or a filename that will be used as a source.
Please specify a source for the list of sets and cards. You can specify a URL address that will be downloaded or use an existing file from your computer.
-
+ カードセットとカードのリストのソースファイルを指定してください。ダウンロード可能なURLか、コンピューターに保存したソースファイルを指定することができます(通常はデフォルトのURLからダウンロードで構いません)。Download URL:
-
+ ダウンロードURL:Restore default URL
-
+ デフォルトのURLを復元The provided URL is not valid.
-
+ 指定されたURLは無効です。
@@ -138,19 +139,19 @@ You will need to specify a URL or a filename that will be used as a source.
Please specify a source for the list of tokens. You can specify a URL address that will be downloaded or use an existing file from your computer.
-
+ トークンのソースファイルを指定してください。ダウンロード可能なURLか、コンピューターに保存したソースファイルを指定することができます(通常はデフォルトのURLからダウンロードで構いません)。Download URL:
-
+ ダウンロードURL:Restore default URL
-
+ デフォルトのURLを復元The provided URL is not valid.
-
+ 指定されたURLは無効です。
diff --git a/oracle/translations/oracle_ko.ts b/oracle/translations/oracle_ko.ts
index 0fdb1f4ad..28d052364 100644
--- a/oracle/translations/oracle_ko.ts
+++ b/oracle/translations/oracle_ko.ts
@@ -16,14 +16,15 @@
This wizard will import the list of sets, cards, and tokens that will be used by Cockatrice.
You will need to specify a URL or a filename that will be used as a source.
-
+ 오라클은 코카트리스에서 사용할 확장판의 목록과 카드들의 정보를 갱신하는 프로그램입니다.
+판본 목록 파일이 있는 웹 주소나 파일을 입력하신 후에 읽어온 목록에서 원하는 확장판을 선택해 불러올 수 있습니다.LoadSetsPageSource selection
- 판본 목록 파일 주소 입력
+ 확장판 목록 파일 주소 입력Local file:
@@ -35,15 +36,15 @@ You will need to specify a URL or a filename that will be used as a source.
Load sets file
- 판본 목록 파일 불러오기
+ 확장판 목록 파일 불러오기Sets JSON file (*.json *.zip)
- 판본 목록 JSON 파일 (*.json *.zip)
+ 확장판 목록 JSON 파일 (*.json *.zip)Sets JSON file (*.json)
- 판본 목록 JSON 파일 (*.json)
+ 확장판 목록 JSON 파일 (*.json)Error
@@ -55,7 +56,7 @@ You will need to specify a URL or a filename that will be used as a source.
Please choose a file.
- 판본 목록 파일을 선택해 주세요.
+ 확장판 목록 파일을 선택해 주세요.Cannot open file '%1'.
@@ -79,7 +80,7 @@ You will need to specify a URL or a filename that will be used as a source.
Zip extraction failed: the Zip archive doesn't contain exactly one file.
- 압축 풀기 실패 : 압축 파일에 판본 목록 파일 이외의 파일이 있습니다.
+ 압축 풀기 실패 : 압축 파일에 확장판 목록 파일 이외의 파일이 있습니다.Zip extraction failed: %1.
@@ -91,27 +92,28 @@ You will need to specify a URL or a filename that will be used as a source.
Do you want to try to download a fresh copy of the uncompressed file instead?
- 압축되지 않은 판본 목록을 대신 내려받으시겠습니까?
+ 압축되지 않은 확장판 목록을 대신 내려받으시겠습니까?The file was retrieved successfully, but it does not contain any sets data.
- 파일을 성공적으로 다운로드 하였으나 판본 정보가 들어있지 않습니다.
+ 파일을 성공적으로 다운로드 하였으나 확장판 정보가 들어있지 않습니다.Please specify a source for the list of sets and cards. You can specify a URL address that will be downloaded or use an existing file from your computer.
-
+ 확장판 목록 및 카드 정보가 들어있는 파일의 위치를 입력해 주세요.
+다운로드 할 수 있는 웹 주소나 컴퓨터에 저장되어 있는 파일을 선택 할 수 있습니다.Download URL:
-
+ 웹 주소:Restore default URL
-
+ 기본 주소로 복원The provided URL is not valid.
-
+ 잘못된 주소를 입력하셨습니다.
@@ -138,26 +140,27 @@ You will need to specify a URL or a filename that will be used as a source.
Please specify a source for the list of tokens. You can specify a URL address that will be downloaded or use an existing file from your computer.
-
+ 토큰 목록 및 정보가 들어있는 파일의 위치를 입력해 주세요.
+다운로드 할 수 있는 웹 주소나 컴퓨터에 저장되어 있는 파일을 선택 할 수 있습니다.Download URL:
-
+ 웹 주소:Restore default URL
-
+ 기본 주소로 복원The provided URL is not valid.
-
+ 잘못된 주소를 입력하셨습니다.OracleImporterDummy set containing tokens
- 토큰 정보가 들어있는 더미 판본
+ 토큰 정보가 들어있는 더미 확장판
@@ -175,11 +178,11 @@ You will need to specify a URL or a filename that will be used as a source.SaveSetsPage
Sets imported
- 판본 불러오기 완료
+ 확장판 불러오기 완료The following sets has been imported. Press "Save" to save the imported cards to the Cockatrice database.
- 아래와 같이 판본을 불러왔습니다.
+ 아래와 같이 확장판을 불러왔습니다.
"저장" 버튼을 눌러 코카트리스에서 사용할 수 있는 카드 데이터베이스를 저장하실 수 있습니다.
@@ -192,7 +195,7 @@ You will need to specify a URL or a filename that will be used as a source.
No set has been imported.
- 아무 판본도 불러오지 못했습니다.
+ 아무 확장판도 불러오지 못했습니다.Import finished: %1 cards.
diff --git a/oracle/translations/oracle_nl.ts b/oracle/translations/oracle_nl.ts
index d8d263a84..acfc8cc05 100644
--- a/oracle/translations/oracle_nl.ts
+++ b/oracle/translations/oracle_nl.ts
@@ -122,7 +122,7 @@ You will need to specify a URL or a filename that will be used as a source.
Error
-
+ FoutDownloading (0MB)
@@ -257,7 +257,7 @@ You will need to specify a URL or a filename that will be used as a source.
Error
-
+ FoutThe file could not be saved to %1
diff --git a/sounds/Default/buddy_join.wav b/sounds/Default/buddy_join.wav
new file mode 100644
index 000000000..fc2812e12
Binary files /dev/null and b/sounds/Default/buddy_join.wav differ
diff --git a/sounds/Default/buddy_leave.wav b/sounds/Default/buddy_leave.wav
new file mode 100644
index 000000000..4f478579b
Binary files /dev/null and b/sounds/Default/buddy_leave.wav differ