Phpdoc comments and place holder. Part of the subpackage "maintenance", archives...
[lhc/web/wiklou.git] / maintenance / checktrans2.php
index 79989bd..c9fb358 100755 (executable)
@@ -1,5 +1,11 @@
 <?php
+/**
+ * @deprecated
+ * @package MediaWiki
+ * @subpackage Maintenance
+ */
 
+/** */
 die("This script is not being maintained.");
 
 # Checks translation of all language files
@@ -104,4 +110,3 @@ foreach ( $filenames as $filename ) {
 
 print "\n" . str_repeat( "-", $width ) . "\n";
 print "{$count} messages of {$total} not translated.\n";
-