summaryrefslogtreecommitdiffstats
path: root/build/wix/Localization
diff options
context:
space:
mode:
Diffstat (limited to 'build/wix/Localization')
-rw-r--r--build/wix/Localization/README-Translations.md66
-rw-r--r--build/wix/Localization/mixxx_ca-ES.wxl104
-rw-r--r--build/wix/Localization/mixxx_cs-CZ.wxl104
-rw-r--r--build/wix/Localization/mixxx_de-DE.wxl104
-rw-r--r--build/wix/Localization/mixxx_en-us.wxl108
-rw-r--r--build/wix/Localization/mixxx_es-ES.wxl104
-rw-r--r--build/wix/Localization/mixxx_et-EE.wxl104
-rw-r--r--build/wix/Localization/mixxx_fr-FR.wxl104
-rw-r--r--build/wix/Localization/mixxx_it-IT.wxl104
-rw-r--r--build/wix/Localization/mixxx_nl-NL.wxl104
-rw-r--r--build/wix/Localization/mixxx_pl-PL.wxl104
-rw-r--r--build/wix/Localization/mixxx_pt-BR.wxl104
-rw-r--r--build/wix/Localization/mixxx_pt-PT.wxl104
-rw-r--r--build/wix/Localization/mixxx_ro-RO.wxl104
-rw-r--r--build/wix/Localization/mixxx_ru-RU.wxl104
-rw-r--r--build/wix/Localization/mixxx_sv-SE.wxl104
-rw-r--r--build/wix/Localization/mixxx_tr-TR.wxl104
-rw-r--r--build/wix/Localization/mixxx_zh-CN.wxl104
-rw-r--r--build/wix/Localization/mixxx_zh-TW.wxl104
-rw-r--r--build/wix/Localization/po/ast-ES.po368
-rw-r--r--build/wix/Localization/po/br.po368
-rw-r--r--build/wix/Localization/po/ca-ES.po372
-rw-r--r--build/wix/Localization/po/cs-CZ.po372
-rw-r--r--build/wix/Localization/po/de-DE.po372
-rw-r--r--build/wix/Localization/po/es-ES.po376
-rw-r--r--build/wix/Localization/po/et-EE.po371
-rw-r--r--build/wix/Localization/po/fr-FR.po370
-rw-r--r--build/wix/Localization/po/it-IT.po375
-rw-r--r--build/wix/Localization/po/mixxx.pot330
-rw-r--r--build/wix/Localization/po/nl-NL.po374
-rw-r--r--build/wix/Localization/po/pl-PL.po370
-rw-r--r--build/wix/Localization/po/pt-BR.po375
-rw-r--r--build/wix/Localization/po/pt-PT.po372
-rw-r--r--build/wix/Localization/po/ro-RO.po372
-rw-r--r--build/wix/Localization/po/ru-RU.po375
-rw-r--r--build/wix/Localization/po/sl.po368
-rw-r--r--build/wix/Localization/po/sv-SE.po369
-rw-r--r--build/wix/Localization/po/tr-TR.po371
-rw-r--r--build/wix/Localization/po/zh-CN.po375
-rw-r--r--build/wix/Localization/po/zh-TW.po373
40 files changed, 0 insertions, 9710 deletions
diff --git a/build/wix/Localization/README-Translations.md b/build/wix/Localization/README-Translations.md
deleted file mode 100644
index 78a6d5b7fc..0000000000
--- a/build/wix/Localization/README-Translations.md
+++ /dev/null
@@ -1,66 +0,0 @@
-
-Transifex doesn't handle wxl files.
-So we convert the english one to a pot file and convert back the translated po files to wxl using
-https://github.com/sblaisot/wxl-po-tools
-
-Adding strings and Updating source pot
-======================================
-
-* Add strings to mixxx_en-us.wxl
-* Update translation source .pot file
-`build/wix/Localization$ /path/to/wxl2pot.py -l Language mixxx_en-us.wxl po/mixxx.pot`
-* push new strings to transifex
-```
-$ tx push -s -r mixxxdj-windows-installer.mixxxpot
-Pushing translations for resource mixxxdj-windows-installer.mixxxpot:
-Pushing source file (build/wix/Localization/po/mixxx.pot)
-Done.
-```
-* Update all translations to include the new strings (see next paragraph)
-
-
-Updating translations from Transifex
-======================================
-
-First, pull new translations from Transifex
-
-`$ tx pull -r mixxxdj-windows-installer.mixxxpot -a --minimum-perc=1`
-
-Then, rebuild wxl files from po files
-
-```
-$ cd build/wix/Localization
-build/wix/Localization$ for i in po/*.po; do destfile=${i#po/}; /path/to/po2wxl.py -l Language -f -p 1 $i mixxx_${destfile%.po}.wxl; done
-```
-
-Explanations for the above line :
-For each po file in the po subdirectory, call po2wxl to transform it to wxl file with the following options :
-* `-l Language` add a string with Id Language containing the auto-determined LCID
-* `-f` Overwrite the wxl file if it already exists
-* `-p 60` don't transform po files if less than 60% of strings are translated
-
-NOTES
-=====
-
-Adding new languages
---------------------
-
-You can't add new languages from Transifex that are not in wix toolset translation, or package generation will not work.
-List of available (base) translations of wixUI is here: http://wixtoolset.org/documentation/manual/v3/wixui/wixui_localization.html
-
-Bad characters
---------------
-
-Sometimes, you can face the following error message after pulling translations from Transifex:
-
-```path\to\mixxx\build\wix\mixxx.wxs(67) : error LGHT0311 : A string was provided with characters that are not available in the specified database code page '1250'. Either change these characters to ones that exist in the database's code page, or update the database's code page by modifying one of the following attributes: Product/@Codepage, Module/@Codepage, Patch/@Codepage, PatchCreation/@Codepage, or WixLocalization/@Codepage.```
-
-This is because a translation you pulled contain a character that is not part of the default codepage used by wix for that language. This happens sometimes with UTF-8 encoded translations from Transifex.
-In this case, you need to replace the UTF-8 or UTF-16 char in the translation with the equivalent char in the codepage.
-
-This has happened in the past for the ro-RO language and the following characters:
-
-| faulty char (error) | replacement (OK) |
-|:---:|:--:|
-| ț | ţ |
-| ș | ş |
diff --git a/build/wix/Localization/mixxx_ca-ES.wxl b/build/wix/Localization/mixxx_ca-ES.wxl
deleted file mode 100644
index 94195cb30f..0000000000
--- a/build/wix/Localization/mixxx_ca-ES.wxl
+++ /dev/null
@@ -1,104 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<WixLocalization Culture="ca-es" Codepage="1252"
- xmlns="http://schemas.microsoft.com/wix/2006/localization">
-
- <!-- ..................................................... -->
- <!-- This wxl file has been auto generated from a po file -->
- <!-- using https://github.com/sblaisot/wxl-po-tools -->
- <!-- Source File: po/ca-ES.po -->
- <!-- ..................................................... -->
-
- <!-- This contains the LangID and should be translated to reflect the correct LangID. -->
- <!-- Supported language and codepage codes can be found here: https://msdn.microsoft.com/en-us/goglobal/bb964664.aspx -->
- <String Id="Language">1027</String>
-
-
- <!-- Programm informations -->
- <String Id="ApplicationName">Mixxx</String>
- <String Id="ManufacturerName">Mixxx</String>
- <String Id="ManufacturerFullName">L'equip de desenvolupadors del Mixxx</String>
- <String Id="ProductDescription">Programari de DJ digital de codi obert</String>
- <String Id="Comments">Instal·la el Mixxx</String>
-
- <!-- Error messages -->
- <!-- DO NOT BREAK LINES BECAUSE LINE BREAKS WILL SHOW UP AS-IS IN THE INTERFACE -->
- <String Id="OS2Old">Aquesta aplicació requereix Windows 7 o una versió més recent.</String>
- <String Id="NewerInstalled">Ja teniu instal·lada aquesta versió del Mixxx o una més recent.</String>
- <String Id="x64VersionRequired">Heu d'instal·lar la versió de 64 bits d'aquest producte en un Windows de 64 bits.</String>
- <String Id="x86VersionRequired">Heu d'instal·lar la versió de 32 bits d'aquest producte en un Windows de 32 bits.</String>
- <String Id="x86VersionWarning">Esteu a punt d'instal·lar la versió de 32 bits en un sistema operatiu de 64 bits. Recomanem utilitzar la versió de 64 bits per a un millor rendiment. Podeu baixar l'instal·lador de la versió de 64 bits des de http://mixxx.org/download/</String>
- <String Id="XPWarning">Esteu instal·lant el Mixxx en un sistema operatiu obsolet. Algunes funcionalitats poden no funcionar correctament. Recomanem actualitzar el sistema operatiu.</String>
- <String Id="bitWidthMismatch32">Esteu a punt d'instal·lar la versió de 32 bits tot i que teniu instal·lada una versió de 64 bits. Això pot provocar un comportament no desitjat. Desinstal·leu primer la versió existent del Mixxx o baixeu l'instal·lador de 64 bits per actualitzar la versió (a no ser que sapigueu exactament què esteu fent).</String>
- <String Id="bitWidthMismatch64">Esteu a punt d'instal·lar la versió de 64 bits tot i que teniu instal·lada una versió de 32 bits. Això pot provocar un comportament no desitjat. Desinstal·leu primer la versió existent del Mixxx o baixeu l'instal·lador de 32 bits per a actualitzar la versió (a no ser que sapigueu exactament què esteu fent).</String>
- <String Id="OlderVersionFound">S'ha detectat una versió anterior del Mixxx. Atès la limitació de l'instal·lador, no és possible actualitzar automàticament. Desinstal·leu la versió existent abans d'instal·lar aquesta versió.</String>
- <String Id="VCredistNotFound">L'instal·lador no ha trobat les llibreries de Microsoft Visual C++ 2015 en aquest ordinador. Probablement es tracta d'un error de l'instal·lador que hauríeu de reportar als desenvolupadors del Mixxx.</String>
-
- <!-- Custom Warning Dialog -->
- <String Id="WarningDlgTitle">{\WixUI_Font_Title}Avís</String>
-
- <!-- Custom exit dialog -->
- <String Id="StartOnExit">Inicia el Mixxx en acabar la instal·lació.</String>
-
- <!-- Features translations -->
- <String Id="FeatureCompleteDescription">El paquet complet.</String>
- <String Id="FeatureMainProgramTitle">L'aplicació.</String>
- <String Id="FeatureMainProgramDescription">L'aplicació Mixxx incloent les configuracions per defecte de diversos controladors.</String>
- <String Id="FeaturePDBTitle">Fitxers PDB de depuració</String>
- <String Id="FeaturePDBDescription">Instal·la els fitxers PDB del Mixxx per utilitzar-los amb un depurador. Això és útil per depurar el Mixxx i poder enviar traces entenedores a l'equip de desenvolupadors.</String>
- <String Id="FeatureDesktopShortcutTitle">Crea una icona a l'escriptori</String>
- <String Id="FeatureDesktopShortcutDescription">Afegeix un accés directe al Mixxx a l'escriptori</String>
- <String Id="FeatureManualTitle">Manual d'usuari</String>
- <String Id="FeatureManualDescription">El Manual d'usuari del Mixxx en format PDF i disponible a http://mixxx.org/manual/</String>
- <String Id="FeatureTranslationsTitle">Traduccions</String>
- <String Id="FeatureTranslationsDescription">Fitxers de recursos addicionals que permeten mostrar el Mixxx en idiomes alternatius a l'anglès.</String>
-
- <!-- Bootstrapper -->
- <String Id="Caption">[WixBundleName] Configuració</String>
- <String Id="Title">[WixBundleName]</String>
- <String Id="ConfirmCancelMessage">Confirmeu que voleu cancel·lar?</String>
- <String Id="ExecuteUpgradeRelatedBundleMessage">Versió prèvia</String>
- <String Id="HelpHeader">Ajuda sobre la configuració</String>
- <String Id="HelpText">/install | /repair | /uninstall | /layout [directory] - instal·la, repara, desinstal·la or&#13;&#10; genera una copia completa en el directori indicat.&#13;&#10; La opció per defectes és instal·la.&#13;&#10;&#13;&#10; /passive | /quiet - mostra una interfície mínima sense preguntes, o bé no mostra ni pregunta res.&#13;&#10; Per defecte, es mostra la interfície i es demana confirmació.&#13;&#10;&#13;&#10; /norestart - descarta els intents de reiniciar per part de l'instal·lador. Per defecte, es demana a l'usuari si vol reiniciar.&#13;&#10;&#13;&#10; /log log.txt - Escriu el log de la instal·lació en el fitxer indicat. Per defecte es crea en el directori %TEMP%.</String>
- <String Id="HelpCloseButton">&amp;Tanca</String>
- <String Id="InstallHeader">Benvinguts</String>
- <String Id="InstallMessage">Aquesta aplicació instal·larà el Mixxx en el vostre ordinador.&#13;&#10;Primer instal·larà les llibreries de tercers necessaries, i després el Mixxx.&#13;&#10;Feu clic a Instal·la per continuar o Tanca per sortir.</String>
- <String Id="InstallVersion">Versió [WixBundleVersion]</String>
- <String Id="InstallOptionsButton">&amp;Opcions</String>
- <String Id="InstallInstallButton">&amp;Instal·la</String>
- <String Id="InstallCloseButton">&amp;Tanca</String>
- <String Id="OptionsHeader">Opcions de configuració</String>
- <String Id="OptionsLocationLabel">Carpeta de destinació:</String>
- <String Id="OptionsBrowseButton">&amp;Navega</String>
- <String Id="OptionsOkButton">&amp;Accepta</String>
- <String Id="OptionsCancelButton">&amp;Cancel·la</String>
- <String Id="FilesInUseHeader">Fitxers en ús</String>
- <String Id="FilesInUseLabel">Les següents aplicacions estan utilitzant fitxers que cal actualitzar:</String>
- <String Id="FilesInUseCloseRadioButton">Tanca les &amp;aplicacions i intenta reiniciar-les després.</String>
- <String Id="FilesInUseDontCloseRadioButton">&amp;No tanquis les aplicacions. Serà necessari reiniciar.</String>
- <String Id="FilesInUseOkButton">Accepta</String>
- <String Id="FilesInUseCancelButton">&amp;Cancel·la</String>
- <String Id="ProgressHeader">Progrés de la instal·lació</String>
- <String Id="ProgressLabel">Processant:</String>
- <String Id="OverallProgressPackageText">Inicialitzant...</String>
- <String Id="ProgressCancelButton">&amp;Cancel·la</String>
- <String Id="ModifyHeader">Canvia la configuració</String>
- <String Id="ModifyRepairButton">&amp;Repara</String>
- <String Id="ModifyUninstallButton">&amp;Desinstal·la</String>
- <String Id="ModifyCloseButton">&amp;Tanca</String>
- <String Id="SuccessHeader">Configuració correcta</String>
- <String Id="SuccessInstallHeader">La instal·lació del Mixxx s'ha realitzat correctament</String>
- <String Id="SuccessRepairHeader">La reparació del Mixxx s'ha realitzat correctament</String>
- <String Id="SuccessUninstallHeader">La desinstal·lació del Mixxx s'ha realitzat correctament</String>
- <String Id="SuccessLaunchButton">&amp;Inicia</String>
- <String Id="SuccessRestartText">Heu de reiniciar l'ordinador abans de poder utilitzar l'aplicació.</String>
- <String Id="SuccessRestartButton">&amp;Reinicia</String>
- <String Id="SuccessCloseButton">&amp;Tanca</String>
- <String Id="FailureHeader">Configuració fallida</String>
- <String Id="FailureInstallHeader">La instal·lació del Mixxx ha fallat</String>
- <String Id="FailureRepairHeader">La reparació del Mixxx ha fallat</String>
- <String Id="FailureUninstallHeader">La desinstal·lació del Mixxx ha fallat</String>
- <String Id="FailureHyperlinkLogText">Hi ha hagut un o més problemes durant la instal·lació. Si us plau, corregiu-los i intenteu-ho de nou. Per a més informació consulteu el &lt;a href="#"&gt;fitxer de log&lt;/a&gt;.</String>
- <String Id="FailureRestartText">Heu de reiniciar l'ordinador per acabar de restaurar el sistema a abans de la instal·lació.</String>
- <String Id="FailureRestartButton">&amp;Reinicia</String>
- <String Id="FailureCloseButton">&amp;Tanca</String>
-</WixLocalization>
diff --git a/build/wix/Localization/mixxx_cs-CZ.wxl b/build/wix/Localization/mixxx_cs-CZ.wxl
deleted file mode 100644
index 2b1e3f4e4f..0000000000
--- a/build/wix/Localization/mixxx_cs-CZ.wxl
+++ /dev/null
@@ -1,104 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<WixLocalization Culture="cs-cz" Codepage="1250"
- xmlns="http://schemas.microsoft.com/wix/2006/localization">
-
- <!-- ..................................................... -->
- <!-- This wxl file has been auto generated from a po file -->
- <!-- using https://github.com/sblaisot/wxl-po-tools -->
- <!-- Source File: po/cs-CZ.po -->
- <!-- ..................................................... -->
-
- <!-- This contains the LangID and should be translated to reflect the correct LangID. -->
- <!-- Supported language and codepage codes can be found here: https://msdn.microsoft.com/en-us/goglobal/bb964664.aspx -->
- <String Id="Language">1029</String>
-
-
- <!-- Programm informations -->
- <String Id="ApplicationName">Mixxx</String>
- <String Id="ManufacturerName">Mixxx</String>
- <String Id="ManufacturerFullName">Vývojáři Mixxxu</String>
- <String Id="ProductDescription">Program s otevřeným zdrojovým kódem pro diskžokeje</String>
- <String Id="Comments">Nainstaluje Mixxx</String>
-
- <!-- Error messages -->
- <!-- DO NOT BREAK LINES BECAUSE LINE BREAKS WILL SHOW UP AS-IS IN THE INTERFACE -->
- <String Id="OS2Old">Tento výrobek vyžaduje Windows 7 nebo vyšší.</String>
- <String Id="NewerInstalled">Již je nainstalována stejná nebo novější verze tohoto výrobku.</String>
- <String Id="x64VersionRequired">Do 64bitových Windows musíte nainstalovat 64bitovou verzi tohoto výrobku.</String>
- <String Id="x86VersionRequired">Do 32bitových Windows musíte nainstalovat 32bitovou verzi tohoto výrobku.</String>
- <String Id="x86VersionWarning">Chystáte se nainstalovat 32bitovou verzi do 64bitového operačního systému. Doporučujeme použít 64bitovou verzi kvůli lepšímu výkonu. Instalační balíček pro 64bitový systém můžete stáhnout z http://mixxx.org/download/</String>
- <String Id="XPWarning">Instalujete Mixxx do zastaralého operačního systému. Některé funkce nemusí pracovat dobře, nebo nebudou pracovat vůbec. Doporučujeme vám povýšení operačního sytému.</String>
- <String Id="bitWidthMismatch32">Chystáte se nainstalovat 32bitovou verzi, ale již je nainstalována 64bitová verze.&#13;&#10;To může vést k neobvyklému chování. Odinstalujte, prosím, nejprve stávající verzi Mixxxu, nebo pro povýšení verze stáhněte instalační balíček pro 64bitový systém (pokud přesně nevíte, co děláte).</String>
- <String Id="bitWidthMismatch64">Chystáte se nainstalovat 64bitovou verzi, ale již je nainstalována 32bitová verze.&#13;&#10;To může vést k neobvyklému chování. Odinstalujte, prosím, nejprve stávající verzi Mixxxu, nebo pro povýšení verze stáhněte instalační balíček pro 32bitový systém (pokud přesně nevíte, co děláte).</String>
- <String Id="OlderVersionFound">Byla zjištěna starší verze Mixxxu. Protože byl změněn instalátor, není možné povýšení provést hladce. Odinstalujte, prosím, starší verzi, předtím než začnete instalovat tuto.</String>
- <String Id="VCredistNotFound">Installer was not able to find Microsoft Visual C++ 2015 Redistributable on this system. This is likely an installer bug that should be reported to Mixxx developers.</String>
-
- <!-- Custom Warning Dialog -->
- <String Id="WarningDlgTitle">{\WixUI_Font_Title}Varování</String>
-
- <!-- Custom exit dialog -->
- <String Id="StartOnExit">Spustit Mixxx, když existuje nastavení.</String>
-
- <!-- Features translations -->
- <String Id="FeatureCompleteDescription">Úplný balíček.</String>
- <String Id="FeatureMainProgramTitle">Hlavní aplikace</String>
- <String Id="FeatureMainProgramDescription">Hlavní aplikace Mixxxu včetně přednastavení ovladačů.</String>
- <String Id="FeaturePDBTitle">Soubory ladění PDB</String>
- <String Id="FeaturePDBDescription">Nainstalujte soubory PDB Mixxxu k použití s ladičem. Toto je užitečné na ladění Mixxxu a poskytuje vývojářskému družstvu čitelné stopy.</String>
- <String Id="FeatureDesktopShortcutTitle">Klávesová zkratka</String>
- <String Id="FeatureDesktopShortcutDescription">Přidat klávesovou zkratku pro Mixxx na pracovní plochu</String>
- <String Id="FeatureManualTitle">Uživatelská příručka</String>
- <String Id="FeatureManualDescription">Uživatelská příručka Mixxxu v podobě PDF, dostupná též na http://mixxx.org/manual/</String>
- <String Id="FeatureTranslationsTitle">Překlady</String>
- <String Id="FeatureTranslationsDescription">Zdrojové soubory, které Mixxx umožní provedení instalace Mixxxu v jiných jazycích, než je americká angličtina</String>
-
- <!-- Bootstrapper -->
- <String Id="Caption">[wixBundleName]Instalace</String>
- <String Id="Title">[WixBundleName]</String>
- <String Id="ConfirmCancelMessage">Chcete opravdu ukončit instalaci ? </String>
- <String Id="ExecuteUpgradeRelatedBundleMessage">Předchozí verze</String>
- <String Id="HelpHeader">Nápověda k instalaci.</String>
- <String Id="HelpText">/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or&#13;&#10; creates a complete local copy of the bundle in directory.&#13;&#10; Install is the default.&#13;&#10;&#13;&#10; /passive | /quiet - displays minimal user interface with no prompts or displays no user interface&#13;&#10; and no prompts. By default user interface and all prompts are displayed.&#13;&#10;&#13;&#10; /norestart - suppress any attempts to restart. By default user interface will prompt before restart.&#13;&#10;&#13;&#10; /log log.txt - logs to a specific file. By default a log file is created in %TEMP%.</String>
- <String Id="HelpCloseButton">Zavřít.</String>
- <String Id="InstallHeader">Vítejte.</String>
- <String Id="InstallMessage">Mixx bude nainstalován na váš počítač.&#13;&#10;Nejprve nainstaluje požadované knihovny, potom samotní Mixx.&#13;&#10;Kliknete Instalovat pro pokračování nebo Zavřít pro ukončení.</String>
- <String Id="InstallVersion">Verze [WixBundleVersion]</String>
- <String Id="InstallOptionsButton">Možnosti</String>
- <String Id="InstallInstallButton">Instalovat</String>
- <String Id="InstallCloseButton">Ukončit</String>
- <String Id="OptionsHeader">Nastavení instalace</String>
- <String Id="OptionsLocationLabel">Umístnení instalace</String>
- <String Id="OptionsBrowseButton">Prohledávat</String>
- <String Id="OptionsOkButton">OK</String>
- <String Id="OptionsCancelButton">Ukončit</String>
- <String Id="FilesInUseHeader">Používané soubory</String>
- <String Id="FilesInUseLabel">Tyto aplikace používají soubory, které je třeba aktualizovat:</String>
- <String Id="FilesInUseCloseRadioButton">Zavřít aplikace a pokusit se je restartovat. </String>
- <String Id="FilesInUseDontCloseRadioButton">Nezavírejte tyto aplikace. Požaduje se restart. </String>
- <String Id="FilesInUseOkButton">OK</String>
- <String Id="FilesInUseCancelButton">Ukončit</String>
- <String Id="ProgressHeader">Průběh instalace</String>
- <String Id="ProgressLabel">Spracováva se: </String>
- <String Id="OverallProgressPackageText">Načítávam...</String>
- <String Id="ProgressCancelButton">Ukončit</String>
- <String Id="ModifyHeader">Upravit Instalaci</String>
- <String Id="ModifyRepairButton">Opravit</String>
- <String Id="ModifyUninstallButton">Odinstalovat</String>
- <String Id="ModifyCloseButton">Ukončit</String>
- <String Id="SuccessHeader">Instalace úspěšná</String>
- <String Id="SuccessInstallHeader">Mixxx byl úspěšne nainstalován</String>
- <String Id="SuccessRepairHeader">Mixxx byl úspěšne nainstalován</String>
- <String Id="SuccessUninstallHeader">Mixx byl úspěšne odinstalován</String>
- <String Id="SuccessLaunchButton">Spustit</String>
- <String Id="SuccessRestartText">Prosím restartujte počítač pro bezchybný chod softwaru. </String>
- <String Id="SuccessRestartButton">Restartovat</String>
- <String Id="SuccessCloseButton">Ukončit</String>
- <String Id="FailureHeader">Instalace se nezdařila</String>
- <String Id="FailureInstallHeader">Mixxx instalace zlyhala</String>
- <String Id="FailureRepairHeader">Mixxx oprava zlyhala</String>
- <String Id="FailureUninstallHeader">Mixxx odinstalování zlyhalo</String>
- <String Id="FailureHyperlinkLogText">One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href="#"&gt;log file&lt;/a&gt;.</String>
- <String Id="FailureRestartText">Je potřebné restartovat počítač pro dokončení vrácení instalace.</String>
- <String Id="FailureRestartButton">Restartovat</String>
- <String Id="FailureCloseButton">Ukončit</String>
-</WixLocalization>
diff --git a/build/wix/Localization/mixxx_de-DE.wxl b/build/wix/Localization/mixxx_de-DE.wxl
deleted file mode 100644
index 15623815de..0000000000
--- a/build/wix/Localization/mixxx_de-DE.wxl
+++ /dev/null
@@ -1,104 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<WixLocalization Culture="de-de" Codepage="1252"
- xmlns="http://schemas.microsoft.com/wix/2006/localization">
-
- <!-- ..................................................... -->
- <!-- This wxl file has been auto generated from a po file -->
- <!-- using https://github.com/sblaisot/wxl-po-tools -->
- <!-- Source File: po/de-DE.po -->
- <!-- ..................................................... -->
-
- <!-- This contains the LangID and should be translated to reflect the correct LangID. -->
- <!-- Supported language and codepage codes can be found here: https://msdn.microsoft.com/en-us/goglobal/bb964664.aspx -->
- <String Id="Language">1031</String>
-
-
- <!-- Programm informations -->
- <String Id="ApplicationName">Mixxx</String>
- <String Id="ManufacturerName">Mixxx</String>
- <String Id="ManufacturerFullName">Das Mixxx-Entwicklungsteam</String>
- <String Id="ProductDescription">Open-Source Digital DJ-Software</String>
- <String Id="Comments">Installiert Mixxx</String>
-
- <!-- Error messages -->
- <!-- DO NOT BREAK LINES BECAUSE LINE BREAKS WILL SHOW UP AS-IS IN THE INTERFACE -->
- <String Id="OS2Old">Dieses Produkt erfordert Windows 7 oder höher.</String>
- <String Id="NewerInstalled">Die gleiche oder eine neuere Version dieses Produkts ist bereits installiert.</String>
- <String Id="x64VersionRequired">Sie müssen die 64-Bit-Version dieses Produkts auf 64-Bit-Windows installieren.</String>
- <String Id="x86VersionRequired">Sie müssen die 32-Bit-Version dieses Produkts auf 32-Bit-Windows installieren.</String>
- <String Id="x86VersionWarning">Sie installieren gerade die 32-Bit-Version auf einem 64-Bit-Betriebssystem. Wir empfehlen stattdessen die 64-Bit-Version für eine bessere Performance zu installieren. Sie können das 64-Bit-Installationspaket hier herunterladen: http://mixxx.org/download/</String>
- <String Id="XPWarning">Sie installieren Mixxx auf einem veralteten Betriebssystem. Einige Funktionen arbeiten möglicherweise nicht korrekt oder überhaupt nicht. Wir empfehlen die Aktualisierung Ihres Betriebssystems.</String>
- <String Id="bitWidthMismatch32">Sie sind dabei, die 32-Bit-Version zu installieren, aber eine 64-Bit-Version ist bereits installiert. Dies kann zu unerwünschtem Verhalten führen. Bitte deinstallieren Sie zuerst die vorhandene Mixxx Version oder laden Sie das 64-Bit-Installationspaket zum Aktualisieren (es sei denn, Sie wissen genau was Sie tun.)</String>
- <String Id="bitWidthMismatch64">Sie sind dabei, die 64-Bit-Version zu installieren, aber eine 32-Bit-Version ist bereits installiert. Dies kann zu unerwünschtem Verhalten führen. Bitte deinstallieren Sie zuerst die vorhandene Mixxx Version oder laden Sie das 32-Bit-Installationspaket zum Aktualisieren (es sei denn, Sie wissen genau was Sie tun.)</String>
- <String Id="OlderVersionFound">Eine ältere Version von Mixxx wurde erkannt. Da wir die Installer-Software geändert haben, können wir nicht problemlos aktualisieren. Bitte deinstallieren Sie die ältere Version vor der Installation dieser neuen Version.</String>
- <String Id="VCredistNotFound">Das Installationsprogramm war nicht in der Lage Microsoft Visual C ++ 2015 Redistributable auf diesem System zu finden. Dies ist wahrscheinlich ein Bug des Installationsprogramms, der an Mixxx-Entwickler gemeldet werden sollte.</String>
-
- <!-- Custom Warning Dialog -->
- <String Id="WarningDlgTitle">{\WixUI_Font_Title}Warnung</String>
-
- <!-- Custom exit dialog -->
- <String Id="StartOnExit">Mixxx starten wenn das Setup abgeschlossen ist.</String>
-
- <!-- Features translations -->
- <String Id="FeatureCompleteDescription">Das Komplettpaket.</String>
- <String Id="FeatureMainProgramTitle">Kernanwendung</String>
- <String Id="FeatureMainProgramDescription">Die Mixxx Kernanwendung einschließlich Controller-Voreinstellungen.</String>
- <String Id="FeaturePDBTitle">PDB-Debug-Dateien</String>
- <String Id="FeaturePDBDescription">Installiere Mixxx PDB-Dateien für die Verwendung mit einem Debugger. Dies ist nützlich, um Mixxx zu debuggen und dem Entwicklungsteam lesbare Backtraces zur Verfügung zu stellen.</String>
- <String Id="FeatureDesktopShortcutTitle">Desktop-Verknüpfung</String>
- <String Id="FeatureDesktopShortcutDescription">Auf Ihrem Desktop eine Verknüpfung zu Mixxx hinzufügen</String>
- <String Id="FeatureManualTitle">Benutzerhandbuch</String>
- <String Id="FeatureManualDescription">Das Mixxx Benutzerhandbuch im PDF-Format, auch verfügbar auf http://mixxx.org/manual/</String>
- <String Id="FeatureTranslationsTitle">Übersetzungen</String>
- <String Id="FeatureTranslationsDescription">Ressource-Dateien um Mixxx außer in US-Englisch in alternativen Sprachen anzeigen lassen</String>
-
- <!-- Bootstrapper -->
- <String Id="Caption">[WixBundleName] Setup</String>
- <String Id="Title">[WixBundleName]</String>
- <String Id="ConfirmCancelMessage">Sind Sie sicher, dass Sie abbrechen möchten?</String>
- <String Id="ExecuteUpgradeRelatedBundleMessage">Vorherige Version</String>
- <String Id="HelpHeader">Setup-Hilfe</String>
- <String Id="HelpText">/install | /repair | /uninstall | /layout [Verzeichnis] - Installiert, repariert, deinstalliert&#13;&#10;oder erstellt eine komplette lokale Kopie des Pakets im Verzeichnis&#13;&#10;Installation ist die Standardeinstellung.&#13;&#10;&#13;&#10; /passive | /quiet - Zeigt minimale Benutzeroberfläche ohne Eingabeaufforderungen an oder&#13;&#10;zeigt keine Benutzeroberfläche und keine Eingabeaufforderungen. Standardmäßig werden Benutzeroberfläche und alle Eingabeaufforderungen angezeigt.&#13;&#10;&#13;&#10; /norestart - Unterdrückt Versuche neu zu starten. Standardmäßig wird die Benutzeroberfläche zum Neustart auffordern.&#13;&#10;&#13;&#10; /log log.txt - Protokolliert in eine bestimmte Datei. Standardmäßig wird eine Protokolldatei in % TEMP% erstellt.</String>
- <String Id="HelpCloseButton">&amp;Schließen</String>
- <String Id="InstallHeader">Willkommen</String>
- <String Id="InstallMessage">Setup installiert Mixxx auf Ihrem Computer.&#13;&#10;Es wird zuerst benötigte Drittanbieter-Bibliotheken, dann Mixxx selbst installieren&#13;&#10;Klicken Sie auf Installieren um fortzufahren, oder auf Schliessen um zu beenden.</String>
- <String Id="InstallVersion">Version [WixBundleVersion]</String>
- <String Id="InstallOptionsButton">&amp;Optionen</String>
- <String Id="InstallInstallButton">&amp;Installieren</String>
- <String Id="InstallCloseButton">&amp;Schließen</String>
- <String Id="OptionsHeader">Setup-Optionen</String>
- <String Id="OptionsLocationLabel">Installationsverzeichnis:</String>
- <String Id="OptionsBrowseButton">&amp;Durchsuchen</String>
- <String Id="OptionsOkButton">&amp;OK</String>
- <String Id="OptionsCancelButton">&amp;Abbrechen</String>
- <String Id="FilesInUseHeader">Dateien in Benutzung</String>
- <String Id="FilesInUseLabel">Die folgenden Anwendungen verwenden Dateien, die aktualisiert werden müssen:</String>
- <String Id="FilesInUseCloseRadioButton">Die &amp;Anwendungen schliessen, und versuchen sie neu zu starten.</String>
- <String Id="FilesInUseDontCloseRadioButton">&amp;Schließe keine Anwendungen. Ein Neustart ist erforderlich.</String>
- <String Id="FilesInUseOkButton">&amp;OK</String>
- <Str