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

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

Issue 171673004: Remove pp_ifdef from resource files in chrome/app/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/chromeos_strings.grdp » ('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--> 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 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 use_titlecase">
11 <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.">
12 Bookmarks Bar 12 Bookmarks Bar
13 </message> 13 </message>
14 </if> 14 </if>
15 <if expr="is_android"> 15 <if expr="is_android">
16 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder"> 16 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder">
17 Desktop bookmarks 17 Desktop bookmarks
18 </message> 18 </message>
19 </if> 19 </if>
20 <if expr="is_ios"> 20 <if expr="is_ios">
(...skipping 20 matching lines...) Expand all
41 <message name="IDS_BOOKMARK_GROUP_FROM_SAFARI" desc="The group name of bookmar ks from Safari"> 41 <message name="IDS_BOOKMARK_GROUP_FROM_SAFARI" desc="The group name of bookmar ks from Safari">
42 Imported From Safari 42 Imported From Safari
43 </message> 43 </message>
44 <message name="IDS_BOOKMARK_GROUP_FROM_GOOGLE_TOOLBAR" desc="The group name of bookmarks from Google Toolbar"> 44 <message name="IDS_BOOKMARK_GROUP_FROM_GOOGLE_TOOLBAR" desc="The group name of bookmarks from Google Toolbar">
45 Imported From Google Toolbar 45 Imported From Google Toolbar
46 </message> 46 </message>
47 <message name="IDS_BOOKMARK_GROUP" desc="The group name of bookmarks imported from a file"> 47 <message name="IDS_BOOKMARK_GROUP" desc="The group name of bookmarks imported from a file">
48 Imported 48 Imported
49 </message> 49 </message>
50 50
51 <if expr="not pp_ifdef('use_titlecase')"> 51 <if expr="not use_titlecase">
52 <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="Name shown in the tree for the mobile bookmarks folder"> 52 <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="Name shown in the tree for the mobile bookmarks folder">
53 Mobile bookmarks 53 Mobile bookmarks
54 </message> 54 </message>
55 <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="Name shown in the t ree for the other bookmarks folder"> 55 <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="Name shown in the t ree for the other bookmarks folder">
56 Other bookmarks 56 Other bookmarks
57 </message> 57 </message>
58 <message name="IDS_BOOKMARK_BAR_SHOW_APPS_SHORTCUT" desc="Name shown in the context menu to hide/show the apps shortcut in the bookmakr bar"> 58 <message name="IDS_BOOKMARK_BAR_SHOW_APPS_SHORTCUT" desc="Name shown in the context menu to hide/show the apps shortcut in the bookmakr bar">
59 Show apps shortcut 59 Show apps shortcut
60 </message> 60 </message>
61 </if> 61 </if>
62 <if expr="pp_ifdef('use_titlecase')"> 62 <if expr="use_titlecase">
63 <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">
64 Mobile Bookmarks 64 Mobile Bookmarks
65 </message> 65 </message>
66 <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">
67 Other Bookmarks 67 Other Bookmarks
68 </message> 68 </message>
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"> 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">
70 Show Apps Shortcut 70 Show Apps Shortcut
71 </message> 71 </message>
72 </if> 72 </if>
73 <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">
74 Apps 74 Apps
75 </message> 75 </message>
76 <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">
77 Show apps 77 Show apps
78 </message> 78 </message>
79 <!-- End of Bookmarks Bar strings. --> 79 <!-- End of Bookmarks Bar strings. -->
80 80
81 <!-- Begin of Bookmarks Bar Context Menu strings. --> 81 <!-- Begin of Bookmarks Bar Context Menu strings. -->
82 <if expr="not pp_ifdef('use_titlecase')"> 82 <if expr="not use_titlecase">
83 <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="Menu title for opening all u rls in a bookmark folder"> 83 <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="Menu title for opening all u rls in a bookmark folder">
84 &amp;Open all bookmarks 84 &amp;Open all bookmarks
85 </message> 85 </message>
86 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="Menu title for op ening all urls in a bookmark folder in a new window"> 86 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="Menu title for op ening all urls in a bookmark folder in a new window">
87 Open all bookmarks in &amp;new window 87 Open all bookmarks in &amp;new window
88 </message> 88 </message>
89 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="Menu description f or opening all urls in a bookmark folder in an incognito window"> 89 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="Menu description f or opening all urls in a bookmark folder in an incognito window">
90 Open all bookmarks in &amp;incognito window 90 Open all bookmarks in &amp;incognito window
91 </message> 91 </message>
92 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="Menu description for loading bookmark in a new tab"> 92 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="Menu description for loading bookmark in a new tab">
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 </message> 148 </message>
149 <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="Menu title for adding a ne w folder"> 149 <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="Menu title for adding a ne w folder">
150 Add &amp;folder... 150 Add &amp;folder...
151 </message> 151 </message>
152 <if expr="not is_android"> 152 <if expr="not is_android">
153 <message name="IDS_SHOW_BOOKMARK_BAR" desc="The toggle to show the bookmar k bar"> 153 <message name="IDS_SHOW_BOOKMARK_BAR" desc="The toggle to show the bookmar k bar">
154 &amp;Show bookmarks bar 154 &amp;Show bookmarks bar
155 </message> 155 </message>
156 </if> 156 </if>
157 </if> 157 </if>
158 <if expr="pp_ifdef('use_titlecase')"> 158 <if expr="use_titlecase">
159 <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="In Title Case: Menu title fo r opening all urls in a bookmark folder"> 159 <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="In Title Case: Menu title fo r opening all urls in a bookmark folder">
160 &amp;Open All Bookmarks 160 &amp;Open All Bookmarks
161 </message> 161 </message>
162 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="In Title Case: Me nu title for opening all urls in a bookmark folder in a new window"> 162 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="In Title Case: Me nu title for opening all urls in a bookmark folder in a new window">
163 Open All Bookmarks in &amp;New Window 163 Open All Bookmarks in &amp;New Window
164 </message> 164 </message>
165 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="In Title Case: Men u description for opening all urls in a bookmark folder in an incognito window"> 165 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="In Title Case: Men u description for opening all urls in a bookmark folder in an incognito window">
166 Open All Bookmarks in &amp;Incognito Window 166 Open All Bookmarks in &amp;Incognito Window
167 </message> 167 </message>
168 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="In Title Case: Menu d escription for loading bookmark in a new tab"> 168 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="In Title Case: Menu d escription for loading bookmark in a new tab">
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> tabs? 235 Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> tabs?
236 </message> 236 </message>
237 <if expr="is_android"> 237 <if expr="is_android">
238 <message name="IDS_SHOW_BOOKMARK_BAR" desc="Mobile: The toggle to show the b ookmark bar"> 238 <message name="IDS_SHOW_BOOKMARK_BAR" desc="Mobile: The toggle to show the b ookmark bar">
239 &amp;Always show bookmarks bar 239 &amp;Always show bookmarks bar
240 </message> 240 </message>
241 </if> 241 </if>
242 <!-- End of Bookmarks Bar Context Menu strings. --> 242 <!-- End of Bookmarks Bar Context Menu strings. -->
243 243
244 <!-- Begin of Bookmarks Bubble strings. --> 244 <!-- Begin of Bookmarks Bubble strings. -->
245 <if expr="not pp_ifdef('use_titlecase')"> 245 <if expr="not use_titlecase">
246 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubbl e after bookmarking a page."> 246 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubbl e after bookmarking a page.">
247 Bookmark added! 247 Bookmark added!
248 </message> 248 </message>
249 </if> 249 </if>
250 <if expr="pp_ifdef('use_titlecase')"> 250 <if expr="use_titlecase">
251 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="In Title Case: Tit le of the bubble after bookmarking a page."> 251 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="In Title Case: Tit le of the bubble after bookmarking a page.">
252 Bookmark Added! 252 Bookmark Added!
253 </message> 253 </message>
254 </if> 254 </if>
255 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble wh en re-clicking on a bookmark"> 255 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble wh en re-clicking on a bookmark">
256 Bookmark 256 Bookmark
257 </message> 257 </message>
258 <message name="IDS_BOOKMARK_AX_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble when re-clicking on a bookmark, read by spoken feedback"> 258 <message name="IDS_BOOKMARK_AX_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble when re-clicking on a bookmark, read by spoken feedback">
259 Edit bookmark 259 Edit bookmark
260 </message> 260 </message>
261 <message name="IDS_BOOKMARK_BUBBLE_TITLE_TEXT" desc="Text preceding the title of the page that was bookmarked"> 261 <message name="IDS_BOOKMARK_BUBBLE_TITLE_TEXT" desc="Text preceding the title of the page that was bookmarked">
262 Name: 262 Name:
263 </message> 263 </message>
264 <message name="IDS_BOOKMARK_AX_BUBBLE_TITLE_TEXT" desc="Text preceding the tit le of the page that was bookmarked, read by spoken feedback"> 264 <message name="IDS_BOOKMARK_AX_BUBBLE_TITLE_TEXT" desc="Text preceding the tit le of the page that was bookmarked, read by spoken feedback">
265 Bookmark name 265 Bookmark name
266 </message> 266 </message>
267 <message name="IDS_BOOKMARK_BUBBLE_FOLDER_TEXT" desc="Text preceding the folde r selector"> 267 <message name="IDS_BOOKMARK_BUBBLE_FOLDER_TEXT" desc="Text preceding the folde r selector">
268 Folder: 268 Folder:
269 </message> 269 </message>
270 <message name="IDS_BOOKMARK_AX_BUBBLE_FOLDER_TEXT" desc="Text preceding the fo lder selector"> 270 <message name="IDS_BOOKMARK_AX_BUBBLE_FOLDER_TEXT" desc="Text preceding the fo lder selector">
271 Bookmark folder 271 Bookmark folder
272 </message> 272 </message>
273 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Title of the button for removing the bookmark"> 273 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Title of the button for removing the bookmark">
274 Remove 274 Remove
275 </message> 275 </message>
276 <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the button the user can click to edit details of the bookmark"> 276 <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the button the user can click to edit details of the bookmark">
277 Edit... 277 Edit...
278 </message> 278 </message>
279 <if expr="not pp_ifdef('use_titlecase')"> 279 <if expr="not use_titlecase">
280 <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). "> 280 <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). ">
281 Choose another folder... 281 Choose another folder...
282 </message> 282 </message>
283 </if> 283 </if>
284 <if expr="pp_ifdef('use_titlecase')"> 284 <if expr="use_titlecase">
285 <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)."> 285 <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).">
286 Choose Another Folder... 286 Choose Another Folder...
287 </message> 287 </message>
288 </if> 288 </if>
289 <!-- End of Bookmarks Bubble strings. --> 289 <!-- End of Bookmarks Bubble strings. -->
290 290
291 <!-- Begin of Bookmarks Sync Promo strings. --> 291 <!-- Begin of Bookmarks Sync Promo strings. -->
292 <message name="IDS_BOOKMARK_SYNC_PROMO_MESSAGE" desc="Text of the sync promo d isplayed at the bottom of the bookmark bubble."> 292 <message name="IDS_BOOKMARK_SYNC_PROMO_MESSAGE" desc="Text of the sync promo d isplayed at the bottom of the bookmark bubble.">
293 <ph name="SIGN_IN_LINK">$1<ex>Sign in</ex></ph> to get your bookmarks everyw here. 293 <ph name="SIGN_IN_LINK">$1<ex>Sign in</ex></ph> to get your bookmarks everyw here.
294 </message> 294 </message>
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 <message name="IDS_BOOKMARK_ADD_EDITOR_TITLE" desc="Title of the window the bookmark editor is in when adding a bookmark. [Length: 10em]"> 341 <message name="IDS_BOOKMARK_ADD_EDITOR_TITLE" desc="Title of the window the bookmark editor is in when adding a bookmark. [Length: 10em]">
342 Add Bookmark 342 Add Bookmark
343 </message> 343 </message>
344 <message name="IDS_BOOKMARK_NEW_FOLDER_BUTTON_TITLE" desc="Title for button to create a new folder in Bookmarks [Length: 14em]"> 344 <message name="IDS_BOOKMARK_NEW_FOLDER_BUTTON_TITLE" desc="Title for button to create a new folder in Bookmarks [Length: 14em]">
345 New Folder 345 New Folder
346 </message> 346 </message>
347 <message name="IDS_BOOKMARK_FOLDER_EDITOR_TITLE" desc="Title of the window t he bookmark folder editor is in."> 347 <message name="IDS_BOOKMARK_FOLDER_EDITOR_TITLE" desc="Title of the window t he bookmark folder editor is in.">
348 Edit Folder 348 Edit Folder
349 </message> 349 </message>
350 </if> 350 </if>
351 <if expr="not pp_ifdef('use_titlecase')"> 351 <if expr="not use_titlecase">
352 <message name="IDS_BOOKMARK_ALL_TABS_DIALOG_TITLE" desc="The title of the Bo okmark All Tabs dialog."> 352 <message name="IDS_BOOKMARK_ALL_TABS_DIALOG_TITLE" desc="The title of the Bo okmark All Tabs dialog.">
353 Bookmark all tabs 353 Bookmark all tabs
354 </message> 354 </message>
355 </if> 355 </if>
356 <if expr="pp_ifdef('use_titlecase')"> 356 <if expr="use_titlecase">
357 <message name="IDS_BOOKMARK_ALL_TABS_DIALOG_TITLE" desc="In Title Case: The title of the Bookmark All Tabs dialog."> 357 <message name="IDS_BOOKMARK_ALL_TABS_DIALOG_TITLE" desc="In Title Case: The title of the Bookmark All Tabs dialog.">
358 Bookmark All Tabs 358 Bookmark All Tabs
359 </message> 359 </message>
360 </if> 360 </if>
361 <!-- End of Bookmarks Editor strings. --> 361 <!-- End of Bookmarks Editor strings. -->
362 362
363 <!-- Begin of Bookmarks Prompt strings. --> 363 <!-- Begin of Bookmarks Prompt strings. -->
364 <message name="IDS_BOOKMARK_PROMPT_MESSAGE" desc="Message of bookmark prompt"> 364 <message name="IDS_BOOKMARK_PROMPT_MESSAGE" desc="Message of bookmark prompt">
365 Like this site? Click here to bookmark it! 365 Like this site? Click here to bookmark it!
366 </message> 366 </message>
367 <message name="IDS_BOOKMARK_PROMPT_DISMISS" desc="Link for dismissing bookmark prompt"> 367 <message name="IDS_BOOKMARK_PROMPT_DISMISS" desc="Link for dismissing bookmark prompt">
368 Dismiss 368 Dismiss
369 </message> 369 </message>
370 <!-- End of Bookmarks Prompt strings. --> 370 <!-- End of Bookmarks Prompt strings. -->
371 371
372 <!-- Begin of Bookmarks Manager strings. --> 372 <!-- Begin of Bookmarks Manager strings. -->
373 <message name="IDS_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark manager window."> 373 <message name="IDS_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark manager window.">
374 Bookmark Manager 374 Bookmark Manager
375 </message> 375 </message>
376 <message name="IDS_BOOKMARK_MANAGER_SEARCH_BUTTON" desc="Title of the button i n the bookmark manager that triggers a search"> 376 <message name="IDS_BOOKMARK_MANAGER_SEARCH_BUTTON" desc="Title of the button i n the bookmark manager that triggers a search">
377 Search bookmarks 377 Search bookmarks
378 </message> 378 </message>
379 <if expr="not pp_ifdef('use_titlecase')"> 379 <if expr="not use_titlecase">
380 <message name="IDS_BOOKMARK_MANAGER" desc="The label of the menu item that s hows the bookmark manager"> 380 <message name="IDS_BOOKMARK_MANAGER" desc="The label of the menu item that s hows the bookmark manager">
381 &amp;Bookmark manager 381 &amp;Bookmark manager
382 </message> 382 </message>
383 <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="Title of the organi ze menu in the bookmark manager."> 383 <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="Title of the organi ze menu in the bookmark manager.">
384 Organize 384 Organize
385 </message> 385 </message>
386 <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."> 386 <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.">
387 Show in folder 387 Show in folder
388 </message> 388 </message>
389 <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."> 389 <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.">
(...skipping 14 matching lines...) Expand all
404 <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."> 404 <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.">
405 Invalid URL. 405 Invalid URL.
406 </message> 406 </message>
407 <message name="IDS_BOOKMARK_MANAGER_RECENT" desc="The label for the tree ite m that shows the recently added bookmarks."> 407 <message name="IDS_BOOKMARK_MANAGER_RECENT" desc="The label for the tree ite m that shows the recently added bookmarks.">
408 Recent 408 Recent
409 </message> 409 </message>
410 <message name="IDS_BOOKMARK_MANAGER_SEARCH" desc="The label for the tree ite m that shows the search results for the bookmarks."> 410 <message name="IDS_BOOKMARK_MANAGER_SEARCH" desc="The label for the tree ite m that shows the search results for the bookmarks.">
411 Search 411 Search
412 </message> 412 </message>
413 </if> 413 </if>
414 <if expr="pp_ifdef('use_titlecase')"> 414 <if expr="use_titlecase">
415 <message name="IDS_BOOKMARK_MANAGER" desc="In Title Case: The label of the m enu item that shows the bookmark manager"> 415 <message name="IDS_BOOKMARK_MANAGER" desc="In Title Case: The label of the m enu item that shows the bookmark manager">
416 &amp;Bookmark Manager 416 &amp;Bookmark Manager
417 </message> 417 </message>
418 <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="In Title Case: Titl e of the organize menu in the bookmark manager."> 418 <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="In Title Case: Titl e of the organize menu in the bookmark manager.">
419 Organize 419 Organize
420 </message> 420 </message>
421 <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."> 421 <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.">
422 Show in Folder 422 Show in Folder
423 </message> 423 </message>
424 <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."> 424 <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.">
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 </if> 459 </if>
460 <message name="IDS_EXPORT_BOOKMARKS_DEFAULT_FILENAME" desc="Filename that pre- populates the filename field when user attempts to export his bookmarks from Boo kmark Manager."> 460 <message name="IDS_EXPORT_BOOKMARKS_DEFAULT_FILENAME" desc="Filename that pre- populates the filename field when user attempts to export his bookmarks from Boo kmark Manager.">
461 bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html 461 bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html
462 </message> 462 </message>
463 <!-- End of Bookmarks Manager strings. --> 463 <!-- End of Bookmarks Manager strings. -->
464 464
465 <!-- Begin of Bookmarks Menu (in the Main Menu) strings. --> 465 <!-- Begin of Bookmarks Menu (in the Main Menu) strings. -->
466 <message name="IDS_BOOKMARKS_MENU" desc="The title of the Bookmarks menu in th e Main menu and in the Mac menu bar."> 466 <message name="IDS_BOOKMARKS_MENU" desc="The title of the Bookmarks menu in th e Main menu and in the Mac menu bar.">
467 &amp;Bookmarks 467 &amp;Bookmarks
468 </message> 468 </message>
469 <if expr="not pp_ifdef('use_titlecase')"> 469 <if expr="not use_titlecase">
470 <message name="IDS_BOOKMARK_THIS_PAGE" desc="Title of the menu item that boo kmarks the current page."> 470 <message name="IDS_BOOKMARK_THIS_PAGE" desc="Title of the menu item that boo kmarks the current page.">
471 Bookmark this page... 471 Bookmark this page...
472 </message> 472 </message>
473 </if> 473 </if>
474 <if expr="pp_ifdef('use_titlecase')"> 474 <if expr="use_titlecase">
475 <message name="IDS_BOOKMARK_THIS_PAGE" desc="In Title Case: Title of the men u item that bookmarks the current page."> 475 <message name="IDS_BOOKMARK_THIS_PAGE" desc="In Title Case: Title of the men u item that bookmarks the current page.">
476 Bookmark This Page... 476 Bookmark This Page...
477 </message> 477 </message>
478 </if> 478 </if>
479 <if expr="not pp_ifdef('use_titlecase')"> 479 <if expr="not use_titlecase">
480 <message name="IDS_BOOKMARK_OPEN_PAGES" desc="Title of the menu item that bo okmarks all the pages opened in this window."> 480 <message name="IDS_BOOKMARK_OPEN_PAGES" desc="Title of the menu item that bo okmarks all the pages opened in this window.">
481 Bookmark open pages... 481 Bookmark open pages...
482 </message> 482 </message>
483 </if> 483 </if>
484 <if expr="pp_ifdef('use_titlecase')"> 484 <if expr="use_titlecase">
485 <message name="IDS_BOOKMARK_OPEN_PAGES" desc="In Title Case: Title of the me nu item that bookmarks all the pages opened in this window."> 485 <message name="IDS_BOOKMARK_OPEN_PAGES" desc="In Title Case: Title of the me nu item that bookmarks all the pages opened in this window.">
486 Bookmark Open Pages... 486 Bookmark Open Pages...
487 </message> 487 </message>
488 </if> 488 </if>
489 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> 489 <!-- End of Bookmarks Menu (in the Main Menu) strings. -->
490 490
491 <!-- Being of Bookmark Star button strings. --> 491 <!-- Being of Bookmark Star button strings. -->
492 <message name="IDS_TOOLTIP_STAR" desc="The tooltip shown when you hover the st ar button in the right side of the location bar."> 492 <message name="IDS_TOOLTIP_STAR" desc="The tooltip shown when you hover the st ar button in the right side of the location bar.">
493 Bookmark this page 493 Bookmark this page
494 </message> 494 </message>
495 <message name="IDS_TOOLTIP_STARRED" desc="The tooltip shown when you hover the star button in the right side of the location bar and the current page is bookm arked."> 495 <message name="IDS_TOOLTIP_STARRED" desc="The tooltip shown when you hover the star button in the right side of the location bar and the current page is bookm arked.">
496 Edit bookmark for this page 496 Edit bookmark for this page
497 </message> 497 </message>
498 <!-- End of Bookmark Star button strings. --> 498 <!-- End of Bookmark Star button strings. -->
499 499
500 <if expr="is_android"> 500 <if expr="is_android">
501 <message name="IDS_BOOKMARK_EDIT_FOLDER" desc="Context menu item for editing a bookmark folder"> 501 <message name="IDS_BOOKMARK_EDIT_FOLDER" desc="Context menu item for editing a bookmark folder">
502 Edit folder 502 Edit folder
503 </message> 503 </message>
504 <message name="IDS_BOOKMARK_REMOVE_FOLDER" desc="Context menu item for remov ing a bookmark folder"> 504 <message name="IDS_BOOKMARK_REMOVE_FOLDER" desc="Context menu item for remov ing a bookmark folder">
505 Remove folder 505 Remove folder
506 </message> 506 </message>
507 </if> 507 </if>
508 508
509 </grit-part> 509 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chromeos_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698