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

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

Issue 6296017: dom-ui settings: enable languages & spell checker settings for all platforms.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: code review tweak Created 9 years, 11 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/browser/dom_ui/options/advanced_options_handler.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 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 6438 matching lines...) Expand 10 before | Expand all | Expand 10 after
6449 <message name="IDS_FONT_LANGUAGE_SETTING_FONT_SIZE_TINY" desc="Label for t he 'Tiny' side of the font size range selector"> 6449 <message name="IDS_FONT_LANGUAGE_SETTING_FONT_SIZE_TINY" desc="Label for t he 'Tiny' side of the font size range selector">
6450 Tiny 6450 Tiny
6451 </message> 6451 </message>
6452 <message name="IDS_FONT_LANGUAGE_SETTING_FONT_SIZE_HUGE" desc="Label for t he 'Huge' side of the font size range selector"> 6452 <message name="IDS_FONT_LANGUAGE_SETTING_FONT_SIZE_HUGE" desc="Label for t he 'Huge' side of the font size range selector">
6453 Huge 6453 Huge
6454 </message> 6454 </message>
6455 <message name="IDS_FONT_LANGUAGE_SETTING_LOREM_IPSUM" desc="Sample text of 'Lorem ipsum' used to show the selected font/size"> 6455 <message name="IDS_FONT_LANGUAGE_SETTING_LOREM_IPSUM" desc="Sample text of 'Lorem ipsum' used to show the selected font/size">
6456 Lorem ipsum dolor sit amet, consectetur adipiscing elit. 6456 Lorem ipsum dolor sit amet, consectetur adipiscing elit.
6457 </message> 6457 </message>
6458 6458
6459 <!-- Language & spell-checker settings -->
6460 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_DIALOG_TITLE">
6461 Languages and Input
6462 </message>
6463 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_LANGUAGES" desc="The label f or the list of languages">
6464 Languages
6465 </message>
6466 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_ADD_BUTTON"
6467 desc="The label for the add button for adding a language">
6468 Add
6469 </message>
6470 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_REMOVE_BUTTON"
6471 desc="The label for the remove button for removing a language">
6472 Remove
6473 </message>
6474 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_ADD_LANGUAGE_INSTRUCTIONS"
6475 desc="Explanatory message about how to add and order languages">
6476 Add languages and drag to order them based on your preference.
6477 </message>
6478 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PLEASE_ADD_ANOTHER_LANGUAGE"
6479 desc="Warning invoked when the user tries to remove the last lang uage">
6480 Please add another language before removing this one.
6481 </message>
6482 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CANNOT_BE_DISPLAYED_IN_THIS_ LANGUAGE"
6483 desc="The label for a language that cannot be used for UI">
6484 <ph name="PRODUCT_NAME">$1<ex>Chrome OS</ex></ph> cannot be displayed in this language
6485 </message>
6486 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_IS_DISPLAYED_IN_THIS_LANGUAG E"
6487 desc="The label for a language that is currently used for UI">
6488 <ph name="PRODUCT_NAME">$1<ex>Chrome OS</ex></ph> is displayed in this l anguage
6489 </message>
6490 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_DISPLAY_IN_THIS_LANGUAGE"
6491 desc="The label is used for a button that changes the UI
6492 language of Chrome OS">
6493 Display <ph name="PRODUCT_NAME">$1<ex>Chrome OS</ex></ph> in this langua ge
6494 </message>
6495 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_THIS_LANGUAGE_IS_CURRENTLY_I N_USE"
6496 desc="Warning invoked when the user tries to remove the language used for displaying Chrome OS">
6497 This language is currently in use for displaying <ph name="PRODUCT_NAME" >$1<ex>Chrome OS</ex></ph>.
6498 </message>
6499 <message name="IDS_OPTIONS_SETTINGS_USE_THIS_FOR_SPELL_CHECKING"
6500 desc="The label for a language a button that changes the spell ch eck language of Chrome OS">
6501 Use this language for spell checking
6502 </message>
6503 <message name="IDS_OPTIONS_SETTINGS_CANNOT_BE_USED_FOR_SPELL_CHECKING"
6504 desc="The label for a language that cannot be used for spell chec king">
6505 This language cannot be used for spell checking
6506 </message>
6507 <message name="IDS_OPTIONS_SETTINGS_IS_USED_FOR_SPELL_CHECKING"
6508 desc="The label for a language that is currently used for spell c hecking">
6509 This language is used for spell checking
6510 </message>
6511 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_RESTART_BUTTON"
6512 desc="The label for the restart button for changing UI language">
6513 Restart
6514 </message>
6515 <message name="IDS_OPTIONS_LANGUAGES_ADD_TITLE" desc="The title for the ad d language dialog.">
6516 Add language:
6517 </message>
6518 <message name="IDS_OPTIONS_LANGUAGES_ADD_SELECT_LABEL" desc="The label for the add language select control.">
6519 Language:
6520 </message>
6521
6459 <!-- HTTP POST Warning --> 6522 <!-- HTTP POST Warning -->
6460 <message name="IDS_HTTP_POST_WARNING_TITLE" desc="Title for dialog that wa rns users about a navigation that results in a repost"> 6523 <message name="IDS_HTTP_POST_WARNING_TITLE" desc="Title for dialog that wa rns users about a navigation that results in a repost">
6461 Confirm Form Resubmission 6524 Confirm Form Resubmission
6462 </message> 6525 </message>
6463 <message name="IDS_HTTP_POST_WARNING" desc="Re-navigation to page that lea ds to HTTP POST"> 6526 <message name="IDS_HTTP_POST_WARNING" desc="Re-navigation to page that lea ds to HTTP POST">
6464 The page that you're looking for used information that you entered. Retu rning to that page might cause any action you took to be repeated. Do you want t o continue? 6527 The page that you're looking for used information that you entered. Retu rning to that page might cause any action you took to be repeated. Do you want t o continue?
6465 </message> 6528 </message>
6466 <message name="IDS_HTTP_POST_WARNING_RESEND" desc="Resend button for post warning"> 6529 <message name="IDS_HTTP_POST_WARNING_RESEND" desc="Resend button for post warning">
6467 Continue 6530 Continue
6468 </message> 6531 </message>
(...skipping 1630 matching lines...) Expand 10 before | Expand all | Expand 10 after
8099 </message> 8162 </message>
8100 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_LARGE" desc="The label of the ' Large' option"> 8163 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_LARGE" desc="The label of the ' Large' option">
8101 Large 8164 Large
8102 </message> 8165 </message>
8103 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_VERY_LARGE" desc="The label of the 'Very Large' option"> 8166 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_VERY_LARGE" desc="The label of the 'Very Large' option">
8104 Very Large 8167 Very Large
8105 </message> 8168 </message>
8106 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_CUSTOM" desc="The label of the 'Custom' option"> 8169 <message name="IDS_OPTIONS_FONT_SIZE_LABEL_CUSTOM" desc="The label of the 'Custom' option">
8107 Custom 8170 Custom
8108 </message> 8171 </message>
8172 <message name="IDS_OPTIONS_LANGUAGE_AND_SPELLCHECK_BUTTON" desc="Button ti tle for invoking the 'Languages and Spell-checker' panel.">
8173 Languages and Spell-checker settings
8174 </message>
8109 8175
8110 <message name="IDS_OPTIONS_CHROME_DICTIONARY_INFO" desc="The documentation string of the 'Spell check dictionary language' section"> 8176 <message name="IDS_OPTIONS_CHROME_DICTIONARY_INFO" desc="The documentation string of the 'Spell check dictionary language' section">
8111 Change the language of the spell-checking dictionary. 8177 Change the language of the spell-checking dictionary.
8112 </message> 8178 </message>
8113 <message name="IDS_OPTIONS_CHROME_DICTIONARY_LANGUAGE" desc="The documenta tion string of the 'Spell check dictionary language' preference"> 8179 <message name="IDS_OPTIONS_CHROME_DICTIONARY_LANGUAGE" desc="The documenta tion string of the 'Spell check dictionary language' preference">
8114 Spell-checker language: 8180 Spell-checker language:
8115 </message> 8181 </message>
8116 <message name="IDS_OPTIONS_ENABLE_SPELLCHECK" desc="The documentation stri ng of the 'Enable spellcheck' option"> 8182 <message name="IDS_OPTIONS_ENABLE_SPELLCHECK" desc="The documentation stri ng of the 'Enable spellcheck' option">
8117 Check spelling: 8183 Enable spell checking
8118 </message> 8184 </message>
8119 <message name="IDS_OPTIONS_ENABLE_AUTO_SPELL_CORRECTION" desc="The documen tation string of the 'Enable auto spell correction' option"> 8185 <message name="IDS_OPTIONS_ENABLE_AUTO_SPELL_CORRECTION" desc="The documen tation string of the 'Enable auto spell correction' option">
8120 Correct spelling automatically: 8186 Enable automatic spell correction
8121 </message> 8187 </message>
8122 8188
8123 <!-- TODO(kmadhusu): Remove "IDS_OPTIONS_RESET", "IDS_OPTIONS_RESET_OKLABE L", "IDS_OPTIONS_RESET_CANCELLABEL" after platform-specific dialogs are removed. --> 8189 <!-- TODO(kmadhusu): Remove "IDS_OPTIONS_RESET", "IDS_OPTIONS_RESET_OKLABE L", "IDS_OPTIONS_RESET_CANCELLABEL" after platform-specific dialogs are removed. -->
8124 <if expr="not pp_ifdef('use_titlecase')"> 8190 <if expr="not pp_ifdef('use_titlecase')">
8125 <message name="IDS_OPTIONS_RESET" desc="The label of the 'Reset all sett ings to defaults' button"> 8191 <message name="IDS_OPTIONS_RESET" desc="The label of the 'Reset all sett ings to defaults' button">
8126 Reset to defaults 8192 Reset to defaults
8127 </message> 8193 </message>
8128 <message name="IDS_OPTIONS_RESET_OKLABEL" desc="The label of the OK butt on in the 'Reset Chrome options' confirmation dialog box"> 8194 <message name="IDS_OPTIONS_RESET_OKLABEL" desc="The label of the OK butt on in the 'Reset Chrome options' confirmation dialog box">
8129 Reset to defaults 8195 Reset to defaults
8130 </message> 8196 </message>
(...skipping 1775 matching lines...) Expand 10 before | Expand all | Expand 10 after
9906 9972
9907 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CONTROL_TITLE" desc="In setti ngs Internet options, Title of the section which houses the enable/disable butto ns."> 9973 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CONTROL_TITLE" desc="In setti ngs Internet options, Title of the section which houses the enable/disable butto ns.">
9908 General 9974 General
9909 </message> 9975 </message>
9910 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CUSTOMIZE" desc="In settings system options, the label for the customize button for languages and input"> 9976 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CUSTOMIZE" desc="In settings system options, the label for the customize button for languages and input">
9911 Customize languages and input... 9977 Customize languages and input...
9912 </message> 9978 </message>
9913 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MODIFIER_KEYS_CUSTOMIZE" des c="In settings system options, the label for the customize button for modifier k eys"> 9979 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_MODIFIER_KEYS_CUSTOMIZE" des c="In settings system options, the label for the customize button for modifier k eys">
9914 Modifier keys... 9980 Modifier keys...
9915 </message> 9981 </message>
9916 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_DIALOG_TITLE"> 9982
9917 Languages and Input
9918 </message>
9919 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_LANGUAGES" desc="The label f or the list of languages">
9920 Languages
9921 </message>
9922 <message name="IDS_EULA_BACK_BUTTON" desc="Back button shown on EULA scree n."> 9983 <message name="IDS_EULA_BACK_BUTTON" desc="Back button shown on EULA scree n.">
9923 « Back 9984 « Back
9924 </message> 9985 </message>
9925 <message name="IDS_EULA_ACCEPT_AND_CONTINUE_BUTTON" desc="Accept button te xt below EULA terms of service"> 9986 <message name="IDS_EULA_ACCEPT_AND_CONTINUE_BUTTON" desc="Accept button te xt below EULA terms of service">
9926 Accept and continue » 9987 Accept and continue »
9927 </message> 9988 </message>
9928 <message name="IDS_EULA_SYSTEM_SECURITY_SETTING" desc="Link from the EULA wizard screen and title of the according dialog box"> 9989 <message name="IDS_EULA_SYSTEM_SECURITY_SETTING" desc="Link from the EULA wizard screen and title of the according dialog box">
9929 System security setting 9990 System security setting
9930 </message> 9991 </message>
9931 <message name="IDS_EULA_SYSTEM_SECURITY_SETTING_DESCRIPTION" desc="Dialog box text"> 9992 <message name="IDS_EULA_SYSTEM_SECURITY_SETTING_DESCRIPTION" desc="Dialog box text">
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
10424 Swap Search and Left Control keys 10485 Swap Search and Left Control keys
10425 </message> 10486 </message>
10426 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CONFIGURE" 10487 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CONFIGURE"
10427 desc="The label for the configure button for input methods"> 10488 desc="The label for the configure button for input methods">
10428 Configure... 10489 Configure...
10429 </message> 10490 </message>
10430 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD" 10491 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD"
10431 desc="The label for the section header for input methods"> 10492 desc="The label for the section header for input methods">
10432 Input Method 10493 Input Method
10433 </message> 10494 </message>
10434 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_ADD_LANGUAGE_COMBOBOX"
10435 desc="The label for the add language combobox">
10436 Add language
10437 </message>
10438 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_ADD_BUTTON"
10439 desc="The label for the add button for adding a language">
10440 Add
10441 </message>
10442 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_REMOVE_BUTTON"
10443 desc="The label for the remove button for removing a language">
10444 Remove
10445 </message>
10446 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_SIGN_OUT_BUTTON" 10495 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_SIGN_OUT_BUTTON"
10447 desc="The label for the sign out button for changing UI language" > 10496 desc="The label for the sign out button for changing UI language" >
10448 Sign out 10497 Sign out
10449 </message> 10498 </message>
10450 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PLEASE_ADD_ANOTHER_INPUT_MET HOD" 10499 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PLEASE_ADD_ANOTHER_INPUT_MET HOD"
10451 desc="Warning invoked when the user tries to remove the last inpu t method"> 10500 desc="Warning invoked when the user tries to remove the last inpu t method">
10452 Please add another input method before removing this one. 10501 Please add another input method before removing this one.
10453 </message> 10502 </message>
10454 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PLEASE_ADD_ANOTHER_LANGUAGE"
10455 desc="Warning invoked when the user tries to remove the last lang uage">
10456 Please add another language before removing this one.
10457 </message>
10458 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_THIS_LANGUAGE_IS_CURRENTLY_I N_USE"
10459 desc="Warning invoked when the user tries to remove the language used for displaying Chrome OS">
10460 This language is currently in use for displaying <ph name="PRODUCT_NAME" >$1<ex>Chrome OS</ex></ph>.
10461 </message>
10462 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_ADD_LANGUAGE_INSTRUCTIONS"
10463 desc="Explanatory message about how to add and order languages">
10464 Add languages and drag to order them based on your preference.
10465 </message>
10466 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD_INSTRUCTIONS" 10503 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD_INSTRUCTIONS"
10467 desc="Explanatory message about how to select input methods"> 10504 desc="Explanatory message about how to select input methods">
10468 For text input, select a language to see available input methods. 10505 For text input, select a language to see available input methods.
10469 </message> 10506 </message>
10470 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_SWITCH_INPUT_METHODS_HINT" 10507 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_SWITCH_INPUT_METHODS_HINT"
10471 desc="Explanatory message about how to switch input methods"> 10508 desc="Explanatory message about how to switch input methods">
10472 Press <ph name="HOTKEY_NAME">$1<ex>alt-shift</ex></ph> to switch between input methods. 10509 Press <ph name="HOTKEY_NAME">$1<ex>alt-shift</ex></ph> to switch between input methods.
10473 </message> 10510 </message>
10474 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_SELECT_PREVIOUS_INPUT_METHOD _HINT" 10511 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_SELECT_PREVIOUS_INPUT_METHOD _HINT"
10475 desc="Explanatory message about how to select the previous input method"> 10512 desc="Explanatory message about how to select the previous input method">
10476 Press <ph name="HOTKEY_NAME">$1<ex>ctrl-space</ex></ph> to select the pr evious input method. 10513 Press <ph name="HOTKEY_NAME">$1<ex>ctrl-space</ex></ph> to select the pr evious input method.
10477 </message> 10514 </message>
10478 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_DISPLAY_IN_THIS_LANGUAGE"
10479 desc="The label is used for a button that changes the UI
10480 language of Chrome OS">
10481 Display <ph name="PRODUCT_NAME">$1<ex>Chrome OS</ex></ph> in this langua ge
10482 </message>
10483 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_IS_DISPLAYED_IN_THIS_LANGUAG E"
10484 desc="The label for a language that is currently used for UI">
10485 <ph name="PRODUCT_NAME">$1<ex>Chrome OS</ex></ph> is displayed in this l anguage
10486 </message>
10487 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CANNOT_BE_DISPLAYED_IN_THIS_ LANGUAGE"
10488 desc="The label for a language that cannot be used for UI">
10489 <ph name="PRODUCT_NAME">$1<ex>Chrome OS</ex></ph> cannot be displayed in this language
10490 </message>
10491 <message name="IDS_OPTIONS_SETTINGS_USE_THIS_FOR_SPELL_CHECKING"
10492 desc="The label for a language a button that changes the spell ch eck language of Chrome OS">
10493 Use this language for spell checking
10494 </message>
10495 <message name="IDS_OPTIONS_SETTINGS_CANNOT_BE_USED_FOR_SPELL_CHECKING"
10496 desc="The label for a language that cannot be used for spell chec king">
10497 This language cannot be used for spell checking
10498 </message>
10499 <message name="IDS_OPTIONS_SETTINGS_IS_USED_FOR_SPELL_CHECKING"
10500 desc="The label for a language that is currently used for spell c hecking">
10501 This language is used for spell checking
10502 </message>
10503 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_STANDARD_INPUT_METHOD" 10515 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_STANDARD_INPUT_METHOD"
10504 desc="The label for a input method"> 10516 desc="The label for a input method">
10505 Standard input method 10517 Standard input method
10506 </message> 10518 </message>
10507 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_CHINESE_CANGJIE_INPUT_M ETHOD" 10519 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_CHINESE_CANGJIE_INPUT_M ETHOD"
10508 desc="The label for the Chinese input method"> 10520 desc="The label for the Chinese input method">
10509 Chinese input method (cangjie) 10521 Chinese input method (cangjie)
10510 </message> 10522 </message>
10511 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_CHINESE_QUICK_INPUT_MET HOD" 10523 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_M17N_CHINESE_QUICK_INPUT_MET HOD"
10512 desc="The label for the Chinese input method"> 10524 desc="The label for the Chinese input method">
(...skipping 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after
11580 </includes> 11592 </includes>
11581 <structures fallback_to_english="true"> 11593 <structures fallback_to_english="true">
11582 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11594 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11583 </structure> 11595 </structure>
11584 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11596 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11585 </structure> 11597 </structure>
11586 </structures> 11598 </structures>
11587 11599
11588 </release> 11600 </release>
11589 </grit> 11601 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/dom_ui/options/advanced_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698