diff options
Diffstat (limited to 'macosx/de.lproj/ExceptionAlert.strings')
-rw-r--r-- | macosx/de.lproj/ExceptionAlert.strings | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/macosx/de.lproj/ExceptionAlert.strings b/macosx/de.lproj/ExceptionAlert.strings new file mode 100644 index 000000000..48f03b9d3 --- /dev/null +++ b/macosx/de.lproj/ExceptionAlert.strings @@ -0,0 +1,15 @@ +/* Class = "NSWindow"; title = "Internal Error"; ObjectID = "1"; */ +"1.title" = "Interner Fehler"; + +/* Class = "NSTextFieldCell"; title = "An internal error has occurred. You can choose to continue in an unstable state, or crash."; ObjectID = "10"; */ +"10.title" = "Ein interner Fehler ist aufgetreten. Soll in einem instabilen Modus fortgefahren werden oder soll das Programm abstürzen?"; + +/* Class = "NSTextFieldCell"; title = "Reason contents go here."; ObjectID = "12"; */ +"12.title" = "Der Grund folgt hier."; + +/* Class = "NSButtonCell"; title = "Crash"; ObjectID = "14"; */ +"14.title" = "Abstürzen"; + +/* Class = "NSButtonCell"; title = "Continue"; ObjectID = "16"; */ +"16.title" = "Fortfahren"; + |