OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UI_STRING_INTERNAL
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebKit/mac/Misc/
WebLocalizableStringsInternal.h
41
#define
UI_STRING_INTERNAL
(string, comment) WebLocalizedStringInternal(string)
WebKitErrors.m
44
#define WebKitErrorDescriptionCannotShowMIMEType
UI_STRING_INTERNAL
("Content with specified MIME type can?t be shown", "WebKitErrorCannotShowMIMEType description")
45
#define WebKitErrorDescriptionCannotShowURL
UI_STRING_INTERNAL
("The URL can?t be shown", "WebKitErrorCannotShowURL description")
46
#define WebKitErrorDescriptionFrameLoadInterruptedByPolicyChange
UI_STRING_INTERNAL
("Frame load interrupted", "WebKitErrorFrameLoadInterruptedByPolicyChange description")
47
#define WebKitErrorDescriptionCannotUseRestrictedPort
UI_STRING_INTERNAL
("Not allowed to use restricted network port", "WebKitErrorCannotUseRestrictedPort description")
50
#define WebKitErrorDescriptionCannotFindPlugin
UI_STRING_INTERNAL
("The plug-in can?t be found", "WebKitErrorCannotFindPlugin description")
51
#define WebKitErrorDescriptionCannotLoadPlugin
UI_STRING_INTERNAL
("The plug-in can?t be loaded", "WebKitErrorCannotLoadPlugin description")
52
#define WebKitErrorDescriptionJavaUnavailable
UI_STRING_INTERNAL
("Java is unavailable", "WebKitErrorJavaUnavailable description")
53
#define WebKitErrorDescriptionPlugInCancelledConnection
UI_STRING_INTERNAL
("Plug-in cancelled", "WebKitErrorPlugInCancelledConnection description")
54
#define WebKitErrorDescriptionPlugInWillHandleLoad
UI_STRING_INTERNAL
("Plug-in handled load", "WebKitErrorPlugInWillHandleLoad description")
58
#define WebKitErrorDescriptionGeolocationLocationUnknown
UI_STRING_INTERNAL
("The current location cannot be found.", "WebKitErrorGeolocationLocationUnknown description"
[
all
...]
/external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultContextMenuDelegate.mm
67
title =
UI_STRING_INTERNAL
("Copy", "Copy context menu item");
71
title =
UI_STRING_INTERNAL
("Back", "Back context menu item");
75
title =
UI_STRING_INTERNAL
("Forward", "Forward context menu item");
79
title =
UI_STRING_INTERNAL
("Stop", "Stop context menu item");
83
title =
UI_STRING_INTERNAL
("Reload", "Reload context menu item");
87
title =
UI_STRING_INTERNAL
("Search in Spotlight", "Search in Spotlight context menu item");
91
title =
UI_STRING_INTERNAL
("Search in Google", "Search in Google context menu item");
95
title =
UI_STRING_INTERNAL
("Look Up in Dictionary", "Look Up in Dictionary context menu item");
99
title =
UI_STRING_INTERNAL
("Open Frame in New Window", "Open Frame in New Window context menu item");
162
[lookupMenuItem setTitle:[NSString stringWithFormat:
UI_STRING_INTERNAL
("Look Up ?%@?", "Look Up context menu item with selected word"), selectedString]]
[
all
...]
/external/webkit/Source/WebKit/mac/Panels/
WebAuthenticationPanel.m
143
message = [NSString stringWithFormat:
UI_STRING_INTERNAL
("To view this page, you must log in to the %@ proxy server %@.",
148
message = [NSString stringWithFormat:
UI_STRING_INTERNAL
("To view this page, you must log in to area ?%@? on %@.",
151
message = [NSString stringWithFormat:
UI_STRING_INTERNAL
("To view this page, you must log in to this area on %@:",
156
message = [NSString stringWithFormat:
UI_STRING_INTERNAL
("The user name or password you entered for the %@ proxy server %@ was incorrect. Make sure you?re entering them correctly, and then try again.",
161
message = [NSString stringWithFormat:
UI_STRING_INTERNAL
("The user name or password you entered for area ?%@? on %@ was incorrect. Make sure you?re entering them correctly, and then try again.",
164
message = [NSString stringWithFormat:
UI_STRING_INTERNAL
("The user name or password you entered for this area on %@ was incorrect. Make sure you?re entering them correctly, and then try again.",
200
UI_STRING_INTERNAL
("Your login information will be sent securely.",
206
UI_STRING_INTERNAL
("Your password will be sent unencrypted.",
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebInspectorClient.mm
209
NSString *title = [NSString stringWithFormat:
UI_STRING_INTERNAL
("Web Inspector ? %@", "Web Inspector window title"), (NSString *)m_inspectedURL];
511
[menuItem setTitle:
UI_STRING_INTERNAL
("Stop Debugging JavaScript", "title for Stop Debugging JavaScript menu item")];
513
[menuItem setTitle:
UI_STRING_INTERNAL
("Start Debugging JavaScript", "title for Start Debugging JavaScript menu item")];
517
[menuItem setTitle:
UI_STRING_INTERNAL
("Stop Profiling JavaScript", "title for Stop Profiling JavaScript menu item")];
519
[menuItem setTitle:
UI_STRING_INTERNAL
("Start Profiling JavaScript", "title for Start Profiling JavaScript menu item")];
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm
148
NSString *visibleName = [NSString stringWithFormat:
UI_STRING_INTERNAL
("%@ (%@ Internet plug-in)",
/external/webkit/Source/WebKit/mac/WebView/
WebPDFView.mm
358
appName =
UI_STRING_INTERNAL
("Finder", "Default application name for Open With context menu");
362
NSString *title = [NSString stringWithFormat:
UI_STRING_INTERNAL
("Open with %@", "context menu item for PDF"), appName];
[
all
...]
WebHTMLView.mm
[
all
...]
Completed in 96 milliseconds