aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/base/messages/messages_nb.py
blob: f6232dfdfd641b17df77feb34d6e7106d77e1f7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# -*- encoding:utf-8 -*-
from __future__ import unicode_literals

MESSAGES = {
    "%d min remaining to read": "",
    "Also available in:": "Også tilgjengelig på:",
    "Archive": "Arkiv",
    "Categories": "Kategorier",
    "Comments": "",
    "LANGUAGE": "norsk",
    "Languages:": "",
    "More posts about %s": "Flere innlegg om %s",
    "Newer posts": "Nyere innlegg",
    "Next post": "Neste innlegg",
    "No posts found.": "",
    "Nothing found.": "",
    "Older posts": "Eldre innlegg",
    "Original site": "Opprinnelig side",
    "Posted:": "Publisert:",
    "Posts about %s": "Innlegg om %s",
    "Posts for year %s": "Innlegg fra %s",
    "Posts for {month} {year}": "Innlegg fra {month} {year}",
    "Previous post": "Forrige innlegg",
    "Publication date": "",
    "RSS feed": "",
    "Read in English": "Les på norsk",
    "Read more": "Les mer",
    "Source": "Kilde",
    "Tags and Categories": "Merker og kategorier",
    "Tags": "Merker",
    "old posts, page %d": "eldre innlegg, side %d",
    "page %d": "side %d",
}