mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 14:21:16 +00:00
Update welcoming text (fixes #287).
This commit is contained in:
parent
832c7fdf72
commit
cd06ee1269
1 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<string name="app_name">Syncthing</string>
|
<string name="app_name">Syncthing</string>
|
||||||
|
|
||||||
<string name="app_description">Replace proprietary services with something open, trustworthy and decentralized.</string>
|
<string name="app_description">An open, trustworthy and decentralized file synchronization application.</string>
|
||||||
|
|
||||||
<!-- MainActivity -->
|
<!-- MainActivity -->
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
<string name="send_device_id_to">Send Device ID to</string>
|
<string name="send_device_id_to">Send Device ID to</string>
|
||||||
|
|
||||||
<!-- Text for FoldersFragment and DevicesFragment loading view -->
|
<!-- Text for FoldersFragment and DevicesFragment loading view -->
|
||||||
<string name="api_loading">Waiting for API</string>
|
<string name="api_loading">Loading…</string>
|
||||||
|
|
||||||
<!-- FoldersFragment -->
|
<!-- FoldersFragment -->
|
||||||
|
|
||||||
|
@ -191,14 +191,14 @@ Please install a scanner or enter the device ID manually.</string>
|
||||||
<string name="web_gui_loading">Waiting for GUI</string>
|
<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 -->
|
<!-- 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>
|
<string name="web_gui_creating_key">Generating secure keys. This may take a few minutes.</string>
|
||||||
|
|
||||||
<!-- Title for dialog displayed on first start -->
|
<!-- Title for dialog displayed on first start -->
|
||||||
<string name="welcome_title">First Start</string>
|
<string name="welcome_title">Welcome to Syncthing for Android</string>
|
||||||
|
|
||||||
<!-- Text for dialog displayed on first start -->
|
<!-- Text for dialog displayed on first start -->
|
||||||
<string name="welcome_text">Welcome to Syncthing for Android!\n\n\
|
<string name="welcome_text">Syncthing is an open-source file synchronization application.\n\n\
|
||||||
This app is currently in Alpha state, and you may experience bugs, performance problems or data loss.\n\n\
|
To share data with other devices, you need add their unique device ID to the device list. Afterwards you can select which folders to share with which devices.\n\n
|
||||||
Please report any problems you encounter via Github.</string>
|
Please report any problems you encounter via Github.</string>
|
||||||
|
|
||||||
<!-- SettingsFragment -->
|
<!-- SettingsFragment -->
|
||||||
|
|
Loading…
Reference in a new issue