summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/LocalizedStrings.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/LocalizedStrings.h')
-rw-r--r--WebCore/platform/LocalizedStrings.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/WebCore/platform/LocalizedStrings.h b/WebCore/platform/LocalizedStrings.h
index 04042b6..a72eb8a 100644
--- a/WebCore/platform/LocalizedStrings.h
+++ b/WebCore/platform/LocalizedStrings.h
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2003, 2006, 2009 Apple Computer, Inc. All rights reserved.
+ * Copyright (C) 2010 Igalia S.L
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -108,6 +109,16 @@ namespace WebCore {
String contextMenuItemTagCapitalize();
String contextMenuItemTagChangeBack(const String& replacedString);
#endif
+ String contextMenuItemTagOpenVideoInNewWindow();
+ String contextMenuItemTagOpenAudioInNewWindow();
+ String contextMenuItemTagCopyVideoLinkToClipboard();
+ String contextMenuItemTagCopyAudioLinkToClipboard();
+ String contextMenuItemTagToggleMediaControls();
+ String contextMenuItemTagToggleMediaLoop();
+ String contextMenuItemTagEnterVideoFullscreen();
+ String contextMenuItemTagMediaPlay();
+ String contextMenuItemTagMediaPause();
+ String contextMenuItemTagMediaMute();
String contextMenuItemTagInspectElement();
#endif // ENABLE(CONTEXT_MENUS)