Language source and translations updates

This commit is contained in:
Roberto Rosario
2012-02-02 14:56:15 -04:00
parent e870f4ee5a
commit 2dfad128e2
225 changed files with 9360 additions and 7843 deletions

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-11-22 11:26-0400\n"
"POT-Creation-Date: 2012-02-02 14:17-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"
@@ -17,84 +17,80 @@ msgstr ""
"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
#: __init__.py:19 __init__.py:20
msgid "delete"
msgstr ""
#: __init__.py:28
#: __init__.py:21
msgid "add comment"
msgstr ""
#: __init__.py:29 utils.py:14
#: __init__.py:22
msgid "comments"
msgstr ""
#: __init__.py:33
#: __init__.py:26
msgid "date"
msgstr ""
#: __init__.py:37
#: __init__.py:30
msgid "user"
msgstr ""
#: __init__.py:41
#: __init__.py:34
msgid "comment"
msgstr ""
#: views.py:27
#: permissions.py:7
msgid "Comments"
msgstr ""
#: permissions.py:9
msgid "Create new comments"
msgstr ""
#: permissions.py:10
msgid "Delete comments"
msgstr ""
#: permissions.py:11
msgid "View comments"
msgstr ""
#: views.py:36
msgid "Must provide at least one comment."
msgstr ""
#: views.py:37
#: views.py:46
#, python-format
msgid "Comment \"%s\" deleted successfully."
msgstr ""
#: views.py:39
#: views.py:48
#, python-format
msgid "Error deleting comment \"%(comment)s\": %(error)s"
msgstr ""
#: views.py:54
#: views.py:63
#, python-format
msgid "Are you sure you wish to delete the comment: %s?"
msgstr ""
#: views.py:56
#: views.py:65
#, python-format
msgid "Are you sure you wish to delete the comments: %s?"
msgstr ""
#: views.py:86
#: views.py:99
msgid "Comment added successfully."
msgstr ""
#: views.py:93
#: views.py:106
#, python-format
msgid "Add comment to document: %s"
msgstr ""
#: views.py:109
#: views.py:126
#, python-format
msgid "comments: %s"
msgstr ""

View File

@@ -1,101 +1,98 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-11-22 11:26-0400\n"
"PO-Revision-Date: 2011-09-30 04:34+0000\n"
"Last-Translator: rosarior <roberto.rosario.gonzalez@gmail.com>\n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/"
"mayan-edms/team/es/)\n"
"Language: es\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2012-02-02 14:17-0400\n"
"PO-Revision-Date: 2012-02-02 18:20+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/team/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: __init__.py:15
msgid "Create new comments"
msgstr "Crear nuevos comentarios"
#: __init__.py:16
msgid "Delete comments"
msgstr "Eliminar comentarios"
#: __init__.py:17
msgid "Edit comments"
msgstr "Editar los comentarios"
#: __init__.py:18
msgid "View comments"
msgstr "Ver comentarios"
#: __init__.py:20
msgid "Comments"
msgstr "Comentarios"
#: __init__.py:26 __init__.py:27
#: __init__.py:19 __init__.py:20
msgid "delete"
msgstr "eliminar"
#: __init__.py:28
#: __init__.py:21
msgid "add comment"
msgstr "añadir comentario"
#: __init__.py:29 utils.py:14
#: __init__.py:22
msgid "comments"
msgstr "comentarios"
#: __init__.py:33
#: __init__.py:26
msgid "date"
msgstr "fecha"
#: __init__.py:37
#: __init__.py:30
msgid "user"
msgstr "usuario"
#: __init__.py:41
#: __init__.py:34
msgid "comment"
msgstr "comentario"
#: views.py:27
#: permissions.py:7
msgid "Comments"
msgstr "Comentarios"
#: permissions.py:9
msgid "Create new comments"
msgstr "Crear nuevos comentarios"
#: permissions.py:10
msgid "Delete comments"
msgstr "Eliminar comentarios"
#: permissions.py:11
msgid "View comments"
msgstr "Ver comentarios"
#: views.py:36
msgid "Must provide at least one comment."
msgstr "Debe proveer al menos un comentario."
#: views.py:37
#: views.py:46
#, python-format
msgid "Comment \"%s\" deleted successfully."
msgstr "Comentario \"%s\" eliminado exitosamente."
#: views.py:39
#: views.py:48
#, python-format
msgid "Error deleting comment \"%(comment)s\": %(error)s"
msgstr "Error al eliminar el comentario \" %(comment)s\": %(error)s "
#: views.py:54
#: views.py:63
#, python-format
msgid "Are you sure you wish to delete the comment: %s?"
msgstr "¿Está seguro que desea eliminar el comentario:% s?"
#: views.py:56
#: views.py:65
#, python-format
msgid "Are you sure you wish to delete the comments: %s?"
msgstr "¿Está seguro que desea eliminar los comentarios:% s?"
#: views.py:86
#: views.py:99
msgid "Comment added successfully."
msgstr "Comentario añadido exitosamente."
#: views.py:93
#: views.py:106
#, python-format
msgid "Add comment to document: %s"
msgstr "Añadir comentario al documento: %s"
#: views.py:109
#: views.py:126
#, python-format
msgid "comments: %s"
msgstr "comentarios: %s"

View File

@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2011-11-22 11:26-0400\n"
"PO-Revision-Date: 2011-12-09 17:37+0000\n"
"Last-Translator: Pierpaolo Baldan <pierpaolo.baldan@gmail.com>\n"
"POT-Creation-Date: 2012-02-02 14:17-0400\n"
"PO-Revision-Date: 2012-02-02 18:20+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -18,84 +18,80 @@ msgstr ""
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: __init__.py:15
msgid "Create new comments"
msgstr "Crea nuovo commento"
#: __init__.py:16
msgid "Delete comments"
msgstr "Cancella commenti"
#: __init__.py:17
msgid "Edit comments"
msgstr "Modifica commenti"
#: __init__.py:18
msgid "View comments"
msgstr "Visualizza commenti"
#: __init__.py:20
msgid "Comments"
msgstr "Commenti"
#: __init__.py:26 __init__.py:27
#: __init__.py:19 __init__.py:20
msgid "delete"
msgstr "cancella"
#: __init__.py:28
#: __init__.py:21
msgid "add comment"
msgstr "aggiungi commento"
#: __init__.py:29 utils.py:14
#: __init__.py:22
msgid "comments"
msgstr "commenti"
#: __init__.py:33
#: __init__.py:26
msgid "date"
msgstr "data"
#: __init__.py:37
#: __init__.py:30
msgid "user"
msgstr "utente"
#: __init__.py:41
#: __init__.py:34
msgid "comment"
msgstr "commento"
#: views.py:27
#: permissions.py:7
msgid "Comments"
msgstr "Commenti"
#: permissions.py:9
msgid "Create new comments"
msgstr "Crea nuovo commento"
#: permissions.py:10
msgid "Delete comments"
msgstr "Cancella commenti"
#: permissions.py:11
msgid "View comments"
msgstr "Visualizza commenti"
#: views.py:36
msgid "Must provide at least one comment."
msgstr "Devi almeno fornire un commento"
#: views.py:37
#: views.py:46
#, python-format
msgid "Comment \"%s\" deleted successfully."
msgstr "Commento \"%s\" cancellato con sucesso."
#: views.py:39
#: views.py:48
#, python-format
msgid "Error deleting comment \"%(comment)s\": %(error)s"
msgstr "Erroro nel cancellare il commento \"%(comment)s\": %(error)s"
#: views.py:54
#: views.py:63
#, python-format
msgid "Are you sure you wish to delete the comment: %s?"
msgstr "Sei sicuro di voler cancellare questo commento: %s?"
#: views.py:56
#: views.py:65
#, python-format
msgid "Are you sure you wish to delete the comments: %s?"
msgstr "Sei sicuro di voler cancellare questi commenti: %s?"
#: views.py:86
#: views.py:99
msgid "Comment added successfully."
msgstr "Commento aggiunto con successo."
#: views.py:93
#: views.py:106
#, python-format
msgid "Add comment to document: %s"
msgstr "Aggiungi un comento al documento: %s"
#: views.py:109
#: views.py:126
#, python-format
msgid "comments: %s"
msgstr "commenti: %s"

View File

@@ -1,102 +1,99 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# <dev.emerson@gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-11-22 11:26-0400\n"
"PO-Revision-Date: 2011-09-30 21:14+0000\n"
"Last-Translator: emersonsoares <dev.emerson@gmail.com>\n"
"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/"
"team/pt/)\n"
"Language: pt\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2012-02-02 14:17-0400\n"
"PO-Revision-Date: 2012-02-02 18:20+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/team/pt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: __init__.py:15
msgid "Create new comments"
msgstr "Criar novos comentários"
#: __init__.py:16
msgid "Delete comments"
msgstr "Excluir comentários"
#: __init__.py:17
msgid "Edit comments"
msgstr "Editar comentários"
#: __init__.py:18
msgid "View comments"
msgstr "Ver comentários"
#: __init__.py:20
msgid "Comments"
msgstr "Comentários"
#: __init__.py:26 __init__.py:27
#: __init__.py:19 __init__.py:20
msgid "delete"
msgstr "excluir"
#: __init__.py:28
#: __init__.py:21
msgid "add comment"
msgstr "adicionar comentário"
#: __init__.py:29 utils.py:14
#: __init__.py:22
msgid "comments"
msgstr "comentários"
#: __init__.py:33
#: __init__.py:26
msgid "date"
msgstr "data"
#: __init__.py:37
#: __init__.py:30
msgid "user"
msgstr "usuário"
#: __init__.py:41
#: __init__.py:34
msgid "comment"
msgstr "comentário"
#: views.py:27
#: permissions.py:7
msgid "Comments"
msgstr "Comentários"
#: permissions.py:9
msgid "Create new comments"
msgstr "Criar novos comentários"
#: permissions.py:10
msgid "Delete comments"
msgstr "Excluir comentários"
#: permissions.py:11
msgid "View comments"
msgstr "Ver comentários"
#: views.py:36
msgid "Must provide at least one comment."
msgstr "Deve fornecer pelo menos um comentário."
#: views.py:37
#: views.py:46
#, python-format
msgid "Comment \"%s\" deleted successfully."
msgstr "Comentário \"%s\" removido com sucesso."
#: views.py:39
#: views.py:48
#, python-format
msgid "Error deleting comment \"%(comment)s\": %(error)s"
msgstr "Erro ao excluir comentário \"%(comment)s\": %(error)s"
#: views.py:54
#: views.py:63
#, python-format
msgid "Are you sure you wish to delete the comment: %s?"
msgstr "Tem certeza de que deseja excluir o comentário: %s?"
#: views.py:56
#: views.py:65
#, python-format
msgid "Are you sure you wish to delete the comments: %s?"
msgstr "Tem certeza de que deseja excluir os comentários: %s?"
#: views.py:86
#: views.py:99
msgid "Comment added successfully."
msgstr "Comentário adicionado com sucesso."
#: views.py:93
#: views.py:106
#, python-format
msgid "Add comment to document: %s"
msgstr "Adicionar comentário ao documento: %s"
#: views.py:109
#: views.py:126
#, python-format
msgid "comments: %s"
msgstr "comentários: %s"

View File

@@ -1,103 +1,99 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Sergey Glita <gsv70@mail.ru>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-11-22 11:26-0400\n"
"PO-Revision-Date: 2011-11-19 20:58+0000\n"
"Last-Translator: gsv70 <gsv70@mail.ru>\n"
"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/"
"ru/)\n"
"Language: ru\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2012-02-02 14:17-0400\n"
"PO-Revision-Date: 2012-02-02 18:20+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
"Language: ru\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\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
#: __init__.py:19 __init__.py:20
msgid "delete"
msgstr "удалить"
#: __init__.py:28
#: __init__.py:21
msgid "add comment"
msgstr "добавить комментарий"
#: __init__.py:29 utils.py:14
#: __init__.py:22
msgid "comments"
msgstr "комментарии"
#: __init__.py:33
#: __init__.py:26
msgid "date"
msgstr "дата"
#: __init__.py:37
#: __init__.py:30
msgid "user"
msgstr "пользователь"
#: __init__.py:41
#: __init__.py:34
msgid "comment"
msgstr "комментарий"
#: views.py:27
#: permissions.py:7
msgid "Comments"
msgstr "Комментарии"
#: permissions.py:9
msgid "Create new comments"
msgstr "Создать новые комментарии"
#: permissions.py:10
msgid "Delete comments"
msgstr "Удалить комментарии"
#: permissions.py:11
msgid "View comments"
msgstr "Просмотр комментариев"
#: views.py:36
msgid "Must provide at least one comment."
msgstr "Должен быть хотя бы один комментарий."
#: views.py:37
#: views.py:46
#, python-format
msgid "Comment \"%s\" deleted successfully."
msgstr "Комментарий \"%s\" удален."
#: views.py:39
#: views.py:48
#, python-format
msgid "Error deleting comment \"%(comment)s\": %(error)s"
msgstr "Ошибка при удалении комментариев \"%(comment)s\": %(error)s"
#: views.py:54
#: views.py:63
#, python-format
msgid "Are you sure you wish to delete the comment: %s?"
msgstr "Вы действительно хотите удалить комментарий %s?"
#: views.py:56
#: views.py:65
#, python-format
msgid "Are you sure you wish to delete the comments: %s?"
msgstr "Вы действительно хотите удалить комментарии %s?"
#: views.py:86
#: views.py:99
msgid "Comment added successfully."
msgstr "Комментарий добавлен."
#: views.py:93
#: views.py:106
#, python-format
msgid "Add comment to document: %s"
msgstr "Добавить комментарий на документ: %s"
#: views.py:109
#: views.py:126
#, python-format
msgid "comments: %s"
msgstr "комментарии: %s"