2014-02-22 17:12:05 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2014-05-06 10:28:46 +00:00
|
|
|
|
|
|
|
<string name="app_name">Syncthing</string>
|
|
|
|
|
2014-05-06 11:21:58 +00:00
|
|
|
<!-- Title for dialog displayed on first start -->
|
|
|
|
<string name="welcome_title">First Start</string>
|
|
|
|
|
|
|
|
<!-- Text for dialog displayed on first start -->
|
|
|
|
<string name="welcome_text">Welcome to Syncthing for Android!\n\n\
|
|
|
|
This app is currently in Alpha state, and you may experience bugs, performance problems or data loss.\n\n\
|
2014-05-10 11:15:29 +00:00
|
|
|
NOTE: At the moment, dynamic discovery does not work, you will have to hardcode all node IPs on at least one side.\n\n
|
2014-05-06 11:21:58 +00:00
|
|
|
There is currently no special handling for mobile data, so it may use up your data volume if active.\n\n\
|
|
|
|
Please report any problems you encounter.
|
|
|
|
</string>
|
|
|
|
|
|
|
|
|
2014-05-06 10:41:31 +00:00
|
|
|
<!-- Text for WebGuiActivity loading view -->
|
2014-05-06 10:28:46 +00:00
|
|
|
<string name="web_gui_loading">Waiting for GUI</string>
|
|
|
|
|
2014-05-06 10:51:50 +00:00
|
|
|
<!-- Menu item that opens issue tracker -->
|
2014-05-06 10:41:31 +00:00
|
|
|
<string name="report_issue">Report Issue</string>
|
|
|
|
|
2014-05-06 10:51:50 +00:00
|
|
|
<!-- Menu item that stops Activity and Service -->
|
|
|
|
<string name="exit">Exit</string>
|
|
|
|
|
2014-05-06 10:41:31 +00:00
|
|
|
<!-- URL of the issue tracker -->
|
|
|
|
<string name="issue_tracker_url" translatable="false">https://github.com/Nutomic/syncthing-android/issues</string>
|
|
|
|
|
2014-02-22 17:12:05 +00:00
|
|
|
</resources>
|