1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-13 23:49:03 +02:00

32 Commits

Author SHA1 Message Date
James Crook
7b6b6ef037 Update .pot and .po files to 2.2.0 2017-03-18 18:46:25 +00:00
James Crook
fa4f3c6bb6 Regenerated audacity.pot and .po files 2016-11-21 10:54:39 +00:00
James Crook
f2d75d0b69 Updated .pot and .po files for translation.
Also updated POTFILES.in to include more src files.
Some of the 'new' files include MenusMac.cpp, ScrubbingToolBar, OverlayPanel.
Also the order is now correctly alphabetical within each directory.
2016-11-20 18:34:01 +00:00
James Crook
7f0937a7df Updated de,eu,fi,it,ja,pl,ru,tr translations.
[Via email - preferred]
German (de) - Daniel Winzen with minor tweaks H Hank.
Basque (eu) - Xabier Aramendi
Finnish (fi) - Heino Keränen
Italian (it) -  Carmelo battaglia
Japanese (ja) - Atsushi Yoshida

[Via Transifex]
Polish (pl) - Andrzej Supermocny
Russian (ru) - Johnny Storm
Turkish (tr) - Kaya Zeren
2015-09-21 13:02:52 +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
v.audacity
8befced39d commits for Audacity version 2.1 2015-02-20 13:48:39 +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
richardash1981
2d4408cb59 Updated translation from Kaya Zeren 2014-09-07 21:01:06 +00:00
windinthew
c4502c29b9 Updated all other .po files to latest audacity.pot. 2014-09-04 20:03:42 +00:00
windinthew
c3e21b3e85 Update by Kaya Zeren. 2014-06-28 16:22:44 +00:00
windinthew
d694748fcf Update by Kaya Zeren. 2013-10-22 17:30:32 +00:00
windinthew
238cfda5a4 Update by Kaya Zeren 2013-09-09 17:04:25 +00:00
windinthew
8ae5acb310 Updated software translations 2013-07-29 12:40:45 +00:00
windinthew
6dd69e47fa update by Kaya 2013-05-08 01:46:25 +00:00
windinthew
8f4a2f1d18 Update by Kaya Zeren 2013-01-11 04:57:24 +00:00
windinthew
9badacc674 Updated software translation by Kaya Zeren 2012-11-28 07:18:57 +00:00
windinthew
ee3cdc3e02 Updated software translation by Kaya Zeren 2012-08-13 01:05:00 +00:00
windinthew
f0f1d3ef4c Updated software translation from Kaya Zeren 2012-07-31 06:49:51 +00:00
windinthew
ab7465841a Updated software translation from Kaya Zeren. 2012-04-17 02:53:02 +00:00
windinthew
35b2522f86 Updated software translation from Kaya Zeren 2012-03-03 19:45:57 +00:00
windinthew
431aa110e2 Updated software translation from Kaya Zeren 2012-02-13 06:38:19 +00:00
windinthew
466313c5de Updated software translation by Kaya Zeren. 2012-01-26 22:04:48 +00:00
windinthew
40ff3fd0b8 Update all .po files from latest audacity.pot 2012-01-20 19:12:23 +00:00
windinthew
113bbc8816 Updated software translation from Kaya Zeren. 2011-12-27 15:22:29 +00:00
windinthew
389235ceb2 Updated from latest audacity.pot for potential new translator. 2011-12-18 16:33:52 +00:00
windinthew
75f4c8e243 Updated software translation from Arda Çakı 2010-03-11 07:18:46 +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
d282c00618 Updated with latest strings from audacity.pot 2010-03-06 03:45:39 +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