Added search on top items

This commit is contained in:
Juan Gilsanz Polo 2022-10-25 19:41:49 +02:00
parent b0fe482e0f
commit 53113735c8
6 changed files with 148 additions and 71 deletions

View file

@ -525,5 +525,8 @@
"encryptionConfigNotSaved": "Encryption configuration could not be saved",
"configError": "Configuration error",
"enterOnlyCertificate": "Enter only the certificate. Do not input the ---BEGIN--- and ---END--- lines.",
"enterOnlyPrivateKey": "Enter only the key. Do not input the ---BEGIN--- and ---END--- lines."
"enterOnlyPrivateKey": "Enter only the key. Do not input the ---BEGIN--- and ---END--- lines.",
"noItemsSearch": "No items for that search.",
"clearSearch": "Clear search",
"exitSearch": "Exit search"
}