diff options
author | Zero~Informatique | 2020-02-27 17:42:24 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-02-27 18:30:33 +0100 |
commit | 4641f35baebd618ec51fa549adf64670c31c647f (patch) | |
tree | eec84231d3c4fbe470e93b98333238f212ba7b27 /viewer/src/locales | |
parent | 3e27a3cfa35359f6ffa83843aa2f2ad53f42f1d4 (diff) | |
download | ldgallery-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.json | 5 |
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 | ||