blob: c27bf1ca7a40a8cff90ee551f7243757bec1e50d (
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
|
# 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/.
# LOCALIZATION NOTE (*.facetLabel): These are the labels used to label the facet
# displays in the global search facet display mechanism.
# LOCALIZATION NOTE (*.includeLabel): The label to use for the included group
# in the facet display. If not provided, we will fall back to
# "glodaFacetView.facets.included.fallbackLabel".
# LOCALIZATION NOTE (*.excludeLabel): The label to use for the excluded group
# in the facet display. If not provided, we will fall back to
# "glodaFacetView.facets.excluded.fallbackLabel".
# LOCALIZATION NOTE (*.remainderLabel): The label to use for the remaining items
# that are neither part of the included group or the excluded group in the
# facet display. If not provided, we will fall back to
# "glodaFacetView.facets.remainder.fallbackLabel".
gloda.message.attr.folder.facetLabel = Cartella di posta
gloda.message.attr.fromMe.facetLabel = Da me
gloda.message.attr.toMe.facetLabel = A me
gloda.message.attr.involves.facetLabel = Persone
gloda.message.attr.involves.includeLabel = Coinvolge almeno uno fra:
gloda.message.attr.involves.excludeLabel = Non coinvolge:
gloda.message.attr.involves.remainderLabel = altri partecipanti:
gloda.message.attr.date.facetLabel = Data
gloda.message.attr.attachmentTypes.facetLabel = Allegati
gloda.message.attr.mailing-list.facetLabel = Liste distribuzione interessate
gloda.message.attr.tag.facetLabel = Etichette
gloda.message.attr.star.facetLabel = Marcato
gloda.message.attr.read.facetLabel = Lettura
gloda.message.attr.repliedTo.facetLabel = Risposto
gloda.message.attr.forwarded.facetLabel = Inoltrato
gloda.mimetype.category.archives.label = Archivi
gloda.mimetype.category.documents.label = Documenti
gloda.mimetype.category.images.label = Immagini
gloda.mimetype.category.media.label = Media (Audio, Video)
gloda.mimetype.category.pdf.label = File PDF
gloda.mimetype.category.other.label = Altro
|