diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-25 09:13:21 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-25 09:13:21 +0200 |
| commit | 3e196bbaf6a5f3ebf6597e0ada1f559d24627ca6 (patch) | |
| tree | 5d76949bf34ab581826f0f699d60e0fc45b3e175 /translations | |
| parent | f8d136432466479c892841bc73bd85e58674da86 (diff) | |
| parent | 0a26961f9a7ae6ab98051e182b92e64165758cf1 (diff) | |
| download | qtmaildir-3e196bbaf6a5f3ebf6597e0ada1f559d24627ca6.tar.gz qtmaildir-3e196bbaf6a5f3ebf6597e0ada1f559d24627ca6.zip | |
Merge branch 'signatures'
Signatures (item 152): one markdown file per signature under
~/.config/qtmaildir/signatures/, spliced into the composer buffer and
chosen from a switch on the editor bar. [compose] signature seeds a new
message, [account.<key>] signature overrides per account, and
[compose] signature_position picks end or above_quote.
Also carries three fixes found by hand-testing it: a saved draft is
indexed so it appears without a sync (item 158), the Drafts filter lists
messages rather than threads so a draft reply can be opened (item 159),
and a resumed draft no longer re-seeds its signature on a From: change.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UUQS6n3cmsFrsjCNmwNtf8
Diffstat (limited to 'translations')
| -rw-r--r-- | translations/qtmaildir_it_IT.ts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/translations/qtmaildir_it_IT.ts b/translations/qtmaildir_it_IT.ts index 1b0e756..a9c0f88 100644 --- a/translations/qtmaildir_it_IT.ts +++ b/translations/qtmaildir_it_IT.ts @@ -99,10 +99,22 @@ <translation>Invia il messaggio come testo semplice con una versione HTML a fianco. Il testo semplice è quello che hai scritto.</translation> </message> <message> + <source>Signature</source> + <translation>Firma</translation> + </message> + <message> + <source>Chooses the signature added to this message.</source> + <translation>Sceglie la firma da aggiungere a questo messaggio.</translation> + </message> + <message> <source>Send</source> <translation>Invia</translation> </message> <message> + <source>None</source> + <translation>Nessuna</translation> + </message> + <message> <source>Large attachment</source> <translation>Allegato di grandi dimensioni</translation> </message> @@ -198,6 +210,10 @@ Il messaggio È stato inviato. Non inviarlo di nuovo.</translation> <translation>[compose] quote_position '%1' non è riconosciuto; atteso above o below. Uso below.</translation> </message> <message> + <source>[compose] signature_position '%1' is not recognised; expected end or above_quote. Using end.</source> + <translation>[compose] signature_position '%1' non è riconosciuto; atteso end o above_quote. Uso end.</translation> + </message> + <message> <source>[compose] autosave_interval_ms '%1' is not a number; using %2.</source> <translation>[compose] autosave_interval_ms '%1' non è un numero; verrà usato %2.</translation> </message> |
