-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdjango.pot
1892 lines (1482 loc) · 42.5 KB
/
django.pot
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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-30 16:10+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: app/admin.py:65
msgid "Enter custom CSS"
msgstr ""
#: app/admin.py:66 app/models/theme.py:40
msgid "CSS"
msgstr ""
#: app/admin.py:69
msgid "HTML that will be displayed above site header"
msgstr ""
#: app/admin.py:70 app/models/theme.py:41
msgid "HTML (before header)"
msgstr ""
#: app/admin.py:73
msgid "HTML that will be displayed after site header"
msgstr ""
#: app/admin.py:74 app/models/theme.py:42
msgid "HTML (after header)"
msgstr ""
#: app/admin.py:77
msgid "HTML that will be displayed after the body tag"
msgstr ""
#: app/admin.py:78 app/models/theme.py:43
msgid "HTML (after body)"
msgstr ""
#: app/admin.py:82
#, python-brace-format
msgid ""
"HTML that will be displayed in the footer. You can also use the special tags "
"such as {ORGANIZATION} and {YEAR}."
msgstr ""
#: app/admin.py:83 app/models/theme.py:44
msgid "HTML (footer)"
msgstr ""
#: app/admin.py:115 app/models/project.py:25
msgid "Description"
msgstr ""
#: app/admin.py:121
msgid "Version"
msgstr ""
#: app/admin.py:127
msgid "Author"
msgstr ""
#: app/admin.py:159
#, python-format
msgid "Restart required. Please restart WebODM to enable %(plugin)s"
msgstr ""
#: app/admin.py:162
#, python-format
msgid "Cannot enable plugin %(plugin)s: %(message)s"
msgstr ""
#: app/admin.py:171
#, python-format
msgid "Restart required. Please restart WebODM to fully disable %(plugin)s"
msgstr ""
#: app/admin.py:174
#, python-format
msgid "Cannot disable plugin %(plugin)s: %(message)s"
msgstr ""
#: app/admin.py:183
#, python-format
msgid "Cannot delete plugin %(plugin)s: %(message)s"
msgstr ""
#: app/admin.py:231
msgid "Plugin added successfully"
msgstr ""
#: app/admin.py:233
#, python-format
msgid "Cannot load plugin: %(message)s"
msgstr ""
#: app/admin.py:239
msgid "You need to upload a zip file"
msgstr ""
#: app/admin.py:253
msgid "Disable"
msgstr ""
#: app/admin.py:256
msgid "Enable"
msgstr ""
#: app/admin.py:261
msgid "Actions"
msgstr ""
#: app/api/formulas.py:12 app/api/formulas.py:32
msgid ""
"Normalized Difference Vegetation Index shows the amount of green vegetation."
msgstr ""
#: app/api/formulas.py:17
msgid ""
"Normalized difference yellowness index (NDYI), best model variability in "
"relative yield potential in Canola."
msgstr ""
#: app/api/formulas.py:22
msgid ""
"Normalized Difference Red Edge Index shows the amount of green vegetation of "
"permanent or later stage crops."
msgstr ""
#: app/api/formulas.py:27
msgid ""
"Normalized Difference Water Index shows the amount of water content in water "
"bodies."
msgstr ""
#: app/api/formulas.py:37
msgid ""
"Enhanced Normalized Difference Vegetation Index is like NDVI, but uses Blue "
"and Green bands instead of only Red to isolate plant health."
msgstr ""
#: app/api/formulas.py:41
msgid ""
"Visible NDVI is an un-normalized index for RGB sensors using constants "
"derived from citrus, grape, and sugarcane crop data."
msgstr ""
#: app/api/formulas.py:45
msgid "Visual Atmospheric Resistance Index shows the areas of vegetation."
msgstr ""
#: app/api/formulas.py:50
msgid "Modified Photochemical Reflectance Index"
msgstr ""
#: app/api/formulas.py:55
msgid ""
"Excess Green Index (derived from only the RGB bands) emphasizes the "
"greenness of leafy crops such as potatoes."
msgstr ""
#: app/api/formulas.py:59
msgid ""
"Burn Area Index hightlights burned land in the red to near-infrared spectrum."
msgstr ""
#: app/api/formulas.py:63
msgid "Green Leaf Index shows greens leaves and stems."
msgstr ""
#: app/api/formulas.py:68
msgid ""
"Green Normalized Difference Vegetation Index is similar to NDVI, but "
"measures the green spectrum instead of red."
msgstr ""
#: app/api/formulas.py:73
msgid ""
"Green Ratio Vegetation Index is sensitive to photosynthetic rates in forests."
msgstr ""
#: app/api/formulas.py:77
msgid ""
"Soil Adjusted Vegetation Index is similar to NDVI but attempts to remove the "
"effects of soil areas using an adjustment factor (0.5)."
msgstr ""
#: app/api/formulas.py:81
msgid ""
"Modified Non-Linear Index improves the Non-Linear Index algorithm to account "
"for soil areas."
msgstr ""
#: app/api/formulas.py:85
msgid ""
"Modified Simple Ratio is an improvement of the Simple Ratio (SR) index to be "
"more sensitive to vegetation."
msgstr ""
#: app/api/formulas.py:89
msgid ""
"Renormalized Difference Vegetation Index uses the difference between near-IR "
"and red, plus NDVI to show areas of healthy vegetation."
msgstr ""
#: app/api/formulas.py:93
msgid ""
"Transformed Difference Vegetation Index highlights vegetation cover in urban "
"environments."
msgstr ""
#: app/api/formulas.py:97
msgid ""
"Optimized Soil Adjusted Vegetation Index is based on SAVI, but tends to work "
"better in areas with little vegetation where soil is visible."
msgstr ""
#: app/api/formulas.py:101
msgid "Leaf Area Index estimates foliage areas and predicts crop yields."
msgstr ""
#: app/api/formulas.py:106
msgid ""
"Enhanced Vegetation Index is useful in areas where NDVI might saturate, by "
"using blue wavelengths to correct soil signals."
msgstr ""
#: app/api/formulas.py:111
msgid ""
"Atmospherically Resistant Vegetation Index. Useful when working with imagery "
"for regions with high atmospheric aerosol content."
msgstr ""
#: app/api/formulas.py:116
msgid "Temperature in Celsius degrees."
msgstr ""
#: app/api/formulas.py:120
msgid "Temperature in Centikelvin degrees."
msgstr ""
#: app/api/projects.py:125
msgid "Cannot duplicate project"
msgstr ""
#: app/api/projects.py:193
msgid "Invalid user in permissions list"
msgstr ""
#: app/api/projects.py:195
msgid "Invalid permissions"
msgstr ""
#: app/api/tasks.py:188
msgid "You need to upload at least 1 file before commit"
msgstr ""
#: app/api/tasks.py:210
msgid "No files uploaded"
msgstr ""
#: app/api/tasks.py:236
msgid "Cannot duplicate task"
msgstr ""
#: app/api/tasks.py:253
msgid "Cannot create task, you need at least 2 images"
msgstr ""
#: app/api/tasks.py:377 app/api/tasks.py:381 app/api/tasks.py:405
#: app/api/tasks.py:408 app/api/tasks.py:426
msgid "Asset does not exist"
msgstr ""
#: app/api/tasks.py:444
msgid "Imported Task"
msgstr ""
#: app/api/tasks.py:447
msgid "Cannot create task, you need to upload 1 file"
msgstr ""
#: app/api/tasks.py:450
msgid "Cannot create task, either specify a URL or upload 1 file."
msgstr ""
#: app/api/tiler.py:307
msgid "Invalid boundaries parameter"
msgstr ""
#: app/api/tiler.py:326
msgid "Invalid tile size parameter"
msgstr ""
#: app/api/tiler.py:356 app/api/tiler.py:428
msgid "Outside of bounds"
msgstr ""
#: app/api/tiler.py:366
msgid "Invalid boundaries"
msgstr ""
#: app/api/tiler.py:434 app/api/tiler.py:553
msgid "Not a valid color_map value"
msgstr ""
#: app/api/tiler.py:440
msgid "Invalid rescale value"
msgstr ""
#: app/api/tiler.py:462
msgid "Invalid hillshade value"
msgstr ""
#: app/api/tiler.py:465
msgid "Cannot compute hillshade of non-elevation raster (multiple bands found)"
msgstr ""
#: app/api/tiler.py:489
msgid ""
"Cannot process tile: intensity image provided, but no RGB data was computed."
msgstr ""
#: app/api/tiler.py:538 app/api/tiler.py:540
#, python-format
msgid "Unsupported format: %(value)s"
msgstr ""
#: app/api/tiler.py:559
#, python-format
msgid "Invalid EPSG code: %(value)s"
msgstr ""
#: app/api/tiler.py:562
msgid "Both formula and bands parameters are required"
msgstr ""
#: app/api/tiler.py:585
#, python-format
msgid "Invalid rescale value: %(value)s"
msgstr ""
#: app/api/tiler.py:593
#, python-format
msgid "Invalid hillshade value: %(value)s"
msgstr ""
#: app/api/tiler.py:604
msgid "Cannot use epsg on non-georeferenced dataset"
msgstr ""
#: app/models/plugin.py:5
msgid "Plugin name"
msgstr ""
#: app/models/plugin.py:5 app/models/preset.py:10 app/models/project.py:24
#: app/models/task.py:245 app/models/theme.py:18
msgid "Name"
msgstr ""
#: app/models/plugin.py:6
msgid "Whether this plugin is turned on."
msgstr ""
#: app/models/plugin.py:6
msgid "Enabled"
msgstr ""
#: app/models/plugin.py:20
msgid "Plugin"
msgstr ""
#: app/models/plugin.py:21 app/templates/app/logged_in_base.html:122
msgid "Plugins"
msgstr ""
#: app/models/plugin_datum.py:7
msgid "Setting key"
msgstr ""
#: app/models/plugin_datum.py:7
msgid "Key"
msgstr ""
#: app/models/plugin_datum.py:8
msgid "The user this setting belongs to. If NULL, the setting is global."
msgstr ""
#: app/models/plugin_datum.py:8 app/templates/app/admin/object_history.html:23
msgid "User"
msgstr ""
#: app/models/plugin_datum.py:9
msgid "Integer value"
msgstr ""
#: app/models/plugin_datum.py:10
msgid "Float value"
msgstr ""
#: app/models/plugin_datum.py:11
msgid "Bool value"
msgstr ""
#: app/models/plugin_datum.py:12
msgid "String value"
msgstr ""
#: app/models/plugin_datum.py:13
msgid "JSON value"
msgstr ""
#: app/models/plugin_datum.py:19 app/models/plugin_datum.py:20
msgid "Plugin Datum"
msgstr ""
#: app/models/preset.py:9
msgid "The person who owns this preset"
msgstr ""
#: app/models/preset.py:9 app/models/project.py:23
msgid "Owner"
msgstr ""
#: app/models/preset.py:10
msgid "A label used to describe the preset"
msgstr ""
#: app/models/preset.py:11
msgid "Options that define this preset (same format as in a Task's options)."
msgstr ""
#: app/models/preset.py:11 app/models/task.py:251
msgid "Options"
msgstr ""
#: app/models/preset.py:13 app/models/project.py:26 app/models/task.py:259
msgid "Creation date"
msgstr ""
#: app/models/preset.py:13 app/models/project.py:26 app/models/task.py:259
msgid "Created at"
msgstr ""
#: app/models/preset.py:14
msgid ""
"Whether this preset is available to every user in the system or just to its "
"owner."
msgstr ""
#: app/models/preset.py:14
msgid "System"
msgstr ""
#: app/models/preset.py:20
msgid "Preset"
msgstr ""
#: app/models/preset.py:21
msgid "Presets"
msgstr ""
#: app/models/profile.py:15
msgid "Maximum disk quota in megabytes"
msgstr ""
#: app/models/profile.py:15
msgid "Quota"
msgstr ""
#: app/models/project.py:23
msgid "The person who created the project"
msgstr ""
#: app/models/project.py:24
msgid "A label used to describe the project"
msgstr ""
#: app/models/project.py:25
msgid "More in-depth description of the project"
msgstr ""
#: app/models/project.py:27
msgid ""
"Whether this project has been marked for deletion. Projects that have "
"running tasks need to wait for tasks to be properly cleaned up before they "
"can be deleted."
msgstr ""
#: app/models/project.py:27
msgid "Deleting"
msgstr ""
#: app/models/project.py:28
msgid "Project tags"
msgstr ""
#: app/models/project.py:28 app/models/task.py:284
msgid "Tags"
msgstr ""
#: app/models/project.py:65 app/models/task.py:432
#, python-format
msgid "Copy of %(task)s"
msgstr ""
#: app/models/project.py:90 app/models/task.py:244
msgid "Project"
msgstr ""
#: app/models/project.py:91 coreplugins/projects-charts/templates/index.html:7
msgid "Projects"
msgstr ""
#: app/models/setting.py:20
msgid "The name of your application"
msgstr ""
#: app/models/setting.py:20
msgid "App name"
msgstr ""
#: app/models/setting.py:21
msgid "A 512x512 logo of your application (.png or .jpeg)"
msgstr ""
#: app/models/setting.py:21
msgid "App logo"
msgstr ""
#: app/models/setting.py:31
msgid "The name of your organization"
msgstr ""
#: app/models/setting.py:31
msgid "Organization name"
msgstr ""
#: app/models/setting.py:32
msgid "The website URL of your organization"
msgstr ""
#: app/models/setting.py:32
msgid "Organization website"
msgstr ""
#: app/models/setting.py:33 app/models/theme.py:50 app/models/theme.py:51
#: app/templates/app/logged_in_base.html:119
msgid "Theme"
msgstr ""
#: app/models/setting.py:34
msgid "Active theme"
msgstr ""
#: app/models/setting.py:73 app/templates/app/logged_in_base.html:125
msgid "Application"
msgstr ""
#: app/models/setting.py:76 app/models/setting.py:77
msgid "Settings"
msgstr ""
#: app/models/task.py:241
msgid "Id"
msgstr ""
#: app/models/task.py:243
msgid "Identifier of the task (as returned by NodeODM API)"
msgstr ""
#: app/models/task.py:243
msgid "UUID"
msgstr ""
#: app/models/task.py:244
msgid "Project that this task belongs to"
msgstr ""
#: app/models/task.py:245
msgid "A label for the task"
msgstr ""
#: app/models/task.py:246
msgid ""
"Number of milliseconds that elapsed since the beginning of this task (-1 "
"indicates that no information is available)"
msgstr ""
#: app/models/task.py:246
msgid "Processing Time"
msgstr ""
#: app/models/task.py:247
msgid ""
"Processing node assigned to this task (or null if this task has not been "
"associated yet)"
msgstr ""
#: app/models/task.py:247 app/views/app.py:125 nodeodm/models.py:36
msgid "Processing Node"
msgstr ""
#: app/models/task.py:248
msgid ""
"A flag indicating whether this task should be automatically assigned a "
"processing node"
msgstr ""
#: app/models/task.py:248
msgid "Auto Processing Node"
msgstr ""
#: app/models/task.py:249
msgid "Current status of the task"
msgstr ""
#: app/models/task.py:249
msgid "Status"
msgstr ""
#: app/models/task.py:250
msgid "The last processing error received"
msgstr ""
#: app/models/task.py:250
msgid "Last Error"
msgstr ""
#: app/models/task.py:251
msgid "Options that are being used to process this task"
msgstr ""
#: app/models/task.py:252
msgid "List of available assets to download"
msgstr ""
#: app/models/task.py:252
msgid "Available Assets"
msgstr ""
#: app/models/task.py:254
msgid "Extent of the orthophoto"
msgstr ""
#: app/models/task.py:254
msgid "Orthophoto Extent"
msgstr ""
#: app/models/task.py:255
msgid "DSM Extent"
msgstr ""
#: app/models/task.py:256
msgid "DTM Extent"
msgstr ""
#: app/models/task.py:260
msgid ""
"A requested action to be performed on the task. The selected action will be "
"performed by the worker at the next iteration."
msgstr ""
#: app/models/task.py:260
msgid "Pending Action"
msgstr ""
#: app/models/task.py:262
msgid "A flag indicating whether this task is available to the public"
msgstr ""
#: app/models/task.py:262
msgid "Public"
msgstr ""
#: app/models/task.py:263
msgid "A flag indicating whether this public task can be edited"
msgstr ""
#: app/models/task.py:263
msgid "Public Edit"
msgstr ""
#: app/models/task.py:265
msgid ""
"When set to a value different than -1, indicates that the images for this "
"task have been / will be resized to the size specified here before "
"processing."
msgstr ""
#: app/models/task.py:265
msgid "Resize To"
msgstr ""
#: app/models/task.py:268
msgid ""
"Value between 0 and 1 indicating the upload progress of this task's files to "
"the processing node"
msgstr ""
#: app/models/task.py:269
msgid "Upload Progress"
msgstr ""
#: app/models/task.py:272
msgid ""
"Value between 0 and 1 indicating the resize progress of this task's images"
msgstr ""
#: app/models/task.py:273
msgid "Resize Progress"
msgstr ""
#: app/models/task.py:276
msgid ""
"Value between 0 and 1 indicating the running progress (estimated) of this "
"task"
msgstr ""
#: app/models/task.py:277
msgid "Running Progress"
msgstr ""
#: app/models/task.py:279
msgid "URL this task is imported from (only for imported tasks)"
msgstr ""
#: app/models/task.py:279
msgid "Import URL"
msgstr ""
#: app/models/task.py:280
msgid "Number of images associated with this task"
msgstr ""
#: app/models/task.py:280
msgid "Images Count"
msgstr ""
#: app/models/task.py:281
msgid ""
"A flag indicating whether this task is currently waiting for information or "
"files to be uploaded before being considered for processing."
msgstr ""
#: app/models/task.py:281
msgid "Partial"
msgstr ""
#: app/models/task.py:282
msgid ""
"Serialized potree scene information used to save/load measurements and "
"camera view angle"
msgstr ""
#: app/models/task.py:282
msgid "Potree Scene"
msgstr ""
#: app/models/task.py:283
msgid "EPSG code of the dataset (if georeferenced)"
msgstr ""
#: app/models/task.py:284
msgid "Task tags"
msgstr ""
#: app/models/task.py:285
msgid "List of orthophoto bands"
msgstr ""
#: app/models/task.py:285
msgid "Orthophoto Bands"
msgstr ""
#: app/models/task.py:286
msgid "Size of the task on disk in megabytes"
msgstr ""
#: app/models/task.py:286
msgid "Size"
msgstr ""
#: app/models/task.py:289
msgid "Task"
msgstr ""
#: app/models/task.py:290
msgid "Tasks"
msgstr ""
#: app/models/task.py:301
msgid "unnamed"
msgstr ""
#: app/models/task.py:554
msgid "Importing assets..."
msgstr ""
#: app/models/task.py:606 app/models/task.py:874
msgid "Invalid zip file"
msgstr ""
#: app/models/task.py:700
#, python-format
msgid "Connection error: %(error)s"
msgstr ""
#: app/models/task.py:780
msgid "Cannot restart a task that has no processing node"
msgstr ""
#: app/models/task.py:954
#, python-format
msgid "Unsupported SRS %(code)s. Please make sure you picked a supported SRS."
msgstr ""
#: app/models/task.py:973
msgid "Done!"
msgstr ""
#: app/models/theme.py:18
msgid "Name of theme"
msgstr ""
#: app/models/theme.py:21
msgid "Most text, icons, and borders."
msgstr ""
#: app/models/theme.py:21
msgid "Primary"
msgstr ""
#: app/models/theme.py:22
msgid "The main background color, and text color of some buttons."
msgstr ""
#: app/models/theme.py:22
msgid "Secondary"
msgstr ""
#: app/models/theme.py:23
msgid "Navigation links."
msgstr ""
#: app/models/theme.py:23
msgid "Tertiary"
msgstr ""
#: app/models/theme.py:25
msgid "Primary button color."
msgstr ""
#: app/models/theme.py:25
msgid "Button Primary"
msgstr ""
#: app/models/theme.py:26
msgid "Default button color."
msgstr ""
#: app/models/theme.py:26
msgid "Button Default"
msgstr ""
#: app/models/theme.py:27
msgid "Delete button color."
msgstr ""
#: app/models/theme.py:27
msgid "Button Danger"
msgstr ""
#: app/models/theme.py:29
msgid "Background color of the site's header."
msgstr ""
#: app/models/theme.py:29
msgid "Header Background"
msgstr ""
#: app/models/theme.py:30
msgid "Text and icons in the site's header."
msgstr ""
#: app/models/theme.py:30
msgid "Header Primary"
msgstr ""
#: app/models/theme.py:32
msgid "The color of most borders."
msgstr ""
#: app/models/theme.py:32
msgid "Border"
msgstr ""
#: app/models/theme.py:33
msgid "The background color of panels and some borders."
msgstr ""
#: app/models/theme.py:33
msgid "Highlight"
msgstr ""
#: app/models/theme.py:35
msgid "The border color of warning dialogs."
msgstr ""
#: app/models/theme.py:35
msgid "Dialog Warning"
msgstr ""
#: app/models/theme.py:37
msgid "The background color of failed notifications."
msgstr ""
#: app/models/theme.py:37
msgid "Failed"
msgstr ""
#: app/models/theme.py:38
msgid "The background color of success notifications."
msgstr ""
#: app/models/theme.py:38
msgid "Success"
msgstr ""
#: app/templates/app/404.html:6
msgid "404 Page Not Found"
msgstr ""
#: app/templates/app/404.html:7
msgid "Are you sure the address is correct?"
msgstr ""
#: app/templates/app/500.html:5
msgid "500 Internal Server Error"
msgstr ""
#: app/templates/app/500.html:6
msgid "Something happened. The server logs contain more information."
msgstr ""
#: app/templates/app/about.html:94
#, python-format
msgid ""
"This program is free software: you can redistribute it and/or modify it "
"under the terms of the GNU Affero General Public License as published by the "
"Free Software Foundation, either version 3 of the License, or (at your "
"option) any later version. See %(link_start)sthe GNU Affero General Public "
"License%(link_end)s for more details."
msgstr ""
#: app/templates/app/admin/404.html:4 app/templates/app/admin/404.html:8
msgid "Page not found"
msgstr ""
#: app/templates/app/admin/404.html:10
msgid "We're sorry, but the requested page could not be found."
msgstr ""
#: app/templates/app/admin/500.html:6 app/templates/app/admin/app_index.html:9
#: app/templates/app/admin/auth/user/change_password.html:13
#: app/templates/app/admin/base.html:19
#: app/templates/app/admin/change_form.html:18
#: app/templates/app/admin/change_list.html:31
#: app/templates/app/admin/delete_confirmation.html:13
#: app/templates/app/admin/delete_selected_confirmation.html:13
#: app/templates/app/admin/invalid_setup.html:6
#: app/templates/app/admin/object_history.html:6
msgid "Home"
msgstr ""
#: app/templates/app/admin/500.html:7
msgid "Server error"
msgstr ""
#: app/templates/app/admin/500.html:11
msgid "Server error (500)"
msgstr ""
#: app/templates/app/admin/500.html:14
msgid "Server Error (500)"
msgstr ""