The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 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"> |
Dianne Hackborn | 12687cf | 2010-03-09 15:03:20 -0800 | [diff] [blame] | 21 | <!-- Manifest configuration. --> |
| 22 | <skip /> |
| 23 | <!-- Do not translate. android:sharedUserId of this application. --> |
| 24 | <string name="sharedUserId" translate="false"><xliff:g id="x"></xliff:g></string> |
| 25 | <!-- Do not translate. android:process of this application. --> |
| 26 | <string name="process" translate="false"><xliff:g id="x"></xliff:g></string> |
| 27 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 28 | <!-- General --> |
| 29 | <skip /> |
| 30 | <!-- Application name --> |
Romain Guy | 1fbc1c8 | 2009-11-09 20:43:08 -0800 | [diff] [blame] | 31 | <string name="application_name">Launcher</string> |
Dianne Hackborn | f228753 | 2009-06-24 20:08:36 -0700 | [diff] [blame] | 32 | <!-- Name for all applications running as this uid. --> |
| 33 | <string name="uid_name">Android Core Apps</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 34 | <!-- Default folder name --> |
| 35 | <string name="folder_name">Folder</string> |
| 36 | <!-- Title of dialog that appears after user selects Wallpaper from menu --> |
| 37 | <string name="chooser_wallpaper">Select wallpaper from</string> |
| 38 | <!-- Button label on Wallpaper Gallery screen; user selects this button to set a specific wallpaper --> |
| 39 | <string name="wallpaper_instructions">Set wallpaper</string> |
| 40 | <!-- Option in "Select wallpaper from" dialog box --> |
Daniel Sandler | 0d15cf9 | 2009-12-02 14:37:05 -0500 | [diff] [blame] | 41 | <string name="pick_wallpaper">Wallpapers</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 42 | <!-- Displayed when user selects a shortcut for an app that was uninstalled --> |
| 43 | <string name="activity_not_found">Application is not installed on your phone.</string> |
Eric Fischer | a98fd30 | 2009-10-21 11:36:31 -0700 | [diff] [blame] | 44 | <!-- List item for configuring the current wallpaper --> |
| 45 | <string name="configure_wallpaper">Configure...</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 46 | |
| 47 | <!-- Folders --> |
| 48 | <skip /> |
| 49 | <!-- Label of Folder name field in Rename folder dialog box --> |
| 50 | <string name="rename_folder_label">Folder name</string> |
| 51 | <!-- Title of dialog box --> |
| 52 | <string name="rename_folder_title">Rename folder</string> |
| 53 | <!-- Buttons in Rename folder dialog box --> |
| 54 | <string name="rename_action">OK</string> |
| 55 | <!-- Buttons in Rename folder dialog box --> |
| 56 | <string name="cancel_action">Cancel</string> |
| 57 | |
| 58 | <!-- Shortcuts --> |
| 59 | <skip /> |
| 60 | <!-- Title of dialog box --> |
| 61 | <string name="menu_item_add_item">Add to Home screen</string> |
| 62 | <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all apps --> |
Jeffrey Sharkey | 37c2345 | 2009-03-24 21:21:35 -0700 | [diff] [blame] | 63 | <string name="group_applications">Applications</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 64 | <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all shortcuts --> |
Jeffrey Sharkey | 37c2345 | 2009-03-24 21:21:35 -0700 | [diff] [blame] | 65 | <string name="group_shortcuts">Shortcuts</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 66 | <!-- Options in "Add to Home" dialog box; Title of the folder gadget --> |
Jeffrey Sharkey | 37c2345 | 2009-03-24 21:21:35 -0700 | [diff] [blame] | 67 | <string name="group_folder">New folder</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 68 | <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all live folders --> |
Jeffrey Sharkey | 37c2345 | 2009-03-24 21:21:35 -0700 | [diff] [blame] | 69 | <string name="group_live_folders">Folders</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 70 | <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all widgets/gadgets --> |
Jeffrey Sharkey | 37c2345 | 2009-03-24 21:21:35 -0700 | [diff] [blame] | 71 | <string name="group_widgets">Widgets</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 72 | <!-- Options in "Add to Home" dialog box; Title of the group containing the list of apps that can set the wallpaper--> |
Jeffrey Sharkey | 37c2345 | 2009-03-24 21:21:35 -0700 | [diff] [blame] | 73 | <string name="group_wallpapers">Wallpapers</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 74 | <!-- Options in "Add to Home" dialog box; Name of the Folder widget--> |
| 75 | <string name="add_folder">Folder</string> |
| 76 | <!-- Options in "Add to Home" dialog box; Name of the Clock widget--> |
| 77 | <string name="add_clock">Clock</string> |
| 78 | <!-- Options in "Add to Home" dialog box; Name of the Picture frame widget--> |
| 79 | <string name="add_photo_frame">Picture frame</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 80 | <!-- Error message when user has filled a home screen, possibly not used --> |
| 81 | <string name="out_of_space">No more room on this Home screen.</string> |
Romain Guy | d93a7d1 | 2009-03-24 21:17:50 -0700 | [diff] [blame] | 82 | <!-- Message displayed when a shortcut is created by an external application --> |
Eric Fischer | e461dc6 | 2009-08-27 17:25:36 -0700 | [diff] [blame] | 83 | <string name="shortcut_installed">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" created.</string> |
Romain Guy | d93a7d1 | 2009-03-24 21:17:50 -0700 | [diff] [blame] | 84 | <!-- Message displayed when a shortcut is uninstalled by an external application --> |
Eric Fischer | e461dc6 | 2009-08-27 17:25:36 -0700 | [diff] [blame] | 85 | <string name="shortcut_uninstalled">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" was removed.</string> |
Romain Guy | d93a7d1 | 2009-03-24 21:17:50 -0700 | [diff] [blame] | 86 | <!-- Message displayed when an external application attemps to create a shortcut that already exists --> |
Eric Fischer | e461dc6 | 2009-08-27 17:25:36 -0700 | [diff] [blame] | 87 | <string name="shortcut_duplicate">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" already exists.</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 88 | |
| 89 | <!-- Title of dialog when user is selecting shortcut to add to homescreen --> |
| 90 | <string name="title_select_shortcut">Select shortcut</string> |
| 91 | <!-- Title of dialog when user is selecting live folder to add to homescreen --> |
Jeffrey Sharkey | 37c2345 | 2009-03-24 21:21:35 -0700 | [diff] [blame] | 92 | <string name="title_select_live_folder">Select folder</string> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 93 | |
Joe Onorato | 52a653f | 2009-11-11 14:52:11 -0800 | [diff] [blame] | 94 | <!-- All applications label for accessibilty (spoken when the button gets focus). --> |
| 95 | <string name="all_apps_button_label">All applications</string> |
| 96 | <!-- Label for button in all applications label to go back home (to the workspace / desktop) |
| 97 | for accessibilty (spoken when the button gets focus). --> |
| 98 | <string name="all_apps_home_button_label">Home</string> |
| 99 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 100 | <!-- Menus items: --> |
| 101 | <skip /> |
| 102 | <!-- Verb, menu item used to add an item on the desktop --> |
| 103 | <string name="menu_add">Add</string> |
| 104 | <!-- Noun, menu item used to set the desktop's wallpaper --> |
| 105 | <string name="menu_wallpaper">Wallpaper</string> |
Mike LeBeau | 6929356 | 2009-05-08 14:27:31 -0700 | [diff] [blame] | 106 | <!-- Verb, menu item used to initiate global search --> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 107 | <string name="menu_search">Search</string> |
| 108 | <!-- Noun, menu item used to bring down the notifications shade --> |
| 109 | <string name="menu_notifications">Notifications</string> |
Romain Guy | 73b979d | 2009-06-09 12:57:21 -0700 | [diff] [blame] | 110 | <!-- Noun, menu item used to show the gestures settings --> |
| 111 | <string name="menu_gestures">Gestures</string> |
| 112 | <!-- Noun, menu item used to show the system settings --> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 113 | <string name="menu_settings">Settings</string> |
| 114 | |
| 115 | <!-- Permissions: --> |
| 116 | <string name="permlab_install_shortcut">install shortcuts</string> |
| 117 | <string name="permdesc_install_shortcut">Allows an application to add |
| 118 | shortcuts without user intervention.</string> |
| 119 | <string name="permlab_uninstall_shortcut">uninstall shortcuts</string> |
| 120 | <string name="permdesc_uninstall_shortcut">Allows an application to remove |
| 121 | shortcuts without user intervention.</string> |
| 122 | <string name="permlab_read_settings">read Home settings and shortcuts</string> |
| 123 | <string name="permdesc_read_settings">Allows an application to read the settings and |
| 124 | shortcuts in Home.</string> |
| 125 | <string name="permlab_write_settings">write Home settings and shortcuts</string> |
| 126 | <string name="permdesc_write_settings">Allows an application to change the settings and |
| 127 | shortcuts in Home.</string> |
| 128 | |
| 129 | <!-- Widgets: --> |
| 130 | <skip /> |
Mike LeBeau | 6929356 | 2009-05-08 14:27:31 -0700 | [diff] [blame] | 131 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 132 | <!-- Text to show user in place of a gadget when we can't display it properly --> |
| 133 | <string name="gadget_error_text">Problem loading widget</string> |
Romain Guy | 41669fc | 2009-08-13 12:53:24 -0700 | [diff] [blame] | 134 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 135 | </resources> |