Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 67e47f9

Browse files
committed
Add strings
1 parent fd5dd22 commit 67e47f9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/src/main/res/values/strings.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,14 @@
3838
<string name="timestamp">timestamp</string>
3939
<string name="reply_to_sender">Reply to Sender</string>
4040

41+
<string name="realm_title">Realms</string>
42+
<string name="realm_switch">Switch to this Realm</string>
43+
<string name="realm_switch_confirm">"Do you want to switch to %s ?"</string>
44+
<string name="realm_this_is_current">This is the current realm only!</string>
45+
<string name="realm_switching">Switching Realm</string>
46+
<string name="please_wait">Please wait</string>
47+
<string name="realm_add">Add Realm</string>
48+
<string name="realm_name">Name of a realm</string>
49+
<string name="server_address">Server Address</string>
50+
<string name="realm_exists">Realm Name already exists, please change.</string>
4151
</resources>

0 commit comments

Comments
 (0)