mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-24 13:21:16 +00:00
39 lines
1.5 KiB
XML
39 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<string name="app_name">Syncthing</string>
|
|
|
|
<!-- Upstream version name of the included syncthing binary -->
|
|
<string name="syncthing_version_title">Syncthing Version: HEAD</string>
|
|
|
|
<!-- 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\
|
|
NOTE: At the moment, dynamic discovery does not work, you will have to hardcode all node IPs on at least one side.\n\n
|
|
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>
|
|
|
|
|
|
<!-- Text for WebGuiActivity loading view -->
|
|
<string name="web_gui_loading">Waiting for GUI</string>
|
|
|
|
<!-- Shown instead of web_gui_loading if the key does not exist and has to be created -->
|
|
<string name="web_gui_creating_key">Generating keys. This may take a while.</string>
|
|
|
|
<!-- Menu item that opens app settings -->
|
|
<string name="settings_title">Settings</string>
|
|
|
|
<!-- Menu item that stops Activity and Service -->
|
|
<string name="exit">Exit</string>
|
|
|
|
<!-- Settings item that opens issue tracker -->
|
|
<string name="report_issue_title">Report Issue</string>
|
|
|
|
<!-- URL of the issue tracker -->
|
|
<string name="issue_tracker_url" translatable="false">https://github.com/Nutomic/syncthing-android/issues</string>
|
|
|
|
</resources>
|