site.php 631 B

1234567891011121314151617181920
  1. <?php
  2. return [
  3. 'about' => 'About',
  4. 'help' => 'Help',
  5. 'language' => 'Language',
  6. 'fediverse' => 'Fediverse',
  7. 'opensource' => 'Open Source',
  8. 'terms' => 'Terms',
  9. 'privacy' => 'Privacy',
  10. 'l10nWip' => 'We’re still working on localization support',
  11. 'currentLocale' => 'Current locale',
  12. 'selectLocale' => 'Select one of the supported languages',
  13. 'contact' => 'Contact',
  14. 'contact-us' => 'Contact Us',
  15. 'places' => 'Places',
  16. 'profiles' => 'Profiles',
  17. ];