diff --git a/cockatrice/src/dlg_settings.cpp b/cockatrice/src/dlg_settings.cpp
index c05648bc..1126bf76 100644
--- a/cockatrice/src/dlg_settings.cpp
+++ b/cockatrice/src/dlg_settings.cpp
@@ -39,7 +39,7 @@ GeneralSettingsPage::GeneralSettingsPage()
for (int i = 0; i < qmFiles.size(); i++) {
QString langName = languageName(qmFiles[i]);
languageBox.addItem(langName, qmFiles[i]);
- if ((qmFiles[i] == setLanguage) || (setLanguage.isEmpty() && langName == tr("English")))
+ if ((qmFiles[i] == setLanguage) || (setLanguage.isEmpty() && langName == tr(DEFAULT_LANG_NAME)))
languageBox.setCurrentIndex(i);
}
@@ -152,10 +152,13 @@ QStringList GeneralSettingsPage::findQmFiles()
QString GeneralSettingsPage::languageName(const QString &qmFile)
{
+ if(qmFile == DEFAULT_LANG_CODE)
+ return DEFAULT_LANG_NAME;
+
QTranslator translator;
translator.load(translationPrefix + "_" + qmFile + ".qm", translationPath);
- return translator.translate("GeneralSettingsPage", "English");
+ return translator.translate("GeneralSettingsPage", DEFAULT_LANG_NAME);
}
void GeneralSettingsPage::defaultUrlRestoreButtonClicked()
diff --git a/cockatrice/src/settingscache.h b/cockatrice/src/settingscache.h
index 920472c5..19d061f8 100644
--- a/cockatrice/src/settingscache.h
+++ b/cockatrice/src/settingscache.h
@@ -19,6 +19,9 @@
#define PIXMAPCACHE_SIZE_MIN 64
#define PIXMAPCACHE_SIZE_MAX 2047
+#define DEFAULT_LANG_CODE "en"
+#define DEFAULT_LANG_NAME "English"
+
class QSettings;
class SettingsCache : public QObject {
diff --git a/cockatrice/translations/cockatrice_lt.ts b/cockatrice/translations/cockatrice_lt.ts
deleted file mode 100644
index 7845569c..00000000
--- a/cockatrice/translations/cockatrice_lt.ts
+++ /dev/null
@@ -1,6414 +0,0 @@
-
-
- AbstractCounter
-
-
- &Set counter...
-
-
-
-
- Set counter
-
-
-
-
- New value for counter '%1':
-
-
-
-
- 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:
-
-
-
-
- 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.
-
-
-
-
- CardDatabaseModel
-
-
- Name
-
-
-
-
- Sets
-
-
-
-
- Mana cost
-
-
-
-
- Card type
-
-
-
-
- P/T
-
-
-
-
- CardFrame
-
-
- Image
-
-
-
-
- Description
-
-
-
-
- Both
-
-
-
-
- CardInfoText
-
-
- Name:
-
-
-
-
- Mana cost:
-
-
-
-
- Color(s):
-
-
-
-
- Card type:
-
-
-
-
- P / T:
-
-
-
-
- Loyalty:
-
-
-
-
- CardItem
-
-
- &Move to
-
-
-
-
- &Power / toughness
-
-
-
-
- CardZone
-
-
- her hand
- nominative, female owner
-
-
-
-
- %1's hand
- nominative, female owner
-
-
-
-
- his hand
- nominative, male owner
-
-
-
-
- %1's hand
- nominative, male owner
-
-
-
-
- her library
- look at zone, female owner
-
-
-
-
- %1's library
- look at zone, female owner
-
-
-
-
- his library
- look at zone, male owner
-
-
-
-
- %1's library
- look at zone, male owner
-
-
-
-
- of her library
- top cards of zone, female owner
-
-
-
-
- of %1's library
- top cards of zone, female owner
-
-
-
-
- of his library
- top cards of zone, male owner
-
-
-
-
- of %1's library
- top cards of zone, male owner
-
-
-
-
- her library
- reveal zone, female owner
-
-
-
-
- %1's library
- reveal zone, female owner
-
-
-
-
- his library
- reveal zone, male owner
-
-
-
-
- %1's library
- reveal zone, male owner
-
-
-
-
- her library
- shuffle, female owner
-
-
-
-
- %1's library
- shuffle, female owner
-
-
-
-
- his library
- shuffle, male owner
-
-
-
-
- %1's library
- shuffle, male owner
-
-
-
-
- her library
- nominative, female owner
-
-
-
-
- %1's library
- nominative, female owner
-
-
-
-
- his library
- nominative, male owner
-
-
-
-
- %1's library
- nominative, male owner
-
-
-
-
- her graveyard
- nominative, female owner
-
-
-
-
- %1's graveyard
- nominative, female owner
-
-
-
-
- his graveyard
- nominative, male owner
-
-
-
-
- %1's graveyard
- nominative, male owner
-
-
-
-
- her exile
- nominative, female owner
-
-
-
-
- %1's exile
- nominative, female owner
-
-
-
-
- his exile
- nominative, male owner
-
-
-
-
- %1's exile
- nominative, male owner
-
-
-
-
- her sideboard
- look at zone, female owner
-
-
-
-
- %1's sideboard
- look at zone, female owner
-
-
-
-
- his sideboard
- look at zone, male owner
-
-
-
-
- %1's sideboard
- look at zone, male owner
-
-
-
-
- her sideboard
- nominative, female owner
-
-
-
-
- %1's sideboard
- nominative, female owner
-
-
-
-
- his sideboard
- nominative, male owner
-
-
-
-
- %1's sideboard
- nominative, male owner
-
-
-
-
- DeckEditorSettingsPage
-
-
- Nothing is here... yet
-
-
-
-
- General
-
-
-
-
- DeckListModel
-
-
- Number
-
-
-
-
- Card
-
-
-
-
- Price
-
-
-
-
- DeckStatsInterface
-
-
-
- Error
-
-
-
-
- The reply from the server could not be parsed.
-
-
-
-
- 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.
-
-
-
-
- DlgCardSearch
-
-
- Card name:
-
-
-
-
- Card text:
-
-
-
-
- Card type (OR):
-
-
-
-
- Color (OR):
-
-
-
-
- O&K
-
-
-
-
- &Cancel
-
-
-
-
- Card search
-
-
-
-
- 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
-
-
- Re&member settings
-
-
-
-
- &Description:
-
-
-
-
- P&layers:
-
-
-
-
- Game type
-
-
-
-
- &Password:
-
-
-
-
- Only &buddies can join
-
-
-
-
- Only ®istered users can join
-
-
-
-
- Joining restrictions
-
-
-
-
- &Spectators can watch
-
-
-
-
- Spectators &need a password to watch
-
-
-
-
- Spectators can &chat
-
-
-
-
- Spectators can see &hands
-
-
-
-
- Spectators
-
-
-
-
- &Clear
-
-
-
-
- Create game
-
-
-
-
- Game information
-
-
-
-
- Error
-
-
-
-
- Server error.
-
-
-
-
- DlgCreateToken
-
-
- &Name:
-
-
-
-
- Token
-
-
-
-
- C&olor:
-
-
-
-
- white
-
-
-
-
- blue
-
-
-
-
- black
-
-
-
-
- red
-
-
-
-
- green
-
-
-
-
- multicolor
-
-
-
-
- colorless
-
-
-
-
- &P/T:
-
-
-
-
- &Annotation:
-
-
-
-
- &Destroy token when it leaves the table
-
-
-
-
- Token data
-
-
-
-
- Show &all tokens
-
-
-
-
- Show tokens from this &deck
-
-
-
-
- Choose token from list
-
-
-
-
- Create token
-
-
-
-
- DlgEditAvatar
-
-
-
- No image chosen.
-
-
-
-
- To change your avatar, choose a new image.
-To remove your current avatar, confirm without choosing a new image.
-
-
-
-
- Browse...
-
-
-
-
- Change avatar
-
-
-
-
- Open Image
-
-
-
-
- Image Files (*.png *.jpg *.bmp)
-
-
-
-
- Invalid image chosen.
-
-
-
-
- DlgEditPassword
-
-
- Old password:
-
-
-
-
- New password:
-
-
-
-
- Confirm new password:
-
-
-
-
- Change password
-
-
-
-
- Error
-
-
-
-
- The new passwords don't match.
-
-
-
-
- DlgEditTokens
-
-
- &Name:
-
-
-
-
- C&olor:
-
-
-
-
- white
-
-
-
-
- blue
-
-
-
-
- black
-
-
-
-
- red
-
-
-
-
- green
-
-
-
-
- multicolor
-
-
-
-
- colorless
-
-
-
-
- &P/T:
-
-
-
-
- &Annotation:
-
-
-
-
- Token data
-
-
-
-
-
- Add token
-
-
-
-
- Remove token
-
-
-
-
- Edit tokens
-
-
-
-
- Please enter the name of the token:
-
-
-
-
- Error
-
-
-
-
- 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.
-
-
-
-
- DlgEditUser
-
-
- Email:
-
-
-
-
- Pronouns:
-
-
-
-
- Neutral
-
-
-
-
- Masculine
-
-
-
-
- Feminine
-
-
-
-
- Country:
-
-
-
-
- Undefined
-
-
-
-
- Real name:
-
-
-
-
- Edit user profile
-
-
-
-
- DlgFilterGames
-
-
- Show &unavailable games
-
-
-
-
- Show &password protected games
-
-
-
-
- Game &description:
-
-
-
-
- &Creator name:
-
-
-
-
- &Game types
-
-
-
-
- at &least:
-
-
-
-
- at &most:
-
-
-
-
- Maximum player count
-
-
-
-
- Filter games
-
-
-
-
- DlgLoadDeckFromClipboard
-
-
- &Refresh
-
-
-
-
- Load deck from clipboard
-
-
-
-
-
- Error
-
-
-
-
-
- Invalid deck list.
-
-
-
-
- DlgLoadRemoteDeck
-
-
- Load deck
-
-
-
-
- DlgRegister
-
-
- &Host:
-
-
-
-
- &Port:
-
-
-
-
- Player &name:
-
-
-
-
- P&assword:
-
-
-
-
- Password (again):
-
-
-
-
- Email:
-
-
-
-
- Email (again):
-
-
-
-
- Pronouns:
-
-
-
-
- Neutral
-
-
-
-
- Masculine
-
-
-
-
- Feminine
-
-
-
-
- Country:
-
-
-
-
- Undefined
-
-
-
-
- Real name:
-
-
-
-
- Register to server
-
-
-
-
-
-
- Registration Warning
-
-
-
-
- Your passwords do not match, please try again.
-
-
-
-
- Your email addresses do not match, please try again.
-
-
-
-
- The player name can't be empty.
-
-
-
-
- DlgSettings
-
-
- Unknown Error loading card database
-
-
-
-
- Your card database is invalid.
-
-Cockatrice may not function correctly with an invalid database
-
-You may need to rerun oracle to update your card database.
-
-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
-
-Usually this can be fixed by rerunning oracle to to update your card database.
-
-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
-
-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?
-
-
-
-
- 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?
-
-
-
-
-
-
- Error
-
-
-
-
- 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
-
-
-
-
-
-
-
-
-
-
- Error
-
-
-
-
- Please join the appropriate room first.
-
-
-
-
- Wrong password.
-
-
-
-
- Spectators are not allowed in this game.
-
-
-
-
- The game is already full.
-
-
-
-
- The game does not exist any more.
-
-
-
-
- This game is only open to registered users.
-
-
-
-
- This game is only open to its creator's buddies.
-
-
-
-
- You are being ignored by the creator of this game.
-
-
-
-
- Join game
-
-
-
-
- Password:
-
-
-
-
- Please join the respective room first.
-
-
-
-
- Games
-
-
-
-
- &Filter games
-
-
-
-
- C&lear filter
-
-
-
-
- C&reate
-
-
-
-
- &Join
-
-
-
-
- J&oin as spectator
-
-
-
-
- GamesModel
-
-
- <1m ago
-
-
-
-
- <5m ago
-
-
-
-
- %1m ago
-
-
-
-
- 1hr %1m ago
-
-
-
-
- %1hr ago
-
-
-
-
- 5+ hrs ago
-
-
-
-
- password
-
-
-
-
- buddies only
-
-
-
-
- reg. users only
-
-
-
-
-
- can chat
-
-
-
-
- see hands
-
-
-
-
- can see hands
-
-
-
-
- not allowed
-
-
-
-
- Room
-
-
-
-
- Game Created
-
-
-
-
- Description
-
-
-
-
- Creator
-
-
-
-
- Game Type
-
-
-
-
- Restrictions
-
-
-
-
- Players
-
-
-
-
- Spectators
-
-
-
-
- GeneralSettingsPage
-
-
-
- English
-
-
-
-
-
-
-
-
- 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
-
-
-
-
- Paths
-
-
-
-
- Decks directory:
-
-
-
-
- Replays directory:
-
-
-
-
- Pictures directory:
-
-
-
-
- Card database:
-
-
-
-
- Token database:
-
-
-
-
- Picture cache size:
-
-
-
-
- Primary download URL:
-
-
-
-
- Fallback download URL:
-
-
-
-
- How to set a custom picture url
-
-
-
-
- Reset/Clear Downloaded Pictures
-
-
-
-
- Notify when new client features are available
-
-
-
-
-
- Reset
-
-
-
-
- MainWindow
-
-
- The server has reached its maximum user capacity, please check back later.
-
-
-
-
- There are too many concurrent connections from your address.
-
-
-
-
- Banned by moderator
-
-
-
-
- Expected end time: %1
-
-
-
-
- This ban lasts indefinitely.
-
-
-
-
- Scheduled server shutdown.
-
-
-
-
-
- Invalid username.
-
-
-
-
- You have been logged out due to logging in at another location.
-
-
-
-
- Connection closed
-
-
-
-
- The server has terminated your connection.
-Reason: %1
-
-
-
-
- The server is going to be restarted in %n minute(s).
-All running games will be lost.
-Reason for shutdown: %1
-
-
-
-
- Scheduled server shutdown
-
-
-
-
-
- Success
-
-
-
-
- Registration accepted.
-Will now login.
-
-
-
-
- Account activation accepted.
-Will now login.
-
-
-
-
- Number of players
-
-
-
-
- Please enter the number of players.
-
-
-
-
-
- Player %1
-
-
-
-
- Load replay
-
-
-
-
- About Cockatrice
-
-
-
-
- Version %1
-
-
-
-
- Cockatrice Webpage
-
-
-
-
- Project Manager:
-
-
-
-
- Past Project Managers:
-
-
-
-
- Developers:
-
-
-
-
- Our Developers
-
-
-
-
- Help Develop!
-
-
-
-
- Translators:
-
-
-
-
- Recognition Page
-
-
-
-
- Help Translate!
-
-
-
-
- Support:
-
-
-
-
- Report an Issue
-
-
-
-
- Troubleshooting
-
-
-
-
- F.A.Q.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 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
-
-
-
-
- Your account has not been activated yet.
-You need to provide the activation token received in the activation email
-
-
-
-
- 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
-
-
-
-
- C&ard Database
-
-
-
-
- Open custom image folder
-
-
-
-
- Open custom sets folder
-
-
-
-
- Add custom sets/cards
-
-
-
-
- &Edit sets...
-
-
-
-
- Edit &tokens...
-
-
-
-
- &About Cockatrice
-
-
-
-
- &Update Cockatrice
-
-
-
-
- &Help
-
-
-
-
- Check for card updates...
-
-
-
-
- Card database
-
-
-
-
- Cockatrice is unable to load the card database.
-Do you want to update your card database now?
-If unsure or first time user, choose "Yes"
-
-
-
-
-
- Yes
-
-
-
-
-
- No
-
-
-
-
- Open settings
-
-
-
-
- New sets found
-
-
-
-
- %1 new set(s) have been found in the card database.
-Do you want to enable them?
-
-
-
-
- View sets
-
-
-
-
- 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.
-
-
-
-
-
-
- Information
-
-
-
-
- A card database update is already running.
-
-
-
-
- Unable to run the card database updater:
-
-
-
-
- failed to start.
-
-
-
-
- crashed.
-
-
-
-
- timed out.
-
-
-
-
- write error.
-
-
-
-
- read error.
-
-
-
-
- unknown error.
-
-
-
-
- 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.
-
-
-
-
-
-
-
- Load sets/cards
-
-
-
-
- Selected file cannot be found.
-
-
-
-
- The new sets/cards have been added successfully.
-Cockatrice will now reload the card database.
-
-
-
-
- Sets/cards failed to import.
-
-
-
-
- MessageLogWidget
-
-
- You have joined game #%1.
- female
-
-
-
-
- You have joined game #%1.
- male
-
-
-
-
- You are watching a replay of game #%1.
- female
-
-
-
-
- You are watching a replay of game #%1.
- male
-
-
-
-
- %1 has joined the game.
- female
-
-
-
-
- %1 has joined the game.
- male
-
-
-
-
- %1 has left the game.
- female
-
-
-
-
- %1 has left the game.
- male
-
-
-
-
- The game has been closed.
-
-
-
-
- You have been kicked out of the game.
-
-
-
-
- %1 is now watching the game.
-
-
-
-
- %1 is not watching the game any more.
-
-
-
-
- %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
-
-
-
-
- The game has started.
-
-
-
-
- %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
-
-
-
-
- Heads (1)
-
-
-
-
- Tails (2)
-
-
-
-
- %1 flipped a coin. It landed as %2.
- female
-
-
-
-
- %1 flipped a coin. It landed as %2.
- male
-
-
-
-
- %1 rolls a %2 with a %3-sided die.
- female
-
-
-
-
- %1 rolls a %2 with a %3-sided die.
- male
-
-
-
-
- %1 draws %2 card(s).
- female
-
-
-
-
- %1 draws %2 card(s).
- male
-
-
-
-
- %1 undoes her last draw.
-
-
-
-
- %1 undoes his last draw.
-
-
-
-
- %1 undoes her last draw (%2).
-
-
-
-
- %1 undoes his last draw (%2).
-
-
-
-
- from play
-
-
-
-
- from her graveyard
-
-
-
-
- from his graveyard
-
-
-
-
- from exile
-
-
-
-
- from her hand
-
-
-
-
- from his hand
-
-
-
-
- the top card of %1's library
-
-
-
-
- the top card of her library
-
-
-
-
- the top card of his library
-
-
-
-
- from the top of %1's library
-
-
-
-
- from the top of her library
-
-
-
-
- from the top of his library
-
-
-
-
- the bottom card of %1's library
-
-
-
-
- the bottom card of her library
-
-
-
-
- the bottom card of his library
-
-
-
-
- from the bottom of %1's library
-
-
-
-
- from the bottom of her library
-
-
-
-
- from the bottom of his library
-
-
-
-
- from %1's library
-
-
-
-
- from library
-
-
-
-
- from sideboard
-
-
-
-
- from the stack
-
-
-
-
-
- a card
-
-
-
-
- %1 gives %2 control over %3.
-
-
-
-
- %1 puts %2 into play tapped%3.
-
-
-
-
- %1 puts %2 into play%3.
-
-
-
-
- %1 puts %2%3 into her graveyard.
-
-
-
-
- %1 puts %2%3 into his graveyard.
-
-
-
-
- %1 exiles %2%3.
-
-
-
-
- %1 moves %2%3 to her hand.
-
-
-
-
- %1 moves %2%3 to his hand.
-
-
-
-
- %1 puts %2%3 into her library.
-
-
-
-
- %1 puts %2%3 into his library.
-
-
-
-
- %1 puts %2%3 on bottom of her library.
-
-
-
-
- %1 puts %2%3 on bottom of his library.
-
-
-
-
- %1 puts %2%3 on top of her library.
-
-
-
-
- %1 puts %2%3 on top of his library.
-
-
-
-
- %1 puts %2%3 into her library at position %4.
-
-
-
-
- %1 puts %2%3 into his 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 draws her initial hand.
-
-
-
-
- %1 draws his initial hand.
-
-
-
-
- %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 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 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
-
-
-
-
- %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
-
-
-
-
- red
-
-
-
-
- yellow
-
-
-
-
- green
-
-
-
-
- %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 %2 card(s) %3.
- female
-
-
-
-
- %1 is looking at the top %2 card(s) %3.
- 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 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
-
-
-
-
- untap step
-
-
-
-
- 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
-
-
-
-
- ending phase
-
-
-
-
- It is now the %1.
-
-
-
-
- MessagesSettingsPage
-
-
- Add message
-
-
-
-
- Message:
-
-
-
-
- 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
-
-
-
-
-
- Invert text color
-
-
-
-
- Enable desktop notifications for private messages
-
-
-
-
- Enable desktop notification for mentions
-
-
-
-
- Enable room message history on join
-
-
-
-
-
- (Color is hexadecimal)
-
-
-
-
- Separate words with a space, alphanumeric characters only
-
-
-
-
- PhasesToolbar
-
-
- Untap step
-
-
-
-
- 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
-
-
-
-
- End of turn step
-
-
-
-
- Player
-
-
- Reveal top cards of library
-
-
-
-
- Number of cards: (max. %1)
-
-
-
-
- &View graveyard
-
-
-
-
- &View exile
-
-
-
-
- Player "%1"
-
-
-
-
-
-
-
- &Graveyard
-
-
-
-
-
-
-
- &Exile
-
-
-
-
- &Move hand to...
-
-
-
-
-
-
-
- &Top of library
-
-
-
-
-
-
-
- &Bottom of library
-
-
-
-
- &Move graveyard to...
-
-
-
-
-
-
-
- &Hand
-
-
-
-
- &Move exile to...
-
-
-
-
- &View library
-
-
-
-
- View &top cards of library...
-
-
-
-
- Reveal &library to...
-
-
-
-
- Reveal t&op cards to...
-
-
-
-
- &Always reveal top card
-
-
-
-
- O&pen deck in deck editor
-
-
-
-
- &View sideboard
-
-
-
-
- &Draw card
-
-
-
-
- D&raw cards...
-
-
-
-
- &Undo last draw
-
-
-
-
- Take &mulligan
-
-
-
-
- &Shuffle
-
-
-
-
- Play top card &face down
-
-
-
-
- Move top cards to &graveyard...
-
-
-
-
- Move top cards to &exile...
-
-
-
-
- Put top card on &bottom
-
-
-
-
- Put bottom card &in graveyard
-
-
-
-
- &Reveal hand to...
-
-
-
-
- Reveal r&andom card to...
-
-
-
-
- &Sideboard
-
-
-
-
- &Library
-
-
-
-
- &Counters
-
-
-
-
- &Untap all permanents
-
-
-
-
- R&oll die...
-
-
-
-
- &Create token...
-
-
-
-
- C&reate another token
-
-
-
-
- Cr&eate predefined token
-
-
-
-
- S&ay
-
-
-
-
- C&ard
-
-
-
-
- &All players
-
-
-
-
- &Play
-
-
-
-
- &Hide
-
-
-
-
- Play &Face Down
-
-
-
-
- &Tap
-
-
-
-
- &Untap
-
-
-
-
- Toggle &normal untapping
-
-
-
-
- &Flip
-
-
-
-
- &Peek at card face
-
-
-
-
- &Clone
-
-
-
-
- Attac&h to card...
-
-
-
-
- Unattac&h
-
-
-
-
- &Draw arrow...
-
-
-
-
- &Increase power
-
-
-
-
- &Decrease power
-
-
-
-
- I&ncrease toughness
-
-
-
-
- D&ecrease toughness
-
-
-
-
- In&crease power and toughness
-
-
-
-
- Dec&rease power and toughness
-
-
-
-
- Set &power and toughness...
-
-
-
-
- &Set annotation...
-
-
-
-
- Red
-
-
-
-
- Yellow
-
-
-
-
- Green
-
-
-
-
- &Add counter (%1)
-
-
-
-
- &Remove counter (%1)
-
-
-
-
- &Set counters (%1)...
-
-
-
-
- View top cards of library
-
-
-
-
- Number of cards:
-
-
-
-
- Draw cards
-
-
-
-
-
-
-
- Number:
-
-
-
-
- Move top cards to grave
-
-
-
-
- Move top cards to exile
-
-
-
-
- Roll die
-
-
-
-
- Number of sides:
-
-
-
-
- Set power/toughness
-
-
-
-
- Please enter the new PT:
-
-
-
-
- Set annotation
-
-
-
-
- Please enter the new annotation:
-
-
-
-
- Set counters
-
-
-
-
-
- Cr&eate related card
-
-
-
-
- QMenuBar
-
-
- Services
-
-
-
-
- Hide %1
-
-
-
-
- Hide Others
-
-
-
-
- Show All
-
-
-
-
- Preferences...
-
-
-
-
- Quit %1
-
-
-
-
- About %1
-
-
-
-
- QObject
-
-
- Cockatrice card database (*.xml)
-
-
-
-
-
- All files (*.*)
-
-
-
-
- Cockatrice replays (*.cor)
-
-
-
-
- Common deck formats (*.cod *.dec *.txt *.mwDeck)
-
-
-
-
- RemoteDeckList_TreeModel
-
-
- Name
-
-
-
-
- ID
-
-
-
-
- Upload time
-
-
-
-
- RemoteReplayList_TreeModel
-
-
- ID
-
-
-
-
- Name
-
-
-
-
- Players
-
-
-
-
- Keep
-
-
-
-
- Time started
-
-
-
-
- Duration (sec)
-
-
-
-
- RoomSelector
-
-
- Rooms
-
-
-
-
- Joi&n
-
-
-
-
- Room
-
-
-
-
- Description
-
-
-
-
- Permissions
-
-
-
-
- Players
-
-
-
-
- Games
-
-
-
-
- SequenceEdit
-
-
- Shortcut already in use
-
-
-
-
- SetsModel
-
-
- Enabled
-
-
-
-
- Set type
-
-
-
-
- Set code
-
-
-
-
- Long name
-
-
-
-
- Release date
-
-
-
-
- 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
-
-
- &Reason for shutdown:
-
-
-
-
- &Time until shutdown (minutes):
-
-
-
-
- Shut down server
-
-
-
-
- SoundSettingsPage
-
-
- Enable &sounds
-
-
-
-
- Current sounds theme:
-
-
-
-
- Test system sound engine
-
-
-
-
- Sound settings
-
-
-
-
- Master volume requires QT5
-
-
-
-
- Master volume
-
-
-
-
- TabAdmin
-
-
- Administration
-
-
-
-
- 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?
-
-
-
-
- TabDeckEditor
-
-
- &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
-
-
-
-
- &Print deck...
-
-
-
-
- &Analyze deck on deckstats.net
-
-
-
-
- &Close
-
-
-
-
- Add card to &maindeck
-
-
-
-
- Add card to &sideboard
-
-
-
-
- &Remove row
-
-
-
-
- &Increment number
-
-
-
-
- &Decrement number
-
-
-
-
- &Deck Editor
-
-
-
-
-
- Card Info
-
-
-
-
-
- Deck
-
-
-
-
-
- Filters
-
-
-
-
- &View
-
-
-
-
-
-
- Visible
-
-
-
-
-
-
- Floating
-
-
-
-
- Reset layout
-
-
-
-
- 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
-
-
-
-
- TabDeckStorage
-
-
- Deck storage
-
-
-
-
- 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
-
-
-
-
- TabGame
-
-
-
- Replay
-
-
-
-
- Game
-
-
-
-
-
- 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.
-
-
-
-
- TabLog
-
-
- Logs
-
-
-
-
-
-
- Time;SenderName;SenderIP;Message;TargetID;TargetName
-
-
-
-
- Room Logs
-
-
-
-
- Game Logs
-
-
-
-
- Chat 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
-
-
-
-
-
- Message History
-
-
-
-
- Failed to collect message history information.
-
-
-
-
- There are no messages for the selected filters.
-
-
-
-
- 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.
-
-
-
-
- TabReplays
-
-
- Game replays
-
-
-
-
- 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?
-
-
-
-
- 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.
-
-
-
-
- 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
-
-
- Account
-
-
-
-
- Add to Buddy List
-
-
-
-
- Add to Ignore List
-
-
-
-
- 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.
-
-
-
-
- UserInfoBox
-
-
- User information
-
-
-
-
- Real name:
-
-
-
-
- Pronouns:
-
-
-
-
- Location:
-
-
-
-
- User level:
-
-
-
-
- Account Age:
-
-
-
-
- Edit
-
-
-
-
- Change password
-
-
-
-
- Change avatar
-
-
-
-
- Administrator
-
-
-
-
- Moderator
-
-
-
-
- Registered user
-
-
-
-
-
- Unregistered user
-
-
-
-
- Unknown
-
-
-
-
- Year
-
-
-
-
- Years
-
-
-
-
- Day
-
-
-
-
- Days
-
-
-
-
-
-
- Information
-
-
-
-
- User information updated.
-
-
-
-
-
-
-
-
-
-
-
- Error
-
-
-
-
- This server does not permit you to update your user informations.
-
-
-
-
-
- An error occured while trying to update your user informations.
-
-
-
-
- Password changed.
-
-
-
-
- This server does not permit you to change your password.
-
-
-
-
- The new password is too short.
-
-
-
-
- The old password is incorrect.
-
-
-
-
- Avatar updated.
-
-
-
-
- This server does not permit you to update your avatar.
-
-
-
-
- An error occured while trying to updater your avatar.
-
-
-
-
- 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
-
-
-
-
- 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
-
-
- Move selected set to the top
-
-
-
-
- Move selected set up
-
-
-
-
- Move selected set down
-
-
-
-
- Move selected set to the bottom
-
-
-
-
- Enable all sets
-
-
-
-
- Disable all sets
-
-
-
-
- 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.
-
-
-
-
- ZoneViewWidget
-
-
- sort by name
-
-
-
-
- sort by type
-
-
-
-
- shuffle when closing
-
-
-
-
- pile view
-
-
-
-
- shortcutsTab
-
-
- Form
-
-
-
-
- Main Window
-
-
-
-
- Deck editor
-
-
-
-
- Local gameplay
-
-
-
-
- Watch replay
-
-
-
-
- Connect
-
-
-
-
- Register
-
-
-
-
- Full screen
-
-
-
-
- Settings
-
-
-
-
- Check for card updates
-
-
-
-
- Disconnect
-
-
-
-
- Exit
-
-
-
-
- Deck Editor
-
-
-
-
- Analyze deck
-
-
-
-
- Load deck (clipboard)
-
-
-
-
- Clear all filters
-
-
-
-
- New deck
-
-
-
-
- Clear selected filter
-
-
-
-
- Open custom pic 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
-
-
-
-
- Main Window | 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
-
-
-
-
- Upkeep
-
-
-
-
-
- Draw
-
-
-
-
- Main 1
-
-
-
-
- Start combat
-
-
-
-
- Attack
-
-
-
-
- Block
-
-
-
-
- Damage
-
-
-
-
- End combat
-
-
-
-
- Main 2
-
-
-
-
- End
-
-
-
-
- Next phase
-
-
-
-
- Next turn
-
-
-
-
- Playing Area
-
-
-
-
- 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 | Playing Area
-
-
-
-
- Move card to
-
-
-
-
- Bottom library
-
-
-
-
- Top library
-
-
-
-
-
- Graveyard
-
-
-
-
-
- Exile
-
-
-
-
- Hand
-
-
-
-
- View
-
-
-
-
- Library
-
-
-
-
- Tops card of library
-
-
-
-
- Sideboard
-
-
-
-
- Close recent view
-
-
-
-
- Game Lobby
-
-
-
-
- Load remote deck
-
-
-
-
- Load local deck
-
-
-
-
- Gameplay
-
-
-
-
- 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
-
-
-
-
- Draw | Move | View | Gameplay
-
-
-
-
- How to set custom shortcuts
-
-
-
-
- Restore all default shortcuts
-
-
-
-
- Clear all shortcuts
-
-
-
-
\ No newline at end of file
diff --git a/cockatrice/translations/cockatrice_uk.ts b/cockatrice/translations/cockatrice_uk.ts
deleted file mode 100644
index d23dbaf3..00000000
--- a/cockatrice/translations/cockatrice_uk.ts
+++ /dev/null
@@ -1,6005 +0,0 @@
-
-
- AbstractCounter
-
-
- &Set counter...
-
-
-
-
- Set counter
-
-
-
-
- New value for counter '%1':
-
-
-
-
- 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:
-
-
-
-
- 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.
-
-
-
-
- CardDatabase
-
-
- New sets found
-
-
-
-
- %1 new set(s) have been found in the card database. Do you want to enable them?
-
-
-
-
- CardDatabaseModel
-
-
- Name
-
-
-
-
- Sets
-
-
-
-
- Mana cost
-
-
-
-
- Card type
-
-
-
-
- P/T
-
-
-
-
- CardFrame
-
-
- Image
-
-
-
-
- Description
-
-
-
-
- Both
-
-
-
-
- CardInfoText
-
-
- Name:
-
-
-
-
- Mana cost:
-
-
-
-
- Color(s):
-
-
-
-
- Card type:
-
-
-
-
- P / T:
-
-
-
-
- Loyalty:
-
-
-
-
- CardInfoWidget
-
-
- Show card only
-
-
-
-
- Show text only
-
-
-
-
- Show full info
-
-
-
-
- Name:
-
-
-
-
- Mana cost:
-
-
-
-
- Color(s):
-
-
-
-
- Card type:
-
-
-
-
- P / T:
-
-
-
-
- Loyalty:
-
-
-
-
- CardItem
-
-
- &Power / toughness
-
-
-
-
- &Move to
-
-
-
-
- CardZone
-
-
- her hand
- nominative, female owner
-
-
-
-
- %1's hand
- nominative, female owner
-
-
-
-
- his hand
- nominative, male owner
-
-
-
-
- %1's hand
- nominative, male owner
-
-
-
-
- her library
- look at zone, female owner
-
-
-
-
- %1's library
- look at zone, female owner
-
-
-
-
- his library
- look at zone, male owner
-
-
-
-
- %1's library
- look at zone, male owner
-
-
-
-
- of her library
- top cards of zone, female owner
-
-
-
-
- of %1's library
- top cards of zone, female owner
-
-
-
-
- of his library
- top cards of zone, male owner
-
-
-
-
- of %1's library
- top cards of zone, male owner
-
-
-
-
- her library
- reveal zone, female owner
-
-
-
-
- %1's library
- reveal zone, female owner
-
-
-
-
- his library
- reveal zone, male owner
-
-
-
-
- %1's library
- reveal zone, male owner
-
-
-
-
- her library
- shuffle, female owner
-
-
-
-
- %1's library
- shuffle, female owner
-
-
-
-
- his library
- shuffle, male owner
-
-
-
-
- %1's library
- shuffle, male owner
-
-
-
-
- her sideboard
- look at zone, female owner
-
-
-
-
- %1's sideboard
- look at zone, female owner
-
-
-
-
- his sideboard
- look at zone, male owner
-
-
-
-
- %1's sideboard
- look at zone, male owner
-
-
-
-
- her library
- nominative, female owner
-
-
-
-
- %1's library
- nominative, female owner
-
-
-
-
- his library
- nominative, male owner
-
-
-
-
- %1's library
- nominative, male owner
-
-
-
-
- her graveyard
- nominative, female owner
-
-
-
-
- %1's graveyard
- nominative, female owner
-
-
-
-
- his graveyard
- nominative, male owner
-
-
-
-
- %1's graveyard
- nominative, male owner
-
-
-
-
- her exile
- nominative, female owner
-
-
-
-
- %1's exile
- nominative, female owner
-
-
-
-
- his exile
- nominative, male owner
-
-
-
-
- %1's exile
- nominative, male owner
-
-
-
-
- her sideboard
- nominative, female owner
-
-
-
-
- %1's sideboard
- nominative, female owner
-
-
-
-
- his sideboard
- nominative, male owner
-
-
-
-
- %1's sideboard
- nominative, male owner
-
-
-
-
- DeckEditorSettingsPage
-
-
- Nothing is here... yet
-
-
-
-
- General
-
-
-
-
- DeckListModel
-
-
- Number
-
-
-
-
- Card
-
-
-
-
- Price
-
-
-
-
- DeckStatsInterface
-
-
-
- Error
-
-
-
-
- The reply from the server could not be parsed.
-
-
-
-
- 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.
-
-
-
-
- DlgCardSearch
-
-
- Card name:
-
-
-
-
- Card text:
-
-
-
-
- Card type (OR):
-
-
-
-
- Color (OR):
-
-
-
-
- O&K
-
-
-
-
- &Cancel
-
-
-
-
- Card search
-
-
-
-
- DlgConnect
-
-
- Previous Host
-
-
-
-
- New Host
-
-
-
-
- &Host:
-
-
-
-
- Enter host name
-
-
-
-
- &Port:
-
-
-
-
- Player &name:
-
-
-
-
- P&assword:
-
-
-
-
- &Save password
-
-
-
-
- A&uto connect at start
-
-
-
-
- Connect to server
-
-
-
-
- DlgCreateGame
-
-
- &Description:
-
-
-
-
- &Password:
-
-
-
-
- P&layers:
-
-
-
-
- Re&member settings
-
-
-
-
- Game type
-
-
-
-
- Only &buddies can join
-
-
-
-
- Only ®istered users can join
-
-
-
-
- Joining restrictions
-
-
-
-
- &Spectators can watch
-
-
-
-
- Spectators &need a password to watch
-
-
-
-
- Spectators can see &hands
-
-
-
-
- Spectators can &chat
-
-
-
-
- Spectators
-
-
-
-
- &Clear
-
-
-
-
- Create game
-
-
-
-
- Game information
-
-
-
-
- Error
-
-
-
-
- Server error.
-
-
-
-
- DlgCreateToken
-
-
- &Name:
-
-
-
-
- Token
-
-
-
-
- C&olor:
-
-
-
-
- white
-
-
-
-
- blue
-
-
-
-
- black
-
-
-
-
- red
-
-
-
-
- green
-
-
-
-
- multicolor
-
-
-
-
- colorless
-
-
-
-
- &P/T:
-
-
-
-
- &Annotation:
-
-
-
-
- &Destroy token when it leaves the table
-
-
-
-
- Token data
-
-
-
-
- Show &all tokens
-
-
-
-
- Show tokens from this &deck
-
-
-
-
- Choose token from list
-
-
-
-
- Create token
-
-
-
-
- DlgEditAvatar
-
-
-
- No image chosen.
-
-
-
-
- To change your avatar, choose a new image.
-To remove your current avatar, confirm without choosing a new image.
-
-
-
-
- Browse...
-
-
-
-
- Change avatar
-
-
-
-
- Open Image
-
-
-
-
- Image Files (*.png *.jpg *.bmp)
-
-
-
-
- Invalid image chosen.
-
-
-
-
- DlgEditPassword
-
-
- Old password:
-
-
-
-
- New password:
-
-
-
-
- Confirm new password:
-
-
-
-
- Change password
-
-
-
-
- Error
-
-
-
-
- The new passwords don't match.
-
-
-
-
- DlgEditTokens
-
-
- &Name:
-
-
-
-
- C&olor:
-
-
-
-
- white
-
-
-
-
- blue
-
-
-
-
- black
-
-
-
-
- red
-
-
-
-
- green
-
-
-
-
- multicolor
-
-
-
-
- colorless
-
-
-
-
- &P/T:
-
-
-
-
- &Annotation:
-
-
-
-
- Token data
-
-
-
-
-
- Add token
-
-
-
-
- Remove token
-
-
-
-
- Edit tokens
-
-
-
-
- Please enter the name of the token:
-
-
-
-
- Error
-
-
-
-
- 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.
-
-
-
-
- DlgEditUser
-
-
- Email:
-
-
-
-
- Pronouns:
-
-
-
-
- Neutral
-
-
-
-
- Masculine
-
-
-
-
- Feminine
-
-
-
-
- Country:
-
-
-
-
- Undefined
-
-
-
-
- Real name:
-
-
-
-
- Edit user profile
-
-
-
-
- DlgFilterGames
-
-
- Show &unavailable games
-
-
-
-
- Show &password protected games
-
-
-
-
- Game &description:
-
-
-
-
- &Creator name:
-
-
-
-
- &Game types
-
-
-
-
- at &least:
-
-
-
-
- at &most:
-
-
-
-
- Maximum player count
-
-
-
-
- Filter games
-
-
-
-
- DlgLoadDeckFromClipboard
-
-
- &Refresh
-
-
-
-
- Load deck from clipboard
-
-
-
-
-
- Error
-
-
-
-
-
- Invalid deck list.
-
-
-
-
- DlgLoadRemoteDeck
-
-
- Load deck
-
-
-
-
- DlgRegister
-
-
- &Host:
-
-
-
-
- &Port:
-
-
-
-
- Player &name:
-
-
-
-
- P&assword:
-
-
-
-
- Password (again):
-
-
-
-
- Email:
-
-
-
-
- Email (again):
-
-
-
-
- Pronouns:
-
-
-
-
- Neutral
-
-
-
-
- Masculine
-
-
-
-
- Feminine
-
-
-
-
- Undefined
-
-
-
-
-
- Registration Warning
-
-
-
-
- Your passwords do not match, please try again.
-
-
-
-
- Your email addresses do not match, please try again.
-
-
-
-
- Country:
-
-
-
-
- Real name:
-
-
-
-
- Register to server
-
-
-
-
- DlgSettings
-
-
-
-
- Error
-
-
-
-
- Unknown Error loading card database
-
-
-
-
- Your card database is invalid.
-
-Cockatrice may not function correctly with an invalid database
-
-You may need to rerun oracle to update your card database.
-
-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
-
-Usually this can be fixed by rerunning oracle to to update your card database.
-
-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
-
-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
-
-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
-
-
-
-
- GameSelector
-
-
-
-
-
-
-
-
-
-
- Error
-
-
-
-
- Please join the appropriate room first.
-
-
-
-
- Wrong password.
-
-
-
-
- Spectators are not allowed in this game.
-
-
-
-
- The game is already full.
-
-
-
-
- The game does not exist any more.
-
-
-
-
- This game is only open to registered users.
-
-
-
-
- This game is only open to its creator's buddies.
-
-
-
-
- You are being ignored by the creator of this game.
-
-
-
-
- Join game
-
-
-
-
- Password:
-
-
-
-
- Please join the respective room first.
-
-
-
-
- Games
-
-
-
-
- &Filter games
-
-
-
-
- C&lear filter
-
-
-
-
- C&reate
-
-
-
-
- &Join
-
-
-
-
- J&oin as spectator
-
-
-
-
- GamesModel
-
-
- Game Created
-
-
-
-
- Creator
-
-
-
-
- Description
-
-
-
-
- <1m ago
-
-
-
-
- <5m ago
-
-
-
-
- %1m ago
-
-
-
-
- 1hr %1m ago
-
-
-
-
- %1hr ago
-
-
-
-
- 5+ hrs ago
-
-
-
-
- password
-
-
-
-
- buddies only
-
-
-
-
- reg. users only
-
-
-
-
-
- can chat
-
-
-
-
- see hands
-
-
-
-
- can see hands
-
-
-
-
- not allowed
-
-
-
-
- Room
-
-
-
-
- Game Type
-
-
-
-
- Restrictions
-
-
-
-
- Players
-
-
-
-
- Spectators
-
-
-
-
- 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
-
-
-
-
- Custom Card Download URL:
-
-
-
-
- Linking FAQ
-
-
-
-
- Notify when new client features are available
-
-
-
-
- Paths
-
-
-
-
- Decks directory:
-
-
-
-
- Replays directory:
-
-
-
-
- Pictures directory:
-
-
-
-
- Card database:
-
-
-
-
- Token database:
-
-
-
-
- Picture cache size:
-
-
-
-
-
- English
-
-
-
-
- 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!
-
-
-
-
- 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
-
-
-
-
- &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.
-
-
-
-
- MessageLogWidget
-
-
- The game has been closed.
-
-
-
-
- %1 is now watching the game.
-
-
-
-
- %1 is not watching the game any more.
-
-
-
- %1 draws %n card(s).
-
- %1 draws a card.
- %1 draws %n cards.
-
-
-
-
- You have joined game #%1.
- female
-
-
-
-
- You have joined game #%1.
- male
-
-
-
-
- You are watching a replay of game #%1.
- female
-
-
-
-
- You are watching a replay of game #%1.
- male
-
-
-
-
- %1 has joined the game.
- female
-
-
-
-
- %1 has joined the game.
- male
-
-
-
-
- %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.
- 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
-
-
-
- %1 draws %n card(s).
- female
-
- %1 draws a card.
- %1 draws %n cards.
-
-
-
- %1 draws %n card(s).
- male
-
- %1 draws a card.
- %1 draws %n cards.
-
-
-
-
- %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
-
-
-
-
- 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
-
-
-
- %1 places %n %2 counter(s) on %3 (now %4).
- female
-
-
-
- %1 places %n %2 counter(s) on %3 (now %4).
- male
-
-
-
- %1 removes %n %2 counter(s) from %3 (now %4).
- female
-
-
-
- %1 removes %n %2 counter(s) from %3 (now %4).
- male
-
-
-
-
- %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 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 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
-
-
-
- %1 places %n counter(s) (%2) on %3 (now %4).
-
- %1 places a counter (%2) on %3 (now %4).
- %1 places %n counters (%2) on %3 (now %4).
-
-
-
- %1 removes %n counter(s) (%2) from %3 (now %4).
-
- %1 removes a counter (%2) from %3 (now %4).
- %1 removes %n counters (%2) from %3 (now %4).
-
-
-
-
- red
-
-
-
-
- yellow
-
-
-
-
- green
-
-
-
-
- The game has started.
-
-
-
-
- %1 draws his initial hand.
-
-
-
-
- %1 draws her initial hand.
-
-
-
- %1 places %n %2 counter(s) on %3 (now %4).
-
- %1 places a %2 counter on %3 (now %4).
- %1 places %n %2 counters on %3 (now %4).
-
-
-
- %1 removes %n %2 counter(s) from %3 (now %4).
-
- %1 removes a %2 counter from %3 (now %4).
- %1 removes %n %2 counters from %3 (now %4).
-
-
-
-
- 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.
-
-
-
-
- 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
-
-
-
-
- Separate words with a space, alphanumeric characters only
-
-
-
-
-
- Invert text color
-
-
-
-
- Enable desktop notification for mentions.
-
-
-
-
-
- (Color is hexadecimal)
-
-
-
-
- Add message
-
-
-
-
- Message:
-
-
-
-
- PhasesToolbar
-
-
- Untap step
-
-
-
-
- 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
-
-
-
-
- End of turn step
-
-
-
-
- Player
-
-
- &View library
-
-
-
-
- Move top cards to &graveyard...
-
-
-
-
- View &top cards of library...
-
-
-
-
- &View graveyard
-
-
-
-
- &View sideboard
-
-
-
-
- Player "%1"
-
-
-
-
-
-
-
- &Hand
-
-
-
-
- &Reveal hand to...
-
-
-
-
- Reveal r&andom card to...
-
-
-
-
- &Library
-
-
-
-
-
-
-
- &Graveyard
-
-
-
-
- &Sideboard
-
-
-
-
- Red
-
-
-
-
- Yellow
-
-
-
-
- Green
-
-
-
-
- View top cards of library
-
-
-
-
- Number of cards:
-
-
-
-
- &Draw card
-
-
-
-
- Reveal top cards of library
-
-
-
-
- Number of cards: (max. %1)
-
-
-
-
- &View exile
-
-
-
-
-
-
-
- &Exile
-
-
-
-
- Reveal t&op cards to...
-
-
-
-
- D&raw cards...
-
-
-
-
- Take &mulligan
-
-
-
-
- &Shuffle
-
-
-
-
- &Counters
-
-
-
-
- &Untap all permanents
-
-
-
-
- R&oll die...
-
-
-
-
- &Create token...
-
-
-
-
- C&reate another token
-
-
-
-
- S&ay
-
-
-
-
- &Move hand to...
-
-
-
-
-
-
-
- &Top of library
-
-
-
-
-
-
-
- &Bottom of library
-
-
-
-
- &Move graveyard to...
-
-
-
-
- &Move exile to...
-
-
-
-
- Reveal &library to...
-
-
-
-
- &Always reveal top card
-
-
-
-
- O&pen deck in deck editor
-
-
-
-
- &Undo last draw
-
-
-
-
- Play top card &face down
-
-
-
-
- Move top cards to &exile...
-
-
-
-
- Put top card on &bottom
-
-
-
-
- Put bottom card &in graveyard
-
-
-
-
- Cr&eate predefined token
-
-
-
-
- C&ard
-
-
-
-
- &All players
-
-
-
-
- &Play
-
-
-
-
- &Hide
-
-
-
-
- Play &Face Down
-
-
-
-
- &Tap
-
-
-
-
- &Untap
-
-
-
-
- Toggle &normal untapping
-
-
-
-
- &Flip
-
-
-
-
- &Peek at card face
-
-
-
-
- &Clone
-
-
-
-
- Attac&h to card...
-
-
-
-
- Unattac&h
-
-
-
-
- &Draw arrow...
-
-
-
-
- &Increase power
-
-
-
-
- &Decrease power
-
-
-
-
- I&ncrease toughness
-
-
-
-
- D&ecrease toughness
-
-
-
-
- In&crease power and toughness
-
-
-
-
- Dec&rease power and toughness
-
-
-
-
- Set &power and toughness...
-
-
-
-
- &Set annotation...
-
-
-
-
- &Add counter (%1)
-
-
-
-
- &Remove counter (%1)
-
-
-
-
- &Set counters (%1)...
-
-
-
-
- Draw cards
-
-
-
-
-
-
-
- Number:
-
-
-
-
- Move top cards to grave
-
-
-
-
- Move top cards to exile
-
-
-
-
- Roll die
-
-
-
-
- Number of sides:
-
-
-
-
- Set power/toughness
-
-
-
-
- Please enter the new PT:
-
-
-
-
- Set annotation
-
-
-
-
- Please enter the new annotation:
-
-
-
-
- Set counters
-
-
-
-
- Cr&eate related card
-
-
-
-
- QMenuBar
-
-
- Services
-
-
-
-
- Hide %1
-
-
-
-
- Hide Others
-
-
-
-
- Show All
-
-
-
-
- Preferences...
-
-
-
-
- Quit %1
-
-
-
-
- About %1
-
-
-
-
- QObject
-
-
- Cockatrice replays (*.cor)
-
-
-
-
- Common deck formats (*.cod *.dec *.mwDeck)
-
-
-
-
- All files (*.*)
-
-
-
-
- RemoteDeckList_TreeModel
-
-
- Name
-
-
-
-
- ID
-
-
-
-
- Upload time
-
-
-
-
- RemoteReplayList_TreeModel
-
-
- ID
-
-
-
-
- Name
-
-
-
-
- Players
-
-
-
-
- Keep
-
-
-
-
- Time started
-
-
-
-
- Duration (sec)
-
-
-
-
- RoomSelector
-
-
- Rooms
-
-
-
-
- Joi&n
-
-
-
-
- Room
-
-
-
-
- Description
-
-
-
-
- Permissions
-
-
-
-
- Players
-
-
-
-
- Games
-
-
-
-
-
- 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
-
-
-
-
- SetsModel
-
-
- Enabled
-
-
-
-
- Set type
-
-
-
-
- Set code
-
-
-
-
- Long name
-
-
-
-
- Release date
-
-
-
-
- ShutdownDialog
-
-
- &Reason for shutdown:
-
-
-
-
- &Time until shutdown (minutes):
-
-
-
-
- Shut down server
-
-
-
-
- SoundSettingsPage
-
-
- Choose path
-
-
-
-
- Enable &sounds
-
-
-
-
- Path to sounds directory:
-
-
-
-
- Test system sound engine
-
-
-
-
- Sound settings
-
-
-
-
- Master volume requires QT5
-
-
-
-
- Master volume
-
-
-
-
- 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?
-
-
-
-
- Administration
-
-
-
-
- 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...
-
-
-
-
- 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
-
-
-
-
- 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
-
-
-
-
- Deck storage
-
-
-
-
- TabGame
-
-
- &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:
-
-
-
-
- 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
-
-
-
-
- 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.
-
-
-
-
- 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?
-
-
-
-
- Game replays
-
-
-
-
- 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.
-
-
-
-
- TabServer
-
-
- Server
-
-
-
-
- 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.
-
-
-
-
- TabUserLists
-
-
- Add to Buddy List
-
-
-
-
- Add to Ignore List
-
-
-
-
- Account
-
-
-
-
- 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
-
-
-
-
- Ban from &server
-
-
-
-
- &Promote user to moderator
-
-
-
-
- Dem&ote user from moderator
-
-
-
-
- %1's games
-
-
-
-
-
- Success
-
-
-
-
- Successfully promoted user.
-
-
-
-
- Successfully demoted user.
-
-
-
-
-
- Failed
-
-
-
-
- Failed to promote user.
-
-
-
-
- Failed to demote user.
-
-
-
-
- UserInfoBox
-
-
- User information
-
-
-
-
- Real name:
-
-
-
-
- Pronouns:
-
-
-
-
- Location:
-
-
-
-
- User level:
-
-
-
-
- Account Age:
-
-
-
-
- Edit
-
-
-
-
- Change password
-
-
-
-
- Change avatar
-
-
-
-
- Administrator
-
-
-
-
- Moderator
-
-
-
-
- Registered user
-
-
-
-
-
- Unregistered user
-
-
-
-
- Unknown
-
-
-
-
- Year
-
-
-
-
- Years
-
-
-
-
- Day
-
-
-
-
- Days
-
-
-
-
-
-
- Information
-
-
-
-
- User information updated.
-
-
-
-
-
-
-
-
-
-
-
- Error
-
-
-
-
- This server does not permit you to update your user informations.
-
-
-
-
-
- An error occured while trying to update your user informations.
-
-
-
-
- Password changed.
-
-
-
-
- This server does not permit you to change your password.
-
-
-
-
- The new password is too short.
-
-
-
-
- The old password is incorrect.
-
-
-
-
- Avatar updated.
-
-
-
-
- This server does not permit you to update your avatar.
-
-
-
-
- An error occured while trying to updater your avatar.
-
-
-
-
- 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
-
-
-
-
- UserList
-
-
- Users connected to server: %1
-
-
-
-
- Users in this room: %1
-
-
-
-
- Buddies online: %1 / %2
-
-
-
-
- Ignored users online: %1 / %2
-
-
-
-
- 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.
-
-
-
-
- ZoneViewWidget
-
-
- sort by name
-
-
-
-
- sort by type
-
-
-
-
- shuffle when closing
-
-
-
-
- pile view
-
-
-
-
- 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
-
-
-
-
- Rotate view CW
-
-
-
-
- Shuffle library
-
-
-
-
- Rotate view CCW
-
-
-
-
- Mulligan
-
-
-
-
- Draw card
-
-
-
-
- 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_zh-Hant.ts b/cockatrice/translations/cockatrice_zh-Hant.ts
deleted file mode 100644
index 9f180b75..00000000
--- a/cockatrice/translations/cockatrice_zh-Hant.ts
+++ /dev/null
@@ -1,6414 +0,0 @@
-
-
- AbstractCounter
-
-
- &Set counter...
-
-
-
-
- Set counter
-
-
-
-
- New value for counter '%1':
-
-
-
-
- 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:
-
-
-
-
- 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.
-
-
-
-
- CardDatabaseModel
-
-
- Name
-
-
-
-
- Sets
-
-
-
-
- Mana cost
-
-
-
-
- Card type
-
-
-
-
- P/T
-
-
-
-
- CardFrame
-
-
- Image
-
-
-
-
- Description
-
-
-
-
- Both
-
-
-
-
- CardInfoText
-
-
- Name:
-
-
-
-
- Mana cost:
-
-
-
-
- Color(s):
-
-
-
-
- Card type:
-
-
-
-
- P / T:
-
-
-
-
- Loyalty:
-
-
-
-
- CardItem
-
-
- &Move to
-
-
-
-
- &Power / toughness
-
-
-
-
- CardZone
-
-
- her hand
- nominative, female owner
-
-
-
-
- %1's hand
- nominative, female owner
-
-
-
-
- his hand
- nominative, male owner
-
-
-
-
- %1's hand
- nominative, male owner
-
-
-
-
- her library
- look at zone, female owner
-
-
-
-
- %1's library
- look at zone, female owner
-
-
-
-
- his library
- look at zone, male owner
-
-
-
-
- %1's library
- look at zone, male owner
-
-
-
-
- of her library
- top cards of zone, female owner
-
-
-
-
- of %1's library
- top cards of zone, female owner
-
-
-
-
- of his library
- top cards of zone, male owner
-
-
-
-
- of %1's library
- top cards of zone, male owner
-
-
-
-
- her library
- reveal zone, female owner
-
-
-
-
- %1's library
- reveal zone, female owner
-
-
-
-
- his library
- reveal zone, male owner
-
-
-
-
- %1's library
- reveal zone, male owner
-
-
-
-
- her library
- shuffle, female owner
-
-
-
-
- %1's library
- shuffle, female owner
-
-
-
-
- his library
- shuffle, male owner
-
-
-
-
- %1's library
- shuffle, male owner
-
-
-
-
- her library
- nominative, female owner
-
-
-
-
- %1's library
- nominative, female owner
-
-
-
-
- his library
- nominative, male owner
-
-
-
-
- %1's library
- nominative, male owner
-
-
-
-
- her graveyard
- nominative, female owner
-
-
-
-
- %1's graveyard
- nominative, female owner
-
-
-
-
- his graveyard
- nominative, male owner
-
-
-
-
- %1's graveyard
- nominative, male owner
-
-
-
-
- her exile
- nominative, female owner
-
-
-
-
- %1's exile
- nominative, female owner
-
-
-
-
- his exile
- nominative, male owner
-
-
-
-
- %1's exile
- nominative, male owner
-
-
-
-
- her sideboard
- look at zone, female owner
-
-
-
-
- %1's sideboard
- look at zone, female owner
-
-
-
-
- his sideboard
- look at zone, male owner
-
-
-
-
- %1's sideboard
- look at zone, male owner
-
-
-
-
- her sideboard
- nominative, female owner
-
-
-
-
- %1's sideboard
- nominative, female owner
-
-
-
-
- his sideboard
- nominative, male owner
-
-
-
-
- %1's sideboard
- nominative, male owner
-
-
-
-
- DeckEditorSettingsPage
-
-
- Nothing is here... yet
-
-
-
-
- General
-
-
-
-
- DeckListModel
-
-
- Number
-
-
-
-
- Card
-
-
-
-
- Price
-
-
-
-
- DeckStatsInterface
-
-
-
- Error
-
-
-
-
- The reply from the server could not be parsed.
-
-
-
-
- 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.
-
-
-
-
- DlgCardSearch
-
-
- Card name:
-
-
-
-
- Card text:
-
-
-
-
- Card type (OR):
-
-
-
-
- Color (OR):
-
-
-
-
- O&K
-
-
-
-
- &Cancel
-
-
-
-
- Card search
-
-
-
-
- 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
-
-
- Re&member settings
-
-
-
-
- &Description:
-
-
-
-
- P&layers:
-
-
-
-
- Game type
-
-
-
-
- &Password:
-
-
-
-
- Only &buddies can join
-
-
-
-
- Only ®istered users can join
-
-
-
-
- Joining restrictions
-
-
-
-
- &Spectators can watch
-
-
-
-
- Spectators &need a password to watch
-
-
-
-
- Spectators can &chat
-
-
-
-
- Spectators can see &hands
-
-
-
-
- Spectators
-
-
-
-
- &Clear
-
-
-
-
- Create game
-
-
-
-
- Game information
-
-
-
-
- Error
-
-
-
-
- Server error.
-
-
-
-
- DlgCreateToken
-
-
- &Name:
-
-
-
-
- Token
-
-
-
-
- C&olor:
-
-
-
-
- white
-
-
-
-
- blue
-
-
-
-
- black
-
-
-
-
- red
-
-
-
-
- green
-
-
-
-
- multicolor
-
-
-
-
- colorless
-
-
-
-
- &P/T:
-
-
-
-
- &Annotation:
-
-
-
-
- &Destroy token when it leaves the table
-
-
-
-
- Token data
-
-
-
-
- Show &all tokens
-
-
-
-
- Show tokens from this &deck
-
-
-
-
- Choose token from list
-
-
-
-
- Create token
-
-
-
-
- DlgEditAvatar
-
-
-
- No image chosen.
-
-
-
-
- To change your avatar, choose a new image.
-To remove your current avatar, confirm without choosing a new image.
-
-
-
-
- Browse...
-
-
-
-
- Change avatar
-
-
-
-
- Open Image
-
-
-
-
- Image Files (*.png *.jpg *.bmp)
-
-
-
-
- Invalid image chosen.
-
-
-
-
- DlgEditPassword
-
-
- Old password:
-
-
-
-
- New password:
-
-
-
-
- Confirm new password:
-
-
-
-
- Change password
-
-
-
-
- Error
-
-
-
-
- The new passwords don't match.
-
-
-
-
- DlgEditTokens
-
-
- &Name:
-
-
-
-
- C&olor:
-
-
-
-
- white
-
-
-
-
- blue
-
-
-
-
- black
-
-
-
-
- red
-
-
-
-
- green
-
-
-
-
- multicolor
-
-
-
-
- colorless
-
-
-
-
- &P/T:
-
-
-
-
- &Annotation:
-
-
-
-
- Token data
-
-
-
-
-
- Add token
-
-
-
-
- Remove token
-
-
-
-
- Edit tokens
-
-
-
-
- Please enter the name of the token:
-
-
-
-
- Error
-
-
-
-
- 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.
-
-
-
-
- DlgEditUser
-
-
- Email:
-
-
-
-
- Pronouns:
-
-
-
-
- Neutral
-
-
-
-
- Masculine
-
-
-
-
- Feminine
-
-
-
-
- Country:
-
-
-
-
- Undefined
-
-
-
-
- Real name:
-
-
-
-
- Edit user profile
-
-
-
-
- DlgFilterGames
-
-
- Show &unavailable games
-
-
-
-
- Show &password protected games
-
-
-
-
- Game &description:
-
-
-
-
- &Creator name:
-
-
-
-
- &Game types
-
-
-
-
- at &least:
-
-
-
-
- at &most:
-
-
-
-
- Maximum player count
-
-
-
-
- Filter games
-
-
-
-
- DlgLoadDeckFromClipboard
-
-
- &Refresh
-
-
-
-
- Load deck from clipboard
-
-
-
-
-
- Error
-
-
-
-
-
- Invalid deck list.
-
-
-
-
- DlgLoadRemoteDeck
-
-
- Load deck
-
-
-
-
- DlgRegister
-
-
- &Host:
-
-
-
-
- &Port:
-
-
-
-
- Player &name:
-
-
-
-
- P&assword:
-
-
-
-
- Password (again):
-
-
-
-
- Email:
-
-
-
-
- Email (again):
-
-
-
-
- Pronouns:
-
-
-
-
- Neutral
-
-
-
-
- Masculine
-
-
-
-
- Feminine
-
-
-
-
- Country:
-
-
-
-
- Undefined
-
-
-
-
- Real name:
-
-
-
-
- Register to server
-
-
-
-
-
-
- Registration Warning
-
-
-
-
- Your passwords do not match, please try again.
-
-
-
-
- Your email addresses do not match, please try again.
-
-
-
-
- The player name can't be empty.
-
-
-
-
- DlgSettings
-
-
- Unknown Error loading card database
-
-
-
-
- Your card database is invalid.
-
-Cockatrice may not function correctly with an invalid database
-
-You may need to rerun oracle to update your card database.
-
-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
-
-Usually this can be fixed by rerunning oracle to to update your card database.
-
-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
-
-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?
-
-
-
-
- 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?
-
-
-
-
-
-
- Error
-
-
-
-
- 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
-
-
-
-
-
-
-
-
-
-
- Error
-
-
-
-
- Please join the appropriate room first.
-
-
-
-
- Wrong password.
-
-
-
-
- Spectators are not allowed in this game.
-
-
-
-
- The game is already full.
-
-
-
-
- The game does not exist any more.
-
-
-
-
- This game is only open to registered users.
-
-
-
-
- This game is only open to its creator's buddies.
-
-
-
-
- You are being ignored by the creator of this game.
-
-
-
-
- Join game
-
-
-
-
- Password:
-
-
-
-
- Please join the respective room first.
-
-
-
-
- Games
-
-
-
-
- &Filter games
-
-
-
-
- C&lear filter
-
-
-
-
- C&reate
-
-
-
-
- &Join
-
-
-
-
- J&oin as spectator
-
-
-
-
- GamesModel
-
-
- <1m ago
-
-
-
-
- <5m ago
-
-
-
-
- %1m ago
-
-
-
-
- 1hr %1m ago
-
-
-
-
- %1hr ago
-
-
-
-
- 5+ hrs ago
-
-
-
-
- password
-
-
-
-
- buddies only
-
-
-
-
- reg. users only
-
-
-
-
-
- can chat
-
-
-
-
- see hands
-
-
-
-
- can see hands
-
-
-
-
- not allowed
-
-
-
-
- Room
-
-
-
-
- Game Created
-
-
-
-
- Description
-
-
-
-
- Creator
-
-
-
-
- Game Type
-
-
-
-
- Restrictions
-
-
-
-
- Players
-
-
-
-
- Spectators
-
-
-
-
- GeneralSettingsPage
-
-
-
- English
- 繁體中文 (Chinese Traditional)
-
-
-
-
-
-
-
- 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
-
-
-
-
- Paths
-
-
-
-
- Decks directory:
-
-
-
-
- Replays directory:
-
-
-
-
- Pictures directory:
-
-
-
-
- Card database:
-
-
-
-
- Token database:
-
-
-
-
- Picture cache size:
-
-
-
-
- Primary download URL:
-
-
-
-
- Fallback download URL:
-
-
-
-
- How to set a custom picture url
-
-
-
-
- Reset/Clear Downloaded Pictures
-
-
-
-
- Notify when new client features are available
-
-
-
-
-
- Reset
-
-
-
-
- MainWindow
-
-
- The server has reached its maximum user capacity, please check back later.
-
-
-
-
- There are too many concurrent connections from your address.
-
-
-
-
- Banned by moderator
-
-
-
-
- Expected end time: %1
-
-
-
-
- This ban lasts indefinitely.
-
-
-
-
- Scheduled server shutdown.
-
-
-
-
-
- Invalid username.
-
-
-
-
- You have been logged out due to logging in at another location.
-
-
-
-
- Connection closed
-
-
-
-
- The server has terminated your connection.
-Reason: %1
-
-
-
-
- The server is going to be restarted in %n minute(s).
-All running games will be lost.
-Reason for shutdown: %1
-
-
-
-
- Scheduled server shutdown
-
-
-
-
-
- Success
-
-
-
-
- Registration accepted.
-Will now login.
-
-
-
-
- Account activation accepted.
-Will now login.
-
-
-
-
- Number of players
-
-
-
-
- Please enter the number of players.
-
-
-
-
-
- Player %1
-
-
-
-
- Load replay
-
-
-
-
- About Cockatrice
-
-
-
-
- Version %1
-
-
-
-
- Cockatrice Webpage
-
-
-
-
- Project Manager:
-
-
-
-
- Past Project Managers:
-
-
-
-
- Developers:
-
-
-
-
- Our Developers
-
-
-
-
- Help Develop!
-
-
-
-
- Translators:
-
-
-
-
- Recognition Page
-
-
-
-
- Help Translate!
-
-
-
-
- Support:
-
-
-
-
- Report an Issue
-
-
-
-
- Troubleshooting
-
-
-
-
- F.A.Q.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 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
-
-
-
-
- Your account has not been activated yet.
-You need to provide the activation token received in the activation email
-
-
-
-
- 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
-
-
-
-
- C&ard Database
-
-
-
-
- Open custom image folder
-
-
-
-
- Open custom sets folder
-
-
-
-
- Add custom sets/cards
-
-
-
-
- &Edit sets...
-
-
-
-
- Edit &tokens...
-
-
-
-
- &About Cockatrice
-
-
-
-
- &Update Cockatrice
-
-
-
-
- &Help
-
-
-
-
- Check for card updates...
-
-
-
-
- Card database
-
-
-
-
- Cockatrice is unable to load the card database.
-Do you want to update your card database now?
-If unsure or first time user, choose "Yes"
-
-
-
-
-
- Yes
-
-
-
-
-
- No
-
-
-
-
- Open settings
-
-
-
-
- New sets found
-
-
-
-
- %1 new set(s) have been found in the card database.
-Do you want to enable them?
-
-
-
-
- View sets
-
-
-
-
- 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.
-
-
-
-
-
-
- Information
-
-
-
-
- A card database update is already running.
-
-
-
-
- Unable to run the card database updater:
-
-
-
-
- failed to start.
-
-
-
-
- crashed.
-
-
-
-
- timed out.
-
-
-
-
- write error.
-
-
-
-
- read error.
-
-
-
-
- unknown error.
-
-
-
-
- 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.
-
-
-
-
-
-
-
- Load sets/cards
-
-
-
-
- Selected file cannot be found.
-
-
-
-
- The new sets/cards have been added successfully.
-Cockatrice will now reload the card database.
-
-
-
-
- Sets/cards failed to import.
-
-
-
-
- MessageLogWidget
-
-
- You have joined game #%1.
- female
-
-
-
-
- You have joined game #%1.
- male
-
-
-
-
- You are watching a replay of game #%1.
- female
-
-
-
-
- You are watching a replay of game #%1.
- male
-
-
-
-
- %1 has joined the game.
- female
-
-
-
-
- %1 has joined the game.
- male
-
-
-
-
- %1 has left the game.
- female
-
-
-
-
- %1 has left the game.
- male
-
-
-
-
- The game has been closed.
-
-
-
-
- You have been kicked out of the game.
-
-
-
-
- %1 is now watching the game.
-
-
-
-
- %1 is not watching the game any more.
-
-
-
-
- %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
-
-
-
-
- The game has started.
-
-
-
-
- %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
-
-
-
-
- Heads (1)
-
-
-
-
- Tails (2)
-
-
-
-
- %1 flipped a coin. It landed as %2.
- female
-
-
-
-
- %1 flipped a coin. It landed as %2.
- male
-
-
-
-
- %1 rolls a %2 with a %3-sided die.
- female
-
-
-
-
- %1 rolls a %2 with a %3-sided die.
- male
-
-
-
-
- %1 draws %2 card(s).
- female
-
-
-
-
- %1 draws %2 card(s).
- male
-
-
-
-
- %1 undoes her last draw.
-
-
-
-
- %1 undoes his last draw.
-
-
-
-
- %1 undoes her last draw (%2).
-
-
-
-
- %1 undoes his last draw (%2).
-
-
-
-
- from play
-
-
-
-
- from her graveyard
-
-
-
-
- from his graveyard
-
-
-
-
- from exile
-
-
-
-
- from her hand
-
-
-
-
- from his hand
-
-
-
-
- the top card of %1's library
-
-
-
-
- the top card of her library
-
-
-
-
- the top card of his library
-
-
-
-
- from the top of %1's library
-
-
-
-
- from the top of her library
-
-
-
-
- from the top of his library
-
-
-
-
- the bottom card of %1's library
-
-
-
-
- the bottom card of her library
-
-
-
-
- the bottom card of his library
-
-
-
-
- from the bottom of %1's library
-
-
-
-
- from the bottom of her library
-
-
-
-
- from the bottom of his library
-
-
-
-
- from %1's library
-
-
-
-
- from library
-
-
-
-
- from sideboard
-
-
-
-
- from the stack
-
-
-
-
-
- a card
-
-
-
-
- %1 gives %2 control over %3.
-
-
-
-
- %1 puts %2 into play tapped%3.
-
-
-
-
- %1 puts %2 into play%3.
-
-
-
-
- %1 puts %2%3 into her graveyard.
-
-
-
-
- %1 puts %2%3 into his graveyard.
-
-
-
-
- %1 exiles %2%3.
-
-
-
-
- %1 moves %2%3 to her hand.
-
-
-
-
- %1 moves %2%3 to his hand.
-
-
-
-
- %1 puts %2%3 into her library.
-
-
-
-
- %1 puts %2%3 into his library.
-
-
-
-
- %1 puts %2%3 on bottom of her library.
-
-
-
-
- %1 puts %2%3 on bottom of his library.
-
-
-
-
- %1 puts %2%3 on top of her library.
-
-
-
-
- %1 puts %2%3 on top of his library.
-
-
-
-
- %1 puts %2%3 into her library at position %4.
-
-
-
-
- %1 puts %2%3 into his 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 draws her initial hand.
-
-
-
-
- %1 draws his initial hand.
-
-
-
-
- %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 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 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
-
-
-
-
- %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
-
-
-
-
- red
-
-
-
-
- yellow
-
-
-
-
- green
-
-
-
-
- %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 %2 card(s) %3.
- female
-
-
-
-
- %1 is looking at the top %2 card(s) %3.
- 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 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
-
-
-
-
- untap step
-
-
-
-
- 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
-
-
-
-
- ending phase
-
-
-
-
- It is now the %1.
-
-
-
-
- MessagesSettingsPage
-
-
- Add message
-
-
-
-
- Message:
-
-
-
-
- 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
-
-
-
-
-
- Invert text color
-
-
-
-
- Enable desktop notifications for private messages
-
-
-
-
- Enable desktop notification for mentions
-
-
-
-
- Enable room message history on join
-
-
-
-
-
- (Color is hexadecimal)
-
-
-
-
- Separate words with a space, alphanumeric characters only
-
-
-
-
- PhasesToolbar
-
-
- Untap step
-
-
-
-
- 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
-
-
-
-
- End of turn step
-
-
-
-
- Player
-
-
- Reveal top cards of library
-
-
-
-
- Number of cards: (max. %1)
-
-
-
-
- &View graveyard
-
-
-
-
- &View exile
-
-
-
-
- Player "%1"
-
-
-
-
-
-
-
- &Graveyard
-
-
-
-
-
-
-
- &Exile
-
-
-
-
- &Move hand to...
-
-
-
-
-
-
-
- &Top of library
-
-
-
-
-
-
-
- &Bottom of library
-
-
-
-
- &Move graveyard to...
-
-
-
-
-
-
-
- &Hand
-
-
-
-
- &Move exile to...
-
-
-
-
- &View library
-
-
-
-
- View &top cards of library...
-
-
-
-
- Reveal &library to...
-
-
-
-
- Reveal t&op cards to...
-
-
-
-
- &Always reveal top card
-
-
-
-
- O&pen deck in deck editor
-
-
-
-
- &View sideboard
-
-
-
-
- &Draw card
-
-
-
-
- D&raw cards...
-
-
-
-
- &Undo last draw
-
-
-
-
- Take &mulligan
-
-
-
-
- &Shuffle
-
-
-
-
- Play top card &face down
-
-
-
-
- Move top cards to &graveyard...
-
-
-
-
- Move top cards to &exile...
-
-
-
-
- Put top card on &bottom
-
-
-
-
- Put bottom card &in graveyard
-
-
-
-
- &Reveal hand to...
-
-
-
-
- Reveal r&andom card to...
-
-
-
-
- &Sideboard
-
-
-
-
- &Library
-
-
-
-
- &Counters
-
-
-
-
- &Untap all permanents
-
-
-
-
- R&oll die...
-
-
-
-
- &Create token...
-
-
-
-
- C&reate another token
-
-
-
-
- Cr&eate predefined token
-
-
-
-
- S&ay
-
-
-
-
- C&ard
-
-
-
-
- &All players
-
-
-
-
- &Play
-
-
-
-
- &Hide
-
-
-
-
- Play &Face Down
-
-
-
-
- &Tap
-
-
-
-
- &Untap
-
-
-
-
- Toggle &normal untapping
-
-
-
-
- &Flip
-
-
-
-
- &Peek at card face
-
-
-
-
- &Clone
-
-
-
-
- Attac&h to card...
-
-
-
-
- Unattac&h
-
-
-
-
- &Draw arrow...
-
-
-
-
- &Increase power
-
-
-
-
- &Decrease power
-
-
-
-
- I&ncrease toughness
-
-
-
-
- D&ecrease toughness
-
-
-
-
- In&crease power and toughness
-
-
-
-
- Dec&rease power and toughness
-
-
-
-
- Set &power and toughness...
-
-
-
-
- &Set annotation...
-
-
-
-
- Red
-
-
-
-
- Yellow
-
-
-
-
- Green
-
-
-
-
- &Add counter (%1)
-
-
-
-
- &Remove counter (%1)
-
-
-
-
- &Set counters (%1)...
-
-
-
-
- View top cards of library
-
-
-
-
- Number of cards:
-
-
-
-
- Draw cards
-
-
-
-
-
-
-
- Number:
-
-
-
-
- Move top cards to grave
-
-
-
-
- Move top cards to exile
-
-
-
-
- Roll die
-
-
-
-
- Number of sides:
-
-
-
-
- Set power/toughness
-
-
-
-
- Please enter the new PT:
-
-
-
-
- Set annotation
-
-
-
-
- Please enter the new annotation:
-
-
-
-
- Set counters
-
-
-
-
-
- Cr&eate related card
-
-
-
-
- QMenuBar
-
-
- Services
-
-
-
-
- Hide %1
-
-
-
-
- Hide Others
-
-
-
-
- Show All
-
-
-
-
- Preferences...
-
-
-
-
- Quit %1
-
-
-
-
- About %1
-
-
-
-
- QObject
-
-
- Cockatrice card database (*.xml)
-
-
-
-
-
- All files (*.*)
-
-
-
-
- Cockatrice replays (*.cor)
-
-
-
-
- Common deck formats (*.cod *.dec *.txt *.mwDeck)
-
-
-
-
- RemoteDeckList_TreeModel
-
-
- Name
-
-
-
-
- ID
-
-
-
-
- Upload time
-
-
-
-
- RemoteReplayList_TreeModel
-
-
- ID
-
-
-
-
- Name
-
-
-
-
- Players
-
-
-
-
- Keep
-
-
-
-
- Time started
-
-
-
-
- Duration (sec)
-
-
-
-
- RoomSelector
-
-
- Rooms
-
-
-
-
- Joi&n
-
-
-
-
- Room
-
-
-
-
- Description
-
-
-
-
- Permissions
-
-
-
-
- Players
-
-
-
-
- Games
-
-
-
-
- SequenceEdit
-
-
- Shortcut already in use
-
-
-
-
- SetsModel
-
-
- Enabled
-
-
-
-
- Set type
-
-
-
-
- Set code
-
-
-
-
- Long name
-
-
-
-
- Release date
-
-
-
-
- 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
-
-
- &Reason for shutdown:
-
-
-
-
- &Time until shutdown (minutes):
-
-
-
-
- Shut down server
-
-
-
-
- SoundSettingsPage
-
-
- Enable &sounds
-
-
-
-
- Current sounds theme:
-
-
-
-
- Test system sound engine
-
-
-
-
- Sound settings
-
-
-
-
- Master volume requires QT5
-
-
-
-
- Master volume
-
-
-
-
- TabAdmin
-
-
- Administration
-
-
-
-
- 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?
-
-
-
-
- TabDeckEditor
-
-
- &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
-
-
-
-
- &Print deck...
-
-
-
-
- &Analyze deck on deckstats.net
-
-
-
-
- &Close
-
-
-
-
- Add card to &maindeck
-
-
-
-
- Add card to &sideboard
-
-
-
-
- &Remove row
-
-
-
-
- &Increment number
-
-
-
-
- &Decrement number
-
-
-
-
- &Deck Editor
-
-
-
-
-
- Card Info
-
-
-
-
-
- Deck
-
-
-
-
-
- Filters
-
-
-
-
- &View
-
-
-
-
-
-
- Visible
-
-
-
-
-
-
- Floating
-
-
-
-
- Reset layout
-
-
-
-
- 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
-
-
-
-
- TabDeckStorage
-
-
- Deck storage
-
-
-
-
- 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
-
-
-
-
- TabGame
-
-
-
- Replay
-
-
-
-
- Game
-
-
-
-
-
- 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.
-
-
-
-
- TabLog
-
-
- Logs
-
-
-
-
-
-
- Time;SenderName;SenderIP;Message;TargetID;TargetName
-
-
-
-
- Room Logs
-
-
-
-
- Game Logs
-
-
-
-
- Chat 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
-
-
-
-
-
- Message History
-
-
-
-
- Failed to collect message history information.
-
-
-
-
- There are no messages for the selected filters.
-
-
-
-
- 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.
-
-
-
-
- TabReplays
-
-
- Game replays
-
-
-
-
- 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?
-
-
-
-
- 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.
-
-
-
-
- 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
-
-
- Account
-
-
-
-
- Add to Buddy List
-
-
-
-
- Add to Ignore List
-
-
-
-
- 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.
-
-
-
-
- UserInfoBox
-
-
- User information
-
-
-
-
- Real name:
-
-
-
-
- Pronouns:
-
-
-
-
- Location:
-
-
-
-
- User level:
-
-
-
-
- Account Age:
-
-
-
-
- Edit
-
-
-
-
- Change password
-
-
-
-
- Change avatar
-
-
-
-
- Administrator
-
-
-
-
- Moderator
-
-
-
-
- Registered user
-
-
-
-
-
- Unregistered user
-
-
-
-
- Unknown
-
-
-
-
- Year
-
-
-
-
- Years
-
-
-
-
- Day
-
-
-
-
- Days
-
-
-
-
-
-
- Information
-
-
-
-
- User information updated.
-
-
-
-
-
-
-
-
-
-
-
- Error
-
-
-
-
- This server does not permit you to update your user informations.
-
-
-
-
-
- An error occured while trying to update your user informations.
-
-
-
-
- Password changed.
-
-
-
-
- This server does not permit you to change your password.
-
-
-
-
- The new password is too short.
-
-
-
-
- The old password is incorrect.
-
-
-
-
- Avatar updated.
-
-
-
-
- This server does not permit you to update your avatar.
-
-
-
-
- An error occured while trying to updater your avatar.
-
-
-
-
- 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
-
-
-
-
- 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
-
-
- Move selected set to the top
-
-
-
-
- Move selected set up
-
-
-
-
- Move selected set down
-
-
-
-
- Move selected set to the bottom
-
-
-
-
- Enable all sets
-
-
-
-
- Disable all sets
-
-
-
-
- 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.
-
-
-
-
- ZoneViewWidget
-
-
- sort by name
-
-
-
-
- sort by type
-
-
-
-
- shuffle when closing
-
-
-
-
- pile view
-
-
-
-
- shortcutsTab
-
-
- Form
-
-
-
-
- Main Window
-
-
-
-
- Deck editor
-
-
-
-
- Local gameplay
-
-
-
-
- Watch replay
-
-
-
-
- Connect
-
-
-
-
- Register
-
-
-
-
- Full screen
-
-
-
-
- Settings
-
-
-
-
- Check for card updates
-
-
-
-
- Disconnect
-
-
-
-
- Exit
-
-
-
-
- Deck Editor
-
-
-
-
- Analyze deck
-
-
-
-
- Load deck (clipboard)
-
-
-
-
- Clear all filters
-
-
-
-
- New deck
-
-
-
-
- Clear selected filter
-
-
-
-
- Open custom pic 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
-
-
-
-
- Main Window | 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
-
-
-
-
- Upkeep
-
-
-
-
-
- Draw
-
-
-
-
- Main 1
-
-
-
-
- Start combat
-
-
-
-
- Attack
-
-
-
-
- Block
-
-
-
-
- Damage
-
-
-
-
- End combat
-
-
-
-
- Main 2
-
-
-
-
- End
-
-
-
-
- Next phase
-
-
-
-
- Next turn
-
-
-
-
- Playing Area
-
-
-
-
- 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 | Playing Area
-
-
-
-
- Move card to
-
-
-
-
- Bottom library
-
-
-
-
- Top library
-
-
-
-
-
- Graveyard
-
-
-
-
-
- Exile
-
-
-
-
- Hand
-
-
-
-
- View
-
-
-
-
- Library
-
-
-
-
- Tops card of library
-
-
-
-
- Sideboard
-
-
-
-
- Close recent view
-
-
-
-
- Game Lobby
-
-
-
-
- Load remote deck
-
-
-
-
- Load local deck
-
-
-
-
- Gameplay
-
-
-
-
- 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
-
-
-
-
- Draw | Move | View | Gameplay
-
-
-
-
- How to set custom shortcuts
-
-
-
-
- Restore all default shortcuts
-
-
-
-
- Clear all shortcuts
-
-
-
-
\ No newline at end of file
diff --git a/oracle/src/oraclewizard.cpp b/oracle/src/oraclewizard.cpp
index 7bf75248..7f2e166b 100644
--- a/oracle/src/oraclewizard.cpp
+++ b/oracle/src/oraclewizard.cpp
@@ -128,7 +128,7 @@ IntroPage::IntroPage(QWidget *parent)
for (int i = 0; i < qmFiles.size(); i++) {
QString langName = languageName(qmFiles[i]);
languageBox->addItem(langName, qmFiles[i]);
- if ((qmFiles[i] == setLanguage) || (setLanguage.isEmpty() && langName == tr("English")))
+ if ((qmFiles[i] == setLanguage) || (setLanguage.isEmpty() && langName == tr(DEFAULT_LANG_NAME)))
languageBox->setCurrentIndex(i);
}
connect(languageBox, SIGNAL(currentIndexChanged(int)), this, SLOT(languageBoxChanged(int)));
@@ -151,10 +151,13 @@ QStringList IntroPage::findQmFiles()
QString IntroPage::languageName(const QString &qmFile)
{
+ if(qmFile == DEFAULT_LANG_CODE)
+ return DEFAULT_LANG_NAME;
+
QTranslator translator;
translator.load(translationPrefix + "_" + qmFile + ".qm", translationPath);
- return translator.translate("IntroPage", "English");
+ return translator.translate("IntroPage", DEFAULT_LANG_NAME);
}
void IntroPage::languageBoxChanged(int index)
diff --git a/oracle/translations/oracle_lt.ts b/oracle/translations/oracle_lt.ts
deleted file mode 100644
index 4a9b3d0b..00000000
--- a/oracle/translations/oracle_lt.ts
+++ /dev/null
@@ -1,475 +0,0 @@
-
-
- IntroPage
-
-
-
- English
-
-
-
-
- Introduction
-
-
-
-
- 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.
-
-
-
-
- Language:
-
-
-
-
- LoadSetsPage
-
-
- Source selection
-
-
-
-
- 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:
-
-
-
-
- Local file:
-
-
-
-
- Restore default URL
-
-
-
-
- Choose file...
-
-
-
-
- Load sets file
-
-
-
-
- Sets JSON file (*.json *.zip)
-
-
-
-
- Sets JSON file (*.json)
-
-
-
-
-
-
-
-
-
- Error
-
-
-
-
- The provided URL is not valid.
-
-
-
-
- Downloading (0MB)
-
-
-
-
- Please choose a file.
-
-
-
-
- Cannot open file '%1'.
-
-
-
-
- Downloading (%1MB)
-
-
-
-
- Network error: %1.
-
-
-
-
- Parsing file
-
-
-
-
- Failed to open Zip archive: %1.
-
-
-
-
- Zip extraction failed: the Zip archive doesn't contain exactly one file.
-
-
-
-
- Zip extraction failed: %1.
-
-
-
-
- Sorry, this version of Oracle does not support zipped files.
-
-
-
-
- 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.
-
-
-
-
- LoadTokensPage
-
-
- Tokens source selection
-
-
-
-
- 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
-
-
-
-
-
- Error
-
-
-
-
- The provided URL is not valid.
-
-
-
-
- Downloading (0MB)
-
-
-
-
- Downloading (%1MB)
-
-
-
-
- Network error: %1.
-
-
-
-
- OracleImporter
-
-
- Dummy set containing tokens
-
-
-
-
- OracleWizard
-
-
- Oracle Importer
-
-
-
-
- Save
-
-
-
-
- SaveSetsPage
-
-
-
- Error
-
-
-
-
- No set has been imported.
-
-
-
-
- Sets imported
-
-
-
-
- The following sets has been imported. Press "Save" to save the imported cards to the Cockatrice database.
-
-
-
-
- Save to the default path (recommended)
-
-
-
-
- Import finished: %1 cards.
-
-
-
-
- %1: %2 cards imported
-
-
-
-
- Save card database
-
-
-
-
- XML; card database (*.xml)
-
-
-
-
- Success
-
-
-
-
- The card database has been saved successfully to
-%1
-
-
-
-
- The file could not be saved to %1
-
-
-
-
- SaveTokensPage
-
-
- Tokens imported
-
-
-
-
- The tokens has been imported. Press "Save" to save the imported tokens to the Cockatrice tokens database.
-
-
-
-
- Save to the default path (recommended)
-
-
-
-
- Save token database
-
-
-
-
- XML; token database (*.xml)
-
-
-
-
- Success
-
-
-
-
- The token database has been saved successfully to
-%1
-
-
-
-
- Error
-
-
-
-
- The file could not be saved to %1
-
-
-
-
- UnZip
-
-
- ZIP operation completed successfully.
-
-
-
-
- Failed to initialize or load zlib library.
-
-
-
-
- zlib library error.
-
-
-
-
- Unable to create or open file.
-
-
-
-
- Partially corrupted archive. Some files might be extracted.
-
-
-
-
- Corrupted archive.
-
-
-
-
- Wrong password.
-
-
-
-
- No archive has been created yet.
-
-
-
-
- File or directory does not exist.
-
-
-
-
- File read error.
-
-
-
-
- File write error.
-
-
-
-
- File seek error.
-
-
-
-
- Unable to create a directory.
-
-
-
-
- Invalid device.
-
-
-
-
- Invalid or incompatible zip archive.
-
-
-
-
- Inconsistent headers. Archive might be corrupted.
-
-
-
-
- Unknown error.
-
-
-
-
- Zip
-
-
- ZIP operation completed successfully.
-
-
-
-
- Failed to initialize or load zlib library.
-
-
-
-
- zlib library error.
-
-
-
-
- Unable to create or open file.
-
-
-
-
- No archive has been created yet.
-
-
-
-
- File or directory does not exist.
-
-
-
-
- File read error.
-
-
-
-
- File write error.
-
-
-
-
- File seek error.
-
-
-
-
- Unknown error.
-
-
-
-
\ No newline at end of file
diff --git a/oracle/translations/oracle_uk.ts b/oracle/translations/oracle_uk.ts
deleted file mode 100644
index ac24e2fe..00000000
--- a/oracle/translations/oracle_uk.ts
+++ /dev/null
@@ -1,380 +0,0 @@
-
-
- IntroPage
-
- Introduction
-
-
-
- English
-
-
-
- Language:
-
-
-
- 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.
-
-
-
-
- LoadSetsPage
-
- Source selection
-
-
-
- Local file:
-
-
-
- Choose file...
-
-
-
- Load sets file
-
-
-
- Sets JSON file (*.json *.zip)
-
-
-
- Sets JSON file (*.json)
-
-
-
- Error
-
-
-
- Downloading (0MB)
-
-
-
- Please choose a file.
-
-
-
- Cannot open file '%1'.
-
-
-
- Downloading (%1MB)
-
-
-
- Network error: %1.
-
-
-
- Parsing file
-
-
-
- Failed to open Zip archive: %1.
-
-
-
- Zip extraction failed: the Zip archive doesn't contain exactly one file.
-
-
-
- Zip extraction failed: %1.
-
-
-
- Sorry, this version of Oracle does not support zipped files.
-
-
-
- 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.
-
-
-
-
- LoadTokensPage
-
- Tokens source selection
-
-
-
- Error
-
-
-
- Downloading (0MB)
-
-
-
- Downloading (%1MB)
-
-
-
- Network error: %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.
-
-
-
- Download URL:
-
-
-
- Restore default URL
-
-
-
- The provided URL is not valid.
-
-
-
-
- OracleImporter
-
- Dummy set containing tokens
-
-
-
-
- OracleWizard
-
- Oracle Importer
-
-
-
- Save
-
-
-
-
- SaveSetsPage
-
- Sets imported
-
-
-
- The following sets has been imported. Press "Save" to save the imported cards to the Cockatrice database.
-
-
-
- Save to the default path (recommended)
-
-
-
- Error
-
-
-
- No set has been imported.
-
-
-
- Import finished: %1 cards.
-
-
-
- %1: %2 cards imported
-
-
-
- Save card database
-
-
-
- XML; card database (*.xml)
-
-
-
- Success
-
-
-
- The card database has been saved successfully to
-%1
-
-
-
- The file could not be saved to %1
-
-
-
-
- SaveTokensPage
-
- Tokens imported
-
-
-
- The tokens has been imported. Press "Save" to save the imported tokens to the Cockatrice tokens database.
-
-
-
- Save to the default path (recommended)
-
-
-
- Save token database
-
-
-
- XML; token database (*.xml)
-
-
-
- Success
-
-
-
- The token database has been saved successfully to
-%1
-
-
-
- Error
-
-
-
- The file could not be saved to %1
-
-
-
-
- UnZip
-
- ZIP operation completed successfully.
-
-
-
- Failed to initialize or load zlib library.
-
-
-
- zlib library error.
-
-
-
- Unable to create or open file.
-
-
-
- Partially corrupted archive. Some files might be extracted.
-
-
-
- Corrupted archive.
-
-
-
- Wrong password.
-
-
-
- No archive has been created yet.
-
-
-
- File or directory does not exist.
-
-
-
- File read error.
-
-
-
- File write error.
-
-
-
- File seek error.
-
-
-
- Unable to create a directory.
-
-
-
- Invalid device.
-
-
-
- Invalid or incompatible zip archive.
-
-
-
- Inconsistent headers. Archive might be corrupted.
-
-
-
- Unknown error.
-
-
-
-
- Zip
-
- ZIP operation completed successfully.
-
-
-
- Failed to initialize or load zlib library.
-
-
-
- zlib library error.
-
-
-
- Unable to create or open file.
-
-
-
- No archive has been created yet.
-
-
-
- File or directory does not exist.
-
-
-
- File read error.
-
-
-
- File write error.
-
-
-
- File seek error.
-
-
-
- Unknown error.
-
-
-
-
\ No newline at end of file
diff --git a/oracle/translations/oracle_zh-Hant.ts b/oracle/translations/oracle_zh-Hant.ts
deleted file mode 100644
index 5d9e8704..00000000
--- a/oracle/translations/oracle_zh-Hant.ts
+++ /dev/null
@@ -1,475 +0,0 @@
-
-
- IntroPage
-
-
-
- English
- 繁體中文 (Chinese Traditional)
-
-
-
- Introduction
-
-
-
-
- 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.
-
-
-
-
- Language:
-
-
-
-
- LoadSetsPage
-
-
- Source selection
-
-
-
-
- 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:
-
-
-
-
- Local file:
-
-
-
-
- Restore default URL
-
-
-
-
- Choose file...
-
-
-
-
- Load sets file
-
-
-
-
- Sets JSON file (*.json *.zip)
-
-
-
-
- Sets JSON file (*.json)
-
-
-
-
-
-
-
-
-
- Error
-
-
-
-
- The provided URL is not valid.
-
-
-
-
- Downloading (0MB)
-
-
-
-
- Please choose a file.
-
-
-
-
- Cannot open file '%1'.
-
-
-
-
- Downloading (%1MB)
-
-
-
-
- Network error: %1.
-
-
-
-
- Parsing file
-
-
-
-
- Failed to open Zip archive: %1.
-
-
-
-
- Zip extraction failed: the Zip archive doesn't contain exactly one file.
-
-
-
-
- Zip extraction failed: %1.
-
-
-
-
- Sorry, this version of Oracle does not support zipped files.
-
-
-
-
- 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.
-
-
-
-
- LoadTokensPage
-
-
- Tokens source selection
-
-
-
-
- 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
-
-
-
-
-
- Error
-
-
-
-
- The provided URL is not valid.
-
-
-
-
- Downloading (0MB)
-
-
-
-
- Downloading (%1MB)
-
-
-
-
- Network error: %1.
-
-
-
-
- OracleImporter
-
-
- Dummy set containing tokens
-
-
-
-
- OracleWizard
-
-
- Oracle Importer
-
-
-
-
- Save
-
-
-
-
- SaveSetsPage
-
-
-
- Error
-
-
-
-
- No set has been imported.
-
-
-
-
- Sets imported
-
-
-
-
- The following sets has been imported. Press "Save" to save the imported cards to the Cockatrice database.
-
-
-
-
- Save to the default path (recommended)
-
-
-
-
- Import finished: %1 cards.
-
-
-
-
- %1: %2 cards imported
-
-
-
-
- Save card database
-
-
-
-
- XML; card database (*.xml)
-
-
-
-
- Success
-
-
-
-
- The card database has been saved successfully to
-%1
-
-
-
-
- The file could not be saved to %1
-
-
-
-
- SaveTokensPage
-
-
- Tokens imported
-
-
-
-
- The tokens has been imported. Press "Save" to save the imported tokens to the Cockatrice tokens database.
-
-
-
-
- Save to the default path (recommended)
-
-
-
-
- Save token database
-
-
-
-
- XML; token database (*.xml)
-
-
-
-
- Success
-
-
-
-
- The token database has been saved successfully to
-%1
-
-
-
-
- Error
-
-
-
-
- The file could not be saved to %1
-
-
-
-
- UnZip
-
-
- ZIP operation completed successfully.
-
-
-
-
- Failed to initialize or load zlib library.
-
-
-
-
- zlib library error.
-
-
-
-
- Unable to create or open file.
-
-
-
-
- Partially corrupted archive. Some files might be extracted.
-
-
-
-
- Corrupted archive.
-
-
-
-
- Wrong password.
-
-
-
-
- No archive has been created yet.
-
-
-
-
- File or directory does not exist.
-
-
-
-
- File read error.
-
-
-
-
- File write error.
-
-
-
-
- File seek error.
-
-
-
-
- Unable to create a directory.
-
-
-
-
- Invalid device.
-
-
-
-
- Invalid or incompatible zip archive.
-
-
-
-
- Inconsistent headers. Archive might be corrupted.
-
-
-
-
- Unknown error.
-
-
-
-
- Zip
-
-
- ZIP operation completed successfully.
-
-
-
-
- Failed to initialize or load zlib library.
-
-
-
-
- zlib library error.
-
-
-
-
- Unable to create or open file.
-
-
-
-
- No archive has been created yet.
-
-
-
-
- File or directory does not exist.
-
-
-
-
- File read error.
-
-
-
-
- File write error.
-
-
-
-
- File seek error.
-
-
-
-
- Unknown error.
-
-
-
-
\ No newline at end of file