root/locales/app/de-DE.yml

Download in other formats: Raw | Text
Revisions
Dimitrij Denissenko
Dimitrij Denissenko
May 14 2009 * 21:42
(over 1 year ago)

Revision e9530e69be0439a2be1db9e299df4ced22e8d2fb

Preparations for 2.0-RC1 Updated Errors/Translations - Reduced labels More tranlations for German & Russian

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
de-DE:
  application:
    # app/views/notifications/account_validation.html.erb
    "1. Click this link": "1. Folgen Sie diesem link"

    # app/views/notifications/account_validation.html.erb
    "2. Surf to {{url}} and enter the following activation code": "2. Gehen Sie zu {{url}} und geben Sie folgenden Aktivierungscode ein"

    # app/controllers/admin/users_controller.rb
    "A notification was sent to the user.": "Der Benutzer wurde benachrichtigt."

    # app/views/milestones/_form.html.erb
    "A short description or other info you want displayed (optional)": "Eine kurze Beschreibung bzw. andere Information, die angezeigt werden soll (optional)"

    # app/views/browse/show_file.html.erb
    "A viewable MIME type was not detected. Trying to display the file content as plain text.": "Ein anzeigbarer MIME-Typ wurde nicht erkannt. Es wird versucht die Datei als Text anzuzeigen."

    # app/views/admin/projects/_project.html.erb
    "ATTENTION: Are you really sure, that you want to delete this project?": "ACHTUNG: Möchten Sie wirklich das Projekt löschen?"

    # app/views/admin/users/_groups.html.erb
    "ATTENTION: Group settings will be ignored if the 'Administrator' option is selected!": "ACHTUNG! Gruppeneinstellungen werden ignoriert, wenn gleichzeitig die 'Administrator'-Option gewählt wurde!"

    # app/views/rescue/403.html.erb
    "Access forbidden (403)": "Zugang verweigert (403)"

    # app/models/notifications.rb
    "Account activation": "Aktivierung des Benutzerkontos"

    # app/models/notifications.rb
    "Account validation": "Verifizierung des Benutzerkontos"

    # app/views/accounts/activate.html.erb
    "Activate": "Aktivieren"

    # app/views/accounts/activate.html.erb
    "Activate account": "Benutzerkonto aktivieren"

    # app/views/accounts/activate.html.erb
    "Activation code": "Aktivierungsschlüssel"

    # app/views/admin/projects/_project.html.erb
    # app/views/admin/projects/index.html.erb
    # app/views/admin/users/_form.html.erb
    # app/views/admin/users/_user.html.erb
    # app/views/admin/users/index.html.erb
    "Active": "Aktiv"

    # app/helpers/ticket_filter_helper.rb
    "Add filter": "Filter hinzufügen"

    # app/helpers/changesets_helper.rb
    "Added": "hinzugefügt"

    # app/helpers/navigation_helper.rb
    "Admin": "Admin"

    # app/views/admin/shared/_header.html.erb
    "Administration": "Administration"

    # app/views/admin/users/_form.html.erb
    # app/views/admin/users/_user.html.erb
    "Administrator": "Administrator"

    # app/views/changesets/show.html.erb
    "Affected files": "Betroffene Dateien"

    # app/helpers/search_helper.rb
    # app/models/group.rb
    # app/views/rss/_all.html.erb
    # app/views/rss/_feed.html.erb
    "All": "Alle"

    # app/controllers/projects_controller.rb
    # app/views/rss/_all.html.erb
    "All Projects": "Alle Projekte"

    # app/views/rss/_feed.html.erb
    "All feeds for {{project}}": "Alle Feeds für {{project}}"

    # app/views/rss/_all.html.erb
    "All feeds from all projects": "Alle Feeds für alle Projekte"

    # app/models/status.rb
    "All in progress": "Alle in Bearbetung"

    # app/controllers/projects_controller.rb
    "All news for all projects": "Alle News für alle Projekte"

    # app/controllers/projects_controller.rb
    "All news for {{project}}": "Alle News für {{project}}"

    # app/models/status.rb
    "All open": "All offenen"

    # app/models/status.rb
    "All resolved": "Alle gelösten"

    # app/views/notifications/account_activation_note.html.erb
    # app/views/notifications/account_validation.html.erb
    # app/views/notifications/password_reset_instructions.html.erb
    # app/views/notifications/ticket_creation_note.html.erb
    # app/views/notifications/ticket_update_note.html.erb
    "Alternatively, copy and paste this link to your browser address bar.": "Alternativ den folgenden Link in die Adresszeile des Browsers kopieren."

    # app/controllers/accounts_controller.rb
    "An email including the activation code and the instructions was sent to you.": "Eine Email mit einem Aktivierungsschlüssel und weiteren Instruktionen wurde Ihnen zugesandt."

    # app/helpers/application_helper.rb
    "Are you sure?": "Sind Sie sicher?"

    # app/views/tickets/_ticket_info.html.erb
    # app/views/tickets/form/_ticket_options.html.erb
    # app/views/tickets/index.html.erb
    "Assigned To": "Vergeben an"

    # app/models/ticket_filter/custom/my_tickets.rb
    "Assigned to me": "Mir zugeordnete"

    # app/models/ticket_change.rb
    "Assigned user": "Zugeordneter Benutzer"

    # app/views/tickets/_change.html.erb
    # app/views/tickets/_ticket_intro.html.erb
    # app/views/tickets/form/_attachment_and_watch_status.html.erb
    "Attachment": "Anhang"

    # app/views/browse/revisions.html.erb
    "Author": "Autor"

    # app/views/milestones/edit.html.erb
    # app/views/milestones/new.html.erb
    "Back": "Zurück"

    # app/views/tickets/_navigation.html.erb
    "Back to ticket list": "Zurück zur Ticketliste"

    # app/helpers/navigation_helper.rb
    "Back to top": "Nach oben"

    # app/views/browse/show_binary.html.erb
    "Binary File": "Binärdatei"

    # vendor/plugins/wiki_engine/lib/wiki_engine/engines.rb
    "Blocks": "Blöcke"

    # app/core_info.rb
    # app/views/browse/diff.html.erb
    # app/views/browse/revisions.html.erb
    "Browse": "Durchsuchen"

    # app/controllers/browse_controller.rb
    "Browse Code": "Quellcode"

    # app/views/browse/revisions.html.erb
    "Browse revisions": "Revisionen anzeigen"

    # app/views/browse/index.html.erb
    # app/views/browse/repository_unavailable.html.erb
    # app/views/browse/show_binary.html.erb
    # app/views/browse/show_file.html.erb
    # app/views/browse/show_image.html.erb
    "Browse source": "Quellcode"

    # app/helpers/navigation_helper.rb
    "Browse {{title}}": "{{title}} durchsuchen"

    # app/helpers/application_helper.rb
    # app/views/admin/shared/_form_footer.html.erb
    # app/views/ticket_reports/_new.html.erb
    "Cancel": "Abbrechen"

    # app/models/user.rb
    "Cannot delete. User '{{username}}' is the last available admin.": "Kann nicht gelöscht werden. Benutzer '{{username}}' ist der letzte Administrator."

    # app/views/admin/projects/_form.html.erb
    # app/views/admin/projects/index.html.erb
    "Central": "Zentral"

    # app/views/notifications/ticket_update_note.html.erb
    "Changed by {{author}} - {{time}}": "Geändert von {{author}} - {{time}}"

    # app/views/browse/_revision.html.erb
    # app/views/changesets/_changeset.html.erb
    # app/views/changesets/show.html.erb
    "Changeset": "Änderung"

    # app/helpers/changesets_helper.rb
    "Changeset index": "Liste der Änderungen"

    # app/models/changeset.rb
    "Changeset {{revision}}": "Changeset {{revision}}"

    # app/controllers/changesets_controller.rb
    # app/core_info.rb
    # app/models/changeset.rb
    # app/views/changesets/index.html.erb
    "Changesets": "Änderungen"

    # app/models/changeset.rb
    "Changesets for {{project}}": "Changesets für {{project}}"

    # app/views/admin/projects/_form.html.erb
    "Check this option to make this your default project.": "Aktivieren Sie diese Option, um dieses Projekt zum Standardprojekt zu machen."

    # app/views/accounts/show.html.erb
    "Check this option to renew your private access key.": "Aktivieren Sie diese Otion, um den privaten Zugriffsschlüssel zu aktualisieren."

    # app/views/tickets/index.html.erb
    "Clear selection": "Auswahl zurücksetzen"

    # app/views/projects/index.html.erb
    "Click for info": "Anklicken für weitere Informationen"

    # app/views/changesets/_quick_diff.html.erb
    "Close": "Schließen"

    # app/helpers/format_helper.rb
    "Close preview": "Vorschau schließen"

    # app/views/admin/projects/_form.html.erb
    "Closed": "Geschlossen"

    # app/core_info.rb
    "Code": "Code"

    # app/views/tickets/_update_form.html.erb
    "Comment": "Kommentar"

    # app/views/tickets/show.html.erb
    "Comments and Changes": "Kommentare und Änderungen"

    # app/views/browse/index.html.erb
    "Commit": "Commit"

    # app/helpers/browse_helper.rb
    "Compare [{{revision_a}}] with [{{revision_b}}]": "Vergleiche [{{revision_a}}] mit [{{revision_b}}]"

    # app/views/admin/setup/index.html.erb
    "Configuration could not be saved": "Die Einstellungen konnten nicht gespeichert werden"

    # app/views/admin/users/_core.html.erb
    "Confirmation": "Bestätigung"

    # app/core_info.rb
    # app/views/tickets/form/_update_content.html.erb
    "Content": "Inhalt"

    # app/helpers/changesets_helper.rb
    "Copied": "Kopiert"

    # app/core_info.rb
    # app/views/accounts/new.html.erb
    # app/views/admin/shared/_new_form.html.erb
    # app/views/admin/ticket_property_values/new.html.erb
    # app/views/milestones/new.html.erb
    # app/views/ticket_reports/_new.html.erb
    # app/views/tickets/new.html.erb
    "Create": "Erstellen"

    # app/views/admin/groups/index.html.erb
    # app/views/admin/groups/new.html.erb
    "Create a new group": "Neue Gruppe anlegen"

    # app/views/milestones/index.html.erb
    # app/views/milestones/new.html.erb
    "Create a new milestone": "Meilenstein anlegen"

    # app/views/admin/projects/index.html.erb
    # app/views/admin/projects/new.html.erb
    "Create a new project": "Neues Projekt anlegen"

    # app/views/admin/ticket_property_values/index.html.erb
    # app/views/admin/ticket_property_values/new.html.erb
    "Create a new property value": "Neuen Eigenschaftswert anlegen"

    # Unknown
    "Create a new report": "Neuen Bericht anlegen"

    # app/views/admin/repositories/index.html.erb
    # app/views/admin/repositories/new.html.erb
    "Create a new repository": "Neues Repository anlegen"

    # app/views/admin/ticket_properties/index.html.erb
    # app/views/admin/ticket_properties/new.html.erb
    "Create a new ticket property": "Neue Ticket-Eigenschaft anlegen"

    # app/views/admin/users/index.html.erb
    # app/views/admin/users/new.html.erb
    "Create a new user": "Neuen Benutzer anlegen"

    # app/views/tickets/_ticket.html.erb
    "Created {{period}} ago by {{author}}": "Erzeugt vor {{period}} von {{author}}"

    # app/helpers/browse_helper.rb
    "Current": "Aktuell"

    # app/helpers/navigation_helper.rb
    "Dashboard": "Dashboard"

    # app/views/browse/revisions.html.erb
    "Date": "Datum"

    # lib/time_interval.rb
    "Days": "Tage"

    # app/views/notifications/account_activation_note.html.erb
    # app/views/notifications/account_validation.html.erb
    # app/views/notifications/password_reset_instructions.html.erb
    # app/views/notifications/ticket_creation_note.html.erb
    # app/views/notifications/ticket_update_note.html.erb
    "Dear user!": "Sehr geehrter Benutzer!"

    # app/views/admin/ticket_property_values/_property_value.html.erb
    "Default": "Standard"

    # app/models/group.rb
    "Default group cannot be deleted": "Die Standardgruppe kann nicht gelöscht werden"

    # app/models/group.rb
    "Default group cannot be modified.": "Die Standardgruppe kann nicht verändert werden."

    # app/views/admin/ticket_property_values/_priority_form.html.erb
    "Default value": "Standardwert"

    # app/core_info.rb
    # app/helpers/admin/ticket_property_values_helper.rb
    # app/helpers/milestones_helper.rb
    # app/views/admin/groups/_group.html.erb
    # app/views/admin/projects/_project.html.erb
    # app/views/admin/repositories/_repository.html.erb
    # app/views/admin/ticket_properties/_ticket_property.html.erb
    # app/views/admin/ticket_property_values/_property_value.html.erb
    # app/views/admin/users/_user.html.erb
    # app/views/tickets/_change.html.erb
    # app/views/tickets/_report.html.erb
    # app/views/tickets/_ticket_intro.html.erb
    "Delete": "Löschen"

    # app/helpers/changesets_helper.rb
    "Deleted": "Gelöscht"

    # app/views/admin/projects/_form.html.erb
    # app/views/admin/tasks/index.html.erb
    # app/views/tickets/form/_summary_and_description.html.erb
    "Description": "Beschreibung"

    # app/views/tickets/new.html.erb
    "Details": "Details"

    # app/views/browse/_revision.html.erb
    "Diff": "Änderungen"

    # app/helpers/application_helper.rb
    "Display": "Anzeigen"

    # app/helpers/changesets_helper.rb
    # app/views/browse/diff.html.erb
    "Download": "Herunterladen"

    # app/views/browse/_show_header.html.erb
    "Download in other formats": "In anderen Formaten herunterladen"

    # app/views/milestones/_form.html.erb
    # app/views/milestones/_milestone.html.erb
    "Due on": "Fällig am"

    # app/helpers/admin/ticket_property_values_helper.rb
    # app/helpers/milestones_helper.rb
    # app/views/admin/groups/_group.html.erb
    # app/views/admin/projects/_project.html.erb
    # app/views/admin/repositories/_repository.html.erb
    # app/views/admin/ticket_properties/_ticket_property.html.erb
    # app/views/admin/ticket_property_values/edit.html.erb
    # app/views/admin/users/_user.html.erb
    # app/views/tickets/_change.html.erb
    # app/views/tickets/_ticket_intro.html.erb
    "Edit": "Bearbeiten"

    # app/views/admin/groups/edit.html.erb
    "Edit group": "Gruppe bearbeiten"

    # app/views/milestones/edit.html.erb
    "Edit milestone": "Meilenstein bearbeiten"

    # app/views/admin/projects/edit.html.erb
    "Edit project": "Projekt bearbeiten"

    # app/views/admin/ticket_property_values/edit.html.erb
    "Edit property value": "Eigenschaftswert bearbeiten"

    # Unknown
    "Edit report": "Bericht bearbeiten"

    # app/views/admin/repositories/edit.html.erb
    "Edit repository": "Repository bearbeiten"

    # app/views/tickets/_navigation.html.erb
    "Edit summary": "Zusammenfassung bearbeiten"

    # app/views/admin/ticket_properties/edit.html.erb
    "Edit ticket property": "Ticket-Eigenschaft bearbeiten"

    # app/views/admin/users/edit.html.erb
    "Edit user": "Benutzer bearbeiten"

    # app/views/admin/users/_core.html.erb
    # app/views/notifications/account_activation_note.html.erb
    # app/views/notifications/account_validation.html.erb
    # app/views/tickets/form/_name_and_email.html.erb
    "Email": "E-Mail"

    # app/views/admin/users/edit.html.erb
    "Email notification": "E-Mail-Benachrichtigung"

    # app/views/admin/projects/_form.html.erb
    "Enabled modules": "Aktivierte Module"

    # app/views/admin/repositories/_form.html.erb
    "Examples": "Beispiele"

    # app/views/admin/dashboard/index.html.erb
    # app/views/admin/extensions/index.html.erb
    "Extensions": "Erweiterungen"

    # app/controllers/admin/repositories_controller.rb
    "Failure! Path does not contain a valid repository.": "Fehler! Der Pfad repräsentiert kein gültiges Repository."

    # app/controllers/admin/repositories_controller.rb
    "Failure! Path does not exist.": "Fehler! Der angegebene Pfad konnte nicht befunden werden."

    # app/controllers/admin/projects_controller.rb
    "Failure! Path is not a directory in this repository.": "Fehler! Der Pfad ist kein Verzeichnis in diesem Repository."

    # app/controllers/admin/repositories_controller.rb
    "Failure! You are not permitted to browse this path.": "Fehler! Der gewählte Pfad ist nicht erreichbar."

    # app/helpers/navigation_helper.rb
    "Feeds": "Feed"

    # app/views/browse/show_binary.html.erb
    "File content cannot be displayed for binary files.": "Inhalte von Binärdateien können nicht angezeigt werden."

    # vendor/plugins/has_attachment/lib/attachment.rb
    "File size exceeds the maximum limit": "Dateigröße überschreitet das obere Limit."

    # Unknown
    "Filter options": "Filter-Optionen"

    # app/views/tickets/index.html.erb
    "Filter tickets": "Tickets filtern"

    # app/views/admin/tasks/_task.html.erb
    "Finished": "Beendet"

    # app/views/milestones/_form.html.erb
    "Finished on": "Erledigt am"

    # app/views/accounts/forgot_password.html.erb
    # app/views/notifications/password_reset_instructions.html.erb
    # app/views/sessions/new.html.erb
    "Forgot password": "Kennwort vergessen?"

    # vendor/plugins/wiki_engine/lib/wiki_engine/engines.rb
    "Formats": "Formatierungen"

    # app/views/admin/users/_core.html.erb
    # app/views/notifications/account_activation_note.html.erb
    # app/views/notifications/account_validation.html.erb
    "Full name": "Vollständiger Name"

    # app/views/admin/projects/_form.html.erb
    # app/views/admin/ticket_properties/index.html.erb
    "Global": "Globale"

    # app/views/admin/groups/index.html.erb
    "Group": "Gruppe"

    # app/controllers/admin/groups_controller.rb
    "Group could not be deleted. Following error(s) occured": "Die Gruppe konnte nicht gelöscht werden. Folgende Fehler sind aufgetreten"

    # app/views/admin/groups/_form.html.erb
    "Group name": "Name der Gruppe"

    # app/views/tickets/index.html.erb
    "Group records": "Gruppen"

    # app/controllers/admin/groups_controller.rb
    "Group was successfully created.": "Die Gruppe wurde erfolgreich angelegt."

    # app/controllers/admin/groups_controller.rb
    "Group was successfully deleted.": "Die Gruppe wurde erfolgreich gelöscht."

    # app/controllers/admin/groups_controller.rb
    "Group was successfully updated.": "Die Gruppe wurde erfolgreich aktualisiert."

    # app/views/admin/dashboard/index.html.erb
    # app/views/admin/groups/_header.html.erb
    # app/views/admin/groups/index.html.erb
    # app/views/admin/users/_groups.html.erb
    # app/views/admin/users/index.html.erb
    "Groups": "Gruppen"

    # vendor/plugins/wiki_engine/lib/wiki_engine/engines.rb
    "Headers": "Überschriften"

    # app/views/sessions/logged_in.html.erb
    "Hi {{user}}!": "Hallo {{user}}!"

    # app/helpers/changesets_helper.rb
    "Hide Quick Diffs": "Änderungen ausblenden"

    # app/views/milestones/index.html.erb
    "Hide already completed milestones": "Abgeschlossene Meilensteine nicht anzeigen"

    # app/views/layouts/_header.html.erb
    # app/views/rescue/403.html.erb
    # app/views/rescue/404.html.erb
    # app/views/rescue/422.html.erb
    # app/views/rescue/500.html.erb
    # app/views/sessions/destroy.html.erb
    # app/views/sessions/logged_in.html.erb
    # app/views/sessions/new.html.erb
    "Home": "Home"

    # lib/time_interval.rb
    "Hours": "Stunden"

    # app/views/tickets/index.html.erb
    "ID": "ID"

    # app/models/status.rb
    "In progress": "In Bearbeitung"

    # app/views/admin/projects/_project.html.erb
    # app/views/admin/users/_user.html.erb
    "Inactive": "Inaktiv"

    # app/helpers/application_helper.rb
    "Info": "Information"

    # app/views/admin/extensions/index.html.erb
    "Installed": "Installiert"

    # app/views/admin/tasks/index.html.erb
    "Interval": "Interval"

    # vendor/plugins/has_attachment/lib/attachment.rb
    "Invalid file size": "Ungültige Dateigröße"

    # app/views/browse/diff.html.erb
    "Invalid or empty DIFF": "Ungültiger oder leerer DIFF"

    # app/views/admin/repositories/_form.html.erb
    # app/views/admin/repositories/index.html.erb
    "Kind": "Typ"

    # app/views/tickets/index.html.erb
    "Last Update": "Zuletzt geändert"

    # app/views/browse/index.html.erb
    "Last modified": "Letzte Änderung"

    # app/views/admin/users/_core.html.erb
    "Leave password field blank, unless you actually want to change your password.": "Lassen Sie das Kennwortfeld frei, es sei denn Sie wollen Ihr Kennwort verändern."

    # app/helpers/browse_helper.rb
    "Line {{number}}": "Zeile {{number}}"

    # app/controllers/markup_controller.rb
    # vendor/plugins/wiki_engine/lib/wiki_engine/engines.rb
    "Links": "Verknüpfungen"

    # vendor/plugins/wiki_engine/lib/wiki_engine/engines.rb
    "Lists": "Listen"

    # app/helpers/application_helper.rb
    # app/views/layouts/_header.html.erb
    "Loading...": "Lade..."

    # app/views/admin/projects/_form.html.erb
    "Locale": "Regionalschema"

    # app/views/browse/revisions.html.erb
    "Log": "Log"

    # app/helpers/navigation_helper.rb
    # app/views/sessions/logged_in.html.erb
    "Logged in as {{username}}": "Angemeldet als {{username}}"

    # app/views/sessions/destroy.html.erb
    "Logged out": "Abgemeldet"

    # app/helpers/navigation_helper.rb
    # app/views/sessions/destroy.html.erb
    # app/views/sessions/new.html.erb
    "Login": "Anmelden"

    # app/controllers/sessions_controller.rb
    "Login was not successful. Invalid username or password.": "Die Anmeldung ist fehlgeschlagen. Ungültiger Benutzername oder Kennwort."

    # app/controllers/sessions_controller.rb
    "Login was successful.": "Anmeldung war erfolgreich."

    # app/helpers/navigation_helper.rb
    # app/views/sessions/logged_in.html.erb
    "Logout": "Abmelden"

    # app/views/admin/groups/_form.html.erb
    "Make all projects available to this group": "Alle Projekte dieser Gruppe zugänglich machen"

    # app/views/admin/dashboard/index.html.erb
    "Manage": "Verwalten"

    # app/helpers/format_helper.rb
    "Markup reference": "Markup Referenz"

    # Missing
    # app/views/rescue/422.html.erb
    "Maybe you tried to change something you didn't have access to.": 

    # app/helpers/tickets_helper.rb
    # app/models/milestone.rb
    # app/models/ticket_change.rb
    # app/models/ticket_filter/collection.rb
    # app/views/tickets/form/_ticket_options.html.erb
    # app/views/tickets/index.html.erb
    "Milestone": "Meilenstein"

    # app/controllers/milestones_controller.rb
    "Milestone was successfully created.": "Der Meilenstein wurde erfolgreich erstellt."

    # app/controllers/milestones_controller.rb
    "Milestone was successfully deleted.": "Der Meilenstein wurde erfolgreich gelöscht."

    # app/controllers/milestones_controller.rb
    "Milestone was successfully updated.": "Der Meilenstein wurde erfolgreich aktualisiert."

    # app/controllers/milestones_controller.rb
    # app/core_info.rb
    # app/models/milestone.rb
    # app/views/milestones/edit.html.erb
    # app/views/milestones/index.html.erb
    # app/views/milestones/new.html.erb
    "Milestones": "Meilensteine"

    # app/models/milestone.rb
    "Milestones for {{project}}": "Meilensteine für {{project}}"

    # lib/time_interval.rb
    "Minutes": "Minuten"

    # app/core_info.rb
    "Modify": "Ändern"

    # app/views/tickets/index.html.erb
    "Month": "Monat"

    # lib/time_interval.rb
    "Months": "Monate"

    # app/helpers/changesets_helper.rb
    "Moved": "Verschoben"

    # app/helpers/navigation_helper.rb
    # app/views/accounts/show.html.erb
    # app/views/notifications/password_reset_instructions.html.erb
    "My Account": "Mein Konto"

    # app/models/ticket_filter/custom/my_tickets.rb
    "My Tickets": "Meine Tickets"

    # app/views/admin/repositories/_form.html.erb
    # app/views/admin/ticket_properties/_form.html.erb
    # app/views/admin/ticket_property_values/_value_form.html.erb
    # app/views/browse/index.html.erb
    # app/views/milestones/_form.html.erb
    # app/views/ticket_reports/_form.html.erb
    # app/views/tickets/form/_name_and_email.html.erb
    "Name": "Name"

    # app/models/status.rb
    "Negative": "Negativ"

    # app/models/status.rb
    "Neutral": "Neutral"

    # app/views/admin/ticket_property_values/new.html.erb
    "New": "Neu"

    # app/controllers/tickets_controller.rb
    "New Ticket": "Neues Ticket"

    # app/views/tickets/_ticket.html.erb
    # app/views/tickets/new.html.erb
    "New ticket": "Neues Ticket"

    # app/helpers/changesets_helper.rb
    "Next changeset": "Nächste Änderung"

    # app/views/tickets/_navigation.html.erb
    "Next ticket": "Nächstes Ticket"

    # app/helpers/admin/setup_helper.rb
    # app/helpers/format_helper.rb
    "No": "Nein"

    # app/models/ticket_change.rb
    "No changes were made": "Es wurden keine Änderungen durchgeführt"

    # app/views/projects/index.html.erb
    "No projects available": "Keine Projekte verfügbar"

    # app/controllers/admin/projects_controller.rb
    "No repository selected.": "Kein Repository eingerichtet."

    # app/views/tickets/index.html.erb
    "None": "Nichts"

    # app/views/admin/extensions/index.html.erb
    "Not Installed": "Nicht installiert"

    # app/views/admin/ticket_property_values/index.html.erb
    "Note": "Hinweis"

    # app/views/admin/users/edit.html.erb
    "Notify user on account activation": "Benutzer bei aktivierung des Benutzerkontos benachrichtingen"

    # app/views/ticket_reports/_form.html.erb
    "Only Last": "Nur die letzten"

    # app/models/status.rb
    "Open": "Geöffnet"

    # app/views/accounts/show.html.erb
    # app/views/admin/projects/_form.html.erb
    # app/views/admin/ticket_property_values/_priority_form.html.erb
    # app/views/admin/users/_form.html.erb
    # app/views/tickets/form/_ticket_options.html.erb
    "Options": "Optionen"

    # vendor/plugins/wiki_engine/lib/wiki_engine/engines.rb
    "Paragraphs": "Absätze"

    # app/views/admin/users/_core.html.erb
    # app/views/sessions/new.html.erb
    "Password": "Kennwort"

    # app/models/notifications.rb
    "Password reset": "Passwort zurücksetzen"

    # app/views/admin/repositories/_form.html.erb
    "Path": "Pfad"

    # app/controllers/browse_controller.rb
    "Path '{{path}}' does not exist in revision {{revision}}, showing revision {{latest}}.": "Der Pfad '{{path}}' existiert in Revision {{revision}} nicht, zeige Revision {{latest}} an."

    # app/controllers/browse_controller.rb
    "Path '{{path}}' does not exist in revision {{revision}}, showing root path.": "Der Pfad '{{path}}' existiert in Revision {{revision}} nicht, zeige Hauptverzeichnis an."

    # app/views/admin/groups/_form.html.erb
    # app/views/admin/groups/index.html.erb
    "Permissions": "Zugriffsrechte"

    # app/views/admin/repositories/_form.html.erb
    "Please specify an optional system call, which will be executed before each repository synchronization.": "Geben Sie einen optionalen Systemaufruf an, welcher vor der Repository-Synchronisation aufgerufen wird."

    # app/models/status.rb
    "Positive": "Positiv"

    # app/helpers/format_helper.rb
    "Preview": "Vorschau"

    # app/helpers/changesets_helper.rb
    "Previous changeset": "Vorherige Änderung"

    # app/views/tickets/_navigation.html.erb
    "Previous ticket": "Voriges Ticket"

    # app/helpers/tickets_helper.rb
    # app/models/priority.rb
    # app/models/ticket_change.rb
    # app/models/ticket_filter/collection.rb
    # app/views/admin/ticket_properties/index.html.erb
    # app/views/tickets/form/_ticket_options.html.erb
    # app/views/tickets/index.html.erb
    "Priority": "Priorität"

    # app/views/admin/projects/index.html.erb
    "Project": "Projekt"

    # app/controllers/admin/projects_controller.rb
    "Project could not be deleted. Following error(s) occured": "Das Projekt konnte nicht gelöscht werden. Folgende Fehler sind aufgetreten"

    # app/views/admin/projects/_form.html.erb
    "Project name": "Name des Projektes"

    # app/views/admin/ticket_properties/index.html.erb
    "Project specific": "Projekt spezifische Eigenschaften"

    # app/controllers/admin/projects_controller.rb
    "Project was successfully created.": "Das Projekt wurde erfolgreich erstellt."

    # app/controllers/admin/projects_controller.rb
    "Project was successfully deleted.": "Das Projekt wurde erfolgreich gelöscht."

    # app/controllers/admin/projects_controller.rb
    "Project was successfully updated.": "Das Projekt wurde erfolgreich aktualisiert."

    # app/helpers/navigation_helper.rb
    # app/views/admin/dashboard/index.html.erb
    # app/views/admin/groups/_form.html.erb
    # app/views/admin/groups/index.html.erb
    # app/views/admin/projects/_header.html.erb
    # app/views/admin/projects/index.html.erb
    # app/views/admin/ticket_properties/_header.html.erb
    # app/views/admin/ticket_properties/index.html.erb
    # app/views/admin/ticket_property_values/edit.html.erb
    # app/views/admin/ticket_property_values/index.html.erb
    # app/views/admin/ticket_property_values/new.html.erb
    # app/views/projects/index.html.erb
    "Projects": "Projekte"

    # app/views/browse/_node_info.html.erb
    # app/views/tickets/index.html.erb
    "Properties": "Eigenschaften"

    # app/controllers/admin/ticket_property_values_controller.rb
    "Property value was successfully created.": "Der Eigenschaftswert wurde erfolgreich erstellt."

    # app/controllers/admin/ticket_property_values_controller.rb
    "Property value was successfully deleted.": "Der Eigenschaftswert wurde erfolgreich gelöscht."

    # app/controllers/admin/ticket_property_values_controller.rb
    "Property value was successfully updated.": "Der Eigenschaftswert wurde erfolgreich aktualisiert."

    # app/views/admin/ticket_property_values/index.html.erb
    "Property values": "Eigenschaftswerte"

    # app/models/user.rb
    "Public user cannot be deleted.": "Öffentlicher Benutzer kann nicht gelöscht werden."

    # app/models/user.rb
    "Public user cannot be modified.": "Öffentlicher Benutzer kann nicht modifiziert werden."

    # app/helpers/changesets_helper.rb
    "Quick Diff": "Änderungen"

    # app/views/rss/index.html.erb
    "RSS": "RSS"

    # app/helpers/browse_helper.rb
    "Raw": "Original"

    # Unknown
    "Really delete this milestone record?": "Diesen Meilenstein wirklich löschen?"

    # Unknown
    "Really delete this {{record}}?": "{{record}} wirklich löschen?"

    # Unknown
    "Really delete ticket change?": "Diese Änderung des Tickets wirklich löschen?"

    # Unknown
    "Really delete ticket?": "Soll das Ticket wirklich gelöscht werden?"

    # app/helpers/format_helper.rb
    "Reference": "Referenz"

    # vendor/plugins/wiki_engine/lib/wiki_engine/engines.rb
    "References": "Verweise"

    # app/helpers/navigation_helper.rb
    # app/views/accounts/new.html.erb
    # app/views/sessions/new.html.erb
    "Register": "Registrieren"

    # app/views/accounts/show.html.erb
    "Remember to update your RSS subscriptions afterwards.": "Vegessen Sie nicht Ihren RSS-Feed anschließend zu erneuern."

    # app/helpers/ticket_filter_helper.rb
    "Remove filter": "Filter aufheben"

    # app/views/accounts/show.html.erb
    "Renew my private key": "Meinen privaten Schlüssel aktualisieren"

    # app/controllers/ticket_reports_controller.rb
    "Report was successfully created.": "Der Report wurde erfolgreich erstellt."

    # app/controllers/ticket_reports_controller.rb
    "Report was successfully deleted.": "Der Report wurde erfolgreich gelöscht."

    # Unknown
    "Report was successfully updated.": "Der Report wurde erfolgreich aktualisiert."

    # app/models/ticket_filter/custom/my_tickets.rb
    "Reported by me": "Von mir eingebrachte"

    # app/views/notifications/ticket_creation_note.html.erb
    # app/views/notifications/ticket_update_note.html.erb
    "Reported by {{author}} - {{time}}": "Gemeldet von {{author}} - {{time}}"

    # app/core_info.rb
    # app/views/tickets/_reports.html.erb
    "Reports": "Reporte"

    # app/views/admin/dashboard/index.html.erb
    # app/views/admin/repositories/_header.html.erb
    # app/views/admin/repositories/index.html.erb
    "Repositories": "Repositories"

    # app/views/admin/projects/_form.html.erb
    # app/views/admin/repositories/index.html.erb
    "Repository": "Repository"

    # app/views/browse/repository_unavailable.html.erb
    "Repository Unavailable": "Repository nicht verfügbar"

    # app/views/admin/projects/_form.html.erb
    "Repository path": "Pfad zum Repository"

    # app/controllers/admin/repositories_controller.rb
    "Repository was successfully created.": "Repository wurde erfolgreich erstellt."

    # app/controllers/admin/repositories_controller.rb
    "Repository was successfully deleted.": "Repository wurde erfolgreich gelöscht."

    # app/controllers/admin/repositories_controller.rb
    "Repository was successfully updated.": "Repository wurde erfolgreich aktualisiert."

    # app/models/status.rb
    "Resolved": "Gelöst"

    # app/views/admin/dashboard/index.html.erb
    "Retrospectiva administration": "Retrospectiva - Administration"

    # app/views/browse/_node_info.html.erb
    # app/views/browse/revisions.html.erb
    "Revision": "Revision"

    # app/controllers/browse_controller.rb
    "Revision {{revision}} seems not to be valid, showing revision {{latest}}.": "Die Revision {{revision}} ist ungültig. Es wird die Revision {{latest}} angezeigt."

    # app/helpers/browse_helper.rb
    "Revisions": "Revisionen"

    # app/views/admin/users/_form.html.erb
    "SCM name": "SCM-Name"

    # app/helpers/application_helper.rb
    "Save": "Speichern"

    # app/views/admin/setup/_section.html.erb
    # app/views/admin/tasks/index.html.erb
    "Save all": "Alle speichern"

    # app/views/ticket_reports/_new.html.erb
    # app/views/tickets/index.html.erb
    "Save as Report": "Als Bericht speichern"

    # app/helpers/application_helper.rb
    "Saving...": "Wird gespeichert..."

    # app/controllers/search_controller.rb
    # app/core_info.rb
    # app/helpers/navigation_helper.rb
    # app/views/admin/users/index.html.erb
    # app/views/search/index.html.erb
    # app/views/tickets/index.html.erb
    "Search": "Suche"

    # app/views/tickets/_navigation.html.erb
    "See last change": "Letzte Änderung"

    # app/helpers/ticket_filter_helper.rb
    "Select filter": "Filter auswählen"

    # app/views/accounts/forgot_password.html.erb
    "Send": "Senden"

    # app/controllers/admin/setup_controller.rb
    "Settings were successfully saved.": "Die Einstellungen wurden erfolgreich gespeichert."

    # app/views/admin/dashboard/index.html.erb
    # app/views/admin/setup/index.html.erb
    "Setup": "Konfiguration"

    # app/controllers/accounts_controller.rb
    "Shortly you will receive an email with instructions on how to reset your password.": "Sie werden in Kürze eine E-Mail mit Instruktionen zum zurücksetzen des Passworts erhalten."

    # app/helpers/changesets_helper.rb
    "Show Quick Diffs": "Änderungen einblenden"

    # app/views/milestones/index.html.erb
    "Show already completed milestones": "Bereits abgeschlossene Meilensteine anzeigen"

    # app/helpers/navigation_helper.rb
    "Show changeset {{revision}}": "Changeset {{revision}} anzeigen"

    # app/views/browse/_node_info.html.erb
    "Show latest": "Aktuelle anzeigen"

    # app/views/tickets/index.html.erb
    "Show report": "Report anzeigen"

    # app/views/browse/index.html.erb
    "Size": "Größe"

    # app/views/admin/tasks/_task.html.erb
    "Started": "Gestartet"

    # app/views/milestones/_form.html.erb
    "Started on": "Begonnen am"

    # app/models/ticket_filter/collection.rb
    # app/views/admin/ticket_property_values/_status_form.html.erb
    "State": "Zustand"

    # app/views/admin/ticket_property_values/_status_form.html.erb
    "Statement": "Aussage"

    # app/helpers/tickets_helper.rb
    # app/models/status.rb
    # app/models/ticket_change.rb
    # app/models/ticket_filter/collection.rb
    # app/views/admin/tasks/index.html.erb
    # app/views/admin/ticket_properties/index.html.erb
    # app/views/tickets/form/_ticket_options.html.erb
    # app/views/tickets/index.html.erb
    "Status": "Status"

    # app/views/tickets/_navigation.html.erb
    "Stop watching this ticket": "Ticket-Beobachtung beenden."

    # app/controllers/admin/repositories_controller.rb
    "Success! Path contains a valid repository (latest revision: {{latest}}).": "Erfolgreich! Der Pfad repräsentiert ein gültiges Repository (letzte Revision: {{latest}})."

    # app/controllers/admin/projects_controller.rb
    "Success! Path is a directory in this repository.": "Treffer! Pfad ist ein Verzeichnis in diesem Repository."

    # app/views/tickets/form/_summary_and_description.html.erb
    # app/views/tickets/index.html.erb
    "Summary": "Zusammenfassung"

    # app/views/admin/repositories/_form.html.erb
    "Sync callback": "Synchronisationsbefehl"

    # vendor/plugins/wiki_engine/lib/wiki_engine/engines.rb
    "Tables": "Tabellen"

    # app/views/admin/tasks/index.html.erb
    "Task": "Prozess"

    # app/controllers/admin/tasks_controller.rb
    "Task configuration was successfully updated.": "Prozess-Konfiguration wurde erfolgreich aktualisiert."

    # app/views/admin/dashboard/index.html.erb
    # app/views/admin/tasks/index.html.erb
    "Tasks": "Prozesse"

    # app/helpers/browse_helper.rb
    "Text": "Text"

    # app/controllers/accounts_controller.rb
    "Thank you.": "Vielen Dank."

    # Missing
    # app/views/rescue/422.html.erb
    "The change you wanted was rejected.": 

    # Missing
    # app/views/rescue/404.html.erb
    "The page you were looking for doesn't exist.": 

    # app/views/browse/repository_unavailable.html.erb
    "The repository is currently unavailable, please try it again later.": "Das Repository ist derzeit nicht verfügbar, bitte versuchen Sie es später noch einmal."

    # app/helpers/admin/ticket_property_values_helper.rb
    "They will be set back to the default value.": "Sie werden auf den Standardwert zurückgesetzt."

    # app/views/admin/users/edit.html.erb
    "This setting only applies if you enable the 'Activate' checkbox": "Diese Einstellung is nur relevant wenn Sie auch 'Aktivieren' Feld ausgewählt haben"

    # app/views/tickets/show.html.erb
    "Ticket": "Ticket"

    # app/controllers/tickets_controller.rb
    "Ticket change was successfully deleted.": "Ticketänderung wurde erfolgreich gelöscht."

    # app/views/admin/projects/_project.html.erb
    # app/views/admin/ticket_properties/index.html.erb
    # app/views/admin/ticket_property_values/edit.html.erb
    # app/views/admin/ticket_property_values/index.html.erb
    # app/views/admin/ticket_property_values/new.html.erb
    "Ticket properties": "Ticketeigenschaften"

    # app/controllers/admin/ticket_properties_controller.rb
    "Ticket property was successfully created.": "Ticketeigenschaft wurde erfolgreich angelegt."

    # app/controllers/admin/ticket_properties_controller.rb
    "Ticket property was successfully deleted.": "Ticketeigenschaft wurde erfolgreich gelöscht."

    # app/controllers/admin/ticket_properties_controller.rb
    "Ticket property was successfully updated.": "Ticketeigenschaft wurde erfolgreich aktualisiert."

    # app/controllers/tickets_controller.rb
    "Ticket was successfully created.": "Das Ticket wurde erfolgreich erstellt."

    # app/controllers/tickets_controller.rb
    "Ticket was successfully deleted.": "Das Ticket wurde erfolgreich gelöscht."

    # app/controllers/tickets_controller.rb
    "Ticket was successfully updated.": "Das Ticket wurde erfolgreich aktualisiert."

    # app/controllers/tickets_controller.rb
    # app/core_info.rb
    # app/models/ticket.rb
    # app/views/milestones/_milestone.html.erb
    # app/views/tickets/index.html.erb
    "Tickets": "Tickets"

    # app/models/ticket.rb
    "Tickets for {{project}}": "Tickets für {{project}}"

    # app/views/admin/users/_core.html.erb
    # app/views/admin/users/index.html.erb
    "Time zone": "Zeitzone"

    # app/views/notifications/account_activation_note.html.erb
    "To access the login page click this link": "Um auf die Login-Seite zuzugreifen, klicken sie auf folgenden Link."

    # app/views/notifications/ticket_creation_note.html.erb
    # app/views/notifications/ticket_update_note.html.erb
    "To access the ticket click this link": "Um auf das Ticket zuzugreifen, klicken sie auf folgenden Link"

    # app/views/notifications/password_reset_instructions.html.erb
    "To access your account, click the link below": "Um auf Ihr Konto zuzugreifen, klicken Sie bitte auf unten stehenden Link."

    # app/views/notifications/account_validation.html.erb
    "To complete the registration process you need to verify your email address. To make up this process you have two options": "Um die Registrierung abzuschließen, muss Ihre E-Mail-Adresse verifiziert werden. Sie haben dafür zwei Möglichkeiten"

    # app/helpers/admin/setup_helper.rb
    "Toggle description for setting '{{name}}'": "'{{name}}'-Beschreibung anzeigen"

    # app/views/browse/diff.html.erb
    "Unable to display the changes (DIFF) between revision '{{source}}' and '{{target}}' for the selected file.": "Änderungen zwischen Revision '{{source}}' und '{{target}}' für die ausgewählte Datei konnten nicht angezeigt werden."

    # app/controllers/browse_controller.rb
    "Unable to find revision {{revision}} for '{{path}}', showing revision {{latest}}.": "Revision {{revision}} für '{{path}}' konnte nicht gefunden werden, zeige Revision {{latest}}."

    # app/views/tickets/_ticket_info.html.erb
    "Unassigned": "Nicht vergeben"

    # app/views/browse/show_file.html.erb
    "Unknown File Type": "Unbekannter Dateityp"

    # app/core_info.rb
    # app/views/accounts/show.html.erb
    # app/views/admin/shared/_edit_form.html.erb
    # app/views/admin/ticket_property_values/edit.html.erb
    # app/views/admin/users/edit.html.erb
    # app/views/milestones/edit.html.erb
    # app/views/tickets/_update_form.html.erb
    "Update": "Bearbeiten"

    # app/helpers/changesets_helper.rb
    "Updated": "Aktualisiert"

    # vendor/plugins/has_attachment/lib/attachment.rb
    "Upload is not permitted": "Datei-Upload ist nicht gestattet"

    # app/views/admin/users/index.html.erb
    "User": "Benutzer"

    # app/controllers/admin/users_controller.rb
    "User account was activated.": "Das Benutzerkonto wurde aktiviert."

    # app/controllers/accounts_controller.rb
    "User account was successfully activated. You can now login.": "Das Benutzerkonto ist erfolgreich aktiviert worden. Sie können sich nun anmelden."

    # app/controllers/accounts_controller.rb
    "User account was successfully created.": "Das Benutzerkonto wurde erfolgreich erstellt."

    # app/controllers/accounts_controller.rb
    "User account was successfully updated.": "Das Benutzerkonto wurde erfolgreich aktualisiert."

    # app/controllers/admin/users_controller.rb
    "User could not be deleted. Following error(s) occurred": "Benutzer kann nicht gelöscht werden. Die folgenden Fehler sind aufgetreten"

    # app/controllers/admin/users_controller.rb
    "User was successfully created.": "Der Benutzer wurde erfolgreich erstellt."

    # app/controllers/admin/users_controller.rb
    "User was successfully deleted.": "Der Benutzer wurde erfolgreich gelöscht."

    # app/controllers/admin/users_controller.rb
    "User was successfully updated.": "Der Benutzer wurde erfolgreich aktualisiert."

    # app/views/accounts/activate.html.erb
    # app/views/admin/users/_core.html.erb
    # app/views/admin/users/edit.html.erb
    # app/views/notifications/account_activation_note.html.erb
    # app/views/notifications/account_validation.html.erb
    "Username": "Benutzername"

    # app/views/accounts/forgot_password.html.erb
    # app/views/sessions/new.html.erb
    "Username or Email": "Benutzername oder E-Mail"

    # app/views/admin/dashboard/index.html.erb
    # app/views/admin/users/_header.html.erb
    # app/views/admin/users/index.html.erb
    "Users": "Benutzer"

    # app/core_info.rb
    # app/views/admin/ticket_properties/_ticket_property.html.erb
    # app/views/admin/ticket_properties/index.html.erb
    "View": "Anzeigen"

    # app/views/browse/diff.html.erb
    "View changes": "Änderungen anzeigen"

    # app/helpers/admin/ticket_property_values_helper.rb
    "WARNING: There are currently {{count}} tickets assigned with this property.": "WARNUNG: Es existieren {{count}} Tickets mit dieser Eigenschaft."

    # app/core_info.rb
    # app/views/tickets/form/_attachment_and_watch_status.html.erb
    "Watch": "Beobachten"

    # app/views/tickets/_navigation.html.erb
    # app/views/tickets/form/_attachment_and_watch_status.html.erb
    "Watch this ticket": "Dieses Ticket beobachten"

    # app/models/ticket_filter/custom/my_tickets.rb
    "Watched by me": "Von mir beobachtet"

    # Missing
    # app/views/rescue/500.html.erb
    "We're sorry, but something went wrong.": 

    # Missing
    # app/views/rescue/500.html.erb
    "We've been notified about this issue and we'll take a look at it shortly.": 

    # app/views/tickets/index.html.erb
    "Week": "Woche"

    # lib/time_interval.rb
    "Weeks": "Wochen"

    # Unknown
    "Within the last": "In den letzen"

    # app/helpers/admin/setup_helper.rb
    # app/helpers/format_helper.rb
    "Yes": "Ja"

    # app/views/sessions/logged_in.html.erb
    "You are logged in to the system.": "Sie sind am System angemeldet."

    # app/controllers/accounts_controller.rb
    "You are not allowed to login until your account has been activated by the administrator.": "Sie können sich leider nicht anmelden, bis ein Administrator Ihr Konto aktiviert hat."

    # app/views/rescue/403.html.erb
    "You are not permitted to view this page.": "Sie sind nicht berechtigt diese Seite zu sehen."

    # app/views/sessions/destroy.html.erb
    "You are now logged out of the system.": "Sie sind nun abgemeldet."

    # app/controllers/tickets_controller.rb
    "You are now watching this ticket.": "Dieses Ticket wird nun von Ihnen beobachtet."

    # app/views/notifications/account_activation_note.html.erb
    "You are receiving this message because the user account you have applied for at {{site}} has been activated.": "Sie bekommen diese Nachricht, weil Ihr Benutzerkonto bei {{site}} aktiviert wurde."

    # app/views/notifications/ticket_creation_note.html.erb
    "You are receiving this message because you are subscribed to receive notifications about": "Sie bekommen diese Nachricht, da Sie Benachrichtigungen aktiviert haben für"

    # app/views/notifications/account_validation.html.erb
    "You are receiving this message because you have applied for an user account at {{site}}.": "Sie bekommen diese Nachricht, da Sie ein Benutzerkonto bei {{site}} eröffnen wollten."

    # app/views/notifications/ticket_update_note.html.erb
    "You are receiving this message because you have subscribed to receive notification about changes of": "Sie bekommen diese Nachricht, weil Benachrichtigungen aktiviert sind für"

    # app/views/notifications/password_reset_instructions.html.erb
    "You are receiving this message because you have used the '{{forgot_password}}' feature at {{site}}.": "Sie bekommen diese Nachricht, weil Sie die '{{forget_password}}' Funktion auf {{site}} benutzt haben."

    # app/helpers/tickets_helper.rb
    "You are watching this ticket": "Dieses Ticket wird von Ihnen beobachtet."

    # app/views/admin/ticket_property_values/index.html.erb
    "You can sort the items by dragging them and dropping them into the right position.": "Sie können die Punkte per Drag-and-Drop in die richtige Position ziehen."

    # app/models/user.rb
    "You cannot delete your own account.": "Sie können Ihr eigenes Konto nicht löschen."

    # Missing
    # app/views/rescue/404.html.erb
    "You may have mistyped the address or the page may have moved.": 

    # app/controllers/accounts_controller.rb
    "You need to activate your account within the next {{count}} hours to be able to login.": "Sie müssen Ihr Benutzerkonto innerhalb der nächsten {{count}} Stunde(n) aktivieren, um sich anmelden zu können."

    # app/controllers/tickets_controller.rb
    "You stopped watching this ticket.": "Sie beobachten dieses Ticket nicht mehr."

    # app/views/notifications/password_reset_instructions.html.erb
    "You will be directed to the '{{my_account}}' screen where you will have the option to change your current password.": "Sie werden zum {{my_account}} Bildschirm weitergeleitet, wo Sie ihr Passwort ändern können."

    # app/views/admin/projects/_project.html.erb
    "You will lose all related data as well!": "Alle verwandten Daten gehen verloren!"

    # app/views/notifications/account_activation_note.html.erb
    # app/views/notifications/account_validation.html.erb
    "Your registration details": "Ihre Registrierungsdaten"

    # app/views/search/index.html.erb
    "Your search for '{{term}}' did not match any results.": "Ihre Suche nach {{term}} ergab leider keine Treffer."

    # app/views/tickets/_change.html.erb
    # app/views/tickets/_ticket_intro.html.erb
    "added": "hinzugefügt"

    # app/helpers/tickets_helper.rb
    "changed from {{old_value}} to {{new_value}}": "geändert von {{old_value}} nach {{new_value}}"

    # app/views/milestones/_milestone.html.erb
    "completed": "abgeschlossen"

    # app/helpers/changesets_helper.rb
    "copied from {{path}}": "kopiert von {{path}}"

    # app/helpers/format_helper.rb
    "in {{period}}": "in {{period}}"

    # app/views/tickets/form/_attachment_and_watch_status.html.erb
    "max.": "max."

    # app/helpers/changesets_helper.rb
    "moved from {{path}}": "verschoben aus {{path}}"

    # Unknown
    "priority record": "Priorität"

    # app/helpers/tickets_helper.rb
    "reset (from {{value}})": "zurückgesetzt (von {{value}})"

    # app/helpers/tickets_helper.rb
    "set to {{value}}": "auf {{value}} gesetzt"

    # Unknown
    "status record": "Status"

    # app/views/browse/_node.html.erb
    "{{count}} file(s)": "{{count}} Datei(en)"

    # app/helpers/format_helper.rb
    "{{period}} ago": "vor {{period}}"

    # app/controllers/admin/ticket_property_values_controller.rb
    "{{record}} was successfully created.": "{{record}} wurde erfolgreich angelegt."