summaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-05-13 19:26:02 +0200
committerRaindropsSys <contact@minteck.org>2023-05-13 19:26:02 +0200
commita249ac5c1de45cb188aec32010b6097c606e6aed (patch)
tree434cc865014b06a8ff58dd5752f95164b99ea2a0 /app/src/main/res/values
parentd1d855bed901003a4dd3bb5f3da49f477786f83a (diff)
downloaddelta-android-a249ac5c1de45cb188aec32010b6097c606e6aed.tar.gz
delta-android-a249ac5c1de45cb188aec32010b6097c606e6aed.tar.bz2
delta-android-a249ac5c1de45cb188aec32010b6097c606e6aed.zip
Updated 6 files (automated)
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml2
-rw-r--r--app/src/main/res/values/values.xml3
2 files changed, 4 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 0cbeecc..61d7bf2 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -6,6 +6,8 @@
<string name="navigation_user_profile">Profile</string>
<string name="navigation_user_logout">Log out</string>
<string name="navigation_user_about">About</string>
+ <string name="navigation_user_switch_staging">Use dev. env.</string>
+ <string name="navigation_user_switch_production">Use prod. env.</string>
<string name="about_title">About %1$s</string>
<string name="about_message">An Android app for the Delta platform.\n\nApp: %1$s\nServer: %2$s\nAndroid: %3$s\nSecurity: %6$s\nKernel: %4$s\nDevice: %5$s\nBoard: %7$s\nBootloader: %8$s</string>
<string name="about_close">Close</string>
diff --git a/app/src/main/res/values/values.xml b/app/src/main/res/values/values.xml
index ee1eb49..b942dbc 100644
--- a/app/src/main/res/values/values.xml
+++ b/app/src/main/res/values/values.xml
@@ -1,5 +1,6 @@
<resources>
<string name="app_name" translatable="false">Equestria.dev Delta</string>
<string name="app_launch_name" translatable="false">Delta</string>
- <string name="delta_root" translatable="false">https://delta.equestria.dev</string>
+ <string name="delta_root_production" translatable="false">https://delta.equestria.dev</string>
+ <string name="delta_root_staging" translatable="false">https://delta-staging.equestria.dev</string>
</resources> \ No newline at end of file