Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions app/src/main/res/values-en-rGB/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@
<string name="pref_network_conditions_desc">Run when connected to certain network types or Wi-Fi networks.</string>
<string name="pref_run_on_battery_name">Run on battery power</string>
<string name="pref_run_on_battery_desc">Run when the device is on battery power and the battery level is at least %1$d%%. Syncthing always runs when plugged in.</string>
<string name="pref_header_notifications">Notifications</string>
<string name="pref_allow_local_network_name">Allow local network access</string>
<string name="pref_allow_local_network_desc">Needed to connect to devices on the local network directly instead of passing through Syncthing\'s relay servers.</string>
<string name="pref_local_storage_access_desc">Needed for Syncthing to have direct file access to internal and external storage.</string>
<string name="pref_saf_folder_access_name">Allow folder access</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-in/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,5 @@
<string name="dialog_storage_type_saf_desc">Hanya memberikan izin ke folder yang dipilih, tetapi lebih lambat dan dapat menyebabkan kesalahan sinkronisasi yang tidak diharapkan.</string>
<string name="notification_channel_persistent_name_started">Notifikasi persisten saat dimulai</string>
<string name="notification_channel_persistent_name_stopped">Notifikasi persisten saat dihentikan</string>
<string name="pref_network_allow_roaming_name">Izinkan data seluler (roaming)</string>
</resources>
Loading