-
Notifications
You must be signed in to change notification settings - Fork 27
/
config
933 lines (814 loc) · 48.1 KB
/
config
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
[main]
host = https://www.transifex.com
[inasafe-doc.user-docs-toolbar]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/toolbar.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/toolbar.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/toolbar.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/toolbar.po
type = PO
[inasafe-doc.user-docs-application-help-index]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/application-help/index.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/application-help/index.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/application-help/index.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/application-help/index.po
type = PO
[inasafe-doc.user-docs-getting-involved]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/getting_involved.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/getting_involved.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/getting_involved.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/getting_involved.po
type = PO
[inasafe-doc.user-docs-install]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/install.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/install.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/install.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/install.po
type = PO
[inasafe-doc.user-docs-index]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/index.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/index.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/index.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/index.po
type = PO
[inasafe-doc.user-docs-writing-documentation]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/writing_documentation.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/writing_documentation.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/writing_documentation.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/writing_documentation.po
type = PO
[inasafe-doc.user-docs-using-qgis]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/using_qgis.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/using_qgis.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/using_qgis.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/using_qgis.po
type = PO
[inasafe-doc.user-docs-postprocessors]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/postprocessors.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/postprocessors.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/postprocessors.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/postprocessors.po
type = PO
[inasafe-doc.user-docs-issue-tracker]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/issue_tracker.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/issue_tracker.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/issue_tracker.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/issue_tracker.po
type = PO
[inasafe-doc.user-docs-converter]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/application-help/converter.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/application-help/converter.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/application-help/converter.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/application-help/converter.po
type = PO
[inasafe-doc.user-docs-data-driven-age]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/application-help/data_driven_age.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/application-help/data_driven_age.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/application-help/data_driven_age.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/application-help/data_driven_age.po
type = PO
[inasafe-doc.user-docs-dock]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/application-help/dock.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/application-help/dock.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/application-help/dock.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/application-help/dock.po
type = PO
[inasafe-doc.user-docs-options]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/application-help/options.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/application-help/options.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/application-help/options.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/application-help/options.po
type = PO
[inasafe-doc.user-docs-needs-manager]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/application-help/needs_manager.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/application-help/needs_manager.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/application-help/needs_manager.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/application-help/needs_manager.po
type = PO
[inasafe-doc.user-docs-keywords]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/application-help/keywords.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/application-help/keywords.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/application-help/keywords.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/application-help/keywords.po
type = PO
[inasafe-doc.user-docs-impact-layer-merge-tool]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/application-help/impact_layer_merge_tool.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/application-help/impact_layer_merge_tool.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/application-help/impact_layer_merge_tool.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/application-help/impact_layer_merge_tool.po
type = PO
[inasafe-doc.user-docs-reports]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/application-help/reports.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/application-help/reports.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/application-help/reports.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/application-help/reports.po
type = PO
[inasafe-doc.user-docs-openstreetmap-downloader]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/application-help/openstreetmap_downloader.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/application-help/openstreetmap_downloader.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/application-help/openstreetmap_downloader.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/application-help/openstreetmap_downloader.po
type = PO
[inasafe-doc.user-docs-batch-runner]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/application-help/batch_runner.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/application-help/batch_runner.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/application-help/batch_runner.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/application-help/batch_runner.po
type = PO
[inasafe-doc.user-docs-minimum-needs]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/application-help/minimum_needs.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/application-help/minimum_needs.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/application-help/minimum_needs.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/application-help/minimum_needs.po
type = PO
[inasafe-doc.user-docs-save-scenario]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/application-help/save_scenario.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/application-help/save_scenario.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/application-help/save_scenario.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/application-help/save_scenario.po
type = PO
[inasafe-doc.user-docs-impact-functions]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/application-help/impact_functions.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/application-help/impact_functions.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/application-help/impact_functions.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/application-help/impact_functions.po
type = PO
[inasafe-doc.user-docs-user-extents]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/application-help/user_extents.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/application-help/user_extents.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/application-help/user_extents.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/application-help/user_extents.po
type = PO
[inasafe-doc.user-docs-keywords-wizard]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/application-help/keywords_wizard.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/application-help/keywords_wizard.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/application-help/keywords_wizard.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/application-help/keywords_wizard.po
type = PO
[inasafe-doc.user-docs-keywords-editor]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/application-help/keywords_editor.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/application-help/keywords_editor.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/application-help/keywords_editor.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/application-help/keywords_editor.po
type = PO
[inasafe-doc.user-docs-lookup-table]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/lookup_table.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/lookup_table.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/lookup_table.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/lookup_table.po
type = PO
[inasafe-doc.user-docs-functionality]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/functionality.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/functionality.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/functionality.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/functionality.po
type = PO
[inasafe-doc.user-docs-getting-help]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/getting_help.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/getting_help.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/getting_help.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/getting_help.po
type = PO
[inasafe-doc.user-docs-troubleshooting]
file_filter = docs/i18n/<lang>/LC_MESSAGES/user-docs/troubleshooting.po
source_file = docs/i18n/en/LC_MESSAGES/user-docs/troubleshooting.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/user-docs/troubleshooting.po
trans.id = docs/i18n/id/LC_MESSAGES/user-docs/troubleshooting.po
type = PO
[inasafe-doc.training-osm-index]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/osm/index.po
source_file = docs/i18n/en/LC_MESSAGES/training/osm/index.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/osm/index.po
trans.id = docs/i18n/id/LC_MESSAGES/training/osm/index.po
type = PO
[inasafe-doc.training-test-data]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/test_data.po
source_file = docs/i18n/en/LC_MESSAGES/training/test_data.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/test_data.po
trans.id = docs/i18n/id/LC_MESSAGES/training/test_data.po
type = PO
[inasafe-doc.training-index]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/index.po
source_file = docs/i18n/en/LC_MESSAGES/training/index.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/index.po
trans.id = docs/i18n/id/LC_MESSAGES/training/index.po
type = PO
[inasafe-doc.training-405-calculating-damages-and-losses]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/405-calculating-damages-and-losses.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/405-calculating-damages-and-losses.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/405-calculating-damages-and-losses.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/405-calculating-damages-and-losses.po
type = PO
[inasafe-doc.training-old-training-intermediate-index]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/intermediate/index.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/intermediate/index.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/intermediate/index.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/intermediate/index.po
type = PO
[inasafe-doc.training-old-training-intermediate-osm-index]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/intermediate/osm/index.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/intermediate/osm/index.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/intermediate/osm/index.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/intermediate/osm/index.po
type = PO
[inasafe-doc.training-old-training-intermediate-qgis-inasafe-index]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/index.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/index.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/index.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/index.po
type = PO
[inasafe-doc.training-old-training-index]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/index.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/index.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/index.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/index.po
type = PO
[inasafe-doc.training-403-determining-idp-camp-location]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/403-determining-idp-camp-location.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/403-determining-idp-camp-location.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/403-determining-idp-camp-location.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/403-determining-idp-camp-location.po
type = PO
[inasafe-doc.training-400-introduction]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/400-introduction.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/400-introduction.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/400-introduction.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/400-introduction.po
type = PO
[inasafe-doc.training-401-review-qgis]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/401-review-qgis.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/401-review-qgis.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/401-review-qgis.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/401-review-qgis.po
type = PO
[inasafe-doc.training-402-preparing-data-and-keywords-for-inasafe]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/402-preparing-data-and-keywords-for-inasafe.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/402-preparing-data-and-keywords-for-inasafe.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/402-preparing-data-and-keywords-for-inasafe.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/402-preparing-data-and-keywords-for-inasafe.po
type = PO
[inasafe-doc.training-404-planning-evacuation-route]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/404-planning-evacuation-route.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/404-planning-evacuation-route.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/404-planning-evacuation-route.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/intermediate/qgis-inasafe/404-planning-evacuation-route.po
type = PO
[inasafe-doc.training-300-introduction]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/intermediate/osm/300-introduction.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/intermediate/osm/300-introduction.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/intermediate/osm/300-introduction.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/intermediate/osm/300-introduction.po
type = PO
[inasafe-doc.training-305-using-private-data-store]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/intermediate/osm/305-using-private-data-store.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/intermediate/osm/305-using-private-data-store.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/intermediate/osm/305-using-private-data-store.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/intermediate/osm/305-using-private-data-store.po
type = PO
[inasafe-doc.training-304-creating-josm-file-presets]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/intermediate/osm/304-creating-josm-file-presets.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/intermediate/osm/304-creating-josm-file-presets.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/intermediate/osm/304-creating-josm-file-presets.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/intermediate/osm/304-creating-josm-file-presets.po
type = PO
[inasafe-doc.training-301-advanced-editing]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/intermediate/osm/301-advanced-editing.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/intermediate/osm/301-advanced-editing.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/intermediate/osm/301-advanced-editing.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/intermediate/osm/301-advanced-editing.po
type = PO
[inasafe-doc.training-303-dealing-with-conflicts]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/intermediate/osm/303-dealing-with-conflicts.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/intermediate/osm/303-dealing-with-conflicts.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/intermediate/osm/303-dealing-with-conflicts.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/intermediate/osm/303-dealing-with-conflicts.po
type = PO
[inasafe-doc.training-306-editing-wiki-osm]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/intermediate/osm/306-editing-wiki-osm.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/intermediate/osm/306-editing-wiki-osm.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/intermediate/osm/306-editing-wiki-osm.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/intermediate/osm/306-editing-wiki-osm.po
type = PO
[inasafe-doc.training-302-quality-assurance]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/intermediate/osm/302-quality-assurance.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/intermediate/osm/302-quality-assurance.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/intermediate/osm/302-quality-assurance.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/intermediate/osm/302-quality-assurance.po
type = PO
[inasafe-doc.training-old-training-beginner-index]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/index.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/index.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/index.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/index.po
type = PO
[inasafe-doc.training-old-training-beginner-qgis-inasafe-index]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/index.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/index.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/index.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/index.po
type = PO
[inasafe-doc.training-206-working-with-vector-data]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/206-working-with-vector-data.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/206-working-with-vector-data.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/206-working-with-vector-data.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/206-working-with-vector-data.po
type = PO
[inasafe-doc.training-210-vector-analysis-for-problem-solving]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/210-vector-analysis-for-problem-solving.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/210-vector-analysis-for-problem-solving.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/210-vector-analysis-for-problem-solving.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/210-vector-analysis-for-problem-solving.po
type = PO
[inasafe-doc.training-202-qgis-and-inasafe-in-contingency-plan]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/202-qgis-and-inasafe-in-contingency-plan.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/202-qgis-and-inasafe-in-contingency-plan.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/202-qgis-and-inasafe-in-contingency-plan.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/202-qgis-and-inasafe-in-contingency-plan.po
type = PO
[inasafe-doc.training-212-understanding-inasafe]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/212-understanding-inasafe.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/212-understanding-inasafe.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/212-understanding-inasafe.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/212-understanding-inasafe.po
type = PO
[inasafe-doc.training-207-labels-and-classification]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/207-labels-and-classification.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/207-labels-and-classification.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/207-labels-and-classification.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/207-labels-and-classification.po
type = PO
[inasafe-doc.training-205-map-projection-basics]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/205-map-projection-basics.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/205-map-projection-basics.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/205-map-projection-basics.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/205-map-projection-basics.po
type = PO
[inasafe-doc.training-211-using-map-composer]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/211-using-map-composer.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/211-using-map-composer.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/211-using-map-composer.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/211-using-map-composer.po
type = PO
[inasafe-doc.training-200-introduction]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/200-introduction.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/200-introduction.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/200-introduction.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/200-introduction.po
type = PO
[inasafe-doc.training-201-gis-for-developing-contingency-plan]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/201-gis-for-developing-contingency-plan.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/201-gis-for-developing-contingency-plan.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/201-gis-for-developing-contingency-plan.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/201-gis-for-developing-contingency-plan.po
type = PO
[inasafe-doc.training-208-working-with-raster-data]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/208-working-with-raster-data.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/208-working-with-raster-data.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/208-working-with-raster-data.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/208-working-with-raster-data.po
type = PO
[inasafe-doc.training-204-qgis-plugin]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/204-qgis-plugin.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/204-qgis-plugin.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/204-qgis-plugin.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/204-qgis-plugin.po
type = PO
[inasafe-doc.training-213-getting-support]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/213-getting-support.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/213-getting-support.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/213-getting-support.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/213-getting-support.po
type = PO
[inasafe-doc.training-203-the-basics-of-qgis]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/203-the-basics-of-qgis.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/203-the-basics-of-qgis.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/203-the-basics-of-qgis.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/203-the-basics-of-qgis.po
type = PO
[inasafe-doc.training-209-create-a-new-vector-layer]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/209-create-a-new-vector-layer.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/209-create-a-new-vector-layer.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/209-create-a-new-vector-layer.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/qgis-inasafe/209-create-a-new-vector-layer.po
type = PO
[inasafe-doc.training-old-training-beginner-osm-index]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/osm/index.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/osm/index.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/osm/index.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/osm/index.po
type = PO
[inasafe-doc.training-107-imagery-offset]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/osm/107-imagery-offset.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/osm/107-imagery-offset.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/osm/107-imagery-offset.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/osm/107-imagery-offset.po
type = PO
[inasafe-doc.training-100-introduction]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/osm/100-introduction.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/osm/100-introduction.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/osm/100-introduction.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/osm/100-introduction.po
type = PO
[inasafe-doc.training-106-editing-osm-with-josm]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/osm/106-editing-osm-with-josm.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/osm/106-editing-osm-with-josm.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/osm/106-editing-osm-with-josm.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/osm/106-editing-osm-with-josm.po
type = PO
[inasafe-doc.training-104-using-gps]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/osm/104-using-gps.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/osm/104-using-gps.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/osm/104-using-gps.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/osm/104-using-gps.po
type = PO
[inasafe-doc.training-102-working-with-osm]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/osm/102-working-with-osm.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/osm/102-working-with-osm.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/osm/102-working-with-osm.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/osm/102-working-with-osm.po
type = PO
[inasafe-doc.training-108-getting-osm-data]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/osm/108-getting-osm-data.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/osm/108-getting-osm-data.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/osm/108-getting-osm-data.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/osm/108-getting-osm-data.po
type = PO
[inasafe-doc.training-105-field-papers]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/osm/105-field-papers.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/osm/105-field-papers.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/osm/105-field-papers.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/osm/105-field-papers.po
type = PO
[inasafe-doc.training-103-working-with-josm]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/osm/103-working-with-josm.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/osm/103-working-with-josm.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/osm/103-working-with-josm.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/osm/103-working-with-josm.po
type = PO
[inasafe-doc.training-101-basic-concept-of-osm-website]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/old-training/beginner/osm/101-basic-concept-of-osm-website.po
source_file = docs/i18n/en/LC_MESSAGES/training/old-training/beginner/osm/101-basic-concept-of-osm-website.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/old-training/beginner/osm/101-basic-concept-of-osm-website.po
trans.id = docs/i18n/id/LC_MESSAGES/training/old-training/beginner/osm/101-basic-concept-of-osm-website.po
type = PO
[inasafe-doc.training-502-communication-skills]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/tot/502_communication_skills.po
source_file = docs/i18n/en/LC_MESSAGES/training/tot/502_communication_skills.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/tot/502_communication_skills.po
trans.id = docs/i18n/id/LC_MESSAGES/training/tot/502_communication_skills.po
type = PO
[inasafe-doc.training-tot-index]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/tot/index.po
source_file = docs/i18n/en/LC_MESSAGES/training/tot/index.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/tot/index.po
trans.id = docs/i18n/id/LC_MESSAGES/training/tot/index.po
type = PO
[inasafe-doc.training-501-adult-learning]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/tot/501_adult_learning.po
source_file = docs/i18n/en/LC_MESSAGES/training/tot/501_adult_learning.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/tot/501_adult_learning.po
trans.id = docs/i18n/id/LC_MESSAGES/training/tot/501_adult_learning.po
type = PO
[inasafe-doc.training-run-basic-inasafe]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/socialisation/run_basic_inasafe.po
source_file = docs/i18n/en/LC_MESSAGES/training/socialisation/run_basic_inasafe.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/socialisation/run_basic_inasafe.po
trans.id = docs/i18n/id/LC_MESSAGES/training/socialisation/run_basic_inasafe.po
type = PO
[inasafe-doc.training-faq]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/socialisation/faq.po
source_file = docs/i18n/en/LC_MESSAGES/training/socialisation/faq.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/socialisation/faq.po
trans.id = docs/i18n/id/LC_MESSAGES/training/socialisation/faq.po
type = PO
[inasafe-doc.training-socialisation-index]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/socialisation/index.po
source_file = docs/i18n/en/LC_MESSAGES/training/socialisation/index.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/socialisation/index.po
trans.id = docs/i18n/id/LC_MESSAGES/training/socialisation/index.po
type = PO
[inasafe-doc.training-introduction-to-qgis]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/socialisation/introduction_to_qgis.po
source_file = docs/i18n/en/LC_MESSAGES/training/socialisation/introduction_to_qgis.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/socialisation/introduction_to_qgis.po
trans.id = docs/i18n/id/LC_MESSAGES/training/socialisation/introduction_to_qgis.po
type = PO
[inasafe-doc.training-run-other-hazards]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/socialisation/run_other_hazards.po
source_file = docs/i18n/en/LC_MESSAGES/training/socialisation/run_other_hazards.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/socialisation/run_other_hazards.po
trans.id = docs/i18n/id/LC_MESSAGES/training/socialisation/run_other_hazards.po
type = PO
[inasafe-doc.training-inasafe-concepts]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/socialisation/inasafe_concepts.po
source_file = docs/i18n/en/LC_MESSAGES/training/socialisation/inasafe_concepts.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/socialisation/inasafe_concepts.po
trans.id = docs/i18n/id/LC_MESSAGES/training/socialisation/inasafe_concepts.po
type = PO
[inasafe-doc.training-run-intermediate-inasafe]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/socialisation/run_intermediate_inasafe.po
source_file = docs/i18n/en/LC_MESSAGES/training/socialisation/run_intermediate_inasafe.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/socialisation/run_intermediate_inasafe.po
trans.id = docs/i18n/id/LC_MESSAGES/training/socialisation/run_intermediate_inasafe.po
type = PO
[inasafe-doc.training-objective]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/socialisation/objective.po
source_file = docs/i18n/en/LC_MESSAGES/training/socialisation/objective.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/socialisation/objective.po
trans.id = docs/i18n/id/LC_MESSAGES/training/socialisation/objective.po
type = PO
[inasafe-doc.training-datasets]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/socialisation/datasets.po
source_file = docs/i18n/en/LC_MESSAGES/training/socialisation/datasets.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/socialisation/datasets.po
trans.id = docs/i18n/id/LC_MESSAGES/training/socialisation/datasets.po
type = PO
[inasafe-doc.training-introduction]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/socialisation/introduction.po
source_file = docs/i18n/en/LC_MESSAGES/training/socialisation/introduction.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/socialisation/introduction.po
trans.id = docs/i18n/id/LC_MESSAGES/training/socialisation/introduction.po
type = PO
[inasafe-doc.training-curriculum]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/curriculum/curriculum.po
source_file = docs/i18n/en/LC_MESSAGES/training/curriculum/curriculum.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/curriculum/curriculum.po
trans.id = docs/i18n/id/LC_MESSAGES/training/curriculum/curriculum.po
type = PO
[inasafe-doc.training-curriculum-index]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/curriculum/index.po
source_file = docs/i18n/en/LC_MESSAGES/training/curriculum/index.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/curriculum/index.po
trans.id = docs/i18n/id/LC_MESSAGES/training/curriculum/index.po
type = PO
[inasafe-doc.training-qgis-inasafe-intermediate-toolkit]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/curriculum/qgis-inasafe-intermediate-toolkit.po
source_file = docs/i18n/en/LC_MESSAGES/training/curriculum/qgis-inasafe-intermediate-toolkit.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/curriculum/qgis-inasafe-intermediate-toolkit.po
trans.id = docs/i18n/id/LC_MESSAGES/training/curriculum/qgis-inasafe-intermediate-toolkit.po
type = PO
[inasafe-doc.training-qgis-inasafe-beginner-toolkit]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/curriculum/qgis-inasafe-beginner-toolkit.po
source_file = docs/i18n/en/LC_MESSAGES/training/curriculum/qgis-inasafe-beginner-toolkit.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/curriculum/qgis-inasafe-beginner-toolkit.po
trans.id = docs/i18n/id/LC_MESSAGES/training/curriculum/qgis-inasafe-beginner-toolkit.po
type = PO
[inasafe-doc.training-osm-beginner-toolkit]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/curriculum/osm-beginner-toolkit.po
source_file = docs/i18n/en/LC_MESSAGES/training/curriculum/osm-beginner-toolkit.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/curriculum/osm-beginner-toolkit.po
trans.id = docs/i18n/id/LC_MESSAGES/training/curriculum/osm-beginner-toolkit.po
type = PO
[inasafe-doc.training-osm-intermediate-toolkit]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/curriculum/osm-intermediate-toolkit.po
source_file = docs/i18n/en/LC_MESSAGES/training/curriculum/osm-intermediate-toolkit.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/curriculum/osm-intermediate-toolkit.po
trans.id = docs/i18n/id/LC_MESSAGES/training/curriculum/osm-intermediate-toolkit.po
type = PO
[inasafe-doc.training-Chapter-06-Working-with-Raster-Data]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/qgis/Chapter-06-Working_with_Raster_Data.po
source_file = docs/i18n/en/LC_MESSAGES/training/qgis/Chapter-06-Working_with_Raster_Data.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/qgis/Chapter-06-Working_with_Raster_Data.po
trans.id = docs/i18n/id/LC_MESSAGES/training/qgis/Chapter-06-Working_with_Raster_Data.po
type = PO
[inasafe-doc.training-Chapter-05-Working-with-Vector-Data]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/qgis/Chapter-05-Working_with_Vector_Data.po
source_file = docs/i18n/en/LC_MESSAGES/training/qgis/Chapter-05-Working_with_Vector_Data.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/qgis/Chapter-05-Working_with_Vector_Data.po
trans.id = docs/i18n/id/LC_MESSAGES/training/qgis/Chapter-05-Working_with_Vector_Data.po
type = PO
[inasafe-doc.training-Chapter-01-GIS-for-Disaster-Management]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/qgis/Chapter-01-GIS_for_Disaster_Management.po
source_file = docs/i18n/en/LC_MESSAGES/training/qgis/Chapter-01-GIS_for_Disaster_Management.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/qgis/Chapter-01-GIS_for_Disaster_Management.po
trans.id = docs/i18n/id/LC_MESSAGES/training/qgis/Chapter-01-GIS_for_Disaster_Management.po
type = PO
[inasafe-doc.training-Chapter-04-Map-Projection-Basic]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/qgis/Chapter-04-Map_Projection_Basic.po
source_file = docs/i18n/en/LC_MESSAGES/training/qgis/Chapter-04-Map_Projection_Basic.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/qgis/Chapter-04-Map_Projection_Basic.po
trans.id = docs/i18n/id/LC_MESSAGES/training/qgis/Chapter-04-Map_Projection_Basic.po
type = PO
[inasafe-doc.training-Chapter-02-QGIS-and-InaSAFE-for-Disaster-Management]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/qgis/Chapter-02-QGIS_and_InaSAFE_for_Disaster_Management.po
source_file = docs/i18n/en/LC_MESSAGES/training/qgis/Chapter-02-QGIS_and_InaSAFE_for_Disaster_Management.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/qgis/Chapter-02-QGIS_and_InaSAFE_for_Disaster_Management.po
trans.id = docs/i18n/id/LC_MESSAGES/training/qgis/Chapter-02-QGIS_and_InaSAFE_for_Disaster_Management.po
type = PO
[inasafe-doc.training-Chapter-07-Using-Map-Composer]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/qgis/Chapter-07-Using_Map_Composer.po
source_file = docs/i18n/en/LC_MESSAGES/training/qgis/Chapter-07-Using_Map_Composer.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/qgis/Chapter-07-Using_Map_Composer.po
trans.id = docs/i18n/id/LC_MESSAGES/training/qgis/Chapter-07-Using_Map_Composer.po
type = PO
[inasafe-doc.training-Chapter-08-Using-InaSAFE]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/qgis/Chapter-08-Using_InaSAFE.po
source_file = docs/i18n/en/LC_MESSAGES/training/qgis/Chapter-08-Using_InaSAFE.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/qgis/Chapter-08-Using_InaSAFE.po
trans.id = docs/i18n/id/LC_MESSAGES/training/qgis/Chapter-08-Using_InaSAFE.po
type = PO
[inasafe-doc.training-Chapter-00-Preface]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/qgis/Chapter-00-Preface.po
source_file = docs/i18n/en/LC_MESSAGES/training/qgis/Chapter-00-Preface.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/qgis/Chapter-00-Preface.po
trans.id = docs/i18n/id/LC_MESSAGES/training/qgis/Chapter-00-Preface.po
type = PO
[inasafe-doc.training-qgis-index]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/qgis/index.po
source_file = docs/i18n/en/LC_MESSAGES/training/qgis/index.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/qgis/index.po
trans.id = docs/i18n/id/LC_MESSAGES/training/qgis/index.po
type = PO
[inasafe-doc.training-Chapter-03-Basic-QGIS]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/qgis/Chapter-03-Basic_QGIS.po
source_file = docs/i18n/en/LC_MESSAGES/training/qgis/Chapter-03-Basic_QGIS.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/qgis/Chapter-03-Basic_QGIS.po
trans.id = docs/i18n/id/LC_MESSAGES/training/qgis/Chapter-03-Basic_QGIS.po
type = PO
[inasafe-doc.training-Chapter-02-getting-started]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/osm/Chapter-02-getting-started.po
source_file = docs/i18n/en/LC_MESSAGES/training/osm/Chapter-02-getting-started.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/osm/Chapter-02-getting-started.po
trans.id = docs/i18n/id/LC_MESSAGES/training/osm/Chapter-02-getting-started.po
type = PO
[inasafe-doc.training-Chapter-11-export-osm-data]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/osm/Chapter-11-export-osm-data.po
source_file = docs/i18n/en/LC_MESSAGES/training/osm/Chapter-11-export-osm-data.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/osm/Chapter-11-export-osm-data.po
trans.id = docs/i18n/id/LC_MESSAGES/training/osm/Chapter-11-export-osm-data.po
type = PO
[inasafe-doc.training-Chapter-08-conflict-resolution-in-osm]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/osm/Chapter-08-conflict-resolution-in-osm.po
source_file = docs/i18n/en/LC_MESSAGES/training/osm/Chapter-08-conflict-resolution-in-osm.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/osm/Chapter-08-conflict-resolution-in-osm.po
trans.id = docs/i18n/id/LC_MESSAGES/training/osm/Chapter-08-conflict-resolution-in-osm.po
type = PO
[inasafe-doc.training-Chapter-03-introducing-the-id-editor]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/osm/Chapter-03-introducing-the-id-editor.po
source_file = docs/i18n/en/LC_MESSAGES/training/osm/Chapter-03-introducing-the-id-editor.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/osm/Chapter-03-introducing-the-id-editor.po
trans.id = docs/i18n/id/LC_MESSAGES/training/osm/Chapter-03-introducing-the-id-editor.po
type = PO
[inasafe-doc.training-Chapter-05-editing-with-josm]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/osm/Chapter-05-editing-with-josm.po
source_file = docs/i18n/en/LC_MESSAGES/training/osm/Chapter-05-editing-with-josm.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/osm/Chapter-05-editing-with-josm.po
trans.id = docs/i18n/id/LC_MESSAGES/training/osm/Chapter-05-editing-with-josm.po
type = PO
[inasafe-doc.training-Chapter-04-getting-started-with-josm]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/osm/Chapter-04-getting-started-with-josm.po
source_file = docs/i18n/en/LC_MESSAGES/training/osm/Chapter-04-getting-started-with-josm.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/osm/Chapter-04-getting-started-with-josm.po
trans.id = docs/i18n/id/LC_MESSAGES/training/osm/Chapter-04-getting-started-with-josm.po
type = PO
[inasafe-doc.training-Chapter-09-inserting-tag]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/osm/Chapter-09-inserting-tag.po
source_file = docs/i18n/en/LC_MESSAGES/training/osm/Chapter-09-inserting-tag.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/osm/Chapter-09-inserting-tag.po
trans.id = docs/i18n/id/LC_MESSAGES/training/osm/Chapter-09-inserting-tag.po
type = PO
[inasafe-doc.training-Chapter-10-imagery-offset]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/osm/Chapter-10-imagery-offset.po
source_file = docs/i18n/en/LC_MESSAGES/training/osm/Chapter-10-imagery-offset.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/osm/Chapter-10-imagery-offset.po
trans.id = docs/i18n/id/LC_MESSAGES/training/osm/Chapter-10-imagery-offset.po
type = PO
[inasafe-doc.training-Chapter-06-using-gps]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/osm/Chapter-06-using-gps.po
source_file = docs/i18n/en/LC_MESSAGES/training/osm/Chapter-06-using-gps.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/osm/Chapter-06-using-gps.po
trans.id = docs/i18n/id/LC_MESSAGES/training/osm/Chapter-06-using-gps.po
type = PO
[inasafe-doc.training-Chapter-01-introduction]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/osm/Chapter-01-introduction.po
source_file = docs/i18n/en/LC_MESSAGES/training/osm/Chapter-01-introduction.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/osm/Chapter-01-introduction.po
trans.id = docs/i18n/id/LC_MESSAGES/training/osm/Chapter-01-introduction.po
type = PO
[inasafe-doc.training-Chapter-00-preface]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/osm/Chapter-00-preface.po
source_file = docs/i18n/en/LC_MESSAGES/training/osm/Chapter-00-preface.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/osm/Chapter-00-preface.po
trans.id = docs/i18n/id/LC_MESSAGES/training/osm/Chapter-00-preface.po
type = PO
[inasafe-doc.training-Chapter-07-field-papers]
file_filter = docs/i18n/<lang>/LC_MESSAGES/training/osm/Chapter-07-field-papers.po
source_file = docs/i18n/en/LC_MESSAGES/training/osm/Chapter-07-field-papers.po
source_lang = en
trans.fr = docs/i18n/fr/LC_MESSAGES/training/osm/Chapter-07-field-papers.po
trans.id = docs/i18n/id/LC_MESSAGES/training/osm/Chapter-07-field-papers.po
type = PO