comment_classification.po
8.55 KB
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: 1.0-690-gcb6e853\n"
"POT-Creation-Date: 2015-03-05 12:09-0300\n"
"PO-Revision-Date: 2015-02-24 20:46+0200\n"
"Last-Translator: Gonzalo Exequiel Pedone <hipersayan.x@gmail.com>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/noosfero/plugin-"
"comment-classification/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.3-dev\n"
#: plugins/comment_classification/lib/comment_classification_plugin.rb:11
msgid "A plugin that allow classification of comments."
msgstr "Un plugin que permite clasificar comentarios."
#: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:16
msgid "Label created"
msgstr "Etiqueta creada"
#: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:19
msgid "Label could not be created"
msgstr "La etiqueta no pudo ser creada"
#: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:31
msgid "Label updated"
msgstr "Etiqueta actualizada"
#: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:34
msgid "Failed to edit label"
msgstr "Fallo al editar la etiqueta"
#: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:45
msgid "Label removed"
msgstr "Etiqueta eliminada"
#: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:47
#: plugins/comment_classification/controllers/admin/comment_classification_plugin_labels_controller.rb:50
msgid "Label could not be removed"
msgstr "No se puede eliminar la etiqueta"
#: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:15
msgid "Status created"
msgstr "Estado creado"
#: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:18
msgid "Status could not be created"
msgstr "No se puede crear el estado"
#: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:29
msgid "Status updated"
msgstr "Estado actualizado"
#: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:32
msgid "Failed to edit status"
msgstr "Fallo al editar el estado"
#: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:43
msgid "Status removed"
msgstr "Estado eliminado"
#: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:45
#: plugins/comment_classification/controllers/admin/comment_classification_plugin_status_controller.rb:48
msgid "Status could not be removed"
msgstr "No se puede eliminar el estado"
#: plugins/comment_classification/views/comment_classification_plugin_myprofile/_status_form.html.erb:6
#: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:9
#: plugins/comment_classification/views/comment/comment_extra.html.erb:12
msgid "Status"
msgstr "Estado"
#: plugins/comment_classification/views/comment_classification_plugin_myprofile/_status_form.html.erb:7
msgid "Reason:"
msgstr "Razón:"
#: plugins/comment_classification/views/comment_classification_plugin_myprofile/add_status.html.erb:1
msgid "Status for comment"
msgstr "Estado del comentario"
#: plugins/comment_classification/views/comment_classification_plugin_myprofile/add_status.html.erb:16
msgid ""
"<i>%{user}</i> added the status <i>%{status_name}</i> at <i>%{created_at}</"
"i>."
msgstr ""
"<i>%{user}</i> ha agregado el estado <i>%{status_name}</i> en "
"<i>%{created_at}</i>."
#: plugins/comment_classification/views/comment_classification_plugin_myprofile/add_status.html.erb:18
msgid "<i>Reason:</i> %s"
msgstr "<i>Razón:</i> %s"
#: plugins/comment_classification/views/comment_classification_plugin_myprofile/add_status.html.erb:24
#: plugins/comment_classification/views/comment_classification_plugin_status/create.html.erb:1
#: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:29
msgid "Add a new status"
msgstr "Agregar nuevo estado"
#: plugins/comment_classification/views/comment_classification_plugin_myprofile/index.html.erb:1
msgid "Manage comment classification"
msgstr "Gestionar la clasificación de comentarios"
#: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:6
#: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:6
msgid "Name"
msgstr "Nombre"
#: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:7
#: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:10
msgid "Color"
msgstr "Color"
#: plugins/comment_classification/views/comment_classification_plugin_labels/_form.html.erb:8
msgid "Enable this label?"
msgstr "¿Habilitar esta etiqueta?"
#: plugins/comment_classification/views/comment_classification_plugin_labels/edit.html.erb:1
msgid "Editing label %s"
msgstr "Editar etiqueta %s"
#: plugins/comment_classification/views/comment_classification_plugin_labels/create.html.erb:1
#: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:29
msgid "Add a new label"
msgstr "Agregar una nueva etiqueta"
# pendiente
#: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:1
msgid "Manage comments labels"
msgstr "Gestionar la etiqueta de los comentarios"
# Le ponemos "no registrado" o "sin registrar"? O no especificado?
#: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:5
msgid "(no label registered yet)"
msgstr "(todavía no se ha registrado una etiqueta)"
#: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:9
#: plugins/comment_classification/views/comment/comments_labels_select.html.erb:3
msgid "Label"
msgstr "Etiqueta"
#: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:11
#: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:10
msgid "Enabled"
msgstr "Habilitado"
#: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:12
#: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:12
msgid "Actions"
msgstr "Acciones"
#: plugins/comment_classification/views/comment_classification_plugin_labels/index.html.erb:21
msgid "Are you sure you want to remove this label?"
msgstr "¿Estás seguro de que deseas eliminar esta etiqueta?"
#: plugins/comment_classification/views/comment_classification_plugin_status/_form.html.erb:7
msgid "Enable this status?"
msgstr "¿Habilitar este estado?"
#: plugins/comment_classification/views/comment_classification_plugin_status/edit.html.erb:1
msgid "Editing status %s"
msgstr "Editando el estado %s"
#: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:1
msgid "Manage comments status"
msgstr "Gestionar el estado de los comentarios"
# Le ponemos "no registrado" o "sin registrar"? O no especificado?
#: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:5
msgid "(no status registered yet)"
msgstr "(todavía no se ha registrado un estado)"
# habilitado o permitido? estaba o está?
#: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:11
msgid "Reason enabled?"
msgstr "¿Razón habilitada?"
#: plugins/comment_classification/views/comment_classification_plugin_status/index.html.erb:21
msgid "Are you sure you want to remove this status?"
msgstr "¿Estás seguro de que deseas eliminar este estado?"
#: plugins/comment_classification/views/comment/comments_labels_select.html.erb:3
msgid "[Select ...]"
msgstr "[Seleccione ...]"
#: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:1
msgid "Comments classification options"
msgstr "Opciones de clasificación de comentarios"
#: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:4
msgid "Manage Labels"
msgstr "Gestionar Etiquetas"
#: plugins/comment_classification/views/comment_classification_plugin_admin/index.html.erb:5
msgid "Manage Status"
msgstr "Gestionar Estados"