diff --git a/po/de_pysol.po b/po/de_pysol.po index 2dad73bf6..d5449c1cd 100644 --- a/po/de_pysol.po +++ b/po/de_pysol.po @@ -833,8 +833,8 @@ msgid "Unknown" msgstr "Unbekannt" #: pysollib/resource.py:182 -msgid "French type (52 cards)" -msgstr "Französisch (52 Karten)" +msgid "French type (52-54 cards)" +msgstr "Französisch (52-54 Karten)" #: pysollib/resource.py:183 msgid "Hanafuda type (48 cards)" diff --git a/po/fr_pysol.po b/po/fr_pysol.po index c09601e1f..8596b878d 100644 --- a/po/fr_pysol.po +++ b/po/fr_pysol.po @@ -863,8 +863,8 @@ msgid "Unknown" msgstr "Inconnu" #: pysollib/resource.py:182 -msgid "French type (52 cards)" -msgstr "Type français (52 cartes)" +msgid "French type (52-54 cards)" +msgstr "Type français (52-54 cartes)" #: pysollib/resource.py:183 msgid "Hanafuda type (48 cards)" diff --git a/po/it_pysol.po b/po/it_pysol.po index e7a4b4267..ca0b269ff 100644 --- a/po/it_pysol.po +++ b/po/it_pysol.po @@ -871,8 +871,8 @@ msgid "Unknown" msgstr "Sconosciuto" #: pysollib/resource.py:182 -msgid "French type (52 cards)" -msgstr "Tipo Francese (52 carte)" +msgid "French type (52-54 cards)" +msgstr "Tipo Francese (52-54 carte)" #: pysollib/resource.py:183 msgid "Hanafuda type (48 cards)" diff --git a/po/pl_pysol.po b/po/pl_pysol.po index a9facb114..e33fc9f43 100644 --- a/po/pl_pysol.po +++ b/po/pl_pysol.po @@ -868,8 +868,8 @@ msgid "Unknown" msgstr "Nieznany" #: pysollib/resource.py:182 -msgid "French type (52 cards)" -msgstr "Typ francuski (52 karty)" +msgid "French type (52-54 cards)" +msgstr "Typ francuski (52-54 karty)" #: pysollib/resource.py:183 msgid "Hanafuda type (48 cards)" diff --git a/po/pt_BR_pysol.po b/po/pt_BR_pysol.po index 06a647033..edfe3eb06 100644 --- a/po/pt_BR_pysol.po +++ b/po/pt_BR_pysol.po @@ -862,8 +862,8 @@ msgid "Unknown" msgstr "Desconhecido" #: pysollib/resource.py:182 -msgid "French type (52 cards)" -msgstr "Estilo Francês (52 cartas)" +msgid "French type (52-54 cards)" +msgstr "Estilo Francês (52-54 cartas)" #: pysollib/resource.py:183 msgid "Hanafuda type (48 cards)" diff --git a/po/pysol.pot b/po/pysol.pot index 6343ab55e..60f6ec476 100644 --- a/po/pysol.pot +++ b/po/pysol.pot @@ -777,7 +777,7 @@ msgid "Unknown" msgstr "" #: pysollib/resource.py:182 -msgid "French type (52 cards)" +msgid "French type (52-54 cards)" msgstr "" #: pysollib/resource.py:183 diff --git a/po/ru_pysol.po b/po/ru_pysol.po index 63d39c4f4..d51b4021d 100644 --- a/po/ru_pysol.po +++ b/po/ru_pysol.po @@ -858,8 +858,8 @@ msgid "Unknown" msgstr "Неизвестный" #: pysollib/resource.py:182 -msgid "French type (52 cards)" -msgstr "Классические (52 карты)" +msgid "French type (52-54 cards)" +msgstr "Классические (52-54 карты)" #: pysollib/resource.py:183 msgid "Hanafuda type (48 cards)" diff --git a/pysollib/resource.py b/pysollib/resource.py index 3c2916679..73651c06e 100644 --- a/pysollib/resource.py +++ b/pysollib/resource.py @@ -187,7 +187,7 @@ class CSI: SUBTYPE_JOKER_DECK = 1 TYPE = { - 1: _("French type (52 cards)"), + 1: _("French type (52-54 cards)"), 2: _("Hanafuda type (48 cards)"), 3: _("Tarock type (78 cards)"), 4: _("Mahjongg type (42 tiles)"),