OSDN Git Service

am 9ee14249: am 07130d40: Merge remote-tracking branch \'goog/ub-now-lunchbox\' into...
[android-x86/packages-apps-Trebuchet.git] / res / values / strings.xml
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 -->
22     <skip />
23
24     <!-- URI used to import old favorites. [DO NOT TRANSLATE] -->
25     <string name="old_launcher_provider_uri" translatable="false">content://com.android.launcher2.settings/favorites?notify=true</string>
26
27     <!-- Permission to receive the com.android.launcher3.action.LAUNCH intent -->
28     <string name="receive_launch_broadcasts_permission" translatable="false">com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS</string>
29
30     <!-- Permission to receive the com.android.launcher3.action.FIRST_LOAD_COMPLETE intent -->
31     <string name="receive_first_load_broadcast_permission" translatable="false">com.android.launcher3.permission.RECEIVE_FIRST_LOAD_BROADCAST</string>
32
33     <!-- Application name -->
34     <string name="application_name">Launcher3</string>
35     <!-- Accessibility-facing application name -->
36     <string name="home">Home</string>
37     <!-- Name for all applications running as this uid. -->
38     <string name="uid_name">Android Core Apps</string>
39     <!-- Default folder name -->
40     <string name="folder_name"></string>
41     <!-- Displayed when user selects a shortcut for an app that was uninstalled [CHAR_LIMIT=none]-->
42     <string name="activity_not_found">App isn\'t installed.</string>
43     <!-- SafeMode shortcut error string -->
44     <string name="safemode_shortcut_error">Downloaded app disabled in Safe mode</string>
45     <!--  Labels for the tabs in the customize drawer -->
46     <string name="widgets_tab_label">Widgets</string>
47
48     <string name="widget_adder">Widgets</string>
49
50     <string name="toggle_weight_watcher">Show Mem</string>
51
52     <!-- AppsCustomize pane -->
53     <!-- Message to tell the user to press and hold on a widget to add it [CHAR_LIMIT=50] -->
54     <string name="long_press_widget_to_add">Touch &amp; hold to pick up a widget.</string>
55     <!-- Market button text.  The market button text is removed in Launcher.java 
56          in the Phone UI. [CHAR LIMIT=32] -->
57     <string name="market">Shop</string>
58     <!-- The format string for the dimensions of a widget in the drawer -->
59     <!-- There is a special version of this format string for Farsi -->
60     <string name="widget_dims_format">%1$d \u00d7 %2$d</string>
61
62     <!-- External-drop widget pick label format string [CHAR_LIMIT=25] -->
63     <string name="external_drop_widget_pick_format" translatable="false">%1$s (%2$d \u00d7 %3$d)</string>
64     <!-- External-drop widget error string.  This is the error that is shown
65          when you drag and item into the homescreen and it is unable to fit,
66          or an error is encountered. [CHAR_LIMIT=50] -->
67     <string name="external_drop_widget_error">Couldn\'t drop item on this Home screen.</string>
68     <!-- External-drop widget pick title.  This is shown as the title of the
69          dialog which allows you to pick which widgets to handle a particular
70          drop if there are multiple choices. [CHAR_LIMIT=35] -->
71     <string name="external_drop_widget_pick_title">Choose widget to create</string>
72
73     <!-- Folders -->
74     <skip />
75     <!-- Label of Folder name field in Rename folder dialog box -->
76     <string name="rename_folder_label">Folder name</string>
77     <!-- Title of dialog box -->
78     <string name="rename_folder_title">Rename folder</string>
79     <!-- Buttons in Rename folder dialog box -->
80     <string name="rename_action">OK</string>
81     <!-- Buttons in Rename folder dialog box -->
82     <string name="cancel_action">Cancel</string>
83
84     <!-- Shortcuts -->
85     <skip />
86     <!-- Title of dialog box -->
87     <string name="menu_item_add_item">Add to Home screen</string>
88     <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all apps -->
89     <string name="group_applications">Apps</string>
90     <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all shortcut
91 s -->
92     <string name="group_shortcuts">Shortcuts</string>
93     <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all widgets/gadgets -->
94     <string name="group_widgets">Widgets</string>
95     <!-- Error message when user has filled all their home screens -->
96     <string name="completely_out_of_space">No more room on your Home screens.</string>
97     <!-- Error message when user has filled a home screen -->
98     <string name="out_of_space">No more room on this Home screen.</string>
99     <!-- Error message when user has filled the hotseat -->
100     <string name="hotseat_out_of_space">No more room in the Favorites tray</string>
101     <!-- Error message when user tries to drop an invalid item on the hotseat -->
102     <string name="invalid_hotseat_item">This widget is too large for the Favorites tray</string>
103     <!-- Message displayed when a shortcut is created by an external application -->
104     <string name="shortcut_installed">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" created.</string>
105     <!-- Message displayed when a shortcut is uninstalled by an external application -->
106     <string name="shortcut_uninstalled">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" was removed.</string>
107     <!-- Message displayed when an external application attemps to create a shortcut that already exists -->
108     <string name="shortcut_duplicate">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" already exists.</string>
109
110     <!-- Title of dialog when user is selecting shortcut to add to homescreen -->
111     <string name="title_select_shortcut">Choose shortcut</string>
112     <!-- Title of dialog when user is selecting an application to add to homescreen -->
113     <string name="title_select_application">Choose app</string>
114
115     <!-- All applications label -->
116     <string name="all_apps_button_label">Apps</string>
117     <!-- Label for button in all applications label to go back home (to the workspace / desktop)
118          for accessibilty (spoken when the button gets focus). -->
119     <string name="all_apps_home_button_label">Home</string>
120     <!-- Label for trash icon on workspace. Meant to communicate the idea of removing the
121          icon/widget from the home screen, but not permanently. [CHAR_LIMIT=30] -->
122     <string name="delete_zone_label_workspace">Remove</string>
123     <!-- Label for trash icon in All Apps. The icon/widget will become completely unavailable on the
124          device. [CHAR_LIMIT=30]-->
125     <string name="delete_zone_label_all_apps">Uninstall</string>
126
127     <!-- Label for delete drop target. [CHAR_LIMIT=30] -->
128     <string name="delete_target_label">Remove</string>
129     <!-- Label for uninstall drop target. [CHAR_LIMIT=30]-->
130     <string name="delete_target_uninstall_label">Uninstall</string>
131     <!-- Label for the info icon. [CHAR_LIMIT=30] -->
132     <string name="info_target_label">App info</string>
133
134     <!-- Accessibility: Search button -->
135     <string name="accessibility_search_button">Search</string>
136     <!-- Accessibility: Voice Search button -->
137     <string name="accessibility_voice_search_button">Voice Search</string>
138     <!-- Accessibility: AllApps button -->
139     <string name="accessibility_all_apps_button">Apps</string>
140     <!-- Accessibility: Delete button -->
141     <string name="accessibility_delete_button">Remove</string>
142
143     <!-- Label for trash icon in All Apps, when an updated system app is selected. The update will
144          be uninstalled. [CHAR_LIMIT=30] -->
145     <string name="delete_zone_label_all_apps_system_app">Uninstall update</string>
146
147     <!-- URL pointing to help text. If empty, no link to help will be created [DO NOT TRANSLATE] -->
148     <string name="help_url" translatable="false"></string>
149
150     <!--  Strings for the contextual action bar (CAB) in All Apps -->
151     <skip />
152     <!-- Describes the button for uninstalling the currently selected application.
153          Text is not displayed, but provided for accessibility. [CHAR_LIMIT=none] -->
154     <string name="cab_menu_delete_app">Uninstall app</string>
155     <!-- Describes the button for getting details/info about currently selected application.
156          Text is not displayed, but provided for accessibility. [CHAR_LIMIT=none] -->
157     <string name="cab_menu_app_info">App details</string>
158     <!-- Appears in the CAB when an app is selected in All Apps or Customize mode. [CHAR_LIMIT=50] -->
159     <string name="cab_app_selection_text">1 app selected</string>
160     <!-- Appears in the CAB when a widget is selected in Customize mode. [CHAR_LIMIT=50] -->
161     <string name="cab_widget_selection_text">1 widget selected</string>
162     <!-- Appears in the CAB when a folder is selected in Customize mode. [CHAR_LIMIT=50] -->
163     <string name="cab_folder_selection_text">1 folder selected</string>
164     <!-- Appears in the CAB when a shortcut is selected in Customize mode. [CHAR_LIMIT=50] -->
165     <string name="cab_shortcut_selection_text">1 shortcut selected</string>
166
167     <!-- Permissions: -->
168     <skip />
169     <!-- Permission short label -->
170     <string name="permlab_install_shortcut">install shortcuts</string>
171     <!-- Permission description -->
172     <string name="permdesc_install_shortcut">Allows an app to add
173         shortcuts without user intervention.</string>
174     <!-- Permission short label -->
175     <string name="permlab_uninstall_shortcut">uninstall shortcuts</string>
176     <!-- Permission description -->
177     <string name="permdesc_uninstall_shortcut">Allows the app to remove
178         shortcuts without user intervention.</string>
179     <!-- Permission short label -->
180     <string name="permlab_read_settings">read Home settings and shortcuts</string>
181     <!-- Permission description -->
182     <string name="permdesc_read_settings">Allows the app to read the settings and
183         shortcuts in Home.</string>
184     <!-- Permission short label -->
185     <string name="permlab_write_settings">write Home settings and shortcuts</string>
186     <!-- Permission description -->
187     <string name="permdesc_write_settings">Allows the app to change the settings and
188         shortcuts in Home.</string>
189
190     <!-- Widgets: -->
191     <skip />    
192
193     <!-- Text to show user in place of a gadget when we can't display it properly -->
194     <string name="gadget_error_text">Problem loading widget</string>
195
196     <!-- Text to show user in place of a gadget when it is not yet initialized. -->
197     <string name="gadget_setup_text">Setup</string>
198
199     <!-- Text to inform the user that they can't uninstall a system application -->
200     <string name="uninstall_system_app_text">This is a system app and can\'t be uninstalled.</string>
201
202     <!-- Title of the Android Dreams (screensaver) module -->
203     <string name="dream_name">Rocket Launcher</string>
204
205     <!-- Default folder title -->
206     <string name="folder_hint_text">Unnamed Folder</string>
207
208     <!-- Accessibility -->
209     <skip />
210
211     <!-- The format string for Workspace descriptions [CHAR_LIMIT=none] -->
212     <string name="workspace_description_format">Home screen %1$d</string>
213
214     <!-- The format string for default page scroll text [CHAR_LIMIT=none] -->
215     <string name="default_scroll_format">Page %1$d of %2$d</string>
216     <!-- The format string for Workspace page scroll text [CHAR_LIMIT=none] -->
217     <string name="workspace_scroll_format">Home screen %1$d of %2$d</string>
218     <!-- The format string for AppsCustomize Apps page scroll text [CHAR_LIMIT=none] -->
219     <string name="apps_customize_apps_scroll_format">Apps page %1$d of %2$d</string>
220     <!-- The format string for AppsCustomize Apps page scroll text [CHAR_LIMIT=none] -->
221     <string name="apps_customize_widgets_scroll_format">Widgets page %1$d of %2$d</string>
222
223     <!-- Clings -->
224     <!-- The title text for the workspace cling [CHAR_LIMIT=30] -->
225     <string name="first_run_cling_title">Welcome</string>
226     <!-- The description of how to use the workspace [CHAR_LIMIT=60] -->
227     <string name="first_run_cling_description">Make yourself at home.</string>
228     <!-- The description of how to use the workspace [CHAR_LIMIT=60] -->
229     <string name="first_run_cling_custom_content_hint"></string>
230     <!-- The description of how to use the workspace [CHAR_LIMIT=60] -->
231     <string name="first_run_cling_search_bar_hint"></string>
232     <!-- The description of how to use the workspace [CHAR_LIMIT=60] -->
233     <string name="first_run_cling_create_screens_hint">Create more screens for apps and folders</string>
234     <!-- The title text for the migration cling [CHAR_LIMIT=30] -->
235     <string name="migration_cling_title">Copy your app icons</string>
236     <!-- The description of what migration does [CHAR_LIMIT=70] -->
237     <string name="migration_cling_description">Import icons and folders from your old Home screens?</string>
238     <!-- The description of the button to migrate apps from another launcher [CHAR_LIMIT=30] -->
239     <string name="migration_cling_copy_apps">COPY ICONS</string>
240     <!-- The description of the button to use the default launcher layout [CHAR_LIMIT=30] -->
241     <string name="migration_cling_use_default">START FRESH</string>
242     <!-- The title text for the workspace cling [CHAR_LIMIT=30] -->
243     <string name="workspace_cling_title">Organize your space</string>
244     <!-- The description of how to use the workspace [CHAR_LIMIT=70] -->
245     <string name="workspace_cling_move_item">Touch &amp; hold background to manage wallpaper, widgets and settings.</string>
246     <!-- The title text for workspace longpress action [CHAR_LIMIT=40] -->
247     <string name="workspace_cling_longpress_title">Wallpapers, widgets, &amp; settings</string>
248     <!-- The description of how to use the workspace [CHAR_LIMIT=70] -->
249     <string name="workspace_cling_longpress_description">Touch &amp; hold background to customize</string>
250     <!-- The description of the button to dismiss the cling [CHAR_LIMIT=30] -->
251     <string name="workspace_cling_longpress_dismiss">GOT IT</string>
252     <!-- The title text for the Folder cling [CHAR_LIMIT=30] -->
253     <string name="folder_cling_title">Here\'s a folder</string>
254     <!-- The description of how to create a folder [CHAR_LIMIT=70] -->
255     <string name="folder_cling_create_folder">To create one like this, touch &amp; hold an app, then move it over another.</string>
256     <!-- The text on the button to dismiss a cling [CHAR_LIMIT=30] -->
257     <string name="cling_dismiss">OK</string>
258     <!-- Error message on dummy custom cling layout [DO NOT TRANSLATE] -->
259     <string name="dummy_custom_cling_error_message">Error: custom workspace layout passed in but custom cling was not overwritten</string>
260     <add-resource type="string" name="default_folder_name" />
261
262     <!-- Folder accessibility -->
263     <!-- The format string for when a folder is opened, speaks the dimensions -->
264     <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>
265     <!-- Instruction that clicking outside will close folder -->
266     <string name="folder_tap_to_close">Touch to close folder</string>
267     <!-- Instruction that clicking outside will commit folder rename -->
268     <string name="folder_tap_to_rename">Touch to save rename</string>
269     <!-- Indication that folder closed -->
270     <string name="folder_closed">Folder closed</string>
271     <!-- Folder renamed format -->
272     <string name="folder_renamed">Folder renamed to <xliff:g id="name" example="Games">%1$s</xliff:g></string>
273     <!-- Folder name format -->
274     <string name="folder_name_format">Folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string>
275
276     <!-- Debug-only activity name. [DO NOT TRANSLATE] -->
277     <string name="debug_memory_activity">* HPROF</string>
278
279     <!-- Strings for the customization mode -->
280     <!-- Text for widget add button -->
281     <string name="widget_button_text">Widgets</string>
282     <!-- Text for wallpaper change button -->
283     <string name="wallpaper_button_text">Wallpapers</string>
284     <!-- Text for settings button -->
285     <string name="settings_button_text">Settings</string>
286
287     <!-- Label on an icon that references an uninstalled package, that is going to be installed at some point. [CHAR_LIMIT=15] -->
288     <string name="package_state_enqueued">Waiting</string>
289     <!-- Label on an icon that references an uninstalled package, that is currently being downloaded. [CHAR_LIMIT=15] -->
290     <string name="package_state_downloading">Downloading</string>
291     <!-- Label on an icon that references an uninstalled package, that is currently being installed. [CHAR_LIMIT=15] -->
292     <string name="package_state_installing">Installing</string>
293     <!-- Label on an icon that references an uninstalled package, for which we have no information about when it might be installed. [CHAR_LIMIT=15] -->
294     <string name="package_state_unknown">Unknown</string>
295     <!-- Label on an icon that references an uninstalled package, for which restore from market has failed. [CHAR_LIMIT=15] -->
296     <string name="package_state_error">Not restored</string>
297
298     <!-- Button for abandoned promises dialog, that removes all abandoned promise icons. -->
299     <string name="abandoned_clean_all">Remove All</string>
300     <!-- Button for abandoned promises dialog, to removes this abandoned promise icon. -->
301     <string name="abandoned_clean_this">Remove</string>
302     <!-- Button for abandoned promise dialog, to search in the market for the missing package. -->
303     <string name="abandoned_search">Search</string>
304     <!-- Title for abandoned promise dialog. -->
305     <string name="abandoned_promises_title">This app is not installed</string>
306     <!-- Explanation for abandoned promise dialog. "The first 'it' refers to the shortcut icon.
307     The second "it" refers to the app. -->
308     <string name="abandoned_promise_explanation">The app for this icon isn\'t installed.
309         You can remove it, or search for the app and install it manually.
310     </string>
311 </resources>