diff options
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 37 |
1 files changed, 17 insertions, 20 deletions
@@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-02-05 19:50+0100\n" -"PO-Revision-Date: 2019-11-03 08:38+0100\n" +"POT-Creation-Date: 2021-02-06 15:52+0100\n" +"PO-Revision-Date: 2021-02-06 15:55+0100\n" "Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: tr\n" @@ -852,6 +852,12 @@ msgstr "" msgid "Passphrase added" msgstr "Tarih eklendi" +msgid "" +"Important: an external program is configured to read the passphrase on " +"startup (option sec.crypt.passphrase_command); you must ensure this program " +"returns the new passphrase you just defined" +msgstr "" + #, c-format msgid "Secured data \"%s\" set" msgstr "" @@ -1982,8 +1988,9 @@ msgid "" "startup.\n" "It is possible to set environment variable \"WEECHAT_PASSPHRASE\" to prevent " "the prompt (this same variable is used by WeeChat on /upgrade), or to set " -"option sec.crypt.passphrase_file to read the passphrase from a file (see /" -"help sec.crypt.passphrase_file).\n" +"option sec.crypt.passphrase_command to read the passphrase from the output " +"of an external command like a password manager (see /help sec.crypt." +"passphrase_command).\n" "\n" "Secured data with format ${sec.data.xxx} can be used in:\n" " - command /eval\n" @@ -1996,6 +2003,8 @@ msgid "" "Examples:\n" " set a passphrase:\n" " /secure passphrase this is my passphrase\n" +" use program \"pass\" to read the passphrase on startup:\n" +" /set sec.crypt.passphrase_command \"pass show weechat/passphrase\"\n" " encrypt freenode SASL password:\n" " /secure set freenode mypassword\n" " /set irc.server.freenode.sasl_password \"${sec.data.freenode}\"\n" @@ -3557,10 +3566,6 @@ msgid "" msgstr "" #, c-format -msgid "%sWarning: unable to read passphrase from file \"%s\"" -msgstr "" - -#, c-format msgid "" "%sUnable to reload file sec.conf because there is still encrypted data (use /" "secure decrypt, see /help secure)" @@ -3591,13 +3596,11 @@ msgid "hash algorithm used to check the decrypted data" msgstr "" msgid "" -"path to a file containing the passphrase to encrypt/decrypt secured data; " -"this option is used only when reading file sec.conf; only first line of file " -"is used; this file is used only if the environment variable " +"read the passphrase from the output of this command (only the first line is " +"used and it must not contain any extra character); this option is used only " +"when reading file sec.conf and if the environment variable " "\"WEECHAT_PASSPHRASE\" is not set (the environment variable has higher " -"priority); security note: it is recommended to keep this file readable only " -"by you and store it outside WeeChat home (for example in your home); " -"example: \"~/.weechat-passphrase\"" +"priority); example with password-store: \"pass show weechat/passphrase\"" msgstr "" msgid "" @@ -11409,9 +11412,3 @@ msgstr "" #, c-format msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "" - -#~ msgid "%sError: filter \"%s\" not found" -#~ msgstr "%sHata: filtre \"%s\" bulunamadı" - -#~ msgid "%sError: plugin \"%s\" not found" -#~ msgstr "%sHata: \"%s\" eklentisi bulunamadı" |