# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 1997-01-01 20:30-0600\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"

#: lib/rpmatch.c:87
msgid "^[yY]"
msgstr ""

#: lib/rpmatch.c:90
msgid "^[nN]"
msgstr ""

#: src/chgrp.c:117
#, c-format
msgid "group of %s changed to %s\n"
msgstr ""

#: src/chgrp.c:119
#, c-format
msgid "group of %s retained as %s\n"
msgstr ""

#: src/chgrp.c:131
msgid "can not change to null group"
msgstr ""

#: src/chgrp.c:140
#, c-format
msgid "invalid group name `%s'"
msgstr ""

#: src/chgrp.c:144
msgid "group number"
msgstr ""

#: src/chgrp.c:147
#, c-format
msgid "invalid group number `%s'"
msgstr ""

#: src/chgrp.c:195
#, c-format
msgid "you are not a member of group `%s'"
msgstr ""

#: src/chgrp.c:200
#, c-format
msgid "%s: invalid group number"
msgstr ""

#: src/chgrp.c:243 src/chmod.c:183 src/chmod.c:329 src/chown.c:200
#: src/cp.c:450 src/cp.c:531 src/cp.c:687 src/cp.c:1225 src/dircolors.c:132
#: src/du.c:576 src/install.c:273 src/ln.c:134 src/ln.c:262 src/mkdir.c:135
#: src/mkfifo.c:129 src/mknod.c:132 src/mv.c:286 src/mv.c:363 src/mvdir.c:160
msgid "virtual memory exhausted"
msgstr ""

#: src/chgrp.c:273 src/chmod.c:213 src/chown.c:230 src/cp-aux.c:31
#: src/dd.c:1086 src/df.c:552 src/dircolors.c:102 src/du.c:215
#: src/install.c:589 src/ln.c:312 src/ls.c:2721 src/mkdir.c:56 src/mkfifo.c:56
#: src/mknod.c:61 src/mv.c:376 src/mvdir.c:77 src/rm.c:527 src/rmdir.c:82
#: src/sync.c:35 src/touch.c:241
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr ""

#: src/chgrp.c:277
#, c-format
msgid "Usage: %s [OPTION]... GROUP FILE...\n"
msgstr ""

#: src/chgrp.c:278
msgid ""
"Change the group membership of each FILE to GROUP.\n"
"\n"
"  -c, --changes           like verbose but report only when a change is "
"made\n"
"  -h, --no-dereference    affect symbolic links instead of any referenced "
"file\n"
"                          (available only on systems with lchown system "
"call)\n"
"  -f, --silent, --quiet   suppress most error messages\n"
"  -R, --recursive         change files and directories recursively\n"
"  -v, --verbose           output a diagnostic for every file processed\n"
"      --help              display this help and exit\n"
"      --version           output version information and exit\n"
msgstr ""

#: src/chgrp.c:290 src/chmod.c:234 src/chown.c:254 src/cp-aux.c:86
#: src/dd.c:1121 src/df.c:576 src/dircolors.c:121 src/du.c:238
#: src/install.c:625 src/ln.c:347 src/ls.c:2789 src/mkdir.c:70 src/mkfifo.c:68
#: src/mknod.c:79 src/mv.c:407 src/rm.c:543 src/rmdir.c:94 src/sync.c:46
#: src/touch.c:262
msgid ""
"\n"
"Report bugs to fileutils-bugs@gnu.ai.mit.edu"
msgstr ""

#: src/chgrp.c:348 src/chmod.c:320 src/chown.c:314 src/install.c:263
#: src/mkdir.c:123 src/mkfifo.c:118 src/mknod.c:140 src/rm.c:173
#: src/rmdir.c:137
msgid "too few arguments"
msgstr ""

#: src/chgrp.c:355 src/chown.c:321
msgid "--no-dereference (-h) is not supported on this system"
msgstr ""

#: src/chmod.c:89
#, c-format
msgid "mode of %s changed to %04o (%s)\n"
msgstr ""

#: src/chmod.c:92
#, c-format
msgid "mode of %s retained as %04o (%s)\n"
msgstr ""

#: src/chmod.c:217
#, c-format
msgid ""
"Usage: %s [OPTION]... MODE[,MODE]... FILE...\n"
"  or:  %s [OPTION]... OCTAL_MODE FILE...\n"
msgstr ""

#: src/chmod.c:222
msgid ""
"\n"
"  -c, --changes           like verbose but report only when a change is "
"made\n"
"  -f, --silent, --quiet   suppress most error messages\n"
"  -v, --verbose           output a diagnostic for every file processed\n"
"  -R, --recursive         change files and directories recursively\n"
"      --help              display this help and exit\n"
"      --version           output version information and exit\n"
"\n"
"Each MODE is one or more of the letters ugoa, one of the symbols +-= and\n"
"one or more of the letters rwxXstugo.\n"
msgstr ""

#: src/chmod.c:286 src/chmod.c:327 src/mkfifo.c:127 src/mknod.c:130
msgid "invalid mode"
msgstr ""

#: src/chown.c:117
#, c-format
msgid "owner of %s changed to "
msgstr ""

#: src/chown.c:119
#, c-format
msgid "owner of %s retained as "
msgstr ""

#: src/chown.c:234
#, c-format
msgid ""
"Usage: %s [OPTION]... OWNER[.[GROUP]] FILE...\n"
"  or:  %s [OPTION]... .[GROUP] FILE...\n"
msgstr ""

#: src/chown.c:239
msgid ""
"Change the owner and/or group of each FILE to OWNER and/or GROUP.\n"
"\n"
"  -c, --changes          be verbose whenever change occurs\n"
"  -h, --no-dereference   affect symbolic links instead of any referenced "
"file\n"
"                         (available only on systems with lchown system "
"call)\n"
"  -f, --silent, --quiet  suppress most error messages\n"
"  -R, --recursive        operate on files and directories recursively\n"
"  -v, --verbose          explain what is being done\n"
"      --help             display this help and exit\n"
"      --version          output version information and exit\n"
"\n"
"Owner is unchanged if missing.  Group is unchanged if missing, but changed\n"
"to login group if implied by a period.  A colon may replace the period.\n"
msgstr ""

#: src/cp-aux.c:35 src/mv.c:380
#, c-format
msgid ""
"Usage: %s [OPTION]... SOURCE DEST\n"
"  or:  %s [OPTION]... SOURCE... DIRECTORY\n"
msgstr ""

#: src/cp-aux.c:40
msgid ""
"Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n"
"\n"
"  -a, --archive                same as -dpR\n"
"  -b, --backup                 make backup before removal\n"
"  -d, --no-dereference         preserve links\n"
"  -f, --force                  remove existing destinations, never prompt\n"
"  -i, --interactive            prompt before overwrite\n"
"  -l, --link                   link files instead of copying\n"
"  -p, --preserve               preserve file attributes if possible\n"
"  -P, --parents                append source path to DIRECTORY\n"
"  -r                           copy recursively, non-directories as files\n"
"      --sparse=WHEN            control creation of sparse files\n"
"  -R, --recursive              copy directories recursively\n"
"  -s, --symbolic-link          make symbolic links instead of copying\n"
"  -S, --suffix=SUFFIX          override the usual backup suffix\n"
"  -u, --update                 copy only when the SOURCE file is newer\n"
"                                 than the destination file or when the\n"
"                                 destination file is missing\n"
"  -v, --verbose                explain what is being done\n"
"  -V, --version-control=WORD   override the usual version control\n"
"  -x, --one-file-system        stay on this file system\n"
"      --help                   display this help and exit\n"
"      --version                output version information and exit\n"
"\n"
"By default, sparse SOURCE files are detected by a crude heuristic and the\n"
"corresponding DEST file is made sparse as well.  That is the behavior\n"
"selected by --sparse=auto.  Specify --sparse=always to create a sparse DEST\n"
"file whenever the SOURCE file contains a long enough sequence of zero "
"bytes.\n"
"Use --sparse=never to inhibit creation of sparse files.\n"
"\n"
msgstr ""

#: src/cp-aux.c:72 src/install.c:617 src/ln.c:339 src/mv.c:399
msgid ""
"The backup suffix is ~, unless set with SIMPLE_BACKUP_SUFFIX.  The\n"
"version control may be set with VERSION_CONTROL, values are:\n"
"\n"
"  t, numbered     make numbered backups\n"
"  nil, existing   numbered if numbered backups exist, simple otherwise\n"
"  never, simple   always make simple backups\n"
msgstr ""

#: src/cp-aux.c:80
msgid ""
"\n"
"As a special case, cp makes a backup of SOURCE when the force and backup\n"
"options are given and SOURCE and DEST are the same name for an existing,\n"
"regular file.\n"
msgstr ""

#: src/cp.c:256
msgid "sparse type"
msgstr ""

#: src/cp.c:314 src/ln.c:404
msgid "symbolic links are not supported on this system"
msgstr ""

#: src/cp.c:354
msgid "cannot make both hard and symbolic links"
msgstr ""

#: src/cp.c:394 src/mv.c:481
msgid "missing file arguments"
msgstr ""

#: src/cp.c:399
msgid "missing destination file"
msgstr ""

#: src/cp.c:506
msgid "when preserving paths, last argument must be a directory"
msgstr ""

#: src/cp.c:567
#, c-format
msgid "copying multiple files, but last argument (%s) is not a directory"
msgstr ""

#: src/cp.c:621
#, c-format
msgid "%s: omitting directory"
msgstr ""

#: src/cp.c:646 src/install.c:391 src/ln.c:213 src/mv.c:252
#, c-format
msgid "`%s' and `%s' are the same file"
msgstr ""

#: src/cp.c:656
#, c-format
msgid "%s: cannot overwrite directory with non-directory"
msgstr ""

#: src/cp.c:670
#, c-format
msgid "%s: overwrite `%s', overriding mode %04o? "
msgstr ""

#: src/cp.c:676
#, c-format
msgid "%s: overwrite `%s'? "
msgstr ""

#: src/cp.c:696
#, c-format
msgid "backing up `%s' would destroy source;  `%s' not copied"
msgstr ""

#: src/cp.c:708 src/ln.c:270 src/mv.c:294
#, c-format
msgid "cannot backup `%s'"
msgstr ""

#: src/cp.c:736
#, c-format
msgid "cannot remove old link to `%s'"
msgstr ""

#: src/cp.c:776
#, c-format
msgid "%s: cannot copy cyclic symbolic link"
msgstr ""

#: src/cp.c:794
#, c-format
msgid "cannot create directory `%s'"
msgstr ""

#: src/cp.c:832
#, c-format
msgid "%s: can make relative symbolic links only in current directory"
msgstr ""

#: src/cp.c:842
#, c-format
msgid "cannot create link `%s'"
msgstr ""

#: src/cp.c:863
#, c-format
msgid "cannot create fifo `%s'"
msgstr ""

#: src/cp.c:877
#, c-format
msgid "cannot create special file `%s'"
msgstr ""

#: src/cp.c:892
#, c-format
msgid "cannot read symbolic link `%s'"
msgstr ""

#: src/cp.c:899
#, c-format
msgid "cannot create symbolic link `%s'"
msgstr ""

#: src/cp.c:942
#, c-format
msgid "%s: unknown file type"
msgstr ""

#: src/cp.c:995 src/ln.c:303 src/mv.c:339
#, c-format
msgid "cannot un-backup `%s'"
msgstr ""

#: src/cp.c:1072 src/mkdir.c:148
#, c-format
msgid "cannot make directory `%s'"
msgstr ""

#: src/cp.c:1083 src/cp.c:1104
#, c-format
msgid "`%s' exists but is not a directory"
msgstr ""

#: src/cp.c:1288
#, c-format
msgid "cannot create regular file `%s'"
msgstr ""

#: src/dircolors.c:106
#, c-format
msgid "Usage: %s [OPTION]... [FILE]\n"
msgstr ""

#: src/dircolors.c:107
msgid ""
"Output commands to set the LS_COLORS environment variable.\n"
"\n"
"Determine format of output:\n"
"  -b, --sh, --bourne-shell    output Bourne shell code to set LS_COLORS\n"
"  -c, --csh, --c-shell        output C shell code to set LS_COLORS\n"
"  -p, --print-database        output defaults\n"
"      --help                  display this help and exit\n"
"      --version               output version information and exit\n"
"\n"
"If FILE is specified, read it to determine which colors to use for which\n"
"file types and extensions.  Otherwise, a precompiled database is used.\n"
"For details on the format of these files, run `dircolors --print-database'.\n"
msgstr ""

#: src/dircolors.c:363
#, c-format
msgid "%s:%lu: unrecognized keyword `%s'"
msgstr ""

#: src/dircolors.c:455
msgid ""
"the options to output dircolors' internal database and\n"
"to select a shell syntax are mutually exclusive"
msgstr ""

#: src/dircolors.c:463
msgid ""
"no FILE arguments may be used with the option to output\n"
"dircolors' internal database"
msgstr ""

#: src/dircolors.c:470 src/mknod.c:142
msgid "too many arguments"
msgstr ""

#: src/dircolors.c:492
msgid "no SHELL environment variable, and no shell type option given"
msgstr ""

#: src/dircolors.c:526 src/ls.c:748
msgid "write error"
msgstr ""

#: src/dd.c:358 src/dd.c:362 src/dircolors.c:529
msgid "standard input"
msgstr ""

#: src/dd.c:361
#, c-format
msgid "%s is closed"
msgstr ""

#: src/dd.c:363 src/dd.c:383
msgid "standard output"
msgstr ""

#: src/dd.c:832
#, c-format
msgid "unrecognized option `%s'"
msgstr ""

#: src/dd.c:847
#, c-format
msgid "invalid number `%s'"
msgstr ""

#: src/dd.c:871
#, c-format
msgid "unrecognized option `%s=%s'"
msgstr ""

#: src/dd.c:957
#, c-format
msgid "%s: invalid conversion"
msgstr ""

#: src/dd.c:977
msgid ""
"only one conv in {ascii,ebcdic,ibm}, {lcase,ucase}, {block,unblock}, "
"{unblock,sync}"
msgstr ""

#: src/dd.c:1039
#, c-format
msgid "%u+%u records in\n"
msgstr ""

#: src/dd.c:1040
#, c-format
msgid "%u+%u records out\n"
msgstr ""

#: src/dd.c:1044
msgid "truncated record"
msgstr ""

#: src/dd.c:1045
msgid "truncated records"
msgstr ""

#: src/dd.c:1090
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr ""

#: src/dd.c:1091
msgid ""
"Copy a file, converting and formatting according to the options.\n"
"\n"
"  bs=BYTES        force ibs=BYTES and obs=BYTES\n"
"  cbs=BYTES       convert BYTES bytes at a time\n"
"  conv=KEYWORDS   convert the file as per the comma separated keyword list\n"
"  count=BLOCKS    copy only BLOCKS input blocks\n"
"  ibs=BYTES       read BYTES bytes at a time\n"
"  if=FILE         read from FILE instead of stdin\n"
"  obs=BYTES       write BYTES bytes at a time\n"
"  of=FILE         write to FILE instead of stdout, don't truncate file\n"
"  seek=BLOCKS     skip BLOCKS obs-sized blocks at start of output\n"
"  skip=BLOCKS     skip BLOCKS ibs-sized blocks at start of input\n"
"      --help      display this help and exit\n"
"      --version   output version information and exit\n"
"\n"
"BYTES may be suffixed: by xM for multiplication by M, by c for x1,\n"
"by w for x2, by b for x512, by k for x1024.  Each KEYWORD may be:\n"
"\n"
"  ascii     from EBCDIC to ASCII\n"
"  ebcdic    from ASCII to EBCDIC\n"
"  ibm       from ASCII to alternated EBCDIC\n"
"  block     pad newline-terminated records with spaces to cbs-size\n"
"  unblock   replace trailing spaces in cbs-size records with newline\n"
"  lcase     change upper case to lower case\n"
"  ucase     change lower case to upper case\n"
"  swab      swap every pair of input bytes\n"
"  noerror   continue after read errors\n"
"  sync      pad every input block with NULs to ibs-size\n"
msgstr ""

#: src/df.c:556 src/du.c:219 src/ls.c:2725
#, c-format
msgid "Usage: %s [OPTION]... [FILE]...\n"
msgstr ""

#: src/df.c:557
msgid ""
"Show information about the filesystem on which each FILE resides,\n"
"or all filesystems by default.\n"
"\n"
"  -a, --all             include filesystems having 0 blocks\n"
"  -h, --human-readable  print sizes in human readable format (e.g., 1K 234M "
"2G)\n"
"  -i, --inodes          list inode information instead of block usage\n"
"  -k, --kilobytes       use 1024-byte blocks, not 512 despite "
"POSIXLY_CORRECT\n"
"  -m, --megabytes       use 1024K-byte blocks, not 512 despite "
"POSIXLY_CORRECT\n"
"      --no-sync         do not invoke sync before getting usage info "
"(default)\n"
"  -P, --portability     use the POSIX output format\n"
"      --sync            invoke sync before getting usage info\n"
"  -t, --type=TYPE       limit listing to filesystems of type TYPE\n"
"  -T, --print-type      print filesystem type\n"
"  -x, --exclude-type=TYPE   limit listing to filesystems not of type TYPE\n"
"  -v                    (ignored)\n"
"      --help            display this help and exit\n"
"      --version         output version information and exit\n"
msgstr ""

#: src/df.c:681
msgid ""
"the option for counting 1MB blocks may not be used\n"
"with the portable output format"
msgstr ""

#: src/df.c:686
msgid ""
"the option for printing with adaptive units may not be used\n"
"with the portable output format"
msgstr ""

#: src/df.c:701
#, c-format
msgid "file system type `%s' both selected and excluded"
msgstr ""

#: src/df.c:746
msgid "cannot read table of mounted filesystems"
msgstr ""

#: src/du.c:220
msgid ""
"Summarize disk usage of each FILE, recursively for directories.\n"
"\n"
"  -a, --all             write counts for all files, not just directories\n"
"  -b, --bytes           print size in bytes\n"
"  -c, --total           produce a grand total\n"
"  -D, --dereference-args  dereference PATHs when symbolic link\n"
"  -h, --human-readable  print sizes in human readable format (e.g., 1K 234M "
"2G)\n"
"  -k, --kilobytes       use 1024-byte blocks, not 512 despite "
"POSIXLY_CORRECT\n"
"  -l, --count-links     count sizes many times if hard linked\n"
"  -L, --dereference     dereference all symbolic links\n"
"  -m, --megabytes       use 1024K-byte blocks, not 512 despite "
"POSIXLY_CORRECT\n"
"  -S, --separate-dirs   do not include size of subdirectories\n"
"  -s, --summarize       display only a total for each argument\n"
"  -x, --one-file-system  skip directories on different filesystems\n"
"      --help            display this help and exit\n"
"      --version         output version information and exit\n"
msgstr ""

#: src/du.c:347
msgid "cannot both summarize and show all entries"
msgstr ""

#: src/du.c:431
msgid "current directory"
msgstr ""

#: src/du.c:466 src/mvdir.c:107
msgid "starting directory"
msgstr ""

#: src/du.c:481
#, c-format
msgid "%ld\ttotal\n"
msgstr ""

#: src/du.c:551
#, c-format
msgid "cannot change to directory %s"
msgstr ""

#: src/du.c:570 src/du.c:602
#, c-format
msgid "cannot change to `..' from directory %s"
msgstr ""

#: src/install.c:256
msgid "the strip option may not be used when installing a directory"
msgstr ""

#: src/install.c:271 src/mkdir.c:133
#, c-format
msgid "invalid mode `%s'"
msgstr ""

#: src/install.c:378
#, c-format
msgid "`%s' is a directory"
msgstr ""

#: src/install.c:385
#, c-format
msgid "`%s' is not a regular file"
msgstr ""

#: src/install.c:526
msgid "fork system call failed"
msgstr ""

#: src/install.c:530
msgid "cannot run strip"
msgstr ""

#: src/install.c:556
#, c-format
msgid "invalid user `%s'"
msgstr ""

#: src/install.c:574
#, c-format
msgid "invalid group `%s'"
msgstr ""

#: src/install.c:593
#, c-format
msgid ""
"Usage: %s [OPTION]... SOURCE DEST           (1st format)\n"
"  or:  %s [OPTION]... SOURCE... DIRECTORY   (2nd format)\n"
"  or:  %s -d [OPTION]... DIRECTORY...       (3rd format)\n"
msgstr ""

#: src/install.c:599
msgid ""
"In first two formats, copy SOURCE to DEST or multiple SOURCE(s) to\n"
"DIRECTORY, while setting permission modes and owner/group.  In third\n"
"format, make all components of the given DIRECTORY(ies).\n"
"\n"
"  -b, --backup        make backup before removal\n"
"  -c                  (ignored)\n"
"  -d, --directory     create [leading] directories, mandatory for 3rd "
"format\n"
"  -g, --group=GROUP   set group ownership, instead of process' current "
"group\n"
"  -m, --mode=MODE     set permission mode (as in chmod), instead of "
"rw-r--r--\n"
"  -o, --owner=OWNER   set ownership (super-user only)\n"
"  -s, --strip         strip symbol tables, only for 1st and 2nd formats\n"
"  -S, --suffix=SUFFIX override the usual backup suffix\n"
"  -V, --version-control=WORD   override the usual version control\n"
"      --help          display this help and exit\n"
"      --version       output version information and exit\n"
"\n"
msgstr ""

#: src/ln.c:178
#, c-format
msgid "%s: hard link not allowed for directory"
msgstr ""

#: src/ln.c:243 src/mv.c:258
#, c-format
msgid "%s: cannot overwrite directory"
msgstr ""

#: src/ln.c:248 src/mv.c:277
#, c-format
msgid "%s: replace `%s'? "
msgstr ""

#: src/ln.c:254
#, c-format
msgid "%s: File exists"
msgstr ""

#: src/ln.c:279 src/mv.c:148 src/mv.c:329
#, c-format
msgid "cannot remove `%s'"
msgstr ""

#: src/ln.c:290
#, c-format
msgid "create %s %s to %s\n"
msgstr ""

#: src/ln.c:297
#, c-format
msgid "cannot create %s `%s' to `%s'"
msgstr ""

#: src/ln.c:316
#, c-format
msgid ""
"Usage: %s [OPTION]... SOURCE [DEST]\n"
"  or:  %s [OPTION]... SOURCE... DIRECTORY\n"
msgstr ""

#: src/ln.c:321
msgid ""
"Link SOURCE to DEST (. by default), or multiple SOURCE(s) to DIRECTORY.\n"
"Makes hard links by default, symbolic links with -s.\n"
"\n"
"  -b, --backup                 make backups for removed files\n"
"  -d, -F, --directory          hard link directories (super-user only)\n"
"  -f, --force                  remove existing destinations\n"
"  -n, --no-dereference         treat destination that is a symlink to a\n"
"                                 directory as if it were a normal file\n"
"  -i, --interactive            prompt whether to remove destinations\n"
"  -s, --symbolic               make symbolic links instead of hard links\n"
"  -S, --suffix=SUFFIX          override the usual backup suffix\n"
"  -v, --verbose                print name of each file before linking\n"
"  -V, --version-control=WORD   override the usual version control\n"
"      --help                   display this help and exit\n"
"      --version                output version information and exit\n"
"\n"
msgstr ""

#: src/ln.c:433 src/mv.c:482
msgid "missing file argument"
msgstr ""

#: src/ln.c:444
msgid "symbolic link"
msgstr ""

#: src/ln.c:449
msgid "hard link"
msgstr ""

#: src/ln.c:452
msgid "link"
msgstr ""

#: src/ln.c:490
msgid "when making multiple links, last argument must be a directory"
msgstr ""

#: src/ls.c:836
#, c-format
msgid "ignoring invalid width in environment variable COLUMNS: %s"
msgstr ""

#: src/ls.c:863
#, c-format
msgid "ignoring invalid tab size in environment variable TABSIZE: %s"
msgstr ""

#: src/ls.c:965
#, c-format
msgid "invalid line width: %s"
msgstr ""

#: src/ls.c:1029
#, c-format
msgid "invalid tab size: %s"
msgstr ""

#: src/ls.c:1049
msgid "sort type"
msgstr ""

#: src/ls.c:1059
msgid "time type"
msgstr ""

#: src/ls.c:1069
msgid "format type"
msgstr ""

#: src/ls.c:1081
msgid "colorization criterion"
msgstr ""

#: src/ls.c:1408
#, c-format
msgid "unrecognized prefix: %s"
msgstr ""

#: src/ls.c:1430
msgid "unparsable value for LS_COLORS environment variable"
msgstr ""

#: src/ls.c:2726
msgid ""
"List information about the FILEs (the current directory by default).\n"
"Sort entries alphabetically if none of -cftuSUX nor --sort.\n"
"\n"
"  -a, --all                  do not hide entries starting with .\n"
"  -A, --almost-all           do not list implied . and ..\n"
"  -b, --escape               print octal escapes for nongraphic characters\n"
"  -B, --ignore-backups       do not list implied entries ending with ~\n"
"  -c                         sort by change time; with -l: show ctime\n"
"  -C                         list entries by columns\n"
"      --color[=WHEN]         control whether color is used to distinguish "
"file\n"
"                               types.  WHEN may be `never', `always', or "
"`auto'\n"
"  -d, --directory            list directory entries instead of contents\n"
"  -D, --dired                generate output designed for Emacs' dired mode\n"
"  -f                         do not sort, enable -aU, disable -lst\n"
"  -F, --classify             append a character for typing each entry\n"
"      --format=WORD          across -x, commas -m, horizontal -x, long -l,\n"
"                               single-column -1, verbose -l, vertical -C\n"
"      --full-time            list both full date and full time\n"
msgstr ""

#: src/ls.c:2746
msgid ""
"  -g                         (ignored)\n"
"  -G, --no-group             inhibit display of group information\n"
"  -i, --inode                print index number of each file\n"
"  -I, --ignore=PATTERN       do not list implied entries matching shell "
"PATTERN\n"
"  -k, --kilobytes            use 1024 blocks, not 512 despite "
"POSIXLY_CORRECT\n"
"  -l                         use a long listing format\n"
"  -L, --dereference          list entries pointed to by symbolic links\n"
"  -m                         fill width with a comma separated list of "
"entries\n"
"  -n, --numeric-uid-gid      list numeric UIDs and GIDs instead of names\n"
"  -N, --literal              print raw entry names (don't treat e.g. "
"control\n"
"                               characters specially)\n"
"  -o                         use long listing format without group info\n"
"  -p                         append a character for typing each entry\n"
"  -q, --hide-control-chars   print ? instead of non graphic characters\n"
"  -Q, --quote-name           enclose entry names in double quotes\n"
"  -r, --reverse              reverse order while sorting\n"
"  -R, --recursive            list subdirectories recursively\n"
"  -s, --size                 print size of each file, in blocks\n"
msgstr ""

#: src/ls.c:2766
msgid ""
"  -S                         sort by file size\n"
"      --sort=WORD            ctime -c, extension -X, none -U, size -S,\n"
"                             status -c, time -t, atime -u, access -u, use "
"-u\n"
"      --time=WORD            show time as WORD instead of modification "
"time:\n"
"                             atime, access, use, ctime or status\n"
"  -t                         sort by modification time; with -l: show mtime\n"
"  -T, --tabsize=COLS         assume tab stops at each COLS instead of 8\n"
"  -u                         sort by last access time; with -l: show atime\n"
"  -U                         do not sort; list entries in directory order\n"
"  -w, --width=COLS           assume screen width instead of current value\n"
"  -x                         list entries by lines instead of by columns\n"
"  -X                         sort alphabetically by entry extension\n"
"  -1                         list one file per line\n"
"      --help                 display this help and exit\n"
"      --version              output version information and exit\n"
"\n"
"By default, color is not used to distinguish types of files.  That is\n"
"equivalent to using --color=none.  Using the --color option without the\n"
"optional WHEN argument is equivalent to using --color=always.  With\n"
"--color=auto, color codes are output only if standard output is connected\n"
"to a terminal (tty).\n"
msgstr ""

#: src/mkdir.c:60
#, c-format
msgid "Usage: %s [OPTION] DIRECTORY...\n"
msgstr ""

#: src/mkdir.c:61
msgid ""
"Create the DIRECTORY(ies), if they do not already exist.\n"
"\n"
"  -m, --mode=MODE   set permission mode (as in chmod), not rwxrwxrwx - "
"umask\n"
"  -p, --parents     no error if existing, make parent directories as needed\n"
"      --verbose     print a message for each created directory\n"
"      --help        display this help and exit\n"
"      --version     output version information and exit\n"
msgstr ""

#. --verbose
#: src/mkdir.c:105
#, c-format
msgid "created directory `%s'"
msgstr ""

#: src/mkfifo.c:60
#, c-format
msgid "Usage: %s [OPTION] NAME...\n"
msgstr ""

#: src/mkfifo.c:61
msgid ""
"Create named pipes (FIFOs) with the given NAMEs.\n"
"\n"
"  -m, --mode=MODE   set permission mode (as in chmod), not 0666 - umask\n"
"      --help        display this help and exit\n"
"      --version     output version information and exit\n"
msgstr ""

#: src/mkfifo.c:91 src/mknod.c:213
msgid "fifo files not supported"
msgstr ""

#: src/mkfifo.c:137
#, c-format
msgid "cannot make fifo `%s'"
msgstr ""

#: src/mknod.c:65
#, c-format
msgid "Usage: %s [OPTION]... NAME TYPE [MAJOR MINOR]\n"
msgstr ""

#: src/mknod.c:66
msgid ""
"Create the special file NAME of the given TYPE.\n"
"\n"
"  -m, --mode=MODE   set permission mode (as in chmod), not 0666 - umask\n"
"      --help        display this help and exit\n"
"      --version     output version information and exit\n"
"\n"
"MAJOR MINOR are forbidden for TYPE p, mandatory otherwise.  TYPE may be:\n"
"\n"
"  b      create a block (buffered) special file\n"
"  c, u   create a character (unbuffered) special file\n"
"  p      create a FIFO\n"
msgstr ""

#: src/mknod.c:144
msgid "wrong number of arguments"
msgstr ""

#: src/mknod.c:156
msgid "block special files not supported"
msgstr ""

#: src/mknod.c:160
msgid ""
"when creating block special files, major and minor device\n"
"numbers must be specified"
msgstr ""

#: src/mknod.c:168 src/mknod.c:197
#, c-format
msgid "invalid major device number `%s'"
msgstr ""

#: src/mknod.c:172 src/mknod.c:201
#, c-format
msgid "invalid minor device number `%s'"
msgstr ""

#: src/mknod.c:185
msgid "character special files not supported"
msgstr ""

#: src/mknod.c:189
msgid ""
"when creating character special files, major and minor device\n"
"numbers must be specified"
msgstr ""

#: src/mknod.c:217
msgid "major and minor device numbers may not be specified for fifo files"
msgstr ""

#: src/mv.c:141
#, c-format
msgid "cannot move `%s' across filesystems: Not a regular file"
msgstr ""

#: src/mv.c:269
#, c-format
msgid "%s: replace `%s', overriding mode %04o? "
msgstr ""

#: src/mv.c:318
#, c-format
msgid "cannot move `%s' to `%s'"
msgstr ""

#: src/mv.c:385
msgid ""
"Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY.\n"
"\n"
"  -b, --backup                 make backup before removal\n"
"  -f, --force                  remove existing destinations, never prompt\n"
"  -i, --interactive            prompt before overwrite\n"
"  -S, --suffix=SUFFIX          override the usual backup suffix\n"
"  -u, --update                 move only older or brand new files\n"
"  -v, --verbose                explain what is being done\n"
"  -V, --version-control=WORD   override the usual version control\n"
"      --help                   display this help and exit\n"
"      --version                output version information and exit\n"
"\n"
msgstr ""

#: src/mv.c:493
msgid "when moving multiple files, last argument must be a directory"
msgstr ""

#: src/mvdir.c:81
#, c-format
msgid "Usage: %s [OPTION]... EXISTING_DIR NEW_DIR\n"
msgstr ""

#: src/mvdir.c:82
msgid ""
"Rename EXISTING_DIR to NEW_DIR.\n"
"\n"
"   --help      display this help and exit\n"
"   --version   output version information and exit\n"
msgstr ""

#: src/mvdir.c:105
msgid "cannot get current directory"
msgstr ""

#: src/mvdir.c:165
msgid "cannot rename `.' or `..'"
msgstr ""

#: src/mvdir.c:175
#, c-format
msgid "`%s' is not a directory"
msgstr ""

#: src/mvdir.c:177 src/mvdir.c:179
#, c-format
msgid "cannot write to `%s'"
msgstr ""

#: src/mvdir.c:198
#, c-format
msgid "`%s' is an ancestor of `%s'"
msgstr ""

#: src/mvdir.c:213 src/mvdir.c:234
#, c-format
msgid "cannot link `%s' to `%s'"
msgstr ""

#: src/mvdir.c:215 src/mvdir.c:232
#, c-format
msgid "cannot unlink `%s'"
msgstr ""

#: src/rm.c:213
msgid "cannot remove `.' or `..'"
msgstr ""

#: src/rm.c:250
#, c-format
msgid "%s: remove %s`%s', overriding mode %04o? "
msgstr ""

#: src/rm.c:252 src/rm.c:261
msgid "directory "
msgstr ""

#: src/rm.c:260
#, c-format
msgid "%s: remove %s`%s'? "
msgstr ""

#: src/rm.c:290
#, c-format
msgid "%s: is a directory"
msgstr ""

#: src/rm.c:298
#, c-format
msgid "%s: descend directory `%s', overriding mode %04o? "
msgstr ""

#: src/rm.c:306
#, c-format
msgid "%s: descend directory `%s'? "
msgstr ""

#: src/rm.c:320
#, c-format
msgid "%s: remove directory `%s' (might be nonempty)? "
msgstr ""

#: src/rm.c:323
#, c-format
msgid "%s: remove directory `%s'? "
msgstr ""

#: src/rm.c:498
#, c-format
msgid ""
"%s: WARNING: Circular directory structure.\n"
"This almost certainly means that you have a corrupted file system.\n"
"NOTIFY YOUR SYSTEM MANAGER.\n"
"Cycle detected:\n"
"%s\n"
"is the same file as\n"
msgstr ""

#: src/rm.c:510
#, c-format
msgid "%s: continue? "
msgstr ""

#: src/rm.c:531 src/touch.c:245
#, c-format
msgid "Usage: %s [OPTION]... FILE...\n"
msgstr ""

#: src/rm.c:532
msgid ""
"Remove (unlink) the FILE(s).\n"
"\n"
"  -d, --directory       unlink directory, even if non-empty (super-user "
"only)\n"
"  -f, --force           ignore nonexistent files, never prompt\n"
"  -i, --interactive     prompt before any removal\n"
"  -r, -R, --recursive   remove the contents of directories recursively\n"
"  -v, --verbose         explain what is being done\n"
"      --help            display this help and exit\n"
"      --version         output version information and exit\n"
msgstr ""

#: src/rmdir.c:86
#, c-format
msgid "Usage: %s [OPTION]... DIRECTORY...\n"
msgstr ""

#: src/rmdir.c:87
msgid ""
"Remove the DIRECTORY(ies), if they are empty.\n"
"\n"
"  -p, --parents   remove explicit parent directories if being emptied\n"
"      --help      display this help and exit\n"
"      --version   output version information and exit\n"
msgstr ""

#: src/sync.c:39
#, c-format
msgid "Usage: %s [OPTION]\n"
msgstr ""

#: src/sync.c:40
msgid ""
"Force changed blocks to disk, update the super block.\n"
"\n"
"  --help      display this help and exit\n"
"  --version   output version information and exit\n"
msgstr ""

#: src/sync.c:62
msgid "ignoring all arguments"
msgstr ""

#: src/touch.c:246
msgid ""
"Update the access and modification times of each FILE to the current time.\n"
"\n"
"  -a                     change only the access time\n"
"  -c                     do not create any files\n"
"  -d, --date=STRING      parse STRING and use it instead of current time\n"
"  -f                     (ignored)\n"
"  -m                     change only the modification time\n"
"  -r, --reference=FILE   use this file's times instead of current time\n"
"  -t STAMP               use MMDDhhmm[[CC]YY][.ss] instead of current time\n"
"      --time=WORD        access -a, atime -a, mtime -m, modify -m, use -a\n"
"      --help             display this help and exit\n"
"      --version          output version information and exit\n"
"\n"
"STAMP may be used without -t if none of -drt, nor --, are used.\n"
msgstr ""

#: src/touch.c:302 src/touch.c:322
#, c-format
msgid "invalid date format `%s'"
msgstr ""

#: src/touch.c:330
msgid "time selector"
msgstr ""

#: src/touch.c:356
msgid "cannot specify times from more than one source"
msgstr ""

#: src/touch.c:386
msgid "file arguments missing"
msgstr ""
