This file is indexed.

/usr/share/pyshared/mptt/locale/de/LC_MESSAGES/django.po is in python-django-mptt 0.5.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# 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: 2009-09-23 14:44+0200\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"

#: __init__.py:34
#, python-format
msgid "The model %s has already been registered."
msgstr "%s wurde schon registriert."

#: forms.py:41
msgid "First child"
msgstr "Erstes Unterelement"

#: forms.py:42
msgid "Last child"
msgstr "Letztes Unterelement"

#: forms.py:43
msgid "Left sibling"
msgstr ""

#: forms.py:44
msgid "Right sibling"
msgstr ""

#: managers.py:121
msgid "Cannot insert a node which has already been saved."
msgstr "Kann ein Element, welches schon gespeichert wurde, nicht einfügen."

#: managers.py:306 managers.py:480 managers.py:516 managers.py:673
#, python-format
msgid "An invalid position was given: %s."
msgstr "Eine ungültige Position wurde angegeben: %s."

#: managers.py:466 managers.py:653
msgid "A node may not be made a sibling of itself."
msgstr "Ein Element kann nicht in ein Geschwister von sich selbst umgewandelt werden."

#: managers.py:632 managers.py:753
msgid "A node may not be made a child of itself."
msgstr "Ein Element kann nicht Unterelement von sich selbst sein."

#: managers.py:634 managers.py:755
msgid "A node may not be made a child of any of its descendants."
msgstr "Ein Element kann nicht Unterelement eines seiner Unterlemente sein."

#: managers.py:655
msgid "A node may not be made a sibling of any of its descendants."
msgstr "Ein Element kann nicht ein Geschwister eines seiner Unterelemente sein."

#: templatetags/mptt_tags.py:23
#, python-format
msgid "full_tree_for_model tag was given an invalid model: %s"
msgstr "full_tree_for_model Tag bekam ein ungültiges Modell: %s"

#: templatetags/mptt_tags.py:44
#, python-format
msgid "drilldown_tree_for_node tag was given an invalid model: %s"
msgstr "drilldown_tree_for_node tag bekam ein ungültiges Modell: %s"

#: templatetags/mptt_tags.py:48
#, python-format
msgid "drilldown_tree_for_node tag was given an invalid model field: %s"
msgstr "drilldown_tree_for_node Tag bekam ein ungültiges Modellfeld: %s"

#: templatetags/mptt_tags.py:72
#, python-format
msgid "%s tag requires three arguments"
msgstr "%s Tag benötigt drei Argumente"

#: templatetags/mptt_tags.py:74 templatetags/mptt_tags.py:125
#, python-format
msgid "second argument to %s tag must be 'as'"
msgstr "Zweites Argument für %s Tag muss 'as' sein"

#: templatetags/mptt_tags.py:123
#, python-format
msgid "%s tag requires either three, seven or eight arguments"
msgstr "%s Tag benötigt entweder drei, sieben oder acht Argumente"

#: templatetags/mptt_tags.py:128
#, python-format
msgid "if seven arguments are given, fourth argument to %s tag must be 'with'"
msgstr "wenn '%s' sieben Argumente übergeben werden, muss das vierte 'with' sein"

#: templatetags/mptt_tags.py:130
#, python-format
msgid "if seven arguments are given, sixth argument to %s tag must be 'in'"
msgstr "wenn '%s' sieben Argumente übergeben werden, muss das sechste 'in' sein"

#: templatetags/mptt_tags.py:134
#, python-format
msgid ""
"if eight arguments are given, fourth argument to %s tag must be 'cumulative'"
msgstr ""
"wenn '%s' acht Argumente übergeben werden, muss das vierte 'cumulative' sein"

#: templatetags/mptt_tags.py:136
#, python-format
msgid "if eight arguments are given, fifth argument to %s tag must be 'count'"
msgstr "wenn '%s' acht Argumente übergeben werden, muss das fünfte 'count' sein"

#: templatetags/mptt_tags.py:138
#, python-format
msgid "if eight arguments are given, seventh argument to %s tag must be 'in'"
msgstr "wenn '%s' acht Argumente übergeben werden, muss das achte 'in' sein"