mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
29 lines
753 B
Properties
29 lines
753 B
Properties
# 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)
|
|
#
|
|
|
|
# filter stuff
|
|
|
|
searchingMessage=Searching...
|
|
searchSuccessMessage=1 match found
|
|
searchSuccessMessages=%S matches found
|
|
searchFailureMessage=No matches found
|
|
labelForStopButton=Stop
|
|
labelForSearchButton=Search
|
|
labelForStopButton.accesskey=S
|
|
labelForSearchButton.accesskey=S
|
|
|
|
moreButtonTooltipText=Add a new rule
|
|
lessButtonTooltipText=Remove this rule
|