13 lines
402 B
PHP
13 lines
402 B
PHP
<?php
|
||
|
||
return [
|
||
'Facebook username' => 'Facebook kullanıcı adı',
|
||
'Follow us' => 'Bizi takip edin',
|
||
'Google + username' => 'Google + kullanıcı adı',
|
||
'Instagram username' => 'Google + kullanıcı adı',
|
||
'Pinterest username' => 'Pinterest kullanıcı adı',
|
||
'RSS URL' => 'RSS URL',
|
||
'Twitter username' => 'Twitter kullanıcı adı',
|
||
'Youtube URL' => 'YouTube URL',
|
||
];
|