~ubuntu-branches/ubuntu/edgy/pouetchess/edgy-updates

« back to all changes in this revision

Viewing changes to data/gui/french/strings.xml

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc (mr_pouit)
  • Date: 2006-07-15 15:45:57 UTC
  • Revision ID: james.westby@ubuntu.com-20060715154557-3paxq02hx4od0wm4
Tags: upstream-0.2.0
ImportĀ upstreamĀ versionĀ 0.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Panel name        = "Strings"
 
2
           visible     = "false"
 
3
           callbackString = "strings">
 
4
        
 
5
        
 
6
        <Label callbackString = "stalemate">
 
7
                <Text string = "1/2-1/2 {Stalemate}"></Text>
 
8
        </Label>
 
9
        
 
10
        <Label callbackString = "white_is_mated">
 
11
                <Text string = "0-1 {Victoire des noirs}"></Text>
 
12
        </Label>
 
13
        
 
14
        <Label callbackString = "black_is_mated">
 
15
                <Text string = "1-0 {Victoire des blancs}"></Text>
 
16
        </Label>    
 
17
        
 
18
        <Label callbackString = "draw_by_fifty">
 
19
                <Text string = "1/2-1/2 {Loi des 50 coups}"></Text>
 
20
        </Label>    
 
21
        
 
22
        <Label callbackString = "draw_by_rep">
 
23
                <Text string = "1/2-1/2 {3 fold repetition}"></Text>
 
24
        </Label>    
 
25
        
 
26
        <Label callbackString = "draw">
 
27
                <Text string = "1/2-1/2 {Egalite}"></Text>
 
28
        </Label>
 
29
                        
 
30
        
 
31
                
 
32
</Panel>
 
 
b'\\ No newline at end of file'