Commit Graph

51 Commits

Author SHA1 Message Date
Theodore Ts'o
40e66e2e8b Update release notes, etc., for the 1.44.4 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-08-18 22:26:58 -04:00
Theodore Ts'o
c8c41d4803 Update release notes, etc., for the 1.44.0-rc2 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-03-04 18:44:40 -05:00
Theodore Ts'o
899425bb2a Update release notes, etc., for the 1.44.0-rc1 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-02-27 23:41:07 -05:00
Theodore Ts'o
146649cd22 Update release notes, etc., for the 1.43.9 release
This also includes some debian package renames to conform with Debian
naming conventions.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-02-08 23:48:13 -05:00
Theodore Ts'o
89128f89be Update translation template in preparation for e2fsprogs 1.43.8 release.
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-01-01 19:37:11 -05:00
Theodore Ts'o
4c5e6cd6de Update release notes, etc., for the 1.43.7 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2017-10-16 01:45:45 -04:00
Theodore Ts'o
2172519d76 Update release notes, etc., for the 1.43.6 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2017-08-29 07:50:16 -04:00
Theodore Ts'o
3dc1807915 Revert "mke2fs: fix UI problem caused by fuzzy translations"
This reverts commit f25b334c50.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2017-08-21 21:32:26 -04:00
Theodore Ts'o
f25b334c50 mke2fs: fix UI problem caused by fuzzy translations
When the original message was changed from "(y, n)" to "(y, N)", this
caused the translations to be marked as "fuzzy".  For those
translations that use a different characters for yes and no --- for
example, German, which uses j and n for "ja" and "nein" --- not having
the translation can cause user confusion since the user will type 'y',
and it will be interpreted as "No", since mke2fs is expecting that the
user will type some other character, such as 'j' or 'J' for "Ja" in
the German locale.

Addresses-Debian-Bug: #856586

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2017-08-13 21:07:21 -04:00
Theodore Ts'o
9d6f54b628 Update translation template for 1.43.5 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2017-08-04 01:30:54 -04:00
Theodore Ts'o
3d66c4b20f Update release notes, etc., for the 1.43.4 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2017-01-31 18:26:24 -05:00
Theodore Ts'o
4e52870eeb Update release notes, etc., for 1.43.3 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2016-09-04 21:31:21 -04:00
Theodore Ts'o
48203a389d Update release notes, etc. for 1.43.1 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2016-06-08 15:45:26 -04:00
Theodore Ts'o
4baef0a235 Update e2fsprogs translation template file 2016-05-12 01:01:46 -04:00
Theodore Ts'o
9e78ef7288 Update translation template file
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2016-03-15 01:49:00 -04:00
Theodore Ts'o
e622f9a14e Update release notes, etc. for final 1.42.13 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2015-05-17 21:33:25 -04:00
Theodore Ts'o
bd38698b06 Update translation template file
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2015-05-17 20:34:58 -04:00
Theodore Ts'o
9ed8d7829a Update translation files
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2014-07-09 23:30:49 -04:00
Theodore Ts'o
cd75fb0451 Update translation files for upcoming 1.42.11 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2014-07-05 23:44:28 -04:00
Theodore Ts'o
196b59c810 Update translation files for 1.42.10 release
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2014-05-18 21:47:32 -04:00
Volkan Gezer
90ff6ed73f po: update tr.po (from translationproject.org)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2013-12-28 22:34:45 -05:00
Andreas Dilger
3a941bef3b build: use long long for __u64 by default
Don't print a verbose configure error in parse-types.h if
<asm/types.h> missing and __[SU]*_TYPEDEF is unset.  This is
always the case for non-Linux builds.

The printf formatting strings all use "%llu" for printing 64-bit
values and this it produces a large number of warnings if __u64
is defined as "unsigned long".  If __U64_TYPEDEF isn't set use
"unsigned long long" for __u64 in ext2-types.h and blkid-types.h
by default instead of using "unsigned long".

Fix a few places where "%d" or "%u" or "%Lu" were used to print a
64-bit value, by converting them to use "%lld" or "%llu" instead.

Fix a few places where "%lu" was used to print .tv_usec, by casting
the variable to "(long)" since .tv_usec is "int" on some systems.

Signed-off-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2013-12-15 22:10:09 -05:00
Darrick J. Wong
ba0230f885 libext2fs: fix "a" vs "an" in the error catalog
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2013-12-12 12:42:32 -05:00
Darrick J. Wong
580d8a0933 libext2fs: fix a minor grammatical error in the error catalog
'an block' should be 'a block'.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2013-10-07 09:20:28 -04:00
Eric Sandeen
032eafee30 e4defrag: handle device symlinks
Device nodes are commonly accessed via symlinks, i.e.

lrwxrwxrwx. 1 root root 7 Jul 19 13:01 /dev/mapper/testvg-testlv -> ../dm-0

Today, e4defrag on such a device will fail:

File is not regular file
 "/dev/mapper/testvg-testlv"

due to it being a link, and e4defrag on the link target does as well:

Filesystem is not mounted

due to the target not being found in /etc/mtab.

Fix this by checking whether the symlink target is a block device
and if so, using that device in main(), and also changing get_mount_point()
to search for a matching device number, not device name.

Addresses-Red-Hat-Bugzilla: #707209

Reported-by: Peter Hjalmarsson <xake@rymdraket.net>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2012-07-28 17:53:48 -04:00
Theodore Ts'o
945ffb9ec9 Update e2fsprogs translation template. 2009-01-26 20:45:46 -05:00
Theodore Ts'o
8f741372aa Update e2fsprogs translation template and po/gmo files
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-02-28 21:47:05 -05:00
Theodore Ts'o
f1d5fce623 Update e2fsprogs translation template and Vietnamese and Czech translations
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-02-09 23:19:35 -05:00
Theodore Ts'o
7527ef1ea8 Update Spanish translation and e2fsprogs.pot file for 1.40.3 release
Addresses-Debian-Bug: #411562

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2007-12-05 19:35:20 -05:00
Theodore Ts'o
48b0ea4140 Update Turkish translation from Translation Project
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2007-07-09 13:13:35 -04:00
Theodore Ts'o
851bcf3fc3 Update the *.po and *.gmo files after the e2fsprogs.pot update
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2007-07-08 12:09:40 -04:00
Theodore Ts'o
52cebe284b Update French, Dutch, Polish, Swedish, and Turkish translations.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2006-04-09 18:33:22 -04:00
Theodore Ts'o
1cbf82850c Update French translation and update PO template file.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2006-03-29 20:39:40 -05:00
Theodore Ts'o
6956f613b6 Update e2fsprogs's internationalization files.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2005-12-31 16:46:15 -05:00
Theodore Ts'o
886017aa76 Update French, Dutch, Polish, Swedish, and Turkish translations. 2005-06-26 22:11:46 -04:00
Theodore Ts'o
197abba0c5 Update po files before WIP release. 2005-06-20 18:00:23 -04:00
Theodore Ts'o
7ae1983a23 Clean up e2fsck problem description messages for typo's and to make them
easier to understand (sorry, translators).

Add new @m (multiply-claimed) and @n (invalid) expansions for e2fsck
problem descriptions.

Add Dutch translation, and update French translation.

Add an explanation of how the @-expansion and %-exapansion works in 
e2fsck/problem.c to make life easier for the translators.

Synchronize and update po files.
2005-06-19 09:45:36 -04:00
Theodore Ts'o
ce1250c841 Update Polish, Sweedish, and Turkish translations. 2005-05-20 22:51:55 -04:00
Theodore Ts'o
bc75970672 Update e2fsprogs.pot for translation project. 2005-05-09 20:40:55 -04:00
Theodore Ts'o
3ec94fc97b Update French, Italian, and Turkish translations. 2005-01-17 22:18:44 -05:00
Theodore Ts'o
b0cacab066 Update to use gettext 0.14.1 and autoconf 2.50+ 2004-11-30 19:00:19 -05:00
Theodore Ts'o
de1b76f69a Update Polish, Sweedish, and Turkish translations. 2004-03-20 16:34:22 -05:00
Theodore Ts'o
7a1b332ac9 Add Spanish translation and update PO files. 2003-12-24 14:24:02 -05:00
Theodore Ts'o
f27eb6e8c0 Update po files. 2003-08-21 02:11:44 -04:00
Theodore Ts'o
f592beded7 Update internationalization files. 2003-07-26 00:51:54 -04:00
Theodore Ts'o
96e6f5da9a Update for e2fsprogs 1.34-WIP-0521 release. 2003-05-21 18:26:31 -04:00
Theodore Ts'o
ddc32a045b Add Czech translation.
Remove "NYC" translation.  Add Czech translation from Miloslav 
Trmac <mitr@volny.cz>

Random NLS and other display fixes from Miloslav.
2003-05-03 18:45:55 -04:00
Theodore Ts'o
a04eba3f88 Update to gettext 0.11.5. We now enable NLS support by default.
Fixed up support for using the internal intl library.
2003-05-03 16:35:17 -04:00
Theodore Ts'o
1be672b7d5 tr.po: Update from nilgun@superonline.com. 2003-03-26 00:58:06 -05:00
Theodore Ts'o
0c897a9012 Add german translation to the language catalog
Fix internationalization of "pass 2" in e2fsck.

Update po files.
2002-11-09 12:01:18 -05:00