blob: aaa928b4b487a2a825a86e8e046a0dca4a61ee1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# The following are used by libmime to emit header display in HTML
#
1000 = Oggetto
1001 = Rispedito-Commenti
1002 = Rispedito-Data
1003 = Rispedito-Mittente
1004 = Rispedito-Da
1005 = Rispedito-A
1006 = Rispedito-CC
1007 = Data
1008 = Mittente
1009 = Mittente
1010 = Rispondi-a
1011 = Organizzazione
1012 = A
1013 = CC
1014 = Gruppi di discussione
1015 = Inoltra a:
1016 = Referenze
1021 = ID-Messaggio
1023 = Ccn
1026 = Link al documento
1027 = <B>Informazioni sul documento:</B>
1028 = Allegato
1040 = Parte %s
1041 = -------- Messaggio originale --------
MIME_MSG_PARTIAL_TRUNCATED = Troncato!
MIME_MSG_PARTIAL_TRUNCATED_EXPLANATION = Questo messaggio è più grande della “massima dimensione messaggio” impostata nelle impostazioni account, per tale ragione sono state scaricate dal server solo le prime righe.
MIME_MSG_PARTIAL_NOT_DOWNLOADED = Non scaricato
MIME_MSG_PARTIAL_NOT_DOWNLOADED_EXPLANATION = Sono state scaricate dal server di posta solo le intestazioni del messaggio.
MIME_MSG_PARTIAL_CLICK_FOR_REST = Scarica la parte rimanente del messaggio.
|