site.php 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. // site/contact
  18. 'you_can_contact_the_admins' => 'You can contact the admins',
  19. 'by_using_the_form_below' => 'by using the form below',
  20. 'or' => 'or',
  21. 'by_sending_an_email_to' => 'by sending an email to',
  22. 'the_admins_have_not_set_a_contact_email_address' => 'The admins have not set a contact email address',
  23. 'Message' => 'Message',
  24. 'request_response_from_admins' => 'Request response from admins',
  25. 'Submit' => 'Submit',
  26. 'log_in_to_send_a_message' => 'log in to send a message',
  27. 'Please' => 'Please',
  28. // site/about
  29. 'photo_sharing_for_everyone' => 'Photo Sharing. For Everyone',
  30. 'pixelfed_is_an_image_sharing_platform_etc' => 'Pixelfed is an image sharing platform, an ethical alternative to centralized platforms.', // this is actually never used because it's a fallback for config_cache('app.description') and config_cache('app.short_description') which seem to be impossible to set to empty when saved via /admin/settings?t=branding
  31. 'feature_packed' => 'Feature Packed.',
  32. 'the_best_for_the_brightest' => 'The best for the brightest 📸',
  33. 'albums' => 'Albums',
  34. 'share_posts_with_up_to' => 'Share posts with up to',
  35. 'photos' => 'photos',
  36. 'comments' => 'Comments',
  37. 'comment_on_a_post_or_send_a_reply' => 'Comment on a post, or send a reply',
  38. 'collections' => 'Collections',
  39. 'organize_and_share_collections_of_multiple_posts' => 'Organize and share collections of multiple posts',
  40. 'discover' => 'Discover',
  41. 'explore_categories_hashtags_and_topics' => 'Explore categories, hashtags and topics',
  42. 'photo_filters' => 'Photo Filters',
  43. 'add_a_special_touch_to_your_photos' => 'Add a special touch to your photos',
  44. 'stories' => 'Stories',
  45. 'share_moments_with_your_followers_that_disappear_etc' => 'Share moments with your followers that disappear after 24 hours',
  46. 'people_have_shared' => 'people have shared',
  47. 'photos_and_videos_on' => 'photos and videos on',
  48. 'sign_up_today' => 'Sign up today',
  49. 'and_join_our_community_of_photographers_from_etc' => 'and join our community of photographers from around the world.',
  50. // site/fediverse
  51. 'is_a_portmanteau_of_federation_and_universe_etc' => 'is a portmanteau of “federation” and “universe”. It is a common, informal name for a federation of social network servers, specializing in different types of media.',
  52. 'supported_fediverse_projects' => 'Supported Fediverse Projects',
  53. 'some_of_the_better_known_fediverse_projects_include' => 'Some of the better known fediverse projects include:',
  54. 'a_federated_microblogging_alternative' => 'A federated microblogging alternative.',
  55. // site/opensource
  56. 'the_software_that_powers_this_website_is_called' => 'The software that powers this website is called',
  57. 'and_anyone_can' => 'and anyone can',
  58. 'download' => 'download',
  59. 'opensource.or' => 'or',
  60. 'view' => 'view',
  61. 'the_source_code_and_run_their_own_instance' => 'the source code and run their own instance!',
  62. 'open_source_in_pixelfed' => 'Open source in Pixelfed',
  63. ];