# 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: 2025-08-26 08:15+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"

#: admin.py:78
msgid "<i>Missing language</i>"
msgstr ""

#: admin.py:89 filters.py:89
msgid "Used"
msgstr ""

#: admin.py:140 cms_toolbars.py:103
#: templates/djangocms_alias/alias_usage.html:50
msgid "View usage"
msgstr ""

#: admin.py:147
msgid "Delete Alias"
msgstr ""

#: admin.py:189
#, python-brace-format
msgid ""
"Alias content for language {} deleted. A new empty alias content will be "
"created if needed."
msgstr ""

#: apps.py:7
msgid "django CMS Alias"
msgstr ""

#: cms_plugins.py:37 cms_plugins.py:271 cms_plugins.py:309 cms_toolbars.py:51
#: forms.py:270
msgid "Alias"
msgstr ""

#: cms_plugins.py:59
msgid "Edit Alias"
msgstr ""

#: cms_plugins.py:73
msgid "Detach Alias"
msgstr ""

#: cms_plugins.py:88 cms_plugins.py:106
msgid "Create Alias"
msgstr ""

#: cms_toolbars.py:52 cms_toolbars.py:79 templates/djangocms_alias/base.html:4
msgid "Aliases"
msgstr ""

#: cms_toolbars.py:95
msgid "Change alias settings"
msgstr ""

#: cms_toolbars.py:112
msgid "Delete alias"
msgstr ""

#: cms_toolbars.py:157 templates/djangocms_alias/create_alias.html:31
msgid "Create"
msgstr ""

#: cms_toolbars.py:170 internal_search.py:29
msgid "Language"
msgstr ""

#: cms_toolbars.py:222
msgid "Add Translation"
msgstr ""

#: cms_toolbars.py:233
msgid "Delete Translation"
msgstr ""

#: cms_toolbars.py:250
msgid "Copy all plugins"
msgstr ""

#: cms_toolbars.py:252
#, python-format
msgid "from %s"
msgstr ""

#: cms_toolbars.py:253
#, python-format
msgid "Are you sure you want to copy all plugins from %s?"
msgstr ""

#: cms_wizards.py:30
msgid "New alias"
msgstr ""

#: cms_wizards.py:34
msgid "Create a new alias."
msgstr ""

#: cms_wizards.py:37
msgid "New alias category"
msgstr ""

#: cms_wizards.py:41
msgid "Create a new alias category."
msgstr ""

#: filters.py:19 forms.py:252
msgid "Site"
msgstr ""

#: filters.py:37 filters.py:73 filters.py:105
msgid "All"
msgstr ""

#: filters.py:42
msgid "No site"
msgstr ""

#: filters.py:53 forms.py:259 internal_search.py:22
msgid "Category"
msgstr ""

#: filters.py:84
msgid "Usage in Alias Plugins"
msgstr ""

#: filters.py:90
msgid "Unused"
msgstr ""

#: forms.py:78
msgid "A plugin or placeholder is required to create an alias."
msgstr ""

#: forms.py:83
msgid "An alias can only be created from a plugin or placeholder, not both."
msgstr ""

#: forms.py:102
msgid "Replace current plugin"
msgstr ""

#: forms.py:103
msgid "Replace current plugin with alias"
msgstr ""

#: forms.py:126 forms.py:319
msgid "Alias with this Name and Category already exists."
msgstr ""

#: forms.py:172 templates/djangocms_alias/alias_usage.html:32
msgid "Name"
msgstr ""

#: forms.py:263
msgid "Select category to restrict the list of aliases below"
msgstr ""

#: forms.py:274
msgid "Select an alias"
msgstr ""

#: internal_search.py:15
msgid "Title"
msgstr ""

#: internal_search.py:36
msgid "URL"
msgstr ""

#: internal_search.py:43
msgid "Version status"
msgstr ""

#: models.py:38
msgid "Default"
msgstr ""

#: models.py:51 models.py:263
msgid "name"
msgstr ""

#: models.py:58 models.py:86
msgid "category"
msgstr ""

#: models.py:59
msgid "categories"
msgstr ""

#: models.py:74
msgid "by template"
msgstr ""

#: models.py:75
msgid "by code"
msgstr ""

#: models.py:78
msgid "creation_method"
msgstr ""

#: models.py:91
msgid "position"
msgstr ""

#: models.py:95
msgid "static code"
msgstr ""

#: models.py:99
msgid "To render the alias in templates."
msgstr ""

#: models.py:104 models.py:382
msgid "alias"
msgstr ""

#: models.py:105
msgid "aliases"
msgstr ""

#: models.py:277
msgid "alias content"
msgstr ""

#: models.py:278
msgid "alias contents"
msgstr ""

#: models.py:387
msgid "template"
msgstr ""

#: models.py:394
msgid "alias plugin model"
msgstr ""

#: models.py:395
msgid "alias plugin models"
msgstr ""

#: templates/admin/djangocms_alias/alias/change_form.html:8
msgid "Save"
msgstr ""

#: templates/admin/djangocms_alias/alias/delete_confirmation.html:15
#, python-format
msgid ""
"You don't have permissions to delete %(object_name)s \"%(escaped_object)s\". "
"Please request your site admin to add permissions to delete alias, or delete "
"alias from all places that it being used."
msgstr ""

#: templates/admin/djangocms_alias/alias/delete_confirmation.html:17
#, python-format
msgid ""
"Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"?"
msgstr ""

#: templates/admin/djangocms_alias/alias/delete_confirmation.html:23
msgid "This alias is used by following objects:"
msgstr ""

#: templates/admin/djangocms_alias/alias/delete_confirmation.html:33
msgid "This alias is not used by any object."
msgstr ""

#: templates/admin/djangocms_alias/alias/delete_confirmation.html:40
#: templates/djangocms_alias/detach_alias.html:17
msgid "Yes, I'm sure"
msgstr ""

#: templates/admin/djangocms_alias/alias/delete_confirmation.html:42
#: templates/djangocms_alias/detach_alias.html:16
msgid "No, take me back"
msgstr ""

#: templates/djangocms_alias/add_alias.html:5
msgid "Add alias"
msgstr ""

#: templates/djangocms_alias/add_alias.html:14
#, python-format
msgid ""
"Are you sure you want to add alias <a "
"href=\"%(alias.get_absolute_url)s\">%(alias_name)s</a>?"
msgstr ""

#: templates/djangocms_alias/add_alias.html:28
msgid "Add"
msgstr ""

#: templates/djangocms_alias/alias_usage.html:16
msgid "Home"
msgstr ""

#: templates/djangocms_alias/alias_usage.html:20
msgid "Usage of alias"
msgstr ""

#: templates/djangocms_alias/alias_usage.html:26
msgid "Back"
msgstr ""

#: templates/djangocms_alias/alias_usage.html:31
msgid "Type"
msgstr ""

#: templates/djangocms_alias/create_alias.html:5
msgid "Create alias"
msgstr ""

#: templates/djangocms_alias/create_alias.html:8
msgid "Please correct the error below."
msgid_plural "Please correct the errors below."
msgstr[0] ""
msgstr[1] ""

#: templates/djangocms_alias/detach_alias.html:8
#, python-format
msgid ""
"Are you sure you want to detach the %(object_name)s \"%(escaped_object)s\"?"
msgstr ""
