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

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

Issue 311193005: Add the about_page key to shared_module manifest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change the dialog 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
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 2337 matching lines...) Expand 10 before | Expand all | Expand 10 after
4537 </message> 4543 </message>
4538 <message name="IDS_EXTENSION_LOAD_ICON_FOR_PAGE_ACTION_FAILED" desc=""> 4544 <message name="IDS_EXTENSION_LOAD_ICON_FOR_PAGE_ACTION_FAILED" desc="">
4539 Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for page action. 4545 Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for page action.
4540 </message> 4546 </message>
4541 <message name="IDS_EXTENSION_LOAD_ICON_FOR_BROWSER_ACTION_FAILED" desc=""> 4547 <message name="IDS_EXTENSION_LOAD_ICON_FOR_BROWSER_ACTION_FAILED" desc="">
4542 Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for brows er action. 4548 Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for brows er action.
4543 </message> 4549 </message>
4544 <message name="IDS_EXTENSION_LOAD_OPTIONS_PAGE_FAILED" desc=""> 4550 <message name="IDS_EXTENSION_LOAD_OPTIONS_PAGE_FAILED" desc="">
4545 Could not load options page '<ph name="OPTIONS_PAGE">$1<ex>page.html</ex ></ph>'. 4551 Could not load options page '<ph name="OPTIONS_PAGE">$1<ex>page.html</ex ></ph>'.
4546 </message> 4552 </message>
4553 <message name="IDS_EXTENSION_LOAD_ABOUT_PAGE_FAILED" desc="">
4554 Could not load about page '<ph name="ABOUT_PAGE">$1<ex>page.html</ex></p h>'.
4555 </message>
4547 <if expr="is_win"> 4556 <if expr="is_win">
4548 <message name="IDS_EXTENSION_UNPACK_FAILED" desc="On windows, it is poss ible to mount a disk without the root of that disk having a drive letter. The s andbox does not support this. See crbug/49530 ."> 4557 <message name="IDS_EXTENSION_UNPACK_FAILED" desc="On windows, it is poss ible to mount a disk without the root of that disk having a drive letter. The s andbox does not support this. See crbug/49530 .">
4549 Can not unpack extension. To safely unpack an extension, there must b e a path to your profile directory that starts with a drive letter and does not contain a junction, mount point, or symlink. No such path exists for your profi le. 4558 Can not unpack extension. To safely unpack an extension, there must b e a path to your profile directory that starts with a drive letter and does not contain a junction, mount point, or symlink. No such path exists for your profi le.
4550 </message> 4559 </message>
4551 </if> 4560 </if>
4552 <if expr="not is_win"> 4561 <if expr="not is_win">
4553 <message name="IDS_EXTENSION_UNPACK_FAILED" desc=""> 4562 <message name="IDS_EXTENSION_UNPACK_FAILED" desc="">
4554 Can not unpack extension. To safely unpack an extension, there must b e a path to your profile directory that does not contain a symlink. No such pat h exists for your profile. 4563 Can not unpack extension. To safely unpack an extension, there must b e a path to your profile directory that does not contain a symlink. No such pat h exists for your profile.
4555 </message> 4564 </message>
4556 </if> 4565 </if>
(...skipping 9601 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"> 14167 <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) 14168 Enforce (try to get hashes, and enforce them if successful)
14160 </message> 14169 </message>
14161 14170
14162 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> 14171 <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) 14172 Enforce strict (hard fail if we can't get hashes)
14164 </message> 14173 </message>
14165 </messages> 14174 </messages>
14166 </release> 14175 </release>
14167 </grit> 14176 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698