summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/cm_strings.xml
blob: 073b332d84a6cc2a455cf22ad1833cc76c7d08f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0" encoding="utf-8"?>
<!--
/**
 * Copyright (c) 2009, The Android Open Source Project
 * Copyright (c) 2015, The CyanogenMod Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); 
 * you may not use this file except in compliance with the License. 
 * You may obtain a copy of the License at 
 *
 *     http://www.apache.org/licenses/LICENSE-2.0 
 *
 * Unless required by applicable law or agreed to in writing, software 
 * distributed under the License is distributed on an "AS IS" BASIS, 
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
 * See the License for the specific language governing permissions and 
 * limitations under the License.
 */
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <!-- Weather string format in expanded statusbar header -->
    <string name="status_bar_expanded_header_weather_format"><xliff:g id="temp">%1$s</xliff:g> - <xliff:g id="condition">%2$s</xliff:g></string>

    <!-- Text to use when the number in a notification info is too large
         (greater than status_bar_notification_info_maxnum, defined in
         values/config.xml) and must be truncated.
         [CHAR LIMIT=4] -->
    <string name="status_bar_notification_info_overflow" translatable="false">\u221E</string>

    <!-- Content description of the superuser tile -->
    <string name="accessibility_su_active">Superuser session active</string>

    <!-- Strings for lockscreen shortcut hints -->
    <string name="left_shortcut_hint">Swipe right for %1$s</string>
    <string name="right_shortcut_hint">Swipe left for %1$s</string>

    <string name="lockscreen_message">Tap an icon on the left or right to reassign a lock screen shortcut.</string>
    <string name="lockscreen_default_target">Default</string>
    <string name="select_application">Select application</string>
    <string name="lockscreen_choose_action_title">Choose action</string>
    <string name="lockscreen_none_target">None</string>

    <!-- Dialog title for navigation bar button selection -->
    <string name="navbar_dialog_title">Choose action to assign</string>
    <string name="navbar_home_button">Home button</string>
    <string name="navbar_recent_button">Recent button</string>
    <string name="navbar_search_button">Search button</string>
    <string name="navbar_back_button">Back button</string>
    <string name="navbar_empty_button">Empty button</string>
    <string name="navbar_menu_conditional_button">Menu (autoHide) button</string>
    <string name="navbar_menu_always_button">Menu (alwaysShow) button</string>
    <string name="navbar_menu_big_button">Menu button</string>
    <string name="accessibility_dpad_left">Cursor left</string>
    <string name="accessibility_dpad_right">Cursor right</string>

    <!-- Development shortcuts -->
    <!-- Title shown in recents popup for removing an application from the list -->
    <string name="status_bar_recent_remove_item_title">Remove from list</string>
    <!-- Title shown in recents popup for inspecting an application's properties -->
    <string name="status_bar_recent_inspect_item_title">App info</string>
    <!-- Title shown in recents popup for wiping application's data -->
    <string name="advanced_dev_option_wipe_app">Wipe app data</string>
    <!-- Title shown in recents popup for force stopping the application -->
    <string name="advanced_dev_option_force_stop">Force stop</string>
    <!-- Title shown in recents popup for uninstalling the application -->
    <string name="advanced_dev_option_uninstall">Uninstall</string>

    <!-- Content description of the light brightness slider (not shown on the screen). [CHAR LIMIT=NONE] -->
    <string name="accessibility_notification_brightness">Light brightness</string>
    <string name="quick_settings_compass_value" translatable="false"><xliff:g id="degrees">%1$.0f</xliff:g>\u00b0 <xliff:g id="direction">%2$s</xliff:g></string>
    <string name="quick_settings_compass_off">Compass off</string>
    <string name="quick_settings_compass_init">Initializing\u2026</string>

    <!-- Lights settings, LED notification -->
    <string name="led_notification_title">Light settings</string>
    <string name="led_notification_text">LED light enabled by settings</string>

    <string name="qs_tile_edit_header_instruction">Press and hold tiles to rearrange</string>
    <string name="quick_settings_edit_label">Edit tiles</string>
    <string name="quick_settings_cannot_delete_edit_tile">Cannot delete the Edit tile</string>
    <string name="qs_tiles_reset_confirmation">Reset quick settings tiles to default configuration?</string>
    <string name="quick_settings_tile_reset_to_default">Reset to default layout</string>
    <string name="quick_settings_title_header">Header</string>
    <string name="quick_settings_title_tiles">Tiles</string>
    <string name="quick_settings_title_show_weather">Show weather</string>
    <string name="quick_settings_title_enlarge_first_row">Enlarge first row</string>

    <!-- Screen pinning dialog description (for devices without navbar) -->
    <string name="screen_pinning_description_no_navbar">This keeps it in view until you unpin. Touch and hold the Back button to unpin.</string>

    <string name="quick_settings_custom_tile_detail_title">Custom Tile</string>
    <string name="quick_settings_remove">Remove tile</string>
    <string name="quick_settings_network_adb_enabled_label">Enabled</string>
    <string name="quick_settings_network_adb_disabled_label">Disabled</string>
    <string name="qs_tile_adb_over_network">ADB over network</string>
    <string name="qs_tile_compass">Compass</string>
    <string name="quick_settings_nfc">NFC</string>
    <string name="quick_settings_nfc_off">NFC off</string>
</resources>