1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Corrected capitalization and typo in cardset styles list.

This commit is contained in:
Joe R 2022-07-09 17:04:02 -04:00
parent 67fbd4c132
commit 92230480fd
8 changed files with 23 additions and 23 deletions

View file

@ -55,7 +55,7 @@ Cardsets Styles:
* Art = 4
* Cartoons = 5
* Children = 6
* Classic look = 7
* Classic Look = 7
* Collectors = 8
* Computers = 9
* Engines = 10
@ -74,7 +74,7 @@ Cardsets Styles:
* Places = 20
* Plain = 21
* Products = 22
* Round cardsets = 18
* Round Cardsets = 18
* Science Fiction = 23
* Sports = 24
* Tarock = 27

View file

@ -929,7 +929,7 @@ msgid "Children"
msgstr "Kinder"
#: pysollib/resource.py:225
msgid "Classic look"
msgid "Classic Look"
msgstr "Klassisches Aussehen"
#: pysollib/resource.py:226
@ -989,7 +989,7 @@ msgid "Products"
msgstr "Produkte"
#: pysollib/resource.py:244
msgid "Round cardsets"
msgid "Round Cardsets"
msgstr "Runde Kartensets"
#: pysollib/resource.py:245
@ -1001,7 +1001,7 @@ msgid "Sports"
msgstr "Sport"
#: pysollib/resource.py:248
msgid "Vehicels"
msgid "Vehicles"
msgstr "Vehikel"
#: pysollib/resource.py:249

View file

@ -959,7 +959,7 @@ msgid "Children"
msgstr "Enfants"
#: pysollib/resource.py:225
msgid "Classic look"
msgid "Classic Look"
msgstr "Look classique"
#: pysollib/resource.py:226
@ -1019,7 +1019,7 @@ msgid "Products"
msgstr "Produits"
#: pysollib/resource.py:244
msgid "Round cardsets"
msgid "Round Cardsets"
msgstr "Style arrondi"
#: pysollib/resource.py:245
@ -1031,7 +1031,7 @@ msgid "Sports"
msgstr "Sports"
#: pysollib/resource.py:248
msgid "Vehicels"
msgid "Vehicles"
msgstr "Véhicules"
#: pysollib/resource.py:249

View file

@ -967,7 +967,7 @@ msgid "Children"
msgstr "Bambini"
#: pysollib/resource.py:225
msgid "Classic look"
msgid "Classic Look"
msgstr "Classiche"
#: pysollib/resource.py:226
@ -1027,7 +1027,7 @@ msgid "Products"
msgstr "Prodotti"
#: pysollib/resource.py:244
msgid "Round cardsets"
msgid "Round Cardsets"
msgstr "Carte rotonde"
#: pysollib/resource.py:245
@ -1039,7 +1039,7 @@ msgid "Sports"
msgstr "Sport"
#: pysollib/resource.py:248
msgid "Vehicels"
msgid "Vehicles"
msgstr "Veicoli"
#: pysollib/resource.py:249

View file

@ -960,7 +960,7 @@ msgid "Children"
msgstr "Dzieci"
#: pysollib/resource.py:225
msgid "Classic look"
msgid "Classic Look"
msgstr "Wygląd klasyczny"
#: pysollib/resource.py:226
@ -1021,7 +1021,7 @@ msgid "Products"
msgstr "Produkty"
#: pysollib/resource.py:244
msgid "Round cardsets"
msgid "Round Cardsets"
msgstr "Okrągłe zestawy kart"
#: pysollib/resource.py:245
@ -1033,7 +1033,7 @@ msgid "Sports"
msgstr "Sport"
#: pysollib/resource.py:248
msgid "Vehicels"
msgid "Vehicles"
msgstr "Pojazdy"
#: pysollib/resource.py:249

View file

@ -873,7 +873,7 @@ msgid "Children"
msgstr ""
#: pysollib/resource.py:225
msgid "Classic look"
msgid "Classic Look"
msgstr ""
#: pysollib/resource.py:226
@ -933,7 +933,7 @@ msgid "Products"
msgstr ""
#: pysollib/resource.py:244
msgid "Round cardsets"
msgid "Round Cardsets"
msgstr ""
#: pysollib/resource.py:245
@ -945,7 +945,7 @@ msgid "Sports"
msgstr ""
#: pysollib/resource.py:248
msgid "Vehicels"
msgid "Vehicles"
msgstr ""
#: pysollib/resource.py:249

View file

@ -954,7 +954,7 @@ msgid "Children"
msgstr "Дети"
#: pysollib/resource.py:225
msgid "Classic look"
msgid "Classic Look"
msgstr "Классический вид"
#: pysollib/resource.py:226
@ -1014,7 +1014,7 @@ msgid "Products"
msgstr "Продукты"
#: pysollib/resource.py:244
msgid "Round cardsets"
msgid "Round Cardsets"
msgstr "Закруглённые"
#: pysollib/resource.py:245
@ -1026,7 +1026,7 @@ msgid "Sports"
msgstr "Спорт"
#: pysollib/resource.py:248
msgid "Vehicels"
msgid "Vehicles"
msgstr "Транспортные средства"
#: pysollib/resource.py:249

View file

@ -261,7 +261,7 @@ class CSI:
4: _("Art"), #
5: _("Cartoons"), #
6: _("Children"), #
7: _("Classic look"), #
7: _("Classic Look"), #
8: _("Collectors"), # scanned collectors cardsets
9: _("Computers"), #
10: _("Engines"), #
@ -280,11 +280,11 @@ class CSI:
20: _("Places"), #
21: _("Plain"), #
22: _("Products"), #
18: _("Round cardsets"), #
18: _("Round Cardsets"), #
23: _("Science Fiction"), #
24: _("Sports"), #
27: _("Tarock"), #
25: _("Vehicels"), #
25: _("Vehicles"), #
26: _("Video Games"), #
}