Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
8daa81e4
Commit
8daa81e4
authored
Aug 23, 2009
by
Max-Wilhelm Bruker
Browse files
translation
parent
e6a419aa
Changes
5
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/gameselector.cpp
View file @
8daa81e4
...
...
@@ -9,8 +9,8 @@ GameSelector::GameSelector(Client *_client, QWidget *parent)
gameListModel
=
new
GamesModel
(
this
);
gameListView
->
setModel
(
gameListModel
);
createButton
=
new
QPushButton
(
tr
(
"C&reate"
))
;
joinButton
=
new
QPushButton
(
tr
(
"&Join"
))
;
createButton
=
new
QPushButton
;
joinButton
=
new
QPushButton
;
QHBoxLayout
*
buttonLayout
=
new
QHBoxLayout
;
buttonLayout
->
addStretch
();
buttonLayout
->
addWidget
(
createButton
);
...
...
@@ -20,6 +20,7 @@ GameSelector::GameSelector(Client *_client, QWidget *parent)
mainLayout
->
addWidget
(
gameListView
);
mainLayout
->
addLayout
(
buttonLayout
);
retranslateUi
();
setLayout
(
mainLayout
);
setMinimumWidth
(
gameListView
->
columnWidth
(
0
)
*
gameListModel
->
columnCount
());
...
...
@@ -94,3 +95,9 @@ void GameSelector::disableGameList()
hide
();
gameListModel
->
cleanList
();
}
void
GameSelector
::
retranslateUi
()
{
createButton
->
setText
(
tr
(
"C&reate"
));
joinButton
->
setText
(
tr
(
"&Join"
));
}
\ No newline at end of file
cockatrice/src/gameselector.h
View file @
8daa81e4
...
...
@@ -15,6 +15,7 @@ public:
GameSelector
(
Client
*
_client
,
QWidget
*
parent
=
0
);
void
enableGameList
();
void
disableGameList
();
void
retranslateUi
();
private
slots
:
void
actCreate
();
void
actRefresh
();
...
...
cockatrice/src/window_main.cpp
View file @
8daa81e4
...
...
@@ -216,6 +216,7 @@ void MainWindow::retranslateUi()
cardInfo
->
retranslateUi
();
chatWidget
->
retranslateUi
();
gameSelector
->
retranslateUi
();
}
void
MainWindow
::
createActions
()
...
...
cockatrice/translations/cockatrice_de.ts
View file @
8daa81e4
<
?
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?
>
<!
DOCTYPE
TS
>
<
TS
version
=
"
1.1
"
language
=
"
de_DE
"
>
<
defaultcodec
><
/defaultcodec
>
<!
DOCTYPE
TS
>
<
TS
version
=
"
2.0
"
language
=
"
de_DE
"
>
<
context
>
<
name
><
/name
>
<
message
>
...
...
@@ -83,6 +83,42 @@
<
translation
type
=
"
obsolete
"
>
Das
Kartenhintergrundbild
konnte
nicht
geladen
werden
.
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
ChannelWidget
<
/name
>
<
message
>
<
location
filename
=
"
../src/chatwidget.cpp
"
line
=
"
36
"
/>
<
source
>%
1
has
joined
the
channel
.
<
/source
>
<
translation
>%
1
hat
den
Raum
betreten
.
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/chatwidget.cpp
"
line
=
"
47
"
/>
<
source
>%
1
has
left
the
channel
.
<
/source
>
<
translation
>%
1
hat
den
Raum
verlassen
.
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
ChatWidget
<
/name
>
<
message
>
<
location
filename
=
"
../src/chatwidget.cpp
"
line
=
"
86
"
/>
<
source
>
Joi
&
amp
;
n
<
/source
>
<
translation
>
Teil
&
amp
;
nehmen
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/chatwidget.cpp
"
line
=
"
90
"
/>
<
source
>
Channel
<
/source
>
<
translation
>
Raum
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/chatwidget.cpp
"
line
=
"
91
"
/>
<
source
>
Description
<
/source
>
<
translation
>
Beschreibung
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/chatwidget.cpp
"
line
=
"
92
"
/>
<
source
>
Players
<
/source
>
<
translation
>
Spielerzahl
<
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
DeckList
<
/name
>
<
message
>
...
...
@@ -185,6 +221,7 @@
<
translation
>
Spiel
erstellen
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/dlg_creategame.cpp
"
line
=
"
54
"
/>
<
location
filename
=
"
../src/dlg_creategame.cpp
"
line
=
"
71
"
/>
<
source
>
Error
<
/source
>
<
translation
>
Fehler
<
/translation
>
...
...
@@ -316,32 +353,26 @@
<
translation
>
Ctrl
+
L
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
40
"
/>
<
source
>&
amp
;
Shuffle
<
/source
>
<
translation
type
=
"
obsolete
"
>
Mi
&
amp
;
schen
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
41
"
/>
<
source
>
Ctrl
+
S
<
/source
>
<
translation
type
=
"
obsolete
"
>
Ctrl
+
S
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
43
"
/>
<
source
>&
amp
;
Draw
a
card
<
/source
>
<
translation
type
=
"
obsolete
"
>
Karte
&
amp
;
ziehen
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
44
"
/>
<
source
>
Ctrl
+
D
<
/source
>
<
translation
type
=
"
obsolete
"
>
Ctrl
+
D
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
46
"
/>
<
source
>
D
&
amp
;
raw
cards
...
<
/source
>
<
translation
type
=
"
obsolete
"
>
Ka
&
amp
;
rten
ziehen
...
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
48
"
/>
<
source
>
Ctrl
+
E
<
/source
>
<
translation
type
=
"
obsolete
"
>
Ctrl
+
E
<
/translation
>
<
/message
>
...
...
@@ -494,47 +525,46 @@
<
translation
>
F10
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
34
0
"
/>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
34
3
"
/>
<
source
>
Set
life
<
/source
>
<
translation
>
Setze
Leben
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
34
0
"
/>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
34
3
"
/>
<
source
>
New
life
total
:
<
/source
>
<
translation
>
Neues
Leben
insgesammt
:
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
3
48
"
/>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
3
51
"
/>
<
source
>
Roll
dice
<
/source
>
<
translation
>
Würfeln
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
3
48
"
/>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
3
51
"
/>
<
source
>
Number
of
sides
:
<
/source
>
<
translation
>
Anzahl
der
Seiten
:
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
377
"
/>
<
source
>
Draw
cards
<
/source
>
<
translation
type
=
"
obsolete
"
>
Karten
ziehen
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
41
8
"
/>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
4
2
1
"
/>
<
source
>
Number
:
<
/source
>
<
translation
>
Anzahl
:
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
35
5
"
/>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
35
8
"
/>
<
source
>
Create
token
<
/source
>
<
translation
>
Token
erstellen
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
35
5
"
/>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
35
8
"
/>
<
source
>
Name
:
<
/source
>
<
translation
>
Name
:
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
41
8
"
/>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
4
2
1
"
/>
<
source
>
Set
counters
<
/source
>
<
translation
>
Setze
Zählmarke
<
/translation
>
<
/message
>
...
...
@@ -542,32 +572,32 @@
<
context
>
<
name
>
GameSelector
<
/name
>
<
message
>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
1
2
"
/>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
1
01
"
/>
<
source
>
C
&
amp
;
reate
<
/source
>
<
translation
>
Spiel
e
&
amp
;
rstellen
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
1
3
"
/>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
1
02
"
/>
<
source
>&
amp
;
Join
<
/source
>
<
translation
>&
amp
;
Teilnehmen
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
63
"
/>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
59
"
/>
<
source
>
Error
<
/source
>
<
translation
>
Fehler
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
63
"
/>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
59
"
/>
<
source
>
XXX
<
/source
>
<
translation
>
XXX
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
7
7
"
/>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
7
3
"
/>
<
source
>
Join
game
<
/source
>
<
translation
>
Spiel
beitreten
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
7
7
"
/>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
7
3
"
/>
<
source
>
Password
:
<
/source
>
<
translation
>
Passwort
:
<
/translation
>
<
/message
>
...
...
@@ -613,6 +643,9 @@
<
context
>
<
name
>
GeneralSettingsPage
<
/name
>
<
message
>
<
location
filename
=
"
../src/dlg_settings.cpp
"
line
=
"
114
"
/>
<
location
filename
=
"
../src/dlg_settings.cpp
"
line
=
"
125
"
/>
<
location
filename
=
"
../src/dlg_settings.cpp
"
line
=
"
138
"
/>
<
location
filename
=
"
../src/dlg_settings.cpp
"
line
=
"
151
"
/>
<
source
>
Choose
path
<
/source
>
<
translation
>
Pfad
auswählen
<
/translation
>
...
...
@@ -653,6 +686,7 @@
<
translation
>
Pfad
zur
Kartendatenbank
:
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/dlg_settings.cpp
"
line
=
"
21
"
/>
<
location
filename
=
"
../src/dlg_settings.cpp
"
line
=
"
109
"
/>
<
source
>
English
<
/source
>
<
translation
>
Deutsch
<
/translation
>
...
...
@@ -661,97 +695,97 @@
<
context
>
<
name
>
MainWindow
<
/name
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
1
87
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
1
91
"
/>
<
source
>
Error
<
/source
>
<
translation
>
Fehler
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
1
87
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
1
91
"
/>
<
source
>
Server
timeout
<
/source
>
<
translation
>
Server
Zeitüberschreitung
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
19
4
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
19
8
"
/>
<
source
>&
amp
;
Connect
...
<
/source
>
<
translation
>&
amp
;
Verbinden
...
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
19
5
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
19
9
"
/>
<
source
>&
amp
;
Disconnect
<
/source
>
<
translation
>
Verbindung
&
amp
;
trennen
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
196
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
200
"
/>
<
source
>&
amp
;
Restart
game
...
<
/source
>
<
translation
>
Spiel
neu
sta
&
amp
;
rten
...
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
197
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
201
"
/>
<
source
>
F2
<
/source
>
<
translation
>
F2
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
198
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
202
"
/>
<
source
>&
amp
;
Leave
game
<
/source
>
<
translation
>
Spiel
ver
&
amp
;
lassen
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
199
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
203
"
/>
<
source
>&
amp
;
Deck
editor
<
/source
>
<
translation
>&
amp
;
Deck
-
Editor
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
0
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
4
"
/>
<
source
>&
amp
;
Full
screen
<
/source
>
<
translation
>&
amp
;
Vollbild
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
1
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
5
"
/>
<
source
>
Ctrl
+
F
<
/source
>
<
translation
>
Ctrl
+
F
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
2
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
6
"
/>
<
source
>&
amp
;
Settings
...
<
/source
>
<
translation
>&
amp
;
Einstellungen
...
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
3
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
7
"
/>
<
source
>&
amp
;
Exit
<
/source
>
<
translation
>&
amp
;
Beenden
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
4
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
8
"
/>
<
source
>
Close
most
recent
zone
view
<
/source
>
<
translation
>
Letzte
Zonenansicht
schließen
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
5
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
9
"
/>
<
source
>
Esc
<
/source
>
<
translation
>
Esc
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
2
07
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
2
11
"
/>
<
source
>&
amp
;
Game
<
/source
>
<
translation
>
Spi
&
amp
;
el
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
2
08
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
2
12
"
/>
<
source
>&
amp
;
Actions
<
/source
>
<
translation
>&
amp
;
Aktionen
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
2
09
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
2
13
"
/>
<
source
>&
amp
;
Card
<
/source
>
<
translation
>&
amp
;
Karte
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
21
1
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
21
5
"
/>
<
source
>&
amp
;
Say
:
<
/source
>
<
translation
>&
amp
;
Sagen
:
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
19
2
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
19
6
"
/>
<
source
>
Cockatrice
<
/source
>
<
translation
>
Cockatrice
<
/translation
>
<
/message
>
...
...
@@ -1208,27 +1242,27 @@
<
translation
>
Bib
&
amp
;
liothek
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
7
2
"
/>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
7
4
"
/>
<
source
>&
amp
;
Graveyard
<
/source
>
<
translation
>&
amp
;
Friedhof
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
7
6
"
/>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
7
8
"
/>
<
source
>&
amp
;
Removed
cards
<
/source
>
<
translation
>
Entfe
&
amp
;
rnte
Karten
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
8
1
"
/>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
8
3
"
/>
<
source
>&
amp
;
Sideboard
<
/source
>
<
translation
>&
amp
;
Sideboard
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
11
5
"
/>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
11
7
"
/>
<
source
>
View
top
cards
of
library
<
/source
>
<
translation
>
Zeige
die
obersten
Karten
der
Bibliothek
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
11
5
"
/>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
11
7
"
/>
<
source
>
Number
of
cards
:
<
/source
>
<
translation
>
Anzahl
der
Karten
:
<
/translation
>
<
/message
>
...
...
@@ -1263,12 +1297,12 @@
<
translation
>
Ctrl
+
S
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
1
49
"
/>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
1
51
"
/>
<
source
>
Draw
cards
<
/source
>
<
translation
>
Karten
ziehen
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
1
49
"
/>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
1
51
"
/>
<
source
>
Number
:
<
/source
>
<
translation
>
Anzahl
:
<
/translation
>
<
/message
>
...
...
@@ -1286,12 +1320,12 @@
<
translation
>
Sideboard
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/decklist.cpp
"
line
=
"
29
7
"
/>
<
location
filename
=
"
../src/decklist.cpp
"
line
=
"
29
6
"
/>
<
source
>
Cockatrice
decks
(
*
.
cod
)
<
/source
>
<
translation
>
Cockatrice
Decks
(
*
.
cod
)
<
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/decklist.cpp
"
line
=
"
29
8
"
/>
<
location
filename
=
"
../src/decklist.cpp
"
line
=
"
29
7
"
/>
<
source
>
Plain
text
decks
(
*
.
dec
*
.
mwDeck
)
<
/source
>
<
translation
>
Text
Decks
(
*
.
dec
*
.
mwDeck
)
<
/translation
>
<
/message
>
...
...
cockatrice/translations/cockatrice_en.ts
View file @
8daa81e4
<
?
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?
>
<!
DOCTYPE
TS
><
TS
version
=
"
1.1
"
language
=
"
en_US
"
>
<!
DOCTYPE
TS
>
<
TS
version
=
"
2.0
"
language
=
"
en_US
"
>
<
context
>
<
name
>
CardDatabaseModel
<
/name
>
<
message
>
...
...
@@ -51,6 +52,42 @@
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
ChannelWidget
<
/name
>
<
message
>
<
location
filename
=
"
../src/chatwidget.cpp
"
line
=
"
36
"
/>
<
source
>%
1
has
joined
the
channel
.
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/chatwidget.cpp
"
line
=
"
47
"
/>
<
source
>%
1
has
left
the
channel
.
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
ChatWidget
<
/name
>
<
message
>
<
location
filename
=
"
../src/chatwidget.cpp
"
line
=
"
86
"
/>
<
source
>
Joi
&
amp
;
n
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/chatwidget.cpp
"
line
=
"
90
"
/>
<
source
>
Channel
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/chatwidget.cpp
"
line
=
"
91
"
/>
<
source
>
Description
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/chatwidget.cpp
"
line
=
"
92
"
/>
<
source
>
Players
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
/context
>
<
context
>
<
name
>
DeckList
<
/name
>
<
message
>
...
...
@@ -153,6 +190,7 @@
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/dlg_creategame.cpp
"
line
=
"
54
"
/>
<
location
filename
=
"
../src/dlg_creategame.cpp
"
line
=
"
71
"
/>
<
source
>
Error
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
...
...
@@ -397,42 +435,42 @@
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
34
0
"
/>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
34
3
"
/>
<
source
>
Set
life
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
34
0
"
/>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
34
3
"
/>
<
source
>
New
life
total
:
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
3
48
"
/>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
3
51
"
/>
<
source
>
Roll
dice
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
3
48
"
/>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
3
51
"
/>
<
source
>
Number
of
sides
:
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
41
8
"
/>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
4
2
1
"
/>
<
source
>
Number
:
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
35
5
"
/>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
35
8
"
/>
<
source
>
Create
token
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
35
5
"
/>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
35
8
"
/>
<
source
>
Name
:
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
41
8
"
/>
<
location
filename
=
"
../src/game.cpp
"
line
=
"
4
2
1
"
/>
<
source
>
Set
counters
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
...
...
@@ -440,32 +478,32 @@
<
context
>
<
name
>
GameSelector
<
/name
>
<
message
>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
1
2
"
/>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
1
01
"
/>
<
source
>
C
&
amp
;
reate
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
1
3
"
/>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
1
02
"
/>
<
source
>&
amp
;
Join
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
63
"
/>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
59
"
/>
<
source
>
Error
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
63
"
/>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
59
"
/>
<
source
>
XXX
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
7
7
"
/>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
7
3
"
/>
<
source
>
Join
game
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
7
7
"
/>
<
location
filename
=
"
../src/gameselector.cpp
"
line
=
"
7
3
"
/>
<
source
>
Password
:
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
...
...
@@ -511,6 +549,9 @@
<
context
>
<
name
>
GeneralSettingsPage
<
/name
>
<
message
>
<
location
filename
=
"
../src/dlg_settings.cpp
"
line
=
"
114
"
/>
<
location
filename
=
"
../src/dlg_settings.cpp
"
line
=
"
125
"
/>
<
location
filename
=
"
../src/dlg_settings.cpp
"
line
=
"
138
"
/>
<
location
filename
=
"
../src/dlg_settings.cpp
"
line
=
"
151
"
/>
<
source
>
Choose
path
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
...
...
@@ -551,6 +592,7 @@
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/dlg_settings.cpp
"
line
=
"
21
"
/>
<
location
filename
=
"
../src/dlg_settings.cpp
"
line
=
"
109
"
/>
<
source
>
English
<
/source
>
<
translation
>
English
<
/translation
>
...
...
@@ -559,97 +601,97 @@
<
context
>
<
name
>
MainWindow
<
/name
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
1
87
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
1
91
"
/>
<
source
>
Error
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
1
87
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
1
91
"
/>
<
source
>
Server
timeout
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
19
4
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
19
8
"
/>
<
source
>&
amp
;
Connect
...
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
19
5
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
19
9
"
/>
<
source
>&
amp
;
Disconnect
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
196
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
200
"
/>
<
source
>&
amp
;
Restart
game
...
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
197
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
201
"
/>
<
source
>
F2
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
198
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
202
"
/>
<
source
>&
amp
;
Leave
game
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
199
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
203
"
/>
<
source
>&
amp
;
Deck
editor
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
0
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
4
"
/>
<
source
>&
amp
;
Full
screen
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
1
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
5
"
/>
<
source
>
Ctrl
+
F
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
2
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
6
"
/>
<
source
>&
amp
;
Settings
...
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
3
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
7
"
/>
<
source
>&
amp
;
Exit
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
4
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
8
"
/>
<
source
>
Close
most
recent
zone
view
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
5
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
20
9
"
/>
<
source
>
Esc
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
2
07
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
2
11
"
/>
<
source
>&
amp
;
Game
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
2
08
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
2
12
"
/>
<
source
>&
amp
;
Actions
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
2
09
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
2
13
"
/>
<
source
>&
amp
;
Card
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
21
1
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
21
5
"
/>
<
source
>&
amp
;
Say
:
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
19
2
"
/>
<
location
filename
=
"
../src/window_main.cpp
"
line
=
"
19
6
"
/>
<
source
>
Cockatrice
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
...
...
@@ -1086,27 +1128,27 @@
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
7
2
"
/>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
7
4
"
/>
<
source
>&
amp
;
Graveyard
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
7
6
"
/>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
7
8
"
/>
<
source
>&
amp
;
Removed
cards
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
8
1
"
/>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
8
3
"
/>
<
source
>&
amp
;
Sideboard
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
11
5
"
/>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
11
7
"
/>
<
source
>
View
top
cards
of
library
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
11
5
"
/>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
11
7
"
/>
<
source
>
Number
of
cards
:
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
...
...
@@ -1141,12 +1183,12 @@
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
1
49
"
/>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
1
51
"
/>
<
source
>
Draw
cards
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
1
49
"
/>
<
location
filename
=
"
../src/player.cpp
"
line
=
"
1
51
"
/>
<
source
>
Number
:
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
...
...
@@ -1164,12 +1206,12 @@
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/decklist.cpp
"
line
=
"
29
7
"
/>
<
location
filename
=
"
../src/decklist.cpp
"
line
=
"
29
6
"
/>
<
source
>
Cockatrice
decks
(
*
.
cod
)
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
<
message
>
<
location
filename
=
"
../src/decklist.cpp
"
line
=
"
29
8
"
/>
<
location
filename
=
"
../src/decklist.cpp
"
line
=
"
29
7
"
/>
<
source
>
Plain
text
decks
(
*
.
dec
*
.
mwDeck
)
<
/source
>
<
translation
type
=
"
unfinished
"
><
/translation
>
<
/message
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment