diff options
Diffstat (limited to 'parts/django/tests/regressiontests/i18n/resolution')
4 files changed, 0 insertions, 23 deletions
diff --git a/parts/django/tests/regressiontests/i18n/resolution/__init__.py b/parts/django/tests/regressiontests/i18n/resolution/__init__.py deleted file mode 100644 index e69de29..0000000 --- a/parts/django/tests/regressiontests/i18n/resolution/__init__.py +++ /dev/null diff --git a/parts/django/tests/regressiontests/i18n/resolution/locale/de/LC_MESSAGES/django.mo b/parts/django/tests/regressiontests/i18n/resolution/locale/de/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index 1c37ac5..0000000 --- a/parts/django/tests/regressiontests/i18n/resolution/locale/de/LC_MESSAGES/django.mo +++ /dev/null diff --git a/parts/django/tests/regressiontests/i18n/resolution/locale/de/LC_MESSAGES/django.po b/parts/django/tests/regressiontests/i18n/resolution/locale/de/LC_MESSAGES/django.po deleted file mode 100644 index 11d2d5d..0000000 --- a/parts/django/tests/regressiontests/i18n/resolution/locale/de/LC_MESSAGES/django.po +++ /dev/null @@ -1,22 +0,0 @@ -# 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 <EMAIL@ADDRESS>, YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-02-14 17:33+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\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" - -#: models.py:3 -msgid "Date/time" -msgstr "Datum/Zeit (APP)" diff --git a/parts/django/tests/regressiontests/i18n/resolution/models.py b/parts/django/tests/regressiontests/i18n/resolution/models.py deleted file mode 100644 index 4287ca8..0000000 --- a/parts/django/tests/regressiontests/i18n/resolution/models.py +++ /dev/null @@ -1 +0,0 @@ -#
\ No newline at end of file |