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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « components/components_strings.grd ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
3
4 <if expr="not use_titlecase">
5 <message name="IDS_BOOKMARK_BAR_UNDO" desc="Menu title for undoing a bookmar k operation">
6 &amp;Undo
7 </message>
8 <message name="IDS_BOOKMARK_BAR_REDO" desc="Menu title for redoing a bookmar k operation">
9 &amp;Redo
10 </message>
11 <message name="IDS_BOOKMARK_BAR_UNDO_ADD" desc="Menu title for undoing addin g a bookmark">
12 &amp;Undo add
13 </message>
14 <message name="IDS_BOOKMARK_BAR_REDO_ADD" desc="Menu title for redoing addin g a bookmark">
15 &amp;Redo add
16 </message>
17 <message name="IDS_BOOKMARK_BAR_UNDO_DELETE" desc="Menu title for undoing de letion of a bookmark">
18 &amp;Undo delete
19 </message>
20 <message name="IDS_BOOKMARK_BAR_REDO_DELETE" desc="Menu title for redoing de letion of a bookmark">
21 &amp;Redo delete
22 </message>
23 <message name="IDS_BOOKMARK_BAR_UNDO_EDIT" desc="Menu title for undoing a bo okmark edit">
24 &amp;Undo edit
25 </message>
26 <message name="IDS_BOOKMARK_BAR_REDO_EDIT" desc="Menu title for redoing a bo okmark edit">
27 &amp;Redo edit
28 </message>
29 <message name="IDS_BOOKMARK_BAR_UNDO_MOVE" desc="Menu title for undoing movi ng a bookmark">
30 &amp;Undo move
31 </message>
32 <message name="IDS_BOOKMARK_BAR_REDO_MOVE" desc="Menu title for redoing movi ng a bookmark">
33 &amp;Redo move
34 </message>
35 <message name="IDS_BOOKMARK_BAR_UNDO_REORDER" desc="Menu title for undoing r eordering bookmarks">
36 &amp;Undo reorder
37 </message>
38 <message name="IDS_BOOKMARK_BAR_REDO_REORDER" desc="Menu title for redoing r eordering bookmarks">
39 &amp;Redo reorder
40 </message>
41 </if>
42
43 <if expr="use_titlecase">
44 <message name="IDS_BOOKMARK_BAR_UNDO" desc="In Title Case: Menu title for un doing a bookmark operation">
45 &amp;Undo
46 </message>
47 <message name="IDS_BOOKMARK_BAR_REDO" desc="In Title Case: Menu title for re doing a bookmark operation">
48 &amp;Redo
49 </message>
50 <message name="IDS_BOOKMARK_BAR_UNDO_ADD" desc="In Title Case: Menu title fo r undoing adding a bookmark">
51 &amp;Undo Add
52 </message>
53 <message name="IDS_BOOKMARK_BAR_REDO_ADD" desc="In Title Case: Menu title fo r redoing adding a bookmark">
54 &amp;Redo Add
55 </message>
56 <message name="IDS_BOOKMARK_BAR_UNDO_DELETE" desc="In Title Case: Menu title for undoing deletion of a bookmark">
57 &amp;Undo Delete
58 </message>
59 <message name="IDS_BOOKMARK_BAR_REDO_DELETE" desc="In Title Case: Menu title for redoing deletion of a bookmark">
60 &amp;Redo Delete
61 </message>
62 <message name="IDS_BOOKMARK_BAR_UNDO_EDIT" desc="In Title Case: Menu title f or undoing a bookmark edit">
63 &amp;Undo Edit
64 </message>
65 <message name="IDS_BOOKMARK_BAR_REDO_EDIT" desc="In Title Case: Menu title f or redoing a bookmark edit">
66 &amp;Redo Edit
67 </message>
68 <message name="IDS_BOOKMARK_BAR_UNDO_MOVE" desc="In Title Case: Menu title f or undoing moving a bookmark">
69 &amp;Undo Move
70 </message>
71 <message name="IDS_BOOKMARK_BAR_REDO_MOVE" desc="In Title Case: Menu title f or redoing moving a bookmark">
72 &amp;Redo Move
73 </message>
74 <message name="IDS_BOOKMARK_BAR_UNDO_REORDER" desc="In Title Case: Menu titl e for undoing reordering bookmarks">
75 &amp;Undo Reorder
76 </message>
77 <message name="IDS_BOOKMARK_BAR_REDO_REORDER" desc="In Title Case: Menu titl e for redoing reordering bookmarks">
78 &amp;Redo Reorder
79 </message>
80 </if>
81
82 </grit-part>
OLDNEW
« 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