| 
									
										
										
										
											2015-05-14 13:00:43 +02:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2016-03-13 17:19:09 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * list.php | 
					
						
							|  |  |  |  * Copyright (C) 2016 Sander Dorigo | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This software may be modified and distributed under the terms | 
					
						
							|  |  |  |  * of the MIT license.  See the LICENSE file for details. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2015-05-14 13:00:43 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | return [ | 
					
						
							| 
									
										
										
										
											2016-03-29 16:38:42 +02:00
										 |  |  |     'name'                => 'Naam', | 
					
						
							|  |  |  |     'role'                => 'Rol', | 
					
						
							|  |  |  |     'currentBalance'      => 'Huidig saldo', | 
					
						
							|  |  |  |     'active'              => 'Actief?', | 
					
						
							|  |  |  |     'lastActivity'        => 'Laatste activiteit', | 
					
						
							|  |  |  |     'balanceDiff'         => 'Saldoverschil tussen :start en :end', | 
					
						
							|  |  |  |     'matchedOn'           => 'Wordt herkend', | 
					
						
							|  |  |  |     'matchesOn'           => 'Wordt herkend', | 
					
						
							|  |  |  |     'matchingAmount'      => 'Bedrag', | 
					
						
							|  |  |  |     'lastMatch'           => 'Laatste keer gezien', | 
					
						
							|  |  |  |     'expectedMatch'       => 'Wordt verwacht', | 
					
						
							|  |  |  |     'automatch'           => 'Automatisch herkennen?', | 
					
						
							|  |  |  |     'repeat_freq'         => 'Herhaling', | 
					
						
							|  |  |  |     'description'         => 'Omschrijving', | 
					
						
							|  |  |  |     'amount'              => 'Bedrag', | 
					
						
							|  |  |  |     'date'                => 'Datum', | 
					
						
							|  |  |  |     'interest_date'       => 'Rentedatum', | 
					
						
							|  |  |  |     'book_date'           => 'Boekdatum', | 
					
						
							|  |  |  |     'process_date'        => 'Verwerkingsdatum', | 
					
						
							|  |  |  |     'from'                => 'Van', | 
					
						
							|  |  |  |     'to'                  => 'Naar', | 
					
						
							|  |  |  |     'budget'              => 'Budget', | 
					
						
							|  |  |  |     'category'            => 'Categorie', | 
					
						
							|  |  |  |     'bill'                => 'Contract', | 
					
						
							|  |  |  |     'withdrawal'          => 'Uitgave', | 
					
						
							|  |  |  |     'deposit'             => 'Inkomsten', | 
					
						
							|  |  |  |     'transfer'            => 'Overschrijving', | 
					
						
							|  |  |  |     'type'                => 'Type', | 
					
						
							|  |  |  |     'completed'           => 'Opgeslagen', | 
					
						
							|  |  |  |     'iban'                => 'IBAN', | 
					
						
							|  |  |  |     'paid_current_period' => 'Betaald deze periode', | 
					
						
							| 
									
										
										
										
											2015-05-20 19:56:14 +02:00
										 |  |  | ]; |