⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fileutils.pot

📁 Linux下文件工具。
💻 POT
📖 第 1 页 / 共 4 页
字号:
#: src/mkfifo.c:123 src/mknod.c:131msgid "invalid mode"msgstr ""#: src/mkfifo.c:142#, c-formatmsgid "cannot set permissions of fifo %s"msgstr ""#: src/mknod.c:65#, c-formatmsgid "Usage: %s [OPTION]... NAME TYPE [MAJOR MINOR]\n"msgstr ""#: src/mknod.c:66msgid """Create the special file NAME of the given TYPE.\n""\n"msgstr ""#: src/mknod.c:78msgid """\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:145msgid "wrong number of arguments"msgstr ""#: src/mknod.c:157msgid "block special files not supported"msgstr ""#: src/mknod.c:166msgid "character special files not supported"msgstr ""#: src/mknod.c:175msgid """when creating special files, major and minor device\n""numbers must be specified"msgstr ""#: src/mknod.c:189#, c-formatmsgid "invalid major device number %s"msgstr ""#: src/mknod.c:193#, c-formatmsgid "invalid minor device number %s"msgstr ""#: src/mknod.c:198#, c-formatmsgid "invalid device %s %s"msgstr ""#: src/mknod.c:212msgid "major and minor device numbers may not be specified for fifo files"msgstr ""#: src/mknod.c:233#, c-formatmsgid "cannot set permissions of %s"msgstr ""#: src/mv.c:44msgid "Mike Parker, David MacKenzie, and Jim Meyering"msgstr ""#: src/mv.c:320msgid """Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY.\n""\n"msgstr ""#: src/mv.c:327msgid """      --backup[=CONTROL]       make a backup of each existing destination ""file\n""  -b                           like --backup but does not accept an ""argument\n""  -f, --force                  do not prompt before overwriting\n""                                 equivalent to --reply=yes\n""  -i, --interactive            prompt before overwrite\n""                                 equivalent to --reply=query\n"msgstr ""#: src/mv.c:335msgid """      --reply={yes,no,query}   specify how to handle the prompt about an\n""                                 existing destination file\n""      --strip-trailing-slashes remove any trailing slashes from each SOURCE\n""                                 argument\n""  -S, --suffix=SUFFIX          override the usual backup suffix\n"msgstr ""#: src/mv.c:342msgid """      --target-directory=DIRECTORY  move all SOURCE arguments into ""DIRECTORY\n""  -u, --update                 move 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"msgstr ""#: src/mv.c:470#, c-formatmsgid "specified target, %s is not a directory"msgstr ""#: src/mv.c:478msgid "when moving multiple files, last argument must be a directory"msgstr ""#: src/remove.c:365#, c-formatmsgid "cannot chdir from %s to .."msgstr ""#: src/remove.c:377 src/remove.c:458#, c-formatmsgid "cannot lstat `.' in %s"msgstr ""#: src/remove.c:384 src/remove.c:462#, c-formatmsgid "%s changed dev/ino"msgstr ""#: src/remove.c:501#, c-formatmsgid """WARNING: Circular directory structure.\n""This almost certainly means that you have a corrupted file system.\n""NOTIFY YOUR SYSTEM MANAGER.\n""The following directory is part of the cycle:\n""  %s\n"msgstr ""#: src/remove.c:570 src/remove.c:705 src/remove.c:846 src/remove.c:912#, c-formatmsgid "cannot lstat %s"msgstr ""#: src/remove.c:595#, c-formatmsgid "%s: descend into write-protected directory %s? "msgstr ""#: src/remove.c:596#, c-formatmsgid "%s: descend into directory %s? "msgstr ""#: src/remove.c:607#, c-formatmsgid "%s: remove write-protected %s %s? "msgstr ""#: src/remove.c:608#, c-formatmsgid "%s: remove %s %s? "msgstr ""#: src/remove.c:632#, c-formatmsgid "removed %s\n"msgstr ""#: src/remove.c:647 src/remove.c:982#, c-formatmsgid "removed directory: %s\n"msgstr ""#: src/remove.c:727 src/remove.c:987#, c-formatmsgid "cannot remove directory %s"msgstr ""#: src/remove.c:801#, c-formatmsgid "cannot open directory %s"msgstr ""#: src/remove.c:851 src/remove.c:930#, c-formatmsgid "cannot chdir from %s to %s"msgstr ""#: src/remove.c:1021msgid "cannot remove `.' or `..'"msgstr ""#: src/rm.c:86 src/touch.c:238#, c-formatmsgid "Usage: %s [OPTION]... FILE...\n"msgstr ""#: src/rm.c:87msgid """Remove (unlink) the FILE(s).\n""\n""  -d, --directory       unlink FILE, even if it is a non-empty directory\n""                          (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"msgstr ""#: src/rm.c:99#, c-formatmsgid """\n""To remove a file whose name starts with a `-', for example `-foo',\n""use one of these commands:\n""  %s -- -foo\n""\n""  %s ./-foo\n"msgstr ""#: src/rm.c:108msgid """\n""Note that if you use rm to remove a file, it is usually possible to recover\n""the contents of that file.  If you want more assurance that the contents ""are\n""truly unrecoverable, consider using shred.\n"msgstr ""#: src/rmdir.c:114 src/rmdir.c:215#, c-formatmsgid "removing directory, %s"msgstr ""#: src/rmdir.c:144#, c-formatmsgid "Usage: %s [OPTION]... DIRECTORY...\n"msgstr ""#: src/rmdir.c:145msgid """Remove the DIRECTORY(ies), if they are empty.\n""\n""      --ignore-fail-on-non-empty\n""                  ignore each failure that is solely because a directory\n""                  is non-empty\n"msgstr ""#: src/rmdir.c:152msgid """  -p, --parents   remove DIRECTORY, then try to remove each directory\n""                  component of that path name.  E.g., `rmdir -p a/b/c' is\n""                  similar to `rmdir a/b/c a/b a'.\n""  -v, --verbose   output a diagnostic for every directory processed\n"msgstr ""#: src/shred.c:175#, c-formatmsgid "Usage: %s [OPTIONS] FILE [...]\n"msgstr ""#: src/shred.c:176msgid """Overwrite the specified FILE(s) repeatedly, in order to make it harder\n""for even very expensive hardware probing to recover the data.\n""\n"msgstr ""#: src/shred.c:184#, c-formatmsgid """  -f, --force    change permissions to allow writing if necessary\n""  -n, --iterations=N  Overwrite N times instead of the default (%d)\n""  -s, --size=N   shred this many bytes (suffixes like K, M, G accepted)\n"msgstr ""#: src/shred.c:189msgid """  -u, --remove   truncate and remove file after overwriting\n""  -v, --verbose  show progress\n""  -x, --exact    do not round file sizes up to the next full block\n""  -z, --zero     add a final overwrite with zeros to hide shredding\n""  -              shred standard output\n"msgstr ""#: src/shred.c:198msgid """\n""Delete FILE(s) if --remove (-u) is specified.  The default is not to remove\n""the files because it is common to operate on device files like /dev/hda,\n""and those files usually should not be removed.  When operating on regular\n""files, most people use the --remove option.\n""\n"msgstr ""#: src/shred.c:206msgid """CAUTION: Note that shred relies on a very important assumption:\n""that the filesystem overwrites data in place.  This is the traditional\n""way to do things, but many modern filesystem designs do not satisfy this\n""assumption.  The following are examples of filesystems on which shred is\n""not effective:\n""\n"msgstr ""#: src/shred.c:214msgid """* log-structured or journaled filesystems, such as those supplied with\n""  AIX and Solaris (and JFS, ReiserFS, XFS, Ext3, etc.)\n""\n""* filesystems that write redundant data and carry on even if some writes\n""  fail, such as RAID-based filesystems\n""\n""* filesystems that make snapshots, such as Network Appliance's NFS server\n""\n"msgstr ""#: src/shred.c:224msgid """* filesystems that cache in temporary locations, such as NFS\n""  version 3 clients\n""\n""* compressed filesystems\n""\n""In addition, file system backups and remote mirrors may contain copies\n""of the file that cannot be removed, and that will allow a shredded file\n""to be recovered later.\n"msgstr ""#: src/shred.c:822#, c-formatmsgid "%s: cannot rewind"msgstr ""#: src/shred.c:845#, c-formatmsgid "%s: pass %lu/%lu (%s)..."msgstr ""#: src/shred.c:882#, c-formatmsgid "%s: error writing at offset %s"msgstr ""#: src/shred.c:913#, c-formatmsgid "%s: file too large"msgstr ""#: src/shred.c:934#, c-formatmsgid "%s: pass %lu/%lu (%s)...%s"msgstr ""#: src/shred.c:943#, c-formatmsgid "%s: pass %lu/%lu (%s)...%s/%s %d%%"msgstr ""#: src/shred.c:1204#, c-formatmsgid "%s: invalid file type"msgstr ""#: src/shred.c:1221#, c-formatmsgid "%s: file has negative size"msgstr ""#: src/shred.c:1273#, c-formatmsgid "%s: error truncating"msgstr ""#: src/shred.c:1294#, c-formatmsgid "%s: cannot shred append-only file descriptor"msgstr ""#: src/shred.c:1379#, c-formatmsgid "%s: removing"msgstr ""#: src/shred.c:1420#, c-formatmsgid "%s: renamed to %s"msgstr ""#: src/shred.c:1446#, c-formatmsgid "%s: removed"msgstr ""#: src/shred.c:1511#, c-formatmsgid "%s: cannot remove"msgstr ""#: src/shred.c:1559#, c-formatmsgid "%s: invalid number of passes"msgstr ""#: src/shred.c:1576#, c-formatmsgid "%s: invalid file size"msgstr ""#: src/stat.c:655#, c-formatmsgid "cannot read file system information for %s"msgstr ""#: src/stat.c:731#, c-formatmsgid "Usage: %s [OPTION] FILE...\n"msgstr ""#: src/stat.c:732msgid """Display file or filesystem status.\n""\n""  -f, --filesystem      display filesystem status instead of file status\n""  -c  --format=FORMAT   use the specified FORMAT instead of the default\n""  -l, --dereference     follow links\n""  -t, --terse           print the information in terse form\n"msgstr ""#: src/stat.c:743msgid """\n""The valid format sequences for files (without --filesystem):\n""\n""  %A - Access rights in human readable form\n""  %a - Access rights in octal\n""  %b - Number of blocks allocated\n"msgstr ""#: src/stat.c:750msgid """  %D - Device number in hex\n""  %d - Device number in decimal\n""  %F - File type\n""  %f - raw mode in hex\n""  %G - Group name of owner\n""  %g - Group ID of owner\n"msgstr ""#: src/stat.c:758msgid """  %h - Number of hard links\n""  %i - Inode number\n""  %N - Quoted File name with dereference if symbolic link\n""  %n - File name\n""  %o - IO block size\n""  %s - Total size, in bytes\n""  %T - Minor device type in hex\n""  %t - Major device type in hex\n"msgstr ""#: src/stat.c:768msgid """  %U - User name of owner\n""  %u - User ID of owner\n""  %X - Time of last access as seconds since Epoch\n""  %x - Time of last access\n""  %Y - Time of last modification as seconds since Epoch\n""  %y - Time of last modification\n""  %Z - Time of last change as seconds since Epoch\n""  %z - Time of last change\n""\n"msgstr ""#: src/stat.c:780msgid """Valid format sequences for file systems:\n""\n""  %a - Free blocks available to non-superuser\n""  %b - Total data blocks in file system\n""  %c - Total file nodes in file system\n""  %d - Free file nodes in file system\n""  %f - Free blocks in file system\n"msgstr ""#: src/stat.c:789msgid """  %i - File System id in hex\n""  %l - Maximum length of filenames\n""  %n - File name\n""  %s - Optimal transfer block size\n""  %T - Type in human readable form\n""  %t - Type in hex\n"msgstr ""#: src/sync.c:44#, c-formatmsgid "Usage: %s [OPTION]\n"msgstr ""#: src/sync.c:45msgid """Force changed blocks to disk, update the super block.\n""\n"msgstr ""#: src/sync.c:70msgid "ignoring all arguments"msgstr ""#: src/sys2.h:483msgid "      --help     display this help and exit\n"msgstr ""#: src/sys2.h:485msgid "      --version  output version information and exit\n"msgstr ""#: src/touch.c:164 src/touch.c:179 src/touch.c:217#, c-formatmsgid "creating %s"msgstr ""#: src/touch.c:222#, c-formatmsgid "setting times of %s"msgstr ""#: src/touch.c:239msgid """Update the access and modification times of each FILE to the current time.\n""\n"msgstr ""#: src/touch.c:246msgid """  -a                     change only the access time\n""  -c, --no-create        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"msgstr ""#: src/touch.c:253msgid """  -r, --reference=FILE   use this file's times instead of current time\n""  -t STAMP               use [[CC]YY]MMDDhhmm[.ss] instead of current time\n""  --time=WORD            set time given by WORD: access atime use (same as -""a)\n""                           modify mtime (same as -m)\n"msgstr ""#: src/touch.c:261msgid """\n""Note that the -d and -t options accept different time-date formats.\n"msgstr ""#: src/touch.c:306 src/touch.c:327#, c-formatmsgid "invalid date format %s"msgstr ""#: src/touch.c:351msgid "cannot specify times from more than one source"msgstr ""#: src/touch.c:374#, c-formatmsgid """warning: `touch %s' is obsolete; use `touch -t %04d%02d%02d%02d%02d.%02d'"msgstr ""#: src/touch.c:394msgid "file arguments missing"msgstr ""#: src/unlink.c:51#, c-formatmsgid """Usage: %s FILE\n""  or:  %s OPTION\n"msgstr ""#: src/unlink.c:54msgid """Call the unlink function to remove the specified FILE.\n""\n"msgstr ""#: src/unlink.c:99#, c-formatmsgid "cannot unlink %s"msgstr ""

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -