diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-15 11:51:44 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-15 11:51:44 +0100 |
commit | 341551f2f2db91ee8c017e1dc65adb6dd0b188aa (patch) | |
tree | e066ba259fe7fade21468dd2f480fc6723ad13b9 /po/cs.po | |
parent | 34272b7e4dbc6bf826b50c5e83fea255fc3bea8a (diff) | |
download | weechat-341551f2f2db91ee8c017e1dc65adb6dd0b188aa.zip |
Add SASL authentication in IRC plugin (task #8829), add function "string_encode_base64" in plugin API, fix bug with base64 encoding
New options for IRC servers:
- sasl_mechanism (only "plain" for now)
- sasl_username
- sasl_password
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 31 |
1 files changed, 30 insertions, 1 deletions
@@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-02-12 16:45+0100\n" +"POT-Creation-Date: 2010-02-15 11:45+0100\n" "PO-Revision-Date: 2010-01-23 11:56+0100\n" "Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4027,6 +4027,15 @@ msgstr "" msgid "password for server" msgstr "heslo pro server" +msgid "mechanism for SASL authentication" +msgstr "" + +msgid "username for SASL authentication" +msgstr "" + +msgid "password for SASL authentication" +msgstr "" + msgid "automatically connect to server when WeeChat is starting" msgstr "automaticky připojit k serveru, když je WeeChat spouštěn" @@ -4421,6 +4430,22 @@ msgid "%s%s: this buffer is not a channel!" msgstr "%s%s: tenhle buffer není kanál!" #, c-format +msgid "%s%s: client capability, server supports: %s" +msgstr "" + +#, c-format +msgid "%s%s: client capability, requesting: sasl" +msgstr "" + +#, c-format +msgid "%s%s: client capability: sasl not supported" +msgstr "" + +#, c-format +msgid "%s%s: client capability, enabled: %s" +msgstr "" + +#, c-format msgid "%sYou have been invited to %s%s%s by %s%s%s" msgstr "%sByl jsi pozván na %s%s%s od %s%s%s" @@ -4743,6 +4768,10 @@ msgid "%s: disconnecting from server..." msgstr "%s: odpojuji se od serveru..." #, c-format +msgid "%s%s: sasl authentication timeout" +msgstr "" + +#, c-format msgid "%s: lag is high, disconnecting from server..." msgstr "%s: zpoždění je veliké, odpojuji se od serveru..." |