coding style cleanup for new files in js2 folder
[lhc/web/wiklou.git] / js2 / mwEmbed / php / languages / mwEmbed.i18n.php
index c5c595f..d5e3f7e 100644 (file)
@@ -1,10 +1,11 @@
-<?
-/* localization file for mwEmbed
+<?php
+/**
+ * Localization file for mwEmbed
  * updates can be merged from javascript by running maintenance/mergeJavascriptMsg.php
- * this file follows the "extension" conventions for language msgs in mediaWiki But should be "usable" stand-alone with the script-loader
+ * this file follows the "extension" conventions for language msgs in MediaWiki but should be "usable" stand-alone with the script-loader
  *
  * the following English language portion is automatically merged via the maintenance script.
-*/
+ */
 
 #<JAVASCRIPT EN REPLACE>
 $messages['en'] = array(
@@ -253,6 +254,4 @@ $messages['en'] = array(
        'size-kilobytes' => '$1 K',
        'size-bytes' => '$1 B',
 );
-#</JAVASCRIPT EN REPLACE>
-
-?>
\ No newline at end of file
+#</JAVASCRIPT EN REPLACE>
\ No newline at end of file