adding wordwrap translation for french

This commit is contained in:
Guinsly Mondesir 2016-06-15 18:43:46 -04:00
parent cd72f77eb1
commit 2c82a30e0f
4 changed files with 13 additions and 7 deletions

BIN
dev.db

Binary file not shown.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-06-15 03:11-0400\n" "POT-Creation-Date: 2016-06-15 22:39+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -100,8 +100,8 @@ msgstr "Statistiques"
msgid "" msgid ""
"There are %(total)s snippets in the database. The most popular languages are:" "There are %(total)s snippets in the database. The most popular languages are:"
msgstr "" msgstr ""
"Il y a %(total)s snippets dans la base de données. Les langages de programmation " "Il y a %(total)s snippets dans la base de données. Les langages de "
"les plus populaire sont:" "programmation les plus populaire sont:"
#: dpaste/templates/dpaste/base.html:7 dpaste/templates/dpaste/base.html:20 #: dpaste/templates/dpaste/base.html:7 dpaste/templates/dpaste/base.html:20
#: dpaste/templates/dpaste/snippet_new.html:5 #: dpaste/templates/dpaste/snippet_new.html:5
@ -129,7 +129,7 @@ msgstr "Comparer"
#: dpaste/templates/dpaste/snippet_details.html:54 #: dpaste/templates/dpaste/snippet_details.html:54
#, python-format #, python-format
msgid "Expires in: %(date)s" msgid "Expires in: %(date)s"
msgstr "Expire le: %(date)s" msgstr "Expire dans: %(date)s"
#: dpaste/templates/dpaste/snippet_details.html:56 #: dpaste/templates/dpaste/snippet_details.html:56
msgid "Snippet never expires" msgid "Snippet never expires"
@ -155,6 +155,10 @@ msgstr "Afficher sans formatter l'afficage"
msgid "Gist" msgid "Gist"
msgstr "Gist" msgstr "Gist"
#: dpaste/templates/dpaste/snippet_details.html:75
msgid "Wordwrap"
msgstr "Retour à la ligne automatique"
#: dpaste/templates/dpaste/snippet_details.html:81 #: dpaste/templates/dpaste/snippet_details.html:81
msgid "This is a one-time snippet." msgid "This is a one-time snippet."
msgstr "Ceci est un snippet à usage unique." msgstr "Ceci est un snippet à usage unique."
@ -162,7 +166,9 @@ msgstr "Ceci est un snippet à usage unique."
#: dpaste/templates/dpaste/snippet_details.html:83 #: dpaste/templates/dpaste/snippet_details.html:83
#, python-format #, python-format
msgid "It is automatically removed after %(remaining)s further views." msgid "It is automatically removed after %(remaining)s further views."
msgstr "Ce snippet sera automatiquement supprimé après les %(remaining)s prochaines vues" msgstr ""
"Ce snippet sera automatiquement supprimé après les %(remaining)s prochaines "
"vues"
#: dpaste/templates/dpaste/snippet_details.html:85 #: dpaste/templates/dpaste/snippet_details.html:85
msgid "It is automatically removed after the next view." msgid "It is automatically removed after the next view."
@ -208,7 +214,7 @@ msgstr "FORMATTAGE_DE_LA_DATE"
#: dpaste/templates/dpaste/snippet_list.html:16 #: dpaste/templates/dpaste/snippet_list.html:16
#, python-format #, python-format
msgid "%(since)s ago" msgid "%(since)s ago"
msgstr "Snippet crée depuis environ %(since)s" msgstr "Snippet crée depuis %(since)s"
#: dpaste/templates/dpaste/snippet_list.html:22 #: dpaste/templates/dpaste/snippet_list.html:22
msgid "" msgid ""

View file

@ -72,7 +72,7 @@
rel="nofollow" title="Create a secret Gist"><i class="icon-share"></i> {% trans "Gist" %}</a> rel="nofollow" title="Create a secret Gist"><i class="icon-share"></i> {% trans "Gist" %}</a>
{% endif %} {% endif %}
{% if snippet.lexer != 'text' %} {% if snippet.lexer != 'text' %}
<a class="btn" href="#" id="toggleWordwrap">Wordwrap</a> <a class="btn" href="#" id="toggleWordwrap">{% trans "Wordwrap" %}</a>
{% endif %} {% endif %}
</div> </div>