* semantic versioning support for plugins

* 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
This commit is contained in:
slawkens1
2017-12-26 16:47:52 +01:00
parent 60a8317115
commit 62443257fc
18 changed files with 1510 additions and 18 deletions

15
system/locale/de/main.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
/**
* german language file
* main.php
*
* @author Slawkens <slawkens@gmail.com>
*/
$locale['name'] = 'Deutsch';
$locale['lang'] = 'de';
$locale['encoding'] = 'utf-8';
$locale['direction']= 'ltr';
$locale['error404'] = 'Diese Seite konnte nicht gefunden werden.';
$locale['news'] = 'Neuesten Nachrichten';
?>