Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/po/TurtleArt.pot
blob: c44a54df6f3eca78cf4ff22088943f6dbf0d926c (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
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
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
# 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.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-09-08 14:52-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: activity/activity.info:2 /home/walter/Desktop/turtleblocks/turtleart.py:202
#: /home/walter/Desktop/turtleblocks/TurtleArt/tawindow.py:1304
#: /home/walter/Desktop/turtleblocks/TurtleArt/tawindow.py:2174
#: /home/walter/Desktop/turtleblocks/TurtleArt/taexporthtml.py:122
#: /home/walter/Desktop/turtleblocks/TurtleArt/taexporthtml.py:124
msgid "Turtle Art"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:173
msgid "presentation"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:232
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:779
msgid "Project"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:307
msgid "snapshot"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:326
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:353
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:372
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:382
#: /home/walter/Desktop/turtleblocks/turtleart.py:246
msgid "Show palette"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:333
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:346
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:358
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:375
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:389
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:892
#: /home/walter/Desktop/turtleblocks/turtleart.py:247
msgid "Hide palette"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:365
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:380
msgid "Show blocks"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:368
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:387
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:895
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:754
msgid "Hide blocks"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:480
msgid "Rescale coordinates down"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:488
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:839
msgid "Rescale coordinates up"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:731
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:785
#: /home/walter/Desktop/turtleblocks/turtleart.py:243
msgid "Edit"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:735
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:782
#: /home/walter/Desktop/turtleblocks/turtleart.py:238
msgid "View"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:742
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:791
msgid "Help"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:788
msgid "Import/Export"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:800
msgid "Save snapshot"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:803
#: /home/walter/Desktop/turtleblocks/turtleart.py:219
msgid "Save as HTML"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:806
#: /home/walter/Desktop/turtleblocks/turtleart.py:220
msgid "Save as Logo"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:809
#: /home/walter/Desktop/turtleblocks/turtleart.py:218
msgid "Save as image"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:812
msgid "Load my block"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:816
msgid "Import project from the Journal"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:819
#: /home/walter/Desktop/turtleblocks/turtleart.py:241
msgid "Copy"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:821
#: /home/walter/Desktop/turtleblocks/turtleart.py:242
msgid "Paste"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:823
msgid "Fullscreen"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:827
#: /home/walter/Desktop/turtleblocks/turtleart.py:228
msgid "Cartesian coordinates"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:830
#: /home/walter/Desktop/turtleblocks/turtleart.py:230
msgid "Polar coordinates"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:833
#: /home/walter/Desktop/turtleblocks/TurtleArt/tawindow.py:2171
#: /home/walter/Desktop/turtleblocks/TurtleArt/tawindow.py:2175
#: /home/walter/Desktop/turtleblocks/TurtleArt/talogo.py:740
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:412
msgid "xcor"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:834
#: /home/walter/Desktop/turtleblocks/TurtleArt/tawindow.py:2171
#: /home/walter/Desktop/turtleblocks/TurtleArt/tawindow.py:2175
#: /home/walter/Desktop/turtleblocks/TurtleArt/talogo.py:741
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:413
msgid "ycor"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:835
#: /home/walter/Desktop/turtleblocks/TurtleArt/tawindow.py:2171
#: /home/walter/Desktop/turtleblocks/TurtleArt/tawindow.py:2175
#: /home/walter/Desktop/turtleblocks/TurtleArt/talogo.py:741
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:297
msgid "heading"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:842
#: /home/walter/Desktop/turtleblocks/turtleart.py:233
msgid "Grow blocks"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:845
#: /home/walter/Desktop/turtleblocks/turtleart.py:234
msgid "Shrink blocks"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:848
msgid "Samples"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:853
msgid "Move the cursor over the orange palette for help."
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:894
msgid "<Ctrl>p"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:897
msgid "<Ctrl>b"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:901
#: /home/walter/Desktop/turtleblocks/turtleart.py:252
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:738
msgid "Clean"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:903
msgid "<Ctrl>e"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:904
#: /home/walter/Desktop/turtleblocks/turtleart.py:253
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:805
msgid "Run"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:905
msgid "<Ctrl>r"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:906
#: /home/walter/Desktop/turtleblocks/turtleart.py:254
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:806
msgid "Step"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:907
msgid "<Ctrl>w"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:908
#: /home/walter/Desktop/turtleblocks/turtleart.py:255
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:734
msgid "Debug"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:909
msgid "<Ctrl>d"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:910
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:836
msgid "Stop turtle"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:912
msgid "<Ctrl>s"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:61
msgid "usage is"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:142
msgid "No option action:"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:154
msgid "File not found"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:187
#, python-format
msgid "Configuration directory not writable: %s"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:214
msgid "New"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:215
msgid "Open"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:216
msgid "Save"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:217
msgid "Save As"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:222
msgid "Upload to Web"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:224
msgid "Quit"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:225
msgid "File"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:231
msgid "Rescale coordinates"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:236
msgid "Reset block size"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:248
msgid "Show/hide blocks"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:249
msgid "Tools"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:256
msgid "Stop"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:257
msgid "Turtle"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:330
msgid "You have unsaved work. Would you like to save before quitting?"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:331
msgid "Save project?"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:539
msgid ""
"You must have an account at http://turtleartsite.sugarlabs.org to upload "
"your project."
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:548
msgid "Username:"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:558
msgid "Password:"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:569
msgid "Title:"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:579
msgid "Description:"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:589
msgid "Submit to Web"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:593
msgid "Cancel"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:615
msgid "Login failed"
msgstr ""

#: /home/walter/Desktop/turtleblocks/turtleart.py:652
msgid "Failed to upload!"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/tawindow.py:529
#: /home/walter/Desktop/turtleblocks/TurtleArt/tawindow.py:530
msgid "orientation"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/tawindow.py:540
#: /home/walter/Desktop/turtleblocks/TurtleArt/tawindow.py:793
msgid "next"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/tawindow.py:2286
msgid "image"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/tautils.py:463
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:355
msgid "click to open"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/talogo.py:693
msgid "did not output to"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/talogo.py:742
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:360
msgid "scale"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/talogo.py:745
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:323
msgid "pen down"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/talogo.py:747
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:325
msgid "pen up"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/talogo.py:749
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:280
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:287
msgid "color"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/talogo.py:750
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:287
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:371
msgid "shade"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/talogo.py:751
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:324
msgid "pen size"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/talogo.py:767
msgid "I don't know how to"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/talogo.py:938
msgid "doesn't like"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/talogo.py:938
msgid "as input"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:265
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:398
msgid "turtle"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:266
msgid "and"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:267
msgid "arc"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:267
msgid "angle"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:267
msgid "radius"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:269
msgid "back"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:270
msgid "black"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:271
msgid "blue"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:272
msgid "bottom"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:273
msgid "picture bottom"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:274
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:383
msgid "box"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:275
msgid "box 1"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:276
msgid "box 2"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:277
msgid "Cartesian"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:278
msgid " clean "
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:279
msgid "empty heap"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:281
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:565
msgid "comment"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:282
msgid "cyan"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:285
msgid "empty trash"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:287
msgid "fill screen"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:288
msgid "forever"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:289
msgid "forward"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:290
msgid "full screen"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:291
msgid "gray"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:293
msgid "green"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:294
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:376
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:570
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:601
msgid "action"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:295
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:377
msgid "action 1"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:296
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:378
msgid "action 2"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:298
msgid "height"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:299
msgid "hide blocks"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:302
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:303
msgid "if"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:302
msgid "then"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:303
msgid "then else"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:304
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:372
msgid "show"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:306
msgid "query keyboard"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:307
msgid "keyboard"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:308
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:309
msgid "left"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:310
msgid "picture left"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:314
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:315
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:316
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:317
msgid "Python"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:318
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:400
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:401
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:402
msgid " "
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:319
msgid "not"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:321
msgid "orange"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:322
msgid "or"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:332
msgid "pitch"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:334
msgid "polar"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:335
msgid "pop"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:336
msgid "show heap"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:337
msgid "print"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:339
msgid "purple"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:340
msgid "push"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:341
msgid "random"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:341
msgid "min"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:341
msgid "max"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:342
msgid "read pixel"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:343
msgid "red"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:344
msgid "mod"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:345
msgid "repeat"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:346
msgid "resistance"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:347
msgid "restore last"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:348
msgid "restore all"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:349
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:350
msgid "right"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:351
msgid "picture right"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:352
msgid "save picture"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:353
msgid "save SVG"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:356
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:358
msgid "top of stack"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:361
msgid "turtle sees"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:362
msgid "set color"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:363
msgid "set gray"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:364
msgid "set heading"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:365
msgid "set pen size"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:366
msgid "set scale"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:367
msgid "set shade"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:368
msgid "set text color"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:369
msgid "set text size"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:370
msgid "set xy"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:370
msgid "x"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:370
msgid "y"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:373
msgid "show blocks"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:374
msgid "show aligned"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:379
msgid "start"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:380
msgid "start fill"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:381
msgid "end fill"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:382
msgid "stop action"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:383
msgid "store in"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:383
msgid "value"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:384
msgid "store in box 1"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:385
msgid "store in box 2"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:386
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:599
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:600
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:605
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:616
msgid "text"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:393
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:711
msgid "text size"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:394
msgid "title x"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:395
msgid "title y"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:396
msgid "top"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:397
msgid "picture top"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:399
msgid "until"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:403
msgid "voltage"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:404
msgid "volume"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:406
msgid "wait"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:407
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:408
msgid "while"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:409
msgid "white"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:410
msgid "width"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:411
msgid "write"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:414
msgid "yellow"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:564
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:604
msgid "my box"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:586
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:587
msgid "label"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:588
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:589
msgid "picture name"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:606
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:607
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:608
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:609
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:610
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:611
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:929
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:947
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:964
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:996
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:1028
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:1060
msgid "Title"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:689
msgid "audio"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:690
msgid "divide"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:691
msgid "equal"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:692
msgid "greater than"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:693
msgid "horizontal space"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:694
msgid "identity"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:695
msgid "if then"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:696
msgid "if then else"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:697
msgid "journal"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:698
msgid "less than"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:699
msgid "minus"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:700
msgid "Python code"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:701
msgid "number"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:702
msgid "plus"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:703
msgid "multiply"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:704
msgid "square root"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:705
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:706
msgid "presentation 1x1"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:707
msgid "presentation 1x2"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:708
msgid "presentation 2x1"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:709
msgid "presentation 2x2"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:710
msgid "presentation bulleted list"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:712
msgid "vertical space"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:718
msgid "chooses which turtle to command"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:719
msgid "logical AND operator"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:720
msgid "moves turtle along an arc"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:721
msgid "Sugar Journal audio object"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:722
msgid "moves turtle backward"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:723
msgid "Palette of variable blocks"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:724
msgid "ycor of bottom of screen"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:725
msgid "Variable 1 (numeric value)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:726
msgid "Variable 2 (numeric value)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:727
msgid "named variable (numeric value)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:728
msgid "displays Cartesian coordinates"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:729
msgid "clears the screen and reset the turtle"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:730
msgid "emptys FILO (first-in-last-out heap)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:731
msgid "holds current pen color (can be used in place of a number block)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:732
msgid "Palette of pen colors"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:733
msgid "places a comment in your code"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:735
msgid "Sugar Journal description field"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:736
msgid ""
"divides top numeric input (numerator) by bottom numeric input (denominator)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:737
msgid "permanently deletes items in trash"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:739
msgid "logical equal-to operator"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:740
msgid "Palette of extra options"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:741
msgid "fills the background with (color, shade)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:742
msgid "Palette of flow operators"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:743
msgid "loops forever"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:744
msgid "moves turtle forward"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:745
msgid "hides the Sugar toolbars"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:746
msgid "holds current gray level (can be used in place of a number block)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:747
msgid "logical greater-than operator"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:748
msgid "top of Action 1 stack"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:749
msgid "top of Action 2 stack"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:750
msgid "top of nameable action stack"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:751
msgid ""
"holds current heading value of the turtle (can be used in place of a number "
"block)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:752
msgid "the canvas height"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:753
msgid "declutters canvas by hiding blocks"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:755
msgid "jogs stack right"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:756
msgid "identity operator used for extending blocks"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:757
msgid "if-then-else operator that uses boolean operators from Numbers palette"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:758
msgid "if-then operator that uses boolean operators from Numbers palette"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:759
msgid "Sugar Journal media object"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:760
msgid "query for keyboard input (results stored in keyboard block)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:761
msgid "holds results of query-keyboard block"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:762
msgid "xcor of left of screen"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:763
msgid "turns turtle counterclockwise (angle in degrees)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:764
msgid "logical less-than operator"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:765
msgid "subtracts bottom numeric input from top numeric input"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:766
msgid "a programmable block: used to add advanced math equations, e.g., sin(x)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:767
msgid ""
"a programmable block: used to add advanced single-variable math equations, e."
"g., sin(x)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:768
msgid ""
"a programmable block: used to add advanced multi-variable math equations, e."
"g., sqrt(x*x+y*y)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:769
msgid ""
"a programmable block: used to add advanced multi-variable math equations, e."
"g., sin(x+y+z)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:770
msgid "displays next palette"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:771
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:854
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:855
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:856
msgid "runs code found in the tamyblock.py module found in the Journal"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:772
msgid "logical NOT operator"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:773
msgid "Palette of numeric operators"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:774
msgid "used as numeric input in mathematic operators"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:775
msgid "logical OR operator"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:776
msgid "changes the orientation of the palette of blocks"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:777
msgid "Turtle will draw when moved."
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:778
msgid "Palette of pen commands"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:779
msgid "holds current pen size (can be used in place of a number block)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:780
msgid "Turtle will not draw when moved."
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:781
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:842
msgid "presentation template: select Journal object (with description)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:782
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:843
msgid "presentation template: select Journal object (no description)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:783
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:784
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:844
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:845
msgid "presentation template: select two Journal objects"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:785
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:846
msgid "presentation template: select four Journal objects"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:786
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:847
msgid "presentation template: list of bullets"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:787
msgid "microphone input pitch"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:788
msgid "adds two alphanumeric inputs"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:789
msgid "displays polar coordinates"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:790
msgid "pops value off FILO (first-in last-out heap)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:791
msgid "Palette of presentation templates"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:792
msgid "prints value in status block at bottom of the screen"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:793
msgid "shows values in FILO (first-in last-out heap)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:794
msgid "multiplies two numeric inputs"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:795
msgid "pushes value onto FILO (first-in last-out heap)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:796
msgid "returns random number between minimum (top) and maximum (bottom) values"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:797
msgid "RGB color under the turtle is pushed to the stack"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:798
msgid "modular (remainder) operator"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:799
msgid "loops specified number of times"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:800
msgid "sensor input resistance"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:801
msgid "restores most recent blocks from trash"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:802
msgid "restore all blocks from trash"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:803
msgid "xcor of right of screen"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:804
msgid "turns turtle clockwise (angle in degrees)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:807
msgid "bottom block in a collapsibe stack: click to collapse"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:808
msgid "bottom block in a collapsed stack: click to open"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:809
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:811
msgid "top of a collapsible stack"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:810
#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:812
msgid "top of a collapsed stack"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:813
msgid "saves a picture to the Sugar Journal"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:814
msgid "saves turtle graphics as an SVG file in the Sugar Journal"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:815
msgid "holds current scale value"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:816
msgid "returns the color that the turtle \"sees\""
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:817
msgid "sets color of the line drawn by the turtle"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:818
msgid "sets gray level of the line drawn by the turtle"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:819
msgid "sets the heading of the turtle (0 is towards the top of the screen.)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:820
msgid "sets size of the line drawn by the turtle"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:821
msgid "sets the scale of media"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:822
msgid "sets shade of the line drawn by the turtle"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:823
msgid "sets color of text drawn by the turtle"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:824
msgid "sets size of text drawn by turtle"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:825
msgid ""
"moves turtle to position xcor, ycor; (0, 0) is in the center of the screen."
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:826
msgid "holds current pen shade"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:827
msgid "draws text or show media from the Journal"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:828
msgid "restores hidden blocks"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:829
msgid "calculates square root"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:830
msgid "invokes Action 1 stack"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:831
msgid "invokes Action 2 stack"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:832
msgid "invokes named action stack"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:833
msgid "connects action to toolbar run buttons"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:834
msgid "starts filled polygon (used with end fill block)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:835
msgid "completes filled polygon (used with start fill block)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:837
msgid "stops current action"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:838
msgid "stores numeric value in Variable 1"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:839
msgid "stores numeric value in Variable 2"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:840
msgid "stores numeric value in named variable"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:841
msgid "string value"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:848
msgid "holds current text color (can be used in place of a number block)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:849
msgid "holds current text size (can be used in place of a number block)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:850
msgid "ycor of top of screen"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:851
msgid "Trashcan"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:852
msgid "Palette of turtle commands"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:853
msgid "do-until-True operator that uses boolean operators from Numbers palette"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:857
msgid "sensor voltage"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:858
msgid "microphone input volume"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:859
msgid "jogs stack down"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:860
msgid "pauses program execution a specified number of seconds"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:861
msgid "do-while-True operator that uses boolean operators from Numbers palette"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:862
msgid "the canvas width"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:863
msgid ""
"holds current x-coordinate value of the turtle (can be used in place of a "
"number block)"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArt/taconstants.py:864
msgid ""
"holds current y-coordinate value of the turtle (can be used in place of a "
"number block)"
msgstr ""