summaryrefslogtreecommitdiff
path: root/Defogger/res/values/strings.xml
blob: 0bcc7f262ace6c0921666e8e0102681e49ddf0ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<resources>
  <string name="app_name">Defogger</string>
  <string name="hello_msg">Welcome a Beautiful Blue Sky for the modern IP Camera</string>

  <!-- Main -->
  <string name="start_scan">Run Bluetooth Scan</string>
  <string name="read_qrcode">Read QR Code</string>
  <string name="wificonfig">Network configuration</string>
  <string name="qrscan_msg">Scan D-Link Camera QR Code Card</string>

  <!-- Scanner -->
  <string name="connect">Connect to Camera</string>
  <string name="pincode">Enter pincode:</string>
  
  <!-- IpCam -->
  <string name="sysinfo">System information</string>
  <string name="setup">Configure network</string>
  <string name="telnetd">Enable telnet (volatile)</string>
  <string name="lighttpd">Enable http API (volatile)</string>
  <string name="rtsp">Enable rtsp (permanent)</string>
  <string name="unsignedfw">Enable unsigned firmware (permanent)</string>
  <string name="command">Run command</string>

</resources>