first commit

This commit is contained in:
root
2017-09-27 17:53:26 +02:00
commit a01e7fe597
139 changed files with 7890 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
/**
* Magic words for extension.
*/
$magicWords = array();
/** English (English) */
$magicWords['en'] = array(
'NUMBEROFCOMMENTS' => array( 0, 'NUMBEROFCOMMENTS' ),
'NUMBEROFCOMMENTSPAGE' => array( 0, 'NUMBEROFCOMMENTSPAGE' ),
);