Remove POT-Creation-Date headers from PO files.
[wolnelektury.git] / src / suggest / locale / es / LC_MESSAGES / django.po
index ae5ed39..65ac1ed 100644 (file)
@@ -7,7 +7,6 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-01-25 13:22+0100\n"
 "PO-Revision-Date: 2012-02-18 13:20+0100\n"
 "Last-Translator: Anna Jopp <aniajopp@gmail.com>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "PO-Revision-Date: 2012-02-18 13:20+0100\n"
 "Last-Translator: Anna Jopp <aniajopp@gmail.com>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,19 +15,19 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: forms.py:17 forms.py:58
+#: suggest/forms.py:20 suggest/forms.py:67
 msgid "Contact"
 msgstr "Contacto"
 
 msgid "Contact"
 msgstr "Contacto"
 
-#: forms.py:18
+#: suggest/forms.py:21
 msgid "Description"
 msgstr "Descripción"
 
 msgid "Description"
 msgstr "Descripción"
 
-#: forms.py:49 forms.py:106
+#: suggest/forms.py:58 suggest/forms.py:122
 msgid "Thank you for your suggestion."
 msgstr "Gracias por tu sugerencia"
 
 msgid "Thank you for your suggestion."
 msgstr "Gracias por tu sugerencia"
 
-#: forms.py:50 forms.py:107
+#: suggest/forms.py:59 suggest/forms.py:123
 msgid ""
 "Thank you for your comment on WolneLektury.pl.\n"
 "The suggestion has been referred to the project coordinator."
 msgid ""
 "Thank you for your comment on WolneLektury.pl.\n"
 "The suggestion has been referred to the project coordinator."
@@ -36,70 +35,100 @@ msgstr ""
 "Gracias por tu comentario en WolneLektury.pl La sugerencia ha sido remitida "
 "a el coordinador del proyecto"
 
 "Gracias por tu comentario en WolneLektury.pl La sugerencia ha sido remitida "
 "a el coordinador del proyecto"
 
-#: forms.py:53 forms.py:110
-msgid "Message sent automatically. Please do not reply."
-msgstr "La mensaje enviado automaticamente. No conteste por favor."
-
-#: forms.py:59 models.py:28
+#: suggest/forms.py:68 suggest/models.py:30
 msgid "books"
 msgstr "libros"
 
 msgid "books"
 msgstr "libros"
 
-#: forms.py:60 models.py:29
-msgid "audiobooks"
+#: suggest/forms.py:69
+#, fuzzy
+#| msgid "books"
+msgid "ebook"
+msgstr "libros"
+
+#: suggest/forms.py:70
+#, fuzzy
+#| msgid "audiobooks"
+msgid "audiobook"
 msgstr "audiolibros"
 
 msgstr "audiolibros"
 
-#: forms.py:64
-msgid "One of these fields is required."
+#: suggest/forms.py:76
+#, fuzzy
+#| msgid "One of these fields is required."
+msgid "One of these options is required."
 msgstr "Uno de estos campos es requerido"
 
 msgstr "Uno de estos campos es requerido"
 
-#: models.py:11 models.py:27
+#: suggest/models.py:13 suggest/models.py:29
 msgid "contact"
 msgstr "Contacto"
 
 msgid "contact"
 msgstr "Contacto"
 
-#: models.py:12
+#: suggest/models.py:14
 msgid "description"
 msgstr "Descripción"
 
 msgid "description"
 msgstr "Descripción"
 
-#: models.py:13 models.py:30
+#: suggest/models.py:15 suggest/models.py:32
 msgid "creation date"
 msgstr "Fecha de creación"
 
 msgid "creation date"
 msgstr "Fecha de creación"
 
-#: models.py:14 models.py:31
+#: suggest/models.py:16 suggest/models.py:33
 msgid "IP address"
 msgstr "Dirección IP"
 
 msgid "IP address"
 msgstr "Dirección IP"
 
-#: models.py:19
+#: suggest/models.py:21
 msgid "suggestion"
 msgstr "sugerencia"
 
 msgid "suggestion"
 msgstr "sugerencia"
 
-#: models.py:20
+#: suggest/models.py:22
 msgid "suggestions"
 msgstr "sugerencias"
 
 msgid "suggestions"
 msgstr "sugerencias"
 
-#: models.py:36
+#: suggest/models.py:31
+msgid "audiobooks"
+msgstr "audiolibros"
+
+#: suggest/models.py:38
 msgid "publishing suggestion"
 msgstr "Sugerencia de publicación"
 
 msgid "publishing suggestion"
 msgstr "Sugerencia de publicación"
 
-#: models.py:37
+#: suggest/models.py:39
 msgid "publishing suggestions"
 msgstr "Sugerencias de publicación"
 
 msgid "publishing suggestions"
 msgstr "Sugerencias de publicación"
 
-#: templates/publishing_suggest.html:5
-msgid "Didn't find a book? Make a suggestion."
-msgstr "No encontraste un libro? Haz una sugerencia."
-
-#: templates/publishing_suggest.html:13
+#: suggest/templates/publishing_suggest.html:7
 msgid "I'd like to find in WolneLektury.pl these…"
 msgstr "Me gustaría encontrar estos en WolneLektury.pl"
 
 msgid "I'd like to find in WolneLektury.pl these…"
 msgstr "Me gustaría encontrar estos en WolneLektury.pl"
 
-#: templates/publishing_suggest.html:19 views.py:22
+#: suggest/templates/publishing_suggest.html:16
+msgid ""
+"Remember that we can only publish books in public domain, ie. 70 years after "
+"the death of the author!"
+msgstr ""
+
+#: suggest/views.py:13
+msgid "Didn't find a book? Make a suggestion."
+msgstr "No encontraste un libro? Haz una sugerencia."
+
+#: suggest/views.py:15 suggest/views.py:25
 msgid "Send report"
 msgstr "Envia un report"
 
 msgid "Send report"
 msgstr "Envia un report"
 
-#: views.py:13 views.py:21
+#: suggest/views.py:16 suggest/views.py:26
+msgid "Report was sent successfully."
+msgstr "la noticia ha sido enviada con éxito "
+
+#: suggest/views.py:23
 msgid "Report a bug or suggestion"
 msgstr "Reporta un error o una sugerencia"
 
 msgid "Report a bug or suggestion"
 msgstr "Reporta un error o una sugerencia"
 
-#: views.py:15 views.py:23
-msgid "Report was sent successfully."
-msgstr "la noticia ha sido enviada con éxito "
+#~ msgid "Message sent automatically. Please do not reply."
+#~ msgstr "La mensaje enviado automaticamente. No conteste por favor."
+
+#, fuzzy
+#~| msgid ""
+#~| "Thank you for your comment on WolneLektury.pl.\n"
+#~| "The suggestion has been referred to the project coordinator."
+#~ msgid ""
+#~ "    Thank you for your comment on WolneLektury.pl.\n"
+#~ "    The suggestion has been referred to the project coordinator."
+#~ msgstr ""
+#~ "Gracias por tu comentario en WolneLektury.pl La sugerencia ha sido "
+#~ "remitida a el coordinador del proyecto"