| 
									
										
										
										
											2016-09-09 11:29:19 +02:00
										 |  |  | <?php | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * breadcrumbs.php | 
					
						
							| 
									
										
										
										
											2017-12-11 19:42:57 +01:00
										 |  |  |  * Copyright (c) 2017 thegrumpydictator@gmail.com | 
					
						
							| 
									
										
										
										
											2016-09-09 11:29:19 +02:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2017-12-11 19:42:57 +01:00
										 |  |  |  * This file is part of Firefly III. | 
					
						
							| 
									
										
										
										
											2016-10-05 06:52:15 +02:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2017-12-11 19:42:57 +01:00
										 |  |  |  * 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/>. | 
					
						
							| 
									
										
										
										
											2016-09-09 11:29:19 +02:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-11 19:42:57 +01:00
										 |  |  | declare(strict_types=1); | 
					
						
							| 
									
										
										
										
											2016-09-09 11:29:19 +02:00
										 |  |  | return [ | 
					
						
							| 
									
										
										
										
											2017-08-23 21:30:45 +02:00
										 |  |  |     'home'                => 'Home', | 
					
						
							|  |  |  |     'edit_currency'       => 'Bearbeite die Währung ":name"', | 
					
						
							|  |  |  |     'delete_currency'     => 'Lösche die Währung ":name"', | 
					
						
							|  |  |  |     'newPiggyBank'        => 'Erstellen Sie ein neues Sparschwein', | 
					
						
							|  |  |  |     'edit_piggyBank'      => 'Bearbeite Sparschwein ":name"', | 
					
						
							|  |  |  |     'preferences'         => 'Einstellungen', | 
					
						
							|  |  |  |     'profile'             => 'Profil', | 
					
						
							|  |  |  |     'changePassword'      => 'Passwort ändern', | 
					
						
							|  |  |  |     'bills'               => 'Rechnungen', | 
					
						
							|  |  |  |     'newBill'             => 'Neue Rechnung', | 
					
						
							|  |  |  |     'edit_bill'           => 'Bearbeite Rechnung ":name"', | 
					
						
							|  |  |  |     'delete_bill'         => 'Lösche Rechnung ":name"', | 
					
						
							|  |  |  |     'reports'             => 'Berichte', | 
					
						
							| 
									
										
										
										
											2017-08-27 09:10:08 +02:00
										 |  |  |     'search_result'       => 'Suchergebnisse für ":query"', | 
					
						
							| 
									
										
										
										
											2017-08-23 21:30:45 +02:00
										 |  |  |     'withdrawal_list'     => 'Ausgaben', | 
					
						
							|  |  |  |     'deposit_list'        => 'Umsatz, Einkommen und Einlagen', | 
					
						
							|  |  |  |     'transfer_list'       => 'Überweisungen', | 
					
						
							|  |  |  |     'transfers_list'      => 'Überweisungen', | 
					
						
							| 
									
										
										
										
											2017-11-30 07:13:52 +01:00
										 |  |  |     'reconciliation_list' => 'Reconciliations', | 
					
						
							| 
									
										
										
										
											2017-08-23 21:30:45 +02:00
										 |  |  |     'create_withdrawal'   => 'Erstelle eine neue Ausgabe', | 
					
						
							|  |  |  |     'create_deposit'      => 'Erstelle ein neues Einkommen', | 
					
						
							|  |  |  |     'create_transfer'     => 'Erstelle eine neue Überweisung', | 
					
						
							|  |  |  |     'edit_journal'        => 'Bearbeite Transaktion ":description"', | 
					
						
							| 
									
										
										
										
											2017-12-02 07:24:51 +01:00
										 |  |  |     'edit_reconciliation' => '":description" bearbeiten', | 
					
						
							| 
									
										
										
										
											2017-08-23 21:30:45 +02:00
										 |  |  |     'delete_journal'      => 'Lösche Transaktion ":description"', | 
					
						
							| 
									
										
										
										
											2017-10-29 17:31:06 +01:00
										 |  |  |     'tags'                => 'Tags', | 
					
						
							| 
									
										
										
										
											2017-08-23 21:30:45 +02:00
										 |  |  |     'createTag'           => 'Neuen Tag erstellen', | 
					
						
							|  |  |  |     'edit_tag'            => 'Bearbeite Tag ":tag"', | 
					
						
							|  |  |  |     'delete_tag'          => 'Lösche Tag ":tag"', | 
					
						
							| 
									
										
										
										
											2017-08-27 09:10:08 +02:00
										 |  |  |     'delete_journal_link' => 'Verbindung zwischen Transaktionen löschen', | 
					
						
							| 
									
										
										
										
											2017-09-03 10:41:45 +02:00
										 |  |  | ]; |