forked from a-v-k/phpBugTracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
messages.po
1474 lines (1165 loc) · 35.3 KB
/
messages.po
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.
#: attachment.php:41 attachment.php:46 attachment.php:52
msgid "That attachment does not exist"
msgstr ""
#: attachment.php:62 attachment.php:68
msgid "Please specify a file to upload"
msgstr ""
#: attachment.php:70
#, php-format
msgid "The file you specified is larger than %s bytes"
msgstr ""
#: attachment.php:78
#, php-format
msgid "The file you specified is larger than %d bytes"
msgstr ""
#: attachment.php:84 attachment.php:135 attachment.php:141 bug.php:357
#: bug.php:361 bug.php:545 bug.php:611
msgid "That bug does not exist"
msgstr ""
#: attachment.php:92
msgid "That attachment already exists for this bug"
msgstr ""
#: attachment.php:102
msgid "Couldn't find where to save the file!"
msgstr ""
#: attachment.php:107
msgid "Couldn't create a file in the save path"
msgstr ""
#: attachment.php:117
msgid "There was an error moving the uploaded file"
msgstr ""
#: attachment.php:154
msgid "Add Attachment"
msgstr ""
#: attachment.php:160 templates/default/admin/badperm.html:5
msgid "You do not have the permissions required for that function"
msgstr ""
#: bug.php:33
msgid "Bug Votes"
msgstr ""
#: bug.php:43 templates/default/bugdisplay.html:239
msgid "You have already voted for this bug"
msgstr ""
#: bug.php:49
msgid "You have reached the maximum number of votes per user"
msgstr ""
#: bug.php:102
msgid "There is no history for this bug"
msgstr ""
#: bug.php:107
msgid "Bug History"
msgstr ""
#: bug.php:324
msgid "You can not change this bug"
msgstr ""
#: bug.php:330
msgid ""
"Someone has updated this bug since you viewed it. The bug info has been "
"reloaded with the latest changes."
msgstr ""
#: bug.php:337
msgid "That user does not exist"
msgstr ""
#: bug.php:367
msgid "That bug dependency has already been added"
msgstr ""
#: bug.php:482
msgid "Please enter a summary"
msgstr ""
#: bug.php:484 admin/project.php:104 admin/project.php:150
#: admin/project.php:166 admin/resolution.php:53 admin/severity.php:53
#: admin/status.php:53 templates/default/admin/component-edit.html:3
#: templates/default/admin/project-add.html:4
#: templates/default/admin/project-edit.html:5
#: templates/default/admin/resolution-edit.html:3
#: templates/default/admin/severity-edit.html:3
#: templates/default/admin/status-edit.html:3
msgid "Please enter a description"
msgstr ""
#: bug.php:536
msgid "Create Bug"
msgstr ""
#: bug.php:557 bug.php:650
msgid "View Bug"
msgstr ""
#: bug.php:667
msgid "No projects found"
msgstr ""
#: bug.php:675
msgid "Select Project"
msgstr ""
#: include.php:164 include.php:181
msgid "Invalid login"
msgstr ""
#: include.php:172 newaccount.php:65 templates/default/login.html:3
msgid "phpBugTracker Login"
msgstr ""
#: include.php:173 newaccount.php:66
#, php-format
msgid "Your phpBugTracker password is %s"
msgstr ""
#: include.php:176
msgid "Your password has been emailed to you"
msgstr ""
#: index.php:64 templates/default/buglist.html:9
#: templates/default/index.html:12 templates/default/index.html:24
msgid "No bugs found"
msgstr ""
#: index.php:72
msgid "Bug Summary"
msgstr ""
#: index.php:93 index.php:135 templates/default/admin/projectlist.html:11
#: templates/default/bugdisplay-printable.html:22
#: templates/default/bugdisplay.html:89 templates/default/bugform.html:12
#: templates/default/queryform-simple.html:50
#: templates/default/queryform.html:172
msgid "Project"
msgstr ""
#: index.php:93 index.php:135 index.php:137 report.php:32
#: templates/default/admin/status-edit.html:59
#: templates/default/admin/statuslist.html:27
msgid "Open"
msgstr ""
#: index.php:105 index.php:135 index.php:139 report.php:43
msgid "Total"
msgstr ""
#: index.php:169 templates/default/wrap.html:23
msgid "Home"
msgstr ""
#: install.php:197
msgid "Please enter the host name for your database server"
msgstr ""
#: install.php:199
msgid "Please enter the name of the database you will be using"
msgstr ""
#: install.php:201
msgid "Please enter the user name for connecting to the database"
msgstr ""
#: install.php:203
msgid "Please enter the phpBT email address"
msgstr ""
#: install.php:205
msgid "Please enter the admin login"
msgstr ""
#: install.php:207
msgid "Please use a valid email address for the admin login"
msgstr ""
#: install.php:209
msgid "Please enter the admin password"
msgstr ""
#: install.php:211
msgid "Please confirm the admin password"
msgstr ""
#: install.php:213
msgid "The admin passwords don't match"
msgstr ""
#: install.php:238
msgid "Error writing to config.php"
msgstr ""
#: newaccount.php:37 admin/user.php:35
msgid "Please enter a login"
msgstr ""
#: newaccount.php:39
msgid "Please enter a valid email"
msgstr ""
#: newaccount.php:41
msgid "That login has already been used"
msgstr ""
#: newaccount.php:69
msgid "New account created"
msgstr ""
#: newaccount.php:78 templates/default/newaccount.html:35
msgid "Create new account"
msgstr ""
#: query.php:49 query.php:51 templates/default/wrap.html:25
msgid "Query Bugs"
msgstr ""
#: query.php:357
msgid "Bug List"
msgstr ""
#: report.php:32 templates/default/queryform.html:123
msgid "Assigned To"
msgstr ""
#: report.php:62
msgid "Reporting"
msgstr ""
#: report.php:76
msgid "Bug Counts by Date"
msgstr ""
#: user.php:40
msgid "Your bug list column preferences have been saved"
msgstr ""
#: user.php:47 admin/user.php:39
msgid "Please enter a password"
msgstr ""
#: user.php:49
msgid "Those passwords don't match -- please try again"
msgstr ""
#: user.php:67
msgid "Password changed"
msgstr ""
#: user.php:68 user.php:96
msgid "Changes Saved"
msgstr ""
#: user.php:95
msgid "Preferences changed"
msgstr ""
#: user.php:109
msgid "Receive notifications of bug changes via email"
msgstr ""
#: user.php:110
msgid "Show saved queries on the homepage"
msgstr ""
#: user.php:132
msgid "User preferences"
msgstr ""
#: admin/configure.php:46 templates/default/admin/wrap.html:23
#: templates/default/install.html:65
msgid "Configuration"
msgstr ""
#: admin/database.php:51 admin/group.php:49 admin/os.php:51
#: admin/project.php:102 admin/project.php:148 admin/project.php:164
#: admin/resolution.php:51 admin/severity.php:51 admin/site.php:53
#: admin/status.php:51 templates/default/admin/component-edit.html:2
#: templates/default/admin/database-edit.html:2
#: templates/default/admin/group-edit.html:2
#: templates/default/admin/os-edit.html:2
#: templates/default/admin/project-add.html:3
#: templates/default/admin/project-edit.html:4
#: templates/default/admin/resolution-edit.html:2
#: templates/default/admin/severity-edit.html:2
#: templates/default/admin/site-edit.html:2
#: templates/default/admin/status-edit.html:2
msgid "Please enter a name"
msgstr ""
#: admin/database.php:76
msgid "Edit Database"
msgstr ""
#: admin/database.php:107
msgid "Database List"
msgstr ""
#: admin/group.php:73
msgid "Edit Group"
msgstr ""
#: admin/group.php:104
msgid "Group List"
msgstr ""
#: admin/os.php:77
msgid "Edit Operating System"
msgstr ""
#: admin/os.php:110
msgid "Operating System List"
msgstr ""
#: admin/project.php:48 admin/project.php:162
#: templates/default/admin/project-add.html:5
#: templates/default/admin/version-edit.html:2
msgid "Please enter a version"
msgstr ""
#: admin/project.php:79
msgid "Edit Version"
msgstr ""
#: admin/project.php:136
msgid "Edit Component"
msgstr ""
#: admin/project.php:153
msgid "You cannot choose specific groups when \"All Groups\" is chosen"
msgstr ""
#: admin/project.php:262 admin/project.php:269
msgid "Edit Project"
msgstr ""
#: admin/project.php:303
msgid "Project List"
msgstr ""
#: admin/resolution.php:81
msgid "Edit Resolution"
msgstr ""
#: admin/resolution.php:114
msgid "Resolution List"
msgstr ""
#: admin/severity.php:78
msgid "Edit Severity"
msgstr ""
#: admin/severity.php:113
msgid "Severity List"
msgstr ""
#: admin/site.php:78
msgid "Edit Site"
msgstr ""
#: admin/site.php:109
msgid "Site List"
msgstr ""
#: admin/status.php:80
msgid "Edit Status"
msgstr ""
#: admin/status.php:113
msgid "Status List"
msgstr ""
#: admin/user.php:37
msgid "Please enter an email"
msgstr ""
#: admin/user.php:148
msgid "Edit User"
msgstr ""
#: admin/user.php:191
msgid "User List"
msgstr ""
#: templates/default/admin/component-edit.html:26
#: templates/default/admin/database-edit.html:27
#: templates/default/admin/databaselist.html:17
#: templates/default/admin/grouplist.html:17
#: templates/default/admin/os-edit.html:26
#: templates/default/admin/oslist.html:17
#: templates/default/admin/project-add.html:51
#: templates/default/admin/project-edit.html:42
#: templates/default/admin/resolution-edit.html:32
#: templates/default/admin/resolutionlist.html:15
#: templates/default/admin/severity-edit.html:32
#: templates/default/admin/severitylist.html:15
#: templates/default/admin/site-edit.html:26
#: templates/default/admin/sitelist.html:15
#: templates/default/admin/status-edit.html:32
#: templates/default/admin/statuslist.html:15
#: templates/default/admin/userlist.html:23
#: templates/default/admin/version-edit.html:20
#: templates/default/bugdisplay.html:188
msgid "Name"
msgstr ""
#: templates/default/admin/component-edit.html:34
#: templates/default/admin/project-add.html:58
#: templates/default/admin/project-add.html:110
#: templates/default/admin/project-edit.html:56
#: templates/default/admin/resolution-edit.html:40
#: templates/default/admin/resolutionlist.html:16
#: templates/default/admin/severity-edit.html:40
#: templates/default/admin/severitylist.html:16
#: templates/default/admin/status-edit.html:40
#: templates/default/admin/statuslist.html:16
#: templates/default/bugform.html:48
msgid "Description"
msgstr ""
#: templates/default/admin/component-edit.html:42
#: templates/default/admin/project-add.html:117
msgid "Owner"
msgstr ""
#: templates/default/admin/component-edit.html:45
#: templates/default/bugdisplay.html:128 templates/default/bugdisplay.html:132
#: templates/default/queryform.html:75
msgid "None"
msgstr ""
#: templates/default/admin/component-edit.html:50
#: templates/default/admin/projectlist.html:13
#: templates/default/admin/project-add.html:65
#: templates/default/admin/project-edit.html:63
#: templates/default/admin/project-edit.html:103
#: templates/default/admin/project-edit.html:129
#: templates/default/admin/user-edit.html:86
#: templates/default/admin/userlist.html:25
#: templates/default/admin/version-edit.html:28
msgid "Active"
msgstr ""
#: templates/default/admin/component-edit.html:61
#: templates/default/admin/configure.html:35
#: templates/default/admin/database-edit.html:46
#: templates/default/admin/group-edit.html:45
#: templates/default/admin/os-edit.html:53
#: templates/default/admin/project-add.html:126
#: templates/default/admin/project-edit.html:88
#: templates/default/admin/resolution-edit.html:61
#: templates/default/admin/severity-edit.html:68
#: templates/default/admin/site-edit.html:45
#: templates/default/admin/status-edit.html:67
#: templates/default/admin/user-edit.html:105
#: templates/default/admin/version-edit.html:39
#: templates/default/bugform.html:157 templates/default/user.html:26
#: templates/default/user.html:49
msgid "Submit"
msgstr ""
#: templates/default/admin/projectlist.html:6
msgid "Add new project"
msgstr ""
#: templates/default/admin/projectlist.html:12
msgid "Created Date"
msgstr ""
#: templates/default/admin/projectlist.html:23
#: templates/default/admin/project-edit.html:110
#: templates/default/admin/project-edit.html:136
#: templates/default/admin/userlist.html:32
msgid "Yes"
msgstr ""
#: templates/default/admin/projectlist.html:23
#: templates/default/admin/project-edit.html:110
#: templates/default/admin/project-edit.html:136
#: templates/default/admin/userlist.html:32
msgid "No"
msgstr ""
#: templates/default/admin/configure.html:9
msgid "Variable"
msgstr ""
#: templates/default/admin/configure.html:10
msgid "Value"
msgstr ""
#: templates/default/admin/configure.html:11
msgid "Information"
msgstr ""
#: templates/default/admin/configure.html:26
msgid "description"
msgstr ""
#: templates/default/admin/database-edit.html:35
#: templates/default/admin/databaselist.html:18
#: templates/default/admin/os-edit.html:42
#: templates/default/admin/oslist.html:19
#: templates/default/admin/resolution-edit.html:50
#: templates/default/admin/resolutionlist.html:17
#: templates/default/admin/severity-edit.html:49
#: templates/default/admin/severitylist.html:17
#: templates/default/admin/site-edit.html:34
#: templates/default/admin/sitelist.html:16
#: templates/default/admin/status-edit.html:48
#: templates/default/admin/statuslist.html:17
msgid "Sort Order"
msgstr ""
#: templates/default/admin/databaselist.html:13
msgid "Database list"
msgstr ""
#: templates/default/admin/databaselist.html:13
msgid "Add new database"
msgstr ""
#: templates/default/admin/databaselist.html:27
#: templates/default/admin/sitelist.html:31
#: templates/default/admin/statuslist.html:31
msgid "Are you sure you want to delete this item?"
msgstr ""
#: templates/default/admin/databaselist.html:27
#: templates/default/admin/grouplist.html:29
#: templates/default/admin/oslist.html:29
#: templates/default/admin/project-edit.html:104
#: templates/default/admin/project-edit.html:111
#: templates/default/admin/project-edit.html:130
#: templates/default/admin/project-edit.html:137
#: templates/default/admin/resolutionlist.html:18
#: templates/default/admin/resolutionlist.html:27
#: templates/default/admin/severitylist.html:18
#: templates/default/admin/severitylist.html:27
#: templates/default/admin/sitelist.html:17
#: templates/default/admin/sitelist.html:31
#: templates/default/admin/statuslist.html:19
#: templates/default/admin/statuslist.html:31
#: templates/default/bugdisplay.html:214
#: templates/default/queryform-simple.html:129
#: templates/default/queryform.html:225 templates/default/user.html:88
msgid "Delete"
msgstr ""
#: templates/default/admin/grouplist.html:13
msgid "Add new group"
msgstr ""
#: templates/default/admin/grouplist.html:18
#: templates/default/admin/wrap.html:25
msgid "Users"
msgstr ""
#: templates/default/admin/grouplist.html:27
msgid "Locked"
msgstr ""
#: templates/default/admin/grouplist.html:29
msgid ""
"This will remove all user assignments to this group and the group itself. "
"Continue?"
msgstr ""
#: templates/default/admin/grouplist.html:30
msgid "This will remove all user assignments to this group. Continue?"
msgstr ""
#: templates/default/admin/grouplist.html:30
msgid "Purge"
msgstr ""
#: templates/default/admin/grouplist.html:33
msgid "Assignable"
msgstr ""
#: templates/default/admin/wrap.html:17 templates/default/wrap.html:17
msgid "Find Bug"
msgstr ""
#: templates/default/admin/wrap.html:24
msgid "Projects"
msgstr ""
#: templates/default/admin/wrap.html:26
msgid "Groups"
msgstr ""
#: templates/default/admin/wrap.html:27
msgid "Documentation"
msgstr ""
#: templates/default/admin/wrap.html:28
msgid "User Tools"
msgstr ""
#: templates/default/admin/wrap.html:31
msgid "Statuses"
msgstr ""
#: templates/default/admin/wrap.html:32
msgid "Resolutions"
msgstr ""
#: templates/default/admin/wrap.html:33
msgid "Severities"
msgstr ""
#: templates/default/admin/wrap.html:34
msgid "Operating Systems"
msgstr ""
#: templates/default/admin/wrap.html:35
msgid "Databases"
msgstr ""
#: templates/default/admin/wrap.html:36
msgid "Sites"
msgstr ""
#: templates/default/admin/os-edit.html:34
#: templates/default/admin/oslist.html:18
msgid "Regex"
msgstr ""
#: templates/default/admin/oslist.html:13
msgid "Add new operating system"
msgstr ""
#: templates/default/admin/oslist.html:29
msgid "Are you sure you want to delete this OS"
msgstr ""
#: templates/default/admin/oslist.html:38
#: templates/default/admin/resolutionlist.html:36
#: templates/default/admin/severitylist.html:36
#: templates/default/admin/sitelist.html:40
#: templates/default/admin/statuslist.html:40
msgid "Items with a Sort Order = 0 will not be selectable by users."
msgstr ""
#: templates/default/admin/oslist.html:40
#: templates/default/admin/resolutionlist.html:38
#: templates/default/admin/severitylist.html:38
#: templates/default/admin/sitelist.html:42
#: templates/default/admin/statuslist.html:42
msgid "Only those items that have no bugs referencing them can be deleted."
msgstr ""
#: templates/default/admin/project-add.html:44
msgid "Project Information"
msgstr ""
#: templates/default/admin/project-add.html:76
msgid "Version Information"
msgstr ""
#: templates/default/admin/project-add.html:83
msgid "Initial Version"
msgstr ""
#: templates/default/admin/project-add.html:96
msgid "Component Information"
msgstr ""
#: templates/default/admin/project-add.html:103
msgid "Initial Component Name"
msgstr ""
#: templates/default/admin/project-edit.html:47
msgid "Only users in the following groups can see this project"
msgstr ""
#: templates/default/admin/project-edit.html:71
#: templates/default/admin/project-edit.html:81
msgid "These developers can administer this project"
msgstr ""
#: templates/default/admin/project-edit.html:97
msgid "Versions"
msgstr ""
#: templates/default/admin/project-edit.html:97
msgid "Add new version"
msgstr ""
#: templates/default/admin/project-edit.html:101
#: templates/default/bugdisplay-printable.html:30
#: templates/default/bugdisplay.html:99 templates/default/bugform.html:30
#: templates/default/queryform-simple.html:59
#: templates/default/queryform.html:179
msgid "Version"
msgstr ""
#: templates/default/admin/project-edit.html:102
#: templates/default/admin/project-edit.html:128
#: templates/default/admin/userlist.html:24
#: templates/default/bugdisplay-printable.html:7
#: templates/default/bugdisplay.html:86 templates/default/bugdisplay.html:191
msgid "Created"
msgstr ""
#: templates/default/admin/project-edit.html:116
msgid "No versions found"
msgstr ""
#: templates/default/admin/project-edit.html:123
msgid "Components"
msgstr ""
#: templates/default/admin/project-edit.html:123
msgid "Add new component"
msgstr ""
#: templates/default/admin/project-edit.html:127
#: templates/default/bugdisplay-printable.html:25
#: templates/default/bugdisplay.html:94 templates/default/bugform.html:84
#: templates/default/queryform-simple.html:67
#: templates/default/queryform.html:188
msgid "Component"
msgstr ""
#: templates/default/admin/project-edit.html:142
msgid "No components found"
msgstr ""
#: templates/default/admin/resolutionlist.html:11
msgid "Add new resolution"
msgstr ""
#: templates/default/admin/resolutionlist.html:27
msgid "Are you sure you want to delete this resolution?"
msgstr ""
#: templates/default/admin/severity-edit.html:57
msgid "Row Color"
msgstr ""
#: templates/default/admin/severitylist.html:11
msgid "Add new severity"
msgstr ""
#: templates/default/admin/severitylist.html:27
msgid "Are you sure you want to delete this severity?"
msgstr ""
#: templates/default/admin/sitelist.html:11
msgid "Add new site"
msgstr ""
#: templates/default/admin/status-edit.html:56
#: templates/default/admin/statuslist.html:18
msgid "Open/Closed"
msgstr ""
#: templates/default/admin/status-edit.html:59
#: templates/default/admin/statuslist.html:27
msgid "Closed"
msgstr ""
#: templates/default/admin/statuslist.html:11
msgid "Add new status"
msgstr ""
#: templates/default/admin/user-edit.html:35
#: templates/default/admin/userlist.html:22
#: templates/default/install-complete.html:31 templates/default/login.html:32
#: templates/default/newaccount.html:12 templates/default/queryform.html:112
#: templates/default/wrap.html:39 templates/default/wrap.html:45
msgid "Login"
msgstr ""
#: templates/default/admin/user-edit.html:44 templates/default/login.html:32
#: templates/default/newaccount.html:19 templates/default/queryform.html:111
#: templates/default/wrap.html:38
msgid "Email"
msgstr ""
#: templates/default/admin/user-edit.html:52
#: templates/default/newaccount.html:23
msgid "First Name"
msgstr ""
#: templates/default/admin/user-edit.html:60
#: templates/default/newaccount.html:29
msgid "Last Name"
msgstr ""
#: templates/default/admin/user-edit.html:68
#: templates/default/install-complete.html:34
#: templates/default/install.html:52 templates/default/login.html:38
#: templates/default/user.html:19 templates/default/wrap.html:43
msgid "Password"
msgstr ""
#: templates/default/admin/user-edit.html:76
msgid "User Groups"
msgstr ""
#: templates/default/admin/user-edit.html:94
msgid "Email Notify"
msgstr ""
#: templates/default/admin/userlist.html:11
msgid "Add new user"
msgstr ""
#: templates/default/admin/userlist.html:17
msgid "Filter"
msgstr ""
#: templates/default/bugdisplay-printable.html:4
#: templates/default/user.html:80
msgid "Bug"
msgstr ""
#: templates/default/bugdisplay-printable.html:12
#: templates/default/bugdisplay.html:84 templates/default/bugform.html:20
#: templates/default/queryform-simple.html:93
#: templates/default/queryform.html:126 templates/default/queryform.html:199
msgid "Reporter"
msgstr ""
#: templates/default/bugdisplay-printable.html:14
#: templates/default/bugdisplay.html:130
msgid "Assigned to"
msgstr ""
#: templates/default/bugdisplay-printable.html:17
#: templates/default/bugdisplay.html:122 templates/default/index.html:48
#: templates/default/queryform-simple.html:75
#: templates/default/queryform-simple.html:96
#: templates/default/queryform.html:60 templates/default/queryform.html:200
msgid "Status"
msgstr ""
#: templates/default/bugdisplay-printable.html:18
#: templates/default/bugdisplay.html:127 templates/default/queryform.html:61
msgid "Resolution"
msgstr ""
#: templates/default/bugdisplay-printable.html:33
#: templates/default/bugdisplay.html:96 templates/default/bugform.html:64
#: templates/default/queryform-simple.html:90
#: templates/default/queryform.html:64 templates/default/queryform.html:198
msgid "Severity"
msgstr ""
#: templates/default/bugdisplay-printable.html:38
#: templates/default/bugdisplay.html:91 templates/default/bugform.html:74
#: templates/default/queryform-simple.html:99
#: templates/default/queryform.html:63 templates/default/queryform.html:201
msgid "Priority"
msgstr ""
#: templates/default/bugdisplay-printable.html:41
#: templates/default/bugdisplay.html:101 templates/default/bugform.html:114
#: templates/default/queryform.html:62
msgid "Operating System"
msgstr ""
#: templates/default/bugdisplay-printable.html:46
#: templates/default/bugdisplay.html:120 templates/default/bugform.html:40
#: templates/default/queryform.html:135
msgid "Summary"
msgstr ""
#: templates/default/bugdisplay-printable.html:48
#: templates/default/queryform.html:151
msgid "URL"
msgstr ""
#: templates/default/bugdisplay-printable.html:50
#: templates/default/bugdisplay.html:144
msgid "Depends on bugs"
msgstr ""
#: templates/default/bugdisplay-printable.html:59
#: templates/default/bugdisplay.html:153
msgid "Blocks bugs"
msgstr ""
#: templates/default/bugdisplay-printable.html:69
#: templates/default/bugdisplay.html:246
msgid "Comments"
msgstr ""
#: templates/default/bugdisplay-printable.html:71
#: templates/default/bugdisplay-printable.html:77
#: templates/default/bugdisplay.html:248 templates/default/bugdisplay.html:255
msgid "Posted by"
msgstr ""
#: templates/default/bugdisplay-printable.html:85
#: templates/default/bughistory.html:26 templates/default/bugvotes.html:20
msgid "Back to bug"
msgstr ""
#: templates/default/bugdisplay.html:4 templates/default/bugdisplay.html:178
msgid "You must login to modify this bug"
msgstr ""
#: templates/default/bugdisplay.html:67
msgid "Return to bug list"
msgstr ""
#: templates/default/bugdisplay.html:70
msgid "Previous bug"
msgstr ""
#: templates/default/bugdisplay.html:74
msgid "Next bug"
msgstr ""
#: templates/default/bugdisplay.html:104
msgid "To be closed in version"
msgstr ""
#: templates/default/bugdisplay.html:106 templates/default/bugdisplay.html:114
msgid "Choose one"
msgstr ""
#: templates/default/bugdisplay.html:109 templates/default/bugform.html:94
#: templates/default/queryform.html:65
msgid "Database"
msgstr ""
#: templates/default/bugdisplay.html:112
msgid "Closed in version"
msgstr ""
#: templates/default/bugdisplay.html:117 templates/default/bugform.html:104
msgid "Site"
msgstr ""
#: templates/default/bugdisplay.html:139
msgid "Add CC"
msgstr ""
#: templates/default/bugdisplay.html:162
msgid "Add dependency"
msgstr ""
#: templates/default/bugdisplay.html:163
msgid "Remove dependency"
msgstr ""
#: templates/default/bugdisplay.html:165
msgid "Remove selected CCs"
msgstr ""
#: templates/default/bugdisplay.html:171
msgid "Additional comments"
msgstr ""
#: templates/default/bugdisplay.html:176
msgid "Supress notification email"
msgstr ""
#: templates/default/bugdisplay.html:183
msgid "Attachments"
msgstr ""
#: templates/default/bugdisplay.html:184
msgid "Create new attachment"
msgstr ""
#: templates/default/bugdisplay.html:189
msgid "Size"
msgstr ""
#: templates/default/bugdisplay.html:190
msgid "Type"
msgstr ""
#: templates/default/bugdisplay.html:214
msgid "Are you sure you want to delete this attachment?"
msgstr ""
#: templates/default/bugdisplay.html:221