~ubuntu-branches/ubuntu/saucy/python-django/saucy-updates

« back to all changes in this revision

Viewing changes to django/contrib/comments/locale/es_AR/LC_MESSAGES/django.po

  • Committer: Package Import Robot
  • Author(s): Luke Faraone, Jakub Wilk, Luke Faraone
  • Date: 2013-05-09 15:10:47 UTC
  • mfrom: (1.1.21) (4.4.27 sid)
  • Revision ID: package-import@ubuntu.com-20130509151047-aqv8d71oj9wvcv8c
Tags: 1.5.1-2
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.

[ Luke Faraone ]
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
msgstr ""
7
7
"Project-Id-Version: Django\n"
8
8
"Report-Msgid-Bugs-To: \n"
9
 
"POT-Creation-Date: 2012-03-23 02:37+0100\n"
 
9
"POT-Creation-Date: 2012-10-15 10:56+0200\n"
10
10
"PO-Revision-Date: 2012-02-14 13:24+0000\n"
11
11
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
12
 
"Language-Team: Spanish (Argentina) (http://www.transifex.net/projects/p/"
 
12
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/"
13
13
"django/language/es_AR/)\n"
14
 
"Language: es_AR\n"
15
14
"MIME-Version: 1.0\n"
16
15
"Content-Type: text/plain; charset=UTF-8\n"
17
16
"Content-Transfer-Encoding: 8bit\n"
18
 
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
 
17
"Language: es_AR\n"
 
18
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
19
 
20
 
#: admin.py:12
 
20
#: admin.py:25
21
21
msgid "Content"
22
22
msgstr "Contenido"
23
23
 
24
 
#: admin.py:15
 
24
#: admin.py:28
25
25
msgid "Metadata"
26
26
msgstr "Metadatos"
27
27
 
28
 
#: admin.py:42
 
28
#: admin.py:55
29
29
msgid "flagged"
30
30
msgid_plural "flagged"
31
31
msgstr[0] "marcado"
32
32
msgstr[1] "marcados"
33
33
 
34
 
#: admin.py:43
 
34
#: admin.py:56
35
35
msgid "Flag selected comments"
36
36
msgstr "Marcar comentarios seleccionados"
37
37
 
38
 
#: admin.py:47
 
38
#: admin.py:60
39
39
msgid "approved"
40
40
msgid_plural "approved"
41
41
msgstr[0] "aprobado"
42
42
msgstr[1] "aprobados"
43
43
 
44
 
#: admin.py:48
 
44
#: admin.py:61
45
45
msgid "Approve selected comments"
46
46
msgstr "Aprobar comentario seleccionado"
47
47
 
48
 
#: admin.py:52
 
48
#: admin.py:65
49
49
msgid "removed"
50
50
msgid_plural "removed"
51
51
msgstr[0] "eliminado"
52
52
msgstr[1] "eliminados"
53
53
 
54
 
#: admin.py:53
 
54
#: admin.py:66
55
55
msgid "Remove selected comments"
56
56
msgstr "Eliminar comentarios seleccionados"
57
57
 
58
 
#: admin.py:65
 
58
#: admin.py:78
59
59
#, python-format
60
60
msgid "1 comment was successfully %(action)s."
61
61
msgid_plural "%(count)s comments were successfully %(action)s."
62
62
msgstr[0] "un comentario fue %(action)s satisfactoriamente."
63
63
msgstr[1] "%(count)s comentarios fueron %(action)s satisfactoriamente"
64
64
 
65
 
#: feeds.py:13
 
65
#: feeds.py:14
66
66
#, python-format
67
67
msgid "%(site_name)s comments"
68
68
msgstr "comentarios en %(site_name)s"
69
69
 
70
 
#: feeds.py:23
 
70
#: feeds.py:20
71
71
#, python-format
72
72
msgid "Latest comments on %(site_name)s"
73
73
msgstr "Últimos comentarios en %(site_name)s."
104
104
"If you enter anything in this field your comment will be treated as spam"
105
105
msgstr "Si introduce algo en este campo su comentario será tratado como spam"
106
106
 
107
 
#: models.py:22
 
107
#: models.py:23
108
108
msgid "content type"
109
109
msgstr "tipo de contenido"
110
110
 
111
 
#: models.py:24
 
111
#: models.py:25
112
112
msgid "object ID"
113
113
msgstr "ID de objeto"
114
114
 
115
 
#: models.py:50 models.py:168
 
115
#: models.py:53 models.py:177
116
116
msgid "user"
117
117
msgstr "usuario"
118
118
 
119
 
#: models.py:52
 
119
#: models.py:55
120
120
msgid "user's name"
121
121
msgstr "nombre de usuario"
122
122
 
123
 
#: models.py:53
 
123
#: models.py:56
124
124
msgid "user's email address"
125
125
msgstr "dirección de correo electrónico del usuario"
126
126
 
127
 
#: models.py:54
 
127
#: models.py:57
128
128
msgid "user's URL"
129
129
msgstr "URL del usuario"
130
130
 
131
 
#: models.py:56 models.py:76 models.py:169
 
131
#: models.py:59 models.py:79 models.py:178
132
132
msgid "comment"
133
133
msgstr "comentario"
134
134
 
135
 
#: models.py:59
 
135
#: models.py:62
136
136
msgid "date/time submitted"
137
137
msgstr "fecha/hora de envío"
138
138
 
139
 
#: models.py:60
 
139
#: models.py:63
140
140
msgid "IP address"
141
141
msgstr "Dirección IP"
142
142
 
143
 
#: models.py:61
 
143
#: models.py:64
144
144
msgid "is public"
145
145
msgstr "es público"
146
146
 
147
 
#: models.py:62
 
147
#: models.py:65
148
148
msgid ""
149
149
"Uncheck this box to make the comment effectively disappear from the site."
150
150
msgstr "desmarque este ítem para que el comentario desaparezca del sitio."
151
151
 
152
 
#: models.py:64
 
152
#: models.py:67
153
153
msgid "is removed"
154
154
msgstr "se ha eliminado"
155
155
 
156
 
#: models.py:65
 
156
#: models.py:68
157
157
msgid ""
158
158
"Check this box if the comment is inappropriate. A \"This comment has been "
159
159
"removed\" message will be displayed instead."
161
161
"Marque este ítem si el comentario es inapropiado. En su lugar se mostrará un "
162
162
"mensaje \"Este comentario ha sido eliminado\"."
163
163
 
164
 
#: models.py:77
 
164
#: models.py:80
165
165
msgid "comments"
166
166
msgstr "comentarios"
167
167
 
168
 
#: models.py:119
 
168
#: models.py:124
169
169
msgid ""
170
170
"This comment was posted by an authenticated user and thus the name is read-"
171
171
"only."
173
173
"Este comentario ha sido enviado por un usuario identificado, por lo tanto el "
174
174
"nombre no puede modificarse."
175
175
 
176
 
#: models.py:128
 
176
#: models.py:134
177
177
msgid ""
178
178
"This comment was posted by an authenticated user and thus the email is read-"
179
179
"only."
181
181
"Este comentario ha sido enviado por un usuario identificado, por lo tanto la "
182
182
"dirección de correo electrónico no puede modificarse."
183
183
 
184
 
#: models.py:153
 
184
#: models.py:160
185
185
#, python-format
186
186
msgid ""
187
187
"Posted by %(user)s at %(date)s\n"
196
196
"\n"
197
197
"http://%(domain)s%(url)s"
198
198
 
199
 
#: models.py:170
 
199
#: models.py:179
200
200
msgid "flag"
201
201
msgstr "marca"
202
202
 
203
 
#: models.py:171
 
203
#: models.py:180
204
204
msgid "date"
205
205
msgstr "fecha"
206
206
 
207
 
#: models.py:181
 
207
#: models.py:190
208
208
msgid "comment flag"
209
209
msgstr "marca de comentario"
210
210
 
211
 
#: models.py:182
 
211
#: models.py:191
212
212
msgid "comment flags"
213
213
msgstr "marcas de comentario"
214
214