aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/base/messages/messages_it.py
blob: 87e25e59c799413c9c3fab9a01b7e1ec72731840 (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
# -*- encoding:utf-8 -*-
from __future__ import unicode_literals

MESSAGES = {
    "Also available in": "Anche disponibile in",
    "Also available in:": "Anche disponibile in:",
    "Archive": "Archivio",
    "Categories": "Categorie",
    "LANGUAGE": "Italiano",
    "More posts about %s": "Altri articoli collegati %s",
    "More posts about": "Altri articoli collegati",
    "Newer posts": "Articoli recenti",
    "Next post": "Articolo successivo",
    "No posts found.": "",
    "Nothing found.": "",
    "Older posts": "Articoli precedenti",
    "Original site": "Sito originale",
    "Posted": "Pubblicato",
    "Posted:": "Pubblicato:",
    "Posts about %s": "Articoli su %s",
    "Posts for year %s": "Articoli per l'anno %s",
    "Posts for {month} {year}": "Articoli per {month} {year}",
    "Previous post": "Articolo precedente",
    "Read in English": "Leggi in italiano",
    "Read more": "Espandi",
    "Source": "Sorgente",
    "Tags and Categories": "Tags e Categorie",
    "Tags": "Tags",
    "old posts, page %d": "pagina dei vecchi articoli %d",
    "page %d": "pagina %d",
}