mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
added total number of cards to random pack panel
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1122 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -423,6 +423,7 @@ label:
|
||||
#_ADD pack selection: Pack selection
|
||||
#_ADD pack totals: Totals
|
||||
#_ADD seed: Seed
|
||||
#_ADD total cards: Total
|
||||
|
||||
# Open dialogs
|
||||
all files 全部文件
|
||||
@@ -468,7 +469,7 @@ label:
|
||||
filename format: 格式:
|
||||
filename conflicts: 处理重复文件名:
|
||||
export filenames: 文件名
|
||||
cards to export: 导出卡牌
|
||||
#_DEL cards to export: 导出卡牌
|
||||
filename is ignored: (忽略文件名)
|
||||
|
||||
# apprentice export
|
||||
|
||||
@@ -423,6 +423,7 @@ label:
|
||||
#_ADD pack selection: Pack selection
|
||||
#_ADD pack totals: Totals
|
||||
#_ADD seed: Seed
|
||||
#_ADD total cards: Total
|
||||
|
||||
# Open dialogs
|
||||
all files Alle Dateien
|
||||
@@ -468,7 +469,7 @@ label:
|
||||
filename format: &Format:
|
||||
filename conflicts: &Doppelte Dateinamen:
|
||||
export filenames: Dateinamen
|
||||
cards to export: Exportierte Karten
|
||||
#_DEL cards to export: Exportierte Karten
|
||||
filename is ignored: (Dateiname wird ignoriert)
|
||||
|
||||
# apprentice export
|
||||
|
||||
@@ -423,6 +423,7 @@ label:
|
||||
pack selection: Pack selection
|
||||
pack totals: Totals
|
||||
seed: Seed
|
||||
total cards: Total
|
||||
|
||||
# Open dialogs
|
||||
all files All files
|
||||
@@ -468,7 +469,6 @@ label:
|
||||
filename format: &Format:
|
||||
filename conflicts: &Handle duplicating filenames:
|
||||
export filenames: Filenames
|
||||
cards to export: Cards to export
|
||||
filename is ignored: (filename is ignored)
|
||||
|
||||
# apprentice export
|
||||
|
||||
@@ -423,6 +423,7 @@ label:
|
||||
#_ADD pack selection: Pack selection
|
||||
#_ADD pack totals: Totals
|
||||
#_ADD seed: Seed
|
||||
#_ADD total cards: Total
|
||||
|
||||
# Open dialogs
|
||||
all files Todos los archivos
|
||||
@@ -468,7 +469,7 @@ label:
|
||||
filename format: &Formato:
|
||||
filename conflicts: &Soportar duplicado de nombres de archivos:
|
||||
export filenames: Nombres de archivo
|
||||
cards to export: Cartas a exportar
|
||||
#_DEL cards to export: Cartas a exportar
|
||||
filename is ignored: (filename is ignored)
|
||||
|
||||
# apprentice export
|
||||
|
||||
@@ -423,6 +423,7 @@ label:
|
||||
#_ADD pack selection: Pack selection
|
||||
#_ADD pack totals: Totals
|
||||
#_ADD seed: Seed
|
||||
#_ADD total cards: Total
|
||||
|
||||
# Open dialogs
|
||||
all files All files
|
||||
@@ -468,7 +469,7 @@ label:
|
||||
filename format: &Format:
|
||||
filename conflicts: &Handle duplicating filenames:
|
||||
export filenames: Filenames
|
||||
cards to export: Cards to export
|
||||
#_DEL cards to export: Cards to export
|
||||
filename is ignored: (filename is ignored)
|
||||
|
||||
# apprentice export
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#_DEL mse version: 0.3.7
|
||||
#_DEL #_DEL #_DEL mse version: 0.3.7
|
||||
#_ADD mse version: 0.3.7
|
||||
installer group: translations/Italiano
|
||||
full name: Italiano
|
||||
@@ -424,6 +424,7 @@ label:
|
||||
#_ADD pack selection: Pack selection
|
||||
#_ADD pack totals: Totals
|
||||
#_ADD seed: Seed
|
||||
#_ADD total cards: Total
|
||||
|
||||
# Open dialogs
|
||||
all files Tutti i file
|
||||
@@ -469,7 +470,7 @@ label:
|
||||
filename format: &Formato:
|
||||
filename conflicts: &Handle duplicating filenames:
|
||||
export filenames: Filenames
|
||||
cards to export: Carte da esportare
|
||||
#_DEL cards to export: Carte da esportare
|
||||
filename is ignored: (il filename è ignorato)
|
||||
|
||||
# apprentice export
|
||||
|
||||
@@ -423,6 +423,7 @@ label:
|
||||
#_ADD pack selection: Pack selection
|
||||
#_ADD pack totals: Totals
|
||||
#_ADD seed: Seed
|
||||
#_ADD total cards: Total
|
||||
|
||||
# Open dialogs
|
||||
all files 全てのファイル
|
||||
@@ -468,7 +469,7 @@ label:
|
||||
filename format: &フォーマット:
|
||||
filename conflicts: &取っ手を複写することのファイル名:
|
||||
export filenames: ファイル名
|
||||
cards to export: エクスポートするカード
|
||||
#_DEL cards to export: エクスポートするカード
|
||||
filename is ignored: (ファイル名は無視されます)
|
||||
|
||||
# apprentice export
|
||||
|
||||
@@ -199,6 +199,7 @@ hybrid_cost_sort := {
|
||||
else if colors = "UG" then "GJ"
|
||||
else "GK"
|
||||
}
|
||||
# A code for the color of the card
|
||||
color_of_card := {
|
||||
card_color := card.card_color
|
||||
casting_cost := card.casting_cost
|
||||
|
||||
Reference in New Issue
Block a user