blob: 3231703763ee19a529316e6f48de8b244b934a41 (
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 = Carpeta de correo
gloda.message.attr.fromMe.facetLabel = De mí
gloda.message.attr.toMe.facetLabel = A mí
gloda.message.attr.involves.facetLabel = Gente
gloda.message.attr.involves.includeLabel = involucrando a cualquiera de:
gloda.message.attr.involves.excludeLabel = no involucrando:
gloda.message.attr.involves.remainderLabel = otros participantes:
gloda.message.attr.date.facetLabel = Fecha
gloda.message.attr.attachmentTypes.facetLabel = Adjuntos
gloda.message.attr.mailing-list.facetLabel = Listas de correo involucradas
gloda.message.attr.tag.facetLabel = Etiquetas
gloda.message.attr.star.facetLabel = Señalado
gloda.message.attr.read.facetLabel = Leído
gloda.message.attr.repliedTo.facetLabel = Respondido
gloda.message.attr.forwarded.facetLabel = Re-enviado
gloda.mimetype.category.archives.label = Archivos
gloda.mimetype.category.documents.label = Documentos
gloda.mimetype.category.images.label = Imágenes
gloda.mimetype.category.media.label = Medios (audio, vídeo)
gloda.mimetype.category.pdf.label = Archivos PDF
gloda.mimetype.category.other.label = Otros
|