aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/base/messages/messages_es.py
blob: 192368391e3a2769a36bfa29613987eb970f44d4 (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": "También disponible en",
    "Also available in:": "También disponible en:",
    "Archive": "Archivo",
    "Categories": "Categorías",
    "LANGUAGE": "Español",
    "More posts about %s": "Más posts sobre %s",
    "More posts about": "Más posts sobre",
    "Newer posts": "Posts posteriores",
    "Next post": "Siguiente post",
    "No posts found.": "",
    "Nothing found.": "",
    "Older posts": "Posts anteriores",
    "Original site": "Sitio original",
    "Posted": "Publicado",
    "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",
    "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",
}