BACKERS.rst
CONTRIBUTING.md
COPYING
ChangeLog
INSTALL
MANIFEST.in
README.rst
manage.py
requirements-optional.txt
requirements.txt
setup.py
Weblate.egg-info/PKG-INFO
Weblate.egg-info/SOURCES.txt
Weblate.egg-info/dependency_links.txt
Weblate.egg-info/entry_points.txt
Weblate.egg-info/not-zip-safe
Weblate.egg-info/requires.txt
Weblate.egg-info/top_level.txt
docs/Makefile
docs/about.rst
docs/api.rst
docs/changes.rst
docs/conf.py
docs/contributing.rst
docs/faq.rst
docs/formats.rst
docs/index.rst
docs/internals.rst
docs/license.rst
docs/make.bat
docs/python.rst
docs/requirements.txt
docs/vcs.rst
docs/wlc.rst
docs/workflows.rst
docs/_ext/djangodocs.py
docs/_static/weblate.png
docs/_templates/footer.html
docs/admin/access.rst
docs/admin/addons.rst
docs/admin/auth.rst
docs/admin/checks.rst
docs/admin/componentlists.rst
docs/admin/config.rst
docs/admin/continuous.rst
docs/admin/deployments.rst
docs/admin/index.rst
docs/admin/install.rst
docs/admin/languages.rst
docs/admin/licensing.rst
docs/admin/machine.rst
docs/admin/management.rst
docs/admin/memory.rst
docs/admin/optionals.rst
docs/admin/projects.rst
docs/admin/quick.rst
docs/admin/sample.rst
docs/admin/translating.rst
docs/admin/upgrade.rst
docs/admin/whiteboard.rst
docs/devel/index.rst
docs/devel/reporting.rst
docs/devel/review.rst
docs/devel/share.rst
docs/devel/starting.rst
docs/devel/translations.rst
docs/images/about-gpg.png
docs/images/activity.png
docs/images/add-component-mono.png
docs/images/add-component.png
docs/images/add-project.png
docs/images/addon-discovery.png
docs/images/addons.png
docs/images/admin-wrench.png
docs/images/admin.png
docs/images/authentication.png
docs/images/automatic-translation.png
docs/images/bitbucket-settings.png
docs/images/checks.png
docs/images/componentlist-add.png
docs/images/contributor-agreement.png
docs/images/dashboard-dropdown.png
docs/images/engage.png
docs/images/export-import.png
docs/images/format-highlight.png
docs/images/github-settings.png
docs/images/glossary-edit.png
docs/images/manage-users.png
docs/images/plurals.png
docs/images/profile-licenses.png
docs/images/profile-subscriptions.png
docs/images/project-access.png
docs/images/project-glossaries.png
docs/images/project-overview.png
docs/images/promote.png
docs/images/reporting.png
docs/images/screenshot-context.png
docs/images/screenshot-ocr.png
docs/images/secondary-language.png
docs/images/source-information.png
docs/images/source-review-detail.png
docs/images/source-review-edit.png
docs/images/source-review.png
docs/images/ssh-keys-added.png
docs/images/ssh-keys.png
docs/images/strings-to-check.png
docs/images/visual-keyboard.png
docs/images/whiteboard-language.png
docs/images/whiteboard-project.png
docs/images/whiteboard.png
docs/images/your-translations.png
docs/user/basic.rst
docs/user/checks.rst
docs/user/files.rst
docs/user/index.rst
docs/user/profile.rst
docs/user/translating.rst
examples/apache-path.conf
examples/apache.conf
examples/apache.gunicorn.conf
examples/benchmark
examples/check_czech.py
examples/check_foo.py
examples/compress-repos
examples/fix_foo.py
examples/generate-secret-key
examples/git-merge-gettext-po
examples/mt_service.py
examples/weblate.nginx.conf
examples/weblate.uwsgi.ini
weblate/__init__.py
weblate/__init__.pyc
weblate/logger.py
weblate/logger.pyc
weblate/middleware.py
weblate/models.py
weblate/models.pyc
weblate/openshiftlib.py
weblate/requirements.pyc
weblate/runner.py
weblate/settings_dev.py
weblate/settings_example.py
weblate/settings_example.pyc
weblate/settings_openshift.py
weblate/settings_test.py
weblate/settings_test.pyc
weblate/settings_test_nose.py
weblate/sitemaps.py
weblate/test_openshift.py
weblate/urls.py
weblate/wsgi.py
weblate/accounts/__init__.py
weblate/accounts/admin.py
weblate/accounts/auth.py
weblate/accounts/avatar.py
weblate/accounts/captcha.py
weblate/accounts/forms.py
weblate/accounts/middleware.py
weblate/accounts/models.py
weblate/accounts/notifications.py
weblate/accounts/password_validation.py
weblate/accounts/pipeline.py
weblate/accounts/ratelimit.py
weblate/accounts/strategy.py
weblate/accounts/urls.py
weblate/accounts/utils.py
weblate/accounts/views.py
weblate/accounts/management/__init__.py
weblate/accounts/management/commands/__init__.py
weblate/accounts/management/commands/changesite.py
weblate/accounts/management/commands/cleanup_avatar_cache.py
weblate/accounts/management/commands/dumpuserdata.py
weblate/accounts/management/commands/importuserdata.py
weblate/accounts/migrations/0001_squashed_0037_auto_20180416_1406.py
weblate/accounts/migrations/__init__.py
weblate/accounts/templatetags/__init__.py
weblate/accounts/templatetags/authnames.py
weblate/accounts/tests/__init__.py
weblate/accounts/tests/test_avatars.py
weblate/accounts/tests/test_captcha.py
weblate/accounts/tests/test_commands.py
weblate/accounts/tests/test_middleware.py
weblate/accounts/tests/test_notifications.py
weblate/accounts/tests/test_password_validation.py
weblate/accounts/tests/test_ratelimit.py
weblate/accounts/tests/test_registration.py
weblate/accounts/tests/test_remove.py
weblate/accounts/tests/test_utils.py
weblate/accounts/tests/test_views.py
weblate/addons/__init__.py
weblate/addons/apps.py
weblate/addons/base.py
weblate/addons/cleanup.py
weblate/addons/consistency.py
weblate/addons/discovery.py
weblate/addons/events.py
weblate/addons/example.py
weblate/addons/example_pre.py
weblate/addons/flags.py
weblate/addons/forms.py
weblate/addons/generate.py
weblate/addons/gettext.py
weblate/addons/json.py
weblate/addons/models.py
weblate/addons/properties.py
weblate/addons/scripts.py
weblate/addons/tests.py
weblate/addons/views.py
weblate/addons/management/__init__.py
weblate/addons/management/commands/__init__.py
weblate/addons/management/commands/list_addons.py
weblate/addons/migrations/0001_squashed_0006_addon_project_scope.py
weblate/addons/migrations/0007_auto_20180629_1736.py
weblate/addons/migrations/0008_auto_20180727_1454.py
weblate/addons/migrations/__init__.py
weblate/api/__init__.py
weblate/api/admin.py
weblate/api/apps.py
weblate/api/authentication.py
weblate/api/models.py
weblate/api/routers.py
weblate/api/serializers.py
weblate/api/tests.py
weblate/api/urls.py
weblate/api/views.py
weblate/api/migrations/__init__.py
weblate/auth/__init__.py
weblate/auth/admin.py
weblate/auth/apps.py
weblate/auth/data.py
weblate/auth/models.py
weblate/auth/permissions.py
weblate/auth/utils.py
weblate/auth/views.py
weblate/auth/management/__init__.py
weblate/auth/management/commands/__init__.py
weblate/auth/management/commands/createadmin.py
weblate/auth/management/commands/importusers.py
weblate/auth/management/commands/setupgroups.py
weblate/auth/migrations/0001_initial.py
weblate/auth/migrations/0002_auto_20180507_1540_squashed_0011_auto_20180509_0739.py
weblate/auth/migrations/0003_auto_20180724_1120.py
weblate/auth/migrations/__init__.py
weblate/auth/templatetags/__init__.py
weblate/auth/templatetags/permissions.py
weblate/auth/tests/__init__.py
weblate/auth/tests/test_autogroup.py
weblate/auth/tests/test_commands.py
weblate/auth/tests/test_models.py
weblate/auth/tests/test_permissions.py
weblate/billing/__init__.py
weblate/billing/admin.py
weblate/billing/models.py
weblate/billing/tests.py
weblate/billing/views.py
weblate/billing/management/__init__.py
weblate/billing/management/commands/__init__.py
weblate/billing/management/commands/billing_check.py
weblate/billing/migrations/0001_squashed_0016_remove_billing_user.py
weblate/billing/migrations/__init__.py
weblate/billing/test-data/00000.pdf
weblate/checks/__init__.py
weblate/checks/admin.py
weblate/checks/angularjs.py
weblate/checks/apps.py
weblate/checks/base.py
weblate/checks/chars.py
weblate/checks/consistency.py
weblate/checks/data.py
weblate/checks/format.py
weblate/checks/languages.py
weblate/checks/markup.py
weblate/checks/models.py
weblate/checks/same.py
weblate/checks/source.py
weblate/checks/views.py
weblate/checks/management/__init__.py
weblate/checks/management/commands/__init__.py
weblate/checks/management/commands/list_ignored_checks.py
weblate/checks/management/commands/list_same_checks.py
weblate/checks/management/commands/updatechecks.py
weblate/checks/migrations/0001_squashed_0002_auto_20180416_1509.py
weblate/checks/migrations/__init__.py
weblate/checks/tests/__init__.py
weblate/checks/tests/test_angularjs_checks.py
weblate/checks/tests/test_chars_checks.py
weblate/checks/tests/test_checks.py
weblate/checks/tests/test_commands.py
weblate/checks/tests/test_consistency_checks.py
weblate/checks/tests/test_format_checks.py
weblate/checks/tests/test_markup_checks.py
weblate/checks/tests/test_same_checks.py
weblate/checks/tests/test_source_checks.py
weblate/checks/tests/test_views.py
weblate/formats/__init__.py
weblate/formats/apps.py
weblate/formats/auto.py
weblate/formats/base.py
weblate/formats/exporters.py
weblate/formats/models.py
weblate/formats/tests_formats.py
weblate/formats/ttkit.py
weblate/formats/tests/__init__.py
weblate/formats/tests/test_exporters.py
weblate/gitexport/__init__.py
weblate/gitexport/apps.py
weblate/gitexport/models.py
weblate/gitexport/tests.py
weblate/gitexport/views.py
weblate/gitexport/migrations/0001_squashed_0002_fill_in_url.py
weblate/gitexport/migrations/__init__.py
weblate/lang/__init__.py
weblate/lang/admin.py
weblate/lang/apps.py
weblate/lang/data.py
weblate/lang/models.py
weblate/lang/tests.py
weblate/lang/views.py
weblate/lang/management/__init__.py
weblate/lang/management/commands/__init__.py
weblate/lang/management/commands/list_languages.py
weblate/lang/management/commands/move_language.py
weblate/lang/management/commands/setuplang.py
weblate/lang/migrations/0001_squashed_0011_auto_20180215_1158.py
weblate/lang/migrations/__init__.py
weblate/langdata/__init__.py
weblate/langdata/admin.py
weblate/langdata/apps.py
weblate/langdata/languages.py
weblate/langdata/models.py
weblate/langdata/tests.py
weblate/langdata/views.py
weblate/langdata/locale/django.pot
weblate/langdata/locale/ach/LC_MESSAGES/django.mo
weblate/langdata/locale/ach/LC_MESSAGES/django.po
weblate/langdata/locale/ar/LC_MESSAGES/django.mo
weblate/langdata/locale/ar/LC_MESSAGES/django.po
weblate/langdata/locale/ast/LC_MESSAGES/django.mo
weblate/langdata/locale/ast/LC_MESSAGES/django.po
weblate/langdata/locale/az/LC_MESSAGES/django.mo
weblate/langdata/locale/az/LC_MESSAGES/django.po
weblate/langdata/locale/be/LC_MESSAGES/django.mo
weblate/langdata/locale/be/LC_MESSAGES/django.po
weblate/langdata/locale/be@latin/LC_MESSAGES/django.mo
weblate/langdata/locale/be@latin/LC_MESSAGES/django.po
weblate/langdata/locale/bg/LC_MESSAGES/django.mo
weblate/langdata/locale/bg/LC_MESSAGES/django.po
weblate/langdata/locale/br/LC_MESSAGES/django.mo
weblate/langdata/locale/br/LC_MESSAGES/django.po
weblate/langdata/locale/ca/LC_MESSAGES/django.mo
weblate/langdata/locale/ca/LC_MESSAGES/django.po
weblate/langdata/locale/ckb/LC_MESSAGES/django.mo
weblate/langdata/locale/ckb/LC_MESSAGES/django.po
weblate/langdata/locale/cs/LC_MESSAGES/django.mo
weblate/langdata/locale/cs/LC_MESSAGES/django.po
weblate/langdata/locale/da/LC_MESSAGES/django.mo
weblate/langdata/locale/da/LC_MESSAGES/django.po
weblate/langdata/locale/de/LC_MESSAGES/django.mo
weblate/langdata/locale/de/LC_MESSAGES/django.po
weblate/langdata/locale/el/LC_MESSAGES/django.mo
weblate/langdata/locale/el/LC_MESSAGES/django.po
weblate/langdata/locale/en_GB/LC_MESSAGES/django.mo
weblate/langdata/locale/en_GB/LC_MESSAGES/django.po
weblate/langdata/locale/eo/LC_MESSAGES/django.mo
weblate/langdata/locale/eo/LC_MESSAGES/django.po
weblate/langdata/locale/es/LC_MESSAGES/django.mo
weblate/langdata/locale/es/LC_MESSAGES/django.po
weblate/langdata/locale/et/LC_MESSAGES/django.mo
weblate/langdata/locale/et/LC_MESSAGES/django.po
weblate/langdata/locale/eu/LC_MESSAGES/django.mo
weblate/langdata/locale/eu/LC_MESSAGES/django.po
weblate/langdata/locale/fa/LC_MESSAGES/django.mo
weblate/langdata/locale/fa/LC_MESSAGES/django.po
weblate/langdata/locale/fi/LC_MESSAGES/django.mo
weblate/langdata/locale/fi/LC_MESSAGES/django.po
weblate/langdata/locale/fr/LC_MESSAGES/django.mo
weblate/langdata/locale/fr/LC_MESSAGES/django.po
weblate/langdata/locale/fy/LC_MESSAGES/django.mo
weblate/langdata/locale/fy/LC_MESSAGES/django.po
weblate/langdata/locale/gl/LC_MESSAGES/django.mo
weblate/langdata/locale/gl/LC_MESSAGES/django.po
weblate/langdata/locale/he/LC_MESSAGES/django.mo
weblate/langdata/locale/he/LC_MESSAGES/django.po
weblate/langdata/locale/hr/LC_MESSAGES/django.mo
weblate/langdata/locale/hr/LC_MESSAGES/django.po
weblate/langdata/locale/hu/LC_MESSAGES/django.mo
weblate/langdata/locale/hu/LC_MESSAGES/django.po
weblate/langdata/locale/hy/LC_MESSAGES/django.mo
weblate/langdata/locale/hy/LC_MESSAGES/django.po
weblate/langdata/locale/id/LC_MESSAGES/django.mo
weblate/langdata/locale/id/LC_MESSAGES/django.po
weblate/langdata/locale/it/LC_MESSAGES/django.mo
weblate/langdata/locale/it/LC_MESSAGES/django.po
weblate/langdata/locale/ja/LC_MESSAGES/django.mo
weblate/langdata/locale/ja/LC_MESSAGES/django.po
weblate/langdata/locale/kab/LC_MESSAGES/django.mo
weblate/langdata/locale/kab/LC_MESSAGES/django.po
weblate/langdata/locale/km/LC_MESSAGES/django.mo
weblate/langdata/locale/km/LC_MESSAGES/django.po
weblate/langdata/locale/kmr/LC_MESSAGES/django.mo
weblate/langdata/locale/kmr/LC_MESSAGES/django.po
weblate/langdata/locale/ko/LC_MESSAGES/django.mo
weblate/langdata/locale/ko/LC_MESSAGES/django.po
weblate/langdata/locale/ksh/LC_MESSAGES/django.mo
weblate/langdata/locale/ksh/LC_MESSAGES/django.po
weblate/langdata/locale/ku/LC_MESSAGES/django.mo
weblate/langdata/locale/ku/LC_MESSAGES/django.po
weblate/langdata/locale/ln/LC_MESSAGES/django.mo
weblate/langdata/locale/ln/LC_MESSAGES/django.po
weblate/langdata/locale/lt/LC_MESSAGES/django.mo
weblate/langdata/locale/lt/LC_MESSAGES/django.po
weblate/langdata/locale/mk/LC_MESSAGES/django.mo
weblate/langdata/locale/mk/LC_MESSAGES/django.po
weblate/langdata/locale/nb/LC_MESSAGES/django.mo
weblate/langdata/locale/nb/LC_MESSAGES/django.po
weblate/langdata/locale/nl/LC_MESSAGES/django.mo
weblate/langdata/locale/nl/LC_MESSAGES/django.po
weblate/langdata/locale/oc/LC_MESSAGES/django.mo
weblate/langdata/locale/oc/LC_MESSAGES/django.po
weblate/langdata/locale/pa/LC_MESSAGES/django.mo
weblate/langdata/locale/pa/LC_MESSAGES/django.po
weblate/langdata/locale/pl/LC_MESSAGES/django.mo
weblate/langdata/locale/pl/LC_MESSAGES/django.po
weblate/langdata/locale/pt/LC_MESSAGES/django.mo
weblate/langdata/locale/pt/LC_MESSAGES/django.po
weblate/langdata/locale/pt_BR/LC_MESSAGES/django.mo
weblate/langdata/locale/pt_BR/LC_MESSAGES/django.po
weblate/langdata/locale/ro/LC_MESSAGES/django.mo
weblate/langdata/locale/ro/LC_MESSAGES/django.po
weblate/langdata/locale/ru/LC_MESSAGES/django.mo
weblate/langdata/locale/ru/LC_MESSAGES/django.po
weblate/langdata/locale/sc/LC_MESSAGES/django.mo
weblate/langdata/locale/sc/LC_MESSAGES/django.po
weblate/langdata/locale/sk/LC_MESSAGES/django.mo
weblate/langdata/locale/sk/LC_MESSAGES/django.po
weblate/langdata/locale/sl/LC_MESSAGES/django.mo
weblate/langdata/locale/sl/LC_MESSAGES/django.po
weblate/langdata/locale/sq/LC_MESSAGES/django.mo
weblate/langdata/locale/sq/LC_MESSAGES/django.po
weblate/langdata/locale/sr/LC_MESSAGES/django.mo
weblate/langdata/locale/sr/LC_MESSAGES/django.po
weblate/langdata/locale/sv/LC_MESSAGES/django.mo
weblate/langdata/locale/sv/LC_MESSAGES/django.po
weblate/langdata/locale/sw/LC_MESSAGES/django.mo
weblate/langdata/locale/sw/LC_MESSAGES/django.po
weblate/langdata/locale/ta/LC_MESSAGES/django.mo
weblate/langdata/locale/ta/LC_MESSAGES/django.po
weblate/langdata/locale/th/LC_MESSAGES/django.mo
weblate/langdata/locale/th/LC_MESSAGES/django.po
weblate/langdata/locale/tlh/LC_MESSAGES/django.mo
weblate/langdata/locale/tlh/LC_MESSAGES/django.po
weblate/langdata/locale/tr/LC_MESSAGES/django.mo
weblate/langdata/locale/tr/LC_MESSAGES/django.po
weblate/langdata/locale/ug/LC_MESSAGES/django.mo
weblate/langdata/locale/ug/LC_MESSAGES/django.po
weblate/langdata/locale/uk/LC_MESSAGES/django.mo
weblate/langdata/locale/uk/LC_MESSAGES/django.po
weblate/langdata/locale/vi/LC_MESSAGES/django.mo
weblate/langdata/locale/vi/LC_MESSAGES/django.po
weblate/langdata/locale/zh_Hans/LC_MESSAGES/django.mo
weblate/langdata/locale/zh_Hans/LC_MESSAGES/django.po
weblate/langdata/locale/zh_Hant/LC_MESSAGES/django.mo
weblate/langdata/locale/zh_Hant/LC_MESSAGES/django.po
weblate/langdata/migrations/__init__.py
weblate/legal/__init__.py
weblate/legal/admin.py
weblate/legal/apps.py
weblate/legal/forms.py
weblate/legal/middleware.py
weblate/legal/models.py
weblate/legal/pipeline.py
weblate/legal/tests.py
weblate/legal/urls.py
weblate/legal/views.py
weblate/legal/migrations/0001_squashed_0004_copy_auditlog.py
weblate/legal/migrations/__init__.py
weblate/legal/templates/legal/confirm.html
weblate/legal/templates/legal/cookies.html
weblate/legal/templates/legal/index.html
weblate/legal/templates/legal/menu.html
weblate/legal/templates/legal/privacy.html
weblate/legal/templates/legal/security.html
weblate/legal/templates/legal/terms.html
weblate/legal/templates/legal/tos.html
weblate/legal/templatetags/__init__.py
weblate/legal/templatetags/lawlinks.py
weblate/locale/django.pot
weblate/locale/djangojs.pot
weblate/locale/ach/LC_MESSAGES/django.mo
weblate/locale/ach/LC_MESSAGES/django.po
weblate/locale/ach/LC_MESSAGES/djangojs.mo
weblate/locale/ach/LC_MESSAGES/djangojs.po
weblate/locale/ar/LC_MESSAGES/django.mo
weblate/locale/ar/LC_MESSAGES/django.po
weblate/locale/ar/LC_MESSAGES/djangojs.mo
weblate/locale/ar/LC_MESSAGES/djangojs.po
weblate/locale/ast/LC_MESSAGES/django.mo
weblate/locale/ast/LC_MESSAGES/django.po
weblate/locale/ast/LC_MESSAGES/djangojs.mo
weblate/locale/ast/LC_MESSAGES/djangojs.po
weblate/locale/az/LC_MESSAGES/django.mo
weblate/locale/az/LC_MESSAGES/django.po
weblate/locale/az/LC_MESSAGES/djangojs.mo
weblate/locale/az/LC_MESSAGES/djangojs.po
weblate/locale/be/LC_MESSAGES/django.mo
weblate/locale/be/LC_MESSAGES/django.po
weblate/locale/be/LC_MESSAGES/djangojs.mo
weblate/locale/be/LC_MESSAGES/djangojs.po
weblate/locale/be@latin/LC_MESSAGES/django.mo
weblate/locale/be@latin/LC_MESSAGES/django.po
weblate/locale/be@latin/LC_MESSAGES/djangojs.mo
weblate/locale/be@latin/LC_MESSAGES/djangojs.po
weblate/locale/bg/LC_MESSAGES/django.mo
weblate/locale/bg/LC_MESSAGES/django.po
weblate/locale/bg/LC_MESSAGES/djangojs.mo
weblate/locale/bg/LC_MESSAGES/djangojs.po
weblate/locale/br/LC_MESSAGES/django.mo
weblate/locale/br/LC_MESSAGES/django.po
weblate/locale/br/LC_MESSAGES/djangojs.mo
weblate/locale/br/LC_MESSAGES/djangojs.po
weblate/locale/ca/LC_MESSAGES/django.mo
weblate/locale/ca/LC_MESSAGES/django.po
weblate/locale/ca/LC_MESSAGES/djangojs.mo
weblate/locale/ca/LC_MESSAGES/djangojs.po
weblate/locale/ckb/LC_MESSAGES/django.mo
weblate/locale/ckb/LC_MESSAGES/django.po
weblate/locale/ckb/LC_MESSAGES/djangojs.mo
weblate/locale/ckb/LC_MESSAGES/djangojs.po
weblate/locale/cs/LC_MESSAGES/django.mo
weblate/locale/cs/LC_MESSAGES/django.po
weblate/locale/cs/LC_MESSAGES/djangojs.mo
weblate/locale/cs/LC_MESSAGES/djangojs.po
weblate/locale/da/LC_MESSAGES/django.mo
weblate/locale/da/LC_MESSAGES/django.po
weblate/locale/da/LC_MESSAGES/djangojs.mo
weblate/locale/da/LC_MESSAGES/djangojs.po
weblate/locale/de/LC_MESSAGES/django.mo
weblate/locale/de/LC_MESSAGES/django.po
weblate/locale/de/LC_MESSAGES/djangojs.mo
weblate/locale/de/LC_MESSAGES/djangojs.po
weblate/locale/el/LC_MESSAGES/django.mo
weblate/locale/el/LC_MESSAGES/django.po
weblate/locale/el/LC_MESSAGES/djangojs.mo
weblate/locale/el/LC_MESSAGES/djangojs.po
weblate/locale/en_GB/LC_MESSAGES/django.mo
weblate/locale/en_GB/LC_MESSAGES/django.po
weblate/locale/en_GB/LC_MESSAGES/djangojs.mo
weblate/locale/en_GB/LC_MESSAGES/djangojs.po
weblate/locale/eo/LC_MESSAGES/django.mo
weblate/locale/eo/LC_MESSAGES/django.po
weblate/locale/eo/LC_MESSAGES/djangojs.mo
weblate/locale/eo/LC_MESSAGES/djangojs.po
weblate/locale/es/LC_MESSAGES/django.mo
weblate/locale/es/LC_MESSAGES/django.po
weblate/locale/es/LC_MESSAGES/djangojs.mo
weblate/locale/es/LC_MESSAGES/djangojs.po
weblate/locale/et/LC_MESSAGES/django.mo
weblate/locale/et/LC_MESSAGES/django.po
weblate/locale/et/LC_MESSAGES/djangojs.mo
weblate/locale/et/LC_MESSAGES/djangojs.po
weblate/locale/eu/LC_MESSAGES/django.mo
weblate/locale/eu/LC_MESSAGES/django.po
weblate/locale/eu/LC_MESSAGES/djangojs.mo
weblate/locale/eu/LC_MESSAGES/djangojs.po
weblate/locale/fa/LC_MESSAGES/django.mo
weblate/locale/fa/LC_MESSAGES/django.po
weblate/locale/fa/LC_MESSAGES/djangojs.mo
weblate/locale/fa/LC_MESSAGES/djangojs.po
weblate/locale/fi/LC_MESSAGES/django.mo
weblate/locale/fi/LC_MESSAGES/django.po
weblate/locale/fi/LC_MESSAGES/djangojs.mo
weblate/locale/fi/LC_MESSAGES/djangojs.po
weblate/locale/fr/LC_MESSAGES/django.mo
weblate/locale/fr/LC_MESSAGES/django.po
weblate/locale/fr/LC_MESSAGES/djangojs.mo
weblate/locale/fr/LC_MESSAGES/djangojs.po
weblate/locale/fy/LC_MESSAGES/django.mo
weblate/locale/fy/LC_MESSAGES/django.po
weblate/locale/fy/LC_MESSAGES/djangojs.mo
weblate/locale/fy/LC_MESSAGES/djangojs.po
weblate/locale/gl/LC_MESSAGES/django.mo
weblate/locale/gl/LC_MESSAGES/django.po
weblate/locale/gl/LC_MESSAGES/djangojs.mo
weblate/locale/gl/LC_MESSAGES/djangojs.po
weblate/locale/he/LC_MESSAGES/django.mo
weblate/locale/he/LC_MESSAGES/django.po
weblate/locale/he/LC_MESSAGES/djangojs.mo
weblate/locale/he/LC_MESSAGES/djangojs.po
weblate/locale/hr/LC_MESSAGES/django.mo
weblate/locale/hr/LC_MESSAGES/django.po
weblate/locale/hr/LC_MESSAGES/djangojs.mo
weblate/locale/hr/LC_MESSAGES/djangojs.po
weblate/locale/hu/LC_MESSAGES/django.mo
weblate/locale/hu/LC_MESSAGES/django.po
weblate/locale/hu/LC_MESSAGES/djangojs.mo
weblate/locale/hu/LC_MESSAGES/djangojs.po
weblate/locale/hy/LC_MESSAGES/django.mo
weblate/locale/hy/LC_MESSAGES/django.po
weblate/locale/hy/LC_MESSAGES/djangojs.mo
weblate/locale/hy/LC_MESSAGES/djangojs.po
weblate/locale/id/LC_MESSAGES/django.mo
weblate/locale/id/LC_MESSAGES/django.po
weblate/locale/id/LC_MESSAGES/djangojs.mo
weblate/locale/id/LC_MESSAGES/djangojs.po
weblate/locale/it/LC_MESSAGES/django.mo
weblate/locale/it/LC_MESSAGES/django.po
weblate/locale/it/LC_MESSAGES/djangojs.mo
weblate/locale/it/LC_MESSAGES/djangojs.po
weblate/locale/ja/LC_MESSAGES/django.mo
weblate/locale/ja/LC_MESSAGES/django.po
weblate/locale/ja/LC_MESSAGES/djangojs.mo
weblate/locale/ja/LC_MESSAGES/djangojs.po
weblate/locale/kab/LC_MESSAGES/django.mo
weblate/locale/kab/LC_MESSAGES/django.po
weblate/locale/kab/LC_MESSAGES/djangojs.mo
weblate/locale/kab/LC_MESSAGES/djangojs.po
weblate/locale/km/LC_MESSAGES/django.mo
weblate/locale/km/LC_MESSAGES/django.po
weblate/locale/km/LC_MESSAGES/djangojs.mo
weblate/locale/km/LC_MESSAGES/djangojs.po
weblate/locale/kmr/LC_MESSAGES/django.mo
weblate/locale/kmr/LC_MESSAGES/django.po
weblate/locale/kmr/LC_MESSAGES/djangojs.mo
weblate/locale/kmr/LC_MESSAGES/djangojs.po
weblate/locale/ko/LC_MESSAGES/django.mo
weblate/locale/ko/LC_MESSAGES/django.po
weblate/locale/ko/LC_MESSAGES/djangojs.mo
weblate/locale/ko/LC_MESSAGES/djangojs.po
weblate/locale/ksh/LC_MESSAGES/django.mo
weblate/locale/ksh/LC_MESSAGES/django.po
weblate/locale/ksh/LC_MESSAGES/djangojs.mo
weblate/locale/ksh/LC_MESSAGES/djangojs.po
weblate/locale/ku/LC_MESSAGES/django.mo
weblate/locale/ku/LC_MESSAGES/django.po
weblate/locale/ku/LC_MESSAGES/djangojs.mo
weblate/locale/ku/LC_MESSAGES/djangojs.po
weblate/locale/ln/LC_MESSAGES/django.mo
weblate/locale/ln/LC_MESSAGES/django.po
weblate/locale/ln/LC_MESSAGES/djangojs.mo
weblate/locale/ln/LC_MESSAGES/djangojs.po
weblate/locale/lt/LC_MESSAGES/django.mo
weblate/locale/lt/LC_MESSAGES/django.po
weblate/locale/lt/LC_MESSAGES/djangojs.mo
weblate/locale/lt/LC_MESSAGES/djangojs.po
weblate/locale/mk/LC_MESSAGES/django.mo
weblate/locale/mk/LC_MESSAGES/django.po
weblate/locale/mk/LC_MESSAGES/djangojs.mo
weblate/locale/mk/LC_MESSAGES/djangojs.po
weblate/locale/nb/LC_MESSAGES/django.mo
weblate/locale/nb/LC_MESSAGES/django.po
weblate/locale/nb/LC_MESSAGES/djangojs.mo
weblate/locale/nb/LC_MESSAGES/djangojs.po
weblate/locale/nl/LC_MESSAGES/django.mo
weblate/locale/nl/LC_MESSAGES/django.po
weblate/locale/nl/LC_MESSAGES/djangojs.mo
weblate/locale/nl/LC_MESSAGES/djangojs.po
weblate/locale/oc/LC_MESSAGES/django.mo
weblate/locale/oc/LC_MESSAGES/django.po
weblate/locale/oc/LC_MESSAGES/djangojs.mo
weblate/locale/oc/LC_MESSAGES/djangojs.po
weblate/locale/pa/LC_MESSAGES/django.mo
weblate/locale/pa/LC_MESSAGES/django.po
weblate/locale/pa/LC_MESSAGES/djangojs.mo
weblate/locale/pa/LC_MESSAGES/djangojs.po
weblate/locale/pl/LC_MESSAGES/django.mo
weblate/locale/pl/LC_MESSAGES/django.po
weblate/locale/pl/LC_MESSAGES/djangojs.mo
weblate/locale/pl/LC_MESSAGES/djangojs.po
weblate/locale/pt/LC_MESSAGES/django.mo
weblate/locale/pt/LC_MESSAGES/django.po
weblate/locale/pt/LC_MESSAGES/djangojs.mo
weblate/locale/pt/LC_MESSAGES/djangojs.po
weblate/locale/pt_BR/LC_MESSAGES/django.mo
weblate/locale/pt_BR/LC_MESSAGES/django.po
weblate/locale/pt_BR/LC_MESSAGES/djangojs.mo
weblate/locale/pt_BR/LC_MESSAGES/djangojs.po
weblate/locale/ro/LC_MESSAGES/django.mo
weblate/locale/ro/LC_MESSAGES/django.po
weblate/locale/ro/LC_MESSAGES/djangojs.mo
weblate/locale/ro/LC_MESSAGES/djangojs.po
weblate/locale/ru/LC_MESSAGES/django.mo
weblate/locale/ru/LC_MESSAGES/django.po
weblate/locale/ru/LC_MESSAGES/djangojs.mo
weblate/locale/ru/LC_MESSAGES/djangojs.po
weblate/locale/sc/LC_MESSAGES/django.mo
weblate/locale/sc/LC_MESSAGES/django.po
weblate/locale/sc/LC_MESSAGES/djangojs.mo
weblate/locale/sc/LC_MESSAGES/djangojs.po
weblate/locale/sk/LC_MESSAGES/django.mo
weblate/locale/sk/LC_MESSAGES/django.po
weblate/locale/sk/LC_MESSAGES/djangojs.mo
weblate/locale/sk/LC_MESSAGES/djangojs.po
weblate/locale/sl/LC_MESSAGES/django.mo
weblate/locale/sl/LC_MESSAGES/django.po
weblate/locale/sl/LC_MESSAGES/djangojs.mo
weblate/locale/sl/LC_MESSAGES/djangojs.po
weblate/locale/sq/LC_MESSAGES/django.mo
weblate/locale/sq/LC_MESSAGES/django.po
weblate/locale/sq/LC_MESSAGES/djangojs.mo
weblate/locale/sq/LC_MESSAGES/djangojs.po
weblate/locale/sr/LC_MESSAGES/django.mo
weblate/locale/sr/LC_MESSAGES/django.po
weblate/locale/sr/LC_MESSAGES/djangojs.mo
weblate/locale/sr/LC_MESSAGES/djangojs.po
weblate/locale/sv/LC_MESSAGES/django.mo
weblate/locale/sv/LC_MESSAGES/django.po
weblate/locale/sv/LC_MESSAGES/djangojs.mo
weblate/locale/sv/LC_MESSAGES/djangojs.po
weblate/locale/sw/LC_MESSAGES/django.mo
weblate/locale/sw/LC_MESSAGES/django.po
weblate/locale/sw/LC_MESSAGES/djangojs.mo
weblate/locale/sw/LC_MESSAGES/djangojs.po
weblate/locale/ta/LC_MESSAGES/django.mo
weblate/locale/ta/LC_MESSAGES/django.po
weblate/locale/ta/LC_MESSAGES/djangojs.mo
weblate/locale/ta/LC_MESSAGES/djangojs.po
weblate/locale/th/LC_MESSAGES/django.mo
weblate/locale/th/LC_MESSAGES/django.po
weblate/locale/th/LC_MESSAGES/djangojs.mo
weblate/locale/th/LC_MESSAGES/djangojs.po
weblate/locale/tlh/LC_MESSAGES/django.mo
weblate/locale/tlh/LC_MESSAGES/django.po
weblate/locale/tlh/LC_MESSAGES/djangojs.mo
weblate/locale/tlh/LC_MESSAGES/djangojs.po
weblate/locale/tr/LC_MESSAGES/django.mo
weblate/locale/tr/LC_MESSAGES/django.po
weblate/locale/tr/LC_MESSAGES/djangojs.mo
weblate/locale/tr/LC_MESSAGES/djangojs.po
weblate/locale/ug/LC_MESSAGES/django.mo
weblate/locale/ug/LC_MESSAGES/django.po
weblate/locale/ug/LC_MESSAGES/djangojs.mo
weblate/locale/ug/LC_MESSAGES/djangojs.po
weblate/locale/uk/LC_MESSAGES/django.mo
weblate/locale/uk/LC_MESSAGES/django.po
weblate/locale/uk/LC_MESSAGES/djangojs.mo
weblate/locale/uk/LC_MESSAGES/djangojs.po
weblate/locale/vi/LC_MESSAGES/django.mo
weblate/locale/vi/LC_MESSAGES/django.po
weblate/locale/vi/LC_MESSAGES/djangojs.mo
weblate/locale/vi/LC_MESSAGES/djangojs.po
weblate/locale/zh_Hans/LC_MESSAGES/django.mo
weblate/locale/zh_Hans/LC_MESSAGES/django.po
weblate/locale/zh_Hans/LC_MESSAGES/djangojs.mo
weblate/locale/zh_Hans/LC_MESSAGES/djangojs.po
weblate/locale/zh_Hant/LC_MESSAGES/django.mo
weblate/locale/zh_Hant/LC_MESSAGES/django.po
weblate/locale/zh_Hant/LC_MESSAGES/djangojs.mo
weblate/locale/zh_Hant/LC_MESSAGES/djangojs.po
weblate/machinery/__init__.py
weblate/machinery/apertium.py
weblate/machinery/aws.py
weblate/machinery/base.py
weblate/machinery/deepl.py
weblate/machinery/dummy.py
weblate/machinery/glosbe.py
weblate/machinery/google.py
weblate/machinery/microsoft.py
weblate/machinery/models.py
weblate/machinery/mymemory.py
weblate/machinery/saptranslationhub.py
weblate/machinery/tests.py
weblate/machinery/tmserver.py
weblate/machinery/weblatetm.py
weblate/machinery/yandex.py
weblate/memory/__init__.py
weblate/memory/admin.py
weblate/memory/apps.py
weblate/memory/machine.py
weblate/memory/models.py
weblate/memory/storage.py
weblate/memory/tests.py
weblate/memory/views.py
weblate/memory/management/__init__.py
weblate/memory/management/commands/__init__.py
weblate/memory/management/commands/delete_memory.py
weblate/memory/management/commands/dump_memory.py
weblate/memory/management/commands/import_memory.py
weblate/memory/management/commands/list_memory.py
weblate/memory/migrations/0001_squashed_0003_auto_20180321_1554.py
weblate/memory/migrations/__init__.py
weblate/screenshots/__init__.py
weblate/screenshots/admin.py
weblate/screenshots/apps.py
weblate/screenshots/fields.py
weblate/screenshots/forms.py
weblate/screenshots/models.py
weblate/screenshots/tests.py
weblate/screenshots/views.py
weblate/screenshots/migrations/0001_squashed_0003_auto_20170215_1633.py
weblate/screenshots/migrations/__init__.py
weblate/static/chartist.css
weblate/static/favicon.ico
weblate/static/loader-bootstrap.js
weblate/static/multi.css
weblate/static/robots.txt
weblate/static/style-bootstrap.css
weblate/static/weblate-128.png
weblate/static/weblate-144.png
weblate/static/weblate-152.png
weblate/static/weblate-32.png
weblate/static/bootstrap/config.json
weblate/static/bootstrap/css/bootstrap-datepicker3.css
weblate/static/bootstrap/css/bootstrap-rtl.css
weblate/static/bootstrap/css/bootstrap-theme.css
weblate/static/bootstrap/css/bootstrap.css
weblate/static/bootstrap/js/bootstrap-datepicker.js
weblate/static/bootstrap/js/bootstrap.js
weblate/static/font-awesome/css/font-awesome.css
weblate/static/font-awesome/fonts/fontawesome-webfont.eot
weblate/static/font-awesome/fonts/fontawesome-webfont.svg
weblate/static/font-awesome/fonts/fontawesome-webfont.ttf
weblate/static/font-awesome/fonts/fontawesome-webfont.woff
weblate/static/font-awesome/fonts/fontawesome-webfont.woff2
weblate/static/font-linux/font-linux.css
weblate/static/font-linux/font-linux.eot
weblate/static/font-linux/font-linux.svg
weblate/static/font-linux/font-linux.ttf
weblate/static/font-linux/font-linux.woff
weblate/static/js/autosize.js
weblate/static/js/chartist.js
weblate/static/js/clipboard.js
weblate/static/js/jquery.js
weblate/static/js/js.cookie.js
weblate/static/js/modernizr.js
weblate/static/js/mousetrap-global-bind.js
weblate/static/js/mousetrap.js
weblate/static/js/multi.js
weblate/templates/403.html
weblate/templates/403_csrf.html
weblate/templates/404.html
weblate/templates/500.html
weblate/templates/about.html
weblate/templates/access_control_description.html
weblate/templates/activity-tab.html
weblate/templates/badge.svg
weblate/templates/base.html
weblate/templates/check.html
weblate/templates/check_component.html
weblate/templates/check_project.html
weblate/templates/checks.html
weblate/templates/component-list.html
weblate/templates/component-settings.html
weblate/templates/component.html
weblate/templates/component_info.html
weblate/templates/contributor-agreement.html
weblate/templates/data.html
weblate/templates/dictionaries.html
weblate/templates/dictionary.html
weblate/templates/documentation-icon.html
weblate/templates/edit_dictionary.html
weblate/templates/engage.html
weblate/templates/footer.html
weblate/templates/format-translation.html
weblate/templates/git-commit-info.html
weblate/templates/glossary-embed.html
weblate/templates/i18n.html
weblate/templates/index.html
weblate/templates/language-project.html
weblate/templates/language.html
weblate/templates/languages.html
weblate/templates/last-changes-content.html
weblate/templates/legend.html
weblate/templates/list-checks.html
weblate/templates/list-comments.html
weblate/templates/list-projects.html
weblate/templates/list-translations.html
weblate/templates/manage-access.html
weblate/templates/matrix-table.html
weblate/templates/matrix.html
weblate/templates/message.html
weblate/templates/multi-language-badge.svg
weblate/templates/new-language.html
weblate/templates/paginator.html
weblate/templates/progress.html
weblate/templates/project-settings.html
weblate/templates/project.html
weblate/templates/project_info.html
weblate/templates/project_stats.html
weblate/templates/projects.html
weblate/templates/replace.html
weblate/templates/search-form.html
weblate/templates/search.html
weblate/templates/show-contributor-agreement.html
weblate/templates/show-lock.html
weblate/templates/source-review.html
weblate/templates/source.html
weblate/templates/stats.html
weblate/templates/title.html
weblate/templates/translate.html
weblate/templates/translation-download.html
weblate/templates/translation.html
weblate/templates/unit-details.html
weblate/templates/user-activity.html
weblate/templates/watch-dropdown.html
weblate/templates/widgets.html
weblate/templates/zen-response.html
weblate/templates/zen-units.html
weblate/templates/zen.html
weblate/templates/accounts/confirm.html
weblate/templates/accounts/contact.html
weblate/templates/accounts/email-sent.html
weblate/templates/accounts/email.html
weblate/templates/accounts/hosting.html
weblate/templates/accounts/login.html
weblate/templates/accounts/password-warning.html
weblate/templates/accounts/password.html
weblate/templates/accounts/profile.html
weblate/templates/accounts/redirect.html
weblate/templates/accounts/register.html
weblate/templates/accounts/removal.html
weblate/templates/accounts/reset.html
weblate/templates/accounts/user.html
weblate/templates/addons/addon_detail.html
weblate/templates/addons/addon_head.html
weblate/templates/addons/addon_list.html
weblate/templates/addons/discovery_help.html
weblate/templates/addons/discovery_preview.html
weblate/templates/addons/generate_help.html
weblate/templates/billing/detail.html
weblate/templates/billing/overview.html
weblate/templates/billing/used.html
weblate/templates/bootstrap3/layout/help_text.html
weblate/templates/bootstrap3/layout/inline_field.html
weblate/templates/bootstrap3/layout/radioselect.html
weblate/templates/js/changes.html
weblate/templates/js/detail.html
weblate/templates/js/git-status.html
weblate/templates/js/translations.html
weblate/templates/layout/pills.html
weblate/templates/machine/microsoft_terminology_getlanguages.xml
weblate/templates/machine/microsoft_terminology_gettranslations.xml
weblate/templates/mail/account_activity.html
weblate/templates/mail/account_activity.txt
weblate/templates/mail/account_activity_subject.txt
weblate/templates/mail/activation.html
weblate/templates/mail/activation.txt
weblate/templates/mail/activation_subject.txt
weblate/templates/mail/base.html
weblate/templates/mail/changed_translation.html
weblate/templates/mail/changed_translation.txt
weblate/templates/mail/changed_translation_subject.txt
weblate/templates/mail/footer.html
weblate/templates/mail/footer.txt
weblate/templates/mail/merge_failure.html
weblate/templates/mail/merge_failure.txt
weblate/templates/mail/merge_failure_subject.txt
weblate/templates/mail/new_comment.html
weblate/templates/mail/new_comment.txt
weblate/templates/mail/new_comment_subject.txt
weblate/templates/mail/new_contributor.html
weblate/templates/mail/new_contributor.txt
weblate/templates/mail/new_contributor_subject.txt
weblate/templates/mail/new_language.html
weblate/templates/mail/new_language.txt
weblate/templates/mail/new_language_subject.txt
weblate/templates/mail/new_string.html
weblate/templates/mail/new_string.txt
weblate/templates/mail/new_string_subject.txt
weblate/templates/mail/new_suggestion.html
weblate/templates/mail/new_suggestion.txt
weblate/templates/mail/new_suggestion_subject.txt
weblate/templates/mail/new_translation.html
weblate/templates/mail/new_translation.txt
weblate/templates/mail/new_translation_subject.txt
weblate/templates/mail/parse_error.html
weblate/templates/mail/parse_error.txt
weblate/templates/mail/parse_error_subject.txt
weblate/templates/mail/remove.html
weblate/templates/mail/remove.txt
weblate/templates/mail/remove_subject.txt
weblate/templates/mail/reset.html
weblate/templates/mail/reset.txt
weblate/templates/mail/reset_subject.txt
weblate/templates/mail/signature.txt
weblate/templates/screenshots/screenshot_detail.html
weblate/templates/screenshots/screenshot_list.html
weblate/templates/screenshots/screenshot_show.html
weblate/templates/screenshots/screenshot_sources_body.html
weblate/templates/trans/change_list.html
weblate/templates/trans/other-row.html
weblate/templates/trans/suggestion_list.html
weblate/trans/__init__.py
weblate/trans/admin.py
weblate/trans/apps.py
weblate/trans/autotranslate.py
weblate/trans/checklists.py
weblate/trans/context_processors.py
weblate/trans/debug.py
weblate/trans/discovery.py
weblate/trans/feeds.py
weblate/trans/fields.py
weblate/trans/filter.py
weblate/trans/fonts.py
weblate/trans/forms.py
weblate/trans/mixins.py
weblate/trans/search.py
weblate/trans/signals.py
weblate/trans/simplediff.py
weblate/trans/specialchars.py
weblate/trans/stats.py
weblate/trans/util.py
weblate/trans/validators.py
weblate/trans/widgets.py
weblate/trans/autofixes/__init__.py
weblate/trans/autofixes/base.py
weblate/trans/autofixes/chars.py
weblate/trans/autofixes/whitespace.py
weblate/trans/fixtures/simple-project.json
weblate/trans/management/__init__.py
weblate/trans/management/commands/__init__.py
weblate/trans/management/commands/add_suggestions.py
weblate/trans/management/commands/auto_translate.py
weblate/trans/management/commands/benchmark.py
weblate/trans/management/commands/checkgit.py
weblate/trans/management/commands/cleanuptrans.py
weblate/trans/management/commands/commit_pending.py
weblate/trans/management/commands/commitgit.py
weblate/trans/management/commands/compilemessages.py
weblate/trans/management/commands/fixup_flags.py
weblate/trans/management/commands/import_json.py
weblate/trans/management/commands/import_project.py
weblate/trans/management/commands/list_translators.py
weblate/trans/management/commands/list_versions.py
weblate/trans/management/commands/loadpo.py
weblate/trans/management/commands/lock_translation.py
weblate/trans/management/commands/pushgit.py
weblate/trans/management/commands/rebuild_index.py
weblate/trans/management/commands/unlock_translation.py
weblate/trans/management/commands/update_index.py
weblate/trans/management/commands/updategit.py
weblate/trans/migrations/0001_squashed_0143_auto_20180609_1655.py
weblate/trans/migrations/__init__.py
weblate/trans/models/__init__.py
weblate/trans/models/agreement.py
weblate/trans/models/change.py
weblate/trans/models/comment.py
weblate/trans/models/component.py
weblate/trans/models/componentlist.py
weblate/trans/models/conf.py
weblate/trans/models/dictionary.py
weblate/trans/models/project.py
weblate/trans/models/search.py
weblate/trans/models/source.py
weblate/trans/models/suggestion.py
weblate/trans/models/translation.py
weblate/trans/models/unit.py
weblate/trans/models/whiteboard.py
weblate/trans/templatetags/__init__.py
weblate/trans/templatetags/advertisement.py
weblate/trans/templatetags/translations.py
weblate/trans/tests/__init__.py
weblate/trans/tests/mypretty.py
weblate/trans/tests/test_acl.py
weblate/trans/tests/test_advertisement.py
weblate/trans/tests/test_agreement.py
weblate/trans/tests/test_autofix.py
weblate/trans/tests/test_autotranslate.py
weblate/trans/tests/test_basic_views.py
weblate/trans/tests/test_changes.py
weblate/trans/tests/test_charts.py
weblate/trans/tests/test_commands.py
weblate/trans/tests/test_comment.py
weblate/trans/tests/test_component.py
weblate/trans/tests/test_debug.py
weblate/trans/tests/test_dictionary.py
weblate/trans/tests/test_diff.py
weblate/trans/tests/test_discovery.py
weblate/trans/tests/test_edit.py
weblate/trans/tests/test_exports.py
weblate/trans/tests/test_files.py
weblate/trans/tests/test_git_views.py
weblate/trans/tests/test_hooks.py
weblate/trans/tests/test_js_views.py
weblate/trans/tests/test_lock.py
weblate/trans/tests/test_models.py
weblate/trans/tests/test_remote.py
weblate/trans/tests/test_reports.py
weblate/trans/tests/test_review.py
weblate/trans/tests/test_search.py
weblate/trans/tests/test_selenium.py
weblate/trans/tests/test_settings.py
weblate/trans/tests/test_sitemaps.py
weblate/trans/tests/test_sort.py
weblate/trans/tests/test_specialchars.py
weblate/trans/tests/test_suggestions.py
weblate/trans/tests/test_templatetags.py
weblate/trans/tests/test_unitdata.py
weblate/trans/tests/test_util.py
weblate/trans/tests/test_views.py
weblate/trans/tests/test_widgets.py
weblate/trans/tests/utils.py
weblate/trans/tests/data/components.json
weblate/trans/tests/data/cs-CZ.rc
weblate/trans/tests/data/cs-badplurals.po
weblate/trans/tests/data/cs-bom.po
weblate/trans/tests/data/cs-fuzzy.po
weblate/trans/tests/data/cs-nested.json
weblate/trans/tests/data/cs-quotes-escaped.csv
weblate/trans/tests/data/cs-quotes.csv
weblate/trans/tests/data/cs-webext.json
weblate/trans/tests/data/cs.csv
weblate/trans/tests/data/cs.dtd
weblate/trans/tests/data/cs.ini
weblate/trans/tests/data/cs.json
weblate/trans/tests/data/cs.mo
weblate/trans/tests/data/cs.php
weblate/trans/tests/data/cs.po
weblate/trans/tests/data/cs.poxliff
weblate/trans/tests/data/cs.pyml
weblate/trans/tests/data/cs.resx
weblate/trans/tests/data/cs.ryml
weblate/trans/tests/data/cs.ts
weblate/trans/tests/data/cs.xliff
weblate/trans/tests/data/he-cldr.po
weblate/trans/tests/data/he-custom.po
weblate/trans/tests/data/he-simple.po
weblate/trans/tests/data/he-three.po
weblate/trans/tests/data/hello.pot
weblate/trans/tests/data/hub
weblate/trans/tests/data/known_hosts
weblate/trans/tests/data/memory.json
weblate/trans/tests/data/memory.tmx
weblate/trans/tests/data/screenshot.png
weblate/trans/tests/data/ssh-keyscan
weblate/trans/tests/data/strings-cs.xml
weblate/trans/tests/data/strings.xml
weblate/trans/tests/data/swing.properties
weblate/trans/tests/data/terms-header.csv
weblate/trans/tests/data/terms.csv
weblate/trans/tests/data/terms.po
weblate/trans/tests/data/terms.tbx
weblate/trans/tests/data/test-base-repo.git.tar
weblate/trans/tests/data/test-base-repo.hg.tar
weblate/trans/tests/data/test-base-repo.svn.tar
weblate/trans/tests/data/unicode.pot
weblate/trans/tests/data/users-django.json
weblate/trans/tests/data/users-empty.json
weblate/trans/tests/data/users-invalid.json
weblate/trans/tests/data/users.json
weblate/trans/views/__init__.py
weblate/trans/views/acl.py
weblate/trans/views/agreement.py
weblate/trans/views/api.py
weblate/trans/views/basic.py
weblate/trans/views/changes.py
weblate/trans/views/charts.py
weblate/trans/views/dictionary.py
weblate/trans/views/edit.py
weblate/trans/views/files.py
weblate/trans/views/git.py
weblate/trans/views/helper.py
weblate/trans/views/js.py
weblate/trans/views/lock.py
weblate/trans/views/reports.py
weblate/trans/views/search.py
weblate/trans/views/settings.py
weblate/trans/views/source.py
weblate/trans/views/widgets.py
weblate/trans/widget-images/287x66-black.png
weblate/trans/widget-images/287x66-grey.png
weblate/trans/widget-images/287x66-white.png
weblate/trans/widget-images/88x31-black.png
weblate/trans/widget-images/88x31-grey.png
weblate/trans/widget-images/88x31-white.png
weblate/trans/widget-images/badge-failing.png
weblate/trans/widget-images/badge-medium.png
weblate/trans/widget-images/badge-passing.png
weblate/ttf/DejaVuSans-Bold.ttf
weblate/ttf/DejaVuSans.ttf
weblate/ttf/DroidSans-Bold.ttf
weblate/ttf/DroidSans.ttf
weblate/ttf/DroidSansFallback.ttf
weblate/ttf/LICENSE
weblate/ttf/README.txt
weblate/utils/__init__.py
weblate/utils/admin.py
weblate/utils/antispam.py
weblate/utils/apps.py
weblate/utils/checks.py
weblate/utils/classloader.py
weblate/utils/data.py
weblate/utils/db.py
weblate/utils/decorators.py
weblate/utils/docs.py
weblate/utils/errors.py
weblate/utils/fields.py
weblate/utils/files.py
weblate/utils/hash.py
weblate/utils/index.py
weblate/utils/messages.py
weblate/utils/models.py
weblate/utils/query.py
weblate/utils/render.py
weblate/utils/request.py
weblate/utils/requirements.py
weblate/utils/search.py
weblate/utils/site.py
weblate/utils/state.py
weblate/utils/stats.py
weblate/utils/template_hacks.py
weblate/utils/translation.py
weblate/utils/unitdata.py
weblate/utils/unittest.py
weblate/utils/validators.py
weblate/utils/views.py
weblate/utils/migrations/__init__.py
weblate/utils/tests/__init__.py
weblate/utils/tests/test_antispam.py
weblate/utils/tests/test_classloader.py
weblate/utils/tests/test_db.py
weblate/utils/tests/test_hash.py
weblate/utils/tests/test_request.py
weblate/utils/tests/test_requirements.py
weblate/utils/tests/test_search.py
weblate/utils/tests/test_validators.py
weblate/utils/tests/test_views.py
weblate/vcs/__init__.py
weblate/vcs/apps.py
weblate/vcs/base.py
weblate/vcs/git.py
weblate/vcs/gpg.py
weblate/vcs/mercurial.py
weblate/vcs/models.py
weblate/vcs/ssh.py
weblate/vcs/tests/__init__.py
weblate/vcs/tests/test_gpg.py
weblate/vcs/tests/test_ssh.py
weblate/vcs/tests/test_vcs.py
weblate/wladmin/__init__.py
weblate/wladmin/apps.py
weblate/wladmin/middleware.py
weblate/wladmin/models.py
weblate/wladmin/performance.py
weblate/wladmin/sites.py
weblate/wladmin/tests.py
weblate/wladmin/views.py
weblate/wladmin/migrations/0001_squashed_0003_auto_20180215_1127.py
weblate/wladmin/migrations/__init__.py
weblate/wladmin/templates/admin/logout-confirm.html
weblate/wladmin/templates/admin/performance.html
weblate/wladmin/templates/admin/report.html
weblate/wladmin/templates/admin/ssh.html
weblate/wladmin/templates/admin/weblate-index.html
weblate/wladmin/templates/admin/permissions/change_form.html
weblate/wladmin/templates/admin/trans/change_form.html
weblate/wladmin/templates/wladmin/delete_confirmation.html
weblate/wladmin/templates/wladmin/delete_selected_confirmation.html
weblate/wladmin/templatetags/__init__.py
weblate/wladmin/templatetags/check_links.py