firefly-iii/resources/lang/nb_NO/breadcrumbs.php
2020-06-28 09:19:18 +02:00

66 lines
2.9 KiB
PHP

<?php
/**
* breadcrumbs.php
* Copyright (c) 2019 james@firefly-iii.org
*
* 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' => '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',
'Withdrawal_list' => 'Expenses',
'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',
'create_new_transaction' => 'Create a new transaction',
'edit_journal' => 'Rediger transaksjon ":description"',
'edit_reconciliation' => 'Endre ":description"',
'delete_journal' => 'Slett transaksjon ":description"',
'delete_group' => 'Delete transaction ":description"',
'tags' => 'Tagger',
'createTag' => 'Opprett ny tagg',
'edit_tag' => 'Rediger tagg ":tag"',
'delete_tag' => 'Slett tagg ":tag"',
'delete_journal_link' => 'Slett kobling mellom transaksjoner',
'telemetry_index' => 'Telemetry',
'telemetry_view' => 'View telemetry',
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Delete group ":title"',
'logout_others' => 'Logout other sessions'
];