2018-10-10 01:30:19 +00:00
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
2019-10-01 13:41:17 +00:00
|
|
|
|
'about' => 'About',
|
|
|
|
|
'help' => 'Help',
|
|
|
|
|
'language' => 'Language',
|
|
|
|
|
'fediverse' => 'Fediverse',
|
|
|
|
|
'opensource' => 'Open Source',
|
|
|
|
|
'terms' => 'Terms',
|
|
|
|
|
'privacy' => 'Privacy',
|
|
|
|
|
'l10nWip' => 'We’re 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-19 02:18:58 +00:00
|
|
|
|
'profiles' => 'Profiles',
|
2018-10-10 01:30:19 +00:00
|
|
|
|
|
2019-02-28 13:03:25 +00:00
|
|
|
|
];
|