blob: defce23a11822fc8543879cfc697f7c34901b3ce (
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=Сообщения отмеченные: #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=Сообщения упоминающие: #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=Сообщения упоминающие: #1
|