From bf8017d27d37a92cb22542b1cdf95323e03fcc1d Mon Sep 17 00:00:00 2001 From: floguy Date: Sun, 7 Dec 2008 08:41:30 +0000 Subject: [PATCH] Added Portuguese translation git-svn-id: https://django-pagination.googlecode.com/svn/trunk@46 7f1efe38-554e-0410-b69d-834cb44da2d5 --- pagination/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 453 bytes pagination/locale/pt/LC_MESSAGES/django.po | 26 +++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 pagination/locale/pt/LC_MESSAGES/django.mo create mode 100644 pagination/locale/pt/LC_MESSAGES/django.po diff --git a/pagination/locale/pt/LC_MESSAGES/django.mo b/pagination/locale/pt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e350b69dac526d0e211a2f9423c7ad7c456090c3 GIT binary patch literal 453 zcmZ9I-A=+V6vwM#Vs`1Z7ri&dj*tiy33CoY97u3*ZQaVO+1jNo1|P&H;nq9f!)Ngf zOi28vzkZyY&;Fb@J`v~yxB%L~DG&p-o`D9yfiqwQghvSJzxNjIwfzfDSUVlVUgz6M ziH$>*5${s3Et(nqCQ?Vn8CeQrrB)2jg76_2MR*y_pT>_% z^1e42Pol$!ev^8kR!%6W_)$UY4!-58D!5cPIDO^D3U|9mhNN@wt2Ln4*xOsbsW V&Wm&&eCGFdBTJ1qBs5YR^a~ZAcxeCt literal 0 HcmV?d00001 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" -- 2.20.1