Skip to content

Commit 6b83317

Browse files
committed
Fix translations
1 parent 1df8ad9 commit 6b83317

File tree

13 files changed

+25
-0
lines changed

13 files changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ You now need the latest version of your Linux distribution or at least Windows 1
77
## Changes compared to v1.2.0.5510
88

99
- I forgot to actually assign the second ISO stuff. Now I realised and fixed it.
10+
- The translations are now more complete too.
1011

1112
# EmuGUI v1.2.0.5510 "Garuka Pula" (based on v1.2.0.5509_rc2)
1213

translations/be.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,11 @@ def translateStartVmBE(window, vmname):
404404

405405
window.pushButton.setText("Агляд") # Browse
406406
window.pushButton_2.setText("Агляд") # Browse
407+
window.pushButton_6.setText("Агляд") # Browse
407408
window.pushButton_5.setText("Усталяваць у сістэму") # Set to system
408409
window.pushButton_3.setText("Запусціць віртуальную машыну") # Start VM
409410
window.pushButton_4.setText("Адмена") # Cancel
411+
window.checkBox.setText("Use RTC option") # Use RTC option
410412

411413
# Combo box for boot
412414
i = 0

translations/cz.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,11 @@ def translateStartVmCZ(window, vmname):
404404

405405
window.pushButton.setText("Hledat") # Browse
406406
window.pushButton_2.setText("Hledat") # Browse
407+
window.pushButton_6.setText("Hledat") # Browse
407408
window.pushButton_5.setText("Nastavit do systém") # Set to system
408409
window.pushButton_3.setText("Spustit virtuální počítač") # Start VM
409410
window.pushButton_4.setText("Zrušit") # Cancel
411+
window.checkBox.setText("Use RTC option") # Use RTC option
410412

411413
# Combo box for boot
412414
i = 0

translations/de.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,11 @@ def translateStartVmDE(window, vmname):
403403

404404
window.pushButton.setText("Durchsuchen") # Browse
405405
window.pushButton_2.setText("Durchsuchen") # Browse
406+
window.pushButton_6.setText("Durchsuchen") # Browse
406407
window.pushButton_5.setText("Auf Systemzeit setzen") # Set to system
407408
window.pushButton_3.setText("VM starten") # Start VM
408409
window.pushButton_4.setText("Abbrechen") # Cancel
410+
window.checkBox.setText("RTC-Option nutzen") # Use RTC option
409411

410412
# Combo box for boot
411413
i = 0

translations/en.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,11 @@ def translateStartVmEN(window, vmname):
403403

404404
window.pushButton.setText("Browse") # Browse
405405
window.pushButton_2.setText("Browse") # Browse
406+
window.pushButton_6.setText("Browse") # Browse
406407
window.pushButton_5.setText("Set to system") # Set to system
407408
window.pushButton_3.setText("Start VM") # Start VM
408409
window.pushButton_4.setText("Cancel") # Cancel
410+
window.checkBox.setText("Use RTC option") # Use RTC option
409411

410412
# Combo box for boot
411413
i = 0

translations/es.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,11 @@ def translateStartVmES(window, vmname):
403403

404404
window.pushButton.setText("Buscar") # Browse
405405
window.pushButton_2.setText("Buscar") # Browse
406+
window.pushButton_6.setText("Buscar") # Browse
406407
window.pushButton_5.setText("Establecer en el sistema") # Set to system
407408
window.pushButton_3.setText("Iniciar máquina virtual") # Start VM
408409
window.pushButton_4.setText("Cancelar") # Cancel
410+
window.checkBox.setText("Use RTC option") # Use RTC option
409411

410412
# Combo box for boot
411413
i = 0

translations/fr.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,11 @@ def translateStartVmFR(window, vmname):
402402

403403
window.pushButton.setText("Naviguer") # Browse
404404
window.pushButton_2.setText("Naviguer") # Browse
405+
window.pushButton_6.setText("Naviguer") # Browse
405406
window.pushButton_5.setText("Set to system") # Set to system
406407
window.pushButton_3.setText("Start VM") # Start VM
407408
window.pushButton_4.setText("Annuler") # Cancel
409+
window.checkBox.setText("Use RTC option") # Use RTC option
408410

409411
# Combo box for boot
410412
i = 0

translations/it.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,11 @@ def translateStartVmIT(window, vmname):
421421

422422
window.pushButton.setText("Sfoglia") # Browse
423423
window.pushButton_2.setText("Sfoglia") # Browse
424+
window.pushButton_6.setText("Sfoglia") # Browse
424425
window.pushButton_5.setText("Imposta il sistema a") # Set to system
425426
window.pushButton_3.setText("Avvia VM") # Start VM
426427
window.pushButton_4.setText("Annulla") # Cancel
428+
window.checkBox.setText("Use RTC option") # Use RTC option
427429

428430
# Combo box for boot
429431
i = 0

translations/pl.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,11 @@ def translateStartVmPL(window, vmname):
403403

404404
window.pushButton.setText("Przeglądaj") # Browse
405405
window.pushButton_2.setText("Przeglądaj") # Browse
406+
window.pushButton_6.setText("Przeglądaj") # Browse
406407
window.pushButton_5.setText("Ustaw na system") # Set to system
407408
window.pushButton_3.setText("Włącz maszyne wirtualną") # Start VM
408409
window.pushButton_4.setText("Anuluj") # Cancel
410+
window.checkBox.setText("Use RTC option") # Use RTC option
409411

410412
# Combo box for boot
411413
i = 0

translations/pt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,11 @@ def translateStartVmPT(window, vmname):
403403

404404
window.pushButton.setText("Procurar") # Browse
405405
window.pushButton_2.setText("Procurar") # Browse
406+
window.pushButton_6.setText("Procurar") # Browse
406407
window.pushButton_5.setText("Deixar para o Sistema") # Set to system
407408
window.pushButton_3.setText("Iniciar Máquina Virtual") # Start VM
408409
window.pushButton_4.setText("Cancelar") # Cancel
410+
window.checkBox.setText("Use RTC option") # Use RTC option
409411

410412
# Combo box for boot
411413
i = 0

0 commit comments

Comments
 (0)