strings.xml 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. /*
  4. * Copyright (C) 2017 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. <!-- Application name -->
  21. <string name="derived_app_name" translatable="false">1000_r47Launcher</string>
  22. <!-- Options for recent tasks -->
  23. <!-- Title for an option to enter split screen mode for a given app -->
  24. <string name="recent_task_option_split_screen">Split screen</string>
  25. <!-- Title for an option to keep an app pinned to the screen until it is unpinned -->
  26. <string name="recent_task_option_pin">Pin</string>
  27. <!-- Title for an option to enter freeform mode for a given app -->
  28. <string name="recent_task_option_freeform">Freeform</string>
  29. <!-- Content description for the recent apps panel (not shown on the screen). [CHAR LIMIT=NONE] -->
  30. <string name="accessibility_desc_recent_apps">Overview</string>
  31. <!-- Recents: The empty recents string. [CHAR LIMIT=NONE] -->
  32. <string name="recents_empty_message">No recent items</string>
  33. <!-- Content description for the recent apps's accessibility option that closes it. [CHAR LIMIT=NONE] -->
  34. <string name="accessibility_close_task">Close</string>
  35. <!-- Content description for the recent apps's accessibility option that opens its usage settings. [CHAR LIMIT=NONE] -->
  36. <string name="accessibility_app_usage_settings">App usage settings</string>
  37. <!-- Recents: Title of a button that clears the task list, i.e. closes all tasks. [CHAR LIMIT=30] -->
  38. <string name="recents_clear_all">Clear all</string>
  39. <!-- Accessibility title for the list of recent apps [CHAR_LIMIT=none] -->
  40. <string name="accessibility_recent_apps">Recent apps</string>
  41. <!-- Accessibility title for an app card in Recents for apps that have time limit set
  42. [CHAR_LIMIT=none] -->
  43. <string name="task_contents_description_with_remaining_time"><xliff:g id="task_description" example="GMail">%1$s</xliff:g>, <xliff:g id="remaining_time" example="7 minutes left today">%2$s</xliff:g></string>
  44. <!-- Text to show total app usage per day if it is less than 1 minute ("&lt;" is the
  45. escaped form of '<'). [CHAR LIMIT=15] -->
  46. <string name="shorter_duration_less_than_one_minute">&lt; 1 minute</string>
  47. <!-- Annotation shown on an app card in Recents, telling that the app has a usage limit set by
  48. the user, and a given time is left for it today [CHAR LIMIT=22] -->
  49. <string name="time_left_for_app"><xliff:g id="time" example="7 minutes">%1$s</xliff:g> left today</string>
  50. <!-- Accessibility title for the row of all-apps containing app predictions. [CHAR LIMIT=50] -->
  51. <string name="title_app_suggestions">App suggestions</string>
  52. <!-- Label for the header text of the All Apps section in All Apps view, used to separate Predicted Apps and Actions section from All Apps section. [CHAR_LIMIT=50] -->
  53. <string name="all_apps_label">All apps</string>
  54. <!-- Text of the tip when user lands in all apps view for the first time, indicating where the tip toast points to is the predicted apps section. [CHAR_LIMIT=50] -->
  55. <string name="all_apps_prediction_tip">Your predicted apps</string>
  56. </resources>