Files
firefly-iii/resources/lang/hu_HU/breadcrumbs.php

65 lines
3.0 KiB
PHP
Raw Normal View History

2019-08-08 17:04:17 +02:00
<?php
/**
* breadcrumbs.php
2020-02-14 08:07:45 +01:00
* Copyright (c) 2019 james@firefly-iii.org
2019-08-08 17:04:17 +02:00
*
2019-10-05 06:23:46 +02:00
* This file is part of Firefly III (https://github.com/firefly-iii).
2019-08-08 17:04:17 +02:00
*
2019-10-05 06:23:46 +02:00
* 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.
2019-08-08 17:04:17 +02:00
*
2019-10-05 06:23:46 +02:00
* This program is distributed in the hope that it will be useful,
2019-08-08 17:04:17 +02:00
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2019-10-05 06:23:46 +02:00
* GNU Affero General Public License for more details.
2019-08-08 17:04:17 +02:00
*
2019-10-05 06:23:46 +02:00
* 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/>.
2019-08-08 17:04:17 +02:00
*/
declare(strict_types=1);
return [
'home' => 'Főoldal',
'edit_currency' => '":name" pénznem szerkesztése',
'delete_currency' => '":name" pénznem törlése',
'newPiggyBank' => 'Új malacpersely létrehozása',
'edit_piggyBank' => '":name" malacpersely szerkesztése',
'preferences' => 'Beállítások',
'profile' => 'Profil',
2020-10-17 21:41:13 +02:00
'accounts' => 'Számlák',
2019-08-08 17:04:17 +02:00
'changePassword' => 'Jelszó módosítása',
'change_email' => 'Email cím módosítása',
'bills' => 'Számlák',
'newBill' => 'Új számla',
'edit_bill' => '":name" számla szerkesztése',
'delete_bill' => '":name" számla törlése',
'reports' => 'Jelentések',
'search_result' => '":query" keresési eredményei',
'withdrawal_list' => 'Kiadások',
2019-09-07 20:28:21 +02:00
'Withdrawal_list' => 'Költségek',
2019-08-08 17:04:17 +02:00
'deposit_list' => 'Bevételek, jövedelem és betétek',
'transfer_list' => 'Átvezetések',
'transfers_list' => 'Átvezetések',
'reconciliation_list' => 'Egyeztetések',
'create_withdrawal' => 'Új költség létrehozása',
'create_deposit' => 'Új bevétel létrehozása',
'create_transfer' => 'Új átvezetés létrehozása',
'create_new_transaction' => 'Új tranzakció létrehozása',
'edit_journal' => '":description" tranzakció szerkesztése',
'edit_reconciliation' => '":description" szerkesztése',
'delete_journal' => '":description" tranzakció törlése',
2020-03-24 05:53:05 +01:00
'delete_group' => '":description" tranzakció törlése',
2019-08-08 17:04:17 +02:00
'tags' => 'Cimkék',
'createTag' => 'Új címke létrehozása',
'edit_tag' => '":tag" címke szerkesztése',
'delete_tag' => '":tag" címke törlése',
'delete_journal_link' => 'Tranzakciók közötti kapcsolat törlése',
2020-09-07 12:56:51 +02:00
'edit_object_group' => '":title" csoport szerkesztése',
'delete_object_group' => '":title" csoport törlése',
'logout_others' => 'Minden más munkamenet kijelentkeztetése'
2019-08-08 17:04:17 +02:00
];