| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2018-04-28 15:26:45 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  | /** | 
					
						
							|  |  |  |  * breadcrumbs.php | 
					
						
							| 
									
										
										
										
											2020-02-14 08:07:45 +01:00
										 |  |  |  * Copyright (c) 2019 james@firefly-iii.org | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * This file is part of Firefly III (https://github.com/firefly-iii). | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +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. | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  * This program is distributed in the hope that it will be useful, | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +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. | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +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/>. | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02: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
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-14 15:43:25 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-06-01 14:21:27 +02:00
										 |  |  | declare(strict_types=1); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  | return [ | 
					
						
							| 
									
										
										
										
											2023-05-27 07:12:04 +02:00
										 |  |  |     'home'             => 'Pagina principale', | 
					
						
							|  |  |  |     'budgets'          => 'Budget', | 
					
						
							|  |  |  |     'subscriptions'    => 'Abbonamenti', | 
					
						
							|  |  |  |     'transactions'     => 'Transazioni', | 
					
						
							|  |  |  |     'title_expenses'   => 'Uscite', | 
					
						
							|  |  |  |     'title_withdrawal' => 'Prelievi', | 
					
						
							|  |  |  |     'title_revenue'    => 'Redditi / entrate', | 
					
						
							|  |  |  |     'title_deposit'    => 'Versamenti', | 
					
						
							|  |  |  |     'title_transfer'   => 'Trasferimenti', | 
					
						
							|  |  |  |     'title_transfers'  => 'Trasferimenti', | 
					
						
							|  |  |  |     'edit_currency'    => 'Modifica valuta ":name"', | 
					
						
							|  |  |  |     'delete_currency'  => 'Elimina valuta ":name"', | 
					
						
							|  |  |  |     'newPiggyBank'     => 'Crea un nuovo salvadanaio', | 
					
						
							|  |  |  |     'edit_piggyBank'   => 'Modifica salvadanaio ":name"', | 
					
						
							|  |  |  |     'preferences'      => 'Preferenze', | 
					
						
							|  |  |  |     'profile'          => 'Profilo', | 
					
						
							|  |  |  |     'accounts'         => 'Conti', | 
					
						
							|  |  |  |     'changePassword'   => 'Cambia la tua password', | 
					
						
							|  |  |  |     'change_email'     => 'Cambia il tuo indirizzo email', | 
					
						
							|  |  |  |     'bills'            => 'Bollette', | 
					
						
							|  |  |  |     'newBill'          => 'Nuova bolletta', | 
					
						
							|  |  |  |     'edit_bill'        => 'Modifica bolletta ":name"', | 
					
						
							|  |  |  |     'delete_bill'      => 'Elimina bolletta ":name"', | 
					
						
							|  |  |  |     'reports'          => 'Resoconti', | 
					
						
							|  |  |  |     'search_result'    => 'Risultati di ricerca per ":query"', | 
					
						
							|  |  |  |     'withdrawal_list'  => 'Spese, uscite e prelievi', | 
					
						
							|  |  |  |     'Withdrawal_list'  => 'Uscite', | 
					
						
							|  |  |  |     'deposit_list'     => 'Redditi, entrate e depositi', | 
					
						
							|  |  |  |     'transfer_list'    => 'Trasferimenti', | 
					
						
							|  |  |  |     'transfers_list'   => 'Trasferimenti', | 
					
						
							| 
									
										
										
										
											2023-01-14 15:43:25 +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
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-14 15:43:25 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-29 18:30:52 +02:00
										 |  |  |     'reconciliation_list'    => 'Riconciliazioni', | 
					
						
							|  |  |  |     'create_withdrawal'      => 'Crea nuova uscita', | 
					
						
							|  |  |  |     'create_deposit'         => 'Crea nuova entrata', | 
					
						
							|  |  |  |     'create_transfer'        => 'Crea nuovo trasferimento', | 
					
						
							| 
									
										
										
										
											2019-06-23 10:39:59 +02:00
										 |  |  |     'create_new_transaction' => 'Crea una nuova transazione', | 
					
						
							| 
									
										
										
										
											2019-05-29 18:30:52 +02:00
										 |  |  |     'edit_journal'           => 'Modifica transazione ":description"', | 
					
						
							|  |  |  |     'edit_reconciliation'    => 'Modifica ":description"', | 
					
						
							|  |  |  |     'delete_journal'         => 'Elimina transazione ":description"', | 
					
						
							| 
									
										
										
										
											2020-03-11 06:44:31 +01:00
										 |  |  |     'delete_group'           => 'Elimina transazione ":description"', | 
					
						
							| 
									
										
										
										
											2019-05-29 18:30:52 +02:00
										 |  |  |     'tags'                   => 'Etichette', | 
					
						
							|  |  |  |     'createTag'              => 'Crea nuova etichetta', | 
					
						
							|  |  |  |     'edit_tag'               => 'Modifica etichetta ":tag"', | 
					
						
							|  |  |  |     'delete_tag'             => 'Elimina etichetta ":tag"', | 
					
						
							|  |  |  |     'delete_journal_link'    => 'Elimina il collegamento tra le transazioni', | 
					
						
							| 
									
										
										
										
											2020-06-22 18:02:28 +02:00
										 |  |  |     'edit_object_group'      => 'Modifica gruppo ":title"', | 
					
						
							|  |  |  |     'delete_object_group'    => 'Elimina gruppo ":title"', | 
					
						
							| 
									
										
										
										
											2022-02-26 11:24:16 +01:00
										 |  |  |     'logout_others'          => 'Esci dalle altre sessioni', | 
					
						
							| 
									
										
										
										
											2022-03-10 18:00:10 +01:00
										 |  |  |     'asset_accounts'         => 'Conti attività', | 
					
						
							|  |  |  |     'expense_accounts'       => 'Conti uscite', | 
					
						
							|  |  |  |     'revenue_accounts'       => 'Conti entrate', | 
					
						
							|  |  |  |     'liabilities_accounts'   => 'Passività', | 
					
						
							| 
									
										
										
										
											2022-02-26 11:24:16 +01:00
										 |  |  |     'placeholder'            => '[Placeholder]', | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  | ]; |