blob: 8a32421256000d5fb5de2ed763c7049ee7d33b6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="action_settings">Settings</string>
<string name="action_record">Record</string>
<string name="action_record_text">I start to record!</string>
<string name="alert">Attention! Thats about </string>
<string name="action_lang">Change Language</string>
<string name="action_exit">Exit</string>
<string name="change_text">Changing Language to English</string>
<string name="goodby">Thank You for using Software Fools Software! Which never fooled anybody</string>
<string name="toast_force">Accelleration detected \n Force:</string>
</resources>
|