helpcenter.php 671 B

1234567891011121314151617181920212223242526
  1. <?php
  2. return [
  3. 'helpcenter' => 'Hjälpcenter',
  4. 'whatsnew' => 'Vad är nytt',
  5. 'gettingStarted' => 'Komma igång',
  6. 'sharingMedia' => 'Sharing Media',
  7. 'profile' => 'Profil',
  8. 'stories' => 'Stories',
  9. 'hashtags' => 'Hashtags',
  10. 'discover' => 'Upptäck',
  11. 'directMessages' => 'Direktmeddelanden',
  12. 'timelines' => 'Tidslinjer',
  13. 'embed' => 'Bädda in',
  14. 'communityGuidelines' => 'Riktlinjer för communityt',
  15. 'whatIsTheFediverse' => 'Vad är fediversumet?',
  16. 'controllingVisibility' => 'Kontrollera synlighet',
  17. 'blockingAccounts' => 'Blocka konton',
  18. 'safetyTips' => 'Säkerhetstips',
  19. 'reportSomething' => 'Rapportera någonting',
  20. 'dataPolicy' => 'Datapolicy'
  21. ];