Relicense project under MIT

Permission obtained from @DDynamic. Contributions from other users were
removed since we did not obtain permission from them for the re-license.

From this point forward all contributors must have a signed Contributor
License Agreement on file.
This commit is contained in:
Dane Everitt 2016-01-20 15:56:40 -05:00
parent b0bcb879d0
commit 026df6a36f
122 changed files with 1904 additions and 1828 deletions

View file

@ -1,29 +0,0 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Zurück',
'next' => 'Nächster &raquo;',
'sidebar' => [
'account_controls' => 'Konto Kontrollen',
'account_settings' => 'Konto Einstellungen',
'account_security' => 'Konto Sicherheit',
'server_controls' => 'Server Kontrollen',
'servers' => 'Ihr Server',
'overview' => 'Server-Übersicht',
'files' => 'Dateimanager',
'subusers' => 'Verwalten Sub-Benutzer',
'manage' => 'Verwalten Server',
],
];
/*
German Translation by Jboy
*/