mirror of https://github.com/pixelfed/pixelfed
parent
ccbe6690b6
commit
f479574f8c
@ -1,19 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'search' => '',
|
||||
'home' => '',
|
||||
'local' => '',
|
||||
'network' => '',
|
||||
'discover' => '',
|
||||
'viewMyProfile' => '',
|
||||
'myProfile' => '',
|
||||
'myTimeline' => '',
|
||||
'publicTimeline' => '',
|
||||
'remoteFollow' => '',
|
||||
'settings' => '',
|
||||
'admin' => '',
|
||||
'logout' => '',
|
||||
'directMessages' => '',
|
||||
'composePost' => '',
|
||||
'search' => 'Leita',
|
||||
'home' => 'Heim',
|
||||
'local' => 'Staðvært',
|
||||
'network' => 'Netkerfi',
|
||||
'discover' => 'Uppgötva',
|
||||
'viewMyProfile' => 'Skoða notandasniðið mitt',
|
||||
'myProfile' => 'Notandasniðið mitt',
|
||||
'myTimeline' => 'Tímalínan mín',
|
||||
'publicTimeline' => 'Opinber tímalína',
|
||||
'remoteFollow' => 'Fylgst með fjartengt',
|
||||
'settings' => 'Stillingar',
|
||||
'admin' => 'Stjórnandi',
|
||||
'logout' => 'Útskráning',
|
||||
'directMessages' => 'Bein skilaboð',
|
||||
'composePost' => 'Semja færslu',
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue