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

24 Commits

Author SHA1 Message Date
Pavel Fric
c51ddd6c1d Czech Translation by Pavel Fric 2016-01-31 17:42:23 +00:00
James Crook
00231b5af5 Updated .po files for new .pot 2015-09-07 13:05:47 +01:00
James Crook
1416bbaa25 Updated Czech .po file. 2015-08-23 13:58:31 +01:00
James Crook
ac6c5f9009 Update .pot and .po files ready for translation 2015-06-14 16:53:08 +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
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@gmail.com
44ded8d3cd Updated translation from Pavel Fric 2014-09-09 18:39:53 +00:00
windinthew
c4502c29b9 Updated all other .po files to latest audacity.pot. 2014-09-04 20:03:42 +00:00
windinthew
23c7a10158 Update by Pavel Fric. 2014-07-02 17:32:54 +00:00
windinthew
0f8120d72e Update by Pavel Fric. 2014-03-29 03:20:44 +00:00
windinthew
8865d05e97 2.0.5 translation by Pavel Fric. 2013-10-15 08:08:20 +00:00
richardash1981
39003a2a1b Updated Czech translation by Pavel Fric 2013-08-31 15:15:09 +00:00
windinthew
0e9fa580f5 Update by Pavel Fric 2013-06-10 07:41:33 +00:00
windinthew
cfdad93f41 update by Pavel Fric 2013-01-22 12:06:48 +00:00
windinthew
d2ed0e998c Update by Pavel Fric 2013-01-12 08:14:52 +00:00
windinthew
a215a35e05 Fixed export and float messages by Pavel Fric 2012-12-24 23:53:50 +00:00
windinthew
ad17bcf19b Synced and updated with latest audacity.pot 2012-12-24 00:04:00 +00:00
windinthew
47de68f395 Update by Pavel Fric 2012-12-23 20:34:41 +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