Updated Spanish .po files, added English .po files to add project to Transifex.com
This commit is contained in:
100
apps/document_comments/locale/en/LC_MESSAGES/django.po
Normal file
100
apps/document_comments/locale/en/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,100 @@
|
||||
# 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-09-29 18:44-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: __init__.py:15
|
||||
msgid "Create new comments"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:16
|
||||
msgid "Delete comments"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:17
|
||||
msgid "Edit comments"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:18
|
||||
msgid "View comments"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:20
|
||||
msgid "Comments"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:26 __init__.py:27
|
||||
msgid "delete"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:28
|
||||
msgid "add comment"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:29 utils.py:14
|
||||
msgid "comments"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:33
|
||||
msgid "date"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:37
|
||||
msgid "user"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:41
|
||||
msgid "comment"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:27
|
||||
msgid "Must provide at least one comment."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:37
|
||||
#, python-format
|
||||
msgid "Comment \"%s\" deleted successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:39
|
||||
#, python-format
|
||||
msgid "Error deleting comment \"%(comment)s\": %(error)s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:54
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete the comment: %s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:56
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete the comments: %s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:86
|
||||
msgid "Comment added successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:93
|
||||
#, python-format
|
||||
msgid "Add comment to document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
msgid "comments: %s"
|
||||
msgstr ""
|
||||
@@ -2,64 +2,64 @@
|
||||
# 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-07-23 01:00-0400\n"
|
||||
"POT-Creation-Date: 2011-09-29 18:44-0400\n"
|
||||
"PO-Revision-Date: 2011-07-23 01:01\n"
|
||||
"Last-Translator: Administrador Local <rosario_r@jp.pr.gov>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \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:14
|
||||
#: __init__.py:15
|
||||
msgid "Create new comments"
|
||||
msgstr "Crear nuevos comentarios"
|
||||
|
||||
#: __init__.py:15
|
||||
#: __init__.py:16
|
||||
msgid "Delete comments"
|
||||
msgstr "Eliminar comentarios"
|
||||
|
||||
#: __init__.py:16
|
||||
#: __init__.py:17
|
||||
msgid "Edit comments"
|
||||
msgstr "Editar los comentarios"
|
||||
|
||||
#: __init__.py:17
|
||||
#: __init__.py:18
|
||||
msgid "View comments"
|
||||
msgstr "Ver comentarios"
|
||||
|
||||
#: __init__.py:19
|
||||
#: __init__.py:20
|
||||
msgid "Comments"
|
||||
msgstr "Comentarios"
|
||||
|
||||
#: __init__.py:25 __init__.py:26
|
||||
#: __init__.py:26 __init__.py:27
|
||||
msgid "delete"
|
||||
msgstr "eliminar"
|
||||
|
||||
#: __init__.py:27
|
||||
#: __init__.py:28
|
||||
msgid "add comment"
|
||||
msgstr "añadir comentario"
|
||||
|
||||
#: __init__.py:28 utils.py:14
|
||||
#: __init__.py:29 utils.py:14
|
||||
msgid "comments"
|
||||
msgstr "comentarios"
|
||||
|
||||
#: __init__.py:32
|
||||
#: __init__.py:33
|
||||
msgid "date"
|
||||
msgstr "fecha"
|
||||
|
||||
#: __init__.py:36
|
||||
#: __init__.py:37
|
||||
msgid "user"
|
||||
msgstr "usuario"
|
||||
|
||||
#: __init__.py:40
|
||||
#: __init__.py:41
|
||||
msgid "comment"
|
||||
msgstr "comentario"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user