pixelfed/resources/lang/en/about.php

29 lines
1.2 KiB
PHP
Raw Normal View History

<?php
return [
'rules' => 'Rules',
'rulesTerms' => 'For more information, please review our <a href="/site/terms">Terms of Use</a>',
'featureTitle' => 'Feature Packed.',
'featureSubtitle' => 'The best for the brightest 📸',
'albumTitle' => 'Albums',
'albumSubTitle' => 'Share posts with up to '.config_cache('pixelfed.max_album_length').' photos',
'commentTitle' => 'Comments',
'commentSubTitle' => 'Comment on a post, or send a reply',
'collectionTitle' => 'Collections',
'collectionSubTitle'=> 'Organize and share collections of multiple posts',
'discoverTitle' => 'Discover',
'discoverSubTitle' => 'Explore categories, hashtags and topics',
'filterTitle' => 'Photo Filters',
'filterSubTitle' => 'Add a special touch to your photos',
'storiesTitle' => 'Stories',
'storiesSubTitle' => 'Share moments with your followers that disappear after 24 hours',
'countPeople' => 'people have shared',
'countPosts' => 'photos and videos on',
'singupToday' => '<a class="text-primary" href="/register">Sign up today</a>
and join our community of photographers from around the world.'
];