Skip to content

Commit 44b3fc8

Browse files
committed
Make Polish translation more Polish
1 parent 5e2f5b7 commit 44b3fc8

File tree

3 files changed

+22
-12
lines changed

3 files changed

+22
-12
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# EmuGUI v1.2.1.5511 "Garuka Pula" (based on v1.2.1.5510)
1+
# EmuGUI v1.2.2.5512 "Garuka Pula" (based on v1.2.1.5511)
2+
3+
## WARNING
4+
5+
You now need the latest version of your Linux distribution or at least Windows 10 to get official support for this pre-release.
6+
7+
## Changes compared to v1.2.0.5510
8+
9+
- The Polish translation has been worked on by Calibrato.
10+
11+
# EmuGUI v1.2.1.5511 "Garuka Pula" (based on v1.2.0.5510)
212

313
## WARNING
414

emugui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def __init__(self, parent=None):
119119
logman = errors.logman.LogMan()
120120
logman.generateLogID()
121121
logman.logFile = logman.setLogFile()
122-
self.version = "1.2.1.5511"
122+
self.version = "1.2.2.5512"
123123

124124
print(f"EmuGUI {self.version}")
125125

@@ -194,7 +194,7 @@ def __init__(self, parent=None):
194194
except:
195195
pass
196196

197-
self.versionCode = 5511
197+
self.versionCode = 5512
198198

199199
if platform.system() == "Windows":
200200
self.connection = platformSpecific.windowsSpecific.setupWindowsBackend()

translations/pl.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)