1
0
Fork 0
forked from mirror/pixelfed
pixelfed/resources/lang/en/site.php

21 lines
631 B
PHP
Raw Normal View History

2018-10-09 19:30:19 -06:00
<?php
return [
2019-10-01 09:41:17 -04:00
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'fediverse' => 'Fediverse',
'opensource' => 'Open Source',
'terms' => 'Terms',
'privacy' => 'Privacy',
'l10nWip' => 'Were still working on localization support',
'currentLocale' => 'Current locale',
'selectLocale' => 'Select one of the supported languages',
'contact' => 'Contact',
'contact-us' => 'Contact Us',
'places' => 'Places',
2019-11-18 19:18:58 -07:00
'profiles' => 'Profiles',
2018-10-09 19:30:19 -06:00
];