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
|
# 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.
#
msgid ""
msgstr ""
"Project-Id-Version: django-attachments\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-04-04 00:18+0200\n"
"PO-Revision-Date: 2010-04-04 00:28+0100\n"
"Last-Translator: Martin Mahner <martin@mahner.org>\n"
"Language-Team: en <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: forms.py:7
msgid "Upload attachment"
msgstr "Upload attachment"
#: models.py:29
msgid "creator"
msgstr "creator"
#: models.py:30
msgid "attachment"
msgstr "attachment"
#: models.py:31
msgid "created"
msgstr "created"
#: models.py:32
msgid "modified"
msgstr "modified"
#: views.py:33
msgid "Your attachment was uploaded."
msgstr "Your attachment was uploaded."
#: views.py:51
msgid "Your attachment was deleted."
msgstr "Your attachment was deleted."
#: templates/attachments/add_form.html:7
msgid "Add attachment"
msgstr "Add attachment"
#: templates/attachments/delete_link.html:2
msgid "Delete attachment"
msgstr "Delete attachment"
|