summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c1d3455ae..ff417987f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -52,9 +52,16 @@
<string name="group_applications">Application</string>
<!-- Options in "Add to Home" dialog box; Title of the group containing the list of all shortcuts -->
<string name="group_shortcuts">Shortcut</string>
+ <!-- Options in "Add to Home" dialog box; Title of the search gadget -->
+ <string name="group_search">Search</string>
+ <!-- Options in "Add to Home" dialog box; Title of the folder gadget -->
+ <string name="group_folder">Folder</string>
+ <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all live folders -->
<string name="group_live_folders">Live folder</string>
<!-- Options in "Add to Home" dialog box; Title of the group containing the list of all widgets -->
<string name="group_widgets">Widget</string>
+ <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all gadgets -->
+ <string name="group_gadgets">Gadget</string>
<!-- Options in "Add to Home" dialog box; Title of the group containing the list of apps that can set the wallpaper-->
<string name="group_wallpapers">Wallpaper</string>
<!-- Options in "Add to Home" dialog box; Name of the Folder widget-->
@@ -68,6 +75,11 @@
<!-- Error message when user has filled a home screen, possibly not used -->
<string name="out_of_space">No more room on this Home screen.</string>
+ <!-- Title of dialog when user is selecting shortcut to add to homescreen -->
+ <string name="title_select_shortcut">Select shortcut</string>
+ <!-- Title of dialog when user is selecting live folder to add to homescreen -->
+ <string name="title_select_live_folder">Select live folder</string>
+
<!-- Menus items: -->
<skip />
<!-- Verb, menu item used to add an item on the desktop -->
@@ -101,5 +113,8 @@
This translation SHOULD MATCH the string "search_hint" which is found in
GoogleSearch/res/values/strings.xml -->
<string name="search_hint">Google Search</string>
-
+
+ <!-- Text to show user in place of a gadget when we can't display it properly -->
+ <string name="gadget_error_text">Problem loading gadget</string>
+
</resources>