| 
									
										
										
										
											2016-12-27 17:51:52 +01: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 [ | 
					
						
							| 
									
										
										
										
											2016-12-28 11:41:39 +01:00
										 |  |  |     'home'              => 'Главная', | 
					
						
							| 
									
										
										
										
											2016-12-27 17:51:52 +01:00
										 |  |  |     'edit_currency'     => 'Edit currency ":name"', | 
					
						
							|  |  |  |     'delete_currency'   => 'Delete currency ":name"', | 
					
						
							| 
									
										
										
										
											2016-12-28 11:41:39 +01:00
										 |  |  |     'newPiggyBank'      => 'Создать новую копилку', | 
					
						
							|  |  |  |     'edit_piggyBank'    => 'Редактировать копилку ":name"', | 
					
						
							|  |  |  |     'preferences'       => 'Параметры', | 
					
						
							|  |  |  |     'profile'           => 'Профиль', | 
					
						
							|  |  |  |     'changePassword'    => 'Сменить пароль', | 
					
						
							|  |  |  |     'bills'             => 'Счета', | 
					
						
							|  |  |  |     'newBill'           => 'Новый счет', | 
					
						
							|  |  |  |     'edit_bill'         => 'Редактировать счет ":name"', | 
					
						
							|  |  |  |     'delete_bill'       => 'Удалить счет ":name"', | 
					
						
							|  |  |  |     'reports'           => 'Отчёты', | 
					
						
							|  |  |  |     'searchResult'      => 'Поиск ":query"', | 
					
						
							|  |  |  |     'withdrawal_list'   => 'Расходы', | 
					
						
							| 
									
										
										
										
											2016-12-28 11:51:38 +01:00
										 |  |  |     'deposit_list'      => 'Доходы и депозиты', | 
					
						
							|  |  |  |     'transfer_list'     => 'Переводы', | 
					
						
							|  |  |  |     'transfers_list'    => 'Переводы', | 
					
						
							| 
									
										
										
										
											2016-12-28 12:01:48 +01:00
										 |  |  |     'create_withdrawal' => 'Создать новый вывод средств', | 
					
						
							|  |  |  |     'create_deposit'    => 'Создать новый депозит', | 
					
						
							|  |  |  |     'create_transfer'   => 'Создать новый перевод', | 
					
						
							|  |  |  |     'edit_journal'      => 'Редактировать транзакцию ":description"', | 
					
						
							|  |  |  |     'delete_journal'    => 'Удалить транзакцию ":description"', | 
					
						
							|  |  |  |     'tags'              => 'Теги', | 
					
						
							|  |  |  |     'createTag'         => 'Создать новый тег', | 
					
						
							|  |  |  |     'edit_tag'          => 'Редактировать тег ":tag"', | 
					
						
							|  |  |  |     'delete_tag'        => 'Удалить тег ":tag"', | 
					
						
							| 
									
										
										
										
											2017-02-19 12:11:23 +01:00
										 |  |  | ]; |