From e831352e85a660eae308b64f888efac8d2f16978 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Fri, 29 Jan 2016 14:14:57 +0100 Subject: [PATCH 1/2] Add German translation --- gvacommon/__init__.py | 2 +- gvacommon/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 611 bytes gvacommon/locale/de/LC_MESSAGES/django.po | 24 ++++++++++++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 gvacommon/locale/de/LC_MESSAGES/django.mo create mode 100644 gvacommon/locale/de/LC_MESSAGES/django.po diff --git a/gvacommon/__init__.py b/gvacommon/__init__.py index 35fae32..70c446e 100644 --- a/gvacommon/__init__.py +++ b/gvacommon/__init__.py @@ -15,4 +15,4 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # -__version__ = '0.2' +__version__ = '0.2.1.dev1' diff --git a/gvacommon/locale/de/LC_MESSAGES/django.mo b/gvacommon/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..86a2f20b78a86ae4f675ab6b13249fb4e8555139 GIT binary patch literal 611 zcma)%&u-K}48{X0mmE2BFc$;@r^!-P+iVvhwtrOA6`>nYIZhKdJ5|;b%{bfA_vp*? zVfrk1iA06O0ZTv4eA4I7_QUh7yGZM)@yn&D^|YuFSpU(9, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: gvacommon\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-01-29 14:14+0100\n" +"PO-Revision-Date: 2016-01-29 14:19+0100\n" +"Language: de\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" +"Last-Translator: Jan Dittberner \n" +"Language-Team: Jan Dittberner \n" +"X-Generator: Poedit 1.8.6\n" +"X-Poedit-SourceCharset: UTF-8\n" + +#: gvacommon/viewmixins.py:45 +msgid "You are not allowed to view this page." +msgstr "Sie sind nicht berechtigt diese Seite zu sehen." From 54c09f533991e9ff18b6cc39449220742c8e883f Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Fri, 29 Jan 2016 14:21:24 +0100 Subject: [PATCH 2/2] Set version number to 0.2.1 --- gvacommon/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gvacommon/__init__.py b/gvacommon/__init__.py index 70c446e..c6fee22 100644 --- a/gvacommon/__init__.py +++ b/gvacommon/__init__.py @@ -15,4 +15,4 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # -__version__ = '0.2.1.dev1' +__version__ = '0.2.1'