Moritz Bunkus
a0a281898a
Start of a re-translateable version of the UI
2010-01-24 14:51:34 +01:00
Moritz Bunkus
b1fb2e3f2f
Properly compare 32bit and 64bit integers.
...
On 32bit platforms size_t is a 32bit type. Casting the result of "file
size - current position" (both 64bit integers) too early will
therefore lose precision. Cast to size_t after comparing the result
with the number of bytes to read as a solution.
2010-01-24 11:58:01 +01:00
Moritz Bunkus
517f477b30
Let 'make V=1' work with xgettext/msgmerge. Added a separate target for creating the .pot
2010-01-23 22:41:57 +01:00
Moritz Bunkus
906e5e53a9
'make' after translation update
2010-01-23 12:32:06 +01:00
Moritz Bunkus
33d784a860
Spelling error.
2010-01-23 12:31:56 +01:00
Katsuhiko Nishimra
414c1cf871
Updated Japanese translations.
...
Before:
po/ja.po: 1804 translated messages, 29 fuzzy translations, 40 untranslated messages.
doc/man/po4a/po/ja.po: 567 translated messages, 10 fuzzy translations, 1 untranslated message.
After:
po/ja.po 1827 translated messages, 29 fuzzy translations, 17 untranslated messages.
doc/man/po4a/po/ja.po: 569 translated messages, 9 fuzzy translations.
Signed-off-by: Katsuhiko Nishimra <kat841@hotmail.com>
2010-01-23 10:23:36 +01:00
Moritz Bunkus
dc21d6e158
Merge branch 'master' of file:///home/mosu/prog/video/mkvtoolnix
...
Conflicts:
ChangeLog
2010-01-22 22:19:40 +01:00
Moritz Bunkus
d7e1892eb2
Always word-wrap tooltips on Windows.
2010-01-22 22:18:13 +01:00
Moritz Bunkus
e2648e8455
Updated the Japanese translation.
2010-01-22 21:50:12 +01:00
Moritz Bunkus
1c21e948ad
Support for "EBML maximum size length"
...
Fix for bug 464.
2010-01-22 08:56:40 +01:00
Moritz Bunkus
8af7bf6145
Updated the Japanese translation
2010-01-21 09:57:12 +01:00
Moritz Bunkus
0e816dc5ad
mmg: Added an input for mkvmerge's --cropping parameter
2010-01-20 22:29:54 +01:00
Moritz Bunkus
cfe356d74b
Added file extensions .dtshd, .dts-hd, .truehd, .true-hd to mmg's file dialogs
2010-01-20 21:02:28 +01:00
Moritz Bunkus
fa81b0172f
Fixed wrong property name in example command line
2010-01-20 18:27:27 +01:00
Moritz Bunkus
9f253d5d20
A test for the --version command line parameters.
2010-01-20 13:20:46 +01:00
Moritz Bunkus
cd6268cb1e
Set up version information for "mkvextract --version".
...
Fix for bug 463.
2010-01-20 09:12:08 +01:00
Moritz Bunkus
842484ce0e
'make' with version number 3.1.0.
2010-01-20 09:11:02 +01:00
Moritz Bunkus
8a5b0a5584
Set the release code name.
2010-01-19 12:05:55 +01:00
Moritz Bunkus
3613dc9d17
Added the release message, set the code name, bumped the version number
2010-01-18 21:35:47 +01:00
Moritz Bunkus
cffac33f7c
Updated the Chinese Traditional translation.
2010-01-14 19:44:21 +01:00
Moritz Bunkus
ebabbb27fe
Don't include the mkvmerge guide in the doc directory.
2010-01-13 14:20:03 +01:00
Moritz Bunkus
25d167f196
make for Japanese man pages
2010-01-13 08:56:01 +01:00
Katsuhiko Nishimra
0f5210fabf
Generated fixed Japanese translated man pages.
2010-01-11 20:43:47 +09:00
Katsuhiko Nishimra
3d09862bfb
Fixed Japanese translation for man pages.
...
OGM tools is a proper noun
Typo fix
2010-01-11 20:41:55 +09:00
Moritz Bunkus
24eaf660fc
Don't access invalid memory.
...
Happens if no track should be muxed from this file and this file is
the one mkvmerge gets the progress from. Fix for bug 458.
2010-01-11 09:34:01 +01:00
Moritz Bunkus
bafe0df03c
make update-manage-po
2010-01-11 09:31:18 +01:00
Moritz Bunkus
09a5c51339
Revert "Added an untranslated Chinese Simplified translation for the man pages."
...
This reverts commit dc3d8607f5
.
As long as the translation itself is now producing the XML files the
build fails.
2010-01-10 14:23:09 +01:00
Moritz Bunkus
068b1a432e
update-po
2010-01-10 00:33:25 +01:00
Moritz Bunkus
0ecabb046d
No returns inside generated Makefile rules
2010-01-10 00:31:55 +01:00
Moritz Bunkus
dc3d8607f5
Added an untranslated Chinese Simplified translation for the man pages.
2010-01-10 00:21:04 +01:00
Moritz Bunkus
b243e6e1b8
Updated the Japanese man page translation.
2010-01-10 00:17:37 +01:00
Moritz Bunkus
22b9be5243
Ignore backup files.
2010-01-10 00:16:59 +01:00
Moritz Bunkus
501ea6c195
Updated the Chinese Simplified translation.
2010-01-10 00:05:45 +01:00
Moritz Bunkus
fa173a7108
Add the '--aac-is-sbr' option for appended tracks as well.
2010-01-09 12:52:45 +01:00
Moritz Bunkus
f9d2d5c22c
Include mmg's guide in the Debian packages.
2010-01-06 23:26:40 +01:00
Moritz Bunkus
de957b3b6e
Changed the paths in the installer for the new guide location.
...
Also included the Chinese Simplified translation.
2010-01-06 22:49:56 +01:00
Moritz Bunkus
91ca2b04ed
Added a Chinese Simplified translation for mmg's guide.
2010-01-06 22:43:44 +01:00
Moritz Bunkus
2fd3983160
Moved mmg's guide to another subdirectory.
2010-01-06 22:26:31 +01:00
Moritz Bunkus
fd2a7f2377
Fixed wrong spelling.
2010-01-06 08:47:52 +01:00
Moritz Bunkus
1b8084b573
Added a note about the Japanese translation for the man pages.
2010-01-05 20:06:58 +01:00
Moritz Bunkus
d9dc41a05b
Avoid recursive variable references.
2010-01-05 15:50:17 +01:00
Moritz Bunkus
30d3914fd0
Include the Japanese translation of the man pages in the Windows installer.
2010-01-05 15:46:22 +01:00
Moritz Bunkus
85186dd72b
Include the translated man pages in RPM packages.
2010-01-05 00:09:22 +01:00
Moritz Bunkus
50e98bd647
Make sure MANPAGES_TRANSLATIONS is filled even if po4a is not available.
2010-01-04 23:52:58 +01:00
Moritz Bunkus
a37ba19a90
Added rules for packaging the translated man pages in Debian packages.
2010-01-04 23:13:22 +01:00
Moritz Bunkus
a966a1d171
Store the translated man pages in the repository.
2010-01-04 22:31:13 +01:00
Moritz Bunkus
2e5adb4aa1
Ignore the substvars files.
2010-01-04 22:30:50 +01:00
Moritz Bunkus
ff1b476dae
Don't store this file in the repository.
2010-01-04 22:30:33 +01:00
Moritz Bunkus
25bea243f4
Install translated manpages.
2010-01-04 22:29:40 +01:00
Moritz Bunkus
dba0fe12c2
Ignore several files created by the Debian package build routine.
2010-01-04 22:28:35 +01:00