Skip to content

Commit

Permalink
imp: Add links to webext (Firefox and Chrome stores)
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Jan 15, 2021
1 parent c1f3186 commit 834908a
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 21 deletions.
Binary file modified locales/fr_FR/LC_MESSAGES/main.mo
Binary file not shown.
29 changes: 11 additions & 18 deletions locales/fr_FR/LC_MESSAGES/main.po
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: flusio\n"
"POT-Creation-Date: 2020-12-18 14:45+0100\n"
"PO-Revision-Date: 2020-12-18 14:45+0100\n"
"POT-Creation-Date: 2021-01-15 17:58+0100\n"
"PO-Revision-Date: 2021-01-15 18:00+0100\n"
"Last-Translator: Marien Fressinaud <[email protected]>\n"
"Language-Team: \n"
"Language: fr_FR\n"
Expand Down Expand Up @@ -711,6 +711,14 @@ msgstr "Annuler et revenir à la page précédente"
msgid "Cancel and close this window"
msgstr "Annuler et fermer cette fenêtre"

#: views/links/new.phtml:123 views/onboarding/step3.phtml:60
msgid "Make your life easier by using the Web extension on"
msgstr "Simplifiez-vous la vie en utilisant l’extension navigateur sur"

#: views/links/new.phtml:129 views/onboarding/step3.phtml:67
msgid "or"
msgstr "ou"

#: views/links/sharing.phtml:3 views/links/sharing.phtml:21
msgid "Link sharing"
msgstr "Partage d’un lien"
Expand Down Expand Up @@ -1181,7 +1189,7 @@ msgstr ""
"introduction devrait vous prendre moins de 5 minutes."

#: views/onboarding/step1.phtml:58 views/onboarding/step2.phtml:37
#: views/onboarding/step3.phtml:65 views/onboarding/step4.phtml:52
#: views/onboarding/step3.phtml:79 views/onboarding/step4.phtml:52
msgid "Continue"
msgstr "Continuer"

Expand Down Expand Up @@ -1285,21 +1293,6 @@ msgstr ""
"Cela devrait ressembler à ça dans Firefox. Dans cet exemple, l’<abbr>URL</"
"abbr> est <code>https://contributopia.org/fr/</code>"

#: views/onboarding/step3.phtml:59
#, php-format
msgid ""
"A handy way to add links is to install the <a class=\"anchor--inverted\" "
"href=\"https://flus.fr/addons/gecko/latest\">Web extension for %s</a> on "
"Firefox."
msgstr ""
"Une manière pratique pour ajouter des liens est d’installer <a class="
"\"anchor--inverted\" href=\"https://flus.fr/addons/gecko/latest"
"\">l’extension navigateur pour %s</a> sur Firefox."

#: views/onboarding/step3.phtml:60
msgid "Using Chrome? The extension is coming soon, please be patient."
msgstr "Vous utilisez Chrome ? Une extension arrive bientôt, soyez patient."

#: views/onboarding/step4.phtml:3 views/onboarding/step4.phtml:10
msgid "Understanding the news"
msgstr "Comprendre le journal"
Expand Down
17 changes: 17 additions & 0 deletions src/views/links/new.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,21 @@
</button>
</div>
</form>

<p class="paragraph--secondary no-extension no-modal no-mobile">
<small>
<?= _('Make your life easier by using the Web extension on') ?>
<a
target="_blank"
rel="noopener noreferrer"
href="https://addons.mozilla.org/fr/firefox/addon/flus/"
>Firefox</a>
<?= _('or') ?>
<a
target="_blank"
rel="noopener noreferrer"
href="https://chrome.google.com/webstore/detail/flus/gikjpohbbimicecbndkefebbpjobokjd?hl=fr"
>Chrome</a>
</small>
</p>
</div>
20 changes: 17 additions & 3 deletions src/views/onboarding/step3.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,23 @@
</figcaption>
</figure>

<p class="paragraph--contrasted paragraph--centered no-extension">
<strong><?= _f('A handy way to add links is to install the <a class="anchor--inverted" href="https://flus.fr/addons/gecko/latest">Web extension for %s</a> on Firefox.', $brand) ?></strong><br />
<small><?= _('Using Chrome? The extension is coming soon, please be patient.') ?></small>
<p class="paragraph--contrasted paragraph--centered no-extension no-mobile">
<strong>
<?= _('Make your life easier by using the Web extension on') ?>
<a
class="anchor--inverted"
target="_blank"
rel="noopener noreferrer"
href="https://addons.mozilla.org/fr/firefox/addon/flus/"
>Firefox</a>
<?= _('or') ?>
<a
class="anchor--inverted"
target="_blank"
rel="noopener noreferrer"
href="https://chrome.google.com/webstore/detail/flus/gikjpohbbimicecbndkefebbpjobokjd?hl=fr"
>Chrome</a>
</strong>
</p>

<p class="paragraph--centered">
Expand Down

0 comments on commit 834908a

Please sign in to comment.