Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrudnorx <42674312+trudnorx@users.noreply.github.com>2020-04-22 15:15:13 +0300
committerRobert Adam <dev@robert-adam.de>2020-04-23 20:12:49 +0300
commit84b505cbd75c0180263b9c90c77e651dc8c78d44 (patch)
tree854ec38e7584e8820942eff790c2adb351034a18 /installer
parentc84f0a5ebf337fa28ec37475537a584ad9dfaed3 (diff)
Installer: Make creation of start menu entry optional
Diffstat (limited to 'installer')
-rw-r--r--installer/Files.wxs24
-rw-r--r--installer/Product.wxs9
-rw-r--r--installer/Settings.wxi2
-rw-r--r--installer/Translations/Czech.wxl4
-rw-r--r--installer/Translations/Danish.wxl2
-rw-r--r--installer/Translations/Dutch.wxl2
-rw-r--r--installer/Translations/English.wxl2
-rw-r--r--installer/Translations/Finnish.wxl2
-rw-r--r--installer/Translations/French.wxl2
-rw-r--r--installer/Translations/German.wxl2
-rw-r--r--installer/Translations/Greek.wxl4
-rw-r--r--installer/Translations/Italian.wxl2
-rw-r--r--installer/Translations/Japanese.wxl2
-rw-r--r--installer/Translations/Norwegian.wxl2
-rw-r--r--installer/Translations/Polish.wxl2
-rw-r--r--installer/Translations/Portuguese.wxl2
-rw-r--r--installer/Translations/Russian.wxl2
-rw-r--r--installer/Translations/SimpChinese.wxl2
-rw-r--r--installer/Translations/Spanish.wxl6
-rw-r--r--installer/Translations/Swedish.wxl2
-rw-r--r--installer/Translations/TradChinese.wxl2
-rw-r--r--installer/Translations/Turkish.wxl2
22 files changed, 73 insertions, 8 deletions
diff --git a/installer/Files.wxs b/installer/Files.wxs
index dfb1c6a72..d0d049c47 100644
--- a/installer/Files.wxs
+++ b/installer/Files.wxs
@@ -96,11 +96,18 @@
</Shortcut>
</Component>
+ <Component Id="MumbleStartMenuShortcutComponent" Guid="$(var.MumbleStartMenuShortcutGuid)" KeyPath="yes">
+ <Shortcut Id="MumbleStartMenuShortcut"
+ Directory="ApplicationProgramsFolder"
+ Name="Mumble"
+ WorkingDirectory="INSTALLDIR"
+ Target="[INSTALLDIR]mumble.exe">
+ <ShortcutProperty Key="System.AppUserModel.ID" Value="net.sourceforge.mumble.Mumble" />
+ </Shortcut>
+ </Component>
+
<Component Id="mumble.exe" Guid="$(var.MumbleExeGuid)">
<File Id="mumble.exe" Source="$(var.SourceDir)\release\mumble.exe" KeyPath="yes">
- <Shortcut Id="MumbleShortcut" Directory="ApplicationProgramsFolder" Name="Mumble" WorkingDirectory="INSTALLDIR">
- <ShortcutProperty Key="System.AppUserModel.ID" Value="net.sourceforge.mumble.Mumble" />
- </Shortcut>
</File>
<RegistryValue Root="HKCR" Key="mumble" Value="URL:Mumble" Type="string" />
@@ -118,10 +125,19 @@
Icon="murmur.ico"
IconIndex="0" />
</Component>
+
+ <Component Id="MurmurStartMenuShortcutComponent" Guid="$(var.MurmurStartMenuShortcutGuid)" KeyPath="yes">
+ <Shortcut Id="MurmurStartMenuShortcut"
+ Directory="ApplicationProgramsFolder"
+ Name="Murmur"
+ WorkingDirectory="INSTALLDIR"
+ Target="[INSTALLDIR]murmur.exe"
+ Icon="murmur.ico"
+ IconIndex="0" />
+ </Component>
<Component Id="murmur.exe">
<File Id="murmur.exe" Source="$(var.SourceDir)\release\murmur.exe" KeyPath="yes">
- <Shortcut Id="MurmurShortcut" Directory="ApplicationProgramsFolder" Name="Murmur" WorkingDirectory="INSTALLDIR" Icon="murmur.ico" IconIndex="0" />
</File>
</Component>
<Component Id="murmur.ini" NeverOverwrite="yes">
diff --git a/installer/Product.wxs b/installer/Product.wxs
index f2537c8e6..eff00b411 100644
--- a/installer/Product.wxs
+++ b/installer/Product.wxs
@@ -144,6 +144,10 @@
<Feature Id="MumbleDesktopShortcutFeature" Title="!(loc.MUMBLE_SEC_DesktopShortcut)" Description="!(loc.DESC_DesktopShortcut)" InstallDefault="followParent" AllowAdvertise="no">
<ComponentRef Id="MumbleDesktopShortcutComponent" />
</Feature>
+
+ <Feature Id="MumbleStartMenuShortcutFeature" Title="!(loc.MUMBLE_SEC_StartMenuShortcut)" Description="!(loc.DESC_StartMenuShortcut)" InstallDefault="followParent" AllowAdvertise="no">
+ <ComponentRef Id="MumbleStartMenuShortcutComponent" />
+ </Feature>
</Feature>
<Feature Id="Murmur" Title="!(loc.MUMBLE_SEC_MURMUR)" Description="!(loc.DESC_SectionMurmur)" Level="1000" ConfigurableDirectory="INSTALLDIR" Display="expand">
@@ -164,7 +168,10 @@
<Feature Id="MurmurDesktopShortcutFeature" Title="!(loc.MUMBLE_SEC_DesktopShortcut)" Description="!(loc.DESC_DesktopShortcut)" InstallDefault="followParent" AllowAdvertise="no">
<ComponentRef Id="MurmurDesktopShortcutComponent" />
</Feature>
-
+
+ <Feature Id="MurmurStartMenuShortcutFeature" Title="!(loc.MUMBLE_SEC_StartMenuShortcut)" Description="!(loc.DESC_StartMenuShortcut)" InstallDefault="followParent" AllowAdvertise="no">
+ <ComponentRef Id="MurmurStartMenuShortcutComponent" />
+ </Feature>
</Feature>
<Feature Id="Libraries" Title="Required Libraries" Display="hidden" AllowAdvertise="no" Absent="disallow" Level="1">
diff --git a/installer/Settings.wxi b/installer/Settings.wxi
index 85158c15a..918d0e3dd 100644
--- a/installer/Settings.wxi
+++ b/installer/Settings.wxi
@@ -16,7 +16,9 @@
<?define MumbleExeGuid = "A08F7909-1116-4AC8-9422-051FA1A1BE19" ?>
<?define MumbleDesktopShortcutGuid = "4448BE21-1AA1-41B8-887E-B3E07B28EFAE" ?>
+ <?define MumbleStartMenuShortcutGuid = "69AC0CC3-D47D-49FC-8C8D-2D0D368394D0" ?>
<?define MurmurDesktopShortcutGuid = "02936CED-6588-4B7E-880F-241A4CF5E7D3" ?>
+ <?define MurmurStartMenuShortcutGuid = "F6B0A628-BBD5-4D28-BA0D-BB7C74970BAD" ?>
<?define UninstallerComponentGuid = "CB81DC70-063E-48DD-94C3-593BBBAB20F4" ?>
<?define LicenseTextGuid = "87C7967B-5E4B-41DD-83F5-A9E9E8AD3B39" ?>
<?define ReadMeTextGuid = "15878902-B819-4E77-8C1D-0A915D79660B" ?>
diff --git a/installer/Translations/Czech.wxl b/installer/Translations/Czech.wxl
index 945a95f55..3afe1c385 100644
--- a/installer/Translations/Czech.wxl
+++ b/installer/Translations/Czech.wxl
@@ -34,6 +34,10 @@
<String Id="DESC_SectionBonjour">Bonjour zapne ohlášení a zpřístupění Murmur serverů na vaší LAN. Toto stáhne a spustí Bonjour instalátor.</String>
<String Id="MUMBLE_SEC_DesktopShortcut">Desktop shortcut</String>
<String Id="DESC_DesktopShortcut">Creates a shortcut on the desktop</String>
+ <String Id="MUMBLE_SEC_StartMenuShortcut">Start menu shortcut</String>
+ <String Id="DESC_StartMenuShortcut">Creates a shortcut on the start menu</String>
+
+
<!-- Uninstall sections -->
<String Id="MUMBLE_UNSEC_BASE">Mumble a Murmur</String>
diff --git a/installer/Translations/Danish.wxl b/installer/Translations/Danish.wxl
index d470ae539..40d2e35b4 100644
--- a/installer/Translations/Danish.wxl
+++ b/installer/Translations/Danish.wxl
@@ -33,6 +33,8 @@
<String Id="DESC_SectionBonjour">Bonjour annoncerer og opdager Murmur-servere på dit LAN-netværk. Dette vil downloade og køre Bonjour-installationsprogrammet.</String>
<String Id="MUMBLE_SEC_DesktopShortcut">Desktop shortcut</String>
<String Id="DESC_DesktopShortcut">Creates a shortcut on the desktop</String>
+ <String Id="MUMBLE_SEC_StartMenuShortcut">Start menu shortcut</String>
+ <String Id="DESC_StartMenuShortcut">Creates a shortcut on the start menu</String>
<!-- Uninstall sections -->
<String Id="MUMBLE_UNSEC_BASE">Mumble og Murmur</String>
diff --git a/installer/Translations/Dutch.wxl b/installer/Translations/Dutch.wxl
index 18bf9397a..646330ed7 100644
--- a/installer/Translations/Dutch.wxl
+++ b/installer/Translations/Dutch.wxl
@@ -34,6 +34,8 @@
<String Id="DESC_SectionBonjour">Bonjour ontdekt en geeft aan of er Murmur servers op uw netwerk aanwezig zijn. Dit downloadt en installeert de Bonjour installatie.</String>
<String Id="MUMBLE_SEC_DesktopShortcut">Desktop shortcut</String>
<String Id="DESC_DesktopShortcut">Creates a shortcut on the desktop</String>
+ <String Id="MUMBLE_SEC_StartMenuShortcut">Start menu shortcut</String>
+ <String Id="DESC_StartMenuShortcut">Creates a shortcut on the start menu</String>
<!-- Uninstall sections -->
<String Id="MUMBLE_UNSEC_BASE">Mumble en Murmur</String>
diff --git a/installer/Translations/English.wxl b/installer/Translations/English.wxl
index 57ffe1801..4961748be 100644
--- a/installer/Translations/English.wxl
+++ b/installer/Translations/English.wxl
@@ -34,6 +34,8 @@
<String Id="DESC_SectionBonjour">Bonjour enables announcement and discovery of Murmur servers on your LAN. This will download and run the Bonjour installer.</String>
<String Id="MUMBLE_SEC_DesktopShortcut">Desktop shortcut</String>
<String Id="DESC_DesktopShortcut">Creates a shortcut on the desktop</String>
+ <String Id="MUMBLE_SEC_StartMenuShortcut">Start menu shortcut</String>
+ <String Id="DESC_StartMenuShortcut">Creates a shortcut on the start menu</String>
<!-- Uninstall sections -->
<String Id="MUMBLE_UNSEC_BASE">Mumble and Murmur</String>
diff --git a/installer/Translations/Finnish.wxl b/installer/Translations/Finnish.wxl
index b5c366dcb..7e7a544c1 100644
--- a/installer/Translations/Finnish.wxl
+++ b/installer/Translations/Finnish.wxl
@@ -34,6 +34,8 @@
<String Id="DESC_SectionBonjour">Bonjour mahdollistaa Mumble-palvelimiesi ilmoittamisen ja löytämisen lähiverkon yli. Tämä lataa ja ajaa Bonjour-asennusohjelman.</String>
<String Id="MUMBLE_SEC_DesktopShortcut">Työpöydän pikakuvake</String>
<String Id="DESC_DesktopShortcut">Luo pikakuvakkeen työpöydälle</String>
+ <String Id="MUMBLE_SEC_StartMenuShortcut">Start menu shortcut</String>
+ <String Id="DESC_StartMenuShortcut">Creates a shortcut on the start menu</String>
<!-- Uninstall sections -->
<String Id="MUMBLE_UNSEC_BASE">Mumble ja Murmur</String>
diff --git a/installer/Translations/French.wxl b/installer/Translations/French.wxl
index d7146ce28..79bf5fe3b 100644
--- a/installer/Translations/French.wxl
+++ b/installer/Translations/French.wxl
@@ -34,6 +34,8 @@
<String Id="DESC_SectionBonjour">Bonjour permet d'annoncer et de découvrir les serveurs Murmur sur votre réseau local. Télécharge et lance le programme d'installation de Bonjour.</String>
<String Id="MUMBLE_SEC_DesktopShortcut">Desktop shortcut</String>
<String Id="DESC_DesktopShortcut">Creates a shortcut on the desktop</String>
+ <String Id="MUMBLE_SEC_StartMenuShortcut">Start menu shortcut</String>
+ <String Id="DESC_StartMenuShortcut">Creates a shortcut on the start menu</String>
<!-- Uninstall sections -->
<String Id="MUMBLE_UNSEC_BASE">Mumble et Murmur</String>
diff --git a/installer/Translations/German.wxl b/installer/Translations/German.wxl
index f814529ea..8be657ace 100644
--- a/installer/Translations/German.wxl
+++ b/installer/Translations/German.wxl
@@ -33,6 +33,8 @@
<String Id="DESC_SectionBonjour">Bonjour ermöglicht das Bekanntmachen und Finden von Murmur Servern im LAN. Diese Option lädt Bonjour herunter und startet die Installationsroutine.</String>
<String Id="MUMBLE_SEC_DesktopShortcut">Desktop shortcut</String>
<String Id="DESC_DesktopShortcut">Erzeugt einen shortcut auf dem Desktop</String>
+ <String Id="MUMBLE_SEC_StartMenuShortcut">Startmenü-Eintrag</String>
+ <String Id="DESC_StartMenuShortcut">Erzeugt einen Startmenü-Eintrag</String>
<!-- Uninstall sections -->
<String Id="MUMBLE_UNSEC_BASE">Mumble und Murmur</String>
diff --git a/installer/Translations/Greek.wxl b/installer/Translations/Greek.wxl
index 0ddd43212..c3a10a290 100644
--- a/installer/Translations/Greek.wxl
+++ b/installer/Translations/Greek.wxl
@@ -33,6 +33,8 @@
<String Id="DESC_SectionBonjour">Το Bonjour είναι για ανακοίνωση και ανίχνευση διακομιστών Murmur στο τοπικό σας δίκτυο. Αυτό θα κατεβάσει και θα τρέξει την εγκατάσταση του Bonjour.</String>
<String Id="MUMBLE_SEC_DesktopShortcut">Συντόμευση στην επιφάνεια εργασίας</String>
<String Id="DESC_DesktopShortcut">Δημιουργεί μια συντόμευση στην επιφάνεια εργασίας</String>
+ <String Id="MUMBLE_SEC_StartMenuShortcut">Start menu shortcut</String>
+ <String Id="DESC_StartMenuShortcut">Creates a shortcut on the start menu</String>
<!-- Uninstall sections -->
<String Id="MUMBLE_UNSEC_BASE">Mumble και Murmur</String>
@@ -46,4 +48,4 @@
<String Id="MUMBLE_ALREADY_INSTALLED_SUBTEXT">Επιλέξτε πώς θέλετε να εγκαταστήσετε το Mumble.</String>
<String Id="MUMBLE_UNINSTALL">Απεγκατάσταση πριν την εγκατάσταση</String>
<String Id="MUMBLE_NO_UNINSTALL">Να μην γίνει απεγκατάσταση</String>
-</WixLocalization> \ No newline at end of file
+</WixLocalization>
diff --git a/installer/Translations/Italian.wxl b/installer/Translations/Italian.wxl
index 665095c51..c9fe39e5f 100644
--- a/installer/Translations/Italian.wxl
+++ b/installer/Translations/Italian.wxl
@@ -34,6 +34,8 @@
<String Id="DESC_SectionBonjour">Bonjour abilita la possibilità di trovare un server Murmur all'interno della tua rete LAN. Questa funzione scaricherà e installerà Bonjour</String>
<String Id="MUMBLE_SEC_DesktopShortcut">Desktop shortcut</String>
<String Id="DESC_DesktopShortcut">Creates a shortcut on the desktop</String>
+ <String Id="MUMBLE_SEC_StartMenuShortcut">Start menu shortcut</String>
+ <String Id="DESC_StartMenuShortcut">Creates a shortcut on the start menu</String>
<!-- Uninstall sections -->
<String Id="MUMBLE_UNSEC_BASE">Mumble e Murmur</String>
diff --git a/installer/Translations/Japanese.wxl b/installer/Translations/Japanese.wxl
index d452dbd0b..b7ba87987 100644
--- a/installer/Translations/Japanese.wxl
+++ b/installer/Translations/Japanese.wxl
@@ -34,6 +34,8 @@
<String Id="DESC_SectionBonjour">Bonjour を使用すると LAN 上の Murmur サーバの通知と探索が可能です。これを選択すると Bonjour のインストーラがダウンロードされ実行されます。</String>
<String Id="MUMBLE_SEC_DesktopShortcut">Desktop shortcut</String>
<String Id="DESC_DesktopShortcut">Creates a shortcut on the desktop</String>
+ <String Id="MUMBLE_SEC_StartMenuShortcut">Start menu shortcut</String>
+ <String Id="DESC_StartMenuShortcut">Creates a shortcut on the start menu</String>
<!-- Uninstall sections -->
<String Id="MUMBLE_UNSEC_BASE">Mumble と Murmur</String>
diff --git a/installer/Translations/Norwegian.wxl b/installer/Translations/Norwegian.wxl
index b815f9162..f6a2e437a 100644
--- a/installer/Translations/Norwegian.wxl
+++ b/installer/Translations/Norwegian.wxl
@@ -33,6 +33,8 @@
<String Id="DESC_SectionBonjour">Bonjour annonserer og oppdater Murmur servere på ditt lokale nettverk. Dette vil laste ned og installere Bonjour.</String>
<String Id="MUMBLE_SEC_DesktopShortcut">Desktop shortcut</String>
<String Id="DESC_DesktopShortcut">Creates a shortcut on the desktop</String>
+ <String Id="MUMBLE_SEC_StartMenuShortcut">Start menu shortcut</String>
+ <String Id="DESC_StartMenuShortcut">Creates a shortcut on the start menu</String>
<!-- Uninstall sections -->
<String Id="MUMBLE_UNSEC_BASE">Mumble og Murmur</String>
diff --git a/installer/Translations/Polish.wxl b/installer/Translations/Polish.wxl
index 251adc5a2..6dd14abc7 100644
--- a/installer/Translations/Polish.wxl
+++ b/installer/Translations/Polish.wxl
@@ -35,6 +35,8 @@
<String Id="DESC_SectionBonjour">Bonjour pozwala na automatyczne rozgłaszanie i wykrywanie serwerów Murmur w sieci LAN. Zaznaczając tę opcję instalator Bonjour zostanie pobrany i uruchomiony.</String>
<String Id="MUMBLE_SEC_DesktopShortcut">Desktop shortcut</String>
<String Id="DESC_DesktopShortcut">Creates a shortcut on the desktop</String>
+ <String Id="MUMBLE_SEC_StartMenuShortcut">Start menu shortcut</String>
+ <String Id="DESC_StartMenuShortcut">Creates a shortcut on the start menu</String>
<!-- Uninstall sections -->
<String Id="MUMBLE_UNSEC_BASE">Mumble i Murmur</String>
diff --git a/installer/Translations/Portuguese.wxl b/installer/Translations/Portuguese.wxl
index 5341d1c41..df80179ec 100644
--- a/installer/Translations/Portuguese.wxl
+++ b/installer/Translations/Portuguese.wxl
@@ -33,6 +33,8 @@
<String Id="DESC_SectionBonjour">Bonjour permite anúncio e descobrimento de servidores Murmur na sua LAN. Isso baixará e executará o instalador do Bonjour.</String>
<String Id="MUMBLE_SEC_DesktopShortcut">Desktop shortcut</String>
<String Id="DESC_DesktopShortcut">Creates a shortcut on the desktop</String>
+ <String Id="MUMBLE_SEC_StartMenuShortcut">Start menu shortcut</String>
+ <String Id="DESC_StartMenuShortcut">Creates a shortcut on the start menu</String>
<!-- Uninstall sections -->
<String Id="MUMBLE_UNSEC_BASE">Mumble e Murmur</String>
diff --git a/installer/Translations/Russian.wxl b/installer/Translations/Russian.wxl
index c933ca5ab..d13f3cab9 100644
--- a/installer/Translations/Russian.wxl
+++ b/installer/Translations/Russian.wxl
@@ -33,6 +33,8 @@
<String Id="DESC_SectionBonjour">Bonjour позволяет анонсировать и находить сервера Murmur в Вашей локальной сети. Это позволит загрузить и запустить программу установки Bonjour.</String>
<String Id="MUMBLE_SEC_DesktopShortcut">Desktop shortcut</String>
<String Id="DESC_DesktopShortcut">Creates a shortcut on the desktop</String>
+ <String Id="MUMBLE_SEC_StartMenuShortcut">Start menu shortcut</String>
+ <String Id="DESC_StartMenuShortcut">Creates a shortcut on the start menu</String>
<!-- Uninstall sections -->
<String Id="MUMBLE_UNSEC_BASE">Mumble и Murmur</String>
diff --git a/installer/Translations/SimpChinese.wxl b/installer/Translations/SimpChinese.wxl
index d47d42956..7858c8e77 100644
--- a/installer/Translations/SimpChinese.wxl
+++ b/installer/Translations/SimpChinese.wxl
@@ -33,6 +33,8 @@
<String Id="DESC_SectionBonjour">Bonjour 用于启用局域网内的 Mumble 服务器广播与发现。将会下载并运行 Bonjour 安装程序。</String>
<String Id="MUMBLE_SEC_DesktopShortcut">桌面快捷方式</String>
<String Id="DESC_DesktopShortcut">在桌面上创建快捷方式</String>
+ <String Id="MUMBLE_SEC_StartMenuShortcut">Start menu shortcut</String>
+ <String Id="DESC_StartMenuShortcut">Creates a shortcut on the start menu</String>
<!-- Uninstall sections -->
<String Id="MUMBLE_UNSEC_BASE">Mumble 和 Murmur</String>
diff --git a/installer/Translations/Spanish.wxl b/installer/Translations/Spanish.wxl
index 87fb2e0c0..d7cfcd29c 100644
--- a/installer/Translations/Spanish.wxl
+++ b/installer/Translations/Spanish.wxl
@@ -31,8 +31,10 @@
<String Id="DESC_SectionMumble11X">El cliente Mumble para conectar a servidores antiguos.</String>
<String Id="DESC_SectionMurmur">El servidor para Mumble. Incluye todo lo necesario para ejecutar su propio servidor.</String>
<String Id="DESC_SectionBonjour">Bonjour posibilita el anuncio y descubrimiento de servidores Murmur en su LAN. Ésto descargará y ejecutará el instalador Bonjour.</String>
- <String Id="MUMBLE_SEC_DesktopShortcut">Desktop shortcut</String>
- <String Id="DESC_DesktopShortcut">Creates a shortcut on the desktop</String>
+ <String Id="MUMBLE_SEC_DesktopShortcut">Icono escritorio</String>
+ <String Id="DESC_DesktopShortcut">Creates un acceso directo en el escritorio</String>
+ <String Id="MUMBLE_SEC_StartMenuShortcut">Icono menú inicio</String>
+ <String Id="DESC_StartMenuShortcut">Crea un acceso directo en el menú inicio</String>
<!-- Uninstall sections -->
<String Id="MUMBLE_UNSEC_BASE">Mumble y Murmur</String>
diff --git a/installer/Translations/Swedish.wxl b/installer/Translations/Swedish.wxl
index e94737ef1..93c9a227d 100644
--- a/installer/Translations/Swedish.wxl
+++ b/installer/Translations/Swedish.wxl
@@ -33,6 +33,8 @@
<String Id="DESC_SectionBonjour">Bonjour tillåter annonsering och upptäckning av Murmur servrar på ditt LAN. Detta kommer att ladda ner och köra installationen för Bonjour.</String>
<String Id="MUMBLE_SEC_DesktopShortcut">Desktop shortcut</String>
<String Id="DESC_DesktopShortcut">Creates a shortcut on the desktop</String>
+ <String Id="MUMBLE_SEC_StartMenuShortcut">Start menu shortcut</String>
+ <String Id="DESC_StartMenuShortcut">Creates a shortcut on the start menu</String>
<!-- Uninstall sections -->
<String Id="MUMBLE_UNSEC_BASE">Mumble och Murmur</String>
diff --git a/installer/Translations/TradChinese.wxl b/installer/Translations/TradChinese.wxl
index fcd1c0809..0cbff7944 100644
--- a/installer/Translations/TradChinese.wxl
+++ b/installer/Translations/TradChinese.wxl
@@ -33,6 +33,8 @@
<String Id="DESC_SectionBonjour">Bonjour enables announcement and discovery of Murmur servers on your LAN. This will download and run the Bonjour installer.</String>
<String Id="MUMBLE_SEC_DesktopShortcut">Desktop shortcut</String>
<String Id="DESC_DesktopShortcut">Creates a shortcut on the desktop</String>
+ <String Id="MUMBLE_SEC_StartMenuShortcut">Start menu shortcut</String>
+ <String Id="DESC_StartMenuShortcut">Creates a shortcut on the start menu</String>
<!-- Uninstall sections -->
<String Id="MUMBLE_UNSEC_BASE">Mumble 和 Murmur</String>
diff --git a/installer/Translations/Turkish.wxl b/installer/Translations/Turkish.wxl
index e92d364b7..4aadc850b 100644
--- a/installer/Translations/Turkish.wxl
+++ b/installer/Translations/Turkish.wxl
@@ -34,6 +34,8 @@
<String Id="DESC_SectionBonjour">Bonjour yerel ağınızda Murmur sunucularının duyurulmalarına ve keşiflerine imkân sağlar. Bu seçenek Bonjour kurucusunu indirir ve çalıştırır.</String>
<String Id="MUMBLE_SEC_DesktopShortcut">Desktop shortcut</String>
<String Id="DESC_DesktopShortcut">Creates a shortcut on the desktop</String>
+ <String Id="MUMBLE_SEC_StartMenuShortcut">Start menu shortcut</String>
+ <String Id="DESC_StartMenuShortcut">Creates a shortcut on the start menu</String>
<!-- Uninstall sections -->
<String Id="MUMBLE_UNSEC_BASE">Mumble ve Murmur</String>