13 lines
493 B
PHP
Executable File
13 lines
493 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
'Facebook username' => 'Имя пользователя Facebook',
|
|
'Follow us' => 'Мы в соц сетях',
|
|
'Google + username' => 'Имя пользователя Google +',
|
|
'Instagram username' => 'Имя пользователя Instagram',
|
|
'Pinterest username' => 'Имя пользователя Pinterest',
|
|
'RSS URL' => 'RSS URL',
|
|
'Twitter username' => 'Имя пользователя Twitter',
|
|
'Youtube URL' => 'Youtube URL',
|
|
);
|