Skip to content

Commit a6b4078

Browse files
committed
compiled english
1 parent 511a22c commit a6b4078

File tree

2 files changed

+59
-18
lines changed

2 files changed

+59
-18
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Changelog
1010
* Cleaned up file structure
1111
* Removed Django < 1.8 support
1212
* Adapted ``README.txt``
13+
* Added translations
1314

1415

1516
1.0.0 (2016-03-04)

djangocms_file/locale/en/LC_MESSAGES/django.po

Lines changed: 58 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2014-08-14 14:29+0200\n"
11+
"POT-Creation-Date: 2016-09-10 13:48+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -17,38 +17,78 @@ msgstr ""
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919

20-
#: cms_plugins.py:12
20+
#: cms_plugins.py:13 models.py:54
2121
msgid "File"
2222
msgstr ""
2323

24-
#: models.py:41
25-
msgid "file"
24+
#: cms_plugins.py:23 cms_plugins.py:49
25+
msgid "Advanced settings"
2626
msgstr ""
2727

28-
#: models.py:42
29-
msgid "title"
28+
#: cms_plugins.py:40 models.py:130
29+
msgid "Folder"
3030
msgstr ""
3131

32-
#: models.py:43
33-
msgid "target"
32+
#: models.py:20
33+
msgid "Open in same window"
3434
msgstr ""
3535

36-
#: models.py:44
37-
msgid "same window"
36+
#: models.py:21
37+
msgid "Open in new window"
3838
msgstr ""
3939

40-
#: models.py:45
41-
msgid "new window"
40+
#: models.py:22
41+
msgid "Delegate to parent"
4242
msgstr ""
4343

44-
#: models.py:46
45-
msgid "parent window"
44+
#: models.py:23
45+
msgid "Delegate to top"
4646
msgstr ""
4747

48-
#: models.py:47
49-
msgid "topmost frame"
48+
#: models.py:30
49+
msgid "Default"
5050
msgstr ""
5151

52-
#: templates/cms/plugins/file.html:6
53-
msgid "file missing!"
52+
#: models.py:48 models.py:124
53+
msgid "Template"
54+
msgstr ""
55+
56+
#: models.py:61
57+
msgid "Name"
58+
msgstr ""
59+
60+
#: models.py:64
61+
msgid "Overrides the default file name with the given value."
62+
msgstr ""
63+
64+
#: models.py:67 models.py:137
65+
msgid "Link target"
66+
msgstr ""
67+
68+
#: models.py:74
69+
msgid "Link title"
70+
msgstr ""
71+
72+
#: models.py:79 models.py:144
73+
msgid "Show file size"
74+
msgstr ""
75+
76+
#: models.py:82 models.py:147
77+
msgid "Appends the file size at the end of the name."
78+
msgstr ""
79+
80+
#: models.py:85 models.py:150
81+
msgid "Attributes"
82+
msgstr ""
83+
84+
#: models.py:110
85+
msgid "<file is missing>"
86+
msgstr ""
87+
88+
#: models.py:173
89+
msgid "<folder is missing>"
90+
msgstr ""
91+
92+
#: templates/djangocms_file/default/folder.html:14
93+
msgid "No files were found in the specified folder."
5494
msgstr ""

0 commit comments

Comments
 (0)