[ZF3] Add the option to block potentially offensive words

Bug: 7226877
Change-Id: I2171c946258468b0a39d6590c7af994ef25ba552
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index 1483939..5b91238 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -123,6 +123,11 @@
     <string name="prefs_suggestion_visibility_show_only_portrait_name">Show in portrait mode</string>
     <string name="prefs_suggestion_visibility_hide_name">Always hide</string>
 
+    <!-- Option to block potentially offensive words to be shown [CHAR_LIMIT=30] -->
+    <string name="prefs_block_potentially_offensive_title">Block offensive words</string>
+    <!-- Summary for option to block potentially offensive words to be shown [CHAR_LIMIT=80 (two lines) or 40 (fits on one line, preferable)] -->
+    <string name="prefs_block_potentially_offensive_summary">Do not suggest potentially offensive words</string>
+
     <!-- Option to decide the auto correction threshold score -->
     <!-- Option to enable auto correction [CHAR LIMIT=20]-->
     <string name="auto_correction">Auto-correction</string>