Files
vpnhotspotmod/mobile/src/main/res/values/strings.xml
2018-01-13 11:34:27 +08:00

12 lines
558 B
XML

<resources>
<string name="app_name">VPN Hotspot</string>
<string name="title_settings">Settings</string>
<plurals name="notification_connected_devices">
<item quantity="one">1 connected device</item>
<item quantity="other">%d connected devices</item>
</plurals>
<string name="exception_interface_not_found">Fatal: Downstream interface not found</string>
<string name="tethering_no_interfaces"><![CDATA[To use this feature, turn on any <a href=&quot;#&quot;>system
tethering</a> first.]]></string>
</resources>