| 
									
										
										
										
											2017-05-02 21:10:16 +02:00
										 |  |  | <?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * 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-05-03 00:30:13 +02:00
										 |  |  |     'home'              => 'Domov', | 
					
						
							|  |  |  |     'edit_currency'     => 'uredi valuto ":name"', | 
					
						
							|  |  |  |     'delete_currency'   => 'izbriši valuto ":name"', | 
					
						
							|  |  |  |     'newPiggyBank'      => 'ustvari novega pujska', | 
					
						
							|  |  |  |     'edit_piggyBank'    => 'uredi pujska za ":name"', | 
					
						
							|  |  |  |     'preferences'       => 'nastavitve', | 
					
						
							|  |  |  |     'profile'           => 'profil', | 
					
						
							|  |  |  |     'changePassword'    => 'spremeni geslo', | 
					
						
							| 
									
										
										
										
											2017-05-02 21:10:16 +02:00
										 |  |  |     'bills'             => 'Bills', | 
					
						
							|  |  |  |     'newBill'           => 'New bill', | 
					
						
							|  |  |  |     'edit_bill'         => 'Edit bill ":name"', | 
					
						
							|  |  |  |     'delete_bill'       => 'Delete bill ":name"', | 
					
						
							|  |  |  |     'reports'           => 'Reports', | 
					
						
							|  |  |  |     'searchResult'      => 'Search for ":query"', | 
					
						
							| 
									
										
										
										
											2017-05-03 00:20:10 +02:00
										 |  |  |     'withdrawal_list'   => 'stroški', | 
					
						
							| 
									
										
										
										
											2017-05-02 21:10:16 +02:00
										 |  |  |     'deposit_list'      => 'Revenue, income and deposits', | 
					
						
							|  |  |  |     'transfer_list'     => 'Transfers', | 
					
						
							|  |  |  |     'transfers_list'    => 'Transfers', | 
					
						
							|  |  |  |     'create_withdrawal' => 'Create new withdrawal', | 
					
						
							|  |  |  |     'create_deposit'    => 'Create new deposit', | 
					
						
							|  |  |  |     'create_transfer'   => 'Create new transfer', | 
					
						
							|  |  |  |     'edit_journal'      => 'Edit transaction ":description"', | 
					
						
							|  |  |  |     'delete_journal'    => 'Delete transaction ":description"', | 
					
						
							|  |  |  |     'tags'              => 'Tags', | 
					
						
							|  |  |  |     'createTag'         => 'Create new tag', | 
					
						
							|  |  |  |     'edit_tag'          => 'Edit tag ":tag"', | 
					
						
							|  |  |  |     'delete_tag'        => 'Delete tag ":tag"', | 
					
						
							|  |  |  | ]; |