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

Side by Side Diff: chrome/app/chromeos_strings.grdp

Issue 1032313002: Add a notification about auto-granted access to file systems. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the string. Created 5 years, 9 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/browser/extensions/api/file_system/file_system_api.h » ('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 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> 7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook.">
8 Chromebook 8 Chromebook
9 </message> 9 </message>
10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> 10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox">
(...skipping 6114 matching lines...) Expand 10 before | Expand all | Expand 10 after
6125 </message> 6125 </message>
6126 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_WRITABLE_MESSAGE" de sc="Message in a prompt dialog for granting full permissions (read, write, delet e, create files and directories) to a volume (eg. USB drive, SD card, MTP device ) with the specified name to the extension."> 6126 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_WRITABLE_MESSAGE" de sc="Message in a prompt dialog for granting full permissions (read, write, delet e, create files and directories) to a volume (eg. USB drive, SD card, MTP device ) with the specified name to the extension.">
6127 Do you want to grant full permissions to read, write, delete and create file s on <ph name="VOLUME_NAME">$1<ex>FooBar 4GB</ex>?</ph> 6127 Do you want to grant full permissions to read, write, delete and create file s on <ph name="VOLUME_NAME">$1<ex>FooBar 4GB</ex>?</ph>
6128 </message> 6128 </message>
6129 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_YES_BUTTON" desc="La bel on the button to grant permissions."> 6129 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_YES_BUTTON" desc="La bel on the button to grant permissions.">
6130 Yes 6130 Yes
6131 </message> 6131 </message>
6132 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_NO_BUTTON" desc="Lab el on the button to reject permissions."> 6132 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_NO_BUTTON" desc="Lab el on the button to reject permissions.">
6133 No 6133 No
6134 </message> 6134 </message>
6135 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_NOTIFICATION_MESSAGE" desc= "Message in a notification about granted read-only pemissions (read, write, dele te, create files and directories) to a volume (eg. USB drive, SD card, MTP devic e) with the specified name to the extension.">
6136 Read-only access to <ph name="VOLUME_NAME">$1<ex>FooBar 4GB</ex> has been gr anted.</ph>
6137 </message>
6138 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_NOTIFICATION_WRITABLE_MESSA GE" desc="Message in a notification about granted full permissions (read, write, delete, create files and directories) to a volume (eg. USB drive, SD card, MTP device) with the specified name to the extension.">
6139 Read and write access to <ph name="VOLUME_NAME">$1<ex>FooBar 4GB</ex> has be en granted.</ph>
jww 2015/03/27 15:59:11 Great, thanks!
6140 </message>
6141
6135 </grit-part> 6142 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/file_system/file_system_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698