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

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

Issue 325633003: Add confirmation dialog when enabling a 3rd party IME. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits. Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/third_party_ime_confirm_overlay.css » ('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 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> 7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook.">
8 Chromebook 8 Chromebook
9 </message> 9 </message>
10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> 10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox">
(...skipping 3216 matching lines...) Expand 10 before | Expand all | Expand 10 after
3227 Configure... 3227 Configure...
3228 </message> 3228 </message>
3229 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD" 3229 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD"
3230 desc="The label for the section header for input methods"> 3230 desc="The label for the section header for input methods">
3231 Input Method 3231 Input Method
3232 </message> 3232 </message>
3233 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_NO_INPUT_METHODS" 3233 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_NO_INPUT_METHODS"
3234 desc="The label for languages with no Input Methods"> 3234 desc="The label for languages with no Input Methods">
3235 This language doesn't have any input methods 3235 This language doesn't have any input methods
3236 </message> 3236 </message>
3237 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_THIRD_PARTY_WARNING_TITLE"
3238 desc="The title showing in the warning dialog when enabling a 3rd par ty Input Method">
3239 Third party input method
3240 </message>
3241 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_THIRD_PARTY_WARNING_MESSAGE"
3242 desc="The description showing in the warning dialog when enabling a 3 rd party Input Method">
3243 This input method may be able to collect all the text you type, including pe rsonal data like passwords and credit card numbers. It comes from the extension &quot;<ph name="EXTENSION_NAME">$1<ex>Google Input Tools extension</ex></ph>&quo t;. Use this input method?
3244 </message>
3237 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_SIGN_OUT_BUTTON" 3245 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_SIGN_OUT_BUTTON"
3238 desc="The label for the sign out button for changing UI language"> 3246 desc="The label for the sign out button for changing UI language">
3239 Sign out 3247 Sign out
3240 </message> 3248 </message>
3241 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PLEASE_ADD_ANOTHER_INPUT_METHOD" 3249 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PLEASE_ADD_ANOTHER_INPUT_METHOD"
3242 desc="Warning invoked when the user tries to remove the last input me thod"> 3250 desc="Warning invoked when the user tries to remove the last input me thod">
3243 Please add another input method before removing this one. 3251 Please add another input method before removing this one.
3244 </message> 3252 </message>
3245 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD_INSTRUCTIONS" 3253 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD_INSTRUCTIONS"
3246 desc="Explanatory message about how to select input methods"> 3254 desc="Explanatory message about how to select input methods">
(...skipping 2207 matching lines...) Expand 10 before | Expand all | Expand 10 after
5454 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5462 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5455 Done 5463 Done
5456 </message> 5464 </message>
5457 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5465 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5458 System date 5466 System date
5459 </message> 5467 </message>
5460 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5468 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5461 System time 5469 System time
5462 </message> 5470 </message>
5463 </grit-part> 5471 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/third_party_ime_confirm_overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698