File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed
djangocms_snippet/locale/en/LC_MESSAGES Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 99.idea /
1010.project /
1111.pydevproject /
12+ .vscode /
1213.settings /
1314.tox /
1415__pycache__ /
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Changelog
1010* Added isort and adapted imports
1111* Adapted code base to align with other supported addons
1212* Exclude ``tests `` folder from release build
13+ * Updated translations
1314
1415
15162.1.0 (2018-11-15)
Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : PACKAGE VERSION\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2018-10-12 13:25 +0200\n "
11+ "POT-Creation-Date : 2019-04-30 11:55 +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 <LL@li.org>\n "
@@ -17,47 +17,47 @@ msgstr ""
1717"Content-Type : text/plain; charset=UTF-8\n "
1818"Content-Transfer-Encoding : 8bit\n "
1919
20- #: apps.py:8 models.py:53
20+ #: apps.py:8 models.py:55
2121msgid "Snippets"
2222msgstr ""
2323
24- #: cms_plugins.py:18 models.py:52
24+ #: cms_plugins.py:16 models.py:54
2525msgid "Snippet"
2626msgstr ""
2727
28- #: cms_plugins.py:39 templatetags/snippet_tags.py:99
28+ #: cms_plugins.py:37 templatetags/snippet_tags.py:100
2929#, python-format
3030msgid "Template %(template)s does not exist."
3131msgstr ""
3232
33- #: models.py:21
33+ #: models.py:23
3434msgid "Name"
3535msgstr ""
3636
37- #: models.py:26
37+ #: models.py:28
3838msgid "HTML"
3939msgstr ""
4040
41- #: models.py:30
41+ #: models.py:32
4242msgid "Template"
4343msgstr ""
4444
45- #: models.py:33
45+ #: models.py:35
4646msgid ""
4747"Enter a template (e.g. \" snippets/plugin_xy.html\" ) to be rendered. If "
4848"\" template\" is given, the contents of field \" HTML\" will be passed as "
4949"template variable {{ html }} to the template. Otherwise, the content of "
5050"\" HTML\" is rendered."
5151msgstr ""
5252
53- #: models.py:40
53+ #: models.py:42
5454msgid "Slug"
5555msgstr ""
5656
57- #: models.py:74
57+ #: models.py:77
5858msgid "Snippet Ptr"
5959msgstr ""
6060
61- #: models.py:75
61+ #: models.py:78
6262msgid "Snippet Ptrs"
6363msgstr ""
You can’t perform that action at this time.
0 commit comments