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

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

Issue 2648263007: Add a flag to specify whether to show ARC Files app in launcher. (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') | chrome/browser/about_flags.cc » ('J')
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 </message> 81 </message>
82 <message name="IDS_FLAGS_VIDEO_PLAYER_CHROMECAST_SUPPORT_DESCRIPTION" desc="De scription of the about:flag option to the enable the chromecast support for vide o app."> 82 <message name="IDS_FLAGS_VIDEO_PLAYER_CHROMECAST_SUPPORT_DESCRIPTION" desc="De scription of the about:flag option to the enable the chromecast support for vide o app.">
83 This option enables experimental Chromecast support for Video Player app on ChromeOS. 83 This option enables experimental Chromecast support for Video Player app on ChromeOS.
84 </message> 84 </message>
85 <message name="IDS_FLAGS_NEW_ZIP_UNPACKER_NAME" desc="Name of about::flags opt ion for the new ZIP unpacker based on the File System Provider API."> 85 <message name="IDS_FLAGS_NEW_ZIP_UNPACKER_NAME" desc="Name of about::flags opt ion for the new ZIP unpacker based on the File System Provider API.">
86 New ZIP unpacker 86 New ZIP unpacker
87 </message> 87 </message>
88 <message name="IDS_FLAGS_NEW_ZIP_UNPACKER_DESCRIPTION" desc="Description of ab out::flags option for the new ZIP unpacker based on the File System Provider API ."> 88 <message name="IDS_FLAGS_NEW_ZIP_UNPACKER_DESCRIPTION" desc="Description of ab out::flags option for the new ZIP unpacker based on the File System Provider API .">
89 New ZIP unpacker flow, based on the File System Provider API. 89 New ZIP unpacker flow, based on the File System Provider API.
90 </message> 90 </message>
91 <message name="IDS_FLAGS_SHOW_ARC_FILES_APP_NAME" desc="Name of about::flags o ption for showing ARC Files app in launcher.">
92 Show ARC Files app
Steve McKay 2017/01/26 19:36:26 I'm not sure we want to use the word "ARC" in user
93 </message>
94 <message name="IDS_FLAGS_SHOW_ARC_FILES_APP_DESCRIPTION" desc="Description of the about::flag option for showing ARC Files app in launcher.">
95 If enabled, Chrome app launcher will show Files app in ARC container.
96 </message>
91 <message name="IDS_FILE_SYSTEM_PROVIDER_UNRESPONSIVE_WARNING" desc="A warning shown in a notification that an operation is taking longer than expected."> 97 <message name="IDS_FILE_SYSTEM_PROVIDER_UNRESPONSIVE_WARNING" desc="A warning shown in a notification that an operation is taking longer than expected.">
92 An operation is taking longer than expected. Do you want to abort it? 98 An operation is taking longer than expected. Do you want to abort it?
93 </message> 99 </message>
94 <message name="IDS_FILE_SYSTEM_PROVIDER_MANY_UNRESPONSIVE_WARNING" desc="A war ning shown in a notification that more than one operations are taking longer tha n expected."> 100 <message name="IDS_FILE_SYSTEM_PROVIDER_MANY_UNRESPONSIVE_WARNING" desc="A war ning shown in a notification that more than one operations are taking longer tha n expected.">
95 Some operations are taking longer than expected. Do you want to abort them? 101 Some operations are taking longer than expected. Do you want to abort them?
96 </message> 102 </message>
97 <message name="IDS_FILE_SYSTEM_PROVIDER_UNRESPONSIVE_ABORT_BUTTON" desc="Label of the button on the notification about an operation(s) taking to long."> 103 <message name="IDS_FILE_SYSTEM_PROVIDER_UNRESPONSIVE_ABORT_BUTTON" desc="Label of the button on the notification about an operation(s) taking to long.">
98 Abort 104 Abort
99 </message> 105 </message>
100 <message name="IDS_FILE_BROWSER_DRIVE_DIRECTORY_LABEL" desc="/drive directory label."> 106 <message name="IDS_FILE_BROWSER_DRIVE_DIRECTORY_LABEL" desc="/drive directory label.">
(...skipping 6596 matching lines...) Expand 10 before | Expand all | Expand 10 after
6697 Attempts left: $1 6703 Attempts left: $1
6698 </message> 6704 </message>
6699 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6705 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6700 PIN 6706 PIN
6701 </message> 6707 </message>
6702 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6708 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6703 PUK 6709 PUK
6704 </message> 6710 </message>
6705 6711
6706 </grit-part> 6712 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698