blob: 360f7e0aafe37e42c02bf3a02e523a830426c578 (
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 = Da
1010 = Rispondi-A
1011 = Organizzazione
1012 = A
1013 = Cc
1014 = Gruppi di discussione
1015 = Segue-in
1016 = Referenze
1021 = ID-Messaggio
1023 = Ccn
1026 = Collegamento al documento
1027 = <B>Info sul documento:</B>
1028 = Allegato
1040 = Parte %s
1041 = -------- Messaggio originale --------
MIME_MSG_PARTIAL_TRUNCATED = Troncato.
MIME_MSG_PARTIAL_TRUNCATED_EXPLANATION = Questo messaggio eccede l'impostazione di Dimensione massima messaggio nelle Impostazioni account, quindi sono state scaricate dal server solamente le prime righe.
MIME_MSG_PARTIAL_NOT_DOWNLOADED = Non scaricato
MIME_MSG_PARTIAL_NOT_DOWNLOADED_EXPLANATION = Per questo messaggio sono state scaricate dal server solo le intestazioni.
MIME_MSG_PARTIAL_CLICK_FOR_REST = Scarica il resto del messaggio.
|