diff --git a/cms/locale/nl/LC_MESSAGES/django.mo b/cms/locale/nl/LC_MESSAGES/django.mo index 419bc25..778a1da 100644 Binary files a/cms/locale/nl/LC_MESSAGES/django.mo and b/cms/locale/nl/LC_MESSAGES/django.mo differ diff --git a/cms/locale/nl/LC_MESSAGES/django.po b/cms/locale/nl/LC_MESSAGES/django.po index ea4ebce..5113306 100644 --- a/cms/locale/nl/LC_MESSAGES/django.po +++ b/cms/locale/nl/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-27 14:40+0200\n" -"PO-Revision-Date: 2019-08-27 14:42+0200\n" +"POT-Creation-Date: 2020-01-13 11:47+0100\n" +"PO-Revision-Date: 2020-01-13 11:49+0100\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" @@ -17,119 +17,100 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: admin.py:37 models.py:89 models.py:117 models.py:144 -msgid "content" -msgstr "inhoud" - -#: apps.py:6 +#: apps.py:7 msgid "Content Management System" msgstr "Content Beheer" -#: models.py:60 models.py:84 models.py:113 -msgid "position" -msgstr "positie" +#: forms.py:11 +msgid "Your email address" +msgstr "Uw email adres" -#: models.py:61 models.py:85 models.py:114 +#: forms.py:12 forms.py:13 +msgid "Your message" +msgstr "Uw bericht" + +#: forms.py:28 +#, python-format +msgid "Contact form at %(hostname)s." +msgstr "%(hostname)s contactformulier" + +#: models.py:63 models.py:89 +msgid "number" +msgstr "nummer" + +#: models.py:64 models.py:91 msgid "title" msgstr "titel" -#: models.py:62 +#: models.py:65 msgid "slug" msgstr "slug" -#: models.py:62 -msgid "A short identifier to use in URLs" -msgstr "Een korte identifier voor gebruik in URL’s" - -#: models.py:63 +#: models.py:66 msgid "visible in menu" msgstr "zichtbaar in het menu" -#: models.py:67 +#: models.py:70 msgid "New page" msgstr "Nieuwe pagina" -#: models.py:78 +#: models.py:80 msgid "Page" msgstr "Pagina" -#: models.py:79 +#: models.py:81 msgid "Pages" msgstr "Pagina’s" -#: models.py:83 +#: models.py:87 msgid "page" msgstr "pagina" -#: models.py:86 -msgid "section type" -msgstr "sectie type" +#: models.py:88 +msgid "type" +msgstr "type" -#: models.py:87 models.py:115 -msgid "color" -msgstr "kleur" +#: models.py:92 +msgid "content" +msgstr "inhoud" -#: models.py:90 models.py:118 +#: models.py:93 msgid "image" msgstr "afbeelding" -#: models.py:91 +#: models.py:94 msgid "video" msgstr "video" -#: models.py:91 +#: models.py:94 msgid "Paste a YouTube, Vimeo, or SoundCloud link" msgstr "Plak hier een YouTube, Vimeo of SoundCloud link" -#: models.py:92 models.py:119 +#: models.py:95 msgid "button text" msgstr "button tekst" -#: models.py:93 models.py:120 +#: models.py:96 msgid "button link" msgstr "button link" -#: models.py:100 +#: models.py:103 msgid "New section" msgstr "Nieuwe sectie" -#: models.py:102 models.py:129 +#: models.py:105 msgid "Untitled" msgstr "Geen titel" -#: models.py:107 models.py:112 +#: models.py:111 msgid "section" msgstr "sectie" -#: models.py:108 +#: models.py:112 msgid "sections" msgstr "secties" -#: models.py:127 -msgid "New subsection" -msgstr "Nieuwe subsectie" - -#: models.py:134 -msgid "subsection" -msgstr "subsectie" - -#: models.py:135 -msgid "subsections" -msgstr "subsecties" - -#: models.py:140 -msgid "Footer" -msgstr "Footer" - -#: models.py:150 -msgid "configuration parameter" -msgstr "configuratieparameter" - -#: models.py:151 -msgid "configuration parameters" -msgstr "configuratieparameters" - -#: templates/cms/base.html:36 +#: templates/cms/base.html:33 msgid "new page" msgstr "nieuwe pagina" @@ -145,22 +126,22 @@ msgstr "nieuwe" msgid "save" msgstr "opslaan" -#: templates/cms/page.html:16 templates/cms/page.html:18 +#: templates/cms/editlink.html:5 +msgid "edit this section" +msgstr "bewerk deze sectie" + +#: templates/cms/page.html:15 templates/cms/page.html:17 msgid "edit this page" msgstr "bewerk deze pagina" -#: templates/cms/page.html:21 +#: templates/cms/page.html:20 msgid "login" msgstr "inloggen" -#: templates/cms/page.html:29 +#: templates/cms/page.html:28 msgid "new section" msgstr "nieuwe sectie" -#: templates/cms/sections/base.html:59 -msgid "edit this section" -msgstr "bewerk deze sectie" - #: templates/registration/login.html:14 templates/registration/login.html:18 msgid "Log in" msgstr "Inloggen" diff --git a/setup.py b/setup.py index bdc7835..b64c273 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name = 'django-simplecms', - version = '2.3.0', + version = '2.3.1', url = 'https://github.com/rtts/django-simplecms', author = 'Jaap Joris Vens', author_email = 'jj@rtts.eu',