1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-04 02:28:08 +00:00
pixelfed/resources/lang/en/site.php

19 lines
424 B
PHP
Raw Normal View History

2018-10-09 19:30:19 -06:00
<?php
return [
'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',
2019-06-18 14:18:16 -06:00
'contact' => 'Contact',
'contact-us' => 'Contact Us',
2018-10-09 19:30:19 -06:00
];