1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 12:21:15 +00:00

Re-organized strings.

This commit is contained in:
Felix Ableitner 2014-05-14 12:00:51 +02:00
parent 9ab75791c1
commit ef8b424500

View file

@ -3,23 +3,7 @@
<string name="app_name">Syncthing</string>
<!-- Title of the preference showing upstream version name -->
<string name="syncthing_version_title">Syncthing Version</string>
<!-- Displayed instead of the version string if it could not be read -->
<string name="syncthing_version_error">Could not read version</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>
<!-- WebGuiActivity -->
<!-- Text for WebGuiActivity loading view -->
<string name="web_gui_loading">Waiting for GUI</string>
@ -27,11 +11,23 @@ Please report any problems you encounter.
<!-- 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>
<!-- Menu item that stops Activity and Service -->
<string name="exit">Exit</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>
<!-- SettingsActivity -->
<string name="settings_title">Settings</string>
<!-- Settings item that opens issue tracker -->
<string name="report_issue_title">Report Issue</string>
@ -42,4 +38,10 @@ Please report any problems you encounter.
<!-- URL of the issue tracker -->
<string name="issue_tracker_url" translatable="false">https://github.com/Nutomic/syncthing-android/issues</string>
<!-- Title of the preference showing upstream version name -->
<string name="syncthing_version_title">Syncthing Version</string>
<!-- Displayed instead of the version string if it could not be read -->
<string name="syncthing_version_error">Could not read version</string>
</resources>