master
Baptiste ARNAUD 6 years ago
parent f676fd940e
commit b05f4291d9

@ -159,27 +159,6 @@ namespace TheGameExtreme {
} }
} }
/// <summary>
/// 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 -&gt; possibil [le reste de la chaîne a été tronqué]&quot;;.
/// </summary>
internal static string StrRules {
get {
return ResourceManager.GetString("StrRules", resourceCulture);
}
}
/// <summary> /// <summary>
/// Recherche une chaîne localisée semblable à Sorry, you did not cover the skull ... Try again;). /// Recherche une chaîne localisée semblable à Sorry, you did not cover the skull ... Try again;).
/// </summary> /// </summary>

@ -155,25 +155,6 @@
<data name="StrNoMoreCardOnHand" xml:space="preserve"> <data name="StrNoMoreCardOnHand" xml:space="preserve">
<value>The player has no more cards in his hand</value> <value>The player has no more cards in his hand</value>
</data> </data>
<data name="StrRules" xml:space="preserve">
<value>-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 -&gt; possibility to play above 73 or 63).
-On a falling stack, it is possible to roll back 10 (eg 73 is played -&gt; possibility to play below 73 or 83).
-The cohesion and strategy will be two important friends to overcome The Game.</value>
</data>
<data name="StrSkullEffect" xml:space="preserve"> <data name="StrSkullEffect" xml:space="preserve">
<value>Sorry, you did not cover the skull ... Try again;)</value> <value>Sorry, you did not cover the skull ... Try again;)</value>
</data> </data>

@ -33,7 +33,7 @@ namespace TheGameExtreme.view
if (CBBr.IsChecked == true) if (CBBr.IsChecked == true)
{ {
CBFr.IsChecked = false; CBFr.IsChecked = false;
AppRessources_br.StrRules.ToString();
} }
else if(CBBr.IsChecked == false) else if(CBBr.IsChecked == false)
{ {

Loading…
Cancel
Save