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

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

Issue 298303002: Add option to install an ephemeral app to ChromeOS shelf context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added browser test 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 5180 matching lines...) Expand 10 before | Expand all | Expand 10 after
5191 </message> 5191 </message>
5192 <message name="IDS_SETTINGS_APP_PROFILES_SWITCH_BUTTON_LABEL" desc="The label that appears on the profile switch user button in the Settings App to allo w a user to switch the app launcher profile to the current selection."> 5192 <message name="IDS_SETTINGS_APP_PROFILES_SWITCH_BUTTON_LABEL" desc="The label that appears on the profile switch user button in the Settings App to allo w a user to switch the app launcher profile to the current selection.">
5193 Switch user 5193 Switch user
5194 </message> 5194 </message>
5195 <message name="IDS_SETTINGS_APP_SYNC_OVERVIEW" desc="The message that ap pears in the non-browser Settings App when sync has not been set up by the user. "> 5195 <message name="IDS_SETTINGS_APP_SYNC_OVERVIEW" desc="The message that ap pears in the non-browser Settings App when sync has not been set up by the user. ">
5196 Sign in with your Google Account to allow apps to synchronize settings and provide other customized services. 5196 Sign in with your Google Account to allow apps to synchronize settings and provide other customized services.
5197 </message> 5197 </message>
5198 </if> 5198 </if>
5199 5199
5200 <!-- Packaged Apps --> 5200 <!-- Packaged Apps -->
5201 <if expr="is_win"> 5201 <message name="IDS_APP_INSTALL_TITLE" desc="Caption for installing an ephe meral app">
5202 <message name="IDS_APP_INSTALL_TITLE" desc="Caption for installing an ep hemeral app"> 5202 Install app
5203 Install app 5203 </message>
5204 </message>
5205 </if>
5206 5204
5207 <!-- Components --> 5205 <!-- Components -->
5208 <message name="IDS_COMPONENTS_TITLE" desc="Title for the chrome://componen ts page."> 5206 <message name="IDS_COMPONENTS_TITLE" desc="Title for the chrome://componen ts page.">
5209 Components 5207 Components
5210 </message> 5208 </message>
5211 <message name="IDS_COMPONENTS_VERSION" desc="The label in front of a compo nent version number."> 5209 <message name="IDS_COMPONENTS_VERSION" desc="The label in front of a compo nent version number.">
5212 Version: 5210 Version:
5213 </message> 5211 </message>
5214 <message name="IDS_COMPONENTS_NONE_INSTALLED" desc="Text that lets the use r know that no components are installed."> 5212 <message name="IDS_COMPONENTS_NONE_INSTALLED" desc="Text that lets the use r know that no components are installed.">
5215 No components installed. 5213 No components installed.
(...skipping 8946 matching lines...) Expand 10 before | Expand all | Expand 10 after
14162 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> 14160 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode">
14163 Enforce (try to get hashes, and enforce them if successful) 14161 Enforce (try to get hashes, and enforce them if successful)
14164 </message> 14162 </message>
14165 14163
14166 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> 14164 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode">
14167 Enforce strict (hard fail if we can't get hashes) 14165 Enforce strict (hard fail if we can't get hashes)
14168 </message> 14166 </message>
14169 </messages> 14167 </messages>
14170 </release> 14168 </release>
14171 </grit> 14169 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698