mirror of https://github.com/pixelfed/pixelfed
parent
8d304f8040
commit
97f9813f56
@ -0,0 +1,21 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'emptyTimeline' => '',
|
||||||
|
'emptyFollowers' => '',
|
||||||
|
'emptyFollowing' => '',
|
||||||
|
'emptySaved' => '',
|
||||||
|
'savedWarning' => '',
|
||||||
|
'privateProfileWarning' => '',
|
||||||
|
'alreadyFollow' => '',
|
||||||
|
'loginToSeeProfile' => '',
|
||||||
|
|
||||||
|
'status.disabled.header' => '',
|
||||||
|
'status.disabled.body' => '',
|
||||||
|
|
||||||
|
'block.domain.max' => '',
|
||||||
|
|
||||||
|
'mutedAccounts' => '',
|
||||||
|
'blockedAccounts' => '',
|
||||||
|
'blockedDomains' => '',
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue