diff --git a/TheGameExtreme/AppRessources-br.Designer.cs b/TheGameExtreme/AppRessources-br.Designer.cs
index 3f2f1b9..0958a53 100644
--- a/TheGameExtreme/AppRessources-br.Designer.cs
+++ b/TheGameExtreme/AppRessources-br.Designer.cs
@@ -159,27 +159,6 @@ namespace TheGameExtreme {
}
}
- ///
- /// Recherche une chaîne localisée semblable à -The goal is to beat the game! Alone or with others!
- ///
- ///-98 cards numbered from 2 to 99.
- ///
- ///-4 batteries are at your disposal, two ascending and two descending.
- ///
- ///-The objective is to be able to put all the cards of the picks on the different piles at your disposal.
- ///
- ///-If you get to empty all the deck and put all the cards on the piles, you win, otherwise you lose.
- ///
- ///-Every player must play at least two cards per turn.
- ///
- ///-On an ascending stack, it is possible to roll back 10 (eg 73 is played -> possibil [le reste de la chaîne a été tronqué]";.
- ///
- internal static string StrRules {
- get {
- return ResourceManager.GetString("StrRules", resourceCulture);
- }
- }
-
///
/// Recherche une chaîne localisée semblable à Sorry, you did not cover the skull ... Try again;).
///
diff --git a/TheGameExtreme/AppRessources-br.resx b/TheGameExtreme/AppRessources-br.resx
index 77e02ce..8f9ac32 100644
--- a/TheGameExtreme/AppRessources-br.resx
+++ b/TheGameExtreme/AppRessources-br.resx
@@ -155,25 +155,6 @@
The player has no more cards in his hand
-
- -The goal is to beat the game! Alone or with others!
-
--98 cards numbered from 2 to 99.
-
--4 batteries are at your disposal, two ascending and two descending.
-
--The objective is to be able to put all the cards of the picks on the different piles at your disposal.
-
--If you get to empty all the deck and put all the cards on the piles, you win, otherwise you lose.
-
--Every player must play at least two cards per turn.
-
--On an ascending stack, it is possible to roll back 10 (eg 73 is played -> possibility to play above 73 or 63).
-
--On a falling stack, it is possible to roll back 10 (eg 73 is played -> possibility to play below 73 or 83).
-
--The cohesion and strategy will be two important friends to overcome The Game.
-
Sorry, you did not cover the skull ... Try again;)
diff --git a/TheGameExtreme/view/Settings.xaml.cs b/TheGameExtreme/view/Settings.xaml.cs
index da2cc4e..13de124 100644
--- a/TheGameExtreme/view/Settings.xaml.cs
+++ b/TheGameExtreme/view/Settings.xaml.cs
@@ -22,7 +22,7 @@ namespace TheGameExtreme.view
swTheme.IsToggled = true;
}
-
+
@@ -33,7 +33,7 @@ namespace TheGameExtreme.view
if (CBBr.IsChecked == true)
{
CBFr.IsChecked = false;
-
+ AppRessources_br.StrRules.ToString();
}
else if(CBBr.IsChecked == false)
{