[106] | 1 | /**** "Open With" menu ****/ |
---|
| 2 | |
---|
| 3 | /* Format for 'default app', e.g "Internet Explorer (5.2) (default)" */ |
---|
| 4 | "DefaultApp%@" = "%@ (default)"; |
---|
| 5 | |
---|
| 6 | /* Format for app location, e.g "Internet Explorer (5.2) -- /Applications" */ |
---|
| 7 | "App%@Location%@" = "%@ — %@"; |
---|
| 8 | |
---|
| 9 | /* First (disabled, label) element of menu */ |
---|
| 10 | "Open Location With" = "Open Location With"; |
---|
| 11 | |
---|
| 12 | /* Disabled item above bookmark helper application */ |
---|
| 13 | "Add Bookmark" = "Add Bookmark"; |
---|
| 14 | |
---|
| 15 | |
---|
| 16 | /**** Add Bookmark dialog box ****/ |
---|
| 17 | |
---|
| 18 | /* Title from "Add Bookmark" above */ |
---|
| 19 | |
---|
| 20 | /* Message */ |
---|
| 21 | "Bookmark name and description are optional." = "Bookmark name and description are optional."; |
---|
| 22 | |
---|
| 23 | /* URL text field label */ |
---|
| 24 | "Location:" = "Location:"; |
---|
| 25 | |
---|
| 26 | /* Bookmark name text field label */ |
---|
| 27 | "Name:" = "Name:"; |
---|
| 28 | |
---|
| 29 | /* Bookmark description text field label */ |
---|
| 30 | "Description:" = "Description:"; |
---|
| 31 | |
---|
| 32 | /* Buttons */ |
---|
| 33 | "Add" = "Add"; |
---|
| 34 | "Cancel" = "Cancel"; |
---|
| 35 | |
---|
| 36 | |
---|
| 37 | /**** Shared URL launching errors ****/ |
---|
| 38 | |
---|
| 39 | /* Alert (presented on OSStatus or NSException) */ |
---|
| 40 | "AlertTitle" = "Open Internet Location"; |
---|
| 41 | "AlertMessage%@" = "The selected Internet location could not be opened.\n\n%@."; |
---|
| 42 | "AlertDisableButton" = "Disable ICeCoffEE…"; |
---|
| 43 | |
---|
| 44 | /* Session disable alert */ |
---|
| 45 | "DisableAlertTitle" = "Disable ICeCoffEE"; |
---|
| 46 | "DisableAlertMessage%@" = "If you believe ICeCoffEE is interfering with the normal functioning of the application “%@”, you can turn it off in this application until the application has quit.\n\nIf this is the first time you have experienced this problem, please email icecoffee@sabi.net with the details of the conflict.\n\nTo disable ICeCoffEE permanently, use the Application Enhancer pane of System Preferences."; |
---|
| 47 | "DisableAlertDisableButton" = "Disable"; |
---|
| 48 | "DisableAlertDontDisableButton" = "Don’t Disable"; |
---|
| 49 | |
---|
| 50 | |
---|
| 51 | /**** Shared URL parsing errors ****/ |
---|
| 52 | |
---|
| 53 | /* After processing, the URL is too long */ |
---|
| 54 | "The potential URL is longer than %lu characters" = "The potential URL is longer than %lu characters"; |
---|
| 55 | |
---|
| 56 | /* After processing, no URL could be found */ |
---|
| 57 | "No URL is selected" = "No URL is selected"; |
---|
| 58 | |
---|
| 59 | /* ICStart error */ |
---|
| 60 | "Unable to start Internet Config (error %d)" = "Unable to start Internet Config (error %d)"; |
---|
| 61 | |
---|
| 62 | |
---|
| 63 | /**** NSTextView launching errors ****/ |
---|
| 64 | |
---|
| 65 | /* Can't get selected range */ |
---|
| 66 | "There is no insertion point or selection in the text field where you clicked" = "There is no insertion point or selection in the text field where you clicked"; |
---|
| 67 | |
---|
| 68 | /* Can't get text storage */ |
---|
| 69 | "Sorry, ICeCoffEE is unable to locate the insertion point or selection" = "Sorry, ICeCoffEE is unable to locate the insertion point or selection"; |
---|
| 70 | |
---|
| 71 | /* Text storage has zero length */ |
---|
| 72 | "No text was found" = "No text was found"; |
---|
| 73 | |
---|
| 74 | |
---|
| 75 | /**** Terminal launching errors ****/ |
---|
| 76 | |
---|
| 77 | /* Word selection produced nothing */ |
---|
| 78 | "Sorry, ICeCoffEE was unable to find anything to select" = "Sorry, ICeCoffEE was unable to find any text to select"; |
---|
| 79 | |
---|
| 80 | |
---|
| 81 | /**** Internet Config errors ****/ |
---|
| 82 | |
---|
| 83 | /* icPrefNotFoundErr */ |
---|
| 84 | "-666" = "No helper application is set for the selected URL’s scheme (e.g. http:)"; |
---|
| 85 | |
---|
| 86 | /* icNoURLErr */ |
---|
| 87 | "-673" = "The selection is not a URL"; |
---|
| 88 | |
---|
| 89 | /* icInternalErr */ |
---|
| 90 | "-669" = "Internet Config experienced an internal error"; |
---|
| 91 | |
---|
| 92 | |
---|
| 93 | /**** Launch Services errors ****/ |
---|
| 94 | |
---|
| 95 | /* kLSApplicationNotFoundErr */ |
---|
| 96 | "-10814" = "No helper applications are available for the selected URL’s scheme (e.g. http:)"; |
---|
| 97 | |
---|
| 98 | |
---|
| 99 | /**** Misc. errors ****/ |
---|
| 100 | |
---|
| 101 | /* fnfErr */ |
---|
| 102 | "-43" = "The URL references a local file which could not be found"; |
---|
| 103 | |
---|
| 104 | /* paramErr */ |
---|
| 105 | "-50" = "The selection is not a complete URL"; |
---|
| 106 | |
---|
| 107 | /* kTECNoConversionPathErr */ |
---|
| 108 | "-8749" = "The selected URL contains invalid (non-ASCII) characters"; |
---|
| 109 | |
---|
| 110 | /* Message to use if no OSError lookup message is available; substitutes context */ |
---|
| 111 | "An unknown error occurred in %@" = "An unknown error occurred in %@"; |
---|