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 <!-- Begin of Bookmarks Bar strings--> | 4 <!-- Begin of Bookmarks Bar strings--> |
5 <if expr="not is_android and not pp_ifdef('ios') and not pp_ifdef('use_titleca
se')"> | 5 <if expr="not is_android and not pp_ifdef('ios') and not pp_ifdef('use_titleca
se')"> |
6 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Name shown in the tree fo
r the Bookmarks Bar folder."> | 6 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Name shown in the tree fo
r the Bookmarks Bar folder."> |
7 Bookmarks bar | 7 Bookmarks bar |
8 </message> | 8 </message> |
9 </if> | 9 </if> |
10 <if expr="not is_android and not pp_ifdef('ios') and pp_ifdef('use_titlecase')
"> | 10 <if expr="not is_android and not pp_ifdef('ios') and pp_ifdef('use_titlecase')
"> |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 </message> | 176 </message> |
177 </if> | 177 </if> |
178 <if expr="pp_ifdef('use_titlecase')"> | 178 <if expr="pp_ifdef('use_titlecase')"> |
179 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="In Title Case: Tit
le of the bubble after bookmarking a page."> | 179 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="In Title Case: Tit
le of the bubble after bookmarking a page."> |
180 Bookmark Added! | 180 Bookmark Added! |
181 </message> | 181 </message> |
182 </if> | 182 </if> |
183 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble wh
en re-clicking on a bookmark"> | 183 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble wh
en re-clicking on a bookmark"> |
184 Bookmark | 184 Bookmark |
185 </message> | 185 </message> |
186 <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the link the user c
an click to edit details of the bookmark"> | |
187 Edit... | |
188 </message> | |
189 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Link for removing th
e bookmark"> | |
190 Remove | |
191 </message> | |
192 <message name="IDS_BOOKMARK_BUBBLE_TITLE_TEXT" desc="Text preceding the title
of the page that was bookmarked"> | 186 <message name="IDS_BOOKMARK_BUBBLE_TITLE_TEXT" desc="Text preceding the title
of the page that was bookmarked"> |
193 Name: | 187 Name: |
194 </message> | 188 </message> |
195 <message name="IDS_BOOKMARK_BUBBLE_FOLDER_TEXT" desc="Text preceding the folde
r selector"> | 189 <message name="IDS_BOOKMARK_BUBBLE_FOLDER_TEXT" desc="Text preceding the folde
r selector"> |
196 Folder: | 190 Folder: |
197 </message> | 191 </message> |
| 192 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Title of the button
for removing the bookmark"> |
| 193 Remove |
| 194 </message> |
| 195 <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the button the user
can click to edit details of the bookmark"> |
| 196 Edit... |
| 197 </message> |
198 <if expr="not pp_ifdef('use_titlecase')"> | 198 <if expr="not pp_ifdef('use_titlecase')"> |
199 <message name="IDS_BOOKMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="Text in the
combobox allowing the user to choose another folder (by bringing up th editor).
"> | 199 <message name="IDS_BOOKMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="Text in the
combobox allowing the user to choose another folder (by bringing up th editor).
"> |
200 Choose another folder... | 200 Choose another folder... |
201 </message> | 201 </message> |
202 </if> | 202 </if> |
203 <if expr="pp_ifdef('use_titlecase')"> | 203 <if expr="pp_ifdef('use_titlecase')"> |
204 <message name="IDS_BOOKMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="In Title Ca
se: Text in the combobox allowing the user to choose another folder (by bringing
up th editor)."> | 204 <message name="IDS_BOOKMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="In Title Ca
se: Text in the combobox allowing the user to choose another folder (by bringing
up th editor)."> |
205 Choose Another Folder... | 205 Choose Another Folder... |
206 </message> | 206 </message> |
207 </if> | 207 </if> |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
404 <if expr="is_android"> | 404 <if expr="is_android"> |
405 <message name="IDS_BOOKMARK_EDIT_FOLDER" desc="Context menu item for editing
a bookmark folder"> | 405 <message name="IDS_BOOKMARK_EDIT_FOLDER" desc="Context menu item for editing
a bookmark folder"> |
406 Edit folder | 406 Edit folder |
407 </message> | 407 </message> |
408 <message name="IDS_BOOKMARK_REMOVE_FOLDER" desc="Context menu item for remov
ing a bookmark folder"> | 408 <message name="IDS_BOOKMARK_REMOVE_FOLDER" desc="Context menu item for remov
ing a bookmark folder"> |
409 Remove folder | 409 Remove folder |
410 </message> | 410 </message> |
411 </if> | 411 </if> |
412 | 412 |
413 </grit-part> | 413 </grit-part> |
OLD | NEW |