diff options
Diffstat (limited to 'apps/files/l10n/en_GB.php')
-rw-r--r-- | apps/files/l10n/en_GB.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/l10n/en_GB.php b/apps/files/l10n/en_GB.php index 0b04ba027f9..37229a45808 100644 --- a/apps/files/l10n/en_GB.php +++ b/apps/files/l10n/en_GB.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Delete" => "Delete", "Upload too large" => "Upload too large", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "The files you are trying to upload exceed the maximum size for file uploads on this server.", -"Files are being scanned, please wait." => "Files are being scanned, please wait." +"Files are being scanned, please wait." => "Files are being scanned, please wait.", +"Currently scanning" => "Currently scanning" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |