Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: components/arc_strings.grdp

Issue 1760773004: Add "Open with <ARC-app-name>" items to the context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add a missing override; Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/arc_strings.grdp
diff --git a/components/arc_strings.grdp b/components/arc_strings.grdp
new file mode 100644
index 0000000000000000000000000000000000000000..5e839e60dcfa2b36fea232123d005b3620c88088
--- /dev/null
+++ b/components/arc_strings.grdp
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit-part>
+ <message name="IDS_CONTENT_CONTEXT_MORE_APPS" desc="The label for the parent item of the sub menu in the content area context menu.">
+ More
+ </message>
+ <message name="IDS_CONTENT_CONTEXT_OPEN_WITH_APP" desc="The label for an item in the content area context menu for launching an ARC app.">
+ Open with <ph name="APP">$1<ex>Hangout</ex></ph>
+ </message>
+ <message name="IDS_CONTENT_CONTEXT_LOADING_APP_NAMES" desc="The place-holder message shown while Chrome is waiting for a reply from ARC.">
+ Loading
+ </message>
+</grit-part>

Powered by Google App Engine
This is Rietveld 408576698