<string>Search pattern, use wildcards '*' and '?' as desired.</string>
<string>Search pattern. Use wildcards “*” and “?” as desired.</string>
</property>
<propertyname="whatsThis">
<string>Enter your search pattern here. Wildcards '*' (matches any string) and '?' (matches any character) are supported. For example, to match any string starting with the letter 'a', use the search pattern a*.</string>
<string>Examine various fields to see if they contain the search pattern: The pattern “meet” would match “kick-off meeting”. Wildcards “*” (matches any number of characters) and “?” (matches any single character) are supported. For example, the search pattern “meet*boss” matches “Meeting with boss”. The pattern “c?t” would match “cat”, “cot”, and so on.</string>
</property>
<propertyname="text">
<string>*</string>
...
...
@@ -70,10 +70,10 @@
<item>
<widgetclass="QCheckBox"name="eventsCheck">
<propertyname="toolTip">
<string>Search for Events with matching criteria</string>
<string>Search for events with matching criteria.</string>
</property>
<propertyname="whatsThis">
<string>Check this box if you want to search for Event items that match the search criteria.</string>
<string>Check this box if you want to search for events that match the search pattern and have start dates or end dates in the given date range.</string>
</property>
<propertyname="text">
<string>&Events</string>
...
...
@@ -86,10 +86,10 @@
<item>
<widgetclass="QCheckBox"name="journalsCheck">
<propertyname="toolTip">
<string>Search for Journals with matching criteria</string>
<string>Search for journal entries with matching criteria.</string>
</property>
<propertyname="whatsThis">
<string>Check this box if you want to search for Journal items that match the search criteria.</string>
<string>Check this box if you want to search for journal entries that match the search pattern and have start dates in the given date range.</string>
</property>
<propertyname="text">
<string>&Journals</string>
...
...
@@ -99,10 +99,10 @@
<item>
<widgetclass="QCheckBox"name="todosCheck">
<propertyname="toolTip">
<string>Search for To-dos with matching criteria</string>
<string>Search for to-dos with matching criteria.</string>
</property>
<propertyname="whatsThis">
<string>Check this box if you want to search To-do items that match the search criteria.</string>
<string>Check this box if you want to search for to-dos that match the search pattern and have due dates in the given date range.</string>
</property>
<propertyname="text">
<string>To-&dos</string>
...
...
@@ -124,10 +124,10 @@
<itemrow="0"column="0">
<widgetclass="QCheckBox"name="categoryCheck">
<propertyname="toolTip">
<string>Include item tags in your search</string>
<string>Include tags in your search.</string>
</property>
<propertyname="whatsThis">
<string>Check this box if you want to match item tags against your search pattern.</string>
<string>Check this box if you want to match tags against your search pattern.</string>
</property>
<propertyname="text">
<string>Ta&gs</string>
...
...
@@ -137,10 +137,10 @@
<itemrow="0"column="1">
<widgetclass="QCheckBox"name="locationCheck">
<propertyname="toolTip">
<string>Include item locations in your search</string>
<string>Include locations in your search.</string>
</property>
<propertyname="whatsThis">
<string>Check this box if you want to match item locations against your search pattern.</string>
<string>Check this box if you want to match locations against your search pattern.</string>
</property>
<propertyname="text">
<string>Locations</string>
...
...
@@ -150,10 +150,10 @@
<itemrow="1"column="0">
<widgetclass="QCheckBox"name="descriptionCheck">
<propertyname="toolTip">
<string>Include item descriptions in your search</string>
<string>Include descriptions in your search.</string>
</property>
<propertyname="whatsThis">
<string>Check this box if you want to match item descriptions against your search pattern.</string>
<string>Check this box if you want to match descriptions against your search pattern.</string>
</property>
<propertyname="text">
<string>Desc&riptions</string>
...
...
@@ -163,10 +163,10 @@
<itemrow="1"column="1">
<widgetclass="QCheckBox"name="summaryCheck">
<propertyname="toolTip">
<string>Include item summaries in your search</string>
<string>Include summaries in your search.</string>
</property>
<propertyname="whatsThis">
<string>Check this box if you want to match item summaries against your search pattern.</string>
<string>Check this box if you want to match summaries against your search pattern.</string>
</property>
<propertyname="text">
<string>Su&mmaries</string>
...
...
@@ -179,10 +179,10 @@
<itemrow="2"column="1">
<widgetclass="QCheckBox"name="attendeeCheck">
<propertyname="toolTip">
<string>Include item attendees in your search</string>
<string>Include attendees in your search.</string>
</property>
<propertyname="whatsThis">
<string>Check this box if you want to match item attendees against your search pattern.</string>
<string>Check this box if you want to match attendees against your search pattern.</string>
</property>
<propertyname="text">
<string>Attendees</string>
...
...
@@ -222,10 +222,10 @@
</sizepolicy>
</property>
<propertyname="toolTip">
<string>Include items with a starting date on or after this date</string>
<string>The starting date of the period to search.</string>
</property>
<propertyname="whatsThis">
<string>Search for items with a starting date on or after the date you specify here.</string>
<string>Search for items in the time period starting at the date given here.</string>
</property>
<item>
<propertyname="text">
...
...
@@ -260,10 +260,10 @@
</sizepolicy>
</property>
<propertyname="toolTip">
<string>Include items with ending date on or before this date</string>
<string>The ending date of the period to search.</string>
</property>
<propertyname="whatsThis">
<string>Search for items with an ending date on or before the date you specify here.</string>
<string>Search for items in the time period ending at the date given here.</string>
</property>
<item>
<propertyname="text">
...
...
@@ -277,26 +277,26 @@
<itemrow="1"column="0"colspan="2">
<widgetclass="QCheckBox"name="inclusiveCheck">
<propertyname="toolTip">
<string>Include Events only if their date range falls into the range specified above</string>
<string>Display events only if their start date and end date are both in the date range specified.</string>
</property>
<propertyname="whatsThis">
<string>Check this box if you want to include Events that occur within the date range specified. Events that do not fall completely within the date range will be excluded from the search results.</string>
<string>Check this box if you only want to find events that occur entirely within the date range specified. Events that start during the date range but end after it, or end during the date range but start before it, will be excluded from the search results.</string>
</property>
<propertyname="text">
<string>Include E&vents within the specified date range</string>
<string>Exclude e&vents that extend outside the specified date range</string>
<string>Include To-dos in the search that do not have a due date</string>
<string>Include to-dos that have a start date, due date, or completion date in the date range specified, or have neither a start date nor an end date.</string>
</property>
<propertyname="whatsThis">
<string>Check this box to include To-dos without a due date in the search results.</string>
<string>Check this box to search for to-dos that have a start date, due date, or completion date in the date range specified, or have neither a start date nor an end date. If the box is unchecked, only to-dos that have a due date in the date range will be displayed.</string>
</property>
<propertyname="text">
<string>Include To-dos &without a due date</string>
<string>Include all to-dos &within the specified date range</string>