blob: 50262e3301ed44653996cd2b652530dbf7854fa4 [file] [log] [blame]
xplodwildc5d09ba2013-09-12 21:34:16 +01001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 The OmniROM Project
3
4 Parts Copyright (C) 2012-2013 The CyanogenMod Project
5
6 This program is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 2 of the License, or
9 (at your option) any later version.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see <http://www.gnu.org/licenses/>.
18 -->
19
20<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
xplodwild724c7862013-09-13 15:40:02 +010021 <string name="ok">OK</string>
22 <string name="reset">Reset</string>
23
xplodwildc5d09ba2013-09-12 21:34:16 +010024 <string name="bars_and_menus_settings">Bars and menus</string>
25 <string name="bars_and_menus_category_status_bar_title">Status bar</string>
26 <string name="status_bar_battery_title">Battery style</string>
Andrew Dodd82f795a2013-09-28 17:39:23 -040027 <string name="status_bar_toggle_brightness">Brightness control</string>
28 <string name="status_bar_toggle_brightness_summary">Adjust brightness by sliding across status bar</string>
29 <string name="status_bar_toggle_info">Automatic brightness is enabled</string>
xplodwildc5d09ba2013-09-12 21:34:16 +010030 <string name="status_bar_signal_text_title">Signal status style</string>
31 <string name="status_bar_style_icon">Icon</string>
32 <string name="status_bar_style_hidden">Hidden</string>
33 <string name="status_bar_signal_text_show_text">Text</string>
34 <string name="status_bar_battery_status_percentage">Percentage</string>
35 <string name="status_bar_battery_status_circle">Circle</string>
36 <string name="status_bar_battery_status_circle_percentage">Circle with percentage</string>
37 <string name="status_bar_notif_count_title">Show notification count</string>
38 <string name="status_bar_notif_count_summary">Display number of pending notifications</string>
xplodwild724c7862013-09-13 15:40:02 +010039
xplodwildab8bd272013-09-23 22:45:20 +020040 <string name="status_bar_transparent_on_keyguard_title">Translucent lockscreen status bar</string>
41 <string name="status_bar_transparent_on_keyguard_summary">Makes the status bar translucent on the lockscreen</string>
42
xplodwild724c7862013-09-13 15:40:02 +010043 <!-- Lock Screen Shortcuts -->
44 <string name="lockscreen_shortcuts_settings">Lockscreen shortcuts</string>
45
46 <string name="lockscreen_target_info">Drag the slider to targets to assign shortcuts</string>
47 <string name="lockscreen_target_title">Slider shortcuts</string>
48 <string name="lockscreen_target_summary">View or change custom lock screen shortcuts</string>
49 <string name="lockscreen_target_reset">Lock screen shortcuts reset to default</string>
50 <string name="lockscreen_target_save">Lock screen shortcuts saved</string>
51 <string name="lockscreen_target_reset_title">Reset</string>
52 <string name="lockscreen_target_reset_message">Delete all user created lock screen shortcuts and restore to default?</string>
53 <string name="lockscreen_target_empty">Empty</string>
54 <string name="lockscreen_target_edit_title">Edit shortcut and icon</string>
55 <string name="lockscreen_target_edit_msg">Select or change the desired application or activity and the associated icon</string>
56
57 <!-- Lock screen shortcuts -->
58 <string name="picker_activities">Activities</string>
59 <string name="select_custom_app_title">Select custom app</string>
60 <string name="select_custom_activity_title">Select custom activity</string>
61 <string name="icon_picker_choose_icon_title">Choose icon</string>
62 <string name="icon_picker_alarm">Alarm</string>
63 <string name="icon_picker_browser">Browser</string>
64 <string name="icon_picker_calendar">Calendar</string>
65 <string name="icon_picker_camera">Camera</string>
66 <string name="icon_picker_chrome">Chrome</string>
67 <string name="icon_picker_contacts">Contacts</string>
68 <string name="icon_picker_email">Email</string>
69 <string name="icon_picker_email2">Email Holo</string>
70 <string name="icon_picker_facebook">Facebook</string>
71 <string name="icon_picker_gallery">Gallery</string>
72 <string name="icon_picker_google_small">Google (small)</string>
73 <string name="icon_picker_googleplus">Google Plus</string>
74 <string name="icon_picker_googletalk">Hangouts</string>
75 <string name="icon_picker_maps">Maps</string>
76 <string name="icon_picker_movie">Movie</string>
77 <string name="icon_picker_music">Music</string>
78 <string name="icon_picker_nav_normal">Navigation</string>
79 <string name="icon_picker_phone">Phone</string>
80 <string name="icon_picker_podcast">Podcast</string>
81 <string name="icon_picker_rss">Rss</string>
82 <string name="icon_picker_search">Search</string>
83 <string name="icon_picker_sms">Messaging</string>
84 <string name="icon_picker_twitter">Twitter</string>
85
86 <!-- String for IconPicker -->
87 <string name="icon_picker_title">Choose icon source</string>
88 <string name="icon_picker_system_icons_title">System icons</string>
89 <string name="icon_picker_gallery_title">Gallery</string>
90 <string name="icon_picker_pack_title">Icon pack</string>
91
92 <string name="profile_applist_title">Apps</string>
xplodwildc5d09ba2013-09-12 21:34:16 +010093</resources>
94