@@ -10,8 +10,8 @@ def translateMainPL(window):
1010 window .pushButton_9 .setText ("Włącz maszynę wirtualną" ) # Start virtual machine
1111 window .pushButton_10 .setText ("Edytuj wybraną maszynę wirtualną" ) # Edit selected virtual machine
1212 window .pushButton_11 .setText ("Usuń wybraną maszynę wirtualną" ) # Delete selected virtual machine
13- window .pushButton_22 .setText ("Export selected virtual machine " ) # Export selected virtual machine
14- window .pushButton_23 .setText ("Import virtual machine " ) # Import virtual machine
13+ window .pushButton_22 .setText ("Exportuj wybraną maszyne wirtualną " ) # Export selected virtual machine
14+ window .pushButton_23 .setText ("Importuj maszynę wirtualną " ) # Import virtual machine
1515
1616 # Settings tabs
1717 window .tabWidget_2 .setTabText (0 , "Generalne" ) # General
@@ -290,7 +290,7 @@ def translateNewVmPL(window):
290290 window .label_13 .setText ("Ścieżka VHD" ) # VHD path
291291 window .label_14 .setText ("Format pliku VHD" ) # VHD file format
292292 window .label_15 .setText ("Maksymalny rozmiar" ) # Maximum size
293- window .label_73 .setText ("HDD controller " ) # HDD controller
293+ window .label_73 .setText ("Kontroler HDD " ) # HDD controller
294294
295295 i = 0
296296
@@ -355,8 +355,8 @@ def translateNewVmPL(window):
355355
356356 # Eighth page
357357 window .label_71 .setText ("Akceleracja" ) # Acceleration
358- window .label_70 .setText ("CD controller 1" ) # CD controller 1
359- window .label_72 .setText ("CD controller 2" ) # CD controller 2
358+ window .label_70 .setText ("Kontroler CD 1" ) # CD controller 1
359+ window .label_72 .setText ("Kontroler CD 2" ) # CD controller 2
360360
361361 i = 0
362362
@@ -407,7 +407,7 @@ def translateStartVmPL(window, vmname):
407407 window .pushButton_5 .setText ("Ustaw na system" ) # Set to system
408408 window .pushButton_3 .setText ("Włącz maszyne wirtualną" ) # Start VM
409409 window .pushButton_4 .setText ("Anuluj" ) # Cancel
410- window .checkBox .setText ("Use RTC option " ) # Use RTC option
410+ window .checkBox .setText ("Użyj funkcji RTC " ) # Use RTC option
411411
412412 # Combo box for boot
413413 i = 0
@@ -617,8 +617,8 @@ def translateEditVMPL(window, vmname):
617617
618618 i += 1
619619
620- window .label_37 .setText ("CD controller 1" ) # CD controller 1
621- window .label_72 .setText ("CD controller 2" ) # CD controller 2
620+ window .label_37 .setText ("Kontroler CD 1" ) # CD controller 1
621+ window .label_72 .setText ("Kontroler CD 2" ) # CD controller 2
622622
623623 i = 0
624624
@@ -638,7 +638,7 @@ def translateEditVMPL(window, vmname):
638638
639639 i += 1
640640
641- window .label_73 .setText ("HDD controller " ) # HDD controller
641+ window .label_73 .setText ("Kontroler HDD " ) # HDD controller
642642
643643 i = 0
644644
0 commit comments