Skip to content

Commit

Permalink
Merge branch 'master' into releng
Browse files Browse the repository at this point in the history
  • Loading branch information
pguyot committed Jun 22, 2020
2 parents 5d659cf + 4c110e9 commit 26baeaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
18 changes: 6 additions & 12 deletions nabweatherd/locale/fr_FR/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-03-29 18:24+0200\n"
"POT-Creation-Date: 2020-06-22 11:23+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -41,8 +41,9 @@ msgid ""
"get an umbrella, nothing will be displayed otherwise), the current weather "
"forecast or both"
msgstr ""
"L'animation lumineuse peut vous donner, si l'information est disponible, une alerte pluie "
"(Si cela clignote bleu c'est qu'il va pleuvoir dans l'heure), les prévisions pour les prochaines heures ou les deux."
"L'animation lumineuse peut vous donner, si l'information est disponible, une "
"alerte pluie (Si cela clignote bleu c'est qu'il va pleuvoir dans l'heure), "
"les prévisions pour les prochaines heures ou les deux."

#: templates/nabweatherd/settings.html:11
msgid ""
Expand Down Expand Up @@ -89,8 +90,8 @@ msgid "Rain alert"
msgstr "Alerte pluie"

#: templates/nabweatherd/settings.html:36
msgid "Both"
msgstr "Les deux"
msgid "Weather forecast and rain information"
msgstr "Météo et information pluie"

#: templates/nabweatherd/settings.html:37
msgid "No visual animation"
Expand All @@ -116,10 +117,3 @@ msgstr "Erreur inconnue du serveur"
msgid "Unknown location"
msgstr "Ville inconnue"

#~ msgid "Will it rain in the next hour?"
#~ msgstr "Va t-il pleuvoir dans l'heure ?"

#, fuzzy
#~| msgid "Weather"
#~ msgid "Weather playtime"
#~ msgstr "Météo"
2 changes: 1 addition & 1 deletion nabweatherd/templates/nabweatherd/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h5 class="card-title">{% trans "Weather" %}</h5>
<select name="weather_animation_type" id="weatherAnimationType">
<option value="weather" {% if config.weather_animation_type == 'weather' %}selected{% endif %}>{% trans "Current weather forecast" %}</option>
<option value="rain" {% if config.weather_animation_type == 'rain' %}selected{% endif %}>{% trans "Rain alert" %}</option>
<option value="both" {% if config.weather_animation_type == 'both' %}selected{% endif %}>{% trans "Both" %}</option>
<option value="both" {% if config.weather_animation_type == 'both' %}selected{% endif %}>{% trans "Weather forecast and rain information" %}</option>
<option value="nothing" {% if config.weather_animation_type == 'nothing' %}selected{% endif %}>{% trans "No visual animation" %}</option>
</select>
</div>
Expand Down

0 comments on commit 26baeaf

Please sign in to comment.