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

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

Issue 314613002: Add list of Shared Modules to App Info Dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/ui/views/apps/app_info_dialog/app_info_summary_tab.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 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 2169 matching lines...) Expand 10 before | Expand all | Expand 10 after
2180 <message name="IDS_APPLICATION_INFO_WEB_STORE_LINK" desc="In Title Case: Text for the link that opens the app in the Web Store.."> 2180 <message name="IDS_APPLICATION_INFO_WEB_STORE_LINK" desc="In Title Case: Text for the link that opens the app in the Web Store..">
2181 View in Web Store 2181 View in Web Store
2182 </message> 2182 </message>
2183 <message name="IDS_APPLICATION_INFO_CREATE_SHORTCUTS_BUTTON_TEXT" desc=" In Title Case: Text for the button that opens the dialog to create shortcuts for the app."> 2183 <message name="IDS_APPLICATION_INFO_CREATE_SHORTCUTS_BUTTON_TEXT" desc=" In Title Case: Text for the button that opens the dialog to create shortcuts for the app.">
2184 Create Shortcuts 2184 Create Shortcuts
2185 </message> 2185 </message>
2186 <message name="IDS_APPLICATION_INFO_UNINSTALL_BUTTON_TEXT" desc="In Titl e Case: Text for the button that uninstalls the app."> 2186 <message name="IDS_APPLICATION_INFO_UNINSTALL_BUTTON_TEXT" desc="In Titl e Case: Text for the button that uninstalls the app.">
2187 Uninstall 2187 Uninstall
2188 </message> 2188 </message>
2189 </if> 2189 </if>
2190 <message name="IDS_APPLICATION_INFO_IMPORTED_MODULES_TITLE_TEXT" desc="Tex t for the title above the imported modules for the app. Imported modules are lik e shared libraries that an app has used when it was built (but are not directly accessible by a user).">
2191 This app imports the following modules:
2192 </message>
2193 <message name="IDS_APPLICATION_INFO_IMPORTED_MODULES_ABOUT_LINK_TEXT" desc ="Text for the link next to each imported module that goes to the About page for that module. The About page may include things such as open-source and copyrigh t licenses for the app.">
2194 About
2195 </message>
2190 <message name="IDS_APPLICATION_INFO_REQUIRED_PERMISSIONS_TEXT" desc="Headi ng for the required permissions for the app (the permissions that the user must grant the app upon installation)."> 2196 <message name="IDS_APPLICATION_INFO_REQUIRED_PERMISSIONS_TEXT" desc="Headi ng for the required permissions for the app (the permissions that the user must grant the app upon installation).">
2191 Required 2197 Required
2192 </message> 2198 </message>
2193 <message name="IDS_APPLICATION_INFO_OPTIONAL_PERMISSIONS_TEXT" desc="Headi ng for the optional permissions for the app (the permissions that the user may c hoose to grant the app, but are not required for the basic app's functionality). "> 2199 <message name="IDS_APPLICATION_INFO_OPTIONAL_PERMISSIONS_TEXT" desc="Headi ng for the optional permissions for the app (the permissions that the user may c hoose to grant the app, but are not required for the basic app's functionality). ">
2194 Optional 2200 Optional
2195 </message> 2201 </message>
2196 <message name="IDS_APPLICATION_INFO_RETAINED_FILE_PERMISSIONS_TEXT" desc=" Heading for the retained files for the app, which are files the app has permanen t access to (the app can read and write to these files)."> 2202 <message name="IDS_APPLICATION_INFO_RETAINED_FILE_PERMISSIONS_TEXT" desc=" Heading for the retained files for the app, which are files the app has permanen t access to (the app can read and write to these files).">
2197 Files 2203 Files
2198 </message> 2204 </message>
2199 <message name="IDS_APPLICATION_INFO_REVOKE_RETAINED_FILE_PERMISSIONS_BUTTO N_TEXT" desc="Text displayed in the button to remove the app's file permissions. After pressing this button, the app no longer has access to the files."> 2205 <message name="IDS_APPLICATION_INFO_REVOKE_RETAINED_FILE_PERMISSIONS_BUTTO N_TEXT" desc="Text displayed in the button to remove the app's file permissions. After pressing this button, the app no longer has access to the files.">
(...skipping 11958 matching lines...) Expand 10 before | Expand all | Expand 10 after
14158 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> 14164 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode">
14159 Enforce (try to get hashes, and enforce them if successful) 14165 Enforce (try to get hashes, and enforce them if successful)
14160 </message> 14166 </message>
14161 14167
14162 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> 14168 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode">
14163 Enforce strict (hard fail if we can't get hashes) 14169 Enforce strict (hard fail if we can't get hashes)
14164 </message> 14170 </message>
14165 </messages> 14171 </messages>
14166 </release> 14172 </release>
14167 </grit> 14173 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698