1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-13 15:38:56 +02:00

40 Commits

Author SHA1 Message Date
James Crook
bea6191a1a Danish, Spansih, Hungarian and Dutch translations updated. 2015-09-16 20:07:16 +01:00
James Crook
00231b5af5 Updated .po files for new .pot 2015-09-07 13:05:47 +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
ac6c5f9009 Update .pot and .po files ready for translation 2015-06-14 16:53:08 +01:00
richardash1981
37d1a6bf0a Updated translation from Thomas De Rocker 2015-02-23 21:43:16 +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
0768f67ece Updated by Thomas de Rocker 2014-10-01 08:00:36 +00:00
windinthew
c4502c29b9 Updated all other .po files to latest audacity.pot. 2014-09-04 20:03:42 +00:00
windinthew
6ad7028d75 2.0.5 translation by Thomas. 2013-10-12 07:13:11 +00:00
windinthew
294202593b Update by Thomas. 2013-09-16 17:07:09 +00:00
windinthew
641ce2245c Update by Thomas. 2013-09-09 17:15:25 +00:00
windinthew
a9fac9b634 Update by Thomas de Rocker 2013-01-11 05:08:09 +00:00
windinthew
67e05b0f2a Updated software translation by Thomas De Rocker 2012-09-01 06:56:55 +00:00
windinthew
1c66aa0792 further updated software translation from Thomas 2012-07-22 17:44:22 +00:00
windinthew
d821dee0a4 updated software translation from Thomas 2012-07-22 09:20:05 +00:00
windinthew
a2c8584446 Updated by Thomas. 2012-05-20 19:13:55 +00:00
windinthew
3d083a182c Updated software translation from Thomas de Rocker. 2012-04-17 02:54:31 +00:00
windinthew
34a53abd43 Updated software translation from Thomas De Rocker 2012-03-18 20:56:55 +00:00
windinthew
208aac6cc8 Updated software translation from Thomas De Rocker 2012-02-09 04:35:55 +00:00
windinthew
d35e0518e4 Fix identical translations of File > Close and File > Exit. 2012-01-28 16:37:35 +00:00
windinthew
40ff3fd0b8 Update all .po files from latest audacity.pot 2012-01-20 19:12:23 +00:00
windinthew
03413a9383 updated software translation from Thomas de Rocker 2011-12-07 15:07:24 +00:00
windinthew
e25373490d Updated software translation from Thomas de Rocker. 2011-10-25 23:57:04 +00:00
windinthew
aa20f18d99 Updated software translation from Thomas de Rocker. 2011-09-17 20:26:08 +00:00
windinthew
4eb4c6a358 Updated software translation from Thomas de Rocker 2011-06-20 19:32:20 +00:00
windinthew
a99b25cfd0 Updated software translation from Thomas de Rocker 2011-04-14 08:06:31 +00:00
windinthew
ad27d2a297 Updated software translation from Thomas de Rocker 2011-03-29 23:32:45 +00:00
windinthew
8f17fc6157 Match translation of Effect > Invert with that in Effect > Equalization. 2011-02-20 05:46:54 +00:00
windinthew
0ab9f7cd41 Updated software translation from Thomas de Rocker 2011-02-11 01:17:06 +00:00
windinthew
4dd492568c Updated software translation from Thomas de Rocker 2011-02-09 20:47:04 +00:00
windinthew
d80620c252 Updated software translation from Thomas De Rocker 2010-11-03 20:21:28 +00:00
windinthew
9678742ef8 Updated software translation from Thomas De Rocker 2010-08-20 20:00:55 +00:00
windinthew
e0b92c441e Updated software translation from Thomas de Rocker 2010-07-21 11:22:23 +00:00
richardash1981
058e2a7b3b Updated translation from Thomas 2010-06-29 20:42:07 +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
windinthew
1b10ab7064 Updated software translation from Thomas De Rocker 2010-03-05 21:02:41 +00:00
windinthew
28d78edc11 Updated software translation from Thomas De Rocker 2010-02-24 18:00:52 +00:00
windinthew
5e3b227f5b Updated software translation from Thomas De Rocker 2010-01-25 15:18:44 +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