mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
638 B
PHTML
21 lines
638 B
PHTML
5 years ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'about' => 'Pri',
|
||
|
'help' => 'Helpejo',
|
||
|
'language' => 'Lingvo',
|
||
|
'fediverse' => 'Fediverso',
|
||
|
'opensource' => 'Libera Programaro',
|
||
|
'terms' => 'Kondiĉoj',
|
||
|
'privacy' => 'Privateco',
|
||
|
'l10nWip' => 'Ni daŭre laboras pri lokaliza subteno',
|
||
|
'currentLocale' => 'Kuranta lokoĵaro',
|
||
|
'selectLocale' => 'Elektu unu de la subtenataj lingvoj',
|
||
|
'contact' => 'Kontakti',
|
||
|
'contact-us' => 'Kontactu nin',
|
||
|
'places' => 'Lokoj',
|
||
|
'profiles' => 'Profiloj',
|
||
|
|
||
|
];
|