diff options
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 252 |
1 files changed, 149 insertions, 103 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 6a4d47dbd..f8f830235 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2018-10-14 20:36+0200\n" +"POT-Creation-Date: 2018-11-04 14:46+0100\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3374,6 +3374,27 @@ msgstr "" msgid "password for proxy server (note: content is evaluated, see /help eval)" msgstr "" +msgid "WeeChat secured data (sec.conf) | Keys: [alt-v] Toggle values" +msgstr "" + +msgid "on" +msgstr "" + +msgid "off" +msgstr "" + +msgid "Passphrase is set" +msgstr "" + +msgid "Secured data:" +msgstr "" + +msgid "Secured data STILL ENCRYPTED: (use /secure decrypt, see /help secure)" +msgstr "" + +msgid "No secured data set" +msgstr "" + msgid "Please enter your passphrase to decrypt the data secured by WeeChat:" msgstr "" @@ -3441,27 +3462,6 @@ msgid "" "same content in file" msgstr "" -msgid "WeeChat secured data (sec.conf) | Keys: [alt-v] Toggle values" -msgstr "" - -msgid "on" -msgstr "" - -msgid "off" -msgstr "" - -msgid "Passphrase is set" -msgstr "" - -msgid "Secured data:" -msgstr "" - -msgid "Secured data STILL ENCRYPTED: (use /secure decrypt, see /help secure)" -msgstr "" - -msgid "No secured data set" -msgstr "" - #. TRANSLATORS: file size unit "kilobyte" msgid "KB" msgstr "" @@ -8436,6 +8436,87 @@ msgstr "" msgid "Support of PHP scripts" msgstr "" +msgid "bar" +msgstr "" + +msgid "bar item" +msgstr "" + +msgid "bar window" +msgstr "" + +msgid "buffer" +msgstr "" + +msgid "visited buffer" +msgstr "" + +msgid "structure with completion" +msgstr "" + +msgid "config file" +msgstr "" + +msgid "config section" +msgstr "" + +msgid "config option" +msgstr "" + +msgid "filter" +msgstr "" + +msgid "history of commands in buffer" +msgstr "" + +msgid "hotlist" +msgstr "" + +msgid "structure with undo for input line" +msgstr "" + +msgid "a key (keyboard shortcut)" +msgstr "" + +msgid "layout" +msgstr "" + +msgid "buffer layout" +msgstr "" + +msgid "window layout" +msgstr "" + +msgid "structure with lines" +msgstr "" + +msgid "structure with one line" +msgstr "" + +msgid "structure with one line data" +msgstr "" + +msgid "group in nicklist" +msgstr "" + +msgid "nick in nicklist" +msgstr "" + +msgid "plugin" +msgstr "" + +msgid "proxy" +msgstr "" + +msgid "window" +msgstr "" + +msgid "scroll info in window" +msgstr "" + +msgid "tree of windows" +msgstr "" + msgid "WeeChat version" msgstr "" @@ -8528,6 +8609,24 @@ msgstr "" msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)" msgstr "" +msgid "generate a Time-based One-Time Password (TOTP)" +msgstr "" + +msgid "" +"secret (in base32), timestamp (optional, current time by default), number of " +"digits (optional, between 4 and 10, 6 by default)" +msgstr "" + +msgid "" +"validate a Time-based One-Time Password (TOTP): 1 if TOTP is correct, " +"otherwise 0" +msgstr "" + +msgid "" +"secret (in base32), one-time password, timestamp (optional, current time by " +"default), number of passwords before/after to test (optional, 0 by default)" +msgstr "" + msgid "list of bars" msgstr "" @@ -8641,87 +8740,6 @@ msgstr "" msgid "\"current\" for current window or a window number (optional)" msgstr "" -msgid "bar" -msgstr "" - -msgid "bar item" -msgstr "" - -msgid "bar window" -msgstr "" - -msgid "buffer" -msgstr "" - -msgid "visited buffer" -msgstr "" - -msgid "structure with completion" -msgstr "" - -msgid "config file" -msgstr "" - -msgid "config section" -msgstr "" - -msgid "config option" -msgstr "" - -msgid "filter" -msgstr "" - -msgid "history of commands in buffer" -msgstr "" - -msgid "hotlist" -msgstr "" - -msgid "structure with undo for input line" -msgstr "" - -msgid "a key (keyboard shortcut)" -msgstr "" - -msgid "layout" -msgstr "" - -msgid "buffer layout" -msgstr "" - -msgid "window layout" -msgstr "" - -msgid "structure with lines" -msgstr "" - -msgid "structure with one line" -msgstr "" - -msgid "structure with one line data" -msgstr "" - -msgid "group in nicklist" -msgstr "" - -msgid "nick in nicklist" -msgstr "" - -msgid "plugin" -msgstr "" - -msgid "proxy" -msgstr "" - -msgid "window" -msgstr "" - -msgid "scroll info in window" -msgstr "" - -msgid "tree of windows" -msgstr "" - #, c-format msgid "Initializing plugin \"%s\" (priority: %d)" msgstr "" @@ -9169,6 +9187,12 @@ msgid "first free port for relay plugin" msgstr "" #, c-format +msgid "" +"%s%s: invalid value for option \"relay.network.totp_secret\"; it must be a " +"valid string encoded in base32 (only letters and digits from 2 to 7)" +msgstr "" + +#, c-format msgid "%s%s: error: port \"%d\" is already used" msgstr "" @@ -9264,6 +9288,22 @@ msgid "" msgstr "" msgid "" +"secret for the generation of the Time-based One-Time Password (TOTP), " +"encoded in base32 (only letters and digits from 2 to 7); it is used as " +"second factor in weechat protocol, in addition to the password, which must " +"not be empty (empty value means no TOTP is required) (note: content is " +"evaluated, see /help eval)" +msgstr "" + +msgid "" +"number of Time-based One-Time Passwords to accept before and after the " +"current one: 0 = accept only the current password, 1 = accept one password " +"before, the current, and one after, 2 = accept two passwords before, the " +"current, and two after, ...; a high number reduces the security level (0 or " +"1 are recommended values)" +msgstr "" + +msgid "" "POSIX extended regular expression with origins allowed in websockets (case " "insensitive, use \"(?-i)\" at beginning to make it case sensitive), example: " "\"^http://(www\\.)?example\\.(com|org)\"" @@ -9338,6 +9378,12 @@ msgid "" msgstr "" #, c-format +msgid "" +"%s%s: Time-based One-Time Password (TOTP) can be enabled only as second " +"factor, if the password is not empty" +msgstr "" + +#, c-format msgid "%s%s: client not allowed (max %d client is allowed at same time)" msgid_plural "" "%s%s: client not allowed (max %d clients are allowed at same time)" |