AUTHORS
CONTRIBUTING.rst
INSTALL
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
Pootle.egg-info/PKG-INFO
Pootle.egg-info/SOURCES.txt
Pootle.egg-info/dependency_links.txt
Pootle.egg-info/entry_points.txt
Pootle.egg-info/not-zip-safe
Pootle.egg-info/requires.txt
Pootle.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/contents.rst.inc
docs/faq.rst
docs/index.rst
docs/license.rst
docs/make.bat
docs/_ext/jsonlexer.py
docs/_ext/pootle_docs.py
docs/_ext/removed.py
docs/_static/accessing_admin_interface.png
docs/_static/accessing_team.png
docs/_static/add_project_button.png
docs/_static/add_project_form.png
docs/_static/add_team_member.png
docs/_static/altsrc.png
docs/_static/asciinema_org_92502.png
docs/_static/critical_errors.png
docs/_static/enable_new_tp_through_admin_UI.png
docs/_static/failing-checks.png
docs/_static/languages_in_project_dropdown.png
docs/_static/permissions_access.png
docs/_static/permissions_edit.png
docs/_static/pootle_fs_link.png
docs/_static/pootle_logo.png
docs/_static/project_form_bottom_links.png
docs/_static/remove_team_member.png
docs/_static/search.png
docs/_static/set_project_pootle_fs.png
docs/_static/special_chars_access.png
docs/_static/special_chars_adjust.png
docs/_static/special_chars_widget.png
docs/developers/browsers.rst
docs/developers/contributing.rst
docs/developers/customization.rst
docs/developers/deprecation.rst
docs/developers/frontend.rst
docs/developers/glossary.rst
docs/developers/hacking.rst
docs/developers/index.rst
docs/developers/plugins.rst
docs/developers/release.rst
docs/developers/releasing.rst
docs/developers/roadmap.rst
docs/developers/setup_linux.rst
docs/developers/setup_windows.rst
docs/developers/styleguide.rst
docs/developers/testing.rst
docs/features/alternative_source_language.rst
docs/features/captcha.rst
docs/features/characters.rst
docs/features/checks.rst
docs/features/formats.rst
docs/features/index.rst
docs/features/machine_translation.rst
docs/features/migrate_to_pootle_fs.rst
docs/features/offline.rst
docs/features/permissions.rst
docs/features/pootle_fs.rst
docs/features/pootle_fs_add_project.rst
docs/features/pootle_fs_install_plugins.rst
docs/features/pootle_fs_statuses.rst
docs/features/searching.rst
docs/features/shortcuts.rst
docs/features/staticpages.rst
docs/features/statistics.rst
docs/features/suggestions.rst
docs/features/teams.rst
docs/features/templates.rst
docs/features/terminology.rst
docs/features/translation_memory.rst
docs/features/using_pootle_fs.rst
docs/features/virtual_folders.json
docs/features/virtual_folders.rst
docs/releases/2.1.1.rst
docs/releases/2.1.2.rst
docs/releases/2.1.3.rst
docs/releases/2.1.4.rst
docs/releases/2.1.5.rst
docs/releases/2.1.6.rst
docs/releases/2.5.0.rst
docs/releases/2.5.1.1.rst
docs/releases/2.5.1.2.rst
docs/releases/2.5.1.3.rst
docs/releases/2.5.1.rst
docs/releases/2.6.0.rst
docs/releases/2.6.1.rst
docs/releases/2.6.2.rst
docs/releases/2.6.3.rst
docs/releases/2.6.4.rst
docs/releases/2.7.0.rst
docs/releases/2.7.1.rst
docs/releases/2.7.2.rst
docs/releases/2.7.3.rst
docs/releases/2.7.4.rst
docs/releases/2.7.5.rst
docs/releases/2.7.6.rst
docs/releases/2.8.0.rst
docs/releases/2.8.1.rst
docs/releases/2.8.2.rst
docs/releases/index.rst
docs/releases/old_releases.rst
docs/server/apache-virtualhost.conf
docs/server/apache-wsgi.py
docs/server/auth.rst
docs/server/backup.rst
docs/server/cache.rst
docs/server/commands.rst
docs/server/database_migration.rst
docs/server/index.rst
docs/server/installation.rst
docs/server/logging.rst
docs/server/mysql_installation.rst
docs/server/optimization.rst
docs/server/postgresql_installation.rst
docs/server/project_setup.rst
docs/server/requirements.rst
docs/server/rq.rst
docs/server/settings.rst
docs/server/upgrading.rst
docs/server/web.rst
pootle/__init__.py
pootle/checks.py
pootle/constants.py
pootle/runner.py
pootle/settings.py
pootle/syspath_override.py
pootle/urls.py
pootle/.pootle_fs/tmp/README
pootle/apps/__init__.py
pootle/apps/accounts/__init__.py
pootle/apps/accounts/adapter.py
pootle/apps/accounts/apps.py
pootle/apps/accounts/forms.py
pootle/apps/accounts/getters.py
pootle/apps/accounts/managers.py
pootle/apps/accounts/models.py
pootle/apps/accounts/proxy.py
pootle/apps/accounts/receivers.py
pootle/apps/accounts/social_adapter.py
pootle/apps/accounts/updater.py
pootle/apps/accounts/urls.py
pootle/apps/accounts/utils.py
pootle/apps/accounts/views.py
pootle/apps/accounts/management/__init__.py
pootle/apps/accounts/management/commands/__init__.py
pootle/apps/accounts/management/commands/find_duplicate_emails.py
pootle/apps/accounts/management/commands/merge_user.py
pootle/apps/accounts/management/commands/purge_user.py
pootle/apps/accounts/management/commands/update_user_email.py
pootle/apps/accounts/management/commands/verify_user.py
pootle/apps/accounts/migrations/0001_initial.py
pootle/apps/accounts/migrations/0002_user_alt_src_langs.py
pootle/apps/accounts/migrations/0003_remove_pootleprofile_id.py
pootle/apps/accounts/migrations/0004_allow_null_last_login.py
pootle/apps/accounts/migrations/0005_user_indeces.py
pootle/apps/accounts/migrations/0006_unicode_usernames_are_valid.py
pootle/apps/accounts/migrations/0007_update_system_username.py
pootle/apps/accounts/migrations/0008_add_system_user.py
pootle/apps/accounts/migrations/0009_remove_currency_and_hourly_rate_fields.py
pootle/apps/accounts/migrations/0010_set_username_unique_error_message.py
pootle/apps/accounts/migrations/0011_remove_user_rates.py
pootle/apps/accounts/migrations/__init__.py
pootle/apps/contact/__init__.py
pootle/apps/contact/forms.py
pootle/apps/contact/urls.py
pootle/apps/contact/views.py
pootle/apps/import_export/__init__.py
pootle/apps/import_export/apps.py
pootle/apps/import_export/exceptions.py
pootle/apps/import_export/forms.py
pootle/apps/import_export/providers.py
pootle/apps/import_export/urls.py
pootle/apps/import_export/utils.py
pootle/apps/import_export/views.py
pootle/apps/import_export/management/__init__.py
pootle/apps/import_export/management/commands/__init__.py
pootle/apps/import_export/management/commands/export.py
pootle/apps/import_export/management/commands/import.py
pootle/apps/import_export/templates/browser/index.html
pootle/apps/pootle_app/__init__.py
pootle/apps/pootle_app/apps.py
pootle/apps/pootle_app/assets.py
pootle/apps/pootle_app/forms.py
pootle/apps/pootle_app/getters.py
pootle/apps/pootle_app/panels.py
pootle/apps/pootle_app/project_tree.py
pootle/apps/pootle_app/providers.py
pootle/apps/pootle_app/site.py
pootle/apps/pootle_app/urls.py
pootle/apps/pootle_app/management/__init__.py
pootle/apps/pootle_app/management/commands/__init__.py
pootle/apps/pootle_app/management/commands/calculate_checks.py
pootle/apps/pootle_app/management/commands/changed_languages.py
pootle/apps/pootle_app/management/commands/config.py
pootle/apps/pootle_app/management/commands/contributors.py
pootle/apps/pootle_app/management/commands/dump.py
pootle/apps/pootle_app/management/commands/flush_cache.py
pootle/apps/pootle_app/management/commands/initdb.py
pootle/apps/pootle_app/management/commands/list_languages.py
pootle/apps/pootle_app/management/commands/list_projects.py
pootle/apps/pootle_app/management/commands/list_serializers.py
pootle/apps/pootle_app/management/commands/refresh_scores.py
pootle/apps/pootle_app/management/commands/retry_failed_jobs.py
pootle/apps/pootle_app/management/commands/revision.py
pootle/apps/pootle_app/management/commands/schema.py
pootle/apps/pootle_app/management/commands/set_filetype.py
pootle/apps/pootle_app/management/commands/sync_stores.py
pootle/apps/pootle_app/management/commands/test_checks.py
pootle/apps/pootle_app/management/commands/update_data.py
pootle/apps/pootle_app/management/commands/update_stores.py
pootle/apps/pootle_app/management/commands/update_tmserver.py
pootle/apps/pootle_app/management/commands/webpack.py
pootle/apps/pootle_app/management/commands/schema_commands/__init__.py
pootle/apps/pootle_app/migrations/0001_initial.py
pootle/apps/pootle_app/migrations/0002_mark_empty_dirs_as_obsolete.py
pootle/apps/pootle_app/migrations/0003_drop_existing_directory_default_permissions.py
pootle/apps/pootle_app/migrations/0004_set_directory_has_no_default_permissions.py
pootle/apps/pootle_app/migrations/0005_case_sensitive_schema.py
pootle/apps/pootle_app/migrations/0006_change_administrate_permission_name.py
pootle/apps/pootle_app/migrations/0007_add_directory_name_validation.py
pootle/apps/pootle_app/migrations/0008_allow_blank_directory_name_and_parent.py
pootle/apps/pootle_app/migrations/0009_set_default_directory_pootle_path.py
pootle/apps/pootle_app/migrations/0010_obsolete_path_idx.py
pootle/apps/pootle_app/migrations/0011_directory_tp.py
pootle/apps/pootle_app/migrations/0012_set_directory_tp.py
pootle/apps/pootle_app/migrations/0013_directory_tp_path.py
pootle/apps/pootle_app/migrations/0014_set_directory_tp_path.py
pootle/apps/pootle_app/migrations/0015_add_tp_path_idx.py
pootle/apps/pootle_app/migrations/0016_set_directory_tp_again.py
pootle/apps/pootle_app/migrations/0017_drop_stray_directories.py
pootle/apps/pootle_app/migrations/0018_set_directory_base_manager_name.py
pootle/apps/pootle_app/migrations/0019_remove_extra_indeces.py
pootle/apps/pootle_app/migrations/__init__.py
pootle/apps/pootle_app/models/__init__.py
pootle/apps/pootle_app/models/directory.py
pootle/apps/pootle_app/models/permissions.py
pootle/apps/pootle_app/views/__init__.py
pootle/apps/pootle_app/views/admin/__init__.py
pootle/apps/pootle_app/views/admin/adminroot.py
pootle/apps/pootle_app/views/admin/dashboard.py
pootle/apps/pootle_app/views/admin/languages.py
pootle/apps/pootle_app/views/admin/permissions.py
pootle/apps/pootle_app/views/admin/projects.py
pootle/apps/pootle_app/views/admin/urls.py
pootle/apps/pootle_app/views/admin/users.py
pootle/apps/pootle_app/views/admin/util.py
pootle/apps/pootle_app/views/index/__init__.py
pootle/apps/pootle_app/views/index/index.py
pootle/apps/pootle_app/views/index/urls.py
pootle/apps/pootle_checks/__init__.py
pootle/apps/pootle_checks/apps.py
pootle/apps/pootle_checks/constants.py
pootle/apps/pootle_checks/getters.py
pootle/apps/pootle_checks/receivers.py
pootle/apps/pootle_checks/utils.py
pootle/apps/pootle_comment/__init__.py
pootle/apps/pootle_comment/apps.py
pootle/apps/pootle_comment/delegate.py
pootle/apps/pootle_comment/exceptions.py
pootle/apps/pootle_comment/forms.py
pootle/apps/pootle_comment/models.py
pootle/apps/pootle_comment/signals.py
pootle/apps/pootle_comment/migrations/0001_initial.py
pootle/apps/pootle_comment/migrations/0002_use_abstract_module.py
pootle/apps/pootle_comment/migrations/__init__.py
pootle/apps/pootle_config/__init__.py
pootle/apps/pootle_config/abstracts.py
pootle/apps/pootle_config/apps.py
pootle/apps/pootle_config/delegate.py
pootle/apps/pootle_config/exceptions.py
pootle/apps/pootle_config/getters.py
pootle/apps/pootle_config/managers.py
pootle/apps/pootle_config/models.py
pootle/apps/pootle_config/utils.py
pootle/apps/pootle_config/migrations/0001_initial.py
pootle/apps/pootle_config/migrations/__init__.py
pootle/apps/pootle_data/__init__.py
pootle/apps/pootle_data/abstracts.py
pootle/apps/pootle_data/apps.py
pootle/apps/pootle_data/directory_data.py
pootle/apps/pootle_data/getters.py
pootle/apps/pootle_data/language_data.py
pootle/apps/pootle_data/models.py
pootle/apps/pootle_data/project_data.py
pootle/apps/pootle_data/receivers.py
pootle/apps/pootle_data/store_data.py
pootle/apps/pootle_data/tp_data.py
pootle/apps/pootle_data/utils.py
pootle/apps/pootle_data/migrations/0001_initial.py
pootle/apps/pootle_data/migrations/0002_storechecksdata_tpchecksdata.py
pootle/apps/pootle_data/migrations/0003_index_unique_together.py
pootle/apps/pootle_data/migrations/0004_remove_last_updated.py
pootle/apps/pootle_data/migrations/0005_add_store_and_tp_data.py
pootle/apps/pootle_data/migrations/0006_add_cascade_deletes.py
pootle/apps/pootle_data/migrations/0007_add_store_and_tp_data_again.py
pootle/apps/pootle_data/migrations/0008_keep_data_on_delete.py
pootle/apps/pootle_data/migrations/0009_remove_extra_indeces.py
pootle/apps/pootle_data/migrations/__init__.py
pootle/apps/pootle_format/__init__.py
pootle/apps/pootle_format/abstracts.py
pootle/apps/pootle_format/apps.py
pootle/apps/pootle_format/default.py
pootle/apps/pootle_format/exceptions.py
pootle/apps/pootle_format/getters.py
pootle/apps/pootle_format/models.py
pootle/apps/pootle_format/providers.py
pootle/apps/pootle_format/receivers.py
pootle/apps/pootle_format/registry.py
pootle/apps/pootle_format/utils.py
pootle/apps/pootle_format/formats/__init__.py
pootle/apps/pootle_format/formats/mozilla_lang.py
pootle/apps/pootle_format/formats/po.py
pootle/apps/pootle_format/formats/providers.py
pootle/apps/pootle_format/migrations/0001_initial.py
pootle/apps/pootle_format/migrations/0002_default_formats.py
pootle/apps/pootle_format/migrations/0003_remove_extra_indeces.py
pootle/apps/pootle_format/migrations/__init__.py
pootle/apps/pootle_fs/__init__.py
pootle/apps/pootle_fs/abstracts.py
pootle/apps/pootle_fs/apps.py
pootle/apps/pootle_fs/decorators.py
pootle/apps/pootle_fs/delegate.py
pootle/apps/pootle_fs/display.py
pootle/apps/pootle_fs/exceptions.py
pootle/apps/pootle_fs/files.py
pootle/apps/pootle_fs/finder.py
pootle/apps/pootle_fs/forms.py
pootle/apps/pootle_fs/getters.py
pootle/apps/pootle_fs/localfs.py
pootle/apps/pootle_fs/managers.py
pootle/apps/pootle_fs/matcher.py
pootle/apps/pootle_fs/models.py
pootle/apps/pootle_fs/plugin.py
pootle/apps/pootle_fs/providers.py
pootle/apps/pootle_fs/receivers.py
pootle/apps/pootle_fs/resources.py
pootle/apps/pootle_fs/response.py
pootle/apps/pootle_fs/signals.py
pootle/apps/pootle_fs/state.py
pootle/apps/pootle_fs/urls.py
pootle/apps/pootle_fs/utils.py
pootle/apps/pootle_fs/views.py
pootle/apps/pootle_fs/management/__init__.py
pootle/apps/pootle_fs/management/commands/__init__.py
pootle/apps/pootle_fs/management/commands/fs.py
pootle/apps/pootle_fs/management/commands/init_fs_project.py
pootle/apps/pootle_fs/management/commands/fs_commands/__init__.py
pootle/apps/pootle_fs/management/commands/fs_commands/add.py
pootle/apps/pootle_fs/management/commands/fs_commands/fetch.py
pootle/apps/pootle_fs/management/commands/fs_commands/info.py
pootle/apps/pootle_fs/management/commands/fs_commands/resolve.py
pootle/apps/pootle_fs/management/commands/fs_commands/rm.py
pootle/apps/pootle_fs/management/commands/fs_commands/state.py
pootle/apps/pootle_fs/management/commands/fs_commands/sync.py
pootle/apps/pootle_fs/management/commands/fs_commands/unstage.py
pootle/apps/pootle_fs/migrations/0001_initial.py
pootle/apps/pootle_fs/migrations/__init__.py
pootle/apps/pootle_fs/templatetags/__init__.py
pootle/apps/pootle_fs/templatetags/fs_tags.py
pootle/apps/pootle_language/__init__.py
pootle/apps/pootle_language/apps.py
pootle/apps/pootle_language/forms.py
pootle/apps/pootle_language/getters.py
pootle/apps/pootle_language/models.py
pootle/apps/pootle_language/receivers.py
pootle/apps/pootle_language/teams.py
pootle/apps/pootle_language/urls.py
pootle/apps/pootle_language/utils.py
pootle/apps/pootle_language/views.py
pootle/apps/pootle_language/migrations/0001_initial.py
pootle/apps/pootle_language/migrations/0002_case_insensitive_schema.py
pootle/apps/pootle_language/migrations/0003_ensure_unique_special_chars.py
pootle/apps/pootle_language/migrations/__init__.py
pootle/apps/pootle_log/__init__.py
pootle/apps/pootle_log/apps.py
pootle/apps/pootle_log/getters.py
pootle/apps/pootle_log/utils.py
pootle/apps/pootle_misc/__init__.py
pootle/apps/pootle_misc/baseurl.py
pootle/apps/pootle_misc/context_processors.py
pootle/apps/pootle_misc/forms.py
pootle/apps/pootle_misc/util.py
pootle/apps/pootle_misc/templatetags/__init__.py
pootle/apps/pootle_misc/templatetags/cleanhtml.py
pootle/apps/pootle_misc/templatetags/common_tags.py
pootle/apps/pootle_misc/templatetags/locale.py
pootle/apps/pootle_misc/templatetags/render_pager.py
pootle/apps/pootle_misc/templatetags/search.py
pootle/apps/pootle_misc/templatetags/select2l10n.py
pootle/apps/pootle_profile/__init__.py
pootle/apps/pootle_profile/apps.py
pootle/apps/pootle_profile/forms.py
pootle/apps/pootle_profile/getters.py
pootle/apps/pootle_profile/urls.py
pootle/apps/pootle_profile/utils.py
pootle/apps/pootle_profile/views.py
pootle/apps/pootle_profile/templatetags/__init__.py
pootle/apps/pootle_profile/templatetags/profile_tags.py
pootle/apps/pootle_project/__init__.py
pootle/apps/pootle_project/apps.py
pootle/apps/pootle_project/forms.py
pootle/apps/pootle_project/getters.py
pootle/apps/pootle_project/lang_mapper.py
pootle/apps/pootle_project/models.py
pootle/apps/pootle_project/urls.py
pootle/apps/pootle_project/utils.py
pootle/apps/pootle_project/views.py
pootle/apps/pootle_project/migrations/0001_initial.py
pootle/apps/pootle_project/migrations/0002_remove_dynamic_model_choices_localfiletype.py
pootle/apps/pootle_project/migrations/0003_case_sensitive_schema.py
pootle/apps/pootle_project/migrations/0004_correct_checkerstyle_options_order.py
pootle/apps/pootle_project/migrations/0005_add_none_treestyle.py
pootle/apps/pootle_project/migrations/0006_project_filetypes.py
pootle/apps/pootle_project/migrations/0007_migrate_localfiletype.py
pootle/apps/pootle_project/migrations/0008_remove_project_localfiletype.py
pootle/apps/pootle_project/migrations/0009_set_code_as_fullname_when_no_fullname.py
pootle/apps/pootle_project/migrations/0010_add_reserved_code_validator.py
pootle/apps/pootle_project/migrations/0011_add_project_checker_validator.py
pootle/apps/pootle_project/migrations/0012_set_pootle_fs_treestyle.py
pootle/apps/pootle_project/migrations/0013_rename_treestyle_choice_to_pootle_fs.py
pootle/apps/pootle_project/migrations/0014_just_rename_label_for_choice.py
pootle/apps/pootle_project/migrations/0015_rename_fs_treestyle.py
pootle/apps/pootle_project/migrations/0016_change_treestyle_choices_label.py
pootle/apps/pootle_project/migrations/__init__.py
pootle/apps/pootle_revision/__init__.py
pootle/apps/pootle_revision/abstracts.py
pootle/apps/pootle_revision/apps.py
pootle/apps/pootle_revision/getters.py
pootle/apps/pootle_revision/models.py
pootle/apps/pootle_revision/receivers.py
pootle/apps/pootle_revision/utils.py
pootle/apps/pootle_revision/migrations/0001_initial.py
pootle/apps/pootle_revision/migrations/__init__.py
pootle/apps/pootle_score/__init__.py
pootle/apps/pootle_score/abstracts.py
pootle/apps/pootle_score/apps.py
pootle/apps/pootle_score/display.py
pootle/apps/pootle_score/getters.py
pootle/apps/pootle_score/models.py
pootle/apps/pootle_score/providers.py
pootle/apps/pootle_score/receivers.py
pootle/apps/pootle_score/scores.py
pootle/apps/pootle_score/updater.py
pootle/apps/pootle_score/utils.py
pootle/apps/pootle_score/migrations/0001_initial.py
pootle/apps/pootle_score/migrations/0002_set_user_scores.py
pootle/apps/pootle_score/migrations/0003_add_pootle_user_store_score.py
pootle/apps/pootle_score/migrations/0004_zero_default_score.py
pootle/apps/pootle_score/migrations/0005_remove_extra_indeces.py
pootle/apps/pootle_score/migrations/__init__.py
pootle/apps/pootle_statistics/__init__.py
pootle/apps/pootle_statistics/apps.py
pootle/apps/pootle_statistics/forms.py
pootle/apps/pootle_statistics/getters.py
pootle/apps/pootle_statistics/models.py
pootle/apps/pootle_statistics/proxy.py
pootle/apps/pootle_statistics/urls.py
pootle/apps/pootle_statistics/utils.py
pootle/apps/pootle_statistics/views.py
pootle/apps/pootle_statistics/migrations/0001_initial.py
pootle/apps/pootle_statistics/migrations/0002_update_submission_ordering.py
pootle/apps/pootle_statistics/migrations/0003_scorelog_translated_wordcount.py
pootle/apps/pootle_statistics/migrations/0004_fill_translated_wordcount.py
pootle/apps/pootle_statistics/migrations/0005_index_ordering.py
pootle/apps/pootle_statistics/migrations/0006_set_submission_base_manager_name.py
pootle/apps/pootle_statistics/migrations/0007_submission_revision.py
pootle/apps/pootle_statistics/migrations/0008_set_submission_revisions.py
pootle/apps/pootle_statistics/migrations/0009_rm_similarity.py
pootle/apps/pootle_statistics/migrations/0010_submission_on_delete_user.py
pootle/apps/pootle_statistics/migrations/0011_cleanup_submissions.py
pootle/apps/pootle_statistics/migrations/0011_cleanup_submissions_squashed_0023_remove_scorelog.py
pootle/apps/pootle_statistics/migrations/0012_drop_stale_scorelog_ctype.py
pootle/apps/pootle_statistics/migrations/0012_remove_create_subs.py
pootle/apps/pootle_statistics/migrations/0013_remove_extra_indeces.py
pootle/apps/pootle_statistics/migrations/0013_remove_revert_flag.py
pootle/apps/pootle_statistics/migrations/0014_truncate_source_subs.py
pootle/apps/pootle_statistics/migrations/0015_remove_system_scorelogs.py
pootle/apps/pootle_statistics/migrations/0016_drop_add_suggestion_subs.py
pootle/apps/pootle_statistics/migrations/0017_drop_reject_suggestion_subs.py
pootle/apps/pootle_statistics/migrations/0018_remove_submission_store.py
pootle/apps/pootle_statistics/migrations/0019_convert_accept_sugg_subs.py
pootle/apps/pootle_statistics/migrations/0020_convert_checks_subs.py
pootle/apps/pootle_statistics/migrations/0021_remove_paid_rates.py
pootle/apps/pootle_statistics/migrations/0022_set_suggestion_submitters.py
pootle/apps/pootle_statistics/migrations/0023_remove_scorelog.py
pootle/apps/pootle_statistics/migrations/__init__.py
pootle/apps/pootle_store/__init__.py
pootle/apps/pootle_store/abstracts.py
pootle/apps/pootle_store/apps.py
pootle/apps/pootle_store/constants.py
pootle/apps/pootle_store/contextmanagers.py
pootle/apps/pootle_store/decorators.py
pootle/apps/pootle_store/diff.py
pootle/apps/pootle_store/fields.py
pootle/apps/pootle_store/form_fields.py
pootle/apps/pootle_store/forms.py
pootle/apps/pootle_store/getters.py
pootle/apps/pootle_store/managers.py
pootle/apps/pootle_store/models.py
pootle/apps/pootle_store/providers.py
pootle/apps/pootle_store/receivers.py
pootle/apps/pootle_store/syncer.py
pootle/apps/pootle_store/updater.py
pootle/apps/pootle_store/urls.py
pootle/apps/pootle_store/util.py
pootle/apps/pootle_store/utils.py
pootle/apps/pootle_store/validators.py
pootle/apps/pootle_store/views.py
pootle/apps/pootle_store/migrations/0001_initial.py
pootle/apps/pootle_store/migrations/0002_make_suggestion_user_not_null.py
pootle/apps/pootle_store/migrations/0003_remove_unit_ordering.py
pootle/apps/pootle_store/migrations/0004_index_store_index_together.py
pootle/apps/pootle_store/migrations/0005_unit_priority.py
pootle/apps/pootle_store/migrations/0006_remove_auto_now_add.py
pootle/apps/pootle_store/migrations/0007_case_sensitive_schema.py
pootle/apps/pootle_store/migrations/0008_flush_django_cache.py
pootle/apps/pootle_store/migrations/0009_store_filetype.py
pootle/apps/pootle_store/migrations/0010_set_store_filetypes.py
pootle/apps/pootle_store/migrations/0011_store_is_template.py
pootle/apps/pootle_store/migrations/0012_set_is_template.py
pootle/apps/pootle_store/migrations/0013_set_store_filetype_again.py
pootle/apps/pootle_store/migrations/0014_add_unit_index_togethers.py
pootle/apps/pootle_store/migrations/0015_add_slashes_validator_for_name.py
pootle/apps/pootle_store/migrations/0016_blank_last_sync_revision.py
pootle/apps/pootle_store/migrations/0017_store_priority.py
pootle/apps/pootle_store/migrations/0018_move_priority_to_store.py
pootle/apps/pootle_store/migrations/0019_remove_unit_priority.py
pootle/apps/pootle_store/migrations/0020_store_tp_path.py
pootle/apps/pootle_store/migrations/0021_set_tp_path.py
pootle/apps/pootle_store/migrations/0022_add_unique_tp_path_idx.py
pootle/apps/pootle_store/migrations/0023_add_unit_store_idxs.py
pootle/apps/pootle_store/migrations/0024_set_store_base_manager_name.py
pootle/apps/pootle_store/migrations/0025_unit_on_delete_user.py
pootle/apps/pootle_store/migrations/0026_suggestion_on_delete_user.py
pootle/apps/pootle_store/migrations/0027_unit_created_by.py
pootle/apps/pootle_store/migrations/0027_unit_created_by_squashed_0055_fill_unit_source_data.py
pootle/apps/pootle_store/migrations/0028_set_created_by.py
pootle/apps/pootle_store/migrations/0028_unitsource_creation_revision.py
pootle/apps/pootle_store/migrations/0029_set_unit_creation_revision.py
pootle/apps/pootle_store/migrations/0029_unit_tablename.py
pootle/apps/pootle_store/migrations/0030_remove_extra_indeces.py
pootle/apps/pootle_store/migrations/0030_store_tablename.py
pootle/apps/pootle_store/migrations/0031_remove_suggestion_translator_comment_f.py
pootle/apps/pootle_store/migrations/0031_suggestion_tablename.py
pootle/apps/pootle_store/migrations/0032_fix_empty_wordcounts.py
pootle/apps/pootle_store/migrations/0032_qc_tablename.py
pootle/apps/pootle_store/migrations/0033_conditionally_remove_unit_created_by.py
pootle/apps/pootle_store/migrations/0034_unitsource.py
pootle/apps/pootle_store/migrations/0035_set_created_by_again.py
pootle/apps/pootle_store/migrations/0036_unitchange.py
pootle/apps/pootle_store/migrations/0037_unitsource_fields.py
pootle/apps/pootle_store/migrations/0038_suggestion_tmp_state.py
pootle/apps/pootle_store/migrations/0039_set_suggestion_tmp_state.py
pootle/apps/pootle_store/migrations/0040_remove_suggestion_state.py
pootle/apps/pootle_store/migrations/0041_suggestionstate.py
pootle/apps/pootle_store/migrations/0042_add_default_suggestion_states.py
pootle/apps/pootle_store/migrations/0043_suggestion_state.py
pootle/apps/pootle_store/migrations/0044_set_new_suggestion_states.py
pootle/apps/pootle_store/migrations/0045_remove_suggestion_tmp_state.py
pootle/apps/pootle_store/migrations/0046_unit_source_one_to_one.py
pootle/apps/pootle_store/migrations/0047_remove_old_unit_fields.py
pootle/apps/pootle_store/migrations/0048_set_change_commented.py
pootle/apps/pootle_store/migrations/0049_remove_unit_commented.py
pootle/apps/pootle_store/migrations/0050_set_change_reviewed.py
pootle/apps/pootle_store/migrations/0051_remove_unit_reviewed.py
pootle/apps/pootle_store/migrations/0052_set_change_submitted.py
pootle/apps/pootle_store/migrations/0053_remove_unit_submitted.py
pootle/apps/pootle_store/migrations/0054_clean_abs_file_paths.py
pootle/apps/pootle_store/migrations/0055_fill_unit_source_data.py
pootle/apps/pootle_store/migrations/__init__.py
pootle/apps/pootle_store/store/__init__.py
pootle/apps/pootle_store/store/deserialize.py
pootle/apps/pootle_store/store/serialize.py
pootle/apps/pootle_store/templatetags/__init__.py
pootle/apps/pootle_store/templatetags/store_tags.py
pootle/apps/pootle_store/unit/__init__.py
pootle/apps/pootle_store/unit/altsrc.py
pootle/apps/pootle_store/unit/filters.py
pootle/apps/pootle_store/unit/proxy.py
pootle/apps/pootle_store/unit/results.py
pootle/apps/pootle_store/unit/search.py
pootle/apps/pootle_store/unit/timeline.py
pootle/apps/pootle_terminology/__init__.py
pootle/apps/pootle_terminology/apps.py
pootle/apps/pootle_terminology/forms.py
pootle/apps/pootle_terminology/getters.py
pootle/apps/pootle_terminology/receivers.py
pootle/apps/pootle_terminology/urls.py
pootle/apps/pootle_terminology/utils.py
pootle/apps/pootle_terminology/views.py
pootle/apps/pootle_terminology/templatetags/__init__.py
pootle/apps/pootle_terminology/templatetags/terminology_tags.py
pootle/apps/pootle_translationproject/__init__.py
pootle/apps/pootle_translationproject/apps.py
pootle/apps/pootle_translationproject/contextmanagers.py
pootle/apps/pootle_translationproject/getters.py
pootle/apps/pootle_translationproject/models.py
pootle/apps/pootle_translationproject/receivers.py
pootle/apps/pootle_translationproject/signals.py
pootle/apps/pootle_translationproject/urls.py
pootle/apps/pootle_translationproject/utils.py
pootle/apps/pootle_translationproject/views.py
pootle/apps/pootle_translationproject/migrations/0001_initial.py
pootle/apps/pootle_translationproject/migrations/0002_remove_translationproject_disabled.py
pootle/apps/pootle_translationproject/migrations/0003_realpath_can_be_none.py
pootle/apps/pootle_translationproject/migrations/0004_add_reverse_tp_idx.py
pootle/apps/pootle_translationproject/migrations/0005_remove_empty_translationprojects.py
pootle/apps/pootle_translationproject/migrations/0006_relink_or_drop_orphan_translationprojects.py
pootle/apps/pootle_translationproject/migrations/0007_set_tp_base_manager_name.py
pootle/apps/pootle_translationproject/migrations/0008_remove_extra_indeces.py
pootle/apps/pootle_translationproject/migrations/__init__.py
pootle/apps/pootle_word/__init__.py
pootle/apps/pootle_word/abstracts.py
pootle/apps/pootle_word/apps.py
pootle/apps/pootle_word/getters.py
pootle/apps/pootle_word/models.py
pootle/apps/pootle_word/utils.py
pootle/apps/pootle_word/migrations/0001_initial.py
pootle/apps/pootle_word/migrations/0002_set_cs_schema.py
pootle/apps/pootle_word/migrations/0003_add_word_stems.py
pootle/apps/pootle_word/migrations/__init__.py
pootle/apps/reports/__init__.py
pootle/apps/reports/models.py
pootle/apps/reports/migrations/0001_initial.py
pootle/apps/reports/migrations/0002_rm_paid_task.py
pootle/apps/reports/migrations/__init__.py
pootle/apps/staticpages/__init__.py
pootle/apps/staticpages/forms.py
pootle/apps/staticpages/managers.py
pootle/apps/staticpages/models.py
pootle/apps/staticpages/urls.py
pootle/apps/staticpages/views.py
pootle/apps/staticpages/migrations/0001_initial.py
pootle/apps/staticpages/migrations/0002_change_url_field_help_text.py
pootle/apps/staticpages/migrations/0003_remove_extra_indeces.py
pootle/apps/staticpages/migrations/__init__.py
pootle/apps/staticpages/templatetags/__init__.py
pootle/apps/staticpages/templatetags/staticpages.py
pootle/apps/virtualfolder/__init__.py
pootle/apps/virtualfolder/apps.py
pootle/apps/virtualfolder/delegate.py
pootle/apps/virtualfolder/display.py
pootle/apps/virtualfolder/getters.py
pootle/apps/virtualfolder/models.py
pootle/apps/virtualfolder/panels.py
pootle/apps/virtualfolder/providers.py
pootle/apps/virtualfolder/receivers.py
pootle/apps/virtualfolder/search.py
pootle/apps/virtualfolder/urls.py
pootle/apps/virtualfolder/utils.py
pootle/apps/virtualfolder/views.py
pootle/apps/virtualfolder/management/__init__.py
pootle/apps/virtualfolder/management/commands/__init__.py
pootle/apps/virtualfolder/management/commands/add_vfolders.py
pootle/apps/virtualfolder/migrations/0001_initial.py
pootle/apps/virtualfolder/migrations/0002_set_unit_priorities.py
pootle/apps/virtualfolder/migrations/0003_case_sensitive_schema.py
pootle/apps/virtualfolder/migrations/0004_virtualfolder_title.py
pootle/apps/virtualfolder/migrations/0005_set_vfolder_titles.py
pootle/apps/virtualfolder/migrations/0006_cleanup_vfolder_names.py
pootle/apps/virtualfolder/migrations/0007_make_vfolder_name_unique.py
pootle/apps/virtualfolder/migrations/0008_virtualfolder_stores.py
pootle/apps/virtualfolder/migrations/0009_set_vfolder_stores.py
pootle/apps/virtualfolder/migrations/0010_remove_virtualfolder_units.py
pootle/apps/virtualfolder/migrations/0011_add_projects_languages.py
pootle/apps/virtualfolder/migrations/0012_add_all_proj_lang_flags.py
pootle/apps/virtualfolder/migrations/0013_set_projects_languages.py
pootle/apps/virtualfolder/migrations/0014_remove_location.py
pootle/apps/virtualfolder/migrations/0015_vfdata.py
pootle/apps/virtualfolder/migrations/0016_remove_vfdata_last_updated_unit.py
pootle/apps/virtualfolder/migrations/0017_rm_vfdata.py
pootle/apps/virtualfolder/migrations/0018_rm_vfti.py
pootle/apps/virtualfolder/migrations/0019_change_filter_rules_field_label.py
pootle/apps/virtualfolder/migrations/__init__.py
pootle/core/__init__.py
pootle/core/batch.py
pootle/core/browser.py
pootle/core/bulk.py
pootle/core/cache.py
pootle/core/contextmanagers.py
pootle/core/dateparse.py
pootle/core/debug.py
pootle/core/decorators.py
pootle/core/delegate.py
pootle/core/display.py
pootle/core/exceptions.py
pootle/core/forms.py
pootle/core/helpers.py
pootle/core/http.py
pootle/core/initdb.py
pootle/core/language.py
pootle/core/log.py
pootle/core/mail.py
pootle/core/paginator.py
pootle/core/paths.py
pootle/core/primitives.py
pootle/core/proxy.py
pootle/core/response.py
pootle/core/serializers.py
pootle/core/signals.py
pootle/core/state.py
pootle/core/storage.py
pootle/core/url_helpers.py
pootle/core/user.py
pootle/core/management/__init__.py
pootle/core/management/subcommands.py
pootle/core/markup/__init__.py
pootle/core/markup/fields.py
pootle/core/markup/filters.py
pootle/core/markup/widgets.py
pootle/core/mixins/__init__.py
pootle/core/mixins/treeitem.py
pootle/core/models/__init__.py
pootle/core/models/revision.py
pootle/core/models/virtualresource.py
pootle/core/plugin/__init__.py
pootle/core/plugin/delegate.py
pootle/core/plugin/exceptions.py
pootle/core/plugin/results.py
pootle/core/schema/__init__.py
pootle/core/schema/base.py
pootle/core/schema/dump.py
pootle/core/schema/mysql.py
pootle/core/schema/utils.py
pootle/core/search/__init__.py
pootle/core/search/base.py
pootle/core/search/broker.py
pootle/core/search/backends/__init__.py
pootle/core/search/backends/elasticsearch.py
pootle/core/templatetags/__init__.py
pootle/core/templatetags/core.py
pootle/core/utils/__init__.py
pootle/core/utils/aggregate.py
pootle/core/utils/dateformat.py
pootle/core/utils/db.py
pootle/core/utils/deprecation.py
pootle/core/utils/html.py
pootle/core/utils/json.py
pootle/core/utils/multistring.py
pootle/core/utils/ptempfile.py
pootle/core/utils/redis_rq.py
pootle/core/utils/stats.py
pootle/core/utils/templates.py
pootle/core/utils/timezone.py
pootle/core/utils/version.py
pootle/core/views/__init__.py
pootle/core/views/admin.py
pootle/core/views/api.py
pootle/core/views/base.py
pootle/core/views/browse.py
pootle/core/views/decorators.py
pootle/core/views/display.py
pootle/core/views/formtable.py
pootle/core/views/mixins.py
pootle/core/views/panels.py
pootle/core/views/paths.py
pootle/core/views/translate.py
pootle/core/views/widgets.py
pootle/dbs/README
pootle/i18n/__init__.py
pootle/i18n/dates.py
pootle/i18n/formatter.py
pootle/i18n/gettext.py
pootle/i18n/override.py
pootle/locale/LINGUAS
pootle/locale/ach/pootle.po
pootle/locale/ach/pootle_js.po
pootle/locale/af/pootle.po
pootle/locale/af/pootle_js.po
pootle/locale/ak/pootle.po
pootle/locale/ak/pootle_js.po
pootle/locale/am/pootle.po
pootle/locale/am/pootle_js.po
pootle/locale/ar/pootle.po
pootle/locale/ar/pootle_js.po
pootle/locale/ast/pootle.po
pootle/locale/ast/pootle_js.po
pootle/locale/az/pootle.po
pootle/locale/az/pootle_js.po
pootle/locale/be/pootle.po
pootle/locale/be/pootle_js.po
pootle/locale/bg/pootle.po
pootle/locale/bg/pootle_js.po
pootle/locale/bm/pootle.po
pootle/locale/bm/pootle_js.po
pootle/locale/bn/pootle.po
pootle/locale/bn/pootle_js.po
pootle/locale/bn_IN/pootle.po
pootle/locale/bn_IN/pootle_js.po
pootle/locale/bo/pootle.po
pootle/locale/bo/pootle_js.po
pootle/locale/br/pootle.po
pootle/locale/br/pootle_js.po
pootle/locale/bs/pootle.po
pootle/locale/bs/pootle_js.po
pootle/locale/ca/pootle.po
pootle/locale/ca/pootle_js.po
pootle/locale/ca@valencia/pootle.po
pootle/locale/ca@valencia/pootle_js.po
pootle/locale/cgg/pootle.po
pootle/locale/cgg/pootle_js.po
pootle/locale/cs/pootle.po
pootle/locale/cs/pootle_js.po
pootle/locale/cy/pootle.po
pootle/locale/cy/pootle_js.po
pootle/locale/da/pootle.po
pootle/locale/da/pootle_js.po
pootle/locale/de/pootle.po
pootle/locale/de/pootle_js.po
pootle/locale/dsb/pootle.po
pootle/locale/dsb/pootle_js.po
pootle/locale/dz/pootle.po
pootle/locale/dz/pootle_js.po
pootle/locale/el/pootle.po
pootle/locale/el/pootle_js.po
pootle/locale/en/pootle.po
pootle/locale/en/pootle_js.po
pootle/locale/en_GB/pootle.po
pootle/locale/en_GB/pootle_js.po
pootle/locale/en_US/pootle.po
pootle/locale/en_US/pootle_js.po
pootle/locale/en_ZA/pootle.po
pootle/locale/en_ZA/pootle_js.po
pootle/locale/eo/pootle.po
pootle/locale/eo/pootle_js.po
pootle/locale/es/pootle.po
pootle/locale/es/pootle_js.po
pootle/locale/et/pootle.po
pootle/locale/et/pootle_js.po
pootle/locale/eu/pootle.po
pootle/locale/eu/pootle_js.po
pootle/locale/fa/pootle.po
pootle/locale/fa/pootle_js.po
pootle/locale/ff/pootle.po
pootle/locale/ff/pootle_js.po
pootle/locale/fi/pootle.po
pootle/locale/fi/pootle_js.po
pootle/locale/fo/pootle.po
pootle/locale/fo/pootle_js.po
pootle/locale/fr/pootle.po
pootle/locale/fr/pootle_js.po
pootle/locale/fur/pootle.po
pootle/locale/fur/pootle_js.po
pootle/locale/ga/pootle.po
pootle/locale/ga/pootle_js.po
pootle/locale/gd/pootle.po
pootle/locale/gd/pootle_js.po
pootle/locale/gl/pootle.po
pootle/locale/gl/pootle_js.po
pootle/locale/ha/pootle.po
pootle/locale/ha/pootle_js.po
pootle/locale/he/pootle.po
pootle/locale/he/pootle_js.po
pootle/locale/hi/pootle.po
pootle/locale/hi/pootle_js.po
pootle/locale/hr/pootle.po
pootle/locale/hr/pootle_js.po
pootle/locale/hsb/pootle.po
pootle/locale/hsb/pootle_js.po
pootle/locale/ht/pootle.po
pootle/locale/ht/pootle_js.po
pootle/locale/hu/pootle.po
pootle/locale/hu/pootle_js.po
pootle/locale/hy/pootle.po
pootle/locale/hy/pootle_js.po
pootle/locale/id/pootle.po
pootle/locale/id/pootle_js.po
pootle/locale/is/pootle.po
pootle/locale/is/pootle_js.po
pootle/locale/it/pootle.po
pootle/locale/it/pootle_js.po
pootle/locale/ja/pootle.po
pootle/locale/ja/pootle_js.po
pootle/locale/ka/pootle.po
pootle/locale/ka/pootle_js.po
pootle/locale/kab/pootle.po
pootle/locale/kab/pootle_js.po
pootle/locale/kg/pootle.po
pootle/locale/kg/pootle_js.po
pootle/locale/km/pootle.po
pootle/locale/km/pootle_js.po
pootle/locale/kn/pootle.po
pootle/locale/kn/pootle_js.po
pootle/locale/ko/pootle.po
pootle/locale/ko/pootle_js.po
pootle/locale/ku/pootle.po
pootle/locale/ku/pootle_js.po
pootle/locale/ky/pootle.po
pootle/locale/ky/pootle_js.po
pootle/locale/lg/pootle.po
pootle/locale/lg/pootle_js.po
pootle/locale/ln/pootle.po
pootle/locale/ln/pootle_js.po
pootle/locale/lt/pootle.po
pootle/locale/lt/pootle_js.po
pootle/locale/lv/pootle.po
pootle/locale/lv/pootle_js.po
pootle/locale/mg/pootle.po
pootle/locale/mg/pootle_js.po
pootle/locale/ml/pootle.po
pootle/locale/ml/pootle_js.po
pootle/locale/mn/pootle.po
pootle/locale/mn/pootle_js.po
pootle/locale/mr/pootle.po
pootle/locale/mr/pootle_js.po
pootle/locale/ms/pootle.po
pootle/locale/ms/pootle_js.po
pootle/locale/mt/pootle.po
pootle/locale/mt/pootle_js.po
pootle/locale/my/pootle.po
pootle/locale/my/pootle_js.po
pootle/locale/nap/pootle.po
pootle/locale/nap/pootle_js.po
pootle/locale/nb/pootle.po
pootle/locale/nb/pootle_js.po
pootle/locale/ne/pootle.po
pootle/locale/ne/pootle_js.po
pootle/locale/nl/pootle.po
pootle/locale/nl/pootle_js.po
pootle/locale/nn/pootle.po
pootle/locale/nn/pootle_js.po
pootle/locale/nso/pootle.po
pootle/locale/nso/pootle_js.po
pootle/locale/oc/pootle.po
pootle/locale/oc/pootle_js.po
pootle/locale/or/pootle.po
pootle/locale/or/pootle_js.po
pootle/locale/pa/pootle.po
pootle/locale/pa/pootle_js.po
pootle/locale/pap/pootle.po
pootle/locale/pap/pootle_js.po
pootle/locale/pl/pootle.po
pootle/locale/pl/pootle_js.po
pootle/locale/ps/pootle.po
pootle/locale/ps/pootle_js.po
pootle/locale/pt/pootle.po
pootle/locale/pt/pootle_js.po
pootle/locale/pt_BR/pootle.po
pootle/locale/pt_BR/pootle_js.po
pootle/locale/ro/pootle.po
pootle/locale/ro/pootle_js.po
pootle/locale/ru/pootle.po
pootle/locale/ru/pootle_js.po
pootle/locale/sah/pootle.po
pootle/locale/sah/pootle_js.po
pootle/locale/sc/pootle.po
pootle/locale/sc/pootle_js.po
pootle/locale/sk/pootle.po
pootle/locale/sk/pootle_js.po
pootle/locale/sl/pootle.po
pootle/locale/sl/pootle_js.po
pootle/locale/son/pootle.po
pootle/locale/son/pootle_js.po
pootle/locale/sq/pootle.po
pootle/locale/sq/pootle_js.po
pootle/locale/sr/pootle.po
pootle/locale/sr/pootle_js.po
pootle/locale/st/pootle.po
pootle/locale/st/pootle_js.po
pootle/locale/sv/pootle.po
pootle/locale/sv/pootle_js.po
pootle/locale/sw/pootle.po
pootle/locale/sw/pootle_js.po
pootle/locale/ta/pootle.po
pootle/locale/ta/pootle_js.po
pootle/locale/te/pootle.po
pootle/locale/te/pootle_js.po
pootle/locale/templates/pootle.pot
pootle/locale/templates/pootle_js.pot
pootle/locale/th/pootle.po
pootle/locale/th/pootle_js.po
pootle/locale/tl/pootle.po
pootle/locale/tl/pootle_js.po
pootle/locale/tr/pootle.po
pootle/locale/tr/pootle_js.po
pootle/locale/tt/pootle.po
pootle/locale/tt/pootle_js.po
pootle/locale/ug/pootle.po
pootle/locale/ug/pootle_js.po
pootle/locale/uk/pootle.po
pootle/locale/uk/pootle_js.po
pootle/locale/ur/pootle.po
pootle/locale/ur/pootle_js.po
pootle/locale/uz/pootle.po
pootle/locale/uz/pootle_js.po
pootle/locale/ve/pootle.po
pootle/locale/ve/pootle_js.po
pootle/locale/vi/pootle.po
pootle/locale/vi/pootle_js.po
pootle/locale/wo/pootle.po
pootle/locale/wo/pootle_js.po
pootle/locale/xh/pootle.po
pootle/locale/xh/pootle_js.po
pootle/locale/zh_CN/pootle.po
pootle/locale/zh_CN/pootle_js.po
pootle/locale/zh_HK/pootle.po
pootle/locale/zh_HK/pootle_js.po
pootle/locale/zh_TW/pootle.po
pootle/locale/zh_TW/pootle_js.po
pootle/locale/zu/pootle.po
pootle/locale/zu/pootle_js.po
pootle/log/README
pootle/middleware/__init__.py
pootle/middleware/auth.py
pootle/middleware/baseurl.py
pootle/middleware/cache.py
pootle/middleware/captcha.py
pootle/middleware/errorpages.py
pootle/settings/10-base.conf
pootle/settings/20-backends.conf
pootle/settings/25-logging.conf
pootle/settings/30-site.conf
pootle/settings/40-apps.conf
pootle/settings/50-project.conf
pootle/settings/60-translation.conf
pootle/settings/90-dev-local.conf.template
pootle/settings/90-local.conf.template
pootle/settings/91-travis.conf
pootle/settings/95-outro.conf
pootle/static/css/actions.css
pootle/static/css/admin.css
pootle/static/css/auth.css
pootle/static/css/breadcrumbs.css
pootle/static/css/buttons.css
pootle/static/css/contact.css
pootle/static/css/editor.css
pootle/static/css/error.css
pootle/static/css/magnific-popup.css
pootle/static/css/navbar.css
pootle/static/css/popup.css
pootle/static/css/react-select.css
pootle/static/css/scores.css
pootle/static/css/select2-pootle.css
pootle/static/css/select2.css
pootle/static/css/sprite.css
pootle/static/css/style.css
pootle/static/css/tipsy.css
pootle/static/css/user.css
pootle/static/css/welcome.css
pootle/static/favicon/README.rst
pootle/static/favicon/android-chrome-192x192.png
pootle/static/favicon/android-chrome-512x512.png
pootle/static/favicon/apple-touch-icon.png
pootle/static/favicon/browserconfig.xml
pootle/static/favicon/favicon-16x16.png
pootle/static/favicon/favicon-32x32.png
pootle/static/favicon/favicon.ico
pootle/static/favicon/manifest.json
pootle/static/favicon/mstile-144x144.png
pootle/static/favicon/mstile-150x150.png
pootle/static/favicon/mstile-310x150.png
pootle/static/favicon/mstile-310x310.png
pootle/static/favicon/mstile-70x70.png
pootle/static/favicon/safari-pinned-tab.svg
pootle/static/fonts/README.rst
pootle/static/fonts/raw.sfd
pootle/static/fonts/raw.woff
pootle/static/images/app-32x32.png
pootle/static/images/app-64x64.png
pootle/static/images/bg.png
pootle/static/images/blank.gif
pootle/static/images/logo-color.svg
pootle/static/images/logo-white.svg
pootle/static/images/menu_white.png
pootle/static/images/select2-spinner.gif
pootle/static/images/select2.png
pootle/static/images/select2x2.png
pootle/static/images/sprite.png
pootle/static/js/.babelrc
pootle/static/js/.eslintignore
pootle/static/js/.eslintrc.js
pootle/static/js/.stylelintignore
pootle/static/js/agreement.js
pootle/static/js/browser.js
pootle/static/js/captcha.js
pootle/static/js/collections.js
pootle/static/js/common.js
pootle/static/js/contact.js
pootle/static/js/dropdown.js
pootle/static/js/helpers.js
pootle/static/js/models.js
pootle/static/js/msg.js
pootle/static/js/package.json
pootle/static/js/reducers.js
pootle/static/js/s2.js
pootle/static/js/search.js
pootle/static/js/setup.test.js
pootle/static/js/stats.js
pootle/static/js/store.js
pootle/static/js/stylelint.json
pootle/static/js/utils.js
pootle/static/js/webpack.config.js
pootle/static/js/admin/AdminRouter.js
pootle/static/js/admin/app.js
pootle/static/js/admin/components/AdminController.js
pootle/static/js/admin/components/ItemDelete.js
pootle/static/js/admin/components/ItemTable.js
pootle/static/js/admin/components/ItemTableRow.js
pootle/static/js/admin/components/Search.js
pootle/static/js/admin/components/SearchBox.js
pootle/static/js/admin/components/Language/LanguageAdd.js
pootle/static/js/admin/components/Language/LanguageController.js
pootle/static/js/admin/components/Language/LanguageEdit.js
pootle/static/js/admin/components/Language/LanguageForm.js
pootle/static/js/admin/components/Language/index.js
pootle/static/js/admin/components/Project/ProjectAdd.js
pootle/static/js/admin/components/Project/ProjectController.js
pootle/static/js/admin/components/Project/ProjectEdit.js
pootle/static/js/admin/components/Project/ProjectForm.js
pootle/static/js/admin/components/Project/index.js
pootle/static/js/admin/components/User/UserAdd.js
pootle/static/js/admin/components/User/UserController.js
pootle/static/js/admin/components/User/UserEdit.js
pootle/static/js/admin/components/User/UserForm.js
pootle/static/js/admin/components/User/index.js
pootle/static/js/admin/general/app.js
pootle/static/js/admin/general/formset.js
pootle/static/js/admin/general/staticpages.js
pootle/static/js/admin/general/components/ContentEditor.js
pootle/static/js/admin/general/components/ContentPreview.js
pootle/static/js/admin/general/components/LiveEditor.css
pootle/static/js/admin/general/components/LiveEditor.js
pootle/static/js/auth/actions.js
pootle/static/js/auth/index.js
pootle/static/js/auth/reducers.js
pootle/static/js/auth/components/AccountActivation.js
pootle/static/js/auth/components/AccountInactive.js
pootle/static/js/auth/components/AuthContent.js
pootle/static/js/auth/components/AuthProgress.js
pootle/static/js/auth/components/AuthWindow.js
pootle/static/js/auth/components/EmailConfirmation.js
pootle/static/js/auth/components/PasswordResetForm.js
pootle/static/js/auth/components/RequestPasswordResetForm.js
pootle/static/js/auth/components/RequestPasswordResetProgress.js
pootle/static/js/auth/components/RequestPasswordResetSent.js
pootle/static/js/auth/components/SignInForm.js
pootle/static/js/auth/components/SignInPanel.js
pootle/static/js/auth/components/SignUpForm.js
pootle/static/js/auth/components/SocialAuthError.js
pootle/static/js/auth/components/SocialSignInForm.js
pootle/static/js/auth/components/SocialVerification.js
pootle/static/js/auth/containers/Auth.js
pootle/static/js/auth/utils/AuthAPI.js
pootle/static/js/browser/components/Stats.js
pootle/static/js/browser/components/TopContributorsTable.js
pootle/static/js/browser/components/VisibilityToggle.js
pootle/static/js/editor/app.js
pootle/static/js/editor/index.js
pootle/static/js/editor/components/EditingArea.js
pootle/static/js/editor/components/Editor.js
pootle/static/js/editor/components/EditorPluralFormHeader.js
pootle/static/js/editor/components/RawFontTextarea.js
pootle/static/js/editor/components/SuggestionFeedbackForm.js
pootle/static/js/editor/components/SuggestionValue.js
pootle/static/js/editor/components/UnitSource.js
pootle/static/js/editor/components/UploadTimeSince.js
pootle/static/js/editor/components/ViewUnit.js
pootle/static/js/editor/containers/EditorContainer.js
pootle/static/js/editor/formats/FormatAdaptor.js
pootle/static/js/editor/formats/FormatLoader.js
pootle/static/js/editor/mt/MTProvider.js
pootle/static/js/editor/mt/PlaceholderCleaner.js
pootle/static/js/editor/mt/providers/CaighdeanTranslate.js
pootle/static/js/editor/mt/providers/GoogleTranslate.js
pootle/static/js/editor/mt/providers/WelshTranslate.js
pootle/static/js/editor/mt/providers/YandexTranslate.js
pootle/static/js/editor/utils/RawFontAware.js
pootle/static/js/editor/utils/font.js
pootle/static/js/editor/utils/font.test.js
pootle/static/js/editor/utils/highlight.js
pootle/static/js/editor/utils/highlight.test.js
pootle/static/js/editor/utils/html.js
pootle/static/js/editor/utils/index.js
pootle/static/js/editor/utils/language.js
pootle/static/js/editor/utils/normalizer.js
pootle/static/js/editor/utils/normalizer.test.js
pootle/static/js/editor/utils/search.js
pootle/static/js/fs/app.js
pootle/static/js/select2_l10n/README.rst
pootle/static/js/shared/api/StatsAPI.js
pootle/static/js/shared/api/UnitAPI.js
pootle/static/js/shared/components/AutosizeTextarea.js
pootle/static/js/shared/components/Avatar.js
pootle/static/js/shared/components/CodeMirror.css
pootle/static/js/shared/components/CodeMirror.js
pootle/static/js/shared/components/Dialog.js
pootle/static/js/shared/components/FormCheckedInput.js
pootle/static/js/shared/components/FormElement.js
pootle/static/js/shared/components/FormSelectInput.js
pootle/static/js/shared/components/FormValueInput.js
pootle/static/js/shared/components/LayeredComponent.js
pootle/static/js/shared/components/Modal.js
pootle/static/js/shared/components/ModalContainer.js
pootle/static/js/shared/components/Tab.js
pootle/static/js/shared/components/Tabs.js
pootle/static/js/shared/components/TextToggle.js
pootle/static/js/shared/components/TimeSince.js
pootle/static/js/shared/components/lightbox.css
pootle/static/js/shared/mixins/FormMixin.js
pootle/static/js/shared/mixins/FormValidationMixin.js
pootle/static/js/shared/mixins/ModelFormMixin.js
pootle/static/js/shared/mixins/admin_api.js
pootle/static/js/shared/mixins/backbone.js
pootle/static/js/shared/models/language.js
pootle/static/js/shared/models/project.js
pootle/static/js/shared/models/user.js
pootle/static/js/shared/utils/ReactRenderer.js
pootle/static/js/shared/utils/cookie.js
pootle/static/js/shared/utils/diff.js
pootle/static/js/shared/utils/dimensions.js
pootle/static/js/shared/utils/dom.js
pootle/static/js/shared/utils/fetch.js
pootle/static/js/shared/utils/i18n.js
pootle/static/js/shared/utils/linkHashtags.js
pootle/static/js/shared/utils/markup.js
pootle/static/js/shared/utils/tabInScope.js
pootle/static/js/user/app.js
pootle/static/js/user/components/UserProfileEdit.js
pootle/static/js/user/components/UserProfileForm.js
pootle/static/js/vendor/README.md
pootle/static/js/vendor/levenshtein.js
pootle/static/js/vendor/sorttable.js
pootle/static/js/vendor/spin.js
pootle/static/js/vendor/backbone/backbone.js
pootle/static/js/vendor/backbone/backbone.move.js
pootle/static/js/vendor/jquery/jquery.bidi.js
pootle/static/js/vendor/jquery/jquery.easing.js
pootle/static/js/vendor/jquery/jquery.flot.js
pootle/static/js/vendor/jquery/jquery.flot.marks.js
pootle/static/js/vendor/jquery/jquery.flot.stack.js
pootle/static/js/vendor/jquery/jquery.flot.time.js
pootle/static/js/vendor/jquery/jquery.highlightRegex.js
pootle/static/js/vendor/jquery/jquery.history.js
pootle/static/js/vendor/jquery/jquery.js
pootle/static/js/vendor/jquery/jquery.magnific-popup.js
pootle/static/js/vendor/jquery/jquery.serializeObject.js
pootle/static/js/vendor/jquery/jquery.tipsy.js
pootle/static/js/vendor/jquery/jquery.utils.js
pootle/templates/about.html
pootle/templates/layout.html
pootle/templates/robots.txt
pootle/templates/welcome.html
pootle/templates/account/email_confirm.html
pootle/templates/account/login.html
pootle/templates/account/password_change.html
pootle/templates/account/password_reset.html
pootle/templates/account/password_reset_from_key.html
pootle/templates/account/signup.html
pootle/templates/account/signup_closed.html
pootle/templates/account/social_error.html
pootle/templates/account/social_verification.html
pootle/templates/account/email/email_confirmation_message.txt
pootle/templates/account/email/email_confirmation_subject.txt
pootle/templates/account/email/password_reset_key_message.txt
pootle/templates/account/email/password_reset_key_subject.txt
pootle/templates/admin/_generic_formset.html
pootle/templates/admin/_tabs.html
pootle/templates/admin/base.html
pootle/templates/admin/base_app.html
pootle/templates/admin/dashboard.html
pootle/templates/admin/languages.html
pootle/templates/admin/permissions.html
pootle/templates/admin/project_fs.html
pootle/templates/admin/projects.html
pootle/templates/admin/users.html
pootle/templates/admin/xhr_language_user_activity.html
pootle/templates/admin/reports/header.html
pootle/templates/admin/staticpages/_field.html
pootle/templates/admin/staticpages/_form.html
pootle/templates/admin/staticpages/_table.html
pootle/templates/admin/staticpages/base.html
pootle/templates/admin/staticpages/base_edit.html
pootle/templates/admin/staticpages/page_create.html
pootle/templates/admin/staticpages/page_list.html
pootle/templates/admin/staticpages/page_update.html
pootle/templates/browser/_actions.html
pootle/templates/browser/_progressbar.html
pootle/templates/browser/_table.html
pootle/templates/browser/base.html
pootle/templates/browser/index.html
pootle/templates/browser/includes/table_panel.html
pootle/templates/contact_form/contact_form.html
pootle/templates/contact_form/contact_form.txt
pootle/templates/contact_form/contact_form_subject.txt
pootle/templates/contact_form/report_form.txt
pootle/templates/contact_form/report_form_context.txt
pootle/templates/contact_form/report_form_subject.txt
pootle/templates/contact_form/xhr_contact_form.html
pootle/templates/core/_breadcrumbs.html
pootle/templates/core/_top_scorers.html
pootle/templates/core/_top_scorers_as_ul.html
pootle/templates/core/captcha.html
pootle/templates/core/search.html
pootle/templates/core/xhr_captcha.html
pootle/templates/editor/_actions.html
pootle/templates/editor/_css.html
pootle/templates/editor/_editor.html
pootle/templates/editor/_extra_scripts.html
pootle/templates/editor/_filters.html
pootle/templates/editor/_scripts.html
pootle/templates/editor/_toolbar.html
pootle/templates/editor/main.html
pootle/templates/editor/msg.html
pootle/templates/editor/email/suggestions_accepted_with_comment.txt
pootle/templates/editor/email/suggestions_rejected_with_comment.txt
pootle/templates/editor/units/edit.html
pootle/templates/editor/units/term_edit.html
pootle/templates/editor/units/xhr_checks.html
pootle/templates/editor/units/xhr_comment.html
pootle/templates/editor/units/xhr_edit_ctx.html
pootle/templates/editor/units/xhr_timeline.html
pootle/templates/editor/units/xhr_tm.html
pootle/templates/errors/400.html
pootle/templates/errors/403.html
pootle/templates/errors/404.html
pootle/templates/errors/500.html
pootle/templates/errors/base.html
pootle/templates/errors/db.html
pootle/templates/help/quality_checks.html
pootle/templates/includes/avatar.html
pootle/templates/includes/formtable.html
pootle/templates/includes/upstream_link.html
pootle/templates/includes/upstream_link_short.html
pootle/templates/languages/_nav.html
pootle/templates/languages/base.html
pootle/templates/languages/admin/characters.html
pootle/templates/languages/admin/language_team.html
pootle/templates/languages/admin/language_team_suggestions.html
pootle/templates/languages/admin/includes/suggestions_header.html
pootle/templates/projects/_nav.html
pootle/templates/projects/base.html
pootle/templates/projects/admin/base.html
pootle/templates/projects/admin/languages.html
pootle/templates/projects/admin/permissions.html
pootle/templates/projects/admin/email/translation_project_created.txt
pootle/templates/projects/admin/email/translation_project_creation_failed.txt
pootle/templates/projects/all/_nav.html
pootle/templates/projects/all/base.html
pootle/templates/staticpages/_body.html
pootle/templates/staticpages/agreement.html
pootle/templates/staticpages/page_display.html
pootle/templates/translation_projects/_nav.html
pootle/templates/translation_projects/base.html
pootle/templates/translation_projects/admin/base.html
pootle/templates/translation_projects/admin/permissions.html
pootle/templates/translation_projects/terminology/_term_edit.html
pootle/templates/translation_projects/terminology/base.html
pootle/templates/translation_projects/terminology/manage.html
pootle/templates/translation_projects/terminology/stores.html
pootle/templates/user/base.html
pootle/templates/user/profile.html
pootle/templates/user/settings.html
pootle/templates/user/stats.html
pootle/templates/user/includes/profile_activity.html
pootle/templates/user/includes/profile_ranking.html
pootle/templates/user/includes/profile_score.html
pootle/templates/user/includes/profile_social.html
pootle/templates/user/includes/profile_teams.html
pootle/templates/user/includes/profile_user.html
pootle/translations/terminology/af/gnome-terminologie.po
pootle/translations/terminology/ak/Glossmaster_ak.po
pootle/translations/terminology/am/gnome/am.po
pootle/translations/terminology/ar/essential.po
pootle/translations/terminology/ar/gnome/ar.po
pootle/translations/terminology/ast/essential.po
pootle/translations/terminology/az/gnome/az.po
pootle/translations/terminology/bg/essential.po
pootle/translations/terminology/ca/essential.po
pootle/translations/terminology/ca/gnome/ca.po
pootle/translations/terminology/cs/gnome/cs.po
pootle/translations/terminology/da/essential.po
pootle/translations/terminology/da/gnome/da.po
pootle/translations/terminology/de/essential.po
pootle/translations/terminology/eo/gnome/eo.po
pootle/translations/terminology/es/essential.po
pootle/translations/terminology/es/gnome/es.po
pootle/translations/terminology/eu/gnome/eu.po
pootle/translations/terminology/fa/gnome/fa.po
pootle/translations/terminology/ff/essential.po
pootle/translations/terminology/fr/gnome/fr.po
pootle/translations/terminology/ga/essential.po
pootle/translations/terminology/gl/essential.po
pootle/translations/terminology/hi/fuel_hi.po
pootle/translations/terminology/hi/gnome/hi.po
pootle/translations/terminology/hu/gnome/hu.po
pootle/translations/terminology/is/essential.po
pootle/translations/terminology/it/gnome/it.po
pootle/translations/terminology/ja/gnome/ja.po
pootle/translations/terminology/km/GlossaryV3_2Computer.csv.po
pootle/translations/terminology/kn/gnome/kn.po
pootle/translations/terminology/ko/essential.po
pootle/translations/terminology/ku/gnome/ku.po
pootle/translations/terminology/lg/GM_lg_20090916.po
pootle/translations/terminology/lg/essential.po
pootle/translations/terminology/lg/terms_lg_20090917.po
pootle/translations/terminology/ln/GM_ln_20090916.po
pootle/translations/terminology/lt/essential.po
pootle/translations/terminology/mk/gnome/mk.po
pootle/translations/terminology/mr/gnome/mr.po
pootle/translations/terminology/ms/gnome/ms.po
pootle/translations/terminology/nb/gnome/nb.po
pootle/translations/terminology/nl/gnome/nl.po
pootle/translations/terminology/nn/gnome/nn.po
pootle/translations/terminology/nso/essential.po
pootle/translations/terminology/or/fuel_or.po
pootle/translations/terminology/pa/gnome/pa.po
pootle/translations/terminology/pap/essential.po
pootle/translations/terminology/pl/gnome/pl.po
pootle/translations/terminology/pt/gnome/pt.po
pootle/translations/terminology/pt_BR/gnome/pt_BR.po
pootle/translations/terminology/ro/essential.po
pootle/translations/terminology/ro/ro/gnome/ro.po
pootle/translations/terminology/rw/gnome/rw.po
pootle/translations/terminology/sk/gnome/sk.po
pootle/translations/terminology/son/essential.po
pootle/translations/terminology/son/glossmaster.po
pootle/translations/terminology/sq/gnome/sq.po
pootle/translations/terminology/sv/gnome/sv.po
pootle/translations/terminology/sw/essential.po
pootle/translations/terminology/templates/essential.pot
pootle/translations/terminology/th/gnome/th.po
pootle/translations/terminology/tr/essential.po
pootle/translations/terminology/uk/gnome/uk.po
pootle/translations/terminology/ur/essential.po
pootle/translations/terminology/vi/essential.po
pootle/translations/terminology/vi/gnome/vi.po
pootle/translations/terminology/wa/gnome/wa.po
pootle/translations/terminology/zh_CN/gnome/zh_CN.po
pootle/translations/terminology/zh_HK/gnome/zh_HK.po
pootle/translations/terminology/zh_TW/gnome/zh_TW.po
pootle/translations/tutorial/af/tutorial.po
pootle/translations/tutorial/ar/tutorial.po
pootle/translations/tutorial/eu/tutorial.po
pootle/translations/tutorial/fr/tutorial.po
pootle/translations/tutorial/templates/tutorial.pot
pootle/translations/tutorial/zu/tutorial.po
pytest_pootle/__init__.py
pytest_pootle/env.py
pytest_pootle/factories.py
pytest_pootle/plugin.py
pytest_pootle/search.py
pytest_pootle/suite.py
pytest_pootle/utils.py
pytest_pootle/fixtures/__init__.py
pytest_pootle/fixtures/cache.py
pytest_pootle/fixtures/contributors.py
pytest_pootle/fixtures/data.py
pytest_pootle/fixtures/debug.py
pytest_pootle/fixtures/getters.py
pytest_pootle/fixtures/import_export_fixtures.py
pytest_pootle/fixtures/jsondata.py
pytest_pootle/fixtures/mock.py
pytest_pootle/fixtures/pootle_terminology.py
pytest_pootle/fixtures/revision.py
pytest_pootle/fixtures/search.py
pytest_pootle/fixtures/signals.py
pytest_pootle/fixtures/site.py
pytest_pootle/fixtures/statistics.py
pytest_pootle/fixtures/views.py
pytest_pootle/fixtures/core/__init__.py
pytest_pootle/fixtures/core/management/__init__.py
pytest_pootle/fixtures/core/management/subcommands.py
pytest_pootle/fixtures/core/utils/__init__.py
pytest_pootle/fixtures/core/utils/wordcount.py
pytest_pootle/fixtures/formats/__init__.py
pytest_pootle/fixtures/formats/registry.py
pytest_pootle/fixtures/formats/utils.py
pytest_pootle/fixtures/models/__init__.py
pytest_pootle/fixtures/models/config.py
pytest_pootle/fixtures/models/directory.py
pytest_pootle/fixtures/models/formats.py
pytest_pootle/fixtures/models/language.py
pytest_pootle/fixtures/models/permission.py
pytest_pootle/fixtures/models/permission_set.py
pytest_pootle/fixtures/models/project.py
pytest_pootle/fixtures/models/statistics.py
pytest_pootle/fixtures/models/store.py
pytest_pootle/fixtures/models/storefs.py
pytest_pootle/fixtures/models/translation_project.py
pytest_pootle/fixtures/models/unit.py
pytest_pootle/fixtures/models/user.py
pytest_pootle/fixtures/models/vfolder.py
pytest_pootle/fixtures/pootle_fs/__init__.py
pytest_pootle/fixtures/pootle_fs/base.py
pytest_pootle/fixtures/pootle_fs/commands.py
pytest_pootle/fixtures/pootle_fs/files.py
pytest_pootle/fixtures/pootle_fs/finder.py
pytest_pootle/fixtures/pootle_fs/getters.py
pytest_pootle/fixtures/pootle_fs/plugin.py
pytest_pootle/fixtures/pootle_fs/resources.py
pytest_pootle/fixtures/pootle_fs/state.py
pytest_pootle/fs/__init__.py
pytest_pootle/fs/utils.py
requirements/_db_mysql.txt
requirements/_db_postgresql.txt
requirements/_docs.txt
requirements/_es_1.txt
requirements/_es_2.txt
requirements/_es_5.txt
requirements/_lint.txt
requirements/_pootle_fs_git.txt
requirements/appveyor.txt
requirements/base.txt
requirements/build.txt
requirements/deploy.txt
requirements/dev.txt
requirements/tests.txt
requirements/travis.txt