From: Rotem Liss Date: Fri, 12 Oct 2007 10:08:48 +0000 (+0000) Subject: Removing comments that are not up to date. X-Git-Tag: 1.31.0-rc.0~51159 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=cdb4320fde2eb72b34783576fbefb92f5573d040;p=lhc%2Fweb%2Fwiklou.git Removing comments that are not up to date. --- diff --git a/languages/Language.php b/languages/Language.php index dbf674ede4..7c23641669 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -8,18 +8,6 @@ if( !defined( 'MEDIAWIKI' ) ) { exit( 1 ); } -# -# In general you should not make customizations in these language files -# directly, but should use the MediaWiki: special namespace to customize -# user interface messages through the wiki. -# See http://meta.wikipedia.org/wiki/MediaWiki_namespace -# -# NOTE TO TRANSLATORS: Do not copy this whole file when making translations! -# A lot of common constants and a base class with inheritable methods are -# defined here, which should not be redefined. See the other LanguageXx.php -# files for examples. -# - # Read language names global $wgLanguageNames; require_once( dirname(__FILE__) . '/Names.php' ) ;