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     <!-- 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. [DO NOT TRANSLATE] -->
     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. [DO NOT TRANSLATE] -->
     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="app_name">Launcher3</string>
     35     <!-- Default folder name -->
     36     <string name="folder_name"></string>
     37     <!-- Work folder name -->
     38     <string name="work_folder_name">Work</string>
     39     <!-- Displayed when user selects a shortcut for an app that was uninstalled [CHAR_LIMIT=none]-->
     40     <string name="activity_not_found">App isn\'t installed.</string>
     41     <!-- Displayed when user selects a shortcut for an app that is current not available [CHAR_LIMIT=none]-->
     42     <string name="activity_not_available">App isn\'t available</string>
     43     <!-- SafeMode shortcut error string -->
     44     <string name="safemode_shortcut_error">Downloaded app disabled in Safe mode</string>
     45     <!-- SafeMode widget error string -->
     46     <string name="safemode_widget_error">Widgets disabled in Safe mode</string>
     47 
     48     <!-- Widgets -->
     49     <!-- Message to tell the user to press and hold on a widget to add it [CHAR_LIMIT=50] -->
     50     <string name="long_press_widget_to_add">Touch &amp; hold to pick up a widget.</string>
     51     <!-- 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] -->
     52     <string name="long_accessible_way_to_add">Double-tap &amp; hold to pick up a widget or use custom actions.</string>
     53     <!-- The format string for the dimensions of a widget in the drawer -->
     54     <!-- There is a special version of this format string for Farsi -->
     55     <string name="widget_dims_format">%1$d \u00d7 %2$d</string>
     56 
     57     <!-- All Apps -->
     58     <!-- Search bar text in the apps view. [CHAR_LIMIT=50] -->
     59     <string name="all_apps_search_bar_hint">Search Apps&#8230;</string>
     60     <!-- Loading apps text. [CHAR_LIMIT=50] -->
     61     <string name="all_apps_loading_message">Loading Apps&#8230;</string>
     62     <!-- No-search-results text. [CHAR_LIMIT=50] -->
     63     <string name="all_apps_no_search_results">No Apps found matching \"<xliff:g id="query" example="Android">%1$s</xliff:g>\"</string>
     64     <!-- Search market text.  This is a format string where the first argument is the name of the activity
     65          handling the search.  The format string does not need to handle both of these arguments. [CHAR_LIMIT=50] -->
     66     <string name="all_apps_search_market_message">Go to <xliff:g id="query" example="Play Store">%1$s</xliff:g></string>
     67 
     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 
     75     <!-- All applications label -->
     76     <string name="all_apps_button_label">Apps</string>
     77     <!-- Label for button in all applications label to go back home (to the workspace / desktop)
     78          for accessibilty (spoken when the button gets focus). -->
     79     <string name="all_apps_home_button_label">Home</string>
     80 
     81     <!-- Label for delete drop target. [CHAR_LIMIT=20] -->
     82     <string name="delete_target_label">Remove</string>
     83     <!-- Label for uninstall drop target. [CHAR_LIMIT=20]-->
     84     <string name="delete_target_uninstall_label">Uninstall</string>
     85     <!-- Label for the info icon. [CHAR_LIMIT=20] -->
     86     <string name="info_target_label">App info</string>
     87 
     88     <!-- Permissions: -->
     89     <skip />
     90     <!-- Permission short label -->
     91     <string name="permlab_install_shortcut">install shortcuts</string>
     92     <!-- Permission description -->
     93     <string name="permdesc_install_shortcut">Allows an app to add
     94         shortcuts without user intervention.</string>
     95     <!-- Permission short label -->
     96     <string name="permlab_read_settings">read Home settings and shortcuts</string>
     97     <!-- Permission description -->
     98     <string name="permdesc_read_settings">Allows the app to read the settings and
     99         shortcuts in Home.</string>
    100     <!-- Permission short label -->
    101     <string name="permlab_write_settings">write Home settings and shortcuts</string>
    102     <!-- Permission description -->
    103     <string name="permdesc_write_settings">Allows the app to change the settings and
    104         shortcuts in Home.</string>
    105 
    106     <!-- Toast shown on clicking a direct call shortcut. [CHAR_LIMIT=80] -->
    107     <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>
    108 
    109     <!-- Widgets: -->
    110     <skip />    
    111 
    112     <!-- Text to show user in place of a gadget when we can't display it properly -->
    113     <string name="gadget_error_text">Problem loading widget</string>
    114 
    115     <!-- Text to show user in place of a gadget when it is not yet initialized. -->
    116     <string name="gadget_setup_text">Setup</string>
    117 
    118     <!-- Text to inform the user that they can't uninstall a system application -->
    119     <string name="uninstall_system_app_text">This is a system app and can\'t be uninstalled.</string>
    120 
    121     <!-- Default folder title -->
    122     <string name="folder_hint_text">Unnamed Folder</string>
    123 
    124     <!-- Accessibility -->
    125     <skip />
    126 
    127     <!-- The format string for default page scroll text [CHAR_LIMIT=none] -->
    128     <string name="default_scroll_format">Page %1$d of %2$d</string>
    129     <!-- The format string for Workspace page scroll text [CHAR_LIMIT=none] -->
    130     <string name="workspace_scroll_format">Home screen %1$d of %2$d</string>
    131     <!-- Description for a new page on homescreen[CHAR_LIMIT=none] -->
    132     <string name="workspace_new_page">New home screen page</string>
    133 
    134     <!-- Clings -->
    135     <!-- The title text for the workspace cling [CHAR_LIMIT=30] -->
    136     <string name="first_run_cling_title">Welcome</string>
    137     <!-- The title text for the migration cling [CHAR_LIMIT=30] -->
    138     <string name="migration_cling_title">Copy your app icons</string>
    139     <!-- The description of what migration does [CHAR_LIMIT=70] -->
    140     <string name="migration_cling_description">Import icons and folders from your old Home screens?</string>
    141     <!-- The description of the button to migrate apps from another launcher [CHAR_LIMIT=30] -->
    142     <string name="migration_cling_copy_apps">COPY ICONS</string>
    143     <!-- The description of the button to use the default launcher layout [CHAR_LIMIT=30] -->
    144     <string name="migration_cling_use_default">START FRESH</string>
    145     <!-- The title text for workspace longpress action [CHAR_LIMIT=40] -->
    146     <string name="workspace_cling_longpress_title">Wallpapers, widgets, &amp; settings</string>
    147     <!-- The description of how to use the workspace [CHAR_LIMIT=70] -->
    148     <string name="workspace_cling_longpress_description">Touch &amp; hold background to customize</string>
    149     <!-- The description of the button to dismiss the cling [CHAR_LIMIT=30] -->
    150     <string name="workspace_cling_longpress_dismiss">GOT IT</string>
    151 
    152     <!-- Folder accessibility -->
    153     <!-- The format string for when a folder is opened, speaks the dimensions -->
    154     <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>
    155     <!-- Instruction that clicking outside will close folder -->
    156     <string name="folder_tap_to_close">Touch to close folder</string>
    157     <!-- Instruction that clicking outside will commit folder rename -->
    158     <string name="folder_tap_to_rename">Touch to save rename</string>
    159     <!-- Indication that folder closed -->
    160     <string name="folder_closed">Folder closed</string>
    161     <!-- Folder renamed format -->
    162     <string name="folder_renamed">Folder renamed to <xliff:g id="name" example="Games">%1$s</xliff:g></string>
    163     <!-- Folder name format -->
    164     <string name="folder_name_format">Folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string>
    165 
    166     <!-- Strings for the customization mode -->
    167     <!-- Text for widget add button -->
    168     <string name="widget_button_text">Widgets</string>
    169     <!-- Text for wallpaper change button -->
    170     <string name="wallpaper_button_text">Wallpapers</string>
    171     <!-- Text for settings button -->
    172     <string name="settings_button_text">Settings</string>
    173     <!-- Message shown when a feature is disabled by the administrator -->
    174     <string name="msg_disabled_by_admin">Disabled by your admin</string>
    175 
    176     <!-- Strings for settings -->
    177     <!-- Title for Allow Rotation setting. [CHAR LIMIT=50] -->
    178     <string name="allow_rotation_title">Allow rotation</string>
    179 
    180     <!-- Label on an icon that references an uninstalled package, for which we have no information about when it might be installed. [CHAR_LIMIT=15] -->
    181     <string name="package_state_unknown">Unknown</string>
    182 
    183     <!-- Button for abandoned promises dialog, to removes this abandoned promise icon. -->
    184     <string name="abandoned_clean_this">Remove</string>
    185     <!-- Button for abandoned promise dialog, to search in the market for the missing package. -->
    186     <string name="abandoned_search">Search</string>
    187     <!-- Title for abandoned promise dialog. -->
    188     <string name="abandoned_promises_title">This app is not installed</string>
    189     <!-- Explanation for abandoned promise dialog. "The first 'it' refers to the shortcut icon.
    190     The second "it" refers to the app. -->
    191     <string name="abandoned_promise_explanation">The app for this icon isn\'t installed.
    192         You can remove it, or search for the app and install it manually.
    193     </string>
    194     <!-- Title for an app which is being downloaded. -->
    195     <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>
    196     <!-- Title for an app whose download has been started. -->
    197     <string name="app_waiting_download_title"><xliff:g id="name" example="Messenger">%1$s</xliff:g> waiting to install</string>
    198 
    199 <!-- Strings for accessibility actions -->
    200     <!-- Accessibility action to add an app to workspace. [CHAR_LIMIT=30] -->
    201     <string name="action_add_to_workspace">Add to Home screen</string>
    202 
    203     <!-- Accessibility action to move item to the current location. [CHAR_LIMIT=30] -->
    204     <string name="action_move_here">Move item here</string>
    205 
    206     <!-- Accessibility confirmation for item added to workspace. -->
    207     <string name="item_added_to_workspace">Item added to home screen</string>
    208 
    209     <!-- Accessibility confirmation for item removed. -->
    210     <string name="item_removed">Item removed</string>
    211 
    212     <!-- Accessibility action to move an item on the workspace. [CHAR_LIMIT=30] -->
    213     <string name="action_move">Move item</string>
    214 
    215     <!-- Accessibility description to move item to empty cell. -->
    216     <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>
    217 
    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 
    221     <!-- Accessibility description to move item to the hotseat. -->
    222     <string name="move_to_hotseat_position">Move to favorites position <xliff:g id="number" example="1">%1$s</xliff:g></string>
    223 
    224     <!-- Accessibility confirmation for item move. -->
    225     <string name="item_moved">Item moved</string>
    226 
    227     <!-- Accessibility description to move item into an existing folder. -->
    228     <string name="add_to_folder">Add to folder: <xliff:g id="name" example="Games">%1$s</xliff:g></string>
    229 
    230     <!-- Accessibility description to move item into an existing folder containing an app. -->
    231     <string name="add_to_folder_with_app">Add to folder with <xliff:g id="name" example="Messenger">%1$s</xliff:g></string>
    232 
    233     <!-- Accessibility confirmation for item added to folder. -->
    234     <string name="added_to_folder">Item added to folder</string>
    235 
    236     <!-- Accessibility description to create folder with another item. -->
    237     <string name="create_folder_with">Create folder with: <xliff:g id="name" example="Game">%1$s</xliff:g></string>
    238 
    239     <!-- Accessibility confirmation for folder created. -->
    240     <string name="folder_created">Folder created</string>
    241 
    242     <!-- Accessibility action to move an item from folder to workspace. [CHAR_LIMIT=30] -->
    243     <string name="action_move_to_workspace">Move to Home screen</string>
    244 
    245     <!-- Accessibility action to move an homescreen to the left. [CHAR_LIMIT=30] -->
    246     <string name="action_move_screen_left">Move screen to left</string>
    247 
    248     <!-- Accessibility action to move an homescreen to the right. [CHAR_LIMIT=30] -->
    249     <string name="action_move_screen_right">Move screen to right</string>
    250 
    251     <!-- Accessibility confirmation when a screen was moved. -->
    252     <string name="screen_moved">Screen moved</string>
    253 
    254     <!-- Accessibility action to resize a widget. [CHAR_LIMIT=30] -->
    255     <string name="action_resize">Resize</string>
    256 
    257     <!-- Accessibility action to increase width of a widget. [CHAR_LIMIT=30] -->
    258     <string name="action_increase_width">Increase width</string>
    259 
    260     <!-- Accessibility action to increase height of a widget. [CHAR_LIMIT=30] -->
    261     <string name="action_increase_height">Increase height</string>
    262 
    263     <!-- Accessibility action to decrease width of a widget. [CHAR_LIMIT=30] -->
    264     <string name="action_decrease_width">Decrease width</string>
    265 
    266     <!-- Accessibility action to decrease height of a widget. [CHAR_LIMIT=30] -->
    267     <string name="action_decrease_height">Decrease height</string>
    268 
    269     <!-- Accessibility confirmation for widget resize. -->
    270     <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>
    271 
    272 </resources>
    273