diff --git a/po/de_pysol.po b/po/de_pysol.po index cdc3fc41..de48932b 100644 --- a/po/de_pysol.po +++ b/po/de_pysol.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PySol 0.0.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-12-10 10:19-0500\n" -"PO-Revision-Date: 2024-12-28 19:10-0500\n" +"PO-Revision-Date: 2025-03-14 19:16-0400\n" "Last-Translator: H. Schaekel \n" "Language-Team: German\n" "Language: de\n" @@ -4189,6 +4189,9 @@ msgstr "Nationalität:" msgid "Year:" msgstr "Jahr:" +msgid "Num. cards:" +msgstr "" + msgid "Compatible with current game" msgstr "" diff --git a/po/fr_pysol.po b/po/fr_pysol.po index abddf1aa..88321829 100644 --- a/po/fr_pysol.po +++ b/po/fr_pysol.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: 1.02\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-12-10 10:19-0500\n" -"PO-Revision-Date: 2024-12-28 19:10-0500\n" +"PO-Revision-Date: 2025-03-14 19:16-0400\n" "Last-Translator: Eric Rausch \n" "Language-Team: French\n" "Language: fr\n" @@ -4240,6 +4240,9 @@ msgstr "Origine:" msgid "Year:" msgstr "Année:" +msgid "Num. cards:" +msgstr "" + msgid "Compatible with current game" msgstr "" diff --git a/po/it_pysol.po b/po/it_pysol.po index 1c997fc0..e727858b 100644 --- a/po/it_pysol.po +++ b/po/it_pysol.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: it_pysol\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-12-10 10:19-0500\n" -"PO-Revision-Date: 2024-12-28 19:11-0500\n" +"PO-Revision-Date: 2025-03-14 19:15-0400\n" "Last-Translator: Giuliano Colla \n" "Language-Team: Italiano \n" "Language: it\n" @@ -4303,6 +4303,9 @@ msgstr "Nazionalità:" msgid "Year:" msgstr "Anno:" +msgid "Num. cards:" +msgstr "" + msgid "Compatible with current game" msgstr "" diff --git a/po/pl_pysol.po b/po/pl_pysol.po index 297f7bac..40e51755 100644 --- a/po/pl_pysol.po +++ b/po/pl_pysol.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PySolFC\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-12-10 10:19-0500\n" -"PO-Revision-Date: 2024-12-28 19:11-0500\n" +"PO-Revision-Date: 2025-03-14 19:15-0400\n" "Last-Translator: Jerzy Trzeciak \n" "Language-Team: Polish \n" "Language: pl\n" @@ -4257,6 +4257,9 @@ msgstr "Narodowość:" msgid "Year:" msgstr "Rok:" +msgid "Num. cards:" +msgstr "" + msgid "Compatible with current game" msgstr "" diff --git a/po/pt_BR_pysol.po b/po/pt_BR_pysol.po index 0c6f19b2..04f563f4 100644 --- a/po/pt_BR_pysol.po +++ b/po/pt_BR_pysol.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-12-10 10:19-0500\n" -"PO-Revision-Date: 2024-12-28 19:11-0500\n" +"PO-Revision-Date: 2025-03-14 19:15-0400\n" "Last-Translator: Matheus Knack \n" "Language-Team: \n" "Language: pt_BR\n" @@ -4263,6 +4263,9 @@ msgstr "Nacionalidade:" msgid "Year:" msgstr "Ano:" +msgid "Num. cards:" +msgstr "" + msgid "Compatible with current game" msgstr "" diff --git a/po/pysol.pot b/po/pysol.pot index 3d2255f0..4f265b16 100644 --- a/po/pysol.pot +++ b/po/pysol.pot @@ -4045,6 +4045,9 @@ msgstr "" msgid "Year:" msgstr "" +msgid "Num. cards:" +msgstr "" + msgid "Compatible with current game" msgstr "" diff --git a/po/ru_pysol.po b/po/ru_pysol.po index ecdc8869..d4fa4cdd 100644 --- a/po/ru_pysol.po +++ b/po/ru_pysol.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-12-10 10:19-0500\n" -"PO-Revision-Date: 2024-12-28 19:12-0500\n" +"PO-Revision-Date: 2025-03-14 19:14-0400\n" "Last-Translator: Skomoroh \n" "Language-Team: Russian \n" "Language: ru\n" @@ -4312,6 +4312,9 @@ msgstr "Национальность:" msgid "Year:" msgstr "Год:" +msgid "Num. cards:" +msgstr "" + msgid "Compatible with current game" msgstr "" diff --git a/pysollib/tile/selectcardset.py b/pysollib/tile/selectcardset.py index ec8104cb..125c8261 100644 --- a/pysollib/tile/selectcardset.py +++ b/pysollib/tile/selectcardset.py @@ -662,20 +662,21 @@ class CardsetInfoDialog(MfxDialog): row += 1 styles = nationalities = year = None if cardset.si.styles: - styles = '\n'.join([CSI.STYLE[i] for i in cardset.si.styles]) + styles = '\n'.join(sorted([CSI.STYLE[i] + for i in cardset.si.styles])) if cardset.si.nationalities: - nationalities = '\n'.join([CSI.NATIONALITY[i] - for i in cardset.si.nationalities]) + nationalities = '\n'.join(sorted([CSI.NATIONALITY[i] + for i in + cardset.si.nationalities])) if cardset.year: year = str(cardset.year) frow = 0 for n, t in ( - # ('Version:', str(cardset.version)), (_('Type:'), CSI.TYPE[cardset.type]), (_('Styles:'), styles), (_('Nationality:'), nationalities), (_('Year:'), year), - # (_('Number of cards:'), str(cardset.ncards)), + (_('Num. cards:'), str(cardset.ncards)), (_('Size:'), '%d x %d' % (cardset.CARDW, cardset.CARDH)), ): if t is not None: diff --git a/pysollib/tk/selectcardset.py b/pysollib/tk/selectcardset.py index 41dea1e5..0732f59e 100644 --- a/pysollib/tk/selectcardset.py +++ b/pysollib/tk/selectcardset.py @@ -436,20 +436,21 @@ class CardsetInfoDialog(MfxDialog): padx=0, pady=5, ipadx=5, ipady=5) styles = nationalities = year = None if cardset.si.styles: - styles = '\n'.join([CSI.STYLE[i] for i in cardset.si.styles]) + styles = '\n'.join(sorted([CSI.STYLE[i] + for i in cardset.si.styles])) if cardset.si.nationalities: - nationalities = '\n'.join([CSI.NATIONALITY[i] - for i in cardset.si.nationalities]) + nationalities = '\n'.join(sorted([CSI.NATIONALITY[i] + for i in + cardset.si.nationalities])) if cardset.year: year = str(cardset.year) row = 0 for n, t in ( - # ('Version:', str(cardset.version)), (_('Type:'), CSI.TYPE[cardset.type]), (_('Styles:'), styles), (_('Nationality:'), nationalities), (_('Year:'), year), - # (_('Number of cards:'), str(cardset.ncards)), + (_('Num. cards:'), str(cardset.ncards)), (_('Size:'), '%d x %d' % (cardset.CARDW, cardset.CARDH)), ): if t is not None: