summaryrefslogtreecommitdiffstats
path: root/Android/res/values/strings.xml
blob: 9fce753a4ff87967cc28f8e404e44536b76aaadb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="hello">Hello World, MCServerActivity!</string>
    <string name="app_name">MCServer</string>
    <string name="start">Start</string>
    <string name="stop">Stop</string>
    <string name="mcserver_is_running">MCServer is running</string>
    <string name="mcserver_is_not_running">MCServer is not running</string>
    <string name="your_ip">Your IP …</string>

</resources>