| 
									
										
										
										
											2015-12-19 21:16:09 +01:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2016-04-24 09:02:21 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-13 17:19:09 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * breadcrumbs.php | 
					
						
							| 
									
										
										
										
											2016-04-01 16:46:11 +02:00
										 |  |  |  * Copyright (C) 2016 thegrumpydictator@gmail.com | 
					
						
							| 
									
										
										
										
											2016-03-13 17:19:09 +01:00
										 |  |  |  * | 
					
						
							|  |  |  |  * This software may be modified and distributed under the terms | 
					
						
							|  |  |  |  * of the MIT license.  See the LICENSE file for details. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-12-19 21:16:09 +01:00
										 |  |  | return [ | 
					
						
							|  |  |  |     'home'                  => 'Início', | 
					
						
							| 
									
										
										
										
											2016-09-09 11:29:19 +02:00
										 |  |  |     'edit_currency'         => 'Edit currency ":name"', | 
					
						
							|  |  |  |     'delete_currency'       => 'Delete currency ":name"', | 
					
						
							| 
									
										
										
										
											2015-12-19 21:16:09 +01:00
										 |  |  |     'newPiggyBank'          => 'Criar um novo cofrinho', | 
					
						
							|  |  |  |     'edit_piggyBank'        => 'Editar cofrinho ":name"', | 
					
						
							|  |  |  |     'preferences'           => 'Preferências', | 
					
						
							|  |  |  |     'profile'               => 'Perfil', | 
					
						
							|  |  |  |     'changePassword'        => 'Alterar sua senha', | 
					
						
							|  |  |  |     'bills'                 => 'Faturas', | 
					
						
							|  |  |  |     'newBill'               => 'Nova fatura', | 
					
						
							|  |  |  |     'edit_bill'             => 'Editar fatura ":name"', | 
					
						
							|  |  |  |     'delete_bill'           => 'Apagar fatura ":name"', | 
					
						
							|  |  |  |     'reports'               => 'Relatórios', | 
					
						
							|  |  |  |     'searchResult'          => 'Pesquisa por ":query"', | 
					
						
							|  |  |  |     'withdrawal_list'       => 'Despesas', | 
					
						
							|  |  |  |     'deposit_list'          => 'Receitas, renda e depósitos', | 
					
						
							|  |  |  |     'transfer_list'         => 'Transferências', | 
					
						
							|  |  |  |     'transfers_list'        => 'Transferências', | 
					
						
							|  |  |  |     '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"', | 
					
						
							|  |  |  |     'delete_journal'        => 'Apagar transação ":description"', | 
					
						
							|  |  |  |     'tags'                  => 'Etiquetas', | 
					
						
							|  |  |  |     'createTag'             => 'Criar nova etiqueta', | 
					
						
							|  |  |  |     'edit_tag'              => 'Editar etiqueta ":tag"', | 
					
						
							|  |  |  |     'delete_tag'            => 'Apagar etiqueta ":tag"', | 
					
						
							|  |  |  | ]; |