| 
									
										
										
										
											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/>. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-14 15:47:51 +01:00
										 |  |  | /* | 
					
						
							|  |  |  |  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | 
					
						
							|  |  |  |  * YOUR CHANGES WILL BE OVERWRITTEN! | 
					
						
							|  |  |  |  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS! | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * https://crowdin.com/project/firefly-iii | 
					
						
							| 
									
										
										
										
											2023-01-15 15:47:25 +01:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2023-01-14 15:47:51 +01:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-11-23 06:15:25 +01:00
										 |  |  | declare(strict_types=1); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | return [ | 
					
						
							| 
									
										
										
										
											2023-05-27 07:12:04 +02:00
										 |  |  |     'home'             => 'Hem', | 
					
						
							|  |  |  |     'budgets'          => 'Budgetar', | 
					
						
							|  |  |  |     'subscriptions'    => 'Prenumerationer', | 
					
						
							|  |  |  |     'transactions'     => 'Transaktioner', | 
					
						
							|  |  |  |     'title_expenses'   => 'Utgifter', | 
					
						
							|  |  |  |     'title_withdrawal' => 'Uttag', | 
					
						
							|  |  |  |     'title_revenue'    => 'Intäkter / inkomst', | 
					
						
							|  |  |  |     'title_deposit'    => 'Intäkter / inkomst', | 
					
						
							|  |  |  |     'title_transfer'   => 'Överföringar', | 
					
						
							|  |  |  |     'title_transfers'  => 'Överföringar', | 
					
						
							|  |  |  |     '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', | 
					
						
							|  |  |  |     'accounts'         => 'Konton', | 
					
						
							|  |  |  |     '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', | 
					
						
							| 
									
										
										
										
											2023-01-14 15:43:25 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-12-20 21:13:31 +01:00
										 |  |  |     /* | 
					
						
							| 
									
										
										
										
											2023-01-14 15:47:51 +01:00
										 |  |  |  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | 
					
						
							|  |  |  |  * YOUR CHANGES WILL BE OVERWRITTEN! | 
					
						
							|  |  |  |  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS! | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * https://crowdin.com/project/firefly-iii | 
					
						
							| 
									
										
										
										
											2023-01-15 15:47:25 +01:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2023-01-14 15:47:51 +01:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-11-23 06:15:25 +01:00
										 |  |  |     '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-09-13 07:38:31 +02:00
										 |  |  |     'delete_group'           => 'Ta bort transaktionen ”: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-07-12 19:48:24 +02:00
										 |  |  |     'edit_object_group'      => 'Redigera grupp ":title"', | 
					
						
							|  |  |  |     'delete_object_group'    => 'Ta bort grupp ":title"', | 
					
						
							| 
									
										
										
										
											2022-02-26 11:24:16 +01:00
										 |  |  |     'logout_others'          => 'Logga ut andra sessioner', | 
					
						
							| 
									
										
										
										
											2022-03-10 18:00:10 +01:00
										 |  |  |     'asset_accounts'         => 'Tillgångskonton', | 
					
						
							|  |  |  |     'expense_accounts'       => 'Kostnadskonto', | 
					
						
							|  |  |  |     'revenue_accounts'       => 'Intäktskonton', | 
					
						
							|  |  |  |     'liabilities_accounts'   => 'Skulder', | 
					
						
							|  |  |  |     'placeholder'            => 'Platshållare', | 
					
						
							| 
									
										
										
										
											2019-11-23 06:15:25 +01:00
										 |  |  | ]; |