/**** "Open With" menu ****/ /* Format for 'default app', e.g "Internet Explorer (5.2) (default)" */ "DefaultApp%@" = "%@ (default)"; /* Format for app location, e.g "Internet Explorer (5.2) -- /Applications" */ "App%@Location%@" = "%@ — %@"; /* First (disabled, label) element of menu */ "Open Location With" = "Open Location With"; /* Disabled item above bookmark helper application */ "Add Bookmark" = "Add Bookmark"; /**** Add Bookmark dialog box ****/ /* Title from "Add Bookmark" above */ /* Message */ "Bookmark name and description are optional." = "Bookmark name and description are optional."; /* URL text field label */ "Location:" = "Location:"; /* Bookmark name text field label */ "Name:" = "Name:"; /* Bookmark description text field label */ "Description:" = "Description:"; /* Buttons */ "Add" = "Add"; "Cancel" = "Cancel"; /**** Shared URL launching errors ****/ /* Alert (presented on OSStatus or NSException) */ "AlertTitle" = "Open Internet Location"; "AlertMessage%@" = "The selected Internet location could not be opened.\n\n%@."; "AlertDisableButton" = "Disable ICeCoffEE…"; /* Session disable alert */ "DisableAlertTitle" = "Disable ICeCoffEE"; "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 APE Manager pane of System Preferences."; "DisableAlertDisableButton" = "Disable"; "DisableAlertDontDisableButton" = "Don’t Disable"; /**** Shared URL parsing errors ****/ /* After processing, the URL is too long */ "The potential URL is longer than %lu characters" = "The potential URL is longer than %lu characters"; /* After processing, no URL could be found */ "No URL is selected" = "No URL is selected"; /* ICStart error */ "Unable to start Internet Config (error %d)" = "Unable to start Internet Config (error %d)"; /**** NSTextView launching errors ****/ /* Can't get selected range */ "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"; /* Can't get text storage */ "Sorry, ICeCoffEE is unable to locate the insertion point or selection" = "Sorry, ICeCoffEE is unable to locate the insertion point or selection"; /* Text storage has zero length */ "No text was found" = "No text was found"; /**** Terminal launching errors ****/ /* Word selection produced nothing */ "Sorry, ICeCoffEE was unable to find anything to select" = "Sorry, ICeCoffEE was unable to find any text to select"; /**** Internet Config errors ****/ /* icPrefNotFoundErr */ "-666" = "No helper application is set for the selected URL’s scheme (e.g. http:)"; /* icNoURLErr */ "-673" = "The selection is not a URL"; /* icInternalErr */ "-669" = "Internet Config experienced an internal error"; /**** Launch Services errors ****/ /* kLSApplicationNotFoundErr */ "-10814" = "No helper applications are available for the selected URL’s scheme (e.g. http:)"; /**** Misc. errors ****/ /* fnfErr */ "-43" = "The URL references a local file which could not be found"; /* paramErr */ "-50" = "The selection is not a complete URL"; /* kTECNoConversionPathErr */ "-8749" = "The selected URL contains invalid (non-ASCII) characters"; /* Message to use if no OSError lookup message is available; substitutes context */ "An unknown error occurred in %@" = "An unknown error occurred in %@";