kopia lustrzana https://github.com/rtts/django-simplecms
Translations
rodzic
84131e05db
commit
bf312ed647
Plik binarny nie jest wyświetlany.
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-01-13 11:47+0100\n"
|
||||
"PO-Revision-Date: 2020-01-13 11:49+0100\n"
|
||||
"POT-Creation-Date: 2020-02-20 22:46+0100\n"
|
||||
"PO-Revision-Date: 2020-02-20 22:48+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
|
@ -21,31 +21,31 @@ msgstr ""
|
|||
msgid "Content Management System"
|
||||
msgstr "Content Beheer"
|
||||
|
||||
#: forms.py:11
|
||||
#: forms.py:15
|
||||
msgid "Your email address"
|
||||
msgstr "Uw email adres"
|
||||
|
||||
#: forms.py:12 forms.py:13
|
||||
#: forms.py:16 forms.py:17
|
||||
msgid "Your message"
|
||||
msgstr "Uw bericht"
|
||||
|
||||
#: forms.py:28
|
||||
#: forms.py:32
|
||||
#, python-format
|
||||
msgid "Contact form at %(hostname)s."
|
||||
msgstr "%(hostname)s contactformulier"
|
||||
|
||||
#: models.py:63 models.py:89
|
||||
msgid "number"
|
||||
msgstr "nummer"
|
||||
#: models.py:63 models.py:87
|
||||
msgid "page"
|
||||
msgstr "pagina"
|
||||
|
||||
#: models.py:64 models.py:91
|
||||
msgid "title"
|
||||
msgstr "titel"
|
||||
|
||||
#: models.py:65
|
||||
#: models.py:64
|
||||
msgid "slug"
|
||||
msgstr "slug"
|
||||
|
||||
#: models.py:65 models.py:90
|
||||
msgid "number"
|
||||
msgstr "nummer"
|
||||
|
||||
#: models.py:66
|
||||
msgid "visible in menu"
|
||||
msgstr "zichtbaar in het menu"
|
||||
|
@ -62,11 +62,11 @@ msgstr "Pagina"
|
|||
msgid "Pages"
|
||||
msgstr "Pagina’s"
|
||||
|
||||
#: models.py:87
|
||||
msgid "page"
|
||||
msgstr "pagina"
|
||||
#: models.py:88 models.py:110
|
||||
msgid "section"
|
||||
msgstr "sectie"
|
||||
|
||||
#: models.py:88
|
||||
#: models.py:89
|
||||
msgid "type"
|
||||
msgstr "type"
|
||||
|
||||
|
@ -87,26 +87,18 @@ msgid "Paste a YouTube, Vimeo, or SoundCloud link"
|
|||
msgstr "Plak hier een YouTube, Vimeo of SoundCloud link"
|
||||
|
||||
#: models.py:95
|
||||
msgid "button text"
|
||||
msgstr "button tekst"
|
||||
msgid "link"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:96
|
||||
msgid "button link"
|
||||
msgstr "button link"
|
||||
|
||||
#: models.py:103
|
||||
#: models.py:102
|
||||
msgid "New section"
|
||||
msgstr "Nieuwe sectie"
|
||||
|
||||
#: models.py:105
|
||||
#: models.py:104
|
||||
msgid "Untitled"
|
||||
msgstr "Geen titel"
|
||||
|
||||
#: models.py:111
|
||||
msgid "section"
|
||||
msgstr "sectie"
|
||||
|
||||
#: models.py:112
|
||||
msgid "sections"
|
||||
msgstr "secties"
|
||||
|
||||
|
@ -114,34 +106,18 @@ msgstr "secties"
|
|||
msgid "new page"
|
||||
msgstr "nieuwe pagina"
|
||||
|
||||
#: templates/cms/edit.html:16
|
||||
#: templates/cms/edit.html:4
|
||||
msgid "Edit"
|
||||
msgstr "Bewerk"
|
||||
|
||||
#: templates/cms/edit.html:20
|
||||
msgid "Please correct the error(s) below and save again"
|
||||
msgstr "Herstel a.u.b. de fout(en) hieronder en sla nogmaals op"
|
||||
|
||||
#: templates/cms/edit.html:46
|
||||
msgid "new"
|
||||
msgstr "nieuwe"
|
||||
|
||||
#: templates/cms/edit.html:54
|
||||
msgid "save"
|
||||
msgstr "opslaan"
|
||||
|
||||
#: 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:20
|
||||
msgid "login"
|
||||
msgstr "inloggen"
|
||||
|
||||
#: templates/cms/page.html:28
|
||||
msgid "new section"
|
||||
msgstr "nieuwe sectie"
|
||||
|
||||
#: templates/registration/login.html:14 templates/registration/login.html:18
|
||||
msgid "Log in"
|
||||
msgstr "Inloggen"
|
||||
|
||||
#: views.py:191
|
||||
msgid "You can’t save a new page without adding any sections!"
|
||||
msgstr "Voeg minstens één sectie toe!"
|
||||
|
|
|
@ -1,42 +0,0 @@
|
|||
{% extends 'base.html' %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block content %}
|
||||
<form method="post" class="cms">
|
||||
{% csrf_token %}
|
||||
{{form.media}}
|
||||
|
||||
<section>
|
||||
<div class="wrapper">
|
||||
{% if protected %}
|
||||
<div class="title">
|
||||
<h1>You can't do that</h1>
|
||||
</div>
|
||||
|
||||
In order to delete this page, you will first need to delete the following sections:
|
||||
|
||||
<ul>
|
||||
{{protected|unordered_list}}
|
||||
</ul>
|
||||
|
||||
{% else %}
|
||||
<div class="title">
|
||||
<h1>Are you sure?</h1>
|
||||
</div>
|
||||
|
||||
The following objects will be deleted:
|
||||
|
||||
<ul>
|
||||
{{deleted|unordered_list}}
|
||||
</ul>
|
||||
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
<button name="confirm">{% trans 'delete' %}</button>
|
||||
</form>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</form>
|
||||
{% endblock %}
|
Ładowanie…
Reference in New Issue