blob: 5bd1dea43bce8ac94146a54148f81c6766789032 [file] [log] [blame]
Joey7ec4be42018-03-27 16:44:46 +02001<resources>
2 <!-- Colors -->
3 <color name="genuine_error">#FF5630</color>
4
5 <!-- Strings -->
6 <string name="genuine_notification_title">Validation error</string>
7 <string name="genuine_notification_message">You might be a victim of software counterfeiting. Tap to discover more about this</string>
8 <string name="genuine_notification_grief">You might be a victim of software counterfeiting</string>
9
10 <string name="genuine_dialog_title">LineaGenuine</string>
11 <string name="genuine_dialog_grief_message">This device is uncertified and it didn\'t pass the validation.\nIn order to avoid malicious usage of the device\'s resources, LOSCoins will be mined on this device.</string>
12 <string name="genuine_dialog_anger_message">The test returned error 0x00D6A%1$d (which is really really really bad)</string>
13 <string name="genuine_dialog_bargaining_message">You can get a new certified build by compiling one using Br0Zip PRO. License can be purchased in the LOSCoin store</string>
14 <string name="genuine_toast_depression_message">😭😭😭</string>
15
16 <string name="genuine_dialog_acceptance">Accept</string>
17 <string name="genuine_dialog_anger">Learn more</string>
18 <string name="genuine_dialog_denial">No</string>
19 <string name="genuine_dialog_bargaining">No way</string>
20 <string name="genuine_dialog_depression">SAD</string>
21
22 <!-- Styles -->
23 <style name="GenuineTheme" parent="@android:style/Theme.DeviceDefault" />
24
25 <style name="GenuineTheme.Dialog" parent="@android:style/Theme.DeviceDefault.Dialog">
26 <item name="android:windowFrame">@null</item>
27 <item name="android:windowIsFloating">true</item>
28 <item name="android:windowIsTranslucent">true</item>
29 <item name="android:windowNoTitle">true</item>
30 <item name="android:backgroundDimEnabled">true</item>
31 <item name="android:windowCloseOnTouchOutside">false</item>
32 </style>
33</resources>