OSDN Git Service

Adding support for dynamically change icon shape for AdaptiveIcons
[android-x86/packages-apps-Launcher3.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     <!-- Application name -->
25     <string name="app_name">Launcher3</string>
26     <!-- Default folder name -->
27     <string name="folder_name"></string>
28     <!-- Work folder name -->
29     <string name="work_folder_name">Work</string>
30     <!-- Displayed when user selects a shortcut for an app that was uninstalled [CHAR_LIMIT=none]-->
31     <string name="activity_not_found">App isn\'t installed.</string>
32     <!-- Displayed when user selects a shortcut for an app that is current not available [CHAR_LIMIT=none]-->
33     <string name="activity_not_available">App isn\'t available</string>
34     <!-- SafeMode shortcut error string -->
35     <string name="safemode_shortcut_error">Downloaded app disabled in Safe mode</string>
36     <!-- SafeMode widget error string -->
37     <string name="safemode_widget_error">Widgets disabled in Safe mode</string>
38     <!-- Message shown when a shortcut is not available. It could have been temporarily disabled and may start working again after some time. -->
39     <string name="shortcut_not_available">Shortcut isn\'t available</string>
40     <!-- User visible name for the launcher/home screen. [CHAR_LIMIT=30] -->
41     <string name="home_screen">Home screen</string>
42     <!-- Label for showing custom action list of a shortcut or widget. [CHAR_LIMIT=30] -->
43     <string name="custom_actions">Custom actions</string>
44
45     <!-- Widgets -->
46     <!-- Message to tell the user to press and hold on a widget to add it [CHAR_LIMIT=50] -->
47     <string name="long_press_widget_to_add">Touch &amp; hold to pick up a widget.</string>
48     <!-- Accessibility spoken hint message in widget picker, which allows user to add a widget. Custom action is the label for additional accessibility actions available in this mode [CHAR_LIMIT=100] -->
49     <string name="long_accessible_way_to_add">Double-tap &amp; hold to pick up a widget or use custom actions.</string>
50     <!-- The format string for the dimensions of a widget in the drawer -->
51     <!-- There is a special version of this format string for Farsi -->
52     <string name="widget_dims_format">%1$d \u00d7 %2$d</string>
53     <!-- Accessibility spoken message format for the dimensions of a widget in the drawer -->
54     <string name="widget_accessible_dims_format">%1$d wide by %2$d high</string>
55     <!-- Message to tell the user to press and hold a widget/icon to add it  -->
56     <string name="add_item_request_drag_hint">Touch &amp; hold to place manually</string>
57     <!-- Button label to automatically add icon on home screen [CHAR_LIMIT=50] -->
58     <string name="place_automatically">Add automatically</string>
59
60     <!-- All Apps -->
61     <!-- Search bar text in the apps view. [CHAR_LIMIT=50] -->
62     <string name="all_apps_search_bar_hint">Search Apps</string>
63     <!-- Loading apps text. [CHAR_LIMIT=50] -->
64     <string name="all_apps_loading_message">Loading Apps&#8230;</string>
65     <!-- No-search-results text. [CHAR_LIMIT=50] -->
66     <string name="all_apps_no_search_results">No Apps found matching \"<xliff:g id="query" example="Android">%1$s</xliff:g>\"</string>
67     <!-- Label for the button which allows the user to get app search results. [CHAR_LIMIT=50] -->
68     <string name="all_apps_search_market_message">Search for more apps</string>
69
70     <!-- Deep items -->
71     <!-- Text to indicate more items that couldn't be displayed due to space constraints.
72          The text must fit in the size of a small icon [CHAR_LIMIT=3] -->
73     <string name="deep_notifications_overflow" translatable="false">+%1$d</string>
74     <!-- Text to display as the header above notifications. [CHAR_LIMIT=30] -->
75     <plurals name="notifications_header" translatable="false">
76         <item quantity="one">Notification</item>
77         <item quantity="other">Notifications</item>
78     </plurals>
79
80     <!-- Drag and drop -->
81     <skip />
82     <!-- Error message when user has filled a home screen -->
83     <string name="out_of_space">No more room on this Home screen.</string>
84     <!-- Error message when user has filled the hotseat -->
85     <string name="hotseat_out_of_space">No more room in the Favorites tray</string>
86
87     <!-- All applications label -->
88     <string name="all_apps_button_label">Apps list</string>
89     <!-- Label for button in all applications label to go back home (to the workspace / desktop)
90          for accessibilty (spoken when the button gets focus). -->
91     <string name="all_apps_home_button_label">Home</string>
92
93     <!-- Label for remove drop target. [CHAR_LIMIT=20] -->
94     <string name="remove_drop_target_label">Remove</string>
95     <!-- Label for uninstall drop target. [CHAR_LIMIT=20]-->
96     <string name="uninstall_drop_target_label">Uninstall</string>
97     <!-- Label for app info drop target. [CHAR_LIMIT=20] -->
98     <string name="app_info_drop_target_label">App info</string>
99
100     <!-- Permissions: -->
101     <skip />
102     <!-- Permission short label -->
103     <string name="permlab_install_shortcut">install shortcuts</string>
104     <!-- Permission description -->
105     <string name="permdesc_install_shortcut">Allows an app to add
106         shortcuts without user intervention.</string>
107     <!-- Permission short label -->
108     <string name="permlab_read_settings">read Home settings and shortcuts</string>
109     <!-- Permission description -->
110     <string name="permdesc_read_settings">Allows the app to read the settings and
111         shortcuts in Home.</string>
112     <!-- Permission short label -->
113     <string name="permlab_write_settings">write Home settings and shortcuts</string>
114     <!-- Permission description -->
115     <string name="permdesc_write_settings">Allows the app to change the settings and
116         shortcuts in Home.</string>
117
118     <!-- Toast shown on clicking a direct call shortcut. [CHAR_LIMIT=80] -->
119     <string name="msg_no_phone_permission"><xliff:g id="app_name" example="Launcher3">%1$s</xliff:g> is not allowed to make phone calls</string>
120
121     <!-- Widgets: -->
122     <skip />    
123
124     <!-- Text to show user in place of a gadget when we can't display it properly -->
125     <string name="gadget_error_text">Problem loading widget</string>
126
127     <!-- Text to show user in place of a gadget when it is not yet initialized. -->
128     <string name="gadget_setup_text">Setup</string>
129
130     <!-- Text to inform the user that they can't uninstall a system application -->
131     <string name="uninstall_system_app_text">This is a system app and can\'t be uninstalled.</string>
132
133     <!-- Default folder title -->
134     <string name="folder_hint_text">Unnamed Folder</string>
135
136     <!-- Accessibility -->
137     <!-- The format string for when an app is temporarily disabled. -->
138     <string name="disabled_app_label">Disabled <xliff:g id="app_name" example="Messenger">%1$s</xliff:g></string>
139     <skip />
140
141     <!-- The format string for default page scroll text [CHAR_LIMIT=none] -->
142     <string name="default_scroll_format">Page %1$d of %2$d</string>
143     <!-- The format string for Workspace page scroll text [CHAR_LIMIT=none] -->
144     <string name="workspace_scroll_format">Home screen %1$d of %2$d</string>
145     <!-- Description for a new page on homescreen[CHAR_LIMIT=none] -->
146     <string name="workspace_new_page">New home screen page</string>
147
148     <!-- Folder accessibility -->
149     <!-- The format string for when a folder is opened, speaks the dimensions -->
150     <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>
151     <!-- Instruction that clicking outside will close folder -->
152     <string name="folder_tap_to_close">Tap to close folder</string>
153     <!-- Instruction that clicking outside will commit folder rename -->
154     <string name="folder_tap_to_rename">Tap to save rename</string>
155     <!-- Indication that folder closed -->
156     <string name="folder_closed">Folder closed</string>
157     <!-- Folder renamed format -->
158     <string name="folder_renamed">Folder renamed to <xliff:g id="name" example="Games">%1$s</xliff:g></string>
159     <!-- Folder name format -->
160     <string name="folder_name_format">Folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string>
161
162     <!-- Strings for the customization mode -->
163     <!-- Text for widget add button -->
164     <string name="widget_button_text">Widgets</string>
165     <!-- Text for wallpaper change button -->
166     <string name="wallpaper_button_text">Wallpapers</string>
167     <!-- Text for settings button -->
168     <string name="settings_button_text">Settings</string>
169     <!-- Message shown when a feature is disabled by the administrator -->
170     <string name="msg_disabled_by_admin">Disabled by your admin</string>
171     <!-- Text for custom accessibility action to go to the overview mode, where users can look and change the overall UI of the launcher. -->
172     <string name="accessibility_action_overview">Overview</string>
173
174     <!-- Strings for settings -->
175     <!-- Title for Allow Rotation setting. [CHAR LIMIT=50] -->
176     <string name="allow_rotation_title">Allow Home screen rotation</string>
177     <!-- Text explaining when the home screen will get rotated. [CHAR LIMIT=100] -->
178     <string name="allow_rotation_desc">When phone is rotated</string>
179     <!-- Text explaining that rotation is disabled in Display settings. 'Display' refers to the Display section in system settings [CHAR LIMIT=100] -->
180     <string name="allow_rotation_blocked_desc">Current Display setting doesn\'t permit rotation</string>
181
182     <!-- Label for the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=40] -->
183     <string name="auto_add_shortcuts_label">Add icon to Home screen</string>
184     <!-- Text description of the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=NONE] -->
185     <string name="auto_add_shortcuts_description">For new apps</string>
186
187     <!-- Developer setting to change the shape of icons on home screen. [CHAR LIMIT=50] -->
188     <string name="icon_shape_override_label">Change icon shape</string>
189     <!-- Option to not change the icon shape on home screen. [CHAR LIMIT=50] -->
190     <string name="icon_shape_no_override">Do not change</string>
191     <!-- Message shown in the progress dialog when the icon shape override is being applied [CHAR LIMIT=100]-->
192     <string name="icon_shape_override_progress">Applying icon shape changes</string>
193
194     <!-- Label on an icon that references an uninstalled package, for which we have no information about when it might be installed. [CHAR_LIMIT=15] -->
195     <string name="package_state_unknown">Unknown</string>
196
197     <!-- Button for abandoned promises dialog, to removes this abandoned promise icon. -->
198     <string name="abandoned_clean_this">Remove</string>
199     <!-- Button for abandoned promise dialog, to search in the market for the missing package. -->
200     <string name="abandoned_search">Search</string>
201     <!-- Title for abandoned promise dialog. -->
202     <string name="abandoned_promises_title">This app is not installed</string>
203     <!-- Explanation for abandoned promise dialog. "The first 'it' refers to the shortcut icon.
204     The second "it" refers to the app. -->
205     <string name="abandoned_promise_explanation">The app for this icon isn\'t installed.
206         You can remove it, or search for the app and install it manually.
207     </string>
208     <!-- Title for an app which is being downloaded. -->
209     <string name="app_downloading_title"><xliff:g id="name" example="Messenger">%1$s</xliff:g> downloading, <xliff:g id="progress" example="30%">%2$s</xliff:g> complete</string>
210     <!-- Title for an app whose download has been started. -->
211     <string name="app_waiting_download_title"><xliff:g id="name" example="Messenger">%1$s</xliff:g> waiting to install</string>
212
213     <!-- Strings for widgets & more in the popup container/bottom sheet -->
214     <string name="widgets_and_more" translatable="false">Widgets &amp; more</string>
215     <string name="widgets_bottom_sheet_custom_shortcuts_section_title" translatable="false">Custom shortcuts</string>
216
217 <!-- Strings for accessibility actions -->
218     <!-- Accessibility action to add an app to workspace. [CHAR_LIMIT=30] -->
219     <string name="action_add_to_workspace">Add to Home screen</string>
220
221     <!-- Accessibility action to move item to the current location. [CHAR_LIMIT=30] -->
222     <string name="action_move_here">Move item here</string>
223
224     <!-- Accessibility confirmation for item added to workspace. -->
225     <string name="item_added_to_workspace">Item added to home screen</string>
226
227     <!-- Accessibility confirmation for item removed. -->
228     <string name="item_removed">Item removed</string>
229
230     <!-- Accessibility action to move an item on the workspace. [CHAR_LIMIT=30] -->
231     <string name="action_move">Move item</string>
232
233     <!-- Accessibility description to move item to empty cell. -->
234     <string name="move_to_empty_cell">Move to row <xliff:g id="number" example="1">%1$s</xliff:g> column <xliff:g id="number" example="1">%2$s</xliff:g></string>
235
236     <!-- Accessibility description to move item inside a folder. -->
237     <string name="move_to_position">Move to position <xliff:g id="number" example="1">%1$s</xliff:g></string>
238
239     <!-- Accessibility description to move item to the hotseat. -->
240     <string name="move_to_hotseat_position">Move to favorites position <xliff:g id="number" example="1">%1$s</xliff:g></string>
241
242     <!-- Accessibility confirmation for item move. -->
243     <string name="item_moved">Item moved</string>
244
245     <!-- Accessibility description to move item into an existing folder. -->
246     <string name="add_to_folder">Add to folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string>
247
248     <!-- Accessibility description to move item into an existing folder containing an app. -->
249     <string name="add_to_folder_with_app">Add to folder with <xliff:g id="name" example="Messenger">%1$s</xliff:g></string>
250
251     <!-- Accessibility confirmation for item added to folder. -->
252     <string name="added_to_folder">Item added to folder</string>
253
254     <!-- Accessibility description to create folder with another item. -->
255     <string name="create_folder_with">Create folder with: <xliff:g id="name" example="Game">%1$s</xliff:g></string>
256
257     <!-- Accessibility confirmation for folder created. -->
258     <string name="folder_created">Folder created</string>
259
260     <!-- Accessibility action to move an item from folder to workspace. [CHAR_LIMIT=30] -->
261     <string name="action_move_to_workspace">Move to Home screen</string>
262
263     <!-- Accessibility action to move an homescreen to the left. [CHAR_LIMIT=30] -->
264     <string name="action_move_screen_left">Move screen to left</string>
265
266     <!-- Accessibility action to move an homescreen to the right. [CHAR_LIMIT=30] -->
267     <string name="action_move_screen_right">Move screen to right</string>
268
269     <!-- Accessibility confirmation when a screen was moved. -->
270     <string name="screen_moved">Screen moved</string>
271
272     <!-- Accessibility action to resize a widget. [CHAR_LIMIT=30] -->
273     <string name="action_resize">Resize</string>
274
275     <!-- Accessibility action to increase width of a widget. [CHAR_LIMIT=30] -->
276     <string name="action_increase_width">Increase width</string>
277
278     <!-- Accessibility action to increase height of a widget. [CHAR_LIMIT=30] -->
279     <string name="action_increase_height">Increase height</string>
280
281     <!-- Accessibility action to decrease width of a widget. [CHAR_LIMIT=30] -->
282     <string name="action_decrease_width">Decrease width</string>
283
284     <!-- Accessibility action to decrease height of a widget. [CHAR_LIMIT=30] -->
285     <string name="action_decrease_height">Decrease height</string>
286
287     <!-- Accessibility confirmation for widget resize. -->
288     <string name="widget_resized">Widget resized to width <xliff:g id="number" example="2">%1$s</xliff:g> height <xliff:g id="number" example="1">%2$s</xliff:g></string>
289
290     <!-- Accessibility action to show quick actions menu for an icon. [CHAR_LIMIT=30] -->
291     <string name="action_deep_shortcut">Shortcuts</string>
292
293     <!-- Accessibility description for the shortcuts menu shown for an app. -->
294     <string name="shortcuts_menu_description"><xliff:g id="number_of_shortcuts" example="3">%1$d</xliff:g> shortcuts for <xliff:g id="app_name" example="Messenger">%2$s</xliff:g></string>
295
296 </resources>