Slider labels, provide left margin to facilitate setting sliders far left.
[ledtester.git] / res / values / strings.xml
blobcf9e320bb66016e7d000ae9849e576144e3a138a
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3     LED tester for Android platform
4     Copyright (C) 2009 RafaƂ Rzepecki
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 3 of the License, or
9     (at your option) any later version.
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.
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 <resources>
20     <string name="app_name">LED tester</string>
21     <string name="welcome_text">This utility is meant to help you see the capabilities of your device's LED. Make sure that nothing else changes the color of the LED (eg. phone is not charging), and the hardware will be told to shine the LED to whatever color you set with sliders.</string>
22     <string name="red">Red:</string>
23     <string name="green">Green:</string>
24     <string name="blue">Blue:</string>
25 </resources>