diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6a83c444d..daf37166e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -202,6 +202,7 @@ Sawan Sunar hideo aoyama Ross Brown 🦙 +Lukas Sommer ******************** diff --git a/ftl/core/actions.ftl b/ftl/core/actions.ftl index 8fd3df0f7..2b99c47b6 100644 --- a/ftl/core/actions.ftl +++ b/ftl/core/actions.ftl @@ -1,5 +1,13 @@ actions-add = Add +# In the browser sidebar, when in "Select" mode, you can right-click on +# selected criteria elements to create a search term that matches +# cards/notes meeting ALL the selected criteria elements. +# https://github.com/ankitects/anki/pull/1044 actions-all-selected = All selected +# In the browser sidebar, when in "Select" mode, you can right-click on +# selected criteria elements to create a search term that matches +# cards/notes meeting ANY of the selected criteria elements. +# https://github.com/ankitects/anki/pull/1044 actions-any-selected = Any selected actions-cancel = Cancel actions-choose = Choose