Revision control
Copy as Markdown
Other Tools
# 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 (glodaFacetView.tab.query.label):
# The tab title to display for tabs that are based on a gloda (global database)
# query or collection rather than a user search. At some point we might try
# and explain what the query/collection is in automatic fashion, but not today.
glodaFacetView.tab.query.label=Search
# LOCALIZATION NOTE (glodaFacetView.tab.search.label):
# The tab title to display for tabs with a new gloda (global database)
# user search (rather than a query or collection) without a search string.
# After the search has been started, we just display the search string entered
# by the user.
glodaFacetView.tab.search.label=Search
# LOCALIZATION NOTE(glodaFacetView.search.label2):
# The heading for the search page.
# A short description of user's search query will be appended.
glodaFacetView.search.label2=Results for:
# LOCALIZATION NOTE(glodaFacetView.constraints.query.fulltext.label):
# The label to display to describe when our base query was a fulltext search
# across messages. The value is displayed following the label.
glodaFacetView.constraints.query.fulltext.label=Searching for #1
glodaFacetView.constraints.query.fulltext.andJoinWord=and
glodaFacetView.constraints.query.fulltext.orJoinWord=or
# LOCALIZATION NOTE(glodaFacetView.constraints.query.initial):
# The label to display to describe when our base query is not a full-text
# search. Additional labels are appended describing each constraint.
glodaFacetView.constraints.query.initial=Searching for messages
# LOCALIZATION NOTE(glodaFacetView.constraints.query.involves.label):
# The label to display to describe when our base query was on messages
# involving a given contact from the address book. The value is displayed
# where the #1 is.
glodaFacetView.constraints.query.involves.label=involving #1
# LOCALIZATION NOTE(glodaFacetView.constraints.query.contact.label):
# The label to display to describe when our base query was on messages
# tagged with a specific tag. The tag is displayed following the label.
glodaFacetView.constraints.query.tagged.label=tagged:
# LOCALIZATION NOTE (glodaFacetView.facets.included.fallbackLabel): The label to
# use for groups in a facet that have been explicitly included by the user if
# there is no explicit attribute "includeLabel" defined. (The explicit label
# would be named "gloda.message.attr.ATTRIBUTE.includeLabel".)
glodaFacetView.facets.included.fallbackLabel=including any of:
# LOCALIZATION NOTE (glodaFacetView.facets.excluded.fallbackLabel): The label to
# use for groups in a facet that have been explicitly excluded by the user if
# there is no explicit attribute "excludeLabel" defined. (The explicit label
# would be named "gloda.message.attr.ATTRIBUTE.excludeLabel".)
glodaFacetView.facets.excluded.fallbackLabel=excluding:
# LOCALIZATION NOTE (glodaFacetView.facets.remainder.fallbackLabel): The label
# to use for groups in a facet that are neither part of the included group or
# the excluded group if there is no explicit attribute "remainderLabel"
# defined. (The explicit label would be named
# "gloda.message.attr.ATTRIBUTE.remainderLabel".)
glodaFacetView.facets.remainder.fallbackLabel=other:
# LOCALIZATION NOTE (glodaFacetView.facets.mustMatchLabel.fallbackLabel): The label
# to use to restrict a facet by a particular value if there is no explicit
# attribute "mustMatchLabel" defined. (The explicit label would be named
# "gloda.message.attr.ATTRIBUTE.mustMatchLabel".)
glodaFacetView.facets.mustMatchLabel.fallbackLabel=must match #1
glodaFacetView.facets.mustMatchNoneLabel.fallbackLabel=can't have a value
# LOCALIZATION NOTE (glodaFacetView.facets.cantMatchLabel.fallbackLabel): The label
# to use to restrict a facet by the absence of a particular value if there is
# no explicit attribute "cantMatchLabel" defined. (The explicit label would be
# named "gloda.message.attr.ATTRIBUTE.cantMatchLabel".)
glodaFacetView.facets.cantMatchLabel.fallbackLabel=can't match #1
glodaFacetView.facets.mustMatchSomeLabel.fallbackLabel=must have a value
# LOCALIZATION NOTE (glodaFacetView.facets.mayMatchLabel.fallbackLabel): The label
# to use to undo the restriction of a facet by a particular value if there is
# no explicit attribute "mayMatchLabel" defined. (The explicit label would be
# named "gloda.message.attr.ATTRIBUTE.mayMatchLabel".)
glodaFacetView.facets.mayMatchLabel.fallbackLabel=remove constraint
glodaFacetView.facets.mayMatchAnyLabel.fallbackLabel=remove constraint
# LOCALIZATION NOTE (glodaFacetView.facets.noneLabel): The text to display when
# a facet needs to indicate that an attribute omitted a value or was otherwise
# empty.
glodaFacetView.facets.noneLabel=None
# LOCALIZATION NOTE (glodaFacetView.facets.filter.attachmentTypes.allLabel):
# The label to use when all types of attachments are being displayed.
glodaFacetView.facets.filter.attachmentTypes.allLabel=Any Kind
# LOCALIZATION NOTE (glodaFacetView.result.message.fromLabel): Used in the
# faceted search message display to indicate the author of a message.
# An example usage is "from: Bob".
glodaFacetView.result.message.fromLabel=from:
# LOCALIZATION NOTE (glodaFacetView.result.message.toLabel): Used in the
# faceted search message display to indicate the recipients of a message.
# An example usage is "to: Bob, Chuck, Don".
glodaFacetView.result.message.toLabel=to:
# LOCALIZATION NOTE (glodaFacetView.result.message.noSubject): Used in the
# faceted search message display to act as a click target for messages with
# no subject.
glodaFacetView.result.message.noSubject=(no subject)
glodaFacetView.results.message.timeline.label=Toggle timeline
# LOCALIZATION NOTE(glodaFacetView.results.message.sort.relevance2):
# a clickable label causing the sort to be done by most relevant messages first.
glodaFacetView.results.message.sort.relevance2=Sort by Relevance
# LOCALIZATION NOTE(glodaFacetView.results.message.sort.date2):
# a clickable label causing the sort to be done by most recent messages first.
glodaFacetView.results.message.sort.date2=Sort by Date