mirror of
https://github.com/textmate/textmate.git
synced 2026-02-15 00:45:02 -05:00
28 lines
2.3 KiB
Plaintext
28 lines
2.3 KiB
Plaintext
/* Find all completion status, multiple matches. */
|
|
"Found %3$@ results for \\U201C%1$@\\U201D. (%2$.1f seconds)" = "Found %3$@ results for “%1$@”. (%2$.1f seconds)";
|
|
|
|
/* Status message after find next/previous (when a match is found). */
|
|
"Found \\U201C%@\\U201D at line %d, column %d." = "Found “%1$@” at line %2$d, column %3$d.";
|
|
|
|
/* Find all completion status, one match. */
|
|
"Found one result for \\U201C%@\\U201D. (%.1f seconds)" = "Found one result for “%1$@”. (%2$.1f seconds)";
|
|
|
|
/* Find all completion status, zero matches. */
|
|
"No results found for \\U201C%@\\U201D. (%.1f seconds)" = "No results found for “%1$@”. (%2$.1f seconds)";
|
|
|
|
/* Status message after find next/previous (with no match found). */
|
|
"Not found." = "Not found.";
|
|
|
|
/* Status message after replace all. */
|
|
"Replaced %d occurrences of \\U201C%@\\U201D." = "Replaced %1$d occurrences of “%2$@”.";
|
|
|
|
/* Find all progress status. */
|
|
"Searching \\U201C%@\\U201D\\U2026" = "Searching “%@”…";
|
|
|
|
/* Find all initial progress status. */
|
|
"Searching\\U2026" = "Searching…";
|
|
|
|
/* Find all was prematurely terminated. */
|
|
"Stopped search in folder \\U201C%@\\U201D." = "Stopped search in folder “%@”.";
|
|
|