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

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

Issue 1523593002: Add an option in language settings for activating the IME menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test failure. Created 4 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/preferences.h » ('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 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 3532 matching lines...) Expand 10 before | Expand all | Expand 10 after
3543 Configure... 3543 Configure...
3544 </message> 3544 </message>
3545 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD" 3545 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD"
3546 desc="The label for the section header for input methods"> 3546 desc="The label for the section header for input methods">
3547 Input Method 3547 Input Method
3548 </message> 3548 </message>
3549 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_NO_INPUT_METHODS" 3549 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_NO_INPUT_METHODS"
3550 desc="The label for languages with no Input Methods"> 3550 desc="The label for languages with no Input Methods">
3551 This language doesn't have any input methods 3551 This language doesn't have any input methods
3552 </message> 3552 </message>
3553 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_ACTIVATE_IME_MENU"
3554 desc="The label for activating IME menu on the shelf.">
3555 Show the input method menu on the shelf.
3556 </message>
3557 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_ACTIVATE_IME_MENU_DESCRIPTION"
3558 desc="The label for the description of showing input method menu.">
3559 For easier switching of input methods and access to more input features: voi ce input, handwriting and emoji.
3560 </message>
3553 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_THIRD_PARTY_WARNING_TITLE" 3561 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_THIRD_PARTY_WARNING_TITLE"
3554 desc="The title showing in the warning dialog when enabling a 3rd par ty Input Method"> 3562 desc="The title showing in the warning dialog when enabling a 3rd par ty Input Method">
3555 Third party input method 3563 Third party input method
3556 </message> 3564 </message>
3557 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_THIRD_PARTY_WARNING_MESSAGE" 3565 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_THIRD_PARTY_WARNING_MESSAGE"
3558 desc="The description showing in the warning dialog when enabling a 3 rd party Input Method"> 3566 desc="The description showing in the warning dialog when enabling a 3 rd party Input Method">
3559 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? 3567 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?
3560 </message> 3568 </message>
3561 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_SIGN_OUT_BUTTON" 3569 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_SIGN_OUT_BUTTON"
3562 desc="The label for the sign out button for changing UI language"> 3570 desc="The label for the sign out button for changing UI language">
(...skipping 2825 matching lines...) Expand 10 before | Expand all | Expand 10 after
6388 Installing 6396 Installing
6389 </message> 6397 </message>
6390 <message name="IDS_FLAGS_PRINTER_PROVIDER_SEARCH_APP_NAME" desc="Name of the f lag used to enable launching Chrome Web Store Gallery widget app for searching f or printer provider apps."> 6398 <message name="IDS_FLAGS_PRINTER_PROVIDER_SEARCH_APP_NAME" desc="Name of the f lag used to enable launching Chrome Web Store Gallery widget app for searching f or printer provider apps.">
6391 Chrome Web Store Gallery app for printer drivers 6399 Chrome Web Store Gallery app for printer drivers
6392 </message> 6400 </message>
6393 <message name="IDS_FLAGS_PRINTER_PROVIDER_SEARCH_APP_DESCRIPTION" desc="Descri ption of a flag in chrome://flags that enables launching Chrome Web Store Galler y widget app for searching for printer provider apps."> 6401 <message name="IDS_FLAGS_PRINTER_PROVIDER_SEARCH_APP_DESCRIPTION" desc="Descri ption of a flag in chrome://flags that enables launching Chrome Web Store Galler y widget app for searching for printer provider apps.">
6394 Enables Chrome Web Store Gallery app for printer drivers. The app searches C hrome Web Store for extensions that support printing to a USB printer with speci fic USB ID. 6402 Enables Chrome Web Store Gallery app for printer drivers. The app searches C hrome Web Store for extensions that support printing to a USB printer with speci fic USB ID.
6395 </message> 6403 </message>
6396 6404
6397 </grit-part> 6405 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698