diff options
Diffstat (limited to 'apps/files/l10n/en_GB.json')
-rw-r--r-- | apps/files/l10n/en_GB.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index a149a4ad13c..a06e8320bdc 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -57,7 +57,6 @@ "_%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 don’t have permission to upload or create files here" : "You don’t have permission to upload or create files here", "_Uploading %n file_::_Uploading %n files_" : ["Uploading %n file","Uploading %n files"], "New" : "New", "{used} of {quota} used" : "{used} of {quota} used", @@ -145,6 +144,7 @@ "Shared by link" : "Shared by link", "Text file" : "Text file", "New text file.txt" : "New text file.txt", - "Select" : "Select" + "Select" : "Select", + "You don’t have permission to upload or create files here" : "You don’t have permission to upload or create files here" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |