mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-17 11:59:39 +00:00
Merge pull request #973 from orange-elephant/entries-shown-count
Add entries showing count
This commit is contained in:
commit
acc6b9a3de
5 changed files with 186 additions and 98 deletions
|
@ -232,6 +232,10 @@
|
|||
<item quantity="one">Imported %d entry</item>
|
||||
<item quantity="other">Imported %d entries</item>
|
||||
</plurals>
|
||||
<plurals name="entries_shown">
|
||||
<item quantity="one">Showing %d entry</item>
|
||||
<item quantity="other">Showing %d entries</item>
|
||||
</plurals>
|
||||
<string name="intro_import_error_title">An error occurred while importing the vault</string>
|
||||
<string name="import_error_title">One or more errors occurred during the import</string>
|
||||
<string name="exporting_vault_error">An error occurred while trying to export the vault</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue