Finished renaming comments app to document_comments

This commit is contained in:
Roberto Rosario
2011-05-01 16:13:34 -04:00
parent e69a85efad
commit 5349b29965
11 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -0,0 +1,89 @@
# 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.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-05-01 04:21-0400\n"
"PO-Revision-Date: 2011-05-01 04:25\n"
"Last-Translator: Roberto Rosario <rosario_r@jp.pr.gov>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"
"X-Translated-Using: django-rosetta 0.5.6\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:16
msgid "Create new comments"
msgstr "Crear nuevos comentarios"
#: __init__.py:17
msgid "Delete comments"
msgstr "Eliminar comentarios"
#: __init__.py:18
msgid "Edit comments"
msgstr "Editar los comentarios"
#: __init__.py:21 __init__.py:22
msgid "delete"
msgstr "eliminar"
#: __init__.py:23
msgid "add comment"
msgstr "añadir comentario"
#: __init__.py:27
msgid "date"
msgstr "fecha"
#: __init__.py:31
msgid "user"
msgstr "usuario"
#: __init__.py:35 views.py:45
msgid "comment"
msgstr "comentario"
#: utils.py:17
msgid "comments"
msgstr "comentarios"
#: views.py:26
msgid "Must provide at least one comment."
msgstr "Debe proveer al menos un comentario."
#: views.py:36
#, python-format
msgid "Comment \"%s\" deleted successfully."
msgstr "Comentario \"%s\" eliminado exitosamente."
#: views.py:38
#, python-format
msgid "Error deleting comment \"%(comment)s\": %(error)s"
msgstr "Error al eliminar el comentario \" %(comment)s\": %(error)s "
#: views.py:52
#, python-format
msgid "Are you sure you wish to delete the comment: %s?"
msgstr "¿Está seguro que desea eliminar el comentario:% s?"
#: views.py:54
#, python-format
msgid "Are you sure you wish to delete the comments: %s?"
msgstr "¿Está seguro que desea eliminar los comentarios:% s?"
#: views.py:84
msgid "Comment added successfully."
msgstr "Comentario añadido exitosamente."
#: views.py:91
#, python-format
msgid "Add comment to document: %s"
msgstr "Añadir comentario al documento: %s"