mirror of
				https://github.com/brunofontes/shareit.git
				synced 2025-10-30 17:41:06 -03:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			277 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			277 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| // /resources/views/home.blade.php
 | |
| 
 | |
| return [
 | |
|     'no_messages' => 'There are no items shared with you yet.',
 | |
|     'share_item' => 'Share an item!',
 | |
|     'return' => 'Return It',
 | |
|     'cancel_alert' => 'Cancel Alert',
 | |
|     'alert_me' => 'Alert me',
 | |
|     'take' => 'Take It'
 | |
| ]; |