diff options
Diffstat (limited to 'apps/files/l10n/en_GB.json')
-rw-r--r-- | apps/files/l10n/en_GB.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index 66520e539ec..e2f16512658 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -196,7 +196,10 @@ "Unselect all" : "Unselect all", "List of files and folders." : "List of files and folders.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list.", + "{summaryFile} and {summaryFolder}" : "{summaryFile} and {summaryFolder}", "File not found" : "File not found", + "_{count} file_::_{count} files_" : ["{count} file","{count} files"], + "_{count} folder_::_{count} folders_" : ["{count} folder","{count} folders"], "Storage informations" : "Storage informations", "{usedQuotaByte} used" : "{usedQuotaByte} used", "{relative}% used" : "{relative}% used", |