2016-09-09 11:29:19 +02:00
< ? php
2018-03-04 08:54:01 +01:00
/**
* help . php
2020-02-16 13:59:41 +01:00
* Copyright ( c ) 2018 james @ firefly - iii . org
2018-03-04 08:54:01 +01:00
*
* This file is part of Firefly III .
*
* Firefly III is free software : you can redistribute it and / or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation , either version 3 of the License , or
* ( at your option ) any later version .
*
* Firefly III is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU General Public License for more details .
*
* You should have received a copy of the GNU General Public License
* along with Firefly III . If not , see < http :// www . gnu . org / licenses />.
*/
2017-08-12 10:41:38 +02:00
declare ( strict_types = 1 );
2016-09-09 11:29:19 +02:00
/**
* help . php
2020-02-16 13:59:41 +01:00
* Copyright ( C ) 2016 james @ firefly - iii . org
2016-09-09 11:29:19 +02:00
*
2016-10-05 06:52:15 +02:00
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution - ShareAlike 4.0 International License .
*
* See the LICENSE file for details .
2016-09-09 11:29:19 +02:00
*/
return [
// tour!
2016-10-14 17:14:28 +02:00
'main-content-title' => 'Willkommen bei Firefly III' ,
'main-content-text' => 'Tun Sie sich selbst einen Gefallen und folgen Sie dieser kurzen Tour, damit Sie wissen wie alles funktioniert.' ,
'sidebar-toggle-title' => 'Sidebar um neuen Dinge zu erstellen' ,
2017-09-03 14:00:09 +02:00
'sidebar-toggle-text' => 'Versteckt hinter dem Plus-Icon sind alle Schaltflächen zum Erstellen von neuen Dingen. Konten, Überweisungen, Alles!' ,
2016-10-14 17:14:28 +02:00
'account-menu-title' => 'Alle Ihre Konten' ,
'account-menu-text' => 'Hier finden Sie alle Konten, die Sie erstellt haben.' ,
2016-11-16 06:30:58 +01:00
'budget-menu-title' => 'Budget' ,
2016-10-14 17:14:28 +02:00
'budget-menu-text' => 'Nutzen Sie diese Seite um ihre Finanzen und Ausgabelimits zu organisieren.' ,
'report-menu-title' => 'Berichte' ,
'report-menu-text' => 'Schauen Sie hier nach, wenn Sie einen grundlegenden Überblick über ihre Finanzen erhalten wollen.' ,
'transaction-menu-title' => 'Überweisungen' ,
'transaction-menu-text' => 'Alle Überweisungen, die Sie erstellt haben, finden Sie hier.' ,
'option-menu-title' => 'Optionen' ,
'option-menu-text' => 'Dies ist ziemlich selbsterklärend.' ,
'main-content-end-title' => 'Ende!' ,
'main-content-end-text' => 'Denken Sie daran, dass jede Seite ein kleines Fragezeichen in der oberen rechten Ecke hat. Klicken Sie darauf um Hilfe zur aktuellen Seite zu erhalten.' ,
'index' => 'index' ,
'home' => 'home' ,
2017-09-03 10:41:51 +02:00
];