| 
									
										
										
										
											2018-01-29 19:12:58 +01:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2018-03-29 19:00:21 +02:00
										 |  |  | declare(strict_types=1); | 
					
						
							| 
									
										
										
										
											2018-04-28 15:26:45 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-01-29 19:12:58 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * breadcrumbs.php | 
					
						
							|  |  |  |  * Copyright (c) 2017 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/>. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | return [ | 
					
						
							|  |  |  |     'home'                => 'Início', | 
					
						
							|  |  |  |     'edit_currency'       => 'Editar moeda ":name"', | 
					
						
							|  |  |  |     'delete_currency'     => 'Excluir moeda ":name"', | 
					
						
							|  |  |  |     'newPiggyBank'        => 'Criar um novo cofrinho', | 
					
						
							|  |  |  |     'edit_piggyBank'      => 'Editar cofrinho ":name"', | 
					
						
							|  |  |  |     'preferences'         => 'Preferências', | 
					
						
							|  |  |  |     'profile'             => 'Perfil', | 
					
						
							|  |  |  |     'changePassword'      => 'Alterar sua senha', | 
					
						
							|  |  |  |     'change_email'        => 'Altere seu endereço de email', | 
					
						
							|  |  |  |     'bills'               => 'Faturas', | 
					
						
							|  |  |  |     'newBill'             => 'Nova fatura', | 
					
						
							|  |  |  |     'edit_bill'           => 'Editar fatura ":name"', | 
					
						
							|  |  |  |     'delete_bill'         => 'Apagar fatura ":name"', | 
					
						
							|  |  |  |     'reports'             => 'Relatórios', | 
					
						
							|  |  |  |     'search_result'       => 'Resultados da busca ":query"', | 
					
						
							|  |  |  |     'withdrawal_list'     => 'Despesas', | 
					
						
							|  |  |  |     'deposit_list'        => 'Receitas, renda e depósitos', | 
					
						
							|  |  |  |     'transfer_list'       => 'Transferências', | 
					
						
							|  |  |  |     'transfers_list'      => 'Transferências', | 
					
						
							|  |  |  |     'reconciliation_list' => 'Reconciliação', | 
					
						
							|  |  |  |     'create_withdrawal'   => 'Criar uma nova retirada', | 
					
						
							|  |  |  |     'create_deposit'      => 'Criar um novo depósito', | 
					
						
							|  |  |  |     'create_transfer'     => 'Criar nova  transferência', | 
					
						
							|  |  |  |     'edit_journal'        => 'Editar transação ":description"', | 
					
						
							|  |  |  |     'edit_reconciliation' => 'Editar ":description"', | 
					
						
							|  |  |  |     'delete_journal'      => 'Apagar transação ":description"', | 
					
						
							|  |  |  |     'tags'                => 'Etiquetas', | 
					
						
							|  |  |  |     'createTag'           => 'Criar nova etiqueta', | 
					
						
							|  |  |  |     'edit_tag'            => 'Editar etiqueta ":tag"', | 
					
						
							|  |  |  |     'delete_tag'          => 'Apagar etiqueta ":tag"', | 
					
						
							|  |  |  |     'delete_journal_link' => 'Eliminar ligação entre transações', | 
					
						
							|  |  |  | ]; |