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

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

Issue 294903007: Changed host and NPAPI extension permission strings (access -> read and modify), updated unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Syntax error fix, specific test now passes Created 6 years, 7 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/common/extensions/docs/templates/articles/permission_warnings.html » ('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 4167 matching lines...) Expand 10 before | Expand all | Expand 10 after
4178 It could: 4178 It could:
4179 </message> 4179 </message>
4180 <message name="IDS_EXTENSION_PROMPT_CAN_ACCESS" desc="Second line in the c ontent area of the extension or app permissions view dialog. Note that the exact wording is important. This should mean that the extension _can now_ access the listed privileges, because it has already been installed. This message appeared because the user must approve new permissions of the extension or app."> 4180 <message name="IDS_EXTENSION_PROMPT_CAN_ACCESS" desc="Second line in the c ontent area of the extension or app permissions view dialog. Note that the exact wording is important. This should mean that the extension _can now_ access the listed privileges, because it has already been installed. This message appeared because the user must approve new permissions of the extension or app.">
4181 It can: 4181 It can:
4182 </message> 4182 </message>
4183 <message name="IDS_EXTENSION_NO_SPECIAL_PERMISSIONS" desc="Shown when the app/extension requires no special permission"> 4183 <message name="IDS_EXTENSION_NO_SPECIAL_PERMISSIONS" desc="Shown when the app/extension requires no special permission">
4184 Has no special permissions. 4184 Has no special permissions.
4185 </message> 4185 </message>
4186 4186
4187 <message name="IDS_EXTENSION_PERMISSION_LINE" desc="Template for item in l ist of privileges that an extension or app has"> 4187 <message name="IDS_EXTENSION_PERMISSION_LINE" desc="Template for item in l ist of privileges that an extension or app has">
4188 • <ph name="PERMISSION">$1<ex>Access your data on all websites</ex></ph> 4188 • <ph name="PERMISSION">$1<ex>Read and modify all your data on the web sites you visit</ex></ph>
4189 </message> 4189 </message>
4190 <message name="IDS_EXTENSION_RATING_COUNT" desc="Number of ratings an app or extensions has (displayed after star icons)"> 4190 <message name="IDS_EXTENSION_RATING_COUNT" desc="Number of ratings an app or extensions has (displayed after star icons)">
4191 (<ph name="RATING_COUNT">$1<ex>46</ex></ph>) 4191 (<ph name="RATING_COUNT">$1<ex>46</ex></ph>)
4192 </message> 4192 </message>
4193 <message name="IDS_EXTENSION_USER_COUNT" desc="Number of users an app or e xtension has"> 4193 <message name="IDS_EXTENSION_USER_COUNT" desc="Number of users an app or e xtension has">
4194 <ph name="USER_COUNT">$1<ex>10,479</ex></ph> users 4194 <ph name="USER_COUNT">$1<ex>10,479</ex></ph> users
4195 </message> 4195 </message>
4196 <message name="IDS_EXTENSION_PROMPT_STORE_LINK" desc="Anchor text for link to Chrome Web Store in app or extension installation dialog"> 4196 <message name="IDS_EXTENSION_PROMPT_STORE_LINK" desc="Anchor text for link to Chrome Web Store in app or extension installation dialog">
4197 View details 4197 View details
4198 </message> 4198 </message>
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
4259 </message> 4259 </message>
4260 </if> 4260 </if>
4261 <if expr="lang != 'ar'"> 4261 <if expr="lang != 'ar'">
4262 <message translateable="false" name="IDS_EXTENSION_PROMPT_RETAINED_FILES_M ANY" desc=""> 4262 <message translateable="false" name="IDS_EXTENSION_PROMPT_RETAINED_FILES_M ANY" desc="">
4263 NA 4263 NA
4264 </message> 4264 </message>
4265 </if> 4265 </if>
4266 4266
4267 <if expr="is_android"> 4267 <if expr="is_android">
4268 <message name="IDS_EXTENSION_PROMPT_WARNING_FULL_ACCESS" desc="Mobile: P ermission string for full access to the device and all websites."> 4268 <message name="IDS_EXTENSION_PROMPT_WARNING_FULL_ACCESS" desc="Mobile: P ermission string for full access to the device and all websites.">
4269 Access all data on your device and the websites you visit 4269 Read and modify all your data on your device and the websites you visi t
4270 </message> 4270 </message>
4271 </if> 4271 </if>
4272 <if expr="not is_android"> 4272 <if expr="not is_android">
4273 <message name="IDS_EXTENSION_PROMPT_WARNING_FULL_ACCESS" desc="Permissio n string for full access to the computer and all websites."> 4273 <message name="IDS_EXTENSION_PROMPT_WARNING_FULL_ACCESS" desc="Permissio n string for full access to the computer and all websites.">
4274 Access all data on your computer and the websites you visit 4274 Read and modify all your data on your computer and the websites you vi sit
4275 </message> 4275 </message>
4276 </if> 4276 </if>
4277 <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS" desc="Permission st ring for access to data on all websites."> 4277 <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS" desc="Permission st ring for access to data on all websites.">
4278 Access your data on all websites 4278 Read and modify all your data on the websites you visit
4279 </message> 4279 </message>
4280 <message name="IDS_EXTENSION_PROMPT_WARNING_FAVICON" desc="Permission stri ng for access to favicons."> 4280 <message name="IDS_EXTENSION_PROMPT_WARNING_FAVICON" desc="Permission stri ng for access to favicons.">
4281 Access the icons of the websites you visit 4281 Access the icons of the websites you visit
4282 </message> 4282 </message>
4283 <message name="IDS_EXTENSION_PROMPT_WARNING_INPUT" desc="Permission string for access to input."> 4283 <message name="IDS_EXTENSION_PROMPT_WARNING_INPUT" desc="Permission string for access to input.">
4284 Access anything you type 4284 Access anything you type
4285 </message> 4285 </message>
4286 <message name="IDS_EXTENSION_PROMPT_WARNING_BOOKMARKS" desc="Permission st ring for access to bookmarks."> 4286 <message name="IDS_EXTENSION_PROMPT_WARNING_BOOKMARKS" desc="Permission st ring for access to bookmarks.">
4287 Read and modify your bookmarks 4287 Read and modify your bookmarks
4288 </message> 4288 </message>
(...skipping 9856 matching lines...) Expand 10 before | Expand all | Expand 10 after
14145 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> 14145 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode">
14146 Enforce (try to get hashes, and enforce them if successful) 14146 Enforce (try to get hashes, and enforce them if successful)
14147 </message> 14147 </message>
14148 14148
14149 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> 14149 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode">
14150 Enforce strict (hard fail if we can't get hashes) 14150 Enforce strict (hard fail if we can't get hashes)
14151 </message> 14151 </message>
14152 </messages> 14152 </messages>
14153 </release> 14153 </release>
14154 </grit> 14154 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/templates/articles/permission_warnings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698