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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 214163002: Added separate required, optional and file permissions to app info dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Made permissions collapsible, required permissions expanded by default Created 6 years, 8 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 540894dbef29f0040bffc355b3651af2906277bf..1591daed6feb57f43b0383f26af0cec0c37a5f51 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -2241,6 +2241,21 @@ Even if you have downloaded files from this website before, the website might ha
Uninstall
</message>
</if>
+ <message name="IDS_APPLICATION_INFO_REQUIRED_PERMISSIONS_TEXT" desc="Text displayed above the required permissions for the app.">
Matt Giuca 2014/04/16 05:39:16 After our discussion about translations, I think I
sashab 2014/04/16 06:33:18 Done.
+ Required
+ </message>
+ <message name="IDS_APPLICATION_INFO_OPTIONAL_PERMISSIONS_TEXT" desc="Text displayed above the optional permissions for the app.">
Matt Giuca 2014/04/16 05:39:16 desc="Heading for the optional permissions of an a
sashab 2014/04/16 06:33:18 Done.
+ Optional
+ </message>
+ <message name="IDS_APPLICATION_INFO_RETAINED_FILE_PERMISSIONS_TEXT" desc="Text displayed above the retained files for the app, which are files the app has permanent access to.">
Matt Giuca 2014/04/16 05:39:16 Heading for ...
sashab 2014/04/16 06:33:18 Done.
+ Files
+ </message>
+ <message name="IDS_APPLICATION_INFO_PERMISSIONS_COUNT_SEPARATOR" desc="The symbol in the permissions title that is placed between the title and the number of permissions. For example, 'Required - 2' uses the dash symbol '-'.">
+ -
Matt Giuca 2014/04/16 05:39:16 Does this look better as a colon? It feels more na
sashab 2014/04/16 06:33:18 The dash was actually an idea from the UI team, bu
+ </message>
+ <message name="IDS_APPLICATION_INFO_NO_PERMISSIONS_TEXT" desc="Text displayed in the Permissions area of the dialog if the app has no permissions of any kind.">
Matt Giuca 2014/04/16 05:39:16 "of the App Info dialog"
sashab 2014/04/16 06:33:18 Done.
+ This app has no special permissions.
Matt Giuca 2014/04/16 05:39:16 I'm not sure about the wording of this. Perhaps "T
sashab 2014/04/16 06:33:18 Sure, this will go through UI review anyway and th
+ </message>
<!-- "Create application shortcuts" dialog -->
<if expr="not use_titlecase">

Powered by Google App Engine
This is Rietveld 408576698