mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 05:53:59 -07:00
rewrote oracle importer
This commit is contained in:
parent
af0d72c0e6
commit
ae6803f9f2
10 changed files with 535 additions and 452 deletions
|
|
@ -72,6 +72,7 @@ public:
|
|||
QString getCardType() const { return cardtype; }
|
||||
QString getPowTough() const { return powtough; }
|
||||
QString getText() const { return text; }
|
||||
void setText(const QString &_text) { text = _text; }
|
||||
QStringList getColors() const { return colors; }
|
||||
QString getPicURL() const { return picURL; }
|
||||
QString getMainCardType() const;
|
||||
|
|
|
|||
|
|
@ -2008,32 +2008,32 @@
|
|||
<translation>&Suchen nach:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="56"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="60"/>
|
||||
<source>Deck &name:</source>
|
||||
<translation>Deck &Name:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="60"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="64"/>
|
||||
<source>&Comments:</source>
|
||||
<translation>&Kommentare:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="84"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="88"/>
|
||||
<source>Deck editor [*]</source>
|
||||
<translation>Deck-Editor [*]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="86"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="90"/>
|
||||
<source>&New deck</source>
|
||||
<translation>&Neues Deck</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="89"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="93"/>
|
||||
<source>&Load deck...</source>
|
||||
<translation>Deck &laden...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="92"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="96"/>
|
||||
<source>&Save deck</source>
|
||||
<translation>Deck &speichern</translation>
|
||||
</message>
|
||||
|
|
@ -2042,97 +2042,97 @@
|
|||
<translation type="obsolete">Deck &speichern unter...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="95"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="99"/>
|
||||
<source>Save deck &as...</source>
|
||||
<translation>Deck s&peichern unter...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="98"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="102"/>
|
||||
<source>&Print deck...</source>
|
||||
<translation>Deck &drucken...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="101"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="105"/>
|
||||
<source>&Close</source>
|
||||
<translation>S&chließen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="102"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="106"/>
|
||||
<source>Ctrl+Q</source>
|
||||
<translation>Ctrl+Q</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="105"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="109"/>
|
||||
<source>&Edit sets...</source>
|
||||
<translation>&Editionen bearbeiten...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="108"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="112"/>
|
||||
<source>&Deck</source>
|
||||
<translation>&Deck</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="118"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="122"/>
|
||||
<source>&Sets</source>
|
||||
<translation>&Editionen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="121"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="125"/>
|
||||
<source>Add card to &maindeck</source>
|
||||
<translation>Karte zu&m Hauptdeck hinzufügen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="123"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="127"/>
|
||||
<source>Ctrl+M</source>
|
||||
<translation>Ctrl+M</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="124"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="128"/>
|
||||
<source>Add card to &sideboard</source>
|
||||
<translation>Karte zum &Sideboard hinzufügen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="126"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="130"/>
|
||||
<source>Ctrl+N</source>
|
||||
<translation>Ctrl+N</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="127"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="131"/>
|
||||
<source>&Remove row</source>
|
||||
<translation>Zeile entfe&rnen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="129"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="133"/>
|
||||
<source>Del</source>
|
||||
<translation>Entf</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="130"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="134"/>
|
||||
<source>&Increment number</source>
|
||||
<translation>Anzahl er&höhen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="132"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="136"/>
|
||||
<source>+</source>
|
||||
<translation>+</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="133"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="137"/>
|
||||
<source>&Decrement number</source>
|
||||
<translation>Anzahl v&erringern</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="135"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="139"/>
|
||||
<source>-</source>
|
||||
<translation>-</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="185"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="186"/>
|
||||
<source>Are you sure?</source>
|
||||
<translation>Bist du sicher?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="186"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="187"/>
|
||||
<source>The decklist has been modified.
|
||||
Do you want to save the changes?</source>
|
||||
<translation>Die Deckliste wurde verändert.
|
||||
|
|
|
|||
|
|
@ -1498,127 +1498,127 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="56"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="60"/>
|
||||
<source>Deck &name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="60"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="64"/>
|
||||
<source>&Comments:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="84"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="88"/>
|
||||
<source>Deck editor [*]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="86"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="90"/>
|
||||
<source>&New deck</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="89"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="93"/>
|
||||
<source>&Load deck...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="92"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="96"/>
|
||||
<source>&Save deck</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="95"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="99"/>
|
||||
<source>Save deck &as...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="98"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="102"/>
|
||||
<source>&Print deck...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="101"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="105"/>
|
||||
<source>&Close</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="102"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="106"/>
|
||||
<source>Ctrl+Q</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="105"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="109"/>
|
||||
<source>&Edit sets...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="108"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="112"/>
|
||||
<source>&Deck</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="118"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="122"/>
|
||||
<source>&Sets</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="121"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="125"/>
|
||||
<source>Add card to &maindeck</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="123"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="127"/>
|
||||
<source>Ctrl+M</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="124"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="128"/>
|
||||
<source>Add card to &sideboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="126"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="130"/>
|
||||
<source>Ctrl+N</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="127"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="131"/>
|
||||
<source>&Remove row</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="129"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="133"/>
|
||||
<source>Del</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="130"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="134"/>
|
||||
<source>&Increment number</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="132"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="136"/>
|
||||
<source>+</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="133"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="137"/>
|
||||
<source>&Decrement number</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="135"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="139"/>
|
||||
<source>-</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="185"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="186"/>
|
||||
<source>Are you sure?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/window_deckeditor.cpp" line="186"/>
|
||||
<location filename="../src/window_deckeditor.cpp" line="187"/>
|
||||
<source>The decklist has been modified.
|
||||
Do you want to save the changes?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue