blob: b642ead0ff47d77a578beb074170e1e52347a493 [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">
21 <!-- General -->
22 <skip />
23 <!-- Application name -->
Romain Guy1fbc1c82009-11-09 20:43:08 -080024 <string name="application_name">Launcher</string>
Dianne Hackbornf2287532009-06-24 20:08:36 -070025 <!-- Name for all applications running as this uid. -->
26 <string name="uid_name">Android Core Apps</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080027 <!-- Default folder name -->
28 <string name="folder_name">Folder</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">Wallpaper gallery</string>
35 <!-- Displayed when user selects a shortcut for an app that was uninstalled -->
36 <string name="activity_not_found">Application is not installed on your phone.</string>
Eric Fischera98fd302009-10-21 11:36:31 -070037 <!-- List item for configuring the current wallpaper -->
38 <string name="configure_wallpaper">Configure...</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080039
40 <!-- Folders -->
41 <skip />
42 <!-- Label of Folder name field in Rename folder dialog box -->
43 <string name="rename_folder_label">Folder name</string>
44 <!-- Title of dialog box -->
45 <string name="rename_folder_title">Rename folder</string>
46 <!-- Buttons in Rename folder dialog box -->
47 <string name="rename_action">OK</string>
48 <!-- Buttons in Rename folder dialog box -->
49 <string name="cancel_action">Cancel</string>
50
51 <!-- Shortcuts -->
52 <skip />
53 <!-- Title of dialog box -->
54 <string name="menu_item_add_item">Add to Home screen</string>
55 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all apps -->
Jeffrey Sharkey37c23452009-03-24 21:21:35 -070056 <string name="group_applications">Applications</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080057 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all shortcuts -->
Jeffrey Sharkey37c23452009-03-24 21:21:35 -070058 <string name="group_shortcuts">Shortcuts</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080059 <!-- Options in "Add to Home" dialog box; Title of the search gadget -->
60 <string name="group_search">Search</string>
61 <!-- Options in "Add to Home" dialog box; Title of the folder gadget -->
Jeffrey Sharkey37c23452009-03-24 21:21:35 -070062 <string name="group_folder">New folder</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080063 <!-- 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 -070064 <string name="group_live_folders">Folders</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080065 <!-- 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 -070066 <string name="group_widgets">Widgets</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080067 <!-- 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 -070068 <string name="group_wallpapers">Wallpapers</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080069 <!-- Options in "Add to Home" dialog box; Name of the Folder widget-->
70 <string name="add_folder">Folder</string>
71 <!-- Options in "Add to Home" dialog box; Name of the Clock widget-->
72 <string name="add_clock">Clock</string>
73 <!-- Options in "Add to Home" dialog box; Name of the Picture frame widget-->
74 <string name="add_photo_frame">Picture frame</string>
Mike LeBeau69293562009-05-08 14:27:31 -070075 <!-- Options in "Add to Home" dialog box; Name of the global search widget-->
The Android Open Source Project31dd5032009-03-03 19:32:27 -080076 <string name="add_search">Search</string>
77 <!-- Error message when user has filled a home screen, possibly not used -->
78 <string name="out_of_space">No more room on this Home screen.</string>
Romain Guyd93a7d12009-03-24 21:17:50 -070079 <!-- Message displayed when a shortcut is created by an external application -->
Eric Fischere461dc62009-08-27 17:25:36 -070080 <string name="shortcut_installed">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" created.</string>
Romain Guyd93a7d12009-03-24 21:17:50 -070081 <!-- Message displayed when a shortcut is uninstalled by an external application -->
Eric Fischere461dc62009-08-27 17:25:36 -070082 <string name="shortcut_uninstalled">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" was removed.</string>
Romain Guyd93a7d12009-03-24 21:17:50 -070083 <!-- Message displayed when an external application attemps to create a shortcut that already exists -->
Eric Fischere461dc62009-08-27 17:25:36 -070084 <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 -080085
86 <!-- Title of dialog when user is selecting shortcut to add to homescreen -->
87 <string name="title_select_shortcut">Select shortcut</string>
88 <!-- Title of dialog when user is selecting live folder to add to homescreen -->
Jeffrey Sharkey37c23452009-03-24 21:21:35 -070089 <string name="title_select_live_folder">Select folder</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080090
Joe Onorato52a653f2009-11-11 14:52:11 -080091 <!-- All applications label for accessibilty (spoken when the button gets focus). -->
92 <string name="all_apps_button_label">All applications</string>
93 <!-- Label for button in all applications label to go back home (to the workspace / desktop)
94 for accessibilty (spoken when the button gets focus). -->
95 <string name="all_apps_home_button_label">Home</string>
96
The Android Open Source Project31dd5032009-03-03 19:32:27 -080097 <!-- Menus items: -->
98 <skip />
99 <!-- Verb, menu item used to add an item on the desktop -->
100 <string name="menu_add">Add</string>
101 <!-- Noun, menu item used to set the desktop's wallpaper -->
102 <string name="menu_wallpaper">Wallpaper</string>
Mike LeBeau69293562009-05-08 14:27:31 -0700103 <!-- Verb, menu item used to initiate global search -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800104 <string name="menu_search">Search</string>
105 <!-- Noun, menu item used to bring down the notifications shade -->
106 <string name="menu_notifications">Notifications</string>
Romain Guy73b979d2009-06-09 12:57:21 -0700107 <!-- Noun, menu item used to show the gestures settings -->
108 <string name="menu_gestures">Gestures</string>
109 <!-- Noun, menu item used to show the system settings -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800110 <string name="menu_settings">Settings</string>
111
112 <!-- Permissions: -->
113 <string name="permlab_install_shortcut">install shortcuts</string>
114 <string name="permdesc_install_shortcut">Allows an application to add
115 shortcuts without user intervention.</string>
116 <string name="permlab_uninstall_shortcut">uninstall shortcuts</string>
117 <string name="permdesc_uninstall_shortcut">Allows an application to remove
118 shortcuts without user intervention.</string>
119 <string name="permlab_read_settings">read Home settings and shortcuts</string>
120 <string name="permdesc_read_settings">Allows an application to read the settings and
121 shortcuts in Home.</string>
122 <string name="permlab_write_settings">write Home settings and shortcuts</string>
123 <string name="permdesc_write_settings">Allows an application to change the settings and
124 shortcuts in Home.</string>
125
126 <!-- Widgets: -->
127 <skip />
Mike LeBeau69293562009-05-08 14:27:31 -0700128
129 <!-- TODO: Determine if this can be removed.
130 This is the hint text shown in the search widget, before text is entered.
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800131 This translation SHOULD MATCH the string "search_hint" which is found in
132 GoogleSearch/res/values/strings.xml -->
133 <string name="search_hint">Google Search</string>
134
135 <!-- Text to show user in place of a gadget when we can't display it properly -->
136 <string name="gadget_error_text">Problem loading widget</string>
Romain Guy41669fc2009-08-13 12:53:24 -0700137
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800138</resources>