Skip to content

Commit

Permalink
Installer: Add Polish language
Browse files Browse the repository at this point in the history
  • Loading branch information
tnodir committed May 26, 2024
1 parent ed88b48 commit 6a9bbf0
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
1 change: 1 addition & 0 deletions deploy/FortFirewall.iss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Name: "de"; MessagesFile: "compiler:Languages\German.isl,{#LANG_CUSTOM}\German.i
Name: "fr"; MessagesFile: "compiler:Languages\French.isl,{#LANG_CUSTOM}\French.isl"
Name: "it"; MessagesFile: "compiler:Languages\Italian.isl,{#LANG_CUSTOM}\Italian.isl"
Name: "ko"; MessagesFile: "compiler:Languages\Korean.isl,{#LANG_CUSTOM}\Korean.isl"
Name: "pl"; MessagesFile: "compiler:Languages\Polish.isl,{#LANG_CUSTOM}\Polish.isl"
Name: "pt"; MessagesFile: "compiler:Languages\Portuguese.isl,{#LANG_CUSTOM}\Portuguese.isl"
Name: "pt_BR"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl,{#LANG_CUSTOM}\BrazilianPortuguese.isl"
Name: "ru"; MessagesFile: "compiler:Languages\Russian.isl,{#LANG_CUSTOM}\Russian.isl"
Expand Down
20 changes: 20 additions & 0 deletions deploy/languages/custom/Polish.isl
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[LangOptions]
LanguageName=Polski
LanguageID=$0415
LanguageCodePage=1250

[CustomMessages]

; *** Fort Firewall messages
WindowsExplorerIntegration=Integracja z Eksploratorem Windows
WindowsService=Usługa systemu Windows
Portable=Wersja przenośna
UninstallPassword=Hasło odinstalowania
UninstallPasswordOK=OK
UninstallPasswordCancel=Anuluj
WrongPassword=Nieprawidłowe hasło
NotCompatibleWithWindows=Ten program nie jest zgodny z wersją systemu Windows (wymagany Windows 10 1809 lub nowszy).
NotCompatibleWithWindows7=Ten program nie jest zgodny z wersją Windows 7 (wymagane KB4474419).
NotCompatibleWithHVCI=Ten program nie jest kompatybilny z HVCI (izolacja rdzenia).
InstallVCRedist=Zainstaluj najnowszą dystrybucyjną wersję Visual C++!
IsDeleteData=Usunąć pliki konfiguracyjne i dane?
2 changes: 1 addition & 1 deletion src/scripts/i18n/release_ts.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

cd ..\..\ui

for %%L in (ar,de,fr,it,ko,pt_BR,ru,sl,zh_CN,pl) do (
for %%L in (ar,de,fr,it,ko,pl,pt_BR,ru,sl,zh_CN) do (
%QT_HOME%\bin\lrelease -removeidentical i18n\i18n_%%L.ts i18n\qt\qtbase_%%L.ts -qm i18n\i18n_%%L.qm
)
2 changes: 1 addition & 1 deletion src/ui/i18n/i18n_pl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@
</message>
<message>
<source>Import</source>
<translation>Import</translation>
<translation>Importuj</translation>
</message>
<message>
<source>Default</source>
Expand Down

0 comments on commit 6a9bbf0

Please sign in to comment.