diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-30 20:53:42 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-30 20:56:25 +0200 |
commit | 71b85f12384e101f772dce249cda8d9199b6ea3e (patch) | |
tree | 84286be1392b096b31df40221920eab1eef06167 /po/tr.po | |
parent | eda62e1218c70f7c67690b0cf9fe2c42a8663d6f (diff) | |
download | weechat-71b85f12384e101f772dce249cda8d9199b6ea3e.zip |
core: send all command line parameters not beginning with a dash to all plugins, add info "auto_load_scripts"
This fixes an issue with IRC URL given on command line when it starts with
`ircs://` or `irc6://`: the server is not created at all (only `irc://` works
fine).
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-05-29 09:34+0200\n" +"POT-Creation-Date: 2023-05-30 16:39+0200\n" "PO-Revision-Date: 2023-05-01 20:23+0200\n" "Last-Translator: Emir SARI <emir_sari@icloud.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -13333,6 +13333,17 @@ msgstr "" "Sunuculara kendiliğinden bağlantı etkinleştirilmişse 1, kullanıcı ayarı ile " "devre dışı bırakılmışsa 0 (\"-a\" veya \"--no-connect\" seçeneği)" +#, fuzzy +#| msgid "" +#| "1 if automatic connection to servers is enabled, 0 if it has been " +#| "disabled by the user (option \"-a\" or \"--no-connect\")" +msgid "" +"1 if scripts are automatically loaded, 0 if the auto-load has been disabled " +"by the user (option \"-s\" or \"--no-script\")" +msgstr "" +"Sunuculara kendiliğinden bağlantı etkinleştirilmişse 1, kullanıcı ayarı ile " +"devre dışı bırakılmışsa 0 (\"-a\" veya \"--no-connect\" seçeneği)" + msgid "terminal charset" msgstr "uçbirim karakter seti" |