| 
									
										
										
										
											2017-05-07 21:24:07 -03:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2017-08-12 10:41:18 +02:00
										 |  |  | declare(strict_types=1); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-05-07 21:24:07 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * breadcrumbs.php | 
					
						
							|  |  |  |  * Copyright (C) 2016 thegrumpydictator@gmail.com | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 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. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | return [ | 
					
						
							| 
									
										
										
										
											2017-08-23 21:30:37 +02:00
										 |  |  |     'home'                => 'Inicio', | 
					
						
							|  |  |  |     'edit_currency'       => 'Editar moneda ":name"', | 
					
						
							|  |  |  |     'delete_currency'     => 'Eliminar moneda ":name"', | 
					
						
							|  |  |  |     'newPiggyBank'        => 'Crear nueva alcancía', | 
					
						
							|  |  |  |     'edit_piggyBank'      => 'Editar alcancía ":name"', | 
					
						
							|  |  |  |     'preferences'         => 'Preferencias', | 
					
						
							|  |  |  |     'profile'             => 'Perfil', | 
					
						
							|  |  |  |     'changePassword'      => 'Cambiar contraseña', | 
					
						
							|  |  |  |     'bills'               => 'Facturas', | 
					
						
							|  |  |  |     'newBill'             => 'Nueva factura', | 
					
						
							|  |  |  |     'edit_bill'           => 'Editar factura ":name"', | 
					
						
							|  |  |  |     'delete_bill'         => 'Eliminar factura ":name"', | 
					
						
							|  |  |  |     'reports'             => 'Reportes', | 
					
						
							|  |  |  |     'search_result'       => 'Resultados de la búsqueda para ":query"', | 
					
						
							|  |  |  |     'withdrawal_list'     => 'Gastos', | 
					
						
							|  |  |  |     'deposit_list'        => 'Ganancia, ingresos y depósitos', | 
					
						
							|  |  |  |     'transfer_list'       => 'Transferencias', | 
					
						
							|  |  |  |     'transfers_list'      => 'Transferencias', | 
					
						
							|  |  |  |     'create_withdrawal'   => 'Crear nuevo retiro', | 
					
						
							|  |  |  |     'create_deposit'      => 'Crear nuevo depósito', | 
					
						
							|  |  |  |     'create_transfer'     => 'Crear nueva transferencia', | 
					
						
							|  |  |  |     'edit_journal'        => 'Editar transacción ":description"', | 
					
						
							|  |  |  |     'delete_journal'      => 'Eliminar transacción ":description"', | 
					
						
							|  |  |  |     'tags'                => 'Etiquetas', | 
					
						
							|  |  |  |     'createTag'           => 'Crear nueva etiqueta', | 
					
						
							|  |  |  |     'edit_tag'            => 'Editar etiqueta ":tag"', | 
					
						
							|  |  |  |     'delete_tag'          => 'Eliminar etiqueta ":tag"', | 
					
						
							| 
									
										
										
										
											2017-08-28 18:20:07 +02:00
										 |  |  |     'delete_journal_link' => 'Eliminar enlace entre transacciones', | 
					
						
							| 
									
										
										
										
											2017-09-03 10:41:33 +02:00
										 |  |  | ]; |