mirror of https://github.com/pixelfed/pixelfed
parent
3453fec4dc
commit
8973d974f0
@ -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