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

58 Commits

Author SHA1 Message Date
Paul Licameli
3fe4498f39 Update de, el, es, ko, pt_PT submitted via email...
... Those are:
German, Greek, Spanish, Korean, Portuguese

Thanks to:
Joachim Huffer
Dimitris Spingos (Δημήτρης Σπίγγος)
Antonio Paniagua Navarro
LEE Hwanyong
Bruno Ramalhete
2021-07-18 21:12:38 -04:00
Paul Licameli
cb70fed2fe Updated .pot and .po (ran locale/update_po_files.sh) 2021-07-15 12:49:19 -04:00
Paul Licameli
7444550a27 Update ko (Korean) by Hwanyong Lee via email 2021-06-11 10:25:39 -04:00
Paul Licameli
87652aff23 Updated .pot and .po (ran locale/update_po_files.sh) 2021-06-07 08:24:55 -04:00
Hwanyong Lee (Ajou)
5858ef9d29 Update Korean Translation 2021-04-01 14:43:38 +01:00
James Crook
da9283ac6c Update po and pot files 2021-03-31 13:15:53 +01:00
Hwanyong Lee (Ajou)
77b79bc937 Update Korean translation 2021-02-14 11:10:06 +00:00
James Crook
fef877324d Update .pot and .po files. 2021-02-04 18:56:58 +00:00
Hwanyong Lee (Ajou)
20a8f1447c Update Korean translation 2021-02-04 17:40:10 +00:00
Leland Lucius
171d8cf26c Bug 2613 - Selection bar sample display incorrect in German
This changes the way the decimal point is specified in the
PO files...uses '<' for "," and ">" for ".".

By doing this the translator is free to use "." or "," in the
digits fields as their language requires.
2021-01-12 19:19:44 -06:00
Hwanyong Lee (Ajou)
c4a71f05bc Update Korean Translation 2020-06-17 22:16:44 +01:00
James Crook
c288d9dd19 Update audacity.pot and .po files for 2.4.2 2020-06-09 10:51:24 +01:00
Hwanyong Lee (Ajou)
053e60eedf Update Korean Translation 2020-04-21 10:19:13 +01:00
James Crook
f420a546a0 Update po files for new strings 2020-04-08 19:41:44 +01:00
Hwanyong Lee
627111fff6 Update Korean Translation 2019-10-03 14:53:44 +01:00
James Crook
ef8e1ed6ef Update pot and po files, ready for translation. 2019-09-07 14:09:35 +01:00
James Crook
73746cdc02 Update Project-Id-Version to 2.3.2
Updated script to create Audacity.pot with Project-Id-Version
of audacity 2.3.2 and to update the Project-Id-Version in the po files too.

Ran script so as to apply it.
2019-04-24 19:50:19 +01:00
James Crook
f980e8b073 Update .pot and .po files for translation. 2019-04-18 18:20:24 +01:00
James Crook
86fb0368e5 Update .pot and .po files from Audacity. 2018-11-24 10:50:26 +00:00
김두열
49c7ac1193 Update Korean Translation, by 김두열 2018-11-24 10:41:22 +00:00
Steve Daulton
66c861315f Exclude rms.ny from update_po_files.sh script
Script run to update po files
2018-10-10 17:56:21 +01:00
James Crook
3e1e7db804 Regenerate .po and .pot files. 2018-08-31 22:54:06 +01:00
James Crook
45053087bf Regenerate .pot and .po files. 2018-08-30 22:08:41 +01:00
James Crook
0b0a8bcc6a Update .pot and .po files. 2018-08-30 12:13:00 +01:00
James Crook
6656506529 Update POTFILES.in, audacity.pot and .po files.
Also added script add_nyquist_to_pot.sh which adds the nyquist files.
2018-08-29 11:24:53 +01:00
James Crook
3da9af47ac Update .pot and .po files. 2018-08-28 15:22:39 +01:00
Paul Licameli
506f6c3a2a Updated ko.po -- Korean from transifex, 90% complete 2018-08-12 10:04:40 -04:00
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
67c95a6703 Updated ko.po -- Korean from Transifex 2018-01-23 16:44:25 -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
33801d4b56 Updated ko.po -- Korean from Transifex 2017-11-19 18:14:54 -05:00
Paul Licameli
dc00f7366a Updated ko.po -- Korean taken from Transifex 2017-09-22 14:20:16 -04:00
sheppaul
db7c165161 Updated translation for Korean
As the translation from transifex seems not properly reflected in the release version, I decided to try updating translation manually. This is the latest translation from transfiex. I'm not good at using github. So if there is something wrong here, please take a right action for me.

Thanks.
2017-08-18 22:20:02 +01:00
James Crook
a45f3bbc9e Update .pot and .po files. 2017-07-22 11:52:52 +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
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
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
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