aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index cac1f4e..c11c699 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -13,4 +13,10 @@
<resources>
<string name="app_name">Weather Underground CM Provider</string>
<string name="action_settings">Settings</string>
+
+ <string name="authentication_preference_category_title">Authentication</string>
+ <string name="authentication_preference_api_key">API key</string>
+ <string name="authentication_preference_api_key_summary">API key to be utilized for Weather Underground authentication</string>
+ <string name="authentication_preference_account_create">Create account</string>
+ <string name="authentication_preference_account_create_summary">Create an account to get an API key for weather data usage</string>
</resources>