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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 7744055: bookmarks: Fix an obvious typo in IDS_BOOMARK_*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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/nibs/BookmarkAllTabs.xib » ('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 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 6194 matching lines...) Expand 10 before | Expand all | Expand 10 after
6205 Imported From Safari 6205 Imported From Safari
6206 </message> 6206 </message>
6207 <message name="IDS_BOOKMARK_GROUP_FROM_GOOGLE_TOOLBAR" desc="The group nam e of bookmarks from Google Toolbar"> 6207 <message name="IDS_BOOKMARK_GROUP_FROM_GOOGLE_TOOLBAR" desc="The group nam e of bookmarks from Google Toolbar">
6208 Imported From Google Toolbar 6208 Imported From Google Toolbar
6209 </message> 6209 </message>
6210 <message name="IDS_BOOKMARK_GROUP" desc="The group name of bookmarks impor ted from a file"> 6210 <message name="IDS_BOOKMARK_GROUP" desc="The group name of bookmarks impor ted from a file">
6211 Imported 6211 Imported
6212 </message> 6212 </message>
6213 6213
6214 <!-- bookmark editor messages--> 6214 <!-- bookmark editor messages-->
6215 <message name="IDS_BOOMARK_EDITOR_NAME_LABEL" desc="Label shown before the title/name of the URL."> 6215 <message name="IDS_BOOKMARK_EDITOR_NAME_LABEL" desc="Label shown before th e title/name of the URL.">
6216 Name: 6216 Name:
6217 </message> 6217 </message>
6218 <message name="IDS_BOOMARK_EDITOR_URL_LABEL" desc="Label shown before the URL."> 6218 <message name="IDS_BOOKMARK_EDITOR_URL_LABEL" desc="Label shown before the URL.">
6219 URL: 6219 URL:
6220 </message> 6220 </message>
6221 <message name="IDS_BOOMARK_EDITOR_NEW_FOLDER_BUTTON" desc="Text on the new folder button."> 6221 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_BUTTON" desc="Text on the ne w folder button.">
6222 New folder 6222 New folder
6223 </message> 6223 </message>
6224 <message name="IDS_BOOMARK_EDITOR_NEW_FOLDER_MENU_ITEM" desc="Text on the new folder context menu item."> 6224 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_MENU_ITEM" desc="Text on the new folder context menu item.">
6225 &amp;New folder 6225 &amp;New folder
6226 </message> 6226 </message>
6227 <message name="IDS_BOOMARK_EDITOR_TITLE" desc="Title of the window the boo kmark editor is in."> 6227 <message name="IDS_BOOKMARK_EDITOR_TITLE" desc="Title of the window the bo okmark editor is in.">
6228 Edit Bookmark 6228 Edit Bookmark
6229 </message> 6229 </message>
6230 <message name="IDS_BOOMARK_EDITOR_CONFIRM_DELETE" desc="The message shown in the dialog asking the user to confirm deleting a folder."> 6230 <message name="IDS_BOOKMARK_EDITOR_CONFIRM_DELETE" desc="The message shown in the dialog asking the user to confirm deleting a folder.">
6231 This folder contains <ph name="COUNT">$1<ex>5</ex></ph> bookmarks. Are y ou sure you want to delete it? 6231 This folder contains <ph name="COUNT">$1<ex>5</ex></ph> bookmarks. Are y ou sure you want to delete it?
6232 </message> 6232 </message>
6233 <if expr="not pp_ifdef('use_titlecase')"> 6233 <if expr="not pp_ifdef('use_titlecase')">
6234 <message name="IDS_BOOMARK_BAR_FOLDER_NAME" desc="Name shown in the tree for the bookmarks bar folder"> 6234 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Name shown in the tre e for the bookmarks bar folder">
6235 Bookmarks bar 6235 Bookmarks bar
6236 </message> 6236 </message>
6237 <message name="IDS_BOOMARK_BAR_SYNCED_FOLDER_NAME" desc="Name shown in t he tree for the synced bookmarks folder"> 6237 <message name="IDS_BOOKMARK_BAR_SYNCED_FOLDER_NAME" desc="Name shown in the tree for the synced bookmarks folder">
6238 Synced bookmarks 6238 Synced bookmarks
6239 </message> 6239 </message>
6240 <message name="IDS_BOOMARK_BAR_OTHER_FOLDER_NAME" desc="Name shown in th e tree for the other bookmarks folder"> 6240 <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="Name shown in t he tree for the other bookmarks folder">
6241 Other bookmarks 6241 Other bookmarks
6242 </message> 6242 </message>
6243 </if> 6243 </if>
6244 <if expr="pp_ifdef('use_titlecase')"> 6244 <if expr="pp_ifdef('use_titlecase')">
6245 <message name="IDS_BOOMARK_BAR_FOLDER_NAME" desc="In Title Case: Name sh own in the tree for the bookmarks bar folder"> 6245 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="In Title Case: Name s hown in the tree for the bookmarks bar folder">
6246 Bookmarks Bar 6246 Bookmarks Bar
6247 </message> 6247 </message>
6248 <message name="IDS_BOOMARK_BAR_SYNCED_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the synced bookmarks folder"> 6248 <message name="IDS_BOOKMARK_BAR_SYNCED_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the synced bookmarks folder">
6249 Synced Bookmarks 6249 Synced Bookmarks
6250 </message> 6250 </message>
6251 <message name="IDS_BOOMARK_BAR_OTHER_FOLDER_NAME" desc="In Title Case: N ame shown in the tree for the other bookmarks folder"> 6251 <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the other bookmarks folder">
6252 Other Bookmarks 6252 Other Bookmarks
6253 </message> 6253 </message>
6254 </if> 6254 </if>
6255 <message name="IDS_BOOMARK_EDITOR_NEW_FOLDER_NAME" desc="Name for newly cr eated groups"> 6255 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_NAME" desc="Name for newly c reated groups">
6256 New folder 6256 New folder
6257 </message> 6257 </message>
6258 <message name="IDS_BOOMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title of editor for bookmark folders"> 6258 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title of editor for bookmark folders">
6259 Edit folder name 6259 Edit folder name
6260 </message> 6260 </message>
6261 <message name="IDS_BOOMARK_FOLDER_EDITOR_WINDOW_TITLE_NEW" desc="Window ti tle of editor for new bookmark folders"> 6261 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE_NEW" desc="Window t itle of editor for new bookmark folders">
6262 New folder 6262 New folder
6263 </message> 6263 </message>
6264 6264
6265 <!-- bookmark info bubble messages --> 6265 <!-- bookmark info bubble messages -->
6266 <message name="IDS_BOOMARK_BUBBLE_ADD_BOOKMARK" desc="Accessible title of the bubble before bookmarking something"> 6266 <message name="IDS_BOOKMARK_BUBBLE_ADD_BOOKMARK" desc="Accessible title of the bubble before bookmarking something">
6267 Add Bookmark 6267 Add Bookmark
6268 </message> 6268 </message>
6269 <message name="IDS_BOOMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubb le after bookmarking something"> 6269 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bub ble after bookmarking something">
6270 Bookmark Added! 6270 Bookmark Added!
6271 </message> 6271 </message>
6272 <message name="IDS_BOOMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble when re-clicking on a bookmark"> 6272 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubbl e when re-clicking on a bookmark">
6273 Bookmark 6273 Bookmark
6274 </message> 6274 </message>
6275 <message name="IDS_BOOMARK_BUBBLE_OPTIONS" desc="Title of the link the use r can click to edit details of the bookmark"> 6275 <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the link the us er can click to edit details of the bookmark">
6276 Edit... 6276 Edit...
6277 </message> 6277 </message>
6278 <message name="IDS_BOOMARK_BUBBLE_REMOVE_BOOKMARK" desc="Link for removing the bookmark"> 6278 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Link for removin g the bookmark">
6279 Remove 6279 Remove
6280 </message> 6280 </message>
6281 <message name="IDS_BOOMARK_BUBBLE_TITLE_TEXT" desc="Text preceding the tit le of the page that was bookmarked"> 6281 <message name="IDS_BOOKMARK_BUBBLE_TITLE_TEXT" desc="Text preceding the ti tle of the page that was bookmarked">
6282 Name: 6282 Name:
6283 </message> 6283 </message>
6284 <message name="IDS_BOOMARK_BUBBLE_FOLDER_TEXT" desc="Text preceding the fo lder selector"> 6284 <message name="IDS_BOOKMARK_BUBBLE_FOLDER_TEXT" desc="Text preceding the f older selector">
6285 Folder: 6285 Folder:
6286 </message> 6286 </message>
6287 <if expr="not pp_ifdef('use_titlecase')"> 6287 <if expr="not pp_ifdef('use_titlecase')">
6288 <message name="IDS_BOOMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="Text in the combobox allowing the user to choose another folder (by bringing up th edito r)."> 6288 <message name="IDS_BOOKMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="Text in the combobox allowing the user to choose another folder (by bringing up th edit or).">
6289 Choose another folder... 6289 Choose another folder...
6290 </message> 6290 </message>
6291 </if> 6291 </if>
6292 <if expr="pp_ifdef('use_titlecase')"> 6292 <if expr="pp_ifdef('use_titlecase')">
6293 <message name="IDS_BOOMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="In Title Case: Text in the combobox allowing the user to choose another folder (by bring ing up th editor)."> 6293 <message name="IDS_BOOKMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="In Titl e Case: Text in the combobox allowing the user to choose another folder (by brin ging up th editor).">
6294 Choose Another Folder... 6294 Choose Another Folder...
6295 </message> 6295 </message>
6296 </if> 6296 </if>
6297 6297
6298 <!-- Application window menu --> 6298 <!-- Application window menu -->
6299 <if expr="not pp_ifdef('use_titlecase')"> 6299 <if expr="not pp_ifdef('use_titlecase')">
6300 <message name="IDS_APP_MENU_RELOAD" desc="The reload menu in application windows"> 6300 <message name="IDS_APP_MENU_RELOAD" desc="The reload menu in application windows">
6301 Reload 6301 Reload
6302 </message> 6302 </message>
6303 <message name="IDS_APP_MENU_COPY_URL" desc="The copy url menu in applica tion windows"> 6303 <message name="IDS_APP_MENU_COPY_URL" desc="The copy url menu in applica tion windows">
6304 Copy URL 6304 Copy URL
6305 </message> 6305 </message>
6306 <message name="IDS_APP_MENU_NEW_WEB_PAGE" desc="The new webpage menu in application windows"> 6306 <message name="IDS_APP_MENU_NEW_WEB_PAGE" desc="The new webpage menu in application windows">
6307 Open browser window 6307 Open browser window
6308 </message> 6308 </message>
6309 </if> 6309 </if>
6310 <if expr="pp_ifdef('use_titlecase')"> 6310 <if expr="pp_ifdef('use_titlecase')">
6311 <message name="IDS_APP_MENU_RELOAD" desc="In Title Case: The reload menu in application windows"> 6311 <message name="IDS_APP_MENU_RELOAD" desc="In Title Case: The reload menu in application windows">
6312 Reload 6312 Reload
6313 </message> 6313 </message>
6314 <message name="IDS_APP_MENU_COPY_URL" desc="In Title Case: The copy url menu in application windows"> 6314 <message name="IDS_APP_MENU_COPY_URL" desc="In Title Case: The copy url menu in application windows">
6315 Copy URL 6315 Copy URL
6316 </message> 6316 </message>
6317 <message name="IDS_APP_MENU_NEW_WEB_PAGE" desc="In Title Case: The new w ebpage menu in application windows"> 6317 <message name="IDS_APP_MENU_NEW_WEB_PAGE" desc="In Title Case: The new w ebpage menu in application windows">
6318 Open Browser Window 6318 Open Browser Window
6319 </message> 6319 </message>
6320 </if> 6320 </if>
6321 6321
6322 <!-- bookmark bar messages --> 6322 <!-- bookmark bar messages -->
6323 <message name="IDS_BOOMARK_BAR_OTHER_BOOKMARKED" desc="Title of button sho wing other bookmarks"> 6323 <message name="IDS_BOOKMARK_BAR_OTHER_BOOKMARKED" desc="Title of button sh owing other bookmarks">
6324 Other bookmarks 6324 Other bookmarks
6325 </message> 6325 </message>
6326 <if expr="not pp_ifdef('use_titlecase')"> 6326 <if expr="not pp_ifdef('use_titlecase')">
6327 <message name="IDS_BOOMARK_BAR_OPEN_IN_NEW_TAB" desc="Menu description f or loading bookmark in a new tab"> 6327 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="Menu description for loading bookmark in a new tab">
6328 &amp;Open in new tab 6328 &amp;Open in new tab
6329 </message> 6329 </message>
6330 <message name="IDS_BOOMARK_BAR_OPEN_IN_NEW_WINDOW" desc="Menu descriptio n for loading bookmark in a new window"> 6330 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_WINDOW" desc="Menu descripti on for loading bookmark in a new window">
6331 Open in &amp;new window 6331 Open in &amp;new window
6332 </message> 6332 </message>
6333 <message name="IDS_BOOMARK_BAR_OPEN_INCOGNITO" desc="Menu description fo r opening bookmark in incognito window"> 6333 <message name="IDS_BOOKMARK_BAR_OPEN_INCOGNITO" desc="Menu description f or opening bookmark in incognito window">
6334 Open in &amp;incognito window 6334 Open in &amp;incognito window
6335 </message> 6335 </message>
6336 <message name="IDS_BOOMARK_BAR_ADD_NEW_BOOKMARK" desc="Menu title for ad ding a new bookmark entry"> 6336 <message name="IDS_BOOKMARK_BAR_ADD_NEW_BOOKMARK" desc="Menu title for a dding a new bookmark entry">
6337 Add pa&amp;ge... 6337 Add pa&amp;ge...
6338 </message> 6338 </message>
6339 <message name="IDS_BOOMARK_BAR_NEW_FOLDER" desc="Menu title for adding a new folder"> 6339 <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="Menu title for adding a new folder">
6340 Add &amp;folder... 6340 Add &amp;folder...
6341 </message> 6341 </message>
6342 <message name="IDS_BOOMARK_BAR_OPEN_ALL" desc="Menu title for opening al l urls in a bookmark folder"> 6342 <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="Menu title for opening a ll urls in a bookmark folder">
6343 &amp;Open all bookmarks 6343 &amp;Open all bookmarks
6344 </message> 6344 </message>
6345 <message name="IDS_BOOMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="Menu title for opening all urls in a bookmark folder in a new window"> 6345 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="Menu title fo r opening all urls in a bookmark folder in a new window">
6346 Open all bookmarks in &amp;new window 6346 Open all bookmarks in &amp;new window
6347 </message> 6347 </message>
6348 <message name="IDS_BOOMARK_BAR_OPEN_ALL_INCOGNITO" desc="Menu descriptio n for opening all urls in a bookmark folder in an incognito window"> 6348 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="Menu descripti on for opening all urls in a bookmark folder in an incognito window">
6349 Open all bookmarks in &amp;incognito window 6349 Open all bookmarks in &amp;incognito window
6350 </message> 6350 </message>
6351 <message name="IDS_BOOKMARK_BAR_REMOVE" desc="Menu title for removing/un starring a bookmark"> 6351 <message name="IDS_BOOKMARK_BAR_REMOVE" desc="Menu title for removing/un starring a bookmark">
6352 &amp;Delete 6352 &amp;Delete
6353 </message> 6353 </message>
6354 </if> 6354 </if>
6355 <if expr="pp_ifdef('use_titlecase')"> 6355 <if expr="pp_ifdef('use_titlecase')">
6356 <message name="IDS_BOOMARK_BAR_OPEN_IN_NEW_TAB" desc="In Title Case: Men u description for loading bookmark in a new tab"> 6356 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="In Title Case: Me nu description for loading bookmark in a new tab">
6357 &amp;Open in New Tab 6357 &amp;Open in New Tab
6358 </message> 6358 </message>
6359 <message name="IDS_BOOMARK_BAR_OPEN_IN_NEW_WINDOW" desc="In Title Case: Menu description for loading bookmark in a new window"> 6359 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_WINDOW" desc="In Title Case: Menu description for loading bookmark in a new window">
6360 Open in &amp;New Window 6360 Open in &amp;New Window
6361 </message> 6361 </message>
6362 <message name="IDS_BOOMARK_BAR_OPEN_INCOGNITO" desc="In Title Case: Menu description for opening bookmark in incognito window"> 6362 <message name="IDS_BOOKMARK_BAR_OPEN_INCOGNITO" desc="In Title Case: Men u description for opening bookmark in incognito window">
6363 Open in &amp;Incognito Window 6363 Open in &amp;Incognito Window
6364 </message> 6364 </message>
6365 <message name="IDS_BOOMARK_BAR_ADD_NEW_BOOKMARK" desc="In Title Case: Me nu title for adding a new bookmark entry"> 6365 <message name="IDS_BOOKMARK_BAR_ADD_NEW_BOOKMARK" desc="In Title Case: M enu title for adding a new bookmark entry">
6366 Add Pa&amp;ge... 6366 Add Pa&amp;ge...
6367 </message> 6367 </message>
6368 <message name="IDS_BOOMARK_BAR_NEW_FOLDER" desc="In Title Case: Menu tit le for adding a new folder"> 6368 <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="In Title Case: Menu ti tle for adding a new folder">
6369 Add &amp;Folder... 6369 Add &amp;Folder...
6370 </message> 6370 </message>
6371 <message name="IDS_BOOMARK_BAR_OPEN_ALL" desc="In Title Case: Menu title for opening all urls in a bookmark folder"> 6371 <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="In Title Case: Menu titl e for opening all urls in a bookmark folder">
6372 &amp;Open All Bookmarks 6372 &amp;Open All Bookmarks
6373 </message> 6373 </message>
6374 <message name="IDS_BOOMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="In Title Case: Menu title for opening all urls in a bookmark folder in a new window"> 6374 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="In Title Case : Menu title for opening all urls in a bookmark folder in a new window">
6375 Open All Bookmarks in &amp;New Window 6375 Open All Bookmarks in &amp;New Window
6376 </message> 6376 </message>
6377 <message name="IDS_BOOMARK_BAR_OPEN_ALL_INCOGNITO" desc="In Title Case: Menu description for opening all urls in a bookmark folder in an incognito windo w"> 6377 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="In Title Case: Menu description for opening all urls in a bookmark folder in an incognito wind ow">
6378 Open All Bookmarks in &amp;Incognito Window 6378 Open All Bookmarks in &amp;Incognito Window
6379 </message> 6379 </message>
6380 <message name="IDS_BOOKMARK_BAR_REMOVE" desc="In Title Case: Menu title for removing/unstarring a bookmark"> 6380 <message name="IDS_BOOKMARK_BAR_REMOVE" desc="In Title Case: Menu title for removing/unstarring a bookmark">
6381 &amp;Delete 6381 &amp;Delete
6382 </message> 6382 </message>
6383 </if> 6383 </if>
6384 <message name="IDS_BOOMARK_BAR_EDIT_FOLDER_LABEL" desc="Title of label bef ore text field in edit folder dialog"> 6384 <message name="IDS_BOOKMARK_BAR_EDIT_FOLDER_LABEL" desc="Title of label be fore text field in edit folder dialog">
6385 Name: 6385 Name:
6386 </message> 6386 </message>
6387 <if expr="not pp_ifdef('use_titlecase')"> 6387 <if expr="not pp_ifdef('use_titlecase')">
6388 <message name="IDS_BOOKMARK_BAR_EDIT" 6388 <message name="IDS_BOOKMARK_BAR_EDIT"
6389 desc="Title of the bookmark context menu item that brings up th e bookmark editor"> 6389 desc="Title of the bookmark context menu item that brings up th e bookmark editor">
6390 &amp;Edit... 6390 &amp;Edit...
6391 </message> 6391 </message>
6392 <message name="IDS_BOOKMARK_BAR_RENAME_FOLDER" 6392 <message name="IDS_BOOKMARK_BAR_RENAME_FOLDER"
6393 desc="Title of the bookmark context menu item that brings up a dialog to rename a folder"> 6393 desc="Title of the bookmark context menu item that brings up a dialog to rename a folder">
6394 &amp;Rename... 6394 &amp;Rename...
(...skipping 7129 matching lines...) Expand 10 before | Expand all | Expand 10 after
13524 </if> 13524 </if>
13525 </includes> 13525 </includes>
13526 <structures fallback_to_english="true"> 13526 <structures fallback_to_english="true">
13527 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13527 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13528 </structure> 13528 </structure>
13529 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13529 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13530 </structure> 13530 </structure>
13531 </structures> 13531 </structures>
13532 </release> 13532 </release>
13533 </grit> 13533 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/BookmarkAllTabs.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698