aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/base/messages/messages_es.py
blob: 0905f0023d9c639aa45c907d4ce7fbb31cb9681e (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": "restan %d minutos",
    "Also available in:": "También disponible en:",
    "Archive": "Archivo",
    "Categories": "Categorías",
    "Comments": "Comentarios",
    "LANGUAGE": "Español",
    "Languages:": "Idiomas:",
    "More posts about %s": "Más posts sobre %s",
    "Newer posts": "Posts posteriores",
    "Next post": "Siguiente post",
    "No posts found.": "No se encontraron posts",
    "Nothing found.": "No encontrado",
    "Older posts": "Posts anteriores",
    "Original site": "Sitio original",
    "Posted:": "Publicado:",
    "Posts about %s": "Posts sobre %s",
    "Posts for year %s": "Posts del año %s",
    "Posts for {month} {year}": "Posts de {month} {year}",
    "Previous post": "Post anterior",
    "Publication date": "Fecha de publicación",
    "RSS feed": "feed RSS",
    "Read in English": "Leer en español",
    "Read more": "Leer más",
    "Source": "Código",
    "Tags and Categories": "Tags y Categorías",
    "Tags": "Tags",
    "old posts, page %d": "posts antiguos, página %d",
    "page %d": "página %d",
}