Initial commit

This commit is contained in:
2019-10-13 18:38:03 +02:00
commit 759eb88ef8
10124 changed files with 838037 additions and 0 deletions

10
lang/de/lang.php Normal file
View File

@@ -0,0 +1,10 @@
<?php return [
'plugin' => [
'name' => 'G-Calendar',
'description' => 'Kalender Plugin basierend auf der Google API.',
],
'settings' => [
'label' => 'G-Calendar',
'description' => 'Einstellungen für das G-Kalender Plugin'
],
];