# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Sergey Poznyakoff # This file is distributed under the same license as the GNU direvent package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: GNU direvent 5.5\n" "Report-Msgid-Bugs-To: bug-direvent@gnu.org.ua\n" "POT-Creation-Date: 2026-06-05 22:14+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: src/config.c:66 #, c-format msgid "unknown syslog facility: %s" msgstr "" #: src/config.c:83 #, c-format msgid "unknown syslog priority: %s" msgstr "" #: src/config.c:91 grecs/src/assert.c:45 msgid "unexpected block statement" msgstr "" #: src/config.c:100 grecs/src/assert.c:28 #, c-format msgid "expected %s" msgstr "" #: src/config.c:105 grecs/src/assert.c:33 #, c-format msgid "expected %s, but found %s" msgstr "" #: src/config.c:127 #, c-format msgid "unknown syslog facility `%s'" msgstr "" #: src/config.c:136 src/config.c:781 src/config.c:867 msgid "name" msgstr "" #: src/config.c:137 msgid "Set syslog facility. Arg is one of the following: user, daemon, auth, authpriv, mail, cron, local0 through local7 (case-insensitive), or a facility number." msgstr "" #: src/config.c:142 src/config.c:775 grecs/src/format.c:38 grecs/src/tree.c:69 msgid "string" msgstr "" #: src/config.c:142 msgid "Tag syslog messages with this string" msgstr "" #: src/config.c:145 grecs/src/format.c:142 msgid "arg" msgstr "" #: src/config.c:146 msgid "Prefix each message with its priority" msgstr "" #: src/config.c:198 #, c-format msgid "%s: recursion depth does not match previous definition" msgstr "" #: src/config.c:218 msgid "no paths configured" msgstr "" #: src/config.c:223 msgid "no command configured" msgstr "" #: src/config.c:235 grecs/src/tree.c:655 msgid "invalid use of block statement" msgstr "" #: src/config.c:280 msgid "expected \"recursive\" or end of statement" msgstr "" #: src/config.c:295 msgid "surplus argument" msgstr "" #: src/config.c:301 src/config.c:452 msgid "unexpected list" msgstr "" #: src/config.c:332 src/config.c:347 src/config.c:362 msgid "unrecognized event code" msgstr "" #: src/config.c:444 msgid "surplus arguments" msgstr "" #: src/config.c:458 msgid "no such user" msgstr "" #: src/config.c:465 msgid "no such group" msgstr "" #: src/config.c:507 msgid "unrecognized option" msgstr "" #: src/config.c:587 msgid "can't parse legacy environ statement" msgstr "" #: src/config.c:632 msgid "legacy environ syntax is not allowed in global context" msgstr "" #: src/config.c:647 msgid "unexpected argument" msgstr "" #: src/config.c:757 msgid "Clear environment." msgstr "" #: src/config.c:762 msgid "name[=value]" msgstr "" #: src/config.c:763 msgid "" "Keep this variable. Unless value is supplied, name can contain wildcards.\n" "Implies \"clear\"." msgstr "" #: src/config.c:769 msgid "name=value" msgstr "" #: src/config.c:770 msgid "Set environment variable. Note, that argument must be quoted." msgstr "" #: src/config.c:776 msgid "Evaluate string. Useful for side-effects, e.g. eval ${X:=2}." msgstr "" #: src/config.c:782 msgid "Unset environment variable. Name can contain wildcards." msgstr "" #: src/config.c:846 msgid "bad duration value" msgstr "" #: src/config.c:856 msgid "Pathname to watch" msgstr "" #: src/config.c:859 msgid "Events to watch for" msgstr "" #: src/config.c:862 msgid "regexp" msgstr "" #: src/config.c:862 msgid "Files to watch for" msgstr "" #: src/config.c:865 msgid "Command to execute on event" msgstr "" #: src/config.c:867 msgid "Run command as this user" msgstr "" #: src/config.c:870 msgid "seconds" msgstr "" #: src/config.c:870 msgid "Timeout for the command" msgstr "" #: src/config.c:872 msgid "List of additional options" msgstr "" #: src/config.c:876 msgid "Modify program environment." msgstr "" #: src/config.c:880 msgid " ..." msgstr "" #: src/config.c:881 msgid "Modify environment (legacy form)" msgstr "" #: src/config.c:885 msgid "Maximum number of instances running simultaneously." msgstr "" #: src/config.c:891 msgid "Run as this user" msgstr "" #: src/config.c:893 msgid "Run in foreground" msgstr "" #: src/config.c:895 msgid "file" msgstr "" #: src/config.c:895 msgid "Set pid file name" msgstr "" #: src/config.c:897 msgid "Configure syslog logging" msgstr "" #: src/config.c:899 msgid "level" msgstr "" #: src/config.c:899 msgid "Set debug level" msgstr "" #: src/config.c:902 msgid "Modify global program environment." msgstr "" #: src/config.c:907 msgid "Time to wait for all subprocesses to terminate" msgstr "" #: src/config.c:910 msgid "Configure event watcher" msgstr "" #: src/config.c:921 msgid "" "Configuration file structure for direvent.\n" "For more information, use `info direvent configuration'." msgstr "" #: src/direvent.c:144 src/watcher.c:199 src/watcher.c:246 msgid "not enough memory" msgstr "" #: src/direvent.c:306 #, c-format msgid "cannot open pidfile %s for writing: %s" msgstr "" #: src/direvent.c:341 #, c-format msgid "no user with UID %lu" msgstr "" #: src/direvent.c:506 src/progman.c:676 src/watcher.c:740 src/watcher.c:809 msgid "out of memory" msgstr "" #: src/direvent.c:552 #, c-format msgid "cannot run `%s': fork failed: %s" msgstr "" #: src/direvent.c:634 msgid "increase debug level" msgstr "" #: src/direvent.c:645 msgid "PRIO" msgstr "" #: src/direvent.c:647 msgid "log everything with priority PRIO and higher to the stderr, as well as to the syslog" msgstr "" #: src/direvent.c:654 msgid "NAME" msgstr "" #: src/direvent.c:655 msgid "set syslog facility" msgstr "" #: src/direvent.c:665 msgid "remain in foreground" msgstr "" #: src/direvent.c:676 msgid "DIR" msgstr "" #: src/direvent.c:677 msgid "add include directory" msgstr "" #: src/direvent.c:687 msgid "PROG" msgstr "" #: src/direvent.c:688 msgid "self-test mode" msgstr "" #: src/direvent.c:699 msgid "FILE" msgstr "" #: src/direvent.c:700 msgid "set PID file" msgstr "" #: src/direvent.c:711 msgid "check configuration file and exit" msgstr "" #: src/direvent.c:722 msgid "USER" msgstr "" #: src/direvent.c:723 msgid "run as this user" msgstr "" #: src/direvent.c:733 msgid "show configuration file summary" msgstr "" #: src/direvent.c:757 #, c-format msgid "The optional CONFIG argument supplies the name of the configuration file to use instead of %s." msgstr "" #: src/direvent.c:763 #, c-format msgid "This direvent uses %s interface." msgstr "" #: src/direvent.c:766 msgid "Include search path:" msgstr "" #: src/direvent.c:769 msgid "No include search path." msgstr "" #: src/direvent.c:785 msgid "(C)" msgstr "" #: src/direvent.c:791 msgid "GNU direvent monitors changes in directories" msgstr "" #: src/direvent.c:792 msgid "[CONFIG]" msgstr "" #: src/direvent.c:818 msgid "parseopt_getopt failed" msgstr "" #: src/direvent.c:825 msgid "too many arguments" msgstr "" #: src/direvent.c:867 #, c-format msgid "%s %s started" msgstr "" #: src/direvent.c:893 #, c-format msgid "%s %s stopped" msgstr "" #: src/ev_inotify.c:68 src/ev_inotify.c:76 #, c-format msgid "can't allocate memory for fd %d" msgstr "" #: src/ev_inotify.c:157 msgid "not enough memory: cannot look up a watcher to delete" msgstr "" #: src/ev_inotify.c:208 #, c-format msgid "watcher not found: %d (%s)" msgstr "" #: src/ev_inotify.c:214 src/ev_kqueue.c:253 #, c-format msgid "%s deleted" msgstr "" #: src/ev_inotify.c:220 msgid "event queue overflow" msgstr "" #: src/ev_inotify.c:231 #, c-format msgid "unrecognized event %x for %s" msgstr "" #: src/ev_inotify.c:234 #, c-format msgid "unrecognized event %x" msgstr "" #: src/ev_inotify.c:239 #, c-format msgid "%s/%s created" msgstr "" #: src/ev_inotify.c:242 #, c-format msgid "%s/%s: ignoring CREATE event: already delivered" msgstr "" #: src/ev_inotify.c:254 #, c-format msgid "%s: ignoring event (%x) for the watchpoint directory" msgstr "" #: src/ev_inotify.c:258 #, c-format msgid "%s: ignoring event (%s) for the watchpoint directory" msgstr "" #: src/ev_inotify.c:289 #, c-format msgid "%s/%s deleted" msgstr "" #: src/ev_inotify.c:307 #, c-format msgid "got signal %d" msgstr "" #: src/ev_inotify.c:311 #, c-format msgid "read failed: %s" msgstr "" #: src/fnpat.c:90 msgid "unterminated regexp" msgstr "" #: src/fnpat.c:104 #, c-format msgid "unrecognized flag: %c" msgstr "" #: src/progman.c:147 #, c-format msgid "process %lu (%s) exited successfully" msgstr "" #: src/progman.c:152 #, c-format msgid "process %lu (%s) failed with status %d" msgstr "" #: src/progman.c:165 msgid " (dumped core)" msgstr "" #: src/progman.c:168 #, c-format msgid "process %lu (%s) terminated on signal %d%s" msgstr "" #: src/progman.c:172 #, c-format msgid "process %lu (%s) stopped on signal %d" msgstr "" #: src/progman.c:177 #, c-format msgid "process %lu (%s) terminated with unrecognized status" msgstr "" #: src/progman.c:259 msgid "waiting for processes to terminate" msgstr "" #: src/progman.c:272 msgid "forcefully terminating the remaining processes" msgstr "" #: src/progman.c:285 msgid "begin scanning process list" msgstr "" #: src/progman.c:289 #, c-format msgid "process %lu timed out" msgstr "" #: src/progman.c:298 #, c-format msgid "scheduling alarm in %lu seconds" msgstr "" #: src/progman.c:302 msgid "end scanning process list" msgstr "" #: src/progman.c:352 #, c-format msgid "cannot start logger for %s, pipe failed: %s" msgstr "" #: src/progman.c:381 #, c-format msgid "cannot run logger `%s': fork failed: %s" msgstr "" #: src/progman.c:386 #, c-format msgid "logger for %s started, pid=%lu" msgstr "" #: src/progman.c:690 #, c-format msgid "starting %s, dir=%s, file=%s" msgstr "" #: src/progman.c:719 #, c-format msgid "cannot change to %s: %s" msgstr "" #: src/progman.c:754 #, c-format msgid "%s running; run_count=%zu; dir=%s, file=%s, pid=%lu" msgstr "" #: src/progman.c:773 #, c-format msgid "waiting for %s (%lu) to terminate" msgstr "" #: src/watcher.c:128 #, c-format msgid "%s: recent status expired" msgstr "" #: src/watcher.c:288 src/watcher.c:676 #, c-format msgid "removing watcher %s" msgstr "" #: src/watcher.c:300 #, c-format msgid "%s: failed to install sentinel; exiting now" msgstr "" #: src/watcher.c:307 msgid "no watchers left; exiting now" msgstr "" #: src/watcher.c:344 #, c-format msgid "uninstalling CREATE sentinel for %s" msgstr "" #: src/watcher.c:379 #, c-format msgid "installing CREATE sentinel for %s" msgstr "" #: src/watcher.c:417 #, c-format msgid "cannot create watcher %s/%s: not enough memory" msgstr "" #: src/watcher.c:424 #, c-format msgid "cannot create watcher %s, stat failed: %s" msgstr "" #: src/watcher.c:486 #, c-format msgid "installing CREATE sentinel for %s/*" msgstr "" #: src/watcher.c:487 #, c-format msgid "installing CREATE sentinel for file %s" msgstr "" #: src/watcher.c:502 #, c-format msgid "creating watcher %s" msgstr "" #: src/watcher.c:510 src/watcher.c:525 #, c-format msgid "cannot set watcher on %s: %s" msgstr "" #: src/watcher.c:546 #, c-format msgid "delivering CREATE for %s %s" msgstr "" #: src/watcher.c:589 #, c-format msgid "cannot open directory %s: %s" msgstr "" #: src/watcher.c:615 #, c-format msgid "cannot stat %s/%s: not enough memory" msgstr "" #: src/watcher.c:622 #, c-format msgid "cannot stat %s: %s" msgstr "" #: src/watcher.c:660 msgid "no event handlers configured" msgstr "" #: src/watcher.c:665 msgid "no event handlers installed" msgstr "" #: grecs/src/cidr.c:129 grecs/src/cidr.c:179 grecs/src/cidr.c:186 #, c-format msgid "invalid network mask: %s" msgstr "" #: grecs/src/cidr.c:142 grecs/src/cidr.c:149 grecs/src/cidr.c:160 #, c-format msgid "unrecognized address family: %s" msgstr "" #: grecs/src/cidr.c:153 #, c-format msgid "invalid network address: %s" msgstr "" #. TRANSLATORS: The msgids below are data types in direct (nominative) #. and indirect (most often, genitive) cases. The indirect case is #. used only in the construct "list %s" (e.g., for "number" data type, #. this makes "list of numbers"). Please, translate it so that it #. forms a correct sentence in this context. #: grecs/src/format.c:37 msgid "void" msgstr "" #: grecs/src/format.c:38 msgid "of strings" msgstr "" #: grecs/src/format.c:39 grecs/src/format.c:40 grecs/src/format.c:41 #: grecs/src/format.c:42 grecs/src/format.c:43 grecs/src/format.c:44 #: grecs/src/format.c:45 msgid "number" msgstr "" #: grecs/src/format.c:39 grecs/src/format.c:40 grecs/src/format.c:41 #: grecs/src/format.c:42 grecs/src/format.c:43 grecs/src/format.c:44 #: grecs/src/format.c:45 msgid "of numbers" msgstr "" #: grecs/src/format.c:46 msgid "time" msgstr "" #: grecs/src/format.c:46 msgid "of times" msgstr "" #: grecs/src/format.c:47 msgid "boolean" msgstr "" #: grecs/src/format.c:47 msgid "of booleans" msgstr "" #: grecs/src/format.c:48 msgid "IPv4" msgstr "" #: grecs/src/format.c:48 msgid "of IPv4" msgstr "" #: grecs/src/format.c:49 msgid "CIDR" msgstr "" #: grecs/src/format.c:49 msgid "of CIDR" msgstr "" #: grecs/src/format.c:50 msgid "hostname" msgstr "" #: grecs/src/format.c:50 msgid "of hostnames" msgstr "" #: grecs/src/format.c:51 msgid "sockaddr" msgstr "" #: grecs/src/format.c:51 msgid "of sockaddr" msgstr "" #: grecs/src/format.c:52 msgid "section" msgstr "" #: grecs/src/format.c:53 msgid "null" msgstr "" #: grecs/src/format.c:134 msgid "Disabled;" msgstr "" #. TRANSLATORS: The %s in this message will be expanded #. to a data type in indirect case (see above). The two #. must form a grammatically correct sentence. #: grecs/src/format.c:158 #, c-format msgid "list %s" msgstr "" #: grecs/src/grecs-lex.l:183 msgid "end of file in comment" msgstr "" #: grecs/src/grecs-lex.l:318 msgid "end of file in quoted string" msgstr "" #: grecs/src/grecs-lex.l:384 #, c-format msgid "stray character %c" msgstr "" #: grecs/src/grecs-lex.l:387 #, c-format msgid "stray character \\%03o" msgstr "" #: grecs/src/grecs-lex.l:421 #, c-format msgid "\"%2.2s\" starts comment here; use quotes if you want it to be a part of string, or inserta whitespace to suppress this warning" msgstr "" #: grecs/src/grecs-lex.l:460 grecs/src/grecs-lex.l:478 msgid "invalid include statement" msgstr "" #: grecs/src/grecs-lex.l:494 msgid "read error" msgstr "" #: grecs/src/grecs-lex.l:502 #, c-format msgid "%s: No such file or directory" msgstr "" #: grecs/src/grecs-lex.l:835 grecs/src/grecs-lex.l:860 #, c-format msgid "Cannot stat `%s'" msgstr "" #: grecs/src/grecs-lex.l:841 grecs/src/grecs-lex.l:847 msgid "Recursive inclusion" msgstr "" #: grecs/src/grecs-lex.l:850 #, c-format msgid "`%s' already included here" msgstr "" #: grecs/src/grecs-lex.l:854 #, c-format msgid "`%s' already included at top level" msgstr "" #: grecs/src/grecs-lex.l:871 grecs/src/grecs-lex.l:892 #, c-format msgid "Cannot open `%s'" msgstr "" #: grecs/src/grecs-lex.l:1182 grecs/src/grecs-lex.l:1203 #, c-format msgid "cannot parse #line line: %s" msgstr "" #: grecs/src/grecs-lex.l:1189 grecs/src/grecs-lex.l:1206 msgid "invalid #line statement" msgstr "" #: grecs/src/grecs-lex.l:1192 grecs/src/grecs-lex.l:1208 msgid "malformed #line statement" msgstr "" #: grecs/src/grecs-lex.l:1297 grecs/src/grecs-lex.l:1328 #, c-format msgid "Cannot run `%s'" msgstr "" #: grecs/src/grecs-lex.l:1350 #, c-format msgid "%s exited with status %d" msgstr "" #: grecs/src/grecs-lex.l:1355 #, c-format msgid "%s terminated on signal %d" msgstr "" #: grecs/src/grecs-lex.l:1359 #, c-format msgid "%s terminated abnormally (%d)" msgstr "" #: grecs/src/lineacc.c:68 #, c-format msgid "unknown escape sequence: '\\%c'" msgstr "" #: grecs/src/path-parser.c:65 #, c-format msgid "cannot open `%s'" msgstr "" #: grecs/src/path-parser.c:111 grecs/src/path-parser.c:126 msgid "unexpected end of file" msgstr "" #: grecs/src/path-parser.c:146 msgid "parse error" msgstr "" #: grecs/src/symtab.c:236 msgid "element not found in table" msgstr "" #: grecs/src/symtab.c:238 msgid "symbol table is full" msgstr "" #: grecs/src/tree.c:70 msgid "list" msgstr "" #: grecs/src/tree.c:71 msgid "one or more arguments" msgstr "" #: grecs/src/tree.c:75 msgid "unrecognized type; please report" msgstr "" #: grecs/src/tree.c:310 msgid "section keyword used as a scalar" msgstr "" #: grecs/src/tree.c:312 msgid "scalar keyword used as a section" msgstr "" #: grecs/src/tree.c:315 msgid "unknown keyword" msgstr "" #: grecs/src/tree.c:350 #, c-format msgid "%s: not a valid boolean value" msgstr "" #: grecs/src/tree.c:381 #, c-format msgid "%s: UNIX socket name too long" msgstr "" #: grecs/src/tree.c:410 grecs/src/tree.c:634 #, c-format msgid "%s: not a valid IP address or hostname" msgstr "" #: grecs/src/tree.c:434 #, c-format msgid "%s: not a valid port number" msgstr "" #: grecs/src/tree.c:442 msgid "missing port number" msgstr "" #: grecs/src/tree.c:491 msgid "numeric overflow" msgstr "" #: grecs/src/tree.c:496 msgid "value out of allowed range" msgstr "" #: grecs/src/tree.c:531 grecs/src/tree.c:561 #, c-format msgid "not a number (stopped near `%s')" msgstr "" #: grecs/src/tree.c:625 #, c-format msgid "%s: not a valid IP address" msgstr "" #: grecs/src/tree.c:752 #, c-format msgid "too many arguments to `%s'; missing semicolon?" msgstr "" #: grecs/src/tree.c:766 grecs/src/tree.c:814 #, c-format msgid "INTERNAL ERROR at %s:%d: unhandled data type %d" msgstr "" #: grecs/src/tree.c:781 #, c-format msgid "%s: incompatible data type in list item #%d" msgstr "" #: grecs/src/tree.c:801 #, c-format msgid "incompatible data type for `%s'" msgstr "" #: grecs/wordsplit/wordsplit.c:78 grecs/wordsplit/wordsplit.c:2851 msgid "memory exhausted" msgstr "" #: grecs/wordsplit/wordsplit.c:132 msgid "memory exhausted while trying to store error context" msgstr "" #: grecs/wordsplit/wordsplit.c:873 msgid "Restarting" msgstr "" #: grecs/wordsplit/wordsplit.c:1599 #, c-format msgid "%.*s: variable null or not set" msgstr "" #: grecs/wordsplit/wordsplit.c:1629 #, c-format msgid "warning: undefined variable `%.*s'" msgstr "" #: grecs/wordsplit/wordsplit.c:2130 #, c-format msgid "no files match pattern %s" msgstr "" #: grecs/wordsplit/wordsplit.c:2595 msgid "WS trimming" msgstr "" #: grecs/wordsplit/wordsplit.c:2597 msgid "command substitution" msgstr "" #: grecs/wordsplit/wordsplit.c:2599 grecs/wordsplit/wordsplit.c:2607 msgid "coalesce list" msgstr "" #: grecs/wordsplit/wordsplit.c:2601 msgid "tilde expansion" msgstr "" #: grecs/wordsplit/wordsplit.c:2603 msgid "variable expansion" msgstr "" #: grecs/wordsplit/wordsplit.c:2605 msgid "quote removal" msgstr "" #: grecs/wordsplit/wordsplit.c:2609 msgid "path expansion" msgstr "" #: grecs/wordsplit/wordsplit.c:2634 #, c-format msgid "(%02d) Input:%.*s;" msgstr "" #: grecs/wordsplit/wordsplit.c:2660 msgid "Initial list:" msgstr "" #: grecs/wordsplit/wordsplit.c:2675 msgid "Coalesced list:" msgstr "" #: grecs/wordsplit/wordsplit.c:2849 msgid "no error" msgstr "" #: grecs/wordsplit/wordsplit.c:2850 msgid "missing closing quote" msgstr "" #: grecs/wordsplit/wordsplit.c:2852 msgid "invalid wordsplit usage" msgstr "" #: grecs/wordsplit/wordsplit.c:2853 msgid "unbalanced curly brace" msgstr "" #: grecs/wordsplit/wordsplit.c:2854 msgid "undefined variable" msgstr "" #: grecs/wordsplit/wordsplit.c:2855 msgid "input exhausted" msgstr "" #: grecs/wordsplit/wordsplit.c:2856 msgid "unbalanced parenthesis" msgstr "" #: grecs/wordsplit/wordsplit.c:2857 msgid "globbing error" msgstr "" #: grecs/wordsplit/wordsplit.c:2858 msgid "user-defined error" msgstr "" #: grecs/wordsplit/wordsplit.c:2859 msgid "invalid parameter number in assignment" msgstr "" #: grecs/wordsplit/wordsplit.c:2871 msgid "unknown error" msgstr "" #: grecs/wordsplit/wordsplit.c:2880 #, c-format msgid "missing closing %c (start near #%lu)" msgstr "" #: parseopt/help.c:91 #, c-format msgid "error in ARGP_HELP_FMT: improper usage of [no-]%s" msgstr "" #: parseopt/help.c:104 #, c-format msgid "error in ARGP_HELP_FMT: bad value for %s (near %s)" msgstr "" #: parseopt/help.c:110 #, c-format msgid "error in ARGP_HELP_FMT: %s value is out of range" msgstr "" #: parseopt/help.c:117 #, c-format msgid "%s: ARGP_HELP_FMT parameter requires a value" msgstr "" #: parseopt/help.c:123 #, c-format msgid "%s: unknown ARGP_HELP_FMT parameter" msgstr "" #: parseopt/help.c:149 #, c-format msgid "ARGP_HELP_FMT: missing delimiter near %s" msgstr "" #: parseopt/help.c:300 msgid "Usage:" msgstr "" #: parseopt/help.c:319 #, c-format msgid "or: %s [OPTIONS...] %s\n" msgstr "" #: parseopt/help.c:582 msgid "Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options." msgstr "" #: parseopt/help.c:584 msgid "If an option has several forms, mandatory or optional argument is listed only once, after the last form." msgstr "" #: parseopt/help.c:740 #, c-format msgid "usage: %s" msgstr "" #: parseopt/help.c:746 msgid "[OPTIONS...]" msgstr "" #: parseopt/help.c:757 #, c-format msgid "or: %s %s\n" msgstr "" #: parseopt/help.c:802 #, c-format msgid "Report bugs and suggestions to <%s>\n" msgstr "" #: parseopt/help.c:806 #, c-format msgid "%s home page: <%s>\n" msgstr "" #: parseopt/optset.c:122 parseopt/optset.c:138 msgid "memory allocation error" msgstr "" #: parseopt/parseopt.c:71 #, c-format msgid "unrecognized option '-%c'" msgstr "" #: parseopt/parseopt.c:142 #, c-format msgid "option '%s%*.*s' is ambiguous; possibilities:" msgstr "" #: parseopt/parseopt.c:174 #, c-format msgid "unrecognized option '%s%*.*s'" msgstr "" #: parseopt/parseopt.c:337 #, c-format msgid "option '%s%s' requires argument" msgstr "" #: parseopt/parseopt.c:351 #, c-format msgid "option '%s%s' does not take argument" msgstr "" #: parseopt/parseopt.c:364 #, c-format msgid "bad value for option '%s%s'" msgstr "" #: parseopt/parseopt.c:388 #, c-format msgid "invalid argument '%s'" msgstr "" #: parseopt/parseopt.c:571 msgid "Informative options" msgstr "" #: parseopt/parseopt.c:576 msgid "produce this help text" msgstr "" #: parseopt/parseopt.c:585 msgid "give a short usage message" msgstr "" #: parseopt/parseopt.c:595 parseopt/parseopt.c:604 msgid "print program version" msgstr ""