1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 06:11:19 +00:00

Add label to explain why Syncthing Options are greyed out (fixes #337)

This commit is contained in:
Catfriend1 2019-02-24 14:22:56 +01:00
parent 180dbe6824
commit b17752aa5a
3 changed files with 9 additions and 0 deletions

View file

@ -384,7 +384,11 @@ Bitte melden Sie auftretende Probleme via GitHub.</string>
<string name="category_run_conditions">Laufkonditionen</string> <string name="category_run_conditions">Laufkonditionen</string>
<string name="category_behaviour">Verhalten</string> <string name="category_behaviour">Verhalten</string>
<string name="category_syncthing_options">Syncthing-Optionen</string> <string name="category_syncthing_options">Syncthing-Optionen</string>
<string name="category_syncthing_options_summary">Dieses Menü ist nur verfügbar während Syncthing läuft.</string>
<string name="category_backup">Import und Export</string> <string name="category_backup">Import und Export</string>
<string name="category_debug">Fehlerbehebung</string> <string name="category_debug">Fehlerbehebung</string>
<string name="category_experimental">Experimentell</string> <string name="category_experimental">Experimentell</string>

View file

@ -387,7 +387,11 @@ Please report any problems you encounter via Github.</string>
<string name="category_run_conditions">Run Conditions</string> <string name="category_run_conditions">Run Conditions</string>
<string name="category_behaviour">Behaviour</string> <string name="category_behaviour">Behaviour</string>
<string name="category_syncthing_options">Syncthing Options</string> <string name="category_syncthing_options">Syncthing Options</string>
<string name="category_syncthing_options_summary">This menu is only available if Syncthing is running.</string>
<string name="category_backup">Import and Export</string> <string name="category_backup">Import and Export</string>
<string name="category_debug">Troubleshooting</string> <string name="category_debug">Troubleshooting</string>
<string name="category_experimental">Experimental</string> <string name="category_experimental">Experimental</string>

View file

@ -109,6 +109,7 @@
<PreferenceScreen <PreferenceScreen
android:key="category_syncthing_options" android:key="category_syncthing_options"
android:summary="@string/category_syncthing_options_summary"
android:title="@string/category_syncthing_options"> android:title="@string/category_syncthing_options">
<EditTextPreference <EditTextPreference