1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 23:59:41 +02:00

49 Commits

Author SHA1 Message Date
Paul Licameli
e2dfaed0f2 pt, zh, ja translation changes for Windows installer...
... recommended by Bruno Ramalhete and mkpoli, for "Reset Preferences"
2017-11-27 23:47:30 -05:00
Olivier Humbert
b69a272ad9 Updated fr.po (and audacity.iss) -- French submitted by Olivier Humbert...
... "#trebmuh" comment lines remain, where the translator may wish to review
and revise later.

Olivier's commit comments:

- disambiguation: decay (EN) -> déclin (FR)
- disambiguation : save (EN) -> sauvegarder (FR) and record (EN) -> enregistrer (FR)
- consistency around preset (EN) -> préréglage (FR)
- fixes "sample rate" which was translated with "fréquence d'échantillonnage" while the correct translation is "taux d'échantillonnage"
- fixes "bit rate" which was translated with "débit" while the correct translation is "débit binaire"
- fixes a misleading translation where a "bit  rate" (EN) was translated to "taux d'échantillonnage" instead of "débit binaire"

+ one string was half-translated
+ 5 typos
+ 1 frenglish
+ 1 better translation
+ 3 comments-to-self
+ updated timestamp
+ 1 missing translation

adds Christian Brochec in the header

+ a bunch of note-to-self precisions
+ a couple of better accelerators
+ typos
+ update the timestamp in the header
+ get the rid off the (useless now) "#| msgid" (which were ancient translation)
2017-11-27 20:53:40 -05:00
James Crook
73b421a5c3 Bug 1591 - Windows: Click Track not removed from previous installation 2017-02-24 18:33:27 +00:00
James Crook
0ceae62964 Add UTF-8 BOM to audacity.iss so that Unicode is right in installer. 2017-02-13 16:15:42 +00:00
Benjamin Drung
787f2afd10 Introduce end-of-line normalization
Ensures that all files that Git considers to be text will have
normalized (LF) line endings in the repository. When core.eol is set to
native (which is the default), Git will convert the line endings of
normalized files in your working directory back to your platform's
native line ending.

See also https://git-scm.com/docs/gitattributes
2016-05-17 01:05:05 +02:00
Gale Andrews
e48c80d13b Don't disable "Select Destination Location" wizard 2016-04-19 14:04:34 +01:00
Gale Andrews
bd9fc44173 Update to Inno Setup 5.5.9
Don't disable the Welcome page.
Armenian translation now "official".
2016-04-13 13:14:16 +01:00
James Crook
dec93b3d16 audacity.iss - remove old mod-nyq-bench.dll 2015-11-12 21:16:23 +00:00
James Crook
45ca22648a .iss: Dll versions and audacity URL updated. 2015-11-07 12:23:43 +00:00
James Crook
4d3e9648a7 Update innosetup for new language filenames.
pt -> pt_PT, zh -> zh_CN
2015-09-08 10:38:29 +01:00
James Crook
7d3e4a16d6 Corsican and Nepali not supported.
(P3) Commented out co and ne languages as they are not supported by Audacity.
2015-07-11 11:02:22 +01:00
Leland Lucius
3b52b6be45 Delete hard_limiter during install
And remove unnecessary delete of "FirstTime.txt" file
2015-06-20 00:03:46 -05:00
Leland Lucius
0f783f9508 Set the permissions of the FirstTime.ini file so that it can be deleted 2015-06-19 13:45:52 -05:00
Leland Lucius
b5e4dd72d4 Renamed it everywhere else...missed there reason for the rename...DOH 2015-06-04 20:54:38 -05:00
Leland Lucius
c9327a9df0 Addition fix/changes for bug #673
This changes the way "unofficial" Inno Setup translations
are handled.

The first time a user compiles the .iss, the "unofficial" translations
will be downloaded to:

   C:\Program Files (x86)\Inno Setup 5/Languages/unofficial

Any translations supported by Audacity that do not have an Inno
translation will be automatically created from the Default.isl in:

   C:\Program Files (x86)\Inno Setup 5/Languages/dummy

This is all handled by the Inno Preprocessor.  Powershell is used
to do the actual download.

Once downloaded, they will not be downloaded again, so if updates
are made, they will need to be deleted from the above directories
and allowed to download again.

In addition, I extracted the "Reset Preferences" translations from
the Audacity .po files and added them to the .iss file.

Audacity private Inno translation files are still supported in
win/InnoSetupLanguages, but I've removed the samples I'd previously
committed.

While not exactly related to this change, there were 2 languages
that weren't being set properly after being selected during
installation:

   ca@valencia (Valencian)
   bs (Bosnian)

The reason Valencian wasn't be displayed in preferences was twofold.
It was incorrectly named and the search loop in Languages:GetLanguages()
didn't include a range sufficient enough to pull the Valencian info.

The Bosnian language is supported by wxWidgets 2.8.12 (it is in wx3)
so, even though we have a translation, it was unavailable for
selection.

The changes required to fix those issues were:

1)  Renamed ca@valencia to ca_ES@valencia
2)  Instead of iterating over all wxWidgets languages and trying to
    match them with our translations, I reversed it.  It now iterates
    over our translations and asks wxWidgets for the associated
    language info.  This provides support for both of the above
    languages.
3)  By doing #2, we are now able to add additional user languages that
    may not yet be supported by wxWidgets.  So, I added the Bosnian
    language info.
2015-06-04 14:19:06 -05:00
Leland Lucius
8c454ffa6b Additional fix for bug #673 and fix for bug #1007 2015-06-03 10:52:05 -05:00
Leland Lucius
054ec3ee1a Fix for bug #673 2015-06-03 01:22:18 -05:00
v.audacity@gmail.com
dec3645264 Change version number from 2.1.0-alpha, for 2.1.0 RC(s). 2015-03-01 22:12:47 +00:00
v.audacity
1349b06628 Now that Gale recently told us he's using these installers for nightlies, it NEEDS the "-alpha" designation, or it looks like his nightlies are the actual 2.1 release -- which we have NOT done. 2015-02-03 11:31:35 +00:00
martynshaw99
3d9d6836ce Gale's changes to get us nearer to 2.1 release, including updates for VS 2013. 2015-02-03 00:17:27 +00:00
martynshaw99
80797a8471 Reverting an accidental commit, sorry! Martyn 2014-10-03 01:05:42 +00:00
martynshaw99
70a92485f7 2014-10-03 00:23:00 +00:00
v.audacity
948f6f1a5f Updates for 2.0.6.
Note that 2 languages were removed and 2 added, per http://www.jrsoftware.org/files/is5-whatsnew.htm.
2014-09-25 02:35:01 +00:00
v.audacity
332c4ce04c Add some newly supported languages for Inno 5.5.4. Unfortunate that we have to update the script each time. 2014-03-13 00:55:19 +00:00
v.audacity
0f68b79ddb Remove analyze.ny as we were not shipping it and it's functionless. Steve is supplying an analog and two other examples to post on the wiki, instead. 2014-02-11 02:58:38 +00:00
martynshaw99
8fa922b254 Update for 2.0.5 2013-10-15 22:15:20 +00:00
martynshaw99
4c64a74b18 We don't ship modules at the moment. 2013-09-08 20:26:03 +00:00
martynshaw99
68b8d258db Clean up the folder/directory that we are installing to 2013-09-04 00:02:14 +00:00
martynshaw99
25a7868380 Update for 2.0.4 2013-08-31 21:40:45 +00:00
v.audacity
3d6c0d029f Make Windows installation consistently go to common access rather than user-specific, per forward from Buanzo of message feedback@ message from "Heath Parker". 2013-06-28 05:50:56 +00:00
martynshaw99
f1156ce0d5 Preparation to release 2.0.3, from a 32-bit machine.
Also, sure that link is currently wrong in ...InfoBefore...
2013-01-10 00:36:27 +00:00
v.audacity
27985d3631 Fix the comments about where to get MSVC redistributables. 2012-08-10 19:11:35 +00:00
v.audacity
e4b2e96d24 Update comments. This does not affect RC's. 2012-08-10 05:37:17 +00:00
v.audacity
02d6671594 Specify AppVersion as well, so it appears in the Add/Remove Programs entry, per request on feedback@audacityteam.org for compatibility with software like software-uptodate.de/cms/us/home.
Change default assumption to compiling the script on Win 7. I left in the Win XP and earlier lines, commented out, so it's easy to switch.
2012-08-10 01:16:47 +00:00
v.audacity
470898e035 update for 2.0.2 2012-08-09 00:18:47 +00:00
v.audacity
c3ab4576f2 Update Win installer maker script so it automatically makes the MinVersion requirement disallow ANSI systems. The way it was, the installer would go ahead and try to install on ANSI systems. 2012-06-23 23:12:43 +00:00
martynshaw99
75a27171fa Add the ability to reset the Prefs.
Add japanese, SerbianCyrillic and ukrainian to the installer languages, since we have them in the app.
2012-03-29 23:53:08 +00:00
v.audacity
c439261ca7 Try [UninstallRun] section to uninstall 1.2.* better. 2012-02-23 07:01:56 +00:00
v.audacity
d882ea89ac Changes per "Verbosity in installer dialog" thread on audacity-quality: Simplify the license page text in the installer. Rather than show LICENSE.TXT, show abbreviated text from http://audacity.sourceforge.net/ and http://audacity.sourceforge.net/about/license.
Also added more accurate, copyrighted header, and moved SetupIconFile directive to different section as it's not compiler-related.
2012-02-23 04:09:15 +00:00
v.audacity
a663c35378 Changes to make the version number appear much less frequently, a la the 1.2.x stable release conventions (long forgotten!). 2012-02-16 21:12:18 +00:00
v.audacity
c2353a09c3 Explicitly get rid of 1.2.x cruft files that we are not replacing. 2012-02-15 20:10:19 +00:00
v.audacity
a8a006e995 This is now the main installer-maker script, so identical to audacity_unicode.iss. 2012-02-15 19:43:26 +00:00
martynshaw99
9e802e0b0a Update to installers, reflecting that 'unicode' is the norm and 'ANSI' is no longer supported. audacity.iss in untested since I no longer have 'Visual Studio 8'. We should really change the file names as well to 'audacity.iss' and 'audacity_ANSI.iss', or simply delete the older version, since we no longer support it. 2012-01-31 00:32:21 +00:00
martynshaw99
4474d348b3 Recurse into Nyquist subdirs, so we get \rawwaves dir. Thanks to Gale. 2011-03-30 22:58:27 +00:00
v.audacity
abb01a533f Remove unnecessary "Microsoft.VC80.CRT\msvcm80.dll" DLL. 2011-03-28 01:17:02 +00:00
v.audacity
fa51a6fee8 (Bug 243, P2 - Default EQCurves.xml should be populated and added to Windows and Mac installers)
Apparently "{pf}" does not get interpreted correctly in [Files] section.
2010-10-16 08:22:09 +00:00
v.audacity
341257491d (bug 243, P2, Default EQCurves.xml should be populated and added to Windows and Mac installers)
Add default EQCurves.xml for Windows.

Remove specific hard drive references in favor of {pf} for Program Files directory.

Increment Audacity version number.
2010-10-16 00:47:53 +00:00
windinthew
ca15eb3e3b Committing the .iss file used for 1.3.12 ANSI Release 2010-04-02 10:52:42 +00:00
ra
e74978ba77 Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00