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

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: 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
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 6117 matching lines...) Expand 10 before | Expand all | Expand 10 after
6128 </message> 6128 </message>
6129 <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."> 6129 <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.">
6130 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> 6130 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>
6131 </message> 6131 </message>
6132 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_YES_BUTTON" desc="La bel on the button to grant permissions."> 6132 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_YES_BUTTON" desc="La bel on the button to grant permissions.">
6133 Yes 6133 Yes
6134 </message> 6134 </message>
6135 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_NO_BUTTON" desc="Lab el on the button to reject permissions."> 6135 <message name="IDS_FILE_SYSTEM_REQUEST_FILE_SYSTEM_DIALOG_NO_BUTTON" desc="Lab el on the button to reject permissions.">
6136 No 6136 No
6137 </message> 6137 </message>
6138 <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.">
6139 Read-only access to <ph name="VOLUME_NAME">$1<ex>FooBar 4GB</ex> has been gr anted.</ph>
6140 </message>
6141 <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.">
6142 Full access to <ph name="VOLUME_NAME">$1<ex>FooBar 4GB</ex> has been granted .</ph>
jww 2015/03/26 20:14:59 Instead of "Full access," which sounds ambiguous,
mtomasz 2015/03/26 23:24:11 Is "Read and write access to XXX has been granted.
mtomasz 2015/03/27 05:01:38 Done.
6143 </message>
6144
6138 </grit-part> 6145 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698