diff options
Diffstat (limited to 'android/lib/resource')
| -rw-r--r-- | android/lib/resource/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/lib/resource/src/main/res/values/strings.xml b/android/lib/resource/src/main/res/values/strings.xml index abff8ca10c..c58d62fc03 100644 --- a/android/lib/resource/src/main/res/values/strings.xml +++ b/android/lib/resource/src/main/res/values/strings.xml @@ -433,4 +433,7 @@ <string name="no_recent_selection">No recent selection history</string> <string name="recents_disabled">Recents disabled and history cleared</string> <string name="more_actions">More actions</string> + <string name="relay_item_already_selected_as_exit">%s is already selected as exit relay</string> + <string name="relay_item_already_selected_as_entry">%s is already selected as entry relay</string> + <string name="entry_and_exit_are_same">Entry relay is the same as exit relay</string> </resources> |
