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

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

Issue 2680243002: cros: Add flag that allows user to enable stylus tools. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | chrome/browser/about_flags.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 <!-- Chrome OS-specific strings (included from generated_resources.grd). 2 <!-- Chrome OS-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 5748 matching lines...) Expand 10 before | Expand all | Expand 10 after
5759 <message name="IDS_EOL_DISMISS_BUTTON" desc="A button label shown in the notif ication for eol status change to dismiss the notification."> 5759 <message name="IDS_EOL_DISMISS_BUTTON" desc="A button label shown in the notif ication for eol status change to dismiss the notification.">
5760 Don't remind me again 5760 Don't remind me again
5761 </message> 5761 </message>
5762 <message name="IDS_FLAGS_EOL_NOTIFICATION_NAME" desc="Name of the about:flag o ption to disable eol notification."> 5762 <message name="IDS_FLAGS_EOL_NOTIFICATION_NAME" desc="Name of the about:flag o ption to disable eol notification.">
5763 Disable Device End of Life notification. 5763 Disable Device End of Life notification.
5764 </message> 5764 </message>
5765 <message name="IDS_FLAGS_EOL_NOTIFICATION_DESCRIPTION" desc="Description of th e about:flag option to disable eol notification."> 5765 <message name="IDS_FLAGS_EOL_NOTIFICATION_DESCRIPTION" desc="Description of th e about:flag option to disable eol notification.">
5766 Disable Notifcation when Device is End of Life. 5766 Disable Notifcation when Device is End of Life.
5767 </message> 5767 </message>
5768 5768
5769 <!-- Stylus strings -->
5770 <message name="IDS_FLAGS_FORCE_ENABLE_STYLUS_TOOLS_NAME" desc="Name of the abo ut:flag option to enable stylus tools.">
5771 Force enable stylus features
5772 </message>
5773 <message name="IDS_FLAGS_FORCE_ENABLE_STYLUS_TOOLS_DESCRIPTION" desc="Descript ion of the about:flag option to enable stylus tools.">
5774 Forces display of the stylus tools menu in the shelf and the stylus section in settings, even if there is no attached stylus device.
5775 </message>
5776
5769 <!-- Genius App --> 5777 <!-- Genius App -->
5770 <message name="IDS_GENIUS_APP_NAME" desc="Name of the genius app in the app sh elf"> 5778 <message name="IDS_GENIUS_APP_NAME" desc="Name of the genius app in the app sh elf">
5771 Get Help 5779 Get Help
5772 </message> 5780 </message>
5773 <message name="IDS_GENIUS_APP_DESCRIPTION" desc="Description of the genius app in the app shelf"> 5781 <message name="IDS_GENIUS_APP_DESCRIPTION" desc="Description of the genius app in the app shelf">
5774 Get help with your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph>. 5782 Get help with your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph>.
5775 </message> 5783 </message>
5776 <message name="IDS_FILEMANAGER_APP_NAME" desc="Name for the File Manager app." > 5784 <message name="IDS_FILEMANAGER_APP_NAME" desc="Name for the File Manager app." >
5777 Files 5785 Files
5778 </message> 5786 </message>
(...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
6709 Attempts left: $1 6717 Attempts left: $1
6710 </message> 6718 </message>
6711 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6719 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6712 PIN 6720 PIN
6713 </message> 6721 </message>
6714 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6722 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6715 PUK 6723 PUK
6716 </message> 6724 </message>
6717 6725
6718 </grit-part> 6726 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698