Skip to content

Instantly share code, notes, and snippets.

@mrreyes512
Created April 17, 2017 02:13
Show Gist options
  • Save mrreyes512/8ffb6da33a9c08bc6b53229d49c748cf to your computer and use it in GitHub Desktop.
Save mrreyes512/8ffb6da33a9c08bc6b53229d49c748cf to your computer and use it in GitHub Desktop.
This gist exceeds the recommended number of files (~10). To access all files, please clone this gist.
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="FacetManager">
<facet type="django" name="Django">
<configuration>
<option name="rootFolder" value="$MODULE_DIR$" />
<option name="settingsModule" value="dj_fresca/settings.py" />
<option name="manageScript" value="manage.py" />
<option name="environment" value="&lt;map/&gt;" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Django Lib" level="project" />
</component>
<component name="TemplatesService">
<option name="TEMPLATE_CONFIGURATION" value="Django" />
<option name="TEMPLATE_FOLDERS">
<list>
<option value="$MODULE_DIR$/templates" />
</list>
</option>
</component>
<component name="TestRunnerService">
<option name="PROJECT_TEST_RUNNER" value="Unittests" />
</component>
</module>
<component name="InspectionProjectProfileManager">
<settings>
<option name="useProjectProfile" value="false" />
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>
<component name="libraryTable">
<library name="Django Lib">
<CLASSES>
<root url="file://$PROJECT_DIR$/lib/python3.6/site-packages" />
</CLASSES>
<SOURCES />
</library>
</component>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.6.1 virtualenv at /Volumes/cloud/owncloud/Sites/dj_fresca" project-jdk-type="Python SDK" />
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/dj_fresca.iml" filepath="$PROJECT_DIR$/.idea/dj_fresca.iml" />
</modules>
</component>
</project>
# This file must be used with "source bin/activate" *from bash*
# you cannot run it directly
deactivate () {
# reset old environment variables
if [ -n "$_OLD_VIRTUAL_PATH" ] ; then
PATH="$_OLD_VIRTUAL_PATH"
export PATH
unset _OLD_VIRTUAL_PATH
fi
if [ -n "$_OLD_VIRTUAL_PYTHONHOME" ] ; then
PYTHONHOME="$_OLD_VIRTUAL_PYTHONHOME"
export PYTHONHOME
unset _OLD_VIRTUAL_PYTHONHOME
fi
# This should detect bash and zsh, which have a hash command that must
# be called to get it to forget past commands. Without forgetting
# past commands the $PATH changes we made may not be respected
if [ -n "$BASH" -o -n "$ZSH_VERSION" ] ; then
hash -r
fi
if [ -n "$_OLD_VIRTUAL_PS1" ] ; then
PS1="$_OLD_VIRTUAL_PS1"
export PS1
unset _OLD_VIRTUAL_PS1
fi
unset VIRTUAL_ENV
if [ ! "$1" = "nondestructive" ] ; then
# Self destruct!
unset -f deactivate
fi
}
# unset irrelevant variables
deactivate nondestructive
VIRTUAL_ENV="/Volumes/cloud/owncloud/Sites/dj_fresca"
export VIRTUAL_ENV
_OLD_VIRTUAL_PATH="$PATH"
PATH="$VIRTUAL_ENV/bin:$PATH"
export PATH
# unset PYTHONHOME if set
# this will fail if PYTHONHOME is set to the empty string (which is bad anyway)
# could use `if (set -u; : $PYTHONHOME) ;` in bash
if [ -n "$PYTHONHOME" ] ; then
_OLD_VIRTUAL_PYTHONHOME="$PYTHONHOME"
unset PYTHONHOME
fi
if [ -z "$VIRTUAL_ENV_DISABLE_PROMPT" ] ; then
_OLD_VIRTUAL_PS1="$PS1"
if [ "x(dj_fresca) " != x ] ; then
PS1="(dj_fresca) $PS1"
else
if [ "`basename \"$VIRTUAL_ENV\"`" = "__" ] ; then
# special case for Aspen magic directories
# see http://www.zetadev.com/software/aspen/
PS1="[`basename \`dirname \"$VIRTUAL_ENV\"\``] $PS1"
else
PS1="(`basename \"$VIRTUAL_ENV\"`)$PS1"
fi
fi
export PS1
fi
# This should detect bash and zsh, which have a hash command that must
# be called to get it to forget past commands. Without forgetting
# past commands the $PATH changes we made may not be respected
if [ -n "$BASH" -o -n "$ZSH_VERSION" ] ; then
hash -r
fi
# This file must be used with "source bin/activate.csh" *from csh*.
# You cannot run it directly.
# Created by Davide Di Blasi <davidedb@gmail.com>.
# Ported to Python 3.3 venv by Andrew Svetlov <andrew.svetlov@gmail.com>
alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; test "\!:*" != "nondestructive" && unalias deactivate'
# Unset irrelevant variables.
deactivate nondestructive
setenv VIRTUAL_ENV "/Volumes/cloud/owncloud/Sites/dj_fresca"
set _OLD_VIRTUAL_PATH="$PATH"
setenv PATH "$VIRTUAL_ENV/bin:$PATH"
set _OLD_VIRTUAL_PROMPT="$prompt"
if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then
if ("dj_fresca" != "") then
set env_name = "dj_fresca"
else
if (`basename "VIRTUAL_ENV"` == "__") then
# special case for Aspen magic directories
# see http://www.zetadev.com/software/aspen/
set env_name = `basename \`dirname "$VIRTUAL_ENV"\``
else
set env_name = `basename "$VIRTUAL_ENV"`
endif
endif
set prompt = "[$env_name] $prompt"
unset env_name
endif
alias pydoc python -m pydoc
rehash
# This file must be used with ". bin/activate.fish" *from fish* (http://fishshell.org)
# you cannot run it directly
function deactivate -d "Exit virtualenv and return to normal shell environment"
# reset old environment variables
if test -n "$_OLD_VIRTUAL_PATH"
set -gx PATH $_OLD_VIRTUAL_PATH
set -e _OLD_VIRTUAL_PATH
end
if test -n "$_OLD_VIRTUAL_PYTHONHOME"
set -gx PYTHONHOME $_OLD_VIRTUAL_PYTHONHOME
set -e _OLD_VIRTUAL_PYTHONHOME
end
if test -n "$_OLD_FISH_PROMPT_OVERRIDE"
functions -e fish_prompt
set -e _OLD_FISH_PROMPT_OVERRIDE
functions -c _old_fish_prompt fish_prompt
functions -e _old_fish_prompt
end
set -e VIRTUAL_ENV
if test "$argv[1]" != "nondestructive"
# Self destruct!
functions -e deactivate
end
end
# unset irrelevant variables
deactivate nondestructive
set -gx VIRTUAL_ENV "/Volumes/cloud/owncloud/Sites/dj_fresca"
set -gx _OLD_VIRTUAL_PATH $PATH
set -gx PATH "$VIRTUAL_ENV/bin" $PATH
# unset PYTHONHOME if set
if set -q PYTHONHOME
set -gx _OLD_VIRTUAL_PYTHONHOME $PYTHONHOME
set -e PYTHONHOME
end
if test -z "$VIRTUAL_ENV_DISABLE_PROMPT"
# fish uses a function instead of an env var to generate the prompt.
# save the current fish_prompt function as the function _old_fish_prompt
functions -c fish_prompt _old_fish_prompt
# with the original prompt function renamed, we can override with our own.
function fish_prompt
# Save the return status of the last command
set -l old_status $status
# Prompt override?
if test -n "(dj_fresca) "
printf "%s%s" "(dj_fresca) " (set_color normal)
else
# ...Otherwise, prepend env
set -l _checkbase (basename "$VIRTUAL_ENV")
if test $_checkbase = "__"
# special case for Aspen magic directories
# see http://www.zetadev.com/software/aspen/
printf "%s[%s]%s " (set_color -b blue white) (basename (dirname "$VIRTUAL_ENV")) (set_color normal)
else
printf "%s(%s)%s" (set_color -b blue white) (basename "$VIRTUAL_ENV") (set_color normal)
end
end
# Restore the return status of the previous command.
echo "exit $old_status" | .
_old_fish_prompt
end
set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV"
end
#!/Volumes/cloud/owncloud/Sites/dj_fresca/bin/python
# -*- coding: utf-8 -*-
import re
import sys
from django.core.management import execute_from_command_line
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(execute_from_command_line())
#!/Volumes/cloud/owncloud/Sites/dj_fresca/bin/python
from django.core import management
if __name__ == "__main__":
management.execute_from_command_line()
#!/Volumes/cloud/owncloud/Sites/dj_fresca/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==28.8.0','console_scripts','easy_install'
__requires__ = 'setuptools==28.8.0'
import re
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(
load_entry_point('setuptools==28.8.0', 'console_scripts', 'easy_install')()
)
#!/Volumes/cloud/owncloud/Sites/dj_fresca/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==28.8.0','console_scripts','easy_install-3.6'
__requires__ = 'setuptools==28.8.0'
import re
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(
load_entry_point('setuptools==28.8.0', 'console_scripts', 'easy_install-3.6')()
)
#!/Volumes/cloud/owncloud/Sites/dj_fresca/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'pip==9.0.1','console_scripts','pip'
__requires__ = 'pip==9.0.1'
import re
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(
load_entry_point('pip==9.0.1', 'console_scripts', 'pip')()
)
#!/Volumes/cloud/owncloud/Sites/dj_fresca/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'pip==9.0.1','console_scripts','pip3'
__requires__ = 'pip==9.0.1'
import re
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(
load_entry_point('pip==9.0.1', 'console_scripts', 'pip3')()
)
#!/Volumes/cloud/owncloud/Sites/dj_fresca/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'pip==9.0.1','console_scripts','pip3.6'
__requires__ = 'pip==9.0.1'
import re
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(
load_entry_point('pip==9.0.1', 'console_scripts', 'pip3.6')()
)
"""
Django settings for dj_fresca project.
Generated by 'django-admin startproject' using Django 1.11.
For more information on this file, see
https://docs.djangoproject.com/en/1.11/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.11/ref/settings/
"""
import os
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/1.11/howto/deployment/checklist/
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = '^k8o^5ogda=k1w!!#k17n8bx9gyak+b_4kp22wr28bx)y+ic-7'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
# Application definition
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'test_blog',
]
MIDDLEWARE = [
'django.middleware.security.SecurityMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
]
ROOT_URLCONF = 'dj_fresca.urls'
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [os.path.join(BASE_DIR, 'templates')]
,
'APP_DIRS': True,
'OPTIONS': {
'context_processors': [
'django.template.context_processors.debug',
'django.template.context_processors.request',
'django.contrib.auth.context_processors.auth',
'django.contrib.messages.context_processors.messages',
],
},
},
]
WSGI_APPLICATION = 'dj_fresca.wsgi.application'
# Database
# https://docs.djangoproject.com/en/1.11/ref/settings/#databases
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
}
}
# Password validation
# https://docs.djangoproject.com/en/1.11/ref/settings/#auth-password-validators
AUTH_PASSWORD_VALIDATORS = [
{
'NAME': 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator',
},
{
'NAME': 'django.contrib.auth.password_validation.MinimumLengthValidator',
},
{
'NAME': 'django.contrib.auth.password_validation.CommonPasswordValidator',
},
{
'NAME': 'django.contrib.auth.password_validation.NumericPasswordValidator',
},
]
# Internationalization
# https://docs.djangoproject.com/en/1.11/topics/i18n/
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
USE_I18N = True
USE_L10N = True
USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.11/howto/static-files/
STATIC_URL = '/static/'
"""dj_fresca URL Configuration
The `urlpatterns` list routes URLs to views. For more information please see:
https://docs.djangoproject.com/en/1.11/topics/http/urls/
Examples:
Function views
1. Add an import: from my_app import views
2. Add a URL to urlpatterns: url(r'^$', views.home, name='home')
Class-based views
1. Add an import: from other_app.views import Home
2. Add a URL to urlpatterns: url(r'^$', Home.as_view(), name='home')
Including another URLconf
1. Import the include() function: from django.conf.urls import url, include
2. Add a URL to urlpatterns: url(r'^blog/', include('blog.urls'))
"""
from django.conf.urls import url
from django.contrib import admin
urlpatterns = [
url(r'^test_blog/', admin.site.urls),
url(r'^admin/', admin.site.urls),
]
"""
WSGI config for dj_fresca project.
It exposes the WSGI callable as a module-level variable named ``application``.
For more information on this file, see
https://docs.djangoproject.com/en/1.11/howto/deployment/wsgi/
"""
import os
from django.core.wsgi import get_wsgi_application
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "dj_fresca.settings")
application = get_wsgi_application()
[console_scripts]
django-admin = django.core.management:execute_from_command_line
Copyright (c) Django Software Foundation and individual contributors.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of Django nor the names of its contributors may be used
to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Metadata-Version: 2.0
Name: Django
Version: 1.11
Summary: A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Home-page: https://www.djangoproject.com/
Author: Django Software Foundation
Author-email: foundation@djangoproject.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pytz
Provides-Extra: argon2
Requires-Dist: argon2-cffi (>=16.1.0); extra == 'argon2'
Provides-Extra: bcrypt
Requires-Dist: bcrypt; extra == 'bcrypt'
UNKNOWN
{"classifiers": ["Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules"], "extensions": {"python.commands": {"wrap_console": {"django-admin": "django.core.management:execute_from_command_line"}}, "python.details": {"contacts": [{"email": "foundation@djangoproject.com", "name": "Django Software Foundation", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst", "license": "LICENSE.txt"}, "project_urls": {"Home": "https://www.djangoproject.com/"}}, "python.exports": {"console_scripts": {"django-admin": "django.core.management:execute_from_command_line"}}}, "extras": ["argon2", "bcrypt"], "generator": "bdist_wheel (0.29.0)", "license": "BSD", "metadata_version": "2.0", "name": "Django", "run_requires": [{"extra": "argon2", "requires": ["argon2-cffi (>=16.1.0)"]}, {"extra": "bcrypt", "requires": ["bcrypt"]}, {"requires": ["pytz"]}], "summary": "A high-level Python Web framework that encourages rapid development and clean, pragmatic design.", "version": "1.11"}
../../../bin/django-admin.py,sha256=OOv0QKYqhDD2O4X3HQx3gFFQ-CC7hSLnWuzZnQXeiiA,115
Django-1.11.dist-info/DESCRIPTION.rst,sha256=OCTuuN6LcWulhHS3d5rfjdsQtW22n7HENFRh6jC6ego,10
Django-1.11.dist-info/LICENSE.txt,sha256=uEZBXRtRTpwd_xSiLeuQbXlLxUbKYSn5UKGM0JHipmk,1552
Django-1.11.dist-info/METADATA,sha256=n6f3OSo7wSv8B14PyQQwKKeGONPpDHjMlQbMP18PciY,1400
Django-1.11.dist-info/RECORD,,
Django-1.11.dist-info/WHEEL,sha256=o2k-Qa-RMNIJmUdIc7KU6VWR_ErNRbWNlxDIpl7lm34,110
Django-1.11.dist-info/entry_points.txt,sha256=daYW_s0r8Z5eiRi_bNU6vodHqVUXQWzm-DHFOQHTV2Q,83
Django-1.11.dist-info/metadata.json,sha256=ggxgjW9mut5WevOqdGEicFUparfhRLeQsnjBIFAKY3w,1689
Django-1.11.dist-info/top_level.txt,sha256=V_goijg9tfO20ox_7os6CcnPvmBavbxu46LpJiNLwjA,7
django/__init__.py,sha256=agKAGFKapzWvdV42DlNuI37YtGt_yWwnb22v-evVdsY,902
django/__main__.py,sha256=9a5To1vQXqf2Jg_eh8nLvIc0GXmDjEXv4jE1QZEqBFk,211
django/shortcuts.py,sha256=r2OqFbnjTEGjeSjMpt9uc-ksR6SnWKp68txAigPl3v4,5429
django/apps/__init__.py,sha256=t0F4yceU4SbybMeWBvpuE6RsGaENmQCVbNSdSuXiEMs,90
django/apps/config.py,sha256=Bz0EvEqqlHHSiuMKQkt6k7YSS0bEfe-Gr02li-pjH6c,8187
django/apps/registry.py,sha256=iYpeQZjOwI3FHzkWqdH--kTKN_96Hg52wgMj6ovZ5rY,17239
django/bin/django-admin.py,sha256=FWxg_nmLPNGqXwSMw0QvZsKNQsiVBHrSsNfgALIXqQ0,128
django/conf/__init__.py,sha256=03MQDTxlPtPtyO1O7f-sTCHytOiEIJF6fExeFnCtsr0,7255
django/conf/global_settings.py,sha256=z2_vpLV1jG8DmWhV5K1bTph0NqjiMlkzSMwER9CNbys,22190
django/conf/app_template/__init__.py-tpl,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/app_template/admin.py-tpl,sha256=zwdrVE5hFTEugYDgoAYf_qz4Y9-CLBziiB9Sz1bNgm0,85
django/conf/app_template/apps.py-tpl,sha256=tGIEgUN4GBMBB6Qk8tVu9EIyg4Vy4i89EdORn0NIPtI,136
django/conf/app_template/models.py-tpl,sha256=rcIeGA2jhew9FxBzp0xfO3Xl8T7It98wAipszYx6POk,79
django/conf/app_template/tests.py-tpl,sha256=dSEXJYC3hg-VTYlKZFJ4NrCH28XXMIM4T5NhTiEXt8M,82
django/conf/app_template/views.py-tpl,sha256=hpX0OcLwx2lp6NmlkF9ov1WblWw4xiEZ5s7pTTwUUTA,85
django/conf/app_template/migrations/__init__.py-tpl,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/__init__.py,sha256=muJRQTHnfaqrefIkmq_DY47WhHRKkih_aiLtO7blHAc,12442
django/conf/locale/af/LC_MESSAGES/django.mo,sha256=LVOYRRsyxxcRtyIgVNy6AgmXzcs3fbsHkcsVpMAw3Ug,19888
django/conf/locale/af/LC_MESSAGES/django.po,sha256=8lLh_DU-l1KOROMkGf2bF9kVa4DSX9WjpNLbDK2ryac,23952
django/conf/locale/ar/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/ar/formats.py,sha256=EN2qOBapCXvc1enNVXbfl3PWgxFQDtsPqHS0HHVH6Ks,761
django/conf/locale/ar/LC_MESSAGES/django.mo,sha256=jOGnX40oHhfjRZYrvIFdSChJ3vKyokluFOfWFJ8QROs,31685
django/conf/locale/ar/LC_MESSAGES/django.po,sha256=DGJ7en4c1OxfQgQOAvAbqz7PCR3awIZlASgL-JUunpU,34598
django/conf/locale/ast/LC_MESSAGES/django.mo,sha256=-gnssUZroVdpxcl7QGOBk7C-EjxCRY-SDkHlpv1XT7A,16955
django/conf/locale/ast/LC_MESSAGES/django.po,sha256=peSH1nhu-US8Ar6UG4C7-OfB5w4lY7j1EK7NqySKcvM,22563
django/conf/locale/az/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/az/formats.py,sha256=8ICnqL9hNcz2o-nCIYkmE7MLxRmgiVQm2_cyeYFwVqA,1256
django/conf/locale/az/LC_MESSAGES/django.mo,sha256=L5GyOHDfyCMJoC8Zg-TvB8JBIDS-T7RVZT0Jzfbpxjw,19999
django/conf/locale/az/LC_MESSAGES/django.po,sha256=_0Ils-uLfbJD9EQyEkYV7NNUrkExhwQKiJ0K17jvtPI,24235
django/conf/locale/be/LC_MESSAGES/django.mo,sha256=xq4zyc5FUkgG3SIEk_GyQUyveBBpaliute9IiQV3W0Q,32847
django/conf/locale/be/LC_MESSAGES/django.po,sha256=E1BKSqXrGgTGbdaEN-E_sPUFpBndRCjRCh38_l6FEjI,34966
django/conf/locale/bg/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/bg/formats.py,sha256=teWZbT7TMi370Qbkvqc-_OIK2zo-rfUhSbuYeXrPDRA,770
django/conf/locale/bg/LC_MESSAGES/django.mo,sha256=7QDQ43f1eIjkH2vlrmQUqokgDPiPa3Vys5Vfx82NOKY,29015
django/conf/locale/bg/LC_MESSAGES/django.po,sha256=0Fcv7REjOTt5wUNQgND0WHGl1Bu2BRPjCk_WGgpksgM,31635
django/conf/locale/bn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/bn/formats.py,sha256=-XhujllKgDsOyL6TiiBTBO9QAm89rqxNpSdJzSJF4aI,1029
django/conf/locale/bn/LC_MESSAGES/django.mo,sha256=89YrC8YIDqzLWVa5bl1wgibn1npztu6hb7HjopeTZLY,17515
django/conf/locale/bn/LC_MESSAGES/django.po,sha256=3IJ-HzYxA4DlfPK5d-QTKPhYwMjcdofXvUXz904fOaQ,25914
django/conf/locale/br/LC_MESSAGES/django.mo,sha256=SyCipt7l40PKXteBAbiYPb8sLd9bbkVFcBKsmyHCVn8,15121
django/conf/locale/br/LC_MESSAGES/django.po,sha256=GliYPPJpwVEqOy-N7sBl5DAt4elDdBgFC-0cdnMht4U,21673
django/conf/locale/bs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/bs/formats.py,sha256=cb3dIRUTkqgP5BD1JgSaBfjy7gbCX_dIs6JC6TOvu18,770
django/conf/locale/bs/LC_MESSAGES/django.mo,sha256=Tx1X22_gqf1Ghjm4asBZqFqGEXrmhdmVh5KIEH3vTO8,11249
django/conf/locale/bs/LC_MESSAGES/django.po,sha256=8eRbSuC745kMwsqlnj63TBR3p9ckDKbxtLQOMUGePnw,20788
django/conf/locale/ca/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/ca/formats.py,sha256=OSyFr8weEtCJdU3553RtjCMMesSnrt6dWJ4mgQ78t5Y,1016
django/conf/locale/ca/LC_MESSAGES/django.mo,sha256=dpEGMrBGzNxRsGU2yFDYy2Gb9OPwuPugxDB-Bgd7EeQ,24667
django/conf/locale/ca/LC_MESSAGES/django.po,sha256=_JwOmy0QTWQ3CsX8On3JDDduzdDSvy_5KwP0bLMjLjM,26518
django/conf/locale/cs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/cs/formats.py,sha256=LgPWoE9HiW3VinujY58BWp5nH_WzqitXl_6y1XK7X1U,1702
django/conf/locale/cs/LC_MESSAGES/django.mo,sha256=SbmOysWwGAGtxNFKADLkuknEuzSZxsfMqHZho7_z7r0,25723
django/conf/locale/cs/LC_MESSAGES/django.po,sha256=7D0PcTj-bxTjY918uaIJxg1xFQOY-7qKOXbdUr8U1ZY,27755
django/conf/locale/cy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/cy/formats.py,sha256=F0VwncGhUnMhnfKTCRH7lxtmt9OlTL7BkgMqKnePHDw,1822
django/conf/locale/cy/LC_MESSAGES/django.mo,sha256=rNGN8kHpvbBZ1QmmZdrpUcSXDMliNAn9HApZjLge0DQ,22605
django/conf/locale/cy/LC_MESSAGES/django.po,sha256=uFz_nSIoQdyNlu2V-Z319Ve3_Mig5Awh96fgjOHcsM8,26245
django/conf/locale/da/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/da/formats.py,sha256=PxjJ3fosnNpR2WyyAPrQ_vdcmIdSSWBsSZCOIBBN2DI,1006
django/conf/locale/da/LC_MESSAGES/django.mo,sha256=NU9Q1VrXtzIylK3r6Syi4rzB7V1y_2CKmEvYhm4o9bc,24171
django/conf/locale/da/LC_MESSAGES/django.po,sha256=DYlznS1O9UtzglAD4pTaZ0aQDu4lIPAFdGYvZAfiRjo,26064
django/conf/locale/de/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/de/formats.py,sha256=cULl_RgMgwAkPbZTNiPPYVZZcASmzjZWzuepReHU6vc,1100
django/conf/locale/de/LC_MESSAGES/django.mo,sha256=fWiMqeVEOyOmJThGQPS10qaoFfjMGlb980mTOir7wU8,25575
django/conf/locale/de/LC_MESSAGES/django.po,sha256=4-Dfi4zdrI0o0cGayGyWWurusWRY6kUy4XKQ5en5ULk,27443
django/conf/locale/de_CH/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/de_CH/formats.py,sha256=9piAq3n_iZrtyv1qsC_bT39Y_YdvJ5R5ZjFe5aLn-FU,1445
django/conf/locale/dsb/LC_MESSAGES/django.mo,sha256=248VUO5Czxka9L0FqfdW2NI9FAIdpjFGMIB_5L029t8,26896
django/conf/locale/dsb/LC_MESSAGES/django.po,sha256=f1PfgG73AaNdebskOE67hvVVeT8p6tBQI7n5ajPAPag,28930
django/conf/locale/el/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/el/formats.py,sha256=h2_lIsFAWq0p-rkIpykQpfQJLrxQdxwdiFSEMU7pkp4,1452
django/conf/locale/el/LC_MESSAGES/django.mo,sha256=6Yc-OrTe1v1RJA-w8GeY84wZ3gqJBI4BNvlsEYUFuaU,31983
django/conf/locale/el/LC_MESSAGES/django.po,sha256=MY0P0XRqa-2KNFh6cqrKxj-3Bs8DiEnc48DoaHyFJkc,34187
django/conf/locale/en/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/en/formats.py,sha256=M5bx4iD6gQ6lvOMApopDDXcKePz9o5ga_OtsvDmaizI,1815
django/conf/locale/en/LC_MESSAGES/django.mo,sha256=mVpSj1AoAdDdW3zPZIg5ZDsDbkSUQUMACg_BbWHGFig,356
django/conf/locale/en/LC_MESSAGES/django.po,sha256=S6yWN7dz1Os54s5trECbFUhq2oLhYORJMRyhbzgmlo0,26582
django/conf/locale/en_AU/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/en_AU/formats.py,sha256=9nzQB1jKK8jcWjr6EuY5SKnbjaCf3go9XT-Ec8VV_3A,2117
django/conf/locale/en_AU/LC_MESSAGES/django.mo,sha256=TbQKfdOrni4uWjFZuboQydptyxwkFJ8MlikWcgggMJU,16566
django/conf/locale/en_AU/LC_MESSAGES/django.po,sha256=EkDkwHHG1iVi4RqzzguoOVAq29UYCPW7dhdafkxb4Q4,22150
django/conf/locale/en_GB/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/en_GB/formats.py,sha256=6rF3YalXedwYwDnZYpStlmu-hrwC3cN71369f-pF484,2117
django/conf/locale/en_GB/LC_MESSAGES/django.mo,sha256=_QZQBiIIZzFj1F0uNnIrNqOqpbrIxogfuohJoQXMxdE,13305
django/conf/locale/en_GB/LC_MESSAGES/django.po,sha256=6zTqsVjPKOa8RrMphXENUBb6pAbeZnmKv0W1uXfSu4s,21181
django/conf/locale/eo/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/eo/formats.py,sha256=KfN4P09paqecB2czE8v26NSndJt2woQezRpdyVxwX8w,2335
django/conf/locale/eo/LC_MESSAGES/django.mo,sha256=6c7cA95VU6-q_7_dsWkVamCKL_EkcRvX4C98bB99zOU,24211
django/conf/locale/eo/LC_MESSAGES/django.po,sha256=2GB4oRcU60Mh9yoig7o9YFQXRjWxLCqhSV8Tv3PdiIg,26137
django/conf/locale/es/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/es/formats.py,sha256=cmTYxxAbasWS6W5xyd5n4cetsASiRxOqaPk0NfZU_FM,1014
django/conf/locale/es/LC_MESSAGES/django.mo,sha256=vCgoMFX8JOUCz_q1hxhmzp7tLGHU376oc2U-xLwS0Ro,24768
django/conf/locale/es/LC_MESSAGES/django.po,sha256=Dz3T0bWq2stLgwODbxndd6vLn7HiolNnbOOzYIFuyAs,27302
django/conf/locale/es_AR/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/es_AR/formats.py,sha256=SCyzs-qZu3beLc1FQSq_XX-7din7CuarYeggSfFf0yg,1000
django/conf/locale/es_AR/LC_MESSAGES/django.mo,sha256=cvMrPmfe-U-9jWdpRMBmLBaqyrbP6QYLmgkkayIE7vg,25272
django/conf/locale/es_AR/LC_MESSAGES/django.po,sha256=Y5nZY74tgCRwI-AhUF2hxwMmBxC_2GO0ZbGLa7R8IMI,27029
django/conf/locale/es_CO/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/es_CO/formats.py,sha256=c5Cc9itjYFWWT3nffv5tRSzYe2dAxOI5cW9rKFd6zmA,767
django/conf/locale/es_CO/LC_MESSAGES/django.mo,sha256=mcW4ZlOzQ5o10-accDKtuc8GGStB8DfK33MzeRhsmI0,23958
django/conf/locale/es_CO/LC_MESSAGES/django.po,sha256=A4qKYmrxlWK8l4cb7owTMXVh_CAE6YxSNvXBjwdrRVY,25893
django/conf/locale/es_MX/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/es_MX/formats.py,sha256=i1syUMMIwbwQnp89G_6RriH2JEcjG9GdimX4pGf_lUY,891
django/conf/locale/es_MX/LC_MESSAGES/django.mo,sha256=g_ORm1xxrVvaOD8Weqyz0qGA68j_Iwo6KGljf3SW0sg,15274
django/conf/locale/es_MX/LC_MESSAGES/django.po,sha256=iBVa2qXqxTdBqgcw1Qoi3qUWKVJojY2S6mcOOE11NHw,21978
django/conf/locale/es_NI/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/es_NI/formats.py,sha256=y2lSPEsoHevaOTJVgsDg6uXabC2Rxc_PUKDhV3nFpfs,807
django/conf/locale/es_PR/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/es_PR/formats.py,sha256=1qIPnvSgsxgWHjtOtopfc_S7TFJgQhl6AxIHLRTatpg,738
django/conf/locale/es_VE/LC_MESSAGES/django.mo,sha256=5K0l6JgZ3gBCisfhquf5EA4QSdpLR3ngvjv9A9mmH7Y,24849
django/conf/locale/es_VE/LC_MESSAGES/django.po,sha256=p5Wbs157i0UHOmdLABFGyhfFT1TRL2oaw-9eLDhn8K8,26598
django/conf/locale/et/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/et/formats.py,sha256=mWhwXtDBnN4RVYx96Q_lGtQOiMgg-p-Rxcg7XfUwOJ4,772
django/conf/locale/et/LC_MESSAGES/django.mo,sha256=CvFw6idzfT9vucbYEQ4d5gZ8nKMv3brvkUGK89KwjlQ,24302
django/conf/locale/et/LC_MESSAGES/django.po,sha256=5BPCebq6eNYk8Ew7zBBcHNk9wiPgnUmVoizh8iybQyQ,26174
django/conf/locale/eu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/eu/formats.py,sha256=XFVq2mR-aBIP0DdOoVYrkWtgD3C4CY7lJ-PdI9U1rps,754
django/conf/locale/eu/LC_MESSAGES/django.mo,sha256=cQ1Ia5z7Elxto6kxwv6CpYdhMzj-IcM1odE99gTOcWY,24416
django/conf/locale/eu/LC_MESSAGES/django.po,sha256=4uV392m62WyJW6VSruwcQnf539mTPMR7BOZxi_03yUc,26401
django/conf/locale/fa/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/fa/formats.py,sha256=Xy9yBBtuczJWCw_tk69A5lhw5o2JEm9oM12Cdw9Dm48,787
django/conf/locale/fa/LC_MESSAGES/django.mo,sha256=JrgIHs0FL8HC8wPEmoNy4pIA1yNmqRRwlKwTWUomROg,27009
django/conf/locale/fa/LC_MESSAGES/django.po,sha256=ViVCfy5JdocWsw8JDsiD0lgg4HrwrB6vXFRvKi73WH0,29125
django/conf/locale/fi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/fi/formats.py,sha256=D3uhn569MG2NyFk-y8HcpD_4XY8vrDhlAGyca8nxaG8,1390
django/conf/locale/fi/LC_MESSAGES/django.mo,sha256=QdpSajHCmaLIHwOSCr2TlkxQffoeNN0aZpGi2FGWEhI,24737
django/conf/locale/fi/LC_MESSAGES/django.po,sha256=4wnG8r7nd2r4l-QW0mWa24Loch_fFJVfNoJTqqYur4c,26501
django/conf/locale/fr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/fr/formats.py,sha256=5Qju5pecIhIaw4Paj9zWAB7TgRwKCyuA1DB1oexZW-w,1454
django/conf/locale/fr/LC_MESSAGES/django.mo,sha256=_-fjDdklRNKnq1wiEFiHcHuahOZ46XplFgNaMEeFAFM,25629
django/conf/locale/fr/LC_MESSAGES/django.po,sha256=N8cl7ckwZFcyJ-qYahuMRimtd9KuUsGfZbRCMP4k36s,27559
django/conf/locale/fy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/fy/formats.py,sha256=_H9N0ovtdiPWzXIIICnMuVbgRYDrU2fGZWDlQH_IG60,723
django/conf/locale/fy/LC_MESSAGES/django.mo,sha256=Z5BXdMiLYv4zyKumJhO-3b9YFk8KkkLsBMQrKrJcjk0,2525
django/conf/locale/fy/LC_MESSAGES/django.po,sha256=pnMIv6NE28NR_Y0P8UX10PJZLM_xTfmk7xeMzDqHdP0,18335
django/conf/locale/ga/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/ga/formats.py,sha256=FsgGhxV1gkroU6dsfrP3uO8pM-1Y0Weejf_5zZdEdNY,747
django/conf/locale/ga/LC_MESSAGES/django.mo,sha256=4lDT15Usiy8mwf8ilUsUSRVkDgAeN2KRAJcm_jK_kMM,15406
django/conf/locale/ga/LC_MESSAGES/django.po,sha256=6Wlz5ne1ousxtWOrhGOxiZbc_dj24NbEY580fDK8TmQ,23177
django/conf/locale/gd/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/gd/formats.py,sha256=ao9MNK1vVk-QP2mMrWyvvE0kE9rJJ_kkcWHl8jeeCew,780
django/conf/locale/gd/LC_MESSAGES/django.mo,sha256=ucjDw2sxUobUBIGpgnFpB4oslTNYwqpZB75uR-Hf0Gw,27842
django/conf/locale/gd/LC_MESSAGES/django.po,sha256=u2v3uQWZo4tHfONokA0BKKXm5XVwYAqyMOQvd17pyhU,30010
django/conf/locale/gl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/gl/formats.py,sha256=JKYHuuprDMxkkGIKN4czh2jSqxg3L6LA2YfF0PG97cc,822
django/conf/locale/gl/LC_MESSAGES/django.mo,sha256=DKSkZuwQClaeOqKzUl7_5JvcCZUu91UYAnJDcePQMbk,15595
django/conf/locale/gl/LC_MESSAGES/django.po,sha256=1jZr6f5nfiAc4Ih33eJ8x9AlNoRHtXM-Lv4XfAk8h7o,22436
django/conf/locale/he/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/he/formats.py,sha256=GzzWkJ8sfX2-yTLbLksGUxTUtPVnbAkQLSdcwBusKSQ,777
django/conf/locale/he/LC_MESSAGES/django.mo,sha256=DJhTPK2zMFwR63ocfedA2D-qWco4jHkp5AW7tu-glgM,26972
django/conf/locale/he/LC_MESSAGES/django.po,sha256=DewEGprO3Fa5AQhjjOFF6Sp8fuOTa_nSMWYulhq3qas,28617
django/conf/locale/hi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/hi/formats.py,sha256=Rf4VUYCYaXGT4uzjUxc6JYFL816QyuqdFyl_W2H5xKA,749
django/conf/locale/hi/LC_MESSAGES/django.mo,sha256=IGSO4W07azlLkA4BNG5vdt3c_MzpJNOKv_YcHS2V2JI,19545
django/conf/locale/hi/LC_MESSAGES/django.po,sha256=3izeohKhhHt_4iRFjHPbfvOHd_-0g7Ww7LxLCp4Vbcc,27014
django/conf/locale/hr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/hr/formats.py,sha256=hwIfdFgI8eySUM7XOfkhhlH5ah6_MpC26Z5_In1L6sc,2106
django/conf/locale/hr/LC_MESSAGES/django.mo,sha256=5WrnxpVU_iK7up6RynRanZQmqdvL_XCOnU93usMCGbc,25478
django/conf/locale/hr/LC_MESSAGES/django.po,sha256=OymelWzhHL-zSjJEJhyNkKvjVeNAlV9w9fzHvPqlpa0,27740
django/conf/locale/hsb/LC_MESSAGES/django.mo,sha256=u5Pfh3cetCbRPl5V0nnsl8rlKr3Z9cD1PiX5bmHsQa0,26669
django/conf/locale/hsb/LC_MESSAGES/django.po,sha256=mDQaSBJfaR5l-jpNlLkWNE5lKrj8IW7oIaRyYvrjwXM,28682
django/conf/locale/hu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/hu/formats.py,sha256=ac4pR1Tw-kBH7LvR1nFaz9k0Tf0ScuWrXxcZH1k5NuE,1117
django/conf/locale/hu/LC_MESSAGES/django.mo,sha256=K3m88BKgfcXmbMlbfk1AA13PVD0wEyNl1I2YrOXHFTU,25342
django/conf/locale/hu/LC_MESSAGES/django.po,sha256=pUXQNBsBUCMOovfPNS3YOBjp4kV51Kz3SXsFCPbU02c,27263
django/conf/locale/ia/LC_MESSAGES/django.mo,sha256=4jhG6muWBDSqxoND2Dn3jVYYYY5BDR91OsQ0yeeZKoA,23985
django/conf/locale/ia/LC_MESSAGES/django.po,sha256=c3Xb7Bze3Lxw9SZgcokpz4_0LmEOOhufKpH0yLONr9A,26077
django/conf/locale/id/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/id/formats.py,sha256=kiPBkki5VtKmke4FG-zSb6EY4l1cyuWeEJ7uPpJO9vI,2135
django/conf/locale/id/LC_MESSAGES/django.mo,sha256=idotf9d0X1lBmCB5Trqupd627DXwRKxfGqGMpaiFong,23988
django/conf/locale/id/LC_MESSAGES/django.po,sha256=v879hOP9rlwFRXetWrdRd_0cxZyY0ttc7fMBtZOoi3c,25701
django/conf/locale/io/LC_MESSAGES/django.mo,sha256=yITckUWbocG8r7tcQevdBW-OAMBrVtk7Hb_WOVnjgak,15149
django/conf/locale/io/LC_MESSAGES/django.po,sha256=BYRip1gC_JxkTt2L-BMMufkCWm6J9O2fmLdGMZuC710,21778
django/conf/locale/is/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/is/formats.py,sha256=xu-C76SUTZqG_AbP71X4TbXKnvJvn8SnPaQclhl8h94,753
django/conf/locale/is/LC_MESSAGES/django.mo,sha256=84zKRgnVbyM2n1oXTpwNVfZEnA0JPY-cfvfWFK2_57w,24826
django/conf/locale/is/LC_MESSAGES/django.po,sha256=b_BYvKWOdFYTskQnT6bwnoS5mQkqaMIr4YF3gFouctI,26832
django/conf/locale/it/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/it/formats.py,sha256=Pvt67-kw_eEVUuiCvKq6hl_2PgQZhx5sit8S6BjdSX4,2079
django/conf/locale/it/LC_MESSAGES/django.mo,sha256=q4W75IY3ZJPGSJG1FcpMdlNtM_SKrcyvF5KceJ46jW4,24674
django/conf/locale/it/LC_MESSAGES/django.po,sha256=1fbuF_2YWXUDWvboPcZoqAglnwEc_LwNW3LGpLcKUH4,26865
django/conf/locale/ja/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/ja/formats.py,sha256=y-mcxhINNsaFZ2hhVPYs9DWyJRLk8DixcyHuPiH8Bnw,794
django/conf/locale/ja/LC_MESSAGES/django.mo,sha256=WM1ZAxRA8lIIE_CXKhXhDyUduESLdDy-3RhMG5AdTtg,27030
django/conf/locale/ja/LC_MESSAGES/django.po,sha256=HGC8C25O78D3VqJzU0VUPgu2pNinZCNDwpkFCMaxNLY,28607
django/conf/locale/ka/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/ka/formats.py,sha256=AQ8sQA0lH3nI1bxDVNqu5M3qJ87fms4veiB1WqVuS-s,2180
django/conf/locale/ka/LC_MESSAGES/django.mo,sha256=Gkhs3oY4vySFLtF6UVu715IdqKQ-5IsKk3TP2MefKN0,25238
django/conf/locale/ka/LC_MESSAGES/django.po,sha256=8sB4XXDfHyOlRfTkxgmU1LfZvCjfwDZENaaMR-gGTQc,30415
django/conf/locale/kk/LC_MESSAGES/django.mo,sha256=bY_PNjDluQkwmC_LR3BkcFof5d5VCojncrjbS_nPdPY,14222
django/conf/locale/kk/LC_MESSAGES/django.po,sha256=nGQFbz0Y63JQTslunhMM0BbR8YumLTZHihKXVB-eUPw,22857
django/conf/locale/km/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/km/formats.py,sha256=nNjca2QfF9wtcK6iA00Ca7_xEiQRi1X4W6aLOm7lXBI,815
django/conf/locale/km/LC_MESSAGES/django.mo,sha256=gexwiVNX2NHdVgeE4mpybtan7jojICGh37000FqJBFQ,7284
django/conf/locale/km/LC_MESSAGES/django.po,sha256=7Ohfo9fkxNgyiZFMyVsYMln97YxdCiWF4BZCAntDbPA,20560
django/conf/locale/kn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/kn/formats.py,sha256=EGaor42jZ2fZHf1nKnXMeJlLS8uU-Ts5s5bLnG6EC6c,745
django/conf/locale/kn/LC_MESSAGES/django.mo,sha256=V8FGjgPPiyhwxk3_PjVjiteYZFqtmUAQDu3ElKitjKw,18954
django/conf/locale/kn/LC_MESSAGES/django.po,sha256=mB3if5MFwEr8x89u-H5QcqBYPxrsZFf5f3NEiph_yq8,27441
django/conf/locale/ko/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/ko/formats.py,sha256=Cg_YSkmWYF61jQLVcQ-U4NnTVmC9N_wK0xQbSNIHbGk,2320
django/conf/locale/ko/LC_MESSAGES/django.mo,sha256=attBpWJ5Y8JysqZZts2RKJtpcMPajQV7RwBEewudc9w,24710
django/conf/locale/ko/LC_MESSAGES/django.po,sha256=fYZc_lZw7DiAHd5NaK6zvpmc41qLsbAtv4n0_RMDiv4,26856
django/conf/locale/lb/LC_MESSAGES/django.mo,sha256=NWSURykjycsu75dFAZr5E1GC0fObzsA2H9FM0Rf4PFI,8069
django/conf/locale/lb/LC_MESSAGES/django.po,sha256=61Tl7GXCtdEiV9qAVU0kgU9O5qYnHOyYpMAtVrnPdBc,18941
django/conf/locale/lt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/lt/formats.py,sha256=9Z1nAIlmf3DRR9qb2MWpbEabZHrA3eW2zVobyWSbKrg,1830
django/conf/locale/lt/LC_MESSAGES/django.mo,sha256=f0KtrDFRJRBDCBn2nF5EfkUUVdNPl5RbCpMdU6mjmM8,25876
django/conf/locale/lt/LC_MESSAGES/django.po,sha256=krK-0Y8UNQYLffq_RHbB4A8827cDMF8IX_YcRLGjEqs,28059
django/conf/locale/lv/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/lv/formats.py,sha256=z0DtuB7Fe1kB2hrOV4GUSWxOyecOgAMRC-Ocr2XDShA,1906
django/conf/locale/lv/LC_MESSAGES/django.mo,sha256=45zAawrSvVH4NsXFOxmOE_HMU1nqskXQJBbI5EgFc6E,16144
django/conf/locale/lv/LC_MESSAGES/django.po,sha256=Wh3yl-H-jqaVAUCEOGlUdMIB1lRxd21R9cvGZh67kFM,23132
django/conf/locale/mk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/mk/formats.py,sha256=MJ0ow91fKjBSiPiQiI0xYgAn0B5gS6D7K1klPCyigmo,1742
django/conf/locale/mk/LC_MESSAGES/django.mo,sha256=Kc_xPdJvlTCwBQX9d0eGEtkeTl33QWSWF-lAekg3qLc,29995
django/conf/locale/mk/LC_MESSAGES/django.po,sha256=mp6Pl0zjMcKlQZNKEC4upjT1sAIe6uYeLyv7igSXEBQ,32246
django/conf/locale/ml/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/ml/formats.py,sha256=M5bx4iD6gQ6lvOMApopDDXcKePz9o5ga_OtsvDmaizI,1815
django/conf/locale/ml/LC_MESSAGES/django.mo,sha256=4k_eWaq8Koi7cB6VX1cZAEJCiK-T2sp3-1Sy5LgRrV8,27484
django/conf/locale/ml/LC_MESSAGES/django.po,sha256=D79LZce2YFmMJuM_jhjh06YPB5V1MbNPd8K0fMukjvI,32780
django/conf/locale/mn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/mn/formats.py,sha256=QNbtw5-jgbsgmX1JNrcfvhjBYktYeQsXMMnUhHOObVc,741
django/conf/locale/mn/LC_MESSAGES/django.mo,sha256=bx9u9r8aV6prRbQBvXRRePwqVa0853qTGA_xEf44G_A,27966
django/conf/locale/mn/LC_MESSAGES/django.po,sha256=WKDKqDiVujm_p8zynLhg53OL_IaAZU7TF2Sc9pXv5Bo,30373
django/conf/locale/mr/LC_MESSAGES/django.mo,sha256=R2_OLVG3cZxLy93L5xAIERxLqOGvfChywMqPnvhLJmM,1652
django/conf/locale/mr/LC_MESSAGES/django.po,sha256=4LYJBTjrWo-jA6g9h43i00Iky8FFhLIZcg8ob1t-XpU,17720
django/conf/locale/my/LC_MESSAGES/django.mo,sha256=QBj6QSRwL8gS75B3Sczs3m82VM8Z8IJvRr9Bgodt1XM,2650
django/conf/locale/my/LC_MESSAGES/django.po,sha256=l9_4Mnstu8qdw2COZjx-w2X7SkqrroNAs2OdiL0U5kI,18003
django/conf/locale/nb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/nb/formats.py,sha256=t95Ja8KDg3LtKcPdmQFk0H5d348NO4DIKaun6bFdnfU,1766
django/conf/locale/nb/LC_MESSAGES/django.mo,sha256=GURNxmqgk3S0edAdQK1jJhwVp1_6BhMZkeZR5RP9CPg,23390
django/conf/locale/nb/LC_MESSAGES/django.po,sha256=RBFhy8UJb-g3fGuucwq0lojr6ph49CLYb8yh4Gk6F1Y,25741
django/conf/locale/ne/LC_MESSAGES/django.mo,sha256=cXHOlV9a2C5hen-JsyzCHbgRbNMYdPY1sTTqZLNSuZQ,28751
django/conf/locale/ne/LC_MESSAGES/django.po,sha256=ZJ8AjYlIBz1CaWM-soQFOWMmnvnNXcIizq5Zfr-r554,32432
django/conf/locale/nl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/nl/formats.py,sha256=_7AQcqWFGnDGnUIjFdaI3iJHTrSltz6dvXeqDFsxG3s,4472
django/conf/locale/nl/LC_MESSAGES/django.mo,sha256=NDSYP-01EaMMeUpcfP0XFpBFZ2AKFETgzj-lqplsfTU,23876
django/conf/locale/nl/LC_MESSAGES/django.po,sha256=awMWzfcCwZ8CHSexz6wX-gBAjeeTlsCKDjR3QGiYlnE,26473
django/conf/locale/nn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/nn/formats.py,sha256=9p0oZ32czJ_eTexKWQl6ObbeuQcpGUmHKU_totg5wFs,1810
django/conf/locale/nn/LC_MESSAGES/django.mo,sha256=yssqRSGrKEXg2BgpP-2odJwqrJx8_qvCn9k5DKUv4WQ,14420
django/conf/locale/nn/LC_MESSAGES/django.po,sha256=y1pp4zUXicNsQ9xKliS8kEugm-65ucS1xBo1NBnpUKY,21654
django/conf/locale/os/LC_MESSAGES/django.mo,sha256=qhiRgvNnu9sHaidkRpA-hbi4lwKVHW6KucmpgINxzlc,19549
django/conf/locale/os/LC_MESSAGES/django.po,sha256=iy_6dN8iaTzpnfGvilAueqUgH5RP5gCL44-rLADTwjY,25350
django/conf/locale/pa/LC_MESSAGES/django.mo,sha256=o42cBatbIvGwR4OK58kEYU4eJOYH-zcSSTFa9sj7z_w,11665
django/conf/locale/pa/LC_MESSAGES/django.po,sha256=WQmiPGhzG0T9U0m4n23mzwOdO_KOUnP1zmhAYQUcpKU,21502
django/conf/locale/pl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/pl/formats.py,sha256=UOC3AI6Xk4ToaXJCRlnZSmOvLJQiKMjO71W7NaQytxI,1147
django/conf/locale/pl/LC_MESSAGES/django.mo,sha256=g1XshMht0Gt0jijuDJahSW_nfs66ICaMCUjW3EQ_6Ek,26882
django/conf/locale/pl/LC_MESSAGES/django.po,sha256=4xCOZDSYPFwehKD3TvWDO_CAcntEe7iM7ISlpXWfaGk,29944
django/conf/locale/pt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/pt/formats.py,sha256=v-HZTnt5khj9f5AARiplKKktmkRgnyF03LLbSD8-SxM,1717
django/conf/locale/pt/LC_MESSAGES/django.mo,sha256=clOcbwgc3mqgce1W-BRE9l-f7E1fYaVS3Bf0d41IuVk,23807
django/conf/locale/pt/LC_MESSAGES/django.po,sha256=3MjqKeKedB_5HNZ3TMPuh5KwhqgwGr0tlskLFHZ4SME,26296
django/conf/locale/pt_BR/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/pt_BR/formats.py,sha256=eSfTWlkFafn9lZz-ykemmK2OJGPCF4WvZ81b7rWcpWY,1434
django/conf/locale/pt_BR/LC_MESSAGES/django.mo,sha256=k5WPzU6RYaK_YUdZ-yHG8D9oZRFlXuO-oUEnmPiyPmM,24877
django/conf/locale/pt_BR/LC_MESSAGES/django.po,sha256=oj52pQ8rDzsKf-0OZfMkRyxOXeh61vxN5wBwEaWa7ek,27222
django/conf/locale/ro/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/ro/formats.py,sha256=wHI5t4Ix1rf9SHQCUwS_s6JR-OHIVSK9L13BZTtZcKk,773
django/conf/locale/ro/LC_MESSAGES/django.mo,sha256=_uGXxDs-i2ONlp_MdxSWh92hFpoB07Din2dGJ5A8Mio,24444
django/conf/locale/ro/LC_MESSAGES/django.po,sha256=KOXxDbGTOMkW8hzJy4qGcTqO0CO9ghZ7ReaOjT7FHDU,27167
django/conf/locale/ru/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/ru/formats.py,sha256=yweWGyM0-s5_50ce0nj3p3iCCeEUxybUkwBY4Nvcv40,1267
django/conf/locale/ru/LC_MESSAGES/django.mo,sha256=0GZnDxtG0VyAWPl45wV1aU9xFgozniX079SSuV8Iq-o,34390
django/conf/locale/ru/LC_MESSAGES/django.po,sha256=pjnRyaDCGSo6FZLnE2VxKIxOTBoORXoxfN0cGSYO2jI,37023
django/conf/locale/sk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/sk/formats.py,sha256=FfA5OaCFDCLu-V646Ne4EAj3dxuIw4sGXpy5gMjHcTA,1173
django/conf/locale/sk/LC_MESSAGES/django.mo,sha256=X7gW9QSwqCkS1H3aFQNsQgKTQIAKqan43sfZaIZhgtA,17968
django/conf/locale/sk/LC_MESSAGES/django.po,sha256=Cgqmb8xta6T2wcQPw1s3Q3bA82i0lJfoQTiCJ64Hs5k,24142
django/conf/locale/sl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/sl/formats.py,sha256=tIipqfsvncQKTaMkW8S-h1D13UfkB5q-PnrIMQdu4DU,2118
django/conf/locale/sl/LC_MESSAGES/django.mo,sha256=0zI-hecXi7SL6CrKSIJr2CVS6KIoJLnjm_yjkmB7yi4,26168
django/conf/locale/sl/LC_MESSAGES/django.po,sha256=UwsChDDh_aoQVuuEQ02fsjhrn1gDsWFRyKR7nivL9TE,28444
django/conf/locale/sq/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/sq/formats.py,sha256=qmitReryMgaAB1mEriZ_6tRRYW4FIsEENuwFqOerJmI,753
django/conf/locale/sq/LC_MESSAGES/django.mo,sha256=HmzOJoTOtAS3Fa9ED_3B8DdHD0y-RqbqIb7KQg_d6C0,23889
django/conf/locale/sq/LC_MESSAGES/django.po,sha256=wZUA63U6rc6F0tBIyt80He9nqRxTPQbn8ebzHHCbF-M,26379
django/conf/locale/sr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/sr/formats.py,sha256=C8wD2UmGnxJipvempF52XhTY56msBqKN5SIpNzOjUHw,2011
django/conf/locale/sr/LC_MESSAGES/django.mo,sha256=F1X6w70NlI1z4W9E86PlsXMuGC43fFi5ybruz380ujM,16093
django/conf/locale/sr/LC_MESSAGES/django.po,sha256=dEQ4UzLwpy_3PfchEAGo5kmmR9kpx6R2E-65GEUcX_8,24262
django/conf/locale/sr_Latn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/sr_Latn/formats.py,sha256=C8wD2UmGnxJipvempF52XhTY56msBqKN5SIpNzOjUHw,2011
django/conf/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=4WCqzRovH3DuK_5XGASjqeEqTxwNBJNkzIkCuKoYG0A,13481
django/conf/locale/sr_Latn/LC_MESSAGES/django.po,sha256=K98-uPSHz_GEHKjdcMEbvG7U7G9doZMjU54kjb7c_Hw,21408
django/conf/locale/sv/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/sv/formats.py,sha256=F4EX7FkKLB9K4gTiVMgFjmIf5ZP_oSwbO5WHqze__fc,1569
django/conf/locale/sv/LC_MESSAGES/django.mo,sha256=ysSBDLRdFKGQDHm4zUFQk0poMeAAa2aBPHqfvpp5OiY,23813
django/conf/locale/sv/LC_MESSAGES/django.po,sha256=QrJVkOICLdPmYQmaJFTT8r42I2srHQFnJz_VVAwldmM,26278
django/conf/locale/sw/LC_MESSAGES/django.mo,sha256=4j3s0yYVS9b6jPe9tLsL83daD4-d41KtF3GcCds3Av4,15051
django/conf/locale/sw/LC_MESSAGES/django.po,sha256=v6KJYPBRbXu6TLPLr0aN0OoXYrvEkptKqsTtT-JDxl4,21671
django/conf/locale/ta/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/ta/formats.py,sha256=lkqAfDRnac6EvUap5NEIWBIdE5ZIYEGH0Ks9f6-Uebc,747
django/conf/locale/ta/LC_MESSAGES/django.mo,sha256=9WgJzWSxNRYb56RfvJtBZ8saKHixbrEBYn9oD3B9ogs,7155
django/conf/locale/ta/LC_MESSAGES/django.po,sha256=wLR3IWNvniq1AInGHPZ9Uldio1bog6lgEhtzLVoAVUw,20599
django/conf/locale/te/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/te/formats.py,sha256=_e97FHVHcPrPLuEGgTrod5YUCAl0dwrV7ggP7mvPckQ,745
django/conf/locale/te/LC_MESSAGES/django.mo,sha256=3ptZr5YO-2ALz-p-s0319DPRexuQ6tsv0tu47NZfvKM,13321
django/conf/locale/te/LC_MESSAGES/django.po,sha256=1ieY-WlTVHUJgOeZE-xnaKNAddSYyEPUS00ca80JYnU,23649
django/conf/locale/th/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/th/formats.py,sha256=LsMyQWODuKvRdqH6OrGT87CKERBq9bBlBqPAieH2wp0,1137
django/conf/locale/th/LC_MESSAGES/django.mo,sha256=WbD3T40W2gCIk2yjjSJpnpYNT_VGJ-2y2Fm4mESuQvQ,19196
django/conf/locale/th/LC_MESSAGES/django.po,sha256=CXbC0q9iAkb3PdanUuJzDn3uArOX26wn_PxIXWHNhS4,26368
django/conf/locale/tr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/tr/formats.py,sha256=v06cXEaflLYOYZJ18JknCWkVSC_f42W-8zM4s8zhcNo,1141
django/conf/locale/tr/LC_MESSAGES/django.mo,sha256=e7wwYY1FxftJGqaenqsavfphZAoaGzHmnGjDkYt14t4,25104
django/conf/locale/tr/LC_MESSAGES/django.po,sha256=Rf3If35RXpP5kN_UcD35hGzsyHcRuBDCHoombAR1qHE,27165
django/conf/locale/tt/LC_MESSAGES/django.mo,sha256=RveshmMys4yQA0zbYnpV-1RMmwUPLngSAJXFLvfw8tw,15527
django/conf/locale/tt/LC_MESSAGES/django.po,sha256=HsGhEOdMqyceJlfpm5D5ZKGFBPpx0i0WmI1h9t-Xt2o,23643
django/conf/locale/udm/LC_MESSAGES/django.mo,sha256=R2clMvN6nx58QKP1YLut0-ZRWPrxbp9rIDdktoRiRNE,13564
django/conf/locale/udm/LC_MESSAGES/django.po,sha256=s5suxIx38gbUgqKpdQJaqVVlsldufrWiWfdPqWdYaN4,21724
django/conf/locale/uk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/uk/formats.py,sha256=dF89ayROaE4HeEqcp7pFMOms1QZ2Bi0YZSrq7g1ZMnU,1427
django/conf/locale/uk/LC_MESSAGES/django.mo,sha256=ek-J49_6IKtU1QFzSCVIqAkZ0xlTYxs3eSNzHmszegA,32154
django/conf/locale/uk/LC_MESSAGES/django.po,sha256=qwqnvEJrSj6DB4qUPWdARaq4PmxWSwBH1r1-ebAH9k8,34538
django/conf/locale/ur/LC_MESSAGES/django.mo,sha256=jX9rX5pr4fLm2PQSqIIu_v_9lzyjSa2FSfnBnGfjCnU,12760
django/conf/locale/ur/LC_MESSAGES/django.po,sha256=hK8pgqDsRWqY2d6GPKUzSZyVvCc5EW2Wp_jxXXGJmfA,22025
django/conf/locale/vi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/vi/formats.py,sha256=331u48Th7SUj4Hl2-dFssfSd6tHuY2t5wvJVJjNcSg4,827
django/conf/locale/vi/LC_MESSAGES/django.mo,sha256=COAMk4P7PPFRDNzIYo3ekzjSNdywFL36KFvgbpXXzCg,19775
django/conf/locale/vi/LC_MESSAGES/django.po,sha256=be7IGAAsg8D2K6oK6EIU-7dcXaLo56BBRN5BGQrSSgM,24683
django/conf/locale/zh_Hans/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/zh_Hans/formats.py,sha256=Y81l8GaHEqMCmMtbhodJfTuALmp3nlU-C0UrTTz3Afw,1810
django/conf/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=bDL6xi-tZMp4xvo4DsUhm9LeGxYpmMbRqcvtm_wrXlE,23526
django/conf/locale/zh_Hans/LC_MESSAGES/django.po,sha256=jBh0PxYewzhhOdkFkDqYt1bGg6qnIIdSq0FEdK4cwB8,25447
django/conf/locale/zh_Hant/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/locale/zh_Hant/formats.py,sha256=Y81l8GaHEqMCmMtbhodJfTuALmp3nlU-C0UrTTz3Afw,1810
django/conf/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=U-UrChzKJCrJH9TCKnJvxvbQHVep8lZuvg1MH6h8H9w,23378
django/conf/locale/zh_Hant/LC_MESSAGES/django.po,sha256=sc0HSoyGTc-bDpN8Y8RtVF8w5sn1-ehTTCdehwxmnnk,25039
django/conf/project_template/manage.py-tpl,sha256=wtAF-7_yk_DwcMOyUbj9WZu7m1Vo2y_LUXFCJMmuJXE,816
django/conf/project_template/project_name/__init__.py-tpl,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/conf/project_template/project_name/settings.py-tpl,sha256=4JwYHW6nbDUufEkQOQjOY08slnLMETQAJ9dqr4PjsmU,3210
django/conf/project_template/project_name/urls.py-tpl,sha256=GRf6MbCtMhm4m-6yIHjoFqGF4kKqIDduOy3MhARi7tQ,789
django/conf/project_template/project_name/wsgi.py-tpl,sha256=YlvOJDVlRT5GdECwWEpeK8i6gRsliG3sLQog8cYPsC8,428
django/conf/urls/__init__.py,sha256=YAiZuUsxPtGs6aZG93pY8soOrxzZ1NNYCdp3Rxh7euE,3546
django/conf/urls/i18n.py,sha256=h8yUsxTG9mqrDRHCuRlO5v04kaTYucIm64CK6GzVHaU,1271
django/conf/urls/static.py,sha256=XsZ3aFfaGGV8Bqmdl5efYJRDnexK0CUB4AHYCi2DJao,869
django/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/admin/__init__.py,sha256=K5IZ6J5ujshspna6ubTvpFfTBjU7p8EhsbvW6G7fMwY,1243
django/contrib/admin/actions.py,sha256=D5F84iXIWeIpxb23HDrqYAovoRJ79t8XwwfimQ7kp18,3366
django/contrib/admin/apps.py,sha256=oB9tBVeuhDWHYzudu6CZSvCcFFETn_CSBaOr9Kqghag,726
django/contrib/admin/checks.py,sha256=TZHXtuwrdZ00LK-byhOpspUOToq5aPkOLcYbJpW48sg,39787
django/contrib/admin/decorators.py,sha256=LSeOtL66TLo_iCB9FmdpttxMFb-o5vfnmO_rZEoNM5Q,983
django/contrib/admin/exceptions.py,sha256=lWAupa8HTBROgZbDeYS1n_vOl_85dcmPhDwz0-Ke1ug,331
django/contrib/admin/filters.py,sha256=OZlDZqKnE0jKu96NNAWuO47I4tjqMckJEM7lI_A21n8,18035
django/contrib/admin/forms.py,sha256=OsyJtZ4JXs_a1Tb19HKGlo0R3K-vGwMi3RjEx7aafj8,976
django/contrib/admin/helpers.py,sha256=CA3RPKMLuYsRuWvbNW9ltdCKbYAM9eZpK0uj3wX1xtA,15299
django/contrib/admin/models.py,sha256=1d7RXqwe388kVcLOlye7S0qjkV4GI22uZrXke5u3ix0,5625
django/contrib/admin/options.py,sha256=88HTRR1eSYbk6Z46EmlKBbNxdYvYaC6mJyiF5WI5T7s,83454
django/contrib/admin/sites.py,sha256=wjjSQYxwFSpDA26bd1PsAsy8rJwnFdEehXVneeUNUbQ,20065
django/contrib/admin/tests.py,sha256=jml60jZFvJ6043jXr_cfA7Sk_DG6uxEAwJ3jNSEpM-U,7451
django/contrib/admin/utils.py,sha256=8vTuTVv2hN7meUJfIji0mmv5eCPX6mH-3EDPYJWZhYU,19092
django/contrib/admin/widgets.py,sha256=Zgwox411ZR5R2V4dzyNZ19X1qlU8vqkkFOPMP1zihnA,13382
django/contrib/admin/locale/af/LC_MESSAGES/django.mo,sha256=WjpWRSgF1QX6yzKPpQFQnXiSz_6BmNED3qlFYa-BZB0,9511
django/contrib/admin/locale/af/LC_MESSAGES/django.po,sha256=DE6uQRQnBO1_0YY60ZaDCZATRHdhlShW39MODLlI2Dg,14359
django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo,sha256=sfYgG7GY13irWYDP6EyMod95yHG3_0FBJOadGCgAhcE,1158
django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po,sha256=AD_3cbaCeuk29kkASM42i_Iaq2E4FVIWCg4LtbjfJzA,3590
django/contrib/admin/locale/am/LC_MESSAGES/django.mo,sha256=XLSGdWWdFRHdJTZUvGxGWESgQi5vJhfYWs9rOeqiQ8I,8309
django/contrib/admin/locale/am/LC_MESSAGES/django.po,sha256=bSh5hpcpqLF-PBEMbwCLm6IpISqhe4QhO77lq-XbVvk,14640
django/contrib/admin/locale/ar/LC_MESSAGES/django.mo,sha256=SY0cSuFkIdsTgn9WHxIOCZC7nV5xy7u5evjY3l_U1mc,17996
django/contrib/admin/locale/ar/LC_MESSAGES/django.po,sha256=utz0Tz1QwxAK0_weIL7Wm-oFX4sOZs5b_shOD5AlvXk,19876
django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo,sha256=eo4f-j6AzrVv_wStyBILsbrOf5V8LKpbsa9w4VQMkig,4959
django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po,sha256=TEk1QRDW8D_yln0wOXTl9E0sD4p7j5yjLCSts7bEThY,6200
django/contrib/admin/locale/ast/LC_MESSAGES/django.mo,sha256=BQ7TZ3UWA8nLieF8o_tZg4vhXYkuluNYTzsZSaQaIH4,2476
django/contrib/admin/locale/ast/LC_MESSAGES/django.po,sha256=PfFzmdxy4agPUWzr5XB2jKU0_otd40Tt-E4dkSHarYk,11665
django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.mo,sha256=i49S0w8m5_OUlZjKD5YOkaQih1NUxYWhU92fog_Grfg,2137
django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po,sha256=ByldEcagWnNCa69h9p2aMS4fp_ZbqV2z_qVq5djvBRQ,4085
django/contrib/admin/locale/az/LC_MESSAGES/django.mo,sha256=I6xpLES_7bo_WY8ZTEaX1M60fiYnaayBoP4jCLgzY-E,16471
django/contrib/admin/locale/az/LC_MESSAGES/django.po,sha256=FLycyk6BuCTBSb94J-Hf_wByuadmVXdimrBC5OQ1SSU,17706
django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo,sha256=auwOPUIN7D58BPposcyLbrLfxlrBsL6Qvyre_56--Fg,4621
django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po,sha256=fysv8W4KIOuiWsdWcpM4u-IrSCJwSZz9zx7gzqfypZg,5102
django/contrib/admin/locale/be/LC_MESSAGES/django.mo,sha256=mMRo78tdp85BAsff05oi6uOQ6jcfdL_M1k9Iqtdk75o,20007
django/contrib/admin/locale/be/LC_MESSAGES/django.po,sha256=GGl2WGgtCyGRPYlkdMLhdqvFlHulAsl5C5ugRVvGadY,21277
django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo,sha256=CnQmJo-VmSEAcv-ib7eagRdH1ZyoynHBKOI7rybjFzE,5942
django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po,sha256=Vva_NDgSsjKqdp_C8ktCDsgFsmxCWux4IoEm4X9VqXo,6451
django/contrib/admin/locale/bg/LC_MESSAGES/django.mo,sha256=RIX_RefLAR0nph8eGdEMy1-1p1eR9jkOvhmIOeN2FtE,19962
django/contrib/admin/locale/bg/LC_MESSAGES/django.po,sha256=b_H9FphbE4wQ-VqBoDuDYrMrQ8kIukVv8FgCf-ki1rY,21435
django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo,sha256=JqKFf8VrNJWTwCjqMnivk3sPUfqWFaqQsJYoSQAfhF4,5565
django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po,sha256=rWFJncen8hqHoow5H-YXbfDtqN3h4ftRIJ6VGA_zzwM,6016
django/contrib/admin/locale/bn/LC_MESSAGES/django.mo,sha256=BS8ypv_ACr2RRts-MGQCWNL0HEdKWBcU-Rceg8vpzSU,15461
django/contrib/admin/locale/bn/LC_MESSAGES/django.po,sha256=aN9Y2RRngb0nEkm6YzVrbByHi1wWm-QciXj_fNJ5MmI,19941
django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo,sha256=MQqTXzHf2BqPmIhFbVBDcEMHuOVP3AFRRkimC72r0D0,2313
django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po,sha256=OheXtA0KIs91B1Wfi9kLQQuYJx0dN05QYHbG9rvBXaU,4576
django/contrib/admin/locale/br/LC_MESSAGES/django.mo,sha256=GPot6ws8tdq0zlkfLWaS7UIfuq5LebK9Tlu2sT1BEcs,4253
django/contrib/admin/locale/br/LC_MESSAGES/django.po,sha256=yvVFzL_IiDSgxWr7GWhNh4XivVNji-MhDsv4HSZ7dSA,12156
django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo,sha256=mz12AQmEQN11YIto7gkKQXmNPmdB8R7mRBAI0W7dZhs,1366
django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po,sha256=DUCnxup5TywNIZi0SjynwZl-rXyETUEfWPjs-Zy0esM,3687
django/contrib/admin/locale/bs/LC_MESSAGES/django.mo,sha256=x5qruxarqDYnT1AvJALVThLN7zYx1Z3CifuwsIYJwAQ,8983
django/contrib/admin/locale/bs/LC_MESSAGES/django.po,sha256=rqZiPIAjPS4dXKkxj2fhVpkvD4kfzbuICXg1ZN6VeEQ,14370
django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo,sha256=Ra8szsIbt-5iYt8_XcLZZoP7USP_nCaNYX1gxN_G4yM,1183
django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po,sha256=lQPMrun5JGf0mmwBwiBCxjATh9ULtCjoQnRp6qcbUX4,3831
django/contrib/admin/locale/ca/LC_MESSAGES/django.mo,sha256=Fmo8lAU0iuM063Kp3pYe54y-zpYREtAaN24x0H1crBQ,16585
django/contrib/admin/locale/ca/LC_MESSAGES/django.po,sha256=jTVDlk-2uhi5v4pla-gBVk5uLBNxCTrrtks-mL98hhg,17942
django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo,sha256=8gg2S4kQ3VG1Cscyl0OLnquPn6a5y7GOXSUgA9aHuKs,4560
django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po,sha256=BjcTyZtvPTemudEgtNpK-UV_DWWtIDNJbARG2NQjhLY,5098
django/contrib/admin/locale/cs/LC_MESSAGES/django.mo,sha256=VeHe2mkhZN17OU0n-IwwyjFIv-iaHudc_MjIhb1vMYE,16572
django/contrib/admin/locale/cs/LC_MESSAGES/django.po,sha256=vLyPOt4gJ10cGsYwQe5P4f1LfbDAjKWZcEb2wnGFEBA,18026
django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo,sha256=JfW5EW4nknxL2nj3R_Qo7noCb-Zzq_tv4dVA7Z1aq5I,4819
django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po,sha256=5HkhbilCueZAVJws9eDwNnC_tIAHth0jHa23qqg8XvU,5393
django/contrib/admin/locale/cy/LC_MESSAGES/django.mo,sha256=JOLXmdot4o48s54fpdXGUOLJD8Nl7ckOVcfRNtWiYKo,12700
django/contrib/admin/locale/cy/LC_MESSAGES/django.po,sha256=kqqYnaVgd94qiZZTGrov2n90e1J55l4oZlWBiMAjs0E,15972
django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo,sha256=QWS2ueGbJ5ouTVCIiSXyx_ybv00fAAF-d-NvTlMaTyE,3801
django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po,sha256=eChDth8-p32CiT_wcsrReuELK56dllIk_HDg6tyPdxs,5082
django/contrib/admin/locale/da/LC_MESSAGES/django.mo,sha256=luj9G_fyeBpZMhIoZw8Q-7ifZWi2txzPmcLJiLGAsiw,15961
django/contrib/admin/locale/da/LC_MESSAGES/django.po,sha256=ec6r7Puh9EYqtoKA-6kod3z45JI_qdhAKrhyM3ZEfA0,17343
django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo,sha256=cp2zWn6K_K1L1d_gSFurj2a1CdzIT7saEY01PqZQkpI,4499
django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po,sha256=XvKLPWZ4hZM6goWI-9sAH2QsDnUMa0jgvX2eMP7ZMCA,5058
django/contrib/admin/locale/de/LC_MESSAGES/django.mo,sha256=oUGTyZBne21EzIp68HUmvzjr7R9KbEnafZkEW9PnCcE,16793
django/contrib/admin/locale/de/LC_MESSAGES/django.po,sha256=Vmiic5mOjmjtIoZcTENu-2NoLdCZ8TotN2La0rH3tUk,18192
django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo,sha256=BWoLKdN77FQs_vAeid016rAJHjpDch1c_qhud01G77M,4602
django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po,sha256=zFVDAzStDJFB7FMx15VpjcC_aPkgBE2Je3ESDrerKhk,5068
django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo,sha256=OoeBtb50E2lY8xkvVzLD_T06Q1itmB128RpgVUsxMqE,16835
django/contrib/admin/locale/dsb/LC_MESSAGES/django.po,sha256=ZWnfM78Qw4FiH7cZRR_dEfcTYVwsTq3SGo54xZ4dQR4,18071
django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo,sha256=NRfAMh3fd1OjPRagSnYUAEK0FCGoa0IyYxuWMpHNty8,5016
django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po,sha256=O9b2HPdMlljui3X2baJFJ-8vydkAfHYYIKKZTXP3FXo,5490
django/contrib/admin/locale/el/LC_MESSAGES/django.mo,sha256=4--N5-UXPmcpcgTGwCSc-ExpufT0Y5-oGRzPXVyEWJQ,22536
django/contrib/admin/locale/el/LC_MESSAGES/django.po,sha256=sueAvLLwezTdCnu5NiXdIGQ_J4hJ4zTGhf9EqqrR_EI,24100
django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo,sha256=SCNgkvDOWY9jzwfBLAgvSekpYL4fatEpj4VcVZiaT5o,5888
django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po,sha256=AnJ9sNF3oemCcz-6tCdDRMQIgAxSvTGslFmifE7sqnY,6560
django/contrib/admin/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356
django/contrib/admin/locale/en/LC_MESSAGES/django.po,sha256=_GCbKf2DzkIidhjCVQqyj2_ToXeV2IPDEYaL5BBAXMc,22261
django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356
django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po,sha256=Ktbb5PuFfGQarYm7GVnzqqJulz7Bpa3fcfuqD7pXMKI,6555
django/contrib/admin/locale/en_AU/LC_MESSAGES/django.mo,sha256=jrDFzu9t74Op5dG5PvJv9ml35unr-DIVhcf3C9QQG_w,3024
django/contrib/admin/locale/en_AU/LC_MESSAGES/django.po,sha256=42VoFru2bLFgSq1SM5ztwaK5Z_NKCZpiTGJQPIToTyU,11845
django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.mo,sha256=fuPAxW2Ti1pZoq8hI7RiZkS6cN1V6hOAMGQBaI7ZWB4,1714
django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.po,sha256=NavL9Dk0CIPDKq8e8c9vJHE4udoVfPE2-FA0ClBr6V4,3966
django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo,sha256=lpaQ-TZ052fz6cHkAGu679gDcDgMBYlTayygludzVmQ,10896
django/contrib/admin/locale/en_GB/LC_MESSAGES/django.po,sha256=GAh69leSTFJ1FUgY_TaAD5U0V3d-nC8t1qyA4EpCfN4,14883
django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo,sha256=KQ0kBOkkV13AwpWtLYWBLyoj5dUByxVeJAwkA_ccQ_c,3147
django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po,sha256=hmb0sTNUIqFdKP50ESvoYa9fxeFgc7dYDsKsfu8v2p8,4581
django/contrib/admin/locale/eo/LC_MESSAGES/django.mo,sha256=acdzsZJaumqEUJ52owCD6krjot7yR1E6vfaiN9tXf8k,15832
django/contrib/admin/locale/eo/LC_MESSAGES/django.po,sha256=M8azOx-QSC74c5NdlmZsIbj8NJzvFbYtbvuhHsWGy4w,17329
django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo,sha256=gufCJtipK2fdz_g0y_7eQxKXyLsAZ0YMIn540Q-gRc0,4452
django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po,sha256=COiox2xS5sL6bOrtMuzwKgjVvuNKbmIpBbf0k3mlvsg,5040
django/contrib/admin/locale/es/LC_MESSAGES/django.mo,sha256=1McK_-sTe5PPpETPoI8EADD3YntA_txPUrP2Zp4UBFY,16810
django/contrib/admin/locale/es/LC_MESSAGES/django.po,sha256=EgF2n6alUmq6tAZhlM8IhJM3AinOfncbM62Q2pgKDS0,18690
django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo,sha256=r1sm0rBMWdwvdohfqRtc45eQODn8HaARbRei81w0Kxo,4627
django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po,sha256=KwJqHNSq-ovhkEEqQfXrXeFeNvJ8_ttwFZOrm8xooaI,5302
django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo,sha256=z4x_hRxyBxqsanw30_XADJoEiLP681hY1-VdRo3mF1E,16955
django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po,sha256=oGNIHzwwwmcXUPjx6GqLcIwjkywAvmciQ2OZJz7q4yo,18242
django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo,sha256=ZsHmmLqWeBpOjd9K1IJ0I2Ola_dVo1Or0ugrTuAjBaw,4892
django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po,sha256=RVQIL30SxIY-SHx3i-dt8y6pCvqsLuInurZjS5fX-Mw,5350
django/contrib/admin/locale/es_CO/LC_MESSAGES/django.mo,sha256=IVSeJ6m63awFb77Pa8lLw_IZDZI1jbiMd8HaoVPWlqs,15294
django/contrib/admin/locale/es_CO/LC_MESSAGES/django.po,sha256=WwkuH64dNYL1MYhBVEmbBim179HeO-D-8VvlbvqKgW0,17835
django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.mo,sha256=3axU3YYLAo3UyMvpRNWPzUk3Pup31IlXhRZUkF0LEAo,3895
django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.po,sha256=wj_zkPuhNYHW3XW_tsn42i2_rRpf2fCxgqFLxb5f7yM,5176
django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo,sha256=98NHsFoHEDMzvLYXxvPgDMZx6g9RnxAq5uEIaoBmWXo,14261
django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po,sha256=U1Z52Lp3ErbyiT1xRg88VO7KZEbiiezYtgz2ZQUJA2I,17041
django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo,sha256=lh_mEVKguxts_qrmuPZ-YeMUHG4UppKQMu_KOxofZ1Q,3380
django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po,sha256=2uJgwO1Jf_gQQDuyo_vbZLIcoiIuCT4gJ06D00FFvFw,4789
django/contrib/admin/locale/es_VE/LC_MESSAGES/django.mo,sha256=mXNpYKG_zjUNl85MVh4j8N0k9-ZVpGDXics56CS6hdw,16837
django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po,sha256=qbt33Jtu5eLMGiii2rJUZ5w8xKVGbP8HZ-_pqH6EVGk,18144
django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.mo,sha256=yaxxA7DFfozp3CP3KWF3eJmMxFjQfwhcaRMTxZ0bIvM,4635
django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.po,sha256=7B_iuv07VIOow1K_lSVZNVCX97OMT11wdmqyO6RgRZ0,5151
django/contrib/admin/locale/et/LC_MESSAGES/django.mo,sha256=b2jvgEUu5c-YdsVXLNR9mXGJokKs21Lf5WaQ8YZqkgE,15838
django/contrib/admin/locale/et/LC_MESSAGES/django.po,sha256=amUeICIaDrwpBf8gMzcL5wt9ZqmLjwY-Qn3G4CcRskA,17216
django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo,sha256=rxR-IVa05g0o6ysylTf1esfsAor7HoMs37eKm4scqh4,4394
django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po,sha256=hnxLxaNVp3rmZzNb2UICZsfQsug1qD9bCmSdHTzNvns,4930
django/contrib/admin/locale/eu/LC_MESSAGES/django.mo,sha256=T0zCxpaqoRfEY5er_Ur3NRlgG0usVcE6xtbRrkvNqmc,13641
django/contrib/admin/locale/eu/LC_MESSAGES/django.po,sha256=rn9Wt-EqSFg8wOgcWEcxJnYKlkILSDHNZtuTcRgSG5s,16317
django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo,sha256=l0lvYsYEXnu-2ssrM92hbeU5ByVpyXcIzNb8ROxedCw,4522
django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.po,sha256=5_wbDZ9Pygfrifg8zgGvJbcjJBCeSPcawSyWiLYj8jc,5051
django/contrib/admin/locale/fa/LC_MESSAGES/django.mo,sha256=DVwqlLWVqF4orpObloQYiK05pkoGMtbcDle6cztxOFA,19067
django/contrib/admin/locale/fa/LC_MESSAGES/django.po,sha256=ussB6vRkke1Ld4NbnK4xqP4hHsDVpyddvCorOMdotdE,20441
django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo,sha256=EZL4EL1TPeAtJl-68YsrXvpFV3BF46rGEZ1zMU7lWHY,5035
django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po,sha256=Zoyq7oXW-GvhW8eKCdQJyayf27L0S7Rq1m-ABbmw26c,5680
django/contrib/admin/locale/fi/LC_MESSAGES/django.mo,sha256=948-mYN7r7fP0j_lAg2l6X08-b8cP6M2NkAtfDM3WuQ,15923
django/contrib/admin/locale/fi/LC_MESSAGES/django.po,sha256=mgD1Hy-2yidI-WPSZ76owIgNcDI_lLaLIE0QZuh3WPk,17217
django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo,sha256=v1CR8E2XYHhvrJvDaiGTsIEZPsF91BhZCGXzLi6v2B0,4561
django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po,sha256=qTzimq2iL3zlduaZyuJe7NBeIqNNu4eGO3DyfQCKxFg,5045
django/contrib/admin/locale/fr/LC_MESSAGES/django.mo,sha256=RZ0OkNLBF4piOuMwkrJOJx-r_IQ9duO9fCp7uBbBRW0,17504
django/contrib/admin/locale/fr/LC_MESSAGES/django.po,sha256=ISIkkQ9jWhji1vnfNJuDFrXh3FW5Xw7bYCTXZggZZ7U,18792
django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo,sha256=zXz075Rlg5w-r59_a9iuNT7vjRiRrdH62A1cKAl0S_4,4735
django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po,sha256=L6lYVDUeZaEk9jpuV4CyD302Klug62MuHpJ06qzYzJY,5228
django/contrib/admin/locale/fy/LC_MESSAGES/django.mo,sha256=mWnHXGJUtiewo1F0bsuJCE_YBh7-Ak9gjTpwjOAv-HI,476
django/contrib/admin/locale/fy/LC_MESSAGES/django.po,sha256=oSKEF_DInUC42Xzhw9HiTobJjE2fLNI1VE5_p6rqnCE,10499
django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476
django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po,sha256=efBDCcu43j4SRxN8duO5Yfe7NlpcM88kUPzz-qOkC04,2864
django/contrib/admin/locale/ga/LC_MESSAGES/django.mo,sha256=X8lhmK5oHkNs3xLkTRElj34rfpYWujv6LayH2YQEMWA,13825
django/contrib/admin/locale/ga/LC_MESSAGES/django.po,sha256=aacBGBH4Mci8G6nlkdh2lxeLXXRykXvnOLTK48SCOOs,16841
django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo,sha256=xe6-H-Em8tSDasyEHX5gQYDHEcS4LBsZX19SM7-P_qY,4379
django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po,sha256=OvKxBB2-Y_ELzZ4oHchizWwvTy-Yr5hkIdOg8CSR3AQ,5725
django/contrib/admin/locale/gd/LC_MESSAGES/django.mo,sha256=d2y-nVds_l8_lQjtH97PP6_TfQEhYDDxPQyjZPSy9cc,18177
django/contrib/admin/locale/gd/LC_MESSAGES/django.po,sha256=MzYeukoZVPreI3DiitoPbeKgfdtj23AgwqxWFtB2hrc,19476
django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.mo,sha256=wRe2Z2Z2zpi242Snojgwu31wrt57UyaFNmYtsEGhDJk,5304
django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.po,sha256=pOP2eR5oPL5Wa_TU_v6DAFB9in4I9YsFt-Js9zC2lfE,5809
django/contrib/admin/locale/gl/LC_MESSAGES/django.mo,sha256=7iCmqNXrdMf1yseH_Lu52730t6gBXF8QI6T5eSFcMEQ,13246
django/contrib/admin/locale/gl/LC_MESSAGES/django.po,sha256=rmDzI0tzscNTE9RWeZIUv1IhcSm2Qg5r_-T8ZF4FEAM,16431
django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo,sha256=QfbPU1Wev_O6cAaQFgwWRSkXOGrHhVncq2k9sBXx05I,3279
django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po,sha256=esNQ5EMKYcm5fVYAZLu12sI_rOyUW9PRbFzDgSICOfU,4803
django/contrib/admin/locale/he/LC_MESSAGES/django.mo,sha256=1anqm3avCg-7p5gsTT4cVv2GlGtmG90cYCmWq-38a9w,17370
django/contrib/admin/locale/he/LC_MESSAGES/django.po,sha256=nn1U_Pnh5KWo0o6FvFuPT66r8kTN0l7hh2Vuqr2aA2U,18609
django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo,sha256=TSNDRRjtT-1WeuJ6steoZsyPq7ek-Na6xNPBuXo45Pk,4775
django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po,sha256=gJFehtpBUrVGSKOoT5tBQ-IGw6nQb04EyIwFuG8WK-8,5280
django/contrib/admin/locale/hi/LC_MESSAGES/django.mo,sha256=fS_tEKaDdRteMIwUcWqZLeVVMzWgutwvxLuDclM4PSc,18713
django/contrib/admin/locale/hi/LC_MESSAGES/django.po,sha256=ix0O5w-6Ztw-tVpg5YZ6L0sXcuyBRGaz61hpbLruZzk,21941
django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo,sha256=XtrI6K_1g-Cbno8rdtmxYHhWCTJw_gHHZBVfnqhkqpg,4893
django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.po,sha256=Zmp_I-JJno9WVSMypYuA2zzRgEpMTdljIr7PQvrmDLM,6378
django/contrib/admin/locale/hr/LC_MESSAGES/django.mo,sha256=3QaiqGrUx9NmeaLcKDhdbCaI4Usm49MaOxomraBMSHo,14774
django/contrib/admin/locale/hr/LC_MESSAGES/django.po,sha256=w0f2BxbBV8rIm_3nYwIa9104pDgQklEgytIA1slET4I,17040
django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo,sha256=_Tz79k-Ni7TC-1k1JXqVUMOFWN0oSyBWB-o6rsWuCIY,3360
django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po,sha256=krpEay9F6TSapwiKVqDLvMOAg8389SOwUKDsisw1eZY,4870
django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo,sha256=gJ9CjLWS-V87LnS4SxTVpaQOpPTAdYloAEPpx047ulU,16584
django/contrib/admin/locale/hsb/LC_MESSAGES/django.po,sha256=2sUM4JyNA8zFfNB5YECZ5Xm_ykCu_rQFainMIIZL498,17796
django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo,sha256=I-aiSwtjgCd5khq-70HxV5iZYREXwdyP_91JMR4Zch4,5087
django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po,sha256=-yY5yNuDUpBSZe7TbyqvpGAKUN0RY23-cBpY_zx2rRM,5564
django/contrib/admin/locale/hu/LC_MESSAGES/django.mo,sha256=UjfyuyvLlFs47ofGfvqU_EOzRTpqranjwfzHzLZeF8Y,16491
django/contrib/admin/locale/hu/LC_MESSAGES/django.po,sha256=QJQygYNOwOIeEAKFiMsYDIxrj_Mk_gCSYevB_TdAq-M,17972
django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo,sha256=6SezC1QjHnZZSf66zZtJ8q6C-wpHozKyRKBydSTV8c0,4551
django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po,sha256=U9RuFWorOAEsrtV81yqVFY-IlOIplLxtNlQeDs1dhs4,5159
django/contrib/admin/locale/ia/LC_MESSAGES/django.mo,sha256=1itJ2UZ70iOk-n8VcL1uG1rNTKKe5DIPtT_EQ5ufqis,11436
django/contrib/admin/locale/ia/LC_MESSAGES/django.po,sha256=QFofwIF2GlDPpTvRzAeecxZDFPZvh7QSvZLv_3nabPI,15386
django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo,sha256=rHKfac6zuQb3w0bFp9QdpQyRoU-HEKqelg8rKJ_etuw,3177
django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po,sha256=CLJAtv14OlTj-MRyg-yozG6C5Lvd-1NEC5cjZxBGn-I,4567
django/contrib/admin/locale/id/LC_MESSAGES/django.mo,sha256=vwQDYY0NfykPYYjCXbJ_NP1x790HzKBPjImMzjHN2AA,15691
django/contrib/admin/locale/id/LC_MESSAGES/django.po,sha256=qR6XcbDNRCeRZZV2f_O4T5hlzSkjegMwl-YjLL7QRYA,17169
django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo,sha256=E8rP5RykXfgd2pHbZGVBWuOcY0YXG8NHmMoodWRHw-M,4407
django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po,sha256=d3snRSLtLTs-HdubXcwCaNz9YQADXnlElCnqej_Oiyc,4915
django/contrib/admin/locale/io/LC_MESSAGES/django.mo,sha256=EyRojodiNpxoaDVnduUXkkI80XqkkDbDPaGiepV1HJk,12756
django/contrib/admin/locale/io/LC_MESSAGES/django.po,sha256=04H5fIYs4umX7qfvCGH2xpsUPxrkVTO_acHGfF0ziM8,15609
django/contrib/admin/locale/io/LC_MESSAGES/djangojs.mo,sha256=nMu5JhIy8Fjie0g5bT8-h42YElCiS00b4h8ej_Ie-w0,464
django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po,sha256=WLh40q6yDs-8ZG1hpz6kfMQDXuUzOZa7cqtEPDywxG4,2852
django/contrib/admin/locale/is/LC_MESSAGES/django.mo,sha256=lrg9P1t_-2hrFr5U8R-XKkFKZ7EtBN-TJZtM4ddhuO8,16223
django/contrib/admin/locale/is/LC_MESSAGES/django.po,sha256=ymixsLPbjliti3u_Yikf68Io2hHQsA_3DLGt4lidXzQ,17530
django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo,sha256=SD3HFgozlqcTSk7XzneZO9JctO2rljjRQm_lxb5a800,4589
django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po,sha256=IXNyxswUraj078i0e4_Vtb7GCQFkZ_OlI2no8YZ1NQQ,5119
django/contrib/admin/locale/it/LC_MESSAGES/django.mo,sha256=HGqvGIaovoR4lWux5OT2BxFGaYWkC-rOP3JwihFFiZ0,16441
django/contrib/admin/locale/it/LC_MESSAGES/django.po,sha256=BathK-DorkM41JpmCeeS4yoH_rOdbDak6Y122DSWK4s,18010
django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo,sha256=VNCWvjRBhYKSbbZkrn5qY-WQvr3H4T3H8ykP80eIfGQ,4537
django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po,sha256=jSihgJPqfdA4WmoLwSpRsQpOh3coW9OM0fpvCh24YVs,5171
django/contrib/admin/locale/ja/LC_MESSAGES/django.mo,sha256=AMVoMHUhWJ__F7R7TgsnRgdMAVGI-8YiNO06Iz2tUmE,17590
django/contrib/admin/locale/ja/LC_MESSAGES/django.po,sha256=4mj6OUb0XnnxwHexLTpyh9QftU9Xb_3LfdlEzK8Ilc0,18895
django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo,sha256=11cKJrbSjhSz6iphs-y_U38DwETTnJwSWiFKKceP4x0,4688
django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po,sha256=fLknGWLe-TqyNgEY39oZEaLdmyO57ENFiwaoz5oyrHg,5098
django/contrib/admin/locale/ka/LC_MESSAGES/django.mo,sha256=tasqS72Gm5buqdJMjw7smLdkRegdcZqquHOfpi6yU0g,20464
django/contrib/admin/locale/ka/LC_MESSAGES/django.po,sha256=6G9pivVgy7YskAU3qcGZsUikVZelGqofpnE-LCs47tY,23359
django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo,sha256=oIn92Tfw3-o4dubju8V8m4c5aFHznAS1dmXZINhRPS4,5199
django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po,sha256=lGSD6SZshJ1CwKrIGwnCD1UJAszBsa69FJlsUY4sqao,6407
django/contrib/admin/locale/kk/LC_MESSAGES/django.mo,sha256=B3trnX9skbVPjBLY6jCqrhhYomd_gOAQ85-uhQza38c,12966
django/contrib/admin/locale/kk/LC_MESSAGES/django.po,sha256=yyqXEf4p6cf3cAbqH9uKSfQ2InBxDdIuNSTuzSFiRG0,17442
django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo,sha256=GnpGWgYGdbDYMLj1k4_DmNbot0Q845M1EZcpqgRHuWk,2380
django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po,sha256=d7ew5Rpe3BP5T0dKCN1PiMaaTrD06SnjhDn_STzIYMU,4373
django/contrib/admin/locale/km/LC_MESSAGES/django.mo,sha256=-jxI5Fl-tvKUnNLSKOgkkk4FKiQ8oaOMWBsfurvx8LI,10403
django/contrib/admin/locale/km/LC_MESSAGES/django.po,sha256=9WQu-Uo6aCGzqpkSrH-Us01qqiKv4DS0gOoEAwZq-os,17092
django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo,sha256=OcdibsTf3VdYfLTt6H06InqDXacL4O7HrION4FA1AR0,1334
django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po,sha256=Ro5j1d9rS9yI4jc2C3L5dPLbY9Sbue--0Qe46UlhDcY,3846
django/contrib/admin/locale/kn/LC_MESSAGES/django.mo,sha256=i8MplRcHM84ddO1hfnTxvVbQNqAra4ycgJBRnzV1AxM,9203
django/contrib/admin/locale/kn/LC_MESSAGES/django.po,sha256=VOOd5KzbY3ewF5F5zvmuwYrpmF0VnVgFILU5p1qIZ4A,16042
django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo,sha256=_MDUKSb41if_nRh6v_qiNE5WnAAIsieh3-l27D_sN6E,1872
django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po,sha256=3x5yupwQ_lRs84_OKN8Jnqzeag-KOYMvKZFhl0iBe_o,4214
django/contrib/admin/locale/ko/LC_MESSAGES/django.mo,sha256=f25jEpGy47d663ZU8PAwHpCKCKa_ABAW7cpdstWAfd4,17006
django/contrib/admin/locale/ko/LC_MESSAGES/django.po,sha256=Gv0qzW7YU44m5mbZk7qFr293Z10a96djJvvH72t57kg,18444
django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo,sha256=EsZL0sc_SCMIHM7V8SSdHWoT53VOhxUxBS1dBdV23vI,4493
django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po,sha256=YNQ6UGy4xkuKYGFPCDHBFTqTNAhgeHLEF81SETfInNw,5029
django/contrib/admin/locale/lb/LC_MESSAGES/django.mo,sha256=saZtSXjDTw5OQBE7yrpO4Bf0BgJJwePJUTlwDAjC6n4,913
django/contrib/admin/locale/lb/LC_MESSAGES/django.po,sha256=AtLccsHd6xW-i4nkl17cJYMvo7Up0P0BvCMjcC8mjaA,11067
django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474
django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po,sha256=fiMelo6K0_RITx8b9k26X1R86Ck2daQXm86FLJpzt20,2862
django/contrib/admin/locale/lt/LC_MESSAGES/django.mo,sha256=uX8ASAteA5e58Ideg89tN47pISQLRQOh2D2x3SM82Io,16410
django/contrib/admin/locale/lt/LC_MESSAGES/django.po,sha256=P7wi7jzpdKXXn-tjTWPprj8sRUjQdgQmz61XUv6rQ7c,17835
django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo,sha256=Ms4HBGKBne15fBSE-22TDFr8bWpAvGsbSKJhmxKT2nU,4934
django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po,sha256=mO4NBDKLc8YUXoa0NEGGaGL13HUcJ84yLK4iWlSUAKA,5570
django/contrib/admin/locale/lv/LC_MESSAGES/django.mo,sha256=eOO-0mMNb_N8ceR-Hocm8Z30UNOfk5eybvgn2oNKUZk,13331
django/contrib/admin/locale/lv/LC_MESSAGES/django.po,sha256=L4Irai5ldz5stP7ZUO0-z5921rtD1cMXNKd90cqZP6w,16204
django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo,sha256=CTL8tp7_rAWnabF6Sbp4ZEYc7xR2mWani-h3joj-87I,4892
django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po,sha256=SfqausojP2w1uq6HcTfNI12pxVu1Br3m40K5FPPEMKA,5366
django/contrib/admin/locale/mk/LC_MESSAGES/django.mo,sha256=8MtZVH7rccAVM1zta9PGVuqBw0FDoevF8ND5_EHcL3A,19453
django/contrib/admin/locale/mk/LC_MESSAGES/django.po,sha256=WYD32LY0q9SiIQYA3v3sh0npFChKZyKbl4_MbRkMJIU,21311
django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo,sha256=jPy0ZJgveFewceL2M60lzthTVXfUZ5E9dXWXt4SUxjM,5633
django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po,sha256=NlzqmTOHz2nSn8W7TMb8tI8ft-mZ0uriQHn24Oum6LY,6188
django/contrib/admin/locale/ml/LC_MESSAGES/django.mo,sha256=NbNUdZgjt6odNU3Kc6H3XkV_hx46f0U_dYg04zKdzRA,21796
django/contrib/admin/locale/ml/LC_MESSAGES/django.po,sha256=yOVgHScP2GQFOjTE6fuoHzKYcqrLlEHD99HejWd24uo,24692
django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo,sha256=JaIXIAd5EN-YAVhCVyXIkkR-EAg-TeFc1AKG1guR-JE,6362
django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po,sha256=9kB06RUziwrzbmMaNX5CqI0nCoxNqRJUzqSiCElIKB4,7607
django/contrib/admin/locale/mn/LC_MESSAGES/django.mo,sha256=PBlG2MQOapUFYoRnvxcEXFw6UI3LqSHaNlqqS3nZI7Q,18903
django/contrib/admin/locale/mn/LC_MESSAGES/django.po,sha256=OH6Q6HetteasrTQnIu1bWfpLOlxG7i25rHsQ2S4iTD4,20818
django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo,sha256=CZDA42cqP6ZEUD3WcIhVdLRYKblkbbihmSq218QMEFk,4416
django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po,sha256=MJ1j4HZakWcAlOk8z1vbRq64UeLQrBhclSVJsXxkWSU,5610
django/contrib/admin/locale/mr/LC_MESSAGES/django.mo,sha256=UAxGnGliid2PTx6SMgIuHVfbCcqVvcwC4FQUWtDuSTc,468
django/contrib/admin/locale/mr/LC_MESSAGES/django.po,sha256=TNARpu8Pfmu9fGOLUP0bRwqqDdyFmlh9rWjFspboTyc,10491
django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.mo,sha256=2Z5jaGJzpiJTCnhCk8ulCDeAdj-WwR99scdHFPRoHoA,468
django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.po,sha256=uGe9kH2mwrab97Ue77oggJBlrpzZNckKGRUMU1vaigs,2856
django/contrib/admin/locale/my/LC_MESSAGES/django.mo,sha256=ZD3HhPc6vqQstRuOv3lg_f12qgY3pD_8QWAiNwtafSI,3677
django/contrib/admin/locale/my/LC_MESSAGES/django.po,sha256=hfTnKuvAv3hmBFuJipjDEtK4w7oVujbaYzikEBE3Cow,12511
django/contrib/admin/locale/my/LC_MESSAGES/djangojs.mo,sha256=GSTIs_2gJW7FxgHDZK9pmKLPy8nc4wB-mAWP7SXGCho,3268
django/contrib/admin/locale/my/LC_MESSAGES/djangojs.po,sha256=V2l5ejoAjzzMD9MKG7fEFbF8knAEc7JdJdgU5oObxfE,5062
django/contrib/admin/locale/nb/LC_MESSAGES/django.mo,sha256=m77yEZFnYizlQpt79_efFNhRkDjxfw2jR4aH8NWL890,15623
django/contrib/admin/locale/nb/LC_MESSAGES/django.po,sha256=ItSSlBZiwi7o14UtOqvPoG89IqDAXoueJJkjJ2PjGgY,17011
django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo,sha256=46ehkcfyaB-Jh86u2fGsg72Z-0nP-9DlwploA-xXXQw,4374
django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po,sha256=uRxbUhdSiAgMvT7mougqCfK0tbF25daJ0EZZxGr_oTE,4911
django/contrib/admin/locale/ne/LC_MESSAGES/django.mo,sha256=PAxk-RGHNbrxEQ0WADsxaffZiMbIhWJshvqAsKB_Bkw,15866
django/contrib/admin/locale/ne/LC_MESSAGES/django.po,sha256=vibeUU-Gk_9MPNLPtPsgNCePcusu5s_4zWmPi_zt4hc,19640
django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo,sha256=2vru-qMSq-CylxQbJD3kk5qMySTy30-EK2M-BB4u0rA,5358
django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po,sha256=N0IhKf3p6QGfwi2mknYM3V5SNeuhLUgz414tAvtAmx0,6454
django/contrib/admin/locale/nl/LC_MESSAGES/django.mo,sha256=VVDK8c-Xy71Uk9uXd1CFRA8POZkE1sxFZvGLNtilbnU,16034
django/contrib/admin/locale/nl/LC_MESSAGES/django.po,sha256=e9oOxhG5_vgI-sAu5QtnLpS1Bz0PMqjDGIht_auH9KM,17744
django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo,sha256=LY5LoTJzXY2z2e06t8493He3-q6lT9wiQNnNJuLGqX4,4691
django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po,sha256=IdGhAWRTzaB3n4k65XYYTn1SVaqOF5v5E2sdZ0Xwf7Q,5409
django/contrib/admin/locale/nn/LC_MESSAGES/django.mo,sha256=jnNyebvdBCkThhcp1b7IagjZRzPgIkvi7vRmA8k11rY,11079
django/contrib/admin/locale/nn/LC_MESSAGES/django.po,sha256=POeI38hpXpg7YGShA4AFtFTpF_ziCjeuWpJ0gytEQzA,15050
django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo,sha256=1ttwj-AitnMuwRKVyMzxdjvJ4sZ_uwUYIVRYzk-aPng,3120
django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.po,sha256=G1xcwDzfOTKp7wayd0wcMZReV7dxcBgaqwwLzCnIOCA,4578
django/contrib/admin/locale/os/LC_MESSAGES/django.mo,sha256=grp8gYR4nzh4YSSBjo9iKfqXI74jkIuAPFtMOfnWG6w,15124
django/contrib/admin/locale/os/LC_MESSAGES/django.po,sha256=8hpbZX0HAK6oElN9t0Tw7gHP0P8UEx_3cAPgJYAalt8,18249
django/contrib/admin/locale/os/LC_MESSAGES/djangojs.mo,sha256=Uo90STwEc0F6omTSV2bXRcUuG5GZYzbPvSE4NfQt3Yg,3806
django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po,sha256=bEwQODirr1PnSC1IwW21pdNG_34c-xCPRLKihyxwZqg,5208
django/contrib/admin/locale/pa/LC_MESSAGES/django.mo,sha256=xkbhDQMO-HmsEEdQ3pZZ9fMOHq-caRuVG8MWlbgPLzg,10171
django/contrib/admin/locale/pa/LC_MESSAGES/django.po,sha256=zvvXVbpnnxD_ts_LWJ1guk8EZN1xgcM8rNrfdK7buDU,16082
django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo,sha256=I3TkF3saB4y_tmFntc79ucpFNHo0BtBVAeTEv2IlOfA,1207
django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po,sha256=gzjtVL_nNLMWaG_QoPBXH3v8MzxjJuCzrFXOEKy1fk4,3717
django/contrib/admin/locale/pl/LC_MESSAGES/django.mo,sha256=3qtw-sLR-Se4HzVZJZXNrdbg3kLKSkTFRPQBe7SMGog,16547
django/contrib/admin/locale/pl/LC_MESSAGES/django.po,sha256=w_wevHBEGh14TUStDSALdY-1uF2VtSQ2ILD4Hp-JnzE,18204
django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo,sha256=aZiuPrNfXcK9h1vSQwrLCezDxcSwBDEGgCFymbBIqEs,5114
django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po,sha256=LY583JxZHolFMoPVa2yskS43rYeuTWlnQQHL89XCGjY,5870
django/contrib/admin/locale/pt/LC_MESSAGES/django.mo,sha256=b8q0GLtj1c_9wwf3he8Enpo19JwXdZMvq7YFBfW9Xks,15269
django/contrib/admin/locale/pt/LC_MESSAGES/django.po,sha256=ReO2jR9UiDaAsMjz3cIXhPUww9XVP04h5pFeZwy_g2Y,17411
django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo,sha256=pTca9S3nfqFKXo9i1ohcQ7kg5Al-HvXOVUT_s8RL-dk,3846
django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po,sha256=lxuziMLrbGwEokxudoeKLINazJuuVhlY_Z10ytL2WGA,5033
django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo,sha256=8XONCZFjpBWbxWWepY2X2gpKXu5vngvpM6AyuiiB7kM,16391
django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po,sha256=5xq2YidKlIruZAoSamISX30_xkDmOSXkEQeIqJyvxYs,18189
django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo,sha256=TtzwZ3VRuxbZENaPUMqYr72d-KOar-Yu4mvQfG1RaLU,4619
django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po,sha256=dEJ1OmeOychopZAyQdsA4cjI3qZNYsSfFdTs1_V4n2E,5256
django/contrib/admin/locale/ro/LC_MESSAGES/django.mo,sha256=IKa6dSe7wNcP-o1piLFEsc5NmIoZchB0rJPucm0JIjY,15043
django/contrib/admin/locale/ro/LC_MESSAGES/django.po,sha256=42_kX4bqpSalM1MxcSJqRJ7u8h1Zx9-WiwYXt4Cirmc,17298
django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo,sha256=jzPNCj8yeYxfpRWYKPmSU5gAjzBlJW4jzatQfI5nLc0,3952
django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po,sha256=7M0VVdznKrM_k8LuxN7-yR5L6_nBK2B7enXBWN6PUAo,5299
django/contrib/admin/locale/ru/LC_MESSAGES/django.mo,sha256=d14NgPRDLkiLnnD-sskjY5WHgYaVrGgUOD5IQf01v6w,21129
django/contrib/admin/locale/ru/LC_MESSAGES/django.po,sha256=yaHOlXrzj8rbGLkuUF_5exx1oMNQGJyMvFc8FWzoBag,22684
django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo,sha256=wnQtYXVDfWHqPEMjP-6jdGy3JdvHi_Tl63s9xf9MYCk,6564
django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po,sha256=SEtjuwWhDHhtsSjxLMWAuDho_0OrtdlRrQ2Cxn8wbH4,7372
django/contrib/admin/locale/sk/LC_MESSAGES/django.mo,sha256=S0V_yvJsw3Y4i54erXQwiFtBqbWI08tTrINn1K4ec9E,14057
django/contrib/admin/locale/sk/LC_MESSAGES/django.po,sha256=C527GlWnSLF5C00v_oxtIUxBYE2m03FKwdcdq8Zpe54,16720
django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo,sha256=F_sShPUpc0tv8SokZXvRGm8FmcFwgi9TXraWacU65CU,3676
django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po,sha256=vuIUnOPpPMAWLcj0pisvRmIzSeOw14YWHjpjzOnKoYw,5024
django/contrib/admin/locale/sl/LC_MESSAGES/django.mo,sha256=3M7ILDZw4zqhREbzCkB4qWe545HIdauOlbJwYUy64mU,16136
django/contrib/admin/locale/sl/LC_MESSAGES/django.po,sha256=UEu0x3-gUvGfHfRy6KR6diVKnI0WCyhc_9RHZSnN5ho,17508
django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo,sha256=owKdELTtToVS17ZqAHI2WABDSr6bij9XGwBvahpXZPg,4724
django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po,sha256=UQw03S9jfSSdbnA3ktlxYeutoTpbdP-JJhe4022TGn4,5269
django/contrib/admin/locale/sq/LC_MESSAGES/django.mo,sha256=YPp49XCWYAmxDKxzCzqS44DyFeQcLME6dwcpwa7rcjU,15192
django/contrib/admin/locale/sq/LC_MESSAGES/django.po,sha256=q19zSghAR-vtIcg9yW2iuZBAOP0rLDoXyVTtSjVmqmo,17265
django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo,sha256=vfJI-Tqnw8kCH4CL8nOAV5yr_I-4rMupFqr49ESSFYM,3864
django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po,sha256=EhWjuX_uTnjRB7bZTjMpw8JR_BSZkevl3B9rcG7EWYY,4969
django/contrib/admin/locale/sr/LC_MESSAGES/django.mo,sha256=RbowWFjie_u9ULEoV_14GC6FOx3c8yhY6pWCDZ0nOts,14324
django/contrib/admin/locale/sr/LC_MESSAGES/django.po,sha256=vcTlVXCXvn-lZz1a3Gu5Eim0GxeNYwi37wkCTPoyyz4,18333
django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo,sha256=hcYY-2mc-ixe7lnEyDxs_xGJTeTxZcWEWdMl-RMN6Vo,3493
django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po,sha256=ZzcWYOM7EUf00de5lJzLlD7uk23Sg2KSI5hld8LfgEc,4944
django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=Qm8tg8dmQY-GExA7fx9cQ5_gVqh-G4EEtv7aQ6ZuxC4,11499
django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po,sha256=BdukeO7qFaR9mU3ZOKKHbvsNNsWf59-VlMXz5q832r0,15508
django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo,sha256=YXGQ3Iz5spO6qWZm3yQO2Bbn-jHcp6nWKWS48ajLlSo,2976
django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po,sha256=8JWeb2-Mj8HgAIlSCbvQjli4Aq1IK0ZWEgMNWNPyi2I,4427
django/contrib/admin/locale/sv/LC_MESSAGES/django.mo,sha256=EEw0qViccRX8toIjCNhQg-_6OM5-KqvMEAm5vVCvNgw,15759
django/contrib/admin/locale/sv/LC_MESSAGES/django.po,sha256=1oz29TMzNcYHaAcwlu9ynO6hq6XnQSB1vOO6y1iTOUY,17382
django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo,sha256=JqXlMVtrG9p13-5tbs9XRwnFRqL14xGUK4e4FChqyQs,4541
django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po,sha256=H7_PDQI0adc-BB0s90d_dhsIvNQKYUAKsWGvyv5GJug,5206
django/contrib/admin/locale/sw/LC_MESSAGES/django.mo,sha256=Zxdgh1G5IQZjtCsguRFLtWKxUhccUkUn2tpBrrXdirI,14465
django/contrib/admin/locale/sw/LC_MESSAGES/django.po,sha256=DjaTZWjgQv8HwB6r-nH_K_E3unJeks9lLFiH_f2dWt0,16446
django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo,sha256=BuJ9W_PaVqgqSQ4vQjcr0WyOwl2YjaT06dNkCiiousM,3647
django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po,sha256=UGn8FZ7rM5Cxhtl2hqk41pfa4rQ5g1G9CTzgFuKsL1E,4809
django/contrib/admin/locale/ta/LC_MESSAGES/django.mo,sha256=25I6J03MT3LQqri8RwTLCBDTQkEECFVVcwTV9z2kenI,10179
django/contrib/admin/locale/ta/LC_MESSAGES/django.po,sha256=-8qKriaLSsXGYJZ52TbgxlrqtHnrINPPRjHZm72ovMU,16870
django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo,sha256=Ynd1RK7tKG2yLns1isefmaIb5kD-wNxURD9WpEoZTkM,1379
django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po,sha256=_c45xTYyKL5JEQcT-hGsOMHT6uXULLDXRYgTxXOpHjY,3930
django/contrib/admin/locale/te/LC_MESSAGES/django.mo,sha256=FY3HtQ9pm436EzZEZmzXkWQwKu5WN4rAFiCTdii3cU0,10807
django/contrib/admin/locale/te/LC_MESSAGES/django.po,sha256=zKPfgdyl7iTTJHF9kV4oJFM9icq5xlCBnpEpQtGbKas,17033
django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo,sha256=NHJk0DwtdINPT8YrheZMdT04LqlwTzH1XOhNjGXwUHE,1362
django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po,sha256=KMVJKc6NZgg_z5Il9XY64Gqp0mZgtZiGhI1pdTEFqRM,3919
django/contrib/admin/locale/th/LC_MESSAGES/django.mo,sha256=EQqdUSiXovPDnfTvjjNn1Lt3LfrDSUD6I8Fydan4lI4,18881
django/contrib/admin/locale/th/LC_MESSAGES/django.po,sha256=h7ynvBDk1F7OLXsDMGo-PAzuqny6tWimRTb59z6w3Q8,21733
django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo,sha256=Jh8o1IVTDVmDgAWNUx_kLVUw34bqZn3Ex-szPkL8Kr0,4563
django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po,sha256=qxvRwyyLIpgDMX4dPq8AMxO-g9rPvEXF042uvNvTr1I,6022
django/contrib/admin/locale/tr/LC_MESSAGES/django.mo,sha256=170h0wznZ6DV3_cnlBhKH9n0hrf8yH1g8-FfRCMHANw,16541
django/contrib/admin/locale/tr/LC_MESSAGES/django.po,sha256=e48slZkLnRNzRp6sw6wklbpSahQdrAESbS4qqCFLNno,18065
django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo,sha256=-yo4Bof9kFUJUESX4eDtQfG0KC59uSd5OfvoCusMocY,4547
django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po,sha256=z8SkpuZyggIyD6H93iJW-W37WAQRLkA56Lp2rj76j4Q,5070
django/contrib/admin/locale/tt/LC_MESSAGES/django.mo,sha256=heqo06HfiX3yPEBInXCw3f4YxO94iwzXOXGj-xnfjkg,13124
django/contrib/admin/locale/tt/LC_MESSAGES/django.po,sha256=R_vO6qZkIADFSLbP_eHb8k22agbmPnP0mC3KnCxEI70,17392
django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo,sha256=55fAxZQs6Lmu5_o4N_THuzuYxNAUypkfBUBAS8WdP3E,2607
django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po,sha256=NBX9lO8Btte0d6-XOrcnd1hNRp8KGHs39pXywZxInEg,4541
django/contrib/admin/locale/udm/LC_MESSAGES/django.mo,sha256=2Q_lfocM7OEjFKebqNR24ZBqUiIee7Lm1rmS5tPGdZA,622
django/contrib/admin/locale/udm/LC_MESSAGES/django.po,sha256=L4TgEk2Fm2mtKqhZroE6k_gfz1VC-_dXe39CiJvaOPE,10496
django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462
django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.po,sha256=ZLYr0yHdMYAl7Z7ipNSNjRFIMNYmzIjT7PsKNMT6XVk,2811
django/contrib/admin/locale/uk/LC_MESSAGES/django.mo,sha256=j8g-2B3gAoGch1ihgPKXee2kW2zdqc2F-yoMYhE33-4,20138
django/contrib/admin/locale/uk/LC_MESSAGES/django.po,sha256=q0Kfbr6faTrDJ7UJXtnYbkMGm3GaZbZqIRQSXL7L9po,21839
django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo,sha256=h8igvRSSMfRG4DgJ9i0HMhjaX0xIgYvRw6ATebgdiYI,5574
django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po,sha256=l0hg3ChyqJ3vdFzohn3pMqle9io-Nlk_EolayQAPcMI,6256
django/contrib/admin/locale/ur/LC_MESSAGES/django.mo,sha256=w02pk3RUjNgzPRZqHCgWwhMqQ7B2_S8TY3TA7NARVU0,13266
django/contrib/admin/locale/ur/LC_MESSAGES/django.po,sha256=tpAhcnxJZUDV17ixyz7PEHdygL1yGEb-soVF7pI_KBY,17606
django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo,sha256=y3dk74ERlExE61WsbVqwfbe2cQY41X92YPC7Y2I7qYI,2678
django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.po,sha256=jy9yMssGRZKCQUZXgkSJAV5LQ4a_ztj6mXVkja1x_fU,4646
django/contrib/admin/locale/vi/LC_MESSAGES/django.mo,sha256=lVBB8fXwFlgE2xzLZIpbXx0snnBf_MGndyIx86fu3U4,15098
django/contrib/admin/locale/vi/LC_MESSAGES/django.po,sha256=3vnWuwuOZOnS8wi7-N31pdlMnUZAdPAhewVEqiYOaC0,17680
django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo,sha256=EL4elb9TnM0V61AFALWF2BMkNaDEEioykXJRLNHWL3U,3733
django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.po,sha256=hisNl41L8c01j4B4ry7zXxNNQRYmougUURJ2ZtRG8Fo,5018
django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=skFamJkel1BQN8zZwQSvKyvTv_VMQz3VAD6CShFkMcM,15154
django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.po,sha256=WDqoR5iOiKFagoGj5LzXPeCx-B99yBjf1KaAN8c5Di0,16754
django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo,sha256=aka6QldR2D-HmEoKOFxPQltZ7CiTHBJt9xKYicW7VfM,4230
django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.po,sha256=1tdxTFiIPBr1OWUdawV41x6qNZwklcQHQXPVyqAajuM,4911
django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=ZgxEr22h-JTeLVtHk_gnF5ox-r0g0gy_7x-Rphh_ndA,15152
django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.po,sha256=lHympACmC4bwDzFaCx62Eg2B7StgJO_4avL3jUBL4Jo,16531
django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.mo,sha256=t4fFmeXoAr_wFwcQItZeYFSllzeharALqiq3Q7PNbHU,4230
django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.po,sha256=c_EQSihTRT66saKkIchYvedN7_fmO6eeK_6PvO6bRBY,4724
django/contrib/admin/migrations/0001_initial.py,sha256=JAmr13sHE3h7Ang79tsbFBgU0nVNN1mbDhGTA7li5bE,1958
django/contrib/admin/migrations/0002_logentry_remove_auto_add.py,sha256=MJw6ulKXrQgRH5iC48uN3viJ9BoKt4DdPtAVpXdVa1o,619
django/contrib/admin/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/admin/static/admin/css/base.css,sha256=iDFj8zkNtMeCDmk58THxtjywysVUXbPVE11AURgGNlo,16066
django/contrib/admin/static/admin/css/changelists.css,sha256=z-w-H416nJzM01ysLRhynHH-4zyjtkoDlzRPFDARX6U,6170
django/contrib/admin/static/admin/css/dashboard.css,sha256=M_duSlzrcec1HXMWlLXJQkFw4m6v2dgB3PRaJlWQo14,412
django/contrib/admin/static/admin/css/fonts.css,sha256=SnBl3KjeUZqRmZw3F0iNm1YpqFhjrNC_fNN0H2TkuYc,423
django/contrib/admin/static/admin/css/forms.css,sha256=NtSdGKiwEksxVFU-0XeP8Ijv69Zp9sMGYrZqYTh9_s8,8173
django/contrib/admin/static/admin/css/login.css,sha256=lHpzTw50VkxttDANxGiCnANx46B8HaROciU_sRHbTRs,1203
django/contrib/admin/static/admin/css/rtl.css,sha256=4FQYhqc4pttIAS0ealmRFrEIwirPs7v9YK3f7DxqTEQ,3731
django/contrib/admin/static/admin/css/widgets.css,sha256=FbxIKiGYkWjZwRMm5A_Qv-kKrhsPnfzhsF1j28eSqnA,10340
django/contrib/admin/static/admin/fonts/LICENSE.txt,sha256=Pd-b5cKP4n2tFDpdx27qJSIq0d1ok0oEcGTlbtL6QMU,11560
django/contrib/admin/static/admin/fonts/README.txt,sha256=8aTEGqGae4MewJx-muqQ1E4xgkwarj9lGmbjKp2vOpo,137
django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff,sha256=NPwBegIIh-Ky0wNS1D5R7FNrAOZV6koNgbKynKYRfUM,82564
django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff,sha256=ZPkI7tYTAgKLZN-hXqCYnBxc5aa-Se3BMBILeYVu6uQ,81348
django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff,sha256=cX0lRkeH5ff6E_fLaT8SATtvSBNuv7JcQ-5u_Fye3-Q,80304
django/contrib/admin/static/admin/img/LICENSE,sha256=0RT6_zSIwWwxmzI13EH5AjnT1j2YU3MwM9j3U19cAAQ,1081
django/contrib/admin/static/admin/img/README.txt,sha256=M5PZqSUBMTJ36I0D8RMKomdAXz3aQhEvoTHXoHfiNM0,318
django/contrib/admin/static/admin/img/calendar-icons.svg,sha256=gbMu26nfxZphlqKFcVOXpcv5zhv5x_Qm_P4ba0Ze84I,1094
django/contrib/admin/static/admin/img/icon-addlink.svg,sha256=kBtPJJ3qeQPWeNftvprZiR51NYaZ2n_ZwJatY9-Zx1Q,331
django/contrib/admin/static/admin/img/icon-alert.svg,sha256=aXtd9PA66tccls-TJfyECQrmdWrj8ROWKC0tJKa7twA,504
django/contrib/admin/static/admin/img/icon-calendar.svg,sha256=_bcF7a_R94UpOfLf-R0plVobNUeeTto9UMiUIHBcSHY,1086
django/contrib/admin/static/admin/img/icon-changelink.svg,sha256=clM2ew94bwVa2xQ6bvfKx8xLtk0i-u5AybNlyP8k-UM,380
django/contrib/admin/static/admin/img/icon-clock.svg,sha256=k55Yv6R6-TyS8hlL3Kye0IMNihgORFjoJjHY21vtpEA,677
django/contrib/admin/static/admin/img/icon-deletelink.svg,sha256=06XOHo5y59UfNBtO8jMBHQqmXt8UmohlSMloUuZ6d0A,392
django/contrib/admin/static/admin/img/icon-no.svg,sha256=QqBaTrrp3KhYJxLYB5E-0cn_s4A_Y8PImYdWjfQSM-c,560
django/contrib/admin/static/admin/img/icon-unknown-alt.svg,sha256=LyL9oJtR0U49kGHYKMxmmm1vAw3qsfXR7uzZH76sZ_g,655
django/contrib/admin/static/admin/img/icon-unknown.svg,sha256=ePcXlyi7cob_IcJOpZ66uiymyFgMPHl8p9iEn_eE3fc,655
django/contrib/admin/static/admin/img/icon-yes.svg,sha256=_H4JqLywJ-NxoPLqSqk9aGJcxEdZwtSFua1TuI9kIcM,436
django/contrib/admin/static/admin/img/inline-delete.svg,sha256=Ni1z8eDYBOveVDqtoaGyEMWG5Mdnt9dniiuBWTlnr5Y,560
django/contrib/admin/static/admin/img/search.svg,sha256=HgvLPNT7FfgYvmbt1Al1yhXgmzYHzMg8BuDLnU9qpMU,458
django/contrib/admin/static/admin/img/selector-icons.svg,sha256=0RJyrulJ_UR9aYP7Wbvs5jYayBVhLoXR26zawNMZ0JQ,3291
django/contrib/admin/static/admin/img/sorting-icons.svg,sha256=cCvcp4i3MAr-mo8LE_h8ZRu3LD7Ma9BtpK-p24O3lVA,1097
django/contrib/admin/static/admin/img/tooltag-add.svg,sha256=fTZCouGMJC6Qq2xlqw_h9fFodVtLmDMrpmZacGVJYZQ,331
django/contrib/admin/static/admin/img/tooltag-arrowright.svg,sha256=GIAqy_4Oor9cDMNC2fSaEGh-3gqScvqREaULnix3wHc,280
django/contrib/admin/static/admin/img/gis/move_vertex_off.svg,sha256=ou-ppUNyy5QZCKFYlcrzGBwEEiTDX5mmJvM8rpwC5DM,1129
django/contrib/admin/static/admin/img/gis/move_vertex_on.svg,sha256=DgmcezWDms_3VhgqgYUGn-RGFHyScBP0MeX8PwHy_nE,1129
django/contrib/admin/static/admin/js/SelectBox.js,sha256=xB_jbdmwUFitjqFcGankTIkhcTGaluR9rmBoVy0w4fg,5755
django/contrib/admin/static/admin/js/SelectFilter2.js,sha256=YbFS66hZEhN7uZk-A1SKM2McBrzt2w6tB5TRcJ4o0rY,12389
django/contrib/admin/static/admin/js/actions.js,sha256=7dNJwMbHa3ecOIUs8xFpvc7gl_DO1CcrK1mCsvhYIgA,6501
django/contrib/admin/static/admin/js/actions.min.js,sha256=6rbtqoTxRb3ZPOeY5GcRGj-vCNW7-5HQNZNJhVH_fhk,3162
django/contrib/admin/static/admin/js/calendar.js,sha256=ra-Ade20GKQYM3AndYP42EwxyS9LTSz_mLaQnEtNT5I,7790
django/contrib/admin/static/admin/js/cancel.js,sha256=A9TJZ9Ih6xWf-3ETNJXwXYgzCRu6BlMQhncwS6KWiSk,204
django/contrib/admin/static/admin/js/change_form.js,sha256=J-beGDyqR6uyb3iW_OI9Yo0ZFrfwJVqNFFDeL7-njqA,712
django/contrib/admin/static/admin/js/collapse.js,sha256=089NhKcy5cbhzScg6vWEfoXxItzFpxVsYYJ2C7KMQUE,1151
django/contrib/admin/static/admin/js/collapse.min.js,sha256=8uMn96x2YKpH62DOAc4GiJOkWkpUbdKNTy8TVsc6mOo,649
django/contrib/admin/static/admin/js/core.js,sha256=lb3_tr4U8uyUDrnUR4nrI4uG4idJQUtInN2OE4IAVu8,7976
django/contrib/admin/static/admin/js/inlines.js,sha256=54A5F5HpX0ntaWqJs4xgAts0NYCycaqV54DVeGi_S88,13665
django/contrib/admin/static/admin/js/inlines.min.js,sha256=mF9heP4XyOH6ags47Vi6N3_B186KwTFoiX98uu3fdos,4831
django/contrib/admin/static/admin/js/jquery.init.js,sha256=Gr-yEd61wY6uBDMhOaVq-amfciz7EZhMvJfai_WxrHE,363
django/contrib/admin/static/admin/js/popup_response.js,sha256=7XyHe9SDYkB8OMxF7fhL6N5l4Oxf-gXqzGlpPK63tcc,569
django/contrib/admin/static/admin/js/prepopulate.js,sha256=PCNwmurilcnTH8ve8QXdAM0rHHWvLIaCU6HEnyRKJyg,1538
django/contrib/admin/static/admin/js/prepopulate.min.js,sha256=pVBz-2RAxr0d6ebCNjkfOEiUXtd9f6Ppwtl7HOHw2Pk,372
django/contrib/admin/static/admin/js/prepopulate_init.js,sha256=uD3_ZoYfJ62mcSgqzHfePA3Y5jaOBjxn7SU0LuYFgEE,495
django/contrib/admin/static/admin/js/timeparse.js,sha256=oVk0xpGmRjS0V2sMsjGulzMSNDvIr1gQ6_fpivvh_kQ,2984
django/contrib/admin/static/admin/js/urlify.js,sha256=LI0fg0KaA0FF3jEAfTxvmtS0W7VmO7Y-wYirQqQJK0g,8186
django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js,sha256=OO9ITMVGV-BC0kR4xL4K8jVSlGGEMQ57Ta40jEncDf0,20529
django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js,sha256=D552yt6Nxygq1rqS-faSENfU1nZX-saZzpyzHuvgS-o,6591
django/contrib/admin/static/admin/js/vendor/jquery/LICENSE-JQUERY.txt,sha256=GIg3JQapSjFSu38FkC7Wm4cW4HUcvoWPb0YdP5LxKfU,1282
django/contrib/admin/static/admin/js/vendor/jquery/jquery.js,sha256=laXWtGydpwqJ8JA-X9x2miwmaiKhn8tVmOVEigRNtP4,258648
django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js,sha256=a23g1Nt4dtEYOj7bR-vTu7-T8VP13humZFBJNIYoEJo,85659
django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE-XREGEXP.txt,sha256=tyAi9RwLIDwjSrjyBhtyJIkgOHWM469_UzZTr1MmRys,1103
django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js,sha256=TjYx21bQgQXDFTdvSqSUh7S8TkYRjT4L4X-SlWNR8CE,128820
django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js,sha256=E-Plu9EZfyt0PJCSYrCkHuPquVVj9V7g7jQklIOgGDU,62474
django/contrib/admin/templates/admin/404.html,sha256=o528Ro8Q0JMgd7mtszp8nl1ADHNA12AyclVdmGQnYGc,268
django/contrib/admin/templates/admin/500.html,sha256=AUIdN7Ka_1KRAGzvo1GvwAHCSJNIbo8oNSF07cMKcj4,527
django/contrib/admin/templates/admin/actions.html,sha256=FQYsvoJrq949UZHjL1j65Ne_gnSHmMMbgSfUhE-1ciM,1012
django/contrib/admin/templates/admin/app_index.html,sha256=BSJsWtgum_H2hCxcb2xe-XJozbVOVpUBN_KTe8pcRts,385
django/contrib/admin/templates/admin/base.html,sha256=8lS1UHJauS_wofqYlQGCbuESyfBvNAbWyJM3wDwkDps,3295
django/contrib/admin/templates/admin/base_site.html,sha256=1v0vGrcN4FNEIF_VBiQE6yf2HPdkKhag2_v0AUsaGmM,316
django/contrib/admin/templates/admin/change_form.html,sha256=Ta-hNbm9cOOU4ht4OpFaYW5r19mtgWn4jJC79gRB5vY,3356
django/contrib/admin/templates/admin/change_list.html,sha256=zoB-LaxqWYhG4ftnYmjm7K1EqBr4nXlU-dG4nOnueBc,3253
django/contrib/admin/templates/admin/change_list_results.html,sha256=jZ9lN7EYWsG9Gt7_4eA-HjXHic46v-Dl-e61ruSFWVE,1553
django/contrib/admin/templates/admin/date_hierarchy.html,sha256=uW1_ZMd-7biE28Ix2pQiY1lTvRX1VjyZhUkp-IHA0NI,372
django/contrib/admin/templates/admin/delete_confirmation.html,sha256=DOcR5lz527zQXtoMe9IflAV-6z_hf1K0KtMi-EmLDRM,2412
django/contrib/admin/templates/admin/delete_selected_confirmation.html,sha256=856nsJUtL_3yArQAFdJFKI2WCiV8Z3VoLd8F8TUCy7s,2320
django/contrib/admin/templates/admin/filter.html,sha256=A59SgwTTgEf2iYjV0IiDIixSZ7yCu1Fs66n0Vguu-NI,330
django/contrib/admin/templates/admin/index.html,sha256=lwKJMWsD4tdmZRUeutXWAqUWch-DmFZAJh3dwEnH-Ek,2983
django/contrib/admin/templates/admin/invalid_setup.html,sha256=58ugkYPi6FHmS--y77fhLAdUr4PyrtGwTg6-hm0_Xxg,437
django/contrib/admin/templates/admin/login.html,sha256=l5s6CMlDeZ7_9nea9JAarSO8ECJ7JgKyrpdfpYxXjKc,1876
django/contrib/admin/templates/admin/object_history.html,sha256=tjE0pTYaSM43e8QxjNabL2FmrB5wPKm8V3jpuziwPdI,1444
django/contrib/admin/templates/admin/pagination.html,sha256=h5ZgDSNezRlvz22KhtaRY-3GCnEe8AjRcjCfEktVgWA,554
django/contrib/admin/templates/admin/popup_response.html,sha256=DDlE_fEKHsGvPcSRy4zFAw_czr3hcCj6YcKRXBNfQEM,358
django/contrib/admin/templates/admin/prepopulated_fields_js.html,sha256=Q3QxBgVvxePpiz502FjSHOS3szSlHkvUQoPe8sF1YDs,245
django/contrib/admin/templates/admin/related_widget_wrapper.html,sha256=0xA6-N9cO3ED4W397pwjvjbj5ZS5yhZjeqe89Ri6VHs,1397
django/contrib/admin/templates/admin/search_form.html,sha256=umCPvMnvXX_BlHs_296pKniVn7Ycg-nKk3nKwrwNAQc,1027
django/contrib/admin/templates/admin/submit_line.html,sha256=CvdFFZBKfGcspS2MgJbmmDCwcHv9hG9NPBxJ_MzY530,790
django/contrib/admin/templates/admin/auth/user/add_form.html,sha256=pMsoxDLGJDzjIkcMmKdTYEnUzZ1ESEhBeDLCW17XN5k,310
django/contrib/admin/templates/admin/auth/user/change_password.html,sha256=a3gZLx4MfgZJrj_fllruwyfy293mmMmVqjcvmsA5dIc,2347
django/contrib/admin/templates/admin/edit_inline/stacked.html,sha256=fn7GWmIBXEj3ShZ7zzfsQvNzYk5v_tZtzy1C7rWVqAI,2092
django/contrib/admin/templates/admin/edit_inline/tabular.html,sha256=AZ8eO6PNTKrrRZaaGrhWNbcublSExIKyvz3eJoeOy7c,3897
django/contrib/admin/templates/admin/includes/fieldset.html,sha256=-_S9dzsEGnmo10xioe7v833gY3tGHBIphzOJ_8rM1fM,1788
django/contrib/admin/templates/admin/includes/object_delete_summary.html,sha256=i_I2BADSutoccAxARIwbP4VRlDHsag-llDOi3kjcoXw,188
django/contrib/admin/templates/admin/widgets/clearable_file_input.html,sha256=6BQdKwDdbcv0cyGBzUd1_8gXysHhAK0H2fx9c6QfJeM,518
django/contrib/admin/templates/admin/widgets/foreign_key_raw_id.html,sha256=0-PzMOEe3KSRVOBeivruUc8nJRcziIqWO-DyU8pvgEE,346
django/contrib/admin/templates/admin/widgets/many_to_many_raw_id.html,sha256=w18JMKnPKrw6QyqIXBcdPs3YJlTRtHK5HGxj0lVkMlY,54
django/contrib/admin/templates/admin/widgets/radio.html,sha256=-ob26uqmvrEUMZPQq6kAqK4KBk2YZHTCWWCM6BnaL0w,57
django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html,sha256=QBovkKbXrGTBy7DzbWQ3Q16WihHW8txvWgV6vdumbnw,1406
django/contrib/admin/templates/admin/widgets/split_datetime.html,sha256=ORI1EM3mf4g49PgEE6GWTpVnXdRpKP-0dPtLCbDEHQ0,240
django/contrib/admin/templates/admin/widgets/url.html,sha256=HDc93YIZhUNe-2gXKLt4SFwrap_wE68aaJXY5JcXCVs,226
django/contrib/admin/templates/registration/logged_out.html,sha256=9NdzlTMq7QQpj2ftUqZ7FPeHDv0KYbjETF8qMJVGGqI,374
django/contrib/admin/templates/registration/password_change_done.html,sha256=ldLa6UAVgn_FiKQ9TkO2EZraTBZx1URJrRGOn-_VZJs,671
django/contrib/admin/templates/registration/password_change_form.html,sha256=W8eYpuusNCZ6EZRkT--QWyXR5rHDienElsw-cMDjB1w,2050
django/contrib/admin/templates/registration/password_reset_complete.html,sha256=RD0DbFybLTVfHtkU4yN7HG3YXY-xs_BLVgl3vSB7czU,505
django/contrib/admin/templates/registration/password_reset_confirm.html,sha256=oEDhtdzhrmIc9BhaAgaxvw0qBcpI4I_BQLt5GE8teXI,1373
django/contrib/admin/templates/registration/password_reset_done.html,sha256=ofGCzPs--2mOPLlGcTbZJAoZQkEpfwFb5reLxaKq12g,669
django/contrib/admin/templates/registration/password_reset_email.html,sha256=d_NtuuiWTS9AZu6qObmp-lux0UkUCdA9ZUIUKyYJeHE,582
django/contrib/admin/templates/registration/password_reset_form.html,sha256=b-wxQ_mk7FtqeJ6KQcXbEeXlMWCaiNGafj-7dPeHfDg,970
django/contrib/admin/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/admin/templatetags/admin_list.py,sha256=4mcS_Hf7FMw8J24SJ-M8Di3zQ-ULkW92VZ-D08QmZTA,17840
django/contrib/admin/templatetags/admin_modify.py,sha256=72epsmK6oOIbE6IjUyxTx8kwBBzKzvaEYqXbU268_uM,3006
django/contrib/admin/templatetags/admin_static.py,sha256=yDOpxEP2OK0N0e4-wbVd2vepUUmgGPJ7-SYxAE0rJ_4,304
django/contrib/admin/templatetags/admin_urls.py,sha256=vG3iIoQY9224OT-8kHksTyVoT4dcLf6P3YEJmUG20mA,1799
django/contrib/admin/templatetags/log.py,sha256=01uzWTLDjqCX7UlXiidmjyDa2y_avOncdnDL-HXlDvI,2080
django/contrib/admin/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/admin/views/decorators.py,sha256=J4wYcyaFr_-xY1ANl6QF4cFhOupRvjjmBotN0FshVYg,658
django/contrib/admin/views/main.py,sha256=RJbz7zzdkujy-8ghFkMQX7ko9RrZvHHKDFS36yp6gQc,16694
django/contrib/admindocs/__init__.py,sha256=oY-eBzAOwpf5g222-vlH5BWHpDzpkj_DW7_XGDj7zgI,69
django/contrib/admindocs/apps.py,sha256=cb5L-8ipxE_1KWbgJqvNeVUMTaiBphIpuB6yZ8MmcUs,217
django/contrib/admindocs/middleware.py,sha256=Yb27MLA1XIlh2-M8Fclz-FZw1y1mpvl1384S-xSrViI,1347
django/contrib/admindocs/urls.py,sha256=NKJ11HsQD9YUzSQFdTExNixkz-fAbagEUXEYRatDMls,1192
django/contrib/admindocs/utils.py,sha256=kfCASCLPgCYySKSH2GumnAHWgnHau9n93D_5PhgKEJ4,7961
django/contrib/admindocs/views.py,sha256=eWarow6MpLAMzRBwaVsVxb-oQVqSZ0QypNLj5ZC7-bA,17893
django/contrib/admindocs/locale/af/LC_MESSAGES/django.mo,sha256=GFydi1uBAAkOzJP0FXBCbQFNzX9jK7xqXNsiK7JsOwM,705
django/contrib/admindocs/locale/af/LC_MESSAGES/django.po,sha256=7nIsCfz1HabA8oPvLBqaofdN8nlFYRi3roXxDpUe_Hs,4680
django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo,sha256=8kZdGuyFWEYZwvauNRdmrupfuDMOmDtWYoLtis4E_sg,7445
django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po,sha256=geUtWhqP9w-gU3tlDCAQEZpBn_3TtEn8NLNqSGstbdE,8104
django/contrib/admindocs/locale/ast/LC_MESSAGES/django.mo,sha256=mvFdMP4EMNNqDtpRUo1INgWRnODGZWWSFrdTIIqKq6s,715
django/contrib/admindocs/locale/ast/LC_MESSAGES/django.po,sha256=HM9oqkNAsxVmgAaQcMRCH2mGHZpEX49V7dNRHwpZrVc,4694
django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo,sha256=TlcISZzDbp6U-d_6eU5TZbs9iqVgr0QcJv7300EmAnc,1860
django/contrib/admindocs/locale/az/LC_MESSAGES/django.po,sha256=la6e4YI4ZtSu4T4pI7nHy2Yck_I6P4kS9oS5DcDAQZQ,5163
django/contrib/admindocs/locale/be/LC_MESSAGES/django.mo,sha256=TzzysaYQyJ1fgsHhyrzgi93GXzeOOt5jrS5b3Pr-0TQ,8419
django/contrib/admindocs/locale/be/LC_MESSAGES/django.po,sha256=yIBjBmv3Xn7n8OxBi8F5YvKRdEpNeUDJof8otBQmudc,8930
django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo,sha256=Uc5lVlnow9N_Bk6VmTBmz73BhzFJAO7YK7kbnm0xq7Q,7998
django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po,sha256=vJ38FQcSi00ryx98XNVmLhC83jOR_DU0QDufV14x5oU,8874
django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo,sha256=kJKr45gdIfzDgI6hsgmSYxJMa3rcAN7zOLK7hdtIs1s,3990
django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po,sha256=c3fV0UYviUsMMeglQ1JY9zX05WEA-SbgnlV374dJAF8,6483
django/contrib/admindocs/locale/br/LC_MESSAGES/django.mo,sha256=8029wSDy7kheDBPvIpK45xCJSeCLyG8kbrDdEnA-fzg,862
django/contrib/admindocs/locale/br/LC_MESSAGES/django.po,sha256=4GBBhARK29n9jB8EVmBKRnEbkZ-VTVJSor8FFqmkBuY,4741
django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo,sha256=Z7t4krefESrVZZh_9H1rXOtedlXacmYwZ9xgbQuzCkY,1909
django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po,sha256=fQgoU52l9axWOFUwQW97qFiy6Uaujkw1V0WKdqE09-A,5218
django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo,sha256=cW60feChvBkP7YH4YYq53YgHRFP1CnMGQBa8vDcfNYo,6681
django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po,sha256=dICu7QOSKI83D9uG2yjvTAmcWC9hgpCtoSraY-xGmwk,7337
django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo,sha256=xguvpfTZxeKNUXhl2e9NBSQdFNiHpdrWrkTqcsGJbzs,6783
django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po,sha256=QaJnZrPndMiKARQUqLvY4HS42eTEsg7xvPyt1Oe6yRo,7334
django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo,sha256=OpI-UhESKJfz2RjyS1b9GyFP79_MKLKU4Qh8jf6u9UY,5560
django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po,sha256=gtar_5ni-zGE38J3iHA2zWErT3wTC7I7vmw3nruxwkw,6692
django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo,sha256=4sFYLx_KaADuAvM3Dt-9UGjih72em3Z22mSl3RC_YV8,6641
django/contrib/admindocs/locale/da/LC_MESSAGES/django.po,sha256=TaS8zebFAuSskeGKSszyQ3E7uflksDKl0-T9T9bUpsE,7234
django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo,sha256=KqBwZYD-WLKSSSPhfHSbyIZP9sMXTqgl7OYoj0C9V-M,6768
django/contrib/admindocs/locale/de/LC_MESSAGES/django.po,sha256=4Zb7-UDIcZFSGx-p_qjUqYmh3ZDLvYejar09_p33eYM,7269
django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.mo,sha256=NgA1NFEj8YUWT-MJ16KQifP4JBAJEZX18wP9JsT6RE4,7017
django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.po,sha256=zTjXFPyGggnkc6xS90UU3BXnQFDZzx-wN9c_BJoGADE,7484
django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo,sha256=UNI4nIUZ5zP9YyOORUD_7u__q7myn_R-wn-iuCkMZQ4,8812
django/contrib/admindocs/locale/el/LC_MESSAGES/django.po,sha256=8wfYFFxu-YUhMIf0y_jhGVXCubwXI1rYjfxcb1tfRzg,9462
django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356
django/contrib/admindocs/locale/en/LC_MESSAGES/django.po,sha256=nR84XXUZlLxu-CriBHo6ljWVqGmeARQvZVvyIIF6JHY,10680
django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.mo,sha256=BQ54LF9Tx88m-pG_QVz_nm_vqvoy6pVJzL8urSO4l1Q,486
django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.po,sha256=ho7s1uKEs9FGooyZBurvSjvFz1gDSX6R4G2ZKpF1c9Q,5070
django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo,sha256=Z4Sdx27OVNq6j7G4H9bKxXGxUyjAq3IxqTabUYhlj4c,2007
django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po,sha256=yzpY5UpTQ613D4Kdj5D3QCHJSmKnnvNpXY5bAs9zmog,5167
django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo,sha256=qSjQIrbEHIVMIW1n9nB30x0ZlVC0NsSoa3YWMmEgzR0,6589
django/contrib/admindocs/locale/eo/LC_MESSAGES/django.po,sha256=YXaHfia3dMGGx0P2G81vg-EPAaG8ZXUMwBaqgzZxc5g,7066
django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo,sha256=UCyPQGDu2ALZi8ZLpNIXCqCBJ4O2Rvh1CiQ0aOUAkJ8,6673
django/contrib/admindocs/locale/es/LC_MESSAGES/django.po,sha256=S4u09iD_P8b-VMknWB0QtN_7OFGfh7_PFLzPMyI9lnc,7524
django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo,sha256=KqeYSO4uJmyX3g_HVF8LiUwU36uLD0-tsOsodm7WGXA,6852
django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po,sha256=fb-ydAqkK7XdIRxC2NC8m6xWfH8zA6i46ys5sMR7C4Y,7397
django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.mo,sha256=bjdbTPc0Tq_auYt7Na7N8ckTGX1r7TI04EIb2-9LLLY,6628
django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.po,sha256=jG3LC1KiMT5tV3rnqLp11Pic59u4yFL9UVkpnq4p7j0,7211
django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo,sha256=bygK-V6TJTy181jpD47IoygSnOKw0L1856k-0Y6UGoo,2033
django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po,sha256=sbMVFXyPW0wkk4bM6Su1CqW9IY5HoJNsQQzXY19qboM,5240
django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.mo,sha256=suIAEUcHzymbvoQBKtywxpL_g4XRmInPg2rZy2WjFrM,6663
django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.po,sha256=AoZwb0zyMrdIO2tlUcpOjhgJyELJ1ao4qIJYNB7tlYA,7201
django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo,sha256=5gD0k7ih6C6SCchzlsiqraspuUfUm6bWp5SSngLo1UM,6603
django/contrib/admindocs/locale/et/LC_MESSAGES/django.po,sha256=we-DR1v0lkUiVPffzFwuhNgfJpbFlboSkZphXrDf4_8,7199
django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo,sha256=Rc9WryTo5RUuFEMgx11oDFnlACO_4JdRMe7WfkrqJR0,4997
django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po,sha256=UdFdBpv5sYsY1FRcGcbeoVf7ZQDiGucja3JWNMrXmrM,6413
django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo,sha256=fT_jg0MK-irvhijj-kRWBloRnCUG7y7Rru51wLUFLRw,7700
django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po,sha256=NrKNmuK7Gwsx_16fZ_UJ2MrH8Jloeyx8KMz48QMMpTM,8388
django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo,sha256=NHckKZy-5HL4M8BYxEO-OS99Jx_cUJ_wm-qn-pYdHxs,6413
django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po,sha256=sxlfA7eo02YE-m9NS3Y8Tna96EeGwFsguH9tmq_3ev0,6945
django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo,sha256=95UVZFVT_2lzvvUmjfYJgOeBVcSQxQiN3gV_NZ5X89A,6971
django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po,sha256=O_4ApTwBXCdjMaXZCOQ9Gv-O8e-5RVVUsKPvYcP8c9E,7482
django/contrib/admindocs/locale/fy/LC_MESSAGES/django.mo,sha256=_xVO-FkPPoTla_R0CzktpRuafD9fuIP_G5N-Q08PxNg,476
django/contrib/admindocs/locale/fy/LC_MESSAGES/django.po,sha256=b3CRH9bSUl_jjb9s51RlvFXp3bmsmuxTfN_MTmIIVNA,5060
django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo,sha256=Ly5aJaJSq0TqxHfe2GmPmmPadzdwlEzhNS-juak_jWw,2104
django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po,sha256=4fyWTfeoFrEyoGYqdH49Oy93ED4j35onRn4oi-nvFQc,5304
django/contrib/admindocs/locale/gd/LC_MESSAGES/django.mo,sha256=MF5bS0LFOglS1hsu1kIgdAKqUoqS4_6PjRkkJqybJ-M,7156
django/contrib/admindocs/locale/gd/LC_MESSAGES/django.po,sha256=Ne3-J3SumCtAyzKSWjjFZvDZU0ljxHEo80MfabZ6TFg,7627
django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo,sha256=kgg_x8M6V6rMPGKQH4g-w3m544yB4I2B1HFaJgu1tv4,2449
django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po,sha256=qhal1KIQaABbac9y3-Ycj7N82a0fkfrKHViQJBt_nQ4,5369
django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo,sha256=7_gfp485Z6XxaBSqIaBkEKcP9BVU8J98f2C61wRF8f0,6912
django/contrib/admindocs/locale/he/LC_MESSAGES/django.po,sha256=CudE6fYq91LrFkPmyltZJ5_mm8BUZP3mlQtFtKQ2MEw,7408
django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo,sha256=GUXNLXXqWFMn8L0rz8JFmd_yopgLxlXmhGZ229Cm1WI,2537
django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po,sha256=hHc5T1AZyiXNkzGjk51TKKuzGHlpcAwvWqnDYehB2oY,5735
django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo,sha256=rIcIDxjtQWS2rT3AOIdcnPBMGaxqrBFv6eoRDB39C7U,2550
django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po,sha256=B6ViWxvIg810DzDSTq2ASltRSpjMIEr3YW_puHyDK3U,5403
django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.mo,sha256=f6gS1l4jZwl9xYeKmGsBAK0ACVv04y2m03rOLbP9DqE,6978
django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.po,sha256=VtkmCfvNGnri5eIpDTg6cvx7wuw76gUbC4QzZECaGfA,7448
django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo,sha256=Vzih_n2-aVAwnAEbd4-oU7WxFSeLUtv1COmydXcayZE,6849
django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po,sha256=LpR3V4Z8UwLaGr_Nu5aH9LqEeSoFP7EZu9hAfbgxZOA,7374
django/contrib/admindocs/locale/ia/LC_MESSAGES/django.mo,sha256=bfO6Rj59dxVTNBLIyJxpFnhUbjwq2KW8kmKckDq3vrg,2038
django/contrib/admindocs/locale/ia/LC_MESSAGES/django.po,sha256=BBoIzSg4hxPYUfnEs1NMfqXBwV7TNHf1MZKX7q-qu04,5195
django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo,sha256=tvMFLtBRmTr4DHMS9jPRLu6jJ_m1xTH37JWVreCgOFw,6367
django/contrib/admindocs/locale/id/LC_MESSAGES/django.po,sha256=c8oBuuFQ6n8b8OrPB-kxY34Pi7W08qvEBymkNtDvFcA,6989
django/contrib/admindocs/locale/io/LC_MESSAGES/django.mo,sha256=5t9Vurrh6hGqKohwsZIoveGeYCsUvRBRMz9M7k9XYY8,464
django/contrib/admindocs/locale/io/LC_MESSAGES/django.po,sha256=SVZZEmaS1WbXFRlLLGg5bzUe09pXR23TeJtHUbhyl0w,5048
django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo,sha256=GSjSCfbK2hnpydENW9dR3UnDe7pQ_FiGuQpAa15qHD0,2015
django/contrib/admindocs/locale/is/LC_MESSAGES/django.po,sha256=KNXmEUXiSKQAz62LkUTHtKDy57gAyFKUaunMV4LIEM8,5221
django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo,sha256=3gpj5HDxoBpmBg5l9y2Y0DYFMeoYzVpxKtVIGvL-4Vs,6650
django/contrib/admindocs/locale/it/LC_MESSAGES/django.po,sha256=0z5xuWcWWeTCSq0xu_sZPjCLsrkWlkLqfBh9PPQ0oNc,7314
django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo,sha256=Ps1sZs8Ub-ntdf1hd5qt_fAQlM4XF4JacrztE-DMSB4,7584
django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po,sha256=RWtDIBb9FEttevKpQqNk8uvgVZBjnjSbl9LxsFAmL6Y,8132
django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo,sha256=Hfud02-U9agwSiyrpSMxP4MhYK8MFFKEkd9J4pmczFw,4624
django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po,sha256=AO82N0gb9w5-6lO9iQP63_SogngDqJqEGbhsrHBJBHo,6999
django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo,sha256=OxpBdJiEJ7UdGa1jHLmlwAOg3H97_6v0e-vyv82f9B0,1816
django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po,sha256=vw6SoMLxyb5lP8rQmbSf_iBYCQKDXHELvvcb3ldZWYY,5275
django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo,sha256=2RVtZl7SFwPuiDD0nk1rag849Bfp5xAwCLwoJm0jyXM,1586
django/contrib/admindocs/locale/km/LC_MESSAGES/django.po,sha256=F-a40tfAX2AxjS1JGfmoIrwUc-SyAufb2jEHSPtwtOY,5160
django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo,sha256=ohJnBKshzM43-7VpXE9m5yE9n0b0qqf7raX68BtJsoI,1876
django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po,sha256=hNjzkUKzDd31e8LdkzKKZVtSRRhRtTnCR4orkwb1EY8,5403
django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo,sha256=PZXBAdKoBwMz2YhQIwA9OoDdzCO1Y-Ugj4KZ6lVGXic,6767
django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po,sha256=5nqX3KgU_6-KuiWIm7tv0QjkVBJuOJBUWkP8icLLHh0,7336
django/contrib/admindocs/locale/lb/LC_MESSAGES/django.mo,sha256=N0hKFuAdDIq5clRKZirGh4_YDLsxi1PSX3DVe_CZe4k,474
django/contrib/admindocs/locale/lb/LC_MESSAGES/django.po,sha256=B46-wRHMKUMcbvMCdojOCxqIVL5qVEh4Czo20Qgz6oU,5058
django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo,sha256=xbxtGi75io7ULQzFstBrlPDuqTfgqs1Oc2g-R8aIdP4,6862
django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po,sha256=4KuGG3QiUsto44haov1Mhl4TsCD-1GYjKiKq2rCh_Iw,7551
django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo,sha256=xgwjypDGGsUx2D1UOL5HSkHbJZU92jJqcwPzdqTthyU,2480
django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po,sha256=iy0eIvIi8kblSF3GYdw2Ya1IS85Zn2ohcWUhyeXp2CA,5215
django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo,sha256=XThTRHtYe2DHDNdbTZL8MgSaVmuuwJsKg9E045EHDaU,8257
django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po,sha256=cEcwszjufM9EJReF4aK2uzKI7mLX8uTh40fIpBo7jKE,9001
django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo,sha256=e3dgHbIhrP-VYsMkfxDm-4mchE3g4_yGJcpoWTNM-kU,2974
django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po,sha256=1cmZDaceCmH-UHS8ZET1BOnfxbSaAzhDK6DQf3qIH4Y,6178
django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo,sha256=2kpTlI3KSPH77_8lkZ9horbkbD5m0hKr_fw4kW4Q_go,7629
django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po,sha256=7kpdK7vsluVO8xPDlFqNlB6s4fR-fy0Msx_HTUYYcpM,8443
django/contrib/admindocs/locale/mr/LC_MESSAGES/django.mo,sha256=LDGC7YRyVBU50W-iH0MuESunlRXrNfNjwjXRCBdfFVg,468
django/contrib/admindocs/locale/mr/LC_MESSAGES/django.po,sha256=5cUgPltXyS2Z0kIKF5ER8f5DuBhwmAINJQyfHj652d0,5052
django/contrib/admindocs/locale/my/LC_MESSAGES/django.mo,sha256=BOPxZEpCB-FWOUxKEs9VG6HMxly6yATwmBfGHC2ntOo,1721
django/contrib/admindocs/locale/my/LC_MESSAGES/django.po,sha256=jL8HnXghbwtqi4eRpXNVwPyGKYJwQDgb9Y4opI8cMa4,5305
django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo,sha256=A8T8McqLoqSmU3BL4uKG1bhhQ0XXhq83WjzCM9cfKA0,6513
django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po,sha256=jLK6rdM2gG2Rmt4S1fJ3nGYbR46To3LErhxrglNBM1c,7087
django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo,sha256=LLSvtyQfCcsnPk-erdxcAFoOK7F3OGWUviz0fAMhI3I,1697
django/contrib/admindocs/locale/ne/LC_MESSAGES/django.po,sha256=ZhyH1bEgG6GFLJSr2jdn3dmaKE7fjhCvUlRa9VIZDk4,5222
django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo,sha256=M6o4Dz1dhO8y5jdJuXw9eI1IZYNZXh415o4GkCclz_k,6349
django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po,sha256=cbQgaMiki9Ouzur74VJGoyYqRIsC7Xib4muuSN8UhHc,6999
django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo,sha256=1hUnEEFSzjinkpt5IDsgTkDntBD1sxuBgFpLz5Ios_k,1835
django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po,sha256=oO-UfGhcliz64jXGNqfYfyMmNY0aI_V2ktnS4n8gsoc,5144
django/contrib/admindocs/locale/os/LC_MESSAGES/django.mo,sha256=ynanw8Z60O--2qOTflXjQlLuVUwRvnNr-MRdhb1XNPc,2253
django/contrib/admindocs/locale/os/LC_MESSAGES/django.po,sha256=jZ9g7oazWxrvVSBjsnQoYk7SW1wV4OQgHMLauZm7npk,5413
django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo,sha256=vAhNS5lppcyUfOPj9oNGA9Hi63HvLQKcTFUQtLkOkVQ,1378
django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po,sha256=ZzyedI2DPH3bZkIiKIjvhYpPmpRQJLdhrxWIAEPFnb0,5064
django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo,sha256=Jf6IZwNUbWqeWLbEvPrDJkQzfjsSP8OOS14UhKyJ5VY,6604
django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po,sha256=2SXn82uzsxARZSdgqpjCDpCXcN1xlrd2nqbkKrG0UYA,7358
django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo,sha256=pbc5xvEXeG-9EslgES0eNaDrdTgal7y7_WrHCNtjK2I,6566
django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po,sha256=3vhblfzXDGvy1RZpDMGAwH2Mbf3VDpdXa8fjSY6j90g,7191
django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo,sha256=ZXkBfRbB3bhlQAk68855jEWpRxT_nGKcIYl6pfMoVaU,6794
django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po,sha256=xNcPdKncRDdkJKtSlrk0ztggJTTw2vgVpq2HhZ-6Dbk,7590
django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo,sha256=gL3NuAPpVITI3A0K83rD2fbPUwk_vZ0SUlxjGgf_IxE,6773
django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po,sha256=B0B3tEcRM0MXqm830PLvh6cUQkJ2LIlYcMMn9rIAqxE,7517
django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo,sha256=NcxntS3s1D4siutKKUIXYUZdJqjZKhtHo2wRT7qlSu4,8780
django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po,sha256=BLu9NBANxFLJasKla3S6mKgp_bdljVdJwnBPA0s4LMM,9426
django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo,sha256=zorELs-mGxibctYB_K2E9ass_p-j-lU8Rw1987c0lOM,3768
django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po,sha256=mnHc3WB0SNEfLKYreWEXDIXnbKH-boy3DzGsXAznzxM,5967
django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo,sha256=fuVlA0_cv2bve2hGcDUf65bjVYWNcy4hfCc5UY-tSVE,6508
django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po,sha256=yMYuYDVE3v49NFVAnt9tBzF4cUvdG59CshTvNHqB22g,7105
django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo,sha256=0rwd0HBrypmBV0zxU5UBgEwdmRN_xk8RMBTE0IGvlPM,6574
django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po,sha256=v9qEXBj3HzRx5fIKCTHoc1h7jo1Y_d_SY3hBWswrzQI,7198
django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo,sha256=DvlAwq6swoHL_TbPkaSjD4txEmk3Q0aRs3RFngKbCxA,2426
django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po,sha256=fCAJ5r9Dg2oNFZYp1W9_9o8qLMJ_9tq29o8y2yMjr1k,5623
django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=zkr-fTno6UAThIaJ5jYjPvRRegbCKDSAeUPIUz42p-k,2115
django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po,sha256=oUrTqXbUvu_hyyyyfimxJ1jDhc8DGrVIptKt9d3GPa4,5312
django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo,sha256=3i9gfcH9kOy-lJ0U9PEM0VjA2jZrUv3aHCIPf-MwtRM,5819
django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po,sha256=goRi-mVfL4-lj2NL-dTZQJAg-eNC7E10Va43Gz-kJjg,6851
django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo,sha256=j_wS7ZwvRz86AHUJHxMaQ1KGfYWGTaSwDZ6Ol_B_Znc,1994
django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po,sha256=hwbgBgWtjl7XSmBKi1gF5RcMxIGh143iN6wkikBP8U8,5104
django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo,sha256=QAkhWFz8wk64rnBAUebyrc13g6mlIypJ3ZoSmy3xbrs,1804
django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po,sha256=4UKCI-7oB-8Xj5CCJI8bhDlWEuQZIbhOZsg00fI0X2I,5375
django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo,sha256=QZyx1bcii9ea9XLHoBrzHsgZRX_ilbYn7UNEzHV0pbg,1794
django/contrib/admindocs/locale/te/LC_MESSAGES/django.po,sha256=1npjFx2s-lOEPtS_Oyeadk6tIzqs96RGy9PeD--klbU,5382
django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo,sha256=97cxCOB3BRu3UMj0E52YzD6oQ8Dkd3ZhTof1pd46GN8,2474
django/contrib/admindocs/locale/th/LC_MESSAGES/django.po,sha256=ldWc39bpZJ6th5L6dG7pPmJMKjgRTl8tB6_6i3t0wOQ,5672
django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo,sha256=WUWDwgqN3lO4-uXIWO218-49jSCSjWAhn_6Acb-ycNg,6808
django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po,sha256=xxMOi_ZDPqvuh0yYhJXbXZr7O8RMek1kPFTbOsVfz2Y,7407
django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo,sha256=kDlU0s6G4kEU5mo-UMKu_fOslpCzQSzxDzz9jaC9RSU,2056
django/contrib/admindocs/locale/tt/LC_MESSAGES/django.po,sha256=dqPVyXEIj4q4craH-TM8o7Cp1lC6fDfq0yjdPRfM5hY,5365
django/contrib/admindocs/locale/udm/LC_MESSAGES/django.mo,sha256=hwDLYgadsKrQEPi9HiuMWF6jiiYUSy4y-7PVNJMaNpY,618
django/contrib/admindocs/locale/udm/LC_MESSAGES/django.po,sha256=29fpfn4p8KxxrBdg4QB0GW_l8genZVV0kYi50zO-qKs,5099
django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo,sha256=tKNOrcVVjlp0a-urNM8YDOwj8d87LwEsLV7V3__KtRw,8342
django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po,sha256=6Bph0frA01L-KE36x6AOQpa3EcKGwMfqSXu60szDfUM,9125
django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo,sha256=5pv_imsWrcTXeHUpWRDyreHle61hcdCE35KNe4z4Qqk,2018
django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po,sha256=gxxu1iGrGrOlOp7-Tj9v2lpyuO6bjkAYde7oqqo6gSk,5327
django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo,sha256=cB7KUvYSWIfKL29VOxpvSAEc9UqCCSqDg7zn0yUm1xg,1508
django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po,sha256=uw5rdJ4ky52o-Shy94DUvdwoYIRuzZHnKXaxWykwbn4,5035
django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=tczRGdGq12nSrrTmx6jqWzPk_xSmXhh2HNJCuRQXMgE,6291
django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.po,sha256=FQPl-s3pN4vTTw-Q3hYmXqWjvSgO6V9Tyd9-RNaGWKc,6931
django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=Pp3U4uDdbFznmMZxHpKygAhHH3ktqwYr1aVfggn5FF0,4899
django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.po,sha256=OaDYrOPsWx1NvhUS8gDrSsK9WNdfhqNkunk0Ybi2TiM,6311
django/contrib/admindocs/templates/admin_doc/bookmarklets.html,sha256=KbUjr9cygmTvlCiilIGvDTvLuYDdvi4HqzLLK_UBAHw,1333
django/contrib/admindocs/templates/admin_doc/index.html,sha256=o1Z-Z6Dx8jzLwjihNnhROUOUKK_ILALjWGlMYz4U8u8,1313
django/contrib/admindocs/templates/admin_doc/missing_docutils.html,sha256=LA8fyI_q_kRmE0e99XgiIDry3GRQ7ZjAu9EYBuCLT3Q,734
django/contrib/admindocs/templates/admin_doc/model_detail.html,sha256=OfrSMc1vE_qItQrHO6GBBkwlhOQKex03ogvJJSyr2Jg,1824
django/contrib/admindocs/templates/admin_doc/model_index.html,sha256=ow10WgNZUa6fUCp23ZmvR-kVdYUL29i3HBJ_iwlezfw,1322
django/contrib/admindocs/templates/admin_doc/template_detail.html,sha256=xN-QihBsDVvpAI3C219Q__FMijnxw8j-wevYkk_mxMQ,995
django/contrib/admindocs/templates/admin_doc/template_filter_index.html,sha256=PAzC_vpGSddmcza2UXWRuoSkhd0YVYiK_EEtP3eWJQo,1751
django/contrib/admindocs/templates/admin_doc/template_tag_index.html,sha256=hmLoj_nh53MVJdnqrrlIg36rgSXj4k0IlimMSsQQmVE,1707
django/contrib/admindocs/templates/admin_doc/view_detail.html,sha256=4mNkUt1_Q8ZGsvsZ1XMirPWNzJyptYMXZVIdPo9UVMc,896
django/contrib/admindocs/templates/admin_doc/view_index.html,sha256=McuormWD-bVpIiSbnRvy09A-AURhMJeEhy9YX-kbzfs,1684
django/contrib/auth/__init__.py,sha256=vV3h0lWsXtORh-k6S0eWRcZ3vmMsT8bTU7OTcXL-_Ko,9067
django/contrib/auth/admin.py,sha256=YowjN38Wut6vg2myudwEHVSLzYS30PAUrhNbHBREtIg,8989
django/contrib/auth/apps.py,sha256=wMQCq7DP451Xr5A2AM7rWQuYGmPsDKb7cb0_lVHlBWQ,702
django/contrib/auth/backends.py,sha256=nArzA06Ml-Aln-SPTkT3QxM-8qpuIxDRUb1c4SdRDw4,6724
django/contrib/auth/base_user.py,sha256=cgRw-1BT6CA051S3L6r1KlvRwa4R7NHwDZNPdMC2D-s,4973
django/contrib/auth/checks.py,sha256=5lBaRFChgoM1TQdyBExQBBHYhch-4FMnhiNGhNkFZsc,6420
django/contrib/auth/common-passwords.txt.gz,sha256=EQsJeKUVEhNdKz_y83Tyip8sTs6R2eIKEAZpfmI66LE,3876
django/contrib/auth/context_processors.py,sha256=sOcqB6tpw_sFbogKbGIVUIKMMuEwOY4-rfJ31ArXT0w,1939
django/contrib/auth/decorators.py,sha256=Sx6jOH_K0tsxarfqD9YiHskPaF4ZY8jTkPiteJDDMhE,3047
django/contrib/auth/forms.py,sha256=OQOkbBYwkYCnEQ7946DvLjHV_h4ktZdxUR-iXDeV7Zo,14958
django/contrib/auth/hashers.py,sha256=Xh-P3KRatIxKal8YynVKN4TwligNbRixHUMJGpCzZ5Y,22352
django/contrib/auth/middleware.py,sha256=qOqemnLNBIfHh_OIHhFIj90T0R3tQQ7nTq2pS69OHu4,5877
django/contrib/auth/mixins.py,sha256=tiYYTxkKVHZBENAJ4fPcBV4Z2pDG5OVI5i5KRCRGW78,4085
django/contrib/auth/models.py,sha256=jJoxzduk2Aqi_2HEmg08NNx2fwBxJcgmx7E4bGt5Pt0,15001
django/contrib/auth/password_validation.py,sha256=sihi7j3xlIGf76NKlIgkF4de_hx7WSOORrlgJKolWpo,7728
django/contrib/auth/signals.py,sha256=_QNYY-RzkwTvY3FRo01AW1S-D9l8lVb3ebt6F1GBfMU,227
django/contrib/auth/tokens.py,sha256=HQuE6PzQrXYqRwi8dS_yRDW8XW5nBuL6voVVgEK1CNI,2862
django/contrib/auth/urls.py,sha256=97N9tuF4jjJV9r0qNRbs95txZlbqmzUdq7wOZO44aSo,1140
django/contrib/auth/validators.py,sha256=sE1nK5wfsvPCx99MI4_VQ1MI7ebyt-dILMq1FtLBukE,760
django/contrib/auth/views.py,sha256=NXwGj5q8oRDS9yoDvDAI2qhlz9CmG6BdNCPY9GxiWJk,23150
django/contrib/auth/handlers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/auth/handlers/modwsgi.py,sha256=pShXqasbyRcRWXmRl_8IkcmxAmC98bjjBxSL2IPLxJI,1303
django/contrib/auth/locale/af/LC_MESSAGES/django.mo,sha256=R9Em-ZW_Yj9Af3GRwdIXa-BbhZ_crNA3CYmLJMreCTE,649
django/contrib/auth/locale/af/LC_MESSAGES/django.po,sha256=xaSPO9ojNCftR-n3eLD4gKzongYHr87hpqQk7ov9hYM,4892
django/contrib/auth/locale/ar/LC_MESSAGES/django.mo,sha256=T-gr7qPOHx0j7pueJwHj28yPyXKxWumGRCwkjuN87ds,9089
django/contrib/auth/locale/ar/LC_MESSAGES/django.po,sha256=BAenbYyjYEX1blTxQfHf3QSYtSWD95rjPKSvVsGuQWI,9996
django/contrib/auth/locale/ast/LC_MESSAGES/django.mo,sha256=hifXpzOF6TmAQoA0WVaVfZx-eGFLVze4DoPvmMjp4VM,2250
django/contrib/auth/locale/ast/LC_MESSAGES/django.po,sha256=J5AEjf8FdZxJx-B7cK9V7AEVYFfOXcIE5iBZAlVNLQo,5453
django/contrib/auth/locale/az/LC_MESSAGES/django.mo,sha256=ZwJOA0AEe_YrmUL9IydcYdSXVc65rejABEJL_ZwwWFo,5856
django/contrib/auth/locale/az/LC_MESSAGES/django.po,sha256=2p9Ly2urRqL_T7w2Xh-oCHmQcWq4yPufYogjh7m2uac,6838
django/contrib/auth/locale/be/LC_MESSAGES/django.mo,sha256=UU37UbftCNZkvGtV5ywEBUBpFTFIYhZ41jq1rxpbnk4,10028
django/contrib/auth/locale/be/LC_MESSAGES/django.po,sha256=9awfHthi59wwIbpq4ZUPU74k-WiisYZ1-TYm3EWexe0,10303
django/contrib/auth/locale/bg/LC_MESSAGES/django.mo,sha256=cWcezEJgIRK75koci4CwbWsM3djt4zo1WHGCyYNJjpo,9216
django/contrib/auth/locale/bg/LC_MESSAGES/django.po,sha256=Sdl1FJCHeQk7tuJjhOHMwKPFOur5vNDO_hVhY5ZUuzk,9810
django/contrib/auth/locale/bn/LC_MESSAGES/django.mo,sha256=QkV0Y27DEOAGxDL2tATaAoLS0WrtF7336AjHGh5FatE,5455
django/contrib/auth/locale/bn/LC_MESSAGES/django.po,sha256=WGRP9Xh1w6x_svtubQSkghXnozqeNDL-7zQLyL2ucBA,7684
django/contrib/auth/locale/br/LC_MESSAGES/django.mo,sha256=3vh34jUyC2d_VnVBwCAHpmIPVqzq7vKEmDHluidwvdg,1144
django/contrib/auth/locale/br/LC_MESSAGES/django.po,sha256=peJw7KHL8o3FkJsZdutmO3vSBXUyfVt40YJnK1BY4Dg,5064
django/contrib/auth/locale/bs/LC_MESSAGES/django.mo,sha256=5AvPt6VRkqGoxTx5fq4Z6lWbxNqjG0aENbsdvn9Zv4o,2963
django/contrib/auth/locale/bs/LC_MESSAGES/django.po,sha256=G6wZNJP37Fceqyw1o8I1U5VAjrShgXjVX6He6jDNGy0,5806
django/contrib/auth/locale/ca/LC_MESSAGES/django.mo,sha256=9RzbjiqanUxHln0uO7RVj2UTV2-JRraPXY5e9OPbwuQ,7662
django/contrib/auth/locale/ca/LC_MESSAGES/django.po,sha256=h7CQweSjp7BSF0pPpXFPA9PD3BPADFsPEPQ0CyCIlnE,7993
django/contrib/auth/locale/cs/LC_MESSAGES/django.mo,sha256=4uz8VcgqRPGoPMJam68DdYPEGZZDcPEt8dYbTuiPCvU,7663
django/contrib/auth/locale/cs/LC_MESSAGES/django.po,sha256=sX28uo9MOrYP-X5bPiZaCg-_t-y37BRbhp7HKdZ1bzg,8045
django/contrib/auth/locale/cy/LC_MESSAGES/django.mo,sha256=HkfGVou68OVGd7PYP1UEZ-EybRaqTk-n2hUisvAJ5Vk,4338
django/contrib/auth/locale/cy/LC_MESSAGES/django.po,sha256=wKycP9BEd0bPObqmw7e-36eWIqQiBNceuS_NcspJxsE,6366
django/contrib/auth/locale/da/LC_MESSAGES/django.mo,sha256=2mrRJmeeYPnAclCvNPZjTlfkAfJOA5c49rTePyycr14,7472
django/contrib/auth/locale/da/LC_MESSAGES/django.po,sha256=Ho07WTC_9V5Zv_9F0NOvf0HnP4MjXL3_N4qHYdNBzKY,7788
django/contrib/auth/locale/de/LC_MESSAGES/django.mo,sha256=ceF1P0Ow3pf1CoFWGG1gq3xqYJF6bcbFwVcJHrH8LJ8,7551
django/contrib/auth/locale/de/LC_MESSAGES/django.po,sha256=z-aRI_JOCi9Zlapw7VS7aT0comB7Yi9IjimUuSAUtpQ,7959
django/contrib/auth/locale/dsb/LC_MESSAGES/django.mo,sha256=fEK-3onviZREb70EcaRMB25M6MeaO2wrqY7djt9ZkrI,8115
django/contrib/auth/locale/dsb/LC_MESSAGES/django.po,sha256=IRl2uw6zFP-oDfDzPYkPuq3fTtP1lbulWhFfthPyork,8367
django/contrib/auth/locale/el/LC_MESSAGES/django.mo,sha256=ADY1fIgKdPlcT0ks2cj2Kvr7UJlomSvPrPrCMSEO5fs,10178
django/contrib/auth/locale/el/LC_MESSAGES/django.po,sha256=WOkVVsSc1OSrl1B5N4KyNbvwyWAZR5Ex2K1hd4cpgg0,10697
django/contrib/auth/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356
django/contrib/auth/locale/en/LC_MESSAGES/django.po,sha256=dy7dZmo-sOUvpRaou0jKlJ7f_t1Qg38_eoklQ5tX_Fs,7884
django/contrib/auth/locale/en_AU/LC_MESSAGES/django.mo,sha256=i7ppjyVdEKfKAzdANy_k_bik0_EdOtGhoUk8YBhYv20,3650
django/contrib/auth/locale/en_AU/LC_MESSAGES/django.po,sha256=yFQmiYU6v2EtSK1L14qql1fqxJLEQBGsODsNewVPnos,5934
django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo,sha256=JlKozg8PSsinAN0vpnIrYE6F0q313bmLH1hcgw2ysvc,3179
django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po,sha256=DEX6wsQV7Z5TxDpTK4Nxv9ARUt-yX9FjHw9rsG8735s,5800
django/contrib/auth/locale/eo/LC_MESSAGES/django.mo,sha256=d4I8BGWIqVctIuISe7AZaWA2RN1iAedNJ1ZWUnAoQ0s,7373
django/contrib/auth/locale/eo/LC_MESSAGES/django.po,sha256=x_mShMybg_J6limdpwbeo4Kg5pBbJkPo25wyL--bWK0,7645
django/contrib/auth/locale/es/LC_MESSAGES/django.mo,sha256=2e1JmweClC3YBmNQCC1heti6364PVyOFyAy6waK-IaA,7757
django/contrib/auth/locale/es/LC_MESSAGES/django.po,sha256=A7griCPbt032zmr1N9SRnSrsiSUbAPvp58_g4KlU_ZA,8365
django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo,sha256=78nivkzvC0mbNOcURkWjTFihbL0xm7Aw5L0siUTPWX0,7940
django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po,sha256=dLdY1AtegPCuH0Ey6pnzZT4Bgj_UY3kVpl53sEJmkRE,8169
django/contrib/auth/locale/es_CO/LC_MESSAGES/django.mo,sha256=epJdvA7VT_Jo9B443W2xDw0f-Wz4EjHBnv3zGMk5ArM,6884
django/contrib/auth/locale/es_CO/LC_MESSAGES/django.po,sha256=gNy2sNMmwPLkdPDjdhukxQLmaSokSZIhKl6cUB4o4Ek,7911
django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo,sha256=dNIbTCUiX1Ef0X1v2BNmVpzOzH_pggQP6u5CA-KuBzU,7887
django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po,sha256=iOC4ydTUtBxoBuFt7YTs_HIjze6Gr87JhWjC0Yr9Y4M,8120
django/contrib/auth/locale/es_VE/LC_MESSAGES/django.mo,sha256=nLqlXG789aiMMt6EazOZncnbyW4Bz2Mxh6j5JoFIdMM,7762
django/contrib/auth/locale/es_VE/LC_MESSAGES/django.po,sha256=_5ldqp2Y1I4pnI8Z0Jfyv7zEYI_8GhVpoBKBG6m4hKE,8024
django/contrib/auth/locale/et/LC_MESSAGES/django.mo,sha256=dJVnUBpcbpDtTA672ZPXUG4vmVTpXPcdZ1ovuOeWEWg,7440
django/contrib/auth/locale/et/LC_MESSAGES/django.po,sha256=8442YWe3phCjXIAoFylJN9Ir5u4m6RnkrGxqaHG436I,7848
django/contrib/auth/locale/eu/LC_MESSAGES/django.mo,sha256=x-3IW-cM9S6pJ6_4pf6c6k2PplJ8V8RNQ8wi0y9qgaA,5329
django/contrib/auth/locale/eu/LC_MESSAGES/django.po,sha256=oBEG7-B8LJ-YJgo-bf3W1JPCC5UnmklmAQmHsCA5AFs,6870
django/contrib/auth/locale/fa/LC_MESSAGES/django.mo,sha256=kWNB1gkoqlMo2PIDdcIoQU9YErHpbWWM47TAY5vh5tE,8704
django/contrib/auth/locale/fa/LC_MESSAGES/django.po,sha256=edcBLP8rOaMqCYG5vEjNwr0TyR3dbGRmJYysy4oZMYw,9053
django/contrib/auth/locale/fi/LC_MESSAGES/django.mo,sha256=tGVSLv_XiQbL6enygiegGTGwfoViLJ1tirg88dSEhYM,7534
django/contrib/auth/locale/fi/LC_MESSAGES/django.po,sha256=Poyci6xGUl-3EF7ETpgtnkTMIoTym4vQslcJ_YFy8HM,7842
django/contrib/auth/locale/fr/LC_MESSAGES/django.mo,sha256=C0bi120qQBPCWBUbUCd3YTGafQmPHLjvM_z0RS9UqlQ,8134
django/contrib/auth/locale/fr/LC_MESSAGES/django.po,sha256=E7SOnH3oTW781KVh_Ui1ACM979cCC_oWLVvKsyFexgg,8472
django/contrib/auth/locale/fy/LC_MESSAGES/django.mo,sha256=95N-77SHF0AzQEer5LuBKu5n5oWf3pbH6_hQGvDrlP4,476
django/contrib/auth/locale/fy/LC_MESSAGES/django.po,sha256=8XOzOFx-WerF7whzTie03hgO-dkbUFZneyrpZtat5JY,3704
django/contrib/auth/locale/ga/LC_MESSAGES/django.mo,sha256=z81kICw9lzZTUBg3N0Bq-mfB8Rwg-vUZbxogpzPReCs,3572
django/contrib/auth/locale/ga/LC_MESSAGES/django.po,sha256=pAU5O6J3qbZWHXdzLjJd2LgR8Mn5VhA3B5q8Hntx6VI,6140
django/contrib/auth/locale/gd/LC_MESSAGES/django.mo,sha256=J4jnLsviOH2yWiY7ENnd8UBwCSTnBr3MP1-z6cArVus,8740
django/contrib/auth/locale/gd/LC_MESSAGES/django.po,sha256=Tsv0uep_cibsd257J_ffWZ2Dh6UfxuZ0nKC4c5qODcc,9041
django/contrib/auth/locale/gl/LC_MESSAGES/django.mo,sha256=pa34XFIjumhy1im_en2ltSyCGHmFpmWJRpMBZY4dMKk,3891
django/contrib/auth/locale/gl/LC_MESSAGES/django.po,sha256=lgK1eN6xaj4NvSlqGkBv_uCoPYgiPixp8XZ4vdp1dME,6312
django/contrib/auth/locale/he/LC_MESSAGES/django.mo,sha256=1dh-Za36gout4iAxtoJjWJV8VXwv7FLU70fcYfgnnjE,8195
django/contrib/auth/locale/he/LC_MESSAGES/django.po,sha256=3hwDjNWU3tnQp5gj6vnqHPq7tC97UusH5ixIt0SMK-0,8460
django/contrib/auth/locale/hi/LC_MESSAGES/django.mo,sha256=-lAy2PBlFKZ_lZhV_MK3r3OS5Fktv5n-vQE4eHVd5Wk,5364
django/contrib/auth/locale/hi/LC_MESSAGES/django.po,sha256=-ENAoov1qzAlga-JiKUpI6TnlJiwQu6zaxyVe98LRMU,7782
django/contrib/auth/locale/hr/LC_MESSAGES/django.mo,sha256=vVRtioiecX6Fn_AFb2PuEWHGrhurP_L6u1-pAgUzNQQ,6243
django/contrib/auth/locale/hr/LC_MESSAGES/django.po,sha256=vKkKZQ9MMFEg7mB-Wf_fvn2Vwt1wEIqcIovUPoIy1_0,7557
django/contrib/auth/locale/hsb/LC_MESSAGES/django.mo,sha256=_h17hUklN_njdpgq3_TiHONYZC-Pl-FBq1ElU-1GgP4,7955
django/contrib/auth/locale/hsb/LC_MESSAGES/django.po,sha256=6x979CVC7j2cmV13HIbwJ3khH08dblJWAHPMSQpb-Pc,8201
django/contrib/auth/locale/hu/LC_MESSAGES/django.mo,sha256=04L5wL8DGin8x6wCwYySYTHtvfm95vVzmul0BzLuxOU,7711
django/contrib/auth/locale/hu/LC_MESSAGES/django.po,sha256=acYIkyYvvRLy8pcAH0lo5oLFbml9Q3PFCbjjCnDB4es,8044
django/contrib/auth/locale/ia/LC_MESSAGES/django.mo,sha256=UQKQox3I5wHSeMMueJDon5kEEVGisNiLLIMV2c-TTQU,3314
django/contrib/auth/locale/ia/LC_MESSAGES/django.po,sha256=rSzLnvW3urFuTI7xInNrpFQ9Tz2j7aZY8neayiNA8UY,5894
django/contrib/auth/locale/id/LC_MESSAGES/django.mo,sha256=B20B53zKto5LOuRO-eS7tPEkZXh_xId4hFAyI1Dog94,7243
django/contrib/auth/locale/id/LC_MESSAGES/django.po,sha256=5vnRJeknb3x-gcuZmbvm5Rk-r1GroDfjB90FpOHkq4I,7590
django/contrib/auth/locale/io/LC_MESSAGES/django.mo,sha256=YwAS3aWljAGXWcBhGU_GLVuGJbHJnGY8kUCE89CPdks,464
django/contrib/auth/locale/io/LC_MESSAGES/django.po,sha256=W36JXuA1HQ72LspixRxeuvxogVxtk7ZBbT0VWI38_oM,3692
django/contrib/auth/locale/is/LC_MESSAGES/django.mo,sha256=_kS_kTlfXEtYHfdkmjxH3B7gMfrzSIiDv2cVQ8kiO6g,7561
django/contrib/auth/locale/is/LC_MESSAGES/django.po,sha256=jY1Ls7KYZQ7G6NE8abuo8HLpS0sNiPRdYATqtN8pUpo,7909
django/contrib/auth/locale/it/LC_MESSAGES/django.mo,sha256=rS7Co0Y1nnHv8YQQ-cG8R5jJWt4TQ9KEfV3MFLF8ITo,7586
django/contrib/auth/locale/it/LC_MESSAGES/django.po,sha256=cMWukLpphJKPcENkzhWowYXlKn9H4I-HrxsfQlrEkOs,8068
django/contrib/auth/locale/ja/LC_MESSAGES/django.mo,sha256=AWr52hXprVM3ySqWK7gsep-0pfTuaqZhn20KlepmO1s,8056
django/contrib/auth/locale/ja/LC_MESSAGES/django.po,sha256=x5EkJNIPhY7bqFFgfObvY1P9wOWaip1AFZWbjIX89L0,8241
django/contrib/auth/locale/ka/LC_MESSAGES/django.mo,sha256=HXny5kSwueaZDeLHvnN6utKr_rG3bXEMur0YuTuQ4lk,7469
django/contrib/auth/locale/ka/LC_MESSAGES/django.po,sha256=gUXq42QFvzEDdVf4n3BSt9kIDldR2YXmZaqHfn-Mr3M,9155
django/contrib/auth/locale/kk/LC_MESSAGES/django.mo,sha256=leH2ac5tKBa3OcFHUA3Q5i12omhGJNerfFRI6-4uSgM,3578
django/contrib/auth/locale/kk/LC_MESSAGES/django.po,sha256=AOmPunEpCkgLWS0htlJ-6FfNdZXkvQp2S1cJkV-5i3c,6342
django/contrib/auth/locale/km/LC_MESSAGES/django.mo,sha256=cFKFGp-8GVaGJSn0S1cX2axxvjmpWhj0KPwINOBh7T8,2609
django/contrib/auth/locale/km/LC_MESSAGES/django.po,sha256=5-G4UUvwPG9mq3HHjQtxDNyx6w0yd6Elx6LwngEWV2Y,5986
django/contrib/auth/locale/kn/LC_MESSAGES/django.mo,sha256=6vmuvm-H6ciqxr5G0oudIg9Z2HRIOCIQFbDjfVH9eac,4024
django/contrib/auth/locale/kn/LC_MESSAGES/django.po,sha256=VT4yo5CwmGY7sC5tAABV1r3X6b3WtTLryWuPzjUUEmA,6964
django/contrib/auth/locale/ko/LC_MESSAGES/django.mo,sha256=xDKVZtgufEZL_8pgKucvNcGS8lYo7ULu1Db0a6KtKbw,7656
django/contrib/auth/locale/ko/LC_MESSAGES/django.po,sha256=q6zazB7GFaFzesxTe0usyBD6Jb3nP_BQPo_JZCzr4S8,8160
django/contrib/auth/locale/lb/LC_MESSAGES/django.mo,sha256=OFhpMA1ZXhrs5fwZPO5IjubvWDiju4wfwWiV94SFkiA,474
django/contrib/auth/locale/lb/LC_MESSAGES/django.po,sha256=dOfY9HjTfMQ0nkRYumw_3ZaywbUrTgT-oTXAnrRyfxo,3702
django/contrib/auth/locale/lt/LC_MESSAGES/django.mo,sha256=b4EjFt1oooA2QMyW35EyrXX1hLKQVJwXUVHkPcWa9_g,7951
django/contrib/auth/locale/lt/LC_MESSAGES/django.po,sha256=MfhmHfNSJhJ5RGIVRfHl0g80MAg-Em-WJpJG0YJ--1g,8395
django/contrib/auth/locale/lv/LC_MESSAGES/django.mo,sha256=M5ErDDKXSPU6CA9nvqHQI62WEqjXwdcrTtp1asTPCJk,7533
django/contrib/auth/locale/lv/LC_MESSAGES/django.po,sha256=G7SJb6miOzuWIwJDm4Rs1nuaWVOHt8UJOwaRNMsHiPA,7821
django/contrib/auth/locale/mk/LC_MESSAGES/django.mo,sha256=hfK8ae_4ysr1C0jx4CXc_DsfzCxrwaCzKtCq45xzdtA,9528
django/contrib/auth/locale/mk/LC_MESSAGES/django.po,sha256=tVihq7zuLdwgInDgi8xsKdva5IBAlPyslrAS0AvyY6s,10025
django/contrib/auth/locale/ml/LC_MESSAGES/django.mo,sha256=eNsvFgF9a0X_nGm1gfp_qhww0bmCZd04aVLSmPZXyu0,13010
django/contrib/auth/locale/ml/LC_MESSAGES/django.po,sha256=ZKiW6y-HYKdyYX-ul_xiS186C3pwdwW2Y6Sw1_pU0iY,13309
django/contrib/auth/locale/mn/LC_MESSAGES/django.mo,sha256=IDk8jeHx_7jmD79PqzSG5kuOXFX4knztwN8BFJ6PJWI,5980
django/contrib/auth/locale/mn/LC_MESSAGES/django.po,sha256=ArmXguAEp4B80jyLoUXtEyu1ZRnPamcqMZMiFaWCDkw,7939
django/contrib/auth/locale/mr/LC_MESSAGES/django.mo,sha256=zGuqUTqcWZZn8lZY56lf5tB0_lELn7Dd0Gj78wwO5T4,468
django/contrib/auth/locale/mr/LC_MESSAGES/django.po,sha256=yLW9WuaBHqdp9PXoDEw7c05Vt0oOtlks5TS8oxYPAO8,3696
django/contrib/auth/locale/my/LC_MESSAGES/django.mo,sha256=aNjTLr6YsS5PSCRhdSowKOnoUQbUuI-AzERik4OqAXI,1026
django/contrib/auth/locale/my/LC_MESSAGES/django.po,sha256=r8V5vn4QaEyf3HLExDqBR9fzS-_Dd4qmx35U98QluSA,5143
django/contrib/auth/locale/nb/LC_MESSAGES/django.mo,sha256=zLRuk2IljLgM8Gho3o-yM5M3TrdPn_vV_GQIie9ZkfQ,7241
django/contrib/auth/locale/nb/LC_MESSAGES/django.po,sha256=Z1Qqmp7QB-hFd5f-L2QG2Jz7KVFitNrdVgr6AYWSWOU,7563
django/contrib/auth/locale/ne/LC_MESSAGES/django.mo,sha256=fKaSmDHKYOvlaRbPwkDrmtB29RpXOlvGCBzfutdXoq8,6446
django/contrib/auth/locale/ne/LC_MESSAGES/django.po,sha256=-_co-zHyv3_4lo5OE-hViqZUbAqo0RKaKuCmvJMlNRs,8036
django/contrib/auth/locale/nl/LC_MESSAGES/django.mo,sha256=xmad2uPpU0eruuirPbFq_PDccS7TieaRYucl8la8vaI,7529
django/contrib/auth/locale/nl/LC_MESSAGES/django.po,sha256=vbikYGl4R3fLCmk2hu8J5NpXeOkbvGssivbXjkzNxmE,8172
django/contrib/auth/locale/nn/LC_MESSAGES/django.mo,sha256=R-l5bmAPpLTy2PvPluKCRD1WVaBS7kIx6rhOZiA9bAo,2801
django/contrib/auth/locale/nn/LC_MESSAGES/django.po,sha256=Jn7R-f3myuiQubYtVl68ZWGBa6YoucPLSNtr3jX2-Yc,5603
django/contrib/auth/locale/os/LC_MESSAGES/django.mo,sha256=PGKx-Z2bcv4kQS0zaayqUTGcPheGcyraRZjNq28jgo8,4434
django/contrib/auth/locale/os/LC_MESSAGES/django.po,sha256=mLKQUdjgeA394LlSZqnDxCzW3YeAgX3Iwp5vHrUhsbI,6728
django/contrib/auth/locale/pa/LC_MESSAGES/django.mo,sha256=yJMTxZJHkhxBNPIJ3JZeuQZByJn6kLzJwhKI73lmz8Y,3666
django/contrib/auth/locale/pa/LC_MESSAGES/django.po,sha256=l1GEJ1Us1U8oOA8Jn29SYMS94JSOBbExGJ_xXNbtMkI,6489
django/contrib/auth/locale/pl/LC_MESSAGES/django.mo,sha256=boHhMY5GI4EyUCDtt8t_TiUBy3DLTlSRmjLYH_Ygk_o,7949
django/contrib/auth/locale/pl/LC_MESSAGES/django.po,sha256=kpeP7dLThgER_j-nLZsCflFS77RcLD6emxpuUeT7QNU,8632
django/contrib/auth/locale/pt/LC_MESSAGES/django.mo,sha256=k49BqnrnambsJLMYorYtM6y188KUs3IRfsPleJLebUY,6931
django/contrib/auth/locale/pt/LC_MESSAGES/django.po,sha256=8fsUI1BcjSLWXFA65ESnQbWa_wu59J6aYIV5Dkw6PC8,7744
django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo,sha256=dIhUK-EhGAwA4xHESbYzv_9yrH-uX5-Qc3H_a4Zurpk,7594
django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po,sha256=zvx6RLXYGsA_P9e4ygqzYni_4GpilXJX9t3PHufLl4E,8367
django/contrib/auth/locale/ro/LC_MESSAGES/django.mo,sha256=cLr-Chz9Zlf7JCuhQDeasXpyrG1-q4_bnBBG4vHeENQ,7066
django/contrib/auth/locale/ro/LC_MESSAGES/django.po,sha256=eTJhU-tiEf5-frEPHttW9RcI0Re2JdtvQyBDM75oTK0,7978
django/contrib/auth/locale/ru/LC_MESSAGES/django.mo,sha256=mAs6ilMsvpk5OKWMLp1Sw3rchUhBYsUXYictiiDMhEM,10515
django/contrib/auth/locale/ru/LC_MESSAGES/django.po,sha256=TXMPVgSyKmCdUuwR4fo-R9QtOaGiolG6Sefdb0flbA8,10950
django/contrib/auth/locale/sk/LC_MESSAGES/django.mo,sha256=mBJnhkGTrJ6dP8bCIje--2n2UikrFdgCJ6biWr1otVM,3921
django/contrib/auth/locale/sk/LC_MESSAGES/django.po,sha256=N8F1xuvD85Jt-IUeaQQpCMGas1zRG3vq9RkmCSAlomA,6251
django/contrib/auth/locale/sl/LC_MESSAGES/django.mo,sha256=kjJ9kgIGVkZf_4BN8lnnbbMkE2RmYf_KwXbKeWMYEwA,7596
django/contrib/auth/locale/sl/LC_MESSAGES/django.po,sha256=tQbgWRqz0j_uc19CF4ZMMUqGDEGx3EJgjZlpavSbF4U,7985
django/contrib/auth/locale/sq/LC_MESSAGES/django.mo,sha256=mCA2bo295FJj1WSUx5-mEzgvU5CrqQFo4AaEbwKRE1M,6940
django/contrib/auth/locale/sq/LC_MESSAGES/django.po,sha256=pS7TgW3v_QpPOmtXcCbWk3JIwBQmtCnL32c-JEAWbaU,7710
django/contrib/auth/locale/sr/LC_MESSAGES/django.mo,sha256=R5gdl0uY8HnwN-_KVeobdbxNiW13SrvMyrqbnILsu3Q,3984
django/contrib/auth/locale/sr/LC_MESSAGES/django.po,sha256=cOJp1xQxol2N0_26caCEVP88-SCT4HF-EoyFWI72hPY,6635
django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=n-UBr6yQxHcaCFoKmC2Vrvox5kK6DwR1eWs32pkQn0I,3291
django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po,sha256=2fdc0kMjlNOcY6EB-AcJBDjRCN3-tkJiWqjymxDAeKc,5945
django/contrib/auth/locale/sv/LC_MESSAGES/django.mo,sha256=tVZVB89fZW5e76tb2CqlcOPehCODCjpYGZe2_NH4FxM,7467
django/contrib/auth/locale/sv/LC_MESSAGES/django.po,sha256=y0GYA_r3RNwazoNiPo9iaQ0A7CWeJqWY2iwc427ojqQ,7964
django/contrib/auth/locale/sw/LC_MESSAGES/django.mo,sha256=2KcNIinZpz4UicQPdZD0SibHRZDx0mwwdAYz76iRVfw,5359
django/contrib/auth/locale/sw/LC_MESSAGES/django.po,sha256=YBLqU8Fdhig7_EQnuqkQeLrf9urNJ-ypQ5e02k982WU,6638
django/contrib/auth/locale/ta/LC_MESSAGES/django.mo,sha256=eyCmAf-RhsdMngoRZj0njJRvYwWIJFh6VLCzTgCPsWM,2679
django/contrib/auth/locale/ta/LC_MESSAGES/django.po,sha256=mNFPkw4qzr2waH3Mgt0XUbv3ISuUzIWQidOXQbCeH9I,6082
django/contrib/auth/locale/te/LC_MESSAGES/django.mo,sha256=lT4_bdIchxvZ-GXnMQvCMN6e0a4gWE_3oj0S0x8ZO2g,2955
django/contrib/auth/locale/te/LC_MESSAGES/django.po,sha256=wsEI00ni2orKfnOc6Mb24HZaqrCRoRYjw3R9tMtM0TI,6280
django/contrib/auth/locale/th/LC_MESSAGES/django.mo,sha256=lLKqYC7RkQgpnaqorvj7H6fO03u373qsZhd6hroh4PY,6000
django/contrib/auth/locale/th/LC_MESSAGES/django.po,sha256=BD4ugXFxtK3cbfQsq1FeqVUjUdzelRl7a-fXd9-O4Ns,7914
django/contrib/auth/locale/tr/LC_MESSAGES/django.mo,sha256=yvQNwj_htnfCnorE6wuURNgN4t__JTeuk6p8oGaDc5Q,7503
django/contrib/auth/locale/tr/LC_MESSAGES/django.po,sha256=26jUnMmllgBbeArf39ouQa3gmGA7gHALdig-_kWrxq4,8048
django/contrib/auth/locale/tt/LC_MESSAGES/django.mo,sha256=Peo-F1P8av3FiQxTGEO-H0oPMIMK3whN85n8MQAzTp4,1371
django/contrib/auth/locale/tt/LC_MESSAGES/django.po,sha256=QZBES9ems7UmWH4RLlF414dLMZcykrelZnLQsS2Vb1I,5235
django/contrib/auth/locale/udm/LC_MESSAGES/django.mo,sha256=zey19UQmS79AJFxHGrOziExPDDpJ1AbUegbCRm0x0hM,462
django/contrib/auth/locale/udm/LC_MESSAGES/django.po,sha256=gLVgaMGg0GA3Tey1_nWIjV1lnM7czLC0XR9NFBgL2Zk,3690
django/contrib/auth/locale/uk/LC_MESSAGES/django.mo,sha256=TR92Mu49zwSyvOvOBz9lbnBG-oYmu6lWoyk2cboRVUs,9659
django/contrib/auth/locale/uk/LC_MESSAGES/django.po,sha256=TdQUFL_eYgikL07Fvqqc6tLKT6phDwNjUdsAfZWQlGc,10238
django/contrib/auth/locale/ur/LC_MESSAGES/django.mo,sha256=QxxMkPoUVUlpEDooaUm_nvexgKSbW1jeAMnFwTEm6hU,698
django/contrib/auth/locale/ur/LC_MESSAGES/django.po,sha256=461ybQvLvc3eZ9Mwsw-MPCDHyB9rc0_ICleVXoBMZE4,4938
django/contrib/auth/locale/vi/LC_MESSAGES/django.mo,sha256=yACN5ZrvokQdRFVB4zLeCfh29Kvz26L7rqjlKiL5Jo8,4703
django/contrib/auth/locale/vi/LC_MESSAGES/django.po,sha256=GqfKC-vho4sDwMwaSCSLcnUK_F7Xytd6YiRIGx1Gih0,6736
django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=MGJ41JKY7ftZJnK_CQlHOQsYNWAEiP5eqQmEuJFPiy0,6806
django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.po,sha256=nLZPt3I4i9x5k6-mSTMC2MrlndaJH__OqZ0TweUQ1Xk,7257
django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=B8jw4RJOg2xi3jpgWoolSB-1kbECy8_jBdweRsPgAYY,6746
django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.po,sha256=myC1coV-t-LziX7qwuJY8Aj1rRT4E6uo_KCWkmRXUVY,7140
django/contrib/auth/management/__init__.py,sha256=VsLWmeTQMACnZ6jNO3Th--V2OrLZaaqtY-Uw-bVt1W8,5023
django/contrib/auth/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/auth/management/commands/changepassword.py,sha256=c9B0l6MSA2zh72Gm8rW8myfciSpG6rwMpIMJ-k6Iy2I,2677
django/contrib/auth/management/commands/createsuperuser.py,sha256=RckysKszaoUrQV0enUt_R7j-zp4v-R1EJuF2ebhjdwI,8709
django/contrib/auth/migrations/0001_initial.py,sha256=-PbwSEoUgn4vzOkldZErDkGppPUV9lvmX5HVxa2UB9U,5133
django/contrib/auth/migrations/0002_alter_permission_name_max_length.py,sha256=Qq5tDqOkapcTDFfXhqCzKshF_Xk6hL4v87LwIPLDrtg,412
django/contrib/auth/migrations/0003_alter_user_email_max_length.py,sha256=ULCdaDdLjerUxGyG1nIVYhWB6PFLFA6oyrdFTzzh_do,454
django/contrib/auth/migrations/0004_alter_user_username_opts.py,sha256=HXgxGnxVmKcV-zN3EVRhlfiUbLI76CysHG9uo8ZCin8,931
django/contrib/auth/migrations/0005_alter_user_last_login_null.py,sha256=ZPbywvnQv2LjPrkYgTbXAgAXsRTiT_SU9BIyHQlOc2U,446
django/contrib/auth/migrations/0006_require_contenttypes_0002.py,sha256=VY1HrqmfqwJhuip8emRPJt2Tmtqe17OjjmhgDhyglUY,435
django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py,sha256=4FpuZy_otsL1NKB9XspUgI_6B1bNohblBN0YoyvcBI0,886
django/contrib/auth/migrations/0008_alter_user_username_max_length.py,sha256=bsVD2uom3fO8K8NMo5grIQc7kVOpyTixl0zLuCU6BcU,898
django/contrib/auth/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/auth/templates/auth/widgets/read_only_password_hash.html,sha256=p0VYeFp0gp-uki7-CKiUa09pJl7hl3vrOIaS1MJHI5w,177
django/contrib/auth/templates/registration/password_reset_subject.txt,sha256=j8rO05woNdwv8-_F6EMy6FTZGMf-Dp9usdUJXSZHs7Q,124
django/contrib/auth/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/auth/tests/utils.py,sha256=au-7UAues-McCR6Ua_ztfc8zOav6twFTLouJxjupUtc,482
django/contrib/contenttypes/__init__.py,sha256=OVcoCHYF9hFs-AnFfg2tjmdetuqx9-Zhi9pdGPAgwH4,75
django/contrib/contenttypes/admin.py,sha256=opOiLiya8ZUz8hVyplTOp0okoQtjIZVt8iJZFVfK3Ao,5253
django/contrib/contenttypes/apps.py,sha256=zH6gCJhCHMK_U148Ka3E_50CU9j47lHA1Zioux_wkx4,693
django/contrib/contenttypes/checks.py,sha256=cJj8mlVuYvg89xUv5ahut7CL56mJqsYbFMXVJKZh_k8,656
django/contrib/contenttypes/fields.py,sha256=716voh7UqBaV-oY6KcmlcnSnnxmUwJbWRGq_aSpoueE,26120
django/contrib/contenttypes/forms.py,sha256=7ZSIUpjPVv67y8rQroF25mRO7rhlHhsyNNMUN1OVnKQ,3620
django/contrib/contenttypes/models.py,sha256=Ml9bsPF9DQg4jmeVvoUIGtt8Lxg6VDDCDeeR_2tp_8A,6730
django/contrib/contenttypes/views.py,sha256=hgUY6tr4nAPcGlYzAPSxRWodp7BgwNE_eSrXzu527d8,3689
django/contrib/contenttypes/locale/af/LC_MESSAGES/django.mo,sha256=CeuKxmXn3PSw7eh7O_0bC4NUBVmOhdDcOsnsYycLD44,470
django/contrib/contenttypes/locale/af/LC_MESSAGES/django.po,sha256=dnZ6zKmthl5qt6fhnexYool7hu1YdO8TQj5tPLC6q10,985
django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo,sha256=LqOjd6gikkhuJzNN0WWpTT_4Y5r0prnp2wabG0yFRJk,1259
django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.po,sha256=vfkD6kKIesg9szDYlGsjLyDDJHCUWpjh5b3u7YnTJiQ,1504
django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.mo,sha256=YDGgo7UvNjL8SXjesGbbdmIT4MlB94NHfUu3Mibd_Gs,643
django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.po,sha256=jsWKthVmy5wHbf21od0SeSTJo-xJ44Gx369eIPitvis,1088
django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo,sha256=Yc9rottefEWjSdtVAC5POFKrnqKBqoMZEnY6QIcGsSg,1101
django/contrib/contenttypes/locale/az/LC_MESSAGES/django.po,sha256=vZtFp_zI1kZRePw8ad1ni4qywh8jOfdB2F8AoWHww7c,1314
django/contrib/contenttypes/locale/be/LC_MESSAGES/django.mo,sha256=m-s70OW4ZDLY9V0qVfPQogXNC9CVt7CidmjqKmLPdRU,1394
django/contrib/contenttypes/locale/be/LC_MESSAGES/django.po,sha256=VgFEQq1exZMQ-94EUDNkw3RrRF8R49q1GHP_6BBvCSk,1575
django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo,sha256=xIn-2ZpXUyai1YFpXj-RQynnresX-gsgCTFmDAx_xzc,1267
django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.po,sha256=1tMJh1LnxtFqFsMv81hIq43LDl0fRRP2JeLAhzBMj4s,1576
django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo,sha256=gd4GYQU_GK0QxZnugxeR8cKYe1Nmt9udVmEtcDlWHuo,1201
django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.po,sha256=s25go1I0vHlustEH-UNBzx4J59Cftw2tvSgLAcYy3Kw,1491
django/contrib/contenttypes/locale/br/LC_MESSAGES/django.mo,sha256=rvGRznrZFfJMa6J5btjn8KusuGfyf5enHi5riU3PkeE,466
django/contrib/contenttypes/locale/br/LC_MESSAGES/django.po,sha256=-XOhrrNUB3sVOViU-XWriDZM_kDHcx9Ofq3d6GXP5tw,981
django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo,sha256=i7iN1cT_AxEoNqPhGV6i_Dfx7ybk1y8y1OZJWsYzTZE,700
django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.po,sha256=8v4FCmI4G9EM7HppFCGQzSVsyvGz8f7zsDaQrTUKMac,1151
django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo,sha256=B4W23cgcuBurFLgYgWZB-46kwW1x2O_5qGzO3CEXJBM,1134
django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.po,sha256=QCq24mhq-MfBz0UT4DkLthKoI0A2dRjDW7_fcEvGFVM,1360
django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo,sha256=0MVWUw22r_qcOF_tp6Mf6wbTxxrYKaSXdPLNJ1vyKcg,1089
django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.po,sha256=-X5GOdU6sZB-eZGs6nnBAAm49LSqDq1kWrMOkeMSCfc,1306
django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo,sha256=ChYEzYgtzw7c4zVVWZORtWwna6LbGU5YBOGvQ2EbrLc,1159
django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.po,sha256=i_iz2zxEZNNbTjhYctzbqTWCXvq0mCrecG3ouiE0egQ,1385
django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo,sha256=0NjJayuuEKTggl_VfjRRjP9Po71-Pk4__d0HcnLDp9Y,1081
django/contrib/contenttypes/locale/da/LC_MESSAGES/django.po,sha256=AJE5DqLntX8m_77LgHdepCsk6okLlimO1ig6lG9XFVc,1346
django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo,sha256=R4cMUz4DcPyrNrGn1h0AcZmGNI1IQqlxE2xQirBZhTI,1092
django/contrib/contenttypes/locale/de/LC_MESSAGES/django.po,sha256=p2JDkCW_y3qQDOg3immwQgSR8dE9c5KYj3c3LS9pqWo,1299
django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.mo,sha256=9rDrKX6wFab9M8WoGnKnpOqQK40YokhCQH_ulstbbgs,1169
django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.po,sha256=YaIZJy_4-fNLWroSaGIAgtjQdXjhBPKCwA5i3Z--Obc,1346
django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo,sha256=J0g8GDBO00c_T8WX2q1p3b9goioAQuFtpk5UmJl4Hjs,1323
django/contrib/contenttypes/locale/el/LC_MESSAGES/django.po,sha256=z5wcWMLoeZDLKczm8NzBTgHaLpx5_5QHCXkE8eqaKTY,1634
django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356
django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po,sha256=ENzOpatkejwQ6F1IwZAYsMWNGtTHAVPlKCKcVrTygSI,1106
django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.mo,sha256=dTndJxA-F1IE_nMUOtf1sRr7Kq2s_8yjgKk6mkWkVu4,486
django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.po,sha256=wmxyIJtz628AbsxgkB-MjdImcIJWhcW7NV3tWbDpedg,1001
django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo,sha256=lAkp7ZIRFOdoLb1vNPnLp2j7bQqKOVd6jcbdoBa0Szo,1053
django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.po,sha256=-5IL3k4sR4j3KOctr15-5QTQ4_PldhbN_5hSjBywtSA,1298
django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo,sha256=HGvR7llxpgjJ8GAC4Qt741MYnLP5cDJon6mPtxzLXIc,1087
django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.po,sha256=QUW25Lw3YaDVMgOCzqgmQUDXQMJ3u7OMbwIcp651mJY,1279
django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo,sha256=mTNj44lxbOgN-y16Btpe7FIA-Xv9BvCQAynRTGvnhfo,1142
django/contrib/contenttypes/locale/es/LC_MESSAGES/django.po,sha256=mX4ws8ZhWgC6c-0Mzyp4M4qyYPHBpNM8OdCw6g_HT0E,1417
django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo,sha256=gR0_XJ0yBS_vQ8U5C1ctfBXTFWvMDWpJReEEZ2sxERw,1121
django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.po,sha256=wusx3bioH5eQhHssrZHQvpuFew6oZdBcjzdokf7SD0o,1328
django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.mo,sha256=CqecLl415xKNpEjOIeLxMUj3l7zJYqTlqFXskQZszHY,1158
django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.po,sha256=RFrtZeAiwjFrerp9x4hErNYgy4K7zfYqSJb8EIznvtI,1338
django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo,sha256=vj3Tkt3MuJV_HXOmyLM3nZfkN8e23R5l_hNeq7WLLKA,1109
django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.po,sha256=6AkdgkJmY4_OQPpkfe1-UzGH8q7oKpm70kzfpd2COl0,1331
django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.mo,sha256=VprCEI0VvH9iTP86Tu8o0KPb94k1wJOZp5JkbFdxb-U,1152
django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.po,sha256=10SG-ghdAV95DrF5ulXA_oiu-3XXf1T1Ajv-WEV0jXU,1342
django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo,sha256=dZ-jq9EUGj8QigeuLo9UvNdvX-yKArJziQOdaDh6Dg0,1066
django/contrib/contenttypes/locale/et/LC_MESSAGES/django.po,sha256=Lx-ze8865ZSJvIDAOZN7GlT1WBG54bqn9PstyMOW8Qw,1323
django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo,sha256=BKe2Or2TNDEb6FH5wotCnLi-ho9WsTmToKhSSIDQ6N4,1077
django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.po,sha256=8AmH5LOrH5I5Q4_FHqigXK7eoQvNMURfW1U1PVDtE7I,1344
django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo,sha256=GVSjYXIL3JNJB7mx2gpZecBjUOLEqUcFNA__K3qNDr4,1165
django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.po,sha256=q9vgz_K812xre9Obng20pv3sjBeysbhkljAOhsd2gdI,1421
django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo,sha256=zvmmEC6yuuLPzu9HZrRAk4NT7DgLWeaTb7cxbprTV74,1073
django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.po,sha256=6hxRfiN2R3wiuN8W94BoCYrQjbgoh8Kzji_QCxyWvqg,1316
django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo,sha256=7fC-aeeujf5BUq4L5Xxmpg1RoB278IYr3BQlTzUaaY4,1112
django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.po,sha256=7oc101FgvlfT18SQRCvcuKKaGlLBCwI2IiWQ02f_k4A,1367
django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476
django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.po,sha256=SB07aEGG7n4oX_5rqHB6OnjpK_K0KwFM7YxaWYNpB_4,991
django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo,sha256=WffGg3a8wAlRLZU2KcOnUrTESdsjQeEI9z_viB-42Z0,1083
django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.po,sha256=JgbInwKwLGBjqa3zNjsIkJAemxazMgDfhkGigADZSho,1335
django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.mo,sha256=FQj_HORRkGpMFEp-L-uU_bG0tkswcZ0iSnVQ7GFVCEg,1191
django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.po,sha256=arLepN6jc3_t1rKBH4Gn5sveYRazgwM3RKY9Jqt9NJ8,1346
django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo,sha256=qsM4kKTloaYPOt_Z5qLVyPgxNGrjCV_pVIDUDIj3JjU,1072
django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.po,sha256=YtBhJs1TyoKxSdUWc2ERTcs4qwxrJ6rSumrCUvbhk5s,1364
django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo,sha256=sHKGI4wWXgdlWwc9nAjjXYlY5672dJSMJzUYFTABEPQ,1162
django/contrib/contenttypes/locale/he/LC_MESSAGES/django.po,sha256=1Y5JkHQt2mrRpxzKMCW5iIvjqdAiRfcX-oGVzLJRYnc,1380
django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo,sha256=Eb7KPMGhzVu4YU22XNfrBeQ5csWAWN1jr5ooq4JqV88,1321
django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.po,sha256=nW9g6EbfFViVy_rqyrgKjIGgJtK0QQmE08LB-OSqgwY,1577
django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo,sha256=FycYdcJzBj95rRvCFhT_jcdM_d5rSJdtMBPmNhDSf2k,1167
django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.po,sha256=iz4At78065QnhnlNIUlSFEQK4mqM-1vwouOd87U37yA,1445
django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.mo,sha256=kRzB9nMuyOmlZG2DmpxN1c70-_4fp5ZRl7oaXCG6jlQ,1143
django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.po,sha256=SXN9MqwSvFLklInPEmhNL-xJbgcoaIQSSKW8Ro1dgrw,1320
django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo,sha256=-9qQXQpj736TCTN2reg3ymZrdBBSW_x1HVtUQXBCVGU,1113
django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.po,sha256=wPlUtB2RCyrLGE1a8gDUODy6sOG66WG9F-6O0HzVuCk,1346
django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.mo,sha256=aUUcXVQtwAt3WLrw6lSkjv_B-7VaVGX0SRog3v08BJ0,1079
django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.po,sha256=-dl2Jz1qMxYgpunQxjqgTiOe8ydKh_MrUFw-weba1dg,1288
django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo,sha256=PlTvGRay8foQTX0BQsI-qJ7DPnKqpIO0lUS3oCP-sUY,1066
django/contrib/contenttypes/locale/id/LC_MESSAGES/django.po,sha256=wx92jGxHdVQvls-dQ4PH0FgiEm5k07tqR0GatJU2DlA,1374
django/contrib/contenttypes/locale/io/LC_MESSAGES/django.mo,sha256=rbdf_LdrndVeAXTP_T1j6X4UgyapAwPZEcoUMI_vFpE,1051
django/contrib/contenttypes/locale/io/LC_MESSAGES/django.po,sha256=DgIhE81jVviAenqR9O9dCyhHzWJmnT6AjYHOq4Y56pE,1266
django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo,sha256=JASoDJnWqJWKH9GnhZtBFnm3IW8bTD3G5-hpGDP4mV4,1086
django/contrib/contenttypes/locale/is/LC_MESSAGES/django.po,sha256=cuzGQ5bNUF8I2lyUea2g0UhENYbUiuAbEv-WYVJPYaM,1351
django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo,sha256=tB_xn41je5SD679HVUy2yJ_RxKuLYcUkOVC-3Pyods4,1098
django/contrib/contenttypes/locale/it/LC_MESSAGES/django.po,sha256=nBDzkdBhs9ih0J55ntBDZSpUjYC7KMxqKvZQEI7wfR4,1391
django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo,sha256=Aphbz9EJCyQ48uYUFNE1u1bEJu-c7M9CJyRYlqaE2bk,1239
django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.po,sha256=XIm06g6Ldwk5pSnYWw4p8xsDEHVOwqyNiBY4o8oplKA,1469
django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo,sha256=pFGTVvAvIgO9Epnyj0PzS-bCPXMna_SJONwz_IOH5iY,1429
django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.po,sha256=MqbYRGInVbp02Tn7fS3JfZIRid6ywVO_wJnWK9spg94,1649
django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.mo,sha256=SZmQD1HRnudkKvOv-Bf_v5AanXDN0E04bjAOeeGtbMc,663
django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.po,sha256=__PQlo_FAKk0dIjlXSmC2n9O7OzbxSkW_6YxNVXO3Ws,1125
django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo,sha256=m7u2Ci3SROuN7l-QnMm7hrJ6BsH5LFnA_NQFcAvQ-zE,678
django/contrib/contenttypes/locale/km/LC_MESSAGES/django.po,sha256=MsDQwcJlWk3PsC-BijUdML72h_M2MP_ERgZk4Q4oyZ0,1123
django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo,sha256=r12RknLKgMaqUOPPGa_rWGw3gGBiBHdNqVOJtcOSTwA,714
django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.po,sha256=OGnfXYO7UgdAC3s753x8YQLWmtAxfJZd_Wcyx3_6ikg,1162
django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo,sha256=S3ns_fXQ9j9pZVjmfN_oycrlXqlaN4bjUcSvrPkWF_I,1127
django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.po,sha256=tzp3jDB2FUIYS9eGnyDyqN3sn6hq68W_muz55qJlVrA,1341
django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474
django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.po,sha256=dwVKpCRYmXTD9h69v5ivkZe-yFtvdZNZ3VfuyIl4olY,989
django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo,sha256=QwHLCZmGv1OD88vAcJtEuHuMPfNaUm1ruenYHF5CPg4,1147
django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.po,sha256=eixY9fvnWbvhkyFbC5oGiHiM7UeXRvJVuIplUv-69wo,1417
django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo,sha256=skjFbeEefeOCma6ILU2VAoI0YCkHsYQxDqH_2d1Q8Vw,1090
django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.po,sha256=YguXCoeKjiepsIoWFhAXuXBnquSxhzwydGOoe-4xcrE,1299
django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo,sha256=e0sTuU9-G4Cv1XDKmGYXCPSPqGE9HAgfOKCyxY5vwpk,1258
django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.po,sha256=zSlh4hM2fTrNCWrLrVHrDZ3nbsqETYAiKzo3qKQ3Wuo,1534
django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo,sha256=Psu2o2-czNQLNl_XWr4jhTkuuq-uVBaDTGZ5E4AToAU,1378
django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.po,sha256=uiTOZhvpuxdddBG7oxM1Uz1lBekop7NiQMXzNOfe70s,1634
django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo,sha256=yyr_vxrUVWTr9LG1tOihM6Bv4PYsRCnb24tgSBNTUs0,1246
django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.po,sha256=qkzk7D4kTfxdzdnwhe4c_Qa7JdlQY9AnIzGboiLTR2E,1522
django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.mo,sha256=2Z5jaGJzpiJTCnhCk8ulCDeAdj-WwR99scdHFPRoHoA,468
django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.po,sha256=FgZKD9E-By0NztUnBM4llpR59K0MJSIMZIrJYGKDqpc,983
django/contrib/contenttypes/locale/my/LC_MESSAGES/django.mo,sha256=1bEN-W7n8Gny5dyn_IbNs01gOprW9BzimNRSj7hxhes,1554
django/contrib/contenttypes/locale/my/LC_MESSAGES/django.po,sha256=KYQJTJIf1g1Vk2zInKfjZrxb0WLz4Ie8MqzYsAPrBHw,1732
django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo,sha256=m9iUCCX4W1RLUrfuuiDK4Hj73UACRUi7yziCn2vwA2w,1081
django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.po,sha256=9Qh8vnwiU93IF8ZJ_xDK4OMRReLrGdppJpAZcWflDyE,1381
django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo,sha256=HcNlMupDSODx0M89I2ali_q-B0yvtrfxGQ5PI23eVWY,1344
django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.po,sha256=IgtlJ2FC9lwMMJcBcNrS6yHk8RYd6pcin36E7Y1eqvk,1519
django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo,sha256=v_JHN4Ii6uUQwd8OppOBlhbWm6Jz4QptNbgXjJj_p20,1082
django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.po,sha256=px9AGYLnDVl9ccUEclYsw7GaHZb8Z6sDb2hVuQiKxCM,1347
django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo,sha256=5Dw9ikG8brq3vVLxSYgev_pzekFYinExiBFKRptzSi4,1054
django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.po,sha256=c3C4AYxWxxbuJiPYr5aNxmshJmXmr-hdtjSZ4IGjPDc,1299
django/contrib/contenttypes/locale/os/LC_MESSAGES/django.mo,sha256=TO-LD-jdobza5J2mXwAEyTT_Mg_n5dIDcq5QKHh7B9s,1116
django/contrib/contenttypes/locale/os/LC_MESSAGES/django.po,sha256=ngkIhh6X-7gcJvFy3qiEVB1o1ffL4O_lP12YHJXMdWk,1334
django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo,sha256=_naAWVIBBVxChgtcfR-t1uyuSrZzShxS1hl4164k4Do,697
django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.po,sha256=ksPmszuHpjAC_w0XXPj-KUfe9sjTDwhqpQWQcnZW1gc,1145
django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo,sha256=pS5x_KM9-G7xTNHEr6XtU1cpT1KA9eRjFEBXG2QyyUo,1252
django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.po,sha256=0clGHKQjwxMfvDeRBXfShLz7yQC_9yAYDtibNcMkATY,1540
django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo,sha256=LROuoncmCxvDqMuEP5kEzWZIUNfi8TokLuMYWpbuVOY,1125
django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.po,sha256=ejzVWqdkCY6OdjdOJtBASOpa3KM2hoVrhLNirJbS-60,1379
django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo,sha256=2rVLXCcD8cTEdfY1yDP1O6mpgkvB06J2kYKuZpcmj2U,1141
django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.po,sha256=rS6MZbA57CKYf3h8fBNa1Cuc8W2vdW2AnceBlegCMPs,1431
django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo,sha256=ZCPMVs0NUvKaEONqCf3D9VA7f3XUSIzdCplLG4XTUJ0,1142
django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.po,sha256=-w3rj6-Kqi6C0zOGUf4uG14uI0JMO1jCbWcJwpeO97w,1429
django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo,sha256=8xC7KCp21nzQSfWn-25tuiqcCwPau2TVzbt7trO_dHI,1421
django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.po,sha256=cFDpe_nC8wmtkIsycxNU-WBFaSWN9xAjJn_sa1uO1Ps,1723
django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo,sha256=8-TIAxL18e3Qn-0g72JLKYPwggbRokitHnzZVw2Ovds,1058
django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.po,sha256=yH8C5yS4qAcrf5sg_WrTd8TuBKFFNxQ7eIiEKoqq6zc,1299
django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo,sha256=IQ9GZpQfqmp0ZdMuF8TLIJ3AHg8853ApiEl1J0ov-6Y,1130
django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.po,sha256=c2IWBhMRfZ8yDgjiP-8IlDIk9NEJz92Bw4Y71Gv9mpo,1375
django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo,sha256=NR2gONEPJT8eneyNMl6Uf9YWCHe1DQKd2ous2XkCZyw,1122
django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.po,sha256=xxpdcA-TggQmpPAV2Cikja_UEl7CXrXnozmCObWAmj0,1298
django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo,sha256=jMYbG1pqux5NMv2plks9pH4n-rkbHkU05jK9cli1Ri4,1200
django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.po,sha256=QkdN5cLaJ8zkrIsx0CawOjl3s83rpqC9dGaYCVW5eEw,1449
django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=welMt_sDfcsUm9-orRVVxC0_MbaHObppsLUvZW9Bm90,1111
django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.po,sha256=rXb6mXPmtqXTBFhulT8OiQXovWbeW_BQseQeE-nbPYY,1360
django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo,sha256=Vxxf6HpjbpcOLEXs-5bBKv2h-v9L8o-4Tz6CL36E20g,1067
django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.po,sha256=4b-26QL4n7wB5_TK0drmyb9jA1PXDKsVsO8TWgUSQOE,1307
django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.mo,sha256=CKWBQg4Yg1NjID0oyxRkJJBBq-syqzKYT63M0ovHh-I,563
django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.po,sha256=QJAAifdcyNI_UTIUYpYWfLvXYLFV_8WituDnwKdOIb4,1009
django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo,sha256=QM0MDbwEU2kfoozKlFLclZ_tMOAPBa5N7v7IURI-LBg,678
django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.po,sha256=qGQl4tqFUYue62q8mMIG6cvKxs1ysopVhZINCDNUZ8Y,1123
django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo,sha256=1KIOkE701fLEm5FG5UvC09XrX4GNR-1qbwRf_xWrue4,690
django/contrib/contenttypes/locale/te/LC_MESSAGES/django.po,sha256=xPz_mCGQkfx-p_zuJ3U42XTaZG0LdYJEAdAeCUxIGP0,1135
django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo,sha256=VH2B_YGZDfpgJTgyVUr52Ie8AmoUJf4_GszOn8fpyNI,1186
django/contrib/contenttypes/locale/th/LC_MESSAGES/django.po,sha256=hxz389T-OwX3Wk62oUuLy9hJKi8uJYBbWOxn5vEycbI,1444
django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo,sha256=9rKqUu2igYQViyCinRpthl8E0iGEpRHNmAFd1jgotL8,1121
django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.po,sha256=WySX-5iN3RwbT0g4h2Ml9iUCWnIr4PL-7uO26MzHdOo,1355
django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo,sha256=-16nn5yIFdYbg-hsERXk7HRzaEAtuA546-EGOm8q7Ys,659
django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.po,sha256=4eCkjv8TFAICxxmvFo2przvfzA3wwwbqCvT9XoO6yPM,1110
django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462
django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.po,sha256=YVyej0nAhhEf7knk4vCeRQhmSQeGZLhMPPXyIyWObnM,977
django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo,sha256=LHO5aFIB8DFskG-ViSmKAm7iFpzBNBH7JLRJ4hspP0g,1275
django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.po,sha256=q-_YoYxI8rq7gohSagvj5j-GIkpZf2ssvItWJEnWvp8,1553
django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo,sha256=zU_8CtnVbeTEMvRgsgYZrAzNJsDPwr2L7bn4aN5xEXQ,671
django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.po,sha256=qfleuSWSH0NB1dBPUVXy_r6hvLu6Bwq8TD98pt0W5b0,1122
django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo,sha256=gOba3FiZijw-6u6hxoH9lRAhn4_OMWqVWM2VcjaIPpE,1155
django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.po,sha256=DSTjQF4Okpf66LZbglLy4V8_I3ssbFWPK9Y7kf_vrfo,1439
django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=ulYcWTY2mwm9PcdszR6M8vKC2gINtzyJcvT9q7bY4RQ,1062
django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.po,sha256=lGaolluPM86pjSLuV5FcrGxjsSudMsPkQADFy7o42uc,1353
django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=RufaF10ILtw17IvbwrB60TdpKH0vvQMcJlmnQri-nkU,1083
django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.po,sha256=X2uf9fYGiSon2TnElY1L_UkDqs7FrQQxvxMv_KQOOw0,1329
django/contrib/contenttypes/management/__init__.py,sha256=YLwq0KoESUVxhO-cmAV1rAqEyh2EhZi4URJ4WGj8OEo,4919
django/contrib/contenttypes/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py,sha256=anvJQdDr3J4FXv9koln7vQhRswuOGbG1FB8RMN_zjmE,3503
django/contrib/contenttypes/migrations/0001_initial.py,sha256=dBej5df6_tw2SrRL75c7-60Yrq2rsin3Gs7OUKUlDF4,1227
django/contrib/contenttypes/migrations/0002_remove_content_type_name.py,sha256=P7yQnM7n8URYVsYdjwhpnQlng5950kuZKqzH-7EPyL0,1168
django/contrib/contenttypes/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/flatpages/__init__.py,sha256=pa6Mmr3sfZ2KBkXHAvYIw_haRx8tSqTNZluUKg5zQCk,69
django/contrib/flatpages/admin.py,sha256=TtbAy9suOf6D3z1elSqsC3V6FHqoBdfyx4sfWmP4KXE,655
django/contrib/flatpages/apps.py,sha256=y4otQ-gExP6E6oTcMYKtDm1d3MzNz5CyMDR4p9G4P0g,199
django/contrib/flatpages/forms.py,sha256=KdN4PmSLZmoyJTc-4jKg-7NwIKp5mIN8pbpmLTdkvCg,2162
django/contrib/flatpages/middleware.py,sha256=aXeOeOkUmpdkGOyqZnkR-l1VrDQ161RWIWa3WPBhGac,784
django/contrib/flatpages/models.py,sha256=Qxz2hFWS9Y4HWAZ2ni1LYasJoDBYBICLTKxgkIEUWGA,1583
django/contrib/flatpages/sitemaps.py,sha256=0WGMLfr61H5aVX1inE4X_BJhx2b_lw4LKMO4OQGiDX4,554
django/contrib/flatpages/urls.py,sha256=HwyiiFh1Uy0MPwPOjlgoqdbz-6YUbi29VcNAtxUIAgI,186
django/contrib/flatpages/views.py,sha256=DLrol_x7lYfvd_b8EYgFeOYled3TgSoR-KZOOaTzJAQ,2747
django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo,sha256=siKG_APacg9xuQPJ6ZcqFbkPD9HkQTTGhh7f0gd1KyU,498
django/contrib/flatpages/locale/af/LC_MESSAGES/django.po,sha256=RuknzOz8vynYgEeTBTUHmV05A6p-AIAKBtgg5FNy5sI,1541
django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo,sha256=9B3ya7QbOFBnGoLCKA2VBg5knE2LyRkRylFOhw0tRlo,2475
django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po,sha256=QiEw2Jj056so7IC6TAsOgQYIwE-AJUyK2zOkrMQ9M40,2732
django/contrib/flatpages/locale/ast/LC_MESSAGES/django.mo,sha256=YqgX8CqL2P15_7n0GOWYHlET8DASlVDhOh4Sudc8XBU,924
django/contrib/flatpages/locale/ast/LC_MESSAGES/django.po,sha256=VmJ0nueNww5aSfqYOUbZ-F4Lqmv8BXugCNhY0Vd7aHw,1746
django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo,sha256=tnun32v-G9ZHwvMnukL1v8k593EVJmL208vBzwlZG14,2208
django/contrib/flatpages/locale/az/LC_MESSAGES/django.po,sha256=1yiFgAura45tuQU_l0NDSjzYcq6Vp8WAungpM9zwWvo,2452
django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo,sha256=SpZAIg-vQQoaPAejMfxVUNPqLdPiN7T0bB4vQY_yub4,2801
django/contrib/flatpages/locale/be/LC_MESSAGES/django.po,sha256=oqQZWm_6z1z4FHpsOpssE5F1ZUUNEdAHifMGQ4g-mHQ,2933
django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo,sha256=CXmBSS3JVcSBGK-2agPpr7Hv1paZ1McpqLmLn_4a2Xo,2569
django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po,sha256=n0asSnOczNZ_Wk2JiQX1u4v69QC4AT5ONVsE9aDZuyo,2779
django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo,sha256=tUR97AUgsAvkVR-yLiqJJRamy46ZlvuX6ump7ZtKBpo,2988
django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po,sha256=KsOB37emjE01f6fGMUs1zt2jkyewgADX9UpL5YyIdFo,3172
django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo,sha256=B1uwAW5njh-nF0gPaTYgeOW7RpBX2sx1y0RmlxtFQcw,552
django/contrib/flatpages/locale/br/LC_MESSAGES/django.po,sha256=65pZBY8gmYsrc-qgHgUIBfIbu0NkO7YVIcpPXpG7EB0,1582
django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo,sha256=RT7e6oDEYRWgxyOkOltN54fnv-AjWlanejARceWP1bY,1782
django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po,sha256=2_86QgV3uV6JRpowKZG3-jvEq08L2_pwPrNfLIpV1eA,2233
django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo,sha256=3w3Wr5EK4xNewG9NxOCB2O0uPkHrRYs0VUYGvkCQl10,2109
django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po,sha256=TCMZTnOCUtw06dSaRFuBHlcExLACGjG3o3TkfgEe0Ro,2366
django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo,sha256=yc33XCVCQRWpy1WWtkQT6kWwFcpg3X0q1rRWZhcTT9A,2165
django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po,sha256=GElcyUxRwcnIVrJZZ9gb0BBcfZ80aAMJXNHlVaU9vU0,2380
django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo,sha256=o4h9slL4mVDcIfncLQ4ENGMyflXrzimIUG_-ByPxHbw,2163
django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po,sha256=zVLoFDcrMgP4kkGDXKMmuFeC6YlsvrO4dOgnbdZHHGw,2370
django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo,sha256=20PZrplVBbwjDcsaC40LfTaCflTLUZfQjEa2kAaNW4o,2126
django/contrib/flatpages/locale/da/LC_MESSAGES/django.po,sha256=p1GdQC3QNumIx52FGcroPVMSgD3FL-jU0Eyg2_xVK_w,2381
django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo,sha256=f3iZ1B4DQ6IMG1lQFgUSEfzw5hCBKnsQwg_grcoAdPY,2216
django/contrib/flatpages/locale/de/LC_MESSAGES/django.po,sha256=pg0RcYdEazFkFMpzpEl7jMvvXp5xVF268e0YjV3Gzl8,2378
django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.mo,sha256=g3s6cvGbY2YAxENlpIrwYPni7sVRtnSIQ8XFCIhltUY,2238
django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.po,sha256=uGwBunmv9bFejb-BFiJwQt3IGhAE3eZFcb6EP1sQeGQ,2367
django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo,sha256=xCByBg9ilbKOkqo55dCxjrNcauXX6USgQa8KgEfM8Dg,2672
django/contrib/flatpages/locale/el/LC_MESSAGES/django.po,sha256=ZQe7XNa5egZiPh9m37oTQxclt4olzw93LwZvBYkYRkw,2933
django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356
django/contrib/flatpages/locale/en/LC_MESSAGES/django.po,sha256=hsfxD-TQ_jPyo2ASN8f2Ukhf8HNL_l2zXJBhuLjhfAs,2037
django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.mo,sha256=cuifXT2XlF4c_bR6ECRhlraSZyA7q4ZLhUgwvW73miw,486
django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.po,sha256=ZMAJRrjovd_cdWvzkuEiJ-9ZU9rqRTwoA3x8uY2khcs,1533
django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo,sha256=DKjcOIbeV1qm2l0aP-6QjT2VswHeg6cqGUu0ejeqIvc,1989
django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po,sha256=nRgYYAWBB3yBeLcmOBvkL3s9bKuxCzYPH1nz6WONyGg,2232
django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo,sha256=IEzjOXx1QZTXXdzyCHdK__IZ6iKX7CnTloyakYE_uPc,2162
django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po,sha256=QeXY4VX9DGrBtb2p6GmJn9wqbvzAHHU80sxOfYy3Xtg,2378
django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo,sha256=IWwXfMhx1sFyq7pOZ-aXQMulcvy4X8_0nHRqnG4xrsY,2131
django/contrib/flatpages/locale/es/LC_MESSAGES/django.po,sha256=xB1sNI6poMpobxgRb69OYeddwALvx4zbIgyLxOFZVzc,2448
django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo,sha256=QKCLltq3k3QxUHdpbxQf4nzmnhrkGI3PZsSUMcufcAQ,2128
django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po,sha256=ishrflCjKZLrSAsTWI-16moB5zTBG7mrEViC6OWJP-I,2289
django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.mo,sha256=1vez9-NkS5s59QiOmIjHl7q4M5jnT-UzTk3f-4B-Ur0,2140
django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.po,sha256=GHmx_IUqPXtgWyCP3IsKyfeh9iRNruIbV3Ygss8-rT0,2366
django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo,sha256=ff-Ng6bhP2ixtHmiJoSGl8q2iss6SmPxrZqNeQoI6Bw,2062
django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po,sha256=-evbiu-p-MTiP28fLtp5YXi531HMCUUgmrXTwc5eJbo,2274
django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo,sha256=cYmN6mIu8-KaEc7neRiRirUd43j1VuSfZy4aDQS6AJU,2187
django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.po,sha256=XM90qecj8WFJUJ_7BySeblx4s-6onlZWQEmSpG1TGYw,2393
django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo,sha256=qezc9kqmw-dWlJcbnxa6xiyvEklGZNx8TQskXK7N-2c,2095
django/contrib/flatpages/locale/et/LC_MESSAGES/django.po,sha256=TiVt8cIEjHu2md-DcdPeMl1l0uy52OwF2CN3Rt5ut2c,2302
django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo,sha256=TEDXhZzG-vSINej8wjw2C1ywCw9AQuKnGnWfng-GMkY,2099
django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po,sha256=qAGMChlRjs3mxdrPlGzgsl9LLfmKe2-7BSepOYp3eMM,2326
django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo,sha256=Ysv3DzsOk6m_fbkdjIhwmsrjLFIkK3E0AF6yduIfut0,2452
django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po,sha256=4w6-rExL58LHhSGknZKHnMOaH7JW2s7lVxwIrKOI05E,2717
django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo,sha256=bwgyKKWcizYF9GAg3x6raVkvITgqsnIkh2E7p7TnI8o,2127
django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po,sha256=xgEElp3S9wp9k01NEsLkt2E9zA9QIWqn_2SMaSikZFo,2365
django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo,sha256=y_bAJ6_qM9ab07c4sjo2ysb46adwHHKd147aNt3YWTc,2265
django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po,sha256=LFuHd6UEB7i5X1TtWi8tPaED-qgd5iHIeGMPLVp92o0,2521
django/contrib/flatpages/locale/fy/LC_MESSAGES/django.mo,sha256=DRsFoZKo36F34XaiQg_0KUOr3NS_MG3UHptzOI4uEAU,476
django/contrib/flatpages/locale/fy/LC_MESSAGES/django.po,sha256=9JIrRVsPL1m0NPN6uHiaAYxJXHp5IghZmQhVSkGo5g8,1523
django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo,sha256=8jWDgPbPLWpP4_3T1Bq8EyVn-Cd22Ul_RQAuPTiQ0eQ,2191
django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po,sha256=7WcepTuskARNCBD3wnpMVud0LDagkM-w9VsXL4-etUI,2400
django/contrib/flatpages/locale/gd/LC_MESSAGES/django.mo,sha256=Andz4Joor0AkZ9efEqpO4lxZ6BhEI56ThFe2OheDiv4,2295
django/contrib/flatpages/locale/gd/LC_MESSAGES/django.po,sha256=2ktvAasdSSRq5JD9qgmO_49aK0h9ix3U2JphXIaoeMA,2423
django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo,sha256=K_JCBCdDQmE1EAnTHzNe98MbTbUnlrBvT0qO8KYr7Pw,2039
django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po,sha256=V1GcIAvBiLTil_6TqyJcid6Sp9hoOBje1YOR7eY-ZSY,2366
django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo,sha256=N8lcsZ-G1Sud41fAQ0VC8tZqwGGvJiNJU2Vidu84YTk,2275
django/contrib/flatpages/locale/he/LC_MESSAGES/django.po,sha256=Y_6EC-HT03Erk0NawyadbMdUhs1gDLy05tskJEQJPZw,2494
django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo,sha256=ykajQy0MQ4-QHr1dVG5cy0cFw_EMjPM8v3WO4MeQg5k,2770
django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po,sha256=M1diXuqJtHSj2S6TZSoUZj5FRiXDJBSaqkg-FPM6mY4,3055
django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo,sha256=soshOB2OuacCPOrpWQEKkBqBURlELv1yUV1IyxSPfOU,2188
django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po,sha256=JbBdwIWeutn_nsntI5Oyh3vD7HaiATi_XkH2VNh96MI,2421
django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.mo,sha256=5HUFkbFoppePfr-LryUj5YFnomxRiAEd_ShKZDy9x0Y,2230
django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.po,sha256=iiS_24Cn8xEAK3Q3IonGD7pGaHlQz4wuJp518XhlZvQ,2359
django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo,sha256=KV9IhYDpV9E5dDWxnrHqoaQ4UrZIxkN9q5lNw97PrVI,2157
django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po,sha256=hsqbZt5xci4d1MhMzmdji6sLZFiR8QVF1vRYPKTFBi4,2374
django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo,sha256=oNkcfHK3Ctav-qoDZQXLCYfLQBM7lJZmFQXTzTXAnyU,500
django/contrib/flatpages/locale/ia/LC_MESSAGES/django.po,sha256=F4Rf-I253G6rP3z28Umv-j3aeBQNZ016vYS0IA_eQeE,1543
django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo,sha256=DNJhNpTr_uAnk2DJS019R__SeuunWv5wX9b1oF3Rftc,2088
django/contrib/flatpages/locale/id/LC_MESSAGES/django.po,sha256=RZdQmAHc_nTQ12oPpavQnNMiDnhvg2qaO_XYcbBRirI,2312
django/contrib/flatpages/locale/io/LC_MESSAGES/django.mo,sha256=N8R9dXw_cnBSbZtwRbX6Tzw5XMr_ZdRkn0UmsQFDTi4,464
django/contrib/flatpages/locale/io/LC_MESSAGES/django.po,sha256=_pJveonUOmMu3T6WS-tV1OFh-8egW0o7vU3i5YqgChA,1511
django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo,sha256=AQ0a6Zd2PXEeNmmY3vYSZ7ISM1VKzeaum1Pk_vI-tC8,2113
django/contrib/flatpages/locale/is/LC_MESSAGES/django.po,sha256=t0kpcipiPLusfv_rSwpUdf-aroYqm5OlmrzxKv032jM,2326
django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo,sha256=HJc9D6WqhK3U9cgeKk5YKQle1-6sCMbo1XMRVYP5Nqs,2099
django/contrib/flatpages/locale/it/LC_MESSAGES/django.po,sha256=QbkMTGQqrO3AKu7tlkqB8W7bNvh3lLeicVVtsVce934,2284
django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo,sha256=3WgNjHzHgKQbI9IFnnvRd9Xf2l-_zk7b6R0FPQRKuJ0,2303
django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po,sha256=VZEEACNaPwW9czp9qGKHhaDRS73OmhTtOV5i-5raA5o,2529
django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo,sha256=kKSceL_G3vvRTu-P2z1dYjKxWisOUP33VtuVxdHzS7Y,3022
django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po,sha256=KjMROE07plsdht34NT_EFdBRkfgr58pgcPxfR3K14Zk,3301
django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo,sha256=SawtmyI-ksdUeNNKatXaFpSB6U5zGnEuLtrJgJzh1tU,2494
django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po,sha256=x2m6kQ7xpg33TYBcF0_uI7ufQq8PSkxHL4rwm1BVkaA,2697
django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo,sha256=D3J9BXiDy8T-riT_L8gGF9DzIImaOmKIPhUy6mYg83w,1942
django/contrib/flatpages/locale/km/LC_MESSAGES/django.po,sha256=KTsEbAl7MYn0HfJwNFmWr_jW6o9CQDwRWSEfWf2SWHw,2471
django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo,sha256=f1cLc2bBV4EpR972pRDyUcsDhrLSxZMTPrYIB4GNPIM,1902
django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po,sha256=DDVPOf9Ld28nndzY6ZTXyghSBezduJ8HUh0QC9fHXgs,2437
django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo,sha256=Oyi-DsdynXhamJ2-Wujx6n2Pn4-WjdXl3C5rs0oNUXU,2183
django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po,sha256=j07D3PClWoq5bv-NwW_ldvQAID3DqBaEW8QAevUSMUk,2500
django/contrib/flatpages/locale/lb/LC_MESSAGES/django.mo,sha256=o68W9S-t7CHFReZIDSmEuMyy9zSEVPlGOGb218HbiO4,502
django/contrib/flatpages/locale/lb/LC_MESSAGES/django.po,sha256=BTeiGyB8gPwZYoB1S80-Cw-OV4Ir3QKHMvT8jUrR_qk,1545
django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo,sha256=d6PHNL88Jw5VBb3vs3UFZEdFwSpAsiS05Zn4Kd0f52o,2272
django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po,sha256=Zdy640uJNBs1-BogM0WPNEDJNDTBZlEPmXwg3DM496A,2529
django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo,sha256=4OVXSY72YW37IWpG3b6cFExnB-FvqNQOLGoeSGRaS0c,2190
django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po,sha256=9wRuj2MbjNPJRxVutyaTVFFtBoLnslaKOOOcR3fXL1M,2351
django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo,sha256=R1hMhfHE4IPiRs_qsAydqDueTBYkKZrYltRMCrsw0Xo,2699
django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po,sha256=PrQhzZIG4aw_fzB_RJQAq-sJnkv4kcZ0y1kcQl2ABzw,2989
django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo,sha256=v5jLm5uZCyfxl1zFi_KvrPqnDVT-nKBAYIl8TK-s-sk,3228
django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po,sha256=VoSgYF__x8iJP71df9AAL77Po05lVgA1CnZW8gqwERg,3461
django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo,sha256=424v2IRxYn8FvfE23g1qFB0VnovDWK0CgZHTpMc2H8w,2600
django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po,sha256=71oQlRcg117aiLlaWztLdKAaUYCW4AZfqH-yzZ5vbAo,2830
django/contrib/flatpages/locale/mr/LC_MESSAGES/django.mo,sha256=GvSfsp0Op7st6Ifd8zp8Cj4tTHoFMltQb4p64pebrqI,468
django/contrib/flatpages/locale/mr/LC_MESSAGES/django.po,sha256=sayU0AfVaSFpBj0dT32Ri55LRafQFUHLi03K06kI7gc,1515
django/contrib/flatpages/locale/my/LC_MESSAGES/django.mo,sha256=LlLhoOckLnJDvvAg6qrSjmGaoRwysjZRYhDWrKQ3r6M,507
django/contrib/flatpages/locale/my/LC_MESSAGES/django.po,sha256=oIrPd58iH6HT211BFcQLQoCRmNX2eggy2aAJRXlRXWY,1550
django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo,sha256=7KxMeXuLtAKNoTI0g3eAKiIF47IU5yezxB6BKbygir0,2091
django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po,sha256=bEEJm5z-0BOT2b-AdoxRLYNcpesn7FKVF_qAqI9gKAI,2371
django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo,sha256=PNmlXaAnCIx-Kp1q7l5SbcvqveoAoOvfN0MKFBAKM4M,1500
django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po,sha256=5nL5dovjhVfQNL22rC8iLdvWVdvRFa7UXp6PBa6m4_A,2178
django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo,sha256=GvIxxfnlWPQSx2ak-fqN0gW7imJDtO3ZmrYkt5-MiF0,2115
django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po,sha256=i8QCtA65jvlogFRcLoer5N9k1GDpy9Rsq0VzwiuL9QU,2460
django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo,sha256=nqHhr6ttqkAJEXuCqKSKmpWLvi3WzUv-X4r6Cc2qpPo,1693
django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po,sha256=omTu1QygI04ygJUbY5GeTTOGRJ_NiqpoR_1eW1Srwpw,2119
django/contrib/flatpages/locale/os/LC_MESSAGES/django.mo,sha256=yPwz0xXxXGW8HA7178mKbVPIvI16obHV44-M_DyUJ60,2329
django/contrib/flatpages/locale/os/LC_MESSAGES/django.po,sha256=xinQJJs8D_tHZhUO4hsNQoiTGwjRR6tSvvojCzMvlP8,2546
django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo,sha256=Nmodmu3rW4IDUx684xPgwiNJ296SC0TZkICnZMn3mh4,903
django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po,sha256=BoiamlWe5n_G2S8dPBKJtsQuHtHM5l2RlPDAKi3e31k,1780
django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo,sha256=8lFE2TG9-pka7k8OWgfYecTuJSRAEJZNOPTQQ52lns0,2303
django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po,sha256=eIowMV__M3MgKV5TPZEZ3Uk1-cvbmEyOiMqovaz1ToE,2563
django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo,sha256=psKjrru37iC58pRw-BPu49Dy32WtakblgV5rRZgqVnI,2115
django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po,sha256=7A6TFbOw9HcGRMjk9QIbMF6syBCSVWkE3po2UIzo5jM,2326
django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo,sha256=Ti2Lge8AjkmUS-9EltH5Vns76eIeC8Z_NEQZSMG6Xio,2130
django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po,sha256=lhwRk75EEluPil9wxMvyEhsOElYY-GosJGnFXtXwEHw,2593
django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo,sha256=DXeXqFcZSpnh8dlCNaR15kmQJtqT5Zqml0uk6IgmGqs,2197
django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po,sha256=gH79RK1IdWyRqpePd0i9JA4DnS3p3DAaaoKhkVhOFZg,2482
django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo,sha256=Jx74mLRt7-j8bdMVLCX_BIspsZr4m9hm0JChRlVuTtU,2754
django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po,sha256=AxbURxdYp4M1ev5bc43UGA4P50M14JzFQ3B5oQ7Rw0U,3042
django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo,sha256=dN0YLILUUeLJSlYo3YQOVv4wixX_DTM9PsMZHRaN-Mw,2129
django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po,sha256=CSVs41nR9BzXeOsyEkAaBJlIfiFEUPhT-jfUU59bexU,2324
django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo,sha256=8lqbnBvfzz2iZfRgsNPtEZRg1f6zpYqhmlElb71pxIg,2156
django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po,sha256=IZ5nWjpaN67rvROjSQ8FZvn9R3P5jaebXkEZSGIJUlk,2383
django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo,sha256=B7a3k4Kx2SGzYKrhhQqd6cqVF8d2BhvXRHzVz3APqhk,2183
django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po,sha256=yN7aGSXNf0M0_FAn_1DnWYG-u7WnxOL4F7nzewFD10s,2350
django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo,sha256=b_Lhd_eOAArYKbV8zANi0ypniQmd3yj1ECwFO93FHg0,2513
django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po,sha256=2P2_NhFZCAzb-DseUG8wkwBAII_5HIhpbnqs_fcy4sY,2763
django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=oXBUUWhUyFLmkFI9lQD-pVuWbCzRJ9JgMnyQDYE2AoU,2123
django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po,sha256=NLjBaWPm1E01X7rAGCGHCXykv_SqRdqGbGU33ebbwDM,2376
django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo,sha256=VPGa4f4MZXLGoJBNfSyOsQMnK_ahMpSHUE8uq3FmC_4,2132
django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po,sha256=uwa_HNrMnVFNFEij8jPWZdof4bpvv_kfkro1Yu2UqKA,2372
django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo,sha256=NrOuTmuWENzgPVDhIsxaqhtJiWZapv_QUIzMsuhgaok,1537
django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po,sha256=02_J-eAEInaY-kB3jq3PA_0E19WCZ7bWCr5ZHd9Lunw,1991
django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo,sha256=BF6qmiDted7TTQac5_HtDDyzyBSgT9rvbJTQ5A33CGQ,1945
django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po,sha256=h4pEu1P1yFdNJjtJuh2KI1lN6rh07DxsOONqcXUiQqs,2474
django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo,sha256=N1AEqm_dEOIEVno08mk_NzGcSoliYxKVnn6wQtiOT_Y,1238
django/contrib/flatpages/locale/te/LC_MESSAGES/django.po,sha256=nXYfLge2wahyg6HIkg7Q0zD0o887cc_uShDPNDqTg5s,2000
django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo,sha256=YD_BiGtViVGgDWdHu_jRkvcxu6MKw5ml6xc_a3DLSBQ,2685
django/contrib/flatpages/locale/th/LC_MESSAGES/django.po,sha256=L3wemaW2Ru3omomDMpFyOXmRqVCmyX9QSwtqJZA3YhA,2941
django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo,sha256=_ISRxFHON8gkpj5gjcleWlUFvUVnWYKZ6OYl9kauuTw,2136
django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po,sha256=usW-012YdQFHQev_6spSEmI-WKM8EPpjxvtEe3xRDJM,2383
django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo,sha256=Jtq6TFfriBRaSMmqE5YYvc34maBl-OOK7o1evP_hE7g,2007
django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po,sha256=jt32sywDdLgW-gKlhWn7Hsz1crHYW6htZFLf0vWheRs,2402
django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo,sha256=NxCkQ2gC7QJl3F-WcR-ruSOTbmuVjCUgnPq_NX-TLNc,490
django/contrib/flatpages/locale/udm/LC_MESSAGES/django.po,sha256=tm8RmHjOugRLFO27tuL4Tzfdmz1Jlp6P4f-tpQb52yQ,1533
django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo,sha256=9_SER8kQed6USMRiWPCCzUKS1gKn-8iRwLFELQY3wyM,2624
django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po,sha256=NCSeuxNPvq4uKKQaHtYoJlVp6lOuxoJVtjqUZF5aIr4,2897
django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo,sha256=4tC_QQFh7Yfw5JorxdcsEJP9GueDu-bNNYSQznuCGeo,1976
django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po,sha256=yWKmD3psFku-R_x5YMQ72HcM-eDwrssIv2MyHsPmy0A,2371
django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo,sha256=xQ6csRVzq9yq-GTp2jsuN0mohJ4SDmZcJ1pbf_jGm0A,1035
django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po,sha256=mx7A_eYPkHXz6l7dib0OrLzPGX10c-CpBNO3Wv4CsQs,1900
django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=_gW5_Z_4wNfnX-cJMXWCNvD80QnY3QgNI0AtW693RRA,1994
django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.po,sha256=9lCJ6tBRKA_D_fRAEX2nHfoZvu44BPhmo31lDyXWiGU,2279
django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=xtUB-k48A0hI4oNkYSFlJnf1bce6aApCdDXI6m8Ip-I,2053
django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.po,sha256=iYiHZrTgrrMWe-lWDrrSs3jtBGPQRZwOzXug7pFTeBs,2283
django/contrib/flatpages/migrations/0001_initial.py,sha256=zIJatQLIbPirEmr2ScaF2AqZ4sbl8S6NQw6o7_MXd8w,1775
django/contrib/flatpages/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/flatpages/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/flatpages/templatetags/flatpages.py,sha256=W2GlZCjjLuZ1E-BqhWwi_lrLr7YvirC4GmT0BlPCM5Y,3630
django/contrib/gis/__init__.py,sha256=GTSQJbKqQkNiljWZylYy_ofRICJeqIkfqmnC9ZdxZ2I,57
django/contrib/gis/apps.py,sha256=8xR7QCkx3nU-g6FtHm8ErLJxloQoR88zfThzlwsGI2A,397
django/contrib/gis/feeds.py,sha256=Wi_09fwa02HtwN8bqxhawVGHQbjppne5BaDDaAMD-OQ,5976
django/contrib/gis/measure.py,sha256=NkJqW4vF7p4lV9bweOLEGNQ9efRHiK3L24KSnrZgFXg,12463
django/contrib/gis/ptr.py,sha256=i55r4JvHidlEJN45tKt4xEpJJadAa-HawbRMZsmeKYs,1284
django/contrib/gis/shortcuts.py,sha256=O_lhcSgCMR9eI0F4pzUNg_KTEU9ZC6xbPkGY7yBIHCw,1227
django/contrib/gis/views.py,sha256=jXix0rJ34PAt0zA2UHO06MmFbYhu1G5ki9KOrh8XoIY,740
django/contrib/gis/admin/__init__.py,sha256=Hni2JCw5ihVuor2HupxDffokiBOG11tu74EcKhiO89w,486
django/contrib/gis/admin/options.py,sha256=oxIFydkQwSolmeAoibyi0XfvKXUjK-uBza6OJ2ScU4U,5390
django/contrib/gis/admin/widgets.py,sha256=g_RZwy5zL7by_8XvEO0GFvk4eebmG9Np3jIS1udSpec,4742
django/contrib/gis/db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/gis/db/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/gis/db/backends/utils.py,sha256=YvLLshlRgmtPUwLhYK3x9ULeNueR5lQaFhIOpPYNXZ8,792
django/contrib/gis/db/backends/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/gis/db/backends/base/adapter.py,sha256=nv6U7zQY9MflWK6eRgmx6zL6MS8J6v-ija9LP_xSHw4,508
django/contrib/gis/db/backends/base/features.py,sha256=wz0fGKsBjM-7FypE35-SmEm1bVDP-q_VYRw6iZOQGIE,4493
django/contrib/gis/db/backends/base/models.py,sha256=lRTYm90YFOcZ3Rz7Cfy2Zz2iKfaxIil9v1fBuBVwc34,4111
django/contrib/gis/db/backends/base/operations.py,sha256=zg-x2iuEDNoLNoaE10Mxcjhlg-fcN7Bc19vCThGtTjE,4740
django/contrib/gis/db/backends/mysql/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/gis/db/backends/mysql/base.py,sha256=Z8rdDtITBxB85M9U3GbJy70ssm9uAX7MjR3dZFe-p88,504
django/contrib/gis/db/backends/mysql/features.py,sha256=bHQRNHRkES4_fbvyYn7LnLQfQUmmnI_tRXm_Hjcwmh4,610
django/contrib/gis/db/backends/mysql/introspection.py,sha256=-Ff3nDRI7Rz3Cc33UlD0TgajjNH5rde9u0SKTMwuAUw,1771
django/contrib/gis/db/backends/mysql/operations.py,sha256=HffII-8MbXM4SgyTw0GQzaKJmxXGaZ1b6Iy9-bvIBTg,4263
django/contrib/gis/db/backends/mysql/schema.py,sha256=v0VJlcjFoAbeSCf1zbwCBgB70lr56Ze3OMTz5K8uQms,3046
django/contrib/gis/db/backends/oracle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/gis/db/backends/oracle/adapter.py,sha256=6JAcP7WxtK89Cip7W_wutSn1K09Z2BtPc7YEKkW4aLY,1866
django/contrib/gis/db/backends/oracle/base.py,sha256=E5Jzqg_0cKM2B4zQ4uWqytBsFPkTIjZY2on3muoLcJ4,513
django/contrib/gis/db/backends/oracle/features.py,sha256=FdCzZGgu1T4TUyqfOV-QuEc25REn7LopHElu_g_Oe0o,417
django/contrib/gis/db/backends/oracle/introspection.py,sha256=mRnodurpZpgs50CxlUEIbGvABQfzeOseqWYC7hd4yvM,1975
django/contrib/gis/db/backends/oracle/models.py,sha256=OSi3aSxmz7EaKsla2QoVjpnTWjHHKApDl7suYg9DcKE,2211
django/contrib/gis/db/backends/oracle/operations.py,sha256=QjgwlLt-1S5xThYiYz1JioP0t68dz3Up4OfSpP4swYc,10848
django/contrib/gis/db/backends/oracle/schema.py,sha256=s2-MC3UuD17N9IMaJ9vjc7R3Kvs1MLXv_tPsSGouTes,4078
django/contrib/gis/db/backends/postgis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/gis/db/backends/postgis/adapter.py,sha256=t2J5Aubg5wO2KrhQDq7Q7NkJlfVMxXJDJ8ixOtJbOho,2253
django/contrib/gis/db/backends/postgis/base.py,sha256=sJWEcg_Q4CqdHG6Gl3itClWTWwqs5_1AQ1A7caN7-Mk,976
django/contrib/gis/db/backends/postgis/const.py,sha256=a536866Z3EPWtcjYUXewOe0QjyfFIhxRTk_tFmRu1NA,1484
django/contrib/gis/db/backends/postgis/features.py,sha256=BwAsNCdzSh8pXXh27uIPbw00VPLkbNAUpKMtBWtDkiE,419
django/contrib/gis/db/backends/postgis/introspection.py,sha256=FyUvS0CUxl6FEKZbV-6xJsJigl2e5Kis6dMa5UTIMXo,5437
django/contrib/gis/db/backends/postgis/models.py,sha256=qM8joU0HVND7TxT4NOExV7vR15jBIeGc2joCMp_K8Sg,2055
django/contrib/gis/db/backends/postgis/operations.py,sha256=ga2tawZQ_GqJl9nun9Vu_wr6YwIgPfU5LH4SwnkoM6Q,19090
django/contrib/gis/db/backends/postgis/pgraster.py,sha256=IFxCsrznZBe9ZgaN79HK5X8yjtUK4_Rvpid2-kNX-Hs,5071
django/contrib/gis/db/backends/postgis/schema.py,sha256=MGpb_J3-xuNhSc0MglRP34_FvoCnh2Qs2dwMJevceDY,2777
django/contrib/gis/db/backends/spatialite/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/gis/db/backends/spatialite/adapter.py,sha256=s56LLY4fRG6lFoc1W171FI7JvMRhk-oHskhBfjcPmv0,317
django/contrib/gis/db/backends/spatialite/base.py,sha256=xaCdZ8fSO_6LEJJAXJutBgnS3F_1mCRxhicooCgvKDE,3621
django/contrib/gis/db/backends/spatialite/client.py,sha256=NsqD2vAnfjqn_FbQnCQeAqbGyZf9oa6gl7EPsMTPf8c,138
django/contrib/gis/db/backends/spatialite/features.py,sha256=VJUl4cdncCYga1BRSSgAiQcvJhagMOzexc3Yi3sDNRg,873
django/contrib/gis/db/backends/spatialite/introspection.py,sha256=ghXBNU-10wl09GKpurFCEBR5YtFYbADIofnheu2cIss,3254
django/contrib/gis/db/backends/spatialite/models.py,sha256=fzb0WXl_9-LSsPQfdQXRvNM5dB2rXXrKnpDq5tfSg0k,1983
django/contrib/gis/db/backends/spatialite/operations.py,sha256=j1N_Pw4MtVoWP578M2-75vI0_a9lxKzSWyNEjvd882Q,10866
django/contrib/gis/db/backends/spatialite/schema.py,sha256=iNZiyANV59neN686QiJ4shOdbcDXyCB4V8pmGSkYqmg,6987
django/contrib/gis/db/models/__init__.py,sha256=XQLWqsZrABn5qbQhm5piSlDKO9jauL7lVyg6hm0HXiY,785
django/contrib/gis/db/models/aggregates.py,sha256=Yv5WFnS8goh60bfo107UJ0WhqQqzRf1qld7S7i6KRYY,2256
django/contrib/gis/db/models/fields.py,sha256=D-ZhpsRNlghE6k0X7b4sFet5ZsCEmoZqi7oO--dJA9Q,17598
django/contrib/gis/db/models/functions.py,sha256=vs924q1Dvw4fuVpGIExYSb4pfa79rAXWHISa69utLM0,18437
django/contrib/gis/db/models/lookups.py,sha256=BHAR8BOHAp6GQ-3WBWLlsJwdW3dMVRKTJvgqs8bHqTk,14091
django/contrib/gis/db/models/manager.py,sha256=SyEK679PZ1qqT2IUs-jVU2D5J57Jd7KNpGkUfUqUYa8,1004
django/contrib/gis/db/models/proxy.py,sha256=ueg-7au_D30VLS4vvknhph_fSNp3_ThuxclSqwFJGxQ,3318
django/contrib/gis/db/models/query.py,sha256=a7-6ziS-lcSg52w9tJURdB9Pvpuo8h8dTTXRTmPAEb4,32490
django/contrib/gis/db/models/sql/__init__.py,sha256=DEa2yt3fCKhU6VImcb6QNYqY6-wzOHa-iGrYRbw9gIo,184
django/contrib/gis/db/models/sql/conversion.py,sha256=gGkJrKF2IDrCb9O7QvcCWZ3dsLYBe1pggq4-YpK6k-A,2475
django/contrib/gis/forms/__init__.py,sha256=fREam1OSkDWr9ugUMNZMFn8Y9TufpRCn3Glj14DTMbQ,298
django/contrib/gis/forms/fields.py,sha256=s5lWhfDUdkU9Fw5SZqeTIi-T6DsEvKnH8fs_aLG6LOk,4316
django/contrib/gis/forms/widgets.py,sha256=ulRvPzikGbNcTvlhoE-yLkvn2iTmxtTkB0xexjeKmcs,3405
django/contrib/gis/gdal/LICENSE,sha256=VwoEWoNyts1qAOMOuv6OPo38Cn_j1O8sxfFtQZ62Ous,1526
django/contrib/gis/gdal/__init__.py,sha256=PbbzhgOx9_v95aqqpFqkMYwgxLK2ggXjHUEfhl9xP9k,2169
django/contrib/gis/gdal/base.py,sha256=yymyL0vZRMBfiFUzrehvaeaunIxMH5ucGjPRfKj-rAo,181
django/contrib/gis/gdal/datasource.py,sha256=sVtjwfxdDyVuDzb3pN_XL86jLpR_qW3JR8zvbPheinA,4682
django/contrib/gis/gdal/driver.py,sha256=3sW4T5q4XjvQ3UH88UjigIquAdS5-mYBaLe6t-VqdJY,3319
django/contrib/gis/gdal/envelope.py,sha256=uIwPw51auMsh2rvrgF8ijDU2ajoVg0DbrR9O1O73pNY,7005
django/contrib/gis/gdal/error.py,sha256=n2HeaXamcHNYY48VRuzkRRE9xnZi-5HQZPySOWJAmsc,1997
django/contrib/gis/gdal/feature.py,sha256=6TmsCp-Pfw-B83nVRyT0csEouaCGg8kCfEqm31IPB1w,4041
django/contrib/gis/gdal/field.py,sha256=9Jhqyod-BjB9XEvzQSWieCwUSb9u-mSjKdLT4G4HcII,6735
django/contrib/gis/gdal/geometries.py,sha256=9RlA6VGeRAGC9G7AIHXb0jBaTNigV42PgRa1GXf0V44,24654
django/contrib/gis/gdal/geomtype.py,sha256=AEapGCxTrqGpzyfE8CNjeq3mK5WIADQVwTzcax50Nb8,3310
django/contrib/gis/gdal/layer.py,sha256=E6R-eCunaFt2eJK4q86pa_QbyaZHz00fNo8KacmdLjw,8689
django/contrib/gis/gdal/libgdal.py,sha256=ztzdRz8gKZUaf4e7EK_52jChjs8-JcQu5YIwcNxzXTE,3594
django/contrib/gis/gdal/srs.py,sha256=yOk8wOQKbJ8lBIB0zr03H9-MFtmnDo7hZEFt-i5xGuU,11686
django/contrib/gis/gdal/prototypes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/gis/gdal/prototypes/ds.py,sha256=AAu7QnwigZ-3Dme-uHsOySlT1TGvAYSvqF1pZtauMto,4413
django/contrib/gis/gdal/prototypes/errcheck.py,sha256=xZ7A7xLbJ9wOiomJlVdcajNhEL81SPX4WL0JEf_4-2I,4229
django/contrib/gis/gdal/prototypes/generation.py,sha256=Yv9kVBhUlAMqEXnWC9H1noCc2g9bUHyLFZnKffxys2o,4363
django/contrib/gis/gdal/prototypes/geom.py,sha256=ELRO7bR8RxO3HIuxtitr06yhsG4DxYTlRsTa6NenTqI,4946
django/contrib/gis/gdal/prototypes/raster.py,sha256=nRvcqJv3iYsvKh2L6RNKQClWfp6x6p0VBErsZnpcrx4,4370
django/contrib/gis/gdal/prototypes/srs.py,sha256=L5H-xYJptrqsJBlK30M4s_0I6DJur8cFtDMahDAqwXE,3519
django/contrib/gis/gdal/raster/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/gis/gdal/raster/band.py,sha256=HIYrqrwpnRufX_Z3rDWL0reUq8yVF5hGys7ddOxVuPY,8086
django/contrib/gis/gdal/raster/const.py,sha256=CpOMQ9rfBAdnF59dN1XwuEgage9M7cjBYcM6rb3BZ_c,1539
django/contrib/gis/gdal/raster/source.py,sha256=5qzQhMtyEJGwkjlP4HJsJ1tt8s-EOcyu7M69ScvtmCQ,14094
django/contrib/gis/geoip/__init__.py,sha256=QeKDbwMpfowl9qKWFHHR1XekRHZ4zBRMYwr6UxzNfQY,882
django/contrib/gis/geoip/base.py,sha256=0hSzm0buaTLIbKNoE7PW5nU7Ik0J98a-uziLxbx-SkA,11859
django/contrib/gis/geoip/libgeoip.py,sha256=xGlSb6VVsykfxR1SH7XZ3HCcsnNdjgNoNzlcJTiOrJg,1075
django/contrib/gis/geoip/prototypes.py,sha256=haQuO0Ug_bUF66ppMLp7aNyaTCCNjcGHFWVTVUuwUak,3950
django/contrib/gis/geoip2/__init__.py,sha256=tim1qTPmkBDf7PiRj94T7v-N1NxRRHDYHp5t7hAY41s,790
django/contrib/gis/geoip2/base.py,sha256=FmOMR6qQtwdsrarpqSWXwx1cvwpQntTsQdoVlvOQCiw,9054
django/contrib/gis/geoip2/resources.py,sha256=BAG8utbkbQvhA80L7Z0xq3ybz6EunKSxQZWnDW-Bm1A,601
django/contrib/gis/geometry/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/gis/geometry/regex.py,sha256=fzA55sGq-Zy7KDEqV1o15vpJtZtg0R7iuItOKeECObg,675
django/contrib/gis/geometry/backend/__init__.py,sha256=y0bUemX1S4buVX-J55q6yEoRP3z9bhTzyA1QrWVkioo,767
django/contrib/gis/geometry/backend/geos.py,sha256=CjvO-y_D10oiTg5ptcsLC8Nz1JYMS11OriJA4fwrDBo,151
django/contrib/gis/geos/LICENSE,sha256=CL8kt1USOK4yUpUkVCWxyuua0PQvni0wPHs1NQJjIEU,1530
django/contrib/gis/geos/__init__.py,sha256=9QpevOmkdRufju9fZ-67Wo6u7gJRGWdQRPz22gCyGNk,771
django/contrib/gis/geos/base.py,sha256=NdlFg5l9akvDp87aqzh9dk0A3ZH2TI3cOq10mmmuHBk,181
django/contrib/gis/geos/collections.py,sha256=eALkFUySRq7NOD0JoTsODBcEQBaFYGAVc6ULmNUkSHo,5160
django/contrib/gis/geos/coordseq.py,sha256=yKwXFWyNVDyOTaGcYnv-SgMCjrZO0EOYOkkpIP9wOHo,5482
django/contrib/gis/geos/error.py,sha256=r3SNTnwDBI6HtuyL3mQ_iEEeKlOqqqdkHnhNoUkMohw,104
django/contrib/gis/geos/factory.py,sha256=EIh7R5Yr_xl5SkRt47_I7bsxpAMDtMnzFrmCvpXNjoI,994
django/contrib/gis/geos/geometry.py,sha256=Mk4WU2kDT8SFUfpU0DFcHWyW1Jt_EZjmXDtF_bjWH_4,24832
django/contrib/gis/geos/io.py,sha256=iV3AVOMTpO-ANizYDONFze_gcYtia0ovr7wHx3U-SaM,819
django/contrib/gis/geos/libgeos.py,sha256=uO9bUA-YJlIHFJJRdtz2rcil9X5IvjQAX3RVMn3UpQc,6221
django/contrib/gis/geos/linestring.py,sha256=Ira74YD5HLJPRWzZIrWQW9zHbQ-ysrXupnoklUMfK5s,6019
django/contrib/gis/geos/mutable_list.py,sha256=VskJvrR8E0n3HVsxVR_QRafR-J9gBRFsGIZ9zs_80Sw,10716
django/contrib/gis/geos/point.py,sha256=r483GVI2bCgHGFMZr6AqG6wuszllAgBPV2Qq_TWqCwg,6239
django/contrib/gis/geos/polygon.py,sha256=-WneUt74l2kepN9GmQJjcj1IqX4-5C6PHQjZIxsKGg0,6932
django/contrib/gis/geos/prepared.py,sha256=rJf35HOTxPrrk_yA-YR9bQlL_pPDKecuhwZlcww8lxY,1575
django/contrib/gis/geos/prototypes/__init__.py,sha256=eXx7fJz589Cm4SmZnUBeWCC3-mpUyvOMUFrAmdfB-74,1279
django/contrib/gis/geos/prototypes/coordseq.py,sha256=EU8JW5-CboFoBg66hzj-EykYqbEkyjLqnffDi2ru7ms,3049
django/contrib/gis/geos/prototypes/errcheck.py,sha256=qRhBXF8FfezhbQdLfvL4I4zYj83KXJg-dQyjq2ZEhro,2954
django/contrib/gis/geos/prototypes/geom.py,sha256=h81UcatNyjMCU_SPgFrke2UK53Jx5neDUZnYwK4gXuA,4171
django/contrib/gis/geos/prototypes/io.py,sha256=tgxDWW3z77nqTmhJ5vo7XqYX3mOhqgb22LWu8eg4gTg,11415
django/contrib/gis/geos/prototypes/misc.py,sha256=W1O0vkWKZ8X3c4TiuTLL8U7Pr8iPP83SnEuRolESnng,1300
django/contrib/gis/geos/prototypes/predicates.py,sha256=mUoPe2_xJpHlwtQaopQqNfLCfB52lIg_W-wF7qzTD9c,1587
django/contrib/gis/geos/prototypes/prepared.py,sha256=LJ9LkGLLGbg09BNwVVGRtVOPOI31LuxmEq24vNDp3Bg,1184
django/contrib/gis/geos/prototypes/threadsafe.py,sha256=QsaMG4FuMqBVcnWKfShVTb3-acYcZj7vXlLDCq6eESk,2880
django/contrib/gis/geos/prototypes/topology.py,sha256=u4rvak8vjzIzwNkzL_nZg5AbInQFTATdGHaHum34VpY,2237
django/contrib/gis/locale/af/LC_MESSAGES/django.mo,sha256=TN3GddZjlqXnhK8UKLlMoMIXNw2szzj7BeRjoKjsR5c,470
django/contrib/gis/locale/af/LC_MESSAGES/django.po,sha256=XPdXaQsZ6yDPxF3jVMEI4bli_5jrEawoO-8DHMk8Q_A,1478
django/contrib/gis/locale/ar/LC_MESSAGES/django.mo,sha256=srPhDKGm9tGrfxjUcbIfUbroGP5oh90Ok4hRZMEu0gM,2500
django/contrib/gis/locale/ar/LC_MESSAGES/django.po,sha256=gQsRymv31wFvEM5Y256kn0UPwdsYrPWPXWtbUKkq7eg,2705
django/contrib/gis/locale/ast/LC_MESSAGES/django.mo,sha256=gk5S-u3FGlSbCYKgE_tV_3nc-YyXJ_LQAMo_yXd0NIE,850
django/contrib/gis/locale/ast/LC_MESSAGES/django.po,sha256=r6wdkgJnnuxHGgK1jwF_JUIIy77T13hPE5zLMT5_lzU,1729
django/contrib/gis/locale/az/LC_MESSAGES/django.mo,sha256=bIPhhXkJkj8sNtLXz0QzqjsvDmLGqZcLkk8W1XkZ7pU,1211
django/contrib/gis/locale/az/LC_MESSAGES/django.po,sha256=E5cYEZlGlX5TXKDabQQO1XP4R3zvDvsiYJ5MBYK48CU,1846
django/contrib/gis/locale/be/LC_MESSAGES/django.mo,sha256=Yd6M2fjpoCFiopNecYX3-_z3dtl9SR0qsQHNEwOpWfY,2570
django/contrib/gis/locale/be/LC_MESSAGES/django.po,sha256=gMPWNzyw86qFDOri68pRnZ1IXd4NjDs2SR3apLMigZ8,2727
django/contrib/gis/locale/bg/LC_MESSAGES/django.mo,sha256=924RfPPHIKXj7G1sqDKemQ6I3MgO3gk_UWUdLn0Vgt0,2535
django/contrib/gis/locale/bg/LC_MESSAGES/django.po,sha256=lSnUJcxU3S6ppfGxKbZZsvbAZiNLGL4pxALXOoJ_7ho,2747
django/contrib/gis/locale/bn/LC_MESSAGES/django.mo,sha256=Pqr11Jr_Cf20xz87CgFfvjZyIpFlUu3CPR6ou0fm20A,1070
django/contrib/gis/locale/bn/LC_MESSAGES/django.po,sha256=cSqGDUGLMU9ev_VlUKyrO6Rph3LvPXeYNAw38QWRMds,1974
django/contrib/gis/locale/br/LC_MESSAGES/django.mo,sha256=dKdyM_SsEERl7fEYUej6idqQpQVVm2oeBdQwzcxGU8s,466
django/contrib/gis/locale/br/LC_MESSAGES/django.po,sha256=mcr1XLHBS7WvX4S086rope0RX_WhkpZd93t-1S9A0O0,1512
django/contrib/gis/locale/bs/LC_MESSAGES/django.mo,sha256=18OwW8plE5lhvuYChfinuAvGcV_-4ySDlysrs42Rnik,1308
django/contrib/gis/locale/bs/LC_MESSAGES/django.po,sha256=ngSXza_LG67k5oiPnpagjYsm3KOEVVxqcfDOPa7lEXw,1950
django/contrib/gis/locale/ca/LC_MESSAGES/django.mo,sha256=bYeJTrpVzruhbCo-f5o27NjtwCo-zuZn7owXqwoIvL0,2117
django/contrib/gis/locale/ca/LC_MESSAGES/django.po,sha256=V_utVQ8s5Me4y8V5-GYvx0CaBDLN5zz2bfOLpKfbAMs,2381
django/contrib/gis/locale/cs/LC_MESSAGES/django.mo,sha256=ePQhHKzFqkCn4_Hj88JMMU4vaquQiQUA-XXDG82A8ec,2146
django/contrib/gis/locale/cs/LC_MESSAGES/django.po,sha256=0xVlAKkhteRks5EejpkLPZCKLmQ0vl9lALSoHdWqjNA,2341
django/contrib/gis/locale/cy/LC_MESSAGES/django.mo,sha256=Mf8PLijc-4AKqj9vPrRsSLxtF0OCy8xcePm1kKzBACo,1430
django/contrib/gis/locale/cy/LC_MESSAGES/django.po,sha256=hSPHQb3Di4qE_y85RW5cKlzsrWaTYOakTrHYm1nKBuA,1945
django/contrib/gis/locale/da/LC_MESSAGES/django.mo,sha256=XAk3_GtszExhC7J2KD6H1QzHf9CoTidRiirBfyd599I,2007
django/contrib/gis/locale/da/LC_MESSAGES/django.po,sha256=s1eiV28xSGtafZrwDEbQvL3bWBTyw9aftVWHkvr8I3I,2243
django/contrib/gis/locale/de/LC_MESSAGES/django.mo,sha256=fnejUTgC7ZTsGblqXTbXWVXm5C9W_A5F6kyedrwXLI4,2075
django/contrib/gis/locale/de/LC_MESSAGES/django.po,sha256=5hj9zoyDKp4QrajcGI92KDa4TPFkY994NjheSMqLIOQ,2221
django/contrib/gis/locale/dsb/LC_MESSAGES/django.mo,sha256=ry6fUE5afxDCbIpNPDx7VCCGjS3TofuN7mPtjeN47yM,2187
django/contrib/gis/locale/dsb/LC_MESSAGES/django.po,sha256=A4F5bSLlf0CbJo-E3ABPFgBYumilow94hUuTQKfSdxY,2298
django/contrib/gis/locale/el/LC_MESSAGES/django.mo,sha256=_TSb_egMnGXoLqMVWXAI1xTwJ5FzRt-6M3xEp4waOr4,2609
django/contrib/gis/locale/el/LC_MESSAGES/django.po,sha256=pJNGVVJ5rSzNW_7PeGCAyJoHe9mAw127KuTC2PGUFAw,2970
django/contrib/gis/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356
django/contrib/gis/locale/en/LC_MESSAGES/django.po,sha256=xQNCkGkE6LwUS33QmgHTaLg0TQNbO9IPElF6RkYrY9c,2223
django/contrib/gis/locale/en_AU/LC_MESSAGES/django.mo,sha256=IPn5kRqOvv5S7jpbIUw8PEUkHlyjEL-4GuOANd1iAzI,486
django/contrib/gis/locale/en_AU/LC_MESSAGES/django.po,sha256=x_58HmrHRia2LoYhmmN_NLb1J3f7oTDvwumgTo0LowI,1494
django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo,sha256=SsieTzWUGLxjbQNAlbLei2bVaDjUckvh07CXZvOMQYU,1369
django/contrib/gis/locale/en_GB/LC_MESSAGES/django.po,sha256=GjH1sFqfPeQxl1XTNm-BZA90w6qFRBuvwS8bU96m9CU,1955
django/contrib/gis/locale/eo/LC_MESSAGES/django.mo,sha256=bBZ5Vd6VgCZBab-QPfiZXmxUxxBaLKDOqg5T-FT5Nws,2054
django/contrib/gis/locale/eo/LC_MESSAGES/django.po,sha256=0PV-8OaokLNnBBQGTHkWEV5KTj07vb0UjQdqEnDNvwc,2243
django/contrib/gis/locale/es/LC_MESSAGES/django.mo,sha256=fMigfWURxshj0fFjLlC4EVjvW0yVojRR6RRikhrmvxE,2126
django/contrib/gis/locale/es/LC_MESSAGES/django.po,sha256=cHCCgcUEUPZ1Q1KLg1fROtQYQzjGrcCy5lnhdEow3zc,2487
django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo,sha256=aG79nhPIiKlzVH-6KdP78Nbrx3Lh0nSUTz28ibRO4Dg,2126
django/contrib/gis/locale/es_AR/LC_MESSAGES/django.po,sha256=1Q8eZ6cVd_v3W84ZjZX2Lp8pIcSPkJxmUF_J_Cx8_5k,2270
django/contrib/gis/locale/es_CO/LC_MESSAGES/django.mo,sha256=ZfZ2Sv8GfhB3jLw5Iip-rGZNpsCwGooj7D0AZMECQOE,1936
django/contrib/gis/locale/es_CO/LC_MESSAGES/django.po,sha256=IXcU4qtjiOAwsfjo6THEjzg_iUs0vumsvszAvZfdPBk,2420
django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo,sha256=Y3bKCWTsAB3g3xyYealejjylQPVHFgX9uJ6-deOBhOg,1441
django/contrib/gis/locale/es_MX/LC_MESSAGES/django.po,sha256=o2pcxOhBJ6klNB23Yq0_EHmUxbwEXsdSQhgPouYVH5c,2001
django/contrib/gis/locale/es_VE/LC_MESSAGES/django.mo,sha256=5YVIO9AOtmjky90DAXVyU0YltfQ4NLEpVYRTTk7SZ5o,486
django/contrib/gis/locale/es_VE/LC_MESSAGES/django.po,sha256=R8suLsdDnSUEKNlXzow3O6WIT5NcboZoCjir9GfSTSQ,1494
django/contrib/gis/locale/et/LC_MESSAGES/django.mo,sha256=1Xv6WHnEQoIxlVNLhEIEUj0n56khfW7DYTMfEONuzjA,2038
django/contrib/gis/locale/et/LC_MESSAGES/django.po,sha256=eOnRfoNooVpmLxrtz1iRYnHafVJXIpcvd4Dtp4e0UNI,2310
django/contrib/gis/locale/eu/LC_MESSAGES/django.mo,sha256=t8KTf6Eg6SrGVDbdZ1dewWoTWvft8ntLMfv583aM8MI,1399
django/contrib/gis/locale/eu/LC_MESSAGES/django.po,sha256=ItBgihXBuQ6CrMgHRURjb5txbogeCmwXydgPJReeoyA,1912
django/contrib/gis/locale/fa/LC_MESSAGES/django.mo,sha256=_aD31QDBpRg9ceIFlHsynhkjD-G2Myzb65qCxYf8ShI,2351
django/contrib/gis/locale/fa/LC_MESSAGES/django.po,sha256=ri0NsUYoDg0k-nPraC51p5UuhxjUZsjPYtIsBlNH450,2686
django/contrib/gis/locale/fi/LC_MESSAGES/django.mo,sha256=GOeIcJOZqeGWQ6KGvOgPHWXi1tXYneSIHVgk5V4NcwQ,2005
django/contrib/gis/locale/fi/LC_MESSAGES/django.po,sha256=9FagRkuIh6hzhVDFP9CAOS75cN3U_uMpcUQVcpQcgvs,2180
django/contrib/gis/locale/fr/LC_MESSAGES/django.mo,sha256=buEvvRJvGyHYIw-jwKOEGdg4ineFzIHMFteFW6xUIvw,2082
django/contrib/gis/locale/fr/LC_MESSAGES/django.po,sha256=IGsBmfOFaI6SaUFWW4r8wT14W6_sgIWpJRyIpxyzVqI,2290
django/contrib/gis/locale/fy/LC_MESSAGES/django.mo,sha256=2kCnWU_giddm3bAHMgDy0QqNwOb9qOiEyCEaYo1WdqQ,476
django/contrib/gis/locale/fy/LC_MESSAGES/django.po,sha256=7ncWhxC5OLhXslQYv5unWurhyyu_vRsi4bGflZ6T2oQ,1484
django/contrib/gis/locale/ga/LC_MESSAGES/django.mo,sha256=4p2fWyQYPzgfFDC0uioOKcMt6kjteozC5YbmhVH_b8o,1420
django/contrib/gis/locale/ga/LC_MESSAGES/django.po,sha256=b6ViquALIygZhpkHByK_TaFrPwsrBM2SVxBJEkuGJf0,2013
django/contrib/gis/locale/gd/LC_MESSAGES/django.mo,sha256=XoISLuhOCYGSldEwp_8BHiY-ZC9wuFgrzkpucJIF4H8,2196
django/contrib/gis/locale/gd/LC_MESSAGES/django.po,sha256=ASRUc-HfsuK5LogYvl-r3xoa_rxlVCYLbHQef5c2dy0,2308
django/contrib/gis/locale/gl/LC_MESSAGES/django.mo,sha256=K_7vnHR4AK4ctB83vNRY2ibsfHhlsWil27FXSfcEEjQ,1421
django/contrib/gis/locale/gl/LC_MESSAGES/django.po,sha256=NMzRi33TjyEOrDgxx4ojZqoOOk4tYRNepMgiKsahS98,2051
django/contrib/gis/locale/he/LC_MESSAGES/django.mo,sha256=5eyNcQRIOLo260HTaQ2IaP3aFGrmOfTrEceJXXklZKc,2226
django/contrib/gis/locale/he/LC_MESSAGES/django.po,sha256=lFKi6N8OR7hHszxKsiNwkbDRQAlyuH31Etgjv2gV5kc,2374
django/contrib/gis/locale/hi/LC_MESSAGES/django.mo,sha256=QjFGL3gEoRTMGd5gpFCjMVe3kFE1hH-thyFsxQSMO8E,1818
django/contrib/gis/locale/hi/LC_MESSAGES/django.po,sha256=EYyjDjDZcE_7nidQNDS49YO1KhQxrq-FayYYgumfeow,2417
django/contrib/gis/locale/hr/LC_MESSAGES/django.mo,sha256=cQLFpa7VKF7tTFlLbkWdVVsbJUueqtc3KguwiSGCPJs,1549
django/contrib/gis/locale/hr/LC_MESSAGES/django.po,sha256=RZGd0a8IWoA70xknFSQGaR36ytzO_tkkwR04q3hgINQ,2132
django/contrib/gis/locale/hsb/LC_MESSAGES/django.mo,sha256=F2lDUn_IOJ72BVK1zPivyau8H422vFOht8BtwcwcHVk,2161
django/contrib/gis/locale/hsb/LC_MESSAGES/django.po,sha256=b0cgZMiH6peOFKP3Xmu8aLRsc37jaN54aMKZWHaoubc,2275
django/contrib/gis/locale/hu/LC_MESSAGES/django.mo,sha256=mhXf_J7OT1IEAqwhOyBrgeh0IbYIB5z6oegAjZpsgw4,2027
django/contrib/gis/locale/hu/LC_MESSAGES/django.po,sha256=Sglb0blQjXa6U6LmkAUIaRXl7Fk7kGR9eo8IGQKdRwA,2253
django/contrib/gis/locale/ia/LC_MESSAGES/django.mo,sha256=m25Unt__GUFS4F8PA-2bcN8MWHZl6ySKdPL7YkznVfE,1899
django/contrib/gis/locale/ia/LC_MESSAGES/django.po,sha256=0T0qigG6E7PeSH3e6Rwn6VyWYwRQOwarrP53Qm97jk8,2116
django/contrib/gis/locale/id/LC_MESSAGES/django.mo,sha256=Ck-aIL_PgDMwZMtP78Fas3wRHynmWYR0JEkbvfYZTSM,2064
django/contrib/gis/locale/id/LC_MESSAGES/django.po,sha256=UTyEqrHWAnat5e9vgBo1gN5K3_Ylnuna0vaZ4so22yI,2397
django/contrib/gis/locale/io/LC_MESSAGES/django.mo,sha256=_yUgF2fBUxVAZAPNw2ROyWly5-Bq0niGdNEzo2qbp8k,464
django/contrib/gis/locale/io/LC_MESSAGES/django.po,sha256=fgGJ1xzliMK0MlVoV9CQn_BuuS3Kl71Kh5YEybGFS0Y,1472
django/contrib/gis/locale/is/LC_MESSAGES/django.mo,sha256=hOP4a4uXBuhWDsgg-qwV1ty_eTvnohB8Qag0Lkj24Ts,1317
django/contrib/gis/locale/is/LC_MESSAGES/django.po,sha256=GV5l_f7mqxN_srCqlbfw12KfUz4S4ik_NLKnOJQX1p4,1910
django/contrib/gis/locale/it/LC_MESSAGES/django.mo,sha256=hEaOd7W6wKkAewk9qw0A6UOtYsWLkJBjkZtZVpKqeHE,2075
django/contrib/gis/locale/it/LC_MESSAGES/django.po,sha256=wDEW5U7EZdZ-ZNBj57sfONaTY21ijTCNHl_8mXs6t1I,2369
django/contrib/gis/locale/ja/LC_MESSAGES/django.mo,sha256=zx9nU4lO-jNzfJU32hb0uUgH2vvhIrzlA0T4ooMiq0Y,2207
django/contrib/gis/locale/ja/LC_MESSAGES/django.po,sha256=bYCvm7M4P9gKsnD5ILBzDEF_27Fz7HaoQrTstWyGd_k,2364
django/contrib/gis/locale/ka/LC_MESSAGES/django.mo,sha256=nm2kHQAAisWepZ3xWjj3HvLFtRcggfswmQgfaL08Za0,2103
django/contrib/gis/locale/ka/LC_MESSAGES/django.po,sha256=fOKJxh7Sr86O85K6lp1tyh-_EDMDGsf_x6mnc4aASFE,2664
django/contrib/gis/locale/kk/LC_MESSAGES/django.mo,sha256=XpmlIbxfXzlVjLxZ9uaHryqCQOUy310CXR0ZP83PTak,1349
django/contrib/gis/locale/kk/LC_MESSAGES/django.po,sha256=S8c9d-zgSrfBg0YjfcArZDK57F9gWJdWkuL9KopsGPw,2019
django/contrib/gis/locale/km/LC_MESSAGES/django.mo,sha256=T0aZIZ_gHqHpQyejnBeX40jdcfhrCOjgKjNm2hLrpNE,459
django/contrib/gis/locale/km/LC_MESSAGES/django.po,sha256=7ARjFcuPQJG0OGLJu9pVfSiAwc2Q-1tT6xcLeKeom1c,1467
django/contrib/gis/locale/kn/LC_MESSAGES/django.mo,sha256=EkJRlJJSHZJvNZJuOLpO4IIUEoyi_fpKwNWe0OGFcy4,461
django/contrib/gis/locale/kn/LC_MESSAGES/django.po,sha256=NM3FRy48SSVsUIQc8xh0ZKAgTVAP8iK8elp7NQ6-IdE,1469
django/contrib/gis/locale/ko/LC_MESSAGES/django.mo,sha256=lsUgg3i8Ne39ZKr0ziFuFOCxWVWCuLohkEUh4n21kLM,2086
django/contrib/gis/locale/ko/LC_MESSAGES/django.po,sha256=--2eWc6AiB-GD__HsniRnWfqAj9eZ1_DyUamug9qlCQ,2367
django/contrib/gis/locale/lb/LC_MESSAGES/django.mo,sha256=XAyZQUi8jDr47VpSAHp_8nQb0KvSMJHo5THojsToFdk,474
django/contrib/gis/locale/lb/LC_MESSAGES/django.po,sha256=5rfudPpH4snSq2iVm9E81EBwM0S2vbkY2WBGhpuga1Q,1482
django/contrib/gis/locale/lt/LC_MESSAGES/django.mo,sha256=-xP-JxBNNoKPwSPoB1snK9BOlAiyh4aIkhmGcekG33A,2120
django/contrib/gis/locale/lt/LC_MESSAGES/django.po,sha256=A9hVQY7QwG7bNG8NEDoZs0P05CCBs9ECSRTx5RlT_nE,2348
django/contrib/gis/locale/lv/LC_MESSAGES/django.mo,sha256=N0F75ehH2ku-qYWF8QD5EcEH1PLU9iQuXPPuwucWjR8,2057
django/contrib/gis/locale/lv/LC_MESSAGES/django.po,sha256=7XD02ecXzd3os80i7a0xr8Oj5OM7wCJKtwIrjoPTq5o,2200
django/contrib/gis/locale/mk/LC_MESSAGES/django.mo,sha256=PyHgriOOrO7qY147sm3O8Y5428YmUWMm8L-dP7gpso8,2717
django/contrib/gis/locale/mk/LC_MESSAGES/django.po,sha256=DXYD3s9g_N9bww-gm2PwkURcHScxhVhHFJcftDcNkTc,3018
django/contrib/gis/locale/ml/LC_MESSAGES/django.mo,sha256=G41-WcWBI54OrAQAhtm5yqVa-r_xjnkOdpRP5vc22rQ,2049
django/contrib/gis/locale/ml/LC_MESSAGES/django.po,sha256=d7Sk7okJI8toCHMX-71VWlsNtaSLfQCi514wr6xhLog,2648
django/contrib/gis/locale/mn/LC_MESSAGES/django.mo,sha256=0m7kyAB0ZsT9Sm1-9eFlex606_RUtU0kTdfHIMtdagY,2521
django/contrib/gis/locale/mn/LC_MESSAGES/django.po,sha256=7S-qDh4p3TSOJuYDIYygxxV1W0f_nIk6J3TAoMRRte4,2852
django/contrib/gis/locale/mr/LC_MESSAGES/django.mo,sha256=sO2E__g61S0p5I6aEwnoAsA3epxv7_Jn55TyF0PZCUA,468
django/contrib/gis/locale/mr/LC_MESSAGES/django.po,sha256=McWaLXfWmYTDeeDbIOrV80gwnv07KCtNIt0OXW_v7vw,1476
django/contrib/gis/locale/my/LC_MESSAGES/django.mo,sha256=i6JlVxP_finJ6vMVsv_csixtZa1qGs3ezVJZDIsE7G8,461
django/contrib/gis/locale/my/LC_MESSAGES/django.po,sha256=eqtpOzHodtyr15aVOVVMtirg6XSUm6n7BsQpSIZ6D2k,1469
django/contrib/gis/locale/nb/LC_MESSAGES/django.mo,sha256=f_-t0GP95HOY6jjcUCoEkn-1-WzbQmg31CjwP29UV8Q,1992
django/contrib/gis/locale/nb/LC_MESSAGES/django.po,sha256=3hQOZnHX3zOrtW-h4QSiPuMpExmeeDnOVeFlHfVxPMY,2200
django/contrib/gis/locale/ne/LC_MESSAGES/django.mo,sha256=Dk04PWE9RfSH5hXHuxMD9RlKkpxif4fBvDro78E3oAU,982
django/contrib/gis/locale/ne/LC_MESSAGES/django.po,sha256=Ny5WSTwqQVDLIRzyz06HXJCyIOrQv3vqKr2hiMOSGlY,1870
django/contrib/gis/locale/nl/LC_MESSAGES/django.mo,sha256=VP8meurlaJMn2FLPlKhlhNmOySf6S1_7hOYorv0gO04,2071
django/contrib/gis/locale/nl/LC_MESSAGES/django.po,sha256=qMlYmtnsV2hCimOa-HmfMX_2XkI_JLC45nYlVg5A61Y,2408
django/contrib/gis/locale/nn/LC_MESSAGES/django.mo,sha256=H0YEQOOFdTp27NFu9DRMOtT094NOVOdU4aVQzpExjbk,1202
django/contrib/gis/locale/nn/LC_MESSAGES/django.po,sha256=98WkclJk8jvKWzo3WdiUCvktGDMoFaPn94-zVQHMweQ,1841
django/contrib/gis/locale/os/LC_MESSAGES/django.mo,sha256=DVhxzoCXrMlG55oxR72ePXv0whLkTDmNA0vv4nwJyWk,1594
django/contrib/gis/locale/os/LC_MESSAGES/django.po,sha256=0kmOZnYC3yrGEdGG27E8DKLE8ZfjLaYmLU933upH4MI,2206
django/contrib/gis/locale/pa/LC_MESSAGES/django.mo,sha256=D4hrmA7cdtzYXE7zv2TTE-Wv54eDc2oy1ycRog6wy1Y,1265
django/contrib/gis/locale/pa/LC_MESSAGES/django.po,sha256=hwzDQWqLbUCm7oor5U41YDDnmRFU-LJPdlDkMm5Rogw,2038
django/contrib/gis/locale/pl/LC_MESSAGES/django.mo,sha256=_FRfQEVThFrDcNksbDacEi1W0-xYsR0hhX6hjgt-uO4,2146
django/contrib/gis/locale/pl/LC_MESSAGES/django.po,sha256=gz06fVu2NiKmvOfKQbAsy5exqekRVMIQVZ8aH5qgBH0,2500
django/contrib/gis/locale/pt/LC_MESSAGES/django.mo,sha256=97DtEU7Op4enQiCGfsgbB7rcnXFxVu6v_2tgZmc4KJY,2107
django/contrib/gis/locale/pt/LC_MESSAGES/django.po,sha256=rCq39JViNPVSI9fhALWapcgf1Lh7U1B7UEgP6EduA70,2508
django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo,sha256=hvbpciF11kbao7pvwgvuk5-anWQdK7fAL3OZbytofPA,2089
django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.po,sha256=_RBqtN2gh811Od8oLzjYPkFrNkaFg0t3njvLkmFL13c,2396
django/contrib/gis/locale/ro/LC_MESSAGES/django.mo,sha256=uC1jNngMxWnek0coS0kye_lwEQ6XQBZuRBq-LuzBXoE,2137
django/contrib/gis/locale/ro/LC_MESSAGES/django.po,sha256=j_pw9xn1o4JM-MWZHXIIxCVmQnvd9bvc1xn47HltKL8,2366
django/contrib/gis/locale/ru/LC_MESSAGES/django.mo,sha256=jA1J1r6EJhDppnoYah-eFnQohK_V4X0Atk5HbB1B6yA,2693
django/contrib/gis/locale/ru/LC_MESSAGES/django.po,sha256=CAIpMaq48oTE-7RnkOzSABDi32qc6YSx7tgW1Uh6BNo,2966
django/contrib/gis/locale/sk/LC_MESSAGES/django.mo,sha256=_KPjIpGkbPPxENxvjpD7uuQ8KrftIbjjyAgaKGFZF2s,1445
django/contrib/gis/locale/sk/LC_MESSAGES/django.po,sha256=WBI1HSQP2NUvGfA-fyHFsQ5H_UpiMDVoFqbypfDegho,2029
django/contrib/gis/locale/sl/LC_MESSAGES/django.mo,sha256=TxW55PJI8OQYKxjovyOCAhSoax_qgdZ2UePkc6PquGc,2067
django/contrib/gis/locale/sl/LC_MESSAGES/django.po,sha256=gf8jjY-1xz8_MekqyaFIaoqJ9Xtpsykx4eSEctVY_t4,2303
django/contrib/gis/locale/sq/LC_MESSAGES/django.mo,sha256=yN2zqnHSsUwA5PXtHyc22GrfOddi1kH8E129d4ZOCxY,1991
django/contrib/gis/locale/sq/LC_MESSAGES/django.po,sha256=s1GuZW7ehuU1k9CTxW3V-aSNUSC24mqFEqLLoncEuIo,2218
django/contrib/gis/locale/sr/LC_MESSAGES/django.mo,sha256=FP3g8KM9TIcYlxV2MC1PYxQNweapIVbWrczGYA8pSeY,1700
django/contrib/gis/locale/sr/LC_MESSAGES/django.po,sha256=RorF4Snm_XHYZ0Jm_4VwJd4sn1ZG_cvjZF_Nzj0FGPo,2284
django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=aPYqeNT-S5-Z6u0tus-LkbensBr5tu2mnKOBTcgy7WA,1468
django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.po,sha256=TgRDjKAg0dOetf5jumGtVER5sJSftWMtGDsaIOhZ3JY,2052
django/contrib/gis/locale/sv/LC_MESSAGES/django.mo,sha256=o7LdeC-j1U5OsFYEosNLdf-Zb0YOGWgnO2RHClCdkto,1756
django/contrib/gis/locale/sv/LC_MESSAGES/django.po,sha256=t4bEwbvy-Oa6emQa-EuT4CNQSWs5WqAUaNBoUt4G8Vs,2119
django/contrib/gis/locale/sw/LC_MESSAGES/django.mo,sha256=KYi9kiehqrSEvVDVZll9u_cAg-FiPl6R40R8GlOrxUo,1426
django/contrib/gis/locale/sw/LC_MESSAGES/django.po,sha256=XFSBnv51fl10Cqh0RYUE5MESJHIF1jl-Stsg25SHuu8,1934
django/contrib/gis/locale/ta/LC_MESSAGES/django.mo,sha256=Rboo36cGKwTebe_MiW4bOiMsRO2isB0EAyJJcoy_F6s,466
django/contrib/gis/locale/ta/LC_MESSAGES/django.po,sha256=sLYW8_5BSVoSLWUr13BbKRe0hNJ_cBMEtmjCPBdTlAk,1474
django/contrib/gis/locale/te/LC_MESSAGES/django.mo,sha256=SvyNIoD6XD6mXqn7cJVlazNOmqh2bQAjrR33-I37g5g,824
django/contrib/gis/locale/te/LC_MESSAGES/django.po,sha256=sBQQtHYmfEMadY9yyJzt_L5htX8Y8z0jtrHLpcKGIY0,1817
django/contrib/gis/locale/th/LC_MESSAGES/django.mo,sha256=0P-ZWHQ5jc08wx6Wh0zpDDJFbtiLiIwWSvlQ1xx01xk,1835
django/contrib/gis/locale/th/LC_MESSAGES/django.po,sha256=h4bDHYwex0yPfXH80-wEKZtyLuW-2-Z_9FHSwKJ_EU0,2478
django/contrib/gis/locale/tr/LC_MESSAGES/django.mo,sha256=O9DsSAt_8g0QOkiIxmo4VIb9NNfRJUU8If7dVgT8coY,2091
django/contrib/gis/locale/tr/LC_MESSAGES/django.po,sha256=Xr1i182DwVkzNUL7F1RVXu01GqXWcRaYI3yWY46wz2g,2320
django/contrib/gis/locale/tt/LC_MESSAGES/django.mo,sha256=aVGr4Rd65oMUUVrVquzZGs01RtXVo_KJFjyZMYsAryI,1470
django/contrib/gis/locale/tt/LC_MESSAGES/django.po,sha256=GjUgtlsJwBSpsURYPfVxJEyWM-X70RsJ_bwkInCPknk,2117
django/contrib/gis/locale/udm/LC_MESSAGES/django.mo,sha256=I6bfLvRfMn79DO6bVIGfYSVeZY54N6c8BNO7OyyOOsw,462
django/contrib/gis/locale/udm/LC_MESSAGES/django.po,sha256=B1PCuPYtNOrrhu4fKKJgkqxUrcEyifS2Y3kw-iTmSIk,1470
django/contrib/gis/locale/uk/LC_MESSAGES/django.mo,sha256=GT4Grwg4R7P70ga3OEilzeifRDFCtpT9iCnz_rxB3xY,2455
django/contrib/gis/locale/uk/LC_MESSAGES/django.po,sha256=rTF18aJAnIUmCCvmCgTRxrCGl9AhWaa4EEN_wWrVbFE,2873
django/contrib/gis/locale/ur/LC_MESSAGES/django.mo,sha256=_izdVjnobl931Pn55isUAaiQFwtkcb6ztYRr-fpxvms,1410
django/contrib/gis/locale/ur/LC_MESSAGES/django.po,sha256=5Llc1FEGiYutLmNVDrUWXDlQmxc-Aw0NCsenER0k9oo,2052
django/contrib/gis/locale/vi/LC_MESSAGES/django.mo,sha256=OuFx2WA6o9XGsArM08ZBUzeYNRYP3NdSW0o0EBUPawE,1379
django/contrib/gis/locale/vi/LC_MESSAGES/django.po,sha256=HPHoBwdqrbYc2-Tu2OOi430oBq004RzM6ZSaakxRbVs,1997
django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=38j_-DHo9zaxkPkOH-kIsBTmnhQQiPzfGGv1br-c418,1968
django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.po,sha256=DmUH7D1E9M1Cz3p9YlLRd9c0r66z4uP1_A7tiGbv6XA,2328
django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=m34mXzkyGR-Fp0DVuajg9UKN7BcSuE7acJX7ZngiwYA,2013
django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.po,sha256=9x2gmpucfrbFLVzo-seRWxRF9IrGvZRiTIrkJ5__kls,2323
django/contrib/gis/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/gis/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/gis/management/commands/inspectdb.py,sha256=yWN2qCsqfXSp3TCVDGQYmrMTJ1wa5Jy12aqkgEiAVGw,760
django/contrib/gis/management/commands/ogrinspect.py,sha256=_3t_zKyOmA3weDZgYYXYSiHiauzdVBw9xzcReVCimSI,5903
django/contrib/gis/serializers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/gis/serializers/geojson.py,sha256=Q1N_B0yKRV_reE71ID8j0al4slHq-ngg8QDFObCynSY,2876
django/contrib/gis/sitemaps/__init__.py,sha256=eVHUxfzw1VQn6bqH3D8bE471s8bNJSB3phuAI-zg9gA,138
django/contrib/gis/sitemaps/kml.py,sha256=P4AV6v0ZCQvyp2FiBrYuIiXcKhZjNz-D1f0EaRNeqMw,2416
django/contrib/gis/sitemaps/views.py,sha256=iqDwlbd_u4e_4tAsrk4qyweGQA5nw5XFdnsosp-CQCQ,2365
django/contrib/gis/static/gis/css/ol3.css,sha256=pJADzfx4_NL2C1onFpU-muconAA5NThN4sEqSNyY_So,657
django/contrib/gis/static/gis/img/draw_line_off.svg,sha256=6XW83xsR5-Guh27UH3y5UFn9y9FB9T_Zc4kSPA-xSOI,918
django/contrib/gis/static/gis/img/draw_line_on.svg,sha256=Hx-pXu4ped11esG6YjXP1GfZC5q84zrFQDPUo1C7FGA,892
django/contrib/gis/static/gis/img/draw_point_off.svg,sha256=PICrywZPwuBkaQAKxR9nBJ0AlfTzPHtVn_up_rSiHH4,803
django/contrib/gis/static/gis/img/draw_point_on.svg,sha256=raGk3oc8w87rJfLdtZ4nIXJyU3OChCcTd4oH-XAMmmM,803
django/contrib/gis/static/gis/img/draw_polygon_off.svg,sha256=gnVmjeZE2jOvjfyx7mhazMDBXJ6KtSDrV9f0nSzkv3A,981
django/contrib/gis/static/gis/img/draw_polygon_on.svg,sha256=ybJ9Ww7-bsojKQJtjErLd2cCOgrIzyqgIR9QNhH_ZfA,982
django/contrib/gis/static/gis/js/OLMapWidget.js,sha256=-Ry6ICBpsfq3XoAU2SshQeCyMuaGd1ZlgPgHapgKFWU,8981
django/contrib/gis/templates/gis/openlayers-osm.html,sha256=6iJ-tdxcLg5jFtOLtOC7H25soj9wpYzKFq5V7RjYNTY,321
django/contrib/gis/templates/gis/openlayers.html,sha256=P_sBibtZ8ybiBG6dtYbVhRgDYJE-oKYPzl452xad5Ok,1912
django/contrib/gis/templates/gis/admin/openlayers.html,sha256=GsjT4sNA-2iHRe7PJKsBIGDEAa29vGXwFNNACowj1lw,1867
django/contrib/gis/templates/gis/admin/openlayers.js,sha256=KoT3VUMAez9-5QoT5U6OJXzt3MLxlTrJMMwINjQ_k7M,8975
django/contrib/gis/templates/gis/admin/osm.html,sha256=yvYyZPmgP64r1JT3eZCDun5ENJaaN3d3wbTdCxIOvSo,111
django/contrib/gis/templates/gis/admin/osm.js,sha256=0wFRJXKZ2plp7tb0F9fgkMzp4NrKZXcHiMkKDJeHMRw,128
django/contrib/gis/templates/gis/kml/base.kml,sha256=VYnJaGgFVHRzDjiFjbcgI-jxlUos4B4Z1hx_JeI2ZXU,219
django/contrib/gis/templates/gis/kml/placemarks.kml,sha256=TEC81sDL9RK2FVeH0aFJTwIzs6_YWcMeGnHkACJV1Uc,360
django/contrib/gis/utils/__init__.py,sha256=P7_LhvxGS8S6ZNJYzdi7H3KivXGTdqB7MwacM-ext6M,712
django/contrib/gis/utils/layermapping.py,sha256=pAzT28FrbJqrAD3qrU3n1ZtHwoTFkA9XC2z8Xh7Y0sU,27371
django/contrib/gis/utils/ogrinfo.py,sha256=P1TzZXkazsH5hkkxYhXlMAvq58MDgGOKsOn0YD0vkL4,1935
django/contrib/gis/utils/ogrinspect.py,sha256=RM8pp2B3D3f8d0uY1nO6OmxWW6UrQQSwvb6gct-yyDU,9090
django/contrib/gis/utils/srs.py,sha256=ivFg2khOqVi-744KRr6lAbiDWMAwb0iSnzXLcwipx0w,3041
django/contrib/gis/utils/wkt.py,sha256=MXcfU-wHrkFaA_rb0UXFP4YJE5cjP72NStMg4isgr7Q,2148
django/contrib/humanize/__init__.py,sha256=88gkwJxqbRpmigRG0Gu3GNQkXGtTNpica4nf3go-_cI,67
django/contrib/humanize/apps.py,sha256=L-ESiKYug_PuyzM7DgI_6W2tzw19Cd3ALXRafXMFE5Q,195
django/contrib/humanize/locale/af/LC_MESSAGES/django.mo,sha256=CeuKxmXn3PSw7eh7O_0bC4NUBVmOhdDcOsnsYycLD44,470
django/contrib/humanize/locale/af/LC_MESSAGES/django.po,sha256=_77Io7jI-3P2kHpR-ZFd8jw0B1kQxhLiUWR3B2Bud8g,4726
django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo,sha256=zgJTK6MliB_HmOwDrHGwwSqfQP6vVe6yf-oJ_t8oiEs,7691
django/contrib/humanize/locale/ar/LC_MESSAGES/django.po,sha256=M_lRsiJsTa9yDyrYjwxIoZU3SrdIHgyb0Rs8bPrJZNY,11035
django/contrib/humanize/locale/ast/LC_MESSAGES/django.mo,sha256=pxXssxjJM85Q05gkU-4nEkCv9zdQ9btKYwEwiWa4TPU,3468
django/contrib/humanize/locale/ast/LC_MESSAGES/django.po,sha256=bDuBYIYMwlfpxwGbnp8CAfEWrrHY_1POc-yXlTAUZpI,5762
django/contrib/humanize/locale/az/LC_MESSAGES/django.mo,sha256=YtQqocQ-Zundj2dPE6-NGkCcfaSuPEpD98TA_ZcKgdo,4102
django/contrib/humanize/locale/az/LC_MESSAGES/django.po,sha256=Y14ftyb3853zAWagjNygsQgajHAaCzYD1Ya2R5WVCsc,6074
django/contrib/humanize/locale/be/LC_MESSAGES/django.mo,sha256=pyR-hKlFloFrF8W3VIX4OsXEUNPLpFiJcTK4zOIOFgk,6681
django/contrib/humanize/locale/be/LC_MESSAGES/django.po,sha256=22dkXs8NqR6a_Cwj4_G0NUUyF2herEXeS7JUI6fbMBE,9256
django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo,sha256=WjtHihlkopJlVYS2I1OYHJUEceE6oTc32LThzE3Ty18,4645
django/contrib/humanize/locale/bg/LC_MESSAGES/django.po,sha256=Wrnd-lc5uUolSxLXk-3f7rXhEYI_CPMmq1KFVgT2TT4,6684
django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo,sha256=FfMmSVcJ5kJFdMusBi8yNooa8X0rY_zEJxHuWgtbzig,4026
django/contrib/humanize/locale/bn/LC_MESSAGES/django.po,sha256=TowjjRZ7zx25c4r4gXjgbkgkLr9OM4oOva_rxkw0VOk,6545
django/contrib/humanize/locale/br/LC_MESSAGES/django.mo,sha256=RpxEa0BOJT2KhhPMIs-Rk_dmDeNQFNBtE9ENTqwG4QQ,4069
django/contrib/humanize/locale/br/LC_MESSAGES/django.po,sha256=YCTxR8ht4AneiCiWyp-buKMC9Gh0nMpj73-hxTZzlFI,5957
django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo,sha256=DHQrsMW4mwpBtrm8G26JZMoPq9KOU7m0xtuKlodgpA4,1416
django/contrib/humanize/locale/bs/LC_MESSAGES/django.po,sha256=lVGigyqNk5bMX0L3-Fswd1jREcXKs01Osmc9sVy20dM,5498
django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo,sha256=mbcYLRQ-e7Vo69r-zj0J0U3ykkzHrkdGag6XZgm3Ags,4040
django/contrib/humanize/locale/ca/LC_MESSAGES/django.po,sha256=1fPdbbMMbCQlUzOUzeUjLgqNlp43fdP8XNfQoL8nihw,6025
django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo,sha256=LetN0bt9eFpS7Si91jhK7jTn0Q8La2s_SPQWf_x-An4,4706
django/contrib/humanize/locale/cs/LC_MESSAGES/django.po,sha256=BBxtjDwAzrjwEfRNW9OdOTE4ALgCxiVDlV6Gg9O4euQ,6976
django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo,sha256=V2_0HOdb4s75_8TrxsUsBwieIDUcRgk0jYKLQslpM-U,5241
django/contrib/humanize/locale/cy/LC_MESSAGES/django.po,sha256=YkoxtIGNE_SZ2a4XH7Y0GICg3gb1zNdIsEy0h-_tTf8,7813
django/contrib/humanize/locale/da/LC_MESSAGES/django.mo,sha256=mFLPN8OITzW0czNjWAuRpPntUCgfdYgpg-eU624JIzA,4108
django/contrib/humanize/locale/da/LC_MESSAGES/django.po,sha256=MN-ahvTdcdVgI_mBso7kdLR7cC84wVlLnYPHBiRqgbQ,6120
django/contrib/humanize/locale/de/LC_MESSAGES/django.mo,sha256=cSiSKa7XjY7T5IGyW9eBuNXzqNL53b2zW06mbcduhdo,4152
django/contrib/humanize/locale/de/LC_MESSAGES/django.po,sha256=_4PA0sLu5jdCZedNDCxfiSHD_jmJVj5xaSJ2kuQc9Ts,6118
django/contrib/humanize/locale/dsb/LC_MESSAGES/django.mo,sha256=RG3xCGl2vaDC5oww5NmtqXR0guoxkcJxpPEFqSwE3_4,5467
django/contrib/humanize/locale/dsb/LC_MESSAGES/django.po,sha256=73hNC-BGXRYvuwvkLFFaz6xn3_7FqV57nZXYw7e-oSY,8033
django/contrib/humanize/locale/el/LC_MESSAGES/django.mo,sha256=TjEPOejsx0PnME6hZXMrmq0iyjDerysAPnYZiBwvz3k,5350
django/contrib/humanize/locale/el/LC_MESSAGES/django.po,sha256=auXNJ620nhOxWz2YSGme81qvjmdtNPdIpOJc9LKol2M,7428
django/contrib/humanize/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356
django/contrib/humanize/locale/en/LC_MESSAGES/django.po,sha256=nW6-ZxBRSythaZk2m3rEkPpT3YQWGcXjW7_f5iv9mPs,7038
django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.mo,sha256=dTndJxA-F1IE_nMUOtf1sRr7Kq2s_8yjgKk6mkWkVu4,486
django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.po,sha256=dVOlMtk3-d-KrNLM5Rji-Xrk6Y_n801ofjGQvxSu67M,4742
django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo,sha256=cAX3K-hu09KjUHhnrHiVv7ldvvijJz0hBFC6RB3Xuvo,3461
django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.po,sha256=flph2OFR_FBoKtZj4VeGbU1ZHV0Ahky2LyMz2OcXMPc,5801
django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo,sha256=9YOWGcK-jKxU5BdEH33mW_IsTmc3hGxSJCLuUIZRbGU,4107
django/contrib/humanize/locale/eo/LC_MESSAGES/django.po,sha256=k6Y3mqVGT4gjirnIc5UwESFKMe2T1dT5wJm4vsesoXw,6016
django/contrib/humanize/locale/es/LC_MESSAGES/django.mo,sha256=ezIPngwOQJS9LUlZU1iCzuwtEusPpuYKfbFCQl_WVts,4183
django/contrib/humanize/locale/es/LC_MESSAGES/django.po,sha256=pKb3Xtb8GLvaJIEr0XWibw2GYIAZUlmy0A8m9xfkHmk,6306
django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo,sha256=w0dm4eDKhyETMjOD78-spiesfnA7Cm6ORFbNGBkK9Os,4265
django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.po,sha256=_IbSKKJbpm1_1n8CA3EYryGy7HVAp2ghy_NmvndVDLA,6245
django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.mo,sha256=3QkgkFEBiaBywwkU664YKKUbayPeVOrVt_MQEMeNY5E,4203
django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.po,sha256=h0hGeQjZ-Xvmm2UD3losylnT0cNb267KgXDBr6D2vHY,6326
django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo,sha256=CoFQs1zQs7m7IlXRHOesNlxiHC4Lw72ajrFG631FKp8,3939
django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po,sha256=XNCg9pZzLC20Y17YFKekbYiyR5YYvOc-fcIDommiU0E,6032
django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.mo,sha256=rjD-1T5VSB5otNW8w8rYUH_1NHSTZYv7Cz0T_gl7Fs0,942
django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.po,sha256=eASggydv-aSHnk3EAlfaT-mUY4eY-h5Le_ImRGEUksQ,4832
django/contrib/humanize/locale/et/LC_MESSAGES/django.mo,sha256=Gt5xnYxqenxqKprno_i59maYevPUOJjKFH24tUtUwuQ,4197
django/contrib/humanize/locale/et/LC_MESSAGES/django.po,sha256=TDT_3TimtNWiiCrJfDKpbyhzMQxIrt2Yp-Lyxh1tD1Q,6213
django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo,sha256=ZKVusAV5Xx_0KJHeYlLsReTF0fnWyo9PbL5bIYgughc,4041
django/contrib/humanize/locale/eu/LC_MESSAGES/django.po,sha256=lVDCP6CB9uu-QKtpHkeaBjUhZZZcgXeIc671zp_Ef7k,6119
django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo,sha256=1j0mTc_IvV9POMJv3NURzf4CMSRR90IcKNf_4vlmBOw,3754
django/contrib/humanize/locale/fa/LC_MESSAGES/django.po,sha256=GE8kXxbUnKaP912pclHSUGM9BnygIiL4qEK0xfSBWGk,5538
django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo,sha256=gPRfAaQF9L3e064tESCFITbt0-4M_TGuKpEaOQg9l_8,4177
django/contrib/humanize/locale/fi/LC_MESSAGES/django.po,sha256=Of2VJ2vWRHW2n2XSDXyOcBI9cFBJEI8x9QXwlVDUtJQ,6180
django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo,sha256=WgD7zmYQ39pkcK8BZ6BrDbEuuxJYv0wg6dlPrx2iqnc,4174
django/contrib/humanize/locale/fr/LC_MESSAGES/django.po,sha256=MHISh-JhjmYFxBcARyczQwdfrLQF89TpqMMzofikxmY,6178
django/contrib/humanize/locale/fy/LC_MESSAGES/django.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476
django/contrib/humanize/locale/fy/LC_MESSAGES/django.po,sha256=pPvcGgBWiZwQ5yh30OlYs-YZUd_XsFro71T9wErVv0M,4732
django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo,sha256=3BYxPrO4NsUQ53JABu3lEzhNmsSUe7gM5zef58jNKDc,4929
django/contrib/humanize/locale/ga/LC_MESSAGES/django.po,sha256=eIeloGjPW3t-3bG4ltjqcxZQgVmHdMhLnIkZBxaArec,8304
django/contrib/humanize/locale/gd/LC_MESSAGES/django.mo,sha256=LREaQa5CMJmSq4IqEdsqn2kpGLsQQcqbH9HX8vsIiks,5545
django/contrib/humanize/locale/gd/LC_MESSAGES/django.po,sha256=1Pjm1rU74zcRdj44sofcb8LxvkiEKEhveS2mIFbIxuo,8086
django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo,sha256=S4iyQpcn3BIo5JhNVZ65-N4ypdrV6XKM5DjgEVTfae0,3474
django/contrib/humanize/locale/gl/LC_MESSAGES/django.po,sha256=oPDk_1q-No7_Hb9ukbm3flbAoHuIMjIgvmB4vW5IGis,5903
django/contrib/humanize/locale/he/LC_MESSAGES/django.mo,sha256=EOEve2kHCdaVt2pxDGmsTqHkgB6Lm5C988gm772mExI,4525
django/contrib/humanize/locale/he/LC_MESSAGES/django.po,sha256=71gZe-LMonHDLg8L5v0WvR9rzwrjkH93x6b6-HY9hz0,6510
django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo,sha256=5FNiGsb_YY38rExr7d0sBwTr9YdZehi6xQPgRoZ2I7c,4131
django/contrib/humanize/locale/hi/LC_MESSAGES/django.po,sha256=9ba8vbhz2z_XjLsXMqzUC5S0qfV5mK7s6QfLl2GIRHs,6527
django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo,sha256=WsLQmKAoXVTlxfG7UdkSejyFyiUrdoVyS9AhNjb8zIU,1274
django/contrib/humanize/locale/hr/LC_MESSAGES/django.po,sha256=---_L5qH-4Pb1LeQOJJMrEynGxCvASAqvJwVtEXYOeA,5424
django/contrib/humanize/locale/hsb/LC_MESSAGES/django.mo,sha256=uD6PiTrhH0alwgBjwfEHGqY4iZ5saFPIWbzQfKKqaNU,5530
django/contrib/humanize/locale/hsb/LC_MESSAGES/django.po,sha256=erLUPiWjz7hdzfa9tVh19I8ykisZfEJjN8L2MlXEBO8,8096
django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo,sha256=lRGuYu5Jy9kUkp2Zyl91OGzMKlE798p22KHxXqiP670,4096
django/contrib/humanize/locale/hu/LC_MESSAGES/django.po,sha256=IvqCTtNzaO2JapirWPH6htsL6VTx8YGfBGO6cL_QyZk,6099
django/contrib/humanize/locale/hy/LC_MESSAGES/django.mo,sha256=OqSKmHHoxlvs34xI8nwO9XlxD1IXhbQAmY6wO6W1RxQ,1058
django/contrib/humanize/locale/hy/LC_MESSAGES/django.po,sha256=ugSx3Y2Sauoo8fFV4IiGFtjIzuQu9BJpZMl6yXA8elA,4860
django/contrib/humanize/locale/ia/LC_MESSAGES/django.mo,sha256=nynp75GNKwYCS41Ko-pAgf3nAlF4Zzr-ufCrTT-VmZw,4167
django/contrib/humanize/locale/ia/LC_MESSAGES/django.po,sha256=qx4v9s9HEQRhee8zy9_FIQVe3wFQVLJPWrsUUk_8wek,6067
django/contrib/humanize/locale/id/LC_MESSAGES/django.mo,sha256=FmEh2CtFRGiMdFRMSJCLwZVnCX06Dds_hgbXSY443FA,3553
django/contrib/humanize/locale/id/LC_MESSAGES/django.po,sha256=9dK6PlCYgHaNkGxxopE88bnbWRYFZ5wtxI3M_gYT4Sc,5284
django/contrib/humanize/locale/io/LC_MESSAGES/django.mo,sha256=nMu5JhIy8Fjie0g5bT8-h42YElCiS00b4h8ej_Ie-w0,464
django/contrib/humanize/locale/io/LC_MESSAGES/django.po,sha256=RUs8JkpT0toKOLwdv1oCbcBP298EOk02dkdNSJiC-_A,4720
django/contrib/humanize/locale/is/LC_MESSAGES/django.mo,sha256=nUPM3AnU7eZmVPZgMvWJLO3u6pzZ8r8dN-cva4Lubw4,3586
django/contrib/humanize/locale/is/LC_MESSAGES/django.po,sha256=u1aBzP14BQDui9v0pCGGKp4-NwJeGvcQ7Vc5u-6RhkA,6027
django/contrib/humanize/locale/it/LC_MESSAGES/django.mo,sha256=xOsB-oZIX4axRMPyZePiatnwVZGeFY7pApuFDN8ytrQ,4690
django/contrib/humanize/locale/it/LC_MESSAGES/django.po,sha256=0IC4LDqqnvoV3yPo38ETpMXg2QCrOmOp_dRY3f4AGd0,6877
django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo,sha256=kKGmuRkBMTe6jsJT-mfvNvRXwohDf_vBAEI1NToRcWg,3678
django/contrib/humanize/locale/ja/LC_MESSAGES/django.po,sha256=paAx9TLEFNk7vQkUUfWVE7Q2uyf-F8XVpSsutp85ol8,5323
django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo,sha256=ZLijTrowbzCYuvCgqXnq4Lz8Fd5MwAJo89iVg7KonF0,4139
django/contrib/humanize/locale/ka/LC_MESSAGES/django.po,sha256=PsxHArk-V_H5LFoUVss9ggXDWbisk2gdUOCN1QUWqYU,5740
django/contrib/humanize/locale/kk/LC_MESSAGES/django.mo,sha256=LZRKG2nPNz-xVHG9DHJKlNiHaNIs9nW7ud1sSJ5KSL0,2106
django/contrib/humanize/locale/kk/LC_MESSAGES/django.po,sha256=0O21PHa0_NWaoqQEi9-haaDbD60QcwxlXzWeFgppyZ4,4878
django/contrib/humanize/locale/km/LC_MESSAGES/django.mo,sha256=mfXs9p8VokORs6JqIfaSSnQshZEhS90rRFhOIHjW7CI,459
django/contrib/humanize/locale/km/LC_MESSAGES/django.po,sha256=JQBEHtcy-hrV_GVWIjvUJyOf3dZ5jUzzN8DUTAbHKUg,4351
django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo,sha256=Oq3DIPjgCqkn8VZMb6ael7T8fQ7LnWobPPAZKQSFHl4,461
django/contrib/humanize/locale/kn/LC_MESSAGES/django.po,sha256=yrXx6TInsxjnyJfhl8sXTLmYedd2jaAku9L_38CKR5A,4353
django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo,sha256=Ivoy-deOdN8rHD4yWg7myXGe3c1bKga1xEjVKu8O8M0,3673
django/contrib/humanize/locale/ko/LC_MESSAGES/django.po,sha256=JAIDFsmH7ln1TvrA9KCPO2JQF8Ht_rJbR49PN92hHLA,5347
django/contrib/humanize/locale/lb/LC_MESSAGES/django.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474
django/contrib/humanize/locale/lb/LC_MESSAGES/django.po,sha256=_y0QFS5Kzx6uhwOnzmoHtCrbufMrhaTLsHD0LfMqtcM,4730
django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo,sha256=T4MgXIhTT3EEnfOCP_MhnPNBBdxWE1n06xmfjPDpSQU,5036
django/contrib/humanize/locale/lt/LC_MESSAGES/django.po,sha256=H0KJUog2XhmWuzpkewbqtyqOA8lSJeMUN9nM5-n0rbc,7321
django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo,sha256=PswBJWn_HBqY-b9H_3cCJDCZUCr1MsntgwSv9j7iiXQ,1831
django/contrib/humanize/locale/lv/LC_MESSAGES/django.po,sha256=jWuwF9-fa4ZUkSulULZQmB91cTsfzm16Gqak6NPfhN8,5644
django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo,sha256=QcJeV7pZ-3nJozCYEPuwE_jPKhqdY6Dmryj4nm7em18,4761
django/contrib/humanize/locale/mk/LC_MESSAGES/django.po,sha256=ZfxZxibKArSWKMWKvkrWq4lmPyU5NDy4WUrnf622F30,6665
django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo,sha256=HycWBZ24MGYWrctJDp55MATTB2N64U4J0XsaSKIXuI8,5077
django/contrib/humanize/locale/ml/LC_MESSAGES/django.po,sha256=uxE4In4WpHbPOE7oxgUCp2K9gmQ3il-vFEcGICXUh78,7420
django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo,sha256=qrtlhph_00w2hMhOI7jSEkGNcPdBjYLLYtroiVV6vEQ,4613
django/contrib/humanize/locale/mn/LC_MESSAGES/django.po,sha256=Rt9E4mYqiMBKrjfGrc78B-jn7wnhtv3tCCcW0-zWsPg,6603
django/contrib/humanize/locale/mr/LC_MESSAGES/django.mo,sha256=2Z5jaGJzpiJTCnhCk8ulCDeAdj-WwR99scdHFPRoHoA,468
django/contrib/humanize/locale/mr/LC_MESSAGES/django.po,sha256=M44sYiBJ7woVZZlDO8rPDQmS_Lz6pDTCajdheyxtdaI,4724
django/contrib/humanize/locale/my/LC_MESSAGES/django.mo,sha256=D-VJqHPdXpRGBkKp9ft2UXUbcm_0Kndrb-S4A4IWF9M,3479
django/contrib/humanize/locale/my/LC_MESSAGES/django.po,sha256=9b5j93hEOlV_COS7PO0jDJIKLh3YmphQn8wZR-FXuLI,5433
django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo,sha256=Z4eLFSFzksUHLoDnhe-Vi5ywpcqnT18RPTHSerx5kNU,4133
django/contrib/humanize/locale/nb/LC_MESSAGES/django.po,sha256=u-KjCoT9_HHgCuYTal7Ds36xv_Bhj1Tv2bO8vvc9Z08,6082
django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo,sha256=AQcAa6ltPW4V8fkZWumL97h-BYgAMPaTclqp8xA3cwk,2285
django/contrib/humanize/locale/ne/LC_MESSAGES/django.po,sha256=FJnyHnWUu2hafXhx4EvUv5zg0R81c_xKxpnaIAke2j4,5544
django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo,sha256=9kW-6lnSvzL3rZdNXBqUNxRMWAgchFXzL6upPwcPg-Y,4079
django/contrib/humanize/locale/nl/LC_MESSAGES/django.po,sha256=CDRwZrc-AZiU1unkMbxBD7fQxJTz6-nTs86lvSfDO7M,6148
django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo,sha256=1C0fghMGKDBxTkChV9fCqYnjT35koZ5eU9FixZF1pGU,3482
django/contrib/humanize/locale/nn/LC_MESSAGES/django.po,sha256=kscOZsGlMKHA9WhCxCn90ukZpWxnWtZH7gabjzkOtWU,5818
django/contrib/humanize/locale/os/LC_MESSAGES/django.mo,sha256=vVpL6kk_SjxUkAM5fU6r8Gat096_Xo3RI53j2MDTbY0,3902
django/contrib/humanize/locale/os/LC_MESSAGES/django.po,sha256=JpjvLFxQZj0vvrYBMkYGxdvVXaNtSW9LDjkEYc6IeNU,6212
django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo,sha256=MD6Z-bqT1IlgPv_URbMofMUE_cPVZDu8ttIKVsU1oRU,1569
django/contrib/humanize/locale/pa/LC_MESSAGES/django.po,sha256=F_08IfUvwd3gQt9zq5RCVyPs0CmgVX4-lK-e_xHz73g,5200
django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo,sha256=tprX_FbzRHN2FKPTl52TWPPfNoOfu0wpCLwAhkQs7rQ,5530
django/contrib/humanize/locale/pl/LC_MESSAGES/django.po,sha256=DCIRIRJQ6acS7ejWbLeat5R7aT4BftLXkEo7hXVjBGM,8322
django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo,sha256=dHErsO_ns0QLTxBgtF9WMS_07-ZWh1hXVhUo2fUiqOI,4154
django/contrib/humanize/locale/pt/LC_MESSAGES/django.po,sha256=_eW58rSGK8MkErfns5bQB4KESCIDgROjGbZu_BLrGTw,6175
django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo,sha256=PliDqgRhleXlfVotDRGzr9OvSUC18zQ6lZm0OyrpdCc,4209
django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.po,sha256=d7GJ8k4Q2ui-sgmUGpDs1G_pqiI6Nluwtc-SejWs1sM,6293
django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo,sha256=NFaJWloQlvH9VI_RTmDmBqoHr43Em8kU9gz0yzbMjU4,4809
django/contrib/humanize/locale/ro/LC_MESSAGES/django.po,sha256=RqJU2rw3j7a0cHsSXDpshEvhbIcC7OyH6EFXWTjeQRU,7240
django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo,sha256=vai4KD3bphukPvr66xGhNzsUHmhfjgaxNdK0NPlyYxQ,6882
django/contrib/humanize/locale/ru/LC_MESSAGES/django.po,sha256=kqWDZkrKaQzKa2BmGuXriu7fZEt36KSrcwXFFU0nQ9Y,9692
django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo,sha256=c_CqYhbUKPGl9S8e0eg2J_ZW2vmL7LsNKZLdIZZyWNA,3976
django/contrib/humanize/locale/sk/LC_MESSAGES/django.po,sha256=fRkWXGiDrbQ6-k7PpEJYYawBgFKXojjHU_HxTuxwFSc,6698
django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo,sha256=RdwonGsbTofMW4KDBCCgPlReHgEKzZ_lKu2veO37Clg,5413
django/contrib/humanize/locale/sl/LC_MESSAGES/django.po,sha256=vb4aqae2FBGoLMC5Yk2JlGS-wXx49KcD628N74DzPx0,8144
django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo,sha256=87BCc0BemxnMSN-NnWOH64xhSE3-r4rE85IXawdBmSc,4126
django/contrib/humanize/locale/sq/LC_MESSAGES/django.po,sha256=frKI9ldDvSDLu5_XqiC-fBknvGDEkTZ3bt0G1yoGXuI,6078
django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo,sha256=cooZLInAmU3nmov6__XS5MOTEN77NPuwNAL1n7XyqJw,542
django/contrib/humanize/locale/sr/LC_MESSAGES/django.po,sha256=kY7hZI2ci8VP3I1PNXBhGNchggUzIsKl_7VOI-QMeW4,5165
django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=PaGxGtTZSzguwipvTdOhO7bvM8WlzCWb1RCEaIupRUQ,562
django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.po,sha256=FrPnMu6xX0NypoRYRAOBhdICGSv8geuHXQKKn3Gd9ck,5185
django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo,sha256=lf5lvdM-53VujL2X3SFptnywSFAY13rg0qW3uYbQ-fU,4097
django/contrib/humanize/locale/sv/LC_MESSAGES/django.po,sha256=k8H3VoX6VLIxI4kROXgs9g2o5WZKACPpf7vsd1fUFDk,6111
django/contrib/humanize/locale/sw/LC_MESSAGES/django.mo,sha256=OSsxjyXbqbnqbavXrk0VwmxRoAfz0RHaynOTRgU7Q90,4146
django/contrib/humanize/locale/sw/LC_MESSAGES/django.po,sha256=eM82nS01EouAuDv5fP23cqEndxFjEleVFPdU9TZ6KVs,6031
django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo,sha256=1X2vH0iZOwM0uYX9BccJUXqK-rOuhcu5isRzMpnjh2o,466
django/contrib/humanize/locale/ta/LC_MESSAGES/django.po,sha256=8x1lMzq2KOJveX92ADSuqNmXGIEYf7fZ1JfIJPysS04,4722
django/contrib/humanize/locale/te/LC_MESSAGES/django.mo,sha256=Nfq7ayboMEKAjxLtLMwm7SStf7M1_kgGd5nxpyCpHbY,1327
django/contrib/humanize/locale/te/LC_MESSAGES/django.po,sha256=f-K0PnhlhdENramQG54IUWIqHhJJweRtte3DxbMA5W0,5103
django/contrib/humanize/locale/th/LC_MESSAGES/django.mo,sha256=lpR1e_izzlxDXv85KSGpRakMDHMbwgpgLtQPNciwWA0,3215
django/contrib/humanize/locale/th/LC_MESSAGES/django.po,sha256=NqApIY8z5FhkpdLX7M1c7-GOIFm6oICiikAQK28dYkA,5312
django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo,sha256=AGOX4sJVKODhULouLxHluyh9eeLTfJuMNRgJod_1r3M,4109
django/contrib/humanize/locale/tr/LC_MESSAGES/django.po,sha256=wsmpxJx0p42XKdHHTpMT6JH60eBEyx1_anP992tI5aE,6154
django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo,sha256=LAx5eeXVEHHBvU4EFqoQRnJed2mHMQlUvgUGcgCLfkc,3243
django/contrib/humanize/locale/tt/LC_MESSAGES/django.po,sha256=_ItIl7dM49oW7DpMDQdA0ISB09VC5O-aYZGGK34Ksdk,5201
django/contrib/humanize/locale/udm/LC_MESSAGES/django.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462
django/contrib/humanize/locale/udm/LC_MESSAGES/django.po,sha256=AR55jQHmMrbA6RyHGOtqdvUtTFlxWnqvfMy8vZK25Bo,4354
django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo,sha256=jsCJGCOFfH-JsxAhDYTgSzSaB_wGJTIweGnR6fXeTBQ,5964
django/contrib/humanize/locale/uk/LC_MESSAGES/django.po,sha256=TaVJZOOcad9C62djYnCUqm8dTE7UyznsJOvJNQ51l1s,8402
django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo,sha256=akU1ccZ0_OnBX9PNWEzr8j3IbYf0VK591pHAi3fakFI,1347
django/contrib/humanize/locale/ur/LC_MESSAGES/django.po,sha256=S22DoGTx0y7Ed_wrO-g7ytZZdL3imhbDrtCVwf6wiV0,5015
django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo,sha256=PF4fDJC7gtkWWOjIRsqna0rlvn0KMxPkk_J1SV8qzIw,3646
django/contrib/humanize/locale/vi/LC_MESSAGES/django.po,sha256=GOGCHv2TKRuqaTho2SXb0XTSGGnrFO4UiSqQrz4UlRY,5235
django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=9Za6t2zDfL3ATthRIlyPLKk4vB8B-PsTC6TLItu4sJ4,3573
django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.po,sha256=vtNss1Sh4F1uHTxFC5BTct23ealy7IdnM2mv7-0GGG0,5336
django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=IGUy7yWdA4-36v-ZGsAgCFxSNA2NBEaYpR2BX9fRoJo,3314
django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.po,sha256=OXkveTiTzVVa7t10Z3tn5C6k-zhNcsOmzT5OPotICpI,5130
django/contrib/humanize/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/humanize/templatetags/humanize.py,sha256=0UrQuo6KgDA1cBzPwS6SQa56oyGdOSVo9dC39fa2R1k,9445
django/contrib/messages/__init__.py,sha256=PcKzOk4zt5345uws-agcbNdhYMsIOJzV7-p7nwxJorI,175
django/contrib/messages/api.py,sha256=Ro5m9YjrkuPscfGTN2ICCntjPdSBPGE1HVwqio0P6NY,3147
django/contrib/messages/apps.py,sha256=odxNOzWqf-mVKrY02aa_etomI9wTpKA4Gahvn6mpWHo,195
django/contrib/messages/constants.py,sha256=WZxjzvEoKI7mgChSFp_g9e-zUH8r6JLhu9sFsftTGNA,312
django/contrib/messages/context_processors.py,sha256=I4RVSAVp9syWxdSxYhHvl6UANQzFPbUdnWuL1bh_Rd4,315
django/contrib/messages/middleware.py,sha256=F1BQoIea5juxvBPGa0tKPnDIfpeIVij6COqY-VImsRM,1019
django/contrib/messages/utils.py,sha256=rAp466DGbwHPg81wZEM1R3MT5MwGchcX5gLAa6R7fHo,285
django/contrib/messages/views.py,sha256=ZCrAQ6W42f90Rby_I13cqVGb8gGTvaiIS7tdrd-awsw,557
django/contrib/messages/storage/__init__.py,sha256=gXDHbQ9KgQdfhYOla9Qj59_SlE9WURQiKzIA0cFH0DQ,392
django/contrib/messages/storage/base.py,sha256=Yey1vjRSEy8DRXn3ZotFPsaMV6RedmA5UrRuIRwEklM,6263
django/contrib/messages/storage/cookie.py,sha256=Sg0k5YKUvsiFnqnjJfnNMDV04NWbF4QP8kKofZsKWYA,6560
django/contrib/messages/storage/fallback.py,sha256=qDbfmUX5GqzBLpuNW2mLTsogxkAqNKVh0FR6zO5lOHM,2172
django/contrib/messages/storage/session.py,sha256=RZRwAWXe5jyAIfm3h34UXqMeF_trMuxonKlWAuNS0-0,1795
django/contrib/postgres/__init__.py,sha256=jtn9-mwOISc5D_YUoQ5z_3sN4bEPNxBOCDzbGNag_mc,67
django/contrib/postgres/apps.py,sha256=TGWkxNY0LD6CML46Q4JZxQy_4xvjSyORyCGPo24XosA,1013
django/contrib/postgres/functions.py,sha256=ekha5zI9FdrU5KACld-5_rStXsguRibVhT7v1OZWQX8,324
django/contrib/postgres/indexes.py,sha256=l25X94j8LS1VMcWKkkmHImPfsGhALjTVvlIPZO_bjBY,1953
django/contrib/postgres/lookups.py,sha256=GJgPcUXaXTt7Q--aaw-653a5Jmq_c7XunhR6cRbENuE,1648
django/contrib/postgres/operations.py,sha256=ruoxhAa4xtUppADHgW9ZHyZk4YfadPtKgfQWIRzyCG0,1724
django/contrib/postgres/search.py,sha256=RDeq4Aa2cQR-WdVujPwHT-hxeMw-gjbBic4GOOOnsUU,8710
django/contrib/postgres/signals.py,sha256=QKD2I2luZ-5hNqD1in_W7xnZD8fjL70OEogn5iHsuIk,860
django/contrib/postgres/utils.py,sha256=iKkA60tkkhoIYYskOSgcx-9AyGDzeW9lKj_dl8ep_V4,1230
django/contrib/postgres/validators.py,sha256=E7weLTAPH3EUO9s7KwXb-W4Q4Pw_uNUKQz84ekDY79U,2772
django/contrib/postgres/aggregates/__init__.py,sha256=QCznqMKqPbpraxSi1Y8-B7_MYlL42F1kEWZ1HeLgTKs,65
django/contrib/postgres/aggregates/general.py,sha256=OcNfzOtRU9FTptNQYTpMnbjUN5hDCC3FjHATpwK5AeY,1315
django/contrib/postgres/aggregates/statistics.py,sha256=RmQe1_l6mA841iFY8eCML9dZDVIlVHh8YKAItcvQhoU,2033
django/contrib/postgres/fields/__init__.py,sha256=Xo8wuWPwVNOkKY-EwV9U1zusQ2DjMXXtL7_8R_xAi5s,148
django/contrib/postgres/fields/array.py,sha256=hGlaI8xOG4zft98JtoQ2oScs87zH5Ol2Ca3ldfwbTxA,10206
django/contrib/postgres/fields/citext.py,sha256=qzzh7LH4GpCsBHnoLf2jQW07EQTKEVGiWMMSoSY92-I,354
django/contrib/postgres/fields/hstore.py,sha256=FA8fUSKIE2pnippNKXeaSCaRWiV5JDwWHnI_BXxvXYM,3360
django/contrib/postgres/fields/jsonb.py,sha256=MY3_-Bw38ufVcrvzNO8twPDKV7HF3AmajOcPvkasXjQ,5764
django/contrib/postgres/fields/ranges.py,sha256=nj-4aeh83twuVr-pXUzZchvZhIWMPE3s0A5InjjZDx8,6308
django/contrib/postgres/fields/utils.py,sha256=OjvbHzOj04VZXQXmDkQQRryt0L5KbETfJVtBv_o7wvw,103
django/contrib/postgres/forms/__init__.py,sha256=GSqucR50I9jrZUYZUFVmb8nV_FSlXu1BcCpFck2pVXI,118
django/contrib/postgres/forms/array.py,sha256=wpVqEGfkqvSHrmo4dNca3hphlnjXe4yk5IpwYFXGVpo,7064
django/contrib/postgres/forms/hstore.py,sha256=rQfPXFqNxLGJ7zUxgtcd_d9ukRqG7VUDP0EBNELRung,1813
django/contrib/postgres/forms/jsonb.py,sha256=qq6V-IImL9se2-ctkrwHr-N60COeWGtnwxC5hpXhaUk,1395
django/contrib/postgres/forms/ranges.py,sha256=FGV7MVpFxOJ7zel9PkiPip6MVLmARXuDht7lsX1VLVw,3063
django/contrib/postgres/locale/ar/LC_MESSAGES/django.mo,sha256=OLSBggYNoqtC0Sg_dNFLW6PqnIeWi4SvPx6BqPmDOG4,4416
django/contrib/postgres/locale/ar/LC_MESSAGES/django.po,sha256=O6GIvMYjF0i3-j4q5oYN8eTBww6EpNNRK_5OCNf_Ozs,5017
django/contrib/postgres/locale/be/LC_MESSAGES/django.mo,sha256=69ZezXxVNcnzbcn4RsZC_D75jmA-ARzeTowsjLC_RJw,4490
django/contrib/postgres/locale/be/LC_MESSAGES/django.po,sha256=sFYblmAnhzUfpbf9aavUG6UZy1qdPLY0-O_2hL46SXo,4964
django/contrib/postgres/locale/bg/LC_MESSAGES/django.mo,sha256=sCrylK_WpJeSXzUc9geNyTRT2D7W_Ez-yKCb9V8HDV0,3625
django/contrib/postgres/locale/bg/LC_MESSAGES/django.po,sha256=klMCzM-_gdgj3FTuK5JyeJWFCuMXWBYBwe4o94BiQI4,4084
django/contrib/postgres/locale/ca/LC_MESSAGES/django.mo,sha256=Ah5ErXWYTv_WfGkfe4yOg8UztPu2X2blRk7Q2AnKDVM,3167
django/contrib/postgres/locale/ca/LC_MESSAGES/django.po,sha256=SQd8f1xDkIlCDEHeJF9-u8Mu2t5Cvul2Lzl9Dsu8Bqc,3577
django/contrib/postgres/locale/cs/LC_MESSAGES/django.mo,sha256=_fZ6EQqezEViRe6xDYbFArCHF8mDYR5IbqE6vLYbdBs,3430
django/contrib/postgres/locale/cs/LC_MESSAGES/django.po,sha256=WH1xUUaqvd2A7ITWerhdzUoWTOGbfGHkPME50HwFUAM,3863
django/contrib/postgres/locale/da/LC_MESSAGES/django.mo,sha256=M7JV55BKKSNBAsF8hHu8fRTJD6TbXGw1LwI5_TY7maI,3167
django/contrib/postgres/locale/da/LC_MESSAGES/django.po,sha256=vCpsofx9vlpZA7cFlAOyj8ITHenn-1_yDlv7HHa_nUw,3558
django/contrib/postgres/locale/de/LC_MESSAGES/django.mo,sha256=DjvJwqkbxCIXkcOiowkTjMqKs5cq0yb4HNeUdhFgHxo,3275
django/contrib/postgres/locale/de/LC_MESSAGES/django.po,sha256=ecXeCqFloqJRG3Fmh_guVkM-d_3SeQwfCOl2AK7wLj8,3723
django/contrib/postgres/locale/dsb/LC_MESSAGES/django.mo,sha256=gVJbDQW41KexijfQj8aTMkKZiAEyofqrgfN9OBH2qSA,3856
django/contrib/postgres/locale/dsb/LC_MESSAGES/django.po,sha256=H8rqLtrvfMcsfuNyfeKitLCV_O63AfNje8KOCoSWqew,4289
django/contrib/postgres/locale/el/LC_MESSAGES/django.mo,sha256=LasRtIFuyZv0q3_ekpD_c2SGO7H7-oFSM4QaUT9wVxY,3918
django/contrib/postgres/locale/el/LC_MESSAGES/django.po,sha256=isfkJEuPx3QUAmSWWQXZCkMcRLYrHfDPXw-cc48k1zQ,4407
django/contrib/postgres/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356
django/contrib/postgres/locale/en/LC_MESSAGES/django.po,sha256=IfHN0MYCktjtf0jKfyb4I1oEU9fqhCyqS4X4qZr2lDs,3131
django/contrib/postgres/locale/eo/LC_MESSAGES/django.mo,sha256=v6kgjUBNiI6GBL6poHFlteCWmL6nG7y3KUqYk4V3YOM,3149
django/contrib/postgres/locale/eo/LC_MESSAGES/django.po,sha256=SDnFoAneaITFLDMsUOKhZOhbZRyV4cICQBw0ubzW-Gs,3528
django/contrib/postgres/locale/es/LC_MESSAGES/django.mo,sha256=731X3KOciu-ehPVak_aPmJP1u43cS7Bed4StUHrSt-Q,3177
django/contrib/postgres/locale/es/LC_MESSAGES/django.po,sha256=uKT3qChUrVVIGk9Z6JaWrqb0fDTi2HXMzpi7aQZpFbM,3688
django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.mo,sha256=QYRgzbCflZx_ubbVb0AJyj2hoEkxHqbgsJbB__xKXBs,3173
django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.po,sha256=FbZDTZRRwAIMT8V-dvHW9uSYYc0gCxhzUCf9B1bnjNM,3511
django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.mo,sha256=tuhAZ1F-S66-S8fAdOEXGc1mzzmVR-GYDJ7egIgJEJM,3067
django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.po,sha256=BkOaUTnk9RUUd7TyceumIqRr0fjgcisLgLmnw23BIFA,3631
django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.mo,sha256=wmRsuWuuX5SGXbNyGCdZILQO90eJCt7IR10Ww8lB3Gs,882
django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.po,sha256=1lF9WR40QIfz3EZR1KiqRU7zWhzg1R1H9UKMiCJ99Gs,2482
django/contrib/postgres/locale/et/LC_MESSAGES/django.mo,sha256=ujtxL9R_4_IPi2Kb9PqRo3PBssdQSKGfHuYqIX8fYFs,3081
django/contrib/postgres/locale/et/LC_MESSAGES/django.po,sha256=_PhLsAZdASfEnp-W5u6cM6cUdOuzGRGfBcbbyKC3aLA,3592
django/contrib/postgres/locale/eu/LC_MESSAGES/django.mo,sha256=Sma4a-ihMxMYD2gXvxqYt65R1mTmrZq4PFg9RMuLfbw,1269
django/contrib/postgres/locale/eu/LC_MESSAGES/django.po,sha256=-L-pie_4ds2Omrr2d_IjAQhdEAruMPdMVF6Jpr2Fxp8,2636
django/contrib/postgres/locale/fa/LC_MESSAGES/django.mo,sha256=wmjiCKKAPEuo-7hr5Otk-UtKVvcQflUwjiuls_-soXE,3327
django/contrib/postgres/locale/fa/LC_MESSAGES/django.po,sha256=lj4jQ-68ExkjcFMjCKvDSnmCe3uineAHMKJ7uDfELMk,3709
django/contrib/postgres/locale/fi/LC_MESSAGES/django.mo,sha256=RO1aoKL0UBJxiuB2suM3NXYWcVBC9mbhIhCtgITeL7M,3212
django/contrib/postgres/locale/fi/LC_MESSAGES/django.po,sha256=9JkjI2aF5a0fNRuzk7SMRTWrUvPdcDdgxnCGU0tiUbo,3555
django/contrib/postgres/locale/fr/LC_MESSAGES/django.mo,sha256=a0R-Ce0kHA74QGUsucNlbGy_cAFSFylghvfA0KVDYUU,3394
django/contrib/postgres/locale/fr/LC_MESSAGES/django.po,sha256=DUMjrM75CJRH34OOxzJG5gnkoErnLIpEhUNfzxBj3gM,3752
django/contrib/postgres/locale/gd/LC_MESSAGES/django.mo,sha256=oxpLAyw0Uxz21BIYRDm2rdsSSW3ThcN93BBUQWEsNVs,3830
django/contrib/postgres/locale/gd/LC_MESSAGES/django.po,sha256=CDsmItxB7W9IG0acvOtFSM_3jSiMWbDt6p5UZpV8ZEc,4260
django/contrib/postgres/locale/gl/LC_MESSAGES/django.mo,sha256=G8OkwGjmGIHfvEDNKMnT4jz1EM7VCqu9vLoJn6eERYE,722
django/contrib/postgres/locale/gl/LC_MESSAGES/django.po,sha256=WKX2BwRHh3YEWIUa1-A73Yff9UBmP_yK2Qcb2vta9dY,2433
django/contrib/postgres/locale/he/LC_MESSAGES/django.mo,sha256=sw78zDvtcqwa50-EWzpq8ZKzFn9lfTPvkQikp6hEhNo,3496
django/contrib/postgres/locale/he/LC_MESSAGES/django.po,sha256=iKvbmjLNC92UPmHyLEQAZQBPufneM0A-VvMS5nGU0-E,3832
django/contrib/postgres/locale/hr/LC_MESSAGES/django.mo,sha256=ylHivG20eY6nnXIDxOuezJJw3uV7dwTo2fLMlAXqfek,1217
django/contrib/postgres/locale/hr/LC_MESSAGES/django.po,sha256=aYTNxY-gK7xrnZkBWk8xJHNhr5DdNSZuzCPvJ5LDya8,2762
django/contrib/postgres/locale/hsb/LC_MESSAGES/django.mo,sha256=A4C3nQIOJLqDrisIi2AK_3hN2cyxpNysb7Nlf3MP37o,3770
django/contrib/postgres/locale/hsb/LC_MESSAGES/django.po,sha256=d-WJUPEnRVGUxTAqjSr1c_qqbuV6A-onEkqX8Umd4zU,4197
django/contrib/postgres/locale/hu/LC_MESSAGES/django.mo,sha256=FEqgbsVQTpq6fYibvDOGSEWiLkc6OCqJ-PtH1L-fhBw,3182
django/contrib/postgres/locale/hu/LC_MESSAGES/django.po,sha256=rIwkGD1DQYbzgOyYY8oSOvj_9IoJ6odegy6P6dQPGR8,3618
django/contrib/postgres/locale/ia/LC_MESSAGES/django.mo,sha256=vIm6_HK5cc_3wwl-Kuu4ky0kQ5RjWYAgVnoL2hDOi3E,758
django/contrib/postgres/locale/ia/LC_MESSAGES/django.po,sha256=OOluaXYb80u85D3mcmA9KlzqijZMYDX0YfjE1WvqNhI,2475
django/contrib/postgres/locale/id/LC_MESSAGES/django.mo,sha256=O0q0fSFIwW-kpKNzpNYgEuUB7DbEoSYQaFsps1duQMQ,3039
django/contrib/postgres/locale/id/LC_MESSAGES/django.po,sha256=065QCrYcvHRizSbJwWsGQaMgkJ9IInm0kKhntia3kMA,3557
django/contrib/postgres/locale/is/LC_MESSAGES/django.mo,sha256=m8H3AE6EZXYUW32eZcGMzzBV4bkb86MduK20G-VV8Vs,3213
django/contrib/postgres/locale/is/LC_MESSAGES/django.po,sha256=mUrXmyHr8rIncP6IFYDB_YeUetNrAzxnLBbYfH4n0CA,3571
django/contrib/postgres/locale/it/LC_MESSAGES/django.mo,sha256=XU_VJ29nv4Iw702uNuV5RtcgmYI70aXkMMIShWcXZok,3249
django/contrib/postgres/locale/it/LC_MESSAGES/django.po,sha256=vulWMNLlM5F0ggU140mKkdXBl0kx1pk3N0Ul9cQHuFk,3795
django/contrib/postgres/locale/ja/LC_MESSAGES/django.mo,sha256=It9vUuJN56k3iFA4EDa4dEzhaJcluJx2_e3BW6qfgpQ,3350
django/contrib/postgres/locale/ja/LC_MESSAGES/django.po,sha256=Usk6_U-Z6ukyzRtfScQAJl6fLi2TnySz9CtQLeNzES0,3665
django/contrib/postgres/locale/ka/LC_MESSAGES/django.mo,sha256=EOYEZI37SN3S9f9_woEObbcHaXMqxEYjK2fFl0KkH9s,767
django/contrib/postgres/locale/ka/LC_MESSAGES/django.po,sha256=3A9xc9rIQMwB8pbc1eV3r0skTLaViIXpVobxngfwZjk,2480
django/contrib/postgres/locale/kk/LC_MESSAGES/django.mo,sha256=XW4u7DS6ry8U6mXS82j1ADOmJvTHxWRTXAp2xHOcVCI,868
django/contrib/postgres/locale/kk/LC_MESSAGES/django.po,sha256=KxWzIoc4XWUoWY7eZTfS5olCRy6CESnxgnGi-1qyW7Q,2552
django/contrib/postgres/locale/ko/LC_MESSAGES/django.mo,sha256=ku0CRo3rIKiqDRRuXxIGoDN74KiEt6JoM79GppXIqzw,3165
django/contrib/postgres/locale/ko/LC_MESSAGES/django.po,sha256=zXpv8h51pT-vsNhuNj1FSn464TujtRslzM2bcsnnl0s,3565
django/contrib/postgres/locale/lt/LC_MESSAGES/django.mo,sha256=aZj0HkWzL3nOAxqZ2Z_EKNTVBWqcNydRUyZn0Z5uhtQ,3564
django/contrib/postgres/locale/lt/LC_MESSAGES/django.po,sha256=Ds3ILRSn2ln0OdFRbsaAi3hxJMR98X7LC0uuF0fC7IU,3954
django/contrib/postgres/locale/lv/LC_MESSAGES/django.mo,sha256=9vPRKb_ct1vmqpwgYiu3ZJx4Nz6N5tyxTl0L3qASh8Y,890
django/contrib/postgres/locale/lv/LC_MESSAGES/django.po,sha256=AlYezFJWbQe2FTuCFdOtUXEwRaHC5wJZXXcebTl6x8Y,2550
django/contrib/postgres/locale/mk/LC_MESSAGES/django.mo,sha256=aRsXV0tZztDiXx9_ODVDIpuf2WozuHIzCUXL7GswZ0Y,3835
django/contrib/postgres/locale/mk/LC_MESSAGES/django.po,sha256=b1PR45nTLVci7ElMHiWtQ3n019M-ZNbTo9cxgbDgcZA,4353
django/contrib/postgres/locale/mn/LC_MESSAGES/django.mo,sha256=ckgJqUrSuVEbYw9Ow5c0GPZH0D792ZSthzLDRonyOZ8,3519
django/contrib/postgres/locale/mn/LC_MESSAGES/django.po,sha256=FS1eevlyofrogg6xP2nADIKAxat5DV2TxIiBVnAINIw,4089
django/contrib/postgres/locale/nb/LC_MESSAGES/django.mo,sha256=SyFNbQWwjrpqvD7_mOyGWUCOWUx7mjSMr3vFjUXLBoo,3081
django/contrib/postgres/locale/nb/LC_MESSAGES/django.po,sha256=ukn9u6dxfHcMFv7l8lVbCCbbwEs3KgXioMnlUMG6fxA,3419
django/contrib/postgres/locale/ne/LC_MESSAGES/django.mo,sha256=5u8ykd9BtYPD_Gj6hCF8togBQVsRQxAkWxhComHIEuA,934
django/contrib/postgres/locale/ne/LC_MESSAGES/django.po,sha256=rAYsIXaRc4NG_863HJ_Nxv2B9CbPN5ImJBemmib8XDI,2576
django/contrib/postgres/locale/nl/LC_MESSAGES/django.mo,sha256=LJ9mdJ297aVk-zp88I6eHx-mMxRELCgrWa4xS08gL1s,3022
django/contrib/postgres/locale/nl/LC_MESSAGES/django.po,sha256=Bx-tFV3Ny3tLa2GTE2VCeOMwMoyMu4CPS9VgF8IFOm8,3590
django/contrib/postgres/locale/pl/LC_MESSAGES/django.mo,sha256=5YHbVTF_9lNfh8Yg9AjnT0r4u5jOiWk02RkfDO-Vqms,3735
django/contrib/postgres/locale/pl/LC_MESSAGES/django.po,sha256=vMKgOZ62fftGO2RUmL83EIC-hlDnGKlFNW3t-IWnTY4,4376
django/contrib/postgres/locale/pt/LC_MESSAGES/django.mo,sha256=_eAfzqMRYrdh3pV6kG9lWS7nq4KHN2AhCcPKECtOIaU,3015
django/contrib/postgres/locale/pt/LC_MESSAGES/django.po,sha256=OB7AF2MxAtSni1foBEfrQqpqKHkXGoK0m4WJ0ANTNr4,3508
django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.mo,sha256=txz9xtYsHld1QODHWBfI2i2DVXYpoObRkuLw7-xycv0,3190
django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.po,sha256=eHIrFTdXROiuBffcS3eno3RYZ7ORZ92PEsogqlhEnPE,3855
django/contrib/postgres/locale/ro/LC_MESSAGES/django.mo,sha256=ENbRMkxHYeHWcVsYql_vw9Epz6-B_2YQO7dSrWIIurM,3338
django/contrib/postgres/locale/ro/LC_MESSAGES/django.po,sha256=3YCk167ObyiG81G4kJOemstR-7X9OwBwY1U53Dd6dmY,3810
django/contrib/postgres/locale/ru/LC_MESSAGES/django.mo,sha256=S1zwOmdko4tYVLc9vpEV7tUMxxLNhn1poqXq8iodp7E,5112
django/contrib/postgres/locale/ru/LC_MESSAGES/django.po,sha256=csNpIWl-1o61Pn7_Ltc1acYxW4iWRbqw8EropAfOVZ0,5762
django/contrib/postgres/locale/sl/LC_MESSAGES/django.mo,sha256=CdEHnLUwXnitad3OwxTijRj8DNH3mZ2zGou-wVJGSCs,3524
django/contrib/postgres/locale/sl/LC_MESSAGES/django.po,sha256=t-beFrGuxU9WJgYn8QjInWBBk86qjLBOJV4rAI2PBxk,3988
django/contrib/postgres/locale/sq/LC_MESSAGES/django.mo,sha256=FTF_2NaxTGpNajJfYRrRP_gM0UoYx7Gqc49NjwkgfUs,2997
django/contrib/postgres/locale/sq/LC_MESSAGES/django.po,sha256=jD6M07ARu7GUM2jrUF92qvka4h1yTXxq58NBZQPF8iw,3405
django/contrib/postgres/locale/sv/LC_MESSAGES/django.mo,sha256=FU1OXTx3eB5JGi0QsILn1dN1-8xWQOq4gN0ga3G5d6M,3055
django/contrib/postgres/locale/sv/LC_MESSAGES/django.po,sha256=oCSC0wtifpApjP8Hst4fVl4Fx2GYv2onoJeR23SHTUA,3545
django/contrib/postgres/locale/tr/LC_MESSAGES/django.mo,sha256=82hDEgnZ9YzNNSfl0ow6166SRQH-iTENPkuiYaBL0r0,3164
django/contrib/postgres/locale/tr/LC_MESSAGES/django.po,sha256=OBVVGqaKzTuXJ1JeMDhGiSdSc4MYEvZKZBHfzXuDyFM,3511
django/contrib/postgres/locale/uk/LC_MESSAGES/django.mo,sha256=rZZQBIAOkXLBdcGAH7AetG5-MbYKwsUaS1zuC5tBEVg,4309
django/contrib/postgres/locale/uk/LC_MESSAGES/django.po,sha256=htulh93rjEl8KKWqj9ljuwmE4Qma_1LUgzabz_J710E,4861
django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=1fZnx19L1C-71uLmFQbTQLl_ky8Wj3E1Q-60o1pMRc4,2854
django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.po,sha256=05EQtwmj9NzBjpeGEfzPalbtSVcQtPYNzMFw2VA6MWg,3242
django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=rp3JT7LWkCBQ0cPDSaoYMsmSNKh4-k-fpiO2_9TyPpI,2864
django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.po,sha256=OkjXgX2R6t8LhhoN12GqBX0jT_BhZaBHxKR64B47K4w,3211
django/contrib/redirects/__init__.py,sha256=9vdTkDvH0443yn0qXx59j4dXPn3P-Pf9lB8AWrSp_Bk,69
django/contrib/redirects/admin.py,sha256=P9wp8yIvDjJSfIXpWYM2ftDlVhKvte_0AM9Ky_j1JIs,314
django/contrib/redirects/apps.py,sha256=djup2kE2IhhKyN3LnVCBcAi8AAtsCA2GEHE7XuYnM6U,198
django/contrib/redirects/middleware.py,sha256=VmrPbDUOSrxcHBvjP1Jc_2EBssAAHMFMRUvU1-qVcYY,1961
django/contrib/redirects/models.py,sha256=jg4aCQq6GV7X0N090NWCYQ2lAa-gqifiCOh6NM_VEoc,1077
django/contrib/redirects/locale/af/LC_MESSAGES/django.mo,sha256=CeuKxmXn3PSw7eh7O_0bC4NUBVmOhdDcOsnsYycLD44,470
django/contrib/redirects/locale/af/LC_MESSAGES/django.po,sha256=azk3eRV64rp6_41m5S1vkDRZ5YZ_OjJ6pfn4wqOlKnQ,942
django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo,sha256=yvUmyex3XFUQI4lT2cBF1o0slIrJQlSF8sCuUrZ3_Vo,1342
django/contrib/redirects/locale/ar/LC_MESSAGES/django.po,sha256=p8A70faNLphIggBJzMQSmjLakaspN-gZe7M9REm3xLU,1533
django/contrib/redirects/locale/ast/LC_MESSAGES/django.mo,sha256=3j806AkK4DwMbGwtc5rrUpVG03duPSdttgYQ8UmUie0,1071
django/contrib/redirects/locale/ast/LC_MESSAGES/django.po,sha256=EN61Dxg5GVfOwt6Oz3o-JbCgGnmJNS6nejy-O-cp1x8,1266
django/contrib/redirects/locale/az/LC_MESSAGES/django.mo,sha256=m-KEyI0dqCDOFNkdwnV5FhGktQXyrOc1PSaVUsw0mno,1157
django/contrib/redirects/locale/az/LC_MESSAGES/django.po,sha256=vdoTsY-9kax49Dn7BunAj-B9khA_wJzeuJwCY8b556Q,1341
django/contrib/redirects/locale/be/LC_MESSAGES/django.mo,sha256=uNohOI5furksNgYCzYv-8h_RXvu1DzpkxDNumPqfO9Q,1437
django/contrib/redirects/locale/be/LC_MESSAGES/django.po,sha256=qB5G8gvX9sxVUu5KNzKcU6QOa2Nxc1rTJKMwv2m7iRs,1622
django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo,sha256=o-6q2XzxWPx0MW36H9mUhq0GBEIO69Ao6fqwQO_pAq8,1268
django/contrib/redirects/locale/bg/LC_MESSAGES/django.po,sha256=ByshPjowupNUXk9j0yv-8yX7Xob4onZBARifIbdCzm0,1493
django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo,sha256=DugwuO14ho8GXLFsRjpA9At93GxVE-SmqMsbmk4mAqo,1319
django/contrib/redirects/locale/bn/LC_MESSAGES/django.po,sha256=5w6Jfe4x-LXocIwdRzFBTEz_RPhJqU0mJjyxxruCGv4,1511
django/contrib/redirects/locale/br/LC_MESSAGES/django.mo,sha256=lnK1kefNVGhfmEvteySHcci9B7eENZ2fcfXFC0lPCy4,623
django/contrib/redirects/locale/br/LC_MESSAGES/django.po,sha256=2H90ipEvxLxlrx7yfr2Ie0Xl6d15tmmz74iA952SKzk,1025
django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo,sha256=1frR5RRY5erAo4-tq6OhtTBl8gjkUw_wFg3mG7sfHeQ,1115
django/contrib/redirects/locale/bs/LC_MESSAGES/django.po,sha256=-zKBn3uKiVjvc7HkGpMcDS1KMVqW3qSGt4GfycMJozk,1316
django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo,sha256=g_CroMEFMo9hPuprOZDBV30L8a9ep_RklakEy8_Adjs,1137
django/contrib/redirects/locale/ca/LC_MESSAGES/django.po,sha256=TscK3TpJij-UMzb_4ANI0rrvP_hUbnOyp6UXIvULZU0,1366
django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo,sha256=mc-s3VEBi9yNG81kmkW1M7i1Q-TlqIHRXHbz6XyKH-Y,1156
django/contrib/redirects/locale/cs/LC_MESSAGES/django.po,sha256=Fd8GKmAH9VXujTnU5LJD9VzTd2VgAu9-Z-my4OcH_2I,1377
django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo,sha256=58V19u1m7R1AeXKiEfKR6rZwDttgDPU0yPBvyxVpeZI,1132
django/contrib/redirects/locale/cy/LC_MESSAGES/django.po,sha256=orwDbKTrcbaq6EjsHW3_J0K1XM6Q_aZE5h0UCH1m-1g,1360
django/contrib/redirects/locale/da/LC_MESSAGES/django.mo,sha256=VI8cF_McdYpauCrX9bjoWVNmbyQKAp7JCPpwXPCP1Xg,1114
django/contrib/redirects/locale/da/LC_MESSAGES/django.po,sha256=eURaY2aQWl_8MroArRXTL8-szpoPTemWurJv8moET-U,1294
django/contrib/redirects/locale/de/LC_MESSAGES/django.mo,sha256=o7WXDmHtxEWodZ9xdT93YXpNvJNJJFZOzMaRtT86n2s,1136
django/contrib/redirects/locale/de/LC_MESSAGES/django.po,sha256=pc8iNUt0ZA4msW7qmeqOvG74wXQmDQA77e4E1PWq-Yk,1310
django/contrib/redirects/locale/dsb/LC_MESSAGES/django.mo,sha256=Se_btHLFeu8n1Z_KnWJH7eL4sjd-Am7zT6Xy2KQCLtk,1242
django/contrib/redirects/locale/dsb/LC_MESSAGES/django.po,sha256=6NI-duNPkinBLl8oVsSiaMtgEzNc6LpmTrgBjdTMn_M,1386
django/contrib/redirects/locale/el/LC_MESSAGES/django.mo,sha256=_FxrgGWJg1U0ki63asXzng1zKGn7F0ZIseB5qb0bEFY,1384
django/contrib/redirects/locale/el/LC_MESSAGES/django.po,sha256=TRfqtTWka783B7vuIXhfU83pr9HLh1DvOSQLvXFXJvk,1611
django/contrib/redirects/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356
django/contrib/redirects/locale/en/LC_MESSAGES/django.po,sha256=dKYdOJRafKUDXGsaRIoLCLt2PhwziQgp9SHMEhhfrD8,1098
django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.mo,sha256=dTndJxA-F1IE_nMUOtf1sRr7Kq2s_8yjgKk6mkWkVu4,486
django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.po,sha256=CcP5GVZaImhRgohA5zy5K3rCscOlBtn81DB-V26-Wxg,958
django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo,sha256=H5shIVP-XXMAaaQpTvBMv8XgAG028SN0gWpKsVz0ZFY,1053
django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.po,sha256=K8Vx1XjxU5M9vsP5icpk5UuwRCxUtWZ1_B7cJ9xbYN4,1246
django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo,sha256=DaOgIuZUxhcjGVORicZaK8qJlscAMcM63yth_ASXeq8,1138
django/contrib/redirects/locale/eo/LC_MESSAGES/django.po,sha256=HzC17odSufrWm4f0hHJpIz96zFQ3PlBfvDKWNOprYqs,1414
django/contrib/redirects/locale/es/LC_MESSAGES/django.mo,sha256=9PaHNfzMFqYlHryaDpYTIuelUuKMEdNrqS901y_q3dY,1143
django/contrib/redirects/locale/es/LC_MESSAGES/django.po,sha256=whlYTuiI46JfECtB8n1NE8AkesxIPyu4TwNfNzOoQrQ,1392
django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo,sha256=VvOkueYnIuEKprKV1Hl0Zvr9Yb2wcH9F21ZctXGxnJs,1127
django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.po,sha256=2EL7DRsi0z24QH8kn3Ew6JC3jUNNylU2CFVWCrIJie8,1296
django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.mo,sha256=CSviBWwhzjLN-0CIIKCV-LZxAUGZ4EJWovHVs7WOx3c,1147
django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.po,sha256=RvyDYbuVTjA_xb2wfofkXcrqqfypk_A_W4fQcZBG5Tw,1291
django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo,sha256=YKhKUt4Euv__rX7MQ99y3m3_kE9-UgMG6Olm70jti8c,1136
django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.po,sha256=A8GVAY9Pim5MDZPZSQAA6NqnoTHQ2C2S9nI1aAOBcnc,1359
django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.mo,sha256=59fZBDut-htCj38ZUoqPjhXJPjZBz-xpU9__QFr3kLs,486
django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.po,sha256=f4XZW8OHjRJoztMJtSDCxd2_Mfy-XK44hLtigjGSsZY,958
django/contrib/redirects/locale/et/LC_MESSAGES/django.mo,sha256=UfwnAuyz_vSFCxkS5Z8uh9s2I7SR0Y1xojB5WiAv6HE,1122
django/contrib/redirects/locale/et/LC_MESSAGES/django.po,sha256=_tCCDPcNHj4o96XTx6T8stjQ5e0viTw-Gugr2LUc0yw,1346
django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo,sha256=_nO3x6AN92556yWw1T5shDkPKWo3P97YNZNrbU1sH74,1119
django/contrib/redirects/locale/eu/LC_MESSAGES/django.po,sha256=t2r1UALMW8oMiadCiSRLzxBj1H6AEjOwgJhkP1lxHow,1304
django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo,sha256=-5jKCxXysUEhRqQyIrWPM_TMsFVkplUaabpQ92gdpAM,1241
django/contrib/redirects/locale/fa/LC_MESSAGES/django.po,sha256=alWn0yzG0ducicDmtNEDMzPsKI0DOcUwTnYF23QcXgQ,1463
django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo,sha256=yI0UwuNgDgkZImzP0mhRTmxIIQauOxtWzTElWvbUxG0,1158
django/contrib/redirects/locale/fi/LC_MESSAGES/django.po,sha256=Fe61Zh5dOajNd5d1hnoru9H2VXfeo0NuX9cqML2EfUo,1368
django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo,sha256=Pij5Dt3XhspMtsK3QYgwKoVZiigodbWPEUKVNi9cIHo,1141
django/contrib/redirects/locale/fr/LC_MESSAGES/django.po,sha256=l5x8GP6qwmLckm0NMXXSI7Wk7eZtPBBPpFYcVpasTMg,1326
django/contrib/redirects/locale/fy/LC_MESSAGES/django.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476
django/contrib/redirects/locale/fy/LC_MESSAGES/django.po,sha256=D7xverCbf3kTCcFM8h7EKWM5DcxZRqeOSKDB1irbKeE,948
django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo,sha256=5eD_27fH_bGk7h2lsz_iqHudqHs9KoRxPzebo3OohMc,1073
django/contrib/redirects/locale/ga/LC_MESSAGES/django.po,sha256=GQ-GsIzfw_GzadpPW_jZdyJYFnIdbnsgb3n7eVUBjz8,1279
django/contrib/redirects/locale/gd/LC_MESSAGES/django.mo,sha256=L197QOkG4ne_qEzKTpaO4pI6I3dduIVYZlQDYp5LNTU,1252
django/contrib/redirects/locale/gd/LC_MESSAGES/django.po,sha256=sXmLe63C-k3bJYHsr6X7q7OnE2tUKqNcu_kipFRWZU0,1371
django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo,sha256=GoM1QV_vWHfnrrAp3ykK0QrAddaxwGMYYAl_QEoUSZg,1079
django/contrib/redirects/locale/gl/LC_MESSAGES/django.po,sha256=D9YQf76f_NPSxc6LTg-jcMfkOurnItsNhV_4mYUOIu8,1295
django/contrib/redirects/locale/he/LC_MESSAGES/django.mo,sha256=NikDo6MnQPRRf2qvRmepSmK88SW0Gy6F4ocOosdr1mA,1128
django/contrib/redirects/locale/he/LC_MESSAGES/django.po,sha256=wVCLXOuDFMPOO70rCF2DSFAa08ly0DCWiqGCiNPkJpM,1302
django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo,sha256=rIZ22CMSxJCYHcZ7YMTfDzi0X4d_4LCf-bUXM7l0BAA,1409
django/contrib/redirects/locale/hi/LC_MESSAGES/django.po,sha256=GVIPw9_1zoqsmGMRTnsgDRvgxNTbdN5NYyDGgThJb2c,1649
django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo,sha256=qfTww_XXLCxovEN41P0cmWj7eksxTwdlxPR4MwCNTS0,1207
django/contrib/redirects/locale/hr/LC_MESSAGES/django.po,sha256=BT7f2zI6TLCNa0fO74AROjh5FQft4zCPjaRsjLX49RE,1406
django/contrib/redirects/locale/hsb/LC_MESSAGES/django.mo,sha256=0WPQpoDAyK5zithnKWQXQng-dgOARRR6q1gGyjVaBu4,1236
django/contrib/redirects/locale/hsb/LC_MESSAGES/django.po,sha256=-sr94k_8E0qViDA38Kb1Ha_dnCEzCDOd2D9e1ChnlAI,1380
django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo,sha256=5jmRcTBdxl7YkjuaZ45i9M7G76vK3EP0cCw38ekzpgY,1162
django/contrib/redirects/locale/hu/LC_MESSAGES/django.po,sha256=XLEvL9aPBSOVgBUFXDD2hlEcJO30hZUBThzcuEKJNh4,1339
django/contrib/redirects/locale/ia/LC_MESSAGES/django.mo,sha256=KVZCQXuQbRgyBWbEPJPowBb61jlRjhKLko0BthNGpfY,1152
django/contrib/redirects/locale/ia/LC_MESSAGES/django.po,sha256=VNKjB7FbBlOpT0WaHDSefDsUPFAa8If6Rz1NBMwWOOU,1297
django/contrib/redirects/locale/id/LC_MESSAGES/django.mo,sha256=WJTdHF2VNEI7MSr75TCHY9RUappUktaqjR18ZqFousI,1101
django/contrib/redirects/locale/id/LC_MESSAGES/django.po,sha256=13a2DCxX3xxWeYsr25rHyAjwavK167Nb1-tQFYOtBVE,1322
django/contrib/redirects/locale/io/LC_MESSAGES/django.mo,sha256=S9FmtF0zbxk_j06kPdpsuxPXg3y5TLIZE6qp4ekwS8E,1019
django/contrib/redirects/locale/io/LC_MESSAGES/django.po,sha256=Z3Ej-OkQfjB15NTUvwFIwa10WheZPRTBUltoWcL0_98,1228
django/contrib/redirects/locale/is/LC_MESSAGES/django.mo,sha256=W2Et6Haai0l53mmLMgNMzUd4ZY2Swea2uMBvPfXkDmo,1065
django/contrib/redirects/locale/is/LC_MESSAGES/django.po,sha256=LDWWGbZOlil8RDlfUybE9RiuQB_ZgrmRWg2sZ9i9q_M,1278
django/contrib/redirects/locale/it/LC_MESSAGES/django.mo,sha256=8XaVNO6xdS2gloxexjIefW1OKvN5bgDLeBLgH0yjICA,1105
django/contrib/redirects/locale/it/LC_MESSAGES/django.po,sha256=I5NaMpl192YRIJQkjNzyw0HSm8QA54iwcOfmnlGXRKw,1307
django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo,sha256=tlAsXxYSdRTg8ZPynlf3clZ6IER4xJnU8K10_nnQfoU,1148
django/contrib/redirects/locale/ja/LC_MESSAGES/django.po,sha256=QAiXVg0Fq2VkHV6n3aEfwJgrJV5u9gQiG8QRlS2biWM,1324
django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo,sha256=BxyD_cplbjZNToRpk14ghmPgScqoq4EhLCcfw8CZ75I,1511
django/contrib/redirects/locale/ka/LC_MESSAGES/django.po,sha256=XImDXg-rkf5me8IvdHNJIiPAccMIvTKdD5oSrTOn1Pk,1720
django/contrib/redirects/locale/kk/LC_MESSAGES/django.mo,sha256=nx1F06FC4gNFr3OpwykcWewKs5vZduKInV8wTGHe9Gk,1261
django/contrib/redirects/locale/kk/LC_MESSAGES/django.po,sha256=6oQI_F6F9oNEbpXpj8M6LO2lU2Hrj1s9wDlwJFzayRg,1473
django/contrib/redirects/locale/km/LC_MESSAGES/django.mo,sha256=C6oM_iyqaE-tv8jjfopeKsaqbqVhj7EwvSDwwOwh-lc,1248
django/contrib/redirects/locale/km/LC_MESSAGES/django.po,sha256=TjxKrw1SZD7gtTicA5nlKvXMxrIrJNkM-ofI1S9Drrg,1437
django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo,sha256=Ej5om2mw6Ih9oV4lZ2desCD7Vdlj7hrTThSBS95Vfn4,1396
django/contrib/redirects/locale/kn/LC_MESSAGES/django.po,sha256=j61z_5cKAAZJJshtvK2TKnulUmbWX0bBsw7fN7yrj_8,1588
django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo,sha256=UlZV9UGn-2VvjxiS5zqo2yent6C9C73INhlYwTSkP1E,1112
django/contrib/redirects/locale/ko/LC_MESSAGES/django.po,sha256=q3gRh2e7cG5hddzkaeMhi3mjH1gfHMFaKkgaYC-YDRo,1343
django/contrib/redirects/locale/lb/LC_MESSAGES/django.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474
django/contrib/redirects/locale/lb/LC_MESSAGES/django.po,sha256=Hv1CF9CC78YuVVNpklDtPJDU5-iIUeuXcljewmc9akg,946
django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo,sha256=EzYzRp_tTP656BexvBROQ6VgmujUbrDbtYn3edJinXU,1191
django/contrib/redirects/locale/lt/LC_MESSAGES/django.po,sha256=r_RggNFaph4aFomVIMio8cEEf3O7tvM_1RHmp_aGiLI,1377
django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo,sha256=H0cgPJl40pvtYzm2hcyXN4L6MvTcWq-ev95v4zMEzWk,1179
django/contrib/redirects/locale/lv/LC_MESSAGES/django.po,sha256=Ovli5TH95qMgbCQ7AwN-8Sx8u9f7S9hvG6EahInF5hs,1355
django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo,sha256=ebp__GJoaV56mPb3TLJ6o20JIce9eemX79uYn1zAV_U,1353
django/contrib/redirects/locale/mk/LC_MESSAGES/django.po,sha256=1B8VVFDRRHnYdH19fXFo5BEdWLlypMMsAM-3HzaF7Q0,1596
django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo,sha256=1PXw3MS-dDQlC2v1-j_wQ3HZYNYU_yA7nGMn403Xpaw,1331
django/contrib/redirects/locale/ml/LC_MESSAGES/django.po,sha256=8HJIJTXTpsUd6LyoJ42Z77VR1IgkbXulaHlVWfwzMXI,1520
django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo,sha256=OjRKWcHwLtm64GxqeNydjLEHOoTeBwHydOByMdx62zY,1274
django/contrib/redirects/locale/mn/LC_MESSAGES/django.po,sha256=WCgu0xEbJWSHcy9eW_G9AFGKrubYveCTHFDVHAFN-As,1502
django/contrib/redirects/locale/mr/LC_MESSAGES/django.mo,sha256=2Z5jaGJzpiJTCnhCk8ulCDeAdj-WwR99scdHFPRoHoA,468
django/contrib/redirects/locale/mr/LC_MESSAGES/django.po,sha256=0aGKTlriCJoP-Tirl-qCl7tjjpjURhgCjRGmurHVO3c,940
django/contrib/redirects/locale/my/LC_MESSAGES/django.mo,sha256=37cz49r95DRdWnUQ7sEK___KSj_FQazRUN50AzP1Boc,549
django/contrib/redirects/locale/my/LC_MESSAGES/django.po,sha256=GR1WW2K4SKpty_axgrj7pQ2EnAZLQHuHajijlXDYN_k,1052
django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo,sha256=dgpEoSNJR0Jd3GXYzwpFSgC530kpFrWyAXnaDU0LpEM,1146
django/contrib/redirects/locale/nb/LC_MESSAGES/django.po,sha256=YpmGW-RrPuZ9pn1KeOrTCKl6Ptn-282FFSJhkWx8f0g,1402
django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo,sha256=LjTapQ5PFh4WsQ-Auwgk5nl62nDTMQtmbS7FQ3i7mK8,1420
django/contrib/redirects/locale/ne/LC_MESSAGES/django.po,sha256=K9rZO9t41OLMtmVFANS88C6an0IYkNQrhN4vkAMR1X4,1607
django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo,sha256=6J9L5BCe9kkBKsLu5qgkXTz8SIesSZADYzuHIpx_OKM,1114
django/contrib/redirects/locale/nl/LC_MESSAGES/django.po,sha256=bXjssVuJg4y47hCpfyOT8o7qNzgdrtAFRy8baPT8uPI,1343
django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo,sha256=QHahUfXouw39LlMhzMYC-nGEmoywINrAL6Qei-Gagsk,1072
django/contrib/redirects/locale/nn/LC_MESSAGES/django.po,sha256=h0NA_c5ksLnqmRxceWU-__JN98vJQQ_zf-fM--9QidY,1267
django/contrib/redirects/locale/os/LC_MESSAGES/django.mo,sha256=p5kZL8__7biWwkpxa3uQgRn47PAK3RT9cUbrKkt_-yA,1150
django/contrib/redirects/locale/os/LC_MESSAGES/django.po,sha256=DkkpxJ8iZA7AkQ10gEqwAbEgltG6wiIKTFibTtO0BkE,1358
django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo,sha256=AJSFSW5pYgbP0L0ciSUu6AYQbLV4T5-GHoJX5e0DX-4,748
django/contrib/redirects/locale/pa/LC_MESSAGES/django.po,sha256=LNOiC2Y_3bWP78zuYpUE2mTpSvtvdbhmdMDGEouzL7w,1199
django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo,sha256=_xe-JKXx3MctLNQFZdMSOndn7UaqgfZxyodq6Q07EqQ,1280
django/contrib/redirects/locale/pl/LC_MESSAGES/django.po,sha256=HmAv8V_tTFsVgRKEq2O5L0pBjCxXyF6uIea_AukvtoU,1513
django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo,sha256=K5jMOXI8Ujow636wcl92CSa7zgjqZppKgz-2WIiyQFI,1129
django/contrib/redirects/locale/pt/LC_MESSAGES/django.po,sha256=CeTf9z6FIdnK1XKcZ11iD8b71HwZuIHGmXOxxRXfgqY,1350
django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo,sha256=OTgD0-DuoGKzg_cH_M0Yjxz_MR1HdiaHtDMiFmkcq9U,1162
django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po,sha256=C1FdxxM3uYa8VLC-1-8WgDxPDn9Kw7ddyimTy5hthWE,1417
django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo,sha256=QD_vaglvSu2ZNTqOYQmqsQELXSDW6uCFDdAz5Rxcs28,1222
django/contrib/redirects/locale/ro/LC_MESSAGES/django.po,sha256=s0Qd5PaN9mOQ_bXJAKjTHNG4xbMtVJz_XyUC-LFmNto,1475
django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo,sha256=etYn4n3rSQE6JeCr4_8eMrWejkDY8UGRNJZsuejzjj8,1469
django/contrib/redirects/locale/ru/LC_MESSAGES/django.po,sha256=WXJQhPNL04ywaapxkyr_lVjCf0PVgPjVWZ8VMtD7cjA,1682
django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo,sha256=N1ZnzajEDIHTKjJTSi6nROigrx0PArjjIxhMN1XYaU4,1127
django/contrib/redirects/locale/sk/LC_MESSAGES/django.po,sha256=CsopH7n8a0EkZKZCI-81Gb9OFnH_BRvrK8E4FU-fYiA,1333
django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo,sha256=7Dxl-8r0SMqhsBiiUKn0-SOYjCQcOZWfeQBmCej7HG0,1156
django/contrib/redirects/locale/sl/LC_MESSAGES/django.po,sha256=lW3u3T9gjiaNTZa4jbDvAP6Ob1_DPuHcpH7cxRWJa78,1334
django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo,sha256=P3i5o27gi0WQvq9_BoGsifSXuvbJmbkB_mybRdwtUb4,1125
django/contrib/redirects/locale/sq/LC_MESSAGES/django.po,sha256=J9zjkOi9p7mGnMavMpO5d8gvv7Isvp9Zu1JdXidi218,1307
django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo,sha256=4tgMpWEdZ4krCfDiNoTfBVpAbFGUny08kFvELm3T6ZE,1254
django/contrib/redirects/locale/sr/LC_MESSAGES/django.po,sha256=pzHbuE5pRgJDCbNatYn3xPx6tngzBpzJ-Ce38O3ceJE,1455
django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=RTO8FbSS6txvhvkxRPXQ1yr9GyKnklR9tCMhcHxxVEo,1130
django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po,sha256=sKrGKrEpQLGvR6OgWX6I05qg8hdOXll0IOMVD7FHK2Y,1331
django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo,sha256=GrVBXa4aEBWG_rt-SvSyt2eMFgzK7C7KzKwex6KimXU,1102
django/contrib/redirects/locale/sv/LC_MESSAGES/django.po,sha256=m-rUx7mT9v2EUL6VJ-SWtlopzTtyhUgv-wLKaBUXrrg,1298
django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo,sha256=JlMvRiPZoCS9i3nLmLLEQPWDXLfxLtdbGOgGeN2lNtw,1078
django/contrib/redirects/locale/sw/LC_MESSAGES/django.po,sha256=vtAjW5o-fMyERJMpCI2V04rhx7GyfjLQxEeNw3K68TU,1245
django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo,sha256=4DiWKDeZsHFw8KaqHz3EE-TOGDkZwYax6ik_1Qousr0,1502
django/contrib/redirects/locale/ta/LC_MESSAGES/django.po,sha256=1zad0UpxBgdvRohv3-7QBS1GHNbbm7MNs-gZROFCvIM,1700
django/contrib/redirects/locale/te/LC_MESSAGES/django.mo,sha256=Gtcs4cbgrD7-bSkPKiPbM5DcjONS2fSdHhvWdbs_E1M,467
django/contrib/redirects/locale/te/LC_MESSAGES/django.po,sha256=RT-t3TjcOLyNQQWljVrIcPWErKssh_HQMyGujloy-EI,939
django/contrib/redirects/locale/th/LC_MESSAGES/django.mo,sha256=LhkFMqet0lnsIBpecnG8eDcC4ynVwmXnqdPoy2h8voI,1210
django/contrib/redirects/locale/th/LC_MESSAGES/django.po,sha256=mGqIDEdSNXOePdw08R4B8eh-NvA4c1WEujoE1facCbQ,1393
django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo,sha256=B7ShDa-0ZYrm-F4j8Aqym--WfRWY0xyEOq5cVqbKHsY,1124
django/contrib/redirects/locale/tr/LC_MESSAGES/django.po,sha256=NH5wPslGabuHe_yqPXLVltFD8135UgomKUV8c79imZc,1348
django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo,sha256=o3dfN0Ynx939dOCdBS0uD40I7_UYVdumkF5ulydAeMo,1178
django/contrib/redirects/locale/tt/LC_MESSAGES/django.po,sha256=mjMkdE-5Vn2jsBrORj0h4X631yJFJhdt__JRh_ndewM,1376
django/contrib/redirects/locale/udm/LC_MESSAGES/django.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462
django/contrib/redirects/locale/udm/LC_MESSAGES/django.po,sha256=xsxlm4itpyLlLdPQRIHLuvTYRvruhM3Ezc9jtp3XSm4,934
django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo,sha256=MGVdlWCsCR1zIbHLMLOwp3EvfvWcIEqS2hV3QkjFFNw,1414
django/contrib/redirects/locale/uk/LC_MESSAGES/django.po,sha256=Pkvb6mx_refwfk8-c-OudsibEgTdNJ2dAnHoUiH_-JU,1700
django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo,sha256=Kctgivg91-ztPrMagYEgp78r0hYTnVUQw6LQDwhr6ys,1138
django/contrib/redirects/locale/ur/LC_MESSAGES/django.po,sha256=NH8a1KS56oImZHZzJ0n2FRIBabhMD3ou0qRcTvCCuwQ,1330
django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo,sha256=nlkhjE2WuCXztsZBLefUMVg-wFQQlmtrsg2HVIfWNQs,1106
django/contrib/redirects/locale/vi/LC_MESSAGES/django.po,sha256=TimnGoDEBiEuEJozTj1cT-WxiYPymv11TVTNxf24yMM,1301
django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=RBfPIuIO4aUWUDZhQQg9oC6-Ov1AFXRyou-osLmLFwU,1089
django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po,sha256=9oVC1nhNP5F39X_W38zknhc32Wo_F6OdWevaX98d2Q4,1315
django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=MwV0UIjMstUh18jmGE0ldBB3mdlnPaG4XuinmdYOs68,1096
django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po,sha256=otfm1Fvyn5r2Iirs5c64LBM3tSeHHcHQWtTVL3AukmQ,1313
django/contrib/redirects/migrations/0001_initial.py,sha256=fnLIO8z9pu3aBupcmG6oETTCYMxhlW57Ek3nTPnNTgE,1561
django/contrib/redirects/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/sessions/__init__.py,sha256=W7kKt-gCROzrUA6UpIRAit3SHa-coN4_A4fphGikCEk,67
django/contrib/sessions/apps.py,sha256=F6zzUvsrxc7gWrRFlE72qkZTxw9aDIVBmVFU1book6Q,195
django/contrib/sessions/base_session.py,sha256=IkfINHf7WDipy94eVeQrls07u0IosvYAWGdmmA36ibU,1623
django/contrib/sessions/exceptions.py,sha256=epvfG9haHc8p34Ic6IqUSC-Yj06Ruh2TSm9G6HQMdno,256
django/contrib/sessions/middleware.py,sha256=sbpLTYtkGNo5TfYaHPestSVrhMEbcGL9LXRDk4OD5LQ,3423
django/contrib/sessions/models.py,sha256=ucxR4YpjfGi5dDS1IRZkbDwGWqFy5P-t4IkA_NsH5sY,1298
django/contrib/sessions/serializers.py,sha256=GLQkluwSQBbAuPzRSSU-6odofxOvzQi-kh1JeAhbF9U,488
django/contrib/sessions/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/sessions/backends/base.py,sha256=wEd7nv5X-v-OjEQvDE_OyDzIZkWXPLDG-7aZyeoQ6U8,12374
django/contrib/sessions/backends/cache.py,sha256=ExLTaQIKSLlhQl8pNSRJIhKnMuLbUW-w0bE4QVWImUI,2766
django/contrib/sessions/backends/cached_db.py,sha256=vcHQTilkNQGCwXmWYNLuLsLjocfQ-OwtfVzFzY2K1lY,2813
django/contrib/sessions/backends/db.py,sha256=GigqDmHlnmOLyNVXhcMnxhpA02kOH2HBo7P5MRwiOsE,3794
django/contrib/sessions/backends/file.py,sha256=pn0LDfENCpweZ2p4mmpJvxfqigyDUlgtPqKjgp8Ch50,8034
django/contrib/sessions/backends/signed_cookies.py,sha256=qQeqMINIV_h5R6wkYu-isEdTWDdRBKvgGIYm5IeLAr8,2949
django/contrib/sessions/locale/af/LC_MESSAGES/django.mo,sha256=CeuKxmXn3PSw7eh7O_0bC4NUBVmOhdDcOsnsYycLD44,470
django/contrib/sessions/locale/af/LC_MESSAGES/django.po,sha256=fdRPUBMVUrpvAi9zsvwSnts55Wdnj4r2kLxKeroIsSM,745
django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo,sha256=mOlKWbD5-UpECobzpDOFUIdUDpTBmmzJJLLINYnPpk0,846
django/contrib/sessions/locale/ar/LC_MESSAGES/django.po,sha256=_ObZZEAWckLh4cnnoFebAeL1v30pUn-2mW_0_izq-e8,995
django/contrib/sessions/locale/ast/LC_MESSAGES/django.mo,sha256=7l9aZN_12ZLD0FjCrHLxuU6JqHnOebQvHRcnVzpXQfU,702
django/contrib/sessions/locale/ast/LC_MESSAGES/django.po,sha256=AToIbpsYAt81jq4-gRySK6i75-yzaQpFcR0-7qTePc0,846
django/contrib/sessions/locale/az/LC_MESSAGES/django.mo,sha256=T1Zg9t7tVKGKc3otJgU1UPcUJpTAFANr8thdmWh0g9I,700
django/contrib/sessions/locale/az/LC_MESSAGES/django.po,sha256=DwEBsO-BrKBpSVn5zmG7Oq1Q-kPms8pVNgEK8JXDhtE,846
django/contrib/sessions/locale/be/LC_MESSAGES/django.mo,sha256=L3idGs7LvYvZaxMDwGUF1TiESiMiuFOP1AlH5gF0UIw,895
django/contrib/sessions/locale/be/LC_MESSAGES/django.po,sha256=HgFsvffTHGaUcIHIAvkuUU_BXEh2BBlbCLzE9AxjTUo,1023
django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo,sha256=EdYKNQAyKPaoY0xejuy9vP--GJ0iqW7IBtmL4Ul1rbI,783
django/contrib/sessions/locale/bg/LC_MESSAGES/django.po,sha256=nhdaDxxPsIL4-j_vq05pXAQI8d_Bhd9NIxdAEm1Gki8,942
django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo,sha256=1kBYXt3PuEtlelGmjtSCJybxmyHgtIW5p4NlG_6lork,762
django/contrib/sessions/locale/bn/LC_MESSAGES/django.po,sha256=IOtnrq1WoNUqh4PvhoBIqRbV-FDZKX0bMl2F_vU0Bqk,909
django/contrib/sessions/locale/br/LC_MESSAGES/django.mo,sha256=hRC20a_Gfh7CvH3jsgOTxX7efyGoLurfDBeKZIvdyQc,536
django/contrib/sessions/locale/br/LC_MESSAGES/django.po,sha256=6aB7NdohFYF5t2YLWaA_APYobgQqDwiNqcmVOD9zBFE,787
django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo,sha256=IfpCqfTG7fbcJfBl3WphyLI0obsd0U2a7Y0Ior1eZzI,759
django/contrib/sessions/locale/bs/LC_MESSAGES/django.po,sha256=T3D322uSKkOZWE7ACu1Yw-pYBIKk8tv6N_uf_fOoCrU,909
django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo,sha256=V4SW83cCsc4Yk1zwfFdGfL4Dwgj0xQBa0ZKQFB2sQ2I,738
django/contrib/sessions/locale/ca/LC_MESSAGES/django.po,sha256=Z9EO0_rnsXjfwukQfoM3J_gz5iJWDHLHGgeMRb5-v5s,906
django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo,sha256=OmG659DMf5Qkjn--N6YAptscmCF2QcQENC_GUq6K7-E,747
django/contrib/sessions/locale/cs/LC_MESSAGES/django.po,sha256=UWqAYI6Pb_8l7NTcjODHInmfKtqldn6nuquTlaGCG58,906
django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo,sha256=SNSZ3s0NT6zKFPzxaglmmzoAOawAorClFterR4LWBKo,774
django/contrib/sessions/locale/cy/LC_MESSAGES/django.po,sha256=_avUUvTen4FTaSSQq1JmOVqA0qkzTgSSRdb3BvrS7t0,952
django/contrib/sessions/locale/da/LC_MESSAGES/django.mo,sha256=9ueGqV54FW8OozC3xBv-2t4-VAGQYKZC4Upfj4OZ73w,722
django/contrib/sessions/locale/da/LC_MESSAGES/django.po,sha256=Awk1sSYxe4mXSGtQeVTBV8Z8Wlowumah19Asd7PK50o,880
django/contrib/sessions/locale/de/LC_MESSAGES/django.mo,sha256=2YDMoT6aRAWoCLnQO619AtPsmWegSsBtjtEwOAD5PrE,721
django/contrib/sessions/locale/de/LC_MESSAGES/django.po,sha256=U3ASeS6hN4lQwNJ3b3SuM9IL1XyKG6-4xoIQIXS1Lnw,844
django/contrib/sessions/locale/dsb/LC_MESSAGES/django.mo,sha256=9WfnaawT37ojb4IKt1iO_vKflmnEeL-8WBs8FIJKxdQ,810
django/contrib/sessions/locale/dsb/LC_MESSAGES/django.po,sha256=HNBPkq-h3IYHu_PekBylJVvbkSTDrdDQBWwuasbZz-M,934
django/contrib/sessions/locale/el/LC_MESSAGES/django.mo,sha256=ETDps7sDbk7lbYYoM7GmemFLdcZU2T1WiRL5Gqr1ZbY,809
django/contrib/sessions/locale/el/LC_MESSAGES/django.po,sha256=Dtz1aZt5ngCqw8npRA6Ox7aeZplxEcSLSiDHt9we3RY,971
django/contrib/sessions/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356
django/contrib/sessions/locale/en/LC_MESSAGES/django.po,sha256=afaM-IIUZtcRZduojUTS8tT0w7C4Ya9lXgReOvq_iF0,804
django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.mo,sha256=dTndJxA-F1IE_nMUOtf1sRr7Kq2s_8yjgKk6mkWkVu4,486
django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.po,sha256=gvnvUpim1l7oImnzPXqBww-Uz0TgGjzCLaaszpdkQ10,761
django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo,sha256=BCbVEvemHKxTKHomtVVrPAY_aL_Cf6XM_wFWzXnHC9Y,707
django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.po,sha256=d2xuA3RdrNEg-oWXy0Od7knVfXE_SrnPyve1excDwh4,849
django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo,sha256=kz-aot1rEAmkwion60GWKfCVYhPKS9k1RkhGSMexPTQ,727
django/contrib/sessions/locale/eo/LC_MESSAGES/django.po,sha256=hInVukaIAppga5W4fvI_3Ot1XbtZog1y9kkhl3UsTMg,917
django/contrib/sessions/locale/es/LC_MESSAGES/django.mo,sha256=AjMjtn30QerwBzCUCawjvQoCYrnx8TT70Lz0uKE2SSE,734
django/contrib/sessions/locale/es/LC_MESSAGES/django.po,sha256=zWVenKi2EUpfjJubzhP4-xl7mBlwjUUUvak6BlDQW60,909
django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo,sha256=SASlXn-SgrSYn126e22T73IPTHG8cBKXx-nGnEqvZ_o,735
django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.po,sha256=QEjZU5kDhOrbazVvde2_RzqrGD5Ccwu8daqff6vg8fk,879
django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.mo,sha256=nbMgCJZY6fIExwfhX-ejRLgCORew6av_v8ISa8vHI6Y,754
django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.po,sha256=3BNKrLLpJfAN7CpXEkDOQTNCps2v6m3d9ohg54-1l0M,878
django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo,sha256=RuA0h6f7CAujvo2A2SRHpV3PLU8X5OoZUWvgyFJkwcU,756
django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po,sha256=rA-vfTa4cDD7M1opEcB_VNpddMcqydCr06h1L8o5ePw,920
django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.mo,sha256=59fZBDut-htCj38ZUoqPjhXJPjZBz-xpU9__QFr3kLs,486
django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.po,sha256=zWjgB0AmsmhX2tjk1PgldttqY56Czz8epOVCaYWXTLU,761
django/contrib/sessions/locale/et/LC_MESSAGES/django.mo,sha256=kMEuAMp4p7DhZh8I8dEpVVfrPIcbHUiQrkdmJDuf-x4,737
django/contrib/sessions/locale/et/LC_MESSAGES/django.po,sha256=jwETBiFKtj-nlHCW3KtTCLSShNA4oaJjFdHJGrv2fa4,899
django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo,sha256=ZtIBC6rc7MaIkwZBEpiq8Ip0KJip5TN7RHsyi-F6hKw,728
django/contrib/sessions/locale/eu/LC_MESSAGES/django.po,sha256=shwh3NDpnDJkvqvOo3-CQfXAPKXzNO_-MLE5hG7sE7k,893
django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo,sha256=1FY0OWAawV4a9WZqW4LHL3-gJRbB5D9vLYAAMQDxjGA,755
django/contrib/sessions/locale/fa/LC_MESSAGES/django.po,sha256=taijXU9vfecN6Swj8NlOMwSa1lb6EXck9n03D2poCj0,916
django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo,sha256=968RaKZVU39TjsxAChcA9_pJmD-yxhHwVduJ16xsD6M,721
django/contrib/sessions/locale/fi/LC_MESSAGES/django.po,sha256=r2YolTGsdT-C6S6w0frMf1PhS6rY6yBelb4ItEQhmXw,889
django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo,sha256=gZkPbyYxuIcib2jr6x18l-Fm950fM23UIZg9_IplzY0,733
django/contrib/sessions/locale/fr/LC_MESSAGES/django.po,sha256=-mCaC2nucr667otRnHbeQB5H9E3-eO_tNU4Du2MXdQg,893
django/contrib/sessions/locale/fy/LC_MESSAGES/django.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476
django/contrib/sessions/locale/fy/LC_MESSAGES/django.po,sha256=U-VEY4WbmIkmrnPK4Mv-B-pbdtDzusBCVmE8iHyvzFU,751
django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo,sha256=GnniQoHeelUEuMvGGkIjbsBR2yxu1B3sqhucoBhw0cg,747
django/contrib/sessions/locale/ga/LC_MESSAGES/django.po,sha256=zu8bFvhHlfVSjIJXMVdDa7y6S0Dgflg6mmXuwTzDRxo,894
django/contrib/sessions/locale/gd/LC_MESSAGES/django.mo,sha256=3M8shPOaVEaMMBBqMrlgNTX8k2cf3JhisykuGGCaduo,791
django/contrib/sessions/locale/gd/LC_MESSAGES/django.po,sha256=SKVN_dyerk9G6ekKXDcvVL8iuv1pF760tGx3T8loyz4,890
django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo,sha256=fj0Au8wI7-ZbyF--ZHWAuvuY42DyrpEaUc0OA8JU25s,701
django/contrib/sessions/locale/gl/LC_MESSAGES/django.po,sha256=RPGb_A7Nz5KSizqZkq44yZ-isZ-yNEHDeHXnvC6I2ck,902
django/contrib/sessions/locale/he/LC_MESSAGES/django.mo,sha256=Rs4OWF5HeAGvuVxSEDh5qSR8tzsBeXznOd6KBse0avk,809
django/contrib/sessions/locale/he/LC_MESSAGES/django.po,sha256=1CuYH6DOkWQ4BFIrqnTVL3dXR-MWT1b2HyJvI5c_jkE,969
django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo,sha256=VriR-EG82xVTFYnQCyiVtEA5L5oSe8_NiHg6RUAzYxI,759
django/contrib/sessions/locale/hi/LC_MESSAGES/django.po,sha256=tw3O45_avCcKPhj0VbCLinc9VKOPtBoNqAwDa55LppM,951
django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo,sha256=aJhCHGtVgPQITfu5b4BbE2ajyg_MwO6sfl0DK7j8Q6c,819
django/contrib/sessions/locale/hr/LC_MESSAGES/django.po,sha256=o_R-EB-tb-VEiCXwqfQ7eivLpbg1zmmkLk_zsLOUgWw,998
django/contrib/sessions/locale/hsb/LC_MESSAGES/django.mo,sha256=pU-e3i4J7J6XGPU3jymmp7uybJOW7uXLdxHXKemZuls,805
django/contrib/sessions/locale/hsb/LC_MESSAGES/django.po,sha256=-E_HIpswfTAe3vsTtxBB7m4mruz_biHiNO_9jGAQgKs,929
django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo,sha256=ljjsM3NFm7ZkLDSMTH50yHu_T_dRJG8n1Hd2OpNR3cQ,737
django/contrib/sessions/locale/hu/LC_MESSAGES/django.po,sha256=12cp8JFSKHT6xSTQCfI6KnAvwjTSruJWSDgkgQpM4zw,894
django/contrib/sessions/locale/ia/LC_MESSAGES/django.mo,sha256=Bwb_isBOExDt4jZND3BvO_QTcj9U20hf2CTZarZ-FN0,744
django/contrib/sessions/locale/ia/LC_MESSAGES/django.po,sha256=DfkslN-Su8L7rkb6f3cHlxspE6Pj8pUpOWWuiqj9BkQ,869
django/contrib/sessions/locale/id/LC_MESSAGES/django.mo,sha256=7d80axuJKbayM3aDym8ng9tANkCpSVy7NMzAmznFGuw,705
django/contrib/sessions/locale/id/LC_MESSAGES/django.po,sha256=mGe4PhKRhcNnc3BHKph_rwQpHsnX1KMeRwYLVxzCByI,914
django/contrib/sessions/locale/io/LC_MESSAGES/django.mo,sha256=rRiJaEKiAlEYfR8zMKQnuolNkIXIWbAVliBWs5KDJ6Y,683
django/contrib/sessions/locale/io/LC_MESSAGES/django.po,sha256=gQnMCbPh8ZrzwpNB7gcCo1dh4rjYTCWtHJ9QiIC3_Sg,840
django/contrib/sessions/locale/is/LC_MESSAGES/django.mo,sha256=_0xcn2uYVQE36yc81niL9qsFOIojbQU_MF3ToQA2Up8,706
django/contrib/sessions/locale/is/LC_MESSAGES/django.po,sha256=9nBsekxzeU3nvzV9LfLIVG7g2iez9sqHSTNRuH5vxuI,853
django/contrib/sessions/locale/it/LC_MESSAGES/django.mo,sha256=WBx--0NOQpGOQNu_sIrp8pIJMYfRy-SVIp6TG1zt0dY,726
django/contrib/sessions/locale/it/LC_MESSAGES/django.po,sha256=ETzSCla9ztx0xky-NGy6IT9PA85-2evK5QOoKh_wfpk,869
django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo,sha256=TU2j2WyKsZyvrEILaVtP_oKtbv0fYXZ1rX6OtAJAu5M,757
django/contrib/sessions/locale/ja/LC_MESSAGES/django.po,sha256=g4tvFSUXx1-E7uz3X4ZwcPENkY7Hf916AWK3qjWiwtg,920
django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo,sha256=DzccXIBivwRkVjKarqM9jlKkpDsIYAczw7do8i7Os8M,803
django/contrib/sessions/locale/ka/LC_MESSAGES/django.po,sha256=XY2FvUmpCFoEVMIHsLK07SAcq5f8IVIkEW5SziQYyI8,950
django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo,sha256=jYD3xuCcyPMzBxmLfLRHR3eAvleaB1ABr7skjhB_4E8,810
django/contrib/sessions/locale/kk/LC_MESSAGES/django.po,sha256=J-tIthLavH1uCaZ242o0zCeZmyU7ALPZBzgze1U0C4c,1024
django/contrib/sessions/locale/km/LC_MESSAGES/django.mo,sha256=atlfwsPRgpc2tq83JlQdsPcMobe5GqDYdm7iY-wmOWs,929
django/contrib/sessions/locale/km/LC_MESSAGES/django.po,sha256=Zbu0Ea_tB5gM5EkYPXFcbEfph2y0cU1Qudy59X9z23w,1073
django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo,sha256=-tYo3xgBNSKkRm1guZt-TeV20N9vBsKYXqHtSIK0Dz8,814
django/contrib/sessions/locale/kn/LC_MESSAGES/django.po,sha256=DbTMcEubzlxZ5WY416etO9iWHHhzL3AyDKMn0FCsMAM,961
django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo,sha256=gxcIbuwjbx7Qhyb-uug_7NGDmW5aZCd-NfSjcb0_CM8,700
django/contrib/sessions/locale/ko/LC_MESSAGES/django.po,sha256=CPlavLUAaafh_k8xuvTC5S-HRgKcKDJMlK25uIbcngI,855
django/contrib/sessions/locale/lb/LC_MESSAGES/django.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474
django/contrib/sessions/locale/lb/LC_MESSAGES/django.po,sha256=3igeAnQjDg6D7ItBkQQhyBoFJOZlBxT7NoZiExwD-Fo,749
django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo,sha256=o0-s6eqSHQsHLoBE1AR3jJP40lPnHDgyVycsfih67EM,786
django/contrib/sessions/locale/lt/LC_MESSAGES/django.po,sha256=gqZD5XJNkBs8cddExBME2j9KY43Bk04I6jR7TdopZeo,952
django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo,sha256=7Wz_aUi7T1rejKPed7XAkGoq9uRR9J8Qr-UdmzePVjA,753
django/contrib/sessions/locale/lv/LC_MESSAGES/django.po,sha256=MknvDEzh5DeQ1rgE4_R808IhYMzFCmFFyh8UY9gllWo,909
django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo,sha256=ycmo1Ncz7RnJpEqg-ka15BTIxci6h894_k-xlVTkfsE,816
django/contrib/sessions/locale/mk/LC_MESSAGES/django.po,sha256=IAcie2QZvxNO2I_nVBFA0yNSmsC8NiCDPRwIpLiOM4g,988
django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo,sha256=sj9BxTkJyyKehxfU6T0vqmCfYgWxZW8Q5iJsjEkJXVc,780
django/contrib/sessions/locale/ml/LC_MESSAGES/django.po,sha256=JYilKFVB4EckFnoNnbrMIYWCufAeML_iYAzRS1gzPvE,927
django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo,sha256=Ry9mJuULDbRpm5fY3nRRDq-KgeeGI6LotwakGf4fcO8,769
django/contrib/sessions/locale/mn/LC_MESSAGES/django.po,sha256=vR4wgPM4hxX7g7rDjVqU4reokD9VXEfPUJndHox1kZI,972
django/contrib/sessions/locale/mr/LC_MESSAGES/django.mo,sha256=2Z5jaGJzpiJTCnhCk8ulCDeAdj-WwR99scdHFPRoHoA,468
django/contrib/sessions/locale/mr/LC_MESSAGES/django.po,sha256=FQRdZ-qIDuvTCrwbnWfxoxNi8rywLSebcNbxGvr-hb0,743
django/contrib/sessions/locale/my/LC_MESSAGES/django.mo,sha256=jqc_KK4kwwgG7Rt1YoXm6sDzG6g5OjdmWFxuMb1eek4,872
django/contrib/sessions/locale/my/LC_MESSAGES/django.po,sha256=svtU1sZdhooGnbVRrhiqJrjTaeH5NMzE0RT0S5tOO-c,997
django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo,sha256=RCJ4wbP7EcTTiYi4wBGo85PoevSsHu-XFyuoi7No2os,717
django/contrib/sessions/locale/nb/LC_MESSAGES/django.po,sha256=sKh0nApaMRSHxt76upR4wLHJffduObPz7kQeDpS5_Ng,907
django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo,sha256=Aia8hQ6EpPWRfmW8dhle1nMFdVrUuy_5knSuo0Xynq0,802
django/contrib/sessions/locale/ne/LC_MESSAGES/django.po,sha256=yC3-dWj-48XzC3pW5pTXJu1_wbRtjJK5fzuDesDz4wg,978
django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo,sha256=aH99cJvk-FbF9J-VgBR8JK5JcbMNfFK_xXq-aTb98w8,720
django/contrib/sessions/locale/nl/LC_MESSAGES/django.po,sha256=HTLsiSLFSGfPjqKoOjoIrS5xHDOdp_65KLqdOsvga3k,883
django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo,sha256=9s9iS9UzTziM1KWcxBtZ7UGku2GTo5ep3HfvuZm1Mqo,695
django/contrib/sessions/locale/nn/LC_MESSAGES/django.po,sha256=bL5SvGr0d6UC4gUb4boVZKNq7WdtfOD29ljkrkgYL78,842
django/contrib/sessions/locale/os/LC_MESSAGES/django.mo,sha256=wI6MAw0YTrs7Pp_6HRwlYiTOyckRJoLmy_rBpEeOA0U,732
django/contrib/sessions/locale/os/LC_MESSAGES/django.po,sha256=GEBv8_ewMhHQN3_1MMRBkxXaj4FvK4IbbmqTouSkQko,892
django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo,sha256=J--k2zyvWIImSt0ERqSXDkDHrQKVMqJtfPi7i5TORwk,771
django/contrib/sessions/locale/pa/LC_MESSAGES/django.po,sha256=TrrGn5R9c8hV12UTVavhEBroki6g0_jU2f4yAcT20d4,918
django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo,sha256=MwiRG-vM_9ODQ7lBaoyGELOHO_Vh-_4SE-Og2pLUncI,870
django/contrib/sessions/locale/pl/LC_MESSAGES/django.po,sha256=6SK_YSPuj41fVolNy1FMU00sQXrKwAtW3Kcin8Hbg4k,1085
django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo,sha256=eUyV9pFVvBDxfQg_HXNoVTYUfq43W8-mxSai_WsRBXA,738
django/contrib/sessions/locale/pt/LC_MESSAGES/django.po,sha256=UBo21U7Wky8Vr0N4BMHrVPXkImGEXpCdFJ5HDxw77mg,896
django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo,sha256=4yX1CTIZkjYCga683hm_SJUCBliBgTBCb9TfcCKxiNg,757
django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po,sha256=MpJSnGabVkXpREit3V4YigAQdUdYmwFJdWwClYa38Vo,924
django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo,sha256=Rv9tyOHgCeKGZa-yCo0-eE-xr24IAcD25OXGfUk8H30,776
django/contrib/sessions/locale/ro/LC_MESSAGES/django.po,sha256=b4Qug5EwaR7XyDE8Ruj9aNzsgP6o3ma19eF6c7jpsGg,1009
django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo,sha256=Ax0RXEPA_79zNI36cbw9wH8edg-lJO2yLsuBICkDmYw,908
django/contrib/sessions/locale/ru/LC_MESSAGES/django.po,sha256=ntm2xaYNZjRDhtO_6CYrbSfNNY84T2VimryonLsWMU0,1096
django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo,sha256=T3IfGb8MC63vque1ReupzOO7pSwwFfiai8vuWXl9HDA,735
django/contrib/sessions/locale/sk/LC_MESSAGES/django.po,sha256=XpIw-BOiZ7CsD-2GB1ZxODTIHX8ckGCyXHUEkSOahto,879
django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo,sha256=3heEw1H0jz8u-qLmB7sILj8d8NEee8nUT6828ANNKQI,753
django/contrib/sessions/locale/sl/LC_MESSAGES/django.po,sha256=VNHOOkp8ii6pF1S1c_IR_uJLWAVnq3va89q4ioOCt-U,911
django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo,sha256=ikeIbtcRReIL0z36e3uo8n9JZ-CFmroSJChZrtQ9qc0,724
django/contrib/sessions/locale/sq/LC_MESSAGES/django.po,sha256=yBCGW86kFXCW0mv5Ld48LvcnGxVXh4A3Jte0aOZFFbc,844
django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo,sha256=e9-MAzmTHhGuzMfXMcyQWVimTtYTDaSMg2-S4E1DcEI,812
django/contrib/sessions/locale/sr/LC_MESSAGES/django.po,sha256=838wXp2BPD1tB9uZaEdSEfXLTOZFW_ijNnEC5qux_bI,962
django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=zl92njncjvokIzyfmaVX5eu65OzXxCfZqeD6qhp08Fw,785
django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po,sha256=8y-JKo6QXNq0Su4txJNUImq8W73NRX6lOEkXnplgef4,935
django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo,sha256=Eh8ExrL26NSDkAHXcsNnmcjuR7CL2Y_2xT1sDVBxk2g,707
django/contrib/sessions/locale/sv/LC_MESSAGES/django.po,sha256=IlFI0LY7uqhIVbF-noN2eKU8F9wWZ5oZbvp1KEwM8Ts,853
django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo,sha256=bcEEsbjqNHqiyRGBL86ANrw2xnXVVhVgOchYKg3gsmg,743
django/contrib/sessions/locale/sw/LC_MESSAGES/django.po,sha256=p59kHXD5rjYhwsm8CYyTYY0ykR9SJbIzypZxviLg3nc,858
django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo,sha256=5IcCgwqn89D96bCTIioVd05zT4NYTFXGtdoX_6WQum0,801
django/contrib/sessions/locale/ta/LC_MESSAGES/django.po,sha256=XuS-KnwIdQRFoSb2wYHSazornR8_iRJWHUGhDJo1wv8,945
django/contrib/sessions/locale/te/LC_MESSAGES/django.mo,sha256=a0NDjf0pYAH9F8guOPnjNoseggR1QGerj2MDSRkO6vQ,786
django/contrib/sessions/locale/te/LC_MESSAGES/django.po,sha256=HM-aZBJWM3U4liMHp1LxtmY7QQMF2rFcTuhNdqQVZ2U,980
django/contrib/sessions/locale/th/LC_MESSAGES/django.mo,sha256=15I-vxMsOs8gvpp4uEBEILVlCZiDXw8A5shcJqijlaA,757
django/contrib/sessions/locale/th/LC_MESSAGES/django.po,sha256=Z1CIaTwSjyVOw1PWVmY7cCVv008XzfYT6MwKLhaUTOg,901
django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo,sha256=9mrrXXhP7LGWOHxffHWdg2C1phbZhfMTYfx26ecI5cM,726
django/contrib/sessions/locale/tr/LC_MESSAGES/django.po,sha256=sYYsQlMZJHAThbI6rPoKHz5K53Q6qPj_O5mQh9JjiwY,863
django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo,sha256=H2dftp1KmA_EqBqDwfEwr_hsEFYM2wUFmqMaDZg0x4E,806
django/contrib/sessions/locale/tt/LC_MESSAGES/django.po,sha256=H-qBiSxImXzVfTDYMjwJEyrOWugr3cgktr-D3r9Ju4I,962
django/contrib/sessions/locale/udm/LC_MESSAGES/django.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462
django/contrib/sessions/locale/udm/LC_MESSAGES/django.po,sha256=CPml2Fn9Ax_qO5brCFDLPBoTiNdvsvJb1btQ0COwUfY,737
django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo,sha256=ZP5n_xUuqogmPFzzBBs0PZ52pZKNkmU3FxncmCdErIU,841
django/contrib/sessions/locale/uk/LC_MESSAGES/django.po,sha256=UYk_a7vhCOazd10OF2ca33V5NmOSyzrznTHOl_K5v7o,1017
django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo,sha256=S2ZO3HWC9SV0U2-qAQnX_OvyRNGhLc6OElDS3Pqom2g,729
django/contrib/sessions/locale/ur/LC_MESSAGES/django.po,sha256=xXYM5oyFuo9Hzn5WZkqasWliw1tTu_WxasXa6hUT0lI,879
django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo,sha256=6ndwIKMKolCTIDXRUT_sHeosZGxhZk57u1YWIKzVxWM,679
django/contrib/sessions/locale/vi/LC_MESSAGES/django.po,sha256=ATLU6UJHUBF-w2oQTOTt7vbXQQN9DSfpttBIVvJ7Dzk,909
django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=2V7qz-CiJceRqY3cV4OdkTuVa9Yn_VJSPizVjZzwctg,722
django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.po,sha256=HCJAwFeC4BTsZ7GPbU7OVU8Q7WdJvAhMOUeAzZzn5_I,889
django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=g0QpsIRX5GO39Y7FHiv97ZxQ5J0_QBXpblGJ5ddy8jg,733
django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.po,sha256=DOe4jknyj-qv3GoOYDZrdxEpMtsu1URPE7htW1pzjbQ,898
django/contrib/sessions/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/sessions/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/sessions/management/commands/clearsessions.py,sha256=yDcSmK65l5H1-2hiHhDlN0zivQrxm_ihNKLKt6MmRiQ,650
django/contrib/sessions/migrations/0001_initial.py,sha256=2aVc51Lp_MroNvsgx23aZGzPqdZIJAJ-eQpMhlxHS8o,1020
django/contrib/sessions/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/sitemaps/__init__.py,sha256=cw5xlpPsLELTzNPix8j_jbOcpz_eN6TalduntCaNzD0,5638
django/contrib/sitemaps/apps.py,sha256=2lnIYs5Kxck1CK_kvo9_ZFeJAHmJvCNS7GtSr4wcz-M,196
django/contrib/sitemaps/views.py,sha256=rzZTNT60WdAhufiPkz2Gwjkua2JFLMg4fAUznoKR0H8,3312
django/contrib/sitemaps/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/sitemaps/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/sitemaps/management/commands/ping_google.py,sha256=IzUg9OZa2e3AjwX4bCFEldXzaLsT4O4WnbUgeUKe6qg,412
django/contrib/sitemaps/templates/sitemap.xml,sha256=KTiksPVpo22dkRjjavoJtckzo-Rin7aZ_QgbC42Y8O0,479
django/contrib/sitemaps/templates/sitemap_index.xml,sha256=VqDmRlWMx9kC6taiBoi1h9JVspV54ou3nFjE8Nfofl8,209
django/contrib/sites/__init__.py,sha256=qIj6PsbyT_DVkvjrASve-9F8GeoCKv6sO0-jlEhRJv4,61
django/contrib/sites/admin.py,sha256=ClzCRn4fUPWO1dNlEWEPjSDInnK87XbNRmadvjYs1go,214
django/contrib/sites/apps.py,sha256=57q25GnL-I74hJmabJ2o10zrj6ESJV82CuvijuewX5g,366
django/contrib/sites/management.py,sha256=K6cgSOdN4ins_TiWjUIkGFwuibJmshTlFonqYT2QKrw,1597
django/contrib/sites/managers.py,sha256=4CZbGPrxASYp7vDD1q2OZmq-YoZllZ0SeDJhGjA9wCo,2079
django/contrib/sites/middleware.py,sha256=qYcVHsHOg0VxQNS4saoLHkdF503nJR-D7Z01vE0SvUM,309
django/contrib/sites/models.py,sha256=aKH3B13lJd2RG0KwTXLVtWK1Omr8BTA2D2NWC5efHX4,3869
django/contrib/sites/requests.py,sha256=4U7OO8uES_saKp5d-Jc3rnc_QyS9U_G-VTSdead1Za4,788
django/contrib/sites/shortcuts.py,sha256=EeKqSM64OzOffe3VMzsusclb9pn6DBhTS5SOEpYQk0s,624
django/contrib/sites/locale/af/LC_MESSAGES/django.mo,sha256=CeuKxmXn3PSw7eh7O_0bC4NUBVmOhdDcOsnsYycLD44,470
django/contrib/sites/locale/af/LC_MESSAGES/django.po,sha256=WNd-q5lgjiRfXAGb7iv5iUkCnS_RcI098GNjn4MezDc,775
django/contrib/sites/locale/ar/LC_MESSAGES/django.mo,sha256=8a4tHAN-1wFmWI6IjCLlrtKxTaTiKM0tF3GBHBirQCU,947
django/contrib/sites/locale/ar/LC_MESSAGES/django.po,sha256=quS5FjuYADf1tRJxnDRY9nr4hGb0T85gPeOqvSgaQIc,1135
django/contrib/sites/locale/ast/LC_MESSAGES/django.mo,sha256=ELqOC6eUePYTfkt_yuO-fXC2yxfiBABsR4vUvatyms8,774
django/contrib/sites/locale/ast/LC_MESSAGES/django.po,sha256=EtIcbdCHTVwPefGbqapQDHnmkDYpzxRH8_FpZeDQob4,915
django/contrib/sites/locale/az/LC_MESSAGES/django.mo,sha256=6CuwY1qyv6bsGAA5Efe0mCoZv2i0yf2a0txP2b5IXJA,608
django/contrib/sites/locale/az/LC_MESSAGES/django.po,sha256=wDc50kyUdLdcRQuoKfFgglAYO3puDQo-K0I1VgZ6XLc,835
django/contrib/sites/locale/be/LC_MESSAGES/django.mo,sha256=ELMcOY3RzyO3Q47jp3eN2liEuuhTcTIq8D2YIGW61QY,1024
django/contrib/sites/locale/be/LC_MESSAGES/django.po,sha256=jE5ysBs2NAgMfS_nGqjOh4oDPueen0AaQQ-Uebpdvw8,1152
django/contrib/sites/locale/bg/LC_MESSAGES/django.mo,sha256=vzuZoUkm74LopTaRpGGc-utiCP5nUmA0w8YOwvJnRuo,904
django/contrib/sites/locale/bg/LC_MESSAGES/django.po,sha256=Vp5U8sNp3gwr8OxJ3CMUPKWZfG_O2wsZHAB5fsRH1Ck,1118
django/contrib/sites/locale/bn/LC_MESSAGES/django.mo,sha256=XLRFGqMxz2a7JXcU8N_Vky0Av7k4aly7NULd-YbnxV0,925
django/contrib/sites/locale/bn/LC_MESSAGES/django.po,sha256=Oethcb9tOyyC_qRSFWiErjTkMgJjBsuThWvB18TRC5k,1090
django/contrib/sites/locale/br/LC_MESSAGES/django.mo,sha256=xuPqu6fJj1RWVBRtHp89yzxICqvJcENroErJScuRiuo,628
django/contrib/sites/locale/br/LC_MESSAGES/django.po,sha256=A3dS4XFNwrLbcALxFFh-BMKVvAjUEV1hqJgLtDMT8bA,848
django/contrib/sites/locale/bs/LC_MESSAGES/django.mo,sha256=mlwnikrWNIg-y0kaJr-zosTtB81pZW0tEo1MLjiQvc8,692
django/contrib/sites/locale/bs/LC_MESSAGES/django.po,sha256=J0e5sMijYm8Bf1ZmzAuSptkyqtYQ1LkuhtcdPH-TRt4,923
django/contrib/sites/locale/ca/LC_MESSAGES/django.mo,sha256=JTtjfUAMSCTkDfN6vFKRHAkqQaccjO7YIA_nurut8W0,791
django/contrib/sites/locale/ca/LC_MESSAGES/django.po,sha256=O6Y1QFJWPSKPQNI-GZoM4ivIkDuOm3Pg2YKgTWM4ksU,996
django/contrib/sites/locale/cs/LC_MESSAGES/django.mo,sha256=kqFPEtaFIIMNiXYlrgyPSGhpbEHHooH1_Jkbu9gjaxQ,815
django/contrib/sites/locale/cs/LC_MESSAGES/django.po,sha256=99oFDT_JxiSZsSK2_m_pjYDdKMItC5nVviz_5j5f71Y,979
django/contrib/sites/locale/cy/LC_MESSAGES/django.mo,sha256=3KPCsUrm0C93MozFsGE5qZoRANt-zDfbul6VQt716Dk,835
django/contrib/sites/locale/cy/LC_MESSAGES/django.po,sha256=vqZ6j6MQ4Fl-hDoCyjII9g1mWyUGa_mHjOLIOIFUHxQ,1013
django/contrib/sites/locale/da/LC_MESSAGES/django.mo,sha256=0TJ9vlK54VJgemOHYePQDCW4wiTKqetoa-9wq9GL_KA,794
django/contrib/sites/locale/da/LC_MESSAGES/django.po,sha256=Jwfpsl2pqClc5Z3R0RgJ54aoeHk-N1ek_64Get0Y5dg,957
django/contrib/sites/locale/de/LC_MESSAGES/django.mo,sha256=pnqiNXsCikkIULxrAjw0yX5F78wsIGuX3jhZzSKTe3Q,792
django/contrib/sites/locale/de/LC_MESSAGES/django.po,sha256=iV77Hwr_HV_8YCpZJkymSUHF1p3lZxFCTYD2JPiiY0k,980
django/contrib/sites/locale/dsb/LC_MESSAGES/django.mo,sha256=yfGoRfyUC-YALH0DPH26GEeaPbhJZl7lmhSuVaGobHY,868
django/contrib/sites/locale/dsb/LC_MESSAGES/django.po,sha256=RpRln2iJe_ovMQg6O5SeGtFd9pn1RNQdAm-uwSUaRd8,992
django/contrib/sites/locale/el/LC_MESSAGES/django.mo,sha256=yOV09lZvqSaf882hsoW8JUZhmP1GjW1kDMyOyDpP6Dw,878
django/contrib/sites/locale/el/LC_MESSAGES/django.po,sha256=Rowem3V3U3m6PrNA9bXhwMUlHQgGCLQq4zbPud7TIjQ,1133
django/contrib/sites/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356
django/contrib/sites/locale/en/LC_MESSAGES/django.po,sha256=tSjfrNZ_FqLHsXjm5NuTyo5-JpdlPLsPZjFqF2APhy8,817
django/contrib/sites/locale/en_AU/LC_MESSAGES/django.mo,sha256=dTndJxA-F1IE_nMUOtf1sRr7Kq2s_8yjgKk6mkWkVu4,486
django/contrib/sites/locale/en_AU/LC_MESSAGES/django.po,sha256=7V9dBdbfHa9aGAfs9nw6ivSxX30CqaYc1ptfplTAPJc,791
django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo,sha256=eHLNU_SEkOOgtA6v5LFD2JKPfqrb3a7ZafgBiXvS5OA,639
django/contrib/sites/locale/en_GB/LC_MESSAGES/django.po,sha256=UkrGYWsPIGWS0J69GNB45UdBbFptPNxZePZ33uqPo_o,862
django/contrib/sites/locale/eo/LC_MESSAGES/django.mo,sha256=ruvl7iZab1oC5WJBGFWKLPRfKZRM6rkP0irezYerUk0,792
django/contrib/sites/locale/eo/LC_MESSAGES/django.po,sha256=S5Yl11B-ErIVvTJEdFN1_MfHcj6NK4H3Xr4tHV8hm-g,1043
django/contrib/sites/locale/es/LC_MESSAGES/django.mo,sha256=ia9gb03HrjqipS6YYM3c4i7W1gPjwjJ0vlAZFYqORWg,804
django/contrib/sites/locale/es/LC_MESSAGES/django.po,sha256=tVTBxpfbwVuzvdXxetPcb7uANqyp1VgHOmE16RH5c38,1066
django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo,sha256=wHFrtfIbmoqlK8C7ibM4mdgGhTKAdL3MD86NIlaD6sQ,817
django/contrib/sites/locale/es_AR/LC_MESSAGES/django.po,sha256=WXvm8Fl4dnNH1u2MFrjDTk2W04my6X3yCqQ5gowBPKM,969
django/contrib/sites/locale/es_CO/LC_MESSAGES/django.mo,sha256=AWm2BoXsU9EAxpG9WwPoEeif_q8MXkNc_DiI69ZLIrw,825
django/contrib/sites/locale/es_CO/LC_MESSAGES/django.po,sha256=tOZfdRW772LaN3Rn_OXgrHDqDer1nhAXOofb8y936L8,949
django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo,sha256=0miV9-GkBrDxOYD6E5Yk5SuDpiLStJIRKjhOYixBeJI,809
django/contrib/sites/locale/es_MX/LC_MESSAGES/django.po,sha256=P-LHl3ufomLmKyo1Gwat-NN3fhYtiQ245xQbOxqL9E8,1019
django/contrib/sites/locale/es_VE/LC_MESSAGES/django.mo,sha256=59fZBDut-htCj38ZUoqPjhXJPjZBz-xpU9__QFr3kLs,486
django/contrib/sites/locale/es_VE/LC_MESSAGES/django.po,sha256=8PWXy2L1l67wDIi98Q45j7OpVITr0Lt4zwitAnB-d_o,791
django/contrib/sites/locale/et/LC_MESSAGES/django.mo,sha256=GqjgEa82auz-cYjmNSL0nuDXO7jVSGdqRPBWXSAC65o,788
django/contrib/sites/locale/et/LC_MESSAGES/django.po,sha256=UYQKb-U_9qjOdC361kfArksxgDKHf_l7WZ7Okn1NRi0,992
django/contrib/sites/locale/eu/LC_MESSAGES/django.mo,sha256=4BGdjEo4OvDm--eP3FzzVBz29Hjw1CzHI77joOjdMhc,807
django/contrib/sites/locale/eu/LC_MESSAGES/django.po,sha256=0qORAmvjGkAA2d-xw60qbPJ1j4GhrQHzrWLGc1Lvc28,1023
django/contrib/sites/locale/fa/LC_MESSAGES/django.mo,sha256=VpyYbj6pjVNF3hZAXAjbCvGmlGoRzJDnZK07fGU6jDc,872
django/contrib/sites/locale/fa/LC_MESSAGES/django.po,sha256=NpgZYFdYsFhGsKT8d-4Yb1FwphC7-1XgD_wEnEXEcaw,1088
django/contrib/sites/locale/fi/LC_MESSAGES/django.mo,sha256=C5V0zLTotbpAHrbgm3ujQJbLG_Sxpf5sOlH86QwImIk,786
django/contrib/sites/locale/fi/LC_MESSAGES/django.po,sha256=e48ivdKZi4nbLyjmwAmF0kJ46AMpJbn8LhaTyZlKu88,929
django/contrib/sites/locale/fr/LC_MESSAGES/django.mo,sha256=A6YdwQsVZ5oU31TRKRES-8Rrwt6Yo4yEzTf4afMaA7E,797
django/contrib/sites/locale/fr/LC_MESSAGES/django.po,sha256=IjIZlsIoBqlwzhZxODFT9I8LUeGIuQWAAifC2zXK85U,999
django/contrib/sites/locale/fy/LC_MESSAGES/django.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476
django/contrib/sites/locale/fy/LC_MESSAGES/django.po,sha256=Yh6Lw0QI2Me0zCtlyXraFLjERKqklB6-IJLDTjH_jTs,781
django/contrib/sites/locale/ga/LC_MESSAGES/django.mo,sha256=CV7OGPWEBBvxg6DPR4Y7BcwxMQb50sqLJwOjurne39s,668
django/contrib/sites/locale/ga/LC_MESSAGES/django.po,sha256=TbO2yLyKFQUian0PMTLoTrdvA0lhiUvV-g9tK753kE0,896
django/contrib/sites/locale/gd/LC_MESSAGES/django.mo,sha256=AjaRk_PDn0LxKfcfx-kXFKA9tLxUtAo6Pldu-CU-F8c,858
django/contrib/sites/locale/gd/LC_MESSAGES/django.po,sha256=-vgwujT-BC3ZpHe6BfKuL4U9AHQe3EN2opAzIu_Fk_U,957
django/contrib/sites/locale/gl/LC_MESSAGES/django.mo,sha256=IT-MfiTb79-h_aFsoEpXVuw6RGL1ILha4xX8TD9BC0c,742
django/contrib/sites/locale/gl/LC_MESSAGES/django.po,sha256=liINMCG9tNcW_cMrDXS9hbeEenok39E0x_wYyad8LJo,940
django/contrib/sites/locale/he/LC_MESSAGES/django.mo,sha256=edYEfr51hAZ5gBMlqQCY5HfDpfqAxMeTJl2Xy0dAhmI,820
django/contrib/sites/locale/he/LC_MESSAGES/django.po,sha256=xJWPJLibMlBzWF5X2LqLxCnH3kOJkOurUqkEjkheOzE,985
django/contrib/sites/locale/hi/LC_MESSAGES/django.mo,sha256=-1IcP--uyCQK1FdZLvW3uPI0FMhpCS_LJbwqspAr8v0,665
django/contrib/sites/locale/hi/LC_MESSAGES/django.po,sha256=LFyapjRwOj8KlX8-52s7mvcHFAfrTPzvoPYyozI39w8,890
django/contrib/sites/locale/hr/LC_MESSAGES/django.mo,sha256=Qau-f3relejzJSW_qJ_LZ7PbhyjVU-LhvmQQy6qkntA,876
django/contrib/sites/locale/hr/LC_MESSAGES/django.po,sha256=MYMQ7N71txaJqwKfGCIbBdW4eyMDFSNYTbXbNazvddc,1055
django/contrib/sites/locale/hsb/LC_MESSAGES/django.mo,sha256=JQbHzjiucpk65_h-UcxrejLPIMelGn4QAxjioea9jww,863
django/contrib/sites/locale/hsb/LC_MESSAGES/django.po,sha256=VimN4yB8r7zJ38OOkbiTXFieiBaOAQHiVSH6GfGLngg,987
django/contrib/sites/locale/hu/LC_MESSAGES/django.mo,sha256=iqApcTrGzFQKP7BDeupv2z0CPjhPYsXm-IthYMqQQRw,806
django/contrib/sites/locale/hu/LC_MESSAGES/django.po,sha256=-U58XExHdNITT2D_J399T9Q-NOJPsg_OxJ-U6IB9BjY,963
django/contrib/sites/locale/hy/LC_MESSAGES/django.mo,sha256=UxJTV3U3v-OqOhJhtciQV0frXAz2-ZR-4izy1OwhKLw,906
django/contrib/sites/locale/hy/LC_MESSAGES/django.po,sha256=PTyBKrxG45cLTQZ0v5G9e4iK2_HpCcFL8ojxBq3T5vo,1025
django/contrib/sites/locale/ia/LC_MESSAGES/django.mo,sha256=Uh69W7JMaorTIfcgeSaaCsg9D3MMF6cV2pyieO_Hl9o,809
django/contrib/sites/locale/ia/LC_MESSAGES/django.po,sha256=XcBGGlv-uH30D_RwuUJosysIerYuy2i9_hPapNK3b-4,934
django/contrib/sites/locale/id/LC_MESSAGES/django.mo,sha256=mYvqxVhrDrPFhdRNVFlb8WDVAae42aW5mFsGfFZkCe4,797
django/contrib/sites/locale/id/LC_MESSAGES/django.po,sha256=SiNh65SL3Y5vDKX4EJCn7rHR9c6e8qis2yBFfMz5efo,1006
django/contrib/sites/locale/io/LC_MESSAGES/django.mo,sha256=J4kzKM3YvQDlYVjxb4REU_mMaUqPSccxs0LSRYzciBA,760
django/contrib/sites/locale/io/LC_MESSAGES/django.po,sha256=hAlCYkRFSQgHcad3xgE3yqFiNEk9YrmVmNN44tNfU-g,914
django/contrib/sites/locale/is/LC_MESSAGES/django.mo,sha256=xtSGKWw4Ar187Sdmpa1CkUx0JULopErPi1o4sBhG0Bc,812
django/contrib/sites/locale/is/LC_MESSAGES/django.po,sha256=6-z0d9N7FBsckdyE_a27i7G14zTHcggBKbv9i8T9zXo,976
django/contrib/sites/locale/it/LC_MESSAGES/django.mo,sha256=WR4tFDHji9pS9-uSNy3hQAPzovfhYo2begq9fSLl6Bo,795
django/contrib/sites/locale/it/LC_MESSAGES/django.po,sha256=1srVItlLzfEZbFhrL7mvzFs5n3ZWbkhBMGsdj0YVSY8,984
django/contrib/sites/locale/ja/LC_MESSAGES/django.mo,sha256=64OWKUbYHqoqGegm7kq6KHV-xpMVpHGoGGcpri-CyQI,814
django/contrib/sites/locale/ja/LC_MESSAGES/django.po,sha256=691QF9S_9Mt0eo8pl_LgrggNSkBKUOVWOPr-iwh-tsY,982
django/contrib/sites/locale/ka/LC_MESSAGES/django.mo,sha256=Mg6vOd7kzqlCaoJnxJidQ8yo7YSqh3iCK0kNzqayeUU,993
django/contrib/sites/locale/ka/LC_MESSAGES/django.po,sha256=lGC28lqKm5q_JDtwvm4LlgAWLLdmrniyMiitnlF56DM,1155
django/contrib/sites/locale/kk/LC_MESSAGES/django.mo,sha256=cv2zdmoSaKBopEtg8OYP1G-P1c1HgDDZaUAbp2LJaYM,895
django/contrib/sites/locale/kk/LC_MESSAGES/django.po,sha256=hvtB8HGSzD0vI87Fb0LCQnFqbdRLmIIsgDEUyPsCeHk,1057
django/contrib/sites/locale/km/LC_MESSAGES/django.mo,sha256=ZabeYge4aM2I7BRxXqPES9doSSviYkaXI7GGBodeGoA,701
django/contrib/sites/locale/km/LC_MESSAGES/django.po,sha256=chPBf3SGuZFuKWRX1gjusdJXMCosSLsVu4fKKmvVUPA,926
django/contrib/sites/locale/kn/LC_MESSAGES/django.mo,sha256=kA57VmmjlkLxh-5OztmalVrd8jJD9Ln-R_cfp-M-eUY,676
django/contrib/sites/locale/kn/LC_MESSAGES/django.po,sha256=c1rtjoRY7nPYjb346QSs3C4vrh9xerMQ2ydGwQfWBEw,904
django/contrib/sites/locale/ko/LC_MESSAGES/django.mo,sha256=vSJYyr4eImXzvWGDNdeD-fZ67TMlJMrj7WJRH8FxzRU,807
django/contrib/sites/locale/ko/LC_MESSAGES/django.po,sha256=uLVCvoWeL7Mjx0unk1dPBu11Nxk2dFMPtmdjstp1C1k,1052
django/contrib/sites/locale/lb/LC_MESSAGES/django.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474
django/contrib/sites/locale/lb/LC_MESSAGES/django.po,sha256=1yRdK9Zyh7kcWG7wUexuF9-zxEaKLS2gG3ggVOHbRJ8,779
django/contrib/sites/locale/lt/LC_MESSAGES/django.mo,sha256=psXbqZZRDVHzSCmm-7IogUdZ-IHgn4mQFDAbSdaJGak,869
django/contrib/sites/locale/lt/LC_MESSAGES/django.po,sha256=HtzfBAgL7Tlh0sM3MCeetZBYsd_9vTlBiRzCNY2ifr8,1124
django/contrib/sites/locale/lv/LC_MESSAGES/django.mo,sha256=HEubr1wanFBoKiM0MyWUIl-8GLRN4zsmeLxX8qUnmgA,823
django/contrib/sites/locale/lv/LC_MESSAGES/django.po,sha256=YqLXO87QaBNpJ98CHFavzhbCLMyOvE7jW-wyi4LeP_c,1023
django/contrib/sites/locale/mk/LC_MESSAGES/django.mo,sha256=FTAhON7cC9t5zXUkfzfmNnQFY4F1KP2W8OnlnnYS-Ww,885
django/contrib/sites/locale/mk/LC_MESSAGES/django.po,sha256=HiH8u3o0UEH2XFA4uF5FZkK6r-1vtpEGdPCKwtKCV30,1062
django/contrib/sites/locale/ml/LC_MESSAGES/django.mo,sha256=PtcRJhsfSqEStyydf9oV2x00uiRfcISXm5Pa9kFoYnE,708
django/contrib/sites/locale/ml/LC_MESSAGES/django.po,sha256=7ZLYcinvCMUGE5z9Kv1sw4_9V4yw3cY_oYEPSS7XwMU,936
django/contrib/sites/locale/mn/LC_MESSAGES/django.mo,sha256=_UjpTAxErE8j13QiWNi5WCxXYork92oCtkg1uExvUuM,867
django/contrib/sites/locale/mn/LC_MESSAGES/django.po,sha256=rLph5jxXoXelOQ0EWPeQGySSzouipcOT7ZIIoRoTz-s,1127
django/contrib/sites/locale/mr/LC_MESSAGES/django.mo,sha256=2Z5jaGJzpiJTCnhCk8ulCDeAdj-WwR99scdHFPRoHoA,468
django/contrib/sites/locale/mr/LC_MESSAGES/django.po,sha256=pqnjF5oxvpMyjijy6JfI8qJbbbowZzE5tZF0DMYiCBs,773
django/contrib/sites/locale/my/LC_MESSAGES/django.mo,sha256=BsiYQMYnlI5DLakH8--eeg4AiVJhBZbyzp7MGutQ594,961
django/contrib/sites/locale/my/LC_MESSAGES/django.po,sha256=eq263xQEMFJKlkFCPlpiHrkrpfE0SJWtVmbT3-H1I70,1086
django/contrib/sites/locale/nb/LC_MESSAGES/django.mo,sha256=jCbmYTuOeNOYnZfl5uyWdxC5jAdnEzZnss5gkp92uOI,793
django/contrib/sites/locale/nb/LC_MESSAGES/django.po,sha256=ID-6piwBWYIiXBx6KP0yhA6PMoC6VdEv6XpoE--0fUo,999
django/contrib/sites/locale/ne/LC_MESSAGES/django.mo,sha256=MPUZd7jpKvisjR-XtjtN4r_ImlDLNkIuBY3MQIX-qWo,899
django/contrib/sites/locale/ne/LC_MESSAGES/django.po,sha256=gMS0CHKZ665j8PfkefpE76ZEXnlgJNGe0r9ZBD_X5Zk,1021
django/contrib/sites/locale/nl/LC_MESSAGES/django.mo,sha256=NV6WiYg1_B5HrzfrEZNOzoGYhd-DjX5xRVrPV7rr7Qc,775
django/contrib/sites/locale/nl/LC_MESSAGES/django.po,sha256=sU3tISCPeXPBag36L7xwocrs7yYpenyIQCDGiDwRxZI,980
django/contrib/sites/locale/nn/LC_MESSAGES/django.mo,sha256=TkA4rqcGE3b7uynaEJ5kcYZy691-dd1XTKCtfM-eaAg,633
django/contrib/sites/locale/nn/LC_MESSAGES/django.po,sha256=L01YeDzkHU1wCRrwq2puJu21LXMrR6bXeVOpXYd6fDc,861
django/contrib/sites/locale/os/LC_MESSAGES/django.mo,sha256=HiJe6MUFSYA7GG4Xjso3Xw0NJW3QPVYG6-0V4LTszPc,806
django/contrib/sites/locale/os/LC_MESSAGES/django.po,sha256=45W3Tjh8K7wj4KCEAJ4_PbLv-Gl-5XfunX7vDXRoUPE,963
django/contrib/sites/locale/pa/LC_MESSAGES/django.mo,sha256=6_6stEu58CPIVyHIuWx3KVhuZfnjxdM0ZsGDD2bLUx0,684
django/contrib/sites/locale/pa/LC_MESSAGES/django.po,sha256=84DllBzvSJFp6s-FCbDjOlVpEfTgkjvNHLBW84eX4K8,912
django/contrib/sites/locale/pl/LC_MESSAGES/django.mo,sha256=hVphTu8kacndovMvNXep8NMUAQ1WsViDNGMPZwKS_gg,945
django/contrib/sites/locale/pl/LC_MESSAGES/django.po,sha256=P7nbSGinUJbloUak-hAY6kMbn4Ad94fd8RgAiPjRbiA,1182
django/contrib/sites/locale/pt/LC_MESSAGES/django.mo,sha256=cRlSW5YJeMNKMK_nbDQLvj_PM5djDu2A0CoxPbN5xGk,797
django/contrib/sites/locale/pt/LC_MESSAGES/django.po,sha256=Z_uSX8GpiNspFHUuGpfG19JZtg98tiWzs-yWqBqnUrg,993
django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo,sha256=_6q0JrhllDGwiWvrPNaB81w4On0sfJBJo76CdpVX9gY,824
django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.po,sha256=UMgLjf5Oy_QZGwWwrB_J9OufhO4Gew4UlQSN9F3pbN0,1023
django/contrib/sites/locale/ro/LC_MESSAGES/django.mo,sha256=GpZKS4h8wqH3o57nkdcil3gA5IhhG7BPpYTHes0jUbk,857
django/contrib/sites/locale/ro/LC_MESSAGES/django.po,sha256=4s_ky7yBpssclpqTPGRuf-0vdUkdoONKMOo-aB4r8Cw,1134
django/contrib/sites/locale/ru/LC_MESSAGES/django.mo,sha256=A5iwjYwXK9sGQhXziS03Me5GrPvPVJfcvtobnQXDSNQ,1016
django/contrib/sites/locale/ru/LC_MESSAGES/django.po,sha256=W9hA_diOTSfn9dMe2ZWu98xEjBcXPG3pfCIYg8MDLG8,1300
django/contrib/sites/locale/sk/LC_MESSAGES/django.mo,sha256=Aq9GjKE8fLbDZkf34R0iJcfcu-55gjjRDQYPBf-adZ4,796
django/contrib/sites/locale/sk/LC_MESSAGES/django.po,sha256=30rt7KBF9Ukv8lC9qcWHP2DWBgFmMf-1B6a81E_OFWQ,976
django/contrib/sites/locale/sl/LC_MESSAGES/django.mo,sha256=zoIwxsVrUAHlryAfHvWNYFeEpMw55Slk0w9YbOutyxk,845
django/contrib/sites/locale/sl/LC_MESSAGES/django.po,sha256=x4CVrk-iit0AiXMLM8r7axZm_cPfBl1Yq9_9I2BAFO8,1059
django/contrib/sites/locale/sq/LC_MESSAGES/django.mo,sha256=B-rrqPBUKrhLTPKrc91r4PYVWMYZ1EiBu7zprOkqWi4,810
django/contrib/sites/locale/sq/LC_MESSAGES/django.po,sha256=oEGIxOqiBPr4Pdr3NSYGNfZbYmNfodgGOZnUzUPGvXs,930
django/contrib/sites/locale/sr/LC_MESSAGES/django.mo,sha256=OPZzInnq9KEBxzxECzgRDsfBtwABpLyMjC2-6S_lS84,724
django/contrib/sites/locale/sr/LC_MESSAGES/django.po,sha256=OROhsRkAy1Z9C9ix6RNpoVtyWPhFYlVTufP1hVvnSH0,955
django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=D7CdOM8Sf5Lsg5iEjI-O6-37v-3dinRUGeE0JQ1GKZw,712
django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.po,sha256=2SKEG31LvP-RoYcQZc7jOMXy7alr2Y6FQXXouDfY-Cc,943
django/contrib/sites/locale/sv/LC_MESSAGES/django.mo,sha256=oIQVHkpTjTmpqDNn8PZcv0AYHyWRWeVvzQGFOV2FADU,792
django/contrib/sites/locale/sv/LC_MESSAGES/django.po,sha256=zR49ovc2g-kocJUIYa9HVXFBKSTF11pG72U0WuLyMI0,987
django/contrib/sites/locale/sw/LC_MESSAGES/django.mo,sha256=KcokUIXVgRvY6AoylR56uOw0RCuXtbtM-el7Kf48OuU,781
django/contrib/sites/locale/sw/LC_MESSAGES/django.po,sha256=HMbFn25WEJU1c9Jy2RVhjJgFVvS4ezj-UPISoslFyOI,901
django/contrib/sites/locale/ta/LC_MESSAGES/django.mo,sha256=gC77orp4-Fh6_iPxD4LkOuGv7ks-zZUpnY0XZv1kbOI,714
django/contrib/sites/locale/ta/LC_MESSAGES/django.po,sha256=hdVGXIkTzvqNKGeAILxHNgbeQ6x9Qx8cUZPtq2vtB_Y,939
django/contrib/sites/locale/te/LC_MESSAGES/django.mo,sha256=cti7fbcZJgBgQIOAmTqWC9s5waY0p3MqhsRJER1pVcI,687
django/contrib/sites/locale/te/LC_MESSAGES/django.po,sha256=466JH_l_8_HclHkVA-Wovts88oho8FTIdNi8zsA0eKI,912
django/contrib/sites/locale/th/LC_MESSAGES/django.mo,sha256=yFZ2kXp5sua4Bre-XQ_S4Fu_gEL88RF-g3T_J8r1tko,850
django/contrib/sites/locale/th/LC_MESSAGES/django.po,sha256=XWUmQCSL_16fGswqRTrUkJIOLvkq19MBw0NNdvFaOuQ,1047
django/contrib/sites/locale/tr/LC_MESSAGES/django.mo,sha256=NIUKX5YM_CwYxEsIc9a82vED12YhPrEMRrhlenk9hFY,799
django/contrib/sites/locale/tr/LC_MESSAGES/django.po,sha256=emxuv82-GNQCV9UCf_o7VgPkKzrpYYxQqA06vK7Cw5Q,1038
django/contrib/sites/locale/tt/LC_MESSAGES/django.mo,sha256=6ETWS89cBzYxQfjYycVI4KXNSczQ6TL2c2X74GNTBBY,706
django/contrib/sites/locale/tt/LC_MESSAGES/django.po,sha256=QZKqe6hOlA3r8o7EYTLJTsUiPekqOA34ti33o3oPsCs,930
django/contrib/sites/locale/udm/LC_MESSAGES/django.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462
django/contrib/sites/locale/udm/LC_MESSAGES/django.po,sha256=vrLZ0XJF63CO3IucbQpd12lxuoM9S8tTUv6cpu3g81c,767
django/contrib/sites/locale/uk/LC_MESSAGES/django.mo,sha256=OHO7J-VPvO-V8JMwMaaIwxL9nP2kJq7cM4aPFScs184,960
django/contrib/sites/locale/uk/LC_MESSAGES/django.po,sha256=29UoyewdMoDWlyFe17PJgzCInGj9XzypCyaxzh-mc4Q,1192
django/contrib/sites/locale/ur/LC_MESSAGES/django.mo,sha256=lBLOBnJdKRnCl6lON_k9At3zu1kPl4mAPd6Wup5qiPc,654
django/contrib/sites/locale/ur/LC_MESSAGES/django.po,sha256=wOExZIRSJShHZ-MiDihdMnozvULLqqKgcjxitxg1p40,885
django/contrib/sites/locale/vi/LC_MESSAGES/django.mo,sha256=i88HUAUkYgGLRG0_bQq7n9RwoIcACGeiabAFUt7Cf4s,762
django/contrib/sites/locale/vi/LC_MESSAGES/django.po,sha256=L9rZxveAAfCLXDOw-x1Dc6u5f3zo8uzc_kf9rlPGrNw,989
django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=humQQdSbsRNRneXyhuxL58jEr49bhI_r0GwDW6yIf8s,779
django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.po,sha256=HQTy7gKYlJBTVTsgXdSL7PXlDNWU5jy04Xr3FPltPHo,946
django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=VUuA22m8jQdwDOLzPYi36a8PTwO1fkIIeqPPhKCSAe0,790
django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.po,sha256=hfHtFmlD5kH2OLbqLWTwEv1RcQGpWl5pQZzXYytbDkU,1046
django/contrib/sites/migrations/0001_initial.py,sha256=GmWtR_BIitRjAmi9TQd272LE-K8vtQjH4ysEH_z5rzQ,1134
django/contrib/sites/migrations/0002_alter_domain_unique.py,sha256=WaqyBiXyF7zZfdvbY6iZr2WzxbFT72jqzT0vw4ttofk,582
django/contrib/sites/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/staticfiles/__init__.py,sha256=eGxMURIKxiv-dE7rP1hwNgUhfzUN36-Bc58jCpHgmCE,73
django/contrib/staticfiles/apps.py,sha256=jVTxc8UXVzK0ATiUTWhzftwRk8OWmv18m9yYyS4O_DE,247
django/contrib/staticfiles/finders.py,sha256=W6OZQ7VJKiJ3lssHnnPztwkp8hN4F4-6bmN48HsamjY,9854
django/contrib/staticfiles/handlers.py,sha256=W_BfPDEeeYq8H8qKtFW8YBxHszP6GBQXUVEPATZ8nhg,2328
django/contrib/staticfiles/storage.py,sha256=LcENDGj1fdNtkN6wDDBhRbrHf0c4MaFCQNv0PGipsoo,19727
django/contrib/staticfiles/testing.py,sha256=e01cvsUEvoLQBipXhUN3RMMo9A5XbE_nTBnk5Q_9kNo,464
django/contrib/staticfiles/urls.py,sha256=owDM_hdyPeRmxYxZisSMoplwnzWrptI_W8-3K2f7ITA,498
django/contrib/staticfiles/utils.py,sha256=-I0_qcZfPnmaqqP51kO1JXxkxszRQlvsbb_-c6-DIcg,1976
django/contrib/staticfiles/views.py,sha256=GakKMtcSWl46GxoN7pIGr-Uxl8fr5pwt1f-G6BBtMtA,1329
django/contrib/staticfiles/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/staticfiles/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/staticfiles/management/commands/collectstatic.py,sha256=N9SW9X7H714nuW7dO3ywjY9JgzMhLRKsUaWz2f0jaF4,15480
django/contrib/staticfiles/management/commands/findstatic.py,sha256=qP0hjNtQv_EyUdlGayvr-nsxIL0CFD2EXrDrwHvL2RM,1745
django/contrib/staticfiles/management/commands/runserver.py,sha256=UDmeW_3rQzHeP2t7dP7nTkM_anrFZnqEoySxsOh1NB4,1385
django/contrib/staticfiles/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/contrib/staticfiles/templatetags/staticfiles.py,sha256=P3ixCkaCvU8wTQYePYgZh0mWzyeE0y4SDXltF8TWB6M,537
django/contrib/syndication/__init__.py,sha256=b5C6iIdbIOHf5wvcm1QJYsspErH3TyWJnCDYS9NjFY4,73
django/contrib/syndication/apps.py,sha256=J2A8aNjNPOZ8RcxTL8NSZOz-Q1RArrOsTgTV3MZiUFE,204
django/contrib/syndication/views.py,sha256=C7iBJUipz399exUZxuzrvE4Zv4X1wEHhco4kB6aQl8I,8751
django/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/core/exceptions.py,sha256=YnBqResh2Y2k9B0pYbzUbHiCJ-6hZcpKgiI_4WRGJ-k,5729
django/core/paginator.py,sha256=nw7tKMiZ_fSyR6Rdpn4uNXZI1jP8674teabOQ2Cf_5Q,5364
django/core/signals.py,sha256=uGRybHCJZ74by2HV-9JEWvfmnw_scuhcxaRP3UmZDjE,247
django/core/signing.py,sha256=hEV1AxKXO9Ih-feowRbuZ_4UgRdV-NBYsmvot5VS2k8,7060
django/core/urlresolvers.py,sha256=0wEtMqKtpWvarFltHm3paMRxxFr9EnwuyG9wMywkRLM,263
django/core/validators.py,sha256=ORkjyGQ1G_hHQ-yIIiq34wvSyrx9_ENVTC3wiqfWjOU,17881
django/core/wsgi.py,sha256=lH_djoc1RKk1NtDZHQkVHWu9YwXrGvvZfRV8cqEjQ-I,409
django/core/cache/__init__.py,sha256=H1zuXvVp9hEdy2BI03_nxThl9SUPHP17j8pV5_iTK8I,3810
django/core/cache/utils.py,sha256=5yQhkdoSKB6ehx7tN6MnAqay0A0wzXHevvTjY2x9Gx0,479
django/core/cache/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/core/cache/backends/base.py,sha256=xgA0fALjzql9nuDDTqPjEfBBMPrhPdMF_UOqrjgyHLc,9737
django/core/cache/backends/db.py,sha256=m0lCZzshVQtrgNMTPmks7bAccbV6dOMkk--t5MIRKB8,8628
django/core/cache/backends/dummy.py,sha256=SnUSwIYdQ5Q3iHsedH64c8UMfqZkM60bgs7uZQZaPUk,1213
django/core/cache/backends/filebased.py,sha256=6tFIHET8DvuuCtOXJrt7aqyW4jW6k69nd3Z9yZzqoNg,5319
django/core/cache/backends/locmem.py,sha256=eCcwfgnj9ZwyCqsotKttCrJuZFWKqvVlYEIB2fsaA2k,4287
django/core/cache/backends/memcached.py,sha256=40U6mih0HnwCgsU1eBnrSjw7_0hoPa4vB08vT-xyAlI,8378
django/core/checks/__init__.py,sha256=GoSjYwdMTSLgw-qOY9YZZaSiFyPGL8_uE41ID3zw_hA,1087
django/core/checks/caches.py,sha256=j3jJaKEqkgzLzGofXkFe5trMIDDo0JlYsRu9j-1uUgc,456
django/core/checks/database.py,sha256=IpXyIS-TDTH4p037aG2l0qWnAVFtp8ozJEsXMvaoIu8,261
django/core/checks/messages.py,sha256=xQ3dvWAW78xbkA9StO4SRTxSfnXUHWZF2m50tFqIBMY,2467
django/core/checks/model_checks.py,sha256=dlxstrGIMS8ZUdxHQ9BDnKrYHXsBIZn2A9c-YCmbyQA,6273
django/core/checks/registry.py,sha256=vMnanhvLwcECFmgXGMsbM0Ffbpyw5iUdbyslxq0TeUI,3399
django/core/checks/templates.py,sha256=fjObLK4CzYFVwohxuS4I7yGW0G5aXoJq7DwQyv8HxL4,1292
django/core/checks/urls.py,sha256=d4YTk-7cnTHHCK2aTpj9ovdgy6GzTRSOW76DeBUqDa4,3310
django/core/checks/utils.py,sha256=Ujw5oxq5W1FpBAxvVXJQW01_iCpI1rEzR3pl9dcG3Bk,245
django/core/checks/compatibility/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/core/checks/compatibility/django_1_10.py,sha256=eSFLJCM0fu6ZyPc9dUBzXgHuAiIXMvNyl5_931YkFxc,638
django/core/checks/compatibility/django_1_8_0.py,sha256=JwQqCq64Y7rEF2fNi4X-PqyEYnSFlcAUwXJVCXzIEqI,926
django/core/checks/security/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/core/checks/security/base.py,sha256=OgJKGlzAOKBmFjDRNeh87pnOgY7Oq5Ym4_KJ3Ewt9VE,7115
django/core/checks/security/csrf.py,sha256=iDspAU0GG2QyrhEcVB0W3L5pod8osQmqrgMZDoZAr_M,1472
django/core/checks/security/sessions.py,sha256=wEWX_F_4H2EXfffTUowFc3fYbm2RD56ek5odgvG4Uw0,2782
django/core/files/__init__.py,sha256=OjalFLvs-vPaTE3vP0eYZWyNwMj9pLJZNgG4AcGn2_Y,60
django/core/files/base.py,sha256=T1cBEUOpErQaMDQwtwrA2JlM3cOpbmFDp5u0mv76p8Q,5605
django/core/files/images.py,sha256=mRXKWK79cyAKpgJQzXZ7i1L9GOH_EEUKliP3-iBmcUc,2378
django/core/files/locks.py,sha256=QrJvcJI5ENSav3LzZI1ttpc4AqDCT-jkKSzyXUiFv9k,3516
django/core/files/move.py,sha256=pHkJLwsWs_p3iCBvd4sJblbr5lwfvtjZQN2iOwpps5U,2794
django/core/files/storage.py,sha256=Z4JboH03Y-DbC7eVGwlA3dCU7mUwUxWNmYCp4DB4ahA,18802
django/core/files/temp.py,sha256=nhVAric3iFEf0BXFxmyQHxIGXWbbGL29vjb0tpzNi4w,2604
django/core/files/uploadedfile.py,sha256=80xnSzR8XbbPR3kX4PrayU2SOfSQJ7kfW_p4TyY0CSs,4193
django/core/files/uploadhandler.py,sha256=0urJ-V2hQ_PFyHDXxPoqZSHh1DK3iFFlSPNC4_OnqkI,6876
django/core/files/utils.py,sha256=qSh0mq24McUVnGGxgZ6oI2RgRbyddPTKnEYvT27w77U,1880
django/core/handlers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/core/handlers/base.py,sha256=hkzksjOo2p4i2_ngPsex0_981GcTyMouNpEvSulGGfk,10769
django/core/handlers/exception.py,sha256=ySRJ7nlVKu34FFR0fNKXaYvQqqDRktsF5w11LCR1UpE,5502
django/core/handlers/wsgi.py,sha256=ry_rbcjeH6JphU6spnfuVjsGsLgRgR2vVLMVzkHoQPw,8673
django/core/mail/__init__.py,sha256=C_901MhMjANxEfBZDKXVKU7WK7OfqS1JdXDvRYtD4Ds,4556
django/core/mail/message.py,sha256=OUsi70uhjDqNIqYKgmSOk5o6n9UJKzNdjdU1XDg-SX4,19255
django/core/mail/utils.py,sha256=AwXN-yGvxpnPnjJy6vtqqJodw8OGCGUzseA4WnIz194,460
django/core/mail/backends/__init__.py,sha256=VJ_9dBWKA48MXBZXVUaTy9NhgfRonapA6UAjVFEPKD8,37
django/core/mail/backends/base.py,sha256=z6n_OJ49XEHq0APWdtKDjhkUEQqI3KKuE-Q0LyavAO8,1659
django/core/mail/backends/console.py,sha256=3EeIYfr8fbQu77kUPRvXQrKkHP2xh9bAtxvse2OEZMU,1477
django/core/mail/backends/dummy.py,sha256=sI7tAa3MfG43UHARduttBvEAYYfiLasgF39jzaZPu9E,234
django/core/mail/backends/filebased.py,sha256=2FSB0elx91ch0bUfZUCL2e45sq3fwdfUeWtjoDAHYoY,2771
django/core/mail/backends/locmem.py,sha256=HG83cAehCrb2PDPaQ7aFePhSPs9oWpGJsNAl0_IulOs,896
django/core/mail/backends/smtp.py,sha256=NNU5cdpJBDyjkyU4ofcP1mEMNf_mSAddY9iDI9E0Syk,5389
django/core/management/__init__.py,sha256=QtA_Ic2Wx4jNY3sF9kLWzlAUe0HIBAl1exzfpp7JTqA,14905
django/core/management/base.py,sha256=WHCtuOyjOMk0c7zgFbCIRK9ZVNi3fVNZQvQuzjY0WBk,20482
django/core/management/color.py,sha256=nSy6EgaRXFMkvfAIQdWOjXCD5PIjQRl0hitf1Slyc8U,1826
django/core/management/sql.py,sha256=YNEecbRkQbPbNuHUX782g2AvgTKGeJHTZ9aspn8Afac,1972
django/core/management/templates.py,sha256=K4RLEGiWrzrTphSEanDO8tXNouhrpF9SSMDsLNLV5ZE,14053
django/core/management/utils.py,sha256=Wl8YjQiwyAPWoVf6ZSuJoQZusX2RNrL010FvvI4t7F8,3739
django/core/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/core/management/commands/check.py,sha256=pQ1adVxEHkCqWaSJvRyjdr8LdtDAEUfQMLoB1w7hzKo,2377
django/core/management/commands/compilemessages.py,sha256=1MonKIX8Z4lLF_l4vIxxwdVa6fmGzrAVt5WiEPy744w,5211
django/core/management/commands/createcachetable.py,sha256=3lw5YHUx0CHYYU8hzxx1AstpdCwKXIpsO3JU5m0igbU,4433
django/core/management/commands/dbshell.py,sha256=OeexBQJXEUArOKWGKpBSsaA043X1UokzNWc_EDbJi5M,1240
django/core/management/commands/diffsettings.py,sha256=HiUjaDu5XbZ9cYai2la5LPd6sWd2Lp-eoxvmNkX25_Y,1956
django/core/management/commands/dumpdata.py,sha256=13pEgucC0jP1jLrzLrBg_iilRU4My-tb0Dx_NCNoPIA,8692
django/core/management/commands/flush.py,sha256=ZX5dqp2FMFFlRtOIcQtmHaPS4e8kXVhH_B84jeq_2jM,3938
django/core/management/commands/inspectdb.py,sha256=1S2HbzOiVL2qQMSevRsegIHibmUB7Hz_ao1RiX21u5o,12987
django/core/management/commands/loaddata.py,sha256=tpzlPXVVy0_zJkZ_f7NhUlErV2D9W7j31zITQYzJTOE,13922
django/core/management/commands/makemessages.py,sha256=hgpEVpKcH8tZFNe8qJJdY6P-gRL40MH3tYQqyQPW_NI,26302
django/core/management/commands/makemigrations.py,sha256=lQK-WI9Qv5i60zcRkoe1kf-IPLvYJlf_sElqkyqOVLo,15083
django/core/management/commands/migrate.py,sha256=0KwvWVe-MlTIs7Gz5lcwVZkcdCrbJ7anGsJPyuZIaLI,14181
django/core/management/commands/runserver.py,sha256=123Ln5uX9Hi1tu4dJJtJapg-zGqQ2rutDaunasHHv8M,6518
django/core/management/commands/sendtestemail.py,sha256=RnmPaf5Exj6fHRZQYEAAlKscV5KJ-l_vyg8Kiq2_wxQ,1518
django/core/management/commands/shell.py,sha256=UXKBtHxpij1ST_e1kwvrsinsnh0Y53cYqoo1LJtG2s8,4451
django/core/management/commands/showmigrations.py,sha256=se-07Fdq_OpnQF6-ixGWXhoCKgnh1ly14vzBl1hIMmk,5400
django/core/management/commands/sqlflush.py,sha256=7ytQOb9-u24W_R12j2_aM_SbpIP5UiCiL-E4L4ly2Wo,849
django/core/management/commands/sqlmigrate.py,sha256=_nCQ4hinbLqF581Haqd24vlqurQjdCkN7-auLx84jm8,2847
django/core/management/commands/sqlsequencereset.py,sha256=DxzOLM5zOrCGfLrJhdN2sak-xqDFsZGUUNc19w5-EME,926
django/core/management/commands/squashmigrations.py,sha256=MPW5PApzIUlyMQpw84BR0KtTPSAhJXVUF7rI8IJ57mw,8893
django/core/management/commands/startapp.py,sha256=3FAuYOcoJ2_2TxpeL8kfhVEy2Vuh62V5HGi3UMYx-ek,1016
django/core/management/commands/startproject.py,sha256=gVyJHiwQha3pdJ6iAL4i5mPDTiYMBczXafq1jVlpbDw,1223
django/core/management/commands/test.py,sha256=mzEiFyABo-76_nqNTqbvfpJCFBmpV_ATxExIhAtt7zU,2347
django/core/management/commands/testserver.py,sha256=-SsAuaPQ2hZBNJPEar7dDFUvm9z4kKQm3Tg3z1cbDtg,2146
django/core/serializers/__init__.py,sha256=R-GyvJIl4fbU7jfLT94gRveStQqF62IV25dVF_6DdrY,8253
django/core/serializers/base.py,sha256=A8Rqerx1L9bWaEXpaDS18GS7uSL_gtGZ53D2ReKX804,7761
django/core/serializers/json.py,sha256=K-VVsBfLke_VsWIglgqwCyyQ5572DHG0mROAKXQ4bAs,3947
django/core/serializers/python.py,sha256=wcvvYlghlNXPIWyOku6nBHOq8O08ttW7VflP_FoqULQ,7851
django/core/serializers/pyyaml.py,sha256=ao01BF0zWF_PRS-JG_AHwxtzeEgdiXewkd2KajVd4zc,2844
django/core/serializers/xml_serializer.py,sha256=u_MJh8BH3E0WNPjBXKx7c_7o2bVwHjCQN3b_xZcprvE,15601
django/core/servers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/core/servers/basehttp.py,sha256=hn5CnooJL4t-gmIC-ikCTsjMaSIhrIy33Y7JN_MUkKs,6321
django/db/__init__.py,sha256=l7j0_uQCGBAHbhDBPcAPLG_uJLZjGHS2eZdqSQSpn1w,2220
django/db/transaction.py,sha256=tEJyYJwAhLltlZtdTxAoI9XPehr5DgpSFXlm1c4hn3U,11366
django/db/utils.py,sha256=Czd_gXLH8dJ0JbtLOUzGbyK8X70cATrDr69HtoNsVao,10368
django/db/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/db/backends/signals.py,sha256=rAFB5bUdnk5jckIT4PwVwEuE6aj4dbtasRHcRnIyH6Y,95
django/db/backends/utils.py,sha256=M5JtJKxeQsOSx920SNsRce6pWo6Ar20F5J5KPBNhc4Y,7380
django/db/backends/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/db/backends/base/base.py,sha256=k4QAhSp23eBIHXbs9_t4FY3T9KvHyNLHC0mdtMCg180,24045
django/db/backends/base/client.py,sha256=oBWgLApKjqvN3pgkmKZsUiuCgxFIwRtjHqmybOnzKp0,551
django/db/backends/base/creation.py,sha256=qBSaWxuOjHwCduVUij4B2kkaoZq4L_zqAkaTCR_QmmA,12033
django/db/backends/base/features.py,sha256=jJC1wtYDGu9ha0AO3zbKqHSRTJwA4zIwcx5fCAoUXPQ,10181
django/db/backends/base/introspection.py,sha256=HXxLRFDpmrpVD5olqgxqdezGgnPkDyHZsoUelOtkJ6M,7651
django/db/backends/base/operations.py,sha256=Vo3mRQQ3HJAYJ1WqEXIqoYItJcnr5kNcBl-Di7XPC6U,23686
django/db/backends/base/schema.py,sha256=eehXiQ-emDkTKoTGx5vu2a10ht7kbeulUG2Jd4zwLp8,46660
django/db/backends/base/validation.py,sha256=7LCfIWVL8Qeo6XxXvcQJFLxxFyJzEqaEnWPFhDFYYp8,301
django/db/backends/dummy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/db/backends/dummy/base.py,sha256=aRBh1m2kGtrjXhkELK93AEO8NyR4Azxg-gPSdxU8Ba4,2245
django/db/backends/dummy/features.py,sha256=m_ZHTydiox34PXZGj9AbbpjZni9UW44eKvz_VNbM7Ug,153
django/db/backends/mysql/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/db/backends/mysql/base.py,sha256=9ffaJ--jOM8ajbewTns9e89du3-5XxR0aAL73QGrNjo,16091
django/db/backends/mysql/client.py,sha256=QQXCes3AOknqfN_LghHIgNU-7ymTZzZt90Ms-KkiM28,1524
django/db/backends/mysql/compiler.py,sha256=J30bWgLviaWfUktegN7YnXmp6CaEZ6u8VeuiN4DUk4E,704
django/db/backends/mysql/creation.py,sha256=fQz137i7itbbrZQpg4vifnpFLETbU0yKctY-phk1D34,2226
django/db/backends/mysql/features.py,sha256=ZmSVGtPJxlyb7Ztbx02oGLMSnTUcxo5YMyKSD2Ticx0,3118
django/db/backends/mysql/introspection.py,sha256=wq2tyWbwEGBUrluufCiyx0OILV_MPiAxdUQ2q4m5j7E,9459
django/db/backends/mysql/operations.py,sha256=WrmyxI2VDfmdspqJs_JcuAvEJXjeIz9aiRZ9o4TWK80,10921
django/db/backends/mysql/schema.py,sha256=0uDnthX4p3KtHDhRQPgZNCJpjQ-SIDlThpGMUcc_m24,4753
django/db/backends/mysql/validation.py,sha256=A9KtnmQK422MsEYvxyXgXxvN7bt_yOjvdIzKVbBiNJI,2611
django/db/backends/oracle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/db/backends/oracle/base.py,sha256=IExYgAMsXYAOIWMZ0Iz0DcA18P1AVHtzy909mqHZAlg,24545
django/db/backends/oracle/client.py,sha256=efoAYVH76x_AMMqq1h8JNaCpq_UtlktyuYuXLZfze4E,331
django/db/backends/oracle/compiler.py,sha256=n4sKg64VMDW1sgOvVup8pGwwlMowv6QA83m_JO1-p3o,2246
django/db/backends/oracle/creation.py,sha256=PMJy1GGmRf2U0qzkcwOakWx5a9fLU_y2zQYlMGZG7Nw,17584
django/db/backends/oracle/features.py,sha256=wM-w-7oTVxj-0v2nM8KOPiQ4LVciNcy7Q96YlpmaRW0,2326
django/db/backends/oracle/functions.py,sha256=zXQRB7tz1XM0QVjzqN56QIXF16Ji24vEfGFqpQmWG4k,864
django/db/backends/oracle/introspection.py,sha256=cIwcSOhb1nsVZwPePGUX-wRZPiEXtkg9y-JJch6pBr4,11731
django/db/backends/oracle/operations.py,sha256=FTN7QSWe-_JFgCsYZlUXp4EsU5dWZWczH7wswdR3y4Y,22698
django/db/backends/oracle/schema.py,sha256=38trQ_22ZMLDWdSNCy0HioNTnL8LklsNxpXIDomrSqE,5290
django/db/backends/oracle/utils.py,sha256=ek4jCtBeed1rOBn9oHce5vJHbbHhPKGZM7tPBdZTk7A,800
django/db/backends/postgresql/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/db/backends/postgresql/base.py,sha256=hO-Dvm4lJUIKqW1K_Q9BL5xZ5UzuvxrpnTRMamdUHCU,11190
django/db/backends/postgresql/client.py,sha256=FI1gyvEYap5vuOkxbm_yuzWcPdpXRbUF0pLo9odef-k,2126
django/db/backends/postgresql/creation.py,sha256=lPUXNBVOWLJDr1NyKKLIkwmPbC6FvTOQpOZMTKOinr0,2275
django/db/backends/postgresql/features.py,sha256=mP0sDg6wuByNA9zr0YIy2V26I_6Y0Qd3ml0Bk103Pc0,1679
django/db/backends/postgresql/introspection.py,sha256=Ossm2xJFabgOaJpLcdJulIbG3bmWOW41iResZ3zXtUs,10710
django/db/backends/postgresql/operations.py,sha256=2AHVxZcTBhhNBetOENExRdc9R6qXXMsiJqq67Hva0B0,11502
django/db/backends/postgresql/schema.py,sha256=gZf2uWK9AY92sBo72nLAyGXhOQrfYolx7tDa83IHAII,5905
django/db/backends/postgresql/utils.py,sha256=3GXuTEoyPNqfUcXOCVnC-gw7xdAV17ZvZYb4Qu6f7Mc,176
django/db/backends/postgresql/version.py,sha256=vRBmJyUPuVrlZ_j_7E6baKV82hw8TMjftATIhSOnoEM,1517
django/db/backends/postgresql_psycopg2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/db/backends/postgresql_psycopg2/base.py,sha256=g2aAztfMtAL93F8tGmO1W2YQbmr-w5sm_Obopi4JHX4,40
django/db/backends/postgresql_psycopg2/client.py,sha256=IRCmGthBTRhO2RVGdyuxWLJowAc5H1_-1azwzrvJ-Ag,42
django/db/backends/postgresql_psycopg2/creation.py,sha256=K2mX3uKrYKPu6snParWOUpdPE7njMl7d5F_9rWTEMy4,44
django/db/backends/postgresql_psycopg2/features.py,sha256=5wEMe_Zj-SGxQ5AF06SH7ghMuamD_y7ddvJ9LBqZxhA,44
django/db/backends/postgresql_psycopg2/introspection.py,sha256=uhjKJBighkTzV0JeFYJsYedni4w5I_N9LpIwDaPmOsE,49
django/db/backends/postgresql_psycopg2/operations.py,sha256=xkIOUX-rLI6YjTKtEHYEK89whe2J1T-FKNVRBW2Jbh4,46
django/db/backends/postgresql_psycopg2/schema.py,sha256=R-3T1eOq2-yD66L2--ICntPF2ZsLZ-Ok4TV4FGxyG5c,42
django/db/backends/postgresql_psycopg2/utils.py,sha256=eneNs5az6_Q07x0q991G7ZABYgE-YgMg9-Xk35LT7PM,41
django/db/backends/postgresql_psycopg2/version.py,sha256=WCbQgPPoWDCn3ip3Yb2SIzeWj-t6jRQSQisW1DSDrhs,43
django/db/backends/sqlite3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/db/backends/sqlite3/base.py,sha256=Riz7-Q4adzCZY9AZFs4oaO7Ezx7M8keNTdfsfJF6OR0,19625
django/db/backends/sqlite3/client.py,sha256=wiSj2r4sCG-n3SwFKJV2mVEw9GFXiyFbHgD_Ic_DjxA,311
django/db/backends/sqlite3/creation.py,sha256=9WUy_bVnxA7JU0QEL7hWGvXpEm6G9jz8EnLE8HoKPRs,4965
django/db/backends/sqlite3/features.py,sha256=b3USf01HGEye1lM74pXSokIfRqnLnYI9l0PgidWEfv0,2641
django/db/backends/sqlite3/introspection.py,sha256=qZdol5Iz1dJ-7ltnlmXd_6dXQa41B6oGt4xIROSWk0Y,12308
django/db/backends/sqlite3/operations.py,sha256=X-q525PZv2-paquWE3KHrd16AV7EagfnX1W2TK6U9nU,12537
django/db/backends/sqlite3/schema.py,sha256=wnvqenf0LLgIsYE1NJhMZGga0GdR109QcHn2o0uGQXA,13279
django/db/migrations/__init__.py,sha256=Oa4RvfEa6hITCqdcqwXYC66YknFKyluuy7vtNbSc-L4,97
django/db/migrations/autodetector.py,sha256=dP_rZC5oYwWO_a1O1lJ7UNpaiQisf11gfrg72j9BHWg,60207
django/db/migrations/exceptions.py,sha256=cWQmZRdN6Sjh8d5L6Mn7ufT6QhY4Hs3OH3XRQmDpWs4,1490
django/db/migrations/executor.py,sha256=-8XX7VkbU9YK0O-0yO4xfO-I58X_IX2ugXyZpvR-Big,17465
django/db/migrations/graph.py,sha256=4eykgjwD7ju0IiJyyLor5EjQ7mnDjzC17Rjehp5Q1vo,16656
django/db/migrations/loader.py,sha256=vqdEKEMviCx-_HW4-0rKQMg3QIdQquz-kWGYBJKNHZw,15146
django/db/migrations/migration.py,sha256=PPp_fPjNR6hkprCiT-FMY7QQqK2f6v1Zon41BVS6MNY,8324
django/db/migrations/optimizer.py,sha256=U-q-N1KuSrCXWzisC0viT8Anv-08aCHO9J4d0I-DAck,2872
django/db/migrations/questioner.py,sha256=TQ9mr1nYjldXoSH1giq26Nx9Mq9bSAGWHX9bRaPcFzM,10172
django/db/migrations/recorder.py,sha256=aIzUkOG9SPxNxX661nLfdUb4lr9_MSukqK0bJI9B07g,2868
django/db/migrations/serializer.py,sha256=H2cviU4FQafIaoLoGpZJoOdhCqKbJEyoldZSRjwOxj8,14968
django/db/migrations/state.py,sha256=IQNBGFNoUK5GT_-EyVONls9KexYLKV4hQPfSEWPJBjQ,26923
django/db/migrations/topological_sort.py,sha256=I21f7CebXOJQNJ_2Kcf_-FroxDc82ibiN-FBYh-UMv4,1138
django/db/migrations/utils.py,sha256=irS3wz3e-ERAyQanFo80dzNYXB47g4hAm9Q5xJfVj9k,396
django/db/migrations/writer.py,sha256=zcq5_QZXa97P-a0YkncRxxMZYFMZbFsiBTOFKKY4QIM,11569
django/db/migrations/operations/__init__.py,sha256=AsJk4Z1G6-hLJRWkyOLpP3lApxn4OmP4h1yqPrnUlfU,700
django/db/migrations/operations/base.py,sha256=fVvUfl9L6OEusmLcI_HAji3v5-HC6Ps08Ec2hL3ovyI,4888
django/db/migrations/operations/fields.py,sha256=D81uUE5cqvD5U9lJiUShgpDemuO-hap-OTa_Oljrq-U,13146
django/db/migrations/operations/models.py,sha256=ud8A0_E9Quqk9B2tADkjSwXsmLj5KcOJ1HsKnDEhQ_k,32844
django/db/migrations/operations/special.py,sha256=BNmaDr9IYitci04qcgz-0ivi4fnqEFb5BaNBH1csAfU,8119
django/db/models/__init__.py,sha256=FAWdnGMQmBoLxzSN_0uEKnY3p8D2SdBTpDKY8m9fToY,2714
django/db/models/aggregates.py,sha256=jmrhFPLwNhbmJN_qk-8mGEALQUFZPLUbdejPHwBvvto,5058
django/db/models/base.py,sha256=7Q8QxkHlxjagRKhudqQfMvVdVV9-_nde7KbtFbAr5BA,75879
django/db/models/constants.py,sha256=BstFLrG_rKBHL-IZ7iqXY9uSKLL6IOKOjheXBetCan0,117
django/db/models/deletion.py,sha256=WPPj_vVJSSPlQAWB2NYxN0cHnc3T6Fu_Kc8dEnW920M,13712
django/db/models/expressions.py,sha256=dnYerOW7xXUqE3wRWefYjGmt9Uw5R4IzsCzEHcVB5Rk,39404
django/db/models/indexes.py,sha256=B6jyOIgO0Yx0vtwwG_BhAdvsRg_0p5iuL70ELK0tq_o,5170
django/db/models/lookups.py,sha256=jMqrB4lGvRe0NHB1bBlaayMo5NT2Ldg1TewZVJdS4y8,22583
django/db/models/manager.py,sha256=JCvp5qJS9r5AZkKo23lMokTVjNoBmWS-TbTDzhHe2Po,7232
django/db/models/options.py,sha256=XzlKtr_DRvzu9zA2wOkZi0CtwNqCL_YXUl4g_p88ISw,36750
django/db/models/query.py,sha256=xnypBfwLyxon100_t7DlE80sULhTx5c9BXYfr4li1v4,70608
django/db/models/query_utils.py,sha256=N0KkN5g69-t7aoiuG6iwJ35lZ0h5C8jR6gm_pU6XIL8,9908
django/db/models/signals.py,sha256=JMDlPheEesfOoiyd17dyZNVZh_919l6oOMYik5g0IrE,2468
django/db/models/utils.py,sha256=M8EnqqBELhAkxjqdp3BUXP-rhDAty19FVo85aeaJrSo,904
django/db/models/fields/__init__.py,sha256=W4RmJ8y2RqSle4Wjg_gbvKFDu03kiE6DuWKqMFn3Ehs,88153
django/db/models/fields/files.py,sha256=tCUecXV4ZldWOGMOoBn7YFH6THFN5gzt7TuXUzwDR-c,19862
django/db/models/fields/proxy.py,sha256=xB6PaToZfk9tVf8p1GDtbo1dxZUpbRcGRYBxpYPebEE,699
django/db/models/fields/related.py,sha256=HkQJLZNs4HRIDP5O487bMiFSpwq18DelmK-sOJ8eiJo,71660
django/db/models/fields/related_descriptors.py,sha256=gy0aSJIJC48omZT5YOQ85222VE2I-CvziFjHiAHpKhI,50863
django/db/models/fields/related_lookups.py,sha256=ZGvy9dfWMHF0qpv9fYdBjXUuZnqfOMa83ThjwNlb4kU,6854
django/db/models/fields/reverse_related.py,sha256=nJ_IeAndg8i_EHpE48rtkh1IJFlctPwyCd_ACCKQN48,10310
django/db/models/functions/__init__.py,sha256=rHelQAi6J3PpGwWR2eyBb9Himr2aq2alMDY0JvCIdrA,809
django/db/models/functions/base.py,sha256=UXey3Th63c93o5pTPwiXJTAJbIY8qoCAiu0XuU6GTYE,8087
django/db/models/functions/datetime.py,sha256=_2Lk4EOTeE83DVRRJnFdzo2zHAHv2ZWqvDL-GzWt918,9765
django/db/models/sql/__init__.py,sha256=OcwrDD5reAtAe_L3iB6sm7uqzi1JOaoozN-p8veYZrc,252
django/db/models/sql/compiler.py,sha256=rMlt5JBitBf-P62faFv987AU72Rowo092LwuXT_euUo,57036
django/db/models/sql/constants.py,sha256=p9_PSAOMk-5Gj2bR6mzrQZ5HGOFPxRCdxRk3Y8l1cXA,1039
django/db/models/sql/datastructures.py,sha256=3uNWlC0zmpylk7rAZE7dy6q4QWP0U0WQpUQrbQZzdCY,5684
django/db/models/sql/query.py,sha256=6X_c0kcUeUFkwLAM270n6X8vmRjpYSq6YFVMscbVzxo,95978
django/db/models/sql/subqueries.py,sha256=R2CY14DLAY0dgSY61VXtPkDQtbpUrrop-zWMIPrF1Dc,7959
django/db/models/sql/where.py,sha256=7YQR1WhcCqEqvyOJhmV0fHytqA6nB2OPyUPfEpTBRDY,7537
django/dispatch/__init__.py,sha256=aZs1qtjOnhy8LWricxId1AQgpSUee-WCF-EzCj6o6qs,288
django/dispatch/dispatcher.py,sha256=eTp1nTYVYsAqitdLrMxRQ9WCqHPYZkdjyUgD7GuQKmQ,11613
django/dispatch/license.txt,sha256=VABMS2BpZOvBY68W0EYHwW5Cj4p4oCb-y1P3DAn0qU8,1743
django/dispatch/weakref_backports.py,sha256=cILfgDdPgZ8BzCqzEOXgvGQ7xy1JpfZXJbq6kuA9fB8,2147
django/forms/__init__.py,sha256=S6ckOMmvUX-vVST6AC-M8BzsfVQwuEUAdHWabMN-OGI,368
django/forms/boundfield.py,sha256=fNACauzo1f65LKXQ4csZDNN9ZvZRDJou9gcLIeFo5WY,10895
django/forms/fields.py,sha256=NhKh51DIg6exsOgAbiWkkVnhOubSeyqrspAEc_CaqWA,46438
django/forms/forms.py,sha256=4BJDaMVNAfZr2U0NpR9YFOXitQyYeGQXZesn-5HQKrs,20680
django/forms/formsets.py,sha256=SOPqqwRI09NlxYAjGfq7gSOkN6AUBeZ1bRKihOUUjpU,18388
django/forms/models.py,sha256=Qg8BiignVUZ7fLJZH9lv5x_BYYbmprJJu1nuG2JB8Pw,55823
django/forms/renderers.py,sha256=DxoQhqjm6csVv9nETMiKOV5qEPU1isjxubXawmDGxZQ,2048
django/forms/utils.py,sha256=147y-hXQWHC6cy3GcfilhfSf1xCoL9YmWAASPK_Cb0c,6149
django/forms/widgets.py,sha256=pVXWExHRGgv-lUzNuiyWNE_DLiCgC2U2pxqmh4ZxdYc,36380
django/forms/extras/__init__.py,sha256=UVR-iNjmON1kF-yQBIsgsESaEuPHp5kYHaDnxolFKHA,334
django/forms/extras/widgets.py,sha256=0drRcbI4nPEAxyQgT2lLDdYU31PFa4SpaeYytYQ93B4,58
django/forms/jinja2/django/forms/widgets/attrs.html,sha256=_J2P-AOpHFhIwaqCNcrJFxEY4s-KPdy0Wcq0KlarIG0,172
django/forms/jinja2/django/forms/widgets/checkbox.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/jinja2/django/forms/widgets/checkbox_option.html,sha256=U2dFtAXvOn_eK4ok0oO6BwKE-3-jozJboGah_PQFLVM,55
django/forms/jinja2/django/forms/widgets/checkbox_select.html,sha256=-ob26uqmvrEUMZPQq6kAqK4KBk2YZHTCWWCM6BnaL0w,57
django/forms/jinja2/django/forms/widgets/clearable_file_input.html,sha256=mPpWAqR6UExvU5esCB2OZHnOOfSEB9WeseZXzbS87KA,418
django/forms/jinja2/django/forms/widgets/date.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/jinja2/django/forms/widgets/datetime.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/jinja2/django/forms/widgets/email.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/jinja2/django/forms/widgets/file.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/jinja2/django/forms/widgets/hidden.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/jinja2/django/forms/widgets/input.html,sha256=_Cr3sQVyv3alcf77UOGvxAabSINCATkVX3qqlEP_ciE,174
django/forms/jinja2/django/forms/widgets/input_option.html,sha256=ZjX4w2EeSaPnWjhBiVpi5L-IriTjQ5s7fsS6gTMy5U0,205
django/forms/jinja2/django/forms/widgets/multiple_hidden.html,sha256=T54-n1ZeUlTd-svM3C4tLF42umKM0R5A7fdfsdthwkA,54
django/forms/jinja2/django/forms/widgets/multiple_input.html,sha256=G9fzbLmAGbFJ9cPaOtYf3mVNWCB3umBF0pCIGejOq7M,360
django/forms/jinja2/django/forms/widgets/multiwidget.html,sha256=S84YHJx4RR9jUMVWmzUlkVOu5C8Aa1Hxf-sO7whzK1k,84
django/forms/jinja2/django/forms/widgets/number.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/jinja2/django/forms/widgets/password.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/jinja2/django/forms/widgets/radio.html,sha256=-ob26uqmvrEUMZPQq6kAqK4KBk2YZHTCWWCM6BnaL0w,57
django/forms/jinja2/django/forms/widgets/radio_option.html,sha256=U2dFtAXvOn_eK4ok0oO6BwKE-3-jozJboGah_PQFLVM,55
django/forms/jinja2/django/forms/widgets/select.html,sha256=ESyDzbLTtM7-OG34EuSUnvxCtyP5IrQsZh0jGFrIdEA,365
django/forms/jinja2/django/forms/widgets/select_date.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54
django/forms/jinja2/django/forms/widgets/select_option.html,sha256=tNa1D3G8iy2ZcWeKyI-mijjDjRmMaqSo-jnAR_VS3Qc,110
django/forms/jinja2/django/forms/widgets/splitdatetime.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54
django/forms/jinja2/django/forms/widgets/splithiddendatetime.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54
django/forms/jinja2/django/forms/widgets/text.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/jinja2/django/forms/widgets/textarea.html,sha256=Av1Y-hpXUU2AjrhnUivgZFKNBLdwCSZSeuSmCqmCkDA,145
django/forms/jinja2/django/forms/widgets/time.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/jinja2/django/forms/widgets/url.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/templates/django/forms/widgets/attrs.html,sha256=N13hur57rY3DSvitLDN5a6AvDef6TCQPHLivU4TkUII,155
django/forms/templates/django/forms/widgets/checkbox.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/templates/django/forms/widgets/checkbox_option.html,sha256=U2dFtAXvOn_eK4ok0oO6BwKE-3-jozJboGah_PQFLVM,55
django/forms/templates/django/forms/widgets/checkbox_select.html,sha256=-ob26uqmvrEUMZPQq6kAqK4KBk2YZHTCWWCM6BnaL0w,57
django/forms/templates/django/forms/widgets/clearable_file_input.html,sha256=mPpWAqR6UExvU5esCB2OZHnOOfSEB9WeseZXzbS87KA,418
django/forms/templates/django/forms/widgets/date.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/templates/django/forms/widgets/datetime.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/templates/django/forms/widgets/email.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/templates/django/forms/widgets/file.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/templates/django/forms/widgets/hidden.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/templates/django/forms/widgets/input.html,sha256=_Cr3sQVyv3alcf77UOGvxAabSINCATkVX3qqlEP_ciE,174
django/forms/templates/django/forms/widgets/input_option.html,sha256=ZjX4w2EeSaPnWjhBiVpi5L-IriTjQ5s7fsS6gTMy5U0,205
django/forms/templates/django/forms/widgets/multiple_hidden.html,sha256=T54-n1ZeUlTd-svM3C4tLF42umKM0R5A7fdfsdthwkA,54
django/forms/templates/django/forms/widgets/multiple_input.html,sha256=wQXDO2wZOojKrF2egttFZB7A6BRyXvenx2mP8OZZVBo,391
django/forms/templates/django/forms/widgets/multiwidget.html,sha256=S84YHJx4RR9jUMVWmzUlkVOu5C8Aa1Hxf-sO7whzK1k,84
django/forms/templates/django/forms/widgets/number.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/templates/django/forms/widgets/password.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/templates/django/forms/widgets/radio.html,sha256=-ob26uqmvrEUMZPQq6kAqK4KBk2YZHTCWWCM6BnaL0w,57
django/forms/templates/django/forms/widgets/radio_option.html,sha256=U2dFtAXvOn_eK4ok0oO6BwKE-3-jozJboGah_PQFLVM,55
django/forms/templates/django/forms/widgets/select.html,sha256=7U0RzjeESG87ENzQjPRUF71gvKvGjVVvXcpsW2-BTR4,384
django/forms/templates/django/forms/widgets/select_date.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54
django/forms/templates/django/forms/widgets/select_option.html,sha256=tNa1D3G8iy2ZcWeKyI-mijjDjRmMaqSo-jnAR_VS3Qc,110
django/forms/templates/django/forms/widgets/splitdatetime.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54
django/forms/templates/django/forms/widgets/splithiddendatetime.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54
django/forms/templates/django/forms/widgets/text.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/templates/django/forms/widgets/textarea.html,sha256=Av1Y-hpXUU2AjrhnUivgZFKNBLdwCSZSeuSmCqmCkDA,145
django/forms/templates/django/forms/widgets/time.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/forms/templates/django/forms/widgets/url.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48
django/http/__init__.py,sha256=5JImoB1BZNuZBOt5qyDX7t51McYbkDLX45eKmNN_Fes,1010
django/http/cookie.py,sha256=1rJPq_2f787f0zoPVP2WguIs-ARt7ghbDwbTjSLXOps,2895
django/http/multipartparser.py,sha256=FsL4DDpafsBIsQTlaME-HXTtgjmMavTHaVM3GXofKO0,25422
django/http/request.py,sha256=-G8qAffYNZa4Hz5KfmggP2ZUMN_ibiEcg8MuNL6zcxA,21383
django/http/response.py,sha256=y_ILxzHk9mXUZYBQqELbaVuWj732Brmfc5F9dquNhZs,18527
django/middleware/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/middleware/cache.py,sha256=oeP3ni_1DIqygCppHWGJBl0f6gv28OIThrnf_zeNnoc,7573
django/middleware/clickjacking.py,sha256=RdfUdk1ESSJAMeQUSNUZmaCK0sPSfe4YoHzxoi40DFM,2051
django/middleware/common.py,sha256=bh_WIVDLX3e4QlZ_JX09Yj4W3sWf_mfkUtZdWtzXXL4,8764
django/middleware/csrf.py,sha256=Ug70wYRINPlb0GToSVlnMl2UNFS9wUz_OWjUkEWYa_I,13581
django/middleware/gzip.py,sha256=xkZ5jdNgoOrwXo7IWZr3g68CtP0Q0MlKhKE76gxPOXg,2082
django/middleware/http.py,sha256=oUKm3UAtkqMPTKAF54a-ZsDCRKzwE2avTnapqhg0010,1670
django/middleware/locale.py,sha256=jx7FWM-dSBu2qMo9u-KdFFAXC3Z4463maxQlbRFq0UE,3182
django/middleware/security.py,sha256=he5CoJN5d5v61X2qDJr2eYGOetAK6X6l3O_1c0Zd69k,2016
django/template/__init__.py,sha256=SnmXmt2NwhJhFuvbr4xOK-XBk-ug6czEvUFGryxp-0k,1889
django/template/base.py,sha256=2F-Se1DME50KiEmLi0emfyLrlct8Dcd1CR_ywMcsbC4,40254
django/template/context.py,sha256=Db0OREjR3Yk5ZiJK4c1iCj1fIXX9ZtOWb6r8eAt-GLg,9550
django/template/context_processors.py,sha256=Qkl0YG7YoguYVUeYx-cenTL51btaZNcRcJ5ehWtsxlc,2497
django/template/defaultfilters.py,sha256=CrgpxnCBx3gbWNrJxNV1DDRHN0cyvPRvsjjIQZCFqeE,27962
django/template/defaulttags.py,sha256=IvBLDbCYWtoLKc1p3-lBR8XGyIKaY_CJ2I1ay1zvjrA,50450
django/template/engine.py,sha256=0NlyOGnoyiCIk1vYcEqdQMDBbRYdQEAWKIVPtNShg_E,7687
django/template/exceptions.py,sha256=V7DGQYu0B-x5InjTpoBwctLUd39EJWXq-VaxjuIAl9c,1392
django/template/library.py,sha256=zX3xU66KplELSAN4cStmzmXRkYNmDN4ZitBv3b1hxhU,12790
django/template/loader.py,sha256=V67xYWG7Ln4hET8YYP6rEEJpgDGSlhkhu8_uLwt_-ro,2401
django/template/loader_tags.py,sha256=HBEcNYV0-92efiMQF9gZaGeZkE-C1ZDD8BfjdgmhJcE,14320
django/template/response.py,sha256=06mi4qyAy8fdBBHGARIEPnIwZ5KnanzX8xRen29BGfg,5594
django/template/smartif.py,sha256=QMWfIL2wr7_ZBMqUNUG0AbMefbW1bQw-JC5rTNQ6rls,6426
django/template/utils.py,sha256=rGjbNjnR0AKLjoPe_-ZanNFbPV9oDxPk95H7VznGhnU,3733
django/template/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/template/backends/base.py,sha256=Nj1EfiEPBRuvcH7oJxlAByVhKvltFqDPXcwQAcZ9ELw,2894
django/template/backends/django.py,sha256=nzG1bdnfpQdXSuX_qOnmsJdgPMszZEJwDXXzN5TUxsc,4406
django/template/backends/dummy.py,sha256=Fw9z9JZpilQ2PoFvW-QWVhtgteFdDlJ2fbbkjZLwubk,2037
django/template/backends/jinja2.py,sha256=CCQVAFc_SMfApnRKktKZa1mzLeII9tshHob9kHMTUY4,3833
django/template/backends/utils.py,sha256=cJJQf_AMDuUPGmhuoOB565x4PcWr-KDrnsOV11Dm6Go,535
django/template/loaders/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/template/loaders/app_directories.py,sha256=w3a84EAXWX12w7F1CyxIQ_lFiTwxFS7xf3rCEcnUqyc,313
django/template/loaders/base.py,sha256=QSLtp4YWUGWrbB0msyIUww-ut-fXTizok54i6-seEvc,3759
django/template/loaders/cached.py,sha256=E35GGlTf4To1F9RS6MoY_X-6FtYe9FN150nHd7Y4W-Y,7116
django/template/loaders/eggs.py,sha256=pK9KY4Msit53mVnHGIlH_xhqhHoyt_QQWlYmLVQrqN4,2388
django/template/loaders/filesystem.py,sha256=39kw1JM5vG2V9Nt6xrw-cCs8oO7LsTRUJ7g2N4QWqEk,2312
django/template/loaders/locmem.py,sha256=_uSIWFKDmlrx95aLMrlawIxcrgClt-3vgGI_PKSRr-4,1194
django/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/templatetags/cache.py,sha256=pVmBShg6dluWbHOToPzz-F0UOy2DqRCvDYNy_FI3yos,3390
django/templatetags/i18n.py,sha256=qWbR0PIRFJLMasN6UmZ_T44NCwT_T150b-WIicGpnhM,19351
django/templatetags/l10n.py,sha256=RHbzT7_EFFvVwyS6NSoERo4FBe1OvsNvf9pn6DMk_6E,1735
django/templatetags/static.py,sha256=r9shUnMCrAKvJOSb8fh-mtXmCULxk858zI0zb_hCF4w,4527
django/templatetags/tz.py,sha256=xI8tb-XR02m4R0ErmIJVL6IxEZ1mdUPhnEVBkZWhiRs,5411
django/test/__init__.py,sha256=e3zWk3L91k9pyLRyzKlt_BDAhc8-lXtb7xoYz--inIc,895
django/test/client.py,sha256=6prKHGQgqQsB6aWt8QzIryKPyj_NGfp5MYNZ6FIhpHQ,28212
django/test/html.py,sha256=7tJtcJArr2TD_8KT_60omnbXLqiQKKfv9I6mdyWGW6c,8064
django/test/runner.py,sha256=5i-Y6G-KFsQz3nQcUtjSzuskGwoHDbGXDkE1KUva-xg,25385
django/test/selenium.py,sha256=Yvg0hTwL54nqc6OxPC4Yh36A8zfmJ-6zLPCyoazsMOs,3456
django/test/signals.py,sha256=H_jrwRpeSxdq9_sHeQIL_X1siohv8PejvPUcOHM9t_8,6752
django/test/testcases.py,sha256=lh-kpSBHhWC9M5klQvnpi786MS0PnwOqgM8S4vP-5r8,57332
django/test/utils.py,sha256=09ux52x5lHWnm-0Lj4A7tkKK5mXujRG-aKKcsvdaoRk,29810
django/urls/__init__.py,sha256=jc17EyWI9chsuzJGIMmSBt1kGCKg6mJmbgNokHn0Xbk,889
django/urls/base.py,sha256=b4ZJo0WcCioZagfqv_R0r1sNgonrhDtUyn17_6VPSkE,5669
django/urls/exceptions.py,sha256=eLxlbTWBdn514NMmPD8vm3_E6fJzFYrj6zJRtvQaCnI,156
django/urls/resolvers.py,sha256=4L4gCO7j1AD7dOS2oCxD-mUFizwEx25PyqFzjpa0XFk,21589
django/urls/utils.py,sha256=dnnL7FcmoqaK2oefbPsoksHZbiepTu-0IMkc4yiy0bE,2229
django/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/utils/_os.py,sha256=qpnWUU4FWpl9N1DW5vTWb7AQd4fUqXqyuDXBX3ZVd38,3581
django/utils/archive.py,sha256=Z-uRUFfvW2aYztEFZgPxq9AOEp5sDjMbd9m6eCbaZtQ,7521
django/utils/autoreload.py,sha256=-qSbHGlbBnLiII6bD-ZydQSUsu7nBuGkSwM13Vm-OgA,10791
django/utils/baseconv.py,sha256=mXZWtDjtHF9wmvZtP1u1-Q-EEQU1ywoj0lPEkApfR9U,2997
django/utils/cache.py,sha256=CxPNUDc0_aSh2WuhcrjNHuP7ElNQ_ZDKW8Bq_A-R7LY,16498
django/utils/crypto.py,sha256=BEMU7Nkam2KPnymsHeB3oE859bAm8WQ9RrI6C_jcB8w,6878
django/utils/datastructures.py,sha256=FuowZ6jOBsae5IWTxVhKpd_2DlVyI8h6iLv59iiULF4,9657
django/utils/dateformat.py,sha256=oWb7UfImKnxmg8a2jfUNQAgLSIgU9CFWt31dc_J4JGk,11900
django/utils/dateparse.py,sha256=f_6LFJu9MIkn6FWPdy7nxCKZgy3yfZXCNnt7TPRWB6Q,4235
django/utils/dates.py,sha256=hzSrO4Bb00Wy0Za7SpIssuF5pIZgCWnFx7MuKqsui_I,2296
django/utils/datetime_safe.py,sha256=OnmCe-x1GMGDSiamEWqXEqAeTYyYrCAXUjKmgla1SmA,2837
django/utils/deconstruct.py,sha256=2kEyLC4b6edMeey-5kJDjJMHpl7TENSGozIThNpN-Zw,2047
django/utils/decorators.py,sha256=HcECmWR3dxzGESkNuc006kvr_5V4Xe_qoWMwtL6KMa8,7531
django/utils/deprecation.py,sha256=NPPJaygYx_C1dTMhRPOUj9uHbIEmV2RqFr5gKO5E03I,4521
django/utils/duration.py,sha256=e9u-nFSTt94c2xY91ZPILFei93yJbudefWlyCfYDd5s,1112
django/utils/encoding.py,sha256=5S-iR0_8z7pZoFCN4OFNUV-AGKiccHzoB7H-2tOP-1k,10078
django/utils/feedgenerator.py,sha256=Pf14nWWgej2niD-jwy8J_mpN3q15CtFEI4quaoej1UE,17940
django/utils/formats.py,sha256=6fRNOdsrl9lhXAKnfCtoB0s-ZZ2UCC9KhVvPKILHiLQ,9424
django/utils/functional.py,sha256=UcM3f0ZJq4o28jIGTfhpYr3d8ZuCpF5Nb7D07ddl6Kk,14721
django/utils/glob.py,sha256=lSl-nuvyUnEXNu0lg3KyZF1OHX18ton-ysnXdNigt9Y,476
django/utils/html.py,sha256=j3okGl_mJYJAM0bnmgFJDxkNiMRu02hQbU6n37QU4HE,14007
django/utils/html_parser.py,sha256=gw0BP6HMiSD35netiAEuTgj_3LsnwC8fE1gV3HcYXnE,783
django/utils/http.py,sha256=PgCmXD3YcG2qCAqIf98M6Wqc57xUcTC3FbYVZF0hL_U,16315
django/utils/inspect.py,sha256=6-EX6DGXi1HE60DJIrBYSQ25o_ojY_HbVX79pjjuV0E,4195
django/utils/ipv6.py,sha256=C02MwcJU7005A_Qbg_FBorcvyWXe1Tm_AdleZl8Cujc,8127
django/utils/itercompat.py,sha256=z-RgJOzcuEkU0h7JXRza4AcSr-5njR--AANTVYHl6Jc,386
django/utils/jslex.py,sha256=9FNU7NKR8oD0pmN1XFqCNGdBTPe-S4rU-1Vb6WgZ8Pg,7778
django/utils/log.py,sha256=69lpl810HXLvEfsVHhtaSDZUQMeqQI51ds46nIgmEQI,6462
django/utils/lorem_ipsum.py,sha256=IBELxj0R4ZcHrP57jI2pyyAQXmvTpX0YKp2W80aKsJY,4820
django/utils/lru_cache.py,sha256=PcCp28hIOvodgQXYnog33xe0hEncXUOF6slh3jgHP94,7647
django/utils/module_loading.py,sha256=2lGrdWrCwKtGWT2oI6uqz3ry3-5QK2yLMiD8WEWXA_Y,6290
django/utils/numberformat.py,sha256=iNLXq4nwRdgg89G3ovaldKxZzq0NrTAzf36bkfMZFhc,2568
django/utils/regex_helper.py,sha256=udaBWfAPeh4Rvp7vc97VmjseO3tAWa_ta8a3df4QNxQ,12911
django/utils/safestring.py,sha256=8dYLsthKpvUI_Pvrtz7_dFlMe_hH4v1fJn9XPfA6aoo,4892
django/utils/six.py,sha256=tb3i4u4c9qMGXw6W8DJzJ4zRIRmsuoxBbtut9LlFs3I,30628
django/utils/synch.py,sha256=gDlcTGSEI7TBHeFFCVEYG2qmeQTBw6l0YMMZdhPRlfU,2558
django/utils/termcolors.py,sha256=u5pyRa6wKfWE9DZs_fvvSc9D_T6S4IVnlSDTMqSJm0k,7409
django/utils/text.py,sha256=ntcb56dDCksnackogO_fURj193_ShkI_af_Tu2rg8qg,14941
django/utils/timesince.py,sha256=4kvw5yOYRiy2gO9makQxsZxaeYKNTdotMRKbPMCFHBk,2857
django/utils/timezone.py,sha256=WJMY5c9NOlrdinfjB25WrQyI0_xm5IKKrj3df72t1jU,8688
django/utils/tree.py,sha256=81O7cc2ii6kmpZ4aJ9KX5Decd7AzwYuZf6lVgRLcyso,4871
django/utils/version.py,sha256=_vh1_U0KNm3xH3bjrL6GISmMo77eJ6tEzE_hodEavgI,2455
django/utils/xmlutils.py,sha256=6A90aFy5-WfYPaM5_sxqPrDQ0UgJECYJoytfIcXOfF8,930
django/utils/translation/__init__.py,sha256=ihKMwhK7_-Pn7PKe5Cienai88_o8cdTOcHQDcZklxkA,7975
django/utils/translation/template.py,sha256=R31WIbG5sTvEdZbPeAm9LmGu--s1XNKjXtXZmSdB8Fw,10193
django/utils/translation/trans_null.py,sha256=_k2OSt4qMfcE7dpbkF9xmdTRAtXNT3Vjisdo4edRZQU,1471
django/utils/translation/trans_real.py,sha256=bsnTf9AGtfp3cILdub-yEAjzk0VVerJrAKI4iRzlxng,19808
django/views/__init__.py,sha256=DGdAuGC0t1bMju9i-B9p_gqPgRIFHtLXTdIxNKWFGsw,63
django/views/csrf.py,sha256=-BCVUj36UAeoE3IAlUh37X5fM0zYJsgsY78KeSU2p2A,5750
django/views/debug.py,sha256=3uSbn_LwgjI4HZss7a8skzvyDjf9o7zVW4urz8AyPL0,47403
django/views/defaults.py,sha256=u151sVjNqfac73W2yIpOLlq6dRCWTnOErF28LidFSw0,4280
django/views/i18n.py,sha256=7Fm7zkOXWtHVI2EMgrsqrBfxsABz5Fjx589xCwUntvk,15748
django/views/static.py,sha256=OhMoDlMi0E-TqOFVDLDbf_8evpiMU7siqA9JY2xUVS4,4688
django/views/decorators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
django/views/decorators/cache.py,sha256=Exx--liuejgMbeEZeeuVls1eR8NwIcXcpoo-hI1byao,2304
django/views/decorators/clickjacking.py,sha256=_tpqpcbx0SQ5MIRZSc-QlU0MPSsiN9ulhvZboTrxNaA,1744
django/views/decorators/csrf.py,sha256=OSSagHH0Xzzsv3XnUN6d13nbIe7_hNAkuLN3YiLsnwY,2202
django/views/decorators/debug.py,sha256=WyoyUOorJK3-9Dq9VdGeFblSH9yus_AGGcvUnW0L0HY,2627
django/views/decorators/gzip.py,sha256=PtpSGd8BePa1utGqvKMFzpLtZJxpV2_Jej8llw5bCJY,253
django/views/decorators/http.py,sha256=lDvlCO9jJIwNJlxcGazz3OY7T5xe6wlGdGZKheaP-ds,4633
django/views/decorators/vary.py,sha256=nIgb9cGB8rUNannpAWVHXlxyd2k0XSXa3nVaPKIES4g,1200
django/views/generic/__init__.py,sha256=WTnzEXnKyJqzHlLu_VsXInYg-GokDNBCUYNV_U6U-ok,822
django/views/generic/base.py,sha256=TAA7ErP1ph7LABILOyRUTkpmzPmzS4iXqB7RoEHZAkk,7583
django/views/generic/dates.py,sha256=34MQ8-P2PEP_f5vq0LXgtbaVYzyQ41Ca8hI0TGusTE8,25764
django/views/generic/detail.py,sha256=1IW43-SGTFlgWbZtMRr7Xk_0Iu_vOxDjwWKoMg8TuKc,6720
django/views/generic/edit.py,sha256=1EyFqD6W-0FtmKvh-Cct1n9wYrHvtLCzbwyUu9v6-3w,9031
django/views/generic/list.py,sha256=l451910gDviOyhgoiKKdsPr-x57gJ41v3rD0qG1XCdg,7623
../../../bin/django-admin,sha256=zWfBUESkSE3GSjDlImlcLIz0r7SQv-RoKZdTvS9JUgk,301
Django-1.11.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
django/__pycache__/__init__.cpython-36.pyc,,
django/__pycache__/__main__.cpython-36.pyc,,
django/__pycache__/shortcuts.cpython-36.pyc,,
django/apps/__pycache__/__init__.cpython-36.pyc,,
django/apps/__pycache__/config.cpython-36.pyc,,
django/apps/__pycache__/registry.cpython-36.pyc,,
django/bin/__pycache__/django-admin.cpython-36.pyc,,
django/conf/__pycache__/__init__.cpython-36.pyc,,
django/conf/__pycache__/global_settings.cpython-36.pyc,,
django/conf/locale/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/ar/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/ar/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/az/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/az/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/bg/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/bg/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/bn/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/bn/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/bs/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/bs/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/ca/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/ca/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/cs/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/cs/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/cy/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/cy/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/da/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/da/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/de/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/de/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/de_CH/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/de_CH/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/el/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/el/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/en/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/en/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/en_AU/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/en_AU/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/en_GB/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/en_GB/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/eo/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/eo/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/es/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/es/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/es_AR/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/es_AR/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/es_CO/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/es_CO/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/es_MX/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/es_MX/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/es_NI/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/es_NI/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/es_PR/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/es_PR/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/et/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/et/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/eu/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/eu/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/fa/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/fa/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/fi/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/fi/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/fr/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/fr/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/fy/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/fy/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/ga/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/ga/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/gd/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/gd/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/gl/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/gl/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/he/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/he/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/hi/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/hi/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/hr/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/hr/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/hu/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/hu/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/id/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/id/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/is/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/is/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/it/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/it/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/ja/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/ja/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/ka/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/ka/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/km/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/km/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/kn/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/kn/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/ko/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/ko/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/lt/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/lt/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/lv/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/lv/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/mk/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/mk/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/ml/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/ml/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/mn/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/mn/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/nb/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/nb/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/nl/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/nl/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/nn/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/nn/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/pl/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/pl/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/pt/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/pt/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/pt_BR/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/pt_BR/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/ro/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/ro/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/ru/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/ru/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/sk/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/sk/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/sl/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/sl/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/sq/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/sq/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/sr/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/sr/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/sr_Latn/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/sr_Latn/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/sv/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/sv/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/ta/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/ta/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/te/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/te/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/th/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/th/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/tr/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/tr/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/uk/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/uk/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/vi/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/vi/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/zh_Hans/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/zh_Hans/__pycache__/formats.cpython-36.pyc,,
django/conf/locale/zh_Hant/__pycache__/__init__.cpython-36.pyc,,
django/conf/locale/zh_Hant/__pycache__/formats.cpython-36.pyc,,
django/conf/urls/__pycache__/__init__.cpython-36.pyc,,
django/conf/urls/__pycache__/i18n.cpython-36.pyc,,
django/conf/urls/__pycache__/static.cpython-36.pyc,,
django/contrib/__pycache__/__init__.cpython-36.pyc,,
django/contrib/admin/__pycache__/__init__.cpython-36.pyc,,
django/contrib/admin/__pycache__/actions.cpython-36.pyc,,
django/contrib/admin/__pycache__/apps.cpython-36.pyc,,
django/contrib/admin/__pycache__/checks.cpython-36.pyc,,
django/contrib/admin/__pycache__/decorators.cpython-36.pyc,,
django/contrib/admin/__pycache__/exceptions.cpython-36.pyc,,
django/contrib/admin/__pycache__/filters.cpython-36.pyc,,
django/contrib/admin/__pycache__/forms.cpython-36.pyc,,
django/contrib/admin/__pycache__/helpers.cpython-36.pyc,,
django/contrib/admin/__pycache__/models.cpython-36.pyc,,
django/contrib/admin/__pycache__/options.cpython-36.pyc,,
django/contrib/admin/__pycache__/sites.cpython-36.pyc,,
django/contrib/admin/__pycache__/tests.cpython-36.pyc,,
django/contrib/admin/__pycache__/utils.cpython-36.pyc,,
django/contrib/admin/__pycache__/widgets.cpython-36.pyc,,
django/contrib/admin/migrations/__pycache__/0001_initial.cpython-36.pyc,,
django/contrib/admin/migrations/__pycache__/0002_logentry_remove_auto_add.cpython-36.pyc,,
django/contrib/admin/migrations/__pycache__/__init__.cpython-36.pyc,,
django/contrib/admin/templatetags/__pycache__/__init__.cpython-36.pyc,,
django/contrib/admin/templatetags/__pycache__/admin_list.cpython-36.pyc,,
django/contrib/admin/templatetags/__pycache__/admin_modify.cpython-36.pyc,,
django/contrib/admin/templatetags/__pycache__/admin_static.cpython-36.pyc,,
django/contrib/admin/templatetags/__pycache__/admin_urls.cpython-36.pyc,,
django/contrib/admin/templatetags/__pycache__/log.cpython-36.pyc,,
django/contrib/admin/views/__pycache__/__init__.cpython-36.pyc,,
django/contrib/admin/views/__pycache__/decorators.cpython-36.pyc,,
django/contrib/admin/views/__pycache__/main.cpython-36.pyc,,
django/contrib/admindocs/__pycache__/__init__.cpython-36.pyc,,
django/contrib/admindocs/__pycache__/apps.cpython-36.pyc,,
django/contrib/admindocs/__pycache__/middleware.cpython-36.pyc,,
django/contrib/admindocs/__pycache__/urls.cpython-36.pyc,,
django/contrib/admindocs/__pycache__/utils.cpython-36.pyc,,
django/contrib/admindocs/__pycache__/views.cpython-36.pyc,,
django/contrib/auth/__pycache__/__init__.cpython-36.pyc,,
django/contrib/auth/__pycache__/admin.cpython-36.pyc,,
django/contrib/auth/__pycache__/apps.cpython-36.pyc,,
django/contrib/auth/__pycache__/backends.cpython-36.pyc,,
django/contrib/auth/__pycache__/base_user.cpython-36.pyc,,
django/contrib/auth/__pycache__/checks.cpython-36.pyc,,
django/contrib/auth/__pycache__/context_processors.cpython-36.pyc,,
django/contrib/auth/__pycache__/decorators.cpython-36.pyc,,
django/contrib/auth/__pycache__/forms.cpython-36.pyc,,
django/contrib/auth/__pycache__/hashers.cpython-36.pyc,,
django/contrib/auth/__pycache__/middleware.cpython-36.pyc,,
django/contrib/auth/__pycache__/mixins.cpython-36.pyc,,
django/contrib/auth/__pycache__/models.cpython-36.pyc,,
django/contrib/auth/__pycache__/password_validation.cpython-36.pyc,,
django/contrib/auth/__pycache__/signals.cpython-36.pyc,,
django/contrib/auth/__pycache__/tokens.cpython-36.pyc,,
django/contrib/auth/__pycache__/urls.cpython-36.pyc,,
django/contrib/auth/__pycache__/validators.cpython-36.pyc,,
django/contrib/auth/__pycache__/views.cpython-36.pyc,,
django/contrib/auth/handlers/__pycache__/__init__.cpython-36.pyc,,
django/contrib/auth/handlers/__pycache__/modwsgi.cpython-36.pyc,,
django/contrib/auth/management/__pycache__/__init__.cpython-36.pyc,,
django/contrib/auth/management/commands/__pycache__/__init__.cpython-36.pyc,,
django/contrib/auth/management/commands/__pycache__/changepassword.cpython-36.pyc,,
django/contrib/auth/management/commands/__pycache__/createsuperuser.cpython-36.pyc,,
django/contrib/auth/migrations/__pycache__/0001_initial.cpython-36.pyc,,
django/contrib/auth/migrations/__pycache__/0002_alter_permission_name_max_length.cpython-36.pyc,,
django/contrib/auth/migrations/__pycache__/0003_alter_user_email_max_length.cpython-36.pyc,,
django/contrib/auth/migrations/__pycache__/0004_alter_user_username_opts.cpython-36.pyc,,
django/contrib/auth/migrations/__pycache__/0005_alter_user_last_login_null.cpython-36.pyc,,
django/contrib/auth/migrations/__pycache__/0006_require_contenttypes_0002.cpython-36.pyc,,
django/contrib/auth/migrations/__pycache__/0007_alter_validators_add_error_messages.cpython-36.pyc,,
django/contrib/auth/migrations/__pycache__/0008_alter_user_username_max_length.cpython-36.pyc,,
django/contrib/auth/migrations/__pycache__/__init__.cpython-36.pyc,,
django/contrib/auth/tests/__pycache__/__init__.cpython-36.pyc,,
django/contrib/auth/tests/__pycache__/utils.cpython-36.pyc,,
django/contrib/contenttypes/__pycache__/__init__.cpython-36.pyc,,
django/contrib/contenttypes/__pycache__/admin.cpython-36.pyc,,
django/contrib/contenttypes/__pycache__/apps.cpython-36.pyc,,
django/contrib/contenttypes/__pycache__/checks.cpython-36.pyc,,
django/contrib/contenttypes/__pycache__/fields.cpython-36.pyc,,
django/contrib/contenttypes/__pycache__/forms.cpython-36.pyc,,
django/contrib/contenttypes/__pycache__/models.cpython-36.pyc,,
django/contrib/contenttypes/__pycache__/views.cpython-36.pyc,,
django/contrib/contenttypes/management/__pycache__/__init__.cpython-36.pyc,,
django/contrib/contenttypes/management/commands/__pycache__/__init__.cpython-36.pyc,,
django/contrib/contenttypes/management/commands/__pycache__/remove_stale_contenttypes.cpython-36.pyc,,
django/contrib/contenttypes/migrations/__pycache__/0001_initial.cpython-36.pyc,,
django/contrib/contenttypes/migrations/__pycache__/0002_remove_content_type_name.cpython-36.pyc,,
django/contrib/contenttypes/migrations/__pycache__/__init__.cpython-36.pyc,,
django/contrib/flatpages/__pycache__/__init__.cpython-36.pyc,,
django/contrib/flatpages/__pycache__/admin.cpython-36.pyc,,
django/contrib/flatpages/__pycache__/apps.cpython-36.pyc,,
django/contrib/flatpages/__pycache__/forms.cpython-36.pyc,,
django/contrib/flatpages/__pycache__/middleware.cpython-36.pyc,,
django/contrib/flatpages/__pycache__/models.cpython-36.pyc,,
django/contrib/flatpages/__pycache__/sitemaps.cpython-36.pyc,,
django/contrib/flatpages/__pycache__/urls.cpython-36.pyc,,
django/contrib/flatpages/__pycache__/views.cpython-36.pyc,,
django/contrib/flatpages/migrations/__pycache__/0001_initial.cpython-36.pyc,,
django/contrib/flatpages/migrations/__pycache__/__init__.cpython-36.pyc,,
django/contrib/flatpages/templatetags/__pycache__/__init__.cpython-36.pyc,,
django/contrib/flatpages/templatetags/__pycache__/flatpages.cpython-36.pyc,,
django/contrib/gis/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/__pycache__/apps.cpython-36.pyc,,
django/contrib/gis/__pycache__/feeds.cpython-36.pyc,,
django/contrib/gis/__pycache__/measure.cpython-36.pyc,,
django/contrib/gis/__pycache__/ptr.cpython-36.pyc,,
django/contrib/gis/__pycache__/shortcuts.cpython-36.pyc,,
django/contrib/gis/__pycache__/views.cpython-36.pyc,,
django/contrib/gis/admin/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/admin/__pycache__/options.cpython-36.pyc,,
django/contrib/gis/admin/__pycache__/widgets.cpython-36.pyc,,
django/contrib/gis/db/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/db/backends/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/db/backends/__pycache__/utils.cpython-36.pyc,,
django/contrib/gis/db/backends/base/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/db/backends/base/__pycache__/adapter.cpython-36.pyc,,
django/contrib/gis/db/backends/base/__pycache__/features.cpython-36.pyc,,
django/contrib/gis/db/backends/base/__pycache__/models.cpython-36.pyc,,
django/contrib/gis/db/backends/base/__pycache__/operations.cpython-36.pyc,,
django/contrib/gis/db/backends/mysql/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/db/backends/mysql/__pycache__/base.cpython-36.pyc,,
django/contrib/gis/db/backends/mysql/__pycache__/features.cpython-36.pyc,,
django/contrib/gis/db/backends/mysql/__pycache__/introspection.cpython-36.pyc,,
django/contrib/gis/db/backends/mysql/__pycache__/operations.cpython-36.pyc,,
django/contrib/gis/db/backends/mysql/__pycache__/schema.cpython-36.pyc,,
django/contrib/gis/db/backends/oracle/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/db/backends/oracle/__pycache__/adapter.cpython-36.pyc,,
django/contrib/gis/db/backends/oracle/__pycache__/base.cpython-36.pyc,,
django/contrib/gis/db/backends/oracle/__pycache__/features.cpython-36.pyc,,
django/contrib/gis/db/backends/oracle/__pycache__/introspection.cpython-36.pyc,,
django/contrib/gis/db/backends/oracle/__pycache__/models.cpython-36.pyc,,
django/contrib/gis/db/backends/oracle/__pycache__/operations.cpython-36.pyc,,
django/contrib/gis/db/backends/oracle/__pycache__/schema.cpython-36.pyc,,
django/contrib/gis/db/backends/postgis/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/db/backends/postgis/__pycache__/adapter.cpython-36.pyc,,
django/contrib/gis/db/backends/postgis/__pycache__/base.cpython-36.pyc,,
django/contrib/gis/db/backends/postgis/__pycache__/const.cpython-36.pyc,,
django/contrib/gis/db/backends/postgis/__pycache__/features.cpython-36.pyc,,
django/contrib/gis/db/backends/postgis/__pycache__/introspection.cpython-36.pyc,,
django/contrib/gis/db/backends/postgis/__pycache__/models.cpython-36.pyc,,
django/contrib/gis/db/backends/postgis/__pycache__/operations.cpython-36.pyc,,
django/contrib/gis/db/backends/postgis/__pycache__/pgraster.cpython-36.pyc,,
django/contrib/gis/db/backends/postgis/__pycache__/schema.cpython-36.pyc,,
django/contrib/gis/db/backends/spatialite/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/db/backends/spatialite/__pycache__/adapter.cpython-36.pyc,,
django/contrib/gis/db/backends/spatialite/__pycache__/base.cpython-36.pyc,,
django/contrib/gis/db/backends/spatialite/__pycache__/client.cpython-36.pyc,,
django/contrib/gis/db/backends/spatialite/__pycache__/features.cpython-36.pyc,,
django/contrib/gis/db/backends/spatialite/__pycache__/introspection.cpython-36.pyc,,
django/contrib/gis/db/backends/spatialite/__pycache__/models.cpython-36.pyc,,
django/contrib/gis/db/backends/spatialite/__pycache__/operations.cpython-36.pyc,,
django/contrib/gis/db/backends/spatialite/__pycache__/schema.cpython-36.pyc,,
django/contrib/gis/db/models/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/db/models/__pycache__/aggregates.cpython-36.pyc,,
django/contrib/gis/db/models/__pycache__/fields.cpython-36.pyc,,
django/contrib/gis/db/models/__pycache__/functions.cpython-36.pyc,,
django/contrib/gis/db/models/__pycache__/lookups.cpython-36.pyc,,
django/contrib/gis/db/models/__pycache__/manager.cpython-36.pyc,,
django/contrib/gis/db/models/__pycache__/proxy.cpython-36.pyc,,
django/contrib/gis/db/models/__pycache__/query.cpython-36.pyc,,
django/contrib/gis/db/models/sql/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/db/models/sql/__pycache__/conversion.cpython-36.pyc,,
django/contrib/gis/forms/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/forms/__pycache__/fields.cpython-36.pyc,,
django/contrib/gis/forms/__pycache__/widgets.cpython-36.pyc,,
django/contrib/gis/gdal/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/gdal/__pycache__/base.cpython-36.pyc,,
django/contrib/gis/gdal/__pycache__/datasource.cpython-36.pyc,,
django/contrib/gis/gdal/__pycache__/driver.cpython-36.pyc,,
django/contrib/gis/gdal/__pycache__/envelope.cpython-36.pyc,,
django/contrib/gis/gdal/__pycache__/error.cpython-36.pyc,,
django/contrib/gis/gdal/__pycache__/feature.cpython-36.pyc,,
django/contrib/gis/gdal/__pycache__/field.cpython-36.pyc,,
django/contrib/gis/gdal/__pycache__/geometries.cpython-36.pyc,,
django/contrib/gis/gdal/__pycache__/geomtype.cpython-36.pyc,,
django/contrib/gis/gdal/__pycache__/layer.cpython-36.pyc,,
django/contrib/gis/gdal/__pycache__/libgdal.cpython-36.pyc,,
django/contrib/gis/gdal/__pycache__/srs.cpython-36.pyc,,
django/contrib/gis/gdal/prototypes/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/gdal/prototypes/__pycache__/ds.cpython-36.pyc,,
django/contrib/gis/gdal/prototypes/__pycache__/errcheck.cpython-36.pyc,,
django/contrib/gis/gdal/prototypes/__pycache__/generation.cpython-36.pyc,,
django/contrib/gis/gdal/prototypes/__pycache__/geom.cpython-36.pyc,,
django/contrib/gis/gdal/prototypes/__pycache__/raster.cpython-36.pyc,,
django/contrib/gis/gdal/prototypes/__pycache__/srs.cpython-36.pyc,,
django/contrib/gis/gdal/raster/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/gdal/raster/__pycache__/band.cpython-36.pyc,,
django/contrib/gis/gdal/raster/__pycache__/const.cpython-36.pyc,,
django/contrib/gis/gdal/raster/__pycache__/source.cpython-36.pyc,,
django/contrib/gis/geoip/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/geoip/__pycache__/base.cpython-36.pyc,,
django/contrib/gis/geoip/__pycache__/libgeoip.cpython-36.pyc,,
django/contrib/gis/geoip/__pycache__/prototypes.cpython-36.pyc,,
django/contrib/gis/geoip2/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/geoip2/__pycache__/base.cpython-36.pyc,,
django/contrib/gis/geoip2/__pycache__/resources.cpython-36.pyc,,
django/contrib/gis/geometry/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/geometry/__pycache__/regex.cpython-36.pyc,,
django/contrib/gis/geometry/backend/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/geometry/backend/__pycache__/geos.cpython-36.pyc,,
django/contrib/gis/geos/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/geos/__pycache__/base.cpython-36.pyc,,
django/contrib/gis/geos/__pycache__/collections.cpython-36.pyc,,
django/contrib/gis/geos/__pycache__/coordseq.cpython-36.pyc,,
django/contrib/gis/geos/__pycache__/error.cpython-36.pyc,,
django/contrib/gis/geos/__pycache__/factory.cpython-36.pyc,,
django/contrib/gis/geos/__pycache__/geometry.cpython-36.pyc,,
django/contrib/gis/geos/__pycache__/io.cpython-36.pyc,,
django/contrib/gis/geos/__pycache__/libgeos.cpython-36.pyc,,
django/contrib/gis/geos/__pycache__/linestring.cpython-36.pyc,,
django/contrib/gis/geos/__pycache__/mutable_list.cpython-36.pyc,,
django/contrib/gis/geos/__pycache__/point.cpython-36.pyc,,
django/contrib/gis/geos/__pycache__/polygon.cpython-36.pyc,,
django/contrib/gis/geos/__pycache__/prepared.cpython-36.pyc,,
django/contrib/gis/geos/prototypes/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/geos/prototypes/__pycache__/coordseq.cpython-36.pyc,,
django/contrib/gis/geos/prototypes/__pycache__/errcheck.cpython-36.pyc,,
django/contrib/gis/geos/prototypes/__pycache__/geom.cpython-36.pyc,,
django/contrib/gis/geos/prototypes/__pycache__/io.cpython-36.pyc,,
django/contrib/gis/geos/prototypes/__pycache__/misc.cpython-36.pyc,,
django/contrib/gis/geos/prototypes/__pycache__/predicates.cpython-36.pyc,,
django/contrib/gis/geos/prototypes/__pycache__/prepared.cpython-36.pyc,,
django/contrib/gis/geos/prototypes/__pycache__/threadsafe.cpython-36.pyc,,
django/contrib/gis/geos/prototypes/__pycache__/topology.cpython-36.pyc,,
django/contrib/gis/management/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/management/commands/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/management/commands/__pycache__/inspectdb.cpython-36.pyc,,
django/contrib/gis/management/commands/__pycache__/ogrinspect.cpython-36.pyc,,
django/contrib/gis/serializers/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/serializers/__pycache__/geojson.cpython-36.pyc,,
django/contrib/gis/sitemaps/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/sitemaps/__pycache__/kml.cpython-36.pyc,,
django/contrib/gis/sitemaps/__pycache__/views.cpython-36.pyc,,
django/contrib/gis/utils/__pycache__/__init__.cpython-36.pyc,,
django/contrib/gis/utils/__pycache__/layermapping.cpython-36.pyc,,
django/contrib/gis/utils/__pycache__/ogrinfo.cpython-36.pyc,,
django/contrib/gis/utils/__pycache__/ogrinspect.cpython-36.pyc,,
django/contrib/gis/utils/__pycache__/srs.cpython-36.pyc,,
django/contrib/gis/utils/__pycache__/wkt.cpython-36.pyc,,
django/contrib/humanize/__pycache__/__init__.cpython-36.pyc,,
django/contrib/humanize/__pycache__/apps.cpython-36.pyc,,
django/contrib/humanize/templatetags/__pycache__/__init__.cpython-36.pyc,,
django/contrib/humanize/templatetags/__pycache__/humanize.cpython-36.pyc,,
django/contrib/messages/__pycache__/__init__.cpython-36.pyc,,
django/contrib/messages/__pycache__/api.cpython-36.pyc,,
django/contrib/messages/__pycache__/apps.cpython-36.pyc,,
django/contrib/messages/__pycache__/constants.cpython-36.pyc,,
django/contrib/messages/__pycache__/context_processors.cpython-36.pyc,,
django/contrib/messages/__pycache__/middleware.cpython-36.pyc,,
django/contrib/messages/__pycache__/utils.cpython-36.pyc,,
django/contrib/messages/__pycache__/views.cpython-36.pyc,,
django/contrib/messages/storage/__pycache__/__init__.cpython-36.pyc,,
django/contrib/messages/storage/__pycache__/base.cpython-36.pyc,,
django/contrib/messages/storage/__pycache__/cookie.cpython-36.pyc,,
django/contrib/messages/storage/__pycache__/fallback.cpython-36.pyc,,
django/contrib/messages/storage/__pycache__/session.cpython-36.pyc,,
django/contrib/postgres/__pycache__/__init__.cpython-36.pyc,,
django/contrib/postgres/__pycache__/apps.cpython-36.pyc,,
django/contrib/postgres/__pycache__/functions.cpython-36.pyc,,
django/contrib/postgres/__pycache__/indexes.cpython-36.pyc,,
django/contrib/postgres/__pycache__/lookups.cpython-36.pyc,,
django/contrib/postgres/__pycache__/operations.cpython-36.pyc,,
django/contrib/postgres/__pycache__/search.cpython-36.pyc,,
django/contrib/postgres/__pycache__/signals.cpython-36.pyc,,
django/contrib/postgres/__pycache__/utils.cpython-36.pyc,,
django/contrib/postgres/__pycache__/validators.cpython-36.pyc,,
django/contrib/postgres/aggregates/__pycache__/__init__.cpython-36.pyc,,
django/contrib/postgres/aggregates/__pycache__/general.cpython-36.pyc,,
django/contrib/postgres/aggregates/__pycache__/statistics.cpython-36.pyc,,
django/contrib/postgres/fields/__pycache__/__init__.cpython-36.pyc,,
django/contrib/postgres/fields/__pycache__/array.cpython-36.pyc,,
django/contrib/postgres/fields/__pycache__/citext.cpython-36.pyc,,
django/contrib/postgres/fields/__pycache__/hstore.cpython-36.pyc,,
django/contrib/postgres/fields/__pycache__/jsonb.cpython-36.pyc,,
django/contrib/postgres/fields/__pycache__/ranges.cpython-36.pyc,,
django/contrib/postgres/fields/__pycache__/utils.cpython-36.pyc,,
django/contrib/postgres/forms/__pycache__/__init__.cpython-36.pyc,,
django/contrib/postgres/forms/__pycache__/array.cpython-36.pyc,,
django/contrib/postgres/forms/__pycache__/hstore.cpython-36.pyc,,
django/contrib/postgres/forms/__pycache__/jsonb.cpython-36.pyc,,
django/contrib/postgres/forms/__pycache__/ranges.cpython-36.pyc,,
django/contrib/redirects/__pycache__/__init__.cpython-36.pyc,,
django/contrib/redirects/__pycache__/admin.cpython-36.pyc,,
django/contrib/redirects/__pycache__/apps.cpython-36.pyc,,
django/contrib/redirects/__pycache__/middleware.cpython-36.pyc,,
django/contrib/redirects/__pycache__/models.cpython-36.pyc,,
django/contrib/redirects/migrations/__pycache__/0001_initial.cpython-36.pyc,,
django/contrib/redirects/migrations/__pycache__/__init__.cpython-36.pyc,,
django/contrib/sessions/__pycache__/__init__.cpython-36.pyc,,
django/contrib/sessions/__pycache__/apps.cpython-36.pyc,,
django/contrib/sessions/__pycache__/base_session.cpython-36.pyc,,
django/contrib/sessions/__pycache__/exceptions.cpython-36.pyc,,
django/contrib/sessions/__pycache__/middleware.cpython-36.pyc,,
django/contrib/sessions/__pycache__/models.cpython-36.pyc,,
django/contrib/sessions/__pycache__/serializers.cpython-36.pyc,,
django/contrib/sessions/backends/__pycache__/__init__.cpython-36.pyc,,
django/contrib/sessions/backends/__pycache__/base.cpython-36.pyc,,
django/contrib/sessions/backends/__pycache__/cache.cpython-36.pyc,,
django/contrib/sessions/backends/__pycache__/cached_db.cpython-36.pyc,,
django/contrib/sessions/backends/__pycache__/db.cpython-36.pyc,,
django/contrib/sessions/backends/__pycache__/file.cpython-36.pyc,,
django/contrib/sessions/backends/__pycache__/signed_cookies.cpython-36.pyc,,
django/contrib/sessions/management/__pycache__/__init__.cpython-36.pyc,,
django/contrib/sessions/management/commands/__pycache__/__init__.cpython-36.pyc,,
django/contrib/sessions/management/commands/__pycache__/clearsessions.cpython-36.pyc,,
django/contrib/sessions/migrations/__pycache__/0001_initial.cpython-36.pyc,,
django/contrib/sessions/migrations/__pycache__/__init__.cpython-36.pyc,,
django/contrib/sitemaps/__pycache__/__init__.cpython-36.pyc,,
django/contrib/sitemaps/__pycache__/apps.cpython-36.pyc,,
django/contrib/sitemaps/__pycache__/views.cpython-36.pyc,,
django/contrib/sitemaps/management/__pycache__/__init__.cpython-36.pyc,,
django/contrib/sitemaps/management/commands/__pycache__/__init__.cpython-36.pyc,,
django/contrib/sitemaps/management/commands/__pycache__/ping_google.cpython-36.pyc,,
django/contrib/sites/__pycache__/__init__.cpython-36.pyc,,
django/contrib/sites/__pycache__/admin.cpython-36.pyc,,
django/contrib/sites/__pycache__/apps.cpython-36.pyc,,
django/contrib/sites/__pycache__/management.cpython-36.pyc,,
django/contrib/sites/__pycache__/managers.cpython-36.pyc,,
django/contrib/sites/__pycache__/middleware.cpython-36.pyc,,
django/contrib/sites/__pycache__/models.cpython-36.pyc,,
django/contrib/sites/__pycache__/requests.cpython-36.pyc,,
django/contrib/sites/__pycache__/shortcuts.cpython-36.pyc,,
django/contrib/sites/migrations/__pycache__/0001_initial.cpython-36.pyc,,
django/contrib/sites/migrations/__pycache__/0002_alter_domain_unique.cpython-36.pyc,,
django/contrib/sites/migrations/__pycache__/__init__.cpython-36.pyc,,
django/contrib/staticfiles/__pycache__/__init__.cpython-36.pyc,,
django/contrib/staticfiles/__pycache__/apps.cpython-36.pyc,,
django/contrib/staticfiles/__pycache__/finders.cpython-36.pyc,,
django/contrib/staticfiles/__pycache__/handlers.cpython-36.pyc,,
django/contrib/staticfiles/__pycache__/storage.cpython-36.pyc,,
django/contrib/staticfiles/__pycache__/testing.cpython-36.pyc,,
django/contrib/staticfiles/__pycache__/urls.cpython-36.pyc,,
django/contrib/staticfiles/__pycache__/utils.cpython-36.pyc,,
django/contrib/staticfiles/__pycache__/views.cpython-36.pyc,,
django/contrib/staticfiles/management/__pycache__/__init__.cpython-36.pyc,,
django/contrib/staticfiles/management/commands/__pycache__/__init__.cpython-36.pyc,,
django/contrib/staticfiles/management/commands/__pycache__/collectstatic.cpython-36.pyc,,
django/contrib/staticfiles/management/commands/__pycache__/findstatic.cpython-36.pyc,,
django/contrib/staticfiles/management/commands/__pycache__/runserver.cpython-36.pyc,,
django/contrib/staticfiles/templatetags/__pycache__/__init__.cpython-36.pyc,,
django/contrib/staticfiles/templatetags/__pycache__/staticfiles.cpython-36.pyc,,
django/contrib/syndication/__pycache__/__init__.cpython-36.pyc,,
django/contrib/syndication/__pycache__/apps.cpython-36.pyc,,
django/contrib/syndication/__pycache__/views.cpython-36.pyc,,
django/core/__pycache__/__init__.cpython-36.pyc,,
django/core/__pycache__/exceptions.cpython-36.pyc,,
django/core/__pycache__/paginator.cpython-36.pyc,,
django/core/__pycache__/signals.cpython-36.pyc,,
django/core/__pycache__/signing.cpython-36.pyc,,
django/core/__pycache__/urlresolvers.cpython-36.pyc,,
django/core/__pycache__/validators.cpython-36.pyc,,
django/core/__pycache__/wsgi.cpython-36.pyc,,
django/core/cache/__pycache__/__init__.cpython-36.pyc,,
django/core/cache/__pycache__/utils.cpython-36.pyc,,
django/core/cache/backends/__pycache__/__init__.cpython-36.pyc,,
django/core/cache/backends/__pycache__/base.cpython-36.pyc,,
django/core/cache/backends/__pycache__/db.cpython-36.pyc,,
django/core/cache/backends/__pycache__/dummy.cpython-36.pyc,,
django/core/cache/backends/__pycache__/filebased.cpython-36.pyc,,
django/core/cache/backends/__pycache__/locmem.cpython-36.pyc,,
django/core/cache/backends/__pycache__/memcached.cpython-36.pyc,,
django/core/checks/__pycache__/__init__.cpython-36.pyc,,
django/core/checks/__pycache__/caches.cpython-36.pyc,,
django/core/checks/__pycache__/database.cpython-36.pyc,,
django/core/checks/__pycache__/messages.cpython-36.pyc,,
django/core/checks/__pycache__/model_checks.cpython-36.pyc,,
django/core/checks/__pycache__/registry.cpython-36.pyc,,
django/core/checks/__pycache__/templates.cpython-36.pyc,,
django/core/checks/__pycache__/urls.cpython-36.pyc,,
django/core/checks/__pycache__/utils.cpython-36.pyc,,
django/core/checks/compatibility/__pycache__/__init__.cpython-36.pyc,,
django/core/checks/compatibility/__pycache__/django_1_10.cpython-36.pyc,,
django/core/checks/compatibility/__pycache__/django_1_8_0.cpython-36.pyc,,
django/core/checks/security/__pycache__/__init__.cpython-36.pyc,,
django/core/checks/security/__pycache__/base.cpython-36.pyc,,
django/core/checks/security/__pycache__/csrf.cpython-36.pyc,,
django/core/checks/security/__pycache__/sessions.cpython-36.pyc,,
django/core/files/__pycache__/__init__.cpython-36.pyc,,
django/core/files/__pycache__/base.cpython-36.pyc,,
django/core/files/__pycache__/images.cpython-36.pyc,,
django/core/files/__pycache__/locks.cpython-36.pyc,,
django/core/files/__pycache__/move.cpython-36.pyc,,
django/core/files/__pycache__/storage.cpython-36.pyc,,
django/core/files/__pycache__/temp.cpython-36.pyc,,
django/core/files/__pycache__/uploadedfile.cpython-36.pyc,,
django/core/files/__pycache__/uploadhandler.cpython-36.pyc,,
django/core/files/__pycache__/utils.cpython-36.pyc,,
django/core/handlers/__pycache__/__init__.cpython-36.pyc,,
django/core/handlers/__pycache__/base.cpython-36.pyc,,
django/core/handlers/__pycache__/exception.cpython-36.pyc,,
django/core/handlers/__pycache__/wsgi.cpython-36.pyc,,
django/core/mail/__pycache__/__init__.cpython-36.pyc,,
django/core/mail/__pycache__/message.cpython-36.pyc,,
django/core/mail/__pycache__/utils.cpython-36.pyc,,
django/core/mail/backends/__pycache__/__init__.cpython-36.pyc,,
django/core/mail/backends/__pycache__/base.cpython-36.pyc,,
django/core/mail/backends/__pycache__/console.cpython-36.pyc,,
django/core/mail/backends/__pycache__/dummy.cpython-36.pyc,,
django/core/mail/backends/__pycache__/filebased.cpython-36.pyc,,
django/core/mail/backends/__pycache__/locmem.cpython-36.pyc,,
django/core/mail/backends/__pycache__/smtp.cpython-36.pyc,,
django/core/management/__pycache__/__init__.cpython-36.pyc,,
django/core/management/__pycache__/base.cpython-36.pyc,,
django/core/management/__pycache__/color.cpython-36.pyc,,
django/core/management/__pycache__/sql.cpython-36.pyc,,
django/core/management/__pycache__/templates.cpython-36.pyc,,
django/core/management/__pycache__/utils.cpython-36.pyc,,
django/core/management/commands/__pycache__/__init__.cpython-36.pyc,,
django/core/management/commands/__pycache__/check.cpython-36.pyc,,
django/core/management/commands/__pycache__/compilemessages.cpython-36.pyc,,
django/core/management/commands/__pycache__/createcachetable.cpython-36.pyc,,
django/core/management/commands/__pycache__/dbshell.cpython-36.pyc,,
django/core/management/commands/__pycache__/diffsettings.cpython-36.pyc,,
django/core/management/commands/__pycache__/dumpdata.cpython-36.pyc,,
django/core/management/commands/__pycache__/flush.cpython-36.pyc,,
django/core/management/commands/__pycache__/inspectdb.cpython-36.pyc,,
django/core/management/commands/__pycache__/loaddata.cpython-36.pyc,,
django/core/management/commands/__pycache__/makemessages.cpython-36.pyc,,
django/core/management/commands/__pycache__/makemigrations.cpython-36.pyc,,
django/core/management/commands/__pycache__/migrate.cpython-36.pyc,,
django/core/management/commands/__pycache__/runserver.cpython-36.pyc,,
django/core/management/commands/__pycache__/sendtestemail.cpython-36.pyc,,
django/core/management/commands/__pycache__/shell.cpython-36.pyc,,
django/core/management/commands/__pycache__/showmigrations.cpython-36.pyc,,
django/core/management/commands/__pycache__/sqlflush.cpython-36.pyc,,
django/core/management/commands/__pycache__/sqlmigrate.cpython-36.pyc,,
django/core/management/commands/__pycache__/sqlsequencereset.cpython-36.pyc,,
django/core/management/commands/__pycache__/squashmigrations.cpython-36.pyc,,
django/core/management/commands/__pycache__/startapp.cpython-36.pyc,,
django/core/management/commands/__pycache__/startproject.cpython-36.pyc,,
django/core/management/commands/__pycache__/test.cpython-36.pyc,,
django/core/management/commands/__pycache__/testserver.cpython-36.pyc,,
django/core/serializers/__pycache__/__init__.cpython-36.pyc,,
django/core/serializers/__pycache__/base.cpython-36.pyc,,
django/core/serializers/__pycache__/json.cpython-36.pyc,,
django/core/serializers/__pycache__/python.cpython-36.pyc,,
django/core/serializers/__pycache__/pyyaml.cpython-36.pyc,,
django/core/serializers/__pycache__/xml_serializer.cpython-36.pyc,,
django/core/servers/__pycache__/__init__.cpython-36.pyc,,
django/core/servers/__pycache__/basehttp.cpython-36.pyc,,
django/db/__pycache__/__init__.cpython-36.pyc,,
django/db/__pycache__/transaction.cpython-36.pyc,,
django/db/__pycache__/utils.cpython-36.pyc,,
django/db/backends/__pycache__/__init__.cpython-36.pyc,,
django/db/backends/__pycache__/signals.cpython-36.pyc,,
django/db/backends/__pycache__/utils.cpython-36.pyc,,
django/db/backends/base/__pycache__/__init__.cpython-36.pyc,,
django/db/backends/base/__pycache__/base.cpython-36.pyc,,
django/db/backends/base/__pycache__/client.cpython-36.pyc,,
django/db/backends/base/__pycache__/creation.cpython-36.pyc,,
django/db/backends/base/__pycache__/features.cpython-36.pyc,,
django/db/backends/base/__pycache__/introspection.cpython-36.pyc,,
django/db/backends/base/__pycache__/operations.cpython-36.pyc,,
django/db/backends/base/__pycache__/schema.cpython-36.pyc,,
django/db/backends/base/__pycache__/validation.cpython-36.pyc,,
django/db/backends/dummy/__pycache__/__init__.cpython-36.pyc,,
django/db/backends/dummy/__pycache__/base.cpython-36.pyc,,
django/db/backends/dummy/__pycache__/features.cpython-36.pyc,,
django/db/backends/mysql/__pycache__/__init__.cpython-36.pyc,,
django/db/backends/mysql/__pycache__/base.cpython-36.pyc,,
django/db/backends/mysql/__pycache__/client.cpython-36.pyc,,
django/db/backends/mysql/__pycache__/compiler.cpython-36.pyc,,
django/db/backends/mysql/__pycache__/creation.cpython-36.pyc,,
django/db/backends/mysql/__pycache__/features.cpython-36.pyc,,
django/db/backends/mysql/__pycache__/introspection.cpython-36.pyc,,
django/db/backends/mysql/__pycache__/operations.cpython-36.pyc,,
django/db/backends/mysql/__pycache__/schema.cpython-36.pyc,,
django/db/backends/mysql/__pycache__/validation.cpython-36.pyc,,
django/db/backends/oracle/__pycache__/__init__.cpython-36.pyc,,
django/db/backends/oracle/__pycache__/base.cpython-36.pyc,,
django/db/backends/oracle/__pycache__/client.cpython-36.pyc,,
django/db/backends/oracle/__pycache__/compiler.cpython-36.pyc,,
django/db/backends/oracle/__pycache__/creation.cpython-36.pyc,,
django/db/backends/oracle/__pycache__/features.cpython-36.pyc,,
django/db/backends/oracle/__pycache__/functions.cpython-36.pyc,,
django/db/backends/oracle/__pycache__/introspection.cpython-36.pyc,,
django/db/backends/oracle/__pycache__/operations.cpython-36.pyc,,
django/db/backends/oracle/__pycache__/schema.cpython-36.pyc,,
django/db/backends/oracle/__pycache__/utils.cpython-36.pyc,,
django/db/backends/postgresql/__pycache__/__init__.cpython-36.pyc,,
django/db/backends/postgresql/__pycache__/base.cpython-36.pyc,,
django/db/backends/postgresql/__pycache__/client.cpython-36.pyc,,
django/db/backends/postgresql/__pycache__/creation.cpython-36.pyc,,
django/db/backends/postgresql/__pycache__/features.cpython-36.pyc,,
django/db/backends/postgresql/__pycache__/introspection.cpython-36.pyc,,
django/db/backends/postgresql/__pycache__/operations.cpython-36.pyc,,
django/db/backends/postgresql/__pycache__/schema.cpython-36.pyc,,
django/db/backends/postgresql/__pycache__/utils.cpython-36.pyc,,
django/db/backends/postgresql/__pycache__/version.cpython-36.pyc,,
django/db/backends/postgresql_psycopg2/__pycache__/__init__.cpython-36.pyc,,
django/db/backends/postgresql_psycopg2/__pycache__/base.cpython-36.pyc,,
django/db/backends/postgresql_psycopg2/__pycache__/client.cpython-36.pyc,,
django/db/backends/postgresql_psycopg2/__pycache__/creation.cpython-36.pyc,,
django/db/backends/postgresql_psycopg2/__pycache__/features.cpython-36.pyc,,
django/db/backends/postgresql_psycopg2/__pycache__/introspection.cpython-36.pyc,,
django/db/backends/postgresql_psycopg2/__pycache__/operations.cpython-36.pyc,,
django/db/backends/postgresql_psycopg2/__pycache__/schema.cpython-36.pyc,,
django/db/backends/postgresql_psycopg2/__pycache__/utils.cpython-36.pyc,,
django/db/backends/postgresql_psycopg2/__pycache__/version.cpython-36.pyc,,
django/db/backends/sqlite3/__pycache__/__init__.cpython-36.pyc,,
django/db/backends/sqlite3/__pycache__/base.cpython-36.pyc,,
django/db/backends/sqlite3/__pycache__/client.cpython-36.pyc,,
django/db/backends/sqlite3/__pycache__/creation.cpython-36.pyc,,
django/db/backends/sqlite3/__pycache__/features.cpython-36.pyc,,
django/db/backends/sqlite3/__pycache__/introspection.cpython-36.pyc,,
django/db/backends/sqlite3/__pycache__/operations.cpython-36.pyc,,
django/db/backends/sqlite3/__pycache__/schema.cpython-36.pyc,,
django/db/migrations/__pycache__/__init__.cpython-36.pyc,,
django/db/migrations/__pycache__/autodetector.cpython-36.pyc,,
django/db/migrations/__pycache__/exceptions.cpython-36.pyc,,
django/db/migrations/__pycache__/executor.cpython-36.pyc,,
django/db/migrations/__pycache__/graph.cpython-36.pyc,,
django/db/migrations/__pycache__/loader.cpython-36.pyc,,
django/db/migrations/__pycache__/migration.cpython-36.pyc,,
django/db/migrations/__pycache__/optimizer.cpython-36.pyc,,
django/db/migrations/__pycache__/questioner.cpython-36.pyc,,
django/db/migrations/__pycache__/recorder.cpython-36.pyc,,
django/db/migrations/__pycache__/serializer.cpython-36.pyc,,
django/db/migrations/__pycache__/state.cpython-36.pyc,,
django/db/migrations/__pycache__/topological_sort.cpython-36.pyc,,
django/db/migrations/__pycache__/utils.cpython-36.pyc,,
django/db/migrations/__pycache__/writer.cpython-36.pyc,,
django/db/migrations/operations/__pycache__/__init__.cpython-36.pyc,,
django/db/migrations/operations/__pycache__/base.cpython-36.pyc,,
django/db/migrations/operations/__pycache__/fields.cpython-36.pyc,,
django/db/migrations/operations/__pycache__/models.cpython-36.pyc,,
django/db/migrations/operations/__pycache__/special.cpython-36.pyc,,
django/db/models/__pycache__/__init__.cpython-36.pyc,,
django/db/models/__pycache__/aggregates.cpython-36.pyc,,
django/db/models/__pycache__/base.cpython-36.pyc,,
django/db/models/__pycache__/constants.cpython-36.pyc,,
django/db/models/__pycache__/deletion.cpython-36.pyc,,
django/db/models/__pycache__/expressions.cpython-36.pyc,,
django/db/models/__pycache__/indexes.cpython-36.pyc,,
django/db/models/__pycache__/lookups.cpython-36.pyc,,
django/db/models/__pycache__/manager.cpython-36.pyc,,
django/db/models/__pycache__/options.cpython-36.pyc,,
django/db/models/__pycache__/query.cpython-36.pyc,,
django/db/models/__pycache__/query_utils.cpython-36.pyc,,
django/db/models/__pycache__/signals.cpython-36.pyc,,
django/db/models/__pycache__/utils.cpython-36.pyc,,
django/db/models/fields/__pycache__/__init__.cpython-36.pyc,,
django/db/models/fields/__pycache__/files.cpython-36.pyc,,
django/db/models/fields/__pycache__/proxy.cpython-36.pyc,,
django/db/models/fields/__pycache__/related.cpython-36.pyc,,
django/db/models/fields/__pycache__/related_descriptors.cpython-36.pyc,,
django/db/models/fields/__pycache__/related_lookups.cpython-36.pyc,,
django/db/models/fields/__pycache__/reverse_related.cpython-36.pyc,,
django/db/models/functions/__pycache__/__init__.cpython-36.pyc,,
django/db/models/functions/__pycache__/base.cpython-36.pyc,,
django/db/models/functions/__pycache__/datetime.cpython-36.pyc,,
django/db/models/sql/__pycache__/__init__.cpython-36.pyc,,
django/db/models/sql/__pycache__/compiler.cpython-36.pyc,,
django/db/models/sql/__pycache__/constants.cpython-36.pyc,,
django/db/models/sql/__pycache__/datastructures.cpython-36.pyc,,
django/db/models/sql/__pycache__/query.cpython-36.pyc,,
django/db/models/sql/__pycache__/subqueries.cpython-36.pyc,,
django/db/models/sql/__pycache__/where.cpython-36.pyc,,
django/dispatch/__pycache__/__init__.cpython-36.pyc,,
django/dispatch/__pycache__/dispatcher.cpython-36.pyc,,
django/dispatch/__pycache__/weakref_backports.cpython-36.pyc,,
django/forms/__pycache__/__init__.cpython-36.pyc,,
django/forms/__pycache__/boundfield.cpython-36.pyc,,
django/forms/__pycache__/fields.cpython-36.pyc,,
django/forms/__pycache__/forms.cpython-36.pyc,,
django/forms/__pycache__/formsets.cpython-36.pyc,,
django/forms/__pycache__/models.cpython-36.pyc,,
django/forms/__pycache__/renderers.cpython-36.pyc,,
django/forms/__pycache__/utils.cpython-36.pyc,,
django/forms/__pycache__/widgets.cpython-36.pyc,,
django/forms/extras/__pycache__/__init__.cpython-36.pyc,,
django/forms/extras/__pycache__/widgets.cpython-36.pyc,,
django/http/__pycache__/__init__.cpython-36.pyc,,
django/http/__pycache__/cookie.cpython-36.pyc,,
django/http/__pycache__/multipartparser.cpython-36.pyc,,
django/http/__pycache__/request.cpython-36.pyc,,
django/http/__pycache__/response.cpython-36.pyc,,
django/middleware/__pycache__/__init__.cpython-36.pyc,,
django/middleware/__pycache__/cache.cpython-36.pyc,,
django/middleware/__pycache__/clickjacking.cpython-36.pyc,,
django/middleware/__pycache__/common.cpython-36.pyc,,
django/middleware/__pycache__/csrf.cpython-36.pyc,,
django/middleware/__pycache__/gzip.cpython-36.pyc,,
django/middleware/__pycache__/http.cpython-36.pyc,,
django/middleware/__pycache__/locale.cpython-36.pyc,,
django/middleware/__pycache__/security.cpython-36.pyc,,
django/template/__pycache__/__init__.cpython-36.pyc,,
django/template/__pycache__/base.cpython-36.pyc,,
django/template/__pycache__/context.cpython-36.pyc,,
django/template/__pycache__/context_processors.cpython-36.pyc,,
django/template/__pycache__/defaultfilters.cpython-36.pyc,,
django/template/__pycache__/defaulttags.cpython-36.pyc,,
django/template/__pycache__/engine.cpython-36.pyc,,
django/template/__pycache__/exceptions.cpython-36.pyc,,
django/template/__pycache__/library.cpython-36.pyc,,
django/template/__pycache__/loader.cpython-36.pyc,,
django/template/__pycache__/loader_tags.cpython-36.pyc,,
django/template/__pycache__/response.cpython-36.pyc,,
django/template/__pycache__/smartif.cpython-36.pyc,,
django/template/__pycache__/utils.cpython-36.pyc,,
django/template/backends/__pycache__/__init__.cpython-36.pyc,,
django/template/backends/__pycache__/base.cpython-36.pyc,,
django/template/backends/__pycache__/django.cpython-36.pyc,,
django/template/backends/__pycache__/dummy.cpython-36.pyc,,
django/template/backends/__pycache__/jinja2.cpython-36.pyc,,
django/template/backends/__pycache__/utils.cpython-36.pyc,,
django/template/loaders/__pycache__/__init__.cpython-36.pyc,,
django/template/loaders/__pycache__/app_directories.cpython-36.pyc,,
django/template/loaders/__pycache__/base.cpython-36.pyc,,
django/template/loaders/__pycache__/cached.cpython-36.pyc,,
django/template/loaders/__pycache__/eggs.cpython-36.pyc,,
django/template/loaders/__pycache__/filesystem.cpython-36.pyc,,
django/template/loaders/__pycache__/locmem.cpython-36.pyc,,
django/templatetags/__pycache__/__init__.cpython-36.pyc,,
django/templatetags/__pycache__/cache.cpython-36.pyc,,
django/templatetags/__pycache__/i18n.cpython-36.pyc,,
django/templatetags/__pycache__/l10n.cpython-36.pyc,,
django/templatetags/__pycache__/static.cpython-36.pyc,,
django/templatetags/__pycache__/tz.cpython-36.pyc,,
django/test/__pycache__/__init__.cpython-36.pyc,,
django/test/__pycache__/client.cpython-36.pyc,,
django/test/__pycache__/html.cpython-36.pyc,,
django/test/__pycache__/runner.cpython-36.pyc,,
django/test/__pycache__/selenium.cpython-36.pyc,,
django/test/__pycache__/signals.cpython-36.pyc,,
django/test/__pycache__/testcases.cpython-36.pyc,,
django/test/__pycache__/utils.cpython-36.pyc,,
django/urls/__pycache__/__init__.cpython-36.pyc,,
django/urls/__pycache__/base.cpython-36.pyc,,
django/urls/__pycache__/exceptions.cpython-36.pyc,,
django/urls/__pycache__/resolvers.cpython-36.pyc,,
django/urls/__pycache__/utils.cpython-36.pyc,,
django/utils/__pycache__/__init__.cpython-36.pyc,,
django/utils/__pycache__/_os.cpython-36.pyc,,
django/utils/__pycache__/archive.cpython-36.pyc,,
django/utils/__pycache__/autoreload.cpython-36.pyc,,
django/utils/__pycache__/baseconv.cpython-36.pyc,,
django/utils/__pycache__/cache.cpython-36.pyc,,
django/utils/__pycache__/crypto.cpython-36.pyc,,
django/utils/__pycache__/datastructures.cpython-36.pyc,,
django/utils/__pycache__/dateformat.cpython-36.pyc,,
django/utils/__pycache__/dateparse.cpython-36.pyc,,
django/utils/__pycache__/dates.cpython-36.pyc,,
django/utils/__pycache__/datetime_safe.cpython-36.pyc,,
django/utils/__pycache__/deconstruct.cpython-36.pyc,,
django/utils/__pycache__/decorators.cpython-36.pyc,,
django/utils/__pycache__/deprecation.cpython-36.pyc,,
django/utils/__pycache__/duration.cpython-36.pyc,,
django/utils/__pycache__/encoding.cpython-36.pyc,,
django/utils/__pycache__/feedgenerator.cpython-36.pyc,,
django/utils/__pycache__/formats.cpython-36.pyc,,
django/utils/__pycache__/functional.cpython-36.pyc,,
django/utils/__pycache__/glob.cpython-36.pyc,,
django/utils/__pycache__/html.cpython-36.pyc,,
django/utils/__pycache__/html_parser.cpython-36.pyc,,
django/utils/__pycache__/http.cpython-36.pyc,,
django/utils/__pycache__/inspect.cpython-36.pyc,,
django/utils/__pycache__/ipv6.cpython-36.pyc,,
django/utils/__pycache__/itercompat.cpython-36.pyc,,
django/utils/__pycache__/jslex.cpython-36.pyc,,
django/utils/__pycache__/log.cpython-36.pyc,,
django/utils/__pycache__/lorem_ipsum.cpython-36.pyc,,
django/utils/__pycache__/lru_cache.cpython-36.pyc,,
django/utils/__pycache__/module_loading.cpython-36.pyc,,
django/utils/__pycache__/numberformat.cpython-36.pyc,,
django/utils/__pycache__/regex_helper.cpython-36.pyc,,
django/utils/__pycache__/safestring.cpython-36.pyc,,
django/utils/__pycache__/six.cpython-36.pyc,,
django/utils/__pycache__/synch.cpython-36.pyc,,
django/utils/__pycache__/termcolors.cpython-36.pyc,,
django/utils/__pycache__/text.cpython-36.pyc,,
django/utils/__pycache__/timesince.cpython-36.pyc,,
django/utils/__pycache__/timezone.cpython-36.pyc,,
django/utils/__pycache__/tree.cpython-36.pyc,,
django/utils/__pycache__/version.cpython-36.pyc,,
django/utils/__pycache__/xmlutils.cpython-36.pyc,,
django/utils/translation/__pycache__/__init__.cpython-36.pyc,,
django/utils/translation/__pycache__/template.cpython-36.pyc,,
django/utils/translation/__pycache__/trans_null.cpython-36.pyc,,
django/utils/translation/__pycache__/trans_real.cpython-36.pyc,,
django/views/__pycache__/__init__.cpython-36.pyc,,
django/views/__pycache__/csrf.cpython-36.pyc,,
django/views/__pycache__/debug.cpython-36.pyc,,
django/views/__pycache__/defaults.cpython-36.pyc,,
django/views/__pycache__/i18n.cpython-36.pyc,,
django/views/__pycache__/static.cpython-36.pyc,,
django/views/decorators/__pycache__/__init__.cpython-36.pyc,,
django/views/decorators/__pycache__/cache.cpython-36.pyc,,
django/views/decorators/__pycache__/clickjacking.cpython-36.pyc,,
django/views/decorators/__pycache__/csrf.cpython-36.pyc,,
django/views/decorators/__pycache__/debug.cpython-36.pyc,,
django/views/decorators/__pycache__/gzip.cpython-36.pyc,,
django/views/decorators/__pycache__/http.cpython-36.pyc,,
django/views/decorators/__pycache__/vary.cpython-36.pyc,,
django/views/generic/__pycache__/__init__.cpython-36.pyc,,
django/views/generic/__pycache__/base.cpython-36.pyc,,
django/views/generic/__pycache__/dates.cpython-36.pyc,,
django/views/generic/__pycache__/detail.cpython-36.pyc,,
django/views/generic/__pycache__/edit.cpython-36.pyc,,
django/views/generic/__pycache__/list.cpython-36.pyc,,
../../../bin/__pycache__/django-admin.cpython-36.pyc,,
Wheel-Version: 1.0
Generator: bdist_wheel (0.29.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any
from __future__ import unicode_literals
from django.utils.version import get_version
VERSION = (1, 11, 0, 'final', 1)
__version__ = get_version(VERSION)
def setup(set_prefix=True):
"""
Configure the settings (this happens as a side effect of accessing the
first setting), configure logging and populate the app registry.
Set the thread-local urlresolvers script prefix if `set_prefix` is True.
"""
from django.apps import apps
from django.conf import settings
from django.urls import set_script_prefix
from django.utils.encoding import force_text
from django.utils.log import configure_logging
configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
if set_prefix:
set_script_prefix(
'/' if settings.FORCE_SCRIPT_NAME is None else force_text(settings.FORCE_SCRIPT_NAME)
)
apps.populate(settings.INSTALLED_APPS)
"""
Invokes django-admin when the django module is run as a script.
Example: python -m django check
"""
from django.core import management
if __name__ == "__main__":
management.execute_from_command_line()
from .config import AppConfig
from .registry import apps
__all__ = ['AppConfig', 'apps']
import os
from importlib import import_module
from django.core.exceptions import ImproperlyConfigured
from django.utils._os import upath
from django.utils.module_loading import module_has_submodule
MODELS_MODULE_NAME = 'models'
class AppConfig(object):
"""
Class representing a Django application and its configuration.
"""
def __init__(self, app_name, app_module):
# Full Python path to the application eg. 'django.contrib.admin'.
self.name = app_name
# Root module for the application eg. <module 'django.contrib.admin'
# from 'django/contrib/admin/__init__.pyc'>.
self.module = app_module
# Reference to the Apps registry that holds this AppConfig. Set by the
# registry when it registers the AppConfig instance.
self.apps = None
# The following attributes could be defined at the class level in a
# subclass, hence the test-and-set pattern.
# Last component of the Python path to the application eg. 'admin'.
# This value must be unique across a Django project.
if not hasattr(self, 'label'):
self.label = app_name.rpartition(".")[2]
# Human-readable name for the application eg. "Admin".
if not hasattr(self, 'verbose_name'):
self.verbose_name = self.label.title()
# Filesystem path to the application directory eg.
# u'/usr/lib/python2.7/dist-packages/django/contrib/admin'. Unicode on
# Python 2 and a str on Python 3.
if not hasattr(self, 'path'):
self.path = self._path_from_module(app_module)
# Module containing models eg. <module 'django.contrib.admin.models'
# from 'django/contrib/admin/models.pyc'>. Set by import_models().
# None if the application doesn't have a models module.
self.models_module = None
# Mapping of lower case model names to model classes. Initially set to
# None to prevent accidental access before import_models() runs.
self.models = None
def __repr__(self):
return '<%s: %s>' % (self.__class__.__name__, self.label)
def _path_from_module(self, module):
"""Attempt to determine app's filesystem path from its module."""
# See #21874 for extended discussion of the behavior of this method in
# various cases.
# Convert paths to list because Python 3's _NamespacePath does not
# support indexing.
paths = list(getattr(module, '__path__', []))
if len(paths) != 1:
filename = getattr(module, '__file__', None)
if filename is not None:
paths = [os.path.dirname(filename)]
else:
# For unknown reasons, sometimes the list returned by __path__
# contains duplicates that must be removed (#25246).
paths = list(set(paths))
if len(paths) > 1:
raise ImproperlyConfigured(
"The app module %r has multiple filesystem locations (%r); "
"you must configure this app with an AppConfig subclass "
"with a 'path' class attribute." % (module, paths))
elif not paths:
raise ImproperlyConfigured(
"The app module %r has no filesystem location, "
"you must configure this app with an AppConfig subclass "
"with a 'path' class attribute." % (module,))
return upath(paths[0])
@classmethod
def create(cls, entry):
"""
Factory that creates an app config from an entry in INSTALLED_APPS.
"""
try:
# If import_module succeeds, entry is a path to an app module,
# which may specify an app config class with default_app_config.
# Otherwise, entry is a path to an app config class or an error.
module = import_module(entry)
except ImportError:
# Track that importing as an app module failed. If importing as an
# app config class fails too, we'll trigger the ImportError again.
module = None
mod_path, _, cls_name = entry.rpartition('.')
# Raise the original exception when entry cannot be a path to an
# app config class.
if not mod_path:
raise
else:
try:
# If this works, the app module specifies an app config class.
entry = module.default_app_config
except AttributeError:
# Otherwise, it simply uses the default app config class.
return cls(entry, module)
else:
mod_path, _, cls_name = entry.rpartition('.')
# If we're reaching this point, we must attempt to load the app config
# class located at <mod_path>.<cls_name>
mod = import_module(mod_path)
try:
cls = getattr(mod, cls_name)
except AttributeError:
if module is None:
# If importing as an app module failed, that error probably
# contains the most informative traceback. Trigger it again.
import_module(entry)
else:
raise
# Check for obvious errors. (This check prevents duck typing, but
# it could be removed if it became a problem in practice.)
if not issubclass(cls, AppConfig):
raise ImproperlyConfigured(
"'%s' isn't a subclass of AppConfig." % entry)
# Obtain app name here rather than in AppClass.__init__ to keep
# all error checking for entries in INSTALLED_APPS in one place.
try:
app_name = cls.name
except AttributeError:
raise ImproperlyConfigured(
"'%s' must supply a name attribute." % entry)
# Ensure app_name points to a valid module.
try:
app_module = import_module(app_name)
except ImportError:
raise ImproperlyConfigured(
"Cannot import '%s'. Check that '%s.%s.name' is correct." % (
app_name, mod_path, cls_name,
)
)
# Entry is a path to an app config class.
return cls(app_name, app_module)
def get_model(self, model_name, require_ready=True):
"""
Returns the model with the given case-insensitive model_name.
Raises LookupError if no model exists with this name.
"""
if require_ready:
self.apps.check_models_ready()
else:
self.apps.check_apps_ready()
try:
return self.models[model_name.lower()]
except KeyError:
raise LookupError(
"App '%s' doesn't have a '%s' model." % (self.label, model_name))
def get_models(self, include_auto_created=False, include_swapped=False):
"""
Returns an iterable of models.
By default, the following models aren't included:
- auto-created models for many-to-many relations without
an explicit intermediate table,
- models that have been swapped out.
Set the corresponding keyword argument to True to include such models.
Keyword arguments aren't documented; they're a private API.
"""
self.apps.check_models_ready()
for model in self.models.values():
if model._meta.auto_created and not include_auto_created:
continue
if model._meta.swapped and not include_swapped:
continue
yield model
def import_models(self):
# Dictionary of models for this app, primarily maintained in the
# 'all_models' attribute of the Apps this AppConfig is attached to.
self.models = self.apps.all_models[self.label]
if module_has_submodule(self.module, MODELS_MODULE_NAME):
models_module_name = '%s.%s' % (self.name, MODELS_MODULE_NAME)
self.models_module = import_module(models_module_name)
def ready(self):
"""
Override this method in subclasses to run code when Django starts.
"""
import sys
import threading
import warnings
from collections import Counter, OrderedDict, defaultdict
from functools import partial
from django.core.exceptions import AppRegistryNotReady, ImproperlyConfigured
from django.utils import lru_cache
from .config import AppConfig
class Apps(object):
"""
A registry that stores the configuration of installed applications.
It also keeps track of models eg. to provide reverse-relations.
"""
def __init__(self, installed_apps=()):
# installed_apps is set to None when creating the master registry
# because it cannot be populated at that point. Other registries must
# provide a list of installed apps and are populated immediately.
if installed_apps is None and hasattr(sys.modules[__name__], 'apps'):
raise RuntimeError("You must supply an installed_apps argument.")
# Mapping of app labels => model names => model classes. Every time a
# model is imported, ModelBase.__new__ calls apps.register_model which
# creates an entry in all_models. All imported models are registered,
# regardless of whether they're defined in an installed application
# and whether the registry has been populated. Since it isn't possible
# to reimport a module safely (it could reexecute initialization code)
# all_models is never overridden or reset.
self.all_models = defaultdict(OrderedDict)
# Mapping of labels to AppConfig instances for installed apps.
self.app_configs = OrderedDict()
# Stack of app_configs. Used to store the current state in
# set_available_apps and set_installed_apps.
self.stored_app_configs = []
# Whether the registry is populated.
self.apps_ready = self.models_ready = self.ready = False
# Lock for thread-safe population.
self._lock = threading.Lock()
# Maps ("app_label", "modelname") tuples to lists of functions to be
# called when the corresponding model is ready. Used by this class's
# `lazy_model_operation()` and `do_pending_operations()` methods.
self._pending_operations = defaultdict(list)
# Populate apps and models, unless it's the master registry.
if installed_apps is not None:
self.populate(installed_apps)
def populate(self, installed_apps=None):
"""
Loads application configurations and models.
This method imports each application module and then each model module.
It is thread safe and idempotent, but not reentrant.
"""
if self.ready:
return
# populate() might be called by two threads in parallel on servers
# that create threads before initializing the WSGI callable.
with self._lock:
if self.ready:
return
# app_config should be pristine, otherwise the code below won't
# guarantee that the order matches the order in INSTALLED_APPS.
if self.app_configs:
raise RuntimeError("populate() isn't reentrant")
# Phase 1: initialize app configs and import app modules.
for entry in installed_apps:
if isinstance(entry, AppConfig):
app_config = entry
else:
app_config = AppConfig.create(entry)
if app_config.label in self.app_configs:
raise ImproperlyConfigured(
"Application labels aren't unique, "
"duplicates: %s" % app_config.label)
self.app_configs[app_config.label] = app_config
app_config.apps = self
# Check for duplicate app names.
counts = Counter(
app_config.name for app_config in self.app_configs.values())
duplicates = [
name for name, count in counts.most_common() if count > 1]
if duplicates:
raise ImproperlyConfigured(
"Application names aren't unique, "
"duplicates: %s" % ", ".join(duplicates))
self.apps_ready = True
# Phase 2: import models modules.
for app_config in self.app_configs.values():
app_config.import_models()
self.clear_cache()
self.models_ready = True
# Phase 3: run ready() methods of app configs.
for app_config in self.get_app_configs():
app_config.ready()
self.ready = True
def check_apps_ready(self):
"""
Raises an exception if all apps haven't been imported yet.
"""
if not self.apps_ready:
raise AppRegistryNotReady("Apps aren't loaded yet.")
def check_models_ready(self):
"""
Raises an exception if all models haven't been imported yet.
"""
if not self.models_ready:
raise AppRegistryNotReady("Models aren't loaded yet.")
def get_app_configs(self):
"""
Imports applications and returns an iterable of app configs.
"""
self.check_apps_ready()
return self.app_configs.values()
def get_app_config(self, app_label):
"""
Imports applications and returns an app config for the given label.
Raises LookupError if no application exists with this label.
"""
self.check_apps_ready()
try:
return self.app_configs[app_label]
except KeyError:
message = "No installed app with label '%s'." % app_label
for app_config in self.get_app_configs():
if app_config.name == app_label:
message += " Did you mean '%s'?" % app_config.label
break
raise LookupError(message)
# This method is performance-critical at least for Django's test suite.
@lru_cache.lru_cache(maxsize=None)
def get_models(self, include_auto_created=False, include_swapped=False):
"""
Returns a list of all installed models.
By default, the following models aren't included:
- auto-created models for many-to-many relations without
an explicit intermediate table,
- models that have been swapped out.
Set the corresponding keyword argument to True to include such models.
"""
self.check_models_ready()
result = []
for app_config in self.app_configs.values():
result.extend(list(app_config.get_models(include_auto_created, include_swapped)))
return result
def get_model(self, app_label, model_name=None, require_ready=True):
"""
Returns the model matching the given app_label and model_name.
As a shortcut, this function also accepts a single argument in the
form <app_label>.<model_name>.
model_name is case-insensitive.
Raises LookupError if no application exists with this label, or no
model exists with this name in the application. Raises ValueError if
called with a single argument that doesn't contain exactly one dot.
"""
if require_ready:
self.check_models_ready()
else:
self.check_apps_ready()
if model_name is None:
app_label, model_name = app_label.split('.')
app_config = self.get_app_config(app_label)
if not require_ready and app_config.models is None:
app_config.import_models()
return app_config.get_model(model_name, require_ready=require_ready)
def register_model(self, app_label, model):
# Since this method is called when models are imported, it cannot
# perform imports because of the risk of import loops. It mustn't
# call get_app_config().
model_name = model._meta.model_name
app_models = self.all_models[app_label]
if model_name in app_models:
if (model.__name__ == app_models[model_name].__name__ and
model.__module__ == app_models[model_name].__module__):
warnings.warn(
"Model '%s.%s' was already registered. "
"Reloading models is not advised as it can lead to inconsistencies, "
"most notably with related models." % (app_label, model_name),
RuntimeWarning, stacklevel=2)
else:
raise RuntimeError(
"Conflicting '%s' models in application '%s': %s and %s." %
(model_name, app_label, app_models[model_name], model))
app_models[model_name] = model
self.do_pending_operations(model)
self.clear_cache()
def is_installed(self, app_name):
"""
Checks whether an application with this name exists in the registry.
app_name is the full name of the app eg. 'django.contrib.admin'.
"""
self.check_apps_ready()
return any(ac.name == app_name for ac in self.app_configs.values())
def get_containing_app_config(self, object_name):
"""
Look for an app config containing a given object.
object_name is the dotted Python path to the object.
Returns the app config for the inner application in case of nesting.
Returns None if the object isn't in any registered app config.
"""
self.check_apps_ready()
candidates = []
for app_config in self.app_configs.values():
if object_name.startswith(app_config.name):
subpath = object_name[len(app_config.name):]
if subpath == '' or subpath[0] == '.':
candidates.append(app_config)
if candidates:
return sorted(candidates, key=lambda ac: -len(ac.name))[0]
def get_registered_model(self, app_label, model_name):
"""
Similar to get_model(), but doesn't require that an app exists with
the given app_label.
It's safe to call this method at import time, even while the registry
is being populated.
"""
model = self.all_models[app_label].get(model_name.lower())
if model is None:
raise LookupError(
"Model '%s.%s' not registered." % (app_label, model_name))
return model
@lru_cache.lru_cache(maxsize=None)
def get_swappable_settings_name(self, to_string):
"""
For a given model string (e.g. "auth.User"), return the name of the
corresponding settings name if it refers to a swappable model. If the
referred model is not swappable, return None.
This method is decorated with lru_cache because it's performance
critical when it comes to migrations. Since the swappable settings don't
change after Django has loaded the settings, there is no reason to get
the respective settings attribute over and over again.
"""
for model in self.get_models(include_swapped=True):
swapped = model._meta.swapped
# Is this model swapped out for the model given by to_string?
if swapped and swapped == to_string:
return model._meta.swappable
# Is this model swappable and the one given by to_string?
if model._meta.swappable and model._meta.label == to_string:
return model._meta.swappable
return None
def set_available_apps(self, available):
"""
Restricts the set of installed apps used by get_app_config[s].
available must be an iterable of application names.
set_available_apps() must be balanced with unset_available_apps().
Primarily used for performance optimization in TransactionTestCase.
This method is safe is the sense that it doesn't trigger any imports.
"""
available = set(available)
installed = set(app_config.name for app_config in self.get_app_configs())
if not available.issubset(installed):
raise ValueError(
"Available apps isn't a subset of installed apps, extra apps: %s"
% ", ".join(available - installed)
)
self.stored_app_configs.append(self.app_configs)
self.app_configs = OrderedDict(
(label, app_config)
for label, app_config in self.app_configs.items()
if app_config.name in available)
self.clear_cache()
def unset_available_apps(self):
"""
Cancels a previous call to set_available_apps().
"""
self.app_configs = self.stored_app_configs.pop()
self.clear_cache()
def set_installed_apps(self, installed):
"""
Enables a different set of installed apps for get_app_config[s].
installed must be an iterable in the same format as INSTALLED_APPS.
set_installed_apps() must be balanced with unset_installed_apps(),
even if it exits with an exception.
Primarily used as a receiver of the setting_changed signal in tests.
This method may trigger new imports, which may add new models to the
registry of all imported models. They will stay in the registry even
after unset_installed_apps(). Since it isn't possible to replay
imports safely (eg. that could lead to registering listeners twice),
models are registered when they're imported and never removed.
"""
if not self.ready:
raise AppRegistryNotReady("App registry isn't ready yet.")
self.stored_app_configs.append(self.app_configs)
self.app_configs = OrderedDict()
self.apps_ready = self.models_ready = self.ready = False
self.clear_cache()
self.populate(installed)
def unset_installed_apps(self):
"""
Cancels a previous call to set_installed_apps().
"""
self.app_configs = self.stored_app_configs.pop()
self.apps_ready = self.models_ready = self.ready = True
self.clear_cache()
def clear_cache(self):
"""
Clears all internal caches, for methods that alter the app registry.
This is mostly used in tests.
"""
# Call expire cache on each model. This will purge
# the relation tree and the fields cache.
self.get_models.cache_clear()
if self.ready:
# Circumvent self.get_models() to prevent that the cache is refilled.
# This particularly prevents that an empty value is cached while cloning.
for app_config in self.app_configs.values():
for model in app_config.get_models(include_auto_created=True):
model._meta._expire_cache()
def lazy_model_operation(self, function, *model_keys):
"""
Take a function and a number of ("app_label", "modelname") tuples, and
when all the corresponding models have been imported and registered,
call the function with the model classes as its arguments.
The function passed to this method must accept exactly n models as
arguments, where n=len(model_keys).
"""
# Base case: no arguments, just execute the function.
if not model_keys:
function()
# Recursive case: take the head of model_keys, wait for the
# corresponding model class to be imported and registered, then apply
# that argument to the supplied function. Pass the resulting partial
# to lazy_model_operation() along with the remaining model args and
# repeat until all models are loaded and all arguments are applied.
else:
next_model, more_models = model_keys[0], model_keys[1:]
# This will be executed after the class corresponding to next_model
# has been imported and registered. The `func` attribute provides
# duck-type compatibility with partials.
def apply_next_model(model):
next_function = partial(apply_next_model.func, model)
self.lazy_model_operation(next_function, *more_models)
apply_next_model.func = function
# If the model has already been imported and registered, partially
# apply it to the function now. If not, add it to the list of
# pending operations for the model, where it will be executed with
# the model class as its sole argument once the model is ready.
try:
model_class = self.get_registered_model(*next_model)
except LookupError:
self._pending_operations[next_model].append(apply_next_model)
else:
apply_next_model(model_class)
def do_pending_operations(self, model):
"""
Take a newly-prepared model and pass it to each function waiting for
it. This is called at the very end of `Apps.register_model()`.
"""
key = model._meta.app_label, model._meta.model_name
for function in self._pending_operations.pop(key, []):
function(model)
apps = Apps(installed_apps=None)
#!/usr/bin/env python
from django.core import management
if __name__ == "__main__":
management.execute_from_command_line()
"""
Settings and configuration for Django.
Values will be read from the module specified by the DJANGO_SETTINGS_MODULE environment
variable, and then from django.conf.global_settings; see the global settings file for
a list of all possible variables.
"""
import importlib
import os
import time
from django.conf import global_settings
from django.core.exceptions import ImproperlyConfigured
from django.utils.functional import LazyObject, empty
ENVIRONMENT_VARIABLE = "DJANGO_SETTINGS_MODULE"
class LazySettings(LazyObject):
"""
A lazy proxy for either global Django settings or a custom settings object.
The user can manually configure settings prior to using them. Otherwise,
Django uses the settings module pointed to by DJANGO_SETTINGS_MODULE.
"""
def _setup(self, name=None):
"""
Load the settings module pointed to by the environment variable. This
is used the first time we need any settings at all, if the user has not
previously configured the settings manually.
"""
settings_module = os.environ.get(ENVIRONMENT_VARIABLE)
if not settings_module:
desc = ("setting %s" % name) if name else "settings"
raise ImproperlyConfigured(
"Requested %s, but settings are not configured. "
"You must either define the environment variable %s "
"or call settings.configure() before accessing settings."
% (desc, ENVIRONMENT_VARIABLE))
self._wrapped = Settings(settings_module)
def __repr__(self):
# Hardcode the class name as otherwise it yields 'Settings'.
if self._wrapped is empty:
return '<LazySettings [Unevaluated]>'
return '<LazySettings "%(settings_module)s">' % {
'settings_module': self._wrapped.SETTINGS_MODULE,
}
def __getattr__(self, name):
"""
Return the value of a setting and cache it in self.__dict__.
"""
if self._wrapped is empty:
self._setup(name)
val = getattr(self._wrapped, name)
self.__dict__[name] = val
return val
def __setattr__(self, name, value):
"""
Set the value of setting. Clear all cached values if _wrapped changes
(@override_settings does this) or clear single values when set.
"""
if name == '_wrapped':
self.__dict__.clear()
else:
self.__dict__.pop(name, None)
super(LazySettings, self).__setattr__(name, value)
def __delattr__(self, name):
"""
Delete a setting and clear it from cache if needed.
"""
super(LazySettings, self).__delattr__(name)
self.__dict__.pop(name, None)
def configure(self, default_settings=global_settings, **options):
"""
Called to manually configure the settings. The 'default_settings'
parameter sets where to retrieve any unspecified values from (its
argument must support attribute access (__getattr__)).
"""
if self._wrapped is not empty:
raise RuntimeError('Settings already configured.')
holder = UserSettingsHolder(default_settings)
for name, value in options.items():
setattr(holder, name, value)
self._wrapped = holder
@property
def configured(self):
"""
Returns True if the settings have already been configured.
"""
return self._wrapped is not empty
class Settings(object):
def __init__(self, settings_module):
# update this dict from global settings (but only for ALL_CAPS settings)
for setting in dir(global_settings):
if setting.isupper():
setattr(self, setting, getattr(global_settings, setting))
# store the settings module in case someone later cares
self.SETTINGS_MODULE = settings_module
mod = importlib.import_module(self.SETTINGS_MODULE)
tuple_settings = (
"INSTALLED_APPS",
"TEMPLATE_DIRS",
"LOCALE_PATHS",
)
self._explicit_settings = set()
for setting in dir(mod):
if setting.isupper():
setting_value = getattr(mod, setting)
if (setting in tuple_settings and
not isinstance(setting_value, (list, tuple))):
raise ImproperlyConfigured("The %s setting must be a list or a tuple. " % setting)
setattr(self, setting, setting_value)
self._explicit_settings.add(setting)
if not self.SECRET_KEY:
raise ImproperlyConfigured("The SECRET_KEY setting must not be empty.")
if hasattr(time, 'tzset') and self.TIME_ZONE:
# When we can, attempt to validate the timezone. If we can't find
# this file, no check happens and it's harmless.
zoneinfo_root = '/usr/share/zoneinfo'
if (os.path.exists(zoneinfo_root) and not
os.path.exists(os.path.join(zoneinfo_root, *(self.TIME_ZONE.split('/'))))):
raise ValueError("Incorrect timezone setting: %s" % self.TIME_ZONE)
# Move the time zone info into os.environ. See ticket #2315 for why
# we don't do this unconditionally (breaks Windows).
os.environ['TZ'] = self.TIME_ZONE
time.tzset()
def is_overridden(self, setting):
return setting in self._explicit_settings
def __repr__(self):
return '<%(cls)s "%(settings_module)s">' % {
'cls': self.__class__.__name__,
'settings_module': self.SETTINGS_MODULE,
}
class UserSettingsHolder(object):
"""
Holder for user configured settings.
"""
# SETTINGS_MODULE doesn't make much sense in the manually configured
# (standalone) case.
SETTINGS_MODULE = None
def __init__(self, default_settings):
"""
Requests for configuration variables not in this class are satisfied
from the module specified in default_settings (if possible).
"""
self.__dict__['_deleted'] = set()
self.default_settings = default_settings
def __getattr__(self, name):
if name in self._deleted:
raise AttributeError
return getattr(self.default_settings, name)
def __setattr__(self, name, value):
self._deleted.discard(name)
super(UserSettingsHolder, self).__setattr__(name, value)
def __delattr__(self, name):
self._deleted.add(name)
if hasattr(self, name):
super(UserSettingsHolder, self).__delattr__(name)
def __dir__(self):
return sorted(
s for s in list(self.__dict__) + dir(self.default_settings)
if s not in self._deleted
)
def is_overridden(self, setting):
deleted = (setting in self._deleted)
set_locally = (setting in self.__dict__)
set_on_default = getattr(self.default_settings, 'is_overridden', lambda s: False)(setting)
return (deleted or set_locally or set_on_default)
def __repr__(self):
return '<%(cls)s>' % {
'cls': self.__class__.__name__,
}
settings = LazySettings()
{{ unicode_literals }}from django.contrib import admin
# Register your models here.
{{ unicode_literals }}from django.apps import AppConfig
class {{ camel_case_app_name }}Config(AppConfig):
name = '{{ app_name }}'
{{ unicode_literals }}from django.db import models
# Create your models here.
{{ unicode_literals }}from django.test import TestCase
# Create your tests here.
{{ unicode_literals }}from django.shortcuts import render
# Create your views here.
# -*- coding: utf-8 -*-
"""
Default Django settings. Override these with settings in the module pointed to
by the DJANGO_SETTINGS_MODULE environment variable.
"""
from __future__ import unicode_literals
# This is defined here as a do-nothing function because we can't import
# django.utils.translation -- that module depends on the settings.
def gettext_noop(s):
return s
####################
# CORE #
####################
DEBUG = False
# Whether the framework should propagate raw exceptions rather than catching
# them. This is useful under some testing situations and should never be used
# on a live site.
DEBUG_PROPAGATE_EXCEPTIONS = False
# Whether to use the "ETag" header. This saves bandwidth but slows down performance.
# Deprecated (RemovedInDjango21Warning) in favor of ConditionalGetMiddleware
# which sets the ETag regardless of this setting.
USE_ETAGS = False
# People who get code error notifications.
# In the format [('Full Name', 'email@example.com'), ('Full Name', 'anotheremail@example.com')]
ADMINS = []
# List of IP addresses, as strings, that:
# * See debug comments, when DEBUG is true
# * Receive x-headers
INTERNAL_IPS = []
# Hosts/domain names that are valid for this site.
# "*" matches anything, ".example.com" matches example.com and all subdomains
ALLOWED_HOSTS = []
# Local time zone for this installation. All choices can be found here:
# https://en.wikipedia.org/wiki/List_of_tz_zones_by_name (although not all
# systems may support all possibilities). When USE_TZ is True, this is
# interpreted as the default user time zone.
TIME_ZONE = 'America/Chicago'
# If you set this to True, Django will use timezone-aware datetimes.
USE_TZ = False
# Language code for this installation. All choices can be found here:
# http://www.i18nguy.com/unicode/language-identifiers.html
LANGUAGE_CODE = 'en-us'
# Languages we provide translations for, out of the box.
LANGUAGES = [
('af', gettext_noop('Afrikaans')),
('ar', gettext_noop('Arabic')),
('ast', gettext_noop('Asturian')),
('az', gettext_noop('Azerbaijani')),
('bg', gettext_noop('Bulgarian')),
('be', gettext_noop('Belarusian')),
('bn', gettext_noop('Bengali')),
('br', gettext_noop('Breton')),
('bs', gettext_noop('Bosnian')),
('ca', gettext_noop('Catalan')),
('cs', gettext_noop('Czech')),
('cy', gettext_noop('Welsh')),
('da', gettext_noop('Danish')),
('de', gettext_noop('German')),
('dsb', gettext_noop('Lower Sorbian')),
('el', gettext_noop('Greek')),
('en', gettext_noop('English')),
('en-au', gettext_noop('Australian English')),
('en-gb', gettext_noop('British English')),
('eo', gettext_noop('Esperanto')),
('es', gettext_noop('Spanish')),
('es-ar', gettext_noop('Argentinian Spanish')),
('es-co', gettext_noop('Colombian Spanish')),
('es-mx', gettext_noop('Mexican Spanish')),
('es-ni', gettext_noop('Nicaraguan Spanish')),
('es-ve', gettext_noop('Venezuelan Spanish')),
('et', gettext_noop('Estonian')),
('eu', gettext_noop('Basque')),
('fa', gettext_noop('Persian')),
('fi', gettext_noop('Finnish')),
('fr', gettext_noop('French')),
('fy', gettext_noop('Frisian')),
('ga', gettext_noop('Irish')),
('gd', gettext_noop('Scottish Gaelic')),
('gl', gettext_noop('Galician')),
('he', gettext_noop('Hebrew')),
('hi', gettext_noop('Hindi')),
('hr', gettext_noop('Croatian')),
('hsb', gettext_noop('Upper Sorbian')),
('hu', gettext_noop('Hungarian')),
('ia', gettext_noop('Interlingua')),
('id', gettext_noop('Indonesian')),
('io', gettext_noop('Ido')),
('is', gettext_noop('Icelandic')),
('it', gettext_noop('Italian')),
('ja', gettext_noop('Japanese')),
('ka', gettext_noop('Georgian')),
('kk', gettext_noop('Kazakh')),
('km', gettext_noop('Khmer')),
('kn', gettext_noop('Kannada')),
('ko', gettext_noop('Korean')),
('lb', gettext_noop('Luxembourgish')),
('lt', gettext_noop('Lithuanian')),
('lv', gettext_noop('Latvian')),
('mk', gettext_noop('Macedonian')),
('ml', gettext_noop('Malayalam')),
('mn', gettext_noop('Mongolian')),
('mr', gettext_noop('Marathi')),
('my', gettext_noop('Burmese')),
('nb', gettext_noop('Norwegian Bokmål')),
('ne', gettext_noop('Nepali')),
('nl', gettext_noop('Dutch')),
('nn', gettext_noop('Norwegian Nynorsk')),
('os', gettext_noop('Ossetic')),
('pa', gettext_noop('Punjabi')),
('pl', gettext_noop('Polish')),
('pt', gettext_noop('Portuguese')),
('pt-br', gettext_noop('Brazilian Portuguese')),
('ro', gettext_noop('Romanian')),
('ru', gettext_noop('Russian')),
('sk', gettext_noop('Slovak')),
('sl', gettext_noop('Slovenian')),
('sq', gettext_noop('Albanian')),
('sr', gettext_noop('Serbian')),
('sr-latn', gettext_noop('Serbian Latin')),
('sv', gettext_noop('Swedish')),
('sw', gettext_noop('Swahili')),
('ta', gettext_noop('Tamil')),
('te', gettext_noop('Telugu')),
('th', gettext_noop('Thai')),
('tr', gettext_noop('Turkish')),
('tt', gettext_noop('Tatar')),
('udm', gettext_noop('Udmurt')),
('uk', gettext_noop('Ukrainian')),
('ur', gettext_noop('Urdu')),
('vi', gettext_noop('Vietnamese')),
('zh-hans', gettext_noop('Simplified Chinese')),
('zh-hant', gettext_noop('Traditional Chinese')),
]
# Languages using BiDi (right-to-left) layout
LANGUAGES_BIDI = ["he", "ar", "fa", "ur"]
# If you set this to False, Django will make some optimizations so as not
# to load the internationalization machinery.
USE_I18N = True
LOCALE_PATHS = []
# Settings for language cookie
LANGUAGE_COOKIE_NAME = 'django_language'
LANGUAGE_COOKIE_AGE = None
LANGUAGE_COOKIE_DOMAIN = None
LANGUAGE_COOKIE_PATH = '/'
# If you set this to True, Django will format dates, numbers and calendars
# according to user current locale.
USE_L10N = False
# Not-necessarily-technical managers of the site. They get broken link
# notifications and other various emails.
MANAGERS = ADMINS
# Default content type and charset to use for all HttpResponse objects, if a
# MIME type isn't manually specified. These are used to construct the
# Content-Type header.
DEFAULT_CONTENT_TYPE = 'text/html'
DEFAULT_CHARSET = 'utf-8'
# Encoding of files read from disk (template and initial SQL files).
FILE_CHARSET = 'utf-8'
# Email address that error messages come from.
SERVER_EMAIL = 'root@localhost'
# Database connection info. If left empty, will default to the dummy backend.
DATABASES = {}
# Classes used to implement DB routing behavior.
DATABASE_ROUTERS = []
# The email backend to use. For possible shortcuts see django.core.mail.
# The default is to use the SMTP backend.
# Third-party backends can be specified by providing a Python path
# to a module that defines an EmailBackend class.
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
# Host for sending email.
EMAIL_HOST = 'localhost'
# Port for sending email.
EMAIL_PORT = 25
# Whether to send SMTP 'Date' header in the local time zone or in UTC.
EMAIL_USE_LOCALTIME = False
# Optional SMTP authentication information for EMAIL_HOST.
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
EMAIL_USE_TLS = False
EMAIL_USE_SSL = False
EMAIL_SSL_CERTFILE = None
EMAIL_SSL_KEYFILE = None
EMAIL_TIMEOUT = None
# List of strings representing installed apps.
INSTALLED_APPS = []
TEMPLATES = []
# Default form rendering class.
FORM_RENDERER = 'django.forms.renderers.DjangoTemplates'
# Default email address to use for various automated correspondence from
# the site managers.
DEFAULT_FROM_EMAIL = 'webmaster@localhost'
# Subject-line prefix for email messages send with django.core.mail.mail_admins
# or ...mail_managers. Make sure to include the trailing space.
EMAIL_SUBJECT_PREFIX = '[Django] '
# Whether to append trailing slashes to URLs.
APPEND_SLASH = True
# Whether to prepend the "www." subdomain to URLs that don't have it.
PREPEND_WWW = False
# Override the server-derived value of SCRIPT_NAME
FORCE_SCRIPT_NAME = None
# List of compiled regular expression objects representing User-Agent strings
# that are not allowed to visit any page, systemwide. Use this for bad
# robots/crawlers. Here are a few examples:
# import re
# DISALLOWED_USER_AGENTS = [
# re.compile(r'^NaverBot.*'),
# re.compile(r'^EmailSiphon.*'),
# re.compile(r'^SiteSucker.*'),
# re.compile(r'^sohu-search')
# ]
DISALLOWED_USER_AGENTS = []
ABSOLUTE_URL_OVERRIDES = {}
# List of compiled regular expression objects representing URLs that need not
# be reported by BrokenLinkEmailsMiddleware. Here are a few examples:
# import re
# IGNORABLE_404_URLS = [
# re.compile(r'^/apple-touch-icon.*\.png$'),
# re.compile(r'^/favicon.ico$),
# re.compile(r'^/robots.txt$),
# re.compile(r'^/phpmyadmin/),
# re.compile(r'\.(cgi|php|pl)$'),
# ]
IGNORABLE_404_URLS = []
# A secret key for this particular Django installation. Used in secret-key
# hashing algorithms. Set this in your settings, or Django will complain
# loudly.
SECRET_KEY = ''
# Default file storage mechanism that holds media.
DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'
# Absolute filesystem path to the directory that will hold user-uploaded files.
# Example: "/var/www/example.com/media/"
MEDIA_ROOT = ''
# URL that handles the media served from MEDIA_ROOT.
# Examples: "http://example.com/media/", "http://media.example.com/"
MEDIA_URL = ''
# Absolute path to the directory static files should be collected to.
# Example: "/var/www/example.com/static/"
STATIC_ROOT = None
# URL that handles the static files served from STATIC_ROOT.
# Example: "http://example.com/static/", "http://static.example.com/"
STATIC_URL = None
# List of upload handler classes to be applied in order.
FILE_UPLOAD_HANDLERS = [
'django.core.files.uploadhandler.MemoryFileUploadHandler',
'django.core.files.uploadhandler.TemporaryFileUploadHandler',
]
# Maximum size, in bytes, of a request before it will be streamed to the
# file system instead of into memory.
FILE_UPLOAD_MAX_MEMORY_SIZE = 2621440 # i.e. 2.5 MB
# Maximum size in bytes of request data (excluding file uploads) that will be
# read before a SuspiciousOperation (RequestDataTooBig) is raised.
DATA_UPLOAD_MAX_MEMORY_SIZE = 2621440 # i.e. 2.5 MB
# Maximum number of GET/POST parameters that will be read before a
# SuspiciousOperation (TooManyFieldsSent) is raised.
DATA_UPLOAD_MAX_NUMBER_FIELDS = 1000
# Directory in which upload streamed files will be temporarily saved. A value of
# `None` will make Django use the operating system's default temporary directory
# (i.e. "/tmp" on *nix systems).
FILE_UPLOAD_TEMP_DIR = None
# The numeric mode to set newly-uploaded files to. The value should be a mode
# you'd pass directly to os.chmod; see https://docs.python.org/3/library/os.html#files-and-directories.
FILE_UPLOAD_PERMISSIONS = None
# The numeric mode to assign to newly-created directories, when uploading files.
# The value should be a mode as you'd pass to os.chmod;
# see https://docs.python.org/3/library/os.html#files-and-directories.
FILE_UPLOAD_DIRECTORY_PERMISSIONS = None
# Python module path where user will place custom format definition.
# The directory where this setting is pointing should contain subdirectories
# named as the locales, containing a formats.py file
# (i.e. "myproject.locale" for myproject/locale/en/formats.py etc. use)
FORMAT_MODULE_PATH = None
# Default formatting for date objects. See all available format strings here:
# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT = 'N j, Y'
# Default formatting for datetime objects. See all available format strings here:
# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATETIME_FORMAT = 'N j, Y, P'
# Default formatting for time objects. See all available format strings here:
# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
TIME_FORMAT = 'P'
# Default formatting for date objects when only the year and month are relevant.
# See all available format strings here:
# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
YEAR_MONTH_FORMAT = 'F Y'
# Default formatting for date objects when only the month and day are relevant.
# See all available format strings here:
# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
MONTH_DAY_FORMAT = 'F j'
# Default short formatting for date objects. See all available format strings here:
# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
SHORT_DATE_FORMAT = 'm/d/Y'
# Default short formatting for datetime objects.
# See all available format strings here:
# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
SHORT_DATETIME_FORMAT = 'm/d/Y P'
# Default formats to be used when parsing dates from input boxes, in order
# See all available format string here:
# http://docs.python.org/library/datetime.html#strftime-behavior
# * Note that these format strings are different from the ones to display dates
DATE_INPUT_FORMATS = [
'%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', # '2006-10-25', '10/25/2006', '10/25/06'
'%b %d %Y', '%b %d, %Y', # 'Oct 25 2006', 'Oct 25, 2006'
'%d %b %Y', '%d %b, %Y', # '25 Oct 2006', '25 Oct, 2006'
'%B %d %Y', '%B %d, %Y', # 'October 25 2006', 'October 25, 2006'
'%d %B %Y', '%d %B, %Y', # '25 October 2006', '25 October, 2006'
]
# Default formats to be used when parsing times from input boxes, in order
# See all available format string here:
# http://docs.python.org/library/datetime.html#strftime-behavior
# * Note that these format strings are different from the ones to display dates
TIME_INPUT_FORMATS = [
'%H:%M:%S', # '14:30:59'
'%H:%M:%S.%f', # '14:30:59.000200'
'%H:%M', # '14:30'
]
# Default formats to be used when parsing dates and times from input boxes,
# in order
# See all available format string here:
# http://docs.python.org/library/datetime.html#strftime-behavior
# * Note that these format strings are different from the ones to display dates
DATETIME_INPUT_FORMATS = [
'%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59'
'%Y-%m-%d %H:%M:%S.%f', # '2006-10-25 14:30:59.000200'
'%Y-%m-%d %H:%M', # '2006-10-25 14:30'
'%Y-%m-%d', # '2006-10-25'
'%m/%d/%Y %H:%M:%S', # '10/25/2006 14:30:59'
'%m/%d/%Y %H:%M:%S.%f', # '10/25/2006 14:30:59.000200'
'%m/%d/%Y %H:%M', # '10/25/2006 14:30'
'%m/%d/%Y', # '10/25/2006'
'%m/%d/%y %H:%M:%S', # '10/25/06 14:30:59'
'%m/%d/%y %H:%M:%S.%f', # '10/25/06 14:30:59.000200'
'%m/%d/%y %H:%M', # '10/25/06 14:30'
'%m/%d/%y', # '10/25/06'
]
# First day of week, to be used on calendars
# 0 means Sunday, 1 means Monday...
FIRST_DAY_OF_WEEK = 0
# Decimal separator symbol
DECIMAL_SEPARATOR = '.'
# Boolean that sets whether to add thousand separator when formatting numbers
USE_THOUSAND_SEPARATOR = False
# Number of digits that will be together, when splitting them by
# THOUSAND_SEPARATOR. 0 means no grouping, 3 means splitting by thousands...
NUMBER_GROUPING = 0
# Thousand separator symbol
THOUSAND_SEPARATOR = ','
# The tablespaces to use for each model when not specified otherwise.
DEFAULT_TABLESPACE = ''
DEFAULT_INDEX_TABLESPACE = ''
# Default X-Frame-Options header value
X_FRAME_OPTIONS = 'SAMEORIGIN'
USE_X_FORWARDED_HOST = False
USE_X_FORWARDED_PORT = False
# The Python dotted path to the WSGI application that Django's internal server
# (runserver) will use. If `None`, the return value of
# 'django.core.wsgi.get_wsgi_application' is used, thus preserving the same
# behavior as previous versions of Django. Otherwise this should point to an
# actual WSGI application object.
WSGI_APPLICATION = None
# If your Django app is behind a proxy that sets a header to specify secure
# connections, AND that proxy ensures that user-submitted headers with the
# same name are ignored (so that people can't spoof it), set this value to
# a tuple of (header_name, header_value). For any requests that come in with
# that header/value, request.is_secure() will return True.
# WARNING! Only set this if you fully understand what you're doing. Otherwise,
# you may be opening yourself up to a security risk.
SECURE_PROXY_SSL_HEADER = None
##############
# MIDDLEWARE #
##############
# List of middleware to use. Order is important; in the request phase, these
# middleware will be applied in the order given, and in the response
# phase the middleware will be applied in reverse order.
MIDDLEWARE_CLASSES = [
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
]
MIDDLEWARE = None
############
# SESSIONS #
############
# Cache to store session data if using the cache session backend.
SESSION_CACHE_ALIAS = 'default'
# Cookie name. This can be whatever you want.
SESSION_COOKIE_NAME = 'sessionid'
# Age of cookie, in seconds (default: 2 weeks).
SESSION_COOKIE_AGE = 60 * 60 * 24 * 7 * 2
# A string like ".example.com", or None for standard domain cookie.
SESSION_COOKIE_DOMAIN = None
# Whether the session cookie should be secure (https:// only).
SESSION_COOKIE_SECURE = False
# The path of the session cookie.
SESSION_COOKIE_PATH = '/'
# Whether to use the non-RFC standard httpOnly flag (IE, FF3+, others)
SESSION_COOKIE_HTTPONLY = True
# Whether to save the session data on every request.
SESSION_SAVE_EVERY_REQUEST = False
# Whether a user's session cookie expires when the Web browser is closed.
SESSION_EXPIRE_AT_BROWSER_CLOSE = False
# The module to store session data
SESSION_ENGINE = 'django.contrib.sessions.backends.db'
# Directory to store session files if using the file session module. If None,
# the backend will use a sensible default.
SESSION_FILE_PATH = None
# class to serialize session data
SESSION_SERIALIZER = 'django.contrib.sessions.serializers.JSONSerializer'
#########
# CACHE #
#########
# The cache backends to use.
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
}
}
CACHE_MIDDLEWARE_KEY_PREFIX = ''
CACHE_MIDDLEWARE_SECONDS = 600
CACHE_MIDDLEWARE_ALIAS = 'default'
##################
# AUTHENTICATION #
##################
AUTH_USER_MODEL = 'auth.User'
AUTHENTICATION_BACKENDS = ['django.contrib.auth.backends.ModelBackend']
LOGIN_URL = '/accounts/login/'
LOGIN_REDIRECT_URL = '/accounts/profile/'
LOGOUT_REDIRECT_URL = None
# The number of days a password reset link is valid for
PASSWORD_RESET_TIMEOUT_DAYS = 3
# the first hasher in this list is the preferred algorithm. any
# password using different algorithms will be converted automatically
# upon login
PASSWORD_HASHERS = [
'django.contrib.auth.hashers.PBKDF2PasswordHasher',
'django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher',
'django.contrib.auth.hashers.Argon2PasswordHasher',
'django.contrib.auth.hashers.BCryptSHA256PasswordHasher',
'django.contrib.auth.hashers.BCryptPasswordHasher',
]
AUTH_PASSWORD_VALIDATORS = []
###########
# SIGNING #
###########
SIGNING_BACKEND = 'django.core.signing.TimestampSigner'
########
# CSRF #
########
# Dotted path to callable to be used as view when a request is
# rejected by the CSRF middleware.
CSRF_FAILURE_VIEW = 'django.views.csrf.csrf_failure'
# Settings for CSRF cookie.
CSRF_COOKIE_NAME = 'csrftoken'
CSRF_COOKIE_AGE = 60 * 60 * 24 * 7 * 52
CSRF_COOKIE_DOMAIN = None
CSRF_COOKIE_PATH = '/'
CSRF_COOKIE_SECURE = False
CSRF_COOKIE_HTTPONLY = False
CSRF_HEADER_NAME = 'HTTP_X_CSRFTOKEN'
CSRF_TRUSTED_ORIGINS = []
CSRF_USE_SESSIONS = False
############
# MESSAGES #
############
# Class to use as messages backend
MESSAGE_STORAGE = 'django.contrib.messages.storage.fallback.FallbackStorage'
# Default values of MESSAGE_LEVEL and MESSAGE_TAGS are defined within
# django.contrib.messages to avoid imports in this settings file.
###########
# LOGGING #
###########
# The callable to use to configure logging
LOGGING_CONFIG = 'logging.config.dictConfig'
# Custom logging configuration.
LOGGING = {}
# Default exception reporter filter class used in case none has been
# specifically assigned to the HttpRequest instance.
DEFAULT_EXCEPTION_REPORTER_FILTER = 'django.views.debug.SafeExceptionReporterFilter'
###########
# TESTING #
###########
# The name of the class to use to run the test suite
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
# Apps that don't need to be serialized at test database creation time
# (only apps with migrations are to start with)
TEST_NON_SERIALIZED_APPS = []
############
# FIXTURES #
############
# The list of directories to search for fixtures
FIXTURE_DIRS = []
###############
# STATICFILES #
###############
# A list of locations of additional static files
STATICFILES_DIRS = []
# The default file storage backend used during the build process
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'
# List of finder classes that know how to find static files in
# various locations.
STATICFILES_FINDERS = [
'django.contrib.staticfiles.finders.FileSystemFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
# 'django.contrib.staticfiles.finders.DefaultStorageFinder',
]
##############
# MIGRATIONS #
##############
# Migration module overrides for apps, by app label.
MIGRATION_MODULES = {}
#################
# SYSTEM CHECKS #
#################
# List of all issues generated by system checks that should be silenced. Light
# issues like warnings, infos or debugs will not generate a message. Silencing
# serious issues like errors and criticals does not result in hiding the
# message, but Django will not stop you from e.g. running server.
SILENCED_SYSTEM_CHECKS = []
#######################
# SECURITY MIDDLEWARE #
#######################
SECURE_BROWSER_XSS_FILTER = False
SECURE_CONTENT_TYPE_NOSNIFF = False
SECURE_HSTS_INCLUDE_SUBDOMAINS = False
SECURE_HSTS_PRELOAD = False
SECURE_HSTS_SECONDS = 0
SECURE_REDIRECT_EXEMPT = []
SECURE_SSL_HOST = None
SECURE_SSL_REDIRECT = False
# -*- encoding: utf-8 -*-
from __future__ import unicode_literals
"""
LANG_INFO is a dictionary structure to provide meta information about languages.
About name_local: capitalize it as if your language name was appearing
inside a sentence in your language.
The 'fallback' key can be used to specify a special fallback logic which doesn't
follow the traditional 'fr-ca' -> 'fr' fallback logic.
"""
LANG_INFO = {
'af': {
'bidi': False,
'code': 'af',
'name': 'Afrikaans',
'name_local': 'Afrikaans',
},
'ar': {
'bidi': True,
'code': 'ar',
'name': 'Arabic',
'name_local': 'العربيّة',
},
'ast': {
'bidi': False,
'code': 'ast',
'name': 'Asturian',
'name_local': 'asturianu',
},
'az': {
'bidi': True,
'code': 'az',
'name': 'Azerbaijani',
'name_local': 'Azərbaycanca',
},
'be': {
'bidi': False,
'code': 'be',
'name': 'Belarusian',
'name_local': 'беларуская',
},
'bg': {
'bidi': False,
'code': 'bg',
'name': 'Bulgarian',
'name_local': 'български',
},
'bn': {
'bidi': False,
'code': 'bn',
'name': 'Bengali',
'name_local': 'বাংলা',
},
'br': {
'bidi': False,
'code': 'br',
'name': 'Breton',
'name_local': 'brezhoneg',
},
'bs': {
'bidi': False,
'code': 'bs',
'name': 'Bosnian',
'name_local': 'bosanski',
},
'ca': {
'bidi': False,
'code': 'ca',
'name': 'Catalan',
'name_local': 'català',
},
'cs': {
'bidi': False,
'code': 'cs',
'name': 'Czech',
'name_local': 'česky',
},
'cy': {
'bidi': False,
'code': 'cy',
'name': 'Welsh',
'name_local': 'Cymraeg',
},
'da': {
'bidi': False,
'code': 'da',
'name': 'Danish',
'name_local': 'dansk',
},
'de': {
'bidi': False,
'code': 'de',
'name': 'German',
'name_local': 'Deutsch',
},
'dsb': {
'bidi': False,
'code': 'dsb',
'name': 'Lower Sorbian',
'name_local': 'dolnoserbski',
},
'el': {
'bidi': False,
'code': 'el',
'name': 'Greek',
'name_local': 'Ελληνικά',
},
'en': {
'bidi': False,
'code': 'en',
'name': 'English',
'name_local': 'English',
},
'en-au': {
'bidi': False,
'code': 'en-au',
'name': 'Australian English',
'name_local': 'Australian English',
},
'en-gb': {
'bidi': False,
'code': 'en-gb',
'name': 'British English',
'name_local': 'British English',
},
'eo': {
'bidi': False,
'code': 'eo',
'name': 'Esperanto',
'name_local': 'Esperanto',
},
'es': {
'bidi': False,
'code': 'es',
'name': 'Spanish',
'name_local': 'español',
},
'es-ar': {
'bidi': False,
'code': 'es-ar',
'name': 'Argentinian Spanish',
'name_local': 'español de Argentina',
},
'es-co': {
'bidi': False,
'code': 'es-co',
'name': 'Colombian Spanish',
'name_local': 'español de Colombia',
},
'es-mx': {
'bidi': False,
'code': 'es-mx',
'name': 'Mexican Spanish',
'name_local': 'español de Mexico',
},
'es-ni': {
'bidi': False,
'code': 'es-ni',
'name': 'Nicaraguan Spanish',
'name_local': 'español de Nicaragua',
},
'es-ve': {
'bidi': False,
'code': 'es-ve',
'name': 'Venezuelan Spanish',
'name_local': 'español de Venezuela',
},
'et': {
'bidi': False,
'code': 'et',
'name': 'Estonian',
'name_local': 'eesti',
},
'eu': {
'bidi': False,
'code': 'eu',
'name': 'Basque',
'name_local': 'Basque',
},
'fa': {
'bidi': True,
'code': 'fa',
'name': 'Persian',
'name_local': 'فارسی',
},
'fi': {
'bidi': False,
'code': 'fi',
'name': 'Finnish',
'name_local': 'suomi',
},
'fr': {
'bidi': False,
'code': 'fr',
'name': 'French',
'name_local': 'français',
},
'fy': {
'bidi': False,
'code': 'fy',
'name': 'Frisian',
'name_local': 'frysk',
},
'ga': {
'bidi': False,
'code': 'ga',
'name': 'Irish',
'name_local': 'Gaeilge',
},
'gd': {
'bidi': False,
'code': 'gd',
'name': 'Scottish Gaelic',
'name_local': 'Gàidhlig',
},
'gl': {
'bidi': False,
'code': 'gl',
'name': 'Galician',
'name_local': 'galego',
},
'he': {
'bidi': True,
'code': 'he',
'name': 'Hebrew',
'name_local': 'עברית',
},
'hi': {
'bidi': False,
'code': 'hi',
'name': 'Hindi',
'name_local': 'Hindi',
},
'hr': {
'bidi': False,
'code': 'hr',
'name': 'Croatian',
'name_local': 'Hrvatski',
},
'hsb': {
'bidi': False,
'code': 'hsb',
'name': 'Upper Sorbian',
'name_local': 'hornjoserbsce',
},
'hu': {
'bidi': False,
'code': 'hu',
'name': 'Hungarian',
'name_local': 'Magyar',
},
'ia': {
'bidi': False,
'code': 'ia',
'name': 'Interlingua',
'name_local': 'Interlingua',
},
'io': {
'bidi': False,
'code': 'io',
'name': 'Ido',
'name_local': 'ido',
},
'id': {
'bidi': False,
'code': 'id',
'name': 'Indonesian',
'name_local': 'Bahasa Indonesia',
},
'is': {
'bidi': False,
'code': 'is',
'name': 'Icelandic',
'name_local': 'Íslenska',
},
'it': {
'bidi': False,
'code': 'it',
'name': 'Italian',
'name_local': 'italiano',
},
'ja': {
'bidi': False,
'code': 'ja',
'name': 'Japanese',
'name_local': '日本語',
},
'ka': {
'bidi': False,
'code': 'ka',
'name': 'Georgian',
'name_local': 'ქართული',
},
'kk': {
'bidi': False,
'code': 'kk',
'name': 'Kazakh',
'name_local': 'Қазақ',
},
'km': {
'bidi': False,
'code': 'km',
'name': 'Khmer',
'name_local': 'Khmer',
},
'kn': {
'bidi': False,
'code': 'kn',
'name': 'Kannada',
'name_local': 'Kannada',
},
'ko': {
'bidi': False,
'code': 'ko',
'name': 'Korean',
'name_local': '한국어',
},
'lb': {
'bidi': False,
'code': 'lb',
'name': 'Luxembourgish',
'name_local': 'Lëtzebuergesch',
},
'lt': {
'bidi': False,
'code': 'lt',
'name': 'Lithuanian',
'name_local': 'Lietuviškai',
},
'lv': {
'bidi': False,
'code': 'lv',
'name': 'Latvian',
'name_local': 'latviešu',
},
'mk': {
'bidi': False,
'code': 'mk',
'name': 'Macedonian',
'name_local': 'Македонски',
},
'ml': {
'bidi': False,
'code': 'ml',
'name': 'Malayalam',
'name_local': 'Malayalam',
},
'mn': {
'bidi': False,
'code': 'mn',
'name': 'Mongolian',
'name_local': 'Mongolian',
},
'mr': {
'bidi': False,
'code': 'mr',
'name': 'Marathi',
'name_local': 'मराठी',
},
'my': {
'bidi': False,
'code': 'my',
'name': 'Burmese',
'name_local': 'မြန်မာဘာသာ',
},
'nb': {
'bidi': False,
'code': 'nb',
'name': 'Norwegian Bokmal',
'name_local': 'norsk (bokmål)',
},
'ne': {
'bidi': False,
'code': 'ne',
'name': 'Nepali',
'name_local': 'नेपाली',
},
'nl': {
'bidi': False,
'code': 'nl',
'name': 'Dutch',
'name_local': 'Nederlands',
},
'nn': {
'bidi': False,
'code': 'nn',
'name': 'Norwegian Nynorsk',
'name_local': 'norsk (nynorsk)',
},
'no': {
'bidi': False,
'code': 'no',
'name': 'Norwegian',
'name_local': 'norsk',
},
'os': {
'bidi': False,
'code': 'os',
'name': 'Ossetic',
'name_local': 'Ирон',
},
'pa': {
'bidi': False,
'code': 'pa',
'name': 'Punjabi',
'name_local': 'Punjabi',
},
'pl': {
'bidi': False,
'code': 'pl',
'name': 'Polish',
'name_local': 'polski',
},
'pt': {
'bidi': False,
'code': 'pt',
'name': 'Portuguese',
'name_local': 'Português',
},
'pt-br': {
'bidi': False,
'code': 'pt-br',
'name': 'Brazilian Portuguese',
'name_local': 'Português Brasileiro',
},
'ro': {
'bidi': False,
'code': 'ro',
'name': 'Romanian',
'name_local': 'Română',
},
'ru': {
'bidi': False,
'code': 'ru',
'name': 'Russian',
'name_local': 'Русский',
},
'sk': {
'bidi': False,
'code': 'sk',
'name': 'Slovak',
'name_local': 'Slovensky',
},
'sl': {
'bidi': False,
'code': 'sl',
'name': 'Slovenian',
'name_local': 'Slovenščina',
},
'sq': {
'bidi': False,
'code': 'sq',
'name': 'Albanian',
'name_local': 'shqip',
},
'sr': {
'bidi': False,
'code': 'sr',
'name': 'Serbian',
'name_local': 'српски',
},
'sr-latn': {
'bidi': False,
'code': 'sr-latn',
'name': 'Serbian Latin',
'name_local': 'srpski (latinica)',
},
'sv': {
'bidi': False,
'code': 'sv',
'name': 'Swedish',
'name_local': 'svenska',
},
'sw': {
'bidi': False,
'code': 'sw',
'name': 'Swahili',
'name_local': 'Kiswahili',
},
'ta': {
'bidi': False,
'code': 'ta',
'name': 'Tamil',
'name_local': 'தமிழ்',
},
'te': {
'bidi': False,
'code': 'te',
'name': 'Telugu',
'name_local': 'తెలుగు',
},
'th': {
'bidi': False,
'code': 'th',
'name': 'Thai',
'name_local': 'ภาษาไทย',
},
'tr': {
'bidi': False,
'code': 'tr',
'name': 'Turkish',
'name_local': 'Türkçe',
},
'tt': {
'bidi': False,
'code': 'tt',
'name': 'Tatar',
'name_local': 'Татарча',
},
'udm': {
'bidi': False,
'code': 'udm',
'name': 'Udmurt',
'name_local': 'Удмурт',
},
'uk': {
'bidi': False,
'code': 'uk',
'name': 'Ukrainian',
'name_local': 'Українська',
},
'ur': {
'bidi': True,
'code': 'ur',
'name': 'Urdu',
'name_local': 'اردو',
},
'vi': {
'bidi': False,
'code': 'vi',
'name': 'Vietnamese',
'name_local': 'Tiếng Việt',
},
'zh-cn': {
'fallback': ['zh-hans'],
},
'zh-hans': {
'bidi': False,
'code': 'zh-hans',
'name': 'Simplified Chinese',
'name_local': '简体中文',
},
'zh-hant': {
'bidi': False,
'code': 'zh-hant',
'name': 'Traditional Chinese',
'name_local': '繁體中文',
},
'zh-hk': {
'fallback': ['zh-hant'],
},
'zh-mo': {
'fallback': ['zh-hant'],
},
'zh-my': {
'fallback': ['zh-hans'],
},
'zh-sg': {
'fallback': ['zh-hans'],
},
'zh-tw': {
'fallback': ['zh-hant'],
},
}
# This file is distributed under the same license as the Django package.
#
# Translators:
# Stephen Cox <stephencoxmail@gmail.com>, 2011-2012
# unklphil <villiers.strauss@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Afrikaans (http://www.transifex.com/django/django/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 "Afrikaans"
msgstr "Afrikaans"
msgid "Arabic"
msgstr "Arabies"
msgid "Asturian"
msgstr ""
msgid "Azerbaijani"
msgstr "Aserbeidjans"
msgid "Bulgarian"
msgstr "Bulgaars"
msgid "Belarusian"
msgstr "Wit-Russies"
msgid "Bengali"
msgstr "Bengali"
msgid "Breton"
msgstr "Bretons"
msgid "Bosnian"
msgstr "Bosnies"
msgid "Catalan"
msgstr "Katalaans"
msgid "Czech"
msgstr "Tsjeggies"
msgid "Welsh"
msgstr "Welsh"
msgid "Danish"
msgstr "Deens"
msgid "German"
msgstr "Duits"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "Grieks"
msgid "English"
msgstr "Engels"
msgid "Australian English"
msgstr "Australiese Engels"
msgid "British English"
msgstr "Britse Engels"
msgid "Esperanto"
msgstr "Esperanto"
msgid "Spanish"
msgstr "Spaans"
msgid "Argentinian Spanish"
msgstr "Argentynse Spaans"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Meksikaanse Spaans"
msgid "Nicaraguan Spanish"
msgstr "Nicaraguaanse Spaans"
msgid "Venezuelan Spanish"
msgstr "Venezolaanse Spaans"
msgid "Estonian"
msgstr "Estnies"
msgid "Basque"
msgstr "Baskies"
msgid "Persian"
msgstr "Persies"
msgid "Finnish"
msgstr "Fins"
msgid "French"
msgstr "Fraans"
msgid "Frisian"
msgstr "Fries"
msgid "Irish"
msgstr "Iers"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Galicies"
msgid "Hebrew"
msgstr "Hebreeus"
msgid "Hindi"
msgstr "Hindoe"
msgid "Croatian"
msgstr "Kroaties"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "Hongaars"
msgid "Interlingua"
msgstr "Interlingua"
msgid "Indonesian"
msgstr "Indonesies"
msgid "Ido"
msgstr ""
msgid "Icelandic"
msgstr "Yslands"
msgid "Italian"
msgstr "Italiaans"
msgid "Japanese"
msgstr "Japannees"
msgid "Georgian"
msgstr "Georgian"
msgid "Kazakh"
msgstr "Kazakh"
msgid "Khmer"
msgstr "Khmer"
msgid "Kannada"
msgstr "Kannada"
msgid "Korean"
msgstr "Koreaanse"
msgid "Luxembourgish"
msgstr "Luxemburgs"
msgid "Lithuanian"
msgstr "Litaus"
msgid "Latvian"
msgstr "Lets"
msgid "Macedonian"
msgstr "Macedonies"
msgid "Malayalam"
msgstr "Malabaars"
msgid "Mongolian"
msgstr "Mongools"
msgid "Marathi"
msgstr ""
msgid "Burmese"
msgstr "Birmaans"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "Nepalees"
msgid "Dutch"
msgstr "Nederlands"
msgid "Norwegian Nynorsk"
msgstr "Noorweegse Nynorsk"
msgid "Ossetic"
msgstr "Osseties"
msgid "Punjabi"
msgstr "Punjabi"
msgid "Polish"
msgstr "Pools"
msgid "Portuguese"
msgstr "Portugees"
msgid "Brazilian Portuguese"
msgstr "Brasiliaanse Portugees"
msgid "Romanian"
msgstr "Roemeens"
msgid "Russian"
msgstr "Russiese"
msgid "Slovak"
msgstr "Slowaakse"
msgid "Slovenian"
msgstr "Sloveens"
msgid "Albanian"
msgstr "Albanees"
msgid "Serbian"
msgstr "Serwies"
msgid "Serbian Latin"
msgstr "Serwies Latyns"
msgid "Swedish"
msgstr "Sweeds"
msgid "Swahili"
msgstr "Swahili"
msgid "Tamil"
msgstr "Tamil"
msgid "Telugu"
msgstr "Teloegoe"
msgid "Thai"
msgstr "Thai"
msgid "Turkish"
msgstr "Turkish"
msgid "Tatar"
msgstr "Tataars"
msgid "Udmurt"
msgstr "Oedmoerts"
msgid "Ukrainian"
msgstr "Oekraïens"
msgid "Urdu"
msgstr "Urdu"
msgid "Vietnamese"
msgstr "Viëtnamees"
msgid "Simplified Chinese"
msgstr "Vereenvoudigde Sjinees"
msgid "Traditional Chinese"
msgstr "Tradisionele Chinese"
msgid "Messages"
msgstr ""
msgid "Site Maps"
msgstr ""
msgid "Static Files"
msgstr ""
msgid "Syndication"
msgstr "Sindikasie"
msgid "Enter a valid value."
msgstr "Sleutel 'n geldige waarde in."
msgid "Enter a valid URL."
msgstr "Sleutel 'n geldige URL in."
msgid "Enter a valid integer."
msgstr "Sleutel 'n geldige heelgetal in."
msgid "Enter a valid email address."
msgstr "Sleutel 'n geldige e-pos adres in."
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr ""
"Sleutel 'n geldige \"slak\" wat bestaan ​​uit letters, syfers, beklemtoon of "
"koppel."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Sleutel 'n geldige IPv4-adres in."
msgid "Enter a valid IPv6 address."
msgstr "Voer 'n geldige IPv6-adres in."
msgid "Enter a valid IPv4 or IPv6 address."
msgstr "Voer 'n geldige IPv4 of IPv6-adres in."
msgid "Enter only digits separated by commas."
msgstr "Sleutel slegs syfers in wat deur kommas geskei is."
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr ""
"Maak seker dat hierdie waarde %(limit_value)s is (dit is %(show_value)s )."
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr ""
"Maak seker dat hierdie waarde minder as of gelyk aan %(limit_value)s is."
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr ""
"Maak seker dat hierdie waarde groter as of gelyk aan %(limit_value)s is."
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Maak seker hierdie waarde het ten minste %(limit_value)d karakter (dit het "
"%(show_value)d)."
msgstr[1] ""
"Maak seker hierdie waarde het ten minste %(limit_value)d karakters (dit het "
"%(show_value)d)."
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Maak seker hierdie waarde het op die meeste %(limit_value)d karakter (dit "
"het %(show_value)d)."
msgstr[1] ""
"Maak seker hierdie waarde het op die meeste %(limit_value)d karakters (dit "
"het %(show_value)d)."
#, python-format
msgid "Ensure that there are no more than %(max)s digit in total."
msgid_plural "Ensure that there are no more than %(max)s digits in total."
msgstr[0] "Maak seker dat daar nie meer as %(max)s syfer in totaal is nie."
msgstr[1] "Maak seker dat daar nie meer as %(max)s syfers in totaal is nie."
#, python-format
msgid "Ensure that there are no more than %(max)s decimal place."
msgid_plural "Ensure that there are no more than %(max)s decimal places."
msgstr[0] "Maak seker dat daar nie meer as %(max)s desimale plek is nie."
msgstr[1] "Maak seker dat daar nie meer as %(max)s desimale plekke is nie."
#, python-format
msgid ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgid_plural ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgstr[0] ""
"Maak seker dat daar nie meer as %(max)s syfer voor die desimale punt is nie."
msgstr[1] ""
"Maak seker dat daar nie meer as %(max)s syfers voor die desimale punt is nie."
msgid "and"
msgstr "en"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr "%(model_name)s met hierdie %(field_labels)s bestaan alreeds."
#, python-format
msgid "Value %(value)r is not a valid choice."
msgstr "Waarde %(value)r is nie 'n geldige keuse nie."
msgid "This field cannot be null."
msgstr "Hierdie veld kan nie nil wees nie."
msgid "This field cannot be blank."
msgstr "Hierdie veld kan nie leeg wees nie."
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "%(model_name)s met hierdie %(field_label)s bestaan ​​alreeds."
#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'.
#. Eg: "Title must be unique for pub_date year"
#, python-format
msgid ""
"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
msgstr ""
"%(field_label)s moet uniek wees vir %(date_field_label)s %(lookup_type)s."
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Veld van type: %(field_type)s "
msgid "Integer"
msgstr "Heelgetal"
#, python-format
msgid "'%(value)s' value must be an integer."
msgstr "'%(value)s' waarde moet 'n heelgetal wees."
msgid "Big (8 byte) integer"
msgstr "Groot (8 greep) heelgetal"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "'%(value)s' waarde moet óf True of False wees."
msgid "Boolean (Either True or False)"
msgstr "Boole (Eder waar of vals)"
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "String (tot %(max_length)s)"
msgid "Comma-separated integers"
msgstr "Kommas geskeide heelgetalle"
#, python-format
msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
"'%(value)s' waarde het 'n ongeldige datumformaat. Dit met in die JJJJ-MM-DD "
"formaat wees."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
"'%(value)s' waarde het die korrekte formaat (JJJJ-MM-DD), maar dit is 'n "
"ongeldige datum."
msgid "Date (without time)"
msgstr "Datum (sonder die tyd)"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
"'%(value)s' waarde se formaat is ongeldig. Dit moet in JJJJ-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] formaat wees."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) but it is an invalid date/time."
msgstr ""
"'%(value)s' waarde het die korrekte formaat (JJJJ-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) maar dit is 'n ongeldige datum/tyd."
msgid "Date (with time)"
msgstr "Datum (met die tyd)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr "'%(value)s' waarde moet 'n desimale getal wees."
msgid "Decimal number"
msgstr "Desimale getal"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
msgid "Duration"
msgstr ""
msgid "Email address"
msgstr "E-pos adres"
msgid "File path"
msgstr "Lêer pad"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr "'%(value)s' waarde meote 'n dryfpunt getal wees."
msgid "Floating point number"
msgstr "Dryfpunt getal"
msgid "IPv4 address"
msgstr "IPv4 adres"
msgid "IP address"
msgstr "IP adres"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr "'%(value)s' waarde moet óf None, True of False wees."
msgid "Boolean (Either True, False or None)"
msgstr "Boole (Eder waar, vals of niks)"
msgid "Positive integer"
msgstr "Positiewe heelgetal"
msgid "Positive small integer"
msgstr "Positiewe klein heelgetal"
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr "Slug (tot by %(max_length)s)"
msgid "Small integer"
msgstr "Klein heelgetal"
msgid "Text"
msgstr "Teks"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
"'%(value)s' waarde se formaat is ongeldig. Dit moet in HH:MM[:ss[.uuuuuu]] "
"formaat wees."
#, python-format
msgid ""
"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
"invalid time."
msgstr ""
"'%(value)s' waarde het die regte formaat (HH:MM[:ss[.uuuuuu]]) maar is nie "
"'n geldige tyd nie."
msgid "Time"
msgstr "Tyd"
msgid "URL"
msgstr "URL"
msgid "Raw binary data"
msgstr "Rou binêre data"
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr ""
msgid "File"
msgstr "Lêer"
msgid "Image"
msgstr "Prent"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr ""
msgid "Foreign Key (type determined by related field)"
msgstr "Vreemde sleutel (tipe bepaal deur verwante veld)"
msgid "One-to-one relationship"
msgstr "Een-tot-een-verhouding"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Baie-tot-baie-verwantskap"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Die veld is verpligtend."
msgid "Enter a whole number."
msgstr "Sleutel 'n hele getal in."
msgid "Enter a number."
msgstr "Sleutel 'n nommer in."
msgid "Enter a valid date."
msgstr "Sleutel 'n geldige datum in."
msgid "Enter a valid time."
msgstr "Sleutel 'n geldige tyd in."
msgid "Enter a valid date/time."
msgstr "Sleutel 'n geldige datum/tyd in."
msgid "Enter a valid duration."
msgstr ""
msgid "No file was submitted. Check the encoding type on the form."
msgstr ""
"Geen lêer is ingedien nie. Maak seker die kodering tipe op die vorm is reg."
msgid "No file was submitted."
msgstr "Geen lêer is ingedien nie."
msgid "The submitted file is empty."
msgstr "Die ingedien lêer is leeg."
#, python-format
msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
msgid_plural ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr[0] ""
"Maak seker hierdie lêernaam het op die meeste %(max)d karakter (dit het "
"%(length)d)."
msgstr[1] ""
"Maak seker hierdie lêernaam het op die meeste %(max)d karakters (dit het "
"%(length)d)."
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr "Stuur die lêer of tiek die maak skoon boksie, nie beide nie."
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
"Laai 'n geldige prent. Die lêer wat jy opgelaai het is nie 'n prent nie of "
"dit is 'n korrupte prent."
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr ""
"Kies 'n geldige keuse. %(value)s is nie een van die beskikbare keuses nie."
msgid "Enter a list of values."
msgstr "Sleatel 'n lys van waardes in."
msgid "Enter a complete value."
msgstr "Sleutel 'n volledige waarde in."
msgid "Enter a valid UUID."
msgstr ""
#. Translators: This is the default suffix added to form field labels
msgid ":"
msgstr ":"
#, python-format
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Versteekte veld %(name)s) %(error)s"
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""
#, python-format
msgid "Please submit %d or fewer forms."
msgid_plural "Please submit %d or fewer forms."
msgstr[0] "Dien asseblief %d of minder vorms in."
msgstr[1] "Dien asseblief %d of minder vorms in."
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] "Dien asseblief %d of meer vorms in."
msgstr[1] "Dien asseblief %d of meer vorms in."
msgid "Order"
msgstr "Orde"
msgid "Delete"
msgstr "Verwyder"
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr "Korrigeer die dubbele data vir %(field)s ."
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr "Korrigeer die dubbele data vir %(field)s , dit moet uniek wees."
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
"Korrigeer die dubbele data vir %(field_name)s, dit moet uniek wees vir die "
"%(lookup)s in %(date_field)s ."
msgid "Please correct the duplicate values below."
msgstr "Korrigeer die dubbele waardes hieronder."
msgid "The inline foreign key did not match the parent instance primary key."
msgstr ""
"Die inlyn vreemde sleutel stem nie ooreen met die ouer primêre sleutel."
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr ""
"Kies 'n geldige keuse. Daardie keuse is nie een van die beskikbare keuses "
"nie."
#, python-format
msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr "\"%(pk)s\" is nie 'n geldige waarde vir 'n primêre sleutel nie."
#, python-format
msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""
"%(datetime)s kon nie in tydsone %(current_timezone)s vertolk word nie; dit "
"mag dubbelsinnig wees, of nie bestaan nie."
msgid "Currently"
msgstr "Tans"
msgid "Change"
msgstr "Verander"
msgid "Clear"
msgstr "Maak skoon"
msgid "Unknown"
msgstr "Onbekend"
msgid "Yes"
msgstr "Ja"
msgid "No"
msgstr "Nee"
msgid "yes,no,maybe"
msgstr "ja,nee,miskien"
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d greep"
msgstr[1] "%(size)d grepe"
#, python-format
msgid "%s KB"
msgstr "%s KB"
#, python-format
msgid "%s MB"
msgstr "%s MB"
#, python-format
msgid "%s GB"
msgstr "%s GB"
#, python-format
msgid "%s TB"
msgstr "%s TB"
#, python-format
msgid "%s PB"
msgstr "%s PB"
msgid "p.m."
msgstr "nm"
msgid "a.m."
msgstr "vm"
msgid "PM"
msgstr "NM"
msgid "AM"
msgstr "VM"
msgid "midnight"
msgstr "middernag"
msgid "noon"
msgstr "middag"
msgid "Monday"
msgstr "Maandag"
msgid "Tuesday"
msgstr "Dinsdag"
msgid "Wednesday"
msgstr "Woensdag"
msgid "Thursday"
msgstr "Donderdag"
msgid "Friday"
msgstr "Vrydag"
msgid "Saturday"
msgstr "Saterdag"
msgid "Sunday"
msgstr "Sondag"
msgid "Mon"
msgstr "Ma"
msgid "Tue"
msgstr "Di"
msgid "Wed"
msgstr "Wo"
msgid "Thu"
msgstr "Do"
msgid "Fri"
msgstr "Vr"
msgid "Sat"
msgstr "Sa"
msgid "Sun"
msgstr "So"
msgid "January"
msgstr "Januarie"
msgid "February"
msgstr "Februarie"
msgid "March"
msgstr "Maart"
msgid "April"
msgstr "April"
msgid "May"
msgstr "Mei"
msgid "June"
msgstr "Junie"
msgid "July"
msgstr "Julie"
msgid "August"
msgstr "Augustus"
msgid "September"
msgstr "September"
msgid "October"
msgstr "Oktober"
msgid "November"
msgstr "November"
msgid "December"
msgstr "Desember"
msgid "jan"
msgstr "jan"
msgid "feb"
msgstr "feb"
msgid "mar"
msgstr "mar"
msgid "apr"
msgstr "apr"
msgid "may"
msgstr "mei"
msgid "jun"
msgstr "jun"
msgid "jul"
msgstr "jul"
msgid "aug"
msgstr "aug"
msgid "sep"
msgstr "sept"
msgid "oct"
msgstr "okt"
msgid "nov"
msgstr "nov"
msgid "dec"
msgstr "des"
msgctxt "abbrev. month"
msgid "Jan."
msgstr "Jan."
msgctxt "abbrev. month"
msgid "Feb."
msgstr "Feb."
msgctxt "abbrev. month"
msgid "March"
msgstr "Maart"
msgctxt "abbrev. month"
msgid "April"
msgstr "April"
msgctxt "abbrev. month"
msgid "May"
msgstr "Mei"
msgctxt "abbrev. month"
msgid "June"
msgstr "Junie"
msgctxt "abbrev. month"
msgid "July"
msgstr "Julie"
msgctxt "abbrev. month"
msgid "Aug."
msgstr "Aug."
msgctxt "abbrev. month"
msgid "Sept."
msgstr "Sept."
msgctxt "abbrev. month"
msgid "Oct."
msgstr "Okt."
msgctxt "abbrev. month"
msgid "Nov."
msgstr "Nov."
msgctxt "abbrev. month"
msgid "Dec."
msgstr "Des."
msgctxt "alt. month"
msgid "January"
msgstr "Januarie"
msgctxt "alt. month"
msgid "February"
msgstr "Februarie"
msgctxt "alt. month"
msgid "March"
msgstr "Maart"
msgctxt "alt. month"
msgid "April"
msgstr "April"
msgctxt "alt. month"
msgid "May"
msgstr "Mei"
msgctxt "alt. month"
msgid "June"
msgstr "Junie"
msgctxt "alt. month"
msgid "July"
msgstr "Julie"
msgctxt "alt. month"
msgid "August"
msgstr "Augustus"
msgctxt "alt. month"
msgid "September"
msgstr "September"
msgctxt "alt. month"
msgid "October"
msgstr "Oktober"
msgctxt "alt. month"
msgid "November"
msgstr "November"
msgctxt "alt. month"
msgid "December"
msgstr "Desember"
msgid "This is not a valid IPv6 address."
msgstr "HIerdie is nie 'n geldige IPv6-adres nie."
#, python-format
msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..."
msgstr "%(truncated_text)s..."
msgid "or"
msgstr "of"
#. Translators: This string is used as a separator between list elements
msgid ", "
msgstr ","
#, python-format
msgid "%d year"
msgid_plural "%d years"
msgstr[0] "%d jaar"
msgstr[1] "%d jare"
#, python-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] "%d maand"
msgstr[1] "%d maande"
#, python-format
msgid "%d week"
msgid_plural "%d weeks"
msgstr[0] "%d week"
msgstr[1] "%d weke"
#, python-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d dag"
msgstr[1] "%d dae"
#, python-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d uur"
msgstr[1] "%d ure"
#, python-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d minuut"
msgstr[1] "%d minute"
msgid "0 minutes"
msgstr "0 minute"
msgid "Forbidden"
msgstr "Verbied"
msgid "CSRF verification failed. Request aborted."
msgstr ""
msgid ""
"You are seeing this message because this HTTPS site requires a 'Referer "
"header' to be sent by your Web browser, but none was sent. This header is "
"required for security reasons, to ensure that your browser is not being "
"hijacked by third parties."
msgstr ""
msgid ""
"If you have configured your browser to disable 'Referer' headers, please re-"
"enable them, at least for this site, or for HTTPS connections, or for 'same-"
"origin' requests."
msgstr ""
msgid ""
"You are seeing this message because this site requires a CSRF cookie when "
"submitting forms. This cookie is required for security reasons, to ensure "
"that your browser is not being hijacked by third parties."
msgstr ""
msgid ""
"If you have configured your browser to disable cookies, please re-enable "
"them, at least for this site, or for 'same-origin' requests."
msgstr ""
msgid "More information is available with DEBUG=True."
msgstr "Meer inligting is beskikbaar met DEBUG=True."
msgid "Welcome to Django"
msgstr ""
msgid "It worked!"
msgstr ""
msgid "Congratulations on your first Django-powered page."
msgstr ""
msgid ""
"Of course, you haven't actually done any work yet. Next, start your first "
"app by running <code>python manage.py startapp [app_label]</code>."
msgstr ""
msgid ""
"You're seeing this message because you have <code>DEBUG = True</code> in "
"your Django settings file and you haven't configured any URLs. Get to work!"
msgstr ""
msgid "No year specified"
msgstr "Geen jaar gespesifiseer"
msgid "No month specified"
msgstr "Geen maand gespesifiseer"
msgid "No day specified"
msgstr "Geen dag gespesifiseer"
msgid "No week specified"
msgstr "Geen week gespesifiseer"
#, python-format
msgid "No %(verbose_name_plural)s available"
msgstr "Geen %(verbose_name_plural)s beskikbaar nie"
#, python-format
msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False."
msgstr ""
"Toekomstige %(verbose_name_plural)s is nie beskikbaar nie, omdat "
"%(class_name)s.allow_future vals is."
#, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr ""
"Ongeldige datum string '%(datestr)s' die formaat moet wees '%(format)s'"
#, python-format
msgid "No %(verbose_name)s found matching the query"
msgstr "Geen %(verbose_name)s gevind vir die soektog"
msgid "Page is not 'last', nor can it be converted to an int."
msgstr ""
"Bladsy is nie 'laaste' nie, en dit kan nie omgeskakel word na 'n heelgetal "
"nie."
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr "Ongeldige bladsy (%(page_number)s): %(message)s"
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr "Leë lys en ' %(class_name)s.allow_empty' is vals."
msgid "Directory indexes are not allowed here."
msgstr "Gids indekse word nie hier toegelaat nie."
#, python-format
msgid "\"%(path)s\" does not exist"
msgstr "\"%(path)s\" bestaan nie"
#, python-format
msgid "Index of %(directory)s"
msgstr "Indeks van %(directory)s"
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
from __future__ import unicode_literals
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT = 'j F، Y'
TIME_FORMAT = 'g:i A'
# DATETIME_FORMAT =
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'd‏/m‏/Y'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# The *_INPUT_FORMATS strings use the Python strftime format syntax,
# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior
# DATE_INPUT_FORMATS =
# TIME_INPUT_FORMATS =
# DATETIME_INPUT_FORMATS =
DECIMAL_SEPARATOR = ','
THOUSAND_SEPARATOR = '.'
# NUMBER_GROUPING =
# This file is distributed under the same license as the Django package.
#
# Translators:
# Bashar Al-Abdulhadi, 2015-2016
# Bashar Al-Abdulhadi, 2014
# Eyad Toma <d.eyad.t@gmail.com>, 2013-2014
# Jannis Leidel <jannis@leidel.info>, 2011
# Ossama Khayat <okhayat@gmail.com>, 2011
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-19 16:49+0100\n"
"PO-Revision-Date: 2017-01-20 09:03+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Arabic (http://www.transifex.com/django/django/language/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
msgid "Afrikaans"
msgstr "الإفريقية"
msgid "Arabic"
msgstr "العربيّة"
msgid "Asturian"
msgstr "الأسترية"
msgid "Azerbaijani"
msgstr "الأذربيجانية"
msgid "Bulgarian"
msgstr "البلغاريّة"
msgid "Belarusian"
msgstr "البيلاروسية"
msgid "Bengali"
msgstr "البنغاليّة"
msgid "Breton"
msgstr "البريتونية"
msgid "Bosnian"
msgstr "البوسنيّة"
msgid "Catalan"
msgstr "الكتلانيّة"
msgid "Czech"
msgstr "التشيكيّة"
msgid "Welsh"
msgstr "الويلز"
msgid "Danish"
msgstr "الدنماركيّة"
msgid "German"
msgstr "الألمانيّة"
msgid "Lower Sorbian"
msgstr "الصربية السفلى"
msgid "Greek"
msgstr "اليونانيّة"
msgid "English"
msgstr "الإنجليزيّة"
msgid "Australian English"
msgstr "الإنجليزية الإسترالية"
msgid "British English"
msgstr "الإنجليزيّة البريطانيّة"
msgid "Esperanto"
msgstr "الاسبرانتو"
msgid "Spanish"
msgstr "الإسبانيّة"
msgid "Argentinian Spanish"
msgstr "الأسبانية الأرجنتينية"
msgid "Colombian Spanish"
msgstr "الكولومبية الإسبانية"
msgid "Mexican Spanish"
msgstr "الأسبانية المكسيكية"
msgid "Nicaraguan Spanish"
msgstr "الإسبانية النيكاراغوية"
msgid "Venezuelan Spanish"
msgstr "الإسبانية الفنزويلية"
msgid "Estonian"
msgstr "الإستونيّة"
msgid "Basque"
msgstr "الباسك"
msgid "Persian"
msgstr "الفارسيّة"
msgid "Finnish"
msgstr "الفنلنديّة"
msgid "French"
msgstr "الفرنسيّة"
msgid "Frisian"
msgstr "الفريزيّة"
msgid "Irish"
msgstr "الإيرلنديّة"
msgid "Scottish Gaelic"
msgstr "الغيلية الأسكتلندية"
msgid "Galician"
msgstr "الجليقيّة"
msgid "Hebrew"
msgstr "العبريّة"
msgid "Hindi"
msgstr "الهندية"
msgid "Croatian"
msgstr "الكرواتيّة"
msgid "Upper Sorbian"
msgstr "الصربية العليا"
msgid "Hungarian"
msgstr "الهنغاريّة"
msgid "Interlingua"
msgstr "اللغة الوسيطة"
msgid "Indonesian"
msgstr "الإندونيسيّة"
msgid "Ido"
msgstr "ايدو"
msgid "Icelandic"
msgstr "الآيسلنديّة"
msgid "Italian"
msgstr "الإيطاليّة"
msgid "Japanese"
msgstr "اليابانيّة"
msgid "Georgian"
msgstr "الجورجيّة"
msgid "Kazakh"
msgstr "الكازاخستانية"
msgid "Khmer"
msgstr "الخمر"
msgid "Kannada"
msgstr "الهنديّة (كنّادا)"
msgid "Korean"
msgstr "الكوريّة"
msgid "Luxembourgish"
msgstr "اللوكسمبرجية"
msgid "Lithuanian"
msgstr "اللتوانيّة"
msgid "Latvian"
msgstr "اللاتفيّة"
msgid "Macedonian"
msgstr "المقدونيّة"
msgid "Malayalam"
msgstr "المايالام"
msgid "Mongolian"
msgstr "المنغوليّة"
msgid "Marathi"
msgstr "المهاراتية"
msgid "Burmese"
msgstr "البورمية"
msgid "Norwegian Bokmål"
msgstr "النرويجية"
msgid "Nepali"
msgstr "النيبالية"
msgid "Dutch"
msgstr "الهولنديّة"
msgid "Norwegian Nynorsk"
msgstr "النينورسك نرويجيّة"
msgid "Ossetic"
msgstr "الأوسيتيكية"
msgid "Punjabi"
msgstr "البنجابيّة"
msgid "Polish"
msgstr "البولنديّة"
msgid "Portuguese"
msgstr "البرتغاليّة"
msgid "Brazilian Portuguese"
msgstr "البرتغاليّة البرازيليّة"
msgid "Romanian"
msgstr "الرومانيّة"
msgid "Russian"
msgstr "الروسيّة"
msgid "Slovak"
msgstr "السلوفاكيّة"
msgid "Slovenian"
msgstr "السلوفانيّة"
msgid "Albanian"
msgstr "الألبانيّة"
msgid "Serbian"
msgstr "الصربيّة"
msgid "Serbian Latin"
msgstr "اللاتينيّة الصربيّة"
msgid "Swedish"
msgstr "السويديّة"
msgid "Swahili"
msgstr "السواحلية"
msgid "Tamil"
msgstr "التاميل"
msgid "Telugu"
msgstr "التيلوغو"
msgid "Thai"
msgstr "التايلنديّة"
msgid "Turkish"
msgstr "التركيّة"
msgid "Tatar"
msgstr "التتاريية"
msgid "Udmurt"
msgstr "الأدمرتية"
msgid "Ukrainian"
msgstr "الأكرانيّة"
msgid "Urdu"
msgstr "الأوردو"
msgid "Vietnamese"
msgstr "الفيتناميّة"
msgid "Simplified Chinese"
msgstr "الصينيّة المبسطة"
msgid "Traditional Chinese"
msgstr "الصينيّة التقليدية"
msgid "Messages"
msgstr "الرسائل"
msgid "Site Maps"
msgstr "خرائط الموقع"
msgid "Static Files"
msgstr "الملفات الثابتة"
msgid "Syndication"
msgstr "توظيف النشر"
msgid "That page number is not an integer"
msgstr ""
msgid "That page number is less than 1"
msgstr ""
msgid "That page contains no results"
msgstr ""
msgid "Enter a valid value."
msgstr "أدخل قيمة صحيحة."
msgid "Enter a valid URL."
msgstr "أدخل رابطاً صحيحاً."
msgid "Enter a valid integer."
msgstr "أدخل رقم صالح."
msgid "Enter a valid email address."
msgstr "أدخل عنوان بريد إلكتروني صحيح."
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr "أدخل اختصار 'slug' صحيح يتكوّن من أحرف، أرقام، شرطات سفلية وعاديّة."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr "أدخل اختصار 'slug' صحيح يتكوّن من أحرف، أرقام، شرطات سفلية وعاديّة."
msgid "Enter a valid IPv4 address."
msgstr "أدخل عنوان IPv4 صحيح."
msgid "Enter a valid IPv6 address."
msgstr "أدخل عنوان IPv6 صحيح."
msgid "Enter a valid IPv4 or IPv6 address."
msgstr "أدخل عنوان IPv4 أو عنوان IPv6 صحيح."
msgid "Enter only digits separated by commas."
msgstr "أدخل أرقاما فقط مفصول بينها بفواصل."
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr "تحقق من أن هذه القيمة هي %(limit_value)s (إنها %(show_value)s)."
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr "تحقق من أن تكون هذه القيمة أقل من %(limit_value)s أو مساوية لها."
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr "تحقق من أن تكون هذه القيمة أكثر من %(limit_value)s أو مساوية لها."
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي "
"حالياً على %(show_value)d)."
msgstr[1] ""
"تأكد أن هذه القيمة تحتوي على حرف أو رمز %(limit_value)d على الأقل (هي تحتوي "
"حالياً على %(show_value)d)."
msgstr[2] ""
"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف و رمز على الأقل (هي تحتوي "
"حالياً على %(show_value)d)."
msgstr[3] ""
"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي "
"حالياً على %(show_value)d)."
msgstr[4] ""
"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي "
"حالياً على %(show_value)d)."
msgstr[5] ""
"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي "
"حالياً على %(show_value)d)."
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي "
"حالياً على %(show_value)d)."
msgstr[1] ""
"تأكد أن هذه القيمة تحتوي على حرف أو رمز %(limit_value)d على الأكثر (هي تحتوي "
"حالياً على %(show_value)d)."
msgstr[2] ""
"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف و رمز على الأكثر (هي تحتوي "
"حالياً على %(show_value)d)."
msgstr[3] ""
"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي "
"حالياً على %(show_value)d)."
msgstr[4] ""
"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي "
"حالياً على %(show_value)d)."
msgstr[5] ""
"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي "
"حالياً على %(show_value)d)."
#, python-format
msgid "Ensure that there are no more than %(max)s digit in total."
msgid_plural "Ensure that there are no more than %(max)s digits in total."
msgstr[0] "تحقق من أن تدخل %(max)s أرقام لا أكثر."
msgstr[1] "تحقق من أن تدخل رقم %(max)s لا أكثر."
msgstr[2] "تحقق من أن تدخل %(max)s رقمين لا أكثر."
msgstr[3] "تحقق من أن تدخل %(max)s أرقام لا أكثر."
msgstr[4] "تحقق من أن تدخل %(max)s أرقام لا أكثر."
msgstr[5] "تحقق من أن تدخل %(max)s أرقام لا أكثر."
#, python-format
msgid "Ensure that there are no more than %(max)s decimal place."
msgid_plural "Ensure that there are no more than %(max)s decimal places."
msgstr[0] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر."
msgstr[1] "تحقق من أن تدخل خانة %(max)s عشرية لا أكثر."
msgstr[2] "تحقق من أن تدخل %(max)s خانتين عشريتين لا أكثر."
msgstr[3] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر."
msgstr[4] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر."
msgstr[5] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر."
#, python-format
msgid ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgid_plural ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgstr[0] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر."
msgstr[1] "تحقق من أن تدخل رقم %(max)s قبل الفاصل العشري لا أكثر."
msgstr[2] "تحقق من أن تدخل %(max)s رقمين قبل الفاصل العشري لا أكثر."
msgstr[3] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر."
msgstr[4] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر."
msgstr[5] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر."
#, python-format
msgid ""
"File extension '%(extension)s' is not allowed. Allowed extensions are: "
"'%(allowed_extensions)s'."
msgstr ""
msgid "and"
msgstr "و"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr "%(model_name)s بهذا %(field_labels)s موجود سلفاً."
#, python-format
msgid "Value %(value)r is not a valid choice."
msgstr "القيمة %(value)r ليست خيارا صحيحاً."
msgid "This field cannot be null."
msgstr "لا يمكن تعيين null كقيمة لهذا الحقل."
msgid "This field cannot be blank."
msgstr "لا يمكن ترك هذا الحقل فارغاً."
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "النموذج %(model_name)s والحقل %(field_label)s موجود مسبقاً."
#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'.
#. Eg: "Title must be unique for pub_date year"
#, python-format
msgid ""
"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
msgstr ""
"%(field_label)s يجب أن يكون فريد لـ %(date_field_label)s %(lookup_type)s."
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "حقل نوع: %(field_type)s"
msgid "Integer"
msgstr "عدد صحيح"
#, python-format
msgid "'%(value)s' value must be an integer."
msgstr "قيمة '%(value)s' يجب ان تكون عدد صحيح."
msgid "Big (8 byte) integer"
msgstr "عدد صحيح كبير (8 بايت)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "قيمة '%(value)s' يجب أن تكون True أو False."
msgid "Boolean (Either True or False)"
msgstr "ثنائي (إما True أو False)"
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "سلسلة نص (%(max_length)s كحد أقصى)"
msgid "Comma-separated integers"
msgstr "أرقام صحيحة مفصولة بفواصل"
#, python-format
msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
"قيمة '%(value)s' ليست من بُنية تاريخ صحيحة. القيمة يجب ان تكون من البُنية YYYY-"
"MM-DD."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr "قيمة '%(value)s' من بُنية صحيحة (YYYY-MM-DD) لكنها تحوي تاريخ غير صحيح."
msgid "Date (without time)"
msgstr "التاريخ (دون الوقت)"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
"قيمة '%(value)s' ليست من بُنية صحيحة. القيمة يجب ان تكون من البُنية YYYY-MM-DD "
"HH:MM[:ss[.uuuuuu]][TZ] ."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) but it is an invalid date/time."
msgstr ""
"قيمة '%(value)s' من بُنية صحيحة (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) لكنها "
"تحوي وقت و تاريخ غير صحيحين."
msgid "Date (with time)"
msgstr "التاريخ (مع الوقت)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr "قيمة '%(value)s' يجب ان تكون عدد عشري."
msgid "Decimal number"
msgstr "رقم عشري"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
"قيمة '%(value)s' ليست بنسق صحيح. القيمة يجب ان تكون من التنسيق [DD] [HH:"
"[MM:]]ss[.uuuuuu]."
msgid "Duration"
msgstr "المدّة"
msgid "Email address"
msgstr "عنوان بريد إلكتروني"
msgid "File path"
msgstr "مسار الملف"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr "قيمة '%(value)s' يجب ان تكون عدد فاصل عائم."
msgid "Floating point number"
msgstr "رقم فاصلة عائمة"
msgid "IPv4 address"
msgstr "عنوان IPv4"
msgid "IP address"
msgstr "عنوان IP"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr "قيمة '%(value)s' يجب ان تكون None أو True أو False."
msgid "Boolean (Either True, False or None)"
msgstr "ثنائي (إما True أو False أو None)"
msgid "Positive integer"
msgstr "عدد صحيح موجب"
msgid "Positive small integer"
msgstr "عدد صحيح صغير موجب"
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr "Slug (حتى %(max_length)s)"
msgid "Small integer"
msgstr "عدد صحيح صغير"
msgid "Text"
msgstr "نص"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
"قيمة '%(value)s' ليست من بُنية صحيحة. القيمة يجب ان تكون من البُنية HH:MM[:ss[."
"uuuuuu]]."
#, python-format
msgid ""
"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
"invalid time."
msgstr ""
"قيمة '%(value)s' من بُنية صحيحة (HH:MM[:ss[.uuuuuu]]) لكنها تحوي وقت غير صحيح."
msgid "Time"
msgstr "وقت"
msgid "URL"
msgstr "رابط"
msgid "Raw binary data"
msgstr "البيانات الثنائية الخام"
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr "'%(value)s' ليست قيمة UUID صحيحة."
msgid "File"
msgstr "ملف"
msgid "Image"
msgstr "صورة"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr "النموذج %(model)s ذو الحقل و القيمة %(field)s %(value)r غير موجود."
msgid "Foreign Key (type determined by related field)"
msgstr "الحقل المرتبط (تم تحديد النوع وفقاً للحقل المرتبط)"
msgid "One-to-one relationship"
msgstr "علاقة واحد إلى واحد"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "%(from)s-%(to)s علاقة"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "%(from)s-%(to)s علاقات"
msgid "Many-to-many relationship"
msgstr "علاقة متعدد إلى متعدد"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "هذا الحقل مطلوب."
msgid "Enter a whole number."
msgstr "أدخل رقما صحيحا."
msgid "Enter a number."
msgstr "أدخل رقماً."
msgid "Enter a valid date."
msgstr "أدخل تاريخاً صحيحاً."
msgid "Enter a valid time."
msgstr "أدخل وقتاً صحيحاً."
msgid "Enter a valid date/time."
msgstr "أدخل تاريخاً/وقتاً صحيحاً."
msgid "Enter a valid duration."
msgstr "أدخل مدّة صحيحة"
msgid "No file was submitted. Check the encoding type on the form."
msgstr "لم يتم ارسال ملف، الرجاء التأكد من نوع ترميز الاستمارة."
msgid "No file was submitted."
msgstr "لم يتم إرسال اي ملف."
msgid "The submitted file is empty."
msgstr "الملف الذي قمت بإرساله فارغ."
#, python-format
msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
msgid_plural ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr[0] ""
"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على "
"%(length)d حرف)."
msgstr[1] ""
"تأكد أن إسم هذا الملف يحتوي على حرف %(max)d على الأكثر (هو يحتوي الآن على "
"%(length)d حرف)."
msgstr[2] ""
"تأكد أن إسم هذا الملف يحتوي على %(max)d حرفين على الأكثر (هو يحتوي الآن على "
"%(length)d حرف)."
msgstr[3] ""
"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على "
"%(length)d حرف)."
msgstr[4] ""
"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على "
"%(length)d حرف)."
msgstr[5] ""
"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على "
"%(length)d حرف)."
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr "رجاءً أرسل ملف أو صح علامة صح عند مربع اختيار \"فارغ\"، وليس كلاهما."
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
"قم برفع صورة صحيحة، الملف الذي قمت برفعه إما أنه ليس ملفا لصورة أو أنه ملف "
"معطوب."
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr "انتق خياراً صحيحاً. %(value)s ليس أحد الخيارات المتاحة."
msgid "Enter a list of values."
msgstr "أدخل قائمة من القيم."
msgid "Enter a complete value."
msgstr "إدخال قيمة كاملة."
msgid "Enter a valid UUID."
msgstr "أدخل قيمة UUID صحيحة."
#. Translators: This is the default suffix added to form field labels
msgid ":"
msgstr ":"
#, python-format
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(الحقل الخفي %(name)s) %(error)s"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "بيانات ManagementForm مفقودة أو تم العبث بها"
#, python-format
msgid "Please submit %d or fewer forms."
msgid_plural "Please submit %d or fewer forms."
msgstr[0] "الرجاء إرسال %d إستمارة أو أقل."
msgstr[1] "الرجاء إرسال إستمارة %d أو أقل"
msgstr[2] "الرجاء إرسال %d إستمارتين أو أقل"
msgstr[3] "الرجاء إرسال %d إستمارة أو أقل"
msgstr[4] "الرجاء إرسال %d إستمارة أو أقل"
msgstr[5] "الرجاء إرسال %d إستمارة أو أقل"
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] "الرجاء إرسال %d إستمارة أو أكثر."
msgstr[1] "الرجاء إرسال إستمارة %d أو أكثر."
msgstr[2] "الرجاء إرسال %d إستمارتين أو أكثر."
msgstr[3] "الرجاء إرسال %d إستمارة أو أكثر."
msgstr[4] "الرجاء إرسال %d إستمارة أو أكثر."
msgstr[5] "الرجاء إرسال %d إستمارة أو أكثر."
msgid "Order"
msgstr "الترتيب"
msgid "Delete"
msgstr "احذف"
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr "رجاء صحّح بيانات %(field)s المتكررة."
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr "رجاء صحّح بيانات %(field)s المتكررة والتي يجب أن تكون مُميّزة."
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
"رجاء صحّح بيانات %(field_name)s المتكررة والتي يجب أن تكون مُميّزة لـ%(lookup)s "
"في %(date_field)s."
msgid "Please correct the duplicate values below."
msgstr "رجاءً صحّح القيم المُكرّرة أدناه."
msgid "The inline foreign key did not match the parent instance primary key."
msgstr "حقل foreign key المحدد لا يطابق الحقل الرئيسي له."
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr "انتق خياراً صحيحاً. اختيارك ليس أحد الخيارات المتاحة."
#, python-format
msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr "\"%(pk)s\" قيمة غير صحيحة للرقم المرجعي."
#, python-format
msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""
"%(datetime)s لا يمكن تفسيرها في المنطقة الزمنية %(current_timezone)s; قد "
"تكون غامضة أو أنها غير موجودة."
msgid "Clear"
msgstr "تفريغ"
msgid "Currently"
msgstr "حالياً"
msgid "Change"
msgstr "عدّل"
msgid "Unknown"
msgstr "مجهول"
msgid "Yes"
msgstr "نعم"
msgid "No"
msgstr "لا"
msgid "yes,no,maybe"
msgstr "نعم,لا,ربما"
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d بايت"
msgstr[1] "بايت واحد"
msgstr[2] "بايتان"
msgstr[3] "%(size)d بايتان"
msgstr[4] "%(size)d بايت"
msgstr[5] "%(size)d بايت"
#, python-format
msgid "%s KB"
msgstr "%s ك.ب"
#, python-format
msgid "%s MB"
msgstr "%s م.ب"
#, python-format
msgid "%s GB"
msgstr "%s ج.ب"
#, python-format
msgid "%s TB"
msgstr "%s ت.ب"
#, python-format
msgid "%s PB"
msgstr "%s ب.ب"
msgid "p.m."
msgstr "م"
msgid "a.m."
msgstr "ص"
msgid "PM"
msgstr "م"
msgid "AM"
msgstr "ص"
msgid "midnight"
msgstr "منتصف الليل"
msgid "noon"
msgstr "ظهراً"
msgid "Monday"
msgstr "الاثنين"
msgid "Tuesday"
msgstr "الثلاثاء"
msgid "Wednesday"
msgstr "الأربعاء"
msgid "Thursday"
msgstr "الخميس"
msgid "Friday"
msgstr "الجمعة"
msgid "Saturday"
msgstr "السبت"
msgid "Sunday"
msgstr "الأحد"
msgid "Mon"
msgstr "إثنين"
msgid "Tue"
msgstr "ثلاثاء"
msgid "Wed"
msgstr "أربعاء"
msgid "Thu"
msgstr "خميس"
msgid "Fri"
msgstr "جمعة"
msgid "Sat"
msgstr "سبت"
msgid "Sun"
msgstr "أحد"
msgid "January"
msgstr "يناير"
msgid "February"
msgstr "فبراير"
msgid "March"
msgstr "مارس"
msgid "April"
msgstr "إبريل"
msgid "May"
msgstr "مايو"
msgid "June"
msgstr "يونيو"
msgid "July"
msgstr "يوليو"
msgid "August"
msgstr "أغسطس"
msgid "September"
msgstr "سبتمبر"
msgid "October"
msgstr "أكتوبر"
msgid "November"
msgstr "نوفمبر"
msgid "December"
msgstr "ديسمبر"
msgid "jan"
msgstr "يناير"
msgid "feb"
msgstr "فبراير"
msgid "mar"
msgstr "مارس"
msgid "apr"
msgstr "إبريل"
msgid "may"
msgstr "مايو"
msgid "jun"
msgstr "يونيو"
msgid "jul"
msgstr "يوليو"
msgid "aug"
msgstr "أغسطس"
msgid "sep"
msgstr "سبتمبر"
msgid "oct"
msgstr "أكتوبر"
msgid "nov"
msgstr "نوفمبر"
msgid "dec"
msgstr "ديسمبر"
msgctxt "abbrev. month"
msgid "Jan."
msgstr "يناير"
msgctxt "abbrev. month"
msgid "Feb."
msgstr "فبراير"
msgctxt "abbrev. month"
msgid "March"
msgstr "مارس"
msgctxt "abbrev. month"
msgid "April"
msgstr "إبريل"
msgctxt "abbrev. month"
msgid "May"
msgstr "مايو"
msgctxt "abbrev. month"
msgid "June"
msgstr "يونيو"
msgctxt "abbrev. month"
msgid "July"
msgstr "يوليو"
msgctxt "abbrev. month"
msgid "Aug."
msgstr "أغسطس"
msgctxt "abbrev. month"
msgid "Sept."
msgstr "سبتمبر"
msgctxt "abbrev. month"
msgid "Oct."
msgstr "أكتوبر"
msgctxt "abbrev. month"
msgid "Nov."
msgstr "نوفمبر"
msgctxt "abbrev. month"
msgid "Dec."
msgstr "ديسمبر"
msgctxt "alt. month"
msgid "January"
msgstr "يناير"
msgctxt "alt. month"
msgid "February"
msgstr "فبراير"
msgctxt "alt. month"
msgid "March"
msgstr "مارس"
msgctxt "alt. month"
msgid "April"
msgstr "أبريل"
msgctxt "alt. month"
msgid "May"
msgstr "مايو"
msgctxt "alt. month"
msgid "June"
msgstr "يونيو"
msgctxt "alt. month"
msgid "July"
msgstr "يوليو"
msgctxt "alt. month"
msgid "August"
msgstr "أغسطس"
msgctxt "alt. month"
msgid "September"
msgstr "سبتمبر"
msgctxt "alt. month"
msgid "October"
msgstr "أكتوبر"
msgctxt "alt. month"
msgid "November"
msgstr "نوفمبر"
msgctxt "alt. month"
msgid "December"
msgstr "ديسمبر"
msgid "This is not a valid IPv6 address."
msgstr "هذا ليس عنوان IPv6 صحيح."
#, python-format
msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..."
msgstr "%(truncated_text)s..."
msgid "or"
msgstr "أو"
#. Translators: This string is used as a separator between list elements
msgid ", "
msgstr "، "
#, python-format
msgid "%d year"
msgid_plural "%d years"
msgstr[0] "%d سنة"
msgstr[1] "%d سنة"
msgstr[2] "%d سنوات"
msgstr[3] "%d سنوات"
msgstr[4] "%d سنوات"
msgstr[5] "%d سنوات"
#, python-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] "%d شهر"
msgstr[1] "%d شهر"
msgstr[2] "%d شهرين"
msgstr[3] "%d أشهر"
msgstr[4] "%d شهر"
msgstr[5] "%d شهر"
#, python-format
msgid "%d week"
msgid_plural "%d weeks"
msgstr[0] "%d اسبوع."
msgstr[1] "%d اسبوع."
msgstr[2] "%d أسبوعين"
msgstr[3] "%d أسابيع"
msgstr[4] "%d اسبوع."
msgstr[5] "%d أسبوع"
#, python-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d يوم"
msgstr[1] "%d يوم"
msgstr[2] "%d يومان"
msgstr[3] "%d أيام"
msgstr[4] "%d يوم"
msgstr[5] "%d يوم"
#, python-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d ساعة"
msgstr[1] "%d ساعة واحدة"
msgstr[2] "%d ساعتين"
msgstr[3] "%d ساعات"
msgstr[4] "%d ساعة"
msgstr[5] "%d ساعة"
#, python-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d دقيقة"
msgstr[1] "%d دقيقة"
msgstr[2] "%d دقيقتين"
msgstr[3] "%d دقائق"
msgstr[4] "%d دقيقة"
msgstr[5] "%d دقيقة"
msgid "0 minutes"
msgstr "0 دقيقة"
msgid "Forbidden"
msgstr "ممنوع"
msgid "CSRF verification failed. Request aborted."
msgstr "تم الفشل للتحقق من CSRF. تم إنهاء الطلب."
msgid ""
"You are seeing this message because this HTTPS site requires a 'Referer "
"header' to be sent by your Web browser, but none was sent. This header is "
"required for security reasons, to ensure that your browser is not being "
"hijacked by third parties."
msgstr ""
"أنت ترى هذه الرسالة لأن هذا الموقع HTTPS يتطلب إرسال 'Referer header' من "
"قبل المتصفح، ولكن لم تم إرسال أي شيء. هذا الـheader مطلوب لأسباب أمنية، "
"لضمان أن متصفحك لم يتم اختطافه من قبل أطراف أخرى."
msgid ""
"If you have configured your browser to disable 'Referer' headers, please re-"
"enable them, at least for this site, or for HTTPS connections, or for 'same-"
"origin' requests."
msgstr ""
"إذا قمت بضبط متصفحك لتعطيل 'Referer headers'، يرجى إعادة تفعيلها، على الأقل "
"بالنسبة لهذا الموقع، أو لاتصالات HTTPS، أو للطلبات من نفس المنشأ 'same-"
"origin'."
msgid ""
"You are seeing this message because this site requires a CSRF cookie when "
"submitting forms. This cookie is required for security reasons, to ensure "
"that your browser is not being hijacked by third parties."
msgstr ""
"أنت ترى هذه الرسالة لأن هذا الموقع يتطلب كعكة CSRF عند تقديم النماذج. ملف "
"الكعكة هذا مطلوب لأسباب أمنية في تعريف الإرتباط، لضمان أنه لم يتم اختطاف "
"المتصفح من قبل أطراف أخرى."
msgid ""
"If you have configured your browser to disable cookies, please re-enable "
"them, at least for this site, or for 'same-origin' requests."
msgstr ""
"إذا قمت بضبط المتصفح لتعطيل الكوكيز الرجاء إعادة تغعيلها، على الأقل بالنسبة "
"لهذا الموقع، أو للطلبات من نفس المنشأ 'same-origin'."
msgid "More information is available with DEBUG=True."
msgstr "يتوفر مزيد من المعلومات عند ضبط الخيار DEBUG=True."
msgid "Welcome to Django"
msgstr "مرحبا بك في جانغو"
msgid "It worked!"
msgstr "أنه فعّال!"
msgid "Congratulations on your first Django-powered page."
msgstr "تهانينا على صفحتك الأولى بدعم من جانغو."
msgid ""
"Next, start your first app by running <code>python manage.py startapp "
"[app_label]</code>."
msgstr ""
msgid ""
"You're seeing this message because you have <code>DEBUG = True</code> in "
"your Django settings file and you haven't configured any URLs. Get to work!"
msgstr ""
"تظهر لك هذه الرسالة لأنه لديك <code>DEBUG = True</code> في ملف إعدادات جانغو "
"الخاص بك، و ايضا لعدم تكوين أي عناوين المواقع. إبدأ العمل!"
msgid "No year specified"
msgstr "لم تحدد السنة"
msgid "No month specified"
msgstr "لم تحدد الشهر"
msgid "No day specified"
msgstr "لم تحدد اليوم"
msgid "No week specified"
msgstr "لم تحدد الأسبوع"
#, python-format
msgid "No %(verbose_name_plural)s available"
msgstr "لا يوجد %(verbose_name_plural)s"
#, python-format
msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False."
msgstr ""
"التاريخ بالمستقبل %(verbose_name_plural)s غير متوفر لأن قيمة %(class_name)s."
"allow_future هي False."
#, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr "نسق تاريخ غير صحيح '%(datestr)s' محدد بالشكل '%(format)s'"
#, python-format
msgid "No %(verbose_name)s found matching the query"
msgstr "لم يعثر على أي %(verbose_name)s مطابقة لهذا الإستعلام"
msgid "Page is not 'last', nor can it be converted to an int."
msgstr "الصفحة ليست 'الأخيرة'، ولا يمكن تحويل القيمة إلى رقم صحيح."
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr "صفحة خاطئة (%(page_number)s): %(message)s"
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr "قائمة فارغة و '%(class_name)s.allow_empty' قيمته False."
msgid "Directory indexes are not allowed here."
msgstr "لا يسمح لفهارس الدليل هنا."
#, python-format
msgid "\"%(path)s\" does not exist"
msgstr "المسار \"%(path)s\" غير موجود."
#, python-format
msgid "Index of %(directory)s"
msgstr "فهرس لـ %(directory)s"
# This file is distributed under the same license as the Django package.
#
# Translators:
# Ḷḷumex03 <tornes@opmbx.org>, 2014
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Asturian (http://www.transifex.com/django/django/language/"
"ast/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "Afrikaans"
msgstr "Afrikáans"
msgid "Arabic"
msgstr "Árabe"
msgid "Asturian"
msgstr ""
msgid "Azerbaijani"
msgstr "Azerbaixanu"
msgid "Bulgarian"
msgstr "Búlgaru"
msgid "Belarusian"
msgstr "Bielorrusu"
msgid "Bengali"
msgstr "Bengalí"
msgid "Breton"
msgstr "Bretón"
msgid "Bosnian"
msgstr "Bosniu"
msgid "Catalan"
msgstr "Catalán"
msgid "Czech"
msgstr "Checu"
msgid "Welsh"
msgstr "Galés"
msgid "Danish"
msgstr "Danés"
msgid "German"
msgstr "Alemán"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "Griegu"
msgid "English"
msgstr "Inglés"
msgid "Australian English"
msgstr ""
msgid "British English"
msgstr "Inglés británicu"
msgid "Esperanto"
msgstr "Esperantu"
msgid "Spanish"
msgstr "Castellán"
msgid "Argentinian Spanish"
msgstr "Español arxentín"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Español mexicanu"
msgid "Nicaraguan Spanish"
msgstr "Español nicaraguanu"
msgid "Venezuelan Spanish"
msgstr "Español venezolanu"
msgid "Estonian"
msgstr "Estoniu"
msgid "Basque"
msgstr "Vascu"
msgid "Persian"
msgstr "Persa"
msgid "Finnish"
msgstr "Finés"
msgid "French"
msgstr "Francés"
msgid "Frisian"
msgstr "Frisón"
msgid "Irish"
msgstr "Irlandés"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Gallegu"
msgid "Hebrew"
msgstr "Hebréu"
msgid "Hindi"
msgstr "Hindi"
msgid "Croatian"
msgstr "Croata"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "Húngaru"
msgid "Interlingua"
msgstr "Interlingua"
msgid "Indonesian"
msgstr "Indonesiu"
msgid "Ido"
msgstr ""
msgid "Icelandic"
msgstr "Islandés"
msgid "Italian"
msgstr "Italianu"
msgid "Japanese"
msgstr "Xaponés"
msgid "Georgian"
msgstr "Xeorxanu"
msgid "Kazakh"
msgstr "Kazakh"
msgid "Khmer"
msgstr "Khmer"
msgid "Kannada"
msgstr "Canarés"
msgid "Korean"
msgstr "Coreanu"
msgid "Luxembourgish"
msgstr "Luxemburgués"
msgid "Lithuanian"
msgstr "Lituanu"
msgid "Latvian"
msgstr "Letón"
msgid "Macedonian"
msgstr "Macedoniu"
msgid "Malayalam"
msgstr "Malayalam"
msgid "Mongolian"
msgstr "Mongol"
msgid "Marathi"
msgstr ""
msgid "Burmese"
msgstr "Birmanu"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "Nepalí"
msgid "Dutch"
msgstr "Holandés"
msgid "Norwegian Nynorsk"
msgstr "Nynorsk noruegu"
msgid "Ossetic"
msgstr "Osetiu"
msgid "Punjabi"
msgstr "Punjabi"
msgid "Polish"
msgstr "Polacu"
msgid "Portuguese"
msgstr "Portugués"
msgid "Brazilian Portuguese"
msgstr "Portugués brasileñu"
msgid "Romanian"
msgstr "Rumanu"
msgid "Russian"
msgstr "Rusu"
msgid "Slovak"
msgstr "Eslovacu"
msgid "Slovenian"
msgstr "Eslovenu"
msgid "Albanian"
msgstr "Albanu"
msgid "Serbian"
msgstr "Serbiu"
msgid "Serbian Latin"
msgstr "Serbiu llatín"
msgid "Swedish"
msgstr "Suecu"
msgid "Swahili"
msgstr "Suaḥili"
msgid "Tamil"
msgstr "Tamil"
msgid "Telugu"
msgstr "Telugu"
msgid "Thai"
msgstr "Tailandés"
msgid "Turkish"
msgstr "Turcu"
msgid "Tatar"
msgstr "Tatar"
msgid "Udmurt"
msgstr "Udmurtu"
msgid "Ukrainian"
msgstr "Ucranianu"
msgid "Urdu"
msgstr "Urdu"
msgid "Vietnamese"
msgstr "Vietnamita"
msgid "Simplified Chinese"
msgstr "Chinu simplificáu"
msgid "Traditional Chinese"
msgstr "Chinu tradicional"
msgid "Messages"
msgstr ""
msgid "Site Maps"
msgstr ""
msgid "Static Files"
msgstr ""
msgid "Syndication"
msgstr ""
msgid "Enter a valid value."
msgstr "Introduz un valor válidu."
msgid "Enter a valid URL."
msgstr "Introduz una URL válida."
msgid "Enter a valid integer."
msgstr ""
msgid "Enter a valid email address."
msgstr "Introduz una direición de corréu válida."
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr ""
"Introduz un 'slug' válidu que consista en lletres, númberu, guiones baxos o "
"medios. "
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Introduz una direición IPv4 válida."
msgid "Enter a valid IPv6 address."
msgstr "Introduz una direición IPv6 válida."
msgid "Enter a valid IPv4 or IPv6 address."
msgstr "Introduz una direición IPv4 o IPv6 válida."
msgid "Enter only digits separated by commas."
msgstr "Introduz namái díxitos separtaos per comes."
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr "Asegúrate qu'esti valor ye %(limit_value)s (ye %(show_value)s)."
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr "Asegúrate qu'esti valor ye menor o igual a %(limit_value)s."
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr "Asegúrate qu'esti valor ye mayor o igual a %(limit_value)s."
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Asegúrate qu'esti valor tien polo menos %(limit_value)d caráuter (tien "
"%(show_value)d)."
msgstr[1] ""
"Asegúrate qu'esti valor tien polo menos %(limit_value)d caráuteres (tien "
"%(show_value)d)."
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Asegúrate qu'esti valor tien como muncho %(limit_value)d caráuter (tien "
"%(show_value)d)."
msgstr[1] ""
"Asegúrate qu'esti valor tien como muncho %(limit_value)d caráuteres (tien "
"%(show_value)d)."
#, python-format
msgid "Ensure that there are no more than %(max)s digit in total."
msgid_plural "Ensure that there are no more than %(max)s digits in total."
msgstr[0] "Asegúrate que nun hai más de %(max)s díxitu en total."
msgstr[1] "Asegúrate que nun hai más de %(max)s díxitos en total."
#, python-format
msgid "Ensure that there are no more than %(max)s decimal place."
msgid_plural "Ensure that there are no more than %(max)s decimal places."
msgstr[0] "Asegúrate que nun hai más de %(max)s allugamientu decimal."
msgstr[1] "Asegúrate que nun hai más de %(max)s allugamientos decimales."
#, python-format
msgid ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgid_plural ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgstr[0] ""
"Asegúrate que nun hai más de %(max)s díxitu enantes del puntu decimal."
msgstr[1] ""
"Asegúrate que nun hai más de %(max)s díxitos enantes del puntu decimal."
msgid "and"
msgstr "y"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr ""
#, python-format
msgid "Value %(value)r is not a valid choice."
msgstr ""
msgid "This field cannot be null."
msgstr "Esti campu nun pue ser nulu."
msgid "This field cannot be blank."
msgstr "Esti campu nun pue tar baleru."
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "%(model_name)s con esti %(field_label)s yá esiste."
#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'.
#. Eg: "Title must be unique for pub_date year"
#, python-format
msgid ""
"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
msgstr ""
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Campu de la triba: %(field_type)s"
msgid "Integer"
msgstr "Enteru"
#, python-format
msgid "'%(value)s' value must be an integer."
msgstr ""
msgid "Big (8 byte) integer"
msgstr "Enteru big (8 byte)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
msgid "Boolean (Either True or False)"
msgstr "Boleanu (tamién True o False)"
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "Cadena (fasta %(max_length)s)"
msgid "Comma-separated integers"
msgstr "Enteros separtaos per coma"
#, python-format
msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
msgid "Date (without time)"
msgstr "Data (ensin hora)"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) but it is an invalid date/time."
msgstr ""
msgid "Date (with time)"
msgstr "Data (con hora)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr ""
msgid "Decimal number"
msgstr "Númberu decimal"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
msgid "Duration"
msgstr ""
msgid "Email address"
msgstr "Direición de corréu"
msgid "File path"
msgstr "Camín del ficheru"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr ""
msgid "Floating point number"
msgstr "Númberu de puntu flotante"
msgid "IPv4 address"
msgstr "Direición IPv4"
msgid "IP address"
msgstr "Direición IP"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr ""
msgid "Boolean (Either True, False or None)"
msgstr "Boleanu (tamién True, False o None)"
msgid "Positive integer"
msgstr "Enteru positivu"
msgid "Positive small integer"
msgstr "Enteru pequeñu positivu"
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr "Slug (fasta %(max_length)s)"
msgid "Small integer"
msgstr "Enteru pequeñu"
msgid "Text"
msgstr "Testu"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
#, python-format
msgid ""
"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
"invalid time."
msgstr ""
msgid "Time"
msgstr "Hora"
msgid "URL"
msgstr "URL"
msgid "Raw binary data"
msgstr "Datos binarios crudos"
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr ""
msgid "File"
msgstr "Ficheru"
msgid "Image"
msgstr "Imaxe"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr ""
msgid "Foreign Key (type determined by related field)"
msgstr "Clave foriata (triba determinada pol campu rellacionáu)"
msgid "One-to-one relationship"
msgstr "Rellación a ún"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Rellación a munchos"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Requierse esti campu."
msgid "Enter a whole number."
msgstr "Introduz un númberu completu"
msgid "Enter a number."
msgstr "Introduz un númberu."
msgid "Enter a valid date."
msgstr "Introduz una data válida."
msgid "Enter a valid time."
msgstr "Introduz una hora válida."
msgid "Enter a valid date/time."
msgstr "Introduz una data/hora válida."
msgid "Enter a valid duration."
msgstr ""
msgid "No file was submitted. Check the encoding type on the form."
msgstr "Nun s'unvió'l ficheru. Comprueba la triba de cifráu nel formulariu."
msgid "No file was submitted."
msgstr "No file was submitted."
msgid "The submitted file is empty."
msgstr "El ficheru dunviáu ta baleru."
#, python-format
msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
msgid_plural ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr[0] ""
"Asegúrate qu'esti nome de ficheru tien polo menos %(max)d caráuter (tien "
"%(length)d)."
msgstr[1] ""
"Asegúrate qu'esti nome de ficheru tien polo menos %(max)d caráuteres (tien "
"%(length)d)."
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr "Por favor, dunvia un ficheru o conseña la caxella , non dambos."
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
"Xubi una imaxe válida. El ficheru que xubiesti o nun yera una imaxe, o taba "
"toriada."
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr ""
"Esbilla una escoyeta válida. %(value)s nun una ún de les escoyetes "
"disponibles."
msgid "Enter a list of values."
msgstr "Introduz una llista valores."
msgid "Enter a complete value."
msgstr ""
msgid "Enter a valid UUID."
msgstr ""
#. Translators: This is the default suffix added to form field labels
msgid ":"
msgstr ":"
#, python-format
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Campu anubríu %(name)s) %(error)s"
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""
#, python-format
msgid "Please submit %d or fewer forms."
msgid_plural "Please submit %d or fewer forms."
msgstr[0] "Por favor, dunvia %d o menos formularios."
msgstr[1] "Por favor, dunvia %d o menos formularios."
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] ""
msgstr[1] ""
msgid "Order"
msgstr "Orde"
msgid "Delete"
msgstr "Desanciar"
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr "Por favor, igua'l datu duplicáu de %(field)s."
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr ""
"Por favor, igua'l datu duplicáu pa %(field)s, el cual tien de ser únicu."
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
"Por favor, igua'l datu duplicáu de %(field_name)s el cual tien de ser únicu "
"pal %(lookup)s en %(date_field)s."
msgid "Please correct the duplicate values below."
msgstr "Por favor, igua los valores duplicaos embaxo"
msgid "The inline foreign key did not match the parent instance primary key."
msgstr ""
"La calve foriata en llinia nun concasa cola clave primaria d'instancia pá."
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr ""
"Esbilla una escoyeta válida. Esa escoyeta nun ye una de les escoyetes "
"disponibles."
#, python-format
msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr "\"%(pk)s\" nun ye un valor válidu pa la clave primaria."
#, python-format
msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""
"Nun pudo interpretase %(datetime)s nel fusu horariu %(current_timezone)s; "
"pue ser ambiguu o pue nun esistir."
msgid "Currently"
msgstr "Anguaño"
msgid "Change"
msgstr "Camudar"
msgid "Clear"
msgstr "Llimpiar"
msgid "Unknown"
msgstr "Desconocíu"
msgid "Yes"
msgstr "Sí"
msgid "No"
msgstr "Non"
msgid "yes,no,maybe"
msgstr "sí,non,quiciabes"
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d byte"
msgstr[1] "%(size)d bytes"
#, python-format
msgid "%s KB"
msgstr "%s KB"
#, python-format
msgid "%s MB"
msgstr "%s MB"
#, python-format
msgid "%s GB"
msgstr "%s GB"
#, python-format
msgid "%s TB"
msgstr "%s TB"
#, python-format
msgid "%s PB"
msgstr "%s PB"
msgid "p.m."
msgstr "p.m."
msgid "a.m."
msgstr "a.m."
msgid "PM"
msgstr "PM"
msgid "AM"
msgstr "AM"
msgid "midnight"
msgstr "Media nueche"
msgid "noon"
msgstr "Meudía"
msgid "Monday"
msgstr "Llunes"
msgid "Tuesday"
msgstr "Martes"
msgid "Wednesday"
msgstr "Miércoles"
msgid "Thursday"
msgstr "Xueves"
msgid "Friday"
msgstr "Vienres"
msgid "Saturday"
msgstr "Sábadu"
msgid "Sunday"
msgstr "Domingu"
msgid "Mon"
msgstr "LLu"
msgid "Tue"
msgstr "Mar"
msgid "Wed"
msgstr "Mie"
msgid "Thu"
msgstr "Xue"
msgid "Fri"
msgstr "Vie"
msgid "Sat"
msgstr "Sáb"
msgid "Sun"
msgstr "Dom"
msgid "January"
msgstr "Xineru"
msgid "February"
msgstr "Febreru"
msgid "March"
msgstr "Marzu"
msgid "April"
msgstr "Abril"
msgid "May"
msgstr "Mayu"
msgid "June"
msgstr "Xunu"
msgid "July"
msgstr "Xunetu"
msgid "August"
msgstr "Agostu"
msgid "September"
msgstr "Setiembre"
msgid "October"
msgstr "Ochobre"
msgid "November"
msgstr "Payares"
msgid "December"
msgstr "Avientu"
msgid "jan"
msgstr "xin"
msgid "feb"
msgstr "feb"
msgid "mar"
msgstr "mar"
msgid "apr"
msgstr "abr"
msgid "may"
msgstr "may"
msgid "jun"
msgstr "xun"
msgid "jul"
msgstr "xnt"
msgid "aug"
msgstr "ago"
msgid "sep"
msgstr "set"
msgid "oct"
msgstr "och"
msgid "nov"
msgstr "pay"
msgid "dec"
msgstr "avi"
msgctxt "abbrev. month"
msgid "Jan."
msgstr "Xin."
msgctxt "abbrev. month"
msgid "Feb."
msgstr "Feb."
msgctxt "abbrev. month"
msgid "March"
msgstr "Mar."
msgctxt "abbrev. month"
msgid "April"
msgstr "Abr."
msgctxt "abbrev. month"
msgid "May"
msgstr "May."
msgctxt "abbrev. month"
msgid "June"
msgstr "Xun."
msgctxt "abbrev. month"
msgid "July"
msgstr "Xnt."
msgctxt "abbrev. month"
msgid "Aug."
msgstr "Ago."
msgctxt "abbrev. month"
msgid "Sept."
msgstr "Set."
msgctxt "abbrev. month"
msgid "Oct."
msgstr "Och."
msgctxt "abbrev. month"
msgid "Nov."
msgstr "Pay."
msgctxt "abbrev. month"
msgid "Dec."
msgstr "Avi."
msgctxt "alt. month"
msgid "January"
msgstr "Xineru"
msgctxt "alt. month"
msgid "February"
msgstr "Febreru"
msgctxt "alt. month"
msgid "March"
msgstr "Marzu"
msgctxt "alt. month"
msgid "April"
msgstr "Abril"
msgctxt "alt. month"
msgid "May"
msgstr "Mayu"
msgctxt "alt. month"
msgid "June"
msgstr "Xunu"
msgctxt "alt. month"
msgid "July"
msgstr "Xunetu"
msgctxt "alt. month"
msgid "August"
msgstr "Agostu"
msgctxt "alt. month"
msgid "September"
msgstr "Setiembre"
msgctxt "alt. month"
msgid "October"
msgstr "Ochobre"
msgctxt "alt. month"
msgid "November"
msgstr "Payares"
msgctxt "alt. month"
msgid "December"
msgstr "Avientu"
msgid "This is not a valid IPv6 address."
msgstr ""
#, python-format
msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..."
msgstr "%(truncated_text)s..."
msgid "or"
msgstr "o"
#. Translators: This string is used as a separator between list elements
msgid ", "
msgstr ", "
#, python-format
msgid "%d year"
msgid_plural "%d years"
msgstr[0] "%d añu"
msgstr[1] "%d años"
#, python-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] "%d mes"
msgstr[1] "%d meses"
#, python-format
msgid "%d week"
msgid_plural "%d weeks"
msgstr[0] "%d selmana"
msgstr[1] "%d selmanes"
#, python-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d día"
msgstr[1] "%d díes"
#, python-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d hora"
msgstr[1] "%d hores"
#, python-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d minutu"
msgstr[1] "%d minutos"
msgid "0 minutes"
msgstr "0 minutos"
msgid "Forbidden"
msgstr ""
msgid "CSRF verification failed. Request aborted."
msgstr ""
msgid ""
"You are seeing this message because this HTTPS site requires a 'Referer "
"header' to be sent by your Web browser, but none was sent. This header is "
"required for security reasons, to ensure that your browser is not being "
"hijacked by third parties."
msgstr ""
msgid ""
"If you have configured your browser to disable 'Referer' headers, please re-"
"enable them, at least for this site, or for HTTPS connections, or for 'same-"
"origin' requests."
msgstr ""
msgid ""
"You are seeing this message because this site requires a CSRF cookie when "
"submitting forms. This cookie is required for security reasons, to ensure "
"that your browser is not being hijacked by third parties."
msgstr ""
msgid ""
"If you have configured your browser to disable cookies, please re-enable "
"them, at least for this site, or for 'same-origin' requests."
msgstr ""
msgid "More information is available with DEBUG=True."
msgstr ""
msgid "Welcome to Django"
msgstr ""
msgid "It worked!"
msgstr ""
msgid "Congratulations on your first Django-powered page."
msgstr ""
msgid ""
"Of course, you haven't actually done any work yet. Next, start your first "
"app by running <code>python manage.py startapp [app_label]</code>."
msgstr ""
msgid ""
"You're seeing this message because you have <code>DEBUG = True</code> in "
"your Django settings file and you haven't configured any URLs. Get to work!"
msgstr ""
msgid "No year specified"
msgstr "Nun s'especificó l'añu"
msgid "No month specified"
msgstr "Nun s'especificó'l mes"
msgid "No day specified"
msgstr "Nun s'especificó'l día"
msgid "No week specified"
msgstr "Nun s'especificó la selmana"
#, python-format
msgid "No %(verbose_name_plural)s available"
msgstr "Ensin %(verbose_name_plural)s disponible"
#, python-format
msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False."
msgstr ""
"Nun ta disponible'l %(verbose_name_plural)s futuru porque %(class_name)s."
"allow_future ye False."
#, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr "Cadena de data inválida '%(datestr)s' col formatu dau '%(format)s'"
#, python-format
msgid "No %(verbose_name)s found matching the query"
msgstr "Nun s'alcontró %(verbose_name)s que concase cola gueta"
msgid "Page is not 'last', nor can it be converted to an int."
msgstr "La páxina nun ye 'last', tampoco pue convertise a un int."
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr "Páxina inválida (%(page_number)s): %(message)s"
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr "La llista ta balera y '%(class_name)s.allow_empty' ye False."
msgid "Directory indexes are not allowed here."
msgstr "Nun tán almitíos equí los indexaos de direutoriu."
#, python-format
msgid "\"%(path)s\" does not exist"
msgstr "\"%(path)s\" nun esiste"
#, python-format
msgid "Index of %(directory)s"
msgstr "Índiz de %(directory)s"
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
from __future__ import unicode_literals
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT = 'j E Y'
TIME_FORMAT = 'G:i'
DATETIME_FORMAT = 'j E Y, G:i'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'd.m.Y'
SHORT_DATETIME_FORMAT = 'd.m.Y H:i'
FIRST_DAY_OF_WEEK = 1 # Monday
# The *_INPUT_FORMATS strings use the Python strftime format syntax,
# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior
DATE_INPUT_FORMATS = [
'%d.%m.%Y', # '25.10.2006'
'%d.%m.%y', # '25.10.06'
]
DATETIME_INPUT_FORMATS = [
'%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59'
'%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200'
'%d.%m.%Y %H:%M', # '25.10.2006 14:30'
'%d.%m.%Y', # '25.10.2006'
'%d.%m.%y %H:%M:%S', # '25.10.06 14:30:59'
'%d.%m.%y %H:%M:%S.%f', # '25.10.06 14:30:59.000200'
'%d.%m.%y %H:%M', # '25.10.06 14:30'
'%d.%m.%y', # '25.10.06'
]
DECIMAL_SEPARATOR = ','
THOUSAND_SEPARATOR = '\xa0' # non-breaking space
NUMBER_GROUPING = 3
# This file is distributed under the same license as the Django package.
#
# Translators:
# Emin Mastizada <emin@linux.com>, 2015-2016
# Metin Amiroff <amiroff@gmail.com>, 2011
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-19 16:49+0100\n"
"PO-Revision-Date: 2017-01-20 09:03+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Azerbaijani (http://www.transifex.com/django/django/language/"
"az/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: az\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "Afrikaans"
msgstr "Afrikaans"
msgid "Arabic"
msgstr "Ərəbcə"
msgid "Asturian"
msgstr "Asturiyaca"
msgid "Azerbaijani"
msgstr "Azərbaycanca"
msgid "Bulgarian"
msgstr "Bolqarca"
msgid "Belarusian"
msgstr "Belarusca"
msgid "Bengali"
msgstr "Benqalca"
msgid "Breton"
msgstr "Bretonca"
msgid "Bosnian"
msgstr "Bosniyaca"
msgid "Catalan"
msgstr "Katalanca"
msgid "Czech"
msgstr "Çexcə"
msgid "Welsh"
msgstr "Uelscə"
msgid "Danish"
msgstr "Danimarkaca"
msgid "German"
msgstr "Almanca"
msgid "Lower Sorbian"
msgstr "Aşağı Sorbca"
msgid "Greek"
msgstr "Yunanca"
msgid "English"
msgstr "İngiliscə"
msgid "Australian English"
msgstr "Avstraliya İngiliscəsi"
msgid "British English"
msgstr "Britaniya İngiliscəsi"
msgid "Esperanto"
msgstr "Esperanto"
msgid "Spanish"
msgstr "İspanca"
msgid "Argentinian Spanish"
msgstr "Argentina İspancası"
msgid "Colombian Spanish"
msgstr "Kolumbia İspancası"
msgid "Mexican Spanish"
msgstr "Meksika İspancası"
msgid "Nicaraguan Spanish"
msgstr "Nikaraqua İspancası"
msgid "Venezuelan Spanish"
msgstr "Venesuela İspancası"
msgid "Estonian"
msgstr "Estonca"
msgid "Basque"
msgstr "Baskca"
msgid "Persian"
msgstr "Farsca"
msgid "Finnish"
msgstr "Fincə"
msgid "French"
msgstr "Fransızca"
msgid "Frisian"
msgstr "Friscə"
msgid "Irish"
msgstr "İrlandca"
msgid "Scottish Gaelic"
msgstr "Şotland Keltcəsi"
msgid "Galician"
msgstr "Qallik dili"
msgid "Hebrew"
msgstr "İbranicə"
msgid "Hindi"
msgstr "Hindcə"
msgid "Croatian"
msgstr "Xorvatca"
msgid "Upper Sorbian"
msgstr "Üst Sorbca"
msgid "Hungarian"
msgstr "Macarca"
msgid "Interlingua"
msgstr "İnterlinqua"
msgid "Indonesian"
msgstr "İndonezcə"
msgid "Ido"
msgstr "İdoca"
msgid "Icelandic"
msgstr "İslandca"
msgid "Italian"
msgstr "İtalyanca"
msgid "Japanese"
msgstr "Yaponca"
msgid "Georgian"
msgstr "Gürcücə"
msgid "Kazakh"
msgstr "Qazax"
msgid "Khmer"
msgstr "Kxmercə"
msgid "Kannada"
msgstr "Kannada dili"
msgid "Korean"
msgstr "Koreyca"
msgid "Luxembourgish"
msgstr "Lüksemburqca"
msgid "Lithuanian"
msgstr "Litva dili"
msgid "Latvian"
msgstr "Latviya dili"
msgid "Macedonian"
msgstr "Makedonca"
msgid "Malayalam"
msgstr "Malayamca"
msgid "Mongolian"
msgstr "Monqolca"
msgid "Marathi"
msgstr "Marathicə"
msgid "Burmese"
msgstr "Burmescə"
msgid "Norwegian Bokmål"
msgstr "Norveç Bukmolcası"
msgid "Nepali"
msgstr "Nepal"
msgid "Dutch"
msgstr "Flamandca"
msgid "Norwegian Nynorsk"
msgstr "Nynorsk Norveçcəsi"
msgid "Ossetic"
msgstr "Osetincə"
msgid "Punjabi"
msgstr "Pancabicə"
msgid "Polish"
msgstr "Polyakca"
msgid "Portuguese"
msgstr "Portuqalca"
msgid "Brazilian Portuguese"
msgstr "Braziliya Portuqalcası"
msgid "Romanian"
msgstr "Rumınca"
msgid "Russian"
msgstr "Rusca"
msgid "Slovak"
msgstr "Slovakca"
msgid "Slovenian"
msgstr "Slovencə"
msgid "Albanian"
msgstr "Albanca"
msgid "Serbian"
msgstr "Serbcə"
msgid "Serbian Latin"
msgstr "Serbcə Latın"
msgid "Swedish"
msgstr "İsveçcə"
msgid "Swahili"
msgstr "Suahili"
msgid "Tamil"
msgstr "Tamilcə"
msgid "Telugu"
msgstr "Teluqu dili"
msgid "Thai"
msgstr "Tayca"
msgid "Turkish"
msgstr "Türkcə"
msgid "Tatar"
msgstr "Tatar"
msgid "Udmurt"
msgstr "Udmurtca"
msgid "Ukrainian"
msgstr "Ukraynaca"
msgid "Urdu"
msgstr "Urduca"
msgid "Vietnamese"
msgstr "Vyetnamca"
msgid "Simplified Chinese"
msgstr "Sadələşdirilmiş Çincə"
msgid "Traditional Chinese"
msgstr "Ənənəvi Çincə"
msgid "Messages"
msgstr "Mesajlar"
msgid "Site Maps"
msgstr "Sayt Xəritələri"
msgid "Static Files"
msgstr "Statik Fayllar"
msgid "Syndication"
msgstr "Sindikasiya"
msgid "That page number is not an integer"
msgstr ""
msgid "That page number is less than 1"
msgstr ""
msgid "That page contains no results"
msgstr ""
msgid "Enter a valid value."
msgstr "Düzgün qiymət daxil edin."
msgid "Enter a valid URL."
msgstr "Düzgün URL daxil edin."
msgid "Enter a valid integer."
msgstr "Düzgün rəqəm daxil edin."
msgid "Enter a valid email address."
msgstr "Düzgün e-poçt ünvanı daxil edin."
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr ""
"Hərflərdən, rəqəmlərdən, alt-xətlərdən və ya defislərdən ibarət düzgün "
"qısaltma daxil edin."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Keçərli Unicode hərfləri, rəqəmlər, alt xətt və ya defis olan 'slug' daxil "
"edin."
msgid "Enter a valid IPv4 address."
msgstr "Düzgün IPv4 ünvanı daxil edin."
msgid "Enter a valid IPv6 address."
msgstr "Düzgün IPv6 ünvanını daxil edin."
msgid "Enter a valid IPv4 or IPv6 address."
msgstr "Düzgün IPv4 və ya IPv6 ünvanını daxil edin."
msgid "Enter only digits separated by commas."
msgstr "Vergüllə ayırmaqla yalnız rəqəmlər daxil edin."
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr "Əmin edin ki, bu qiymət %(limit_value)s-dir (bu %(show_value)s-dir)."
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr ""
"Bu qiymətin %(limit_value)s-ya bərabər və ya ondan kiçik olduğunu yoxlayın."
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr ""
"Bu qiymətin %(limit_value)s-ya bərabər və ya ondan böyük olduğunu yoxlayın."
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Bu dəyərin ən az %(limit_value)d simvol olduğuna əmin olun (%(show_value)d "
"var)"
msgstr[1] ""
"Bu dəyərin ən az %(limit_value)d simvol olduğuna əmin olun (%(show_value)d "
"var)"
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Bu dəyərin ən çox %(limit_value)d simvol olduğuna əmin olun (%(show_value)d "
"var)"
msgstr[1] ""
"Bu dəyərin ən çox %(limit_value)d simvol olduğuna əmin olun (%(show_value)d "
"var)"
#, python-format
msgid "Ensure that there are no more than %(max)s digit in total."
msgid_plural "Ensure that there are no more than %(max)s digits in total."
msgstr[0] "Toplamda %(max)s rəqəmdən çox olmadığına əmin olun."
msgstr[1] "Toplamda %(max)s rəqəmdən çox olmadığına əmin olun."
#, python-format
msgid "Ensure that there are no more than %(max)s decimal place."
msgid_plural "Ensure that there are no more than %(max)s decimal places."
msgstr[0] "Onluq hissənin %(max)s rəqəmdən çox olmadığına əmin olun."
msgstr[1] "Onluq hissənin %(max)s rəqəmdən çox olmadığına əmin olun."
#, python-format
msgid ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgid_plural ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgstr[0] "Onluq hissədən əvvəl %(max)s rəqəmdən çox olmadığına əmin olun."
msgstr[1] "Onluq hissədən əvvəl %(max)s rəqəmdən çox olmadığına əmin olun."
#, python-format
msgid ""
"File extension '%(extension)s' is not allowed. Allowed extensions are: "
"'%(allowed_extensions)s'."
msgstr ""
msgid "and"
msgstr "və"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr "%(field_labels)s ilə %(model_name)s artıq mövcuddur."
#, python-format
msgid "Value %(value)r is not a valid choice."
msgstr "%(value)r dəyəri doğru seçim deyil."
msgid "This field cannot be null."
msgstr "Bu sahə boş qala bilməz."
msgid "This field cannot be blank."
msgstr "Bu sahə ağ qala bilməz."
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "%(model_name)s bu %(field_label)s sahə ilə artıq mövcuddur."
#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'.
#. Eg: "Title must be unique for pub_date year"
#, python-format
msgid ""
"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
msgstr ""
"%(field_label)s dəyəri %(date_field_label)s %(lookup_type)s üçün unikal "
"olmalıdır."
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Sahənin tipi: %(field_type)s"
msgid "Integer"
msgstr "Tam ədəd"
#, python-format
msgid "'%(value)s' value must be an integer."
msgstr "'%(value)s' dəyəri tam rəqəm olmalıdır."
msgid "Big (8 byte) integer"
msgstr "Böyük (8 bayt) tam ədəd"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "'%(value)s' dəyəri True və ya False olmalıdır."
msgid "Boolean (Either True or False)"
msgstr "Bul (ya Doğru, ya Yalan)"
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "Sətir (%(max_length)s simvola kimi)"
msgid "Comma-separated integers"
msgstr "Vergüllə ayrılmış tam ədədlər"
#, python-format
msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
"'%(value)s' dəyəri səhv tarix formatındadır. Bu İİİİ-AA-GG formatında "
"olmalıdır."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
"'%(value)s dəyəri düzgün formatdadır (İİİİ-AA-GG) amma bu xətalı tarixdir."
msgid "Date (without time)"
msgstr "Tarix (saatsız)"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) but it is an invalid date/time."
msgstr ""
msgid "Date (with time)"
msgstr "Tarix (vaxt ilə)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr ""
msgid "Decimal number"
msgstr "Rasional ədəd"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
msgid "Duration"
msgstr "Müddət"
msgid "Email address"
msgstr "E-poçt"
msgid "File path"
msgstr "Faylın ünvanı"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr ""
msgid "Floating point number"
msgstr "Sürüşən vergüllü ədəd"
msgid "IPv4 address"
msgstr "IPv4 ünvanı"
msgid "IP address"
msgstr "IP ünvan"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr ""
msgid "Boolean (Either True, False or None)"
msgstr "Bul (Ya Doğru, ya Yalan, ya da Heç nə)"
msgid "Positive integer"
msgstr "Müsbət tam ədəd"
msgid "Positive small integer"
msgstr "Müsbət tam kiçik ədəd"
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr "Əzmə (%(max_length)s simvola kimi)"
msgid "Small integer"
msgstr "Kiçik tam ədəd"
msgid "Text"
msgstr "Mətn"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
#, python-format
msgid ""
"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
"invalid time."
msgstr ""
msgid "Time"
msgstr "Vaxt"
msgid "URL"
msgstr "URL"
msgid "Raw binary data"
msgstr ""
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr "'%(value)s' keçərli UUID deyil."
msgid "File"
msgstr "Fayl"
msgid "Image"
msgstr "Şəkil"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr ""
msgid "Foreign Key (type determined by related field)"
msgstr "Xarici açar (bağlı olduğu sahəyə uyğun tipi alır)"
msgid "One-to-one relationship"
msgstr "Birin-birə münasibət"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Çoxun-çoxa münasibət"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Bu sahə vacibdir."
msgid "Enter a whole number."
msgstr "Tam ədəd daxil edin."
msgid "Enter a number."
msgstr "Ədəd daxil edin."
msgid "Enter a valid date."
msgstr "Düzgün tarix daxil edin."
msgid "Enter a valid time."
msgstr "Düzgün vaxt daxil edin."
msgid "Enter a valid date/time."
msgstr "Düzgün tarix/vaxt daxil edin."
msgid "Enter a valid duration."
msgstr "Keçərli müddət daxil edin."
msgid "No file was submitted. Check the encoding type on the form."
msgstr "Fayl göndərilməyib. Vərəqənin (\"form\") şifrələmə tipini yoxlayın."
msgid "No file was submitted."
msgstr "Fayl göndərilməyib."
msgid "The submitted file is empty."
msgstr "Göndərilən fayl boşdur."
#, python-format
msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
msgid_plural ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr[0] ""
msgstr[1] ""
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr ""
"Ya fayl göndərin, ya da xanaya quş qoymayın, hər ikisini də birdən etməyin."
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
"Düzgün şəkil göndərin. Göndərdiyiniz fayl ya şəkil deyil, ya da şəkildə "
"problem var."
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr "Düzgün seçim edin. %(value)s seçimlər arasında yoxdur."
msgid "Enter a list of values."
msgstr "Qiymətlərin siyahısını daxil edin."
msgid "Enter a complete value."
msgstr "Tam dəyər daxil edin."
msgid "Enter a valid UUID."
msgstr "Keçərli UUID daxil et."
#. Translators: This is the default suffix added to form field labels
msgid ":"
msgstr ":"
#, python-format
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Gizli %(name)s sahəsi) %(error)s"
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""
#, python-format
msgid "Please submit %d or fewer forms."
msgid_plural "Please submit %d or fewer forms."
msgstr[0] "Lütfən %d və ya daha az forma göndərin."
msgstr[1] "Lütfən %d və ya daha az forma göndərin."
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] "Lütfən %d və ya daha çox forma göndərin."
msgstr[1] "Lütfən %d və ya daha çox forma göndərin."
msgid "Order"
msgstr "Sırala"
msgid "Delete"
msgstr "Sil"
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr "%(field)s sahəsinə görə təkrarlanan məlumatlara düzəliş edin."
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr ""
"%(field)s sahəsinə görə təkrarlanan məlumatlara düzəliş edin, onların hamısı "
"fərqli olmalıdır."
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
"%(field_name)s sahəsinə görə təkrarlanan məlumatlara düzəliş edin, onlar "
"%(date_field)s %(lookup)s-a görə fərqli olmalıdır."
msgid "Please correct the duplicate values below."
msgstr "Aşağıda təkrarlanan qiymətlərə düzəliş edin."
msgid "The inline foreign key did not match the parent instance primary key."
msgstr "Xarici açar ana obyektin əsas açarı ilə üst-üstə düşmür."
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr "Düzgün seçim edin. Bu seçim mümkün deyil."
#, python-format
msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr "\"%(pk)s\" əsas açar üçün keçərli dəyər deyil."
#, python-format
msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""
"%(datetime)s %(current_timezone)s zaman qurşağında ifadə oluna bilmir; ya "
"duallıq, ya da yanlışlıq var."
msgid "Clear"
msgstr "Təmizlə"
msgid "Currently"
msgstr "Hal-hazırda"
msgid "Change"
msgstr "Dəyiş"
msgid "Unknown"
msgstr "Məlum deyil"
msgid "Yes"
msgstr "Hə"
msgid "No"
msgstr "Yox"
msgid "yes,no,maybe"
msgstr "hə,yox,bəlkə"
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d bayt"
msgstr[1] "%(size)d bayt"
#, python-format
msgid "%s KB"
msgstr "%s KB"
#, python-format
msgid "%s MB"
msgstr "%s MB"
#, python-format
msgid "%s GB"
msgstr "%s QB"
#, python-format
msgid "%s TB"
msgstr "%s TB"
#, python-format
msgid "%s PB"
msgstr "%s PB"
msgid "p.m."
msgstr "p.m."
msgid "a.m."
msgstr "a.m."
msgid "PM"
msgstr "PM"
msgid "AM"
msgstr "AM"
msgid "midnight"
msgstr "gecə yarısı"
msgid "noon"
msgstr "günorta"
msgid "Monday"
msgstr "Bazar ertəsi"
msgid "Tuesday"
msgstr "Çərşənbə axşamı"
msgid "Wednesday"
msgstr "Çərşənbə"
msgid "Thursday"
msgstr "Cümə axşamı"
msgid "Friday"
msgstr "Cümə"
msgid "Saturday"
msgstr "Şənbə"
msgid "Sunday"
msgstr "Bazar"
msgid "Mon"
msgstr "B.e"
msgid "Tue"
msgstr "Ç.a"
msgid "Wed"
msgstr "Çrş"
msgid "Thu"
msgstr "C.a"
msgid "Fri"
msgstr "Cüm"
msgid "Sat"
msgstr "Şnb"
msgid "Sun"
msgstr "Bzr"
msgid "January"
msgstr "Yanvar"
msgid "February"
msgstr "Fevral"
msgid "March"
msgstr "Mart"
msgid "April"
msgstr "Aprel"
msgid "May"
msgstr "May"
msgid "June"
msgstr "İyun"
msgid "July"
msgstr "İyul"
msgid "August"
msgstr "Avqust"
msgid "September"
msgstr "Sentyabr"
msgid "October"
msgstr "Oktyabr"
msgid "November"
msgstr "Noyabr"
msgid "December"
msgstr "Dekabr"
msgid "jan"
msgstr "ynv"
msgid "feb"
msgstr "fvr"
msgid "mar"
msgstr "mar"
msgid "apr"
msgstr "apr"
msgid "may"
msgstr "may"
msgid "jun"
msgstr "iyn"
msgid "jul"
msgstr "iyl"
msgid "aug"
msgstr "avq"
msgid "sep"
msgstr "snt"
msgid "oct"
msgstr "okt"
msgid "nov"
msgstr "noy"
msgid "dec"
msgstr "dek"
msgctxt "abbrev. month"
msgid "Jan."
msgstr "Yan."
msgctxt "abbrev. month"
msgid "Feb."
msgstr "Fev."
msgctxt "abbrev. month"
msgid "March"
msgstr "Mart"
msgctxt "abbrev. month"
msgid "April"
msgstr "Aprel"
msgctxt "abbrev. month"
msgid "May"
msgstr "May"
msgctxt "abbrev. month"
msgid "June"
msgstr "İyun"
msgctxt "abbrev. month"
msgid "July"
msgstr "İyul"
msgctxt "abbrev. month"
msgid "Aug."
msgstr "Avq."
msgctxt "abbrev. month"
msgid "Sept."
msgstr "Sent."
msgctxt "abbrev. month"
msgid "Oct."
msgstr "Okt."
msgctxt "abbrev. month"
msgid "Nov."
msgstr "Noy."
msgctxt "abbrev. month"
msgid "Dec."
msgstr "Dek."
msgctxt "alt. month"
msgid "January"
msgstr "Yanvar"
msgctxt "alt. month"
msgid "February"
msgstr "Fevral"
msgctxt "alt. month"
msgid "March"
msgstr "Mart"
msgctxt "alt. month"
msgid "April"
msgstr "Aprel"
msgctxt "alt. month"
msgid "May"
msgstr "May"
msgctxt "alt. month"
msgid "June"
msgstr "İyun"
msgctxt "alt. month"
msgid "July"
msgstr "İyul"
msgctxt "alt. month"
msgid "August"
msgstr "Avqust"
msgctxt "alt. month"
msgid "September"
msgstr "Sentyabr"
msgctxt "alt. month"
msgid "October"
msgstr "Oktyabr"
msgctxt "alt. month"
msgid "November"
msgstr "Noyabr"
msgctxt "alt. month"
msgid "December"
msgstr "Dekabr"
msgid "This is not a valid IPv6 address."
msgstr "Bu doğru IPv6 ünvanı deyil."
#, python-format
msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..."
msgstr "%(truncated_text)s..."
msgid "or"
msgstr "və ya"
#. Translators: This string is used as a separator between list elements
msgid ", "
msgstr ", "
#, python-format
msgid "%d year"
msgid_plural "%d years"
msgstr[0] "%d il"
msgstr[1] "%d il"
#, python-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] "%d ay"
msgstr[1] "%d ay"
#, python-format
msgid "%d week"
msgid_plural "%d weeks"
msgstr[0] "%d həftə"
msgstr[1] "%d həftə"
#, python-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d gün"
msgstr[1] "%d gün"
#, python-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d saat"
msgstr[1] "%d saat"
#, python-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d dəqiqə"
msgstr[1] "%d dəqiqə"
msgid "0 minutes"
msgstr "0 dəqiqə"
msgid "Forbidden"
msgstr "Qadağan"
msgid "CSRF verification failed. Request aborted."
msgstr "CSRF təsdiqləmə alınmadı. Sorğu ləğv edildi."
msgid ""
"You are seeing this message because this HTTPS site requires a 'Referer "
"header' to be sent by your Web browser, but none was sent. This header is "
"required for security reasons, to ensure that your browser is not being "
"hijacked by third parties."
msgstr ""
msgid ""
"If you have configured your browser to disable 'Referer' headers, please re-"
"enable them, at least for this site, or for HTTPS connections, or for 'same-"
"origin' requests."
msgstr ""
msgid ""
"You are seeing this message because this site requires a CSRF cookie when "
"submitting forms. This cookie is required for security reasons, to ensure "
"that your browser is not being hijacked by third parties."
msgstr ""
msgid ""
"If you have configured your browser to disable cookies, please re-enable "
"them, at least for this site, or for 'same-origin' requests."
msgstr ""
msgid "More information is available with DEBUG=True."
msgstr "Daha ətraflı məlumat DEBUG=True ilə mövcuddur."
msgid "Welcome to Django"
msgstr "Djangoya Xoş Gəldiniz"
msgid "It worked!"
msgstr "İşlədi!"
msgid "Congratulations on your first Django-powered page."
msgstr "İlk Django ilə işləyən səhifəniz münasibəti ilə təbrik edirik."
msgid ""
"Next, start your first app by running <code>python manage.py startapp "
"[app_label]</code>."
msgstr ""
msgid ""
"You're seeing this message because you have <code>DEBUG = True</code> in "
"your Django settings file and you haven't configured any URLs. Get to work!"
msgstr ""
msgid "No year specified"
msgstr "İl göstərilməyib"
msgid "No month specified"
msgstr "Ay göstərilməyib"
msgid "No day specified"
msgstr "Gün göstərilməyib"
msgid "No week specified"
msgstr "Həftə göstərilməyib"
#, python-format
msgid "No %(verbose_name_plural)s available"
msgstr "%(verbose_name_plural)s seçmək mümkün deyil"
#, python-format
msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False."
msgstr ""
"Gələcək %(verbose_name_plural)s seçmək mümkün deyil, çünki %(class_name)s."
"allow_future Yalan kimi qeyd olunub."
#, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr "\"%(format)s\" formatına görə \"%(datestr)s\" tarixi düzgün deyil"
#, python-format
msgid "No %(verbose_name)s found matching the query"
msgstr "Sorğuya uyğun %(verbose_name)s tapılmadı"
msgid "Page is not 'last', nor can it be converted to an int."
msgstr "Səhifə nə \"axırıncı\"dır, nə də tam ədədə çevirmək mümkündür."
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr "Qeyri-düzgün səhifə (%(page_number)s): %(message)s"
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr "Siyahı boşdur və '%(class_name)s.allow_empty' Yalan kimi qeyd olunub."
msgid "Directory indexes are not allowed here."
msgstr "Ünvan indekslərinə icazə verilmir."
#, python-format
msgid "\"%(path)s\" does not exist"
msgstr "\"%(path)s\" mövcud deyil"
#, python-format
msgid "Index of %(directory)s"
msgstr "%(directory)s-nin indeksi"
# This file is distributed under the same license as the Django package.
#
# Translators:
# Viktar Palstsiuk <vipals@gmail.com>, 2014-2015
# znotdead <zhirafchik@gmail.com>, 2016-2017
# Дмитрий Шатера <mr.bobsans@gmail.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-19 16:49+0100\n"
"PO-Revision-Date: 2017-02-15 07:12+0000\n"
"Last-Translator: znotdead <zhirafchik@gmail.com>\n"
"Language-Team: Belarusian (http://www.transifex.com/django/django/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 "Afrikaans"
msgstr "Афрыкаанс"
msgid "Arabic"
msgstr "Арабская"
msgid "Asturian"
msgstr "Астурыйская"
msgid "Azerbaijani"
msgstr "Азэрбайджанская"
msgid "Bulgarian"
msgstr "Баўгарская"
msgid "Belarusian"
msgstr "Беларуская"
msgid "Bengali"
msgstr "Бэнґальская"
msgid "Breton"
msgstr "Брэтонская"
msgid "Bosnian"
msgstr "Басьнійская"
msgid "Catalan"
msgstr "Каталёнская"
msgid "Czech"
msgstr "Чэская"
msgid "Welsh"
msgstr "Валійская"
msgid "Danish"
msgstr "Дацкая"
msgid "German"
msgstr "Нямецкая"
msgid "Lower Sorbian"
msgstr "Ніжнелужыцкая"
msgid "Greek"
msgstr "Грэцкая"
msgid "English"
msgstr "Анґельская"
msgid "Australian English"
msgstr "Анґельская (Аўстралія)"
msgid "British English"
msgstr "Анґельская (Брытанская)"
msgid "Esperanto"
msgstr "Эспэранта"
msgid "Spanish"
msgstr "Гішпанская"
msgid "Argentinian Spanish"
msgstr "Гішпанская (Арґентына)"
msgid "Colombian Spanish"
msgstr "Гішпанская (Калумбія)"
msgid "Mexican Spanish"
msgstr "Гішпанская (Мэксыка)"
msgid "Nicaraguan Spanish"
msgstr "Гішпанская (Нікараґуа)"
msgid "Venezuelan Spanish"
msgstr "Іспанская (Вэнэсуэла)"
msgid "Estonian"
msgstr "Эстонская"
msgid "Basque"
msgstr "Басконская"
msgid "Persian"
msgstr "Фарсі"
msgid "Finnish"
msgstr "Фінская"
msgid "French"
msgstr "Француская"
msgid "Frisian"
msgstr "Фрызкая"
msgid "Irish"
msgstr "Ірляндзкая"
msgid "Scottish Gaelic"
msgstr "Гэльская шатляндзкая"
msgid "Galician"
msgstr "Ґальская"
msgid "Hebrew"
msgstr "Габрэйская"
msgid "Hindi"
msgstr "Гінды"
msgid "Croatian"
msgstr "Харвацкая"
msgid "Upper Sorbian"
msgstr "Верхнелужыцкая"
msgid "Hungarian"
msgstr "Вугорская"
msgid "Interlingua"
msgstr "Інтэрлінгва"
msgid "Indonesian"
msgstr "Інданэзійская"
msgid "Ido"
msgstr "Іда"
msgid "Icelandic"
msgstr "Ісьляндзкая"
msgid "Italian"
msgstr "Італьянская"
msgid "Japanese"
msgstr "Японская"
msgid "Georgian"
msgstr "Грузінская"
msgid "Kazakh"
msgstr "Казаская"
msgid "Khmer"
msgstr "Кхмерская"
msgid "Kannada"
msgstr "Каннада"
msgid "Korean"
msgstr "Карэйская"
msgid "Luxembourgish"
msgstr "Люксэмбургская"
msgid "Lithuanian"
msgstr "Літоўская"
msgid "Latvian"
msgstr "Латыская"
msgid "Macedonian"
msgstr "Македонская"
msgid "Malayalam"
msgstr "Малаялам"
msgid "Mongolian"
msgstr "Манґольская"
msgid "Marathi"
msgstr "Маратхі"
msgid "Burmese"
msgstr "Бірманская"
msgid "Norwegian Bokmål"
msgstr "Нарвэская букмал"
msgid "Nepali"
msgstr "Нэпальская"
msgid "Dutch"
msgstr "Галяндзкая"
msgid "Norwegian Nynorsk"
msgstr "Нарвэская нюнорск"
msgid "Ossetic"
msgstr "Асяцінская"
msgid "Punjabi"
msgstr "Панджабі"
msgid "Polish"
msgstr "Польская"
msgid "Portuguese"
msgstr "Партуґальская"
msgid "Brazilian Portuguese"
msgstr "Партуґальская (Бразылія)"
msgid "Romanian"
msgstr "Румынская"
msgid "Russian"
msgstr "Расейская"
msgid "Slovak"
msgstr "Славацкая"
msgid "Slovenian"
msgstr "Славенская"
msgid "Albanian"
msgstr "Альбанская"
msgid "Serbian"
msgstr "Сэрбская"
msgid "Serbian Latin"
msgstr "Сэрбская (лацінка)"
msgid "Swedish"
msgstr "Швэдзкая"
msgid "Swahili"
msgstr "Суахілі"
msgid "Tamil"
msgstr "Тамільская"
msgid "Telugu"
msgstr "Тэлуґу"
msgid "Thai"
msgstr "Тайская"
msgid "Turkish"
msgstr "Турэцкая"
msgid "Tatar"
msgstr "Татарская"
msgid "Udmurt"
msgstr "Удмурцкая"
msgid "Ukrainian"
msgstr "Украінская"
msgid "Urdu"
msgstr "Урду"
msgid "Vietnamese"
msgstr "Віетнамская"
msgid "Simplified Chinese"
msgstr "Кітайская (спрошчаная)"
msgid "Traditional Chinese"
msgstr "Кітайская (звычайная)"
msgid "Messages"
msgstr "Паведамленні"
msgid "Site Maps"
msgstr "Мапы сайту"
msgid "Static Files"
msgstr "Cтатычныя файлы"
msgid "Syndication"
msgstr "Сындыкацыя"
msgid "That page number is not an integer"
msgstr "Лік гэтай старонкі не з'яўляецца цэлым лікам"
msgid "That page number is less than 1"
msgstr "Лік старонкі менш чым 1"
msgid "That page contains no results"
msgstr "Гэтая старонка не мае ніякіх вынікаў"
msgid "Enter a valid value."
msgstr "Пазначце правільнае значэньне."
msgid "Enter a valid URL."
msgstr "Пазначце чынную спасылку."
msgid "Enter a valid integer."
msgstr "Увядзіце цэлы лік."
msgid "Enter a valid email address."
msgstr "Увядзіце сапраўдны адрас электроннай пошты."
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr "Бірка можа зьмяшчаць літары, лічбы, знакі падкрэсьліваньня ды злучкі."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Значэнне павінна быць толькі з літараў стандарту Unicode, личбаў, знакаў "
"падкрэслівання ці злучкі."
msgid "Enter a valid IPv4 address."
msgstr "Пазначце чынны адрас IPv4."
msgid "Enter a valid IPv6 address."
msgstr "Пазначце чынны адрас IPv6."
msgid "Enter a valid IPv4 or IPv6 address."
msgstr "Пазначце чынны адрас IPv4 або IPv6."
msgid "Enter only digits separated by commas."
msgstr "Набярыце лічбы, падзеленыя коскамі."
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr ""
"Упэўніцеся, што гэтае значэньне — %(limit_value)s (зараз яно — "
"%(show_value)s)."
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr "Значэньне мусіць быць меншым або роўным %(limit_value)s."
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr "Значэньне мусіць быць большым або роўным %(limit_value)s."
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Упэўніцеся, што гэтае значэнне мае не менш %(limit_value)d сімвал (зараз "
"%(show_value)d)."
msgstr[1] ""
"Упэўніцеся, што гэтае значэнне мае не менш %(limit_value)d сімвала (зараз "
"%(show_value)d)."
msgstr[2] ""
"Упэўніцеся, што гэтае значэнне мае не менш %(limit_value)d сімвалаў (зараз "
"%(show_value)d)."
msgstr[3] ""
"Упэўніцеся, што гэтае значэнне мае не менш %(limit_value)d сімвалаў (зараз "
"%(show_value)d)."
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Упэўніцеся, што гэтае значэнне мае не болей %(limit_value)d сімвал (зараз "
"%(show_value)d)."
msgstr[1] ""
"Упэўніцеся, што гэтае значэнне мае не болей %(limit_value)d сімвала (зараз "
"%(show_value)d)."
msgstr[2] ""
"Упэўніцеся, што гэтае значэнне мае не болей %(limit_value)d сімвалаў (зараз "
"%(show_value)d)."
msgstr[3] ""
"Упэўніцеся, што гэтае значэнне мае не болей %(limit_value)d сімвалаў (зараз "
"%(show_value)d)."
#, python-format
msgid "Ensure that there are no more than %(max)s digit in total."
msgid_plural "Ensure that there are no more than %(max)s digits in total."
msgstr[0] "Упэўніцеся, што набралі ня болей за %(max)s лічбу."
msgstr[1] "Упэўніцеся, што набралі ня болей за %(max)s лічбы."
msgstr[2] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў."
msgstr[3] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў."
#, python-format
msgid "Ensure that there are no more than %(max)s decimal place."
msgid_plural "Ensure that there are no more than %(max)s decimal places."
msgstr[0] "Упэўніцеся, што набралі ня болей за %(max)s лічбу пасьля коскі."
msgstr[1] "Упэўніцеся, што набралі ня болей за %(max)s лічбы пасьля коскі."
msgstr[2] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў пасьля коскі."
msgstr[3] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў пасьля коскі."
#, python-format
msgid ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgid_plural ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgstr[0] "Упэўніцеся, што набралі ня болей за %(max)s лічбу да коскі."
msgstr[1] "Упэўніцеся, што набралі ня болей за %(max)s лічбы да коскі."
msgstr[2] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў да коскі."
msgstr[3] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў да коскі."
#, python-format
msgid ""
"File extension '%(extension)s' is not allowed. Allowed extensions are: "
"'%(allowed_extensions)s'."
msgstr ""
"Пашырэнне файла '%(extension)s' не дапускаецца. Дапушчальныя пашырэння: "
"'%(allowed_extensions)s'."
msgid "and"
msgstr "і"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr "%(model_name)s з такім %(field_labels)s ужо існуе."
#, python-format
msgid "Value %(value)r is not a valid choice."
msgstr "Значэнне %(value)r не з'яўляецца правільным выбарам."
msgid "This field cannot be null."
msgstr "Поле ня можа мець значэньне «null»."
msgid "This field cannot be blank."
msgstr "Трэба запоўніць поле."
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "%(model_name)s з такім %(field_label)s ужо існуе."
#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'.
#. Eg: "Title must be unique for pub_date year"
#, python-format
msgid ""
"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
msgstr ""
"%(field_label)s павінна быць унікальна для %(date_field_label)s "
"%(lookup_type)s."
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Палі віду: %(field_type)s"
msgid "Integer"
msgstr "Цэлы лік"
#, python-format
msgid "'%(value)s' value must be an integer."
msgstr "Значэньне '%(value)s' павінна быць цэлым лікам."
msgid "Big (8 byte) integer"
msgstr "Вялікі (8 байтаў) цэлы"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "Значэньне '%(value)s' павінна быць True або False."
msgid "Boolean (Either True or False)"
msgstr "Ляґічнае («сапраўдна» або «не сапраўдна»)"
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "Радок (ня болей за %(max_length)s)"
msgid "Comma-separated integers"
msgstr "Цэлыя лікі, падзеленыя коскаю"
#, python-format
msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
"Значэнне '%(value)s' мае няправільны фармат. Яно павінна быць у фармаце ГГГГ-"
"ММ-ДД."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
"Значэнне '%(value)s' мае правільны фармат(ГГГГ-ММ-ДД) але гэта несапраўдная "
"дата."
msgid "Date (without time)"
msgstr "Дата (бяз часу)"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
"Значэнне '%(value)s' мае няправільны фармат. Яно павінна быць у фармаце ГГГГ-"
"ММ-ДД ГГ:ХХ[:сс[.мммммм]][ЧА], дзе ЧА — часавы абсяг."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) but it is an invalid date/time."
msgstr ""
"Значэнне '%(value)s' мае правільны фармат (ГГГГ-ММ-ДД ГГ:ХХ[:сс[.мммммм]]"
"[ЧА], дзе ЧА — часавы абсяг) але гэта несапраўдныя дата/час."
msgid "Date (with time)"
msgstr "Дата (разам з часам)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr "Значэньне '%(value)s' павінна быць дзесятковым лікам."
msgid "Decimal number"
msgstr "Дзесятковы лік"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
"Значэньне '%(value)s' мае няправільны фармат. Яно павінна быць у фармаце "
"[ДД] [ГГ:[ХХ:]]сс[.мммммм]."
msgid "Duration"
msgstr "Працягласць"
msgid "Email address"
msgstr "Адрас эл. пошты"
msgid "File path"
msgstr "Шлях да файла"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr "Значэньне '%(value)s' павінна быць дробным лікам."
msgid "Floating point number"
msgstr "Лік зь пераноснай коскаю"
msgid "IPv4 address"
msgstr "Адрас IPv4"
msgid "IP address"
msgstr "Адрас IP"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr "Значэньне '%(value)s' павінна быць None, True альбо False."
msgid "Boolean (Either True, False or None)"
msgstr "Ляґічнае («сапраўдна», «не сапраўдна» ці «нічога»)"
msgid "Positive integer"
msgstr "Дадатны цэлы лік"
msgid "Positive small integer"
msgstr "Дадатны малы цэлы лік"
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr "Бірка (ня болей за %(max_length)s)"
msgid "Small integer"
msgstr "Малы цэлы лік"
msgid "Text"
msgstr "Тэкст"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
"Значэньне '%(value)s' мае няправільны фармат. Яно павінна быць у фармаце HH:"
"MM[:ss[.uuuuuu]]."
#, python-format
msgid ""
"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
"invalid time."
msgstr ""
"Значэнне '%(value)s' мае правільны фармат (ГГ:ХХ[:сс[.мммммм]]) але гэта "
"несапраўдны час."
msgid "Time"
msgstr "Час"
msgid "URL"
msgstr "Сеціўная спасылка"
msgid "Raw binary data"
msgstr "Неапрацаваныя бінарныя зьвесткі"
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr "'%(value)s' не з'яўляецца дапушчальным UUID."
msgid "File"
msgstr "Файл"
msgid "Image"
msgstr "Выява"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr "Экземпляр %(model)s з %(field)s %(value)r не iснуе."
msgid "Foreign Key (type determined by related field)"
msgstr "Вонкавы ключ (від вызначаецца паводле зьвязанага поля)"
msgid "One-to-one relationship"
msgstr "Сувязь «адзін да аднаго»"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "Сувязь %(from)s-%(to)s"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "Сувязi %(from)s-%(to)s"
msgid "Many-to-many relationship"
msgstr "Сувязь «некалькі да некалькіх»"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Поле трэба запоўніць."
msgid "Enter a whole number."
msgstr "Набярыце ўвесь лік."
msgid "Enter a number."
msgstr "Набярыце лік."
msgid "Enter a valid date."
msgstr "Пазначце чынную дату."
msgid "Enter a valid time."
msgstr "Пазначце чынны час."
msgid "Enter a valid date/time."
msgstr "Пазначце чынныя час і дату."
msgid "Enter a valid duration."
msgstr "Увядзіце сапраўдны тэрмін."
msgid "No file was submitted. Check the encoding type on the form."
msgstr "Файл не даслалі. Зірніце кадоўку блянку."
msgid "No file was submitted."
msgstr "Файл не даслалі."
msgid "The submitted file is empty."
msgstr "Дасланы файл — парожні."
#, python-format
msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
msgid_plural ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr[0] ""
"Упэўніцеся, што гэтае імя файлу мае не болей %(max)d сімвал (зараз "
"%(length)d)."
msgstr[1] ""
"Упэўніцеся, што гэтае імя файлу мае не болей %(max)d сімвала (зараз "
"%(length)d)."
msgstr[2] ""
"Упэўніцеся, што гэтае імя файлу мае не болей %(max)d сімвалаў (зараз "
"%(length)d)."
msgstr[3] ""
"Упэўніцеся, што гэтае імя файлу мае не болей %(max)d сімвалаў (зараз "
"%(length)d)."
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr ""
"Трэба або даслаць файл, або абраць «Ачысьціць», але нельга рабіць гэта "
"адначасова."
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
"Запампаваць чынны малюнак. Запампавалі або не выяву, або пашкоджаную выяву."
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr "Абярыце дазволенае. %(value)s няма ў даступных значэньнях."
msgid "Enter a list of values."
msgstr "Упішыце сьпіс значэньняў."
msgid "Enter a complete value."
msgstr "Калі ласка, увядзіце поўнае значэньне."
msgid "Enter a valid UUID."
msgstr "Увядзіце сапраўдны UUID."
#. Translators: This is the default suffix added to form field labels
msgid ":"
msgstr ":"
#, python-format
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Схаванае поле %(name)s) %(error)s"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "Данныя ManagementForm адсутнічаюць ці былі пашкоджаны"
#, python-format
msgid "Please submit %d or fewer forms."
msgid_plural "Please submit %d or fewer forms."
msgstr[0] "Калі ласка, адпраўце %d або менш формаў."
msgstr[1] "Калі ласка, адпраўце %d або менш формаў."
msgstr[2] "Калі ласка, адпраўце %d або менш формаў."
msgstr[3] "Калі ласка, адпраўце %d або менш формаў."
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] "Калі ласка, адпраўце %d або больш формаў."
msgstr[1] "Калі ласка, адпраўце %d або больш формаў."
msgstr[2] "Калі ласка, адпраўце %d або больш формаў."
msgstr[3] "Калі ласка, адпраўце %d або больш формаў."
msgid "Order"
msgstr "Парадак"
msgid "Delete"
msgstr "Выдаліць"
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr "У полі «%(field)s» выпраўце зьвесткі, якія паўтараюцца."
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr "Выпраўце зьвесткі ў полі «%(field)s»: нельга, каб яны паўтараліся."
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
"Выпраўце зьвесткі ў полі «%(field_name)s»: нельга каб зьвесткі ў "
"«%(date_field)s» для «%(lookup)s» паўтараліся."
msgid "Please correct the duplicate values below."
msgstr "Выпраўце зьвесткі, якія паўтараюцца (гл. ніжэй)."
msgid "The inline foreign key did not match the parent instance primary key."
msgstr "Вонкавы ключ не супадае з бацькоўскім першасным ключом."
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr "Абярыце дазволенае. Абранага няма ў даступных значэньнях."
#, python-format
msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr "\"%(pk)s\" мае недапушчальнае значэнне для першаснага ключа."
#, python-format
msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""
"У часавым абсягу «%(current_timezone)s» нельга зразумець дату %(datetime)s: "
"яна можа быць неадназначнаю або яе можа не існаваць."
msgid "Clear"
msgstr "Ачысьціць"
msgid "Currently"
msgstr "Зараз"
msgid "Change"
msgstr "Зьмяніць"
msgid "Unknown"
msgstr "Невядома"
msgid "Yes"
msgstr "Так"
msgid "No"
msgstr "Не"
msgid "yes,no,maybe"
msgstr "так,не,магчыма"
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d байт"
msgstr[1] "%(size)d байты"
msgstr[2] "%(size)d байтаў"
msgstr[3] "%(size)d байтаў"
#, python-format
msgid "%s KB"
msgstr "%s КБ"
#, python-format
msgid "%s MB"
msgstr "%s МБ"
#, python-format
msgid "%s GB"
msgstr "%s ҐБ"
#, python-format
msgid "%s TB"
msgstr "%s ТБ"
#, python-format
msgid "%s PB"
msgstr "%s ПБ"
msgid "p.m."
msgstr "папаўдні"
msgid "a.m."
msgstr "папоўначы"
msgid "PM"
msgstr "папаўдні"
msgid "AM"
msgstr "папоўначы"
msgid "midnight"
msgstr "поўнач"
msgid "noon"
msgstr "поўдзень"
msgid "Monday"
msgstr "Панядзелак"
msgid "Tuesday"
msgstr "Аўторак"
msgid "Wednesday"
msgstr "Серада"
msgid "Thursday"
msgstr "Чацьвер"
msgid "Friday"
msgstr "Пятніца"
msgid "Saturday"
msgstr "Субота"
msgid "Sunday"
msgstr "Нядзеля"
msgid "Mon"
msgstr "Пн"
msgid "Tue"
msgstr "Аў"
msgid "Wed"
msgstr "Ср"
msgid "Thu"
msgstr "Чц"
msgid "Fri"
msgstr "Пт"
msgid "Sat"
msgstr "Сб"
msgid "Sun"
msgstr "Нд"
msgid "January"
msgstr "студзеня"
msgid "February"
msgstr "лютага"
msgid "March"
msgstr "сакавік"
msgid "April"
msgstr "красавіка"
msgid "May"
msgstr "траўня"
msgid "June"
msgstr "чэрвеня"
msgid "July"
msgstr "ліпеня"
msgid "August"
msgstr "жніўня"
msgid "September"
msgstr "верасьня"
msgid "October"
msgstr "кастрычніка"
msgid "November"
msgstr "лістапада"
msgid "December"
msgstr "сьнежня"
msgid "jan"
msgstr "сту"
msgid "feb"
msgstr "лют"
msgid "mar"
msgstr "сак"
msgid "apr"
msgstr "кра"
msgid "may"
msgstr "тра"
msgid "jun"
msgstr "чэр"
msgid "jul"
msgstr "ліп"
msgid "aug"
msgstr "жні"
msgid "sep"
msgstr "вер"
msgid "oct"
msgstr "кас"
msgid "nov"
msgstr "ліс"
msgid "dec"
msgstr "сьн"
msgctxt "abbrev. month"
msgid "Jan."
msgstr "Сту."
msgctxt "abbrev. month"
msgid "Feb."
msgstr "Люты"
msgctxt "abbrev. month"
msgid "March"
msgstr "сакавік"
msgctxt "abbrev. month"
msgid "April"
msgstr "красавіка"
msgctxt "abbrev. month"
msgid "May"
msgstr "траўня"
msgctxt "abbrev. month"
msgid "June"
msgstr "чэрвеня"
msgctxt "abbrev. month"
msgid "July"
msgstr "ліпеня"
msgctxt "abbrev. month"
msgid "Aug."
msgstr "Жні."
msgctxt "abbrev. month"
msgid "Sept."
msgstr "Вер."
msgctxt "abbrev. month"
msgid "Oct."
msgstr "Кас."
msgctxt "abbrev. month"
msgid "Nov."
msgstr "Ліс."
msgctxt "abbrev. month"
msgid "Dec."
msgstr "Сьн."
msgctxt "alt. month"
msgid "January"
msgstr "студзеня"
msgctxt "alt. month"
msgid "February"
msgstr "лютага"
msgctxt "alt. month"
msgid "March"
msgstr "сакавік"
msgctxt "alt. month"
msgid "April"
msgstr "красавіка"
msgctxt "alt. month"
msgid "May"
msgstr "траўня"
msgctxt "alt. month"
msgid "June"
msgstr "чэрвеня"
msgctxt "alt. month"
msgid "July"
msgstr "ліпеня"
msgctxt "alt. month"
msgid "August"
msgstr "жніўня"
msgctxt "alt. month"
msgid "September"
msgstr "верасьня"
msgctxt "alt. month"
msgid "October"
msgstr "кастрычніка"
msgctxt "alt. month"
msgid "November"
msgstr "лістапада"
msgctxt "alt. month"
msgid "December"
msgstr "сьнежня"
msgid "This is not a valid IPv6 address."
msgstr "Гэта ня правільны адрас IPv6."
#, python-format
msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..."
msgstr "%(truncated_text)s…"
msgid "or"
msgstr "або"
#. Translators: This string is used as a separator between list elements
msgid ", "
msgstr ", "
#, python-format
msgid "%d year"
msgid_plural "%d years"
msgstr[0] "%d год"
msgstr[1] "%d гады"
msgstr[2] "%d гадоў"
msgstr[3] "%d гадоў"
#, python-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] "%d месяц"
msgstr[1] "%d месяцы"
msgstr[2] "%d месяцаў"
msgstr[3] "%d месяцаў"
#, python-format
msgid "%d week"
msgid_plural "%d weeks"
msgstr[0] "%d тыдзень"
msgstr[1] "%d тыдні"
msgstr[2] "%d тыдняў"
msgstr[3] "%d тыдняў"
#, python-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d дзень"
msgstr[1] "%d дні"
msgstr[2] "%d дзён"
msgstr[3] "%d дзён"
#, python-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d гадзіна"
msgstr[1] "%d гадзіны"
msgstr[2] "%d гадзін"
msgstr[3] "%d гадзін"
#, python-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d хвіліна"
msgstr[1] "%d хвіліны"
msgstr[2] "%d хвілінаў"
msgstr[3] "%d хвілінаў"
msgid "0 minutes"
msgstr "0 хвілін"
msgid "Forbidden"
msgstr "Забаронена"
msgid "CSRF verification failed. Request aborted."
msgstr "CSRF-праверка не атрымалася. Запыт спынены."
msgid ""
"You are seeing this message because this HTTPS site requires a 'Referer "
"header' to be sent by your Web browser, but none was sent. This header is "
"required for security reasons, to ensure that your browser is not being "
"hijacked by third parties."
msgstr ""
"Вы бачыце гэта паведамленне, таму што гэты HTTPS-сайт патрабуе каб Referer "
"загаловак быў адасланы вашым вэб-браўзэрам, але гэтага не адбылося. Гэты "
"загаловак неабходны для бяспекі, каб пераканацца, што ваш браўзэр не "
"ўзаламаны трэцімі асобамі."
msgid ""
"If you have configured your browser to disable 'Referer' headers, please re-"
"enable them, at least for this site, or for HTTPS connections, or for 'same-"
"origin' requests."
msgstr ""
"Калі вы сканфігуравалі ваш браўзэр так, каб ён не працаваў з 'Referer' "
"загалоўкамі, калі ласка дазвольце іх хаця б для гэтага сайту, ці для HTTPS "
"злучэнняў, ці для 'same-origin' запытаў."
msgid ""
"You are seeing this message because this site requires a CSRF cookie when "
"submitting forms. This cookie is required for security reasons, to ensure "
"that your browser is not being hijacked by third parties."
msgstr ""
"Вы бачыце гэта паведамленне, таму што гэты сайт патрабуе CSRF кукі для "
"адсылкі формы. Гэтыя кукі неабходныя для бяспекі, каб пераканацца, што ваш "
"браўзэр не ўзламаны трэцімі асобамі."
msgid ""
"If you have configured your browser to disable cookies, please re-enable "
"them, at least for this site, or for 'same-origin' requests."
msgstr ""
"Калі вы сканфігуравалі ваш браўзэр так, каб ён не працаваў з кукамі, калі "
"ласка дазвольце іх хаця б для гэтага сайту ці для 'same-origin' запытаў."
msgid "More information is available with DEBUG=True."
msgstr "Больш падрабязная інфармацыя даступная з DEBUG=True."
msgid "Welcome to Django"
msgstr "Вітаем у Django"
msgid "It worked!"
msgstr "Гэта спрацавала!"
msgid "Congratulations on your first Django-powered page."
msgstr "Віншуем Вас з першай старонкай на базе Django."
msgid ""
"Next, start your first app by running <code>python manage.py startapp "
"[app_label]</code>."
msgstr ""
"Затым пачніце сваю першую праграму, выканаўшы <code>python manage.py "
"startapp [app_label]</code>."
msgid ""
"You're seeing this message because you have <code>DEBUG = True</code> in "
"your Django settings file and you haven't configured any URLs. Get to work!"
msgstr ""
"Вы бачыце гэта паведамленне, таму што вы маеце <code>DEBUG = True</code> у "
"вашым файлу настройцы Django і вы не сканфігуравалі ніякіх спасылак URL. За "
"працу!"
msgid "No year specified"
msgstr "Не пазначылі год"
msgid "No month specified"
msgstr "Не пазначылі месяц"
msgid "No day specified"
msgstr "Не пазначылі дзень"
msgid "No week specified"
msgstr "Не пазначылі тыдзень"
#, python-format
msgid "No %(verbose_name_plural)s available"
msgstr "Няма доступу да %(verbose_name_plural)s"
#, python-format
msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False."
msgstr ""
"Няма доступу да %(verbose_name_plural)s, якія будуць, бо «%(class_name)s."
"allow_future» мае значэньне «не сапраўдна»."
#, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr "Радок даты «%(datestr)s» не адпавядае выгляду «%(format)s»"
#, python-format
msgid "No %(verbose_name)s found matching the query"
msgstr "Па запыце не знайшлі ніводнага %(verbose_name)s"
msgid "Page is not 'last', nor can it be converted to an int."
msgstr ""
"Нумар бачыны ня мае значэньня «last» і яго нельга ператварыць у цэлы лік."
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr "Няправільная старонка (%(page_number)s): %(message)s"
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr ""
"Сьпіс парожні, але «%(class_name)s.allow_empty» мае значэньне «не "
"сапраўдна», што забараняе паказваць парожнія сьпісы."
msgid "Directory indexes are not allowed here."
msgstr "Не дазваляецца глядзець сьпіс файлаў каталёґа."
#, python-format
msgid "\"%(path)s\" does not exist"
msgstr "Шлях «%(path)s» не існуе."
#, python-format
msgid "Index of %(directory)s"
msgstr "Файлы каталёґа «%(directory)s»"
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
from __future__ import unicode_literals
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT = 'd F Y'
TIME_FORMAT = 'H:i'
# DATETIME_FORMAT =
# YEAR_MONTH_FORMAT =
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'd.m.Y'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# The *_INPUT_FORMATS strings use the Python strftime format syntax,
# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior
# DATE_INPUT_FORMATS =
# TIME_INPUT_FORMATS =
# DATETIME_INPUT_FORMATS =
DECIMAL_SEPARATOR = ','
THOUSAND_SEPARATOR = ' ' # Non-breaking space
# NUMBER_GROUPING =
# This file is distributed under the same license as the Django package.
#
# Translators:
# Boris Chervenkov <office@sentido.bg>, 2012
# Jannis Leidel <jannis@leidel.info>, 2011
# Lyuboslav Petrov <petrov.lyuboslav@gmail.com>, 2014
# Todor Lubenov <tgl.sysdev@gmail.com>, 2013-2015
# Venelin Stoykov <vkstoykov@gmail.com>, 2015-2017
# vestimir <vestimir@gmail.com>, 2014
# Alexander Atanasov <aatanasov@gmail.com>, 2012
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-19 16:49+0100\n"
"PO-Revision-Date: 2017-01-25 23:04+0000\n"
"Last-Translator: Venelin Stoykov <vkstoykov@gmail.com>\n"
"Language-Team: Bulgarian (http://www.transifex.com/django/django/language/"
"bg/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "Afrikaans"
msgstr "Африкански"
msgid "Arabic"
msgstr "арабски език"
msgid "Asturian"
msgstr "Астурийски"
msgid "Azerbaijani"
msgstr "Азербайджански език"
msgid "Bulgarian"
msgstr "български език"
msgid "Belarusian"
msgstr "Беларуски"
msgid "Bengali"
msgstr "бенгалски език"
msgid "Breton"
msgstr "Бретон"
msgid "Bosnian"
msgstr "босненски език"
msgid "Catalan"
msgstr "каталунски език"
msgid "Czech"
msgstr "чешки език"
msgid "Welsh"
msgstr "уелски език"
msgid "Danish"
msgstr "датски език"
msgid "German"
msgstr "немски език"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "гръцки език"
msgid "English"
msgstr "английски език"
msgid "Australian English"
msgstr "Австралийски Английски"
msgid "British English"
msgstr "британски английски"
msgid "Esperanto"
msgstr "Есперанто"
msgid "Spanish"
msgstr "испански език"
msgid "Argentinian Spanish"
msgstr "кастилски"
msgid "Colombian Spanish"
msgstr "Колумбийски Испански"
msgid "Mexican Spanish"
msgstr "Мексикански испански"
msgid "Nicaraguan Spanish"
msgstr "никарагуански испански"
msgid "Venezuelan Spanish"
msgstr "Испански Венецуелски"
msgid "Estonian"
msgstr "естонски език"
msgid "Basque"
msgstr "баски"
msgid "Persian"
msgstr "персийски език"
msgid "Finnish"
msgstr "финландски език"
msgid "French"
msgstr "френски език"
msgid "Frisian"
msgstr "фризийски език"
msgid "Irish"
msgstr "ирландски език"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "галицейски език"
msgid "Hebrew"
msgstr "иврит"
msgid "Hindi"
msgstr "хинди"
msgid "Croatian"
msgstr "хърватски език"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "унгарски език"
msgid "Interlingua"
msgstr "Международен"
msgid "Indonesian"
msgstr "индонезийски език"
msgid "Ido"
msgstr "Идо"
msgid "Icelandic"
msgstr "исландски език"
msgid "Italian"
msgstr "италиански език"
msgid "Japanese"
msgstr "японски език"
msgid "Georgian"
msgstr "грузински език"
msgid "Kazakh"
msgstr "Казахски"
msgid "Khmer"
msgstr "кхмерски език"
msgid "Kannada"
msgstr "каннада"
msgid "Korean"
msgstr "Корейски"
msgid "Luxembourgish"
msgstr "Люксембургски"
msgid "Lithuanian"
msgstr "Литовски"
msgid "Latvian"
msgstr "Латвийски"
msgid "Macedonian"
msgstr "Македонски"
msgid "Malayalam"
msgstr "малаялам"
msgid "Mongolian"
msgstr "Монголски"
msgid "Marathi"
msgstr "Марати"
msgid "Burmese"
msgstr "Бурмесе"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "Непалски"
msgid "Dutch"
msgstr "холандски"
msgid "Norwegian Nynorsk"
msgstr "норвежки съвременен език"
msgid "Ossetic"
msgstr "Осетски"
msgid "Punjabi"
msgstr "пенджаби"
msgid "Polish"
msgstr "полски език"
msgid "Portuguese"
msgstr "португалски език"
msgid "Brazilian Portuguese"
msgstr "бразилски португалски"
msgid "Romanian"
msgstr "румънски език"
msgid "Russian"
msgstr "руски език"
msgid "Slovak"
msgstr "словашки език"
msgid "Slovenian"
msgstr "словенски език"
msgid "Albanian"
msgstr "албански език"
msgid "Serbian"
msgstr "сръбски език"
msgid "Serbian Latin"
msgstr "сръбски с латински букви"
msgid "Swedish"
msgstr "шведски език"
msgid "Swahili"
msgstr "Суахили"
msgid "Tamil"
msgstr "тамил"
msgid "Telugu"
msgstr "телугу"
msgid "Thai"
msgstr "тайландски език"
msgid "Turkish"
msgstr "турски език"
msgid "Tatar"
msgstr "Татарски"
msgid "Udmurt"
msgstr "Удмурт"
msgid "Ukrainian"
msgstr "украински език"
msgid "Urdu"
msgstr "Урду"
msgid "Vietnamese"
msgstr "виетнамски език"
msgid "Simplified Chinese"
msgstr "китайски език"
msgid "Traditional Chinese"
msgstr "традиционен китайски"
msgid "Messages"
msgstr "Съобщения"
msgid "Site Maps"
msgstr "Бързи Maps"
msgid "Static Files"
msgstr "Статични файлове"
msgid "Syndication"
msgstr "Syndication"
msgid "That page number is not an integer"
msgstr ""
msgid "That page number is less than 1"
msgstr ""
msgid "That page contains no results"
msgstr ""
msgid "Enter a valid value."
msgstr "Въведете валидна стойност. "
msgid "Enter a valid URL."
msgstr "Въведете валиден URL адрес."
msgid "Enter a valid integer."
msgstr "Въведете валидно число."
msgid "Enter a valid email address."
msgstr "Въведете валиден имейл адрес."
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr ""
"Въведете валиден 'слъг', състоящ се от букви, цифри, тирета или долни тирета."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Въведете валиден 'слъг', състоящ се от букви, цифри, тирета или долни тирета."
msgid "Enter a valid IPv4 address."
msgstr "Въведете валиден IPv4 адрес."
msgid "Enter a valid IPv6 address."
msgstr "Въведете валиден IPv6 адрес."
msgid "Enter a valid IPv4 or IPv6 address."
msgstr "Въведете валиден IPv4 или IPv6 адрес."
msgid "Enter only digits separated by commas."
msgstr "Въведете само еднозначни числа, разделени със запетая. "
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr "Уверете се, че тази стойност е %(limit_value)s (тя е %(show_value)s)."
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr "Уверете се, че тази стойност е по-малка или равна на %(limit_value)s ."
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr ""
"Уверете се, че тази стойност е по-голяма или равна на %(limit_value)s ."
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Уверете се, че тази стойност е най-малко %(limit_value)d знака (тя има "
"%(show_value)d )."
msgstr[1] ""
"Уверете се, че тази стойност е най-малко %(limit_value)d знака (тя има "
"%(show_value)d)."
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Уверете се, тази стойност има най-много %(limit_value)d знака (тя има "
"%(show_value)d)."
msgstr[1] ""
"Уверете се, че тази стойност има най-много %(limit_value)d знака (тя има "
"%(show_value)d)."
#, python-format
msgid "Ensure that there are no more than %(max)s digit in total."
msgid_plural "Ensure that there are no more than %(max)s digits in total."
msgstr[0] "Уверете се, че има не повече от %(max)s цифри в общо."
msgstr[1] "Уверете се, че има не повече от %(max)s цифри общо."
#, python-format
msgid "Ensure that there are no more than %(max)s decimal place."
msgid_plural "Ensure that there are no more than %(max)s decimal places."
msgstr[0] ""
"Уверете се, че има не повече от%(max)s знак след десетичната запетая."
msgstr[1] ""
"Уверете се, че има не повече от %(max)s знака след десетичната запетая."
#, python-format
msgid ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgid_plural ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgstr[0] ""
"Уверете се, че има не повече от %(max)s цифри преди десетичната запетая."
msgstr[1] ""
"Уверете се, че има не повече от %(max)s цифри преди десетичната запетая."
#, python-format
msgid ""
"File extension '%(extension)s' is not allowed. Allowed extensions are: "
"'%(allowed_extensions)s'."
msgstr ""
"Не са разрешени файлове с раширение '%(extension)s'. Позволените разширения "
"са: '%(allowed_extensions)s'."
msgid "and"
msgstr "и"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr "%(model_name)s с тези %(field_labels)s вече съществува."
#, python-format
msgid "Value %(value)r is not a valid choice."
msgstr "Стойността %(value)r не е валиден избор."
msgid "This field cannot be null."
msgstr "Това поле не може да има празна стойност."
msgid "This field cannot be blank."
msgstr "Това поле не може да е празно."
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "%(model_name)s с този %(field_label)s вече съществува."
#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'.
#. Eg: "Title must be unique for pub_date year"
#, python-format
msgid ""
"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
msgstr ""
"%(field_label)s трябва да са уникални за %(date_field_label)s "
"%(lookup_type)s."
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Поле от тип: %(field_type)s"
msgid "Integer"
msgstr "Цяло число"
#, python-format
msgid "'%(value)s' value must be an integer."
msgstr "'%(value)s' стойност трябва да е цяло число."
msgid "Big (8 byte) integer"
msgstr "Голямо (8 байта) цяло число"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "Стойността на '%(value)s' трябва да бъде или True или False."
msgid "Boolean (Either True or False)"
msgstr "Boolean (True или False)"
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "Символен низ (до %(max_length)s символа)"
msgid "Comma-separated integers"
msgstr "Цели числа, разделени с запетая"
#, python-format
msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
"'%(value)s' стойност е с формат невалидна дата. Тя трябва да бъде в YYYY-MM-"
"DD формат."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
"Стойността на '%(value)s' е в правилния формат (ГГГГ-ММ-ДД), но тя е "
"невалидна дата."
msgid "Date (without time)"
msgstr "Дата (без час)"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
"Стойността на '%(value)s' е с невалиден формат. Трябва да бъде във формат "
"ГГГГ-ММ-ДД ЧЧ:ММ[:сс[.uuuuuu]][TZ] (където u означава милисекунда, а TZ - "
"часова зона)"
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) but it is an invalid date/time."
msgstr ""
"Стойността на '%(value)s' е с правилен формат ( ГГГГ-ММ-ДД ЧЧ:ММ[:сс[."
"μμμμμμ]][TZ]), но датата/часът са невалидни"
msgid "Date (with time)"
msgstr "Дата (и час)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr "Стойността на '%(value)s' трябва да е десетично число."
msgid "Decimal number"
msgstr "Десетична дроб"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
"Стойността на '%(value)s' е с невалиден формат. Тя трябва да бъде в [ДД] "
"[ЧЧ:[ММ:]]сс[.μμμμμμ]"
msgid "Duration"
msgstr "Продължителност"
msgid "Email address"
msgstr "Email адрес"
msgid "File path"
msgstr "Път към файл"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr "'%(value)s' стойност трябва да е число с плаваща запетая."
msgid "Floating point number"
msgstr "Число с плаваща запетая"
msgid "IPv4 address"
msgstr "IPv4 адрес"
msgid "IP address"
msgstr "IP адрес"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr "Стойност '%(value)s' трябва да бъде или None, True или False."
msgid "Boolean (Either True, False or None)"
msgstr "Boolean (Възможните стойности са True, False или None)"
msgid "Positive integer"
msgstr "Положително цяло число"
msgid "Positive small integer"
msgstr "Положително 2 байта цяло число"
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr "Slug (до %(max_length)s )"
msgid "Small integer"
msgstr "2 байта цяло число"
msgid "Text"
msgstr "Текст"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
"Стойността '%(value)s' е с невалиден формат. Тя трябва да бъде в ЧЧ:ММ [:"
"сс[.μμμμμμ]]"
#, python-format
msgid ""
"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
"invalid time."
msgstr ""
"Стойността на '%(value)s' е в правилния формат (ЧЧ:ММ [:сс[.μμμμμμ]]), но "
"часът е невалиден."
msgid "Time"
msgstr "Време"
msgid "URL"
msgstr "URL адрес"
msgid "Raw binary data"
msgstr "сурови двоични данни"
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr "'%(value)s' не е валиден UUID."
msgid "File"
msgstr "Файл"
msgid "Image"
msgstr "Изображение"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr "Инстанция на %(model)s с %(field)s %(value)r не съществува."
msgid "Foreign Key (type determined by related field)"
msgstr "Външен ключ (тип, определен от свързаното поле)"
msgid "One-to-one relationship"
msgstr "словенски език"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Много-към-много връзка"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Това поле е задължително."
msgid "Enter a whole number."
msgstr "Въведете цяло число. "
msgid "Enter a number."
msgstr "Въведете число."
msgid "Enter a valid date."
msgstr "Въведете валидна дата. "
msgid "Enter a valid time."
msgstr "Въведете валиден час."
msgid "Enter a valid date/time."
msgstr "Въведете валидна дата/час. "
msgid "Enter a valid duration."
msgstr "Въведете валидна продължителност."
msgid "No file was submitted. Check the encoding type on the form."
msgstr "Не е получен файл. Проверете типа кодиране на формата. "
msgid "No file was submitted."
msgstr "Няма изпратен файл."
msgid "The submitted file is empty."
msgstr "Каченият файл е празен. "
#, python-format
msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
msgid_plural ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr[0] "Уверете се, това име е най-много %(max)d знака (то има %(length)d)."
msgstr[1] ""
"Уверете се, че това файлово име има най-много %(max)d знаци (има "
"%(length)d)."
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr ""
"Моля, или пратете файл или маркирайте полето за изчистване, но не и двете."
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
"Качете валидно изображение. Файлът, който сте качили или не е изображение, "
"или е повреден. "
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr "Направете валиден избор. %(value)s не е един от възможните избори."
msgid "Enter a list of values."
msgstr "Въведете списък от стойности"
msgid "Enter a complete value."
msgstr "Въведете пълна стойност."
msgid "Enter a valid UUID."
msgstr "Въведете валиден UUID."
#. Translators: This is the default suffix added to form field labels
msgid ":"
msgstr ":"
#, python-format
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Скрито поле %(name)s) %(error)s"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "Данни за мениджърската форма липсват или са били променени."
#, python-format
msgid "Please submit %d or fewer forms."
msgid_plural "Please submit %d or fewer forms."
msgstr[0] "Моля, въведете %d по-малко форми."
msgstr[1] "Моля, въведете %d по-малко форми."
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] "Моля, въведете %d или по-вече форми."
msgstr[1] "Моля, въведете %d или по-вече форми."
msgid "Order"
msgstr "Ред"
msgid "Delete"
msgstr "Изтрий"
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr "Моля, коригирайте дублираните данни за %(field)s."
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr ""
"Моля, коригирайте дублираните данни за %(field)s, които трябва да са "
"уникални."
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
"Моля, коригирайте дублиранитe данни за %(field_name)s , които трябва да са "
"уникални за %(lookup)s в %(date_field)s ."
msgid "Please correct the duplicate values below."
msgstr "Моля, коригирайте повтарящите се стойности по-долу."
msgid "The inline foreign key did not match the parent instance primary key."
msgstr "Невалидна избрана стойност."
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr "Направете валиден избор. Този не е един от възможните избори. "
#, python-format
msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr "\"%(pk)s\" не е валидна стойност за първичен ключ."
#, python-format
msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""
"%(datetime)s не може да бъде разчетено в %(current_timezone)s; може да е "
"двусмислен или да не съществува"
msgid "Clear"
msgstr "Изчисти"
msgid "Currently"
msgstr "Сега"
msgid "Change"
msgstr "Промени"
msgid "Unknown"
msgstr "Неизвестно"
msgid "Yes"
msgstr "Да"
msgid "No"
msgstr "Не"
msgid "yes,no,maybe"
msgstr "да, не, може би"
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d, байт"
msgstr[1] "%(size)d, байта"
#, python-format
msgid "%s KB"
msgstr "%s KB"
#, python-format
msgid "%s MB"
msgstr "%s MB"
#, python-format
msgid "%s GB"
msgstr "%s GB"
#, python-format
msgid "%s TB"
msgstr "%s ТБ"
#, python-format
msgid "%s PB"
msgstr "%s PB"
msgid "p.m."
msgstr "след обяд"
msgid "a.m."
msgstr "преди обяд"
msgid "PM"
msgstr "след обяд"
msgid "AM"
msgstr "преди обяд"
msgid "midnight"
msgstr "полунощ"
msgid "noon"
msgstr "обяд"
msgid "Monday"
msgstr "понеделник"
msgid "Tuesday"
msgstr "вторник"
msgid "Wednesday"
msgstr "сряда"
msgid "Thursday"
msgstr "четвъртък"
msgid "Friday"
msgstr "петък"
msgid "Saturday"
msgstr "събота"
msgid "Sunday"
msgstr "неделя"
msgid "Mon"
msgstr "Пон"
msgid "Tue"
msgstr "Вт"
msgid "Wed"
msgstr "Ср"
msgid "Thu"
msgstr "Чет"
msgid "Fri"
msgstr "Пет"
msgid "Sat"
msgstr "Съб"
msgid "Sun"
msgstr "Нед"
msgid "January"
msgstr "Януари"
msgid "February"
msgstr "Февруари"
msgid "March"
msgstr "Март"
msgid "April"
msgstr "Април"
msgid "May"
msgstr "Май"
msgid "June"
msgstr "Юни"
msgid "July"
msgstr "Юли"
msgid "August"
msgstr "Август"
msgid "September"
msgstr "Септември"
msgid "October"
msgstr "Октомври"
msgid "November"
msgstr "Ноември"
msgid "December"
msgstr "Декември"
msgid "jan"
msgstr "ян"
msgid "feb"
msgstr "фев"
msgid "mar"
msgstr "мар"
msgid "apr"
msgstr "апр"
msgid "may"
msgstr "май"
msgid "jun"
msgstr "юни"
msgid "jul"
msgstr "юли"
msgid "aug"
msgstr "авг"
msgid "sep"
msgstr "сеп"
msgid "oct"
msgstr "окт"
msgid "nov"
msgstr "ноев"
msgid "dec"
msgstr "дек"
msgctxt "abbrev. month"
msgid "Jan."
msgstr "Ян."
msgctxt "abbrev. month"
msgid "Feb."
msgstr "Фев."
msgctxt "abbrev. month"
msgid "March"
msgstr "Март"
msgctxt "abbrev. month"
msgid "April"
msgstr "Април"
msgctxt "abbrev. month"
msgid "May"
msgstr "Май"
msgctxt "abbrev. month"
msgid "June"
msgstr "Юни"
msgctxt "abbrev. month"
msgid "July"
msgstr "Юли"
msgctxt "abbrev. month"
msgid "Aug."
msgstr "Авг."
msgctxt "abbrev. month"
msgid "Sept."
msgstr "Септ."
msgctxt "abbrev. month"
msgid "Oct."
msgstr "Окт."
msgctxt "abbrev. month"
msgid "Nov."
msgstr "Ноев."
msgctxt "abbrev. month"
msgid "Dec."
msgstr "Дек."
msgctxt "alt. month"
msgid "January"
msgstr "Януари"
msgctxt "alt. month"
msgid "February"
msgstr "Февруари"
msgctxt "alt. month"
msgid "March"
msgstr "Март"
msgctxt "alt. month"
msgid "April"
msgstr "Април"
msgctxt "alt. month"
msgid "May"
msgstr "Май"
msgctxt "alt. month"
msgid "June"
msgstr "Юни"
msgctxt "alt. month"
msgid "July"
msgstr "Юли"
msgctxt "alt. month"
msgid "August"
msgstr "Август"
msgctxt "alt. month"
msgid "September"
msgstr "Септември"
msgctxt "alt. month"
msgid "October"
msgstr "след обяд"
msgctxt "alt. month"
msgid "November"
msgstr "Ноември"
msgctxt "alt. month"
msgid "December"
msgstr "Декември"
msgid "This is not a valid IPv6 address."
msgstr "Въведете валиден IPv6 адрес."
#, python-format
msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..."
msgstr "%(truncated_text)s..."
msgid "or"
msgstr "или"
#. Translators: This string is used as a separator between list elements
msgid ", "
msgstr ","
#, python-format
msgid "%d year"
msgid_plural "%d years"
msgstr[0] "%d година"
msgstr[1] "%d години"
#, python-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] "%d месец"
msgstr[1] "%d месеца"
#, python-format
msgid "%d week"
msgid_plural "%d weeks"
msgstr[0] "%d седмица"
msgstr[1] "%d седмици"
#, python-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d дни"
msgstr[1] "%d дни"
#, python-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d час"
msgstr[1] "%d часа"
#, python-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d минута"
msgstr[1] "%d минути"
msgid "0 minutes"
msgstr "0 минути"
msgid "Forbidden"
msgstr "Забранен"
msgid "CSRF verification failed. Request aborted."
msgstr "CSRF проверката се провали. Заявката прекратена."
msgid ""
"You are seeing this message because this HTTPS site requires a 'Referer "
"header' to be sent by your Web browser, but none was sent. This header is "
"required for security reasons, to ensure that your browser is not being "
"hijacked by third parties."
msgstr ""
"Вие виждате това съобщение, защото този HTTPS сайт изисква 'Referer header' "
"да бъде изпратен от вашият WEB браузър, но такъв не бе изпратен. Този "
"header е задължителен от съображения за сигурност, за да се гарантира, че "
"вашият браузър не е компрометиран от трети страни."
msgid ""
"If you have configured your browser to disable 'Referer' headers, please re-"
"enable them, at least for this site, or for HTTPS connections, or for 'same-"
"origin' requests."
msgstr ""
"Ако сте конфигурирали вашия браузър, да забраните 'Referer' headers, моля да "
"ги активирате отново, поне за този сайт, или за HTTPS връзки, или за 'same-"
"origin' заявки."
msgid ""
"You are seeing this message because this site requires a CSRF cookie when "
"submitting forms. This cookie is required for security reasons, to ensure "
"that your browser is not being hijacked by third parties."
msgstr ""
"Вие виждате това съобщение, защото този сайт изисква CSRF бисквитка когато "
"се подават формуляри. Тази бисквитка е задължителна от съображения за "
"сигурност, за да се гарантира, че вашият браузър не е компрометиран от трети "
"страни."
msgid ""
"If you have configured your browser to disable cookies, please re-enable "
"them, at least for this site, or for 'same-origin' requests."
msgstr ""
"Ако сте конфигурирали вашия браузър, да забраните бисквитките, моля да ги "
"активирате отново, поне за този сайт, или за'same-origin' заявки."
msgid "More information is available with DEBUG=True."
msgstr "Повече информация е на разположение с DEBUG=True."
msgid "Welcome to Django"
msgstr "Добре дошли в Django"
msgid "It worked!"
msgstr "Той работи!"
msgid "Congratulations on your first Django-powered page."
msgstr "Поздравления за първата си Django страница."
msgid ""
"Next, start your first app by running <code>python manage.py startapp "
"[app_label]</code>."
msgstr ""
msgid ""
"You're seeing this message because you have <code>DEBUG = True</code> in "
"your Django settings file and you haven't configured any URLs. Get to work!"
msgstr ""
msgid "No year specified"
msgstr "Не е посочена година"
msgid "No month specified"
msgstr "Не е посочен месец"
msgid "No day specified"
msgstr "ноев"
msgid "No week specified"
msgstr "Не е посочена седмица"
#, python-format
msgid "No %(verbose_name_plural)s available"
msgstr "Няма достъпни %(verbose_name_plural)s"
#, python-format
msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False."
msgstr ""
"Бъдещo %(verbose_name_plural)s е достъпно, тъй като %(class_name)s."
"allow_future е False."
#, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr "Невалидна дата '%(datestr)s' посочен формат '%(format)s'"
#, python-format
msgid "No %(verbose_name)s found matching the query"
msgstr "Няма %(verbose_name)s , съвпадащи със заявката"
msgid "Page is not 'last', nor can it be converted to an int."
msgstr "Страницата не е 'last' нито може да се преобразува в int."
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr "Невалидна страница (%(page_number)s): %(message)s"
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr "Празен списък и '%(class_name)s.allow_empty' не е валидно."
msgid "Directory indexes are not allowed here."
msgstr "Тук не е позволено индексиране на директория."
#, python-format
msgid "\"%(path)s\" does not exist"
msgstr "\"%(path)s\" не съществува"
#, python-format
msgid "Index of %(directory)s"
msgstr "Индекс %(directory)s"
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
from __future__ import unicode_literals
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT = 'j F, Y'
TIME_FORMAT = 'g:i A'
# DATETIME_FORMAT =
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'j M, Y'
# SHORT_DATETIME_FORMAT =
FIRST_DAY_OF_WEEK = 6 # Saturday
# The *_INPUT_FORMATS strings use the Python strftime format syntax,
# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior
DATE_INPUT_FORMATS = [
'%d/%m/%Y', # 25/10/2016
'%d/%m/%y', # 25/10/16
'%d-%m-%Y', # 25-10-2016
'%d-%m-%y', # 25-10-16
]
TIME_INPUT_FORMATS = [
'%H:%M:%S', # 14:30:59
'%H:%M', # 14:30
]
DATETIME_INPUT_FORMATS = [
'%d/%m/%Y %H:%M:%S', # 25/10/2006 14:30:59
'%d/%m/%Y %H:%M', # 25/10/2006 14:30
]
DECIMAL_SEPARATOR = '.'
THOUSAND_SEPARATOR = ','
# NUMBER_GROUPING =
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# nsmgr8 <nasim.haque@gmail.com>, 2013
# Tahmid Rafi <rafi.tahmid@gmail.com>, 2012-2013
# Tahmid Rafi <rafi.tahmid@gmail.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-19 16:49+0100\n"
"PO-Revision-Date: 2017-01-20 09:03+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Bengali (http://www.transifex.com/django/django/language/"
"bn/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "Afrikaans"
msgstr "আফ্রিকার অন্যতম সরকারি ভাষা"
msgid "Arabic"
msgstr "আরবী"
msgid "Asturian"
msgstr ""
msgid "Azerbaijani"
msgstr "আজারবাইজানি"
msgid "Bulgarian"
msgstr "বুলগেরিয়ান"
msgid "Belarusian"
msgstr "বেলারুশীয়"
msgid "Bengali"
msgstr "বাংলা"
msgid "Breton"
msgstr "ব্রেটন"
msgid "Bosnian"
msgstr "বসনিয়ান"
msgid "Catalan"
msgstr "ক্যাটালান"
msgid "Czech"
msgstr "চেক"
msgid "Welsh"
msgstr "ওয়েল্স"
msgid "Danish"
msgstr "ড্যানিশ"
msgid "German"
msgstr "জার্মান"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "গ্রিক"
msgid "English"
msgstr "ইংলিশ"
msgid "Australian English"
msgstr ""
msgid "British English"
msgstr "বৃটিশ ইংলিশ"
msgid "Esperanto"
msgstr "আন্তর্জাতিক ভাষা"
msgid "Spanish"
msgstr "স্প্যানিশ"
msgid "Argentinian Spanish"
msgstr "আর্জেন্টিনিয়ান স্প্যানিশ"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "মেক্সিকান স্প্যানিশ"
msgid "Nicaraguan Spanish"
msgstr "নিকারাগুয়ান স্প্যানিশ"
msgid "Venezuelan Spanish"
msgstr "ভেনেজুয়েলার স্প্যানিশ"
msgid "Estonian"
msgstr "এস্তোনিয়ান"
msgid "Basque"
msgstr "বাস্ক"
msgid "Persian"
msgstr "ফারসি"
msgid "Finnish"
msgstr "ফিনিশ"
msgid "French"
msgstr "ফ্রেঞ্চ"
msgid "Frisian"
msgstr "ফ্রিজ্ল্যানডের ভাষা"
msgid "Irish"
msgstr "আইরিশ"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "গ্যালিসিয়ান"
msgid "Hebrew"
msgstr "হিব্রু"
msgid "Hindi"
msgstr "হিন্দী"
msgid "Croatian"
msgstr "ক্রোয়েশিয়ান"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "হাঙ্গেরিয়ান"
msgid "Interlingua"
msgstr ""
msgid "Indonesian"
msgstr "ইন্দোনেশিয়ান"
msgid "Ido"
msgstr ""
msgid "Icelandic"
msgstr "আইসল্যান্ডিক"
msgid "Italian"
msgstr "ইটালিয়ান"
msgid "Japanese"
msgstr "জাপানিজ"
msgid "Georgian"
msgstr "জর্জিয়ান"
msgid "Kazakh"
msgstr "কাজাখ"
msgid "Khmer"
msgstr "খমার"
msgid "Kannada"
msgstr "কান্নাড়া"
msgid "Korean"
msgstr "কোরিয়ান"
msgid "Luxembourgish"
msgstr "লুক্সেমবার্গীয়"
msgid "Lithuanian"
msgstr "লিথুয়ানিয়ান"
msgid "Latvian"
msgstr "লাটভিয়ান"
msgid "Macedonian"
msgstr "ম্যাসাডোনিয়ান"
msgid "Malayalam"
msgstr "মালায়ালম"
msgid "Mongolian"
msgstr "মঙ্গোলিয়ান"
msgid "Marathi"
msgstr ""
msgid "Burmese"
msgstr "বার্মিজ"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "নেপালি"
msgid "Dutch"
msgstr "ডাচ"
msgid "Norwegian Nynorsk"
msgstr "নরওয়েজীয়ান নিনর্স্ক"
msgid "Ossetic"
msgstr "অসেটিক"
msgid "Punjabi"
msgstr "পাঞ্জাবী"
msgid "Polish"
msgstr "পোলিশ"
msgid "Portuguese"
msgstr "পর্তুগীজ"
msgid "Brazilian Portuguese"
msgstr "ব্রাজিলিয়ান পর্তুগীজ"
msgid "Romanian"
msgstr "রোমানিয়ান"
msgid "Russian"
msgstr "রাশান"
msgid "Slovak"
msgstr "স্লোভাক"
msgid "Slovenian"
msgstr "স্লোভেনিয়ান"
msgid "Albanian"
msgstr "আলবেনীয়ান"
msgid "Serbian"
msgstr "সার্বিয়ান"
msgid "Serbian Latin"
msgstr "সার্বিয়ান ল্যাটিন"
msgid "Swedish"
msgstr "সুইডিশ"
msgid "Swahili"
msgstr "সোয়াহিলি"
msgid "Tamil"
msgstr "তামিল"
msgid "Telugu"
msgstr "তেলেগু"
msgid "Thai"
msgstr "থাই"
msgid "Turkish"
msgstr "তুর্কি"
msgid "Tatar"
msgstr "তাতারদেশীয়"
msgid "Udmurt"
msgstr ""
msgid "Ukrainian"
msgstr "ইউক্রেনিয়ান"
msgid "Urdu"
msgstr "উর্দু"
msgid "Vietnamese"
msgstr "ভিয়েতনামিজ"
msgid "Simplified Chinese"
msgstr "সরলীকৃত চাইনীজ"
msgid "Traditional Chinese"
msgstr "প্রচলিত চাইনীজ"
msgid "Messages"
msgstr ""
msgid "Site Maps"
msgstr ""
msgid "Static Files"
msgstr ""
msgid "Syndication"
msgstr ""
msgid "That page number is not an integer"
msgstr ""
msgid "That page number is less than 1"
msgstr ""
msgid "That page contains no results"
msgstr ""
msgid "Enter a valid value."
msgstr "একটি বৈধ মান দিন।"
msgid "Enter a valid URL."
msgstr "বৈধ URL দিন"
msgid "Enter a valid integer."
msgstr ""
msgid "Enter a valid email address."
msgstr "একটি বৈধ ইমেইল ঠিকানা লিখুন."
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr ""
"বৈধ ’slug' প্রবেশ করান যাতে শুধুমাত্র ইংরেজী বর্ণ, অঙ্ক, আন্ডারস্কোর অথবা হাইফেন "
"রয়েছে।"
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "একটি বৈধ IPv4 ঠিকানা দিন।"
msgid "Enter a valid IPv6 address."
msgstr "একটি বৈধ IPv6 ঠিকানা টাইপ করুন।"
msgid "Enter a valid IPv4 or IPv6 address."
msgstr "একটি বৈধ IPv4 অথবা IPv6 ঠিকানা টাইপ করুন।"
msgid "Enter only digits separated by commas."
msgstr "শুধুমাত্র কমা দিয়ে সংখ্যা দিন।"
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr "সংখ্যাটির মান %(limit_value)s হতে হবে (এটা এখন %(show_value)s আছে)।"
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr "সংখ্যাটির মান %(limit_value)s এর চেয়ে ছোট বা সমান হতে হবে।"
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr "সংখ্যাটির মান %(limit_value)s এর চেয়ে বড় বা সমান হতে হবে।"
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
msgstr[1] ""
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
msgstr[1] ""
#, python-format
msgid "Ensure that there are no more than %(max)s digit in total."
msgid_plural "Ensure that there are no more than %(max)s digits in total."
msgstr[0] ""
msgstr[1] ""
#, python-format
msgid "Ensure that there are no more than %(max)s decimal place."
msgid_plural "Ensure that there are no more than %(max)s decimal places."
msgstr[0] ""
msgstr[1] ""
#, python-format
msgid ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgid_plural ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgstr[0] ""
msgstr[1] ""
#, python-format
msgid ""
"File extension '%(extension)s' is not allowed. Allowed extensions are: "
"'%(allowed_extensions)s'."
msgstr ""
msgid "and"
msgstr "এবং"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr ""
#, python-format
msgid "Value %(value)r is not a valid choice."
msgstr ""
msgid "This field cannot be null."
msgstr "এর মান null হতে পারবে না।"
msgid "This field cannot be blank."
msgstr "এই ফিল্ডের মান ফাঁকা হতে পারে না"
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "%(field_label)s সহ %(model_name)s আরেকটি রয়েছে।"
#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'.
#. Eg: "Title must be unique for pub_date year"
#, python-format
msgid ""
"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
msgstr ""
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "ফিল্ডের ধরণ: %(field_type)s"
msgid "Integer"
msgstr "ইন্টিজার"
#, python-format
msgid "'%(value)s' value must be an integer."
msgstr ""
msgid "Big (8 byte) integer"
msgstr "বিগ (৮ বাইট) ইন্টিজার"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
msgid "Boolean (Either True or False)"
msgstr "বুলিয়ান (হয় True অথবা False)"
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "স্ট্রিং (সর্বোচ্চ %(max_length)s)"
msgid "Comma-separated integers"
msgstr "কমা দিয়ে আলাদা করা ইন্টিজার"
#, python-format
msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
msgid "Date (without time)"
msgstr "তারিখ (সময় বাদে)"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) but it is an invalid date/time."
msgstr ""
msgid "Date (with time)"
msgstr "তারিখ (সময় সহ)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr ""
msgid "Decimal number"
msgstr "দশমিক সংখ্যা"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
msgid "Duration"
msgstr ""
msgid "Email address"
msgstr "ইমেইল ঠিকানা"
msgid "File path"
msgstr "ফাইল পথ"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr ""
msgid "Floating point number"
msgstr "ফ্লোটিং পয়েন্ট সংখ্যা"
msgid "IPv4 address"
msgstr "IPv4 ঠিকানা"
msgid "IP address"
msgstr "আইপি ঠিকানা"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr ""
msgid "Boolean (Either True, False or None)"
msgstr "বুলিয়ান (হয় True, False অথবা None)"
msgid "Positive integer"
msgstr "পজিটিভ ইন্টিজার"
msgid "Positive small integer"
msgstr "পজিটিভ স্মল ইন্টিজার"
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr "স্লাগ (সর্বোচ্চ %(max_length)s)"
msgid "Small integer"
msgstr "স্মল ইন্টিজার"
msgid "Text"
msgstr "টেক্সট"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
#, python-format
msgid ""
"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
"invalid time."
msgstr ""
msgid "Time"
msgstr "সময়"
msgid "URL"
msgstr "ইউআরএল (URL)"
msgid "Raw binary data"
msgstr "র বাইনারি ডাটা"
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr ""
msgid "File"
msgstr "ফাইল"
msgid "Image"
msgstr "ইমেজ"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr ""
msgid "Foreign Key (type determined by related field)"
msgstr "ফরেন কি (টাইপ রিলেটেড ফিল্ড দ্বারা নির্ণীত হবে)"
msgid "One-to-one relationship"
msgstr "ওয়ান-টু-ওয়ান রিলেশানশিপ"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "ম্যানি-টু-ম্যানি রিলেশানশিপ"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "This field is required."
msgstr "এটি আবশ্যক।"
msgid "Enter a whole number."
msgstr "একটি পূর্ণসংখ্যা দিন"
msgid "Enter a number."
msgstr "একটি সংখ্যা প্রবেশ করান।"
msgid "Enter a valid date."
msgstr "বৈধ তারিখ দিন।"
msgid "Enter a valid time."
msgstr "বৈধ সময় দিন।"
msgid "Enter a valid date/time."
msgstr "বৈধ তারিখ/সময় দিন।"
msgid "Enter a valid duration."
msgstr ""
msgid "No file was submitted. Check the encoding type on the form."
msgstr "কোন ফাইল দেয়া হয়নি। ফর্মের এনকোডিং ঠিক আছে কিনা দেখুন।"
msgid "No file was submitted."
msgstr "কোন ফাইল দেয়া হয়নি।"
msgid "The submitted file is empty."
msgstr "ফাইলটি খালি।"
#, python-format
msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
msgid_plural ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr[0] ""
msgstr[1] ""
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr ""
"একটি ফাইল সাবমিট করুন অথবা ক্লিয়ার চেকবক্সটি চেক করে দিন, যে কোন একটি করুন।"
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
"সঠিক ছবি আপলোড করুন। যে ফাইলটি আপলোড করা হয়েছে তা হয় ছবি নয় অথবা নষ্ট হয়ে "
"যাওয়া ছবি।"
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr "%(value)s বৈধ নয়। অনুগ্রহ করে আরেকটি সিলেক্ট করুন।"
msgid "Enter a list of values."
msgstr "কয়েকটি মানের তালিকা দিন।"
msgid "Enter a complete value."
msgstr ""
msgid "Enter a valid UUID."
msgstr ""
#. Translators: This is the default suffix added to form field labels
msgid ":"
msgstr ""
#, python-format
msgid "(Hidden field %(name)s) %(error)s"
msgstr ""
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""
#, python-format
msgid "Please submit %d or fewer forms."
msgid_plural "Please submit %d or fewer forms."
msgstr[0] ""
msgstr[1] ""
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] ""
msgstr[1] ""
msgid "Order"
msgstr "ক্রম"
msgid "Delete"
msgstr "মুছুন"
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr ""
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr ""
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
msgid "Please correct the duplicate values below."
msgstr ""
msgid "The inline foreign key did not match the parent instance primary key."
msgstr "ইনলাইন ফরেন কি টি প্যারেন্ট ইনস্ট্যান্সের প্রাইমারি কি এর সমান নয়।"
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr "এটি বৈধ নয়। অনুগ্রহ করে আরেকটি সিলেক্ট করুন।"
#, python-format
msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr ""
#, python-format
msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""
msgid "Clear"
msgstr "পরিষ্কার করুন"
msgid "Currently"
msgstr "এই মুহুর্তে"
msgid "Change"
msgstr "পরিবর্তন"
msgid "Unknown"
msgstr "অজানা"
msgid "Yes"
msgstr "হ্যাঁ"
msgid "No"
msgstr "না"
msgid "yes,no,maybe"
msgstr "হ্যাঁ,না,হয়তো"
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d বাইট"
msgstr[1] "%(size)d বাইট"
#, python-format
msgid "%s KB"
msgstr "%s কিলোবাইট"
#, python-format
msgid "%s MB"
msgstr "%s মেগাবাইট"
#, python-format
msgid "%s GB"
msgstr "%s গিগাবাইট"
#, python-format
msgid "%s TB"
msgstr "%s টেরাবাইট"
#, python-format
msgid "%s PB"
msgstr "%s পেটাবাইট"
msgid "p.m."
msgstr "অপরাহ্ন"
msgid "a.m."
msgstr "পূর্বাহ্ন"
msgid "PM"
msgstr "অপরাহ্ন"
msgid "AM"
msgstr "পূর্বাহ্ন"
msgid "midnight"
msgstr "মধ্যরাত"
msgid "noon"
msgstr "দুপুর"
msgid "Monday"
msgstr "সোমবার"
msgid "Tuesday"
msgstr "মঙ্গলবার"
msgid "Wednesday"
msgstr "বুধবার"
msgid "Thursday"
msgstr "বৃহস্পতিবার"
msgid "Friday"
msgstr "শুক্রবার"
msgid "Saturday"
msgstr "শনিবার"
msgid "Sunday"
msgstr "রবিবার"
msgid "Mon"
msgstr "সোম"
msgid "Tue"
msgstr "মঙ্গল"
msgid "Wed"
msgstr "বুধ"
msgid "Thu"
msgstr "বৃহঃ"
msgid "Fri"
msgstr "শুক্র"
msgid "Sat"
msgstr "শনি"
msgid "Sun"
msgstr "রবি"
msgid "January"
msgstr "জানুয়ারি"
msgid "February"
msgstr "ফেব্রুয়ারি"
msgid "March"
msgstr "মার্চ"
msgid "April"
msgstr "এপ্রিল"
msgid "May"
msgstr "মে"
msgid "June"
msgstr "জুন"
msgid "July"
msgstr "জুলাই"
msgid "August"
msgstr "আগস্ট"
msgid "September"
msgstr "সেপ্টেম্বর"
msgid "October"
msgstr "অক্টোবর"
msgid "November"
msgstr "নভেম্বর"
msgid "December"
msgstr "ডিসেম্বর"
msgid "jan"
msgstr "জান."
msgid "feb"
msgstr "ফেব."
msgid "mar"
msgstr "মার্চ"
msgid "apr"
msgstr "এপ্রি."
msgid "may"
msgstr "মে"
msgid "jun"
msgstr "জুন"
msgid "jul"
msgstr "জুল."
msgid "aug"
msgstr "আগ."
msgid "sep"
msgstr "সেপ্টে."
msgid "oct"
msgstr "অক্টো."
msgid "nov"
msgstr "নভে."
msgid "dec"
msgstr "ডিসে."
msgctxt "abbrev. month"
msgid "Jan."
msgstr "জানু."
msgctxt "abbrev. month"
msgid "Feb."
msgstr "ফেব্রু."
msgctxt "abbrev. month"
msgid "March"
msgstr "মার্চ"
msgctxt "abbrev. month"
msgid "April"
msgstr "এপ্রিল"
msgctxt "abbrev. month"
msgid "May"
msgstr "মে"
msgctxt "abbrev. month"
msgid "June"
msgstr "জুন"
msgctxt "abbrev. month"
msgid "July"
msgstr "জুলাই"
msgctxt "abbrev. month"
msgid "Aug."
msgstr "আগ."
msgctxt "abbrev. month"
msgid "Sept."
msgstr "সেপ্ট."
msgctxt "abbrev. month"
msgid "Oct."
msgstr "অক্টো."
msgctxt "abbrev. month"
msgid "Nov."
msgstr "নভে."
msgctxt "abbrev. month"
msgid "Dec."
msgstr "ডিসে."
msgctxt "alt. month"
msgid "January"
msgstr "জানুয়ারি"
msgctxt "alt. month"
msgid "February"
msgstr "ফেব্রুয়ারি"
msgctxt "alt. month"
msgid "March"
msgstr "মার্চ"
msgctxt "alt. month"
msgid "April"
msgstr "এপ্রিল"
msgctxt "alt. month"
msgid "May"
msgstr "মে"
msgctxt "alt. month"
msgid "June"
msgstr "জুন"
msgctxt "alt. month"
msgid "July"
msgstr "জুলাই"
msgctxt "alt. month"
msgid "August"
msgstr "আগস্ট"
msgctxt "alt. month"
msgid "September"
msgstr "সেপ্টেম্বর"
msgctxt "alt. month"
msgid "October"
msgstr "অক্টোবর"
msgctxt "alt. month"
msgid "November"
msgstr "নভেম্বর"
msgctxt "alt. month"
msgid "December"
msgstr "ডিসেম্বর"
msgid "This is not a valid IPv6 address."
msgstr ""
#, python-format
msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..."
msgstr "%(truncated_text)s..."
msgid "or"
msgstr "অথবা"
#. Translators: This string is used as a separator between list elements
msgid ", "
msgstr ","
#, python-format
msgid "%d year"
msgid_plural "%d years"
msgstr[0] ""
msgstr[1] ""
#, python-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] ""
msgstr[1] ""
#, python-format
msgid "%d week"
msgid_plural "%d weeks"
msgstr[0] ""
msgstr[1] ""
#, python-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] ""
msgstr[1] ""
#, python-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] ""
msgstr[1] ""
#, python-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] ""
msgstr[1] ""
msgid "0 minutes"
msgstr "0 মিনিট"
msgid "Forbidden"
msgstr ""
msgid "CSRF verification failed. Request aborted."
msgstr ""
msgid ""
"You are seeing this message because this HTTPS site requires a 'Referer "
"header' to be sent by your Web browser, but none was sent. This header is "
"required for security reasons, to ensure that your browser is not being "
"hijacked by third parties."
msgstr ""
msgid ""
"If you have configured your browser to disable 'Referer' headers, please re-"
"enable them, at least for this site, or for HTTPS connections, or for 'same-"
"origin' requests."
msgstr ""
msgid ""
"You are seeing this message because this site requires a CSRF cookie when "
"submitting forms. This cookie is required for security reasons, to ensure "
"that your browser is not being hijacked by third parties."
msgstr ""
msgid ""
"If you have configured your browser to disable cookies, please re-enable "
"them, at least for this site, or for 'same-origin' requests."
msgstr ""
msgid "More information is available with DEBUG=True."
msgstr ""
msgid "Welcome to Django"
msgstr ""
msgid "It worked!"
msgstr ""
msgid "Congratulations on your first Django-powered page."
msgstr ""
msgid ""
"Next, start your first app by running <code>python manage.py startapp "
"[app_label]</code>."
msgstr ""
msgid ""
"You're seeing this message because you have <code>DEBUG = True</code> in "
"your Django settings file and you haven't configured any URLs. Get to work!"
msgstr ""
msgid "No year specified"
msgstr "কোন বছর উল্লেখ করা হয়নি"
msgid "No month specified"
msgstr "কোন মাস উল্লেখ করা হয়নি"
msgid "No day specified"
msgstr "কোন দিন উল্লেখ করা হয়নি"
msgid "No week specified"
msgstr "কোন সপ্তাহ উল্লেখ করা হয়নি"
#, python-format
msgid "No %(verbose_name_plural)s available"
msgstr "কোন %(verbose_name_plural)s নেই"
#, python-format
msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False."
msgstr ""
#, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr ""
#, python-format
msgid "No %(verbose_name)s found matching the query"
msgstr "কুয়েরি ম্যাচ করে এমন কোন %(verbose_name)s পাওয়া যায় নি"
msgid "Page is not 'last', nor can it be converted to an int."
msgstr ""
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr ""
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr ""
msgid "Directory indexes are not allowed here."
msgstr "ডিরেক্টরি ইনডেক্স অনুমোদিত নয়"
#, python-format
msgid "\"%(path)s\" does not exist"
msgstr "\"%(path)s\" এর অস্তিত্ব নেই"
#, python-format
msgid "Index of %(directory)s"
msgstr "%(directory)s এর ইনডেক্স"
# This file is distributed under the same license as the Django package.
#
# Translators:
# Fulup <fulup.jakez@gmail.com>, 2012,2014
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-06-29 20:57+0200\n"
"PO-Revision-Date: 2016-06-30 08:31+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Breton (http://www.transifex.com/django/django/language/br/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: br\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
msgid "Afrikaans"
msgstr "Afrikaneg"
msgid "Arabic"
msgstr "Arabeg"
msgid "Asturian"
msgstr "Astureg"
msgid "Azerbaijani"
msgstr "Azeri"
msgid "Bulgarian"
msgstr "Bulgareg"
msgid "Belarusian"
msgstr "Belaruseg"
msgid "Bengali"
msgstr "Bengaleg"
msgid "Breton"
msgstr "Brezhoneg"
msgid "Bosnian"
msgstr "Bosneg"
msgid "Catalan"
msgstr "Katalaneg"
msgid "Czech"
msgstr "Tchekeg"
msgid "Welsh"
msgstr "Kembraeg"
msgid "Danish"
msgstr "Daneg"
msgid "German"
msgstr "Alamaneg"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "Gresianeg"
msgid "English"
msgstr "Saozneg"
msgid "Australian English"
msgstr "Saozneg Aostralia"
msgid "British English"
msgstr "Saozneg Breizh-Veur"
msgid "Esperanto"
msgstr "Esperanteg"
msgid "Spanish"
msgstr "Spagnoleg"
msgid "Argentinian Spanish"
msgstr "Spagnoleg Arc'hantina"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Spagnoleg Mec'hiko"
msgid "Nicaraguan Spanish"
msgstr "Spagnoleg Nicaragua"
msgid "Venezuelan Spanish"
msgstr "Spagnoleg Venezuela"
msgid "Estonian"
msgstr "Estoneg"
msgid "Basque"
msgstr "Euskareg"
msgid "Persian"
msgstr "Perseg"
msgid "Finnish"
msgstr "Finneg"
msgid "French"
msgstr "Galleg"
msgid "Frisian"
msgstr "Frizeg"
msgid "Irish"
msgstr "Iwerzhoneg"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Galizeg"
msgid "Hebrew"
msgstr "Hebraeg"
msgid "Hindi"
msgstr "Hindi"
msgid "Croatian"
msgstr "Kroateg"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "Hungareg"
msgid "Interlingua"
msgstr "Interlingua"
msgid "Indonesian"
msgstr "Indonezeg"
msgid "Ido"
msgstr "Ido"
msgid "Icelandic"
msgstr "Islandeg"
msgid "Italian"
msgstr "Italianeg"
msgid "Japanese"
msgstr "Japaneg"
msgid "Georgian"
msgstr "Jorjianeg"
msgid "Kazakh"
msgstr "kazak"
msgid "Khmer"
msgstr "Khmer"
msgid "Kannada"
msgstr "Kannata"
msgid "Korean"
msgstr "Koreaneg"
msgid "Luxembourgish"
msgstr "Luksembourgeg"
msgid "Lithuanian"
msgstr "Lituaneg"
msgid "Latvian"
msgstr "Latveg"
msgid "Macedonian"
msgstr "Makedoneg"
msgid "Malayalam"
msgstr "Malayalam"
msgid "Mongolian"
msgstr "Mongoleg"
msgid "Marathi"
msgstr "Marathi"
msgid "Burmese"
msgstr "Burmeg"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "nepaleg"
msgid "Dutch"
msgstr "Nederlandeg"
msgid "Norwegian Nynorsk"
msgstr "Norvegeg Nynorsk"
msgid "Ossetic"
msgstr "Oseteg"
msgid "Punjabi"
msgstr "Punjabeg"
msgid "Polish"
msgstr "Poloneg"
msgid "Portuguese"
msgstr "Portugaleg"
msgid "Brazilian Portuguese"
msgstr "Portugaleg Brazil"
msgid "Romanian"
msgstr "Roumaneg"
msgid "Russian"
msgstr "Rusianeg"
msgid "Slovak"
msgstr "Slovakeg"
msgid "Slovenian"
msgstr "Sloveneg"
msgid "Albanian"
msgstr "Albaneg"
msgid "Serbian"
msgstr "Serbeg"
msgid "Serbian Latin"
msgstr "Serbeg e lizherennoù latin"
msgid "Swedish"
msgstr "Svedeg"
msgid "Swahili"
msgstr "swahileg"
msgid "Tamil"
msgstr "Tamileg"
msgid "Telugu"
msgstr "Telougou"
msgid "Thai"
msgstr "Thai"
msgid "Turkish"
msgstr "Turkeg"
msgid "Tatar"
msgstr "tatar"
msgid "Udmurt"
msgstr "Oudmourteg"
msgid "Ukrainian"
msgstr "Ukraineg"
msgid "Urdu"
msgstr "Ourdou"
msgid "Vietnamese"
msgstr "Vietnameg"
msgid "Simplified Chinese"
msgstr "Sinaeg eeunaet"
msgid "Traditional Chinese"
msgstr "Sinaeg hengounel"
msgid "Messages"
msgstr ""
msgid "Site Maps"
msgstr "Tresoù al lec'hienn"
msgid "Static Files"
msgstr "Restroù statek"
msgid "Syndication"
msgstr "Sindikadur"
msgid "Enter a valid value."
msgstr "Merkit un talvoud reizh"
msgid "Enter a valid URL."
msgstr "Merkit un URL reizh"
msgid "Enter a valid integer."
msgstr ""
msgid "Enter a valid email address."
msgstr "Merkit ur chomlec'h postel reizh"
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr ""
"N'hall bezañ er vaezienn-mañ nemet lizherennoù, niveroù, tiredoù izel _ ha "
"barrennigoù-stagañ."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Merkit ur chomlec'h IPv4 reizh."
msgid "Enter a valid IPv6 address."
msgstr "Merkit ur chomlec'h IPv6 reizh."
msgid "Enter a valid IPv4 or IPv6 address."
msgstr "Merkit ur chomlec'h IPv4 pe IPv6 reizh."
msgid "Enter only digits separated by commas."
msgstr "Merkañ hepken sifroù dispartiet dre skejoù."
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr ""
"Bezit sur ez eo an talvoud-mañ %(limit_value)s (evit ar mare ez eo "
"%(show_value)s)."
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr "Gwiriit mat emañ an talvoud-mañ a-is pe par da %(limit_value)s."
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr "Gwiriit mat emañ an talvoud-mañ a-us pe par da %(limit_value)s."
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
msgstr[1] ""
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
msgstr[1] ""
#, python-format
msgid "Ensure that there are no more than %(max)s digit in total."
msgid_plural "Ensure that there are no more than %(max)s digits in total."
msgstr[0] ""
msgstr[1] ""
#, python-format
msgid "Ensure that there are no more than %(max)s decimal place."
msgid_plural "Ensure that there are no more than %(max)s decimal places."
msgstr[0] ""
msgstr[1] ""
#, python-format
msgid ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgid_plural ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgstr[0] ""
msgstr[1] ""
msgid "and"
msgstr "ha"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr ""
#, python-format
msgid "Value %(value)r is not a valid choice."
msgstr ""
msgid "This field cannot be null."
msgstr "N'hall ket ar vaezienn chom goullo"
msgid "This field cannot be blank."
msgstr "N'hall ket ar vaezienn chom goullo"
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "Bez' ez eus c'hoazh eus ur %(model_name)s gant ar %(field_label)s-mañ."
#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'.
#. Eg: "Title must be unique for pub_date year"
#, python-format
msgid ""
"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
msgstr ""
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Seurt maezienn : %(field_type)s"
msgid "Integer"
msgstr "Anterin"
#, python-format
msgid "'%(value)s' value must be an integer."
msgstr ""
msgid "Big (8 byte) integer"
msgstr "Anterin bras (8 okted)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
msgid "Boolean (Either True or False)"
msgstr "Boulean (gwir pe gaou)"
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "neudennad arouezennoù (betek %(max_length)s)"
msgid "Comma-separated integers"
msgstr "Niveroù anterin dispartiet dre ur skej"
#, python-format
msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
msgid "Date (without time)"
msgstr "Deizad (hep eur)"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) but it is an invalid date/time."
msgstr ""
msgid "Date (with time)"
msgstr "Deizad (gant an eur)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr ""
msgid "Decimal number"
msgstr "Niver dekvedennel"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
msgid "Duration"
msgstr ""
msgid "Email address"
msgstr "Chomlec'h postel"
msgid "File path"
msgstr "Treug war-du ar restr"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr ""
msgid "Floating point number"
msgstr "Niver gant skej nij"
msgid "IPv4 address"
msgstr "Chomlec'h IPv4"
msgid "IP address"
msgstr "Chomlec'h IP"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr "Rekis eo d'an talvoud '%(value)s' bezañ par da Hini, Gwir pe Gaou."
msgid "Boolean (Either True, False or None)"
msgstr "Boulean (gwir pe gaou pe netra)"
msgid "Positive integer"
msgstr "Niver anterin pozitivel"
msgid "Positive small integer"
msgstr "Niver anterin bihan pozitivel"
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr "Slug (betek %(max_length)s arouez.)"
msgid "Small integer"
msgstr "Niver anterin bihan"
msgid "Text"
msgstr "Testenn"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
#, python-format
msgid ""
"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
"invalid time."
msgstr ""
msgid "Time"
msgstr "Eur"
msgid "URL"
msgstr "URL"
msgid "Raw binary data"
msgstr ""
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr ""
msgid "File"
msgstr "Restr"
msgid "Image"
msgstr "Skeudenn"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr ""
msgid "Foreign Key (type determined by related field)"
msgstr "Alc'hwez estren (seurt termenet dre ar vaezienn liammet)"
msgid "One-to-one relationship"
msgstr "Darempred unan-ouzh-unan"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Darempred lies-ouzh-lies"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "This field is required."
msgstr "Rekis eo leuniañ ar vaezienn."
msgid "Enter a whole number."
msgstr "Merkit un niver anterin."
msgid "Enter a number."
msgstr "Merkit un niver."
msgid "Enter a valid date."
msgstr "Merkit un deiziad reizh"
msgid "Enter a valid time."
msgstr "Merkit un eur reizh"
msgid "Enter a valid date/time."
msgstr "Merkit un eur/deiziad reizh"
msgid "Enter a valid duration."
msgstr ""
msgid "No file was submitted. Check the encoding type on the form."
msgstr "N'eus ket kaset restr ebet. Gwiriit ar seurt enkodañ evit ar restr"
msgid "No file was submitted."
msgstr "N'eus bet kaset restr ebet."
msgid "The submitted file is empty."
msgstr "Goullo eo ar restr kaset."
#, python-format
msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
msgid_plural ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr[0] ""
msgstr[1] ""
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr "Kasit ur restr pe askit al log riñsañ; an eil pe egile"
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
"Enpozhiit ur skeudenn reizh. Ar seurt bet enporzhiet ganeoc'h a oa foeltret "
"pe ne oa ket ur skeudenn"
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr "Dizuit un dibab reizh. %(value)s n'emañ ket e-touez an dibaboù posupl."
msgid "Enter a list of values."
msgstr "Merkit ur roll talvoudoù"
msgid "Enter a complete value."
msgstr "Merkañ un talvoud klok"
msgid "Enter a valid UUID."
msgstr ""
#. Translators: This is the default suffix added to form field labels
msgid ":"
msgstr ""
#, python-format
msgid "(Hidden field %(name)s) %(error)s"
msgstr ""
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""
#, python-format
msgid "Please submit %d or fewer forms."
msgid_plural "Please submit %d or fewer forms."
msgstr[0] ""
msgstr[1] ""
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] ""
msgstr[1] ""
msgid "Order"
msgstr "Urzh"
msgid "Delete"
msgstr "Diverkañ"
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr "Reizhit ar roadennoù e doubl e %(field)s."
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr ""
"Reizhit ar roadennoù e doubl e %(field)s, na zle bezañ enni nemet talvoudoù "
"dzho o-unan."
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
"Reizhit ar roadennoù e doubl e %(field_name)s a rank bezañ ennañ talvodoù en "
"o-unan evit lodenn %(lookup)s %(date_field)s."
msgid "Please correct the duplicate values below."
msgstr "Reizhañ ar roadennoù e doubl zo a-is"
msgid "The inline foreign key did not match the parent instance primary key."
msgstr ""
"Ne glot ket an alc'hwez estren enlinenn gant alc'hwez-mamm an urzhiataer "
"galloudel kar"
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr "Diuzit un dibab reizh. N'emañ ket an dibab-mañ e-touez ar re bosupl."
#, python-format
msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr ""
#, python-format
msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""
"N'eo ket bete komprenet an talvoud %(datetime)s er werzhid eur "
"%(current_timezone)s; pe eo amjestr pe n'eus ket anezhañ."
msgid "Currently"
msgstr "Evit ar mare"
msgid "Change"
msgstr "Kemmañ"
msgid "Clear"
msgstr "Riñsañ"
msgid "Unknown"
msgstr "Dianav"
msgid "Yes"
msgstr "Ya"
msgid "No"
msgstr "Ket"
msgid "yes,no,maybe"
msgstr "ya, ket, marteze"
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d okted"
msgstr[1] "%(size)d okted"
#, python-format
msgid "%s KB"
msgstr "%s KB"
#, python-format
msgid "%s MB"
msgstr "%s MB"
#, python-format
msgid "%s GB"
msgstr "%s GB"
#, python-format
msgid "%s TB"
msgstr "%s TB"
#, python-format
msgid "%s PB"
msgstr "%s PB"
msgid "p.m."
msgstr "g.m."
msgid "a.m."
msgstr "mintin"
msgid "PM"
msgstr "G.M."
msgid "AM"
msgstr "Mintin"
msgid "midnight"
msgstr "hanternoz"
msgid "noon"
msgstr "kreisteiz"
msgid "Monday"
msgstr "Lun"
msgid "Tuesday"
msgstr "Meurzh"
msgid "Wednesday"
msgstr "Merc'her"
msgid "Thursday"
msgstr "Yaou"
msgid "Friday"
msgstr "Gwener"
msgid "Saturday"
msgstr "Sadorn"
msgid "Sunday"
msgstr "Sul"
msgid "Mon"
msgstr "Lun"
msgid "Tue"
msgstr "Meu"
msgid "Wed"
msgstr "Mer"
msgid "Thu"
msgstr "Yao"
msgid "Fri"
msgstr "Gwe"
msgid "Sat"
msgstr "Sad"
msgid "Sun"
msgstr "Sul"
msgid "January"
msgstr "Genver"
msgid "February"
msgstr "C'hwevrer"
msgid "March"
msgstr "Meurzh"
msgid "April"
msgstr "Ebrel"
msgid "May"
msgstr "Mae"
msgid "June"
msgstr "Mezheven"
msgid "July"
msgstr "Gouere"
msgid "August"
msgstr "Eost"
msgid "September"
msgstr "Gwengolo"
msgid "October"
msgstr "Here"
msgid "November"
msgstr "Du"
msgid "December"
msgstr "Kerzu"
msgid "jan"
msgstr "Gen"
msgid "feb"
msgstr "C'hwe"
msgid "mar"
msgstr "Meu"
msgid "apr"
msgstr "Ebr"
msgid "may"
msgstr "Mae"
msgid "jun"
msgstr "Mez"
msgid "jul"
msgstr "Gou"
msgid "aug"
msgstr "Eos"
msgid "sep"
msgstr "Gwe"
msgid "oct"
msgstr "Her"
msgid "nov"
msgstr "Du"
msgid "dec"
msgstr "Kzu"
msgctxt "abbrev. month"
msgid "Jan."
msgstr "Gen."
msgctxt "abbrev. month"
msgid "Feb."
msgstr "C'hwe."
msgctxt "abbrev. month"
msgid "March"
msgstr "Meu."
msgctxt "abbrev. month"
msgid "April"
msgstr "Ebr."
msgctxt "abbrev. month"
msgid "May"
msgstr "Mae"
msgctxt "abbrev. month"
msgid "June"
msgstr "Mez."
msgctxt "abbrev. month"
msgid "July"
msgstr "Gou."
msgctxt "abbrev. month"
msgid "Aug."
msgstr "Eos."
msgctxt "abbrev. month"
msgid "Sept."
msgstr "Gwe."
msgctxt "abbrev. month"
msgid "Oct."
msgstr "Her."
msgctxt "abbrev. month"
msgid "Nov."
msgstr "Du"
msgctxt "abbrev. month"
msgid "Dec."
msgstr "Kzu"
msgctxt "alt. month"
msgid "January"
msgstr "Genver"
msgctxt "alt. month"
msgid "February"
msgstr "C'hwevrer"
msgctxt "alt. month"
msgid "March"
msgstr "Meurzh"
msgctxt "alt. month"
msgid "April"
msgstr "Ebrel"
msgctxt "alt. month"
msgid "May"
msgstr "Mae"
msgctxt "alt. month"
msgid "June"
msgstr "Mezheven"
msgctxt "alt. month"
msgid "July"
msgstr "Gouere"
msgctxt "alt. month"
msgid "August"
msgstr "Eost"
msgctxt "alt. month"
msgid "September"
msgstr "Gwengolo"
msgctxt "alt. month"
msgid "October"
msgstr "Here"
msgctxt "alt. month"
msgid "November"
msgstr "Du"
msgctxt "alt. month"
msgid "December"
msgstr "Kerzu"
msgid "This is not a valid IPv6 address."
msgstr ""
#, python-format
msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..."
msgstr "%(truncated_text)s..."
msgid "or"
msgstr "pe"
#. Translators: This string is used as a separator between list elements
msgid ", "
msgstr ","
#, python-format
msgid "%d year"
msgid_plural "%d years"
msgstr[0] "%d bloaz"
msgstr[1] "%d bloaz"
#, python-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] "%d miz"
msgstr[1] "%d miz"
#, python-format
msgid "%d week"
msgid_plural "%d weeks"
msgstr[0] "%d sizhun"
msgstr[1] "%d sizhun"
#, python-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d deiz"
msgstr[1] "%d deiz"
#, python-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d eur"
msgstr[1] "%d eur"
#, python-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d munud"
msgstr[1] "%d munud"
msgid "0 minutes"
msgstr "0 munud"
msgid "Forbidden"
msgstr "Difennet"
msgid "CSRF verification failed. Request aborted."
msgstr ""
msgid ""
"You are seeing this message because this HTTPS site requires a 'Referer "
"header' to be sent by your Web browser, but none was sent. This header is "
"required for security reasons, to ensure that your browser is not being "
"hijacked by third parties."
msgstr ""
msgid ""
"If you have configured your browser to disable 'Referer' headers, please re-"
"enable them, at least for this site, or for HTTPS connections, or for 'same-"
"origin' requests."
msgstr ""
msgid ""
"You are seeing this message because this site requires a CSRF cookie when "
"submitting forms. This cookie is required for security reasons, to ensure "
"that your browser is not being hijacked by third parties."
msgstr ""
msgid ""
"If you have configured your browser to disable cookies, please re-enable "
"them, at least for this site, or for 'same-origin' requests."
msgstr ""
msgid "More information is available with DEBUG=True."
msgstr ""
msgid "Welcome to Django"
msgstr ""
msgid "It worked!"
msgstr ""
msgid "Congratulations on your first Django-powered page."
msgstr ""
msgid ""
"Of course, you haven't actually done any work yet. Next, start your first "
"app by running <code>python manage.py startapp [app_label]</code>."
msgstr ""
msgid ""
"You're seeing this message because you have <code>DEBUG = True</code> in "
"your Django settings file and you haven't configured any URLs. Get to work!"
msgstr ""
msgid "No year specified"
msgstr "N'eus bet resisaet bloavezh ebet"
msgid "No month specified"
msgstr "N'eus bet resisaet miz ebet"
msgid "No day specified"
msgstr "N'eus bet resisaet deiz ebet"
msgid "No week specified"
msgstr "N'eus bet resisaet sizhun ebet"
#, python-format
msgid "No %(verbose_name_plural)s available"
msgstr "N'eus %(verbose_name_plural)s ebet da gaout."
#, python-format
msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False."
msgstr ""
"En dazont ne vo ket a %(verbose_name_plural)s rak faos eo %(class_name)s."
"allow_future."
#, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr ""
"Direizh eo ar furmad '%(format)s' evit an neudennad deiziad '%(datestr)s'"
#, python-format
msgid "No %(verbose_name)s found matching the query"
msgstr ""
"N'eus bet kavet traezenn %(verbose_name)s ebet o klotaén gant ar goulenn"
msgid "Page is not 'last', nor can it be converted to an int."
msgstr ""
"N'eo ket 'last' ar bajenn na n'hall ket bezañ amdroet en un niver anterin."
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr ""
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr "Roll goullo ha faos eo '%(class_name)s.allow_empty'."
msgid "Directory indexes are not allowed here."
msgstr "N'haller ket diskwel endalc'had ar c'havlec'h-mañ."
#, python-format
msgid "\"%(path)s\" does not exist"
msgstr "N'eus ket eus \"%(path)s\""
#, python-format
msgid "Index of %(directory)s"
msgstr "Meneger %(directory)s"
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
from __future__ import unicode_literals
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT = 'j. N Y.'
TIME_FORMAT = 'G:i'
DATETIME_FORMAT = 'j. N. Y. G:i T'
YEAR_MONTH_FORMAT = 'F Y.'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'Y M j'
# SHORT_DATETIME_FORMAT =
# FIRST_DAY_OF_WEEK =
# The *_INPUT_FORMATS strings use the Python strftime format syntax,
# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior
# DATE_INPUT_FORMATS =
# TIME_INPUT_FORMATS =
# DATETIME_INPUT_FORMATS =
DECIMAL_SEPARATOR = ','
THOUSAND_SEPARATOR = '.'
# NUMBER_GROUPING =
# This file is distributed under the same license as the Django package.
#
# Translators:
# Filip Dupanović <filip.dupanovic@gmail.com>, 2011
# Jannis Leidel <jannis@leidel.info>, 2011
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-19 16:49+0100\n"
"PO-Revision-Date: 2017-01-20 09:03+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Bosnian (http://www.transifex.com/django/django/language/"
"bs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bs\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
msgid "Afrikaans"
msgstr ""
msgid "Arabic"
msgstr "arapski"
msgid "Asturian"
msgstr ""
msgid "Azerbaijani"
msgstr "Azerbejdžanski"
msgid "Bulgarian"
msgstr "bugarski"
msgid "Belarusian"
msgstr ""
msgid "Bengali"
msgstr "bengalski"
msgid "Breton"
msgstr ""
msgid "Bosnian"
msgstr "bosanski"
msgid "Catalan"
msgstr "katalonski"
msgid "Czech"
msgstr "češki"
msgid "Welsh"
msgstr "velški"
msgid "Danish"
msgstr "danski"
msgid "German"
msgstr "njemački"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "grčki"
msgid "English"
msgstr "engleski"
msgid "Australian English"
msgstr ""
msgid "British English"
msgstr "Britanski engleski"
msgid "Esperanto"
msgstr ""
msgid "Spanish"
msgstr "španski"
msgid "Argentinian Spanish"
msgstr "Argentinski španski"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Meksički španski"
msgid "Nicaraguan Spanish"
msgstr "Nikuaraganski španski"
msgid "Venezuelan Spanish"
msgstr ""
msgid "Estonian"
msgstr "estonski"
msgid "Basque"
msgstr "baskijski"
msgid "Persian"
msgstr "persijski"
msgid "Finnish"
msgstr "finski"
msgid "French"
msgstr "francuski"
msgid "Frisian"
msgstr "frišanski"
msgid "Irish"
msgstr "irski"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "galski"
msgid "Hebrew"
msgstr "hebrejski"
msgid "Hindi"
msgstr "hindi"
msgid "Croatian"
msgstr "hrvatski"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "mađarski"
msgid "Interlingua"
msgstr ""
msgid "Indonesian"
msgstr "Indonežanski"
msgid "Ido"
msgstr ""
msgid "Icelandic"
msgstr "islandski"
msgid "Italian"
msgstr "italijanski"
msgid "Japanese"
msgstr "japanski"
msgid "Georgian"
msgstr "gruzijski"
msgid "Kazakh"
msgstr ""
msgid "Khmer"
msgstr "kambođanski"
msgid "Kannada"
msgstr "kanada"
msgid "Korean"
msgstr "korejski"
msgid "Luxembourgish"
msgstr ""
msgid "Lithuanian"
msgstr "litvanski"
msgid "Latvian"
msgstr "latvijski"
msgid "Macedonian"
msgstr "makedonski"
msgid "Malayalam"
msgstr "Malajalamski"
msgid "Mongolian"
msgstr "Mongolski"
msgid "Marathi"
msgstr ""
msgid "Burmese"
msgstr ""
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr ""
msgid "Dutch"
msgstr "holandski"
msgid "Norwegian Nynorsk"
msgstr "Norveški novi"
msgid "Ossetic"
msgstr ""
msgid "Punjabi"
msgstr "Pandžabi"
msgid "Polish"
msgstr "poljski"
msgid "Portuguese"
msgstr "portugalski"
msgid "Brazilian Portuguese"
msgstr "brazilski portugalski"
msgid "Romanian"
msgstr "rumunski"
msgid "Russian"
msgstr "ruski"
msgid "Slovak"
msgstr "slovački"
msgid "Slovenian"
msgstr "slovenački"
msgid "Albanian"
msgstr "albanski"
msgid "Serbian"
msgstr "srpski"
msgid "Serbian Latin"
msgstr "srpski latinski"
msgid "Swedish"
msgstr "švedski"
msgid "Swahili"
msgstr ""
msgid "Tamil"
msgstr "tamilski"
msgid "Telugu"
msgstr "telugu"
msgid "Thai"
msgstr "tajlandski"
msgid "Turkish"
msgstr "turski"
msgid "Tatar"
msgstr ""
msgid "Udmurt"
msgstr ""
msgid "Ukrainian"
msgstr "ukrajinski"
msgid "Urdu"
msgstr "Urdu"
msgid "Vietnamese"
msgstr "vijetnamežanski"
msgid "Simplified Chinese"
msgstr "novokineski"
msgid "Traditional Chinese"
msgstr "starokineski"
msgid "Messages"
msgstr ""
msgid "Site Maps"
msgstr ""
msgid "Static Files"
msgstr ""
msgid "Syndication"
msgstr ""
msgid "That page number is not an integer"
msgstr ""
msgid "That page number is less than 1"
msgstr ""
msgid "That page contains no results"
msgstr ""
msgid "Enter a valid value."
msgstr "Unesite ispravnu vrijednost."
msgid "Enter a valid URL."
msgstr "Unesite ispravan URL."
msgid "Enter a valid integer."
msgstr ""
msgid "Enter a valid email address."
msgstr ""
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr ""
"Unesite ispravan „slug“, koji se sastoji od slova, brojki, donjih crta ili "
"crtica."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Unesite ispravnu IPv4 adresu."
msgid "Enter a valid IPv6 address."
msgstr ""
msgid "Enter a valid IPv4 or IPv6 address."
msgstr ""
msgid "Enter only digits separated by commas."
msgstr "Unesite samo brojke razdvojene zapetama."
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr ""
"Pobrinite se da je ova vrijednost %(limit_value)s (trenutno je "
"%(show_value)s)."
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr "Ova vrijednost mora da bude manja ili jednaka %(limit_value)s."
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr "Ova vrijednost mora biti veća ili jednaka %(limit_value)s."
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#, python-format
msgid "Ensure that there are no more than %(max)s digit in total."
msgid_plural "Ensure that there are no more than %(max)s digits in total."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#, python-format
msgid "Ensure that there are no more than %(max)s decimal place."
msgid_plural "Ensure that there are no more than %(max)s decimal places."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#, python-format
msgid ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgid_plural ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#, python-format
msgid ""
"File extension '%(extension)s' is not allowed. Allowed extensions are: "
"'%(allowed_extensions)s'."
msgstr ""
msgid "and"
msgstr "i"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr ""
#, python-format
msgid "Value %(value)r is not a valid choice."
msgstr ""
msgid "This field cannot be null."
msgstr "Ovo polje ne može ostati prazno."
msgid "This field cannot be blank."
msgstr "Ovo polje ne može biti prazno."
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "%(model_name)s sa ovom vrijednošću %(field_label)s već postoji."
#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'.
#. Eg: "Title must be unique for pub_date year"
#, python-format
msgid ""
"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
msgstr ""
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Polje tipa: %(field_type)s"
msgid "Integer"
msgstr "Cijeo broj"
#, python-format
msgid "'%(value)s' value must be an integer."
msgstr ""
msgid "Big (8 byte) integer"
msgstr "Big (8 bajtni) integer"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr ""
msgid "Boolean (Either True or False)"
msgstr "Bulova vrijednost (True ili False)"
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "String (najviše %(max_length)s znakova)"
msgid "Comma-separated integers"
msgstr "Cijeli brojevi razdvojeni zapetama"
#, python-format
msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
msgid "Date (without time)"
msgstr "Datum (bez vremena)"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) but it is an invalid date/time."
msgstr ""
msgid "Date (with time)"
msgstr "Datum (sa vremenom)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr ""
msgid "Decimal number"
msgstr "Decimalni broj"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
msgid "Duration"
msgstr ""
msgid "Email address"
msgstr "Email adresa"
msgid "File path"
msgstr "Putanja fajla"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr ""
msgid "Floating point number"
msgstr "Broj sa pokrenom zapetom"
msgid "IPv4 address"
msgstr ""
msgid "IP address"
msgstr "IP adresa"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr ""
msgid "Boolean (Either True, False or None)"
msgstr "Bulova vrijednost (True, False ili None)"
msgid "Positive integer"
msgstr ""
msgid "Positive small integer"
msgstr ""
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr ""
msgid "Small integer"
msgstr ""
msgid "Text"
msgstr "Tekst"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
#, python-format
msgid ""
"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
"invalid time."
msgstr ""
msgid "Time"
msgstr "Vrijeme"
msgid "URL"
msgstr "URL"
msgid "Raw binary data"
msgstr ""
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr ""
msgid "File"
msgstr ""
msgid "Image"
msgstr ""
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr ""
msgid "Foreign Key (type determined by related field)"
msgstr "Strani ključ (tip određen povezanim poljem)"
msgid "One-to-one relationship"
msgstr "Jedan-na-jedan odnos"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Više-na-više odsnos"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ""
msgid "This field is required."
msgstr "Ovo polje se mora popuniti."
msgid "Enter a whole number."
msgstr "Unesite cijeo broj."
msgid "Enter a number."
msgstr "Unesite broj."
msgid "Enter a valid date."
msgstr "Unesite ispravan datum."
msgid "Enter a valid time."
msgstr "Unesite ispravno vrijeme"
msgid "Enter a valid date/time."
msgstr "Unesite ispravan datum/vrijeme."
msgid "Enter a valid duration."
msgstr ""
msgid "No file was submitted. Check the encoding type on the form."
msgstr "Fajl nije prebačen. Provjerite tip enkodiranja formulara."
msgid "No file was submitted."
msgstr "Fajl nije prebačen."
msgid "The submitted file is empty."
msgstr "Prebačen fajl je prazan."
#, python-format
msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
msgid_plural ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr ""
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
"Prebacite ispravan fajl. Fajl koji je prebačen ili nije slika, ili je "
"oštećen."
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr ""
"%(value)s nije među ponuđenim vrijednostima. Odaberite jednu od ponuđenih."
msgid "Enter a list of values."
msgstr "Unesite listu vrijednosti."
msgid "Enter a complete value."
msgstr ""
msgid "Enter a valid UUID."
msgstr ""
#. Translators: This is the default suffix added to form field labels
msgid ":"
msgstr ""
#, python-format
msgid "(Hidden field %(name)s) %(error)s"
msgstr ""
msgid "ManagementForm data is missing or has been tampered with"
msgstr ""
#, python-format
msgid "Please submit %d or fewer forms."
msgid_plural "Please submit %d or fewer forms."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgid "Order"
msgstr "Redoslijed"
msgid "Delete"
msgstr "Obriši"
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr "Ispravite dupli sadržaj za polja: %(field)s."
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr ""
"Ispravite dupli sadržaj za polja: %(field)s, koji mora da bude jedinstven."
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
"Ispravite dupli sadržaj za polja: %(field_name)s, koji mora da bude "
"jedinstven za %(lookup)s u %(date_field)s."
msgid "Please correct the duplicate values below."
msgstr "Ispravite duple vrijednosti dole."
msgid "The inline foreign key did not match the parent instance primary key."
msgstr "Strani ključ se nije poklopio sa instancom roditeljskog ključa."
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr ""
"Odabrana vrijednost nije među ponuđenima. Odaberite jednu od ponuđenih."
#, python-format
msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr ""
#, python-format
msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""
msgid "Clear"
msgstr "Očisti"
msgid "Currently"
msgstr "Trenutno"
msgid "Change"
msgstr "Izmjeni"
msgid "Unknown"
msgstr "Nepoznato"
msgid "Yes"
msgstr "Da"
msgid "No"
msgstr "Ne"
msgid "yes,no,maybe"
msgstr "da,ne,možda"
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#, python-format
msgid "%s KB"
msgstr "%s KB"
#, python-format
msgid "%s MB"
msgstr "%s MB"
#, python-format
msgid "%s GB"
msgstr "%s GB"
#, python-format
msgid "%s TB"
msgstr "%s TB"
#, python-format
msgid "%s PB"
msgstr "%s PB"
msgid "p.m."
msgstr "po p."
msgid "a.m."
msgstr "prije p."
msgid "PM"
msgstr "PM"
msgid "AM"
msgstr "AM"
msgid "midnight"
msgstr "ponoć"
msgid "noon"
msgstr "podne"
msgid "Monday"
msgstr "ponedjeljak"
msgid "Tuesday"
msgstr "utorak"
msgid "Wednesday"
msgstr "srijeda"
msgid "Thursday"
msgstr "četvrtak"
msgid "Friday"
msgstr "petak"
msgid "Saturday"
msgstr "subota"
msgid "Sunday"
msgstr "nedjelja"
msgid "Mon"
msgstr "pon."
msgid "Tue"
msgstr "uto."
msgid "Wed"
msgstr "sri."
msgid "Thu"
msgstr "čet."
msgid "Fri"
msgstr "pet."
msgid "Sat"
msgstr "sub."
msgid "Sun"
msgstr "ned."
msgid "January"
msgstr "januar"
msgid "February"
msgstr "februar"
msgid "March"
msgstr "mart"
msgid "April"
msgstr "april"
msgid "May"
msgstr "maj"
msgid "June"
msgstr "juni"
msgid "July"
msgstr "juli"
msgid "August"
msgstr "august"
msgid "September"
msgstr "septembar"
msgid "October"
msgstr "oktobar"
msgid "November"
msgstr "novembar"
msgid "December"
msgstr "decembar"
msgid "jan"
msgstr "jan."
msgid "feb"
msgstr "feb."
msgid "mar"
msgstr "mar."
msgid "apr"
msgstr "apr."
msgid "may"
msgstr "maj."
msgid "jun"
msgstr "jun."
msgid "jul"
msgstr "jul."
msgid "aug"
msgstr "aug."
msgid "sep"
msgstr "sep."
msgid "oct"
msgstr "okt."
msgid "nov"
msgstr "nov."
msgid "dec"
msgstr "dec."
msgctxt "abbrev. month"
msgid "Jan."
msgstr "Jan."
msgctxt "abbrev. month"
msgid "Feb."
msgstr "Feb."
msgctxt "abbrev. month"
msgid "March"
msgstr "Mart"
msgctxt "abbrev. month"
msgid "April"
msgstr "April"
msgctxt "abbrev. month"
msgid "May"
msgstr "Maj"
msgctxt "abbrev. month"
msgid "June"
msgstr "Juni"
msgctxt "abbrev. month"
msgid "July"
msgstr "juli"
msgctxt "abbrev. month"
msgid "Aug."
msgstr "august"
msgctxt "abbrev. month"
msgid "Sept."
msgstr "septembar"
msgctxt "abbrev. month"
msgid "Oct."
msgstr "oktobar"
msgctxt "abbrev. month"
msgid "Nov."
msgstr "novembar"
msgctxt "abbrev. month"
msgid "Dec."
msgstr "decembar"
msgctxt "alt. month"
msgid "January"
msgstr "januar"
msgctxt "alt. month"
msgid "February"
msgstr "februar"
msgctxt "alt. month"
msgid "March"
msgstr "mart"
msgctxt "alt. month"
msgid "April"
msgstr "april"
msgctxt "alt. month"
msgid "May"
msgstr "maj"
msgctxt "alt. month"
msgid "June"
msgstr "juni"
msgctxt "alt. month"
msgid "July"
msgstr "juli"
msgctxt "alt. month"
msgid "August"
msgstr "august"
msgctxt "alt. month"
msgid "September"
msgstr "septembar"
msgctxt "alt. month"
msgid "October"
msgstr "oktobar"
msgctxt "alt. month"
msgid "November"
msgstr "Novembar"
msgctxt "alt. month"
msgid "December"
msgstr "decembar"
msgid "This is not a valid IPv6 address."
msgstr ""
#, python-format
msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..."
msgstr ""
msgid "or"
msgstr "ili"
#. Translators: This string is used as a separator between list elements
msgid ", "
msgstr ", "
#, python-format
msgid "%d year"
msgid_plural "%d years"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#, python-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#, python-format
msgid "%d week"
msgid_plural "%d weeks"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#, python-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#, python-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#, python-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgid "0 minutes"
msgstr ""
msgid "Forbidden"
msgstr ""
msgid "CSRF verification failed. Request aborted."
msgstr ""
msgid ""
"You are seeing this message because this HTTPS site requires a 'Referer "
"header' to be sent by your Web browser, but none was sent. This header is "
"required for security reasons, to ensure that your browser is not being "
"hijacked by third parties."
msgstr ""
msgid ""
"If you have configured your browser to disable 'Referer' headers, please re-"
"enable them, at least for this site, or for HTTPS connections, or for 'same-"
"origin' requests."
msgstr ""
msgid ""
"You are seeing this message because this site requires a CSRF cookie when "
"submitting forms. This cookie is required for security reasons, to ensure "
"that your browser is not being hijacked by third parties."
msgstr ""
msgid ""
"If you have configured your browser to disable cookies, please re-enable "
"them, at least for this site, or for 'same-origin' requests."
msgstr ""
msgid "More information is available with DEBUG=True."
msgstr ""
msgid "Welcome to Django"
msgstr ""
msgid "It worked!"
msgstr ""
msgid "Congratulations on your first Django-powered page."
msgstr ""
msgid ""
"Next, start your first app by running <code>python manage.py startapp "
"[app_label]</code>."
msgstr ""
msgid ""
"You're seeing this message because you have <code>DEBUG = True</code> in "
"your Django settings file and you haven't configured any URLs. Get to work!"
msgstr ""
msgid "No year specified"
msgstr "Godina nije naznačena"
msgid "No month specified"
msgstr "Mjesec nije naznačen"
msgid "No day specified"
msgstr "Dan nije naznačen"
msgid "No week specified"
msgstr "Sedmica nije naznačena"
#, python-format
msgid "No %(verbose_name_plural)s available"
msgstr ""
#, python-format
msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False."
msgstr ""
#, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr ""
#, python-format
msgid "No %(verbose_name)s found matching the query"
msgstr ""
msgid "Page is not 'last', nor can it be converted to an int."
msgstr ""
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr ""
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr ""
msgid "Directory indexes are not allowed here."
msgstr ""
#, python-format
msgid "\"%(path)s\" does not exist"
msgstr ""
#, python-format
msgid "Index of %(directory)s"
msgstr ""
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
from __future__ import unicode_literals
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT = r'j \d\e F \d\e Y'
TIME_FORMAT = 'G:i'
DATETIME_FORMAT = r'j \d\e F \d\e Y \a \l\e\s G:i'
YEAR_MONTH_FORMAT = r'F \d\e\l Y'
MONTH_DAY_FORMAT = r'j \d\e F'
SHORT_DATE_FORMAT = 'd/m/Y'
SHORT_DATETIME_FORMAT = 'd/m/Y G:i'
FIRST_DAY_OF_WEEK = 1 # Monday
# The *_INPUT_FORMATS strings use the Python strftime format syntax,
# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior
DATE_INPUT_FORMATS = [
# '31/12/2009', '31/12/09'
'%d/%m/%Y', '%d/%m/%y'
]
DATETIME_INPUT_FORMATS = [
'%d/%m/%Y %H:%M:%S',
'%d/%m/%Y %H:%M:%S.%f',
'%d/%m/%Y %H:%M',
'%d/%m/%y %H:%M:%S',
'%d/%m/%y %H:%M:%S.%f',
'%d/%m/%y %H:%M',
]
DECIMAL_SEPARATOR = ','
THOUSAND_SEPARATOR = '.'
NUMBER_GROUPING = 3
# This file is distributed under the same license as the Django package.
#
# Translators:
# Antoni Aloy <aaloy@apsl.net>, 2012,2015-2017
# Carles Barrobés <carles@barrobes.com>, 2011-2012,2014
# duub qnnp, 2015
# Jannis Leidel <jannis@leidel.info>, 2011
# Manuel Miranda <manu.mirandad@gmail.com>, 2015
# Roger Pons <rogerpons@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-19 16:49+0100\n"
"PO-Revision-Date: 2017-02-14 07:18+0000\n"
"Last-Translator: Antoni Aloy <aaloy@apsl.net>\n"
"Language-Team: Catalan (http://www.transifex.com/django/django/language/"
"ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "Afrikaans"
msgstr "Afrikans"
msgid "Arabic"
msgstr "àrab"
msgid "Asturian"
msgstr "Asturià"
msgid "Azerbaijani"
msgstr "azerbaijanès"
msgid "Bulgarian"
msgstr "búlgar"
msgid "Belarusian"
msgstr "Bielorús"
msgid "Bengali"
msgstr "bengalí"
msgid "Breton"
msgstr "Bretó"
msgid "Bosnian"
msgstr "bosnià"
msgid "Catalan"
msgstr "català"
msgid "Czech"
msgstr "txec"
msgid "Welsh"
msgstr "gal·lès"
msgid "Danish"
msgstr "danès"
msgid "German"
msgstr "alemany"
msgid "Lower Sorbian"
msgstr "Lower Sorbian"
msgid "Greek"
msgstr "grec"
msgid "English"
msgstr "anglès"
msgid "Australian English"
msgstr "Anglès d'Austràlia"
msgid "British English"
msgstr "anglès britànic"
msgid "Esperanto"
msgstr "Esperanto"
msgid "Spanish"
msgstr "espanyol"
msgid "Argentinian Spanish"
msgstr "castellà d'Argentina"
msgid "Colombian Spanish"
msgstr "Español de Colombia"
msgid "Mexican Spanish"
msgstr "espanyol de Mèxic"
msgid "Nicaraguan Spanish"
msgstr "castellà de Nicaragua"
msgid "Venezuelan Spanish"
msgstr "Espanyol de Veneçuela"
msgid "Estonian"
msgstr "estonià"
msgid "Basque"
msgstr "euskera"
msgid "Persian"
msgstr "persa"
msgid "Finnish"
msgstr "finlandès"
msgid "French"
msgstr "francès"
msgid "Frisian"
msgstr "frisi"
msgid "Irish"
msgstr "irlandès"
msgid "Scottish Gaelic"
msgstr "Escocés Gaélico"
msgid "Galician"
msgstr "gallec"
msgid "Hebrew"
msgstr "hebreu"
msgid "Hindi"
msgstr "hindi"
msgid "Croatian"
msgstr "croat"
msgid "Upper Sorbian"
msgstr "Upper Sorbian"
msgid "Hungarian"
msgstr "hongarès"
msgid "Interlingua"
msgstr "Interlingua"
msgid "Indonesian"
msgstr "indonesi"
msgid "Ido"
msgstr "Ido"
msgid "Icelandic"
msgstr "islandès"
msgid "Italian"
msgstr "italià"
msgid "Japanese"
msgstr "japonès"
msgid "Georgian"
msgstr "georgià"
msgid "Kazakh"
msgstr "Kazakh"
msgid "Khmer"
msgstr "khmer"
msgid "Kannada"
msgstr "kannarès"
msgid "Korean"
msgstr "coreà"
msgid "Luxembourgish"
msgstr "Luxemburguès"
msgid "Lithuanian"
msgstr "lituà"
msgid "Latvian"
msgstr "letó"
msgid "Macedonian"
msgstr "macedoni"
msgid "Malayalam"
msgstr "malaiàlam "
msgid "Mongolian"
msgstr "mongol"
msgid "Marathi"
msgstr "Maratí"
msgid "Burmese"
msgstr "Burmès"
msgid "Norwegian Bokmål"
msgstr "Norwegian Bokmål"
msgid "Nepali"
msgstr "Nepalí"
msgid "Dutch"
msgstr "holandès"
msgid "Norwegian Nynorsk"
msgstr "noruec nynorsk"
msgid "Ossetic"
msgstr "Ossètic"
msgid "Punjabi"
msgstr "panjabi"
msgid "Polish"
msgstr "polonès"
msgid "Portuguese"
msgstr "portuguès"
msgid "Brazilian Portuguese"
msgstr "portuguès de brasil"
msgid "Romanian"
msgstr "romanès"
msgid "Russian"
msgstr "rus"
msgid "Slovak"
msgstr "eslovac"
msgid "Slovenian"
msgstr "eslovè"
msgid "Albanian"
msgstr "albanès"
msgid "Serbian"
msgstr "serbi"
msgid "Serbian Latin"
msgstr "serbi llatí"
msgid "Swedish"
msgstr "suec"
msgid "Swahili"
msgstr "Swahili"
msgid "Tamil"
msgstr "tàmil"
msgid "Telugu"
msgstr "telugu"
msgid "Thai"
msgstr "tailandès"
msgid "Turkish"
msgstr "turc"
msgid "Tatar"
msgstr "Tatar"
msgid "Udmurt"
msgstr "Udmurt"
msgid "Ukrainian"
msgstr "ucraïnès"
msgid "Urdu"
msgstr "urdu"
msgid "Vietnamese"
msgstr "vietnamita"
msgid "Simplified Chinese"
msgstr "xinès simplificat"
msgid "Traditional Chinese"
msgstr "xinès tradicional"
msgid "Messages"
msgstr "Missatges"
msgid "Site Maps"
msgstr "Mapes del lloc"
msgid "Static Files"
msgstr "Arxius estàtics"
msgid "Syndication"
msgstr "Sindicació"
msgid "That page number is not an integer"
msgstr "Aquesta plana no és un sencer"
msgid "That page number is less than 1"
msgstr "El nombre de plana és inferior a 1"
msgid "That page contains no results"
msgstr "La plana no conté cap resultat"
msgid "Enter a valid value."
msgstr "Introduïu un valor vàlid."
msgid "Enter a valid URL."
msgstr "Introduïu una URL vàlida."
msgid "Enter a valid integer."
msgstr "Introduïu un enter vàlid."
msgid "Enter a valid email address."
msgstr "Introdueix una adreça de correu electrònic vàlida"
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr ""
"Introduïu un 'slug' vàlid, consistent en lletres, números, guions o guions "
"baixos."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Introduïu un 'slug' vàlid format per lletres Unicode, números, guions o "
"guions baixos."
msgid "Enter a valid IPv4 address."
msgstr "Introduïu una adreça IPv4 vàlida."
msgid "Enter a valid IPv6 address."
msgstr "Entreu una adreça IPv6 vàlida."
msgid "Enter a valid IPv4 or IPv6 address."
msgstr "Entreu una adreça IPv4 o IPv6 vàlida."
msgid "Enter only digits separated by commas."
msgstr "Introduïu només dígits separats per comes."
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr "Assegureu-vos que el valor sigui %(limit_value)s (és %(show_value)s)."
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr ""
"Assegureu-vos que aquest valor sigui menor o igual que %(limit_value)s."
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr ""
"Assegureu-vos que aquest valor sigui més gran o igual que %(limit_value)s."
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Assegureu-vos que aquest valor té almenys %(limit_value)d caràcter (en té "
"%(show_value)d)."
msgstr[1] ""
"Assegureu-vos que aquest valor té almenys %(limit_value)d caràcters (en té "
"%(show_value)d)."
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Assegureu-vos que aquest valor té com a molt %(limit_value)d caràcter (en té "
"%(show_value)d)."
msgstr[1] ""
"Assegureu-vos que aquest valor té com a molt %(limit_value)d caràcters (en "
"té %(show_value)d)."
#, python-format
msgid "Ensure that there are no more than %(max)s digit in total."
msgid_plural "Ensure that there are no more than %(max)s digits in total."
msgstr[0] "Assegureu-vos que no hi ha més de %(max)s dígit en total."
msgstr[1] "Assegureu-vos que no hi ha més de %(max)s dígits en total."
#, python-format
msgid "Ensure that there are no more than %(max)s decimal place."
msgid_plural "Ensure that there are no more than %(max)s decimal places."
msgstr[0] "Assegureu-vos que no hi ha més de %(max)s decimal."
msgstr[1] "Assegureu-vos que no hi ha més de %(max)s decimals."
#, python-format
msgid ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgid_plural ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgstr[0] ""
"Assegureu-vos que no hi ha més de %(max)s dígit abans de la coma decimal."
msgstr[1] ""
"Assegureu-vos que no hi ha més de %(max)s dígits abans de la coma decimal."
#, python-format
msgid ""
"File extension '%(extension)s' is not allowed. Allowed extensions are: "
"'%(allowed_extensions)s'."
msgstr ""
"L'extensió d'arxiu '%(extension)s' no es permesa. Les extensions permeses "
"són: '%(allowed_extensions)s'."
msgid "and"
msgstr "i"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr "Ja existeix %(model_name)s amb aquest %(field_labels)s."
#, python-format
msgid "Value %(value)r is not a valid choice."
msgstr "El valor %(value)r no és una opció vàlida."
msgid "This field cannot be null."
msgstr "Aquest camp no pot ser nul."
msgid "This field cannot be blank."
msgstr "Aquest camp no pot estar en blanc."
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "Ja existeix %(model_name)s amb aquest %(field_label)s."
#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'.
#. Eg: "Title must be unique for pub_date year"
#, python-format
msgid ""
"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
msgstr ""
"%(field_label)s ha de ser únic per a %(date_field_label)s i %(lookup_type)s."
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Camp del tipus: %(field_type)s"
msgid "Integer"
msgstr "Enter"
#, python-format
msgid "'%(value)s' value must be an integer."
msgstr "El valor '%(value)s' ha de ser un nombre enter."
msgid "Big (8 byte) integer"
msgstr "Enter gran (8 bytes)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "El valor '%(value)s' ha de ser \"True\" o \"False\"."
msgid "Boolean (Either True or False)"
msgstr "Booleà (Cert o Fals)"
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "Cadena (de fins a %(max_length)s)"
msgid "Comma-separated integers"
msgstr "Enters separats per comes"
#, python-format
msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
"El valor '%(value)s' no té un format de data vàlid. Ha de tenir el format "
"YYYY-MM-DD."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
"El valor '%(value)s' té el format correcte (YYYY-MM-DD) però no és una data "
"vàlida."
msgid "Date (without time)"
msgstr "Data (sense hora)"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
"El valor '%(value)s' no té un format vàlid. Ha de tenir el format YYYY-MM-DD "
"HH:MM[:ss[.uuuuuu]][TZ]."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) but it is an invalid date/time."
msgstr ""
"El valor '%(value)s' té el format correcte (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) però no és una data/hora vàlida."
msgid "Date (with time)"
msgstr "Data (amb hora)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr "El valor '%(value)s' ha de ser un nombre decimal."
msgid "Decimal number"
msgstr "Número decimal"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
"'El valor %(value)s' té un format invàlid. Ha d'estar en el format [DD] [HH:"
"[MM:]]ss[.uuuuuu] ."
msgid "Duration"
msgstr "Durada"
msgid "Email address"
msgstr "Adreça de correu electrònic"
msgid "File path"
msgstr "Ruta del fitxer"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr "El valor '%(value)s' ha de ser un número de coma flotant."
msgid "Floating point number"
msgstr "Número de coma flotant"
msgid "IPv4 address"
msgstr "Adreça IPv4"
msgid "IP address"
msgstr "Adreça IP"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr "El valor '%(value)s' ha de ser None, True o False."
msgid "Boolean (Either True, False or None)"
msgstr "Booleà (Cert, Fals o Cap ('None'))"
msgid "Positive integer"
msgstr "Enter positiu"
msgid "Positive small integer"
msgstr "Enter petit positiu"
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr "Slug (fins a %(max_length)s)"
msgid "Small integer"
msgstr "Enter petit"
msgid "Text"
msgstr "Text"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
"El valor '%(value)s' no té un format vàlid. Ha de tenir el format HH:MM[:ss[."
"uuuuuu]]."
#, python-format
msgid ""
"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
"invalid time."
msgstr ""
"El valor '%(value)s' té el format correcte (HH:MM[:ss[.uuuuuu]]) però no és "
"una hora vàlida."
msgid "Time"
msgstr "Hora"
msgid "URL"
msgstr "URL"
msgid "Raw binary data"
msgstr "Dades binàries"
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr "'%(value)s' no és un UUID vàlid."
msgid "File"
msgstr "Arxiu"
msgid "Image"
msgstr "Imatge"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr "La instància de %(model)s amb %(field)s %(value)r no existeix."
msgid "Foreign Key (type determined by related field)"
msgstr "Clau forana (tipus determinat pel camp relacionat)"
msgid "One-to-one relationship"
msgstr "Inter-relació un-a-un"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "relació %(from)s-%(to)s "
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "relacions %(from)s-%(to)s "
msgid "Many-to-many relationship"
msgstr "Inter-relació molts-a-molts"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Aquest camp és obligatori."
msgid "Enter a whole number."
msgstr "Introduïu un número sencer."
msgid "Enter a number."
msgstr "Introduïu un número."
msgid "Enter a valid date."
msgstr "Introduïu una data vàlida."
msgid "Enter a valid time."
msgstr "Introduïu una hora vàlida."
msgid "Enter a valid date/time."
msgstr "Introduïu una data/hora vàlides."
msgid "Enter a valid duration."
msgstr "Introdueixi una durada vàlida."
msgid "No file was submitted. Check the encoding type on the form."
msgstr ""
"No s'ha enviat cap fitxer. Comproveu el tipus de codificació del formulari."
msgid "No file was submitted."
msgstr "No s'ha enviat cap fitxer."
msgid "The submitted file is empty."
msgstr "El fitxer enviat està buit."
#, python-format
msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
msgid_plural ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr[0] ""
"Aquest nom d'arxiu hauria de tenir com a molt %(max)d caràcter (en té "
"%(length)d)."
msgstr[1] ""
"Aquest nom d'arxiu hauria de tenir com a molt %(max)d caràcters (en té "
"%(length)d)."
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr ""
"Si us plau, envieu un fitxer o marqueu la casella de selecció \"netejar\", "
"no ambdós."
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
"Carregueu una imatge vàlida. El fitxer que heu carregat no era una imatge o "
"estava corrupte."
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr "Esculliu una opció vàlida. %(value)s no és una de les opcions vàlides."
msgid "Enter a list of values."
msgstr "Introduïu una llista de valors."
msgid "Enter a complete value."
msgstr "Introduïu un valor complet."
msgid "Enter a valid UUID."
msgstr "Intrudueixi un UUID vàlid."
#. Translators: This is the default suffix added to form field labels
msgid ":"
msgstr ":"
#, python-format
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Camp ocult %(name)s) %(error)s"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "Falten dades de ManagementForm o s'ha manipulat"
#, python-format
msgid "Please submit %d or fewer forms."
msgid_plural "Please submit %d or fewer forms."
msgstr[0] "Sisplau envieu com a molt %d formulari."
msgstr[1] "Sisplau envieu com a molt %d formularis."
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] "Sisplau envieu com a mínim %d formulari."
msgstr[1] "Sisplau envieu com a mínim %d formularis."
msgid "Order"
msgstr "Ordre"
msgid "Delete"
msgstr "Eliminar"
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr "Si us plau, corregiu la dada duplicada per a %(field)s."
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr ""
"Si us plau, corregiu la dada duplicada per a %(field)s, la qual ha de ser "
"única."
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
"Si us plau, corregiu la dada duplicada per a %(field_name)s, la qual ha de "
"ser única per a %(lookup)s en %(date_field)s."
msgid "Please correct the duplicate values below."
msgstr "Si us plau, corregiu els valors duplicats a sota."
msgid "The inline foreign key did not match the parent instance primary key."
msgstr ""
"La clau forana en línia no coincideix amb la clau primària de la instància "
"mare."
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr ""
"Esculli una opció vàlida. Aquesta opció no és una de les opcions disponibles."
#, python-format
msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr "\"%(pk)s\" no és un valor vàlid per a una clau primària."
#, python-format
msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""
"No s'ha pogut interpretar %(datetime)s a la zona horària "
"%(current_timezone)s; potser és ambigua o no existeix."
msgid "Clear"
msgstr "Netejar"
msgid "Currently"
msgstr "Actualment"
msgid "Change"
msgstr "Modificar"
msgid "Unknown"
msgstr "Desconegut"
msgid "Yes"
msgstr "Sí"
msgid "No"
msgstr "No"
msgid "yes,no,maybe"
msgstr "sí,no,potser"
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d byte"
msgstr[1] "%(size)d bytes"
#, python-format
msgid "%s KB"
msgstr "%s KB"
#, python-format
msgid "%s MB"
msgstr "%s MB"
#, python-format
msgid "%s GB"
msgstr "%s GB"
#, python-format
msgid "%s TB"
msgstr "%s TB"
#, python-format
msgid "%s PB"
msgstr "%s PB"
msgid "p.m."
msgstr "p.m."
msgid "a.m."
msgstr "a.m."
msgid "PM"
msgstr "PM"
msgid "AM"
msgstr "AM"
msgid "midnight"
msgstr "mitjanit"
msgid "noon"
msgstr "migdia"
msgid "Monday"
msgstr "Dilluns"
msgid "Tuesday"
msgstr "Dimarts"
msgid "Wednesday"
msgstr "Dimecres"
msgid "Thursday"
msgstr "Dijous"
msgid "Friday"
msgstr "Divendres"
msgid "Saturday"
msgstr "Dissabte"
msgid "Sunday"
msgstr "Diumenge"
msgid "Mon"
msgstr "dl."
msgid "Tue"
msgstr "dt."
msgid "Wed"
msgstr "dc."
msgid "Thu"
msgstr "dj."
msgid "Fri"
msgstr "dv."
msgid "Sat"
msgstr "ds."
msgid "Sun"
msgstr "dg."
msgid "January"
msgstr "gener"
msgid "February"
msgstr "febrer"
msgid "March"
msgstr "març"
msgid "April"
msgstr "abril"
msgid "May"
msgstr "maig"
msgid "June"
msgstr "juny"
msgid "July"
msgstr "juliol"
msgid "August"
msgstr "agost"
msgid "September"
msgstr "setembre"
msgid "October"
msgstr "octubre"
msgid "November"
msgstr "novembre"
msgid "December"
msgstr "desembre"
msgid "jan"
msgstr "gen."
msgid "feb"
msgstr "feb."
msgid "mar"
msgstr "març"
msgid "apr"
msgstr "abr."
msgid "may"
msgstr "maig"
msgid "jun"
msgstr "juny"
msgid "jul"
msgstr "jul."
msgid "aug"
msgstr "ago."
msgid "sep"
msgstr "set."
msgid "oct"
msgstr "oct."
msgid "nov"
msgstr "nov."
msgid "dec"
msgstr "des."
msgctxt "abbrev. month"
msgid "Jan."
msgstr "gen."
msgctxt "abbrev. month"
msgid "Feb."
msgstr "feb."
msgctxt "abbrev. month"
msgid "March"
msgstr "mar."
msgctxt "abbrev. month"
msgid "April"
msgstr "abr."
msgctxt "abbrev. month"
msgid "May"
msgstr "mai."
msgctxt "abbrev. month"
msgid "June"
msgstr "jun."
msgctxt "abbrev. month"
msgid "July"
msgstr "jul."
msgctxt "abbrev. month"
msgid "Aug."
msgstr "ago."
msgctxt "abbrev. month"
msgid "Sept."
msgstr "set."
msgctxt "abbrev. month"
msgid "Oct."
msgstr "oct."
msgctxt "abbrev. month"
msgid "Nov."
msgstr "nov."
msgctxt "abbrev. month"
msgid "Dec."
msgstr "des."
msgctxt "alt. month"
msgid "January"
msgstr "gener"
msgctxt "alt. month"
msgid "February"
msgstr "febrer"
msgctxt "alt. month"
msgid "March"
msgstr "març"
msgctxt "alt. month"
msgid "April"
msgstr "abril"
msgctxt "alt. month"
msgid "May"
msgstr "maig"
msgctxt "alt. month"
msgid "June"
msgstr "juny"
msgctxt "alt. month"
msgid "July"
msgstr "juliol"
msgctxt "alt. month"
msgid "August"
msgstr "agost"
msgctxt "alt. month"
msgid "September"
msgstr "setembre"
msgctxt "alt. month"
msgid "October"
msgstr "octubre"
msgctxt "alt. month"
msgid "November"
msgstr "novembre"
msgctxt "alt. month"
msgid "December"
msgstr "desembre"
msgid "This is not a valid IPv6 address."
msgstr "Aquesta no és una adreça IPv6 vàlida."
#, python-format
msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..."
msgstr "%(truncated_text)s..."
msgid "or"
msgstr "o"
#. Translators: This string is used as a separator between list elements
msgid ", "
msgstr ", "
#, python-format
msgid "%d year"
msgid_plural "%d years"
msgstr[0] "%d any"
msgstr[1] "%d anys"
#, python-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] "%d mes"
msgstr[1] "%d mesos"
#, python-format
msgid "%d week"
msgid_plural "%d weeks"
msgstr[0] "%d setmana"
msgstr[1] "%d setmanes"
#, python-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d dia"
msgstr[1] "%d dies"
#, python-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d hora"
msgstr[1] "%d hores"
#, python-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d minut"
msgstr[1] "%d minuts"
msgid "0 minutes"
msgstr "0 minuts"
msgid "Forbidden"
msgstr "Prohibit"
msgid "CSRF verification failed. Request aborted."
msgstr "La verificació de CSRF ha fallat. Petició abortada."
msgid ""
"You are seeing this message because this HTTPS site requires a 'Referer "
"header' to be sent by your Web browser, but none was sent. This header is "
"required for security reasons, to ensure that your browser is not being "
"hijacked by third parties."
msgstr ""
"Estàs veient aquest missatge perquè aquest lloc HTTPS requereix que el teu "
"navegador enviï una capçalera 'Referer', i no n'ha arribada cap. Aquesta "
"capçalera es requereix per motius de seguretat, per garantir que el teu "
"navegador no està sent infiltrat per tercers."
msgid ""
"If you have configured your browser to disable 'Referer' headers, please re-"
"enable them, at least for this site, or for HTTPS connections, or for 'same-"
"origin' requests."
msgstr ""
"Si has configurat el teu navegador per deshabilitar capçaleres 'Referer', "
"sisplau torna-les a habilitar, com a mínim per a aquest lloc, o per a "
"connexions HTTPs, o per a peticions amb el mateix orígen."
msgid ""
"You are seeing this message because this site requires a CSRF cookie when "
"submitting forms. This cookie is required for security reasons, to ensure "
"that your browser is not being hijacked by third parties."
msgstr ""
"Estàs veient aquest missatge perquè aquest lloc requereix una galeta CSRF "
"quan s'envien formularis. Aquesta galeta es requereix per motius de "
"seguretat, per garantir que el teu navegador no està sent infiltrat per "
"tercers."
msgid ""
"If you have configured your browser to disable cookies, please re-enable "
"them, at least for this site, or for 'same-origin' requests."
msgstr ""
"Si has configurat el teu navegador per deshabilitar galetes, sisplau torna-"
"les a habilitar, com a mínim per a aquest lloc, o per a peticions amb el "
"mateix orígen."
msgid "More information is available with DEBUG=True."
msgstr "Més informació disponible amb DEBUG=True."
msgid "Welcome to Django"
msgstr "Benvingut a Django"
msgid "It worked!"
msgstr "Funciona!"
msgid "Congratulations on your first Django-powered page."
msgstr "Enhorabona per la teva primera plana amb Django."
msgid ""
"Next, start your first app by running <code>python manage.py startapp "
"[app_label]</code>."
msgstr ""
"Seguidament, inicii la seva primera aplicación executant <code>python manage."
"py startapp [app_label]</code>."
msgid ""
"You're seeing this message because you have <code>DEBUG = True</code> in "
"your Django settings file and you haven't configured any URLs. Get to work!"
msgstr ""
"Veieu aquest missatge perquè teniu <code>DEBUG = True</code> a la "
"configuració del Django settings i no heu configurat cap URL. A treballar!"
msgid "No year specified"
msgstr "No s'ha especificat any"
msgid "No month specified"
msgstr "No s'ha especificat mes"
msgid "No day specified"
msgstr "No s'ha especificat dia"
msgid "No week specified"
msgstr "No s'ha especificat setmana"
#, python-format
msgid "No %(verbose_name_plural)s available"
msgstr "Cap %(verbose_name_plural)s disponible"
#, python-format
msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False."
msgstr ""
"Futurs %(verbose_name_plural)s no disponibles perquè %(class_name)s."
"allow_future és Fals."
#, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr "Cadena invàlida de dats '%(datestr)s' donat el format '%(format)s'"
#, python-format
msgid "No %(verbose_name)s found matching the query"
msgstr "No s'ha trobat sap %(verbose_name)s que coincideixi amb la petició"
msgid "Page is not 'last', nor can it be converted to an int."
msgstr "La pàgina no és 'last', ni es pot convertir en un enter"
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr "Pàgina invàlida (%(page_number)s): %(message)s"
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr "Llista buida i '%(class_name)s.allow_empty' és Fals."
msgid "Directory indexes are not allowed here."
msgstr "Aquí no es permeten índexs de directori."
#, python-format
msgid "\"%(path)s\" does not exist"
msgstr "\"%(path)s\" no existeix"
#, python-format
msgid "Index of %(directory)s"
msgstr "Índex de %(directory)s"
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
from __future__ import unicode_literals
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT = 'j. E Y'
TIME_FORMAT = 'G:i'
DATETIME_FORMAT = 'j. E Y G:i'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'd.m.Y'
SHORT_DATETIME_FORMAT = 'd.m.Y G:i'
FIRST_DAY_OF_WEEK = 1 # Monday
# The *_INPUT_FORMATS strings use the Python strftime format syntax,
# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior
DATE_INPUT_FORMATS = [
'%d.%m.%Y', '%d.%m.%y', # '05.01.2006', '05.01.06'
'%d. %m. %Y', '%d. %m. %y', # '5. 1. 2006', '5. 1. 06'
# '%d. %B %Y', '%d. %b. %Y', # '25. October 2006', '25. Oct. 2006'
]
# Kept ISO formats as one is in first position
TIME_INPUT_FORMATS = [
'%H:%M:%S', # '04:30:59'
'%H.%M', # '04.30'
'%H:%M', # '04:30'
]
DATETIME_INPUT_FORMATS = [
'%d.%m.%Y %H:%M:%S', # '05.01.2006 04:30:59'
'%d.%m.%Y %H:%M:%S.%f', # '05.01.2006 04:30:59.000200'
'%d.%m.%Y %H.%M', # '05.01.2006 04.30'
'%d.%m.%Y %H:%M', # '05.01.2006 04:30'
'%d.%m.%Y', # '05.01.2006'
'%d. %m. %Y %H:%M:%S', # '05. 01. 2006 04:30:59'
'%d. %m. %Y %H:%M:%S.%f', # '05. 01. 2006 04:30:59.000200'
'%d. %m. %Y %H.%M', # '05. 01. 2006 04.30'
'%d. %m. %Y %H:%M', # '05. 01. 2006 04:30'
'%d. %m. %Y', # '05. 01. 2006'
'%Y-%m-%d %H.%M', # '2006-01-05 04.30'
]
DECIMAL_SEPARATOR = ','
THOUSAND_SEPARATOR = '\xa0' # non-breaking space
NUMBER_GROUPING = 3
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Jan Papež <honyczek@centrum.cz>, 2012
# Jirka Vejrazka <Jirka.Vejrazka@gmail.com>, 2011
# Tomáš Ehrlich <tomas.ehrlich@gmail.com>, 2015
# Vláďa Macek <macek@sandbox.cz>, 2012-2014
# Vláďa Macek <macek@sandbox.cz>, 2015-2017
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-19 16:49+0100\n"
"PO-Revision-Date: 2017-02-21 09:47+0000\n"
"Last-Translator: Vláďa Macek <macek@sandbox.cz>\n"
"Language-Team: Czech (http://www.transifex.com/django/django/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"
msgid "Afrikaans"
msgstr "afrikánsky"
msgid "Arabic"
msgstr "arabsky"
msgid "Asturian"
msgstr "Asturian"
msgid "Azerbaijani"
msgstr "Ázerbájdžánština"
msgid "Bulgarian"
msgstr "bulharsky"
msgid "Belarusian"
msgstr "bělorusky"
msgid "Bengali"
msgstr "bengálsky"
msgid "Breton"
msgstr "bretonsky"
msgid "Bosnian"
msgstr "bosensky"
msgid "Catalan"
msgstr "katalánsky"
msgid "Czech"
msgstr "česky"
msgid "Welsh"
msgstr "velšsky"
msgid "Danish"
msgstr "dánsky"
msgid "German"
msgstr "německy"
msgid "Lower Sorbian"
msgstr "Dolnolužická srbština"
msgid "Greek"
msgstr "řecky"
msgid "English"
msgstr "anglicky"
msgid "Australian English"
msgstr "australskou angličtinou"
msgid "British English"
msgstr "britskou angličtinou"
msgid "Esperanto"
msgstr "esperantsky"
msgid "Spanish"
msgstr "španělsky"
msgid "Argentinian Spanish"
msgstr "argentinskou španělštinou"
msgid "Colombian Spanish"
msgstr "kolumbijskou španělštinou"
msgid "Mexican Spanish"
msgstr "Mexická španělština"
msgid "Nicaraguan Spanish"
msgstr "Nikaragujskou španělštinou"
msgid "Venezuelan Spanish"
msgstr "venezuelskou španělštinou"
msgid "Estonian"
msgstr "estonsky"
msgid "Basque"
msgstr "baskicky"
msgid "Persian"
msgstr "persky"
msgid "Finnish"
msgstr "finsky"
msgid "French"
msgstr "francouzsky"
msgid "Frisian"
msgstr "frísky"
msgid "Irish"
msgstr "irsky"
msgid "Scottish Gaelic"
msgstr "skotskou keltštinou"
msgid "Galician"
msgstr "galicijsky"
msgid "Hebrew"
msgstr "hebrejsky"
msgid "Hindi"
msgstr "hindsky"
msgid "Croatian"
msgstr "chorvatsky"
msgid "Upper Sorbian"
msgstr "Hornolužická srbština"
msgid "Hungarian"
msgstr "maďarsky"
msgid "Interlingua"
msgstr "interlingua"
msgid "Indonesian"
msgstr "indonésky"
msgid "Ido"
msgstr "Ido"
msgid "Icelandic"
msgstr "islandsky"
msgid "Italian"
msgstr "italsky"
msgid "Japanese"
msgstr "japonsky"
msgid "Georgian"
msgstr "gruzínsky"
msgid "Kazakh"
msgstr "kazašsky"
msgid "Khmer"
msgstr "khmersky"
msgid "Kannada"
msgstr "kannadsky"
msgid "Korean"
msgstr "korejsky"
msgid "Luxembourgish"
msgstr "lucembursky"
msgid "Lithuanian"
msgstr "litevsky"
msgid "Latvian"
msgstr "lotyšsky"
msgid "Macedonian"
msgstr "makedonsky"
msgid "Malayalam"
msgstr "malajálamsky"
msgid "Mongolian"
msgstr "mongolsky"
msgid "Marathi"
msgstr "Marathi"
msgid "Burmese"
msgstr "barmštinou"
msgid "Norwegian Bokmål"
msgstr "Bokmål Norština"
msgid "Nepali"
msgstr "nepálsky"
msgid "Dutch"
msgstr "nizozemsky"
msgid "Norwegian Nynorsk"
msgstr "norsky (Nynorsk)"
msgid "Ossetic"
msgstr "osetštinou"
msgid "Punjabi"
msgstr "paňdžábsky"
msgid "Polish"
msgstr "polsky"
msgid "Portuguese"
msgstr "portugalsky"
msgid "Brazilian Portuguese"
msgstr "brazilskou portugalštinou"
msgid "Romanian"
msgstr "rumunsky"
msgid "Russian"
msgstr "rusky"
msgid "Slovak"
msgstr "slovensky"
msgid "Slovenian"
msgstr "slovinsky"
msgid "Albanian"
msgstr "albánsky"
msgid "Serbian"
msgstr "srbsky"
msgid "Serbian Latin"
msgstr "srbsky (latinkou)"
msgid "Swedish"
msgstr "švédsky"
msgid "Swahili"
msgstr "svahilsky"
msgid "Tamil"
msgstr "tamilsky"
msgid "Telugu"
msgstr "telužsky"
msgid "Thai"
msgstr "thajsky"
msgid "Turkish"
msgstr "turecky"
msgid "Tatar"
msgstr "tatarsky"
msgid "Udmurt"
msgstr "udmurtsky"
msgid "Ukrainian"
msgstr "ukrajinsky"
msgid "Urdu"
msgstr "Urdština"
msgid "Vietnamese"
msgstr "vietnamsky"
msgid "Simplified Chinese"
msgstr "čínsky (zjednodušeně)"
msgid "Traditional Chinese"
msgstr "čínsky (tradičně)"
msgid "Messages"
msgstr "Zprávy"
msgid "Site Maps"
msgstr "Mapy webu"
msgid "Static Files"
msgstr "Statické soubory"
msgid "Syndication"
msgstr "Syndikace"
msgid "That page number is not an integer"
msgstr "Číslo stránky není celé číslo."
msgid "That page number is less than 1"
msgstr "Číslo stránky je menší než 1"
msgid "That page contains no results"
msgstr "Stránka je bez výsledků"
msgid "Enter a valid value."
msgstr "Zadejte platnou hodnotu."
msgid "Enter a valid URL."
msgstr "Zadejte platnou adresu URL."
msgid "Enter a valid integer."
msgstr "Zadejte platné celé číslo."
msgid "Enter a valid email address."
msgstr "Zadejte platnou e-mailovou adresu."
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr ""
"Zadejte platný identifikátor složený pouze z písmen, čísel, podtržítek a "
"pomlček."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Zadejte platný identifikátor složený pouze z písmen, čísel, podtržítek a "
"pomlček typu Unicode."
msgid "Enter a valid IPv4 address."
msgstr "Zadejte platnou adresu typu IPv4."
msgid "Enter a valid IPv6 address."
msgstr "Zadejte platnou adresu typu IPv6."
msgid "Enter a valid IPv4 or IPv6 address."
msgstr "Zadejte platnou adresu typu IPv4 nebo IPv6."
msgid "Enter only digits separated by commas."
msgstr "Zadejte pouze číslice oddělené čárkami."
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr "Hodnota musí být %(limit_value)s (nyní je %(show_value)s)."
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr "Hodnota musí být menší nebo rovna %(limit_value)s."
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr "Hodnota musí být větší nebo rovna %(limit_value)s."
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Tato hodnota má mít nejméně %(limit_value)d znak (nyní má %(show_value)d)."
msgstr[1] ""
"Tato hodnota má mít nejméně %(limit_value)d znaky (nyní má %(show_value)d)."
msgstr[2] ""
"Tato hodnota má mít nejméně %(limit_value)d znaků (nyní má %(show_value)d)."
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Tato hodnota má mít nejvýše %(limit_value)d znak (nyní má %(show_value)d)."
msgstr[1] ""
"Tato hodnota má mít nejvýše %(limit_value)d znaky (nyní má %(show_value)d)."
msgstr[2] ""
"Tato hodnota má mít nejvýše %(limit_value)d znaků (nyní má %(show_value)d)."
#, python-format
msgid "Ensure that there are no more than %(max)s digit in total."
msgid_plural "Ensure that there are no more than %(max)s digits in total."
msgstr[0] "Ujistěte se, že pole neobsahuje celkem více než %(max)s číslici."
msgstr[1] "Ujistěte se, že pole neobsahuje celkem více než %(max)s číslice."
msgstr[2] "Ujistěte se, že pole neobsahuje celkem více než %(max)s číslic."
#, python-format
msgid "Ensure that there are no more than %(max)s decimal place."
msgid_plural "Ensure that there are no more than %(max)s decimal places."
msgstr[0] "Ujistěte se, že pole neobsahuje více než %(max)s desetinné místo."
msgstr[1] "Ujistěte se, že pole neobsahuje více než %(max)s desetinná místa."
msgstr[2] "Ujistěte se, že pole neobsahuje více než %(max)s desetinných míst."
#, python-format
msgid ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgid_plural ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgstr[0] ""
"Ujistěte se, že hodnota neobsahuje více než %(max)s místo před desetinnou "
"čárkou (tečkou)."
msgstr[1] ""
"Ujistěte se, že hodnota neobsahuje více než %(max)s místa před desetinnou "
"čárkou (tečkou)."
msgstr[2] ""
"Ujistěte se, že hodnota neobsahuje více než %(max)s míst před desetinnou "
"čárkou (tečkou)."
#, python-format
msgid ""
"File extension '%(extension)s' is not allowed. Allowed extensions are: "
"'%(allowed_extensions)s'."
msgstr ""
"Přípona souboru '%(extension)s' není povolena. Povolené jsou tyto: "
"'%(allowed_extensions)s'."
msgid "and"
msgstr "a"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr ""
"Položka %(model_name)s s touto kombinací hodnot v polích %(field_labels)s "
"již existuje."
#, python-format
msgid "Value %(value)r is not a valid choice."
msgstr "Hodnota %(value)r není platná možnost."
msgid "This field cannot be null."
msgstr "Pole nemůže být null."
msgid "This field cannot be blank."
msgstr "Pole nemůže být prázdné."
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr ""
"Položka %(model_name)s s touto hodnotou v poli %(field_label)s již existuje."
#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'.
#. Eg: "Title must be unique for pub_date year"
#, python-format
msgid ""
"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
msgstr ""
"Pole %(field_label)s musí být unikátní testem %(lookup_type)s pro pole "
"%(date_field_label)s."
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Pole typu: %(field_type)s"
msgid "Integer"
msgstr "Celé číslo"
#, python-format
msgid "'%(value)s' value must be an integer."
msgstr "Hodnota '%(value)s' musí být celé číslo."
msgid "Big (8 byte) integer"
msgstr "Velké číslo (8 bajtů)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "Hodnota '%(value)s' musí být buď True nebo False."
msgid "Boolean (Either True or False)"
msgstr "Pravdivost (buď Ano (True), nebo Ne (False))"
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "Řetězec (max. %(max_length)s znaků)"
msgid "Comma-separated integers"
msgstr "Celá čísla oddělená čárkou"
#, python-format
msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr "Hodnota '%(value)s' není platné datum. Musí být ve tvaru RRRR-MM-DD."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
"Ačkoli hodnota '%(value)s' je ve správném tvaru (RRRR-MM-DD), jde o neplatné "
"datum."
msgid "Date (without time)"
msgstr "Datum (bez času)"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
"Hodnota '%(value)s' je v neplatném tvaru, který má být RRRR-MM-DD HH:MM[:SS[."
"uuuuuu]][TZ]."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) but it is an invalid date/time."
msgstr ""
"Ačkoli hodnota '%(value)s' je ve správném tvaru (RRRR-MM-DD HH:MM[:SS[."
"uuuuuu]][TZ]), jde o neplatné datum a čas."
msgid "Date (with time)"
msgstr "Datum (s časem)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr "Hodnota '%(value)s' musí být desítkové číslo."
msgid "Decimal number"
msgstr "Desetinné číslo"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
"Hodnota '%(value)s' je v neplatném tvaru, který má být [DD] [HH:[MM:]]ss[."
"uuuuuu]."
msgid "Duration"
msgstr "Doba trvání"
msgid "Email address"
msgstr "E-mailová adresa"
msgid "File path"
msgstr "Cesta k souboru"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr "Hodnota '%(value)s' musí být reálné číslo."
msgid "Floating point number"
msgstr "Číslo s pohyblivou řádovou čárkou"
msgid "IPv4 address"
msgstr "Adresa IPv4"
msgid "IP address"
msgstr "Adresa IP"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr "Hodnota '%(value)s' musí být buď None, True nebo False."
msgid "Boolean (Either True, False or None)"
msgstr "Pravdivost (buď Ano (True), Ne (False) nebo Nic (None))"
msgid "Positive integer"
msgstr "Kladné celé číslo"
msgid "Positive small integer"
msgstr "Kladné malé celé číslo"
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr "Identifikátor (nejvýše %(max_length)s znaků)"
msgid "Small integer"
msgstr "Malé celé číslo"
msgid "Text"
msgstr "Text"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
"Hodnota '%(value)s' je v neplatném tvaru, který má být HH:MM[:ss[.uuuuuu]]."
#, python-format
msgid ""
"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
"invalid time."
msgstr ""
"Ačkoli hodnota '%(value)s' je ve správném tvaru (HH:MM[:ss[.uuuuuu]]), jde o "
"neplatný čas."
msgid "Time"
msgstr "Čas"
msgid "URL"
msgstr "URL"
msgid "Raw binary data"
msgstr "Přímá binární data"
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr "\"%(value)s\" není platná hodnota typu UUID."
msgid "File"
msgstr "Soubor"
msgid "Image"
msgstr "Obrázek"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr ""
"Položka typu %(model)s s hodnotou %(field)s rovnou %(value)r neexistuje."
msgid "Foreign Key (type determined by related field)"
msgstr "Cizí klíč (typ určen pomocí souvisejícího pole)"
msgid "One-to-one relationship"
msgstr "Vazba jedna-jedna"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "Vazba z %(from)s do %(to)s"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "Vazby z %(from)s do %(to)s"
msgid "Many-to-many relationship"
msgstr "Vazba mnoho-mnoho"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?!"
msgid "This field is required."
msgstr "Toto pole je třeba vyplnit."
msgid "Enter a whole number."
msgstr "Zadejte celé číslo."
msgid "Enter a number."
msgstr "Zadejte číslo."
msgid "Enter a valid date."
msgstr "Zadejte platné datum."
msgid "Enter a valid time."
msgstr "Zadejte platný čas."
msgid "Enter a valid date/time."
msgstr "Zadejte platné datum a čas."
msgid "Enter a valid duration."
msgstr "Zadejte platnou délku trvání."
msgid "No file was submitted. Check the encoding type on the form."
msgstr ""
"Soubor nebyl odeslán. Zkontrolujte parametr \"encoding type\" formuláře."
msgid "No file was submitted."
msgstr "Žádný soubor nebyl odeslán."
msgid "The submitted file is empty."
msgstr "Odeslaný soubor je prázdný."
#, python-format
msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
msgid_plural ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr[0] ""
"Tento název souboru má mít nejvýše %(max)d znak (nyní má %(length)d)."
msgstr[1] ""
"Tento název souboru má mít nejvýše %(max)d znaky (nyní má %(length)d)."
msgstr[2] ""
"Tento název souboru má mít nejvýše %(max)d znaků (nyní má %(length)d)."
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr "Musíte vybrat cestu k souboru nebo vymazat výběr, ne obojí."
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
"Nahrajte platný obrázek. Odeslaný soubor buď nebyl obrázek nebo byl poškozen."
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr "Vyberte platnou možnost, \"%(value)s\" není k dispozici."
msgid "Enter a list of values."
msgstr "Zadejte seznam hodnot."
msgid "Enter a complete value."
msgstr "Zadejte úplnou hodnotu."
msgid "Enter a valid UUID."
msgstr "Zadejte platné UUID."
#. Translators: This is the default suffix added to form field labels
msgid ":"
msgstr ":"
#, python-format
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Skryté pole %(name)s) %(error)s"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "Data objektu ManagementForm chybí nebo byla pozměněna."
#, python-format
msgid "Please submit %d or fewer forms."
msgid_plural "Please submit %d or fewer forms."
msgstr[0] "Odešlete %d nebo méně formulářů."
msgstr[1] "Odešlete %d nebo méně formulářů."
msgstr[2] "Odešlete %d nebo méně formulářů."
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] "Odešlete %d nebo více formulářů."
msgstr[1] "Odešlete %d nebo více formulářů."
msgstr[2] "Odešlete %d nebo více formulářů."
msgid "Order"
msgstr "Pořadí"
msgid "Delete"
msgstr "Odstranit"
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr "Opravte duplicitní data v poli %(field)s."
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr "Opravte duplicitní data v poli %(field)s, které musí být unikátní."
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
"Opravte duplicitní data v poli %(field_name)s, které musí být unikátní "
"testem %(lookup)s pole %(date_field)s."
msgid "Please correct the duplicate values below."
msgstr "Odstraňte duplicitní hodnoty níže."
msgid "The inline foreign key did not match the parent instance primary key."
msgstr ""
"Cizí klíč typu inline neodpovídá primárnímu klíči v rodičovské položce."
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr "Vyberte platnou možnost. Tato není k dispozici."
#, python-format
msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr "Hodnota \"%(pk)s\" není platný primární klíč."
#, python-format
msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""
"Hodnotu %(datetime)s nelze interpretovat v časové zóně %(current_timezone)s; "
"může to být nejednoznačné nebo nemusí existovat."
msgid "Clear"
msgstr "Zrušit"
msgid "Currently"
msgstr "Aktuálně"
msgid "Change"
msgstr "Změnit"
msgid "Unknown"
msgstr "Neznámé"
msgid "Yes"
msgstr "Ano"
msgid "No"
msgstr "Ne"
msgid "yes,no,maybe"
msgstr "ano, ne, možná"
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d bajt"
msgstr[1] "%(size)d bajty"
msgstr[2] "%(size)d bajtů"
#, python-format
msgid "%s KB"
msgstr "%s KB"
#, python-format
msgid "%s MB"
msgstr "%s MB"
#, python-format
msgid "%s GB"
msgstr "%s GB"
#, python-format
msgid "%s TB"
msgstr "%s TB"
#, python-format
msgid "%s PB"
msgstr "%s PB"
msgid "p.m."
msgstr "odp."
msgid "a.m."
msgstr "dop."
msgid "PM"
msgstr "odp."
msgid "AM"
msgstr "dop."
msgid "midnight"
msgstr "půlnoc"
msgid "noon"
msgstr "poledne"
msgid "Monday"
msgstr "pondělí"
msgid "Tuesday"
msgstr "úterý"
msgid "Wednesday"
msgstr "středa"
msgid "Thursday"
msgstr "čtvrtek"
msgid "Friday"
msgstr "pátek"
msgid "Saturday"
msgstr "sobota"
msgid "Sunday"
msgstr "neděle"
msgid "Mon"
msgstr "po"
msgid "Tue"
msgstr "út"
msgid "Wed"
msgstr "st"
msgid "Thu"
msgstr "čt"
msgid "Fri"
msgstr "pá"
msgid "Sat"
msgstr "so"
msgid "Sun"
msgstr "ne"
msgid "January"
msgstr "leden"
msgid "February"
msgstr "únor"
msgid "March"
msgstr "březen"
msgid "April"
msgstr "duben"
msgid "May"
msgstr "květen"
msgid "June"
msgstr "červen"
msgid "July"
msgstr "červenec"
msgid "August"
msgstr "srpen"
msgid "September"
msgstr "září"
msgid "October"
msgstr "říjen"
msgid "November"
msgstr "listopad"
msgid "December"
msgstr "prosinec"
msgid "jan"
msgstr "led"
msgid "feb"
msgstr "úno"
msgid "mar"
msgstr "bře"
msgid "apr"
msgstr "dub"
msgid "may"
msgstr "kvě"
msgid "jun"
msgstr "čen"
msgid "jul"
msgstr "čec"
msgid "aug"
msgstr "srp"
msgid "sep"
msgstr "zář"
msgid "oct"
msgstr "říj"
msgid "nov"
msgstr "lis"
msgid "dec"
msgstr "pro"
msgctxt "abbrev. month"
msgid "Jan."
msgstr "Led."
msgctxt "abbrev. month"
msgid "Feb."
msgstr "Úno."
msgctxt "abbrev. month"
msgid "March"
msgstr "Bře."
msgctxt "abbrev. month"
msgid "April"
msgstr "Dub."
msgctxt "abbrev. month"
msgid "May"
msgstr "Kvě."
msgctxt "abbrev. month"
msgid "June"
msgstr "Čer."
msgctxt "abbrev. month"
msgid "July"
msgstr "Čec."
msgctxt "abbrev. month"
msgid "Aug."
msgstr "Srp."
msgctxt "abbrev. month"
msgid "Sept."
msgstr "Zář."
msgctxt "abbrev. month"
msgid "Oct."
msgstr "Říj."
msgctxt "abbrev. month"
msgid "Nov."
msgstr "Lis."
msgctxt "abbrev. month"
msgid "Dec."
msgstr "Pro."
msgctxt "alt. month"
msgid "January"
msgstr "ledna"
msgctxt "alt. month"
msgid "February"
msgstr "února"
msgctxt "alt. month"
msgid "March"
msgstr "března"
msgctxt "alt. month"
msgid "April"
msgstr "dubna"
msgctxt "alt. month"
msgid "May"
msgstr "května"
msgctxt "alt. month"
msgid "June"
msgstr "června"
msgctxt "alt. month"
msgid "July"
msgstr "července"
msgctxt "alt. month"
msgid "August"
msgstr "srpna"
msgctxt "alt. month"
msgid "September"
msgstr "září"
msgctxt "alt. month"
msgid "October"
msgstr "října"
msgctxt "alt. month"
msgid "November"
msgstr "listopadu"
msgctxt "alt. month"
msgid "December"
msgstr "prosince"
msgid "This is not a valid IPv6 address."
msgstr "Toto není platná adresa typu IPv6."
#, python-format
msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..."
msgstr "%(truncated_text)s..."
msgid "or"
msgstr "nebo"
#. Translators: This string is used as a separator between list elements
msgid ", "
msgstr ", "
#, python-format
msgid "%d year"
msgid_plural "%d years"
msgstr[0] "%d rok"
msgstr[1] "%d roky"
msgstr[2] "%d let"
#, python-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] "%d měsíc"
msgstr[1] "%d měsíce"
msgstr[2] "%d měsíců"
#, python-format
msgid "%d week"
msgid_plural "%d weeks"
msgstr[0] "%d týden"
msgstr[1] "%d týdny"
msgstr[2] "%d týdnů"
#, python-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d den"
msgstr[1] "%d dny"
msgstr[2] "%d dní"
#, python-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d hodina"
msgstr[1] "%d hodiny"
msgstr[2] "%d hodin"
#, python-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d minuta"
msgstr[1] "%d minuty"
msgstr[2] "%d minut"
msgid "0 minutes"
msgstr "0 minut"
msgid "Forbidden"
msgstr "Nepřístupné (Forbidden)"
msgid "CSRF verification failed. Request aborted."
msgstr "Selhalo ověření typu CSRF. Požadavek byl zadržen."
msgid ""
"You are seeing this message because this HTTPS site requires a 'Referer "
"header' to be sent by your Web browser, but none was sent. This header is "
"required for security reasons, to ensure that your browser is not being "
"hijacked by third parties."
msgstr ""
"Tato zpráva se zobrazuje, protože tento web na protokolu HTTPS požaduje "
"záhlaví Referer od vašeho webového prohlížeče. Záhlaví je požadováno z "
"bezpečnostních důvodů, aby se zajistilo, že vašeho prohlížeče se nezmocnil "
"někdo další."
msgid ""
"If you have configured your browser to disable 'Referer' headers, please re-"
"enable them, at least for this site, or for HTTPS connections, or for 'same-"
"origin' requests."
msgstr ""
"Pokud má váš prohlížeč záhlaví Referer vypnuté, žádáme vás o jeho zapnutí, "
"alespoň pro tento web nebo pro spojení typu HTTPS nebo pro požadavky typu "
"\"stejný původ\" (same origin)."
msgid ""
"You are seeing this message because this site requires a CSRF cookie when "
"submitting forms. This cookie is required for security reasons, to ensure "
"that your browser is not being hijacked by third parties."
msgstr ""
"Tato zpráva se zobrazuje, protože tento web při odesílání formulářů požaduje "
"v souboru cookie údaj CSRF, a to z bezpečnostních důvodů, aby se zajistilo, "
"že se vašeho prohlížeče nezmocnil někdo další."
msgid ""
"If you have configured your browser to disable cookies, please re-enable "
"them, at least for this site, or for 'same-origin' requests."
msgstr ""
"Pokud má váš prohlížeč soubory cookie vypnuté, žádáme vás o jejich zapnutí, "
"alespoň pro tento web nebo pro požadavky typu \"stejný původ\" (same origin)."
msgid "More information is available with DEBUG=True."
msgstr "V případě zapnutí volby DEBUG=True bude k dispozici více informací."
msgid "Welcome to Django"
msgstr "Vítejte v systému Django"
msgid "It worked!"
msgstr "Funguje to!"
msgid "Congratulations on your first Django-powered page."
msgstr "Gratulujeme, toto je vaše první stránka generována v prostředí Django."
msgid ""
"Next, start your first app by running <code>python manage.py startapp "
"[app_label]</code>."
msgstr ""
"Nyní můžete začít práce na své první aplikaci spuštěním příkazu <code>python "
"manage.py startapp [identifikátor_aplikace]</code>."
msgid ""
"You're seeing this message because you have <code>DEBUG = True</code> in "
"your Django settings file and you haven't configured any URLs. Get to work!"
msgstr ""
"Tuto zprávu vidíte, protože máte v nastavení Djanga zapnutý vývojový režim "
"<code>DEBUG = True</code> a zatím nemáte nastavena žádná URL. S chutí do "
"práce!"
msgid "No year specified"
msgstr "Nebyl specifikován rok"
msgid "No month specified"
msgstr "Nebyl specifikován měsíc"
msgid "No day specified"
msgstr "Nebyl specifikován den"
msgid "No week specified"
msgstr "Nebyl specifikován týden"
#, python-format
msgid "No %(verbose_name_plural)s available"
msgstr "%(verbose_name_plural)s nejsou k dispozici"
#, python-format
msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False."
msgstr ""
"%(verbose_name_plural)s s budoucím datem nejsou k dipozici protoze "
"%(class_name)s.allow_future je False"
#, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr "Datum '%(datestr)s' neodpovídá formátu '%(format)s'"
#, python-format
msgid "No %(verbose_name)s found matching the query"
msgstr "Nepodařilo se nalézt žádný objekt %(verbose_name)s"
msgid "Page is not 'last', nor can it be converted to an int."
msgstr "Požadavek na stránku nemohl být konvertován na číslo, ani není 'last'"
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr "Neplatná stránka (%(page_number)s): %(message)s"
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr "List je prázdný a '%(class_name)s.allow_empty' je nastaveno na False"
msgid "Directory indexes are not allowed here."
msgstr "Indexy adresářů zde nejsou povoleny."
#, python-format
msgid "\"%(path)s\" does not exist"
msgstr "\"%(path)s\" neexistuje"
#, python-format
msgid "Index of %(directory)s"
msgstr "Index adresáře %(directory)s"
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
from __future__ import unicode_literals
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT = 'j F Y' # '25 Hydref 2006'
TIME_FORMAT = 'P' # '2:30 y.b.'
DATETIME_FORMAT = 'j F Y, P' # '25 Hydref 2006, 2:30 y.b.'
YEAR_MONTH_FORMAT = 'F Y' # 'Hydref 2006'
MONTH_DAY_FORMAT = 'j F' # '25 Hydref'
SHORT_DATE_FORMAT = 'd/m/Y' # '25/10/2006'
SHORT_DATETIME_FORMAT = 'd/m/Y P' # '25/10/2006 2:30 y.b.'
FIRST_DAY_OF_WEEK = 1 # 'Dydd Llun'
# The *_INPUT_FORMATS strings use the Python strftime format syntax,
# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior
DATE_INPUT_FORMATS = [
'%d/%m/%Y', '%d/%m/%y', # '25/10/2006', '25/10/06'
]
DATETIME_INPUT_FORMATS = [
'%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59'
'%Y-%m-%d %H:%M:%S.%f', # '2006-10-25 14:30:59.000200'
'%Y-%m-%d %H:%M', # '2006-10-25 14:30'
'%Y-%m-%d', # '2006-10-25'
'%d/%m/%Y %H:%M:%S', # '25/10/2006 14:30:59'
'%d/%m/%Y %H:%M:%S.%f', # '25/10/2006 14:30:59.000200'
'%d/%m/%Y %H:%M', # '25/10/2006 14:30'
'%d/%m/%Y', # '25/10/2006'
'%d/%m/%y %H:%M:%S', # '25/10/06 14:30:59'
'%d/%m/%y %H:%M:%S.%f', # '25/10/06 14:30:59.000200'
'%d/%m/%y %H:%M', # '25/10/06 14:30'
'%d/%m/%y', # '25/10/06'
]
DECIMAL_SEPARATOR = '.'
THOUSAND_SEPARATOR = ','
NUMBER_GROUPING = 3
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Maredudd ap Gwyndaf <maredudd@maredudd.com>, 2012,2014
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-19 16:49+0100\n"
"PO-Revision-Date: 2017-01-20 09:03+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Welsh (http://www.transifex.com/django/django/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 "Afrikaans"
msgstr "Affricaneg"
msgid "Arabic"
msgstr "Arabeg"
msgid "Asturian"
msgstr "Astwrieg"
msgid "Azerbaijani"
msgstr "Azerbaijanaidd"
msgid "Bulgarian"
msgstr "Bwlgareg"
msgid "Belarusian"
msgstr "Belarwseg"
msgid "Bengali"
msgstr "Bengaleg"
msgid "Breton"
msgstr "Llydaweg"
msgid "Bosnian"
msgstr "Bosnieg"
msgid "Catalan"
msgstr "Catalaneg"
msgid "Czech"
msgstr "Tsieceg"
msgid "Welsh"
msgstr "Cymraeg"
msgid "Danish"
msgstr "Daneg"
msgid "German"
msgstr "Almaeneg"
msgid "Lower Sorbian"
msgstr ""
msgid "Greek"
msgstr "Groegedd"
msgid "English"
msgstr "Saesneg"
msgid "Australian English"
msgstr "Saesneg Awstralia"
msgid "British English"
msgstr "Saesneg Prydain"
msgid "Esperanto"
msgstr "Esperanto"
msgid "Spanish"
msgstr "Sbaeneg"
msgid "Argentinian Spanish"
msgstr "Sbaeneg Ariannin"
msgid "Colombian Spanish"
msgstr ""
msgid "Mexican Spanish"
msgstr "Sbaeneg Mecsico"
msgid "Nicaraguan Spanish"
msgstr "Sbaeneg Nicaragwa"
msgid "Venezuelan Spanish"
msgstr "Sbaeneg Feneswela"
msgid "Estonian"
msgstr "Estoneg"
msgid "Basque"
msgstr "Basgeg"
msgid "Persian"
msgstr "Persieg"
msgid "Finnish"
msgstr "Ffinneg"
msgid "French"
msgstr "Ffrangeg"
msgid "Frisian"
msgstr "Ffrisieg"
msgid "Irish"
msgstr "Gwyddeleg"
msgid "Scottish Gaelic"
msgstr ""
msgid "Galician"
msgstr "Galisieg"
msgid "Hebrew"
msgstr "Hebraeg"
msgid "Hindi"
msgstr "Hindi"
msgid "Croatian"
msgstr "Croasieg"
msgid "Upper Sorbian"
msgstr ""
msgid "Hungarian"
msgstr "Hwngareg"
msgid "Interlingua"
msgstr "Interlingua"
msgid "Indonesian"
msgstr "Indoneseg"
msgid "Ido"
msgstr "Ido"
msgid "Icelandic"
msgstr "Islandeg"
msgid "Italian"
msgstr "Eidaleg"
msgid "Japanese"
msgstr "Siapanëeg"
msgid "Georgian"
msgstr "Georgeg"
msgid "Kazakh"
msgstr "Casacstanaidd"
msgid "Khmer"
msgstr "Chmereg"
msgid "Kannada"
msgstr "Canadeg"
msgid "Korean"
msgstr "Corëeg"
msgid "Luxembourgish"
msgstr "Lwcsembergeg"
msgid "Lithuanian"
msgstr "Lithwaneg"
msgid "Latvian"
msgstr "Latfieg"
msgid "Macedonian"
msgstr "Macedoneg"
msgid "Malayalam"
msgstr "Malaialam"
msgid "Mongolian"
msgstr "Mongoleg"
msgid "Marathi"
msgstr "Marathi"
msgid "Burmese"
msgstr "Byrmaneg"
msgid "Norwegian Bokmål"
msgstr ""
msgid "Nepali"
msgstr "Nepaleg"
msgid "Dutch"
msgstr "Iseldireg"
msgid "Norwegian Nynorsk"
msgstr "Ninorsk Norwyeg"
msgid "Ossetic"
msgstr "Osetieg"
msgid "Punjabi"
msgstr "Pwnjabi"
msgid "Polish"
msgstr "Pwyleg"
msgid "Portuguese"
msgstr "Portiwgaleg"
msgid "Brazilian Portuguese"
msgstr "Portiwgaleg Brasil"
msgid "Romanian"
msgstr "Romaneg"
msgid "Russian"
msgstr "Rwsieg"
msgid "Slovak"
msgstr "Slofaceg"
msgid "Slovenian"
msgstr "Slofeneg"
msgid "Albanian"
msgstr "Albaneg"
msgid "Serbian"
msgstr "Serbeg"
msgid "Serbian Latin"
msgstr "Lladin Serbiaidd"
msgid "Swedish"
msgstr "Swedeg"
msgid "Swahili"
msgstr "Swahili"
msgid "Tamil"
msgstr "Tamil"
msgid "Telugu"
msgstr "Telwgw"
msgid "Thai"
msgstr "Tai"
msgid "Turkish"
msgstr "Twrceg"
msgid "Tatar"
msgstr "Tatareg"
msgid "Udmurt"
msgstr "Wdmwrteg"
msgid "Ukrainian"
msgstr "Wcreineg"
msgid "Urdu"
msgstr "Wrdw"
msgid "Vietnamese"
msgstr "Fietnameg"
msgid "Simplified Chinese"
msgstr "Tsieinëeg Syml"
msgid "Traditional Chinese"
msgstr "Tseinëeg Traddodiadol"
msgid "Messages"
msgstr ""
msgid "Site Maps"
msgstr "Mapiau Safle"
msgid "Static Files"
msgstr "Ffeiliau Statig"
msgid "Syndication"
msgstr "Syndicetiad"
msgid "That page number is not an integer"
msgstr ""
msgid "That page number is less than 1"
msgstr ""
msgid "That page contains no results"
msgstr ""
msgid "Enter a valid value."
msgstr "Rhowch werth dilys."
msgid "Enter a valid URL."
msgstr "Rhowch URL dilys."
msgid "Enter a valid integer."
msgstr "Rhowch gyfanrif dilys."
msgid "Enter a valid email address."
msgstr "Rhowch gyfeiriad ebost dilys."
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr ""
"Rhowch 'falwen' dilys yn cynnwys llythrennau, rhifau, tanlinellau neu "
"cysylltnodau."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
msgid "Enter a valid IPv4 address."
msgstr "Rhowch gyfeiriad IPv4 dilys."
msgid "Enter a valid IPv6 address."
msgstr "Rhowch gyfeiriad IPv6 dilys."
msgid "Enter a valid IPv4 or IPv6 address."
msgstr "Rhowch gyfeiriad IPv4 neu IPv6 dilys."
msgid "Enter only digits separated by commas."
msgstr "Rhowch ddigidau wedi'i gwahanu gan gomas yn unig."
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr ""
"Sicrhewch taw y gwerth yw %(limit_value)s (%(show_value)s yw ar hyn o bryd)."
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr "Sicrhewch fod y gwerth hwn yn fwy neu'n llai na %(limit_value)s."
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr "Sicrhewch fod y gwerth yn fwy na neu'n gyfartal â %(limit_value)s."
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Sicrhewch fod gan y gwerth hwn oleiaf %(limit_value)d nod (mae ganddo "
"%(show_value)d)."
msgstr[1] ""
"Sicrhewch fod gan y gwerth hwn oleiaf %(limit_value)d nod (mae ganddo "
"%(show_value)d)."
msgstr[2] ""
"Sicrhewch fod gan y gwerth hwn oleiaf %(limit_value)d nod (mae ganddo "
"%(show_value)d)."
msgstr[3] ""
"Sicrhewch fod gan y gwerth hwn oleiaf %(limit_value)d nod (mae ganddo "
"%(show_value)d)."
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Sicrhewch fod gan y gwerth hwn ddim mwy na %(limit_value)d nod (mae ganddo "
"%(show_value)d)."
msgstr[1] ""
"Sicrhewch fod gan y gwerth hwn ddim mwy na %(limit_value)d nod (mae ganddo "
"%(show_value)d)."
msgstr[2] ""
"Sicrhewch fod gan y gwerth hwn ddim mwy na %(limit_value)d nod (mae ganddo "
"%(show_value)d)."
msgstr[3] ""
"Sicrhewch fod gan y gwerth hwn ddim mwy na %(limit_value)d nod (mae ganddo "
"%(show_value)d)."
#, python-format
msgid "Ensure that there are no more than %(max)s digit in total."
msgid_plural "Ensure that there are no more than %(max)s digits in total."
msgstr[0] "Sicrhewch nad oes mwy nag %(max)s digid i gyd."
msgstr[1] "Sicrhewch nad oes mwy na %(max)s ddigid i gyd."
msgstr[2] "Sicrhewch nad oes mwy na %(max)s digid i gyd."
msgstr[3] "Sicrhewch nad oes mwy na %(max)s digid i gyd."
#, python-format
msgid "Ensure that there are no more than %(max)s decimal place."
msgid_plural "Ensure that there are no more than %(max)s decimal places."
msgstr[0] "Sicrhewch nad oes mwy nag %(max)s lle degol."
msgstr[1] "Sicrhewch nad oes mwy na %(max)s le degol."
msgstr[2] "Sicrhewch nad oes mwy na %(max)s lle degol."
msgstr[3] "Sicrhewch nad oes mwy na %(max)s lle degol."
#, python-format
msgid ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgid_plural ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgstr[0] "Sicrhewch nad oes mwy nag %(max)s digid cyn y pwynt degol."
msgstr[1] "Sicrhewch nad oes mwy na %(max)s ddigid cyn y pwynt degol."
msgstr[2] "Sicrhewch nad oes mwy na %(max)s digid cyn y pwynt degol."
msgstr[3] "Sicrhewch nad oes mwy na %(max)s digid cyn y pwynt degol."
#, python-format
msgid ""
"File extension '%(extension)s' is not allowed. Allowed extensions are: "
"'%(allowed_extensions)s'."
msgstr ""
msgid "and"
msgstr "a"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr "Mae %(model_name)s gyda'r %(field_labels)s hyn yn bodoli'n barod."
#, python-format
msgid "Value %(value)r is not a valid choice."
msgstr "Nid yw gwerth %(value)r yn ddewis dilys."
msgid "This field cannot be null."
msgstr "Ni all y maes hwn fod yn 'null'."
msgid "This field cannot be blank."
msgstr "Ni all y maes hwn fod yn wag."
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "Mae %(model_name)s gyda'r %(field_label)s hwn yn bodoli'n barod."
#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'.
#. Eg: "Title must be unique for pub_date year"
#, python-format
msgid ""
"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
msgstr ""
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Maes o fath: %(field_type)s"
msgid "Integer"
msgstr "cyfanrif"
#, python-format
msgid "'%(value)s' value must be an integer."
msgstr "Rhaid i'r gwerth '%(value)s' fod yn gyfanrif."
msgid "Big (8 byte) integer"
msgstr "Cyfanrif mawr (8 beit)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "Rhaid i werth '%(value)s' for unai'n True neu False."
msgid "Boolean (Either True or False)"
msgstr "Boleaidd (Unai True neu False)"
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "String (hyd at %(max_length)s)"
msgid "Comma-separated integers"
msgstr "Cyfanrifau wedi'u gwahanu gan gomas"
#, python-format
msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
"Mae gan werth '%(value)s' fformat dyddiad annilys. Rhaid iddo fod yn y "
"fformat BBBB-MM-DD."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
"Mae'r gwerth '%(value)s' yn y fformat cywir (BBBB-MM-DD) ond mae'r dyddiad "
"yn annilys"
msgid "Date (without time)"
msgstr "Dyddiad (heb amser)"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
"Mae '%(value)s' mewn fformat annilys. Rhaid iddo fod yn y fformat BBBB-MM-DD "
"AA:MM[:ee[.uuuuuu]][CA]"
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) but it is an invalid date/time."
msgstr ""
"Mae '%(value)s' yn y fformat cywir (BBBB-MM-DD AA:MM[:ee[.uuuuuu]][CA]) on "
"mae'n ddyddiad/amser annilys."
msgid "Date (with time)"
msgstr "Dyddiad (gydag amser)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr "Rhaid i '%(value)s' fod yn ddegolyn."
msgid "Decimal number"
msgstr "Rhif degol"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
msgid "Duration"
msgstr ""
msgid "Email address"
msgstr "Cyfeiriad ebost"
msgid "File path"
msgstr "Llwybr ffeil"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr "Rhaid i '%(value)s' fod yn rif pwynt arnawf."
msgid "Floating point number"
msgstr "Rhif pwynt symudol"
msgid "IPv4 address"
msgstr "Cyfeiriad IPv4"
msgid "IP address"
msgstr "cyfeiriad IP"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr "Rhaid i '%(value)s' gael y gwerth None, True neu False."
msgid "Boolean (Either True, False or None)"
msgstr "Boleaidd (Naill ai True, False neu None)"
msgid "Positive integer"
msgstr "Cyfanrif positif"
msgid "Positive small integer"
msgstr "Cyfanrif bach positif"
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr "Malwen (hyd at %(max_length)s)"
msgid "Small integer"
msgstr "Cyfanrif bach"
msgid "Text"
msgstr "Testun"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
"Mae gan y gwerth '%(value)s' fformat annilys. Rhaid iddo fod yn y fformat AA:"
"MM[:ee[.uuuuuu]]."
#, python-format
msgid ""
"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
"invalid time."
msgstr ""
"Mae'r gwerth '%(value)s' yn y fformat cywir AA:MM[:ee[.uuuuuu]] ond mae'r "
"amser yn annilys."
msgid "Time"
msgstr "Amser"
msgid "URL"
msgstr "URL"
msgid "Raw binary data"
msgstr "Data deuol crai"
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr ""
msgid "File"
msgstr "Ffeil"
msgid "Image"
msgstr "Delwedd"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr ""
msgid "Foreign Key (type determined by related field)"
msgstr "Allwedd Estron (math yn ddibynol ar y maes cysylltiedig)"
msgid "One-to-one relationship"
msgstr "Perthynas un-i-un"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr ""
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr ""
msgid "Many-to-many relationship"
msgstr "Perthynas llawer-i-lawer"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Mae angen y maes hwn."
msgid "Enter a whole number."
msgstr "Rhowch cyfanrif."
msgid "Enter a number."
msgstr "Rhowch rif."
msgid "Enter a valid date."
msgstr "Rhif ddyddiad dilys."
msgid "Enter a valid time."
msgstr "Rhowch amser dilys."
msgid "Enter a valid date/time."
msgstr "Rhowch ddyddiad/amser dilys."
msgid "Enter a valid duration."
msgstr ""
msgid "No file was submitted. Check the encoding type on the form."
msgstr "Ni anfonwyd ffeil. Gwiriwch math yr amgodiad ar y ffurflen."
msgid "No file was submitted."
msgstr "Ni anfonwyd ffeil."
msgid "The submitted file is empty."
msgstr "Mae'r ffeil yn wag."
#, python-format
msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
msgid_plural ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr[0] ""
"Sicrhewch fod gan enw'r ffeil ar y mwyaf %(max)d nod (mae ganddo %(length)d)."
msgstr[1] ""
"Sicrhewch fod gan enw'r ffeil ar y mwyaf %(max)d nod (mae ganddo %(length)d)."
msgstr[2] ""
"Sicrhewch fod gan enw'r ffeil ar y mwyaf %(max)d nod (mae ganddo %(length)d)."
msgstr[3] ""
"Sicrhewch fod gan enw'r ffeil ar y mwyaf %(max)d nod (mae ganddo %(length)d)."
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr ""
"Nail ai cyflwynwych ffeil neu dewisiwch y blwch gwiriad, ond nid y ddau."
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
"Llwythwch ddelwedd dilys. Doedd y ddelwedd a lwythwyd ddim yn ddelwedd "
"dilys, neu roedd yn ddelwedd llygredig."
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr ""
"Dewiswch ddewisiad dilys. Nid yw %(value)s yn un o'r dewisiadau sydd ar gael."
msgid "Enter a list of values."
msgstr "Rhowch restr o werthoedd."
msgid "Enter a complete value."
msgstr "Rhowch werth cyflawn."
msgid "Enter a valid UUID."
msgstr ""
#. Translators: This is the default suffix added to form field labels
msgid ":"
msgstr ":"
#, python-format
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Maes cudd %(name)s) %(error)s"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "Mae data ManagementForm ar goll neu mae rhywun wedi ymyrryd ynddo"
#, python-format
msgid "Please submit %d or fewer forms."
msgid_plural "Please submit %d or fewer forms."
msgstr[0] "Cyflwynwch %d neu lai o ffurflenni."
msgstr[1] "Cyflwynwch %d neu lai o ffurflenni."
msgstr[2] "Cyflwynwch %d neu lai o ffurflenni."
msgstr[3] "Cyflwynwch %d neu lai o ffurflenni."
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] "Cyflwynwch %d neu fwy o ffurflenni."
msgstr[1] "Cyflwynwch %d neu fwy o ffurflenni."
msgstr[2] "Cyflwynwch %d neu fwy o ffurflenni."
msgstr[3] "Cyflwynwch %d neu fwy o ffurflenni."
msgid "Order"
msgstr "Trefn"
msgid "Delete"
msgstr "Dileu"
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr "Cywirwch y data dyblyg ar gyfer %(field)s."
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr ""
"Cywirwch y data dyblyg ar gyfer %(field)s, sydd yn gorfod bod yn unigryw."
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
"Cywirwch y data dyblyg ar gyfer %(field_name)s sydd yn gorfod bod yn unigryw "
"ar gyfer %(lookup)s yn %(date_field)s."
msgid "Please correct the duplicate values below."
msgstr "Cywirwch y gwerthoedd dyblyg isod."
msgid "The inline foreign key did not match the parent instance primary key."
msgstr ""
"Nid yw'r allwedd estron mewnlin yn cydfynd gyda allwedd gynradd enghraifft y "
"rhiant."
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr ""
"Dewiswch ddewisiad dilys. Nid yw'r dewisiad yn un o'r dewisiadau sydd ar "
"gael."
#, python-format
msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr "Nid yw \"%(pk)s\" yn werth dilys ar gyfer allwedd cynradd."
#, python-format
msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""
"Ni ellir dehongli %(datetime)s yn y gylchfa amser %(current_timezone)s; "
"mae'n amwys neu ddim yn bodoli."
msgid "Clear"
msgstr "Clirio"
msgid "Currently"
msgstr "Ar hyn o bryd"
msgid "Change"
msgstr "Newid"
msgid "Unknown"
msgstr "Anhysbys"
msgid "Yes"
msgstr "Ie"
msgid "No"
msgstr "Na"
msgid "yes,no,maybe"
msgstr "ie,na,efallai"
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d beit"
msgstr[1] "%(size)d beit"
msgstr[2] "%(size)d beit"
msgstr[3] "%(size)d beit"
#, python-format
msgid "%s KB"
msgstr "%s KB"
#, python-format
msgid "%s MB"
msgstr "%s MB"
#, python-format
msgid "%s GB"
msgstr "%s GB"
#, python-format
msgid "%s TB"
msgstr "%s TB"
#, python-format
msgid "%s PB"
msgstr "%s PB"
msgid "p.m."
msgstr "y.h."
msgid "a.m."
msgstr "y.b."
msgid "PM"
msgstr "YH"
msgid "AM"
msgstr "YB"
msgid "midnight"
msgstr "canol nos"
msgid "noon"
msgstr "canol dydd"
msgid "Monday"
msgstr "Dydd Llun"
msgid "Tuesday"
msgstr "Dydd Mawrth"
msgid "Wednesday"
msgstr "Dydd Mercher"
msgid "Thursday"
msgstr "Dydd Iau"
msgid "Friday"
msgstr "Dydd Gwener"
msgid "Saturday"
msgstr "Dydd Sadwrn"
msgid "Sunday"
msgstr "Dydd Sul"
msgid "Mon"
msgstr "Llu"
msgid "Tue"
msgstr "Maw"
msgid "Wed"
msgstr "Mer"
msgid "Thu"
msgstr "Iau"
msgid "Fri"
msgstr "Gwe"
msgid "Sat"
msgstr "Sad"
msgid "Sun"
msgstr "Sul"
msgid "January"
msgstr "Ionawr"
msgid "February"
msgstr "Chwefror"
msgid "March"
msgstr "Mawrth"
msgid "April"
msgstr "Ebrill"
msgid "May"
msgstr "Mai"
msgid "June"
msgstr "Mehefin"
msgid "July"
msgstr "Gorffenaf"
msgid "August"
msgstr "Awst"
msgid "September"
msgstr "Medi"
msgid "October"
msgstr "Hydref"
msgid "November"
msgstr "Tachwedd"
msgid "December"
msgstr "Rhagfyr"
msgid "jan"
msgstr "ion"
msgid "feb"
msgstr "chw"
msgid "mar"
msgstr "maw"
msgid "apr"
msgstr "ebr"
msgid "may"
msgstr "mai"
msgid "jun"
msgstr "meh"
msgid "jul"
msgstr "gor"
msgid "aug"
msgstr "aws"
msgid "sep"
msgstr "med"
msgid "oct"
msgstr "hyd"
msgid "nov"
msgstr "tach"
msgid "dec"
msgstr "rhag"
msgctxt "abbrev. month"
msgid "Jan."
msgstr "Ion."
msgctxt "abbrev. month"
msgid "Feb."
msgstr "Chwe."
msgctxt "abbrev. month"
msgid "March"
msgstr "Mawrth"
msgctxt "abbrev. month"
msgid "April"
msgstr "Ebrill"
msgctxt "abbrev. month"
msgid "May"
msgstr "Mai"
msgctxt "abbrev. month"
msgid "June"
msgstr "Meh."
msgctxt "abbrev. month"
msgid "July"
msgstr "Gorff."
msgctxt "abbrev. month"
msgid "Aug."
msgstr "Awst"
msgctxt "abbrev. month"
msgid "Sept."
msgstr "Medi"
msgctxt "abbrev. month"
msgid "Oct."
msgstr "Hydr."
msgctxt "abbrev. month"
msgid "Nov."
msgstr "Tach."
msgctxt "abbrev. month"
msgid "Dec."
msgstr "Rhag."
msgctxt "alt. month"
msgid "January"
msgstr "Ionawr"
msgctxt "alt. month"
msgid "February"
msgstr "Chwefror"
msgctxt "alt. month"
msgid "March"
msgstr "Mawrth"
msgctxt "alt. month"
msgid "April"
msgstr "Ebrill"
msgctxt "alt. month"
msgid "May"
msgstr "Mai"
msgctxt "alt. month"
msgid "June"
msgstr "Mehefin"
msgctxt "alt. month"
msgid "July"
msgstr "Gorffenaf"
msgctxt "alt. month"
msgid "August"
msgstr "Awst"
msgctxt "alt. month"
msgid "September"
msgstr "Medi"
msgctxt "alt. month"
msgid "October"
msgstr "Hydref"
msgctxt "alt. month"
msgid "November"
msgstr "Tachwedd"
msgctxt "alt. month"
msgid "December"
msgstr "Rhagfyr"
msgid "This is not a valid IPv6 address."
msgstr "Nid yw hwn yn gyfeiriad IPv6 dilys."
#, python-format
msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..."
msgstr "%(truncated_text)s..."
msgid "or"
msgstr "neu"
#. Translators: This string is used as a separator between list elements
msgid ", "
msgstr ","
#, python-format
msgid "%d year"
msgid_plural "%d years"
msgstr[0] "%d blwyddyn"
msgstr[1] "%d flynedd"
msgstr[2] "%d blwyddyn"
msgstr[3] "%d blwyddyn"
#, python-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] "%d mis"
msgstr[1] "%d fis"
msgstr[2] "%d mis"
msgstr[3] "%d mis"
#, python-format
msgid "%d week"
msgid_plural "%d weeks"
msgstr[0] "%d wythnos"
msgstr[1] "%d wythnos"
msgstr[2] "%d wythnos"
msgstr[3] "%d wythnos"
#, python-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d diwrnod"
msgstr[1] "%d ddiwrnod"
msgstr[2] "%d diwrnod"
msgstr[3] "%d diwrnod"
#, python-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d awr"
msgstr[1] "%d awr"
msgstr[2] "%d awr"
msgstr[3] "%d awr"
#, python-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d munud"
msgstr[1] "%d funud"
msgstr[2] "%d munud"
msgstr[3] "%d munud"
msgid "0 minutes"
msgstr "0 munud"
msgid "Forbidden"
msgstr "Gwaharddedig"
msgid "CSRF verification failed. Request aborted."
msgstr "Gwirio CSRF wedi methu. Ataliwyd y cais."
msgid ""
"You are seeing this message because this HTTPS site requires a 'Referer "
"header' to be sent by your Web browser, but none was sent. This header is "
"required for security reasons, to ensure that your browser is not being "
"hijacked by third parties."
msgstr ""
"Rydych yn gweld y neges hwn can fod y safle HTTPS hwn angen 'Referer header' "
"i gael ei anfon gan ei porwr, ond ni anfonwyd un. Mae angen y pennyn hwn ar "
"mwyn diogelwch, i sicrhau na herwgipiwyd eich porwr gan trydydd parti."
msgid ""
"If you have configured your browser to disable 'Referer' headers, please re-"
"enable them, at least for this site, or for HTTPS connections, or for 'same-"
"origin' requests."
msgstr ""
"Os ydych wedi analluogi pennynau 'Referer' yn eich porwr yn galluogwch nhw, "
"oleiaf ar gyfer y safle hwn neu ar gyfer cysylltiadau HTTPS neu ar gyfer "
"ceisiadau 'same-origin'."
msgid ""
"You are seeing this message because this site requires a CSRF cookie when "
"submitting forms. This cookie is required for security reasons, to ensure "
"that your browser is not being hijacked by third parties."
msgstr ""
"Dangosir y neges hwn oherwydd bod angen cwci CSRF ar y safle hwn pan yn "
"anfon ffurflenni. Mae angen y cwci ar gyfer diogelwch er mwyn sicrhau nad "
"oes trydydd parti yn herwgipio eich porwr."
msgid ""
"If you have configured your browser to disable cookies, please re-enable "
"them, at least for this site, or for 'same-origin' requests."
msgstr ""
"Os ydych wedi analluogi cwcis, galluogwch nhw, oleiaf i'r safle hwn neu "
"ceisiadau 'same-origin'."
msgid "More information is available with DEBUG=True."
msgstr "Mae mwy o wybodaeth ar gael gyda DEBUG=True"
msgid "Welcome to Django"
msgstr ""
msgid "It worked!"
msgstr ""
msgid "Congratulations on your first Django-powered page."
msgstr ""
msgid ""
"Next, start your first app by running <code>python manage.py startapp "
"[app_label]</code>."
msgstr ""
msgid ""
"You're seeing this message because you have <code>DEBUG = True</code> in "
"your Django settings file and you haven't configured any URLs. Get to work!"
msgstr ""
msgid "No year specified"
msgstr "Dim blwyddyn wedi’i bennu"
msgid "No month specified"
msgstr "Dim mis wedi’i bennu"
msgid "No day specified"
msgstr "Dim diwrnod wedi’i bennu"
msgid "No week specified"
msgstr "Dim wythnos wedi’i bennu"
#, python-format
msgid "No %(verbose_name_plural)s available"
msgstr "Dim %(verbose_name_plural)s ar gael"
#, python-format
msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False."
msgstr ""
"%(verbose_name_plural)s i'r dyfodol ddim ar gael oherwydd mae %(class_name)s."
"allow_future yn 'False'. "
#, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr ""
"Rhoddwyd y fformat '%(format)s' i'r llynyn dyddiad annilys '%(datestr)s'"
#, python-format
msgid "No %(verbose_name)s found matching the query"
msgstr "Ni ganfuwyd %(verbose_name)s yn cydweddu â'r ymholiad"
msgid "Page is not 'last', nor can it be converted to an int."
msgstr "Nid yw'r dudalen yn 'last', ac ni ellir ei drosi i int."
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr "Tudalen annilys (%(page_number)s): %(message)s"
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr "Rhestr wag a '%(class_name)s.allow_empty' yn False."
msgid "Directory indexes are not allowed here."
msgstr "Ni ganiateir mynegai cyfeiriaduron yma."
#, python-format
msgid "\"%(path)s\" does not exist"
msgstr "Nid yw \"%(path)s\" yn bodoli"
#, python-format
msgid "Index of %(directory)s"
msgstr "Mynegai %(directory)s"
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
from __future__ import unicode_literals
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT = 'j. F Y'
TIME_FORMAT = 'H:i'
DATETIME_FORMAT = 'j. F Y H:i'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'd.m.Y'
SHORT_DATETIME_FORMAT = 'd.m.Y H:i'
FIRST_DAY_OF_WEEK = 1
# The *_INPUT_FORMATS strings use the Python strftime format syntax,
# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior
DATE_INPUT_FORMATS = [
'%d.%m.%Y', # '25.10.2006'
]
DATETIME_INPUT_FORMATS = [
'%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59'
'%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200'
'%d.%m.%Y %H:%M', # '25.10.2006 14:30'
]
DECIMAL_SEPARATOR = ','
THOUSAND_SEPARATOR = '.'
NUMBER_GROUPING = 3
# This file is distributed under the same license as the Django package.
#
# Translators:
# Christian Joergensen <christian@gmta.info>, 2012
# Danni Randeris <danniranderis+djangocore@gmail.com>, 2014
# Erik Wognsen <r4mses@gmail.com>, 2013-2017
# Finn Gruwier Larsen, 2011
# Jannis Leidel <jannis@leidel.info>, 2011
# jonaskoelker <jonaskoelker@gnu.org>, 2012
# Mads Chr. Olesen <mads@mchro.dk>, 2013
# valberg <valberg@orn.li>, 2015
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-19 16:49+0100\n"
"PO-Revision-Date: 2017-01-20 22:58+0000\n"
"Last-Translator: Erik Wognsen <r4mses@gmail.com>\n"
"Language-Team: Danish (http://www.transifex.com/django/django/language/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "Afrikaans"
msgstr "afrikaans"
msgid "Arabic"
msgstr "arabisk"
msgid "Asturian"
msgstr "Asturisk"
msgid "Azerbaijani"
msgstr "azerbaidjansk"
msgid "Bulgarian"
msgstr "bulgarsk"
msgid "Belarusian"
msgstr "hviderussisk"
msgid "Bengali"
msgstr "bengalsk"
msgid "Breton"
msgstr "bretonsk"
msgid "Bosnian"
msgstr "bosnisk"
msgid "Catalan"
msgstr "catalansk"
msgid "Czech"
msgstr "tjekkisk"
msgid "Welsh"
msgstr "walisisk"
msgid "Danish"
msgstr "dansk"
msgid "German"
msgstr "tysk"
msgid "Lower Sorbian"
msgstr "nedresorbisk"
msgid "Greek"
msgstr "græsk"
msgid "English"
msgstr "engelsk"
msgid "Australian English"
msgstr "australsk engelsk"
msgid "British English"
msgstr "britisk engelsk"
msgid "Esperanto"
msgstr "esperanto"
msgid "Spanish"
msgstr "spansk"
msgid "Argentinian Spanish"
msgstr "argentinsk spansk"
msgid "Colombian Spanish"
msgstr "colombiansk spansk"
msgid "Mexican Spanish"
msgstr "mexikansk spansk"
msgid "Nicaraguan Spanish"
msgstr "nicaraguansk spansk"
msgid "Venezuelan Spanish"
msgstr "venezuelansk spansk"
msgid "Estonian"
msgstr "estisk"
msgid "Basque"
msgstr "baskisk"
msgid "Persian"
msgstr "persisk"
msgid "Finnish"
msgstr "finsk"
msgid "French"
msgstr "fransk"
msgid "Frisian"
msgstr "frisisk"
msgid "Irish"
msgstr "irsk"
msgid "Scottish Gaelic"
msgstr "skotsk gælisk"
msgid "Galician"
msgstr "galicisk"
msgid "Hebrew"
msgstr "hebraisk"
msgid "Hindi"
msgstr "hindi"
msgid "Croatian"
msgstr "kroatisk"
msgid "Upper Sorbian"
msgstr "øvresorbisk"
msgid "Hungarian"
msgstr "ungarsk"
msgid "Interlingua"
msgstr "interlingua"
msgid "Indonesian"
msgstr "indonesisk"
msgid "Ido"
msgstr "Ido"
msgid "Icelandic"
msgstr "islandsk"
msgid "Italian"
msgstr "italiensk"
msgid "Japanese"
msgstr "japansk"
msgid "Georgian"
msgstr "georgisk"
msgid "Kazakh"
msgstr "kasakhisk"
msgid "Khmer"
msgstr "khmer"
msgid "Kannada"
msgstr "kannada"
msgid "Korean"
msgstr "koreansk"
msgid "Luxembourgish"
msgstr "luxembourgisk"
msgid "Lithuanian"
msgstr "litauisk"
msgid "Latvian"
msgstr "lettisk"
msgid "Macedonian"
msgstr "makedonsk"
msgid "Malayalam"
msgstr "malaysisk"
msgid "Mongolian"
msgstr "mongolsk"
msgid "Marathi"
msgstr "Marathi"
msgid "Burmese"
msgstr "burmesisk"
msgid "Norwegian Bokmål"
msgstr "norsk bokmål"
msgid "Nepali"
msgstr "nepalesisk"
msgid "Dutch"
msgstr "hollandsk"
msgid "Norwegian Nynorsk"
msgstr "norsk nynorsk"
msgid "Ossetic"
msgstr "ossetisk"
msgid "Punjabi"
msgstr "punjabi"
msgid "Polish"
msgstr "polsk"
msgid "Portuguese"
msgstr "portugisisk"
msgid "Brazilian Portuguese"
msgstr "brasiliansk portugisisk"
msgid "Romanian"
msgstr "rumænsk"
msgid "Russian"
msgstr "russisk"
msgid "Slovak"
msgstr "slovakisk"
msgid "Slovenian"
msgstr "slovensk"
msgid "Albanian"
msgstr "albansk"
msgid "Serbian"
msgstr "serbisk"
msgid "Serbian Latin"
msgstr "serbisk (latin)"
msgid "Swedish"
msgstr "svensk"
msgid "Swahili"
msgstr "swahili"
msgid "Tamil"
msgstr "tamil"
msgid "Telugu"
msgstr "telugu"
msgid "Thai"
msgstr "thai"
msgid "Turkish"
msgstr "tyrkisk"
msgid "Tatar"
msgstr "tatarisk"
msgid "Udmurt"
msgstr "udmurtisk"
msgid "Ukrainian"
msgstr "ukrainsk"
msgid "Urdu"
msgstr "urdu"
msgid "Vietnamese"
msgstr "vietnamesisk"
msgid "Simplified Chinese"
msgstr "forenklet kinesisk"
msgid "Traditional Chinese"
msgstr "traditionelt kinesisk"
msgid "Messages"
msgstr "Meddelelser"
msgid "Site Maps"
msgstr "Site Maps"
msgid "Static Files"
msgstr "Static Files"
msgid "Syndication"
msgstr "Syndication"
msgid "That page number is not an integer"
msgstr "Det sidetal er ikke et heltal"
msgid "That page number is less than 1"
msgstr "Det sidetal er mindre end 1"
msgid "That page contains no results"
msgstr "Den side indeholder ingen resultater"
msgid "Enter a valid value."
msgstr "Indtast en gyldig værdi."
msgid "Enter a valid URL."
msgstr "Indtast en gyldig URL."
msgid "Enter a valid integer."
msgstr "Indtast et gyldigt heltal."
msgid "Enter a valid email address."
msgstr "Indtast en gyldig e-mail-adresse."
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr ""
"Indtast en \"slug\" bestående af bogstaver, cifre, understreger og "
"bindestreger."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Indtast en \"slug\" bestående af bogstaver, cifre, understreger og "
"bindestreger."
msgid "Enter a valid IPv4 address."
msgstr "Indtast en gyldig IPv4-adresse."
msgid "Enter a valid IPv6 address."
msgstr "Indtast en gyldig IPv6-adresse."
msgid "Enter a valid IPv4 or IPv6 address."
msgstr "Indtast en gyldig IPv4- eller IPv6-adresse."
msgid "Enter only digits separated by commas."
msgstr "Indtast kun cifre adskilt af kommaer."
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr "Denne værdi skal være %(limit_value)s (den er %(show_value)s)."
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr "Denne værdi skal være mindre end eller lig %(limit_value)s."
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr "Denne værdi skal være større end eller lig %(limit_value)s."
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Denne værdi skal have mindst %(limit_value)d tegn (den har %(show_value)d)."
msgstr[1] ""
"Denne værdi skal have mindst %(limit_value)d tegn (den har %(show_value)d)."
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Denne værdi må højst have %(limit_value)d tegn (den har %(show_value)d)."
msgstr[1] ""
"Denne værdi må højst have %(limit_value)d tegn (den har %(show_value)d)."
#, python-format
msgid "Ensure that there are no more than %(max)s digit in total."
msgid_plural "Ensure that there are no more than %(max)s digits in total."
msgstr[0] "Der må maksimalt være %(max)s ciffer i alt."
msgstr[1] "Der må maksimalt være %(max)s cifre i alt."
#, python-format
msgid "Ensure that there are no more than %(max)s decimal place."
msgid_plural "Ensure that there are no more than %(max)s decimal places."
msgstr[0] "Der må maksimalt være %(max)s decimal."
msgstr[1] "Der må maksimalt være %(max)s decimaler."
#, python-format
msgid ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgid_plural ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgstr[0] "Der må maksimalt være %(max)s ciffer før kommaet."
msgstr[1] "Der må maksimalt være %(max)s cifre før kommaet."
#, python-format
msgid ""
"File extension '%(extension)s' is not allowed. Allowed extensions are: "
"'%(allowed_extensions)s'."
msgstr ""
"Filendelse '%(extension)s' er ikke tilladt. Tilladte filendelser er: "
"'%(allowed_extensions)s'."
msgid "and"
msgstr "og"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr "%(model_name)s med dette %(field_labels)s eksisterer allerede."
#, python-format
msgid "Value %(value)r is not a valid choice."
msgstr "Værdien %(value)r er ikke et gyldigt valg."
msgid "This field cannot be null."
msgstr "Dette felt kan ikke være null."
msgid "This field cannot be blank."
msgstr "Dette felt kan ikke være tomt."
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "%(model_name)s med dette %(field_label)s eksisterer allerede."
#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'.
#. Eg: "Title must be unique for pub_date year"
#, python-format
msgid ""
"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
msgstr ""
"%(field_label)s skal være unik for %(date_field_label)s %(lookup_type)s."
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Felt af type: %(field_type)s"
msgid "Integer"
msgstr "Heltal"
#, python-format
msgid "'%(value)s' value must be an integer."
msgstr "'%(value)s'-værdien skal være et heltal."
msgid "Big (8 byte) integer"
msgstr "Stort heltal (8 byte)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "'%(value)s'-værdien skal være enten True eller False."
msgid "Boolean (Either True or False)"
msgstr "Boolsk (enten True eller False)"
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "Streng (op til %(max_length)s)"
msgid "Comma-separated integers"
msgstr "Kommaseparerede heltal"
#, python-format
msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
"'%(value)s'-værdien har et ugyldigt datoformat. Den skal være i formatet "
"ÅÅÅÅ-MM-DD."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
"'%(value)s'-værdien har det korrekte format (ÅÅÅÅ-MM-DD) men er en ugyldig "
"dato."
msgid "Date (without time)"
msgstr "Dato (uden tid)"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
"'%(value)s'-værdien har et ugyldigt format. Den skal være i formatet ÅÅÅÅ-MM-"
"DD TT:MM[:ss[.uuuuuu]][TZ]."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) but it is an invalid date/time."
msgstr ""
"'%(value)s'-værdien har det korrekte format (ÅÅÅÅ-MM-DD TT:MM[:ss[.uuuuuu]]"
"[TZ]) men er en ugyldig dato/tid."
msgid "Date (with time)"
msgstr "Dato (med tid)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr "'%(value)s'-værdien skal være et decimaltal."
msgid "Decimal number"
msgstr "Decimaltal"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
"'%(value)s' værdien har et ugyldigt format. Den skal være i formatet [DD] "
"[HH:[MM:]]ss[.uuuuuu]."
msgid "Duration"
msgstr "Varighed"
msgid "Email address"
msgstr "E-mail-adresse"
msgid "File path"
msgstr "Sti"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr "'%(value)s'-værdien skal være en float (et kommatal)."
msgid "Floating point number"
msgstr "Flydende-komma-tal"
msgid "IPv4 address"
msgstr "IPv4-adresse"
msgid "IP address"
msgstr "IP-adresse"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr "'%(value)s'-værdien skal være enten None, True eller False."
msgid "Boolean (Either True, False or None)"
msgstr "Boolsk (True, False eller None)"
msgid "Positive integer"
msgstr "Positivt heltal"
msgid "Positive small integer"
msgstr "Positivt lille heltal"
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr "\"Slug\" (op til %(max_length)s)"
msgid "Small integer"
msgstr "Lille heltal"
msgid "Text"
msgstr "Tekst"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
"'%(value)s'-værdien har et ugyldigt format. Den skal være i formatet TT:MM[:"
"ss[.uuuuuu]]."
#, python-format
msgid ""
"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
"invalid time."
msgstr ""
"'%(value)s'-værdien har det korrekte format (TT:MM[:ss[.uuuuuu]]) men er et "
"ugyldigt tidspunkt."
msgid "Time"
msgstr "Tid"
msgid "URL"
msgstr "URL"
msgid "Raw binary data"
msgstr "Rå binære data"
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr "'%(value)s' er ikke et gyldigt UUID."
msgid "File"
msgstr "Fil"
msgid "Image"
msgstr "Billede"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr "%(model)s instans med %(field)s %(value)r findes ikke."
msgid "Foreign Key (type determined by related field)"
msgstr "Fremmednøgle (type bestemt af relateret felt)"
msgid "One-to-one relationship"
msgstr "En-til-en-relation"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "%(from)s-%(to)s-relation"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "%(from)s-%(to)s-relationer"
msgid "Many-to-many relationship"
msgstr "Mange-til-mange-relation"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Dette felt er påkrævet."
msgid "Enter a whole number."
msgstr "Indtast et heltal."
msgid "Enter a number."
msgstr "Indtast et tal."
msgid "Enter a valid date."
msgstr "Indtast en gyldig dato."
msgid "Enter a valid time."
msgstr "Indtast en gyldig tid."
msgid "Enter a valid date/time."
msgstr "Indtast gyldig dato/tid."
msgid "Enter a valid duration."
msgstr "Indtast en gyldig varighed."
msgid "No file was submitted. Check the encoding type on the form."
msgstr "Ingen fil blev indsendt. Kontroller kodningstypen i formularen."
msgid "No file was submitted."
msgstr "Ingen fil blev indsendt."
msgid "The submitted file is empty."
msgstr "Den indsendte fil er tom."
#, python-format
msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
msgid_plural ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr[0] "Dette filnavn må højst have %(max)d tegn (det har %(length)d)."
msgstr[1] "Dette filnavn må højst have %(max)d tegn (det har %(length)d)."
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr ""
"Du skal enten indsende en fil eller afmarkere afkrydsningsfeltet, ikke begge "
"dele."
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
"Indsend en billedfil. Filen, du indsendte, var enten ikke et billede eller "
"en defekt billedfil."
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr ""
"Marker en gyldig valgmulighed. %(value)s er ikke en af de tilgængelige "
"valgmuligheder."
msgid "Enter a list of values."
msgstr "Indtast en liste af værdier."
msgid "Enter a complete value."
msgstr "Indtast en komplet værdi."
msgid "Enter a valid UUID."
msgstr "Indtast et gyldigt UUID."
#. Translators: This is the default suffix added to form field labels
msgid ":"
msgstr ":"
#, python-format
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Skjult felt %(name)s) %(error)s"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "ManagementForm-data mangler eller er blevet manipuleret"
#, python-format
msgid "Please submit %d or fewer forms."
msgid_plural "Please submit %d or fewer forms."
msgstr[0] "Send venligst %d eller færre formularer."
msgstr[1] "Send venligst %d eller færre formularer."
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] "Send venligst %d eller flere formularer."
msgstr[1] "Send venligst %d eller flere formularer."
msgid "Order"
msgstr "Rækkefølge"
msgid "Delete"
msgstr "Slet"
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr "Ret venligst duplikerede data for %(field)s."
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr "Ret venligst de duplikerede data for %(field)s, som skal være unik."
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
"Ret venligst de duplikerede data for %(field_name)s, som skal være unik for "
"%(lookup)s i %(date_field)s."
msgid "Please correct the duplicate values below."
msgstr "Ret venligst de duplikerede data herunder."
msgid "The inline foreign key did not match the parent instance primary key."
msgstr ""
"Den indlejrede fremmednøgle passede ikke med forælderinstansens primærnøgle."
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr ""
"Marker en gyldig valgmulighed. Det valg, du har foretaget, er ikke blandt de "
"tilgængelige valgmuligheder."
#, python-format
msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr "\"%(pk)s\" er ikke en gyldig værdi for en primærnøgle."
#, python-format
msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""
"%(datetime)s kunne ikke fortolkes i tidszonen %(current_timezone)s; den kan "
"være tvetydig eller den eksisterer måske ikke."
msgid "Clear"
msgstr "Afmarkér"
msgid "Currently"
msgstr "Aktuelt"
msgid "Change"
msgstr "Ret"
msgid "Unknown"
msgstr "Ukendt"
msgid "Yes"
msgstr "Ja"
msgid "No"
msgstr "Nej"
msgid "yes,no,maybe"
msgstr "ja,nej,måske"
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d byte"
msgstr[1] "%(size)d bytes"
#, python-format
msgid "%s KB"
msgstr "%s KB"
#, python-format
msgid "%s MB"
msgstr "%s MB"
#, python-format
msgid "%s GB"
msgstr "%s GB"
#, python-format
msgid "%s TB"
msgstr "%s TB"
#, python-format
msgid "%s PB"
msgstr "%s PB"
msgid "p.m."
msgstr "p.m."
msgid "a.m."
msgstr "a.m."
msgid "PM"
msgstr "PM"
msgid "AM"
msgstr "AM"
msgid "midnight"
msgstr "midnat"
msgid "noon"
msgstr "middag"
msgid "Monday"
msgstr "mandag"
msgid "Tuesday"
msgstr "tirsdag"
msgid "Wednesday"
msgstr "onsdag"
msgid "Thursday"
msgstr "torsdag"
msgid "Friday"
msgstr "fredag"
msgid "Saturday"
msgstr "lørdag"
msgid "Sunday"
msgstr "søndag"
msgid "Mon"
msgstr "man"
msgid "Tue"
msgstr "tir"
msgid "Wed"
msgstr "ons"
msgid "Thu"
msgstr "tor"
msgid "Fri"
msgstr "fre"
msgid "Sat"
msgstr "lør"
msgid "Sun"
msgstr "søn"
msgid "January"
msgstr "januar"
msgid "February"
msgstr "februar"
msgid "March"
msgstr "marts"
msgid "April"
msgstr "april"
msgid "May"
msgstr "maj"
msgid "June"
msgstr "juni"
msgid "July"
msgstr "juli"
msgid "August"
msgstr "august"
msgid "September"
msgstr "september"
msgid "October"
msgstr "oktober"
msgid "November"
msgstr "november"
msgid "December"
msgstr "december"
msgid "jan"
msgstr "jan"
msgid "feb"
msgstr "feb"
msgid "mar"
msgstr "mar"
msgid "apr"
msgstr "apr"
msgid "may"
msgstr "maj"
msgid "jun"
msgstr "jun"
msgid "jul"
msgstr "jul"
msgid "aug"
msgstr "aug"
msgid "sep"
msgstr "sept"
msgid "oct"
msgstr "okt"
msgid "nov"
msgstr "nov"
msgid "dec"
msgstr "dec"
msgctxt "abbrev. month"
msgid "Jan."
msgstr "jan."
msgctxt "abbrev. month"
msgid "Feb."
msgstr "feb."
msgctxt "abbrev. month"
msgid "March"
msgstr "marts"
msgctxt "abbrev. month"
msgid "April"
msgstr "april"
msgctxt "abbrev. month"
msgid "May"
msgstr "maj"
msgctxt "abbrev. month"
msgid "June"
msgstr "juni"
msgctxt "abbrev. month"
msgid "July"
msgstr "juli"
msgctxt "abbrev. month"
msgid "Aug."
msgstr "aug."
msgctxt "abbrev. month"
msgid "Sept."
msgstr "sept."
msgctxt "abbrev. month"
msgid "Oct."
msgstr "okt."
msgctxt "abbrev. month"
msgid "Nov."
msgstr "nov."
msgctxt "abbrev. month"
msgid "Dec."
msgstr "dec."
msgctxt "alt. month"
msgid "January"
msgstr "januar"
msgctxt "alt. month"
msgid "February"
msgstr "februar"
msgctxt "alt. month"
msgid "March"
msgstr "marts"
msgctxt "alt. month"
msgid "April"
msgstr "april"
msgctxt "alt. month"
msgid "May"
msgstr "maj"
msgctxt "alt. month"
msgid "June"
msgstr "juni"
msgctxt "alt. month"
msgid "July"
msgstr "juli"
msgctxt "alt. month"
msgid "August"
msgstr "august"
msgctxt "alt. month"
msgid "September"
msgstr "september"
msgctxt "alt. month"
msgid "October"
msgstr "oktober"
msgctxt "alt. month"
msgid "November"
msgstr "november"
msgctxt "alt. month"
msgid "December"
msgstr "december"
msgid "This is not a valid IPv6 address."
msgstr "Dette er ikke en gyldig IPv6-adresse."
#, python-format
msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..."
msgstr "%(truncated_text)s..."
msgid "or"
msgstr "eller"
#. Translators: This string is used as a separator between list elements
msgid ", "
msgstr ", "
#, python-format
msgid "%d year"
msgid_plural "%d years"
msgstr[0] "%d år"
msgstr[1] "%d år"
#, python-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] "%d måned"
msgstr[1] "%d måneder"
#, python-format
msgid "%d week"
msgid_plural "%d weeks"
msgstr[0] "%d uge"
msgstr[1] "%d uger"
#, python-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d dag"
msgstr[1] "%d dage"
#, python-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d time"
msgstr[1] "%d timer"
#, python-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d minut"
msgstr[1] "%d minutter"
msgid "0 minutes"
msgstr "0 minutter"
msgid "Forbidden"
msgstr "Forbudt"
msgid "CSRF verification failed. Request aborted."
msgstr "CSRF-verifikationen mislykkedes. Forespørgslen blev afbrudt."
msgid ""
"You are seeing this message because this HTTPS site requires a 'Referer "
"header' to be sent by your Web browser, but none was sent. This header is "
"required for security reasons, to ensure that your browser is not being "
"hijacked by third parties."
msgstr ""
"Du ser denne besked fordi denne HTTPS-webside påkræver at din browser sender "
"en 'Referer header', men den blev ikke sendt. Denne header er påkrævet af "
"sikkerhedsmæssige grunde for at sikre at din browser ikke bliver kapret af "
"tredjepart."
msgid ""
"If you have configured your browser to disable 'Referer' headers, please re-"
"enable them, at least for this site, or for HTTPS connections, or for 'same-"
"origin' requests."
msgstr ""
"Hvis du har opsat din browser til ikke at sende 'Referer' headere, beder vi "
"dig slå dem til igen, i hvert fald for denne webside, eller for HTTPS-"
"forbindelser, eller for 'same-origin'-forespørgsler."
msgid ""
"You are seeing this message because this site requires a CSRF cookie when "
"submitting forms. This cookie is required for security reasons, to ensure "
"that your browser is not being hijacked by third parties."
msgstr ""
"Du ser denne besked fordi denne webside kræver en CSRF-cookie, når du sender "
"formularer. Denne cookie er påkrævet af sikkerhedsmæssige grunde for at "
"sikre at din browser ikke bliver kapret af tredjepart."
msgid ""
"If you have configured your browser to disable cookies, please re-enable "
"them, at least for this site, or for 'same-origin' requests."
msgstr ""
"Hvis du har slået cookies fra i din browser, beder vi dig slå dem til igen, "
"i hvert fald for denne webside, eller for 'same-origin'-forespørgsler."
msgid "More information is available with DEBUG=True."
msgstr "Mere information er tilgængeligt med DEBUG=True."
msgid "Welcome to Django"
msgstr "Velkommen til Django"
msgid "It worked!"
msgstr "Det virkede!"
msgid "Congratulations on your first Django-powered page."
msgstr "Tillykke med din første Django-drevne side."
msgid ""
"Next, start your first app by running <code>python manage.py startapp "
"[app_label]</code>."
msgstr ""
"Start derefter din første app ved at køre <code>python manage.py startapp "
"[app_label]</code>."
msgid ""
"You're seeing this message because you have <code>DEBUG = True</code> in "
"your Django settings file and you haven't configured any URLs. Get to work!"
msgstr ""
"Du ser denne besked fordi du har <code>DEBUG = True</code> i din Django "
"indstillingsfil og du har ikke konfigureret nogen URLs endnu. Kom i sving!"
msgid "No year specified"
msgstr "Intet år specificeret"
msgid "No month specified"
msgstr "Ingen måned specificeret"
msgid "No day specified"
msgstr "Ingen dag specificeret"
msgid "No week specified"
msgstr "Ingen uge specificeret"
#, python-format
msgid "No %(verbose_name_plural)s available"
msgstr "Ingen %(verbose_name_plural)s til rådighed"
#, python-format
msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False."
msgstr ""
"Fremtidige %(verbose_name_plural)s ikke tilgængelige, fordi %(class_name)s ."
"allow_future er falsk."
#, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr "Ugyldig datostreng ' %(datestr)s ' givet format ' %(format)s '"
#, python-format
msgid "No %(verbose_name)s found matching the query"
msgstr "Ingen %(verbose_name)s fundet matcher forespørgslen"
msgid "Page is not 'last', nor can it be converted to an int."
msgstr "Side er ikke 'sidste', kan heller ikke konverteres til en int."
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr "Ugyldig side (%(page_number)s): %(message)s"
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr "Tom liste og ' %(class_name)s .allow_empty' er falsk."
msgid "Directory indexes are not allowed here."
msgstr "Mappeindekser er ikke tilladte her"
#, python-format
msgid "\"%(path)s\" does not exist"
msgstr "\" %(path)s\" eksisterer ikke"
#, python-format
msgid "Index of %(directory)s"
msgstr "Indeks for %(directory)s"
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
from __future__ import unicode_literals
DATE_FORMAT = 'j. F Y'
TIME_FORMAT = 'H:i'
DATETIME_FORMAT = 'j. F Y H:i'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'd.m.Y'
SHORT_DATETIME_FORMAT = 'd.m.Y H:i'
FIRST_DAY_OF_WEEK = 1 # Monday
# The *_INPUT_FORMATS strings use the Python strftime format syntax,
# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior
DATE_INPUT_FORMATS = [
'%d.%m.%Y', '%d.%m.%y', # '25.10.2006', '25.10.06'
# '%d. %B %Y', '%d. %b. %Y', # '25. October 2006', '25. Oct. 2006'
]
DATETIME_INPUT_FORMATS = [
'%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59'
'%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200'
'%d.%m.%Y %H:%M', # '25.10.2006 14:30'
'%d.%m.%Y', # '25.10.2006'
]
# these are the separators for non-monetary numbers. For monetary numbers,
# the DECIMAL_SEPARATOR is a . (decimal point) and the THOUSAND_SEPARATOR is a
# ' (single quote).
# For details, please refer to http://www.bk.admin.ch/dokumentation/sprachen/04915/05016/index.html?lang=de
# (in German) and the documentation
DECIMAL_SEPARATOR = ','
THOUSAND_SEPARATOR = '\xa0' # non-breaking space
NUMBER_GROUPING = 3
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
from __future__ import unicode_literals
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT = 'j. F Y'
TIME_FORMAT = 'H:i'
DATETIME_FORMAT = 'j. F Y H:i'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'd.m.Y'
SHORT_DATETIME_FORMAT = 'd.m.Y H:i'
FIRST_DAY_OF_WEEK = 1 # Monday
# The *_INPUT_FORMATS strings use the Python strftime format syntax,
# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior
DATE_INPUT_FORMATS = [
'%d.%m.%Y', '%d.%m.%y', # '25.10.2006', '25.10.06'
# '%d. %B %Y', '%d. %b. %Y', # '25. October 2006', '25. Oct. 2006'
]
DATETIME_INPUT_FORMATS = [
'%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59'
'%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200'
'%d.%m.%Y %H:%M', # '25.10.2006 14:30'
'%d.%m.%Y', # '25.10.2006'
]
DECIMAL_SEPARATOR = ','
THOUSAND_SEPARATOR = '.'
NUMBER_GROUPING = 3
# This file is distributed under the same license as the Django package.
#
# Translators:
# André Hagenbruch, 2011-2012
# Florian Apolloner <florian@apolloner.eu>, 2011
# Dunedan <dunedan@phoenitydawn.de>, 2016
# Jannis, 2011,2013
# Jannis Leidel <jannis@leidel.info>, 2013-2017
# Jannis, 2016
# Markus Holtermann <inyoka@markusholtermann.eu>, 2013,2015
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-19 16:49+0100\n"
"PO-Revision-Date: 2017-03-22 10:43+0000\n"
"Last-Translator: Markus Holtermann <inyoka@markusholtermann.eu>\n"
"Language-Team: German (http://www.transifex.com/django/django/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "Afrikaans"
msgstr "Afrikaans"
msgid "Arabic"
msgstr "Arabisch"
msgid "Asturian"
msgstr "Asturisch"
msgid "Azerbaijani"
msgstr "Aserbaidschanisch"
msgid "Bulgarian"
msgstr "Bulgarisch"
msgid "Belarusian"
msgstr "Weißrussisch"
msgid "Bengali"
msgstr "Bengali"
msgid "Breton"
msgstr "Bretonisch"
msgid "Bosnian"
msgstr "Bosnisch"
msgid "Catalan"
msgstr "Katalanisch"
msgid "Czech"
msgstr "Tschechisch"
msgid "Welsh"
msgstr "Walisisch"
msgid "Danish"
msgstr "Dänisch"
msgid "German"
msgstr "Deutsch"
msgid "Lower Sorbian"
msgstr "Niedersorbisch"
msgid "Greek"
msgstr "Griechisch"
msgid "English"
msgstr "Englisch"
msgid "Australian English"
msgstr "Australisches Englisch"
msgid "British English"
msgstr "Britisches Englisch"
msgid "Esperanto"
msgstr "Esperanto"
msgid "Spanish"
msgstr "Spanisch"
msgid "Argentinian Spanish"
msgstr "Argentinisches Spanisch"
msgid "Colombian Spanish"
msgstr "Kolumbianisches Spanisch"
msgid "Mexican Spanish"
msgstr "Mexikanisches Spanisch"
msgid "Nicaraguan Spanish"
msgstr "Nicaraguanisches Spanisch"
msgid "Venezuelan Spanish"
msgstr "Venezolanisches Spanisch"
msgid "Estonian"
msgstr "Estnisch"
msgid "Basque"
msgstr "Baskisch"
msgid "Persian"
msgstr "Persisch"
msgid "Finnish"
msgstr "Finnisch"
msgid "French"
msgstr "Französisch"
msgid "Frisian"
msgstr "Friesisch"
msgid "Irish"
msgstr "Irisch"
msgid "Scottish Gaelic"
msgstr "Schottisch-Gälisch"
msgid "Galician"
msgstr "Galicisch"
msgid "Hebrew"
msgstr "Hebräisch"
msgid "Hindi"
msgstr "Hindi"
msgid "Croatian"
msgstr "Kroatisch"
msgid "Upper Sorbian"
msgstr "Obersorbisch"
msgid "Hungarian"
msgstr "Ungarisch"
msgid "Interlingua"
msgstr "Interlingua"
msgid "Indonesian"
msgstr "Indonesisch"
msgid "Ido"
msgstr "Ido"
msgid "Icelandic"
msgstr "Isländisch"
msgid "Italian"
msgstr "Italienisch"
msgid "Japanese"
msgstr "Japanisch"
msgid "Georgian"
msgstr "Georgisch"
msgid "Kazakh"
msgstr "Kasachisch"
msgid "Khmer"
msgstr "Khmer"
msgid "Kannada"
msgstr "Kannada"
msgid "Korean"
msgstr "Koreanisch"
msgid "Luxembourgish"
msgstr "Luxemburgisch"
msgid "Lithuanian"
msgstr "Litauisch"
msgid "Latvian"
msgstr "Lettisch"
msgid "Macedonian"
msgstr "Mazedonisch"
msgid "Malayalam"
msgstr "Malayalam"
msgid "Mongolian"
msgstr "Mongolisch"
msgid "Marathi"
msgstr "Marathi"
msgid "Burmese"
msgstr "Birmanisch"
msgid "Norwegian Bokmål"
msgstr "Norwegisch (Bokmål)"
msgid "Nepali"
msgstr "Nepali"
msgid "Dutch"
msgstr "Niederländisch"
msgid "Norwegian Nynorsk"
msgstr "Norwegisch (Nynorsk)"
msgid "Ossetic"
msgstr "Ossetisch"
msgid "Punjabi"
msgstr "Panjabi"
msgid "Polish"
msgstr "Polnisch"
msgid "Portuguese"
msgstr "Portugiesisch"
msgid "Brazilian Portuguese"
msgstr "Brasilianisches Portugiesisch"
msgid "Romanian"
msgstr "Rumänisch"
msgid "Russian"
msgstr "Russisch"
msgid "Slovak"
msgstr "Slowakisch"
msgid "Slovenian"
msgstr "Slowenisch"
msgid "Albanian"
msgstr "Albanisch"
msgid "Serbian"
msgstr "Serbisch"
msgid "Serbian Latin"
msgstr "Serbisch (Latein)"
msgid "Swedish"
msgstr "Schwedisch"
msgid "Swahili"
msgstr "Swahili"
msgid "Tamil"
msgstr "Tamilisch"
msgid "Telugu"
msgstr "Telugisch"
msgid "Thai"
msgstr "Thailändisch"
msgid "Turkish"
msgstr "Türkisch"
msgid "Tatar"
msgstr "Tatarisch"
msgid "Udmurt"
msgstr "Udmurtisch"
msgid "Ukrainian"
msgstr "Ukrainisch"
msgid "Urdu"
msgstr "Urdu"
msgid "Vietnamese"
msgstr "Vietnamesisch"
msgid "Simplified Chinese"
msgstr "Vereinfachtes Chinesisch"
msgid "Traditional Chinese"
msgstr "Traditionelles Chinesisch"
msgid "Messages"
msgstr "Mitteilungen"
msgid "Site Maps"
msgstr "Sitemaps"
msgid "Static Files"
msgstr "Statische Dateien"
msgid "Syndication"
msgstr "Syndication"
msgid "That page number is not an integer"
msgstr "Diese Seitennummer ist keine Ganzzahl"
msgid "That page number is less than 1"
msgstr "Diese Seitennummer ist kleiner als 1"
msgid "That page contains no results"
msgstr "Diese Seite enthält keine Ergebnisse"
msgid "Enter a valid value."
msgstr "Bitte einen gültigen Wert eingeben."
msgid "Enter a valid URL."
msgstr "Bitte eine gültige Adresse eingeben."
msgid "Enter a valid integer."
msgstr "Bitte eine gültige Ganzzahl eingeben."
msgid "Enter a valid email address."
msgstr "Bitte gültige E-Mail-Adresse eingeben."
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr ""
"Bitte ein gültiges Kürzel eingeben, bestehend aus Buchstaben, Ziffern, "
"Unter- und Bindestrichen."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Bitte ein gültiges Kürzel eingeben, bestehend aus Buchstaben (Unicode), "
"Ziffern, Unter- und Bindestrichen."
msgid "Enter a valid IPv4 address."
msgstr "Bitte eine gültige IPv4-Adresse eingeben."
msgid "Enter a valid IPv6 address."
msgstr "Bitte eine gültige IPv6-Adresse eingeben."
msgid "Enter a valid IPv4 or IPv6 address."
msgstr "Bitte eine gültige IPv4- oder IPv6-Adresse eingeben"
msgid "Enter only digits separated by commas."
msgstr "Bitte nur durch Komma getrennte Ziffern eingeben."
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr ""
"Bitte sicherstellen, dass der Wert %(limit_value)s ist. (Er ist "
"%(show_value)s)"
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr "Dieser Wert muss kleiner oder gleich %(limit_value)s sein."
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr "Dieser Wert muss größer oder gleich %(limit_value)s sein."
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Bitte sicherstellen, dass der Wert aus mindestens %(limit_value)d Zeichen "
"besteht. (Er besteht aus %(show_value)d Zeichen)."
msgstr[1] ""
"Bitte sicherstellen, dass der Wert aus mindestens %(limit_value)d Zeichen "
"besteht. (Er besteht aus %(show_value)d Zeichen)."
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Bitte sicherstellen, dass der Wert aus höchstens %(limit_value)d Zeichen "
"besteht. (Er besteht aus %(show_value)d Zeichen)."
msgstr[1] ""
"Bitte sicherstellen, dass der Wert aus höchstens %(limit_value)d Zeichen "
"besteht. (Er besteht aus %(show_value)d Zeichen)."
#, python-format
msgid "Ensure that there are no more than %(max)s digit in total."
msgid_plural "Ensure that there are no more than %(max)s digits in total."
msgstr[0] ""
"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffer enthält."
msgstr[1] ""
"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffern enthält."
#, python-format
msgid "Ensure that there are no more than %(max)s decimal place."
msgid_plural "Ensure that there are no more than %(max)s decimal places."
msgstr[0] ""
"Bitte sicherstellen, dass der Wert höchstens %(max)s Dezimalstelle enthält."
msgstr[1] ""
"Bitte sicherstellen, dass der Wert höchstens %(max)s Dezimalstellen enthält."
#, python-format
msgid ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgid_plural ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgstr[0] ""
"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffer vor dem Komma "
"enthält."
msgstr[1] ""
"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffern vor dem Komma "
"enthält."
#, python-format
msgid ""
"File extension '%(extension)s' is not allowed. Allowed extensions are: "
"'%(allowed_extensions)s'."
msgstr ""
"Dateiendung „%(extension)s“ ist nicht erlaubt. Erlaubte Dateiendungen: sind: "
"„%(allowed_extensions)s“."
msgid "and"
msgstr "und"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr "%(model_name)s mit diesem %(field_labels)s existiert bereits."
#, python-format
msgid "Value %(value)r is not a valid choice."
msgstr "Wert %(value)r ist keine gültige Option."
msgid "This field cannot be null."
msgstr "Dieses Feld darf nicht null sein."
msgid "This field cannot be blank."
msgstr "Dieses Feld darf nicht leer sein."
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "%(model_name)s mit diesem %(field_label)s existiert bereits."
#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'.
#. Eg: "Title must be unique for pub_date year"
#, python-format
msgid ""
"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
msgstr ""
"%(field_label)s muss für %(date_field_label)s %(lookup_type)s eindeutig sein."
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Feldtyp: %(field_type)s"
msgid "Integer"
msgstr "Ganzzahl"
#, python-format
msgid "'%(value)s' value must be an integer."
msgstr "„%(value)s“ Wert muss eine Ganzzahl sein."
msgid "Big (8 byte) integer"
msgstr "Große Ganzzahl (8 Byte)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "„%(value)s“ Wert muss entweder True oder False sein."
msgid "Boolean (Either True or False)"
msgstr "Boolescher Wert (True oder False)"
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "Zeichenkette (bis zu %(max_length)s Zeichen)"
msgid "Comma-separated integers"
msgstr "Kommaseparierte Liste von Ganzzahlen"
#, python-format
msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
"„%(value)s“ Wert hat ein ungültiges Datumsformat. Es muss YYYY-MM-DD "
"entsprechen."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
"„%(value)s“ hat das korrekte Format (YYYY-MM-DD) aber ein ungültiges Datum."
msgid "Date (without time)"
msgstr "Datum (ohne Uhrzeit)"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
"„%(value)s“ Wert hat ein ungültiges Format. Es muss YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] entsprechen."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) but it is an invalid date/time."
msgstr ""
"„%(value)s“ Wert hat das korrekte Format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) aber eine ungültige Zeit-/Datumsangabe."
msgid "Date (with time)"
msgstr "Datum (mit Uhrzeit)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr "„%(value)s“ Wert muss eine Dezimalzahl sein."
msgid "Decimal number"
msgstr "Dezimalzahl"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
"„%(value)s“ Wert hat ein ungültiges Format. Es muss der Form [DD] [HH:"
"[MM:]]ss[.uuuuuu] entsprechen."
msgid "Duration"
msgstr "Zeitspanne"
msgid "Email address"
msgstr "E-Mail-Adresse"
msgid "File path"
msgstr "Dateipfad"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr "„%(value)s“ Wert muss eine Fließkommazahl sein."
msgid "Floating point number"
msgstr "Gleitkommazahl"
msgid "IPv4 address"
msgstr "IPv4-Adresse"
msgid "IP address"
msgstr "IP-Adresse"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr "„%(value)s“ Wert muss entweder None, True oder False sein."
msgid "Boolean (Either True, False or None)"
msgstr "Boolescher Wert (True, False oder None)"
msgid "Positive integer"
msgstr "Positive Ganzzahl"
msgid "Positive small integer"
msgstr "Positive kleine Ganzzahl"
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr "Kürzel (bis zu %(max_length)s)"
msgid "Small integer"
msgstr "Kleine Ganzzahl"
msgid "Text"
msgstr "Text"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
"„%(value)s“ Wert hat ein ungültiges Format. Es muss HH:MM[:ss[.uuuuuu]] "
"entsprechen."
#, python-format
msgid ""
"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
"invalid time."
msgstr ""
"„%(value)s“ Wert hat das korrekte Format (HH:MM[:ss[.uuuuuu]]) aber ist eine "
"ungültige Zeitangabe."
msgid "Time"
msgstr "Zeit"
msgid "URL"
msgstr "Adresse (URL)"
msgid "Raw binary data"
msgstr "Binärdaten"
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr "Wert „%(value)s“ ist keine gültige UUID."
msgid "File"
msgstr "Datei"
msgid "Image"
msgstr "Bild"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr "Objekt vom Typ %(model)s mit %(field)s %(value)r existiert nicht."
msgid "Foreign Key (type determined by related field)"
msgstr "Fremdschlüssel (Typ definiert durch verknüpftes Feld)"
msgid "One-to-one relationship"
msgstr "1:1-Beziehung"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "%(from)s-%(to)s-Beziehung"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "%(from)s-%(to)s-Beziehungen"
msgid "Many-to-many relationship"
msgstr "n:m-Beziehung"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Dieses Feld ist zwingend erforderlich."
msgid "Enter a whole number."
msgstr "Bitte eine ganze Zahl eingeben."
msgid "Enter a number."
msgstr "Bitte eine Zahl eingeben."
msgid "Enter a valid date."
msgstr "Bitte ein gültiges Datum eingeben."
msgid "Enter a valid time."
msgstr "Bitte eine gültige Uhrzeit eingeben."
msgid "Enter a valid date/time."
msgstr "Bitte ein gültiges Datum und Uhrzeit eingeben."
msgid "Enter a valid duration."
msgstr "Bitte eine gültige Zeitspanne eingeben."
msgid "No file was submitted. Check the encoding type on the form."
msgstr ""
"Es wurde keine Datei übertragen. Überprüfen Sie das Encoding des Formulars."
msgid "No file was submitted."
msgstr "Es wurde keine Datei übertragen."
msgid "The submitted file is empty."
msgstr "Die übertragene Datei ist leer."
#, python-format
msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
msgid_plural ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr[0] ""
"Bitte sicherstellen, dass der Dateiname aus höchstens %(max)d Zeichen "
"besteht. (Er besteht aus %(length)d Zeichen)."
msgstr[1] ""
"Bitte sicherstellen, dass der Dateiname aus höchstens %(max)d Zeichen "
"besteht. (Er besteht aus %(length)d Zeichen)."
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr ""
"Bitte wählen Sie entweder eine Datei aus oder wählen Sie \"Löschen\", nicht "
"beides."
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
"Bitte ein gültiges Bild hochladen. Die hochgeladene Datei ist kein Bild oder "
"ist defekt."
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr ""
"Bitte eine gültige Auswahl treffen. %(value)s ist keine gültige Auswahl."
msgid "Enter a list of values."
msgstr "Bitte eine Liste mit Werten eingeben."
msgid "Enter a complete value."
msgstr "Bitte einen vollständigen Wert eingeben."
msgid "Enter a valid UUID."
msgstr "Bitte eine gültige UUID eingeben."
#. Translators: This is the default suffix added to form field labels
msgid ":"
msgstr ":"
#, python-format
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Verstecktes Feld %(name)s) %(error)s"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "ManagementForm-Daten fehlen oder wurden manipuliert."
#, python-format
msgid "Please submit %d or fewer forms."
msgid_plural "Please submit %d or fewer forms."
msgstr[0] "Bitte höchstens %d Formular abschicken."
msgstr[1] "Bitte höchstens %d Formulare abschicken."
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] "Bitte %d oder mehr Formulare abschicken."
msgstr[1] "Bitte %d oder mehr Formulare abschicken."
msgid "Order"
msgstr "Reihenfolge"
msgid "Delete"
msgstr "Löschen"
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr "Bitte die doppelten Daten für %(field)s korrigieren."
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr ""
"Bitte die doppelten Daten für %(field)s korrigieren, das eindeutig sein muss."
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
"Bitte die doppelten Daten für %(field_name)s korrigieren, da es für "
"%(lookup)s in %(date_field)s eindeutig sein muss."
msgid "Please correct the duplicate values below."
msgstr "Bitte die unten aufgeführten doppelten Werte korrigieren."
msgid "The inline foreign key did not match the parent instance primary key."
msgstr ""
"Der Inline-Fremdschlüssel passt nicht zum Primärschlüssel der übergeordneten "
"Instanz."
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr "Bitte eine gültige Auswahl treffen. Dies ist keine gültige Auswahl."
#, python-format
msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr "„%(pk)s“ ist kein gültiger Wert für einen Primärschlüssel."
#, python-format
msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""
"%(datetime)s konnte mit der Zeitzone %(current_timezone)s nicht eindeutig "
"interpretiert werden, da es doppeldeutig oder eventuell inkorrekt ist."
msgid "Clear"
msgstr "Zurücksetzen"
msgid "Currently"
msgstr "Derzeit"
msgid "Change"
msgstr "Ändern"
msgid "Unknown"
msgstr "Unbekannt"
msgid "Yes"
msgstr "Ja"
msgid "No"
msgstr "Nein"
msgid "yes,no,maybe"
msgstr "Ja,Nein,Vielleicht"
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d Byte"
msgstr[1] "%(size)d Bytes"
#, python-format
msgid "%s KB"
msgstr "%s KB"
#, python-format
msgid "%s MB"
msgstr "%s MB"
#, python-format
msgid "%s GB"
msgstr "%s GB"
#, python-format
msgid "%s TB"
msgstr "%s TB"
#, python-format
msgid "%s PB"
msgstr "%s PB"
msgid "p.m."
msgstr "nachm."
msgid "a.m."
msgstr "vorm."
msgid "PM"
msgstr "nachm."
msgid "AM"
msgstr "vorm."
msgid "midnight"
msgstr "Mitternacht"
msgid "noon"
msgstr "Mittag"
msgid "Monday"
msgstr "Montag"
msgid "Tuesday"
msgstr "Dienstag"
msgid "Wednesday"
msgstr "Mittwoch"
msgid "Thursday"
msgstr "Donnerstag"
msgid "Friday"
msgstr "Freitag"
msgid "Saturday"
msgstr "Samstag"
msgid "Sunday"
msgstr "Sonntag"
msgid "Mon"
msgstr "Mo"
msgid "Tue"
msgstr "Di"
msgid "Wed"
msgstr "Mi"
msgid "Thu"
msgstr "Do"
msgid "Fri"
msgstr "Fr"
msgid "Sat"
msgstr "Sa"
msgid "Sun"
msgstr "So"
msgid "January"
msgstr "Januar"
msgid "February"
msgstr "Februar"
msgid "March"
msgstr "März"
msgid "April"
msgstr "April"
msgid "May"
msgstr "Mai"
msgid "June"
msgstr "Juni"
msgid "July"
msgstr "Juli"
msgid "August"
msgstr "August"
msgid "September"
msgstr "September"
msgid "October"
msgstr "Oktober"
msgid "November"
msgstr "November"
msgid "December"
msgstr "Dezember"
msgid "jan"
msgstr "Jan"
msgid "feb"
msgstr "Feb"
msgid "mar"
msgstr "Mär"
msgid "apr"
msgstr "Apr"
msgid "may"
msgstr "Mai"
msgid "jun"
msgstr "Jun"
msgid "jul"
msgstr "Jul"
msgid "aug"
msgstr "Aug"
msgid "sep"
msgstr "Sep"
msgid "oct"
msgstr "Okt"
msgid "nov"
msgstr "Nov"
msgid "dec"
msgstr "Dez"
msgctxt "abbrev. month"
msgid "Jan."
msgstr "Jan."
msgctxt "abbrev. month"
msgid "Feb."
msgstr "Feb."
msgctxt "abbrev. month"
msgid "March"
msgstr "März"
msgctxt "abbrev. month"
msgid "April"
msgstr "April"
msgctxt "abbrev. month"
msgid "May"
msgstr "Mai"
msgctxt "abbrev. month"
msgid "June"
msgstr "Juni"
msgctxt "abbrev. month"
msgid "July"
msgstr "Juli"
msgctxt "abbrev. month"
msgid "Aug."
msgstr "Aug."
msgctxt "abbrev. month"
msgid "Sept."
msgstr "Sept."
msgctxt "abbrev. month"
msgid "Oct."
msgstr "Okt."
msgctxt "abbrev. month"
msgid "Nov."
msgstr "Nov."
msgctxt "abbrev. month"
msgid "Dec."
msgstr "Dez."
msgctxt "alt. month"
msgid "January"
msgstr "Januar"
msgctxt "alt. month"
msgid "February"
msgstr "Februar"
msgctxt "alt. month"
msgid "March"
msgstr "März"
msgctxt "alt. month"
msgid "April"
msgstr "April"
msgctxt "alt. month"
msgid "May"
msgstr "Mai"
msgctxt "alt. month"
msgid "June"
msgstr "Juni"
msgctxt "alt. month"
msgid "July"
msgstr "Juli"
msgctxt "alt. month"
msgid "August"
msgstr "August"
msgctxt "alt. month"
msgid "September"
msgstr "September"
msgctxt "alt. month"
msgid "October"
msgstr "Oktober"
msgctxt "alt. month"
msgid "November"
msgstr "November"
msgctxt "alt. month"
msgid "December"
msgstr "Dezember"
msgid "This is not a valid IPv6 address."
msgstr "Dies ist keine gültige IPv6-Adresse."
#, python-format
msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..."
msgstr "%(truncated_text)s..."
msgid "or"
msgstr "oder"
#. Translators: This string is used as a separator between list elements
msgid ", "
msgstr ", "
#, python-format
msgid "%d year"
msgid_plural "%d years"
msgstr[0] "%d Jahr"
msgstr[1] "%d Jahre"
#, python-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] "%d Monat"
msgstr[1] "%d Monate"
#, python-format
msgid "%d week"
msgid_plural "%d weeks"
msgstr[0] "%d Woche"
msgstr[1] "%d Wochen"
#, python-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d Tag"
msgstr[1] "%d Tage"
#, python-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d Stunde"
msgstr[1] "%d Stunden"
#, python-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d Minute"
msgstr[1] "%d Minuten"
msgid "0 minutes"
msgstr "0 Minuten"
msgid "Forbidden"
msgstr "Verboten"
msgid "CSRF verification failed. Request aborted."
msgstr "CSRF-Verifizierung fehlgeschlagen. Anfrage abgebrochen."
msgid ""
"You are seeing this message because this HTTPS site requires a 'Referer "
"header' to be sent by your Web browser, but none was sent. This header is "
"required for security reasons, to ensure that your browser is not being "
"hijacked by third parties."
msgstr ""
"Sie sehen diese Fehlermeldung da diese HTTPS-Seite einen „Referer“-Header "
"von Ihrem Webbrowser erwartet, aber keinen erhalten hat. Dieser Header ist "
"aus Sicherheitsgründen notwendig, um sicherzustellen, dass Ihr Webbrowser "
"nicht von Dritten missbraucht wird."
msgid ""
"If you have configured your browser to disable 'Referer' headers, please re-"
"enable them, at least for this site, or for HTTPS connections, or for 'same-"
"origin' requests."
msgstr ""
"Falls Sie Ihren Webbrowser so konfiguriert haben, dass „Referer“-Header "
"nicht gesendet werden, müssen Sie diese Funktion mindestens für diese Seite, "
"für sichere HTTPS-Verbindungen oder für „Same-Origin“-Verbindungen "
"reaktivieren."
msgid ""
"You are seeing this message because this site requires a CSRF cookie when "
"submitting forms. This cookie is required for security reasons, to ensure "
"that your browser is not being hijacked by third parties."
msgstr ""
"Sie sehen Diese Nachricht, da diese Seite einen CSRF-Cookie beim Verarbeiten "
"von Formulardaten benötigt. Dieses Cookie ist aus Sicherheitsgründen "
"notwendig, um sicherzustellen, dass Ihr Webbrowser nicht von Dritten "
"missbraucht wird."
msgid ""
"If you have configured your browser to disable cookies, please re-enable "
"them, at least for this site, or for 'same-origin' requests."
msgstr ""
"Falls Sie Cookies in Ihren Webbrowser deaktiviert haben, müssen Sie sie "
"mindestens für diese Seite oder für „Same-Origin“-Verbindungen reaktivieren."
msgid "More information is available with DEBUG=True."
msgstr "Mehr Information ist verfügbar mit DEBUG=True."
msgid "Welcome to Django"
msgstr "Willkommen zu Django"
msgid "It worked!"
msgstr "Es hat geklappt!"
msgid "Congratulations on your first Django-powered page."
msgstr "Herzlichen Glückwunsch zur ersten Django-basierten Seite."
msgid ""
"Next, start your first app by running <code>python manage.py startapp "
"[app_label]</code>."
msgstr ""
"Bitte als Nächstes eine neue Anwendung durch Ausführen von <code>python "
"manage.py startapp [app_label]</code> anlegen."
msgid ""
"You're seeing this message because you have <code>DEBUG = True</code> in "
"your Django settings file and you haven't configured any URLs. Get to work!"
msgstr ""
"Diese Mitteiling ist sichtbar weil in der settings.py-Datei <code>DEBUG = "
"True</code> steht und die URLs noch nicht konfiguriert sind."
msgid "No year specified"
msgstr "Kein Jahr angegeben"
msgid "No month specified"
msgstr "Kein Monat angegeben"
msgid "No day specified"
msgstr "Kein Tag angegeben"
msgid "No week specified"
msgstr "Keine Woche angegeben"
#, python-format
msgid "No %(verbose_name_plural)s available"
msgstr "Keine %(verbose_name_plural)s verfügbar"
#, python-format
msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False."
msgstr ""
"In der Zukunft liegende %(verbose_name_plural)s sind nicht verfügbar, da "
"%(class_name)s.allow_future auf False gesetzt ist."
#, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr "Ungültiges Datum „%(datestr)s“ für das Format „%(format)s“"
#, python-format
msgid "No %(verbose_name)s found matching the query"
msgstr "Konnte keine %(verbose_name)s mit diesen Parametern finden."
msgid "Page is not 'last', nor can it be converted to an int."
msgstr ""
"Weder ist dies die letzte Seite („last“) noch konnte sie in einen "
"ganzzahligen Wert umgewandelt werden."
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr "Ungültige Seite (%(page_number)s): %(message)s"
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr "Leere Liste und „%(class_name)s.allow_empty“ ist False."
msgid "Directory indexes are not allowed here."
msgstr "Dateilisten sind untersagt."
#, python-format
msgid "\"%(path)s\" does not exist"
msgstr "„%(path)s“ ist nicht vorhanden"
#, python-format
msgid "Index of %(directory)s"
msgstr "Verzeichnis %(directory)s"
# This file is distributed under the same license as the Django package.
#
# Translators:
# Michael Wolf <milupo@sorbzilla.de>, 2016-2017
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-19 16:49+0100\n"
"PO-Revision-Date: 2017-02-08 20:42+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/"
"language/dsb/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: dsb\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3);\n"
msgid "Afrikaans"
msgstr "Afrikaanšćina"
msgid "Arabic"
msgstr "Arabšćina"
msgid "Asturian"
msgstr "Asturišćina"
msgid "Azerbaijani"
msgstr "Azerbajdžanišćina"
msgid "Bulgarian"
msgstr "Bulgaršćina"
msgid "Belarusian"
msgstr "Běłorušćina"
msgid "Bengali"
msgstr "Bengalšćina"
msgid "Breton"
msgstr "Bretońšćina"
msgid "Bosnian"
msgstr "Bosnišćina"
msgid "Catalan"
msgstr "Katalańšćina"
msgid "Czech"
msgstr "Češćina"
msgid "Welsh"
msgstr "Kymrišćina"
msgid "Danish"
msgstr "Dańšćina"
msgid "German"
msgstr "Nimšćina"
msgid "Lower Sorbian"
msgstr "Dolnoserbšćina"
msgid "Greek"
msgstr "Grichišćina"
msgid "English"
msgstr "Engelšćina"
msgid "Australian English"
msgstr "Awstralska engelšćina"
msgid "British English"
msgstr "Britiska engelšćina"
msgid "Esperanto"
msgstr "Esperanto"
msgid "Spanish"
msgstr "Špańšćina"
msgid "Argentinian Spanish"
msgstr "Argentinska špańšćina"
msgid "Colombian Spanish"
msgstr "Kolumbiska špańšćina"
msgid "Mexican Spanish"
msgstr "Mexikańska špańšćina"
msgid "Nicaraguan Spanish"
msgstr "Nikaraguaska špańšćina"
msgid "Venezuelan Spanish"
msgstr "Venezolaniska špańšćina"
msgid "Estonian"
msgstr "Estnišćina"
msgid "Basque"
msgstr "Baskišćina"
msgid "Persian"
msgstr "Persišćina"
msgid "Finnish"
msgstr "Finšćina"
msgid "French"
msgstr "Francojšćina"
msgid "Frisian"
msgstr "Frizišćina"
msgid "Irish"
msgstr "Iršćina"
msgid "Scottish Gaelic"
msgstr "Šotiska gelišćina"
msgid "Galician"
msgstr "Galicišćina"
msgid "Hebrew"
msgstr "Hebrejšćina"
msgid "Hindi"
msgstr "Hindišćina"
msgid "Croatian"
msgstr "Chorwatšćina"
msgid "Upper Sorbian"
msgstr "Górnoserbšćina"
msgid "Hungarian"
msgstr "Hungoršćina"
msgid "Interlingua"
msgstr "Interlingua"
msgid "Indonesian"
msgstr "Indonešćina"
msgid "Ido"
msgstr "Ido"
msgid "Icelandic"
msgstr "Islandšćina"
msgid "Italian"
msgstr "Italšćina"
msgid "Japanese"
msgstr "Japańšćina"
msgid "Georgian"
msgstr "Georgišćina"
msgid "Kazakh"
msgstr "Kazachšćina"
msgid "Khmer"
msgstr "Rěc Khmerow"
msgid "Kannada"
msgstr "Kannadišćina"
msgid "Korean"
msgstr "Korejańšćina"
msgid "Luxembourgish"
msgstr "Luxemburgšćina"
msgid "Lithuanian"
msgstr "Litawšćina"
msgid "Latvian"
msgstr "Letišćina"
msgid "Macedonian"
msgstr "Makedońšćina"
msgid "Malayalam"
msgstr "Malajalam"
msgid "Mongolian"
msgstr "Mongolšćina"
msgid "Marathi"
msgstr "Marathi"
msgid "Burmese"
msgstr "Myanmaršćina"
msgid "Norwegian Bokmål"
msgstr "Norwegski Bokmål"
msgid "Nepali"
msgstr "Nepalšćina"
msgid "Dutch"
msgstr "¨Nižozemšćina"
msgid "Norwegian Nynorsk"
msgstr "Norwegski Nynorsk"
msgid "Ossetic"
msgstr "Osetšćina"
msgid "Punjabi"
msgstr "Pundžabi"
msgid "Polish"
msgstr "Pólšćina"
msgid "Portuguese"
msgstr "Portugišćina"
msgid "Brazilian Portuguese"
msgstr "Brazilska portugišćina"
msgid "Romanian"
msgstr "Rumunšćina"
msgid "Russian"
msgstr "Rušćina"
msgid "Slovak"
msgstr "Słowakšćina"
msgid "Slovenian"
msgstr "Słowjeńšćina"
msgid "Albanian"
msgstr "Albanšćina"
msgid "Serbian"
msgstr "Serbišćina"
msgid "Serbian Latin"
msgstr "Serbišćina, łatyńska"
msgid "Swedish"
msgstr "Šwedšćina"
msgid "Swahili"
msgstr "Suahelšćina"
msgid "Tamil"
msgstr "Tamilšćina"
msgid "Telugu"
msgstr "Telugu"
msgid "Thai"
msgstr "Thaišćina"
msgid "Turkish"
msgstr "Turkojšćina"
msgid "Tatar"
msgstr "Tataršćina"
msgid "Udmurt"
msgstr "Udmurtšćina"
msgid "Ukrainian"
msgstr "Ukrainšćina"
msgid "Urdu"
msgstr "Urdu"
msgid "Vietnamese"
msgstr "Vietnamšćina"
msgid "Simplified Chinese"
msgstr "Zjadnorjona chinšćina"
msgid "Traditional Chinese"
msgstr "Tradicionelna chinšćina"
msgid "Messages"
msgstr "Powěsći"
msgid "Site Maps"
msgstr "Wopśimjeśowy pśeglěd sedła"
msgid "Static Files"
msgstr "Statiske dataje"
msgid "Syndication"
msgstr "Syndikacija"
msgid "That page number is not an integer"
msgstr "Toś ten numer boka njejo ceła licba"
msgid "That page number is less than 1"
msgstr "Numer boka jo mjeńšy ako 1"
msgid "That page contains no results"
msgstr "Toś ten bok njewopśimujo wuslědki"
msgid "Enter a valid value."
msgstr "Zapódajśo płaśiwu gódnotu."
msgid "Enter a valid URL."
msgstr "Zapódajśo płaśiwy URL."
msgid "Enter a valid integer."
msgstr "Zapódajśo płaśiwu cełu licbu."
msgid "Enter a valid email address."
msgstr "Zapódajśo płaśiwu e-mailowu adresu."
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr ""
"Zapódajśo płaśiwe 'adresowe mě', kótarež jano wopśimujo pismiki, licby, "
"pódsmužki abo wězawki."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Zapódajśo płaśiwe 'adresowe mě', kótarež jano wopśimujo unicodowe pismiki, "
"licby, pódmužki abo wězawki."
msgid "Enter a valid IPv4 address."
msgstr "Zapódajśo płaśiwu IPv4-adresu."
msgid "Enter a valid IPv6 address."
msgstr "Zapódajśo płaśiwu IPv6-adresu."
msgid "Enter a valid IPv4 or IPv6 address."
msgstr "Zapódajśo płaśiwu IPv4- abo IPv6-adresu."
msgid "Enter only digits separated by commas."
msgstr "Zapódajśo jano cyfry źělone pśez komy."
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr "Zawěsććo toś tu gódnotu jo %(limit_value)s (jo %(show_value)s)."
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr ""
"Zawěsććo, až toś ta gódnota jo mjeńša ako abo to samske ako %(limit_value)s."
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr ""
"Zawěsććo, až toś ta gódnota jo wětša ako abo to samske ako %(limit_value)s."
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Zawěsććo, až toś ta gódnota ma nanejmjenjej %(limit_value)d znamuško (ma "
"%(show_value)d)."
msgstr[1] ""
"Zawěsććo, až toś ta gódnota ma nanejmjenjej %(limit_value)d znamušce (ma "
"%(show_value)d)."
msgstr[2] ""
"Zawěsććo, až toś ta gódnota ma nanejmjenjej %(limit_value)d znamuška (ma "
"%(show_value)d)."
msgstr[3] ""
"Zawěsććo, až toś ta gódnota ma nanejmjenjej %(limit_value)d znamuškow (ma "
"%(show_value)d)."
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Zawěććo, až toś ta gódnota ma maksimalnje %(limit_value)d znamuško (ma "
"%(show_value)d)."
msgstr[1] ""
"Zawěććo, až toś ta gódnota ma maksimalnje %(limit_value)d znamušce (ma "
"%(show_value)d)."
msgstr[2] ""
"Zawěććo, až toś ta gódnota ma maksimalnje %(limit_value)d znamuška (ma "
"%(show_value)d)."
msgstr[3] ""
"Zawěććo, až toś ta gódnota ma maksimalnje %(limit_value)d znamuškow (ma "
"%(show_value)d)."
#, python-format
msgid "Ensure that there are no more than %(max)s digit in total."
msgid_plural "Ensure that there are no more than %(max)s digits in total."
msgstr[0] "Zawěsććo, až njejo wěcej ako %(max)s cyfry dogromady."
msgstr[1] "Zawěsććo, až njejo wěcej ako %(max)s cyfrowu dogromady."
msgstr[2] "Zawěsććo, až njejo wěcej ako %(max)s cyfrow dogromady."
msgstr[3] "Zawěsććo, až njejo wěcej ako %(max)s cyfrow dogromady."
#, python-format
msgid "Ensure that there are no more than %(max)s decimal place."
msgid_plural "Ensure that there are no more than %(max)s decimal places."
msgstr[0] "Zawěsććo, až njejo wěcej ako %(max)s decimalnego městna."
msgstr[1] "Zawěsććo, až njejo wěcej ako %(max)s decimalneju městnowu."
msgstr[2] "Zawěsććo, až njejo wěcej ako %(max)s decimalnych městnow."
msgstr[3] "Zawěsććo, až njejo wěcej ako %(max)s decimalnych městnow."
#, python-format
msgid ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgid_plural ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgstr[0] "Zawěsććo, až njejo wěcej ako %(max)s cyfry pśed decimalneju komu."
msgstr[1] "Zawěsććo, až njejo wěcej ako %(max)s cyfrowu pśed decimalneju komu."
msgstr[2] "Zawěsććo, až njejo wěcej ako %(max)s cyfrow pśed decimalneju komu."
msgstr[3] "Zawěsććo, až njejo wěcej ako %(max)s cyfrow pśed decimalneju komu."
#, python-format
msgid ""
"File extension '%(extension)s' is not allowed. Allowed extensions are: "
"'%(allowed_extensions)s'."
msgstr ""
"Datajowy sufiks ' %(extension)s' njejo dowólony. Dowólone sufikse su: ' "
"%(allowed_extensions)s'."
msgid "and"
msgstr "a"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr "%(model_name)s z toś tym %(field_labels)s južo eksistěrujo."
#, python-format
msgid "Value %(value)r is not a valid choice."
msgstr "Gódnota %(value)r njejo płaśiwa wóleńska móžnosć."
msgid "This field cannot be null."
msgstr "Toś to pólo njamóžo nul byś."
msgid "This field cannot be blank."
msgstr "Toś to pólo njamóžo prozne byś."
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "%(model_name)s z toś tym %(field_label)s južo eksistěrujo."
#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'.
#. Eg: "Title must be unique for pub_date year"
#, python-format
msgid ""
"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
msgstr ""
"%(field_label)s musy za %(date_field_label)s %(lookup_type)s jadnorazowy byś."
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Typ póla: %(field_type)s"
msgid "Integer"
msgstr "Integer"
#, python-format
msgid "'%(value)s' value must be an integer."
msgstr "Gódnota '%(value)s' musy ceła licba byś."
msgid "Big (8 byte) integer"
msgstr "Big (8 bajtow) integer"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "Gódnota '%(value)s musy pak True pak False byś."
msgid "Boolean (Either True or False)"
msgstr "Boolean (pak True pak False)"
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "Znamuškowy rjeśazk (až %(max_length)s)"
msgid "Comma-separated integers"
msgstr "Pśez komu źělone cełe licby"
#, python-format
msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
"Gódnota '%(value)s' ma njepłaśiwy datumowy format. Musy we formaśe DD.MM."
"YYYY byś."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
"Gódnota '%(value)s' ma korektny format (DD.MM.YYYY), ale jo njepłaśiwy datum."
msgid "Date (without time)"
msgstr "Datum (bźez casa)"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
"Gódnota '%(value)s' ma njepłaśiwy format. Musy w formaśe DD.MM.YYYY HH:MM[:"
"ss[.uuuuuu]][TZ] byś."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) but it is an invalid date/time."
msgstr ""
"Gódnota '%(value)s' ma korektny format (DD.MM.YYYY HH:MM[:ss[.uuuuuu]][TZ]), "
"ale jo njepłaśiwy datum/cas."
msgid "Date (with time)"
msgstr "Datum (z casom)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr "Gódnota '%(value)s' musy decimalna licba byś."
msgid "Decimal number"
msgstr "Decimalna licba"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
"Gódnota '%(value)s ma njepłaśiwy format. Musy we formaśe [DD] [HH:[MM:]]ss[."
"uuuuuu] byś."
msgid "Duration"
msgstr "Traśe"
msgid "Email address"
msgstr "E-mailowa adresa"
msgid "File path"
msgstr "Datajowa sćažka"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr "Gódnota '%(value)s' musy typ float měś."
msgid "Floating point number"
msgstr "Licba běžeceje komy"
msgid "IPv4 address"
msgstr "IPv4-adresa"
msgid "IP address"
msgstr "IP-adresa"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr "Gódnota '%(value)s' musy pak None, True pak False byś."
msgid "Boolean (Either True, False or None)"
msgstr "Boolean (pak True, False pak None)"
msgid "Positive integer"
msgstr "Pozitiwna ceła licba"
msgid "Positive small integer"
msgstr "Pozitiwna mała ceła licba"
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr "Adresowe mě (až %(max_length)s)"
msgid "Small integer"
msgstr "Mała ceła licba"
msgid "Text"
msgstr "Tekst"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
"Gódnota '%(value)s' ma njepłaśiwy format. Musy w formaśe HH:MM[:ss[."
"uuuuuu]] byś."
#, python-format
msgid ""
"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
"invalid time."
msgstr ""
"Gódnota '%(value)s' ma korektny format (HH:MM[:ss[.uuuuuu]]), ale jo "
"njepłaśiwy cas."
msgid "Time"
msgstr "Cas"
msgid "URL"
msgstr "URL"
msgid "Raw binary data"
msgstr "Gropne binarne daty"
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr "'%(value)s' njejo płaśiwy UUID."
msgid "File"
msgstr "Dataja"
msgid "Image"
msgstr "Woraz"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr "Instanca %(model)s z %(field)s %(value)r njeeksistěrujo."
msgid "Foreign Key (type determined by related field)"
msgstr "Cuzy kluc (typ póstaja se pśez wótpowědne pólo)"
msgid "One-to-one relationship"
msgstr "Póśěg jaden jaden"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "Póśěg %(from)s-%(to)s"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "Póśěgi %(from)s-%(to)s"
msgid "Many-to-many relationship"
msgstr "Póśěg wjele wjele"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Toś to pólo jo trěbne."
msgid "Enter a whole number."
msgstr "Zapódajśo cełu licbu."
msgid "Enter a number."
msgstr "Zapódajśo licbu."
msgid "Enter a valid date."
msgstr "Zapódajśo płaśiwy datum."
msgid "Enter a valid time."
msgstr "Zapódajśo płaśiwy cas."
msgid "Enter a valid date/time."
msgstr "Zapódajśo płaśiwy datum/cas."
msgid "Enter a valid duration."
msgstr "Zapódaśe płaśiwe traśe."
msgid "No file was submitted. Check the encoding type on the form."
msgstr ""
"Dataja njejo se wótpósłała. Pśeglědujśo koděrowański typ na formularje. "
msgid "No file was submitted."
msgstr "Žedna dataja jo se wótpósłała."
msgid "The submitted file is empty."
msgstr "Wótpósłana dataja jo prozna."
#, python-format
msgid "Ensure this filename has at most %(max)d character (it has %(length)d)."
msgid_plural ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr[0] ""
"Zawěsććo, až toś to datajowe mě ma maksimalnje %(max)d znamuško (ma "
"%(length)d)."
msgstr[1] ""
"Zawěsććo, až toś to datajowe mě ma maksimalnje %(max)d znamušce (ma "
"%(length)d)."
msgstr[2] ""
"Zawěsććo, až toś to datajowe mě ma maksimalnje %(max)d znamuška (ma "
"%(length)d)."
msgstr[3] ""
"Zawěsććo, až toś to datajowe mě ma maksimalnje %(max)d znamuškow (ma "
"%(length)d)."
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr ""
"Pšosym pak wótpósćelśo dataju pak stajśo kokulku do kontrolnego kašćika, "
"njecyńśo wobej."
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
"Nagrajśo płaśiwy wobraz. Dataja, kótaruž sćo nagrał, pak njejo wobraz był "
"pak jo wobškóźony wobraz."
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr ""
"Wubjeŕśo płaśiwu wóleńsku móžnosć. %(value)s njejo jadna z k dispoziciji "
"stojecych wóleńskich móžnosćow."
msgid "Enter a list of values."
msgstr "Zapódajśo lisćinu gódnotow."
msgid "Enter a complete value."
msgstr "Zapódajśo dopołnu gódnotu."
msgid "Enter a valid UUID."
msgstr "Zapódajśo płaśiwy UUID."
#. Translators: This is the default suffix added to form field labels
msgid ":"
msgstr ":"
#, python-format
msgid "(Hidden field %(name)s) %(error)s"
msgstr "(Schowane pólo %(name)s) %(error)s"
msgid "ManagementForm data is missing or has been tampered with"
msgstr "Daty ManagementForm feluju abo su sfalšowane"
#, python-format
msgid "Please submit %d or fewer forms."
msgid_plural "Please submit %d or fewer forms."
msgstr[0] "Pšosym wótposćelśo %d formular."
msgstr[1] "Pšosym wótposćelśo %d formulara abo mjenjej."
msgstr[2] "Pšosym wótposćelśo %d formulary abo mjenjej."
msgstr[3] "Pšosym wótposćelśo %d formularow abo mjenjej."
#, python-format
msgid "Please submit %d or more forms."
msgid_plural "Please submit %d or more forms."
msgstr[0] "Pšosym wótposćelśo %d formular abo wěcej."
msgstr[1] "Pšosym wótposćelśo %d formulara abo wěcej."
msgstr[2] "Pšosym wótposćelśo %d formulary abo wěcej."
msgstr[3] "Pšosym wótposćelśo %d formularow abo wěcej."
msgid "Order"
msgstr "Rěd"
msgid "Delete"
msgstr "Lašowaś"
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr "Pšosym korigěrujśo dwójne daty za %(field)s."
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr ""
"Pšosym korigěrujśo dwójne daty za %(field)s, kótarež muse jadnorazowe byś."
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
"Pšosym korigěrujśo dwójne daty za %(field_name)s, kótarež muse za %(lookup)s "
"w %(date_field)s jadnorazowe byś."
msgid "Please correct the duplicate values below."
msgstr "Pšosym korigěrujśo slědujuce dwójne gódnoty."
msgid "The inline foreign key did not match the parent instance primary key."
msgstr ""
"Nutśkowny cuzy kluc njejo primarnemu klucoju nadrědowaneje instance "
"wótpowědował."
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr ""
"Wubjeŕśo płaśiwu wóleńsku móžnosć. Toś ta wóleńska móžnosć njejo žedna z "
"wóleńskich móžnosćow."
#, python-format
msgid "\"%(pk)s\" is not a valid value for a primary key."
msgstr "\"%(pk)s\" njejo płaśiwa gódnota za primarny kluc."
#, python-format
msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""
"%(datetime)s njedajo se w casowej conje %(current_timezone)s "
"interpretěrowaś; jo dwójozmysłowy abo snaź njeeksistěrujo."
msgid "Clear"
msgstr "Lašowaś"
msgid "Currently"
msgstr "Tuchylu"
msgid "Change"
msgstr "Změniś"
msgid "Unknown"
msgstr "Njeznaty"
msgid "Yes"
msgstr "Jo"
msgid "No"
msgstr "Ně"
msgid "yes,no,maybe"
msgstr "jo,ně,snaź"
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d bajt"
msgstr[1] "%(size)d bajta"
msgstr[2] "%(size)d bajty"
msgstr[3] "%(size)d bajtow"
#, python-format
msgid "%s KB"
msgstr "%s KB"
#, python-format
msgid "%s MB"
msgstr "%s MB"
#, python-format
msgid "%s GB"
msgstr "%s GB"
#, python-format
msgid "%s TB"
msgstr "%s TB"
#, python-format
msgid "%s PB"
msgstr "%s PB"
msgid "p.m."
msgstr "wótpołdnja"
msgid "a.m."
msgstr "dopołdnja"
msgid "PM"
msgstr "wótpołdnja"
msgid "AM"
msgstr "dopołdnja"
msgid "midnight"
msgstr "połnoc"
msgid "noon"
msgstr "połdnjo"
msgid "Monday"
msgstr "Pónjeźele"
msgid "Tuesday"
msgstr "Wałtora"
msgid "Wednesday"
msgstr "Srjoda"
msgid "Thursday"
msgstr "Stwórtk"
msgid "Friday"
msgstr "Pětk"
msgid "Saturday"
msgstr "Sobota"
msgid "Sunday"
msgstr "Njeźela"
msgid "Mon"
msgstr "Pón"
msgid "Tue"
msgstr "Wał"
msgid "Wed"
msgstr "Srj"
msgid "Thu"
msgstr "Stw"
msgid "Fri"
msgstr "Pět"
msgid "Sat"
msgstr "Sob"
msgid "Sun"
msgstr "Nje"
msgid "January"
msgstr "Januar"
msgid "February"
msgstr "Februar"
msgid "March"
msgstr "Měrc"
msgid "April"
msgstr "Apryl"
msgid "May"
msgstr "Maj"
msgid "June"
msgstr "Junij"
msgid "July"
msgstr "Julij"
msgid "August"
msgstr "Awgust"
msgid "September"
msgstr "September"
msgid "October"
msgstr "Oktober"
msgid "November"
msgstr "Nowember"
msgid "December"
msgstr "December"
msgid "jan"
msgstr "jan"
msgid "feb"
msgstr "feb"
msgid "mar"
msgstr "měr"
msgid "apr"
msgstr "apr"
msgid "may"
msgstr "maj"
msgid "jun"
msgstr "jun"
msgid "jul"
msgstr "jul"
msgid "aug"
msgstr "awg"
msgid "sep"
msgstr "sep"
msgid "oct"
msgstr "okt"
msgid "nov"
msgstr "now"
msgid "dec"
msgstr "dec"
msgctxt "abbrev. month"
msgid "Jan."
msgstr "Jan."
msgctxt "abbrev. month"
msgid "Feb."
msgstr "Feb."
msgctxt "abbrev. month"
msgid "March"
msgstr "Měrc"
msgctxt "abbrev. month"
msgid "April"
msgstr "Apryl"
msgctxt "abbrev. month"
msgid "May"
msgstr "Maj"
msgctxt "abbrev. month"
msgid "June"
msgstr "Junij"
msgctxt "abbrev. month"
msgid "July"
msgstr "Julij"
msgctxt "abbrev. month"
msgid "Aug."
msgstr "Awg."
msgctxt "abbrev. month"
msgid "Sept."
msgstr "Sept."
msgctxt "abbrev. month"
msgid "Oct."
msgstr "Okt."
msgctxt "abbrev. month"
msgid "Nov."
msgstr "Now."
msgctxt "abbrev. month"
msgid "Dec."
msgstr "Dec."
msgctxt "alt. month"
msgid "January"
msgstr "Januar"
msgctxt "alt. month"
msgid "February"
msgstr "Februar"
msgctxt "alt. month"
msgid "March"
msgstr "Měrc"
msgctxt "alt. month"
msgid "April"
msgstr "Apryl"
msgctxt "alt. month"
msgid "May"
msgstr "Maj"
msgctxt "alt. month"
msgid "June"
msgstr "Junij"
msgctxt "alt. month"
msgid "July"
msgstr "Julij"
msgctxt "alt. month"
msgid "August"
msgstr "Awgust"
msgctxt "alt. month"
msgid "September"
msgstr "September"
msgctxt "alt. month"
msgid "October"
msgstr "Oktober"
msgctxt "alt. month"
msgid "November"
msgstr "Nowember"
msgctxt "alt. month"
msgid "December"
msgstr "December"
msgid "This is not a valid IPv6 address."
msgstr "To njejo płaśiwa IPv6-adresa."
#, python-format
msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..."
msgstr "%(truncated_text)s..."
msgid "or"
msgstr "abo"
#. Translators: This string is used as a separator between list elements
msgid ", "
msgstr ", "
#, python-format
msgid "%d year"
msgid_plural "%d years"
msgstr[0] "%d lěto"
msgstr[1] "%d lěśe"
msgstr[2] "%d lěta"
msgstr[3] "%d lět"
#, python-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] "%d mjasec"
msgstr[1] "%d mjaseca"
msgstr[2] "%d mjasece"
msgstr[3] "%d mjasecow"
#, python-format
msgid "%d week"
msgid_plural "%d weeks"
msgstr[0] "%d tyźeń"
msgstr[1] "%d tyéznja"
msgstr[2] "%d tyźenje"
msgstr[3] "%d tyźenjow"
#, python-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d źeń"
msgstr[1] "%d dnja"
msgstr[2] "%d dny"
msgstr[3] "%d dnjow"
#, python-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d góźina"
msgstr[1] "%d góźinje"
msgstr[2] "%d góźiny"
msgstr[3] "%d góźin"
#, python-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d minuta"
msgstr[1] "%d minuśe"
msgstr[2] "%d minuty"
msgstr[3] "%d minutow"
msgid "0 minutes"
msgstr "0 minutow"
msgid "Forbidden"
msgstr "Zakazany"
msgid "CSRF verification failed. Request aborted."
msgstr "CSRF-pśeglědanje njejo se raźiło. Napšašowanje jo se pśetergnuło."
msgid ""
"You are seeing this message because this HTTPS site requires a 'Referer "
"header' to be sent by your Web browser, but none was sent. This header is "
"required for security reasons, to ensure that your browser is not being "
"hijacked by third parties."
msgstr ""
"Wiźiśo toś tu powěźeńku, dokulaž toś to HTTPS-sedło trjeba głowu 'Referer', "
"aby se pśez waš webwobglědowak słało, ale žedna njejo se pósłała. Toś ta "
"głowa jo trěbna z pśicynow wěstoty, aby so zawěsćiło, až waš wobglědowak "
"njekaprujo se wót tśeśich."
msgid ""
"If you have configured your browser to disable 'Referer' headers, please re-"
"enable them, at least for this site, or for HTTPS connections, or for 'same-"
"origin' requests."
msgstr ""
"Jolic sćo swój wobglědowak tak konfigurěrował, aby se głowy 'Referer' "
"znjemóžnili, zmóžniśo je pšosym zasej, nanejmjenjej za toś to sedło, za "
"HTTPS-zwiski abo za napšašowanja 'same-origin'."
msgid ""
"You are seeing this message because this site requires a CSRF cookie when "
"submitting forms. This cookie is required for security reasons, to ensure "
"that your browser is not being hijacked by third parties."
msgstr ""
"Wiźiśo toś tu powěźeńku, dokulaž toś to HTTPS-sedło trjeba CSRF-cookie, aby "
"formulary wótpósłało. Toś ten cookie jo trěbna z pśicynow wěstoty, aby so "
"zawěsćiło, až waš wobglědowak njekaprujo se wót tśeśich."
msgid ""
"If you have configured your browser to disable cookies, please re-enable "
"them, at least for this site, or for 'same-origin' requests."
msgstr ""
"Jolic sćo swój wobglědowak tak konfigurěrował, aby cookieje znjemóžnili, "
"zmóžniśo je pšosym zasej, nanejmjenjej za toś to sedło abo za napšašowanja "
"'same-origin'."
msgid "More information is available with DEBUG=True."
msgstr "Dalšne informacije su k dispoziciji z DEBUG=True."
msgid "Welcome to Django"
msgstr "Witajśo k Django"
msgid "It worked!"
msgstr "Jo funkcioněrowało!"
msgid "Congratulations on your first Django-powered page."
msgstr "Glukužycenje za waš prědny bok, kótaryž spěchujo se wót Django."
msgid ""
"Next, start your first app by running <code>python manage.py startapp "
"[app_label]</code>."
msgstr ""
"Wuwjeźćo ako pśiduce <code>python manage.py startapp [app_label]</code>, aby "
"swójo prědne nałoženje startował."
msgid ""
"You're seeing this message because you have <code>DEBUG = True</code> in "
"your Django settings file and you haven't configured any URLs. Get to work!"
msgstr ""
"Wiźiśo toś tu powěźeńku, dokulaž maśo <code>DEBUG = True</code> w swójej "
"dataji nastajenjow Django a njejsćo URL konfigurěrował. Dajśo se na źěło!"
msgid "No year specified"
msgstr "Žedno lěto pódane"
msgid "No month specified"
msgstr "Žeden mjasec pódany"
msgid "No day specified"
msgstr "Žeden źeń pódany"
msgid "No week specified"
msgstr "Žeden tyźeń pódany"
#, python-format
msgid "No %(verbose_name_plural)s available"
msgstr "Žedne %(verbose_name_plural)s k dispoziciji"
#, python-format
msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False."
msgstr ""
"Pśichodne %(verbose_name_plural)s njejo k dispoziciji, dokulaž "
"%(class_name)s.allow_future jo False."
#, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr ""
"Njepłaśiwy '%(format)s' za datumowy znamuškowy rjeśazk '%(datestr)s' pódany"
#, python-format
msgid "No %(verbose_name)s found matching the query"
msgstr "Žedno %(verbose_name)s namakane, kótarež wótpowědujo napšašowanjeju."
msgid "Page is not 'last', nor can it be converted to an int."
msgstr "Bok njejo 'last', ani njedajo se do 'int' konwertěrowaś."
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr "Njepłaśiwy bok (%(page_number)s): %(message)s"
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr "Prozna lisćina a '%(class_name)s.allow_empty' jo False."
msgid "Directory indexes are not allowed here."
msgstr "Zapisowe indekse njejsu how dowólone."
#, python-format
msgid "\"%(path)s\" does not exist"
msgstr "\"%(path)s\" njeeksistěrujo"
#, python-format
msgid "Index of %(directory)s"
msgstr "Indeks %(directory)s"
View raw

(Sorry about that, but we can’t show files that are this big right now.)

This file has been truncated, but you can view the full file.
# This file is distributed under the same license as the Django package.
#
# Translators:
# Apostolis Bessas <mpessas+txc@transifex.com>, 2013
# Dimitris Glezos <glezos@transifex.com>, 2011,2013
# Giannis Meletakis <meletakis@gmail.com>, 2015
# Jannis Leidel <jannis@leidel.info>, 2011
# Nick Mavrakis <mavrakis.n@gmail.com>, 2017
# Nikolas Demiridis <nikolas@demiridis.gr>, 2014
# Nick Mavrakis <mavrakis.n@gmail.com>, 2016
# Pãnoș <panos.laganakos@gmail.com>, 2014
# Pãnoș <panos.laganakos@gmail.com>, 2016
# Serafeim Papastefanos <spapas@gmail.com>, 2016
# Stavros Korokithakis <stavros@korokithakis.net>, 2014,2016
# Yorgos Pagles <y.pagles@gmail.com>, 2011-2012
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-19 16:49+0100\n"
"PO-Revision-Date: 2017-01-21 10:58+0000\n"
"Last-Translator: Nick Mavrakis <mavrakis.n@gmail.com>\n"
"Language-Team: Greek (http://www.transifex.com/django/django/language/el/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "Afrikaans"
msgstr "Αφρικάνς"
msgid "Arabic"
msgstr "Αραβικά"
msgid "Asturian"
msgstr "Αστούριας"
msgid "Azerbaijani"
msgstr "Γλώσσα Αζερμπαϊτζάν"
msgid "Bulgarian"
msgstr "Βουλγαρικά"
msgid "Belarusian"
msgstr "Λευκορώσικα"
msgid "Bengali"
msgstr "Μπενγκάλι"
msgid "Breton"
msgstr "Βρετονικά"
msgid "Bosnian"
msgstr "Βοσνιακά"
msgid "Catalan"
msgstr "Καταλανικά"
msgid "Czech"
msgstr "Τσέχικα"
msgid "Welsh"
msgstr "Ουαλικά"
msgid "Danish"
msgstr "Δανέζικα"
msgid "German"
msgstr "Γερμανικά"
msgid "Lower Sorbian"
msgstr "Κάτω Σορβικά"
msgid "Greek"
msgstr "Ελληνικά"
msgid "English"
msgstr "Αγγλικά"
msgid "Australian English"
msgstr "Αγγλικά Αυστραλίας"
msgid "British English"
msgstr "Αγγλικά Βρετανίας"
msgid "Esperanto"
msgstr "Εσπεράντο"
msgid "Spanish"
msgstr "Ισπανικά"
msgid "Argentinian Spanish"
msgstr "Ισπανικά Αργεντινής"
msgid "Colombian Spanish"
msgstr "Ισπανικά Κολομβίας"
msgid "Mexican Spanish"
msgstr "Μεξικανική διάλεκτος Ισπανικών"
msgid "Nicaraguan Spanish"
msgstr "Ισπανικά Νικαράγουας "
msgid "Venezuelan Spanish"
msgstr "Ισπανικά Βενεζουέλας"
msgid "Estonian"
msgstr "Εσθονικά"
msgid "Basque"
msgstr "Βάσκικα"
msgid "Persian"
msgstr "Περσικά"
msgid "Finnish"
msgstr "Φινλανδικά"
msgid "French"
msgstr "Γαλλικά"
msgid "Frisian"
msgstr "Frisian"
msgid "Irish"
msgstr "Ιρλανδικά"
msgid "Scottish Gaelic"
msgstr "Σκωτσέζικα Γαελικά"
msgid "Galician"
msgstr "Γαελικά"
msgid "Hebrew"
msgstr "Εβραϊκά"
msgid "Hindi"
msgstr "Ινδικά"
msgid "Croatian"
msgstr "Κροατικά"
msgid "Upper Sorbian"
msgstr "Άνω Σορβικά"
msgid "Hungarian"
msgstr "Ουγγρικά"
msgid "Interlingua"
msgstr "Ιντερλίνγκουα"
msgid "Indonesian"
msgstr "Ινδονησιακά"
msgid "Ido"
msgstr "Ίντο"
msgid "Icelandic"
msgstr "Ισλανδικά"
msgid "Italian"
msgstr "Ιταλικά"
msgid "Japanese"
msgstr "Γιαπωνέζικα"
msgid "Georgian"
msgstr "Γεωργιανά"
msgid "Kazakh"
msgstr "Καζακστά"
msgid "Khmer"
msgstr "Χμερ"
msgid "Kannada"
msgstr "Κανάντα"
msgid "Korean"
msgstr "Κορεάτικα"
msgid "Luxembourgish"
msgstr "Λουξεμβουργιανά"
msgid "Lithuanian"
msgstr "Λιθουανικά"
msgid "Latvian"
msgstr "Λεττονικά"
msgid "Macedonian"
msgstr "Μακεδονικά"
msgid "Malayalam"
msgstr "Μαλαγιαλάμ"
msgid "Mongolian"
msgstr "Μογγολικά"
msgid "Marathi"
msgstr "Μαράθι"
msgid "Burmese"
msgstr "Βιρμανικά"
msgid "Norwegian Bokmål"
msgstr "Νορβηγικά Μποκμάλ"
msgid "Nepali"
msgstr "Νεπαλέζικα"
msgid "Dutch"
msgstr "Ολλανδικά"
msgid "Norwegian Nynorsk"
msgstr "Νορβηγική διάλεκτος Nynorsk - Νεονορβηγική"
msgid "Ossetic"
msgstr "Οσσετικά"
msgid "Punjabi"
msgstr "Πουντζάμπι"
msgid "Polish"
msgstr "Πολωνικά"
msgid "Portuguese"
msgstr "Πορτογαλικά"
msgid "Brazilian Portuguese"
msgstr "Πορτογαλικά - διάλεκτος Βραζιλίας"
msgid "Romanian"
msgstr "Ρουμανικά"
msgid "Russian"
msgstr "Ρωσικά"
msgid "Slovak"
msgstr "Σλοβακικά"
msgid "Slovenian"
msgstr "Σλοβενικά"
msgid "Albanian"
msgstr "Αλβανικά"
msgid "Serbian"
msgstr "Σερβικά"
msgid "Serbian Latin"
msgstr "Σέρβικα Λατινικά"
msgid "Swedish"
msgstr "Σουηδικά"
msgid "Swahili"
msgstr "Σουαχίλι"
msgid "Tamil"
msgstr "Διάλεκτος Ταμίλ"
msgid "Telugu"
msgstr "Τελούγκου"
msgid "Thai"
msgstr "Ταϊλάνδης"
msgid "Turkish"
msgstr "Τουρκικά"
msgid "Tatar"
msgstr "Ταταρικά"
msgid "Udmurt"
msgstr "Ουντμουρτικά"
msgid "Ukrainian"
msgstr "Ουκρανικά"
msgid "Urdu"
msgstr "Urdu"
msgid "Vietnamese"
msgstr "Βιετναμέζικα"
msgid "Simplified Chinese"
msgstr "Απλοποιημένα Κινέζικα"
msgid "Traditional Chinese"
msgstr "Παραδοσιακά Κινέζικα"
msgid "Messages"
msgstr "Μηνύματα"
msgid "Site Maps"
msgstr "Χάρτες Ιστότοπου"
msgid "Static Files"
msgstr "Στατικά Αρχεία"
msgid "Syndication"
msgstr "Syndication"
msgid "That page number is not an integer"
msgstr "Ο αριθμός αυτής της σελίδας δεν είναι ακέραιος"
msgid "That page number is less than 1"
msgstr "Ο αριθμός αυτής της σελίδας είναι μικρότερος του 1"
msgid "That page contains no results"
msgstr "Η σελίδα αυτή δεν περιέχει αποτελέσματα"
msgid "Enter a valid value."
msgstr "Εισάγετε μια έγκυρη τιμή."
msgid "Enter a valid URL."
msgstr "Εισάγετε ένα έγκυρο URL."
msgid "Enter a valid integer."
msgstr "Εισάγετε έναν έγκυρο ακέραιο."
msgid "Enter a valid email address."
msgstr "Εισάγετε μια έγκυρη διεύθυνση ηλ. ταχυδρομείου."
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr ""
"Εισάγετε ένα έγκυρο 'slug' αποτελούμενο από γράμματα, αριθμούς, παύλες ή "
"κάτω παύλες."
msgid ""
"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or "
"hyphens."
msgstr ""
"Ένα έγκυρο 'slug' αποτελείται από Unicode γράμματα, αριθμούς, παύλες ή κάτω "
"παύλες."
msgid "Enter a valid IPv4 address."
msgstr "Εισάγετε μια έγκυρη IPv4 διεύθυνση."
msgid "Enter a valid IPv6 address."
msgstr "Εισάγετε μία έγκυρη IPv6 διεύθυνση"
msgid "Enter a valid IPv4 or IPv6 address."
msgstr "Εισάγετε μία έγκυρη IPv4 ή IPv6 διεύθυνση"
msgid "Enter only digits separated by commas."
msgstr "Εισάγετε μόνο ψηφία χωρισμένα με κόμματα."
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr ""
"Βεβαιωθείτε ότι η τιμή είναι %(limit_value)s (η τιμή που καταχωρήσατε είναι "
"%(show_value)s)."
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr "Βεβαιωθείτε ότι η τιμή είναι μικρότερη ή ίση από %(limit_value)s."
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr "Βεβαιωθείτε ότι η τιμή είναι μεγαλύτερη ή ίση από %(limit_value)s."
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Βεβαιωθείται πως η τιμή αυτή έχει τουλάχιστον %(limit_value)d χαρακτήρες "
"(έχει %(show_value)d)."
msgstr[1] ""
"Βεβαιωθείτε πως η τιμή έχει τουλάχιστον %(limit_value)d χαρακτήρες (έχει "
"%(show_value)d)."
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d character (it has "
"%(show_value)d)."
msgid_plural ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr[0] ""
"Βεβαιωθείται πως η τιμή αυτή έχει τοπολύ %(limit_value)d χαρακτήρες (έχει "
"%(show_value)d)."
msgstr[1] ""
"Βεβαιωθείτε πως η τιμή έχει το πολύ %(limit_value)d χαρακτήρες (έχει "
"%(show_value)d)."
#, python-format
msgid "Ensure that there are no more than %(max)s digit in total."
msgid_plural "Ensure that there are no more than %(max)s digits in total."
msgstr[0] ""
"Σιγουρευτείτε οτι τα σύνολο των ψηφίων δεν είναι παραπάνω από %(max)s"
msgstr[1] ""
"Σιγουρευτείτε οτι τα σύνολο των ψηφίων δεν είναι παραπάνω από %(max)s"
#, python-format
msgid "Ensure that there are no more than %(max)s decimal place."
msgid_plural "Ensure that there are no more than %(max)s decimal places."
msgstr[0] "Σιγουρευτείτε ότι το δεκαδικό ψηφίο δεν είναι παραπάνω από %(max)s."
msgstr[1] "Σιγουρευτείτε ότι τα δεκαδικά ψηφία δεν είναι παραπάνω από %(max)s."
#, python-format
msgid ""
"Ensure that there are no more than %(max)s digit before the decimal point."
msgid_plural ""
"Ensure that there are no more than %(max)s digits before the decimal point."
msgstr[0] ""
"Βεβαιωθείτε ότι δεν υπάρχουν πάνω από %(max)s ψηφία πριν την υποδιαστολή."
msgstr[1] ""
"Βεβαιωθείτε ότι δεν υπάρχουν πάνω από %(max)s ψηφία πριν την υποδιαστολή."
#, python-format
msgid ""
"File extension '%(extension)s' is not allowed. Allowed extensions are: "
"'%(allowed_extensions)s'."
msgstr ""
"Η επέκταση '%(extension)s' του αρχείου δεν επιτρέπεται. Οι επιτρεπόμενες "
"επεκτάσεις είναι: '%(allowed_extensions)s'."
msgid "and"
msgstr "και"
#, python-format
msgid "%(model_name)s with this %(field_labels)s already exists."
msgstr "%(model_name)s με αυτή την %(field_labels)s υπάρχει ήδη."
#, python-format
msgid "Value %(value)r is not a valid choice."
msgstr "Η τιμή %(value)r δεν είναι έγκυρη επιλογή."
msgid "This field cannot be null."
msgstr "Το πεδίο αυτό δεν μπορεί να είναι μηδενικό (null)."
msgid "This field cannot be blank."
msgstr "Το πεδίο αυτό δεν μπορεί να είναι κενό."
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "%(model_name)s με αυτό το %(field_label)s υπάρχει ήδη."
#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'.
#. Eg: "Title must be unique for pub_date year"
#, python-format
msgid ""
"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s."
msgstr ""
"%(field_label)s πρέπει να είναι μοναδική για %(date_field_label)s "
"%(lookup_type)s."
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Πεδίο τύπου: %(field_type)s"
msgid "Integer"
msgstr "Ακέραιος"
#, python-format
msgid "'%(value)s' value must be an integer."
msgstr "Η τιμή '%(value)s' πρέπει να είναι ακέραιος."
msgid "Big (8 byte) integer"
msgstr "Μεγάλος ακέραιος - big integer (8 bytes)"
#, python-format
msgid "'%(value)s' value must be either True or False."
msgstr "Η τιμή '%(value)s' πρέπει να είναι είτε True ή False."
msgid "Boolean (Either True or False)"
msgstr "Boolean (Είτε Αληθές ή Ψευδές)"
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "Συμβολοσειρά (μέχρι %(max_length)s)"
msgid "Comma-separated integers"
msgstr "Ακέραιοι χωρισμένοι με κόμματα"
#, python-format
msgid ""
"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD "
"format."
msgstr ""
"Η τιμή του '%(value)s' έχει μια λανθασμένη μορφή ημερομηνίας. Η ημερομηνία "
"θα πρέπει να είναι στην μορφή YYYY-MM-DD."
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid "
"date."
msgstr ""
"Η τιμή '%(value)s' είναι στην σωστή μορφή (YYYY-MM-DD) αλλά είναι μια "
"λανθασμένη ημερομηνία."
msgid "Date (without time)"
msgstr "Ημερομηνία (χωρίς την ώρα)"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
"Η τιμή του '%(value)s' έχει μια λανθασμένη μορφή. Η ημερομηνία/ώρα θα πρέπει "
"να είναι στην μορφή YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]"
#, python-format
msgid ""
"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]"
"[TZ]) but it is an invalid date/time."
msgstr ""
"Η τιμή '%(value)s' έχει τη σωστή μορφή (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) "
"αλλά δεν αντιστοιχεί σε σωστή ημερομηνία και ώρα."
msgid "Date (with time)"
msgstr "Ημερομηνία (με ώρα)"
#, python-format
msgid "'%(value)s' value must be a decimal number."
msgstr "Η τιμή '%(value)s' πρέπει να είναι ακέραιος."
msgid "Decimal number"
msgstr "Δεκαδικός αριθμός"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[."
"uuuuuu] format."
msgstr ""
"Η τιμή '%(value)s' έχει εσφαλμένη μορφή. Πρέπει να είναι της μορφής [DD] [HH:"
"[MM:]]ss[.uuuuuu]."
msgid "Duration"
msgstr "Διάρκεια"
msgid "Email address"
msgstr "Ηλεκτρονική διεύθυνση"
msgid "File path"
msgstr "Τοποθεσία αρχείου"
#, python-format
msgid "'%(value)s' value must be a float."
msgstr "Η '%(value)s' τιμή πρέπει να είναι δεκαδικός."
msgid "Floating point number"
msgstr "Αριθμός κινητής υποδιαστολής"
msgid "IPv4 address"
msgstr "Διεύθυνση IPv4"
msgid "IP address"
msgstr "IP διεύθυνση"
#, python-format
msgid "'%(value)s' value must be either None, True or False."
msgstr "Η '%(value)s' τιμή πρέπει είναι είτε None, True ή False."
msgid "Boolean (Either True, False or None)"
msgstr "Boolean (Αληθές, Ψευδές, ή τίποτα)"
msgid "Positive integer"
msgstr "Θετικός ακέραιος"
msgid "Positive small integer"
msgstr "Θετικός μικρός ακέραιος"
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr "Slug (μέχρι %(max_length)s)"
msgid "Small integer"
msgstr "Μικρός ακέραιος"
msgid "Text"
msgstr "Κείμενο"
#, python-format
msgid ""
"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] "
"format."
msgstr ""
"Η τιμή '%(value)s' έχει εσφαλμένη μορφή. Πρέπει να είναι της μορφής HH:MM[:"
"ss[.uuuuuu]]."
#, python-format
msgid ""
"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an "
"invalid time."
msgstr ""
"Η τιμή '%(value)s' έχει τη σωστή μορφή (HH:MM[:ss[.uuuuuu]]) αλλά δεν "
"αντιστοιχή σε σωστή ώρα."
msgid "Time"
msgstr "Ώρα"
msgid "URL"
msgstr "URL"
msgid "Raw binary data"
msgstr "Δυαδικά δεδομένα"
#, python-format
msgid "'%(value)s' is not a valid UUID."
msgstr "'%(value)s' δεν είναι ένα έγκυρο UUID."
msgid "File"
msgstr "Αρχείο"
msgid "Image"
msgstr "Εικόνα"
#, python-format
msgid "%(model)s instance with %(field)s %(value)r does not exist."
msgstr ""
"Το μοντέλο %(model)s με την τιμή %(value)r του πεδίου %(field)s δεν υπάρχει."
msgid "Foreign Key (type determined by related field)"
msgstr "Foreign Key (ο τύπος καθορίζεται από το πεδίο του συσχετισμού)"
msgid "One-to-one relationship"
msgstr "Σχέση ένα-προς-ένα"
#, python-format
msgid "%(from)s-%(to)s relationship"
msgstr "σχέση %(from)s-%(to)s"
#, python-format
msgid "%(from)s-%(to)s relationships"
msgstr "σχέσεις %(from)s-%(to)s"
msgid "Many-to-many relationship"
msgstr "Σχέση πολλά-προς-πολλά"
#. Translators: If found as last label character, these punctuation
#. characters will prevent the default label_suffix to be appended to the
#. label
msgid ":?.!"
msgstr ":?.!"
msgid "This field is required."
msgstr "Αυτό το πεδίο είναι απαραίτητο."
msgid "Enter a whole number."
msgstr "Εισάγετε έναν ακέραιο αριθμό."
msgid "Enter a number."
msgstr "Εισάγετε έναν αριθμό."
msgid "Enter a valid date."
msgstr "Εισάγετε μια έγκυρη ημερομηνία."
msgid "Enter a valid time."
msgstr "Εισάγετε μια έγκυρη ώρα."
msgid "Enter a valid date/time."
msgstr "Εισάγετε μια έγκυρη η
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment