-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathstrings.xml
More file actions
69 lines (64 loc) · 4.32 KB
/
Copy pathstrings.xml
File metadata and controls
69 lines (64 loc) · 4.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<resources>
<string name="app_name" translatable="false">PlugBrain</string>
<string name="app_name_with_brain_icon" translatable="false">PlugBrain 🧠</string>
<string name="permissions_title">Permissions</string>
<string name="all_permissions_granted">All permissions have been granted!</string>
<string name="accessibility_permission">Accessibility Permission</string>
<string name="accessibility_permission_description">Allows To detect when apps are opened.</string>
<string name="usage_access_permission">App Usage Access</string>
<string name="usage_access_permission_description">Grants the app access to app usage data</string>
<string name="display_over_apps_permission">Display Over Other Apps</string>
<string name="display_over_apps_permission_description">Allows the app to display over other apps</string>
<string name="battery_optimization_exemption_permission">Battery Optimization Exemption</string>
<string name="battery_optimization_exemption_permission_description">Prevents the system from killing the app.</string>
<string name="refresh">Refresh</string>
<plurals name="applications_blocked">
<item quantity="zero">No application blocked, tap to select apps</item>
<item quantity="one">Blocks one application</item>
<item quantity="other">Blocks %d applications</item>
</plurals>
<plurals name="blocked_every_x_minutes">
<item quantity="one"> every one minute</item>
<item quantity="other"> every %d minutes</item>
</plurals>
<string name="blocking_interval">Blocking Frequency</string>
<string name="minutes_short">min</string>
<string name="settings_title">Settings</string>
<string name="usage_free_duration_message">Nice! You\'ve stayed away from distracting apps for over %1$s. Keep it up!</string>
<string name="apps_usage_duration_message">You\'ve used distracting apps for over %1$s in the last %2$s.</string>
<!-- Duration formatting strings -->
<string name="duration_hours_minutes">%1$s and %2$s</string>
<string name="duration_days_hours">%1$s and %2$s</string>
<plurals name="duration_minutes">
<item quantity="one">%d minute</item>
<item quantity="other">%d minutes</item>
</plurals>
<plurals name="duration_hours">
<item quantity="one">%d hour</item>
<item quantity="other">%d hours</item>
</plurals>
<plurals name="duration_days">
<item quantity="one">%d day</item>
<item quantity="other">%d days</item>
</plurals>
<string name="duration_zero_minutes">0 minutes</string>
<string name="blocking_message">Time\'s up! Connect your brain to unlock the app!</string>
<string name="minimal_difficulty">Minimal Difficulty</string>
<string name="stats_hardness">Hardness: %1$s/%2$s</string>
<string name="stats_last_usage_time">Last usage time: %1$s/%2$s</string>
<string name="app_usage_description">Unlock distraction apps with math\nThe less you use them -> the easier the challenges.</string>
<string name="enable_accessibility_title">Enable Accessibility Service</string>
<string name="enable_accessibility_text">PlugBrain uses Android\'s Accessibility Service to block the apps you choose.\nThis allows PlugBrain to detect when you open one of those apps and show you a math challenge before access.\nWe do not collect or share any personal information.</string>
<string name="continue_btn">Continue</string>
<string name="cancel_btn">Cancel</string>
<string name="challenge_answer_hint">Your answer</string>
<string name="take_me_out_of_here">Take me out of here</string>
<string name="welcome_title">Take back control of your attention.</string>
<string name="welcome_feature_one_title">Focus your attention</string>
<string name="welcome_feature_one_description">Spend less time on apps that distract you.</string>
<string name="welcome_feature_two_title">Unlock with a challenge</string>
<string name="welcome_feature_two_description">Solve a quick math challenge to keep using the app.</string>
<string name="welcome_feature_three_title">Gets harder the longer you stay</string>
<string name="welcome_feature_three_description">Challenges increase in difficulty the longer you keep scrolling.</string>
<string name="welcome_cta_title">Get started</string>
</resources>