| Index: trunk/src/chrome/app/bookmarks_strings.grdp
|
| ===================================================================
|
| --- trunk/src/chrome/app/bookmarks_strings.grdp (revision 267099)
|
| +++ trunk/src/chrome/app/bookmarks_strings.grdp (working copy)
|
| @@ -203,6 +203,11 @@
|
| <message name="IDS_BOOKMARK_BAR_SHOULD_OPEN_ALL" desc="Message in the message box shown if user asks to open a lot of bookmarks in a folder">
|
| Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> tabs?
|
| </message>
|
| + <if expr="is_android">
|
| + <message name="IDS_SHOW_BOOKMARK_BAR" desc="Mobile: The toggle to show the bookmark bar">
|
| + &Always show bookmarks bar
|
| + </message>
|
| + </if>
|
| <!-- End of Bookmarks Bar Context Menu strings. -->
|
|
|
| <!-- Begin of Bookmarks Bubble strings. -->
|
| @@ -461,4 +466,13 @@
|
| </message>
|
| <!-- End of Bookmark Star button strings. -->
|
|
|
| + <if expr="is_android">
|
| + <message name="IDS_BOOKMARK_EDIT_FOLDER" desc="Context menu item for editing a bookmark folder">
|
| + Edit folder
|
| + </message>
|
| + <message name="IDS_BOOKMARK_REMOVE_FOLDER" desc="Context menu item for removing a bookmark folder">
|
| + Remove folder
|
| + </message>
|
| + </if>
|
| +
|
| </grit-part>
|
|
|