fabiocaccamo/django-redirects

View on GitHub
redirects/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: django-redirects\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-14 01:20+0100\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"

#: redirects/admin.py redirects/models.py
msgid "Redirect"
msgstr ""

#: redirects/admin.py
msgid "(410 Gone)"
msgstr ""

#: redirects/admin.py
msgid "Test"
msgstr ""

#: redirects/apps.py redirects/models.py
msgid "Redirects"
msgstr ""

#: redirects/models.py
msgid "301 - Permanent"
msgstr ""

#: redirects/models.py
msgid "302 - Found"
msgstr ""

#: redirects/models.py
msgid "303 - See Other"
msgstr ""

#: redirects/models.py
msgid "307 - Temporary"
msgstr ""

#: redirects/models.py
msgid "308 - Permanent"
msgstr ""

#: redirects/models.py
msgid "Exact"
msgstr ""

#: redirects/models.py
msgid "Prefix"
msgstr ""

#: redirects/models.py
msgid "Regex"
msgstr ""

#: redirects/models.py
msgid "Site"
msgstr ""

#: redirects/models.py
msgid "Old path"
msgstr ""

#: redirects/models.py
msgid ""
"This can be either an absolute path or a regex (excluding the domain name). "
msgstr ""

#: redirects/models.py
msgid "New path"
msgstr ""

#: redirects/models.py
msgid ""
"This can be either an absolute path, an absolute URL, or a regex. If empty a "
"\"410 Gone\" response will be returned."
msgstr ""

#: redirects/models.py
msgid "Match"
msgstr ""

#: redirects/models.py
msgid "The redirect match condition."
msgstr ""

#: redirects/models.py
msgid "Type"
msgstr ""

#: redirects/models.py
msgid "The redirect http status code."
msgstr ""

#: redirects/models.py
msgid "Priority"
msgstr ""

#: redirects/models.py
msgid "Higher priority redirects are evaluated first."
msgstr ""

#: redirects/models.py
msgid "Counter"
msgstr ""

#: redirects/models.py
msgid "The redirect requests/responses count."
msgstr ""

#: redirects/models.py
msgid "Status code"
msgstr ""

#: redirects/models.py
msgid "Created at"
msgstr ""

#: redirects/models.py
msgid "Updated at"
msgstr ""