Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Side by Side Diff: chrome/app/bookmarks_strings.grdp

Issue 16699002: bookmarks: Get rid of IDS_BOOKMARK_MANAGER_TOOLS_MENU. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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-->
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.">
7 Bookmarks bar
8 </message>
9 </if>
4 <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') ">
5 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the Bookmarks Bar folder."> 11 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the Bookmarks Bar folder.">
6 Bookmarks Bar 12 Bookmarks Bar
7 </message> 13 </message>
8 </if> 14 </if>
9 <if expr="not is_android and not pp_ifdef('ios') and not pp_ifdef('use_titleca se')"> 15 <if expr="is_android">
10 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Name shown in the tree fo r the Bookmarks Bar folder."> 16 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder">
11 Bookmarks bar 17 Desktop bookmarks
18 </message>
19 </if>
20 <if expr="pp_ifdef('ios')">
21 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder">
22 Desktop Bookmarks
12 </message> 23 </message>
13 </if> 24 </if>
14 25
15 <!-- Begin of Bookmarks Bar strings-->
16
17 <!-- The following two strings are shown when the user has no bookmarks yet. - -> 26 <!-- The following two strings are shown when the user has no bookmarks yet. - ->
18 <message name="IDS_BOOKMARKS_NO_ITEMS" desc="Text shown when the user has no b ookmarks"> 27 <message name="IDS_BOOKMARKS_NO_ITEMS" desc="Text shown when the user has no b ookmarks">
19 For quick access, place your bookmarks here on the bookmarks bar. 28 For quick access, place your bookmarks here on the bookmarks bar.
20 </message> 29 </message>
21 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing "> 30 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
22 Import bookmarks now... 31 Import bookmarks now...
23 </message> 32 </message>
24 33
25 <!-- The special folders created when importing from other other browsers. --> 34 <!-- The special folders created when importing from other other browsers. -->
26 <message name="IDS_BOOKMARK_GROUP_FROM_IE" desc="The group name of bookmarks f rom Internet Explorer"> 35 <message name="IDS_BOOKMARK_GROUP_FROM_IE" desc="The group name of bookmarks f rom Internet Explorer">
(...skipping 27 matching lines...) Expand all
54 <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="In Title Case: Nam e shown in the tree for the mobile bookmarks folder"> 63 <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="In Title Case: Nam e shown in the tree for the mobile bookmarks folder">
55 Mobile Bookmarks 64 Mobile Bookmarks
56 </message> 65 </message>
57 <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the other bookmarks folder"> 66 <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the other bookmarks folder">
58 Other Bookmarks 67 Other Bookmarks
59 </message> 68 </message>
60 <message name="IDS_BOOKMARK_BAR_SHOW_APPS_SHORTCUT" desc="In Title Case: Nam e shown in the context menu to hide/show the apps shortcut in the bookmakr bar"> 69 <message name="IDS_BOOKMARK_BAR_SHOW_APPS_SHORTCUT" desc="In Title Case: Nam e shown in the context menu to hide/show the apps shortcut in the bookmakr bar">
61 Show Apps Shortcut 70 Show Apps Shortcut
62 </message> 71 </message>
63 </if> 72 </if>
64 <if expr="is_android">
65 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder">
66 Desktop bookmarks
67 </message>
68 </if>
69 <if expr="pp_ifdef('ios')">
70 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder">
71 Desktop Bookmarks
72 </message>
73 </if>
74 <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_NAME" desc="Name shown in the bo okmark bar for the apps page shortcut"> 73 <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_NAME" desc="Name shown in the bo okmark bar for the apps page shortcut">
75 Apps 74 Apps
76 </message> 75 </message>
77 <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_TOOLTIP" desc="Text shown in the tooltip of the apps page shortcut in the bookmark bar"> 76 <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_TOOLTIP" desc="Text shown in the tooltip of the apps page shortcut in the bookmark bar">
78 Show apps 77 Show apps
79 </message> 78 </message>
80 <!-- End of Bookmarks Bar strings. --> 79 <!-- End of Bookmarks Bar strings. -->
81 80
82 <!-- Begin of Bookmarks Bar Context Menu strings. --> 81 <!-- Begin of Bookmarks Bar Context Menu strings. -->
83 <if expr="not pp_ifdef('use_titlecase')"> 82 <if expr="not pp_ifdef('use_titlecase')">
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 <message name="IDS_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark manager window."> 277 <message name="IDS_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark manager window.">
279 Bookmark Manager 278 Bookmark Manager
280 </message> 279 </message>
281 <message name="IDS_BOOKMARK_MANAGER_SEARCH_BUTTON" desc="Title of the button i n the bookmark manager that triggers a search"> 280 <message name="IDS_BOOKMARK_MANAGER_SEARCH_BUTTON" desc="Title of the button i n the bookmark manager that triggers a search">
282 Search bookmarks 281 Search bookmarks
283 </message> 282 </message>
284 <if expr="not pp_ifdef('use_titlecase')"> 283 <if expr="not pp_ifdef('use_titlecase')">
285 <message name="IDS_BOOKMARK_MANAGER" desc="The label of the menu item that s hows the bookmark manager"> 284 <message name="IDS_BOOKMARK_MANAGER" desc="The label of the menu item that s hows the bookmark manager">
286 &amp;Bookmark manager 285 &amp;Bookmark manager
287 </message> 286 </message>
287 <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="Title of the organi ze menu in the bookmark manager.">
288 Organize
289 </message>
288 <message name="IDS_BOOKMARK_MANAGER_SHOW_IN_FOLDER" desc="The label of the m enu item in the bookmark manager context menu that changes the selection in the tree to match the folder of the selected item in the table."> 290 <message name="IDS_BOOKMARK_MANAGER_SHOW_IN_FOLDER" desc="The label of the m enu item in the bookmark manager context menu that changes the selection in the tree to match the folder of the selected item in the table.">
289 Show in folder 291 Show in folder
290 </message> 292 </message>
291 <message name="IDS_BOOKMARK_MANAGER_SORT" desc="The label of the menu item i n the bookmark manager organize menu that alphabetizes the bookmarks/folders by title."> 293 <message name="IDS_BOOKMARK_MANAGER_SORT" desc="The label of the menu item i n the bookmark manager organize menu that alphabetizes the bookmarks/folders by title.">
292 Reorder by title 294 Reorder by title
293 </message> 295 </message>
294 <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="Title of the organi ze menu in the bookmark manager.">
295 Organize
296 </message>
297 <message name="IDS_BOOKMARK_MANAGER_TOOLS_MENU" desc="Title of the tools men u in the bookmark manager.">
298 Tools
299 </message>
300 <message name="IDS_BOOKMARK_MANAGER_IMPORT_MENU" desc="Title of the import m enu item in the bookmark manager."> 296 <message name="IDS_BOOKMARK_MANAGER_IMPORT_MENU" desc="Title of the import m enu item in the bookmark manager.">
301 Import bookmarks from HTML file... 297 Import bookmarks from HTML file...
302 </message> 298 </message>
303 <message name="IDS_BOOKMARK_MANAGER_EXPORT_MENU" desc="Title of the export m enu item in the bookmark manager."> 299 <message name="IDS_BOOKMARK_MANAGER_EXPORT_MENU" desc="Title of the export m enu item in the bookmark manager.">
304 Export bookmarks to HTML file... 300 Export bookmarks to HTML file...
305 </message> 301 </message>
306 <message name="IDS_BOOKMARK_MANAGER_NAME_INPUT_PLACE_HOLDER" desc="Text to s how in the URL input field when editing or creating bookmarks."> 302 <message name="IDS_BOOKMARK_MANAGER_NAME_INPUT_PLACE_HOLDER" desc="Text to s how in the URL input field when editing or creating bookmarks.">
307 Name 303 Name
308 </message> 304 </message>
309 <message name="IDS_BOOKMARK_MANAGER_URL_INPUT_PLACE_HOLDER" desc="Text to sh ow in the URL input field when editing or creating bookmarks."> 305 <message name="IDS_BOOKMARK_MANAGER_URL_INPUT_PLACE_HOLDER" desc="Text to sh ow in the URL input field when editing or creating bookmarks.">
310 URL 306 URL
311 </message> 307 </message>
312 <message name="IDS_BOOKMARK_MANAGER_INVALID_URL" desc="Error message to disp lay when the user tries to edit or create a bookmark with an invalid URL."> 308 <message name="IDS_BOOKMARK_MANAGER_INVALID_URL" desc="Error message to disp lay when the user tries to edit or create a bookmark with an invalid URL.">
313 Invalid URL. 309 Invalid URL.
314 </message> 310 </message>
315 <message name="IDS_BOOKMARK_MANAGER_RECENT" desc="The label for the tree ite m that shows the recently added bookmarks."> 311 <message name="IDS_BOOKMARK_MANAGER_RECENT" desc="The label for the tree ite m that shows the recently added bookmarks.">
316 Recent 312 Recent
317 </message> 313 </message>
318 <message name="IDS_BOOKMARK_MANAGER_SEARCH" desc="The label for the tree ite m that shows the search results for the bookmarks."> 314 <message name="IDS_BOOKMARK_MANAGER_SEARCH" desc="The label for the tree ite m that shows the search results for the bookmarks.">
319 Search 315 Search
320 </message> 316 </message>
321 </if> 317 </if>
322 <if expr="pp_ifdef('use_titlecase')"> 318 <if expr="pp_ifdef('use_titlecase')">
323 <message name="IDS_BOOKMARK_MANAGER" desc="In Title Case: The label of the m enu item that shows the bookmark manager"> 319 <message name="IDS_BOOKMARK_MANAGER" desc="In Title Case: The label of the m enu item that shows the bookmark manager">
324 &amp;Bookmark Manager 320 &amp;Bookmark Manager
325 </message> 321 </message>
322 <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="In Title Case: Titl e of the organize menu in the bookmark manager.">
323 Organize
324 </message>
326 <message name="IDS_BOOKMARK_MANAGER_SHOW_IN_FOLDER" desc="In Title Case: The label of the menu item in the bookmark manager context menu that changes the se lection in the tree to match the folder of the selected item in the table."> 325 <message name="IDS_BOOKMARK_MANAGER_SHOW_IN_FOLDER" desc="In Title Case: The label of the menu item in the bookmark manager context menu that changes the se lection in the tree to match the folder of the selected item in the table.">
327 Show in Folder 326 Show in Folder
328 </message> 327 </message>
329 <message name="IDS_BOOKMARK_MANAGER_SORT" desc="In Title Case: The label of the menu item in the bookmark manager organize menu that alphabetizes the bookma rks/folders by title."> 328 <message name="IDS_BOOKMARK_MANAGER_SORT" desc="In Title Case: The label of the menu item in the bookmark manager organize menu that alphabetizes the bookma rks/folders by title.">
330 Reorder by Title 329 Reorder by Title
331 </message> 330 </message>
332 <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="In Title Case: Titl e of the organize menu in the bookmark manager.">
333 Organize
334 </message>
335 <message name="IDS_BOOKMARK_MANAGER_TOOLS_MENU" desc="In Title Case: Title o f the tools menu in the bookmark manager.">
336 Tools
337 </message>
338 <message name="IDS_BOOKMARK_MANAGER_IMPORT_MENU" desc="In Title Case: Title of the import menu item in the bookmark manager."> 331 <message name="IDS_BOOKMARK_MANAGER_IMPORT_MENU" desc="In Title Case: Title of the import menu item in the bookmark manager.">
339 Import Bookmarks from HTML File... 332 Import Bookmarks from HTML File...
340 </message> 333 </message>
341 <message name="IDS_BOOKMARK_MANAGER_EXPORT_MENU" desc="In Title Case: Title of the export menu item in the bookmark manager."> 334 <message name="IDS_BOOKMARK_MANAGER_EXPORT_MENU" desc="In Title Case: Title of the export menu item in the bookmark manager.">
342 Export Bookmarks to HTML File... 335 Export Bookmarks to HTML File...
343 </message> 336 </message>
344 <message name="IDS_BOOKMARK_MANAGER_NAME_INPUT_PLACE_HOLDER" desc="In Title Case: Text to show in the URL input field when editing or creating bookmarks."> 337 <message name="IDS_BOOKMARK_MANAGER_NAME_INPUT_PLACE_HOLDER" desc="In Title Case: Text to show in the URL input field when editing or creating bookmarks.">
345 Name 338 Name
346 </message> 339 </message>
347 <message name="IDS_BOOKMARK_MANAGER_URL_INPUT_PLACE_HOLDER" desc="In Title C ase: Text to show in the URL input field when editing or creating bookmarks."> 340 <message name="IDS_BOOKMARK_MANAGER_URL_INPUT_PLACE_HOLDER" desc="In Title C ase: Text to show in the URL input field when editing or creating bookmarks.">
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 <if expr="is_android"> 404 <if expr="is_android">
412 <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">
413 Edit folder 406 Edit folder
414 </message> 407 </message>
415 <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">
416 Remove folder 409 Remove folder
417 </message> 410 </message>
418 </if> 411 </if>
419 412
420 </grit-part> 413 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698