mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-19 03:23:16 +00:00
31 lines
1.5 KiB
PHP
31 lines
1.5 KiB
PHP
<?php
|
||
|
||
return [
|
||
|
||
'about' => 'About',
|
||
'help' => 'Help',
|
||
'language' => 'Language',
|
||
'fediverse' => 'Fediverse',
|
||
'opensource' => 'Open Source',
|
||
'terms' => 'Terms',
|
||
'privacy' => 'Privacy',
|
||
'l10nWip' => 'We’re still working on localization support',
|
||
'currentLocale' => 'Current locale',
|
||
'selectLocale' => 'Select one of the supported languages',
|
||
'contact' => 'Contact',
|
||
'contact-us' => 'Contact Us',
|
||
'places' => 'Places',
|
||
'profiles' => 'Profiles',
|
||
|
||
// site/contact
|
||
'you_can_contact_the_admins' => 'You can contact the admins',
|
||
'by_using_the_form_below' => 'by using the form below',
|
||
'or' => 'or',
|
||
'by_sending_an_email_to' => 'by sending an email to',
|
||
'the_admins_have_not_set_a_contact_email_address' => 'The admins have not set a contact email address',
|
||
'Message' => 'Message',
|
||
'request_response_from_admins' => 'Request response from admins',
|
||
'Submit' => 'Submit',
|
||
'log_in_to_send_a_message' => 'log in to send a message',
|
||
'Please' => 'Please',
|
||
];
|