diff options
| author | Tyler Nijmeh <tylernij@gmail.com> | 2021-03-31 00:57:45 -0700 |
|---|---|---|
| committer | Tyler Nijmeh <tylernij@gmail.com> | 2021-03-31 00:57:45 -0700 |
| commit | b8efe157978c2e648e2d1ba1408122bad0365a30 (patch) | |
| tree | 90832e540ae974236b8b5a4ca58d9c670327c931 /app/src/main/res/values | |
| parent | 9ce17e0dc3e17c3a640363247667409e67ca68ae (diff) | |
Migrate to preference screen
Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
Diffstat (limited to 'app/src/main/res/values')
| -rw-r--r-- | app/src/main/res/values/strings.xml | 38 |
1 files changed, 33 insertions, 5 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index afd0b7b..1ffd3d1 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -12,18 +12,46 @@ <string name="snackbar_intent_failed">Could not handle this action</string> + <string name="developer_url">https://www.github.com/tytydraco</string> + <string name="source_url">https://www.github.com/tytydraco/Buoy</string> + <string name="contact_url">mailto:tylernij@gmail.com</string> + + <string name="category_actions">Actions</string> + <string name="category_about">About</string> + + <string name="profile_key_reset">reset</string> <string name="profile_title_reset">Reset</string> - <string name="profile_description_reset">Undo all changes done by the app and restore secure settings to default.</string> + <string name="profile_summary_reset">Undo all changes done by the app and restore secure settings to default</string> + <string name="profile_key_light">light</string> <string name="profile_title_light">Light</string> - <string name="profile_description_light">Marginally conserve battery without impeding the user experience</string> + <string name="profile_summary_light">Marginally conserve battery without impeding the user experience</string> + <string name="profile_key_moderate">moderate</string> <string name="profile_title_moderate">Moderate</string> - <string name="profile_description_moderate">Apply additional tweaks to save more battery without yet sacrificing performance</string> + <string name="profile_summary_moderate">Apply additional tweaks to save more battery without yet sacrificing performance</string> + <string name="profile_key_high">high</string> <string name="profile_title_high">High</string> - <string name="profile_description_high">Sacrifice significant performance for a significant gain in power</string> + <string name="profile_summary_high">Sacrifice significant performance for a significant gain in power</string> + <string name="profile_key_extreme">extreme</string> <string name="profile_title_extreme">Extreme</string> - <string name="profile_description_extreme">Apply the maximum changes available to save power at the expense of a fluid user experience</string> + <string name="profile_summary_extreme">Apply the maximum changes available to save power at the expense of a fluid user experience</string> + + <string name="pref_developer_title">Developer</string> + <string name="pref_developer_summary">Tyler Nijmeh</string> + <string name="pref_developer_key">developer</string> + + <string name="pref_source_title">Source code</string> + <string name="pref_source_summary">Check out this project on GitHub</string> + <string name="pref_source_key">source</string> + + <string name="pref_contact_title">Contact</string> + <string name="pref_contact_summary">Email me with questions, comments, and concerns</string> + <string name="pref_contact_key">contact</string> + + <string name="pref_licenses_title">Licenses</string> + <string name="pref_licenses_summary">View the open source licenses</string> + <string name="pref_licenses_key">licenses</string> </resources>
\ No newline at end of file |
