diff --git a/applefruitmoth/locale/nb/LC_MESSAGES/django.mo b/applefruitmoth/locale/nb/LC_MESSAGES/django.mo index b6c02177ed3b8f418c78baebe963c3324881bb81..8da63931483bf6faa336fec93a455691b8ffd3d8 100644 Binary files a/applefruitmoth/locale/nb/LC_MESSAGES/django.mo and b/applefruitmoth/locale/nb/LC_MESSAGES/django.mo differ diff --git a/applefruitmoth/locale/nb/LC_MESSAGES/django.po b/applefruitmoth/locale/nb/LC_MESSAGES/django.po index f17043c2e9b52e269b2ebc0be971f0e3da3a43ef..6b72e981fc02957e269217d77594e5ebc971b217 100644 --- a/applefruitmoth/locale/nb/LC_MESSAGES/django.po +++ b/applefruitmoth/locale/nb/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-15 13:19+0200\n" +"POT-Creation-Date: 2016-06-14 09:50+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" @@ -25,8 +25,7 @@ msgstr "Rognebærmøllvarsling" #: templates/applefruitmoth/index.html:32 msgid "Description of apple fruit moth forecasting" -msgstr "" -"Rognebærmøllvarslingen er et samarbeid mellom lokale rådgivere i " +msgstr "Rognebærmøllvarslingen er et samarbeid mellom lokale rådgivere i " "fruktdistriktene og NIBIO. I august måned teller de lokale rådgiverne antall " "bærklaser på merka referansetrær av rogn. De høster samtidig en bærprøve som " "sendes til NIBIO. Fra denne bærprøven finner vi angrepsgrad av rognebærmøll " @@ -41,3 +40,20 @@ msgstr "" #: templates/applefruitmoth/index.html:33 msgid "Messages" msgstr "Meldinger" + +#: templates/applefruitmoth/index.html:59 +msgid "High risk of infection" +msgstr "Fare for angrep" + +#: templates/applefruitmoth/index.html:60 +msgid "Medium risk of infection" +msgstr "Mulig fare for angrep" + +#: templates/applefruitmoth/index.html:61 +msgid "No risk of infection" +msgstr "Ingen fare for angrep" + +#: templates/applefruitmoth/index.html:62 +msgid "Forecast not ready" +msgstr "Varsel ikke beregnet" + diff --git a/applefruitmoth/templates/applefruitmoth/index.html b/applefruitmoth/templates/applefruitmoth/index.html index 55ae10cc8347e1407e1293c2e72dd820f1215180..99d7500701930d5a49e74f4b65a202aaf2acc0f2 100644 --- a/applefruitmoth/templates/applefruitmoth/index.html +++ b/applefruitmoth/templates/applefruitmoth/index.html @@ -59,7 +59,7 @@ <li class="warning_4"><span>{% trans "High risk of infection" %}</span></li> <li class="warning_3"><span>{% trans "Medium risk of infection" %}</span></li> <li class="warning_2"><span>{% trans "No risk of infection" %}</span></li> - <li class="warning_0"><span>{% trans "No forecast available" %}</span></li> + <li class="warning_0"><span>{% trans "Forecast not ready" %}</span></li> </ul> </div> </div>