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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2869763002: Change strings for update permissions infobar. (Closed)
Patch Set: With final strings Created 3 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/app/chromium_strings.grd » ('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 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 1613 matching lines...) Expand 10 before | Expand all | Expand 10 after
1624 </message> 1624 </message>
1625 <message name="IDS_ACCESSIBILITY_MENU_INFO" desc="Content description for the button which opens the page info popup, which displays security information and permissions for the current page"> 1625 <message name="IDS_ACCESSIBILITY_MENU_INFO" desc="Content description for the button which opens the page info popup, which displays security information and permissions for the current page">
1626 View site information 1626 View site information
1627 </message> 1627 </message>
1628 <message name="IDS_ACCESSIBILITY_CONTENT_VIEW" desc="Content description f or the content view that holds the web contents [CHAR-LIMIT=30]"> 1628 <message name="IDS_ACCESSIBILITY_CONTENT_VIEW" desc="Content description f or the content view that holds the web contents [CHAR-LIMIT=30]">
1629 Web View 1629 Web View
1630 </message> 1630 </message>
1631 1631
1632 <!-- Runtime permission strings --> 1632 <!-- Runtime permission strings -->
1633 <message name="IDS_INFOBAR_MISSING_CAMERA_PERMISSION_TEXT" desc="Text show n in an infobar when a website has requested access to the camera capabilities, but Chrome is missing the Android camera permission."> 1633 <message name="IDS_INFOBAR_MISSING_CAMERA_PERMISSION_TEXT" desc="Text show n in an infobar when a website has requested access to the camera capabilities, but Chrome is missing the Android camera permission.">
1634 Chrome needs camera access to share it with this site. 1634 Chrome needs permission to access your camera for this site.
1635 </message> 1635 </message>
1636 <message name="IDS_INFOBAR_MISSING_MICROPHONE_PERMISSION_TEXT" desc="Text shown in an infobar when a website has requested access to the microphone capabi lities, but Chrome is missing the Android microphone permission."> 1636 <message name="IDS_INFOBAR_MISSING_MICROPHONE_PERMISSION_TEXT" desc="Text shown in an infobar when a website has requested access to the microphone capabi lities, but Chrome is missing the Android microphone permission.">
1637 Chrome needs microphone access to share it with this site. 1637 Chrome needs permission to access your microphone for this site.
1638 </message> 1638 </message>
1639 <message name="IDS_INFOBAR_MISSING_LOCATION_PERMISSION_TEXT" desc="Text sh own in an infobar when a website has requested access to the location capabiliti es, but Chrome is missing the Android location permission."> 1639 <message name="IDS_INFOBAR_MISSING_LOCATION_PERMISSION_TEXT" desc="Text sh own in an infobar when a website has requested access to the location capabiliti es, but Chrome is missing the Android location permission.">
1640 Chrome needs location access to share it with this site. 1640 Chrome needs access to to your location to share your location with this site.
1641 </message> 1641 </message>
1642 <message name="IDS_INFOBAR_MISSING_MULTIPLE_PERMISSIONS_TEXT" desc="Text s hown in an infobar when a website has requested access to the multiple restricte d capabilities (e.g. location, camera, microphone), but Chrome is missing the co rresponding Android permissions."> 1642 <message name="IDS_INFOBAR_MISSING_MULTIPLE_PERMISSIONS_TEXT" desc="Text s hown in an infobar when a website has requested access to the multiple restricte d capabilities (e.g. location, camera, microphone), but Chrome is missing the co rresponding Android permissions.">
1643 Chrome needs permissions access to share them with this site. 1643 Chrome needs permissions access to share them with this site.
1644 </message> 1644 </message>
1645 <message name="IDS_MISSING_STORAGE_PERMISSION_DOWNLOAD_EDUCATION_TEXT" des c="Text shown educating the user that Chrome is missing the Android storage perm ission, which is required to download files."> 1645 <message name="IDS_MISSING_STORAGE_PERMISSION_DOWNLOAD_EDUCATION_TEXT" des c="Text shown educating the user that Chrome is missing the Android storage perm ission, which is required to download files.">
1646 Chrome needs storage access to download files. 1646 Chrome needs storage access to download files.
1647 </message> 1647 </message>
1648 1648
1649 <!-- Runtime permission geolocation disclosure strings --> 1649 <!-- Runtime permission geolocation disclosure strings -->
1650 <message name="IDS_OMNIBOX_GEOLOCATION_DISCLOSURE" desc="Text shown when a user focuses the Chrome omnibox to inform them that their location will be shar ed with the search provider to get better local search results."> 1650 <message name="IDS_OMNIBOX_GEOLOCATION_DISCLOSURE" desc="Text shown when a user focuses the Chrome omnibox to inform them that their location will be shar ed with the search provider to get better local search results.">
(...skipping 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after
2985 Remove and recreate this shortcut 2985 Remove and recreate this shortcut
2986 </message> 2986 </message>
2987 2987
2988 <!-- Chrome Home --> 2988 <!-- Chrome Home -->
2989 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content."> 2989 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content.">
2990 Pull up to see bookmarks and more 2990 Pull up to see bookmarks and more
2991 </message> 2991 </message>
2992 </messages> 2992 </messages>
2993 </release> 2993 </release>
2994 </grit> 2994 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chromium_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698