home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2009 April / MAC_easy_04_2009.iso / Software / Bean-Install.dmg / Bean.app / Contents / Resources / English.lproj / FindPanel.strings < prev    next >
Encoding:
Text (UTF-16)  |  2009-05-30  |  3.4 KB  |  75 lines

  1. /* 
  2.    FindPanel.strings
  3.    Bean
  4.  
  5.    Created by Jame Hoover on 2/17/09.
  6.  */
  7.  
  8. /* Find [title of window] */
  9. "Find"="Find";
  10.  
  11. /* Find: */
  12. "Find:"="Find:";
  13.  
  14. /* Replace: */
  15. "Replace:"="Replace with:";
  16.  
  17. /* Ignore case */
  18. "Ignore case"="Ignore case";
  19.  
  20. /* Match patterns (RegEx) */
  21. "Match patterns (Regex)"="Match patterns (regex)";
  22.  
  23. /* Patterns… */
  24. "Patterns…"="Patterns…";
  25.  
  26. /* Next */
  27. "Next"="Next";
  28.  
  29. /* Previous */
  30. "Previous"="Previous";
  31.  
  32. /* Replace & Find */
  33. "Replace & Find"="Replace & Find";
  34.  
  35. /* Replace */
  36. "Replace"="Replace";
  37.  
  38. /* Select All */
  39. "Select All"="Select All";
  40.  
  41. /* Replace All */
  42. "Replace All"="Replace All";
  43.  
  44. /* in entire document [can be translated just 'in document'] */
  45. "in entire document"="in entire document";
  46.  
  47. /* in selection only NOTE: I shortened this to 'in selection' in English so it would visually be a different length than its alternate: 'in entire document' */
  48. "in selection only"="in selection";
  49.  
  50. /* option key */
  51. "option key"="option key";
  52.  
  53. /* Regular Expression Error */
  54. "Regular Expression Error"="Regular Expression Error";
  55.  
  56. /* OK [button label] */
  57. "OK"="OK";
  58.  
  59. /* Not found [message displayed in status area when 'find' string was not found] */
  60. "Not found"="Not found";
  61.  
  62. /* %d found [message displayed in status area to indicate number of matches found]*/
  63. "%d found"="%d found";
  64.  
  65. /* %d found [message displayed in status area to indicate number of matches found]*/
  66. "%d found" = "%d found";
  67.  
  68. /* %d replaced [message displayed in status area to indicate number of matches replaced]*/
  69. "%d replaced" = "%d replaced";
  70.  
  71. /* Recent Searches [menu item in Find field's history menu] */
  72. "Recent Searches"="Recent Searches";
  73.  
  74. /* Clear Recent Searches [menu item in Find field's history menu] */
  75. "Clear Recent Searches"="Clear Recent Searches";