From b1c755925d608ed4369a18dfbbfc97c4595ff9a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 27 Aug 2005 09:23:43 +0000 Subject: [PATCH] Upsie, forgot to commit this one --- languages/Language.php | 1 + 1 file changed, 1 insertion(+) diff --git a/languages/Language.php b/languages/Language.php index a688f9bd49..08bc139aaa 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1014,6 +1014,7 @@ To include the image in a page, use a link in the form 'badfilename' => 'File name has been changed to "$1".', 'badfiletype' => "\".$1\" is not a recommended image file format.", 'largefile' => 'It is recommended that images not exceed $1 bytes in size, this file is $2 bytes', +'largefileserver' => 'This file is bigger than the server is configured to allow.', 'emptyfile' => 'The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file.', 'fileexists' => 'A file with this name exists already, please check $1 if you are not sure if you want to change it.', 'successfulupload' => 'Successful upload', -- 2.20.1