mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Norwegian strings.
This commit is contained in:
		
							
								
								
									
										57
									
								
								resources/lang/nb_NO/breadcrumbs.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										57
									
								
								resources/lang/nb_NO/breadcrumbs.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,57 @@ | ||||
| <?php | ||||
|  | ||||
| /** | ||||
|  * breadcrumbs.php | ||||
|  * Copyright (c) 2018 thegrumpydictator@gmail.com | ||||
|  * | ||||
|  * 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/>. | ||||
|  */ | ||||
|  | ||||
| declare(strict_types=1); | ||||
|  | ||||
| return [ | ||||
|     'home'                => 'Hjem', | ||||
|     'edit_currency'       => 'Rediger valuta ":name"', | ||||
|     'delete_currency'     => 'Slett valuta ":name"', | ||||
|     'newPiggyBank'        => 'Lag en ny sparegris', | ||||
|     'edit_piggyBank'      => 'Rediger sparegris ":name"', | ||||
|     'preferences'         => 'Innstillinger', | ||||
|     'profile'             => 'Profil', | ||||
|     'changePassword'      => 'Endre passord', | ||||
|     'change_email'        => 'Endre din epostadresse', | ||||
|     'bills'               => 'Regninger', | ||||
|     'newBill'             => 'Ny regning', | ||||
|     'edit_bill'           => 'Rediger regning ":name"', | ||||
|     'delete_bill'         => 'Slett regning ":name"', | ||||
|     'reports'             => 'Rapporter', | ||||
|     'search_result'       => 'Søkeresultater for ":query"', | ||||
|     'withdrawal_list'     => 'Utgifter', | ||||
|     'deposit_list'        => 'Inntekter og innskudd', | ||||
|     'transfer_list'       => 'Overføringer', | ||||
|     'transfers_list'      => 'Overføringer', | ||||
|     'reconciliation_list' => 'Avstemminger', | ||||
|     'create_withdrawal'   => 'Opprett nytt uttak', | ||||
|     'create_deposit'      => 'Opprett nytt innskudd', | ||||
|     'create_transfer'     => 'Opprett ny overføring', | ||||
|     'edit_journal'        => 'Rediger transaksjon ":description"', | ||||
|     'edit_reconciliation' => 'Endre ":description"', | ||||
|     'delete_journal'      => 'Slett transaksjon ":description"', | ||||
|     'tags'                => 'Tagger', | ||||
|     'createTag'           => 'Opprett ny tagg', | ||||
|     'edit_tag'            => 'Rediger tagg ":tag"', | ||||
|     'delete_tag'          => 'Slett tagg ":tag"', | ||||
|     'delete_journal_link' => 'Slett kobling mellom transaksjoner', | ||||
| ]; | ||||
		Reference in New Issue
	
	Block a user