diff options
Diffstat (limited to 'WebCore/platform/LocalizedStrings.h')
-rw-r--r-- | WebCore/platform/LocalizedStrings.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/WebCore/platform/LocalizedStrings.h b/WebCore/platform/LocalizedStrings.h index 7c586d3..0fa9f71 100644 --- a/WebCore/platform/LocalizedStrings.h +++ b/WebCore/platform/LocalizedStrings.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2006 Apple Computer, Inc. All rights reserved. + * Copyright (C) 2003, 2006, 2009 Apple Computer, Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -38,6 +38,7 @@ namespace WebCore { String fileButtonChooseFileLabel(); String fileButtonNoFileSelectedLabel(); String copyImageUnknownFileLabel(); +#if ENABLE(CONTEXT_MENUS) String contextMenuItemTagOpenLinkInNewWindow(); String contextMenuItemTagDownloadLinkToDisk(); String contextMenuItemTagCopyLinkToClipboard(); @@ -103,6 +104,7 @@ namespace WebCore { String contextMenuItemTagChangeBack(const String& replacedString); #endif String contextMenuItemTagInspectElement(); +#endif // ENABLE(CONTEXT_MENUS) String searchMenuNoRecentSearchesText(); String searchMenuRecentSearchesText(); @@ -115,6 +117,7 @@ namespace WebCore { String AXHeadingText(); String AXDefinitionListTermText(); String AXDefinitionListDefinitionText(); + String AXARIAContentGroupText(const String& ariaType); String AXButtonActionVerb(); String AXRadioButtonActionVerb(); @@ -135,6 +138,9 @@ namespace WebCore { String mediaElementLoadingStateText(); String mediaElementLiveBroadcastStateText(); + String localizedMediaControlElementString(const String&); + String localizedMediaControlElementHelpText(const String&); + String localizedMediaTimeDescription(float); } #endif |