зеркало из https://github.com/mozilla/pjs.git
add english versions of search attributes and properties for filters/search
This commit is contained in:
Родитель
c8adccf97e
Коммит
4a99c0e858
|
@ -2,3 +2,5 @@ FilterEditor.dtd
|
|||
FilterListDialog.dtd
|
||||
SearchDialog.dtd
|
||||
SearchOptions.dtd
|
||||
search-attributes.properties
|
||||
search-operators.properties
|
||||
|
|
|
@ -33,6 +33,8 @@ EXPORT_RESOURCE_SAMPLES = \
|
|||
FilterListDialog.dtd \
|
||||
SearchDialog.dtd \
|
||||
SearchOptions.dtd \
|
||||
search-attributes.properties \
|
||||
search-operators.properties \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -28,6 +28,8 @@ install::
|
|||
$(MAKE_INSTALL) .\SearchOptions.dtd $(DIST)\bin\chrome\messenger\locale
|
||||
$(MAKE_INSTALL) .\FilterListDialog.dtd $(DIST)\bin\chrome\messenger\locale
|
||||
$(MAKE_INSTALL) .\FilterEditor.dtd $(DIST)\bin\chrome\messenger\locale
|
||||
$(MAKE_INSTALL) .\search-attributes.properties $(DIST)\bin\chrome\messenger\locale
|
||||
$(MAKE_INSTALL) .\search-operators.properties $(DIST)\bin\chrome\messenger\locale
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\chrome\messenger\locale\SearchDialog.dtd
|
||||
|
|
|
@ -0,0 +1,52 @@
|
|||
0=Subject
|
||||
1=Sender
|
||||
2=Body
|
||||
3=Date
|
||||
4=Priority
|
||||
5=MsgStatus
|
||||
6=To
|
||||
7=CC
|
||||
8=ToOrCC
|
||||
9=CommonName
|
||||
10=RFC822Address
|
||||
11=PhoneNumber
|
||||
12=Organization
|
||||
13=OrgUnit
|
||||
14=Locality
|
||||
15=StreetAddress
|
||||
16=Size
|
||||
17=AnyText
|
||||
18=Keywords
|
||||
19=DistinguishedName
|
||||
20=ObjectClass
|
||||
21=JpegFile
|
||||
22=Location
|
||||
23=MessageKey
|
||||
24=AgeInDays
|
||||
25=GivenName
|
||||
26=Surname
|
||||
27=FolderInfo
|
||||
28=Custom1
|
||||
29=Custom2
|
||||
30=Custom3
|
||||
31=Custom4
|
||||
32=Custom5
|
||||
33=MessageId
|
||||
|
||||
34=nsnMsgSearchAttribCarlicense
|
||||
35=BusinessCategory
|
||||
36=DepartmentNumber
|
||||
37=Description
|
||||
38=EmployeeType
|
||||
39=FaxNumber
|
||||
40=Manager
|
||||
41=PostalAddress
|
||||
42=PostalCode
|
||||
43=Secretary
|
||||
44=Title
|
||||
45=Nickname
|
||||
46=HomePhone
|
||||
47=Pager
|
||||
48=Cellular
|
||||
|
||||
49=OtherHeader
|
|
@ -0,0 +1,23 @@
|
|||
0=Contains
|
||||
1=DoesntContain
|
||||
2=Is
|
||||
3=Isnt
|
||||
4=IsEmpty
|
||||
|
||||
5=IsBefore
|
||||
6=IsAfter
|
||||
|
||||
7=IsHigherThan
|
||||
8=IsLowerThan
|
||||
|
||||
9=BeginsWith
|
||||
10=EndsWith
|
||||
|
||||
11=SoundsLike
|
||||
12=LdapDwim
|
||||
|
||||
13=IsGreaterThan
|
||||
14=IsLessThan
|
||||
|
||||
15=NameCompletion
|
||||
|
Загрузка…
Ссылка в новой задаче