From: Bryan Tong Minh Date: Fri, 2 May 2008 09:33:21 +0000 (+0000) Subject: Make shareduploadconflict sound less weird X-Git-Tag: 1.31.0-rc.0~47950 X-Git-Url: https://git.cyclocoop.org/admin/%7B%7Blocalurl:Special:UserLogin%7D%7D?a=commitdiff_plain;h=f89db624d88df2536bde1bff0a3d3a77ed10ad7f;p=lhc%2Fweb%2Fwiklou.git Make shareduploadconflict sound less weird --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 704569c0aa..9e4a78970b 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -340,6 +340,7 @@ $magicWords = array( 'hiddencat' => array( 1, '__HIDDENCAT__' ), 'pagesincategory' => array( 1, 'PAGESINCATEGORY', 'PAGESINCAT' ), 'pagesize' => array( 1, 'PAGESIZE' ), + 'gallerywidth' => array( 1, 'GALLERYWIDTH:' ), ); /** @@ -1716,7 +1717,7 @@ A click on a column header changes the sorting.', 'shareddescriptionfollows' => '-', # do not translate or duplicate this message to other languages 'shareduploadduplicate' => 'This file is a duplicate of $1 from shared repository.', 'shareduploadduplicate-linktext' => 'another file', -'shareduploadconflict' => 'This file has the same name as $1 from shared repository has.', +'shareduploadconflict' => 'This file has the same name as $1 from the shared repository.', 'shareduploadconflict-linktext' => 'another file', 'noimage' => 'No file by this name exists, you can $1.', 'noimage-linktext' => 'upload it',