Home | History | Annotate | Download | only in values
      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     <!-- Popup items -->
     71     <!-- Text to display as the header above notifications. [CHAR_LIMIT=30] -->
     72     <string name="notifications_header">Notifications</string>
     73 
     74     <!-- Drag and drop -->
     75     <!-- Message to tell the user to press and hold on a shortcut to add it [CHAR_LIMIT=50] -->
     76     <string name="long_press_shortcut_to_add">Touch &amp; hold to pick up a shortcut.</string>
     77     <!-- Accessibility spoken hint message in deep shortcut menu, which allows user to add a shortcut. Custom action is the label for additional accessibility actions available in this mode [CHAR_LIMIT=200] -->
     78     <string name="long_accessible_way_to_add_shortcut">Double-tap &amp; hold to pick up a shortcut or use custom actions.</string>
     79 
     80     <skip />
     81     <!-- Error message when user has filled a home screen -->
     82     <string name="out_of_space">No more room on this Home screen.</string>
     83     <!-- Error message when user has filled the hotseat -->
     84     <string name="hotseat_out_of_space">No more room in the Favorites tray</string>
     85 
     86     <!-- All applications label -->
     87     <string name="all_apps_button_label">Apps list</string>
     88     <string name="all_apps_button_personal_label">Personal apps list</string>
     89     <string name="all_apps_button_work_label">Work apps list</string>
     90 
     91     <!-- Label for button in all applications label to go back home (to the workspace / desktop)
     92          for accessibilty (spoken when the button gets focus). -->
     93     <string name="all_apps_home_button_label">Home</string>
     94 
     95     <!-- Label for remove drop target. [CHAR_LIMIT=20] -->
     96     <string name="remove_drop_target_label">Remove</string>
     97     <!-- Label for uninstall drop target. [CHAR_LIMIT=20]-->
     98     <string name="uninstall_drop_target_label">Uninstall</string>
     99     <!-- Label for app info drop target. [CHAR_LIMIT=20] -->
    100     <string name="app_info_drop_target_label">App info</string>
    101     <!-- Label for install drop target. [CHAR_LIMIT=20] -->
    102     <string name="install_drop_target_label">Install</string>
    103 
    104     <!-- Permissions: -->
    105     <skip />
    106     <!-- Permission short label -->
    107     <string name="permlab_install_shortcut">install shortcuts</string>
    108     <!-- Permission description -->
    109     <string name="permdesc_install_shortcut">Allows an app to add
    110         shortcuts without user intervention.</string>
    111     <!-- Permission short label -->
    112     <string name="permlab_read_settings">read Home settings and shortcuts</string>
    113     <!-- Permission description -->
    114     <string name="permdesc_read_settings">Allows the app to read the settings and
    115         shortcuts in Home.</string>
    116     <!-- Permission short label -->
    117     <string name="permlab_write_settings">write Home settings and shortcuts</string>
    118     <!-- Permission description -->
    119     <string name="permdesc_write_settings">Allows the app to change the settings and
    120         shortcuts in Home.</string>
    121 
    122     <!-- Toast shown on clicking a direct call shortcut. [CHAR_LIMIT=80] -->
    123     <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>
    124 
    125     <!-- Widgets: -->
    126     <skip />    
    127 
    128     <!-- Text to show user in place of a gadget when we can't display it properly -->
    129     <string name="gadget_error_text">Problem loading widget</string>
    130 
    131     <!-- Text to show user in place of a gadget when it is not yet initialized. -->
    132     <string name="gadget_setup_text">Setup</string>
    133 
    134     <!-- Text to inform the user that they can't uninstall a system application -->
    135     <string name="uninstall_system_app_text">This is a system app and can\'t be uninstalled.</string>
    136 
    137     <!-- Default folder title -->
    138     <string name="folder_hint_text">Unnamed Folder</string>
    139 
    140     <!-- Accessibility -->
    141     <!-- The format string for when an app is temporarily disabled. -->
    142     <string name="disabled_app_label">Disabled <xliff:g id="app_name" example="Messenger">%1$s</xliff:g></string>
    143     <!-- The format string for when an app has a notification dot (meaning it has associated notifications). -->
    144     <plurals name="badged_app_label">
    145         <item quantity="one"><xliff:g id="app_name" example="Messenger">%1$s</xliff:g>, has <xliff:g id="notification_count" example="1">%2$d</xliff:g> notification</item>
    146         <item quantity="other"><xliff:g id="app_name" example="Messenger">%1$s</xliff:g>, has <xliff:g id="notification_count" example="3">%2$d</xliff:g> notifications</item>
    147     </plurals>
    148     <skip />
    149 
    150     <!-- The format string for default page scroll text [CHAR_LIMIT=none] -->
    151     <string name="default_scroll_format">Page %1$d of %2$d</string>
    152     <!-- The format string for Workspace page scroll text [CHAR_LIMIT=none] -->
    153     <string name="workspace_scroll_format">Home screen %1$d of %2$d</string>
    154     <!-- Description for a new page on homescreen[CHAR_LIMIT=none] -->
    155     <string name="workspace_new_page">New home screen page</string>
    156 
    157     <!-- Folder accessibility -->
    158     <!-- The format string for when a folder is opened, speaks the dimensions -->
    159     <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>
    160     <!-- Instruction that clicking outside will close folder -->
    161     <string name="folder_tap_to_close">Tap to close folder</string>
    162     <!-- Instruction that clicking outside will commit folder rename -->
    163     <string name="folder_tap_to_rename">Tap to save rename</string>
    164     <!-- Indication that folder closed -->
    165     <string name="folder_closed">Folder closed</string>
    166     <!-- Folder renamed format -->
    167     <string name="folder_renamed">Folder renamed to <xliff:g id="name" example="Games">%1$s</xliff:g></string>
    168     <!-- Folder name format -->
    169     <string name="folder_name_format">Folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string>
    170 
    171     <!-- Strings for the customization mode -->
    172     <!-- Text for widget add button -->
    173     <string name="widget_button_text">Widgets</string>
    174     <!-- Text for wallpaper change button -->
    175     <string name="wallpaper_button_text">Wallpapers</string>
    176     <!-- Text for settings button -->
    177     <string name="settings_button_text">Home settings</string>
    178     <!-- Message shown when a feature is disabled by the administrator -->
    179     <string name="msg_disabled_by_admin">Disabled by your admin</string>
    180 
    181     <!-- Strings for settings -->
    182     <!-- Title for Allow Rotation setting. [CHAR LIMIT=50] -->
    183     <string name="allow_rotation_title">Allow Home screen rotation</string>
    184     <!-- Text explaining when the home screen will get rotated. [CHAR LIMIT=100] -->
    185     <string name="allow_rotation_desc">When phone is rotated</string>
    186     <!-- 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] -->
    187     <string name="icon_badging_title">Notification dots</string>
    188     <!-- Text to indicate that the system icon badging setting is on [CHAR LIMIT=100] -->
    189     <string name="icon_badging_desc_on">On</string>
    190     <!-- Text to indicate that the system icon badging setting is off [CHAR LIMIT=100] -->
    191     <string name="icon_badging_desc_off">Off</string>
    192     <!-- Title for the dialog shown when the app does not has notification access, explaining the requirement for notification access [CHAR LIMIT=50] -->
    193     <string name="title_missing_notification_access">Notification access needed</string>
    194     <!-- Message explaining to the user that the notification access is required by the app for showing 'Notification dots' [CHAR LIMIT=NONE] -->
    195     <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>
    196     <!-- Button text in the confirmation dialog which would take the user to the system settings [CHAR LIMIT=50] -->
    197     <string name="title_change_settings">Change settings</string>
    198     <!-- Summary for Notification dots setting. Tapping this will link enable/disable notification dots feature on the home screen. [CHAR LIMIT=50] -->
    199     <string name="icon_badging_service_title">Show notification dots</string>
    200 
    201     <!-- Label for the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=40] -->
    202     <string name="auto_add_shortcuts_label">Add icon to Home screen</string>
    203     <!-- Text description of the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=NONE] -->
    204     <string name="auto_add_shortcuts_description">For new apps</string>
    205 
    206     <!-- Developer setting to change the shape of icons on home screen. [CHAR LIMIT=50] -->
    207     <string name="icon_shape_override_label">Change icon shape</string>
    208     <!-- Subtext explaining that the icons will only be affected on the home screen. This text follows the actual icon action: Change icon shape, on Home screen [CHAR LIMIT=100] -->
    209     <string name="icon_shape_override_label_location">on Home screen</string>
    210     <!-- Option to not change the icon shape on home screen and use the system default setting instead. [CHAR LIMIT=50] -->
    211     <string name="icon_shape_system_default">Use system default</string>
    212     <!-- Option to change the shape of the home screen icons to a square. [CHAR LIMIT=50] -->
    213     <string name="icon_shape_square">Square</string>
    214     <!-- 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] -->
    215     <string name="icon_shape_squircle">Squircle</string>
    216     <!-- Option to change the shape of the home screen icons to a circle. [CHAR LIMIT=50] -->
    217     <string name="icon_shape_circle">Circle</string>
    218     <!-- 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] -->
    219     <string name="icon_shape_teardrop">Teardrop</string>
    220 
    221     <!-- Message shown in the progress dialog when the icon shape override is being applied [CHAR LIMIT=100]-->
    222     <string name="icon_shape_override_progress">Applying icon shape changes</string>
    223 
    224     <!-- Label on an icon that references an uninstalled package, for which we have no information about when it might be installed. [CHAR_LIMIT=15] -->
    225     <string name="package_state_unknown">Unknown</string>
    226 
    227     <!-- Button for abandoned promises dialog, to removes this abandoned promise icon. -->
    228     <string name="abandoned_clean_this">Remove</string>
    229     <!-- Button for abandoned promise dialog, to search in the market for the missing package. -->
    230     <string name="abandoned_search">Search</string>
    231     <!-- Title for abandoned promise dialog. -->
    232     <string name="abandoned_promises_title">This app is not installed</string>
    233     <!-- Explanation for abandoned promise dialog. "The first 'it' refers to the shortcut icon.
    234     The second "it" refers to the app. -->
    235     <string name="abandoned_promise_explanation">The app for this icon isn\'t installed.
    236         You can remove it, or search for the app and install it manually.
    237     </string>
    238     <!-- Title for an app which is being downloaded. -->
    239     <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>
    240     <!-- Title for an app whose download has been started. -->
    241     <string name="app_waiting_download_title"><xliff:g id="name" example="Messenger">%1$s</xliff:g> waiting to install</string>
    242 
    243     <!-- Strings for widgets & more in the popup container/bottom sheet -->
    244     <!-- Title for a bottom sheet that shows widgets for a particular app -->
    245     <string name="widgets_bottom_sheet_title"><xliff:g id="name" example="Messenger">%1$s</xliff:g> widgets</string>
    246 
    247     <!-- Accessibility title for the popup containing a list of widgets. [CHAR_LIMIT=50] -->
    248     <string name="widgets_list">Widgets list</string>
    249     <!-- Text announced by accessibility when the popup containing the list of widgets is closed. [CHAR_LIMIT=100] -->
    250     <string name="widgets_list_closed">Widgets list closed</string>
    251 
    252 <!-- Strings for accessibility actions -->
    253     <!-- Accessibility action to add an app to workspace. [CHAR_LIMIT=30] -->
    254     <string name="action_add_to_workspace">Add to Home screen</string>
    255 
    256     <!-- Accessibility action to move item to the current location. [CHAR_LIMIT=30] -->
    257     <string name="action_move_here">Move item here</string>
    258 
    259     <!-- Accessibility confirmation for item added to workspace. -->
    260     <string name="item_added_to_workspace">Item added to home screen</string>
    261 
    262     <!-- Accessibility confirmation for item removed. -->
    263     <string name="item_removed">Item removed</string>
    264 
    265     <!-- Accessibility action to move an item on the workspace. [CHAR_LIMIT=30] -->
    266     <string name="action_move">Move item</string>
    267 
    268     <!-- Accessibility description to move item to empty cell. -->
    269     <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>
    270 
    271     <!-- Accessibility description to move item inside a folder. -->
    272     <string name="move_to_position">Move to position <xliff:g id="number" example="1">%1$s</xliff:g></string>
    273 
    274     <!-- Accessibility description to move item to the hotseat. -->
    275     <string name="move_to_hotseat_position">Move to favorites position <xliff:g id="number" example="1">%1$s</xliff:g></string>
    276 
    277     <!-- Accessibility confirmation for item move. -->
    278     <string name="item_moved">Item moved</string>
    279 
    280     <!-- Accessibility description to move item into an existing folder. -->
    281     <string name="add_to_folder">Add to folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string>
    282 
    283     <!-- Accessibility description to move item into an existing folder containing an app. -->
    284     <string name="add_to_folder_with_app">Add to folder with <xliff:g id="name" example="Messenger">%1$s</xliff:g></string>
    285 
    286     <!-- Accessibility confirmation for item added to folder. -->
    287     <string name="added_to_folder">Item added to folder</string>
    288 
    289     <!-- Accessibility description to create folder with another item. -->
    290     <string name="create_folder_with">Create folder with: <xliff:g id="name" example="Game">%1$s</xliff:g></string>
    291 
    292     <!-- Accessibility confirmation for folder created. -->
    293     <string name="folder_created">Folder created</string>
    294 
    295     <!-- Accessibility action to move an item from folder to workspace. [CHAR_LIMIT=30] -->
    296     <string name="action_move_to_workspace">Move to Home screen</string>
    297 
    298     <!-- Accessibility action to resize a widget. [CHAR_LIMIT=30] -->
    299     <string name="action_resize">Resize</string>
    300 
    301     <!-- Accessibility action to increase width of a widget. [CHAR_LIMIT=30] -->
    302     <string name="action_increase_width">Increase width</string>
    303 
    304     <!-- Accessibility action to increase height of a widget. [CHAR_LIMIT=30] -->
    305     <string name="action_increase_height">Increase height</string>
    306 
    307     <!-- Accessibility action to decrease width of a widget. [CHAR_LIMIT=30] -->
    308     <string name="action_decrease_width">Decrease width</string>
    309 
    310     <!-- Accessibility action to decrease height of a widget. [CHAR_LIMIT=30] -->
    311     <string name="action_decrease_height">Decrease height</string>
    312 
    313     <!-- Accessibility confirmation for widget resize. -->
    314     <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>
    315 
    316     <!-- Accessibility action to show quick actions menu for an icon. [CHAR_LIMIT=30] -->
    317     <string name="action_deep_shortcut">Shortcuts</string>
    318     <!-- Accessibility description when the context menu of a launcher icon that has notifications as well as shortcuts (providing quick access to app's actions). The "shortcuts" translation should be consistent with the one for action_deep_shortcut. [CHAR_LIMIT=50] -->
    319     <string name="shortcuts_menu_with_notifications_description">Shortcuts and notifications
    320     </string>
    321 
    322     <!-- Accessibility action to dismiss a notification in the shortcuts menu for an icon. [CHAR_LIMIT=30] -->
    323     <string name="action_dismiss_notification">Dismiss</string>
    324 
    325     <!-- Accessibility confirmation for notification being dismissed. -->
    326     <string name="notification_dismissed">Notification dismissed</string>
    327 
    328     <!-- Label of tab to indicate personal apps -->
    329     <string name="all_apps_personal_tab">Personal</string>
    330 
    331     <!-- Label of tab to indicate work apps -->
    332     <string name="all_apps_work_tab">Work</string>
    333 
    334     <!-- This string is in the work profile tab when a user has All Apps open on their phone. This is a label for a toggle to turn the work profile on and off. "Work profile" means a separate profile on a user's phone that's specifically for their work apps and managed by their company. "Work" is used as an adjective.-->
    335     <string name="work_profile_toggle_label">Work profile</string>
    336     <!-- Title of an overlay in All Apps. This overlay is letting a user know about their work profile, which is managed by their employer. "Work apps" are apps in a user's work profile.-->
    337     <string name="bottom_work_tab_user_education_title">Find work apps here</string>
    338     <!-- Text in an overlay in All Apps. This overlay is letting a user know about their work profile, which is managed by their employer.-->
    339     <string name="bottom_work_tab_user_education_body">Each work app has a badge and is kept secure by your organization. Move apps to your Home screen for easier access.</string>
    340     <!-- This string is in the work profile tab when a user has All Apps open on their phone. It describes the label of a toggle, "Work profile," as being managed by the user's employer.
    341     "Organization" is used to represent a variety of businesses, non-profits, and educational institutions).-->
    342     <string name="work_mode_on_label">Managed by your organization</string>
    343     <!-- This string appears under a the label of a toggle in the work profile tab on a user's phone. It describes the status of the toggle, "Work profile," when it's turned off. "Work profile" means a separate profile on a user's phone that's speficially for their work apps and is managed by their company.-->
    344     <string name="work_mode_off_label">Notifications and apps are off</string>
    345     <string name="bottom_work_tab_user_education_close_button">Close</string>
    346     <string name="bottom_work_tab_user_education_closed">Closed</string>
    347 </resources>
    348