Paul Licameli
065947c39e
Fix format specifier in cs.po
2017-11-25 14:37:46 -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
Paul Licameli
54e806666f
Incomplete update of it.po -- Italian submitted by Carmelo Battaglia
2017-11-25 13:27:54 -05:00
Paul Licameli
fd683d3777
Updated cs.po -- Czech submitted by Pavel Fric
2017-11-25 12:29:36 -05:00
Paul Licameli
fb8ab91326
Do not include .gitattributes in tarball
2017-11-25 11:09:38 -05:00
Paul Licameli
61f4284e10
Make append-recording insert clip boundaries again
2017-11-24 12:29:36 -05:00
Paul Licameli
afdcded32d
Make Release build
2017-11-23 01:24:54 -05:00
Paul Licameli
0532f9be37
More sanity checking in file save ...
...
... against corruption as seen in:
http://forum.audacityteam.org/viewtopic.php?f=47&t=97787
Maybe this early check would have alerted the user sooner and prevented
trouble.
2017-11-22 22:41:35 -05:00
Paul Licameli
9c028c0761
Certain sanity checks against crash or bad behavior on corrupt projects...
...
... Such projects as described in
http://forum.audacityteam.org/viewtopic.php?f=47&t=97787
(That thread did not describe the crashes, but I came across them, debugging,
or deduced the possibility of them)
In which all the shared_ptrs to BlockFile objects ended up pointing at one
common file; but the size of this file was sometimes larger than the
Sequence's maximum block size, or not the same as the difference between one
block's start offset and the next one's.
2017-11-22 22:27:01 -05:00
Paul Licameli
6350d96c0a
Updated pt_PT.po -- European Portuguese submitted by Bruno Ramalhete
2017-11-22 22:12:49 -05:00
James Crook
4eaef13f0b
Fix small sub sub headings in local copy of manual.
2017-11-21 19:38:40 +00:00
Paul Licameli
5ea729e77f
audacity.desktop.in for nl (thanks to Thomas De Rocker)
2017-11-21 07:25:05 -05:00
Paul Licameli
44e6f3e3e1
audacity.desktop.in for hi (thanks to Bashishtha Singh)
2017-11-21 07:25:05 -05:00
Hussam Eddin Alhomsi
b64ba45b14
Add Arabic translation for audacity.desktop.in.
2017-11-21 07:04:14 -05:00
Paul Licameli
92691d8485
Bug1784: Changed conditions for exceptions from Sequence...
...
... That for SetSamples was too strict, making needless errors in case of
harmless zero-length clips.
The one for Get was analogous to SetSamples.
That for Delete was too lax. But reexamination shows the stricter condition
to be satisfied in all calls. Sequence::Delete() can be reached only from
WaveClip::Clear and WaveClip::ClearAndAddCutLine(), and all calls to those
are in WaveTrack.cpp.
2017-11-20 21:42:32 -05:00
Paul Licameli
6e72aed6a5
Sequence consistency check will not throw in 2.2.1
2017-11-20 20:28:04 -05:00
Paul Licameli
2068662954
Replaced one THROW_INCONSISTENCY_EXCEPTION with othe precautions
2017-11-20 19:01:48 -05:00
Paul Licameli
21787621f3
Comment aids reasoning about preconditions for Sequence methods
2017-11-20 19:01:48 -05:00
Steve Daulton
430bd12304
Fix Regular Interval Labels
...
Save control values for NYQ_CTRL_INT_TEXT
2017-11-20 20:30:45 +00:00
Paul Licameli
5354a788cf
audacity.desktop.in for pt_PT (thanks to Bruno Ramalhete)
2017-11-20 12:36:12 -05:00
Paul Licameli
8426d87e07
audacity.desktop.in for el (thanks to Dimitris Spingos (Δημήτρης Σπίγγος))
2017-11-20 09:53:58 -05:00
Paul Licameli
c1779c843a
audacity.desktop.in for pt_BR (thanks to Cleber Tavano)
2017-11-19 20:43:26 -05:00
Vort
4ff5d43323
Fix Russian translation ( #208 )
2017-11-19 20:42:53 -05:00
Paul Licameli
fc7ec2df45
Updated pt_PT.po (79%) -- European Portuguese submitted by Bruno Ramalhete...
...
... this translation was based on the outdated audacity.pot of commit
a45f3bbc9edc2506450192fe3b757cf20bfe4398
A more updated version may be coming soon
2017-11-19 18:17:55 -05:00
Paul Licameli
a0baf67d9a
Updated ar.po -- Arabic (85%) submitted by Hussam Eddin Alhomsi
2017-11-19 18:17:20 -05:00
Paul Licameli
d3864595c0
12 languages 100% up-to-date with version 2.1.1
2017-11-19 18:15:37 -05:00
Paul Licameli
634db2c3fb
Updated zh_CN.po -- Chinese (Simplified) submitted by mkpoli
2017-11-19 18:14:55 -05:00
Paul Licameli
2a77d7329b
Updated uk.po -- Ukrainian submitted by Yuri Chornoivan
2017-11-19 18:14:55 -05:00
Paul Licameli
64dcc89bb0
Updated pt_BR.po -- Brazilian Portuguese submitted by Cleber Tavano
2017-11-19 18:14:54 -05:00
Paul Licameli
95b248b9e6
Updated nl.po -- Dutch from Transifex
2017-11-19 18:14:54 -05:00
Paul Licameli
33801d4b56
Updated ko.po -- Korean from Transifex
2017-11-19 18:14:54 -05:00
Paul Licameli
ca999ce8f0
Updated el.po -- Greek submitted by Dimitris Spingos (Δημήτρης Σπίγγος)
2017-11-19 18:14:54 -05:00
Paul Licameli
c193ec176f
Updated de.po -- German submitted by Joachim Huffer
2017-11-19 18:14:53 -05:00
Paul Licameli
0fb14f3e44
Updated da.po -- Danish submitted by scootergrisen
2017-11-19 18:14:53 -05:00
Paul Licameli
fc5709699c
Updated tr.po -- Turkish submitted by Kaya Zeren
2017-11-19 18:14:53 -05:00
Paul Licameli
64ed369e95
Updated pl.pl -- Polish from Transifex
2017-11-19 18:14:52 -05:00
Paul Licameli
212e6ce63b
Updated hi.po -- Hindi submitted by Bashishtha Narayan Singh
2017-11-19 18:14:52 -05:00
Paul Licameli
758aec6e33
Updated eu.po -- Basque submitted by Xabier Aramendi ("azpidatziak")
2017-11-19 18:14:51 -05:00
Paul Licameli
08d63aa361
Fix roundoff bug in NumericTextCtrl
2017-11-19 11:04:08 -05:00
Paul Licameli
1d311651e8
comment
2017-11-19 11:04:07 -05:00
Paul Licameli
f136b5c530
Reviewed uses of InconsistencyException outside Sequence.cpp
2017-11-19 01:48:41 -05:00
Paul Licameli
2f40c1c77e
Don't use InsertSilence when previewing effects
2017-11-19 01:48:40 -05:00
Paul Licameli
dc76988bdd
Menu name change to "&Export" was a bit late for localization...
...
... But see comments: "Export" (though not "&Export") was already in
audacity.pot for 2.2.0
2017-11-18 21:47:52 -05:00
James Crook
a49f14ad02
doxygen. Class list completed for letter 'A'.
2017-11-09 18:32:29 +00:00
Steve Daulton
a612af5c05
Rename File > Save Other to File > Export
...
In response to user feedback that the Export command could
not be found.
2017-11-08 17:55:08 +00:00
Paul Licameli
b94b49265a
Don't make orphans in original after save-as
2017-11-08 03:52:40 -05:00
Paul Licameli
1007980bcf
fix a comment
2017-11-08 03:52:40 -05:00
James Crook
0bae8c3a90
Bug 1774 - Recording does not honor waveform color
...
New clip now takes colour from WaveTrack, and new WaveTrack takes colour of the WaveTrack its clips will be appended onto.
2017-11-07 14:26:32 +00:00
James Crook
c28be778e2
Linty fixes
...
This commit fixes a number of warnings shown in compilation with MSVC. No behavioral changes intended. I did not fix signed/unsigned warnings.
2017-11-07 14:23:30 +00:00