From b766da81c618de8137c6d418c2cccba9436aa208 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Markus=20T=C3=B6rnqvist?= Date: Thu, 11 Jul 2013 16:00:11 +0300 Subject: [PATCH] Finnish locale --- .../locale/fi/LC_MESSAGES/django.po | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 linaro_django_pagination/locale/fi/LC_MESSAGES/django.po diff --git a/linaro_django_pagination/locale/fi/LC_MESSAGES/django.po b/linaro_django_pagination/locale/fi/LC_MESSAGES/django.po new file mode 100644 index 0000000..a0bdb27 --- /dev/null +++ b/linaro_django_pagination/locale/fi/LC_MESSAGES/django.po @@ -0,0 +1,29 @@ +# 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: 2013-07-11 12:51+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/pagination/pagination.html:6 +#: templates/pagination/pagination.html:9 +msgid "previous" +msgstr "edellinen" + +#: templates/pagination/pagination.html:30 +#: templates/pagination/pagination.html:33 +msgid "next" +msgstr "seuraava" -- 2.20.1