
rotem at svn
Aug 21, 2008, 12:29 PM
Post #1 of 1
(94 views)
Permalink
|
|
SVN: [39782] trunk/phase3/maintenance/language/languages.inc
|
|
Revision: 39782 Author: rotem Date: 2008-08-21 19:29:26 +0000 (Thu, 21 Aug 2008) Log Message: ----------- Fixing comments. Modified Paths: -------------- trunk/phase3/maintenance/language/languages.inc Modified: trunk/phase3/maintenance/language/languages.inc =================================================================== --- trunk/phase3/maintenance/language/languages.inc 2008-08-21 19:20:00 UTC (rev 39781) +++ trunk/phase3/maintenance/language/languages.inc 2008-08-21 19:29:26 UTC (rev 39782) @@ -90,7 +90,7 @@ * all - all the messages. * required - messages which should be translated in order to get a complete translation. * optional - messages which can be translated, the fallback translation is used if not translated. - * obsolete - messages which should not be translated, either because they are not exist, or they are ignored messages. + * obsolete - messages which should not be translated, either because they do not exist, or they are ignored messages. * translated - messages which are either required or optional, but translated from English and needed. * * @param $code The language code. @@ -156,7 +156,7 @@ * all - all the messages. * required - messages which should be translated in order to get a complete translation. * optional - messages which can be translated, the fallback translation is used if not translated. - * obsolete - messages which should not be translated, either because they are not exist, or they are ignored messages. + * obsolete - messages which should not be translated, either because they do not exist, or they are ignored messages. * translated - messages which are either required or optional, but translated from English and needed. * * @param $code The language code. _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS[at]lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
|