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

Unified Diff: components/undo_strings.grdp

Issue 1093563002: Componentize strings used by //chrome/browser/undo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@injection
Patch Set: Update //components/OWNERS Created 5 years, 8 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
« no previous file with comments | « components/components_strings.grd ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/undo_strings.grdp
diff --git a/components/undo_strings.grdp b/components/undo_strings.grdp
new file mode 100644
index 0000000000000000000000000000000000000000..8183e5d91b291a06d28104c0860904a68c723719
--- /dev/null
+++ b/components/undo_strings.grdp
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit-part>
+
+ <if expr="not use_titlecase">
+ <message name="IDS_BOOKMARK_BAR_UNDO" desc="Menu title for undoing a bookmark operation">
+ &amp;Undo
+ </message>
+ <message name="IDS_BOOKMARK_BAR_REDO" desc="Menu title for redoing a bookmark operation">
+ &amp;Redo
+ </message>
+ <message name="IDS_BOOKMARK_BAR_UNDO_ADD" desc="Menu title for undoing adding a bookmark">
+ &amp;Undo add
+ </message>
+ <message name="IDS_BOOKMARK_BAR_REDO_ADD" desc="Menu title for redoing adding a bookmark">
+ &amp;Redo add
+ </message>
+ <message name="IDS_BOOKMARK_BAR_UNDO_DELETE" desc="Menu title for undoing deletion of a bookmark">
+ &amp;Undo delete
+ </message>
+ <message name="IDS_BOOKMARK_BAR_REDO_DELETE" desc="Menu title for redoing deletion of a bookmark">
+ &amp;Redo delete
+ </message>
+ <message name="IDS_BOOKMARK_BAR_UNDO_EDIT" desc="Menu title for undoing a bookmark edit">
+ &amp;Undo edit
+ </message>
+ <message name="IDS_BOOKMARK_BAR_REDO_EDIT" desc="Menu title for redoing a bookmark edit">
+ &amp;Redo edit
+ </message>
+ <message name="IDS_BOOKMARK_BAR_UNDO_MOVE" desc="Menu title for undoing moving a bookmark">
+ &amp;Undo move
+ </message>
+ <message name="IDS_BOOKMARK_BAR_REDO_MOVE" desc="Menu title for redoing moving a bookmark">
+ &amp;Redo move
+ </message>
+ <message name="IDS_BOOKMARK_BAR_UNDO_REORDER" desc="Menu title for undoing reordering bookmarks">
+ &amp;Undo reorder
+ </message>
+ <message name="IDS_BOOKMARK_BAR_REDO_REORDER" desc="Menu title for redoing reordering bookmarks">
+ &amp;Redo reorder
+ </message>
+ </if>
+
+ <if expr="use_titlecase">
+ <message name="IDS_BOOKMARK_BAR_UNDO" desc="In Title Case: Menu title for undoing a bookmark operation">
+ &amp;Undo
+ </message>
+ <message name="IDS_BOOKMARK_BAR_REDO" desc="In Title Case: Menu title for redoing a bookmark operation">
+ &amp;Redo
+ </message>
+ <message name="IDS_BOOKMARK_BAR_UNDO_ADD" desc="In Title Case: Menu title for undoing adding a bookmark">
+ &amp;Undo Add
+ </message>
+ <message name="IDS_BOOKMARK_BAR_REDO_ADD" desc="In Title Case: Menu title for redoing adding a bookmark">
+ &amp;Redo Add
+ </message>
+ <message name="IDS_BOOKMARK_BAR_UNDO_DELETE" desc="In Title Case: Menu title for undoing deletion of a bookmark">
+ &amp;Undo Delete
+ </message>
+ <message name="IDS_BOOKMARK_BAR_REDO_DELETE" desc="In Title Case: Menu title for redoing deletion of a bookmark">
+ &amp;Redo Delete
+ </message>
+ <message name="IDS_BOOKMARK_BAR_UNDO_EDIT" desc="In Title Case: Menu title for undoing a bookmark edit">
+ &amp;Undo Edit
+ </message>
+ <message name="IDS_BOOKMARK_BAR_REDO_EDIT" desc="In Title Case: Menu title for redoing a bookmark edit">
+ &amp;Redo Edit
+ </message>
+ <message name="IDS_BOOKMARK_BAR_UNDO_MOVE" desc="In Title Case: Menu title for undoing moving a bookmark">
+ &amp;Undo Move
+ </message>
+ <message name="IDS_BOOKMARK_BAR_REDO_MOVE" desc="In Title Case: Menu title for redoing moving a bookmark">
+ &amp;Redo Move
+ </message>
+ <message name="IDS_BOOKMARK_BAR_UNDO_REORDER" desc="In Title Case: Menu title for undoing reordering bookmarks">
+ &amp;Undo Reorder
+ </message>
+ <message name="IDS_BOOKMARK_BAR_REDO_REORDER" desc="In Title Case: Menu title for redoing reordering bookmarks">
+ &amp;Redo Reorder
+ </message>
+ </if>
+
+</grit-part>
« no previous file with comments | « components/components_strings.grd ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698