# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Free Software Foundation, Inc. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2002-03-21 15:53-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: src/ydecode.c:58 src/yencode.c:52 src/ypost/ypost.c:91 #, c-format msgid "Try `%s --help' for more information." msgstr "" #: src/yencode.c:57 src/ypost/ypost.c:96 #, c-format msgid "Usage: %s [OPTION]... FILE..." msgstr "" #: src/yencode.c:59 msgid "Usenet file encoder." msgstr "" #. puts("----------------------------------------------------------------------------78"); #: src/yencode.c:62 msgid "" " -d, --debug output extra debugging information while running" msgstr "" #: src/yencode.c:63 msgid "" " -e, --extension=EXT use EXT for file extension instead of the default" msgstr "" #: src/yencode.c:64 msgid " -f, --force overwrite existing files, never prompt" msgstr "" #: src/yencode.c:65 msgid " -l, --line=LEN output lines that are LEN bytes in length" msgstr "" #: src/yencode.c:66 msgid "" " -m, --multipart=SIZE create multipart output each containing SIZE bytes" msgstr "" #: src/yencode.c:67 msgid " (defaults to 620k if SIZE is not specified)" msgstr "" #: src/yencode.c:68 msgid " -o, --output=DIR create output in DIR instead of the current dir" msgstr "" #: src/yencode.c:69 msgid " -p, --paths maintain paths in input filenames" msgstr "" #: src/yencode.c:70 msgid "" " -q, --quiet inhibit all messages written to the standard output" msgstr "" #: src/yencode.c:71 msgid " --sfv=NAME create SFV checksum file for all input files" msgstr "" #: src/yencode.c:72 msgid " --crc=NAME create CRC checksum file for all input files" msgstr "" #: src/yencode.c:73 msgid " --help display this help and exit" msgstr "" #: src/yencode.c:74 msgid " --version output version information and exit" msgstr "" #: src/ydecode.c:84 src/yencode.c:76 src/ypost/ypost.c:127 msgid "Report bugs to bugs@yencode.org." msgstr "" #: src/yencode.c:154 src/ypost/ypost.c:233 msgid "line lengths greater than 254 are not allowed by the yEnc specification" msgstr "" #: src/ydecode.c:217 src/yencode.c:169 msgid "not a directory" msgstr "" #: src/yencode.c:206 src/ypost/ypost.c:322 msgid "no input files" msgstr "" #: src/yencode.c:213 #, c-format msgid "multipart file size (from -m) may not be less than line length (%d)" msgstr "" #: src/ydecode.c:607 src/ydecode.c:610 src/ydecode.c:614 src/ydecode.c:837 #: src/yencode.c:234 msgid "file OK" msgstr "" #: src/yencode.c:468 msgid "not a regular file" msgstr "" #: src/file.c:101 msgid "duplicate `=ybegin' line ignored" msgstr "" #: src/file.c:149 msgid "begin offset wrongly specified in the `=ybegin' header" msgstr "" #: src/file.c:156 msgid "end offset wrongly specified in the `=ybegin' header" msgstr "" #: src/file.c:182 msgid "duplicate `=ypart' line ignored" msgstr "" #: src/file.c:212 msgid "duplicate `=yend' line ignored" msgstr "" #: src/file.c:295 msgid "unknown keyword ignored" msgstr "" #: src/file.c:348 msgid "line length not specified" msgstr "" #: src/file.c:348 src/file.c:353 src/file.c:358 msgid "file will not be processed" msgstr "" #: src/file.c:353 msgid "output filename not specified" msgstr "" #: src/file.c:358 msgid "file size not specified" msgstr "" #: src/file.c:500 msgid "not a regular file (skipped)" msgstr "" #: src/output.c:126 #, c-format msgid "path component `%s' exists but is not a directory" msgstr "" #: src/output.c:149 msgid "input and output filenames are identical" msgstr "" #: src/output.c:157 msgid "file exists and is not a regular file, will not overwrite" msgstr "" #: src/output.c:162 src/output.c:171 src/output.c:192 msgid "not overwriting file" msgstr "" #: src/output.c:176 msgid "Overwrite" msgstr "" #. Should the program be verbose in its operation? #. Debug output? #. Overwrite existing files? #. Write output to this directory #. Recursive scan? #. Scan files? #. Keep output files with errors? #. Keep paths in filenames? #. Only list files found? #. Test files? #. Strict test? #. Delete files after decoding? #. List of directories to process #. Number of directories in `dirs' list #. List of files to process #. Number of items in yfiles #. Macro for passing filenames to usermsg() #: src/ydecode.c:45 src/ydecode.c:46 msgid "" msgstr "" #: src/ydecode.c:63 #, c-format msgid "Usage: %s [OPTION]... [FILE]..." msgstr "" #: src/ydecode.c:65 msgid "Usenet file decoder." msgstr "" #. puts("----------------------------------------------------------------------------78"); #: src/ydecode.c:68 msgid " -d, --debug output extra debugging information while running" msgstr "" #: src/ydecode.c:69 msgid " -D, --delete delete input files if decoded successfully" msgstr "" #: src/ydecode.c:70 msgid " -f, --force overwrite existing files, never prompt" msgstr "" #: src/ydecode.c:71 msgid " -k, --keep keep output files that contain errors" msgstr "" #: src/ydecode.c:72 msgid " -l, --list find and list input file information only" msgstr "" #: src/ydecode.c:73 msgid " -o, --output=DIR create output in DIR instead of the current dir" msgstr "" #: src/ydecode.c:74 msgid " -p, --paths maintain paths in output filenames" msgstr "" #: src/ydecode.c:75 msgid " -q, --quiet inhibit all messages written to the standard output" msgstr "" #: src/ydecode.c:76 msgid " -r, --recursive scan directories recursively" msgstr "" #: src/ydecode.c:77 msgid " -s, --scan scan files if any parts are missing" msgstr "" #: src/ydecode.c:78 msgid " -t, --test do not write output files (just test archives)" msgstr "" #: src/ydecode.c:79 msgid " --strict perform strict format checks when testing/decoding?" msgstr "" #: src/ydecode.c:80 msgid " --verify synonym for `--test --strict'" msgstr "" #: src/ydecode.c:81 msgid " --help display this help and exit" msgstr "" #: src/ydecode.c:82 msgid " --version output version information and exit" msgstr "" #: src/ydecode.c:446 #, c-format msgid "%s:%lu: invalid line length %d (should be %lu)" msgstr "" #: src/ydecode.c:460 msgid "line begins with an unescaped space" msgstr "" #: src/ydecode.c:463 msgid "line begins with an unescaped TAB" msgstr "" #: src/ydecode.c:466 msgid "line begins with an unescaped single dot" msgstr "" #: src/ydecode.c:472 msgid "line ends with an unescaped space" msgstr "" #: src/ydecode.c:475 msgid "line ends with an unescaped TAB" msgstr "" #: src/ydecode.c:504 msgid "byte escaped for no good reason" msgstr "" #: src/ydecode.c:571 src/ydecode.c:813 src/ydecode.c:846 msgid "file size mismatch" msgstr "" #: src/ydecode.c:573 src/ydecode.c:848 msgid "ybegin" msgstr "" #: src/ydecode.c:574 src/ydecode.c:583 src/ydecode.c:591 src/ydecode.c:816 #: src/ydecode.c:825 src/ydecode.c:833 src/ydecode.c:849 src/ydecode.c:858 #: src/ydecode.c:866 msgid "actual" msgstr "" #: src/ydecode.c:580 src/ydecode.c:822 src/ydecode.c:855 msgid "CRC mismatch" msgstr "" #: src/ydecode.c:582 src/ydecode.c:590 src/ydecode.c:815 src/ydecode.c:824 #: src/ydecode.c:832 src/ydecode.c:857 src/ydecode.c:865 msgid "yend" msgstr "" #: src/ydecode.c:588 src/ydecode.c:830 src/ydecode.c:863 msgid "CRC OK" msgstr "" #: src/ydecode.c:593 src/ydecode.c:868 msgid "no CRC for file" msgstr "" #: src/ydecode.c:598 src/ydecode.c:874 msgid "errors found, output file removed" msgstr "" #: src/ydecode.c:600 src/ydecode.c:876 msgid "unable to remove output file" msgstr "" #: src/ydecode.c:608 msgid "input file not deleted" msgstr "" #: src/ydecode.c:611 src/ydecode.c:915 msgid "input file deleted" msgstr "" #: src/ydecode.c:622 src/ydecode.c:883 #, c-format msgid "file renamed to `%s'" msgstr "" #: src/ydecode.c:624 src/ydecode.c:885 msgid "unable to rename output file" msgstr "" #: src/ydecode.c:654 #, c-format msgid "file designated as part %d really begins where part %d should" msgstr "" #: src/ydecode.c:664 msgid "part missing" msgstr "" #: src/ydecode.c:672 msgid "missing `=ypart' header" msgstr "" #: src/ydecode.c:680 msgid "incorrect beginning offset" msgstr "" #: src/ydecode.c:682 msgid "want" msgstr "" #: src/ydecode.c:683 msgid "got" msgstr "" #: src/ydecode.c:690 msgid "size of part not specified in `=yend'" msgstr "" #: src/ydecode.c:727 #, c-format msgid "%s: %d parts total" msgstr "" #: src/ydecode.c:731 #, c-format msgid "%s: %d parts total (estimated)" msgstr "" #: src/ydecode.c:738 #, c-format msgid "%s: verifying part %d of %d" msgstr "" #: src/ydecode.c:779 msgid "errors found, nothing done" msgstr "" #: src/ydecode.c:835 msgid "no CRC for part" msgstr "" #: src/ydecode.c:894 msgid "errors detected in multipart archive" msgstr "" #: src/ydecode.c:900 #, c-format msgid "%d part OK, file OK" msgstr "" #: src/ydecode.c:902 #, c-format msgid "%d parts OK, file OK" msgstr "" #: src/ydecode.c:915 msgid "input files deleted" msgstr "" #: src/ydecode.c:946 msgid "input" msgstr "" #: src/ydecode.c:947 msgid "output" msgstr "" #: src/ydecode.c:948 msgid "filename" msgstr "" #: src/ydecode.c:949 msgid "size" msgstr "" #: src/ydecode.c:949 src/ydecode.c:953 src/ydecode.c:954 src/ydecode.c:956 #: src/ydecode.c:960 src/ydecode.c:964 msgid "UNSPECIFIED" msgstr "" #: src/ydecode.c:953 msgid "begin" msgstr "" #: src/ydecode.c:954 msgid "end" msgstr "" #: src/ydecode.c:956 msgid "psize" msgstr "" #: src/ydecode.c:958 src/ydecode.c:960 msgid "pcrc32" msgstr "" #: src/ydecode.c:962 src/ydecode.c:964 msgid "crc32" msgstr "" #: src/ydecode.c:969 #, c-format msgid "%10s multipart archive, part %d of %d\n" msgstr "" #: src/ydecode.c:971 #, c-format msgid "%10s multipart archive, part %d\n" msgstr "" #: src/ydecode.c:974 #, c-format msgid "%10s single part archive\n" msgstr "" #: src/ydecode.c:1005 msgid "no input files found" msgstr "" #: src/support.c:160 msgid "SFV file created OK" msgstr "" #: src/support.c:208 msgid "CRC file created OK" msgstr "" #: src/ypost/ypost.c:98 msgid "Post file(s) to Usenet." msgstr "" #. puts("----------------------------------------------------------------------------78"); #: src/ypost/ypost.c:101 msgid " -a, --author=NAME use NAME as author when posting (or prompt)" msgstr "" #: src/ypost/ypost.c:102 msgid " -c, --comment=COMMENT suffix all subjects with COMMENT (or prompt)" msgstr "" #: src/ypost/ypost.c:103 msgid "" " -d, --debug output extra debugging information while running" msgstr "" #: src/ypost/ypost.c:104 msgid " -f, --force post messages without confirming" msgstr "" #: src/ypost/ypost.c:105 msgid " -g, --group=NEWSGROUP post messages to the newsgroup called GROUP" msgstr "" #: src/ypost/ypost.c:106 msgid " -l, --line=LEN output lines that are LEN bytes in length" msgstr "" #: src/ypost/ypost.c:107 msgid "" " -m, --multipart=NUM multipart posts contain NUM lines (default: 5000)" msgstr "" #: src/ypost/ypost.c:108 msgid " -M, --message-id generate Message-ID header field when posting" msgstr "" #: src/ypost/ypost.c:109 msgid "" " -n, --nosort post articles in the order specified; do not sort" msgstr "" #: src/ypost/ypost.c:110 msgid " -p, --paths maintain paths in input filenames" msgstr "" #: src/ypost/ypost.c:111 msgid " -P, --pass=PASS password for nntp authentication (or prompt)" msgstr "" #: src/ypost/ypost.c:112 msgid "" " -q, --quiet inhibit all messages written to the standard output" msgstr "" #: src/ypost/ypost.c:113 msgid " -r, --retry=NUM if a post fails, retry NUM times (default: 3)" msgstr "" #: src/ypost/ypost.c:114 msgid "" " -R, --resume=MSG,CHK resume failed post at MSG, optionally verify CHK" msgstr "" #: src/ypost/ypost.c:115 msgid " -s, --subject=SUBJECT prefix all subjects with SUBJECT (or prompt)" msgstr "" #: src/ypost/ypost.c:116 msgid "" " -S, --server=ADDR connect to nntp server at ADDR (hostname or IP)" msgstr "" #: src/ypost/ypost.c:117 msgid "" " -t, --timeout=SECS socket operations timeout after SECS (default: 60)" msgstr "" #: src/ypost/ypost.c:118 msgid " -U, --user=USER username for nntp authentication" msgstr "" #: src/ypost/ypost.c:119 msgid " --crc=NAME post CRC checksum file for all input files" msgstr "" #: src/ypost/ypost.c:120 msgid " --sfv=NAME post SFV checksum file for all input files" msgstr "" #: src/ypost/ypost.c:121 msgid "" " --stdout output messages to standard output instead of " "posting" msgstr "" #: src/ypost/ypost.c:122 msgid " --help display this help and exit" msgstr "" #: src/ypost/ypost.c:123 msgid " --version output version information and exit" msgstr "" #: src/ypost/ypost.c:125 msgid "" "Command line options always override options found in the configuration file." msgstr "" #: src/ypost/ypost.c:375 #, c-format msgid "%s:%d: `%s' option in config file overridden by command-line" msgstr "" #: src/ypost/ypost.c:506 #, c-format msgid "%s:%d: unknown option `%s' in config file (ignored)" msgstr "" #: src/ypost/ypost.c:644 msgid "Scanning files" msgstr "" #: src/ypost/ypost.c:805 msgid "Retry" msgstr "" #: src/ypost/ypost.c:919 msgid "<< ENCODED DATA OMITTED SINCE OUTPUT IS TO A TERMINAL >>" msgstr "" #: src/ypost/ypost.c:920 msgid "<< TO ENABLE ENCODED DATA, REDIRECT STDOUT TO A FILE >>" msgstr "" #: src/ypost/nntp.c:77 src/ypost/ypost.c:945 msgid "server did not reply to our command" msgstr "" #: src/ypost/ypost.c:974 msgid "posting failed; retry limit reached" msgstr "" #: src/ypost/ypost.c:1017 #, c-format msgid "resume checksum (%08X) does not match posting checksum (%08X)" msgstr "" #: src/ypost/ypost.c:1040 msgid "NOTICE: The program ended while messages were being posted!" msgstr "" #: src/ypost/ypost.c:1042 #, c-format msgid "To resume the post that was just interrupted, run %s\n" msgstr "" #: src/ypost/ypost.c:1043 msgid "" "again with the same arguments as before, plus the following:\n" "\n" msgstr "" #: src/ypost/usenet.c:36 msgid "invalid email address" msgstr "" #: src/ypost/usenet.c:80 msgid "unterminated comment in author name" msgstr "" #: src/ypost/usenet.c:96 msgid "unterminated email address in author name" msgstr "" #: src/ypost/usenet.c:104 msgid "unknown or invalid format for author (see ypost(1))" msgstr "" #: src/ypost/prompt.c:169 src/ypost/usenet.c:161 msgid "unable to determine hostname" msgstr "" #: src/ypost/nntp.c:56 src/ypost/sock.c:322 msgid "unable to write; not connected to remote server" msgstr "" #: src/ypost/nntp.c:82 msgid "error indicated by server" msgstr "" #: src/ypost/nntp.c:149 msgid "no news server specified" msgstr "" #. Set connection as default for sock_ funcs #: src/ypost/nntp.c:155 #, c-format msgid "connected to %s (%s), port %u" msgstr "" #: src/ypost/sock.c:102 msgid "socket operation" msgstr "" #: src/ypost/sock.c:103 msgid "specified timeout exceeded" msgstr "" #: src/ypost/sock.c:126 msgid "invalid server name" msgstr "" #: src/ypost/sock.c:132 msgid "service entry lookup" msgstr "" #: src/ypost/sock.c:134 msgid "unable to get default port for service `nntp/tcp'" msgstr "" #: src/ypost/sock.c:139 msgid "server name resolution" msgstr "" #: src/ypost/sock.c:141 msgid "unable to resolve server address" msgstr "" #. File descriptor of new socket #. Return value from connect #: src/ypost/sock.c:159 msgid "socket creation" msgstr "" #. Create socket #: src/ypost/sock.c:161 msgid "error creating socket" msgstr "" #: src/ypost/sock.c:164 msgid "socket connection" msgstr "" #: src/ypost/sock.c:170 msgid "error connecting to server" msgstr "" #. Return value from read() #. XXX Is this necessary? #: src/ypost/sock.c:189 src/ypost/sock.c:221 msgid "socket read" msgstr "" #. Will this fail falsely on EAGAIN? #: src/ypost/sock.c:194 msgid "error reading from socket" msgstr "" #. Read one char at a time #: src/ypost/sock.c:223 src/ypost/sock.c:265 src/ypost/sock.c:380 msgid "connection closed by remote" msgstr "" #: src/ypost/sock.c:261 src/ypost/sock.c:376 msgid "socket write" msgstr "" #: src/ypost/sock.c:270 src/ypost/sock.c:385 msgid "error writing to socket" msgstr "" #: src/ypost/prompt.c:36 src/ypost/prompt.c:204 src/ypost/prompt.c:210 msgid "Author" msgstr "" #: src/ypost/prompt.c:41 msgid "Invalid address" msgstr "" #: src/ypost/prompt.c:60 msgid "Subject" msgstr "" #: src/ypost/prompt.c:65 src/ypost/prompt.c:90 msgid "Invalid subject" msgstr "" #: src/ypost/prompt.c:85 msgid "Comment" msgstr "" #: src/ypost/prompt.c:110 src/ypost/prompt.c:203 src/ypost/prompt.c:209 msgid "Newsgroup" msgstr "" #: src/ypost/prompt.c:131 msgid "News server" msgstr "" #: src/ypost/prompt.c:171 msgid "unable to determine username" msgstr "" #: src/ypost/prompt.c:182 msgid "invalid author address" msgstr "" #: src/ypost/prompt.c:200 msgid "unable to confirm posting: terminal unavailable" msgstr "" #: src/ypost/prompt.c:202 src/ypost/prompt.c:208 msgid "Server" msgstr "" #: src/ypost/prompt.c:235 #, c-format msgid "This post will be resumed, beginning with message number %d.\n" msgstr "" #: src/ypost/prompt.c:236 msgid "" "As such, some of the parts listed above may not be posted, \n" "since they were posted successfully on the previous run.\n" "\n" msgstr "" #: src/ypost/prompt.c:244 msgid "Post this message?" msgstr "" #: src/ypost/prompt.c:248 #, c-format msgid "Post 1 file (%s parts)?" msgstr "" #: src/ypost/prompt.c:250 #, c-format msgid "Post %s files (%s parts)?" msgstr "" #: src/ypost/prompt.c:260 msgid "aborted by user" msgstr ""