13 lines
370 B
PHP
13 lines
370 B
PHP
<?php
|
|
|
|
return [
|
|
'Facebook username' => 'Nome utente Facebook',
|
|
'Follow us' => 'Seguici',
|
|
'Google + username' => 'Nome utente Google +',
|
|
'Instagram username' => 'Nome utente Instagram',
|
|
'Pinterest username' => 'Nome utente Pinterest',
|
|
'RSS URL' => 'RSS URL',
|
|
'Twitter username' => 'Nome utente Twitter',
|
|
'Youtube URL' => 'Youtube URL',
|
|
];
|