strings.xml 19 KB

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