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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
|
# Messages in Nikola
# Copyright (C) 2012-2016
# This file is distributed under the same license as the Nikola package.
#
# Translators:
# Translators:
# Translators:
# Translators:
# Translators:
# Alvarez Alejandro <eliluminado00@gmail.com>, 2017
# Ángel García Cuartero, 2014-2015
# Chris Warrick, 2015,2017
# Joaquín T <joaquintita@gmail.com>, 2014
# Juan José Conti <jjconti@gmail.com>, 2015
# Nicolas Bohorquez, 2022
# Roberto Alsina <ralsina@netmanagers.com.ar>, 2013
# Roberto Alsina <ralsina@netmanagers.com.ar>, 2013-2016
msgid ""
msgstr ""
"Project-Id-Version: Nikola\n"
"Report-Msgid-Bugs-To: ralsina@netmanagers.com.ar\n"
"POT-Creation-Date: 2013-03-15 12:24-0300\n"
"PO-Revision-Date: 2013-03-15 15:29+0000\n"
"Last-Translator: Nicolas Bohorquez, 2022\n"
"Language-Team: Spanish (http://app.transifex.com/ralsina/nikola/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
msgid "More posts about %s"
msgstr "Más publicaciones sobre %s"
#. Here your translation should NOT say English but the name of your language
#. instead
msgid "LANGUAGE"
msgstr "Español"
msgid "Tags"
msgstr "Etiquetas"
msgid "Categories"
msgstr "Categorías"
msgid "Tags and Categories"
msgstr "Etiquetas y Categorías"
msgid "Comments"
msgstr "Comentarios"
msgid "Read more"
msgstr "Leer más"
msgid "Posts about %s"
msgstr "Publicaciones sobre %s"
msgid "Next post"
msgstr "Siguiente publicación"
msgid "old posts, page %d"
msgstr "publicaciones antiguas, página %d"
msgid "page %d"
msgstr "página %d"
msgid "Source"
msgstr "Código fuente"
#. Here your translation should NOT say English but the name of your language
#. instead
msgid "Read in English"
msgstr "Leer en español"
msgid "Posts for year %s"
msgstr "Publicaciones del año %s"
msgid "Newer posts"
msgstr "Publicaciones posteriores"
msgid "Previous post"
msgstr "Publicación anterior"
msgid "Also available in:"
msgstr "También disponible en:"
msgid "Languages:"
msgstr "Idiomas:"
msgid "Original site"
msgstr "Sitio original"
msgid "Older posts"
msgstr "Publicaciones anteriores"
msgid "Archive"
msgstr "Archivo"
msgid "Publication date"
msgstr "Fecha de publicación"
msgid "Posted:"
msgstr "Publicado:"
msgid "Posts for {month_year}"
msgstr "Posts de {month_year}"
msgid "Posts for {month_day_year}"
msgstr "Publicaciones del {month_day_year}"
msgid "Nothing found."
msgstr "No se encontró nada."
msgid "No posts found."
msgstr "No se encontraron publicaciones."
msgid "RSS feed"
msgstr "Canal RSS"
msgid "%d min remaining to read"
msgstr "quedan %d minutos de lectura"
msgid "Skip to main content"
msgstr "Ir al contenido principal"
msgid "Subcategories:"
msgstr "Subcategorías:"
#. Used for active navigation links, for screen readers only
msgid "(active)"
msgstr "(activo)"
#. Default content for a new post
msgid "Write your post here."
msgstr "Escriba su publicación aquí."
#. Default content for a new page
msgid "Write your page here."
msgstr "Escriba su página aquí."
msgid "Uncategorized"
msgstr "Sin categoría"
#. Used for feeds of any format
msgid "Updates"
msgstr "Actualizaciones"
msgid "Authors"
msgstr "Autores"
msgid "Posts by %s"
msgstr "Publicaciones de %s"
msgid "Toggle navigation"
msgstr "Mostrar navegación"
msgid "Previous"
msgstr "Anterior"
msgid "Up"
msgstr "Arriba"
msgid "Next"
msgstr "Siguiente"
msgid "Atom feed"
msgstr "Canal Atom"
#. {date} (updated {updated_date})
msgid "updated"
msgstr "actualizado"
|