source: trunk/ICeCoffEE/ICeCoffEE/English.lproj/Localizable.strings@ 74

Last change on this file since 74 was 74, checked in by Nicholas Riley, 21 years ago

ICeCoffEE 1.3b2 plus some changes for 1.3

File size: 2.8 KB
Line 
1/**** "Open With" menu ****/
2
3/* Format for 'default app', e.g "Internet Explorer (5.2) (default)" */
4"DefaultApp%@" = "%@ (default)";
5
6/* First (disabled, label) element of menu */
7"Open Location With" = "Open Location With";
8
9
10/**** Shared URL launching errors ****/
11
12/* Alert (presented on OSStatus or NSException) */
13"AlertTitle" = "Open Internet Location";
14"AlertMessage%@" = "The selected Internet location could not be opened.\n\n%@.";
15"AlertDisableButton" = "Disable ICeCoffEE…";
16
17/* Session disable alert */
18"DisableAlertTitle" = "Disable ICeCoffEE";
19"DisableAlertMessage" = "If you believe ICeCoffEE is interfering with the normal functioning of this application, you can turn it off in this application until the application has quit.\n\nIf this is the first time you are experiencing this problem, please email icecoffee@sabi.net with the details of the conflict.\n\nTo disable ICeCoffEE permanently, use APE Manager in System Preferences.";
20"DisableAlertDisableButton" = "Disable";
21"DisableAlertDontDisableButton" = "Don’t Disable";
22
23
24/**** Shared URL parsing errors ****/
25
26/* After processing, the URL is too long */
27"The potential URL is longer than %lu characters" = "The potential URL is longer than %lu characters";
28
29/* After processing, no URL could be found */
30"No URL is selected" = "No URL is selected";
31
32/* ICStart error */
33"Unable to start Internet Config (error %d)" = "Unable to start Internet Config (error %d)";
34
35
36/**** NSTextView launching errors ****/
37
38/* Can't get selected range */
39"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";
40
41/* Can't get text storage */
42"Sorry, ICeCoffEE is unable to locate the insertion point or selection" = "Sorry, ICeCoffEE is unable to locate the insertion point or selection";
43
44/* Text storage has zero length */
45"No text was found" = "No text was found";
46
47
48/**** Terminal launching errors ****/
49
50/* Word selection produced nothing */
51"Sorry, ICeCoffEE was unable to find anything to select" = "Sorry, ICeCoffEE was unable to find anything to select";
52
53
54/**** Internet Config errors ****/
55
56/* icPrefNotFoundErr */
57"-666" = "No helper application is defined for the selected URL’s scheme (e.g. http:)";
58
59/* icNoURLErr */
60"-673" = "The selection is not a URL";
61
62/* icInternalErr */
63"-669" = "Internet Config experienced an internal error";
64
65
66/**** Launch Services errors ****/
67
68/* kLSApplicationNotFoundErr */
69"-10814" = "No helper applications are available for the selected URL’s scheme (e.g. http:)";
70
71
72/**** Misc. errors ****/
73
74/* paramErr */
75"-50" = "The selection is not a complete URL";
76
77/* Message to use if no OSError lookup message is available; substitutes context */
78"An unknown error occurred in %@" = "An unknown error occurred in %@";
Note: See TracBrowser for help on using the repository browser.