Replace mastodon software notice to a mastofe one

This commit is contained in:
Haelwenn (lanodan) Monnier 2018-07-03 16:49:40 +02:00
parent 9b94bfacc2
commit c0a0acbb6c
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
3 changed files with 9 additions and 3 deletions

View file

@ -194,9 +194,13 @@ class GettingStarted extends ImmutablePureComponent {
<p>
<FormattedMessage
id='getting_started.open_source_notice'
defaultMessage='Mastodon is open source software. You can contribute or report issues on GitHub at {github}.'
values={{ github: <span><a href='https://github.com/tootsuite/mastodon' rel='noopener' target='_blank'>tootsuite/mastodon</a> (v{version})</span> }}
id='getting_started.mastofe_notice'
defaultMessage='{mastofe} is libre software based on {mastodon} frontend adapted for {pleroma}.'
values={{
mastofe: <a href='https://git.pleroma.social/pleroma/mastofe' rel='noopener' target='_blank'>Mastofe</a>,
mastodon: <a href='https://github.com/tootsuite/mastodon' rel='noopener' target='_blank'>Mastodon</a>,
pleroma: <a href='https://pleroma.social' rel='noopener' target='_blank'>Pleroma</a>
}}
/>
</p>
</div>

View file

@ -141,6 +141,7 @@
"getting_started.heading": "Getting started",
"getting_started.invite": "Invite people",
"getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}.",
"getting_started.mastofe_notice": "{mastofe} is libre software based on {mastodon} frontend adapted for {pleroma}.",
"getting_started.security": "Security",
"getting_started.terms": "Terms of service",
"hashtag.column_header.tag_mode.all": "and {additional}",

View file

@ -137,6 +137,7 @@
"getting_started.heading": "Pour commencer",
"getting_started.invite": "Inviter des gens",
"getting_started.open_source_notice": "Mastodon est un logiciel libre. Vous pouvez contribuer et envoyer vos commentaires et rapports de bogues via {github} sur GitHub.",
"getting_started.mastofe_notice": "{mastofe} est un logiciel libre basé sur linterface de {mastodon} adapté pour {pleroma}.",
"getting_started.security": "Sécurité",
"getting_started.terms": "Conditions dutilisation",
"hashtag.column_header.tag_mode.all": "et {additional}",