fix bug 61801 javascript strict warnings in FilterListDialog.js

patch by maolson@earthlink.net, r=jag, sr=sspitzer
This commit is contained in:
timeless%mac.com 2001-02-13 14:40:49 +00:00
Родитель 4c8b9e6d89
Коммит 34cf943a88
6 изменённых файлов: 3 добавлений и 49 удалений

Просмотреть файл

@ -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