зеркало из https://github.com/mozilla/pjs.git
fix bug 61801 javascript strict warnings in FilterListDialog.js
patch by maolson@earthlink.net, r=jag, sr=sspitzer
This commit is contained in:
Родитель
4c8b9e6d89
Коммит
34cf943a88
|
@ -1,3 +0,0 @@
|
|||
mustSelectFolder=You must select a target folder.
|
||||
mustSelectPriority=You must select a priority.
|
||||
mustEnterName=You must give this filter a name.
|
|
@ -1,22 +0,0 @@
|
|||
# search and filter strings
|
||||
|
||||
searchCustomize="Customize Headers.."
|
||||
|
||||
# these are the fields that get inserted in the search line
|
||||
# for "and" searches, this looks like:
|
||||
#
|
||||
# searchAnd0 <attribute> searchAnd1 <operator> searchAnd2 <value> searchAnd4
|
||||
#
|
||||
# for example, in english this looks like:
|
||||
# and the [Sender ] [doesn't contain] [John]
|
||||
#
|
||||
# TODO: need to special-case the first line (filterindex==0)
|
||||
#
|
||||
|
||||
searchAnd0=and the
|
||||
searchOr0=or the
|
||||
|
||||
|
||||
# filter stuff
|
||||
|
||||
deleteFilterConfirmation=Delete this filter?
|
|
@ -1,3 +1,4 @@
|
|||
mustSelectFolder=You must select a target folder.
|
||||
mustSelectPriority=You must select a priority.
|
||||
mustEnterName=You must give this filter a name.
|
||||
mustEnterName=You must give this filter a name.
|
||||
deleteFilterConfirmation=Delete this filter?:w
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
# search and filter strings
|
||||
|
||||
searchCustomize="Customize Headers.."
|
||||
|
||||
# these are the fields that get inserted in the search line
|
||||
# for "and" searches, this looks like:
|
||||
#
|
||||
# searchAnd0 <attribute> searchAnd1 <operator> searchAnd2 <value> searchAnd4
|
||||
#
|
||||
# for example, in english this looks like:
|
||||
# and the [Sender ] [doesn't contain] [John]
|
||||
#
|
||||
# TODO: need to special-case the first line (filterindex==0)
|
||||
#
|
||||
|
||||
searchAnd0=and the
|
||||
searchOr0=or the
|
||||
|
||||
|
||||
# filter stuff
|
||||
|
||||
deleteFilterConfirmation=Delete this filter?
|
|
@ -3,3 +3,4 @@ mustSelectPriority=You must select a priority.
|
|||
mustEnterName=You must give this filter a name.
|
||||
cannotHaveDuplicateFilterTitle=Duplicate Filter Name
|
||||
cannotHaveDuplicateFilterMessage=The filter name you entered already exists. Please enter a different filter name.
|
||||
deleteFilterConfirmation=Delete this filter?
|
||||
|
|
|
@ -19,7 +19,6 @@ searchOr0=or the
|
|||
|
||||
# filter stuff
|
||||
|
||||
deleteFilterConfirmation=Delete this filter?
|
||||
searchingMessage=Searching....
|
||||
searchSuccessMessage=Document: Done
|
||||
searchFailureMessage=No matches found
|
||||
|
|
Загрузка…
Ссылка в новой задаче