diff options
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index e263ad89255..c9c97b918ad 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -326,12 +326,8 @@ OC.L10N.register( "This directory is unavailable, please check the logs or contact the administrator" : "This directory is unavailable, please check the logs or contact the administrator", "Storage is temporarily not available" : "Storage is temporarily not available", "Unexpected error: {error}" : "Unexpected error: {error}", - "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","{folderCount} folders"], - "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} files"], - "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file and {folderCount} folder","1 file and {folderCount} folders"], - "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} file and 1 folder","{fileCount} files and 1 folder"], - "{fileCount} files and {folderCount} folders" : "{fileCount} files and {folderCount} folders", - "_(%n hidden)_::_ (%n hidden)_" : ["(%n hidden)"," (%n hidden)"], + "_%n file_::_%n files_" : ["%n file","%n files"], + "_%n folder_::_%n folders_" : ["%n folder","%n folders"], "Filename must not be empty." : "Filename must not be empty.", "\"{char}\" is not allowed inside a filename." : "\"{char}\" is not allowed inside a filename.", "\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" is a reserved name and not allowed for filenames.", @@ -405,8 +401,6 @@ OC.L10N.register( "Error deleting file \"{fileName}\"." : "Error deleting file \"{fileName}\".", "No search results in other folders for {tag}{filter}{endtag}" : "No search results in other folders for {tag}{filter}{endtag}", "Enter more than two characters to search in other folders" : "Enter more than two characters to search in other folders", - "_%n folder_::_%n folders_" : ["%n folder","%n folders"], - "_%n file_::_%n files_" : ["%n file","%n files"], "{dirs} and {files}" : "{dirs} and {files}", "_including %n hidden_::_including %n hidden_" : ["including %n hidden","including %n hidden"], "You do not have permission to upload or create files here" : "You do not have permission to upload or create files here", @@ -446,6 +440,11 @@ OC.L10N.register( "Edit file locally" : "Edit file locally", "Edit online" : "Edit online", "Create new templates folder" : "Create new templates folder", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","{folderCount} folders"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} files"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file and {folderCount} folder","1 file and {folderCount} folders"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} file and 1 folder","{fileCount} files and 1 folder"], + "{fileCount} files and {folderCount} folders" : "{fileCount} files and {folderCount} folders", "List of favorites files and folders." : "List of favourite files and folders.", "Personal Files" : "Personal Files", "Text file" : "Text file", |