Chromium Code Reviews| Index: chrome/app/bookmarks_strings.grdp |
| diff --git a/chrome/app/bookmarks_strings.grdp b/chrome/app/bookmarks_strings.grdp |
| index 7710ba0fd8445e17d80e3a95df45c5cb1a77506c..301fd121fe48db68a1fce718417cb38973368f01 100644 |
| --- a/chrome/app/bookmarks_strings.grdp |
| +++ b/chrome/app/bookmarks_strings.grdp |
| @@ -63,24 +63,33 @@ |
| <!-- Begin of Bookmarks Bar Context Menu strings. --> |
| <if expr="not use_titlecase"> |
| - <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="Menu title for opening all urls in a bookmark folder"> |
| - {COUNT, plural, |
| - =0 {&Open all} |
| - =1 {&Open bookmark} |
| - other {&Open all (#)}} |
| - </message> |
| - <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="Menu title for opening all urls in a bookmark folder in a new window"> |
| - {COUNT, plural, |
| - =0 {Open all in &new window} |
| - =1 {Open in &new window} |
| - other {Open all (#) in &new window}} |
| - </message> |
| - <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="Menu description for opening all urls in a bookmark folder in an incognito window"> |
| - {COUNT, plural, |
| - =0 {Open all in &incognito window} |
| - =1 {Open in &incognito window} |
| - other {Open all (#) in &incognito window}} |
| - </message> |
| + <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="Menu title for opening all urls in a bookmark folder"> |
| + &Open all bookmark |
|
Peter Kasting
2017/04/20 00:01:59
I think this should be "bookmarks"
Paezagon
2017/04/20 15:56:54
Done.
|
| + </message> |
| + <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="Menu title for opening all urls in a bookmark folder in a new window"> |
| + Open all bookmarks in &new window |
| + </message> |
| + <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="Menu description for opening all urls in a bookmark folder in an incognito window"> |
| + Open all bookmarks in &incognito window |
| + </message> |
| + <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT" desc="Menu title for opening all urls in a bookmark folder"> |
| + {COUNT, plural, |
| + =0 {&Open all} |
| + =1 {&Open bookmark} |
| + other {&Open all (#)}} |
| + </message> |
| + <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT_NEW_WINDOW" desc="Menu title for opening all urls in a bookmark folder in a new window"> |
| + {COUNT, plural, |
| + =0 {Open all in &new window} |
| + =1 {Open in &new window} |
| + other {Open all (#) in &new window}} |
| + </message> |
| + <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT_INCOGNITO" desc="Menu description for opening all urls in a bookmark folder in an incognito window"> |
| + {COUNT, plural, |
| + =0 {Open all in &incognito window} |
| + =1 {Open in &incognito window} |
| + other {Open all (#) in &incognito window}} |
| + </message> |
| <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="Menu description for loading bookmark in a new tab"> |
| &Open in new tab |
| </message> |
| @@ -112,24 +121,33 @@ |
| </if> |
| </if> |
| <if expr="use_titlecase"> |
| - <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="In Title Case: Menu title for opening all urls in a bookmark folder"> |
| - {COUNT, plural, |
| - =0 {&Open All} |
| - =1 {&Open Bookmark} |
| - other {&Open All (#)}} |
| - </message> |
| - <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="In Title Case: Menu title for opening all urls in a bookmark folder in a new window"> |
| - {COUNT, plural, |
| - =0 {Open All in &New Window} |
| - =1 {Open in &New Window} |
| - other {Open All (#) in &New Window}} |
| - </message> |
| - <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="In Title Case: Menu description for opening all urls in a bookmark folder in an incognito window"> |
| - {COUNT, plural, |
| - =0 {Open All in &Incognito Window} |
| - =1 {Open in &Incognito Window} |
| - other {Open All (#) in &Incognito Window}} |
| - </message> |
| + <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="In Title Case: Menu title for opening all urls in a bookmark folder"> |
| + &Open All Bookmarks |
| + </message> |
| + <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="In Title Case: Menu title for opening all urls in a bookmark folder in a new window"> |
| + Open All Bookmarks in &New Window |
| + </message> |
| + <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="In Title Case: Menu description for opening all urls in a bookmark folder in an incognito window"> |
| + Open All Bookmarks in &Incognito Window |
| + </message> |
| + <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT" desc="In Title Case: Menu title for opening all urls in a bookmark folder"> |
| + {COUNT, plural, |
| + =0 {&Open All} |
| + =1 {&Open Bookmark} |
| + other {&Open All (#)}} |
| + </message> |
| + <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT_NEW_WINDOW" desc="In Title Case: Menu title for opening all urls in a bookmark folder in a new window"> |
| + {COUNT, plural, |
| + =0 {Open All in &New Window} |
| + =1 {Open in &New Window} |
| + other {Open All (#) in &New Window}} |
| + </message> |
| + <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT_INCOGNITO" desc="In Title Case: Menu description for opening all urls in a bookmark folder in an incognito window"> |
| + {COUNT, plural, |
| + =0 {Open All in &Incognito Window} |
| + =1 {Open in &Incognito Window} |
| + other {Open All (#) in &Incognito Window}} |
| + </message> |
| <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="In Title Case: Menu description for loading bookmark in a new tab"> |
| &Open in New Tab |
| </message> |