mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 20:31:16 +00:00
Externalized strings.
This commit is contained in:
parent
ad00368735
commit
c496a5325b
2 changed files with 6 additions and 2 deletions
|
@ -229,6 +229,10 @@ Please report any problems you encounter via Github.</string>
|
|||
|
||||
<string name="advanced_folder_picker_summary">Select any folder on the device for syncing</string>
|
||||
|
||||
<string name="use_root_title">Sync as root</string>
|
||||
|
||||
<string name="use_root_summary">Run syncthing as superuser</string>
|
||||
|
||||
<string name="category_syncthing">Syncthing</string>
|
||||
|
||||
<string name="syncthing_options">Syncthing Options</string>
|
||||
|
|
|
@ -27,8 +27,8 @@
|
|||
|
||||
<CheckBoxPreference
|
||||
android:key="use_root"
|
||||
android:title="Sync as root"
|
||||
android:summary="Run syncthing as superuser"
|
||||
android:title="@string/use_root_title"
|
||||
android:summary="@string/use_root_summary"
|
||||
android:defaultValue="false"
|
||||
android:enabled="false" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue