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

65 Commits

Author SHA1 Message Date
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
Olivier Humbert
0041e2fb65 French translation update 2018-09-29 18:51:56 +01:00
Olivier Humbert
8d1d6c2e83 Update French translation against the latest fix 2018-09-01 08:30:19 +01:00
James Crook
3e1e7db804 Regenerate .po and .pot files. 2018-08-31 22:54:06 +01:00
Olivier Humbert
3eccdd9bd1 Update fr.po
fixes + timestamp update
2018-08-31 14:02:44 +01:00
James Crook
45053087bf Regenerate .pot and .po files. 2018-08-30 22:08:41 +01:00
Olivier Humbert
e7e5de9500
Update fr.po 2018-08-30 19:56:46 +02:00
James Crook
b5a764701f Fix typo in fr.po 2018-08-30 18:29:46 +01:00
Olivier Humbert
0efe25d948 Update fr.po
+ refinements + timestamp update + typos + fixes + personal comments + min/MAJ
2018-08-30 18:25:16 +01:00
James Crook
0b0a8bcc6a Update .pot and .po files. 2018-08-30 12:13:00 +01:00
Olivier Humbert
63b9bc7c8f
Update fr.po
fixes
2018-08-30 09:35:22 +02:00
Olivier Humbert
766d7f48a4
Update fr.po
fix try + timestamp update
2018-08-30 01:42:59 +02:00
Olivier Humbert
7563387162
Update fr.po
fixes
2018-08-30 01:33:09 +02:00
Olivier Humbert
12f122db3d
Update fr.po
fix
2018-08-30 01:22:53 +02:00
Olivier Humbert
61626999c0
Update fr.po 2018-08-29 22:28:51 +02: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
Olivier Humbert
0880bef19e Fix typos in the French translation 2018-06-08 18:50:33 +01: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
7fd0991115 Updated fr.po -- French submitted by Olivier Humbert 2018-01-23 16:34:24 -05:00
Olivier Humbert
b2f8cf180f Update fr.po
- a few typos in translated strings
- a few typos in my note-to-self-comment
- a few translated strings improvements
- a few min/maj
- a few punctuations
- ... -> … (unique character)
- ' -> '

a few more improvements

- one forgotten translation string
- "premier plan" -> "avant-plan"
- "nivelleur" -> "niveleur"
- "indépendemment" -> "indépendamment"
- "non compressé" -> "non-compressé"
- "entête" -> "en-tête"
- "audio" all feminine
- some typos
- more punctuations
- caring about lines with maximum 80 characters

useless one just to retrigger a travis build

more improvements

one typo

link to the francophone forum
2018-01-05 20:50:43 -05:00
Olivier Humbert
7c4faf7c33 FR translation improvement 2018-01-05 20:00:53 -05:00
Olivier Humbert
d5547a7865 Update French translators credits + timestamp (#221)
* Update French translators credits + timestamp

* other improvements to the French translation

* fixes timestamp
2017-11-28 21:21:28 -05:00
Olivier Humbert
71dc6a7df1 French translation improvements 2017-11-28 12:22:03 -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
Olivier Humbert
b69a272ad9 Updated fr.po (and audacity.iss) -- French submitted by Olivier Humbert...
... "#trebmuh" comment lines remain, where the translator may wish to review
and revise later.

Olivier's commit comments:

- disambiguation: decay (EN) -> déclin (FR)
- disambiguation : save (EN) -> sauvegarder (FR) and record (EN) -> enregistrer (FR)
- consistency around preset (EN) -> préréglage (FR)
- fixes "sample rate" which was translated with "fréquence d'échantillonnage" while the correct translation is "taux d'échantillonnage"
- fixes "bit rate" which was translated with "débit" while the correct translation is "débit binaire"
- fixes a misleading translation where a "bit  rate" (EN) was translated to "taux d'échantillonnage" instead of "débit binaire"

+ one string was half-translated
+ 5 typos
+ 1 frenglish
+ 1 better translation
+ 3 comments-to-self
+ updated timestamp
+ 1 missing translation

adds Christian Brochec in the header

+ a bunch of note-to-self precisions
+ a couple of better accelerators
+ typos
+ update the timestamp in the header
+ get the rid off the (useless now) "#| msgid" (which were ancient translation)
2017-11-27 20:53:40 -05:00
Paul Licameli
81f9bf7762 Work in progress on fr.po by Olivier Humbert...
... but there are still 1029 errors from

msgcmp fr.po audacity.pot

Many of which could be fixed by removing the #, fuzzy comment lines, if
translator believes the translation is correct.
2017-11-25 14:50:07 -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
Olivier Humbert
0975c7a32d Incomplete update of fr.po -- French submitted by Olivier Humbert 2017-11-25 13:32:15 -05: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
ebd767f81b Change NyqBench Shortcut Letters (fr.po)
Change to avoid collision of shortcuts recommended for french translation by trebmuh
2017-02-25 18:21:47 +00:00
James Crook
a6b3811b9a Tweak French Translation by Intv0id (missing strings)
https://github.com/intv0id
2017-02-19 21:20: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
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
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
c4502c29b9 Updated all other .po files to latest audacity.pot. 2014-09-04 20:03:42 +00:00
windinthew
81d264ffbc Updated by Christian. 2014-08-15 02:13:04 +00:00
windinthew
11eee65d25 Update by Christian 2013-05-21 06:40:04 +00:00
windinthew
09c88f31c7 Fixed a couple of typos in MP3 export options translation and updated to latest audacity.pot 2013-04-20 20:36:17 +00:00
windinthew
00094c92ca Updated software translation by Christian 2012-08-27 18:24:25 +00:00