summaryrefslogtreecommitdiff
path: root/po/tr.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-02-05 21:41:03 +0100
committerSébastien Helleu <flashcode@flashtux.org>2018-02-05 21:41:03 +0100
commitf889306c5edf5eeb37a9e37e6468ec0ac549d32c (patch)
tree8ff4f825d32214d9ebbe811b77d6e4ba42b973d6 /po/tr.po
parente2b439d046996662042356ef0571168db165c210 (diff)
downloadweechat-f889306c5edf5eeb37a9e37e6468ec0ac549d32c.zip
irc: allow ${irc_server.xxx} and ${server} in server evaluated options (closes #1144)
The server option "ssl_fingerprint" is now evaluated when it is used (during SSL connection), instead of when it is set with command /set.
Diffstat (limited to 'po/tr.po')
-rw-r--r--po/tr.po76
1 files changed, 49 insertions, 27 deletions
diff --git a/po/tr.po b/po/tr.po
index 6735e5643..897933cf1 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2018-01-29 20:59+0100\n"
+"POT-Creation-Date: 2018-02-05 21:21+0100\n"
"PO-Revision-Date: 2017-06-26 23:33+0200\n"
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -6624,21 +6624,6 @@ msgid ""
msgstr ""
#, c-format
-msgid "%s%s: the evaluated fingerprint must not be empty"
-msgstr ""
-
-#, c-format
-msgid ""
-"%s%s: invalid fingerprint size, the number of hexadecimal digits must be one "
-"of: %s"
-msgstr ""
-
-#, c-format
-msgid ""
-"%s%s: invalid fingerprint, it must contain only hexadecimal digits (0-9, a-f)"
-msgstr ""
-
-#, c-format
msgid ""
"%s%s: invalid length for split, it must be either 0 or any integer between "
"128 and 4096"
@@ -6671,7 +6656,8 @@ msgstr ""
msgid ""
"list of hostname/port or IP/port for server (separated by comma) (note: "
-"content is evaluated, see /help eval)"
+"content is evaluated, see /help eval; server options are evaluated with "
+"${irc_server.xxx} and ${server} is replaced by the server name)"
msgstr ""
msgid ""
@@ -6707,13 +6693,17 @@ msgid ""
"chars for SHA-256, 20 chars for SHA-1 (insecure, not recommended); many "
"fingerprints can be separated by commas; if this option is set, the other "
"checks on certificates are NOT performed (option \"ssl_verify\") (note: "
-"content is evaluated, see /help eval)"
+"content is evaluated, see /help eval; server options are evaluated with "
+"${irc_server.xxx} and ${server} is replaced by the server name)"
msgstr ""
msgid "check that the SSL connection is fully trusted"
msgstr ""
-msgid "password for server (note: content is evaluated, see /help eval)"
+msgid ""
+"password for server (note: content is evaluated, see /help eval; server "
+"options are evaluated with ${irc_server.xxx} and ${server} is replaced by "
+"the server name)"
msgstr ""
#. TRANSLATORS: please keep words "client capabilities" between brackets if translation is different (see fr.po)
@@ -6733,13 +6723,16 @@ msgstr ""
msgid ""
"username for SASL authentication; this option is not used for mechanism "
-"\"external\" (note: content is evaluated, see /help eval)"
+"\"external\" (note: content is evaluated, see /help eval; server options are "
+"evaluated with ${irc_server.xxx} and ${server} is replaced by the server "
+"name)"
msgstr ""
msgid ""
"password for SASL authentication; this option is not used for mechanisms "
"\"ecdsa-nist256p-challenge\" and \"external\" (note: content is evaluated, "
-"see /help eval)"
+"see /help eval; server options are evaluated with ${irc_server.xxx} and "
+"${server} is replaced by the server name)"
msgstr ""
msgid ""
@@ -6768,7 +6761,8 @@ msgstr ""
msgid ""
"nicknames to use on server (separated by comma) (note: content is evaluated, "
-"see /help eval)"
+"see /help eval; server options are evaluated with ${irc_server.xxx} and "
+"${server} is replaced by the server name)"
msgstr ""
msgid ""
@@ -6778,10 +6772,16 @@ msgid ""
"nick not used on server"
msgstr ""
-msgid "user name to use on server (note: content is evaluated, see /help eval)"
+msgid ""
+"user name to use on server (note: content is evaluated, see /help eval; "
+"server options are evaluated with ${irc_server.xxx} and ${server} is "
+"replaced by the server name)"
msgstr ""
-msgid "real name to use on server (note: content is evaluated, see /help eval)"
+msgid ""
+"real name to use on server (note: content is evaluated, see /help eval; "
+"server options are evaluated with ${irc_server.xxx} and ${server} is "
+"replaced by the server name)"
msgstr ""
msgid ""
@@ -6793,14 +6793,18 @@ msgid ""
"user mode(s) to set after connection to server and before executing command "
"and the auto-join of channels; examples: \"+R\" (to set mode \"R\"), \"+R-i"
"\" (to set mode \"R\" and remove \"i\"); see /help mode for the complete "
-"mode syntax (note: content is evaluated, see /help eval)"
+"mode syntax (note: content is evaluated, see /help eval; server options are "
+"evaluated with ${irc_server.xxx} and ${server} is replaced by the server "
+"name)"
msgstr ""
msgid ""
"command(s) to run after connection to server and before auto-join of "
"channels (many commands can be separated by \";\", use \"\\;\" for a "
"semicolon, special variables $nick, $channel and $server are replaced by "
-"their value) (note: content is evaluated, see /help eval)"
+"their value) (note: content is evaluated, see /help eval; server options are "
+"evaluated with ${irc_server.xxx} and ${server} is replaced by the server "
+"name)"
msgstr ""
msgid ""
@@ -6814,7 +6818,9 @@ msgid ""
"a key must be at beginning of the list, and all the keys must be given after "
"the channels (separated by a space) (example: \"#channel1,#channel2,"
"#channel3 key1,key2\" where #channel1 and #channel2 are protected by key1 "
-"and key2) (note: content is evaluated, see /help eval)"
+"and key2) (note: content is evaluated, see /help eval; server options are "
+"evaluated with ${irc_server.xxx} and ${server} is replaced by the server "
+"name)"
msgstr ""
msgid ""
@@ -7931,6 +7937,22 @@ msgid ""
msgstr ""
#, c-format
+msgid "%s%s: the evaluated fingerprint for server \"%s\" must not be empty"
+msgstr ""
+
+#, c-format
+msgid ""
+"%s%s: invalid fingerprint size for server \"%s\", the number of hexadecimal "
+"digits must be one of: %s"
+msgstr ""
+
+#, c-format
+msgid ""
+"%s%s: invalid fingerprint for server \"%s\", it must contain only "
+"hexadecimal digits (0-9, a-f)"
+msgstr ""
+
+#, c-format
msgid "%s%s: error when allocating new server"
msgstr ""