25 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
return [
 | 
						|
    "Menu" => "Menu",
 | 
						|
    'Projects' => 'Projects',
 | 
						|
    'Project' => 'Project',
 | 
						|
    'About project' => 'About the project',
 | 
						|
    'Page without translation' => 'Page without translation',
 | 
						|
    'Powered by service' => 'Powered by the My Projects website engine',
 | 
						|
    'Choose language' => 'Choose language',
 | 
						|
    'Feedback' => 'Feedback',
 | 
						|
    'Feedback-send' => 'Send review',
 | 
						|
    'required field' => 'required field',
 | 
						|
    'Message sent successfully' => 'Message sent successfully',
 | 
						|
    'attributes' => [
 | 
						|
        'name'    => 'name',
 | 
						|
        'email'   => 'email',
 | 
						|
        'message' => 'message',
 | 
						|
    ],
 | 
						|
    'Documentation' => 'Documentation',
 | 
						|
    'Documentation not created' => 'Documentation not created',
 | 
						|
    'Choose version' => 'Choose version',
 | 
						|
    'alert-status-not-supported' => 'WARNING! You are viewing the documentation for an older version.',
 | 
						|
    'alert-status-future' => 'WARNING! You\'re browsing the documentation for an upcoming version. The documentation and features of this release are subject to change.',
 | 
						|
];
 |