forked from stephenmcd/mezzanine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add transifex setup and spanish .po files
- Loading branch information
1 parent
f09e433
commit 930ffc4
Showing
35 changed files
with
3,388 additions
and
2,129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[main] | ||
host = https://www.transifex.net | ||
|
||
[mezzanine.blog] | ||
file_filter = mezzanine/blog/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = mezzanine/blog/locale/en/LC_MESSAGES/django.po | ||
source_lang = en | ||
|
||
[mezzanine.conf] | ||
file_filter = mezzanine/conf/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = mezzanine/conf/locale/en/LC_MESSAGES/django.po | ||
source_lang = en | ||
|
||
[mezzanine.core] | ||
file_filter = mezzanine/core/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = mezzanine/core/locale/en/LC_MESSAGES/django.po | ||
source_lang = en | ||
|
||
[mezzanine.forms] | ||
file_filter = mezzanine/forms/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = mezzanine/forms/locale/en/LC_MESSAGES/django.po | ||
source_lang = en | ||
|
||
[mezzanine.pages] | ||
file_filter = mezzanine/pages/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = mezzanine/pages/locale/en/LC_MESSAGES/django.po | ||
source_lang = en | ||
|
||
[mezzanine.generic] | ||
file_filter = mezzanine/generic/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = mezzanine/generic/locale/en/LC_MESSAGES/django.po | ||
source_lang = en | ||
|
||
[mezzanine.mobile] | ||
file_filter = mezzanine/mobile/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = mezzanine/mobile/locale/en/LC_MESSAGES/django.po | ||
source_lang = en | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,140 @@ | ||
# 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-11-11 22:13-0430\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: models.py:17 templates/blog/blog_post_list.html:82 | ||
msgid "Comments" | ||
msgstr "" | ||
|
||
#: models.py:18 | ||
msgid "Rating" | ||
msgstr "" | ||
|
||
#: models.py:21 | ||
msgid "Blog post" | ||
msgstr "" | ||
|
||
#: models.py:22 | ||
msgid "Blog posts" | ||
msgstr "" | ||
|
||
#: models.py:36 | ||
msgid "Blog Category" | ||
msgstr "" | ||
|
||
#: models.py:37 | ||
msgid "Blog Categories" | ||
msgstr "" | ||
|
||
#: templates/admin/includes/quick_blog.html:5 | ||
msgid "Quick Blog" | ||
msgstr "" | ||
|
||
#: templates/admin/includes/quick_blog.html:14 | ||
msgid "Save Draft" | ||
msgstr "" | ||
|
||
#: templates/blog/blog_post_detail.html:34 | ||
msgid "Home" | ||
msgstr "" | ||
|
||
#: templates/blog/blog_post_detail.html:44 | ||
#: templates/blog/blog_post_list.html:51 | ||
msgid "Posted by" | ||
msgstr "" | ||
|
||
#: templates/blog/blog_post_detail.html:51 | ||
#: templates/blog/blog_post_list.html:61 | ||
msgid "ago" | ||
msgstr "" | ||
|
||
#: templates/blog/blog_post_detail.html:54 | ||
#: templates/blog/blog_post_list.html:86 | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
" 1 comment\n" | ||
" " | ||
msgid_plural "" | ||
"\n" | ||
" %(comments_count)s comments\n" | ||
" " | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: templates/blog/blog_post_detail.html:69 | ||
#: templates/blog/blog_post_list.html:71 | ||
#: templates/blog/includes/filter_panel.html:41 | ||
msgid "Tags" | ||
msgstr "" | ||
|
||
#: templates/blog/blog_post_detail.html:82 | ||
msgid "Share this on" | ||
msgstr "" | ||
|
||
#: templates/blog/blog_post_list.html:27 | ||
msgid "Viewing posts tagged" | ||
msgstr "" | ||
|
||
#: templates/blog/blog_post_list.html:29 | ||
msgid "Viewing posts for the category" | ||
msgstr "" | ||
|
||
#: templates/blog/blog_post_list.html:31 | ||
msgid "Viewing posts from" | ||
msgstr "" | ||
|
||
#: templates/blog/blog_post_list.html:34 | ||
msgid "Viewing posts by" | ||
msgstr "" | ||
|
||
#: templates/blog/blog_post_list.html:56 | ||
msgid "in" | ||
msgstr "" | ||
|
||
#: templates/blog/blog_post_list.html:77 | ||
msgid "read more" | ||
msgstr "" | ||
|
||
#: templates/blog/includes/filter_panel.html:5 | ||
msgid "Recent Posts" | ||
msgstr "" | ||
|
||
#: templates/blog/includes/filter_panel.html:16 | ||
msgid "Archive" | ||
msgstr "" | ||
|
||
#: templates/blog/includes/filter_panel.html:30 | ||
msgid "Categories" | ||
msgstr "" | ||
|
||
#: templates/blog/includes/filter_panel.html:52 | ||
msgid "Authors" | ||
msgstr "" | ||
|
||
#: templates/blog/includes/filter_panel.html:62 | ||
msgid "Feeds" | ||
msgstr "" | ||
|
||
#: templates/blog/includes/filter_panel.html:63 | ||
msgid "RSS" | ||
msgstr "" | ||
|
||
#: templates/blog/includes/filter_panel.html:64 | ||
msgid "Atom" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,43 @@ | ||
# 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. | ||
# | ||
# | ||
# Translators: | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Mezzanine 0.8.5\n" | ||
"Project-Id-Version: Mezzanine\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2011-08-06 23:47+0600\n" | ||
"PO-Revision-Date: 2010-11-24 22:08-0400\n" | ||
"Last-Translator: Carlos David Marrero <[email protected]>\n" | ||
"Language-Team: Armadillo Integración Tecnológica C.A <info@armadillotec." | ||
"com>\n" | ||
"Language: \n" | ||
"POT-Creation-Date: 2011-11-11 22:13-0430\n" | ||
"PO-Revision-Date: 2011-11-12 02:51+0000\n" | ||
"Last-Translator: sebasmagri <[email protected]>\n" | ||
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mezzanine/team/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-Poedit-Language: Spanish\n" | ||
"X-Poedit-Country: VENEZUELA\n" | ||
"X-Poedit-SourceCharset: utf-8\n" | ||
"Language: es\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1)\n" | ||
|
||
#: models.py:16 templates/blog/blog_post_list.html:82 | ||
#: models.py:17 templates/blog/blog_post_list.html:82 | ||
msgid "Comments" | ||
msgstr "Comentarios" | ||
|
||
#: models.py:17 | ||
#: models.py:18 | ||
msgid "Rating" | ||
msgstr "" | ||
|
||
#: models.py:20 | ||
#: models.py:21 | ||
msgid "Blog post" | ||
msgstr "Entrada de blog" | ||
|
||
#: models.py:21 | ||
#: models.py:22 | ||
msgid "Blog posts" | ||
msgstr "Entradas de blog" | ||
|
||
#: models.py:35 | ||
#: models.py:36 | ||
msgid "Blog Category" | ||
msgstr "Categoría del Blog" | ||
|
||
#: models.py:36 | ||
#: models.py:37 | ||
msgid "Blog Categories" | ||
msgstr "Categorías del blog" | ||
|
||
|
@@ -53,23 +49,23 @@ msgstr "Publicación blog" | |
msgid "Save Draft" | ||
msgstr "Guardar borrador" | ||
|
||
#: templates/blog/blog_post_detail.html:36 | ||
#: templates/blog/blog_post_detail.html:34 | ||
msgid "Home" | ||
msgstr "Inicio" | ||
|
||
#: templates/blog/blog_post_detail.html:46 | ||
#: templates/blog/blog_post_list.html:50 | ||
#: templates/blog/blog_post_detail.html:44 | ||
#: templates/blog/blog_post_list.html:51 | ||
msgid "Posted by" | ||
msgstr "Publicado por" | ||
|
||
#: templates/blog/blog_post_detail.html:53 | ||
#: templates/blog/blog_post_list.html:62 | ||
#: templates/blog/blog_post_detail.html:51 | ||
#: templates/blog/blog_post_list.html:61 | ||
msgid "ago" | ||
msgstr "atrás" | ||
|
||
#: templates/blog/blog_post_detail.html:56 | ||
#: templates/blog/blog_post_detail.html:54 | ||
#: templates/blog/blog_post_list.html:86 | ||
#, fuzzy, python-format | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
" 1 comment\n" | ||
|
@@ -79,47 +75,39 @@ msgid_plural "" | |
" %(comments_count)s comments\n" | ||
" " | ||
msgstr[0] "" | ||
"\n" | ||
" 1 comentario\n" | ||
" " | ||
msgstr[1] "" | ||
"\n" | ||
" %(num_comments)s comentarios\n" | ||
" " | ||
|
||
#: templates/blog/blog_post_detail.html:71 | ||
#: templates/blog/blog_post_list.html:72 | ||
#: templates/blog/blog_post_detail.html:69 | ||
#: templates/blog/blog_post_list.html:71 | ||
#: templates/blog/includes/filter_panel.html:41 | ||
msgid "Tags" | ||
msgstr "Etiquetas" | ||
|
||
#: templates/blog/blog_post_detail.html:85 | ||
#, fuzzy | ||
#: templates/blog/blog_post_detail.html:82 | ||
msgid "Share this on" | ||
msgstr "Comparte esta publicación en:" | ||
msgstr "" | ||
|
||
#: templates/blog/blog_post_list.html:26 | ||
#: templates/blog/blog_post_list.html:27 | ||
msgid "Viewing posts tagged" | ||
msgstr "Ver los mensajes etiquetados" | ||
|
||
#: templates/blog/blog_post_list.html:28 | ||
#: templates/blog/blog_post_list.html:29 | ||
msgid "Viewing posts for the category" | ||
msgstr "Ver los mensajes de la categoría" | ||
|
||
#: templates/blog/blog_post_list.html:30 | ||
#: templates/blog/blog_post_list.html:31 | ||
msgid "Viewing posts from" | ||
msgstr "Ver los mensajes de" | ||
|
||
#: templates/blog/blog_post_list.html:33 | ||
#: templates/blog/blog_post_list.html:34 | ||
msgid "Viewing posts by" | ||
msgstr "Ver los mensajes por" | ||
|
||
#: templates/blog/blog_post_list.html:57 | ||
#, fuzzy | ||
#: templates/blog/blog_post_list.html:56 | ||
msgid "in" | ||
msgstr "Enlace" | ||
msgstr "" | ||
|
||
#: templates/blog/blog_post_list.html:78 | ||
#: templates/blog/blog_post_list.html:77 | ||
msgid "read more" | ||
msgstr "leer más" | ||
|
||
|
@@ -151,62 +139,4 @@ msgstr "RSS" | |
msgid "Atom" | ||
msgstr "Atom" | ||
|
||
#~ msgid "Name" | ||
#~ msgstr "Nombre" | ||
|
||
#~ msgid "required" | ||
#~ msgstr "requerido" | ||
|
||
#~ msgid "Email" | ||
#~ msgstr "Correo electrónico" | ||
|
||
#~ msgid "required (not published)" | ||
#~ msgstr "requerido (no publicado)" | ||
|
||
#~ msgid "Email hash" | ||
#~ msgstr " Hash del correo electrónico" | ||
|
||
#~ msgid "Comment" | ||
#~ msgstr "Comentar" | ||
|
||
#~ msgid "Website" | ||
#~ msgstr "Sitio web" | ||
|
||
#~ msgid "optional" | ||
#~ msgstr "opcional" | ||
|
||
#~ msgid "Approved" | ||
#~ msgstr "Aprobado" | ||
|
||
#~ msgid "By the blog author" | ||
#~ msgstr "Por el autor del blog" | ||
|
||
#~ msgid "IP address" | ||
#~ msgstr "Dirección IP" | ||
|
||
#~ msgid "Created at" | ||
#~ msgstr "Creado el" | ||
|
||
#~ msgid "View on site" | ||
#~ msgstr "Ver en el sitio" | ||
|
||
#~ msgid "Recent Comments" | ||
#~ msgstr "Comentarios recientes" | ||
|
||
#~ msgid "Posted to" | ||
#~ msgstr "Publicado a" | ||
|
||
#~ msgid "View comment" | ||
#~ msgstr "Ver comentario" | ||
|
||
#~ msgid "Reply" | ||
#~ msgstr "Responder" | ||
|
||
#~ msgid "Comment deleted" | ||
#~ msgstr "Comentario eliminado" | ||
|
||
#~ msgid "Comment awaiting approval" | ||
#~ msgstr "Comentario a la espera de aprobación" | ||
|
||
#~ msgid "There are currently no comments" | ||
#~ msgstr "Actualmente no hay comentarios" |
Oops, something went wrong.