1234567891011121314151617181920212223242526 |
- <?php
- return [
- 'helpcenter' => 'Hjälpcenter',
- 'whatsnew' => 'Vad är nytt',
- 'gettingStarted' => 'Komma igång',
- 'sharingMedia' => 'Sharing Media',
- 'profile' => 'Profil',
- 'stories' => 'Stories',
- 'hashtags' => 'Hashtags',
- 'discover' => 'Upptäck',
- 'directMessages' => 'Direktmeddelanden',
- 'timelines' => 'Tidslinjer',
- 'embed' => 'Bädda in',
- 'communityGuidelines' => 'Riktlinjer för communityt',
- 'whatIsTheFediverse' => 'Vad är fediversumet?',
- 'controllingVisibility' => 'Kontrollera synlighet',
- 'blockingAccounts' => 'Blocka konton',
- 'safetyTips' => 'Säkerhetstips',
- 'reportSomething' => 'Rapportera någonting',
- 'dataPolicy' => 'Datapolicy'
- ];
|