Chromium Code Reviews| 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 is_ios and not pp_ifdef('use_titlecase')"> | 5 <if expr="not is_android and not is_ios and not pp_ifdef('use_titlecase')"> |
| 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 is_ios and pp_ifdef('use_titlecase')"> | 10 <if expr="not is_android and not is_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_PAGE_BOOKMARK_ACCESSIBILITY" desc="Title of the bubble when re-clicking on a bookmark, read by text-to-speach accessability feature"> | |
|
David Tseng
2013/11/20 22:13:27
s/accessability/accessibility (and you probably co
zel
2013/11/21 00:19:23
Done.
| |
| 187 Edit bookmark | |
| 188 </message> | |
| 186 <message name="IDS_BOOKMARK_BUBBLE_TITLE_TEXT" desc="Text preceding the title of the page that was bookmarked"> | 189 <message name="IDS_BOOKMARK_BUBBLE_TITLE_TEXT" desc="Text preceding the title of the page that was bookmarked"> |
| 187 Name: | 190 Name: |
| 188 </message> | 191 </message> |
| 192 <message name="IDS_BOOKMARK_BUBBLE_TITLE_ACCESSIBILITY_TEXT" desc="Text preced ing the title of the page that was bookmarked, read by text-to-speach accessabil ity feature"> | |
| 193 Bookmark name | |
| 194 </message> | |
| 189 <message name="IDS_BOOKMARK_BUBBLE_FOLDER_TEXT" desc="Text preceding the folde r selector"> | 195 <message name="IDS_BOOKMARK_BUBBLE_FOLDER_TEXT" desc="Text preceding the folde r selector"> |
| 190 Folder: | 196 Folder: |
| 191 </message> | 197 </message> |
| 198 <message name="IDS_BOOKMARK_BUBBLE_FOLDER_ACCESSIBILITY_TEXT" desc="Text prece ding the folder selector"> | |
| 199 Bookmark folder | |
| 200 </message> | |
| 192 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Title of the button for removing the bookmark"> | 201 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Title of the button for removing the bookmark"> |
| 193 Remove | 202 Remove |
| 194 </message> | 203 </message> |
| 195 <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the button the user can click to edit details of the bookmark"> | 204 <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the button the user can click to edit details of the bookmark"> |
| 196 Edit... | 205 Edit... |
| 197 </message> | 206 </message> |
| 198 <if expr="not pp_ifdef('use_titlecase')"> | 207 <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). "> | 208 <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... | 209 Choose another folder... |
| 201 </message> | 210 </message> |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 413 <if expr="is_android"> | 422 <if expr="is_android"> |
| 414 <message name="IDS_BOOKMARK_EDIT_FOLDER" desc="Context menu item for editing a bookmark folder"> | 423 <message name="IDS_BOOKMARK_EDIT_FOLDER" desc="Context menu item for editing a bookmark folder"> |
| 415 Edit folder | 424 Edit folder |
| 416 </message> | 425 </message> |
| 417 <message name="IDS_BOOKMARK_REMOVE_FOLDER" desc="Context menu item for remov ing a bookmark folder"> | 426 <message name="IDS_BOOKMARK_REMOVE_FOLDER" desc="Context menu item for remov ing a bookmark folder"> |
| 418 Remove folder | 427 Remove folder |
| 419 </message> | 428 </message> |
| 420 </if> | 429 </if> |
| 421 | 430 |
| 422 </grit-part> | 431 </grit-part> |
| OLD | NEW |