diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 4d88a33..04aea87 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -147,8 +147,14 @@ <!-- Describes the button for getting details/info about currently selected application. Text is not displayed, but provided for accessibility. [CHAR_LIMIT=none] --> <string name="cab_menu_app_info">Application details</string> - <!-- Appears in the CAB when an app is selected in All Apps. [CHAR_LIMIT=50] --> - <string name="cab_selection_text">1 application selected</string> + <!-- Appears in the CAB when an app is selected in All Apps or Customize mode. [CHAR_LIMIT=50] --> + <string name="cab_app_selection_text">1 application selected</string> + <!-- Appears in the CAB when a widget is selected in Customize mode. [CHAR_LIMIT=50] --> + <string name="cab_widget_selection_text">1 widget selected</string> + <!-- Appears in the CAB when a folder is selected in Customize mode. [CHAR_LIMIT=50] --> + <string name="cab_folder_selection_text">1 folder selected</string> + <!-- Appears in the CAB when a shortcut is selected in Customize mode. [CHAR_LIMIT=50] --> + <string name="cab_shortcut_selection_text">1 shortcut selected</string> <!-- Permissions: --> <skip /> |