1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-14 16:08:54 +02:00

15 Commits

Author SHA1 Message Date
James Crook
ac6c5f9009 Update .pot and .po files ready for translation 2015-06-14 16:53:08 +01: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
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
richardash1981
374349de04 Updated translation by Ináo Barroso 2014-09-07 20:54:08 +00:00
windinthew
05245e6ff1 Updated by Inácio Barroso AND updated to latest strings from audacity.pot. 2014-09-04 19:59:09 +00:00
windinthew
3819531938 Updated by Manuela Silva/Inácio Barroso. 2014-06-22 16:30:16 +00:00
windinthew
cf555e8fb1 Update by Inácio Barroso. 2013-10-24 20:11:52 +00:00
windinthew
14f861f4b1 Update by Inácio Barroso. 2013-09-22 18:01:47 +00:00
windinthew
055714bc95 Update by Inácio Barroso 2013-06-22 06:59:08 +00:00
windinthew
d4d8373751 Updated software translation from Bruno 2012-03-02 16:29:37 +00:00
windinthew
bb63b7d28d Updated European Portuguese software translation from Bruno Gravato 2012-02-14 17:11:39 +00:00
windinthew
5d0384915d Updated Brazilian- and European-Portuguese software translations from Cleber 2012-02-01 16:28:28 +00:00
windinthew
40ff3fd0b8 Update all .po files from latest audacity.pot 2012-01-20 19:12:23 +00:00
richardash1981
dd3e052379 Update all .po files with latest program strings (from current SVN without any local patches), correcting an error in previous audacity.pot file 2010-03-06 16:24:20 +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