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

72 Commits

Author SHA1 Message Date
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
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
windinthew
48bb67574a Updated by Michał Trzebiatowski. 2014-10-06 04:49:24 +00:00
windinthew
39551b1a06 2.0.6 update by Daniel Winzen. 2014-09-04 20:24:48 +00:00
windinthew
c4502c29b9 Updated all other .po files to latest audacity.pot. 2014-09-04 20:03:42 +00:00
windinthew
2585f11e96 2.0.5 translation by Daniel Winzen. 2013-10-15 08:24:51 +00:00
windinthew
90b6e93cd3 Update for 2.0.4 by Daniel Winzen 2013-08-29 03:41:31 +00:00
windinthew
7aeb4396b7 Removing unwanted access keys from all items in the Generate, Effect and Analyze Menus 2013-06-01 23:26:11 +00:00
windinthew
c8e95377d2 Update by Daniel 2013-03-18 20:59:27 +00:00
windinthew
01cc492335 Update by Daniel Winzen 2013-01-16 19:18:11 +00:00
windinthew
c36d83d332 Updated by Volker Meder 2012-12-22 02:02:12 +00:00
windinthew
0972889840 Updated software translation by Daniel 2012-08-10 00:39:19 +00:00
windinthew
4341ecdbe8 Further update by Daniel Winzen 2012-07-29 21:12:57 +00:00
windinthew
744fb6def8 Update by Daniel Winzen 2012-07-04 21:26:15 +00:00
windinthew
7dd545fc4d Updated software translation from Andreas 2012-05-29 23:17:01 +00:00
windinthew
38b209d67e Updated software translation from Andreas Klug. 2012-04-05 20:30:30 +00:00
windinthew
40ff3fd0b8 Update all .po files from latest audacity.pot 2012-01-20 19:12:23 +00:00
windinthew
21eb328c01 Fix overflow in dd:hh:mm:ss selection format 2010-06-14 15:40:04 +00:00
msmeyer3
e31b602497 Update German translation 2010-05-31 10:22: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