| 
									
										
										
										
											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
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2016-10-05 06:52:15 +02:00
										 |  |  |  * This software may be modified and distributed under the terms of the | 
					
						
							|  |  |  |  * Creative Commons Attribution-ShareAlike 4.0 International License. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * See the LICENSE file for details. | 
					
						
							| 
									
										
										
										
											2016-03-13 17:19:09 +01:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-12-19 21:16:09 +01:00
										 |  |  | return [ | 
					
						
							| 
									
										
										
										
											2016-10-14 17:14:04 +02:00
										 |  |  |     'home'              => 'Início', | 
					
						
							| 
									
										
										
										
											2016-11-29 17:12:04 +01:00
										 |  |  |     'edit_currency'     => 'Editar moeda ":name"', | 
					
						
							|  |  |  |     'delete_currency'   => 'Excluir moeda ":moeda"', | 
					
						
							| 
									
										
										
										
											2016-10-14 17:14:04 +02: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"', | 
					
						
							| 
									
										
										
										
											2016-10-30 07:19:51 +01:00
										 |  |  | ]; |