aboutsummaryrefslogtreecommitdiff
path: root/science/step/pkg-plist
blob: a1df105a7b5f467816b5e410314e299b853233d3 (plain) (blame)
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
bin/step
share/applications/org.kde.step.desktop
share/config.kcfg/step.kcfg
share/icons/hicolor/16x16/apps/step.png
share/icons/hicolor/22x22/actions/pointer.png
share/icons/hicolor/22x22/actions/step_object_Anchor.png
share/icons/hicolor/22x22/actions/step_object_Box.png
share/icons/hicolor/22x22/actions/step_object_ChargedParticle.png
share/icons/hicolor/22x22/actions/step_object_CircularMotor.png
share/icons/hicolor/22x22/actions/step_object_Controller.png
share/icons/hicolor/22x22/actions/step_object_CoulombForce.png
share/icons/hicolor/22x22/actions/step_object_Disk.png
share/icons/hicolor/22x22/actions/step_object_Gas.png
share/icons/hicolor/22x22/actions/step_object_GasParticle.png
share/icons/hicolor/22x22/actions/step_object_Graph.png
share/icons/hicolor/22x22/actions/step_object_GravitationForce.png
share/icons/hicolor/22x22/actions/step_object_LinearMotor.png
share/icons/hicolor/22x22/actions/step_object_Meter.png
share/icons/hicolor/22x22/actions/step_object_Note.png
share/icons/hicolor/22x22/actions/step_object_Particle.png
share/icons/hicolor/22x22/actions/step_object_Pin.png
share/icons/hicolor/22x22/actions/step_object_Polygon.png
share/icons/hicolor/22x22/actions/step_object_Rope.png
share/icons/hicolor/22x22/actions/step_object_SoftBody.png
share/icons/hicolor/22x22/actions/step_object_Spring.png
share/icons/hicolor/22x22/actions/step_object_Stick.png
share/icons/hicolor/22x22/actions/step_object_Tracer.png
share/icons/hicolor/22x22/actions/step_object_WeightForce.png
share/icons/hicolor/22x22/apps/step.png
share/icons/hicolor/32x32/apps/step.png
share/icons/hicolor/48x48/apps/step.png
share/icons/hicolor/64x64/apps/step.png
share/icons/hicolor/128x128/apps/step.png
share/knsrcfiles/step.knsrc
share/kxmlgui5/step/stepui.rc
share/locale/ar/LC_MESSAGES/step.mo
share/locale/be/LC_MESSAGES/step.mo
share/locale/bg/LC_MESSAGES/step.mo
share/locale/bg/LC_MESSAGES/step_example_files.mo
share/locale/bg/LC_MESSAGES/step_objinfo_files.mo
share/locale/bs/LC_MESSAGES/step.mo
share/locale/ca/LC_MESSAGES/step.mo
share/locale/ca/LC_MESSAGES/step_example_files.mo
share/locale/ca/LC_MESSAGES/step_objinfo_files.mo
share/locale/ca@valencia/LC_MESSAGES/step.mo
share/locale/ca@valencia/LC_MESSAGES/step_example_files.mo
share/locale/ca@valencia/LC_MESSAGES/step_objinfo_files.mo
share/locale/cs/LC_MESSAGES/step.mo
share/locale/cs/LC_MESSAGES/step_example_files.mo
share/locale/cs/LC_MESSAGES/step_objinfo_files.mo
share/locale/da/LC_MESSAGES/step.mo
share/locale/da/LC_MESSAGES/step_example_files.mo
share/locale/da/LC_MESSAGES/step_objinfo_files.mo
share/locale/de/LC_MESSAGES/step.mo
share/locale/de/LC_MESSAGES/step_example_files.mo
share/locale/de/LC_MESSAGES/step_objinfo_files.mo
share/locale/el/LC_MESSAGES/step.mo
share/locale/el/LC_MESSAGES/step_example_files.mo
share/locale/el/LC_MESSAGES/step_objinfo_files.mo
share/locale/en_GB/LC_MESSAGES/step.mo
share/locale/en_GB/LC_MESSAGES/step_example_files.mo
share/locale/en_GB/LC_MESSAGES/step_objinfo_files.mo
share/locale/eo/LC_MESSAGES/step.mo
share/locale/es/LC_MESSAGES/step.mo
share/locale/es/LC_MESSAGES/step_example_files.mo
share/locale/es/LC_MESSAGES/step_objinfo_files.mo
share/locale/et/LC_MESSAGES/step.mo
share/locale/et/LC_MESSAGES/step_example_files.mo
share/locale/et/LC_MESSAGES/step_objinfo_files.mo
share/locale/eu/LC_MESSAGES/step.mo
share/locale/eu/LC_MESSAGES/step_example_files.mo
share/locale/eu/LC_MESSAGES/step_objinfo_files.mo
share/locale/fi/LC_MESSAGES/step.mo
share/locale/fr/LC_MESSAGES/step.mo
share/locale/fr/LC_MESSAGES/step_example_files.mo
share/locale/fr/LC_MESSAGES/step_objinfo_files.mo
share/locale/ga/LC_MESSAGES/step.mo
share/locale/gl/LC_MESSAGES/step.mo
share/locale/hr/LC_MESSAGES/step.mo
share/locale/hu/LC_MESSAGES/step.mo
share/locale/ia/LC_MESSAGES/step.mo
share/locale/ia/LC_MESSAGES/step_example_files.mo
share/locale/ia/LC_MESSAGES/step_objinfo_files.mo
share/locale/it/LC_MESSAGES/step.mo
share/locale/it/LC_MESSAGES/step_example_files.mo
share/locale/it/LC_MESSAGES/step_objinfo_files.mo
share/locale/ja/LC_MESSAGES/step.mo
share/locale/ja/LC_MESSAGES/step_example_files.mo
share/locale/ja/LC_MESSAGES/step_objinfo_files.mo
share/locale/kk/LC_MESSAGES/step.mo
share/locale/km/LC_MESSAGES/step.mo
share/locale/ko/LC_MESSAGES/step.mo
share/locale/ko/LC_MESSAGES/step_objinfo_files.mo
share/locale/lt/LC_MESSAGES/step.mo
share/locale/lt/LC_MESSAGES/step_example_files.mo
share/locale/lt/LC_MESSAGES/step_objinfo_files.mo
share/locale/lv/LC_MESSAGES/step.mo
share/locale/ml/LC_MESSAGES/step.mo
share/locale/ml/LC_MESSAGES/step_example_files.mo
share/locale/ml/LC_MESSAGES/step_objinfo_files.mo
share/locale/mr/LC_MESSAGES/step.mo
share/locale/nb/LC_MESSAGES/step.mo
share/locale/nds/LC_MESSAGES/step.mo
share/locale/nl/LC_MESSAGES/step.mo
share/locale/nl/LC_MESSAGES/step_example_files.mo
share/locale/nl/LC_MESSAGES/step_objinfo_files.mo
share/locale/nn/LC_MESSAGES/step.mo
share/locale/nn/LC_SCRIPTS/step/step.js
share/locale/pa/LC_MESSAGES/step.mo
share/locale/pl/LC_MESSAGES/step.mo
share/locale/pl/LC_MESSAGES/step_example_files.mo
share/locale/pl/LC_MESSAGES/step_objinfo_files.mo
share/locale/pt/LC_MESSAGES/step.mo
share/locale/pt/LC_MESSAGES/step_example_files.mo
share/locale/pt/LC_MESSAGES/step_objinfo_files.mo
share/locale/pt_BR/LC_MESSAGES/step.mo
share/locale/pt_BR/LC_MESSAGES/step_example_files.mo
share/locale/pt_BR/LC_MESSAGES/step_objinfo_files.mo
share/locale/ro/LC_MESSAGES/step.mo
share/locale/ru/LC_MESSAGES/step.mo
share/locale/ru/LC_MESSAGES/step_example_files.mo
share/locale/ru/LC_MESSAGES/step_objinfo_files.mo
share/locale/sk/LC_MESSAGES/step.mo
share/locale/sk/LC_MESSAGES/step_example_files.mo
share/locale/sk/LC_MESSAGES/step_objinfo_files.mo
share/locale/sl/LC_MESSAGES/step.mo
share/locale/sl/LC_MESSAGES/step_example_files.mo
share/locale/sl/LC_MESSAGES/step_objinfo_files.mo
share/locale/sq/LC_MESSAGES/step.mo
share/locale/sv/LC_MESSAGES/step.mo
share/locale/sv/LC_MESSAGES/step_example_files.mo
share/locale/sv/LC_MESSAGES/step_objinfo_files.mo
share/locale/tr/LC_MESSAGES/step.mo
share/locale/ug/LC_MESSAGES/step.mo
share/locale/uk/LC_MESSAGES/step.mo
share/locale/uk/LC_MESSAGES/step_example_files.mo
share/locale/uk/LC_MESSAGES/step_objinfo_files.mo
share/locale/zh_CN/LC_MESSAGES/step.mo
share/locale/zh_CN/LC_MESSAGES/step_example_files.mo
share/locale/zh_CN/LC_MESSAGES/step_objinfo_files.mo
share/locale/zh_TW/LC_MESSAGES/step.mo
share/locale/zh_TW/LC_MESSAGES/step_example_files.mo
share/locale/zh_TW/LC_MESSAGES/step_objinfo_files.mo
share/metainfo/org.kde.step.appdata.xml
share/mime/packages/org.kde.step.xml
%%DATADIR%%/examples/bg/brownian.step
%%DATADIR%%/examples/bg/doublependulum.step
%%DATADIR%%/examples/bg/eightpendula.step
%%DATADIR%%/examples/bg/first.step
%%DATADIR%%/examples/bg/fourpendula.step
%%DATADIR%%/examples/bg/gas.step
%%DATADIR%%/examples/bg/graph.step
%%DATADIR%%/examples/bg/liquid.step
%%DATADIR%%/examples/bg/lissajous.step
%%DATADIR%%/examples/bg/motor.step
%%DATADIR%%/examples/bg/motor1.step
%%DATADIR%%/examples/bg/note.step
%%DATADIR%%/examples/bg/resonance.step
%%DATADIR%%/examples/bg/softbody.step
%%DATADIR%%/examples/bg/solar.step
%%DATADIR%%/examples/bg/springs.step
%%DATADIR%%/examples/bg/wave.step
%%DATADIR%%/examples/brownian.step
%%DATADIR%%/examples/ca/brownian.step
%%DATADIR%%/examples/ca/doublependulum.step
%%DATADIR%%/examples/ca/eightpendula.step
%%DATADIR%%/examples/ca/first.step
%%DATADIR%%/examples/ca/fourpendula.step
%%DATADIR%%/examples/ca/gas.step
%%DATADIR%%/examples/ca/graph.step
%%DATADIR%%/examples/ca/liquid.step
%%DATADIR%%/examples/ca/lissajous.step
%%DATADIR%%/examples/ca/motor.step
%%DATADIR%%/examples/ca/motor1.step
%%DATADIR%%/examples/ca/note.step
%%DATADIR%%/examples/ca/resonance.step
%%DATADIR%%/examples/ca/softbody.step
%%DATADIR%%/examples/ca/solar.step
%%DATADIR%%/examples/ca/springs.step
%%DATADIR%%/examples/ca/wave.step
%%DATADIR%%/examples/ca@valencia/brownian.step
%%DATADIR%%/examples/ca@valencia/doublependulum.step
%%DATADIR%%/examples/ca@valencia/eightpendula.step
%%DATADIR%%/examples/ca@valencia/first.step
%%DATADIR%%/examples/ca@valencia/fourpendula.step
%%DATADIR%%/examples/ca@valencia/gas.step
%%DATADIR%%/examples/ca@valencia/graph.step
%%DATADIR%%/examples/ca@valencia/liquid.step
%%DATADIR%%/examples/ca@valencia/lissajous.step
%%DATADIR%%/examples/ca@valencia/motor.step
%%DATADIR%%/examples/ca@valencia/motor1.step
%%DATADIR%%/examples/ca@valencia/note.step
%%DATADIR%%/examples/ca@valencia/resonance.step
%%DATADIR%%/examples/ca@valencia/softbody.step
%%DATADIR%%/examples/ca@valencia/solar.step
%%DATADIR%%/examples/ca@valencia/springs.step
%%DATADIR%%/examples/ca@valencia/wave.step
%%DATADIR%%/examples/cs/brownian.step
%%DATADIR%%/examples/cs/doublependulum.step
%%DATADIR%%/examples/cs/eightpendula.step
%%DATADIR%%/examples/cs/first.step
%%DATADIR%%/examples/cs/fourpendula.step
%%DATADIR%%/examples/cs/gas.step
%%DATADIR%%/examples/cs/graph.step
%%DATADIR%%/examples/cs/liquid.step
%%DATADIR%%/examples/cs/lissajous.step
%%DATADIR%%/examples/cs/motor.step
%%DATADIR%%/examples/cs/motor1.step
%%DATADIR%%/examples/cs/note.step
%%DATADIR%%/examples/cs/resonance.step
%%DATADIR%%/examples/cs/softbody.step
%%DATADIR%%/examples/cs/solar.step
%%DATADIR%%/examples/cs/springs.step
%%DATADIR%%/examples/cs/wave.step
%%DATADIR%%/examples/da/brownian.step
%%DATADIR%%/examples/da/doublependulum.step
%%DATADIR%%/examples/da/eightpendula.step
%%DATADIR%%/examples/da/first.step
%%DATADIR%%/examples/da/fourpendula.step
%%DATADIR%%/examples/da/gas.step
%%DATADIR%%/examples/da/graph.step
%%DATADIR%%/examples/da/liquid.step
%%DATADIR%%/examples/da/lissajous.step
%%DATADIR%%/examples/da/motor.step
%%DATADIR%%/examples/da/motor1.step
%%DATADIR%%/examples/da/note.step
%%DATADIR%%/examples/da/resonance.step
%%DATADIR%%/examples/da/softbody.step
%%DATADIR%%/examples/da/solar.step
%%DATADIR%%/examples/da/springs.step
%%DATADIR%%/examples/da/wave.step
%%DATADIR%%/examples/de/brownian.step
%%DATADIR%%/examples/de/doublependulum.step
%%DATADIR%%/examples/de/eightpendula.step
%%DATADIR%%/examples/de/first.step
%%DATADIR%%/examples/de/fourpendula.step
%%DATADIR%%/examples/de/gas.step
%%DATADIR%%/examples/de/graph.step
%%DATADIR%%/examples/de/liquid.step
%%DATADIR%%/examples/de/lissajous.step
%%DATADIR%%/examples/de/motor.step
%%DATADIR%%/examples/de/motor1.step
%%DATADIR%%/examples/de/note.step
%%DATADIR%%/examples/de/resonance.step
%%DATADIR%%/examples/de/softbody.step
%%DATADIR%%/examples/de/solar.step
%%DATADIR%%/examples/de/springs.step
%%DATADIR%%/examples/de/wave.step
%%DATADIR%%/examples/doublependulum.step
%%DATADIR%%/examples/eightpendula.step
%%DATADIR%%/examples/el/brownian.step
%%DATADIR%%/examples/el/doublependulum.step
%%DATADIR%%/examples/el/eightpendula.step
%%DATADIR%%/examples/el/first.step
%%DATADIR%%/examples/el/fourpendula.step
%%DATADIR%%/examples/el/gas.step
%%DATADIR%%/examples/el/graph.step
%%DATADIR%%/examples/el/liquid.step
%%DATADIR%%/examples/el/lissajous.step
%%DATADIR%%/examples/el/motor.step
%%DATADIR%%/examples/el/motor1.step
%%DATADIR%%/examples/el/note.step
%%DATADIR%%/examples/el/resonance.step
%%DATADIR%%/examples/el/softbody.step
%%DATADIR%%/examples/el/solar.step
%%DATADIR%%/examples/el/springs.step
%%DATADIR%%/examples/el/wave.step
%%DATADIR%%/examples/en_GB/brownian.step
%%DATADIR%%/examples/en_GB/doublependulum.step
%%DATADIR%%/examples/en_GB/eightpendula.step
%%DATADIR%%/examples/en_GB/first.step
%%DATADIR%%/examples/en_GB/fourpendula.step
%%DATADIR%%/examples/en_GB/gas.step
%%DATADIR%%/examples/en_GB/graph.step
%%DATADIR%%/examples/en_GB/liquid.step
%%DATADIR%%/examples/en_GB/lissajous.step
%%DATADIR%%/examples/en_GB/motor.step
%%DATADIR%%/examples/en_GB/motor1.step
%%DATADIR%%/examples/en_GB/note.step
%%DATADIR%%/examples/en_GB/resonance.step
%%DATADIR%%/examples/en_GB/softbody.step
%%DATADIR%%/examples/en_GB/solar.step
%%DATADIR%%/examples/en_GB/springs.step
%%DATADIR%%/examples/en_GB/wave.step
%%DATADIR%%/examples/es/brownian.step
%%DATADIR%%/examples/es/doublependulum.step
%%DATADIR%%/examples/es/eightpendula.step
%%DATADIR%%/examples/es/first.step
%%DATADIR%%/examples/es/fourpendula.step
%%DATADIR%%/examples/es/gas.step
%%DATADIR%%/examples/es/graph.step
%%DATADIR%%/examples/es/liquid.step
%%DATADIR%%/examples/es/lissajous.step
%%DATADIR%%/examples/es/motor.step
%%DATADIR%%/examples/es/motor1.step
%%DATADIR%%/examples/es/note.step
%%DATADIR%%/examples/es/resonance.step
%%DATADIR%%/examples/es/softbody.step
%%DATADIR%%/examples/es/solar.step
%%DATADIR%%/examples/es/springs.step
%%DATADIR%%/examples/es/wave.step
%%DATADIR%%/examples/et/brownian.step
%%DATADIR%%/examples/et/doublependulum.step
%%DATADIR%%/examples/et/eightpendula.step
%%DATADIR%%/examples/et/first.step
%%DATADIR%%/examples/et/fourpendula.step
%%DATADIR%%/examples/et/gas.step
%%DATADIR%%/examples/et/graph.step
%%DATADIR%%/examples/et/liquid.step
%%DATADIR%%/examples/et/lissajous.step
%%DATADIR%%/examples/et/motor.step
%%DATADIR%%/examples/et/motor1.step
%%DATADIR%%/examples/et/note.step
%%DATADIR%%/examples/et/resonance.step
%%DATADIR%%/examples/et/softbody.step
%%DATADIR%%/examples/et/solar.step
%%DATADIR%%/examples/et/springs.step
%%DATADIR%%/examples/et/wave.step
%%DATADIR%%/examples/eu/brownian.step
%%DATADIR%%/examples/eu/doublependulum.step
%%DATADIR%%/examples/eu/eightpendula.step
%%DATADIR%%/examples/eu/first.step
%%DATADIR%%/examples/eu/fourpendula.step
%%DATADIR%%/examples/eu/gas.step
%%DATADIR%%/examples/eu/graph.step
%%DATADIR%%/examples/eu/liquid.step
%%DATADIR%%/examples/eu/lissajous.step
%%DATADIR%%/examples/eu/motor.step
%%DATADIR%%/examples/eu/motor1.step
%%DATADIR%%/examples/eu/note.step
%%DATADIR%%/examples/eu/resonance.step
%%DATADIR%%/examples/eu/softbody.step
%%DATADIR%%/examples/eu/solar.step
%%DATADIR%%/examples/eu/springs.step
%%DATADIR%%/examples/eu/wave.step
%%DATADIR%%/examples/first.step
%%DATADIR%%/examples/fourpendula.step
%%DATADIR%%/examples/fr/brownian.step
%%DATADIR%%/examples/fr/doublependulum.step
%%DATADIR%%/examples/fr/eightpendula.step
%%DATADIR%%/examples/fr/first.step
%%DATADIR%%/examples/fr/fourpendula.step
%%DATADIR%%/examples/fr/gas.step
%%DATADIR%%/examples/fr/graph.step
%%DATADIR%%/examples/fr/liquid.step
%%DATADIR%%/examples/fr/lissajous.step
%%DATADIR%%/examples/fr/motor.step
%%DATADIR%%/examples/fr/motor1.step
%%DATADIR%%/examples/fr/note.step
%%DATADIR%%/examples/fr/resonance.step
%%DATADIR%%/examples/fr/softbody.step
%%DATADIR%%/examples/fr/solar.step
%%DATADIR%%/examples/fr/springs.step
%%DATADIR%%/examples/fr/wave.step
%%DATADIR%%/examples/gas.step
%%DATADIR%%/examples/graph.step
%%DATADIR%%/examples/ia/brownian.step
%%DATADIR%%/examples/ia/doublependulum.step
%%DATADIR%%/examples/ia/eightpendula.step
%%DATADIR%%/examples/ia/first.step
%%DATADIR%%/examples/ia/fourpendula.step
%%DATADIR%%/examples/ia/gas.step
%%DATADIR%%/examples/ia/graph.step
%%DATADIR%%/examples/ia/liquid.step
%%DATADIR%%/examples/ia/lissajous.step
%%DATADIR%%/examples/ia/motor.step
%%DATADIR%%/examples/ia/motor1.step
%%DATADIR%%/examples/ia/note.step
%%DATADIR%%/examples/ia/resonance.step
%%DATADIR%%/examples/ia/softbody.step
%%DATADIR%%/examples/ia/solar.step
%%DATADIR%%/examples/ia/springs.step
%%DATADIR%%/examples/ia/wave.step
%%DATADIR%%/examples/it/brownian.step
%%DATADIR%%/examples/it/doublependulum.step
%%DATADIR%%/examples/it/eightpendula.step
%%DATADIR%%/examples/it/first.step
%%DATADIR%%/examples/it/fourpendula.step
%%DATADIR%%/examples/it/gas.step
%%DATADIR%%/examples/it/graph.step
%%DATADIR%%/examples/it/liquid.step
%%DATADIR%%/examples/it/lissajous.step
%%DATADIR%%/examples/it/motor.step
%%DATADIR%%/examples/it/motor1.step
%%DATADIR%%/examples/it/note.step
%%DATADIR%%/examples/it/resonance.step
%%DATADIR%%/examples/it/softbody.step
%%DATADIR%%/examples/it/solar.step
%%DATADIR%%/examples/it/springs.step
%%DATADIR%%/examples/it/wave.step
%%DATADIR%%/examples/ja/brownian.step
%%DATADIR%%/examples/ja/doublependulum.step
%%DATADIR%%/examples/ja/eightpendula.step
%%DATADIR%%/examples/ja/first.step
%%DATADIR%%/examples/ja/fourpendula.step
%%DATADIR%%/examples/ja/gas.step
%%DATADIR%%/examples/ja/graph.step
%%DATADIR%%/examples/ja/liquid.step
%%DATADIR%%/examples/ja/lissajous.step
%%DATADIR%%/examples/ja/motor.step
%%DATADIR%%/examples/ja/motor1.step
%%DATADIR%%/examples/ja/note.step
%%DATADIR%%/examples/ja/resonance.step
%%DATADIR%%/examples/ja/softbody.step
%%DATADIR%%/examples/ja/solar.step
%%DATADIR%%/examples/ja/springs.step
%%DATADIR%%/examples/ja/wave.step
%%DATADIR%%/examples/liquid.step
%%DATADIR%%/examples/lissajous.step
%%DATADIR%%/examples/lt/brownian.step
%%DATADIR%%/examples/lt/doublependulum.step
%%DATADIR%%/examples/lt/eightpendula.step
%%DATADIR%%/examples/lt/first.step
%%DATADIR%%/examples/lt/fourpendula.step
%%DATADIR%%/examples/lt/gas.step
%%DATADIR%%/examples/lt/graph.step
%%DATADIR%%/examples/lt/liquid.step
%%DATADIR%%/examples/lt/lissajous.step
%%DATADIR%%/examples/lt/motor.step
%%DATADIR%%/examples/lt/motor1.step
%%DATADIR%%/examples/lt/note.step
%%DATADIR%%/examples/lt/resonance.step
%%DATADIR%%/examples/lt/softbody.step
%%DATADIR%%/examples/lt/solar.step
%%DATADIR%%/examples/lt/springs.step
%%DATADIR%%/examples/lt/wave.step
%%DATADIR%%/examples/ml/brownian.step
%%DATADIR%%/examples/ml/doublependulum.step
%%DATADIR%%/examples/ml/eightpendula.step
%%DATADIR%%/examples/ml/first.step
%%DATADIR%%/examples/ml/fourpendula.step
%%DATADIR%%/examples/ml/gas.step
%%DATADIR%%/examples/ml/graph.step
%%DATADIR%%/examples/ml/liquid.step
%%DATADIR%%/examples/ml/lissajous.step
%%DATADIR%%/examples/ml/motor.step
%%DATADIR%%/examples/ml/motor1.step
%%DATADIR%%/examples/ml/note.step
%%DATADIR%%/examples/ml/resonance.step
%%DATADIR%%/examples/ml/softbody.step
%%DATADIR%%/examples/ml/solar.step
%%DATADIR%%/examples/ml/springs.step
%%DATADIR%%/examples/ml/wave.step
%%DATADIR%%/examples/motor.step
%%DATADIR%%/examples/motor1.step
%%DATADIR%%/examples/nl/brownian.step
%%DATADIR%%/examples/nl/doublependulum.step
%%DATADIR%%/examples/nl/eightpendula.step
%%DATADIR%%/examples/nl/first.step
%%DATADIR%%/examples/nl/fourpendula.step
%%DATADIR%%/examples/nl/gas.step
%%DATADIR%%/examples/nl/graph.step
%%DATADIR%%/examples/nl/liquid.step
%%DATADIR%%/examples/nl/lissajous.step
%%DATADIR%%/examples/nl/motor.step
%%DATADIR%%/examples/nl/motor1.step
%%DATADIR%%/examples/nl/note.step
%%DATADIR%%/examples/nl/resonance.step
%%DATADIR%%/examples/nl/softbody.step
%%DATADIR%%/examples/nl/solar.step
%%DATADIR%%/examples/nl/springs.step
%%DATADIR%%/examples/nl/wave.step
%%DATADIR%%/examples/note.step
%%DATADIR%%/examples/pl/brownian.step
%%DATADIR%%/examples/pl/doublependulum.step
%%DATADIR%%/examples/pl/eightpendula.step
%%DATADIR%%/examples/pl/first.step
%%DATADIR%%/examples/pl/fourpendula.step
%%DATADIR%%/examples/pl/gas.step
%%DATADIR%%/examples/pl/graph.step
%%DATADIR%%/examples/pl/liquid.step
%%DATADIR%%/examples/pl/lissajous.step
%%DATADIR%%/examples/pl/motor.step
%%DATADIR%%/examples/pl/motor1.step
%%DATADIR%%/examples/pl/note.step
%%DATADIR%%/examples/pl/resonance.step
%%DATADIR%%/examples/pl/softbody.step
%%DATADIR%%/examples/pl/solar.step
%%DATADIR%%/examples/pl/springs.step
%%DATADIR%%/examples/pl/wave.step
%%DATADIR%%/examples/pt/brownian.step
%%DATADIR%%/examples/pt/doublependulum.step
%%DATADIR%%/examples/pt/eightpendula.step
%%DATADIR%%/examples/pt/first.step
%%DATADIR%%/examples/pt/fourpendula.step
%%DATADIR%%/examples/pt/gas.step
%%DATADIR%%/examples/pt/graph.step
%%DATADIR%%/examples/pt/liquid.step
%%DATADIR%%/examples/pt/lissajous.step
%%DATADIR%%/examples/pt/motor.step
%%DATADIR%%/examples/pt/motor1.step
%%DATADIR%%/examples/pt/note.step
%%DATADIR%%/examples/pt/resonance.step
%%DATADIR%%/examples/pt/softbody.step
%%DATADIR%%/examples/pt/solar.step
%%DATADIR%%/examples/pt/springs.step
%%DATADIR%%/examples/pt/wave.step
%%DATADIR%%/examples/pt_BR/brownian.step
%%DATADIR%%/examples/pt_BR/doublependulum.step
%%DATADIR%%/examples/pt_BR/eightpendula.step
%%DATADIR%%/examples/pt_BR/first.step
%%DATADIR%%/examples/pt_BR/fourpendula.step
%%DATADIR%%/examples/pt_BR/gas.step
%%DATADIR%%/examples/pt_BR/graph.step
%%DATADIR%%/examples/pt_BR/liquid.step
%%DATADIR%%/examples/pt_BR/lissajous.step
%%DATADIR%%/examples/pt_BR/motor.step
%%DATADIR%%/examples/pt_BR/motor1.step
%%DATADIR%%/examples/pt_BR/note.step
%%DATADIR%%/examples/pt_BR/resonance.step
%%DATADIR%%/examples/pt_BR/softbody.step
%%DATADIR%%/examples/pt_BR/solar.step
%%DATADIR%%/examples/pt_BR/springs.step
%%DATADIR%%/examples/pt_BR/wave.step
%%DATADIR%%/examples/resonance.step
%%DATADIR%%/examples/ru/brownian.step
%%DATADIR%%/examples/ru/doublependulum.step
%%DATADIR%%/examples/ru/eightpendula.step
%%DATADIR%%/examples/ru/first.step
%%DATADIR%%/examples/ru/fourpendula.step
%%DATADIR%%/examples/ru/gas.step
%%DATADIR%%/examples/ru/graph.step
%%DATADIR%%/examples/ru/liquid.step
%%DATADIR%%/examples/ru/lissajous.step
%%DATADIR%%/examples/ru/motor.step
%%DATADIR%%/examples/ru/motor1.step
%%DATADIR%%/examples/ru/note.step
%%DATADIR%%/examples/ru/resonance.step
%%DATADIR%%/examples/ru/softbody.step
%%DATADIR%%/examples/ru/solar.step
%%DATADIR%%/examples/ru/springs.step
%%DATADIR%%/examples/ru/wave.step
%%DATADIR%%/examples/sk/brownian.step
%%DATADIR%%/examples/sk/doublependulum.step
%%DATADIR%%/examples/sk/eightpendula.step
%%DATADIR%%/examples/sk/first.step
%%DATADIR%%/examples/sk/fourpendula.step
%%DATADIR%%/examples/sk/gas.step
%%DATADIR%%/examples/sk/graph.step
%%DATADIR%%/examples/sk/liquid.step
%%DATADIR%%/examples/sk/lissajous.step
%%DATADIR%%/examples/sk/motor.step
%%DATADIR%%/examples/sk/motor1.step
%%DATADIR%%/examples/sk/note.step
%%DATADIR%%/examples/sk/resonance.step
%%DATADIR%%/examples/sk/softbody.step
%%DATADIR%%/examples/sk/solar.step
%%DATADIR%%/examples/sk/springs.step
%%DATADIR%%/examples/sk/wave.step
%%DATADIR%%/examples/sl/brownian.step
%%DATADIR%%/examples/sl/doublependulum.step
%%DATADIR%%/examples/sl/eightpendula.step
%%DATADIR%%/examples/sl/first.step
%%DATADIR%%/examples/sl/fourpendula.step
%%DATADIR%%/examples/sl/gas.step
%%DATADIR%%/examples/sl/graph.step
%%DATADIR%%/examples/sl/liquid.step
%%DATADIR%%/examples/sl/lissajous.step
%%DATADIR%%/examples/sl/motor.step
%%DATADIR%%/examples/sl/motor1.step
%%DATADIR%%/examples/sl/note.step
%%DATADIR%%/examples/sl/resonance.step
%%DATADIR%%/examples/sl/softbody.step
%%DATADIR%%/examples/sl/solar.step
%%DATADIR%%/examples/sl/springs.step
%%DATADIR%%/examples/sl/wave.step
%%DATADIR%%/examples/softbody.step
%%DATADIR%%/examples/solar.step
%%DATADIR%%/examples/springs.step
%%DATADIR%%/examples/sv/brownian.step
%%DATADIR%%/examples/sv/doublependulum.step
%%DATADIR%%/examples/sv/eightpendula.step
%%DATADIR%%/examples/sv/first.step
%%DATADIR%%/examples/sv/fourpendula.step
%%DATADIR%%/examples/sv/gas.step
%%DATADIR%%/examples/sv/graph.step
%%DATADIR%%/examples/sv/liquid.step
%%DATADIR%%/examples/sv/lissajous.step
%%DATADIR%%/examples/sv/motor.step
%%DATADIR%%/examples/sv/motor1.step
%%DATADIR%%/examples/sv/note.step
%%DATADIR%%/examples/sv/resonance.step
%%DATADIR%%/examples/sv/softbody.step
%%DATADIR%%/examples/sv/solar.step
%%DATADIR%%/examples/sv/springs.step
%%DATADIR%%/examples/sv/wave.step
%%DATADIR%%/examples/uk/brownian.step
%%DATADIR%%/examples/uk/doublependulum.step
%%DATADIR%%/examples/uk/eightpendula.step
%%DATADIR%%/examples/uk/first.step
%%DATADIR%%/examples/uk/fourpendula.step
%%DATADIR%%/examples/uk/gas.step
%%DATADIR%%/examples/uk/graph.step
%%DATADIR%%/examples/uk/liquid.step
%%DATADIR%%/examples/uk/lissajous.step
%%DATADIR%%/examples/uk/motor.step
%%DATADIR%%/examples/uk/motor1.step
%%DATADIR%%/examples/uk/note.step
%%DATADIR%%/examples/uk/resonance.step
%%DATADIR%%/examples/uk/softbody.step
%%DATADIR%%/examples/uk/solar.step
%%DATADIR%%/examples/uk/springs.step
%%DATADIR%%/examples/uk/wave.step
%%DATADIR%%/examples/wave.step
%%DATADIR%%/examples/zh_CN/brownian.step
%%DATADIR%%/examples/zh_CN/doublependulum.step
%%DATADIR%%/examples/zh_CN/eightpendula.step
%%DATADIR%%/examples/zh_CN/first.step
%%DATADIR%%/examples/zh_CN/fourpendula.step
%%DATADIR%%/examples/zh_CN/gas.step
%%DATADIR%%/examples/zh_CN/graph.step
%%DATADIR%%/examples/zh_CN/liquid.step
%%DATADIR%%/examples/zh_CN/lissajous.step
%%DATADIR%%/examples/zh_CN/motor.step
%%DATADIR%%/examples/zh_CN/motor1.step
%%DATADIR%%/examples/zh_CN/note.step
%%DATADIR%%/examples/zh_CN/resonance.step
%%DATADIR%%/examples/zh_CN/softbody.step
%%DATADIR%%/examples/zh_CN/solar.step
%%DATADIR%%/examples/zh_CN/springs.step
%%DATADIR%%/examples/zh_CN/wave.step
%%DATADIR%%/examples/zh_TW/brownian.step
%%DATADIR%%/examples/zh_TW/doublependulum.step
%%DATADIR%%/examples/zh_TW/eightpendula.step
%%DATADIR%%/examples/zh_TW/first.step
%%DATADIR%%/examples/zh_TW/fourpendula.step
%%DATADIR%%/examples/zh_TW/gas.step
%%DATADIR%%/examples/zh_TW/graph.step
%%DATADIR%%/examples/zh_TW/liquid.step
%%DATADIR%%/examples/zh_TW/lissajous.step
%%DATADIR%%/examples/zh_TW/motor.step
%%DATADIR%%/examples/zh_TW/motor1.step
%%DATADIR%%/examples/zh_TW/note.step
%%DATADIR%%/examples/zh_TW/resonance.step
%%DATADIR%%/examples/zh_TW/softbody.step
%%DATADIR%%/examples/zh_TW/solar.step
%%DATADIR%%/examples/zh_TW/springs.step
%%DATADIR%%/examples/zh_TW/wave.step
%%DATADIR%%/objinfo/anchor.html
%%DATADIR%%/objinfo/box.html
%%DATADIR%%/objinfo/chargedparticle.html
%%DATADIR%%/objinfo/coulombforce.html
%%DATADIR%%/objinfo/disk.html
%%DATADIR%%/objinfo/gas.html
%%DATADIR%%/objinfo/gasljforce.html
%%DATADIR%%/objinfo/gasparticle.html
%%DATADIR%%/objinfo/gravitationforce.html
%%DATADIR%%/objinfo/l10n/bg/anchor.html
%%DATADIR%%/objinfo/l10n/bg/box.html
%%DATADIR%%/objinfo/l10n/bg/chargedparticle.html
%%DATADIR%%/objinfo/l10n/bg/coulombforce.html
%%DATADIR%%/objinfo/l10n/bg/disk.html
%%DATADIR%%/objinfo/l10n/bg/gas.html
%%DATADIR%%/objinfo/l10n/bg/gasljforce.html
%%DATADIR%%/objinfo/l10n/bg/gasparticle.html
%%DATADIR%%/objinfo/l10n/bg/gravitationforce.html
%%DATADIR%%/objinfo/l10n/bg/linearmotor.html
%%DATADIR%%/objinfo/l10n/bg/meter.html
%%DATADIR%%/objinfo/l10n/bg/note.html
%%DATADIR%%/objinfo/l10n/bg/particle.html
%%DATADIR%%/objinfo/l10n/bg/pin.html
%%DATADIR%%/objinfo/l10n/bg/polygon.html
%%DATADIR%%/objinfo/l10n/bg/softbody.html
%%DATADIR%%/objinfo/l10n/bg/spring.html
%%DATADIR%%/objinfo/l10n/bg/weightforce.html
%%DATADIR%%/objinfo/l10n/bg/world.html
%%DATADIR%%/objinfo/l10n/ca/anchor.html
%%DATADIR%%/objinfo/l10n/ca/box.html
%%DATADIR%%/objinfo/l10n/ca/chargedparticle.html
%%DATADIR%%/objinfo/l10n/ca/coulombforce.html
%%DATADIR%%/objinfo/l10n/ca/disk.html
%%DATADIR%%/objinfo/l10n/ca/gas.html
%%DATADIR%%/objinfo/l10n/ca/gasljforce.html
%%DATADIR%%/objinfo/l10n/ca/gasparticle.html
%%DATADIR%%/objinfo/l10n/ca/gravitationforce.html
%%DATADIR%%/objinfo/l10n/ca/linearmotor.html
%%DATADIR%%/objinfo/l10n/ca/meter.html
%%DATADIR%%/objinfo/l10n/ca/note.html
%%DATADIR%%/objinfo/l10n/ca/particle.html
%%DATADIR%%/objinfo/l10n/ca/pin.html
%%DATADIR%%/objinfo/l10n/ca/polygon.html
%%DATADIR%%/objinfo/l10n/ca/softbody.html
%%DATADIR%%/objinfo/l10n/ca/spring.html
%%DATADIR%%/objinfo/l10n/ca/weightforce.html
%%DATADIR%%/objinfo/l10n/ca/world.html
%%DATADIR%%/objinfo/l10n/ca@valencia/anchor.html
%%DATADIR%%/objinfo/l10n/ca@valencia/box.html
%%DATADIR%%/objinfo/l10n/ca@valencia/chargedparticle.html
%%DATADIR%%/objinfo/l10n/ca@valencia/coulombforce.html
%%DATADIR%%/objinfo/l10n/ca@valencia/disk.html
%%DATADIR%%/objinfo/l10n/ca@valencia/gas.html
%%DATADIR%%/objinfo/l10n/ca@valencia/gasljforce.html
%%DATADIR%%/objinfo/l10n/ca@valencia/gasparticle.html
%%DATADIR%%/objinfo/l10n/ca@valencia/gravitationforce.html
%%DATADIR%%/objinfo/l10n/ca@valencia/linearmotor.html
%%DATADIR%%/objinfo/l10n/ca@valencia/meter.html
%%DATADIR%%/objinfo/l10n/ca@valencia/note.html
%%DATADIR%%/objinfo/l10n/ca@valencia/particle.html
%%DATADIR%%/objinfo/l10n/ca@valencia/pin.html
%%DATADIR%%/objinfo/l10n/ca@valencia/polygon.html
%%DATADIR%%/objinfo/l10n/ca@valencia/softbody.html
%%DATADIR%%/objinfo/l10n/ca@valencia/spring.html
%%DATADIR%%/objinfo/l10n/ca@valencia/weightforce.html
%%DATADIR%%/objinfo/l10n/ca@valencia/world.html
%%DATADIR%%/objinfo/l10n/cs/anchor.html
%%DATADIR%%/objinfo/l10n/cs/box.html
%%DATADIR%%/objinfo/l10n/cs/chargedparticle.html
%%DATADIR%%/objinfo/l10n/cs/coulombforce.html
%%DATADIR%%/objinfo/l10n/cs/disk.html
%%DATADIR%%/objinfo/l10n/cs/gas.html
%%DATADIR%%/objinfo/l10n/cs/gasljforce.html
%%DATADIR%%/objinfo/l10n/cs/gasparticle.html
%%DATADIR%%/objinfo/l10n/cs/gravitationforce.html
%%DATADIR%%/objinfo/l10n/cs/linearmotor.html
%%DATADIR%%/objinfo/l10n/cs/meter.html
%%DATADIR%%/objinfo/l10n/cs/note.html
%%DATADIR%%/objinfo/l10n/cs/particle.html
%%DATADIR%%/objinfo/l10n/cs/pin.html
%%DATADIR%%/objinfo/l10n/cs/polygon.html
%%DATADIR%%/objinfo/l10n/cs/softbody.html
%%DATADIR%%/objinfo/l10n/cs/spring.html
%%DATADIR%%/objinfo/l10n/cs/weightforce.html
%%DATADIR%%/objinfo/l10n/cs/world.html
%%DATADIR%%/objinfo/l10n/da/anchor.html
%%DATADIR%%/objinfo/l10n/da/box.html
%%DATADIR%%/objinfo/l10n/da/chargedparticle.html
%%DATADIR%%/objinfo/l10n/da/coulombforce.html
%%DATADIR%%/objinfo/l10n/da/disk.html
%%DATADIR%%/objinfo/l10n/da/gas.html
%%DATADIR%%/objinfo/l10n/da/gasljforce.html
%%DATADIR%%/objinfo/l10n/da/gasparticle.html
%%DATADIR%%/objinfo/l10n/da/gravitationforce.html
%%DATADIR%%/objinfo/l10n/da/linearmotor.html
%%DATADIR%%/objinfo/l10n/da/meter.html
%%DATADIR%%/objinfo/l10n/da/note.html
%%DATADIR%%/objinfo/l10n/da/particle.html
%%DATADIR%%/objinfo/l10n/da/pin.html
%%DATADIR%%/objinfo/l10n/da/polygon.html
%%DATADIR%%/objinfo/l10n/da/softbody.html
%%DATADIR%%/objinfo/l10n/da/spring.html
%%DATADIR%%/objinfo/l10n/da/weightforce.html
%%DATADIR%%/objinfo/l10n/da/world.html
%%DATADIR%%/objinfo/l10n/de/anchor.html
%%DATADIR%%/objinfo/l10n/de/box.html
%%DATADIR%%/objinfo/l10n/de/chargedparticle.html
%%DATADIR%%/objinfo/l10n/de/coulombforce.html
%%DATADIR%%/objinfo/l10n/de/disk.html
%%DATADIR%%/objinfo/l10n/de/gas.html
%%DATADIR%%/objinfo/l10n/de/gasljforce.html
%%DATADIR%%/objinfo/l10n/de/gasparticle.html
%%DATADIR%%/objinfo/l10n/de/gravitationforce.html
%%DATADIR%%/objinfo/l10n/de/linearmotor.html
%%DATADIR%%/objinfo/l10n/de/meter.html
%%DATADIR%%/objinfo/l10n/de/note.html
%%DATADIR%%/objinfo/l10n/de/particle.html
%%DATADIR%%/objinfo/l10n/de/pin.html
%%DATADIR%%/objinfo/l10n/de/polygon.html
%%DATADIR%%/objinfo/l10n/de/softbody.html
%%DATADIR%%/objinfo/l10n/de/spring.html
%%DATADIR%%/objinfo/l10n/de/weightforce.html
%%DATADIR%%/objinfo/l10n/de/world.html
%%DATADIR%%/objinfo/l10n/el/anchor.html
%%DATADIR%%/objinfo/l10n/el/box.html
%%DATADIR%%/objinfo/l10n/el/chargedparticle.html
%%DATADIR%%/objinfo/l10n/el/coulombforce.html
%%DATADIR%%/objinfo/l10n/el/disk.html
%%DATADIR%%/objinfo/l10n/el/gas.html
%%DATADIR%%/objinfo/l10n/el/gasljforce.html
%%DATADIR%%/objinfo/l10n/el/gasparticle.html
%%DATADIR%%/objinfo/l10n/el/gravitationforce.html
%%DATADIR%%/objinfo/l10n/el/linearmotor.html
%%DATADIR%%/objinfo/l10n/el/meter.html
%%DATADIR%%/objinfo/l10n/el/note.html
%%DATADIR%%/objinfo/l10n/el/particle.html
%%DATADIR%%/objinfo/l10n/el/pin.html
%%DATADIR%%/objinfo/l10n/el/polygon.html
%%DATADIR%%/objinfo/l10n/el/softbody.html
%%DATADIR%%/objinfo/l10n/el/spring.html
%%DATADIR%%/objinfo/l10n/el/weightforce.html
%%DATADIR%%/objinfo/l10n/el/world.html
%%DATADIR%%/objinfo/l10n/en_GB/anchor.html
%%DATADIR%%/objinfo/l10n/en_GB/box.html
%%DATADIR%%/objinfo/l10n/en_GB/chargedparticle.html
%%DATADIR%%/objinfo/l10n/en_GB/coulombforce.html
%%DATADIR%%/objinfo/l10n/en_GB/disk.html
%%DATADIR%%/objinfo/l10n/en_GB/gas.html
%%DATADIR%%/objinfo/l10n/en_GB/gasljforce.html
%%DATADIR%%/objinfo/l10n/en_GB/gasparticle.html
%%DATADIR%%/objinfo/l10n/en_GB/gravitationforce.html
%%DATADIR%%/objinfo/l10n/en_GB/linearmotor.html
%%DATADIR%%/objinfo/l10n/en_GB/meter.html
%%DATADIR%%/objinfo/l10n/en_GB/note.html
%%DATADIR%%/objinfo/l10n/en_GB/particle.html
%%DATADIR%%/objinfo/l10n/en_GB/pin.html
%%DATADIR%%/objinfo/l10n/en_GB/polygon.html
%%DATADIR%%/objinfo/l10n/en_GB/softbody.html
%%DATADIR%%/objinfo/l10n/en_GB/spring.html
%%DATADIR%%/objinfo/l10n/en_GB/weightforce.html
%%DATADIR%%/objinfo/l10n/en_GB/world.html
%%DATADIR%%/objinfo/l10n/es/anchor.html
%%DATADIR%%/objinfo/l10n/es/box.html
%%DATADIR%%/objinfo/l10n/es/chargedparticle.html
%%DATADIR%%/objinfo/l10n/es/coulombforce.html
%%DATADIR%%/objinfo/l10n/es/disk.html
%%DATADIR%%/objinfo/l10n/es/gas.html
%%DATADIR%%/objinfo/l10n/es/gasljforce.html
%%DATADIR%%/objinfo/l10n/es/gasparticle.html
%%DATADIR%%/objinfo/l10n/es/gravitationforce.html
%%DATADIR%%/objinfo/l10n/es/linearmotor.html
%%DATADIR%%/objinfo/l10n/es/meter.html
%%DATADIR%%/objinfo/l10n/es/note.html
%%DATADIR%%/objinfo/l10n/es/particle.html
%%DATADIR%%/objinfo/l10n/es/pin.html
%%DATADIR%%/objinfo/l10n/es/polygon.html
%%DATADIR%%/objinfo/l10n/es/softbody.html
%%DATADIR%%/objinfo/l10n/es/spring.html
%%DATADIR%%/objinfo/l10n/es/weightforce.html
%%DATADIR%%/objinfo/l10n/es/world.html
%%DATADIR%%/objinfo/l10n/et/anchor.html
%%DATADIR%%/objinfo/l10n/et/box.html
%%DATADIR%%/objinfo/l10n/et/chargedparticle.html
%%DATADIR%%/objinfo/l10n/et/coulombforce.html
%%DATADIR%%/objinfo/l10n/et/disk.html
%%DATADIR%%/objinfo/l10n/et/gas.html
%%DATADIR%%/objinfo/l10n/et/gasljforce.html
%%DATADIR%%/objinfo/l10n/et/gasparticle.html
%%DATADIR%%/objinfo/l10n/et/gravitationforce.html
%%DATADIR%%/objinfo/l10n/et/linearmotor.html
%%DATADIR%%/objinfo/l10n/et/meter.html
%%DATADIR%%/objinfo/l10n/et/note.html
%%DATADIR%%/objinfo/l10n/et/particle.html
%%DATADIR%%/objinfo/l10n/et/pin.html
%%DATADIR%%/objinfo/l10n/et/polygon.html
%%DATADIR%%/objinfo/l10n/et/softbody.html
%%DATADIR%%/objinfo/l10n/et/spring.html
%%DATADIR%%/objinfo/l10n/et/weightforce.html
%%DATADIR%%/objinfo/l10n/et/world.html
%%DATADIR%%/objinfo/l10n/eu/anchor.html
%%DATADIR%%/objinfo/l10n/eu/box.html
%%DATADIR%%/objinfo/l10n/eu/chargedparticle.html
%%DATADIR%%/objinfo/l10n/eu/coulombforce.html
%%DATADIR%%/objinfo/l10n/eu/disk.html
%%DATADIR%%/objinfo/l10n/eu/gas.html
%%DATADIR%%/objinfo/l10n/eu/gasljforce.html
%%DATADIR%%/objinfo/l10n/eu/gasparticle.html
%%DATADIR%%/objinfo/l10n/eu/gravitationforce.html
%%DATADIR%%/objinfo/l10n/eu/linearmotor.html
%%DATADIR%%/objinfo/l10n/eu/meter.html
%%DATADIR%%/objinfo/l10n/eu/note.html
%%DATADIR%%/objinfo/l10n/eu/particle.html
%%DATADIR%%/objinfo/l10n/eu/pin.html
%%DATADIR%%/objinfo/l10n/eu/polygon.html
%%DATADIR%%/objinfo/l10n/eu/softbody.html
%%DATADIR%%/objinfo/l10n/eu/spring.html
%%DATADIR%%/objinfo/l10n/eu/weightforce.html
%%DATADIR%%/objinfo/l10n/eu/world.html
%%DATADIR%%/objinfo/l10n/fr/anchor.html
%%DATADIR%%/objinfo/l10n/fr/box.html
%%DATADIR%%/objinfo/l10n/fr/chargedparticle.html
%%DATADIR%%/objinfo/l10n/fr/coulombforce.html
%%DATADIR%%/objinfo/l10n/fr/disk.html
%%DATADIR%%/objinfo/l10n/fr/gas.html
%%DATADIR%%/objinfo/l10n/fr/gasljforce.html
%%DATADIR%%/objinfo/l10n/fr/gasparticle.html
%%DATADIR%%/objinfo/l10n/fr/gravitationforce.html
%%DATADIR%%/objinfo/l10n/fr/linearmotor.html
%%DATADIR%%/objinfo/l10n/fr/meter.html
%%DATADIR%%/objinfo/l10n/fr/note.html
%%DATADIR%%/objinfo/l10n/fr/particle.html
%%DATADIR%%/objinfo/l10n/fr/pin.html
%%DATADIR%%/objinfo/l10n/fr/polygon.html
%%DATADIR%%/objinfo/l10n/fr/softbody.html
%%DATADIR%%/objinfo/l10n/fr/spring.html
%%DATADIR%%/objinfo/l10n/fr/weightforce.html
%%DATADIR%%/objinfo/l10n/fr/world.html
%%DATADIR%%/objinfo/l10n/ia/anchor.html
%%DATADIR%%/objinfo/l10n/ia/box.html
%%DATADIR%%/objinfo/l10n/ia/chargedparticle.html
%%DATADIR%%/objinfo/l10n/ia/coulombforce.html
%%DATADIR%%/objinfo/l10n/ia/disk.html
%%DATADIR%%/objinfo/l10n/ia/gas.html
%%DATADIR%%/objinfo/l10n/ia/gasljforce.html
%%DATADIR%%/objinfo/l10n/ia/gasparticle.html
%%DATADIR%%/objinfo/l10n/ia/gravitationforce.html
%%DATADIR%%/objinfo/l10n/ia/linearmotor.html
%%DATADIR%%/objinfo/l10n/ia/meter.html
%%DATADIR%%/objinfo/l10n/ia/note.html
%%DATADIR%%/objinfo/l10n/ia/particle.html
%%DATADIR%%/objinfo/l10n/ia/pin.html
%%DATADIR%%/objinfo/l10n/ia/polygon.html
%%DATADIR%%/objinfo/l10n/ia/softbody.html
%%DATADIR%%/objinfo/l10n/ia/spring.html
%%DATADIR%%/objinfo/l10n/ia/weightforce.html
%%DATADIR%%/objinfo/l10n/ia/world.html
%%DATADIR%%/objinfo/l10n/it/anchor.html
%%DATADIR%%/objinfo/l10n/it/box.html
%%DATADIR%%/objinfo/l10n/it/chargedparticle.html
%%DATADIR%%/objinfo/l10n/it/coulombforce.html
%%DATADIR%%/objinfo/l10n/it/disk.html
%%DATADIR%%/objinfo/l10n/it/gas.html
%%DATADIR%%/objinfo/l10n/it/gasljforce.html
%%DATADIR%%/objinfo/l10n/it/gasparticle.html
%%DATADIR%%/objinfo/l10n/it/gravitationforce.html
%%DATADIR%%/objinfo/l10n/it/linearmotor.html
%%DATADIR%%/objinfo/l10n/it/meter.html
%%DATADIR%%/objinfo/l10n/it/note.html
%%DATADIR%%/objinfo/l10n/it/particle.html
%%DATADIR%%/objinfo/l10n/it/pin.html
%%DATADIR%%/objinfo/l10n/it/polygon.html
%%DATADIR%%/objinfo/l10n/it/softbody.html
%%DATADIR%%/objinfo/l10n/it/spring.html
%%DATADIR%%/objinfo/l10n/it/weightforce.html
%%DATADIR%%/objinfo/l10n/it/world.html
%%DATADIR%%/objinfo/l10n/ja/anchor.html
%%DATADIR%%/objinfo/l10n/ja/box.html
%%DATADIR%%/objinfo/l10n/ja/chargedparticle.html
%%DATADIR%%/objinfo/l10n/ja/coulombforce.html
%%DATADIR%%/objinfo/l10n/ja/disk.html
%%DATADIR%%/objinfo/l10n/ja/gas.html
%%DATADIR%%/objinfo/l10n/ja/gasljforce.html
%%DATADIR%%/objinfo/l10n/ja/gasparticle.html
%%DATADIR%%/objinfo/l10n/ja/gravitationforce.html
%%DATADIR%%/objinfo/l10n/ja/linearmotor.html
%%DATADIR%%/objinfo/l10n/ja/meter.html
%%DATADIR%%/objinfo/l10n/ja/note.html
%%DATADIR%%/objinfo/l10n/ja/particle.html
%%DATADIR%%/objinfo/l10n/ja/pin.html
%%DATADIR%%/objinfo/l10n/ja/polygon.html
%%DATADIR%%/objinfo/l10n/ja/softbody.html
%%DATADIR%%/objinfo/l10n/ja/spring.html
%%DATADIR%%/objinfo/l10n/ja/weightforce.html
%%DATADIR%%/objinfo/l10n/ja/world.html
%%DATADIR%%/objinfo/l10n/ko/anchor.html
%%DATADIR%%/objinfo/l10n/ko/box.html
%%DATADIR%%/objinfo/l10n/ko/chargedparticle.html
%%DATADIR%%/objinfo/l10n/ko/coulombforce.html
%%DATADIR%%/objinfo/l10n/ko/disk.html
%%DATADIR%%/objinfo/l10n/ko/gas.html
%%DATADIR%%/objinfo/l10n/ko/gasljforce.html
%%DATADIR%%/objinfo/l10n/ko/gasparticle.html
%%DATADIR%%/objinfo/l10n/ko/gravitationforce.html
%%DATADIR%%/objinfo/l10n/ko/linearmotor.html
%%DATADIR%%/objinfo/l10n/ko/meter.html
%%DATADIR%%/objinfo/l10n/ko/note.html
%%DATADIR%%/objinfo/l10n/ko/particle.html
%%DATADIR%%/objinfo/l10n/ko/pin.html
%%DATADIR%%/objinfo/l10n/ko/polygon.html
%%DATADIR%%/objinfo/l10n/ko/softbody.html
%%DATADIR%%/objinfo/l10n/ko/spring.html
%%DATADIR%%/objinfo/l10n/ko/weightforce.html
%%DATADIR%%/objinfo/l10n/ko/world.html
%%DATADIR%%/objinfo/l10n/lt/anchor.html
%%DATADIR%%/objinfo/l10n/lt/box.html
%%DATADIR%%/objinfo/l10n/lt/chargedparticle.html
%%DATADIR%%/objinfo/l10n/lt/coulombforce.html
%%DATADIR%%/objinfo/l10n/lt/disk.html
%%DATADIR%%/objinfo/l10n/lt/gas.html
%%DATADIR%%/objinfo/l10n/lt/gasljforce.html
%%DATADIR%%/objinfo/l10n/lt/gasparticle.html
%%DATADIR%%/objinfo/l10n/lt/gravitationforce.html
%%DATADIR%%/objinfo/l10n/lt/linearmotor.html
%%DATADIR%%/objinfo/l10n/lt/meter.html
%%DATADIR%%/objinfo/l10n/lt/note.html
%%DATADIR%%/objinfo/l10n/lt/particle.html
%%DATADIR%%/objinfo/l10n/lt/pin.html
%%DATADIR%%/objinfo/l10n/lt/polygon.html
%%DATADIR%%/objinfo/l10n/lt/softbody.html
%%DATADIR%%/objinfo/l10n/lt/spring.html
%%DATADIR%%/objinfo/l10n/lt/weightforce.html
%%DATADIR%%/objinfo/l10n/lt/world.html
%%DATADIR%%/objinfo/l10n/ml/anchor.html
%%DATADIR%%/objinfo/l10n/ml/box.html
%%DATADIR%%/objinfo/l10n/ml/chargedparticle.html
%%DATADIR%%/objinfo/l10n/ml/coulombforce.html
%%DATADIR%%/objinfo/l10n/ml/disk.html
%%DATADIR%%/objinfo/l10n/ml/gas.html
%%DATADIR%%/objinfo/l10n/ml/gasljforce.html
%%DATADIR%%/objinfo/l10n/ml/gasparticle.html
%%DATADIR%%/objinfo/l10n/ml/gravitationforce.html
%%DATADIR%%/objinfo/l10n/ml/linearmotor.html
%%DATADIR%%/objinfo/l10n/ml/meter.html
%%DATADIR%%/objinfo/l10n/ml/note.html
%%DATADIR%%/objinfo/l10n/ml/particle.html
%%DATADIR%%/objinfo/l10n/ml/pin.html
%%DATADIR%%/objinfo/l10n/ml/polygon.html
%%DATADIR%%/objinfo/l10n/ml/softbody.html
%%DATADIR%%/objinfo/l10n/ml/spring.html
%%DATADIR%%/objinfo/l10n/ml/weightforce.html
%%DATADIR%%/objinfo/l10n/ml/world.html
%%DATADIR%%/objinfo/l10n/nl/anchor.html
%%DATADIR%%/objinfo/l10n/nl/box.html
%%DATADIR%%/objinfo/l10n/nl/chargedparticle.html
%%DATADIR%%/objinfo/l10n/nl/coulombforce.html
%%DATADIR%%/objinfo/l10n/nl/disk.html
%%DATADIR%%/objinfo/l10n/nl/gas.html
%%DATADIR%%/objinfo/l10n/nl/gasljforce.html
%%DATADIR%%/objinfo/l10n/nl/gasparticle.html
%%DATADIR%%/objinfo/l10n/nl/gravitationforce.html
%%DATADIR%%/objinfo/l10n/nl/linearmotor.html
%%DATADIR%%/objinfo/l10n/nl/meter.html
%%DATADIR%%/objinfo/l10n/nl/note.html
%%DATADIR%%/objinfo/l10n/nl/particle.html
%%DATADIR%%/objinfo/l10n/nl/pin.html
%%DATADIR%%/objinfo/l10n/nl/polygon.html
%%DATADIR%%/objinfo/l10n/nl/softbody.html
%%DATADIR%%/objinfo/l10n/nl/spring.html
%%DATADIR%%/objinfo/l10n/nl/weightforce.html
%%DATADIR%%/objinfo/l10n/nl/world.html
%%DATADIR%%/objinfo/l10n/pl/anchor.html
%%DATADIR%%/objinfo/l10n/pl/box.html
%%DATADIR%%/objinfo/l10n/pl/chargedparticle.html
%%DATADIR%%/objinfo/l10n/pl/coulombforce.html
%%DATADIR%%/objinfo/l10n/pl/disk.html
%%DATADIR%%/objinfo/l10n/pl/gas.html
%%DATADIR%%/objinfo/l10n/pl/gasljforce.html
%%DATADIR%%/objinfo/l10n/pl/gasparticle.html
%%DATADIR%%/objinfo/l10n/pl/gravitationforce.html
%%DATADIR%%/objinfo/l10n/pl/linearmotor.html
%%DATADIR%%/objinfo/l10n/pl/meter.html
%%DATADIR%%/objinfo/l10n/pl/note.html
%%DATADIR%%/objinfo/l10n/pl/particle.html
%%DATADIR%%/objinfo/l10n/pl/pin.html
%%DATADIR%%/objinfo/l10n/pl/polygon.html
%%DATADIR%%/objinfo/l10n/pl/softbody.html
%%DATADIR%%/objinfo/l10n/pl/spring.html
%%DATADIR%%/objinfo/l10n/pl/weightforce.html
%%DATADIR%%/objinfo/l10n/pl/world.html
%%DATADIR%%/objinfo/l10n/pt/anchor.html
%%DATADIR%%/objinfo/l10n/pt/box.html
%%DATADIR%%/objinfo/l10n/pt/chargedparticle.html
%%DATADIR%%/objinfo/l10n/pt/coulombforce.html
%%DATADIR%%/objinfo/l10n/pt/disk.html
%%DATADIR%%/objinfo/l10n/pt/gas.html
%%DATADIR%%/objinfo/l10n/pt/gasljforce.html
%%DATADIR%%/objinfo/l10n/pt/gasparticle.html
%%DATADIR%%/objinfo/l10n/pt/gravitationforce.html
%%DATADIR%%/objinfo/l10n/pt/linearmotor.html
%%DATADIR%%/objinfo/l10n/pt/meter.html
%%DATADIR%%/objinfo/l10n/pt/note.html
%%DATADIR%%/objinfo/l10n/pt/particle.html
%%DATADIR%%/objinfo/l10n/pt/pin.html
%%DATADIR%%/objinfo/l10n/pt/polygon.html
%%DATADIR%%/objinfo/l10n/pt/softbody.html
%%DATADIR%%/objinfo/l10n/pt/spring.html
%%DATADIR%%/objinfo/l10n/pt/weightforce.html
%%DATADIR%%/objinfo/l10n/pt/world.html
%%DATADIR%%/objinfo/l10n/pt_BR/anchor.html
%%DATADIR%%/objinfo/l10n/pt_BR/box.html
%%DATADIR%%/objinfo/l10n/pt_BR/chargedparticle.html
%%DATADIR%%/objinfo/l10n/pt_BR/coulombforce.html
%%DATADIR%%/objinfo/l10n/pt_BR/disk.html
%%DATADIR%%/objinfo/l10n/pt_BR/gas.html
%%DATADIR%%/objinfo/l10n/pt_BR/gasljforce.html
%%DATADIR%%/objinfo/l10n/pt_BR/gasparticle.html
%%DATADIR%%/objinfo/l10n/pt_BR/gravitationforce.html
%%DATADIR%%/objinfo/l10n/pt_BR/linearmotor.html
%%DATADIR%%/objinfo/l10n/pt_BR/meter.html
%%DATADIR%%/objinfo/l10n/pt_BR/note.html
%%DATADIR%%/objinfo/l10n/pt_BR/particle.html
%%DATADIR%%/objinfo/l10n/pt_BR/pin.html
%%DATADIR%%/objinfo/l10n/pt_BR/polygon.html
%%DATADIR%%/objinfo/l10n/pt_BR/softbody.html
%%DATADIR%%/objinfo/l10n/pt_BR/spring.html
%%DATADIR%%/objinfo/l10n/pt_BR/weightforce.html
%%DATADIR%%/objinfo/l10n/pt_BR/world.html
%%DATADIR%%/objinfo/l10n/ru/anchor.html
%%DATADIR%%/objinfo/l10n/ru/box.html
%%DATADIR%%/objinfo/l10n/ru/chargedparticle.html
%%DATADIR%%/objinfo/l10n/ru/coulombforce.html
%%DATADIR%%/objinfo/l10n/ru/disk.html
%%DATADIR%%/objinfo/l10n/ru/gas.html
%%DATADIR%%/objinfo/l10n/ru/gasljforce.html
%%DATADIR%%/objinfo/l10n/ru/gasparticle.html
%%DATADIR%%/objinfo/l10n/ru/gravitationforce.html
%%DATADIR%%/objinfo/l10n/ru/linearmotor.html
%%DATADIR%%/objinfo/l10n/ru/meter.html
%%DATADIR%%/objinfo/l10n/ru/note.html
%%DATADIR%%/objinfo/l10n/ru/particle.html
%%DATADIR%%/objinfo/l10n/ru/pin.html
%%DATADIR%%/objinfo/l10n/ru/polygon.html
%%DATADIR%%/objinfo/l10n/ru/softbody.html
%%DATADIR%%/objinfo/l10n/ru/spring.html
%%DATADIR%%/objinfo/l10n/ru/weightforce.html
%%DATADIR%%/objinfo/l10n/ru/world.html
%%DATADIR%%/objinfo/l10n/sk/anchor.html
%%DATADIR%%/objinfo/l10n/sk/box.html
%%DATADIR%%/objinfo/l10n/sk/chargedparticle.html
%%DATADIR%%/objinfo/l10n/sk/coulombforce.html
%%DATADIR%%/objinfo/l10n/sk/disk.html
%%DATADIR%%/objinfo/l10n/sk/gas.html
%%DATADIR%%/objinfo/l10n/sk/gasljforce.html
%%DATADIR%%/objinfo/l10n/sk/gasparticle.html
%%DATADIR%%/objinfo/l10n/sk/gravitationforce.html
%%DATADIR%%/objinfo/l10n/sk/linearmotor.html
%%DATADIR%%/objinfo/l10n/sk/meter.html
%%DATADIR%%/objinfo/l10n/sk/note.html
%%DATADIR%%/objinfo/l10n/sk/particle.html
%%DATADIR%%/objinfo/l10n/sk/pin.html
%%DATADIR%%/objinfo/l10n/sk/polygon.html
%%DATADIR%%/objinfo/l10n/sk/softbody.html
%%DATADIR%%/objinfo/l10n/sk/spring.html
%%DATADIR%%/objinfo/l10n/sk/weightforce.html
%%DATADIR%%/objinfo/l10n/sk/world.html
%%DATADIR%%/objinfo/l10n/sl/anchor.html
%%DATADIR%%/objinfo/l10n/sl/box.html
%%DATADIR%%/objinfo/l10n/sl/chargedparticle.html
%%DATADIR%%/objinfo/l10n/sl/coulombforce.html
%%DATADIR%%/objinfo/l10n/sl/disk.html
%%DATADIR%%/objinfo/l10n/sl/gas.html
%%DATADIR%%/objinfo/l10n/sl/gasljforce.html
%%DATADIR%%/objinfo/l10n/sl/gasparticle.html
%%DATADIR%%/objinfo/l10n/sl/gravitationforce.html
%%DATADIR%%/objinfo/l10n/sl/linearmotor.html
%%DATADIR%%/objinfo/l10n/sl/meter.html
%%DATADIR%%/objinfo/l10n/sl/note.html
%%DATADIR%%/objinfo/l10n/sl/particle.html
%%DATADIR%%/objinfo/l10n/sl/pin.html
%%DATADIR%%/objinfo/l10n/sl/polygon.html
%%DATADIR%%/objinfo/l10n/sl/softbody.html
%%DATADIR%%/objinfo/l10n/sl/spring.html
%%DATADIR%%/objinfo/l10n/sl/weightforce.html
%%DATADIR%%/objinfo/l10n/sl/world.html
%%DATADIR%%/objinfo/l10n/sv/anchor.html
%%DATADIR%%/objinfo/l10n/sv/box.html
%%DATADIR%%/objinfo/l10n/sv/chargedparticle.html
%%DATADIR%%/objinfo/l10n/sv/coulombforce.html
%%DATADIR%%/objinfo/l10n/sv/disk.html
%%DATADIR%%/objinfo/l10n/sv/gas.html
%%DATADIR%%/objinfo/l10n/sv/gasljforce.html
%%DATADIR%%/objinfo/l10n/sv/gasparticle.html
%%DATADIR%%/objinfo/l10n/sv/gravitationforce.html
%%DATADIR%%/objinfo/l10n/sv/linearmotor.html
%%DATADIR%%/objinfo/l10n/sv/meter.html
%%DATADIR%%/objinfo/l10n/sv/note.html
%%DATADIR%%/objinfo/l10n/sv/particle.html
%%DATADIR%%/objinfo/l10n/sv/pin.html
%%DATADIR%%/objinfo/l10n/sv/polygon.html
%%DATADIR%%/objinfo/l10n/sv/softbody.html
%%DATADIR%%/objinfo/l10n/sv/spring.html
%%DATADIR%%/objinfo/l10n/sv/weightforce.html
%%DATADIR%%/objinfo/l10n/sv/world.html
%%DATADIR%%/objinfo/l10n/uk/anchor.html
%%DATADIR%%/objinfo/l10n/uk/box.html
%%DATADIR%%/objinfo/l10n/uk/chargedparticle.html
%%DATADIR%%/objinfo/l10n/uk/coulombforce.html
%%DATADIR%%/objinfo/l10n/uk/disk.html
%%DATADIR%%/objinfo/l10n/uk/gas.html
%%DATADIR%%/objinfo/l10n/uk/gasljforce.html
%%DATADIR%%/objinfo/l10n/uk/gasparticle.html
%%DATADIR%%/objinfo/l10n/uk/gravitationforce.html
%%DATADIR%%/objinfo/l10n/uk/linearmotor.html
%%DATADIR%%/objinfo/l10n/uk/meter.html
%%DATADIR%%/objinfo/l10n/uk/note.html
%%DATADIR%%/objinfo/l10n/uk/particle.html
%%DATADIR%%/objinfo/l10n/uk/pin.html
%%DATADIR%%/objinfo/l10n/uk/polygon.html
%%DATADIR%%/objinfo/l10n/uk/softbody.html
%%DATADIR%%/objinfo/l10n/uk/spring.html
%%DATADIR%%/objinfo/l10n/uk/weightforce.html
%%DATADIR%%/objinfo/l10n/uk/world.html
%%DATADIR%%/objinfo/l10n/zh_CN/anchor.html
%%DATADIR%%/objinfo/l10n/zh_CN/box.html
%%DATADIR%%/objinfo/l10n/zh_CN/chargedparticle.html
%%DATADIR%%/objinfo/l10n/zh_CN/coulombforce.html
%%DATADIR%%/objinfo/l10n/zh_CN/disk.html
%%DATADIR%%/objinfo/l10n/zh_CN/gas.html
%%DATADIR%%/objinfo/l10n/zh_CN/gasljforce.html
%%DATADIR%%/objinfo/l10n/zh_CN/gasparticle.html
%%DATADIR%%/objinfo/l10n/zh_CN/gravitationforce.html
%%DATADIR%%/objinfo/l10n/zh_CN/linearmotor.html
%%DATADIR%%/objinfo/l10n/zh_CN/meter.html
%%DATADIR%%/objinfo/l10n/zh_CN/note.html
%%DATADIR%%/objinfo/l10n/zh_CN/particle.html
%%DATADIR%%/objinfo/l10n/zh_CN/pin.html
%%DATADIR%%/objinfo/l10n/zh_CN/polygon.html
%%DATADIR%%/objinfo/l10n/zh_CN/softbody.html
%%DATADIR%%/objinfo/l10n/zh_CN/spring.html
%%DATADIR%%/objinfo/l10n/zh_CN/weightforce.html
%%DATADIR%%/objinfo/l10n/zh_CN/world.html
%%DATADIR%%/objinfo/l10n/zh_TW/anchor.html
%%DATADIR%%/objinfo/l10n/zh_TW/box.html
%%DATADIR%%/objinfo/l10n/zh_TW/chargedparticle.html
%%DATADIR%%/objinfo/l10n/zh_TW/coulombforce.html
%%DATADIR%%/objinfo/l10n/zh_TW/disk.html
%%DATADIR%%/objinfo/l10n/zh_TW/gas.html
%%DATADIR%%/objinfo/l10n/zh_TW/gasljforce.html
%%DATADIR%%/objinfo/l10n/zh_TW/gasparticle.html
%%DATADIR%%/objinfo/l10n/zh_TW/gravitationforce.html
%%DATADIR%%/objinfo/l10n/zh_TW/linearmotor.html
%%DATADIR%%/objinfo/l10n/zh_TW/meter.html
%%DATADIR%%/objinfo/l10n/zh_TW/note.html
%%DATADIR%%/objinfo/l10n/zh_TW/particle.html
%%DATADIR%%/objinfo/l10n/zh_TW/pin.html
%%DATADIR%%/objinfo/l10n/zh_TW/polygon.html
%%DATADIR%%/objinfo/l10n/zh_TW/softbody.html
%%DATADIR%%/objinfo/l10n/zh_TW/spring.html
%%DATADIR%%/objinfo/l10n/zh_TW/weightforce.html
%%DATADIR%%/objinfo/l10n/zh_TW/world.html
%%DATADIR%%/objinfo/linearmotor.html
%%DATADIR%%/objinfo/meter.html
%%DATADIR%%/objinfo/note.html
%%DATADIR%%/objinfo/particle.html
%%DATADIR%%/objinfo/pin.html
%%DATADIR%%/objinfo/polygon.html
%%DATADIR%%/objinfo/softbody.html
%%DATADIR%%/objinfo/spring.html
%%DATADIR%%/objinfo/weightforce.html
%%DATADIR%%/objinfo/world.html
%%DATADIR%%/tutorials/bg/tutorial1.step
%%DATADIR%%/tutorials/bg/tutorial2.step
%%DATADIR%%/tutorials/bg/tutorial3.step
%%DATADIR%%/tutorials/bg/tutorial4.step
%%DATADIR%%/tutorials/bg/tutorial5.step
%%DATADIR%%/tutorials/ca/tutorial1.step
%%DATADIR%%/tutorials/ca/tutorial2.step
%%DATADIR%%/tutorials/ca/tutorial3.step
%%DATADIR%%/tutorials/ca/tutorial4.step
%%DATADIR%%/tutorials/ca/tutorial5.step
%%DATADIR%%/tutorials/ca@valencia/tutorial1.step
%%DATADIR%%/tutorials/ca@valencia/tutorial2.step
%%DATADIR%%/tutorials/ca@valencia/tutorial3.step
%%DATADIR%%/tutorials/ca@valencia/tutorial4.step
%%DATADIR%%/tutorials/ca@valencia/tutorial5.step
%%DATADIR%%/tutorials/cs/tutorial1.step
%%DATADIR%%/tutorials/cs/tutorial2.step
%%DATADIR%%/tutorials/cs/tutorial3.step
%%DATADIR%%/tutorials/cs/tutorial4.step
%%DATADIR%%/tutorials/cs/tutorial5.step
%%DATADIR%%/tutorials/da/tutorial1.step
%%DATADIR%%/tutorials/da/tutorial2.step
%%DATADIR%%/tutorials/da/tutorial3.step
%%DATADIR%%/tutorials/da/tutorial4.step
%%DATADIR%%/tutorials/da/tutorial5.step
%%DATADIR%%/tutorials/de/tutorial1.step
%%DATADIR%%/tutorials/de/tutorial2.step
%%DATADIR%%/tutorials/de/tutorial3.step
%%DATADIR%%/tutorials/de/tutorial4.step
%%DATADIR%%/tutorials/de/tutorial5.step
%%DATADIR%%/tutorials/el/tutorial1.step
%%DATADIR%%/tutorials/el/tutorial2.step
%%DATADIR%%/tutorials/el/tutorial3.step
%%DATADIR%%/tutorials/el/tutorial4.step
%%DATADIR%%/tutorials/el/tutorial5.step
%%DATADIR%%/tutorials/en_GB/tutorial1.step
%%DATADIR%%/tutorials/en_GB/tutorial2.step
%%DATADIR%%/tutorials/en_GB/tutorial3.step
%%DATADIR%%/tutorials/en_GB/tutorial4.step
%%DATADIR%%/tutorials/en_GB/tutorial5.step
%%DATADIR%%/tutorials/es/tutorial1.step
%%DATADIR%%/tutorials/es/tutorial2.step
%%DATADIR%%/tutorials/es/tutorial3.step
%%DATADIR%%/tutorials/es/tutorial4.step
%%DATADIR%%/tutorials/es/tutorial5.step
%%DATADIR%%/tutorials/et/tutorial1.step
%%DATADIR%%/tutorials/et/tutorial2.step
%%DATADIR%%/tutorials/et/tutorial3.step
%%DATADIR%%/tutorials/et/tutorial4.step
%%DATADIR%%/tutorials/et/tutorial5.step
%%DATADIR%%/tutorials/eu/tutorial1.step
%%DATADIR%%/tutorials/eu/tutorial2.step
%%DATADIR%%/tutorials/eu/tutorial3.step
%%DATADIR%%/tutorials/eu/tutorial4.step
%%DATADIR%%/tutorials/eu/tutorial5.step
%%DATADIR%%/tutorials/fr/tutorial1.step
%%DATADIR%%/tutorials/fr/tutorial2.step
%%DATADIR%%/tutorials/fr/tutorial3.step
%%DATADIR%%/tutorials/fr/tutorial4.step
%%DATADIR%%/tutorials/fr/tutorial5.step
%%DATADIR%%/tutorials/ia/tutorial1.step
%%DATADIR%%/tutorials/ia/tutorial2.step
%%DATADIR%%/tutorials/ia/tutorial3.step
%%DATADIR%%/tutorials/ia/tutorial4.step
%%DATADIR%%/tutorials/ia/tutorial5.step
%%DATADIR%%/tutorials/it/tutorial1.step
%%DATADIR%%/tutorials/it/tutorial2.step
%%DATADIR%%/tutorials/it/tutorial3.step
%%DATADIR%%/tutorials/it/tutorial4.step
%%DATADIR%%/tutorials/it/tutorial5.step
%%DATADIR%%/tutorials/ja/tutorial1.step
%%DATADIR%%/tutorials/ja/tutorial2.step
%%DATADIR%%/tutorials/ja/tutorial3.step
%%DATADIR%%/tutorials/ja/tutorial4.step
%%DATADIR%%/tutorials/ja/tutorial5.step
%%DATADIR%%/tutorials/lt/tutorial1.step
%%DATADIR%%/tutorials/lt/tutorial2.step
%%DATADIR%%/tutorials/lt/tutorial3.step
%%DATADIR%%/tutorials/lt/tutorial4.step
%%DATADIR%%/tutorials/lt/tutorial5.step
%%DATADIR%%/tutorials/ml/tutorial1.step
%%DATADIR%%/tutorials/ml/tutorial2.step
%%DATADIR%%/tutorials/ml/tutorial3.step
%%DATADIR%%/tutorials/ml/tutorial4.step
%%DATADIR%%/tutorials/ml/tutorial5.step
%%DATADIR%%/tutorials/nl/tutorial1.step
%%DATADIR%%/tutorials/nl/tutorial2.step
%%DATADIR%%/tutorials/nl/tutorial3.step
%%DATADIR%%/tutorials/nl/tutorial4.step
%%DATADIR%%/tutorials/nl/tutorial5.step
%%DATADIR%%/tutorials/pl/tutorial1.step
%%DATADIR%%/tutorials/pl/tutorial2.step
%%DATADIR%%/tutorials/pl/tutorial3.step
%%DATADIR%%/tutorials/pl/tutorial4.step
%%DATADIR%%/tutorials/pl/tutorial5.step
%%DATADIR%%/tutorials/pt/tutorial1.step
%%DATADIR%%/tutorials/pt/tutorial2.step
%%DATADIR%%/tutorials/pt/tutorial3.step
%%DATADIR%%/tutorials/pt/tutorial4.step
%%DATADIR%%/tutorials/pt/tutorial5.step
%%DATADIR%%/tutorials/pt_BR/tutorial1.step
%%DATADIR%%/tutorials/pt_BR/tutorial2.step
%%DATADIR%%/tutorials/pt_BR/tutorial3.step
%%DATADIR%%/tutorials/pt_BR/tutorial4.step
%%DATADIR%%/tutorials/pt_BR/tutorial5.step
%%DATADIR%%/tutorials/ru/tutorial1.step
%%DATADIR%%/tutorials/ru/tutorial2.step
%%DATADIR%%/tutorials/ru/tutorial3.step
%%DATADIR%%/tutorials/ru/tutorial4.step
%%DATADIR%%/tutorials/ru/tutorial5.step
%%DATADIR%%/tutorials/sk/tutorial1.step
%%DATADIR%%/tutorials/sk/tutorial2.step
%%DATADIR%%/tutorials/sk/tutorial3.step
%%DATADIR%%/tutorials/sk/tutorial4.step
%%DATADIR%%/tutorials/sk/tutorial5.step
%%DATADIR%%/tutorials/sl/tutorial1.step
%%DATADIR%%/tutorials/sl/tutorial2.step
%%DATADIR%%/tutorials/sl/tutorial3.step
%%DATADIR%%/tutorials/sl/tutorial4.step
%%DATADIR%%/tutorials/sl/tutorial5.step
%%DATADIR%%/tutorials/sv/tutorial1.step
%%DATADIR%%/tutorials/sv/tutorial2.step
%%DATADIR%%/tutorials/sv/tutorial3.step
%%DATADIR%%/tutorials/sv/tutorial4.step
%%DATADIR%%/tutorials/sv/tutorial5.step
%%DATADIR%%/tutorials/tutorial1.step
%%DATADIR%%/tutorials/tutorial2.step
%%DATADIR%%/tutorials/tutorial3.step
%%DATADIR%%/tutorials/tutorial4.step
%%DATADIR%%/tutorials/tutorial5.step
%%DATADIR%%/tutorials/uk/tutorial1.step
%%DATADIR%%/tutorials/uk/tutorial2.step
%%DATADIR%%/tutorials/uk/tutorial3.step
%%DATADIR%%/tutorials/uk/tutorial4.step
%%DATADIR%%/tutorials/uk/tutorial5.step
%%DATADIR%%/tutorials/zh_CN/tutorial1.step
%%DATADIR%%/tutorials/zh_CN/tutorial2.step
%%DATADIR%%/tutorials/zh_CN/tutorial3.step
%%DATADIR%%/tutorials/zh_CN/tutorial4.step
%%DATADIR%%/tutorials/zh_CN/tutorial5.step
%%DATADIR%%/tutorials/zh_TW/tutorial1.step
%%DATADIR%%/tutorials/zh_TW/tutorial2.step
%%DATADIR%%/tutorials/zh_TW/tutorial3.step
%%DATADIR%%/tutorials/zh_TW/tutorial4.step
%%DATADIR%%/tutorials/zh_TW/tutorial5.step