]> git.ipfire.org Git - pbs.git/blobdiff - po/POTFILES.in
bootstrap4: add forgotten changes in Makfile and Potfile
[pbs.git] / po / POTFILES.in
index 86bed0061360e264502a7478ce99f4b6fe10f921..460c8b40abe3a9c0532133cb70baa841a64fb17a 100644 (file)
@@ -71,8 +71,6 @@ src/templates/jobs-buildroot.html
 src/templates/job-schedule-rebuild.html
 src/templates/job-schedule-test.html
 src/templates/jobs-detail.html
-src/templates/jobs-filter.html
-src/templates/jobs-index.html
 src/templates/keys-delete.html
 src/templates/keys-import.html
 src/templates/keys-list.html
@@ -105,7 +103,6 @@ src/templates/modules/log-entry-small.html
 src/templates/modules/log-files-table.html
 src/templates/modules/log.html
 src/templates/modules/log-table.html
-src/templates/modules/maintainer.html
 src/templates/modules/modal-base.html
 src/templates/modules/modal-build-comment.html
 src/templates/modules/modal-build-push.html
@@ -129,8 +126,9 @@ src/templates/package-properties.html
 src/templates/packages/builds/scratch.html
 src/templates/packages/builds/times.html
 src/templates/packages/changelog.html
-src/templates/packages-list.html
+src/templates/packages/index.html
 src/templates/packages/view-file.html
+src/templates/queue.html
 src/templates/register-activation-fail.html
 src/templates/register-activation-success.html
 src/templates/register-fail.html
@@ -144,7 +142,6 @@ src/templates/sessions/index.html
 src/templates/source-list.html
 src/templates/updates-index.html
 src/templates/uploads-list.html
-src/templates/user-comments.html
 src/templates/user-delete.html
 src/templates/user-forgot-password.html
 src/templates/user-impersonation.html
@@ -158,19 +155,19 @@ src/templates/user-profile-passwd.html
 src/templates/user-profile-passwd-ok.html
 src/hub/handlers.py
 src/hub/__init__.py
+src/web/__init__.py
 src/web/api.py
-src/web/handlers_auth.py
-src/web/handlers_base.py
-src/web/handlers_builders.py
-src/web/handlers_builds.py
-src/web/handlers_distro.py
-src/web/handlers_jobs.py
-src/web/handlers_keys.py
-src/web/handlers_packages.py
+src/web/auth.py
+src/web/base.py
+src/web/builders.py
+src/web/builds.py
+src/web/distributions.py
 src/web/handlers.py
-src/web/handlers_search.py
-src/web/handlers_updates.py
-src/web/handlers_users.py
-src/web/__init__.py
+src/web/jobs.py
+src/web/keys.py
 src/web/mirrors.py
+src/web/packages.py
+src/web/search.py
 src/web/ui_modules.py
+src/web/updates.py
+src/web/users.py