diff options
Diffstat (limited to 'includes/friends/home.php')
-rw-r--r-- | includes/friends/home.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/includes/friends/home.php b/includes/friends/home.php index d23c37a..e549070 100644 --- a/includes/friends/home.php +++ b/includes/friends/home.php @@ -4,14 +4,14 @@ <!--suppress CssInvalidPropertyValue --> <h5 class="card-title" style="font-weight: bold;background: radial-gradient(circle,#dec64c 0%,#d67541 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;">Retsuno</h5> <h6 class="card-subtitle mb-2 text-muted"> </h6> - <p>We met by chance on Reddit and now we're best friends. Was the first furry I talked to after <i>really</i> joining the fandom (yes, at 1 AM).</p> + <p><?= l("We met by chance on Reddit and now we're best friends. Was the first furry I talked to after <i>really</i> joining the fandom (yes, at 1 AM).", "Nous nous sommes rencontrés par hasard sur Reddit et maintenant nous sommes meilleurs amis. Il a été le premier furry auquel j'ai parlé après avoir <i>réellement</i> rejoint le fandom (oui, à 1h du matin)"); ?></p> </div> </div> <div class="card"> <div class="card-body"> <h5 class="card-title">Mylo</h5> <h6 class="card-subtitle mb-2 text-muted">@FENNECPARTY</h6> - <p>His photos are great, and the person behind them is awesome.</p> + <p><?= l("His photos are great, and the person behind them is awesome.", "Ses photos sont jolies, et la personne derrière est incroyable."); ?></p> <a href="https://twitter.com/fennecparty" target="_blank" class="btn btn-primary">Twitter</a> </div> </div> @@ -19,7 +19,7 @@ <div class="card-body"> <h5 class="card-title">Fleur</h5> <h6 class="card-subtitle mb-2 text-muted">@Fleurfurr</h6> - <p>(Somehow we're friends on Discord, don't remember sending you a request... ^^) His art is good and with little details everywhere!</p> + <p><?= l("(Somehow we're friends on Discord, don't remember sending you a request... ^^) His art is good and with little details everywhere!", "(Apparement nous sommes amis sur Discord, je ne me souviens pas t'avoir envoyé de demande... ^^) Son art est beau et avec des petits détails partout !"); ?></p> <a href="https://twitter.com/Fleurfurr" target="_blank" class="btn btn-primary">Twitter</a> </div> </div> @@ -27,7 +27,7 @@ <div class="card-body"> <h5 class="card-title">Ayann</h5> <h6 class="card-subtitle mb-2 text-muted">@ayann_fr</h6> - <p>Helped me keep all this up with mental fuel! Probably won't be there without him.</p> + <p><?= l("Helped me keep all this up with mental fuel! Probably won't be there without him.", "M'a aidé à continuer mes efforts avec des messages de soutien ! Je ne serai probablement pas là sans lui."); ?></p> <a href="https://twitter.com/ayann_fr" target="_blank" class="btn btn-primary">Twitter</a> </div> </div> @@ -37,7 +37,7 @@ <div class="card-body"> <h5 class="card-title">Wishdream</h5> <h6 class="card-subtitle mb-2 text-muted">@WishdreamStar</h6> - <p>Probably knows Linux as much as I know it. Very fun and interesting to talk to each other, and also very great art.</p> + <p><?= l("Probably knows Linux as much as I know it. Very fun and interesting to talk to each other, and also very great art.", "Connaît probablement Linux autant que je le connais. Il est très amusant et intéressant de discuter ensemble, et aussi son art est joli."); ?></p> <a href="https://twitter.com/WishdreamStar" target="_blank" class="btn btn-primary">Twitter</a> </div> </div> @@ -45,7 +45,7 @@ <div class="card-body"> <h5 class="card-title">Brabbit</h5> <h6 class="card-subtitle mb-2 text-muted">@TalkingTadPol</h6> - <p>We mutually supported each other during hard times without even knowing each other. What an amazing story!</p> + <p><?= l("We mutually supported each other during hard times without even knowing each other. What an amazing story!", "On se soutient mutuellement pendant des temps difficiles sans même se connaître. Quelle histoire incroyable !"); ?></p> <a href="https://twitter.com/TalkingTadPol" target="_blank" class="btn btn-primary">Twitter</a> </div> </div> @@ -53,7 +53,7 @@ <div class="card-body"> <h5 class="card-title">fiddle</h5> <h6 class="card-subtitle mb-2 text-muted">@fiddleafox</h6> - <p>We are friends. Or are we? Who knows... We talked about <a href="/creations/kartik">Kartik</a> a while back so maybe yes.</p> + <p><?= l("We are friends. Or are we? Who knows... We talked about <a href='/creations/kartik'>Kartik</a> a while back so maybe yes.", "Nous sommes amis. Ou sommes nous amis ? Qui sait... On a discuté de <a href='/creations/kartik'>Kartik</a> il y a quelques temps donc probablement."); ?></p> <a href="https://twitter.com/TalkingTadPol" target="_blank" class="btn btn-primary">Twitter</a> </div> </div> @@ -61,7 +61,7 @@ <div class="card-body"> <h5 class="card-title">russelbuck</h5> <h6 class="card-subtitle mb-2 text-muted">@russelbuck</h6> - <p>Meaningful music that I enjoy listening to. I did a cover of <a href="/creations/gyrate-with-obliqueness">Gyrate with Obliqueness</a> from them.</p> + <p><?= l("Meaningful music that I enjoy listening to. I did a cover of <a href='/creations/gyrate-with-obliqueness'>Gyrate with Obliqueness</a> from them.", "Musique censée à laquelle j'adore écouter. J'ai fait une reprise de sa musique <a href='/creations/gyrate-with-obliqueness'>Gyrate with Obliqueness</a>."); ?></p> <a href="https://twitter.com/russelbuck" target="_blank" class="btn btn-primary">Twitter</a> </div> </div> |