| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2013 The OmniROM Project |
| |
| Parts Copyright (C) 2012-2013 The CyanogenMod Project |
| |
| This program is free software: you can redistribute it and/or modify |
| it under the terms of the GNU General Public License as published by |
| the Free Software Foundation, either version 2 of the License, or |
| (at your option) any later version. |
| |
| This program is distributed in the hope that it will be useful, |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| GNU General Public License for more details. |
| |
| You should have received a copy of the GNU General Public License |
| along with this program. If not, see <http://www.gnu.org/licenses/>. |
| --> |
| |
| <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| <string name="bars_and_menus_settings">Bars and menus</string> |
| <string name="bars_and_menus_category_status_bar_title">Status bar</string> |
| <string name="status_bar_battery_title">Battery style</string> |
| <string name="status_bar_signal_text_title">Signal status style</string> |
| <string name="status_bar_style_icon">Icon</string> |
| <string name="status_bar_style_hidden">Hidden</string> |
| <string name="status_bar_signal_text_show_text">Text</string> |
| <string name="status_bar_battery_status_percentage">Percentage</string> |
| <string name="status_bar_battery_status_circle">Circle</string> |
| <string name="status_bar_battery_status_circle_percentage">Circle with percentage</string> |
| <string name="status_bar_notif_count_title">Show notification count</string> |
| <string name="status_bar_notif_count_summary">Display number of pending notifications</string> |
| </resources> |
| |