mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00

* add support for defining max myaac version in plugin.json file * you can now require other plugin to be installed before yours * added German translation * fixed faq containing html code
10 lines
132 B
PHP
10 lines
132 B
PHP
<?php
|
|
/**
|
|
* german language file
|
|
* admin.php
|
|
*
|
|
* @author Slawkens <slawkens@gmail.com>
|
|
*/
|
|
$locale['title'] = 'MyAAC Admin';
|
|
?>
|