blob: d26a73baf92053eb0bd6d0f84f3aa67abafc90c3 [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 -->
Daniel Sandler325dc232013-06-05 22:57:57 -040024 <string name="application_name">Launcher3</string>
Michael Jurkad7c28052012-04-27 15:43:36 -070025 <!-- Accessibility-facing application name -->
26 <string name="home">Home</string>
Dianne Hackbornf2287532009-06-24 20:08:36 -070027 <!-- Name for all applications running as this uid. -->
28 <string name="uid_name">Android Core Apps</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080029 <!-- Default folder name -->
Adam Cohen35712202011-07-15 10:51:28 -070030 <string name="folder_name"></string>
Michael Jurka104c4562013-07-08 18:03:46 -070031 <!-- Button label on Wallpaper picker screen; user selects this button to set a specific wallpaper -->
Michael Jurkaf55cd6a2011-07-21 11:22:13 -070032 <string name="wallpaper_instructions">Set wallpaper</string>
Michael Jurkad6dc6042013-09-10 13:39:59 +020033 <!-- Shown when wallpapers are selected in Wallpaper picker -->
34 <!-- String indicating how many media item(s) is(are) selected
35 eg. 1 selected [CHAR LIMIT=30] -->
36 <plurals name="number_of_items_selected">
37 <item quantity="zero">%1$d selected</item>
38 <item quantity="one">%1$d selected</item>
39 <item quantity="other">%1$d selected</item>
40 </plurals>
Michael Jurka6b783a02013-10-04 12:26:48 -070041 <!-- Accessibility string used as a label for a particular wallpaper in the Wallpaper Picker list.
42 e.g. "Wallpaper 3 of 10" -->
43 <string name="wallpaper_accessibility_name">Wallpaper %1$d of %2$d</string>
Alan Viverette89a233f2013-10-08 16:01:53 -070044 <!-- Accessibility string used to announce that an item has been selected. -->
45 <string name="announce_selection">Selected <xliff:g id="label" example="Wallpaper 3 of 10">%1$s</xliff:g></string>
Michael Jurkad6dc6042013-09-10 13:39:59 +020046
47 <!-- Label on button to delete wallpaper(s) -->
48 <string name="wallpaper_delete">Delete</string>
Michael Jurka42a71742013-09-18 00:45:45 +020049 <!-- Label on button in Wallpaper Picker to pick an image -->
50 <string name="pick_image">Pick image</string>
Michael Jurka5f929562013-09-10 14:17:13 +020051 <!-- Option in "Select wallpaper from" dialog box -->
52 <string name="pick_wallpaper">Wallpapers</string>
Michael Jurkaadc574c2013-09-12 00:05:02 +020053 <!-- Title of activity for cropping wallpapers -->
54 <string name="crop_wallpaper">Crop wallpaper</string>
Michael Jurka96fb3a32011-01-06 16:17:37 -080055 <!-- Displayed when user selects a shortcut for an app that was uninstalled [CHAR_LIMIT=none]-->
Claudia de Veaux0c2aecb2011-10-20 12:26:18 -070056 <string name="activity_not_found">App isn\'t installed.</string>
Patrick Dubroy3d605d52010-07-29 13:59:29 -070057 <!-- Labels for the tabs in the customize drawer -->
Michael Jurka0e260592010-06-30 17:07:39 -070058 <string name="widgets_tab_label">Widgets</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -080059
Adam Cohenb5fe60c2013-06-06 22:03:51 -070060 <string name="widget_adder">Widgets</string>
61
Adam Cohen39a06042013-07-19 14:30:12 -070062 <string name="toggle_weight_watcher">Show Mem</string>
63
Winson Chung55b65502011-05-26 12:03:43 -070064 <!-- AppsCustomize pane -->
Michael Jurka931dc972011-08-05 15:08:15 -070065 <!-- Message to tell the user to press and hold on a widget to add it [CHAR_LIMIT=50] -->
Claudia de Veaux0c2aecb2011-10-20 12:26:18 -070066 <string name="long_press_widget_to_add">Touch &amp; hold to pick up a widget.</string>
Winson Chungeb66b142011-06-16 13:14:22 -070067 <!-- Market button text. The market button text is removed in Launcher.java
68 in the Phone UI. [CHAR LIMIT=32] -->
69 <string name="market">Shop</string>
Winson Chung3a476782010-09-15 15:21:55 -070070 <!-- The format string for the dimensions of a widget in the drawer -->
Fabrice Di Meglio2d838712013-04-08 13:05:14 -070071 <!-- There is a special version of this format string for Farsi -->
72 <string name="widget_dims_format">%1$d \u00d7 %2$d</string>
Winson Chung3a476782010-09-15 15:21:55 -070073
Winson Chung68846fd2010-10-29 11:00:27 -070074 <!-- External-drop widget pick label format string [CHAR_LIMIT=25] -->
Fabrice Di Megliocc11f742012-12-18 16:25:49 -080075 <string name="external_drop_widget_pick_format" translatable="false">%1$s (%2$d \u00d7 %3$d)</string>
Winson Chunge22a8e92010-11-12 13:40:58 -080076 <!-- External-drop widget error string. This is the error that is shown
77 when you drag and item into the homescreen and it is unable to fit,
78 or an error is encountered. [CHAR_LIMIT=50] -->
Claudia de Veaux7fb4bf52011-12-09 11:34:44 -080079 <string name="external_drop_widget_error">Couldn\'t drop item on this Home screen.</string>
Winson Chunge22a8e92010-11-12 13:40:58 -080080 <!-- External-drop widget pick title. This is shown as the title of the
81 dialog which allows you to pick which widgets to handle a particular
82 drop if there are multiple choices. [CHAR_LIMIT=35] -->
Claudia de Veaux0c2aecb2011-10-20 12:26:18 -070083 <string name="external_drop_widget_pick_title">Choose widget to create</string>
Winson Chung68846fd2010-10-29 11:00:27 -070084
The Android Open Source Project31dd5032009-03-03 19:32:27 -080085 <!-- Folders -->
86 <skip />
87 <!-- Label of Folder name field in Rename folder dialog box -->
88 <string name="rename_folder_label">Folder name</string>
89 <!-- Title of dialog box -->
90 <string name="rename_folder_title">Rename folder</string>
91 <!-- Buttons in Rename folder dialog box -->
92 <string name="rename_action">OK</string>
93 <!-- Buttons in Rename folder dialog box -->
94 <string name="cancel_action">Cancel</string>
95
96 <!-- Shortcuts -->
97 <skip />
98 <!-- Title of dialog box -->
99 <string name="menu_item_add_item">Add to Home screen</string>
100 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all apps -->
Claudia de Veaux0c2aecb2011-10-20 12:26:18 -0700101 <string name="group_applications">Apps</string>
Winson Chung5a808352011-06-27 19:08:49 -0700102 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all shortcut
103s -->
104 <string name="group_shortcuts">Shortcuts</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800105 <!-- 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 -0700106 <string name="group_widgets">Widgets</string>
Winson Chung169c3d72012-04-24 14:43:54 -0700107 <!-- Error message when user has filled all their home screens -->
108 <string name="completely_out_of_space">No more room on your Home screens.</string>
109 <!-- Error message when user has filled a home screen -->
110 <string name="out_of_space">No more room on this Home screen.</string>
Winson Chung93eef082012-03-23 15:59:27 -0700111 <!-- Error message when user has filled the hotseat -->
112 <string name="hotseat_out_of_space">No more room on the hotseat.</string>
Winson Chung3d503fb2011-07-13 17:25:49 -0700113 <!-- Error message when user tries to drop an invalid item on the hotseat -->
114 <string name="invalid_hotseat_item">This widget is too large for the hotseat.</string>
Romain Guyd93a7d12009-03-24 21:17:50 -0700115 <!-- Message displayed when a shortcut is created by an external application -->
Eric Fischere461dc62009-08-27 17:25:36 -0700116 <string name="shortcut_installed">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" created.</string>
Romain Guyd93a7d12009-03-24 21:17:50 -0700117 <!-- Message displayed when a shortcut is uninstalled by an external application -->
Eric Fischere461dc62009-08-27 17:25:36 -0700118 <string name="shortcut_uninstalled">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" was removed.</string>
Romain Guyd93a7d12009-03-24 21:17:50 -0700119 <!-- Message displayed when an external application attemps to create a shortcut that already exists -->
Eric Fischere461dc62009-08-27 17:25:36 -0700120 <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 -0800121
122 <!-- Title of dialog when user is selecting shortcut to add to homescreen -->
Claudia de Veaux7fb4bf52011-12-09 11:34:44 -0800123 <string name="title_select_shortcut">Choose shortcut</string>
Winson Chung58f20882010-10-01 13:44:56 -0700124 <!-- Title of dialog when user is selecting an application to add to homescreen -->
Claudia de Veaux0c2aecb2011-10-20 12:26:18 -0700125 <string name="title_select_application">Choose app</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800126
Patrick Dubroy67f7f432010-10-04 17:45:43 -0700127 <!-- All applications label -->
128 <string name="all_apps_button_label">Apps</string>
Joe Onorato52a653f2009-11-11 14:52:11 -0800129 <!-- Label for button in all applications label to go back home (to the workspace / desktop)
130 for accessibilty (spoken when the button gets focus). -->
131 <string name="all_apps_home_button_label">Home</string>
Michael Jurka577d0172010-12-17 20:04:50 -0800132 <!-- Label for trash icon on workspace. Meant to communicate the idea of removing the
Michael Jurka20d96832011-01-05 20:37:37 -0800133 icon/widget from the home screen, but not permanently. [CHAR_LIMIT=30] -->
Michael Jurka577d0172010-12-17 20:04:50 -0800134 <string name="delete_zone_label_workspace">Remove</string>
135 <!-- Label for trash icon in All Apps. The icon/widget will become completely unavailable on the
136 device. [CHAR_LIMIT=30]-->
Michael Jurka20d96832011-01-05 20:37:37 -0800137 <string name="delete_zone_label_all_apps">Uninstall</string>
Joe Onorato52a653f2009-11-11 14:52:11 -0800138
Winson Chung4c98d922011-05-31 16:50:48 -0700139 <!-- Label for delete drop target. [CHAR_LIMIT=30] -->
140 <string name="delete_target_label">Remove</string>
141 <!-- Label for uninstall drop target. [CHAR_LIMIT=30]-->
142 <string name="delete_target_uninstall_label">Uninstall</string>
143 <!-- Label for the info icon. [CHAR_LIMIT=30] -->
Winson Chung201bc822011-06-20 15:41:53 -0700144 <string name="info_target_label">App info</string>
Winson Chung4c98d922011-05-31 16:50:48 -0700145
Winson Chung20ac28b2011-04-13 15:09:01 -0700146 <!-- Accessibility: Search button -->
147 <string name="accessibility_search_button">Search</string>
148 <!-- Accessibility: Voice Search button -->
149 <string name="accessibility_voice_search_button">Voice Search</string>
150 <!-- Accessibility: AllApps button -->
Claudia de Veaux0c2aecb2011-10-20 12:26:18 -0700151 <string name="accessibility_all_apps_button">Apps</string>
Winson Chung20ac28b2011-04-13 15:09:01 -0700152 <!-- Accessibility: Delete button -->
153 <string name="accessibility_delete_button">Remove</string>
154
Patrick Dubroycd953712011-02-28 15:16:42 -0800155 <!-- Label for trash icon in All Apps, when an updated system app is selected. The update will
156 be uninstalled. [CHAR_LIMIT=30] -->
157 <string name="delete_zone_label_all_apps_system_app">Uninstall update</string>
158
Michael Jurkab964f9c2011-09-27 22:10:05 -0700159 <!-- URL pointing to help text. If empty, no link to help will be created [DO NOT TRANSLATE] -->
160 <string name="help_url" translatable="false"></string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800161
Patrick Dubroy9f7aec82010-09-06 11:03:37 -0700162 <!-- Strings for the contextual action bar (CAB) in All Apps -->
163 <skip />
164 <!-- Describes the button for uninstalling the currently selected application.
165 Text is not displayed, but provided for accessibility. [CHAR_LIMIT=none] -->
Claudia de Veaux0c2aecb2011-10-20 12:26:18 -0700166 <string name="cab_menu_delete_app">Uninstall app</string>
Patrick Dubroy9f7aec82010-09-06 11:03:37 -0700167 <!-- Describes the button for getting details/info about currently selected application.
168 Text is not displayed, but provided for accessibility. [CHAR_LIMIT=none] -->
Claudia de Veaux0c2aecb2011-10-20 12:26:18 -0700169 <string name="cab_menu_app_info">App details</string>
Michael Jurka3125d9d2010-09-27 11:30:20 -0700170 <!-- Appears in the CAB when an app is selected in All Apps or Customize mode. [CHAR_LIMIT=50] -->
Claudia de Veaux0c2aecb2011-10-20 12:26:18 -0700171 <string name="cab_app_selection_text">1 app selected</string>
Michael Jurka3125d9d2010-09-27 11:30:20 -0700172 <!-- Appears in the CAB when a widget is selected in Customize mode. [CHAR_LIMIT=50] -->
173 <string name="cab_widget_selection_text">1 widget selected</string>
174 <!-- Appears in the CAB when a folder is selected in Customize mode. [CHAR_LIMIT=50] -->
175 <string name="cab_folder_selection_text">1 folder selected</string>
176 <!-- Appears in the CAB when a shortcut is selected in Customize mode. [CHAR_LIMIT=50] -->
177 <string name="cab_shortcut_selection_text">1 shortcut selected</string>
Patrick Dubroy9f7aec82010-09-06 11:03:37 -0700178
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800179 <!-- Permissions: -->
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800180 <skip />
181 <!-- Permission short label -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800182 <string name="permlab_install_shortcut">install shortcuts</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800183 <!-- Permission description -->
Claudia de Veaux0c2aecb2011-10-20 12:26:18 -0700184 <string name="permdesc_install_shortcut">Allows an app to add
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800185 shortcuts without user intervention.</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800186 <!-- Permission short label -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800187 <string name="permlab_uninstall_shortcut">uninstall shortcuts</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800188 <!-- Permission description -->
Claudia de Veaux7fb4bf52011-12-09 11:34:44 -0800189 <string name="permdesc_uninstall_shortcut">Allows the app to remove
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800190 shortcuts without user intervention.</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800191 <!-- Permission short label -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800192 <string name="permlab_read_settings">read Home settings and shortcuts</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800193 <!-- Permission description -->
Claudia de Veaux7fb4bf52011-12-09 11:34:44 -0800194 <string name="permdesc_read_settings">Allows the app to read the settings and
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800195 shortcuts in Home.</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800196 <!-- Permission short label -->
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800197 <string name="permlab_write_settings">write Home settings and shortcuts</string>
Joe Onoratoe075e1f2010-03-10 15:30:07 -0800198 <!-- Permission description -->
Claudia de Veaux7fb4bf52011-12-09 11:34:44 -0800199 <string name="permdesc_write_settings">Allows the app to change the settings and
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800200 shortcuts in Home.</string>
201
202 <!-- Widgets: -->
203 <skip />
Mike LeBeau69293562009-05-08 14:27:31 -0700204
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800205 <!-- Text to show user in place of a gadget when we can't display it properly -->
206 <string name="gadget_error_text">Problem loading widget</string>
Romain Guy41669fc2009-08-13 12:53:24 -0700207
Adam Cohen76fc0852011-06-17 13:26:23 -0700208 <!-- Text to inform the user that they can't uninstall a system application -->
Claudia de Veaux0c2aecb2011-10-20 12:26:18 -0700209 <string name="uninstall_system_app_text">This is a system app and can\'t be uninstalled.</string>
Daniel Sandler4e1cd232011-05-12 00:06:32 -0400210
211 <!-- Title of the Android Dreams (screensaver) module -->
212 <string name="dream_name">Rocket Launcher</string>
Adam Cohen76fc0852011-06-17 13:26:23 -0700213
214 <!-- Default folder title -->
Adam Cohena65beee2011-06-27 21:32:23 -0700215 <string name="folder_hint_text">Unnamed Folder</string>
Winson Chung6a0f57d2011-06-29 20:10:49 -0700216
217 <!-- Accessibility -->
218 <skip />
219
alanv51944f12012-05-07 17:31:32 -0700220 <!-- The format string for Workspace descriptions [CHAR_LIMIT=none] -->
221 <string name="workspace_description_format">Home screen %1$d</string>
222
Winson Chung6a0f57d2011-06-29 20:10:49 -0700223 <!-- The format string for default page scroll text [CHAR_LIMIT=none] -->
Adam Cohen3371da02011-10-25 21:38:29 -0700224 <string name="default_scroll_format">Page %1$d of %2$d</string>
Winson Chung6a0f57d2011-06-29 20:10:49 -0700225 <!-- The format string for Workspace page scroll text [CHAR_LIMIT=none] -->
alanv51944f12012-05-07 17:31:32 -0700226 <string name="workspace_scroll_format">Home screen %1$d of %2$d</string>
Winson Chung6a0f57d2011-06-29 20:10:49 -0700227 <!-- The format string for AppsCustomize Apps page scroll text [CHAR_LIMIT=none] -->
Adam Cohen3371da02011-10-25 21:38:29 -0700228 <string name="apps_customize_apps_scroll_format">Apps page %1$d of %2$d</string>
Winson Chung6a0f57d2011-06-29 20:10:49 -0700229 <!-- The format string for AppsCustomize Apps page scroll text [CHAR_LIMIT=none] -->
Adam Cohen3371da02011-10-25 21:38:29 -0700230 <string name="apps_customize_widgets_scroll_format">Widgets page %1$d of %2$d</string>
Winson Chung82f55532011-08-09 14:14:23 -0700231
232 <!-- Clings -->
Winson Chungf7e11e92013-10-10 16:28:52 -0700233 <!-- The title text for the workspace cling [CHAR_LIMIT=60] -->
Winson Chungaf40f202013-09-18 18:26:31 -0700234 <string name="first_run_cling_title">Welcome!</string>
Winson Chungf7e11e92013-10-10 16:28:52 -0700235 <!-- The description of how to use the workspace [CHAR_LIMIT=60] -->
Winson Chung16de08e2013-10-01 11:33:59 -0700236 <string name="first_run_cling_description">Make yourself at home.</string>
Winson Chungf7e11e92013-10-10 16:28:52 -0700237 <!-- The description of how to use the workspace [CHAR_LIMIT=60] -->
Winson Chungaf40f202013-09-18 18:26:31 -0700238 <string name="first_run_cling_custom_content_hint"></string>
Winson Chungf7e11e92013-10-10 16:28:52 -0700239 <!-- The description of how to use the workspace [CHAR_LIMIT=60] -->
Winson Chungaf40f202013-09-18 18:26:31 -0700240 <string name="first_run_cling_search_bar_hint"></string>
Winson Chungf7e11e92013-10-10 16:28:52 -0700241 <!-- The description of how to use the workspace [CHAR_LIMIT=60] -->
Winson Chungaf40f202013-09-18 18:26:31 -0700242 <string name="first_run_cling_create_screens_hint">Create more screens for apps and folders</string>
Winson Chungf7e11e92013-10-10 16:28:52 -0700243 <!-- The title text for the workspace cling [CHAR_LIMIT=60] -->
Winson Chungaf40f202013-09-18 18:26:31 -0700244 <string name="workspace_cling_title">Organize your space</string>
Winson Chungf7e11e92013-10-10 16:28:52 -0700245 <!-- The description of how to use the workspace [CHAR_LIMIT=160] -->
Winson Chungfa545132013-09-26 17:45:32 -0700246 <string name="workspace_cling_move_item">Touch &amp; hold background to manage wallpaper, widgets and settings.</string>
Winson Chungf7e11e92013-10-10 16:28:52 -0700247 <!-- The title text for the All Apps cling [CHAR_LIMIT=60] -->
Winson Chung7d7541e2011-09-16 20:14:36 -0700248 <string name="all_apps_cling_title">Choose some apps</string>
Winson Chungf7e11e92013-10-10 16:28:52 -0700249 <!-- The description of how to pick up and add an item to the workspace [CHAR_LIMIT=160] -->
Claudia de Veaux0c2aecb2011-10-20 12:26:18 -0700250 <string name="all_apps_cling_add_item">To add an app to your Home screen, touch &amp; hold it.</string>
Winson Chungf7e11e92013-10-10 16:28:52 -0700251 <!-- The title text for the Folder cling [CHAR_LIMIT=60] -->
Winson Chungfa545132013-09-26 17:45:32 -0700252 <string name="folder_cling_title">Here\'s a folder</string>
Winson Chungf7e11e92013-10-10 16:28:52 -0700253 <!-- The description of how to create a folder [CHAR_LIMIT=160] -->
Winson Chungfa545132013-09-26 17:45:32 -0700254 <string name="folder_cling_create_folder">To create one like this, touch &amp; hold an app, then move it over another.</string>
Winson Chungf7e11e92013-10-10 16:28:52 -0700255 <!-- The text on the button to dismiss a cling [CHAR_LIMIT=30] -->
Winson Chung82f55532011-08-09 14:14:23 -0700256 <string name="cling_dismiss">OK</string>
Michael Jurka45355c42012-10-08 13:21:35 +0200257 <!-- Error message on dummy custom cling layout [DO NOT TRANSLATE] -->
258 <string name="dummy_custom_cling_error_message">Error: custom workspace layout passed in but custom cling was not overwritten</string>
Eric Fischerf1388552011-09-30 15:49:47 -0700259 <add-resource type="string" name="default_folder_name" />
Winson Chung82f55532011-08-09 14:14:23 -0700260
Adam Cohen3371da02011-10-25 21:38:29 -0700261 <!-- Folder accessibility -->
262 <!-- The format string for when a folder is opened, speaks the dimensions -->
Eric Fischere8da8662012-02-24 10:17:44 -0800263 <string name="folder_opened">Folder opened, <xliff:g id="width" example="5">%1$d</xliff:g> by <xliff:g id="height" example="3">%2$d</xliff:g></string>
Adam Cohen3371da02011-10-25 21:38:29 -0700264 <!-- Instruction that clicking outside will close folder -->
Claudia de Veaux7fb4bf52011-12-09 11:34:44 -0800265 <string name="folder_tap_to_close">Touch to close folder</string>
Adam Cohen3371da02011-10-25 21:38:29 -0700266 <!-- Instruction that clicking outside will commit folder rename -->
Claudia de Veaux7fb4bf52011-12-09 11:34:44 -0800267 <string name="folder_tap_to_rename">Touch to save rename</string>
Adam Cohen3371da02011-10-25 21:38:29 -0700268 <!-- Indication that folder closed -->
269 <string name="folder_closed">Folder closed</string>
270 <!-- Folder renamed format -->
Eric Fischere8da8662012-02-24 10:17:44 -0800271 <string name="folder_renamed">Folder renamed to <xliff:g id="name" example="Games">%1$s</xliff:g></string>
Adam Cohen3371da02011-10-25 21:38:29 -0700272 <!-- Folder name format -->
Eric Fischere8da8662012-02-24 10:17:44 -0800273 <string name="folder_name_format">Folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string>
Michael Jurka22beb902012-10-11 11:00:37 +0200274
275 <!-- Strings used in device overlays -->
276
277 <!-- Clings -->
278 <!-- Dummy string [CHAR_LIMIT=40] -->
Baligh Uddin41aeb572012-10-18 10:31:09 -0700279 <string name="custom_workspace_cling_title_1"></string>
Michael Jurka22beb902012-10-11 11:00:37 +0200280 <!-- Dummy string [CHAR_LIMIT=60] -->
Baligh Uddin41aeb572012-10-18 10:31:09 -0700281 <string name="custom_workspace_cling_description_1"></string>
Michael Jurka22beb902012-10-11 11:00:37 +0200282 <!-- Dummy string [CHAR_LIMIT=40] -->
Baligh Uddin41aeb572012-10-18 10:31:09 -0700283 <string name="custom_workspace_cling_title_2"></string>
Michael Jurka22beb902012-10-11 11:00:37 +0200284 <!-- Dummy string [CHAR_LIMIT=60] -->
Baligh Uddin41aeb572012-10-18 10:31:09 -0700285 <string name="custom_workspace_cling_description_2"></string>
Michael Jurka22beb902012-10-11 11:00:37 +0200286
Daniel Sandlera127b7a2013-06-17 14:25:46 -0400287 <!-- Debug-only activity name. [DO NOT TRANSLATE] -->
288 <string name="debug_memory_activity">* HPROF</string>
289
Adam Cohenf358a4b2013-07-23 16:47:31 -0700290 <!-- Strings for the customization mode -->
291 <!-- Text for widget add button -->
Adam Cohen410f3cd2013-09-22 12:09:32 -0700292 <string name="widget_button_text">Widgets</string>
Adam Cohenf358a4b2013-07-23 16:47:31 -0700293 <!-- Text for wallpaper change button -->
Adam Cohen410f3cd2013-09-22 12:09:32 -0700294 <string name="wallpaper_button_text">Wallpapers</string>
Adam Cohen30bacb22013-08-29 14:25:25 -0700295 <!-- Text for settings button -->
296 <string name="settings_button_text">Settings</string>
The Android Open Source Project31dd5032009-03-03 19:32:27 -0800297</resources>