OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- Bookmarks specific strings (included from generated_resources.grd). --> | 2 <!-- Bookmarks specific strings (included from generated_resources.grd). --> |
3 <grit-part> | 3 <grit-part> |
4 <if expr="not is_android and not pp_ifdef('ios') and pp_ifdef('use_titlecase')
"> | 4 <if expr="not is_android and not pp_ifdef('ios') and pp_ifdef('use_titlecase')
"> |
5 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="In Title Case: Name shown
in the tree for the Bookmarks Bar folder."> | 5 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="In Title Case: Name shown
in the tree for the Bookmarks Bar folder."> |
6 Bookmarks Bar | 6 Bookmarks Bar |
7 </message> | 7 </message> |
8 </if> | 8 </if> |
9 <if expr="not is_android and not pp_ifdef('ios') and not pp_ifdef('use_titleca
se')"> | 9 <if expr="not is_android and not pp_ifdef('ios') and not pp_ifdef('use_titleca
se')"> |
10 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Name shown in the tree fo
r the Bookmarks Bar folder."> | 10 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Name shown in the tree fo
r the Bookmarks Bar folder."> |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> tabs? | 164 Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> tabs? |
165 </message> | 165 </message> |
166 <if expr="is_android"> | 166 <if expr="is_android"> |
167 <message name="IDS_SHOW_BOOKMARK_BAR" desc="Mobile: The toggle to show the b
ookmark bar"> | 167 <message name="IDS_SHOW_BOOKMARK_BAR" desc="Mobile: The toggle to show the b
ookmark bar"> |
168 &Always show bookmarks bar | 168 &Always show bookmarks bar |
169 </message> | 169 </message> |
170 </if> | 170 </if> |
171 <!-- End of Bookmarks Bar Context Menu strings. --> | 171 <!-- End of Bookmarks Bar Context Menu strings. --> |
172 | 172 |
173 <!-- Begin of Bookmarks Bubble strings. --> | 173 <!-- Begin of Bookmarks Bubble strings. --> |
174 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubble
after bookmarking something"> | 174 <if expr="not pp_ifdef('use_titlecase')"> |
175 Bookmark Added! | 175 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubbl
e after bookmarking a page."> |
176 </message> | 176 Bookmark added! |
| 177 </message> |
| 178 </if> |
| 179 <if expr="pp_ifdef('use_titlecase')"> |
| 180 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="In Title Case: Tit
le of the bubble after bookmarking a page."> |
| 181 Bookmark Added! |
| 182 </message> |
| 183 </if> |
177 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble wh
en re-clicking on a bookmark"> | 184 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble wh
en re-clicking on a bookmark"> |
178 Bookmark | 185 Bookmark |
179 </message> | 186 </message> |
180 <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the link the user c
an click to edit details of the bookmark"> | 187 <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the link the user c
an click to edit details of the bookmark"> |
181 Edit... | 188 Edit... |
182 </message> | 189 </message> |
183 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Link for removing th
e bookmark"> | 190 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Link for removing th
e bookmark"> |
184 Remove | 191 Remove |
185 </message> | 192 </message> |
186 <message name="IDS_BOOKMARK_BUBBLE_TITLE_TEXT" desc="Text preceding the title
of the page that was bookmarked"> | 193 <message name="IDS_BOOKMARK_BUBBLE_TITLE_TEXT" desc="Text preceding the title
of the page that was bookmarked"> |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 <if expr="is_android"> | 407 <if expr="is_android"> |
401 <message name="IDS_BOOKMARK_EDIT_FOLDER" desc="Context menu item for editing
a bookmark folder"> | 408 <message name="IDS_BOOKMARK_EDIT_FOLDER" desc="Context menu item for editing
a bookmark folder"> |
402 Edit folder | 409 Edit folder |
403 </message> | 410 </message> |
404 <message name="IDS_BOOKMARK_REMOVE_FOLDER" desc="Context menu item for remov
ing a bookmark folder"> | 411 <message name="IDS_BOOKMARK_REMOVE_FOLDER" desc="Context menu item for remov
ing a bookmark folder"> |
405 Remove folder | 412 Remove folder |
406 </message> | 413 </message> |
407 </if> | 414 </if> |
408 | 415 |
409 </grit-part> | 416 </grit-part> |
OLD | NEW |