31 lines
1.0 KiB
PHP
31 lines
1.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|------------------------------------------------- -------------------------
|
|
| Übersetzungen des Dashboards
|
|
|------------------------------------------------- -------------------------
|
|
|
|
|
| Die folgenden Sprachzeilen werden für alles verwendet, das ins Dashboard
|
|
| gehört.
|
|
|
|
|
*/
|
|
|
|
'Dashboard' => 'Dashboard',
|
|
'title_dashboard_graph_month' => 'Monatliche Entwicklung',
|
|
'title_dashboard_graph_year' => 'Jährliche Entwicklung',
|
|
'title_dashboard_not_paid' => 'Nicht bezahlte Rechnungen',
|
|
'title_dashboard_not_sent' => 'Nicht versendete Rechnungen',
|
|
'title_dashboard_incoming' => 'Nicht bezahlte Eingangsrechnungen',
|
|
'title_dashboard_no_address' => 'Kunden ohne Rechnungsadresse',
|
|
'Available' => 'Verfügbare Dashboard Kacheln',
|
|
'Configuration' => 'Konfiguration',
|
|
'Tile type' => 'Kachel Typ',
|
|
'Tile width' => 'Kachel Breite',
|
|
'Tile height' => 'Kachel Höhe',
|
|
'Tile year' => 'Jahr der Daten',
|
|
'No data' => 'Keine Daten gefunden.',
|
|
|
|
];
|