The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [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"> |
| 21 | <!-- General --> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 22 | <skip /> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 23 | <!-- Application name --> |
| 24 | <string name="application_name">Home</string> |
| 25 | <!-- Default folder name --> |
| 26 | <string name="folder_name">Folder</string> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 27 | <!-- Title of dialog that appears after user selects Wallpaper from menu --> |
| 28 | <string name="chooser_wallpaper">Select wallpaper from</string> |
| 29 | <!-- Button label on Wallpaper Gallery screen; user selects this button to set a specific wallpaper --> |
| 30 | <string name="wallpaper_instructions">Set wallpaper</string> |
| 31 | <!-- Option in "Select wallpaper from" dialog box --> |
| 32 | <string name="pick_wallpaper">Wallpaper gallery</string> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 33 | <!-- Displayed when user selects a shortcut for an app that was uninstalled --> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 34 | <string name="activity_not_found">Application is not installed on your phone.</string> |
| 35 | |
| 36 | <!-- Folders --> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 37 | <skip /> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 38 | <!-- Label of Folder name field in Rename folder dialog box --> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 39 | <string name="rename_folder_label">Folder name</string> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 40 | <!-- Title of dialog box --> |
| 41 | <string name="rename_folder_title">Rename folder</string> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 42 | <!-- Buttons in Rename folder dialog box --> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 43 | <string name="rename_action">OK</string> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 44 | <!-- Buttons in Rename folder dialog box --> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 45 | <string name="cancel_action">Cancel</string> |
| 46 | |
| 47 | <!-- Shortcuts --> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 48 | <skip /> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 49 | <!-- Title of dialog box --> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 50 | <string name="menu_item_add_item">Add to Home screen</string> |
| 51 | <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all apps --> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 52 | <string name="group_applications">Application</string> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 53 | <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all shortcuts --> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 54 | <string name="group_shortcuts">Shortcut</string> |
The Android Open Source Project | 15a8880 | 2009-02-10 15:44:05 -0800 | [diff] [blame] | 55 | <!-- Options in "Add to Home" dialog box; Title of the search gadget --> |
| 56 | <string name="group_search">Search</string> |
| 57 | <!-- Options in "Add to Home" dialog box; Title of the folder gadget --> |
| 58 | <string name="group_folder">Folder</string> |
| 59 | <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all live folders --> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 60 | <string name="group_live_folders">Live folder</string> |
The Android Open Source Project | 38a75b2 | 2009-03-03 14:04:32 -0800 | [diff] [blame^] | 61 | <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all widgets --> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 62 | <string name="group_widgets">Widget</string> |
The Android Open Source Project | 38a75b2 | 2009-03-03 14:04:32 -0800 | [diff] [blame^] | 63 | <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all gadgets --> |
| 64 | <string name="group_gadgets">Gadget</string> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 65 | <!-- Options in "Add to Home" dialog box; Title of the group containing the list of apps that can set the wallpaper--> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 66 | <string name="group_wallpapers">Wallpaper</string> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 67 | <!-- Options in "Add to Home" dialog box; Name of the Folder widget--> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 68 | <string name="add_folder">Folder</string> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 69 | <!-- Options in "Add to Home" dialog box; Name of the Clock widget--> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 70 | <string name="add_clock">Clock</string> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 71 | <!-- Options in "Add to Home" dialog box; Name of the Picture frame widget--> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 72 | <string name="add_photo_frame">Picture frame</string> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 73 | <!-- Options in "Add to Home" dialog box; Name of the Google Search widget--> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 74 | <string name="add_search">Search</string> |
| 75 | <!-- Error message when user has filled a home screen, possibly not used --> |
| 76 | <string name="out_of_space">No more room on this Home screen.</string> |
| 77 | |
The Android Open Source Project | 15a8880 | 2009-02-10 15:44:05 -0800 | [diff] [blame] | 78 | <!-- Title of dialog when user is selecting shortcut to add to homescreen --> |
| 79 | <string name="title_select_shortcut">Select shortcut</string> |
| 80 | <!-- Title of dialog when user is selecting live folder to add to homescreen --> |
| 81 | <string name="title_select_live_folder">Select live folder</string> |
| 82 | |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 83 | <!-- Menus items: --> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 84 | <skip /> |
| 85 | <!-- Verb, menu item used to add an item on the desktop --> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 86 | <string name="menu_add">Add</string> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 87 | <!-- Noun, menu item used to set the desktop's wallpaper --> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 88 | <string name="menu_wallpaper">Wallpaper</string> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 89 | <!-- Verb, menu item used to initiate a Google Search --> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 90 | <string name="menu_search">Search</string> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 91 | <!-- Noun, menu item used to bring down the notifications shade --> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 92 | <string name="menu_notifications">Notifications</string> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 93 | <!-- Noun, menu item used to show the system settings --> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 94 | <string name="menu_settings">Settings</string> |
| 95 | |
| 96 | <!-- Permissions: --> |
| 97 | <string name="permlab_install_shortcut">install shortcuts</string> |
| 98 | <string name="permdesc_install_shortcut">Allows an application to add |
| 99 | shortcuts without user intervention.</string> |
| 100 | <string name="permlab_uninstall_shortcut">uninstall shortcuts</string> |
| 101 | <string name="permdesc_uninstall_shortcut">Allows an application to remove |
| 102 | shortcuts without user intervention.</string> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 103 | <string name="permlab_read_settings">read Home settings and shortcuts</string> |
| 104 | <string name="permdesc_read_settings">Allows an application to read the settings and |
| 105 | shortcuts in Home.</string> |
| 106 | <string name="permlab_write_settings">write Home settings and shortcuts</string> |
| 107 | <string name="permdesc_write_settings">Allows an application to change the settings and |
| 108 | shortcuts in Home.</string> |
| 109 | |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 110 | <!-- Widgets: --> |
The Android Open Source Project | d097a18 | 2008-12-17 18:05:58 -0800 | [diff] [blame] | 111 | <skip /> |
| 112 | <!-- This is the hint text shown in the search widget, before text is entered. |
| 113 | This translation SHOULD MATCH the string "search_hint" which is found in |
| 114 | GoogleSearch/res/values/strings.xml --> |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 115 | <string name="search_hint">Google Search</string> |
The Android Open Source Project | 15a8880 | 2009-02-10 15:44:05 -0800 | [diff] [blame] | 116 | |
| 117 | <!-- Text to show user in place of a gadget when we can't display it properly --> |
The Android Open Source Project | 38a75b2 | 2009-03-03 14:04:32 -0800 | [diff] [blame^] | 118 | <string name="gadget_error_text">Problem loading gadget</string> |
The Android Open Source Project | 15a8880 | 2009-02-10 15:44:05 -0800 | [diff] [blame] | 119 | |
The Android Open Source Project | c8f00b6 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 120 | </resources> |