Subversion Repository Public Repository

Nextrek

Diff Revisions 24 vs 25 for /Windows8/Minstrek/DimensioneParallela/App1/bin/Release/MainPage.xaml

Diff revisions: vs.
  @@ -114,13 +114,13 @@
114 114 <ImageBrush ImageSource="sfondoFine.png" Stretch="UniformToFill" />
115 115 </Canvas.Background>
116 116 <StackPanel Margin="0,420,0,0" Orientation="Vertical" Width="1366">
117 - <TextBlock HorizontalAlignment="Center" FontSize="68" FontWeight="Bold" Foreground="Wheat">DO YOU WANT TO PLAY AGAIN?</TextBlock>
117 + <TextBlock HorizontalAlignment="Center" FontSize="68" FontWeight="Bold" Foreground="Wheat">Vuoi fare un'altra partita?</TextBlock>
118 118 <StackPanel Margin="0,40,0,0" Orientation="Horizontal" HorizontalAlignment="Center">
119 119 <Button x:ConnectionId='2' x:Name="botSi" Width="500" Height="200" >
120 - <TextBlock FontSize="70" Foreground="Wheat">YES</TextBlock>
120 + <TextBlock FontSize="70" Foreground="Wheat">SI</TextBlock>
121 121 </Button>
122 122 <Button x:ConnectionId='3' x:Name="botNo" Width="500" Height="200" >
123 - <TextBlock FontSize="70" Foreground="Wheat">NO, QUIT</TextBlock>
123 + <TextBlock FontSize="70" Foreground="Wheat">NO, ESCI</TextBlock>
124 124 </Button>
125 125 </StackPanel>
126 126 </StackPanel>