nephila/djangocms-redirect

View on GitHub
djangocms_redirect/locale/en/LC_MESSAGES/django.po

Summary

Maintainability
Test Coverage
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-30 16:51+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: models.py:13
msgid "301 - Permanent redirection"
msgstr "301 - Permanent redirection"

#: models.py:16
msgid "302- Temporary redirection"
msgstr "302- Temporary redirection"

#: models.py:20
msgid "410 - Permanently unavailable"
msgstr "410 - Permanently unavailable"

#: models.py:26
msgid "site"
msgstr "site"

#: models.py:28
msgid "redirect from"
msgstr "redirect from"

#: models.py:28 models.py:31
msgid "Select a Page or write an url"
msgstr "Select a Page or write an url"

#: models.py:31
msgid "redirect to"
msgstr "redirect to"

#: models.py:34
msgid "response code"
msgstr "response code"

#: models.py:39
msgid ""
"This is the http response code returned if a destination is specified. If no "
"destination is specified the response code will be 410."
msgstr ""
"This is the http response code returned if a destination is specified. If no "
"destination is specified the response code will be 410."

#: models.py:44
msgid "Subpath match"
msgstr "Subpath match"

#: models.py:47
msgid ""
"If selected all the pages starting with the given string will be redirected "
"by replacing the matching subpath with the provided redirect path."
msgstr ""
"If selected all the pages starting with the given string will be redirected "
"by replacing the matching subpath with the provided redirect path."

#: models.py:52
msgid "Catchall redirect"
msgstr "Catchall redirect"

#: models.py:55
msgid ""
"If selected all the pages starting with the given string will be redirected "
"to the given redirect path"
msgstr ""
"If selected all the pages starting with the given string will be redirected "
"to the given redirect path"

#: models.py:60
msgid "redirect"
msgstr "redirect"

#: models.py:61
msgid "redirects"
msgstr "redirects"