mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-08 19:21:35 +00:00
Keep Wi-Fi naming consistent (#1213)
This commit is contained in:
parent
7279ac7630
commit
4428ac869f
1 changed files with 11 additions and 11 deletions
|
@ -24,7 +24,7 @@ Please report any problems you encounter via Github.</string>
|
|||
|
||||
<!-- Slide 3 -->
|
||||
<string name="location_permission_title">Location Permission</string>
|
||||
<string name="location_permission_desc">Syncthing can be configured to run on selected wifi networks. Android requires applications to have location permissions to be able look up active WiFi network name, as you can sometimes infer users location from the name of the network they are connected to. If you want to use this feature, press the button above to give the required location permissions to Syncthing. Otherwise you can skip this step.</string>
|
||||
<string name="location_permission_desc">Syncthing can be configured to run on selected Wi-Fi networks. Android requires applications to have location permissions to be able look up active Wi-Fi network name, as you can sometimes infer users location from the name of the network they are connected to. If you want to use this feature, press the button above to give the required location permissions to Syncthing. Otherwise you can skip this step.</string>
|
||||
|
||||
<!-- Generic texts used everywhere -->
|
||||
<string name="back">Back</string>
|
||||
|
@ -302,22 +302,22 @@ Please report any problems you encounter via Github.</string>
|
|||
<string name="run_on_mobile_data_title">Run on mobile data</string>
|
||||
<string name="run_on_mobile_data_summary">Run when device is connected via the mobile data network. Warning: This can consume a lot of data from your mobile operator data plan if you sync large amounts of data.</string>
|
||||
|
||||
<string name="run_on_wifi_title">Run on wifi</string>
|
||||
<string name="run_on_wifi_summary">Run when device is connected to a wifi network.</string>
|
||||
<string name="run_on_wifi_title">Run on Wi-Fi</string>
|
||||
<string name="run_on_wifi_summary">Run when device is connected to a Wi-Fi network.</string>
|
||||
|
||||
<string name="run_on_metered_wifi_title">Run on metered wifi</string>
|
||||
<string name="run_on_metered_wifi_summary">Run when device is connected to a metered wifi network e.g. a hotspot or tethered network. Attention: This can consume large portion of your data plan if you sync a lot of data.</string>
|
||||
<string name="run_on_metered_wifi_title">Run on metered Wi-Fi</string>
|
||||
<string name="run_on_metered_wifi_summary">Run when device is connected to a metered Wi-Fi network e.g. a hotspot or tethered network. Attention: This can consume large portion of your data plan if you sync a lot of data.</string>
|
||||
|
||||
<string name="run_on_whitelisted_wifi_title">Run on specified wifi networks</string>
|
||||
<string name="run_on_whitelisted_wifi_networks">Run only on selected wifi networks: %1$s</string>
|
||||
<string name="run_on_all_wifi_networks">Run on all wifi networks.</string>
|
||||
<string name="run_on_whitelisted_wifi_title">Run on specified Wi-Fi networks</string>
|
||||
<string name="run_on_whitelisted_wifi_networks">Run only on selected Wi-Fi networks: %1$s</string>
|
||||
<string name="run_on_all_wifi_networks">Run on all Wi-Fi networks.</string>
|
||||
|
||||
<string name="sync_only_wifi_ssids_wifi_turn_on_wifi">Please turn on WiFi to select networks.</string>
|
||||
<string name="sync_only_wifi_ssids_wifi_turn_on_wifi">Please turn on Wi-Fi to select networks.</string>
|
||||
|
||||
<string name="sync_only_wifi_ssids_need_to_grant_location_permission">You need to grant LOCATION permission to use this feature.</string>
|
||||
|
||||
<string name="sync_only_wifi_ssids_location_permission_rejected_dialog_title">Permission required</string>
|
||||
<string name="sync_only_wifi_ssids_location_permission_rejected_dialog_content">Starting with Android 8.1, location access is required to be able to read the WiFi\'s name. You can use this feature only if you grant this permission.</string>
|
||||
<string name="sync_only_wifi_ssids_location_permission_rejected_dialog_content">Starting with Android 8.1, location access is required to be able to read the Wi-Fi\'s name. You can use this feature only if you grant this permission.</string>
|
||||
|
||||
<string name="power_source_title">Run when device is powered by</string>
|
||||
|
||||
|
@ -334,7 +334,7 @@ Please report any problems you encounter via Github.</string>
|
|||
<string name="respect_master_sync_summary">Disable Syncthing when the quick settings tile \'Auto-sync data\' is toggled off.</string>
|
||||
|
||||
<string name="run_in_flight_mode_title">Run when device is in flight mode</string>
|
||||
<string name="run_in_flight_mode_summary">Enable if your phone has problems detecting manual wifi connections during flight mode.</string>
|
||||
<string name="run_in_flight_mode_summary">Enable if your device has problems detecting manual Wi-Fi connections during flight mode.</string>
|
||||
|
||||
<string name="service_settings_title">Service setting</string>
|
||||
<string name="service_settings_summary">Run Syncthing as a service. Adds a persistent notification to prevent it from being terminated by Android. Checking this option starts Syncthing on operating system startup.</string>
|
||||
|
|
Loading…
Reference in a new issue