| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| /* |
| * Copyright (C) 2008 The Android Open Source Project |
| * |
| * Licensed under the Apache License, Version 2.0 (the "License"); |
| * you may not use this file except in compliance with the License. |
| * You may obtain a copy of the License at |
| * |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * Unless required by applicable law or agreed to in writing, software |
| * distributed under the License is distributed on an "AS IS" BASIS, |
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| * See the License for the specific language governing permissions and |
| * limitations under the License. |
| */ |
| --> |
| |
| <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| <!-- Manifest configuration. --> |
| <skip /> |
| <!-- Do not translate. android:sharedUserId of this application. --> |
| <string name="sharedUserId" translate="false"><xliff:g id="x"></xliff:g></string> |
| <!-- Do not translate. android:process of this application. --> |
| <string name="process" translate="false"><xliff:g id="x"></xliff:g></string> |
| |
| <!-- General --> |
| <skip /> |
| <!-- Application name --> |
| <string name="application_name">Launcher</string> |
| <!-- Name for all applications running as this uid. --> |
| <string name="uid_name">Android Core Apps</string> |
| <!-- Default folder name --> |
| <string name="folder_name">Folder</string> |
| <!-- Title of dialog that appears after user selects Wallpaper from menu --> |
| <string name="chooser_wallpaper">Select wallpaper from</string> |
| <!-- Button label on Wallpaper Gallery screen; user selects this button to set a specific wallpaper --> |
| <string name="wallpaper_instructions">Set wallpaper</string> |
| <!-- Option in "Select wallpaper from" dialog box --> |
| <string name="pick_wallpaper">Wallpapers</string> |
| <!-- Displayed when user selects a shortcut for an app that was uninstalled --> |
| <string name="activity_not_found">Application is not installed on your phone.</string> |
| <!-- List item for configuring the current wallpaper --> |
| <string name="configure_wallpaper">Configure...</string> |
| <!-- Labels for the tabs in the customize drawer --> |
| <string name="widgets_tab_label">Widgets</string> |
| <!-- Title of tab containing all possible folders (ie standard Folders and Live Folders) that |
| can be added to the home screen --> |
| <string name="folders_tab_label">Folders</string> |
| <!-- Title of tab containing all possible shortcuts (eg Contacts, Bookmarks) that can be |
| added to the home screen --> |
| <string name="shortcuts_tab_label">More</string> |
| <!-- Title of tab for configuring wallpapers --> |
| <string name="wallpapers_tab_label">Wallpapers</string> |
| <!-- Title of tab for configuring applications --> |
| <string name="applications_tab_label">App Shortcuts</string> |
| <!-- Placeholder text, will be removed --> |
| <string name="wallpapers_temp_tab_text">This will be the wallpapers tab</string> |
| <!-- Labels for the tabs in All Apps --> |
| <!-- Title of the tab for all applications (includes games and non-games) [CHAR_LIMIT=12] --> |
| <string name="all_apps_tab_all">All</string> |
| <!-- Title of the tab for all applications *except* games [CHAR_LIMIT=12] --> |
| <string name="all_apps_tab_apps">Apps</string> |
| <!-- Title of the tab for applications labeled as games [CHAR_LIMIT=12] --> |
| <string name="all_apps_tab_games">Games</string> |
| <!-- Tile of the tab for applications that were downloaded from market [CHAR_LIMIT=12] --> |
| <string name="all_apps_tab_downloaded">Downloaded</string> |
| |
| <!-- All Apps pane --> |
| <!-- Message to show when there are no games [CHAR_LIMIT=25] --> |
| <string name="all_apps_no_games">No games found.</string> |
| <!-- Message to show when there are no downloaded apps [CHAR_LIMIT=25] --> |
| <string name="all_apps_no_downloads">No downloaded apps found.</string> |
| |
| <!-- Customization Drawer --> |
| <!-- The format string for the dimensions of a widget in the drawer --> |
| <string name="widget_dims_format" translatable="false">%1$d x %2$d</string> |
| |
| <!-- External-drop widget pick label format string [CHAR_LIMIT=25] --> |
| <string name="external_drop_widget_pick_format" translatable="false">%1$s (%2$d x %3$d)</string> |
| <!-- External-drop widget error string. This is the error that is shown |
| when you drag and item into the homescreen and it is unable to fit, |
| or an error is encountered. [CHAR_LIMIT=50] --> |
| <string name="external_drop_widget_error">Could not drop item onto this homescreen</string> |
| <!-- External-drop widget pick title. This is shown as the title of the |
| dialog which allows you to pick which widgets to handle a particular |
| drop if there are multiple choices. [CHAR_LIMIT=35] --> |
| <string name="external_drop_widget_pick_title">Select widget to create</string> |
| |
| <!-- Folders --> |
| <skip /> |
| <!-- Label of Folder name field in Rename folder dialog box --> |
| <string name="rename_folder_label">Folder name</string> |
| <!-- Title of dialog box --> |
| <string name="rename_folder_title">Rename folder</string> |
| <!-- Buttons in Rename folder dialog box --> |
| <string name="rename_action">OK</string> |
| <!-- Buttons in Rename folder dialog box --> |
| <string name="cancel_action">Cancel</string> |
| |
| <!-- Shortcuts --> |
| <skip /> |
| <!-- Title of dialog box --> |
| <string name="menu_item_add_item">Add to Home screen</string> |
| <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all apps --> |
| <string name="group_applications">Applications</string> |
| <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all shortcuts --> |
| <string name="group_shortcuts">Shortcuts</string> |
| <!-- Options in "Add to Home" dialog box; Title of the folder gadget --> |
| <string name="group_folder">New 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">Folders</string> |
| <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all widgets/gadgets --> |
| <string name="group_widgets">Widgets</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">Wallpapers</string> |
| <!-- Options in "Add to Home" dialog box; Name of the Folder widget--> |
| <string name="add_folder">Folder</string> |
| <!-- Options in "Add to Home" dialog box; Name of the Clock widget--> |
| <string name="add_clock">Clock</string> |
| <!-- Options in "Add to Home" dialog box; Name of the Picture frame widget--> |
| <string name="add_photo_frame">Picture frame</string> |
| <!-- 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> |
| <!-- Message displayed when a shortcut is created by an external application --> |
| <string name="shortcut_installed">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" created.</string> |
| <!-- Message displayed when a shortcut is uninstalled by an external application --> |
| <string name="shortcut_uninstalled">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" was removed.</string> |
| <!-- Message displayed when an external application attemps to create a shortcut that already exists --> |
| <string name="shortcut_duplicate">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" already exists.</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 an application to add to homescreen --> |
| <string name="title_select_application">Select application</string> |
| <!-- Title of dialog when user is selecting live folder to add to homescreen --> |
| <string name="title_select_live_folder">Select folder</string> |
| |
| <!-- All applications label --> |
| <string name="all_apps_button_label">Apps</string> |
| <!-- Label for button in all applications label to go back home (to the workspace / desktop) |
| for accessibilty (spoken when the button gets focus). --> |
| <string name="all_apps_home_button_label">Home</string> |
| |
| <!-- Menus items: --> |
| <skip /> |
| <!-- Verb, menu item used to add an item on the desktop --> |
| <string name="menu_add">Add</string> |
| <!-- Menu item used to manage installed applications --> |
| <string name="menu_manage_apps">Manage apps</string> |
| <!-- Noun, menu item used to set the desktop's wallpaper --> |
| <string name="menu_wallpaper">Wallpaper</string> |
| <!-- Verb, menu item used to initiate global search --> |
| <string name="menu_search">Search</string> |
| <!-- Noun, menu item used to bring down the notifications shade --> |
| <string name="menu_notifications">Notifications</string> |
| <!-- Noun, menu item used to show the gestures settings --> |
| <string name="menu_gestures">Gestures</string> |
| <!-- Noun, menu item used to show the system settings --> |
| <string name="menu_settings">Settings</string> |
| |
| <!-- Strings for the contextual action bar (CAB) in All Apps --> |
| <skip /> |
| <!-- Describes the button for uninstalling the currently selected application. |
| Text is not displayed, but provided for accessibility. [CHAR_LIMIT=none] --> |
| <string name="cab_menu_delete_app">Uninstall application</string> |
| <!-- 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 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 /> |
| <!-- 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> |
| |
| <!-- Widgets: --> |
| <skip /> |
| |
| <!-- Text to show user in place of a gadget when we can't display it properly --> |
| <string name="gadget_error_text">Problem loading widget</string> |
| |
| <!-- URL to use when detecting the current default browser. |
| Attempts to mimic homepage_base in Browser; {CID} should be replaced |
| by the client-id, e.g. "android-google". --> |
| <string name="default_browser_url" translatable="false"> |
| http://www.google.com/m?client=ms-{CID}&source=android-home-hotseat</string> |
| |
| <!-- Text to inform the user that they can't uninstall a system application --> |
| <string name="uninstall_system_app_text">This is a system application and cannot be uninstalled.</string> |
| </resources> |