Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
535f7b44 by Daniel Brötzmann at 2023-03-02T09:21:55+00:00
imprv: Windows installer: Add Polish language
- - - - -


2 changed files:

- win/misc/gajim-portable.nsi
- win/misc/gajim.nsi


Changes:

=====================================
win/misc/gajim-portable.nsi
=====================================
@@ -1,4 +1,4 @@
-; File encoding 'UTF-8 with BOM'
+; File encoding 'UTF-8 with BOM'
 
 Unicode true
 !include "MUI2.nsh"
@@ -40,6 +40,7 @@ BrandingText "Gajim Setup"
 !define MUI_LANGDLL_ALLLANGUAGES
 
 !insertmacro MUI_LANGUAGE "English"
+!insertmacro MUI_LANGUAGE "Polish"
 !insertmacro MUI_LANGUAGE "French"
 !insertmacro MUI_LANGUAGE "German"
 !insertmacro MUI_LANGUAGE "Italian"
@@ -51,6 +52,10 @@ BrandingText "Gajim Setup"
 LangString DESC_SecGajim ${LANG_ENGLISH} "Installs the main Gajim files."
 LangString INST_NotEmpty ${LANG_ENGLISH} "It looks like you already installed 
Gajim in this directory. A cleanup is necessary before installing. Your user 
data will not be touched. Cleanup now?"
 
+; Polish
+LangString DESC_SecGajim ${LANG_POLISH} "Rozpakuj główne pliki Gajim."
+LangString INST_NotEmpty ${LANG_POLISH} "Wskazany katalog zawiera już pliki 
Gajim. Wymagane jest ich usunięcie. Dane osobiste nie zostaną skasowane. Czy 
Chcesz kontynuować ?"
+
 ; French
 LangString DESC_SecGajim ${LANG_FRENCH} "Installer les fichiers principaux de 
Gajim."
 LangString INST_NotEmpty ${LANG_FRENCH} "It looks like you already installed 
Gajim in this directory. A cleanup is necessary before installing. Your user 
data will not be touched. Cleanup now?"


=====================================
win/misc/gajim.nsi
=====================================
@@ -1,4 +1,4 @@
-; File encoding 'UTF-8 with BOM'
+; File encoding 'UTF-8 with BOM'
 
 Unicode true
 !include "MUI2.nsh"
@@ -47,6 +47,7 @@ Var StartMenuFolder
 !define MUI_LANGDLL_ALLLANGUAGES
 
 !insertmacro MUI_LANGUAGE "English"
+!insertmacro MUI_LANGUAGE "Polish"
 !insertmacro MUI_LANGUAGE "French"
 !insertmacro MUI_LANGUAGE "German"
 !insertmacro MUI_LANGUAGE "Italian"
@@ -63,6 +64,15 @@ LangString DESC_SecDesktopIcon ${LANG_ENGLISH} "Creates a 
shortcut for Gajim on
 LangString DESC_SecAutostart ${LANG_ENGLISH} "Starts Gajim automatically when 
starting Windows."
 LangString DESC_SecURI ${LANG_ENGLISH} "Enables Gajim to open xmpp links (e.g. 
a group chat linked on a website)."
 
+; Polish
+LangString NAME_SecDesktopIcon ${LANG_POLISH} "Utwórz ikonę na Pulpicie"
+LangString NAME_SecAutostart ${LANG_POLISH} "Uruchamiaj Gajim podczas 
uruchamiania systemu Windows"
+LangString NAME_SecURI ${LANG_POLISH} "Otwieraj linki XMPP przy pomocy Gajim"
+LangString DESC_SecGajim ${LANG_POLISH} "Zainstaluj główne pliki Gajim"
+LangString DESC_SecDesktopIcon ${LANG_POLISH} "Tworzy skrót do programu Gajim 
na pulpicie."
+LangString DESC_SecAutostart ${LANG_POLISH} "Pozwala na uruchamianie programu 
Gajim podczas wczytywania systemu Windows."
+LangString DESC_SecURI ${LANG_POLISH} "Pozwala Gajim otwierać odnośniki XMPP 
(np. czaty grupowe na stronach www)."
+
 ; French
 LangString NAME_SecDesktopIcon ${LANG_FRENCH} "Créer une icône sur le bureau"
 LangString NAME_SecAutostart ${LANG_FRENCH} "Lancer Gajim au démarrage de 
Windows"



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/535f7b44c5f694f34080a72fc065228e75ddb3b6

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/535f7b44c5f694f34080a72fc065228e75ddb3b6
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to