| Index: chrome/app/bookmarks_strings.grdp
|
| diff --git a/chrome/app/bookmarks_strings.grdp b/chrome/app/bookmarks_strings.grdp
|
| index 52fd6de071c3beeaefe10224be0f7e4f9397da22..7710ba0fd8445e17d80e3a95df45c5cb1a77506c 100644
|
| --- a/chrome/app/bookmarks_strings.grdp
|
| +++ b/chrome/app/bookmarks_strings.grdp
|
| @@ -63,15 +63,24 @@
|
|
|
| <!-- 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">
|
| - &Open all bookmarks
|
| - </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" 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_IN_NEW_TAB" desc="Menu description for loading bookmark in a new tab">
|
| &Open in new tab
|
| </message>
|
| @@ -103,15 +112,24 @@
|
| </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">
|
| - &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" 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_IN_NEW_TAB" desc="In Title Case: Menu description for loading bookmark in a new tab">
|
| &Open in New Tab
|
| </message>
|
|
|