From: floguy Date: Sun, 7 Dec 2008 08:41:30 +0000 (+0000) Subject: Added Portuguese translation X-Git-Tag: 1.0.6~11 X-Git-Url: https://git.mdrn.pl/django-pagination.git/commitdiff_plain/bf8017d27d37a92cb22542b1cdf95323e03fcc1d Added Portuguese translation git-svn-id: https://django-pagination.googlecode.com/svn/trunk@46 7f1efe38-554e-0410-b69d-834cb44da2d5 --- diff --git a/pagination/locale/pt/LC_MESSAGES/django.mo b/pagination/locale/pt/LC_MESSAGES/django.mo new file mode 100644 index 0000000..e350b69 Binary files /dev/null and b/pagination/locale/pt/LC_MESSAGES/django.mo differ diff --git a/pagination/locale/pt/LC_MESSAGES/django.po b/pagination/locale/pt/LC_MESSAGES/django.po new file mode 100644 index 0000000..9289f88 --- /dev/null +++ b/pagination/locale/pt/LC_MESSAGES/django.po @@ -0,0 +1,26 @@ +# django-pagination Portuguese translation. +# Copyright (C) 2008, Alcides Fonseca +# http://alcidesfonseca.com +# This file is distributed under the WTFPL +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-10-24 00:41-0700\n" +"PO-Revision-Date: 2008-10-19 10:19+0200\n" +"Last-Translator: Alcides Fonseca \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: templates/pagination/pagination.html:5 +#: templates/pagination/pagination.html:7 +msgid "previous" +msgstr "anterior" + +#: templates/pagination/pagination.html:21 +#: templates/pagination/pagination.html:23 +msgid "next" +msgstr "próximo"