[1.8.x] Fixed header of contrib.postgres translation catalog
Backport of eb6e12ca6f
from master.
This commit is contained in:
parent
dd0707c3ca
commit
6eddaa42c3
|
@ -1,21 +1,18 @@
|
||||||
# SOME DESCRIPTIVE TITLE.
|
# This file is distributed under the same license as the Django package.
|
||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
||||||
#
|
#
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: Django\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2015-01-18 20:56+0100\n"
|
"POT-Creation-Date: 2015-01-18 20:56+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: 2015-01-18 20:56+0100\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: Django team\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: English <en@li.org>\n"
|
||||||
"Language: \n"
|
"Language: en\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: contrib/postgres/apps.py:12
|
#: contrib/postgres/apps.py:12
|
||||||
msgid "PostgreSQL extensions"
|
msgid "PostgreSQL extensions"
|
||||||
|
|
Loading…
Reference in New Issue