source: trunk/ICeCoffEE/ICeCoffEE/French.lproj/Localizable.strings@ 445

Last change on this file since 445 was 264, checked in by Nicholas Riley, 18 years ago

Use blue-tec Localization Suite; strip whitespace from URLs before launching.

File size: 7.2 KB
Line 
1
2/* *** Launch Services errors ***
3kLSApplicationNotFoundErr */
4"-10814" = "No helper applications are available for the selected URL’s scheme (e.g. http:)";
5
6/* *** Misc. errors ***
7fnfErr */
8"-43" = "The URL references a local file which could not be found";
9
10/* *** Misc. errors ***
11paramErr */
12"-50" = "The selection is not a complete URL";
13
14/* *** Internet Config errors ***
15icPrefNotFoundErr */
16"-666" = "No helper application is set for the selected URL’s scheme (e.g. http:)";
17
18/* icInternalErr */
19"-669" = "Internet Config experienced an internal error";
20
21/* icNoURLErr */
22"-673" = "The selection is not a URL";
23
24/* kTECNoConversionPathErr */
25"-8749" = "The selected URL contains invalid (non-ASCII) characters";
26
27/* Buttons */
28"Add" = "Add";
29
30/* Disabled item above bookmark helper application */
31"Add Bookmark" = "Add Bookmark";
32"AlertDisableButton" = "Disable ICeCoffEE…";
33"AlertMessage%@" = "The selected Internet location could not be opened.\n\n%@.";
34
35/* *** Shared URL launching errors ***
36Alert (presented on OSStatus or NSException) */
37"AlertTitle" = "Open Internet Location";
38
39/* Message to use if no OSError lookup message is available; substitutes context */
40"An unknown error occurred in %@" = "An unknown error occurred in %@";
41
42/* Format for app location, e.g "Internet Explorer (5.2) -- /Applications" */
43"App%@Location%@" = "%@ — %@";
44
45/* *** Add Bookmark dialog box ***
46Title from "Add Bookmark" above
47Message */
48"Bookmark name and description are optional." = "Bookmark name and description are optional.";
49"Cancel" = "Cancel";
50
51/* *** "Open With" menu ***
52Format for 'default app', e.g "Internet Explorer (5.2) (default)" */
53"DefaultApp%@" = "%@ (default)";
54
55/* Bookmark description text field label */
56"Description:" = "Description:";
57"DisableAlertDisableButton" = "Disable";
58"DisableAlertDontDisableButton" = "Don’t Disable";
59
60/* XXX need to insert application name into localized message */
61"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.";
62
63/* Session disable alert */
64"DisableAlertTitle" = "Disable ICeCoffEE";
65
66/* URL text field label */
67"Location:" = "Location:";
68
69/* Bookmark name text field label */
70"Name:" = "Name:";
71
72/* Text storage has zero length */
73"No text was found" = "No text was found";
74
75/* After processing, no URL could be found */
76"No URL is selected" = "No URL is selected";
77
78/* First (disabled, label) element of menu */
79"Open Location With" = "Open Location With";
80
81/* Can't get text storage */
82"Sorry, ICeCoffEE is unable to locate the insertion point or selection" = "Sorry, ICeCoffEE is unable to locate the insertion point or selection";
83
84/* *** Terminal launching errors ***
85Word selection produced nothing */
86"Sorry, ICeCoffEE was unable to find anything to select" = "Sorry, ICeCoffEE was unable to find any text to select";
87
88/* *** Shared URL parsing errors ***
89After processing, the URL is too long */
90"The potential URL is longer than %lu characters" = "The potential URL is longer than %lu characters";
91
92/* *** NSTextView launching errors ***
93Can't get selected range */
94"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";
95
96/* ICStart error */
97"Unable to start Internet Config (error %d)" = "Unable to start Internet Config (error %d)";
Note: See TracBrowser for help on using the repository browser.