1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-24 05:11:15 +00:00
syncthing-android/src/main/res/values/strings.xml

50 lines
1.8 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<resources>
2014-05-06 10:28:46 +00:00
<string name="app_name">Syncthing</string>
2014-05-30 17:24:40 +00:00
<!-- Title of the notification shown when a restart is needed -->
<string name="restart_notif_title">Restart Needed</string>
<!-- Text of the notification shown when a restart is needed -->
<string name="restart_notif_text">Click here to restart syncthing now</string>
2014-05-14 15:08:19 +00:00
<!-- WebGuiActivity -->
2014-05-14 10:00:51 +00:00
<!-- 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>
2014-05-14 15:08:19 +00:00
<!-- Menu item that stops Activity and Service -->
<string name="exit">Exit</string>
2014-05-14 15:08:19 +00:00
<!-- Title for dialog displayed on first start -->
<string name="welcome_title">First Start</string>
2014-05-06 11:21:58 +00:00
2014-05-14 15:08:19 +00:00
<!-- Text for dialog displayed on first start -->
2014-05-06 11:21:58 +00:00
<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\
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-14 15:08:19 +00:00
<!-- SettingsActivity -->
2014-05-06 11:21:58 +00:00
2014-05-14 15:08:19 +00:00
<string name="settings_title">Settings</string>
<!-- Settings item that opens issue tracker -->
<string name="report_issue_title">Report Issue</string>
2014-05-14 15:08:19 +00:00
<!-- Summary for the issue tracker settings item -->
<string name="report_issue_summary">Open the Syncthing-Android issue tracker</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-05-14 15:08:19 +00:00
<!-- Title of the preference showing upstream version name -->
<string name="syncthing_version_title">Syncthing Version</string>
2014-05-14 10:00:51 +00:00
</resources>