aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/locales
diff options
context:
space:
mode:
authorZero~Informatique2020-02-27 17:42:24 +0100
committerZero~Informatique2020-02-27 18:30:33 +0100
commit4641f35baebd618ec51fa549adf64670c31c647f (patch)
treeeec84231d3c4fbe470e93b98333238f212ba7b27 /viewer/src/locales
parent3e27a3cfa35359f6ffa83843aa2f2ad53f42f1d4 (diff)
downloadldgallery-4641f35baebd618ec51fa549adf64670c31c647f.tar.gz
viewer: added a count of results found in other folders when no-results are found
Diffstat (limited to 'viewer/src/locales')
-rw-r--r--viewer/src/locales/en.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json
index 878204e..81ddd1e 100644
--- a/viewer/src/locales/en.json
+++ b/viewer/src/locales/en.json
@@ -13,5 +13,6 @@
13 "command.search.search": "Search", 13 "command.search.search": "Search",
14 "command.back": "Go back", 14 "command.back": "Go back",
15 "command.parent": "Go to parent directory", 15 "command.parent": "Go to parent directory",
16 "directory.no-results": "Empty directory" 16 "directory.no-results": "Empty directory",
17} 17 "search.no-results.otherfolders": "result(s) in other folders"
18} \ No newline at end of file