bug 2480004 - add some descriptions for the string in home

Change-Id: Ie01900dcb6fd6381d18dcfa80bddb7bfdff19b13
This commit is contained in:
Joe Onorato
2010-03-10 15:30:07 -08:00
parent 5347b3f6e4
commit e075e1f106
+9
View File
@@ -113,16 +113,25 @@
<string name="menu_settings">Settings</string>
<!-- Permissions: -->
<skip />
<!-- Permission short label -->
<string name="permlab_install_shortcut">install shortcuts</string>
<!-- Permission description -->
<string name="permdesc_install_shortcut">Allows an application to add
shortcuts without user intervention.</string>
<!-- Permission short label -->
<string name="permlab_uninstall_shortcut">uninstall shortcuts</string>
<!-- Permission description -->
<string name="permdesc_uninstall_shortcut">Allows an application to remove
shortcuts without user intervention.</string>
<!-- Permission short label -->
<string name="permlab_read_settings">read Home settings and shortcuts</string>
<!-- Permission description -->
<string name="permdesc_read_settings">Allows an application to read the settings and
shortcuts in Home.</string>
<!-- Permission short label -->
<string name="permlab_write_settings">write Home settings and shortcuts</string>
<!-- Permission description -->
<string name="permdesc_write_settings">Allows an application to change the settings and
shortcuts in Home.</string>