OSDN Git Service

.cvsignore, nyc.po:
authorTheodore Ts'o <tytso@mit.edu>
Tue, 8 Feb 2000 21:35:41 +0000 (21:35 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 8 Feb 2000 21:35:41 +0000 (21:35 +0000)
  More i18n checkins.
tune2fs.c:
  Fix some stupid i18n compilation bugs.

misc/tune2fs.c
po/.cvsignore [new file with mode: 0644]
po/nyc.po [new file with mode: 0644]

index 3f120a3..78b779a 100644 (file)
@@ -109,7 +109,7 @@ static __u32 ok_features[3] = {
        EXT2_FEATURE_RO_COMPAT_SPARSE_SUPER     /* R/O compat */
 };
 
-static const char *please_fsck = _("Please run e2fsck on the filesystem.\n");
+static const char *please_fsck = N_("Please run e2fsck on the filesystem.\n");
 
 int main (int argc, char ** argv)
 {
@@ -377,7 +377,7 @@ int main (int argc, char ** argv)
                        fs->super->s_state &= ~EXT2_VALID_FS;
                        ext2fs_mark_super_dirty(fs);
                        printf(_("\nSparse superblock flag set.  %s"),
-                              please_fsck);
+                              _(please_fsck));
                }
 #else /* !EXT2_FEATURE_RO_COMPAT_SPARSE_SUPER */
                com_err (program_name, 0,
@@ -398,7 +398,7 @@ int main (int argc, char ** argv)
                        fs->flags |= EXT2_FLAG_MASTER_SB_ONLY;
                        ext2fs_mark_super_dirty(fs);
                        printf(_("\nSparse superblock flag cleared.  %s"),
-                              please_fsck);
+                              _(please_fsck));
                }
 #else /* !EXT2_FEATURE_RO_COMPAT_SPARSE_SUPER */
                com_err (program_name, 0,
@@ -455,7 +455,7 @@ int main (int argc, char ** argv)
                if ((sparse != old_sparse) ||
                    (filetype != old_filetype)) {
                        fs->super->s_state &= ~EXT2_VALID_FS;
-                       printf("\n%s\n", please_fsck);
+                       printf("\n%s\n", _(please_fsck));
                }
                ext2fs_mark_super_dirty(fs);
        }
diff --git a/po/.cvsignore b/po/.cvsignore
new file mode 100644 (file)
index 0000000..68469c9
--- /dev/null
@@ -0,0 +1,4 @@
+*.gmo
+stamp-cat-id
+e2fsprogs.pot
+cat-id-tbl.c
diff --git a/po/nyc.po b/po/nyc.po
new file mode 100644 (file)
index 0000000..e935f42
--- /dev/null
+++ b/po/nyc.po
@@ -0,0 +1,2641 @@
+# New York City (dummy test) translation for e2fsprogs
+#
+# This is a joke, son!
+#
+# Copyright (C) 2000 Theodore Ts'o
+# Theodore Ts'o <tytso@alum.mit.edu>, 2000.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: e2fsprogs 1.18\n"
+"POT-Creation-Date: 2000-02-08 15:30-0500\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: ENCODING\n"
+
+#: e2fsck/badblocks.c:22 misc/mke2fs.c:259
+#, c-format
+msgid "Bad block %u out of range; ignored.\n"
+msgstr ""
+
+#: e2fsck/badblocks.c:45
+msgid "while sanity checking the bad blocks inode"
+msgstr ""
+
+#: e2fsck/badblocks.c:57
+msgid "while reading the bad blocks inode"
+msgstr ""
+
+#: e2fsck/badblocks.c:71 e2fsck/iscan.c:119 e2fsck/scantest.c:108
+#: e2fsck/unix.c:706 e2fsck/unix.c:738 misc/badblocks.c:696
+#: misc/badblocks.c:705 misc/badblocks.c:719 misc/badblocks.c:730
+#: misc/dumpe2fs.c:238 misc/mke2fs.c:275 misc/tune2fs.c:309
+#, c-format
+msgid "while trying to open %s"
+msgstr ""
+
+#: e2fsck/badblocks.c:81
+#, c-format
+msgid "while trying popen '%s'"
+msgstr ""
+
+#: e2fsck/badblocks.c:92 misc/mke2fs.c:282
+msgid "while reading in list of bad blocks from file"
+msgstr ""
+
+#: e2fsck/badblocks.c:102
+msgid "while updating bad block inode"
+msgstr ""
+
+#: e2fsck/badblocks.c:131
+#, c-format
+msgid "Warning illegal block %u found in bad block inode.  Cleared.\n"
+msgstr ""
+
+#: e2fsck/ehandler.c:53
+#, c-format
+msgid "Error reading block %lu (%s) while %s.  "
+msgstr ""
+
+#: e2fsck/ehandler.c:56
+#, c-format
+msgid "Error reading block %lu (%s).  "
+msgstr ""
+
+#: e2fsck/ehandler.c:59 e2fsck/ehandler.c:103
+msgid "Ignore error"
+msgstr ""
+
+#: e2fsck/ehandler.c:97
+#, c-format
+msgid "Error writing block %lu (%s) while %s.  "
+msgstr ""
+
+#: e2fsck/ehandler.c:100
+#, c-format
+msgid "Error writing block %lu (%s).  "
+msgstr ""
+
+#: e2fsck/emptydir.c:56
+msgid "empty dirblocks"
+msgstr ""
+
+#: e2fsck/emptydir.c:61
+msgid "empty dir map"
+msgstr ""
+
+#. Inode number 11 is usually lost+found
+#: e2fsck/emptydir.c:97
+#, c-format
+msgid "Empty directory block %d (#%d) in inode %d\n"
+msgstr ""
+
+#: e2fsck/extend.c:20
+#, c-format
+msgid "%s: %s filename nblocks blocksize\n"
+msgstr ""
+
+#: e2fsck/extend.c:42
+msgid "Illegal number of blocks!\n"
+msgstr ""
+
+#: e2fsck/extend.c:48
+#, c-format
+msgid "Couldn't allocate block buffer (size=%d)\n"
+msgstr ""
+
+#: e2fsck/flushb.c:23
+#, c-format
+msgid "Usage: %s disk\n"
+msgstr ""
+"Hey stupid!  Do you need help using this program?\n"
+"Usage: %s disk\n"
+
+#: e2fsck/flushb.c:52
+msgid "BLKFLSBUF ioctl not supported!  Can't flush buffers.\n"
+msgstr ""
+
+#: e2fsck/iscan.c:44
+#, c-format
+msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
+msgstr ""
+"Hey stupid!  Do you need help using this program?\n"
+"Usage: %s [-F] [-I inode_buffer_blocks] device\n"
+
+#: e2fsck/iscan.c:69 e2fsck/unix.c:517
+msgid "-F not supported"
+msgstr ""
+
+#: e2fsck/iscan.c:86 e2fsck/unix.c:556
+#, c-format
+msgid "while opening %s for flushing"
+msgstr ""
+
+#: e2fsck/iscan.c:91 e2fsck/unix.c:562 e2fsck/unix.c:568
+#, c-format
+msgid "while trying to flush %s"
+msgstr ""
+
+#: e2fsck/iscan.c:96
+msgid "BLKFLSBUF not supported"
+msgstr ""
+
+#: e2fsck/iscan.c:128 e2fsck/scantest.c:115
+msgid "while opening inode scan"
+msgstr ""
+
+#: e2fsck/iscan.c:136
+msgid "while getting next inode"
+msgstr ""
+
+#: e2fsck/iscan.c:145
+#, c-format
+msgid "%d inodes scanned.\n"
+msgstr ""
+
+#: e2fsck/message.c:95
+msgid "Aerror allocating"
+msgstr ""
+
+#: e2fsck/message.c:96
+msgid "bblock"
+msgstr ""
+
+#: e2fsck/message.c:97
+msgid "Bbitmap"
+msgstr ""
+
+#: e2fsck/message.c:98
+msgid "Cconflicts with some other fs @b"
+msgstr ""
+
+#: e2fsck/message.c:99
+msgid "iinode"
+msgstr ""
+
+#: e2fsck/message.c:100
+msgid "Iillegal"
+msgstr ""
+
+#: e2fsck/message.c:101
+msgid "Ddeleted"
+msgstr ""
+
+#: e2fsck/message.c:102
+msgid "ddirectory"
+msgstr ""
+
+#: e2fsck/message.c:103
+msgid "eentry"
+msgstr ""
+
+#: e2fsck/message.c:104
+msgid "E@e '%Dn' in %p (%i)"
+msgstr ""
+
+#: e2fsck/message.c:105
+msgid "ffilesystem"
+msgstr ""
+
+#: e2fsck/message.c:106
+msgid "Ffor @i %i (%Q) is"
+msgstr ""
+
+#: e2fsck/message.c:107
+msgid "ggroup"
+msgstr ""
+
+#: e2fsck/message.c:108
+#, fuzzy
+msgid "llost+found"
+msgstr ""
+"Hey stupid!  Do you need help using this program?\n"
+"Usage: mklost+found\n"
+
+#: e2fsck/message.c:109
+msgid "Lis a link"
+msgstr ""
+
+#: e2fsck/message.c:110
+msgid "uunattached"
+msgstr ""
+
+#: e2fsck/message.c:111
+msgid "rroot @i"
+msgstr ""
+
+#: e2fsck/message.c:112
+msgid "sshould be"
+msgstr ""
+
+#: e2fsck/message.c:113
+msgid "Ssuper@b"
+msgstr ""
+
+#: e2fsck/message.c:114
+msgid "zzero-length"
+msgstr ""
+
+#: e2fsck/message.c:125
+msgid "<The NULL inode>"
+msgstr ""
+
+#. 0
+#: e2fsck/message.c:126
+msgid "<The bad blocks inode>"
+msgstr ""
+
+#. 1
+#. 2
+#: e2fsck/message.c:128
+msgid "<The ACL index inode>"
+msgstr ""
+
+#. 3
+#: e2fsck/message.c:129
+msgid "<The ACL data inode>"
+msgstr ""
+
+#. 4
+#: e2fsck/message.c:130
+msgid "<The boot loader inode>"
+msgstr ""
+
+#. 5
+#: e2fsck/message.c:131
+msgid "<The undelete directory inode>"
+msgstr ""
+
+#: e2fsck/pass1b.c:118
+msgid "multiply claimed inode map"
+msgstr ""
+
+#: e2fsck/pass1b.c:215
+msgid "while calling ext2fs_block_iterate in pass1b"
+msgstr ""
+
+#: e2fsck/pass1b.c:509 e2fsck/pass1b.c:616
+#, c-format
+msgid "internal error; can't find dup_blk for %d\n"
+msgstr ""
+
+#: e2fsck/pass1b.c:534 e2fsck/pass1b.c:644
+#, c-format
+msgid "while calling ext2fs_block_iterate for inode %d"
+msgstr ""
+
+#: e2fsck/pass1b.c:650
+msgid "returned from clone_file_block"
+msgstr ""
+
+#.
+#. * Allocate bitmaps structures
+#.
+#: e2fsck/pass1.c:209
+msgid "in-use inode map"
+msgstr ""
+
+#: e2fsck/pass1.c:218
+msgid "directory inode map"
+msgstr ""
+
+#: e2fsck/pass1.c:226
+msgid "regular file inode map"
+msgstr ""
+
+#: e2fsck/pass1.c:233
+msgid "in-use block map"
+msgstr ""
+
+#: e2fsck/pass1.c:241
+msgid "illegal block map"
+msgstr ""
+
+#: e2fsck/pass1.c:274
+msgid "doing inode scan"
+msgstr ""
+
+#: e2fsck/pass1.c:585
+msgid "Pass 1"
+msgstr ""
+
+#: e2fsck/pass1.c:643
+#, c-format
+msgid "reading indirect blocks of inode %lu"
+msgstr ""
+
+#: e2fsck/pass1.c:679
+msgid "bad inode map"
+msgstr ""
+
+#: e2fsck/pass1.c:699
+msgid "inode in bad block map"
+msgstr ""
+
+#: e2fsck/pass1.c:719
+msgid "imagic inode map"
+msgstr ""
+
+#: e2fsck/pass1.c:746
+msgid "multiply claimed block map"
+msgstr ""
+
+#: e2fsck/pass1.c:1273
+msgid "block bitmap"
+msgstr ""
+
+#: e2fsck/pass1.c:1277
+msgid "inode bitmap"
+msgstr ""
+
+#: e2fsck/pass1.c:1281
+msgid "inode table"
+msgstr ""
+
+#.
+#. * Allocate some bitmaps to do loop detection.
+#.
+#: e2fsck/pass3.c:85
+msgid "inode done bitmap"
+msgstr ""
+
+#: e2fsck/pass3.c:96
+msgid "Peak memory"
+msgstr ""
+
+#: e2fsck/pass3.c:141
+msgid "Pass 3"
+msgstr ""
+
+#: e2fsck/pass3.c:331
+msgid "inode loop detection bitmap"
+msgstr ""
+
+#. Should never happen
+#: e2fsck/pass3.c:584
+msgid "Debug error in e2fsck adjust_inode_count, should never happen.\n"
+msgstr ""
+
+#: e2fsck/pass4.c:163
+msgid "Pass 4"
+msgstr ""
+
+#: e2fsck/pass5.c:70
+msgid "Pass 5"
+msgstr ""
+
+#: e2fsck/problem.c:47
+msgid "(no prompt)"
+msgstr ""
+
+#. 0
+#: e2fsck/problem.c:48
+msgid "Fix"
+msgstr ""
+
+#. 1
+#: e2fsck/problem.c:49
+msgid "Clear"
+msgstr ""
+
+#. 2
+#: e2fsck/problem.c:50
+msgid "Relocate"
+msgstr ""
+
+#. 3
+#: e2fsck/problem.c:51
+msgid "Allocate"
+msgstr ""
+
+#. 4
+#: e2fsck/problem.c:52
+msgid "Expand"
+msgstr ""
+
+#. 5
+#: e2fsck/problem.c:53
+msgid "Connect to /lost+found"
+msgstr ""
+
+#. 6
+#: e2fsck/problem.c:54
+msgid "Create"
+msgstr ""
+
+#. 7
+#: e2fsck/problem.c:55
+msgid "Salvage"
+msgstr ""
+
+#. 8
+#: e2fsck/problem.c:56
+msgid "Truncate"
+msgstr ""
+
+#. 9
+#: e2fsck/problem.c:57
+msgid "Clear inode"
+msgstr ""
+
+#. 10
+#: e2fsck/problem.c:58
+msgid "Abort"
+msgstr ""
+
+#. 11
+#: e2fsck/problem.c:59
+msgid "Split"
+msgstr ""
+
+#. 12
+#: e2fsck/problem.c:60
+msgid "Continue"
+msgstr ""
+
+#. 13
+#: e2fsck/problem.c:61
+msgid "Clone duplicate/bad blocks"
+msgstr ""
+
+#. 14
+#: e2fsck/problem.c:62
+msgid "Delete file"
+msgstr ""
+
+#. 15
+#: e2fsck/problem.c:63
+msgid "Suppress messages"
+msgstr ""
+
+#. 16
+#: e2fsck/problem.c:64
+msgid "Unlink"
+msgstr ""
+
+#: e2fsck/problem.c:72
+msgid "(NONE)"
+msgstr ""
+
+#. 0
+#: e2fsck/problem.c:73
+msgid "FIXED"
+msgstr ""
+
+#. 1
+#: e2fsck/problem.c:74
+msgid "CLEARED"
+msgstr ""
+
+#. 2
+#: e2fsck/problem.c:75
+msgid "RELOCATED"
+msgstr ""
+
+#. 3
+#: e2fsck/problem.c:76
+msgid "ALLOCATED"
+msgstr ""
+
+#. 4
+#: e2fsck/problem.c:77
+msgid "EXPANDED"
+msgstr ""
+
+#. 5
+#: e2fsck/problem.c:78
+msgid "RECONNECTED"
+msgstr ""
+
+#. 6
+#: e2fsck/problem.c:79
+msgid "CREATED"
+msgstr ""
+
+#. 7
+#: e2fsck/problem.c:80
+msgid "SALVAGED"
+msgstr ""
+
+#. 8
+#: e2fsck/problem.c:81
+msgid "TRUNCATED"
+msgstr ""
+
+#. 9
+#: e2fsck/problem.c:82
+msgid "INODE CLEARED"
+msgstr ""
+
+#. 10
+#: e2fsck/problem.c:83
+msgid "ABORTED"
+msgstr ""
+
+#. 11
+#: e2fsck/problem.c:84
+msgid "SPLIT"
+msgstr ""
+
+#. 12
+#: e2fsck/problem.c:85
+msgid "CONTINUING"
+msgstr ""
+
+#. 13
+#: e2fsck/problem.c:86
+msgid "DUPLICATE/BAD BLOCKS CLONED"
+msgstr ""
+
+#. 14
+#: e2fsck/problem.c:87
+msgid "FILE DELETED"
+msgstr ""
+
+#. 15
+#: e2fsck/problem.c:88
+msgid "SUPPRESSED"
+msgstr ""
+
+#. 16
+#: e2fsck/problem.c:89
+msgid "UNLINKED"
+msgstr ""
+
+#. Pre-Pass 1 errors
+#. Block bitmap not in group
+#: e2fsck/problem.c:97
+msgid "@b @B for @g %g is not in @g.  (@b %b)\n"
+msgstr ""
+
+#. Inode bitmap not in group
+#: e2fsck/problem.c:101
+msgid "@i @B for @g %g is not in @g.  (@b %b)\n"
+msgstr ""
+
+#: e2fsck/problem.c:106
+msgid ""
+"@i table for @g %g is not in @g.  (@b %b)\n"
+"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
+msgstr ""
+
+#: e2fsck/problem.c:112
+msgid ""
+"\n"
+"The @S could not be read or does not describe a correct ext2\n"
+"@f.  If the device is valid and it really contains an ext2\n"
+"@f (and not swap or ufs or something else), then the @S\n"
+"is corrupt, and you might try running e2fsck with an alternate @S:\n"
+"    e2fsck -b %S <device>\n"
+"\n"
+msgstr ""
+
+#: e2fsck/problem.c:121
+msgid ""
+"The @f size (according to the @S) is %b @bs\n"
+"The physical size of the device is %c @bs\n"
+"Either the @S or the partition table is likely to be corrupt!\n"
+msgstr ""
+
+#: e2fsck/problem.c:128
+msgid ""
+"@S @b_size = %b, fragsize = %c.\n"
+"This version of e2fsck does not support fragment sizes different\n"
+"from the @b size.\n"
+msgstr ""
+
+#: e2fsck/problem.c:135
+msgid "@S @bs_per_group = %b, should have been %c\n"
+msgstr ""
+
+#: e2fsck/problem.c:140
+msgid "@S first_data_@b = %b, should have been %c\n"
+msgstr ""
+
+#: e2fsck/problem.c:145
+msgid ""
+"@f did not have a UUID; generating one.\n"
+"\n"
+msgstr ""
+
+#: e2fsck/problem.c:150
+msgid ""
+"Note: if there is several inode or block bitmap blocks\n"
+"which require relocation, or one part of the inode table\n"
+"which must be moved, you may wish to try running e2fsck\n"
+"with the '-b %S' option first.  The problem may lie only\n"
+"with the primary block group descriptor, and the backup\n"
+"block group descriptor may be OK.\n"
+"\n"
+msgstr ""
+
+#: e2fsck/problem.c:160
+msgid "Corruption found in @S.  (%s = %N).\n"
+msgstr ""
+
+#: e2fsck/problem.c:165
+#, c-format
+msgid "Error determining size of the physical device: %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:170
+msgid "@i count in @S is %i, should be %j\n"
+msgstr ""
+
+#: e2fsck/problem.c:177
+msgid "Pass 1: Checking @is, @bs, and sizes\n"
+msgstr ""
+
+#. Root directory is not an inode
+#: e2fsck/problem.c:181
+msgid "@r is not a @d.  "
+msgstr ""
+
+#: e2fsck/problem.c:186
+msgid "@r has dtime set (probably due to old mke2fs).  "
+msgstr ""
+
+#: e2fsck/problem.c:191
+#, c-format
+msgid "Reserved @i %i has bad mode.  "
+msgstr ""
+
+#: e2fsck/problem.c:196
+#, c-format
+msgid "@D @i %i has zero dtime.  "
+msgstr ""
+
+#: e2fsck/problem.c:201
+#, c-format
+msgid "@i %i is in use, but has dtime set.  "
+msgstr ""
+
+#: e2fsck/problem.c:206
+#, c-format
+msgid "@i %i is a @z @d.  "
+msgstr ""
+
+#: e2fsck/problem.c:211
+msgid "@g %g's @b @B at %b @C.\n"
+msgstr ""
+
+#: e2fsck/problem.c:216
+msgid "@g %g's @i @B at %b @C.\n"
+msgstr ""
+
+#: e2fsck/problem.c:221
+msgid "@g %g's @i table at %b @C.\n"
+msgstr ""
+
+#: e2fsck/problem.c:226
+msgid "@g %g's @b @B (%b) is bad.  "
+msgstr ""
+
+#: e2fsck/problem.c:231
+msgid "@g %g's @i @B (%b) is bad.  "
+msgstr ""
+
+#: e2fsck/problem.c:236
+msgid "@i %i, i_size is %Is, @s %N.  "
+msgstr ""
+
+#: e2fsck/problem.c:241
+msgid "@i %i, i_@bs is %Ib, @s %N.  "
+msgstr ""
+
+#: e2fsck/problem.c:246
+msgid "@I @b #%B (%b) in @i %i.  "
+msgstr ""
+
+#: e2fsck/problem.c:251
+msgid "@b #%B (%b) overlaps @f metadata in @i %i.  "
+msgstr ""
+
+#: e2fsck/problem.c:256
+#, c-format
+msgid "@i %i has illegal @b(s).  "
+msgstr ""
+
+#: e2fsck/problem.c:261
+#, c-format
+msgid "Too many illegal @bs in @i %i.\n"
+msgstr ""
+
+#: e2fsck/problem.c:266
+msgid "@I @b #%B (%b) in bad @b @i.  "
+msgstr ""
+
+#: e2fsck/problem.c:271
+msgid "Bad @b @i has illegal @b(s).  "
+msgstr ""
+
+#: e2fsck/problem.c:276
+msgid "Duplicate or bad @b in use!\n"
+msgstr ""
+
+#: e2fsck/problem.c:281
+msgid "Bad @b %b used as bad @b indirect @b?!?\n"
+msgstr ""
+
+#: e2fsck/problem.c:286
+msgid ""
+"\n"
+"This inconsistency can not be fixed with e2fsck; to fix it, use\n"
+"dumpe2fs -b to dump out the bad @b list and e2fsck -L filename\n"
+"to read it back in again.\n"
+msgstr ""
+
+#: e2fsck/problem.c:294
+msgid ""
+"\n"
+"If the @b is really bad, the @f can not be fixed.\n"
+msgstr ""
+
+#: e2fsck/problem.c:299
+msgid ""
+"You can clear the this @b (and hope for the best) from the\n"
+"bad @b list and hope that @b is really OK, but there are no\n"
+"guarantees.\n"
+"\n"
+msgstr ""
+
+#: e2fsck/problem.c:306
+msgid "The primary @S (%b) is on the bad @b list.\n"
+msgstr ""
+
+#: e2fsck/problem.c:311
+msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
+msgstr ""
+
+#: e2fsck/problem.c:317
+msgid "Warning: Group %g's @S (%b) is bad.\n"
+msgstr ""
+
+#: e2fsck/problem.c:322
+msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
+msgstr ""
+
+#: e2fsck/problem.c:328
+msgid "Programming error?  @b #%b claimed for no reason in process_bad_@b.\n"
+msgstr ""
+
+#: e2fsck/problem.c:334
+msgid "@A %N @b(s) for %s: %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:339
+#, c-format
+msgid "@A @b buffer for relocating %s\n"
+msgstr ""
+
+#: e2fsck/problem.c:344
+msgid "Relocating @g %g's %s from %b to %c...\n"
+msgstr ""
+
+#: e2fsck/problem.c:349
+#, c-format
+msgid "Relocating @g %g's %s to %c...\n"
+msgstr ""
+
+#: e2fsck/problem.c:354
+msgid "Warning: could not read @b %b of %s: %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:359
+msgid "Warning: could not write @b %b for %s: %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:374
+#, c-format
+msgid "@A icount link information: %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:379
+#, c-format
+msgid "@A @d @b array: %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:384
+#, c-format
+msgid "Error while scanning @is (%i): %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:389
+#, c-format
+msgid "Error while iterating over blocks in @i %i: %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:394
+msgid "Error storing @i count information (inode=%i, count=%N): %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:399
+msgid "Error storing @d @b information (inode=%i, block=%b, num=%N): %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:405
+#, c-format
+msgid "Error reading @i %i: %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:413
+msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
+msgstr ""
+
+#: e2fsck/problem.c:418
+#, c-format
+msgid "@i %i has imagic flag set.  "
+msgstr ""
+
+#: e2fsck/problem.c:423
+#, c-format
+msgid "Special (device/socket/fifo) @i %i has immutable flag set.  "
+msgstr ""
+
+#: e2fsck/problem.c:430
+msgid ""
+"Duplicate @bs found... invoking duplicate @b passes.\n"
+"Pass 1B: Rescan for duplicate/bad @bs\n"
+msgstr ""
+
+#: e2fsck/problem.c:436
+#, c-format
+msgid "Duplicate/bad @b(s) in @i %i:"
+msgstr ""
+
+#: e2fsck/problem.c:451
+#, c-format
+msgid "Error while scanning inodes (%i): %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:456
+#, c-format
+msgid "@A @i @B (inode_dup_map): %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:462
+msgid "Pass 1C: Scan directories for @is with dup @bs.\n"
+msgstr ""
+
+#: e2fsck/problem.c:468
+msgid "Pass 1D: Reconciling duplicate @bs\n"
+msgstr ""
+
+#: e2fsck/problem.c:473
+msgid ""
+"File %Q (@i #%i, mod time %IM) \n"
+"  has %B duplicate @b(s), shared with %N file(s):\n"
+msgstr ""
+
+#: e2fsck/problem.c:479
+msgid "\t%Q (@i #%i, mod time %IM)\n"
+msgstr ""
+
+#: e2fsck/problem.c:484
+msgid "\t<@f metadata>\n"
+msgstr ""
+
+#: e2fsck/problem.c:489
+msgid ""
+"(There are %N @is containing duplicate/bad @bs.)\n"
+"\n"
+msgstr ""
+
+#: e2fsck/problem.c:494
+msgid ""
+"Duplicated @bs already reassigned or cloned.\n"
+"\n"
+msgstr ""
+
+#: e2fsck/problem.c:507
+#, c-format
+msgid "Couldn't clone file: %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:513
+msgid "Pass 2: Checking @d structure\n"
+msgstr ""
+
+#: e2fsck/problem.c:518
+#, c-format
+msgid "Bad @i number for '.' in @d @i %i.\n"
+msgstr ""
+
+#: e2fsck/problem.c:523
+msgid "@E has bad @i #: %Di.\n"
+msgstr ""
+
+#: e2fsck/problem.c:528
+msgid "@E has @D/unused @i %Di.  "
+msgstr ""
+
+#: e2fsck/problem.c:533
+msgid "@E @L to '.'  "
+msgstr ""
+
+#: e2fsck/problem.c:538
+msgid "@E points to @i (%Di) located in a bad @b.\n"
+msgstr ""
+
+#: e2fsck/problem.c:543
+msgid "@E @L to @d %P (%Di).\n"
+msgstr ""
+
+#: e2fsck/problem.c:548
+msgid "@E @L to the @r.\n"
+msgstr ""
+
+#: e2fsck/problem.c:553
+msgid "@E has illegal characters in its name.\n"
+msgstr ""
+
+#: e2fsck/problem.c:558
+#, c-format
+msgid "Missing '.' in @d @i %i.\n"
+msgstr ""
+
+#: e2fsck/problem.c:563
+#, c-format
+msgid "Missing '..' in @d @i %i.\n"
+msgstr ""
+
+#: e2fsck/problem.c:568
+msgid "First @e '%Dn' (inode=%Di) in @d @i %i (%p) @s '.'\n"
+msgstr ""
+
+#: e2fsck/problem.c:573
+msgid "Second @e '%Dn' (inode=%Di) in @d @i %i @s '..'\n"
+msgstr ""
+
+#: e2fsck/problem.c:578
+msgid "i_faddr @F %IF, @s zero.\n"
+msgstr ""
+
+#: e2fsck/problem.c:583
+msgid "i_file_acl @F %If, @s zero.\n"
+msgstr ""
+
+#: e2fsck/problem.c:588
+msgid "i_dir_acl @F %Id, @s zero.\n"
+msgstr ""
+
+#: e2fsck/problem.c:593
+msgid "i_frag @F %N, @s zero.\n"
+msgstr ""
+
+#: e2fsck/problem.c:598
+msgid "i_fsize @F %N, @s zero.\n"
+msgstr ""
+
+#: e2fsck/problem.c:603
+msgid "@i %i (%Q) has a bad mode (%Im).\n"
+msgstr ""
+
+#: e2fsck/problem.c:608
+msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
+msgstr ""
+
+#: e2fsck/problem.c:613
+msgid "@d @i %i, @b %B, offset %N: filename too long\n"
+msgstr ""
+
+#: e2fsck/problem.c:618
+msgid "@d @i %i has an unallocated @b #%B.  "
+msgstr ""
+
+#: e2fsck/problem.c:623
+#, c-format
+msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
+msgstr ""
+
+#: e2fsck/problem.c:628
+#, c-format
+msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
+msgstr ""
+
+#: e2fsck/problem.c:633
+msgid "@i %i (%Q) is an @I character device.\n"
+msgstr ""
+
+#: e2fsck/problem.c:638
+msgid "@i %i (%Q) is an @I @b device.\n"
+msgstr ""
+
+#: e2fsck/problem.c:643
+msgid "@E is duplicate '.' @e.\n"
+msgstr ""
+
+#: e2fsck/problem.c:648
+msgid "@E is duplicate '..' @e.\n"
+msgstr ""
+
+#: e2fsck/problem.c:653 e2fsck/problem.c:840
+#, c-format
+msgid "Internal error: couldn't find dir_info for %i.\n"
+msgstr ""
+
+#: e2fsck/problem.c:658
+msgid "@E has rec_len of %dr, should be %N.\n"
+msgstr ""
+
+#: e2fsck/problem.c:663
+#, c-format
+msgid "@A icount structure: %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:668
+#, c-format
+msgid "Error interating over @d @bs: %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:673
+msgid "Error reading @d @b %b (@i %i): %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:678
+msgid "Error writing @d @b %b (@i %i): %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:683
+#, c-format
+msgid "@A new @d @b for @i %i (%s): %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:688
+#, c-format
+msgid "Error deallocating @i %i: %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:693
+msgid "@d @e for '.' is big.  "
+msgstr ""
+
+#: e2fsck/problem.c:698
+msgid "@i %i (%Q) is an @I FIFO.\n"
+msgstr ""
+
+#: e2fsck/problem.c:703
+msgid "@i %i (%Q) is an @I socket.\n"
+msgstr ""
+
+#: e2fsck/problem.c:708
+msgid "Setting filetype for @E to %N.\n"
+msgstr ""
+
+#: e2fsck/problem.c:713
+msgid "@E has an incorrect filetype (was %dt, should be %N)\n"
+msgstr ""
+
+#: e2fsck/problem.c:718
+msgid "@E has filetype set\n"
+msgstr ""
+
+#: e2fsck/problem.c:723
+msgid "@E has a zero-length name\n"
+msgstr ""
+
+#: e2fsck/problem.c:730
+msgid "Pass 3: Checking @d connectivity\n"
+msgstr ""
+
+#: e2fsck/problem.c:735
+msgid "@r not allocated.  "
+msgstr ""
+
+#: e2fsck/problem.c:740
+msgid "No room in @l @d.  "
+msgstr ""
+
+#: e2fsck/problem.c:745
+#, c-format
+msgid "Unconnected @d @i %i (%p)\n"
+msgstr ""
+
+#: e2fsck/problem.c:750
+msgid "/@l not found.  "
+msgstr ""
+
+#: e2fsck/problem.c:755
+msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
+msgstr ""
+
+#: e2fsck/problem.c:760
+msgid "Bad or non-existent /@l.  Cannot reconnect\n"
+msgstr ""
+
+#: e2fsck/problem.c:765
+#, c-format
+msgid "Could not expand /@l: %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:770
+#, c-format
+msgid "Could not reconnect %i: %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:775
+#, c-format
+msgid "Error while trying to find /@l: %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:780
+#, c-format
+msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
+msgstr ""
+
+#: e2fsck/problem.c:785
+#, c-format
+msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
+msgstr ""
+
+#: e2fsck/problem.c:790
+#, c-format
+msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
+msgstr ""
+
+#: e2fsck/problem.c:795
+#, c-format
+msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
+msgstr ""
+
+#: e2fsck/problem.c:800
+#, c-format
+msgid "Error while adjusting @i count on @i %i\n"
+msgstr ""
+
+#: e2fsck/problem.c:805
+#, c-format
+msgid ""
+"Couldn't fix parent of @i %i: %m\n"
+"\n"
+msgstr ""
+
+#: e2fsck/problem.c:810
+#, c-format
+msgid ""
+"Couldn't fix parent of @i %i: Couldn't find parent @d entry\n"
+"\n"
+msgstr ""
+
+#: e2fsck/problem.c:815
+msgid "@A @i @B (%N): %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:820
+#, c-format
+msgid "Error creating root @d (%s): %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:825
+#, c-format
+msgid "Error creating /@l @d (%s): %m\n"
+msgstr ""
+
+#: e2fsck/problem.c:830
+msgid "@r is not a @d; aborting.\n"
+msgstr ""
+
+#: e2fsck/problem.c:835
+msgid "Cannot proceed without a @r.\n"
+msgstr ""
+
+#: e2fsck/problem.c:845
+#, c-format
+msgid "/@l is not a @d (ino=%i)\n"
+msgstr ""
+
+#: e2fsck/problem.c:852
+msgid "Pass 4: Checking reference counts\n"
+msgstr ""
+
+#: e2fsck/problem.c:867
+msgid "@i %i ref count is %Il, @s %N.  "
+msgstr ""
+
+#: e2fsck/problem.c:871
+msgid ""
+"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
+"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
+"@i_link_info[%i] is %N, @i.i_links_count is %Il.  They should be the same!\n"
+msgstr ""
+
+#: e2fsck/problem.c:881
+msgid "Pass 5: Checking @g summary information\n"
+msgstr ""
+
+#: e2fsck/problem.c:886
+msgid "Padding at end of @i @B is not set. "
+msgstr ""
+
+#: e2fsck/problem.c:891
+msgid "Padding at end of @b @B is not set. "
+msgstr ""
+
+#: e2fsck/problem.c:896
+msgid "@b @B differences: "
+msgstr ""
+
+#: e2fsck/problem.c:916
+msgid "@i @B differences: "
+msgstr ""
+
+#: e2fsck/problem.c:936
+msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
+msgstr ""
+
+#: e2fsck/problem.c:941
+msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
+msgstr ""
+
+#: e2fsck/problem.c:946
+msgid "Free @is count wrong (%i, counted=%j).\n"
+msgstr ""
+
+#: e2fsck/problem.c:951
+msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
+msgstr ""
+
+#: e2fsck/problem.c:956
+msgid "Free @bs count wrong (%b, counted=%c).\n"
+msgstr ""
+
+#: e2fsck/problem.c:961
+msgid ""
+"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
+"endpoints (%i, %j)\n"
+msgstr ""
+
+#: e2fsck/problem.c:967
+msgid "Internal error: fudging end of bitmap (%N)\n"
+msgstr ""
+
+#: e2fsck/problem.c:1068
+#, c-format
+msgid "Unhandled error code (%d)!\n"
+msgstr ""
+
+#: e2fsck/problem.c:1142
+msgid "IGNORED"
+msgstr ""
+
+#: e2fsck/scantest.c:80
+#, c-format
+msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
+msgstr ""
+
+#: e2fsck/scantest.c:99
+#, c-format
+msgid "size of inode=%d\n"
+msgstr ""
+
+#: e2fsck/scantest.c:120
+msgid "while starting inode scan"
+msgstr ""
+
+#: e2fsck/scantest.c:131
+msgid "while doing inode scan"
+msgstr ""
+
+#: e2fsck/swapfs.c:96
+msgid "while calling ext2fs_block_iterate"
+msgstr ""
+
+#: e2fsck/swapfs.c:102
+msgid "while calling iterator function"
+msgstr ""
+
+#: e2fsck/swapfs.c:123
+msgid "while allocating inode buffer"
+msgstr ""
+
+#: e2fsck/swapfs.c:135
+#, c-format
+msgid "while reading inode table (group %d)"
+msgstr ""
+
+#: e2fsck/swapfs.c:173
+#, c-format
+msgid "while writing inode table (group %d)"
+msgstr ""
+
+#: e2fsck/swapfs.c:194
+msgid "Pass 0: Doing byte-swap of filesystem\n"
+msgstr ""
+
+#: e2fsck/swapfs.c:201
+#, c-format
+msgid ""
+"%s: the filesystem must be freshly checked using fsck\n"
+"and not mounted before trying to byte-swap it.\n"
+msgstr ""
+
+#: e2fsck/swapfs.c:227
+msgid "Byte swap"
+msgstr ""
+
+#: e2fsck/unix.c:61
+#, c-format
+msgid ""
+"Usage: %s [-panyrcdfvstFSV] [-b superblock] [-B blocksize]\n"
+"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
+"\t\t[-l|-L bad_blocks_file] [-C fd] device\n"
+msgstr ""
+"Hey stupid!  Do you need help using this program?\n"
+"Usage: %s [-panyrcdfvstFSV] [-b superblock] [-B blocksize]\n"
+"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
+"\t\t[-l|-L bad_blocks_file] [-C fd] device\n"
+
+#: e2fsck/unix.c:66
+msgid ""
+"\n"
+"Emergency help:\n"
+" -p                   Automatic repair (no questions)\n"
+" -n                   Make no changes to the filesystem\n"
+" -y                   Assume \"yes\" to all questions\n"
+" -c                   Check for bad blocks\n"
+" -f                   Force checking even if filesystem is marked clean\n"
+" -v                   Be verbose\n"
+" -b superblock        Use alternative superblock\n"
+" -B blocksize         Force blocksize when looking for superblock\n"
+" -l bad_blocks_file   Add to badblocks list\n"
+" -L bad_blocks_file   Set badblocks list\n"
+msgstr ""
+"\n"
+"Yup, it looks like you could use some emergency help all right... IDIOT.\n"
+"\n"
+"Emergency help:\n"
+" -p                   Automatic repair (no questions)\n"
+" -n                   Make no changes to the filesystem\n"
+" -y                   Assume \"yes\" to all questions\n"
+" -c                   Check for bad blocks\n"
+" -f                   Force checking even if filesystem is marked clean\n"
+" -v                   Be verbose\n"
+" -b superblock        Use alternative superblock\n"
+" -B blocksize         Force blocksize when looking for superblock\n"
+" -l bad_blocks_file   Add to badblocks list\n"
+" -L bad_blocks_file   Set badblocks list\n"
+
+#: e2fsck/unix.c:104
+msgid "%s: %d/%d files (%0d.%d%% non-contiguous), %d/%d blocks\n"
+msgstr ""
+"%s: %d/%d stupid files (%0d.%d%% non-contiguous), %d/%d blocks wasted on "
+"your worthless data\n"
+
+#: e2fsck/unix.c:119
+msgid ""
+"\n"
+"%8d inodes used (%d%%)\n"
+msgstr ""
+
+#: e2fsck/unix.c:121
+msgid "%8d non-contiguous inodes (%0d.%d%%)\n"
+msgstr ""
+
+#: e2fsck/unix.c:123
+#, c-format
+msgid "         # of inodes with ind/dind/tind blocks: %d/%d/%d\n"
+msgstr ""
+
+#: e2fsck/unix.c:125
+msgid ""
+"%8d blocks used (%d%%)\n"
+"%8d bad blocks\n"
+msgstr ""
+
+#: e2fsck/unix.c:128
+#, c-format
+msgid ""
+"\n"
+"%8d regular files\n"
+"%8d directories\n"
+"%8d character device files\n"
+"%8d block device files\n"
+"%8d fifos\n"
+"%8d links\n"
+"%8d symbolic links (%d fast symbolic links)\n"
+"%8d sockets\n"
+"--------\n"
+"%8d files\n"
+msgstr ""
+
+#: e2fsck/unix.c:201 misc/mke2fs.c:184
+#, c-format
+msgid "while determining whether %s is mounted."
+msgstr ""
+
+#: e2fsck/unix.c:223
+#, c-format
+msgid "Warning!  %s is mounted.\n"
+msgstr ""
+
+#: e2fsck/unix.c:227
+#, c-format
+msgid "%s is mounted.  "
+msgstr ""
+
+#: e2fsck/unix.c:229
+msgid ""
+"Cannot continue, aborting.\n"
+"\n"
+msgstr ""
+
+#: e2fsck/unix.c:232
+msgid ""
+"\n"
+"\n"
+"\a\a\a\aWARNING!!!  Running e2fsck on a mounted filesystem may cause\n"
+"SEVERE filesystem damage.\a\a\a\n"
+"\n"
+msgstr ""
+
+#: e2fsck/unix.c:235
+msgid "Do you really want to continue"
+msgstr ""
+
+#: e2fsck/unix.c:237
+msgid "check aborted.\n"
+msgstr ""
+
+#: e2fsck/unix.c:257
+msgid "contains a file system with errors"
+msgstr ""
+
+#: e2fsck/unix.c:259
+msgid "was not cleanly unmounted"
+msgstr ""
+
+#: e2fsck/unix.c:262
+msgid "has reached maximal mount count"
+msgstr ""
+
+#: e2fsck/unix.c:266
+msgid "has gone too long without being checked"
+msgstr ""
+
+#: e2fsck/unix.c:268
+#, c-format
+msgid "%s %s, check forced.\n"
+msgstr ""
+
+#: e2fsck/unix.c:271
+#, c-format
+msgid "%s: clean, %d/%d files, %d/%d blocks\n"
+msgstr ""
+
+#: e2fsck/unix.c:371
+#, c-format
+msgid "ERROR: Couldn't open /dev/null (%s)\n"
+msgstr ""
+
+#: e2fsck/unix.c:475
+msgid "The -t option is not supported on this version of e2fsck.\n"
+msgstr ""
+
+#: e2fsck/unix.c:577
+msgid "Incompatible options not allowed when byte-swapping.\n"
+msgstr ""
+
+#: e2fsck/unix.c:631
+msgid "Error: ext2fs library version out of date!\n"
+msgstr ""
+
+#: e2fsck/unix.c:639
+msgid "while trying to initialize program"
+msgstr ""
+
+#: e2fsck/unix.c:649
+#, c-format
+msgid "e2fsck %s, %s for EXT2 FS %s, %s\n"
+msgstr ""
+
+#: e2fsck/unix.c:654
+#, c-format
+msgid "\tUsing %s, %s\n"
+msgstr ""
+
+#: e2fsck/unix.c:666
+msgid "need terminal for interactive repairs"
+msgstr ""
+
+#: e2fsck/unix.c:696
+#, c-format
+msgid "%s trying backup blocks...\n"
+msgstr ""
+
+#: e2fsck/unix.c:697
+msgid "Couldn't find ext2 superblock,"
+msgstr ""
+
+#: e2fsck/unix.c:698
+msgid "Group descriptors look bad..."
+msgstr ""
+
+#: e2fsck/unix.c:709
+msgid ""
+"The filesystem revision is apparently too high for this version of e2fsck.\n"
+"(Or the filesystem superblock is corrupt)\n"
+"\n"
+msgstr ""
+
+#: e2fsck/unix.c:715
+msgid "Could this be a zero-length partition?\n"
+msgstr ""
+
+#: e2fsck/unix.c:717
+#, c-format
+msgid "You must have %s access to the filesystem or be root\n"
+msgstr ""
+
+#: e2fsck/unix.c:722
+msgid "Possibly non-existent or swap device?\n"
+msgstr ""
+
+#: e2fsck/unix.c:725
+msgid ""
+"Disk write-protected; use the -n option to do a read-only\n"
+"check of the device.\n"
+msgstr ""
+
+#: e2fsck/unix.c:741
+msgid "Get a newer version of e2fsck!"
+msgstr ""
+
+#: e2fsck/unix.c:806
+#, c-format
+msgid "%s: Filesystem byte order already normalized.\n"
+msgstr ""
+
+#: e2fsck/unix.c:825
+msgid "while reading bad blocks inode"
+msgstr ""
+
+#: e2fsck/unix.c:827
+msgid "This doesn't bode well, but we'll try to go on...\n"
+msgstr ""
+
+#: e2fsck/unix.c:834
+msgid "Restarting e2fsck from the beginning...\n"
+msgstr ""
+
+#: e2fsck/unix.c:838
+msgid "while resetting context"
+msgstr ""
+
+#: e2fsck/unix.c:855
+#, c-format
+msgid ""
+"\n"
+"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
+msgstr ""
+
+#: e2fsck/unix.c:858
+#, c-format
+msgid "%s: ***** REBOOT LINUX *****\n"
+msgstr ""
+
+#: e2fsck/util.c:70 misc/mke2fs.c:126
+msgid "yY"
+msgstr ""
+
+#: e2fsck/util.c:71
+msgid "nN"
+msgstr ""
+
+#: e2fsck/util.c:85
+msgid "<y>"
+msgstr ""
+
+#: e2fsck/util.c:87
+msgid "<n>"
+msgstr ""
+
+#: e2fsck/util.c:89
+msgid " (y/n)"
+msgstr ""
+
+#: e2fsck/util.c:119
+#, c-format
+msgid ""
+"%s? no\n"
+"\n"
+msgstr ""
+
+#: e2fsck/util.c:123
+#, c-format
+msgid ""
+"%s? yes\n"
+"\n"
+msgstr ""
+
+#: e2fsck/util.c:127
+msgid "yes"
+msgstr ""
+
+#: e2fsck/util.c:127
+msgid "no"
+msgstr ""
+
+#: e2fsck/util.c:140
+#, c-format
+msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
+msgstr ""
+
+#: e2fsck/util.c:145
+msgid "reading inode and block bitmaps"
+msgstr ""
+
+#: e2fsck/util.c:150
+#, c-format
+msgid "while retrying to read bitmaps for %s"
+msgstr ""
+
+#: e2fsck/util.c:162
+msgid "writing block bitmaps"
+msgstr ""
+
+#: e2fsck/util.c:167
+#, c-format
+msgid "while retrying to write block bitmaps for %s"
+msgstr ""
+
+#: e2fsck/util.c:174
+msgid "writing inode bitmaps"
+msgstr ""
+
+#: e2fsck/util.c:179
+#, c-format
+msgid "while retrying to write inode bitmaps for %s"
+msgstr ""
+
+#: e2fsck/util.c:192
+#, c-format
+msgid ""
+"\n"
+"\n"
+"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
+"\t(i.e., without -a or -p options)\n"
+msgstr ""
+
+#: e2fsck/util.c:255
+#, c-format
+msgid "Memory used: %d/%d, "
+msgstr ""
+
+#: e2fsck/util.c:258
+#, c-format
+msgid "Memory used: %d, "
+msgstr ""
+
+#: e2fsck/util.c:264
+#, c-format
+msgid "elapsed time: %6.3f/%6.3f/%6.3f\n"
+msgstr ""
+
+#: e2fsck/util.c:269
+#, c-format
+msgid "elapsed time: %6.3f\n"
+msgstr ""
+
+#: e2fsck/util.c:283
+#, c-format
+msgid "while reading inode %ld in %s"
+msgstr ""
+
+#: e2fsck/util.c:296
+#, c-format
+msgid "while writing inode %ld in %s"
+msgstr ""
+
+#: misc/badblocks.c:58
+msgid "done                        \n"
+msgstr ""
+
+#: misc/badblocks.c:66
+#, c-format
+msgid ""
+"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwn]\n"
+" [-c blocks_at_once] [-p num_passes] device blocks_count [start_count]\n"
+msgstr ""
+"Hey stupid!  Do you need help using this program?\n"
+"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwn]\n"
+" [-c blocks_at_once] [-p num_passes] device blocks_count [start_count]\n"
+
+#: misc/badblocks.c:159 misc/badblocks.c:186
+msgid "during seek"
+msgstr ""
+
+#: misc/badblocks.c:166
+#, c-format
+msgid "Weird value (%ld) in do_read\n"
+msgstr ""
+
+#: misc/badblocks.c:208
+msgid "Flushing buffers\n"
+msgstr ""
+
+#: misc/badblocks.c:211
+msgid "during fsync"
+msgstr ""
+
+#: misc/badblocks.c:234 misc/badblocks.c:408
+msgid "while beginning bad block list iteration"
+msgstr ""
+
+#: misc/badblocks.c:244 misc/badblocks.c:313 misc/badblocks.c:419
+msgid "while allocating buffers"
+msgstr ""
+
+#: misc/badblocks.c:249
+msgid "Checking for bad blocks in read-only mode\n"
+msgstr ""
+
+#: misc/badblocks.c:250 misc/badblocks.c:322 misc/badblocks.c:437
+#, c-format
+msgid "From block %lu to %lu\n"
+msgstr ""
+
+#: misc/badblocks.c:258
+msgid "Checking for bad blocks (read-only test): "
+msgstr ""
+
+#: misc/badblocks.c:321
+msgid "Checking for bad blocks in read-write mode\n"
+msgstr ""
+
+#: misc/badblocks.c:328
+#, c-format
+msgid "Writing pattern 0x%08x: "
+msgstr ""
+
+#: misc/badblocks.c:342 misc/badblocks.c:367
+#, c-format
+msgid "during seek on block %d"
+msgstr ""
+
+#: misc/badblocks.c:354
+msgid "Reading and comparing: "
+msgstr ""
+
+#: misc/badblocks.c:425
+msgid "Initializing random test data\n"
+msgstr ""
+
+#: misc/badblocks.c:436
+msgid "Checking for bad blocks in non-destructive read-write mode\n"
+msgstr ""
+
+#: misc/badblocks.c:440
+msgid "Checking for bad blocks (non-destructive read-write test): "
+msgstr ""
+
+#: misc/badblocks.c:479
+#, c-format
+msgid "during test data write, block %lu"
+msgstr ""
+
+#: misc/badblocks.c:572
+msgid "Interrupt caught, cleaning up\n"
+msgstr ""
+
+#: misc/badblocks.c:627 misc/mke2fs.c:784
+#, c-format
+msgid "bad block size - %s"
+msgstr ""
+
+#: misc/badblocks.c:681 misc/mke2fs.c:910
+#, c-format
+msgid "bad blocks count - %s"
+msgstr ""
+
+#: misc/badblocks.c:689
+#, c-format
+msgid "bad blocks range: %lu-%lu"
+msgstr ""
+
+#: misc/badblocks.c:741
+msgid "creating in-memory bad blocks list"
+msgstr ""
+
+#: misc/badblocks.c:756
+msgid "adding to in-memory bad block list"
+msgstr ""
+
+#: misc/badblocks.c:782
+#, c-format
+msgid "Pass completed, %u bad blocks found.\n"
+msgstr ""
+
+#: misc/chattr.c:139
+#, c-format
+msgid "bad version - %s\n"
+msgstr ""
+
+#: misc/chattr.c:145
+#, c-format
+msgid "%s: Unrecognized argument: %c\n"
+msgstr ""
+
+#: misc/chattr.c:248 misc/lsattr.c:88
+#, c-format
+msgid "while stating %s"
+msgstr ""
+
+#: misc/chattr.c:257 misc/chattr.c:277
+#, c-format
+msgid "Flags of %s set as "
+msgstr ""
+
+#: misc/chattr.c:268
+#, c-format
+msgid "while reading flags on %s"
+msgstr ""
+
+#: misc/chattr.c:283
+#, c-format
+msgid "while setting flags on %s"
+msgstr ""
+
+#: misc/chattr.c:289
+#, c-format
+msgid "Version of %s set as %lu\n"
+msgstr ""
+
+#: misc/chattr.c:292
+#, c-format
+msgid "while setting version on %s"
+msgstr ""
+
+#: misc/chattr.c:306
+msgid "Couldn't allocate path variable in chattr_dir_proc"
+msgstr ""
+
+#: misc/chattr.c:339
+msgid "= is incompatible with - and +\n"
+msgstr ""
+
+#: misc/chattr.c:344
+msgid "Must use '-v', =, - or +\n"
+msgstr ""
+
+#: misc/chattr.c:348
+#, c-format
+msgid "chattr %s, %s for EXT2 FS %s, %s\n"
+msgstr ""
+
+#: misc/dumpe2fs.c:47
+#, c-format
+msgid "Usage: %s [-bV] [-ob superblock] [-oB blocksize] device\n"
+msgstr ""
+"Hey stupid!  Do you need help using this program?\n"
+"Usage: %s [-bV] [-ob superblock] [-oB blocksize] device\n"
+
+#: misc/dumpe2fs.c:92
+#, c-format
+msgid "Group %lu: (Blocks %u -- %u)\n"
+msgstr ""
+
+#: misc/dumpe2fs.c:94
+#, c-format
+msgid ""
+"  Block bitmap at %u (+%d), Inode bitmap at %u (+%d)\n"
+"  Inode table at %u (+%d)\n"
+msgstr ""
+
+#: misc/dumpe2fs.c:103
+#, c-format
+msgid "  %d free blocks, %d free inodes, %d directories\n"
+msgstr ""
+
+#: misc/dumpe2fs.c:107
+msgid "  Free blocks: "
+msgstr ""
+
+#: misc/dumpe2fs.c:112
+msgid "  Free inodes: "
+msgstr ""
+
+#: misc/dumpe2fs.c:135 misc/dumpe2fs.c:161
+msgid "while printing bad block list"
+msgstr ""
+
+#: misc/dumpe2fs.c:139
+#, c-format
+msgid "Bad blocks: %d"
+msgstr ""
+
+#: misc/dumpe2fs.c:195
+#, c-format
+msgid "dumpe2fs %s, %s for EXT2 FS %s, %s\n"
+msgstr ""
+
+#. Print version number and exit
+#: misc/dumpe2fs.c:222 misc/mke2fs.c:897
+#, c-format
+msgid "\tUsing %s\n"
+msgstr ""
+
+#: misc/dumpe2fs.c:240 misc/tune2fs.c:311
+msgid "Couldn't find valid filesystem superblock.\n"
+msgstr ""
+
+#: misc/dumpe2fs.c:250
+msgid "Note: This is a byte-swapped filesystem\n"
+msgstr ""
+
+#: misc/dumpe2fs.c:260
+msgid "while trying to read the bitmaps"
+msgstr ""
+
+#: misc/e2label.c:54
+#, c-format
+msgid "e2label: cannot open %s\n"
+msgstr ""
+
+#: misc/e2label.c:59
+msgid "e2label: cannot seek to superblock\n"
+msgstr ""
+
+#: misc/e2label.c:64
+msgid "e2label: error reading superblock\n"
+msgstr ""
+
+#: misc/e2label.c:68
+msgid "e2label: not an ext2 filesystem\n"
+msgstr ""
+
+#: misc/e2label.c:93 misc/tune2fs.c:424
+msgid "Warning: label too long, truncating.\n"
+msgstr ""
+
+#: misc/e2label.c:96
+msgid "e2label: cannot seek to superblock again\n"
+msgstr ""
+
+#: misc/e2label.c:101
+msgid "e2label: error writing superblock\n"
+msgstr ""
+
+#: misc/e2label.c:113
+msgid "Usage: e2label device [newlabel]\n"
+msgstr ""
+"Hey stupid!  Do you need help using this program?\n"
+"Usage: e2label device [newlabel]\n"
+
+#: misc/findsuper.c:94
+msgid "Usage:  findsuper device [skiprate [start]]\n"
+msgstr ""
+"Hey stupid!  Do you need help using this program?\n"
+"Usage:  findsuper device [skiprate [start]]\n"
+
+#: misc/findsuper.c:101
+msgid "Do you really want to skip less than a sector??\n"
+msgstr ""
+
+#: misc/findsuper.c:107
+#, c-format
+msgid "Have to start at 0 or greater,not %ld\n"
+msgstr ""
+
+#: misc/findsuper.c:120
+msgid "read failed"
+msgstr ""
+
+#: misc/findsuper.c:133
+#, c-format
+msgid "Failed on %d at %ld\n"
+msgstr ""
+
+#: misc/fsck.c:293
+#, c-format
+msgid "WARNING: couldn't open %s: %s\n"
+msgstr ""
+
+#: misc/fsck.c:303
+#, c-format
+msgid "WARNING: bad format on line %d of %s\n"
+msgstr ""
+
+#: misc/fsck.c:324
+msgid ""
+"\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
+"\tfield.  I will kludge around things for you, but you\n"
+"\tshould fix your /etc/fstab file as soon as you can.\n"
+"\n"
+msgstr ""
+
+#: misc/fsck.c:422
+#, c-format
+msgid "fsck: %s: not found\n"
+msgstr ""
+
+#: misc/fsck.c:504
+#, c-format
+msgid "%s: wait: No more child process?!?\n"
+msgstr ""
+
+#: misc/fsck.c:526
+#, c-format
+msgid "Warning... %s for device %s exited with signal %d.\n"
+msgstr ""
+
+#: misc/fsck.c:532
+#, c-format
+msgid "%s %s: status is %x, should never happen.\n"
+msgstr ""
+
+#: misc/fsck.c:616
+#, c-format
+msgid "%s: Error %d while executing fsck.%s for %s\n"
+msgstr ""
+
+#: misc/fsck.c:679
+#, c-format
+msgid "fsck: cannot check %s: fsck.%s not found\n"
+msgstr ""
+
+#: misc/fsck.c:735
+msgid "Checking all file systems.\n"
+msgstr ""
+
+#: misc/fsck.c:800
+#, c-format
+msgid "--waiting-- (pass %d)\n"
+msgstr ""
+
+#: misc/fsck.c:821
+msgid "Usage: fsck [-ACNPRTV] [-t fstype] [fs-options] filesys\n"
+msgstr ""
+"Hey stupid!  Do you need help using this program?\n"
+"Usage: fsck [-ACNPRTV] [-t fstype] [fs-options] filesys\n"
+
+#: misc/fsck.c:847
+#, c-format
+msgid "%s: too many devices\n"
+msgstr ""
+
+#: misc/fsck.c:857 misc/fsck.c:923
+#, c-format
+msgid "%s: too many arguments\n"
+msgstr ""
+
+#: misc/fsck.c:951
+#, c-format
+msgid "Parallelizing fsck version %s (%s)\n"
+msgstr ""
+
+#: misc/get_device_by_label.c:159
+#, c-format
+msgid "WARNING: %s: bad UUID"
+msgstr ""
+
+#: misc/lsattr.c:57
+#, c-format
+msgid "Usage: %s [-RVadlv] [files...]\n"
+msgstr ""
+"Hey stupid!  Do you need help using this program?\n"
+"Usage: %s [-RVadlv] [files...]\n"
+
+#: misc/lsattr.c:67
+#, c-format
+msgid "While reading flags on %s"
+msgstr ""
+
+#: misc/lsattr.c:70
+#, c-format
+msgid "While reading version on %s"
+msgstr ""
+
+#: misc/lsattr.c:163
+#, c-format
+msgid "lsattr %s, %s for EXT2 FS %s, %s\n"
+msgstr ""
+
+#: misc/mke2fs.c:91
+#, c-format
+msgid ""
+"Usage: %s [-c|-t|-l filename] [-b block-size] [-f fragment-size]\n"
+"\t[-i bytes-per-inode]  [-N number-of-inodes]\n"
+"\t[-m reserved-blocks-percentage] [-o creator-os] [-g blocks-per-group]\n"
+"\t[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]\n"
+"\t[-r fs-revision] [-R raid_opts] [-s sparse-super-flag]\n"
+"\t[-qvSV] device [blocks-count]\n"
+msgstr ""
+"Hey stupid!  Do you need help using this program?\n"
+"Usage: %s [-c|-t|-l filename] [-b block-size] [-f fragment-size]\n"
+"\t[-i bytes-per-inode]  [-N number-of-inodes]\n"
+"\t[-m reserved-blocks-percentage] [-o creator-os] [-g blocks-per-group]\n"
+"\t[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]\n"
+"\t[-r fs-revision] [-R raid_opts] [-s sparse-super-flag]\n"
+"\t[-qvSV] device [blocks-count]\n"
+
+#: misc/mke2fs.c:130
+msgid "Proceed anyway? (y,n) "
+msgstr ""
+
+#: misc/mke2fs.c:154
+#, c-format
+msgid "Could not stat %s --- %s\n"
+msgstr ""
+
+#: misc/mke2fs.c:157
+msgid ""
+"\n"
+"The device apparently does not exist; did you specify it correctly?\n"
+msgstr ""
+
+#: misc/mke2fs.c:162
+#, c-format
+msgid "%s is not a block special device.\n"
+msgstr ""
+
+#: misc/mke2fs.c:169
+#, c-format
+msgid "%s is entire device, not just one partition!\n"
+msgstr ""
+
+#: misc/mke2fs.c:191
+#, c-format
+msgid "%s is mounted; "
+msgstr ""
+
+#: misc/mke2fs.c:193
+msgid "mke2fs forced anyway.  Hope /etc/mtab is incorrect.\n"
+msgstr ""
+
+#: misc/mke2fs.c:196
+msgid "will not make a filesystem here!\n"
+msgstr ""
+
+#: misc/mke2fs.c:300
+#, c-format
+msgid "Running command: %s\n"
+msgstr ""
+
+#: misc/mke2fs.c:304
+#, c-format
+msgid "while trying run '%s'"
+msgstr ""
+
+#: misc/mke2fs.c:311
+msgid "while processing list of bad blocks from program"
+msgstr ""
+
+#: misc/mke2fs.c:337
+#, c-format
+msgid "Block %d in primary superblock/group descriptor area bad.\n"
+msgstr ""
+
+#: misc/mke2fs.c:339
+#, c-format
+msgid "Blocks %d through %d must be good in order to build a filesystem.\n"
+msgstr ""
+
+#: misc/mke2fs.c:342
+msgid "Aborting....\n"
+msgstr ""
+
+#: misc/mke2fs.c:362
+#, c-format
+msgid ""
+"Warning: the backup superblock/group descriptors at block %d contain\n"
+"\tbad blocks.\n"
+"\n"
+msgstr ""
+
+#: misc/mke2fs.c:380
+msgid "while marking bad blocks as used"
+msgstr ""
+
+#: misc/mke2fs.c:405
+msgid "while allocating zeroizing buffer"
+msgstr ""
+
+#: misc/mke2fs.c:421
+msgid "Writing inode tables: "
+msgstr ""
+
+#: misc/mke2fs.c:436
+#, c-format
+msgid "Warning: could not write %d blocks in inode table starting at %d: %s\n"
+msgstr ""
+
+#: misc/mke2fs.c:451
+msgid "done                            \n"
+msgstr ""
+
+#: misc/mke2fs.c:461
+msgid "while creating root dir"
+msgstr ""
+
+#: misc/mke2fs.c:468
+msgid "while reading root inode"
+msgstr ""
+
+#: misc/mke2fs.c:477
+msgid "while setting root inode ownership"
+msgstr ""
+
+#: misc/mke2fs.c:494
+msgid "while creating /lost+found"
+msgstr ""
+
+#: misc/mke2fs.c:501
+msgid "while looking up /lost+found"
+msgstr ""
+
+#: misc/mke2fs.c:511
+msgid "while expanding /lost+found"
+msgstr ""
+
+#: misc/mke2fs.c:527
+msgid "while setting bad block inode"
+msgstr ""
+
+#: misc/mke2fs.c:557
+#, c-format
+msgid "Warning: could not erase block 0: %s\n"
+msgstr ""
+
+#: misc/mke2fs.c:571
+#, c-format
+msgid ""
+"warning: %d blocks unused.\n"
+"\n"
+msgstr ""
+
+#: misc/mke2fs.c:576
+#, c-format
+msgid "Filesystem label=%s\n"
+msgstr ""
+
+#: misc/mke2fs.c:577
+msgid "OS type: "
+msgstr ""
+
+#: misc/mke2fs.c:582
+msgid "(unknown os)"
+msgstr ""
+
+#: misc/mke2fs.c:585
+#, c-format
+msgid "Block size=%u (log=%u)\n"
+msgstr ""
+
+#: misc/mke2fs.c:587
+#, c-format
+msgid "Fragment size=%u (log=%u)\n"
+msgstr ""
+
+#: misc/mke2fs.c:589
+#, c-format
+msgid "%u inodes, %u blocks\n"
+msgstr ""
+
+#: misc/mke2fs.c:591
+msgid "%u blocks (%2.2f%%) reserved for the super user\n"
+msgstr ""
+
+#: misc/mke2fs.c:594
+#, c-format
+msgid "First data block=%u\n"
+msgstr ""
+
+#: misc/mke2fs.c:596
+#, c-format
+msgid "%lu block groups\n"
+msgstr ""
+
+#: misc/mke2fs.c:598
+#, c-format
+msgid "%lu block group\n"
+msgstr ""
+
+#: misc/mke2fs.c:599
+#, c-format
+msgid "%u blocks per group, %u fragments per group\n"
+msgstr ""
+
+#: misc/mke2fs.c:601
+#, c-format
+msgid "%u inodes per group\n"
+msgstr ""
+
+#: misc/mke2fs.c:608
+msgid "Superblock backups stored on blocks: "
+msgstr ""
+
+#: misc/mke2fs.c:674
+msgid "Couldn't allocate memory to parse raid options!\n"
+msgstr ""
+
+#: misc/mke2fs.c:699
+msgid "Invalid stride parameter.\n"
+msgstr ""
+
+#: misc/mke2fs.c:707
+msgid ""
+"\n"
+"Bad raid options specified.\n"
+"\n"
+"Raid options are separated by commas, and may take an argument which\n"
+"\tis set off by an equals ('=') sign.\n"
+"\n"
+"Valid raid options are:\n"
+"\tstride=<stride length in blocks>\n"
+"\n"
+msgstr ""
+
+#. Create revision 1 filesystems now
+#: misc/mke2fs.c:772
+#, c-format
+msgid "mke2fs %s, %s for EXT2 FS %s, %s\n"
+msgstr ""
+
+#: misc/mke2fs.c:799
+#, c-format
+msgid "bad fragment size - %s"
+msgstr ""
+
+#: misc/mke2fs.c:805
+msgid "Warning: fragments not supported.  Ignoring -f option\n"
+msgstr ""
+
+#: misc/mke2fs.c:812
+msgid "Illegal number for blocks per group"
+msgstr ""
+
+#: misc/mke2fs.c:817
+msgid "blocks per group must be multiple of 8"
+msgstr ""
+
+#: misc/mke2fs.c:826
+#, c-format
+msgid "bad inode ratio - %s"
+msgstr ""
+
+#: misc/mke2fs.c:834
+msgid "in malloc for bad_blocks_filename"
+msgstr ""
+
+#: misc/mke2fs.c:843
+#, c-format
+msgid "bad reserved blocks percent - %s"
+msgstr ""
+
+#: misc/mke2fs.c:936
+msgid "while trying to determine filesystem size"
+msgstr ""
+
+#: misc/mke2fs.c:942
+msgid ""
+"Couldn't determine device size; you must specify\n"
+"the size of the filesystem\n"
+msgstr ""
+
+#: misc/mke2fs.c:950
+msgid "Filesystem larger than apparent filesystem size."
+msgstr ""
+
+#: misc/mke2fs.c:960
+msgid "blocks per group count out of range"
+msgstr ""
+
+#: misc/mke2fs.c:987 misc/tune2fs.c:447
+#, c-format
+msgid "Invalid filesystem option set: %s\n"
+msgstr ""
+
+#: misc/mke2fs.c:1013
+msgid "while setting up superblock"
+msgstr ""
+
+#: misc/mke2fs.c:1027
+#, c-format
+msgid "unknown os - %s"
+msgstr ""
+
+#: misc/mke2fs.c:1065
+msgid "while trying to allocate filesystem tables"
+msgstr ""
+
+#: misc/mke2fs.c:1083
+msgid "Writing superblocks and filesystem accounting information: "
+msgstr ""
+
+#: misc/mke2fs.c:1087
+msgid ""
+"\n"
+"Warning, had trouble writing out superblocks."
+msgstr ""
+
+#: misc/mke2fs.c:1090
+msgid "done\n"
+msgstr ""
+
+#: misc/mklost+found.c:44
+#, c-format
+msgid "mklost+found %s, %s for EXT2 FS %s, %s\n"
+msgstr ""
+
+#: misc/mklost+found.c:48
+msgid "Usage: mklost+found\n"
+msgstr ""
+"Hey stupid!  Do you need help using this program?\n"
+"Usage: mklost+found\n"
+
+#: misc/partinfo.c:21
+#, c-format
+msgid "%s failed for %s: %s\n"
+msgstr ""
+
+#: misc/partinfo.c:37
+#, c-format
+msgid ""
+"Usage: %s <dev1> <dev2> <dev3>\n"
+"\n"
+"This program prints out the partition information for a set of devices\n"
+"A common way to use this program is:\n"
+"\n"
+"\t%s /dev/hda?\n"
+"\n"
+msgstr ""
+"Hey stupid!  Do you need help using this program?\n"
+"Usage: %s <dev1> <dev2> <dev3>\n"
+"\n"
+"This program prints out the partition information for a set of devices\n"
+"A common way to use this program is:\n"
+"\n"
+"\t%s /dev/hda?\n"
+"\n"
+
+#: misc/partinfo.c:54
+msgid "HDIO_GETGEO ioctl"
+msgstr ""
+
+#: misc/partinfo.c:61
+msgid "BLKGETSIZE ioctl"
+msgstr ""
+
+#: misc/tune2fs.c:96
+#, c-format
+msgid ""
+"Usage: %s [-c max-mounts-count] [-e errors-behavior] [-g group]\n"
+"\t[-i interval[d|m|w]] [-l] [-s sparse-flag] [-m reserved-blocks-percent]\n"
+"\t[-r reserved-blocks-count] [-u user] [-C mount-count]\n"
+"\t[-L volume-label] [-M last-mounted-dir] [-U UUID]\n"
+"\t[-O [^]feature[,...]] device\n"
+msgstr ""
+"Hey stupid!  Do you need help using this program?\n"
+"Usage: %s [-c max-mounts-count] [-e errors-behavior] [-g group]\n"
+"\t[-i interval[d|m|w]] [-l] [-s sparse-flag] [-m reserved-blocks-percent]\n"
+"\t[-r reserved-blocks-count] [-u user] [-C mount-count]\n"
+"\t[-L volume-label] [-M last-mounted-dir] [-U UUID]\n"
+"\t[-O [^]feature[,...]] device\n"
+
+#: misc/tune2fs.c:112
+msgid "Please run e2fsck on the filesystem.\n"
+msgstr ""
+
+#: misc/tune2fs.c:131
+#, c-format
+msgid "tune2fs %s, %s for EXT2 FS %s, %s\n"
+msgstr ""
+
+#: misc/tune2fs.c:144 misc/tune2fs.c:155
+#, c-format
+msgid "bad mounts count - %s"
+msgstr ""
+
+#: misc/tune2fs.c:171
+#, c-format
+msgid "bad error behavior - %s"
+msgstr ""
+
+#: misc/tune2fs.c:191
+#, c-format
+msgid "bad gid/group name - %s"
+msgstr ""
+
+#: misc/tune2fs.c:224
+#, c-format
+msgid "bad interval - %s"
+msgstr ""
+
+#: misc/tune2fs.c:242
+#, c-format
+msgid "bad reserved block ratio - %s"
+msgstr ""
+
+#: misc/tune2fs.c:262
+#, c-format
+msgid "bad reserved blocks count - %s"
+msgstr ""
+
+#: misc/tune2fs.c:286
+#, c-format
+msgid "bad uid/user name - %s"
+msgstr ""
+
+#: misc/tune2fs.c:319
+#, c-format
+msgid "Setting maximal mount count to %d\n"
+msgstr ""
+
+#: misc/tune2fs.c:325
+#, c-format
+msgid "Setting current mount count to %d\n"
+msgstr ""
+
+#: misc/tune2fs.c:330
+#, c-format
+msgid "Setting error behavior to %d\n"
+msgstr ""
+
+#: misc/tune2fs.c:337
+#, c-format
+msgid "Setting reserved blocks gid to %lu\n"
+msgstr ""
+
+#: misc/tune2fs.c:341
+msgid ""
+"The -g option is not supported by this version -- Recompile with a newer "
+"kernel"
+msgstr ""
+
+#: misc/tune2fs.c:347
+#, c-format
+msgid "Setting interval between check %lu seconds\n"
+msgstr ""
+
+#: misc/tune2fs.c:353
+#, c-format
+msgid "Setting reserved blocks percentage to %lu (%u blocks)\n"
+msgstr ""
+
+#: misc/tune2fs.c:359
+#, c-format
+msgid "reserved blocks count is too big (%ul)"
+msgstr ""
+
+#: misc/tune2fs.c:365
+#, c-format
+msgid "Setting reserved blocks count to %lu\n"
+msgstr ""
+
+#: misc/tune2fs.c:372
+msgid ""
+"\n"
+"The filesystem already has spare superblocks.\n"
+msgstr ""
+
+#: misc/tune2fs.c:379
+#, c-format
+msgid ""
+"\n"
+"Sparse superblock flag set.  %s"
+msgstr ""
+
+#: misc/tune2fs.c:384 misc/tune2fs.c:405
+msgid ""
+"The -s option is not supported by this version -- Recompile with a newer "
+"kernel"
+msgstr ""
+
+#: misc/tune2fs.c:392
+msgid ""
+"\n"
+"The filesystem already does not support spare superblocks.\n"
+msgstr ""
+
+#: misc/tune2fs.c:400
+#, c-format
+msgid ""
+"\n"
+"Sparse superblock flag cleared.  %s"
+msgstr ""
+
+#: misc/tune2fs.c:415
+#, c-format
+msgid "Setting reserved blocks uid to %lu\n"
+msgstr ""
+
+#: misc/tune2fs.c:419
+msgid ""
+"The -u option is not supported by this version -- Recompile with a newer "
+"kernel"
+msgstr ""
+
+#: misc/tune2fs.c:468
+msgid "Invalid UUID format\n"
+msgstr ""
+
+#: misc/uuidgen.c:24
+#, c-format
+msgid "Usage: %s [-r] [-t]\n"
+msgstr ""
+"Hey stupid!  Do you need help using this program?\n"
+"Usage: %s [-r] [-t]\n"