1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 17:19:43 +02:00

396 Commits

Author SHA1 Message Date
James Crook
ff557e5516 Spanish translation of 'Dither'
"Corrección con ruido blanco" corrected to "&Dither:" per recommendation of Federico Miyara in email 17-Aug-2015 to Audacity-Devel.  His argument is that the technical term 'Dither' from English is what Spanish people use, and the 'descriptive' version doesn't help at all unless you know the technical concept (in which case use that word).
2015-08-23 16:03:48 +01:00
James Crook
1416bbaa25 Updated Czech .po file. 2015-08-23 13:58:31 +01:00
Leland Lucius
2fc4c63c93 Regenerate for new file 2015-08-17 21:54:47 -05:00
Leland Lucius
69a9ea0bb2 Added new source files to POTFILES 2015-07-19 18:15:34 -05:00
James Crook
b99f1b90fb Missing " 2015-06-29 23:16:18 +01:00
James Crook
a521164657 Translations received via Transifex
de - German - Daniel Winzen
tr - Turkish - Kaya Zeren
nl - Dutch - Thomas De Rocker
sr_RS - Serbian - Thomas De Rocker
pl - Polish - Andrzej Supermocny
fr - French - Tubuntu
2015-06-29 22:12:26 +01:00
James Crook
684480a8b1 Translations received via -translations email list
da - Danish - Thomas Breinstrup
fi - Finnish - Heino Keränen
ro - Romanian - Cristian Secară
zh - Chinese - zhangmin
es - Spanish - Antonio Paniagua Navarro
ca - Catalan - Francesc Busquets
(hu - Hungarian - Balázs Úr ) <- Already updated for 2.1.1.
2015-06-29 21:53:35 +01:00
James Crook
dfe80bbfa5 Fixed audacity version to 2.1.1
This is s cosmetic change.
2015-06-27 17:13:50 +01:00
James Crook
7184425d03 Updated for 2.1.1 2015-06-21 14:39:44 +01:00
windinthew
96d3c40f34 Merge remote-tracking branch 'audmain/master' into work 2015-06-14 20:33:01 +01:00
James Crook
14ace657e9 Merge remote-tracking branch 'yuri/master' 2015-06-14 19:17:10 +01:00
James Crook
ac6c5f9009 Update .pot and .po files ready for translation 2015-06-14 16:53:08 +01:00
James Crook
43fba12192 Updated Finnish translation by Heino Keränen 2015-06-13 23:08:41 +01:00
James Crook
3a72c34576 Finnish translation by Heino Keränen 2015-06-13 23:08:41 +01:00
James Crook
b8f61da076 Fix %s msiing in translation
File %s already exists.  Was missing %s in translation.
2015-06-13 23:08:40 +01:00
James Crook
d6d90c4b48 Update cs.po
fuzzy, cformat change.
2015-06-13 23:08:40 +01:00
James Crook
100ad51303 cs.po from Pavel Fric 2015-06-13 23:08:40 +01:00
windinthew
d67528cf83 Fix Import Raw Data dialog not showing files 2015-06-13 17:28:46 +01: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
7a0aa43a82 Convert all wxTRANSLATE() to XO()
XO() can be used anywhere a string must be extracted for translation
but not automatically translated at runtime.
2015-04-18 23:03:49 -05:00
Paul-Licameli
96585b3377 Add empty ViewInfo.cpp 2015-04-18 16:49:21 -04:00
Leland Lucius
80c3705e7c Add new files and fix Linux includes 2015-04-17 17:37:28 -05:00
Leland Lucius
8fbfa460c4 Migrating the remaining effects
This brings the builtin, LV2, and VAMP effects inline with the
Audio Units, LADSPA, and VST effects.  All effects now share
a common UI.

This gives all effects (though not implemented for all):

User and factory preset capability
Preset import/export capability
Shared or private configuration options

Builtin effects can now be migrated to RTP, depending on algorithm.
LV2 effects now support graphical interfaces if the plugin supplies one.
Nyquist prompt enhanced to provide some features of the Nyquist Workbench.

It may not look like it, but this was a LOT of work, so trust me, there
WILL be problems and everything effect related should be suspect.  Keep
a sharp eye (or two) open.
2015-04-16 23:36:28 -05:00
v.audacity
23701781e8 We are going to have to do RC2's, so am committing these late submissions. They build for me. 2015-03-03 03:37:26 +00:00
windinthew@gmail.com
ddef739226 Updated for 2.1.0 by Daniel Winzen. 2015-02-27 01:17:32 +00:00
v.audacity
7990d2a847 Francesc Busquets update for Catalan 2015-02-25 06:49:43 +00:00
richardash1981
38f29aa167 Completed translation from Min Zhang 2015-02-23 21:47:02 +00:00
richardash1981
37d1a6bf0a Updated translation from Thomas De Rocker 2015-02-23 21:43:16 +00:00
richardash1981
633499463e commit nearly complete translation from min zhang 2015-02-22 22:17:30 +00:00
windinthew
28a942c63a Latest available translation, corrected all instances of "Labeled Audio" to "Textmarkiertes Audio" and updated strings to latest audacity.pot. 2015-02-22 16:05:23 +00:00
v.audacity
390ddb0bf8 update from Carmelo Battaglia 2015-02-21 22:45:58 +00:00
windinthew@gmail.com
7b6e94847b Updated translation for 2.1.0 from Miguel Bouzada. 2015-02-20 17:15:33 +00:00
v.audacity
8befced39d commits for Audacity version 2.1 2015-02-20 13:48:39 +00:00
v.audacity
47525fe553 updated Danish version from Thomas Breinstrup, per .pot file of 2015-02-10 2015-02-19 18:55:14 +00:00
windinthew@gmail.com
59349002f6 Update for 2.1.0 by Antonio. Also fix the Wahwah crash in Spanish (bug 861), thanks to Steve for spotting the error. 2015-02-18 03:55:31 +00:00
windinthew
e840bfe3a7 Update for 2.1.0 by Yuri Chornoivan. 2015-02-12 15:11:18 +00:00
windinthew@gmail.com
f2371b634b Updated by Koncz László 2015-01-12 02:14:15 +00:00
lllucius@gmail.com
7912b2ce5f Cleanup locale makefiles
This will remove that pesky Makefile.in that would get in
the way when trying to commit.  It doesn't need to be in 
SVN since it is regenerated each build.

And this will restore Makefile.in.in to the unmodified
version there was a risk of losing those changes when/if
autopoint was rerun.

The changes were moved to configure.ac.
2015-01-03 03:47:17 +00:00
lllucius
16ca4f17eb Re-adding localized menu labels for effects
If you can believe it, this whole big mess is
just to get localized effect labels back into
the menus.

I sure wish I'd had a little bit more time to
finish up all of the effects.  It sure would 
be a lot cleaner (code wise).
2014-12-15 21:54:23 +00:00
windinthew@gmail.com
d8d40defe1 Updated by Koncz László (submitted offlist). 2014-12-10 13:22:14 +00:00
lllucius@gmail.com
fdc524ed3f Fix Linux build after removing LoadAudioUnits.*.
Didn't even cross my mind to have to worry about it..but it makes sense.
2014-11-25 19:27:05 +00:00
windinthew@gmail.com
5bffe9cecf Added new Armenian translation by Aram Vardanyan to Windows and Linux builds. Still needs to be added to the Mac project file. 2014-11-22 16:59:02 +00:00
windinthew@gmail.com
974230ae81 Updated by Yuri Chornoivan. 2014-11-17 13:08:41 +00:00
lllucius
ad92e8c4bf One more round of effects changes.
The big thing is the common efffects UI.  Right now Ladspa and VST
have been converted to use it and Audiounits will be next.  It makes
everything nice and consistent while reducing the clutter in the
dialog.

Other goodies are:

Ladspa effects now show output controls when supplied by the effect
Ladspa effects now work fine as Analyze type effects
Ladspa now has user presets
VST effects dialog is now less cluttered...leaving more room for the effect
Ladspa and VST effects now share a common UI
Ladspa and VST effects are now usable in chains
Ladspa and VST effects now handle user presets the same way
Currently active effects settings automatically saved and reloaded
Can now do numeric range checking on input fields.

And, as always, plenty of critter squashing.
2014-11-14 03:03:17 +00:00
james.k.crook@gmail.com
2c64427129 Changes to compile NoiseReduction for Linux too. 2014-11-13 12:53:33 +00:00
lllucius@gmail.com
a68093ae60 Added a bunch of missing files to POTFILES.in and regen'd the pot files. 2014-11-10 20:31:56 +00:00
lllucius@gmail.com
6f0a6813c3 Removed TimeTextCtrl from POTFILES.in 2014-11-10 16:53:34 +00:00
james.k.crook@gmail.com
8a9987a0d9 From: martin@steghoefer.eu [PATCHES 02-15 of 15] Fix runtime problem with wxWidgets 3.0:
Correct string formatting for:
2/15  %d + enum => %d + int
3/15  %lld + int64_t => %lld + long long
4/15  %d + int64_t => %lld + long long
5/15  %d + double => %f + double
6/15  %d + int32_t => %d + int
7/15  %d + intptr_t => %p + void*
8/15  gint, guint
9/15  %d + long => %ld + long
10/15 %n + int => %d + int
11/15 %x + int => %x + unsigned int
12/15 %f + int => %d + int
13/15 %S + wxChar* => %s + wxChar*
14/15 %d + size_t => %d + int
15/15 %d + size_t => %lld + long long

"The functions wxString::Format, wxString::Printf (and others indirectly) have become stricter about parameter types that don't match (format specifier vs. function parameters). So the bugs (that were already present in audacity before) become visible in wx3.0 as error message dialogs. I've checked all occurrences of Printf, wxPrintf, PrintfV, Format, FormatV, wxLogDebug and wxLogError systematically and made the type match."

Note (9/15): In TrackPanel.cpp, ExportMP2.cpp and CompareAudioCommand.cpp this patch supersedes related change done in r13466 because the new solution requires fewer casts and therefore simplifies the code.

Note: Many .po files are affected, and we need to be very careful about this.  Incorrect "%d" and similar in translation files may lead to crashes in those languages (only).  This is something we should actually have been more careful about in the past.  We need to write a script to check that the "%d" and similar format specifiers match between English and translation.
2014-11-08 16:42:34 +00:00
lllucius@gmail.com
4390de22ec Missed a file in r13544 2014-11-05 07:15:01 +00:00
lllucius@gmail.com
7f8270a5c8 3rd attempt to Add the ability to build without trashing the source tree
Hopefully this take care of all situations.
2014-10-28 06:27:57 +00:00