diff options
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 62 |
1 files changed, 17 insertions, 45 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: 2020-04-28 16:40+0200\n" +"POT-Creation-Date: 2021-02-06 15:52+0100\n" +"PO-Revision-Date: 2021-02-06 15:55+0100\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: it\n" @@ -896,6 +896,12 @@ msgstr "Chiave di cifratura modificata" msgid "Passphrase added" msgstr "Chiave di cifratura aggiunta" +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 "Dati sicuri \"%s\" impostati" @@ -2589,8 +2595,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" @@ -2603,6 +2610,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" @@ -4677,11 +4686,6 @@ msgstr "" "Per ripristinare i dati messi al sicuro, รจ possibile usare /secure decrypt " "consultare /help secure)" -#, c-format -msgid "%sWarning: unable to read passphrase from file \"%s\"" -msgstr "" -"%sAttenzione: impossibile leggere la chiave di cifratura dal file \"%s\"" - #, fuzzy, c-format msgid "" "%sUnable to reload file sec.conf because there is still encrypted data (use /" @@ -4716,13 +4720,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 "" @@ -13714,33 +13716,3 @@ msgstr "%s%s: timeout per \"%s\" con %s" #, fuzzy, c-format msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s: impossibile connettersi al mittente" - -#~ msgid "%sError: unknown bar \"%s\"" -#~ msgstr "%sErrore: barra \"%s\" sconosciuta" - -#~ msgid "%sError: incorrect buffer number" -#~ msgstr "%sErrore: nome buffer non corretto" - -#~ msgid "%sError: buffer not found" -#~ msgstr "%sErrore: buffer non trovato" - -#~ msgid "%sError: filter \"%s\" not found" -#~ msgstr "%sErrore: filtro \"%s\" non trovato" - -#~ msgid "%sError: unknown layout \"%s\"" -#~ msgstr "%sErrore: layout \"%s\" sconosciuto" - -#~ msgid "%sError: unknown proxy \"%s\"" -#~ msgstr "%sErrore: proxy \"%s\" sconosciuto" - -#~ msgid "%sError: incorrect number" -#~ msgstr "%sErrore: numero non corretto" - -#~ msgid "%sError: failed to set option \"%s\"" -#~ msgstr "%sErrore: impossibile impostare l'opzione \"%s\"" - -#~ msgid "%sError: incorrect window number" -#~ msgstr "%sErrore: numero finestra non corretto" - -#~ msgid "%sError: plugin \"%s\" not found" -#~ msgstr "%sErrore: plugin \"%s\" non trovato" |