Display export groups selection as dropdown

This commit is contained in:
elena 2022-12-13 15:22:00 +00:00
parent 51698947aa
commit 1c9931b1c8
3 changed files with 36 additions and 42 deletions

View file

@ -108,7 +108,11 @@
<string name="export_format_html">Web page (.HTML)</string>
<string name="export_format_hint">Export format</string>
<string name="export_all_groups">Export all groups</string>
<string name="export_choose_groups">Select which groups to export:</string>
<string name="export_choose_groups">Select which groups to export</string>
<plurals name="export_groups_selected_count">
<item quantity="one">%d group selected</item>
<item quantity="other">%d groups selected</item>
</plurals>
<string name="export_no_groups_selected">No groups selected to export</string>
<string name="export_html_title" context="The title of an HTML export document">Aegis Authenticator Export</string>