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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
|
3d.viewer=3D Viewer
3d.fog=Fog
3d.fog.density=Density:
3d.fog.none=None
3d.fog.exponential=Exponential Fog
3d.fog.linear=Linear fog
3d.fog.frontdistance=Front distance
3d.fog.backdistance=Back distance
3d.fog.type=Fog type:
3d.light=Light
3d.light.type=Light type:
3d.light.ambient=Ambient Light
3d.light.directional=Directionnal Light
3d.light.point=Point Light
3d.light.none=Off
3d.light.spot=Spot Light
3d.light.position=Position
3d.light.direction=Direction
3d.light.angle=Angle:
3d.light.apply=Apply
active_grid=Active
active_xaxis=X Axis
active_yaxis=Y Axis
ajouter=Add
animation_active = Animation mode is currently true.
apercu = Preview
attend_positif = is waiting for a positive argument.
backward=Backward
bas = Low
bleu = Blue
bordermotif=Border motif
caractere_special_variable = Variable names don't support
caractere_special1=Procedure names don't support
caractere_special2=characters like \ + - * / ( ) [ ] = < > & | :
caractere_special3=Rename
carre = Square
chaine_trop_longue = I can't print a word or a list with more than 32000 characters.
chat=Chat
chemin=Path
color_3_arguments=must have a 3 element list, [red green blue]
commande=Command:
comme_parametre = ] as arguments.
couleur_du_crayon=Pen Color
couleur_du_fond=Screen Color
dans=In
definir=You defined
depassement_memoire =XLogo has used 90% of available memory space.\nYour command will be stopped to prevent a stack overflow.\nCheck your program doesn't contain an infinite loop. Else increase the memory allocated to XLogo.
dernier = Last
direction=Direction
division_par_zero =You can't divide by zero !
dossier_parent = Parent folder
draw_grid=Background Grid
echantillon = Sample
echantillon_texte = This is a preview
editeur=Editor
editor.redo=Redo last action
editor.undo=Undo last action
effacer_editeur=Clear screen when closing the editor
element_dans_liste= elements in the list [
enlever=Remove
enregistreimage=Image Save As...
enregistrer_espace = Delete the workspace?
entre_zero_un = must be between 0 and 1.
epaisseur_crayon = Maximum pen width
erreur_compteur =You can't use repcount outside a repeat loop.
erreur_crochet=Error: ] expected.
erreur_editeur=I can't save procedures.\nPlease be careful with blocks To .... End.\nAlso check for bad definition of variables.
erreur_fixestyle =setstyle can only accept these values: none, bold, underline, italic, superscript or subscript.
erreur_format_image=Image files accepted are *.png and *.jpg
erreur_memoire=XLogo doesn't have enough memory to create the desired image.\nIn "Options" tab, increase the memory allocated to XLogo.
erreur_nom_nombre_procedure = Procedure names can't be numbers !
erreur_nom_nombre_variable = Variable names can't be numbers !
erreur_pas_repertoire = isn't a valid directory !
erreur_repetepour=must contain three or four elements, [variable start end increment]
erreur_retourne =You can't use return outside a procedure !
erreur_sortie1=Turtle is leaving the drawing zone.
erreur_sortie2=Number of steps available before leaving:
erreur_stop =You can't use stop outside a procedure or a loop !
erreur_tcp=Problem in network communication.
erreur_variable = isn't a valid variable !
erreur=ERROR
error_bad_values=only accepts
error.3d.3vertex=A polygon must have three vertices!
error.3d.emptypolygon=A polygon surface cannot be equal to zero!
error.ioecriture=Input/Output error: Sorry, I can't save...
error.iolecture=Unable to read the specified file.
error.ne_peut_etre= couldn't be found here.
error.novalue= has no value.
error.primitive2D=is only available in 2D mode.
error.primitive3D=is only available in 3D mode.
error.procedure.must.be=must be a procedure name!
error.whattodo=I don't know what to do with
error.word= must be a word.
existe_deja= already exists.
faux="false
ferme_editeur=Close the editor window.
fichier_du_type=File format:
fichiers = File(s)
fichiers_logo=Logo Files
fichiers_rtf = Files RTF
file_100K=To prevent memory overflow, file\nsize can't exceed 100 KB.
fin=end
fin_flux = There's no characters to read in the flow n\u00b0
find_replace=Replace/Find
find=Find
flux_ecriture = I can't write in this flow.
flux_existant =is a flow already open. You must close this flow before using this identifier.
flux_lecture = I can't read this flow.
flux_non_disponible =No flow has the identifier
forme_crayon = Pen shape
forward=Forward
gui_exists=The following graphical component already exists:
haut = High
hollandais=Dutch
hsb = HSB
hsbbleu = B
hsbrouge = H
hsbvert = S
imagefile=Image Files
images=Images
imprimer_editeur=Print the editor
interrompre_execution=Stop the current task
je_ne_sais_pas=I don't know how to do
line=line
lire_editeur=Update and close editor
liste_vide = The list is empty.
mainCommand=Main Command:
memoire=Memory allocation (MB)
menu.edition.copy=Copy Ctrl+C
menu.edition.cut=Cut Ctrl+X
menu.edition.paste=Paste Ctrl+V
menu.edition.selectall = Select All Ctrl+A
menu.edition=Edit
menu.file.captureimage.clipboard = Copy To Clipboard
menu.file.captureimage.print=Print...
menu.file.captureimage=Image
menu.file.open=Open
menu.file.quit=Quit
menu.file.save=Save
menu.file.saveas=Save As
menu.file.textzone = Text
menu.file.textzone.rtf = Save As... (RTF format)
menu.file=File
menu.help.about=About XLogo
menu.help.licence=Licence
menu.help.online=Online manual
menu.help.translatedlicence=Translation of Licence
menu.help.translatexlogo=Translate XLogo
menu.help=Help
menu.tools.eraser=Procedure Eraser
menu.tools.pencolor=Pen Color
menu.tools.preferences=Preferences
menu.tools.screencolor=Screen Color
menu.tools.startup=Start Up File
menu.tools.translate = Code Translator
menu.tools=Tools
message_a_propos1=XLogo version:
message_a_propos2=Web site:
message_a_propos3=You can contact me at:
messages=Messages
mot_vide = The word must contain at least one character.
n_aime_pas = doesn't like [
nb_tortues = Maximum number of turtles
ne_renvoie_pas= doesn't output to
no_gui=The following graphical component doesn't exist:
no_host=Problem during network communication with the computer whose address is:
nom_du_fichier=File name:
nombre_unicode = must be between 0 and 65535.
normal = Normal
note.do = doh
note.fa = fah
note.la = lah
note.mi = me
note.re = ray
note.si = te
note.sol = soh
nouveau = New
nouveau_dossier = Create a new folder
ouvrir_editeur=Open the editor
parcourir=Browse...
parenthese_fermante= ) couldn't be placed here.
parenthese_ouvrante=I'm waiting for (.
parenthese_vide=There's nothing between ( and ) !
pas_argument= is not a valid argument.
pas_assez_de=Not enough inputs to
pas_entier= isn't an integer !
pas_liste = is not a list.
pas_nombre = isn't a number !
pas_predicat= must be true or false.
pas=Distance
pb_port=Unable to connect to the port:
pencolor=Default pen color
pour=to
pref.cancel=Cancel
pref.font=Font
pref.general=General
pref.general.arabic=Arabic
pref.general.aspect=Skin
pref.general.asturian = Asturian
pref.general.catalan=Catalan
pref.general.english=English
pref.general.esperanto= Esperanto
pref.general.fast=Fast
pref.general.french=French
pref.general.galician=Galician
pref.general.german=German
pref.general.greek=Greek
pref.general.hungarian=Hungarian
pref.general.italian=Italian
pref.general.lang=Language
pref.general.metal=Metal
pref.general.motif=Motif
pref.general.portuguese= Portuguese
pref.general.slow=Slow
pref.general.spanish=Spanish
pref.general.speed=Turtle's speed
pref.general.windows=Native
pref.highlight.comment= Comments
pref.highlight.enabled=Activate Syntax Highlighting
pref.highlight.example=# This is a comment\n repeat 4 [forward 100 right 90]
pref.highlight.init= Defaults
pref.highlight.operand= Variables, words, numbers
pref.highlight.other= Other...
pref.highlight.parenthesis= Brackets, square brackets
pref.highlight.primitive= Primitives
pref.highlight=Highlighter
pref.ok= OK
pref.options.tcp=TCP port number:
pref.options=Options
pref.options.eraseVariables=Clear variables when closing the editor
pref.sound.instruments=Available instruments:
pref.sound.problem= I can't detect the MIDI interface !
pref.sound=Sound
pref.turtles=Turtle
primitives=Primitives
probleme_sequence =I can't understand your musical sequence, please verify it !
procedure_demarrage=Command to execute on startup:
procedure_list=Procedures:
procedure_vide =Procedure names can't be empty !
qualite_dessin=Drawing quality
quit_editeur=Close the editor without updating
quitter? = Are you sure you want to quit?
rechercher_dans=Look in:
relancer =Then quit XLogo and relaunch to update changes.
repertoire_accueil= Home directory
repertoires = Folder(s)
replace=Replace
replaceall=Replace all
replacewith=Replace with:
restaurer = Reset
rgb = RGB
rond= Round
rouge = Red
screencolor=Default screen color
seule_tortue_dispo=You can't delete the only active turtle !
stop_chat=<<<<< End of chat >>>>>
stop=Stop
string_not_found=String not found.
style.bold= Bold
style.exposant = Superscript
style.italic= Italic
style.none= None
style.strike= Strike
style.subscript= Subscript
style.underline= Underline
taille_dessin = Screen size
title_axis=Background Axis
titredialogue2=Saving image now...
too_much_arguments=Too many arguments within parenthesis.
tortue_inaccessible=I can't create a turtle with the specified number !
traduire =Translate !
traduire_de=Translate from:
translatecomplete=Complete a translation
translateconsult= Consult available translations
translatecreate= Create a new translation
translatemessage=When all fields are completed for each tab, click on the button "OK". Send me the generated file at loic@xlogo.tuxfamily.org
translatemodify= Modify a translation
translatewant=You want to:
un_caractere = must contain exactly one character.
uniform_color=Uniform Color
variable_vide=Variable names can't be empty !
vers=To:
vert = Green
vrai="true
xgrid=X Grid
y_a_pas = There isn't
ygrid=Y Grid
ws.settings.require_password=Protect workspace settings with a password.
ws.settings.password=Password
ws.settings.retype.password=Retype Password
ws.settings.save.password=Save Password
ws.settings.workspace_label=Workspace:
ws.settings.location=Location:
ws.settings.language=Language:
ws.settings.logolanguage=Logo:
ws.settings.backups=Number of Backups:
ws.settings.user=User:
ws.settings.add=Add
ws.settings.remove=Remove
ws.settings.import=Import
ws.settings.enable.user.account.creation=Allow the users to create new user accounts?
ws.settings.save.and.close=Save and close
ws.settings.title=XLogo4Schools - Workspace Settings
ws.settings.global=Global
ws.settings.global.settings=Global Settings
ws.settings.workspace=Workspace
ws.settings.workspace.settings=Workspace Settings
ws.settings.cannot.store.pw=Cannot store new password:
ws.settings.pw.must.be.equal=Passwords must be equal.
ws.settings.virtual.ws.not.stored=A virtual workspace is not stored on the file system.
ws.settings.could.not.enter.wp=Could not enter workspace
ws.settings.create.new.wp=Create a new workspace
ws.settings.wp.name.non.empty=The workspace name cannot be empty.
ws.settings.wp.exists.already=The specified workspace exists already.
ws.settings.could.not.create.directory=Could not create the specified directory.
ws.settings.need.dir.not.file=You need to specify a directory, not a file.
ws.settings.could.not.create.ws=Could not create the workspace on the file system.
ws.settings.want.delete.dir.1=Do you want to delete the directory '
ws.settings.want.delete.dir.2=' and its contents from the file system?
ws.settings.could.not.enter.virtual.ws=Could not enter virtual workspace
ws.settings.delete.from.fs=Delete from file system?
ws.settings.not.legal.ws.dir= is not a legal workspace directory.
ws.settings.enter.user.name=Enter user name
ws.settings.create.new.user=Create new user account
ws.settings.user.exists.already=The specified user exists in the workspace already.
ws.settings.remove.user="Remove user from file system?"
ws.settings.not.legal.user.dir= is not a legal user directory.
ws.settings.choose.other.name= already exists in the workspace. Choose another name.
ws.settings.name.conflict=Name Conflict
ws.settings.could.not.import.user=Could not import user:
ws.creation.panel.name=Workspace Name
ws.creation.panel.location=Location
ws.creation.panel.browse=Browse
welcome.workspace=Workspace
welcome.username=User
welcome.settings=Settings
welcome.enter=Enter
welcome.title=XLogo4Schools
welcome.wrong.pw=Wrong password.
welcome.enter.pw=Enter Password
welcome.could.not.enter.user=Could not enter user space:
storage.could.not.store.gc=Could not store global configurations
pref.general.abz.german.english=English/German
ws.settings.damaged=Workspace directory is damaged or missing:
procedure.unititialized=The procedure is uninitialized
procedure.executable=The procedure is executable
procedure.not.executable=The procedure is not executable
procedure.error=The procedure contains errors
error.proc.does.not.exist=The procedure does not exist.
ws.generated.procedure=generated_procedures
ws.redefine.ambiguous.procedure= has more than one definition. I don't know which one to redefine.
error.call.ambiguous.procedure.name= has more than one definition. I don't know which one to execute.
ws.could.not.create.file=I could not create the file
ws.error.title=Thank you! You just uncovered a nasty Bug!
ws.error.could.not.load.logo.files=Could not load some Logo files:
i.am.sorry=I'm sorry, but...
ws.error.userdir.not.dir=The specified source directory is not a directory and it could not be created.
ws.error.could.not.store.configs=I Could not store the configuration files:
ws.error.could.not.create.logo.file=Unfortunately I could not create a new file for the following reason:
new.file=New File
contest.error.could.not.record.file=I could not record your recent changes. Please show this message to the contest organizers.
contest.mode.start=Start Contest Mode
contest.mode.stop=Stop Contest Mode
contest.mode.filename=Exercise
contest.mode.bonus.filename=Bonus Exercise
contest.error.title=Thank you! You just uncovered a nasty Bug!
contest.could.not.create=Unfortunately I could not create the files for the Contest. Please show this message to the contest organizers.
contest.could.not.store=Unfortunately I could not record your input. Please show this message to the contest organizers.
ws.filename.exists.already=This file name exists already. please choose another one.
ws.attempt.open.inexistent.file=Attempt to open file that cannot be found in user space:
ws.attempt.close.not.open.file=Curious... I just tried to close a file which was never opened.
ws.automatic.save.failed=Unfortunately I was not able to automatically save your file for the following reason:
general.error.title=Oooops
editor.display.procedure.not.found= is not defined.
name.error.dialog.title=Oooops
name.error.rename.inexistent.file=Unfortunately I cannot rename this file because I think that the file does not exist.
name.error.empty.name=A file cannot have an empty name.
color.blue=Blue
color.dark=Dark
color.gray=Gray
color.green=Green
color.light=Light
color.orange=Orange
color.purple=Purple
color.red=Red
color.yellow=Yellow
logo.file.has.error=This file contains errors and it cannot be executed.
error.while.creating.editor=Unfortunately I could not create the editor for the following reason :
error.no.error=Hurray, the Procedure has no errors. Why do I bother you? Just to be consistent with my enum.
error.missing.to=The document should always start with '{to}'
error.missing.name=I'm missing a procedure name.
error.name.is.number=A procedure name cannot be a number.
error.name.special=Procedure names should not contain special characters.
error.var.white.after.colon=There is a white space after the colon of one of your variables.
error.var.special=Variable names should not contain special characters.
error.var.is.number=Variable names cannot be numbers.
error.var.missing.colon=I'm missing a colon in the variable declaration.
error.opt.var.bracket=There is a problem with the brackets for optional variables.
error.var.extra.chars=I don't understand the variables declaration. Maybe there is a ":" missing?
error.missing.expr=I am missing a default value for one of the optional variables.
error.more.chars.after.end='End' should be alone on a new line.
error.missing.end=Your last procedure is missing an '{end}'.
error.to.before.end=I cannot find '{end}' for the procedure
error.name.is.key.word=One of your names is a reserved key word.
error.procedure.ambiguous=There is another procedure with the same name. Every procedure should be called differently.
hist.msg.procedures.undefined= I have forgotten :
error.network.context=I don't understand the data received from the network.
dialog.yes=Yes
dialog.no=no
us.could.not.store.recent.data=I could not store the recent user data :
illegal.name.msg=The chosen name contains illegal characters.
ws.does.not.exist=The specified workspace does not exist.
ws.not.a.workspace.dir=is not a legal workspace directory for import.
app.hello= Hello
file.contains.errors=contains errors.
us.import=Import File
us.export=Export File
us.save.image=Save Image
us.export.msg=Choose a file to export:
contest.number.of.files=Number of exercises:
contest.number.of.bonus.files = Number of bonus exercises:
ws.settings.syntax=Syntax Highlighting
ws.settings.contest=Contest / Record Mode
welcome.info.title=XLogo4Schools Info
message.too.many.empty.files=Your turtle says: I believe you have enough empty files...
error.leaving.ws.without.being.in.one=Attempt to leave workspace without being in one.
error.loading.config.files.title=Error while loading configuration files
error.loading.config.files=Could not read GlobalConfig file. Instead creating a new one. You might need to import your workspaces manually. Reason:\n
error.setting.up.x4s.title=Error while setting up XLogo4Schools
error.setting.up.x4s=Could not create or open GlobalConfig file at default location:
message.some.workspaces.not.found=Some workspaces could not be found:\n
word.at.filesystem.location=at
error.security.violation.title=Security Violation
error.attempt.delete.non.x4s.file=Attempt to delete a directory that is not under control of this application:
error.could.not.store.ws=Could not store workspace.
error.attempt.load.inexistent.user=Attempt to load inexistent user:
error.suggest.try.to.import.user=Try to import this user.
error.could.not.make.directories=Could not make required directories.
error.current.ws.deleted.I.will.recreate.it=Current workspace was probably deleted. I will recreate it.
error.could.not.recreate.try.manually=I could not recreate the Workspace. Try to delete the Workspace and recreate it manually.
|