This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 226916
Collapse All | Expand All

(-)api.search/src/org/netbeans/modules/search/Bundle.properties (-4 / +4 lines)
Lines 106-116 Link Here
106
# {0} search string
106
# {0} search string
107
TEXT_MSG_NO_NODE_FOUND=No matching files were found.
107
TEXT_MSG_NO_NODE_FOUND=No matching files were found.
108
# {0} number of files
108
# {0} number of files
109
TEXT_MSG_FOUND_X_NODES=Found {0} matching file(s).
109
TEXT_MSG_FOUND_X_NODES=Found {0} matching {0,choice,1#file|1<files}.
110
# {0} number of files, {1} total number of matches (matching strings)
110
# {0} number of files, {1} total number of matches (matching strings)
111
TEXT_MSG_FOUND_X_NODES_FULLTEXT=Found {1} {1,choice,1#match|1<matches} of <b>{2}</b> in {0} {0,choice,1#file|1<files}.
111
TEXT_MSG_FOUND_X_NODES_FULLTEXT=Found {1} {1,choice,1#match|1<matches} of <b>{2}</b> in {0} {0,choice,1#file|1<files}.
112
# {0} number of files, {1} total number of matches (matching strings), {2} pattern being found, {3} replace string
112
# {0} number of files, {1} total number of matches (matching strings), {2} pattern being found, {3} replace string
113
TEXT_MSG_FOUND_X_NODES_REPLACE=Found {1} match(es) of \"{2}\" in {0} file(s). To be replaced with \"{3}\".
113
TEXT_MSG_FOUND_X_NODES_REPLACE=Found {1} {1,choice,1#match|1<matches} of <b>{2}</b> in {0} {0,choice,1#file|1<files}. To be replaced with <b>{3}</b>.
114
# {0} number of files
114
# {0} number of files
115
# {1} number of matches
115
# {1} number of matches
116
TEXT_MSG_FOUND_X_NODES_LIMIT=Found {1} {1,choice,1#match|1<matches} in {0} {0,choice,1#file|1<files} so far.
116
TEXT_MSG_FOUND_X_NODES_LIMIT=Found {1} {1,choice,1#match|1<matches} in {0} {0,choice,1#file|1<files} so far.
Lines 127-135 Link Here
127
TEXT_PRINTING_DETAILS=Printing details of the previous results...
127
TEXT_PRINTING_DETAILS=Printing details of the previous results...
128
TEXT_TASK_CANCELLED=Search cancelled
128
TEXT_TASK_CANCELLED=Search cancelled
129
# {0} number of files
129
# {0} number of files
130
TXT_RootSearchedNodes=Found {0} matching file(s) [searching...]
130
TXT_RootSearchedNodes=Found {0} matching {0,choice,1#file|1<files} [searching...]
131
# {0} number of files, {1} total number of matches (matching strings)
131
# {0} number of files, {1} total number of matches (matching strings)
132
TXT_RootSearchedNodesFulltext=Found {1} match(es) in {0} file(s) [searching...]
132
TXT_RootSearchedNodesFulltext=Found {1} match(es) in {0} {0,choice,1#file|1<files} [searching...]
133
TEXT_NUM_MATCHES_IN_NODE=({0} {0,choice,1#match|1<matches})
133
TEXT_NUM_MATCHES_IN_NODE=({0} {0,choice,1#match|1<matches})
134
TEXT_DETAIL_FMT_SHORT1=line {0}, column {1}
134
TEXT_DETAIL_FMT_SHORT1=line {0}, column {1}
135
TEXT_DETAIL_FMT_SHORT2=line {0}
135
TEXT_DETAIL_FMT_SHORT2=line {0}

Return to bug 226916