Skip to content

Commit 40c44cc

Browse files
committed
Translating VHD exists into German
1 parent c215dfe commit 40c44cc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Some formatting issues have been corrected.
44
- The update checker has been prepared for future development of feature updates.
55
- The pre-release mirror has been added to README.md.
6+
- Translated the VHD exists dialog into German.
67

78
# EmuGUI v0.6.5
89

translations/de.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,11 @@ def translateVmExistsDE(window):
197197
window.pushButton.setText("OK")
198198

199199
def translateVhdExistsDE(window):
200-
window.label.setText("Sorry, but the disk you want to create is already existant.")
201-
window.label_2.setText("Do you want to keep or overwrite it?")
200+
window.label.setText("Es tut mir leid, aber die Platte, die Sie erstellen wollen, existiert bereits.")
201+
window.label_2.setText("Wollen Sie dieses behalten oder überschreiben?")
202202

203-
window.pushButton.setText("Overwrite")
204-
window.pushButton_2.setText("Keep")
203+
window.pushButton.setText("Überschreiben")
204+
window.pushButton_2.setText("Behalten")
205205

206206
def translateUpdateAvailableDE(window):
207207
window.label.setText(

0 commit comments

Comments
 (0)