Compare commits
31
Commits
develop
...
release/3.5.x
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a5ba2805cd | ||
|
|
2f017dd09a | ||
|
|
2fb6bc836b | ||
|
|
abf5862a96 | ||
|
|
55e50f7ddf | ||
|
|
8b72a7976e | ||
|
|
ccfa5ca9a1 | ||
|
|
44dcd4133e | ||
|
|
3cf82a023c | ||
|
|
1c6d9e0527 | ||
|
|
0e85772b55 | ||
|
|
a017ea0501 | ||
|
|
4ef108de39 | ||
|
|
5bd80eb818 | ||
|
|
f325d43017 | ||
|
|
dd593e5d15 | ||
|
|
f3b33d2397 | ||
|
|
066cec5891 | ||
|
|
2da161f32f | ||
|
|
b706cfa1c0 | ||
|
|
9d19af9771 | ||
|
|
9e1cc32a08 | ||
|
|
37d2683619 | ||
|
|
de53c03cb7 | ||
|
|
6f6e5e8131 | ||
|
|
db4285dcdd | ||
|
|
f04a878ea4 | ||
|
|
8aa13e6aaf | ||
|
|
23d53b711e | ||
|
|
9e60ff11df | ||
|
|
bf8e9d6ce4 |
@@ -25,7 +25,7 @@ For *feature requests*, please use our `developers' email list
|
||||
Contribution documentation
|
||||
**************************
|
||||
|
||||
We maintain comprehensive `contribution documentation <http://docs.django-cms.org/en/stable/contributing/>`_ - please
|
||||
We maintain comprehensive `contribution documentation <http://docs.django-cms.org/en/latest/contributing/>`_ - please
|
||||
familiarise yourself with it.
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ Code of conduct
|
||||
***************
|
||||
|
||||
django CMS is governed by a `Code of Conduct
|
||||
<http://docs.django-cms.org/en/stable/contributing/code_of_conduct.html>`_. All participants in our community and its
|
||||
<http://docs.django-cms.org/en/latest/contributing/code_of_conduct.html>`_. All participants in our community and its
|
||||
various forums are expected to abide by it.
|
||||
|
||||
|
||||
@@ -75,4 +75,4 @@ You can also follow:
|
||||
* the `Travis Continuous Integration build reports <https://travis-ci.org/divio/django-cms>`_
|
||||
* the `@djangocms`_ Twitter account for general announcements
|
||||
|
||||
.. _@djangocms : https://twitter.com/djangocms
|
||||
.. _@djangocms : https://twitter.com/djangocms
|
||||
|
||||
+27
-1
@@ -66,7 +66,8 @@ before_script:
|
||||
|
||||
before_install:
|
||||
- "export TRAVIS_COMMIT_MSG=\"$(git log --format=%B --no-merges -n 1)\""
|
||||
- pip install -U pip>=8.0
|
||||
- if [ "$TRAVIS_PYTHON_VERSION" <= 3.3 ]; then pip install -U pip==7.1.2; fi
|
||||
- if [ "$TRAVIS_PYTHON_VERSION" >= 3.4 ]; then pip install -U pip>=8.0; fi
|
||||
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip saucelabs\]'; export USE_SAUCE_LABS=$?; true
|
||||
- echo "$TRAVIS_COMMIT_MSG" | grep '\[ci only docs\]'; export ONLY_DOCS=$?; true
|
||||
|
||||
@@ -288,9 +289,33 @@ matrix:
|
||||
|
||||
allow_failures:
|
||||
|
||||
- python: 2.7
|
||||
env: DJANGO=1.10 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test'
|
||||
|
||||
- python: 2.7
|
||||
env: DJANGO=1.11 DATABASE_URL='sqlite://localhost/:memory:'
|
||||
|
||||
- python: 2.7
|
||||
env: DJANGO=1.9 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test'
|
||||
|
||||
- python: 2.7
|
||||
env: DJANGO=1.8 DATABASE_URL='sqlite://localhost/:memory:'
|
||||
|
||||
- python: 2.7
|
||||
env: DJANGO=1.8 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test'
|
||||
|
||||
- python: 2.7
|
||||
env: DJANGO=1.8 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' AUTH_USER_MODEL='emailuserapp.EmailUser'
|
||||
|
||||
- python: 2.7
|
||||
env: DJANGO=1.8 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' AUTH_USER_MODEL='customuserapp.User'
|
||||
|
||||
- python: 2.7
|
||||
env: DJANGO=1.8 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test'
|
||||
|
||||
- python: 3.3
|
||||
env: DJANGO=1.8 DATABASE_URL='sqlite://localhost/:memory:'
|
||||
|
||||
- python: 3.4
|
||||
env: DJANGO=1.8 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test'
|
||||
|
||||
@@ -301,3 +326,4 @@ matrix:
|
||||
env: DJANGO=1.8 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test'
|
||||
|
||||
fast_finish: true
|
||||
|
||||
|
||||
@@ -316,6 +316,7 @@ Contributors (based on gitlog, 497 unique authors):
|
||||
* martinkosir
|
||||
* Matas Dailyda
|
||||
* Mateusz Dereniowski
|
||||
* Mateusz Kamycki
|
||||
* Mateusz Marzantowicz
|
||||
* mathijs
|
||||
* Matt Chisholm
|
||||
|
||||
@@ -1,3 +1,28 @@
|
||||
=== 3.5.3 (2018-11-20) ===
|
||||
|
||||
* Fixed ``TreeNode.DoesNotExist`` exception raised when exporting
|
||||
and loading database contents via ``dumpdata`` and ``loaddata``.
|
||||
* Fixed a bug where ``request.current_page`` would always be the public page,
|
||||
regardless of the toolbar status (draft / live). This only affected custom
|
||||
urls from an apphook.
|
||||
* Removed extra quotation mark from the sideframe button template
|
||||
* Fixed a bug where structureboard tried to preload markup when using legacy
|
||||
renderer
|
||||
* Fixed a bug where updates on other tab are not correctly propagated if the
|
||||
operation was to move a plugin in the top level of same placeholder
|
||||
* Fixed a bug where xframe options were processed by clickjacking middleware
|
||||
when page was served from cache, rather then get this value from cache
|
||||
* Fixed a bug where cached page permissions overrides global permissions
|
||||
* Fixed a bug where plugins that are not rendered in content wouldn't be
|
||||
editable in structure board
|
||||
* Fixed a bug with expanding static placeholder by clicking on "Expand All" button
|
||||
* Fixed a bug where descendant pages with a custom url would lose the overwritten
|
||||
url on save.
|
||||
* Fixed a bug where setting the ``on_delete`` option on ``PlaceholderField``
|
||||
and ``PageField`` fields would be ignored.
|
||||
* Fixed a bug when deleting a modal from changelist inside a modal
|
||||
|
||||
|
||||
=== 3.5.2 (2018-04-11) ===
|
||||
|
||||
* Fixed a bug where shortcuts menu entry would stop working after toolbar reload
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = '3.5.2'
|
||||
__version__ = '3.5.3'
|
||||
|
||||
default_app_config = 'cms.apps.CMSConfig'
|
||||
|
||||
+10
-3
@@ -390,7 +390,7 @@ class ChangePageForm(BasePageForm):
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(ChangePageForm, self).__init__(*args, **kwargs)
|
||||
title_obj = self.instance.get_title_obj(
|
||||
self.title_obj = self.instance.get_title_obj(
|
||||
language=self._language,
|
||||
fallback=False,
|
||||
force_reload=True,
|
||||
@@ -398,7 +398,7 @@ class ChangePageForm(BasePageForm):
|
||||
|
||||
for field in self.translation_fields:
|
||||
if field in self.fields:
|
||||
self.fields[field].initial = getattr(title_obj, field)
|
||||
self.fields[field].initial = getattr(self.title_obj, field)
|
||||
|
||||
def clean(self):
|
||||
data = super(ChangePageForm, self).clean()
|
||||
@@ -414,6 +414,10 @@ class ChangePageForm(BasePageForm):
|
||||
data['path'] = ''
|
||||
return data
|
||||
|
||||
if self.title_obj.has_url_overwrite:
|
||||
data['path'] = self.title_obj.path
|
||||
return data
|
||||
|
||||
if 'slug' not in self.fields:
|
||||
# the {% edit_title_fields %} template tag
|
||||
# allows users to edit specific fields for a translation.
|
||||
@@ -449,7 +453,10 @@ class ChangePageForm(BasePageForm):
|
||||
for field in self.translation_fields if field in data}
|
||||
|
||||
if 'path' in data:
|
||||
# this field is managed manually
|
||||
# The path key is set if
|
||||
# the slug field is present in the form,
|
||||
# or if the page being edited is the home page,
|
||||
# or if the translation has a url override.
|
||||
translation_data['path'] = data['path']
|
||||
|
||||
update_count = cms_page.update_translations(
|
||||
|
||||
+5
-1
@@ -15,6 +15,7 @@ from cms.models.pagemodel import Page
|
||||
from cms.utils import get_current_site
|
||||
from cms.utils.compat import DJANGO_1_8, DJANGO_1_9
|
||||
from cms.utils.i18n import get_language_list
|
||||
from cms.utils.moderator import use_draft
|
||||
|
||||
APP_RESOLVERS = []
|
||||
|
||||
@@ -38,6 +39,9 @@ def applications_page_check(request, current_page=None, path=None):
|
||||
for lang in get_language_list():
|
||||
if path.startswith(lang + "/"):
|
||||
path = path[len(lang + "/"):]
|
||||
|
||||
use_public = not use_draft(request)
|
||||
|
||||
for resolver in APP_RESOLVERS:
|
||||
try:
|
||||
page_id = resolver.resolve_page_id(path)
|
||||
@@ -46,7 +50,7 @@ def applications_page_check(request, current_page=None, path=None):
|
||||
# If current page was matched, then we have some override for
|
||||
# content from cms, but keep current page. Otherwise return page
|
||||
# to which was application assigned.
|
||||
return page
|
||||
return page if use_public else page.publisher_public
|
||||
except Resolver404:
|
||||
# Raised if the page is not managed by an apphook
|
||||
pass
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,22 +0,0 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: Afrikaans (http://www.transifex.com/divio/django-cms/language/af/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: af\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Are you sure you want to change tabs without saving the page first?"
|
||||
msgstr ""
|
||||
Binary file not shown.
@@ -17,9 +17,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:30+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:20+0100\n"
|
||||
"PO-Revision-Date: 2018-11-09 12:08+0000\n"
|
||||
"Last-Translator: Bartosz Płóciennik <thaian@outlook.com>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/divio/django-cms/language/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -113,12 +113,19 @@ msgstr "يرجى اختيار اسم لفرع الرابط باللغة %(langua
|
||||
msgid "A page with this reverse URL id exists already."
|
||||
msgstr "توجد صفحة سابقة بنفس عنوان المعرّف العكسي لـ هذا URL"
|
||||
|
||||
#| msgid "Application configurations"
|
||||
msgid "Invalid application config value"
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance using this configuration already exists."
|
||||
msgstr "كيان تطبيق بهذا الإعداد موجود سلفا."
|
||||
|
||||
msgid "An application instance with this name already exists."
|
||||
msgstr "كيان تطبيق بهذا الإسم موجود سلفا."
|
||||
|
||||
msgid "You can't move the home page inside another page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Yes"
|
||||
msgstr "نعم"
|
||||
|
||||
@@ -556,9 +563,6 @@ msgstr ""
|
||||
msgid "Page %(conflict_page)s has the same url '%(url)s' as current page."
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "إضافة آخر"
|
||||
|
||||
msgid ""
|
||||
"Optional. If supplied, will be automatically added within a new text plugin."
|
||||
msgstr "اختياري. وفي حال زُوّد سيضاف تلقائياً داخل ملحق نصي جديد."
|
||||
@@ -1440,6 +1444,9 @@ msgstr ""
|
||||
msgid "Welcome to django CMS"
|
||||
msgstr "أهلاً بك في نظام إدارة محتوى جانقو"
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "إضافة آخر"
|
||||
|
||||
msgid "Back"
|
||||
msgstr "رجوع"
|
||||
|
||||
@@ -1540,6 +1547,10 @@ msgstr "مقالات"
|
||||
msgid "Sample App"
|
||||
msgstr "عينة تطبيق"
|
||||
|
||||
#| msgid "Sample App with excluded permissions"
|
||||
msgid "Sample App with config"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sample App with excluded permissions"
|
||||
msgstr "عينة تطبيق بصلاحيات محجوبة"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:21+0100\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/divio/django-cms/language/ar/)\n"
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,22 +0,0 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: Belarusian (http://www.transifex.com/divio/django-cms/language/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: be\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
msgid "Are you sure you want to change tabs without saving the page first?"
|
||||
msgstr ""
|
||||
Binary file not shown.
@@ -13,9 +13,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:30+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:20+0100\n"
|
||||
"PO-Revision-Date: 2018-11-09 12:08+0000\n"
|
||||
"Last-Translator: Bartosz Płóciennik <thaian@outlook.com>\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/divio/django-cms/language/bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -109,12 +109,19 @@ msgstr ""
|
||||
msgid "A page with this reverse URL id exists already."
|
||||
msgstr "Страница с този обратен URL адрес вече съществува."
|
||||
|
||||
#| msgid "Application configurations"
|
||||
msgid "Invalid application config value"
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance using this configuration already exists."
|
||||
msgstr "Инстанция на приложението използваща тази конфигурация вече съществува"
|
||||
|
||||
msgid "An application instance with this name already exists."
|
||||
msgstr "Друга инстанция на това приложение с това има вече съществува."
|
||||
|
||||
msgid "You can't move the home page inside another page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
@@ -552,9 +559,6 @@ msgstr ""
|
||||
msgid "Page %(conflict_page)s has the same url '%(url)s' as current page."
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Добави друг"
|
||||
|
||||
msgid ""
|
||||
"Optional. If supplied, will be automatically added within a new text plugin."
|
||||
msgstr ""
|
||||
@@ -1432,6 +1436,9 @@ msgstr ""
|
||||
msgid "Welcome to django CMS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Добави друг"
|
||||
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
@@ -1532,6 +1539,10 @@ msgstr "статии"
|
||||
msgid "Sample App"
|
||||
msgstr ""
|
||||
|
||||
#| msgid "Sample App with excluded permissions"
|
||||
msgid "Sample App with config"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sample App with excluded permissions"
|
||||
msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -11,7 +11,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:21+0100\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/divio/django-cms/language/bg/)\n"
|
||||
|
||||
Binary file not shown.
@@ -9,9 +9,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:30+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:20+0100\n"
|
||||
"PO-Revision-Date: 2018-11-09 12:08+0000\n"
|
||||
"Last-Translator: Bartosz Płóciennik <thaian@outlook.com>\n"
|
||||
"Language-Team: Bengali (http://www.transifex.com/divio/django-cms/language/bn/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -105,12 +105,19 @@ msgstr ""
|
||||
msgid "A page with this reverse URL id exists already."
|
||||
msgstr ""
|
||||
|
||||
#| msgid "Application configurations"
|
||||
msgid "Invalid application config value"
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance using this configuration already exists."
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance with this name already exists."
|
||||
msgstr ""
|
||||
|
||||
msgid "You can't move the home page inside another page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
@@ -548,9 +555,6 @@ msgstr ""
|
||||
msgid "Page %(conflict_page)s has the same url '%(url)s' as current page."
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Optional. If supplied, will be automatically added within a new text plugin."
|
||||
msgstr ""
|
||||
@@ -1428,6 +1432,9 @@ msgstr ""
|
||||
msgid "Welcome to django CMS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr ""
|
||||
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
@@ -1528,6 +1535,10 @@ msgstr ""
|
||||
msgid "Sample App"
|
||||
msgstr ""
|
||||
|
||||
#| msgid "Sample App with excluded permissions"
|
||||
msgid "Sample App with config"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sample App with excluded permissions"
|
||||
msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:21+0100\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: Bengali (http://www.transifex.com/divio/django-cms/language/bn/)\n"
|
||||
|
||||
Binary file not shown.
@@ -12,9 +12,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:30+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:20+0100\n"
|
||||
"PO-Revision-Date: 2018-11-09 12:08+0000\n"
|
||||
"Last-Translator: Bartosz Płóciennik <thaian@outlook.com>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/divio/django-cms/language/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -108,12 +108,19 @@ msgstr "Informeu l'slug en %(language)s abans d'editar la seva configuració ava
|
||||
msgid "A page with this reverse URL id exists already."
|
||||
msgstr "Una pàgina amb una URL que correspon amb aquest id ja existeix."
|
||||
|
||||
#| msgid "Application configurations"
|
||||
msgid "Invalid application config value"
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance using this configuration already exists."
|
||||
msgstr "Ja existeix una instància d'aplicació amb aquesta configuració."
|
||||
|
||||
msgid "An application instance with this name already exists."
|
||||
msgstr "Ja existeix una instància d'aplicació amb aquest nom."
|
||||
|
||||
msgid "You can't move the home page inside another page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Yes"
|
||||
msgstr "Sí"
|
||||
|
||||
@@ -551,9 +558,6 @@ msgstr ""
|
||||
msgid "Page %(conflict_page)s has the same url '%(url)s' as current page."
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Afegir un altre"
|
||||
|
||||
msgid ""
|
||||
"Optional. If supplied, will be automatically added within a new text plugin."
|
||||
msgstr "Opcional. Si s'informa, s'afegirà automàticament dins d'un nou plugin de text."
|
||||
@@ -1431,6 +1435,9 @@ msgstr ""
|
||||
msgid "Welcome to django CMS"
|
||||
msgstr "Benvingut a django CMS"
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Afegir un altre"
|
||||
|
||||
msgid "Back"
|
||||
msgstr "Tornar"
|
||||
|
||||
@@ -1531,6 +1538,10 @@ msgstr "Articles"
|
||||
msgid "Sample App"
|
||||
msgstr "App de prova"
|
||||
|
||||
#| msgid "Sample App with excluded permissions"
|
||||
msgid "Sample App with config"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sample App with excluded permissions"
|
||||
msgstr "App d'exemple amb permisos exclosos"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:21+0100\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/divio/django-cms/language/ca/)\n"
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@@ -5,6 +5,7 @@
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Jiří Vírava <appukonrad@gmail.com>, 2012-2013
|
||||
# grexx xxerg <marhac@seznam.cz>, 2018
|
||||
# koren <honza@kekorenum.com>, 2015
|
||||
# Jakub Dorňák <jakub.dornak@misli.cz>, 2013
|
||||
# Jiří Vírava <appukonrad@gmail.com>, 2014-2015
|
||||
@@ -20,15 +21,15 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:30+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:20+0100\n"
|
||||
"PO-Revision-Date: 2018-11-09 12:08+0000\n"
|
||||
"Last-Translator: Bartosz Płóciennik <thaian@outlook.com>\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/divio/django-cms/language/cs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
|
||||
msgid "All"
|
||||
msgstr "Vše"
|
||||
@@ -40,13 +41,13 @@ msgid "Title"
|
||||
msgstr "Název"
|
||||
|
||||
msgid "The default title"
|
||||
msgstr "Předvolený název"
|
||||
msgstr "Výchozí název"
|
||||
|
||||
msgid "Slug"
|
||||
msgstr "Identifikátor"
|
||||
|
||||
msgid "The part of the title that is used in the URL"
|
||||
msgstr "Část názvu, která je použita v URL"
|
||||
msgstr "Část názvu, který je použit v URL"
|
||||
|
||||
msgid "Menu Title"
|
||||
msgstr "Název menu"
|
||||
@@ -116,12 +117,19 @@ msgstr "Prosím přiřaďte slug pro následující jazykovou mutaci před změn
|
||||
msgid "A page with this reverse URL id exists already."
|
||||
msgstr "Stránka s takovu hodnotou reverse URL id již existuje."
|
||||
|
||||
#| msgid "Application configurations"
|
||||
msgid "Invalid application config value"
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance using this configuration already exists."
|
||||
msgstr "Instance aplikace používající tuto konfiguraci již existuje."
|
||||
|
||||
msgid "An application instance with this name already exists."
|
||||
msgstr "Instance aplikace s tímto jménem již existuje."
|
||||
|
||||
msgid "You can't move the home page inside another page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Yes"
|
||||
msgstr "Ano"
|
||||
|
||||
@@ -151,7 +159,7 @@ msgstr "Uživatelé nemohou vytvořit stránku bez oprávnění k editaci strán
|
||||
msgid ""
|
||||
"Users can't delete a page without permissions to change the page. Edit "
|
||||
"permissions required."
|
||||
msgstr "Uživatelé nemohou smazat stránku bez oprávnění k editaci stránek. Nutno provést změnu oprávnění uživatele."
|
||||
msgstr "Uživatelé nemohou odstranit stránku bez oprávnění k editaci stránek. Nutno provést změnu oprávnění uživatele."
|
||||
|
||||
msgid ""
|
||||
"Users can't set page permissions without permissions to change a page. Edit "
|
||||
@@ -161,7 +169,7 @@ msgstr "Uživatelé nemohou měnit vlastnosti stránky bez oprávnění k editac
|
||||
msgid ""
|
||||
"Users can't delete page permissions without permissions to change a page. "
|
||||
"Edit permissions required."
|
||||
msgstr "Uživatelé nemohou mazat vlastnosti stránky bez oprávnění k editaci stránek. Nutno provést změnu oprávnění uživatele."
|
||||
msgstr "Uživatelé nemohou odstranit vlastnosti stránky bez oprávnění k editaci stránek. Nutno provést změnu oprávnění uživatele."
|
||||
|
||||
msgid ""
|
||||
"Users can't create page permissions without permissions to change the "
|
||||
@@ -171,7 +179,7 @@ msgstr "Uživatelé nemohou vytvářet vlastnosti stránky bez oprávnění ke z
|
||||
msgid ""
|
||||
"Users can't delete page permissions without permissions to change "
|
||||
"permissions. Edit permissions required."
|
||||
msgstr "Uživatelé nemohou mazat vlastnosti stránky bez oprávnění k úpravě stránek. Nutno provést změnu oprávnění uživatele."
|
||||
msgstr "Uživatelé nemohou odstranit vlastnosti stránky bez oprávnění k úpravě stránek. Nutno provést změnu oprávnění uživatele."
|
||||
|
||||
#, python-format
|
||||
msgid "Invalid plugin type '%s'"
|
||||
@@ -204,7 +212,7 @@ msgstr "Změnit oprávnění"
|
||||
|
||||
#, python-format
|
||||
msgid "Cannot delete %(name)s"
|
||||
msgstr "Není možné smazat položku %(name)s"
|
||||
msgstr "Není možné odstranit položku %(name)s"
|
||||
|
||||
msgid "Are you sure?"
|
||||
msgstr "Jste si jist?"
|
||||
@@ -224,19 +232,19 @@ msgstr "Stránka byla úspěšně schválena."
|
||||
|
||||
msgid ""
|
||||
"Error! You don't have permissions to move this page. Please reload the page"
|
||||
msgstr "Chyba! Nemáte oprávnění k přesunu na tuto stránku. Načtěte si prosím stránku znovu"
|
||||
msgstr "Chyba! Nemáte oprávnění k přesunu na tuto stránku. Načtěte si prosím stránku znovu."
|
||||
|
||||
msgid "You do not have permission to copy these plugins."
|
||||
msgstr "Nemáte oprávnění kopírovat tyto položky obsahu."
|
||||
|
||||
#| msgid "You do not have permission to clear this placeholder"
|
||||
msgid "Error! You don't have permissions to copy this page."
|
||||
msgstr ""
|
||||
msgstr "Chyba! Nemáte oprávnění ke kopírování této stránky."
|
||||
|
||||
msgid ""
|
||||
"Error! The page you're pasting is not translated in any of the languages "
|
||||
"configured by the target site."
|
||||
msgstr ""
|
||||
msgstr "Chyba! Stránka, kterou kopírujete, není přeložena v žádném z jazyků nakonfigurovaných cílovou stránkou."
|
||||
|
||||
#| msgid "You do not have permission to edit this page"
|
||||
msgid "You do not have permission to revert this page."
|
||||
@@ -270,11 +278,11 @@ msgstr "Stránka \"%(page)s\" v jazyce %(language)s byla úspěšně depublikov
|
||||
|
||||
#| msgid "You do not have permission to delete this plugin"
|
||||
msgid "You do not have permission to delete this page"
|
||||
msgstr ""
|
||||
msgstr "Nemáte oprávnění k odstranění této stránky."
|
||||
|
||||
#, python-format
|
||||
msgid "Title and plugins with language %(language)s was deleted"
|
||||
msgstr "Název a položky obsahu pro jazyk %(language)s byli vymazané"
|
||||
msgstr "Název a položky obsahu pro jazyk %(language)s byli odstraněny."
|
||||
|
||||
#, python-format
|
||||
#| msgid "You do not have permission to change pages."
|
||||
@@ -350,11 +358,11 @@ msgid "You have no permission to cut this plugin"
|
||||
msgstr "Nemáte oprávnění k vyjmutí tohoto pluginu"
|
||||
|
||||
msgid "You do not have permission to delete this plugin"
|
||||
msgstr "Nemáte oprávnění smazat tuto položku obsahu"
|
||||
msgstr "Nemáte oprávnění odstranit tuto položku obsahu"
|
||||
|
||||
#, python-format
|
||||
msgid "The %(name)s plugin \"%(obj)s\" was deleted successfully."
|
||||
msgstr "Položka obsahu \"%(obj)s\" typu %(name)s byla úspěšně smazána."
|
||||
msgstr "Položka obsahu \"%(obj)s\" typu %(name)s byla úspěšně odstraněna."
|
||||
|
||||
msgid "You do not have permission to clear this placeholder"
|
||||
msgstr "Nemáte oprávnění k vyprázdnění tohoto bloku"
|
||||
@@ -459,7 +467,7 @@ msgstr "Přidat překlad"
|
||||
|
||||
#| msgid "Delete %(language)s Translation"
|
||||
msgid "Delete Translation"
|
||||
msgstr "Smazat překlad"
|
||||
msgstr "Odstranit překlad"
|
||||
|
||||
#| msgid "Copy all plugins from %s"
|
||||
msgid "Copy all plugins"
|
||||
@@ -527,7 +535,7 @@ msgid "Revert to live"
|
||||
msgstr "Zahodit rozpracované změny"
|
||||
|
||||
msgid "Delete page"
|
||||
msgstr "Smazat stránku"
|
||||
msgstr "Odstranit stránku"
|
||||
|
||||
msgid "Create a new page next to the current page."
|
||||
msgstr "Vytvořit novou stránku vedle současné stránky."
|
||||
@@ -559,9 +567,6 @@ msgstr ""
|
||||
msgid "Page %(conflict_page)s has the same url '%(url)s' as current page."
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Přidat další"
|
||||
|
||||
msgid ""
|
||||
"Optional. If supplied, will be automatically added within a new text plugin."
|
||||
msgstr "Volitelné. Pokud uvedete, text bude automaticky přidán do nového textového modulu."
|
||||
@@ -598,7 +603,7 @@ msgid "can add"
|
||||
msgstr "smí přidávat"
|
||||
|
||||
msgid "can delete"
|
||||
msgstr "smí mazat"
|
||||
msgstr "smí odstranit"
|
||||
|
||||
msgid "can change advanced settings"
|
||||
msgstr "smí měnit Rozšířené možnosti"
|
||||
@@ -767,7 +772,7 @@ msgid ""
|
||||
msgstr "Uživatel nemůže přesunout stránku bez oprávnění k její změně. Nuto změnit oprávnění uživatele."
|
||||
|
||||
msgid "can recover any deleted page"
|
||||
msgstr "obnova smazané stránky"
|
||||
msgstr "může obnovit jakoukoliv odstraněnou stránku"
|
||||
|
||||
msgid "If none selected, user haves granted permissions to all sites."
|
||||
msgstr "Pokud není vyplněno, uživatel má práva ke všem stránkám."
|
||||
@@ -930,6 +935,7 @@ msgid_plural "Please correct the errors below."
|
||||
msgstr[0] "Opravte prosím následující chybu."
|
||||
msgstr[1] "Opravte prosím následující chyby."
|
||||
msgstr[2] "Opravte prosím následující chyby."
|
||||
msgstr[3] "Opravte prosím následující chyby."
|
||||
|
||||
msgid "All permissions"
|
||||
msgstr "Všechna oprávnění"
|
||||
@@ -953,7 +959,7 @@ msgid "Can add"
|
||||
msgstr "Smí přidávat"
|
||||
|
||||
msgid "Can delete"
|
||||
msgstr "Smí mazat"
|
||||
msgstr "Smí odstranit"
|
||||
|
||||
msgid "Can publish"
|
||||
msgstr "Smí publikovat"
|
||||
@@ -1028,7 +1034,7 @@ msgid ""
|
||||
"\n"
|
||||
" Restore deleted %(name)s\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "\nObnovit odstraněnou %(name)s"
|
||||
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -1251,7 +1257,7 @@ msgid "Action successful."
|
||||
msgstr ""
|
||||
|
||||
msgid "Are you sure you want to delete this plugin?"
|
||||
msgstr "Určitě chcete smazat tento typ obsahu"
|
||||
msgstr "Určitě chcete odstranit tento plugin?"
|
||||
|
||||
msgid "Are you sure you want to publish this page?"
|
||||
msgstr "Jste si jisti, že chcete publikovat tuto stránku?"
|
||||
@@ -1440,6 +1446,9 @@ msgstr ""
|
||||
msgid "Welcome to django CMS"
|
||||
msgstr "Vítejte v django CMS"
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Přidat další"
|
||||
|
||||
msgid "Back"
|
||||
msgstr "Zpět"
|
||||
|
||||
@@ -1540,6 +1549,10 @@ msgstr "Články"
|
||||
msgid "Sample App"
|
||||
msgstr "Ukázková aplikace"
|
||||
|
||||
#| msgid "Sample App with excluded permissions"
|
||||
msgid "Sample App with config"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sample App with excluded permissions"
|
||||
msgstr "Vzorová aplikace s vyňatými právy"
|
||||
|
||||
@@ -1831,6 +1844,7 @@ msgstr "Průvodce již byl přiřazen modelu: %s "
|
||||
#~ msgstr[0] "a848884d0af974a125106fa2043a5716_pl_0"
|
||||
#~ msgstr[1] "a848884d0af974a125106fa2043a5716_pl_1"
|
||||
#~ msgstr[2] "a848884d0af974a125106fa2043a5716_pl_2"
|
||||
#~ msgstr[3] "a848884d0af974a125106fa2043a5716_pl_3"
|
||||
|
||||
#~ msgid "%(full_result_count)s total"
|
||||
#~ msgstr "%(full_result_count)s total"
|
||||
|
||||
Binary file not shown.
@@ -11,7 +11,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:21+0100\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/divio/django-cms/language/cs/)\n"
|
||||
@@ -19,7 +19,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
|
||||
msgid "Are you sure you want to change tabs without saving the page first?"
|
||||
msgstr "Určitě chcete změnit záložku bez uložení změn?"
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -1,22 +0,0 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: Welsh (http://www.transifex.com/divio/django-cms/language/cy/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: cy\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"
|
||||
|
||||
msgid "Are you sure you want to change tabs without saving the page first?"
|
||||
msgstr ""
|
||||
Binary file not shown.
@@ -4,6 +4,7 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Jonas Hyatt <jonas@hyatt.space>, 2018
|
||||
# Kristian Øllegaard <kristian@oellegaard.com>, 2011
|
||||
# Kristian Øllegaard <kristian@oellegaard.com>, 2011
|
||||
# Kristian Øllegaard <kristian@oellegaard.com>, 2011
|
||||
@@ -16,9 +17,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:30+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:20+0100\n"
|
||||
"PO-Revision-Date: 2018-11-09 12:08+0000\n"
|
||||
"Last-Translator: Bartosz Płóciennik <thaian@outlook.com>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/divio/django-cms/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -100,10 +101,10 @@ msgid "Start typing..."
|
||||
msgstr "Begynd at taste"
|
||||
|
||||
msgid "Application configurations"
|
||||
msgstr ""
|
||||
msgstr "Applikations konfigurationer"
|
||||
|
||||
msgid "Language independent options"
|
||||
msgstr ""
|
||||
msgstr "Sprog uafhængige indstillinger"
|
||||
|
||||
#, python-format
|
||||
msgid "Please set the %(language)s slug before editing its advanced settings."
|
||||
@@ -112,17 +113,24 @@ msgstr ""
|
||||
msgid "A page with this reverse URL id exists already."
|
||||
msgstr "En side med denne reverse adresse id eksisterer allerede"
|
||||
|
||||
msgid "An application instance using this configuration already exists."
|
||||
#| msgid "Application configurations"
|
||||
msgid "Invalid application config value"
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance using this configuration already exists."
|
||||
msgstr "En applikationsinstans med denne konfiguration eksisterer allerede."
|
||||
|
||||
msgid "An application instance with this name already exists."
|
||||
msgstr "En applikationsinstans med dette navn eksisterer allerede."
|
||||
|
||||
msgid "You can't move the home page inside another page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
msgstr "Ja"
|
||||
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
msgstr "Nej"
|
||||
|
||||
msgid "user"
|
||||
msgstr "bruger"
|
||||
@@ -142,22 +150,22 @@ msgstr "Slet"
|
||||
msgid ""
|
||||
"Users can't create a page without permissions to change the created page. "
|
||||
"Edit permissions required."
|
||||
msgstr ""
|
||||
msgstr "Brugere kan ikke oprette en side uden rettigheder til at ændre den oprettede side. Ret de relevante brugerrettigheder."
|
||||
|
||||
msgid ""
|
||||
"Users can't delete a page without permissions to change the page. Edit "
|
||||
"permissions required."
|
||||
msgstr ""
|
||||
msgstr "Brugere kan ikke slette en side uden rettigheder til at ændre siden. Ret de relevante brugerrettigheder."
|
||||
|
||||
msgid ""
|
||||
"Users can't set page permissions without permissions to change a page. Edit "
|
||||
"permissions required."
|
||||
msgstr ""
|
||||
msgstr "Brugere kan ikke sætte side tilladelser uden rettigheder til at ændre den siden. Ret de relevante brugerrettigheder."
|
||||
|
||||
msgid ""
|
||||
"Users can't delete page permissions without permissions to change a page. "
|
||||
"Edit permissions required."
|
||||
msgstr ""
|
||||
msgstr "Brugere kan ikke slette siden uden rettigheder til at ændre siden. Ret de relevante brugerrettigheder."
|
||||
|
||||
msgid ""
|
||||
"Users can't create page permissions without permissions to change the "
|
||||
@@ -171,7 +179,7 @@ msgstr ""
|
||||
|
||||
#, python-format
|
||||
msgid "Invalid plugin type '%s'"
|
||||
msgstr ""
|
||||
msgstr "Ugyldig plugin type '%s'"
|
||||
|
||||
msgid "Language must be set to a supported language!"
|
||||
msgstr "Sprog skal sættes til et understøttet sprog!"
|
||||
@@ -227,12 +235,12 @@ msgstr "Du har ikke rettigheder til at kopiere disse plugins."
|
||||
|
||||
#| msgid "You do not have permission to clear this placeholder"
|
||||
msgid "Error! You don't have permissions to copy this page."
|
||||
msgstr ""
|
||||
msgstr "Fejl! Du har ikke rettigheder til at kopiere denne side."
|
||||
|
||||
msgid ""
|
||||
"Error! The page you're pasting is not translated in any of the languages "
|
||||
"configured by the target site."
|
||||
msgstr ""
|
||||
msgstr "Fejl! Den side du indsætter er ikke oversat til nogen af de sprog der er konfigureret af siden."
|
||||
|
||||
#| msgid "You do not have permission to edit this page"
|
||||
msgid "You do not have permission to revert this page."
|
||||
@@ -266,7 +274,7 @@ msgstr "Den %(language)s side \"%(page)s\" blev afpubliceret"
|
||||
|
||||
#| msgid "You do not have permission to delete this plugin"
|
||||
msgid "You do not have permission to delete this page"
|
||||
msgstr ""
|
||||
msgstr "Du har ikke rettigheder til at slette denne side"
|
||||
|
||||
#, python-format
|
||||
msgid "Title and plugins with language %(language)s was deleted"
|
||||
@@ -275,7 +283,7 @@ msgstr "Titel og plugins med sproget %(language)s blev slettet"
|
||||
#, python-format
|
||||
#| msgid "You do not have permission to change pages."
|
||||
msgid "You don't have permissions to see page \"%(title)s\""
|
||||
msgstr ""
|
||||
msgstr "Du har ikke rettigheder til at se siden \"%(title)s\""
|
||||
|
||||
msgid "You do not have permission to change this page's in_navigation status"
|
||||
msgstr "Du har ikke rettigheder til at ændre i denne sides i_navigation status"
|
||||
@@ -287,10 +295,10 @@ msgid "Add Page Copy"
|
||||
msgstr "Tilføj Side Kopi"
|
||||
|
||||
msgid "New sub page"
|
||||
msgstr ""
|
||||
msgstr "Ny underside"
|
||||
|
||||
msgid "New page"
|
||||
msgstr ""
|
||||
msgstr "Ny side"
|
||||
|
||||
msgid "The page is not eligible to be home."
|
||||
msgstr ""
|
||||
@@ -316,7 +324,7 @@ msgid "You do not have permission to copy this placeholder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Plugin not found"
|
||||
msgstr ""
|
||||
msgstr "Plugin blev ikke fundet"
|
||||
|
||||
msgid "You do not have permission to edit this plugin"
|
||||
msgstr "Du har ikke rettigheder til at redigere dette plugin"
|
||||
@@ -332,7 +340,7 @@ msgstr ""
|
||||
|
||||
#| msgid "You have no permission to move this plugin"
|
||||
msgid "You have no permission to paste this plugin"
|
||||
msgstr ""
|
||||
msgstr "Du har ikke rettigheder til at indsætte dette plugin"
|
||||
|
||||
#| msgid "You have no permission to move this plugin"
|
||||
msgid "You have no permission to paste this placeholder"
|
||||
@@ -382,10 +390,10 @@ msgid "Placeholder"
|
||||
msgstr "Pladsholder"
|
||||
|
||||
msgid "Alias"
|
||||
msgstr ""
|
||||
msgstr "Alias"
|
||||
|
||||
msgid "Create Alias"
|
||||
msgstr ""
|
||||
msgstr "Opret Alias"
|
||||
|
||||
#, python-format
|
||||
msgid ""
|
||||
@@ -394,7 +402,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
msgstr "Opret"
|
||||
|
||||
msgid "Sites"
|
||||
msgstr "Sider"
|
||||
@@ -409,23 +417,23 @@ msgid "User settings"
|
||||
msgstr "Bruger indstillinger"
|
||||
|
||||
msgid "Clipboard..."
|
||||
msgstr ""
|
||||
msgstr "Udklipsholder..."
|
||||
|
||||
msgid "Clear clipboard"
|
||||
msgstr ""
|
||||
msgstr "Ryd udklipsholder"
|
||||
|
||||
msgid "Disable toolbar"
|
||||
msgstr ""
|
||||
msgstr "Deaktiver værktøjslinje"
|
||||
|
||||
msgid "Shortcuts..."
|
||||
msgstr ""
|
||||
msgstr "Genveje..."
|
||||
|
||||
msgid "Users"
|
||||
msgstr "Brugere"
|
||||
|
||||
#, python-format
|
||||
msgid "Logout %s"
|
||||
msgstr ""
|
||||
msgstr "Log ud %s"
|
||||
|
||||
msgid "Logout"
|
||||
msgstr "Log ud"
|
||||
@@ -441,7 +449,7 @@ msgstr "Indhold"
|
||||
|
||||
#| msgid "Publish changes"
|
||||
msgid "Publish page changes"
|
||||
msgstr ""
|
||||
msgstr "Publicér sidens ændringer"
|
||||
|
||||
msgid "Publish page now"
|
||||
msgstr "Publicér side nu"
|
||||
@@ -451,24 +459,24 @@ msgstr "Sideindstillinger"
|
||||
|
||||
#| msgid "Add %(language)s Translation"
|
||||
msgid "Add Translation"
|
||||
msgstr ""
|
||||
msgstr "Tilføj oversættelse"
|
||||
|
||||
#| msgid "Delete %(language)s Translation"
|
||||
msgid "Delete Translation"
|
||||
msgstr ""
|
||||
msgstr "Slet oversættelse"
|
||||
|
||||
#| msgid "Copy all plugins from %s"
|
||||
msgid "Copy all plugins"
|
||||
msgstr ""
|
||||
msgstr "Kopiér alle plugins"
|
||||
|
||||
#, python-format
|
||||
msgid "from %s"
|
||||
msgstr ""
|
||||
msgstr "fra %s"
|
||||
|
||||
#, python-format
|
||||
#| msgid "Are you sure you want copy all plugins from %s?"
|
||||
msgid "Are you sure you want to copy all plugins from %s?"
|
||||
msgstr ""
|
||||
msgstr "Er du sikker på at du vil kopiere alle plugins fra %s?"
|
||||
|
||||
msgid "Pages"
|
||||
msgstr "Sider"
|
||||
@@ -478,7 +486,7 @@ msgstr "Side"
|
||||
|
||||
#| msgid "Create"
|
||||
msgid "Create Page"
|
||||
msgstr ""
|
||||
msgstr "Opret side"
|
||||
|
||||
msgid "New Page"
|
||||
msgstr "Ny Side"
|
||||
@@ -526,10 +534,10 @@ msgid "Delete page"
|
||||
msgstr "Slet side"
|
||||
|
||||
msgid "Create a new page next to the current page."
|
||||
msgstr ""
|
||||
msgstr "Opret ny side ved siden af den nuværende side."
|
||||
|
||||
msgid "Create a page below the current page."
|
||||
msgstr ""
|
||||
msgstr "Opret ny side under den nuværende side."
|
||||
|
||||
msgid "Select a valid site"
|
||||
msgstr "Vælg et gyldigt website"
|
||||
@@ -555,9 +563,6 @@ msgstr ""
|
||||
msgid "Page %(conflict_page)s has the same url '%(url)s' as current page."
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Tilføj endnu en"
|
||||
|
||||
msgid ""
|
||||
"Optional. If supplied, will be automatically added within a new text plugin."
|
||||
msgstr ""
|
||||
@@ -573,7 +578,7 @@ msgid "You don't have the permissions required to add a page."
|
||||
msgstr ""
|
||||
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
msgstr "ID"
|
||||
|
||||
msgid "position"
|
||||
msgstr "position"
|
||||
@@ -910,7 +915,7 @@ msgstr "Kodeord:"
|
||||
|
||||
#| msgid "Add Page"
|
||||
msgid "Add a page"
|
||||
msgstr ""
|
||||
msgstr "Tilføj en side"
|
||||
|
||||
msgid "Change a page"
|
||||
msgstr "Ret en side"
|
||||
@@ -990,11 +995,11 @@ msgid "Cut"
|
||||
msgstr "Klip"
|
||||
|
||||
msgid "Paste"
|
||||
msgstr ""
|
||||
msgstr "Indsæt"
|
||||
|
||||
#| msgid "Save as new"
|
||||
msgid "Set as home"
|
||||
msgstr ""
|
||||
msgstr "Markér som hjem"
|
||||
|
||||
msgid "is restricted"
|
||||
msgstr "er begrænset"
|
||||
@@ -1003,7 +1008,7 @@ msgid "last change by"
|
||||
msgstr "sidst ændring af"
|
||||
|
||||
msgid "meta"
|
||||
msgstr ""
|
||||
msgstr "meta"
|
||||
|
||||
msgid "List of pages"
|
||||
msgstr "Sideliste"
|
||||
@@ -1013,7 +1018,7 @@ msgstr "Søg"
|
||||
|
||||
#| msgid "Page Title"
|
||||
msgid "Page Tree"
|
||||
msgstr ""
|
||||
msgstr "Sidetræ"
|
||||
|
||||
msgid "Reset filter"
|
||||
msgstr ""
|
||||
@@ -1058,17 +1063,17 @@ msgid "Are you sure you want to § this page?"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
msgstr "Genindlæs"
|
||||
|
||||
#| msgid "New Page"
|
||||
msgid "New node"
|
||||
msgstr ""
|
||||
msgstr "Ny node"
|
||||
|
||||
msgid "nodes"
|
||||
msgstr ""
|
||||
msgstr "noder"
|
||||
|
||||
msgid "View"
|
||||
msgstr ""
|
||||
msgstr "Vis"
|
||||
|
||||
msgid "Menu"
|
||||
msgstr "Menu"
|
||||
@@ -1096,19 +1101,19 @@ msgid "Close"
|
||||
msgstr "Luk"
|
||||
|
||||
msgid "Legend"
|
||||
msgstr ""
|
||||
msgstr "Legende"
|
||||
|
||||
#| msgid "published"
|
||||
msgid "Published"
|
||||
msgstr ""
|
||||
msgstr "Publiceret"
|
||||
|
||||
#| msgid "Change"
|
||||
msgid "Changed"
|
||||
msgstr ""
|
||||
msgstr "Ændret"
|
||||
|
||||
#| msgid "unpublished"
|
||||
msgid "Unpublished"
|
||||
msgstr ""
|
||||
msgstr "Upubliceret"
|
||||
|
||||
#| msgid "in menu"
|
||||
msgid "In menu"
|
||||
@@ -1120,7 +1125,7 @@ msgstr ""
|
||||
|
||||
#| msgid "New page"
|
||||
msgid "View page"
|
||||
msgstr ""
|
||||
msgstr "Vis side"
|
||||
|
||||
#| msgid "softroot"
|
||||
msgid "Softroot"
|
||||
@@ -1148,7 +1153,7 @@ msgid "Unpublish"
|
||||
msgstr "Afpublicér"
|
||||
|
||||
msgid "Configure"
|
||||
msgstr ""
|
||||
msgstr "Konfigurér"
|
||||
|
||||
msgid "in menu"
|
||||
msgstr "i menu"
|
||||
@@ -1161,10 +1166,10 @@ msgid "Page settings (SHIFT click for advanced settings)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clipboard"
|
||||
msgstr ""
|
||||
msgstr "Udklipsholder"
|
||||
|
||||
msgid "Add plugin"
|
||||
msgstr ""
|
||||
msgstr "Tilføj plugin"
|
||||
|
||||
msgid "Copy all"
|
||||
msgstr "Kopiér alle"
|
||||
@@ -1182,7 +1187,7 @@ msgid "This is a static placeholder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Expand all"
|
||||
msgstr ""
|
||||
msgstr "Udvid alle"
|
||||
|
||||
msgid "Collapse all"
|
||||
msgstr ""
|
||||
@@ -1197,7 +1202,7 @@ msgid "This plugin cannot be moved or edited outside of its parent"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clipboard is empty."
|
||||
msgstr ""
|
||||
msgstr "Udklipsholderen er tom."
|
||||
|
||||
msgid "This plugin does not allow plugins of this type as nested plugins."
|
||||
msgstr ""
|
||||
@@ -1226,7 +1231,7 @@ msgid "Add plugin to"
|
||||
msgstr ""
|
||||
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
msgstr "Mere"
|
||||
|
||||
#, python-format
|
||||
#| msgid "Development version using django CMS %(cms_version)s"
|
||||
@@ -1435,6 +1440,9 @@ msgstr ""
|
||||
msgid "Welcome to django CMS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Tilføj endnu en"
|
||||
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
@@ -1535,6 +1543,10 @@ msgstr "Artikler"
|
||||
msgid "Sample App"
|
||||
msgstr "Eksempel app"
|
||||
|
||||
#| msgid "Sample App with excluded permissions"
|
||||
msgid "Sample App with config"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sample App with excluded permissions"
|
||||
msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -11,7 +11,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:21+0100\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/divio/django-cms/language/da/)\n"
|
||||
|
||||
Binary file not shown.
@@ -6,17 +6,17 @@
|
||||
# Translators:
|
||||
# death_ashaman <admiral_proton@yahoo.de>, 2014
|
||||
# Alexander Elvers <alexanderelvers@online.de>, 2017
|
||||
# Angelo Dini <finalangeljp@hotmail.com>, 2015-2017
|
||||
# Angelo Dini <angelo.dini@divio.ch>, 2015-2017
|
||||
# Arne Schauf <transifex@asmaps.de>, 2014
|
||||
# Michael P. Jung <michael.jung@terreon.de>, 2013
|
||||
# Chive <kim@smuzey.ch>, 2015
|
||||
# Kim Thoenen <kim@smuzey.ch>, 2015
|
||||
# death_ashaman <admiral_proton@yahoo.de>, 2014
|
||||
# Diana Dünki <diana.duenki@divio.ch>, 2015
|
||||
# giammi <gian-maria.daffre@giammi.org>, 2017
|
||||
# Hendrik Richter <hendrikr@gnome.org>, 2014
|
||||
# Jannik V. <me@exploide.net>, 2016
|
||||
# Jannik Vieten <me@exploide.net>, 2016
|
||||
# Jonas Obrist <me@ojii.ch>, 2011
|
||||
# Chive <kim@smuzey.ch>, 2015
|
||||
# Kim Thoenen <kim@smuzey.ch>, 2015
|
||||
# Martin Koistinen <mkoistinen@gmail.com>, 2015
|
||||
# Michael P. Jung <michael.jung@terreon.de>, 2013
|
||||
# o.zander <oliver.zander@gmail.com>, 2014
|
||||
@@ -35,8 +35,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:30+0000\n"
|
||||
"PO-Revision-Date: 2018-01-12 07:32+0000\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:20+0100\n"
|
||||
"PO-Revision-Date: 2018-11-12 06:05+0000\n"
|
||||
"Last-Translator: Peter Wischer <peter.wischer@lwl.org>\n"
|
||||
"Language-Team: German (http://www.transifex.com/divio/django-cms/language/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -131,12 +131,19 @@ msgstr "Bitte erstellen Sie zuerst den %(language)s \"Slug\" bevor Sie die erwei
|
||||
msgid "A page with this reverse URL id exists already."
|
||||
msgstr "Eine andere Seite mit dieser Reverse-URL-ID ist bereits vorhanden."
|
||||
|
||||
#| msgid "Application configurations"
|
||||
msgid "Invalid application config value"
|
||||
msgstr "Ungültiger Anwendungskonfigurationswert"
|
||||
|
||||
msgid "An application instance using this configuration already exists."
|
||||
msgstr "Eine Applikation-Instanz mit dieser Konfiguration existiert bereits."
|
||||
|
||||
msgid "An application instance with this name already exists."
|
||||
msgstr "Eine Applikation-Instanz mit diesem Namen existiert bereits."
|
||||
|
||||
msgid "You can't move the home page inside another page"
|
||||
msgstr "Die Startseite kann nicht in ein andere Seite verschoben werden"
|
||||
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
@@ -574,9 +581,6 @@ msgstr "Die Seite %(conflict_page)s hat die selbe URL '%(url)s' wie die aktuelle
|
||||
msgid "Page %(conflict_page)s has the same url '%(url)s' as current page."
|
||||
msgstr "Die Seite %(conflict_page)s hat die selbe URL '%(url)s' wie die aktuelle Seite."
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Weitere hinzufügen"
|
||||
|
||||
msgid ""
|
||||
"Optional. If supplied, will be automatically added within a new text plugin."
|
||||
msgstr "Optional. Falls ausgefüllt, fügt automatisch ein neues Text Plugin ein."
|
||||
@@ -1454,6 +1458,9 @@ msgstr "\n<p class=\"cms-welcome-notes\">Sie sehen diese Meldung weil Sie <code>
|
||||
msgid "Welcome to django CMS"
|
||||
msgstr "Willkommen im django CMS"
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Weitere hinzufügen"
|
||||
|
||||
msgid "Back"
|
||||
msgstr "Zurück"
|
||||
|
||||
@@ -1554,6 +1561,10 @@ msgstr "Artikel"
|
||||
msgid "Sample App"
|
||||
msgstr "Beispiel-App"
|
||||
|
||||
#| msgid "Sample App with excluded permissions"
|
||||
msgid "Sample App with config"
|
||||
msgstr "Beispiel Anwendung mit Konfiguration"
|
||||
|
||||
msgid "Sample App with excluded permissions"
|
||||
msgstr "Beispiel-App mit \"excluded permissions\""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -11,7 +11,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:21+0100\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: German (http://www.transifex.com/divio/django-cms/language/de/)\n"
|
||||
|
||||
Binary file not shown.
@@ -16,9 +16,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:30+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:20+0100\n"
|
||||
"PO-Revision-Date: 2018-11-09 12:08+0000\n"
|
||||
"Last-Translator: Bartosz Płóciennik <thaian@outlook.com>\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/divio/django-cms/language/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -112,12 +112,19 @@ msgstr ""
|
||||
msgid "A page with this reverse URL id exists already."
|
||||
msgstr "Υπάρχει ήδη σελίδα με το συγκεκριμένο αντίστροφο URL id."
|
||||
|
||||
#| msgid "Application configurations"
|
||||
msgid "Invalid application config value"
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance using this configuration already exists."
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance with this name already exists."
|
||||
msgstr ""
|
||||
|
||||
msgid "You can't move the home page inside another page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
@@ -555,9 +562,6 @@ msgstr ""
|
||||
msgid "Page %(conflict_page)s has the same url '%(url)s' as current page."
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Προσθήκη και άλλου"
|
||||
|
||||
msgid ""
|
||||
"Optional. If supplied, will be automatically added within a new text plugin."
|
||||
msgstr ""
|
||||
@@ -1435,6 +1439,9 @@ msgstr ""
|
||||
msgid "Welcome to django CMS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Προσθήκη και άλλου"
|
||||
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
@@ -1535,6 +1542,10 @@ msgstr "Άρθρα"
|
||||
msgid "Sample App"
|
||||
msgstr "Δείγμα Εφαρμογής"
|
||||
|
||||
#| msgid "Sample App with excluded permissions"
|
||||
msgid "Sample App with config"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sample App with excluded permissions"
|
||||
msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:21+0100\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/divio/django-cms/language/el/)\n"
|
||||
|
||||
Binary file not shown.
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django-cms\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:30+0000\n"
|
||||
"POT-Creation-Date: 2018-11-19 13:44+0100\n"
|
||||
"PO-Revision-Date: 2015-11-11 17:31+0000\n"
|
||||
"Last-Translator: yakky <i.spalletti@nephila.it>\n"
|
||||
"Language-Team: English (http://www.transifex.com/divio/django-cms/language/"
|
||||
@@ -105,6 +105,11 @@ msgstr ""
|
||||
msgid "A page with this reverse URL id exists already."
|
||||
msgstr "A page with this reverse URL id exists already."
|
||||
|
||||
#, fuzzy
|
||||
#| msgid "Application configurations"
|
||||
msgid "Invalid application config value"
|
||||
msgstr "Application configurations"
|
||||
|
||||
msgid "An application instance using this configuration already exists."
|
||||
msgstr "An application instance using this configuration already exists."
|
||||
|
||||
@@ -1655,6 +1660,11 @@ msgstr "Articles"
|
||||
msgid "Sample App"
|
||||
msgstr "Sample App"
|
||||
|
||||
#, fuzzy
|
||||
#| msgid "Sample App with excluded permissions"
|
||||
msgid "Sample App with config"
|
||||
msgstr "Sample App with excluded permissions"
|
||||
|
||||
msgid "Sample App with excluded permissions"
|
||||
msgstr "Sample App with excluded permissions"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django-cms\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"POT-Creation-Date: 2018-11-19 13:45+0100\n"
|
||||
"PO-Revision-Date: 2015-10-31 12:28+0000\n"
|
||||
"Last-Translator: yakky <i.spalletti@nephila.it>\n"
|
||||
"Language-Team: English (http://www.transifex.com/divio/django-cms/language/"
|
||||
|
||||
Binary file not shown.
@@ -9,9 +9,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:30+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:20+0100\n"
|
||||
"PO-Revision-Date: 2018-11-09 12:08+0000\n"
|
||||
"Last-Translator: Bartosz Płóciennik <thaian@outlook.com>\n"
|
||||
"Language-Team: English (United Kingdom) (http://www.transifex.com/divio/django-cms/language/en_GB/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -105,12 +105,19 @@ msgstr ""
|
||||
msgid "A page with this reverse URL id exists already."
|
||||
msgstr "A page with this reverse URL Id exists already."
|
||||
|
||||
#| msgid "Application configurations"
|
||||
msgid "Invalid application config value"
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance using this configuration already exists."
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance with this name already exists."
|
||||
msgstr ""
|
||||
|
||||
msgid "You can't move the home page inside another page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
@@ -548,9 +555,6 @@ msgstr ""
|
||||
msgid "Page %(conflict_page)s has the same url '%(url)s' as current page."
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Optional. If supplied, will be automatically added within a new text plugin."
|
||||
msgstr ""
|
||||
@@ -1428,6 +1432,9 @@ msgstr ""
|
||||
msgid "Welcome to django CMS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr ""
|
||||
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
@@ -1528,6 +1535,10 @@ msgstr ""
|
||||
msgid "Sample App"
|
||||
msgstr ""
|
||||
|
||||
#| msgid "Sample App with excluded permissions"
|
||||
msgid "Sample App with config"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sample App with excluded permissions"
|
||||
msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:21+0100\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: English (United Kingdom) (http://www.transifex.com/divio/django-cms/language/en_GB/)\n"
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,22 +0,0 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: English (United States) (http://www.transifex.com/divio/django-cms/language/en_US/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: en_US\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
msgid "Are you sure you want to change tabs without saving the page first?"
|
||||
msgstr ""
|
||||
Binary file not shown.
@@ -9,9 +9,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:30+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:20+0100\n"
|
||||
"PO-Revision-Date: 2018-11-09 12:08+0000\n"
|
||||
"Last-Translator: Bartosz Płóciennik <thaian@outlook.com>\n"
|
||||
"Language-Team: Esperanto (http://www.transifex.com/divio/django-cms/language/eo/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -105,12 +105,19 @@ msgstr ""
|
||||
msgid "A page with this reverse URL id exists already."
|
||||
msgstr ""
|
||||
|
||||
#| msgid "Application configurations"
|
||||
msgid "Invalid application config value"
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance using this configuration already exists."
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance with this name already exists."
|
||||
msgstr ""
|
||||
|
||||
msgid "You can't move the home page inside another page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
@@ -548,9 +555,6 @@ msgstr ""
|
||||
msgid "Page %(conflict_page)s has the same url '%(url)s' as current page."
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Aldoni alian"
|
||||
|
||||
msgid ""
|
||||
"Optional. If supplied, will be automatically added within a new text plugin."
|
||||
msgstr ""
|
||||
@@ -1428,6 +1432,9 @@ msgstr ""
|
||||
msgid "Welcome to django CMS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Aldoni alian"
|
||||
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
@@ -1528,6 +1535,10 @@ msgstr ""
|
||||
msgid "Sample App"
|
||||
msgstr ""
|
||||
|
||||
#| msgid "Sample App with excluded permissions"
|
||||
msgid "Sample App with config"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sample App with excluded permissions"
|
||||
msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:21+0100\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: Esperanto (http://www.transifex.com/divio/django-cms/language/eo/)\n"
|
||||
|
||||
Binary file not shown.
@@ -14,6 +14,7 @@
|
||||
# Diego Romero Pozo <romero.pozo2012@gmail.com>, 2015
|
||||
# Adolfo Gómez <dkmaster@dkmon.com>, 2014
|
||||
# Eduardo Ludi <eduludi@gmail.com>, 2013
|
||||
# Erick Del Castillo Deza <mrff88@gmail.com>, 2018
|
||||
# Ernesto Avilés Vázquez <whippiii@gmail.com>, 2015
|
||||
# jorlugaqui <jorlugaqui@gmail.com>, 2017
|
||||
# Luis Montiel <luis@aztlansoft.com>, 2016
|
||||
@@ -35,9 +36,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:30+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:20+0100\n"
|
||||
"PO-Revision-Date: 2018-11-09 12:08+0000\n"
|
||||
"Last-Translator: Bartosz Płóciennik <thaian@outlook.com>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/divio/django-cms/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -131,12 +132,19 @@ msgstr "Por favor configura el nombre único para %(language)s antes de editar s
|
||||
msgid "A page with this reverse URL id exists already."
|
||||
msgstr "Ya existe una página con este id de URL inversa."
|
||||
|
||||
#| msgid "Application configurations"
|
||||
msgid "Invalid application config value"
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance using this configuration already exists."
|
||||
msgstr "Ya existe una instancia de la aplicación usando esta configuración."
|
||||
|
||||
msgid "An application instance with this name already exists."
|
||||
msgstr "Ya existe una instancia de la aplicación con este nombre."
|
||||
|
||||
msgid "You can't move the home page inside another page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Yes"
|
||||
msgstr "Si"
|
||||
|
||||
@@ -574,9 +582,6 @@ msgstr ""
|
||||
msgid "Page %(conflict_page)s has the same url '%(url)s' as current page."
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Añadir otro"
|
||||
|
||||
msgid ""
|
||||
"Optional. If supplied, will be automatically added within a new text plugin."
|
||||
msgstr "Opcional. Si se suministra, se añadirá automáticamente dentro de un nuevo plugin de texto ."
|
||||
@@ -1236,7 +1241,7 @@ msgstr ""
|
||||
|
||||
#| msgid "View published"
|
||||
msgid "View published"
|
||||
msgstr ""
|
||||
msgstr "Vista publicada"
|
||||
|
||||
msgid "Login"
|
||||
msgstr "Iniciar Sesión"
|
||||
@@ -1279,7 +1284,7 @@ msgstr "Tienes cambios sin guardar."
|
||||
|
||||
#| msgid "Loading..."
|
||||
msgid "Loading"
|
||||
msgstr ""
|
||||
msgstr "Cargando"
|
||||
|
||||
#| msgid "Are you sure you want to § this page?"
|
||||
msgid "Are you sure you want to abandon these changes?"
|
||||
@@ -1454,6 +1459,9 @@ msgstr ""
|
||||
msgid "Welcome to django CMS"
|
||||
msgstr "Bienvenido a django CMS"
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Añadir otro"
|
||||
|
||||
msgid "Back"
|
||||
msgstr "Regresar"
|
||||
|
||||
@@ -1554,6 +1562,10 @@ msgstr "Artículos"
|
||||
msgid "Sample App"
|
||||
msgstr "Aplicación de Ejemplo"
|
||||
|
||||
#| msgid "Sample App with excluded permissions"
|
||||
msgid "Sample App with config"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sample App with excluded permissions"
|
||||
msgstr "Aplicación de muestra con permisos excluidos"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:21+0100\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/divio/django-cms/language/es/)\n"
|
||||
|
||||
Binary file not shown.
@@ -24,9 +24,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:30+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:20+0100\n"
|
||||
"PO-Revision-Date: 2018-11-09 12:08+0000\n"
|
||||
"Last-Translator: Bartosz Płóciennik <thaian@outlook.com>\n"
|
||||
"Language-Team: Spanish (Argentina) (http://www.transifex.com/divio/django-cms/language/es_AR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -120,12 +120,19 @@ msgstr ""
|
||||
msgid "A page with this reverse URL id exists already."
|
||||
msgstr "Página con este id de URL inversa si ya existe."
|
||||
|
||||
#| msgid "Application configurations"
|
||||
msgid "Invalid application config value"
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance using this configuration already exists."
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance with this name already exists."
|
||||
msgstr ""
|
||||
|
||||
msgid "You can't move the home page inside another page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
@@ -563,9 +570,6 @@ msgstr ""
|
||||
msgid "Page %(conflict_page)s has the same url '%(url)s' as current page."
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Añadir otro"
|
||||
|
||||
msgid ""
|
||||
"Optional. If supplied, will be automatically added within a new text plugin."
|
||||
msgstr ""
|
||||
@@ -1443,6 +1447,9 @@ msgstr ""
|
||||
msgid "Welcome to django CMS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Añadir otro"
|
||||
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
@@ -1543,6 +1550,10 @@ msgstr "Artículos"
|
||||
msgid "Sample App"
|
||||
msgstr "Aplicación de Ejemplo"
|
||||
|
||||
#| msgid "Sample App with excluded permissions"
|
||||
msgid "Sample App with config"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sample App with excluded permissions"
|
||||
msgstr "Misma aplicación con permisos excluidos"
|
||||
|
||||
|
||||
Binary file not shown.
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:21+0100\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: Spanish (Argentina) (http://www.transifex.com/divio/django-cms/language/es_AR/)\n"
|
||||
|
||||
Binary file not shown.
@@ -15,9 +15,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:30+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:20+0100\n"
|
||||
"PO-Revision-Date: 2018-11-09 12:08+0000\n"
|
||||
"Last-Translator: Bartosz Płóciennik <thaian@outlook.com>\n"
|
||||
"Language-Team: Spanish (Bolivia) (http://www.transifex.com/divio/django-cms/language/es_BO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -111,12 +111,19 @@ msgstr ""
|
||||
msgid "A page with this reverse URL id exists already."
|
||||
msgstr "Página con este 'id' de URL inversa si ya existe."
|
||||
|
||||
#| msgid "Application configurations"
|
||||
msgid "Invalid application config value"
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance using this configuration already exists."
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance with this name already exists."
|
||||
msgstr ""
|
||||
|
||||
msgid "You can't move the home page inside another page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
@@ -554,9 +561,6 @@ msgstr ""
|
||||
msgid "Page %(conflict_page)s has the same url '%(url)s' as current page."
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Añadir otro"
|
||||
|
||||
msgid ""
|
||||
"Optional. If supplied, will be automatically added within a new text plugin."
|
||||
msgstr ""
|
||||
@@ -1434,6 +1438,9 @@ msgstr ""
|
||||
msgid "Welcome to django CMS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Añadir otro"
|
||||
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
@@ -1534,6 +1541,10 @@ msgstr ""
|
||||
msgid "Sample App"
|
||||
msgstr ""
|
||||
|
||||
#| msgid "Sample App with excluded permissions"
|
||||
msgid "Sample App with config"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sample App with excluded permissions"
|
||||
msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -11,7 +11,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:21+0100\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: Spanish (Bolivia) (http://www.transifex.com/divio/django-cms/language/es_BO/)\n"
|
||||
|
||||
Binary file not shown.
@@ -9,9 +9,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:30+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:20+0100\n"
|
||||
"PO-Revision-Date: 2018-11-09 12:08+0000\n"
|
||||
"Last-Translator: Bartosz Płóciennik <thaian@outlook.com>\n"
|
||||
"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/divio/django-cms/language/es_DO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -105,12 +105,19 @@ msgstr ""
|
||||
msgid "A page with this reverse URL id exists already."
|
||||
msgstr ""
|
||||
|
||||
#| msgid "Application configurations"
|
||||
msgid "Invalid application config value"
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance using this configuration already exists."
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance with this name already exists."
|
||||
msgstr ""
|
||||
|
||||
msgid "You can't move the home page inside another page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
@@ -548,9 +555,6 @@ msgstr ""
|
||||
msgid "Page %(conflict_page)s has the same url '%(url)s' as current page."
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Optional. If supplied, will be automatically added within a new text plugin."
|
||||
msgstr ""
|
||||
@@ -1428,6 +1432,9 @@ msgstr ""
|
||||
msgid "Welcome to django CMS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr ""
|
||||
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
@@ -1528,6 +1535,10 @@ msgstr ""
|
||||
msgid "Sample App"
|
||||
msgstr ""
|
||||
|
||||
#| msgid "Sample App with excluded permissions"
|
||||
msgid "Sample App with config"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sample App with excluded permissions"
|
||||
msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:21+0100\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: Spanish (Dominican Republic) (http://www.transifex.com/divio/django-cms/language/es_DO/)\n"
|
||||
|
||||
Binary file not shown.
+129
-117
@@ -7,13 +7,14 @@
|
||||
# Martin Pajuste <martinpajuste@gmail.com>, 2012,2015-2016
|
||||
# Martin Pajuste <martinpajuste@gmail.com>, 2012
|
||||
# Martin Pajuste <martinpajuste@gmail.com>, 2016-2017
|
||||
# Rivo Zängov <eraser@eraser.ee>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:30+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:20+0100\n"
|
||||
"PO-Revision-Date: 2018-11-09 12:08+0000\n"
|
||||
"Last-Translator: Bartosz Płóciennik <thaian@outlook.com>\n"
|
||||
"Language-Team: Estonian (http://www.transifex.com/divio/django-cms/language/et/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -107,17 +108,24 @@ msgstr ""
|
||||
msgid "A page with this reverse URL id exists already."
|
||||
msgstr "Sellise pööratud identifikaatoriga lehekülg on juba olemas."
|
||||
|
||||
#| msgid "Application configurations"
|
||||
msgid "Invalid application config value"
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance using this configuration already exists."
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance with this name already exists."
|
||||
msgstr ""
|
||||
|
||||
msgid "Yes"
|
||||
msgid "You can't move the home page inside another page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Yes"
|
||||
msgstr "Jah"
|
||||
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
msgstr "Ei"
|
||||
|
||||
msgid "user"
|
||||
msgstr "kasutaja"
|
||||
@@ -188,10 +196,10 @@ msgid "Advanced Settings"
|
||||
msgstr "Muud seadistused"
|
||||
|
||||
msgid "Publishing dates"
|
||||
msgstr ""
|
||||
msgstr "Avaldamise kuupäevad"
|
||||
|
||||
msgid "Change Permissions"
|
||||
msgstr ""
|
||||
msgstr "Muuda õiguseid"
|
||||
|
||||
#, python-format
|
||||
msgid "Cannot delete %(name)s"
|
||||
@@ -279,7 +287,7 @@ msgid "You do not have permission to edit this page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Page Copy"
|
||||
msgstr ""
|
||||
msgstr "Lisa lehe koopia"
|
||||
|
||||
msgid "New sub page"
|
||||
msgstr "Uus alamlehekülg"
|
||||
@@ -291,14 +299,14 @@ msgid "The page is not eligible to be home."
|
||||
msgstr ""
|
||||
|
||||
msgid "View restriction"
|
||||
msgstr ""
|
||||
msgstr "Vaata piirangut"
|
||||
|
||||
msgid "View restrictions"
|
||||
msgstr ""
|
||||
msgstr "Vaata piiranguid"
|
||||
|
||||
#, python-format
|
||||
msgid "Field %s not found"
|
||||
msgstr ""
|
||||
msgstr "Välja %s ei leitud"
|
||||
|
||||
msgid "You do not have permission to edit this item"
|
||||
msgstr ""
|
||||
@@ -311,7 +319,7 @@ msgid "You do not have permission to copy this placeholder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Plugin not found"
|
||||
msgstr ""
|
||||
msgstr "Pluginat ei leitud"
|
||||
|
||||
msgid "You do not have permission to edit this plugin"
|
||||
msgstr ""
|
||||
@@ -389,31 +397,31 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
msgstr "Loo"
|
||||
|
||||
msgid "Sites"
|
||||
msgstr ""
|
||||
msgstr "Saidid"
|
||||
|
||||
msgid "Admin Sites"
|
||||
msgstr ""
|
||||
msgstr "Admini saidid"
|
||||
|
||||
msgid "Administration"
|
||||
msgstr ""
|
||||
msgstr "Administreerimine"
|
||||
|
||||
msgid "User settings"
|
||||
msgstr ""
|
||||
msgstr "asutaja seaded"
|
||||
|
||||
msgid "Clipboard..."
|
||||
msgstr ""
|
||||
msgstr "Lõikelaud..."
|
||||
|
||||
msgid "Clear clipboard"
|
||||
msgstr ""
|
||||
msgstr "Tühjenda lõikelaud"
|
||||
|
||||
msgid "Disable toolbar"
|
||||
msgstr ""
|
||||
|
||||
msgid "Shortcuts..."
|
||||
msgstr ""
|
||||
msgstr "Otseteed..."
|
||||
|
||||
msgid "Users"
|
||||
msgstr "Kasutajad"
|
||||
@@ -429,10 +437,10 @@ msgid "Language"
|
||||
msgstr "Keel"
|
||||
|
||||
msgid "Structure"
|
||||
msgstr ""
|
||||
msgstr "Struktuur"
|
||||
|
||||
msgid "Content"
|
||||
msgstr ""
|
||||
msgstr "Sisu"
|
||||
|
||||
#| msgid "Publish changes"
|
||||
msgid "Publish page changes"
|
||||
@@ -450,7 +458,7 @@ msgstr "Lisa tõlge"
|
||||
|
||||
#| msgid "Delete %(language)s Translation"
|
||||
msgid "Delete Translation"
|
||||
msgstr ""
|
||||
msgstr "Kustuta tõlge"
|
||||
|
||||
#| msgid "Copy all plugins from %s"
|
||||
msgid "Copy all plugins"
|
||||
@@ -473,7 +481,7 @@ msgstr "Lehekülg"
|
||||
|
||||
#| msgid "Create"
|
||||
msgid "Create Page"
|
||||
msgstr ""
|
||||
msgstr "Loo leht"
|
||||
|
||||
msgid "New Page"
|
||||
msgstr "Uus lehekülg"
|
||||
@@ -482,13 +490,13 @@ msgid "New Sub Page"
|
||||
msgstr "Uus alamlehekülg"
|
||||
|
||||
msgid "Duplicate this Page"
|
||||
msgstr ""
|
||||
msgstr "Tee sellest lehest koopia"
|
||||
|
||||
msgid "Edit this Page"
|
||||
msgstr ""
|
||||
msgstr "Muuda seda lehte"
|
||||
|
||||
msgid "Advanced settings"
|
||||
msgstr ""
|
||||
msgstr "Lisaseaded"
|
||||
|
||||
msgid "Templates"
|
||||
msgstr "Mallid"
|
||||
@@ -500,16 +508,16 @@ msgid "Permissions"
|
||||
msgstr "Õigused"
|
||||
|
||||
msgid "Hide in navigation"
|
||||
msgstr ""
|
||||
msgstr "Peida menüüs"
|
||||
|
||||
msgid "Display in navigation"
|
||||
msgstr ""
|
||||
msgstr "Näita menüüs"
|
||||
|
||||
msgid "Unpublish page"
|
||||
msgstr ""
|
||||
msgstr "Peida leht"
|
||||
|
||||
msgid "Publish page"
|
||||
msgstr ""
|
||||
msgstr "Näita lehte"
|
||||
|
||||
msgid "Are you sure you want to revert to live?"
|
||||
msgstr ""
|
||||
@@ -527,7 +535,7 @@ msgid "Create a page below the current page."
|
||||
msgstr ""
|
||||
|
||||
msgid "Select a valid site"
|
||||
msgstr ""
|
||||
msgstr "Vali korrektne sait"
|
||||
|
||||
msgid "Select a valid page"
|
||||
msgstr "Vali korrektne lehekülg"
|
||||
@@ -550,9 +558,6 @@ msgstr ""
|
||||
msgid "Page %(conflict_page)s has the same url '%(url)s' as current page."
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Lisa veel üks"
|
||||
|
||||
msgid ""
|
||||
"Optional. If supplied, will be automatically added within a new text plugin."
|
||||
msgstr ""
|
||||
@@ -707,13 +712,13 @@ msgid "pages"
|
||||
msgstr ""
|
||||
|
||||
msgid "Empty"
|
||||
msgstr ""
|
||||
msgstr "Tühi"
|
||||
|
||||
msgid "default"
|
||||
msgstr ""
|
||||
msgstr "vaikeväärtus"
|
||||
|
||||
msgid "Current page"
|
||||
msgstr ""
|
||||
msgstr "Praegune lehekülg"
|
||||
|
||||
msgid "Page children (immediate)"
|
||||
msgstr ""
|
||||
@@ -861,7 +866,7 @@ msgid "slug"
|
||||
msgstr ""
|
||||
|
||||
msgid "Path"
|
||||
msgstr ""
|
||||
msgstr "Asukoht"
|
||||
|
||||
msgid "has url overwrite"
|
||||
msgstr ""
|
||||
@@ -876,7 +881,7 @@ msgid "Advanced options"
|
||||
msgstr "Täpsemad valikud"
|
||||
|
||||
msgid "Generic"
|
||||
msgstr ""
|
||||
msgstr "Üldine"
|
||||
|
||||
#, python-format
|
||||
#| msgid "The %(name)s plugin \"%(obj)s\" was deleted successfully."
|
||||
@@ -905,16 +910,16 @@ msgstr "Parool:"
|
||||
|
||||
#| msgid "Add Page"
|
||||
msgid "Add a page"
|
||||
msgstr ""
|
||||
msgstr "Lisa leht"
|
||||
|
||||
msgid "Change a page"
|
||||
msgstr ""
|
||||
msgstr "Muuda lehte"
|
||||
|
||||
msgid "Home"
|
||||
msgstr ""
|
||||
msgstr "Avahelt"
|
||||
|
||||
msgid "View on site"
|
||||
msgstr ""
|
||||
msgstr "Vaata saidil"
|
||||
|
||||
msgid "Please correct the error below."
|
||||
msgid_plural "Please correct the errors below."
|
||||
@@ -925,7 +930,7 @@ msgid "All permissions"
|
||||
msgstr "Kõik õigused"
|
||||
|
||||
msgid "Loading..."
|
||||
msgstr ""
|
||||
msgstr "Laadimine..."
|
||||
|
||||
msgid "Save and continue editing"
|
||||
msgstr "Salvesta ja jätka muutmist"
|
||||
@@ -958,19 +963,19 @@ msgid "Can view"
|
||||
msgstr "Võib vaadata"
|
||||
|
||||
msgid "(global)"
|
||||
msgstr ""
|
||||
msgstr "(üldine)"
|
||||
|
||||
msgid "(current)"
|
||||
msgstr ""
|
||||
msgstr "(praegune)"
|
||||
|
||||
msgid "Page doesn't inherit any permissions."
|
||||
msgstr ""
|
||||
|
||||
msgid "Edit model"
|
||||
msgstr ""
|
||||
msgstr "Muuda mudelit"
|
||||
|
||||
msgid "Save as new"
|
||||
msgstr ""
|
||||
msgstr "Salvesta uuena"
|
||||
|
||||
msgid "Save and add another"
|
||||
msgstr "Salvesta ja lisa uus"
|
||||
@@ -985,26 +990,26 @@ msgid "Cut"
|
||||
msgstr "Lõika"
|
||||
|
||||
msgid "Paste"
|
||||
msgstr ""
|
||||
msgstr "Aseta"
|
||||
|
||||
#| msgid "Save as new"
|
||||
msgid "Set as home"
|
||||
msgstr ""
|
||||
|
||||
msgid "is restricted"
|
||||
msgstr ""
|
||||
msgstr "on piiratud"
|
||||
|
||||
msgid "last change by"
|
||||
msgstr ""
|
||||
msgstr "viimati muutis"
|
||||
|
||||
msgid "meta"
|
||||
msgstr ""
|
||||
msgstr "meta"
|
||||
|
||||
msgid "List of pages"
|
||||
msgstr "Lehekülgede loend"
|
||||
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
msgstr "Otsi"
|
||||
|
||||
#| msgid "Page Title"
|
||||
msgid "Page Tree"
|
||||
@@ -1029,11 +1034,11 @@ msgstr ""
|
||||
|
||||
#| msgid "in navigation"
|
||||
msgid "Main Navigation"
|
||||
msgstr ""
|
||||
msgstr "Peamenüü"
|
||||
|
||||
#| msgid "Actions"
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
msgstr "Valikud"
|
||||
|
||||
msgid "Successfully moved"
|
||||
msgstr "Edukalt liigutatud"
|
||||
@@ -1042,7 +1047,7 @@ msgid "Changes within the tree might require a refresh."
|
||||
msgstr ""
|
||||
|
||||
msgid "Error:"
|
||||
msgstr ""
|
||||
msgstr "Viga:"
|
||||
|
||||
msgid ""
|
||||
"This page cannot be copied because an application is attached to it. See the"
|
||||
@@ -1053,7 +1058,7 @@ msgid "Are you sure you want to § this page?"
|
||||
msgstr "Kas oled kindel, et soovid § selle lehekülje?"
|
||||
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
msgstr "Laadi uuesti"
|
||||
|
||||
#| msgid "New Page"
|
||||
msgid "New node"
|
||||
@@ -1063,10 +1068,10 @@ msgid "nodes"
|
||||
msgstr ""
|
||||
|
||||
msgid "View"
|
||||
msgstr ""
|
||||
msgstr "Vaata"
|
||||
|
||||
msgid "Menu"
|
||||
msgstr ""
|
||||
msgstr "Menüü"
|
||||
|
||||
#, python-format
|
||||
#| msgid ""
|
||||
@@ -1082,40 +1087,40 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy options"
|
||||
msgstr ""
|
||||
msgstr "Kopeeri valikud"
|
||||
|
||||
msgid "Choose copy options"
|
||||
msgstr ""
|
||||
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
msgstr "Sulge"
|
||||
|
||||
msgid "Legend"
|
||||
msgstr ""
|
||||
msgstr "Legend"
|
||||
|
||||
#| msgid "published"
|
||||
msgid "Published"
|
||||
msgstr ""
|
||||
msgstr "Avaldatud"
|
||||
|
||||
#| msgid "Change"
|
||||
msgid "Changed"
|
||||
msgstr ""
|
||||
msgstr "Muudetud"
|
||||
|
||||
#| msgid "unpublished"
|
||||
msgid "Unpublished"
|
||||
msgstr ""
|
||||
msgstr "Peidetud"
|
||||
|
||||
#| msgid "in menu"
|
||||
msgid "In menu"
|
||||
msgstr ""
|
||||
msgstr "Menüüs"
|
||||
|
||||
#| msgid "not in menu"
|
||||
msgid "Not in menu"
|
||||
msgstr ""
|
||||
msgstr "Pole menüüs"
|
||||
|
||||
#| msgid "New page"
|
||||
msgid "View page"
|
||||
msgstr ""
|
||||
msgstr "Vaata lehte"
|
||||
|
||||
#| msgid "softroot"
|
||||
msgid "Softroot"
|
||||
@@ -1137,19 +1142,19 @@ msgid "Preview"
|
||||
msgstr "Eelvaade"
|
||||
|
||||
msgid "Publish"
|
||||
msgstr ""
|
||||
msgstr "äita"
|
||||
|
||||
msgid "Unpublish"
|
||||
msgstr ""
|
||||
msgstr "Peida"
|
||||
|
||||
msgid "Configure"
|
||||
msgstr ""
|
||||
msgstr "Seadista"
|
||||
|
||||
msgid "in menu"
|
||||
msgstr ""
|
||||
msgstr "menüüs"
|
||||
|
||||
msgid "not in menu"
|
||||
msgstr ""
|
||||
msgstr "pole menüüs"
|
||||
|
||||
#| msgid "Page settings (SHIFT-click for advanced settings)"
|
||||
msgid "Page settings (SHIFT click for advanced settings)"
|
||||
@@ -1159,16 +1164,16 @@ msgid "Clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "Add plugin"
|
||||
msgstr ""
|
||||
msgstr "Lisa plugin"
|
||||
|
||||
msgid "Copy all"
|
||||
msgstr ""
|
||||
msgstr "Kopeeri kõik"
|
||||
|
||||
msgid "Copy from"
|
||||
msgstr ""
|
||||
|
||||
msgid "Empty all"
|
||||
msgstr ""
|
||||
msgstr "Tühjenda kõik"
|
||||
|
||||
msgid "Filter plugins..."
|
||||
msgstr ""
|
||||
@@ -1177,13 +1182,13 @@ msgid "This is a static placeholder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Expand all"
|
||||
msgstr ""
|
||||
msgstr "Laienda kõiki"
|
||||
|
||||
msgid "Collapse all"
|
||||
msgstr ""
|
||||
msgstr "Sulge kõik"
|
||||
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
msgstr "Muuda"
|
||||
|
||||
msgid "You cannot add plugins to this plugin."
|
||||
msgstr ""
|
||||
@@ -1192,7 +1197,7 @@ msgid "This plugin cannot be moved or edited outside of its parent"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clipboard is empty."
|
||||
msgstr ""
|
||||
msgstr "Lõikelaud on tühi."
|
||||
|
||||
msgid "This plugin does not allow plugins of this type as nested plugins."
|
||||
msgstr ""
|
||||
@@ -1201,10 +1206,10 @@ msgid "This plugin cannot have nested plugins."
|
||||
msgstr ""
|
||||
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
msgstr "Tõsta esile"
|
||||
|
||||
msgid "Available plugins"
|
||||
msgstr ""
|
||||
msgstr "aadaolevad pluginad"
|
||||
|
||||
#| msgid "Structure"
|
||||
msgid "Toggle structure"
|
||||
@@ -1215,13 +1220,13 @@ msgid "View published"
|
||||
msgstr ""
|
||||
|
||||
msgid "Login"
|
||||
msgstr ""
|
||||
msgstr "Logi sisse"
|
||||
|
||||
msgid "Add plugin to"
|
||||
msgstr ""
|
||||
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
msgstr "Veel"
|
||||
|
||||
#, python-format
|
||||
#| msgid "Development version using django CMS %(cms_version)s"
|
||||
@@ -1231,7 +1236,7 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
msgstr "Loobu"
|
||||
|
||||
msgid "The following error occured:"
|
||||
msgstr ""
|
||||
@@ -1255,7 +1260,7 @@ msgstr ""
|
||||
|
||||
#| msgid "Loading..."
|
||||
msgid "Loading"
|
||||
msgstr ""
|
||||
msgstr "Laadimine"
|
||||
|
||||
#| msgid "Are you sure you want to § this page?"
|
||||
msgid "Are you sure you want to abandon these changes?"
|
||||
@@ -1268,10 +1273,10 @@ msgstr ""
|
||||
|
||||
#| msgid "Notify user"
|
||||
msgid "Most used"
|
||||
msgstr ""
|
||||
msgstr "Enim kasutatud"
|
||||
|
||||
msgid "Shortcuts"
|
||||
msgstr ""
|
||||
msgstr "Otseteed"
|
||||
|
||||
msgid "The page was changed in the meantime, reloading..."
|
||||
msgstr ""
|
||||
@@ -1281,7 +1286,7 @@ msgstr ""
|
||||
|
||||
#| msgid "Cancel"
|
||||
msgid "Close/cancel"
|
||||
msgstr ""
|
||||
msgstr "Sulge/Loobu"
|
||||
|
||||
msgid "Toggle structure mode"
|
||||
msgstr ""
|
||||
@@ -1308,7 +1313,7 @@ msgstr ""
|
||||
|
||||
#| msgid "Add plugin"
|
||||
msgid "Edit plugin"
|
||||
msgstr ""
|
||||
msgstr "Muuda pluginat"
|
||||
|
||||
#| msgid "not in menu"
|
||||
msgid "Open actions menu"
|
||||
@@ -1329,7 +1334,7 @@ msgid "Double-click to edit"
|
||||
msgstr ""
|
||||
|
||||
msgid "Tap to edit"
|
||||
msgstr ""
|
||||
msgstr "Muumiseks vajuta"
|
||||
|
||||
msgid "Click to go back"
|
||||
msgstr ""
|
||||
@@ -1338,13 +1343,13 @@ msgid "Click to go forward"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimize"
|
||||
msgstr ""
|
||||
msgstr "Minimeeri"
|
||||
|
||||
msgid "Maximize"
|
||||
msgstr ""
|
||||
msgstr "Makimeeri"
|
||||
|
||||
msgid "Drop a plugin here"
|
||||
msgstr ""
|
||||
msgstr "Lohista plugin siia"
|
||||
|
||||
msgid "This page has no preview!"
|
||||
msgstr ""
|
||||
@@ -1384,13 +1389,13 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
msgid "Installation Notes"
|
||||
msgstr ""
|
||||
msgstr "Paigaldamise märkmed"
|
||||
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
msgstr "Kasutajatugi"
|
||||
|
||||
msgid "Documentation"
|
||||
msgstr ""
|
||||
msgstr "Dokumentatsioon"
|
||||
|
||||
#| msgid ""
|
||||
#| " <p class=\"cms-welcome-notes\">If you don't see the ngo CMS logo at the top, make sure\n"
|
||||
@@ -1430,29 +1435,32 @@ msgstr ""
|
||||
msgid "Welcome to django CMS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Lisa veel üks"
|
||||
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
msgstr "Tagasi"
|
||||
|
||||
msgid "Please choose an option from below to proceed to the next step."
|
||||
msgstr ""
|
||||
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
msgstr "Edasi"
|
||||
|
||||
msgid "unpublished changes"
|
||||
msgstr ""
|
||||
|
||||
msgid "published"
|
||||
msgstr ""
|
||||
msgstr "avaldatud"
|
||||
|
||||
msgid "unpublished parent"
|
||||
msgstr ""
|
||||
|
||||
msgid "unpublished"
|
||||
msgstr ""
|
||||
msgstr "peidetud"
|
||||
|
||||
msgid "no content"
|
||||
msgstr ""
|
||||
msgstr "sisu pole"
|
||||
|
||||
#, python-format
|
||||
msgid "Page not found on %(domain)s"
|
||||
@@ -1484,13 +1492,13 @@ msgid "email address"
|
||||
msgstr "e-posti aadress"
|
||||
|
||||
msgid "staff status"
|
||||
msgstr ""
|
||||
msgstr "personali staatus"
|
||||
|
||||
msgid "Designates whether the user can log into this admin site."
|
||||
msgstr ""
|
||||
|
||||
msgid "active"
|
||||
msgstr ""
|
||||
msgstr "aktiivne"
|
||||
|
||||
msgid ""
|
||||
"Designates whether this user should be treated as active. Unselect this "
|
||||
@@ -1507,7 +1515,7 @@ msgid "Page Extension"
|
||||
msgstr ""
|
||||
|
||||
msgid "object ID"
|
||||
msgstr ""
|
||||
msgstr "objekti ID"
|
||||
|
||||
msgid "Example1 App"
|
||||
msgstr ""
|
||||
@@ -1519,35 +1527,39 @@ msgid "Example1"
|
||||
msgstr ""
|
||||
|
||||
msgid "Examples"
|
||||
msgstr ""
|
||||
msgstr "Näidised"
|
||||
|
||||
msgid "Extra Context"
|
||||
msgstr ""
|
||||
|
||||
msgid "Articles"
|
||||
msgstr ""
|
||||
msgstr "Artiklid"
|
||||
|
||||
msgid "Sample App"
|
||||
msgstr "Näidis rakendus"
|
||||
|
||||
#| msgid "Sample App with excluded permissions"
|
||||
msgid "Sample App with config"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sample App with excluded permissions"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sample App 2"
|
||||
msgstr ""
|
||||
msgstr "Näidis rakendus 2"
|
||||
|
||||
#| msgid "Sample App 2"
|
||||
msgid "Sample App 3"
|
||||
msgstr ""
|
||||
msgstr "Näidis rakendus 3"
|
||||
|
||||
msgid "Namespaced App"
|
||||
msgstr ""
|
||||
|
||||
msgid "Parent app"
|
||||
msgstr ""
|
||||
msgstr "Peamine rakendus"
|
||||
|
||||
msgid "Child app"
|
||||
msgstr ""
|
||||
msgstr "Alamrakendus"
|
||||
|
||||
msgid "Variable urls-menus App"
|
||||
msgstr ""
|
||||
@@ -1565,17 +1577,17 @@ msgid "sample my profile page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Static Menu"
|
||||
msgstr ""
|
||||
msgstr "Staatiline menüü"
|
||||
|
||||
msgid "Static Menu2"
|
||||
msgstr ""
|
||||
msgstr "Staatiline menüü 2"
|
||||
|
||||
msgid "Static Menu3"
|
||||
msgstr ""
|
||||
msgstr "Staatiline menüü 3"
|
||||
|
||||
#| msgid "Static Menu"
|
||||
msgid "Static Menu4"
|
||||
msgstr ""
|
||||
msgstr "Staatiline menüü 4"
|
||||
|
||||
msgid "Category"
|
||||
msgstr "Kategooria"
|
||||
@@ -1599,7 +1611,7 @@ msgid "Inherit the template of the nearest ancestor"
|
||||
msgstr ""
|
||||
|
||||
msgid "UserSettings"
|
||||
msgstr ""
|
||||
msgstr "Kasutaja seaded"
|
||||
|
||||
#, python-format
|
||||
#| msgid "Add plugin to placeholder"
|
||||
|
||||
Binary file not shown.
@@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:21+0100\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: Estonian (http://www.transifex.com/divio/django-cms/language/et/)\n"
|
||||
|
||||
Binary file not shown.
@@ -10,9 +10,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:30+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:20+0100\n"
|
||||
"PO-Revision-Date: 2018-11-09 12:08+0000\n"
|
||||
"Last-Translator: Bartosz Płóciennik <thaian@outlook.com>\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/divio/django-cms/language/eu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -106,12 +106,19 @@ msgstr ""
|
||||
msgid "A page with this reverse URL id exists already."
|
||||
msgstr "ID berdina duen alderantzizko URL bat badago dagoeneko."
|
||||
|
||||
#| msgid "Application configurations"
|
||||
msgid "Invalid application config value"
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance using this configuration already exists."
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance with this name already exists."
|
||||
msgstr ""
|
||||
|
||||
msgid "You can't move the home page inside another page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
@@ -549,9 +556,6 @@ msgstr ""
|
||||
msgid "Page %(conflict_page)s has the same url '%(url)s' as current page."
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Beste bat gehitu"
|
||||
|
||||
msgid ""
|
||||
"Optional. If supplied, will be automatically added within a new text plugin."
|
||||
msgstr ""
|
||||
@@ -1429,6 +1433,9 @@ msgstr ""
|
||||
msgid "Welcome to django CMS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "Beste bat gehitu"
|
||||
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
@@ -1529,6 +1536,10 @@ msgstr "Artikuluak"
|
||||
msgid "Sample App"
|
||||
msgstr "Ereduzko aplikazioa"
|
||||
|
||||
#| msgid "Sample App with excluded permissions"
|
||||
msgid "Sample App with config"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sample App with excluded permissions"
|
||||
msgstr ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:21+0100\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/divio/django-cms/language/eu/)\n"
|
||||
|
||||
Binary file not shown.
@@ -14,6 +14,7 @@
|
||||
# farshad <akbari.farshad@gmail.com>, 2014
|
||||
# hadiazaddel <hadiazaddel@chmail.ir>, 2014
|
||||
# hadiazaddel <hadiazaddel@chmail.ir>, 2014
|
||||
# Majid Vaghari <majid_vaghari2009@yahoo.com>, 2018
|
||||
# Matin M. <moosaei.matin@aol.com>, 2013
|
||||
# Mazdak Badakhshan <geraneum@gmail.com>, 2014
|
||||
# Meysam K <meysamkermani@gmail.com>, 2017
|
||||
@@ -25,15 +26,15 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:30+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:20+0100\n"
|
||||
"PO-Revision-Date: 2018-11-09 12:08+0000\n"
|
||||
"Last-Translator: Bartosz Płóciennik <thaian@outlook.com>\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/divio/django-cms/language/fa/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fa\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
msgid "All"
|
||||
msgstr "همه"
|
||||
@@ -121,12 +122,19 @@ msgstr "لطفا عنوان %(language)s را ویرایش کنید، قبل ا
|
||||
msgid "A page with this reverse URL id exists already."
|
||||
msgstr "صفحه-ای با شناسه-ی این آدرس معکوس وجود دارد."
|
||||
|
||||
#| msgid "Application configurations"
|
||||
msgid "Invalid application config value"
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance using this configuration already exists."
|
||||
msgstr "یک برنامه موردی با این تنظیمات از پیش وجود دارد."
|
||||
|
||||
msgid "An application instance with this name already exists."
|
||||
msgstr "یک برنامه موردی با این نام از پیش وجود دارد."
|
||||
|
||||
msgid "You can't move the home page inside another page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Yes"
|
||||
msgstr "بله"
|
||||
|
||||
@@ -236,7 +244,7 @@ msgstr "شما دسترسى لازم را براى كپى بردارى اين ا
|
||||
|
||||
#| msgid "You do not have permission to clear this placeholder"
|
||||
msgid "Error! You don't have permissions to copy this page."
|
||||
msgstr ""
|
||||
msgstr "خطا! شما اختیارات کپی این صفحه را ندارید."
|
||||
|
||||
msgid ""
|
||||
"Error! The page you're pasting is not translated in any of the languages "
|
||||
@@ -427,7 +435,7 @@ msgid "Disable toolbar"
|
||||
msgstr "از کار انداختن نوار ابزار"
|
||||
|
||||
msgid "Shortcuts..."
|
||||
msgstr ""
|
||||
msgstr "میانبرها..."
|
||||
|
||||
msgid "Users"
|
||||
msgstr "كاربر ها"
|
||||
@@ -564,9 +572,6 @@ msgstr ""
|
||||
msgid "Page %(conflict_page)s has the same url '%(url)s' as current page."
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "اضافه کردن یکی دیگر"
|
||||
|
||||
msgid ""
|
||||
"Optional. If supplied, will be automatically added within a new text plugin."
|
||||
msgstr "غیر ضروری، اگر پر شود، به صورت اتوماتیک در داخل پلاگین جدید اضافه میشود."
|
||||
@@ -933,6 +938,7 @@ msgstr "مشاهده روی وبگاه"
|
||||
msgid "Please correct the error below."
|
||||
msgid_plural "Please correct the errors below."
|
||||
msgstr[0] "لطفا خطاهای زیر را تصحیح کنید."
|
||||
msgstr[1] "لطفا خطاهای زیر را تصحیح کنید."
|
||||
|
||||
msgid "All permissions"
|
||||
msgstr "تمامی اختیارات"
|
||||
@@ -1268,7 +1274,7 @@ msgstr "شما تغییراتی ذخیره نشده دارید."
|
||||
|
||||
#| msgid "Loading..."
|
||||
msgid "Loading"
|
||||
msgstr ""
|
||||
msgstr "در حال بارگذاری"
|
||||
|
||||
#| msgid "Are you sure you want to § this page?"
|
||||
msgid "Are you sure you want to abandon these changes?"
|
||||
@@ -1443,6 +1449,9 @@ msgstr ""
|
||||
msgid "Welcome to django CMS"
|
||||
msgstr "به سیستم مدیریت محتوای جنگو خوش آمدید"
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr "اضافه کردن یکی دیگر"
|
||||
|
||||
msgid "Back"
|
||||
msgstr "قبلی"
|
||||
|
||||
@@ -1543,6 +1552,10 @@ msgstr "مقالات"
|
||||
msgid "Sample App"
|
||||
msgstr "ابزار نمونه"
|
||||
|
||||
#| msgid "Sample App with excluded permissions"
|
||||
msgid "Sample App with config"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sample App with excluded permissions"
|
||||
msgstr "اَپ نمونه با سطح دسترسیهای محدود"
|
||||
|
||||
@@ -1832,6 +1845,7 @@ msgstr "در حال حاظر یک ویزارد ثبت شده برای : %s"
|
||||
#~ msgid "%(counter)s result"
|
||||
#~ msgid_plural "%(counter)s results"
|
||||
#~ msgstr[0] "a848884d0af974a125106fa2043a5716_pl_0"
|
||||
#~ msgstr[1] "a848884d0af974a125106fa2043a5716_pl_1"
|
||||
|
||||
#~ msgid "%(full_result_count)s total"
|
||||
#~ msgstr "%(full_result_count)s total"
|
||||
|
||||
Binary file not shown.
@@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:31+0000\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:21+0100\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/divio/django-cms/language/fa/)\n"
|
||||
@@ -18,7 +18,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fa\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
msgid "Are you sure you want to change tabs without saving the page first?"
|
||||
msgstr "آیا مطمئن هستید میخواهید تبها را تغییر دهید بدون اینکه صفحه را از قبل ذخیره کرده باشید؟"
|
||||
|
||||
Binary file not shown.
@@ -4,46 +4,48 @@
|
||||
#
|
||||
# Translators:
|
||||
# Translators:
|
||||
# Javad Miraftabzadeh <javad.miraftabzadeh@gmail.com>, 2016
|
||||
# reza reza <master.rta@gmail.com>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: django CMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-01-11 16:30+0000\n"
|
||||
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
|
||||
"Last-Translator: Paulo Alvarado <paulo.alvarado@divio.ch>\n"
|
||||
"Language-Team: Afrikaans (http://www.transifex.com/divio/django-cms/language/af/)\n"
|
||||
"POT-Creation-Date: 2018-11-09 13:20+0100\n"
|
||||
"PO-Revision-Date: 2018-11-09 12:08+0000\n"
|
||||
"Last-Translator: Bartosz Płóciennik <thaian@outlook.com>\n"
|
||||
"Language-Team: Persian (Iran) (http://www.transifex.com/divio/django-cms/language/fa_IR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: af\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Language: fa_IR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
msgid "All"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy permissions"
|
||||
msgstr ""
|
||||
msgstr "مجوزهای کپی کردن"
|
||||
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
msgstr "عنوان"
|
||||
|
||||
msgid "The default title"
|
||||
msgstr ""
|
||||
msgstr "عنوان پیشفرض"
|
||||
|
||||
msgid "Slug"
|
||||
msgstr ""
|
||||
|
||||
msgid "The part of the title that is used in the URL"
|
||||
msgstr ""
|
||||
msgstr "بخشی از عنوان که در URL استفاده میشود"
|
||||
|
||||
msgid "Menu Title"
|
||||
msgstr ""
|
||||
msgstr "عنوان فهرست"
|
||||
|
||||
msgid "Overwrite what is displayed in the menu"
|
||||
msgstr ""
|
||||
msgstr "بازنویسی مواردی که در فهرست نمایش داده میشوند"
|
||||
|
||||
msgid "Page Title"
|
||||
msgstr ""
|
||||
msgstr "عنوان صفحه"
|
||||
|
||||
msgid ""
|
||||
"Overwrites what is displayed at the top of your browser or in bookmarks"
|
||||
@@ -59,7 +61,7 @@ msgid "Slug must not be empty."
|
||||
msgstr ""
|
||||
|
||||
msgid "Page type"
|
||||
msgstr ""
|
||||
msgstr "نوع صفحه"
|
||||
|
||||
msgid "Page Types"
|
||||
msgstr ""
|
||||
@@ -77,7 +79,7 @@ msgid "Keep this field empty if standard path should be used."
|
||||
msgstr ""
|
||||
|
||||
msgid "X Frame Options"
|
||||
msgstr ""
|
||||
msgstr "تنظیمات X-Frame"
|
||||
|
||||
msgid "Whether this page can be embedded in other pages or websites"
|
||||
msgstr ""
|
||||
@@ -104,12 +106,19 @@ msgstr ""
|
||||
msgid "A page with this reverse URL id exists already."
|
||||
msgstr ""
|
||||
|
||||
#| msgid "Application configurations"
|
||||
msgid "Invalid application config value"
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance using this configuration already exists."
|
||||
msgstr ""
|
||||
|
||||
msgid "An application instance with this name already exists."
|
||||
msgstr ""
|
||||
|
||||
msgid "You can't move the home page inside another page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
@@ -423,7 +432,7 @@ msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
msgstr "زبان"
|
||||
|
||||
msgid "Structure"
|
||||
msgstr ""
|
||||
@@ -485,7 +494,7 @@ msgid "Edit this Page"
|
||||
msgstr ""
|
||||
|
||||
msgid "Advanced settings"
|
||||
msgstr ""
|
||||
msgstr "تنظیمات پیشرفته"
|
||||
|
||||
msgid "Templates"
|
||||
msgstr ""
|
||||
@@ -547,9 +556,6 @@ msgstr ""
|
||||
msgid "Page %(conflict_page)s has the same url '%(url)s' as current page."
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Optional. If supplied, will be automatically added within a new text plugin."
|
||||
msgstr ""
|
||||
@@ -571,7 +577,7 @@ msgid "position"
|
||||
msgstr ""
|
||||
|
||||
msgid "language"
|
||||
msgstr ""
|
||||
msgstr "زبان"
|
||||
|
||||
msgid "plugin_name"
|
||||
msgstr ""
|
||||
@@ -658,7 +664,7 @@ msgid "Grant on"
|
||||
msgstr ""
|
||||
|
||||
msgid "page"
|
||||
msgstr ""
|
||||
msgstr "صفحه"
|
||||
|
||||
msgid "for logged in users only"
|
||||
msgstr ""
|
||||
@@ -790,7 +796,7 @@ msgid "slot"
|
||||
msgstr ""
|
||||
|
||||
msgid "width"
|
||||
msgstr ""
|
||||
msgstr "عرض"
|
||||
|
||||
msgid "<Empty>"
|
||||
msgstr ""
|
||||
@@ -840,7 +846,7 @@ msgid "A static placeholder with the same site and code already exists"
|
||||
msgstr ""
|
||||
|
||||
msgid "title"
|
||||
msgstr ""
|
||||
msgstr "عنوان"
|
||||
|
||||
msgid "overwrite the title (html title tag)"
|
||||
msgstr ""
|
||||
@@ -1427,6 +1433,9 @@ msgstr ""
|
||||
msgid "Welcome to django CMS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Add Another"
|
||||
msgstr ""
|
||||
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
@@ -1527,6 +1536,10 @@ msgstr ""
|
||||
msgid "Sample App"
|
||||
msgstr ""
|
||||
|
||||
#| msgid "Sample App with excluded permissions"
|
||||
msgid "Sample App with config"
|
||||
msgstr ""
|
||||
|
||||
msgid "Sample App with excluded permissions"
|
||||
msgstr ""
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user