blob: 2b54f6d40c2057084624df8efb0c0c2f5c0bb8b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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 (glodaComplete.messagesTagged.label): The label used
# in the autocomplete widget to refer to a query for all messages tagged
# by a particular tag (replacing #1).
glodaComplete.messagesTagged.label=Taggade meddelanden: #1
# LOCALIZATION NOTE (glodaComplete.messagesMentioning.label): The label used
# in the autocomplete widget to refer to a search for all messages mentioning
# a particular word (replacing #1).
glodaComplete.messagesMentioning.label=Meddelanden som innehåller: #1
# LOCALIZATION NOTE (glodaComplete.messagesWithMany.label): The label used
# in the autocomplete widget to refer to a search for all messages mentioning
# a set of words, or a phrase containing multiple words (e.g. "red pepper")
# We use the same words in en-US, but maybe that's not always true.
glodaComplete.messagesMentioningMany.label=Meddelanden som innehåller: #1
|