13 lines
		
	
	
		
			210 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			210 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						||
 | 
						||
return [
 | 
						||
 | 
						||
    'from_account'          => 'Са рачуна',
 | 
						||
    'to_account'            => 'На рачун',
 | 
						||
 | 
						||
    'messages' => [
 | 
						||
        'delete'            => ':from за :to (:amount)',
 | 
						||
    ],
 | 
						||
 | 
						||
];
 |