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"> | 186 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BUTTON" desc="Title of the button fo r removing the bookmark"> |
msw
2013/06/15 20:51:44
Keep the IDS names the same for now, to make this
tfarina
2013/06/16 13:47:17
Done.
| |
187 Remove | |
188 </message> | |
189 <message name="IDS_BOOKMARK_BUBBLE_EDIT_BUTTON" desc="Title of the button the user can click to edit details of the bookmark"> | |
187 Edit... | 190 Edit... |
188 </message> | 191 </message> |
189 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Link for removing th e bookmark"> | 192 <if expr="is_macosx"> |
190 Remove | 193 <message name="IDS_BOOKMARK_BUBBLE_NAME_LABEL" desc="Text preceding the titl e of the page that was bookmarked"> |
191 </message> | 194 Name: |
192 <message name="IDS_BOOKMARK_BUBBLE_TITLE_TEXT" desc="Text preceding the title of the page that was bookmarked"> | 195 </message> |
193 Name: | 196 <message name="IDS_BOOKMARK_BUBBLE_FOLDER_LABEL" desc="Text preceding the fo lder selector"> |
194 </message> | 197 Folder: |
195 <message name="IDS_BOOKMARK_BUBBLE_FOLDER_TEXT" desc="Text preceding the folde r selector"> | 198 </message> |
196 Folder: | 199 </if> |
197 </message> | 200 <if expr="not is_macosx"> |
201 <message name="IDS_BOOKMARK_BUBBLE_NAME_LABEL" desc="Text preceding the titl e of the page that was bookmarked"> | |
202 Name | |
203 </message> | |
204 <message name="IDS_BOOKMARK_BUBBLE_FOLDER_LABEL" desc="Text preceding the fo lder selector"> | |
205 Folder | |
206 </message> | |
207 </if> | |
198 <if expr="not pp_ifdef('use_titlecase')"> | 208 <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). "> | 209 <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... | 210 Choose another folder... |
201 </message> | 211 </message> |
202 </if> | 212 </if> |
203 <if expr="pp_ifdef('use_titlecase')"> | 213 <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)."> | 214 <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... | 215 Choose Another Folder... |
206 </message> | 216 </message> |
207 </if> | 217 </if> |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
404 <if expr="is_android"> | 414 <if expr="is_android"> |
405 <message name="IDS_BOOKMARK_EDIT_FOLDER" desc="Context menu item for editing a bookmark folder"> | 415 <message name="IDS_BOOKMARK_EDIT_FOLDER" desc="Context menu item for editing a bookmark folder"> |
406 Edit folder | 416 Edit folder |
407 </message> | 417 </message> |
408 <message name="IDS_BOOKMARK_REMOVE_FOLDER" desc="Context menu item for remov ing a bookmark folder"> | 418 <message name="IDS_BOOKMARK_REMOVE_FOLDER" desc="Context menu item for remov ing a bookmark folder"> |
409 Remove folder | 419 Remove folder |
410 </message> | 420 </message> |
411 </if> | 421 </if> |
412 | 422 |
413 </grit-part> | 423 </grit-part> |
OLD | NEW |