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: Fixing typo found in a review 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
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 4248 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 9853 matching lines...) Expand 10 before | Expand all | Expand 10 after
14142 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> 14142 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode">
14143 Enforce (try to get hashes, and enforce them if successful) 14143 Enforce (try to get hashes, and enforce them if successful)
14144 </message> 14144 </message>
14145 14145
14146 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> 14146 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode">
14147 Enforce strict (hard fail if we can't get hashes) 14147 Enforce strict (hard fail if we can't get hashes)
14148 </message> 14148 </message>
14149 </messages> 14149 </messages>
14150 </release> 14150 </release>
14151 </grit> 14151 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698