Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/po/en.po
blob: acf15d8440cb8d036ed47332a0c069d454cedbf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-10-30 00:32-0400\n"
"PO-Revision-Date: 2012-11-10 15:42+0200\n"
"Last-Translator: Chris <cjl@laptop.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.5\n"

#. TRANS: "name" option from activity.info file
msgid "SimpleGNUChess"
msgstr "SimpleGNUChess"

#. TRANS: "summary" option from activity.info file
#. TRANS: "description" option from activity.info file
msgid "a Sugar interface to the gnuchess program"
msgstr "a Sugar interface to the gnuchess program"

#: GNUChessActivity.py:131
msgid "Edit"
msgstr "Edit"

#: GNUChessActivity.py:138
msgid "View"
msgstr "View"

#: GNUChessActivity.py:145
msgid "Adjust"
msgstr "Adjust"

#: GNUChessActivity.py:152
msgid "Custom"
msgstr "Custom"

#: GNUChessActivity.py:168
msgid "Copy"
msgstr "Copy"

#: GNUChessActivity.py:174
msgid "Paste"
msgstr "Paste"

#: GNUChessActivity.py:180
msgid "Fullscreen"
msgstr "Fullscreen"

#: GNUChessActivity.py:186
msgid "Play game history"
msgstr "Play game history"

#: GNUChessActivity.py:191 GNUChessActivity.py:490
msgid "Show game history"
msgstr "Show game history"

#: GNUChessActivity.py:196
msgid "White: "
msgstr "White: "

#: GNUChessActivity.py:199
msgid "White's move"
msgstr "White's move"

#: GNUChessActivity.py:204
msgid "Black: "
msgstr "Black: "

#: GNUChessActivity.py:207
msgid "Black's move"
msgstr "Black's move"

#: GNUChessActivity.py:214
msgid "Default pieces"
msgstr "Default pieces"

#: GNUChessActivity.py:220
msgid "Sugar-style pieces"
msgstr "Sugar-style pieces"

#: GNUChessActivity.py:230
msgid "Custom pieces"
msgstr "Custom pieces"

#: GNUChessActivity.py:238
msgid "Play White"
msgstr "Play White"

#: GNUChessActivity.py:244
msgid "Play Black"
msgstr "Play Black"

#: GNUChessActivity.py:254
msgid "Beginner"
msgstr "Beginner"

#: GNUChessActivity.py:260
msgid "Expert"
msgstr "Expert"

#: GNUChessActivity.py:271
msgid "Play against the computer"
msgstr "Play against the computer"

#: GNUChessActivity.py:277
msgid "Play against a person"
msgstr "Play against a person"

#: GNUChessActivity.py:288
msgid "New game"
msgstr "New game"

#: GNUChessActivity.py:293
msgid "Undo"
msgstr "Undo"

#: GNUChessActivity.py:298
msgid "Hint"
msgstr "Hint"

#: GNUChessActivity.py:302 chess.py:264
msgid "It is White's move."
msgstr "It is White's move."

#: GNUChessActivity.py:314
msgid "White Pawn"
msgstr "White Pawn"

#: GNUChessActivity.py:320
msgid "Black Pawn"
msgstr "Black Pawn"

#: GNUChessActivity.py:326
msgid "White Rook"
msgstr "White Rook"

#: GNUChessActivity.py:332
msgid "Black Rook"
msgstr "Black Rook"

#: GNUChessActivity.py:338
msgid "White Knight"
msgstr "White Knight"

#: GNUChessActivity.py:344
msgid "Black Knight"
msgstr "Black Knight"

#: GNUChessActivity.py:350
msgid "White Bishop"
msgstr "White Bishop"

#: GNUChessActivity.py:356
msgid "Black Bishop"
msgstr "Black Bishop"

#: GNUChessActivity.py:362
msgid "White Queen"
msgstr "White Queen"

#: GNUChessActivity.py:368
msgid "Black Queen"
msgstr "Black Queen"

#: GNUChessActivity.py:374
msgid "White King"
msgstr "White King"

#: GNUChessActivity.py:380
msgid "Black King"
msgstr "Black King"

#: GNUChessActivity.py:487
msgid "Show game board"
msgstr "Show game board"

#: GNUChessActivity.py:740
msgid "Game in progress."
msgstr "Game in progress."

#: GNUChessActivity.py:741
msgid "Do you want to start a new game?"
msgstr "Do you want to start a new game?"

#: chess.py:206
msgid "Illegal move"
msgstr "Illegal move"

#: chess.py:253 chess.py:479 chess.py:486
msgid "Check"
msgstr "Check"

#: chess.py:255 chess.py:482 chess.py:488
msgid "Checkmate"
msgstr "Checkmate"

#: chess.py:266
msgid "It is Black's move."
msgstr "It is Black's move."

#: chess.py:298
msgid "Black wins."
msgstr "Black wins."

#: chess.py:300
msgid "White wins."
msgstr "White wins."

#: chess.py:304
msgid "White's King is in check."
msgstr "White's King is in check."

#: chess.py:307
msgid "Black's King is in check."
msgstr "Black's King is in check."

#: chess.py:404 chess.py:407 chess.py:582
msgid "Please wait for your turn."
msgstr "Please wait for your turn."

#: chess.py:411
msgid "Please play White."
msgstr "Please play White."

#: chess.py:413
msgid "Please play Black."
msgstr "Please play Black."

#: chess.py:509
msgid "Thinking..."
msgstr "Thinking..."

#: chess.py:585
msgid "Thinking"
msgstr "Thinking"

#~ msgid "Play"
#~ msgstr "Play"

#~ msgid "White: please wait for your turn."
#~ msgstr "White: please wait for your turn."

#~ msgid "Black: please wait for your turn."
#~ msgstr "Black: please wait for your turn."