| 
									
										
										
										
											2015-12-22 20:46:16 +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-22 20:46:16 +01:00
										 |  |  | return [ | 
					
						
							| 
									
										
										
										
											2016-10-14 17:14:04 +02:00
										 |  |  |     'home'              => 'Accueil', | 
					
						
							|  |  |  |     'edit_currency'     => 'Modifier la devise "%name"', | 
					
						
							|  |  |  |     'delete_currency'   => 'Supprimer la devise ":name"', | 
					
						
							|  |  |  |     'newPiggyBank'      => 'Créer une nouvelle tirelire', | 
					
						
							|  |  |  |     'edit_piggyBank'    => 'Modifier la tirelire ":name"', | 
					
						
							|  |  |  |     'preferences'       => 'Préférences', | 
					
						
							|  |  |  |     'profile'           => 'Profil', | 
					
						
							|  |  |  |     'changePassword'    => 'Modifier le mot de passe', | 
					
						
							|  |  |  |     'bills'             => 'Factures', | 
					
						
							|  |  |  |     'newBill'           => 'Nouvelle facture', | 
					
						
							|  |  |  |     'edit_bill'         => 'Editer la facture : ":name"', | 
					
						
							|  |  |  |     'delete_bill'       => 'Supprimer la facture ":name"', | 
					
						
							|  |  |  |     'reports'           => 'Rapport', | 
					
						
							|  |  |  |     'searchResult'      => 'Résultat de recherche pour ":query"', | 
					
						
							|  |  |  |     'withdrawal_list'   => 'Dépenses', | 
					
						
							|  |  |  |     'deposit_list'      => 'Revenu, salaire et versements', | 
					
						
							|  |  |  |     'transfer_list'     => 'Virements', | 
					
						
							|  |  |  |     'transfers_list'    => 'Virements', | 
					
						
							|  |  |  |     'create_withdrawal' => 'Créer un nouveau retrait', | 
					
						
							|  |  |  |     'create_deposit'    => 'Créer un nouveau versement', | 
					
						
							|  |  |  |     'create_transfer'   => 'Creer un nouveau virement', | 
					
						
							|  |  |  |     'edit_journal'      => 'Éditer la transaction ":description"', | 
					
						
							|  |  |  |     'delete_journal'    => 'Supprimer la transaction ":description"', | 
					
						
							|  |  |  |     'tags'              => 'Tags', | 
					
						
							|  |  |  |     'createTag'         => 'Créer un nouveau tag', | 
					
						
							|  |  |  |     'edit_tag'          => 'Éditer le tag ":tag"', | 
					
						
							|  |  |  |     'delete_tag'        => 'Supprimer le tag ":tag"', | 
					
						
							| 
									
										
										
										
											2015-12-22 20:46:16 +01:00
										 |  |  | ]; |