blob: f61871d5e5fcb9c7a79e98ad9246cab0fad51b9e [file] [log] [blame]
The Android Open Source Project31dd5032009-03-03 19:32:27 -08001<?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 Hackborn12687cf2010-03-09 15:03:20 -080021 <!-- 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 Project31dd5032009-03-03 19:32:27 -080028 <!-- General -->
29 <skip />
30 <!-- Application name -->
Romain Guy1fbc1c82009-11-09 20:43:08 -080031 <string name="application_name">Launcher</string>
Dianne Hackbornf2287532009-06-24 20:08:36 -070032 <!-- Name for all applications running as this uid. -->
33 <string name="uid_name">Android Core Apps</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080034 <!-- 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 Sandler0d15cf92009-12-02 14:37:05 -050041 <string name="pick_wallpaper">Wallpapers</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080042 <!-- 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 Fischera98fd302009-10-21 11:36:31 -070044 <!-- List item for configuring the current wallpaper -->
45 <string name="configure_wallpaper">Configure...</string>
Michael Jurka0e260592010-06-30 17:07:39 -070046 <string name="widgets_tab_label">Widgets</string>
47 <string name="folders_tab_label">Folders</string>
48 <string name="shortcuts_tab_label">Shortcuts</string>
49 <string name="wallpapers_tab_label">Wallpapers</string>
50 <string name="wallpapers_temp_tab_text">This will be the wallpapers tab</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080051
52 <!-- Folders -->
53 <skip />
54 <!-- Label of Folder name field in Rename folder dialog box -->
55 <string name="rename_folder_label">Folder name</string>
56 <!-- Title of dialog box -->
57 <string name="rename_folder_title">Rename folder</string>
58 <!-- Buttons in Rename folder dialog box -->
59 <string name="rename_action">OK</string>
60 <!-- Buttons in Rename folder dialog box -->
61 <string name="cancel_action">Cancel</string>
62
63 <!-- Shortcuts -->
64 <skip />
65 <!-- Title of dialog box -->
66 <string name="menu_item_add_item">Add to Home screen</string>
67 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all apps -->
Jeffrey Sharkey37c23452009-03-24 21:21:35 -070068 <string name="group_applications">Applications</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080069 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all shortcuts -->
Jeffrey Sharkey37c23452009-03-24 21:21:35 -070070 <string name="group_shortcuts">Shortcuts</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080071 <!-- Options in "Add to Home" dialog box; Title of the folder gadget -->
Jeffrey Sharkey37c23452009-03-24 21:21:35 -070072 <string name="group_folder">New folder</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080073 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all live folders -->
Jeffrey Sharkey37c23452009-03-24 21:21:35 -070074 <string name="group_live_folders">Folders</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080075 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all widgets/gadgets -->
Jeffrey Sharkey37c23452009-03-24 21:21:35 -070076 <string name="group_widgets">Widgets</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080077 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of apps that can set the wallpaper-->
Jeffrey Sharkey37c23452009-03-24 21:21:35 -070078 <string name="group_wallpapers">Wallpapers</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080079 <!-- Options in "Add to Home" dialog box; Name of the Folder widget-->
80 <string name="add_folder">Folder</string>
81 <!-- Options in "Add to Home" dialog box; Name of the Clock widget-->
82 <string name="add_clock">Clock</string>
83 <!-- Options in "Add to Home" dialog box; Name of the Picture frame widget-->
84 <string name="add_photo_frame">Picture frame</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080085 <!-- Error message when user has filled a home screen, possibly not used -->
86 <string name="out_of_space">No more room on this Home screen.</string>
Romain Guyd93a7d12009-03-24 21:17:50 -070087 <!-- Message displayed when a shortcut is created by an external application -->
Eric Fischere461dc62009-08-27 17:25:36 -070088 <string name="shortcut_installed">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" created.</string>
Romain Guyd93a7d12009-03-24 21:17:50 -070089 <!-- Message displayed when a shortcut is uninstalled by an external application -->
Eric Fischere461dc62009-08-27 17:25:36 -070090 <string name="shortcut_uninstalled">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" was removed.</string>
Romain Guyd93a7d12009-03-24 21:17:50 -070091 <!-- Message displayed when an external application attemps to create a shortcut that already exists -->
Eric Fischere461dc62009-08-27 17:25:36 -070092 <string name="shortcut_duplicate">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" already exists.</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080093
94 <!-- Title of dialog when user is selecting shortcut to add to homescreen -->
95 <string name="title_select_shortcut">Select shortcut</string>
96 <!-- Title of dialog when user is selecting live folder to add to homescreen -->
Jeffrey Sharkey37c23452009-03-24 21:21:35 -070097 <string name="title_select_live_folder">Select folder</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080098
Joe Onorato52a653f2009-11-11 14:52:11 -080099 <!-- All applications label for accessibilty (spoken when the button gets focus). -->
100 <string name="all_apps_button_label">All applications</string>
101 <!-- Label for button in all applications label to go back home (to the workspace / desktop)
102 for accessibilty (spoken when the button gets focus). -->
103 <string name="all_apps_home_button_label">Home</string>
104
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800105 <!-- Menus items: -->
106 <skip />
107 <!-- Verb, menu item used to add an item on the desktop -->
108 <string name="menu_add">Add</string>
109 <!-- Noun, menu item used to set the desktop's wallpaper -->
110 <string name="menu_wallpaper">Wallpaper</string>
Mike LeBeau69293562009-05-08 14:27:31 -0700111 <!-- Verb, menu item used to initiate global search -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800112 <string name="menu_search">Search</string>
113 <!-- Noun, menu item used to bring down the notifications shade -->
114 <string name="menu_notifications">Notifications</string>
Romain Guy73b979d2009-06-09 12:57:21 -0700115 <!-- Noun, menu item used to show the gestures settings -->
116 <string name="menu_gestures">Gestures</string>
117 <!-- Noun, menu item used to show the system settings -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800118 <string name="menu_settings">Settings</string>
119
120 <!-- Permissions: -->
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800121 <skip />
122 <!-- Permission short label -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800123 <string name="permlab_install_shortcut">install shortcuts</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800124 <!-- Permission description -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800125 <string name="permdesc_install_shortcut">Allows an application to add
126 shortcuts without user intervention.</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800127 <!-- Permission short label -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800128 <string name="permlab_uninstall_shortcut">uninstall shortcuts</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800129 <!-- Permission description -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800130 <string name="permdesc_uninstall_shortcut">Allows an application to remove
131 shortcuts without user intervention.</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800132 <!-- Permission short label -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800133 <string name="permlab_read_settings">read Home settings and shortcuts</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800134 <!-- Permission description -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800135 <string name="permdesc_read_settings">Allows an application to read the settings and
136 shortcuts in Home.</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800137 <!-- Permission short label -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800138 <string name="permlab_write_settings">write Home settings and shortcuts</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800139 <!-- Permission description -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800140 <string name="permdesc_write_settings">Allows an application to change the settings and
141 shortcuts in Home.</string>
142
143 <!-- Widgets: -->
144 <skip />
Mike LeBeau69293562009-05-08 14:27:31 -0700145
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800146 <!-- Text to show user in place of a gadget when we can't display it properly -->
147 <string name="gadget_error_text">Problem loading widget</string>
Romain Guy41669fc2009-08-13 12:53:24 -0700148
Daniel Sandlerab1ebd72010-04-27 16:57:25 -0400149 <!-- URL to use when detecting the current default browser.
150 Attempts to mimic homepage_base in Browser; {CID} should be replaced
151 by the client-id, e.g. "android-google". -->
152 <string name="default_browser_url" translatable="false">
153 http://www.google.com/m?client=ms-{CID}&amp;source=android-home-hotseat</string>
154
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800155</resources>