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

57 Commits

Author SHA1 Message Date
Paul Licameli
bc9039f924 Merged all .po files...
ls *.po | xargs -t -n1 -I {} msgmerge -U --previous --add-location=file {} audacity.pot
2018-02-04 21:48:47 -05:00
Paul Licameli
2ce898f5fc Make it.po and zh_CN.po friendly to Windows build, again ( avoid #~| ) 2017-12-05 14:31:56 -05:00
Paul Licameli
2649059076 Updated it.po -- Italian to 100% submitted by Carmelo Battaglia 2017-12-04 13:00:58 -05:00
Paul Licameli
faa603a0eb Fix build of .mo files on all platforms 2017-11-29 19:55:01 -05:00
Paul Licameli
9478746000 Revert "msgfmt on Windows made errors for comments in .po starting #~|"
This reverts commit d1a7aa31bf909d78d42c81ee9daa3686f231f771.
2017-11-29 19:40:31 -05:00
Paul Licameli
d1a7aa31bf msgfmt on Windows made errors for comments in .po starting #~| 2017-11-29 18:50:05 -05:00
Paul Licameli
ce7561a0b1 Don't make duplicate msgid 2017-11-28 08:43:30 -05:00
Paul Licameli
ac2c4c8d3b Revert "Fix duplicate strings for translation (Skip &Forward)"
This reverts commit 6c8d4e0aaa8764636bf436870b28d17a7a1e9090.
2017-11-28 08:42:32 -05:00
James Crook
6c8d4e0aaa Fix duplicate strings for translation (Skip &Forward) 2017-11-28 12:44:24 +00:00
Olivier Humbert
0d89bc3f15 Fix some typos in msgids, thanks to Olivier Humbert...
... Fix the source code; fix up msgids in audacity.pot and *.po
2017-11-27 23:12:37 -05:00
Paul Licameli
101f6c7482 Merged all the .po files...
... Easily done with the following command.

ls *.po | xargs -t -n1 -I {} msgmerge -U --previous --add-location=file {} audacity.pot

Resulting files will have all the blanks to be filled in by the translators for
new messages.

--previous keeps the old msgids in comments, for which matches were only fuzzy,
as an aid to the translator.

--add-location=file includes file names only in comments, omitting line
numbers.  If done again next time the files merge, then this will lessen the
diffs.

The results may include commented-out obsolete messages at the end, which
start with #~

At translator's discretion, these may be discarded when no longer helpful with
this command, substituting your filename twice for xx.po:

msgattrib -o xx.po --no-obsolete xx.po
2017-11-25 14:08:55 -05:00
Paul Licameli
54e806666f Incomplete update of it.po -- Italian submitted by Carmelo Battaglia 2017-11-25 13:27:54 -05:00
James Crook
a45f3bbc9e Update .pot and .po files. 2017-07-22 11:52:52 +01:00
Carmelo Battaglia
416b897337 Update Italian translation by Carmelo Battaglia 2017-07-20 18:55:07 +01:00
James Crook
c45adf6fc1 Update audacity.pot and .po using more source files. 2017-07-19 19:31:04 +01:00
James Crook
c476110589 Update audacity.pot and .po files. 2017-07-19 18:22:12 +01:00
James Crook
7a2b199cbf Fix Italian Translation Typos by Lorenzo Pini 2017-03-23 08:46:37 +00:00
James Crook
7b6b6ef037 Update .pot and .po files to 2.2.0 2017-03-18 18:46:25 +00:00
Carmelo Battaglia
59212e9b07 Updated Italian Translation by Carmelo Battaglia 2016-11-21 13:53:59 +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
ac6c5f9009 Update .pot and .po files ready for translation 2015-06-14 16:53:08 +01:00
v.audacity
23701781e8 We are going to have to do RC2's, so am committing these late submissions. They build for me. 2015-03-03 03:37:26 +00:00
v.audacity
390ddb0bf8 update from Carmelo Battaglia 2015-02-21 22:45:58 +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
0bf5b680c1 Updated translation from Carmelo Battaglia 2014-09-07 20:58:56 +00:00
windinthew
c4502c29b9 Updated all other .po files to latest audacity.pot. 2014-09-04 20:03:42 +00:00
windinthew
1d14029067 Update by Carmelo Battaglia. 2014-06-27 16:01:11 +00:00
windinthew
5a8cec7fee Update by Carmelo. 2014-02-04 17:03:39 +00:00
windinthew
c14748b392 Update by Carmelo. 2013-10-22 17:19:00 +00:00
windinthew
98b071be7b Minor update by Carmelo. 2013-09-25 04:52:39 +00:00
windinthew
fe4231ad3f Update by Carmelo. 2013-09-09 17:11:30 +00:00
windinthew
86312421a7 Updated to close to 2.0.4 by Carmelo 2013-08-28 16:46:45 +00:00
windinthew
249dd58809 Update by Carmelo 2013-05-04 19:59:04 +00:00
windinthew
eba7761879 update by Carmelo 2013-04-05 23:44:52 +00:00
windinthew
6036304969 minor update by Carmelo 2013-01-28 12:55:18 +00:00
windinthew
679f375da9 updated by Carmelo Battaglia 2013-01-23 20:46:54 +00:00
windinthew
8f283ad97d Update by Carmelo Battaglia 2012-12-22 02:05:41 +00:00
windinthew
451d22f06e Updated software translation by Carmelo 2012-08-27 08:06:03 +00:00
windinthew
af48fa2ad1 Updated software translation from Carmelo 2012-06-16 09:44:24 +00:00
windinthew
4e7769ce79 Couple of strings updated. 2012-05-01 18:22:48 +00:00
windinthew
8a163d9fc9 Fuzzy strings translated by Michele Giacomoli. 2012-04-30 18:08:57 +00:00
windinthew
2bef7b8d8f Replacing translated strings which "dropped out" in r11422 and updated from latest audacity.pot. 2012-04-30 06:51:46 +00:00
windinthew
40ff3fd0b8 Update all .po files from latest audacity.pot 2012-01-20 19:12:23 +00:00
windinthew
93e398c7a2 Updated software translation from Carmelo 2011-12-26 15:33:56 +00:00
windinthew
c28eea9b07 Updated software translation from Carmelo 2011-09-11 12:44:02 +00:00
windinthew
eff29769a8 Updated software translation from Carmelo 2011-04-02 17:37:26 +00:00