Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/po/TurtleArt.pot
blob: 1a0ad979123ca4d2b1a4669eefb2892d8c94a80b (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
# 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-07-16 08:46-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=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: activity/activity.info:2 /home/walter/Desktop/turtleblocks/tawindow.py:1251
#: /home/walter/Desktop/turtleblocks/tawindow.py:2103
#: /home/walter/Desktop/turtleblocks/turtleart.py:147
#: /home/walter/Desktop/turtleblocks/taexporthtml.py:122
#: /home/walter/Desktop/turtleblocks/taexporthtml.py:124
msgid "Turtle Art"
msgstr ""

#: /home/walter/Desktop/turtleblocks/tawindow.py:484
#: /home/walter/Desktop/turtleblocks/tawindow.py:485
msgid "orientation"
msgstr ""

#: /home/walter/Desktop/turtleblocks/tawindow.py:495
#: /home/walter/Desktop/turtleblocks/tawindow.py:749
msgid "next"
msgstr ""

#: /home/walter/Desktop/turtleblocks/tawindow.py:2100
#: /home/walter/Desktop/turtleblocks/tawindow.py:2104
#: /home/walter/Desktop/turtleblocks/talogo.py:727
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:832
#: /home/walter/Desktop/turtleblocks/taconstants.py:406
msgid "xcor"
msgstr ""

#: /home/walter/Desktop/turtleblocks/tawindow.py:2100
#: /home/walter/Desktop/turtleblocks/tawindow.py:2104
#: /home/walter/Desktop/turtleblocks/talogo.py:728
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:833
#: /home/walter/Desktop/turtleblocks/taconstants.py:407
msgid "ycor"
msgstr ""

#: /home/walter/Desktop/turtleblocks/tawindow.py:2100
#: /home/walter/Desktop/turtleblocks/tawindow.py:2104
#: /home/walter/Desktop/turtleblocks/talogo.py:728
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:834
#: /home/walter/Desktop/turtleblocks/taconstants.py:295
msgid "heading"
msgstr ""

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

#: /home/walter/Desktop/turtleblocks/tautils.py:455
#: /home/walter/Desktop/turtleblocks/taconstants.py:352
msgid "click to open"
msgstr ""

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

#: /home/walter/Desktop/turtleblocks/talogo.py:729
#: /home/walter/Desktop/turtleblocks/taconstants.py:355
msgid "scale"
msgstr ""

#: /home/walter/Desktop/turtleblocks/talogo.py:732
#: /home/walter/Desktop/turtleblocks/taconstants.py:321
msgid "pen down"
msgstr ""

#: /home/walter/Desktop/turtleblocks/talogo.py:734
#: /home/walter/Desktop/turtleblocks/taconstants.py:323
msgid "pen up"
msgstr ""

#: /home/walter/Desktop/turtleblocks/talogo.py:736
#: /home/walter/Desktop/turtleblocks/taconstants.py:278
#: /home/walter/Desktop/turtleblocks/taconstants.py:285
msgid "color"
msgstr ""

#: /home/walter/Desktop/turtleblocks/talogo.py:737
#: /home/walter/Desktop/turtleblocks/taconstants.py:285
#: /home/walter/Desktop/turtleblocks/taconstants.py:365
msgid "shade"
msgstr ""

#: /home/walter/Desktop/turtleblocks/talogo.py:738
#: /home/walter/Desktop/turtleblocks/taconstants.py:322
msgid "pen size"
msgstr ""

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

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

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

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

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:231
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:778
msgid "Project"
msgstr ""

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

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:325
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:352
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:371
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:381
#: /home/walter/Desktop/turtleblocks/turtleart.py:180
msgid "Show palette"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:332
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:345
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:357
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:374
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:388
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:887
#: /home/walter/Desktop/turtleblocks/turtleart.py:181
msgid "Hide palette"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:364
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:379
msgid "Show blocks"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:367
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:386
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:890
#: /home/walter/Desktop/turtleblocks/taconstants.py:743
msgid "Hide blocks"
msgstr ""

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

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

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:730
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:784
#: /home/walter/Desktop/turtleblocks/turtleart.py:177
msgid "Edit"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:734
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:781
#: /home/walter/Desktop/turtleblocks/turtleart.py:172
msgid "View"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:741
#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:790
msgid "Help"
msgstr ""

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

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

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

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

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

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

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

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:818
#: /home/walter/Desktop/turtleblocks/turtleart.py:175
msgid "Copy"
msgstr ""

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:820
#: /home/walter/Desktop/turtleblocks/turtleart.py:176
msgid "Paste"
msgstr ""

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

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

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

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

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

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

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

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

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

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:896
#: /home/walter/Desktop/turtleblocks/turtleart.py:186
#: /home/walter/Desktop/turtleblocks/taconstants.py:727
msgid "Clean"
msgstr ""

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

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:899
#: /home/walter/Desktop/turtleblocks/turtleart.py:187
#: /home/walter/Desktop/turtleblocks/taconstants.py:793
msgid "Run"
msgstr ""

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

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:901
#: /home/walter/Desktop/turtleblocks/turtleart.py:188
#: /home/walter/Desktop/turtleblocks/taconstants.py:794
msgid "Step"
msgstr ""

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

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:903
#: /home/walter/Desktop/turtleblocks/turtleart.py:189
#: /home/walter/Desktop/turtleblocks/taconstants.py:723
msgid "Debug"
msgstr ""

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

#: /home/walter/Desktop/turtleblocks/TurtleArtActivity.py:905
#: /home/walter/Desktop/turtleblocks/taconstants.py:821
msgid "Stop turtle"
msgstr ""

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

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

#: /home/walter/Desktop/turtleblocks/turtleart.py:111
msgid "file not found"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: /home/walter/Desktop/turtleblocks/taconstants.py:263
#: /home/walter/Desktop/turtleblocks/taconstants.py:392
msgid "turtle"
msgstr ""

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

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

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

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

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

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

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

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

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

#: /home/walter/Desktop/turtleblocks/taconstants.py:272
#: /home/walter/Desktop/turtleblocks/taconstants.py:377
msgid "box"
msgstr ""

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

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

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

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

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

#: /home/walter/Desktop/turtleblocks/taconstants.py:279
#: /home/walter/Desktop/turtleblocks/taconstants.py:555
msgid "comment"
msgstr ""

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

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

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

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

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

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

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

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

#: /home/walter/Desktop/turtleblocks/taconstants.py:292
#: /home/walter/Desktop/turtleblocks/taconstants.py:370
#: /home/walter/Desktop/turtleblocks/taconstants.py:560
#: /home/walter/Desktop/turtleblocks/taconstants.py:591
msgid "action"
msgstr ""

#: /home/walter/Desktop/turtleblocks/taconstants.py:293
#: /home/walter/Desktop/turtleblocks/taconstants.py:371
msgid "action 1"
msgstr ""

#: /home/walter/Desktop/turtleblocks/taconstants.py:294
#: /home/walter/Desktop/turtleblocks/taconstants.py:372
msgid "action 2"
msgstr ""

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

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

#: /home/walter/Desktop/turtleblocks/taconstants.py:300
#: /home/walter/Desktop/turtleblocks/taconstants.py:301
msgid "if"
msgstr ""

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

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

#: /home/walter/Desktop/turtleblocks/taconstants.py:302
#: /home/walter/Desktop/turtleblocks/taconstants.py:366
msgid "show"
msgstr ""

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

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

#: /home/walter/Desktop/turtleblocks/taconstants.py:306
#: /home/walter/Desktop/turtleblocks/taconstants.py:307
msgid "left"
msgstr ""

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

#: /home/walter/Desktop/turtleblocks/taconstants.py:312
#: /home/walter/Desktop/turtleblocks/taconstants.py:313
#: /home/walter/Desktop/turtleblocks/taconstants.py:314
#: /home/walter/Desktop/turtleblocks/taconstants.py:315
msgid "Python"
msgstr ""

#: /home/walter/Desktop/turtleblocks/taconstants.py:316
#: /home/walter/Desktop/turtleblocks/taconstants.py:394
#: /home/walter/Desktop/turtleblocks/taconstants.py:395
#: /home/walter/Desktop/turtleblocks/taconstants.py:396
msgid " "
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: /home/walter/Desktop/turtleblocks/taconstants.py:346
#: /home/walter/Desktop/turtleblocks/taconstants.py:347
msgid "right"
msgstr ""

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

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

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

#: /home/walter/Desktop/turtleblocks/taconstants.py:353
#: /home/walter/Desktop/turtleblocks/taconstants.py:354
msgid "top of stack"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: /home/walter/Desktop/turtleblocks/taconstants.py:380
#: /home/walter/Desktop/turtleblocks/taconstants.py:589
#: /home/walter/Desktop/turtleblocks/taconstants.py:590
#: /home/walter/Desktop/turtleblocks/taconstants.py:595
#: /home/walter/Desktop/turtleblocks/taconstants.py:606
msgid "text"
msgstr ""

#: /home/walter/Desktop/turtleblocks/taconstants.py:387
#: /home/walter/Desktop/turtleblocks/taconstants.py:700
msgid "text size"
msgstr ""

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

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

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

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

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

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

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

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

#: /home/walter/Desktop/turtleblocks/taconstants.py:401
#: /home/walter/Desktop/turtleblocks/taconstants.py:402
msgid "while"
msgstr ""

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

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

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

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

#: /home/walter/Desktop/turtleblocks/taconstants.py:554
#: /home/walter/Desktop/turtleblocks/taconstants.py:594
msgid "my box"
msgstr ""

#: /home/walter/Desktop/turtleblocks/taconstants.py:576
#: /home/walter/Desktop/turtleblocks/taconstants.py:577
msgid "label"
msgstr ""

#: /home/walter/Desktop/turtleblocks/taconstants.py:578
#: /home/walter/Desktop/turtleblocks/taconstants.py:579
msgid "picture name"
msgstr ""

#: /home/walter/Desktop/turtleblocks/taconstants.py:596
#: /home/walter/Desktop/turtleblocks/taconstants.py:597
#: /home/walter/Desktop/turtleblocks/taconstants.py:598
#: /home/walter/Desktop/turtleblocks/taconstants.py:599
#: /home/walter/Desktop/turtleblocks/taconstants.py:600
#: /home/walter/Desktop/turtleblocks/taconstants.py:601
#: /home/walter/Desktop/turtleblocks/taconstants.py:915
#: /home/walter/Desktop/turtleblocks/taconstants.py:934
#: /home/walter/Desktop/turtleblocks/taconstants.py:952
#: /home/walter/Desktop/turtleblocks/taconstants.py:985
#: /home/walter/Desktop/turtleblocks/taconstants.py:1018
#: /home/walter/Desktop/turtleblocks/taconstants.py:1051
msgid "Title"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: /home/walter/Desktop/turtleblocks/taconstants.py:694
#: /home/walter/Desktop/turtleblocks/taconstants.py:695
msgid "presentation 1x1"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: /home/walter/Desktop/turtleblocks/taconstants.py:760
#: /home/walter/Desktop/turtleblocks/taconstants.py:839
#: /home/walter/Desktop/turtleblocks/taconstants.py:840
#: /home/walter/Desktop/turtleblocks/taconstants.py:841
msgid "runs code found in the tamyblock.py module found in the Journal"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

#: /home/walter/Desktop/turtleblocks/taconstants.py:772
#: /home/walter/Desktop/turtleblocks/taconstants.py:773
#: /home/walter/Desktop/turtleblocks/taconstants.py:829
#: /home/walter/Desktop/turtleblocks/taconstants.py:830
msgid "presentation template: select two Journal objects"
msgstr ""

#: /home/walter/Desktop/turtleblocks/taconstants.py:774
#: /home/walter/Desktop/turtleblocks/taconstants.py:831
msgid "presentation template: select four Journal objects"
msgstr ""

#: /home/walter/Desktop/turtleblocks/taconstants.py:775
#: /home/walter/Desktop/turtleblocks/taconstants.py:832
msgid "presentation template: list of bullets"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: /home/walter/Desktop/turtleblocks/taconstants.py:908
msgid "bulleted list"
msgstr ""

#: /home/walter/Desktop/turtleblocks/taconstants.py:927
msgid "picture"
msgstr ""

#: /home/walter/Desktop/turtleblocks/taconstants.py:945
msgid "2×2 pictures"
msgstr ""

#: /home/walter/Desktop/turtleblocks/taconstants.py:978
msgid "2×1 pictures"
msgstr ""

#: /home/walter/Desktop/turtleblocks/taconstants.py:1011
msgid "1×2 pictures"
msgstr ""

#: /home/walter/Desktop/turtleblocks/taconstants.py:1044
msgid "1×1 pictures"
msgstr ""