From: Håvard Grimelid Date: Tue, 30 Mar 2010 17:32:37 +0000 (+0200) Subject: Added support for Norwegian Nynorsk and Norwegian Bokmål translations. X-Git-Tag: release-2.0~36^2~1 X-Git-Url: https://git.mdrn.pl/django-pagination.git/commitdiff_plain/8cff46ff3d418fd16db3481b0020308069fad6e1 Added support for Norwegian Nynorsk and Norwegian Bokmål translations. --- diff --git a/pagination/locale/nn/LC_MESSAGES/django.mo b/pagination/locale/nn/LC_MESSAGES/django.mo new file mode 100644 index 0000000..415532e Binary files /dev/null and b/pagination/locale/nn/LC_MESSAGES/django.mo differ diff --git a/pagination/locale/nn/LC_MESSAGES/django.po b/pagination/locale/nn/LC_MESSAGES/django.po new file mode 100644 index 0000000..e0e9f58 --- /dev/null +++ b/pagination/locale/nn/LC_MESSAGES/django.po @@ -0,0 +1,27 @@ +# 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: 2010-03-28 10:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \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 "førre" + +#: templates/pagination/pagination.html:21 +#: templates/pagination/pagination.html:23 +msgid "next" +msgstr "neste" diff --git a/pagination/locale/no/LC_MESSAGES/django.mo b/pagination/locale/no/LC_MESSAGES/django.mo new file mode 100644 index 0000000..31f7cf4 Binary files /dev/null and b/pagination/locale/no/LC_MESSAGES/django.mo differ diff --git a/pagination/locale/no/LC_MESSAGES/django.po b/pagination/locale/no/LC_MESSAGES/django.po new file mode 100644 index 0000000..46c5594 --- /dev/null +++ b/pagination/locale/no/LC_MESSAGES/django.po @@ -0,0 +1,27 @@ +# 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: 2010-03-28 10:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \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 "forrige" + +#: templates/pagination/pagination.html:21 +#: templates/pagination/pagination.html:23 +msgid "next" +msgstr "neste"