1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/* 4* Copyright (C) 2008 The Android Open Source Project 5* 6* Licensed under the Apache License, Version 2.0 (the "License"); 7* you may not use this file except in compliance with the License. 8* You may obtain a copy of the License at 9* 10* http://www.apache.org/licenses/LICENSE-2.0 11* 12* Unless required by applicable law or agreed to in writing, software 13* distributed under the License is distributed on an "AS IS" BASIS, 14* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15* See the License for the specific language governing permissions and 16* limitations under the License. 17*/ 18--> 19 20<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 21 <!-- General --> 22 <skip /> 23 <!-- Application name --> 24 <string name="application_name">Launcher</string> 25 <!-- Name for all applications running as this uid. --> 26 <string name="uid_name">Android Core Apps</string> 27 <!-- Default folder name --> 28 <string name="folder_name"></string> 29 <!-- Title of dialog that appears after user selects Wallpaper from menu --> 30 <string name="chooser_wallpaper">Select wallpaper from</string> 31 <!-- Button label on Wallpaper Gallery screen; user selects this button to set a specific wallpaper --> 32 <string name="wallpaper_instructions">Set wallpaper</string> 33 <!-- Option in "Select wallpaper from" dialog box --> 34 <string name="pick_wallpaper">Wallpapers</string> 35 <!-- Displayed when user selects a shortcut for an app that was uninstalled [CHAR_LIMIT=none]--> 36 <string name="activity_not_found">Application is not installed.</string> 37 <!-- Labels for the tabs in the customize drawer --> 38 <string name="widgets_tab_label">Widgets</string> 39 40 <!-- AppsCustomize pane --> 41 <!-- Message to tell the user to press and hold on a widget to add it [CHAR_LIMIT=50] --> 42 <string name="long_press_widget_to_add">Touch & hold to pick up a widget</string> 43 <!-- Market button text. The market button text is removed in Launcher.java 44 in the Phone UI. [CHAR LIMIT=32] --> 45 <string name="market">Shop</string> 46 <!-- The format string for the dimensions of a widget in the drawer --> 47 <string name="widget_dims_format" translatable="false">%1$d x %2$d</string> 48 49 <!-- External-drop widget pick label format string [CHAR_LIMIT=25] --> 50 <string name="external_drop_widget_pick_format" translatable="false">%1$s (%2$d x %3$d)</string> 51 <!-- External-drop widget error string. This is the error that is shown 52 when you drag and item into the homescreen and it is unable to fit, 53 or an error is encountered. [CHAR_LIMIT=50] --> 54 <string name="external_drop_widget_error">Could not drop item onto this homescreen</string> 55 <!-- External-drop widget pick title. This is shown as the title of the 56 dialog which allows you to pick which widgets to handle a particular 57 drop if there are multiple choices. [CHAR_LIMIT=35] --> 58 <string name="external_drop_widget_pick_title">Select widget to create</string> 59 60 <!-- Folders --> 61 <skip /> 62 <!-- Label of Folder name field in Rename folder dialog box --> 63 <string name="rename_folder_label">Folder name</string> 64 <!-- Title of dialog box --> 65 <string name="rename_folder_title">Rename folder</string> 66 <!-- Buttons in Rename folder dialog box --> 67 <string name="rename_action">OK</string> 68 <!-- Buttons in Rename folder dialog box --> 69 <string name="cancel_action">Cancel</string> 70 71 <!-- Shortcuts --> 72 <skip /> 73 <!-- Title of dialog box --> 74 <string name="menu_item_add_item">Add to Home screen</string> 75 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all apps --> 76 <string name="group_applications">Applications</string> 77 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all shortcut 78s --> 79 <string name="group_shortcuts">Shortcuts</string> 80 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all widgets/gadgets --> 81 <string name="group_widgets">Widgets</string> 82 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of apps that can set the wallpaper--> 83 <string name="group_wallpapers">Wallpapers</string> 84 <!-- Error message when user has filled a home screen, possibly not used --> 85 <string name="out_of_space">No more room on this Home screen.</string> 86 <!-- Error message when user tries to drop an invalid item on the hotseat --> 87 <string name="invalid_hotseat_item">This widget is too large for the hotseat.</string> 88 <!-- Message displayed when a shortcut is created by an external application --> 89 <string name="shortcut_installed">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" created.</string> 90 <!-- Message displayed when a shortcut is uninstalled by an external application --> 91 <string name="shortcut_uninstalled">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" was removed.</string> 92 <!-- Message displayed when an external application attemps to create a shortcut that already exists --> 93 <string name="shortcut_duplicate">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" already exists.</string> 94 95 <!-- Title of dialog when user is selecting shortcut to add to homescreen --> 96 <string name="title_select_shortcut">Select shortcut</string> 97 <!-- Title of dialog when user is selecting an application to add to homescreen --> 98 <string name="title_select_application">Select application</string> 99 100 <!-- All applications label --> 101 <string name="all_apps_button_label">Apps</string> 102 <!-- Label for button in all applications label to go back home (to the workspace / desktop) 103 for accessibilty (spoken when the button gets focus). --> 104 <string name="all_apps_home_button_label">Home</string> 105 <!-- Label for trash icon on workspace. Meant to communicate the idea of removing the 106 icon/widget from the home screen, but not permanently. [CHAR_LIMIT=30] --> 107 <string name="delete_zone_label_workspace">Remove</string> 108 <!-- Label for trash icon in All Apps. The icon/widget will become completely unavailable on the 109 device. [CHAR_LIMIT=30]--> 110 <string name="delete_zone_label_all_apps">Uninstall</string> 111 112 <!-- Label for delete drop target. [CHAR_LIMIT=30] --> 113 <string name="delete_target_label">Remove</string> 114 <!-- Label for uninstall drop target. [CHAR_LIMIT=30]--> 115 <string name="delete_target_uninstall_label">Uninstall</string> 116 <!-- Label for the info icon. [CHAR_LIMIT=30] --> 117 <string name="info_target_label">App info</string> 118 119 <!-- Accessibility: Search button --> 120 <string name="accessibility_search_button">Search</string> 121 <!-- Accessibility: Voice Search button --> 122 <string name="accessibility_voice_search_button">Voice Search</string> 123 <!-- Accessibility: AllApps button --> 124 <string name="accessibility_all_apps_button">Applications</string> 125 <!-- Accessibility: Delete button --> 126 <string name="accessibility_delete_button">Remove</string> 127 128 <!-- Label for trash icon in All Apps, when an updated system app is selected. The update will 129 be uninstalled. [CHAR_LIMIT=30] --> 130 <string name="delete_zone_label_all_apps_system_app">Uninstall update</string> 131 132 <!-- Menus items: --> 133 <skip /> 134 <!-- Verb, menu item used to add an item on the desktop --> 135 <string name="menu_add">Add</string> 136 <!-- Menu item used to manage installed applications --> 137 <string name="menu_manage_apps">Manage apps</string> 138 <!-- Noun, menu item used to set the desktop's wallpaper --> 139 <string name="menu_wallpaper">Wallpaper</string> 140 <!-- Verb, menu item used to initiate global search --> 141 <string name="menu_search">Search</string> 142 <!-- Noun, menu item used to bring down the notifications shade --> 143 <string name="menu_notifications">Notifications</string> 144 <!-- Noun, menu item used to show the system settings --> 145 <string name="menu_settings">System settings</string> 146 <!-- Noun, menu item used to show help. [CHAR_LIMIT=none] --> 147 <string name="menu_help">Help</string> 148 149 <!-- URL pointing to help text. If empty, no link to help will be created [DO NOT TRANSLATE] --> 150 <string name="help_url" translatable="false"></string> 151 152 <!-- Strings for the contextual action bar (CAB) in All Apps --> 153 <skip /> 154 <!-- Describes the button for uninstalling the currently selected application. 155 Text is not displayed, but provided for accessibility. [CHAR_LIMIT=none] --> 156 <string name="cab_menu_delete_app">Uninstall application</string> 157 <!-- Describes the button for getting details/info about currently selected application. 158 Text is not displayed, but provided for accessibility. [CHAR_LIMIT=none] --> 159 <string name="cab_menu_app_info">Application details</string> 160 <!-- Appears in the CAB when an app is selected in All Apps or Customize mode. [CHAR_LIMIT=50] --> 161 <string name="cab_app_selection_text">1 application selected</string> 162 <!-- Appears in the CAB when a widget is selected in Customize mode. [CHAR_LIMIT=50] --> 163 <string name="cab_widget_selection_text">1 widget selected</string> 164 <!-- Appears in the CAB when a folder is selected in Customize mode. [CHAR_LIMIT=50] --> 165 <string name="cab_folder_selection_text">1 folder selected</string> 166 <!-- Appears in the CAB when a shortcut is selected in Customize mode. [CHAR_LIMIT=50] --> 167 <string name="cab_shortcut_selection_text">1 shortcut selected</string> 168 169 <!-- Permissions: --> 170 <skip /> 171 <!-- Permission short label --> 172 <string name="permlab_install_shortcut">install shortcuts</string> 173 <!-- Permission description --> 174 <string name="permdesc_install_shortcut">Allows an application to add 175 shortcuts without user intervention.</string> 176 <!-- Permission short label --> 177 <string name="permlab_uninstall_shortcut">uninstall shortcuts</string> 178 <!-- Permission description --> 179 <string name="permdesc_uninstall_shortcut">Allows an application to remove 180 shortcuts without user intervention.</string> 181 <!-- Permission short label --> 182 <string name="permlab_read_settings">read Home settings and shortcuts</string> 183 <!-- Permission description --> 184 <string name="permdesc_read_settings">Allows an application to read the settings and 185 shortcuts in Home.</string> 186 <!-- Permission short label --> 187 <string name="permlab_write_settings">write Home settings and shortcuts</string> 188 <!-- Permission description --> 189 <string name="permdesc_write_settings">Allows an application to change the settings and 190 shortcuts in Home.</string> 191 192 <!-- Widgets: --> 193 <skip /> 194 195 <!-- Text to show user in place of a gadget when we can't display it properly --> 196 <string name="gadget_error_text">Problem loading widget</string> 197 198 <!-- Text to inform the user that they can't uninstall a system application --> 199 <string name="uninstall_system_app_text">This is a system application and cannot be uninstalled.</string> 200 201 <!-- Title of the Android Dreams (screensaver) module --> 202 <string name="dream_name">Rocket Launcher</string> 203 204 <!-- Default folder title --> 205 <string name="folder_hint_text">Unnamed Folder</string> 206 207 <!-- Accessibility --> 208 <skip /> 209 210 <!-- The format string for default page scroll text [CHAR_LIMIT=none] --> 211 <string name="default_scroll_format" translatable="false">Page %1$d of %2$d</string> 212 <!-- The format string for Workspace page scroll text [CHAR_LIMIT=none] --> 213 <string name="workspace_scroll_format" translatable="false">Workspace %1$d of %2$d</string> 214 <!-- The format string for AppsCustomize Apps page scroll text [CHAR_LIMIT=none] --> 215 <string name="apps_customize_apps_scroll_format" translatable="false">Apps page %1$d of %2$d</string> 216 <!-- The format string for AppsCustomize Apps page scroll text [CHAR_LIMIT=none] --> 217 <string name="apps_customize_widgets_scroll_format" translatable="false">Widgets page %1$d of %2$d</string> 218 219 <!-- Clings --> 220 <!-- The title text for the workspace cling [CHAR_LIMIT=none] --> 221 <string name="workspace_cling_title">Make yourself at home</string> 222 <!-- The description of how to use the workspace [CHAR_LIMIT=none] --> 223 <string name="workspace_cling_move_item">You can put your favorite apps here.</string> 224 <!-- The description of how to open all apps from the workspace [CHAR_LIMIT=none] --> 225 <string name="workspace_cling_open_all_apps">To see all your apps, touch the circle.</string> 226 <!-- The title text for the All Apps cling [CHAR_LIMIT=none] --> 227 <string name="all_apps_cling_title">Choose some apps</string> 228 <!-- The description of how to pick up and add an item to the workspace [CHAR_LIMIT=none] --> 229 <string name="all_apps_cling_add_item">To add an app to your home screen, touch & hold it.</string> 230 <!-- The title text for the Folder cling [CHAR_LIMIT=none] --> 231 <string name="folder_cling_title">Organize your apps with folders</string> 232 <!-- The description of how to move an app [CHAR_LIMIT=none] --> 233 <string name="folder_cling_move_item">To move an app, touch & hold it.</string> 234 <!-- The description of how to create a folder [CHAR_LIMIT=none] --> 235 <string name="folder_cling_create_folder">To make a new folder on your home screen, stack one app on top of another.</string> 236 <!-- The text on the button to dismiss a cling [CHAR_LIMIT=none] --> 237 <string name="cling_dismiss">OK</string> 238 <add-resource type="string" name="default_folder_name" /> 239 240</resources> 241