Title: [161339] trunk/Source/WebCore
- Revision
- 161339
- Author
- [email protected]
- Date
- 2014-01-06 03:22:15 -0800 (Mon, 06 Jan 2014)
Log Message
[Nix] Adding new strings to LocalizedStringsNix
https://bugs.webkit.org/show_bug.cgi?id=126228
Reviewed by Csaba Osztrogonác.
No new tests needed.
* platform/nix/LocalizedStringsNix.cpp:
(WebCore::submitButtonDefaultLabel):
(WebCore::inputElementAltText):
(WebCore::resetButtonDefaultLabel):
(WebCore::defaultDetailsSummaryText):
(WebCore::searchableIndexIntroduction):
(WebCore::fileButtonChooseFileLabel):
(WebCore::fileButtonChooseMultipleFilesLabel):
(WebCore::fileButtonNoFileSelectedLabel):
(WebCore::fileButtonNoFilesSelectedLabel):
(WebCore::contextMenuItemTagOpenLinkInNewWindow):
(WebCore::contextMenuItemTagDownloadLinkToDisk):
(WebCore::contextMenuItemTagCopyLinkToClipboard):
(WebCore::contextMenuItemTagOpenImageInNewWindow):
(WebCore::contextMenuItemTagDownloadImageToDisk):
(WebCore::contextMenuItemTagCopyImageToClipboard):
(WebCore::contextMenuItemTagCopyImageUrlToClipboard):
(WebCore::contextMenuItemTagOpenVideoInNewWindow):
(WebCore::contextMenuItemTagOpenAudioInNewWindow):
(WebCore::contextMenuItemTagDownloadVideoToDisk):
(WebCore::contextMenuItemTagDownloadAudioToDisk):
(WebCore::contextMenuItemTagCopyVideoLinkToClipboard):
(WebCore::contextMenuItemTagCopyAudioLinkToClipboard):
(WebCore::contextMenuItemTagToggleMediaControls):
(WebCore::contextMenuItemTagShowMediaControls):
(WebCore::contextMenuitemTagHideMediaControls):
(WebCore::contextMenuItemTagToggleMediaLoop):
(WebCore::contextMenuItemTagEnterVideoFullscreen):
(WebCore::contextMenuItemTagMediaPlay):
(WebCore::contextMenuItemTagMediaPause):
(WebCore::contextMenuItemTagMediaMute):
(WebCore::contextMenuItemTagOpenFrameInNewWindow):
(WebCore::contextMenuItemTagCopy):
(WebCore::contextMenuItemTagDelete):
(WebCore::contextMenuItemTagSelectAll):
(WebCore::contextMenuItemTagUnicode):
(WebCore::contextMenuItemTagInputMethods):
(WebCore::contextMenuItemTagGoBack):
(WebCore::contextMenuItemTagGoForward):
(WebCore::contextMenuItemTagStop):
(WebCore::contextMenuItemTagReload):
(WebCore::contextMenuItemTagCut):
(WebCore::contextMenuItemTagPaste):
(WebCore::contextMenuItemTagNoGuessesFound):
(WebCore::contextMenuItemTagIgnoreSpelling):
(WebCore::contextMenuItemTagLearnSpelling):
(WebCore::contextMenuItemTagSearchWeb):
(WebCore::contextMenuItemTagLookUpInDictionary):
(WebCore::contextMenuItemTagOpenLink):
(WebCore::contextMenuItemTagIgnoreGrammar):
(WebCore::contextMenuItemTagSpellingMenu):
(WebCore::contextMenuItemTagShowSpellingPanel):
(WebCore::contextMenuItemTagCheckSpelling):
(WebCore::contextMenuItemTagCheckSpellingWhileTyping):
(WebCore::contextMenuItemTagCheckGrammarWithSpelling):
(WebCore::contextMenuItemTagFontMenu):
(WebCore::contextMenuItemTagBold):
(WebCore::contextMenuItemTagItalic):
(WebCore::contextMenuItemTagUnderline):
(WebCore::contextMenuItemTagOutline):
(WebCore::contextMenuItemTagInspectElement):
(WebCore::contextMenuItemTagRightToLeft):
(WebCore::contextMenuItemTagLeftToRight):
(WebCore::contextMenuItemTagWritingDirectionMenu):
(WebCore::contextMenuItemTagTextDirectionMenu):
(WebCore::contextMenuItemTagDefaultDirection):
(WebCore::searchMenuNoRecentSearchesText):
(WebCore::searchMenuRecentSearchesText):
(WebCore::searchMenuClearRecentSearchesText):
(WebCore::AXDefinitionText):
(WebCore::AXDescriptionListText):
(WebCore::AXDescriptionListTermText):
(WebCore::AXDescriptionListDetailText):
(WebCore::AXFooterRoleDescriptionText):
(WebCore::AXSearchFieldCancelButtonText):
(WebCore::AXButtonActionVerb):
(WebCore::AXRadioButtonActionVerb):
(WebCore::AXTextFieldActionVerb):
(WebCore::AXCheckedCheckBoxActionVerb):
(WebCore::AXUncheckedCheckBoxActionVerb):
(WebCore::AXLinkActionVerb):
(WebCore::unknownFileSizeText):
(WebCore::imageTitle):
(WebCore::AXListItemActionVerb):
(WebCore::localizedMediaControlElementString):
(WebCore::localizedMediaControlElementHelpText):
(WebCore::localizedMediaTimeDescription):
(WebCore::mediaElementLoadingStateText):
(WebCore::mediaElementLiveBroadcastStateText):
(WebCore::validationMessagePatternMismatchText):
(WebCore::validationMessageRangeOverflowText):
(WebCore::validationMessageRangeUnderflowText):
(WebCore::validationMessageStepMismatchText):
(WebCore::validationMessageTooLongText):
(WebCore::validationMessageTypeMismatchText):
(WebCore::validationMessageTypeMismatchForEmailText):
(WebCore::validationMessageTypeMismatchForMultipleEmailText):
(WebCore::validationMessageTypeMismatchForURLText):
(WebCore::validationMessageValueMissingText):
(WebCore::validationMessageValueMissingForCheckboxText):
(WebCore::validationMessageValueMissingForFileText):
(WebCore::validationMessageValueMissingForMultipleFileText):
(WebCore::validationMessageValueMissingForRadioText):
(WebCore::validationMessageValueMissingForSelectText):
(WebCore::validationMessageBadInputForNumberText):
(WebCore::missingPluginText):
(WebCore::AXMenuListPopupActionVerb):
(WebCore::AXMenuListActionVerb):
(WebCore::multipleFileUploadText):
(WebCore::crashedPluginText):
(WebCore::blockedPluginByContentSecurityPolicyText):
(WebCore::insecurePluginVersionText):
(WebCore::inactivePluginText):
(WebCore::unacceptableTLSCertificate):
(WebCore::textTrackClosedCaptionsText):
(WebCore::textTrackSubtitlesText):
(WebCore::textTrackOffMenuItemText):
(WebCore::textTrackAutomaticMenuItemText):
(WebCore::textTrackNoLabelText):
(WebCore::snapshottedPlugInLabelTitle):
(WebCore::snapshottedPlugInLabelSubtitle):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (161338 => 161339)
--- trunk/Source/WebCore/ChangeLog 2014-01-06 11:17:46 UTC (rev 161338)
+++ trunk/Source/WebCore/ChangeLog 2014-01-06 11:22:15 UTC (rev 161339)
@@ -1,3 +1,134 @@
+2014-01-06 Thiago de Barros Lacerda <[email protected]>
+
+ [Nix] Adding new strings to LocalizedStringsNix
+ https://bugs.webkit.org/show_bug.cgi?id=126228
+
+ Reviewed by Csaba Osztrogonác.
+
+ No new tests needed.
+
+ * platform/nix/LocalizedStringsNix.cpp:
+ (WebCore::submitButtonDefaultLabel):
+ (WebCore::inputElementAltText):
+ (WebCore::resetButtonDefaultLabel):
+ (WebCore::defaultDetailsSummaryText):
+ (WebCore::searchableIndexIntroduction):
+ (WebCore::fileButtonChooseFileLabel):
+ (WebCore::fileButtonChooseMultipleFilesLabel):
+ (WebCore::fileButtonNoFileSelectedLabel):
+ (WebCore::fileButtonNoFilesSelectedLabel):
+ (WebCore::contextMenuItemTagOpenLinkInNewWindow):
+ (WebCore::contextMenuItemTagDownloadLinkToDisk):
+ (WebCore::contextMenuItemTagCopyLinkToClipboard):
+ (WebCore::contextMenuItemTagOpenImageInNewWindow):
+ (WebCore::contextMenuItemTagDownloadImageToDisk):
+ (WebCore::contextMenuItemTagCopyImageToClipboard):
+ (WebCore::contextMenuItemTagCopyImageUrlToClipboard):
+ (WebCore::contextMenuItemTagOpenVideoInNewWindow):
+ (WebCore::contextMenuItemTagOpenAudioInNewWindow):
+ (WebCore::contextMenuItemTagDownloadVideoToDisk):
+ (WebCore::contextMenuItemTagDownloadAudioToDisk):
+ (WebCore::contextMenuItemTagCopyVideoLinkToClipboard):
+ (WebCore::contextMenuItemTagCopyAudioLinkToClipboard):
+ (WebCore::contextMenuItemTagToggleMediaControls):
+ (WebCore::contextMenuItemTagShowMediaControls):
+ (WebCore::contextMenuitemTagHideMediaControls):
+ (WebCore::contextMenuItemTagToggleMediaLoop):
+ (WebCore::contextMenuItemTagEnterVideoFullscreen):
+ (WebCore::contextMenuItemTagMediaPlay):
+ (WebCore::contextMenuItemTagMediaPause):
+ (WebCore::contextMenuItemTagMediaMute):
+ (WebCore::contextMenuItemTagOpenFrameInNewWindow):
+ (WebCore::contextMenuItemTagCopy):
+ (WebCore::contextMenuItemTagDelete):
+ (WebCore::contextMenuItemTagSelectAll):
+ (WebCore::contextMenuItemTagUnicode):
+ (WebCore::contextMenuItemTagInputMethods):
+ (WebCore::contextMenuItemTagGoBack):
+ (WebCore::contextMenuItemTagGoForward):
+ (WebCore::contextMenuItemTagStop):
+ (WebCore::contextMenuItemTagReload):
+ (WebCore::contextMenuItemTagCut):
+ (WebCore::contextMenuItemTagPaste):
+ (WebCore::contextMenuItemTagNoGuessesFound):
+ (WebCore::contextMenuItemTagIgnoreSpelling):
+ (WebCore::contextMenuItemTagLearnSpelling):
+ (WebCore::contextMenuItemTagSearchWeb):
+ (WebCore::contextMenuItemTagLookUpInDictionary):
+ (WebCore::contextMenuItemTagOpenLink):
+ (WebCore::contextMenuItemTagIgnoreGrammar):
+ (WebCore::contextMenuItemTagSpellingMenu):
+ (WebCore::contextMenuItemTagShowSpellingPanel):
+ (WebCore::contextMenuItemTagCheckSpelling):
+ (WebCore::contextMenuItemTagCheckSpellingWhileTyping):
+ (WebCore::contextMenuItemTagCheckGrammarWithSpelling):
+ (WebCore::contextMenuItemTagFontMenu):
+ (WebCore::contextMenuItemTagBold):
+ (WebCore::contextMenuItemTagItalic):
+ (WebCore::contextMenuItemTagUnderline):
+ (WebCore::contextMenuItemTagOutline):
+ (WebCore::contextMenuItemTagInspectElement):
+ (WebCore::contextMenuItemTagRightToLeft):
+ (WebCore::contextMenuItemTagLeftToRight):
+ (WebCore::contextMenuItemTagWritingDirectionMenu):
+ (WebCore::contextMenuItemTagTextDirectionMenu):
+ (WebCore::contextMenuItemTagDefaultDirection):
+ (WebCore::searchMenuNoRecentSearchesText):
+ (WebCore::searchMenuRecentSearchesText):
+ (WebCore::searchMenuClearRecentSearchesText):
+ (WebCore::AXDefinitionText):
+ (WebCore::AXDescriptionListText):
+ (WebCore::AXDescriptionListTermText):
+ (WebCore::AXDescriptionListDetailText):
+ (WebCore::AXFooterRoleDescriptionText):
+ (WebCore::AXSearchFieldCancelButtonText):
+ (WebCore::AXButtonActionVerb):
+ (WebCore::AXRadioButtonActionVerb):
+ (WebCore::AXTextFieldActionVerb):
+ (WebCore::AXCheckedCheckBoxActionVerb):
+ (WebCore::AXUncheckedCheckBoxActionVerb):
+ (WebCore::AXLinkActionVerb):
+ (WebCore::unknownFileSizeText):
+ (WebCore::imageTitle):
+ (WebCore::AXListItemActionVerb):
+ (WebCore::localizedMediaControlElementString):
+ (WebCore::localizedMediaControlElementHelpText):
+ (WebCore::localizedMediaTimeDescription):
+ (WebCore::mediaElementLoadingStateText):
+ (WebCore::mediaElementLiveBroadcastStateText):
+ (WebCore::validationMessagePatternMismatchText):
+ (WebCore::validationMessageRangeOverflowText):
+ (WebCore::validationMessageRangeUnderflowText):
+ (WebCore::validationMessageStepMismatchText):
+ (WebCore::validationMessageTooLongText):
+ (WebCore::validationMessageTypeMismatchText):
+ (WebCore::validationMessageTypeMismatchForEmailText):
+ (WebCore::validationMessageTypeMismatchForMultipleEmailText):
+ (WebCore::validationMessageTypeMismatchForURLText):
+ (WebCore::validationMessageValueMissingText):
+ (WebCore::validationMessageValueMissingForCheckboxText):
+ (WebCore::validationMessageValueMissingForFileText):
+ (WebCore::validationMessageValueMissingForMultipleFileText):
+ (WebCore::validationMessageValueMissingForRadioText):
+ (WebCore::validationMessageValueMissingForSelectText):
+ (WebCore::validationMessageBadInputForNumberText):
+ (WebCore::missingPluginText):
+ (WebCore::AXMenuListPopupActionVerb):
+ (WebCore::AXMenuListActionVerb):
+ (WebCore::multipleFileUploadText):
+ (WebCore::crashedPluginText):
+ (WebCore::blockedPluginByContentSecurityPolicyText):
+ (WebCore::insecurePluginVersionText):
+ (WebCore::inactivePluginText):
+ (WebCore::unacceptableTLSCertificate):
+ (WebCore::textTrackClosedCaptionsText):
+ (WebCore::textTrackSubtitlesText):
+ (WebCore::textTrackOffMenuItemText):
+ (WebCore::textTrackAutomaticMenuItemText):
+ (WebCore::textTrackNoLabelText):
+ (WebCore::snapshottedPlugInLabelTitle):
+ (WebCore::snapshottedPlugInLabelSubtitle):
+
2014-01-06 László Langó <[email protected]>
Use unsigned consistently, and check for invalid casts when calling into SharedBuffer from other code.
Modified: trunk/Source/WebCore/platform/nix/LocalizedStringsNix.cpp (161338 => 161339)
--- trunk/Source/WebCore/platform/nix/LocalizedStringsNix.cpp 2014-01-06 11:17:46 UTC (rev 161338)
+++ trunk/Source/WebCore/platform/nix/LocalizedStringsNix.cpp 2014-01-06 11:22:15 UTC (rev 161339)
@@ -39,14 +39,621 @@
namespace WebCore {
+String submitButtonDefaultLabel()
+{
+ return String::fromUTF8("Submit");
+}
+
+String inputElementAltText()
+{
+ return String::fromUTF8("Submit");
+}
+
+String resetButtonDefaultLabel()
+{
+ return String::fromUTF8("Reset");
+}
+
+String defaultDetailsSummaryText()
+{
+ return String::fromUTF8("Details");
+}
+
+String searchableIndexIntroduction()
+{
+ return String::fromUTF8("This is a searchable index. Enter search keywords: ");
+}
+
+String fileButtonChooseFileLabel()
+{
+ return String::fromUTF8("Choose File");
+}
+
+String fileButtonChooseMultipleFilesLabel()
+{
+ return String::fromUTF8("Choose Files");
+}
+
+String fileButtonNoFileSelectedLabel()
+{
+ return String::fromUTF8("No file selected");
+}
+
+String fileButtonNoFilesSelectedLabel()
+{
+ return String::fromUTF8("No files selected");
+}
+
+String contextMenuItemTagOpenLinkInNewWindow()
+{
+ return String::fromUTF8("Open Link in New Window");
+}
+
+String contextMenuItemTagDownloadLinkToDisk()
+{
+ return String::fromUTF8("Download Linked File");
+}
+
+String contextMenuItemTagCopyLinkToClipboard()
+{
+ return String::fromUTF8("Copy Link Location");
+}
+
+String contextMenuItemTagOpenImageInNewWindow()
+{
+ return String::fromUTF8("Open Image in New Window");
+}
+
+String contextMenuItemTagDownloadImageToDisk()
+{
+ return String::fromUTF8("Save Image As");
+}
+
+String contextMenuItemTagCopyImageToClipboard()
+{
+ return String::fromUTF8("Copy Image");
+}
+
+String contextMenuItemTagCopyImageUrlToClipboard()
+{
+ return String::fromUTF8("Copy Image Address");
+}
+
+String contextMenuItemTagOpenVideoInNewWindow()
+{
+ return String::fromUTF8("Open Video in New Window");
+}
+
+String contextMenuItemTagOpenAudioInNewWindow()
+{
+ return String::fromUTF8("Open Audio in New Window");
+}
+
+String contextMenuItemTagDownloadVideoToDisk()
+{
+ return String::fromUTF8("Download Video");
+}
+
+String contextMenuItemTagDownloadAudioToDisk()
+{
+ return String::fromUTF8("Download Audio");
+}
+
+String contextMenuItemTagCopyVideoLinkToClipboard()
+{
+ return String::fromUTF8("Copy Video Link Location");
+}
+
+String contextMenuItemTagCopyAudioLinkToClipboard()
+{
+ return String::fromUTF8("Copy Audio Link Location");
+}
+
+String contextMenuItemTagToggleMediaControls()
+{
+ return String::fromUTF8("Toggle Media Controls");
+}
+
+String contextMenuItemTagShowMediaControls()
+{
+ return String::fromUTF8("Show Media Controls");
+}
+
+String contextMenuitemTagHideMediaControls()
+{
+ return String::fromUTF8("Hide Media Controls");
+}
+
+String contextMenuItemTagToggleMediaLoop()
+{
+ return String::fromUTF8("Toggle Media Loop Playback");
+}
+
+String contextMenuItemTagEnterVideoFullscreen()
+{
+ return String::fromUTF8("Switch Video to Fullscreen");
+}
+
+String contextMenuItemTagMediaPlay()
+{
+ return String::fromUTF8("Play");
+}
+
+String contextMenuItemTagMediaPause()
+{
+ return String::fromUTF8("Pause");
+}
+
+String contextMenuItemTagMediaMute()
+{
+ return String::fromUTF8("Mute");
+}
+
+String contextMenuItemTagOpenFrameInNewWindow()
+{
+ return String::fromUTF8("Open Frame in New Window");
+}
+
+String contextMenuItemTagCopy()
+{
+ return String::fromUTF8("Copy");
+}
+
+String contextMenuItemTagDelete()
+{
+ return String::fromUTF8("Delete");
+}
+
+String contextMenuItemTagSelectAll()
+{
+ return String::fromUTF8("Select All");
+}
+
+String contextMenuItemTagUnicode()
+{
+ return String::fromUTF8("Insert Unicode Control Character");
+}
+
+String contextMenuItemTagInputMethods()
+{
+ return String::fromUTF8("Input Methods");
+}
+
+String contextMenuItemTagGoBack()
+{
+ return String::fromUTF8("Go Back");
+}
+
+String contextMenuItemTagGoForward()
+{
+ return String::fromUTF8("Go Forward");
+}
+
+String contextMenuItemTagStop()
+{
+ return String::fromUTF8("Stop");
+}
+
+String contextMenuItemTagReload()
+{
+ return String::fromUTF8("Reload");
+}
+
+String contextMenuItemTagCut()
+{
+ return String::fromUTF8("Cut");
+}
+
+String contextMenuItemTagPaste()
+{
+ return String::fromUTF8("Paste");
+}
+
+String contextMenuItemTagNoGuessesFound()
+{
+ return String::fromUTF8("No Guesses Found");
+}
+
+String contextMenuItemTagIgnoreSpelling()
+{
+ return String::fromUTF8("Ignore Spelling");
+}
+
+String contextMenuItemTagLearnSpelling()
+{
+ return String::fromUTF8("Learn Spelling");
+}
+
+String contextMenuItemTagSearchWeb()
+{
+ return String::fromUTF8("Search the Web");
+}
+
+String contextMenuItemTagLookUpInDictionary(const String&)
+{
+ return String::fromUTF8("Look Up in Dictionary");
+}
+
+String contextMenuItemTagOpenLink()
+{
+ return String::fromUTF8("Open Link");
+}
+
+String contextMenuItemTagIgnoreGrammar()
+{
+ return String::fromUTF8("Ignore Grammar");
+}
+
+String contextMenuItemTagSpellingMenu()
+{
+ return String::fromUTF8("Spelling and Grammar");
+}
+
+String contextMenuItemTagShowSpellingPanel(bool show)
+{
+ return String::fromUTF8(show ? "Show Spelling and Grammar" : "Hide Spelling and Grammar");
+}
+
+String contextMenuItemTagCheckSpelling()
+{
+ return String::fromUTF8("Check Document Now");
+}
+
+String contextMenuItemTagCheckSpellingWhileTyping()
+{
+ return String::fromUTF8("Check Spelling While Typing");
+}
+
+String contextMenuItemTagCheckGrammarWithSpelling()
+{
+ return String::fromUTF8("Check Grammar With Spelling");
+}
+
+String contextMenuItemTagFontMenu()
+{
+ return String::fromUTF8("Font");
+}
+
+String contextMenuItemTagBold()
+{
+ return String::fromUTF8("Bold");
+}
+
+String contextMenuItemTagItalic()
+{
+ return String::fromUTF8("Italic");
+}
+
+String contextMenuItemTagUnderline()
+{
+ return String::fromUTF8("Underline");
+}
+
+String contextMenuItemTagOutline()
+{
+ return String::fromUTF8("Outline");
+}
+
+String contextMenuItemTagInspectElement()
+{
+ return String::fromUTF8("Inspect Element");
+}
+
+String contextMenuItemTagRightToLeft()
+{
+ return String::fromUTF8("Right to Left");
+}
+
+String contextMenuItemTagLeftToRight()
+{
+ return String::fromUTF8("Left to Right");
+}
+
+String contextMenuItemTagWritingDirectionMenu()
+{
+ return String::fromUTF8("Writing Direction");
+}
+
+String contextMenuItemTagTextDirectionMenu()
+{
+ return String::fromUTF8("Text Direction");
+}
+
+String contextMenuItemTagDefaultDirection()
+{
+ return String::fromUTF8("Default");
+}
+
+String searchMenuNoRecentSearchesText()
+{
+ return String::fromUTF8("No recent searches");
+}
+
+String searchMenuRecentSearchesText()
+{
+ return String::fromUTF8("Recent searches");
+}
+
+String searchMenuClearRecentSearchesText()
+{
+ return String::fromUTF8("Clear recent searches");
+}
+
+String AXDefinitionText()
+{
+ return String::fromUTF8("definition");
+}
+
+String AXDescriptionListText()
+{
+ return String::fromUTF8("description list");
+}
+
+String AXDescriptionListTermText()
+{
+ return String::fromUTF8("term");
+}
+
+String AXDescriptionListDetailText()
+{
+ return String::fromUTF8("description");
+}
+
+String AXFooterRoleDescriptionText()
+{
+ return String::fromUTF8("footer");
+}
+
+String AXSearchFieldCancelButtonText()
+{
+ return String::fromUTF8("cancel");
+}
+
+String AXButtonActionVerb()
+{
+ return String::fromUTF8("press");
+}
+
+String AXRadioButtonActionVerb()
+{
+ return String::fromUTF8("select");
+}
+
+String AXTextFieldActionVerb()
+{
+ return String::fromUTF8("activate");
+}
+
+String AXCheckedCheckBoxActionVerb()
+{
+ return String::fromUTF8("uncheck");
+}
+
+String AXUncheckedCheckBoxActionVerb()
+{
+ return String::fromUTF8("check");
+}
+
+String AXLinkActionVerb()
+{
+ return String::fromUTF8("jump");
+}
+
+String unknownFileSizeText()
+{
+ return String::fromUTF8("Unknown");
+}
+
+String imageTitle(const String&, const IntSize&)
+{
+ notImplemented();
+ return String();
+}
+
+String AXListItemActionVerb()
+{
+ notImplemented();
+ return String();
+}
+
+#if ENABLE(VIDEO)
+String localizedMediaControlElementString(const String&)
+{
+ notImplemented();
+ return String();
+}
+
+String localizedMediaControlElementHelpText(const String&)
+{
+ notImplemented();
+ return String();
+}
+
+String localizedMediaTimeDescription(float)
+{
+ notImplemented();
+ return String();
+}
+#endif
+
+String mediaElementLoadingStateText()
+{
+ return String::fromUTF8("Loading...");
+}
+
+String mediaElementLiveBroadcastStateText()
+{
+ return String::fromUTF8("Live Broadcast");
+}
+
+String validationMessagePatternMismatchText()
+{
+ return String::fromUTF8("Please match the requested format:");
+}
+
+String validationMessageRangeOverflowText(const String& maximum)
+{
+ return ASCIILiteral("Value must be less than or equal to ") + maximum;
+}
+
+String validationMessageRangeUnderflowText(const String& minimum)
+{
+ return ASCIILiteral("Value must be greater than or equal to ") + minimum;
+}
+
+String validationMessageStepMismatchText(const String&, const String&)
+{
+ return String::fromUTF8("step mismatch");
+}
+
+String validationMessageTooLongText(int, int)
+{
+ return String::fromUTF8("too long");
+}
+
+String validationMessageTypeMismatchText()
+{
+ return String::fromUTF8("type mismatch");
+}
+
+String validationMessageTypeMismatchForEmailText()
+{
+ return ASCIILiteral("Please enter an email address");
+}
+
+String validationMessageTypeMismatchForMultipleEmailText()
+{
+ return ASCIILiteral("Please enter an email address");
+}
+
+String validationMessageTypeMismatchForURLText()
+{
+ return ASCIILiteral("Please enter a URL");
+}
+
+String validationMessageValueMissingText()
+{
+ return String::fromUTF8("Please fill out this field.");
+}
+
+String validationMessageValueMissingForCheckboxText()
+{
+ return String::fromUTF8("Please check this box if you want to proceed.");
+}
+
+String validationMessageValueMissingForFileText()
+{
+ return String::fromUTF8("Please select a file.");
+}
+
+String validationMessageValueMissingForMultipleFileText()
+{
+ return String::fromUTF8("Please select one or more files.");
+}
+
+String validationMessageValueMissingForRadioText()
+{
+ return String::fromUTF8("Please select one of these options.");
+}
+
+String validationMessageValueMissingForSelectText()
+{
+ return String::fromUTF8("Please select an item in the list.");
+}
+
+String validationMessageBadInputForNumberText()
+{
+ return String::fromUTF8("Please enter a number.");
+}
+
+String missingPluginText()
+{
+ return String::fromUTF8("missing plugin");
+}
+
+String AXMenuListPopupActionVerb()
+{
+ return String();
+}
+
+String AXMenuListActionVerb()
+{
+ return String();
+}
+
+String multipleFileUploadText(unsigned numberOfFiles)
+{
+ return String::number(numberOfFiles) + String::fromUTF8(" files");
+}
+
+String crashedPluginText()
+{
+ return String::fromUTF8("plugin crashed");
+}
+
+String blockedPluginByContentSecurityPolicyText()
+{
+ notImplemented();
+ return String();
+}
+
+String insecurePluginVersionText()
+{
+ notImplemented();
+ return String();
+}
+
+String inactivePluginText()
+{
+ notImplemented();
+ return String();
+}
+
+String unacceptableTLSCertificate()
+{
+ return String::fromUTF8("Unacceptable TLS certificate");
+}
+
String localizedString(const char* key)
{
return String::fromUTF8(key, strlen(key));
}
-String unacceptableTLSCertificate()
+#if ENABLE(VIDEO_TRACK)
+String textTrackClosedCaptionsText()
{
- return ASCIILiteral("Unacceptable TLS certificate");
+ return String::fromUTF8("Closed Captions");
}
+String textTrackSubtitlesText()
+{
+ return String::fromUTF8("Subtitles");
}
+
+String textTrackOffMenuItemText()
+{
+ return String::fromUTF8("Off");
+}
+
+String textTrackAutomaticMenuItemText()
+{
+ return String::fromUTF8("Auto");
+}
+
+String textTrackNoLabelText()
+{
+ return String::fromUTF8("No label");
+}
+#endif
+
+String snapshottedPlugInLabelTitle()
+{
+ return String("Snapshotted Plug-In");
+}
+
+String snapshottedPlugInLabelSubtitle()
+{
+ return String("Click to restart");
+}
+
+}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes