# SOME DESCRIPTIVE TITLE. # This file is put in the public domain. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" "POT-Creation-Date: 2007-11-01 11:09+0100\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" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #, c-format msgid "%sError: circular reference when calling alias \"/%s\"" msgstr "" #, c-format msgid "" "%s (c) Copyright 2003-2007, compiled on %s %s\n" "Developed by FlashCode - %s" msgstr "" #, c-format msgid "" "Usage: %s [options ...]\n" " or: %s [irc[6][s]://[nickname[:password]@]irc.example.org[:port][/channel]" "[,channel[...]]" msgstr "" msgid "" " -a, --no-connect disable auto-connect to servers at startup\n" " -c, --config display config file options\n" " -d, --dir set WeeChat home directory (default: ~/.weechat)\n" " -f, --key-functions display WeeChat internal functions for keys\n" " -h, --help this help\n" " -m, --commands display WeeChat commands\n" " -k, --keys display WeeChat default keys\n" " -l, --license display WeeChat license\n" " -p, --no-plugin don't load any plugin at startup\n" " -v, --version display WeeChat version\n" "\n" msgstr "" #. TRANSLATORS: %s is "WeeChat" #, c-format msgid "%s configuration options:\n" msgstr "" #. TRANSLATORS: %s is "WeeChat" #, c-format msgid "%s internal commands:\n" msgstr "" msgid "Internal key functions:\n" msgstr "" #. TRANSLATORS: %s is "WeeChat" #, c-format msgid "%s default keys:\n" msgstr "" #, c-format msgid "Error: missing argument for \"%s\" option\n" msgstr "" #, c-format msgid "Warning: unknown parameter '%s', ignored\n" msgstr "" msgid "Error: unable to get HOME directory\n" msgstr "" msgid "Error: not enough memory for home directory\n" msgstr "" #, c-format msgid "Error: home (%s) is not a directory\n" msgstr "" #, c-format msgid "Error: unable to create \"%s\" directory\n" msgstr "" #, c-format msgid "%sWelcome to %s%s%s, %s" msgstr "" msgid "compiled on" msgstr "" msgid "create an alias for a command" msgstr "" msgid "[alias_name [command [arguments]]]" msgstr "" msgid "" "alias_name: name of alias\n" " command: command name (WeeChat or IRC command, many commands can be " "separated by semicolons)\n" " arguments: arguments for command\n" "\n" "Note: in command, special variables $1, $2,..,$9 are replaced by arguments " "given by user, and $* is replaced by all arguments.\n" "Variables $nick, $channel and $server are replaced by current nick/channel/" "server." msgstr "" msgid "manage buffers" msgstr "" msgid "[action [args] | number | [[server] [channel]]]" msgstr "" msgid "" " action: action to do:\n" " move: move buffer in the list (may be relative, for example -1)\n" " close: close buffer\n" " list: list open buffers (no parameter implies this list)\n" " notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2" "+join/part)\n" " (when executed on server buffer, this sets default notify level for " "whole server)\n" " scroll: scroll in history (may be relative, and may end by a letter: s=sec, " "m=min, h=hour, d=day, M=month, y=year); if there is only letter, then scroll " "to beginning of this item\n" "\n" " number: jump to buffer by number\n" "server,\n" "channel: jump to buffer by server and/or channel name\n" "\n" "Examples:\n" " move buffer: /buffer move 5\n" " close buffer: /buffer close this is part msg\n" " set notify: /buffer notify 2\n" " scroll 1 day up: /buffer scroll 1d == /buffer scroll -1d == /buffer " "scroll -24h\n" "scroll to beginning\n" " of this day: /buffer scroll d\n" " scroll 15 min down: /buffer scroll +15m\n" " scroll 20 msgs up: /buffer scroll -20\n" " jump to #weechat: /buffer #weechat" msgstr "" msgid "" "launch WeeChat/IRC builtin command (do not look at plugins handlers or " "aliases)" msgstr "" msgid "command" msgstr "" msgid "" "command: command to execute (a '/' is automatically added if not found at " "beginning of command)\n" msgstr "" msgid "clear window(s)" msgstr "" msgid "[-all | number [number ...]]" msgstr "" msgid "" " -all: clear all buffers\n" "number: clear buffer by number" msgstr "" msgid "print debug messages" msgstr "" msgid "dump | buffer | windows" msgstr "" msgid "" " dump: save memory dump in WeeChat log file (same dump is written when " "WeeChat crashes)\n" " buffer: dump buffer content with hexadecimal values in log file\n" "windows: display windows tree" msgstr "" msgid "display help about commands" msgstr "" msgid "[command]" msgstr "" msgid "command: name of a WeeChat or IRC command" msgstr "" msgid "show buffer command history" msgstr "" msgid "[clear | value]" msgstr "" msgid "" "clear: clear history\n" "value: number of history entries to show" msgstr "" msgid "bind/unbind keys" msgstr "" msgid "" "[key [function/command]] [unbind key] [functions] [call function [\"args\"]] " "[reset -yes]" msgstr "" msgid "" " key: display or bind this key to an internal function or a command " "(beginning by \"/\")\n" " unbind: unbind a key\n" "functions: list internal functions for key bindings\n" " call: call a function by name (with optional arguments)\n" " reset: restore bindings to the default values and delete ALL personal " "bindings (use carefully!)" msgstr "" msgid "list/load/unload plugins" msgstr "" msgid "" "[list [name]] | [listfull [name]] | [load filename] | [autoload] | [reload " "[name]] | [unload [name]]" msgstr "" msgid "" " list: list loaded plugins\n" "listfull: list loaded plugins with detailed info for each plugin\n" " load: load a plugin\n" "autoload: autoload plugins in system or user directory\n" " reload: reload one plugin (if no name given, unload all plugins, then " "autoload plugins)\n" " unload: unload one or all plugins\n" "\n" "Without argument, /plugin command lists loaded plugins." msgstr "" msgid "save configuration files to disk" msgstr "" msgid "set config options" msgstr "" msgid "[option [ = value]]" msgstr "" msgid "" "option: name of an option (if name is full and no value is given, then help " "is displayed on option)\n" " value: value for option\n" "\n" "Option may be: servername.server_xxx where \"servername\" is an internal " "server name and \"xxx\" an option for this server." msgstr "" msgid "set plugin config options" msgstr "" msgid "" "option: name of a plugin option\n" " value: value for option\n" "\n" "Option is format: plugin.option, example: perl.myscript.item1" msgstr "" msgid "remove an alias" msgstr "" msgid "alias_name" msgstr "" msgid "alias_name: name of alias to remove" msgstr "" msgid "upgrade WeeChat without disconnecting from servers" msgstr "" msgid "[path_to_binary]" msgstr "" msgid "" "path_to_binary: path to WeeChat binary (default is current binary)\n" "\n" "This command run again a WeeChat binary, so it should have been compiled or " "installed with a package manager before running this command." msgstr "" msgid "show WeeChat uptime" msgstr "" msgid "[-o]" msgstr "" msgid "-o: send uptime on current channel as an IRC message" msgstr "" msgid "manage windows" msgstr "" msgid "" "[list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv " "[pct] | resize pct | merge [all]]" msgstr "" msgid "" " list: list open windows (no parameter implies this list)\n" " -1: jump to previous window\n" " +1: jump to next window\n" " b#: jump to next window displaying buffer number #\n" " up: switch to window above current one\n" " down: switch to window below current one\n" " left: switch to window on the left\n" " right: switch to window on the right\n" "splith: split current window horizontally\n" "splitv: split current window vertically\n" "resize: resize window size, new size is pourcentage of parent window\n" " merge: merge window with another (all = keep only one window)\n" "\n" "For splith and splitv, pct is a pourcentage which represents size of new " "window, computed with current window as size reference. For example 25 means " "create a new window with size = current_size / 4" msgstr "" #, c-format msgid "%sError: missing arguments for \"%s\" command" msgstr "" #, c-format msgid "%sAlias \"%s\" => \"%s\" created" msgstr "" #, c-format msgid "%sError: not enough memory for creating alias \"%s\" => \"%s\"" msgstr "" msgid "Alias:" msgstr "" #, c-format msgid "%sNo alias found." msgstr "" msgid "List of aliases:" msgstr "" #, c-format msgid "%sNo alias defined." msgstr "" msgid "Open buffers:" msgstr "" #, c-format msgid "%sError: incorrect buffer number" msgstr "" msgid "Notify levels:" msgstr "" #, c-format msgid "%sError: incorrect notify level (must be between %d and %d)" msgstr "" #, c-format msgid "%sNew notify level for %s%s%s: %d %s" msgstr "" msgid "(hotlist: never)" msgstr "" msgid "(hotlist: highlights)" msgstr "" msgid "(hotlist: highlights + messages)" msgstr "" msgid "(hotlist: highlights + messages + join/part (all))" msgstr "" #, c-format msgid "%sError: buffer number \"%s\" not found for \"%s\" command" msgstr "" #, c-format msgid "%sError: unknown option for \"%s\" command" msgstr "" #, c-format msgid "%sError: wrong argument count for \"%s\" command" msgstr "" #, c-format msgid "%s internal commands:" msgstr "" msgid "Other commands:" msgstr "" #, c-format msgid "[%s%s] %s/%s %s%s" msgstr "" msgid "plugin:" msgstr "" #, c-format msgid "%sNo help available, \"%s\" is an unknown command" msgstr "" #, c-format msgid "New key binding: %s" msgstr "" msgid "Key bindings:" msgstr "" #, c-format msgid "%sKey \"%s\" unbound" msgstr "" #, c-format msgid "%sError: unable to unbind key \"%s\"" msgstr "" msgid "Internal key functions:" msgstr "" #, c-format msgid "%sError: unknown key function \"%s\"" msgstr "" #, c-format msgid "%sDefault key bindings restored" msgstr "" #, c-format msgid "%sError: \"-yes\" argument is required for keys reset (security reason)" msgstr "" msgid "Key:" msgstr "" #, c-format msgid "%sNo key found." msgstr "" #, c-format msgid "%sError: unable to bind key \"%s\"" msgstr "" msgid "Plugins loaded:" msgstr "" msgid " commands hooked:" msgstr "" msgid " messages hooked:" msgstr "" msgid " configuration otions hooked:" msgstr "" msgid " timers hooked:" msgstr "" #, c-format msgid " %d %s (%d calls remaining)" msgstr "" msgid "seconds" msgstr "" msgid "second" msgstr "" msgid "milliseconds" msgstr "" msgid "millisecond" msgstr "" #, c-format msgid " %d %s (no call limit)" msgstr "" msgid " fd hooked:" msgstr "" #, c-format msgid " %d (flags: %d)" msgstr "" #, c-format msgid " %d keyboards hooked" msgstr "" msgid "No plugin found." msgstr "" msgid " (no plugin)" msgstr "" #, c-format msgid "%sWeeChat configuration file saved" msgstr "" #, c-format msgid "%sError: failed to save configuration file" msgstr "" #, c-format msgid "%sPlugins options saved" msgstr "" #, c-format msgid "%sError: failed to save plugins options" msgstr "" msgid "(unknown)" msgstr "" #, c-format msgid "%sError: option \"%s\" can not be changed while WeeChat is running" msgstr "" msgid "Option changed: " msgstr "" #, c-format msgid "%sError: incorrect value for option \"%s\"" msgstr "" #, c-format msgid "%sError: configuration option \"%s\" not found" msgstr "" #, c-format msgid "No configuration option found with \"%s\"" msgstr "" msgid "No configuration option found" msgstr "" #, c-format msgid "%s%d%s configuration option(s) found with \"%s\"" msgstr "" #, c-format msgid "%s%d%s configuration option(s) found" msgstr "" #, c-format msgid "%sError: plugin \"%s\" not found" msgstr "" #, c-format msgid "Plugin option changed: %s%s = \"%s%s%s\"" msgstr "" #, c-format msgid "%sError: incorrect value for plugin option \"%s\"" msgstr "" #, c-format msgid "No plugin option found with \"%s\"" msgstr "" msgid "No plugin option found" msgstr "" #, c-format msgid "plugin option(s) found with \"%s\"" msgstr "" msgid "plugin option(s) found" msgstr "" #, c-format msgid "%sError: alias or command \"%s\" not found" msgstr "" #, c-format msgid "%sAlias \"%s\" removed" msgstr "" #, c-format msgid "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s" msgstr "" msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" #, c-format msgid "%sWeeChat uptime: %s%d %s%s %s%02d%s:%s%02d%s:%s%02d%s, started on %s%s" msgstr "" msgid "Open windows:" msgstr "" #, c-format msgid "" "%sError: can not merge windows, there's no other window with same size near " "current one." msgstr "" msgid "" "if set, uses real white color, disabled by default for terms with white " "background (if you never use white background, you should turn on this " "option to see real white instead of default term foreground color)" msgstr "" msgid "save configuration file on exit" msgstr "" msgid "set title for window (terminal for Curses GUI) with name and version" msgstr "" msgid "display WeeChat logo at startup" msgstr "" msgid "display WeeChat version at startup" msgstr "" msgid "WeeChat slogan (if empty, slogan is not used)" msgstr "" msgid "how many lines to scroll by with scroll_up and scroll_down" msgstr "" msgid "time format for buffers" msgstr "" msgid "number of colors to use for nicks colors" msgstr "" msgid "display actions with different colors" msgstr "" msgid "display nicklist window (for channel windows)" msgstr "" msgid "nicklist position (top, left, right (default), bottom)" msgstr "" msgid "" "min size for nicklist (width or height, depending on look_nicklist_position " "(0 = no min size))" msgstr "" msgid "" "max size for nicklist (width or height, depending on look_nicklist_position " "(0 = no max size; if min = max and > 0, then size is fixed))" msgstr "" msgid "separator between chat and nicklist" msgstr "" msgid "text to display instead of nick when not connected" msgstr "" msgid "display nick mode ((half)op/voice) before each nick" msgstr "" msgid "display space if nick mode is not (half)op/voice" msgstr "" msgid "prefix for info messages" msgstr "" msgid "prefix for error messages" msgstr "" msgid "prefix for network messages" msgstr "" msgid "prefix for action messages" msgstr "" msgid "prefix for join messages" msgstr "" msgid "prefix for quit messages" msgstr "" msgid "prefix alignment (none, left, right))" msgstr "" msgid "max size for prefix (0 = no max size)" msgstr "" msgid "string displayed after prefix" msgstr "" msgid "" "offset for aligning lines of messages (except first lines), default is -1 " "(align after prefix), a null or positive value is offset after beginning of " "line" msgstr "" msgid "the string inserted after nick completion" msgstr "" msgid "chars ignored for nick completion" msgstr "" msgid "smart completion for nicks (completes with last speakers first)" msgstr "" msgid "complete only with first nick found" msgstr "" msgid "enable info bar" msgstr "" msgid "time format for time in infobar" msgstr "" msgid "display seconds in infobar time" msgstr "" msgid "" "delay (in seconds) for highlight messages in infobar (0 = disable highlight " "notifications in infobar)" msgstr "" msgid "" "max number of names in hotlist (0 = no name displayed, only buffer numbers)" msgstr "" msgid "" "level for displaying names in hotlist (combination of: 1=join/part, " "2=message, 4=private, 8=highlight, for example: 12=private+highlight)" msgstr "" msgid "max length of names in hotlist (0 = no limit)" msgstr "" msgid "" "hotlist sort type (group_time_asc (default), group_time_desc, " "group_number_asc, group_number_desc, number_asc, number_desc)" msgstr "" msgid "display special message when day changes" msgstr "" msgid "time format for date displayed when day changed" msgstr "" msgid "use a marker on servers/channels to show first unread line" msgstr "" #, c-format msgid "" "format for input prompt ('%c' is replaced by channel or server, '%n' by nick " "and '%m' by nick modes)" msgstr "" msgid "" "max number of lines for paste without asking user (0 = disable this feature)" msgstr "" msgid "color for window separators (when splited)" msgstr "" msgid "color for title bar" msgstr "" msgid "background color for title bar" msgstr "" msgid "color for '+' when scrolling title" msgstr "" msgid "color for chat text" msgstr "" msgid "background for chat text" msgstr "" msgid "color for time in chat window" msgstr "" msgid "color for time delimiters)" msgstr "" msgid "color for info prefix" msgstr "" msgid "color for error prefix" msgstr "" msgid "color for network prefix" msgstr "" msgid "color for action prefix" msgstr "" msgid "color for join prefix" msgstr "" msgid "color for quit prefix" msgstr "" msgid "color for '+' when prefix is too long" msgstr "" msgid "color for text after prefix" msgstr "" msgid "color for buffer names" msgstr "" msgid "color for server names" msgstr "" msgid "color for channel names" msgstr "" msgid "color for nicks" msgstr "" msgid "color for local nick" msgstr "" msgid "color for other nick in private buffer" msgstr "" msgid "color #1 for nick" msgstr "" msgid "color #2 for nick" msgstr "" msgid "color #3 for nick" msgstr "" msgid "color #4 for nick" msgstr "" msgid "color #5 for nick" msgstr "" msgid "color #6 for nick" msgstr "" msgid "color #7 for nick" msgstr "" msgid "color #8 for nick" msgstr "" msgid "color #9 for nick" msgstr "" msgid "color #10 for nick" msgstr "" msgid "color for hostnames" msgstr "" msgid "color for delimiters" msgstr "" msgid "color for highlighted nick" msgstr "" msgid "color for unread data marker" msgstr "" msgid "background color for unread data marker" msgstr "" msgid "color for status bar" msgstr "" msgid "background color for status bar" msgstr "" msgid "color for status bar delimiters" msgstr "" msgid "color for current channel in status bar" msgstr "" msgid "color for window with new messages (status bar)" msgstr "" msgid "color for window with private message (status bar)" msgstr "" msgid "color for window with highlight (status bar)" msgstr "" msgid "color for window with new data (not messages) (status bar)" msgstr "" msgid "color for window with new data (status bar)" msgstr "" msgid "color for info bar text" msgstr "" msgid "background color for info bar text" msgstr "" msgid "color for infobar delimiters" msgstr "" msgid "color for info bar highlight notification" msgstr "" msgid "color for input text" msgstr "" msgid "background color for input text" msgstr "" msgid "color for input text (server name)" msgstr "" msgid "color for input text (channel name)" msgstr "" msgid "color for input text (nick name)" msgstr "" msgid "color for input text (delimiters)" msgstr "" msgid "color for text not found" msgstr "" msgid "color for actions in input window" msgstr "" msgid "color for nicklist" msgstr "" msgid "background color for nicklist" msgstr "" msgid "color for away nicknames" msgstr "" msgid "color for prefix 1" msgstr "" msgid "color for prefix 2" msgstr "" msgid "color for prefix 3" msgstr "" msgid "color for prefix 4" msgstr "" msgid "color for prefix 5" msgstr "" msgid "color for '+' when scrolling nicks (nicklist)" msgstr "" msgid "color for nicklist separator" msgstr "" msgid "color for status info" msgstr "" msgid "background color for status info" msgstr "" msgid "color for \"waiting\" status info" msgstr "" msgid "color for \"connecting\" status info" msgstr "" msgid "color for \"active\" status info" msgstr "" msgid "color for \"done\" status info" msgstr "" msgid "color for \"failed\" status info" msgstr "" msgid "color for \"aborted\" status info" msgstr "" msgid "" "maximum number of lines in history for one server/channel/private window (0 " "= unlimited)" msgstr "" msgid "maximum number of user commands in history (0 = unlimited)" msgstr "" msgid "" "maximum number of commands to display by default in history listing (0 = " "unlimited)" msgstr "" msgid "log messages from plugins" msgstr "" msgid "" "path for WeeChat log files ('%h' will be replaced by WeeChat home, ~/." "weechat by default)" msgstr "" msgid "time format for log (see man strftime for date/time specifiers)" msgstr "" msgid "use a proxy server to connect to irc server" msgstr "" msgid "proxy type (http (default), socks4, socks5)" msgstr "" msgid "connect to proxy in ipv6" msgstr "" msgid "proxy server address (IP or hostname)" msgstr "" msgid "port for connecting to proxy server" msgstr "" msgid "username for proxy server" msgstr "" msgid "password for proxy server" msgstr "" msgid "" "path for searching plugins ('%h' will be replaced by WeeChat home, ~/." "weechat by default)" msgstr "" msgid "" "comma separated list of plugins to load automatically at startup, \"*\" " "means all plugins found (names may be partial, for example \"perl\" is ok " "for \"perl.so\")" msgstr "" msgid "" "standard plugins extension in filename, used for autoload (if empty, then " "all files are loaded when autoload is \"*\")" msgstr "" msgid "" "Warning: you should now issue /save to write \"save_on_exit\" option in " "configuration file.\n" msgstr "" msgid "Saving WeeChat configuration to disk\n" msgstr "" #, c-format msgid "Warning: config file \"%s\" not found.\n" msgstr "" #, c-format msgid "Warning: %s, line %d: invalid syntax, missing \"]\"\n" msgstr "" #, c-format msgid "Warning: %s, line %d: unknown section identifier (\"%s\")\n" msgstr "" #, c-format msgid "Warning: %s, line %d: error reading new section \"%s\"\n" msgstr "" #, c-format msgid "Warning: %s, line %d: invalid syntax, missing \"=\"\n" msgstr "" #, c-format msgid "Warning: %s, line %d: unknown option \"%s\" (outside a section)\n" msgstr "" #, c-format msgid "Warning: %s, line %d: option \"%s\" unknown for section \"%s\"\n" msgstr "" #, c-format msgid "Warning: %s, line %d: invalid value for option \"%s\"\n" msgstr "" #, c-format msgid "" "#\n" "# %s configuration file, created by %s v%s on %s" msgstr "" msgid "" "# WARNING! Be careful when editing this file, WeeChat may write it at any " "time.\n" "#\n" msgstr "" #, c-format msgid "Error: cannot create file \"%s\"\n" msgstr "" #, c-format msgid "%s: creating default config file \"%s\"...\n" msgstr "" #, c-format msgid "Creating default config file \"%s\"\n" msgstr "" #, c-format msgid "Warning: unable to assign default int with string (\"%s\")\n" msgstr "" #, c-format msgid "Warning: unable to assign default color (\"%s\")\n" msgstr "" msgid " . type: boolean\n" msgstr "" msgid " . values: 'on' or 'off'\n" msgstr "" #, c-format msgid " . default value: '%s'\n" msgstr "" msgid " . type: integer\n" msgstr "" #, c-format msgid " . values: between %d and %d\n" msgstr "" #, c-format msgid " . default value: %d\n" msgstr "" msgid " . type: string\n" msgstr "" msgid " . values: " msgstr "" msgid "empty" msgstr "" msgid " . values: any string\n" msgstr "" msgid " . type: char\n" msgstr "" msgid " . values: any char\n" msgstr "" #, c-format msgid " . values: any string (limit: %d chars)\n" msgstr "" msgid " . type: color\n" msgstr "" msgid " . values: color (depends on GUI used)\n" msgstr "" #, c-format msgid " . description: %s\n" msgstr "" #, c-format msgid "%sError: command \"%s\" failed" msgstr "" #, c-format msgid "%sError: wrong argument count for %s command \"%s\" (expected: %d arg)" msgid_plural "" "%s%s wrong argument count for %s command \"%s\" (expected: %d args)" msgstr[0] "" msgstr[1] "" #, c-format msgid "" "%sError: wrong argument count for %s command \"%s\" (expected: between %d " "and %d arg)" msgid_plural "" "%s%s wrong argument count for %s command \"%s\" (expected: between %d and %d " "args)" msgstr[0] "" msgstr[1] "" #, c-format msgid "%sError: unknown command \"%s\" (type /help for help)." msgstr "" #, c-format msgid "%sYou can not write text in this buffer!" msgstr "" msgid "" "Error: unable to create/append to log file (weechat.log)\n" "If another WeeChat process is using this file, try to run WeeChat\n" "with another home using \"--dir\" command line option.\n" msgstr "" #, c-format msgid "" "Last operation with session file was at position %ld, read of %d bytes\n" msgstr "" #, c-format msgid "" "Please send %s/%s, %s/%s and above messages to WeeChat developers for " "support.\n" "Be careful, private info may be in these files.\n" msgstr "" #, c-format msgid "wrong type in file (expected: %d, read: %d)" msgstr "" msgid "invalid length for a buffer" msgstr "" msgid "object read error" msgstr "" #, c-format msgid "wrong object (expected: %d, read: %d)" msgstr "" msgid "type read error" msgstr "" #, c-format msgid "wrong type (expected: %d, read: %d)" msgstr "" #, c-format msgid "Error: cannot create directory \"%s\"\n" msgstr "" msgid "Text search (exact): " msgstr "" msgid "Text search: " msgstr "" #, c-format msgid " Paste %d lines ? [ctrl-Y] Yes [ctrl-N] No" msgstr "" #, c-format msgid "\t\tDay changed to %s" msgstr "" msgid "Act: " msgstr "" msgid "-MORE-" msgstr "" msgid "server" msgstr "" msgid "Not enough memory for new line\n" msgstr "" msgid "Error: not enough memory to add a buffer to hotlist\n" msgstr "" msgid "Error: not enough memory for infobar message\n" msgstr "" msgid "terminate line" msgstr "" msgid "complete word" msgstr "" msgid "find previous completion for word" msgstr "" msgid "delete previous char" msgstr "" msgid "delete next char" msgstr "" msgid "delete until end of line" msgstr "" msgid "delete until beginning of line" msgstr "" msgid "delete entire line" msgstr "" msgid "delete previous word" msgstr "" msgid "delete next word" msgstr "" msgid "paste current clipboard content" msgstr "" msgid "transpose chars" msgstr "" msgid "go to beginning of line" msgstr "" msgid "go to end of line" msgstr "" msgid "move one char left" msgstr "" msgid "move to previous word" msgstr "" msgid "move one char right" msgstr "" msgid "move to next word" msgstr "" msgid "call previous command in history" msgstr "" msgid "call previous command in global history" msgstr "" msgid "call next command in history" msgstr "" msgid "call next command in global history" msgstr "" msgid "scroll one page up" msgstr "" msgid "scroll one page down" msgstr "" msgid "scroll a few lines up" msgstr "" msgid "scroll a few lines down" msgstr "" msgid "scroll to top of buffer" msgstr "" msgid "scroll to bottom of buffer" msgstr "" msgid "scroll left topic" msgstr "" msgid "scroll right topic" msgstr "" msgid "display beginning of nicklist" msgstr "" msgid "display end of nicklist" msgstr "" msgid "scroll nicklist one page up" msgstr "" msgid "scroll nicklist one page down" msgstr "" msgid "jump to buffer with activity" msgstr "" msgid "jump to DCC buffer" msgstr "" msgid "jump to raw IRC data buffer" msgstr "" msgid "jump to last buffer" msgstr "" msgid "jump to previous buffer" msgstr "" msgid "jump to server buffer" msgstr "" msgid "jump to next server" msgstr "" msgid "switch active server on servers buffer" msgstr "" msgid "scroll to previous highlight in buffer" msgstr "" msgid "scroll to next highlight in buffer" msgstr "" msgid "scroll to first unread line in buffer" msgstr "" msgid "set unread marker on all buffers" msgstr "" msgid "clear hotlist" msgstr "" msgid "clear infobar" msgstr "" msgid "refresh screen" msgstr "" msgid "grab a key" msgstr "" msgid "insert a string in command line" msgstr "" msgid "search text in buffer history" msgstr "" #, c-format msgid "Error: unable to bind key \"%s\"\n" msgstr "" #, c-format msgid "Error: unable to bind key \"%s\" (invalid function name: \"%s\")\n" msgstr "" msgid "Error: not enough memory for key binding\n" msgstr "" #, c-format msgid "Unable to write log file \"%s\"\n" msgstr "" #, c-format msgid "%sError: Unable to write log file \"%s\"\n" msgstr "" msgid "**** Beginning of log " msgstr "" msgid "**** End of log " msgstr "" #, c-format msgid "%sFifo: pipe is open\n" msgstr "" #, c-format msgid "%sFifo: unable to open pipe (%s) for reading" msgstr "" #, c-format msgid "%sFifo: unable to create pipe for remote control (%s)" msgstr "" #, c-format msgid "%sFifo: pipe is closed" msgstr "" #, c-format msgid "%sFifo error: invalid text received on pipe" msgstr "" #, c-format msgid "%sFifo error: buffer not found for pipe data" msgstr "" #, c-format msgid "%sFifo: error reading pipe, closing it" msgstr "" #, c-format msgid "%s cannot allocate new channel" msgstr "" msgid "find information about the administrator of the server" msgstr "" msgid "[target]" msgstr "" msgid "target: server" msgstr "" msgid "send a CTCP action to all channels of all connected servers" msgstr "" msgid "message" msgstr "" msgid "message: message to send" msgstr "" msgid "send message to all channels of all connected servers" msgstr "" msgid "text" msgstr "" msgid "text: text to send" msgstr "" msgid "toggle away status" msgstr "" msgid "[-all] [message]" msgstr "" msgid "" " -all: toggle away status on all connected servers\n" "message: message for away (if no message is given, away status is removed)" msgstr "" msgid "bans nicks or hosts" msgstr "" msgid "[channel] [nickname [nickname ...]]" msgstr "" msgid "" " channel: channel for ban\n" "nickname: user or host to ban" msgstr "" msgid "connect to server(s)" msgstr "" msgid "" "[-all [-nojoin] | servername [servername ...] [-nojoin] | hostname [-port " "port] [-ipv6] [-ssl]]" msgstr "" msgid "" " -all: connect to all servers\n" "servername: internal server name to connect\n" " -nojoin: do not join any channel (even if autojoin is enabled on server)\n" " hostname: hostname to connect, creating temporary server\n" " port: port for server (integer, default is 6667)\n" " ipv6: use IPv6 protocol\n" " ssl: use SSL protocol" msgstr "" msgid "send a CTCP message (Client-To-Client Protocol)" msgstr "" msgid "receiver type [arguments]" msgstr "" msgid "" " receiver: nick or channel to send CTCP to\n" " type: CTCP type (examples: \"version\", \"ping\", ..)\n" "arguments: arguments for CTCP" msgstr "" msgid "leave and rejoin a channel" msgstr "" msgid "[channel[,channel]] [part_message]" msgstr "" msgid "" " channel: channel name for cycle\n" "part_message: part message (displayed to other users)" msgstr "" msgid "starts DCC (file or chat) or close chat" msgstr "" msgid "action [nickname [file]]" msgstr "" msgid "" " action: 'send' (file) or 'chat' or 'close' (chat)\n" "nickname: nickname to send file or chat\n" " file: filename (on local host)" msgstr "" msgid "removes half channel operator status from nickname(s)" msgstr "" msgid "[nickname [nickname]]" msgstr "" msgid "removes channel operator status from nickname(s)" msgstr "" msgid "removes voice from nickname(s)" msgstr "" msgid "shutdown the server" msgstr "" msgid "disconnect from server(s)" msgstr "" msgid "[-all | servername [servername ...]]" msgstr "" msgid "" " -all: disconnect from all servers\n" "servername: server name to disconnect" msgstr "" msgid "gives half channel operator status to nickname(s)" msgstr "" msgid "get information describing the server" msgstr "" msgid "target: server name" msgstr "" msgid "invite a nick on a channel" msgstr "" msgid "nickname channel" msgstr "" msgid "" "nickname: nick to invite\n" " channel: channel to invite" msgstr "" msgid "check if a nickname is currently on IRC" msgstr "" msgid "nickname [nickname ...]" msgstr "" msgid "nickname: nickname" msgstr "" msgid "join a channel" msgstr "" msgid "channel[,channel] [key[,key]]" msgstr "" msgid "" "channel: channel name to join\n" " key: key to join the channel" msgstr "" msgid "forcibly remove a user from a channel" msgstr "" msgid "[channel] nickname [comment]" msgstr "" msgid "" " channel: channel where user is\n" "nickname: nickname to kick\n" " comment: comment for kick" msgstr "" msgid "kicks and bans a nick from a channel" msgstr "" msgid "" " channel: channel where user is\n" "nickname: nickname to kick and ban\n" " comment: comment for kick" msgstr "" msgid "close client-server connection" msgstr "" msgid "nickname comment" msgstr "" msgid "" "nickname: nickname\n" " comment: comment for kill" msgstr "" msgid "list all servernames which are known by the server answering the query" msgstr "" msgid "[[server] server_mask]" msgstr "" msgid "" " server: this server should answer the query\n" "server_mask: list of servers must match this mask" msgstr "" msgid "list channels and their topic" msgstr "" msgid "[channel[,channel] [server]]" msgstr "" msgid "" "channel: channel to list (a regexp is allowed)\n" "server: server name" msgstr "" msgid "get statistics about the size of the IRC network" msgstr "" msgid "[mask [target]]" msgstr "" msgid "" " mask: servers matching the mask only\n" "target: server for forwarding request" msgstr "" msgid "send a CTCP action to the current channel" msgstr "" msgid "change channel or user mode" msgstr "" msgid "" "{ channel {[+|-]|o|p|s|i|t|n|b|v} [limit] [user] [ban mask] } | { nickname " "{[+|-]|i|w|s|o} }" msgstr "" msgid "" "channel modes:\n" " channel: channel name to modify\n" " o: give/take channel operator privileges\n" " p: private channel flag\n" " s: secret channel flag\n" " i: invite-only channel flag\n" " t: topic settable by channel operator only flag\n" " n: no messages to channel from clients on the outside\n" " m: moderated channel\n" " l: set the user limit to channel\n" " b: set a ban mask to keep users out\n" " e: set exception mask\n" " v: give/take the ability to speak on a moderated channel\n" " k: set a channel key (password)\n" "user modes:\n" " nickname: nickname to modify\n" " i: mark a user as invisible\n" " s: mark a user for receive server notices\n" " w: user receives wallops\n" " o: operator flag" msgstr "" msgid "get the \"Message Of The Day\"" msgstr "" msgid "send message to a nick or channel" msgstr "" msgid "receiver[,receiver] text" msgstr "" msgid "" "receiver: nick or channel (may be mask, '*' = current channel)\n" "text: text to send" msgstr "" msgid "list nicknames on channels" msgstr "" msgid "[channel[,channel]]" msgstr "" msgid "channel: channel name" msgstr "" msgid "change current nickname" msgstr "" msgid "[-all] nickname" msgstr "" msgid "" " -all: set new nickname for all connected servers\n" "nickname: new nickname" msgstr "" msgid "send notice message to user" msgstr "" msgid "nickname text" msgstr "" msgid "" "nickname: user to send notice to\n" " text: text to send" msgstr "" msgid "gives channel operator status to nickname(s)" msgstr "" msgid "nickname [nickname]" msgstr "" msgid "get operator privileges" msgstr "" msgid "user password" msgstr "" msgid "user/password: used to get privileges on current IRC server" msgstr "" msgid "leave a channel" msgstr "" msgid "" " channel: channel name to leave\n" "part_message: part message (displayed to other users)" msgstr "" msgid "ping server" msgstr "" msgid "server1 [server2]" msgstr "" msgid "" "server1: server to ping\n" "server2: forward ping to this server" msgstr "" msgid "answer to a ping message" msgstr "" msgid "daemon [daemon2]" msgstr "" msgid "" " daemon: daemon who has responded to Ping message\n" "daemon2: forward message to this daemon" msgstr "" msgid "send a private message to a nick" msgstr "" msgid "nickname [text]" msgstr "" msgid "" "nickname: nickname for private conversation\n" " text: text to send" msgstr "" msgid "close all connections and quit" msgstr "" msgid "[quit_message]" msgstr "" msgid "quit_message: quit message (displayed to other users)" msgstr "" msgid "send raw data to server without parsing" msgstr "" msgid "data" msgstr "" msgid "data: raw data to send" msgstr "" msgid "reconnect to server(s)" msgstr "" msgid "[-all [-nojoin] | servername [servername ...] [-nojoin]]" msgstr "" msgid "" " -all: reconnect to all servers\n" "servername: server name to reconnect\n" " -nojoin: do not join any channel (even if autojoin is enabled on server)" msgstr "" msgid "tell the server to reload its config file" msgstr "" msgid "tell the server to restart itself" msgstr "" msgid "register a new service" msgstr "" msgid "nickname reserved distribution type reserved info" msgstr "" msgid "" "distribution: visibility of service\n" " type: reserved for future usage" msgstr "" msgid "list, add or remove servers" msgstr "" msgid "" "[list [servername]] | [listfull [servername]] | [add servername hostname [-" "port port] [-temp] [-auto | -noauto] [-ipv6] [-ssl] [-pwd password] [-nicks " "nick1 nick2 nick3] [-username username] [-realname realname] [-command " "command] [-autojoin channel[,channel]] ] | [copy servername newservername] | " "[rename servername newservername] | [keep servername] | [del servername]" msgstr "" msgid "" " list: list servers (no parameter implies this list)\n" " listfull: list servers with detailed info for each server\n" " add: create a new server\n" "servername: server name, for internal and display use\n" " hostname: name or IP address of server\n" " port: port for server (integer, default is 6667)\n" " temp: create temporary server (not saved in config file)\n" " auto: automatically connect to server when WeeChat starts\n" " noauto: do not connect to server when WeeChat starts (default)\n" " ipv6: use IPv6 protocol\n" " ssl: use SSL protocol\n" " password: password for server\n" " nick1: first nick for server\n" " nick2: alternate nick for server\n" " nick3: second alternate nick for server\n" " username: user name\n" " realname: real name of user\n" " copy: duplicate a server\n" " rename: rename a server\n" " keep: keep server in config file (for temporary servers only)\n" " del: delete a server\n" " deloutq: delete messages out queue for all servers (all messages WeeChat " "is currently sending)" msgstr "" msgid "list services currently connected to the network" msgstr "" msgid "[mask [type]]" msgstr "" msgid "" "mask: list only services matching this mask\n" "type: list only services of this type" msgstr "" msgid "deliver a message to a service" msgstr "" msgid "service text" msgstr "" msgid "" "service: name of service\n" "text: text to send" msgstr "" msgid "disconnect server links" msgstr "" msgid "server comment" msgstr "" msgid "" "server: server name\n" "comment: comment for quit" msgstr "" msgid "query statistics about server" msgstr "" msgid "[query [server]]" msgstr "" msgid "" " query: c/h/i/k/l/m/o/y/u (see RFC1459)\n" "server: server name" msgstr "" msgid "" "give users who are on a host running an IRC server a message asking them to " "please join IRC" msgstr "" msgid "user [target [channel]]" msgstr "" msgid "" " user: username\n" "target: server name\n" "channel: channel name" msgstr "" msgid "query local time from server" msgstr "" msgid "target: query time from specified server" msgstr "" msgid "get/set channel topic" msgstr "" msgid "[channel] [topic]" msgstr "" msgid "" "channel: channel name\n" "topic: new topic for channel (if topic is \"-delete\" then topic is deleted)" msgstr "" msgid "find the route to specific server" msgstr "" msgid "unbans nicks or hosts" msgstr "" msgid "[channel] nickname [nickname ...]" msgstr "" msgid "" " channel: channel for unban\n" "nickname: user or host to unban" msgstr "" msgid "return a list of information about nicknames" msgstr "" msgid "list of users logged into the server" msgstr "" msgid "gives the version info of nick or server (current or specified)" msgstr "" msgid "[server | nickname]" msgstr "" msgid "" " server: server name\n" "nickname: nickname" msgstr "" msgid "gives voice to nickname(s)" msgstr "" msgid "" "send a message to all currently connected users who have set the 'w' user " "mode for themselves" msgstr "" msgid "text to send" msgstr "" msgid "generate a query which returns a list of information" msgstr "" msgid "[mask [\"o\"]]" msgstr "" msgid "" "mask: only information which match this mask\n" " o: only operators are returned according to the mask supplied" msgstr "" msgid "query information about user(s)" msgstr "" msgid "[server] nickname[,nickname]" msgstr "" msgid "" " server: server name\n" "nickname: nickname (may be a mask)" msgstr "" msgid "ask for information about a nickname which no longer exists" msgstr "" msgid "nickname [,nickname [,nickname ...]] [count [target]]" msgstr "" msgid "" "nickname: nickname to search\n" " count: number of replies to return (full search if negative number)\n" " target: reply should match this mask" msgstr "" #, c-format msgid "%s cannot find nick for sending message\n" msgstr "" #, c-format msgid "Future away on %s%s%s: %s\n" msgstr "" #, c-format msgid "Future away on %s%s%s removed.\n" msgstr "" #, c-format msgid "%s \"%s\" command can only be executed in a channel buffer\n" msgstr "" #, c-format msgid "%s already connected to server \"%s\"!\n" msgstr "" #, c-format msgid "%s currently connecting to server \"%s\"!\n" msgstr "" #, c-format msgid "%s missing argument for \"%s\" option\n" msgstr "" #, c-format msgid "Server %s%s%s created (temporary server, NOT SAVED!)\n" msgstr "" #, c-format msgid "%s unable to create server \"%s\"\n" msgstr "" #, c-format msgid "%s \"%s\" command can not be executed on a server buffer\n" msgstr "" #, c-format msgid "%s wrong argument count for \"%s\" command\n" msgstr "" #, c-format msgid "%s wrong arguments for \"%s\" command\n" msgstr "" #, c-format msgid "%s not connected to server \"%s\"!\n" msgstr "" msgid "Auto-reconnection is cancelled\n" msgstr "" #, c-format msgid "%s server \"%s\" not found\n" msgstr "" #, c-format msgid "%s \"%s\" is not a valid regular expression (%s)\n" msgstr "" #, c-format msgid "%s not enough memory for regular expression\n" msgstr "" #, c-format msgid "%s \"%s\" command can only be executed in a channel or private buffer\n" msgstr "" #, c-format msgid "%s nick \"%s\" not found for \"%s\" command\n" msgstr "" #, c-format msgid "%s cannot create new private buffer \"%s\"\n" msgstr "" #, c-format msgid "%s command \"%s\" needs a server connection!\n" msgstr "" msgid "All servers:\n" msgstr "" msgid "No server.\n" msgstr "" #, c-format msgid "Servers with '%s':\n" msgstr "" #, c-format msgid "No server with '%s' found.\n" msgstr "" #, c-format msgid "%s missing parameters for \"%s\" command\n" msgstr "" #, c-format msgid "%s server \"%s\" already exists, can't create it!\n" msgstr "" #, c-format msgid "Server %s%s%s created\n" msgstr "" #, c-format msgid "%s unable to create server\n" msgstr "" #, c-format msgid "%s missing server name for \"%s\" command\n" msgstr "" #, c-format msgid "%s server \"%s\" not found for \"%s\" command\n" msgstr "" #, c-format msgid "%s server \"%s\" already exists for \"%s\" command\n" msgstr "" #, c-format msgid "Server %s%s%s has been copied to %s%s\n" msgstr "" #, c-format msgid "Server %s%s%s has been renamed to %s%s\n" msgstr "" #, c-format msgid "%s server \"%s\" is not a temporary server\n" msgstr "" #, c-format msgid "Server %s%s%s is not temporary any more\n" msgstr "" #, c-format msgid "" "%s you can not delete server \"%s\" because you are connected to. Try /" "disconnect %s before.\n" msgstr "" #, c-format msgid "Server %s%s%s has been deleted\n" msgstr "" msgid "" "Messages outqueue DELETED for all servers. Some messages from you or WeeChat " "may have been lost!\n" msgstr "" #, c-format msgid "%s unknown option for \"%s\" command\n" msgstr "" #, c-format msgid "%s, compiled on %s %s\n" msgstr "" msgid "use same buffer for all servers" msgstr "" msgid "open new channels/privates near server" msgstr "" msgid "text to display before nick in chat window" msgstr "" msgid "text to display after nick in chat window" msgstr "" msgid "display message when (un)marking as away" msgstr "" msgid "show remote away message only once in private" msgstr "" msgid "" "default part message (leaving channel) ('%v' will be replaced by WeeChat " "version in string)" msgstr "" msgid "" "default quit message ('%v' will be replaced by WeeChat version in string)" msgstr "" msgid "display notices as private messages" msgstr "" msgid "interval between two checks for away (in minutes, 0 = never check)" msgstr "" msgid "" "do not check away nicks on channels with high number of nicks (0 = unlimited)" msgstr "" msgid "interval between two checks for lag (in seconds)" msgstr "" msgid "minimum lag to show (in seconds)" msgstr "" msgid "disconnect after important lag (in minutes, 0 = never disconnect)" msgstr "" msgid "anti-flood: # seconds between two user messages (0 = no anti-flood)" msgstr "" msgid "" "comma separated list of words to highlight (case insensitive comparison, " "words may begin or end with \"*\" for partial match)" msgstr "" msgid "when off, colors codes are ignored in incoming messages" msgstr "" msgid "" "allow user to send colors with special codes (^Cb=bold, ^Ccxx=color, ^Ccxx," "yy=color+background, ^Cu=underline, ^Cr=reverse)" msgstr "" msgid "send unknown commands to IRC server" msgstr "" msgid "automatically accept incoming dcc files" msgstr "" msgid "automatically accept dcc chats (use carefully!)" msgstr "" msgid "timeout for dcc request (in seconds)" msgstr "" msgid "block size for dcc packets in bytes (default: 65536)" msgstr "" msgid "does not wait for ACK when sending file" msgstr "" msgid "" "restricts outgoing dcc to use only ports in the given range (useful for NAT) " "(syntax: a single port, ie. 5000 or a port range, ie. 5000-5015, empty value " "means any port)" msgstr "" msgid "" "IP or DNS address used for outgoing dcc (if empty, local interface IP is " "used)" msgstr "" msgid "path for writing incoming files with dcc (default: user home)" msgstr "" msgid "" "path for reading files when sending thru dcc (when no path is specified)" msgstr "" msgid "convert spaces to underscores when sending files" msgstr "" msgid "rename incoming files if already exists (add '.1', '.2', ...)" msgstr "" msgid "" "automatically resume dcc transfer if connection with remote host is loosed" msgstr "" msgid "automatically log server messages" msgstr "" msgid "automatically log channel chats" msgstr "" msgid "automatically log private chats" msgstr "" msgid "hide password displayed by nickserv" msgstr "" msgid "name associated to IRC server (for display only)" msgstr "" msgid "automatically connect to server when WeeChat is starting" msgstr "" msgid "automatically reconnect to server when disconnected" msgstr "" msgid "delay (in seconds) before trying again to reconnect to server" msgstr "" msgid "IP address or hostname of IRC server" msgstr "" msgid "port for connecting to server" msgstr "" msgid "use IPv6 protocol for server communication" msgstr "" msgid "use SSL for server communication" msgstr "" msgid "password for IRC server" msgstr "" msgid "nickname to use on IRC server" msgstr "" msgid "alternate nickname to use on IRC server (if nickname is already used)" msgstr "" msgid "" "2nd alternate nickname to use on IRC server (if alternate nickname is " "already used)" msgstr "" msgid "user name to use on IRC server" msgstr "" msgid "real name to use on IRC server" msgstr "" msgid "" "custom hostname/IP for server (optional, if empty local hostname is used)" msgstr "" msgid "" "command(s) to run when connected to server (many commands should be " "separated by ';', use '\\;' for a semicolon, special variables $nick, " "$channel and $server are replaced by their value)" msgstr "" msgid "" "delay (in seconds) after command was executed (example: give some time for " "authentication)" msgstr "" msgid "" "comma separated list of channels to join when connected to server (example: " "\"#chan1,#chan2,#chan3 key1,key2\")" msgstr "" msgid "automatically rejoin channels when kicked" msgstr "" msgid "" "comma separated list of notify levels for channels of this server (format: " "#channel:1,..), a channel name '*' is reserved for server default notify " "level" msgstr "" #, c-format msgid "%s %s, line %d: new server, but previous was incomplete\n" msgstr "" #, c-format msgid "%s %s, line %d: server '%s' already exists\n" msgstr "" #, c-format msgid "%s %s, line %d: unable to create server\n" msgstr "" msgid "Waiting" msgstr "" msgid "Connecting" msgstr "" msgid "Active" msgstr "" msgid "Done" msgstr "" msgid "Failed" msgstr "" msgid "Aborted" msgstr "" #, c-format msgid "DCC: file %s%s%s" msgstr "" #, c-format msgid " (local filename: %s%s%s)" msgstr "" msgid " sent to " msgstr "" msgid " received from " msgstr "" msgid "OK" msgstr "" msgid "FAILED" msgstr "" #, c-format msgid "DCC chat closed with %s%s %s(%s%d.%d.%d.%d%s)\n" msgstr "" #, c-format msgid "" "%s can't associate DCC chat with private buffer (maybe private buffer has " "already DCC CHAT?)\n" msgstr "" #, c-format msgid "Connected to %s%s %s(%s%d.%d.%d.%d%s)%s via DCC chat\n" msgstr "" #, c-format msgid "DCC: file %s%s%s resumed at position %u\n" msgstr "" #, c-format msgid "" "%s can't resume file \"%s\" (port: %d, start position: %u): DCC not found or " "ended\n" msgstr "" #, c-format msgid "%s not enough memory for new DCC\n" msgstr "" msgid "DCC chat" msgstr "" #, c-format msgid "" "Incoming DCC file from %s%s%s (%s%d.%d.%d.%d%s)%s: %s%s%s, %s%lu%s bytes\n" msgstr "" #, c-format msgid "" "Sending DCC file to %s%s%s: %s%s%s (local filename: %s%s%s), %s%lu%s bytes\n" msgstr "" #, c-format msgid "Incoming DCC chat request from %s%s%s (%s%d.%d.%d.%d%s)\n" msgstr "" #, c-format msgid "Sending DCC chat request to %s%s\n" msgstr "" #, c-format msgid "" "DCC: file %s%s%s (local filename: %s%s%s) will be resumed at position %u\n" msgstr "" #, c-format msgid "%s not enough memory for DCC SEND\n" msgstr "" #, c-format msgid "%s cannot access file \"%s\"\n" msgstr "" #, c-format msgid "%s could not find address for '%s'. Falling back to local IP.\n" msgstr "" #, c-format msgid "%s cannot create socket for DCC\n" msgstr "" #, c-format msgid "%s cannot find available port for DCC\n" msgstr "" #, c-format msgid "%s cannot send DCC\n" msgstr "" #, c-format msgid "%s error sending data to \"%s\" via DCC CHAT\n" msgstr "" #, c-format msgid "Private %s> %s" msgstr "" #, c-format msgid "%s DCC: unable to create pipe\n" msgstr "" #, c-format msgid "%s DCC: unable to read local file\n" msgstr "" #, c-format msgid "%s DCC: unable to send block to receiver\n" msgstr "" #, c-format msgid "%s DCC: unable to read ACK from receiver\n" msgstr "" #, c-format msgid "%s DCC: unable to connect to sender\n" msgstr "" #, c-format msgid "%s DCC: unable to receive block from sender\n" msgstr "" #, c-format msgid "%s DCC: unable to write local file\n" msgstr "" #, c-format msgid "%s DCC: unable to fork\n" msgstr "" #, c-format msgid "%s DCC: timeout\n" msgstr "" #, c-format msgid "%s DCC: unable to create socket for sending file\n" msgstr "" #, c-format msgid "%s DCC: unable to set 'nonblock' option for socket\n" msgstr "" #, c-format msgid "Aborting active DCC: \"%s\" from %s\n" msgstr "" #, c-format msgid "%sServer: %s%s %s[%s%s%s]\n" msgstr "" msgid "connected" msgstr "" msgid "not connected" msgstr "" msgid "on" msgstr "" msgid "off" msgstr "" msgid " (temporary server, will not be saved)" msgstr "" msgid "(hidden)" msgstr "" #, c-format msgid "%d channel" msgid_plural "%d channels" msgstr[0] "" msgstr[1] "" #, c-format msgid "%d pv" msgstr "" msgid " (temporary)" msgstr "" #, c-format msgid "%s you are not connected to server\n" msgstr "" msgid "This buffer is not a channel!\n" msgstr "" #, c-format msgid "Not enough memory to write log file \"%s\"\n" msgstr "" msgid "error received from IRC server" msgstr "" msgid "message received" msgstr "" msgid "a server message" msgstr "" msgid "user mode string" msgstr "" msgid "away message" msgstr "" msgid "userhost" msgstr "" msgid "ison" msgstr "" msgid "unaway" msgstr "" msgid "now away" msgstr "" msgid "whois (registered nick)" msgstr "" msgid "whois (help mode)" msgstr "" msgid "whois (user)" msgstr "" msgid "whois (server)" msgstr "" msgid "whois (operator)" msgstr "" msgid "whowas" msgstr "" msgid "end of /who list" msgstr "" msgid "whois (idle)" msgstr "" msgid "whois (end)" msgstr "" msgid "whois (channels)" msgstr "" msgid "whois (identified user)" msgstr "" msgid "/list start" msgstr "" msgid "channel (for /list)" msgstr "" msgid "/list end" msgstr "" msgid "channel mode" msgstr "" msgid "whois (has oper privs)" msgstr "" msgid "whois (host)" msgstr "" msgid "channel creation date" msgstr "" msgid "no topic for channel" msgstr "" msgid "topic of channel" msgstr "" msgid "infos about topic (nick and date changed)" msgstr "" msgid "inviting" msgstr "" msgid "channel reop" msgstr "" msgid "end of channel reop list" msgstr "" msgid "channel exception list" msgstr "" msgid "end of channel exception list" msgstr "" msgid "server version" msgstr "" msgid "who" msgstr "" msgid "list of nicks on channel" msgstr "" msgid "end of /names list" msgstr "" msgid "banlist" msgstr "" msgid "end of banlist" msgstr "" msgid "whois (connecting from)" msgstr "" msgid "whois (using modes)" msgstr "" msgid "no such nick/channel" msgstr "" msgid "no such server" msgstr "" msgid "no such channel" msgstr "" msgid "cannot send to channel" msgstr "" msgid "too many channels" msgstr "" msgid "was no such nick" msgstr "" msgid "no origin" msgstr "" msgid "no services" msgstr "" msgid "no recipient" msgstr "" msgid "no text to send" msgstr "" msgid "no toplevel" msgstr "" msgid "wilcard in toplevel domain" msgstr "" msgid "unknown command" msgstr "" msgid "MOTD is missing" msgstr "" msgid "no administrative info" msgstr "" msgid "file error" msgstr "" msgid "no nickname given" msgstr "" msgid "erroneous nickname" msgstr "" msgid "nickname already in use" msgstr "" msgid "nickname collision" msgstr "" msgid "resource unavailable" msgstr "" msgid "not authorized to change nickname" msgstr "" msgid "user not in channel" msgstr "" msgid "not on channel" msgstr "" msgid "user already on channel" msgstr "" msgid "user not logged in" msgstr "" msgid "summon has been disabled" msgstr "" msgid "users has been disabled" msgstr "" msgid "you are not registered" msgstr "" msgid "not enough parameters" msgstr "" msgid "you may not register" msgstr "" msgid "your host isn't among the privileged" msgstr "" msgid "password incorrect" msgstr "" msgid "you are banned from this server" msgstr "" msgid "channel key already set" msgstr "" msgid "forwarding to another channel" msgstr "" msgid "channel is already full" msgstr "" msgid "unknown mode char to me" msgstr "" msgid "cannot join channel (invite only)" msgstr "" msgid "cannot join channel (banned from channel)" msgstr "" msgid "cannot join channel (bad channel key)" msgstr "" msgid "bad channel mask" msgstr "" msgid "channel doesn't support modes" msgstr "" msgid "you're not an IRC operator" msgstr "" msgid "you're not channel operator" msgstr "" msgid "you can't kill a server!" msgstr "" msgid "your connection is restricted!" msgstr "" msgid "user is immune from kick/deop" msgstr "" msgid "network split" msgstr "" msgid "no O-lines for your host" msgstr "" msgid "unknown mode flag" msgstr "" msgid "can't change mode for other users" msgstr "" msgid "whois (secure connection)" msgstr "" #, c-format msgid "You have been invited to %s%s%s by %s%s\n" msgstr "" #, c-format msgid "%s channel \"%s\" not found for \"%s\" command\n" msgstr "" #, c-format msgid "%s \"%s\" command received without host\n" msgstr "" #, c-format msgid "%s cannot create new channel \"%s\"\n" msgstr "" #, c-format msgid "%s%s %s(%s%s%s)%s has joined %s%s\n" msgstr "" #, c-format msgid "%s%s%s has kicked %s%s%s from %s%s" msgstr "" #, c-format msgid "%s%s%s has killed %s%s%s from server" msgstr "" #, c-format msgid "%s host not found for \"%s\" command\n" msgstr "" #, c-format msgid "%s \"%s\" command received without channel or nickname\n" msgstr "" #, c-format msgid "Mode %s%s %s[%s%s%s]%s by %s%s\n" msgstr "" #, c-format msgid "User mode %s[%s%s%s]%s by %s%s\n" msgstr "" #, c-format msgid "You are now known as %s%s\n" msgstr "" #, c-format msgid "%s%s%s is now known as %s%s\n" msgstr "" #, c-format msgid "%s nickname not found for \"%s\" command\n" msgstr "" #, c-format msgid "CTCP %sVERSION%s reply from %s%s%s: %s\n" msgstr "" #, c-format msgid "CTCP %sPING%s reply from %s%s%s: %ld.%ld seconds\n" msgstr "" #, c-format msgid "%s cannot create new private window \"%s\"\n" msgstr "" #, c-format msgid "%s \"%s\" command received without host or channel\n" msgstr "" #, c-format msgid "%s%s %s(%s%s%s)%s has left %s%s" msgstr "" #, c-format msgid "CTCP %sVERSION%s received from %s%s" msgstr "" #, c-format msgid "Channel %s: * %s %s" msgstr "" #, c-format msgid "Received a CTCP %sSOUND%s \"%s\" from %s%s\n" msgstr "" #, c-format msgid "CTCP %sPING%s received from %s%s\n" msgstr "" #, c-format msgid "Unknown CTCP %s%s%s received from %s%s" msgstr "" #, c-format msgid "Channel %s: %s> %s" msgstr "" #, c-format msgid "%s cannot parse \"%s\" command\n" msgstr "" #, c-format msgid "%s unknown DCC CHAT type received from " msgstr "" #, c-format msgid "%s%s %s(%s%s%s)%s has quit" msgstr "" #, c-format msgid "%s \"%s\" command received without channel\n" msgstr "" #, c-format msgid "%s%s%s has changed topic for %s%s%s to:" msgstr "" #, c-format msgid "%s%s%s has unset topic for %s%s\n" msgstr "" #, c-format msgid "WALLOPS from %s%s%s: %s\n" msgstr "" #, c-format msgid "User mode for %s%s%s is %s[%s%s%s]\n" msgstr "" #, c-format msgid "%s%s%s is away: %s\n" msgstr "" msgid "Users online: " msgstr "" #, c-format msgid "%s[%s%s%s]%s help mode (+h)\n" msgstr "" #, c-format msgid "%s%s %s(%s%s@%s%s)%s was %s\n" msgstr "" #, c-format msgid "%s[%s%s%s]%s idle: " msgstr "" msgid "days" msgstr "" #, c-format msgid "%s%02d %s%s %s%02d %s%s %s%02d %s%s, signon at: %s%s" msgstr "" msgid "hours" msgstr "" msgid "hour" msgstr "" msgid "minutes" msgstr "" msgid "minute" msgstr "" #, c-format msgid "%s[%s%s%s]%s Channels: " msgstr "" #, c-format msgid "Channel created on %s" msgstr "" #, c-format msgid "%s cannot identify date/time for \"%s\" command\n" msgstr "" #, c-format msgid "%s cannot identify channel for \"%s\" command\n" msgstr "" #, c-format msgid "No topic set for %s%s\n" msgstr "" #, c-format msgid "Topic for %s%s%s is: " msgstr "" #, c-format msgid "Topic set by %s%s%s, %s" msgstr "" #, c-format msgid "%s%s%s has invited %s%s%s on %s%s\n" msgstr "" #, c-format msgid "%s cannot identify nickname for \"%s\" command\n" msgstr "" #, c-format msgid "Channel reop %s%s%s: %s%s\n" msgstr "" #, c-format msgid "%s[%s%s%s]%s exception %s%s%s" msgstr "" #, c-format msgid " by %s%s %s(%s%s%s)" msgstr "" #, c-format msgid " by %s%s" msgstr "" #, c-format msgid "%s%s%s on %s%s%s %s %s %s%s@%s %s(%s%s%s)\n" msgstr "" #, c-format msgid "Nicks %s%s%s: %s[" msgstr "" #, c-format msgid "%s cannot create nick \"%s\" for channel \"%s\"\n" msgstr "" #, c-format msgid "" "Channel %s%s%s: %s%d%s %s %s(%s%d%s %s, %s%d%s %s, %s%d%s %s, %s%d%s %s%s)\n" msgstr "" msgid "nicks" msgstr "" msgid "nick" msgstr "" msgid "ops" msgstr "" msgid "op" msgstr "" msgid "halfops" msgstr "" msgid "halfop" msgstr "" msgid "voices" msgstr "" msgid "voice" msgstr "" msgid "normal" msgstr "" #, c-format msgid "%s[%s%s%s] %s%s%s banned by " msgstr "" #, c-format msgid "%s[%s%s%s] %s%s%s banned\n" msgstr "" #, c-format msgid "%s: trying 2nd nickname \"%s\"\n" msgstr "" #, c-format msgid "%s: trying 3rd nickname \"%s\"\n" msgstr "" #, c-format msgid "" "%s: all declared nicknames are already in use or invalid, closing connection " "with server!\n" msgstr "" #, c-format msgid "%s: trying 1st nickname \"%s\"\n" msgstr "" #, c-format msgid "%s: nickname \"%s\" is already in use, trying 2nd nickname \"%s\"\n" msgstr "" #, c-format msgid "%s: nickname \"%s\" is already in use, trying 3rd nickname \"%s\"\n" msgstr "" #, c-format msgid "" "%s: all declared nicknames are already in use, closing connection with " "server!\n" msgstr "" #, c-format msgid "%s: nickname \"%s\" is already in use, trying 1st nickname \"%s\"\n" msgstr "" msgid "Unable to get user's name" msgstr "" #, c-format msgid "%s cannot allocate new server\n" msgstr "" #, c-format msgid "" "%s error sending data to IRC server: null pointer (please report problem to " "developers)" msgstr "" #, c-format msgid "" "%s error sending data to IRC server: empty buffer (please report problem to " "developers)" msgstr "" #, c-format msgid "%s error sending data to IRC server (%s)" msgstr "" #, c-format msgid "%s error sending data to IRC server\n" msgstr "" msgid "(message dropped)" msgstr "" #, c-format msgid "%s not enough memory for received IRC message\n" msgstr "" #, c-format msgid "%s Command \"%s\" failed!\n" msgstr "" #, c-format msgid "%s No command to execute!\n" msgstr "" #, c-format msgid "%s Unknown command: cmd=\"%s\", host=\"%s\", args=\"%s\"\n" msgstr "" #, c-format msgid "%s cannot read data from socket, disconnecting from server...\n" msgstr "" #, c-format msgid "%s lag is high, disconnecting from server...\n" msgstr "" #, c-format msgid "%s: Reconnecting to server in %d seconds\n" msgstr "" #, c-format msgid "%s GnuTLS handshake failed\n" msgstr "" #, c-format msgid "%s proxy address \"%s\" not found\n" msgstr "" #, c-format msgid "%s address \"%s\" not found\n" msgstr "" #, c-format msgid "%s proxy IP address not found\n" msgstr "" #, c-format msgid "%s IP address not found\n" msgstr "" #, c-format msgid "%s proxy connection refused\n" msgstr "" #, c-format msgid "%s connection refused\n" msgstr "" #, c-format msgid "" "%s proxy fails to establish connection to server (check username/password if " "used)\n" msgstr "" #, c-format msgid "%s unable to set local hostname/IP\n" msgstr "" #, c-format msgid "" "%s cannot connect with SSL since WeeChat was not built with GnuTLS support\n" msgstr "" #, c-format msgid "%s: connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n" msgstr "" #, c-format msgid "Connecting to server %s:%d%s%s via %s proxy %s:%d%s...\n" msgstr "" #, c-format msgid "%s: connecting to server %s:%d%s%s...\n" msgstr "" #, c-format msgid "Connecting to server %s:%d%s%s...\n" msgstr "" #, c-format msgid "%s GnuTLS init error\n" msgstr "" #, c-format msgid "%s cannot create pipe\n" msgstr "" #, c-format msgid "%s cannot create socket\n" msgstr "" #, c-format msgid "%s cannot set socket option \"SO_REUSEADDR\"\n" msgstr "" #, c-format msgid "%s cannot set socket option \"SO_KEEPALIVE\"\n" msgstr "" msgid "Reconnecting to server...\n" msgstr "" msgid "Disconnected from server!\n" msgstr "" #, c-format msgid "%sError: unable to load plugin \"%s\": %s\n" msgstr "" #, c-format msgid "%sError: symbol \"%s\" not found in plugin \"%s\", failed to load\n" msgstr "" #, c-format msgid "" "%sError: unable to load plugin \"%s\": a plugin with same name already " "exists\n" msgstr "" #, c-format msgid "%sError: function \"%s\" not found in plugin \"%s\", failed to load\n" msgstr "" #, c-format msgid "%sInitializing plugin \"%s\" %s\n" msgstr "" #, c-format msgid "%sError: unable to initialize plugin \"%s\"\n" msgstr "" #, c-format msgid "%sError: unable to load plugin \"%s\" (not enough memory)\n" msgstr "" #, c-format msgid "%sPlugin \"%s\" (%s) loaded.\n" msgstr "" #, c-format msgid "%sPlugin \"%s\" unloaded.\n" msgstr "" #, c-format msgid "%sError: plugin \"%s\" not found\n" msgstr "" msgid "Saving plugins configuration to disk\n" msgstr ""