From b44f8bdabd9af2feb1a198e420494f6e70386268 Mon Sep 17 00:00:00 2001 From: Macartur Sousa Date: Thu, 3 Sep 2015 09:52:25 -0300 Subject: [PATCH] Added translations files --- colab_spb/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes colab_spb/locale/en/LC_MESSAGES/django.po | 43 +++++++++++++++++++++++++++++++++++++++++++ colab_spb/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 650 bytes colab_spb/locale/pt_BR/LC_MESSAGES/django.po | 44 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 87 insertions(+), 0 deletions(-) create mode 100644 colab_spb/locale/en/LC_MESSAGES/django.mo create mode 100644 colab_spb/locale/en/LC_MESSAGES/django.po create mode 100644 colab_spb/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 colab_spb/locale/pt_BR/LC_MESSAGES/django.po diff --git a/colab_spb/locale/en/LC_MESSAGES/django.mo b/colab_spb/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000..c70a1a0 Binary files /dev/null and b/colab_spb/locale/en/LC_MESSAGES/django.mo differ diff --git a/colab_spb/locale/en/LC_MESSAGES/django.po b/colab_spb/locale/en/LC_MESSAGES/django.po new file mode 100644 index 0000000..d19bdfa --- /dev/null +++ b/colab_spb/locale/en/LC_MESSAGES/django.po @@ -0,0 +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 , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-09-03 12:43+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: templates/discussion-message-preview.html:6 +msgid "ago" +msgstr "" + +#: templates/discussion-message-preview.html:10 +#: templates/discussion-message-preview.html:30 +msgid "by" +msgstr "" + +#: templates/discussion-message-preview.html:30 +msgid "Anonymous" +msgstr "" + +#: templates/discussion.html:7 +msgid "latest" +msgstr "" + +#: templates/discussion.html:15 templates/discussion.html.py:29 +msgid "see all discussions" +msgstr "" + +#: templates/discussion.html:21 +msgid "most relevant" +msgstr "" diff --git a/colab_spb/locale/pt_BR/LC_MESSAGES/django.mo b/colab_spb/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000..ae3a82e Binary files /dev/null and b/colab_spb/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/colab_spb/locale/pt_BR/LC_MESSAGES/django.po b/colab_spb/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000..2aec49a --- /dev/null +++ b/colab_spb/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,44 @@ +# 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 , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-09-03 12:43+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \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" + +#: templates/discussion-message-preview.html:6 +msgid "ago" +msgstr "" + +#: templates/discussion-message-preview.html:10 +#: templates/discussion-message-preview.html:30 +msgid "by" +msgstr "por" + +#: templates/discussion-message-preview.html:30 +msgid "Anonymous" +msgstr "Anônimo" + +#: templates/discussion.html:7 +msgid "latest" +msgstr "últimas" + +#: templates/discussion.html:15 templates/discussion.html.py:29 +msgid "see all discussions" +msgstr "veja todas as discussões" + +#: templates/discussion.html:21 +msgid "most relevant" +msgstr "mais relevantes" -- libgit2 0.21.2