From d50f989977e38d6cc8cf9bdca490702a90d60851 Mon Sep 17 00:00:00 2001 From: Bat Date: Tue, 11 Sep 2018 19:30:24 +0100 Subject: [PATCH] Add forgotten message to POT And translate it in French --- po/de.po | 4 ++++ po/en.po | 3 +++ po/fr.po | 17 ++++++++++++----- po/gl.po | 4 ++++ po/nb.po | 4 ++++ po/pl.po | 4 ++++ po/plume.pot | 3 +++ templates/instance/users.html.tera | 2 +- 8 files changed, 35 insertions(+), 6 deletions(-) diff --git a/po/de.po b/po/de.po index c3608539..38ac32e0 100644 --- a/po/de.po +++ b/po/de.po @@ -622,5 +622,9 @@ msgstr "Eigenen Account erstellen" msgid "Sorry, but as an admin, you can't leave your instance." msgstr "" +#, fuzzy +msgid "Users" +msgstr "Nutzername" + #~ msgid "Your password should be at least 8 characters long" #~ msgstr "Das Passwort sollte mindestens 8 Zeichen lang sein" diff --git a/po/en.po b/po/en.po index 320fd8ef..c3563044 100644 --- a/po/en.po +++ b/po/en.po @@ -602,3 +602,6 @@ msgstr "" msgid "Sorry, but as an admin, you can't leave your instance." msgstr "" + +msgid "Users" +msgstr "" diff --git a/po/fr.po b/po/fr.po index 1bde2a96..44d6677e 100644 --- a/po/fr.po +++ b/po/fr.po @@ -562,9 +562,10 @@ msgid "" "Something is wrong with your CSRF token. Make sure cookies are enabled in " "you browser, and try reloading this page. If you continue to see this error " "message, please report it." -msgstr "Quelque chose ne va pas avec votre jeton CSRF. Assurez-vous que les cookies" -"sont activés dans votre navigateur, et essayez de recharger cette page. Si vous" -"continuez à voir cette erreur, merci de la signaler." +msgstr "" +"Quelque chose ne va pas avec votre jeton CSRF. Assurez-vous que les " +"cookiessont activés dans votre navigateur, et essayez de recharger cette " +"page. Si vouscontinuez à voir cette erreur, merci de la signaler." msgid "Administration of {{ instance.name }}" msgstr "Administration de {{ instance.name }}" @@ -603,10 +604,16 @@ msgid "Danger zone" msgstr "Zone à risque" msgid "Be very careful, any action taken here can't be cancelled." -msgstr "Faites très attention, aucune action entreprise ici ne pourra être annulée." +msgstr "" +"Faites très attention, aucune action entreprise ici ne pourra être annulée." msgid "Delete your account" msgstr "Supprimer votre compte" msgid "Sorry, but as an admin, you can't leave your instance." -msgstr "Désolé, mais en tant qu'administrateur, vous ne pouvez pas quitter votre instance." +msgstr "" +"Désolé, mais en tant qu'administrateur, vous ne pouvez pas quitter votre " +"instance." + +msgid "Users" +msgstr "Utilisateurs" diff --git a/po/gl.po b/po/gl.po index ca9d515a..af63c8eb 100644 --- a/po/gl.po +++ b/po/gl.po @@ -612,3 +612,7 @@ msgstr "Cree a súa conta" msgid "Sorry, but as an admin, you can't leave your instance." msgstr "" + +#, fuzzy +msgid "Users" +msgstr "Nome de usuaria" diff --git a/po/nb.po b/po/nb.po index c28a7033..b6c428fc 100644 --- a/po/nb.po +++ b/po/nb.po @@ -626,6 +626,10 @@ msgstr "Opprett din konto" msgid "Sorry, but as an admin, you can't leave your instance." msgstr "" +#, fuzzy +msgid "Users" +msgstr "Brukernavn" + #~ msgid "One reshare" #~ msgid_plural "{{ count }} reshares" #~ msgstr[0] "Én deling" diff --git a/po/pl.po b/po/pl.po index e4c835bc..9d1e8085 100644 --- a/po/pl.po +++ b/po/pl.po @@ -625,6 +625,10 @@ msgstr "Utwórz konto" msgid "Sorry, but as an admin, you can't leave your instance." msgstr "" +#, fuzzy +msgid "Users" +msgstr "Nazwa użytkownika" + #~ msgid "One reshare" #~ msgid_plural "{{ count }} reshares" #~ msgstr[0] "Jedno udostępnienie" diff --git a/po/plume.pot b/po/plume.pot index 9c32c6a3..2fcdc210 100644 --- a/po/plume.pot +++ b/po/plume.pot @@ -585,3 +585,6 @@ msgstr "" msgid "Sorry, but as an admin, you can't leave your instance." msgstr "" + +msgid "Users" +msgstr "" diff --git a/templates/instance/users.html.tera b/templates/instance/users.html.tera index 32925021..fa8fcec6 100644 --- a/templates/instance/users.html.tera +++ b/templates/instance/users.html.tera @@ -2,7 +2,7 @@ {% import "macros" as macros %} {% block title %} -Users +{{ "Users" | _ }} {% endblock title %} {% block content %}