mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
25b48358b5
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
15 lines
343 B
PHP
15 lines
343 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'viewMyProfile' => 'Pokaż mój profil',
|
|
'myTimeline' => 'Moja oś czasu',
|
|
'publicTimeline' => 'Publiczna oś czasu',
|
|
'remoteFollow' => 'Zdalne śledzenie',
|
|
'settings' => 'Ustawienia',
|
|
'admin' => 'Administrator',
|
|
'logout' => 'Wyloguj się',
|
|
'directMessages' => 'Wiadomości bezpośrednie',
|
|
|
|
];
|