mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: word-based message filtering with quarantine approach (stored but hidden) (#4241)
This commit is contained in:
parent
ae65e64a37
commit
c0f8ed3503
32 changed files with 2187 additions and 115 deletions
|
|
@ -1143,4 +1143,21 @@
|
|||
<string name="add_channels_description">The following channels were found in the QR code. Select the once you would like to add to your device. Existing channels will be preserved.</string>
|
||||
<string name="replace_channels_and_settings_title">Replace Channels & Settings</string>
|
||||
<string name="replace_channels_and_settings_description">This QR code contains a complete configuration. This will REPLACE your existing channels and radio settings. All existing channels will be removed.</string>
|
||||
|
||||
<!-- Message Filter -->
|
||||
<string name="filter_settings">Message Filter</string>
|
||||
<string name="filter_enable">Enable Filtering</string>
|
||||
<string name="filter_enable_summary">Hide messages containing filter words</string>
|
||||
<string name="filter_words">Filter Words</string>
|
||||
<string name="filter_words_summary">Messages containing these words will be hidden</string>
|
||||
<string name="filter_add_placeholder">Add word or regex:pattern</string>
|
||||
<string name="filter_no_words">No filter words configured</string>
|
||||
<string name="filter_regex_pattern">Regex pattern</string>
|
||||
<string name="filter_whole_word">Whole word match</string>
|
||||
<string name="filter_filtered_count">%1$d filtered</string>
|
||||
<string name="filter_show_count">Show %1$d filtered</string>
|
||||
<string name="filter_hide_count">Hide %1$d filtered</string>
|
||||
<string name="filter_message_label">Filtered</string>
|
||||
<string name="filter_enable_for_contact">Enable filtering</string>
|
||||
<string name="filter_disable_for_contact">Disable filtering</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue