1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 22:45:44 +00:00

Correctif

This commit is contained in:
Yan Maniez 2018-07-28 22:58:51 +02:00
parent 388475bbca
commit 920c815588

View file

@ -793,27 +793,28 @@ namespace AideDeJeu.ViewModels
{
new KeyValuePair<string, string>("", "Tous" ),
new KeyValuePair<string, string>("Armure", "Armure" ),
new KeyValuePair<string, string>("Armure légère", " Armure légère" ),
new KeyValuePair<string, string>("Armure intermédiaire", " Armure intermédiaire" ),
new KeyValuePair<string, string>("Armure lourde", " Armure lourde" ),
new KeyValuePair<string, string>("Bouclier", " Bouclier" ),
new KeyValuePair<string, string>("Armure légère", " Armure légère" ),
new KeyValuePair<string, string>("Armure intermédiaire", " Armure intermédiaire" ),
new KeyValuePair<string, string>("Armure lourde", " Armure lourde" ),
new KeyValuePair<string, string>("Bouclier", " Bouclier" ),
new KeyValuePair<string, string>("Arme", "Arme" ),
new KeyValuePair<string, string>("Arme de corps-à-corps", " Arme de corps-à-corps" ),
new KeyValuePair<string, string>("Arme à distance", " Arme à distance" ),
new KeyValuePair<string, string>("Arme de corps-à-corps", " Arme de corps-à-corps" ),
new KeyValuePair<string, string>("Arme à distance", " Arme à distance" ),
new KeyValuePair<string, string>("Équipement d'aventurier", "Équipement d'aventurier" ),
new KeyValuePair<string, string>("Focaliseur arcanique", " Focaliseur arcanique" ),
new KeyValuePair<string, string>("Focaliseur druidique", " Focaliseur druidique" ),
new KeyValuePair<string, string>("Munitions", " Munitions" ),
new KeyValuePair<string, string>("Symbole sacré", " Symbole sacré" ),
new KeyValuePair<string, string>("Vêtements", " Vêtements" ),
new KeyValuePair<string, string>("Focaliseur arcanique", " Focaliseur arcanique" ),
new KeyValuePair<string, string>("Focaliseur druidique", " Focaliseur druidique" ),
new KeyValuePair<string, string>("Munitions", " Munitions" ),
new KeyValuePair<string, string>("Symbole sacré", " Symbole sacré" ),
new KeyValuePair<string, string>("Vêtements", " Vêtements" ),
new KeyValuePair<string, string>("Outil", "Outil" ),
new KeyValuePair<string, string>("Instrument de musique", " Instrument de musique" ),
new KeyValuePair<string, string>("Jeu", " Jeu" ),
new KeyValuePair<string, string>("Outil d'artisan", " Outil d'artisan" ),
new KeyValuePair<string, string>("Instrument de musique", " Instrument de musique" ),
new KeyValuePair<string, string>("Jeu", " Jeu" ),
new KeyValuePair<string, string>("Outil d'artisan", " Outil d'artisan" ),
new KeyValuePair<string, string>("Monture", "Monture" ),
new KeyValuePair<string, string>("Équipement, sellerie et véhicules à traction", "Équipement, sellerie et véhicules à traction" ),
new KeyValuePair<string, string>("Bateau", "Bateau" ),
new KeyValuePair<string, string>("Marchandise", "Marchandise" ),
new KeyValuePair<string, string>("Service", "Service" ),
new KeyValuePair<string, string>("Nourriture, boisson et logement", "Nourriture, boisson et logement" ),
};