1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-28 16:20:12 +01:00

First steps of converting installer.

This commit is contained in:
James Crook
2016-08-21 21:48:23 +01:00
parent 30bbbb3a14
commit ca4c931a6f
4 changed files with 141 additions and 181 deletions

View File

@@ -1,4 +1,4 @@
Note: Audacity is distributed under the terms of the GNU GPL. Note: DarkAudacity is distributed under the terms of the GNU GPL.
This includes everything in the source code distribution This includes everything in the source code distribution
except code in the lib-src directory. Code in the lib-src except code in the lib-src directory. Code in the lib-src
directory may be released under a different license directory may be released under a different license

View File

@@ -1,18 +1,21 @@
Audacity(R): A Free, Cross-Platform Digital Audio Editor DarkAudacity: A Free, Cross-Platform Digital Audio Editor
WWW: http://audacityteam.org/ WWW: http://www.darkaudacity.com/
We welcome feedback on Audacity, suggestions for new or improved features, DarkAudacity is a branch of Audacity(R). Audacity is maintained by the
audacity team.
I welcome feedback on DarkAudacity, suggestions for new or improved features,
bug reports and patches at: bug reports and patches at:
feedback@audacityteam.org . james@audacityteam.org .
Personal support with Audacity is not provided by e-mail, but on our Forum: Audacity is copyright (c) 1999-2016 by Audacity Team. This copyright notice
http://forum.audacityteam.org/ .
Audacity is copyright (c) 1999-2015 by Audacity Team. This copyright notice
applies to all documents in the Audacity source code archive, except as applies to all documents in the Audacity source code archive, except as
otherwise noted (mostly in the lib-src subdirectories). otherwise noted (mostly in the lib-src subdirectories).
The additions and changes to Audacity for DarkAudacity are (c) 2016 by
James Crook.
The documentation for Audacity is licensed under the Creative Commons The documentation for Audacity is licensed under the Creative Commons
Attribution 3.0 license: Attribution 3.0 license:
http://creativecommons.org/licenses/by/3.0/legalcode . http://creativecommons.org/licenses/by/3.0/legalcode .
@@ -20,12 +23,12 @@ http://creativecommons.org/licenses/by/3.0/legalcode .
"Audacity" is a registered trademark of Dominic Mazzoni. "Audacity" is a registered trademark of Dominic Mazzoni.
Version 2.1.2 Version 2.1.2x
Contents of this README: Contents of this README:
1. Licensing 1. Licensing
2. Changes since version 2.1.1 2. Changes since version 2.1.2
3. Known Issues at Release 3. Known Issues at Release
4. Source Code, Libraries and Additional Copyright Information 4. Source Code, Libraries and Additional Copyright Information
5. Compilation Instructions 5. Compilation Instructions

View File

@@ -7,7 +7,7 @@
; ;
; This requires that the ISS Preprocessor be installed ; This requires that the ISS Preprocessor be installed
#define AppExe "..\win\release\audacity.exe" #define AppExe "..\win\release\darkaudacity.exe"
#define AppMajor "" #define AppMajor ""
#define AppMinor "" #define AppMinor ""
#define AppRev "" #define AppRev ""
@@ -38,13 +38,13 @@ AppName={#AppName}
AppVerName=Audacity {#AppVersion} AppVerName=Audacity {#AppVersion}
; Specify AppVersion as well, so it appears in the Add/Remove Programs entry. ; Specify AppVersion as well, so it appears in the Add/Remove Programs entry.
AppVersion={#AppVersion} AppVersion={#AppVersion}
AppPublisher="Audacity Team" AppPublisher="DarkAudacity Team"
AppPublisherURL=http://audacityteam.org AppPublisherURL=http://www.darkaudacity.com
AppSupportURL=http://audacityteam.org AppSupportURL=http://www.darkaudacity.com
AppUpdatesURL=http://audacityteam.org AppUpdatesURL=http://www.darkaudacity.com
ChangesAssociations=yes ChangesAssociations=yes
DefaultDirName={pf}\Audacity DefaultDirName={pf}\DarkAudacity
VersionInfoProductName={#AppName} VersionInfoProductName={#AppName}
VersionInfoProductTextVersion={#GetFileProductVersion(AppExe)} VersionInfoProductTextVersion={#GetFileProductVersion(AppExe)}
@@ -59,7 +59,7 @@ DisableDirPage=no
; Always warn if dir exists, because we'll overwrite previous Audacity. ; Always warn if dir exists, because we'll overwrite previous Audacity.
DirExistsWarning=yes DirExistsWarning=yes
DisableProgramGroupPage=yes DisableProgramGroupPage=yes
UninstallDisplayIcon="{app}\audacity.exe" UninstallDisplayIcon="{app}\darkaudacity.exe"
; No longer force them to accept the license, just display it. LicenseFile=..\LICENSE.txt ; No longer force them to accept the license, just display it. LicenseFile=..\LICENSE.txt
InfoBeforeFile=audacity_InnoWizard_InfoBefore.rtf InfoBeforeFile=audacity_InnoWizard_InfoBefore.rtf
@@ -130,78 +130,35 @@ Source: "..\win\release\nyquist\*"; DestDir: "{app}\Nyquist\"; Flags: ignorevers
Source: "..\win\release\plug-ins\*"; DestDir: "{app}\Plug-Ins\"; Flags: ignoreversion Source: "..\win\release\plug-ins\*"; DestDir: "{app}\Plug-Ins\"; Flags: ignoreversion
[Icons] [Icons]
Name: "{commonprograms}\Audacity"; Filename: "{app}\audacity.exe" Name: "{commonprograms}\DarkAudacity"; Filename: "{app}\darkaudacity.exe"
Name: "{commondesktop}\Audacity"; Filename: "{app}\audacity.exe"; Tasks: desktopicon Name: "{commondesktop}\DarkAudacity"; Filename: "{app}\darkaudacity.exe"; Tasks: desktopicon
[InstallDelete] [InstallDelete]
; Get rid of Audacity 1.0.0 stuff that's no longer used.
Type: files; Name: "{app}\audacity-help.htb"
Type: files; Name: "{app}\audacity-1.2-help.htb"
; Get rid of previous versions of MSVC runtimes.
Type: files; Name: "{app}\Microsoft.VC80.CRT.manifest"
Type: files; Name: "{app}\Microsoft.VC90.CRT.manifest"
Type: files; Name: "{app}\msvcp80.dll"
Type: files; Name: "{app}\msvcr80.dll"
Type: files; Name: "{app}\msvcp90.dll"
Type: files; Name: "{app}\msvcr90.dll"
; Get rid of previous help folder. ; Get rid of previous help folder.
Type: filesandordirs; Name: "{app}\help" Type: filesandordirs; Name: "{app}\help"
; Don't want to do this because user may have stored their own. ; Don't want to do this because user may have stored their own.
; Type: filesandordirs; Name: "{app}\vst" ; Type: filesandordirs; Name: "{app}\vst"
; We've switched from a folder in the start menu to just the Audacity.exe at the top level.
; Get rid of 1.0.0 folder and its icons.
Type: files; Name: "{commonprograms}\Audacity\audacity.exe"
Type: files; Name: "{commonprograms}\Audacity\unins000.exe"
Type: dirifempty; Name: "{commonprograms}\Audacity"
;Get rid of previous uninstall item ;Get rid of previous uninstall item
Type: files; Name: "{app}\unins*.*" Type: files; Name: "{app}\unins*.*"
; Get rid of no longer used test.lsp.
Type: files; Name: "{app}\Nyquist\test.lsp"
; Get rid of specific LADSPA plug-ins that we now ship with different names.
Type: files; Name: "{app}\Plug-Ins\GVerb.dll"
Type: files; Name: "{app}\Plug-Ins\Hard Limiter.dll"
Type: files; Name: "{app}\Plug-Ins\hard_limiter_1413.dll"
Type: files; Name: "{app}\Plug-Ins\sc4.dll"
;Get rid of any modules that we have ever installed
Type: files; Name: "{app}\Modules\mod-script-pipe.dll"
Type: files; Name: "{app}\Modules\mod-script-pipe.exp"
Type: files; Name: "{app}\Modules\mod-script-pipe.lib"
Type: files; Name: "{app}\Modules\mod-nyq-bench.dll"
;get rid of the Modules dir, if it is empty
Type: dirifempty; Name: "{app}\Modules"
; Get rid of gverb that we no longer ship
Type: files; Name: "{app}\Plug-Ins\gverb_1216.dll"
; Get rid of old crossfade* plugins that we no longer ship
Type: files; Name: "{app}\Plug-Ins\crossfadein.ny"
Type: files; Name: "{app}\Plug-Ins\crossfadeout.ny"
[Registry] [Registry]
; No longer allow user to choose whether to associate AUP file type with Audacity. ; No longer allow user to choose whether to associate AUP file type with Audacity.
; Leaving this one commented out example of the old way. ; Leaving this one commented out example of the old way.
; Root: HKCR; Subkey: ".AUP"; ValueType: string; ValueData: "Audacity.Project"; Flags: createvalueifdoesntexist uninsdeletekey; Tasks: associate_aup ; Root: HKCR; Subkey: ".AUP"; ValueType: string; ValueData: "Audacity.Project"; Flags: createvalueifdoesntexist uninsdeletekey; Tasks: associate_aup
Root: HKCR; Subkey: ".AUP"; ValueType: string; ValueData: "Audacity.Project"; Flags: createvalueifdoesntexist uninsdeletekey; Root: HKCR; Subkey: ".AUP"; ValueType: string; ValueData: "DarkAudacity.Project"; Flags: createvalueifdoesntexist uninsdeletekey;
Root: HKCR; Subkey: "Audacity.Project\OpenWithList\audacity.exe"; Flags: createvalueifdoesntexist uninsdeletekey; Root: HKCR; Subkey: "DarkAudacity.Project\OpenWithList\audacity.exe"; Flags: createvalueifdoesntexist uninsdeletekey;
Root: HKCR; Subkey: "Audacity.Project"; ValueType: string; ValueData: "Audacity Project File"; Flags: createvalueifdoesntexist uninsdeletekey; Root: HKCR; Subkey: "DarkAudacity.Project"; ValueType: string; ValueData: "DarkAudacity Project File"; Flags: createvalueifdoesntexist uninsdeletekey;
Root: HKCR; Subkey: "Audacity.Project\shell"; ValueType: string; ValueData: ""; Flags: createvalueifdoesntexist uninsdeletekey; Root: HKCR; Subkey: "DarkAudacity.Project\shell"; ValueType: string; ValueData: ""; Flags: createvalueifdoesntexist uninsdeletekey;
Root: HKCR; Subkey: "Audacity.Project\shell\open"; Flags: createvalueifdoesntexist uninsdeletekey; Root: HKCR; Subkey: "DarkAudacity.Project\shell\open"; Flags: createvalueifdoesntexist uninsdeletekey;
Root: HKCR; Subkey: "Audacity.Project\shell\open\command"; ValueType: string; ValueData: """{app}\audacity.exe"" ""%1"""; Flags: createvalueifdoesntexist uninsdeletekey; Root: HKCR; Subkey: "DarkAudacity.Project\shell\open\command"; ValueType: string; ValueData: """{app}\audacity.exe"" ""%1"""; Flags: createvalueifdoesntexist uninsdeletekey;
;The following would allow a following 'help' installer to know where to put the 'help' files. ;The following would allow a following 'help' installer to know where to put the 'help' files.
;Root: HKCR; Subkey: "Audacity.Project\Path"; ValueType: string; ValueData: {app}; Flags: createvalueifdoesntexist uninsdeletekey; ;Root: HKCR; Subkey: "Audacity.Project\Path"; ValueType: string; ValueData: {app}; Flags: createvalueifdoesntexist uninsdeletekey;
[Run] [Run]
Filename: "{app}\audacity.exe"; Description: "{cm:LaunchProgram,Audacity}"; Flags: nowait postinstall skipifsilent Filename: "{app}\darkaudacity.exe"; Description: "{cm:LaunchProgram,DarkAudacity}"; Flags: nowait postinstall skipifsilent
[Languages] [Languages]
; NOTE: "0" in locale name will be translated to "@" when read by Audacity. ; NOTE: "0" in locale name will be translated to "@" when read by Audacity.
@@ -239,63 +196,63 @@ Filename: "{app}\audacity.exe"; Description: "{cm:LaunchProgram,Audacity}"; Flag
WriteIni(Local[2], "LangOptions", "LanguageID", "$" + ID))), \ WriteIni(Local[2], "LangOptions", "LanguageID", "$" + ID))), \
"compiler:" + Local[1] "compiler:" + Local[1]
Name: "af"; MessagesFile: "{#Get('Afrikaans.isl')}" ;Name: "af"; MessagesFile: "{#Get('Afrikaans.isl')}"
Name: "ar"; MessagesFile: "{#Get('Arabic.isl')}" ;Name: "ar"; MessagesFile: "{#Get('Arabic.isl')}"
Name: "be"; MessagesFile: "{#Get('Belarusian.isl')}" ;Name: "be"; MessagesFile: "{#Get('Belarusian.isl')}"
Name: "bg"; MessagesFile: "{#Get('Bulgarian.isl')}" ;Name: "bg"; MessagesFile: "{#Get('Bulgarian.isl')}"
Name: "bn"; MessagesFile: "{#Get('Bengali.islu')}" ;Name: "bn"; MessagesFile: "{#Get('Bengali.islu')}"
Name: "bs"; MessagesFile: "{#Get('Bosnian.isl')}" ;Name: "bs"; MessagesFile: "{#Get('Bosnian.isl')}"
Name: "ca"; MessagesFile: "compiler:Languages\Catalan.isl" ;Name: "ca"; MessagesFile: "compiler:Languages\Catalan.isl"
Name: "ca_ES0valencia"; MessagesFile: "{#Get('Valencian.isl')}" ;Name: "ca_ES0valencia"; MessagesFile: "{#Get('Valencian.isl')}"
;Name: "co"; MessagesFile: "compiler:Languages\Corsican.isl" ;Name: "co"; MessagesFile: "compiler:Languages\Corsican.isl"
Name: "cs"; MessagesFile: "compiler:Languages\Czech.isl" ;Name: "cs"; MessagesFile: "compiler:Languages\Czech.isl"
Name: "cy"; MessagesFile: "{#Dummy('Welsh', '0452')}" ;Name: "cy"; MessagesFile: "{#Dummy('Welsh', '0452')}"
Name: "da"; MessagesFile: "compiler:Languages\Danish.isl" ;Name: "da"; MessagesFile: "compiler:Languages\Danish.isl"
Name: "de"; MessagesFile: "compiler:Languages\German.isl" ;Name: "de"; MessagesFile: "compiler:Languages\German.isl"
Name: "el"; MessagesFile: "compiler:Languages\Greek.isl" ;Name: "el"; MessagesFile: "compiler:Languages\Greek.isl"
Name: "en"; MessagesFile: "compiler:Default.isl" Name: "en"; MessagesFile: "compiler:Default.isl"
Name: "es"; MessagesFile: "compiler:Languages\Spanish.isl" ;Name: "es"; MessagesFile: "compiler:Languages\Spanish.isl"
Name: "eu"; MessagesFile: "{#Get('Basque.isl')}" ;Name: "eu"; MessagesFile: "{#Get('Basque.isl')}"
Name: "fa"; MessagesFile: "{#Get('Farsi.isl')}" ;Name: "fa"; MessagesFile: "{#Get('Farsi.isl')}"
Name: "fi"; MessagesFile: "compiler:Languages\Finnish.isl" ;Name: "fi"; MessagesFile: "compiler:Languages\Finnish.isl"
Name: "fr"; MessagesFile: "compiler:Languages\French.isl" ;Name: "fr"; MessagesFile: "compiler:Languages\French.isl"
Name: "ga"; MessagesFile: "{#Dummy('Gaeilge', '083C')}" ;Name: "ga"; MessagesFile: "{#Dummy('Gaeilge', '083C')}"
Name: "gl"; MessagesFile: "{#Get('Galician.isl')}" ;Name: "gl"; MessagesFile: "{#Get('Galician.isl')}"
Name: "he"; MessagesFile: "compiler:Languages\Hebrew.isl" ;Name: "he"; MessagesFile: "compiler:Languages\Hebrew.isl"
Name: "hi"; MessagesFile: "{#Get('Hindi.islu')}" ;Name: "hi"; MessagesFile: "{#Get('Hindi.islu')}"
Name: "hr"; MessagesFile: "{#Get('Croatian.isl')}" ;Name: "hr"; MessagesFile: "{#Get('Croatian.isl')}"
Name: "hu"; MessagesFile: "compiler:Languages\Hungarian.isl" ;Name: "hu"; MessagesFile: "compiler:Languages\Hungarian.isl"
Name: "hy"; MessagesFile: "compiler:Languages\Armenian.islu" ;Name: "hy"; MessagesFile: "compiler:Languages\Armenian.islu"
Name: "id"; MessagesFile: "{#Get('Indonesian.isl')}" ;Name: "id"; MessagesFile: "{#Get('Indonesian.isl')}"
Name: "it"; MessagesFile: "compiler:Languages\Italian.isl" ;Name: "it"; MessagesFile: "compiler:Languages\Italian.isl"
Name: "ja"; MessagesFile: "compiler:Languages\Japanese.isl" ;Name: "ja"; MessagesFile: "compiler:Languages\Japanese.isl"
Name: "ka"; MessagesFile: "{#Get('Georgian.islu')}" ;Name: "ka"; MessagesFile: "{#Get('Georgian.islu')}"
Name: "km"; MessagesFile: "{#Dummy('Khmer', '0409')}" ;Name: "km"; MessagesFile: "{#Dummy('Khmer', '0409')}"
Name: "ko"; MessagesFile: "{#Dummy('Korean', '0412')}" ;Name: "ko"; MessagesFile: "{#Dummy('Korean', '0412')}"
Name: "lt"; MessagesFile: "{#Get('Lithuanian.isl')}" ;Name: "lt"; MessagesFile: "{#Get('Lithuanian.isl')}"
Name: "mk"; MessagesFile: "{#Get('Macedonian.isl')}" ;Name: "mk"; MessagesFile: "{#Get('Macedonian.isl')}"
Name: "my"; MessagesFile: "{#Dummy('Burmese', '0409')}" ;Name: "my"; MessagesFile: "{#Dummy('Burmese', '0409')}"
Name: "nb"; MessagesFile: "compiler:Languages\Norwegian.isl" ;Name: "nb"; MessagesFile: "compiler:Languages\Norwegian.isl"
;Name: "ne"; MessagesFile: "compiler:Languages\Nepali.islu" ;Name: "ne"; MessagesFile: "compiler:Languages\Nepali.islu"
Name: "nl"; MessagesFile: "compiler:Languages\Dutch.isl" ;Name: "nl"; MessagesFile: "compiler:Languages\Dutch.isl"
Name: "oc"; MessagesFile: "{#Get('Occitan.isl')}" ;Name: "oc"; MessagesFile: "{#Get('Occitan.isl')}"
Name: "pl"; MessagesFile: "compiler:Languages\Polish.isl" ;Name: "pl"; MessagesFile: "compiler:Languages\Polish.isl"
Name: "pt_PT"; MessagesFile: "compiler:Languages\Portuguese.isl" ;Name: "pt_PT"; MessagesFile: "compiler:Languages\Portuguese.isl"
Name: "pt_BR"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl" ;Name: "pt_BR"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl"
Name: "ro"; MessagesFile: "{#Get('Romanian.isl')}" ;Name: "ro"; MessagesFile: "{#Get('Romanian.isl')}"
Name: "ru"; MessagesFile: "compiler:Languages\Russian.isl" ;Name: "ru"; MessagesFile: "compiler:Languages\Russian.isl"
Name: "sk"; MessagesFile: "{#Get('Slovak.isl')}" ;Name: "sk"; MessagesFile: "{#Get('Slovak.isl')}"
Name: "sl"; MessagesFile: "compiler:Languages\Slovenian.isl" ;Name: "sl"; MessagesFile: "compiler:Languages\Slovenian.isl"
Name: "sr_RS"; MessagesFile: "compiler:Languages\SerbianCyrillic.isl" ;Name: "sr_RS"; MessagesFile: "compiler:Languages\SerbianCyrillic.isl"
Name: "sr_RS0latin"; MessagesFile: "compiler:Languages\SerbianLatin.isl" ;Name: "sr_RS0latin"; MessagesFile: "compiler:Languages\SerbianLatin.isl"
Name: "sv"; MessagesFile: "{#Get('Swedish.isl')}" ;Name: "sv"; MessagesFile: "{#Get('Swedish.isl')}"
Name: "ta"; MessagesFile: "{#Dummy('Tamil', '0449')}" ;Name: "ta"; MessagesFile: "{#Dummy('Tamil', '0449')}"
Name: "tg"; MessagesFile: "{#Dummy('Tajik', '0428')}" ;Name: "tg"; MessagesFile: "{#Dummy('Tajik', '0428')}"
Name: "tr"; MessagesFile: "compiler:Languages\Turkish.isl" ;Name: "tr"; MessagesFile: "compiler:Languages\Turkish.isl"
Name: "uk"; MessagesFile: "compiler:Languages\Ukrainian.isl" ;Name: "uk"; MessagesFile: "compiler:Languages\Ukrainian.isl"
Name: "vi"; MessagesFile: "{#Get('Vietnamese.isl')}" ;Name: "vi"; MessagesFile: "{#Get('Vietnamese.isl')}"
Name: "zh_CN"; MessagesFile: "{#Get('ChineseSimplified.isl')}" ;Name: "zh_CN"; MessagesFile: "{#Get('ChineseSimplified.isl')}"
Name: "zh_TW"; MessagesFile: "{#Get('ChineseTraditional.isl')}" ;Name: "zh_TW"; MessagesFile: "{#Get('ChineseTraditional.isl')}"
; To include additional translations add it to the win/InnoSetupLanguages directory. ; To include additional translations add it to the win/InnoSetupLanguages directory.
; The filename must be the locale name and the ".isl" extension. For example, "af.isl" ; The filename must be the locale name and the ".isl" extension. For example, "af.isl"
@@ -318,60 +275,60 @@ Name: "zh_TW"; MessagesFile: "{#Get('ChineseTraditional.isl')}"
; These could be included from a different file to make it easier to update... ; These could be included from a different file to make it easier to update...
[CustomMessages] [CustomMessages]
af.ResetPrefs=Reset Preferences ;af.ResetPrefs=Reset Preferences
ar.ResetPrefs=Reset Preferences ;ar.ResetPrefs=Reset Preferences
be.ResetPrefs=Reset Preferences ;be.ResetPrefs=Reset Preferences
bg.ResetPrefs=Да се нулират ли настройките? ;bg.ResetPrefs=Да се нулират ли настройките?
bn.ResetPrefs=Reset Preferences ;bn.ResetPrefs=Reset Preferences
bs.ResetPrefs=Reset Preferences ;bs.ResetPrefs=Reset Preferences
ca.ResetPrefs=Voleu restablir les preferències? ;ca.ResetPrefs=Voleu restablir les preferències?
ca_ES0valencia.ResetPrefs=Reset Preferences ;ca_ES0valencia.ResetPrefs=Reset Preferences
;co.ResetPrefs=Reset Preferences ;co.ResetPrefs=Reset Preferences
cs.ResetPrefs=Vynulovat nastavení? ;cs.ResetPrefs=Vynulovat nastavení?
cy.ResetPrefs=Reset Preferences ;cy.ResetPrefs=Reset Preferences
da.ResetPrefs=Gendan indstillinger? ;da.ResetPrefs=Gendan indstillinger?
de.ResetPrefs=Einstellungen zurücksetzen? ;de.ResetPrefs=Einstellungen zurücksetzen?
el.ResetPrefs=Επαναφορά προτιμήσεων; ;el.ResetPrefs=Επαναφορά προτιμήσεων;
en.ResetPrefs=Reset Preferences en.ResetPrefs=Reset Preferences
es.ResetPrefs=¿Desea restablecer las preferencias? ;es.ResetPrefs=¿Desea restablecer las preferencias?
eu.ResetPrefs=Berrezarri Hobespenak? ;eu.ResetPrefs=Berrezarri Hobespenak?
fa.ResetPrefs=Reset Preferences ;fa.ResetPrefs=Reset Preferences
fi.ResetPrefs=Reset Preferences ;fi.ResetPrefs=Reset Preferences
fr.ResetPrefs=Réinitialiser les Préférences ? ;fr.ResetPrefs=Réinitialiser les Préférences ?
ga.ResetPrefs=Reset Preferences ;ga.ResetPrefs=Reset Preferences
gl.ResetPrefs=Restabelecer as preferencias? ;gl.ResetPrefs=Restabelecer as preferencias?
he.ResetPrefs=?אתה רוצה לשחזר העדפות ;he.ResetPrefs=?אתה רוצה לשחזר העדפות
hi.ResetPrefs=वरीयताएँ रीसेट करें? ;hi.ResetPrefs=वरीयताएँ रीसेट करें?
hr.ResetPrefs=Resetirati Postavke? ;hr.ResetPrefs=Resetirati Postavke?
hu.ResetPrefs=Alapra állítja a beállításokat? ;hu.ResetPrefs=Alapra állítja a beállításokat?
hy.ResetPrefs=Վերափոխե՞լ կարգավորումները: ;hy.ResetPrefs=Վերափոխե՞լ կարգավորումները:
id.ResetPrefs=Reset Preferences ;id.ResetPrefs=Reset Preferences
it.ResetPrefs=Ripristino Preferenze? ;it.ResetPrefs=Ripristino Preferenze?
ja.ResetPrefs=設定をリセットしますか? ;ja.ResetPrefs=設定をリセットしますか?
ka.ResetPrefs=Reset Preferences ;ka.ResetPrefs=Reset Preferences
km.ResetPrefs=Reset Preferences ;km.ResetPrefs=Reset Preferences
ko.ResetPrefs=기본 설정을 재설정하시겠습니까? ;ko.ResetPrefs=기본 설정을 재설정하시겠습니까?
lt.ResetPrefs=Reset Preferences ;lt.ResetPrefs=Reset Preferences
mk.ResetPrefs=Reset Preferences ;mk.ResetPrefs=Reset Preferences
my.ResetPrefs=Reset Preferences ;my.ResetPrefs=Reset Preferences
nb.ResetPrefs=Reset Preferences ;nb.ResetPrefs=Reset Preferences
;ne.ResetPrefs=Reset Preferences ;ne.ResetPrefs=Reset Preferences
nl.ResetPrefs=Voorkeuren herstellen? ;nl.ResetPrefs=Voorkeuren herstellen?
oc.ResetPrefs=Reset Preferences ;oc.ResetPrefs=Reset Preferences
pl.ResetPrefs=Zresetować ustawienia? ;pl.ResetPrefs=Zresetować ustawienia?
pt_PT.ResetPrefs=Reconfigurar as Preferências? ;pt_PT.ResetPrefs=Reconfigurar as Preferências?
pt_BR.ResetPrefs=Redefinir Preferências? ;pt_BR.ResetPrefs=Redefinir Preferências?
ro.ResetPrefs=Reset Preferences ;ro.ResetPrefs=Reset Preferences
ru.ResetPrefs=Сбросить Параметры? ;ru.ResetPrefs=Сбросить Параметры?
sk.ResetPrefs=Obnoviť nastavenia? ;sk.ResetPrefs=Obnoviť nastavenia?
sl.ResetPrefs=Želite ponastaviti možnosti? ;sl.ResetPrefs=Želite ponastaviti možnosti?
sr_RS.ResetPrefs=Да вратим на старе поставке? ;sr_RS.ResetPrefs=Да вратим на старе поставке?
sr_RS0latin.ResetPrefs=Da vratim na stare postavke? ;sr_RS0latin.ResetPrefs=Da vratim na stare postavke?
sv.ResetPrefs=Återställ inställningar? ;sv.ResetPrefs=Återställ inställningar?
ta.ResetPrefs="விருப்பங்களை மீட்டமைக்க? ;ta.ResetPrefs="விருப்பங்களை மீட்டமைக்க?
tg.ResetPrefs=Reset Preferences ;tg.ResetPrefs=Reset Preferences
tr.ResetPrefs=Ayarlar Sıfırlansın mı? ;tr.ResetPrefs=Ayarlar Sıfırlansın mı?
uk.ResetPrefs=Відновити початкові значення параметрів? ;uk.ResetPrefs=Відновити початкові значення параметрів?
vi.ResetPrefs=Reset Preferences ;vi.ResetPrefs=Reset Preferences
zh_CN.ResetPrefs=重置配置吗? ;zh_CN.ResetPrefs=重置配置吗?
zh_TW.ResetPrefs=是否重設偏好設定? ;zh_TW.ResetPrefs=是否重設偏好設定?

View File

@@ -1,7 +1,7 @@
{\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Calibri;}} {\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fswiss\fprq2\fcharset0 Calibri;}}
{\colortbl ;\red0\green0\blue255;} {\colortbl ;\red0\green0\blue255;}
{\*\generator Msftedit 5.41.21.2510;}\viewkind4\uc1\pard\b\f0\fs20 Audacity\'ae is free, open source software for recording and editing sounds.\b0 It is available for Mac OS X, Microsoft Windows, GNU/Linux, and other operating systems. {\field{\*\fldinst{HYPERLINK "http://audacityteam.org/about/" }}{\fldrslt{\cf1\ul Learn more about Audacity...}}}\cf0\ulnone\f0\fs20 Also check our {\field{\*\fldinst{HYPERLINK "http://wiki.audacityteam.org/" }}{\fldrslt{\cf1\ul Wiki}}}\cf0\ulnone\f0\fs20 and {\field{\*\fldinst{HYPERLINK "http://forum.audacityteam.org/" }}{\fldrslt{\cf1\ul Forum}}}\cf0\ulnone\f0\fs20 for more information.\par {\*\generator Msftedit 5.41.21.2510;}\viewkind4\uc1\pard\b\f0\fs20 DarkAudacity is free, open source software for recording and editing sounds.\b0 It is available for Microsoft Windows only. {\field{\*\fldinst{HYPERLINK "http://www.darkaudacity.com/index.html" }}{\fldrslt{\cf1\ul Learn more about DarkAudacity...}}}\cf0\ulnone\f0\fs20 \par
\par \par
\b License\b0 : Audacity is {\field{\*\fldinst{HYPERLINK "http://manual.audacityteam.org/o/man/faq_about_audacity.html#free" }}{\fldrslt{\cf1\ul free software}}}\cf0\ulnone\f0\fs20 . You may use it for any personal, commercial or educational purpose, including installing it on as many different computers as you wish. Audacity is licensed under the terms of {\field{\*\fldinst{HYPERLINK "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" }}{\fldrslt{\cf1\ul version 2}}}\cf0\ulnone\f0\fs20 of the {\field{\*\fldinst{HYPERLINK "http://www.gnu.org/licenses/licenses.html" \\\\l "GPL" }}{\fldrslt{\cf1\ul GNU General Public License (GPL)}}}\cf0\ulnone\f0\fs20 as published by the Free Software Foundation. The full text of the license is also available when running Audacity, via the \b Help\b0 menu > \b About Audacity...\b0 command > \b GPL License\b0 tab.\b\par \b License\b0 : DarkAudacity is {\field{\*\fldinst{HYPERLINK "http://manual.audacityteam.org/man/faq_about_audacity.html#free" }}{\fldrslt{\cf1\ul free software}}}\cf0\ulnone\f0\fs20 . You may use it for any personal, commercial or educational purpose, including installing it on as many different computers as you wish. DarkAudacity is licensed under the terms of {\field{\*\fldinst{HYPERLINK "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" }}{\fldrslt{\cf1\ul version 2}}}\cf0\ulnone\f0\fs20 of the {\field{\*\fldinst{HYPERLINK "http://www.gnu.org/licenses/licenses.html" \\\\l "GPL" }}{\fldrslt{\cf1\ul GNU General Public License (GPL)}}}\cf0\ulnone\f0\fs20 as published by the Free Software Foundation. The full text of the license is also available when running DarkAudacity, via the \b Help\b0 menu > \b About DarkAudacity...\b0 command > \b GPL License\b0 tab.\b\par
\pard\sa200\sl276\slmult1\b0\par \pard\sa200\sl276\slmult1\b0\par
} }