Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 shared module that goes to the About page for t hat module. The About page may include things such as open-source and copyright licenses for the app."> | |
|
benwells
2014/06/04 00:04:17
Nit: s/shared module/imported module/ or otherwise
sashab
2014/06/05 00:27:35
Done.
| |
| 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 Loading... | |
| 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> |
| OLD | NEW |