mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-17 11:59:39 +00:00
Display export groups selection as dropdown
This commit is contained in:
parent
51698947aa
commit
1c9931b1c8
3 changed files with 36 additions and 42 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue