aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/base/messages/messages_gl.py
blob: 11ac1cfb981c4576933d51dd40d13402af5803dc (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
34
35
36
37
38
39
40
41
42
43
44
# -*- encoding:utf-8 -*-
from __future__ import unicode_literals

MESSAGES = {
    "%d min remaining to read": "%d min restantes para ler",
    "(active)": "(activo)",
    "Also available in:": "Tamén dispoñible en:",
    "Archive": "Arquivo",
    "Authors": "Autores",
    "Categories": "Categorías",
    "Comments": "Comentarios",
    "LANGUAGE": "Inglés",
    "Languages:": "Linguas:",
    "More posts about %s": "Máis artigos sobre %s",
    "Newer posts": "Últimos artigos",
    "Next post": "Seguinte artigo",
    "No posts found.": "Non se atoparon artigos.",
    "Nothing found.": "Non se atopou nada.",
    "Older posts": "Artigos vellos",
    "Original site": "Sitio orixinal",
    "Posted:": "Publicado:",
    "Posts about %s": "Artigos sobre %s",
    "Posts by %s": "Publicacións de %s",
    "Posts for year %s": "Artigos do ano %s",
    "Posts for {month} {day}, {year}": "Artigos de {month} {day}, {year}",
    "Posts for {month} {year}": "Artigos de {month} {year}",
    "Previous post": "Artigo anterior",
    "Publication date": "Data de publicación",
    "RSS feed": "Sindicación RSS",
    "Read in English": "Ler en Inglés",
    "Read more": "Ler máis",
    "Skip to main content": "Saltar ó contido principal",
    "Source": "Fonte",
    "Subcategories:": "Subcategorías:",
    "Tags and Categories": "Etiquetas e categorías",
    "Tags": "Etiquetas",
    "Toggle navigation": "",
    "Uncategorized": "Sen categoría",
    "Updates": "Actualizacións",
    "Write your page here.": "Escribe a túa páxina aquí.",
    "Write your post here.": "Escribe o teu artigo aquí.",
    "old posts, page %d": "Artigos vellos, páxina %d",
    "page %d": "páxina %d",
}