| 
									
										
										
										
											2019-11-23 06:15:25 +01:00
										 |  |  | <?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * breadcrumbs.php | 
					
						
							| 
									
										
										
										
											2020-02-14 08:07:45 +01:00
										 |  |  |  * Copyright (c) 2019 james@firefly-iii.org | 
					
						
							| 
									
										
										
										
											2019-11-23 06:15:25 +01:00
										 |  |  |  * | 
					
						
							|  |  |  |  * This file is part of Firefly III (https://github.com/firefly-iii). | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is free software: you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU Affero General Public License as | 
					
						
							|  |  |  |  * published by the Free Software Foundation, either version 3 of the | 
					
						
							|  |  |  |  * License, or (at your option) any later version. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program 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 Affero General Public License for more details. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * You should have received a copy of the GNU Affero General Public License | 
					
						
							|  |  |  |  * along with this program.  If not, see <https://www.gnu.org/licenses/>. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | declare(strict_types=1); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | return [ | 
					
						
							|  |  |  |     'home'                   => 'Hem', | 
					
						
							|  |  |  |     'edit_currency'          => 'Redigera valuta ":name"', | 
					
						
							|  |  |  |     'delete_currency'        => 'Ta bort valuta ":name"', | 
					
						
							|  |  |  |     'newPiggyBank'           => 'Skapa en ny spargris', | 
					
						
							|  |  |  |     'edit_piggyBank'         => 'Redigera spargris ”:name”', | 
					
						
							|  |  |  |     'preferences'            => 'Inställningar', | 
					
						
							|  |  |  |     'profile'                => 'Profil', | 
					
						
							|  |  |  |     'changePassword'         => 'Ändra ditt lösenord', | 
					
						
							|  |  |  |     'change_email'           => 'Ändra din e-postadress', | 
					
						
							|  |  |  |     'bills'                  => 'Räkningar', | 
					
						
							|  |  |  |     'newBill'                => 'Ny räkning', | 
					
						
							|  |  |  |     'edit_bill'              => 'Redigera räkningen ":name"', | 
					
						
							|  |  |  |     'delete_bill'            => 'Ta bort räkningen ":name"', | 
					
						
							|  |  |  |     'reports'                => 'Rapporter', | 
					
						
							|  |  |  |     'search_result'          => 'Sökresultat för ":query"', | 
					
						
							|  |  |  |     'withdrawal_list'        => 'Utgifter', | 
					
						
							|  |  |  |     'Withdrawal_list'        => 'Utgifter', | 
					
						
							|  |  |  |     'deposit_list'           => 'Intäkter, inkomster och insättningar', | 
					
						
							|  |  |  |     'transfer_list'          => 'Överföringar', | 
					
						
							|  |  |  |     'transfers_list'         => 'Överföringar', | 
					
						
							|  |  |  |     'reconciliation_list'    => 'Avstämningar', | 
					
						
							|  |  |  |     'create_withdrawal'      => 'Skapa nytt uttag', | 
					
						
							|  |  |  |     'create_deposit'         => 'Skapa ny insättning', | 
					
						
							|  |  |  |     'create_transfer'        => 'Skapa ny överföring', | 
					
						
							|  |  |  |     'create_new_transaction' => 'Skapa ny transaktion', | 
					
						
							|  |  |  |     'edit_journal'           => 'Redigera transaktionen ”:description”', | 
					
						
							|  |  |  |     'edit_reconciliation'    => 'Redigera ”:description”', | 
					
						
							|  |  |  |     'delete_journal'         => 'Ta bort transaktionen ”:description”', | 
					
						
							| 
									
										
										
										
											2020-03-06 05:25:36 +01:00
										 |  |  |     'delete_group'           => 'Delete transaction ":description"', | 
					
						
							| 
									
										
										
										
											2019-11-23 06:15:25 +01:00
										 |  |  |     'tags'                   => 'Etiketter', | 
					
						
							|  |  |  |     'createTag'              => 'Skapa en ny etikett', | 
					
						
							|  |  |  |     'edit_tag'               => 'Redigera etiketten ”:tag”', | 
					
						
							|  |  |  |     'delete_tag'             => 'Ta bort etiketten ”:tag”', | 
					
						
							|  |  |  |     'delete_journal_link'    => 'Ta bort länken mellan transaktioner', | 
					
						
							| 
									
										
										
										
											2020-03-13 06:39:25 +01:00
										 |  |  |     'telemetry_index'        => 'Telemetry', | 
					
						
							|  |  |  |     'telemetry_view'         => 'View telemetry', | 
					
						
							| 
									
										
										
										
											2019-11-23 06:15:25 +01:00
										 |  |  | ]; |