IT_PROG_INTLTOOL([0.40.0])
+XGETTEXT="${XGETTEXT} --keyword=_:1,2 --keyword=N_:1,2 --no-location"
+
GETTEXT_PACKAGE=pakfire-build-service
AC_SUBST(GETTEXT_PACKAGE)
msgstr ""
"Project-Id-Version: IPFire Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-06 16:39+0100\n"
+"POT-Creation-Date: 2022-10-12 13:55+0000\n"
"PO-Revision-Date: 2011-05-19 22:47+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/ipfire/language/"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../src/buildservice/builds.py:1109
-#, python-format
-msgid "%(user_name)s commented on %(build_name)s"
-msgstr ""
-
-#: ../src/buildservice/constants.py:56
-#, python-format
-msgid "[%(build_name)s] Build job failed."
-msgstr ""
-
-#: ../src/buildservice/constants.py:57
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has failed.\n"
-"\n"
-"This could have a couple of reasons and needs to be investigated by you.\n"
-"\n"
-"Here is more information about the incident:\n"
-"\n"
-" Build name: %(build_name)s\n"
-" Build host: %(build_host)s\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/constants.py:74
-#, python-format
-msgid "[%(build_name)s] Build job finished."
-msgstr ""
-
-#: ../src/buildservice/constants.py:75
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has finished.\n"
-"\n"
-"If you are the maintainer, it is up to you to push it to one or more "
-"repositories.\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/logs.py:67
msgid "Build has been created"
msgstr ""
-#: ../src/buildservice/logs.py:106 ../src/buildservice/logs.py:170
-#: ../src/buildservice/logs.py:230 ../src/buildservice/logs.py:305
msgid "Unknown action."
msgstr ""
-#: ../src/buildservice/logs.py:117 ../src/buildservice/logs.py:186
-#: ../src/buildservice/logs.py:247 ../src/buildservice/logs.py:321
-#: ../src/templates/builders/detail.html:161
-#: ../src/templates/builders/list.html:59 ../src/templates/jobs-detail.html:82
-#: ../src/templates/mirrors-list.html:72 ../src/web/__init__.py:307
msgid "Unknown"
msgstr ""
-#: ../src/buildservice/logs.py:124 ../src/buildservice/logs.py:130
-#: ../src/templates/builders/detail.html:143
-#: ../src/templates/builders/detail.html:149
-#: ../src/templates/builders/detail.html:170
-#: ../src/templates/builders/detail.html:210
-#: ../src/templates/builders/detail.html:224
-#: ../src/templates/jobs-buildroot.html:87
-#: ../src/templates/mirrors-detail.html:67
-#: ../src/templates/mirrors-list.html:56 ../src/templates/mirrors-list.html:81
-#: ../src/templates/modules/jobs/list.html:44
-#: ../src/templates/modules/jobs-table.html:42
-#: ../src/templates/modules/repository-table.html:14
-#: ../src/templates/sessions/index.html:50
-#: ../src/templates/uploads-list.html:55
msgid "N/A"
msgstr ""
-#: ../src/buildservice/logs.py:136
#, python-format
msgid "This build was pushed to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:138
#, python-format
msgid "You pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:140
#, python-format
msgid "%(user)s pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:144
#, python-format
msgid "This build was unpushed from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:146
#, python-format
msgid "You unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:148
#, python-format
msgid "%(user)s unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:152
#, python-format
msgid ""
"This build was pushed from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:154
#, python-format
msgid ""
"You pushed this build from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:156
#, python-format
msgid ""
"%(user)s pushed this build from the repository '%(from_repo)s' to "
"'%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:192
#, python-format
msgid "Builder '%(builder)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:194
#, python-format
msgid "You enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:196
#, python-format
msgid "%(user)s enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:200
#, python-format
msgid "Builder '%(builder)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:202
#, python-format
msgid "You disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:204
#, python-format
msgid "%(user)s disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:208
#, python-format
msgid "You deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:210
#, python-format
msgid "%(user)s deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:214
#, python-format
msgid "You created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:216
#, python-format
msgid "%(user)s created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:253
#, python-format
msgid "Job '%(job)s' has been created."
msgstr ""
-#: ../src/buildservice/logs.py:255
#, python-format
msgid "You created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:257
#, python-format
msgid "%(user)s created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:261
#, python-format
msgid "Job '%(job)s' has changed its state to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:263
#, python-format
msgid "You changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:265
#, python-format
msgid "%(user)s changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:269
#, python-format
msgid "Job '%(job)s' has been reset."
msgstr ""
-#: ../src/buildservice/logs.py:271
#, python-format
msgid "You reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:273
#, python-format
msgid "%(user)s has reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:277
#, python-format
msgid "Job '%(job)s' has been scheduled for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:279
#, python-format
msgid "You scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:281
#, python-format
msgid "%(user)s scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:287
#, python-format
msgid "A test job for '%(job)s' has been scheduled."
msgstr ""
-#: ../src/buildservice/logs.py:289
#, python-format
msgid "You scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:291
#, python-format
msgid "%(user)s scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:327
#, python-format
msgid "Mirror '%(mirror)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:329
#, python-format
msgid "You enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:331
#, python-format
msgid "%(user)s enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:335
#, python-format
msgid "Mirror '%(mirror)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:337
#, python-format
msgid "You disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:339
#, python-format
msgid "%(user)s disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:343
#, python-format
msgid "You deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:345
#, python-format
msgid "%(user)s deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:349
#, python-format
msgid "You created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:351
#, python-format
msgid "%(user)s created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/users.py:459
-msgid "Account Activation"
-msgstr ""
-
-#: ../src/buildservice/users.py:461
-msgid ""
-"You, or somebody using your email address, has registered an account on the "
-"Pakfire Build Service."
-msgstr ""
-
-#: ../src/buildservice/users.py:463
-msgid "To activate your account, please click on the link below."
+msgid "No title given"
msgstr ""
-#: ../src/templates/base.html:4
-msgid "No title given"
+msgid "Menu"
msgstr ""
-#: ../src/templates/base.html:29 ../src/templates/index.html:16
msgid "Pakfire Build Service"
msgstr ""
-#: ../src/templates/base.html:34 ../src/templates/build-bugs.html:12
-#: ../src/templates/build-delete.html:12 ../src/templates/build-detail.html:12
-#: ../src/templates/build-schedule-test.html:12
-#: ../src/templates/build-state.html:12
-#: ../src/templates/builds-watchers-add.html:12
-#: ../src/templates/jobs-buildroot.html:12
-#: ../src/templates/jobs-buildroot.html:48
-#: ../src/templates/job-schedule-rebuild.html:12
-#: ../src/templates/job-schedule-test.html:12
-#: ../src/templates/jobs-detail.html:12 ../src/templates/package-detail.html:12
-#: ../src/templates/package-detail-list.html:12
-#: ../src/templates/package-properties.html:12
-#: ../src/templates/packages/builds/scratch.html:12
-#: ../src/templates/packages/builds/times.html:12
-#: ../src/templates/packages/changelog.html:12
-#: ../src/templates/packages-list.html:12
-#: ../src/templates/packages/view-file.html:12
-#: ../src/templates/search-results.html:50
msgid "Packages"
msgstr ""
-#: ../src/templates/base.html:37 ../src/templates/build-index.html:3
-#: ../src/templates/build-index.html:12 ../src/templates/build-index.html:26
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-#: ../src/templates/builds/comments.html:12
-#: ../src/templates/distro-update-edit.html:20
-#: ../src/templates/docs-base.html:33 ../src/templates/docs-build.html:16
-#: ../src/templates/docs-index.html:43
-#: ../src/templates/statistics/index.html:15
msgid "Builds"
msgstr ""
-#: ../src/templates/base.html:41
msgid "More"
msgstr ""
-#: ../src/templates/base.html:47 ../src/templates/docs-build.html:3
-#: ../src/templates/docs-build.html:12 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-index.html:12 ../src/templates/docs-users.html:3
-#: ../src/templates/docs-users.html:12 ../src/templates/docs-users.html:21
-#: ../src/templates/docs-whatsthis.html:3
-#: ../src/templates/docs-whatsthis.html:12
-#: ../src/templates/docs-whatsthis.html:21
-msgid "Documentation"
-msgstr ""
-
-#: ../src/templates/base.html:53 ../src/templates/search-form.html:12
-#: ../src/templates/search-form.html:22
-msgid "Search"
-msgstr ""
-
-#: ../src/templates/base.html:60 ../src/templates/distro-detail.html:12
-#: ../src/templates/distro-list.html:3 ../src/templates/distro-list.html:12
-#: ../src/templates/distro-list.html:18
-#: ../src/templates/distro-source-commit-detail.html:12
-#: ../src/templates/distro-source-commit-reset.html:10
-#: ../src/templates/distro-source-detail.html:10
-#: ../src/templates/repository-detail.html:14
msgid "Distributions"
msgstr ""
-#: ../src/templates/base.html:66 ../src/templates/builders/delete.html:12
-#: ../src/templates/builders/detail.html:12
-#: ../src/templates/builders/edit.html:12 ../src/templates/builders/list.html:3
-#: ../src/templates/builders/list.html:12
-#: ../src/templates/builders/list.html:17 ../src/templates/builders/new.html:12
-#: ../src/templates/builders/pass.html:10
msgid "Builders"
msgstr ""
-#: ../src/templates/base.html:72 ../src/templates/mirrors-delete.html:12
-#: ../src/templates/mirrors-detail.html:12
-#: ../src/templates/mirrors-edit.html:12 ../src/templates/mirrors-list.html:3
-#: ../src/templates/mirrors-list.html:12 ../src/templates/mirrors-list.html:32
-#: ../src/templates/mirrors-new.html:12
msgid "Mirrors"
msgstr ""
-#: ../src/templates/base.html:78 ../src/templates/keys-delete.html:12
-#: ../src/templates/keys-import.html:12 ../src/templates/keys-list.html:3
-#: ../src/templates/keys-list.html:12 ../src/templates/keys-list.html:17
-msgid "Key Management"
-msgstr ""
-
-#: ../src/templates/base.html:86 ../src/templates/docs-base.html:34
-#: ../src/templates/docs-index.html:46 ../src/templates/docs-users.html:24
-#: ../src/templates/docs-users.html:48 ../src/templates/search-results.html:96
-#: ../src/templates/user-list.html:12 ../src/templates/user-list.html:17
-#: ../src/templates/user-profile-edit.html:12
-#: ../src/templates/user-profile.html:12
-#: ../src/templates/user-profile-passwd.html:12
-#: ../src/templates/user-profile-passwd-ok.html:12
msgid "Users"
msgstr ""
-#: ../src/templates/base.html:94 ../src/templates/statistics/index.html:3
-#: ../src/templates/statistics/index.html:7
-msgid "Statistics"
-msgstr ""
-
-#: ../src/templates/base.html:101
-msgid "Administration"
+msgid "My Profile"
msgstr ""
-#: ../src/templates/base.html:106 ../src/templates/sessions/index.html:3
-#: ../src/templates/sessions/index.html:12
-#: ../src/templates/sessions/index.html:17
-msgid "Sessions"
+msgid "My Builds"
msgstr ""
-#: ../src/templates/base.html:112 ../src/templates/uploads-list.html:3
-#: ../src/templates/uploads-list.html:12 ../src/templates/uploads-list.html:17
-msgid "Uploads"
+msgid "Log Out"
msgstr ""
-#: ../src/templates/base.html:132
-msgid "My profile"
+msgid "Sign In"
msgstr ""
-#: ../src/templates/base.html:138
-msgid "My builds"
+msgid "Delete build"
msgstr ""
-#: ../src/templates/base.html:143
-msgid "Impersonated by"
+msgid "Home"
msgstr ""
-#: ../src/templates/base.html:153
-msgid "End impersonation"
+msgid "Delete"
msgstr ""
-#: ../src/templates/base.html:160
-msgid "Logout"
+#, c-format
+msgid "You are about to delete build %s."
msgstr ""
-#: ../src/templates/base.html:168 ../src/templates/docs-users.html:56
-msgid "Register"
+msgid "Please make sure, that this is the right build you intend to delete."
msgstr ""
-#: ../src/templates/base.html:172
-msgid "Sign in"
+msgid "Once a build has been deleted, it can not been recovered."
msgstr ""
-#: ../src/templates/base.html:184
-msgid "Forgot your password?"
+msgid "Cancel"
msgstr ""
-#: ../src/templates/build-bugs.html:3
-msgid "Bug list"
+#, c-format
+msgid "Manage build %s"
msgstr ""
-#: ../src/templates/build-bugs.html:8 ../src/templates/build-delete.html:8
-#: ../src/templates/build-detail.html:8 ../src/templates/builders/delete.html:8
-#: ../src/templates/builders/detail.html:8
-#: ../src/templates/builders/edit.html:8 ../src/templates/builders/list.html:8
-#: ../src/templates/builders/new.html:8 ../src/templates/builders/pass.html:6
-#: ../src/templates/build-index.html:8
-#: ../src/templates/build-schedule-test.html:8
-#: ../src/templates/builds/comments.html:8 ../src/templates/build-state.html:8
-#: ../src/templates/builds-watchers-add.html:8
-#: ../src/templates/distro-detail.html:8 ../src/templates/distro-list.html:8
-#: ../src/templates/distro-source-commit-detail.html:8
-#: ../src/templates/distro-source-commit-reset.html:6
-#: ../src/templates/distro-source-detail.html:6
-#: ../src/templates/docs-build.html:8 ../src/templates/docs-index.html:8
-#: ../src/templates/docs-users.html:8 ../src/templates/docs-whatsthis.html:8
-#: ../src/templates/jobs-buildroot.html:8
-#: ../src/templates/job-schedule-rebuild.html:8
-#: ../src/templates/job-schedule-test.html:8
-#: ../src/templates/jobs-detail.html:8 ../src/templates/jobs-filter.html:8
-#: ../src/templates/jobs-index.html:8 ../src/templates/keys-delete.html:8
-#: ../src/templates/keys-import.html:8 ../src/templates/keys-list.html:8
-#: ../src/templates/mirrors-delete.html:8
-#: ../src/templates/mirrors-detail.html:8 ../src/templates/mirrors-edit.html:8
-#: ../src/templates/mirrors-list.html:8 ../src/templates/mirrors-new.html:8
-#: ../src/templates/modules/package-header.html:9
-#: ../src/templates/package-detail.html:8
-#: ../src/templates/package-detail-list.html:8
-#: ../src/templates/package-properties.html:8
-#: ../src/templates/packages/builds/scratch.html:8
-#: ../src/templates/packages/builds/times.html:8
-#: ../src/templates/packages/changelog.html:8
-#: ../src/templates/packages-list.html:8
-#: ../src/templates/packages/view-file.html:8
-#: ../src/templates/register-activation-fail.html:8
-#: ../src/templates/register-activation-success.html:8
-#: ../src/templates/register.html:8 ../src/templates/repository-detail.html:10
-#: ../src/templates/search-form.html:8 ../src/templates/search-results.html:8
-#: ../src/templates/sessions/index.html:8 ../src/templates/uploads-list.html:8
-#: ../src/templates/user-forgot-password.html:8
-#: ../src/templates/user-list.html:8 ../src/templates/user-profile-edit.html:8
-#: ../src/templates/user-profile.html:8
-#: ../src/templates/user-profile-passwd.html:8
-#: ../src/templates/user-profile-passwd-ok.html:8
-msgid "Home"
+msgid "Manage build"
msgstr ""
-#: ../src/templates/build-bugs.html:29 ../src/templates/build-detail.html:75
-msgid "Fixed bugs"
+msgid "Distribution"
msgstr ""
-#: ../src/templates/build-bugs.html:33
-msgid "No bugs here, yet."
+msgid "Not all jobs are finished"
msgstr ""
-#: ../src/templates/build-bugs.html:34
-msgid "Click below to add one."
+msgid "Not all jobs of this build are finished, yet."
msgstr ""
-#: ../src/templates/build-bugs.html:45
-msgid "Add"
+msgid ""
+"It is <strong>strongly discouraged</strong> to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/build-bugs.html:50 ../src/templates/keys-list.html:63
-msgid "Remove"
+msgid ""
+"However, the build will be automatically unpushed if one or more build jobs "
+"fail."
msgstr ""
-#: ../src/templates/build-bugs.html:57 ../src/templates/user-delete.html:18
-msgid "Back"
+msgid "Push to a repository"
msgstr ""
-#: ../src/templates/build-bugs.html:71
-msgid "Add a bug"
+msgid "Push to next repository"
msgstr ""
-#: ../src/templates/build-bugs.html:77 ../src/templates/build-bugs.html:134
-msgid "Bug ID"
+msgid "Push to first repository"
msgstr ""
-#: ../src/templates/build-bugs.html:84
-msgid "Enter a bug ID."
+msgid "New repository"
msgstr ""
-#: ../src/templates/build-bugs.html:93
-msgid "This is a list of more open bugs of this package."
+msgid "This is the target repository for the build."
msgstr ""
-#: ../src/templates/build-bugs.html:96
-msgid "Maybe you want to pick one of these."
+msgid "Push"
msgstr ""
-#: ../src/templates/build-bugs.html:115
-msgid "Add bug"
+msgid "Unpush"
msgstr ""
-#: ../src/templates/build-bugs.html:116 ../src/templates/build-bugs.html:165
-#: ../src/templates/build-delete.html:47
-#: ../src/templates/builders/delete.html:39
-#: ../src/templates/build-manage.html:79 ../src/templates/keys-delete.html:43
-#: ../src/templates/mirrors-delete.html:36
-#: ../src/templates/mirrors-edit.html:82
-#: ../src/templates/modules/modal-base.html:28
-#: ../src/templates/modules/modal-build-comment.html:59
-#: ../src/templates/package-properties.html:94
-#: ../src/templates/user-profile-edit.html:151
-#: ../src/templates/user-profile-passwd.html:96
-msgid "Cancel"
+msgid "Switch to user mode"
msgstr ""
-#: ../src/templates/build-bugs.html:128
-msgid "Remove a bug"
+msgid "Switch to admin mode"
msgstr ""
-#: ../src/templates/build-bugs.html:141
-msgid "Enter a bug ID from the list below."
+#, c-format
+msgid "Schedule test build for %s"
msgstr ""
-#: ../src/templates/build-bugs.html:164
-msgid "Remove bug"
+msgid "Schedule test build"
msgstr ""
-#: ../src/templates/build-delete.html:3 ../src/templates/build-delete.html:46
-#: ../src/templates/build-detail.html:151
-msgid "Delete build"
+msgid ""
+"A test build is used to check if a package builds with the current package "
+"set."
msgstr ""
-#: ../src/templates/build-delete.html:24
-#: ../src/templates/builders/delete.html:20
-#: ../src/templates/keys-delete.html:20 ../src/templates/mirrors-delete.html:20
-#: ../src/templates/repository-detail.html:116
-msgid "Delete"
+msgid ""
+"In this way, developers are able to find quality issues fast and without "
+"actively searching for them."
msgstr ""
-#: ../src/templates/build-delete.html:34
-#, c-format
-msgid "You are about to delete build %s."
+msgid ""
+"As this build platform only has a limited amount of performance, test builds "
+"only have a very less priority."
msgstr ""
-#: ../src/templates/build-delete.html:39
-msgid "Please make sure, that this is the right build you intend to delete."
+msgid "However, you can manually request to run a test."
msgstr ""
-#: ../src/templates/build-delete.html:40
-msgid "Once a build has been deleted, it can not been recovered."
+msgid ""
+"The build job will be started when a build slot is available but not before "
+"the given time."
msgstr ""
-#: ../src/templates/build-detail.html:3 ../src/templates/build-state.html:3
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/builds-watchers-list.html:31
-#: ../src/templates/modules/build-table.html:14
-#: ../src/templates/modules/log-table.html:10
-#: ../src/templates/package-detail.html:109
msgid "Build"
msgstr ""
-#: ../src/templates/build-detail.html:43
-msgid "Score"
+msgid "State"
msgstr ""
-#: ../src/templates/build-detail.html:46
-msgid "(broken)"
+msgid ""
+"The state of a build can be either building, testing, stable, obsolete or "
+"broken."
msgstr ""
-#: ../src/templates/build-detail.html:48
-msgid "(obsolete)"
+msgid "Mark build as obsolete"
msgstr ""
-#: ../src/templates/build-detail.html:57
-msgid "Security update"
+msgid ""
+"If a package is updated by an other package it should be marked as "
+"<em>obsolete</em>."
msgstr ""
-#: ../src/templates/build-detail.html:60
-msgid "Bug fix update"
+msgid ""
+"For obsolete builds, there will be no test jobs created and it is "
+"recommended to remove them from the repositories soon."
msgstr ""
-#: ../src/templates/build-detail.html:63
-msgid "Enhancement"
+msgid "Remove build from the repository it is currently in?"
msgstr ""
-#: ../src/templates/build-detail.html:66
-msgid "New package"
+msgid "Unbreak this build"
msgstr ""
-#: ../src/templates/build-detail.html:68
-#, c-format
-msgid "Unhandled: %s"
+msgid ""
+"In case this build has accidentially be marked as broken, it is possible to "
+"recover that state."
msgstr ""
-#: ../src/templates/build-detail.html:98
-#: ../src/templates/distro-source-commit-detail.html:55
-#: ../src/templates/modules/changelog/entry.html:36
-#: ../src/templates/modules/commits-table.html:5
-msgid "Author"
+msgid "Mark build as broken"
msgstr ""
-#: ../src/templates/build-detail.html:100
-#: ../src/templates/distro-source-commit-detail.html:3
-#: ../src/templates/modules/commits-table.html:4
-#: ../src/templates/package-detail.html:137
-msgid "Commit"
+msgid ""
+"If a package does not build or contains <em>serious</em> bugs, it should be "
+"marked as broken."
msgstr ""
-#: ../src/templates/build-detail.html:103
-#: ../src/templates/modules/changelog/entry.html:41
-msgid "No commit message."
+msgid ""
+"Those builds can not be added into any repositories and are removed from all "
+"repositories they may currently be in."
msgstr ""
-#: ../src/templates/build-detail.html:117
-#: ../src/templates/modules/modal-build-comment.html:18
-msgid "Comment"
+msgid "Current repository"
msgstr ""
-#: ../src/templates/build-detail.html:121
-#: ../src/templates/builders/detail.html:242
-#: ../src/templates/jobs-detail.html:175 ../src/templates/log.html:4
-#: ../src/templates/mirrors-detail.html:119
-#: ../src/templates/mirrors-list.html:95
-msgid "Log"
+#, c-format
+msgid "since %s"
msgstr ""
-#: ../src/templates/build-detail.html:130
-#: ../src/templates/builders/list.html:32 ../src/templates/jobs-filter.html:12
-#: ../src/templates/jobs-index.html:3 ../src/templates/jobs-index.html:12
-#: ../src/templates/jobs-index.html:23
-#: ../src/templates/modules/build-table.html:15
-msgid "Jobs"
+#, c-format
+msgid "Delete builder %s"
msgstr ""
-#: ../src/templates/build-detail.html:134
-#: ../src/templates/package-detail.html:39
-#: ../src/templates/package-detail.html:100
-msgid "Source package"
+#, c-format
+msgid "Delete builder: %s"
msgstr ""
-#: ../src/templates/build-detail.html:144
-msgid "Change state"
+#, c-format
+msgid "You are going to delete the build host %s."
msgstr ""
-#: ../src/templates/build-detail.html:145
-msgid "Modify bug list"
+#, c-format
+msgid "Delete %s"
msgstr ""
-#: ../src/templates/build-detail.html:168
-#: ../src/templates/build-detail.html:191 ../src/templates/build-manage.html:77
-#: ../src/templates/modules/modal-build-push.html:60
-msgid "Push"
+msgid "Builder"
msgstr ""
-#: ../src/templates/build-detail.html:174
-#: ../src/templates/build-detail.html:183 ../src/templates/build-manage.html:78
-#: ../src/templates/modules/modal-build-unpush.html:38
-msgid "Unpush"
+msgid "Current"
msgstr ""
-#: ../src/templates/build-detail.html:202 ../src/templates/build-state.html:128
#, c-format
-msgid "since %s"
+msgid "Pakfire %s"
msgstr ""
-#: ../src/templates/build-detail.html:205
-msgid "This package does not belong to any repository."
+#, c-format
+msgid "Supported Architectures: %s"
msgstr ""
-#: ../src/templates/builders/delete.html:3
#, c-format
-msgid "Delete builder %s"
+msgid "Total Build Time: %s"
msgstr ""
-#: ../src/templates/builders/delete.html:25
-#: ../src/templates/builders/detail.html:3
-#: ../src/templates/builders/detail.html:74
-#: ../src/templates/builders/pass.html:23 ../src/templates/jobs-filter.html:27
-#: ../src/templates/modules/jobs/boxes.html:15
-#: ../src/templates/modules/jobs/list.html:6
-msgid "Builder"
+#, c-format
+msgid "%s Memory"
msgstr ""
-#: ../src/templates/builders/delete.html:31
#, c-format
-msgid "You are going to delete the build host <strong>%s</strong>."
+msgid "%s Swap Space"
msgstr ""
-#: ../src/templates/builders/delete.html:37
-#: ../src/templates/mirrors-delete.html:34 ../src/templates/user-delete.html:16
-#, c-format
-msgid "Delete %s"
+msgid "Test Mode"
msgstr ""
-#: ../src/templates/builders/detail.html:22
-#: ../src/templates/build-filter.html:75 ../src/templates/build-list.html:13
-#: ../src/templates/builds-watchers-list.html:50
-#: ../src/templates/distro-update-detail.html:46
-#: ../src/templates/file-detail.html:116 ../src/templates/jobs-detail.html:30
-#: ../src/templates/mirrors-detail.html:23
-#: ../src/templates/mirrors-list.html:19 ../src/templates/user-comments.html:10
-msgid "Actions"
+msgid "Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:27
-msgid "Show jobs by this builder"
+msgid "Edit"
msgstr ""
-#: ../src/templates/builders/detail.html:36
-msgid "Disable builder"
+msgid "Running Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:42
-msgid "Enable builder"
+msgid "Log"
msgstr ""
-#: ../src/templates/builders/detail.html:50
-msgid "Edit builder"
+#, c-format
+msgid "Edit Builder %s"
msgstr ""
-#: ../src/templates/builders/detail.html:58
-msgid "Renew passphrase"
+msgid "Hostname"
msgstr ""
-#: ../src/templates/builders/detail.html:66
-msgid "Delete builder"
+msgid "The hostname cannot be changed"
msgstr ""
-#: ../src/templates/builders/detail.html:79
-msgid "Warning"
+msgid "Enabled"
msgstr ""
-#: ../src/templates/builders/detail.html:80
-msgid "This builder is overloaded."
+msgid "Job Settings"
msgstr ""
-#: ../src/templates/builders/detail.html:81
-msgid ""
-"That means it will not take any additional jobs although it has not reached "
-"its threshold of running jobs, yet."
+msgid "Maximum Parallel Build Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:82
-msgid "New jobs will be started automatically after the load decreased."
+msgid "Enable Test Mode"
msgstr ""
-#: ../src/templates/builders/detail.html:91
-#: ../src/templates/build-filter.html:27 ../src/templates/build-state.html:24
-#: ../src/templates/modules/jobs-table.html:5
-#: ../src/templates/user-profile-edit.html:77
-#: ../src/templates/user-profile.html:47
-msgid "State"
+msgid "Only build test jobs on this builder"
msgstr ""
-#: ../src/templates/builders/detail.html:94
-#: ../src/templates/builders/edit.html:42 ../src/templates/mirrors-edit.html:43
-msgid "Enabled"
+msgid "Save"
msgstr ""
-#: ../src/templates/builders/detail.html:96
-msgid "Disabled"
+msgid "Online"
msgstr ""
-#: ../src/templates/builders/detail.html:98
-msgid "Deleted"
+msgid "Offline"
msgstr ""
-#: ../src/templates/builders/detail.html:100
-#, c-format
-msgid "Unknown status: %s"
+msgid "Create A New Builder"
msgstr ""
-#: ../src/templates/builders/detail.html:105
-msgid "Parallel builds"
+msgid "Statistics"
msgstr ""
-#: ../src/templates/builders/detail.html:106
-msgid "One job only."
+msgid "Total Build Time"
msgstr ""
-#: ../src/templates/builders/detail.html:109
-msgid "This host builds"
+msgid "Total Build Time By Architecture"
msgstr ""
-#: ../src/templates/builders/detail.html:115
-msgid "Release builds"
+msgid "Create new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:117
-#: ../src/templates/package-detail-list.html:30
-#: ../src/templates/packages/builds/scratch.html:3
-#: ../src/templates/packages/builds/scratch.html:20
-msgid "Scratch builds"
+msgid "Create a new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:119
-#: ../src/templates/package-detail-list.html:35
-msgid "Test builds"
+msgid "Enter the canonical hostname of the machine."
msgstr ""
-#: ../src/templates/builders/detail.html:130
-msgid "Remarks"
+#, c-format
+msgid "Watch build %s"
msgstr ""
-#: ../src/templates/builders/detail.html:141
-msgid "OS"
+msgid "Watch"
msgstr ""
-#: ../src/templates/builders/detail.html:147
-msgid "Pakfire version"
+msgid "You may here add yourself to the list of watchers of this build."
msgstr ""
-#: ../src/templates/builders/detail.html:153
-#: ../src/templates/distro-detail.html:35
-msgid "Supported architectures"
+msgid ""
+"If you do so, you will receive messages about new comments and status "
+"updates."
msgstr ""
-#: ../src/templates/builders/detail.html:159
-msgid "CPU model"
+msgid "Oops!"
msgstr ""
-#: ../src/templates/builders/detail.html:165
-msgid "CPU count"
+msgid "You are already watching this build."
msgstr ""
-#: ../src/templates/builders/detail.html:169
-msgid "Bogomips"
+msgid "Choose user"
msgstr ""
-#: ../src/templates/builders/detail.html:180
-msgid "Memory"
+msgid "Myself"
msgstr ""
-#: ../src/templates/builders/detail.html:194
-msgid "SWAP space"
+msgid "Choose a user who should watch this build."
msgstr ""
-#: ../src/templates/builders/detail.html:203
-msgid "No memory information available."
+msgid "User"
msgstr ""
-#: ../src/templates/builders/detail.html:208
-msgid "Load average"
+msgid "Add watcher"
msgstr ""
-#: ../src/templates/builders/detail.html:212
-#: ../src/templates/builders/list.html:50
-msgid "Overload"
+#, c-format
+msgid "Watchers of %s"
msgstr ""
-#: ../src/templates/builders/detail.html:217
-msgid "Free disk space"
+msgid "This is a list of all users who watch this build."
msgstr ""
-#: ../src/templates/builders/detail.html:222
-msgid "Host key"
+msgid ""
+"If you write a comment or the status of the build is changed, they all will "
+"get a message."
msgstr ""
-#: ../src/templates/builders/detail.html:235
-msgid "Active and pending jobs"
+msgid "You are the owner of this build. So you don't need to watch it."
msgstr ""
-#: ../src/templates/builders/edit.html:3
-#, c-format
-msgid "Manage builder %s"
+msgid "Watch this build."
msgstr ""
-#: ../src/templates/builders/edit.html:20
-#: ../src/templates/builders/edit.html:25
-#: ../src/templates/builders/pass.html:18 ../src/templates/mirrors-edit.html:20
-msgid "Manage"
+msgid "List of all watchers"
msgstr ""
-#: ../src/templates/builders/edit.html:25
-#, c-format
-msgid "Builder: %s"
+msgid "Actions"
msgstr ""
-#: ../src/templates/builders/edit.html:32
-#: ../src/templates/builders/list.html:30 ../src/templates/builders/new.html:30
-#: ../src/templates/mirrors-detail.html:56
-#: ../src/templates/mirrors-edit.html:32 ../src/templates/mirrors-list.html:43
-#: ../src/templates/mirrors-new.html:28
-msgid "Hostname"
+msgid "Back to build"
msgstr ""
-#: ../src/templates/builders/edit.html:36
-msgid "The hostname cannot be changed."
+msgid "Created %(when)s by %(author)s"
msgstr ""
-#: ../src/templates/builders/edit.html:46
-msgid "The builder must be enabled in order to process build jobs."
+#, c-format
+msgid "Created %s"
msgstr ""
-#: ../src/templates/builders/edit.html:53
-msgid "Build job settings"
+msgid "Fixed Bugs"
msgstr ""
-#: ../src/templates/builders/edit.html:56
-msgid "Maximum number of parallel build jobs"
+msgid "Score"
msgstr ""
-#: ../src/templates/builders/edit.html:65
-msgid "This is the number of build jobs that are started in parallel."
+msgid "Source Package"
msgstr ""
-#: ../src/templates/builders/edit.html:74
-msgid "Authorized to build release builds."
+#, c-format
+msgid "Edit distribution %s"
msgstr ""
-#: ../src/templates/builders/edit.html:83
-msgid "Authorized to build scratch builds."
+msgid "Name"
msgstr ""
-#: ../src/templates/builders/edit.html:92
-msgid "Authorized to build test builds."
+msgid "The fancy name of the distribution."
msgstr ""
-#: ../src/templates/builders/edit.html:98 ../src/templates/mirrors-edit.html:81
-#: ../src/templates/package-properties.html:93
-msgid "Save changes"
+msgid "Identifier"
msgstr ""
-#: ../src/templates/builders/list.html:31 ../src/templates/jobs-filter.html:44
-#: ../src/templates/packages/builds/times.html:44
-msgid "Architecture"
+msgid "Cannot be changed."
msgstr ""
-#: ../src/templates/builders/list.html:53
-msgid "Unknown CPU"
+msgid "Tag"
msgstr ""
-#: ../src/templates/builders/list.html:73 ../src/templates/builders/new.html:3
-#: ../src/templates/builders/new.html:16 ../src/templates/builders/new.html:41
-msgid "Create new builder"
+msgid "The tag is added to the package release."
msgstr ""
-#: ../src/templates/builders/new.html:21
-msgid "Create a new builder"
+msgid "Vendor"
msgstr ""
-#: ../src/templates/builders/new.html:35
-msgid "Enter the canonical hostname of the machine."
+msgid "From whom is the distribution from?"
msgstr ""
-#: ../src/templates/builders/pass.html:30
-#, c-format
-msgid "The new host <strong>%s</strong> has been successfully created."
+msgid "Contact"
msgstr ""
-#: ../src/templates/builders/pass.html:32
-#, c-format
-msgid "The passphrase for <strong>%s</strong> has been regenerated."
+msgid "The email address from the vendor."
msgstr ""
-#: ../src/templates/builders/pass.html:35
-msgid ""
-"For authorization to the Pakfire Master Server there is a passphrase "
-"required which must be configured to the host."
+msgid "Slogan"
msgstr ""
-#: ../src/templates/builders/pass.html:39
-msgid "This passphrase is:"
+msgid "A short sentence that characterizes the distribution."
msgstr ""
-#: ../src/templates/builders/pass.html:43
-msgid "Next"
+msgid "Architectures"
msgstr ""
-#: ../src/templates/build-filter.html:3 ../src/templates/build-list.html:3
-#: ../src/templates/build-list.html:8
-msgid "Build job list"
+msgid "For which architectures should the distribution be built?"
msgstr ""
-#: ../src/templates/build-filter.html:6 ../src/templates/build-index.html:21
-#: ../src/templates/build-list.html:15
-msgid "Filter builds"
+msgid "Sources"
msgstr ""
-#: ../src/templates/build-filter.html:11 ../src/templates/build-manage.html:9
-#: ../src/templates/distro-detail.html:3 ../src/templates/distro-detail.html:22
-#: ../src/templates/distro-list.html:33
-#: ../src/templates/distro-source-commits.html:5
-#: ../src/templates/distro-update-detail.html:6
-#: ../src/templates/distro-update-edit.html:12
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-edit.html:8
-msgid "Distribution"
+msgid "Which sources should be imported to the distribution?"
msgstr ""
-#: ../src/templates/build-filter.html:15 ../src/templates/build-filter.html:39
-#: ../src/templates/build-filter.html:55
-msgid "Any"
+msgid "Commit"
msgstr ""
-#: ../src/templates/build-filter.html:23
-msgid "Show only builds in that distribution."
+#, c-format
+msgid "Source: %s"
msgstr ""
-#: ../src/templates/build-filter.html:30
-msgid "All"
+msgid "Source"
msgstr ""
-#: ../src/templates/build-filter.html:31
-#: ../src/templates/modules/jobs-table.html:29 ../src/web/ui_modules.py:335
-msgid "Running"
+msgid "Open in gitweb"
msgstr ""
-#: ../src/templates/build-filter.html:32
-#: ../src/templates/modules/jobs-table.html:21 ../src/web/ui_modules.py:330
-msgid "Pending"
+msgid "Reset commit"
msgstr ""
-#: ../src/templates/build-filter.html:33 ../src/templates/jobs-detail.html:128
-#: ../src/templates/modules/jobs-table.html:27 ../src/web/ui_modules.py:320
-msgid "Finished"
+msgid "Revision"
msgstr ""
-#: ../src/templates/build-filter.html:34
-#: ../src/templates/modules/jobs-table.html:23 ../src/web/ui_modules.py:315
-msgid "Failed"
+msgid "Date"
msgstr ""
-#: ../src/templates/build-filter.html:35
-msgid "Permanently failed"
+msgid "Author"
msgstr ""
-#: ../src/templates/build-filter.html:36
-#: ../src/templates/modules/jobs-table.html:25 ../src/web/ui_modules.py:310
-msgid "Dispatching"
+msgid "Committer"
msgstr ""
-#: ../src/templates/build-filter.html:37 ../src/web/ui_modules.py:340
-msgid "Uploading"
+msgid "Packages created from this commit"
msgstr ""
-#: ../src/templates/build-filter.html:40
-msgid "Building"
+msgid "There were no packages created from this commit."
msgstr ""
-#: ../src/templates/build-filter.html:41
-msgid "Testing"
+msgid "Danger!"
msgstr ""
-#: ../src/templates/build-filter.html:42
-msgid "Stable"
+msgid "This is a very dangerous action!"
msgstr ""
-#: ../src/templates/build-filter.html:43
-msgid "Obsolete"
+msgid "Don't do it, if you are not absolutely sure what you are doing."
msgstr ""
-#: ../src/templates/build-filter.html:44
-msgid "Broken"
+msgid ""
+"This commit will be reset. Which means all packages associated with it will "
+"be deleted, and the commit will be parsed again."
msgstr ""
-#: ../src/templates/build-filter.html:48
-msgid "Only show builds with given state."
+msgid ""
+"This action may cause severe problems and may only be allowed when something "
+"went horribly wrong."
msgstr ""
-#: ../src/templates/build-filter.html:52
-#: ../src/templates/package-detail.html:82
-msgid "Build host"
+msgid "These packages will be deleted"
msgstr ""
-#: ../src/templates/build-filter.html:62
-msgid "Display only builds by selected host."
+msgid "Commits"
msgstr ""
-#: ../src/templates/build-filter.html:77
-msgid "Show all builds"
+msgid "Source repository"
msgstr ""
-#: ../src/templates/build-index.html:18
-#: ../src/templates/builds/comments.html:17
-#: ../src/templates/builds/comments.html:25
-msgid "Comments"
+msgid "Previous commits"
msgstr ""
-#: ../src/templates/build-manage.html:3
-#, c-format
-msgid "Manage build %s"
+msgid "Next commits"
msgstr ""
-#: ../src/templates/build-manage.html:8
-msgid "Manage build"
+msgid "Gitweb"
msgstr ""
-#: ../src/templates/build-manage.html:15
-msgid "Permission denied"
+msgid "Branch"
msgstr ""
-#: ../src/templates/build-manage.html:16
-msgid ""
-"You do not have the permission to update packages that belong to the "
-"<em>critical path</em>."
+msgid "Imported commits"
msgstr ""
-#: ../src/templates/build-manage.html:22
-msgid "Not all jobs are finished"
+msgid "Latest commits"
msgstr ""
-#: ../src/templates/build-manage.html:24
-msgid "Not all jobs of this build are finished, yet."
+msgid "Show all commits"
msgstr ""
-#: ../src/templates/build-manage.html:25
-msgid ""
-"It is <strong>strongly discouraged</strong> to push this build into the next "
-"repository."
+msgid "Update"
msgstr ""
-#: ../src/templates/build-manage.html:28
-msgid ""
-"However, the build will be automatically unpushed if one or more build jobs "
-"fail."
+msgid "Summary"
msgstr ""
-#: ../src/templates/build-manage.html:42
-msgid "Push to a repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:44
-msgid "Push to next repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:46
-msgid "Push to first repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:51
-#: ../src/templates/modules/modal-build-push.html:24
-msgid "New repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:71
-msgid "This is the target repository for the build."
-msgstr ""
-
-#: ../src/templates/build-manage.html:90
-msgid "Switch to user mode"
-msgstr ""
-
-#: ../src/templates/build-manage.html:92
-msgid "Switch to admin mode"
-msgstr ""
-
-#: ../src/templates/build-priority.html:3
-#: ../src/templates/build-priority.html:6
-msgid "Edit build priority"
-msgstr ""
-
-#: ../src/templates/build-priority.html:11
-msgid "Priority"
-msgstr ""
-
-#: ../src/templates/build-priority.html:14
-#: ../src/templates/package-properties.html:51
-msgid "Very high"
-msgstr ""
-
-#: ../src/templates/build-priority.html:15
-#: ../src/templates/package-properties.html:54
-msgid "High"
-msgstr ""
-
-#: ../src/templates/build-priority.html:16
-#: ../src/templates/package-properties.html:57
-msgid "Medium"
-msgstr ""
-
-#: ../src/templates/build-priority.html:17
-#: ../src/templates/package-properties.html:60
-msgid "Low"
-msgstr ""
-
-#: ../src/templates/build-priority.html:18
-#: ../src/templates/package-properties.html:63
-msgid "Very low"
-msgstr ""
-
-#: ../src/templates/build-priority.html:22
-msgid "Set the priority of the build process."
-msgstr ""
-
-#: ../src/templates/build-priority.html:28
-msgid "Beware"
-msgstr ""
-
-#: ../src/templates/build-priority.html:29
-msgid "Shuffeling build jobs can cause problems with the dependency solving."
-msgstr ""
-
-#: ../src/templates/build-priority.html:30
-msgid "Don't do this if you are not totally sure you won't break anything."
-msgstr ""
-
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-msgid "Job queue"
-msgstr ""
-
-#: ../src/templates/build-queue.html:8
-msgid "This is a list of all jobs that are waiting to be processed."
-msgstr ""
-
-#: ../src/templates/build-queue.html:9
-msgid "They one at the top is next."
-msgstr ""
-
-#: ../src/templates/build-queue.html:15
-msgid "No jobs to do."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:3
-#: ../src/templates/build-schedule-test.html:29
-#: ../src/templates/job-schedule-test.html:3
-#: ../src/templates/job-schedule-test.html:29
-#, c-format
-msgid "Schedule test build for %s"
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:24
-#: ../src/templates/job-schedule-test.html:24
-#: ../src/templates/jobs-detail.html:48
-msgid "Schedule test build"
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:35
-#: ../src/templates/job-schedule-test.html:35
-msgid ""
-"A test build is used to check if a package builds with the current package "
-"set."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:36
-#: ../src/templates/job-schedule-test.html:36
-msgid ""
-"In this way, developers are able to find quality issues fast and without "
-"actively searching for them."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:39
-#: ../src/templates/job-schedule-test.html:39
-msgid ""
-"As this build platform only has a limited amount of performance, test builds "
-"only have a very less priority."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:40
-#: ../src/templates/job-schedule-test.html:40
-msgid "However, you can manually request to run a test."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:43
-#: ../src/templates/job-schedule-rebuild.html:38
-#: ../src/templates/job-schedule-test.html:43
-msgid ""
-"The build job will be started when a build slot is available but not before "
-"the given time."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:3
-#: ../src/templates/builds/comments.html:42
-msgid "Build comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:33
-msgid "Show all comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:40
-#, c-format
-msgid "%s's latest comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:49
-#, c-format
-msgid "This page shows %s's latest comments."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:51
-msgid "This page shows the latest comments on builds."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:53
-msgid ""
-"The Pakfire Build Service is all about social development and so, "
-"communicating with eath others is important. Please join."
+msgid "Maintainer"
msgstr ""
-#: ../src/templates/builds/comments.html:61
-#: ../src/templates/builds/comments.html:65
-#: ../src/templates/packages/changelog.html:35
-#: ../src/templates/packages/changelog.html:39
-msgid "Newer"
+msgid "Time created"
msgstr ""
-#: ../src/templates/builds/comments.html:71
-#: ../src/templates/builds/comments.html:75
-#: ../src/templates/packages/changelog.html:45
-#: ../src/templates/packages/changelog.html:49
-msgid "Older"
+msgid "Builds in this update"
msgstr ""
-#: ../src/templates/builds/comments.html:81
#, c-format
-msgid "%s did not comment on anything, yet."
-msgstr ""
-
-#: ../src/templates/build-state.html:34
-msgid ""
-"The state of a build can be either building, testing, stable, obsolete or "
-"broken."
-msgstr ""
-
-#: ../src/templates/build-state.html:48
-msgid "Mark build as obsolete"
-msgstr ""
-
-#: ../src/templates/build-state.html:50
-msgid ""
-"If a package is updated by an other package it should be marked as "
-"<em>obsolete</em>."
+msgid "Edit update %s - %s"
msgstr ""
-#: ../src/templates/build-state.html:51
-msgid ""
-"For obsolete builds, there will be no test jobs created and it is "
-"recommended to remove them from the repositories soon."
+msgid "Create new update"
msgstr ""
-#: ../src/templates/build-state.html:60
-msgid "Remove build from the repository it is currently in?"
+msgid "Create A New Distribution"
msgstr ""
-#: ../src/templates/build-state.html:81
-msgid "Unbreak this build"
+msgid "Supported Architectures"
msgstr ""
-#: ../src/templates/build-state.html:84
-msgid ""
-"In case this build has accidentially be marked as broken, it is possible to "
-"recover that state."
+msgid "Repositories"
msgstr ""
-#: ../src/templates/build-state.html:102
-msgid "Mark build as broken"
+msgid "400 - Bad request"
msgstr ""
-#: ../src/templates/build-state.html:105
-msgid ""
-"If a package does not build or contains <em>serious</em> bugs, it should be "
-"marked as broken."
+msgid "Invalid data has been passed to the application."
msgstr ""
-#: ../src/templates/build-state.html:106
msgid ""
-"Those builds can not be added into any repositories and are removed from all "
-"repositories they may currently be in."
-msgstr ""
-
-#: ../src/templates/build-state.html:126
-#: ../src/templates/distro-update-detail.html:17
-#: ../src/templates/modules/modal-build-push.html:54
-#: ../src/templates/modules/modal-build-unpush.html:13
-msgid "Current repository"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:3
-#: ../src/templates/builds-watchers-add.html:29
-#, c-format
-msgid "Watch build %s"
+"The application refused to go on with the provided data that was sent in "
+"this request."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:24
-msgid "Watch"
+msgid "403 - Access forbidden"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:35
-msgid "You may here add yourself to the list of watchers of this build."
+msgid "You are not allowed to access this ressource."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:36
msgid ""
-"If you do so, you will receive messages about new comments and status "
-"updates."
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:43
-#: ../src/templates/user-profile-passwd.html:51
-msgid "Oops!"
+"Access to the requested page has been denied because you do not have "
+"sufficient rights."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:44
-#: ../src/templates/builds-watchers-list.html:17
-msgid "You are already watching this build."
+msgid "404 - Not Found"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:56
-msgid "Choose user"
+msgid "I could not find what you were searching for."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:60
-msgid "Myself"
+msgid "You may have clicked an expired link or mistyped the address."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:70
-msgid "Choose a user who should watch this build."
+msgid "Oops! Don't panic."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:76
-#: ../src/templates/modules/build-table.html:20
-#: ../src/templates/user-profile-edit.html:80
-#: ../src/templates/user-profile.html:29 ../src/templates/user-profile.html:54
-msgid "User"
+msgid "An unexpected error happened."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:84
-msgid "Add watcher"
+msgid "Stay calm and read the text below to find out what went wrong."
msgstr ""
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/modules/watchers-sidebar-table.html:22
-#, c-format
-msgid "Watchers of %s"
+msgid "Error code"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:11
-msgid "This is a list of all users who watch this build."
+msgid "Exception (traceback):"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:12
msgid ""
-"If you write a comment or the status of the build is changed, they all will "
-"get a message."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:21
-msgid "You are the owner of this build. So you don't need to watch it."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:25
-msgid "Watch this build."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:39
-msgid "List of all watchers"
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:53
-msgid "Back to build"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:36
-msgid "None"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:46
-msgid "Binary repositories"
+"Please try going back to the previous page and try the action you did again "
+"in a moment."
msgstr ""
-#: ../src/templates/distro-detail.html:51
msgid ""
-"A binary repository is a composition of packages that are considered stable, "
-"unstable or in testing state by the developers."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:53
-msgid "Each repository can be enabled individually."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:54
-msgid "Learn how to use them."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:66 ../src/templates/source-list.html:6
-msgid "Source repositories"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:80
-#: ../src/templates/distro-source-commit-detail.html:90
-#: ../src/templates/user-profile.html:73
-msgid "Action"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:86
-msgid "Edit distribution"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:91
-msgid "Delete distribution"
+"If the error persists, you should consider to get in touch with an "
+"administrator."
msgstr ""
-#: ../src/templates/distro-detail.html:97
-msgid "New binary repository"
+msgid "Build created"
msgstr ""
-#: ../src/templates/distro-detail.html:102
-msgid "New source repository"
+msgid "- Unknown Event -"
msgstr ""
-#: ../src/templates/distro-edit.html:3 ../src/templates/distro-edit.html:6
-#: ../src/templates/distro-update-edit.html:3
#, c-format
-msgid "Edit distribution %s"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:12
-#: ../src/templates/modules/packages-table.html:4
-#: ../src/templates/modules/repository-table.html:4
-#: ../src/templates/modules/source-table.html:4
-#: ../src/templates/repository-edit.html:15
-msgid "Name"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:17
-msgid "The fancy name of the distribution."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:21
-msgid "Identifier"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:26
-#: ../src/templates/user-profile-edit.html:42
-msgid "Cannot be changed."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:30
-msgid "Tag"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:35
-msgid "The tag is added to the package release."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:39
-msgid "Vendor"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:44
-msgid "From whom is the distribution from?"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:48 ../src/templates/docs-index.html:57
-#: ../src/templates/mirrors-detail.html:62
-msgid "Contact"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:53
-msgid "The email address from the vendor."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:57
-msgid "Slogan"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:62
-msgid "A short sentence that characterizes the distribution."
+msgid "by %s"
msgstr ""
-#: ../src/templates/distro-edit.html:66
-msgid "Architectures"
+msgid "File"
msgstr ""
-#: ../src/templates/distro-edit.html:75
-msgid "For which architectures should the distribution be built?"
+msgid "Package"
msgstr ""
-#: ../src/templates/distro-edit.html:79
-msgid "Sources"
+msgid "Description"
msgstr ""
-#: ../src/templates/distro-edit.html:88
-msgid "Which sources should be imported to the distribution?"
+msgid "URL"
msgstr ""
-#: ../src/templates/distro-list.html:26
-msgid ""
-"This is a list of all distributions, that are maintained in this build "
-"service."
+msgid "License"
msgstr ""
-#: ../src/templates/distro-list.html:27
-msgid ""
-"You may click on one of them and see more details or jump directly to one of "
-"the repositories."
-msgstr ""
-
-#: ../src/templates/distro-list.html:34
-msgid "Repositories"
-msgstr ""
-
-#: ../src/templates/distro-list.html:66
-msgid "New distribution"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:21
-#: ../src/templates/distro-source-commit-reset.html:19
-#: ../src/templates/distro-source-detail.html:19
-#, c-format
-msgid "Source: %s"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:34
-#: ../src/templates/distro-source-commit-reset.html:32
-#: ../src/templates/distro-source-commits.html:6
-#: ../src/templates/distro-source-detail.html:26
-msgid "Source"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:47
-msgid "Revision"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:51
-msgid "Date"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:59
-msgid "Committer"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:63
-#: ../src/templates/modules/commits-table.html:6
-msgid "Subject"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:81
-msgid "Open in gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:96
-#: ../src/templates/distro-source-commit-reset.html:54
-msgid "Reset commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:112
-msgid "Packages created from this commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:128
-msgid "There were no packages created from this commit."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:43
-msgid "Danger!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:44
-msgid "This is a very dangerous action!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:45
-msgid "Don't do it, if you are not absolutely sure what you are doing."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:49
-msgid ""
-"This commit will be reset. Which means all packages associated with it will "
-"be deleted, and the commit will be parsed again."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:50
-msgid ""
-"This action may cause severe problems and may only be allowed when something "
-"went horribly wrong."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:62
-msgid "These packages will be deleted"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:6
-msgid "Commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:10
-msgid "Source repository"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:20
-msgid "Previous commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:24
-msgid "Next commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:36
-msgid "Gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:45
-msgid "Branch"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:49
-msgid "Imported commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:59
-msgid "Latest commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:63
-msgid "Show all commits"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:5
-msgid "Update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:10
-#: ../src/templates/modules/packages-table.html:5
-#: ../src/templates/packages/builds/times.html:31
-msgid "Summary"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:27
-#: ../src/templates/file-detail.html:40
-#: ../src/templates/modules/package-header.html:24
-#: ../src/templates/package-detail.html:77
-msgid "Maintainer"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:33
-msgid "Time created"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:41
-msgid "Builds in this update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:49
-#: ../src/templates/repository-detail.html:112
-#: ../src/templates/user-profile-edit.html:20
-msgid "Edit"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:8
-#, c-format
-msgid "Edit update %s - %s"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:10
-msgid "Create new update"
-msgstr ""
-
-#: ../src/templates/docs-base.html:27
-msgid "All Documents"
-msgstr ""
-
-#: ../src/templates/docs-base.html:31
-msgid "Topics"
-msgstr ""
-
-#: ../src/templates/docs-build.html:3 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-whatsthis.html:3
-msgid "Legend of the build states"
-msgstr ""
-
-#: ../src/templates/docs-build.html:25
-msgid ""
-"Every build that is done by the Pakfire Build Service has to go through "
-"several states:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:28
-msgid ""
-"After checking out the source from the source repository a source package is "
-"created and submitted to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:29
-msgid ""
-"Starting from inserting a source file to the build service, there are binary "
-"build jobs created for every supported architecture."
-msgstr ""
-
-#: ../src/templates/docs-build.html:32
-msgid ""
-"These get assigned to a build host which has to compile or assemble the "
-"package and return it back to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:33
-msgid "In the table below, there are all states that a build job goes through:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:36
-msgid "Build is running"
-msgstr ""
-
-#: ../src/templates/docs-build.html:37
-msgid "Build has failed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:38
-msgid "Build is waiting to be processed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:39
-msgid "There was a dependency error when the package was built"
-msgstr ""
-
-#: ../src/templates/docs-build.html:40
-msgid "Build is waiting for source to go to pending state"
-msgstr ""
-
-#: ../src/templates/docs-build.html:41
-msgid "Files of this build are transferred to the build server"
-msgstr ""
-
-#: ../src/templates/docs-build.html:42
-msgid "Files are being uploaded to the service"
-msgstr ""
-
-#: ../src/templates/docs-build.html:43
-msgid "Build has an unknown state"
-msgstr ""
-
-#: ../src/templates/docs-index.html:3
-msgid "Documentation index"
-msgstr ""
-
-#: ../src/templates/docs-index.html:17
-msgid "Documents"
-msgstr ""
-
-#: ../src/templates/docs-index.html:23
-msgid ""
-"This is a collection of documents that should be read by everybody who is "
-"using this system."
-msgstr ""
-
-#: ../src/templates/docs-index.html:29
-msgid "What is the pakfire build service?"
-msgstr ""
-
-#: ../src/templates/docs-index.html:34
-msgid "General pakfire documentation"
-msgstr ""
-
-#: ../src/templates/docs-index.html:39
-msgid "Packaging guidelines"
-msgstr ""
-
-#: ../src/templates/docs-index.html:51
-msgid "This documentation you find at this place is not completed yet."
-msgstr ""
-
-#: ../src/templates/docs-index.html:52
-msgid "Feel free to make any suggestions."
-msgstr ""
-
-#: ../src/templates/docs-index.html:59
-msgid ""
-"If you need help using the build service or have some general questions "
-"please use our mailing list."
-msgstr ""
-
-#: ../src/templates/docs-index.html:60
-msgid "You can also talk to the developers and suggest feature enhancements."
-msgstr ""
-
-#: ../src/templates/docs-index.html:64
-msgid "Mailing list"
-msgstr ""
-
-#: ../src/templates/docs-index.html:68
-msgid "Bug reports"
-msgstr ""
-
-#: ../src/templates/docs-index.html:70
-msgid ""
-"Please visit Bugzilla to create bug reports on the Pakfire Build System."
-msgstr ""
-
-#: ../src/templates/docs-users.html:3 ../src/templates/docs-users.html:16
-#: ../src/templates/docs-users.html:21
-msgid "User groups"
-msgstr ""
-
-#: ../src/templates/docs-users.html:26
-msgid ""
-"All users can join the Pakfire Build Service and are separated into three "
-"groups:"
-msgstr ""
-
-#: ../src/templates/docs-users.html:29
-msgid "Developers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:31
-msgid ""
-"Developers manage this build service and have access to all parts of it."
-msgstr ""
-
-#: ../src/templates/docs-users.html:32
-msgid ""
-"They are responsible to keep the system running and able to push package "
-"updates to the repostories."
-msgstr ""
-
-#: ../src/templates/docs-users.html:35
-msgid "Guidelines for developers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:38
-msgid "Testers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:40
-msgid ""
-"Testers are like users but have the right to vote on packages, which is used "
-"to figure out the quality of the package."
-msgstr ""
-
-#: ../src/templates/docs-users.html:41
-msgid ""
-"Everyone can become a tester after he or she has proven to know the IPFire "
-"system very well."
-msgstr ""
-
-#: ../src/templates/docs-users.html:42
-msgid ""
-"On these people depends a very huge amount of the quality of the "
-"distribution that is made out of the feedback they give."
-msgstr ""
-
-#: ../src/templates/docs-users.html:45
-msgid "Guidelines for testers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:50
-msgid "Everybody can join the Pakfire Build Service by registering an account."
-msgstr ""
-
-#: ../src/templates/docs-users.html:51
-msgid ""
-"After a successful activation you are able to leave comments on packages and "
-"give feedback to the developers about its status."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:16
-#: ../src/templates/docs-whatsthis.html:21
-msgid "What is the Pakfire Build Service?"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:27
-msgid ""
-"On this page, you will find out what the Pakfire Build Service really is."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:28
-msgid "Read carefully."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:34
-msgid "Yeah, that's it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:35
-msgid "No, that's not it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:43
-msgid "PBS is a tool where people can give feedback to developers."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:44
-msgid "It is possible to leave comments and rate builds."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:50
-msgid "PBS is <strong>NOT</strong> a bugtracker."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:51
-msgid ""
-"To report bugs please use our bugtracker liked below if you want them to get "
-"fixed."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:55
-msgid "Bugtracker"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:4
-msgid "400 - Bad request"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:8
-msgid "Invalid data has been passed to the application."
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:13
-msgid ""
-"The application refused to go on with the provided data that was sent in "
-"this request."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:4
-msgid "403 - Access forbidden"
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:8
-msgid "You are not allowed to access this ressource."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:13
-msgid ""
-"Access to the requested page has been denied because you do not have "
-"sufficient rights."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:4
-msgid "404 - Not Found"
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:8
-msgid "I could not find what you were searching for."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:13
-msgid "You may have clicked an expired link or mistyped the address."
-msgstr ""
-
-#: ../src/templates/errors/error.html:8
-msgid "Oops! Don't panic."
-msgstr ""
-
-#: ../src/templates/errors/error.html:13
-msgid "An unexpected error happened."
-msgstr ""
-
-#: ../src/templates/errors/error.html:19
-msgid "Stay calm and read the text below to find out what went wrong."
-msgstr ""
-
-#: ../src/templates/errors/error.html:31
-msgid "Error code"
-msgstr ""
-
-#: ../src/templates/errors/error.html:38
-msgid "Exception (traceback):"
-msgstr ""
-
-#: ../src/templates/errors/error.html:49
-msgid ""
-"Please try going back to the previous page and try the action you did again "
-"in a moment."
-msgstr ""
-
-#: ../src/templates/errors/error.html:50
-msgid ""
-"If the error persists, you should consider to get in touch with an "
-"administrator."
-msgstr ""
-
-#: ../src/templates/file-detail.html:5
-msgid "File"
-msgstr ""
-
-#: ../src/templates/file-detail.html:13
-#: ../src/templates/modules/log-table.html:12
-#: ../src/templates/package-detail.html:3
-#: ../src/templates/package-detail.html:50
-#: ../src/templates/package-detail-list.html:3
-#: ../src/templates/package-properties.html:3
-msgid "Package"
-msgstr ""
-
-#: ../src/templates/file-detail.html:20
-#: ../src/templates/repository-edit.html:25
-msgid "Description"
-msgstr ""
-
-#: ../src/templates/file-detail.html:27
-msgid "URL"
-msgstr ""
-
-#: ../src/templates/file-detail.html:34
-#: ../src/templates/modules/package-header.html:14
-#: ../src/templates/package-detail.html:70
-msgid "License"
-msgstr ""
-
-#: ../src/templates/file-detail.html:46
-#: ../src/templates/modules/packages-table.html:6
-#: ../src/templates/package-detail.html:126
-msgid "Size"
-msgstr ""
-
-#: ../src/templates/file-detail.html:51
-msgid "Hash"
-msgstr ""
-
-#: ../src/templates/file-detail.html:57
-#: ../src/templates/modules/packages/dependency-table.html:5
-msgid "Provides"
-msgstr ""
-
-#: ../src/templates/file-detail.html:63 ../src/templates/file-detail.html:69
-#: ../src/templates/modules/packages/dependency-table.html:7
-msgid "Requires"
-msgstr ""
-
-#: ../src/templates/file-detail.html:76
-#: ../src/templates/modules/packages/dependency-table.html:13
-msgid "Obsoletes"
-msgstr ""
-
-#: ../src/templates/file-detail.html:83
-#: ../src/templates/modules/packages/dependency-table.html:11
-msgid "Conflicts"
-msgstr ""
-
-#: ../src/templates/file-detail.html:90
-msgid "Build information"
-msgstr ""
-
-#: ../src/templates/file-detail.html:93
-msgid "ID"
-msgstr ""
-
-#: ../src/templates/file-detail.html:99
-#: ../src/templates/modules/jobs-table.html:6
-msgid "Host"
-msgstr ""
-
-#: ../src/templates/file-detail.html:105
-msgid "Time"
-msgstr ""
-
-#: ../src/templates/file-detail.html:111
-#: ../src/templates/search-results.html:71
-msgid "Files"
-msgstr ""
-
-#: ../src/templates/file-detail.html:118
-#: ../src/templates/packages/view-file.html:51
-msgid "Download file"
-msgstr ""
-
-#: ../src/templates/index.html:3
-msgid "Welcome to the Pakfire Build Service"
-msgstr ""
-
-#: ../src/templates/index.html:8
-#, c-format
-msgid "Welcome, %s!"
-msgstr ""
-
-#: ../src/templates/index.html:22
-msgid "Development powered by community!"
-msgstr ""
-
-#: ../src/templates/index.html:38
-msgid "Latest stable updates"
-msgstr ""
-
-#: ../src/templates/index.html:40
-msgid "Unstable updates"
-msgstr ""
-
-#: ../src/templates/index.html:42
-msgid "Testing updates"
-msgstr ""
-
-#: ../src/templates/index.html:59
-msgid "View more updates..."
-msgstr ""
-
-#: ../src/templates/index.html:70
-msgid "Build jobs"
-msgstr ""
-
-#: ../src/templates/index.html:76
-msgid "Show more build jobs"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:3 ../src/templates/jobs-abort.html:6
-#, c-format
-msgid "Abort build job %s"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:8
-msgid "You may abort a running build."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:9
-msgid "The build server will eventually stop to build the package."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:16 ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:58
-#: ../src/templates/modules/jobs/list.html:5
-msgid "Build job"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:25
-#: ../src/templates/modules/build-offset.html:5
-msgid "Start time"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:30
-msgid "No started, yet."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:38
-msgid "Build server"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:3
-msgid "Job buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:28
-#: ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:154
-msgid "Buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:41
-#, c-format
-msgid "The packages listed below were used to build %s."
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:52
-msgid "Buildroot size"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:56
-msgid "Download size"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:3
-#: ../src/templates/job-schedule-rebuild.html:29
-#, c-format
-msgid "Schedule rebuild for %s"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:24
-msgid "Schedule rebuild"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:35
-msgid "At this place, you can submit failed build jobs to be built again."
-msgstr ""
-
-#: ../src/templates/job-schedule-test.html:44
-msgid ""
-"Please note, that all other kinds of build are preferred over the test "
-"builds."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:3 ../src/templates/package-detail.html:118
-msgid "Job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:36
-msgid "Abort job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:42
-msgid "Restart job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:71
-msgid "Job has been aborted"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:73
-msgid ""
-"This build job is in an aborted state, because the build process crashed "
-"unexpectedly."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:74
-msgid ""
-"In most cases, there is no log file and you must figure out the issue on "
-"your own."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:77
-msgid "The error code is:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:80
-msgid "Segmentation violation"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:88
-msgid "You may resubmit the job to try again:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:89
-msgid "Re-submit build"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:110
-msgid "No builder assigned."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:117 ../src/templates/keys-list.html:32
-#: ../src/templates/modules/build-table.html:23
-msgid "Created"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:122
-#: ../src/templates/sessions/index.html:35
-msgid "Started"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:134
-msgid "ETA"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:144
-msgid "Build logs"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:148
-msgid "No logs available, yet."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:155
-#, c-format
-msgid "%s package"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:165
-msgid "Package files"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:3 ../src/templates/jobs-filter.html:21
-#: ../src/templates/jobs-index.html:18
-msgid "Filter jobs"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:16
-msgid "Filter"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:30 ../src/templates/jobs-filter.html:47
-msgid "[Choose one]"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:36
-msgid "Only show jobs, that have been built by this builder."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:53
-msgid "Only show jobs, with this architecture."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:59 ../src/templates/search-form.html:35
-#: ../src/templates/search-results.html:40
-msgid "Go!"
-msgstr ""
-
-#: ../src/templates/jobs-index.html:30
-#, c-format
-msgid "Showing only jobs from %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:37
-#, c-format
-msgid "Showing only builds that have been built on %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:45
-#, c-format
-msgid "Showing only jobs built for %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:3
-#, c-format
-msgid "Delete key %s"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:25 ../src/templates/keys-import.html:28
-msgid "Key"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:29
-#, c-format
-msgid "You are going to delete the key %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:41
-msgid "Delete key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:3 ../src/templates/keys-import.html:16
-#: ../src/templates/keys-import.html:39 ../src/templates/keys-list.html:106
-msgid "Import new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:21
-msgid "Import a new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:33
-msgid "Paste the key to import."
-msgstr ""
-
-#: ../src/templates/keys-list.html:21
-msgid "The keys are a very important component when it comes to security."
-msgstr ""
-
-#: ../src/templates/keys-list.html:22
-msgid ""
-"Each package in the Pakfire Build Service is signed to prove its "
-"authenticity."
-msgstr ""
-
-#: ../src/templates/keys-list.html:31
-msgid "Fingerprint"
-msgstr ""
-
-#: ../src/templates/keys-list.html:33
-msgid "Expires"
-msgstr ""
-
-#: ../src/templates/keys-list.html:51
-msgid "Lookup"
-msgstr ""
-
-#: ../src/templates/keys-list.html:55
-#: ../src/templates/modules/files-table.html:5
-#: ../src/templates/modules/packages-table.html:21
-#: ../src/templates/package-detail.html:152
-msgid "Download"
-msgstr ""
-
-#: ../src/templates/keys-list.html:75 ../src/templates/keys-list.html:77
-msgid "Subkey"
-msgstr ""
-
-#: ../src/templates/keys-list.html:90
-msgid "This key does not expire."
-msgstr ""
-
-#: ../src/templates/login.html:3 ../src/templates/login.html:7
-#: ../src/templates/login.html:34
-#: ../src/templates/modules/modal-build-comment.html:56
-msgid "Login"
-msgstr ""
-
-#: ../src/templates/login.html:12
-msgid "Login failed!"
-msgstr ""
-
-#: ../src/templates/login.html:13
-msgid "Username and/or password was wrong. Login failed."
-msgstr ""
-
-#: ../src/templates/login.html:22 ../src/templates/register.html:30
-#: ../src/templates/user-profile-edit.html:37
-#: ../src/templates/user-profile.html:37
-msgid "Username"
-msgstr ""
-
-#: ../src/templates/login.html:28 ../src/templates/register.html:67
-#: ../src/templates/user-profile-edit.html:101
-msgid "Password"
-msgstr ""
-
-#: ../src/templates/login.html:41
-msgid "You also might want to..."
-msgstr ""
-
-#: ../src/templates/login.html:44
-msgid "Register a new account."
-msgstr ""
-
-#: ../src/templates/login.html:47
-msgid "Recover your password."
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:3
-#, c-format
-msgid "Delete mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:25
-#, c-format
-msgid "Delete mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:29
-#, c-format
-msgid "You are going to delete the mirror %s."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:3
-#: ../src/templates/mirrors-detail.html:46
-#, c-format
-msgid "Mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:29
-msgid "Edit settings"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:37
-msgid "Delete mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:47
-#, c-format
-msgid "hosted by %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:75
-msgid "Status information"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:79
-msgid "Status"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:84
-#: ../src/templates/mirrors-list.html:45
-msgid "Last check"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:89
-msgid "Never"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:103
-msgid "View larger map"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:108
-msgid "The location of the mirror server is estimated by the IP address."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:112
-msgid "The location of the mirror server could not be estimated."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:3
-#, c-format
-msgid "Manage mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:25
-#, c-format
-msgid "Manage mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:37
-msgid "The canonical hostname."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:47
-msgid "Only enabled mirrors will be pushed out to the clients."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:54
-msgid "Contact information"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:57 ../src/templates/mirrors-list.html:43
-#: ../src/templates/modules/changelog/entry.html:48
-#: ../src/templates/uploads-list.html:25
-msgid "Owner"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:62
-msgid "The owner of the mirror server."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:68
-msgid "Contact address"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:73
-msgid "An email address to contact an administrator of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:75
-msgid "This won't be made public."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:24 ../src/templates/mirrors-new.html:3
-msgid "Add new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:36
-msgid "On this page, you will see a list of all mirror servers."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:64
-msgid "Up"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:68
-msgid "Down"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:90
-msgid "There are no mirrors configured, yet."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:16
-msgid "New mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:21
-msgid "Add a new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:34
-msgid "Enter the canonical hostname of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:40
-msgid "Path"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:46
-msgid "The path to the files on the server."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:52
-msgid "Create new mirror"
-msgstr ""
-
-#: ../src/templates/modules/builders/load.html:2
-msgid "Current load of the build cluster"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:4
-#: ../src/templates/package-properties.html:71
-#: ../src/templates/package-properties.html:82
-msgid "Critical path"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:9
-msgid "Release build"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:11
-#: ../src/templates/modules/changelog/entry.html:22
-msgid "Scratch build"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:8
-msgid "As soon as possible"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:9
-msgid "After 5 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:10
-msgid "After 15 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:11
-msgid "After one hour"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:12
-msgid "After one day"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:17
-msgid "Set the time after which the build job starts."
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:22
-msgid "Schedule build"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:3
-msgid "This build is broken!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:4
-msgid ""
-"This means that the package may cause severe damage on your system and/or "
-"does not work at all."
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:8
-msgid "This build is obsolete!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:9
-msgid "This means that this package has been replaced with a new one."
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:17
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-detail.html:50
-msgid "Repository"
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:83
-msgid "There are no builds to show at this place right now."
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:8
-#, c-format
-msgid "on %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:11
-#, c-format
-msgid "by %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:16
-msgid "Updated"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:22
-msgid "No comments so far."
-msgstr ""
-
-#: ../src/templates/modules/files-table.html:7
-msgid "Info"
-msgstr ""
-
-#: ../src/templates/modules/footer.html:5
-msgid ""
-"Pakfire is the buildsystem that is used to build the IPFire Linux firewall "
-"distribution."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:6
-msgid "It also installs and updates packages on the IPFire systems."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:11
-msgid "Code licensed under the GNU General Public License v3."
-msgstr ""
-
-#: ../src/templates/modules/jobs/list.html:7
-msgid "Runtime"
-msgstr ""
-
-#: ../src/templates/modules/jobs/status.html:9
-msgid "This build has got no jobs."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:4
-msgid "Arch"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:7
-msgid "Duration"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:19 ../src/web/ui_modules.py:325
-msgid "New"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:31 ../src/web/ui_modules.py:300
-msgid "Aborted"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:33
-msgid "Dependency error"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:47
-#, c-format
-msgid "Running since %s"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:51
-msgid "Not finished, yet."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:60
-#, c-format
-msgid "This package only supports %s."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:66
-msgid "No jobs, yet."
-msgstr ""
-
-#: ../src/templates/modules/log-entry-comment.html:22
-msgid "No comment given."
-msgstr ""
-
-#: ../src/templates/modules/log-entry.html:21
-msgid "You"
-msgstr ""
-
-#: ../src/templates/modules/log-table.html:23
-msgid "No log entries, yet."
-msgstr ""
-
-#: ../src/templates/modules/modal-base.html:25
-#: ../src/templates/user-forgot-password.html:49
-msgid "Submit"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:8
-#, c-format
-msgid "Comment on %s"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:10
-msgid "Log in to comment"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:26
-msgid "Vote"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:30
-msgid "Not tested."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:34
-msgid "Works for me."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:38
-msgid "Does not work."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:46
-msgid "You need to log in to comment."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:47
-msgid "Click on the button below to do so."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:54
-msgid "Submit comment"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:7
-#, c-format
-msgid "Push %s to a repository"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:15
-msgid "Not all jobs are finished!"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:16
-msgid ""
-"So it is <em>strongly</em> discouraged to push this build into the next "
-"repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:35
-msgid "The build will be put into this repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:44
-msgid "You are going to push this build into a new repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:45
-msgid ""
-"This means that the build won't be part of the repository it is currently in "
-"anymore."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:48
-msgid ""
-"Please make sure you tested this build well enough that it will keep up with "
-"the quality level of the target repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:6
-#, c-format
-msgid "Unpush %s from a repository"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:27
-msgid "You are going to unpush this build from its repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:28
-msgid ""
-"This means that the build won't be installable from this repository anymore."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:33
-msgid ""
-"If you consider this build being obsolete or broken, please don't forget to "
-"mark it so."
-msgstr ""
-
-#: ../src/templates/modules/package-header.html:19
-msgid "Group"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:9
-msgid "Pre-requires"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:15
-msgid "Recommends"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:17
-msgid "Suggests"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:5
-#, c-format
-msgid "added %s"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:10
-msgid "Run"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:12
-msgid "Remove action"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:19
-msgid "%(credits)s more credit needed."
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:21
-msgid "No more credits needed."
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:25
-#, c-format
-msgid "Maintainer: %s"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:28
-msgid "Go to package description"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:5
-msgid "No. of builds"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:6
-#: ../src/templates/repository-detail.html:44
-msgid "Enabled for builds"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:21
-#: ../src/templates/repository-detail.html:68
-#: ../src/templates/user-profile.html:136
-msgid "Yes"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:23
-#: ../src/templates/repository-detail.html:70
-#: ../src/templates/user-profile.html:138
-msgid "No"
-msgstr ""
-
-#: ../src/templates/modules/select/locale.html:2
-#: ../src/templates/modules/select/timezone.html:2
-msgid "Auto-select"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:5
-msgid "No. of commits"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:6
-msgid "Latest commit"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:14
-#, c-format
-msgid "Branch: %s"
-msgstr ""
-
-#: ../src/templates/modules/updates-table.html:18
-msgid "Score:"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:2
-msgid "Watchers"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:7
-#: ../src/templates/modules/watchers-sidebar-table.html:36
-msgid "You."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:9
-msgid "You and one other."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:11
-#, c-format
-msgid "You and %s others."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:14
-msgid "One person."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:27
-msgid ""
-"All users who watch this build will be automatically notified about status "
-"changes and comments."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:28
-msgid "This is an easy way of staying up to date."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:48
-msgid "Nobody watches this build, yet. Be the first one."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:56
-msgid "Watch this build"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:58
-msgid "Add a watcher"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:62
-msgid "Close"
-msgstr ""
-
-#: ../src/templates/package-detail.html:42
-msgid "Development package"
-msgstr ""
-
-#: ../src/templates/package-detail.html:45
-msgid "Debuginfo package"
-msgstr ""
-
-#: ../src/templates/package-detail.html:64
-msgid "Homepage"
-msgstr ""
-
-#: ../src/templates/package-detail.html:88
-msgid "Build time"
-msgstr ""
-
-#: ../src/templates/package-detail.html:130
-msgid "%(size)s when installed"
-msgstr ""
-
-#: ../src/templates/package-detail.html:162
-msgid "Build dependencies"
-msgstr ""
-
-#: ../src/templates/package-detail.html:164
-msgid "Dependencies"
-msgstr ""
-
-#: ../src/templates/package-detail.html:173
-msgid "Filelist"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:25
-#: ../src/templates/packages/builds/times.html:20
-#: ../src/templates/packages/builds/times.html:41
-msgid "Build times"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:58
-msgid "File new bug"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:61
-msgid "Show all bugs"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:66
-msgid "Open bugs"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:76
-msgid "Full changelog"
-msgstr ""
-
-#: ../src/templates/package-properties.html:20
-msgid "Properties"
-msgstr ""
-
-#: ../src/templates/package-properties.html:32
-msgid "Maintainers"
-msgstr ""
-
-#: ../src/templates/package-properties.html:37
-#: ../src/templates/package-properties.html:47
-msgid "Default priority"
-msgstr ""
-
-#: ../src/templates/package-properties.html:39
-msgid ""
-"A big benefit of the Pakfire Build Service is, that builds are available to "
-"end-users in a very short time."
-msgstr ""
-
-#: ../src/templates/package-properties.html:40
-msgid ""
-"Some packages might need some extra boost if the build servers are very busy."
-msgstr ""
-
-#: ../src/templates/package-properties.html:43
-msgid "You may set a default priority for all builds of this package."
-msgstr ""
-
-#: ../src/templates/package-properties.html:73
-msgid ""
-"A package that belongs to the critical path is a package that plays a very "
-"essential role in the distribution."
+msgid "Size"
msgstr ""
-#: ../src/templates/package-properties.html:74
-msgid ""
-"If such a package is broken, it may not be possible to boot or recover the "
-"system anymore, so we need to be extra sure that these packages work."
+msgid "Hash"
msgstr ""
-#: ../src/templates/package-properties.html:77
-msgid ""
-"If this package is marked to belong to the critical path, it will need a "
-"higher score to pass to the next repository and more."
+msgid "Provides"
msgstr ""
-#: ../src/templates/package-properties.html:78
-msgid "Learn more."
+msgid "Requires"
msgstr ""
-#: ../src/templates/package-properties.html:86
-msgid "This package belongs to the critical path"
+msgid "Obsoletes"
msgstr ""
-#: ../src/templates/packages/builds/scratch.html:35
-msgid "There are no scratch builds for this package."
+msgid "Conflicts"
msgstr ""
-#: ../src/templates/packages/builds/times.html:3
-msgid "Package build times"
+msgid "Build information"
msgstr ""
-#: ../src/templates/packages/builds/times.html:34
-msgid "This table shows you how long this package normally takes to be built."
+msgid "ID"
msgstr ""
-#: ../src/templates/packages/builds/times.html:45
-msgid "Average"
+msgid "Host"
msgstr ""
-#: ../src/templates/packages/builds/times.html:46
-msgid "Maximum"
+msgid "Time"
msgstr ""
-#: ../src/templates/packages/builds/times.html:47
-msgid "Minimum"
+msgid "Files"
msgstr ""
-#: ../src/templates/packages/builds/times.html:48
-msgid "Total"
+msgid "Download file"
msgstr ""
-#: ../src/templates/packages/changelog.html:3
-#, c-format
-msgid "Changelog of %s"
+msgid "Welcome!"
msgstr ""
-#: ../src/templates/packages/changelog.html:20
-#: ../src/templates/packages/changelog.html:26
-msgid "Changelog"
+msgid "Development Powered By Community"
msgstr ""
-#: ../src/templates/packages-list.html:3 ../src/templates/packages-list.html:17
-msgid "Package list"
+msgid "Current Jobs"
msgstr ""
-#: ../src/templates/packages-list.html:23
-msgid ""
-"This is an alphabetically ordered list of all packages in the distribution."
+msgid "One Job In Queue"
+msgid_plural "%(num)s Jobs In Queue"
+msgstr[0] ""
+msgstr[1] ""
+
+#, c-format
+msgid "Abort build job %s"
msgstr ""
-#: ../src/templates/packages-list.html:24
-msgid "Click on a link to see further information about the package."
+msgid "You may abort a running build."
msgstr ""
-#: ../src/templates/packages-list.html:31
-msgid "Selection"
+msgid "The build server will eventually stop to build the package."
msgstr ""
-#: ../src/templates/packages-list.html:36
-msgid "Show broken packages"
+msgid "Build job"
msgstr ""
-#: ../src/templates/packages-list.html:39
-msgid "Show all packages"
+msgid "Start time"
msgstr ""
-#: ../src/templates/packages/view-file.html:3
-msgid "View %(filename)s from %(pkg)s"
+msgid "No started, yet."
msgstr ""
-#: ../src/templates/packages/view-file.html:36
-msgid "View file"
+msgid "Build server"
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Mimetype: %s"
+msgid "Job buildroot"
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Size: %s"
+msgid "Buildroot"
msgstr ""
-#: ../src/templates/register-activation-fail.html:3
-msgid "Account activation failed"
+msgid "Buildroot size"
msgstr ""
-#: ../src/templates/register-activation-fail.html:12
-#: ../src/templates/register-activation-success.html:12
-msgid "Account activation"
+msgid "Download size"
msgstr ""
-#: ../src/templates/register-activation-fail.html:17
-msgid "Activation failed"
+#, c-format
+msgid "The packages listed below were used to build %s."
msgstr ""
-#: ../src/templates/register-activation-fail.html:23
-#: ../src/templates/register-fail.html:6
-#: ../src/templates/user-profile-edit-fail.html:6
-msgid "We are sorry."
+msgid "Log In"
msgstr ""
-#: ../src/templates/register-activation-fail.html:24
-msgid "The activation of your account has failed."
+msgid "Login failed"
msgstr ""
-#: ../src/templates/register-activation-fail.html:25
-msgid "Possibly the registration code is wrong or your registration timed out."
+#, c-format
+msgid "Delete mirror %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:3
-msgid "Account activation successful"
+#, c-format
+msgid "Delete mirror: %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:17
-msgid "Activation successful"
+#, c-format
+msgid "You are going to delete the mirror %s."
msgstr ""
-#: ../src/templates/register-activation-success.html:23
#, c-format
-msgid "Your account has been activated, %s."
+msgid "Mirror: %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:24
-msgid "Have fun!"
+msgid "Add new mirror"
msgstr ""
-#: ../src/templates/register-fail.html:4
-msgid "Registration failed"
+msgid "Edit settings"
msgstr ""
-#: ../src/templates/register-fail.html:7
-msgid "We could not create your requested account."
+msgid "Delete mirror"
msgstr ""
-#: ../src/templates/register-fail.html:17
-#: ../src/templates/user-profile-edit-fail.html:17
-msgid ""
-"Use the back button on your web browser to go back to the previous page and "
-"correct your submission."
+msgid "General"
msgstr ""
-#: ../src/templates/register.html:3 ../src/templates/register.html:18
-msgid "Register a new account"
+msgid "Location"
msgstr ""
-#: ../src/templates/register.html:12
-msgid "Register new account"
+msgid "The location of the mirror server could not be estimated."
msgstr ""
-#: ../src/templates/register.html:19
-msgid "Join the community!"
+msgid "Status information"
msgstr ""
-#: ../src/templates/register.html:26
-msgid "Registration form"
+msgid "Status"
msgstr ""
-#: ../src/templates/register.html:35
-msgid "Must be a unique name you login with."
+msgid "HTTP Response Code"
msgstr ""
-#: ../src/templates/register.html:41 ../src/templates/user-profile-edit.html:60
-msgid "Email address"
+msgid "Last sync"
msgstr ""
-#: ../src/templates/register.html:46
-msgid "Type in your email address, which is used to verify the account."
+msgid "Last check"
msgstr ""
-#: ../src/templates/register.html:52
-msgid "Real name (optional)"
+msgid "Never"
msgstr ""
-#: ../src/templates/register.html:57
-msgid "Type you firstname and your lastname here."
+msgid "Average Response Time"
msgstr ""
-#: ../src/templates/register.html:64
-msgid "Account security"
+#, c-format
+msgid "Manage mirror %s"
msgstr ""
-#: ../src/templates/register.html:72
-#: ../src/templates/user-profile-edit.html:106
-msgid ""
-"The password is used to secure the login and must be at least 8 characters."
+msgid "Manage"
msgstr ""
-#: ../src/templates/register.html:78
-msgid "Confirm password"
+#, c-format
+msgid "Manage mirror: %s"
msgstr ""
-#: ../src/templates/register.html:83
-msgid "Pick a password that is as strong as possible."
+msgid "The canonical hostname."
msgstr ""
-#: ../src/templates/register.html:84
-msgid "Don't login at unsecure places where people could spy on your password."
+msgid "Check if this mirror server supports HTTPS."
msgstr ""
-#: ../src/templates/register.html:91
-msgid "Sign up!"
+msgid "Contact information"
msgstr ""
-#: ../src/templates/register-success.html:4
-msgid "Registration successful"
+msgid "Owner"
msgstr ""
-#: ../src/templates/register-success.html:6
-#, c-format
-msgid "Your new account has been created, %s."
+msgid "The owner of the mirror server."
msgstr ""
-#: ../src/templates/register-success.html:7
-msgid ""
-"To complete the activation, follow the instructions that were sent to you in "
-"an activation email."
+msgid "Contact address"
msgstr ""
-#: ../src/templates/repository-detail.html:30
-msgid "Stable repository"
+msgid "An email address to contact an administrator of the mirror."
msgstr ""
-#: ../src/templates/repository-detail.html:34
-msgid "Unstable repository"
+msgid "This won't be made public."
msgstr ""
-#: ../src/templates/repository-detail.html:38
-msgid "Testing repository"
+msgid "Save changes"
msgstr ""
-#: ../src/templates/repository-detail.html:65
-msgid "Repository is enabled for builds?"
+msgid "On this page, you will see a list of all mirror servers."
msgstr ""
-#: ../src/templates/repository-detail.html:76
-#: ../src/templates/repository-detail.html:151
-msgid "Obsolete builds"
+msgid "Up"
msgstr ""
-#: ../src/templates/repository-detail.html:85
-msgid "Total build time"
+msgid "Out Of Sync"
msgstr ""
-#: ../src/templates/repository-detail.html:99
-msgid ""
-"The table above shows how long it took to build all packages in this "
-"repository."
+msgid "Down"
msgstr ""
-#: ../src/templates/repository-detail.html:126
-msgid "Unpushed builds"
+msgid "There are no mirrors configured, yet."
msgstr ""
-#: ../src/templates/repository-detail.html:128
-msgid ""
-"These builds were already put into this repository, but were not pushed out "
-"to the mirror servers, yet."
+msgid "New mirror"
msgstr ""
-#: ../src/templates/repository-detail.html:139
-msgid "Builds in this repository"
+msgid "Add a new mirror"
msgstr ""
-#: ../src/templates/repository-edit.html:3
-#: ../src/templates/repository-edit.html:7
-#, c-format
-msgid "Edit repository %s"
+msgid "Enter the canonical hostname of the mirror."
msgstr ""
-#: ../src/templates/repository-edit.html:20
-msgid "The name of the repository."
+msgid "Path"
msgstr ""
-#: ../src/templates/repository-edit.html:21
-msgid "Must only contain of the lowercase characters."
+msgid "The path to the files on the server."
msgstr ""
-#: ../src/templates/repository-edit.html:33
-msgid "Score settings"
+msgid "Create new mirror"
msgstr ""
-#: ../src/templates/repository-edit.html:35
-msgid "These settings configure the automatic score feature."
+msgid "Release build"
msgstr ""
-#: ../src/templates/repository-edit.html:36
-msgid ""
-"Builds that gained a certain score are moved to the next repository "
-"automatically and removed if the score is too bad."
+msgid "Scratch build"
msgstr ""
-#: ../src/templates/repository-edit.html:40
-msgid "Needed score"
+msgid "As soon as possible"
msgstr ""
-#: ../src/templates/repository-edit.html:45
-msgid ""
-"The score that is needed for builds to automatically be moved into this "
-"repository."
+msgid "After 5 minutes"
msgstr ""
-#: ../src/templates/repository-edit.html:49
-msgid "Minimum time"
+msgid "After 15 minutes"
msgstr ""
-#: ../src/templates/repository-edit.html:54
-msgid "Every build must stay a minimum time in a repository."
+msgid "After one hour"
msgstr ""
-#: ../src/templates/repository-edit.html:55
-msgid "This is to ensure that a package gets tested well."
+msgid "After one day"
msgstr ""
-#: ../src/templates/repository-edit.html:56
-#: ../src/templates/repository-edit.html:67
-msgid "Enter zero to disable the feature."
+msgid "Set the time after which the build job starts."
msgstr ""
-#: ../src/templates/repository-edit.html:60
-msgid "Maximum time"
+msgid "Schedule build"
msgstr ""
-#: ../src/templates/repository-edit.html:65
-msgid ""
-"If a build is more than a certain amount of time in a repository, it will "
-"automatically be removed."
+msgid "This build is broken!"
msgstr ""
-#: ../src/templates/repository-edit.html:66
-msgid "This is to ensure that packages are not forgotten to be pushed."
+msgid ""
+"This means that the package may cause severe damage on your system and/or "
+"does not work at all."
msgstr ""
-#: ../src/templates/repository-edit.html:73
-msgid "Build settings"
+msgid "This build is obsolete!"
msgstr ""
-#: ../src/templates/repository-edit.html:76
-msgid "Use package for builds?"
+msgid "This means that this package has been replaced with a new one."
msgstr ""
-#: ../src/templates/repository-edit.html:81
-msgid "Should the package be selected for builds by default?"
+msgid "Repository"
msgstr ""
-#: ../src/templates/repository-edit.html:82
-#: ../src/templates/user-impersonation.html:21
-msgid "Use with caution!"
+msgid "Created"
msgstr ""
-#: ../src/templates/search-form.html:3
-msgid "Advanced search"
+msgid "In repository since"
msgstr ""
-#: ../src/templates/search-form.html:18
-#, c-format
-msgid "No results for '%s'."
+msgid "Can be moved forward"
msgstr ""
-#: ../src/templates/search-form.html:26
-msgid "Type a search pattern into the box below and hit the button."
+msgid "There are no builds to show at this place right now."
msgstr ""
-#: ../src/templates/search-form.html:46
-msgid "Search for packages by name or description"
+msgid "Subject"
msgstr ""
-#: ../src/templates/search-form.html:48
-msgid ""
-"If you type a package name to the search box you will get a link to the "
-"package."
+msgid "Download"
msgstr ""
-#: ../src/templates/search-form.html:49
-msgid "The search is performed in case insensitive mode."
+msgid "Info"
msgstr ""
-#: ../src/templates/search-form.html:58
-msgid "Search for UUIDs"
+msgid "Arch"
msgstr ""
-#: ../src/templates/search-form.html:60
-msgid ""
-"If you type a UUID to the search box, you will be directed to the job, build "
-"or package it belongs to."
+msgid "Duration"
msgstr ""
-#: ../src/templates/search-form.html:61
-msgid ""
-"This is a handy feature if you have a UUID and search for the corresponding "
-"package or build."
+msgid "Pending"
msgstr ""
-#: ../src/templates/search-form.html:64 ../src/templates/search-form.html:80
-msgid "Examples"
+msgid "Failed"
msgstr ""
-#: ../src/templates/search-form.html:73
-msgid "Search for files"
+msgid "Dispatching"
msgstr ""
-#: ../src/templates/search-form.html:75
-msgid "You may also search for file names."
+msgid "Finished"
msgstr ""
-#: ../src/templates/search-form.html:76
-msgid "You will get a list of packages that contain the file."
+msgid "Running"
msgstr ""
-#: ../src/templates/search-form.html:77
-msgid ""
-"The search pattern must start with a slash that it will be recognized as a "
-"file."
+msgid "Aborted"
msgstr ""
-#: ../src/templates/search-results.html:3
-#: ../src/templates/search-results.html:22
#, c-format
-msgid "Search results for '%s'"
+msgid "Running since %s"
msgstr ""
-#: ../src/templates/search-results.html:12
-msgid "Search results"
+msgid "Not finished, yet."
msgstr ""
-#: ../src/templates/search-results.html:28
-msgid "No results found."
+#, c-format
+msgid "This package only supports %s."
msgstr ""
-#: ../src/templates/search-results.html:30
-msgid "Visit the advanced search page to find about how to define your query."
+msgid "No jobs, yet."
msgstr ""
-#: ../src/templates/search-results.html:75
#, c-format
-msgid "%s was found in the following package."
-msgstr ""
-
-#: ../src/templates/sessions/index.html:36
-msgid "Valid until"
+msgid "Finished %s"
msgstr ""
-#: ../src/templates/sessions/index.html:37
-msgid "Last seen at"
+#, c-format
+msgid "on %s"
msgstr ""
-#: ../src/templates/source-list.html:3
-msgid "Sources repositories"
+msgid "This build has got no jobs."
msgstr ""
-#: ../src/templates/source-list.html:17
-msgid "Add source repository"
+msgid "No comment given."
msgstr ""
-#: ../src/templates/source-list.html:18
-msgid "Blah 123"
+msgid "You"
msgstr ""
-#: ../src/templates/statistics/index.html:11
-msgid ""
-"On this page, you will find a lot of information bundled in graphs and "
-"figures."
+msgid "No log entries, yet."
msgstr ""
-#: ../src/templates/statistics/index.html:12
-msgid ""
-"They give a very quick overview about what is going on in the build service."
+msgid "Submit"
msgstr ""
-#: ../src/templates/statistics/index.html:18
#, c-format
-msgid "The average build time is %.1f minutes."
+msgid "Comment on %s"
msgstr ""
-#: ../src/templates/statistics/index.html:21
-msgid "There are %(builds_count)s builds containing %(jobs_count_all)s jobs."
+msgid "Log in to comment"
msgstr ""
-#: ../src/templates/updates-index.html:3
-msgid "Updates"
+msgid "Comment"
msgstr ""
-#: ../src/templates/updates-index.html:6
-msgid "Coming soon..."
+msgid "Vote"
msgstr ""
-#: ../src/templates/uploads-list.html:24
-msgid "Filename"
+msgid "Not tested."
msgstr ""
-#: ../src/templates/uploads-list.html:26
-msgid "Filesize"
+msgid "Works for me."
msgstr ""
-#: ../src/templates/uploads-list.html:27
-msgid "Time running"
+msgid "Does not work."
msgstr ""
-#: ../src/templates/uploads-list.html:44
-msgid "No owner."
+msgid "You need to log in to comment."
msgstr ""
-#: ../src/templates/uploads-list.html:74
-msgid "There are currently no uploads running."
+msgid "Click on the button below to do so."
msgstr ""
-#: ../src/templates/user-comments.html:4
-msgid "Latest user comments"
+msgid "Submit comment"
msgstr ""
-#: ../src/templates/user-comments.html:12
-msgid "Show all users"
+msgid "Login"
msgstr ""
-#: ../src/templates/user-delete.html:4
#, c-format
-msgid "Delete user %s"
+msgid "Push %s to a repository"
msgstr ""
-#: ../src/templates/user-delete.html:8
-msgid "Do you really want to delete your own account?"
+msgid "Not all jobs are finished!"
msgstr ""
-#: ../src/templates/user-delete.html:9
-msgid "You won't be able to login and use this service any more."
+msgid ""
+"So it is <em>strongly</em> discouraged to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/user-delete.html:11
-#, c-format
-msgid "Do you really want to delete the user %s?"
+msgid "The build will be put into this repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:3
-#: ../src/templates/user-forgot-password.html:12
-#: ../src/templates/user-forgot-password.html:17
-msgid "Forgot password"
+msgid "You are going to push this build into a new repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:22
-msgid "Work in progress!"
+msgid ""
+"This means that the build won't be part of the repository it is currently in "
+"anymore."
msgstr ""
-#: ../src/templates/user-forgot-password.html:28
-msgid "You have forgotten you password, eh? Shame on you."
+msgid ""
+"Please make sure you tested this build well enough that it will keep up with "
+"the quality level of the target repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:29
-msgid "However, we allow to re-activate your account."
+#, c-format
+msgid "Unpush %s from a repository"
msgstr ""
-#: ../src/templates/user-forgot-password.html:32
-msgid "You need to enter your username below."
+msgid "You are going to unpush this build from its repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:33
-msgid "After that, you will receive an email with intructions how to go on."
+msgid ""
+"This means that the build won't be installable from this repository anymore."
msgstr ""
-#: ../src/templates/user-forgot-password.html:42
-msgid "Your username"
+msgid ""
+"If you consider this build being obsolete or broken, please don't forget to "
+"mark it so."
msgstr ""
-#: ../src/templates/user-impersonation.html:3
+msgid "Group"
+msgid_plural "Groups"
+msgstr[0] ""
+msgstr[1] ""
+
#, c-format
-msgid "Impersonate user %s"
+msgid "added %s"
msgstr ""
-#: ../src/templates/user-impersonation.html:7
-msgid "User impersonation"
+msgid "Run"
msgstr ""
-#: ../src/templates/user-impersonation.html:17
-msgid ""
-"When impersonating another user, every action you perform will be taking "
-"place as if you had logged in as the user whom will be impersonating."
+msgid "Remove action"
msgstr ""
-#: ../src/templates/user-impersonation.html:22
-msgid ""
-"This is a very powerful feature. You should be very careful while using it."
-msgstr ""
+msgid "One more score needed."
+msgid_plural "%(score)s more scores needed."
+msgstr[0] ""
+msgstr[1] ""
-#: ../src/templates/user-list.html:3
-msgid "User list"
+msgid "No more scores needed."
msgstr ""
-#: ../src/templates/user-profile-builds.html:3
-#: ../src/templates/user-profile-builds.html:7
#, c-format
-msgid "Builds by %s"
+msgid "Maintainer: %s"
msgstr ""
-#: ../src/templates/user-profile-edit-fail.html:4
-msgid "Edit failed"
+msgid "Go to package description"
msgstr ""
-#: ../src/templates/user-profile-edit-fail.html:7
-msgid "The user profile cannot be saved."
+msgid "Auto-select"
msgstr ""
-#: ../src/templates/user-profile-edit.html:3
-#: ../src/templates/user-profile-edit.html:26
-#, c-format
-msgid "Edit user profile: %s"
+msgid "No. of commits"
msgstr ""
-#: ../src/templates/user-profile-edit.html:34
-msgid "User Identity"
+msgid "Latest commit"
msgstr ""
-#: ../src/templates/user-profile-edit.html:48
-msgid "Real name"
+#, c-format
+msgid "Branch: %s"
msgstr ""
-#: ../src/templates/user-profile-edit.html:54
-msgid ""
-"This field is optional, but we appreciate it very much if you type in your "
-"real name."
+msgid "You."
msgstr ""
-#: ../src/templates/user-profile-edit.html:66
-msgid ""
-"If the email address is changed, your account will be disabled until you "
-"confirm the new email address."
+msgid "You and one other."
msgstr ""
-#: ../src/templates/user-profile-edit.html:74
-msgid "Admin actions"
+#, c-format
+msgid "You and %s others."
msgstr ""
-#: ../src/templates/user-profile-edit.html:82
-#: ../src/templates/user-profile.html:52
-msgid "Tester"
+msgid "One person."
+msgid_plural "%(num)s people."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid ""
+"All users who watch this build will be automatically notified about status "
+"changes and comments."
msgstr ""
-#: ../src/templates/user-profile-edit.html:85
-#: ../src/templates/user-profile.html:50
-msgid "Admin"
+msgid "This is an easy way of staying up to date."
msgstr ""
-#: ../src/templates/user-profile-edit.html:90
-msgid "Define the permissions of the user."
+msgid "Nobody watches this build, yet. Be the first one."
msgstr ""
-#: ../src/templates/user-profile-edit.html:98
-msgid "Account security settings"
+msgid "Watch this build"
msgstr ""
-#: ../src/templates/user-profile-edit.html:112
-#: ../src/templates/user-profile-passwd.html:84
-msgid "Confirm"
+msgid "Add a watcher"
msgstr ""
-#: ../src/templates/user-profile-edit.html:117
-msgid "Leave the password fields empty to keep the current password."
+msgid "Close"
msgstr ""
-#: ../src/templates/user-profile-edit.html:124
-msgid "Locale & timezone settings"
+msgid "Properties"
msgstr ""
-#: ../src/templates/user-profile-edit.html:127
-msgid "Preferred language"
+msgid "Maintainers"
msgstr ""
-#: ../src/templates/user-profile-edit.html:132
-msgid "Auto-detect will use the language transmitted by your browser."
+msgid "Default priority"
msgstr ""
-#: ../src/templates/user-profile-edit.html:138
-msgid "Timezone"
+msgid ""
+"A big benefit of the Pakfire Build Service is, that builds are available to "
+"end-users in a very short time."
msgstr ""
-#: ../src/templates/user-profile-edit.html:143
-msgid "Auto-detect will use the timezone transmitted by your browser."
+msgid ""
+"Some packages might need some extra boost if the build servers are very busy."
msgstr ""
-#: ../src/templates/user-profile-edit.html:150
-msgid "Save"
+msgid "You may set a default priority for all builds of this package."
msgstr ""
-#: ../src/templates/user-profile.html:23
-msgid "View comments"
+msgid "Very high"
msgstr ""
-#: ../src/templates/user-profile.html:41
-msgid "Email"
+msgid "High"
msgstr ""
-#: ../src/templates/user-profile.html:61
-msgid "Registered"
+msgid "Medium"
msgstr ""
-#: ../src/templates/user-profile.html:80
-msgid "Edit profile"
+msgid "Low"
msgstr ""
-#: ../src/templates/user-profile.html:86
-#: ../src/templates/user-profile-passwd.html:3
-#: ../src/templates/user-profile-passwd.html:20
-#: ../src/templates/user-profile-passwd.html:25
-#: ../src/templates/user-profile-passwd.html:95
-#: ../src/templates/user-profile-passwd-ok.html:20
-msgid "Change password"
+msgid "Very low"
msgstr ""
-#: ../src/templates/user-profile.html:94
-msgid "Delete account"
+msgid "Critical path"
msgstr ""
-#: ../src/templates/user-profile.html:101
-msgid "Impersonate user"
+msgid ""
+"A package that belongs to the critical path is a package that plays a very "
+"essential role in the distribution."
msgstr ""
-#: ../src/templates/user-profile.html:121
-msgid "Permissions"
+msgid ""
+"If such a package is broken, it may not be possible to boot or recover the "
+"system anymore, so we need to be extra sure that these packages work."
msgstr ""
-#: ../src/templates/user-profile.html:125
-msgid "This user has administration rights."
+msgid ""
+"If this package is marked to belong to the critical path, it will need a "
+"higher score to pass to the next repository and more."
msgstr ""
-#: ../src/templates/user-profile.html:132
-msgid "User is allowed to create scratch builds?"
+msgid "Learn more."
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:4
-msgid "Edit successful"
+msgid "Open Bugs In This Package"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:6
-msgid "The user profile was successfully altered."
+msgid "Show All Bugs"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:7
-msgid ""
-"But as you have changed the email address, you need to re-activate the "
-"account."
+msgid "File A New Bug"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:8
-msgid "Have a look at you mailbox - you already do know what to do."
+msgid "Download Package"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:32
-msgid "You are going to change your password."
+#, c-format
+msgid "Build from %s"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:35
-msgid ""
-"To do so, you need to enter your current password and the new password twice."
+msgid "Filelist"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:39
#, c-format
-msgid "In this dialog, you may change the password of %s."
+msgid "Download (%s)"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:61
-msgid "Old password"
+msgid "Job Queue"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:66
-msgid "Please provide your old password."
+#, c-format
+msgid "Builds in %s"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:73
-msgid "New password"
+msgid "Create"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:78
-msgid "Choose a new password. Make sure that it is as strong as possible."
+msgid "- Select -"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:89
-msgid "Confirm the new password."
+msgid "Create Repository"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:3
-#: ../src/templates/user-profile-passwd-ok.html:29
-msgid "Password changed"
+msgid "Describe what this repository will contain"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:24
-msgid "Done!"
+msgid "Priority"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:37
-msgid "Your password has successfully been changed."
+msgid "Listed"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:41
-#, c-format
-msgid "The password of %s has successfully been changed."
+msgid "By unchecking this box, you can hide this repository from being listed"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:46
-msgid "Ok"
+msgid "Enable Mirroring"
msgstr ""
-#: ../src/web/handlers_auth.py:65
-msgid "No username provided."
+msgid "If enabled, this repository will be made available on mirror servers"
msgstr ""
-#: ../src/web/handlers_auth.py:67
-msgid "The given username is already taken."
+msgid "Download Configuration"
msgstr ""
-#: ../src/web/handlers_auth.py:70 ../src/web/handlers_users.py:177
-msgid "No email address provided."
+msgid "Search"
msgstr ""
-#: ../src/web/handlers_auth.py:72 ../src/web/handlers_users.py:179
-msgid "Email address is invalid."
+#, c-format
+msgid "We could not find anything for '%s'"
msgstr ""
-#: ../src/web/handlers_auth.py:74
-msgid "The given email address is already used for another account."
+msgid "Go!"
msgstr ""
-#: ../src/web/handlers_auth.py:78
-msgid "No password provided."
+msgid "Sources repositories"
msgstr ""
-#: ../src/web/handlers_auth.py:80 ../src/web/handlers_users.py:185
-msgid "Passwords do not match."
+msgid "Source repositories"
msgstr ""
-#: ../src/web/handlers_auth.py:84
-msgid "Your password is too weak."
+msgid "Add source repository"
msgstr ""
-#: ../src/web/handlers_builds.py:368
-msgid "User not found."
+msgid "Blah 123"
msgstr ""
-#: ../src/web/handlers_users.py:112
-msgid "You need to enter you current password."
+msgid "Delete User"
msgstr ""
-#: ../src/web/handlers_users.py:115
-msgid "The provided account password is wrong."
+msgid "Are you sure you want to delete your account?"
msgstr ""
-#: ../src/web/handlers_users.py:124
-msgid "The given passwords do not match."
+#, c-format
+msgid "Are you sure you want to delete the user '%s'?"
msgstr ""
-#: ../src/web/handlers_users.py:126
-msgid "The password was blank."
+msgid "Edit User"
msgstr ""
-#: ../src/web/handlers_users.py:130
-msgid "The given password is too weak."
+#, c-format
+msgid "Send an Email to %s"
msgstr ""
-#: ../src/web/handlers_users.py:183
-msgid "Password has less than 8 characters."
+msgid "Quota"
msgstr ""
-#: ../src/web/__init__.py:327
#, python-format
msgid "%(min)d min"
msgstr ""
-#: ../src/web/__init__.py:329
#, python-format
msgid "%(hrs)d:%(min)02d hrs"
msgstr ""
-#: ../src/web/__init__.py:336
-#, python-format
-msgid "%dh"
+msgid "User not found."
msgstr ""
-#: ../src/web/__init__.py:340
-#, python-format
-msgid "%dm"
+msgid "Recommends"
msgstr ""
-#: ../src/web/__init__.py:342
-#, python-format
-msgid "%ds"
+msgid "Suggests"
msgstr ""
-#: ../src/web/ui_modules.py:172
msgid "Today"
msgstr ""
-#: ../src/web/ui_modules.py:177
msgid "Yesterday"
msgstr ""
-#: ../src/web/ui_modules.py:305
-msgid "Dependency problem"
+msgid "Uploading"
msgstr ""
-#: ../src/web/ui_modules.py:346
#, python-format
msgid "Unknown: %s"
msgstr ""
msgstr ""
"Project-Id-Version: IPFire Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-06 16:39+0100\n"
+"POT-Creation-Date: 2022-10-12 13:55+0000\n"
"PO-Revision-Date: 2011-05-19 22:47+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/ipfire/language/"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../src/buildservice/builds.py:1109
-#, python-format
-msgid "%(user_name)s commented on %(build_name)s"
-msgstr ""
-
-#: ../src/buildservice/constants.py:56
-#, python-format
-msgid "[%(build_name)s] Build job failed."
-msgstr ""
-
-#: ../src/buildservice/constants.py:57
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has failed.\n"
-"\n"
-"This could have a couple of reasons and needs to be investigated by you.\n"
-"\n"
-"Here is more information about the incident:\n"
-"\n"
-" Build name: %(build_name)s\n"
-" Build host: %(build_host)s\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/constants.py:74
-#, python-format
-msgid "[%(build_name)s] Build job finished."
-msgstr ""
-
-#: ../src/buildservice/constants.py:75
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has finished.\n"
-"\n"
-"If you are the maintainer, it is up to you to push it to one or more "
-"repositories.\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/logs.py:67
msgid "Build has been created"
msgstr ""
-#: ../src/buildservice/logs.py:106 ../src/buildservice/logs.py:170
-#: ../src/buildservice/logs.py:230 ../src/buildservice/logs.py:305
msgid "Unknown action."
msgstr ""
-#: ../src/buildservice/logs.py:117 ../src/buildservice/logs.py:186
-#: ../src/buildservice/logs.py:247 ../src/buildservice/logs.py:321
-#: ../src/templates/builders/detail.html:161
-#: ../src/templates/builders/list.html:59 ../src/templates/jobs-detail.html:82
-#: ../src/templates/mirrors-list.html:72 ../src/web/__init__.py:307
msgid "Unknown"
msgstr ""
-#: ../src/buildservice/logs.py:124 ../src/buildservice/logs.py:130
-#: ../src/templates/builders/detail.html:143
-#: ../src/templates/builders/detail.html:149
-#: ../src/templates/builders/detail.html:170
-#: ../src/templates/builders/detail.html:210
-#: ../src/templates/builders/detail.html:224
-#: ../src/templates/jobs-buildroot.html:87
-#: ../src/templates/mirrors-detail.html:67
-#: ../src/templates/mirrors-list.html:56 ../src/templates/mirrors-list.html:81
-#: ../src/templates/modules/jobs/list.html:44
-#: ../src/templates/modules/jobs-table.html:42
-#: ../src/templates/modules/repository-table.html:14
-#: ../src/templates/sessions/index.html:50
-#: ../src/templates/uploads-list.html:55
msgid "N/A"
msgstr ""
-#: ../src/buildservice/logs.py:136
#, python-format
msgid "This build was pushed to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:138
#, python-format
msgid "You pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:140
#, python-format
msgid "%(user)s pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:144
#, python-format
msgid "This build was unpushed from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:146
#, python-format
msgid "You unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:148
#, python-format
msgid "%(user)s unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:152
#, python-format
msgid ""
"This build was pushed from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:154
#, python-format
msgid ""
"You pushed this build from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:156
#, python-format
msgid ""
"%(user)s pushed this build from the repository '%(from_repo)s' to "
"'%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:192
#, python-format
msgid "Builder '%(builder)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:194
#, python-format
msgid "You enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:196
#, python-format
msgid "%(user)s enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:200
#, python-format
msgid "Builder '%(builder)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:202
#, python-format
msgid "You disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:204
#, python-format
msgid "%(user)s disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:208
#, python-format
msgid "You deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:210
#, python-format
msgid "%(user)s deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:214
#, python-format
msgid "You created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:216
#, python-format
msgid "%(user)s created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:253
#, python-format
msgid "Job '%(job)s' has been created."
msgstr ""
-#: ../src/buildservice/logs.py:255
#, python-format
msgid "You created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:257
#, python-format
msgid "%(user)s created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:261
#, python-format
msgid "Job '%(job)s' has changed its state to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:263
#, python-format
msgid "You changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:265
#, python-format
msgid "%(user)s changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:269
#, python-format
msgid "Job '%(job)s' has been reset."
msgstr ""
-#: ../src/buildservice/logs.py:271
#, python-format
msgid "You reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:273
#, python-format
msgid "%(user)s has reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:277
#, python-format
msgid "Job '%(job)s' has been scheduled for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:279
#, python-format
msgid "You scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:281
#, python-format
msgid "%(user)s scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:287
#, python-format
msgid "A test job for '%(job)s' has been scheduled."
msgstr ""
-#: ../src/buildservice/logs.py:289
#, python-format
msgid "You scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:291
#, python-format
msgid "%(user)s scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:327
#, python-format
msgid "Mirror '%(mirror)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:329
#, python-format
msgid "You enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:331
#, python-format
msgid "%(user)s enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:335
#, python-format
msgid "Mirror '%(mirror)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:337
#, python-format
msgid "You disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:339
#, python-format
msgid "%(user)s disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:343
#, python-format
msgid "You deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:345
#, python-format
msgid "%(user)s deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:349
#, python-format
msgid "You created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:351
#, python-format
msgid "%(user)s created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/users.py:459
-msgid "Account Activation"
-msgstr ""
-
-#: ../src/buildservice/users.py:461
-msgid ""
-"You, or somebody using your email address, has registered an account on the "
-"Pakfire Build Service."
-msgstr ""
-
-#: ../src/buildservice/users.py:463
-msgid "To activate your account, please click on the link below."
+msgid "No title given"
msgstr ""
-#: ../src/templates/base.html:4
-msgid "No title given"
+msgid "Menu"
msgstr ""
-#: ../src/templates/base.html:29 ../src/templates/index.html:16
msgid "Pakfire Build Service"
msgstr ""
-#: ../src/templates/base.html:34 ../src/templates/build-bugs.html:12
-#: ../src/templates/build-delete.html:12 ../src/templates/build-detail.html:12
-#: ../src/templates/build-schedule-test.html:12
-#: ../src/templates/build-state.html:12
-#: ../src/templates/builds-watchers-add.html:12
-#: ../src/templates/jobs-buildroot.html:12
-#: ../src/templates/jobs-buildroot.html:48
-#: ../src/templates/job-schedule-rebuild.html:12
-#: ../src/templates/job-schedule-test.html:12
-#: ../src/templates/jobs-detail.html:12 ../src/templates/package-detail.html:12
-#: ../src/templates/package-detail-list.html:12
-#: ../src/templates/package-properties.html:12
-#: ../src/templates/packages/builds/scratch.html:12
-#: ../src/templates/packages/builds/times.html:12
-#: ../src/templates/packages/changelog.html:12
-#: ../src/templates/packages-list.html:12
-#: ../src/templates/packages/view-file.html:12
-#: ../src/templates/search-results.html:50
msgid "Packages"
msgstr ""
-#: ../src/templates/base.html:37 ../src/templates/build-index.html:3
-#: ../src/templates/build-index.html:12 ../src/templates/build-index.html:26
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-#: ../src/templates/builds/comments.html:12
-#: ../src/templates/distro-update-edit.html:20
-#: ../src/templates/docs-base.html:33 ../src/templates/docs-build.html:16
-#: ../src/templates/docs-index.html:43
-#: ../src/templates/statistics/index.html:15
msgid "Builds"
msgstr ""
-#: ../src/templates/base.html:41
msgid "More"
msgstr ""
-#: ../src/templates/base.html:47 ../src/templates/docs-build.html:3
-#: ../src/templates/docs-build.html:12 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-index.html:12 ../src/templates/docs-users.html:3
-#: ../src/templates/docs-users.html:12 ../src/templates/docs-users.html:21
-#: ../src/templates/docs-whatsthis.html:3
-#: ../src/templates/docs-whatsthis.html:12
-#: ../src/templates/docs-whatsthis.html:21
-msgid "Documentation"
-msgstr ""
-
-#: ../src/templates/base.html:53 ../src/templates/search-form.html:12
-#: ../src/templates/search-form.html:22
-msgid "Search"
-msgstr ""
-
-#: ../src/templates/base.html:60 ../src/templates/distro-detail.html:12
-#: ../src/templates/distro-list.html:3 ../src/templates/distro-list.html:12
-#: ../src/templates/distro-list.html:18
-#: ../src/templates/distro-source-commit-detail.html:12
-#: ../src/templates/distro-source-commit-reset.html:10
-#: ../src/templates/distro-source-detail.html:10
-#: ../src/templates/repository-detail.html:14
msgid "Distributions"
msgstr ""
-#: ../src/templates/base.html:66 ../src/templates/builders/delete.html:12
-#: ../src/templates/builders/detail.html:12
-#: ../src/templates/builders/edit.html:12 ../src/templates/builders/list.html:3
-#: ../src/templates/builders/list.html:12
-#: ../src/templates/builders/list.html:17 ../src/templates/builders/new.html:12
-#: ../src/templates/builders/pass.html:10
msgid "Builders"
msgstr ""
-#: ../src/templates/base.html:72 ../src/templates/mirrors-delete.html:12
-#: ../src/templates/mirrors-detail.html:12
-#: ../src/templates/mirrors-edit.html:12 ../src/templates/mirrors-list.html:3
-#: ../src/templates/mirrors-list.html:12 ../src/templates/mirrors-list.html:32
-#: ../src/templates/mirrors-new.html:12
msgid "Mirrors"
msgstr ""
-#: ../src/templates/base.html:78 ../src/templates/keys-delete.html:12
-#: ../src/templates/keys-import.html:12 ../src/templates/keys-list.html:3
-#: ../src/templates/keys-list.html:12 ../src/templates/keys-list.html:17
-msgid "Key Management"
-msgstr ""
-
-#: ../src/templates/base.html:86 ../src/templates/docs-base.html:34
-#: ../src/templates/docs-index.html:46 ../src/templates/docs-users.html:24
-#: ../src/templates/docs-users.html:48 ../src/templates/search-results.html:96
-#: ../src/templates/user-list.html:12 ../src/templates/user-list.html:17
-#: ../src/templates/user-profile-edit.html:12
-#: ../src/templates/user-profile.html:12
-#: ../src/templates/user-profile-passwd.html:12
-#: ../src/templates/user-profile-passwd-ok.html:12
msgid "Users"
msgstr ""
-#: ../src/templates/base.html:94 ../src/templates/statistics/index.html:3
-#: ../src/templates/statistics/index.html:7
-msgid "Statistics"
-msgstr ""
-
-#: ../src/templates/base.html:101
-msgid "Administration"
+msgid "My Profile"
msgstr ""
-#: ../src/templates/base.html:106 ../src/templates/sessions/index.html:3
-#: ../src/templates/sessions/index.html:12
-#: ../src/templates/sessions/index.html:17
-msgid "Sessions"
+msgid "My Builds"
msgstr ""
-#: ../src/templates/base.html:112 ../src/templates/uploads-list.html:3
-#: ../src/templates/uploads-list.html:12 ../src/templates/uploads-list.html:17
-msgid "Uploads"
+msgid "Log Out"
msgstr ""
-#: ../src/templates/base.html:132
-msgid "My profile"
+msgid "Sign In"
msgstr ""
-#: ../src/templates/base.html:138
-msgid "My builds"
+msgid "Delete build"
msgstr ""
-#: ../src/templates/base.html:143
-msgid "Impersonated by"
+msgid "Home"
msgstr ""
-#: ../src/templates/base.html:153
-msgid "End impersonation"
+msgid "Delete"
msgstr ""
-#: ../src/templates/base.html:160
-msgid "Logout"
+#, c-format
+msgid "You are about to delete build %s."
msgstr ""
-#: ../src/templates/base.html:168 ../src/templates/docs-users.html:56
-msgid "Register"
+msgid "Please make sure, that this is the right build you intend to delete."
msgstr ""
-#: ../src/templates/base.html:172
-msgid "Sign in"
+msgid "Once a build has been deleted, it can not been recovered."
msgstr ""
-#: ../src/templates/base.html:184
-msgid "Forgot your password?"
+msgid "Cancel"
msgstr ""
-#: ../src/templates/build-bugs.html:3
-msgid "Bug list"
+#, c-format
+msgid "Manage build %s"
msgstr ""
-#: ../src/templates/build-bugs.html:8 ../src/templates/build-delete.html:8
-#: ../src/templates/build-detail.html:8 ../src/templates/builders/delete.html:8
-#: ../src/templates/builders/detail.html:8
-#: ../src/templates/builders/edit.html:8 ../src/templates/builders/list.html:8
-#: ../src/templates/builders/new.html:8 ../src/templates/builders/pass.html:6
-#: ../src/templates/build-index.html:8
-#: ../src/templates/build-schedule-test.html:8
-#: ../src/templates/builds/comments.html:8 ../src/templates/build-state.html:8
-#: ../src/templates/builds-watchers-add.html:8
-#: ../src/templates/distro-detail.html:8 ../src/templates/distro-list.html:8
-#: ../src/templates/distro-source-commit-detail.html:8
-#: ../src/templates/distro-source-commit-reset.html:6
-#: ../src/templates/distro-source-detail.html:6
-#: ../src/templates/docs-build.html:8 ../src/templates/docs-index.html:8
-#: ../src/templates/docs-users.html:8 ../src/templates/docs-whatsthis.html:8
-#: ../src/templates/jobs-buildroot.html:8
-#: ../src/templates/job-schedule-rebuild.html:8
-#: ../src/templates/job-schedule-test.html:8
-#: ../src/templates/jobs-detail.html:8 ../src/templates/jobs-filter.html:8
-#: ../src/templates/jobs-index.html:8 ../src/templates/keys-delete.html:8
-#: ../src/templates/keys-import.html:8 ../src/templates/keys-list.html:8
-#: ../src/templates/mirrors-delete.html:8
-#: ../src/templates/mirrors-detail.html:8 ../src/templates/mirrors-edit.html:8
-#: ../src/templates/mirrors-list.html:8 ../src/templates/mirrors-new.html:8
-#: ../src/templates/modules/package-header.html:9
-#: ../src/templates/package-detail.html:8
-#: ../src/templates/package-detail-list.html:8
-#: ../src/templates/package-properties.html:8
-#: ../src/templates/packages/builds/scratch.html:8
-#: ../src/templates/packages/builds/times.html:8
-#: ../src/templates/packages/changelog.html:8
-#: ../src/templates/packages-list.html:8
-#: ../src/templates/packages/view-file.html:8
-#: ../src/templates/register-activation-fail.html:8
-#: ../src/templates/register-activation-success.html:8
-#: ../src/templates/register.html:8 ../src/templates/repository-detail.html:10
-#: ../src/templates/search-form.html:8 ../src/templates/search-results.html:8
-#: ../src/templates/sessions/index.html:8 ../src/templates/uploads-list.html:8
-#: ../src/templates/user-forgot-password.html:8
-#: ../src/templates/user-list.html:8 ../src/templates/user-profile-edit.html:8
-#: ../src/templates/user-profile.html:8
-#: ../src/templates/user-profile-passwd.html:8
-#: ../src/templates/user-profile-passwd-ok.html:8
-msgid "Home"
+msgid "Manage build"
msgstr ""
-#: ../src/templates/build-bugs.html:29 ../src/templates/build-detail.html:75
-msgid "Fixed bugs"
+msgid "Distribution"
msgstr ""
-#: ../src/templates/build-bugs.html:33
-msgid "No bugs here, yet."
+msgid "Not all jobs are finished"
msgstr ""
-#: ../src/templates/build-bugs.html:34
-msgid "Click below to add one."
+msgid "Not all jobs of this build are finished, yet."
msgstr ""
-#: ../src/templates/build-bugs.html:45
-msgid "Add"
+msgid ""
+"It is <strong>strongly discouraged</strong> to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/build-bugs.html:50 ../src/templates/keys-list.html:63
-msgid "Remove"
+msgid ""
+"However, the build will be automatically unpushed if one or more build jobs "
+"fail."
msgstr ""
-#: ../src/templates/build-bugs.html:57 ../src/templates/user-delete.html:18
-msgid "Back"
+msgid "Push to a repository"
msgstr ""
-#: ../src/templates/build-bugs.html:71
-msgid "Add a bug"
+msgid "Push to next repository"
msgstr ""
-#: ../src/templates/build-bugs.html:77 ../src/templates/build-bugs.html:134
-msgid "Bug ID"
+msgid "Push to first repository"
msgstr ""
-#: ../src/templates/build-bugs.html:84
-msgid "Enter a bug ID."
+msgid "New repository"
msgstr ""
-#: ../src/templates/build-bugs.html:93
-msgid "This is a list of more open bugs of this package."
+msgid "This is the target repository for the build."
msgstr ""
-#: ../src/templates/build-bugs.html:96
-msgid "Maybe you want to pick one of these."
+msgid "Push"
msgstr ""
-#: ../src/templates/build-bugs.html:115
-msgid "Add bug"
+msgid "Unpush"
msgstr ""
-#: ../src/templates/build-bugs.html:116 ../src/templates/build-bugs.html:165
-#: ../src/templates/build-delete.html:47
-#: ../src/templates/builders/delete.html:39
-#: ../src/templates/build-manage.html:79 ../src/templates/keys-delete.html:43
-#: ../src/templates/mirrors-delete.html:36
-#: ../src/templates/mirrors-edit.html:82
-#: ../src/templates/modules/modal-base.html:28
-#: ../src/templates/modules/modal-build-comment.html:59
-#: ../src/templates/package-properties.html:94
-#: ../src/templates/user-profile-edit.html:151
-#: ../src/templates/user-profile-passwd.html:96
-msgid "Cancel"
+msgid "Switch to user mode"
msgstr ""
-#: ../src/templates/build-bugs.html:128
-msgid "Remove a bug"
+msgid "Switch to admin mode"
msgstr ""
-#: ../src/templates/build-bugs.html:141
-msgid "Enter a bug ID from the list below."
+#, c-format
+msgid "Schedule test build for %s"
msgstr ""
-#: ../src/templates/build-bugs.html:164
-msgid "Remove bug"
+msgid "Schedule test build"
msgstr ""
-#: ../src/templates/build-delete.html:3 ../src/templates/build-delete.html:46
-#: ../src/templates/build-detail.html:151
-msgid "Delete build"
+msgid ""
+"A test build is used to check if a package builds with the current package "
+"set."
msgstr ""
-#: ../src/templates/build-delete.html:24
-#: ../src/templates/builders/delete.html:20
-#: ../src/templates/keys-delete.html:20 ../src/templates/mirrors-delete.html:20
-#: ../src/templates/repository-detail.html:116
-msgid "Delete"
+msgid ""
+"In this way, developers are able to find quality issues fast and without "
+"actively searching for them."
msgstr ""
-#: ../src/templates/build-delete.html:34
-#, c-format
-msgid "You are about to delete build %s."
+msgid ""
+"As this build platform only has a limited amount of performance, test builds "
+"only have a very less priority."
msgstr ""
-#: ../src/templates/build-delete.html:39
-msgid "Please make sure, that this is the right build you intend to delete."
+msgid "However, you can manually request to run a test."
msgstr ""
-#: ../src/templates/build-delete.html:40
-msgid "Once a build has been deleted, it can not been recovered."
+msgid ""
+"The build job will be started when a build slot is available but not before "
+"the given time."
msgstr ""
-#: ../src/templates/build-detail.html:3 ../src/templates/build-state.html:3
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/builds-watchers-list.html:31
-#: ../src/templates/modules/build-table.html:14
-#: ../src/templates/modules/log-table.html:10
-#: ../src/templates/package-detail.html:109
msgid "Build"
msgstr ""
-#: ../src/templates/build-detail.html:43
-msgid "Score"
+msgid "State"
msgstr ""
-#: ../src/templates/build-detail.html:46
-msgid "(broken)"
+msgid ""
+"The state of a build can be either building, testing, stable, obsolete or "
+"broken."
msgstr ""
-#: ../src/templates/build-detail.html:48
-msgid "(obsolete)"
+msgid "Mark build as obsolete"
msgstr ""
-#: ../src/templates/build-detail.html:57
-msgid "Security update"
+msgid ""
+"If a package is updated by an other package it should be marked as "
+"<em>obsolete</em>."
msgstr ""
-#: ../src/templates/build-detail.html:60
-msgid "Bug fix update"
+msgid ""
+"For obsolete builds, there will be no test jobs created and it is "
+"recommended to remove them from the repositories soon."
msgstr ""
-#: ../src/templates/build-detail.html:63
-msgid "Enhancement"
+msgid "Remove build from the repository it is currently in?"
msgstr ""
-#: ../src/templates/build-detail.html:66
-msgid "New package"
+msgid "Unbreak this build"
msgstr ""
-#: ../src/templates/build-detail.html:68
-#, c-format
-msgid "Unhandled: %s"
+msgid ""
+"In case this build has accidentially be marked as broken, it is possible to "
+"recover that state."
msgstr ""
-#: ../src/templates/build-detail.html:98
-#: ../src/templates/distro-source-commit-detail.html:55
-#: ../src/templates/modules/changelog/entry.html:36
-#: ../src/templates/modules/commits-table.html:5
-msgid "Author"
+msgid "Mark build as broken"
msgstr ""
-#: ../src/templates/build-detail.html:100
-#: ../src/templates/distro-source-commit-detail.html:3
-#: ../src/templates/modules/commits-table.html:4
-#: ../src/templates/package-detail.html:137
-msgid "Commit"
+msgid ""
+"If a package does not build or contains <em>serious</em> bugs, it should be "
+"marked as broken."
msgstr ""
-#: ../src/templates/build-detail.html:103
-#: ../src/templates/modules/changelog/entry.html:41
-msgid "No commit message."
+msgid ""
+"Those builds can not be added into any repositories and are removed from all "
+"repositories they may currently be in."
msgstr ""
-#: ../src/templates/build-detail.html:117
-#: ../src/templates/modules/modal-build-comment.html:18
-msgid "Comment"
+msgid "Current repository"
msgstr ""
-#: ../src/templates/build-detail.html:121
-#: ../src/templates/builders/detail.html:242
-#: ../src/templates/jobs-detail.html:175 ../src/templates/log.html:4
-#: ../src/templates/mirrors-detail.html:119
-#: ../src/templates/mirrors-list.html:95
-msgid "Log"
+#, c-format
+msgid "since %s"
msgstr ""
-#: ../src/templates/build-detail.html:130
-#: ../src/templates/builders/list.html:32 ../src/templates/jobs-filter.html:12
-#: ../src/templates/jobs-index.html:3 ../src/templates/jobs-index.html:12
-#: ../src/templates/jobs-index.html:23
-#: ../src/templates/modules/build-table.html:15
-msgid "Jobs"
+#, c-format
+msgid "Delete builder %s"
msgstr ""
-#: ../src/templates/build-detail.html:134
-#: ../src/templates/package-detail.html:39
-#: ../src/templates/package-detail.html:100
-msgid "Source package"
+#, c-format
+msgid "Delete builder: %s"
msgstr ""
-#: ../src/templates/build-detail.html:144
-msgid "Change state"
+#, c-format
+msgid "You are going to delete the build host %s."
msgstr ""
-#: ../src/templates/build-detail.html:145
-msgid "Modify bug list"
+#, c-format
+msgid "Delete %s"
msgstr ""
-#: ../src/templates/build-detail.html:168
-#: ../src/templates/build-detail.html:191 ../src/templates/build-manage.html:77
-#: ../src/templates/modules/modal-build-push.html:60
-msgid "Push"
+msgid "Builder"
msgstr ""
-#: ../src/templates/build-detail.html:174
-#: ../src/templates/build-detail.html:183 ../src/templates/build-manage.html:78
-#: ../src/templates/modules/modal-build-unpush.html:38
-msgid "Unpush"
+msgid "Current"
msgstr ""
-#: ../src/templates/build-detail.html:202 ../src/templates/build-state.html:128
#, c-format
-msgid "since %s"
+msgid "Pakfire %s"
msgstr ""
-#: ../src/templates/build-detail.html:205
-msgid "This package does not belong to any repository."
+#, c-format
+msgid "Supported Architectures: %s"
msgstr ""
-#: ../src/templates/builders/delete.html:3
#, c-format
-msgid "Delete builder %s"
+msgid "Total Build Time: %s"
msgstr ""
-#: ../src/templates/builders/delete.html:25
-#: ../src/templates/builders/detail.html:3
-#: ../src/templates/builders/detail.html:74
-#: ../src/templates/builders/pass.html:23 ../src/templates/jobs-filter.html:27
-#: ../src/templates/modules/jobs/boxes.html:15
-#: ../src/templates/modules/jobs/list.html:6
-msgid "Builder"
+#, c-format
+msgid "%s Memory"
msgstr ""
-#: ../src/templates/builders/delete.html:31
#, c-format
-msgid "You are going to delete the build host <strong>%s</strong>."
+msgid "%s Swap Space"
msgstr ""
-#: ../src/templates/builders/delete.html:37
-#: ../src/templates/mirrors-delete.html:34 ../src/templates/user-delete.html:16
-#, c-format
-msgid "Delete %s"
+msgid "Test Mode"
msgstr ""
-#: ../src/templates/builders/detail.html:22
-#: ../src/templates/build-filter.html:75 ../src/templates/build-list.html:13
-#: ../src/templates/builds-watchers-list.html:50
-#: ../src/templates/distro-update-detail.html:46
-#: ../src/templates/file-detail.html:116 ../src/templates/jobs-detail.html:30
-#: ../src/templates/mirrors-detail.html:23
-#: ../src/templates/mirrors-list.html:19 ../src/templates/user-comments.html:10
-msgid "Actions"
+msgid "Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:27
-msgid "Show jobs by this builder"
+msgid "Edit"
msgstr ""
-#: ../src/templates/builders/detail.html:36
-msgid "Disable builder"
+msgid "Running Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:42
-msgid "Enable builder"
+msgid "Log"
msgstr ""
-#: ../src/templates/builders/detail.html:50
-msgid "Edit builder"
+#, c-format
+msgid "Edit Builder %s"
msgstr ""
-#: ../src/templates/builders/detail.html:58
-msgid "Renew passphrase"
+msgid "Hostname"
msgstr ""
-#: ../src/templates/builders/detail.html:66
-msgid "Delete builder"
+msgid "The hostname cannot be changed"
msgstr ""
-#: ../src/templates/builders/detail.html:79
-msgid "Warning"
+msgid "Enabled"
msgstr ""
-#: ../src/templates/builders/detail.html:80
-msgid "This builder is overloaded."
+msgid "Job Settings"
msgstr ""
-#: ../src/templates/builders/detail.html:81
-msgid ""
-"That means it will not take any additional jobs although it has not reached "
-"its threshold of running jobs, yet."
+msgid "Maximum Parallel Build Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:82
-msgid "New jobs will be started automatically after the load decreased."
+msgid "Enable Test Mode"
msgstr ""
-#: ../src/templates/builders/detail.html:91
-#: ../src/templates/build-filter.html:27 ../src/templates/build-state.html:24
-#: ../src/templates/modules/jobs-table.html:5
-#: ../src/templates/user-profile-edit.html:77
-#: ../src/templates/user-profile.html:47
-msgid "State"
+msgid "Only build test jobs on this builder"
msgstr ""
-#: ../src/templates/builders/detail.html:94
-#: ../src/templates/builders/edit.html:42 ../src/templates/mirrors-edit.html:43
-msgid "Enabled"
+msgid "Save"
msgstr ""
-#: ../src/templates/builders/detail.html:96
-msgid "Disabled"
+msgid "Online"
msgstr ""
-#: ../src/templates/builders/detail.html:98
-msgid "Deleted"
+msgid "Offline"
msgstr ""
-#: ../src/templates/builders/detail.html:100
-#, c-format
-msgid "Unknown status: %s"
+msgid "Create A New Builder"
msgstr ""
-#: ../src/templates/builders/detail.html:105
-msgid "Parallel builds"
+msgid "Statistics"
msgstr ""
-#: ../src/templates/builders/detail.html:106
-msgid "One job only."
+msgid "Total Build Time"
msgstr ""
-#: ../src/templates/builders/detail.html:109
-msgid "This host builds"
+msgid "Total Build Time By Architecture"
msgstr ""
-#: ../src/templates/builders/detail.html:115
-msgid "Release builds"
+msgid "Create new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:117
-#: ../src/templates/package-detail-list.html:30
-#: ../src/templates/packages/builds/scratch.html:3
-#: ../src/templates/packages/builds/scratch.html:20
-msgid "Scratch builds"
+msgid "Create a new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:119
-#: ../src/templates/package-detail-list.html:35
-msgid "Test builds"
+msgid "Enter the canonical hostname of the machine."
msgstr ""
-#: ../src/templates/builders/detail.html:130
-msgid "Remarks"
+#, c-format
+msgid "Watch build %s"
msgstr ""
-#: ../src/templates/builders/detail.html:141
-msgid "OS"
+msgid "Watch"
msgstr ""
-#: ../src/templates/builders/detail.html:147
-msgid "Pakfire version"
+msgid "You may here add yourself to the list of watchers of this build."
msgstr ""
-#: ../src/templates/builders/detail.html:153
-#: ../src/templates/distro-detail.html:35
-msgid "Supported architectures"
+msgid ""
+"If you do so, you will receive messages about new comments and status "
+"updates."
msgstr ""
-#: ../src/templates/builders/detail.html:159
-msgid "CPU model"
+msgid "Oops!"
msgstr ""
-#: ../src/templates/builders/detail.html:165
-msgid "CPU count"
+msgid "You are already watching this build."
msgstr ""
-#: ../src/templates/builders/detail.html:169
-msgid "Bogomips"
+msgid "Choose user"
msgstr ""
-#: ../src/templates/builders/detail.html:180
-msgid "Memory"
+msgid "Myself"
msgstr ""
-#: ../src/templates/builders/detail.html:194
-msgid "SWAP space"
+msgid "Choose a user who should watch this build."
msgstr ""
-#: ../src/templates/builders/detail.html:203
-msgid "No memory information available."
+msgid "User"
msgstr ""
-#: ../src/templates/builders/detail.html:208
-msgid "Load average"
+msgid "Add watcher"
msgstr ""
-#: ../src/templates/builders/detail.html:212
-#: ../src/templates/builders/list.html:50
-msgid "Overload"
+#, c-format
+msgid "Watchers of %s"
msgstr ""
-#: ../src/templates/builders/detail.html:217
-msgid "Free disk space"
+msgid "This is a list of all users who watch this build."
msgstr ""
-#: ../src/templates/builders/detail.html:222
-msgid "Host key"
+msgid ""
+"If you write a comment or the status of the build is changed, they all will "
+"get a message."
msgstr ""
-#: ../src/templates/builders/detail.html:235
-msgid "Active and pending jobs"
+msgid "You are the owner of this build. So you don't need to watch it."
msgstr ""
-#: ../src/templates/builders/edit.html:3
-#, c-format
-msgid "Manage builder %s"
+msgid "Watch this build."
msgstr ""
-#: ../src/templates/builders/edit.html:20
-#: ../src/templates/builders/edit.html:25
-#: ../src/templates/builders/pass.html:18 ../src/templates/mirrors-edit.html:20
-msgid "Manage"
+msgid "List of all watchers"
msgstr ""
-#: ../src/templates/builders/edit.html:25
-#, c-format
-msgid "Builder: %s"
+msgid "Actions"
msgstr ""
-#: ../src/templates/builders/edit.html:32
-#: ../src/templates/builders/list.html:30 ../src/templates/builders/new.html:30
-#: ../src/templates/mirrors-detail.html:56
-#: ../src/templates/mirrors-edit.html:32 ../src/templates/mirrors-list.html:43
-#: ../src/templates/mirrors-new.html:28
-msgid "Hostname"
+msgid "Back to build"
msgstr ""
-#: ../src/templates/builders/edit.html:36
-msgid "The hostname cannot be changed."
+msgid "Created %(when)s by %(author)s"
msgstr ""
-#: ../src/templates/builders/edit.html:46
-msgid "The builder must be enabled in order to process build jobs."
+#, c-format
+msgid "Created %s"
msgstr ""
-#: ../src/templates/builders/edit.html:53
-msgid "Build job settings"
+msgid "Fixed Bugs"
msgstr ""
-#: ../src/templates/builders/edit.html:56
-msgid "Maximum number of parallel build jobs"
+msgid "Score"
msgstr ""
-#: ../src/templates/builders/edit.html:65
-msgid "This is the number of build jobs that are started in parallel."
+msgid "Source Package"
msgstr ""
-#: ../src/templates/builders/edit.html:74
-msgid "Authorized to build release builds."
+#, c-format
+msgid "Edit distribution %s"
msgstr ""
-#: ../src/templates/builders/edit.html:83
-msgid "Authorized to build scratch builds."
+msgid "Name"
msgstr ""
-#: ../src/templates/builders/edit.html:92
-msgid "Authorized to build test builds."
+msgid "The fancy name of the distribution."
msgstr ""
-#: ../src/templates/builders/edit.html:98 ../src/templates/mirrors-edit.html:81
-#: ../src/templates/package-properties.html:93
-msgid "Save changes"
+msgid "Identifier"
msgstr ""
-#: ../src/templates/builders/list.html:31 ../src/templates/jobs-filter.html:44
-#: ../src/templates/packages/builds/times.html:44
-msgid "Architecture"
+msgid "Cannot be changed."
msgstr ""
-#: ../src/templates/builders/list.html:53
-msgid "Unknown CPU"
+msgid "Tag"
msgstr ""
-#: ../src/templates/builders/list.html:73 ../src/templates/builders/new.html:3
-#: ../src/templates/builders/new.html:16 ../src/templates/builders/new.html:41
-msgid "Create new builder"
+msgid "The tag is added to the package release."
msgstr ""
-#: ../src/templates/builders/new.html:21
-msgid "Create a new builder"
+msgid "Vendor"
msgstr ""
-#: ../src/templates/builders/new.html:35
-msgid "Enter the canonical hostname of the machine."
+msgid "From whom is the distribution from?"
msgstr ""
-#: ../src/templates/builders/pass.html:30
-#, c-format
-msgid "The new host <strong>%s</strong> has been successfully created."
+msgid "Contact"
msgstr ""
-#: ../src/templates/builders/pass.html:32
-#, c-format
-msgid "The passphrase for <strong>%s</strong> has been regenerated."
+msgid "The email address from the vendor."
msgstr ""
-#: ../src/templates/builders/pass.html:35
-msgid ""
-"For authorization to the Pakfire Master Server there is a passphrase "
-"required which must be configured to the host."
+msgid "Slogan"
msgstr ""
-#: ../src/templates/builders/pass.html:39
-msgid "This passphrase is:"
+msgid "A short sentence that characterizes the distribution."
msgstr ""
-#: ../src/templates/builders/pass.html:43
-msgid "Next"
+msgid "Architectures"
msgstr ""
-#: ../src/templates/build-filter.html:3 ../src/templates/build-list.html:3
-#: ../src/templates/build-list.html:8
-msgid "Build job list"
+msgid "For which architectures should the distribution be built?"
msgstr ""
-#: ../src/templates/build-filter.html:6 ../src/templates/build-index.html:21
-#: ../src/templates/build-list.html:15
-msgid "Filter builds"
+msgid "Sources"
msgstr ""
-#: ../src/templates/build-filter.html:11 ../src/templates/build-manage.html:9
-#: ../src/templates/distro-detail.html:3 ../src/templates/distro-detail.html:22
-#: ../src/templates/distro-list.html:33
-#: ../src/templates/distro-source-commits.html:5
-#: ../src/templates/distro-update-detail.html:6
-#: ../src/templates/distro-update-edit.html:12
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-edit.html:8
-msgid "Distribution"
+msgid "Which sources should be imported to the distribution?"
msgstr ""
-#: ../src/templates/build-filter.html:15 ../src/templates/build-filter.html:39
-#: ../src/templates/build-filter.html:55
-msgid "Any"
+msgid "Commit"
msgstr ""
-#: ../src/templates/build-filter.html:23
-msgid "Show only builds in that distribution."
+#, c-format
+msgid "Source: %s"
msgstr ""
-#: ../src/templates/build-filter.html:30
-msgid "All"
+msgid "Source"
msgstr ""
-#: ../src/templates/build-filter.html:31
-#: ../src/templates/modules/jobs-table.html:29 ../src/web/ui_modules.py:335
-msgid "Running"
+msgid "Open in gitweb"
msgstr ""
-#: ../src/templates/build-filter.html:32
-#: ../src/templates/modules/jobs-table.html:21 ../src/web/ui_modules.py:330
-msgid "Pending"
+msgid "Reset commit"
msgstr ""
-#: ../src/templates/build-filter.html:33 ../src/templates/jobs-detail.html:128
-#: ../src/templates/modules/jobs-table.html:27 ../src/web/ui_modules.py:320
-msgid "Finished"
+msgid "Revision"
msgstr ""
-#: ../src/templates/build-filter.html:34
-#: ../src/templates/modules/jobs-table.html:23 ../src/web/ui_modules.py:315
-msgid "Failed"
+msgid "Date"
msgstr ""
-#: ../src/templates/build-filter.html:35
-msgid "Permanently failed"
+msgid "Author"
msgstr ""
-#: ../src/templates/build-filter.html:36
-#: ../src/templates/modules/jobs-table.html:25 ../src/web/ui_modules.py:310
-msgid "Dispatching"
+msgid "Committer"
msgstr ""
-#: ../src/templates/build-filter.html:37 ../src/web/ui_modules.py:340
-msgid "Uploading"
+msgid "Packages created from this commit"
msgstr ""
-#: ../src/templates/build-filter.html:40
-msgid "Building"
+msgid "There were no packages created from this commit."
msgstr ""
-#: ../src/templates/build-filter.html:41
-msgid "Testing"
+msgid "Danger!"
msgstr ""
-#: ../src/templates/build-filter.html:42
-msgid "Stable"
+msgid "This is a very dangerous action!"
msgstr ""
-#: ../src/templates/build-filter.html:43
-msgid "Obsolete"
+msgid "Don't do it, if you are not absolutely sure what you are doing."
msgstr ""
-#: ../src/templates/build-filter.html:44
-msgid "Broken"
+msgid ""
+"This commit will be reset. Which means all packages associated with it will "
+"be deleted, and the commit will be parsed again."
msgstr ""
-#: ../src/templates/build-filter.html:48
-msgid "Only show builds with given state."
+msgid ""
+"This action may cause severe problems and may only be allowed when something "
+"went horribly wrong."
msgstr ""
-#: ../src/templates/build-filter.html:52
-#: ../src/templates/package-detail.html:82
-msgid "Build host"
+msgid "These packages will be deleted"
msgstr ""
-#: ../src/templates/build-filter.html:62
-msgid "Display only builds by selected host."
+msgid "Commits"
msgstr ""
-#: ../src/templates/build-filter.html:77
-msgid "Show all builds"
+msgid "Source repository"
msgstr ""
-#: ../src/templates/build-index.html:18
-#: ../src/templates/builds/comments.html:17
-#: ../src/templates/builds/comments.html:25
-msgid "Comments"
+msgid "Previous commits"
msgstr ""
-#: ../src/templates/build-manage.html:3
-#, c-format
-msgid "Manage build %s"
+msgid "Next commits"
msgstr ""
-#: ../src/templates/build-manage.html:8
-msgid "Manage build"
+msgid "Gitweb"
msgstr ""
-#: ../src/templates/build-manage.html:15
-msgid "Permission denied"
+msgid "Branch"
msgstr ""
-#: ../src/templates/build-manage.html:16
-msgid ""
-"You do not have the permission to update packages that belong to the "
-"<em>critical path</em>."
+msgid "Imported commits"
msgstr ""
-#: ../src/templates/build-manage.html:22
-msgid "Not all jobs are finished"
+msgid "Latest commits"
msgstr ""
-#: ../src/templates/build-manage.html:24
-msgid "Not all jobs of this build are finished, yet."
+msgid "Show all commits"
msgstr ""
-#: ../src/templates/build-manage.html:25
-msgid ""
-"It is <strong>strongly discouraged</strong> to push this build into the next "
-"repository."
+msgid "Update"
msgstr ""
-#: ../src/templates/build-manage.html:28
-msgid ""
-"However, the build will be automatically unpushed if one or more build jobs "
-"fail."
+msgid "Summary"
msgstr ""
-#: ../src/templates/build-manage.html:42
-msgid "Push to a repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:44
-msgid "Push to next repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:46
-msgid "Push to first repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:51
-#: ../src/templates/modules/modal-build-push.html:24
-msgid "New repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:71
-msgid "This is the target repository for the build."
-msgstr ""
-
-#: ../src/templates/build-manage.html:90
-msgid "Switch to user mode"
-msgstr ""
-
-#: ../src/templates/build-manage.html:92
-msgid "Switch to admin mode"
-msgstr ""
-
-#: ../src/templates/build-priority.html:3
-#: ../src/templates/build-priority.html:6
-msgid "Edit build priority"
-msgstr ""
-
-#: ../src/templates/build-priority.html:11
-msgid "Priority"
-msgstr ""
-
-#: ../src/templates/build-priority.html:14
-#: ../src/templates/package-properties.html:51
-msgid "Very high"
-msgstr ""
-
-#: ../src/templates/build-priority.html:15
-#: ../src/templates/package-properties.html:54
-msgid "High"
-msgstr ""
-
-#: ../src/templates/build-priority.html:16
-#: ../src/templates/package-properties.html:57
-msgid "Medium"
-msgstr ""
-
-#: ../src/templates/build-priority.html:17
-#: ../src/templates/package-properties.html:60
-msgid "Low"
-msgstr ""
-
-#: ../src/templates/build-priority.html:18
-#: ../src/templates/package-properties.html:63
-msgid "Very low"
-msgstr ""
-
-#: ../src/templates/build-priority.html:22
-msgid "Set the priority of the build process."
-msgstr ""
-
-#: ../src/templates/build-priority.html:28
-msgid "Beware"
-msgstr ""
-
-#: ../src/templates/build-priority.html:29
-msgid "Shuffeling build jobs can cause problems with the dependency solving."
-msgstr ""
-
-#: ../src/templates/build-priority.html:30
-msgid "Don't do this if you are not totally sure you won't break anything."
-msgstr ""
-
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-msgid "Job queue"
-msgstr ""
-
-#: ../src/templates/build-queue.html:8
-msgid "This is a list of all jobs that are waiting to be processed."
-msgstr ""
-
-#: ../src/templates/build-queue.html:9
-msgid "They one at the top is next."
-msgstr ""
-
-#: ../src/templates/build-queue.html:15
-msgid "No jobs to do."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:3
-#: ../src/templates/build-schedule-test.html:29
-#: ../src/templates/job-schedule-test.html:3
-#: ../src/templates/job-schedule-test.html:29
-#, c-format
-msgid "Schedule test build for %s"
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:24
-#: ../src/templates/job-schedule-test.html:24
-#: ../src/templates/jobs-detail.html:48
-msgid "Schedule test build"
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:35
-#: ../src/templates/job-schedule-test.html:35
-msgid ""
-"A test build is used to check if a package builds with the current package "
-"set."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:36
-#: ../src/templates/job-schedule-test.html:36
-msgid ""
-"In this way, developers are able to find quality issues fast and without "
-"actively searching for them."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:39
-#: ../src/templates/job-schedule-test.html:39
-msgid ""
-"As this build platform only has a limited amount of performance, test builds "
-"only have a very less priority."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:40
-#: ../src/templates/job-schedule-test.html:40
-msgid "However, you can manually request to run a test."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:43
-#: ../src/templates/job-schedule-rebuild.html:38
-#: ../src/templates/job-schedule-test.html:43
-msgid ""
-"The build job will be started when a build slot is available but not before "
-"the given time."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:3
-#: ../src/templates/builds/comments.html:42
-msgid "Build comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:33
-msgid "Show all comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:40
-#, c-format
-msgid "%s's latest comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:49
-#, c-format
-msgid "This page shows %s's latest comments."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:51
-msgid "This page shows the latest comments on builds."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:53
-msgid ""
-"The Pakfire Build Service is all about social development and so, "
-"communicating with eath others is important. Please join."
+msgid "Maintainer"
msgstr ""
-#: ../src/templates/builds/comments.html:61
-#: ../src/templates/builds/comments.html:65
-#: ../src/templates/packages/changelog.html:35
-#: ../src/templates/packages/changelog.html:39
-msgid "Newer"
+msgid "Time created"
msgstr ""
-#: ../src/templates/builds/comments.html:71
-#: ../src/templates/builds/comments.html:75
-#: ../src/templates/packages/changelog.html:45
-#: ../src/templates/packages/changelog.html:49
-msgid "Older"
+msgid "Builds in this update"
msgstr ""
-#: ../src/templates/builds/comments.html:81
#, c-format
-msgid "%s did not comment on anything, yet."
-msgstr ""
-
-#: ../src/templates/build-state.html:34
-msgid ""
-"The state of a build can be either building, testing, stable, obsolete or "
-"broken."
-msgstr ""
-
-#: ../src/templates/build-state.html:48
-msgid "Mark build as obsolete"
-msgstr ""
-
-#: ../src/templates/build-state.html:50
-msgid ""
-"If a package is updated by an other package it should be marked as "
-"<em>obsolete</em>."
+msgid "Edit update %s - %s"
msgstr ""
-#: ../src/templates/build-state.html:51
-msgid ""
-"For obsolete builds, there will be no test jobs created and it is "
-"recommended to remove them from the repositories soon."
+msgid "Create new update"
msgstr ""
-#: ../src/templates/build-state.html:60
-msgid "Remove build from the repository it is currently in?"
+msgid "Create A New Distribution"
msgstr ""
-#: ../src/templates/build-state.html:81
-msgid "Unbreak this build"
+msgid "Supported Architectures"
msgstr ""
-#: ../src/templates/build-state.html:84
-msgid ""
-"In case this build has accidentially be marked as broken, it is possible to "
-"recover that state."
+msgid "Repositories"
msgstr ""
-#: ../src/templates/build-state.html:102
-msgid "Mark build as broken"
+msgid "400 - Bad request"
msgstr ""
-#: ../src/templates/build-state.html:105
-msgid ""
-"If a package does not build or contains <em>serious</em> bugs, it should be "
-"marked as broken."
+msgid "Invalid data has been passed to the application."
msgstr ""
-#: ../src/templates/build-state.html:106
msgid ""
-"Those builds can not be added into any repositories and are removed from all "
-"repositories they may currently be in."
-msgstr ""
-
-#: ../src/templates/build-state.html:126
-#: ../src/templates/distro-update-detail.html:17
-#: ../src/templates/modules/modal-build-push.html:54
-#: ../src/templates/modules/modal-build-unpush.html:13
-msgid "Current repository"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:3
-#: ../src/templates/builds-watchers-add.html:29
-#, c-format
-msgid "Watch build %s"
+"The application refused to go on with the provided data that was sent in "
+"this request."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:24
-msgid "Watch"
+msgid "403 - Access forbidden"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:35
-msgid "You may here add yourself to the list of watchers of this build."
+msgid "You are not allowed to access this ressource."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:36
msgid ""
-"If you do so, you will receive messages about new comments and status "
-"updates."
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:43
-#: ../src/templates/user-profile-passwd.html:51
-msgid "Oops!"
+"Access to the requested page has been denied because you do not have "
+"sufficient rights."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:44
-#: ../src/templates/builds-watchers-list.html:17
-msgid "You are already watching this build."
+msgid "404 - Not Found"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:56
-msgid "Choose user"
+msgid "I could not find what you were searching for."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:60
-msgid "Myself"
+msgid "You may have clicked an expired link or mistyped the address."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:70
-msgid "Choose a user who should watch this build."
+msgid "Oops! Don't panic."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:76
-#: ../src/templates/modules/build-table.html:20
-#: ../src/templates/user-profile-edit.html:80
-#: ../src/templates/user-profile.html:29 ../src/templates/user-profile.html:54
-msgid "User"
+msgid "An unexpected error happened."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:84
-msgid "Add watcher"
+msgid "Stay calm and read the text below to find out what went wrong."
msgstr ""
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/modules/watchers-sidebar-table.html:22
-#, c-format
-msgid "Watchers of %s"
+msgid "Error code"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:11
-msgid "This is a list of all users who watch this build."
+msgid "Exception (traceback):"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:12
msgid ""
-"If you write a comment or the status of the build is changed, they all will "
-"get a message."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:21
-msgid "You are the owner of this build. So you don't need to watch it."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:25
-msgid "Watch this build."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:39
-msgid "List of all watchers"
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:53
-msgid "Back to build"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:36
-msgid "None"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:46
-msgid "Binary repositories"
+"Please try going back to the previous page and try the action you did again "
+"in a moment."
msgstr ""
-#: ../src/templates/distro-detail.html:51
msgid ""
-"A binary repository is a composition of packages that are considered stable, "
-"unstable or in testing state by the developers."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:53
-msgid "Each repository can be enabled individually."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:54
-msgid "Learn how to use them."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:66 ../src/templates/source-list.html:6
-msgid "Source repositories"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:80
-#: ../src/templates/distro-source-commit-detail.html:90
-#: ../src/templates/user-profile.html:73
-msgid "Action"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:86
-msgid "Edit distribution"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:91
-msgid "Delete distribution"
+"If the error persists, you should consider to get in touch with an "
+"administrator."
msgstr ""
-#: ../src/templates/distro-detail.html:97
-msgid "New binary repository"
+msgid "Build created"
msgstr ""
-#: ../src/templates/distro-detail.html:102
-msgid "New source repository"
+msgid "- Unknown Event -"
msgstr ""
-#: ../src/templates/distro-edit.html:3 ../src/templates/distro-edit.html:6
-#: ../src/templates/distro-update-edit.html:3
#, c-format
-msgid "Edit distribution %s"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:12
-#: ../src/templates/modules/packages-table.html:4
-#: ../src/templates/modules/repository-table.html:4
-#: ../src/templates/modules/source-table.html:4
-#: ../src/templates/repository-edit.html:15
-msgid "Name"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:17
-msgid "The fancy name of the distribution."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:21
-msgid "Identifier"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:26
-#: ../src/templates/user-profile-edit.html:42
-msgid "Cannot be changed."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:30
-msgid "Tag"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:35
-msgid "The tag is added to the package release."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:39
-msgid "Vendor"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:44
-msgid "From whom is the distribution from?"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:48 ../src/templates/docs-index.html:57
-#: ../src/templates/mirrors-detail.html:62
-msgid "Contact"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:53
-msgid "The email address from the vendor."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:57
-msgid "Slogan"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:62
-msgid "A short sentence that characterizes the distribution."
+msgid "by %s"
msgstr ""
-#: ../src/templates/distro-edit.html:66
-msgid "Architectures"
+msgid "File"
msgstr ""
-#: ../src/templates/distro-edit.html:75
-msgid "For which architectures should the distribution be built?"
+msgid "Package"
msgstr ""
-#: ../src/templates/distro-edit.html:79
-msgid "Sources"
+msgid "Description"
msgstr ""
-#: ../src/templates/distro-edit.html:88
-msgid "Which sources should be imported to the distribution?"
+msgid "URL"
msgstr ""
-#: ../src/templates/distro-list.html:26
-msgid ""
-"This is a list of all distributions, that are maintained in this build "
-"service."
+msgid "License"
msgstr ""
-#: ../src/templates/distro-list.html:27
-msgid ""
-"You may click on one of them and see more details or jump directly to one of "
-"the repositories."
-msgstr ""
-
-#: ../src/templates/distro-list.html:34
-msgid "Repositories"
-msgstr ""
-
-#: ../src/templates/distro-list.html:66
-msgid "New distribution"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:21
-#: ../src/templates/distro-source-commit-reset.html:19
-#: ../src/templates/distro-source-detail.html:19
-#, c-format
-msgid "Source: %s"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:34
-#: ../src/templates/distro-source-commit-reset.html:32
-#: ../src/templates/distro-source-commits.html:6
-#: ../src/templates/distro-source-detail.html:26
-msgid "Source"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:47
-msgid "Revision"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:51
-msgid "Date"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:59
-msgid "Committer"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:63
-#: ../src/templates/modules/commits-table.html:6
-msgid "Subject"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:81
-msgid "Open in gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:96
-#: ../src/templates/distro-source-commit-reset.html:54
-msgid "Reset commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:112
-msgid "Packages created from this commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:128
-msgid "There were no packages created from this commit."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:43
-msgid "Danger!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:44
-msgid "This is a very dangerous action!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:45
-msgid "Don't do it, if you are not absolutely sure what you are doing."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:49
-msgid ""
-"This commit will be reset. Which means all packages associated with it will "
-"be deleted, and the commit will be parsed again."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:50
-msgid ""
-"This action may cause severe problems and may only be allowed when something "
-"went horribly wrong."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:62
-msgid "These packages will be deleted"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:6
-msgid "Commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:10
-msgid "Source repository"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:20
-msgid "Previous commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:24
-msgid "Next commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:36
-msgid "Gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:45
-msgid "Branch"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:49
-msgid "Imported commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:59
-msgid "Latest commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:63
-msgid "Show all commits"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:5
-msgid "Update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:10
-#: ../src/templates/modules/packages-table.html:5
-#: ../src/templates/packages/builds/times.html:31
-msgid "Summary"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:27
-#: ../src/templates/file-detail.html:40
-#: ../src/templates/modules/package-header.html:24
-#: ../src/templates/package-detail.html:77
-msgid "Maintainer"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:33
-msgid "Time created"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:41
-msgid "Builds in this update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:49
-#: ../src/templates/repository-detail.html:112
-#: ../src/templates/user-profile-edit.html:20
-msgid "Edit"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:8
-#, c-format
-msgid "Edit update %s - %s"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:10
-msgid "Create new update"
-msgstr ""
-
-#: ../src/templates/docs-base.html:27
-msgid "All Documents"
-msgstr ""
-
-#: ../src/templates/docs-base.html:31
-msgid "Topics"
-msgstr ""
-
-#: ../src/templates/docs-build.html:3 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-whatsthis.html:3
-msgid "Legend of the build states"
-msgstr ""
-
-#: ../src/templates/docs-build.html:25
-msgid ""
-"Every build that is done by the Pakfire Build Service has to go through "
-"several states:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:28
-msgid ""
-"After checking out the source from the source repository a source package is "
-"created and submitted to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:29
-msgid ""
-"Starting from inserting a source file to the build service, there are binary "
-"build jobs created for every supported architecture."
-msgstr ""
-
-#: ../src/templates/docs-build.html:32
-msgid ""
-"These get assigned to a build host which has to compile or assemble the "
-"package and return it back to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:33
-msgid "In the table below, there are all states that a build job goes through:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:36
-msgid "Build is running"
-msgstr ""
-
-#: ../src/templates/docs-build.html:37
-msgid "Build has failed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:38
-msgid "Build is waiting to be processed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:39
-msgid "There was a dependency error when the package was built"
-msgstr ""
-
-#: ../src/templates/docs-build.html:40
-msgid "Build is waiting for source to go to pending state"
-msgstr ""
-
-#: ../src/templates/docs-build.html:41
-msgid "Files of this build are transferred to the build server"
-msgstr ""
-
-#: ../src/templates/docs-build.html:42
-msgid "Files are being uploaded to the service"
-msgstr ""
-
-#: ../src/templates/docs-build.html:43
-msgid "Build has an unknown state"
-msgstr ""
-
-#: ../src/templates/docs-index.html:3
-msgid "Documentation index"
-msgstr ""
-
-#: ../src/templates/docs-index.html:17
-msgid "Documents"
-msgstr ""
-
-#: ../src/templates/docs-index.html:23
-msgid ""
-"This is a collection of documents that should be read by everybody who is "
-"using this system."
-msgstr ""
-
-#: ../src/templates/docs-index.html:29
-msgid "What is the pakfire build service?"
-msgstr ""
-
-#: ../src/templates/docs-index.html:34
-msgid "General pakfire documentation"
-msgstr ""
-
-#: ../src/templates/docs-index.html:39
-msgid "Packaging guidelines"
-msgstr ""
-
-#: ../src/templates/docs-index.html:51
-msgid "This documentation you find at this place is not completed yet."
-msgstr ""
-
-#: ../src/templates/docs-index.html:52
-msgid "Feel free to make any suggestions."
-msgstr ""
-
-#: ../src/templates/docs-index.html:59
-msgid ""
-"If you need help using the build service or have some general questions "
-"please use our mailing list."
-msgstr ""
-
-#: ../src/templates/docs-index.html:60
-msgid "You can also talk to the developers and suggest feature enhancements."
-msgstr ""
-
-#: ../src/templates/docs-index.html:64
-msgid "Mailing list"
-msgstr ""
-
-#: ../src/templates/docs-index.html:68
-msgid "Bug reports"
-msgstr ""
-
-#: ../src/templates/docs-index.html:70
-msgid ""
-"Please visit Bugzilla to create bug reports on the Pakfire Build System."
-msgstr ""
-
-#: ../src/templates/docs-users.html:3 ../src/templates/docs-users.html:16
-#: ../src/templates/docs-users.html:21
-msgid "User groups"
-msgstr ""
-
-#: ../src/templates/docs-users.html:26
-msgid ""
-"All users can join the Pakfire Build Service and are separated into three "
-"groups:"
-msgstr ""
-
-#: ../src/templates/docs-users.html:29
-msgid "Developers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:31
-msgid ""
-"Developers manage this build service and have access to all parts of it."
-msgstr ""
-
-#: ../src/templates/docs-users.html:32
-msgid ""
-"They are responsible to keep the system running and able to push package "
-"updates to the repostories."
-msgstr ""
-
-#: ../src/templates/docs-users.html:35
-msgid "Guidelines for developers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:38
-msgid "Testers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:40
-msgid ""
-"Testers are like users but have the right to vote on packages, which is used "
-"to figure out the quality of the package."
-msgstr ""
-
-#: ../src/templates/docs-users.html:41
-msgid ""
-"Everyone can become a tester after he or she has proven to know the IPFire "
-"system very well."
-msgstr ""
-
-#: ../src/templates/docs-users.html:42
-msgid ""
-"On these people depends a very huge amount of the quality of the "
-"distribution that is made out of the feedback they give."
-msgstr ""
-
-#: ../src/templates/docs-users.html:45
-msgid "Guidelines for testers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:50
-msgid "Everybody can join the Pakfire Build Service by registering an account."
-msgstr ""
-
-#: ../src/templates/docs-users.html:51
-msgid ""
-"After a successful activation you are able to leave comments on packages and "
-"give feedback to the developers about its status."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:16
-#: ../src/templates/docs-whatsthis.html:21
-msgid "What is the Pakfire Build Service?"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:27
-msgid ""
-"On this page, you will find out what the Pakfire Build Service really is."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:28
-msgid "Read carefully."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:34
-msgid "Yeah, that's it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:35
-msgid "No, that's not it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:43
-msgid "PBS is a tool where people can give feedback to developers."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:44
-msgid "It is possible to leave comments and rate builds."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:50
-msgid "PBS is <strong>NOT</strong> a bugtracker."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:51
-msgid ""
-"To report bugs please use our bugtracker liked below if you want them to get "
-"fixed."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:55
-msgid "Bugtracker"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:4
-msgid "400 - Bad request"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:8
-msgid "Invalid data has been passed to the application."
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:13
-msgid ""
-"The application refused to go on with the provided data that was sent in "
-"this request."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:4
-msgid "403 - Access forbidden"
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:8
-msgid "You are not allowed to access this ressource."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:13
-msgid ""
-"Access to the requested page has been denied because you do not have "
-"sufficient rights."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:4
-msgid "404 - Not Found"
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:8
-msgid "I could not find what you were searching for."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:13
-msgid "You may have clicked an expired link or mistyped the address."
-msgstr ""
-
-#: ../src/templates/errors/error.html:8
-msgid "Oops! Don't panic."
-msgstr ""
-
-#: ../src/templates/errors/error.html:13
-msgid "An unexpected error happened."
-msgstr ""
-
-#: ../src/templates/errors/error.html:19
-msgid "Stay calm and read the text below to find out what went wrong."
-msgstr ""
-
-#: ../src/templates/errors/error.html:31
-msgid "Error code"
-msgstr ""
-
-#: ../src/templates/errors/error.html:38
-msgid "Exception (traceback):"
-msgstr ""
-
-#: ../src/templates/errors/error.html:49
-msgid ""
-"Please try going back to the previous page and try the action you did again "
-"in a moment."
-msgstr ""
-
-#: ../src/templates/errors/error.html:50
-msgid ""
-"If the error persists, you should consider to get in touch with an "
-"administrator."
-msgstr ""
-
-#: ../src/templates/file-detail.html:5
-msgid "File"
-msgstr ""
-
-#: ../src/templates/file-detail.html:13
-#: ../src/templates/modules/log-table.html:12
-#: ../src/templates/package-detail.html:3
-#: ../src/templates/package-detail.html:50
-#: ../src/templates/package-detail-list.html:3
-#: ../src/templates/package-properties.html:3
-msgid "Package"
-msgstr ""
-
-#: ../src/templates/file-detail.html:20
-#: ../src/templates/repository-edit.html:25
-msgid "Description"
-msgstr ""
-
-#: ../src/templates/file-detail.html:27
-msgid "URL"
-msgstr ""
-
-#: ../src/templates/file-detail.html:34
-#: ../src/templates/modules/package-header.html:14
-#: ../src/templates/package-detail.html:70
-msgid "License"
-msgstr ""
-
-#: ../src/templates/file-detail.html:46
-#: ../src/templates/modules/packages-table.html:6
-#: ../src/templates/package-detail.html:126
-msgid "Size"
-msgstr ""
-
-#: ../src/templates/file-detail.html:51
-msgid "Hash"
-msgstr ""
-
-#: ../src/templates/file-detail.html:57
-#: ../src/templates/modules/packages/dependency-table.html:5
-msgid "Provides"
-msgstr ""
-
-#: ../src/templates/file-detail.html:63 ../src/templates/file-detail.html:69
-#: ../src/templates/modules/packages/dependency-table.html:7
-msgid "Requires"
-msgstr ""
-
-#: ../src/templates/file-detail.html:76
-#: ../src/templates/modules/packages/dependency-table.html:13
-msgid "Obsoletes"
-msgstr ""
-
-#: ../src/templates/file-detail.html:83
-#: ../src/templates/modules/packages/dependency-table.html:11
-msgid "Conflicts"
-msgstr ""
-
-#: ../src/templates/file-detail.html:90
-msgid "Build information"
-msgstr ""
-
-#: ../src/templates/file-detail.html:93
-msgid "ID"
-msgstr ""
-
-#: ../src/templates/file-detail.html:99
-#: ../src/templates/modules/jobs-table.html:6
-msgid "Host"
-msgstr ""
-
-#: ../src/templates/file-detail.html:105
-msgid "Time"
-msgstr ""
-
-#: ../src/templates/file-detail.html:111
-#: ../src/templates/search-results.html:71
-msgid "Files"
-msgstr ""
-
-#: ../src/templates/file-detail.html:118
-#: ../src/templates/packages/view-file.html:51
-msgid "Download file"
-msgstr ""
-
-#: ../src/templates/index.html:3
-msgid "Welcome to the Pakfire Build Service"
-msgstr ""
-
-#: ../src/templates/index.html:8
-#, c-format
-msgid "Welcome, %s!"
-msgstr ""
-
-#: ../src/templates/index.html:22
-msgid "Development powered by community!"
-msgstr ""
-
-#: ../src/templates/index.html:38
-msgid "Latest stable updates"
-msgstr ""
-
-#: ../src/templates/index.html:40
-msgid "Unstable updates"
-msgstr ""
-
-#: ../src/templates/index.html:42
-msgid "Testing updates"
-msgstr ""
-
-#: ../src/templates/index.html:59
-msgid "View more updates..."
-msgstr ""
-
-#: ../src/templates/index.html:70
-msgid "Build jobs"
-msgstr ""
-
-#: ../src/templates/index.html:76
-msgid "Show more build jobs"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:3 ../src/templates/jobs-abort.html:6
-#, c-format
-msgid "Abort build job %s"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:8
-msgid "You may abort a running build."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:9
-msgid "The build server will eventually stop to build the package."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:16 ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:58
-#: ../src/templates/modules/jobs/list.html:5
-msgid "Build job"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:25
-#: ../src/templates/modules/build-offset.html:5
-msgid "Start time"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:30
-msgid "No started, yet."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:38
-msgid "Build server"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:3
-msgid "Job buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:28
-#: ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:154
-msgid "Buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:41
-#, c-format
-msgid "The packages listed below were used to build %s."
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:52
-msgid "Buildroot size"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:56
-msgid "Download size"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:3
-#: ../src/templates/job-schedule-rebuild.html:29
-#, c-format
-msgid "Schedule rebuild for %s"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:24
-msgid "Schedule rebuild"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:35
-msgid "At this place, you can submit failed build jobs to be built again."
-msgstr ""
-
-#: ../src/templates/job-schedule-test.html:44
-msgid ""
-"Please note, that all other kinds of build are preferred over the test "
-"builds."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:3 ../src/templates/package-detail.html:118
-msgid "Job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:36
-msgid "Abort job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:42
-msgid "Restart job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:71
-msgid "Job has been aborted"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:73
-msgid ""
-"This build job is in an aborted state, because the build process crashed "
-"unexpectedly."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:74
-msgid ""
-"In most cases, there is no log file and you must figure out the issue on "
-"your own."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:77
-msgid "The error code is:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:80
-msgid "Segmentation violation"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:88
-msgid "You may resubmit the job to try again:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:89
-msgid "Re-submit build"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:110
-msgid "No builder assigned."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:117 ../src/templates/keys-list.html:32
-#: ../src/templates/modules/build-table.html:23
-msgid "Created"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:122
-#: ../src/templates/sessions/index.html:35
-msgid "Started"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:134
-msgid "ETA"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:144
-msgid "Build logs"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:148
-msgid "No logs available, yet."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:155
-#, c-format
-msgid "%s package"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:165
-msgid "Package files"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:3 ../src/templates/jobs-filter.html:21
-#: ../src/templates/jobs-index.html:18
-msgid "Filter jobs"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:16
-msgid "Filter"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:30 ../src/templates/jobs-filter.html:47
-msgid "[Choose one]"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:36
-msgid "Only show jobs, that have been built by this builder."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:53
-msgid "Only show jobs, with this architecture."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:59 ../src/templates/search-form.html:35
-#: ../src/templates/search-results.html:40
-msgid "Go!"
-msgstr ""
-
-#: ../src/templates/jobs-index.html:30
-#, c-format
-msgid "Showing only jobs from %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:37
-#, c-format
-msgid "Showing only builds that have been built on %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:45
-#, c-format
-msgid "Showing only jobs built for %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:3
-#, c-format
-msgid "Delete key %s"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:25 ../src/templates/keys-import.html:28
-msgid "Key"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:29
-#, c-format
-msgid "You are going to delete the key %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:41
-msgid "Delete key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:3 ../src/templates/keys-import.html:16
-#: ../src/templates/keys-import.html:39 ../src/templates/keys-list.html:106
-msgid "Import new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:21
-msgid "Import a new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:33
-msgid "Paste the key to import."
-msgstr ""
-
-#: ../src/templates/keys-list.html:21
-msgid "The keys are a very important component when it comes to security."
-msgstr ""
-
-#: ../src/templates/keys-list.html:22
-msgid ""
-"Each package in the Pakfire Build Service is signed to prove its "
-"authenticity."
-msgstr ""
-
-#: ../src/templates/keys-list.html:31
-msgid "Fingerprint"
-msgstr ""
-
-#: ../src/templates/keys-list.html:33
-msgid "Expires"
-msgstr ""
-
-#: ../src/templates/keys-list.html:51
-msgid "Lookup"
-msgstr ""
-
-#: ../src/templates/keys-list.html:55
-#: ../src/templates/modules/files-table.html:5
-#: ../src/templates/modules/packages-table.html:21
-#: ../src/templates/package-detail.html:152
-msgid "Download"
-msgstr ""
-
-#: ../src/templates/keys-list.html:75 ../src/templates/keys-list.html:77
-msgid "Subkey"
-msgstr ""
-
-#: ../src/templates/keys-list.html:90
-msgid "This key does not expire."
-msgstr ""
-
-#: ../src/templates/login.html:3 ../src/templates/login.html:7
-#: ../src/templates/login.html:34
-#: ../src/templates/modules/modal-build-comment.html:56
-msgid "Login"
-msgstr ""
-
-#: ../src/templates/login.html:12
-msgid "Login failed!"
-msgstr ""
-
-#: ../src/templates/login.html:13
-msgid "Username and/or password was wrong. Login failed."
-msgstr ""
-
-#: ../src/templates/login.html:22 ../src/templates/register.html:30
-#: ../src/templates/user-profile-edit.html:37
-#: ../src/templates/user-profile.html:37
-msgid "Username"
-msgstr ""
-
-#: ../src/templates/login.html:28 ../src/templates/register.html:67
-#: ../src/templates/user-profile-edit.html:101
-msgid "Password"
-msgstr ""
-
-#: ../src/templates/login.html:41
-msgid "You also might want to..."
-msgstr ""
-
-#: ../src/templates/login.html:44
-msgid "Register a new account."
-msgstr ""
-
-#: ../src/templates/login.html:47
-msgid "Recover your password."
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:3
-#, c-format
-msgid "Delete mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:25
-#, c-format
-msgid "Delete mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:29
-#, c-format
-msgid "You are going to delete the mirror %s."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:3
-#: ../src/templates/mirrors-detail.html:46
-#, c-format
-msgid "Mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:29
-msgid "Edit settings"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:37
-msgid "Delete mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:47
-#, c-format
-msgid "hosted by %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:75
-msgid "Status information"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:79
-msgid "Status"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:84
-#: ../src/templates/mirrors-list.html:45
-msgid "Last check"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:89
-msgid "Never"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:103
-msgid "View larger map"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:108
-msgid "The location of the mirror server is estimated by the IP address."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:112
-msgid "The location of the mirror server could not be estimated."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:3
-#, c-format
-msgid "Manage mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:25
-#, c-format
-msgid "Manage mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:37
-msgid "The canonical hostname."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:47
-msgid "Only enabled mirrors will be pushed out to the clients."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:54
-msgid "Contact information"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:57 ../src/templates/mirrors-list.html:43
-#: ../src/templates/modules/changelog/entry.html:48
-#: ../src/templates/uploads-list.html:25
-msgid "Owner"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:62
-msgid "The owner of the mirror server."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:68
-msgid "Contact address"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:73
-msgid "An email address to contact an administrator of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:75
-msgid "This won't be made public."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:24 ../src/templates/mirrors-new.html:3
-msgid "Add new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:36
-msgid "On this page, you will see a list of all mirror servers."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:64
-msgid "Up"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:68
-msgid "Down"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:90
-msgid "There are no mirrors configured, yet."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:16
-msgid "New mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:21
-msgid "Add a new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:34
-msgid "Enter the canonical hostname of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:40
-msgid "Path"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:46
-msgid "The path to the files on the server."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:52
-msgid "Create new mirror"
-msgstr ""
-
-#: ../src/templates/modules/builders/load.html:2
-msgid "Current load of the build cluster"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:4
-#: ../src/templates/package-properties.html:71
-#: ../src/templates/package-properties.html:82
-msgid "Critical path"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:9
-msgid "Release build"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:11
-#: ../src/templates/modules/changelog/entry.html:22
-msgid "Scratch build"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:8
-msgid "As soon as possible"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:9
-msgid "After 5 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:10
-msgid "After 15 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:11
-msgid "After one hour"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:12
-msgid "After one day"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:17
-msgid "Set the time after which the build job starts."
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:22
-msgid "Schedule build"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:3
-msgid "This build is broken!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:4
-msgid ""
-"This means that the package may cause severe damage on your system and/or "
-"does not work at all."
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:8
-msgid "This build is obsolete!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:9
-msgid "This means that this package has been replaced with a new one."
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:17
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-detail.html:50
-msgid "Repository"
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:83
-msgid "There are no builds to show at this place right now."
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:8
-#, c-format
-msgid "on %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:11
-#, c-format
-msgid "by %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:16
-msgid "Updated"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:22
-msgid "No comments so far."
-msgstr ""
-
-#: ../src/templates/modules/files-table.html:7
-msgid "Info"
-msgstr ""
-
-#: ../src/templates/modules/footer.html:5
-msgid ""
-"Pakfire is the buildsystem that is used to build the IPFire Linux firewall "
-"distribution."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:6
-msgid "It also installs and updates packages on the IPFire systems."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:11
-msgid "Code licensed under the GNU General Public License v3."
-msgstr ""
-
-#: ../src/templates/modules/jobs/list.html:7
-msgid "Runtime"
-msgstr ""
-
-#: ../src/templates/modules/jobs/status.html:9
-msgid "This build has got no jobs."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:4
-msgid "Arch"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:7
-msgid "Duration"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:19 ../src/web/ui_modules.py:325
-msgid "New"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:31 ../src/web/ui_modules.py:300
-msgid "Aborted"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:33
-msgid "Dependency error"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:47
-#, c-format
-msgid "Running since %s"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:51
-msgid "Not finished, yet."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:60
-#, c-format
-msgid "This package only supports %s."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:66
-msgid "No jobs, yet."
-msgstr ""
-
-#: ../src/templates/modules/log-entry-comment.html:22
-msgid "No comment given."
-msgstr ""
-
-#: ../src/templates/modules/log-entry.html:21
-msgid "You"
-msgstr ""
-
-#: ../src/templates/modules/log-table.html:23
-msgid "No log entries, yet."
-msgstr ""
-
-#: ../src/templates/modules/modal-base.html:25
-#: ../src/templates/user-forgot-password.html:49
-msgid "Submit"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:8
-#, c-format
-msgid "Comment on %s"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:10
-msgid "Log in to comment"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:26
-msgid "Vote"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:30
-msgid "Not tested."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:34
-msgid "Works for me."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:38
-msgid "Does not work."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:46
-msgid "You need to log in to comment."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:47
-msgid "Click on the button below to do so."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:54
-msgid "Submit comment"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:7
-#, c-format
-msgid "Push %s to a repository"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:15
-msgid "Not all jobs are finished!"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:16
-msgid ""
-"So it is <em>strongly</em> discouraged to push this build into the next "
-"repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:35
-msgid "The build will be put into this repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:44
-msgid "You are going to push this build into a new repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:45
-msgid ""
-"This means that the build won't be part of the repository it is currently in "
-"anymore."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:48
-msgid ""
-"Please make sure you tested this build well enough that it will keep up with "
-"the quality level of the target repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:6
-#, c-format
-msgid "Unpush %s from a repository"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:27
-msgid "You are going to unpush this build from its repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:28
-msgid ""
-"This means that the build won't be installable from this repository anymore."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:33
-msgid ""
-"If you consider this build being obsolete or broken, please don't forget to "
-"mark it so."
-msgstr ""
-
-#: ../src/templates/modules/package-header.html:19
-msgid "Group"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:9
-msgid "Pre-requires"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:15
-msgid "Recommends"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:17
-msgid "Suggests"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:5
-#, c-format
-msgid "added %s"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:10
-msgid "Run"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:12
-msgid "Remove action"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:19
-msgid "%(credits)s more credit needed."
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:21
-msgid "No more credits needed."
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:25
-#, c-format
-msgid "Maintainer: %s"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:28
-msgid "Go to package description"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:5
-msgid "No. of builds"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:6
-#: ../src/templates/repository-detail.html:44
-msgid "Enabled for builds"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:21
-#: ../src/templates/repository-detail.html:68
-#: ../src/templates/user-profile.html:136
-msgid "Yes"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:23
-#: ../src/templates/repository-detail.html:70
-#: ../src/templates/user-profile.html:138
-msgid "No"
-msgstr ""
-
-#: ../src/templates/modules/select/locale.html:2
-#: ../src/templates/modules/select/timezone.html:2
-msgid "Auto-select"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:5
-msgid "No. of commits"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:6
-msgid "Latest commit"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:14
-#, c-format
-msgid "Branch: %s"
-msgstr ""
-
-#: ../src/templates/modules/updates-table.html:18
-msgid "Score:"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:2
-msgid "Watchers"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:7
-#: ../src/templates/modules/watchers-sidebar-table.html:36
-msgid "You."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:9
-msgid "You and one other."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:11
-#, c-format
-msgid "You and %s others."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:14
-msgid "One person."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:27
-msgid ""
-"All users who watch this build will be automatically notified about status "
-"changes and comments."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:28
-msgid "This is an easy way of staying up to date."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:48
-msgid "Nobody watches this build, yet. Be the first one."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:56
-msgid "Watch this build"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:58
-msgid "Add a watcher"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:62
-msgid "Close"
-msgstr ""
-
-#: ../src/templates/package-detail.html:42
-msgid "Development package"
-msgstr ""
-
-#: ../src/templates/package-detail.html:45
-msgid "Debuginfo package"
-msgstr ""
-
-#: ../src/templates/package-detail.html:64
-msgid "Homepage"
-msgstr ""
-
-#: ../src/templates/package-detail.html:88
-msgid "Build time"
-msgstr ""
-
-#: ../src/templates/package-detail.html:130
-msgid "%(size)s when installed"
-msgstr ""
-
-#: ../src/templates/package-detail.html:162
-msgid "Build dependencies"
-msgstr ""
-
-#: ../src/templates/package-detail.html:164
-msgid "Dependencies"
-msgstr ""
-
-#: ../src/templates/package-detail.html:173
-msgid "Filelist"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:25
-#: ../src/templates/packages/builds/times.html:20
-#: ../src/templates/packages/builds/times.html:41
-msgid "Build times"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:58
-msgid "File new bug"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:61
-msgid "Show all bugs"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:66
-msgid "Open bugs"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:76
-msgid "Full changelog"
-msgstr ""
-
-#: ../src/templates/package-properties.html:20
-msgid "Properties"
-msgstr ""
-
-#: ../src/templates/package-properties.html:32
-msgid "Maintainers"
-msgstr ""
-
-#: ../src/templates/package-properties.html:37
-#: ../src/templates/package-properties.html:47
-msgid "Default priority"
-msgstr ""
-
-#: ../src/templates/package-properties.html:39
-msgid ""
-"A big benefit of the Pakfire Build Service is, that builds are available to "
-"end-users in a very short time."
-msgstr ""
-
-#: ../src/templates/package-properties.html:40
-msgid ""
-"Some packages might need some extra boost if the build servers are very busy."
-msgstr ""
-
-#: ../src/templates/package-properties.html:43
-msgid "You may set a default priority for all builds of this package."
-msgstr ""
-
-#: ../src/templates/package-properties.html:73
-msgid ""
-"A package that belongs to the critical path is a package that plays a very "
-"essential role in the distribution."
+msgid "Size"
msgstr ""
-#: ../src/templates/package-properties.html:74
-msgid ""
-"If such a package is broken, it may not be possible to boot or recover the "
-"system anymore, so we need to be extra sure that these packages work."
+msgid "Hash"
msgstr ""
-#: ../src/templates/package-properties.html:77
-msgid ""
-"If this package is marked to belong to the critical path, it will need a "
-"higher score to pass to the next repository and more."
+msgid "Provides"
msgstr ""
-#: ../src/templates/package-properties.html:78
-msgid "Learn more."
+msgid "Requires"
msgstr ""
-#: ../src/templates/package-properties.html:86
-msgid "This package belongs to the critical path"
+msgid "Obsoletes"
msgstr ""
-#: ../src/templates/packages/builds/scratch.html:35
-msgid "There are no scratch builds for this package."
+msgid "Conflicts"
msgstr ""
-#: ../src/templates/packages/builds/times.html:3
-msgid "Package build times"
+msgid "Build information"
msgstr ""
-#: ../src/templates/packages/builds/times.html:34
-msgid "This table shows you how long this package normally takes to be built."
+msgid "ID"
msgstr ""
-#: ../src/templates/packages/builds/times.html:45
-msgid "Average"
+msgid "Host"
msgstr ""
-#: ../src/templates/packages/builds/times.html:46
-msgid "Maximum"
+msgid "Time"
msgstr ""
-#: ../src/templates/packages/builds/times.html:47
-msgid "Minimum"
+msgid "Files"
msgstr ""
-#: ../src/templates/packages/builds/times.html:48
-msgid "Total"
+msgid "Download file"
msgstr ""
-#: ../src/templates/packages/changelog.html:3
-#, c-format
-msgid "Changelog of %s"
+msgid "Welcome!"
msgstr ""
-#: ../src/templates/packages/changelog.html:20
-#: ../src/templates/packages/changelog.html:26
-msgid "Changelog"
+msgid "Development Powered By Community"
msgstr ""
-#: ../src/templates/packages-list.html:3 ../src/templates/packages-list.html:17
-msgid "Package list"
+msgid "Current Jobs"
msgstr ""
-#: ../src/templates/packages-list.html:23
-msgid ""
-"This is an alphabetically ordered list of all packages in the distribution."
+msgid "One Job In Queue"
+msgid_plural "%(num)s Jobs In Queue"
+msgstr[0] ""
+msgstr[1] ""
+
+#, c-format
+msgid "Abort build job %s"
msgstr ""
-#: ../src/templates/packages-list.html:24
-msgid "Click on a link to see further information about the package."
+msgid "You may abort a running build."
msgstr ""
-#: ../src/templates/packages-list.html:31
-msgid "Selection"
+msgid "The build server will eventually stop to build the package."
msgstr ""
-#: ../src/templates/packages-list.html:36
-msgid "Show broken packages"
+msgid "Build job"
msgstr ""
-#: ../src/templates/packages-list.html:39
-msgid "Show all packages"
+msgid "Start time"
msgstr ""
-#: ../src/templates/packages/view-file.html:3
-msgid "View %(filename)s from %(pkg)s"
+msgid "No started, yet."
msgstr ""
-#: ../src/templates/packages/view-file.html:36
-msgid "View file"
+msgid "Build server"
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Mimetype: %s"
+msgid "Job buildroot"
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Size: %s"
+msgid "Buildroot"
msgstr ""
-#: ../src/templates/register-activation-fail.html:3
-msgid "Account activation failed"
+msgid "Buildroot size"
msgstr ""
-#: ../src/templates/register-activation-fail.html:12
-#: ../src/templates/register-activation-success.html:12
-msgid "Account activation"
+msgid "Download size"
msgstr ""
-#: ../src/templates/register-activation-fail.html:17
-msgid "Activation failed"
+#, c-format
+msgid "The packages listed below were used to build %s."
msgstr ""
-#: ../src/templates/register-activation-fail.html:23
-#: ../src/templates/register-fail.html:6
-#: ../src/templates/user-profile-edit-fail.html:6
-msgid "We are sorry."
+msgid "Log In"
msgstr ""
-#: ../src/templates/register-activation-fail.html:24
-msgid "The activation of your account has failed."
+msgid "Login failed"
msgstr ""
-#: ../src/templates/register-activation-fail.html:25
-msgid "Possibly the registration code is wrong or your registration timed out."
+#, c-format
+msgid "Delete mirror %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:3
-msgid "Account activation successful"
+#, c-format
+msgid "Delete mirror: %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:17
-msgid "Activation successful"
+#, c-format
+msgid "You are going to delete the mirror %s."
msgstr ""
-#: ../src/templates/register-activation-success.html:23
#, c-format
-msgid "Your account has been activated, %s."
+msgid "Mirror: %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:24
-msgid "Have fun!"
+msgid "Add new mirror"
msgstr ""
-#: ../src/templates/register-fail.html:4
-msgid "Registration failed"
+msgid "Edit settings"
msgstr ""
-#: ../src/templates/register-fail.html:7
-msgid "We could not create your requested account."
+msgid "Delete mirror"
msgstr ""
-#: ../src/templates/register-fail.html:17
-#: ../src/templates/user-profile-edit-fail.html:17
-msgid ""
-"Use the back button on your web browser to go back to the previous page and "
-"correct your submission."
+msgid "General"
msgstr ""
-#: ../src/templates/register.html:3 ../src/templates/register.html:18
-msgid "Register a new account"
+msgid "Location"
msgstr ""
-#: ../src/templates/register.html:12
-msgid "Register new account"
+msgid "The location of the mirror server could not be estimated."
msgstr ""
-#: ../src/templates/register.html:19
-msgid "Join the community!"
+msgid "Status information"
msgstr ""
-#: ../src/templates/register.html:26
-msgid "Registration form"
+msgid "Status"
msgstr ""
-#: ../src/templates/register.html:35
-msgid "Must be a unique name you login with."
+msgid "HTTP Response Code"
msgstr ""
-#: ../src/templates/register.html:41 ../src/templates/user-profile-edit.html:60
-msgid "Email address"
+msgid "Last sync"
msgstr ""
-#: ../src/templates/register.html:46
-msgid "Type in your email address, which is used to verify the account."
+msgid "Last check"
msgstr ""
-#: ../src/templates/register.html:52
-msgid "Real name (optional)"
+msgid "Never"
msgstr ""
-#: ../src/templates/register.html:57
-msgid "Type you firstname and your lastname here."
+msgid "Average Response Time"
msgstr ""
-#: ../src/templates/register.html:64
-msgid "Account security"
+#, c-format
+msgid "Manage mirror %s"
msgstr ""
-#: ../src/templates/register.html:72
-#: ../src/templates/user-profile-edit.html:106
-msgid ""
-"The password is used to secure the login and must be at least 8 characters."
+msgid "Manage"
msgstr ""
-#: ../src/templates/register.html:78
-msgid "Confirm password"
+#, c-format
+msgid "Manage mirror: %s"
msgstr ""
-#: ../src/templates/register.html:83
-msgid "Pick a password that is as strong as possible."
+msgid "The canonical hostname."
msgstr ""
-#: ../src/templates/register.html:84
-msgid "Don't login at unsecure places where people could spy on your password."
+msgid "Check if this mirror server supports HTTPS."
msgstr ""
-#: ../src/templates/register.html:91
-msgid "Sign up!"
+msgid "Contact information"
msgstr ""
-#: ../src/templates/register-success.html:4
-msgid "Registration successful"
+msgid "Owner"
msgstr ""
-#: ../src/templates/register-success.html:6
-#, c-format
-msgid "Your new account has been created, %s."
+msgid "The owner of the mirror server."
msgstr ""
-#: ../src/templates/register-success.html:7
-msgid ""
-"To complete the activation, follow the instructions that were sent to you in "
-"an activation email."
+msgid "Contact address"
msgstr ""
-#: ../src/templates/repository-detail.html:30
-msgid "Stable repository"
+msgid "An email address to contact an administrator of the mirror."
msgstr ""
-#: ../src/templates/repository-detail.html:34
-msgid "Unstable repository"
+msgid "This won't be made public."
msgstr ""
-#: ../src/templates/repository-detail.html:38
-msgid "Testing repository"
+msgid "Save changes"
msgstr ""
-#: ../src/templates/repository-detail.html:65
-msgid "Repository is enabled for builds?"
+msgid "On this page, you will see a list of all mirror servers."
msgstr ""
-#: ../src/templates/repository-detail.html:76
-#: ../src/templates/repository-detail.html:151
-msgid "Obsolete builds"
+msgid "Up"
msgstr ""
-#: ../src/templates/repository-detail.html:85
-msgid "Total build time"
+msgid "Out Of Sync"
msgstr ""
-#: ../src/templates/repository-detail.html:99
-msgid ""
-"The table above shows how long it took to build all packages in this "
-"repository."
+msgid "Down"
msgstr ""
-#: ../src/templates/repository-detail.html:126
-msgid "Unpushed builds"
+msgid "There are no mirrors configured, yet."
msgstr ""
-#: ../src/templates/repository-detail.html:128
-msgid ""
-"These builds were already put into this repository, but were not pushed out "
-"to the mirror servers, yet."
+msgid "New mirror"
msgstr ""
-#: ../src/templates/repository-detail.html:139
-msgid "Builds in this repository"
+msgid "Add a new mirror"
msgstr ""
-#: ../src/templates/repository-edit.html:3
-#: ../src/templates/repository-edit.html:7
-#, c-format
-msgid "Edit repository %s"
+msgid "Enter the canonical hostname of the mirror."
msgstr ""
-#: ../src/templates/repository-edit.html:20
-msgid "The name of the repository."
+msgid "Path"
msgstr ""
-#: ../src/templates/repository-edit.html:21
-msgid "Must only contain of the lowercase characters."
+msgid "The path to the files on the server."
msgstr ""
-#: ../src/templates/repository-edit.html:33
-msgid "Score settings"
+msgid "Create new mirror"
msgstr ""
-#: ../src/templates/repository-edit.html:35
-msgid "These settings configure the automatic score feature."
+msgid "Release build"
msgstr ""
-#: ../src/templates/repository-edit.html:36
-msgid ""
-"Builds that gained a certain score are moved to the next repository "
-"automatically and removed if the score is too bad."
+msgid "Scratch build"
msgstr ""
-#: ../src/templates/repository-edit.html:40
-msgid "Needed score"
+msgid "As soon as possible"
msgstr ""
-#: ../src/templates/repository-edit.html:45
-msgid ""
-"The score that is needed for builds to automatically be moved into this "
-"repository."
+msgid "After 5 minutes"
msgstr ""
-#: ../src/templates/repository-edit.html:49
-msgid "Minimum time"
+msgid "After 15 minutes"
msgstr ""
-#: ../src/templates/repository-edit.html:54
-msgid "Every build must stay a minimum time in a repository."
+msgid "After one hour"
msgstr ""
-#: ../src/templates/repository-edit.html:55
-msgid "This is to ensure that a package gets tested well."
+msgid "After one day"
msgstr ""
-#: ../src/templates/repository-edit.html:56
-#: ../src/templates/repository-edit.html:67
-msgid "Enter zero to disable the feature."
+msgid "Set the time after which the build job starts."
msgstr ""
-#: ../src/templates/repository-edit.html:60
-msgid "Maximum time"
+msgid "Schedule build"
msgstr ""
-#: ../src/templates/repository-edit.html:65
-msgid ""
-"If a build is more than a certain amount of time in a repository, it will "
-"automatically be removed."
+msgid "This build is broken!"
msgstr ""
-#: ../src/templates/repository-edit.html:66
-msgid "This is to ensure that packages are not forgotten to be pushed."
+msgid ""
+"This means that the package may cause severe damage on your system and/or "
+"does not work at all."
msgstr ""
-#: ../src/templates/repository-edit.html:73
-msgid "Build settings"
+msgid "This build is obsolete!"
msgstr ""
-#: ../src/templates/repository-edit.html:76
-msgid "Use package for builds?"
+msgid "This means that this package has been replaced with a new one."
msgstr ""
-#: ../src/templates/repository-edit.html:81
-msgid "Should the package be selected for builds by default?"
+msgid "Repository"
msgstr ""
-#: ../src/templates/repository-edit.html:82
-#: ../src/templates/user-impersonation.html:21
-msgid "Use with caution!"
+msgid "Created"
msgstr ""
-#: ../src/templates/search-form.html:3
-msgid "Advanced search"
+msgid "In repository since"
msgstr ""
-#: ../src/templates/search-form.html:18
-#, c-format
-msgid "No results for '%s'."
+msgid "Can be moved forward"
msgstr ""
-#: ../src/templates/search-form.html:26
-msgid "Type a search pattern into the box below and hit the button."
+msgid "There are no builds to show at this place right now."
msgstr ""
-#: ../src/templates/search-form.html:46
-msgid "Search for packages by name or description"
+msgid "Subject"
msgstr ""
-#: ../src/templates/search-form.html:48
-msgid ""
-"If you type a package name to the search box you will get a link to the "
-"package."
+msgid "Download"
msgstr ""
-#: ../src/templates/search-form.html:49
-msgid "The search is performed in case insensitive mode."
+msgid "Info"
msgstr ""
-#: ../src/templates/search-form.html:58
-msgid "Search for UUIDs"
+msgid "Arch"
msgstr ""
-#: ../src/templates/search-form.html:60
-msgid ""
-"If you type a UUID to the search box, you will be directed to the job, build "
-"or package it belongs to."
+msgid "Duration"
msgstr ""
-#: ../src/templates/search-form.html:61
-msgid ""
-"This is a handy feature if you have a UUID and search for the corresponding "
-"package or build."
+msgid "Pending"
msgstr ""
-#: ../src/templates/search-form.html:64 ../src/templates/search-form.html:80
-msgid "Examples"
+msgid "Failed"
msgstr ""
-#: ../src/templates/search-form.html:73
-msgid "Search for files"
+msgid "Dispatching"
msgstr ""
-#: ../src/templates/search-form.html:75
-msgid "You may also search for file names."
+msgid "Finished"
msgstr ""
-#: ../src/templates/search-form.html:76
-msgid "You will get a list of packages that contain the file."
+msgid "Running"
msgstr ""
-#: ../src/templates/search-form.html:77
-msgid ""
-"The search pattern must start with a slash that it will be recognized as a "
-"file."
+msgid "Aborted"
msgstr ""
-#: ../src/templates/search-results.html:3
-#: ../src/templates/search-results.html:22
#, c-format
-msgid "Search results for '%s'"
+msgid "Running since %s"
msgstr ""
-#: ../src/templates/search-results.html:12
-msgid "Search results"
+msgid "Not finished, yet."
msgstr ""
-#: ../src/templates/search-results.html:28
-msgid "No results found."
+#, c-format
+msgid "This package only supports %s."
msgstr ""
-#: ../src/templates/search-results.html:30
-msgid "Visit the advanced search page to find about how to define your query."
+msgid "No jobs, yet."
msgstr ""
-#: ../src/templates/search-results.html:75
#, c-format
-msgid "%s was found in the following package."
-msgstr ""
-
-#: ../src/templates/sessions/index.html:36
-msgid "Valid until"
+msgid "Finished %s"
msgstr ""
-#: ../src/templates/sessions/index.html:37
-msgid "Last seen at"
+#, c-format
+msgid "on %s"
msgstr ""
-#: ../src/templates/source-list.html:3
-msgid "Sources repositories"
+msgid "This build has got no jobs."
msgstr ""
-#: ../src/templates/source-list.html:17
-msgid "Add source repository"
+msgid "No comment given."
msgstr ""
-#: ../src/templates/source-list.html:18
-msgid "Blah 123"
+msgid "You"
msgstr ""
-#: ../src/templates/statistics/index.html:11
-msgid ""
-"On this page, you will find a lot of information bundled in graphs and "
-"figures."
+msgid "No log entries, yet."
msgstr ""
-#: ../src/templates/statistics/index.html:12
-msgid ""
-"They give a very quick overview about what is going on in the build service."
+msgid "Submit"
msgstr ""
-#: ../src/templates/statistics/index.html:18
#, c-format
-msgid "The average build time is %.1f minutes."
+msgid "Comment on %s"
msgstr ""
-#: ../src/templates/statistics/index.html:21
-msgid "There are %(builds_count)s builds containing %(jobs_count_all)s jobs."
+msgid "Log in to comment"
msgstr ""
-#: ../src/templates/updates-index.html:3
-msgid "Updates"
+msgid "Comment"
msgstr ""
-#: ../src/templates/updates-index.html:6
-msgid "Coming soon..."
+msgid "Vote"
msgstr ""
-#: ../src/templates/uploads-list.html:24
-msgid "Filename"
+msgid "Not tested."
msgstr ""
-#: ../src/templates/uploads-list.html:26
-msgid "Filesize"
+msgid "Works for me."
msgstr ""
-#: ../src/templates/uploads-list.html:27
-msgid "Time running"
+msgid "Does not work."
msgstr ""
-#: ../src/templates/uploads-list.html:44
-msgid "No owner."
+msgid "You need to log in to comment."
msgstr ""
-#: ../src/templates/uploads-list.html:74
-msgid "There are currently no uploads running."
+msgid "Click on the button below to do so."
msgstr ""
-#: ../src/templates/user-comments.html:4
-msgid "Latest user comments"
+msgid "Submit comment"
msgstr ""
-#: ../src/templates/user-comments.html:12
-msgid "Show all users"
+msgid "Login"
msgstr ""
-#: ../src/templates/user-delete.html:4
#, c-format
-msgid "Delete user %s"
+msgid "Push %s to a repository"
msgstr ""
-#: ../src/templates/user-delete.html:8
-msgid "Do you really want to delete your own account?"
+msgid "Not all jobs are finished!"
msgstr ""
-#: ../src/templates/user-delete.html:9
-msgid "You won't be able to login and use this service any more."
+msgid ""
+"So it is <em>strongly</em> discouraged to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/user-delete.html:11
-#, c-format
-msgid "Do you really want to delete the user %s?"
+msgid "The build will be put into this repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:3
-#: ../src/templates/user-forgot-password.html:12
-#: ../src/templates/user-forgot-password.html:17
-msgid "Forgot password"
+msgid "You are going to push this build into a new repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:22
-msgid "Work in progress!"
+msgid ""
+"This means that the build won't be part of the repository it is currently in "
+"anymore."
msgstr ""
-#: ../src/templates/user-forgot-password.html:28
-msgid "You have forgotten you password, eh? Shame on you."
+msgid ""
+"Please make sure you tested this build well enough that it will keep up with "
+"the quality level of the target repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:29
-msgid "However, we allow to re-activate your account."
+#, c-format
+msgid "Unpush %s from a repository"
msgstr ""
-#: ../src/templates/user-forgot-password.html:32
-msgid "You need to enter your username below."
+msgid "You are going to unpush this build from its repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:33
-msgid "After that, you will receive an email with intructions how to go on."
+msgid ""
+"This means that the build won't be installable from this repository anymore."
msgstr ""
-#: ../src/templates/user-forgot-password.html:42
-msgid "Your username"
+msgid ""
+"If you consider this build being obsolete or broken, please don't forget to "
+"mark it so."
msgstr ""
-#: ../src/templates/user-impersonation.html:3
+msgid "Group"
+msgid_plural "Groups"
+msgstr[0] ""
+msgstr[1] ""
+
#, c-format
-msgid "Impersonate user %s"
+msgid "added %s"
msgstr ""
-#: ../src/templates/user-impersonation.html:7
-msgid "User impersonation"
+msgid "Run"
msgstr ""
-#: ../src/templates/user-impersonation.html:17
-msgid ""
-"When impersonating another user, every action you perform will be taking "
-"place as if you had logged in as the user whom will be impersonating."
+msgid "Remove action"
msgstr ""
-#: ../src/templates/user-impersonation.html:22
-msgid ""
-"This is a very powerful feature. You should be very careful while using it."
-msgstr ""
+msgid "One more score needed."
+msgid_plural "%(score)s more scores needed."
+msgstr[0] ""
+msgstr[1] ""
-#: ../src/templates/user-list.html:3
-msgid "User list"
+msgid "No more scores needed."
msgstr ""
-#: ../src/templates/user-profile-builds.html:3
-#: ../src/templates/user-profile-builds.html:7
#, c-format
-msgid "Builds by %s"
+msgid "Maintainer: %s"
msgstr ""
-#: ../src/templates/user-profile-edit-fail.html:4
-msgid "Edit failed"
+msgid "Go to package description"
msgstr ""
-#: ../src/templates/user-profile-edit-fail.html:7
-msgid "The user profile cannot be saved."
+msgid "Auto-select"
msgstr ""
-#: ../src/templates/user-profile-edit.html:3
-#: ../src/templates/user-profile-edit.html:26
-#, c-format
-msgid "Edit user profile: %s"
+msgid "No. of commits"
msgstr ""
-#: ../src/templates/user-profile-edit.html:34
-msgid "User Identity"
+msgid "Latest commit"
msgstr ""
-#: ../src/templates/user-profile-edit.html:48
-msgid "Real name"
+#, c-format
+msgid "Branch: %s"
msgstr ""
-#: ../src/templates/user-profile-edit.html:54
-msgid ""
-"This field is optional, but we appreciate it very much if you type in your "
-"real name."
+msgid "You."
msgstr ""
-#: ../src/templates/user-profile-edit.html:66
-msgid ""
-"If the email address is changed, your account will be disabled until you "
-"confirm the new email address."
+msgid "You and one other."
msgstr ""
-#: ../src/templates/user-profile-edit.html:74
-msgid "Admin actions"
+#, c-format
+msgid "You and %s others."
msgstr ""
-#: ../src/templates/user-profile-edit.html:82
-#: ../src/templates/user-profile.html:52
-msgid "Tester"
+msgid "One person."
+msgid_plural "%(num)s people."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid ""
+"All users who watch this build will be automatically notified about status "
+"changes and comments."
msgstr ""
-#: ../src/templates/user-profile-edit.html:85
-#: ../src/templates/user-profile.html:50
-msgid "Admin"
+msgid "This is an easy way of staying up to date."
msgstr ""
-#: ../src/templates/user-profile-edit.html:90
-msgid "Define the permissions of the user."
+msgid "Nobody watches this build, yet. Be the first one."
msgstr ""
-#: ../src/templates/user-profile-edit.html:98
-msgid "Account security settings"
+msgid "Watch this build"
msgstr ""
-#: ../src/templates/user-profile-edit.html:112
-#: ../src/templates/user-profile-passwd.html:84
-msgid "Confirm"
+msgid "Add a watcher"
msgstr ""
-#: ../src/templates/user-profile-edit.html:117
-msgid "Leave the password fields empty to keep the current password."
+msgid "Close"
msgstr ""
-#: ../src/templates/user-profile-edit.html:124
-msgid "Locale & timezone settings"
+msgid "Properties"
msgstr ""
-#: ../src/templates/user-profile-edit.html:127
-msgid "Preferred language"
+msgid "Maintainers"
msgstr ""
-#: ../src/templates/user-profile-edit.html:132
-msgid "Auto-detect will use the language transmitted by your browser."
+msgid "Default priority"
msgstr ""
-#: ../src/templates/user-profile-edit.html:138
-msgid "Timezone"
+msgid ""
+"A big benefit of the Pakfire Build Service is, that builds are available to "
+"end-users in a very short time."
msgstr ""
-#: ../src/templates/user-profile-edit.html:143
-msgid "Auto-detect will use the timezone transmitted by your browser."
+msgid ""
+"Some packages might need some extra boost if the build servers are very busy."
msgstr ""
-#: ../src/templates/user-profile-edit.html:150
-msgid "Save"
+msgid "You may set a default priority for all builds of this package."
msgstr ""
-#: ../src/templates/user-profile.html:23
-msgid "View comments"
+msgid "Very high"
msgstr ""
-#: ../src/templates/user-profile.html:41
-msgid "Email"
+msgid "High"
msgstr ""
-#: ../src/templates/user-profile.html:61
-msgid "Registered"
+msgid "Medium"
msgstr ""
-#: ../src/templates/user-profile.html:80
-msgid "Edit profile"
+msgid "Low"
msgstr ""
-#: ../src/templates/user-profile.html:86
-#: ../src/templates/user-profile-passwd.html:3
-#: ../src/templates/user-profile-passwd.html:20
-#: ../src/templates/user-profile-passwd.html:25
-#: ../src/templates/user-profile-passwd.html:95
-#: ../src/templates/user-profile-passwd-ok.html:20
-msgid "Change password"
+msgid "Very low"
msgstr ""
-#: ../src/templates/user-profile.html:94
-msgid "Delete account"
+msgid "Critical path"
msgstr ""
-#: ../src/templates/user-profile.html:101
-msgid "Impersonate user"
+msgid ""
+"A package that belongs to the critical path is a package that plays a very "
+"essential role in the distribution."
msgstr ""
-#: ../src/templates/user-profile.html:121
-msgid "Permissions"
+msgid ""
+"If such a package is broken, it may not be possible to boot or recover the "
+"system anymore, so we need to be extra sure that these packages work."
msgstr ""
-#: ../src/templates/user-profile.html:125
-msgid "This user has administration rights."
+msgid ""
+"If this package is marked to belong to the critical path, it will need a "
+"higher score to pass to the next repository and more."
msgstr ""
-#: ../src/templates/user-profile.html:132
-msgid "User is allowed to create scratch builds?"
+msgid "Learn more."
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:4
-msgid "Edit successful"
+msgid "Open Bugs In This Package"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:6
-msgid "The user profile was successfully altered."
+msgid "Show All Bugs"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:7
-msgid ""
-"But as you have changed the email address, you need to re-activate the "
-"account."
+msgid "File A New Bug"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:8
-msgid "Have a look at you mailbox - you already do know what to do."
+msgid "Download Package"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:32
-msgid "You are going to change your password."
+#, c-format
+msgid "Build from %s"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:35
-msgid ""
-"To do so, you need to enter your current password and the new password twice."
+msgid "Filelist"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:39
#, c-format
-msgid "In this dialog, you may change the password of %s."
+msgid "Download (%s)"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:61
-msgid "Old password"
+msgid "Job Queue"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:66
-msgid "Please provide your old password."
+#, c-format
+msgid "Builds in %s"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:73
-msgid "New password"
+msgid "Create"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:78
-msgid "Choose a new password. Make sure that it is as strong as possible."
+msgid "- Select -"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:89
-msgid "Confirm the new password."
+msgid "Create Repository"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:3
-#: ../src/templates/user-profile-passwd-ok.html:29
-msgid "Password changed"
+msgid "Describe what this repository will contain"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:24
-msgid "Done!"
+msgid "Priority"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:37
-msgid "Your password has successfully been changed."
+msgid "Listed"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:41
-#, c-format
-msgid "The password of %s has successfully been changed."
+msgid "By unchecking this box, you can hide this repository from being listed"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:46
-msgid "Ok"
+msgid "Enable Mirroring"
msgstr ""
-#: ../src/web/handlers_auth.py:65
-msgid "No username provided."
+msgid "If enabled, this repository will be made available on mirror servers"
msgstr ""
-#: ../src/web/handlers_auth.py:67
-msgid "The given username is already taken."
+msgid "Download Configuration"
msgstr ""
-#: ../src/web/handlers_auth.py:70 ../src/web/handlers_users.py:177
-msgid "No email address provided."
+msgid "Search"
msgstr ""
-#: ../src/web/handlers_auth.py:72 ../src/web/handlers_users.py:179
-msgid "Email address is invalid."
+#, c-format
+msgid "We could not find anything for '%s'"
msgstr ""
-#: ../src/web/handlers_auth.py:74
-msgid "The given email address is already used for another account."
+msgid "Go!"
msgstr ""
-#: ../src/web/handlers_auth.py:78
-msgid "No password provided."
+msgid "Sources repositories"
msgstr ""
-#: ../src/web/handlers_auth.py:80 ../src/web/handlers_users.py:185
-msgid "Passwords do not match."
+msgid "Source repositories"
msgstr ""
-#: ../src/web/handlers_auth.py:84
-msgid "Your password is too weak."
+msgid "Add source repository"
msgstr ""
-#: ../src/web/handlers_builds.py:368
-msgid "User not found."
+msgid "Blah 123"
msgstr ""
-#: ../src/web/handlers_users.py:112
-msgid "You need to enter you current password."
+msgid "Delete User"
msgstr ""
-#: ../src/web/handlers_users.py:115
-msgid "The provided account password is wrong."
+msgid "Are you sure you want to delete your account?"
msgstr ""
-#: ../src/web/handlers_users.py:124
-msgid "The given passwords do not match."
+#, c-format
+msgid "Are you sure you want to delete the user '%s'?"
msgstr ""
-#: ../src/web/handlers_users.py:126
-msgid "The password was blank."
+msgid "Edit User"
msgstr ""
-#: ../src/web/handlers_users.py:130
-msgid "The given password is too weak."
+#, c-format
+msgid "Send an Email to %s"
msgstr ""
-#: ../src/web/handlers_users.py:183
-msgid "Password has less than 8 characters."
+msgid "Quota"
msgstr ""
-#: ../src/web/__init__.py:327
#, python-format
msgid "%(min)d min"
msgstr ""
-#: ../src/web/__init__.py:329
#, python-format
msgid "%(hrs)d:%(min)02d hrs"
msgstr ""
-#: ../src/web/__init__.py:336
-#, python-format
-msgid "%dh"
+msgid "User not found."
msgstr ""
-#: ../src/web/__init__.py:340
-#, python-format
-msgid "%dm"
+msgid "Recommends"
msgstr ""
-#: ../src/web/__init__.py:342
-#, python-format
-msgid "%ds"
+msgid "Suggests"
msgstr ""
-#: ../src/web/ui_modules.py:172
msgid "Today"
msgstr ""
-#: ../src/web/ui_modules.py:177
msgid "Yesterday"
msgstr ""
-#: ../src/web/ui_modules.py:305
-msgid "Dependency problem"
+msgid "Uploading"
msgstr ""
-#: ../src/web/ui_modules.py:346
#, python-format
msgid "Unknown: %s"
msgstr ""
msgstr ""
"Project-Id-Version: IPFire Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-06 16:39+0100\n"
+"POT-Creation-Date: 2022-10-12 13:55+0000\n"
"PO-Revision-Date: 2013-02-21 09:39+0000\n"
"Last-Translator: WhyTea <whytea@ipfire.org>\n"
"Language-Team: German (http://www.transifex.com/projects/p/ipfire/language/"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../src/buildservice/builds.py:1109
-#, python-format
-msgid "%(user_name)s commented on %(build_name)s"
-msgstr "%(user_name)s kommentierte %(build_name)s"
-
-#: ../src/buildservice/constants.py:56
-#, python-format
-msgid "[%(build_name)s] Build job failed."
-msgstr "[%(build_name)s] Buildjob fehlgeschlagen."
-
-#: ../src/buildservice/constants.py:57
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has failed.\n"
-"\n"
-"This could have a couple of reasons and needs to be investigated by you.\n"
-"\n"
-"Here is more information about the incident:\n"
-"\n"
-" Build name: %(build_name)s\n"
-" Build host: %(build_host)s\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-"Der Build Job \"%(build_name)s\" ist fehlgeschlagen.\n"
-"\n"
-"Dies kann unterschiedliche Ursachen haben und sollte näher von Dir "
-"untersucht werden.\n"
-"\n"
-"Hier sind weitere Informationen zu dem Vorfall:\n"
-"\n"
-"Build Name: %(build_name)s\n"
-"Build Host: %(build_host)s\n"
-"\n"
-"Klicken Sie auf diesen Link um alle Details über den Build zu erhalten: "
-"https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Mit freundlichen Grüßen\n"
-"\n"
-"Der Pakfire Build Service"
-
-#: ../src/buildservice/constants.py:74
-#, python-format
-msgid "[%(build_name)s] Build job finished."
-msgstr "[%(build_name)s] Buildjob erfolgreich."
-
-#: ../src/buildservice/constants.py:75
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has finished.\n"
-"\n"
-"If you are the maintainer, it is up to you to push it to one or more "
-"repositories.\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-"Der Build Job \"%(build_name)s\" wurde beendet.\n"
-"\n"
-"Bist Du der Maintainer, ist es nun an Dir, den Build in ein oder mehrere "
-"Repositories zu verschieben.\n"
-"\n"
-"Klicke auf diesen Link um alle Details über den Build zu sehen:\n"
-"https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Grüße,\n"
-"Der Packfire Build Service"
-
-#: ../src/buildservice/logs.py:67
msgid "Build has been created"
msgstr "Build wurde erstellt"
-#: ../src/buildservice/logs.py:106 ../src/buildservice/logs.py:170
-#: ../src/buildservice/logs.py:230 ../src/buildservice/logs.py:305
msgid "Unknown action."
msgstr "Unbekannte Aktion."
-#: ../src/buildservice/logs.py:117 ../src/buildservice/logs.py:186
-#: ../src/buildservice/logs.py:247 ../src/buildservice/logs.py:321
-#: ../src/templates/builders/detail.html:161
-#: ../src/templates/builders/list.html:59 ../src/templates/jobs-detail.html:82
-#: ../src/templates/mirrors-list.html:72 ../src/web/__init__.py:307
msgid "Unknown"
msgstr "Unbekannt"
-#: ../src/buildservice/logs.py:124 ../src/buildservice/logs.py:130
-#: ../src/templates/builders/detail.html:143
-#: ../src/templates/builders/detail.html:149
-#: ../src/templates/builders/detail.html:170
-#: ../src/templates/builders/detail.html:210
-#: ../src/templates/builders/detail.html:224
-#: ../src/templates/jobs-buildroot.html:87
-#: ../src/templates/mirrors-detail.html:67
-#: ../src/templates/mirrors-list.html:56 ../src/templates/mirrors-list.html:81
-#: ../src/templates/modules/jobs/list.html:44
-#: ../src/templates/modules/jobs-table.html:42
-#: ../src/templates/modules/repository-table.html:14
-#: ../src/templates/sessions/index.html:50
-#: ../src/templates/uploads-list.html:55
msgid "N/A"
msgstr "n.V."
-#: ../src/buildservice/logs.py:136
#, python-format
msgid "This build was pushed to the repository '%(to_repo)s'."
msgstr "Dieser Build wurde in das Repository '%(to_repo)s' veröffentlicht."
-#: ../src/buildservice/logs.py:138
#, python-format
msgid "You pushed this build to the repository '%(to_repo)s'."
msgstr "Du hast diesen Build in das Repository '%(to_repo)s' veröffentlicht."
-#: ../src/buildservice/logs.py:140
#, python-format
msgid "%(user)s pushed this build to the repository '%(to_repo)s'."
msgstr "%(user)s hat diesen Build in das Repository '%(to_repo)s' verschoben."
-#: ../src/buildservice/logs.py:144
#, python-format
msgid "This build was unpushed from the repository '%(from_repo)s'."
msgstr "Dieses Build wurde aus dem Repository '%(from_repo)s' zurückgezogen."
-#: ../src/buildservice/logs.py:146
#, python-format
msgid "You unpushed this build from the repository '%(from_repo)s'."
msgstr "Du hast das Build aus dem Repository '%(from_repo)s' zurückgezogen."
-#: ../src/buildservice/logs.py:148
#, python-format
msgid "%(user)s unpushed this build from the repository '%(from_repo)s'."
msgstr ""
"%(user)s hat dieses Build aus dem Repository '%(from_repo)s' zurückgezogen."
-#: ../src/buildservice/logs.py:152
#, python-format
msgid ""
"This build was pushed from the repository '%(from_repo)s' to '%(to_repo)s'."
"Dieses Build wurde vom Repository '%(from_repo)s' zum '%(to_repo)s' "
"verschoben."
-#: ../src/buildservice/logs.py:154
#, python-format
msgid ""
"You pushed this build from the repository '%(from_repo)s' to '%(to_repo)s'."
"Du hast dieses Build vom Repository '%(from_repo)s' zum '%(to_repo)s' "
"verschoben."
-#: ../src/buildservice/logs.py:156
#, python-format
msgid ""
"%(user)s pushed this build from the repository '%(from_repo)s' to "
"%(user)s hat dieses Build vom Repository '%(from_repo)s' zum '%(to_repo)s' "
"verschoben."
-#: ../src/buildservice/logs.py:192
#, python-format
msgid "Builder '%(builder)s' has been enabled."
msgstr "Der Builder '%(builder)s' wurde aktiviert."
-#: ../src/buildservice/logs.py:194
#, python-format
msgid "You enabled builder '%(builder)s'."
msgstr "Du hast den Builder '%(builder)s' aktiviert."
-#: ../src/buildservice/logs.py:196
#, python-format
msgid "%(user)s enabled builder '%(builder)s'."
msgstr "%(user)s hat den Builder '%(builder)s' aktiviert."
-#: ../src/buildservice/logs.py:200
#, python-format
msgid "Builder '%(builder)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:202
#, python-format
msgid "You disabled builder '%(builder)s'."
msgstr "Du hast den Builder '%(builder)s' deaktiviert."
-#: ../src/buildservice/logs.py:204
#, python-format
msgid "%(user)s disabled builder '%(builder)s'."
msgstr "%(user)s hat den Builder '%(builder)s' deaktiviert."
-#: ../src/buildservice/logs.py:208
#, python-format
msgid "You deleted builder '%(builder)s'."
msgstr "Du hast den Builder '%(builder)s' entfernt."
-#: ../src/buildservice/logs.py:210
#, python-format
msgid "%(user)s deleted builder '%(builder)s'."
msgstr "%(user)s hat '%(builder)s' gelöscht."
-#: ../src/buildservice/logs.py:214
#, python-format
msgid "You created builder '%(builder)s'."
msgstr "Du hast den Builder '%(builder)s' erstellt."
-#: ../src/buildservice/logs.py:216
#, python-format
msgid "%(user)s created builder '%(builder)s'."
msgstr "%(user)s hat '%(builder)s' erstellt."
-#: ../src/buildservice/logs.py:253
#, python-format
msgid "Job '%(job)s' has been created."
msgstr "Job '%(job)s' wurde erstellt."
-#: ../src/buildservice/logs.py:255
#, python-format
msgid "You created job '%(job)s'."
msgstr "Du hast den Job '%(job)s' erstellt."
-#: ../src/buildservice/logs.py:257
#, python-format
msgid "%(user)s created job '%(job)s'."
msgstr "%(user)s hat den Job '%(job)s' erstellt."
-#: ../src/buildservice/logs.py:261
#, python-format
msgid "Job '%(job)s' has changed its state to: %(state)s."
msgstr "Der Job '%(job)s' hat seinen Status auf: %(state)s geändert."
-#: ../src/buildservice/logs.py:263
#, python-format
msgid "You changed the state of job '%(job)s' to: %(state)s."
msgstr "Du hast den Status des Auftrags '%(job)s' nach: %(state)s geändert."
-#: ../src/buildservice/logs.py:265
#, python-format
msgid "%(user)s changed the state of job '%(job)s' to: %(state)s."
msgstr "%(user)s hat den Status von dem Job '%(job)s' auf: %(state)s geändert."
-#: ../src/buildservice/logs.py:269
#, python-format
msgid "Job '%(job)s' has been reset."
msgstr "Job '%(job)s' wurde resettet."
-#: ../src/buildservice/logs.py:271
#, python-format
msgid "You reset job '%(job)s'."
msgstr "Du hast den Job '%(job)s' zurückgesetzt."
-#: ../src/buildservice/logs.py:273
#, python-format
msgid "%(user)s has reset job '%(job)s'."
msgstr "%(user)s hat den Job '%(job)s' resettet."
-#: ../src/buildservice/logs.py:277
#, python-format
msgid "Job '%(job)s' has been scheduled for rebuild."
msgstr "Der Job '%(job)s' wurde zum rebuild eingeplant."
-#: ../src/buildservice/logs.py:279
#, python-format
msgid "You scheduled job '%(job)s' for rebuild."
msgstr "Du hast einen Rebuild des '%(job)s' Jobs geplant."
-#: ../src/buildservice/logs.py:281
#, python-format
msgid "%(user)s scheduled job '%(job)s' for rebuild."
msgstr "%(user)s hat den Job '%(job)s' für einen Rebuild eingeplant."
-#: ../src/buildservice/logs.py:287
#, python-format
msgid "A test job for '%(job)s' has been scheduled."
msgstr "Für '%(job)s' wurde ein Testjob geplant."
-#: ../src/buildservice/logs.py:289
#, python-format
msgid "You scheduled a test job for '%(job)s'."
msgstr "Du hast einen Testjob für '%(job)s' geplant."
-#: ../src/buildservice/logs.py:291
#, python-format
msgid "%(user)s scheduled a test job for '%(job)s'."
msgstr "%(user)s hat einen Test Job für den Job '%(job)s' eingeplant."
-#: ../src/buildservice/logs.py:327
#, python-format
msgid "Mirror '%(mirror)s' has been enabled."
msgstr "Mirrorserver '%(mirror)s' wurde aktiviert."
-#: ../src/buildservice/logs.py:329
#, python-format
msgid "You enabled mirror '%(mirror)s'."
msgstr "Du hast Mirrorserver '%(mirror)s' aktiviert."
-#: ../src/buildservice/logs.py:331
#, python-format
msgid "%(user)s enabled mirror '%(mirror)s'."
msgstr "%(user)s aktivierte Mirrorserver '%(mirror)s'."
-#: ../src/buildservice/logs.py:335
#, python-format
msgid "Mirror '%(mirror)s' has been disabled."
msgstr "Mirrorserver '%(mirror)s' wurde deaktiviert."
-#: ../src/buildservice/logs.py:337
#, python-format
msgid "You disabled mirror '%(mirror)s'."
msgstr "Du hast Mirrorserver '%(mirror)s' deaktiviert."
-#: ../src/buildservice/logs.py:339
#, python-format
msgid "%(user)s disabled mirror '%(mirror)s'."
msgstr "%(user)s deaktivierte Mirrorserver '%(mirror)s'."
-#: ../src/buildservice/logs.py:343
#, python-format
msgid "You deleted mirror '%(mirror)s'."
msgstr "Du hast Mirrorserver '%(mirror)s' gelöscht."
-#: ../src/buildservice/logs.py:345
#, python-format
msgid "%(user)s deleted mirror '%(mirror)s'."
msgstr "%(user)s hat Mirrorserver '%(mirror)s' gelöscht."
-#: ../src/buildservice/logs.py:349
#, python-format
msgid "You created mirror '%(mirror)s'."
msgstr "Du hast Mirrorserver '%(mirror)s' erstellt."
-#: ../src/buildservice/logs.py:351
#, python-format
msgid "%(user)s created mirror '%(mirror)s'."
msgstr "%(user)s erstellte Mirrorserver '%(mirror)s'."
-#: ../src/buildservice/users.py:459
-msgid "Account Activation"
-msgstr "Account aktivieren"
-
-#: ../src/buildservice/users.py:461
-#, fuzzy
-msgid ""
-"You, or somebody using your email address, has registered an account on the "
-"Pakfire Build Service."
-msgstr ""
-"Sie, oder jemand, der Ihre E-Mail-Adresse benutzt, hat einen Account im "
-"Pakfire Build Service registriert."
-
-#: ../src/buildservice/users.py:463
-msgid "To activate your account, please click on the link below."
-msgstr "Um Ihren Account zu aktivieren, klicken Sie auf den Link."
-
-#: ../src/templates/base.html:4
msgid "No title given"
msgstr "Kein Titel angegeben"
-#: ../src/templates/base.html:29 ../src/templates/index.html:16
+msgid "Menu"
+msgstr ""
+
msgid "Pakfire Build Service"
msgstr "Pakfire Build Service"
-#: ../src/templates/base.html:34 ../src/templates/build-bugs.html:12
-#: ../src/templates/build-delete.html:12 ../src/templates/build-detail.html:12
-#: ../src/templates/build-schedule-test.html:12
-#: ../src/templates/build-state.html:12
-#: ../src/templates/builds-watchers-add.html:12
-#: ../src/templates/jobs-buildroot.html:12
-#: ../src/templates/jobs-buildroot.html:48
-#: ../src/templates/job-schedule-rebuild.html:12
-#: ../src/templates/job-schedule-test.html:12
-#: ../src/templates/jobs-detail.html:12 ../src/templates/package-detail.html:12
-#: ../src/templates/package-detail-list.html:12
-#: ../src/templates/package-properties.html:12
-#: ../src/templates/packages/builds/scratch.html:12
-#: ../src/templates/packages/builds/times.html:12
-#: ../src/templates/packages/changelog.html:12
-#: ../src/templates/packages-list.html:12
-#: ../src/templates/packages/view-file.html:12
-#: ../src/templates/search-results.html:50
msgid "Packages"
msgstr "Pakete"
-#: ../src/templates/base.html:37 ../src/templates/build-index.html:3
-#: ../src/templates/build-index.html:12 ../src/templates/build-index.html:26
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-#: ../src/templates/builds/comments.html:12
-#: ../src/templates/distro-update-edit.html:20
-#: ../src/templates/docs-base.html:33 ../src/templates/docs-build.html:16
-#: ../src/templates/docs-index.html:43
-#: ../src/templates/statistics/index.html:15
msgid "Builds"
msgstr "Builds"
-#: ../src/templates/base.html:41
msgid "More"
msgstr "Mehr"
-#: ../src/templates/base.html:47 ../src/templates/docs-build.html:3
-#: ../src/templates/docs-build.html:12 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-index.html:12 ../src/templates/docs-users.html:3
-#: ../src/templates/docs-users.html:12 ../src/templates/docs-users.html:21
-#: ../src/templates/docs-whatsthis.html:3
-#: ../src/templates/docs-whatsthis.html:12
-#: ../src/templates/docs-whatsthis.html:21
-msgid "Documentation"
-msgstr "Dokumentation"
-
-#: ../src/templates/base.html:53 ../src/templates/search-form.html:12
-#: ../src/templates/search-form.html:22
-msgid "Search"
-msgstr "Suche"
-
-#: ../src/templates/base.html:60 ../src/templates/distro-detail.html:12
-#: ../src/templates/distro-list.html:3 ../src/templates/distro-list.html:12
-#: ../src/templates/distro-list.html:18
-#: ../src/templates/distro-source-commit-detail.html:12
-#: ../src/templates/distro-source-commit-reset.html:10
-#: ../src/templates/distro-source-detail.html:10
-#: ../src/templates/repository-detail.html:14
msgid "Distributions"
msgstr "Distributionen"
-#: ../src/templates/base.html:66 ../src/templates/builders/delete.html:12
-#: ../src/templates/builders/detail.html:12
-#: ../src/templates/builders/edit.html:12 ../src/templates/builders/list.html:3
-#: ../src/templates/builders/list.html:12
-#: ../src/templates/builders/list.html:17 ../src/templates/builders/new.html:12
-#: ../src/templates/builders/pass.html:10
msgid "Builders"
msgstr "Builders"
-#: ../src/templates/base.html:72 ../src/templates/mirrors-delete.html:12
-#: ../src/templates/mirrors-detail.html:12
-#: ../src/templates/mirrors-edit.html:12 ../src/templates/mirrors-list.html:3
-#: ../src/templates/mirrors-list.html:12 ../src/templates/mirrors-list.html:32
-#: ../src/templates/mirrors-new.html:12
msgid "Mirrors"
msgstr "Mirrorserver"
-#: ../src/templates/base.html:78 ../src/templates/keys-delete.html:12
-#: ../src/templates/keys-import.html:12 ../src/templates/keys-list.html:3
-#: ../src/templates/keys-list.html:12 ../src/templates/keys-list.html:17
-msgid "Key Management"
-msgstr ""
-
-#: ../src/templates/base.html:86 ../src/templates/docs-base.html:34
-#: ../src/templates/docs-index.html:46 ../src/templates/docs-users.html:24
-#: ../src/templates/docs-users.html:48 ../src/templates/search-results.html:96
-#: ../src/templates/user-list.html:12 ../src/templates/user-list.html:17
-#: ../src/templates/user-profile-edit.html:12
-#: ../src/templates/user-profile.html:12
-#: ../src/templates/user-profile-passwd.html:12
-#: ../src/templates/user-profile-passwd-ok.html:12
msgid "Users"
msgstr "Benutzer"
-#: ../src/templates/base.html:94 ../src/templates/statistics/index.html:3
-#: ../src/templates/statistics/index.html:7
-msgid "Statistics"
-msgstr "Statistiken"
-
-#: ../src/templates/base.html:101
-msgid "Administration"
-msgstr "Administration"
-
-#: ../src/templates/base.html:106 ../src/templates/sessions/index.html:3
-#: ../src/templates/sessions/index.html:12
-#: ../src/templates/sessions/index.html:17
-msgid "Sessions"
-msgstr ""
-
-#: ../src/templates/base.html:112 ../src/templates/uploads-list.html:3
-#: ../src/templates/uploads-list.html:12 ../src/templates/uploads-list.html:17
-msgid "Uploads"
-msgstr "Uploads"
-
-#: ../src/templates/base.html:132
-msgid "My profile"
+#, fuzzy
+msgid "My Profile"
msgstr "Mein Profil"
-#: ../src/templates/base.html:138
-msgid "My builds"
+#, fuzzy
+msgid "My Builds"
msgstr "Meine Builds"
-#: ../src/templates/base.html:143
-msgid "Impersonated by"
-msgstr "vertreten durch"
-
-#: ../src/templates/base.html:153
-msgid "End impersonation"
-msgstr "Beende Impersonierung"
-
-#: ../src/templates/base.html:160
-msgid "Logout"
-msgstr "Ausloggen"
-
-#: ../src/templates/base.html:168 ../src/templates/docs-users.html:56
-msgid "Register"
-msgstr "Registrieren"
-
-#: ../src/templates/base.html:172
-msgid "Sign in"
+msgid "Log Out"
msgstr ""
-#: ../src/templates/base.html:184
-msgid "Forgot your password?"
-msgstr "Passwort vergessen?"
-
-#: ../src/templates/build-bugs.html:3
-msgid "Bug list"
-msgstr "Bug-Liste"
-
-#: ../src/templates/build-bugs.html:8 ../src/templates/build-delete.html:8
-#: ../src/templates/build-detail.html:8 ../src/templates/builders/delete.html:8
-#: ../src/templates/builders/detail.html:8
-#: ../src/templates/builders/edit.html:8 ../src/templates/builders/list.html:8
-#: ../src/templates/builders/new.html:8 ../src/templates/builders/pass.html:6
-#: ../src/templates/build-index.html:8
-#: ../src/templates/build-schedule-test.html:8
-#: ../src/templates/builds/comments.html:8 ../src/templates/build-state.html:8
-#: ../src/templates/builds-watchers-add.html:8
-#: ../src/templates/distro-detail.html:8 ../src/templates/distro-list.html:8
-#: ../src/templates/distro-source-commit-detail.html:8
-#: ../src/templates/distro-source-commit-reset.html:6
-#: ../src/templates/distro-source-detail.html:6
-#: ../src/templates/docs-build.html:8 ../src/templates/docs-index.html:8
-#: ../src/templates/docs-users.html:8 ../src/templates/docs-whatsthis.html:8
-#: ../src/templates/jobs-buildroot.html:8
-#: ../src/templates/job-schedule-rebuild.html:8
-#: ../src/templates/job-schedule-test.html:8
-#: ../src/templates/jobs-detail.html:8 ../src/templates/jobs-filter.html:8
-#: ../src/templates/jobs-index.html:8 ../src/templates/keys-delete.html:8
-#: ../src/templates/keys-import.html:8 ../src/templates/keys-list.html:8
-#: ../src/templates/mirrors-delete.html:8
-#: ../src/templates/mirrors-detail.html:8 ../src/templates/mirrors-edit.html:8
-#: ../src/templates/mirrors-list.html:8 ../src/templates/mirrors-new.html:8
-#: ../src/templates/modules/package-header.html:9
-#: ../src/templates/package-detail.html:8
-#: ../src/templates/package-detail-list.html:8
-#: ../src/templates/package-properties.html:8
-#: ../src/templates/packages/builds/scratch.html:8
-#: ../src/templates/packages/builds/times.html:8
-#: ../src/templates/packages/changelog.html:8
-#: ../src/templates/packages-list.html:8
-#: ../src/templates/packages/view-file.html:8
-#: ../src/templates/register-activation-fail.html:8
-#: ../src/templates/register-activation-success.html:8
-#: ../src/templates/register.html:8 ../src/templates/repository-detail.html:10
-#: ../src/templates/search-form.html:8 ../src/templates/search-results.html:8
-#: ../src/templates/sessions/index.html:8 ../src/templates/uploads-list.html:8
-#: ../src/templates/user-forgot-password.html:8
-#: ../src/templates/user-list.html:8 ../src/templates/user-profile-edit.html:8
-#: ../src/templates/user-profile.html:8
-#: ../src/templates/user-profile-passwd.html:8
-#: ../src/templates/user-profile-passwd-ok.html:8
-msgid "Home"
-msgstr "Startseite"
-
-#: ../src/templates/build-bugs.html:29 ../src/templates/build-detail.html:75
-msgid "Fixed bugs"
-msgstr "Behobene Bugs"
-
-#: ../src/templates/build-bugs.html:33
-msgid "No bugs here, yet."
-msgstr "Aktuell sind keine Bugs vorhanden."
-
-#: ../src/templates/build-bugs.html:34
#, fuzzy
-msgid "Click below to add one."
-msgstr "Klicke unten um einen hinzuzufügen."
-
-#: ../src/templates/build-bugs.html:45
-msgid "Add"
-msgstr "Hinzufügen"
-
-#: ../src/templates/build-bugs.html:50 ../src/templates/keys-list.html:63
-msgid "Remove"
-msgstr "Entfernen"
-
-#: ../src/templates/build-bugs.html:57 ../src/templates/user-delete.html:18
-msgid "Back"
-msgstr "Zurück"
-
-#: ../src/templates/build-bugs.html:71
-msgid "Add a bug"
-msgstr "Bug hinzufügen"
-
-#: ../src/templates/build-bugs.html:77 ../src/templates/build-bugs.html:134
-msgid "Bug ID"
-msgstr "Bug-ID"
-
-#: ../src/templates/build-bugs.html:84
-msgid "Enter a bug ID."
-msgstr "Gib eine Bug-ID ein."
-
-#: ../src/templates/build-bugs.html:93
-msgid "This is a list of more open bugs of this package."
-msgstr "Dies ist eine Liste weiterer offener Bugs dieses Pakets."
-
-#: ../src/templates/build-bugs.html:96
-msgid "Maybe you want to pick one of these."
-msgstr "Vielleicht möchtest Du einen von diesen auswählen."
-
-#: ../src/templates/build-bugs.html:115
-msgid "Add bug"
-msgstr "Bug hinzufügen"
-
-#: ../src/templates/build-bugs.html:116 ../src/templates/build-bugs.html:165
-#: ../src/templates/build-delete.html:47
-#: ../src/templates/builders/delete.html:39
-#: ../src/templates/build-manage.html:79 ../src/templates/keys-delete.html:43
-#: ../src/templates/mirrors-delete.html:36
-#: ../src/templates/mirrors-edit.html:82
-#: ../src/templates/modules/modal-base.html:28
-#: ../src/templates/modules/modal-build-comment.html:59
-#: ../src/templates/package-properties.html:94
-#: ../src/templates/user-profile-edit.html:151
-#: ../src/templates/user-profile-passwd.html:96
-msgid "Cancel"
-msgstr "Abbrechen"
-
-#: ../src/templates/build-bugs.html:128
-msgid "Remove a bug"
-msgstr "Bug entfernen"
-
-#: ../src/templates/build-bugs.html:141
-msgid "Enter a bug ID from the list below."
-msgstr "Trage eine Bug-ID aus der unten stehenden Liste ein."
-
-#: ../src/templates/build-bugs.html:164
-msgid "Remove bug"
-msgstr "Bug entfernen"
+msgid "Sign In"
+msgstr "Registrieren!"
-#: ../src/templates/build-delete.html:3 ../src/templates/build-delete.html:46
-#: ../src/templates/build-detail.html:151
msgid "Delete build"
msgstr "Build löschen"
-#: ../src/templates/build-delete.html:24
-#: ../src/templates/builders/delete.html:20
-#: ../src/templates/keys-delete.html:20 ../src/templates/mirrors-delete.html:20
-#: ../src/templates/repository-detail.html:116
+msgid "Home"
+msgstr "Startseite"
+
msgid "Delete"
msgstr "Löschen"
-#: ../src/templates/build-delete.html:34
#, c-format
msgid "You are about to delete build %s."
msgstr ""
-#: ../src/templates/build-delete.html:39
msgid "Please make sure, that this is the right build you intend to delete."
msgstr ""
-#: ../src/templates/build-delete.html:40
msgid "Once a build has been deleted, it can not been recovered."
msgstr ""
"Sobald ein Build gelöscht wurde kann es nicht wiederhergestellt werden."
-#: ../src/templates/build-detail.html:3 ../src/templates/build-state.html:3
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/builds-watchers-list.html:31
-#: ../src/templates/modules/build-table.html:14
-#: ../src/templates/modules/log-table.html:10
-#: ../src/templates/package-detail.html:109
-msgid "Build"
-msgstr "Build"
-
-#: ../src/templates/build-detail.html:43
-msgid "Score"
-msgstr ""
-
-#: ../src/templates/build-detail.html:46
-msgid "(broken)"
-msgstr "(defekt)"
+msgid "Cancel"
+msgstr "Abbrechen"
-#: ../src/templates/build-detail.html:48
-msgid "(obsolete)"
-msgstr ""
+#, c-format
+msgid "Manage build %s"
+msgstr "Build %s verwalten"
-#: ../src/templates/build-detail.html:57
-msgid "Security update"
-msgstr "Sicherheitsupdate"
+msgid "Manage build"
+msgstr "Build verwalten"
-#: ../src/templates/build-detail.html:60
-msgid "Bug fix update"
-msgstr "Bugfix-Update"
+msgid "Distribution"
+msgstr "Distribution"
-#: ../src/templates/build-detail.html:63
-msgid "Enhancement"
-msgstr "Erweiterung"
+msgid "Not all jobs are finished"
+msgstr "Es sind nicht alle Jobs beendet"
-#: ../src/templates/build-detail.html:66
-msgid "New package"
-msgstr "Neues Paket"
+msgid "Not all jobs of this build are finished, yet."
+msgstr "Es sind noch nicht alles Jobs beendet."
-#: ../src/templates/build-detail.html:68
-#, c-format
-msgid "Unhandled: %s"
+msgid ""
+"It is <strong>strongly discouraged</strong> to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/build-detail.html:98
-#: ../src/templates/distro-source-commit-detail.html:55
-#: ../src/templates/modules/changelog/entry.html:36
-#: ../src/templates/modules/commits-table.html:5
-msgid "Author"
-msgstr "Autor"
-
-#: ../src/templates/build-detail.html:100
-#: ../src/templates/distro-source-commit-detail.html:3
-#: ../src/templates/modules/commits-table.html:4
-#: ../src/templates/package-detail.html:137
-msgid "Commit"
-msgstr "Commit"
-
-#: ../src/templates/build-detail.html:103
-#: ../src/templates/modules/changelog/entry.html:41
-msgid "No commit message."
+msgid ""
+"However, the build will be automatically unpushed if one or more build jobs "
+"fail."
msgstr ""
-#: ../src/templates/build-detail.html:117
-#: ../src/templates/modules/modal-build-comment.html:18
-msgid "Comment"
-msgstr "Kommentar"
-
-#: ../src/templates/build-detail.html:121
-#: ../src/templates/builders/detail.html:242
-#: ../src/templates/jobs-detail.html:175 ../src/templates/log.html:4
-#: ../src/templates/mirrors-detail.html:119
-#: ../src/templates/mirrors-list.html:95
-msgid "Log"
-msgstr "Log"
+msgid "Push to a repository"
+msgstr ""
-#: ../src/templates/build-detail.html:130
-#: ../src/templates/builders/list.html:32 ../src/templates/jobs-filter.html:12
-#: ../src/templates/jobs-index.html:3 ../src/templates/jobs-index.html:12
-#: ../src/templates/jobs-index.html:23
-#: ../src/templates/modules/build-table.html:15
-msgid "Jobs"
-msgstr "Buildjobs"
+msgid "Push to next repository"
+msgstr ""
-#: ../src/templates/build-detail.html:134
-#: ../src/templates/package-detail.html:39
-#: ../src/templates/package-detail.html:100
-msgid "Source package"
-msgstr "Quellpaket"
+msgid "Push to first repository"
+msgstr ""
-#: ../src/templates/build-detail.html:144
-msgid "Change state"
-msgstr "Änderungs Status"
+msgid "New repository"
+msgstr "Neues Repositorium"
-#: ../src/templates/build-detail.html:145
-msgid "Modify bug list"
+msgid "This is the target repository for the build."
msgstr ""
-#: ../src/templates/build-detail.html:168
-#: ../src/templates/build-detail.html:191 ../src/templates/build-manage.html:77
-#: ../src/templates/modules/modal-build-push.html:60
msgid "Push"
msgstr ""
-#: ../src/templates/build-detail.html:174
-#: ../src/templates/build-detail.html:183 ../src/templates/build-manage.html:78
-#: ../src/templates/modules/modal-build-unpush.html:38
msgid "Unpush"
msgstr ""
-#: ../src/templates/build-detail.html:202 ../src/templates/build-state.html:128
-#, c-format
-msgid "since %s"
-msgstr "seit %s"
-
-#: ../src/templates/build-detail.html:205
-msgid "This package does not belong to any repository."
-msgstr ""
-
-#: ../src/templates/builders/delete.html:3
-#, c-format
-msgid "Delete builder %s"
-msgstr "Builder %s löschen"
-
-#: ../src/templates/builders/delete.html:25
-#: ../src/templates/builders/detail.html:3
-#: ../src/templates/builders/detail.html:74
-#: ../src/templates/builders/pass.html:23 ../src/templates/jobs-filter.html:27
-#: ../src/templates/modules/jobs/boxes.html:15
-#: ../src/templates/modules/jobs/list.html:6
-msgid "Builder"
-msgstr "Builder"
+msgid "Switch to user mode"
+msgstr "In den Benutzermodus wechseln"
-#: ../src/templates/builders/delete.html:31
-#, c-format
-msgid "You are going to delete the build host <strong>%s</strong>."
-msgstr "Sie sind im Begriff den build host <strong>%s</strong> zu löschen."
+msgid "Switch to admin mode"
+msgstr "In den Administratormodus wechseln"
-#: ../src/templates/builders/delete.html:37
-#: ../src/templates/mirrors-delete.html:34 ../src/templates/user-delete.html:16
#, c-format
-msgid "Delete %s"
-msgstr "%s löschen"
+msgid "Schedule test build for %s"
+msgstr "Einen Testbuild für %s planen"
-#: ../src/templates/builders/detail.html:22
-#: ../src/templates/build-filter.html:75 ../src/templates/build-list.html:13
-#: ../src/templates/builds-watchers-list.html:50
-#: ../src/templates/distro-update-detail.html:46
-#: ../src/templates/file-detail.html:116 ../src/templates/jobs-detail.html:30
-#: ../src/templates/mirrors-detail.html:23
-#: ../src/templates/mirrors-list.html:19 ../src/templates/user-comments.html:10
-msgid "Actions"
-msgstr "Aktionen"
+msgid "Schedule test build"
+msgstr "Test-Build planen"
-#: ../src/templates/builders/detail.html:27
-msgid "Show jobs by this builder"
+msgid ""
+"A test build is used to check if a package builds with the current package "
+"set."
msgstr ""
+"Testbuilds dienen um festzustellen, ob ein Paket mit den aktuellen "
+"Einstellungen korrekt baut."
-#: ../src/templates/builders/detail.html:36
-msgid "Disable builder"
+msgid ""
+"In this way, developers are able to find quality issues fast and without "
+"actively searching for them."
msgstr ""
+"Mit dieser Methode sind die Entwickler in der Lage Qualitätsmängel schnell "
+"und ohne aufwändige Suche zu finden."
-#: ../src/templates/builders/detail.html:42
-msgid "Enable builder"
+msgid ""
+"As this build platform only has a limited amount of performance, test builds "
+"only have a very less priority."
msgstr ""
+"Da die verfügbaren Ressourcen dieser Plattform begrenzt sind, werden "
+"Testbuilds mit einer geringeren Priorität eingereiht."
+
+msgid "However, you can manually request to run a test."
+msgstr "Es ist auch möglich manuell einen Test durchführen zu lassen."
-#: ../src/templates/builders/detail.html:50
-msgid "Edit builder"
+msgid ""
+"The build job will be started when a build slot is available but not before "
+"the given time."
msgstr ""
+"Der Build-Job wird gestartet sobald ein Server zur Verfügung steht, jedoch "
+"niemals vor der angegebenen Zeit."
-#: ../src/templates/builders/detail.html:58
-msgid "Renew passphrase"
-msgstr "Passphrase erneuern"
+msgid "Build"
+msgstr "Build"
-#: ../src/templates/builders/detail.html:66
-msgid "Delete builder"
-msgstr "Builder löschen"
+msgid "State"
+msgstr "Status"
-#: ../src/templates/builders/detail.html:79
-msgid "Warning"
-msgstr "Warnung"
+msgid ""
+"The state of a build can be either building, testing, stable, obsolete or "
+"broken."
+msgstr ""
-#: ../src/templates/builders/detail.html:80
-msgid "This builder is overloaded."
-msgstr "Dieser Builder ist überlastet."
+msgid "Mark build as obsolete"
+msgstr "Das Build als veraltet markieren"
-#: ../src/templates/builders/detail.html:81
msgid ""
-"That means it will not take any additional jobs although it has not reached "
-"its threshold of running jobs, yet."
+"If a package is updated by an other package it should be marked as "
+"<em>obsolete</em>."
msgstr ""
-#: ../src/templates/builders/detail.html:82
-msgid "New jobs will be started automatically after the load decreased."
-msgstr "Neue Jobs werden automatisch gestartet wenn die Last abgenommen hat."
+msgid ""
+"For obsolete builds, there will be no test jobs created and it is "
+"recommended to remove them from the repositories soon."
+msgstr ""
-#: ../src/templates/builders/detail.html:91
-#: ../src/templates/build-filter.html:27 ../src/templates/build-state.html:24
-#: ../src/templates/modules/jobs-table.html:5
-#: ../src/templates/user-profile-edit.html:77
-#: ../src/templates/user-profile.html:47
-msgid "State"
-msgstr "Status"
+msgid "Remove build from the repository it is currently in?"
+msgstr ""
-#: ../src/templates/builders/detail.html:94
-#: ../src/templates/builders/edit.html:42 ../src/templates/mirrors-edit.html:43
-msgid "Enabled"
-msgstr "Aktiviert"
+msgid "Unbreak this build"
+msgstr ""
-#: ../src/templates/builders/detail.html:96
-msgid "Disabled"
-msgstr "Deaktiviert"
+msgid ""
+"In case this build has accidentially be marked as broken, it is possible to "
+"recover that state."
+msgstr ""
-#: ../src/templates/builders/detail.html:98
-msgid "Deleted"
-msgstr "Gelöscht"
+msgid "Mark build as broken"
+msgstr ""
-#: ../src/templates/builders/detail.html:100
-#, c-format
-msgid "Unknown status: %s"
-msgstr "Unbekannter Status: %s"
+msgid ""
+"If a package does not build or contains <em>serious</em> bugs, it should be "
+"marked as broken."
+msgstr ""
-#: ../src/templates/builders/detail.html:105
-msgid "Parallel builds"
-msgstr "Parallele Builds"
+msgid ""
+"Those builds can not be added into any repositories and are removed from all "
+"repositories they may currently be in."
+msgstr ""
-#: ../src/templates/builders/detail.html:106
-#, fuzzy
-msgid "One job only."
-msgstr "Nur ein Job."
+msgid "Current repository"
+msgstr "Aktuelles Repositorium"
-#: ../src/templates/builders/detail.html:109
-msgid "This host builds"
-msgstr "Dieser Builder baut:"
+#, c-format
+msgid "since %s"
+msgstr "seit %s"
-#: ../src/templates/builders/detail.html:115
-msgid "Release builds"
-msgstr "Release-Build"
+#, c-format
+msgid "Delete builder %s"
+msgstr "Builder %s löschen"
-#: ../src/templates/builders/detail.html:117
-#: ../src/templates/package-detail-list.html:30
-#: ../src/templates/packages/builds/scratch.html:3
-#: ../src/templates/packages/builds/scratch.html:20
-msgid "Scratch builds"
-msgstr "Scratch-Build"
+#, fuzzy, c-format
+msgid "Delete builder: %s"
+msgstr "Builder %s löschen"
+
+#, fuzzy, c-format
+msgid "You are going to delete the build host %s."
+msgstr "Du bist im Begriff Mirrorserver %s zu löschen."
-#: ../src/templates/builders/detail.html:119
-#: ../src/templates/package-detail-list.html:35
-msgid "Test builds"
-msgstr "Test-Builds"
+#, c-format
+msgid "Delete %s"
+msgstr "%s löschen"
-#: ../src/templates/builders/detail.html:130
-msgid "Remarks"
-msgstr "Bemerkungen"
+msgid "Builder"
+msgstr "Builder"
-#: ../src/templates/builders/detail.html:141
-msgid "OS"
+msgid "Current"
msgstr ""
-#: ../src/templates/builders/detail.html:147
-msgid "Pakfire version"
+#, fuzzy, c-format
+msgid "Pakfire %s"
msgstr "Pakfire-Version"
-#: ../src/templates/builders/detail.html:153
-#: ../src/templates/distro-detail.html:35
-msgid "Supported architectures"
+#, fuzzy, c-format
+msgid "Supported Architectures: %s"
msgstr "Unterstützte Architekturen"
-#: ../src/templates/builders/detail.html:159
-msgid "CPU model"
-msgstr "CPU-Modell"
-
-#: ../src/templates/builders/detail.html:165
-msgid "CPU count"
-msgstr "CPU Anzahl"
-
-#: ../src/templates/builders/detail.html:169
-msgid "Bogomips"
-msgstr ""
+#, fuzzy, c-format
+msgid "Total Build Time: %s"
+msgstr "Gesamte Buildzeit"
-#: ../src/templates/builders/detail.html:180
-msgid "Memory"
+#, fuzzy, c-format
+msgid "%s Memory"
msgstr "Arbeitsspeicher"
-#: ../src/templates/builders/detail.html:194
-msgid "SWAP space"
-msgstr ""
-
-#: ../src/templates/builders/detail.html:203
-msgid "No memory information available."
+#, c-format
+msgid "%s Swap Space"
msgstr ""
-#: ../src/templates/builders/detail.html:208
-msgid "Load average"
-msgstr "Durchschnittliche Last"
-
-#: ../src/templates/builders/detail.html:212
-#: ../src/templates/builders/list.html:50
-msgid "Overload"
-msgstr "Überlastung"
-
-#: ../src/templates/builders/detail.html:217
-msgid "Free disk space"
-msgstr "Freier Festplattenspeicher"
+#, fuzzy
+msgid "Test Mode"
+msgstr "Tester"
-#: ../src/templates/builders/detail.html:222
-msgid "Host key"
-msgstr ""
+msgid "Jobs"
+msgstr "Buildjobs"
-#: ../src/templates/builders/detail.html:235
-msgid "Active and pending jobs"
-msgstr ""
+msgid "Edit"
+msgstr "Bearbeiten"
-#: ../src/templates/builders/edit.html:3
-#, c-format
-msgid "Manage builder %s"
-msgstr ""
+#, fuzzy
+msgid "Running Jobs"
+msgstr "Laufend"
-#: ../src/templates/builders/edit.html:20
-#: ../src/templates/builders/edit.html:25
-#: ../src/templates/builders/pass.html:18 ../src/templates/mirrors-edit.html:20
-msgid "Manage"
-msgstr "Verwalten"
+msgid "Log"
+msgstr "Log"
-#: ../src/templates/builders/edit.html:25
-#, c-format
-msgid "Builder: %s"
+#, fuzzy, c-format
+msgid "Edit Builder %s"
msgstr "Builder: %s"
-#: ../src/templates/builders/edit.html:32
-#: ../src/templates/builders/list.html:30 ../src/templates/builders/new.html:30
-#: ../src/templates/mirrors-detail.html:56
-#: ../src/templates/mirrors-edit.html:32 ../src/templates/mirrors-list.html:43
-#: ../src/templates/mirrors-new.html:28
msgid "Hostname"
msgstr "Hostname"
-#: ../src/templates/builders/edit.html:36
-msgid "The hostname cannot be changed."
+#, fuzzy
+msgid "The hostname cannot be changed"
msgstr "Der Hostname kann nicht geändert werden."
-#: ../src/templates/builders/edit.html:46
-msgid "The builder must be enabled in order to process build jobs."
-msgstr "Der Buildserver muss aktiviert sein, um Build-Jobs zu erhalten."
+msgid "Enabled"
+msgstr "Aktiviert"
-#: ../src/templates/builders/edit.html:53
-msgid "Build job settings"
+#, fuzzy
+msgid "Job Settings"
msgstr "Build-Job-Einstellungen"
-#: ../src/templates/builders/edit.html:56
-msgid "Maximum number of parallel build jobs"
+#, fuzzy
+msgid "Maximum Parallel Build Jobs"
msgstr "Maximale Anzahl paralleler Builds"
-#: ../src/templates/builders/edit.html:65
-msgid "This is the number of build jobs that are started in parallel."
-msgstr "Dies ist die Anzahl der Build-Jobs welche gleichzeitig gestartet sind."
-
-#: ../src/templates/builders/edit.html:74
-msgid "Authorized to build release builds."
-msgstr "Berechtigt zum erstellen von Release-Builds."
-
-#: ../src/templates/builders/edit.html:83
-msgid "Authorized to build scratch builds."
-msgstr "Berechtigt zum erstellen von Scratch-Builds."
+#, fuzzy
+msgid "Enable Test Mode"
+msgstr "Aktiviert"
-#: ../src/templates/builders/edit.html:92
-msgid "Authorized to build test builds."
-msgstr "Berechtigt zum erstellen von Test-Builds."
+msgid "Only build test jobs on this builder"
+msgstr ""
-#: ../src/templates/builders/edit.html:98 ../src/templates/mirrors-edit.html:81
-#: ../src/templates/package-properties.html:93
-msgid "Save changes"
-msgstr "Änderungen speichern"
+msgid "Save"
+msgstr "Speichern"
-#: ../src/templates/builders/list.html:31 ../src/templates/jobs-filter.html:44
-#: ../src/templates/packages/builds/times.html:44
-msgid "Architecture"
+msgid "Online"
msgstr ""
-#: ../src/templates/builders/list.html:53
-msgid "Unknown CPU"
+msgid "Offline"
msgstr ""
-#: ../src/templates/builders/list.html:73 ../src/templates/builders/new.html:3
-#: ../src/templates/builders/new.html:16 ../src/templates/builders/new.html:41
-msgid "Create new builder"
-msgstr "Neuen Builder anlegen"
-
-#: ../src/templates/builders/new.html:21
-msgid "Create a new builder"
+#, fuzzy
+msgid "Create A New Builder"
msgstr "Einen neuen Builder anlegen"
-#: ../src/templates/builders/new.html:35
-msgid "Enter the canonical hostname of the machine."
-msgstr ""
-
-#: ../src/templates/builders/pass.html:30
-#, c-format
-msgid "The new host <strong>%s</strong> has been successfully created."
-msgstr "Der neue Host <strong>%s</strong> wurde erfolgreich erstellt."
-
-#: ../src/templates/builders/pass.html:32
-#, c-format
-msgid "The passphrase for <strong>%s</strong> has been regenerated."
-msgstr "Die Passphrase für <strong>%s</strong> wurde erneut generiert."
-
-#: ../src/templates/builders/pass.html:35
-msgid ""
-"For authorization to the Pakfire Master Server there is a passphrase "
-"required which must be configured to the host."
-msgstr ""
-"Eine erforderliche Passphrase für das System, um sich am Pakfire Master "
-"Server anzumelden."
-
-#: ../src/templates/builders/pass.html:39
-msgid "This passphrase is:"
-msgstr "Die Passphrase lautet:"
-
-#: ../src/templates/builders/pass.html:43
-msgid "Next"
-msgstr "Weiter"
-
-#: ../src/templates/build-filter.html:3 ../src/templates/build-list.html:3
-#: ../src/templates/build-list.html:8
-msgid "Build job list"
-msgstr "Build-Job-Liste"
-
-#: ../src/templates/build-filter.html:6 ../src/templates/build-index.html:21
-#: ../src/templates/build-list.html:15
-msgid "Filter builds"
-msgstr "Builds filtern"
-
-#: ../src/templates/build-filter.html:11 ../src/templates/build-manage.html:9
-#: ../src/templates/distro-detail.html:3 ../src/templates/distro-detail.html:22
-#: ../src/templates/distro-list.html:33
-#: ../src/templates/distro-source-commits.html:5
-#: ../src/templates/distro-update-detail.html:6
-#: ../src/templates/distro-update-edit.html:12
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-edit.html:8
-msgid "Distribution"
-msgstr "Distribution"
-
-#: ../src/templates/build-filter.html:15 ../src/templates/build-filter.html:39
-#: ../src/templates/build-filter.html:55
-msgid "Any"
-msgstr "Alle"
-
-#: ../src/templates/build-filter.html:23
-msgid "Show only builds in that distribution."
-msgstr ""
-
-#: ../src/templates/build-filter.html:30
-msgid "All"
-msgstr "Alle"
-
-#: ../src/templates/build-filter.html:31
-#: ../src/templates/modules/jobs-table.html:29 ../src/web/ui_modules.py:335
-msgid "Running"
-msgstr "Laufend"
-
-#: ../src/templates/build-filter.html:32
-#: ../src/templates/modules/jobs-table.html:21 ../src/web/ui_modules.py:330
-msgid "Pending"
-msgstr "In der Warteschlange"
-
-#: ../src/templates/build-filter.html:33 ../src/templates/jobs-detail.html:128
-#: ../src/templates/modules/jobs-table.html:27 ../src/web/ui_modules.py:320
-msgid "Finished"
-msgstr "Beendet"
-
-#: ../src/templates/build-filter.html:34
-#: ../src/templates/modules/jobs-table.html:23 ../src/web/ui_modules.py:315
-msgid "Failed"
-msgstr "Fehlgeschlagen"
-
-#: ../src/templates/build-filter.html:35
-msgid "Permanently failed"
-msgstr "Dauerhafter Fehler"
-
-#: ../src/templates/build-filter.html:36
-#: ../src/templates/modules/jobs-table.html:25 ../src/web/ui_modules.py:310
-msgid "Dispatching"
-msgstr "Vorbereitung"
-
-#: ../src/templates/build-filter.html:37 ../src/web/ui_modules.py:340
-msgid "Uploading"
-msgstr "Hochladen"
-
-#: ../src/templates/build-filter.html:40
-msgid "Building"
-msgstr "Building"
-
-#: ../src/templates/build-filter.html:41
-msgid "Testing"
-msgstr "Testing"
-
-#: ../src/templates/build-filter.html:42
-msgid "Stable"
-msgstr "Stable"
-
-#: ../src/templates/build-filter.html:43
-msgid "Obsolete"
-msgstr "Veraltet"
-
-#: ../src/templates/build-filter.html:44
-msgid "Broken"
-msgstr "Defekt"
-
-#: ../src/templates/build-filter.html:48
-msgid "Only show builds with given state."
-msgstr "Nur Builds mit diesem Status anzeigen."
-
-#: ../src/templates/build-filter.html:52
-#: ../src/templates/package-detail.html:82
-msgid "Build host"
-msgstr "Buildhost"
-
-#: ../src/templates/build-filter.html:62
-msgid "Display only builds by selected host."
-msgstr "Nur Builds vom ausgewählten Host anzeigen."
-
-#: ../src/templates/build-filter.html:77
-msgid "Show all builds"
-msgstr "Alle Builds anzeigen"
-
-#: ../src/templates/build-index.html:18
-#: ../src/templates/builds/comments.html:17
-#: ../src/templates/builds/comments.html:25
-msgid "Comments"
-msgstr "Kommentare"
-
-#: ../src/templates/build-manage.html:3
-#, c-format
-msgid "Manage build %s"
-msgstr "Build %s verwalten"
-
-#: ../src/templates/build-manage.html:8
-msgid "Manage build"
-msgstr "Build verwalten"
-
-#: ../src/templates/build-manage.html:15
-msgid "Permission denied"
-msgstr "Erlaubnis verweigert"
-
-#: ../src/templates/build-manage.html:16
-msgid ""
-"You do not have the permission to update packages that belong to the "
-"<em>critical path</em>."
-msgstr ""
-"Dir fehlt die nötige Berechtigung zum updaten von Paketen welche zum "
-"<em>critical path</em> gehören."
-
-#: ../src/templates/build-manage.html:22
-msgid "Not all jobs are finished"
-msgstr "Es sind nicht alle Jobs beendet"
-
-#: ../src/templates/build-manage.html:24
-msgid "Not all jobs of this build are finished, yet."
-msgstr "Es sind noch nicht alles Jobs beendet."
-
-#: ../src/templates/build-manage.html:25
-msgid ""
-"It is <strong>strongly discouraged</strong> to push this build into the next "
-"repository."
-msgstr ""
-
-#: ../src/templates/build-manage.html:28
-msgid ""
-"However, the build will be automatically unpushed if one or more build jobs "
-"fail."
-msgstr ""
-
-#: ../src/templates/build-manage.html:42
-msgid "Push to a repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:44
-msgid "Push to next repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:46
-msgid "Push to first repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:51
-#: ../src/templates/modules/modal-build-push.html:24
-msgid "New repository"
-msgstr "Neues Repositorium"
-
-#: ../src/templates/build-manage.html:71
-msgid "This is the target repository for the build."
-msgstr ""
-
-#: ../src/templates/build-manage.html:90
-msgid "Switch to user mode"
-msgstr "In den Benutzermodus wechseln"
-
-#: ../src/templates/build-manage.html:92
-msgid "Switch to admin mode"
-msgstr "In den Administratormodus wechseln"
-
-#: ../src/templates/build-priority.html:3
-#: ../src/templates/build-priority.html:6
-msgid "Edit build priority"
-msgstr "Build Priorität ändern"
-
-#: ../src/templates/build-priority.html:11
-msgid "Priority"
-msgstr "Priorität"
-
-#: ../src/templates/build-priority.html:14
-#: ../src/templates/package-properties.html:51
-msgid "Very high"
-msgstr "Sehr Hoch"
-
-#: ../src/templates/build-priority.html:15
-#: ../src/templates/package-properties.html:54
-msgid "High"
-msgstr "Hoch"
-
-#: ../src/templates/build-priority.html:16
-#: ../src/templates/package-properties.html:57
-msgid "Medium"
-msgstr "Normal"
-
-#: ../src/templates/build-priority.html:17
-#: ../src/templates/package-properties.html:60
-msgid "Low"
-msgstr "Niedrig"
-
-#: ../src/templates/build-priority.html:18
-#: ../src/templates/package-properties.html:63
-msgid "Very low"
-msgstr "Sehr Niedrig"
-
-#: ../src/templates/build-priority.html:22
-msgid "Set the priority of the build process."
-msgstr "Die Priorität des Build-Prozesses einstellen."
-
-#: ../src/templates/build-priority.html:28
-msgid "Beware"
-msgstr "Vorsicht"
-
-#: ../src/templates/build-priority.html:29
-msgid "Shuffeling build jobs can cause problems with the dependency solving."
-msgstr ""
-"Eine Veränderung der Reihenfolge kann Probleme mit eventuellen "
-"Abhängigkeiten bewirken."
-
-#: ../src/templates/build-priority.html:30
-msgid "Don't do this if you are not totally sure you won't break anything."
-msgstr ""
-"Verändern Sie nichts, sofern Sie sich nicht absolut im Klaren sind was Sie "
-"tun."
-
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-msgid "Job queue"
-msgstr "Job-Warteschlange"
-
-#: ../src/templates/build-queue.html:8
-msgid "This is a list of all jobs that are waiting to be processed."
-msgstr ""
-
-#: ../src/templates/build-queue.html:9
-msgid "They one at the top is next."
-msgstr "Der oben Stehende ist der Nächste."
-
-#: ../src/templates/build-queue.html:15
-msgid "No jobs to do."
-msgstr "Kein Job zu erledigen."
-
-#: ../src/templates/build-schedule-test.html:3
-#: ../src/templates/build-schedule-test.html:29
-#: ../src/templates/job-schedule-test.html:3
-#: ../src/templates/job-schedule-test.html:29
-#, c-format
-msgid "Schedule test build for %s"
-msgstr "Einen Testbuild für %s planen"
-
-#: ../src/templates/build-schedule-test.html:24
-#: ../src/templates/job-schedule-test.html:24
-#: ../src/templates/jobs-detail.html:48
-msgid "Schedule test build"
-msgstr "Test-Build planen"
-
-#: ../src/templates/build-schedule-test.html:35
-#: ../src/templates/job-schedule-test.html:35
-msgid ""
-"A test build is used to check if a package builds with the current package "
-"set."
-msgstr ""
-"Testbuilds dienen um festzustellen, ob ein Paket mit den aktuellen "
-"Einstellungen korrekt baut."
-
-#: ../src/templates/build-schedule-test.html:36
-#: ../src/templates/job-schedule-test.html:36
-msgid ""
-"In this way, developers are able to find quality issues fast and without "
-"actively searching for them."
-msgstr ""
-"Mit dieser Methode sind die Entwickler in der Lage Qualitätsmängel schnell "
-"und ohne aufwändige Suche zu finden."
-
-#: ../src/templates/build-schedule-test.html:39
-#: ../src/templates/job-schedule-test.html:39
-msgid ""
-"As this build platform only has a limited amount of performance, test builds "
-"only have a very less priority."
-msgstr ""
-"Da die verfügbaren Ressourcen dieser Plattform begrenzt sind, werden "
-"Testbuilds mit einer geringeren Priorität eingereiht."
-
-#: ../src/templates/build-schedule-test.html:40
-#: ../src/templates/job-schedule-test.html:40
-msgid "However, you can manually request to run a test."
-msgstr "Es ist auch möglich manuell einen Test durchführen zu lassen."
-
-#: ../src/templates/build-schedule-test.html:43
-#: ../src/templates/job-schedule-rebuild.html:38
-#: ../src/templates/job-schedule-test.html:43
-msgid ""
-"The build job will be started when a build slot is available but not before "
-"the given time."
-msgstr ""
-"Der Build-Job wird gestartet sobald ein Server zur Verfügung steht, jedoch "
-"niemals vor der angegebenen Zeit."
-
-#: ../src/templates/builds/comments.html:3
-#: ../src/templates/builds/comments.html:42
-msgid "Build comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:33
-msgid "Show all comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:40
-#, c-format
-msgid "%s's latest comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:49
-#, c-format
-msgid "This page shows %s's latest comments."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:51
-msgid "This page shows the latest comments on builds."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:53
-msgid ""
-"The Pakfire Build Service is all about social development and so, "
-"communicating with eath others is important. Please join."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:61
-#: ../src/templates/builds/comments.html:65
-#: ../src/templates/packages/changelog.html:35
-#: ../src/templates/packages/changelog.html:39
-msgid "Newer"
-msgstr "Neuere"
-
-#: ../src/templates/builds/comments.html:71
-#: ../src/templates/builds/comments.html:75
-#: ../src/templates/packages/changelog.html:45
-#: ../src/templates/packages/changelog.html:49
-msgid "Older"
-msgstr "Ältere"
-
-#: ../src/templates/builds/comments.html:81
-#, c-format
-msgid "%s did not comment on anything, yet."
-msgstr ""
-
-#: ../src/templates/build-state.html:34
-msgid ""
-"The state of a build can be either building, testing, stable, obsolete or "
-"broken."
-msgstr ""
-
-#: ../src/templates/build-state.html:48
-msgid "Mark build as obsolete"
-msgstr "Das Build als veraltet markieren"
-
-#: ../src/templates/build-state.html:50
-msgid ""
-"If a package is updated by an other package it should be marked as "
-"<em>obsolete</em>."
-msgstr ""
-
-#: ../src/templates/build-state.html:51
-msgid ""
-"For obsolete builds, there will be no test jobs created and it is "
-"recommended to remove them from the repositories soon."
-msgstr ""
-
-#: ../src/templates/build-state.html:60
-msgid "Remove build from the repository it is currently in?"
-msgstr ""
+msgid "Statistics"
+msgstr "Statistiken"
-#: ../src/templates/build-state.html:81
-msgid "Unbreak this build"
-msgstr ""
+#, fuzzy
+msgid "Total Build Time"
+msgstr "Gesamte Buildzeit"
-#: ../src/templates/build-state.html:84
-msgid ""
-"In case this build has accidentially be marked as broken, it is possible to "
-"recover that state."
+msgid "Total Build Time By Architecture"
msgstr ""
-#: ../src/templates/build-state.html:102
-msgid "Mark build as broken"
-msgstr ""
+msgid "Create new builder"
+msgstr "Neuen Builder anlegen"
-#: ../src/templates/build-state.html:105
-msgid ""
-"If a package does not build or contains <em>serious</em> bugs, it should be "
-"marked as broken."
-msgstr ""
+msgid "Create a new builder"
+msgstr "Einen neuen Builder anlegen"
-#: ../src/templates/build-state.html:106
-msgid ""
-"Those builds can not be added into any repositories and are removed from all "
-"repositories they may currently be in."
+msgid "Enter the canonical hostname of the machine."
msgstr ""
-#: ../src/templates/build-state.html:126
-#: ../src/templates/distro-update-detail.html:17
-#: ../src/templates/modules/modal-build-push.html:54
-#: ../src/templates/modules/modal-build-unpush.html:13
-msgid "Current repository"
-msgstr "Aktuelles Repositorium"
-
-#: ../src/templates/builds-watchers-add.html:3
-#: ../src/templates/builds-watchers-add.html:29
#, c-format
msgid "Watch build %s"
msgstr "Build %s anzeigen"
-#: ../src/templates/builds-watchers-add.html:24
msgid "Watch"
msgstr "Beobachten"
-#: ../src/templates/builds-watchers-add.html:35
msgid "You may here add yourself to the list of watchers of this build."
msgstr "Du kannst Dich hier in die Beobachterliste dieses Builds eintragen."
-#: ../src/templates/builds-watchers-add.html:36
msgid ""
"If you do so, you will receive messages about new comments and status "
"updates."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:43
-#: ../src/templates/user-profile-passwd.html:51
msgid "Oops!"
msgstr "Ups!"
-#: ../src/templates/builds-watchers-add.html:44
-#: ../src/templates/builds-watchers-list.html:17
msgid "You are already watching this build."
msgstr "Du beobachtest dieses Build bereits."
-#: ../src/templates/builds-watchers-add.html:56
msgid "Choose user"
msgstr "Wähle Benutzer aus"
-#: ../src/templates/builds-watchers-add.html:60
msgid "Myself"
msgstr "Ich selbst"
-#: ../src/templates/builds-watchers-add.html:70
msgid "Choose a user who should watch this build."
msgstr "Wähle einen Benutzer aus der dieses Build beobachten soll."
-#: ../src/templates/builds-watchers-add.html:76
-#: ../src/templates/modules/build-table.html:20
-#: ../src/templates/user-profile-edit.html:80
-#: ../src/templates/user-profile.html:29 ../src/templates/user-profile.html:54
msgid "User"
msgstr "Benutzer"
-#: ../src/templates/builds-watchers-add.html:84
msgid "Add watcher"
msgstr "Beobachter hinzufügen"
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/modules/watchers-sidebar-table.html:22
#, c-format
msgid "Watchers of %s"
msgstr "Beobachter von %s"
-#: ../src/templates/builds-watchers-list.html:11
msgid "This is a list of all users who watch this build."
msgstr "Dies ist die Liste der Benutzern die das Build beobachten."
-#: ../src/templates/builds-watchers-list.html:12
msgid ""
"If you write a comment or the status of the build is changed, they all will "
"get a message."
msgstr ""
-#: ../src/templates/builds-watchers-list.html:21
msgid "You are the owner of this build. So you don't need to watch it."
msgstr ""
"Du bist der Besitzer dieses Build. Daher brauchst Du es nicht beobachten."
-#: ../src/templates/builds-watchers-list.html:25
msgid "Watch this build."
msgstr "Diesen Build beobachten."
-#: ../src/templates/builds-watchers-list.html:39
msgid "List of all watchers"
msgstr "Liste aller Beobachter"
-#: ../src/templates/builds-watchers-list.html:53
+msgid "Actions"
+msgstr "Aktionen"
+
msgid "Back to build"
msgstr "Zurück zum Build"
-#: ../src/templates/distro-detail.html:36
-msgid "None"
-msgstr "Keine"
-
-#: ../src/templates/distro-detail.html:46
-msgid "Binary repositories"
-msgstr "Binärrepositories"
-
-#: ../src/templates/distro-detail.html:51
-msgid ""
-"A binary repository is a composition of packages that are considered stable, "
-"unstable or in testing state by the developers."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:53
-msgid "Each repository can be enabled individually."
+msgid "Created %(when)s by %(author)s"
msgstr ""
-#: ../src/templates/distro-detail.html:54
-msgid "Learn how to use them."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:66 ../src/templates/source-list.html:6
-msgid "Source repositories"
-msgstr "Quell-Repositories"
-
-#: ../src/templates/distro-detail.html:80
-#: ../src/templates/distro-source-commit-detail.html:90
-#: ../src/templates/user-profile.html:73
-msgid "Action"
-msgstr "Aktion"
-
-#: ../src/templates/distro-detail.html:86
-msgid "Edit distribution"
-msgstr "Distribution bearbeiten"
+#, fuzzy, c-format
+msgid "Created %s"
+msgstr "Erstellt"
-#: ../src/templates/distro-detail.html:91
-msgid "Delete distribution"
-msgstr "Distribution löschen"
+#, fuzzy
+msgid "Fixed Bugs"
+msgstr "Behobene Bugs"
-#: ../src/templates/distro-detail.html:97
-msgid "New binary repository"
-msgstr "Neues Binärrepository"
+msgid "Score"
+msgstr ""
-#: ../src/templates/distro-detail.html:102
-msgid "New source repository"
-msgstr "Neues Quellrepository"
+#, fuzzy
+msgid "Source Package"
+msgstr "Quellpaket"
-#: ../src/templates/distro-edit.html:3 ../src/templates/distro-edit.html:6
-#: ../src/templates/distro-update-edit.html:3
#, c-format
msgid "Edit distribution %s"
msgstr "Distribution %s bearbeiten"
-#: ../src/templates/distro-edit.html:12
-#: ../src/templates/modules/packages-table.html:4
-#: ../src/templates/modules/repository-table.html:4
-#: ../src/templates/modules/source-table.html:4
-#: ../src/templates/repository-edit.html:15
msgid "Name"
msgstr "Name"
-#: ../src/templates/distro-edit.html:17
msgid "The fancy name of the distribution."
msgstr ""
-#: ../src/templates/distro-edit.html:21
msgid "Identifier"
msgstr ""
-#: ../src/templates/distro-edit.html:26
-#: ../src/templates/user-profile-edit.html:42
msgid "Cannot be changed."
msgstr "Kann nicht geändert werden."
-#: ../src/templates/distro-edit.html:30
msgid "Tag"
msgstr ""
-#: ../src/templates/distro-edit.html:35
msgid "The tag is added to the package release."
msgstr ""
-#: ../src/templates/distro-edit.html:39
msgid "Vendor"
msgstr "Hersteller"
-#: ../src/templates/distro-edit.html:44
msgid "From whom is the distribution from?"
msgstr ""
-#: ../src/templates/distro-edit.html:48 ../src/templates/docs-index.html:57
-#: ../src/templates/mirrors-detail.html:62
msgid "Contact"
msgstr "Kontakt"
-#: ../src/templates/distro-edit.html:53
msgid "The email address from the vendor."
msgstr "Hersteller email Addresse."
-#: ../src/templates/distro-edit.html:57
msgid "Slogan"
msgstr ""
-#: ../src/templates/distro-edit.html:62
msgid "A short sentence that characterizes the distribution."
msgstr "Ein kurzer Satz der die Distribution charakterisiert."
-#: ../src/templates/distro-edit.html:66
msgid "Architectures"
msgstr "Architekturen"
-#: ../src/templates/distro-edit.html:75
msgid "For which architectures should the distribution be built?"
msgstr ""
-#: ../src/templates/distro-edit.html:79
msgid "Sources"
msgstr "Sourcen"
-#: ../src/templates/distro-edit.html:88
msgid "Which sources should be imported to the distribution?"
msgstr ""
-#: ../src/templates/distro-list.html:26
-msgid ""
-"This is a list of all distributions, that are maintained in this build "
-"service."
-msgstr ""
-
-#: ../src/templates/distro-list.html:27
-msgid ""
-"You may click on one of them and see more details or jump directly to one of "
-"the repositories."
-msgstr ""
-
-#: ../src/templates/distro-list.html:34
-msgid "Repositories"
-msgstr "Repositorien"
-
-#: ../src/templates/distro-list.html:66
-msgid "New distribution"
-msgstr "Neue Distribution"
+msgid "Commit"
+msgstr "Commit"
-#: ../src/templates/distro-source-commit-detail.html:21
-#: ../src/templates/distro-source-commit-reset.html:19
-#: ../src/templates/distro-source-detail.html:19
#, c-format
msgid "Source: %s"
msgstr "Quelle: %s"
-#: ../src/templates/distro-source-commit-detail.html:34
-#: ../src/templates/distro-source-commit-reset.html:32
-#: ../src/templates/distro-source-commits.html:6
-#: ../src/templates/distro-source-detail.html:26
msgid "Source"
msgstr "Source"
-#: ../src/templates/distro-source-commit-detail.html:47
+msgid "Open in gitweb"
+msgstr ""
+
+msgid "Reset commit"
+msgstr ""
+
msgid "Revision"
msgstr "Revision"
-#: ../src/templates/distro-source-commit-detail.html:51
msgid "Date"
msgstr "Datum"
-#: ../src/templates/distro-source-commit-detail.html:59
+msgid "Author"
+msgstr "Autor"
+
msgid "Committer"
msgstr "Committer"
-#: ../src/templates/distro-source-commit-detail.html:63
-#: ../src/templates/modules/commits-table.html:6
-msgid "Subject"
-msgstr "Betreff"
-
-#: ../src/templates/distro-source-commit-detail.html:81
-msgid "Open in gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:96
-#: ../src/templates/distro-source-commit-reset.html:54
-msgid "Reset commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:112
msgid "Packages created from this commit"
msgstr ""
-#: ../src/templates/distro-source-commit-detail.html:128
msgid "There were no packages created from this commit."
msgstr ""
-#: ../src/templates/distro-source-commit-reset.html:43
msgid "Danger!"
msgstr "Gefahr!"
-#: ../src/templates/distro-source-commit-reset.html:44
msgid "This is a very dangerous action!"
msgstr "Das ist eine gefährliche Aktion!"
-#: ../src/templates/distro-source-commit-reset.html:45
msgid "Don't do it, if you are not absolutely sure what you are doing."
msgstr "Tu es nicht, wenn du nicht genau weißt, was du tust."
-#: ../src/templates/distro-source-commit-reset.html:49
msgid ""
"This commit will be reset. Which means all packages associated with it will "
"be deleted, and the commit will be parsed again."
msgstr ""
-#: ../src/templates/distro-source-commit-reset.html:50
msgid ""
"This action may cause severe problems and may only be allowed when something "
"went horribly wrong."
msgstr ""
-#: ../src/templates/distro-source-commit-reset.html:62
msgid "These packages will be deleted"
msgstr "Dieses Paket wird gelöscht werden"
-#: ../src/templates/distro-source-commits.html:6
msgid "Commits"
msgstr "Commits"
-#: ../src/templates/distro-source-commits.html:10
msgid "Source repository"
msgstr "Quellrepositorium"
-#: ../src/templates/distro-source-commits.html:20
msgid "Previous commits"
msgstr "Vorherige Commits"
-#: ../src/templates/distro-source-commits.html:24
msgid "Next commits"
msgstr "Nächste Commits"
-#: ../src/templates/distro-source-detail.html:36
msgid "Gitweb"
msgstr "Gitweb"
-#: ../src/templates/distro-source-detail.html:45
msgid "Branch"
msgstr "Branch"
-#: ../src/templates/distro-source-detail.html:49
msgid "Imported commits"
msgstr "Importierte Commits"
-#: ../src/templates/distro-source-detail.html:59
msgid "Latest commits"
msgstr "Neueste Commits"
-#: ../src/templates/distro-source-detail.html:63
msgid "Show all commits"
msgstr "Alle Commits anzeigen"
-#: ../src/templates/distro-update-detail.html:5
msgid "Update"
msgstr "Update"
-#: ../src/templates/distro-update-detail.html:10
-#: ../src/templates/modules/packages-table.html:5
-#: ../src/templates/packages/builds/times.html:31
msgid "Summary"
msgstr "Zusammenfassung"
-#: ../src/templates/distro-update-detail.html:27
-#: ../src/templates/file-detail.html:40
-#: ../src/templates/modules/package-header.html:24
-#: ../src/templates/package-detail.html:77
msgid "Maintainer"
msgstr "Maintainer"
-#: ../src/templates/distro-update-detail.html:33
msgid "Time created"
msgstr "Erstellungszeitpunkt"
-#: ../src/templates/distro-update-detail.html:41
msgid "Builds in this update"
msgstr ""
-#: ../src/templates/distro-update-detail.html:49
-#: ../src/templates/repository-detail.html:112
-#: ../src/templates/user-profile-edit.html:20
-msgid "Edit"
-msgstr "Bearbeiten"
-
-#: ../src/templates/distro-update-edit.html:8
#, c-format
msgid "Edit update %s - %s"
msgstr "Aktualisierung %s - %s bearbeiten"
-#: ../src/templates/distro-update-edit.html:10
msgid "Create new update"
msgstr "Erstelle eine neue Aktualisierung"
-#: ../src/templates/docs-base.html:27
-msgid "All Documents"
-msgstr "Alle Dokumente"
-
-#: ../src/templates/docs-base.html:31
-msgid "Topics"
-msgstr "Themen"
-
-#: ../src/templates/docs-build.html:3 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-whatsthis.html:3
-msgid "Legend of the build states"
-msgstr "Legende des Buildstatus"
-
-#: ../src/templates/docs-build.html:25
-msgid ""
-"Every build that is done by the Pakfire Build Service has to go through "
-"several states:"
-msgstr ""
-"Jeder einzelne Build des Pakfire Build Services durchläuft mehrere "
-"Einzelschritte:"
-
-#: ../src/templates/docs-build.html:28
-msgid ""
-"After checking out the source from the source repository a source package is "
-"created and submitted to the build server."
-msgstr ""
-"Nach dem Dowload der letzen Änderungen und des Source Codes, wird ein "
-"Sourcepaket generiert und an den Pakfire Build Server übertragen."
-
-#: ../src/templates/docs-build.html:29
-msgid ""
-"Starting from inserting a source file to the build service, there are binary "
-"build jobs created for every supported architecture."
-msgstr ""
-"Nach dem Erhalt der Sorucepakete, erstellt der Buildservice einzelne Build "
-"Aufträge für die unterstützten Architekturen."
-
-#: ../src/templates/docs-build.html:32
-msgid ""
-"These get assigned to a build host which has to compile or assemble the "
-"package and return it back to the build server."
-msgstr ""
-"Diese werden auf die einzelnen Buildhosts verteilt, welche den Code "
-"compilieren und das fertige Paket an den Pakfire Build Server zurückschicken."
-
-#: ../src/templates/docs-build.html:33
-msgid "In the table below, there are all states that a build job goes through:"
-msgstr ""
-"In der folgenden Tabelle ist der jeweilige Status, den der Build durchläuft, "
-"aufgeführt:"
-
-#: ../src/templates/docs-build.html:36
-msgid "Build is running"
-msgstr "Build läuft"
-
-#: ../src/templates/docs-build.html:37
-msgid "Build has failed"
-msgstr "Build ist fehlgeschlagen"
-
-#: ../src/templates/docs-build.html:38
-msgid "Build is waiting to be processed"
-msgstr "Der Build wartet darauf bearbeitet zu werden"
-
-#: ../src/templates/docs-build.html:39
-msgid "There was a dependency error when the package was built"
-msgstr "Es gab einen Fehler bei der Auflösung der Abhängigkeiten."
-
-#: ../src/templates/docs-build.html:40
-msgid "Build is waiting for source to go to pending state"
-msgstr ""
-"Der Build wartet auf den Quellcode, um in den nächsten Status überzugehen"
-
-#: ../src/templates/docs-build.html:41
-msgid "Files of this build are transferred to the build server"
-msgstr "Dateien des Builds wurden hochgeladen"
-
-#: ../src/templates/docs-build.html:42
-msgid "Files are being uploaded to the service"
-msgstr "Dateien werden gerade hochgeladen"
-
-#: ../src/templates/docs-build.html:43
-msgid "Build has an unknown state"
-msgstr "Der Build hat einen unbekannten Status"
-
-#: ../src/templates/docs-index.html:3
-msgid "Documentation index"
-msgstr "Dokumentationsübersicht"
-
-#: ../src/templates/docs-index.html:17
-msgid "Documents"
-msgstr "Dokumente"
-
-#: ../src/templates/docs-index.html:23
-msgid ""
-"This is a collection of documents that should be read by everybody who is "
-"using this system."
-msgstr ""
-"Hier handelt es sich um eine Auswahl von Dokumenten, die von jedem ,der "
-"dieses System verwendet, auch gelesen werden sollten."
-
-#: ../src/templates/docs-index.html:29
-msgid "What is the pakfire build service?"
-msgstr "Was ist der Pakfire Build Service?"
-
-#: ../src/templates/docs-index.html:34
-msgid "General pakfire documentation"
-msgstr "Allgemeine Pakfire Dokumentation"
-
-#: ../src/templates/docs-index.html:39
-msgid "Packaging guidelines"
-msgstr "Paketierungsrichtlinien"
-
-#: ../src/templates/docs-index.html:51
-msgid "This documentation you find at this place is not completed yet."
-msgstr "D"
-
-#: ../src/templates/docs-index.html:52
-msgid "Feel free to make any suggestions."
-msgstr ""
-
-#: ../src/templates/docs-index.html:59
-msgid ""
-"If you need help using the build service or have some general questions "
-"please use our mailing list."
-msgstr ""
-
-#: ../src/templates/docs-index.html:60
-msgid "You can also talk to the developers and suggest feature enhancements."
-msgstr ""
-"Du kannst auch mit den Entwicklern sprechen und neue Features vorschlagen."
-
-#: ../src/templates/docs-index.html:64
-msgid "Mailing list"
-msgstr "Mailingliste"
-
-#: ../src/templates/docs-index.html:68
-msgid "Bug reports"
-msgstr "Fehlerberichte"
-
-#: ../src/templates/docs-index.html:70
-msgid ""
-"Please visit Bugzilla to create bug reports on the Pakfire Build System."
-msgstr ""
-"Bitte benutze Bugzilla um Bugreports für Pakfire Build System zu erstellen."
-
-#: ../src/templates/docs-users.html:3 ../src/templates/docs-users.html:16
-#: ../src/templates/docs-users.html:21
-msgid "User groups"
-msgstr "Benutzergruppen"
-
-#: ../src/templates/docs-users.html:26
-msgid ""
-"All users can join the Pakfire Build Service and are separated into three "
-"groups:"
-msgstr ""
-"Jeder kann sich am Pakfire Build Service anmelden und wird einer der "
-"folgenden drei Gruppen zugewiesen:"
-
-#: ../src/templates/docs-users.html:29
-msgid "Developers"
-msgstr "Entwickler"
-
-#: ../src/templates/docs-users.html:31
-msgid ""
-"Developers manage this build service and have access to all parts of it."
-msgstr ""
-"Die Entwickler verwalten den Build Service und haben Zugriff auf all seine "
-"Bereichen."
-
-#: ../src/templates/docs-users.html:32
-msgid ""
-"They are responsible to keep the system running and able to push package "
-"updates to the repostories."
-msgstr ""
-"Sie sind verantwortlich für ein korrektes Arbeiten des Systems und dürfen "
-"Paket Updates in den einzelnen Repositorien veröffentlichen."
-
-#: ../src/templates/docs-users.html:35
-msgid "Guidelines for developers"
-msgstr "Leitfaden für Entwickler"
-
-#: ../src/templates/docs-users.html:38
-msgid "Testers"
-msgstr "Tester"
-
-#: ../src/templates/docs-users.html:40
-msgid ""
-"Testers are like users but have the right to vote on packages, which is used "
-"to figure out the quality of the package."
-msgstr ""
-"Tester werden wie Benutzer behandelt, haben jedoch die Berechtigung für "
-"Pakete abzustimmen um deren Qualität zu bestimmen."
-
-#: ../src/templates/docs-users.html:41
-msgid ""
-"Everyone can become a tester after he or she has proven to know the IPFire "
-"system very well."
-msgstr ""
-"Um Tester zu werden, sollte man sich mit IPFire gut auskennen. Dies ist für "
-"jeden nach einer kurzen Überprüfung möglich. "
-
-#: ../src/templates/docs-users.html:42
-msgid ""
-"On these people depends a very huge amount of the quality of the "
-"distribution that is made out of the feedback they give."
-msgstr ""
-"Diese Personen tragen durch ihr Feedback eine große Mitverantwortung an der "
-"Qualität der Distribution."
-
-#: ../src/templates/docs-users.html:45
-msgid "Guidelines for testers"
-msgstr "Leitfaden für Tester"
-
-#: ../src/templates/docs-users.html:50
-msgid "Everybody can join the Pakfire Build Service by registering an account."
-msgstr ""
-"Jeder kann sich am Pakfire Build Service nach einer Registrierung anmelden."
-
-#: ../src/templates/docs-users.html:51
-msgid ""
-"After a successful activation you are able to leave comments on packages and "
-"give feedback to the developers about its status."
-msgstr ""
-"Nach einer erfolgten Aktivierung sollten Sie in der Lage sein, Pakete zu "
-"bewerten bzw. Kommentare abzugeben, um die Entwickler über den Paket Status "
-"zu informieren."
-
-#: ../src/templates/docs-whatsthis.html:16
-#: ../src/templates/docs-whatsthis.html:21
-msgid "What is the Pakfire Build Service?"
-msgstr "Was ist der Pakfire Build Service?"
-
-#: ../src/templates/docs-whatsthis.html:27
-msgid ""
-"On this page, you will find out what the Pakfire Build Service really is."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:28
-msgid "Read carefully."
-msgstr "Aufmerksaḿ lesen."
-
-#: ../src/templates/docs-whatsthis.html:34
-msgid "Yeah, that's it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:35
-msgid "No, that's not it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:43
-msgid "PBS is a tool where people can give feedback to developers."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:44
-msgid "It is possible to leave comments and rate builds."
-msgstr "Es ist möglich Kommentare und Bewertungen für Builds zu hinterlassen."
-
-#: ../src/templates/docs-whatsthis.html:50
-msgid "PBS is <strong>NOT</strong> a bugtracker."
-msgstr ""
+#, fuzzy
+msgid "Create A New Distribution"
+msgstr "Neue Distribution"
-#: ../src/templates/docs-whatsthis.html:51
-msgid ""
-"To report bugs please use our bugtracker liked below if you want them to get "
-"fixed."
-msgstr ""
+#, fuzzy
+msgid "Supported Architectures"
+msgstr "Unterstützte Architekturen"
-#: ../src/templates/docs-whatsthis.html:55
-msgid "Bugtracker"
-msgstr "Bugtracker"
+msgid "Repositories"
+msgstr "Repositorien"
-#: ../src/templates/errors/error-400.html:4
msgid "400 - Bad request"
msgstr ""
-#: ../src/templates/errors/error-400.html:8
msgid "Invalid data has been passed to the application."
msgstr ""
-#: ../src/templates/errors/error-400.html:13
msgid ""
"The application refused to go on with the provided data that was sent in "
"this request."
msgstr ""
-#: ../src/templates/errors/error-403.html:4
msgid "403 - Access forbidden"
msgstr "403 - Zugriff verweigert"
-#: ../src/templates/errors/error-403.html:8
msgid "You are not allowed to access this ressource."
msgstr "Es ist dir nicht erlaubt auf diese Ressource zuzugreifen."
-#: ../src/templates/errors/error-403.html:13
msgid ""
"Access to the requested page has been denied because you do not have "
"sufficient rights."
"Der Zugang zu der angeforderten Seite wurde verweigert weil Du nicht im "
"Besitz ausreichender Rechte bist. "
-#: ../src/templates/errors/error-404.html:4
msgid "404 - Not Found"
msgstr "404 - nicht gefunden"
-#: ../src/templates/errors/error-404.html:8
msgid "I could not find what you were searching for."
msgstr "Ich konnte nicht finden wonach Du gesucht hast."
-#: ../src/templates/errors/error-404.html:13
msgid "You may have clicked an expired link or mistyped the address."
msgstr ""
"Du hast vielleicht einen veralteten Link verwendet oder die Adresse falsch "
"geschrieben."
-#: ../src/templates/errors/error.html:8
msgid "Oops! Don't panic."
msgstr "Huch! Keine Panik."
-#: ../src/templates/errors/error.html:13
msgid "An unexpected error happened."
msgstr "Ein unerwarteter Fehler ist aufgetreten."
-#: ../src/templates/errors/error.html:19
msgid "Stay calm and read the text below to find out what went wrong."
msgstr ""
-#: ../src/templates/errors/error.html:31
msgid "Error code"
msgstr "Fehlercode"
-#: ../src/templates/errors/error.html:38
msgid "Exception (traceback):"
msgstr "Ausnahme (traceback):"
-#: ../src/templates/errors/error.html:49
msgid ""
"Please try going back to the previous page and try the action you did again "
"in a moment."
msgstr ""
-#: ../src/templates/errors/error.html:50
msgid ""
"If the error persists, you should consider to get in touch with an "
"administrator."
msgstr ""
-#: ../src/templates/file-detail.html:5
+#, fuzzy
+msgid "Build created"
+msgstr "Build wurde erstellt"
+
+msgid "- Unknown Event -"
+msgstr ""
+
+#, c-format
+msgid "by %s"
+msgstr "von %s"
+
msgid "File"
msgstr "Datei"
-#: ../src/templates/file-detail.html:13
-#: ../src/templates/modules/log-table.html:12
-#: ../src/templates/package-detail.html:3
-#: ../src/templates/package-detail.html:50
-#: ../src/templates/package-detail-list.html:3
-#: ../src/templates/package-properties.html:3
msgid "Package"
msgstr "Paket"
-#: ../src/templates/file-detail.html:20
-#: ../src/templates/repository-edit.html:25
msgid "Description"
msgstr "Beschreibung"
-#: ../src/templates/file-detail.html:27
msgid "URL"
msgstr "URL"
-#: ../src/templates/file-detail.html:34
-#: ../src/templates/modules/package-header.html:14
-#: ../src/templates/package-detail.html:70
msgid "License"
msgstr "Lizenz"
-#: ../src/templates/file-detail.html:46
-#: ../src/templates/modules/packages-table.html:6
-#: ../src/templates/package-detail.html:126
msgid "Size"
msgstr "Größe"
-#: ../src/templates/file-detail.html:51
msgid "Hash"
msgstr "Prüfsumme"
-#: ../src/templates/file-detail.html:57
-#: ../src/templates/modules/packages/dependency-table.html:5
msgid "Provides"
msgstr "bietet"
-#: ../src/templates/file-detail.html:63 ../src/templates/file-detail.html:69
-#: ../src/templates/modules/packages/dependency-table.html:7
msgid "Requires"
msgstr "benötigt"
-#: ../src/templates/file-detail.html:76
-#: ../src/templates/modules/packages/dependency-table.html:13
msgid "Obsoletes"
msgstr "technisch überholt"
-#: ../src/templates/file-detail.html:83
-#: ../src/templates/modules/packages/dependency-table.html:11
msgid "Conflicts"
msgstr "Konflikte"
-#: ../src/templates/file-detail.html:90
msgid "Build information"
msgstr "Build-Informationen"
-#: ../src/templates/file-detail.html:93
msgid "ID"
msgstr "ID"
-#: ../src/templates/file-detail.html:99
-#: ../src/templates/modules/jobs-table.html:6
msgid "Host"
msgstr "Host"
-#: ../src/templates/file-detail.html:105
msgid "Time"
msgstr "Zeit"
-#: ../src/templates/file-detail.html:111
-#: ../src/templates/search-results.html:71
msgid "Files"
msgstr "Dateien"
-#: ../src/templates/file-detail.html:118
-#: ../src/templates/packages/view-file.html:51
msgid "Download file"
msgstr "Datei herunterladen"
-#: ../src/templates/index.html:3
-msgid "Welcome to the Pakfire Build Service"
-msgstr "Willkommen beim Pakfire Build Service"
-
-#: ../src/templates/index.html:8
-#, c-format
-msgid "Welcome, %s!"
+#, fuzzy
+msgid "Welcome!"
msgstr "Willkommen, %s!"
-#: ../src/templates/index.html:22
-msgid "Development powered by community!"
+msgid "Development Powered By Community"
msgstr ""
-#: ../src/templates/index.html:38
-msgid "Latest stable updates"
-msgstr "Letzte Stable-Updates"
-
-#: ../src/templates/index.html:40
-msgid "Unstable updates"
-msgstr "Unstable-Updates"
-
-#: ../src/templates/index.html:42
-msgid "Testing updates"
-msgstr "Testing-Updates"
-
-#: ../src/templates/index.html:59
-msgid "View more updates..."
-msgstr "Mehr Updates..."
-
-#: ../src/templates/index.html:70
-msgid "Build jobs"
-msgstr ""
+#, fuzzy
+msgid "Current Jobs"
+msgstr "Aktuelles Repositorium"
-#: ../src/templates/index.html:76
-msgid "Show more build jobs"
-msgstr ""
+#, fuzzy
+msgid "One Job In Queue"
+msgid_plural "%(num)s Jobs In Queue"
+msgstr[0] "Job-Warteschlange"
+msgstr[1] "Job-Warteschlange"
-#: ../src/templates/jobs-abort.html:3 ../src/templates/jobs-abort.html:6
#, c-format
msgid "Abort build job %s"
msgstr "Build job %s abbrechen"
-#: ../src/templates/jobs-abort.html:8
msgid "You may abort a running build."
msgstr "Du kannst einen laufenden Build abbrechen."
-#: ../src/templates/jobs-abort.html:9
msgid "The build server will eventually stop to build the package."
msgstr "Eventuell wird der Build-Server das Erstellen des Pakets stoppen."
-#: ../src/templates/jobs-abort.html:16 ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:58
-#: ../src/templates/modules/jobs/list.html:5
msgid "Build job"
msgstr "Buildjob"
-#: ../src/templates/jobs-abort.html:25
-#: ../src/templates/modules/build-offset.html:5
msgid "Start time"
msgstr "Startzeit"
-#: ../src/templates/jobs-abort.html:30
msgid "No started, yet."
msgstr "Noch nicht gestartet."
-#: ../src/templates/jobs-abort.html:38
msgid "Build server"
msgstr "Buildserver"
-#: ../src/templates/jobs-buildroot.html:3
msgid "Job buildroot"
msgstr ""
-#: ../src/templates/jobs-buildroot.html:28
-#: ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:154
msgid "Buildroot"
msgstr "Buildroot"
-#: ../src/templates/jobs-buildroot.html:41
-#, c-format
-msgid "The packages listed below were used to build %s."
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:52
msgid "Buildroot size"
msgstr ""
-#: ../src/templates/jobs-buildroot.html:56
msgid "Download size"
msgstr ""
-#: ../src/templates/job-schedule-rebuild.html:3
-#: ../src/templates/job-schedule-rebuild.html:29
#, c-format
-msgid "Schedule rebuild for %s"
+msgid "The packages listed below were used to build %s."
msgstr ""
-#: ../src/templates/job-schedule-rebuild.html:24
-msgid "Schedule rebuild"
-msgstr "Rebuild planen"
-
-#: ../src/templates/job-schedule-rebuild.html:35
-msgid "At this place, you can submit failed build jobs to be built again."
+msgid "Log In"
msgstr ""
-"An dieser Stelle kannst Du fehlgeschlagene Build -Jobs für einen erneuten "
-"Versuch bereitstellen."
-#: ../src/templates/job-schedule-test.html:44
-msgid ""
-"Please note, that all other kinds of build are preferred over the test "
-"builds."
-msgstr ""
+#, fuzzy
+msgid "Login failed"
+msgstr "Login fehlgeschlagen!"
-#: ../src/templates/jobs-detail.html:3 ../src/templates/package-detail.html:118
-msgid "Job"
-msgstr "Job"
+#, c-format
+msgid "Delete mirror %s"
+msgstr "Mirrorserver %s löschen"
-#: ../src/templates/jobs-detail.html:36
-msgid "Abort job"
-msgstr "Job abbrechen"
+#, c-format
+msgid "Delete mirror: %s"
+msgstr "Mirrorserver: %s löschen"
-#: ../src/templates/jobs-detail.html:42
-msgid "Restart job"
-msgstr "Job Neustart"
+#, c-format
+msgid "You are going to delete the mirror %s."
+msgstr "Du bist im Begriff Mirrorserver %s zu löschen."
-#: ../src/templates/jobs-detail.html:71
-msgid "Job has been aborted"
-msgstr "Der Job wurde abgebrochen"
+#, c-format
+msgid "Mirror: %s"
+msgstr "Mirrorserver: %s"
-#: ../src/templates/jobs-detail.html:73
-msgid ""
-"This build job is in an aborted state, because the build process crashed "
-"unexpectedly."
-msgstr ""
+msgid "Add new mirror"
+msgstr "Neuen Mirrorserver hinzufügen"
-#: ../src/templates/jobs-detail.html:74
-msgid ""
-"In most cases, there is no log file and you must figure out the issue on "
-"your own."
-msgstr ""
+msgid "Edit settings"
+msgstr "Einstellungen bearbeiten"
-#: ../src/templates/jobs-detail.html:77
-msgid "The error code is:"
-msgstr "Der Fehlercode ist:"
+msgid "Delete mirror"
+msgstr "Mirrorserver löschen"
-#: ../src/templates/jobs-detail.html:80
-msgid "Segmentation violation"
+msgid "General"
msgstr ""
-#: ../src/templates/jobs-detail.html:88
-msgid "You may resubmit the job to try again:"
-msgstr "Für einen weiteren Versuch kannst Du den Job erneut bereitstellen."
-
-#: ../src/templates/jobs-detail.html:89
-msgid "Re-submit build"
-msgstr "Build neu starten"
+#, fuzzy
+msgid "Location"
+msgstr "Aktion"
-#: ../src/templates/jobs-detail.html:110
-msgid "No builder assigned."
-msgstr ""
+msgid "The location of the mirror server could not be estimated."
+msgstr "Der Standort des Mirrorservers konnte nicht ermittelt werden."
-#: ../src/templates/jobs-detail.html:117 ../src/templates/keys-list.html:32
-#: ../src/templates/modules/build-table.html:23
-msgid "Created"
-msgstr "Erstellt"
+msgid "Status information"
+msgstr "Statusinformationen"
-#: ../src/templates/jobs-detail.html:122
-#: ../src/templates/sessions/index.html:35
-msgid "Started"
-msgstr "Gestartet"
+msgid "Status"
+msgstr "Status"
-#: ../src/templates/jobs-detail.html:134
-msgid "ETA"
+msgid "HTTP Response Code"
msgstr ""
-#: ../src/templates/jobs-detail.html:144
-msgid "Build logs"
-msgstr "Build-Logs"
-
-#: ../src/templates/jobs-detail.html:148
-msgid "No logs available, yet."
-msgstr "Zur Zeit sind keine Logs verfügbar."
+#, fuzzy
+msgid "Last sync"
+msgstr "Letzter Check"
-#: ../src/templates/jobs-detail.html:155
-#, fuzzy, c-format
-msgid "%s package"
-msgstr "%s Paket"
+msgid "Last check"
+msgstr "Letzter Check"
-#: ../src/templates/jobs-detail.html:165
-msgid "Package files"
-msgstr "Paketdateien"
+msgid "Never"
+msgstr "Nie"
-#: ../src/templates/jobs-filter.html:3 ../src/templates/jobs-filter.html:21
-#: ../src/templates/jobs-index.html:18
-msgid "Filter jobs"
+msgid "Average Response Time"
msgstr ""
-#: ../src/templates/jobs-filter.html:16
-msgid "Filter"
-msgstr "Filter"
-
-#: ../src/templates/jobs-filter.html:30 ../src/templates/jobs-filter.html:47
-msgid "[Choose one]"
-msgstr ""
+#, c-format
+msgid "Manage mirror %s"
+msgstr "Mirrorserver %s verwalten"
-#: ../src/templates/jobs-filter.html:36
-msgid "Only show jobs, that have been built by this builder."
-msgstr ""
+msgid "Manage"
+msgstr "Verwalten"
-#: ../src/templates/jobs-filter.html:53
-msgid "Only show jobs, with this architecture."
-msgstr ""
+#, c-format
+msgid "Manage mirror: %s"
+msgstr "Mirrorserver: %s verwalten"
-#: ../src/templates/jobs-filter.html:59 ../src/templates/search-form.html:35
-#: ../src/templates/search-results.html:40
-msgid "Go!"
-msgstr "Start!"
+msgid "The canonical hostname."
+msgstr "Der kanonische Hostname."
-#: ../src/templates/jobs-index.html:30
-#, c-format
-msgid "Showing only jobs from %s."
+msgid "Check if this mirror server supports HTTPS."
msgstr ""
-#: ../src/templates/jobs-index.html:37
-#, c-format
-msgid "Showing only builds that have been built on %s."
-msgstr ""
+msgid "Contact information"
+msgstr "Kontaktinformationen"
-#: ../src/templates/jobs-index.html:45
-#, c-format
-msgid "Showing only jobs built for %s."
-msgstr ""
+msgid "Owner"
+msgstr "Eigentümer"
-#: ../src/templates/keys-delete.html:3
-#, c-format
-msgid "Delete key %s"
-msgstr "Schlüssel %s löschen"
+msgid "The owner of the mirror server."
+msgstr "Der Eigentümer des Mirrorservers."
-#: ../src/templates/keys-delete.html:25 ../src/templates/keys-import.html:28
-msgid "Key"
-msgstr "Schlüssel"
+msgid "Contact address"
+msgstr "Kontaktadresse"
-#: ../src/templates/keys-delete.html:29
-#, c-format
-msgid "You are going to delete the key %s."
+msgid "An email address to contact an administrator of the mirror."
msgstr ""
+"Eine Emailadresse um den Administrator dieses Mirrorservers zu kontaktieren."
-#: ../src/templates/keys-delete.html:41
-msgid "Delete key"
-msgstr "Schlüssel löschen"
+msgid "This won't be made public."
+msgstr "Dies wird nicht öffentlich gemacht."
-#: ../src/templates/keys-import.html:3 ../src/templates/keys-import.html:16
-#: ../src/templates/keys-import.html:39 ../src/templates/keys-list.html:106
-msgid "Import new key"
-msgstr "Neuen Schlüssel importieren"
+msgid "Save changes"
+msgstr "Änderungen speichern"
-#: ../src/templates/keys-import.html:21
-msgid "Import a new key"
-msgstr "Einen neuen Schlüssel importieren"
+msgid "On this page, you will see a list of all mirror servers."
+msgstr "Auf dieser Seite siehst Du eine Liste mit allen Mirrorservern."
-#: ../src/templates/keys-import.html:33
-msgid "Paste the key to import."
-msgstr "Füge den zu importierenden Schlüssel ein."
+msgid "Up"
+msgstr "Hoch"
-#: ../src/templates/keys-list.html:21
-msgid "The keys are a very important component when it comes to security."
+msgid "Out Of Sync"
msgstr ""
-#: ../src/templates/keys-list.html:22
-msgid ""
-"Each package in the Pakfire Build Service is signed to prove its "
-"authenticity."
+msgid "Down"
msgstr ""
-#: ../src/templates/keys-list.html:31
-msgid "Fingerprint"
-msgstr "Fingerabdruck"
-
-#: ../src/templates/keys-list.html:33
-msgid "Expires"
-msgstr "Läuft ab"
+msgid "There are no mirrors configured, yet."
+msgstr "Es wurden noch keine Mirrorserver eingerichtet."
-#: ../src/templates/keys-list.html:51
-msgid "Lookup"
-msgstr "Anzeigen"
+msgid "New mirror"
+msgstr "Neuer Mirrorserver"
-#: ../src/templates/keys-list.html:55
-#: ../src/templates/modules/files-table.html:5
-#: ../src/templates/modules/packages-table.html:21
-#: ../src/templates/package-detail.html:152
-msgid "Download"
-msgstr "Herunterladen"
+msgid "Add a new mirror"
+msgstr "Einen Mirrorserver hinzufügen"
-#: ../src/templates/keys-list.html:75 ../src/templates/keys-list.html:77
-msgid "Subkey"
-msgstr "Unterschlüssel"
+msgid "Enter the canonical hostname of the mirror."
+msgstr ""
-#: ../src/templates/keys-list.html:90
-msgid "This key does not expire."
-msgstr "Dieser Schlüssel läuft nicht ab."
-
-#: ../src/templates/login.html:3 ../src/templates/login.html:7
-#: ../src/templates/login.html:34
-#: ../src/templates/modules/modal-build-comment.html:56
-msgid "Login"
-msgstr "Login"
-
-#: ../src/templates/login.html:12
-msgid "Login failed!"
-msgstr "Login fehlgeschlagen!"
-
-#: ../src/templates/login.html:13
-msgid "Username and/or password was wrong. Login failed."
-msgstr "Falscher Benutzername und/oder Passwort. Login fehlgeschlagen."
-
-#: ../src/templates/login.html:22 ../src/templates/register.html:30
-#: ../src/templates/user-profile-edit.html:37
-#: ../src/templates/user-profile.html:37
-msgid "Username"
-msgstr "Benutzername"
-
-#: ../src/templates/login.html:28 ../src/templates/register.html:67
-#: ../src/templates/user-profile-edit.html:101
-msgid "Password"
-msgstr "Passwort"
-
-#: ../src/templates/login.html:41
-msgid "You also might want to..."
-msgstr ""
-
-#: ../src/templates/login.html:44
-msgid "Register a new account."
-msgstr "Einen neuen Account erstellen."
-
-#: ../src/templates/login.html:47
-msgid "Recover your password."
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:3
-#, c-format
-msgid "Delete mirror %s"
-msgstr "Mirrorserver %s löschen"
-
-#: ../src/templates/mirrors-delete.html:25
-#, c-format
-msgid "Delete mirror: %s"
-msgstr "Mirrorserver: %s löschen"
-
-#: ../src/templates/mirrors-delete.html:29
-#, c-format
-msgid "You are going to delete the mirror %s."
-msgstr "Du bist im Begriff Mirrorserver %s zu löschen."
-
-#: ../src/templates/mirrors-detail.html:3
-#: ../src/templates/mirrors-detail.html:46
-#, c-format
-msgid "Mirror: %s"
-msgstr "Mirrorserver: %s"
-
-#: ../src/templates/mirrors-detail.html:29
-msgid "Edit settings"
-msgstr "Einstellungen bearbeiten"
-
-#: ../src/templates/mirrors-detail.html:37
-msgid "Delete mirror"
-msgstr "Mirrorserver löschen"
-
-#: ../src/templates/mirrors-detail.html:47
-#, c-format
-msgid "hosted by %s"
-msgstr "gehosted von %s"
-
-#: ../src/templates/mirrors-detail.html:75
-msgid "Status information"
-msgstr "Statusinformationen"
-
-#: ../src/templates/mirrors-detail.html:79
-msgid "Status"
-msgstr "Status"
-
-#: ../src/templates/mirrors-detail.html:84
-#: ../src/templates/mirrors-list.html:45
-msgid "Last check"
-msgstr "Letzter Check"
-
-#: ../src/templates/mirrors-detail.html:89
-msgid "Never"
-msgstr "Nie"
-
-#: ../src/templates/mirrors-detail.html:103
-msgid "View larger map"
-msgstr "Größere Karte anzeigen"
-
-#: ../src/templates/mirrors-detail.html:108
-msgid "The location of the mirror server is estimated by the IP address."
-msgstr "Der Standort des Mirrorservers wird durch die IP-Adresse geschätzt."
-
-#: ../src/templates/mirrors-detail.html:112
-msgid "The location of the mirror server could not be estimated."
-msgstr "Der Standort des Mirrorservers konnte nicht ermittelt werden."
-
-#: ../src/templates/mirrors-edit.html:3
-#, c-format
-msgid "Manage mirror %s"
-msgstr "Mirrorserver %s verwalten"
-
-#: ../src/templates/mirrors-edit.html:25
-#, c-format
-msgid "Manage mirror: %s"
-msgstr "Mirrorserver: %s verwalten"
-
-#: ../src/templates/mirrors-edit.html:37
-msgid "The canonical hostname."
-msgstr "Der kanonische Hostname."
-
-#: ../src/templates/mirrors-edit.html:47
-msgid "Only enabled mirrors will be pushed out to the clients."
-msgstr "Nur aktivierte Mirrorserver werden den Clients genannt."
-
-#: ../src/templates/mirrors-edit.html:54
-msgid "Contact information"
-msgstr "Kontaktinformationen"
-
-#: ../src/templates/mirrors-edit.html:57 ../src/templates/mirrors-list.html:43
-#: ../src/templates/modules/changelog/entry.html:48
-#: ../src/templates/uploads-list.html:25
-msgid "Owner"
-msgstr "Eigentümer"
-
-#: ../src/templates/mirrors-edit.html:62
-msgid "The owner of the mirror server."
-msgstr "Der Eigentümer des Mirrorservers."
-
-#: ../src/templates/mirrors-edit.html:68
-msgid "Contact address"
-msgstr "Kontaktadresse"
-
-#: ../src/templates/mirrors-edit.html:73
-msgid "An email address to contact an administrator of the mirror."
-msgstr ""
-"Eine Emailadresse um den Administrator dieses Mirrorservers zu kontaktieren."
-
-#: ../src/templates/mirrors-edit.html:75
-msgid "This won't be made public."
-msgstr "Dies wird nicht öffentlich gemacht."
-
-#: ../src/templates/mirrors-list.html:24 ../src/templates/mirrors-new.html:3
-msgid "Add new mirror"
-msgstr "Neuen Mirrorserver hinzufügen"
-
-#: ../src/templates/mirrors-list.html:36
-msgid "On this page, you will see a list of all mirror servers."
-msgstr "Auf dieser Seite siehst Du eine Liste mit allen Mirrorservern."
-
-#: ../src/templates/mirrors-list.html:64
-msgid "Up"
-msgstr "Hoch"
-
-#: ../src/templates/mirrors-list.html:68
-msgid "Down"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:90
-msgid "There are no mirrors configured, yet."
-msgstr "Es wurden noch keine Mirrorserver eingerichtet."
-
-#: ../src/templates/mirrors-new.html:16
-msgid "New mirror"
-msgstr "Neuer Mirrorserver"
-
-#: ../src/templates/mirrors-new.html:21
-msgid "Add a new mirror"
-msgstr "Einen Mirrorserver hinzufügen"
-
-#: ../src/templates/mirrors-new.html:34
-msgid "Enter the canonical hostname of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:40
msgid "Path"
msgstr "Pfad"
-#: ../src/templates/mirrors-new.html:46
msgid "The path to the files on the server."
msgstr "Der Pfad zu den Dateien auf dem Server."
-#: ../src/templates/mirrors-new.html:52
msgid "Create new mirror"
msgstr "Neuen Mirrorserver erstellen"
-#: ../src/templates/modules/builders/load.html:2
-msgid "Current load of the build cluster"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:4
-#: ../src/templates/package-properties.html:71
-#: ../src/templates/package-properties.html:82
-msgid "Critical path"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:9
msgid "Release build"
msgstr "Release-Build"
-#: ../src/templates/modules/build-headline.html:11
-#: ../src/templates/modules/changelog/entry.html:22
msgid "Scratch build"
msgstr "Scratch-Build"
-#: ../src/templates/modules/build-offset.html:8
msgid "As soon as possible"
msgstr "Sobald als möglich"
-#: ../src/templates/modules/build-offset.html:9
msgid "After 5 minutes"
msgstr "In 5 Minuten"
-#: ../src/templates/modules/build-offset.html:10
msgid "After 15 minutes"
msgstr "In 15 Minuten"
-#: ../src/templates/modules/build-offset.html:11
msgid "After one hour"
msgstr "In einer Stunde"
-#: ../src/templates/modules/build-offset.html:12
msgid "After one day"
msgstr "In einem Tag"
-#: ../src/templates/modules/build-offset.html:17
msgid "Set the time after which the build job starts."
msgstr "Zeitpunkt des Build-Jobs einstellen."
-#: ../src/templates/modules/build-offset.html:22
msgid "Schedule build"
msgstr "Build planen"
-#: ../src/templates/modules/build-state-warnings.html:3
msgid "This build is broken!"
msgstr "Dieses Build ist defekt!"
-#: ../src/templates/modules/build-state-warnings.html:4
msgid ""
"This means that the package may cause severe damage on your system and/or "
"does not work at all."
msgstr ""
-#: ../src/templates/modules/build-state-warnings.html:8
msgid "This build is obsolete!"
msgstr "Dieser Build ist obsolet!"
-#: ../src/templates/modules/build-state-warnings.html:9
msgid "This means that this package has been replaced with a new one."
msgstr ""
-#: ../src/templates/modules/build-table.html:17
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-detail.html:50
msgid "Repository"
msgstr "Repositorium"
-#: ../src/templates/modules/build-table.html:83
-msgid "There are no builds to show at this place right now."
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:8
-#, c-format
-msgid "on %s"
-msgstr "zu %s"
-
-#: ../src/templates/modules/comments-table.html:11
-#, c-format
-msgid "by %s"
-msgstr "von %s"
-
-#: ../src/templates/modules/comments-table.html:16
-msgid "Updated"
-msgstr "Aktualisiert"
-
-#: ../src/templates/modules/comments-table.html:22
-msgid "No comments so far."
-msgstr "Bisher keine Kommentare."
+msgid "Created"
+msgstr "Erstellt"
-#: ../src/templates/modules/files-table.html:7
-msgid "Info"
-msgstr "Info"
+#, fuzzy
+msgid "In repository since"
+msgstr "Binärrepositories"
-#: ../src/templates/modules/footer.html:5
-msgid ""
-"Pakfire is the buildsystem that is used to build the IPFire Linux firewall "
-"distribution."
+msgid "Can be moved forward"
msgstr ""
-"Pakfire ist das Buildsystem, um die Linux Firewall Distribution IPFire zu "
-"bauen."
-#: ../src/templates/modules/footer.html:6
-msgid "It also installs and updates packages on the IPFire systems."
+msgid "There are no builds to show at this place right now."
msgstr ""
-"Es wird auch für die Installation und zur Aktualisierung von Paketen auf "
-"IPFire Systemen verwendet."
-#: ../src/templates/modules/footer.html:11
-msgid "Code licensed under the GNU General Public License v3."
-msgstr "Code ist Lizensiert unter der GNU Public License v3."
+msgid "Subject"
+msgstr "Betreff"
-#: ../src/templates/modules/jobs/list.html:7
-msgid "Runtime"
-msgstr "Laufzeit"
+msgid "Download"
+msgstr "Herunterladen"
-#: ../src/templates/modules/jobs/status.html:9
-msgid "This build has got no jobs."
-msgstr "Dieser Build hat keine Jobs."
+msgid "Info"
+msgstr "Info"
-#: ../src/templates/modules/jobs-table.html:4
msgid "Arch"
msgstr "Arch"
-#: ../src/templates/modules/jobs-table.html:7
msgid "Duration"
msgstr "Dauer"
-#: ../src/templates/modules/jobs-table.html:19 ../src/web/ui_modules.py:325
-msgid "New"
-msgstr "Neu"
+msgid "Pending"
+msgstr "In der Warteschlange"
+
+msgid "Failed"
+msgstr "Fehlgeschlagen"
+
+msgid "Dispatching"
+msgstr "Vorbereitung"
+
+msgid "Finished"
+msgstr "Beendet"
+
+msgid "Running"
+msgstr "Laufend"
-#: ../src/templates/modules/jobs-table.html:31 ../src/web/ui_modules.py:300
msgid "Aborted"
msgstr "Abgebrochen"
-#: ../src/templates/modules/jobs-table.html:33
-msgid "Dependency error"
-msgstr "Abhängigkeitsfehler"
-
-#: ../src/templates/modules/jobs-table.html:47
#, c-format
msgid "Running since %s"
msgstr "Läuft seit %s"
-#: ../src/templates/modules/jobs-table.html:51
msgid "Not finished, yet."
msgstr "Noch nicht beendet."
-#: ../src/templates/modules/jobs-table.html:60
#, c-format
msgid "This package only supports %s."
msgstr "Dieses Paket unterstützt nur %s."
-#: ../src/templates/modules/jobs-table.html:66
msgid "No jobs, yet."
msgstr "Noch keine Jobs."
-#: ../src/templates/modules/log-entry-comment.html:22
+#, fuzzy, c-format
+msgid "Finished %s"
+msgstr "Beendet"
+
+#, c-format
+msgid "on %s"
+msgstr "zu %s"
+
+msgid "This build has got no jobs."
+msgstr "Dieser Build hat keine Jobs."
+
msgid "No comment given."
msgstr "Keine Kommentare."
-#: ../src/templates/modules/log-entry.html:21
msgid "You"
msgstr "Du"
-#: ../src/templates/modules/log-table.html:23
msgid "No log entries, yet."
msgstr "Noch keine Logeinträge."
-#: ../src/templates/modules/modal-base.html:25
-#: ../src/templates/user-forgot-password.html:49
msgid "Submit"
msgstr "Bereitstellen"
-#: ../src/templates/modules/modal-build-comment.html:8
#, c-format
msgid "Comment on %s"
msgstr "Kommentiere %s"
-#: ../src/templates/modules/modal-build-comment.html:10
msgid "Log in to comment"
msgstr "Logge dich ein um zu kommentieren"
-#: ../src/templates/modules/modal-build-comment.html:26
+msgid "Comment"
+msgstr "Kommentar"
+
msgid "Vote"
msgstr "Bewertung"
-#: ../src/templates/modules/modal-build-comment.html:30
msgid "Not tested."
msgstr "Nicht getestet."
-#: ../src/templates/modules/modal-build-comment.html:34
msgid "Works for me."
msgstr "Funktioniert bei mir."
-#: ../src/templates/modules/modal-build-comment.html:38
msgid "Does not work."
msgstr "Funktioniert nicht."
-#: ../src/templates/modules/modal-build-comment.html:46
msgid "You need to log in to comment."
msgstr "Du musst eingeloggt sein um zu kommentieren."
-#: ../src/templates/modules/modal-build-comment.html:47
msgid "Click on the button below to do so."
msgstr ""
-#: ../src/templates/modules/modal-build-comment.html:54
msgid "Submit comment"
msgstr "Kommentar abschicken"
-#: ../src/templates/modules/modal-build-push.html:7
+msgid "Login"
+msgstr "Login"
+
#, c-format
msgid "Push %s to a repository"
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:15
msgid "Not all jobs are finished!"
msgstr "Es sind nicht alle Jobs beendet."
-#: ../src/templates/modules/modal-build-push.html:16
msgid ""
"So it is <em>strongly</em> discouraged to push this build into the next "
"repository."
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:35
msgid "The build will be put into this repository."
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:44
msgid "You are going to push this build into a new repository."
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:45
msgid ""
"This means that the build won't be part of the repository it is currently in "
"anymore."
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:48
msgid ""
"Please make sure you tested this build well enough that it will keep up with "
"the quality level of the target repository."
msgstr ""
-#: ../src/templates/modules/modal-build-unpush.html:6
#, c-format
msgid "Unpush %s from a repository"
msgstr ""
-#: ../src/templates/modules/modal-build-unpush.html:27
msgid "You are going to unpush this build from its repository."
msgstr ""
-#: ../src/templates/modules/modal-build-unpush.html:28
msgid ""
"This means that the build won't be installable from this repository anymore."
msgstr ""
-#: ../src/templates/modules/modal-build-unpush.html:33
msgid ""
"If you consider this build being obsolete or broken, please don't forget to "
"mark it so."
msgstr ""
-#: ../src/templates/modules/package-header.html:19
-#, fuzzy
-msgid "Group"
-msgstr "Gruppe"
+#, fuzzy
+msgid "Group"
+msgid_plural "Groups"
+msgstr[0] "Gruppe"
+msgstr[1] "Gruppe"
+
+#, c-format
+msgid "added %s"
+msgstr "hinzugefügt %s"
+
+msgid "Run"
+msgstr "Starten"
+
+msgid "Remove action"
+msgstr "Aktion entfernen"
+
+#, fuzzy
+msgid "One more score needed."
+msgid_plural "%(score)s more scores needed."
+msgstr[0] "Es werden keine weiteren credits benötigt."
+msgstr[1] "Es werden keine weiteren credits benötigt."
+
+#, fuzzy
+msgid "No more scores needed."
+msgstr "Es werden keine weiteren credits benötigt."
+
+#, c-format
+msgid "Maintainer: %s"
+msgstr "Betreuer: %s"
+
+msgid "Go to package description"
+msgstr "Zur Paketbeschreibung"
+
+msgid "Auto-select"
+msgstr "Automatisch auswählen"
+
+msgid "No. of commits"
+msgstr "Anzahl an Commits"
+
+msgid "Latest commit"
+msgstr "Letzter Commit"
+
+#, c-format
+msgid "Branch: %s"
+msgstr "Branch: %s"
+
+msgid "You."
+msgstr "Du."
+
+msgid "You and one other."
+msgstr "Du und ein weiterer."
+
+#, c-format
+msgid "You and %s others."
+msgstr "Du und %s weitere."
+
+#, fuzzy
+msgid "One person."
+msgid_plural "%(num)s people."
+msgstr[0] "Eine Person."
+msgstr[1] "Eine Person."
+
+msgid ""
+"All users who watch this build will be automatically notified about status "
+"changes and comments."
+msgstr ""
+"Alle Benutzer, welche den Build beobachten, werden automatisch über "
+"Statusänderungen und Kommentare informiert."
+
+msgid "This is an easy way of staying up to date."
+msgstr ""
+
+msgid "Nobody watches this build, yet. Be the first one."
+msgstr ""
+
+msgid "Watch this build"
+msgstr "Diesen Build beobachten"
+
+msgid "Add a watcher"
+msgstr "Einen Beobachter hinzufügen"
+
+msgid "Close"
+msgstr "Schließen"
+
+msgid "Properties"
+msgstr "Eigenschaften"
+
+msgid "Maintainers"
+msgstr "Betreuer"
+
+msgid "Default priority"
+msgstr "Standardpriorität"
+
+msgid ""
+"A big benefit of the Pakfire Build Service is, that builds are available to "
+"end-users in a very short time."
+msgstr ""
+
+msgid ""
+"Some packages might need some extra boost if the build servers are very busy."
+msgstr ""
+
+msgid "You may set a default priority for all builds of this package."
+msgstr "Du kannst eine Standardpriorität für Builds dieses Pakets einstellen."
+
+msgid "Very high"
+msgstr "Sehr Hoch"
+
+msgid "High"
+msgstr "Hoch"
+
+msgid "Medium"
+msgstr "Normal"
+
+msgid "Low"
+msgstr "Niedrig"
+
+msgid "Very low"
+msgstr "Sehr Niedrig"
+
+msgid "Critical path"
+msgstr ""
+
+msgid ""
+"A package that belongs to the critical path is a package that plays a very "
+"essential role in the distribution."
+msgstr ""
+"Ein Paket, dass zu dem kritischem Teil gehört, ist ein Paket, das eine sehr "
+"grundlegende Funktion für die Distribution hat."
+
+msgid ""
+"If such a package is broken, it may not be possible to boot or recover the "
+"system anymore, so we need to be extra sure that these packages work."
+msgstr ""
+
+msgid ""
+"If this package is marked to belong to the critical path, it will need a "
+"higher score to pass to the next repository and more."
+msgstr ""
+
+msgid "Learn more."
+msgstr "Mehr erfahren."
+
+msgid "Open Bugs In This Package"
+msgstr ""
+
+#, fuzzy
+msgid "Show All Bugs"
+msgstr "Alle Bugs anzeigen"
+
+msgid "File A New Bug"
+msgstr ""
+
+#, fuzzy
+msgid "Download Package"
+msgstr "Datei herunterladen"
+
+#, fuzzy, c-format
+msgid "Build from %s"
+msgstr "Builder: %s"
+
+msgid "Filelist"
+msgstr "Dateiliste"
+
+#, fuzzy, c-format
+msgid "Download (%s)"
+msgstr "Herunterladen"
+
+#, fuzzy
+msgid "Job Queue"
+msgstr "Job-Warteschlange"
+
+#, fuzzy, c-format
+msgid "Builds in %s"
+msgstr "Builds von %s"
+
+#, fuzzy
+msgid "Create"
+msgstr "Erstellt"
+
+#, fuzzy
+msgid "- Select -"
+msgstr "Auswahl"
+
+#, fuzzy
+msgid "Create Repository"
+msgstr "Aktuelles Repositorium"
+
+msgid "Describe what this repository will contain"
+msgstr ""
+
+msgid "Priority"
+msgstr "Priorität"
+
+#, fuzzy
+msgid "Listed"
+msgstr "Registriert"
+
+msgid "By unchecking this box, you can hide this repository from being listed"
+msgstr ""
+
+msgid "Enable Mirroring"
+msgstr ""
+
+msgid "If enabled, this repository will be made available on mirror servers"
+msgstr ""
+
+#, fuzzy
+msgid "Download Configuration"
+msgstr "Datei herunterladen"
+
+msgid "Search"
+msgstr "Suche"
+
+#, fuzzy, c-format
+msgid "We could not find anything for '%s'"
+msgstr "Ich konnte nicht finden wonach Du gesucht hast."
+
+msgid "Go!"
+msgstr "Start!"
+
+msgid "Sources repositories"
+msgstr "Quellrepositorien"
+
+msgid "Source repositories"
+msgstr "Quell-Repositories"
+
+msgid "Add source repository"
+msgstr "Quellrepository hinzufügen"
+
+msgid "Blah 123"
+msgstr "Blah 123"
+
+#, fuzzy
+msgid "Delete User"
+msgstr "%s löschen"
+
+#, fuzzy
+msgid "Are you sure you want to delete your account?"
+msgstr "Möchten Sie wirklich Ihren eigenen Account löschen?"
+
+#, fuzzy, c-format
+msgid "Are you sure you want to delete the user '%s'?"
+msgstr "Möchten Sie den Benutzer %s wirklich löschen?"
+
+#, fuzzy
+msgid "Edit User"
+msgstr "Einstellungen bearbeiten"
+
+#, c-format
+msgid "Send an Email to %s"
+msgstr ""
+
+msgid "Quota"
+msgstr ""
+
+#, python-format
+msgid "%(min)d min"
+msgstr ""
+
+#, python-format
+msgid "%(hrs)d:%(min)02d hrs"
+msgstr ""
+
+msgid "User not found."
+msgstr "Benutzer nicht gefunden."
+
+msgid "Recommends"
+msgstr ""
+
+msgid "Suggests"
+msgstr ""
+
+msgid "Today"
+msgstr "Heute"
+
+msgid "Yesterday"
+msgstr "Gestern"
+
+msgid "Uploading"
+msgstr "Hochladen"
+
+#, python-format
+msgid "Unknown: %s"
+msgstr "Unbekannt: %s"
+
+#, python-format
+#~ msgid "%(user_name)s commented on %(build_name)s"
+#~ msgstr "%(user_name)s kommentierte %(build_name)s"
+
+#, python-format
+#~ msgid "[%(build_name)s] Build job failed."
+#~ msgstr "[%(build_name)s] Buildjob fehlgeschlagen."
+
+#, python-format
+#~ msgid ""
+#~ "The build job \"%(build_name)s\" has failed.\n"
+#~ "\n"
+#~ "This could have a couple of reasons and needs to be investigated by you.\n"
+#~ "\n"
+#~ "Here is more information about the incident:\n"
+#~ "\n"
+#~ " Build name: %(build_name)s\n"
+#~ " Build host: %(build_host)s\n"
+#~ "\n"
+#~ "Click on this link to get all details about the build:\n"
+#~ " https://pakfire.ipfire.org/job/%(build_uuid)s\n"
+#~ "\n"
+#~ "Sincerely,\n"
+#~ " The Pakfire Build Service"
+#~ msgstr ""
+#~ "Der Build Job \"%(build_name)s\" ist fehlgeschlagen.\n"
+#~ "\n"
+#~ "Dies kann unterschiedliche Ursachen haben und sollte näher von Dir "
+#~ "untersucht werden.\n"
+#~ "\n"
+#~ "Hier sind weitere Informationen zu dem Vorfall:\n"
+#~ "\n"
+#~ "Build Name: %(build_name)s\n"
+#~ "Build Host: %(build_host)s\n"
+#~ "\n"
+#~ "Klicken Sie auf diesen Link um alle Details über den Build zu erhalten: "
+#~ "https://pakfire.ipfire.org/job/%(build_uuid)s\n"
+#~ "\n"
+#~ "Mit freundlichen Grüßen\n"
+#~ "\n"
+#~ "Der Pakfire Build Service"
+
+#, python-format
+#~ msgid "[%(build_name)s] Build job finished."
+#~ msgstr "[%(build_name)s] Buildjob erfolgreich."
+
+#, python-format
+#~ msgid ""
+#~ "The build job \"%(build_name)s\" has finished.\n"
+#~ "\n"
+#~ "If you are the maintainer, it is up to you to push it to one or more "
+#~ "repositories.\n"
+#~ "\n"
+#~ "Click on this link to get all details about the build:\n"
+#~ " https://pakfire.ipfire.org/job/%(build_uuid)s\n"
+#~ "\n"
+#~ "Sincerely,\n"
+#~ " The Pakfire Build Service"
+#~ msgstr ""
+#~ "Der Build Job \"%(build_name)s\" wurde beendet.\n"
+#~ "\n"
+#~ "Bist Du der Maintainer, ist es nun an Dir, den Build in ein oder mehrere "
+#~ "Repositories zu verschieben.\n"
+#~ "\n"
+#~ "Klicke auf diesen Link um alle Details über den Build zu sehen:\n"
+#~ "https://pakfire.ipfire.org/job/%(build_uuid)s\n"
+#~ "\n"
+#~ "Grüße,\n"
+#~ "Der Packfire Build Service"
+
+#~ msgid "Account Activation"
+#~ msgstr "Account aktivieren"
+
+#, fuzzy
+#~ msgid ""
+#~ "You, or somebody using your email address, has registered an account on "
+#~ "the Pakfire Build Service."
+#~ msgstr ""
+#~ "Sie, oder jemand, der Ihre E-Mail-Adresse benutzt, hat einen Account im "
+#~ "Pakfire Build Service registriert."
+
+#~ msgid "To activate your account, please click on the link below."
+#~ msgstr "Um Ihren Account zu aktivieren, klicken Sie auf den Link."
+
+#~ msgid "Documentation"
+#~ msgstr "Dokumentation"
+
+#~ msgid "Administration"
+#~ msgstr "Administration"
+
+#~ msgid "Uploads"
+#~ msgstr "Uploads"
+
+#~ msgid "Impersonated by"
+#~ msgstr "vertreten durch"
+
+#~ msgid "End impersonation"
+#~ msgstr "Beende Impersonierung"
+
+#~ msgid "Logout"
+#~ msgstr "Ausloggen"
+
+#~ msgid "Register"
+#~ msgstr "Registrieren"
+
+#~ msgid "Forgot your password?"
+#~ msgstr "Passwort vergessen?"
+
+#~ msgid "Bug list"
+#~ msgstr "Bug-Liste"
+
+#~ msgid "No bugs here, yet."
+#~ msgstr "Aktuell sind keine Bugs vorhanden."
+
+#, fuzzy
+#~ msgid "Click below to add one."
+#~ msgstr "Klicke unten um einen hinzuzufügen."
+
+#~ msgid "Add"
+#~ msgstr "Hinzufügen"
+
+#~ msgid "Remove"
+#~ msgstr "Entfernen"
+
+#~ msgid "Back"
+#~ msgstr "Zurück"
+
+#~ msgid "Add a bug"
+#~ msgstr "Bug hinzufügen"
+
+#~ msgid "Bug ID"
+#~ msgstr "Bug-ID"
+
+#~ msgid "Enter a bug ID."
+#~ msgstr "Gib eine Bug-ID ein."
+
+#~ msgid "This is a list of more open bugs of this package."
+#~ msgstr "Dies ist eine Liste weiterer offener Bugs dieses Pakets."
+
+#~ msgid "Maybe you want to pick one of these."
+#~ msgstr "Vielleicht möchtest Du einen von diesen auswählen."
+
+#~ msgid "Add bug"
+#~ msgstr "Bug hinzufügen"
+
+#~ msgid "Remove a bug"
+#~ msgstr "Bug entfernen"
+
+#~ msgid "Enter a bug ID from the list below."
+#~ msgstr "Trage eine Bug-ID aus der unten stehenden Liste ein."
+
+#~ msgid "Remove bug"
+#~ msgstr "Bug entfernen"
+
+#~ msgid "(broken)"
+#~ msgstr "(defekt)"
-#: ../src/templates/modules/packages/dependency-table.html:9
-msgid "Pre-requires"
-msgstr ""
+#~ msgid "Security update"
+#~ msgstr "Sicherheitsupdate"
-#: ../src/templates/modules/packages/dependency-table.html:15
-msgid "Recommends"
-msgstr ""
+#~ msgid "Bug fix update"
+#~ msgstr "Bugfix-Update"
-#: ../src/templates/modules/packages/dependency-table.html:17
-msgid "Suggests"
-msgstr ""
+#~ msgid "Enhancement"
+#~ msgstr "Erweiterung"
+
+#~ msgid "New package"
+#~ msgstr "Neues Paket"
+
+#~ msgid "Change state"
+#~ msgstr "Änderungs Status"
-#: ../src/templates/modules/repo-actions-table.html:5
#, c-format
-msgid "added %s"
-msgstr "hinzugefügt %s"
+#~ msgid "You are going to delete the build host <strong>%s</strong>."
+#~ msgstr "Sie sind im Begriff den build host <strong>%s</strong> zu löschen."
-#: ../src/templates/modules/repo-actions-table.html:10
-msgid "Run"
-msgstr "Starten"
+#~ msgid "Renew passphrase"
+#~ msgstr "Passphrase erneuern"
-#: ../src/templates/modules/repo-actions-table.html:12
-msgid "Remove action"
-msgstr "Aktion entfernen"
+#~ msgid "Delete builder"
+#~ msgstr "Builder löschen"
-#: ../src/templates/modules/repo-actions-table.html:19
-msgid "%(credits)s more credit needed."
-msgstr ""
+#~ msgid "Warning"
+#~ msgstr "Warnung"
-#: ../src/templates/modules/repo-actions-table.html:21
-msgid "No more credits needed."
-msgstr "Es werden keine weiteren credits benötigt."
+#~ msgid "This builder is overloaded."
+#~ msgstr "Dieser Builder ist überlastet."
+
+#~ msgid "New jobs will be started automatically after the load decreased."
+#~ msgstr ""
+#~ "Neue Jobs werden automatisch gestartet wenn die Last abgenommen hat."
+
+#~ msgid "Disabled"
+#~ msgstr "Deaktiviert"
+
+#~ msgid "Deleted"
+#~ msgstr "Gelöscht"
-#: ../src/templates/modules/repo-actions-table.html:25
#, c-format
-msgid "Maintainer: %s"
-msgstr "Betreuer: %s"
+#~ msgid "Unknown status: %s"
+#~ msgstr "Unbekannter Status: %s"
-#: ../src/templates/modules/repo-actions-table.html:28
-msgid "Go to package description"
-msgstr "Zur Paketbeschreibung"
+#~ msgid "Parallel builds"
+#~ msgstr "Parallele Builds"
-#: ../src/templates/modules/repository-table.html:5
-msgid "No. of builds"
-msgstr "Anzahl an Builds"
+#, fuzzy
+#~ msgid "One job only."
+#~ msgstr "Nur ein Job."
-#: ../src/templates/modules/repository-table.html:6
-#: ../src/templates/repository-detail.html:44
-msgid "Enabled for builds"
-msgstr ""
+#~ msgid "This host builds"
+#~ msgstr "Dieser Builder baut:"
-#: ../src/templates/modules/repository-table.html:21
-#: ../src/templates/repository-detail.html:68
-#: ../src/templates/user-profile.html:136
-msgid "Yes"
-msgstr "Ja"
+#~ msgid "Release builds"
+#~ msgstr "Release-Build"
-#: ../src/templates/modules/repository-table.html:23
-#: ../src/templates/repository-detail.html:70
-#: ../src/templates/user-profile.html:138
-msgid "No"
-msgstr "Nein"
+#~ msgid "Scratch builds"
+#~ msgstr "Scratch-Build"
-#: ../src/templates/modules/select/locale.html:2
-#: ../src/templates/modules/select/timezone.html:2
-msgid "Auto-select"
-msgstr "Automatisch auswählen"
+#~ msgid "Test builds"
+#~ msgstr "Test-Builds"
-#: ../src/templates/modules/source-table.html:5
-msgid "No. of commits"
-msgstr "Anzahl an Commits"
+#~ msgid "Remarks"
+#~ msgstr "Bemerkungen"
-#: ../src/templates/modules/source-table.html:6
-msgid "Latest commit"
-msgstr "Letzter Commit"
+#~ msgid "CPU model"
+#~ msgstr "CPU-Modell"
-#: ../src/templates/modules/source-table.html:14
-#, c-format
-msgid "Branch: %s"
-msgstr "Branch: %s"
+#~ msgid "CPU count"
+#~ msgstr "CPU Anzahl"
-#: ../src/templates/modules/updates-table.html:18
-msgid "Score:"
-msgstr "Punkte:"
+#~ msgid "Load average"
+#~ msgstr "Durchschnittliche Last"
-#: ../src/templates/modules/watchers-sidebar-table.html:2
-msgid "Watchers"
-msgstr "Beobachter"
+#~ msgid "Overload"
+#~ msgstr "Überlastung"
-#: ../src/templates/modules/watchers-sidebar-table.html:7
-#: ../src/templates/modules/watchers-sidebar-table.html:36
-msgid "You."
-msgstr "Du."
+#~ msgid "Free disk space"
+#~ msgstr "Freier Festplattenspeicher"
-#: ../src/templates/modules/watchers-sidebar-table.html:9
-msgid "You and one other."
-msgstr "Du und ein weiterer."
+#~ msgid "The builder must be enabled in order to process build jobs."
+#~ msgstr "Der Buildserver muss aktiviert sein, um Build-Jobs zu erhalten."
+
+#~ msgid "This is the number of build jobs that are started in parallel."
+#~ msgstr ""
+#~ "Dies ist die Anzahl der Build-Jobs welche gleichzeitig gestartet sind."
+
+#~ msgid "Authorized to build release builds."
+#~ msgstr "Berechtigt zum erstellen von Release-Builds."
+
+#~ msgid "Authorized to build scratch builds."
+#~ msgstr "Berechtigt zum erstellen von Scratch-Builds."
+
+#~ msgid "Authorized to build test builds."
+#~ msgstr "Berechtigt zum erstellen von Test-Builds."
-#: ../src/templates/modules/watchers-sidebar-table.html:11
#, c-format
-msgid "You and %s others."
-msgstr "Du und %s weitere."
+#~ msgid "The new host <strong>%s</strong> has been successfully created."
+#~ msgstr "Der neue Host <strong>%s</strong> wurde erfolgreich erstellt."
-#: ../src/templates/modules/watchers-sidebar-table.html:14
-#, fuzzy
-msgid "One person."
-msgstr "Eine Person."
+#, c-format
+#~ msgid "The passphrase for <strong>%s</strong> has been regenerated."
+#~ msgstr "Die Passphrase für <strong>%s</strong> wurde erneut generiert."
-#: ../src/templates/modules/watchers-sidebar-table.html:27
-msgid ""
-"All users who watch this build will be automatically notified about status "
-"changes and comments."
-msgstr ""
-"Alle Benutzer, welche den Build beobachten, werden automatisch über "
-"Statusänderungen und Kommentare informiert."
+#~ msgid ""
+#~ "For authorization to the Pakfire Master Server there is a passphrase "
+#~ "required which must be configured to the host."
+#~ msgstr ""
+#~ "Eine erforderliche Passphrase für das System, um sich am Pakfire Master "
+#~ "Server anzumelden."
-#: ../src/templates/modules/watchers-sidebar-table.html:28
-msgid "This is an easy way of staying up to date."
-msgstr ""
+#~ msgid "This passphrase is:"
+#~ msgstr "Die Passphrase lautet:"
-#: ../src/templates/modules/watchers-sidebar-table.html:48
-msgid "Nobody watches this build, yet. Be the first one."
-msgstr ""
+#~ msgid "Next"
+#~ msgstr "Weiter"
-#: ../src/templates/modules/watchers-sidebar-table.html:56
-msgid "Watch this build"
-msgstr "Diesen Build beobachten"
+#~ msgid "Build job list"
+#~ msgstr "Build-Job-Liste"
-#: ../src/templates/modules/watchers-sidebar-table.html:58
-msgid "Add a watcher"
-msgstr "Einen Beobachter hinzufügen"
+#~ msgid "Filter builds"
+#~ msgstr "Builds filtern"
-#: ../src/templates/modules/watchers-sidebar-table.html:62
-msgid "Close"
-msgstr "Schließen"
+#~ msgid "Any"
+#~ msgstr "Alle"
-#: ../src/templates/package-detail.html:42
-msgid "Development package"
-msgstr "Entwicklungspaket"
+#~ msgid "All"
+#~ msgstr "Alle"
-#: ../src/templates/package-detail.html:45
-msgid "Debuginfo package"
-msgstr "Debuginfo-Paket"
+#~ msgid "Permanently failed"
+#~ msgstr "Dauerhafter Fehler"
-#: ../src/templates/package-detail.html:64
-msgid "Homepage"
-msgstr "Homepage"
+#~ msgid "Building"
+#~ msgstr "Building"
-#: ../src/templates/package-detail.html:88
-msgid "Build time"
-msgstr "Buildzeit"
+#~ msgid "Testing"
+#~ msgstr "Testing"
-#: ../src/templates/package-detail.html:130
-msgid "%(size)s when installed"
-msgstr "%(size)s wenn installiert"
+#~ msgid "Stable"
+#~ msgstr "Stable"
-#: ../src/templates/package-detail.html:162
-msgid "Build dependencies"
-msgstr "Build-Abhängigkeiten"
+#~ msgid "Obsolete"
+#~ msgstr "Veraltet"
-#: ../src/templates/package-detail.html:164
-msgid "Dependencies"
-msgstr "Abhängigkeiten"
+#~ msgid "Broken"
+#~ msgstr "Defekt"
-#: ../src/templates/package-detail.html:173
-msgid "Filelist"
-msgstr "Dateiliste"
+#~ msgid "Only show builds with given state."
+#~ msgstr "Nur Builds mit diesem Status anzeigen."
-#: ../src/templates/package-detail-list.html:25
-#: ../src/templates/packages/builds/times.html:20
-#: ../src/templates/packages/builds/times.html:41
-msgid "Build times"
-msgstr ""
+#~ msgid "Build host"
+#~ msgstr "Buildhost"
-#: ../src/templates/package-detail-list.html:58
-msgid "File new bug"
-msgstr ""
+#~ msgid "Display only builds by selected host."
+#~ msgstr "Nur Builds vom ausgewählten Host anzeigen."
-#: ../src/templates/package-detail-list.html:61
-msgid "Show all bugs"
-msgstr "Alle Bugs anzeigen"
+#~ msgid "Show all builds"
+#~ msgstr "Alle Builds anzeigen"
-#: ../src/templates/package-detail-list.html:66
-msgid "Open bugs"
-msgstr "Offene Bugs"
+#~ msgid "Comments"
+#~ msgstr "Kommentare"
-#: ../src/templates/package-detail-list.html:76
-msgid "Full changelog"
-msgstr ""
+#~ msgid "Permission denied"
+#~ msgstr "Erlaubnis verweigert"
-#: ../src/templates/package-properties.html:20
-msgid "Properties"
-msgstr "Eigenschaften"
+#~ msgid ""
+#~ "You do not have the permission to update packages that belong to the "
+#~ "<em>critical path</em>."
+#~ msgstr ""
+#~ "Dir fehlt die nötige Berechtigung zum updaten von Paketen welche zum "
+#~ "<em>critical path</em> gehören."
-#: ../src/templates/package-properties.html:32
-msgid "Maintainers"
-msgstr "Betreuer"
+#~ msgid "Edit build priority"
+#~ msgstr "Build Priorität ändern"
-#: ../src/templates/package-properties.html:37
-#: ../src/templates/package-properties.html:47
-msgid "Default priority"
-msgstr "Standardpriorität"
+#~ msgid "Set the priority of the build process."
+#~ msgstr "Die Priorität des Build-Prozesses einstellen."
-#: ../src/templates/package-properties.html:39
-msgid ""
-"A big benefit of the Pakfire Build Service is, that builds are available to "
-"end-users in a very short time."
-msgstr ""
+#~ msgid "Beware"
+#~ msgstr "Vorsicht"
-#: ../src/templates/package-properties.html:40
-msgid ""
-"Some packages might need some extra boost if the build servers are very busy."
-msgstr ""
+#~ msgid ""
+#~ "Shuffeling build jobs can cause problems with the dependency solving."
+#~ msgstr ""
+#~ "Eine Veränderung der Reihenfolge kann Probleme mit eventuellen "
+#~ "Abhängigkeiten bewirken."
-#: ../src/templates/package-properties.html:43
-msgid "You may set a default priority for all builds of this package."
-msgstr "Du kannst eine Standardpriorität für Builds dieses Pakets einstellen."
+#~ msgid "Don't do this if you are not totally sure you won't break anything."
+#~ msgstr ""
+#~ "Verändern Sie nichts, sofern Sie sich nicht absolut im Klaren sind was "
+#~ "Sie tun."
-#: ../src/templates/package-properties.html:73
-msgid ""
-"A package that belongs to the critical path is a package that plays a very "
-"essential role in the distribution."
-msgstr ""
-"Ein Paket, dass zu dem kritischem Teil gehört, ist ein Paket, das eine sehr "
-"grundlegende Funktion für die Distribution hat."
+#~ msgid "They one at the top is next."
+#~ msgstr "Der oben Stehende ist der Nächste."
-#: ../src/templates/package-properties.html:74
-msgid ""
-"If such a package is broken, it may not be possible to boot or recover the "
-"system anymore, so we need to be extra sure that these packages work."
-msgstr ""
+#~ msgid "No jobs to do."
+#~ msgstr "Kein Job zu erledigen."
-#: ../src/templates/package-properties.html:77
-msgid ""
-"If this package is marked to belong to the critical path, it will need a "
-"higher score to pass to the next repository and more."
-msgstr ""
+#~ msgid "Newer"
+#~ msgstr "Neuere"
-#: ../src/templates/package-properties.html:78
-msgid "Learn more."
-msgstr "Mehr erfahren."
+#~ msgid "Older"
+#~ msgstr "Ältere"
-#: ../src/templates/package-properties.html:86
-msgid "This package belongs to the critical path"
-msgstr ""
+#~ msgid "None"
+#~ msgstr "Keine"
-#: ../src/templates/packages/builds/scratch.html:35
-msgid "There are no scratch builds for this package."
-msgstr ""
+#~ msgid "Edit distribution"
+#~ msgstr "Distribution bearbeiten"
-#: ../src/templates/packages/builds/times.html:3
-msgid "Package build times"
-msgstr ""
+#~ msgid "Delete distribution"
+#~ msgstr "Distribution löschen"
-#: ../src/templates/packages/builds/times.html:34
-msgid "This table shows you how long this package normally takes to be built."
-msgstr ""
+#~ msgid "New binary repository"
+#~ msgstr "Neues Binärrepository"
-#: ../src/templates/packages/builds/times.html:45
-msgid "Average"
-msgstr ""
+#~ msgid "New source repository"
+#~ msgstr "Neues Quellrepository"
-#: ../src/templates/packages/builds/times.html:46
-msgid "Maximum"
-msgstr "Maximum"
+#~ msgid "All Documents"
+#~ msgstr "Alle Dokumente"
-#: ../src/templates/packages/builds/times.html:47
-msgid "Minimum"
-msgstr "Minimum"
+#~ msgid "Topics"
+#~ msgstr "Themen"
-#: ../src/templates/packages/builds/times.html:48
-msgid "Total"
-msgstr "Total"
+#~ msgid "Legend of the build states"
+#~ msgstr "Legende des Buildstatus"
-#: ../src/templates/packages/changelog.html:3
-#, c-format
-msgid "Changelog of %s"
-msgstr ""
+#~ msgid ""
+#~ "Every build that is done by the Pakfire Build Service has to go through "
+#~ "several states:"
+#~ msgstr ""
+#~ "Jeder einzelne Build des Pakfire Build Services durchläuft mehrere "
+#~ "Einzelschritte:"
-#: ../src/templates/packages/changelog.html:20
-#: ../src/templates/packages/changelog.html:26
-msgid "Changelog"
-msgstr ""
+#~ msgid ""
+#~ "After checking out the source from the source repository a source package "
+#~ "is created and submitted to the build server."
+#~ msgstr ""
+#~ "Nach dem Dowload der letzen Änderungen und des Source Codes, wird ein "
+#~ "Sourcepaket generiert und an den Pakfire Build Server übertragen."
-#: ../src/templates/packages-list.html:3 ../src/templates/packages-list.html:17
-msgid "Package list"
-msgstr "Paketliste"
+#~ msgid ""
+#~ "Starting from inserting a source file to the build service, there are "
+#~ "binary build jobs created for every supported architecture."
+#~ msgstr ""
+#~ "Nach dem Erhalt der Sorucepakete, erstellt der Buildservice einzelne "
+#~ "Build Aufträge für die unterstützten Architekturen."
-#: ../src/templates/packages-list.html:23
-msgid ""
-"This is an alphabetically ordered list of all packages in the distribution."
-msgstr ""
-"Hier sehen Sie eine alphabetisch sortierte Liste aller Pakete der "
-"Distribution."
+#~ msgid ""
+#~ "These get assigned to a build host which has to compile or assemble the "
+#~ "package and return it back to the build server."
+#~ msgstr ""
+#~ "Diese werden auf die einzelnen Buildhosts verteilt, welche den Code "
+#~ "compilieren und das fertige Paket an den Pakfire Build Server "
+#~ "zurückschicken."
-#: ../src/templates/packages-list.html:24
-msgid "Click on a link to see further information about the package."
-msgstr "Klicken Sie auf den Link, um mehr Details über das Paket zu sehen."
+#~ msgid ""
+#~ "In the table below, there are all states that a build job goes through:"
+#~ msgstr ""
+#~ "In der folgenden Tabelle ist der jeweilige Status, den der Build "
+#~ "durchläuft, aufgeführt:"
-#: ../src/templates/packages-list.html:31
-msgid "Selection"
-msgstr "Auswahl"
+#~ msgid "Build is running"
+#~ msgstr "Build läuft"
+
+#~ msgid "Build has failed"
+#~ msgstr "Build ist fehlgeschlagen"
-#: ../src/templates/packages-list.html:36
-msgid "Show broken packages"
-msgstr "Zeige defekte Pakete"
+#~ msgid "Build is waiting to be processed"
+#~ msgstr "Der Build wartet darauf bearbeitet zu werden"
-#: ../src/templates/packages-list.html:39
-msgid "Show all packages"
-msgstr "Zeige alle Pakete"
+#~ msgid "There was a dependency error when the package was built"
+#~ msgstr "Es gab einen Fehler bei der Auflösung der Abhängigkeiten."
+
+#~ msgid "Build is waiting for source to go to pending state"
+#~ msgstr ""
+#~ "Der Build wartet auf den Quellcode, um in den nächsten Status überzugehen"
+
+#~ msgid "Files of this build are transferred to the build server"
+#~ msgstr "Dateien des Builds wurden hochgeladen"
+
+#~ msgid "Files are being uploaded to the service"
+#~ msgstr "Dateien werden gerade hochgeladen"
+
+#~ msgid "Build has an unknown state"
+#~ msgstr "Der Build hat einen unbekannten Status"
+
+#~ msgid "Documentation index"
+#~ msgstr "Dokumentationsübersicht"
+
+#~ msgid "Documents"
+#~ msgstr "Dokumente"
+
+#~ msgid ""
+#~ "This is a collection of documents that should be read by everybody who is "
+#~ "using this system."
+#~ msgstr ""
+#~ "Hier handelt es sich um eine Auswahl von Dokumenten, die von jedem ,der "
+#~ "dieses System verwendet, auch gelesen werden sollten."
+
+#~ msgid "What is the pakfire build service?"
+#~ msgstr "Was ist der Pakfire Build Service?"
+
+#~ msgid "General pakfire documentation"
+#~ msgstr "Allgemeine Pakfire Dokumentation"
+
+#~ msgid "Packaging guidelines"
+#~ msgstr "Paketierungsrichtlinien"
+
+#~ msgid "This documentation you find at this place is not completed yet."
+#~ msgstr "D"
+
+#~ msgid ""
+#~ "You can also talk to the developers and suggest feature enhancements."
+#~ msgstr ""
+#~ "Du kannst auch mit den Entwicklern sprechen und neue Features vorschlagen."
+
+#~ msgid "Mailing list"
+#~ msgstr "Mailingliste"
+
+#~ msgid "Bug reports"
+#~ msgstr "Fehlerberichte"
+
+#~ msgid ""
+#~ "Please visit Bugzilla to create bug reports on the Pakfire Build System."
+#~ msgstr ""
+#~ "Bitte benutze Bugzilla um Bugreports für Pakfire Build System zu "
+#~ "erstellen."
+
+#~ msgid "User groups"
+#~ msgstr "Benutzergruppen"
+
+#~ msgid ""
+#~ "All users can join the Pakfire Build Service and are separated into three "
+#~ "groups:"
+#~ msgstr ""
+#~ "Jeder kann sich am Pakfire Build Service anmelden und wird einer der "
+#~ "folgenden drei Gruppen zugewiesen:"
+
+#~ msgid "Developers"
+#~ msgstr "Entwickler"
+
+#~ msgid ""
+#~ "Developers manage this build service and have access to all parts of it."
+#~ msgstr ""
+#~ "Die Entwickler verwalten den Build Service und haben Zugriff auf all "
+#~ "seine Bereichen."
-#: ../src/templates/packages/view-file.html:3
-msgid "View %(filename)s from %(pkg)s"
-msgstr "Zeige %(filename)s aus %(pkg)s"
+#~ msgid ""
+#~ "They are responsible to keep the system running and able to push package "
+#~ "updates to the repostories."
+#~ msgstr ""
+#~ "Sie sind verantwortlich für ein korrektes Arbeiten des Systems und dürfen "
+#~ "Paket Updates in den einzelnen Repositorien veröffentlichen."
-#: ../src/templates/packages/view-file.html:36
-msgid "View file"
-msgstr "Datei anzeigen"
+#~ msgid "Guidelines for developers"
+#~ msgstr "Leitfaden für Entwickler"
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Mimetype: %s"
-msgstr ""
+#~ msgid "Testers"
+#~ msgstr "Tester"
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Size: %s"
-msgstr "Größe: %s"
+#~ msgid ""
+#~ "Testers are like users but have the right to vote on packages, which is "
+#~ "used to figure out the quality of the package."
+#~ msgstr ""
+#~ "Tester werden wie Benutzer behandelt, haben jedoch die Berechtigung für "
+#~ "Pakete abzustimmen um deren Qualität zu bestimmen."
-#: ../src/templates/register-activation-fail.html:3
-msgid "Account activation failed"
-msgstr "Account Aktivierung fehlgeschlagenen"
+#~ msgid ""
+#~ "Everyone can become a tester after he or she has proven to know the "
+#~ "IPFire system very well."
+#~ msgstr ""
+#~ "Um Tester zu werden, sollte man sich mit IPFire gut auskennen. Dies ist "
+#~ "für jeden nach einer kurzen Überprüfung möglich. "
-#: ../src/templates/register-activation-fail.html:12
-#: ../src/templates/register-activation-success.html:12
-msgid "Account activation"
-msgstr "Account Aktivierung"
+#~ msgid ""
+#~ "On these people depends a very huge amount of the quality of the "
+#~ "distribution that is made out of the feedback they give."
+#~ msgstr ""
+#~ "Diese Personen tragen durch ihr Feedback eine große Mitverantwortung an "
+#~ "der Qualität der Distribution."
-#: ../src/templates/register-activation-fail.html:17
-msgid "Activation failed"
-msgstr "Aktivierung fehlgeschlagen"
+#~ msgid "Guidelines for testers"
+#~ msgstr "Leitfaden für Tester"
-#: ../src/templates/register-activation-fail.html:23
-#: ../src/templates/register-fail.html:6
-#: ../src/templates/user-profile-edit-fail.html:6
-msgid "We are sorry."
-msgstr "Es tut uns Leid."
+#~ msgid ""
+#~ "Everybody can join the Pakfire Build Service by registering an account."
+#~ msgstr ""
+#~ "Jeder kann sich am Pakfire Build Service nach einer Registrierung "
+#~ "anmelden."
-#: ../src/templates/register-activation-fail.html:24
-msgid "The activation of your account has failed."
-msgstr "Die Aktivierung Ihres Accounts schlug fehl."
+#~ msgid ""
+#~ "After a successful activation you are able to leave comments on packages "
+#~ "and give feedback to the developers about its status."
+#~ msgstr ""
+#~ "Nach einer erfolgten Aktivierung sollten Sie in der Lage sein, Pakete zu "
+#~ "bewerten bzw. Kommentare abzugeben, um die Entwickler über den Paket "
+#~ "Status zu informieren."
-#: ../src/templates/register-activation-fail.html:25
-msgid "Possibly the registration code is wrong or your registration timed out."
-msgstr "Möglicherweise ist der Registrierungscode falsch oder abgelaufen."
+#~ msgid "What is the Pakfire Build Service?"
+#~ msgstr "Was ist der Pakfire Build Service?"
-#: ../src/templates/register-activation-success.html:3
-msgid "Account activation successful"
-msgstr "Account Aktivierung erfolgreich"
+#~ msgid "Read carefully."
+#~ msgstr "Aufmerksaḿ lesen."
-#: ../src/templates/register-activation-success.html:17
-msgid "Activation successful"
-msgstr "Aktivierung erfolgreich"
+#~ msgid "It is possible to leave comments and rate builds."
+#~ msgstr ""
+#~ "Es ist möglich Kommentare und Bewertungen für Builds zu hinterlassen."
-#: ../src/templates/register-activation-success.html:23
-#, c-format
-msgid "Your account has been activated, %s."
-msgstr "Ihr Account wurde aktiviert, %s."
+#~ msgid "Bugtracker"
+#~ msgstr "Bugtracker"
-#: ../src/templates/register-activation-success.html:24
-msgid "Have fun!"
-msgstr "Viel Spaß!"
+#~ msgid "Welcome to the Pakfire Build Service"
+#~ msgstr "Willkommen beim Pakfire Build Service"
-#: ../src/templates/register-fail.html:4
-msgid "Registration failed"
-msgstr "Registrierung fehlgeschlagen"
+#~ msgid "Latest stable updates"
+#~ msgstr "Letzte Stable-Updates"
-#: ../src/templates/register-fail.html:7
-msgid "We could not create your requested account."
-msgstr "Der gewünschte Account konnte nicht erstellt werden."
+#~ msgid "Unstable updates"
+#~ msgstr "Unstable-Updates"
-#: ../src/templates/register-fail.html:17
-#: ../src/templates/user-profile-edit-fail.html:17
-msgid ""
-"Use the back button on your web browser to go back to the previous page and "
-"correct your submission."
-msgstr ""
-"Bitte verwenden Sie die \"Zurück\" Funktion Ihres Browsers und überprüfen "
-"Sie Ihre Eingaben."
+#~ msgid "Testing updates"
+#~ msgstr "Testing-Updates"
-#: ../src/templates/register.html:3 ../src/templates/register.html:18
-msgid "Register a new account"
-msgstr "Neuen Account registrieren"
+#~ msgid "View more updates..."
+#~ msgstr "Mehr Updates..."
-#: ../src/templates/register.html:12
-msgid "Register new account"
-msgstr "Einen neuen Account erstellen."
+#~ msgid "Schedule rebuild"
+#~ msgstr "Rebuild planen"
-#: ../src/templates/register.html:19
-msgid "Join the community!"
-msgstr "Tritt der Communtiy bei!"
+#~ msgid "At this place, you can submit failed build jobs to be built again."
+#~ msgstr ""
+#~ "An dieser Stelle kannst Du fehlgeschlagene Build -Jobs für einen erneuten "
+#~ "Versuch bereitstellen."
-#: ../src/templates/register.html:26
-msgid "Registration form"
-msgstr "Registrierungsformular"
+#~ msgid "Job"
+#~ msgstr "Job"
-#: ../src/templates/register.html:35
-msgid "Must be a unique name you login with."
-msgstr "Einmaliger Name für den Login."
+#~ msgid "Abort job"
+#~ msgstr "Job abbrechen"
-#: ../src/templates/register.html:41 ../src/templates/user-profile-edit.html:60
-msgid "Email address"
-msgstr "E-Mail Adresse"
+#~ msgid "Restart job"
+#~ msgstr "Job Neustart"
-#: ../src/templates/register.html:46
-msgid "Type in your email address, which is used to verify the account."
-msgstr "Gib eine E-Mail-Adresse an um den Account zu verifizieren."
+#~ msgid "Job has been aborted"
+#~ msgstr "Der Job wurde abgebrochen"
-#: ../src/templates/register.html:52
-msgid "Real name (optional)"
-msgstr "Wahrer Name (optional)"
+#~ msgid "The error code is:"
+#~ msgstr "Der Fehlercode ist:"
-#: ../src/templates/register.html:57
-msgid "Type you firstname and your lastname here."
-msgstr "Tippen Sie hier Ihren Vor- und Nachnamen ein."
+#~ msgid "You may resubmit the job to try again:"
+#~ msgstr "Für einen weiteren Versuch kannst Du den Job erneut bereitstellen."
-#: ../src/templates/register.html:64
-msgid "Account security"
-msgstr "Account-Sicherheit"
+#~ msgid "Re-submit build"
+#~ msgstr "Build neu starten"
-#: ../src/templates/register.html:72
-#: ../src/templates/user-profile-edit.html:106
-msgid ""
-"The password is used to secure the login and must be at least 8 characters."
-msgstr ""
-"Das Passwort wird für einen sicheren Login benötigt und muss 8 Zeichen lang "
-"sein."
+#~ msgid "Started"
+#~ msgstr "Gestartet"
-#: ../src/templates/register.html:78
-msgid "Confirm password"
-msgstr "Passwort bestätigen"
+#~ msgid "Build logs"
+#~ msgstr "Build-Logs"
-#: ../src/templates/register.html:83
-msgid "Pick a password that is as strong as possible."
-msgstr "Benutze ein möglichst starkes Passwort."
+#~ msgid "No logs available, yet."
+#~ msgstr "Zur Zeit sind keine Logs verfügbar."
-#: ../src/templates/register.html:84
-msgid "Don't login at unsecure places where people could spy on your password."
-msgstr ""
+#, fuzzy, c-format
+#~ msgid "%s package"
+#~ msgstr "%s Paket"
-#: ../src/templates/register.html:91
-msgid "Sign up!"
-msgstr "Registrieren!"
+#~ msgid "Package files"
+#~ msgstr "Paketdateien"
-#: ../src/templates/register-success.html:4
-msgid "Registration successful"
-msgstr "Registrierung erfolgreich"
+#~ msgid "Filter"
+#~ msgstr "Filter"
-#: ../src/templates/register-success.html:6
#, c-format
-msgid "Your new account has been created, %s."
-msgstr "Ihr Account wurde erstellt, %s."
+#~ msgid "Delete key %s"
+#~ msgstr "Schlüssel %s löschen"
-#: ../src/templates/register-success.html:7
-msgid ""
-"To complete the activation, follow the instructions that were sent to you in "
-"an activation email."
-msgstr ""
-"Um die Aktivierung abzuschließen, folgen Sie bitte den Instruktionen der E-"
-"Mail."
+#~ msgid "Key"
+#~ msgstr "Schlüssel"
-#: ../src/templates/repository-detail.html:30
-msgid "Stable repository"
-msgstr "Stabiles Repositorium"
+#~ msgid "Delete key"
+#~ msgstr "Schlüssel löschen"
-#: ../src/templates/repository-detail.html:34
-msgid "Unstable repository"
-msgstr "Instabiles Repositorium"
+#~ msgid "Import new key"
+#~ msgstr "Neuen Schlüssel importieren"
-#: ../src/templates/repository-detail.html:38
-msgid "Testing repository"
-msgstr "Testrepositorium"
+#~ msgid "Import a new key"
+#~ msgstr "Einen neuen Schlüssel importieren"
-#: ../src/templates/repository-detail.html:65
-msgid "Repository is enabled for builds?"
-msgstr ""
+#~ msgid "Paste the key to import."
+#~ msgstr "Füge den zu importierenden Schlüssel ein."
-#: ../src/templates/repository-detail.html:76
-#: ../src/templates/repository-detail.html:151
-msgid "Obsolete builds"
-msgstr "Obsolete Builds"
+#~ msgid "Fingerprint"
+#~ msgstr "Fingerabdruck"
-#: ../src/templates/repository-detail.html:85
-msgid "Total build time"
-msgstr "Gesamte Buildzeit"
+#~ msgid "Expires"
+#~ msgstr "Läuft ab"
-#: ../src/templates/repository-detail.html:99
-msgid ""
-"The table above shows how long it took to build all packages in this "
-"repository."
-msgstr ""
+#~ msgid "Lookup"
+#~ msgstr "Anzeigen"
-#: ../src/templates/repository-detail.html:126
-msgid "Unpushed builds"
-msgstr ""
+#~ msgid "Subkey"
+#~ msgstr "Unterschlüssel"
-#: ../src/templates/repository-detail.html:128
-msgid ""
-"These builds were already put into this repository, but were not pushed out "
-"to the mirror servers, yet."
-msgstr ""
+#~ msgid "This key does not expire."
+#~ msgstr "Dieser Schlüssel läuft nicht ab."
-#: ../src/templates/repository-detail.html:139
-msgid "Builds in this repository"
-msgstr ""
+#~ msgid "Username and/or password was wrong. Login failed."
+#~ msgstr "Falscher Benutzername und/oder Passwort. Login fehlgeschlagen."
+
+#~ msgid "Username"
+#~ msgstr "Benutzername"
+
+#~ msgid "Password"
+#~ msgstr "Passwort"
+
+#~ msgid "Register a new account."
+#~ msgstr "Einen neuen Account erstellen."
-#: ../src/templates/repository-edit.html:3
-#: ../src/templates/repository-edit.html:7
#, c-format
-msgid "Edit repository %s"
-msgstr ""
+#~ msgid "hosted by %s"
+#~ msgstr "gehosted von %s"
-#: ../src/templates/repository-edit.html:20
-msgid "The name of the repository."
-msgstr ""
+#~ msgid "View larger map"
+#~ msgstr "Größere Karte anzeigen"
-#: ../src/templates/repository-edit.html:21
-msgid "Must only contain of the lowercase characters."
-msgstr "Darf nur kleine Buchstaben enthalten."
+#~ msgid "The location of the mirror server is estimated by the IP address."
+#~ msgstr "Der Standort des Mirrorservers wird durch die IP-Adresse geschätzt."
-#: ../src/templates/repository-edit.html:33
-msgid "Score settings"
-msgstr ""
+#~ msgid "Only enabled mirrors will be pushed out to the clients."
+#~ msgstr "Nur aktivierte Mirrorserver werden den Clients genannt."
-#: ../src/templates/repository-edit.html:35
-msgid "These settings configure the automatic score feature."
-msgstr ""
+#~ msgid "Updated"
+#~ msgstr "Aktualisiert"
-#: ../src/templates/repository-edit.html:36
-msgid ""
-"Builds that gained a certain score are moved to the next repository "
-"automatically and removed if the score is too bad."
-msgstr ""
+#~ msgid "No comments so far."
+#~ msgstr "Bisher keine Kommentare."
-#: ../src/templates/repository-edit.html:40
-msgid "Needed score"
-msgstr ""
+#~ msgid ""
+#~ "Pakfire is the buildsystem that is used to build the IPFire Linux "
+#~ "firewall distribution."
+#~ msgstr ""
+#~ "Pakfire ist das Buildsystem, um die Linux Firewall Distribution IPFire zu "
+#~ "bauen."
-#: ../src/templates/repository-edit.html:45
-msgid ""
-"The score that is needed for builds to automatically be moved into this "
-"repository."
-msgstr ""
+#~ msgid "It also installs and updates packages on the IPFire systems."
+#~ msgstr ""
+#~ "Es wird auch für die Installation und zur Aktualisierung von Paketen auf "
+#~ "IPFire Systemen verwendet."
-#: ../src/templates/repository-edit.html:49
-msgid "Minimum time"
-msgstr "Minimale Zeit."
+#~ msgid "Code licensed under the GNU General Public License v3."
+#~ msgstr "Code ist Lizensiert unter der GNU Public License v3."
-#: ../src/templates/repository-edit.html:54
-msgid "Every build must stay a minimum time in a repository."
-msgstr ""
+#~ msgid "Runtime"
+#~ msgstr "Laufzeit"
-#: ../src/templates/repository-edit.html:55
-msgid "This is to ensure that a package gets tested well."
-msgstr ""
+#~ msgid "New"
+#~ msgstr "Neu"
-#: ../src/templates/repository-edit.html:56
-#: ../src/templates/repository-edit.html:67
-msgid "Enter zero to disable the feature."
-msgstr "Trage eine Null ein um die Funktion zu deaktivieren."
+#~ msgid "Dependency error"
+#~ msgstr "Abhängigkeitsfehler"
-#: ../src/templates/repository-edit.html:60
-msgid "Maximum time"
-msgstr "Maximale Zeit."
+#~ msgid "No. of builds"
+#~ msgstr "Anzahl an Builds"
-#: ../src/templates/repository-edit.html:65
-msgid ""
-"If a build is more than a certain amount of time in a repository, it will "
-"automatically be removed."
-msgstr ""
+#~ msgid "Yes"
+#~ msgstr "Ja"
-#: ../src/templates/repository-edit.html:66
-msgid "This is to ensure that packages are not forgotten to be pushed."
-msgstr ""
+#~ msgid "No"
+#~ msgstr "Nein"
-#: ../src/templates/repository-edit.html:73
-msgid "Build settings"
-msgstr "Build-Einstellungen"
+#~ msgid "Score:"
+#~ msgstr "Punkte:"
-#: ../src/templates/repository-edit.html:76
-msgid "Use package for builds?"
-msgstr ""
+#~ msgid "Watchers"
+#~ msgstr "Beobachter"
-#: ../src/templates/repository-edit.html:81
-msgid "Should the package be selected for builds by default?"
-msgstr ""
+#~ msgid "Development package"
+#~ msgstr "Entwicklungspaket"
-#: ../src/templates/repository-edit.html:82
-#: ../src/templates/user-impersonation.html:21
-msgid "Use with caution!"
-msgstr "Mit Vorsicht zu benutzen!"
+#~ msgid "Debuginfo package"
+#~ msgstr "Debuginfo-Paket"
-#: ../src/templates/search-form.html:3
-msgid "Advanced search"
-msgstr "Erweiterte Suche"
+#~ msgid "Homepage"
+#~ msgstr "Homepage"
-#: ../src/templates/search-form.html:18
-#, c-format
-msgid "No results for '%s'."
-msgstr "Keine Ergebnisse für '%s'."
+#~ msgid "Build time"
+#~ msgstr "Buildzeit"
-#: ../src/templates/search-form.html:26
-msgid "Type a search pattern into the box below and hit the button."
-msgstr ""
+#~ msgid "%(size)s when installed"
+#~ msgstr "%(size)s wenn installiert"
-#: ../src/templates/search-form.html:46
-msgid "Search for packages by name or description"
-msgstr "Suche Packete nach Name oder Beschreibung."
+#~ msgid "Build dependencies"
+#~ msgstr "Build-Abhängigkeiten"
-#: ../src/templates/search-form.html:48
-msgid ""
-"If you type a package name to the search box you will get a link to the "
-"package."
-msgstr ""
+#~ msgid "Dependencies"
+#~ msgstr "Abhängigkeiten"
-#: ../src/templates/search-form.html:49
-msgid "The search is performed in case insensitive mode."
-msgstr ""
+#~ msgid "Open bugs"
+#~ msgstr "Offene Bugs"
-#: ../src/templates/search-form.html:58
-msgid "Search for UUIDs"
-msgstr "Suche nach UUIDs"
+#~ msgid "Maximum"
+#~ msgstr "Maximum"
-#: ../src/templates/search-form.html:60
-msgid ""
-"If you type a UUID to the search box, you will be directed to the job, build "
-"or package it belongs to."
-msgstr ""
+#~ msgid "Minimum"
+#~ msgstr "Minimum"
-#: ../src/templates/search-form.html:61
-msgid ""
-"This is a handy feature if you have a UUID and search for the corresponding "
-"package or build."
-msgstr ""
+#~ msgid "Total"
+#~ msgstr "Total"
-#: ../src/templates/search-form.html:64 ../src/templates/search-form.html:80
-msgid "Examples"
-msgstr "Beispiele"
+#~ msgid "Package list"
+#~ msgstr "Paketliste"
-#: ../src/templates/search-form.html:73
-msgid "Search for files"
-msgstr "Suche nach Dateien"
+#~ msgid ""
+#~ "This is an alphabetically ordered list of all packages in the "
+#~ "distribution."
+#~ msgstr ""
+#~ "Hier sehen Sie eine alphabetisch sortierte Liste aller Pakete der "
+#~ "Distribution."
-#: ../src/templates/search-form.html:75
-msgid "You may also search for file names."
-msgstr "Du kannst ebenfalls nach Dateinamen suchen."
+#~ msgid "Click on a link to see further information about the package."
+#~ msgstr "Klicken Sie auf den Link, um mehr Details über das Paket zu sehen."
-#: ../src/templates/search-form.html:76
-msgid "You will get a list of packages that contain the file."
-msgstr "Du wirst eine Liste von Paketen erhalten, welche die Datei beinhalten."
+#~ msgid "Show broken packages"
+#~ msgstr "Zeige defekte Pakete"
-#: ../src/templates/search-form.html:77
-msgid ""
-"The search pattern must start with a slash that it will be recognized as a "
-"file."
-msgstr ""
+#~ msgid "Show all packages"
+#~ msgstr "Zeige alle Pakete"
+
+#~ msgid "View %(filename)s from %(pkg)s"
+#~ msgstr "Zeige %(filename)s aus %(pkg)s"
+
+#~ msgid "View file"
+#~ msgstr "Datei anzeigen"
-#: ../src/templates/search-results.html:3
-#: ../src/templates/search-results.html:22
#, c-format
-msgid "Search results for '%s'"
-msgstr "Suchergebnisse für '%s'"
+#~ msgid "Size: %s"
+#~ msgstr "Größe: %s"
-#: ../src/templates/search-results.html:12
-msgid "Search results"
-msgstr "Suchresultate"
+#~ msgid "Account activation failed"
+#~ msgstr "Account Aktivierung fehlgeschlagenen"
-#: ../src/templates/search-results.html:28
-msgid "No results found."
-msgstr "Keine Ergebnisse gefunden."
+#~ msgid "Account activation"
+#~ msgstr "Account Aktivierung"
-#: ../src/templates/search-results.html:30
-msgid "Visit the advanced search page to find about how to define your query."
-msgstr ""
+#~ msgid "Activation failed"
+#~ msgstr "Aktivierung fehlgeschlagen"
+
+#~ msgid "We are sorry."
+#~ msgstr "Es tut uns Leid."
+
+#~ msgid "The activation of your account has failed."
+#~ msgstr "Die Aktivierung Ihres Accounts schlug fehl."
+
+#~ msgid ""
+#~ "Possibly the registration code is wrong or your registration timed out."
+#~ msgstr "Möglicherweise ist der Registrierungscode falsch oder abgelaufen."
+
+#~ msgid "Account activation successful"
+#~ msgstr "Account Aktivierung erfolgreich"
+
+#~ msgid "Activation successful"
+#~ msgstr "Aktivierung erfolgreich"
-#: ../src/templates/search-results.html:75
#, c-format
-msgid "%s was found in the following package."
-msgstr ""
+#~ msgid "Your account has been activated, %s."
+#~ msgstr "Ihr Account wurde aktiviert, %s."
-#: ../src/templates/sessions/index.html:36
-msgid "Valid until"
-msgstr ""
+#~ msgid "Have fun!"
+#~ msgstr "Viel Spaß!"
-#: ../src/templates/sessions/index.html:37
-msgid "Last seen at"
-msgstr ""
+#~ msgid "Registration failed"
+#~ msgstr "Registrierung fehlgeschlagen"
-#: ../src/templates/source-list.html:3
-msgid "Sources repositories"
-msgstr "Quellrepositorien"
+#~ msgid "We could not create your requested account."
+#~ msgstr "Der gewünschte Account konnte nicht erstellt werden."
-#: ../src/templates/source-list.html:17
-msgid "Add source repository"
-msgstr "Quellrepository hinzufügen"
+#~ msgid ""
+#~ "Use the back button on your web browser to go back to the previous page "
+#~ "and correct your submission."
+#~ msgstr ""
+#~ "Bitte verwenden Sie die \"Zurück\" Funktion Ihres Browsers und überprüfen "
+#~ "Sie Ihre Eingaben."
-#: ../src/templates/source-list.html:18
-msgid "Blah 123"
-msgstr "Blah 123"
+#~ msgid "Register a new account"
+#~ msgstr "Neuen Account registrieren"
-#: ../src/templates/statistics/index.html:11
-msgid ""
-"On this page, you will find a lot of information bundled in graphs and "
-"figures."
-msgstr ""
+#~ msgid "Register new account"
+#~ msgstr "Einen neuen Account erstellen."
-#: ../src/templates/statistics/index.html:12
-msgid ""
-"They give a very quick overview about what is going on in the build service."
-msgstr ""
+#~ msgid "Join the community!"
+#~ msgstr "Tritt der Communtiy bei!"
-#: ../src/templates/statistics/index.html:18
-#, c-format
-msgid "The average build time is %.1f minutes."
-msgstr "Die durchschnittliche Build-Zeit ist %.1f Minuten."
+#~ msgid "Registration form"
+#~ msgstr "Registrierungsformular"
-#: ../src/templates/statistics/index.html:21
-msgid "There are %(builds_count)s builds containing %(jobs_count_all)s jobs."
-msgstr ""
+#~ msgid "Must be a unique name you login with."
+#~ msgstr "Einmaliger Name für den Login."
-#: ../src/templates/updates-index.html:3
-msgid "Updates"
-msgstr "Aktualisierungen"
+#~ msgid "Email address"
+#~ msgstr "E-Mail Adresse"
-#: ../src/templates/updates-index.html:6
-msgid "Coming soon..."
-msgstr "Demnächst verfügbar..."
+#~ msgid "Type in your email address, which is used to verify the account."
+#~ msgstr "Gib eine E-Mail-Adresse an um den Account zu verifizieren."
-#: ../src/templates/uploads-list.html:24
-msgid "Filename"
-msgstr "Dateiname"
+#~ msgid "Real name (optional)"
+#~ msgstr "Wahrer Name (optional)"
-#: ../src/templates/uploads-list.html:26
-msgid "Filesize"
-msgstr "Dateigröße"
+#~ msgid "Type you firstname and your lastname here."
+#~ msgstr "Tippen Sie hier Ihren Vor- und Nachnamen ein."
-#: ../src/templates/uploads-list.html:27
-msgid "Time running"
-msgstr "Zeit läuft"
+#~ msgid "Account security"
+#~ msgstr "Account-Sicherheit"
-#: ../src/templates/uploads-list.html:44
-msgid "No owner."
-msgstr "Kein Besitzer."
+#~ msgid ""
+#~ "The password is used to secure the login and must be at least 8 "
+#~ "characters."
+#~ msgstr ""
+#~ "Das Passwort wird für einen sicheren Login benötigt und muss 8 Zeichen "
+#~ "lang sein."
-#: ../src/templates/uploads-list.html:74
-msgid "There are currently no uploads running."
-msgstr ""
+#~ msgid "Confirm password"
+#~ msgstr "Passwort bestätigen"
-#: ../src/templates/user-comments.html:4
-msgid "Latest user comments"
-msgstr "Letzte Kommentare"
+#~ msgid "Pick a password that is as strong as possible."
+#~ msgstr "Benutze ein möglichst starkes Passwort."
-#: ../src/templates/user-comments.html:12
-msgid "Show all users"
-msgstr "Alle Benutzer anzeigen"
+#~ msgid "Registration successful"
+#~ msgstr "Registrierung erfolgreich"
-#: ../src/templates/user-delete.html:4
#, c-format
-msgid "Delete user %s"
-msgstr "User %s löschen"
+#~ msgid "Your new account has been created, %s."
+#~ msgstr "Ihr Account wurde erstellt, %s."
-#: ../src/templates/user-delete.html:8
-msgid "Do you really want to delete your own account?"
-msgstr "Möchten Sie wirklich Ihren eigenen Account löschen?"
+#~ msgid ""
+#~ "To complete the activation, follow the instructions that were sent to you "
+#~ "in an activation email."
+#~ msgstr ""
+#~ "Um die Aktivierung abzuschließen, folgen Sie bitte den Instruktionen der "
+#~ "E-Mail."
-#: ../src/templates/user-delete.html:9
-msgid "You won't be able to login and use this service any more."
-msgstr "Sie werden sich nicht mehr einloggen oder den Dienst verwenden können."
+#~ msgid "Stable repository"
+#~ msgstr "Stabiles Repositorium"
-#: ../src/templates/user-delete.html:11
-#, c-format
-msgid "Do you really want to delete the user %s?"
-msgstr "Möchten Sie den Benutzer %s wirklich löschen?"
+#~ msgid "Unstable repository"
+#~ msgstr "Instabiles Repositorium"
-#: ../src/templates/user-forgot-password.html:3
-#: ../src/templates/user-forgot-password.html:12
-#: ../src/templates/user-forgot-password.html:17
-msgid "Forgot password"
-msgstr "Passwort vergessen"
+#~ msgid "Testing repository"
+#~ msgstr "Testrepositorium"
-#: ../src/templates/user-forgot-password.html:22
-msgid "Work in progress!"
-msgstr "In Arbeit!"
+#~ msgid "Obsolete builds"
+#~ msgstr "Obsolete Builds"
-#: ../src/templates/user-forgot-password.html:28
-msgid "You have forgotten you password, eh? Shame on you."
-msgstr "Hast Du Dein Passwort vergessen? Schäme Dich!"
+#~ msgid "Must only contain of the lowercase characters."
+#~ msgstr "Darf nur kleine Buchstaben enthalten."
-#: ../src/templates/user-forgot-password.html:29
-msgid "However, we allow to re-activate your account."
-msgstr ""
+#~ msgid "Minimum time"
+#~ msgstr "Minimale Zeit."
-#: ../src/templates/user-forgot-password.html:32
-msgid "You need to enter your username below."
-msgstr "Du musst deinen Benutzernamen unten eingeben."
+#~ msgid "Enter zero to disable the feature."
+#~ msgstr "Trage eine Null ein um die Funktion zu deaktivieren."
-#: ../src/templates/user-forgot-password.html:33
-msgid "After that, you will receive an email with intructions how to go on."
-msgstr ""
-"Anschließend wirst Du eine E-Mail mit Anweisungen über das weitere Vorgehen "
-"erhalten."
+#~ msgid "Maximum time"
+#~ msgstr "Maximale Zeit."
+
+#~ msgid "Build settings"
+#~ msgstr "Build-Einstellungen"
+
+#~ msgid "Use with caution!"
+#~ msgstr "Mit Vorsicht zu benutzen!"
-#: ../src/templates/user-forgot-password.html:42
-msgid "Your username"
-msgstr "Dein Benutzername"
+#~ msgid "Advanced search"
+#~ msgstr "Erweiterte Suche"
-#: ../src/templates/user-impersonation.html:3
#, c-format
-msgid "Impersonate user %s"
-msgstr "Benutzer %s impersonieren"
+#~ msgid "No results for '%s'."
+#~ msgstr "Keine Ergebnisse für '%s'."
-#: ../src/templates/user-impersonation.html:7
-msgid "User impersonation"
-msgstr "Benutzerimpersonierung"
+#~ msgid "Search for packages by name or description"
+#~ msgstr "Suche Packete nach Name oder Beschreibung."
-#: ../src/templates/user-impersonation.html:17
-msgid ""
-"When impersonating another user, every action you perform will be taking "
-"place as if you had logged in as the user whom will be impersonating."
-msgstr ""
+#~ msgid "Search for UUIDs"
+#~ msgstr "Suche nach UUIDs"
-#: ../src/templates/user-impersonation.html:22
-msgid ""
-"This is a very powerful feature. You should be very careful while using it."
-msgstr ""
+#~ msgid "Examples"
+#~ msgstr "Beispiele"
-#: ../src/templates/user-list.html:3
-msgid "User list"
-msgstr "Benutzerliste"
+#~ msgid "Search for files"
+#~ msgstr "Suche nach Dateien"
+
+#~ msgid "You may also search for file names."
+#~ msgstr "Du kannst ebenfalls nach Dateinamen suchen."
+
+#~ msgid "You will get a list of packages that contain the file."
+#~ msgstr ""
+#~ "Du wirst eine Liste von Paketen erhalten, welche die Datei beinhalten."
-#: ../src/templates/user-profile-builds.html:3
-#: ../src/templates/user-profile-builds.html:7
#, c-format
-msgid "Builds by %s"
-msgstr "Builds von %s"
+#~ msgid "Search results for '%s'"
+#~ msgstr "Suchergebnisse für '%s'"
-#: ../src/templates/user-profile-edit-fail.html:4
-msgid "Edit failed"
-msgstr "Bearbeitung fehlgeschlagen"
+#~ msgid "Search results"
+#~ msgstr "Suchresultate"
-#: ../src/templates/user-profile-edit-fail.html:7
-msgid "The user profile cannot be saved."
-msgstr "Das Benutzerprofil kann nicht gespeichert werden."
+#~ msgid "No results found."
+#~ msgstr "Keine Ergebnisse gefunden."
-#: ../src/templates/user-profile-edit.html:3
-#: ../src/templates/user-profile-edit.html:26
#, c-format
-msgid "Edit user profile: %s"
-msgstr ""
+#~ msgid "The average build time is %.1f minutes."
+#~ msgstr "Die durchschnittliche Build-Zeit ist %.1f Minuten."
-#: ../src/templates/user-profile-edit.html:34
-msgid "User Identity"
-msgstr ""
+#~ msgid "Updates"
+#~ msgstr "Aktualisierungen"
-#: ../src/templates/user-profile-edit.html:48
-msgid "Real name"
-msgstr ""
+#~ msgid "Coming soon..."
+#~ msgstr "Demnächst verfügbar..."
-#: ../src/templates/user-profile-edit.html:54
-msgid ""
-"This field is optional, but we appreciate it very much if you type in your "
-"real name."
-msgstr ""
+#~ msgid "Filename"
+#~ msgstr "Dateiname"
-#: ../src/templates/user-profile-edit.html:66
-msgid ""
-"If the email address is changed, your account will be disabled until you "
-"confirm the new email address."
-msgstr ""
+#~ msgid "Filesize"
+#~ msgstr "Dateigröße"
-#: ../src/templates/user-profile-edit.html:74
-msgid "Admin actions"
-msgstr "Administrator-Aktionen"
+#~ msgid "Time running"
+#~ msgstr "Zeit läuft"
-#: ../src/templates/user-profile-edit.html:82
-#: ../src/templates/user-profile.html:52
-msgid "Tester"
-msgstr "Tester"
+#~ msgid "No owner."
+#~ msgstr "Kein Besitzer."
-#: ../src/templates/user-profile-edit.html:85
-#: ../src/templates/user-profile.html:50
-msgid "Admin"
-msgstr "Admin"
+#~ msgid "Latest user comments"
+#~ msgstr "Letzte Kommentare"
-#: ../src/templates/user-profile-edit.html:90
-msgid "Define the permissions of the user."
-msgstr "Rechte des Users festlegen."
+#~ msgid "Show all users"
+#~ msgstr "Alle Benutzer anzeigen"
-#: ../src/templates/user-profile-edit.html:98
-msgid "Account security settings"
-msgstr "Account Sicherheitseinstellungen"
+#, c-format
+#~ msgid "Delete user %s"
+#~ msgstr "User %s löschen"
-#: ../src/templates/user-profile-edit.html:112
-#: ../src/templates/user-profile-passwd.html:84
-msgid "Confirm"
-msgstr "Bestätigen"
+#~ msgid "You won't be able to login and use this service any more."
+#~ msgstr ""
+#~ "Sie werden sich nicht mehr einloggen oder den Dienst verwenden können."
-#: ../src/templates/user-profile-edit.html:117
-msgid "Leave the password fields empty to keep the current password."
-msgstr ""
-"Lassen Sie die Passwort Felder leer, um das aktuelle Passwort zu behalten."
+#~ msgid "Forgot password"
+#~ msgstr "Passwort vergessen"
-#: ../src/templates/user-profile-edit.html:124
-msgid "Locale & timezone settings"
-msgstr ""
+#~ msgid "Work in progress!"
+#~ msgstr "In Arbeit!"
-#: ../src/templates/user-profile-edit.html:127
-msgid "Preferred language"
-msgstr "Bevorzugte Sprache"
+#~ msgid "You have forgotten you password, eh? Shame on you."
+#~ msgstr "Hast Du Dein Passwort vergessen? Schäme Dich!"
-#: ../src/templates/user-profile-edit.html:132
-msgid "Auto-detect will use the language transmitted by your browser."
-msgstr ""
-"\"Auto-detect\" verwendet die vom Browser übertragene Spracheinstellung."
+#~ msgid "You need to enter your username below."
+#~ msgstr "Du musst deinen Benutzernamen unten eingeben."
-#: ../src/templates/user-profile-edit.html:138
-msgid "Timezone"
-msgstr "Zeitzone"
+#~ msgid "After that, you will receive an email with intructions how to go on."
+#~ msgstr ""
+#~ "Anschließend wirst Du eine E-Mail mit Anweisungen über das weitere "
+#~ "Vorgehen erhalten."
-#: ../src/templates/user-profile-edit.html:143
-msgid "Auto-detect will use the timezone transmitted by your browser."
-msgstr "Auto-detect wird Deine Browserzeit übernehmen."
+#~ msgid "Your username"
+#~ msgstr "Dein Benutzername"
-#: ../src/templates/user-profile-edit.html:150
-msgid "Save"
-msgstr "Speichern"
+#, c-format
+#~ msgid "Impersonate user %s"
+#~ msgstr "Benutzer %s impersonieren"
-#: ../src/templates/user-profile.html:23
-msgid "View comments"
-msgstr ""
+#~ msgid "User impersonation"
+#~ msgstr "Benutzerimpersonierung"
-#: ../src/templates/user-profile.html:41
-msgid "Email"
-msgstr "Email"
+#~ msgid "User list"
+#~ msgstr "Benutzerliste"
-#: ../src/templates/user-profile.html:61
-msgid "Registered"
-msgstr "Registriert"
+#~ msgid "Edit failed"
+#~ msgstr "Bearbeitung fehlgeschlagen"
-#: ../src/templates/user-profile.html:80
-msgid "Edit profile"
-msgstr "Profil bearbeiten"
-
-#: ../src/templates/user-profile.html:86
-#: ../src/templates/user-profile-passwd.html:3
-#: ../src/templates/user-profile-passwd.html:20
-#: ../src/templates/user-profile-passwd.html:25
-#: ../src/templates/user-profile-passwd.html:95
-#: ../src/templates/user-profile-passwd-ok.html:20
-msgid "Change password"
-msgstr "Verändere das Passwort"
-
-#: ../src/templates/user-profile.html:94
-msgid "Delete account"
-msgstr "Account löschen"
-
-#: ../src/templates/user-profile.html:101
-msgid "Impersonate user"
-msgstr ""
+#~ msgid "The user profile cannot be saved."
+#~ msgstr "Das Benutzerprofil kann nicht gespeichert werden."
-#: ../src/templates/user-profile.html:121
-msgid "Permissions"
-msgstr "Berechtigungen"
+#~ msgid "Admin actions"
+#~ msgstr "Administrator-Aktionen"
-#: ../src/templates/user-profile.html:125
-msgid "This user has administration rights."
-msgstr "Dieser Benutzer hat Administratoren Rechte."
+#~ msgid "Admin"
+#~ msgstr "Admin"
-#: ../src/templates/user-profile.html:132
-msgid "User is allowed to create scratch builds?"
-msgstr ""
+#~ msgid "Define the permissions of the user."
+#~ msgstr "Rechte des Users festlegen."
-#: ../src/templates/user-profile-need-activation.html:4
-msgid "Edit successful"
-msgstr "Bearbeitung erfolgreich"
+#~ msgid "Account security settings"
+#~ msgstr "Account Sicherheitseinstellungen"
-#: ../src/templates/user-profile-need-activation.html:6
-msgid "The user profile was successfully altered."
-msgstr "Das Benutzerprofil wurde erfolgreich geändert."
+#~ msgid "Confirm"
+#~ msgstr "Bestätigen"
-#: ../src/templates/user-profile-need-activation.html:7
-msgid ""
-"But as you have changed the email address, you need to re-activate the "
-"account."
-msgstr ""
-"Durch die Änderung der E-Mail-Adresse muss der Benutzeraccount neu aktiviert "
-"werden."
+#~ msgid "Leave the password fields empty to keep the current password."
+#~ msgstr ""
+#~ "Lassen Sie die Passwort Felder leer, um das aktuelle Passwort zu behalten."
-#: ../src/templates/user-profile-need-activation.html:8
-msgid "Have a look at you mailbox - you already do know what to do."
-msgstr "Prüfen Sie Ihre Mailbox - Sie wissen ja wie's geht."
+#~ msgid "Preferred language"
+#~ msgstr "Bevorzugte Sprache"
-#: ../src/templates/user-profile-passwd.html:32
-msgid "You are going to change your password."
-msgstr "Du wirst Dein Passwort ändern."
+#~ msgid "Auto-detect will use the language transmitted by your browser."
+#~ msgstr ""
+#~ "\"Auto-detect\" verwendet die vom Browser übertragene Spracheinstellung."
-#: ../src/templates/user-profile-passwd.html:35
-msgid ""
-"To do so, you need to enter your current password and the new password twice."
-msgstr ""
+#~ msgid "Timezone"
+#~ msgstr "Zeitzone"
-#: ../src/templates/user-profile-passwd.html:39
-#, c-format
-msgid "In this dialog, you may change the password of %s."
-msgstr "In diesem Dialog kannst Du das Passwort von %s ändern."
+#~ msgid "Auto-detect will use the timezone transmitted by your browser."
+#~ msgstr "Auto-detect wird Deine Browserzeit übernehmen."
-#: ../src/templates/user-profile-passwd.html:61
-msgid "Old password"
-msgstr "Altes Passwort"
+#~ msgid "Email"
+#~ msgstr "Email"
-#: ../src/templates/user-profile-passwd.html:66
-msgid "Please provide your old password."
-msgstr "Bitte gib dein altes Passwort ein."
+#~ msgid "Edit profile"
+#~ msgstr "Profil bearbeiten"
-#: ../src/templates/user-profile-passwd.html:73
-msgid "New password"
-msgstr "Neues Passwort"
+#~ msgid "Change password"
+#~ msgstr "Verändere das Passwort"
-#: ../src/templates/user-profile-passwd.html:78
-msgid "Choose a new password. Make sure that it is as strong as possible."
-msgstr ""
-"Wähle ein neues Passwort und stelle sicher, dass es so sicher wie möglich "
-"ist."
+#~ msgid "Delete account"
+#~ msgstr "Account löschen"
-#: ../src/templates/user-profile-passwd.html:89
-msgid "Confirm the new password."
-msgstr "Neues Passwort bestätigen."
+#~ msgid "Permissions"
+#~ msgstr "Berechtigungen"
-#: ../src/templates/user-profile-passwd-ok.html:3
-#: ../src/templates/user-profile-passwd-ok.html:29
-msgid "Password changed"
-msgstr "Passwort verändert"
+#~ msgid "This user has administration rights."
+#~ msgstr "Dieser Benutzer hat Administratoren Rechte."
-#: ../src/templates/user-profile-passwd-ok.html:24
-msgid "Done!"
-msgstr "Erledigt!"
+#~ msgid "Edit successful"
+#~ msgstr "Bearbeitung erfolgreich"
-#: ../src/templates/user-profile-passwd-ok.html:37
-msgid "Your password has successfully been changed."
-msgstr "Das Passwort wurde erfolgreich geändert."
+#~ msgid "The user profile was successfully altered."
+#~ msgstr "Das Benutzerprofil wurde erfolgreich geändert."
-#: ../src/templates/user-profile-passwd-ok.html:41
-#, c-format
-msgid "The password of %s has successfully been changed."
-msgstr "Das Passwort von %s wurde erfolgreich geändert."
+#~ msgid ""
+#~ "But as you have changed the email address, you need to re-activate the "
+#~ "account."
+#~ msgstr ""
+#~ "Durch die Änderung der E-Mail-Adresse muss der Benutzeraccount neu "
+#~ "aktiviert werden."
-#: ../src/templates/user-profile-passwd-ok.html:46
-msgid "Ok"
-msgstr "Ok"
+#~ msgid "Have a look at you mailbox - you already do know what to do."
+#~ msgstr "Prüfen Sie Ihre Mailbox - Sie wissen ja wie's geht."
-#: ../src/web/handlers_auth.py:65
-msgid "No username provided."
-msgstr "Kein Benutzername angegeben."
+#~ msgid "You are going to change your password."
+#~ msgstr "Du wirst Dein Passwort ändern."
-#: ../src/web/handlers_auth.py:67
-msgid "The given username is already taken."
-msgstr "Der gewählte Benutzername ist bereits belegt."
+#, c-format
+#~ msgid "In this dialog, you may change the password of %s."
+#~ msgstr "In diesem Dialog kannst Du das Passwort von %s ändern."
-#: ../src/web/handlers_auth.py:70 ../src/web/handlers_users.py:177
-msgid "No email address provided."
-msgstr "Keine Email-Adresse angegeben."
+#~ msgid "Old password"
+#~ msgstr "Altes Passwort"
-#: ../src/web/handlers_auth.py:72 ../src/web/handlers_users.py:179
-msgid "Email address is invalid."
-msgstr "Die Email-Adresse ist ungültig."
+#~ msgid "Please provide your old password."
+#~ msgstr "Bitte gib dein altes Passwort ein."
-#: ../src/web/handlers_auth.py:74
-msgid "The given email address is already used for another account."
-msgstr ""
-"Die eingegebene Email-Adresse wird bereits für einen anderen Account "
-"verwendet."
+#~ msgid "New password"
+#~ msgstr "Neues Passwort"
-#: ../src/web/handlers_auth.py:78
-msgid "No password provided."
-msgstr "Kein Passwort angegeben."
+#~ msgid "Choose a new password. Make sure that it is as strong as possible."
+#~ msgstr ""
+#~ "Wähle ein neues Passwort und stelle sicher, dass es so sicher wie möglich "
+#~ "ist."
-#: ../src/web/handlers_auth.py:80 ../src/web/handlers_users.py:185
-msgid "Passwords do not match."
-msgstr "Passwörter stimmen nicht überein."
+#~ msgid "Confirm the new password."
+#~ msgstr "Neues Passwort bestätigen."
-#: ../src/web/handlers_auth.py:84
-msgid "Your password is too weak."
-msgstr "Dein Passwort ist zu einfach."
+#~ msgid "Password changed"
+#~ msgstr "Passwort verändert"
-#: ../src/web/handlers_builds.py:368
-msgid "User not found."
-msgstr "Benutzer nicht gefunden."
+#~ msgid "Done!"
+#~ msgstr "Erledigt!"
-#: ../src/web/handlers_users.py:112
-msgid "You need to enter you current password."
-msgstr "Du musst dein aktuelles Passwort eingeben."
+#~ msgid "Your password has successfully been changed."
+#~ msgstr "Das Passwort wurde erfolgreich geändert."
-#: ../src/web/handlers_users.py:115
-msgid "The provided account password is wrong."
-msgstr ""
+#, c-format
+#~ msgid "The password of %s has successfully been changed."
+#~ msgstr "Das Passwort von %s wurde erfolgreich geändert."
-#: ../src/web/handlers_users.py:124
-msgid "The given passwords do not match."
-msgstr "Die eingegebenen Passwörter stimmen nicht überein."
+#~ msgid "Ok"
+#~ msgstr "Ok"
-#: ../src/web/handlers_users.py:126
-msgid "The password was blank."
-msgstr "Das Passwort war leer."
+#~ msgid "No username provided."
+#~ msgstr "Kein Benutzername angegeben."
-#: ../src/web/handlers_users.py:130
-msgid "The given password is too weak."
-msgstr "Das eingegebene Passwort ist zu schwach."
+#~ msgid "The given username is already taken."
+#~ msgstr "Der gewählte Benutzername ist bereits belegt."
-#: ../src/web/handlers_users.py:183
-msgid "Password has less than 8 characters."
-msgstr "Das Passwort hat weniger als 8 Zeichen."
+#~ msgid "No email address provided."
+#~ msgstr "Keine Email-Adresse angegeben."
-#: ../src/web/__init__.py:327
-#, python-format
-msgid "%(min)d min"
-msgstr ""
+#~ msgid "Email address is invalid."
+#~ msgstr "Die Email-Adresse ist ungültig."
-#: ../src/web/__init__.py:329
-#, python-format
-msgid "%(hrs)d:%(min)02d hrs"
-msgstr ""
+#~ msgid "The given email address is already used for another account."
+#~ msgstr ""
+#~ "Die eingegebene Email-Adresse wird bereits für einen anderen Account "
+#~ "verwendet."
-#: ../src/web/__init__.py:336
-#, python-format
-msgid "%dh"
-msgstr ""
+#~ msgid "No password provided."
+#~ msgstr "Kein Passwort angegeben."
-#: ../src/web/__init__.py:340
-#, python-format
-msgid "%dm"
-msgstr ""
+#~ msgid "Passwords do not match."
+#~ msgstr "Passwörter stimmen nicht überein."
-#: ../src/web/__init__.py:342
-#, python-format
-msgid "%ds"
-msgstr ""
+#~ msgid "Your password is too weak."
+#~ msgstr "Dein Passwort ist zu einfach."
-#: ../src/web/ui_modules.py:172
-msgid "Today"
-msgstr "Heute"
+#~ msgid "You need to enter you current password."
+#~ msgstr "Du musst dein aktuelles Passwort eingeben."
-#: ../src/web/ui_modules.py:177
-msgid "Yesterday"
-msgstr "Gestern"
+#~ msgid "The given passwords do not match."
+#~ msgstr "Die eingegebenen Passwörter stimmen nicht überein."
-#: ../src/web/ui_modules.py:305
-msgid "Dependency problem"
-msgstr ""
+#~ msgid "The password was blank."
+#~ msgstr "Das Passwort war leer."
-#: ../src/web/ui_modules.py:346
-#, python-format
-msgid "Unknown: %s"
-msgstr "Unbekannt: %s"
+#~ msgid "The given password is too weak."
+#~ msgstr "Das eingegebene Passwort ist zu schwach."
+
+#~ msgid "Password has less than 8 characters."
+#~ msgstr "Das Passwort hat weniger als 8 Zeichen."
#~ msgid "January"
#~ msgstr "Januar"
msgstr ""
"Project-Id-Version: IPFire Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-06 16:39+0100\n"
+"POT-Creation-Date: 2022-10-12 13:55+0000\n"
"PO-Revision-Date: 2013-02-20 10:10+0000\n"
"Last-Translator: Andrés Reyes <andres.rt@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/ipfire/language/"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../src/buildservice/builds.py:1109
-#, python-format
-msgid "%(user_name)s commented on %(build_name)s"
-msgstr ""
-
-#: ../src/buildservice/constants.py:56
-#, python-format
-msgid "[%(build_name)s] Build job failed."
-msgstr ""
-
-#: ../src/buildservice/constants.py:57
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has failed.\n"
-"\n"
-"This could have a couple of reasons and needs to be investigated by you.\n"
-"\n"
-"Here is more information about the incident:\n"
-"\n"
-" Build name: %(build_name)s\n"
-" Build host: %(build_host)s\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/constants.py:74
-#, python-format
-msgid "[%(build_name)s] Build job finished."
-msgstr ""
-
-#: ../src/buildservice/constants.py:75
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has finished.\n"
-"\n"
-"If you are the maintainer, it is up to you to push it to one or more "
-"repositories.\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/logs.py:67
msgid "Build has been created"
msgstr ""
-#: ../src/buildservice/logs.py:106 ../src/buildservice/logs.py:170
-#: ../src/buildservice/logs.py:230 ../src/buildservice/logs.py:305
msgid "Unknown action."
msgstr "Acción desconocida."
-#: ../src/buildservice/logs.py:117 ../src/buildservice/logs.py:186
-#: ../src/buildservice/logs.py:247 ../src/buildservice/logs.py:321
-#: ../src/templates/builders/detail.html:161
-#: ../src/templates/builders/list.html:59 ../src/templates/jobs-detail.html:82
-#: ../src/templates/mirrors-list.html:72 ../src/web/__init__.py:307
msgid "Unknown"
msgstr "Desconocido"
-#: ../src/buildservice/logs.py:124 ../src/buildservice/logs.py:130
-#: ../src/templates/builders/detail.html:143
-#: ../src/templates/builders/detail.html:149
-#: ../src/templates/builders/detail.html:170
-#: ../src/templates/builders/detail.html:210
-#: ../src/templates/builders/detail.html:224
-#: ../src/templates/jobs-buildroot.html:87
-#: ../src/templates/mirrors-detail.html:67
-#: ../src/templates/mirrors-list.html:56 ../src/templates/mirrors-list.html:81
-#: ../src/templates/modules/jobs/list.html:44
-#: ../src/templates/modules/jobs-table.html:42
-#: ../src/templates/modules/repository-table.html:14
-#: ../src/templates/sessions/index.html:50
-#: ../src/templates/uploads-list.html:55
msgid "N/A"
msgstr "N/A"
-#: ../src/buildservice/logs.py:136
#, python-format
msgid "This build was pushed to the repository '%(to_repo)s'."
msgstr "Esta compilación fue enviada al repositorio '%(to_repo)s'."
-#: ../src/buildservice/logs.py:138
#, python-format
msgid "You pushed this build to the repository '%(to_repo)s'."
msgstr "Enviaste esta compilación al repositorio '%(to_repo)s'."
-#: ../src/buildservice/logs.py:140
#, python-format
msgid "%(user)s pushed this build to the repository '%(to_repo)s'."
msgstr "%(user)s envió esta compilación al repositorio '%(to_repo)s'."
-#: ../src/buildservice/logs.py:144
#, python-format
msgid "This build was unpushed from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:146
#, python-format
msgid "You unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:148
#, python-format
msgid "%(user)s unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:152
#, python-format
msgid ""
"This build was pushed from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:154
#, python-format
msgid ""
"You pushed this build from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:156
#, python-format
msgid ""
"%(user)s pushed this build from the repository '%(from_repo)s' to "
"'%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:192
#, python-format
msgid "Builder '%(builder)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:194
#, python-format
msgid "You enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:196
#, python-format
msgid "%(user)s enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:200
#, python-format
msgid "Builder '%(builder)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:202
#, python-format
msgid "You disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:204
#, python-format
msgid "%(user)s disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:208
#, python-format
msgid "You deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:210
#, python-format
msgid "%(user)s deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:214
#, python-format
msgid "You created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:216
#, python-format
msgid "%(user)s created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:253
#, python-format
msgid "Job '%(job)s' has been created."
msgstr ""
-#: ../src/buildservice/logs.py:255
#, python-format
msgid "You created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:257
#, python-format
msgid "%(user)s created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:261
#, python-format
msgid "Job '%(job)s' has changed its state to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:263
#, python-format
msgid "You changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:265
#, python-format
msgid "%(user)s changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:269
#, python-format
msgid "Job '%(job)s' has been reset."
msgstr ""
-#: ../src/buildservice/logs.py:271
#, python-format
msgid "You reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:273
#, python-format
msgid "%(user)s has reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:277
#, python-format
msgid "Job '%(job)s' has been scheduled for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:279
#, python-format
msgid "You scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:281
#, python-format
msgid "%(user)s scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:287
#, python-format
msgid "A test job for '%(job)s' has been scheduled."
msgstr ""
-#: ../src/buildservice/logs.py:289
#, python-format
msgid "You scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:291
#, python-format
msgid "%(user)s scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:327
#, python-format
msgid "Mirror '%(mirror)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:329
#, python-format
msgid "You enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:331
#, python-format
msgid "%(user)s enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:335
#, python-format
msgid "Mirror '%(mirror)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:337
#, python-format
msgid "You disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:339
#, python-format
msgid "%(user)s disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:343
#, python-format
msgid "You deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:345
#, python-format
msgid "%(user)s deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:349
#, python-format
msgid "You created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:351
#, python-format
msgid "%(user)s created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/users.py:459
-msgid "Account Activation"
-msgstr "Activación de la cuenta"
-
-#: ../src/buildservice/users.py:461
-#, fuzzy
-msgid ""
-"You, or somebody using your email address, has registered an account on the "
-"Pakfire Build Service."
-msgstr ""
-"Usted, o alguien usando su cuenta de correo, ha registrado una cuenta en el "
-"Servicio de Construcción Pakfire,"
-
-#: ../src/buildservice/users.py:463
-msgid "To activate your account, please click on the link below."
-msgstr "Para activar su cuente, por favor pulse el siguiente enlace."
-
-#: ../src/templates/base.html:4
msgid "No title given"
msgstr "No se ha dado título"
-#: ../src/templates/base.html:29 ../src/templates/index.html:16
+msgid "Menu"
+msgstr ""
+
msgid "Pakfire Build Service"
msgstr ""
-#: ../src/templates/base.html:34 ../src/templates/build-bugs.html:12
-#: ../src/templates/build-delete.html:12 ../src/templates/build-detail.html:12
-#: ../src/templates/build-schedule-test.html:12
-#: ../src/templates/build-state.html:12
-#: ../src/templates/builds-watchers-add.html:12
-#: ../src/templates/jobs-buildroot.html:12
-#: ../src/templates/jobs-buildroot.html:48
-#: ../src/templates/job-schedule-rebuild.html:12
-#: ../src/templates/job-schedule-test.html:12
-#: ../src/templates/jobs-detail.html:12 ../src/templates/package-detail.html:12
-#: ../src/templates/package-detail-list.html:12
-#: ../src/templates/package-properties.html:12
-#: ../src/templates/packages/builds/scratch.html:12
-#: ../src/templates/packages/builds/times.html:12
-#: ../src/templates/packages/changelog.html:12
-#: ../src/templates/packages-list.html:12
-#: ../src/templates/packages/view-file.html:12
-#: ../src/templates/search-results.html:50
msgid "Packages"
msgstr "Paquetes"
-#: ../src/templates/base.html:37 ../src/templates/build-index.html:3
-#: ../src/templates/build-index.html:12 ../src/templates/build-index.html:26
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-#: ../src/templates/builds/comments.html:12
-#: ../src/templates/distro-update-edit.html:20
-#: ../src/templates/docs-base.html:33 ../src/templates/docs-build.html:16
-#: ../src/templates/docs-index.html:43
-#: ../src/templates/statistics/index.html:15
msgid "Builds"
msgstr "Construcciones"
-#: ../src/templates/base.html:41
msgid "More"
msgstr "Más"
-#: ../src/templates/base.html:47 ../src/templates/docs-build.html:3
-#: ../src/templates/docs-build.html:12 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-index.html:12 ../src/templates/docs-users.html:3
-#: ../src/templates/docs-users.html:12 ../src/templates/docs-users.html:21
-#: ../src/templates/docs-whatsthis.html:3
-#: ../src/templates/docs-whatsthis.html:12
-#: ../src/templates/docs-whatsthis.html:21
-msgid "Documentation"
-msgstr "Documentación"
-
-#: ../src/templates/base.html:53 ../src/templates/search-form.html:12
-#: ../src/templates/search-form.html:22
-msgid "Search"
-msgstr "Buscar"
-
-#: ../src/templates/base.html:60 ../src/templates/distro-detail.html:12
-#: ../src/templates/distro-list.html:3 ../src/templates/distro-list.html:12
-#: ../src/templates/distro-list.html:18
-#: ../src/templates/distro-source-commit-detail.html:12
-#: ../src/templates/distro-source-commit-reset.html:10
-#: ../src/templates/distro-source-detail.html:10
-#: ../src/templates/repository-detail.html:14
msgid "Distributions"
msgstr "Distribuciones"
-#: ../src/templates/base.html:66 ../src/templates/builders/delete.html:12
-#: ../src/templates/builders/detail.html:12
-#: ../src/templates/builders/edit.html:12 ../src/templates/builders/list.html:3
-#: ../src/templates/builders/list.html:12
-#: ../src/templates/builders/list.html:17 ../src/templates/builders/new.html:12
-#: ../src/templates/builders/pass.html:10
msgid "Builders"
msgstr ""
-#: ../src/templates/base.html:72 ../src/templates/mirrors-delete.html:12
-#: ../src/templates/mirrors-detail.html:12
-#: ../src/templates/mirrors-edit.html:12 ../src/templates/mirrors-list.html:3
-#: ../src/templates/mirrors-list.html:12 ../src/templates/mirrors-list.html:32
-#: ../src/templates/mirrors-new.html:12
msgid "Mirrors"
msgstr "Espejos"
-#: ../src/templates/base.html:78 ../src/templates/keys-delete.html:12
-#: ../src/templates/keys-import.html:12 ../src/templates/keys-list.html:3
-#: ../src/templates/keys-list.html:12 ../src/templates/keys-list.html:17
-msgid "Key Management"
-msgstr ""
-
-#: ../src/templates/base.html:86 ../src/templates/docs-base.html:34
-#: ../src/templates/docs-index.html:46 ../src/templates/docs-users.html:24
-#: ../src/templates/docs-users.html:48 ../src/templates/search-results.html:96
-#: ../src/templates/user-list.html:12 ../src/templates/user-list.html:17
-#: ../src/templates/user-profile-edit.html:12
-#: ../src/templates/user-profile.html:12
-#: ../src/templates/user-profile-passwd.html:12
-#: ../src/templates/user-profile-passwd-ok.html:12
msgid "Users"
msgstr "Usuarios"
-#: ../src/templates/base.html:94 ../src/templates/statistics/index.html:3
-#: ../src/templates/statistics/index.html:7
-msgid "Statistics"
-msgstr "Estadísticas"
+#, fuzzy
+msgid "My Profile"
+msgstr "Mi perfil"
-#: ../src/templates/base.html:101
-msgid "Administration"
-msgstr "Administración"
+#, fuzzy
+msgid "My Builds"
+msgstr "Mis compilaciones"
-#: ../src/templates/base.html:106 ../src/templates/sessions/index.html:3
-#: ../src/templates/sessions/index.html:12
-#: ../src/templates/sessions/index.html:17
-msgid "Sessions"
+msgid "Log Out"
msgstr ""
-#: ../src/templates/base.html:112 ../src/templates/uploads-list.html:3
-#: ../src/templates/uploads-list.html:12 ../src/templates/uploads-list.html:17
-msgid "Uploads"
-msgstr "Cargas"
-
-#: ../src/templates/base.html:132
-msgid "My profile"
-msgstr "Mi perfil"
+msgid "Sign In"
+msgstr ""
-#: ../src/templates/base.html:138
-msgid "My builds"
-msgstr "Mis compilaciones"
+msgid "Delete build"
+msgstr ""
-#: ../src/templates/base.html:143
-msgid "Impersonated by"
-msgstr ""
-
-#: ../src/templates/base.html:153
-msgid "End impersonation"
-msgstr ""
-
-#: ../src/templates/base.html:160
-msgid "Logout"
-msgstr "Salir"
-
-#: ../src/templates/base.html:168 ../src/templates/docs-users.html:56
-msgid "Register"
-msgstr "Registro"
-
-#: ../src/templates/base.html:172
-msgid "Sign in"
-msgstr ""
-
-#: ../src/templates/base.html:184
-msgid "Forgot your password?"
-msgstr "¿Olvidaste tu contraseña?"
-
-#: ../src/templates/build-bugs.html:3
-msgid "Bug list"
-msgstr ""
-
-#: ../src/templates/build-bugs.html:8 ../src/templates/build-delete.html:8
-#: ../src/templates/build-detail.html:8 ../src/templates/builders/delete.html:8
-#: ../src/templates/builders/detail.html:8
-#: ../src/templates/builders/edit.html:8 ../src/templates/builders/list.html:8
-#: ../src/templates/builders/new.html:8 ../src/templates/builders/pass.html:6
-#: ../src/templates/build-index.html:8
-#: ../src/templates/build-schedule-test.html:8
-#: ../src/templates/builds/comments.html:8 ../src/templates/build-state.html:8
-#: ../src/templates/builds-watchers-add.html:8
-#: ../src/templates/distro-detail.html:8 ../src/templates/distro-list.html:8
-#: ../src/templates/distro-source-commit-detail.html:8
-#: ../src/templates/distro-source-commit-reset.html:6
-#: ../src/templates/distro-source-detail.html:6
-#: ../src/templates/docs-build.html:8 ../src/templates/docs-index.html:8
-#: ../src/templates/docs-users.html:8 ../src/templates/docs-whatsthis.html:8
-#: ../src/templates/jobs-buildroot.html:8
-#: ../src/templates/job-schedule-rebuild.html:8
-#: ../src/templates/job-schedule-test.html:8
-#: ../src/templates/jobs-detail.html:8 ../src/templates/jobs-filter.html:8
-#: ../src/templates/jobs-index.html:8 ../src/templates/keys-delete.html:8
-#: ../src/templates/keys-import.html:8 ../src/templates/keys-list.html:8
-#: ../src/templates/mirrors-delete.html:8
-#: ../src/templates/mirrors-detail.html:8 ../src/templates/mirrors-edit.html:8
-#: ../src/templates/mirrors-list.html:8 ../src/templates/mirrors-new.html:8
-#: ../src/templates/modules/package-header.html:9
-#: ../src/templates/package-detail.html:8
-#: ../src/templates/package-detail-list.html:8
-#: ../src/templates/package-properties.html:8
-#: ../src/templates/packages/builds/scratch.html:8
-#: ../src/templates/packages/builds/times.html:8
-#: ../src/templates/packages/changelog.html:8
-#: ../src/templates/packages-list.html:8
-#: ../src/templates/packages/view-file.html:8
-#: ../src/templates/register-activation-fail.html:8
-#: ../src/templates/register-activation-success.html:8
-#: ../src/templates/register.html:8 ../src/templates/repository-detail.html:10
-#: ../src/templates/search-form.html:8 ../src/templates/search-results.html:8
-#: ../src/templates/sessions/index.html:8 ../src/templates/uploads-list.html:8
-#: ../src/templates/user-forgot-password.html:8
-#: ../src/templates/user-list.html:8 ../src/templates/user-profile-edit.html:8
-#: ../src/templates/user-profile.html:8
-#: ../src/templates/user-profile-passwd.html:8
-#: ../src/templates/user-profile-passwd-ok.html:8
msgid "Home"
msgstr "Inicio"
-#: ../src/templates/build-bugs.html:29 ../src/templates/build-detail.html:75
-msgid "Fixed bugs"
-msgstr ""
-
-#: ../src/templates/build-bugs.html:33
-msgid "No bugs here, yet."
+msgid "Delete"
msgstr ""
-#: ../src/templates/build-bugs.html:34
-msgid "Click below to add one."
+#, c-format
+msgid "You are about to delete build %s."
msgstr ""
-#: ../src/templates/build-bugs.html:45
-msgid "Add"
+msgid "Please make sure, that this is the right build you intend to delete."
msgstr ""
-#: ../src/templates/build-bugs.html:50 ../src/templates/keys-list.html:63
-msgid "Remove"
+msgid "Once a build has been deleted, it can not been recovered."
msgstr ""
-#: ../src/templates/build-bugs.html:57 ../src/templates/user-delete.html:18
-msgid "Back"
-msgstr "Volver"
+msgid "Cancel"
+msgstr "Cancelar"
-#: ../src/templates/build-bugs.html:71
-msgid "Add a bug"
+#, c-format
+msgid "Manage build %s"
msgstr ""
-#: ../src/templates/build-bugs.html:77 ../src/templates/build-bugs.html:134
-msgid "Bug ID"
+msgid "Manage build"
msgstr ""
-#: ../src/templates/build-bugs.html:84
-msgid "Enter a bug ID."
+msgid "Distribution"
+msgstr "Distribución"
+
+msgid "Not all jobs are finished"
msgstr ""
-#: ../src/templates/build-bugs.html:93
-msgid "This is a list of more open bugs of this package."
+msgid "Not all jobs of this build are finished, yet."
msgstr ""
-#: ../src/templates/build-bugs.html:96
-msgid "Maybe you want to pick one of these."
+msgid ""
+"It is <strong>strongly discouraged</strong> to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/build-bugs.html:115
-msgid "Add bug"
+msgid ""
+"However, the build will be automatically unpushed if one or more build jobs "
+"fail."
msgstr ""
-#: ../src/templates/build-bugs.html:116 ../src/templates/build-bugs.html:165
-#: ../src/templates/build-delete.html:47
-#: ../src/templates/builders/delete.html:39
-#: ../src/templates/build-manage.html:79 ../src/templates/keys-delete.html:43
-#: ../src/templates/mirrors-delete.html:36
-#: ../src/templates/mirrors-edit.html:82
-#: ../src/templates/modules/modal-base.html:28
-#: ../src/templates/modules/modal-build-comment.html:59
-#: ../src/templates/package-properties.html:94
-#: ../src/templates/user-profile-edit.html:151
-#: ../src/templates/user-profile-passwd.html:96
-msgid "Cancel"
-msgstr "Cancelar"
+msgid "Push to a repository"
+msgstr ""
-#: ../src/templates/build-bugs.html:128
-msgid "Remove a bug"
+msgid "Push to next repository"
msgstr ""
-#: ../src/templates/build-bugs.html:141
-msgid "Enter a bug ID from the list below."
+msgid "Push to first repository"
msgstr ""
-#: ../src/templates/build-bugs.html:164
-msgid "Remove bug"
+msgid "New repository"
msgstr ""
-#: ../src/templates/build-delete.html:3 ../src/templates/build-delete.html:46
-#: ../src/templates/build-detail.html:151
-msgid "Delete build"
+msgid "This is the target repository for the build."
msgstr ""
-#: ../src/templates/build-delete.html:24
-#: ../src/templates/builders/delete.html:20
-#: ../src/templates/keys-delete.html:20 ../src/templates/mirrors-delete.html:20
-#: ../src/templates/repository-detail.html:116
-msgid "Delete"
+msgid "Push"
msgstr ""
-#: ../src/templates/build-delete.html:34
-#, c-format
-msgid "You are about to delete build %s."
+msgid "Unpush"
msgstr ""
-#: ../src/templates/build-delete.html:39
-msgid "Please make sure, that this is the right build you intend to delete."
+msgid "Switch to user mode"
msgstr ""
-#: ../src/templates/build-delete.html:40
-msgid "Once a build has been deleted, it can not been recovered."
+msgid "Switch to admin mode"
msgstr ""
-#: ../src/templates/build-detail.html:3 ../src/templates/build-state.html:3
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/builds-watchers-list.html:31
-#: ../src/templates/modules/build-table.html:14
-#: ../src/templates/modules/log-table.html:10
-#: ../src/templates/package-detail.html:109
-msgid "Build"
-msgstr "Construcción"
+#, c-format
+msgid "Schedule test build for %s"
+msgstr "Construcción de prueba programada para %s"
-#: ../src/templates/build-detail.html:43
-msgid "Score"
-msgstr ""
+msgid "Schedule test build"
+msgstr "Programar construcción de prueba"
-#: ../src/templates/build-detail.html:46
-msgid "(broken)"
+msgid ""
+"A test build is used to check if a package builds with the current package "
+"set."
msgstr ""
+"Una construcción de test es usada para comprobar si un paquete se puede "
+"construir con la selección actual del paquete."
-#: ../src/templates/build-detail.html:48
-msgid "(obsolete)"
+msgid ""
+"In this way, developers are able to find quality issues fast and without "
+"actively searching for them."
msgstr ""
+"De esta manera, los desarrolladores pueden buscar elementos de calidad "
+"rápidamente y sin buscarlos activamente."
-#: ../src/templates/build-detail.html:57
-msgid "Security update"
+msgid ""
+"As this build platform only has a limited amount of performance, test builds "
+"only have a very less priority."
msgstr ""
+"Ya que esta plataforma de construcción tiene un rendimiento limitado, las "
+"construcciones de prueba tiene mucha menos prioridad."
-#: ../src/templates/build-detail.html:60
-msgid "Bug fix update"
-msgstr ""
+msgid "However, you can manually request to run a test."
+msgstr "Sin embargo, puedes pedir manualmente que se ejecute un test."
-#: ../src/templates/build-detail.html:63
-msgid "Enhancement"
+msgid ""
+"The build job will be started when a build slot is available but not before "
+"the given time."
msgstr ""
+"El trabajo de construcción será comenzado cuando un intervalo de "
+"construcción esté disponible pero no antes de tiempo proporcionado."
-#: ../src/templates/build-detail.html:66
-msgid "New package"
-msgstr ""
+msgid "Build"
+msgstr "Construcción"
-#: ../src/templates/build-detail.html:68
-#, c-format
-msgid "Unhandled: %s"
-msgstr ""
+msgid "State"
+msgstr "Estado"
-#: ../src/templates/build-detail.html:98
-#: ../src/templates/distro-source-commit-detail.html:55
-#: ../src/templates/modules/changelog/entry.html:36
-#: ../src/templates/modules/commits-table.html:5
-msgid "Author"
-msgstr "Autor"
+msgid ""
+"The state of a build can be either building, testing, stable, obsolete or "
+"broken."
+msgstr ""
-#: ../src/templates/build-detail.html:100
-#: ../src/templates/distro-source-commit-detail.html:3
-#: ../src/templates/modules/commits-table.html:4
-#: ../src/templates/package-detail.html:137
-msgid "Commit"
-msgstr "Confirmar cambios."
+msgid "Mark build as obsolete"
+msgstr ""
-#: ../src/templates/build-detail.html:103
-#: ../src/templates/modules/changelog/entry.html:41
-msgid "No commit message."
+msgid ""
+"If a package is updated by an other package it should be marked as "
+"<em>obsolete</em>."
msgstr ""
-#: ../src/templates/build-detail.html:117
-#: ../src/templates/modules/modal-build-comment.html:18
-msgid "Comment"
+msgid ""
+"For obsolete builds, there will be no test jobs created and it is "
+"recommended to remove them from the repositories soon."
msgstr ""
-#: ../src/templates/build-detail.html:121
-#: ../src/templates/builders/detail.html:242
-#: ../src/templates/jobs-detail.html:175 ../src/templates/log.html:4
-#: ../src/templates/mirrors-detail.html:119
-#: ../src/templates/mirrors-list.html:95
-msgid "Log"
-msgstr "Bitácora"
+msgid "Remove build from the repository it is currently in?"
+msgstr ""
-#: ../src/templates/build-detail.html:130
-#: ../src/templates/builders/list.html:32 ../src/templates/jobs-filter.html:12
-#: ../src/templates/jobs-index.html:3 ../src/templates/jobs-index.html:12
-#: ../src/templates/jobs-index.html:23
-#: ../src/templates/modules/build-table.html:15
-msgid "Jobs"
+msgid "Unbreak this build"
msgstr ""
-#: ../src/templates/build-detail.html:134
-#: ../src/templates/package-detail.html:39
-#: ../src/templates/package-detail.html:100
-msgid "Source package"
+msgid ""
+"In case this build has accidentially be marked as broken, it is possible to "
+"recover that state."
msgstr ""
-#: ../src/templates/build-detail.html:144
-msgid "Change state"
+msgid "Mark build as broken"
msgstr ""
-#: ../src/templates/build-detail.html:145
-msgid "Modify bug list"
+msgid ""
+"If a package does not build or contains <em>serious</em> bugs, it should be "
+"marked as broken."
msgstr ""
-#: ../src/templates/build-detail.html:168
-#: ../src/templates/build-detail.html:191 ../src/templates/build-manage.html:77
-#: ../src/templates/modules/modal-build-push.html:60
-msgid "Push"
+msgid ""
+"Those builds can not be added into any repositories and are removed from all "
+"repositories they may currently be in."
msgstr ""
-#: ../src/templates/build-detail.html:174
-#: ../src/templates/build-detail.html:183 ../src/templates/build-manage.html:78
-#: ../src/templates/modules/modal-build-unpush.html:38
-msgid "Unpush"
+msgid "Current repository"
msgstr ""
-#: ../src/templates/build-detail.html:202 ../src/templates/build-state.html:128
#, c-format
msgid "since %s"
msgstr ""
-#: ../src/templates/build-detail.html:205
-msgid "This package does not belong to any repository."
-msgstr ""
-
-#: ../src/templates/builders/delete.html:3
#, c-format
msgid "Delete builder %s"
msgstr "Borrar constructor %s"
-#: ../src/templates/builders/delete.html:25
-#: ../src/templates/builders/detail.html:3
-#: ../src/templates/builders/detail.html:74
-#: ../src/templates/builders/pass.html:23 ../src/templates/jobs-filter.html:27
-#: ../src/templates/modules/jobs/boxes.html:15
-#: ../src/templates/modules/jobs/list.html:6
-msgid "Builder"
-msgstr "Constructor"
+#, fuzzy, c-format
+msgid "Delete builder: %s"
+msgstr "Borrar constructor %s"
-#: ../src/templates/builders/delete.html:31
-#, c-format
-msgid "You are going to delete the build host <strong>%s</strong>."
+#, fuzzy, c-format
+msgid "You are going to delete the build host %s."
msgstr "Vas a borrar el host de construcción <strong>%s</strong>"
-#: ../src/templates/builders/delete.html:37
-#: ../src/templates/mirrors-delete.html:34 ../src/templates/user-delete.html:16
#, c-format
msgid "Delete %s"
msgstr "Borrar %s"
-#: ../src/templates/builders/detail.html:22
-#: ../src/templates/build-filter.html:75 ../src/templates/build-list.html:13
-#: ../src/templates/builds-watchers-list.html:50
-#: ../src/templates/distro-update-detail.html:46
-#: ../src/templates/file-detail.html:116 ../src/templates/jobs-detail.html:30
-#: ../src/templates/mirrors-detail.html:23
-#: ../src/templates/mirrors-list.html:19 ../src/templates/user-comments.html:10
-msgid "Actions"
-msgstr "Acciones"
+msgid "Builder"
+msgstr "Constructor"
-#: ../src/templates/builders/detail.html:27
-msgid "Show jobs by this builder"
+msgid "Current"
msgstr ""
-#: ../src/templates/builders/detail.html:36
-msgid "Disable builder"
+#, c-format
+msgid "Pakfire %s"
msgstr ""
-#: ../src/templates/builders/detail.html:42
-msgid "Enable builder"
-msgstr ""
+#, fuzzy, c-format
+msgid "Supported Architectures: %s"
+msgstr "Arquitecturas soportadas"
-#: ../src/templates/builders/detail.html:50
-msgid "Edit builder"
+#, c-format
+msgid "Total Build Time: %s"
msgstr ""
-#: ../src/templates/builders/detail.html:58
-msgid "Renew passphrase"
-msgstr "Renovar frase de paso"
-
-#: ../src/templates/builders/detail.html:66
-msgid "Delete builder"
-msgstr "Borrar constructor"
+#, fuzzy, c-format
+msgid "%s Memory"
+msgstr "Memoria"
-#: ../src/templates/builders/detail.html:79
-msgid "Warning"
+#, c-format
+msgid "%s Swap Space"
msgstr ""
-#: ../src/templates/builders/detail.html:80
-msgid "This builder is overloaded."
+#, fuzzy
+msgid "Test Mode"
+msgstr "Testeador"
+
+msgid "Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:81
-msgid ""
-"That means it will not take any additional jobs although it has not reached "
-"its threshold of running jobs, yet."
+msgid "Edit"
msgstr ""
-#: ../src/templates/builders/detail.html:82
-msgid "New jobs will be started automatically after the load decreased."
+#, fuzzy
+msgid "Running Jobs"
+msgstr "En ejecución"
+
+msgid "Log"
+msgstr "Bitácora"
+
+#, fuzzy, c-format
+msgid "Edit Builder %s"
+msgstr "Borrar constructor %s"
+
+msgid "Hostname"
msgstr ""
-#: ../src/templates/builders/detail.html:91
-#: ../src/templates/build-filter.html:27 ../src/templates/build-state.html:24
-#: ../src/templates/modules/jobs-table.html:5
-#: ../src/templates/user-profile-edit.html:77
-#: ../src/templates/user-profile.html:47
-msgid "State"
-msgstr "Estado"
+#, fuzzy
+msgid "The hostname cannot be changed"
+msgstr "El nombre del host no puede ser cambiado."
-#: ../src/templates/builders/detail.html:94
-#: ../src/templates/builders/edit.html:42 ../src/templates/mirrors-edit.html:43
msgid "Enabled"
msgstr "Activado"
-#: ../src/templates/builders/detail.html:96
-msgid "Disabled"
-msgstr ""
-
-#: ../src/templates/builders/detail.html:98
-msgid "Deleted"
-msgstr ""
+#, fuzzy
+msgid "Job Settings"
+msgstr "Ajustes de construcción de trabajo"
-#: ../src/templates/builders/detail.html:100
-#, c-format
-msgid "Unknown status: %s"
+msgid "Maximum Parallel Build Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:105
-msgid "Parallel builds"
-msgstr ""
+#, fuzzy
+msgid "Enable Test Mode"
+msgstr "Activado"
-#: ../src/templates/builders/detail.html:106
-msgid "One job only."
+msgid "Only build test jobs on this builder"
msgstr ""
-#: ../src/templates/builders/detail.html:109
-msgid "This host builds"
+msgid "Save"
msgstr ""
-#: ../src/templates/builders/detail.html:115
-msgid "Release builds"
+msgid "Online"
msgstr ""
-#: ../src/templates/builders/detail.html:117
-#: ../src/templates/package-detail-list.html:30
-#: ../src/templates/packages/builds/scratch.html:3
-#: ../src/templates/packages/builds/scratch.html:20
-msgid "Scratch builds"
+msgid "Offline"
msgstr ""
-#: ../src/templates/builders/detail.html:119
-#: ../src/templates/package-detail-list.html:35
-msgid "Test builds"
-msgstr ""
+#, fuzzy
+msgid "Create A New Builder"
+msgstr "Crear un nuevo constructor"
-#: ../src/templates/builders/detail.html:130
-msgid "Remarks"
-msgstr ""
+msgid "Statistics"
+msgstr "Estadísticas"
-#: ../src/templates/builders/detail.html:141
-msgid "OS"
+msgid "Total Build Time"
msgstr ""
-#: ../src/templates/builders/detail.html:147
-msgid "Pakfire version"
+msgid "Total Build Time By Architecture"
msgstr ""
-#: ../src/templates/builders/detail.html:153
-#: ../src/templates/distro-detail.html:35
-msgid "Supported architectures"
-msgstr "Arquitecturas soportadas"
+msgid "Create new builder"
+msgstr "Crear nuevo constructor"
-#: ../src/templates/builders/detail.html:159
-msgid "CPU model"
-msgstr "Modelo de CPU"
+msgid "Create a new builder"
+msgstr "Crear un nuevo constructor"
-#: ../src/templates/builders/detail.html:165
-msgid "CPU count"
+msgid "Enter the canonical hostname of the machine."
msgstr ""
-#: ../src/templates/builders/detail.html:169
-msgid "Bogomips"
+#, c-format
+msgid "Watch build %s"
msgstr ""
-#: ../src/templates/builders/detail.html:180
-msgid "Memory"
-msgstr "Memoria"
-
-#: ../src/templates/builders/detail.html:194
-msgid "SWAP space"
+msgid "Watch"
msgstr ""
-#: ../src/templates/builders/detail.html:203
-msgid "No memory information available."
+msgid "You may here add yourself to the list of watchers of this build."
msgstr ""
-#: ../src/templates/builders/detail.html:208
-msgid "Load average"
-msgstr "Carga media"
+msgid ""
+"If you do so, you will receive messages about new comments and status "
+"updates."
+msgstr ""
-#: ../src/templates/builders/detail.html:212
-#: ../src/templates/builders/list.html:50
-msgid "Overload"
+msgid "Oops!"
msgstr ""
-#: ../src/templates/builders/detail.html:217
-msgid "Free disk space"
+msgid "You are already watching this build."
msgstr ""
-#: ../src/templates/builders/detail.html:222
-msgid "Host key"
+msgid "Choose user"
msgstr ""
-#: ../src/templates/builders/detail.html:235
-msgid "Active and pending jobs"
+msgid "Myself"
msgstr ""
-#: ../src/templates/builders/edit.html:3
-#, c-format
-msgid "Manage builder %s"
+msgid "Choose a user who should watch this build."
msgstr ""
-#: ../src/templates/builders/edit.html:20
-#: ../src/templates/builders/edit.html:25
-#: ../src/templates/builders/pass.html:18 ../src/templates/mirrors-edit.html:20
-msgid "Manage"
+msgid "User"
+msgstr "Usuario"
+
+msgid "Add watcher"
msgstr ""
-#: ../src/templates/builders/edit.html:25
#, c-format
-msgid "Builder: %s"
+msgid "Watchers of %s"
msgstr ""
-#: ../src/templates/builders/edit.html:32
-#: ../src/templates/builders/list.html:30 ../src/templates/builders/new.html:30
-#: ../src/templates/mirrors-detail.html:56
-#: ../src/templates/mirrors-edit.html:32 ../src/templates/mirrors-list.html:43
-#: ../src/templates/mirrors-new.html:28
-msgid "Hostname"
+msgid "This is a list of all users who watch this build."
msgstr ""
-#: ../src/templates/builders/edit.html:36
-msgid "The hostname cannot be changed."
-msgstr "El nombre del host no puede ser cambiado."
-
-#: ../src/templates/builders/edit.html:46
-msgid "The builder must be enabled in order to process build jobs."
+msgid ""
+"If you write a comment or the status of the build is changed, they all will "
+"get a message."
msgstr ""
-"El constructor debe estar habilitado para poder procesar trabajos de "
-"construcción."
-
-#: ../src/templates/builders/edit.html:53
-msgid "Build job settings"
-msgstr "Ajustes de construcción de trabajo"
-#: ../src/templates/builders/edit.html:56
-msgid "Maximum number of parallel build jobs"
+msgid "You are the owner of this build. So you don't need to watch it."
msgstr ""
-#: ../src/templates/builders/edit.html:65
-msgid "This is the number of build jobs that are started in parallel."
+msgid "Watch this build."
msgstr ""
-#: ../src/templates/builders/edit.html:74
-msgid "Authorized to build release builds."
+msgid "List of all watchers"
msgstr ""
-#: ../src/templates/builders/edit.html:83
-msgid "Authorized to build scratch builds."
+msgid "Actions"
+msgstr "Acciones"
+
+msgid "Back to build"
msgstr ""
-#: ../src/templates/builders/edit.html:92
-msgid "Authorized to build test builds."
+msgid "Created %(when)s by %(author)s"
msgstr ""
-#: ../src/templates/builders/edit.html:98 ../src/templates/mirrors-edit.html:81
-#: ../src/templates/package-properties.html:93
-msgid "Save changes"
+#, c-format
+msgid "Created %s"
msgstr ""
-#: ../src/templates/builders/list.html:31 ../src/templates/jobs-filter.html:44
-#: ../src/templates/packages/builds/times.html:44
-msgid "Architecture"
+msgid "Fixed Bugs"
msgstr ""
-#: ../src/templates/builders/list.html:53
-msgid "Unknown CPU"
+msgid "Score"
msgstr ""
-#: ../src/templates/builders/list.html:73 ../src/templates/builders/new.html:3
-#: ../src/templates/builders/new.html:16 ../src/templates/builders/new.html:41
-msgid "Create new builder"
-msgstr "Crear nuevo constructor"
-
-#: ../src/templates/builders/new.html:21
-msgid "Create a new builder"
-msgstr "Crear un nuevo constructor"
-
-#: ../src/templates/builders/new.html:35
-msgid "Enter the canonical hostname of the machine."
-msgstr ""
-
-#: ../src/templates/builders/pass.html:30
-#, c-format
-msgid "The new host <strong>%s</strong> has been successfully created."
-msgstr "El nuevo host <strong>%s</strong> ha sido creado satisfactoriamente."
-
-#: ../src/templates/builders/pass.html:32
-#, c-format
-msgid "The passphrase for <strong>%s</strong> has been regenerated."
-msgstr "La frase de paso para <strong>%s</strong> ha sido regenerada."
-
-#: ../src/templates/builders/pass.html:35
-msgid ""
-"For authorization to the Pakfire Master Server there is a passphrase "
-"required which must be configured to the host."
-msgstr ""
-"Para la autorización con el Servidor Maestro Pakfire hay una frase de paso "
-"requerida que debe ser configurada en el host."
-
-#: ../src/templates/builders/pass.html:39
-msgid "This passphrase is:"
-msgstr "La frase de paso es:"
-
-#: ../src/templates/builders/pass.html:43
-msgid "Next"
-msgstr "Siguiente"
-
-#: ../src/templates/build-filter.html:3 ../src/templates/build-list.html:3
-#: ../src/templates/build-list.html:8
-msgid "Build job list"
-msgstr "Lista de trabajos de construcción"
-
-#: ../src/templates/build-filter.html:6 ../src/templates/build-index.html:21
-#: ../src/templates/build-list.html:15
-msgid "Filter builds"
-msgstr "Filtrar construcciones"
-
-#: ../src/templates/build-filter.html:11 ../src/templates/build-manage.html:9
-#: ../src/templates/distro-detail.html:3 ../src/templates/distro-detail.html:22
-#: ../src/templates/distro-list.html:33
-#: ../src/templates/distro-source-commits.html:5
-#: ../src/templates/distro-update-detail.html:6
-#: ../src/templates/distro-update-edit.html:12
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-edit.html:8
-msgid "Distribution"
-msgstr "Distribución"
-
-#: ../src/templates/build-filter.html:15 ../src/templates/build-filter.html:39
-#: ../src/templates/build-filter.html:55
-msgid "Any"
-msgstr "Cualquier"
-
-#: ../src/templates/build-filter.html:23
-msgid "Show only builds in that distribution."
-msgstr ""
-
-#: ../src/templates/build-filter.html:30
-msgid "All"
-msgstr "Todos"
-
-#: ../src/templates/build-filter.html:31
-#: ../src/templates/modules/jobs-table.html:29 ../src/web/ui_modules.py:335
-msgid "Running"
-msgstr "En ejecución"
-
-#: ../src/templates/build-filter.html:32
-#: ../src/templates/modules/jobs-table.html:21 ../src/web/ui_modules.py:330
-msgid "Pending"
-msgstr "Pendiente"
-
-#: ../src/templates/build-filter.html:33 ../src/templates/jobs-detail.html:128
-#: ../src/templates/modules/jobs-table.html:27 ../src/web/ui_modules.py:320
-msgid "Finished"
-msgstr "Finalizado"
-
-#: ../src/templates/build-filter.html:34
-#: ../src/templates/modules/jobs-table.html:23 ../src/web/ui_modules.py:315
-msgid "Failed"
-msgstr "Falló"
-
-#: ../src/templates/build-filter.html:35
-msgid "Permanently failed"
-msgstr "Fallo permanente"
-
-#: ../src/templates/build-filter.html:36
-#: ../src/templates/modules/jobs-table.html:25 ../src/web/ui_modules.py:310
-msgid "Dispatching"
-msgstr "Despachando"
-
-#: ../src/templates/build-filter.html:37 ../src/web/ui_modules.py:340
-msgid "Uploading"
-msgstr "Subiendo"
-
-#: ../src/templates/build-filter.html:40
-msgid "Building"
-msgstr ""
-
-#: ../src/templates/build-filter.html:41
-msgid "Testing"
-msgstr ""
-
-#: ../src/templates/build-filter.html:42
-msgid "Stable"
-msgstr ""
-
-#: ../src/templates/build-filter.html:43
-msgid "Obsolete"
-msgstr ""
-
-#: ../src/templates/build-filter.html:44
-msgid "Broken"
-msgstr ""
-
-#: ../src/templates/build-filter.html:48
-msgid "Only show builds with given state."
-msgstr "Mostrar solo construcciones con un estado concreto."
-
-#: ../src/templates/build-filter.html:52
-#: ../src/templates/package-detail.html:82
-msgid "Build host"
-msgstr "Host de construcción"
-
-#: ../src/templates/build-filter.html:62
-msgid "Display only builds by selected host."
-msgstr "Mostrar solo las construcciones para el host seleccionado."
-
-#: ../src/templates/build-filter.html:77
-msgid "Show all builds"
-msgstr "Mostrar todas las construcciones"
-
-#: ../src/templates/build-index.html:18
-#: ../src/templates/builds/comments.html:17
-#: ../src/templates/builds/comments.html:25
-msgid "Comments"
-msgstr ""
-
-#: ../src/templates/build-manage.html:3
-#, c-format
-msgid "Manage build %s"
-msgstr ""
-
-#: ../src/templates/build-manage.html:8
-msgid "Manage build"
-msgstr ""
-
-#: ../src/templates/build-manage.html:15
-msgid "Permission denied"
-msgstr ""
-
-#: ../src/templates/build-manage.html:16
-msgid ""
-"You do not have the permission to update packages that belong to the "
-"<em>critical path</em>."
-msgstr ""
-
-#: ../src/templates/build-manage.html:22
-msgid "Not all jobs are finished"
-msgstr ""
-
-#: ../src/templates/build-manage.html:24
-msgid "Not all jobs of this build are finished, yet."
-msgstr ""
-
-#: ../src/templates/build-manage.html:25
-msgid ""
-"It is <strong>strongly discouraged</strong> to push this build into the next "
-"repository."
-msgstr ""
-
-#: ../src/templates/build-manage.html:28
-msgid ""
-"However, the build will be automatically unpushed if one or more build jobs "
-"fail."
-msgstr ""
-
-#: ../src/templates/build-manage.html:42
-msgid "Push to a repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:44
-msgid "Push to next repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:46
-msgid "Push to first repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:51
-#: ../src/templates/modules/modal-build-push.html:24
-msgid "New repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:71
-msgid "This is the target repository for the build."
-msgstr ""
-
-#: ../src/templates/build-manage.html:90
-msgid "Switch to user mode"
-msgstr ""
-
-#: ../src/templates/build-manage.html:92
-msgid "Switch to admin mode"
-msgstr ""
-
-#: ../src/templates/build-priority.html:3
-#: ../src/templates/build-priority.html:6
-msgid "Edit build priority"
-msgstr "Editar prioridad de construcción"
-
-#: ../src/templates/build-priority.html:11
-msgid "Priority"
-msgstr "Prioridad"
-
-#: ../src/templates/build-priority.html:14
-#: ../src/templates/package-properties.html:51
-msgid "Very high"
-msgstr "muy alta"
-
-#: ../src/templates/build-priority.html:15
-#: ../src/templates/package-properties.html:54
-msgid "High"
-msgstr "Alta"
-
-#: ../src/templates/build-priority.html:16
-#: ../src/templates/package-properties.html:57
-msgid "Medium"
-msgstr "Media"
-
-#: ../src/templates/build-priority.html:17
-#: ../src/templates/package-properties.html:60
-msgid "Low"
-msgstr "Baja"
-
-#: ../src/templates/build-priority.html:18
-#: ../src/templates/package-properties.html:63
-msgid "Very low"
-msgstr "Muy baja"
-
-#: ../src/templates/build-priority.html:22
-msgid "Set the priority of the build process."
-msgstr "Establecer la prioridad del proceso de construcción."
-
-#: ../src/templates/build-priority.html:28
-msgid "Beware"
-msgstr "Tener cuidado"
-
-#: ../src/templates/build-priority.html:29
-msgid "Shuffeling build jobs can cause problems with the dependency solving."
-msgstr ""
-"Mezclar trabajos de construcción puede causar problemas con la resolución de "
-"dependencias."
-
-#: ../src/templates/build-priority.html:30
-msgid "Don't do this if you are not totally sure you won't break anything."
-msgstr "No hagas esto y no estas totalmente seguro de no romper nada."
-
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-msgid "Job queue"
-msgstr ""
-
-#: ../src/templates/build-queue.html:8
-msgid "This is a list of all jobs that are waiting to be processed."
-msgstr ""
-
-#: ../src/templates/build-queue.html:9
-msgid "They one at the top is next."
-msgstr ""
-
-#: ../src/templates/build-queue.html:15
-msgid "No jobs to do."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:3
-#: ../src/templates/build-schedule-test.html:29
-#: ../src/templates/job-schedule-test.html:3
-#: ../src/templates/job-schedule-test.html:29
-#, c-format
-msgid "Schedule test build for %s"
-msgstr "Construcción de prueba programada para %s"
-
-#: ../src/templates/build-schedule-test.html:24
-#: ../src/templates/job-schedule-test.html:24
-#: ../src/templates/jobs-detail.html:48
-msgid "Schedule test build"
-msgstr "Programar construcción de prueba"
-
-#: ../src/templates/build-schedule-test.html:35
-#: ../src/templates/job-schedule-test.html:35
-msgid ""
-"A test build is used to check if a package builds with the current package "
-"set."
-msgstr ""
-"Una construcción de test es usada para comprobar si un paquete se puede "
-"construir con la selección actual del paquete."
-
-#: ../src/templates/build-schedule-test.html:36
-#: ../src/templates/job-schedule-test.html:36
-msgid ""
-"In this way, developers are able to find quality issues fast and without "
-"actively searching for them."
-msgstr ""
-"De esta manera, los desarrolladores pueden buscar elementos de calidad "
-"rápidamente y sin buscarlos activamente."
-
-#: ../src/templates/build-schedule-test.html:39
-#: ../src/templates/job-schedule-test.html:39
-msgid ""
-"As this build platform only has a limited amount of performance, test builds "
-"only have a very less priority."
-msgstr ""
-"Ya que esta plataforma de construcción tiene un rendimiento limitado, las "
-"construcciones de prueba tiene mucha menos prioridad."
-
-#: ../src/templates/build-schedule-test.html:40
-#: ../src/templates/job-schedule-test.html:40
-msgid "However, you can manually request to run a test."
-msgstr "Sin embargo, puedes pedir manualmente que se ejecute un test."
-
-#: ../src/templates/build-schedule-test.html:43
-#: ../src/templates/job-schedule-rebuild.html:38
-#: ../src/templates/job-schedule-test.html:43
-msgid ""
-"The build job will be started when a build slot is available but not before "
-"the given time."
-msgstr ""
-"El trabajo de construcción será comenzado cuando un intervalo de "
-"construcción esté disponible pero no antes de tiempo proporcionado."
-
-#: ../src/templates/builds/comments.html:3
-#: ../src/templates/builds/comments.html:42
-msgid "Build comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:33
-msgid "Show all comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:40
-#, c-format
-msgid "%s's latest comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:49
-#, c-format
-msgid "This page shows %s's latest comments."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:51
-msgid "This page shows the latest comments on builds."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:53
-msgid ""
-"The Pakfire Build Service is all about social development and so, "
-"communicating with eath others is important. Please join."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:61
-#: ../src/templates/builds/comments.html:65
-#: ../src/templates/packages/changelog.html:35
-#: ../src/templates/packages/changelog.html:39
-msgid "Newer"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:71
-#: ../src/templates/builds/comments.html:75
-#: ../src/templates/packages/changelog.html:45
-#: ../src/templates/packages/changelog.html:49
-msgid "Older"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:81
-#, c-format
-msgid "%s did not comment on anything, yet."
-msgstr ""
-
-#: ../src/templates/build-state.html:34
-msgid ""
-"The state of a build can be either building, testing, stable, obsolete or "
-"broken."
-msgstr ""
-
-#: ../src/templates/build-state.html:48
-msgid "Mark build as obsolete"
-msgstr ""
-
-#: ../src/templates/build-state.html:50
-msgid ""
-"If a package is updated by an other package it should be marked as "
-"<em>obsolete</em>."
-msgstr ""
-
-#: ../src/templates/build-state.html:51
-msgid ""
-"For obsolete builds, there will be no test jobs created and it is "
-"recommended to remove them from the repositories soon."
-msgstr ""
-
-#: ../src/templates/build-state.html:60
-msgid "Remove build from the repository it is currently in?"
-msgstr ""
-
-#: ../src/templates/build-state.html:81
-msgid "Unbreak this build"
-msgstr ""
-
-#: ../src/templates/build-state.html:84
-msgid ""
-"In case this build has accidentially be marked as broken, it is possible to "
-"recover that state."
-msgstr ""
-
-#: ../src/templates/build-state.html:102
-msgid "Mark build as broken"
-msgstr ""
-
-#: ../src/templates/build-state.html:105
-msgid ""
-"If a package does not build or contains <em>serious</em> bugs, it should be "
-"marked as broken."
-msgstr ""
-
-#: ../src/templates/build-state.html:106
-msgid ""
-"Those builds can not be added into any repositories and are removed from all "
-"repositories they may currently be in."
-msgstr ""
-
-#: ../src/templates/build-state.html:126
-#: ../src/templates/distro-update-detail.html:17
-#: ../src/templates/modules/modal-build-push.html:54
-#: ../src/templates/modules/modal-build-unpush.html:13
-msgid "Current repository"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:3
-#: ../src/templates/builds-watchers-add.html:29
-#, c-format
-msgid "Watch build %s"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:24
-msgid "Watch"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:35
-msgid "You may here add yourself to the list of watchers of this build."
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:36
-msgid ""
-"If you do so, you will receive messages about new comments and status "
-"updates."
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:43
-#: ../src/templates/user-profile-passwd.html:51
-msgid "Oops!"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:44
-#: ../src/templates/builds-watchers-list.html:17
-msgid "You are already watching this build."
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:56
-msgid "Choose user"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:60
-msgid "Myself"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:70
-msgid "Choose a user who should watch this build."
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:76
-#: ../src/templates/modules/build-table.html:20
-#: ../src/templates/user-profile-edit.html:80
-#: ../src/templates/user-profile.html:29 ../src/templates/user-profile.html:54
-msgid "User"
-msgstr "Usuario"
-
-#: ../src/templates/builds-watchers-add.html:84
-msgid "Add watcher"
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/modules/watchers-sidebar-table.html:22
-#, c-format
-msgid "Watchers of %s"
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:11
-msgid "This is a list of all users who watch this build."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:12
-msgid ""
-"If you write a comment or the status of the build is changed, they all will "
-"get a message."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:21
-msgid "You are the owner of this build. So you don't need to watch it."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:25
-msgid "Watch this build."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:39
-msgid "List of all watchers"
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:53
-msgid "Back to build"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:36
-msgid "None"
-msgstr "Ninguno"
-
-#: ../src/templates/distro-detail.html:46
-msgid "Binary repositories"
-msgstr "Repositorios binarios."
-
-#: ../src/templates/distro-detail.html:51
-msgid ""
-"A binary repository is a composition of packages that are considered stable, "
-"unstable or in testing state by the developers."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:53
-msgid "Each repository can be enabled individually."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:54
-msgid "Learn how to use them."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:66 ../src/templates/source-list.html:6
-msgid "Source repositories"
-msgstr "Repositorios fuente"
-
-#: ../src/templates/distro-detail.html:80
-#: ../src/templates/distro-source-commit-detail.html:90
-#: ../src/templates/user-profile.html:73
-msgid "Action"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:86
-msgid "Edit distribution"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:91
-msgid "Delete distribution"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:97
-msgid "New binary repository"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:102
-msgid "New source repository"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:3 ../src/templates/distro-edit.html:6
-#: ../src/templates/distro-update-edit.html:3
-#, c-format
-msgid "Edit distribution %s"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:12
-#: ../src/templates/modules/packages-table.html:4
-#: ../src/templates/modules/repository-table.html:4
-#: ../src/templates/modules/source-table.html:4
-#: ../src/templates/repository-edit.html:15
-msgid "Name"
-msgstr "Nombre"
-
-#: ../src/templates/distro-edit.html:17
-msgid "The fancy name of the distribution."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:21
-msgid "Identifier"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:26
-#: ../src/templates/user-profile-edit.html:42
-msgid "Cannot be changed."
-msgstr "No puede ser cambiado."
-
-#: ../src/templates/distro-edit.html:30
-msgid "Tag"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:35
-msgid "The tag is added to the package release."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:39
-msgid "Vendor"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:44
-msgid "From whom is the distribution from?"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:48 ../src/templates/docs-index.html:57
-#: ../src/templates/mirrors-detail.html:62
-msgid "Contact"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:53
-msgid "The email address from the vendor."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:57
-msgid "Slogan"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:62
-msgid "A short sentence that characterizes the distribution."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:66
-msgid "Architectures"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:75
-msgid "For which architectures should the distribution be built?"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:79
-msgid "Sources"
-msgstr "Fuentes."
-
-#: ../src/templates/distro-edit.html:88
-msgid "Which sources should be imported to the distribution?"
-msgstr ""
-
-#: ../src/templates/distro-list.html:26
-msgid ""
-"This is a list of all distributions, that are maintained in this build "
-"service."
-msgstr ""
-
-#: ../src/templates/distro-list.html:27
-msgid ""
-"You may click on one of them and see more details or jump directly to one of "
-"the repositories."
-msgstr ""
-
-#: ../src/templates/distro-list.html:34
-msgid "Repositories"
-msgstr ""
-
-#: ../src/templates/distro-list.html:66
-msgid "New distribution"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:21
-#: ../src/templates/distro-source-commit-reset.html:19
-#: ../src/templates/distro-source-detail.html:19
-#, c-format
-msgid "Source: %s"
-msgstr "Origen: %s"
-
-#: ../src/templates/distro-source-commit-detail.html:34
-#: ../src/templates/distro-source-commit-reset.html:32
-#: ../src/templates/distro-source-commits.html:6
-#: ../src/templates/distro-source-detail.html:26
-msgid "Source"
-msgstr "Fuente"
-
-#: ../src/templates/distro-source-commit-detail.html:47
-msgid "Revision"
-msgstr "Revisión"
-
-#: ../src/templates/distro-source-commit-detail.html:51
-msgid "Date"
-msgstr "Fecha"
-
-#: ../src/templates/distro-source-commit-detail.html:59
-msgid "Committer"
-msgstr "Cambios confirmados por"
-
-#: ../src/templates/distro-source-commit-detail.html:63
-#: ../src/templates/modules/commits-table.html:6
-msgid "Subject"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:81
-msgid "Open in gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:96
-#: ../src/templates/distro-source-commit-reset.html:54
-msgid "Reset commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:112
-msgid "Packages created from this commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:128
-msgid "There were no packages created from this commit."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:43
-msgid "Danger!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:44
-msgid "This is a very dangerous action!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:45
-msgid "Don't do it, if you are not absolutely sure what you are doing."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:49
-msgid ""
-"This commit will be reset. Which means all packages associated with it will "
-"be deleted, and the commit will be parsed again."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:50
-msgid ""
-"This action may cause severe problems and may only be allowed when something "
-"went horribly wrong."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:62
-msgid "These packages will be deleted"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:6
-msgid "Commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:10
-msgid "Source repository"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:20
-msgid "Previous commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:24
-msgid "Next commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:36
-msgid "Gitweb"
-msgstr "Gitweb"
-
-#: ../src/templates/distro-source-detail.html:45
-msgid "Branch"
-msgstr "Rama"
-
-#: ../src/templates/distro-source-detail.html:49
-msgid "Imported commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:59
-msgid "Latest commits"
-msgstr "Últimos envíos"
-
-#: ../src/templates/distro-source-detail.html:63
-msgid "Show all commits"
-msgstr "Mostrar todos los envíos"
-
-#: ../src/templates/distro-update-detail.html:5
-msgid "Update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:10
-#: ../src/templates/modules/packages-table.html:5
-#: ../src/templates/packages/builds/times.html:31
-msgid "Summary"
-msgstr "mario"
-
-#: ../src/templates/distro-update-detail.html:27
-#: ../src/templates/file-detail.html:40
-#: ../src/templates/modules/package-header.html:24
-#: ../src/templates/package-detail.html:77
-msgid "Maintainer"
-msgstr "Mantenedor"
-
-#: ../src/templates/distro-update-detail.html:33
-msgid "Time created"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:41
-msgid "Builds in this update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:49
-#: ../src/templates/repository-detail.html:112
-#: ../src/templates/user-profile-edit.html:20
-msgid "Edit"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:8
-#, c-format
-msgid "Edit update %s - %s"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:10
-msgid "Create new update"
-msgstr ""
-
-#: ../src/templates/docs-base.html:27
-msgid "All Documents"
-msgstr "Todos los documentos"
-
-#: ../src/templates/docs-base.html:31
-msgid "Topics"
-msgstr "Tópicos"
-
-#: ../src/templates/docs-build.html:3 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-whatsthis.html:3
-msgid "Legend of the build states"
-msgstr "Leyenda de los estados de construcción"
-
-#: ../src/templates/docs-build.html:25
-msgid ""
-"Every build that is done by the Pakfire Build Service has to go through "
-"several states:"
-msgstr ""
-"Cada construcción que hace el Servicio de Construcción Pakfire pasa a través "
-"de varios estados."
-
-#: ../src/templates/docs-build.html:28
-msgid ""
-"After checking out the source from the source repository a source package is "
-"created and submitted to the build server."
-msgstr ""
-"Después de chequear la fuente del respositorio de fuentes, un paquete fuente "
-"es creado y enviado al servidor de construcción."
-
-#: ../src/templates/docs-build.html:29
-msgid ""
-"Starting from inserting a source file to the build service, there are binary "
-"build jobs created for every supported architecture."
-msgstr ""
-"Comienza insertando un fichero fuente en el servicio de construcción, hay "
-"trabajos de construcción de binarios para cada arquitectura soportada."
-
-#: ../src/templates/docs-build.html:32
-msgid ""
-"These get assigned to a build host which has to compile or assemble the "
-"package and return it back to the build server."
-msgstr ""
-"Estos se asignan a un host de construcción que tiene que compilar o "
-"ensamblar el paquete y retornarlo al servidor de construcción."
-
-#: ../src/templates/docs-build.html:33
-msgid "In the table below, there are all states that a build job goes through:"
-msgstr ""
-"En la tabla de abajo, están todos los estados por los que pasa un trabajo de "
-"construcción:"
-
-#: ../src/templates/docs-build.html:36
-msgid "Build is running"
-msgstr "La construcción está ejecutándose"
-
-#: ../src/templates/docs-build.html:37
-msgid "Build has failed"
-msgstr "La construcción ha fallado"
-
-#: ../src/templates/docs-build.html:38
-msgid "Build is waiting to be processed"
-msgstr "La construcción está esperando a ser procesada"
-
-#: ../src/templates/docs-build.html:39
-msgid "There was a dependency error when the package was built"
-msgstr "Hubo un error de dependencias cuando el paquete fue construido."
-
-#: ../src/templates/docs-build.html:40
-msgid "Build is waiting for source to go to pending state"
-msgstr ""
-"La construcción está esperando a que la fuente esté en estado pendiente"
-
-#: ../src/templates/docs-build.html:41
-msgid "Files of this build are transferred to the build server"
-msgstr ""
-"Los archivos de esta construcción son transferidos al servidor de "
-"construcción."
-
-#: ../src/templates/docs-build.html:42
-msgid "Files are being uploaded to the service"
-msgstr "Los archivos están siendo subidos hacia el servicio"
-
-#: ../src/templates/docs-build.html:43
-msgid "Build has an unknown state"
-msgstr "La construcción tiene un estado desconocido."
-
-#: ../src/templates/docs-index.html:3
-msgid "Documentation index"
-msgstr "Indice de la documentación"
-
-#: ../src/templates/docs-index.html:17
-msgid "Documents"
-msgstr "Documentos"
-
-#: ../src/templates/docs-index.html:23
-msgid ""
-"This is a collection of documents that should be read by everybody who is "
-"using this system."
-msgstr ""
-"Esta es una colección de documentos que debería ser leída por todo el mundo "
-"que esté usando este sistema."
-
-#: ../src/templates/docs-index.html:29
-msgid "What is the pakfire build service?"
-msgstr ""
-
-#: ../src/templates/docs-index.html:34
-msgid "General pakfire documentation"
-msgstr ""
-
-#: ../src/templates/docs-index.html:39
-msgid "Packaging guidelines"
-msgstr ""
-
-#: ../src/templates/docs-index.html:51
-msgid "This documentation you find at this place is not completed yet."
-msgstr ""
-
-#: ../src/templates/docs-index.html:52
-msgid "Feel free to make any suggestions."
-msgstr ""
-
-#: ../src/templates/docs-index.html:59
-msgid ""
-"If you need help using the build service or have some general questions "
-"please use our mailing list."
-msgstr ""
-
-#: ../src/templates/docs-index.html:60
-msgid "You can also talk to the developers and suggest feature enhancements."
-msgstr ""
-
-#: ../src/templates/docs-index.html:64
-msgid "Mailing list"
-msgstr ""
-
-#: ../src/templates/docs-index.html:68
-msgid "Bug reports"
-msgstr ""
-
-#: ../src/templates/docs-index.html:70
-msgid ""
-"Please visit Bugzilla to create bug reports on the Pakfire Build System."
-msgstr ""
-
-#: ../src/templates/docs-users.html:3 ../src/templates/docs-users.html:16
-#: ../src/templates/docs-users.html:21
-msgid "User groups"
-msgstr ""
-
-#: ../src/templates/docs-users.html:26
-msgid ""
-"All users can join the Pakfire Build Service and are separated into three "
-"groups:"
-msgstr ""
-"Todos los usuarios pueden unirse al Servicio de Construcción Pakfier y son "
-"separados en tres grupos:"
-
-#: ../src/templates/docs-users.html:29
-msgid "Developers"
-msgstr "Desarrolladores"
-
-#: ../src/templates/docs-users.html:31
-msgid ""
-"Developers manage this build service and have access to all parts of it."
-msgstr ""
-"Los desarrolladores gestionan este servicio de construcción y tiene acceso a "
-"todas sus partes."
-
-#: ../src/templates/docs-users.html:32
-msgid ""
-"They are responsible to keep the system running and able to push package "
-"updates to the repostories."
-msgstr ""
-"Son responsables de mantener el sistema ejecutándose y disponible para "
-"introducir actualizaciones de los paquetes en los repositorios."
-
-#: ../src/templates/docs-users.html:35
-msgid "Guidelines for developers"
-msgstr "Directrices para desarrolladores."
-
-#: ../src/templates/docs-users.html:38
-msgid "Testers"
-msgstr "Probadores"
-
-#: ../src/templates/docs-users.html:40
-msgid ""
-"Testers are like users but have the right to vote on packages, which is used "
-"to figure out the quality of the package."
-msgstr ""
-"Testeadores son como los usuarios pero tienen derechos para votar sobre los "
-"paquetes, lo cual es usado para medir la calidad de un paquete."
-
-#: ../src/templates/docs-users.html:41
-msgid ""
-"Everyone can become a tester after he or she has proven to know the IPFire "
-"system very well."
-msgstr ""
-"Todo el mundo puede llegar a ser un testeador, después de que el o ella "
-"pruebe conocer el sistema IPFire bastante bien."
-
-#: ../src/templates/docs-users.html:42
-msgid ""
-"On these people depends a very huge amount of the quality of the "
-"distribution that is made out of the feedback they give."
-msgstr ""
-"En estas personas recae una cantidad muy grande de la calidad de la "
-"distribución, la cual es obtenida a partir de la información que dan."
-
-#: ../src/templates/docs-users.html:45
-msgid "Guidelines for testers"
-msgstr "Directrices para testeadores"
-
-#: ../src/templates/docs-users.html:50
-msgid "Everybody can join the Pakfire Build Service by registering an account."
-msgstr ""
-"Todo el mundo puede unirse al Servicio de Construcción Pakfier solicitando "
-"una cuenta de usuario."
-
-#: ../src/templates/docs-users.html:51
-msgid ""
-"After a successful activation you are able to leave comments on packages and "
-"give feedback to the developers about its status."
-msgstr ""
-"Después de una correcta activación podrás dejar comentarios sobre los "
-"paquetes y dar información a los desarrolladores sobre su estado."
-
-#: ../src/templates/docs-whatsthis.html:16
-#: ../src/templates/docs-whatsthis.html:21
-msgid "What is the Pakfire Build Service?"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:27
-msgid ""
-"On this page, you will find out what the Pakfire Build Service really is."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:28
-msgid "Read carefully."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:34
-msgid "Yeah, that's it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:35
-msgid "No, that's not it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:43
-msgid "PBS is a tool where people can give feedback to developers."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:44
-msgid "It is possible to leave comments and rate builds."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:50
-msgid "PBS is <strong>NOT</strong> a bugtracker."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:51
-msgid ""
-"To report bugs please use our bugtracker liked below if you want them to get "
-"fixed."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:55
-msgid "Bugtracker"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:4
-msgid "400 - Bad request"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:8
-msgid "Invalid data has been passed to the application."
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:13
-msgid ""
-"The application refused to go on with the provided data that was sent in "
-"this request."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:4
-msgid "403 - Access forbidden"
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:8
-msgid "You are not allowed to access this ressource."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:13
-msgid ""
-"Access to the requested page has been denied because you do not have "
-"sufficient rights."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:4
-msgid "404 - Not Found"
-msgstr "404 - No encontrado"
-
-#: ../src/templates/errors/error-404.html:8
-msgid "I could not find what you were searching for."
-msgstr "No puedo encontrar lo que has buscado."
-
-#: ../src/templates/errors/error-404.html:13
-msgid "You may have clicked an expired link or mistyped the address."
-msgstr ""
-
-#: ../src/templates/errors/error.html:8
-msgid "Oops! Don't panic."
-msgstr ""
-
-#: ../src/templates/errors/error.html:13
-msgid "An unexpected error happened."
-msgstr ""
-
-#: ../src/templates/errors/error.html:19
-msgid "Stay calm and read the text below to find out what went wrong."
-msgstr ""
-
-#: ../src/templates/errors/error.html:31
-msgid "Error code"
-msgstr ""
-
-#: ../src/templates/errors/error.html:38
-msgid "Exception (traceback):"
-msgstr ""
-
-#: ../src/templates/errors/error.html:49
-msgid ""
-"Please try going back to the previous page and try the action you did again "
-"in a moment."
-msgstr ""
-
-#: ../src/templates/errors/error.html:50
-msgid ""
-"If the error persists, you should consider to get in touch with an "
-"administrator."
-msgstr ""
-
-#: ../src/templates/file-detail.html:5
-msgid "File"
-msgstr "Archivo"
-
-#: ../src/templates/file-detail.html:13
-#: ../src/templates/modules/log-table.html:12
-#: ../src/templates/package-detail.html:3
-#: ../src/templates/package-detail.html:50
-#: ../src/templates/package-detail-list.html:3
-#: ../src/templates/package-properties.html:3
-msgid "Package"
+#, fuzzy
+msgid "Source Package"
msgstr "Paquete"
-#: ../src/templates/file-detail.html:20
-#: ../src/templates/repository-edit.html:25
-msgid "Description"
-msgstr "Descripción"
-
-#: ../src/templates/file-detail.html:27
-msgid "URL"
-msgstr "URL"
-
-#: ../src/templates/file-detail.html:34
-#: ../src/templates/modules/package-header.html:14
-#: ../src/templates/package-detail.html:70
-msgid "License"
-msgstr "Licencia"
-
-#: ../src/templates/file-detail.html:46
-#: ../src/templates/modules/packages-table.html:6
-#: ../src/templates/package-detail.html:126
-msgid "Size"
-msgstr "Tamaño"
-
-#: ../src/templates/file-detail.html:51
-msgid "Hash"
-msgstr "Hash"
-
-#: ../src/templates/file-detail.html:57
-#: ../src/templates/modules/packages/dependency-table.html:5
-msgid "Provides"
-msgstr "Proporciona"
-
-#: ../src/templates/file-detail.html:63 ../src/templates/file-detail.html:69
-#: ../src/templates/modules/packages/dependency-table.html:7
-msgid "Requires"
-msgstr "Requiere"
-
-#: ../src/templates/file-detail.html:76
-#: ../src/templates/modules/packages/dependency-table.html:13
-msgid "Obsoletes"
-msgstr "Obsoletos"
-
-#: ../src/templates/file-detail.html:83
-#: ../src/templates/modules/packages/dependency-table.html:11
-msgid "Conflicts"
-msgstr "Conflictos"
-
-#: ../src/templates/file-detail.html:90
-msgid "Build information"
-msgstr "Información de construcción"
-
-#: ../src/templates/file-detail.html:93
-msgid "ID"
-msgstr "ID"
-
-#: ../src/templates/file-detail.html:99
-#: ../src/templates/modules/jobs-table.html:6
-msgid "Host"
-msgstr "Host"
-
-#: ../src/templates/file-detail.html:105
-msgid "Time"
-msgstr "Tiempo"
-
-#: ../src/templates/file-detail.html:111
-#: ../src/templates/search-results.html:71
-msgid "Files"
-msgstr "Archivos"
-
-#: ../src/templates/file-detail.html:118
-#: ../src/templates/packages/view-file.html:51
-msgid "Download file"
-msgstr "Descargar archivo"
-
-#: ../src/templates/index.html:3
-msgid "Welcome to the Pakfire Build Service"
-msgstr "Bienvenido al Servicio de Construcción Pakfire"
-
-#: ../src/templates/index.html:8
-#, c-format
-msgid "Welcome, %s!"
-msgstr ""
-
-#: ../src/templates/index.html:22
-msgid "Development powered by community!"
-msgstr ""
-
-#: ../src/templates/index.html:38
-msgid "Latest stable updates"
-msgstr ""
-
-#: ../src/templates/index.html:40
-msgid "Unstable updates"
-msgstr ""
-
-#: ../src/templates/index.html:42
-msgid "Testing updates"
-msgstr ""
-
-#: ../src/templates/index.html:59
-msgid "View more updates..."
-msgstr ""
-
-#: ../src/templates/index.html:70
-msgid "Build jobs"
-msgstr ""
-
-#: ../src/templates/index.html:76
-msgid "Show more build jobs"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:3 ../src/templates/jobs-abort.html:6
-#, c-format
-msgid "Abort build job %s"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:8
-msgid "You may abort a running build."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:9
-msgid "The build server will eventually stop to build the package."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:16 ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:58
-#: ../src/templates/modules/jobs/list.html:5
-msgid "Build job"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:25
-#: ../src/templates/modules/build-offset.html:5
-msgid "Start time"
-msgstr "Tiempo de inicio"
-
-#: ../src/templates/jobs-abort.html:30
-msgid "No started, yet."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:38
-msgid "Build server"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:3
-msgid "Job buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:28
-#: ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:154
-msgid "Buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:41
-#, c-format
-msgid "The packages listed below were used to build %s."
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:52
-msgid "Buildroot size"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:56
-msgid "Download size"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:3
-#: ../src/templates/job-schedule-rebuild.html:29
-#, c-format
-msgid "Schedule rebuild for %s"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:24
-msgid "Schedule rebuild"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:35
-msgid "At this place, you can submit failed build jobs to be built again."
-msgstr ""
-
-#: ../src/templates/job-schedule-test.html:44
-msgid ""
-"Please note, that all other kinds of build are preferred over the test "
-"builds."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:3 ../src/templates/package-detail.html:118
-msgid "Job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:36
-msgid "Abort job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:42
-msgid "Restart job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:71
-msgid "Job has been aborted"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:73
-msgid ""
-"This build job is in an aborted state, because the build process crashed "
-"unexpectedly."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:74
-msgid ""
-"In most cases, there is no log file and you must figure out the issue on "
-"your own."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:77
-msgid "The error code is:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:80
-msgid "Segmentation violation"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:88
-msgid "You may resubmit the job to try again:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:89
-msgid "Re-submit build"
-msgstr "Reenviar construcción"
-
-#: ../src/templates/jobs-detail.html:110
-msgid "No builder assigned."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:117 ../src/templates/keys-list.html:32
-#: ../src/templates/modules/build-table.html:23
-msgid "Created"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:122
-#: ../src/templates/sessions/index.html:35
-msgid "Started"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:134
-msgid "ETA"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:144
-msgid "Build logs"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:148
-msgid "No logs available, yet."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:155
-#, c-format
-msgid "%s package"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:165
-msgid "Package files"
-msgstr "Ficheros paquete"
-
-#: ../src/templates/jobs-filter.html:3 ../src/templates/jobs-filter.html:21
-#: ../src/templates/jobs-index.html:18
-msgid "Filter jobs"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:16
-msgid "Filter"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:30 ../src/templates/jobs-filter.html:47
-msgid "[Choose one]"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:36
-msgid "Only show jobs, that have been built by this builder."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:53
-msgid "Only show jobs, with this architecture."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:59 ../src/templates/search-form.html:35
-#: ../src/templates/search-results.html:40
-msgid "Go!"
-msgstr ""
-
-#: ../src/templates/jobs-index.html:30
-#, c-format
-msgid "Showing only jobs from %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:37
-#, c-format
-msgid "Showing only builds that have been built on %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:45
-#, c-format
-msgid "Showing only jobs built for %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:3
-#, c-format
-msgid "Delete key %s"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:25 ../src/templates/keys-import.html:28
-msgid "Key"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:29
-#, c-format
-msgid "You are going to delete the key %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:41
-msgid "Delete key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:3 ../src/templates/keys-import.html:16
-#: ../src/templates/keys-import.html:39 ../src/templates/keys-list.html:106
-msgid "Import new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:21
-msgid "Import a new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:33
-msgid "Paste the key to import."
-msgstr ""
-
-#: ../src/templates/keys-list.html:21
-msgid "The keys are a very important component when it comes to security."
-msgstr ""
-
-#: ../src/templates/keys-list.html:22
-msgid ""
-"Each package in the Pakfire Build Service is signed to prove its "
-"authenticity."
-msgstr ""
-
-#: ../src/templates/keys-list.html:31
-msgid "Fingerprint"
-msgstr ""
-
-#: ../src/templates/keys-list.html:33
-msgid "Expires"
-msgstr ""
-
-#: ../src/templates/keys-list.html:51
-msgid "Lookup"
-msgstr ""
-
-#: ../src/templates/keys-list.html:55
-#: ../src/templates/modules/files-table.html:5
-#: ../src/templates/modules/packages-table.html:21
-#: ../src/templates/package-detail.html:152
-msgid "Download"
-msgstr "Descargar"
-
-#: ../src/templates/keys-list.html:75 ../src/templates/keys-list.html:77
-msgid "Subkey"
-msgstr ""
-
-#: ../src/templates/keys-list.html:90
-msgid "This key does not expire."
-msgstr ""
-
-#: ../src/templates/login.html:3 ../src/templates/login.html:7
-#: ../src/templates/login.html:34
-#: ../src/templates/modules/modal-build-comment.html:56
-msgid "Login"
-msgstr "Iniciar"
-
-#: ../src/templates/login.html:12
-msgid "Login failed!"
-msgstr ""
-
-#: ../src/templates/login.html:13
-msgid "Username and/or password was wrong. Login failed."
-msgstr "Usuario y/o contraseña incorrectos. Inicio fallido."
-
-#: ../src/templates/login.html:22 ../src/templates/register.html:30
-#: ../src/templates/user-profile-edit.html:37
-#: ../src/templates/user-profile.html:37
-msgid "Username"
-msgstr "Nombre de usuario"
-
-#: ../src/templates/login.html:28 ../src/templates/register.html:67
-#: ../src/templates/user-profile-edit.html:101
-msgid "Password"
-msgstr "Contraseña"
-
-#: ../src/templates/login.html:41
-msgid "You also might want to..."
-msgstr ""
-
-#: ../src/templates/login.html:44
-msgid "Register a new account."
-msgstr "Registrar una nueva cuenta."
-
-#: ../src/templates/login.html:47
-msgid "Recover your password."
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:3
-#, c-format
-msgid "Delete mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:25
-#, c-format
-msgid "Delete mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:29
-#, c-format
-msgid "You are going to delete the mirror %s."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:3
-#: ../src/templates/mirrors-detail.html:46
#, c-format
-msgid "Mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:29
-msgid "Edit settings"
+msgid "Edit distribution %s"
msgstr ""
-#: ../src/templates/mirrors-detail.html:37
-msgid "Delete mirror"
-msgstr ""
+msgid "Name"
+msgstr "Nombre"
-#: ../src/templates/mirrors-detail.html:47
-#, c-format
-msgid "hosted by %s"
+msgid "The fancy name of the distribution."
msgstr ""
-#: ../src/templates/mirrors-detail.html:75
-msgid "Status information"
+msgid "Identifier"
msgstr ""
-#: ../src/templates/mirrors-detail.html:79
-msgid "Status"
-msgstr "Estado"
+msgid "Cannot be changed."
+msgstr "No puede ser cambiado."
-#: ../src/templates/mirrors-detail.html:84
-#: ../src/templates/mirrors-list.html:45
-msgid "Last check"
+msgid "Tag"
msgstr ""
-#: ../src/templates/mirrors-detail.html:89
-msgid "Never"
+msgid "The tag is added to the package release."
msgstr ""
-#: ../src/templates/mirrors-detail.html:103
-msgid "View larger map"
+msgid "Vendor"
msgstr ""
-#: ../src/templates/mirrors-detail.html:108
-msgid "The location of the mirror server is estimated by the IP address."
+msgid "From whom is the distribution from?"
msgstr ""
-#: ../src/templates/mirrors-detail.html:112
-msgid "The location of the mirror server could not be estimated."
+msgid "Contact"
msgstr ""
-#: ../src/templates/mirrors-edit.html:3
-#, c-format
-msgid "Manage mirror %s"
+msgid "The email address from the vendor."
msgstr ""
-#: ../src/templates/mirrors-edit.html:25
-#, c-format
-msgid "Manage mirror: %s"
+msgid "Slogan"
msgstr ""
-#: ../src/templates/mirrors-edit.html:37
-msgid "The canonical hostname."
+msgid "A short sentence that characterizes the distribution."
msgstr ""
-#: ../src/templates/mirrors-edit.html:47
-msgid "Only enabled mirrors will be pushed out to the clients."
+msgid "Architectures"
msgstr ""
-#: ../src/templates/mirrors-edit.html:54
-msgid "Contact information"
+msgid "For which architectures should the distribution be built?"
msgstr ""
-#: ../src/templates/mirrors-edit.html:57 ../src/templates/mirrors-list.html:43
-#: ../src/templates/modules/changelog/entry.html:48
-#: ../src/templates/uploads-list.html:25
-msgid "Owner"
-msgstr ""
+msgid "Sources"
+msgstr "Fuentes."
-#: ../src/templates/mirrors-edit.html:62
-msgid "The owner of the mirror server."
+msgid "Which sources should be imported to the distribution?"
msgstr ""
-#: ../src/templates/mirrors-edit.html:68
-msgid "Contact address"
-msgstr ""
+msgid "Commit"
+msgstr "Confirmar cambios."
-#: ../src/templates/mirrors-edit.html:73
-msgid "An email address to contact an administrator of the mirror."
-msgstr ""
+#, c-format
+msgid "Source: %s"
+msgstr "Origen: %s"
-#: ../src/templates/mirrors-edit.html:75
-msgid "This won't be made public."
-msgstr ""
+msgid "Source"
+msgstr "Fuente"
-#: ../src/templates/mirrors-list.html:24 ../src/templates/mirrors-new.html:3
-msgid "Add new mirror"
+msgid "Open in gitweb"
msgstr ""
-#: ../src/templates/mirrors-list.html:36
-msgid "On this page, you will see a list of all mirror servers."
+msgid "Reset commit"
msgstr ""
-#: ../src/templates/mirrors-list.html:64
-msgid "Up"
-msgstr ""
+msgid "Revision"
+msgstr "Revisión"
-#: ../src/templates/mirrors-list.html:68
-msgid "Down"
+msgid "Date"
+msgstr "Fecha"
+
+msgid "Author"
+msgstr "Autor"
+
+msgid "Committer"
+msgstr "Cambios confirmados por"
+
+msgid "Packages created from this commit"
msgstr ""
-#: ../src/templates/mirrors-list.html:90
-msgid "There are no mirrors configured, yet."
+msgid "There were no packages created from this commit."
msgstr ""
-#: ../src/templates/mirrors-new.html:16
-msgid "New mirror"
+msgid "Danger!"
msgstr ""
-#: ../src/templates/mirrors-new.html:21
-msgid "Add a new mirror"
+msgid "This is a very dangerous action!"
msgstr ""
-#: ../src/templates/mirrors-new.html:34
-msgid "Enter the canonical hostname of the mirror."
+msgid "Don't do it, if you are not absolutely sure what you are doing."
msgstr ""
-#: ../src/templates/mirrors-new.html:40
-msgid "Path"
+msgid ""
+"This commit will be reset. Which means all packages associated with it will "
+"be deleted, and the commit will be parsed again."
msgstr ""
-#: ../src/templates/mirrors-new.html:46
-msgid "The path to the files on the server."
+msgid ""
+"This action may cause severe problems and may only be allowed when something "
+"went horribly wrong."
msgstr ""
-#: ../src/templates/mirrors-new.html:52
-msgid "Create new mirror"
+msgid "These packages will be deleted"
msgstr ""
-#: ../src/templates/modules/builders/load.html:2
-msgid "Current load of the build cluster"
+msgid "Commits"
msgstr ""
-#: ../src/templates/modules/build-headline.html:4
-#: ../src/templates/package-properties.html:71
-#: ../src/templates/package-properties.html:82
-msgid "Critical path"
+msgid "Source repository"
msgstr ""
-#: ../src/templates/modules/build-headline.html:9
-msgid "Release build"
+msgid "Previous commits"
msgstr ""
-#: ../src/templates/modules/build-headline.html:11
-#: ../src/templates/modules/changelog/entry.html:22
-msgid "Scratch build"
+msgid "Next commits"
msgstr ""
-#: ../src/templates/modules/build-offset.html:8
-msgid "As soon as possible"
-msgstr "Tan pronto como sea posible"
+msgid "Gitweb"
+msgstr "Gitweb"
-#: ../src/templates/modules/build-offset.html:9
-msgid "After 5 minutes"
-msgstr "Después de 5 minutos"
+msgid "Branch"
+msgstr "Rama"
-#: ../src/templates/modules/build-offset.html:10
-msgid "After 15 minutes"
-msgstr "Después de 15 minutos"
+msgid "Imported commits"
+msgstr ""
-#: ../src/templates/modules/build-offset.html:11
-msgid "After one hour"
-msgstr "Después de una hora"
+msgid "Latest commits"
+msgstr "Últimos envíos"
-#: ../src/templates/modules/build-offset.html:12
-msgid "After one day"
-msgstr "Después de un día"
+msgid "Show all commits"
+msgstr "Mostrar todos los envíos"
-#: ../src/templates/modules/build-offset.html:17
-msgid "Set the time after which the build job starts."
+msgid "Update"
msgstr ""
-"Establecer el tiempo después del cual el trabajo de construcción será "
-"iniciado."
-#: ../src/templates/modules/build-offset.html:22
-msgid "Schedule build"
-msgstr ""
+msgid "Summary"
+msgstr "mario"
-#: ../src/templates/modules/build-state-warnings.html:3
-msgid "This build is broken!"
-msgstr ""
+msgid "Maintainer"
+msgstr "Mantenedor"
-#: ../src/templates/modules/build-state-warnings.html:4
-msgid ""
-"This means that the package may cause severe damage on your system and/or "
-"does not work at all."
+msgid "Time created"
msgstr ""
-#: ../src/templates/modules/build-state-warnings.html:8
-msgid "This build is obsolete!"
+msgid "Builds in this update"
msgstr ""
-#: ../src/templates/modules/build-state-warnings.html:9
-msgid "This means that this package has been replaced with a new one."
+#, c-format
+msgid "Edit update %s - %s"
msgstr ""
-#: ../src/templates/modules/build-table.html:17
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-detail.html:50
-msgid "Repository"
-msgstr "Repositorio"
-
-#: ../src/templates/modules/build-table.html:83
-msgid "There are no builds to show at this place right now."
+msgid "Create new update"
msgstr ""
-#: ../src/templates/modules/comments-table.html:8
-#, c-format
-msgid "on %s"
-msgstr "en %s"
+#, fuzzy
+msgid "Create A New Distribution"
+msgstr "Distribución"
-#: ../src/templates/modules/comments-table.html:11
-#, c-format
-msgid "by %s"
-msgstr "por %s"
+#, fuzzy
+msgid "Supported Architectures"
+msgstr "Arquitecturas soportadas"
-#: ../src/templates/modules/comments-table.html:16
-msgid "Updated"
+msgid "Repositories"
msgstr ""
-#: ../src/templates/modules/comments-table.html:22
-msgid "No comments so far."
-msgstr "No hay más comentarios."
+msgid "400 - Bad request"
+msgstr ""
-#: ../src/templates/modules/files-table.html:7
-msgid "Info"
-msgstr "Información"
+msgid "Invalid data has been passed to the application."
+msgstr ""
-#: ../src/templates/modules/footer.html:5
msgid ""
-"Pakfire is the buildsystem that is used to build the IPFire Linux firewall "
-"distribution."
+"The application refused to go on with the provided data that was sent in "
+"this request."
msgstr ""
-"Pakfire es el sistema de construcción usado para construir la distribución "
-"cortafuegos IPFire Linux."
-
-#: ../src/templates/modules/footer.html:6
-msgid "It also installs and updates packages on the IPFire systems."
-msgstr "También contiene "
-#: ../src/templates/modules/footer.html:11
-msgid "Code licensed under the GNU General Public License v3."
+msgid "403 - Access forbidden"
msgstr ""
-#: ../src/templates/modules/jobs/list.html:7
-msgid "Runtime"
+msgid "You are not allowed to access this ressource."
msgstr ""
-#: ../src/templates/modules/jobs/status.html:9
-msgid "This build has got no jobs."
+msgid ""
+"Access to the requested page has been denied because you do not have "
+"sufficient rights."
msgstr ""
-#: ../src/templates/modules/jobs-table.html:4
-msgid "Arch"
-msgstr ""
+msgid "404 - Not Found"
+msgstr "404 - No encontrado"
-#: ../src/templates/modules/jobs-table.html:7
-msgid "Duration"
-msgstr "Duración"
+msgid "I could not find what you were searching for."
+msgstr "No puedo encontrar lo que has buscado."
-#: ../src/templates/modules/jobs-table.html:19 ../src/web/ui_modules.py:325
-msgid "New"
+msgid "You may have clicked an expired link or mistyped the address."
msgstr ""
-#: ../src/templates/modules/jobs-table.html:31 ../src/web/ui_modules.py:300
-msgid "Aborted"
+msgid "Oops! Don't panic."
msgstr ""
-#: ../src/templates/modules/jobs-table.html:33
-msgid "Dependency error"
+msgid "An unexpected error happened."
msgstr ""
-#: ../src/templates/modules/jobs-table.html:47
-#, c-format
-msgid "Running since %s"
+msgid "Stay calm and read the text below to find out what went wrong."
msgstr ""
-#: ../src/templates/modules/jobs-table.html:51
-msgid "Not finished, yet."
-msgstr "No finalizado, aún."
-
-#: ../src/templates/modules/jobs-table.html:60
-#, c-format
-msgid "This package only supports %s."
+msgid "Error code"
msgstr ""
-#: ../src/templates/modules/jobs-table.html:66
-msgid "No jobs, yet."
+msgid "Exception (traceback):"
msgstr ""
-#: ../src/templates/modules/log-entry-comment.html:22
-msgid "No comment given."
+msgid ""
+"Please try going back to the previous page and try the action you did again "
+"in a moment."
msgstr ""
-#: ../src/templates/modules/log-entry.html:21
-msgid "You"
+msgid ""
+"If the error persists, you should consider to get in touch with an "
+"administrator."
msgstr ""
-#: ../src/templates/modules/log-table.html:23
-msgid "No log entries, yet."
-msgstr "No hay entradas de log, todavía."
+#, fuzzy
+msgid "Build created"
+msgstr "La construcción ha fallado"
-#: ../src/templates/modules/modal-base.html:25
-#: ../src/templates/user-forgot-password.html:49
-msgid "Submit"
+msgid "- Unknown Event -"
msgstr ""
-#: ../src/templates/modules/modal-build-comment.html:8
#, c-format
-msgid "Comment on %s"
-msgstr ""
+msgid "by %s"
+msgstr "por %s"
-#: ../src/templates/modules/modal-build-comment.html:10
-msgid "Log in to comment"
-msgstr ""
+msgid "File"
+msgstr "Archivo"
-#: ../src/templates/modules/modal-build-comment.html:26
-msgid "Vote"
-msgstr "Votar"
+msgid "Package"
+msgstr "Paquete"
-#: ../src/templates/modules/modal-build-comment.html:30
-msgid "Not tested."
-msgstr ""
+msgid "Description"
+msgstr "Descripción"
-#: ../src/templates/modules/modal-build-comment.html:34
-msgid "Works for me."
-msgstr ""
+msgid "URL"
+msgstr "URL"
+
+msgid "License"
+msgstr "Licencia"
+
+msgid "Size"
+msgstr "Tamaño"
+
+msgid "Hash"
+msgstr "Hash"
+
+msgid "Provides"
+msgstr "Proporciona"
+
+msgid "Requires"
+msgstr "Requiere"
+
+msgid "Obsoletes"
+msgstr "Obsoletos"
+
+msgid "Conflicts"
+msgstr "Conflictos"
+
+msgid "Build information"
+msgstr "Información de construcción"
+
+msgid "ID"
+msgstr "ID"
+
+msgid "Host"
+msgstr "Host"
+
+msgid "Time"
+msgstr "Tiempo"
+
+msgid "Files"
+msgstr "Archivos"
-#: ../src/templates/modules/modal-build-comment.html:38
-msgid "Does not work."
-msgstr ""
+msgid "Download file"
+msgstr "Descargar archivo"
-#: ../src/templates/modules/modal-build-comment.html:46
-msgid "You need to log in to comment."
+msgid "Welcome!"
msgstr ""
-#: ../src/templates/modules/modal-build-comment.html:47
-msgid "Click on the button below to do so."
+msgid "Development Powered By Community"
msgstr ""
-#: ../src/templates/modules/modal-build-comment.html:54
-msgid "Submit comment"
+msgid "Current Jobs"
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:7
+msgid "One Job In Queue"
+msgid_plural "%(num)s Jobs In Queue"
+msgstr[0] ""
+msgstr[1] ""
+
#, c-format
-msgid "Push %s to a repository"
+msgid "Abort build job %s"
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:15
-msgid "Not all jobs are finished!"
+msgid "You may abort a running build."
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:16
-msgid ""
-"So it is <em>strongly</em> discouraged to push this build into the next "
-"repository."
+msgid "The build server will eventually stop to build the package."
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:35
-msgid "The build will be put into this repository."
+msgid "Build job"
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:44
-msgid "You are going to push this build into a new repository."
-msgstr ""
+msgid "Start time"
+msgstr "Tiempo de inicio"
-#: ../src/templates/modules/modal-build-push.html:45
-msgid ""
-"This means that the build won't be part of the repository it is currently in "
-"anymore."
+msgid "No started, yet."
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:48
-msgid ""
-"Please make sure you tested this build well enough that it will keep up with "
-"the quality level of the target repository."
+msgid "Build server"
msgstr ""
-#: ../src/templates/modules/modal-build-unpush.html:6
-#, c-format
-msgid "Unpush %s from a repository"
+msgid "Job buildroot"
msgstr ""
-#: ../src/templates/modules/modal-build-unpush.html:27
-msgid "You are going to unpush this build from its repository."
+msgid "Buildroot"
msgstr ""
-#: ../src/templates/modules/modal-build-unpush.html:28
-msgid ""
-"This means that the build won't be installable from this repository anymore."
+msgid "Buildroot size"
msgstr ""
-#: ../src/templates/modules/modal-build-unpush.html:33
-msgid ""
-"If you consider this build being obsolete or broken, please don't forget to "
-"mark it so."
+msgid "Download size"
msgstr ""
-#: ../src/templates/modules/package-header.html:19
-msgid "Group"
+#, c-format
+msgid "The packages listed below were used to build %s."
msgstr ""
-#: ../src/templates/modules/packages/dependency-table.html:9
-msgid "Pre-requires"
+msgid "Log In"
msgstr ""
-#: ../src/templates/modules/packages/dependency-table.html:15
-msgid "Recommends"
-msgstr ""
+#, fuzzy
+msgid "Login failed"
+msgstr "Edición fallida"
-#: ../src/templates/modules/packages/dependency-table.html:17
-msgid "Suggests"
+#, c-format
+msgid "Delete mirror %s"
msgstr ""
-#: ../src/templates/modules/repo-actions-table.html:5
#, c-format
-msgid "added %s"
+msgid "Delete mirror: %s"
msgstr ""
-#: ../src/templates/modules/repo-actions-table.html:10
-msgid "Run"
+#, c-format
+msgid "You are going to delete the mirror %s."
msgstr ""
-#: ../src/templates/modules/repo-actions-table.html:12
-msgid "Remove action"
+#, c-format
+msgid "Mirror: %s"
msgstr ""
-#: ../src/templates/modules/repo-actions-table.html:19
-msgid "%(credits)s more credit needed."
+msgid "Add new mirror"
msgstr ""
-#: ../src/templates/modules/repo-actions-table.html:21
-msgid "No more credits needed."
+msgid "Edit settings"
msgstr ""
-#: ../src/templates/modules/repo-actions-table.html:25
-#, c-format
-msgid "Maintainer: %s"
+msgid "Delete mirror"
msgstr ""
-#: ../src/templates/modules/repo-actions-table.html:28
-msgid "Go to package description"
+msgid "General"
msgstr ""
-#: ../src/templates/modules/repository-table.html:5
-msgid "No. of builds"
-msgstr ""
+#, fuzzy
+msgid "Location"
+msgstr "Documentación"
-#: ../src/templates/modules/repository-table.html:6
-#: ../src/templates/repository-detail.html:44
-msgid "Enabled for builds"
+msgid "The location of the mirror server could not be estimated."
msgstr ""
-#: ../src/templates/modules/repository-table.html:21
-#: ../src/templates/repository-detail.html:68
-#: ../src/templates/user-profile.html:136
-msgid "Yes"
-msgstr "Si"
-
-#: ../src/templates/modules/repository-table.html:23
-#: ../src/templates/repository-detail.html:70
-#: ../src/templates/user-profile.html:138
-msgid "No"
-msgstr "No"
-
-#: ../src/templates/modules/select/locale.html:2
-#: ../src/templates/modules/select/timezone.html:2
-msgid "Auto-select"
+msgid "Status information"
msgstr ""
-#: ../src/templates/modules/source-table.html:5
-msgid "No. of commits"
+msgid "Status"
+msgstr "Estado"
+
+msgid "HTTP Response Code"
msgstr ""
-#: ../src/templates/modules/source-table.html:6
-msgid "Latest commit"
+msgid "Last sync"
msgstr ""
-#: ../src/templates/modules/source-table.html:14
-#, c-format
-msgid "Branch: %s"
+msgid "Last check"
msgstr ""
-#: ../src/templates/modules/updates-table.html:18
-msgid "Score:"
+msgid "Never"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:2
-msgid "Watchers"
+msgid "Average Response Time"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:7
-#: ../src/templates/modules/watchers-sidebar-table.html:36
-msgid "You."
+#, c-format
+msgid "Manage mirror %s"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:9
-msgid "You and one other."
+msgid "Manage"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:11
#, c-format
-msgid "You and %s others."
+msgid "Manage mirror: %s"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:14
-msgid "One person."
+msgid "The canonical hostname."
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:27
-msgid ""
-"All users who watch this build will be automatically notified about status "
-"changes and comments."
+msgid "Check if this mirror server supports HTTPS."
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:28
-msgid "This is an easy way of staying up to date."
+msgid "Contact information"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:48
-msgid "Nobody watches this build, yet. Be the first one."
+msgid "Owner"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:56
-msgid "Watch this build"
+msgid "The owner of the mirror server."
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:58
-msgid "Add a watcher"
+msgid "Contact address"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:62
-msgid "Close"
+msgid "An email address to contact an administrator of the mirror."
msgstr ""
-#: ../src/templates/package-detail.html:42
-msgid "Development package"
+msgid "This won't be made public."
msgstr ""
-#: ../src/templates/package-detail.html:45
-msgid "Debuginfo package"
+msgid "Save changes"
msgstr ""
-#: ../src/templates/package-detail.html:64
-msgid "Homepage"
+msgid "On this page, you will see a list of all mirror servers."
msgstr ""
-#: ../src/templates/package-detail.html:88
-msgid "Build time"
+msgid "Up"
msgstr ""
-#: ../src/templates/package-detail.html:130
-msgid "%(size)s when installed"
+msgid "Out Of Sync"
msgstr ""
-#: ../src/templates/package-detail.html:162
-msgid "Build dependencies"
+msgid "Down"
msgstr ""
-#: ../src/templates/package-detail.html:164
-msgid "Dependencies"
+msgid "There are no mirrors configured, yet."
msgstr ""
-#: ../src/templates/package-detail.html:173
-msgid "Filelist"
+msgid "New mirror"
msgstr ""
-#: ../src/templates/package-detail-list.html:25
-#: ../src/templates/packages/builds/times.html:20
-#: ../src/templates/packages/builds/times.html:41
-msgid "Build times"
+msgid "Add a new mirror"
msgstr ""
-#: ../src/templates/package-detail-list.html:58
-msgid "File new bug"
+msgid "Enter the canonical hostname of the mirror."
msgstr ""
-#: ../src/templates/package-detail-list.html:61
-msgid "Show all bugs"
+msgid "Path"
msgstr ""
-#: ../src/templates/package-detail-list.html:66
-msgid "Open bugs"
+msgid "The path to the files on the server."
msgstr ""
-#: ../src/templates/package-detail-list.html:76
-msgid "Full changelog"
+msgid "Create new mirror"
msgstr ""
-#: ../src/templates/package-properties.html:20
-msgid "Properties"
+msgid "Release build"
msgstr ""
-#: ../src/templates/package-properties.html:32
-msgid "Maintainers"
+msgid "Scratch build"
msgstr ""
-#: ../src/templates/package-properties.html:37
-#: ../src/templates/package-properties.html:47
-msgid "Default priority"
-msgstr ""
+msgid "As soon as possible"
+msgstr "Tan pronto como sea posible"
-#: ../src/templates/package-properties.html:39
-msgid ""
-"A big benefit of the Pakfire Build Service is, that builds are available to "
-"end-users in a very short time."
-msgstr ""
+msgid "After 5 minutes"
+msgstr "Después de 5 minutos"
-#: ../src/templates/package-properties.html:40
-msgid ""
-"Some packages might need some extra boost if the build servers are very busy."
-msgstr ""
+msgid "After 15 minutes"
+msgstr "Después de 15 minutos"
-#: ../src/templates/package-properties.html:43
-msgid "You may set a default priority for all builds of this package."
+msgid "After one hour"
+msgstr "Después de una hora"
+
+msgid "After one day"
+msgstr "Después de un día"
+
+msgid "Set the time after which the build job starts."
msgstr ""
+"Establecer el tiempo después del cual el trabajo de construcción será "
+"iniciado."
-#: ../src/templates/package-properties.html:73
-msgid ""
-"A package that belongs to the critical path is a package that plays a very "
-"essential role in the distribution."
+msgid "Schedule build"
msgstr ""
-#: ../src/templates/package-properties.html:74
-msgid ""
-"If such a package is broken, it may not be possible to boot or recover the "
-"system anymore, so we need to be extra sure that these packages work."
+msgid "This build is broken!"
msgstr ""
-#: ../src/templates/package-properties.html:77
msgid ""
-"If this package is marked to belong to the critical path, it will need a "
-"higher score to pass to the next repository and more."
+"This means that the package may cause severe damage on your system and/or "
+"does not work at all."
msgstr ""
-#: ../src/templates/package-properties.html:78
-msgid "Learn more."
+msgid "This build is obsolete!"
msgstr ""
-#: ../src/templates/package-properties.html:86
-msgid "This package belongs to the critical path"
+msgid "This means that this package has been replaced with a new one."
msgstr ""
-#: ../src/templates/packages/builds/scratch.html:35
-msgid "There are no scratch builds for this package."
-msgstr ""
+msgid "Repository"
+msgstr "Repositorio"
-#: ../src/templates/packages/builds/times.html:3
-msgid "Package build times"
+msgid "Created"
msgstr ""
-#: ../src/templates/packages/builds/times.html:34
-msgid "This table shows you how long this package normally takes to be built."
+#, fuzzy
+msgid "In repository since"
+msgstr "Repositorios binarios."
+
+msgid "Can be moved forward"
msgstr ""
-#: ../src/templates/packages/builds/times.html:45
-msgid "Average"
+msgid "There are no builds to show at this place right now."
msgstr ""
-#: ../src/templates/packages/builds/times.html:46
-msgid "Maximum"
+msgid "Subject"
msgstr ""
-#: ../src/templates/packages/builds/times.html:47
-msgid "Minimum"
+msgid "Download"
+msgstr "Descargar"
+
+msgid "Info"
+msgstr "Información"
+
+msgid "Arch"
msgstr ""
-#: ../src/templates/packages/builds/times.html:48
-msgid "Total"
+msgid "Duration"
+msgstr "Duración"
+
+msgid "Pending"
+msgstr "Pendiente"
+
+msgid "Failed"
+msgstr "Falló"
+
+msgid "Dispatching"
+msgstr "Despachando"
+
+msgid "Finished"
+msgstr "Finalizado"
+
+msgid "Running"
+msgstr "En ejecución"
+
+msgid "Aborted"
msgstr ""
-#: ../src/templates/packages/changelog.html:3
#, c-format
-msgid "Changelog of %s"
+msgid "Running since %s"
msgstr ""
-#: ../src/templates/packages/changelog.html:20
-#: ../src/templates/packages/changelog.html:26
-msgid "Changelog"
-msgstr ""
+msgid "Not finished, yet."
+msgstr "No finalizado, aún."
-#: ../src/templates/packages-list.html:3 ../src/templates/packages-list.html:17
-msgid "Package list"
-msgstr "Lista de paquetes"
+#, c-format
+msgid "This package only supports %s."
+msgstr ""
-#: ../src/templates/packages-list.html:23
-msgid ""
-"This is an alphabetically ordered list of all packages in the distribution."
+msgid "No jobs, yet."
msgstr ""
-"Esta es una lista alfabéticamente ordenada de todos los paquetes en la "
-"distribución."
-#: ../src/templates/packages-list.html:24
-msgid "Click on a link to see further information about the package."
-msgstr "Pulsa en un enlace para ver información detallada sobre el paquete."
+#, fuzzy, c-format
+msgid "Finished %s"
+msgstr "Finalizado"
-#: ../src/templates/packages-list.html:31
-msgid "Selection"
-msgstr ""
+#, c-format
+msgid "on %s"
+msgstr "en %s"
-#: ../src/templates/packages-list.html:36
-msgid "Show broken packages"
+msgid "This build has got no jobs."
msgstr ""
-#: ../src/templates/packages-list.html:39
-msgid "Show all packages"
+msgid "No comment given."
msgstr ""
-#: ../src/templates/packages/view-file.html:3
-msgid "View %(filename)s from %(pkg)s"
+msgid "You"
msgstr ""
-#: ../src/templates/packages/view-file.html:36
-msgid "View file"
+msgid "No log entries, yet."
+msgstr "No hay entradas de log, todavía."
+
+msgid "Submit"
msgstr ""
-#: ../src/templates/packages/view-file.html:50
#, c-format
-msgid "Mimetype: %s"
+msgid "Comment on %s"
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Size: %s"
+msgid "Log in to comment"
msgstr ""
-#: ../src/templates/register-activation-fail.html:3
-msgid "Account activation failed"
+msgid "Comment"
msgstr ""
-#: ../src/templates/register-activation-fail.html:12
-#: ../src/templates/register-activation-success.html:12
-msgid "Account activation"
+msgid "Vote"
+msgstr "Votar"
+
+msgid "Not tested."
msgstr ""
-#: ../src/templates/register-activation-fail.html:17
-msgid "Activation failed"
-msgstr "Activación fallida"
+msgid "Works for me."
+msgstr ""
-#: ../src/templates/register-activation-fail.html:23
-#: ../src/templates/register-fail.html:6
-#: ../src/templates/user-profile-edit-fail.html:6
-msgid "We are sorry."
-msgstr "Lo sentimos."
+msgid "Does not work."
+msgstr ""
-#: ../src/templates/register-activation-fail.html:24
-msgid "The activation of your account has failed."
-msgstr "La activación de tu cuenta ha fallado."
+msgid "You need to log in to comment."
+msgstr ""
-#: ../src/templates/register-activation-fail.html:25
-msgid "Possibly the registration code is wrong or your registration timed out."
+msgid "Click on the button below to do so."
msgstr ""
-"Posiblemente el código de registro es incorrecto o el tiempo de registro ha "
-"expirado."
-#: ../src/templates/register-activation-success.html:3
-msgid "Account activation successful"
+msgid "Submit comment"
msgstr ""
-#: ../src/templates/register-activation-success.html:17
-msgid "Activation successful"
-msgstr "Activación correcta"
+msgid "Login"
+msgstr "Iniciar"
-#: ../src/templates/register-activation-success.html:23
#, c-format
-msgid "Your account has been activated, %s."
-msgstr "Su cuenta ha sido activada, %s."
+msgid "Push %s to a repository"
+msgstr ""
+
+msgid "Not all jobs are finished!"
+msgstr ""
+
+msgid ""
+"So it is <em>strongly</em> discouraged to push this build into the next "
+"repository."
+msgstr ""
-#: ../src/templates/register-activation-success.html:24
-msgid "Have fun!"
-msgstr "¡Diviértase!"
+msgid "The build will be put into this repository."
+msgstr ""
-#: ../src/templates/register-fail.html:4
-msgid "Registration failed"
-msgstr "Registro fallido"
+msgid "You are going to push this build into a new repository."
+msgstr ""
-#: ../src/templates/register-fail.html:7
-msgid "We could not create your requested account."
-msgstr "No podemos crear la cuenta solicitada."
+msgid ""
+"This means that the build won't be part of the repository it is currently in "
+"anymore."
+msgstr ""
-#: ../src/templates/register-fail.html:17
-#: ../src/templates/user-profile-edit-fail.html:17
msgid ""
-"Use the back button on your web browser to go back to the previous page and "
-"correct your submission."
+"Please make sure you tested this build well enough that it will keep up with "
+"the quality level of the target repository."
msgstr ""
-"Usa el botón de volver en tu navegador para ir a la página previa y corregir "
-"los datos a enviar."
-#: ../src/templates/register.html:3 ../src/templates/register.html:18
-msgid "Register a new account"
-msgstr "Registrar una nueva cuenta"
-
-#: ../src/templates/register.html:12
-msgid "Register new account"
-msgstr "Registrar nueva cuenta"
-
-#: ../src/templates/register.html:19
-msgid "Join the community!"
+#, c-format
+msgid "Unpush %s from a repository"
msgstr ""
-#: ../src/templates/register.html:26
-msgid "Registration form"
+msgid "You are going to unpush this build from its repository."
msgstr ""
-#: ../src/templates/register.html:35
-msgid "Must be a unique name you login with."
-msgstr "Debe ser un nombre único con el que inicies sesión."
-
-#: ../src/templates/register.html:41 ../src/templates/user-profile-edit.html:60
-msgid "Email address"
+msgid ""
+"This means that the build won't be installable from this repository anymore."
msgstr ""
-#: ../src/templates/register.html:46
-msgid "Type in your email address, which is used to verify the account."
+msgid ""
+"If you consider this build being obsolete or broken, please don't forget to "
+"mark it so."
msgstr ""
-#: ../src/templates/register.html:52
-msgid "Real name (optional)"
-msgstr "Nombre real (opcional)"
-
-#: ../src/templates/register.html:57
-msgid "Type you firstname and your lastname here."
-msgstr "Escriba su nombre y apellidos aquí."
-
-#: ../src/templates/register.html:64
-msgid "Account security"
-msgstr "Seguridad de la cuenta"
+msgid "Group"
+msgid_plural "Groups"
+msgstr[0] ""
+msgstr[1] ""
-#: ../src/templates/register.html:72
-#: ../src/templates/user-profile-edit.html:106
-msgid ""
-"The password is used to secure the login and must be at least 8 characters."
+#, c-format
+msgid "added %s"
msgstr ""
-"La contraseña es usada para asegurar el inicio de sesión y debe tener al "
-"menos 8 caracteres."
-#: ../src/templates/register.html:78
-msgid "Confirm password"
+msgid "Run"
msgstr ""
-#: ../src/templates/register.html:83
-msgid "Pick a password that is as strong as possible."
+msgid "Remove action"
msgstr ""
-#: ../src/templates/register.html:84
-msgid "Don't login at unsecure places where people could spy on your password."
-msgstr ""
+msgid "One more score needed."
+msgid_plural "%(score)s more scores needed."
+msgstr[0] ""
+msgstr[1] ""
-#: ../src/templates/register.html:91
-msgid "Sign up!"
+msgid "No more scores needed."
msgstr ""
-#: ../src/templates/register-success.html:4
-msgid "Registration successful"
-msgstr "Registro correcto."
-
-#: ../src/templates/register-success.html:6
#, c-format
-msgid "Your new account has been created, %s."
-msgstr "Su nueva cuenta ha sido creada, %s."
-
-#: ../src/templates/register-success.html:7
-msgid ""
-"To complete the activation, follow the instructions that were sent to you in "
-"an activation email."
+msgid "Maintainer: %s"
msgstr ""
-"Para completar la activación, siga las instrucciones que fueron enviadas a "
-"su cuenta email de activación."
-#: ../src/templates/repository-detail.html:30
-msgid "Stable repository"
+msgid "Go to package description"
msgstr ""
-#: ../src/templates/repository-detail.html:34
-msgid "Unstable repository"
+msgid "Auto-select"
msgstr ""
-#: ../src/templates/repository-detail.html:38
-msgid "Testing repository"
+msgid "No. of commits"
msgstr ""
-#: ../src/templates/repository-detail.html:65
-msgid "Repository is enabled for builds?"
+msgid "Latest commit"
msgstr ""
-#: ../src/templates/repository-detail.html:76
-#: ../src/templates/repository-detail.html:151
-msgid "Obsolete builds"
+#, c-format
+msgid "Branch: %s"
msgstr ""
-#: ../src/templates/repository-detail.html:85
-msgid "Total build time"
+msgid "You."
msgstr ""
-#: ../src/templates/repository-detail.html:99
-msgid ""
-"The table above shows how long it took to build all packages in this "
-"repository."
+msgid "You and one other."
msgstr ""
-#: ../src/templates/repository-detail.html:126
-msgid "Unpushed builds"
+#, c-format
+msgid "You and %s others."
msgstr ""
-#: ../src/templates/repository-detail.html:128
+msgid "One person."
+msgid_plural "%(num)s people."
+msgstr[0] ""
+msgstr[1] ""
+
msgid ""
-"These builds were already put into this repository, but were not pushed out "
-"to the mirror servers, yet."
+"All users who watch this build will be automatically notified about status "
+"changes and comments."
msgstr ""
-#: ../src/templates/repository-detail.html:139
-msgid "Builds in this repository"
+msgid "This is an easy way of staying up to date."
msgstr ""
-#: ../src/templates/repository-edit.html:3
-#: ../src/templates/repository-edit.html:7
-#, c-format
-msgid "Edit repository %s"
+msgid "Nobody watches this build, yet. Be the first one."
msgstr ""
-#: ../src/templates/repository-edit.html:20
-msgid "The name of the repository."
+msgid "Watch this build"
msgstr ""
-#: ../src/templates/repository-edit.html:21
-msgid "Must only contain of the lowercase characters."
+msgid "Add a watcher"
msgstr ""
-#: ../src/templates/repository-edit.html:33
-msgid "Score settings"
+msgid "Close"
msgstr ""
-#: ../src/templates/repository-edit.html:35
-msgid "These settings configure the automatic score feature."
+msgid "Properties"
msgstr ""
-#: ../src/templates/repository-edit.html:36
-msgid ""
-"Builds that gained a certain score are moved to the next repository "
-"automatically and removed if the score is too bad."
+msgid "Maintainers"
msgstr ""
-#: ../src/templates/repository-edit.html:40
-msgid "Needed score"
+msgid "Default priority"
msgstr ""
-#: ../src/templates/repository-edit.html:45
msgid ""
-"The score that is needed for builds to automatically be moved into this "
-"repository."
+"A big benefit of the Pakfire Build Service is, that builds are available to "
+"end-users in a very short time."
msgstr ""
-#: ../src/templates/repository-edit.html:49
-msgid "Minimum time"
+msgid ""
+"Some packages might need some extra boost if the build servers are very busy."
msgstr ""
-#: ../src/templates/repository-edit.html:54
-msgid "Every build must stay a minimum time in a repository."
+msgid "You may set a default priority for all builds of this package."
msgstr ""
-#: ../src/templates/repository-edit.html:55
-msgid "This is to ensure that a package gets tested well."
-msgstr ""
+msgid "Very high"
+msgstr "muy alta"
-#: ../src/templates/repository-edit.html:56
-#: ../src/templates/repository-edit.html:67
-msgid "Enter zero to disable the feature."
-msgstr ""
+msgid "High"
+msgstr "Alta"
-#: ../src/templates/repository-edit.html:60
-msgid "Maximum time"
-msgstr ""
+msgid "Medium"
+msgstr "Media"
-#: ../src/templates/repository-edit.html:65
-msgid ""
-"If a build is more than a certain amount of time in a repository, it will "
-"automatically be removed."
-msgstr ""
+msgid "Low"
+msgstr "Baja"
-#: ../src/templates/repository-edit.html:66
-msgid "This is to ensure that packages are not forgotten to be pushed."
-msgstr ""
+msgid "Very low"
+msgstr "Muy baja"
-#: ../src/templates/repository-edit.html:73
-msgid "Build settings"
+msgid "Critical path"
msgstr ""
-#: ../src/templates/repository-edit.html:76
-msgid "Use package for builds?"
+msgid ""
+"A package that belongs to the critical path is a package that plays a very "
+"essential role in the distribution."
msgstr ""
-#: ../src/templates/repository-edit.html:81
-msgid "Should the package be selected for builds by default?"
+msgid ""
+"If such a package is broken, it may not be possible to boot or recover the "
+"system anymore, so we need to be extra sure that these packages work."
msgstr ""
-#: ../src/templates/repository-edit.html:82
-#: ../src/templates/user-impersonation.html:21
-msgid "Use with caution!"
+msgid ""
+"If this package is marked to belong to the critical path, it will need a "
+"higher score to pass to the next repository and more."
msgstr ""
-#: ../src/templates/search-form.html:3
-msgid "Advanced search"
+msgid "Learn more."
msgstr ""
-#: ../src/templates/search-form.html:18
-#, c-format
-msgid "No results for '%s'."
+msgid "Open Bugs In This Package"
msgstr ""
-#: ../src/templates/search-form.html:26
-msgid "Type a search pattern into the box below and hit the button."
-msgstr ""
+#, fuzzy
+msgid "Show All Bugs"
+msgstr "Mostrar todos los usuarios"
-#: ../src/templates/search-form.html:46
-msgid "Search for packages by name or description"
+msgid "File A New Bug"
msgstr ""
-#: ../src/templates/search-form.html:48
-msgid ""
-"If you type a package name to the search box you will get a link to the "
-"package."
-msgstr ""
+#, fuzzy
+msgid "Download Package"
+msgstr "Descargar archivo"
-#: ../src/templates/search-form.html:49
-msgid "The search is performed in case insensitive mode."
-msgstr ""
+#, fuzzy, c-format
+msgid "Build from %s"
+msgstr "Host de construcción"
-#: ../src/templates/search-form.html:58
-msgid "Search for UUIDs"
+msgid "Filelist"
msgstr ""
-#: ../src/templates/search-form.html:60
-msgid ""
-"If you type a UUID to the search box, you will be directed to the job, build "
-"or package it belongs to."
-msgstr ""
+#, fuzzy, c-format
+msgid "Download (%s)"
+msgstr "Descargar"
-#: ../src/templates/search-form.html:61
-msgid ""
-"This is a handy feature if you have a UUID and search for the corresponding "
-"package or build."
+msgid "Job Queue"
msgstr ""
-#: ../src/templates/search-form.html:64 ../src/templates/search-form.html:80
-msgid "Examples"
-msgstr ""
+#, fuzzy, c-format
+msgid "Builds in %s"
+msgstr "Construcciones"
-#: ../src/templates/search-form.html:73
-msgid "Search for files"
+msgid "Create"
msgstr ""
-#: ../src/templates/search-form.html:75
-msgid "You may also search for file names."
+msgid "- Select -"
msgstr ""
-#: ../src/templates/search-form.html:76
-msgid "You will get a list of packages that contain the file."
-msgstr ""
+#, fuzzy
+msgid "Create Repository"
+msgstr "Repositorio"
-#: ../src/templates/search-form.html:77
-msgid ""
-"The search pattern must start with a slash that it will be recognized as a "
-"file."
+msgid "Describe what this repository will contain"
msgstr ""
-#: ../src/templates/search-results.html:3
-#: ../src/templates/search-results.html:22
-#, c-format
-msgid "Search results for '%s'"
-msgstr ""
+msgid "Priority"
+msgstr "Prioridad"
-#: ../src/templates/search-results.html:12
-msgid "Search results"
-msgstr ""
+#, fuzzy
+msgid "Listed"
+msgstr "Registrado"
-#: ../src/templates/search-results.html:28
-msgid "No results found."
+msgid "By unchecking this box, you can hide this repository from being listed"
msgstr ""
-#: ../src/templates/search-results.html:30
-msgid "Visit the advanced search page to find about how to define your query."
+msgid "Enable Mirroring"
msgstr ""
-#: ../src/templates/search-results.html:75
-#, c-format
-msgid "%s was found in the following package."
+msgid "If enabled, this repository will be made available on mirror servers"
msgstr ""
-#: ../src/templates/sessions/index.html:36
-msgid "Valid until"
-msgstr ""
+#, fuzzy
+msgid "Download Configuration"
+msgstr "Descargar archivo"
+
+msgid "Search"
+msgstr "Buscar"
+
+#, fuzzy, c-format
+msgid "We could not find anything for '%s'"
+msgstr "No puedo encontrar lo que has buscado."
-#: ../src/templates/sessions/index.html:37
-msgid "Last seen at"
+msgid "Go!"
msgstr ""
-#: ../src/templates/source-list.html:3
msgid "Sources repositories"
msgstr "Repositorios de fuentes"
-#: ../src/templates/source-list.html:17
+msgid "Source repositories"
+msgstr "Repositorios fuente"
+
msgid "Add source repository"
msgstr "Añadir repositorio fuente"
-#: ../src/templates/source-list.html:18
msgid "Blah 123"
msgstr "123 Probando"
-#: ../src/templates/statistics/index.html:11
-msgid ""
-"On this page, you will find a lot of information bundled in graphs and "
-"figures."
-msgstr ""
+#, fuzzy
+msgid "Delete User"
+msgstr "Borrar %s"
-#: ../src/templates/statistics/index.html:12
-msgid ""
-"They give a very quick overview about what is going on in the build service."
-msgstr ""
+#, fuzzy
+msgid "Are you sure you want to delete your account?"
+msgstr "¿Realmente desear borrar tu propia cuenta?"
+
+#, fuzzy, c-format
+msgid "Are you sure you want to delete the user '%s'?"
+msgstr "¿Realmente deseas borrar el usuario %s?"
+
+#, fuzzy
+msgid "Edit User"
+msgstr "Usuario"
-#: ../src/templates/statistics/index.html:18
#, c-format
-msgid "The average build time is %.1f minutes."
+msgid "Send an Email to %s"
msgstr ""
-#: ../src/templates/statistics/index.html:21
-msgid "There are %(builds_count)s builds containing %(jobs_count_all)s jobs."
+msgid "Quota"
msgstr ""
-#: ../src/templates/updates-index.html:3
-msgid "Updates"
+#, python-format
+msgid "%(min)d min"
msgstr ""
-#: ../src/templates/updates-index.html:6
-msgid "Coming soon..."
+#, python-format
+msgid "%(hrs)d:%(min)02d hrs"
msgstr ""
-#: ../src/templates/uploads-list.html:24
-msgid "Filename"
+msgid "User not found."
msgstr ""
-#: ../src/templates/uploads-list.html:26
-msgid "Filesize"
+msgid "Recommends"
msgstr ""
-#: ../src/templates/uploads-list.html:27
-msgid "Time running"
+msgid "Suggests"
msgstr ""
-#: ../src/templates/uploads-list.html:44
-msgid "No owner."
+msgid "Today"
msgstr ""
-#: ../src/templates/uploads-list.html:74
-msgid "There are currently no uploads running."
+msgid "Yesterday"
msgstr ""
-#: ../src/templates/user-comments.html:4
-msgid "Latest user comments"
-msgstr "Últimos comentarios de los usuarios"
+msgid "Uploading"
+msgstr "Subiendo"
-#: ../src/templates/user-comments.html:12
-msgid "Show all users"
-msgstr "Mostrar todos los usuarios"
+#, python-format
+msgid "Unknown: %s"
+msgstr ""
-#: ../src/templates/user-delete.html:4
-#, c-format
-msgid "Delete user %s"
-msgstr "Borrar usuario %s"
+#~ msgid "Account Activation"
+#~ msgstr "Activación de la cuenta"
-#: ../src/templates/user-delete.html:8
-msgid "Do you really want to delete your own account?"
-msgstr "¿Realmente desear borrar tu propia cuenta?"
+#, fuzzy
+#~ msgid ""
+#~ "You, or somebody using your email address, has registered an account on "
+#~ "the Pakfire Build Service."
+#~ msgstr ""
+#~ "Usted, o alguien usando su cuenta de correo, ha registrado una cuenta en "
+#~ "el Servicio de Construcción Pakfire,"
-#: ../src/templates/user-delete.html:9
-msgid "You won't be able to login and use this service any more."
-msgstr "No podrás volver ha hacer login y usar este servicio nunca más."
+#~ msgid "To activate your account, please click on the link below."
+#~ msgstr "Para activar su cuente, por favor pulse el siguiente enlace."
-#: ../src/templates/user-delete.html:11
-#, c-format
-msgid "Do you really want to delete the user %s?"
-msgstr "¿Realmente deseas borrar el usuario %s?"
+#~ msgid "Administration"
+#~ msgstr "Administración"
-#: ../src/templates/user-forgot-password.html:3
-#: ../src/templates/user-forgot-password.html:12
-#: ../src/templates/user-forgot-password.html:17
-msgid "Forgot password"
-msgstr ""
+#~ msgid "Uploads"
+#~ msgstr "Cargas"
-#: ../src/templates/user-forgot-password.html:22
-msgid "Work in progress!"
-msgstr ""
+#~ msgid "Logout"
+#~ msgstr "Salir"
-#: ../src/templates/user-forgot-password.html:28
-msgid "You have forgotten you password, eh? Shame on you."
-msgstr ""
+#~ msgid "Register"
+#~ msgstr "Registro"
-#: ../src/templates/user-forgot-password.html:29
-msgid "However, we allow to re-activate your account."
-msgstr ""
+#~ msgid "Forgot your password?"
+#~ msgstr "¿Olvidaste tu contraseña?"
-#: ../src/templates/user-forgot-password.html:32
-msgid "You need to enter your username below."
-msgstr ""
+#~ msgid "Back"
+#~ msgstr "Volver"
-#: ../src/templates/user-forgot-password.html:33
-msgid "After that, you will receive an email with intructions how to go on."
-msgstr ""
+#~ msgid "Renew passphrase"
+#~ msgstr "Renovar frase de paso"
-#: ../src/templates/user-forgot-password.html:42
-msgid "Your username"
-msgstr ""
+#~ msgid "Delete builder"
+#~ msgstr "Borrar constructor"
+
+#~ msgid "CPU model"
+#~ msgstr "Modelo de CPU"
+
+#~ msgid "Load average"
+#~ msgstr "Carga media"
+
+#~ msgid "The builder must be enabled in order to process build jobs."
+#~ msgstr ""
+#~ "El constructor debe estar habilitado para poder procesar trabajos de "
+#~ "construcción."
-#: ../src/templates/user-impersonation.html:3
#, c-format
-msgid "Impersonate user %s"
-msgstr ""
+#~ msgid "The new host <strong>%s</strong> has been successfully created."
+#~ msgstr ""
+#~ "El nuevo host <strong>%s</strong> ha sido creado satisfactoriamente."
-#: ../src/templates/user-impersonation.html:7
-msgid "User impersonation"
-msgstr ""
+#, c-format
+#~ msgid "The passphrase for <strong>%s</strong> has been regenerated."
+#~ msgstr "La frase de paso para <strong>%s</strong> ha sido regenerada."
-#: ../src/templates/user-impersonation.html:17
-msgid ""
-"When impersonating another user, every action you perform will be taking "
-"place as if you had logged in as the user whom will be impersonating."
-msgstr ""
+#~ msgid ""
+#~ "For authorization to the Pakfire Master Server there is a passphrase "
+#~ "required which must be configured to the host."
+#~ msgstr ""
+#~ "Para la autorización con el Servidor Maestro Pakfire hay una frase de "
+#~ "paso requerida que debe ser configurada en el host."
-#: ../src/templates/user-impersonation.html:22
-msgid ""
-"This is a very powerful feature. You should be very careful while using it."
-msgstr ""
+#~ msgid "This passphrase is:"
+#~ msgstr "La frase de paso es:"
-#: ../src/templates/user-list.html:3
-msgid "User list"
-msgstr ""
+#~ msgid "Next"
+#~ msgstr "Siguiente"
-#: ../src/templates/user-profile-builds.html:3
-#: ../src/templates/user-profile-builds.html:7
-#, c-format
-msgid "Builds by %s"
-msgstr ""
+#~ msgid "Build job list"
+#~ msgstr "Lista de trabajos de construcción"
-#: ../src/templates/user-profile-edit-fail.html:4
-msgid "Edit failed"
-msgstr "Edición fallida"
+#~ msgid "Filter builds"
+#~ msgstr "Filtrar construcciones"
-#: ../src/templates/user-profile-edit-fail.html:7
-msgid "The user profile cannot be saved."
-msgstr "El perfil del usuario no puede ser guardado."
+#~ msgid "Any"
+#~ msgstr "Cualquier"
-#: ../src/templates/user-profile-edit.html:3
-#: ../src/templates/user-profile-edit.html:26
-#, c-format
-msgid "Edit user profile: %s"
-msgstr ""
+#~ msgid "All"
+#~ msgstr "Todos"
-#: ../src/templates/user-profile-edit.html:34
-msgid "User Identity"
-msgstr ""
+#~ msgid "Permanently failed"
+#~ msgstr "Fallo permanente"
-#: ../src/templates/user-profile-edit.html:48
-msgid "Real name"
-msgstr ""
+#~ msgid "Only show builds with given state."
+#~ msgstr "Mostrar solo construcciones con un estado concreto."
-#: ../src/templates/user-profile-edit.html:54
-msgid ""
-"This field is optional, but we appreciate it very much if you type in your "
-"real name."
-msgstr ""
+#~ msgid "Display only builds by selected host."
+#~ msgstr "Mostrar solo las construcciones para el host seleccionado."
-#: ../src/templates/user-profile-edit.html:66
-msgid ""
-"If the email address is changed, your account will be disabled until you "
-"confirm the new email address."
-msgstr ""
+#~ msgid "Show all builds"
+#~ msgstr "Mostrar todas las construcciones"
-#: ../src/templates/user-profile-edit.html:74
-msgid "Admin actions"
-msgstr "Acciones de administrador"
+#~ msgid "Edit build priority"
+#~ msgstr "Editar prioridad de construcción"
-#: ../src/templates/user-profile-edit.html:82
-#: ../src/templates/user-profile.html:52
-msgid "Tester"
-msgstr "Testeador"
+#~ msgid "Set the priority of the build process."
+#~ msgstr "Establecer la prioridad del proceso de construcción."
-#: ../src/templates/user-profile-edit.html:85
-#: ../src/templates/user-profile.html:50
-msgid "Admin"
-msgstr "Administrador"
+#~ msgid "Beware"
+#~ msgstr "Tener cuidado"
-#: ../src/templates/user-profile-edit.html:90
-msgid "Define the permissions of the user."
-msgstr "Definir permisos del usuario."
+#~ msgid ""
+#~ "Shuffeling build jobs can cause problems with the dependency solving."
+#~ msgstr ""
+#~ "Mezclar trabajos de construcción puede causar problemas con la resolución "
+#~ "de dependencias."
-#: ../src/templates/user-profile-edit.html:98
-msgid "Account security settings"
-msgstr ""
+#~ msgid "Don't do this if you are not totally sure you won't break anything."
+#~ msgstr "No hagas esto y no estas totalmente seguro de no romper nada."
-#: ../src/templates/user-profile-edit.html:112
-#: ../src/templates/user-profile-passwd.html:84
-msgid "Confirm"
-msgstr "Confirmar"
+#~ msgid "None"
+#~ msgstr "Ninguno"
-#: ../src/templates/user-profile-edit.html:117
-msgid "Leave the password fields empty to keep the current password."
-msgstr "Deje el campo de contraseña vacío para mantener la contraseña actual."
+#~ msgid "All Documents"
+#~ msgstr "Todos los documentos"
-#: ../src/templates/user-profile-edit.html:124
-msgid "Locale & timezone settings"
-msgstr ""
+#~ msgid "Topics"
+#~ msgstr "Tópicos"
-#: ../src/templates/user-profile-edit.html:127
-msgid "Preferred language"
-msgstr "Idioma preferido"
+#~ msgid "Legend of the build states"
+#~ msgstr "Leyenda de los estados de construcción"
-#: ../src/templates/user-profile-edit.html:132
-msgid "Auto-detect will use the language transmitted by your browser."
-msgstr "Autodetectar usará el idioma enviado por su navegador."
+#~ msgid ""
+#~ "Every build that is done by the Pakfire Build Service has to go through "
+#~ "several states:"
+#~ msgstr ""
+#~ "Cada construcción que hace el Servicio de Construcción Pakfire pasa a "
+#~ "través de varios estados."
-#: ../src/templates/user-profile-edit.html:138
-msgid "Timezone"
-msgstr ""
+#~ msgid ""
+#~ "After checking out the source from the source repository a source package "
+#~ "is created and submitted to the build server."
+#~ msgstr ""
+#~ "Después de chequear la fuente del respositorio de fuentes, un paquete "
+#~ "fuente es creado y enviado al servidor de construcción."
-#: ../src/templates/user-profile-edit.html:143
-msgid "Auto-detect will use the timezone transmitted by your browser."
-msgstr ""
+#~ msgid ""
+#~ "Starting from inserting a source file to the build service, there are "
+#~ "binary build jobs created for every supported architecture."
+#~ msgstr ""
+#~ "Comienza insertando un fichero fuente en el servicio de construcción, hay "
+#~ "trabajos de construcción de binarios para cada arquitectura soportada."
+
+#~ msgid ""
+#~ "These get assigned to a build host which has to compile or assemble the "
+#~ "package and return it back to the build server."
+#~ msgstr ""
+#~ "Estos se asignan a un host de construcción que tiene que compilar o "
+#~ "ensamblar el paquete y retornarlo al servidor de construcción."
+
+#~ msgid ""
+#~ "In the table below, there are all states that a build job goes through:"
+#~ msgstr ""
+#~ "En la tabla de abajo, están todos los estados por los que pasa un trabajo "
+#~ "de construcción:"
+
+#~ msgid "Build is running"
+#~ msgstr "La construcción está ejecutándose"
+
+#~ msgid "Build is waiting to be processed"
+#~ msgstr "La construcción está esperando a ser procesada"
+
+#~ msgid "There was a dependency error when the package was built"
+#~ msgstr "Hubo un error de dependencias cuando el paquete fue construido."
+
+#~ msgid "Build is waiting for source to go to pending state"
+#~ msgstr ""
+#~ "La construcción está esperando a que la fuente esté en estado pendiente"
+
+#~ msgid "Files of this build are transferred to the build server"
+#~ msgstr ""
+#~ "Los archivos de esta construcción son transferidos al servidor de "
+#~ "construcción."
+
+#~ msgid "Files are being uploaded to the service"
+#~ msgstr "Los archivos están siendo subidos hacia el servicio"
+
+#~ msgid "Build has an unknown state"
+#~ msgstr "La construcción tiene un estado desconocido."
+
+#~ msgid "Documentation index"
+#~ msgstr "Indice de la documentación"
+
+#~ msgid "Documents"
+#~ msgstr "Documentos"
+
+#~ msgid ""
+#~ "This is a collection of documents that should be read by everybody who is "
+#~ "using this system."
+#~ msgstr ""
+#~ "Esta es una colección de documentos que debería ser leída por todo el "
+#~ "mundo que esté usando este sistema."
+
+#~ msgid ""
+#~ "All users can join the Pakfire Build Service and are separated into three "
+#~ "groups:"
+#~ msgstr ""
+#~ "Todos los usuarios pueden unirse al Servicio de Construcción Pakfier y "
+#~ "son separados en tres grupos:"
+
+#~ msgid "Developers"
+#~ msgstr "Desarrolladores"
+
+#~ msgid ""
+#~ "Developers manage this build service and have access to all parts of it."
+#~ msgstr ""
+#~ "Los desarrolladores gestionan este servicio de construcción y tiene "
+#~ "acceso a todas sus partes."
+
+#~ msgid ""
+#~ "They are responsible to keep the system running and able to push package "
+#~ "updates to the repostories."
+#~ msgstr ""
+#~ "Son responsables de mantener el sistema ejecutándose y disponible para "
+#~ "introducir actualizaciones de los paquetes en los repositorios."
+
+#~ msgid "Guidelines for developers"
+#~ msgstr "Directrices para desarrolladores."
+
+#~ msgid "Testers"
+#~ msgstr "Probadores"
+
+#~ msgid ""
+#~ "Testers are like users but have the right to vote on packages, which is "
+#~ "used to figure out the quality of the package."
+#~ msgstr ""
+#~ "Testeadores son como los usuarios pero tienen derechos para votar sobre "
+#~ "los paquetes, lo cual es usado para medir la calidad de un paquete."
+
+#~ msgid ""
+#~ "Everyone can become a tester after he or she has proven to know the "
+#~ "IPFire system very well."
+#~ msgstr ""
+#~ "Todo el mundo puede llegar a ser un testeador, después de que el o ella "
+#~ "pruebe conocer el sistema IPFire bastante bien."
+
+#~ msgid ""
+#~ "On these people depends a very huge amount of the quality of the "
+#~ "distribution that is made out of the feedback they give."
+#~ msgstr ""
+#~ "En estas personas recae una cantidad muy grande de la calidad de la "
+#~ "distribución, la cual es obtenida a partir de la información que dan."
-#: ../src/templates/user-profile-edit.html:150
-msgid "Save"
-msgstr ""
+#~ msgid "Guidelines for testers"
+#~ msgstr "Directrices para testeadores"
+
+#~ msgid ""
+#~ "Everybody can join the Pakfire Build Service by registering an account."
+#~ msgstr ""
+#~ "Todo el mundo puede unirse al Servicio de Construcción Pakfier "
+#~ "solicitando una cuenta de usuario."
+
+#~ msgid ""
+#~ "After a successful activation you are able to leave comments on packages "
+#~ "and give feedback to the developers about its status."
+#~ msgstr ""
+#~ "Después de una correcta activación podrás dejar comentarios sobre los "
+#~ "paquetes y dar información a los desarrolladores sobre su estado."
-#: ../src/templates/user-profile.html:23
-msgid "View comments"
-msgstr ""
+#~ msgid "Welcome to the Pakfire Build Service"
+#~ msgstr "Bienvenido al Servicio de Construcción Pakfire"
-#: ../src/templates/user-profile.html:41
-msgid "Email"
-msgstr "Email"
+#~ msgid "Re-submit build"
+#~ msgstr "Reenviar construcción"
-#: ../src/templates/user-profile.html:61
-msgid "Registered"
-msgstr "Registrado"
+#~ msgid "Package files"
+#~ msgstr "Ficheros paquete"
-#: ../src/templates/user-profile.html:80
-msgid "Edit profile"
-msgstr ""
+#~ msgid "Username and/or password was wrong. Login failed."
+#~ msgstr "Usuario y/o contraseña incorrectos. Inicio fallido."
-#: ../src/templates/user-profile.html:86
-#: ../src/templates/user-profile-passwd.html:3
-#: ../src/templates/user-profile-passwd.html:20
-#: ../src/templates/user-profile-passwd.html:25
-#: ../src/templates/user-profile-passwd.html:95
-#: ../src/templates/user-profile-passwd-ok.html:20
-msgid "Change password"
-msgstr ""
+#~ msgid "Username"
+#~ msgstr "Nombre de usuario"
-#: ../src/templates/user-profile.html:94
-msgid "Delete account"
-msgstr "Borrar cuenta"
+#~ msgid "Password"
+#~ msgstr "Contraseña"
-#: ../src/templates/user-profile.html:101
-msgid "Impersonate user"
-msgstr ""
+#~ msgid "Register a new account."
+#~ msgstr "Registrar una nueva cuenta."
-#: ../src/templates/user-profile.html:121
-msgid "Permissions"
-msgstr ""
+#~ msgid "No comments so far."
+#~ msgstr "No hay más comentarios."
-#: ../src/templates/user-profile.html:125
-msgid "This user has administration rights."
-msgstr ""
+#~ msgid ""
+#~ "Pakfire is the buildsystem that is used to build the IPFire Linux "
+#~ "firewall distribution."
+#~ msgstr ""
+#~ "Pakfire es el sistema de construcción usado para construir la "
+#~ "distribución cortafuegos IPFire Linux."
-#: ../src/templates/user-profile.html:132
-msgid "User is allowed to create scratch builds?"
-msgstr ""
+#~ msgid "It also installs and updates packages on the IPFire systems."
+#~ msgstr "También contiene "
-#: ../src/templates/user-profile-need-activation.html:4
-msgid "Edit successful"
-msgstr "Edición correcta"
+#~ msgid "Yes"
+#~ msgstr "Si"
-#: ../src/templates/user-profile-need-activation.html:6
-msgid "The user profile was successfully altered."
-msgstr "La ficha de usuario fue alterada correctamente."
+#~ msgid "No"
+#~ msgstr "No"
-#: ../src/templates/user-profile-need-activation.html:7
-msgid ""
-"But as you have changed the email address, you need to re-activate the "
-"account."
-msgstr ""
-"Ya que has cambiado la dirección de correo electrónico, debes reactivar la "
-"cuenta de usuario."
+#~ msgid "Package list"
+#~ msgstr "Lista de paquetes"
-#: ../src/templates/user-profile-need-activation.html:8
-msgid "Have a look at you mailbox - you already do know what to do."
-msgstr "Hecha un vistazo a tu bandeja de entrada - ya sabes lo que hacer."
+#~ msgid ""
+#~ "This is an alphabetically ordered list of all packages in the "
+#~ "distribution."
+#~ msgstr ""
+#~ "Esta es una lista alfabéticamente ordenada de todos los paquetes en la "
+#~ "distribución."
-#: ../src/templates/user-profile-passwd.html:32
-msgid "You are going to change your password."
-msgstr ""
+#~ msgid "Click on a link to see further information about the package."
+#~ msgstr "Pulsa en un enlace para ver información detallada sobre el paquete."
-#: ../src/templates/user-profile-passwd.html:35
-msgid ""
-"To do so, you need to enter your current password and the new password twice."
-msgstr ""
+#~ msgid "Activation failed"
+#~ msgstr "Activación fallida"
+
+#~ msgid "We are sorry."
+#~ msgstr "Lo sentimos."
+
+#~ msgid "The activation of your account has failed."
+#~ msgstr "La activación de tu cuenta ha fallado."
+
+#~ msgid ""
+#~ "Possibly the registration code is wrong or your registration timed out."
+#~ msgstr ""
+#~ "Posiblemente el código de registro es incorrecto o el tiempo de registro "
+#~ "ha expirado."
+
+#~ msgid "Activation successful"
+#~ msgstr "Activación correcta"
-#: ../src/templates/user-profile-passwd.html:39
#, c-format
-msgid "In this dialog, you may change the password of %s."
-msgstr ""
+#~ msgid "Your account has been activated, %s."
+#~ msgstr "Su cuenta ha sido activada, %s."
-#: ../src/templates/user-profile-passwd.html:61
-msgid "Old password"
-msgstr ""
+#~ msgid "Have fun!"
+#~ msgstr "¡Diviértase!"
-#: ../src/templates/user-profile-passwd.html:66
-msgid "Please provide your old password."
-msgstr ""
+#~ msgid "Registration failed"
+#~ msgstr "Registro fallido"
-#: ../src/templates/user-profile-passwd.html:73
-msgid "New password"
-msgstr ""
+#~ msgid "We could not create your requested account."
+#~ msgstr "No podemos crear la cuenta solicitada."
-#: ../src/templates/user-profile-passwd.html:78
-msgid "Choose a new password. Make sure that it is as strong as possible."
-msgstr ""
+#~ msgid ""
+#~ "Use the back button on your web browser to go back to the previous page "
+#~ "and correct your submission."
+#~ msgstr ""
+#~ "Usa el botón de volver en tu navegador para ir a la página previa y "
+#~ "corregir los datos a enviar."
-#: ../src/templates/user-profile-passwd.html:89
-msgid "Confirm the new password."
-msgstr ""
+#~ msgid "Register a new account"
+#~ msgstr "Registrar una nueva cuenta"
-#: ../src/templates/user-profile-passwd-ok.html:3
-#: ../src/templates/user-profile-passwd-ok.html:29
-msgid "Password changed"
-msgstr ""
+#~ msgid "Register new account"
+#~ msgstr "Registrar nueva cuenta"
-#: ../src/templates/user-profile-passwd-ok.html:24
-msgid "Done!"
-msgstr ""
+#~ msgid "Must be a unique name you login with."
+#~ msgstr "Debe ser un nombre único con el que inicies sesión."
-#: ../src/templates/user-profile-passwd-ok.html:37
-msgid "Your password has successfully been changed."
-msgstr ""
+#~ msgid "Real name (optional)"
+#~ msgstr "Nombre real (opcional)"
+
+#~ msgid "Type you firstname and your lastname here."
+#~ msgstr "Escriba su nombre y apellidos aquí."
+
+#~ msgid "Account security"
+#~ msgstr "Seguridad de la cuenta"
+
+#~ msgid ""
+#~ "The password is used to secure the login and must be at least 8 "
+#~ "characters."
+#~ msgstr ""
+#~ "La contraseña es usada para asegurar el inicio de sesión y debe tener al "
+#~ "menos 8 caracteres."
+
+#~ msgid "Registration successful"
+#~ msgstr "Registro correcto."
-#: ../src/templates/user-profile-passwd-ok.html:41
#, c-format
-msgid "The password of %s has successfully been changed."
-msgstr ""
+#~ msgid "Your new account has been created, %s."
+#~ msgstr "Su nueva cuenta ha sido creada, %s."
-#: ../src/templates/user-profile-passwd-ok.html:46
-msgid "Ok"
-msgstr ""
+#~ msgid ""
+#~ "To complete the activation, follow the instructions that were sent to you "
+#~ "in an activation email."
+#~ msgstr ""
+#~ "Para completar la activación, siga las instrucciones que fueron enviadas "
+#~ "a su cuenta email de activación."
-#: ../src/web/handlers_auth.py:65
-msgid "No username provided."
-msgstr "No se ha proporcionado nombre de usuario."
+#~ msgid "Latest user comments"
+#~ msgstr "Últimos comentarios de los usuarios"
-#: ../src/web/handlers_auth.py:67
-msgid "The given username is already taken."
-msgstr "El nombre de usuario proporcionado ya está usado."
+#, c-format
+#~ msgid "Delete user %s"
+#~ msgstr "Borrar usuario %s"
-#: ../src/web/handlers_auth.py:70 ../src/web/handlers_users.py:177
-msgid "No email address provided."
-msgstr "No se ha proporcionado dirección de correo electrónico."
+#~ msgid "You won't be able to login and use this service any more."
+#~ msgstr "No podrás volver ha hacer login y usar este servicio nunca más."
-#: ../src/web/handlers_auth.py:72 ../src/web/handlers_users.py:179
-msgid "Email address is invalid."
-msgstr "La dirección de correo electrónico es inválida."
+#~ msgid "The user profile cannot be saved."
+#~ msgstr "El perfil del usuario no puede ser guardado."
-#: ../src/web/handlers_auth.py:74
-msgid "The given email address is already used for another account."
-msgstr ""
-"La cuenta de correo proporcionada ya ha sido usada para otra cuenta de "
-"usuario."
+#~ msgid "Admin actions"
+#~ msgstr "Acciones de administrador"
-#: ../src/web/handlers_auth.py:78
-msgid "No password provided."
-msgstr "No se ha proporcionado contraseña."
+#~ msgid "Admin"
+#~ msgstr "Administrador"
-#: ../src/web/handlers_auth.py:80 ../src/web/handlers_users.py:185
-msgid "Passwords do not match."
-msgstr "Las contraseñas no coinciden."
+#~ msgid "Define the permissions of the user."
+#~ msgstr "Definir permisos del usuario."
-#: ../src/web/handlers_auth.py:84
-msgid "Your password is too weak."
-msgstr ""
+#~ msgid "Confirm"
+#~ msgstr "Confirmar"
-#: ../src/web/handlers_builds.py:368
-msgid "User not found."
-msgstr ""
+#~ msgid "Leave the password fields empty to keep the current password."
+#~ msgstr ""
+#~ "Deje el campo de contraseña vacío para mantener la contraseña actual."
-#: ../src/web/handlers_users.py:112
-msgid "You need to enter you current password."
-msgstr ""
+#~ msgid "Preferred language"
+#~ msgstr "Idioma preferido"
-#: ../src/web/handlers_users.py:115
-msgid "The provided account password is wrong."
-msgstr ""
+#~ msgid "Auto-detect will use the language transmitted by your browser."
+#~ msgstr "Autodetectar usará el idioma enviado por su navegador."
-#: ../src/web/handlers_users.py:124
-msgid "The given passwords do not match."
-msgstr ""
+#~ msgid "Email"
+#~ msgstr "Email"
-#: ../src/web/handlers_users.py:126
-msgid "The password was blank."
-msgstr ""
+#~ msgid "Delete account"
+#~ msgstr "Borrar cuenta"
-#: ../src/web/handlers_users.py:130
-msgid "The given password is too weak."
-msgstr ""
+#~ msgid "Edit successful"
+#~ msgstr "Edición correcta"
-#: ../src/web/handlers_users.py:183
-msgid "Password has less than 8 characters."
-msgstr "La contraseña tiene menos de 8 caracteres."
+#~ msgid "The user profile was successfully altered."
+#~ msgstr "La ficha de usuario fue alterada correctamente."
-#: ../src/web/__init__.py:327
-#, python-format
-msgid "%(min)d min"
-msgstr ""
+#~ msgid ""
+#~ "But as you have changed the email address, you need to re-activate the "
+#~ "account."
+#~ msgstr ""
+#~ "Ya que has cambiado la dirección de correo electrónico, debes reactivar "
+#~ "la cuenta de usuario."
-#: ../src/web/__init__.py:329
-#, python-format
-msgid "%(hrs)d:%(min)02d hrs"
-msgstr ""
+#~ msgid "Have a look at you mailbox - you already do know what to do."
+#~ msgstr "Hecha un vistazo a tu bandeja de entrada - ya sabes lo que hacer."
-#: ../src/web/__init__.py:336
-#, python-format
-msgid "%dh"
-msgstr ""
+#~ msgid "No username provided."
+#~ msgstr "No se ha proporcionado nombre de usuario."
-#: ../src/web/__init__.py:340
-#, python-format
-msgid "%dm"
-msgstr ""
+#~ msgid "The given username is already taken."
+#~ msgstr "El nombre de usuario proporcionado ya está usado."
-#: ../src/web/__init__.py:342
-#, python-format
-msgid "%ds"
-msgstr ""
+#~ msgid "No email address provided."
+#~ msgstr "No se ha proporcionado dirección de correo electrónico."
-#: ../src/web/ui_modules.py:172
-msgid "Today"
-msgstr ""
+#~ msgid "Email address is invalid."
+#~ msgstr "La dirección de correo electrónico es inválida."
-#: ../src/web/ui_modules.py:177
-msgid "Yesterday"
-msgstr ""
+#~ msgid "The given email address is already used for another account."
+#~ msgstr ""
+#~ "La cuenta de correo proporcionada ya ha sido usada para otra cuenta de "
+#~ "usuario."
-#: ../src/web/ui_modules.py:305
-msgid "Dependency problem"
-msgstr ""
+#~ msgid "No password provided."
+#~ msgstr "No se ha proporcionado contraseña."
-#: ../src/web/ui_modules.py:346
-#, python-format
-msgid "Unknown: %s"
-msgstr ""
+#~ msgid "Passwords do not match."
+#~ msgstr "Las contraseñas no coinciden."
+
+#~ msgid "Password has less than 8 characters."
+#~ msgstr "La contraseña tiene menos de 8 caracteres."
#~ msgid "January"
#~ msgstr "Enero"
msgstr ""
"Project-Id-Version: IPFire Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-06 16:39+0100\n"
+"POT-Creation-Date: 2022-10-12 13:55+0000\n"
"PO-Revision-Date: 2013-02-17 14:23+0000\n"
"Last-Translator: xni <xavier@nicolovici.com>\n"
"Language-Team: French (http://www.transifex.com/projects/p/ipfire/language/"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ../src/buildservice/builds.py:1109
-#, python-format
-msgid "%(user_name)s commented on %(build_name)s"
-msgstr ""
-
-#: ../src/buildservice/constants.py:56
-#, python-format
-msgid "[%(build_name)s] Build job failed."
-msgstr ""
-
-#: ../src/buildservice/constants.py:57
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has failed.\n"
-"\n"
-"This could have a couple of reasons and needs to be investigated by you.\n"
-"\n"
-"Here is more information about the incident:\n"
-"\n"
-" Build name: %(build_name)s\n"
-" Build host: %(build_host)s\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/constants.py:74
-#, python-format
-msgid "[%(build_name)s] Build job finished."
-msgstr ""
-
-#: ../src/buildservice/constants.py:75
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has finished.\n"
-"\n"
-"If you are the maintainer, it is up to you to push it to one or more "
-"repositories.\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/logs.py:67
msgid "Build has been created"
msgstr "Compilation créée"
-#: ../src/buildservice/logs.py:106 ../src/buildservice/logs.py:170
-#: ../src/buildservice/logs.py:230 ../src/buildservice/logs.py:305
msgid "Unknown action."
msgstr "Action inconnue."
-#: ../src/buildservice/logs.py:117 ../src/buildservice/logs.py:186
-#: ../src/buildservice/logs.py:247 ../src/buildservice/logs.py:321
-#: ../src/templates/builders/detail.html:161
-#: ../src/templates/builders/list.html:59 ../src/templates/jobs-detail.html:82
-#: ../src/templates/mirrors-list.html:72 ../src/web/__init__.py:307
msgid "Unknown"
msgstr "Inconnu"
-#: ../src/buildservice/logs.py:124 ../src/buildservice/logs.py:130
-#: ../src/templates/builders/detail.html:143
-#: ../src/templates/builders/detail.html:149
-#: ../src/templates/builders/detail.html:170
-#: ../src/templates/builders/detail.html:210
-#: ../src/templates/builders/detail.html:224
-#: ../src/templates/jobs-buildroot.html:87
-#: ../src/templates/mirrors-detail.html:67
-#: ../src/templates/mirrors-list.html:56 ../src/templates/mirrors-list.html:81
-#: ../src/templates/modules/jobs/list.html:44
-#: ../src/templates/modules/jobs-table.html:42
-#: ../src/templates/modules/repository-table.html:14
-#: ../src/templates/sessions/index.html:50
-#: ../src/templates/uploads-list.html:55
msgid "N/A"
msgstr "N/A"
-#: ../src/buildservice/logs.py:136
#, python-format
msgid "This build was pushed to the repository '%(to_repo)s'."
msgstr "Cette compilation a été déplacée dans le dépôt '%(to_repo)s'."
-#: ../src/buildservice/logs.py:138
#, python-format
msgid "You pushed this build to the repository '%(to_repo)s'."
msgstr "Vous avez déposé cette compilation dans le dépôt '%(to_repo)s'."
-#: ../src/buildservice/logs.py:140
#, python-format
msgid "%(user)s pushed this build to the repository '%(to_repo)s'."
msgstr "%(user)s a déplacé cette compilation dans le dépôt '%(to_repo)s'."
-#: ../src/buildservice/logs.py:144
#, python-format
msgid "This build was unpushed from the repository '%(from_repo)s'."
msgstr "Cette compilation a été retirée du dépôt '%(from_repo)s'."
-#: ../src/buildservice/logs.py:146
#, python-format
msgid "You unpushed this build from the repository '%(from_repo)s'."
msgstr "Vous avez retiré cette compilation du dépôt '%(from_repo)s'."
-#: ../src/buildservice/logs.py:148
#, python-format
msgid "%(user)s unpushed this build from the repository '%(from_repo)s'."
msgstr "%(user)s a retiré cette compilation du dépôt '%(from_repo)s'."
-#: ../src/buildservice/logs.py:152
#, python-format
msgid ""
"This build was pushed from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:154
#, python-format
msgid ""
"You pushed this build from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:156
#, python-format
msgid ""
"%(user)s pushed this build from the repository '%(from_repo)s' to "
"'%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:192
#, python-format
msgid "Builder '%(builder)s' has been enabled."
msgstr "Le compilateur '%(builder)s' est maintenant activé."
-#: ../src/buildservice/logs.py:194
#, python-format
msgid "You enabled builder '%(builder)s'."
msgstr "Vous avez activé le compilateur '%(builder)s'."
-#: ../src/buildservice/logs.py:196
#, python-format
msgid "%(user)s enabled builder '%(builder)s'."
msgstr "Le compilateur '%(builder)s' a été activé par %(user)s."
-#: ../src/buildservice/logs.py:200
#, python-format
msgid "Builder '%(builder)s' has been disabled."
msgstr "Le compilateur '%(builder)s' est maintenant désactivé."
-#: ../src/buildservice/logs.py:202
#, python-format
msgid "You disabled builder '%(builder)s'."
msgstr "Vous avez désactivé le compilateur '%(builder)s'."
-#: ../src/buildservice/logs.py:204
#, python-format
msgid "%(user)s disabled builder '%(builder)s'."
msgstr "Le compilateur '%(builder)s' a été désactivé par %(user)s."
-#: ../src/buildservice/logs.py:208
#, python-format
msgid "You deleted builder '%(builder)s'."
msgstr "Vous avez supprimé le compilateur '%(builder)s'."
-#: ../src/buildservice/logs.py:210
#, python-format
msgid "%(user)s deleted builder '%(builder)s'."
msgstr "Le compilateur '%(builder)s' a été supprimé par %(user)s."
-#: ../src/buildservice/logs.py:214
#, python-format
msgid "You created builder '%(builder)s'."
msgstr "Vous avez créé le compilateur '%(builder)s'."
-#: ../src/buildservice/logs.py:216
#, python-format
msgid "%(user)s created builder '%(builder)s'."
msgstr "Le compilateur '%(builder)s' a été créé par %(user)s."
-#: ../src/buildservice/logs.py:253
#, python-format
msgid "Job '%(job)s' has been created."
msgstr "La tâche '%(job)s' a été créé."
-#: ../src/buildservice/logs.py:255
#, python-format
msgid "You created job '%(job)s'."
msgstr "Vous avez créé la tâche '%(job)s'."
-#: ../src/buildservice/logs.py:257
#, python-format
msgid "%(user)s created job '%(job)s'."
msgstr "L'utilisateur %(user)s a créé la tâche '%(job)s'."
-#: ../src/buildservice/logs.py:261
#, python-format
msgid "Job '%(job)s' has changed its state to: %(state)s."
msgstr "La tâche '%(job)s' est maintenant dans le statut: %(state)s."
-#: ../src/buildservice/logs.py:263
#, python-format
msgid "You changed the state of job '%(job)s' to: %(state)s."
msgstr ""
"Vous avez changé le statut de la tâche '%(job)s'. Le statut est maintenant: "
"%(state)s."
-#: ../src/buildservice/logs.py:265
#, python-format
msgid "%(user)s changed the state of job '%(job)s' to: %(state)s."
msgstr ""
"L'utilisateur %(user)s a modifié le statut de la tâche '%(job)s'. Le statut "
"est maintenant: %(state)s."
-#: ../src/buildservice/logs.py:269
#, python-format
msgid "Job '%(job)s' has been reset."
msgstr "La tâche '%(job)s' a été réinitialisée."
-#: ../src/buildservice/logs.py:271
#, python-format
msgid "You reset job '%(job)s'."
msgstr "Vous avez réinitialisée la tâche '%(job)s'."
-#: ../src/buildservice/logs.py:273
#, python-format
msgid "%(user)s has reset job '%(job)s'."
msgstr "L'utilisateur %(user)s a réinitialisé la tâche '%(job)s'."
-#: ../src/buildservice/logs.py:277
#, python-format
msgid "Job '%(job)s' has been scheduled for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:279
#, python-format
msgid "You scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:281
#, python-format
msgid "%(user)s scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:287
#, python-format
msgid "A test job for '%(job)s' has been scheduled."
msgstr ""
-#: ../src/buildservice/logs.py:289
#, python-format
msgid "You scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:291
#, python-format
msgid "%(user)s scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:327
#, python-format
msgid "Mirror '%(mirror)s' has been enabled."
msgstr "La mirroir '%(mirror)s' a été activé"
-#: ../src/buildservice/logs.py:329
#, python-format
msgid "You enabled mirror '%(mirror)s'."
msgstr "Vous avez activé le mirroir '%(mirror)s'."
-#: ../src/buildservice/logs.py:331
#, python-format
msgid "%(user)s enabled mirror '%(mirror)s'."
msgstr "L'utilisateur %(user)s a activé le mirroir '%(mirror)s'."
-#: ../src/buildservice/logs.py:335
#, python-format
msgid "Mirror '%(mirror)s' has been disabled."
msgstr "Le mirroir '%(mirror)s' a été désactivé."
-#: ../src/buildservice/logs.py:337
#, python-format
msgid "You disabled mirror '%(mirror)s'."
msgstr "Voua avez désactivé le mirroir '%(mirror)s'."
-#: ../src/buildservice/logs.py:339
#, python-format
msgid "%(user)s disabled mirror '%(mirror)s'."
msgstr "L'utilisateur %(user)s a désactivé le mirroir '%(mirror)s'."
-#: ../src/buildservice/logs.py:343
#, python-format
msgid "You deleted mirror '%(mirror)s'."
msgstr "Vous avez supprimé le mirroir '%(mirror)s'."
-#: ../src/buildservice/logs.py:345
#, python-format
msgid "%(user)s deleted mirror '%(mirror)s'."
msgstr "L'utilisateur %(user)s a supprimpé le mirroir '%(mirror)s'."
-#: ../src/buildservice/logs.py:349
#, python-format
msgid "You created mirror '%(mirror)s'."
msgstr "Vous avez créé le mirroir '%(mirror)s'."
-#: ../src/buildservice/logs.py:351
#, python-format
msgid "%(user)s created mirror '%(mirror)s'."
msgstr "L'utilisateur %(user)s a créé le mirroir '%(mirror)s'."
-#: ../src/buildservice/users.py:459
-msgid "Account Activation"
-msgstr "Activation de compte"
-
-#: ../src/buildservice/users.py:461
-msgid ""
-"You, or somebody using your email address, has registered an account on the "
-"Pakfire Build Service."
+msgid "No title given"
msgstr ""
-#: ../src/buildservice/users.py:463
-msgid "To activate your account, please click on the link below."
-msgstr "Pour activer votre compte, merci de suivre le lien suivant."
-
-#: ../src/templates/base.html:4
-msgid "No title given"
+msgid "Menu"
msgstr ""
-#: ../src/templates/base.html:29 ../src/templates/index.html:16
msgid "Pakfire Build Service"
msgstr "Service de compilation Pakfire"
-#: ../src/templates/base.html:34 ../src/templates/build-bugs.html:12
-#: ../src/templates/build-delete.html:12 ../src/templates/build-detail.html:12
-#: ../src/templates/build-schedule-test.html:12
-#: ../src/templates/build-state.html:12
-#: ../src/templates/builds-watchers-add.html:12
-#: ../src/templates/jobs-buildroot.html:12
-#: ../src/templates/jobs-buildroot.html:48
-#: ../src/templates/job-schedule-rebuild.html:12
-#: ../src/templates/job-schedule-test.html:12
-#: ../src/templates/jobs-detail.html:12 ../src/templates/package-detail.html:12
-#: ../src/templates/package-detail-list.html:12
-#: ../src/templates/package-properties.html:12
-#: ../src/templates/packages/builds/scratch.html:12
-#: ../src/templates/packages/builds/times.html:12
-#: ../src/templates/packages/changelog.html:12
-#: ../src/templates/packages-list.html:12
-#: ../src/templates/packages/view-file.html:12
-#: ../src/templates/search-results.html:50
msgid "Packages"
msgstr ""
-#: ../src/templates/base.html:37 ../src/templates/build-index.html:3
-#: ../src/templates/build-index.html:12 ../src/templates/build-index.html:26
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-#: ../src/templates/builds/comments.html:12
-#: ../src/templates/distro-update-edit.html:20
-#: ../src/templates/docs-base.html:33 ../src/templates/docs-build.html:16
-#: ../src/templates/docs-index.html:43
-#: ../src/templates/statistics/index.html:15
msgid "Builds"
msgstr "Compilations"
-#: ../src/templates/base.html:41
msgid "More"
msgstr "Plus"
-#: ../src/templates/base.html:47 ../src/templates/docs-build.html:3
-#: ../src/templates/docs-build.html:12 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-index.html:12 ../src/templates/docs-users.html:3
-#: ../src/templates/docs-users.html:12 ../src/templates/docs-users.html:21
-#: ../src/templates/docs-whatsthis.html:3
-#: ../src/templates/docs-whatsthis.html:12
-#: ../src/templates/docs-whatsthis.html:21
-msgid "Documentation"
-msgstr "Documentation"
-
-#: ../src/templates/base.html:53 ../src/templates/search-form.html:12
-#: ../src/templates/search-form.html:22
-msgid "Search"
-msgstr "Recherche"
-
-#: ../src/templates/base.html:60 ../src/templates/distro-detail.html:12
-#: ../src/templates/distro-list.html:3 ../src/templates/distro-list.html:12
-#: ../src/templates/distro-list.html:18
-#: ../src/templates/distro-source-commit-detail.html:12
-#: ../src/templates/distro-source-commit-reset.html:10
-#: ../src/templates/distro-source-detail.html:10
-#: ../src/templates/repository-detail.html:14
msgid "Distributions"
msgstr ""
-#: ../src/templates/base.html:66 ../src/templates/builders/delete.html:12
-#: ../src/templates/builders/detail.html:12
-#: ../src/templates/builders/edit.html:12 ../src/templates/builders/list.html:3
-#: ../src/templates/builders/list.html:12
-#: ../src/templates/builders/list.html:17 ../src/templates/builders/new.html:12
-#: ../src/templates/builders/pass.html:10
msgid "Builders"
msgstr "Compilateurs"
-#: ../src/templates/base.html:72 ../src/templates/mirrors-delete.html:12
-#: ../src/templates/mirrors-detail.html:12
-#: ../src/templates/mirrors-edit.html:12 ../src/templates/mirrors-list.html:3
-#: ../src/templates/mirrors-list.html:12 ../src/templates/mirrors-list.html:32
-#: ../src/templates/mirrors-new.html:12
msgid "Mirrors"
msgstr "Mirroirs"
-#: ../src/templates/base.html:78 ../src/templates/keys-delete.html:12
-#: ../src/templates/keys-import.html:12 ../src/templates/keys-list.html:3
-#: ../src/templates/keys-list.html:12 ../src/templates/keys-list.html:17
-msgid "Key Management"
-msgstr "Gestion des clés"
-
-#: ../src/templates/base.html:86 ../src/templates/docs-base.html:34
-#: ../src/templates/docs-index.html:46 ../src/templates/docs-users.html:24
-#: ../src/templates/docs-users.html:48 ../src/templates/search-results.html:96
-#: ../src/templates/user-list.html:12 ../src/templates/user-list.html:17
-#: ../src/templates/user-profile-edit.html:12
-#: ../src/templates/user-profile.html:12
-#: ../src/templates/user-profile-passwd.html:12
-#: ../src/templates/user-profile-passwd-ok.html:12
msgid "Users"
msgstr "Utilisateurs"
-#: ../src/templates/base.html:94 ../src/templates/statistics/index.html:3
-#: ../src/templates/statistics/index.html:7
-msgid "Statistics"
-msgstr "Statistiques"
-
-#: ../src/templates/base.html:101
-msgid "Administration"
-msgstr "Administration"
-
-#: ../src/templates/base.html:106 ../src/templates/sessions/index.html:3
-#: ../src/templates/sessions/index.html:12
-#: ../src/templates/sessions/index.html:17
-msgid "Sessions"
-msgstr "Sessions"
-
-#: ../src/templates/base.html:112 ../src/templates/uploads-list.html:3
-#: ../src/templates/uploads-list.html:12 ../src/templates/uploads-list.html:17
-msgid "Uploads"
-msgstr ""
-
-#: ../src/templates/base.html:132
-msgid "My profile"
+#, fuzzy
+msgid "My Profile"
msgstr "Mon profil"
-#: ../src/templates/base.html:138
-msgid "My builds"
+#, fuzzy
+msgid "My Builds"
msgstr "Mes compilations"
-#: ../src/templates/base.html:143
-msgid "Impersonated by"
-msgstr ""
-
-#: ../src/templates/base.html:153
-msgid "End impersonation"
+msgid "Log Out"
msgstr ""
-#: ../src/templates/base.html:160
-msgid "Logout"
-msgstr "Déconnexion"
-
-#: ../src/templates/base.html:168 ../src/templates/docs-users.html:56
-msgid "Register"
-msgstr "Enregistrement"
-
-#: ../src/templates/base.html:172
-msgid "Sign in"
+#, fuzzy
+msgid "Sign In"
msgstr "Connexion"
-#: ../src/templates/base.html:184
-msgid "Forgot your password?"
-msgstr "Mot de passe oublié?"
-
-#: ../src/templates/build-bugs.html:3
-msgid "Bug list"
-msgstr ""
-
-#: ../src/templates/build-bugs.html:8 ../src/templates/build-delete.html:8
-#: ../src/templates/build-detail.html:8 ../src/templates/builders/delete.html:8
-#: ../src/templates/builders/detail.html:8
-#: ../src/templates/builders/edit.html:8 ../src/templates/builders/list.html:8
-#: ../src/templates/builders/new.html:8 ../src/templates/builders/pass.html:6
-#: ../src/templates/build-index.html:8
-#: ../src/templates/build-schedule-test.html:8
-#: ../src/templates/builds/comments.html:8 ../src/templates/build-state.html:8
-#: ../src/templates/builds-watchers-add.html:8
-#: ../src/templates/distro-detail.html:8 ../src/templates/distro-list.html:8
-#: ../src/templates/distro-source-commit-detail.html:8
-#: ../src/templates/distro-source-commit-reset.html:6
-#: ../src/templates/distro-source-detail.html:6
-#: ../src/templates/docs-build.html:8 ../src/templates/docs-index.html:8
-#: ../src/templates/docs-users.html:8 ../src/templates/docs-whatsthis.html:8
-#: ../src/templates/jobs-buildroot.html:8
-#: ../src/templates/job-schedule-rebuild.html:8
-#: ../src/templates/job-schedule-test.html:8
-#: ../src/templates/jobs-detail.html:8 ../src/templates/jobs-filter.html:8
-#: ../src/templates/jobs-index.html:8 ../src/templates/keys-delete.html:8
-#: ../src/templates/keys-import.html:8 ../src/templates/keys-list.html:8
-#: ../src/templates/mirrors-delete.html:8
-#: ../src/templates/mirrors-detail.html:8 ../src/templates/mirrors-edit.html:8
-#: ../src/templates/mirrors-list.html:8 ../src/templates/mirrors-new.html:8
-#: ../src/templates/modules/package-header.html:9
-#: ../src/templates/package-detail.html:8
-#: ../src/templates/package-detail-list.html:8
-#: ../src/templates/package-properties.html:8
-#: ../src/templates/packages/builds/scratch.html:8
-#: ../src/templates/packages/builds/times.html:8
-#: ../src/templates/packages/changelog.html:8
-#: ../src/templates/packages-list.html:8
-#: ../src/templates/packages/view-file.html:8
-#: ../src/templates/register-activation-fail.html:8
-#: ../src/templates/register-activation-success.html:8
-#: ../src/templates/register.html:8 ../src/templates/repository-detail.html:10
-#: ../src/templates/search-form.html:8 ../src/templates/search-results.html:8
-#: ../src/templates/sessions/index.html:8 ../src/templates/uploads-list.html:8
-#: ../src/templates/user-forgot-password.html:8
-#: ../src/templates/user-list.html:8 ../src/templates/user-profile-edit.html:8
-#: ../src/templates/user-profile.html:8
-#: ../src/templates/user-profile-passwd.html:8
-#: ../src/templates/user-profile-passwd-ok.html:8
+msgid "Delete build"
+msgstr ""
+
msgid "Home"
msgstr "Accueil"
-#: ../src/templates/build-bugs.html:29 ../src/templates/build-detail.html:75
-msgid "Fixed bugs"
+msgid "Delete"
msgstr ""
-#: ../src/templates/build-bugs.html:33
-msgid "No bugs here, yet."
+#, c-format
+msgid "You are about to delete build %s."
msgstr ""
-#: ../src/templates/build-bugs.html:34
-msgid "Click below to add one."
+msgid "Please make sure, that this is the right build you intend to delete."
msgstr ""
-#: ../src/templates/build-bugs.html:45
-msgid "Add"
+msgid "Once a build has been deleted, it can not been recovered."
msgstr ""
-#: ../src/templates/build-bugs.html:50 ../src/templates/keys-list.html:63
-msgid "Remove"
+msgid "Cancel"
msgstr ""
-#: ../src/templates/build-bugs.html:57 ../src/templates/user-delete.html:18
-msgid "Back"
-msgstr "Retour"
-
-#: ../src/templates/build-bugs.html:71
-msgid "Add a bug"
+#, c-format
+msgid "Manage build %s"
msgstr ""
-#: ../src/templates/build-bugs.html:77 ../src/templates/build-bugs.html:134
-msgid "Bug ID"
+msgid "Manage build"
msgstr ""
-#: ../src/templates/build-bugs.html:84
-msgid "Enter a bug ID."
+msgid "Distribution"
+msgstr "Distribution"
+
+msgid "Not all jobs are finished"
msgstr ""
-#: ../src/templates/build-bugs.html:93
-msgid "This is a list of more open bugs of this package."
+msgid "Not all jobs of this build are finished, yet."
msgstr ""
-#: ../src/templates/build-bugs.html:96
-msgid "Maybe you want to pick one of these."
+msgid ""
+"It is <strong>strongly discouraged</strong> to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/build-bugs.html:115
-msgid "Add bug"
+msgid ""
+"However, the build will be automatically unpushed if one or more build jobs "
+"fail."
msgstr ""
-#: ../src/templates/build-bugs.html:116 ../src/templates/build-bugs.html:165
-#: ../src/templates/build-delete.html:47
-#: ../src/templates/builders/delete.html:39
-#: ../src/templates/build-manage.html:79 ../src/templates/keys-delete.html:43
-#: ../src/templates/mirrors-delete.html:36
-#: ../src/templates/mirrors-edit.html:82
-#: ../src/templates/modules/modal-base.html:28
-#: ../src/templates/modules/modal-build-comment.html:59
-#: ../src/templates/package-properties.html:94
-#: ../src/templates/user-profile-edit.html:151
-#: ../src/templates/user-profile-passwd.html:96
-msgid "Cancel"
+msgid "Push to a repository"
msgstr ""
-#: ../src/templates/build-bugs.html:128
-msgid "Remove a bug"
+msgid "Push to next repository"
msgstr ""
-#: ../src/templates/build-bugs.html:141
-msgid "Enter a bug ID from the list below."
+msgid "Push to first repository"
msgstr ""
-#: ../src/templates/build-bugs.html:164
-msgid "Remove bug"
+msgid "New repository"
msgstr ""
-#: ../src/templates/build-delete.html:3 ../src/templates/build-delete.html:46
-#: ../src/templates/build-detail.html:151
-msgid "Delete build"
+msgid "This is the target repository for the build."
msgstr ""
-#: ../src/templates/build-delete.html:24
-#: ../src/templates/builders/delete.html:20
-#: ../src/templates/keys-delete.html:20 ../src/templates/mirrors-delete.html:20
-#: ../src/templates/repository-detail.html:116
-msgid "Delete"
+msgid "Push"
msgstr ""
-#: ../src/templates/build-delete.html:34
-#, c-format
-msgid "You are about to delete build %s."
+msgid "Unpush"
msgstr ""
-#: ../src/templates/build-delete.html:39
-msgid "Please make sure, that this is the right build you intend to delete."
+msgid "Switch to user mode"
msgstr ""
-#: ../src/templates/build-delete.html:40
-msgid "Once a build has been deleted, it can not been recovered."
+msgid "Switch to admin mode"
msgstr ""
-#: ../src/templates/build-detail.html:3 ../src/templates/build-state.html:3
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/builds-watchers-list.html:31
-#: ../src/templates/modules/build-table.html:14
-#: ../src/templates/modules/log-table.html:10
-#: ../src/templates/package-detail.html:109
-msgid "Build"
-msgstr "Compilation"
+#, c-format
+msgid "Schedule test build for %s"
+msgstr ""
-#: ../src/templates/build-detail.html:43
-msgid "Score"
-msgstr "Score"
+msgid "Schedule test build"
+msgstr "Planifier build de test"
-#: ../src/templates/build-detail.html:46
-msgid "(broken)"
+msgid ""
+"A test build is used to check if a package builds with the current package "
+"set."
msgstr ""
-#: ../src/templates/build-detail.html:48
-msgid "(obsolete)"
+msgid ""
+"In this way, developers are able to find quality issues fast and without "
+"actively searching for them."
msgstr ""
-#: ../src/templates/build-detail.html:57
-msgid "Security update"
+msgid ""
+"As this build platform only has a limited amount of performance, test builds "
+"only have a very less priority."
msgstr ""
-#: ../src/templates/build-detail.html:60
-msgid "Bug fix update"
+msgid "However, you can manually request to run a test."
msgstr ""
-#: ../src/templates/build-detail.html:63
-msgid "Enhancement"
+msgid ""
+"The build job will be started when a build slot is available but not before "
+"the given time."
msgstr ""
-#: ../src/templates/build-detail.html:66
-msgid "New package"
-msgstr ""
+msgid "Build"
+msgstr "Compilation"
-#: ../src/templates/build-detail.html:68
-#, c-format
-msgid "Unhandled: %s"
-msgstr ""
+msgid "State"
+msgstr "Statut"
-#: ../src/templates/build-detail.html:98
-#: ../src/templates/distro-source-commit-detail.html:55
-#: ../src/templates/modules/changelog/entry.html:36
-#: ../src/templates/modules/commits-table.html:5
-msgid "Author"
-msgstr "Auteur"
+msgid ""
+"The state of a build can be either building, testing, stable, obsolete or "
+"broken."
+msgstr ""
-#: ../src/templates/build-detail.html:100
-#: ../src/templates/distro-source-commit-detail.html:3
-#: ../src/templates/modules/commits-table.html:4
-#: ../src/templates/package-detail.html:137
-msgid "Commit"
-msgstr "Commit"
+msgid "Mark build as obsolete"
+msgstr ""
-#: ../src/templates/build-detail.html:103
-#: ../src/templates/modules/changelog/entry.html:41
-msgid "No commit message."
+msgid ""
+"If a package is updated by an other package it should be marked as "
+"<em>obsolete</em>."
msgstr ""
-#: ../src/templates/build-detail.html:117
-#: ../src/templates/modules/modal-build-comment.html:18
-msgid "Comment"
+msgid ""
+"For obsolete builds, there will be no test jobs created and it is "
+"recommended to remove them from the repositories soon."
msgstr ""
-#: ../src/templates/build-detail.html:121
-#: ../src/templates/builders/detail.html:242
-#: ../src/templates/jobs-detail.html:175 ../src/templates/log.html:4
-#: ../src/templates/mirrors-detail.html:119
-#: ../src/templates/mirrors-list.html:95
-msgid "Log"
-msgstr "Journal"
+msgid "Remove build from the repository it is currently in?"
+msgstr ""
-#: ../src/templates/build-detail.html:130
-#: ../src/templates/builders/list.html:32 ../src/templates/jobs-filter.html:12
-#: ../src/templates/jobs-index.html:3 ../src/templates/jobs-index.html:12
-#: ../src/templates/jobs-index.html:23
-#: ../src/templates/modules/build-table.html:15
-msgid "Jobs"
-msgstr "Tâches"
+msgid "Unbreak this build"
+msgstr ""
-#: ../src/templates/build-detail.html:134
-#: ../src/templates/package-detail.html:39
-#: ../src/templates/package-detail.html:100
-msgid "Source package"
+msgid ""
+"In case this build has accidentially be marked as broken, it is possible to "
+"recover that state."
msgstr ""
-#: ../src/templates/build-detail.html:144
-msgid "Change state"
+msgid "Mark build as broken"
msgstr ""
-#: ../src/templates/build-detail.html:145
-msgid "Modify bug list"
+msgid ""
+"If a package does not build or contains <em>serious</em> bugs, it should be "
+"marked as broken."
msgstr ""
-#: ../src/templates/build-detail.html:168
-#: ../src/templates/build-detail.html:191 ../src/templates/build-manage.html:77
-#: ../src/templates/modules/modal-build-push.html:60
-msgid "Push"
+msgid ""
+"Those builds can not be added into any repositories and are removed from all "
+"repositories they may currently be in."
msgstr ""
-#: ../src/templates/build-detail.html:174
-#: ../src/templates/build-detail.html:183 ../src/templates/build-manage.html:78
-#: ../src/templates/modules/modal-build-unpush.html:38
-msgid "Unpush"
+msgid "Current repository"
msgstr ""
-#: ../src/templates/build-detail.html:202 ../src/templates/build-state.html:128
#, c-format
msgid "since %s"
msgstr ""
-#: ../src/templates/build-detail.html:205
-msgid "This package does not belong to any repository."
-msgstr ""
-
-#: ../src/templates/builders/delete.html:3
#, c-format
msgid "Delete builder %s"
msgstr ""
-#: ../src/templates/builders/delete.html:25
-#: ../src/templates/builders/detail.html:3
-#: ../src/templates/builders/detail.html:74
-#: ../src/templates/builders/pass.html:23 ../src/templates/jobs-filter.html:27
-#: ../src/templates/modules/jobs/boxes.html:15
-#: ../src/templates/modules/jobs/list.html:6
-msgid "Builder"
-msgstr "Compilateur"
+#, fuzzy, c-format
+msgid "Delete builder: %s"
+msgstr "Supprimer l'utilisateur %s"
-#: ../src/templates/builders/delete.html:31
-#, c-format
-msgid "You are going to delete the build host <strong>%s</strong>."
-msgstr ""
+#, fuzzy, c-format
+msgid "You are going to delete the build host %s."
+msgstr "Etes-vous certain de vouloir supprimer l'utilisateur %s ?"
-#: ../src/templates/builders/delete.html:37
-#: ../src/templates/mirrors-delete.html:34 ../src/templates/user-delete.html:16
#, c-format
msgid "Delete %s"
msgstr ""
-#: ../src/templates/builders/detail.html:22
-#: ../src/templates/build-filter.html:75 ../src/templates/build-list.html:13
-#: ../src/templates/builds-watchers-list.html:50
-#: ../src/templates/distro-update-detail.html:46
-#: ../src/templates/file-detail.html:116 ../src/templates/jobs-detail.html:30
-#: ../src/templates/mirrors-detail.html:23
-#: ../src/templates/mirrors-list.html:19 ../src/templates/user-comments.html:10
-msgid "Actions"
-msgstr "Actions"
+msgid "Builder"
+msgstr "Compilateur"
-#: ../src/templates/builders/detail.html:27
-msgid "Show jobs by this builder"
+msgid "Current"
msgstr ""
-#: ../src/templates/builders/detail.html:36
-msgid "Disable builder"
+#, c-format
+msgid "Pakfire %s"
msgstr ""
-#: ../src/templates/builders/detail.html:42
-msgid "Enable builder"
-msgstr ""
+#, fuzzy, c-format
+msgid "Supported Architectures: %s"
+msgstr "Architectures"
-#: ../src/templates/builders/detail.html:50
-msgid "Edit builder"
+#, c-format
+msgid "Total Build Time: %s"
msgstr ""
-#: ../src/templates/builders/detail.html:58
-msgid "Renew passphrase"
+#, c-format
+msgid "%s Memory"
msgstr ""
-#: ../src/templates/builders/detail.html:66
-msgid "Delete builder"
+#, c-format
+msgid "%s Swap Space"
msgstr ""
-#: ../src/templates/builders/detail.html:79
-msgid "Warning"
-msgstr ""
+#, fuzzy
+msgid "Test Mode"
+msgstr "Testeurs"
-#: ../src/templates/builders/detail.html:80
-msgid "This builder is overloaded."
-msgstr ""
+msgid "Jobs"
+msgstr "Tâches"
-#: ../src/templates/builders/detail.html:81
-msgid ""
-"That means it will not take any additional jobs although it has not reached "
-"its threshold of running jobs, yet."
+msgid "Edit"
msgstr ""
-#: ../src/templates/builders/detail.html:82
-msgid "New jobs will be started automatically after the load decreased."
-msgstr ""
+#, fuzzy
+msgid "Running Jobs"
+msgstr "En cours"
-#: ../src/templates/builders/detail.html:91
-#: ../src/templates/build-filter.html:27 ../src/templates/build-state.html:24
-#: ../src/templates/modules/jobs-table.html:5
-#: ../src/templates/user-profile-edit.html:77
-#: ../src/templates/user-profile.html:47
-msgid "State"
-msgstr "Statut"
+msgid "Log"
+msgstr "Journal"
-#: ../src/templates/builders/detail.html:94
-#: ../src/templates/builders/edit.html:42 ../src/templates/mirrors-edit.html:43
-msgid "Enabled"
-msgstr ""
+#, fuzzy, c-format
+msgid "Edit Builder %s"
+msgstr "Compilateurs"
-#: ../src/templates/builders/detail.html:96
-msgid "Disabled"
-msgstr ""
+msgid "Hostname"
+msgstr "Nom d'hôte"
-#: ../src/templates/builders/detail.html:98
-msgid "Deleted"
+msgid "The hostname cannot be changed"
msgstr ""
-#: ../src/templates/builders/detail.html:100
-#, c-format
-msgid "Unknown status: %s"
+msgid "Enabled"
msgstr ""
-#: ../src/templates/builders/detail.html:105
-msgid "Parallel builds"
+msgid "Job Settings"
msgstr ""
-#: ../src/templates/builders/detail.html:106
-msgid "One job only."
+msgid "Maximum Parallel Build Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:109
-msgid "This host builds"
+msgid "Enable Test Mode"
msgstr ""
-#: ../src/templates/builders/detail.html:115
-msgid "Release builds"
+msgid "Only build test jobs on this builder"
msgstr ""
-#: ../src/templates/builders/detail.html:117
-#: ../src/templates/package-detail-list.html:30
-#: ../src/templates/packages/builds/scratch.html:3
-#: ../src/templates/packages/builds/scratch.html:20
-msgid "Scratch builds"
+msgid "Save"
msgstr ""
-#: ../src/templates/builders/detail.html:119
-#: ../src/templates/package-detail-list.html:35
-msgid "Test builds"
+msgid "Online"
msgstr ""
-#: ../src/templates/builders/detail.html:130
-msgid "Remarks"
+msgid "Offline"
msgstr ""
-#: ../src/templates/builders/detail.html:141
-msgid "OS"
+msgid "Create A New Builder"
msgstr ""
-#: ../src/templates/builders/detail.html:147
-msgid "Pakfire version"
+msgid "Statistics"
+msgstr "Statistiques"
+
+msgid "Total Build Time"
msgstr ""
-#: ../src/templates/builders/detail.html:153
-#: ../src/templates/distro-detail.html:35
-msgid "Supported architectures"
+msgid "Total Build Time By Architecture"
msgstr ""
-#: ../src/templates/builders/detail.html:159
-msgid "CPU model"
+msgid "Create new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:165
-msgid "CPU count"
+msgid "Create a new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:169
-msgid "Bogomips"
+msgid "Enter the canonical hostname of the machine."
msgstr ""
-#: ../src/templates/builders/detail.html:180
-msgid "Memory"
+#, c-format
+msgid "Watch build %s"
msgstr ""
-#: ../src/templates/builders/detail.html:194
-msgid "SWAP space"
+msgid "Watch"
msgstr ""
-#: ../src/templates/builders/detail.html:203
-msgid "No memory information available."
+msgid "You may here add yourself to the list of watchers of this build."
msgstr ""
-#: ../src/templates/builders/detail.html:208
-msgid "Load average"
+msgid ""
+"If you do so, you will receive messages about new comments and status "
+"updates."
msgstr ""
-#: ../src/templates/builders/detail.html:212
-#: ../src/templates/builders/list.html:50
-msgid "Overload"
+msgid "Oops!"
msgstr ""
-#: ../src/templates/builders/detail.html:217
-msgid "Free disk space"
+msgid "You are already watching this build."
msgstr ""
-#: ../src/templates/builders/detail.html:222
-msgid "Host key"
+msgid "Choose user"
msgstr ""
-#: ../src/templates/builders/detail.html:235
-msgid "Active and pending jobs"
+msgid "Myself"
msgstr ""
-#: ../src/templates/builders/edit.html:3
-#, c-format
-msgid "Manage builder %s"
+msgid "Choose a user who should watch this build."
msgstr ""
-#: ../src/templates/builders/edit.html:20
-#: ../src/templates/builders/edit.html:25
-#: ../src/templates/builders/pass.html:18 ../src/templates/mirrors-edit.html:20
-msgid "Manage"
+msgid "User"
+msgstr "Utilisateur"
+
+msgid "Add watcher"
msgstr ""
-#: ../src/templates/builders/edit.html:25
#, c-format
-msgid "Builder: %s"
+msgid "Watchers of %s"
msgstr ""
-#: ../src/templates/builders/edit.html:32
-#: ../src/templates/builders/list.html:30 ../src/templates/builders/new.html:30
-#: ../src/templates/mirrors-detail.html:56
-#: ../src/templates/mirrors-edit.html:32 ../src/templates/mirrors-list.html:43
-#: ../src/templates/mirrors-new.html:28
-msgid "Hostname"
-msgstr "Nom d'hôte"
-
-#: ../src/templates/builders/edit.html:36
-msgid "The hostname cannot be changed."
+msgid "This is a list of all users who watch this build."
msgstr ""
-#: ../src/templates/builders/edit.html:46
-msgid "The builder must be enabled in order to process build jobs."
+msgid ""
+"If you write a comment or the status of the build is changed, they all will "
+"get a message."
msgstr ""
-#: ../src/templates/builders/edit.html:53
-msgid "Build job settings"
+msgid "You are the owner of this build. So you don't need to watch it."
msgstr ""
-#: ../src/templates/builders/edit.html:56
-msgid "Maximum number of parallel build jobs"
+msgid "Watch this build."
msgstr ""
-#: ../src/templates/builders/edit.html:65
-msgid "This is the number of build jobs that are started in parallel."
+msgid "List of all watchers"
msgstr ""
-#: ../src/templates/builders/edit.html:74
-msgid "Authorized to build release builds."
+msgid "Actions"
+msgstr "Actions"
+
+msgid "Back to build"
msgstr ""
-#: ../src/templates/builders/edit.html:83
-msgid "Authorized to build scratch builds."
+msgid "Created %(when)s by %(author)s"
msgstr ""
-#: ../src/templates/builders/edit.html:92
-msgid "Authorized to build test builds."
+#, c-format
+msgid "Created %s"
msgstr ""
-#: ../src/templates/builders/edit.html:98 ../src/templates/mirrors-edit.html:81
-#: ../src/templates/package-properties.html:93
-msgid "Save changes"
+msgid "Fixed Bugs"
msgstr ""
-#: ../src/templates/builders/list.html:31 ../src/templates/jobs-filter.html:44
-#: ../src/templates/packages/builds/times.html:44
-msgid "Architecture"
-msgstr "Architecture"
+msgid "Score"
+msgstr "Score"
-#: ../src/templates/builders/list.html:53
-msgid "Unknown CPU"
-msgstr "Processeur inconnu"
+#, fuzzy
+msgid "Source Package"
+msgstr "Paquet"
-#: ../src/templates/builders/list.html:73 ../src/templates/builders/new.html:3
-#: ../src/templates/builders/new.html:16 ../src/templates/builders/new.html:41
-msgid "Create new builder"
+#, c-format
+msgid "Edit distribution %s"
msgstr ""
-#: ../src/templates/builders/new.html:21
-msgid "Create a new builder"
+msgid "Name"
msgstr ""
-#: ../src/templates/builders/new.html:35
-msgid "Enter the canonical hostname of the machine."
+msgid "The fancy name of the distribution."
msgstr ""
-#: ../src/templates/builders/pass.html:30
-#, c-format
-msgid "The new host <strong>%s</strong> has been successfully created."
+msgid "Identifier"
msgstr ""
-#: ../src/templates/builders/pass.html:32
-#, c-format
-msgid "The passphrase for <strong>%s</strong> has been regenerated."
+msgid "Cannot be changed."
msgstr ""
-#: ../src/templates/builders/pass.html:35
-msgid ""
-"For authorization to the Pakfire Master Server there is a passphrase "
-"required which must be configured to the host."
+msgid "Tag"
msgstr ""
-#: ../src/templates/builders/pass.html:39
-msgid "This passphrase is:"
+msgid "The tag is added to the package release."
msgstr ""
-#: ../src/templates/builders/pass.html:43
-msgid "Next"
+msgid "Vendor"
msgstr ""
-#: ../src/templates/build-filter.html:3 ../src/templates/build-list.html:3
-#: ../src/templates/build-list.html:8
-msgid "Build job list"
+msgid "From whom is the distribution from?"
msgstr ""
-#: ../src/templates/build-filter.html:6 ../src/templates/build-index.html:21
-#: ../src/templates/build-list.html:15
-msgid "Filter builds"
+msgid "Contact"
msgstr ""
-#: ../src/templates/build-filter.html:11 ../src/templates/build-manage.html:9
-#: ../src/templates/distro-detail.html:3 ../src/templates/distro-detail.html:22
-#: ../src/templates/distro-list.html:33
-#: ../src/templates/distro-source-commits.html:5
-#: ../src/templates/distro-update-detail.html:6
-#: ../src/templates/distro-update-edit.html:12
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-edit.html:8
-msgid "Distribution"
-msgstr "Distribution"
+msgid "The email address from the vendor."
+msgstr ""
-#: ../src/templates/build-filter.html:15 ../src/templates/build-filter.html:39
-#: ../src/templates/build-filter.html:55
-msgid "Any"
-msgstr "Tous"
+msgid "Slogan"
+msgstr ""
-#: ../src/templates/build-filter.html:23
-msgid "Show only builds in that distribution."
+msgid "A short sentence that characterizes the distribution."
msgstr ""
-#: ../src/templates/build-filter.html:30
-msgid "All"
-msgstr "Tout"
+msgid "Architectures"
+msgstr "Architectures"
-#: ../src/templates/build-filter.html:31
-#: ../src/templates/modules/jobs-table.html:29 ../src/web/ui_modules.py:335
-msgid "Running"
-msgstr "En cours"
+msgid "For which architectures should the distribution be built?"
+msgstr ""
-#: ../src/templates/build-filter.html:32
-#: ../src/templates/modules/jobs-table.html:21 ../src/web/ui_modules.py:330
-msgid "Pending"
-msgstr "En attente"
-
-#: ../src/templates/build-filter.html:33 ../src/templates/jobs-detail.html:128
-#: ../src/templates/modules/jobs-table.html:27 ../src/web/ui_modules.py:320
-msgid "Finished"
-msgstr "Terminé"
-
-#: ../src/templates/build-filter.html:34
-#: ../src/templates/modules/jobs-table.html:23 ../src/web/ui_modules.py:315
-msgid "Failed"
-msgstr "Erreur"
+msgid "Sources"
+msgstr "Sources"
-#: ../src/templates/build-filter.html:35
-msgid "Permanently failed"
+msgid "Which sources should be imported to the distribution?"
msgstr ""
-#: ../src/templates/build-filter.html:36
-#: ../src/templates/modules/jobs-table.html:25 ../src/web/ui_modules.py:310
-msgid "Dispatching"
-msgstr "En préparation"
+msgid "Commit"
+msgstr "Commit"
-#: ../src/templates/build-filter.html:37 ../src/web/ui_modules.py:340
-msgid "Uploading"
-msgstr "En cours de chargement"
+#, c-format
+msgid "Source: %s"
+msgstr "Source: %s"
-#: ../src/templates/build-filter.html:40
-msgid "Building"
-msgstr ""
+msgid "Source"
+msgstr "Source"
-#: ../src/templates/build-filter.html:41
-msgid "Testing"
+msgid "Open in gitweb"
msgstr ""
-#: ../src/templates/build-filter.html:42
-msgid "Stable"
+msgid "Reset commit"
msgstr ""
-#: ../src/templates/build-filter.html:43
-msgid "Obsolete"
-msgstr "Obsolète"
-
-#: ../src/templates/build-filter.html:44
-msgid "Broken"
-msgstr ""
+msgid "Revision"
+msgstr "Révision"
-#: ../src/templates/build-filter.html:48
-msgid "Only show builds with given state."
-msgstr ""
+msgid "Date"
+msgstr "Date"
-#: ../src/templates/build-filter.html:52
-#: ../src/templates/package-detail.html:82
-msgid "Build host"
-msgstr ""
+msgid "Author"
+msgstr "Auteur"
-#: ../src/templates/build-filter.html:62
-msgid "Display only builds by selected host."
-msgstr ""
+msgid "Committer"
+msgstr "Commiter"
-#: ../src/templates/build-filter.html:77
-msgid "Show all builds"
+msgid "Packages created from this commit"
msgstr ""
-#: ../src/templates/build-index.html:18
-#: ../src/templates/builds/comments.html:17
-#: ../src/templates/builds/comments.html:25
-msgid "Comments"
+msgid "There were no packages created from this commit."
msgstr ""
-#: ../src/templates/build-manage.html:3
-#, c-format
-msgid "Manage build %s"
+msgid "Danger!"
msgstr ""
-#: ../src/templates/build-manage.html:8
-msgid "Manage build"
+msgid "This is a very dangerous action!"
msgstr ""
-#: ../src/templates/build-manage.html:15
-msgid "Permission denied"
+msgid "Don't do it, if you are not absolutely sure what you are doing."
msgstr ""
-#: ../src/templates/build-manage.html:16
msgid ""
-"You do not have the permission to update packages that belong to the "
-"<em>critical path</em>."
+"This commit will be reset. Which means all packages associated with it will "
+"be deleted, and the commit will be parsed again."
msgstr ""
-#: ../src/templates/build-manage.html:22
-msgid "Not all jobs are finished"
+msgid ""
+"This action may cause severe problems and may only be allowed when something "
+"went horribly wrong."
msgstr ""
-#: ../src/templates/build-manage.html:24
-msgid "Not all jobs of this build are finished, yet."
+msgid "These packages will be deleted"
msgstr ""
-#: ../src/templates/build-manage.html:25
-msgid ""
-"It is <strong>strongly discouraged</strong> to push this build into the next "
-"repository."
+msgid "Commits"
msgstr ""
-#: ../src/templates/build-manage.html:28
-msgid ""
-"However, the build will be automatically unpushed if one or more build jobs "
-"fail."
+msgid "Source repository"
msgstr ""
-#: ../src/templates/build-manage.html:42
-msgid "Push to a repository"
+msgid "Previous commits"
msgstr ""
-#: ../src/templates/build-manage.html:44
-msgid "Push to next repository"
+msgid "Next commits"
msgstr ""
-#: ../src/templates/build-manage.html:46
-msgid "Push to first repository"
+msgid "Gitweb"
msgstr ""
-#: ../src/templates/build-manage.html:51
-#: ../src/templates/modules/modal-build-push.html:24
-msgid "New repository"
-msgstr ""
+msgid "Branch"
+msgstr "Branche"
-#: ../src/templates/build-manage.html:71
-msgid "This is the target repository for the build."
+msgid "Imported commits"
msgstr ""
-#: ../src/templates/build-manage.html:90
-msgid "Switch to user mode"
+msgid "Latest commits"
msgstr ""
-#: ../src/templates/build-manage.html:92
-msgid "Switch to admin mode"
+msgid "Show all commits"
msgstr ""
-#: ../src/templates/build-priority.html:3
-#: ../src/templates/build-priority.html:6
-msgid "Edit build priority"
+msgid "Update"
msgstr ""
-#: ../src/templates/build-priority.html:11
-msgid "Priority"
-msgstr "Priorité"
-
-#: ../src/templates/build-priority.html:14
-#: ../src/templates/package-properties.html:51
-msgid "Very high"
-msgstr "Très haute"
-
-#: ../src/templates/build-priority.html:15
-#: ../src/templates/package-properties.html:54
-msgid "High"
-msgstr "Haute"
-
-#: ../src/templates/build-priority.html:16
-#: ../src/templates/package-properties.html:57
-msgid "Medium"
-msgstr "Moyenne"
-
-#: ../src/templates/build-priority.html:17
-#: ../src/templates/package-properties.html:60
-msgid "Low"
-msgstr "Basse"
-
-#: ../src/templates/build-priority.html:18
-#: ../src/templates/package-properties.html:63
-msgid "Very low"
-msgstr "Très basse"
+msgid "Summary"
+msgstr "Sommaire"
-#: ../src/templates/build-priority.html:22
-msgid "Set the priority of the build process."
-msgstr ""
+msgid "Maintainer"
+msgstr "Mainteneur"
-#: ../src/templates/build-priority.html:28
-msgid "Beware"
-msgstr "Attention"
+msgid "Time created"
+msgstr "Heure de création"
-#: ../src/templates/build-priority.html:29
-msgid "Shuffeling build jobs can cause problems with the dependency solving."
+msgid "Builds in this update"
msgstr ""
-#: ../src/templates/build-priority.html:30
-msgid "Don't do this if you are not totally sure you won't break anything."
+#, c-format
+msgid "Edit update %s - %s"
msgstr ""
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-msgid "Job queue"
+msgid "Create new update"
msgstr ""
-#: ../src/templates/build-queue.html:8
-msgid "This is a list of all jobs that are waiting to be processed."
-msgstr ""
+#, fuzzy
+msgid "Create A New Distribution"
+msgstr "Distribution"
-#: ../src/templates/build-queue.html:9
-msgid "They one at the top is next."
-msgstr ""
+#, fuzzy
+msgid "Supported Architectures"
+msgstr "Architectures"
-#: ../src/templates/build-queue.html:15
-msgid "No jobs to do."
+msgid "Repositories"
msgstr ""
-#: ../src/templates/build-schedule-test.html:3
-#: ../src/templates/build-schedule-test.html:29
-#: ../src/templates/job-schedule-test.html:3
-#: ../src/templates/job-schedule-test.html:29
-#, c-format
-msgid "Schedule test build for %s"
+msgid "400 - Bad request"
msgstr ""
-#: ../src/templates/build-schedule-test.html:24
-#: ../src/templates/job-schedule-test.html:24
-#: ../src/templates/jobs-detail.html:48
-msgid "Schedule test build"
-msgstr "Planifier build de test"
-
-#: ../src/templates/build-schedule-test.html:35
-#: ../src/templates/job-schedule-test.html:35
-msgid ""
-"A test build is used to check if a package builds with the current package "
-"set."
+msgid "Invalid data has been passed to the application."
msgstr ""
-#: ../src/templates/build-schedule-test.html:36
-#: ../src/templates/job-schedule-test.html:36
msgid ""
-"In this way, developers are able to find quality issues fast and without "
-"actively searching for them."
+"The application refused to go on with the provided data that was sent in "
+"this request."
msgstr ""
-#: ../src/templates/build-schedule-test.html:39
-#: ../src/templates/job-schedule-test.html:39
-msgid ""
-"As this build platform only has a limited amount of performance, test builds "
-"only have a very less priority."
+msgid "403 - Access forbidden"
msgstr ""
-#: ../src/templates/build-schedule-test.html:40
-#: ../src/templates/job-schedule-test.html:40
-msgid "However, you can manually request to run a test."
+msgid "You are not allowed to access this ressource."
msgstr ""
-#: ../src/templates/build-schedule-test.html:43
-#: ../src/templates/job-schedule-rebuild.html:38
-#: ../src/templates/job-schedule-test.html:43
msgid ""
-"The build job will be started when a build slot is available but not before "
-"the given time."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:3
-#: ../src/templates/builds/comments.html:42
-msgid "Build comments"
+"Access to the requested page has been denied because you do not have "
+"sufficient rights."
msgstr ""
-#: ../src/templates/builds/comments.html:33
-msgid "Show all comments"
+msgid "404 - Not Found"
msgstr ""
-#: ../src/templates/builds/comments.html:40
-#, c-format
-msgid "%s's latest comments"
+msgid "I could not find what you were searching for."
msgstr ""
-#: ../src/templates/builds/comments.html:49
-#, c-format
-msgid "This page shows %s's latest comments."
+msgid "You may have clicked an expired link or mistyped the address."
msgstr ""
-#: ../src/templates/builds/comments.html:51
-msgid "This page shows the latest comments on builds."
+msgid "Oops! Don't panic."
msgstr ""
-#: ../src/templates/builds/comments.html:53
-msgid ""
-"The Pakfire Build Service is all about social development and so, "
-"communicating with eath others is important. Please join."
+msgid "An unexpected error happened."
msgstr ""
-#: ../src/templates/builds/comments.html:61
-#: ../src/templates/builds/comments.html:65
-#: ../src/templates/packages/changelog.html:35
-#: ../src/templates/packages/changelog.html:39
-msgid "Newer"
+msgid "Stay calm and read the text below to find out what went wrong."
msgstr ""
-#: ../src/templates/builds/comments.html:71
-#: ../src/templates/builds/comments.html:75
-#: ../src/templates/packages/changelog.html:45
-#: ../src/templates/packages/changelog.html:49
-msgid "Older"
+msgid "Error code"
msgstr ""
-#: ../src/templates/builds/comments.html:81
-#, c-format
-msgid "%s did not comment on anything, yet."
+msgid "Exception (traceback):"
msgstr ""
-#: ../src/templates/build-state.html:34
msgid ""
-"The state of a build can be either building, testing, stable, obsolete or "
-"broken."
-msgstr ""
-
-#: ../src/templates/build-state.html:48
-msgid "Mark build as obsolete"
+"Please try going back to the previous page and try the action you did again "
+"in a moment."
msgstr ""
-#: ../src/templates/build-state.html:50
msgid ""
-"If a package is updated by an other package it should be marked as "
-"<em>obsolete</em>."
+"If the error persists, you should consider to get in touch with an "
+"administrator."
msgstr ""
-#: ../src/templates/build-state.html:51
-msgid ""
-"For obsolete builds, there will be no test jobs created and it is "
-"recommended to remove them from the repositories soon."
-msgstr ""
+#, fuzzy
+msgid "Build created"
+msgstr "Compilation créée"
-#: ../src/templates/build-state.html:60
-msgid "Remove build from the repository it is currently in?"
+msgid "- Unknown Event -"
msgstr ""
-#: ../src/templates/build-state.html:81
-msgid "Unbreak this build"
+#, c-format
+msgid "by %s"
msgstr ""
-#: ../src/templates/build-state.html:84
-msgid ""
-"In case this build has accidentially be marked as broken, it is possible to "
-"recover that state."
-msgstr ""
+msgid "File"
+msgstr "Fichier"
-#: ../src/templates/build-state.html:102
-msgid "Mark build as broken"
-msgstr ""
+msgid "Package"
+msgstr "Paquet"
-#: ../src/templates/build-state.html:105
-msgid ""
-"If a package does not build or contains <em>serious</em> bugs, it should be "
-"marked as broken."
-msgstr ""
+msgid "Description"
+msgstr "Description"
-#: ../src/templates/build-state.html:106
-msgid ""
-"Those builds can not be added into any repositories and are removed from all "
-"repositories they may currently be in."
-msgstr ""
+msgid "URL"
+msgstr "URL"
-#: ../src/templates/build-state.html:126
-#: ../src/templates/distro-update-detail.html:17
-#: ../src/templates/modules/modal-build-push.html:54
-#: ../src/templates/modules/modal-build-unpush.html:13
-msgid "Current repository"
-msgstr ""
+msgid "License"
+msgstr "Licence"
-#: ../src/templates/builds-watchers-add.html:3
-#: ../src/templates/builds-watchers-add.html:29
-#, c-format
-msgid "Watch build %s"
-msgstr ""
+msgid "Size"
+msgstr "Taille"
-#: ../src/templates/builds-watchers-add.html:24
-msgid "Watch"
-msgstr ""
+msgid "Hash"
+msgstr "Hash"
-#: ../src/templates/builds-watchers-add.html:35
-msgid "You may here add yourself to the list of watchers of this build."
-msgstr ""
+msgid "Provides"
+msgstr "Fournit"
-#: ../src/templates/builds-watchers-add.html:36
-msgid ""
-"If you do so, you will receive messages about new comments and status "
-"updates."
-msgstr ""
+msgid "Requires"
+msgstr "Nécessite"
-#: ../src/templates/builds-watchers-add.html:43
-#: ../src/templates/user-profile-passwd.html:51
-msgid "Oops!"
-msgstr ""
+msgid "Obsoletes"
+msgstr "Obsolètes"
-#: ../src/templates/builds-watchers-add.html:44
-#: ../src/templates/builds-watchers-list.html:17
-msgid "You are already watching this build."
-msgstr ""
+msgid "Conflicts"
+msgstr "Conflits"
-#: ../src/templates/builds-watchers-add.html:56
-msgid "Choose user"
-msgstr ""
+msgid "Build information"
+msgstr "Information du build"
-#: ../src/templates/builds-watchers-add.html:60
-msgid "Myself"
-msgstr ""
+msgid "ID"
+msgstr "ID"
-#: ../src/templates/builds-watchers-add.html:70
-msgid "Choose a user who should watch this build."
-msgstr ""
+msgid "Host"
+msgstr "Hôte"
-#: ../src/templates/builds-watchers-add.html:76
-#: ../src/templates/modules/build-table.html:20
-#: ../src/templates/user-profile-edit.html:80
-#: ../src/templates/user-profile.html:29 ../src/templates/user-profile.html:54
-msgid "User"
-msgstr "Utilisateur"
+msgid "Time"
+msgstr "Heure"
-#: ../src/templates/builds-watchers-add.html:84
-msgid "Add watcher"
-msgstr ""
+msgid "Files"
+msgstr "Fichiers"
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/modules/watchers-sidebar-table.html:22
-#, c-format
-msgid "Watchers of %s"
-msgstr ""
+msgid "Download file"
+msgstr "Télécharger le fichier"
-#: ../src/templates/builds-watchers-list.html:11
-msgid "This is a list of all users who watch this build."
-msgstr ""
+#, fuzzy
+msgid "Welcome!"
+msgstr "Bienvenue, %s!"
-#: ../src/templates/builds-watchers-list.html:12
-msgid ""
-"If you write a comment or the status of the build is changed, they all will "
-"get a message."
-msgstr ""
+#, fuzzy
+msgid "Development Powered By Community"
+msgstr "Développement par et pour la communauté!"
-#: ../src/templates/builds-watchers-list.html:21
-msgid "You are the owner of this build. So you don't need to watch it."
+msgid "Current Jobs"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:25
-msgid "Watch this build."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:39
-msgid "List of all watchers"
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:53
-msgid "Back to build"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:36
-msgid "None"
-msgstr "Aucun"
-
-#: ../src/templates/distro-detail.html:46
-msgid "Binary repositories"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:51
-msgid ""
-"A binary repository is a composition of packages that are considered stable, "
-"unstable or in testing state by the developers."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:53
-msgid "Each repository can be enabled individually."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:54
-msgid "Learn how to use them."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:66 ../src/templates/source-list.html:6
-msgid "Source repositories"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:80
-#: ../src/templates/distro-source-commit-detail.html:90
-#: ../src/templates/user-profile.html:73
-msgid "Action"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:86
-msgid "Edit distribution"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:91
-msgid "Delete distribution"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:97
-msgid "New binary repository"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:102
-msgid "New source repository"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:3 ../src/templates/distro-edit.html:6
-#: ../src/templates/distro-update-edit.html:3
-#, c-format
-msgid "Edit distribution %s"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:12
-#: ../src/templates/modules/packages-table.html:4
-#: ../src/templates/modules/repository-table.html:4
-#: ../src/templates/modules/source-table.html:4
-#: ../src/templates/repository-edit.html:15
-msgid "Name"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:17
-msgid "The fancy name of the distribution."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:21
-msgid "Identifier"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:26
-#: ../src/templates/user-profile-edit.html:42
-msgid "Cannot be changed."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:30
-msgid "Tag"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:35
-msgid "The tag is added to the package release."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:39
-msgid "Vendor"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:44
-msgid "From whom is the distribution from?"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:48 ../src/templates/docs-index.html:57
-#: ../src/templates/mirrors-detail.html:62
-msgid "Contact"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:53
-msgid "The email address from the vendor."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:57
-msgid "Slogan"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:62
-msgid "A short sentence that characterizes the distribution."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:66
-msgid "Architectures"
-msgstr "Architectures"
-
-#: ../src/templates/distro-edit.html:75
-msgid "For which architectures should the distribution be built?"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:79
-msgid "Sources"
-msgstr "Sources"
-
-#: ../src/templates/distro-edit.html:88
-msgid "Which sources should be imported to the distribution?"
-msgstr ""
-
-#: ../src/templates/distro-list.html:26
-msgid ""
-"This is a list of all distributions, that are maintained in this build "
-"service."
-msgstr ""
-
-#: ../src/templates/distro-list.html:27
-msgid ""
-"You may click on one of them and see more details or jump directly to one of "
-"the repositories."
-msgstr ""
-
-#: ../src/templates/distro-list.html:34
-msgid "Repositories"
-msgstr ""
-
-#: ../src/templates/distro-list.html:66
-msgid "New distribution"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:21
-#: ../src/templates/distro-source-commit-reset.html:19
-#: ../src/templates/distro-source-detail.html:19
-#, c-format
-msgid "Source: %s"
-msgstr "Source: %s"
-
-#: ../src/templates/distro-source-commit-detail.html:34
-#: ../src/templates/distro-source-commit-reset.html:32
-#: ../src/templates/distro-source-commits.html:6
-#: ../src/templates/distro-source-detail.html:26
-msgid "Source"
-msgstr "Source"
-
-#: ../src/templates/distro-source-commit-detail.html:47
-msgid "Revision"
-msgstr "Révision"
-
-#: ../src/templates/distro-source-commit-detail.html:51
-msgid "Date"
-msgstr "Date"
-
-#: ../src/templates/distro-source-commit-detail.html:59
-msgid "Committer"
-msgstr "Commiter"
-
-#: ../src/templates/distro-source-commit-detail.html:63
-#: ../src/templates/modules/commits-table.html:6
-msgid "Subject"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:81
-msgid "Open in gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:96
-#: ../src/templates/distro-source-commit-reset.html:54
-msgid "Reset commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:112
-msgid "Packages created from this commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:128
-msgid "There were no packages created from this commit."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:43
-msgid "Danger!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:44
-msgid "This is a very dangerous action!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:45
-msgid "Don't do it, if you are not absolutely sure what you are doing."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:49
-msgid ""
-"This commit will be reset. Which means all packages associated with it will "
-"be deleted, and the commit will be parsed again."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:50
-msgid ""
-"This action may cause severe problems and may only be allowed when something "
-"went horribly wrong."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:62
-msgid "These packages will be deleted"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:6
-msgid "Commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:10
-msgid "Source repository"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:20
-msgid "Previous commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:24
-msgid "Next commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:36
-msgid "Gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:45
-msgid "Branch"
-msgstr "Branche"
-
-#: ../src/templates/distro-source-detail.html:49
-msgid "Imported commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:59
-msgid "Latest commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:63
-msgid "Show all commits"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:5
-msgid "Update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:10
-#: ../src/templates/modules/packages-table.html:5
-#: ../src/templates/packages/builds/times.html:31
-msgid "Summary"
-msgstr "Sommaire"
-
-#: ../src/templates/distro-update-detail.html:27
-#: ../src/templates/file-detail.html:40
-#: ../src/templates/modules/package-header.html:24
-#: ../src/templates/package-detail.html:77
-msgid "Maintainer"
-msgstr "Mainteneur"
-
-#: ../src/templates/distro-update-detail.html:33
-msgid "Time created"
-msgstr "Heure de création"
-
-#: ../src/templates/distro-update-detail.html:41
-msgid "Builds in this update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:49
-#: ../src/templates/repository-detail.html:112
-#: ../src/templates/user-profile-edit.html:20
-msgid "Edit"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:8
-#, c-format
-msgid "Edit update %s - %s"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:10
-msgid "Create new update"
-msgstr ""
-
-#: ../src/templates/docs-base.html:27
-msgid "All Documents"
-msgstr ""
-
-#: ../src/templates/docs-base.html:31
-msgid "Topics"
-msgstr ""
-
-#: ../src/templates/docs-build.html:3 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-whatsthis.html:3
-msgid "Legend of the build states"
-msgstr ""
-
-#: ../src/templates/docs-build.html:25
-msgid ""
-"Every build that is done by the Pakfire Build Service has to go through "
-"several states:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:28
-msgid ""
-"After checking out the source from the source repository a source package is "
-"created and submitted to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:29
-msgid ""
-"Starting from inserting a source file to the build service, there are binary "
-"build jobs created for every supported architecture."
-msgstr ""
-
-#: ../src/templates/docs-build.html:32
-msgid ""
-"These get assigned to a build host which has to compile or assemble the "
-"package and return it back to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:33
-msgid "In the table below, there are all states that a build job goes through:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:36
-msgid "Build is running"
-msgstr ""
-
-#: ../src/templates/docs-build.html:37
-msgid "Build has failed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:38
-msgid "Build is waiting to be processed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:39
-msgid "There was a dependency error when the package was built"
-msgstr ""
-
-#: ../src/templates/docs-build.html:40
-msgid "Build is waiting for source to go to pending state"
-msgstr ""
-
-#: ../src/templates/docs-build.html:41
-msgid "Files of this build are transferred to the build server"
-msgstr ""
-
-#: ../src/templates/docs-build.html:42
-msgid "Files are being uploaded to the service"
-msgstr ""
-
-#: ../src/templates/docs-build.html:43
-msgid "Build has an unknown state"
-msgstr ""
-
-#: ../src/templates/docs-index.html:3
-msgid "Documentation index"
-msgstr ""
-
-#: ../src/templates/docs-index.html:17
-msgid "Documents"
-msgstr "Documents"
-
-#: ../src/templates/docs-index.html:23
-msgid ""
-"This is a collection of documents that should be read by everybody who is "
-"using this system."
-msgstr ""
-
-#: ../src/templates/docs-index.html:29
-msgid "What is the pakfire build service?"
-msgstr ""
-
-#: ../src/templates/docs-index.html:34
-msgid "General pakfire documentation"
-msgstr ""
-
-#: ../src/templates/docs-index.html:39
-msgid "Packaging guidelines"
-msgstr ""
-
-#: ../src/templates/docs-index.html:51
-msgid "This documentation you find at this place is not completed yet."
-msgstr ""
-
-#: ../src/templates/docs-index.html:52
-msgid "Feel free to make any suggestions."
-msgstr ""
-
-#: ../src/templates/docs-index.html:59
-msgid ""
-"If you need help using the build service or have some general questions "
-"please use our mailing list."
-msgstr ""
-
-#: ../src/templates/docs-index.html:60
-msgid "You can also talk to the developers and suggest feature enhancements."
-msgstr ""
-
-#: ../src/templates/docs-index.html:64
-msgid "Mailing list"
-msgstr ""
-
-#: ../src/templates/docs-index.html:68
-msgid "Bug reports"
-msgstr ""
-
-#: ../src/templates/docs-index.html:70
-msgid ""
-"Please visit Bugzilla to create bug reports on the Pakfire Build System."
-msgstr ""
-
-#: ../src/templates/docs-users.html:3 ../src/templates/docs-users.html:16
-#: ../src/templates/docs-users.html:21
-msgid "User groups"
-msgstr ""
-
-#: ../src/templates/docs-users.html:26
-msgid ""
-"All users can join the Pakfire Build Service and are separated into three "
-"groups:"
-msgstr ""
-
-#: ../src/templates/docs-users.html:29
-msgid "Developers"
-msgstr "Développeurs"
-
-#: ../src/templates/docs-users.html:31
-msgid ""
-"Developers manage this build service and have access to all parts of it."
-msgstr ""
-
-#: ../src/templates/docs-users.html:32
-msgid ""
-"They are responsible to keep the system running and able to push package "
-"updates to the repostories."
-msgstr ""
-
-#: ../src/templates/docs-users.html:35
-msgid "Guidelines for developers"
-msgstr "Directives pour développeurs"
-
-#: ../src/templates/docs-users.html:38
-msgid "Testers"
-msgstr "Testeurs"
-
-#: ../src/templates/docs-users.html:40
-msgid ""
-"Testers are like users but have the right to vote on packages, which is used "
-"to figure out the quality of the package."
-msgstr ""
-
-#: ../src/templates/docs-users.html:41
-msgid ""
-"Everyone can become a tester after he or she has proven to know the IPFire "
-"system very well."
-msgstr ""
-
-#: ../src/templates/docs-users.html:42
-msgid ""
-"On these people depends a very huge amount of the quality of the "
-"distribution that is made out of the feedback they give."
-msgstr ""
-
-#: ../src/templates/docs-users.html:45
-msgid "Guidelines for testers"
-msgstr "Directives pour testeurs"
-
-#: ../src/templates/docs-users.html:50
-msgid "Everybody can join the Pakfire Build Service by registering an account."
-msgstr ""
-
-#: ../src/templates/docs-users.html:51
-msgid ""
-"After a successful activation you are able to leave comments on packages and "
-"give feedback to the developers about its status."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:16
-#: ../src/templates/docs-whatsthis.html:21
-msgid "What is the Pakfire Build Service?"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:27
-msgid ""
-"On this page, you will find out what the Pakfire Build Service really is."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:28
-msgid "Read carefully."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:34
-msgid "Yeah, that's it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:35
-msgid "No, that's not it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:43
-msgid "PBS is a tool where people can give feedback to developers."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:44
-msgid "It is possible to leave comments and rate builds."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:50
-msgid "PBS is <strong>NOT</strong> a bugtracker."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:51
-msgid ""
-"To report bugs please use our bugtracker liked below if you want them to get "
-"fixed."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:55
-msgid "Bugtracker"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:4
-msgid "400 - Bad request"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:8
-msgid "Invalid data has been passed to the application."
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:13
-msgid ""
-"The application refused to go on with the provided data that was sent in "
-"this request."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:4
-msgid "403 - Access forbidden"
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:8
-msgid "You are not allowed to access this ressource."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:13
-msgid ""
-"Access to the requested page has been denied because you do not have "
-"sufficient rights."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:4
-msgid "404 - Not Found"
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:8
-msgid "I could not find what you were searching for."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:13
-msgid "You may have clicked an expired link or mistyped the address."
-msgstr ""
-
-#: ../src/templates/errors/error.html:8
-msgid "Oops! Don't panic."
-msgstr ""
-
-#: ../src/templates/errors/error.html:13
-msgid "An unexpected error happened."
-msgstr ""
-
-#: ../src/templates/errors/error.html:19
-msgid "Stay calm and read the text below to find out what went wrong."
-msgstr ""
-
-#: ../src/templates/errors/error.html:31
-msgid "Error code"
-msgstr ""
-
-#: ../src/templates/errors/error.html:38
-msgid "Exception (traceback):"
-msgstr ""
-
-#: ../src/templates/errors/error.html:49
-msgid ""
-"Please try going back to the previous page and try the action you did again "
-"in a moment."
-msgstr ""
-
-#: ../src/templates/errors/error.html:50
-msgid ""
-"If the error persists, you should consider to get in touch with an "
-"administrator."
-msgstr ""
-
-#: ../src/templates/file-detail.html:5
-msgid "File"
-msgstr "Fichier"
-
-#: ../src/templates/file-detail.html:13
-#: ../src/templates/modules/log-table.html:12
-#: ../src/templates/package-detail.html:3
-#: ../src/templates/package-detail.html:50
-#: ../src/templates/package-detail-list.html:3
-#: ../src/templates/package-properties.html:3
-msgid "Package"
-msgstr "Paquet"
-
-#: ../src/templates/file-detail.html:20
-#: ../src/templates/repository-edit.html:25
-msgid "Description"
-msgstr "Description"
-
-#: ../src/templates/file-detail.html:27
-msgid "URL"
-msgstr "URL"
-
-#: ../src/templates/file-detail.html:34
-#: ../src/templates/modules/package-header.html:14
-#: ../src/templates/package-detail.html:70
-msgid "License"
-msgstr "Licence"
-
-#: ../src/templates/file-detail.html:46
-#: ../src/templates/modules/packages-table.html:6
-#: ../src/templates/package-detail.html:126
-msgid "Size"
-msgstr "Taille"
-
-#: ../src/templates/file-detail.html:51
-msgid "Hash"
-msgstr "Hash"
-
-#: ../src/templates/file-detail.html:57
-#: ../src/templates/modules/packages/dependency-table.html:5
-msgid "Provides"
-msgstr "Fournit"
-
-#: ../src/templates/file-detail.html:63 ../src/templates/file-detail.html:69
-#: ../src/templates/modules/packages/dependency-table.html:7
-msgid "Requires"
-msgstr "Nécessite"
-
-#: ../src/templates/file-detail.html:76
-#: ../src/templates/modules/packages/dependency-table.html:13
-msgid "Obsoletes"
-msgstr "Obsolètes"
-
-#: ../src/templates/file-detail.html:83
-#: ../src/templates/modules/packages/dependency-table.html:11
-msgid "Conflicts"
-msgstr "Conflits"
-
-#: ../src/templates/file-detail.html:90
-msgid "Build information"
-msgstr "Information du build"
-
-#: ../src/templates/file-detail.html:93
-msgid "ID"
-msgstr "ID"
-
-#: ../src/templates/file-detail.html:99
-#: ../src/templates/modules/jobs-table.html:6
-msgid "Host"
-msgstr "Hôte"
-
-#: ../src/templates/file-detail.html:105
-msgid "Time"
-msgstr "Heure"
-
-#: ../src/templates/file-detail.html:111
-#: ../src/templates/search-results.html:71
-msgid "Files"
-msgstr "Fichiers"
-
-#: ../src/templates/file-detail.html:118
-#: ../src/templates/packages/view-file.html:51
-msgid "Download file"
-msgstr "Télécharger le fichier"
-
-#: ../src/templates/index.html:3
-msgid "Welcome to the Pakfire Build Service"
-msgstr "Bienvenue dans le Pakfire Build Service"
-
-#: ../src/templates/index.html:8
-#, c-format
-msgid "Welcome, %s!"
-msgstr "Bienvenue, %s!"
-
-#: ../src/templates/index.html:22
-msgid "Development powered by community!"
-msgstr "Développement par et pour la communauté!"
-
-#: ../src/templates/index.html:38
-msgid "Latest stable updates"
-msgstr "Dernières mises à jour stables"
-
-#: ../src/templates/index.html:40
-msgid "Unstable updates"
-msgstr "Mises à jour instables"
-
-#: ../src/templates/index.html:42
-msgid "Testing updates"
-msgstr "Mises à jour en test"
-
-#: ../src/templates/index.html:59
-msgid "View more updates..."
-msgstr "Voir plus de mises à jour..."
-
-#: ../src/templates/index.html:70
-msgid "Build jobs"
-msgstr "Tâches de compilation"
-
-#: ../src/templates/index.html:76
-msgid "Show more build jobs"
-msgstr "Afficher plus de tâches de compilation..."
-
-#: ../src/templates/jobs-abort.html:3 ../src/templates/jobs-abort.html:6
-#, c-format
-msgid "Abort build job %s"
-msgstr "Annuler la tâche de comilation %s"
-
-#: ../src/templates/jobs-abort.html:8
-msgid "You may abort a running build."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:9
-msgid "The build server will eventually stop to build the package."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:16 ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:58
-#: ../src/templates/modules/jobs/list.html:5
-msgid "Build job"
-msgstr "Tâche de compilation"
-
-#: ../src/templates/jobs-abort.html:25
-#: ../src/templates/modules/build-offset.html:5
-msgid "Start time"
-msgstr "Heure de démarrage"
-
-#: ../src/templates/jobs-abort.html:30
-msgid "No started, yet."
-msgstr "Pas encore démarré"
-
-#: ../src/templates/jobs-abort.html:38
-msgid "Build server"
-msgstr "Serveur de compilation"
-
-#: ../src/templates/jobs-buildroot.html:3
-msgid "Job buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:28
-#: ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:154
-msgid "Buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:41
-#, c-format
-msgid "The packages listed below were used to build %s."
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:52
-msgid "Buildroot size"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:56
-msgid "Download size"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:3
-#: ../src/templates/job-schedule-rebuild.html:29
-#, c-format
-msgid "Schedule rebuild for %s"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:24
-msgid "Schedule rebuild"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:35
-msgid "At this place, you can submit failed build jobs to be built again."
-msgstr ""
-
-#: ../src/templates/job-schedule-test.html:44
-msgid ""
-"Please note, that all other kinds of build are preferred over the test "
-"builds."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:3 ../src/templates/package-detail.html:118
-msgid "Job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:36
-msgid "Abort job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:42
-msgid "Restart job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:71
-msgid "Job has been aborted"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:73
-msgid ""
-"This build job is in an aborted state, because the build process crashed "
-"unexpectedly."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:74
-msgid ""
-"In most cases, there is no log file and you must figure out the issue on "
-"your own."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:77
-msgid "The error code is:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:80
-msgid "Segmentation violation"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:88
-msgid "You may resubmit the job to try again:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:89
-msgid "Re-submit build"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:110
-msgid "No builder assigned."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:117 ../src/templates/keys-list.html:32
-#: ../src/templates/modules/build-table.html:23
-msgid "Created"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:122
-#: ../src/templates/sessions/index.html:35
-msgid "Started"
-msgstr "Démarré"
-
-#: ../src/templates/jobs-detail.html:134
-msgid "ETA"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:144
-msgid "Build logs"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:148
-msgid "No logs available, yet."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:155
-#, c-format
-msgid "%s package"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:165
-msgid "Package files"
-msgstr "Fichiers du paquet"
-
-#: ../src/templates/jobs-filter.html:3 ../src/templates/jobs-filter.html:21
-#: ../src/templates/jobs-index.html:18
-msgid "Filter jobs"
-msgstr "Filter les tâches"
-
-#: ../src/templates/jobs-filter.html:16
-msgid "Filter"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:30 ../src/templates/jobs-filter.html:47
-msgid "[Choose one]"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:36
-msgid "Only show jobs, that have been built by this builder."
-msgstr "Afficher seulement les tâches prises en charge par ce compilateur."
-
-#: ../src/templates/jobs-filter.html:53
-msgid "Only show jobs, with this architecture."
-msgstr "Afficher seulement les tâches relatives à cette architecture."
-
-#: ../src/templates/jobs-filter.html:59 ../src/templates/search-form.html:35
-#: ../src/templates/search-results.html:40
-msgid "Go!"
-msgstr "Afficher!"
-
-#: ../src/templates/jobs-index.html:30
-#, c-format
-msgid "Showing only jobs from %s."
-msgstr "Affiche seulement les compilation réalisées sur le compilateur %s."
-
-#: ../src/templates/jobs-index.html:37
-#, c-format
-msgid "Showing only builds that have been built on %s."
-msgstr "Affiche seulement les tâches de compilation pour l'architecture %s."
-
-#: ../src/templates/jobs-index.html:45
-#, c-format
-msgid "Showing only jobs built for %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:3
-#, c-format
-msgid "Delete key %s"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:25 ../src/templates/keys-import.html:28
-msgid "Key"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:29
-#, c-format
-msgid "You are going to delete the key %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:41
-msgid "Delete key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:3 ../src/templates/keys-import.html:16
-#: ../src/templates/keys-import.html:39 ../src/templates/keys-list.html:106
-msgid "Import new key"
-msgstr ""
+msgid "One Job In Queue"
+msgid_plural "%(num)s Jobs In Queue"
+msgstr[0] ""
+msgstr[1] ""
-#: ../src/templates/keys-import.html:21
-msgid "Import a new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:33
-msgid "Paste the key to import."
-msgstr ""
-
-#: ../src/templates/keys-list.html:21
-msgid "The keys are a very important component when it comes to security."
-msgstr ""
-
-#: ../src/templates/keys-list.html:22
-msgid ""
-"Each package in the Pakfire Build Service is signed to prove its "
-"authenticity."
-msgstr ""
-
-#: ../src/templates/keys-list.html:31
-msgid "Fingerprint"
-msgstr ""
-
-#: ../src/templates/keys-list.html:33
-msgid "Expires"
-msgstr ""
-
-#: ../src/templates/keys-list.html:51
-msgid "Lookup"
-msgstr ""
-
-#: ../src/templates/keys-list.html:55
-#: ../src/templates/modules/files-table.html:5
-#: ../src/templates/modules/packages-table.html:21
-#: ../src/templates/package-detail.html:152
-msgid "Download"
-msgstr ""
-
-#: ../src/templates/keys-list.html:75 ../src/templates/keys-list.html:77
-msgid "Subkey"
-msgstr ""
-
-#: ../src/templates/keys-list.html:90
-msgid "This key does not expire."
-msgstr ""
-
-#: ../src/templates/login.html:3 ../src/templates/login.html:7
-#: ../src/templates/login.html:34
-#: ../src/templates/modules/modal-build-comment.html:56
-msgid "Login"
-msgstr "Connexion"
-
-#: ../src/templates/login.html:12
-msgid "Login failed!"
-msgstr "Erreur de connexion!"
-
-#: ../src/templates/login.html:13
-msgid "Username and/or password was wrong. Login failed."
-msgstr ""
-"Le nom d'utilisateur et/ou le mot de passe saisis sont invalides. Connexion "
-"impossible."
-
-#: ../src/templates/login.html:22 ../src/templates/register.html:30
-#: ../src/templates/user-profile-edit.html:37
-#: ../src/templates/user-profile.html:37
-msgid "Username"
-msgstr "Nom d'utilisateur"
-
-#: ../src/templates/login.html:28 ../src/templates/register.html:67
-#: ../src/templates/user-profile-edit.html:101
-msgid "Password"
-msgstr "Mot de passe"
-
-#: ../src/templates/login.html:41
-msgid "You also might want to..."
-msgstr "Vous pouvez aussi..."
-
-#: ../src/templates/login.html:44
-msgid "Register a new account."
-msgstr "Enregistrer un nouveau compte utilisateur."
-
-#: ../src/templates/login.html:47
-msgid "Recover your password."
-msgstr "Récupérer un mot de passe perdu."
-
-#: ../src/templates/mirrors-delete.html:3
-#, c-format
-msgid "Delete mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:25
-#, c-format
-msgid "Delete mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:29
-#, c-format
-msgid "You are going to delete the mirror %s."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:3
-#: ../src/templates/mirrors-detail.html:46
-#, c-format
-msgid "Mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:29
-msgid "Edit settings"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:37
-msgid "Delete mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:47
-#, c-format
-msgid "hosted by %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:75
-msgid "Status information"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:79
-msgid "Status"
-msgstr "Statut"
-
-#: ../src/templates/mirrors-detail.html:84
-#: ../src/templates/mirrors-list.html:45
-msgid "Last check"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:89
-msgid "Never"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:103
-msgid "View larger map"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:108
-msgid "The location of the mirror server is estimated by the IP address."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:112
-msgid "The location of the mirror server could not be estimated."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:3
-#, c-format
-msgid "Manage mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:25
-#, c-format
-msgid "Manage mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:37
-msgid "The canonical hostname."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:47
-msgid "Only enabled mirrors will be pushed out to the clients."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:54
-msgid "Contact information"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:57 ../src/templates/mirrors-list.html:43
-#: ../src/templates/modules/changelog/entry.html:48
-#: ../src/templates/uploads-list.html:25
-msgid "Owner"
-msgstr "Propriétaire"
-
-#: ../src/templates/mirrors-edit.html:62
-msgid "The owner of the mirror server."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:68
-msgid "Contact address"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:73
-msgid "An email address to contact an administrator of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:75
-msgid "This won't be made public."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:24 ../src/templates/mirrors-new.html:3
-msgid "Add new mirror"
-msgstr "Ajouter un nouveau mirroir"
-
-#: ../src/templates/mirrors-list.html:36
-msgid "On this page, you will see a list of all mirror servers."
-msgstr "Sur cette page est affiché la liste des serveurs mirroirs."
-
-#: ../src/templates/mirrors-list.html:64
-msgid "Up"
-msgstr "Haut"
-
-#: ../src/templates/mirrors-list.html:68
-msgid "Down"
-msgstr "Bas"
-
-#: ../src/templates/mirrors-list.html:90
-msgid "There are no mirrors configured, yet."
-msgstr "Il n'y a aucun mirroir configuré pour le moment."
-
-#: ../src/templates/mirrors-new.html:16
-msgid "New mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:21
-msgid "Add a new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:34
-msgid "Enter the canonical hostname of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:40
-msgid "Path"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:46
-msgid "The path to the files on the server."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:52
-msgid "Create new mirror"
-msgstr ""
-
-#: ../src/templates/modules/builders/load.html:2
-msgid "Current load of the build cluster"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:4
-#: ../src/templates/package-properties.html:71
-#: ../src/templates/package-properties.html:82
-msgid "Critical path"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:9
-msgid "Release build"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:11
-#: ../src/templates/modules/changelog/entry.html:22
-msgid "Scratch build"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:8
-msgid "As soon as possible"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:9
-msgid "After 5 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:10
-msgid "After 15 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:11
-msgid "After one hour"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:12
-msgid "After one day"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:17
-msgid "Set the time after which the build job starts."
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:22
-msgid "Schedule build"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:3
-msgid "This build is broken!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:4
-msgid ""
-"This means that the package may cause severe damage on your system and/or "
-"does not work at all."
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:8
-msgid "This build is obsolete!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:9
-msgid "This means that this package has been replaced with a new one."
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:17
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-detail.html:50
-msgid "Repository"
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:83
-msgid "There are no builds to show at this place right now."
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:8
-#, c-format
-msgid "on %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:11
-#, c-format
-msgid "by %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:16
-msgid "Updated"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:22
-msgid "No comments so far."
-msgstr ""
-
-#: ../src/templates/modules/files-table.html:7
-msgid "Info"
-msgstr ""
-
-#: ../src/templates/modules/footer.html:5
-msgid ""
-"Pakfire is the buildsystem that is used to build the IPFire Linux firewall "
-"distribution."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:6
-msgid "It also installs and updates packages on the IPFire systems."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:11
-msgid "Code licensed under the GNU General Public License v3."
-msgstr ""
-
-#: ../src/templates/modules/jobs/list.html:7
-msgid "Runtime"
-msgstr "Durée d'exécution"
-
-#: ../src/templates/modules/jobs/status.html:9
-msgid "This build has got no jobs."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:4
-msgid "Arch"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:7
-msgid "Duration"
-msgstr "Durée"
-
-#: ../src/templates/modules/jobs-table.html:19 ../src/web/ui_modules.py:325
-msgid "New"
-msgstr "Nouveau"
-
-#: ../src/templates/modules/jobs-table.html:31 ../src/web/ui_modules.py:300
-msgid "Aborted"
-msgstr "Annulé"
-
-#: ../src/templates/modules/jobs-table.html:33
-msgid "Dependency error"
-msgstr "Erreur de dépendance"
-
-#: ../src/templates/modules/jobs-table.html:47
-#, c-format
-msgid "Running since %s"
-msgstr "En cours depuis %s"
-
-#: ../src/templates/modules/jobs-table.html:51
-msgid "Not finished, yet."
-msgstr "Pas terminé pour l'instant."
-
-#: ../src/templates/modules/jobs-table.html:60
#, c-format
-msgid "This package only supports %s."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:66
-msgid "No jobs, yet."
-msgstr "Pas encore de tâches"
-
-#: ../src/templates/modules/log-entry-comment.html:22
-msgid "No comment given."
-msgstr ""
-
-#: ../src/templates/modules/log-entry.html:21
-msgid "You"
-msgstr ""
-
-#: ../src/templates/modules/log-table.html:23
-msgid "No log entries, yet."
-msgstr ""
-
-#: ../src/templates/modules/modal-base.html:25
-#: ../src/templates/user-forgot-password.html:49
-msgid "Submit"
-msgstr "Soumettre"
+msgid "Abort build job %s"
+msgstr "Annuler la tâche de comilation %s"
-#: ../src/templates/modules/modal-build-comment.html:8
-#, c-format
-msgid "Comment on %s"
+msgid "You may abort a running build."
msgstr ""
-#: ../src/templates/modules/modal-build-comment.html:10
-msgid "Log in to comment"
+msgid "The build server will eventually stop to build the package."
msgstr ""
-#: ../src/templates/modules/modal-build-comment.html:26
-msgid "Vote"
-msgstr "Voter"
+msgid "Build job"
+msgstr "Tâche de compilation"
-#: ../src/templates/modules/modal-build-comment.html:30
-msgid "Not tested."
-msgstr ""
+msgid "Start time"
+msgstr "Heure de démarrage"
-#: ../src/templates/modules/modal-build-comment.html:34
-msgid "Works for me."
-msgstr ""
+msgid "No started, yet."
+msgstr "Pas encore démarré"
-#: ../src/templates/modules/modal-build-comment.html:38
-msgid "Does not work."
-msgstr ""
+msgid "Build server"
+msgstr "Serveur de compilation"
-#: ../src/templates/modules/modal-build-comment.html:46
-msgid "You need to log in to comment."
+msgid "Job buildroot"
msgstr ""
-#: ../src/templates/modules/modal-build-comment.html:47
-msgid "Click on the button below to do so."
+msgid "Buildroot"
msgstr ""
-#: ../src/templates/modules/modal-build-comment.html:54
-msgid "Submit comment"
+msgid "Buildroot size"
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:7
-#, c-format
-msgid "Push %s to a repository"
+msgid "Download size"
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:15
-msgid "Not all jobs are finished!"
+#, c-format
+msgid "The packages listed below were used to build %s."
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:16
-msgid ""
-"So it is <em>strongly</em> discouraged to push this build into the next "
-"repository."
+msgid "Log In"
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:35
-msgid "The build will be put into this repository."
-msgstr ""
+#, fuzzy
+msgid "Login failed"
+msgstr "Erreur de connexion!"
-#: ../src/templates/modules/modal-build-push.html:44
-msgid "You are going to push this build into a new repository."
+#, c-format
+msgid "Delete mirror %s"
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:45
-msgid ""
-"This means that the build won't be part of the repository it is currently in "
-"anymore."
+#, c-format
+msgid "Delete mirror: %s"
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:48
-msgid ""
-"Please make sure you tested this build well enough that it will keep up with "
-"the quality level of the target repository."
+#, c-format
+msgid "You are going to delete the mirror %s."
msgstr ""
-#: ../src/templates/modules/modal-build-unpush.html:6
#, c-format
-msgid "Unpush %s from a repository"
+msgid "Mirror: %s"
msgstr ""
-#: ../src/templates/modules/modal-build-unpush.html:27
-msgid "You are going to unpush this build from its repository."
-msgstr ""
+msgid "Add new mirror"
+msgstr "Ajouter un nouveau mirroir"
-#: ../src/templates/modules/modal-build-unpush.html:28
-msgid ""
-"This means that the build won't be installable from this repository anymore."
+msgid "Edit settings"
msgstr ""
-#: ../src/templates/modules/modal-build-unpush.html:33
-msgid ""
-"If you consider this build being obsolete or broken, please don't forget to "
-"mark it so."
+msgid "Delete mirror"
msgstr ""
-#: ../src/templates/modules/package-header.html:19
-msgid "Group"
+msgid "General"
msgstr ""
-#: ../src/templates/modules/packages/dependency-table.html:9
-msgid "Pre-requires"
-msgstr ""
+#, fuzzy
+msgid "Location"
+msgstr "Documentation"
-#: ../src/templates/modules/packages/dependency-table.html:15
-msgid "Recommends"
+msgid "The location of the mirror server could not be estimated."
msgstr ""
-#: ../src/templates/modules/packages/dependency-table.html:17
-msgid "Suggests"
+msgid "Status information"
msgstr ""
-#: ../src/templates/modules/repo-actions-table.html:5
-#, c-format
-msgid "added %s"
+msgid "Status"
+msgstr "Statut"
+
+msgid "HTTP Response Code"
msgstr ""
-#: ../src/templates/modules/repo-actions-table.html:10
-msgid "Run"
+msgid "Last sync"
msgstr ""
-#: ../src/templates/modules/repo-actions-table.html:12
-msgid "Remove action"
+msgid "Last check"
msgstr ""
-#: ../src/templates/modules/repo-actions-table.html:19
-msgid "%(credits)s more credit needed."
+msgid "Never"
msgstr ""
-#: ../src/templates/modules/repo-actions-table.html:21
-msgid "No more credits needed."
+msgid "Average Response Time"
msgstr ""
-#: ../src/templates/modules/repo-actions-table.html:25
#, c-format
-msgid "Maintainer: %s"
+msgid "Manage mirror %s"
msgstr ""
-#: ../src/templates/modules/repo-actions-table.html:28
-msgid "Go to package description"
+msgid "Manage"
msgstr ""
-#: ../src/templates/modules/repository-table.html:5
-msgid "No. of builds"
+#, c-format
+msgid "Manage mirror: %s"
msgstr ""
-#: ../src/templates/modules/repository-table.html:6
-#: ../src/templates/repository-detail.html:44
-msgid "Enabled for builds"
+msgid "The canonical hostname."
msgstr ""
-#: ../src/templates/modules/repository-table.html:21
-#: ../src/templates/repository-detail.html:68
-#: ../src/templates/user-profile.html:136
-msgid "Yes"
+msgid "Check if this mirror server supports HTTPS."
msgstr ""
-#: ../src/templates/modules/repository-table.html:23
-#: ../src/templates/repository-detail.html:70
-#: ../src/templates/user-profile.html:138
-msgid "No"
+msgid "Contact information"
msgstr ""
-#: ../src/templates/modules/select/locale.html:2
-#: ../src/templates/modules/select/timezone.html:2
-msgid "Auto-select"
-msgstr ""
+msgid "Owner"
+msgstr "Propriétaire"
-#: ../src/templates/modules/source-table.html:5
-msgid "No. of commits"
+msgid "The owner of the mirror server."
msgstr ""
-#: ../src/templates/modules/source-table.html:6
-msgid "Latest commit"
+msgid "Contact address"
msgstr ""
-#: ../src/templates/modules/source-table.html:14
-#, c-format
-msgid "Branch: %s"
+msgid "An email address to contact an administrator of the mirror."
msgstr ""
-#: ../src/templates/modules/updates-table.html:18
-msgid "Score:"
+msgid "This won't be made public."
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:2
-msgid "Watchers"
+msgid "Save changes"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:7
-#: ../src/templates/modules/watchers-sidebar-table.html:36
-msgid "You."
-msgstr ""
+msgid "On this page, you will see a list of all mirror servers."
+msgstr "Sur cette page est affiché la liste des serveurs mirroirs."
-#: ../src/templates/modules/watchers-sidebar-table.html:9
-msgid "You and one other."
-msgstr ""
+msgid "Up"
+msgstr "Haut"
-#: ../src/templates/modules/watchers-sidebar-table.html:11
-#, c-format
-msgid "You and %s others."
+msgid "Out Of Sync"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:14
-msgid "One person."
-msgstr ""
+msgid "Down"
+msgstr "Bas"
-#: ../src/templates/modules/watchers-sidebar-table.html:27
-msgid ""
-"All users who watch this build will be automatically notified about status "
-"changes and comments."
-msgstr ""
+msgid "There are no mirrors configured, yet."
+msgstr "Il n'y a aucun mirroir configuré pour le moment."
-#: ../src/templates/modules/watchers-sidebar-table.html:28
-msgid "This is an easy way of staying up to date."
+msgid "New mirror"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:48
-msgid "Nobody watches this build, yet. Be the first one."
+msgid "Add a new mirror"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:56
-msgid "Watch this build"
+msgid "Enter the canonical hostname of the mirror."
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:58
-msgid "Add a watcher"
+msgid "Path"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:62
-msgid "Close"
+msgid "The path to the files on the server."
msgstr ""
-#: ../src/templates/package-detail.html:42
-msgid "Development package"
+msgid "Create new mirror"
msgstr ""
-#: ../src/templates/package-detail.html:45
-msgid "Debuginfo package"
+msgid "Release build"
msgstr ""
-#: ../src/templates/package-detail.html:64
-msgid "Homepage"
+msgid "Scratch build"
msgstr ""
-#: ../src/templates/package-detail.html:88
-msgid "Build time"
+msgid "As soon as possible"
msgstr ""
-#: ../src/templates/package-detail.html:130
-msgid "%(size)s when installed"
+msgid "After 5 minutes"
msgstr ""
-#: ../src/templates/package-detail.html:162
-msgid "Build dependencies"
+msgid "After 15 minutes"
msgstr ""
-#: ../src/templates/package-detail.html:164
-msgid "Dependencies"
+msgid "After one hour"
msgstr ""
-#: ../src/templates/package-detail.html:173
-msgid "Filelist"
+msgid "After one day"
msgstr ""
-#: ../src/templates/package-detail-list.html:25
-#: ../src/templates/packages/builds/times.html:20
-#: ../src/templates/packages/builds/times.html:41
-msgid "Build times"
+msgid "Set the time after which the build job starts."
msgstr ""
-#: ../src/templates/package-detail-list.html:58
-msgid "File new bug"
+msgid "Schedule build"
msgstr ""
-#: ../src/templates/package-detail-list.html:61
-msgid "Show all bugs"
+msgid "This build is broken!"
msgstr ""
-#: ../src/templates/package-detail-list.html:66
-msgid "Open bugs"
+msgid ""
+"This means that the package may cause severe damage on your system and/or "
+"does not work at all."
msgstr ""
-#: ../src/templates/package-detail-list.html:76
-msgid "Full changelog"
+msgid "This build is obsolete!"
msgstr ""
-#: ../src/templates/package-properties.html:20
-msgid "Properties"
+msgid "This means that this package has been replaced with a new one."
msgstr ""
-#: ../src/templates/package-properties.html:32
-msgid "Maintainers"
+msgid "Repository"
msgstr ""
-#: ../src/templates/package-properties.html:37
-#: ../src/templates/package-properties.html:47
-msgid "Default priority"
+msgid "Created"
msgstr ""
-#: ../src/templates/package-properties.html:39
-msgid ""
-"A big benefit of the Pakfire Build Service is, that builds are available to "
-"end-users in a very short time."
+msgid "In repository since"
msgstr ""
-#: ../src/templates/package-properties.html:40
-msgid ""
-"Some packages might need some extra boost if the build servers are very busy."
+msgid "Can be moved forward"
msgstr ""
-#: ../src/templates/package-properties.html:43
-msgid "You may set a default priority for all builds of this package."
+msgid "There are no builds to show at this place right now."
msgstr ""
-#: ../src/templates/package-properties.html:73
-msgid ""
-"A package that belongs to the critical path is a package that plays a very "
-"essential role in the distribution."
+msgid "Subject"
msgstr ""
-#: ../src/templates/package-properties.html:74
-msgid ""
-"If such a package is broken, it may not be possible to boot or recover the "
-"system anymore, so we need to be extra sure that these packages work."
+msgid "Download"
msgstr ""
-#: ../src/templates/package-properties.html:77
-msgid ""
-"If this package is marked to belong to the critical path, it will need a "
-"higher score to pass to the next repository and more."
+msgid "Info"
msgstr ""
-#: ../src/templates/package-properties.html:78
-msgid "Learn more."
+msgid "Arch"
msgstr ""
-#: ../src/templates/package-properties.html:86
-msgid "This package belongs to the critical path"
-msgstr ""
+msgid "Duration"
+msgstr "Durée"
-#: ../src/templates/packages/builds/scratch.html:35
-msgid "There are no scratch builds for this package."
-msgstr ""
+msgid "Pending"
+msgstr "En attente"
-#: ../src/templates/packages/builds/times.html:3
-msgid "Package build times"
-msgstr ""
+msgid "Failed"
+msgstr "Erreur"
-#: ../src/templates/packages/builds/times.html:34
-msgid "This table shows you how long this package normally takes to be built."
-msgstr ""
+msgid "Dispatching"
+msgstr "En préparation"
-#: ../src/templates/packages/builds/times.html:45
-msgid "Average"
-msgstr ""
+msgid "Finished"
+msgstr "Terminé"
-#: ../src/templates/packages/builds/times.html:46
-msgid "Maximum"
-msgstr ""
+msgid "Running"
+msgstr "En cours"
-#: ../src/templates/packages/builds/times.html:47
-msgid "Minimum"
-msgstr ""
+msgid "Aborted"
+msgstr "Annulé"
-#: ../src/templates/packages/builds/times.html:48
-msgid "Total"
-msgstr ""
+#, c-format
+msgid "Running since %s"
+msgstr "En cours depuis %s"
+
+msgid "Not finished, yet."
+msgstr "Pas terminé pour l'instant."
-#: ../src/templates/packages/changelog.html:3
#, c-format
-msgid "Changelog of %s"
+msgid "This package only supports %s."
msgstr ""
-#: ../src/templates/packages/changelog.html:20
-#: ../src/templates/packages/changelog.html:26
-msgid "Changelog"
-msgstr ""
+msgid "No jobs, yet."
+msgstr "Pas encore de tâches"
-#: ../src/templates/packages-list.html:3 ../src/templates/packages-list.html:17
-msgid "Package list"
-msgstr "Liste des paquets"
+#, fuzzy, c-format
+msgid "Finished %s"
+msgstr "Terminé"
-#: ../src/templates/packages-list.html:23
-msgid ""
-"This is an alphabetically ordered list of all packages in the distribution."
+#, c-format
+msgid "on %s"
msgstr ""
-"Ceci est une liste alphabétique de tous les paquets de la distribution."
-#: ../src/templates/packages-list.html:24
-msgid "Click on a link to see further information about the package."
-msgstr "Cliquez le lien pour avoir plus d'information sur ce paquet."
-
-#: ../src/templates/packages-list.html:31
-msgid "Selection"
+msgid "This build has got no jobs."
msgstr ""
-#: ../src/templates/packages-list.html:36
-msgid "Show broken packages"
+msgid "No comment given."
msgstr ""
-#: ../src/templates/packages-list.html:39
-msgid "Show all packages"
+msgid "You"
msgstr ""
-#: ../src/templates/packages/view-file.html:3
-msgid "View %(filename)s from %(pkg)s"
+msgid "No log entries, yet."
msgstr ""
-#: ../src/templates/packages/view-file.html:36
-msgid "View file"
-msgstr ""
+msgid "Submit"
+msgstr "Soumettre"
-#: ../src/templates/packages/view-file.html:50
#, c-format
-msgid "Mimetype: %s"
+msgid "Comment on %s"
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Size: %s"
+msgid "Log in to comment"
msgstr ""
-#: ../src/templates/register-activation-fail.html:3
-msgid "Account activation failed"
-msgstr "Erreur lors de l'activation du compte"
-
-#: ../src/templates/register-activation-fail.html:12
-#: ../src/templates/register-activation-success.html:12
-msgid "Account activation"
-msgstr "Activation de compte"
+msgid "Comment"
+msgstr ""
-#: ../src/templates/register-activation-fail.html:17
-msgid "Activation failed"
-msgstr "Échec de l'activation"
+msgid "Vote"
+msgstr "Voter"
-#: ../src/templates/register-activation-fail.html:23
-#: ../src/templates/register-fail.html:6
-#: ../src/templates/user-profile-edit-fail.html:6
-msgid "We are sorry."
-msgstr "Nous sommes désolés."
+msgid "Not tested."
+msgstr ""
-#: ../src/templates/register-activation-fail.html:24
-msgid "The activation of your account has failed."
-msgstr "L'activation de votre compte a échoué."
+msgid "Works for me."
+msgstr ""
-#: ../src/templates/register-activation-fail.html:25
-msgid "Possibly the registration code is wrong or your registration timed out."
+msgid "Does not work."
msgstr ""
-#: ../src/templates/register-activation-success.html:3
-msgid "Account activation successful"
-msgstr "Activation du compte terminée avec succès"
+msgid "You need to log in to comment."
+msgstr ""
-#: ../src/templates/register-activation-success.html:17
-msgid "Activation successful"
-msgstr "Activation terminée"
+msgid "Click on the button below to do so."
+msgstr ""
-#: ../src/templates/register-activation-success.html:23
-#, c-format
-msgid "Your account has been activated, %s."
-msgstr "Votre compte a été activé avec succès, %s."
+msgid "Submit comment"
+msgstr ""
-#: ../src/templates/register-activation-success.html:24
-msgid "Have fun!"
-msgstr "Bienvenue!"
+msgid "Login"
+msgstr "Connexion"
-#: ../src/templates/register-fail.html:4
-msgid "Registration failed"
-msgstr "Création du compte impossible"
+#, c-format
+msgid "Push %s to a repository"
+msgstr ""
-#: ../src/templates/register-fail.html:7
-msgid "We could not create your requested account."
-msgstr "Nous ne pouvons pas finaliser la création de votre compte."
+msgid "Not all jobs are finished!"
+msgstr ""
-#: ../src/templates/register-fail.html:17
-#: ../src/templates/user-profile-edit-fail.html:17
msgid ""
-"Use the back button on your web browser to go back to the previous page and "
-"correct your submission."
+"So it is <em>strongly</em> discouraged to push this build into the next "
+"repository."
msgstr ""
-"Utilisez le boutton de retour arrière de votre navigateur pour retrouver "
-"votre formulaire et le corriger."
-
-#: ../src/templates/register.html:3 ../src/templates/register.html:18
-msgid "Register a new account"
-msgstr "Création d'un nouveau compte"
-
-#: ../src/templates/register.html:12
-msgid "Register new account"
-msgstr "Création de compte"
-
-#: ../src/templates/register.html:19
-msgid "Join the community!"
-msgstr "Rejoignez la communauté!"
-#: ../src/templates/register.html:26
-msgid "Registration form"
-msgstr "Formulaire d'enregistrement"
+msgid "The build will be put into this repository."
+msgstr ""
-#: ../src/templates/register.html:35
-msgid "Must be a unique name you login with."
-msgstr "Doit être un nom unique pour vous identifier"
+msgid "You are going to push this build into a new repository."
+msgstr ""
-#: ../src/templates/register.html:41 ../src/templates/user-profile-edit.html:60
-msgid "Email address"
-msgstr "Adresse électronique"
+msgid ""
+"This means that the build won't be part of the repository it is currently in "
+"anymore."
+msgstr ""
-#: ../src/templates/register.html:46
-msgid "Type in your email address, which is used to verify the account."
+msgid ""
+"Please make sure you tested this build well enough that it will keep up with "
+"the quality level of the target repository."
msgstr ""
-"Saisissez une adresse électronique valable, elle sera utilisée pour valider "
-"votre compte."
-#: ../src/templates/register.html:52
-msgid "Real name (optional)"
-msgstr "Votre nom complet (optionnel)"
+#, c-format
+msgid "Unpush %s from a repository"
+msgstr ""
-#: ../src/templates/register.html:57
-msgid "Type you firstname and your lastname here."
-msgstr "Saisissez ici vos nom et prénom"
+msgid "You are going to unpush this build from its repository."
+msgstr ""
-#: ../src/templates/register.html:64
-msgid "Account security"
-msgstr "Sécurité du compte"
+msgid ""
+"This means that the build won't be installable from this repository anymore."
+msgstr ""
-#: ../src/templates/register.html:72
-#: ../src/templates/user-profile-edit.html:106
msgid ""
-"The password is used to secure the login and must be at least 8 characters."
+"If you consider this build being obsolete or broken, please don't forget to "
+"mark it so."
msgstr ""
-"Le mot de passe est nécessaire pour protéger votre compte, il doit comporter "
-"au minimum 8 caractères."
-#: ../src/templates/register.html:78
-msgid "Confirm password"
-msgstr "Confirmation du mot de passe"
+msgid "Group"
+msgid_plural "Groups"
+msgstr[0] ""
+msgstr[1] ""
+
+#, c-format
+msgid "added %s"
+msgstr ""
-#: ../src/templates/register.html:83
-msgid "Pick a password that is as strong as possible."
-msgstr "Saisissez un mot de passe aussi compliqué que possible."
+msgid "Run"
+msgstr ""
-#: ../src/templates/register.html:84
-msgid "Don't login at unsecure places where people could spy on your password."
+msgid "Remove action"
msgstr ""
-"Ne vous connectez pas depuis un endroit publique, certaines personnes "
-"malveillantes pourraient récupérer votre mot de passe."
-#: ../src/templates/register.html:91
-msgid "Sign up!"
-msgstr "Enregistré !"
+msgid "One more score needed."
+msgid_plural "%(score)s more scores needed."
+msgstr[0] ""
+msgstr[1] ""
-#: ../src/templates/register-success.html:4
-msgid "Registration successful"
-msgstr "Enregistrement terminée avec succès"
+msgid "No more scores needed."
+msgstr ""
-#: ../src/templates/register-success.html:6
#, c-format
-msgid "Your new account has been created, %s."
-msgstr "Votre compte a été créé, %s."
-
-#: ../src/templates/register-success.html:7
-msgid ""
-"To complete the activation, follow the instructions that were sent to you in "
-"an activation email."
+msgid "Maintainer: %s"
msgstr ""
-"Pour valider définitivement ce dernier, suivez les instructions qui vous ont "
-"été transmises par email à l'adresse mentionnée lors de votre inscription."
-#: ../src/templates/repository-detail.html:30
-msgid "Stable repository"
+msgid "Go to package description"
msgstr ""
-#: ../src/templates/repository-detail.html:34
-msgid "Unstable repository"
+msgid "Auto-select"
msgstr ""
-#: ../src/templates/repository-detail.html:38
-msgid "Testing repository"
+msgid "No. of commits"
msgstr ""
-#: ../src/templates/repository-detail.html:65
-msgid "Repository is enabled for builds?"
+msgid "Latest commit"
msgstr ""
-#: ../src/templates/repository-detail.html:76
-#: ../src/templates/repository-detail.html:151
-msgid "Obsolete builds"
+#, c-format
+msgid "Branch: %s"
msgstr ""
-#: ../src/templates/repository-detail.html:85
-msgid "Total build time"
+msgid "You."
msgstr ""
-#: ../src/templates/repository-detail.html:99
-msgid ""
-"The table above shows how long it took to build all packages in this "
-"repository."
+msgid "You and one other."
msgstr ""
-#: ../src/templates/repository-detail.html:126
-msgid "Unpushed builds"
+#, c-format
+msgid "You and %s others."
msgstr ""
-#: ../src/templates/repository-detail.html:128
+msgid "One person."
+msgid_plural "%(num)s people."
+msgstr[0] ""
+msgstr[1] ""
+
msgid ""
-"These builds were already put into this repository, but were not pushed out "
-"to the mirror servers, yet."
+"All users who watch this build will be automatically notified about status "
+"changes and comments."
msgstr ""
-#: ../src/templates/repository-detail.html:139
-msgid "Builds in this repository"
+msgid "This is an easy way of staying up to date."
msgstr ""
-#: ../src/templates/repository-edit.html:3
-#: ../src/templates/repository-edit.html:7
-#, c-format
-msgid "Edit repository %s"
+msgid "Nobody watches this build, yet. Be the first one."
msgstr ""
-#: ../src/templates/repository-edit.html:20
-msgid "The name of the repository."
+msgid "Watch this build"
msgstr ""
-#: ../src/templates/repository-edit.html:21
-msgid "Must only contain of the lowercase characters."
+msgid "Add a watcher"
msgstr ""
-#: ../src/templates/repository-edit.html:33
-msgid "Score settings"
+msgid "Close"
msgstr ""
-#: ../src/templates/repository-edit.html:35
-msgid "These settings configure the automatic score feature."
+msgid "Properties"
msgstr ""
-#: ../src/templates/repository-edit.html:36
-msgid ""
-"Builds that gained a certain score are moved to the next repository "
-"automatically and removed if the score is too bad."
+msgid "Maintainers"
msgstr ""
-#: ../src/templates/repository-edit.html:40
-msgid "Needed score"
+msgid "Default priority"
msgstr ""
-#: ../src/templates/repository-edit.html:45
msgid ""
-"The score that is needed for builds to automatically be moved into this "
-"repository."
+"A big benefit of the Pakfire Build Service is, that builds are available to "
+"end-users in a very short time."
msgstr ""
-#: ../src/templates/repository-edit.html:49
-msgid "Minimum time"
+msgid ""
+"Some packages might need some extra boost if the build servers are very busy."
msgstr ""
-#: ../src/templates/repository-edit.html:54
-msgid "Every build must stay a minimum time in a repository."
+msgid "You may set a default priority for all builds of this package."
msgstr ""
-#: ../src/templates/repository-edit.html:55
-msgid "This is to ensure that a package gets tested well."
-msgstr ""
+msgid "Very high"
+msgstr "Très haute"
-#: ../src/templates/repository-edit.html:56
-#: ../src/templates/repository-edit.html:67
-msgid "Enter zero to disable the feature."
-msgstr ""
+msgid "High"
+msgstr "Haute"
+
+msgid "Medium"
+msgstr "Moyenne"
+
+msgid "Low"
+msgstr "Basse"
+
+msgid "Very low"
+msgstr "Très basse"
-#: ../src/templates/repository-edit.html:60
-msgid "Maximum time"
+msgid "Critical path"
msgstr ""
-#: ../src/templates/repository-edit.html:65
msgid ""
-"If a build is more than a certain amount of time in a repository, it will "
-"automatically be removed."
+"A package that belongs to the critical path is a package that plays a very "
+"essential role in the distribution."
msgstr ""
-#: ../src/templates/repository-edit.html:66
-msgid "This is to ensure that packages are not forgotten to be pushed."
+msgid ""
+"If such a package is broken, it may not be possible to boot or recover the "
+"system anymore, so we need to be extra sure that these packages work."
msgstr ""
-#: ../src/templates/repository-edit.html:73
-msgid "Build settings"
+msgid ""
+"If this package is marked to belong to the critical path, it will need a "
+"higher score to pass to the next repository and more."
msgstr ""
-#: ../src/templates/repository-edit.html:76
-msgid "Use package for builds?"
+msgid "Learn more."
msgstr ""
-#: ../src/templates/repository-edit.html:81
-msgid "Should the package be selected for builds by default?"
+msgid "Open Bugs In This Package"
msgstr ""
-#: ../src/templates/repository-edit.html:82
-#: ../src/templates/user-impersonation.html:21
-msgid "Use with caution!"
+msgid "Show All Bugs"
msgstr ""
-#: ../src/templates/search-form.html:3
-msgid "Advanced search"
+msgid "File A New Bug"
msgstr ""
-#: ../src/templates/search-form.html:18
-#, c-format
-msgid "No results for '%s'."
-msgstr ""
+#, fuzzy
+msgid "Download Package"
+msgstr "Télécharger le fichier"
-#: ../src/templates/search-form.html:26
-msgid "Type a search pattern into the box below and hit the button."
-msgstr ""
+#, fuzzy, c-format
+msgid "Build from %s"
+msgstr "Tâches de compilation"
-#: ../src/templates/search-form.html:46
-msgid "Search for packages by name or description"
+msgid "Filelist"
msgstr ""
-#: ../src/templates/search-form.html:48
-msgid ""
-"If you type a package name to the search box you will get a link to the "
-"package."
-msgstr ""
+#, fuzzy, c-format
+msgid "Download (%s)"
+msgstr "Télécharger le fichier"
-#: ../src/templates/search-form.html:49
-msgid "The search is performed in case insensitive mode."
+msgid "Job Queue"
msgstr ""
-#: ../src/templates/search-form.html:58
-msgid "Search for UUIDs"
-msgstr ""
+#, fuzzy, c-format
+msgid "Builds in %s"
+msgstr "Compilations"
-#: ../src/templates/search-form.html:60
-msgid ""
-"If you type a UUID to the search box, you will be directed to the job, build "
-"or package it belongs to."
+msgid "Create"
msgstr ""
-#: ../src/templates/search-form.html:61
-msgid ""
-"This is a handy feature if you have a UUID and search for the corresponding "
-"package or build."
+msgid "- Select -"
msgstr ""
-#: ../src/templates/search-form.html:64 ../src/templates/search-form.html:80
-msgid "Examples"
+msgid "Create Repository"
msgstr ""
-#: ../src/templates/search-form.html:73
-msgid "Search for files"
+msgid "Describe what this repository will contain"
msgstr ""
-#: ../src/templates/search-form.html:75
-msgid "You may also search for file names."
-msgstr ""
+msgid "Priority"
+msgstr "Priorité"
-#: ../src/templates/search-form.html:76
-msgid "You will get a list of packages that contain the file."
-msgstr ""
+#, fuzzy
+msgid "Listed"
+msgstr "Date d'enregistrement"
-#: ../src/templates/search-form.html:77
-msgid ""
-"The search pattern must start with a slash that it will be recognized as a "
-"file."
+msgid "By unchecking this box, you can hide this repository from being listed"
msgstr ""
-#: ../src/templates/search-results.html:3
-#: ../src/templates/search-results.html:22
-#, c-format
-msgid "Search results for '%s'"
+msgid "Enable Mirroring"
msgstr ""
-#: ../src/templates/search-results.html:12
-msgid "Search results"
+msgid "If enabled, this repository will be made available on mirror servers"
msgstr ""
-#: ../src/templates/search-results.html:28
-msgid "No results found."
-msgstr ""
+#, fuzzy
+msgid "Download Configuration"
+msgstr "Télécharger le fichier"
-#: ../src/templates/search-results.html:30
-msgid "Visit the advanced search page to find about how to define your query."
-msgstr ""
+msgid "Search"
+msgstr "Recherche"
-#: ../src/templates/search-results.html:75
#, c-format
-msgid "%s was found in the following package."
+msgid "We could not find anything for '%s'"
msgstr ""
-#: ../src/templates/sessions/index.html:36
-msgid "Valid until"
-msgstr "Valable jusqu'au"
+msgid "Go!"
+msgstr "Afficher!"
-#: ../src/templates/sessions/index.html:37
-msgid "Last seen at"
+msgid "Sources repositories"
msgstr ""
-#: ../src/templates/source-list.html:3
-msgid "Sources repositories"
+msgid "Source repositories"
msgstr ""
-#: ../src/templates/source-list.html:17
msgid "Add source repository"
msgstr ""
-#: ../src/templates/source-list.html:18
msgid "Blah 123"
msgstr ""
-#: ../src/templates/statistics/index.html:11
-msgid ""
-"On this page, you will find a lot of information bundled in graphs and "
-"figures."
-msgstr ""
+#, fuzzy
+msgid "Delete User"
+msgstr "Supprimer l'utilisateur %s"
-#: ../src/templates/statistics/index.html:12
-msgid ""
-"They give a very quick overview about what is going on in the build service."
-msgstr ""
+#, fuzzy
+msgid "Are you sure you want to delete your account?"
+msgstr "Voulez-vous vraiment supprimer votre propre compte ?"
+
+#, fuzzy, c-format
+msgid "Are you sure you want to delete the user '%s'?"
+msgstr "Etes-vous certain de vouloir supprimer l'utilisateur %s ?"
+
+#, fuzzy
+msgid "Edit User"
+msgstr "Utilisateur"
-#: ../src/templates/statistics/index.html:18
#, c-format
-msgid "The average build time is %.1f minutes."
+msgid "Send an Email to %s"
msgstr ""
-#: ../src/templates/statistics/index.html:21
-msgid "There are %(builds_count)s builds containing %(jobs_count_all)s jobs."
+msgid "Quota"
msgstr ""
-#: ../src/templates/updates-index.html:3
-msgid "Updates"
+#, python-format
+msgid "%(min)d min"
msgstr ""
-#: ../src/templates/updates-index.html:6
-msgid "Coming soon..."
-msgstr "Bientôt disponible..."
-
-#: ../src/templates/uploads-list.html:24
-msgid "Filename"
-msgstr "Nom du fichier"
+#, python-format
+msgid "%(hrs)d:%(min)02d hrs"
+msgstr ""
-#: ../src/templates/uploads-list.html:26
-msgid "Filesize"
-msgstr "Taille du fichier"
+msgid "User not found."
+msgstr "Utilisateur inconnu."
-#: ../src/templates/uploads-list.html:27
-msgid "Time running"
+msgid "Recommends"
msgstr ""
-#: ../src/templates/uploads-list.html:44
-msgid "No owner."
+msgid "Suggests"
msgstr ""
-#: ../src/templates/uploads-list.html:74
-msgid "There are currently no uploads running."
-msgstr ""
+msgid "Today"
+msgstr "Aujourd'hui"
-#: ../src/templates/user-comments.html:4
-msgid "Latest user comments"
-msgstr ""
+msgid "Yesterday"
+msgstr "Hier"
-#: ../src/templates/user-comments.html:12
-msgid "Show all users"
-msgstr ""
+msgid "Uploading"
+msgstr "En cours de chargement"
-#: ../src/templates/user-delete.html:4
-#, c-format
-msgid "Delete user %s"
-msgstr "Supprimer l'utilisateur %s"
+#, python-format
+msgid "Unknown: %s"
+msgstr "Inconnu: %s"
-#: ../src/templates/user-delete.html:8
-msgid "Do you really want to delete your own account?"
-msgstr "Voulez-vous vraiment supprimer votre propre compte ?"
+#~ msgid "Account Activation"
+#~ msgstr "Activation de compte"
-#: ../src/templates/user-delete.html:9
-msgid "You won't be able to login and use this service any more."
-msgstr ""
+#~ msgid "To activate your account, please click on the link below."
+#~ msgstr "Pour activer votre compte, merci de suivre le lien suivant."
-#: ../src/templates/user-delete.html:11
-#, c-format
-msgid "Do you really want to delete the user %s?"
-msgstr "Etes-vous certain de vouloir supprimer l'utilisateur %s ?"
+#~ msgid "Key Management"
+#~ msgstr "Gestion des clés"
-#: ../src/templates/user-forgot-password.html:3
-#: ../src/templates/user-forgot-password.html:12
-#: ../src/templates/user-forgot-password.html:17
-msgid "Forgot password"
-msgstr "Mot de passe oublié"
+#~ msgid "Administration"
+#~ msgstr "Administration"
-#: ../src/templates/user-forgot-password.html:22
-msgid "Work in progress!"
-msgstr "Développement en cours"
+#~ msgid "Sessions"
+#~ msgstr "Sessions"
-#: ../src/templates/user-forgot-password.html:28
-msgid "You have forgotten you password, eh? Shame on you."
-msgstr "Vous avez oublié votre mot de passe? Honte à vous."
+#~ msgid "Logout"
+#~ msgstr "Déconnexion"
-#: ../src/templates/user-forgot-password.html:29
-msgid "However, we allow to re-activate your account."
-msgstr "Heureusement, vous pouvez demander à réactiver votre compte."
+#~ msgid "Register"
+#~ msgstr "Enregistrement"
-#: ../src/templates/user-forgot-password.html:32
-msgid "You need to enter your username below."
-msgstr "Il vous suffit de soumettre votre nom d'utilisateur."
+#~ msgid "Forgot your password?"
+#~ msgstr "Mot de passe oublié?"
-#: ../src/templates/user-forgot-password.html:33
-msgid "After that, you will receive an email with intructions how to go on."
-msgstr ""
-"Vous recevrez par la suite un email contenant les instructions nécessaires "
-"pour réinitialiser votre mot de passe."
+#~ msgid "Back"
+#~ msgstr "Retour"
-#: ../src/templates/user-forgot-password.html:42
-msgid "Your username"
-msgstr "Votre nom d'utilisateur"
+#~ msgid "Architecture"
+#~ msgstr "Architecture"
-#: ../src/templates/user-impersonation.html:3
-#, c-format
-msgid "Impersonate user %s"
-msgstr ""
+#~ msgid "Unknown CPU"
+#~ msgstr "Processeur inconnu"
-#: ../src/templates/user-impersonation.html:7
-msgid "User impersonation"
-msgstr ""
+#~ msgid "Any"
+#~ msgstr "Tous"
-#: ../src/templates/user-impersonation.html:17
-msgid ""
-"When impersonating another user, every action you perform will be taking "
-"place as if you had logged in as the user whom will be impersonating."
-msgstr ""
+#~ msgid "All"
+#~ msgstr "Tout"
-#: ../src/templates/user-impersonation.html:22
-msgid ""
-"This is a very powerful feature. You should be very careful while using it."
-msgstr ""
+#~ msgid "Obsolete"
+#~ msgstr "Obsolète"
-#: ../src/templates/user-list.html:3
-msgid "User list"
-msgstr ""
+#~ msgid "Beware"
+#~ msgstr "Attention"
-#: ../src/templates/user-profile-builds.html:3
-#: ../src/templates/user-profile-builds.html:7
-#, c-format
-msgid "Builds by %s"
-msgstr ""
+#~ msgid "None"
+#~ msgstr "Aucun"
-#: ../src/templates/user-profile-edit-fail.html:4
-msgid "Edit failed"
-msgstr ""
+#~ msgid "Documents"
+#~ msgstr "Documents"
-#: ../src/templates/user-profile-edit-fail.html:7
-msgid "The user profile cannot be saved."
-msgstr ""
+#~ msgid "Developers"
+#~ msgstr "Développeurs"
-#: ../src/templates/user-profile-edit.html:3
-#: ../src/templates/user-profile-edit.html:26
-#, c-format
-msgid "Edit user profile: %s"
-msgstr ""
+#~ msgid "Guidelines for developers"
+#~ msgstr "Directives pour développeurs"
-#: ../src/templates/user-profile-edit.html:34
-msgid "User Identity"
-msgstr ""
+#~ msgid "Guidelines for testers"
+#~ msgstr "Directives pour testeurs"
-#: ../src/templates/user-profile-edit.html:48
-msgid "Real name"
-msgstr ""
+#~ msgid "Welcome to the Pakfire Build Service"
+#~ msgstr "Bienvenue dans le Pakfire Build Service"
-#: ../src/templates/user-profile-edit.html:54
-msgid ""
-"This field is optional, but we appreciate it very much if you type in your "
-"real name."
-msgstr ""
+#~ msgid "Latest stable updates"
+#~ msgstr "Dernières mises à jour stables"
-#: ../src/templates/user-profile-edit.html:66
-msgid ""
-"If the email address is changed, your account will be disabled until you "
-"confirm the new email address."
-msgstr ""
+#~ msgid "Unstable updates"
+#~ msgstr "Mises à jour instables"
-#: ../src/templates/user-profile-edit.html:74
-msgid "Admin actions"
-msgstr ""
+#~ msgid "Testing updates"
+#~ msgstr "Mises à jour en test"
-#: ../src/templates/user-profile-edit.html:82
-#: ../src/templates/user-profile.html:52
-msgid "Tester"
-msgstr ""
+#~ msgid "View more updates..."
+#~ msgstr "Voir plus de mises à jour..."
-#: ../src/templates/user-profile-edit.html:85
-#: ../src/templates/user-profile.html:50
-msgid "Admin"
-msgstr ""
+#~ msgid "Show more build jobs"
+#~ msgstr "Afficher plus de tâches de compilation..."
-#: ../src/templates/user-profile-edit.html:90
-msgid "Define the permissions of the user."
-msgstr ""
+#~ msgid "Started"
+#~ msgstr "Démarré"
-#: ../src/templates/user-profile-edit.html:98
-msgid "Account security settings"
-msgstr ""
+#~ msgid "Package files"
+#~ msgstr "Fichiers du paquet"
-#: ../src/templates/user-profile-edit.html:112
-#: ../src/templates/user-profile-passwd.html:84
-msgid "Confirm"
-msgstr ""
+#~ msgid "Filter jobs"
+#~ msgstr "Filter les tâches"
-#: ../src/templates/user-profile-edit.html:117
-msgid "Leave the password fields empty to keep the current password."
-msgstr ""
+#~ msgid "Only show jobs, that have been built by this builder."
+#~ msgstr "Afficher seulement les tâches prises en charge par ce compilateur."
-#: ../src/templates/user-profile-edit.html:124
-msgid "Locale & timezone settings"
-msgstr ""
+#~ msgid "Only show jobs, with this architecture."
+#~ msgstr "Afficher seulement les tâches relatives à cette architecture."
-#: ../src/templates/user-profile-edit.html:127
-msgid "Preferred language"
-msgstr ""
+#, c-format
+#~ msgid "Showing only jobs from %s."
+#~ msgstr "Affiche seulement les compilation réalisées sur le compilateur %s."
-#: ../src/templates/user-profile-edit.html:132
-msgid "Auto-detect will use the language transmitted by your browser."
-msgstr ""
+#, c-format
+#~ msgid "Showing only builds that have been built on %s."
+#~ msgstr "Affiche seulement les tâches de compilation pour l'architecture %s."
-#: ../src/templates/user-profile-edit.html:138
-msgid "Timezone"
-msgstr ""
+#~ msgid "Username and/or password was wrong. Login failed."
+#~ msgstr ""
+#~ "Le nom d'utilisateur et/ou le mot de passe saisis sont invalides. "
+#~ "Connexion impossible."
-#: ../src/templates/user-profile-edit.html:143
-msgid "Auto-detect will use the timezone transmitted by your browser."
-msgstr ""
+#~ msgid "Username"
+#~ msgstr "Nom d'utilisateur"
-#: ../src/templates/user-profile-edit.html:150
-msgid "Save"
-msgstr ""
+#~ msgid "Password"
+#~ msgstr "Mot de passe"
-#: ../src/templates/user-profile.html:23
-msgid "View comments"
-msgstr "Voir les commentaires"
+#~ msgid "You also might want to..."
+#~ msgstr "Vous pouvez aussi..."
-#: ../src/templates/user-profile.html:41
-msgid "Email"
-msgstr "Email"
+#~ msgid "Register a new account."
+#~ msgstr "Enregistrer un nouveau compte utilisateur."
-#: ../src/templates/user-profile.html:61
-msgid "Registered"
-msgstr "Date d'enregistrement"
+#~ msgid "Recover your password."
+#~ msgstr "Récupérer un mot de passe perdu."
-#: ../src/templates/user-profile.html:80
-msgid "Edit profile"
-msgstr "Modifier le profil"
+#~ msgid "Runtime"
+#~ msgstr "Durée d'exécution"
-#: ../src/templates/user-profile.html:86
-#: ../src/templates/user-profile-passwd.html:3
-#: ../src/templates/user-profile-passwd.html:20
-#: ../src/templates/user-profile-passwd.html:25
-#: ../src/templates/user-profile-passwd.html:95
-#: ../src/templates/user-profile-passwd-ok.html:20
-msgid "Change password"
-msgstr ""
+#~ msgid "New"
+#~ msgstr "Nouveau"
-#: ../src/templates/user-profile.html:94
-msgid "Delete account"
-msgstr "Supprimer le compte"
+#~ msgid "Dependency error"
+#~ msgstr "Erreur de dépendance"
-#: ../src/templates/user-profile.html:101
-msgid "Impersonate user"
-msgstr ""
+#~ msgid "Package list"
+#~ msgstr "Liste des paquets"
-#: ../src/templates/user-profile.html:121
-msgid "Permissions"
-msgstr "Permissions"
+#~ msgid ""
+#~ "This is an alphabetically ordered list of all packages in the "
+#~ "distribution."
+#~ msgstr ""
+#~ "Ceci est une liste alphabétique de tous les paquets de la distribution."
-#: ../src/templates/user-profile.html:125
-msgid "This user has administration rights."
-msgstr ""
+#~ msgid "Click on a link to see further information about the package."
+#~ msgstr "Cliquez le lien pour avoir plus d'information sur ce paquet."
-#: ../src/templates/user-profile.html:132
-msgid "User is allowed to create scratch builds?"
-msgstr ""
+#~ msgid "Account activation failed"
+#~ msgstr "Erreur lors de l'activation du compte"
-#: ../src/templates/user-profile-need-activation.html:4
-msgid "Edit successful"
-msgstr "Modification réussite"
+#~ msgid "Account activation"
+#~ msgstr "Activation de compte"
-#: ../src/templates/user-profile-need-activation.html:6
-msgid "The user profile was successfully altered."
-msgstr "Le profil utilisateur a été modifié avec succès."
+#~ msgid "Activation failed"
+#~ msgstr "Échec de l'activation"
-#: ../src/templates/user-profile-need-activation.html:7
-msgid ""
-"But as you have changed the email address, you need to re-activate the "
-"account."
-msgstr ""
-"Mais comme vous avez changé l'adresse e-mail, vous devez réactiver le compte."
+#~ msgid "We are sorry."
+#~ msgstr "Nous sommes désolés."
-#: ../src/templates/user-profile-need-activation.html:8
-msgid "Have a look at you mailbox - you already do know what to do."
-msgstr "Allez voir vos e-mails - vous savez déjà quoi faire."
+#~ msgid "The activation of your account has failed."
+#~ msgstr "L'activation de votre compte a échoué."
-#: ../src/templates/user-profile-passwd.html:32
-msgid "You are going to change your password."
-msgstr ""
+#~ msgid "Account activation successful"
+#~ msgstr "Activation du compte terminée avec succès"
-#: ../src/templates/user-profile-passwd.html:35
-msgid ""
-"To do so, you need to enter your current password and the new password twice."
-msgstr ""
+#~ msgid "Activation successful"
+#~ msgstr "Activation terminée"
-#: ../src/templates/user-profile-passwd.html:39
#, c-format
-msgid "In this dialog, you may change the password of %s."
-msgstr ""
+#~ msgid "Your account has been activated, %s."
+#~ msgstr "Votre compte a été activé avec succès, %s."
-#: ../src/templates/user-profile-passwd.html:61
-msgid "Old password"
-msgstr ""
+#~ msgid "Have fun!"
+#~ msgstr "Bienvenue!"
-#: ../src/templates/user-profile-passwd.html:66
-msgid "Please provide your old password."
-msgstr ""
+#~ msgid "Registration failed"
+#~ msgstr "Création du compte impossible"
-#: ../src/templates/user-profile-passwd.html:73
-msgid "New password"
-msgstr ""
+#~ msgid "We could not create your requested account."
+#~ msgstr "Nous ne pouvons pas finaliser la création de votre compte."
-#: ../src/templates/user-profile-passwd.html:78
-msgid "Choose a new password. Make sure that it is as strong as possible."
-msgstr ""
+#~ msgid ""
+#~ "Use the back button on your web browser to go back to the previous page "
+#~ "and correct your submission."
+#~ msgstr ""
+#~ "Utilisez le boutton de retour arrière de votre navigateur pour retrouver "
+#~ "votre formulaire et le corriger."
-#: ../src/templates/user-profile-passwd.html:89
-msgid "Confirm the new password."
-msgstr ""
+#~ msgid "Register a new account"
+#~ msgstr "Création d'un nouveau compte"
-#: ../src/templates/user-profile-passwd-ok.html:3
-#: ../src/templates/user-profile-passwd-ok.html:29
-msgid "Password changed"
-msgstr "Mot de passe changé"
+#~ msgid "Register new account"
+#~ msgstr "Création de compte"
-#: ../src/templates/user-profile-passwd-ok.html:24
-msgid "Done!"
-msgstr ""
+#~ msgid "Join the community!"
+#~ msgstr "Rejoignez la communauté!"
-#: ../src/templates/user-profile-passwd-ok.html:37
-msgid "Your password has successfully been changed."
-msgstr ""
+#~ msgid "Registration form"
+#~ msgstr "Formulaire d'enregistrement"
+
+#~ msgid "Must be a unique name you login with."
+#~ msgstr "Doit être un nom unique pour vous identifier"
+
+#~ msgid "Email address"
+#~ msgstr "Adresse électronique"
+
+#~ msgid "Type in your email address, which is used to verify the account."
+#~ msgstr ""
+#~ "Saisissez une adresse électronique valable, elle sera utilisée pour "
+#~ "valider votre compte."
+
+#~ msgid "Real name (optional)"
+#~ msgstr "Votre nom complet (optionnel)"
+
+#~ msgid "Type you firstname and your lastname here."
+#~ msgstr "Saisissez ici vos nom et prénom"
+
+#~ msgid "Account security"
+#~ msgstr "Sécurité du compte"
+
+#~ msgid ""
+#~ "The password is used to secure the login and must be at least 8 "
+#~ "characters."
+#~ msgstr ""
+#~ "Le mot de passe est nécessaire pour protéger votre compte, il doit "
+#~ "comporter au minimum 8 caractères."
+
+#~ msgid "Confirm password"
+#~ msgstr "Confirmation du mot de passe"
+
+#~ msgid "Pick a password that is as strong as possible."
+#~ msgstr "Saisissez un mot de passe aussi compliqué que possible."
+
+#~ msgid ""
+#~ "Don't login at unsecure places where people could spy on your password."
+#~ msgstr ""
+#~ "Ne vous connectez pas depuis un endroit publique, certaines personnes "
+#~ "malveillantes pourraient récupérer votre mot de passe."
+
+#~ msgid "Sign up!"
+#~ msgstr "Enregistré !"
+
+#~ msgid "Registration successful"
+#~ msgstr "Enregistrement terminée avec succès"
-#: ../src/templates/user-profile-passwd-ok.html:41
#, c-format
-msgid "The password of %s has successfully been changed."
-msgstr ""
+#~ msgid "Your new account has been created, %s."
+#~ msgstr "Votre compte a été créé, %s."
-#: ../src/templates/user-profile-passwd-ok.html:46
-msgid "Ok"
-msgstr ""
+#~ msgid ""
+#~ "To complete the activation, follow the instructions that were sent to you "
+#~ "in an activation email."
+#~ msgstr ""
+#~ "Pour valider définitivement ce dernier, suivez les instructions qui vous "
+#~ "ont été transmises par email à l'adresse mentionnée lors de votre "
+#~ "inscription."
-#: ../src/web/handlers_auth.py:65
-msgid "No username provided."
-msgstr ""
+#~ msgid "Valid until"
+#~ msgstr "Valable jusqu'au"
-#: ../src/web/handlers_auth.py:67
-msgid "The given username is already taken."
-msgstr "Le nom d'utilisateur choisi existe déjà."
+#~ msgid "Coming soon..."
+#~ msgstr "Bientôt disponible..."
-#: ../src/web/handlers_auth.py:70 ../src/web/handlers_users.py:177
-msgid "No email address provided."
-msgstr "Vous n'avez pas fourni d'adresse électronique."
+#~ msgid "Filename"
+#~ msgstr "Nom du fichier"
-#: ../src/web/handlers_auth.py:72 ../src/web/handlers_users.py:179
-msgid "Email address is invalid."
-msgstr "L'adresse électronique est invalide."
+#~ msgid "Filesize"
+#~ msgstr "Taille du fichier"
-#: ../src/web/handlers_auth.py:74
-msgid "The given email address is already used for another account."
-msgstr ""
+#~ msgid "Forgot password"
+#~ msgstr "Mot de passe oublié"
-#: ../src/web/handlers_auth.py:78
-msgid "No password provided."
-msgstr ""
+#~ msgid "Work in progress!"
+#~ msgstr "Développement en cours"
-#: ../src/web/handlers_auth.py:80 ../src/web/handlers_users.py:185
-msgid "Passwords do not match."
-msgstr "Les mots de passe ne correspondent pas."
+#~ msgid "You have forgotten you password, eh? Shame on you."
+#~ msgstr "Vous avez oublié votre mot de passe? Honte à vous."
-#: ../src/web/handlers_auth.py:84
-msgid "Your password is too weak."
-msgstr "Votre mot de passe est trop simple."
+#~ msgid "However, we allow to re-activate your account."
+#~ msgstr "Heureusement, vous pouvez demander à réactiver votre compte."
-#: ../src/web/handlers_builds.py:368
-msgid "User not found."
-msgstr "Utilisateur inconnu."
+#~ msgid "You need to enter your username below."
+#~ msgstr "Il vous suffit de soumettre votre nom d'utilisateur."
-#: ../src/web/handlers_users.py:112
-msgid "You need to enter you current password."
-msgstr "Vous devez saisir votre mot de passe"
+#~ msgid "After that, you will receive an email with intructions how to go on."
+#~ msgstr ""
+#~ "Vous recevrez par la suite un email contenant les instructions "
+#~ "nécessaires pour réinitialiser votre mot de passe."
-#: ../src/web/handlers_users.py:115
-msgid "The provided account password is wrong."
-msgstr ""
+#~ msgid "Your username"
+#~ msgstr "Votre nom d'utilisateur"
-#: ../src/web/handlers_users.py:124
-msgid "The given passwords do not match."
-msgstr ""
+#~ msgid "View comments"
+#~ msgstr "Voir les commentaires"
-#: ../src/web/handlers_users.py:126
-msgid "The password was blank."
-msgstr "Le mot de passe est vide"
+#~ msgid "Email"
+#~ msgstr "Email"
-#: ../src/web/handlers_users.py:130
-msgid "The given password is too weak."
-msgstr "Le mot de passe fourni est trop simple"
+#~ msgid "Edit profile"
+#~ msgstr "Modifier le profil"
-#: ../src/web/handlers_users.py:183
-msgid "Password has less than 8 characters."
-msgstr "Le mot de passe contient moins de 8 caractères"
+#~ msgid "Delete account"
+#~ msgstr "Supprimer le compte"
-#: ../src/web/__init__.py:327
-#, python-format
-msgid "%(min)d min"
-msgstr ""
+#~ msgid "Permissions"
+#~ msgstr "Permissions"
-#: ../src/web/__init__.py:329
-#, python-format
-msgid "%(hrs)d:%(min)02d hrs"
-msgstr ""
+#~ msgid "Edit successful"
+#~ msgstr "Modification réussite"
-#: ../src/web/__init__.py:336
-#, python-format
-msgid "%dh"
-msgstr ""
+#~ msgid "The user profile was successfully altered."
+#~ msgstr "Le profil utilisateur a été modifié avec succès."
-#: ../src/web/__init__.py:340
-#, python-format
-msgid "%dm"
-msgstr ""
+#~ msgid ""
+#~ "But as you have changed the email address, you need to re-activate the "
+#~ "account."
+#~ msgstr ""
+#~ "Mais comme vous avez changé l'adresse e-mail, vous devez réactiver le "
+#~ "compte."
-#: ../src/web/__init__.py:342
-#, python-format
-msgid "%ds"
-msgstr ""
+#~ msgid "Have a look at you mailbox - you already do know what to do."
+#~ msgstr "Allez voir vos e-mails - vous savez déjà quoi faire."
-#: ../src/web/ui_modules.py:172
-msgid "Today"
-msgstr "Aujourd'hui"
+#~ msgid "Password changed"
+#~ msgstr "Mot de passe changé"
-#: ../src/web/ui_modules.py:177
-msgid "Yesterday"
-msgstr "Hier"
+#~ msgid "The given username is already taken."
+#~ msgstr "Le nom d'utilisateur choisi existe déjà."
-#: ../src/web/ui_modules.py:305
-msgid "Dependency problem"
-msgstr "Problème de dépendance"
+#~ msgid "No email address provided."
+#~ msgstr "Vous n'avez pas fourni d'adresse électronique."
-#: ../src/web/ui_modules.py:346
-#, python-format
-msgid "Unknown: %s"
-msgstr "Inconnu: %s"
+#~ msgid "Email address is invalid."
+#~ msgstr "L'adresse électronique est invalide."
+
+#~ msgid "Passwords do not match."
+#~ msgstr "Les mots de passe ne correspondent pas."
+
+#~ msgid "Your password is too weak."
+#~ msgstr "Votre mot de passe est trop simple."
+
+#~ msgid "You need to enter you current password."
+#~ msgstr "Vous devez saisir votre mot de passe"
+
+#~ msgid "The password was blank."
+#~ msgstr "Le mot de passe est vide"
+
+#~ msgid "The given password is too weak."
+#~ msgstr "Le mot de passe fourni est trop simple"
+
+#~ msgid "Password has less than 8 characters."
+#~ msgstr "Le mot de passe contient moins de 8 caractères"
+
+#~ msgid "Dependency problem"
+#~ msgstr "Problème de dépendance"
#~ msgid "January"
#~ msgstr "Janvier"
msgstr ""
"Project-Id-Version: IPFire Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-06 16:39+0100\n"
+"POT-Creation-Date: 2022-10-12 13:55+0000\n"
"PO-Revision-Date: 2011-05-19 22:47+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Hungarian (http://www.transifex.com/projects/p/ipfire/"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../src/buildservice/builds.py:1109
-#, python-format
-msgid "%(user_name)s commented on %(build_name)s"
-msgstr ""
-
-#: ../src/buildservice/constants.py:56
-#, python-format
-msgid "[%(build_name)s] Build job failed."
-msgstr ""
-
-#: ../src/buildservice/constants.py:57
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has failed.\n"
-"\n"
-"This could have a couple of reasons and needs to be investigated by you.\n"
-"\n"
-"Here is more information about the incident:\n"
-"\n"
-" Build name: %(build_name)s\n"
-" Build host: %(build_host)s\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/constants.py:74
-#, python-format
-msgid "[%(build_name)s] Build job finished."
-msgstr ""
-
-#: ../src/buildservice/constants.py:75
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has finished.\n"
-"\n"
-"If you are the maintainer, it is up to you to push it to one or more "
-"repositories.\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/logs.py:67
msgid "Build has been created"
msgstr ""
-#: ../src/buildservice/logs.py:106 ../src/buildservice/logs.py:170
-#: ../src/buildservice/logs.py:230 ../src/buildservice/logs.py:305
msgid "Unknown action."
msgstr ""
-#: ../src/buildservice/logs.py:117 ../src/buildservice/logs.py:186
-#: ../src/buildservice/logs.py:247 ../src/buildservice/logs.py:321
-#: ../src/templates/builders/detail.html:161
-#: ../src/templates/builders/list.html:59 ../src/templates/jobs-detail.html:82
-#: ../src/templates/mirrors-list.html:72 ../src/web/__init__.py:307
msgid "Unknown"
msgstr ""
-#: ../src/buildservice/logs.py:124 ../src/buildservice/logs.py:130
-#: ../src/templates/builders/detail.html:143
-#: ../src/templates/builders/detail.html:149
-#: ../src/templates/builders/detail.html:170
-#: ../src/templates/builders/detail.html:210
-#: ../src/templates/builders/detail.html:224
-#: ../src/templates/jobs-buildroot.html:87
-#: ../src/templates/mirrors-detail.html:67
-#: ../src/templates/mirrors-list.html:56 ../src/templates/mirrors-list.html:81
-#: ../src/templates/modules/jobs/list.html:44
-#: ../src/templates/modules/jobs-table.html:42
-#: ../src/templates/modules/repository-table.html:14
-#: ../src/templates/sessions/index.html:50
-#: ../src/templates/uploads-list.html:55
msgid "N/A"
msgstr ""
-#: ../src/buildservice/logs.py:136
#, python-format
msgid "This build was pushed to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:138
#, python-format
msgid "You pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:140
#, python-format
msgid "%(user)s pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:144
#, python-format
msgid "This build was unpushed from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:146
#, python-format
msgid "You unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:148
#, python-format
msgid "%(user)s unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:152
#, python-format
msgid ""
"This build was pushed from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:154
#, python-format
msgid ""
"You pushed this build from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:156
#, python-format
msgid ""
"%(user)s pushed this build from the repository '%(from_repo)s' to "
"'%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:192
#, python-format
msgid "Builder '%(builder)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:194
#, python-format
msgid "You enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:196
#, python-format
msgid "%(user)s enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:200
#, python-format
msgid "Builder '%(builder)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:202
#, python-format
msgid "You disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:204
#, python-format
msgid "%(user)s disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:208
#, python-format
msgid "You deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:210
#, python-format
msgid "%(user)s deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:214
#, python-format
msgid "You created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:216
#, python-format
msgid "%(user)s created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:253
#, python-format
msgid "Job '%(job)s' has been created."
msgstr ""
-#: ../src/buildservice/logs.py:255
#, python-format
msgid "You created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:257
#, python-format
msgid "%(user)s created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:261
#, python-format
msgid "Job '%(job)s' has changed its state to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:263
#, python-format
msgid "You changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:265
#, python-format
msgid "%(user)s changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:269
#, python-format
msgid "Job '%(job)s' has been reset."
msgstr ""
-#: ../src/buildservice/logs.py:271
#, python-format
msgid "You reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:273
#, python-format
msgid "%(user)s has reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:277
#, python-format
msgid "Job '%(job)s' has been scheduled for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:279
#, python-format
msgid "You scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:281
#, python-format
msgid "%(user)s scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:287
#, python-format
msgid "A test job for '%(job)s' has been scheduled."
msgstr ""
-#: ../src/buildservice/logs.py:289
#, python-format
msgid "You scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:291
#, python-format
msgid "%(user)s scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:327
#, python-format
msgid "Mirror '%(mirror)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:329
#, python-format
msgid "You enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:331
#, python-format
msgid "%(user)s enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:335
#, python-format
msgid "Mirror '%(mirror)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:337
#, python-format
msgid "You disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:339
#, python-format
msgid "%(user)s disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:343
#, python-format
msgid "You deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:345
#, python-format
msgid "%(user)s deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:349
#, python-format
msgid "You created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:351
#, python-format
msgid "%(user)s created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/users.py:459
-msgid "Account Activation"
-msgstr ""
-
-#: ../src/buildservice/users.py:461
-msgid ""
-"You, or somebody using your email address, has registered an account on the "
-"Pakfire Build Service."
-msgstr ""
-
-#: ../src/buildservice/users.py:463
-msgid "To activate your account, please click on the link below."
+msgid "No title given"
msgstr ""
-#: ../src/templates/base.html:4
-msgid "No title given"
+msgid "Menu"
msgstr ""
-#: ../src/templates/base.html:29 ../src/templates/index.html:16
msgid "Pakfire Build Service"
msgstr ""
-#: ../src/templates/base.html:34 ../src/templates/build-bugs.html:12
-#: ../src/templates/build-delete.html:12 ../src/templates/build-detail.html:12
-#: ../src/templates/build-schedule-test.html:12
-#: ../src/templates/build-state.html:12
-#: ../src/templates/builds-watchers-add.html:12
-#: ../src/templates/jobs-buildroot.html:12
-#: ../src/templates/jobs-buildroot.html:48
-#: ../src/templates/job-schedule-rebuild.html:12
-#: ../src/templates/job-schedule-test.html:12
-#: ../src/templates/jobs-detail.html:12 ../src/templates/package-detail.html:12
-#: ../src/templates/package-detail-list.html:12
-#: ../src/templates/package-properties.html:12
-#: ../src/templates/packages/builds/scratch.html:12
-#: ../src/templates/packages/builds/times.html:12
-#: ../src/templates/packages/changelog.html:12
-#: ../src/templates/packages-list.html:12
-#: ../src/templates/packages/view-file.html:12
-#: ../src/templates/search-results.html:50
msgid "Packages"
msgstr ""
-#: ../src/templates/base.html:37 ../src/templates/build-index.html:3
-#: ../src/templates/build-index.html:12 ../src/templates/build-index.html:26
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-#: ../src/templates/builds/comments.html:12
-#: ../src/templates/distro-update-edit.html:20
-#: ../src/templates/docs-base.html:33 ../src/templates/docs-build.html:16
-#: ../src/templates/docs-index.html:43
-#: ../src/templates/statistics/index.html:15
msgid "Builds"
msgstr ""
-#: ../src/templates/base.html:41
msgid "More"
msgstr ""
-#: ../src/templates/base.html:47 ../src/templates/docs-build.html:3
-#: ../src/templates/docs-build.html:12 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-index.html:12 ../src/templates/docs-users.html:3
-#: ../src/templates/docs-users.html:12 ../src/templates/docs-users.html:21
-#: ../src/templates/docs-whatsthis.html:3
-#: ../src/templates/docs-whatsthis.html:12
-#: ../src/templates/docs-whatsthis.html:21
-msgid "Documentation"
-msgstr ""
-
-#: ../src/templates/base.html:53 ../src/templates/search-form.html:12
-#: ../src/templates/search-form.html:22
-msgid "Search"
-msgstr ""
-
-#: ../src/templates/base.html:60 ../src/templates/distro-detail.html:12
-#: ../src/templates/distro-list.html:3 ../src/templates/distro-list.html:12
-#: ../src/templates/distro-list.html:18
-#: ../src/templates/distro-source-commit-detail.html:12
-#: ../src/templates/distro-source-commit-reset.html:10
-#: ../src/templates/distro-source-detail.html:10
-#: ../src/templates/repository-detail.html:14
msgid "Distributions"
msgstr ""
-#: ../src/templates/base.html:66 ../src/templates/builders/delete.html:12
-#: ../src/templates/builders/detail.html:12
-#: ../src/templates/builders/edit.html:12 ../src/templates/builders/list.html:3
-#: ../src/templates/builders/list.html:12
-#: ../src/templates/builders/list.html:17 ../src/templates/builders/new.html:12
-#: ../src/templates/builders/pass.html:10
msgid "Builders"
msgstr ""
-#: ../src/templates/base.html:72 ../src/templates/mirrors-delete.html:12
-#: ../src/templates/mirrors-detail.html:12
-#: ../src/templates/mirrors-edit.html:12 ../src/templates/mirrors-list.html:3
-#: ../src/templates/mirrors-list.html:12 ../src/templates/mirrors-list.html:32
-#: ../src/templates/mirrors-new.html:12
msgid "Mirrors"
msgstr ""
-#: ../src/templates/base.html:78 ../src/templates/keys-delete.html:12
-#: ../src/templates/keys-import.html:12 ../src/templates/keys-list.html:3
-#: ../src/templates/keys-list.html:12 ../src/templates/keys-list.html:17
-msgid "Key Management"
-msgstr ""
-
-#: ../src/templates/base.html:86 ../src/templates/docs-base.html:34
-#: ../src/templates/docs-index.html:46 ../src/templates/docs-users.html:24
-#: ../src/templates/docs-users.html:48 ../src/templates/search-results.html:96
-#: ../src/templates/user-list.html:12 ../src/templates/user-list.html:17
-#: ../src/templates/user-profile-edit.html:12
-#: ../src/templates/user-profile.html:12
-#: ../src/templates/user-profile-passwd.html:12
-#: ../src/templates/user-profile-passwd-ok.html:12
msgid "Users"
msgstr ""
-#: ../src/templates/base.html:94 ../src/templates/statistics/index.html:3
-#: ../src/templates/statistics/index.html:7
-msgid "Statistics"
-msgstr ""
-
-#: ../src/templates/base.html:101
-msgid "Administration"
+msgid "My Profile"
msgstr ""
-#: ../src/templates/base.html:106 ../src/templates/sessions/index.html:3
-#: ../src/templates/sessions/index.html:12
-#: ../src/templates/sessions/index.html:17
-msgid "Sessions"
+msgid "My Builds"
msgstr ""
-#: ../src/templates/base.html:112 ../src/templates/uploads-list.html:3
-#: ../src/templates/uploads-list.html:12 ../src/templates/uploads-list.html:17
-msgid "Uploads"
+msgid "Log Out"
msgstr ""
-#: ../src/templates/base.html:132
-msgid "My profile"
+msgid "Sign In"
msgstr ""
-#: ../src/templates/base.html:138
-msgid "My builds"
+msgid "Delete build"
msgstr ""
-#: ../src/templates/base.html:143
-msgid "Impersonated by"
+msgid "Home"
msgstr ""
-#: ../src/templates/base.html:153
-msgid "End impersonation"
+msgid "Delete"
msgstr ""
-#: ../src/templates/base.html:160
-msgid "Logout"
+#, c-format
+msgid "You are about to delete build %s."
msgstr ""
-#: ../src/templates/base.html:168 ../src/templates/docs-users.html:56
-msgid "Register"
+msgid "Please make sure, that this is the right build you intend to delete."
msgstr ""
-#: ../src/templates/base.html:172
-msgid "Sign in"
+msgid "Once a build has been deleted, it can not been recovered."
msgstr ""
-#: ../src/templates/base.html:184
-msgid "Forgot your password?"
+msgid "Cancel"
msgstr ""
-#: ../src/templates/build-bugs.html:3
-msgid "Bug list"
+#, c-format
+msgid "Manage build %s"
msgstr ""
-#: ../src/templates/build-bugs.html:8 ../src/templates/build-delete.html:8
-#: ../src/templates/build-detail.html:8 ../src/templates/builders/delete.html:8
-#: ../src/templates/builders/detail.html:8
-#: ../src/templates/builders/edit.html:8 ../src/templates/builders/list.html:8
-#: ../src/templates/builders/new.html:8 ../src/templates/builders/pass.html:6
-#: ../src/templates/build-index.html:8
-#: ../src/templates/build-schedule-test.html:8
-#: ../src/templates/builds/comments.html:8 ../src/templates/build-state.html:8
-#: ../src/templates/builds-watchers-add.html:8
-#: ../src/templates/distro-detail.html:8 ../src/templates/distro-list.html:8
-#: ../src/templates/distro-source-commit-detail.html:8
-#: ../src/templates/distro-source-commit-reset.html:6
-#: ../src/templates/distro-source-detail.html:6
-#: ../src/templates/docs-build.html:8 ../src/templates/docs-index.html:8
-#: ../src/templates/docs-users.html:8 ../src/templates/docs-whatsthis.html:8
-#: ../src/templates/jobs-buildroot.html:8
-#: ../src/templates/job-schedule-rebuild.html:8
-#: ../src/templates/job-schedule-test.html:8
-#: ../src/templates/jobs-detail.html:8 ../src/templates/jobs-filter.html:8
-#: ../src/templates/jobs-index.html:8 ../src/templates/keys-delete.html:8
-#: ../src/templates/keys-import.html:8 ../src/templates/keys-list.html:8
-#: ../src/templates/mirrors-delete.html:8
-#: ../src/templates/mirrors-detail.html:8 ../src/templates/mirrors-edit.html:8
-#: ../src/templates/mirrors-list.html:8 ../src/templates/mirrors-new.html:8
-#: ../src/templates/modules/package-header.html:9
-#: ../src/templates/package-detail.html:8
-#: ../src/templates/package-detail-list.html:8
-#: ../src/templates/package-properties.html:8
-#: ../src/templates/packages/builds/scratch.html:8
-#: ../src/templates/packages/builds/times.html:8
-#: ../src/templates/packages/changelog.html:8
-#: ../src/templates/packages-list.html:8
-#: ../src/templates/packages/view-file.html:8
-#: ../src/templates/register-activation-fail.html:8
-#: ../src/templates/register-activation-success.html:8
-#: ../src/templates/register.html:8 ../src/templates/repository-detail.html:10
-#: ../src/templates/search-form.html:8 ../src/templates/search-results.html:8
-#: ../src/templates/sessions/index.html:8 ../src/templates/uploads-list.html:8
-#: ../src/templates/user-forgot-password.html:8
-#: ../src/templates/user-list.html:8 ../src/templates/user-profile-edit.html:8
-#: ../src/templates/user-profile.html:8
-#: ../src/templates/user-profile-passwd.html:8
-#: ../src/templates/user-profile-passwd-ok.html:8
-msgid "Home"
+msgid "Manage build"
msgstr ""
-#: ../src/templates/build-bugs.html:29 ../src/templates/build-detail.html:75
-msgid "Fixed bugs"
+msgid "Distribution"
msgstr ""
-#: ../src/templates/build-bugs.html:33
-msgid "No bugs here, yet."
+msgid "Not all jobs are finished"
msgstr ""
-#: ../src/templates/build-bugs.html:34
-msgid "Click below to add one."
+msgid "Not all jobs of this build are finished, yet."
msgstr ""
-#: ../src/templates/build-bugs.html:45
-msgid "Add"
+msgid ""
+"It is <strong>strongly discouraged</strong> to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/build-bugs.html:50 ../src/templates/keys-list.html:63
-msgid "Remove"
+msgid ""
+"However, the build will be automatically unpushed if one or more build jobs "
+"fail."
msgstr ""
-#: ../src/templates/build-bugs.html:57 ../src/templates/user-delete.html:18
-msgid "Back"
+msgid "Push to a repository"
msgstr ""
-#: ../src/templates/build-bugs.html:71
-msgid "Add a bug"
+msgid "Push to next repository"
msgstr ""
-#: ../src/templates/build-bugs.html:77 ../src/templates/build-bugs.html:134
-msgid "Bug ID"
+msgid "Push to first repository"
msgstr ""
-#: ../src/templates/build-bugs.html:84
-msgid "Enter a bug ID."
+msgid "New repository"
msgstr ""
-#: ../src/templates/build-bugs.html:93
-msgid "This is a list of more open bugs of this package."
+msgid "This is the target repository for the build."
msgstr ""
-#: ../src/templates/build-bugs.html:96
-msgid "Maybe you want to pick one of these."
+msgid "Push"
msgstr ""
-#: ../src/templates/build-bugs.html:115
-msgid "Add bug"
+msgid "Unpush"
msgstr ""
-#: ../src/templates/build-bugs.html:116 ../src/templates/build-bugs.html:165
-#: ../src/templates/build-delete.html:47
-#: ../src/templates/builders/delete.html:39
-#: ../src/templates/build-manage.html:79 ../src/templates/keys-delete.html:43
-#: ../src/templates/mirrors-delete.html:36
-#: ../src/templates/mirrors-edit.html:82
-#: ../src/templates/modules/modal-base.html:28
-#: ../src/templates/modules/modal-build-comment.html:59
-#: ../src/templates/package-properties.html:94
-#: ../src/templates/user-profile-edit.html:151
-#: ../src/templates/user-profile-passwd.html:96
-msgid "Cancel"
+msgid "Switch to user mode"
msgstr ""
-#: ../src/templates/build-bugs.html:128
-msgid "Remove a bug"
+msgid "Switch to admin mode"
msgstr ""
-#: ../src/templates/build-bugs.html:141
-msgid "Enter a bug ID from the list below."
+#, c-format
+msgid "Schedule test build for %s"
msgstr ""
-#: ../src/templates/build-bugs.html:164
-msgid "Remove bug"
+msgid "Schedule test build"
msgstr ""
-#: ../src/templates/build-delete.html:3 ../src/templates/build-delete.html:46
-#: ../src/templates/build-detail.html:151
-msgid "Delete build"
+msgid ""
+"A test build is used to check if a package builds with the current package "
+"set."
msgstr ""
-#: ../src/templates/build-delete.html:24
-#: ../src/templates/builders/delete.html:20
-#: ../src/templates/keys-delete.html:20 ../src/templates/mirrors-delete.html:20
-#: ../src/templates/repository-detail.html:116
-msgid "Delete"
+msgid ""
+"In this way, developers are able to find quality issues fast and without "
+"actively searching for them."
msgstr ""
-#: ../src/templates/build-delete.html:34
-#, c-format
-msgid "You are about to delete build %s."
+msgid ""
+"As this build platform only has a limited amount of performance, test builds "
+"only have a very less priority."
msgstr ""
-#: ../src/templates/build-delete.html:39
-msgid "Please make sure, that this is the right build you intend to delete."
+msgid "However, you can manually request to run a test."
msgstr ""
-#: ../src/templates/build-delete.html:40
-msgid "Once a build has been deleted, it can not been recovered."
+msgid ""
+"The build job will be started when a build slot is available but not before "
+"the given time."
msgstr ""
-#: ../src/templates/build-detail.html:3 ../src/templates/build-state.html:3
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/builds-watchers-list.html:31
-#: ../src/templates/modules/build-table.html:14
-#: ../src/templates/modules/log-table.html:10
-#: ../src/templates/package-detail.html:109
msgid "Build"
msgstr ""
-#: ../src/templates/build-detail.html:43
-msgid "Score"
+msgid "State"
msgstr ""
-#: ../src/templates/build-detail.html:46
-msgid "(broken)"
+msgid ""
+"The state of a build can be either building, testing, stable, obsolete or "
+"broken."
msgstr ""
-#: ../src/templates/build-detail.html:48
-msgid "(obsolete)"
+msgid "Mark build as obsolete"
msgstr ""
-#: ../src/templates/build-detail.html:57
-msgid "Security update"
+msgid ""
+"If a package is updated by an other package it should be marked as "
+"<em>obsolete</em>."
msgstr ""
-#: ../src/templates/build-detail.html:60
-msgid "Bug fix update"
+msgid ""
+"For obsolete builds, there will be no test jobs created and it is "
+"recommended to remove them from the repositories soon."
msgstr ""
-#: ../src/templates/build-detail.html:63
-msgid "Enhancement"
+msgid "Remove build from the repository it is currently in?"
msgstr ""
-#: ../src/templates/build-detail.html:66
-msgid "New package"
+msgid "Unbreak this build"
msgstr ""
-#: ../src/templates/build-detail.html:68
-#, c-format
-msgid "Unhandled: %s"
+msgid ""
+"In case this build has accidentially be marked as broken, it is possible to "
+"recover that state."
msgstr ""
-#: ../src/templates/build-detail.html:98
-#: ../src/templates/distro-source-commit-detail.html:55
-#: ../src/templates/modules/changelog/entry.html:36
-#: ../src/templates/modules/commits-table.html:5
-msgid "Author"
+msgid "Mark build as broken"
msgstr ""
-#: ../src/templates/build-detail.html:100
-#: ../src/templates/distro-source-commit-detail.html:3
-#: ../src/templates/modules/commits-table.html:4
-#: ../src/templates/package-detail.html:137
-msgid "Commit"
+msgid ""
+"If a package does not build or contains <em>serious</em> bugs, it should be "
+"marked as broken."
msgstr ""
-#: ../src/templates/build-detail.html:103
-#: ../src/templates/modules/changelog/entry.html:41
-msgid "No commit message."
+msgid ""
+"Those builds can not be added into any repositories and are removed from all "
+"repositories they may currently be in."
msgstr ""
-#: ../src/templates/build-detail.html:117
-#: ../src/templates/modules/modal-build-comment.html:18
-msgid "Comment"
+msgid "Current repository"
msgstr ""
-#: ../src/templates/build-detail.html:121
-#: ../src/templates/builders/detail.html:242
-#: ../src/templates/jobs-detail.html:175 ../src/templates/log.html:4
-#: ../src/templates/mirrors-detail.html:119
-#: ../src/templates/mirrors-list.html:95
-msgid "Log"
+#, c-format
+msgid "since %s"
msgstr ""
-#: ../src/templates/build-detail.html:130
-#: ../src/templates/builders/list.html:32 ../src/templates/jobs-filter.html:12
-#: ../src/templates/jobs-index.html:3 ../src/templates/jobs-index.html:12
-#: ../src/templates/jobs-index.html:23
-#: ../src/templates/modules/build-table.html:15
-msgid "Jobs"
+#, c-format
+msgid "Delete builder %s"
msgstr ""
-#: ../src/templates/build-detail.html:134
-#: ../src/templates/package-detail.html:39
-#: ../src/templates/package-detail.html:100
-msgid "Source package"
+#, c-format
+msgid "Delete builder: %s"
msgstr ""
-#: ../src/templates/build-detail.html:144
-msgid "Change state"
+#, c-format
+msgid "You are going to delete the build host %s."
msgstr ""
-#: ../src/templates/build-detail.html:145
-msgid "Modify bug list"
+#, c-format
+msgid "Delete %s"
msgstr ""
-#: ../src/templates/build-detail.html:168
-#: ../src/templates/build-detail.html:191 ../src/templates/build-manage.html:77
-#: ../src/templates/modules/modal-build-push.html:60
-msgid "Push"
+msgid "Builder"
msgstr ""
-#: ../src/templates/build-detail.html:174
-#: ../src/templates/build-detail.html:183 ../src/templates/build-manage.html:78
-#: ../src/templates/modules/modal-build-unpush.html:38
-msgid "Unpush"
+msgid "Current"
msgstr ""
-#: ../src/templates/build-detail.html:202 ../src/templates/build-state.html:128
#, c-format
-msgid "since %s"
+msgid "Pakfire %s"
msgstr ""
-#: ../src/templates/build-detail.html:205
-msgid "This package does not belong to any repository."
+#, c-format
+msgid "Supported Architectures: %s"
msgstr ""
-#: ../src/templates/builders/delete.html:3
#, c-format
-msgid "Delete builder %s"
+msgid "Total Build Time: %s"
msgstr ""
-#: ../src/templates/builders/delete.html:25
-#: ../src/templates/builders/detail.html:3
-#: ../src/templates/builders/detail.html:74
-#: ../src/templates/builders/pass.html:23 ../src/templates/jobs-filter.html:27
-#: ../src/templates/modules/jobs/boxes.html:15
-#: ../src/templates/modules/jobs/list.html:6
-msgid "Builder"
+#, c-format
+msgid "%s Memory"
msgstr ""
-#: ../src/templates/builders/delete.html:31
#, c-format
-msgid "You are going to delete the build host <strong>%s</strong>."
+msgid "%s Swap Space"
msgstr ""
-#: ../src/templates/builders/delete.html:37
-#: ../src/templates/mirrors-delete.html:34 ../src/templates/user-delete.html:16
-#, c-format
-msgid "Delete %s"
+msgid "Test Mode"
msgstr ""
-#: ../src/templates/builders/detail.html:22
-#: ../src/templates/build-filter.html:75 ../src/templates/build-list.html:13
-#: ../src/templates/builds-watchers-list.html:50
-#: ../src/templates/distro-update-detail.html:46
-#: ../src/templates/file-detail.html:116 ../src/templates/jobs-detail.html:30
-#: ../src/templates/mirrors-detail.html:23
-#: ../src/templates/mirrors-list.html:19 ../src/templates/user-comments.html:10
-msgid "Actions"
+msgid "Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:27
-msgid "Show jobs by this builder"
+msgid "Edit"
msgstr ""
-#: ../src/templates/builders/detail.html:36
-msgid "Disable builder"
+msgid "Running Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:42
-msgid "Enable builder"
+msgid "Log"
msgstr ""
-#: ../src/templates/builders/detail.html:50
-msgid "Edit builder"
+#, c-format
+msgid "Edit Builder %s"
msgstr ""
-#: ../src/templates/builders/detail.html:58
-msgid "Renew passphrase"
+msgid "Hostname"
msgstr ""
-#: ../src/templates/builders/detail.html:66
-msgid "Delete builder"
+msgid "The hostname cannot be changed"
msgstr ""
-#: ../src/templates/builders/detail.html:79
-msgid "Warning"
+msgid "Enabled"
msgstr ""
-#: ../src/templates/builders/detail.html:80
-msgid "This builder is overloaded."
+msgid "Job Settings"
msgstr ""
-#: ../src/templates/builders/detail.html:81
-msgid ""
-"That means it will not take any additional jobs although it has not reached "
-"its threshold of running jobs, yet."
+msgid "Maximum Parallel Build Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:82
-msgid "New jobs will be started automatically after the load decreased."
+msgid "Enable Test Mode"
msgstr ""
-#: ../src/templates/builders/detail.html:91
-#: ../src/templates/build-filter.html:27 ../src/templates/build-state.html:24
-#: ../src/templates/modules/jobs-table.html:5
-#: ../src/templates/user-profile-edit.html:77
-#: ../src/templates/user-profile.html:47
-msgid "State"
+msgid "Only build test jobs on this builder"
msgstr ""
-#: ../src/templates/builders/detail.html:94
-#: ../src/templates/builders/edit.html:42 ../src/templates/mirrors-edit.html:43
-msgid "Enabled"
+msgid "Save"
msgstr ""
-#: ../src/templates/builders/detail.html:96
-msgid "Disabled"
+msgid "Online"
msgstr ""
-#: ../src/templates/builders/detail.html:98
-msgid "Deleted"
+msgid "Offline"
msgstr ""
-#: ../src/templates/builders/detail.html:100
-#, c-format
-msgid "Unknown status: %s"
+msgid "Create A New Builder"
msgstr ""
-#: ../src/templates/builders/detail.html:105
-msgid "Parallel builds"
+msgid "Statistics"
msgstr ""
-#: ../src/templates/builders/detail.html:106
-msgid "One job only."
+msgid "Total Build Time"
msgstr ""
-#: ../src/templates/builders/detail.html:109
-msgid "This host builds"
+msgid "Total Build Time By Architecture"
msgstr ""
-#: ../src/templates/builders/detail.html:115
-msgid "Release builds"
+msgid "Create new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:117
-#: ../src/templates/package-detail-list.html:30
-#: ../src/templates/packages/builds/scratch.html:3
-#: ../src/templates/packages/builds/scratch.html:20
-msgid "Scratch builds"
+msgid "Create a new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:119
-#: ../src/templates/package-detail-list.html:35
-msgid "Test builds"
+msgid "Enter the canonical hostname of the machine."
msgstr ""
-#: ../src/templates/builders/detail.html:130
-msgid "Remarks"
+#, c-format
+msgid "Watch build %s"
msgstr ""
-#: ../src/templates/builders/detail.html:141
-msgid "OS"
+msgid "Watch"
msgstr ""
-#: ../src/templates/builders/detail.html:147
-msgid "Pakfire version"
+msgid "You may here add yourself to the list of watchers of this build."
msgstr ""
-#: ../src/templates/builders/detail.html:153
-#: ../src/templates/distro-detail.html:35
-msgid "Supported architectures"
+msgid ""
+"If you do so, you will receive messages about new comments and status "
+"updates."
msgstr ""
-#: ../src/templates/builders/detail.html:159
-msgid "CPU model"
+msgid "Oops!"
msgstr ""
-#: ../src/templates/builders/detail.html:165
-msgid "CPU count"
+msgid "You are already watching this build."
msgstr ""
-#: ../src/templates/builders/detail.html:169
-msgid "Bogomips"
+msgid "Choose user"
msgstr ""
-#: ../src/templates/builders/detail.html:180
-msgid "Memory"
+msgid "Myself"
msgstr ""
-#: ../src/templates/builders/detail.html:194
-msgid "SWAP space"
+msgid "Choose a user who should watch this build."
msgstr ""
-#: ../src/templates/builders/detail.html:203
-msgid "No memory information available."
+msgid "User"
msgstr ""
-#: ../src/templates/builders/detail.html:208
-msgid "Load average"
+msgid "Add watcher"
msgstr ""
-#: ../src/templates/builders/detail.html:212
-#: ../src/templates/builders/list.html:50
-msgid "Overload"
+#, c-format
+msgid "Watchers of %s"
msgstr ""
-#: ../src/templates/builders/detail.html:217
-msgid "Free disk space"
+msgid "This is a list of all users who watch this build."
msgstr ""
-#: ../src/templates/builders/detail.html:222
-msgid "Host key"
+msgid ""
+"If you write a comment or the status of the build is changed, they all will "
+"get a message."
msgstr ""
-#: ../src/templates/builders/detail.html:235
-msgid "Active and pending jobs"
+msgid "You are the owner of this build. So you don't need to watch it."
msgstr ""
-#: ../src/templates/builders/edit.html:3
-#, c-format
-msgid "Manage builder %s"
+msgid "Watch this build."
msgstr ""
-#: ../src/templates/builders/edit.html:20
-#: ../src/templates/builders/edit.html:25
-#: ../src/templates/builders/pass.html:18 ../src/templates/mirrors-edit.html:20
-msgid "Manage"
+msgid "List of all watchers"
msgstr ""
-#: ../src/templates/builders/edit.html:25
-#, c-format
-msgid "Builder: %s"
+msgid "Actions"
msgstr ""
-#: ../src/templates/builders/edit.html:32
-#: ../src/templates/builders/list.html:30 ../src/templates/builders/new.html:30
-#: ../src/templates/mirrors-detail.html:56
-#: ../src/templates/mirrors-edit.html:32 ../src/templates/mirrors-list.html:43
-#: ../src/templates/mirrors-new.html:28
-msgid "Hostname"
+msgid "Back to build"
msgstr ""
-#: ../src/templates/builders/edit.html:36
-msgid "The hostname cannot be changed."
+msgid "Created %(when)s by %(author)s"
msgstr ""
-#: ../src/templates/builders/edit.html:46
-msgid "The builder must be enabled in order to process build jobs."
+#, c-format
+msgid "Created %s"
msgstr ""
-#: ../src/templates/builders/edit.html:53
-msgid "Build job settings"
+msgid "Fixed Bugs"
msgstr ""
-#: ../src/templates/builders/edit.html:56
-msgid "Maximum number of parallel build jobs"
+msgid "Score"
msgstr ""
-#: ../src/templates/builders/edit.html:65
-msgid "This is the number of build jobs that are started in parallel."
+msgid "Source Package"
msgstr ""
-#: ../src/templates/builders/edit.html:74
-msgid "Authorized to build release builds."
+#, c-format
+msgid "Edit distribution %s"
msgstr ""
-#: ../src/templates/builders/edit.html:83
-msgid "Authorized to build scratch builds."
+msgid "Name"
msgstr ""
-#: ../src/templates/builders/edit.html:92
-msgid "Authorized to build test builds."
+msgid "The fancy name of the distribution."
msgstr ""
-#: ../src/templates/builders/edit.html:98 ../src/templates/mirrors-edit.html:81
-#: ../src/templates/package-properties.html:93
-msgid "Save changes"
+msgid "Identifier"
msgstr ""
-#: ../src/templates/builders/list.html:31 ../src/templates/jobs-filter.html:44
-#: ../src/templates/packages/builds/times.html:44
-msgid "Architecture"
+msgid "Cannot be changed."
msgstr ""
-#: ../src/templates/builders/list.html:53
-msgid "Unknown CPU"
+msgid "Tag"
msgstr ""
-#: ../src/templates/builders/list.html:73 ../src/templates/builders/new.html:3
-#: ../src/templates/builders/new.html:16 ../src/templates/builders/new.html:41
-msgid "Create new builder"
+msgid "The tag is added to the package release."
msgstr ""
-#: ../src/templates/builders/new.html:21
-msgid "Create a new builder"
+msgid "Vendor"
msgstr ""
-#: ../src/templates/builders/new.html:35
-msgid "Enter the canonical hostname of the machine."
+msgid "From whom is the distribution from?"
msgstr ""
-#: ../src/templates/builders/pass.html:30
-#, c-format
-msgid "The new host <strong>%s</strong> has been successfully created."
+msgid "Contact"
msgstr ""
-#: ../src/templates/builders/pass.html:32
-#, c-format
-msgid "The passphrase for <strong>%s</strong> has been regenerated."
+msgid "The email address from the vendor."
msgstr ""
-#: ../src/templates/builders/pass.html:35
-msgid ""
-"For authorization to the Pakfire Master Server there is a passphrase "
-"required which must be configured to the host."
+msgid "Slogan"
msgstr ""
-#: ../src/templates/builders/pass.html:39
-msgid "This passphrase is:"
+msgid "A short sentence that characterizes the distribution."
msgstr ""
-#: ../src/templates/builders/pass.html:43
-msgid "Next"
+msgid "Architectures"
msgstr ""
-#: ../src/templates/build-filter.html:3 ../src/templates/build-list.html:3
-#: ../src/templates/build-list.html:8
-msgid "Build job list"
+msgid "For which architectures should the distribution be built?"
msgstr ""
-#: ../src/templates/build-filter.html:6 ../src/templates/build-index.html:21
-#: ../src/templates/build-list.html:15
-msgid "Filter builds"
+msgid "Sources"
msgstr ""
-#: ../src/templates/build-filter.html:11 ../src/templates/build-manage.html:9
-#: ../src/templates/distro-detail.html:3 ../src/templates/distro-detail.html:22
-#: ../src/templates/distro-list.html:33
-#: ../src/templates/distro-source-commits.html:5
-#: ../src/templates/distro-update-detail.html:6
-#: ../src/templates/distro-update-edit.html:12
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-edit.html:8
-msgid "Distribution"
+msgid "Which sources should be imported to the distribution?"
msgstr ""
-#: ../src/templates/build-filter.html:15 ../src/templates/build-filter.html:39
-#: ../src/templates/build-filter.html:55
-msgid "Any"
+msgid "Commit"
msgstr ""
-#: ../src/templates/build-filter.html:23
-msgid "Show only builds in that distribution."
+#, c-format
+msgid "Source: %s"
msgstr ""
-#: ../src/templates/build-filter.html:30
-msgid "All"
+msgid "Source"
msgstr ""
-#: ../src/templates/build-filter.html:31
-#: ../src/templates/modules/jobs-table.html:29 ../src/web/ui_modules.py:335
-msgid "Running"
+msgid "Open in gitweb"
msgstr ""
-#: ../src/templates/build-filter.html:32
-#: ../src/templates/modules/jobs-table.html:21 ../src/web/ui_modules.py:330
-msgid "Pending"
+msgid "Reset commit"
msgstr ""
-#: ../src/templates/build-filter.html:33 ../src/templates/jobs-detail.html:128
-#: ../src/templates/modules/jobs-table.html:27 ../src/web/ui_modules.py:320
-msgid "Finished"
+msgid "Revision"
msgstr ""
-#: ../src/templates/build-filter.html:34
-#: ../src/templates/modules/jobs-table.html:23 ../src/web/ui_modules.py:315
-msgid "Failed"
+msgid "Date"
msgstr ""
-#: ../src/templates/build-filter.html:35
-msgid "Permanently failed"
+msgid "Author"
msgstr ""
-#: ../src/templates/build-filter.html:36
-#: ../src/templates/modules/jobs-table.html:25 ../src/web/ui_modules.py:310
-msgid "Dispatching"
+msgid "Committer"
msgstr ""
-#: ../src/templates/build-filter.html:37 ../src/web/ui_modules.py:340
-msgid "Uploading"
+msgid "Packages created from this commit"
msgstr ""
-#: ../src/templates/build-filter.html:40
-msgid "Building"
+msgid "There were no packages created from this commit."
msgstr ""
-#: ../src/templates/build-filter.html:41
-msgid "Testing"
+msgid "Danger!"
msgstr ""
-#: ../src/templates/build-filter.html:42
-msgid "Stable"
+msgid "This is a very dangerous action!"
msgstr ""
-#: ../src/templates/build-filter.html:43
-msgid "Obsolete"
+msgid "Don't do it, if you are not absolutely sure what you are doing."
msgstr ""
-#: ../src/templates/build-filter.html:44
-msgid "Broken"
+msgid ""
+"This commit will be reset. Which means all packages associated with it will "
+"be deleted, and the commit will be parsed again."
msgstr ""
-#: ../src/templates/build-filter.html:48
-msgid "Only show builds with given state."
+msgid ""
+"This action may cause severe problems and may only be allowed when something "
+"went horribly wrong."
msgstr ""
-#: ../src/templates/build-filter.html:52
-#: ../src/templates/package-detail.html:82
-msgid "Build host"
+msgid "These packages will be deleted"
msgstr ""
-#: ../src/templates/build-filter.html:62
-msgid "Display only builds by selected host."
+msgid "Commits"
msgstr ""
-#: ../src/templates/build-filter.html:77
-msgid "Show all builds"
+msgid "Source repository"
msgstr ""
-#: ../src/templates/build-index.html:18
-#: ../src/templates/builds/comments.html:17
-#: ../src/templates/builds/comments.html:25
-msgid "Comments"
+msgid "Previous commits"
msgstr ""
-#: ../src/templates/build-manage.html:3
-#, c-format
-msgid "Manage build %s"
+msgid "Next commits"
msgstr ""
-#: ../src/templates/build-manage.html:8
-msgid "Manage build"
+msgid "Gitweb"
msgstr ""
-#: ../src/templates/build-manage.html:15
-msgid "Permission denied"
+msgid "Branch"
msgstr ""
-#: ../src/templates/build-manage.html:16
-msgid ""
-"You do not have the permission to update packages that belong to the "
-"<em>critical path</em>."
+msgid "Imported commits"
msgstr ""
-#: ../src/templates/build-manage.html:22
-msgid "Not all jobs are finished"
+msgid "Latest commits"
msgstr ""
-#: ../src/templates/build-manage.html:24
-msgid "Not all jobs of this build are finished, yet."
+msgid "Show all commits"
msgstr ""
-#: ../src/templates/build-manage.html:25
-msgid ""
-"It is <strong>strongly discouraged</strong> to push this build into the next "
-"repository."
+msgid "Update"
msgstr ""
-#: ../src/templates/build-manage.html:28
-msgid ""
-"However, the build will be automatically unpushed if one or more build jobs "
-"fail."
+msgid "Summary"
msgstr ""
-#: ../src/templates/build-manage.html:42
-msgid "Push to a repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:44
-msgid "Push to next repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:46
-msgid "Push to first repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:51
-#: ../src/templates/modules/modal-build-push.html:24
-msgid "New repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:71
-msgid "This is the target repository for the build."
-msgstr ""
-
-#: ../src/templates/build-manage.html:90
-msgid "Switch to user mode"
-msgstr ""
-
-#: ../src/templates/build-manage.html:92
-msgid "Switch to admin mode"
-msgstr ""
-
-#: ../src/templates/build-priority.html:3
-#: ../src/templates/build-priority.html:6
-msgid "Edit build priority"
-msgstr ""
-
-#: ../src/templates/build-priority.html:11
-msgid "Priority"
-msgstr ""
-
-#: ../src/templates/build-priority.html:14
-#: ../src/templates/package-properties.html:51
-msgid "Very high"
-msgstr ""
-
-#: ../src/templates/build-priority.html:15
-#: ../src/templates/package-properties.html:54
-msgid "High"
-msgstr ""
-
-#: ../src/templates/build-priority.html:16
-#: ../src/templates/package-properties.html:57
-msgid "Medium"
-msgstr ""
-
-#: ../src/templates/build-priority.html:17
-#: ../src/templates/package-properties.html:60
-msgid "Low"
-msgstr ""
-
-#: ../src/templates/build-priority.html:18
-#: ../src/templates/package-properties.html:63
-msgid "Very low"
-msgstr ""
-
-#: ../src/templates/build-priority.html:22
-msgid "Set the priority of the build process."
-msgstr ""
-
-#: ../src/templates/build-priority.html:28
-msgid "Beware"
-msgstr ""
-
-#: ../src/templates/build-priority.html:29
-msgid "Shuffeling build jobs can cause problems with the dependency solving."
-msgstr ""
-
-#: ../src/templates/build-priority.html:30
-msgid "Don't do this if you are not totally sure you won't break anything."
-msgstr ""
-
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-msgid "Job queue"
-msgstr ""
-
-#: ../src/templates/build-queue.html:8
-msgid "This is a list of all jobs that are waiting to be processed."
-msgstr ""
-
-#: ../src/templates/build-queue.html:9
-msgid "They one at the top is next."
-msgstr ""
-
-#: ../src/templates/build-queue.html:15
-msgid "No jobs to do."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:3
-#: ../src/templates/build-schedule-test.html:29
-#: ../src/templates/job-schedule-test.html:3
-#: ../src/templates/job-schedule-test.html:29
-#, c-format
-msgid "Schedule test build for %s"
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:24
-#: ../src/templates/job-schedule-test.html:24
-#: ../src/templates/jobs-detail.html:48
-msgid "Schedule test build"
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:35
-#: ../src/templates/job-schedule-test.html:35
-msgid ""
-"A test build is used to check if a package builds with the current package "
-"set."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:36
-#: ../src/templates/job-schedule-test.html:36
-msgid ""
-"In this way, developers are able to find quality issues fast and without "
-"actively searching for them."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:39
-#: ../src/templates/job-schedule-test.html:39
-msgid ""
-"As this build platform only has a limited amount of performance, test builds "
-"only have a very less priority."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:40
-#: ../src/templates/job-schedule-test.html:40
-msgid "However, you can manually request to run a test."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:43
-#: ../src/templates/job-schedule-rebuild.html:38
-#: ../src/templates/job-schedule-test.html:43
-msgid ""
-"The build job will be started when a build slot is available but not before "
-"the given time."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:3
-#: ../src/templates/builds/comments.html:42
-msgid "Build comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:33
-msgid "Show all comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:40
-#, c-format
-msgid "%s's latest comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:49
-#, c-format
-msgid "This page shows %s's latest comments."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:51
-msgid "This page shows the latest comments on builds."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:53
-msgid ""
-"The Pakfire Build Service is all about social development and so, "
-"communicating with eath others is important. Please join."
+msgid "Maintainer"
msgstr ""
-#: ../src/templates/builds/comments.html:61
-#: ../src/templates/builds/comments.html:65
-#: ../src/templates/packages/changelog.html:35
-#: ../src/templates/packages/changelog.html:39
-msgid "Newer"
+msgid "Time created"
msgstr ""
-#: ../src/templates/builds/comments.html:71
-#: ../src/templates/builds/comments.html:75
-#: ../src/templates/packages/changelog.html:45
-#: ../src/templates/packages/changelog.html:49
-msgid "Older"
+msgid "Builds in this update"
msgstr ""
-#: ../src/templates/builds/comments.html:81
#, c-format
-msgid "%s did not comment on anything, yet."
-msgstr ""
-
-#: ../src/templates/build-state.html:34
-msgid ""
-"The state of a build can be either building, testing, stable, obsolete or "
-"broken."
-msgstr ""
-
-#: ../src/templates/build-state.html:48
-msgid "Mark build as obsolete"
-msgstr ""
-
-#: ../src/templates/build-state.html:50
-msgid ""
-"If a package is updated by an other package it should be marked as "
-"<em>obsolete</em>."
+msgid "Edit update %s - %s"
msgstr ""
-#: ../src/templates/build-state.html:51
-msgid ""
-"For obsolete builds, there will be no test jobs created and it is "
-"recommended to remove them from the repositories soon."
+msgid "Create new update"
msgstr ""
-#: ../src/templates/build-state.html:60
-msgid "Remove build from the repository it is currently in?"
+msgid "Create A New Distribution"
msgstr ""
-#: ../src/templates/build-state.html:81
-msgid "Unbreak this build"
+msgid "Supported Architectures"
msgstr ""
-#: ../src/templates/build-state.html:84
-msgid ""
-"In case this build has accidentially be marked as broken, it is possible to "
-"recover that state."
+msgid "Repositories"
msgstr ""
-#: ../src/templates/build-state.html:102
-msgid "Mark build as broken"
+msgid "400 - Bad request"
msgstr ""
-#: ../src/templates/build-state.html:105
-msgid ""
-"If a package does not build or contains <em>serious</em> bugs, it should be "
-"marked as broken."
+msgid "Invalid data has been passed to the application."
msgstr ""
-#: ../src/templates/build-state.html:106
msgid ""
-"Those builds can not be added into any repositories and are removed from all "
-"repositories they may currently be in."
-msgstr ""
-
-#: ../src/templates/build-state.html:126
-#: ../src/templates/distro-update-detail.html:17
-#: ../src/templates/modules/modal-build-push.html:54
-#: ../src/templates/modules/modal-build-unpush.html:13
-msgid "Current repository"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:3
-#: ../src/templates/builds-watchers-add.html:29
-#, c-format
-msgid "Watch build %s"
+"The application refused to go on with the provided data that was sent in "
+"this request."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:24
-msgid "Watch"
+msgid "403 - Access forbidden"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:35
-msgid "You may here add yourself to the list of watchers of this build."
+msgid "You are not allowed to access this ressource."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:36
msgid ""
-"If you do so, you will receive messages about new comments and status "
-"updates."
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:43
-#: ../src/templates/user-profile-passwd.html:51
-msgid "Oops!"
+"Access to the requested page has been denied because you do not have "
+"sufficient rights."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:44
-#: ../src/templates/builds-watchers-list.html:17
-msgid "You are already watching this build."
+msgid "404 - Not Found"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:56
-msgid "Choose user"
+msgid "I could not find what you were searching for."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:60
-msgid "Myself"
+msgid "You may have clicked an expired link or mistyped the address."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:70
-msgid "Choose a user who should watch this build."
+msgid "Oops! Don't panic."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:76
-#: ../src/templates/modules/build-table.html:20
-#: ../src/templates/user-profile-edit.html:80
-#: ../src/templates/user-profile.html:29 ../src/templates/user-profile.html:54
-msgid "User"
+msgid "An unexpected error happened."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:84
-msgid "Add watcher"
+msgid "Stay calm and read the text below to find out what went wrong."
msgstr ""
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/modules/watchers-sidebar-table.html:22
-#, c-format
-msgid "Watchers of %s"
+msgid "Error code"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:11
-msgid "This is a list of all users who watch this build."
+msgid "Exception (traceback):"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:12
msgid ""
-"If you write a comment or the status of the build is changed, they all will "
-"get a message."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:21
-msgid "You are the owner of this build. So you don't need to watch it."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:25
-msgid "Watch this build."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:39
-msgid "List of all watchers"
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:53
-msgid "Back to build"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:36
-msgid "None"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:46
-msgid "Binary repositories"
+"Please try going back to the previous page and try the action you did again "
+"in a moment."
msgstr ""
-#: ../src/templates/distro-detail.html:51
msgid ""
-"A binary repository is a composition of packages that are considered stable, "
-"unstable or in testing state by the developers."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:53
-msgid "Each repository can be enabled individually."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:54
-msgid "Learn how to use them."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:66 ../src/templates/source-list.html:6
-msgid "Source repositories"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:80
-#: ../src/templates/distro-source-commit-detail.html:90
-#: ../src/templates/user-profile.html:73
-msgid "Action"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:86
-msgid "Edit distribution"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:91
-msgid "Delete distribution"
+"If the error persists, you should consider to get in touch with an "
+"administrator."
msgstr ""
-#: ../src/templates/distro-detail.html:97
-msgid "New binary repository"
+msgid "Build created"
msgstr ""
-#: ../src/templates/distro-detail.html:102
-msgid "New source repository"
+msgid "- Unknown Event -"
msgstr ""
-#: ../src/templates/distro-edit.html:3 ../src/templates/distro-edit.html:6
-#: ../src/templates/distro-update-edit.html:3
#, c-format
-msgid "Edit distribution %s"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:12
-#: ../src/templates/modules/packages-table.html:4
-#: ../src/templates/modules/repository-table.html:4
-#: ../src/templates/modules/source-table.html:4
-#: ../src/templates/repository-edit.html:15
-msgid "Name"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:17
-msgid "The fancy name of the distribution."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:21
-msgid "Identifier"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:26
-#: ../src/templates/user-profile-edit.html:42
-msgid "Cannot be changed."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:30
-msgid "Tag"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:35
-msgid "The tag is added to the package release."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:39
-msgid "Vendor"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:44
-msgid "From whom is the distribution from?"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:48 ../src/templates/docs-index.html:57
-#: ../src/templates/mirrors-detail.html:62
-msgid "Contact"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:53
-msgid "The email address from the vendor."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:57
-msgid "Slogan"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:62
-msgid "A short sentence that characterizes the distribution."
+msgid "by %s"
msgstr ""
-#: ../src/templates/distro-edit.html:66
-msgid "Architectures"
+msgid "File"
msgstr ""
-#: ../src/templates/distro-edit.html:75
-msgid "For which architectures should the distribution be built?"
+msgid "Package"
msgstr ""
-#: ../src/templates/distro-edit.html:79
-msgid "Sources"
+msgid "Description"
msgstr ""
-#: ../src/templates/distro-edit.html:88
-msgid "Which sources should be imported to the distribution?"
+msgid "URL"
msgstr ""
-#: ../src/templates/distro-list.html:26
-msgid ""
-"This is a list of all distributions, that are maintained in this build "
-"service."
+msgid "License"
msgstr ""
-#: ../src/templates/distro-list.html:27
-msgid ""
-"You may click on one of them and see more details or jump directly to one of "
-"the repositories."
-msgstr ""
-
-#: ../src/templates/distro-list.html:34
-msgid "Repositories"
-msgstr ""
-
-#: ../src/templates/distro-list.html:66
-msgid "New distribution"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:21
-#: ../src/templates/distro-source-commit-reset.html:19
-#: ../src/templates/distro-source-detail.html:19
-#, c-format
-msgid "Source: %s"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:34
-#: ../src/templates/distro-source-commit-reset.html:32
-#: ../src/templates/distro-source-commits.html:6
-#: ../src/templates/distro-source-detail.html:26
-msgid "Source"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:47
-msgid "Revision"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:51
-msgid "Date"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:59
-msgid "Committer"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:63
-#: ../src/templates/modules/commits-table.html:6
-msgid "Subject"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:81
-msgid "Open in gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:96
-#: ../src/templates/distro-source-commit-reset.html:54
-msgid "Reset commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:112
-msgid "Packages created from this commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:128
-msgid "There were no packages created from this commit."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:43
-msgid "Danger!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:44
-msgid "This is a very dangerous action!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:45
-msgid "Don't do it, if you are not absolutely sure what you are doing."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:49
-msgid ""
-"This commit will be reset. Which means all packages associated with it will "
-"be deleted, and the commit will be parsed again."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:50
-msgid ""
-"This action may cause severe problems and may only be allowed when something "
-"went horribly wrong."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:62
-msgid "These packages will be deleted"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:6
-msgid "Commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:10
-msgid "Source repository"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:20
-msgid "Previous commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:24
-msgid "Next commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:36
-msgid "Gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:45
-msgid "Branch"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:49
-msgid "Imported commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:59
-msgid "Latest commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:63
-msgid "Show all commits"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:5
-msgid "Update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:10
-#: ../src/templates/modules/packages-table.html:5
-#: ../src/templates/packages/builds/times.html:31
-msgid "Summary"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:27
-#: ../src/templates/file-detail.html:40
-#: ../src/templates/modules/package-header.html:24
-#: ../src/templates/package-detail.html:77
-msgid "Maintainer"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:33
-msgid "Time created"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:41
-msgid "Builds in this update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:49
-#: ../src/templates/repository-detail.html:112
-#: ../src/templates/user-profile-edit.html:20
-msgid "Edit"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:8
-#, c-format
-msgid "Edit update %s - %s"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:10
-msgid "Create new update"
-msgstr ""
-
-#: ../src/templates/docs-base.html:27
-msgid "All Documents"
-msgstr ""
-
-#: ../src/templates/docs-base.html:31
-msgid "Topics"
-msgstr ""
-
-#: ../src/templates/docs-build.html:3 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-whatsthis.html:3
-msgid "Legend of the build states"
-msgstr ""
-
-#: ../src/templates/docs-build.html:25
-msgid ""
-"Every build that is done by the Pakfire Build Service has to go through "
-"several states:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:28
-msgid ""
-"After checking out the source from the source repository a source package is "
-"created and submitted to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:29
-msgid ""
-"Starting from inserting a source file to the build service, there are binary "
-"build jobs created for every supported architecture."
-msgstr ""
-
-#: ../src/templates/docs-build.html:32
-msgid ""
-"These get assigned to a build host which has to compile or assemble the "
-"package and return it back to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:33
-msgid "In the table below, there are all states that a build job goes through:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:36
-msgid "Build is running"
-msgstr ""
-
-#: ../src/templates/docs-build.html:37
-msgid "Build has failed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:38
-msgid "Build is waiting to be processed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:39
-msgid "There was a dependency error when the package was built"
-msgstr ""
-
-#: ../src/templates/docs-build.html:40
-msgid "Build is waiting for source to go to pending state"
-msgstr ""
-
-#: ../src/templates/docs-build.html:41
-msgid "Files of this build are transferred to the build server"
-msgstr ""
-
-#: ../src/templates/docs-build.html:42
-msgid "Files are being uploaded to the service"
-msgstr ""
-
-#: ../src/templates/docs-build.html:43
-msgid "Build has an unknown state"
-msgstr ""
-
-#: ../src/templates/docs-index.html:3
-msgid "Documentation index"
-msgstr ""
-
-#: ../src/templates/docs-index.html:17
-msgid "Documents"
-msgstr ""
-
-#: ../src/templates/docs-index.html:23
-msgid ""
-"This is a collection of documents that should be read by everybody who is "
-"using this system."
-msgstr ""
-
-#: ../src/templates/docs-index.html:29
-msgid "What is the pakfire build service?"
-msgstr ""
-
-#: ../src/templates/docs-index.html:34
-msgid "General pakfire documentation"
-msgstr ""
-
-#: ../src/templates/docs-index.html:39
-msgid "Packaging guidelines"
-msgstr ""
-
-#: ../src/templates/docs-index.html:51
-msgid "This documentation you find at this place is not completed yet."
-msgstr ""
-
-#: ../src/templates/docs-index.html:52
-msgid "Feel free to make any suggestions."
-msgstr ""
-
-#: ../src/templates/docs-index.html:59
-msgid ""
-"If you need help using the build service or have some general questions "
-"please use our mailing list."
-msgstr ""
-
-#: ../src/templates/docs-index.html:60
-msgid "You can also talk to the developers and suggest feature enhancements."
-msgstr ""
-
-#: ../src/templates/docs-index.html:64
-msgid "Mailing list"
-msgstr ""
-
-#: ../src/templates/docs-index.html:68
-msgid "Bug reports"
-msgstr ""
-
-#: ../src/templates/docs-index.html:70
-msgid ""
-"Please visit Bugzilla to create bug reports on the Pakfire Build System."
-msgstr ""
-
-#: ../src/templates/docs-users.html:3 ../src/templates/docs-users.html:16
-#: ../src/templates/docs-users.html:21
-msgid "User groups"
-msgstr ""
-
-#: ../src/templates/docs-users.html:26
-msgid ""
-"All users can join the Pakfire Build Service and are separated into three "
-"groups:"
-msgstr ""
-
-#: ../src/templates/docs-users.html:29
-msgid "Developers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:31
-msgid ""
-"Developers manage this build service and have access to all parts of it."
-msgstr ""
-
-#: ../src/templates/docs-users.html:32
-msgid ""
-"They are responsible to keep the system running and able to push package "
-"updates to the repostories."
-msgstr ""
-
-#: ../src/templates/docs-users.html:35
-msgid "Guidelines for developers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:38
-msgid "Testers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:40
-msgid ""
-"Testers are like users but have the right to vote on packages, which is used "
-"to figure out the quality of the package."
-msgstr ""
-
-#: ../src/templates/docs-users.html:41
-msgid ""
-"Everyone can become a tester after he or she has proven to know the IPFire "
-"system very well."
-msgstr ""
-
-#: ../src/templates/docs-users.html:42
-msgid ""
-"On these people depends a very huge amount of the quality of the "
-"distribution that is made out of the feedback they give."
-msgstr ""
-
-#: ../src/templates/docs-users.html:45
-msgid "Guidelines for testers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:50
-msgid "Everybody can join the Pakfire Build Service by registering an account."
-msgstr ""
-
-#: ../src/templates/docs-users.html:51
-msgid ""
-"After a successful activation you are able to leave comments on packages and "
-"give feedback to the developers about its status."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:16
-#: ../src/templates/docs-whatsthis.html:21
-msgid "What is the Pakfire Build Service?"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:27
-msgid ""
-"On this page, you will find out what the Pakfire Build Service really is."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:28
-msgid "Read carefully."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:34
-msgid "Yeah, that's it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:35
-msgid "No, that's not it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:43
-msgid "PBS is a tool where people can give feedback to developers."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:44
-msgid "It is possible to leave comments and rate builds."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:50
-msgid "PBS is <strong>NOT</strong> a bugtracker."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:51
-msgid ""
-"To report bugs please use our bugtracker liked below if you want them to get "
-"fixed."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:55
-msgid "Bugtracker"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:4
-msgid "400 - Bad request"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:8
-msgid "Invalid data has been passed to the application."
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:13
-msgid ""
-"The application refused to go on with the provided data that was sent in "
-"this request."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:4
-msgid "403 - Access forbidden"
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:8
-msgid "You are not allowed to access this ressource."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:13
-msgid ""
-"Access to the requested page has been denied because you do not have "
-"sufficient rights."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:4
-msgid "404 - Not Found"
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:8
-msgid "I could not find what you were searching for."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:13
-msgid "You may have clicked an expired link or mistyped the address."
-msgstr ""
-
-#: ../src/templates/errors/error.html:8
-msgid "Oops! Don't panic."
-msgstr ""
-
-#: ../src/templates/errors/error.html:13
-msgid "An unexpected error happened."
-msgstr ""
-
-#: ../src/templates/errors/error.html:19
-msgid "Stay calm and read the text below to find out what went wrong."
-msgstr ""
-
-#: ../src/templates/errors/error.html:31
-msgid "Error code"
-msgstr ""
-
-#: ../src/templates/errors/error.html:38
-msgid "Exception (traceback):"
-msgstr ""
-
-#: ../src/templates/errors/error.html:49
-msgid ""
-"Please try going back to the previous page and try the action you did again "
-"in a moment."
-msgstr ""
-
-#: ../src/templates/errors/error.html:50
-msgid ""
-"If the error persists, you should consider to get in touch with an "
-"administrator."
-msgstr ""
-
-#: ../src/templates/file-detail.html:5
-msgid "File"
-msgstr ""
-
-#: ../src/templates/file-detail.html:13
-#: ../src/templates/modules/log-table.html:12
-#: ../src/templates/package-detail.html:3
-#: ../src/templates/package-detail.html:50
-#: ../src/templates/package-detail-list.html:3
-#: ../src/templates/package-properties.html:3
-msgid "Package"
-msgstr ""
-
-#: ../src/templates/file-detail.html:20
-#: ../src/templates/repository-edit.html:25
-msgid "Description"
-msgstr ""
-
-#: ../src/templates/file-detail.html:27
-msgid "URL"
-msgstr ""
-
-#: ../src/templates/file-detail.html:34
-#: ../src/templates/modules/package-header.html:14
-#: ../src/templates/package-detail.html:70
-msgid "License"
-msgstr ""
-
-#: ../src/templates/file-detail.html:46
-#: ../src/templates/modules/packages-table.html:6
-#: ../src/templates/package-detail.html:126
-msgid "Size"
-msgstr ""
-
-#: ../src/templates/file-detail.html:51
-msgid "Hash"
-msgstr ""
-
-#: ../src/templates/file-detail.html:57
-#: ../src/templates/modules/packages/dependency-table.html:5
-msgid "Provides"
-msgstr ""
-
-#: ../src/templates/file-detail.html:63 ../src/templates/file-detail.html:69
-#: ../src/templates/modules/packages/dependency-table.html:7
-msgid "Requires"
-msgstr ""
-
-#: ../src/templates/file-detail.html:76
-#: ../src/templates/modules/packages/dependency-table.html:13
-msgid "Obsoletes"
-msgstr ""
-
-#: ../src/templates/file-detail.html:83
-#: ../src/templates/modules/packages/dependency-table.html:11
-msgid "Conflicts"
-msgstr ""
-
-#: ../src/templates/file-detail.html:90
-msgid "Build information"
-msgstr ""
-
-#: ../src/templates/file-detail.html:93
-msgid "ID"
-msgstr ""
-
-#: ../src/templates/file-detail.html:99
-#: ../src/templates/modules/jobs-table.html:6
-msgid "Host"
-msgstr ""
-
-#: ../src/templates/file-detail.html:105
-msgid "Time"
-msgstr ""
-
-#: ../src/templates/file-detail.html:111
-#: ../src/templates/search-results.html:71
-msgid "Files"
-msgstr ""
-
-#: ../src/templates/file-detail.html:118
-#: ../src/templates/packages/view-file.html:51
-msgid "Download file"
-msgstr ""
-
-#: ../src/templates/index.html:3
-msgid "Welcome to the Pakfire Build Service"
-msgstr ""
-
-#: ../src/templates/index.html:8
-#, c-format
-msgid "Welcome, %s!"
-msgstr ""
-
-#: ../src/templates/index.html:22
-msgid "Development powered by community!"
-msgstr ""
-
-#: ../src/templates/index.html:38
-msgid "Latest stable updates"
-msgstr ""
-
-#: ../src/templates/index.html:40
-msgid "Unstable updates"
-msgstr ""
-
-#: ../src/templates/index.html:42
-msgid "Testing updates"
-msgstr ""
-
-#: ../src/templates/index.html:59
-msgid "View more updates..."
-msgstr ""
-
-#: ../src/templates/index.html:70
-msgid "Build jobs"
-msgstr ""
-
-#: ../src/templates/index.html:76
-msgid "Show more build jobs"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:3 ../src/templates/jobs-abort.html:6
-#, c-format
-msgid "Abort build job %s"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:8
-msgid "You may abort a running build."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:9
-msgid "The build server will eventually stop to build the package."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:16 ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:58
-#: ../src/templates/modules/jobs/list.html:5
-msgid "Build job"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:25
-#: ../src/templates/modules/build-offset.html:5
-msgid "Start time"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:30
-msgid "No started, yet."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:38
-msgid "Build server"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:3
-msgid "Job buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:28
-#: ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:154
-msgid "Buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:41
-#, c-format
-msgid "The packages listed below were used to build %s."
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:52
-msgid "Buildroot size"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:56
-msgid "Download size"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:3
-#: ../src/templates/job-schedule-rebuild.html:29
-#, c-format
-msgid "Schedule rebuild for %s"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:24
-msgid "Schedule rebuild"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:35
-msgid "At this place, you can submit failed build jobs to be built again."
-msgstr ""
-
-#: ../src/templates/job-schedule-test.html:44
-msgid ""
-"Please note, that all other kinds of build are preferred over the test "
-"builds."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:3 ../src/templates/package-detail.html:118
-msgid "Job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:36
-msgid "Abort job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:42
-msgid "Restart job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:71
-msgid "Job has been aborted"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:73
-msgid ""
-"This build job is in an aborted state, because the build process crashed "
-"unexpectedly."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:74
-msgid ""
-"In most cases, there is no log file and you must figure out the issue on "
-"your own."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:77
-msgid "The error code is:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:80
-msgid "Segmentation violation"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:88
-msgid "You may resubmit the job to try again:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:89
-msgid "Re-submit build"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:110
-msgid "No builder assigned."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:117 ../src/templates/keys-list.html:32
-#: ../src/templates/modules/build-table.html:23
-msgid "Created"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:122
-#: ../src/templates/sessions/index.html:35
-msgid "Started"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:134
-msgid "ETA"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:144
-msgid "Build logs"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:148
-msgid "No logs available, yet."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:155
-#, c-format
-msgid "%s package"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:165
-msgid "Package files"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:3 ../src/templates/jobs-filter.html:21
-#: ../src/templates/jobs-index.html:18
-msgid "Filter jobs"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:16
-msgid "Filter"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:30 ../src/templates/jobs-filter.html:47
-msgid "[Choose one]"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:36
-msgid "Only show jobs, that have been built by this builder."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:53
-msgid "Only show jobs, with this architecture."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:59 ../src/templates/search-form.html:35
-#: ../src/templates/search-results.html:40
-msgid "Go!"
-msgstr ""
-
-#: ../src/templates/jobs-index.html:30
-#, c-format
-msgid "Showing only jobs from %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:37
-#, c-format
-msgid "Showing only builds that have been built on %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:45
-#, c-format
-msgid "Showing only jobs built for %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:3
-#, c-format
-msgid "Delete key %s"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:25 ../src/templates/keys-import.html:28
-msgid "Key"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:29
-#, c-format
-msgid "You are going to delete the key %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:41
-msgid "Delete key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:3 ../src/templates/keys-import.html:16
-#: ../src/templates/keys-import.html:39 ../src/templates/keys-list.html:106
-msgid "Import new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:21
-msgid "Import a new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:33
-msgid "Paste the key to import."
-msgstr ""
-
-#: ../src/templates/keys-list.html:21
-msgid "The keys are a very important component when it comes to security."
-msgstr ""
-
-#: ../src/templates/keys-list.html:22
-msgid ""
-"Each package in the Pakfire Build Service is signed to prove its "
-"authenticity."
-msgstr ""
-
-#: ../src/templates/keys-list.html:31
-msgid "Fingerprint"
-msgstr ""
-
-#: ../src/templates/keys-list.html:33
-msgid "Expires"
-msgstr ""
-
-#: ../src/templates/keys-list.html:51
-msgid "Lookup"
-msgstr ""
-
-#: ../src/templates/keys-list.html:55
-#: ../src/templates/modules/files-table.html:5
-#: ../src/templates/modules/packages-table.html:21
-#: ../src/templates/package-detail.html:152
-msgid "Download"
-msgstr ""
-
-#: ../src/templates/keys-list.html:75 ../src/templates/keys-list.html:77
-msgid "Subkey"
-msgstr ""
-
-#: ../src/templates/keys-list.html:90
-msgid "This key does not expire."
-msgstr ""
-
-#: ../src/templates/login.html:3 ../src/templates/login.html:7
-#: ../src/templates/login.html:34
-#: ../src/templates/modules/modal-build-comment.html:56
-msgid "Login"
-msgstr ""
-
-#: ../src/templates/login.html:12
-msgid "Login failed!"
-msgstr ""
-
-#: ../src/templates/login.html:13
-msgid "Username and/or password was wrong. Login failed."
-msgstr ""
-
-#: ../src/templates/login.html:22 ../src/templates/register.html:30
-#: ../src/templates/user-profile-edit.html:37
-#: ../src/templates/user-profile.html:37
-msgid "Username"
-msgstr ""
-
-#: ../src/templates/login.html:28 ../src/templates/register.html:67
-#: ../src/templates/user-profile-edit.html:101
-msgid "Password"
-msgstr ""
-
-#: ../src/templates/login.html:41
-msgid "You also might want to..."
-msgstr ""
-
-#: ../src/templates/login.html:44
-msgid "Register a new account."
-msgstr ""
-
-#: ../src/templates/login.html:47
-msgid "Recover your password."
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:3
-#, c-format
-msgid "Delete mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:25
-#, c-format
-msgid "Delete mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:29
-#, c-format
-msgid "You are going to delete the mirror %s."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:3
-#: ../src/templates/mirrors-detail.html:46
-#, c-format
-msgid "Mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:29
-msgid "Edit settings"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:37
-msgid "Delete mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:47
-#, c-format
-msgid "hosted by %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:75
-msgid "Status information"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:79
-msgid "Status"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:84
-#: ../src/templates/mirrors-list.html:45
-msgid "Last check"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:89
-msgid "Never"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:103
-msgid "View larger map"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:108
-msgid "The location of the mirror server is estimated by the IP address."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:112
-msgid "The location of the mirror server could not be estimated."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:3
-#, c-format
-msgid "Manage mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:25
-#, c-format
-msgid "Manage mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:37
-msgid "The canonical hostname."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:47
-msgid "Only enabled mirrors will be pushed out to the clients."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:54
-msgid "Contact information"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:57 ../src/templates/mirrors-list.html:43
-#: ../src/templates/modules/changelog/entry.html:48
-#: ../src/templates/uploads-list.html:25
-msgid "Owner"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:62
-msgid "The owner of the mirror server."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:68
-msgid "Contact address"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:73
-msgid "An email address to contact an administrator of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:75
-msgid "This won't be made public."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:24 ../src/templates/mirrors-new.html:3
-msgid "Add new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:36
-msgid "On this page, you will see a list of all mirror servers."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:64
-msgid "Up"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:68
-msgid "Down"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:90
-msgid "There are no mirrors configured, yet."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:16
-msgid "New mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:21
-msgid "Add a new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:34
-msgid "Enter the canonical hostname of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:40
-msgid "Path"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:46
-msgid "The path to the files on the server."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:52
-msgid "Create new mirror"
-msgstr ""
-
-#: ../src/templates/modules/builders/load.html:2
-msgid "Current load of the build cluster"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:4
-#: ../src/templates/package-properties.html:71
-#: ../src/templates/package-properties.html:82
-msgid "Critical path"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:9
-msgid "Release build"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:11
-#: ../src/templates/modules/changelog/entry.html:22
-msgid "Scratch build"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:8
-msgid "As soon as possible"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:9
-msgid "After 5 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:10
-msgid "After 15 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:11
-msgid "After one hour"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:12
-msgid "After one day"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:17
-msgid "Set the time after which the build job starts."
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:22
-msgid "Schedule build"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:3
-msgid "This build is broken!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:4
-msgid ""
-"This means that the package may cause severe damage on your system and/or "
-"does not work at all."
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:8
-msgid "This build is obsolete!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:9
-msgid "This means that this package has been replaced with a new one."
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:17
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-detail.html:50
-msgid "Repository"
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:83
-msgid "There are no builds to show at this place right now."
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:8
-#, c-format
-msgid "on %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:11
-#, c-format
-msgid "by %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:16
-msgid "Updated"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:22
-msgid "No comments so far."
-msgstr ""
-
-#: ../src/templates/modules/files-table.html:7
-msgid "Info"
-msgstr ""
-
-#: ../src/templates/modules/footer.html:5
-msgid ""
-"Pakfire is the buildsystem that is used to build the IPFire Linux firewall "
-"distribution."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:6
-msgid "It also installs and updates packages on the IPFire systems."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:11
-msgid "Code licensed under the GNU General Public License v3."
-msgstr ""
-
-#: ../src/templates/modules/jobs/list.html:7
-msgid "Runtime"
-msgstr ""
-
-#: ../src/templates/modules/jobs/status.html:9
-msgid "This build has got no jobs."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:4
-msgid "Arch"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:7
-msgid "Duration"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:19 ../src/web/ui_modules.py:325
-msgid "New"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:31 ../src/web/ui_modules.py:300
-msgid "Aborted"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:33
-msgid "Dependency error"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:47
-#, c-format
-msgid "Running since %s"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:51
-msgid "Not finished, yet."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:60
-#, c-format
-msgid "This package only supports %s."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:66
-msgid "No jobs, yet."
-msgstr ""
-
-#: ../src/templates/modules/log-entry-comment.html:22
-msgid "No comment given."
-msgstr ""
-
-#: ../src/templates/modules/log-entry.html:21
-msgid "You"
-msgstr ""
-
-#: ../src/templates/modules/log-table.html:23
-msgid "No log entries, yet."
-msgstr ""
-
-#: ../src/templates/modules/modal-base.html:25
-#: ../src/templates/user-forgot-password.html:49
-msgid "Submit"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:8
-#, c-format
-msgid "Comment on %s"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:10
-msgid "Log in to comment"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:26
-msgid "Vote"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:30
-msgid "Not tested."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:34
-msgid "Works for me."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:38
-msgid "Does not work."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:46
-msgid "You need to log in to comment."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:47
-msgid "Click on the button below to do so."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:54
-msgid "Submit comment"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:7
-#, c-format
-msgid "Push %s to a repository"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:15
-msgid "Not all jobs are finished!"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:16
-msgid ""
-"So it is <em>strongly</em> discouraged to push this build into the next "
-"repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:35
-msgid "The build will be put into this repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:44
-msgid "You are going to push this build into a new repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:45
-msgid ""
-"This means that the build won't be part of the repository it is currently in "
-"anymore."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:48
-msgid ""
-"Please make sure you tested this build well enough that it will keep up with "
-"the quality level of the target repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:6
-#, c-format
-msgid "Unpush %s from a repository"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:27
-msgid "You are going to unpush this build from its repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:28
-msgid ""
-"This means that the build won't be installable from this repository anymore."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:33
-msgid ""
-"If you consider this build being obsolete or broken, please don't forget to "
-"mark it so."
-msgstr ""
-
-#: ../src/templates/modules/package-header.html:19
-msgid "Group"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:9
-msgid "Pre-requires"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:15
-msgid "Recommends"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:17
-msgid "Suggests"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:5
-#, c-format
-msgid "added %s"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:10
-msgid "Run"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:12
-msgid "Remove action"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:19
-msgid "%(credits)s more credit needed."
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:21
-msgid "No more credits needed."
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:25
-#, c-format
-msgid "Maintainer: %s"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:28
-msgid "Go to package description"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:5
-msgid "No. of builds"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:6
-#: ../src/templates/repository-detail.html:44
-msgid "Enabled for builds"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:21
-#: ../src/templates/repository-detail.html:68
-#: ../src/templates/user-profile.html:136
-msgid "Yes"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:23
-#: ../src/templates/repository-detail.html:70
-#: ../src/templates/user-profile.html:138
-msgid "No"
-msgstr ""
-
-#: ../src/templates/modules/select/locale.html:2
-#: ../src/templates/modules/select/timezone.html:2
-msgid "Auto-select"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:5
-msgid "No. of commits"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:6
-msgid "Latest commit"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:14
-#, c-format
-msgid "Branch: %s"
-msgstr ""
-
-#: ../src/templates/modules/updates-table.html:18
-msgid "Score:"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:2
-msgid "Watchers"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:7
-#: ../src/templates/modules/watchers-sidebar-table.html:36
-msgid "You."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:9
-msgid "You and one other."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:11
-#, c-format
-msgid "You and %s others."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:14
-msgid "One person."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:27
-msgid ""
-"All users who watch this build will be automatically notified about status "
-"changes and comments."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:28
-msgid "This is an easy way of staying up to date."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:48
-msgid "Nobody watches this build, yet. Be the first one."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:56
-msgid "Watch this build"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:58
-msgid "Add a watcher"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:62
-msgid "Close"
-msgstr ""
-
-#: ../src/templates/package-detail.html:42
-msgid "Development package"
-msgstr ""
-
-#: ../src/templates/package-detail.html:45
-msgid "Debuginfo package"
-msgstr ""
-
-#: ../src/templates/package-detail.html:64
-msgid "Homepage"
-msgstr ""
-
-#: ../src/templates/package-detail.html:88
-msgid "Build time"
-msgstr ""
-
-#: ../src/templates/package-detail.html:130
-msgid "%(size)s when installed"
-msgstr ""
-
-#: ../src/templates/package-detail.html:162
-msgid "Build dependencies"
-msgstr ""
-
-#: ../src/templates/package-detail.html:164
-msgid "Dependencies"
-msgstr ""
-
-#: ../src/templates/package-detail.html:173
-msgid "Filelist"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:25
-#: ../src/templates/packages/builds/times.html:20
-#: ../src/templates/packages/builds/times.html:41
-msgid "Build times"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:58
-msgid "File new bug"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:61
-msgid "Show all bugs"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:66
-msgid "Open bugs"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:76
-msgid "Full changelog"
-msgstr ""
-
-#: ../src/templates/package-properties.html:20
-msgid "Properties"
-msgstr ""
-
-#: ../src/templates/package-properties.html:32
-msgid "Maintainers"
-msgstr ""
-
-#: ../src/templates/package-properties.html:37
-#: ../src/templates/package-properties.html:47
-msgid "Default priority"
-msgstr ""
-
-#: ../src/templates/package-properties.html:39
-msgid ""
-"A big benefit of the Pakfire Build Service is, that builds are available to "
-"end-users in a very short time."
-msgstr ""
-
-#: ../src/templates/package-properties.html:40
-msgid ""
-"Some packages might need some extra boost if the build servers are very busy."
-msgstr ""
-
-#: ../src/templates/package-properties.html:43
-msgid "You may set a default priority for all builds of this package."
-msgstr ""
-
-#: ../src/templates/package-properties.html:73
-msgid ""
-"A package that belongs to the critical path is a package that plays a very "
-"essential role in the distribution."
+msgid "Size"
msgstr ""
-#: ../src/templates/package-properties.html:74
-msgid ""
-"If such a package is broken, it may not be possible to boot or recover the "
-"system anymore, so we need to be extra sure that these packages work."
+msgid "Hash"
msgstr ""
-#: ../src/templates/package-properties.html:77
-msgid ""
-"If this package is marked to belong to the critical path, it will need a "
-"higher score to pass to the next repository and more."
+msgid "Provides"
msgstr ""
-#: ../src/templates/package-properties.html:78
-msgid "Learn more."
+msgid "Requires"
msgstr ""
-#: ../src/templates/package-properties.html:86
-msgid "This package belongs to the critical path"
+msgid "Obsoletes"
msgstr ""
-#: ../src/templates/packages/builds/scratch.html:35
-msgid "There are no scratch builds for this package."
+msgid "Conflicts"
msgstr ""
-#: ../src/templates/packages/builds/times.html:3
-msgid "Package build times"
+msgid "Build information"
msgstr ""
-#: ../src/templates/packages/builds/times.html:34
-msgid "This table shows you how long this package normally takes to be built."
+msgid "ID"
msgstr ""
-#: ../src/templates/packages/builds/times.html:45
-msgid "Average"
+msgid "Host"
msgstr ""
-#: ../src/templates/packages/builds/times.html:46
-msgid "Maximum"
+msgid "Time"
msgstr ""
-#: ../src/templates/packages/builds/times.html:47
-msgid "Minimum"
+msgid "Files"
msgstr ""
-#: ../src/templates/packages/builds/times.html:48
-msgid "Total"
+msgid "Download file"
msgstr ""
-#: ../src/templates/packages/changelog.html:3
-#, c-format
-msgid "Changelog of %s"
+msgid "Welcome!"
msgstr ""
-#: ../src/templates/packages/changelog.html:20
-#: ../src/templates/packages/changelog.html:26
-msgid "Changelog"
+msgid "Development Powered By Community"
msgstr ""
-#: ../src/templates/packages-list.html:3 ../src/templates/packages-list.html:17
-msgid "Package list"
+msgid "Current Jobs"
msgstr ""
-#: ../src/templates/packages-list.html:23
-msgid ""
-"This is an alphabetically ordered list of all packages in the distribution."
+msgid "One Job In Queue"
+msgid_plural "%(num)s Jobs In Queue"
+msgstr[0] ""
+msgstr[1] ""
+
+#, c-format
+msgid "Abort build job %s"
msgstr ""
-#: ../src/templates/packages-list.html:24
-msgid "Click on a link to see further information about the package."
+msgid "You may abort a running build."
msgstr ""
-#: ../src/templates/packages-list.html:31
-msgid "Selection"
+msgid "The build server will eventually stop to build the package."
msgstr ""
-#: ../src/templates/packages-list.html:36
-msgid "Show broken packages"
+msgid "Build job"
msgstr ""
-#: ../src/templates/packages-list.html:39
-msgid "Show all packages"
+msgid "Start time"
msgstr ""
-#: ../src/templates/packages/view-file.html:3
-msgid "View %(filename)s from %(pkg)s"
+msgid "No started, yet."
msgstr ""
-#: ../src/templates/packages/view-file.html:36
-msgid "View file"
+msgid "Build server"
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Mimetype: %s"
+msgid "Job buildroot"
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Size: %s"
+msgid "Buildroot"
msgstr ""
-#: ../src/templates/register-activation-fail.html:3
-msgid "Account activation failed"
+msgid "Buildroot size"
msgstr ""
-#: ../src/templates/register-activation-fail.html:12
-#: ../src/templates/register-activation-success.html:12
-msgid "Account activation"
+msgid "Download size"
msgstr ""
-#: ../src/templates/register-activation-fail.html:17
-msgid "Activation failed"
+#, c-format
+msgid "The packages listed below were used to build %s."
msgstr ""
-#: ../src/templates/register-activation-fail.html:23
-#: ../src/templates/register-fail.html:6
-#: ../src/templates/user-profile-edit-fail.html:6
-msgid "We are sorry."
+msgid "Log In"
msgstr ""
-#: ../src/templates/register-activation-fail.html:24
-msgid "The activation of your account has failed."
+msgid "Login failed"
msgstr ""
-#: ../src/templates/register-activation-fail.html:25
-msgid "Possibly the registration code is wrong or your registration timed out."
+#, c-format
+msgid "Delete mirror %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:3
-msgid "Account activation successful"
+#, c-format
+msgid "Delete mirror: %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:17
-msgid "Activation successful"
+#, c-format
+msgid "You are going to delete the mirror %s."
msgstr ""
-#: ../src/templates/register-activation-success.html:23
#, c-format
-msgid "Your account has been activated, %s."
+msgid "Mirror: %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:24
-msgid "Have fun!"
+msgid "Add new mirror"
msgstr ""
-#: ../src/templates/register-fail.html:4
-msgid "Registration failed"
+msgid "Edit settings"
msgstr ""
-#: ../src/templates/register-fail.html:7
-msgid "We could not create your requested account."
+msgid "Delete mirror"
msgstr ""
-#: ../src/templates/register-fail.html:17
-#: ../src/templates/user-profile-edit-fail.html:17
-msgid ""
-"Use the back button on your web browser to go back to the previous page and "
-"correct your submission."
+msgid "General"
msgstr ""
-#: ../src/templates/register.html:3 ../src/templates/register.html:18
-msgid "Register a new account"
+msgid "Location"
msgstr ""
-#: ../src/templates/register.html:12
-msgid "Register new account"
+msgid "The location of the mirror server could not be estimated."
msgstr ""
-#: ../src/templates/register.html:19
-msgid "Join the community!"
+msgid "Status information"
msgstr ""
-#: ../src/templates/register.html:26
-msgid "Registration form"
+msgid "Status"
msgstr ""
-#: ../src/templates/register.html:35
-msgid "Must be a unique name you login with."
+msgid "HTTP Response Code"
msgstr ""
-#: ../src/templates/register.html:41 ../src/templates/user-profile-edit.html:60
-msgid "Email address"
+msgid "Last sync"
msgstr ""
-#: ../src/templates/register.html:46
-msgid "Type in your email address, which is used to verify the account."
+msgid "Last check"
msgstr ""
-#: ../src/templates/register.html:52
-msgid "Real name (optional)"
+msgid "Never"
msgstr ""
-#: ../src/templates/register.html:57
-msgid "Type you firstname and your lastname here."
+msgid "Average Response Time"
msgstr ""
-#: ../src/templates/register.html:64
-msgid "Account security"
+#, c-format
+msgid "Manage mirror %s"
msgstr ""
-#: ../src/templates/register.html:72
-#: ../src/templates/user-profile-edit.html:106
-msgid ""
-"The password is used to secure the login and must be at least 8 characters."
+msgid "Manage"
msgstr ""
-#: ../src/templates/register.html:78
-msgid "Confirm password"
+#, c-format
+msgid "Manage mirror: %s"
msgstr ""
-#: ../src/templates/register.html:83
-msgid "Pick a password that is as strong as possible."
+msgid "The canonical hostname."
msgstr ""
-#: ../src/templates/register.html:84
-msgid "Don't login at unsecure places where people could spy on your password."
+msgid "Check if this mirror server supports HTTPS."
msgstr ""
-#: ../src/templates/register.html:91
-msgid "Sign up!"
+msgid "Contact information"
msgstr ""
-#: ../src/templates/register-success.html:4
-msgid "Registration successful"
+msgid "Owner"
msgstr ""
-#: ../src/templates/register-success.html:6
-#, c-format
-msgid "Your new account has been created, %s."
+msgid "The owner of the mirror server."
msgstr ""
-#: ../src/templates/register-success.html:7
-msgid ""
-"To complete the activation, follow the instructions that were sent to you in "
-"an activation email."
+msgid "Contact address"
msgstr ""
-#: ../src/templates/repository-detail.html:30
-msgid "Stable repository"
+msgid "An email address to contact an administrator of the mirror."
msgstr ""
-#: ../src/templates/repository-detail.html:34
-msgid "Unstable repository"
+msgid "This won't be made public."
msgstr ""
-#: ../src/templates/repository-detail.html:38
-msgid "Testing repository"
+msgid "Save changes"
msgstr ""
-#: ../src/templates/repository-detail.html:65
-msgid "Repository is enabled for builds?"
+msgid "On this page, you will see a list of all mirror servers."
msgstr ""
-#: ../src/templates/repository-detail.html:76
-#: ../src/templates/repository-detail.html:151
-msgid "Obsolete builds"
+msgid "Up"
msgstr ""
-#: ../src/templates/repository-detail.html:85
-msgid "Total build time"
+msgid "Out Of Sync"
msgstr ""
-#: ../src/templates/repository-detail.html:99
-msgid ""
-"The table above shows how long it took to build all packages in this "
-"repository."
+msgid "Down"
msgstr ""
-#: ../src/templates/repository-detail.html:126
-msgid "Unpushed builds"
+msgid "There are no mirrors configured, yet."
msgstr ""
-#: ../src/templates/repository-detail.html:128
-msgid ""
-"These builds were already put into this repository, but were not pushed out "
-"to the mirror servers, yet."
+msgid "New mirror"
msgstr ""
-#: ../src/templates/repository-detail.html:139
-msgid "Builds in this repository"
+msgid "Add a new mirror"
msgstr ""
-#: ../src/templates/repository-edit.html:3
-#: ../src/templates/repository-edit.html:7
-#, c-format
-msgid "Edit repository %s"
+msgid "Enter the canonical hostname of the mirror."
msgstr ""
-#: ../src/templates/repository-edit.html:20
-msgid "The name of the repository."
+msgid "Path"
msgstr ""
-#: ../src/templates/repository-edit.html:21
-msgid "Must only contain of the lowercase characters."
+msgid "The path to the files on the server."
msgstr ""
-#: ../src/templates/repository-edit.html:33
-msgid "Score settings"
+msgid "Create new mirror"
msgstr ""
-#: ../src/templates/repository-edit.html:35
-msgid "These settings configure the automatic score feature."
+msgid "Release build"
msgstr ""
-#: ../src/templates/repository-edit.html:36
-msgid ""
-"Builds that gained a certain score are moved to the next repository "
-"automatically and removed if the score is too bad."
+msgid "Scratch build"
msgstr ""
-#: ../src/templates/repository-edit.html:40
-msgid "Needed score"
+msgid "As soon as possible"
msgstr ""
-#: ../src/templates/repository-edit.html:45
-msgid ""
-"The score that is needed for builds to automatically be moved into this "
-"repository."
+msgid "After 5 minutes"
msgstr ""
-#: ../src/templates/repository-edit.html:49
-msgid "Minimum time"
+msgid "After 15 minutes"
msgstr ""
-#: ../src/templates/repository-edit.html:54
-msgid "Every build must stay a minimum time in a repository."
+msgid "After one hour"
msgstr ""
-#: ../src/templates/repository-edit.html:55
-msgid "This is to ensure that a package gets tested well."
+msgid "After one day"
msgstr ""
-#: ../src/templates/repository-edit.html:56
-#: ../src/templates/repository-edit.html:67
-msgid "Enter zero to disable the feature."
+msgid "Set the time after which the build job starts."
msgstr ""
-#: ../src/templates/repository-edit.html:60
-msgid "Maximum time"
+msgid "Schedule build"
msgstr ""
-#: ../src/templates/repository-edit.html:65
-msgid ""
-"If a build is more than a certain amount of time in a repository, it will "
-"automatically be removed."
+msgid "This build is broken!"
msgstr ""
-#: ../src/templates/repository-edit.html:66
-msgid "This is to ensure that packages are not forgotten to be pushed."
+msgid ""
+"This means that the package may cause severe damage on your system and/or "
+"does not work at all."
msgstr ""
-#: ../src/templates/repository-edit.html:73
-msgid "Build settings"
+msgid "This build is obsolete!"
msgstr ""
-#: ../src/templates/repository-edit.html:76
-msgid "Use package for builds?"
+msgid "This means that this package has been replaced with a new one."
msgstr ""
-#: ../src/templates/repository-edit.html:81
-msgid "Should the package be selected for builds by default?"
+msgid "Repository"
msgstr ""
-#: ../src/templates/repository-edit.html:82
-#: ../src/templates/user-impersonation.html:21
-msgid "Use with caution!"
+msgid "Created"
msgstr ""
-#: ../src/templates/search-form.html:3
-msgid "Advanced search"
+msgid "In repository since"
msgstr ""
-#: ../src/templates/search-form.html:18
-#, c-format
-msgid "No results for '%s'."
+msgid "Can be moved forward"
msgstr ""
-#: ../src/templates/search-form.html:26
-msgid "Type a search pattern into the box below and hit the button."
+msgid "There are no builds to show at this place right now."
msgstr ""
-#: ../src/templates/search-form.html:46
-msgid "Search for packages by name or description"
+msgid "Subject"
msgstr ""
-#: ../src/templates/search-form.html:48
-msgid ""
-"If you type a package name to the search box you will get a link to the "
-"package."
+msgid "Download"
msgstr ""
-#: ../src/templates/search-form.html:49
-msgid "The search is performed in case insensitive mode."
+msgid "Info"
msgstr ""
-#: ../src/templates/search-form.html:58
-msgid "Search for UUIDs"
+msgid "Arch"
msgstr ""
-#: ../src/templates/search-form.html:60
-msgid ""
-"If you type a UUID to the search box, you will be directed to the job, build "
-"or package it belongs to."
+msgid "Duration"
msgstr ""
-#: ../src/templates/search-form.html:61
-msgid ""
-"This is a handy feature if you have a UUID and search for the corresponding "
-"package or build."
+msgid "Pending"
msgstr ""
-#: ../src/templates/search-form.html:64 ../src/templates/search-form.html:80
-msgid "Examples"
+msgid "Failed"
msgstr ""
-#: ../src/templates/search-form.html:73
-msgid "Search for files"
+msgid "Dispatching"
msgstr ""
-#: ../src/templates/search-form.html:75
-msgid "You may also search for file names."
+msgid "Finished"
msgstr ""
-#: ../src/templates/search-form.html:76
-msgid "You will get a list of packages that contain the file."
+msgid "Running"
msgstr ""
-#: ../src/templates/search-form.html:77
-msgid ""
-"The search pattern must start with a slash that it will be recognized as a "
-"file."
+msgid "Aborted"
msgstr ""
-#: ../src/templates/search-results.html:3
-#: ../src/templates/search-results.html:22
#, c-format
-msgid "Search results for '%s'"
+msgid "Running since %s"
msgstr ""
-#: ../src/templates/search-results.html:12
-msgid "Search results"
+msgid "Not finished, yet."
msgstr ""
-#: ../src/templates/search-results.html:28
-msgid "No results found."
+#, c-format
+msgid "This package only supports %s."
msgstr ""
-#: ../src/templates/search-results.html:30
-msgid "Visit the advanced search page to find about how to define your query."
+msgid "No jobs, yet."
msgstr ""
-#: ../src/templates/search-results.html:75
#, c-format
-msgid "%s was found in the following package."
-msgstr ""
-
-#: ../src/templates/sessions/index.html:36
-msgid "Valid until"
+msgid "Finished %s"
msgstr ""
-#: ../src/templates/sessions/index.html:37
-msgid "Last seen at"
+#, c-format
+msgid "on %s"
msgstr ""
-#: ../src/templates/source-list.html:3
-msgid "Sources repositories"
+msgid "This build has got no jobs."
msgstr ""
-#: ../src/templates/source-list.html:17
-msgid "Add source repository"
+msgid "No comment given."
msgstr ""
-#: ../src/templates/source-list.html:18
-msgid "Blah 123"
+msgid "You"
msgstr ""
-#: ../src/templates/statistics/index.html:11
-msgid ""
-"On this page, you will find a lot of information bundled in graphs and "
-"figures."
+msgid "No log entries, yet."
msgstr ""
-#: ../src/templates/statistics/index.html:12
-msgid ""
-"They give a very quick overview about what is going on in the build service."
+msgid "Submit"
msgstr ""
-#: ../src/templates/statistics/index.html:18
#, c-format
-msgid "The average build time is %.1f minutes."
+msgid "Comment on %s"
msgstr ""
-#: ../src/templates/statistics/index.html:21
-msgid "There are %(builds_count)s builds containing %(jobs_count_all)s jobs."
+msgid "Log in to comment"
msgstr ""
-#: ../src/templates/updates-index.html:3
-msgid "Updates"
+msgid "Comment"
msgstr ""
-#: ../src/templates/updates-index.html:6
-msgid "Coming soon..."
+msgid "Vote"
msgstr ""
-#: ../src/templates/uploads-list.html:24
-msgid "Filename"
+msgid "Not tested."
msgstr ""
-#: ../src/templates/uploads-list.html:26
-msgid "Filesize"
+msgid "Works for me."
msgstr ""
-#: ../src/templates/uploads-list.html:27
-msgid "Time running"
+msgid "Does not work."
msgstr ""
-#: ../src/templates/uploads-list.html:44
-msgid "No owner."
+msgid "You need to log in to comment."
msgstr ""
-#: ../src/templates/uploads-list.html:74
-msgid "There are currently no uploads running."
+msgid "Click on the button below to do so."
msgstr ""
-#: ../src/templates/user-comments.html:4
-msgid "Latest user comments"
+msgid "Submit comment"
msgstr ""
-#: ../src/templates/user-comments.html:12
-msgid "Show all users"
+msgid "Login"
msgstr ""
-#: ../src/templates/user-delete.html:4
#, c-format
-msgid "Delete user %s"
+msgid "Push %s to a repository"
msgstr ""
-#: ../src/templates/user-delete.html:8
-msgid "Do you really want to delete your own account?"
+msgid "Not all jobs are finished!"
msgstr ""
-#: ../src/templates/user-delete.html:9
-msgid "You won't be able to login and use this service any more."
+msgid ""
+"So it is <em>strongly</em> discouraged to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/user-delete.html:11
-#, c-format
-msgid "Do you really want to delete the user %s?"
+msgid "The build will be put into this repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:3
-#: ../src/templates/user-forgot-password.html:12
-#: ../src/templates/user-forgot-password.html:17
-msgid "Forgot password"
+msgid "You are going to push this build into a new repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:22
-msgid "Work in progress!"
+msgid ""
+"This means that the build won't be part of the repository it is currently in "
+"anymore."
msgstr ""
-#: ../src/templates/user-forgot-password.html:28
-msgid "You have forgotten you password, eh? Shame on you."
+msgid ""
+"Please make sure you tested this build well enough that it will keep up with "
+"the quality level of the target repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:29
-msgid "However, we allow to re-activate your account."
+#, c-format
+msgid "Unpush %s from a repository"
msgstr ""
-#: ../src/templates/user-forgot-password.html:32
-msgid "You need to enter your username below."
+msgid "You are going to unpush this build from its repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:33
-msgid "After that, you will receive an email with intructions how to go on."
+msgid ""
+"This means that the build won't be installable from this repository anymore."
msgstr ""
-#: ../src/templates/user-forgot-password.html:42
-msgid "Your username"
+msgid ""
+"If you consider this build being obsolete or broken, please don't forget to "
+"mark it so."
msgstr ""
-#: ../src/templates/user-impersonation.html:3
+msgid "Group"
+msgid_plural "Groups"
+msgstr[0] ""
+msgstr[1] ""
+
#, c-format
-msgid "Impersonate user %s"
+msgid "added %s"
msgstr ""
-#: ../src/templates/user-impersonation.html:7
-msgid "User impersonation"
+msgid "Run"
msgstr ""
-#: ../src/templates/user-impersonation.html:17
-msgid ""
-"When impersonating another user, every action you perform will be taking "
-"place as if you had logged in as the user whom will be impersonating."
+msgid "Remove action"
msgstr ""
-#: ../src/templates/user-impersonation.html:22
-msgid ""
-"This is a very powerful feature. You should be very careful while using it."
-msgstr ""
+msgid "One more score needed."
+msgid_plural "%(score)s more scores needed."
+msgstr[0] ""
+msgstr[1] ""
-#: ../src/templates/user-list.html:3
-msgid "User list"
+msgid "No more scores needed."
msgstr ""
-#: ../src/templates/user-profile-builds.html:3
-#: ../src/templates/user-profile-builds.html:7
#, c-format
-msgid "Builds by %s"
+msgid "Maintainer: %s"
msgstr ""
-#: ../src/templates/user-profile-edit-fail.html:4
-msgid "Edit failed"
+msgid "Go to package description"
msgstr ""
-#: ../src/templates/user-profile-edit-fail.html:7
-msgid "The user profile cannot be saved."
+msgid "Auto-select"
msgstr ""
-#: ../src/templates/user-profile-edit.html:3
-#: ../src/templates/user-profile-edit.html:26
-#, c-format
-msgid "Edit user profile: %s"
+msgid "No. of commits"
msgstr ""
-#: ../src/templates/user-profile-edit.html:34
-msgid "User Identity"
+msgid "Latest commit"
msgstr ""
-#: ../src/templates/user-profile-edit.html:48
-msgid "Real name"
+#, c-format
+msgid "Branch: %s"
msgstr ""
-#: ../src/templates/user-profile-edit.html:54
-msgid ""
-"This field is optional, but we appreciate it very much if you type in your "
-"real name."
+msgid "You."
msgstr ""
-#: ../src/templates/user-profile-edit.html:66
-msgid ""
-"If the email address is changed, your account will be disabled until you "
-"confirm the new email address."
+msgid "You and one other."
msgstr ""
-#: ../src/templates/user-profile-edit.html:74
-msgid "Admin actions"
+#, c-format
+msgid "You and %s others."
msgstr ""
-#: ../src/templates/user-profile-edit.html:82
-#: ../src/templates/user-profile.html:52
-msgid "Tester"
+msgid "One person."
+msgid_plural "%(num)s people."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid ""
+"All users who watch this build will be automatically notified about status "
+"changes and comments."
msgstr ""
-#: ../src/templates/user-profile-edit.html:85
-#: ../src/templates/user-profile.html:50
-msgid "Admin"
+msgid "This is an easy way of staying up to date."
msgstr ""
-#: ../src/templates/user-profile-edit.html:90
-msgid "Define the permissions of the user."
+msgid "Nobody watches this build, yet. Be the first one."
msgstr ""
-#: ../src/templates/user-profile-edit.html:98
-msgid "Account security settings"
+msgid "Watch this build"
msgstr ""
-#: ../src/templates/user-profile-edit.html:112
-#: ../src/templates/user-profile-passwd.html:84
-msgid "Confirm"
+msgid "Add a watcher"
msgstr ""
-#: ../src/templates/user-profile-edit.html:117
-msgid "Leave the password fields empty to keep the current password."
+msgid "Close"
msgstr ""
-#: ../src/templates/user-profile-edit.html:124
-msgid "Locale & timezone settings"
+msgid "Properties"
msgstr ""
-#: ../src/templates/user-profile-edit.html:127
-msgid "Preferred language"
+msgid "Maintainers"
msgstr ""
-#: ../src/templates/user-profile-edit.html:132
-msgid "Auto-detect will use the language transmitted by your browser."
+msgid "Default priority"
msgstr ""
-#: ../src/templates/user-profile-edit.html:138
-msgid "Timezone"
+msgid ""
+"A big benefit of the Pakfire Build Service is, that builds are available to "
+"end-users in a very short time."
msgstr ""
-#: ../src/templates/user-profile-edit.html:143
-msgid "Auto-detect will use the timezone transmitted by your browser."
+msgid ""
+"Some packages might need some extra boost if the build servers are very busy."
msgstr ""
-#: ../src/templates/user-profile-edit.html:150
-msgid "Save"
+msgid "You may set a default priority for all builds of this package."
msgstr ""
-#: ../src/templates/user-profile.html:23
-msgid "View comments"
+msgid "Very high"
msgstr ""
-#: ../src/templates/user-profile.html:41
-msgid "Email"
+msgid "High"
msgstr ""
-#: ../src/templates/user-profile.html:61
-msgid "Registered"
+msgid "Medium"
msgstr ""
-#: ../src/templates/user-profile.html:80
-msgid "Edit profile"
+msgid "Low"
msgstr ""
-#: ../src/templates/user-profile.html:86
-#: ../src/templates/user-profile-passwd.html:3
-#: ../src/templates/user-profile-passwd.html:20
-#: ../src/templates/user-profile-passwd.html:25
-#: ../src/templates/user-profile-passwd.html:95
-#: ../src/templates/user-profile-passwd-ok.html:20
-msgid "Change password"
+msgid "Very low"
msgstr ""
-#: ../src/templates/user-profile.html:94
-msgid "Delete account"
+msgid "Critical path"
msgstr ""
-#: ../src/templates/user-profile.html:101
-msgid "Impersonate user"
+msgid ""
+"A package that belongs to the critical path is a package that plays a very "
+"essential role in the distribution."
msgstr ""
-#: ../src/templates/user-profile.html:121
-msgid "Permissions"
+msgid ""
+"If such a package is broken, it may not be possible to boot or recover the "
+"system anymore, so we need to be extra sure that these packages work."
msgstr ""
-#: ../src/templates/user-profile.html:125
-msgid "This user has administration rights."
+msgid ""
+"If this package is marked to belong to the critical path, it will need a "
+"higher score to pass to the next repository and more."
msgstr ""
-#: ../src/templates/user-profile.html:132
-msgid "User is allowed to create scratch builds?"
+msgid "Learn more."
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:4
-msgid "Edit successful"
+msgid "Open Bugs In This Package"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:6
-msgid "The user profile was successfully altered."
+msgid "Show All Bugs"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:7
-msgid ""
-"But as you have changed the email address, you need to re-activate the "
-"account."
+msgid "File A New Bug"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:8
-msgid "Have a look at you mailbox - you already do know what to do."
+msgid "Download Package"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:32
-msgid "You are going to change your password."
+#, c-format
+msgid "Build from %s"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:35
-msgid ""
-"To do so, you need to enter your current password and the new password twice."
+msgid "Filelist"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:39
#, c-format
-msgid "In this dialog, you may change the password of %s."
+msgid "Download (%s)"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:61
-msgid "Old password"
+msgid "Job Queue"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:66
-msgid "Please provide your old password."
+#, c-format
+msgid "Builds in %s"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:73
-msgid "New password"
+msgid "Create"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:78
-msgid "Choose a new password. Make sure that it is as strong as possible."
+msgid "- Select -"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:89
-msgid "Confirm the new password."
+msgid "Create Repository"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:3
-#: ../src/templates/user-profile-passwd-ok.html:29
-msgid "Password changed"
+msgid "Describe what this repository will contain"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:24
-msgid "Done!"
+msgid "Priority"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:37
-msgid "Your password has successfully been changed."
+msgid "Listed"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:41
-#, c-format
-msgid "The password of %s has successfully been changed."
+msgid "By unchecking this box, you can hide this repository from being listed"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:46
-msgid "Ok"
+msgid "Enable Mirroring"
msgstr ""
-#: ../src/web/handlers_auth.py:65
-msgid "No username provided."
+msgid "If enabled, this repository will be made available on mirror servers"
msgstr ""
-#: ../src/web/handlers_auth.py:67
-msgid "The given username is already taken."
+msgid "Download Configuration"
msgstr ""
-#: ../src/web/handlers_auth.py:70 ../src/web/handlers_users.py:177
-msgid "No email address provided."
+msgid "Search"
msgstr ""
-#: ../src/web/handlers_auth.py:72 ../src/web/handlers_users.py:179
-msgid "Email address is invalid."
+#, c-format
+msgid "We could not find anything for '%s'"
msgstr ""
-#: ../src/web/handlers_auth.py:74
-msgid "The given email address is already used for another account."
+msgid "Go!"
msgstr ""
-#: ../src/web/handlers_auth.py:78
-msgid "No password provided."
+msgid "Sources repositories"
msgstr ""
-#: ../src/web/handlers_auth.py:80 ../src/web/handlers_users.py:185
-msgid "Passwords do not match."
+msgid "Source repositories"
msgstr ""
-#: ../src/web/handlers_auth.py:84
-msgid "Your password is too weak."
+msgid "Add source repository"
msgstr ""
-#: ../src/web/handlers_builds.py:368
-msgid "User not found."
+msgid "Blah 123"
msgstr ""
-#: ../src/web/handlers_users.py:112
-msgid "You need to enter you current password."
+msgid "Delete User"
msgstr ""
-#: ../src/web/handlers_users.py:115
-msgid "The provided account password is wrong."
+msgid "Are you sure you want to delete your account?"
msgstr ""
-#: ../src/web/handlers_users.py:124
-msgid "The given passwords do not match."
+#, c-format
+msgid "Are you sure you want to delete the user '%s'?"
msgstr ""
-#: ../src/web/handlers_users.py:126
-msgid "The password was blank."
+msgid "Edit User"
msgstr ""
-#: ../src/web/handlers_users.py:130
-msgid "The given password is too weak."
+#, c-format
+msgid "Send an Email to %s"
msgstr ""
-#: ../src/web/handlers_users.py:183
-msgid "Password has less than 8 characters."
+msgid "Quota"
msgstr ""
-#: ../src/web/__init__.py:327
#, python-format
msgid "%(min)d min"
msgstr ""
-#: ../src/web/__init__.py:329
#, python-format
msgid "%(hrs)d:%(min)02d hrs"
msgstr ""
-#: ../src/web/__init__.py:336
-#, python-format
-msgid "%dh"
+msgid "User not found."
msgstr ""
-#: ../src/web/__init__.py:340
-#, python-format
-msgid "%dm"
+msgid "Recommends"
msgstr ""
-#: ../src/web/__init__.py:342
-#, python-format
-msgid "%ds"
+msgid "Suggests"
msgstr ""
-#: ../src/web/ui_modules.py:172
msgid "Today"
msgstr ""
-#: ../src/web/ui_modules.py:177
msgid "Yesterday"
msgstr ""
-#: ../src/web/ui_modules.py:305
-msgid "Dependency problem"
+msgid "Uploading"
msgstr ""
-#: ../src/web/ui_modules.py:346
#, python-format
msgid "Unknown: %s"
msgstr ""
msgstr ""
"Project-Id-Version: IPFire Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-06 16:39+0100\n"
+"POT-Creation-Date: 2022-10-12 13:55+0000\n"
"PO-Revision-Date: 2013-02-17 14:23+0000\n"
"Last-Translator: simone sandri <simone.povoscania@hotmail.it>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/ipfire/language/"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../src/buildservice/builds.py:1109
-#, python-format
-msgid "%(user_name)s commented on %(build_name)s"
-msgstr ""
-
-#: ../src/buildservice/constants.py:56
-#, python-format
-msgid "[%(build_name)s] Build job failed."
-msgstr ""
-
-#: ../src/buildservice/constants.py:57
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has failed.\n"
-"\n"
-"This could have a couple of reasons and needs to be investigated by you.\n"
-"\n"
-"Here is more information about the incident:\n"
-"\n"
-" Build name: %(build_name)s\n"
-" Build host: %(build_host)s\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/constants.py:74
-#, python-format
-msgid "[%(build_name)s] Build job finished."
-msgstr ""
-
-#: ../src/buildservice/constants.py:75
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has finished.\n"
-"\n"
-"If you are the maintainer, it is up to you to push it to one or more "
-"repositories.\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/logs.py:67
msgid "Build has been created"
msgstr ""
-#: ../src/buildservice/logs.py:106 ../src/buildservice/logs.py:170
-#: ../src/buildservice/logs.py:230 ../src/buildservice/logs.py:305
msgid "Unknown action."
msgstr ""
-#: ../src/buildservice/logs.py:117 ../src/buildservice/logs.py:186
-#: ../src/buildservice/logs.py:247 ../src/buildservice/logs.py:321
-#: ../src/templates/builders/detail.html:161
-#: ../src/templates/builders/list.html:59 ../src/templates/jobs-detail.html:82
-#: ../src/templates/mirrors-list.html:72 ../src/web/__init__.py:307
msgid "Unknown"
msgstr ""
-#: ../src/buildservice/logs.py:124 ../src/buildservice/logs.py:130
-#: ../src/templates/builders/detail.html:143
-#: ../src/templates/builders/detail.html:149
-#: ../src/templates/builders/detail.html:170
-#: ../src/templates/builders/detail.html:210
-#: ../src/templates/builders/detail.html:224
-#: ../src/templates/jobs-buildroot.html:87
-#: ../src/templates/mirrors-detail.html:67
-#: ../src/templates/mirrors-list.html:56 ../src/templates/mirrors-list.html:81
-#: ../src/templates/modules/jobs/list.html:44
-#: ../src/templates/modules/jobs-table.html:42
-#: ../src/templates/modules/repository-table.html:14
-#: ../src/templates/sessions/index.html:50
-#: ../src/templates/uploads-list.html:55
msgid "N/A"
msgstr ""
-#: ../src/buildservice/logs.py:136
#, python-format
msgid "This build was pushed to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:138
#, python-format
msgid "You pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:140
#, python-format
msgid "%(user)s pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:144
#, python-format
msgid "This build was unpushed from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:146
#, python-format
msgid "You unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:148
#, python-format
msgid "%(user)s unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:152
#, python-format
msgid ""
"This build was pushed from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:154
#, python-format
msgid ""
"You pushed this build from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:156
#, python-format
msgid ""
"%(user)s pushed this build from the repository '%(from_repo)s' to "
"'%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:192
#, python-format
msgid "Builder '%(builder)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:194
#, python-format
msgid "You enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:196
#, python-format
msgid "%(user)s enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:200
#, python-format
msgid "Builder '%(builder)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:202
#, python-format
msgid "You disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:204
#, python-format
msgid "%(user)s disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:208
#, python-format
msgid "You deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:210
#, python-format
msgid "%(user)s deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:214
#, python-format
msgid "You created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:216
#, python-format
msgid "%(user)s created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:253
#, python-format
msgid "Job '%(job)s' has been created."
msgstr ""
-#: ../src/buildservice/logs.py:255
#, python-format
msgid "You created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:257
#, python-format
msgid "%(user)s created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:261
#, python-format
msgid "Job '%(job)s' has changed its state to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:263
#, python-format
msgid "You changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:265
#, python-format
msgid "%(user)s changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:269
#, python-format
msgid "Job '%(job)s' has been reset."
msgstr ""
-#: ../src/buildservice/logs.py:271
#, python-format
msgid "You reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:273
#, python-format
msgid "%(user)s has reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:277
#, python-format
msgid "Job '%(job)s' has been scheduled for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:279
#, python-format
msgid "You scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:281
#, python-format
msgid "%(user)s scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:287
#, python-format
msgid "A test job for '%(job)s' has been scheduled."
msgstr ""
-#: ../src/buildservice/logs.py:289
#, python-format
msgid "You scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:291
#, python-format
msgid "%(user)s scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:327
#, python-format
msgid "Mirror '%(mirror)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:329
#, python-format
msgid "You enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:331
#, python-format
msgid "%(user)s enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:335
#, python-format
msgid "Mirror '%(mirror)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:337
#, python-format
msgid "You disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:339
#, python-format
msgid "%(user)s disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:343
#, python-format
msgid "You deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:345
#, python-format
msgid "%(user)s deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:349
#, python-format
msgid "You created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:351
#, python-format
msgid "%(user)s created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/users.py:459
-msgid "Account Activation"
-msgstr ""
-
-#: ../src/buildservice/users.py:461
-msgid ""
-"You, or somebody using your email address, has registered an account on the "
-"Pakfire Build Service."
-msgstr ""
-
-#: ../src/buildservice/users.py:463
-msgid "To activate your account, please click on the link below."
+msgid "No title given"
msgstr ""
-#: ../src/templates/base.html:4
-msgid "No title given"
+msgid "Menu"
msgstr ""
-#: ../src/templates/base.html:29 ../src/templates/index.html:16
msgid "Pakfire Build Service"
msgstr ""
-#: ../src/templates/base.html:34 ../src/templates/build-bugs.html:12
-#: ../src/templates/build-delete.html:12 ../src/templates/build-detail.html:12
-#: ../src/templates/build-schedule-test.html:12
-#: ../src/templates/build-state.html:12
-#: ../src/templates/builds-watchers-add.html:12
-#: ../src/templates/jobs-buildroot.html:12
-#: ../src/templates/jobs-buildroot.html:48
-#: ../src/templates/job-schedule-rebuild.html:12
-#: ../src/templates/job-schedule-test.html:12
-#: ../src/templates/jobs-detail.html:12 ../src/templates/package-detail.html:12
-#: ../src/templates/package-detail-list.html:12
-#: ../src/templates/package-properties.html:12
-#: ../src/templates/packages/builds/scratch.html:12
-#: ../src/templates/packages/builds/times.html:12
-#: ../src/templates/packages/changelog.html:12
-#: ../src/templates/packages-list.html:12
-#: ../src/templates/packages/view-file.html:12
-#: ../src/templates/search-results.html:50
msgid "Packages"
msgstr ""
-#: ../src/templates/base.html:37 ../src/templates/build-index.html:3
-#: ../src/templates/build-index.html:12 ../src/templates/build-index.html:26
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-#: ../src/templates/builds/comments.html:12
-#: ../src/templates/distro-update-edit.html:20
-#: ../src/templates/docs-base.html:33 ../src/templates/docs-build.html:16
-#: ../src/templates/docs-index.html:43
-#: ../src/templates/statistics/index.html:15
msgid "Builds"
msgstr ""
-#: ../src/templates/base.html:41
msgid "More"
msgstr ""
-#: ../src/templates/base.html:47 ../src/templates/docs-build.html:3
-#: ../src/templates/docs-build.html:12 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-index.html:12 ../src/templates/docs-users.html:3
-#: ../src/templates/docs-users.html:12 ../src/templates/docs-users.html:21
-#: ../src/templates/docs-whatsthis.html:3
-#: ../src/templates/docs-whatsthis.html:12
-#: ../src/templates/docs-whatsthis.html:21
-msgid "Documentation"
-msgstr ""
-
-#: ../src/templates/base.html:53 ../src/templates/search-form.html:12
-#: ../src/templates/search-form.html:22
-msgid "Search"
-msgstr ""
-
-#: ../src/templates/base.html:60 ../src/templates/distro-detail.html:12
-#: ../src/templates/distro-list.html:3 ../src/templates/distro-list.html:12
-#: ../src/templates/distro-list.html:18
-#: ../src/templates/distro-source-commit-detail.html:12
-#: ../src/templates/distro-source-commit-reset.html:10
-#: ../src/templates/distro-source-detail.html:10
-#: ../src/templates/repository-detail.html:14
msgid "Distributions"
msgstr ""
-#: ../src/templates/base.html:66 ../src/templates/builders/delete.html:12
-#: ../src/templates/builders/detail.html:12
-#: ../src/templates/builders/edit.html:12 ../src/templates/builders/list.html:3
-#: ../src/templates/builders/list.html:12
-#: ../src/templates/builders/list.html:17 ../src/templates/builders/new.html:12
-#: ../src/templates/builders/pass.html:10
msgid "Builders"
msgstr ""
-#: ../src/templates/base.html:72 ../src/templates/mirrors-delete.html:12
-#: ../src/templates/mirrors-detail.html:12
-#: ../src/templates/mirrors-edit.html:12 ../src/templates/mirrors-list.html:3
-#: ../src/templates/mirrors-list.html:12 ../src/templates/mirrors-list.html:32
-#: ../src/templates/mirrors-new.html:12
msgid "Mirrors"
msgstr ""
-#: ../src/templates/base.html:78 ../src/templates/keys-delete.html:12
-#: ../src/templates/keys-import.html:12 ../src/templates/keys-list.html:3
-#: ../src/templates/keys-list.html:12 ../src/templates/keys-list.html:17
-msgid "Key Management"
-msgstr ""
-
-#: ../src/templates/base.html:86 ../src/templates/docs-base.html:34
-#: ../src/templates/docs-index.html:46 ../src/templates/docs-users.html:24
-#: ../src/templates/docs-users.html:48 ../src/templates/search-results.html:96
-#: ../src/templates/user-list.html:12 ../src/templates/user-list.html:17
-#: ../src/templates/user-profile-edit.html:12
-#: ../src/templates/user-profile.html:12
-#: ../src/templates/user-profile-passwd.html:12
-#: ../src/templates/user-profile-passwd-ok.html:12
msgid "Users"
msgstr "Utenti"
-#: ../src/templates/base.html:94 ../src/templates/statistics/index.html:3
-#: ../src/templates/statistics/index.html:7
-msgid "Statistics"
-msgstr "Statistiche"
-
-#: ../src/templates/base.html:101
-msgid "Administration"
+msgid "My Profile"
msgstr ""
-#: ../src/templates/base.html:106 ../src/templates/sessions/index.html:3
-#: ../src/templates/sessions/index.html:12
-#: ../src/templates/sessions/index.html:17
-msgid "Sessions"
+msgid "My Builds"
msgstr ""
-#: ../src/templates/base.html:112 ../src/templates/uploads-list.html:3
-#: ../src/templates/uploads-list.html:12 ../src/templates/uploads-list.html:17
-msgid "Uploads"
+msgid "Log Out"
msgstr ""
-#: ../src/templates/base.html:132
-msgid "My profile"
+msgid "Sign In"
msgstr ""
-#: ../src/templates/base.html:138
-msgid "My builds"
+msgid "Delete build"
msgstr ""
-#: ../src/templates/base.html:143
-msgid "Impersonated by"
+msgid "Home"
msgstr ""
-#: ../src/templates/base.html:153
-msgid "End impersonation"
+msgid "Delete"
msgstr ""
-#: ../src/templates/base.html:160
-msgid "Logout"
+#, c-format
+msgid "You are about to delete build %s."
msgstr ""
-#: ../src/templates/base.html:168 ../src/templates/docs-users.html:56
-msgid "Register"
+msgid "Please make sure, that this is the right build you intend to delete."
msgstr ""
-#: ../src/templates/base.html:172
-msgid "Sign in"
+msgid "Once a build has been deleted, it can not been recovered."
msgstr ""
-#: ../src/templates/base.html:184
-msgid "Forgot your password?"
+msgid "Cancel"
msgstr ""
-#: ../src/templates/build-bugs.html:3
-msgid "Bug list"
+#, c-format
+msgid "Manage build %s"
msgstr ""
-#: ../src/templates/build-bugs.html:8 ../src/templates/build-delete.html:8
-#: ../src/templates/build-detail.html:8 ../src/templates/builders/delete.html:8
-#: ../src/templates/builders/detail.html:8
-#: ../src/templates/builders/edit.html:8 ../src/templates/builders/list.html:8
-#: ../src/templates/builders/new.html:8 ../src/templates/builders/pass.html:6
-#: ../src/templates/build-index.html:8
-#: ../src/templates/build-schedule-test.html:8
-#: ../src/templates/builds/comments.html:8 ../src/templates/build-state.html:8
-#: ../src/templates/builds-watchers-add.html:8
-#: ../src/templates/distro-detail.html:8 ../src/templates/distro-list.html:8
-#: ../src/templates/distro-source-commit-detail.html:8
-#: ../src/templates/distro-source-commit-reset.html:6
-#: ../src/templates/distro-source-detail.html:6
-#: ../src/templates/docs-build.html:8 ../src/templates/docs-index.html:8
-#: ../src/templates/docs-users.html:8 ../src/templates/docs-whatsthis.html:8
-#: ../src/templates/jobs-buildroot.html:8
-#: ../src/templates/job-schedule-rebuild.html:8
-#: ../src/templates/job-schedule-test.html:8
-#: ../src/templates/jobs-detail.html:8 ../src/templates/jobs-filter.html:8
-#: ../src/templates/jobs-index.html:8 ../src/templates/keys-delete.html:8
-#: ../src/templates/keys-import.html:8 ../src/templates/keys-list.html:8
-#: ../src/templates/mirrors-delete.html:8
-#: ../src/templates/mirrors-detail.html:8 ../src/templates/mirrors-edit.html:8
-#: ../src/templates/mirrors-list.html:8 ../src/templates/mirrors-new.html:8
-#: ../src/templates/modules/package-header.html:9
-#: ../src/templates/package-detail.html:8
-#: ../src/templates/package-detail-list.html:8
-#: ../src/templates/package-properties.html:8
-#: ../src/templates/packages/builds/scratch.html:8
-#: ../src/templates/packages/builds/times.html:8
-#: ../src/templates/packages/changelog.html:8
-#: ../src/templates/packages-list.html:8
-#: ../src/templates/packages/view-file.html:8
-#: ../src/templates/register-activation-fail.html:8
-#: ../src/templates/register-activation-success.html:8
-#: ../src/templates/register.html:8 ../src/templates/repository-detail.html:10
-#: ../src/templates/search-form.html:8 ../src/templates/search-results.html:8
-#: ../src/templates/sessions/index.html:8 ../src/templates/uploads-list.html:8
-#: ../src/templates/user-forgot-password.html:8
-#: ../src/templates/user-list.html:8 ../src/templates/user-profile-edit.html:8
-#: ../src/templates/user-profile.html:8
-#: ../src/templates/user-profile-passwd.html:8
-#: ../src/templates/user-profile-passwd-ok.html:8
-msgid "Home"
+msgid "Manage build"
msgstr ""
-#: ../src/templates/build-bugs.html:29 ../src/templates/build-detail.html:75
-msgid "Fixed bugs"
+msgid "Distribution"
msgstr ""
-#: ../src/templates/build-bugs.html:33
-msgid "No bugs here, yet."
+msgid "Not all jobs are finished"
msgstr ""
-#: ../src/templates/build-bugs.html:34
-msgid "Click below to add one."
+msgid "Not all jobs of this build are finished, yet."
msgstr ""
-#: ../src/templates/build-bugs.html:45
-msgid "Add"
+msgid ""
+"It is <strong>strongly discouraged</strong> to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/build-bugs.html:50 ../src/templates/keys-list.html:63
-msgid "Remove"
+msgid ""
+"However, the build will be automatically unpushed if one or more build jobs "
+"fail."
msgstr ""
-#: ../src/templates/build-bugs.html:57 ../src/templates/user-delete.html:18
-msgid "Back"
+msgid "Push to a repository"
msgstr ""
-#: ../src/templates/build-bugs.html:71
-msgid "Add a bug"
+msgid "Push to next repository"
msgstr ""
-#: ../src/templates/build-bugs.html:77 ../src/templates/build-bugs.html:134
-msgid "Bug ID"
+msgid "Push to first repository"
msgstr ""
-#: ../src/templates/build-bugs.html:84
-msgid "Enter a bug ID."
+msgid "New repository"
msgstr ""
-#: ../src/templates/build-bugs.html:93
-msgid "This is a list of more open bugs of this package."
+msgid "This is the target repository for the build."
msgstr ""
-#: ../src/templates/build-bugs.html:96
-msgid "Maybe you want to pick one of these."
+msgid "Push"
msgstr ""
-#: ../src/templates/build-bugs.html:115
-msgid "Add bug"
+msgid "Unpush"
msgstr ""
-#: ../src/templates/build-bugs.html:116 ../src/templates/build-bugs.html:165
-#: ../src/templates/build-delete.html:47
-#: ../src/templates/builders/delete.html:39
-#: ../src/templates/build-manage.html:79 ../src/templates/keys-delete.html:43
-#: ../src/templates/mirrors-delete.html:36
-#: ../src/templates/mirrors-edit.html:82
-#: ../src/templates/modules/modal-base.html:28
-#: ../src/templates/modules/modal-build-comment.html:59
-#: ../src/templates/package-properties.html:94
-#: ../src/templates/user-profile-edit.html:151
-#: ../src/templates/user-profile-passwd.html:96
-msgid "Cancel"
+msgid "Switch to user mode"
msgstr ""
-#: ../src/templates/build-bugs.html:128
-msgid "Remove a bug"
+msgid "Switch to admin mode"
msgstr ""
-#: ../src/templates/build-bugs.html:141
-msgid "Enter a bug ID from the list below."
+#, c-format
+msgid "Schedule test build for %s"
msgstr ""
-#: ../src/templates/build-bugs.html:164
-msgid "Remove bug"
+msgid "Schedule test build"
msgstr ""
-#: ../src/templates/build-delete.html:3 ../src/templates/build-delete.html:46
-#: ../src/templates/build-detail.html:151
-msgid "Delete build"
+msgid ""
+"A test build is used to check if a package builds with the current package "
+"set."
msgstr ""
-#: ../src/templates/build-delete.html:24
-#: ../src/templates/builders/delete.html:20
-#: ../src/templates/keys-delete.html:20 ../src/templates/mirrors-delete.html:20
-#: ../src/templates/repository-detail.html:116
-msgid "Delete"
+msgid ""
+"In this way, developers are able to find quality issues fast and without "
+"actively searching for them."
msgstr ""
-#: ../src/templates/build-delete.html:34
-#, c-format
-msgid "You are about to delete build %s."
+msgid ""
+"As this build platform only has a limited amount of performance, test builds "
+"only have a very less priority."
msgstr ""
-#: ../src/templates/build-delete.html:39
-msgid "Please make sure, that this is the right build you intend to delete."
+msgid "However, you can manually request to run a test."
msgstr ""
-#: ../src/templates/build-delete.html:40
-msgid "Once a build has been deleted, it can not been recovered."
+msgid ""
+"The build job will be started when a build slot is available but not before "
+"the given time."
msgstr ""
-#: ../src/templates/build-detail.html:3 ../src/templates/build-state.html:3
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/builds-watchers-list.html:31
-#: ../src/templates/modules/build-table.html:14
-#: ../src/templates/modules/log-table.html:10
-#: ../src/templates/package-detail.html:109
msgid "Build"
msgstr ""
-#: ../src/templates/build-detail.html:43
-msgid "Score"
-msgstr ""
-
-#: ../src/templates/build-detail.html:46
-msgid "(broken)"
-msgstr ""
-
-#: ../src/templates/build-detail.html:48
-msgid "(obsolete)"
-msgstr ""
+msgid "State"
+msgstr "Stato"
-#: ../src/templates/build-detail.html:57
-msgid "Security update"
+msgid ""
+"The state of a build can be either building, testing, stable, obsolete or "
+"broken."
msgstr ""
-#: ../src/templates/build-detail.html:60
-msgid "Bug fix update"
+msgid "Mark build as obsolete"
msgstr ""
-#: ../src/templates/build-detail.html:63
-msgid "Enhancement"
+msgid ""
+"If a package is updated by an other package it should be marked as "
+"<em>obsolete</em>."
msgstr ""
-#: ../src/templates/build-detail.html:66
-msgid "New package"
+msgid ""
+"For obsolete builds, there will be no test jobs created and it is "
+"recommended to remove them from the repositories soon."
msgstr ""
-#: ../src/templates/build-detail.html:68
-#, c-format
-msgid "Unhandled: %s"
+msgid "Remove build from the repository it is currently in?"
msgstr ""
-#: ../src/templates/build-detail.html:98
-#: ../src/templates/distro-source-commit-detail.html:55
-#: ../src/templates/modules/changelog/entry.html:36
-#: ../src/templates/modules/commits-table.html:5
-msgid "Author"
-msgstr "Autore"
-
-#: ../src/templates/build-detail.html:100
-#: ../src/templates/distro-source-commit-detail.html:3
-#: ../src/templates/modules/commits-table.html:4
-#: ../src/templates/package-detail.html:137
-msgid "Commit"
+msgid "Unbreak this build"
msgstr ""
-#: ../src/templates/build-detail.html:103
-#: ../src/templates/modules/changelog/entry.html:41
-msgid "No commit message."
+msgid ""
+"In case this build has accidentially be marked as broken, it is possible to "
+"recover that state."
msgstr ""
-#: ../src/templates/build-detail.html:117
-#: ../src/templates/modules/modal-build-comment.html:18
-msgid "Comment"
+msgid "Mark build as broken"
msgstr ""
-#: ../src/templates/build-detail.html:121
-#: ../src/templates/builders/detail.html:242
-#: ../src/templates/jobs-detail.html:175 ../src/templates/log.html:4
-#: ../src/templates/mirrors-detail.html:119
-#: ../src/templates/mirrors-list.html:95
-msgid "Log"
+msgid ""
+"If a package does not build or contains <em>serious</em> bugs, it should be "
+"marked as broken."
msgstr ""
-#: ../src/templates/build-detail.html:130
-#: ../src/templates/builders/list.html:32 ../src/templates/jobs-filter.html:12
-#: ../src/templates/jobs-index.html:3 ../src/templates/jobs-index.html:12
-#: ../src/templates/jobs-index.html:23
-#: ../src/templates/modules/build-table.html:15
-msgid "Jobs"
+msgid ""
+"Those builds can not be added into any repositories and are removed from all "
+"repositories they may currently be in."
msgstr ""
-#: ../src/templates/build-detail.html:134
-#: ../src/templates/package-detail.html:39
-#: ../src/templates/package-detail.html:100
-msgid "Source package"
+msgid "Current repository"
msgstr ""
-#: ../src/templates/build-detail.html:144
-msgid "Change state"
+#, c-format
+msgid "since %s"
msgstr ""
-#: ../src/templates/build-detail.html:145
-msgid "Modify bug list"
+#, c-format
+msgid "Delete builder %s"
msgstr ""
-#: ../src/templates/build-detail.html:168
-#: ../src/templates/build-detail.html:191 ../src/templates/build-manage.html:77
-#: ../src/templates/modules/modal-build-push.html:60
-msgid "Push"
-msgstr ""
+#, fuzzy, c-format
+msgid "Delete builder: %s"
+msgstr "Elimina utente %s"
-#: ../src/templates/build-detail.html:174
-#: ../src/templates/build-detail.html:183 ../src/templates/build-manage.html:78
-#: ../src/templates/modules/modal-build-unpush.html:38
-msgid "Unpush"
+#, c-format
+msgid "You are going to delete the build host %s."
msgstr ""
-#: ../src/templates/build-detail.html:202 ../src/templates/build-state.html:128
#, c-format
-msgid "since %s"
+msgid "Delete %s"
+msgstr "Elimina %s"
+
+msgid "Builder"
msgstr ""
-#: ../src/templates/build-detail.html:205
-msgid "This package does not belong to any repository."
+msgid "Current"
msgstr ""
-#: ../src/templates/builders/delete.html:3
#, c-format
-msgid "Delete builder %s"
+msgid "Pakfire %s"
msgstr ""
-#: ../src/templates/builders/delete.html:25
-#: ../src/templates/builders/detail.html:3
-#: ../src/templates/builders/detail.html:74
-#: ../src/templates/builders/pass.html:23 ../src/templates/jobs-filter.html:27
-#: ../src/templates/modules/jobs/boxes.html:15
-#: ../src/templates/modules/jobs/list.html:6
-msgid "Builder"
+#, c-format
+msgid "Supported Architectures: %s"
msgstr ""
-#: ../src/templates/builders/delete.html:31
#, c-format
-msgid "You are going to delete the build host <strong>%s</strong>."
+msgid "Total Build Time: %s"
msgstr ""
-#: ../src/templates/builders/delete.html:37
-#: ../src/templates/mirrors-delete.html:34 ../src/templates/user-delete.html:16
#, c-format
-msgid "Delete %s"
-msgstr "Elimina %s"
-
-#: ../src/templates/builders/detail.html:22
-#: ../src/templates/build-filter.html:75 ../src/templates/build-list.html:13
-#: ../src/templates/builds-watchers-list.html:50
-#: ../src/templates/distro-update-detail.html:46
-#: ../src/templates/file-detail.html:116 ../src/templates/jobs-detail.html:30
-#: ../src/templates/mirrors-detail.html:23
-#: ../src/templates/mirrors-list.html:19 ../src/templates/user-comments.html:10
-msgid "Actions"
-msgstr "Azioni"
-
-#: ../src/templates/builders/detail.html:27
-msgid "Show jobs by this builder"
+msgid "%s Memory"
msgstr ""
-#: ../src/templates/builders/detail.html:36
-msgid "Disable builder"
+#, c-format
+msgid "%s Swap Space"
msgstr ""
-#: ../src/templates/builders/detail.html:42
-msgid "Enable builder"
-msgstr ""
+#, fuzzy
+msgid "Test Mode"
+msgstr "Tester"
-#: ../src/templates/builders/detail.html:50
-msgid "Edit builder"
+msgid "Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:58
-msgid "Renew passphrase"
+msgid "Edit"
msgstr ""
-#: ../src/templates/builders/detail.html:66
-msgid "Delete builder"
+msgid "Running Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:79
-msgid "Warning"
+msgid "Log"
msgstr ""
-#: ../src/templates/builders/detail.html:80
-msgid "This builder is overloaded."
+#, c-format
+msgid "Edit Builder %s"
msgstr ""
-#: ../src/templates/builders/detail.html:81
-msgid ""
-"That means it will not take any additional jobs although it has not reached "
-"its threshold of running jobs, yet."
+msgid "Hostname"
msgstr ""
-#: ../src/templates/builders/detail.html:82
-msgid "New jobs will be started automatically after the load decreased."
+msgid "The hostname cannot be changed"
msgstr ""
-#: ../src/templates/builders/detail.html:91
-#: ../src/templates/build-filter.html:27 ../src/templates/build-state.html:24
-#: ../src/templates/modules/jobs-table.html:5
-#: ../src/templates/user-profile-edit.html:77
-#: ../src/templates/user-profile.html:47
-msgid "State"
-msgstr "Stato"
-
-#: ../src/templates/builders/detail.html:94
-#: ../src/templates/builders/edit.html:42 ../src/templates/mirrors-edit.html:43
msgid "Enabled"
msgstr ""
-#: ../src/templates/builders/detail.html:96
-msgid "Disabled"
+msgid "Job Settings"
msgstr ""
-#: ../src/templates/builders/detail.html:98
-msgid "Deleted"
+msgid "Maximum Parallel Build Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:100
-#, c-format
-msgid "Unknown status: %s"
+msgid "Enable Test Mode"
msgstr ""
-#: ../src/templates/builders/detail.html:105
-msgid "Parallel builds"
+msgid "Only build test jobs on this builder"
msgstr ""
-#: ../src/templates/builders/detail.html:106
-msgid "One job only."
+msgid "Save"
msgstr ""
-#: ../src/templates/builders/detail.html:109
-msgid "This host builds"
+msgid "Online"
msgstr ""
-#: ../src/templates/builders/detail.html:115
-msgid "Release builds"
+msgid "Offline"
msgstr ""
-#: ../src/templates/builders/detail.html:117
-#: ../src/templates/package-detail-list.html:30
-#: ../src/templates/packages/builds/scratch.html:3
-#: ../src/templates/packages/builds/scratch.html:20
-msgid "Scratch builds"
+msgid "Create A New Builder"
msgstr ""
-#: ../src/templates/builders/detail.html:119
-#: ../src/templates/package-detail-list.html:35
-msgid "Test builds"
+msgid "Statistics"
+msgstr "Statistiche"
+
+msgid "Total Build Time"
msgstr ""
-#: ../src/templates/builders/detail.html:130
-msgid "Remarks"
+msgid "Total Build Time By Architecture"
msgstr ""
-#: ../src/templates/builders/detail.html:141
-msgid "OS"
+msgid "Create new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:147
-msgid "Pakfire version"
+msgid "Create a new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:153
-#: ../src/templates/distro-detail.html:35
-msgid "Supported architectures"
+msgid "Enter the canonical hostname of the machine."
msgstr ""
-#: ../src/templates/builders/detail.html:159
-msgid "CPU model"
+#, c-format
+msgid "Watch build %s"
msgstr ""
-#: ../src/templates/builders/detail.html:165
-msgid "CPU count"
+msgid "Watch"
msgstr ""
-#: ../src/templates/builders/detail.html:169
-msgid "Bogomips"
+msgid "You may here add yourself to the list of watchers of this build."
msgstr ""
-#: ../src/templates/builders/detail.html:180
-msgid "Memory"
+msgid ""
+"If you do so, you will receive messages about new comments and status "
+"updates."
msgstr ""
-#: ../src/templates/builders/detail.html:194
-msgid "SWAP space"
+msgid "Oops!"
msgstr ""
-#: ../src/templates/builders/detail.html:203
-msgid "No memory information available."
+msgid "You are already watching this build."
msgstr ""
-#: ../src/templates/builders/detail.html:208
-msgid "Load average"
+msgid "Choose user"
msgstr ""
-#: ../src/templates/builders/detail.html:212
-#: ../src/templates/builders/list.html:50
-msgid "Overload"
+msgid "Myself"
msgstr ""
-#: ../src/templates/builders/detail.html:217
-msgid "Free disk space"
+msgid "Choose a user who should watch this build."
msgstr ""
-#: ../src/templates/builders/detail.html:222
-msgid "Host key"
+msgid "User"
msgstr ""
-#: ../src/templates/builders/detail.html:235
-msgid "Active and pending jobs"
+msgid "Add watcher"
msgstr ""
-#: ../src/templates/builders/edit.html:3
#, c-format
-msgid "Manage builder %s"
+msgid "Watchers of %s"
msgstr ""
-#: ../src/templates/builders/edit.html:20
-#: ../src/templates/builders/edit.html:25
-#: ../src/templates/builders/pass.html:18 ../src/templates/mirrors-edit.html:20
-msgid "Manage"
+msgid "This is a list of all users who watch this build."
msgstr ""
-#: ../src/templates/builders/edit.html:25
-#, c-format
-msgid "Builder: %s"
+msgid ""
+"If you write a comment or the status of the build is changed, they all will "
+"get a message."
msgstr ""
-#: ../src/templates/builders/edit.html:32
-#: ../src/templates/builders/list.html:30 ../src/templates/builders/new.html:30
-#: ../src/templates/mirrors-detail.html:56
-#: ../src/templates/mirrors-edit.html:32 ../src/templates/mirrors-list.html:43
-#: ../src/templates/mirrors-new.html:28
-msgid "Hostname"
+msgid "You are the owner of this build. So you don't need to watch it."
msgstr ""
-#: ../src/templates/builders/edit.html:36
-msgid "The hostname cannot be changed."
+msgid "Watch this build."
msgstr ""
-#: ../src/templates/builders/edit.html:46
-msgid "The builder must be enabled in order to process build jobs."
+msgid "List of all watchers"
msgstr ""
-#: ../src/templates/builders/edit.html:53
-msgid "Build job settings"
-msgstr ""
+msgid "Actions"
+msgstr "Azioni"
-#: ../src/templates/builders/edit.html:56
-msgid "Maximum number of parallel build jobs"
+msgid "Back to build"
msgstr ""
-#: ../src/templates/builders/edit.html:65
-msgid "This is the number of build jobs that are started in parallel."
+msgid "Created %(when)s by %(author)s"
msgstr ""
-#: ../src/templates/builders/edit.html:74
-msgid "Authorized to build release builds."
+#, c-format
+msgid "Created %s"
msgstr ""
-#: ../src/templates/builders/edit.html:83
-msgid "Authorized to build scratch builds."
+msgid "Fixed Bugs"
msgstr ""
-#: ../src/templates/builders/edit.html:92
-msgid "Authorized to build test builds."
+msgid "Score"
msgstr ""
-#: ../src/templates/builders/edit.html:98 ../src/templates/mirrors-edit.html:81
-#: ../src/templates/package-properties.html:93
-msgid "Save changes"
-msgstr ""
+#, fuzzy
+msgid "Source Package"
+msgstr "Pacchetto"
-#: ../src/templates/builders/list.html:31 ../src/templates/jobs-filter.html:44
-#: ../src/templates/packages/builds/times.html:44
-msgid "Architecture"
+#, c-format
+msgid "Edit distribution %s"
msgstr ""
-#: ../src/templates/builders/list.html:53
-msgid "Unknown CPU"
+msgid "Name"
msgstr ""
-#: ../src/templates/builders/list.html:73 ../src/templates/builders/new.html:3
-#: ../src/templates/builders/new.html:16 ../src/templates/builders/new.html:41
-msgid "Create new builder"
+msgid "The fancy name of the distribution."
msgstr ""
-#: ../src/templates/builders/new.html:21
-msgid "Create a new builder"
+msgid "Identifier"
msgstr ""
-#: ../src/templates/builders/new.html:35
-msgid "Enter the canonical hostname of the machine."
+msgid "Cannot be changed."
msgstr ""
-#: ../src/templates/builders/pass.html:30
-#, c-format
-msgid "The new host <strong>%s</strong> has been successfully created."
+msgid "Tag"
msgstr ""
-#: ../src/templates/builders/pass.html:32
-#, c-format
-msgid "The passphrase for <strong>%s</strong> has been regenerated."
+msgid "The tag is added to the package release."
msgstr ""
-#: ../src/templates/builders/pass.html:35
-msgid ""
-"For authorization to the Pakfire Master Server there is a passphrase "
-"required which must be configured to the host."
+msgid "Vendor"
msgstr ""
-#: ../src/templates/builders/pass.html:39
-msgid "This passphrase is:"
+msgid "From whom is the distribution from?"
msgstr ""
-#: ../src/templates/builders/pass.html:43
-msgid "Next"
+msgid "Contact"
msgstr ""
-#: ../src/templates/build-filter.html:3 ../src/templates/build-list.html:3
-#: ../src/templates/build-list.html:8
-msgid "Build job list"
+msgid "The email address from the vendor."
msgstr ""
-#: ../src/templates/build-filter.html:6 ../src/templates/build-index.html:21
-#: ../src/templates/build-list.html:15
-msgid "Filter builds"
+msgid "Slogan"
msgstr ""
-#: ../src/templates/build-filter.html:11 ../src/templates/build-manage.html:9
-#: ../src/templates/distro-detail.html:3 ../src/templates/distro-detail.html:22
-#: ../src/templates/distro-list.html:33
-#: ../src/templates/distro-source-commits.html:5
-#: ../src/templates/distro-update-detail.html:6
-#: ../src/templates/distro-update-edit.html:12
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-edit.html:8
-msgid "Distribution"
+msgid "A short sentence that characterizes the distribution."
msgstr ""
-#: ../src/templates/build-filter.html:15 ../src/templates/build-filter.html:39
-#: ../src/templates/build-filter.html:55
-msgid "Any"
+msgid "Architectures"
msgstr ""
-#: ../src/templates/build-filter.html:23
-msgid "Show only builds in that distribution."
+msgid "For which architectures should the distribution be built?"
msgstr ""
-#: ../src/templates/build-filter.html:30
-msgid "All"
+msgid "Sources"
msgstr ""
-#: ../src/templates/build-filter.html:31
-#: ../src/templates/modules/jobs-table.html:29 ../src/web/ui_modules.py:335
-msgid "Running"
+msgid "Which sources should be imported to the distribution?"
msgstr ""
-#: ../src/templates/build-filter.html:32
-#: ../src/templates/modules/jobs-table.html:21 ../src/web/ui_modules.py:330
-msgid "Pending"
+msgid "Commit"
msgstr ""
-#: ../src/templates/build-filter.html:33 ../src/templates/jobs-detail.html:128
-#: ../src/templates/modules/jobs-table.html:27 ../src/web/ui_modules.py:320
-msgid "Finished"
+#, c-format
+msgid "Source: %s"
msgstr ""
-#: ../src/templates/build-filter.html:34
-#: ../src/templates/modules/jobs-table.html:23 ../src/web/ui_modules.py:315
-msgid "Failed"
-msgstr ""
+msgid "Source"
+msgstr "Sorgente"
-#: ../src/templates/build-filter.html:35
-msgid "Permanently failed"
+msgid "Open in gitweb"
msgstr ""
-#: ../src/templates/build-filter.html:36
-#: ../src/templates/modules/jobs-table.html:25 ../src/web/ui_modules.py:310
-msgid "Dispatching"
+msgid "Reset commit"
msgstr ""
-#: ../src/templates/build-filter.html:37 ../src/web/ui_modules.py:340
-msgid "Uploading"
-msgstr ""
+msgid "Revision"
+msgstr "Revisione"
-#: ../src/templates/build-filter.html:40
-msgid "Building"
-msgstr ""
+msgid "Date"
+msgstr "Data"
-#: ../src/templates/build-filter.html:41
-msgid "Testing"
-msgstr ""
+msgid "Author"
+msgstr "Autore"
-#: ../src/templates/build-filter.html:42
-msgid "Stable"
+msgid "Committer"
msgstr ""
-#: ../src/templates/build-filter.html:43
-msgid "Obsolete"
+msgid "Packages created from this commit"
msgstr ""
-#: ../src/templates/build-filter.html:44
-msgid "Broken"
+msgid "There were no packages created from this commit."
msgstr ""
-#: ../src/templates/build-filter.html:48
-msgid "Only show builds with given state."
+msgid "Danger!"
msgstr ""
-#: ../src/templates/build-filter.html:52
-#: ../src/templates/package-detail.html:82
-msgid "Build host"
+msgid "This is a very dangerous action!"
msgstr ""
-#: ../src/templates/build-filter.html:62
-msgid "Display only builds by selected host."
+msgid "Don't do it, if you are not absolutely sure what you are doing."
msgstr ""
-#: ../src/templates/build-filter.html:77
-msgid "Show all builds"
+msgid ""
+"This commit will be reset. Which means all packages associated with it will "
+"be deleted, and the commit will be parsed again."
msgstr ""
-#: ../src/templates/build-index.html:18
-#: ../src/templates/builds/comments.html:17
-#: ../src/templates/builds/comments.html:25
-msgid "Comments"
-msgstr ""
-
-#: ../src/templates/build-manage.html:3
-#, c-format
-msgid "Manage build %s"
-msgstr ""
-
-#: ../src/templates/build-manage.html:8
-msgid "Manage build"
-msgstr ""
-
-#: ../src/templates/build-manage.html:15
-msgid "Permission denied"
-msgstr ""
-
-#: ../src/templates/build-manage.html:16
-msgid ""
-"You do not have the permission to update packages that belong to the "
-"<em>critical path</em>."
-msgstr ""
-
-#: ../src/templates/build-manage.html:22
-msgid "Not all jobs are finished"
-msgstr ""
-
-#: ../src/templates/build-manage.html:24
-msgid "Not all jobs of this build are finished, yet."
-msgstr ""
-
-#: ../src/templates/build-manage.html:25
-msgid ""
-"It is <strong>strongly discouraged</strong> to push this build into the next "
-"repository."
-msgstr ""
-
-#: ../src/templates/build-manage.html:28
msgid ""
-"However, the build will be automatically unpushed if one or more build jobs "
-"fail."
-msgstr ""
-
-#: ../src/templates/build-manage.html:42
-msgid "Push to a repository"
+"This action may cause severe problems and may only be allowed when something "
+"went horribly wrong."
msgstr ""
-#: ../src/templates/build-manage.html:44
-msgid "Push to next repository"
+msgid "These packages will be deleted"
msgstr ""
-#: ../src/templates/build-manage.html:46
-msgid "Push to first repository"
+msgid "Commits"
msgstr ""
-#: ../src/templates/build-manage.html:51
-#: ../src/templates/modules/modal-build-push.html:24
-msgid "New repository"
+msgid "Source repository"
msgstr ""
-#: ../src/templates/build-manage.html:71
-msgid "This is the target repository for the build."
+msgid "Previous commits"
msgstr ""
-#: ../src/templates/build-manage.html:90
-msgid "Switch to user mode"
+msgid "Next commits"
msgstr ""
-#: ../src/templates/build-manage.html:92
-msgid "Switch to admin mode"
+msgid "Gitweb"
msgstr ""
-#: ../src/templates/build-priority.html:3
-#: ../src/templates/build-priority.html:6
-msgid "Edit build priority"
+msgid "Branch"
msgstr ""
-#: ../src/templates/build-priority.html:11
-msgid "Priority"
-msgstr "Priorità"
-
-#: ../src/templates/build-priority.html:14
-#: ../src/templates/package-properties.html:51
-msgid "Very high"
-msgstr "Molto alta"
-
-#: ../src/templates/build-priority.html:15
-#: ../src/templates/package-properties.html:54
-msgid "High"
-msgstr "Alta"
-
-#: ../src/templates/build-priority.html:16
-#: ../src/templates/package-properties.html:57
-msgid "Medium"
-msgstr "Media"
-
-#: ../src/templates/build-priority.html:17
-#: ../src/templates/package-properties.html:60
-msgid "Low"
-msgstr "Bassa"
-
-#: ../src/templates/build-priority.html:18
-#: ../src/templates/package-properties.html:63
-msgid "Very low"
-msgstr "Molto bassa"
-
-#: ../src/templates/build-priority.html:22
-msgid "Set the priority of the build process."
+msgid "Imported commits"
msgstr ""
-#: ../src/templates/build-priority.html:28
-msgid "Beware"
+msgid "Latest commits"
msgstr ""
-#: ../src/templates/build-priority.html:29
-msgid "Shuffeling build jobs can cause problems with the dependency solving."
+msgid "Show all commits"
msgstr ""
-#: ../src/templates/build-priority.html:30
-msgid "Don't do this if you are not totally sure you won't break anything."
+msgid "Update"
msgstr ""
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-msgid "Job queue"
-msgstr ""
+msgid "Summary"
+msgstr "Riepilogo"
-#: ../src/templates/build-queue.html:8
-msgid "This is a list of all jobs that are waiting to be processed."
+msgid "Maintainer"
msgstr ""
-#: ../src/templates/build-queue.html:9
-msgid "They one at the top is next."
+msgid "Time created"
msgstr ""
-#: ../src/templates/build-queue.html:15
-msgid "No jobs to do."
+msgid "Builds in this update"
msgstr ""
-#: ../src/templates/build-schedule-test.html:3
-#: ../src/templates/build-schedule-test.html:29
-#: ../src/templates/job-schedule-test.html:3
-#: ../src/templates/job-schedule-test.html:29
#, c-format
-msgid "Schedule test build for %s"
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:24
-#: ../src/templates/job-schedule-test.html:24
-#: ../src/templates/jobs-detail.html:48
-msgid "Schedule test build"
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:35
-#: ../src/templates/job-schedule-test.html:35
-msgid ""
-"A test build is used to check if a package builds with the current package "
-"set."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:36
-#: ../src/templates/job-schedule-test.html:36
-msgid ""
-"In this way, developers are able to find quality issues fast and without "
-"actively searching for them."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:39
-#: ../src/templates/job-schedule-test.html:39
-msgid ""
-"As this build platform only has a limited amount of performance, test builds "
-"only have a very less priority."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:40
-#: ../src/templates/job-schedule-test.html:40
-msgid "However, you can manually request to run a test."
+msgid "Edit update %s - %s"
msgstr ""
-#: ../src/templates/build-schedule-test.html:43
-#: ../src/templates/job-schedule-rebuild.html:38
-#: ../src/templates/job-schedule-test.html:43
-msgid ""
-"The build job will be started when a build slot is available but not before "
-"the given time."
+msgid "Create new update"
msgstr ""
-#: ../src/templates/builds/comments.html:3
-#: ../src/templates/builds/comments.html:42
-msgid "Build comments"
+msgid "Create A New Distribution"
msgstr ""
-#: ../src/templates/builds/comments.html:33
-msgid "Show all comments"
+msgid "Supported Architectures"
msgstr ""
-#: ../src/templates/builds/comments.html:40
-#, c-format
-msgid "%s's latest comments"
+msgid "Repositories"
msgstr ""
-#: ../src/templates/builds/comments.html:49
-#, c-format
-msgid "This page shows %s's latest comments."
+msgid "400 - Bad request"
msgstr ""
-#: ../src/templates/builds/comments.html:51
-msgid "This page shows the latest comments on builds."
+msgid "Invalid data has been passed to the application."
msgstr ""
-#: ../src/templates/builds/comments.html:53
msgid ""
-"The Pakfire Build Service is all about social development and so, "
-"communicating with eath others is important. Please join."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:61
-#: ../src/templates/builds/comments.html:65
-#: ../src/templates/packages/changelog.html:35
-#: ../src/templates/packages/changelog.html:39
-msgid "Newer"
+"The application refused to go on with the provided data that was sent in "
+"this request."
msgstr ""
-#: ../src/templates/builds/comments.html:71
-#: ../src/templates/builds/comments.html:75
-#: ../src/templates/packages/changelog.html:45
-#: ../src/templates/packages/changelog.html:49
-msgid "Older"
+msgid "403 - Access forbidden"
msgstr ""
-#: ../src/templates/builds/comments.html:81
-#, c-format
-msgid "%s did not comment on anything, yet."
+msgid "You are not allowed to access this ressource."
msgstr ""
-#: ../src/templates/build-state.html:34
msgid ""
-"The state of a build can be either building, testing, stable, obsolete or "
-"broken."
+"Access to the requested page has been denied because you do not have "
+"sufficient rights."
msgstr ""
-#: ../src/templates/build-state.html:48
-msgid "Mark build as obsolete"
+msgid "404 - Not Found"
msgstr ""
-#: ../src/templates/build-state.html:50
-msgid ""
-"If a package is updated by an other package it should be marked as "
-"<em>obsolete</em>."
+msgid "I could not find what you were searching for."
msgstr ""
-#: ../src/templates/build-state.html:51
-msgid ""
-"For obsolete builds, there will be no test jobs created and it is "
-"recommended to remove them from the repositories soon."
+msgid "You may have clicked an expired link or mistyped the address."
msgstr ""
-#: ../src/templates/build-state.html:60
-msgid "Remove build from the repository it is currently in?"
+msgid "Oops! Don't panic."
msgstr ""
-#: ../src/templates/build-state.html:81
-msgid "Unbreak this build"
+msgid "An unexpected error happened."
msgstr ""
-#: ../src/templates/build-state.html:84
-msgid ""
-"In case this build has accidentially be marked as broken, it is possible to "
-"recover that state."
+msgid "Stay calm and read the text below to find out what went wrong."
msgstr ""
-#: ../src/templates/build-state.html:102
-msgid "Mark build as broken"
+msgid "Error code"
msgstr ""
-#: ../src/templates/build-state.html:105
-msgid ""
-"If a package does not build or contains <em>serious</em> bugs, it should be "
-"marked as broken."
+msgid "Exception (traceback):"
msgstr ""
-#: ../src/templates/build-state.html:106
msgid ""
-"Those builds can not be added into any repositories and are removed from all "
-"repositories they may currently be in."
-msgstr ""
-
-#: ../src/templates/build-state.html:126
-#: ../src/templates/distro-update-detail.html:17
-#: ../src/templates/modules/modal-build-push.html:54
-#: ../src/templates/modules/modal-build-unpush.html:13
-msgid "Current repository"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:3
-#: ../src/templates/builds-watchers-add.html:29
-#, c-format
-msgid "Watch build %s"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:24
-msgid "Watch"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:35
-msgid "You may here add yourself to the list of watchers of this build."
+"Please try going back to the previous page and try the action you did again "
+"in a moment."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:36
msgid ""
-"If you do so, you will receive messages about new comments and status "
-"updates."
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:43
-#: ../src/templates/user-profile-passwd.html:51
-msgid "Oops!"
+"If the error persists, you should consider to get in touch with an "
+"administrator."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:44
-#: ../src/templates/builds-watchers-list.html:17
-msgid "You are already watching this build."
+msgid "Build created"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:56
-msgid "Choose user"
+msgid "- Unknown Event -"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:60
-msgid "Myself"
+#, c-format
+msgid "by %s"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:70
-msgid "Choose a user who should watch this build."
-msgstr ""
+msgid "File"
+msgstr "Documento"
-#: ../src/templates/builds-watchers-add.html:76
-#: ../src/templates/modules/build-table.html:20
-#: ../src/templates/user-profile-edit.html:80
-#: ../src/templates/user-profile.html:29 ../src/templates/user-profile.html:54
-msgid "User"
-msgstr ""
+msgid "Package"
+msgstr "Pacchetto"
-#: ../src/templates/builds-watchers-add.html:84
-msgid "Add watcher"
-msgstr ""
+msgid "Description"
+msgstr "Descrizione"
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/modules/watchers-sidebar-table.html:22
-#, c-format
-msgid "Watchers of %s"
-msgstr ""
+msgid "URL"
+msgstr "URL"
-#: ../src/templates/builds-watchers-list.html:11
-msgid "This is a list of all users who watch this build."
-msgstr ""
+msgid "License"
+msgstr "Licenza"
-#: ../src/templates/builds-watchers-list.html:12
-msgid ""
-"If you write a comment or the status of the build is changed, they all will "
-"get a message."
-msgstr ""
+msgid "Size"
+msgstr "Dimensione"
-#: ../src/templates/builds-watchers-list.html:21
-msgid "You are the owner of this build. So you don't need to watch it."
+msgid "Hash"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:25
-msgid "Watch this build."
+msgid "Provides"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:39
-msgid "List of all watchers"
-msgstr ""
+msgid "Requires"
+msgstr "Requisiti"
-#: ../src/templates/builds-watchers-list.html:53
-msgid "Back to build"
-msgstr ""
+msgid "Obsoletes"
+msgstr "Obsoleti"
-#: ../src/templates/distro-detail.html:36
-msgid "None"
-msgstr "Nulla"
+msgid "Conflicts"
+msgstr "Conflitti"
-#: ../src/templates/distro-detail.html:46
-msgid "Binary repositories"
+msgid "Build information"
msgstr ""
-#: ../src/templates/distro-detail.html:51
-msgid ""
-"A binary repository is a composition of packages that are considered stable, "
-"unstable or in testing state by the developers."
-msgstr ""
+msgid "ID"
+msgstr "ID"
-#: ../src/templates/distro-detail.html:53
-msgid "Each repository can be enabled individually."
-msgstr ""
+msgid "Host"
+msgstr "Host"
-#: ../src/templates/distro-detail.html:54
-msgid "Learn how to use them."
-msgstr ""
+msgid "Time"
+msgstr "Ora"
-#: ../src/templates/distro-detail.html:66 ../src/templates/source-list.html:6
-msgid "Source repositories"
-msgstr ""
+msgid "Files"
+msgstr "Documenti"
-#: ../src/templates/distro-detail.html:80
-#: ../src/templates/distro-source-commit-detail.html:90
-#: ../src/templates/user-profile.html:73
-msgid "Action"
-msgstr ""
+msgid "Download file"
+msgstr "Scarica file"
-#: ../src/templates/distro-detail.html:86
-msgid "Edit distribution"
+msgid "Welcome!"
msgstr ""
-#: ../src/templates/distro-detail.html:91
-msgid "Delete distribution"
+msgid "Development Powered By Community"
msgstr ""
-#: ../src/templates/distro-detail.html:97
-msgid "New binary repository"
+msgid "Current Jobs"
msgstr ""
-#: ../src/templates/distro-detail.html:102
-msgid "New source repository"
-msgstr ""
+msgid "One Job In Queue"
+msgid_plural "%(num)s Jobs In Queue"
+msgstr[0] ""
+msgstr[1] ""
-#: ../src/templates/distro-edit.html:3 ../src/templates/distro-edit.html:6
-#: ../src/templates/distro-update-edit.html:3
#, c-format
-msgid "Edit distribution %s"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:12
-#: ../src/templates/modules/packages-table.html:4
-#: ../src/templates/modules/repository-table.html:4
-#: ../src/templates/modules/source-table.html:4
-#: ../src/templates/repository-edit.html:15
-msgid "Name"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:17
-msgid "The fancy name of the distribution."
+msgid "Abort build job %s"
msgstr ""
-#: ../src/templates/distro-edit.html:21
-msgid "Identifier"
+msgid "You may abort a running build."
msgstr ""
-#: ../src/templates/distro-edit.html:26
-#: ../src/templates/user-profile-edit.html:42
-msgid "Cannot be changed."
+msgid "The build server will eventually stop to build the package."
msgstr ""
-#: ../src/templates/distro-edit.html:30
-msgid "Tag"
+msgid "Build job"
msgstr ""
-#: ../src/templates/distro-edit.html:35
-msgid "The tag is added to the package release."
+msgid "Start time"
msgstr ""
-#: ../src/templates/distro-edit.html:39
-msgid "Vendor"
+msgid "No started, yet."
msgstr ""
-#: ../src/templates/distro-edit.html:44
-msgid "From whom is the distribution from?"
+msgid "Build server"
msgstr ""
-#: ../src/templates/distro-edit.html:48 ../src/templates/docs-index.html:57
-#: ../src/templates/mirrors-detail.html:62
-msgid "Contact"
+msgid "Job buildroot"
msgstr ""
-#: ../src/templates/distro-edit.html:53
-msgid "The email address from the vendor."
+msgid "Buildroot"
msgstr ""
-#: ../src/templates/distro-edit.html:57
-msgid "Slogan"
+msgid "Buildroot size"
msgstr ""
-#: ../src/templates/distro-edit.html:62
-msgid "A short sentence that characterizes the distribution."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:66
-msgid "Architectures"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:75
-msgid "For which architectures should the distribution be built?"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:79
-msgid "Sources"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:88
-msgid "Which sources should be imported to the distribution?"
-msgstr ""
-
-#: ../src/templates/distro-list.html:26
-msgid ""
-"This is a list of all distributions, that are maintained in this build "
-"service."
-msgstr ""
-
-#: ../src/templates/distro-list.html:27
-msgid ""
-"You may click on one of them and see more details or jump directly to one of "
-"the repositories."
-msgstr ""
-
-#: ../src/templates/distro-list.html:34
-msgid "Repositories"
-msgstr ""
-
-#: ../src/templates/distro-list.html:66
-msgid "New distribution"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:21
-#: ../src/templates/distro-source-commit-reset.html:19
-#: ../src/templates/distro-source-detail.html:19
-#, c-format
-msgid "Source: %s"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:34
-#: ../src/templates/distro-source-commit-reset.html:32
-#: ../src/templates/distro-source-commits.html:6
-#: ../src/templates/distro-source-detail.html:26
-msgid "Source"
-msgstr "Sorgente"
-
-#: ../src/templates/distro-source-commit-detail.html:47
-msgid "Revision"
-msgstr "Revisione"
-
-#: ../src/templates/distro-source-commit-detail.html:51
-msgid "Date"
-msgstr "Data"
-
-#: ../src/templates/distro-source-commit-detail.html:59
-msgid "Committer"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:63
-#: ../src/templates/modules/commits-table.html:6
-msgid "Subject"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:81
-msgid "Open in gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:96
-#: ../src/templates/distro-source-commit-reset.html:54
-msgid "Reset commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:112
-msgid "Packages created from this commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:128
-msgid "There were no packages created from this commit."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:43
-msgid "Danger!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:44
-msgid "This is a very dangerous action!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:45
-msgid "Don't do it, if you are not absolutely sure what you are doing."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:49
-msgid ""
-"This commit will be reset. Which means all packages associated with it will "
-"be deleted, and the commit will be parsed again."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:50
-msgid ""
-"This action may cause severe problems and may only be allowed when something "
-"went horribly wrong."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:62
-msgid "These packages will be deleted"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:6
-msgid "Commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:10
-msgid "Source repository"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:20
-msgid "Previous commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:24
-msgid "Next commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:36
-msgid "Gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:45
-msgid "Branch"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:49
-msgid "Imported commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:59
-msgid "Latest commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:63
-msgid "Show all commits"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:5
-msgid "Update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:10
-#: ../src/templates/modules/packages-table.html:5
-#: ../src/templates/packages/builds/times.html:31
-msgid "Summary"
-msgstr "Riepilogo"
-
-#: ../src/templates/distro-update-detail.html:27
-#: ../src/templates/file-detail.html:40
-#: ../src/templates/modules/package-header.html:24
-#: ../src/templates/package-detail.html:77
-msgid "Maintainer"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:33
-msgid "Time created"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:41
-msgid "Builds in this update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:49
-#: ../src/templates/repository-detail.html:112
-#: ../src/templates/user-profile-edit.html:20
-msgid "Edit"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:8
-#, c-format
-msgid "Edit update %s - %s"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:10
-msgid "Create new update"
-msgstr ""
-
-#: ../src/templates/docs-base.html:27
-msgid "All Documents"
-msgstr ""
-
-#: ../src/templates/docs-base.html:31
-msgid "Topics"
-msgstr ""
-
-#: ../src/templates/docs-build.html:3 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-whatsthis.html:3
-msgid "Legend of the build states"
-msgstr ""
-
-#: ../src/templates/docs-build.html:25
-msgid ""
-"Every build that is done by the Pakfire Build Service has to go through "
-"several states:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:28
-msgid ""
-"After checking out the source from the source repository a source package is "
-"created and submitted to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:29
-msgid ""
-"Starting from inserting a source file to the build service, there are binary "
-"build jobs created for every supported architecture."
-msgstr ""
-
-#: ../src/templates/docs-build.html:32
-msgid ""
-"These get assigned to a build host which has to compile or assemble the "
-"package and return it back to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:33
-msgid "In the table below, there are all states that a build job goes through:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:36
-msgid "Build is running"
-msgstr ""
-
-#: ../src/templates/docs-build.html:37
-msgid "Build has failed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:38
-msgid "Build is waiting to be processed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:39
-msgid "There was a dependency error when the package was built"
-msgstr ""
-
-#: ../src/templates/docs-build.html:40
-msgid "Build is waiting for source to go to pending state"
-msgstr ""
-
-#: ../src/templates/docs-build.html:41
-msgid "Files of this build are transferred to the build server"
-msgstr ""
-
-#: ../src/templates/docs-build.html:42
-msgid "Files are being uploaded to the service"
-msgstr ""
-
-#: ../src/templates/docs-build.html:43
-msgid "Build has an unknown state"
-msgstr ""
-
-#: ../src/templates/docs-index.html:3
-msgid "Documentation index"
-msgstr ""
-
-#: ../src/templates/docs-index.html:17
-msgid "Documents"
-msgstr ""
-
-#: ../src/templates/docs-index.html:23
-msgid ""
-"This is a collection of documents that should be read by everybody who is "
-"using this system."
-msgstr ""
-
-#: ../src/templates/docs-index.html:29
-msgid "What is the pakfire build service?"
-msgstr ""
-
-#: ../src/templates/docs-index.html:34
-msgid "General pakfire documentation"
-msgstr ""
-
-#: ../src/templates/docs-index.html:39
-msgid "Packaging guidelines"
-msgstr ""
-
-#: ../src/templates/docs-index.html:51
-msgid "This documentation you find at this place is not completed yet."
-msgstr ""
-
-#: ../src/templates/docs-index.html:52
-msgid "Feel free to make any suggestions."
-msgstr ""
-
-#: ../src/templates/docs-index.html:59
-msgid ""
-"If you need help using the build service or have some general questions "
-"please use our mailing list."
-msgstr ""
-
-#: ../src/templates/docs-index.html:60
-msgid "You can also talk to the developers and suggest feature enhancements."
-msgstr ""
-
-#: ../src/templates/docs-index.html:64
-msgid "Mailing list"
-msgstr ""
-
-#: ../src/templates/docs-index.html:68
-msgid "Bug reports"
-msgstr ""
-
-#: ../src/templates/docs-index.html:70
-msgid ""
-"Please visit Bugzilla to create bug reports on the Pakfire Build System."
-msgstr ""
-
-#: ../src/templates/docs-users.html:3 ../src/templates/docs-users.html:16
-#: ../src/templates/docs-users.html:21
-msgid "User groups"
-msgstr ""
-
-#: ../src/templates/docs-users.html:26
-msgid ""
-"All users can join the Pakfire Build Service and are separated into three "
-"groups:"
-msgstr ""
-
-#: ../src/templates/docs-users.html:29
-msgid "Developers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:31
-msgid ""
-"Developers manage this build service and have access to all parts of it."
-msgstr ""
-
-#: ../src/templates/docs-users.html:32
-msgid ""
-"They are responsible to keep the system running and able to push package "
-"updates to the repostories."
-msgstr ""
-
-#: ../src/templates/docs-users.html:35
-msgid "Guidelines for developers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:38
-msgid "Testers"
-msgstr "Tester"
-
-#: ../src/templates/docs-users.html:40
-msgid ""
-"Testers are like users but have the right to vote on packages, which is used "
-"to figure out the quality of the package."
-msgstr ""
-
-#: ../src/templates/docs-users.html:41
-msgid ""
-"Everyone can become a tester after he or she has proven to know the IPFire "
-"system very well."
-msgstr ""
-
-#: ../src/templates/docs-users.html:42
-msgid ""
-"On these people depends a very huge amount of the quality of the "
-"distribution that is made out of the feedback they give."
-msgstr ""
-
-#: ../src/templates/docs-users.html:45
-msgid "Guidelines for testers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:50
-msgid "Everybody can join the Pakfire Build Service by registering an account."
-msgstr ""
-
-#: ../src/templates/docs-users.html:51
-msgid ""
-"After a successful activation you are able to leave comments on packages and "
-"give feedback to the developers about its status."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:16
-#: ../src/templates/docs-whatsthis.html:21
-msgid "What is the Pakfire Build Service?"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:27
-msgid ""
-"On this page, you will find out what the Pakfire Build Service really is."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:28
-msgid "Read carefully."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:34
-msgid "Yeah, that's it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:35
-msgid "No, that's not it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:43
-msgid "PBS is a tool where people can give feedback to developers."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:44
-msgid "It is possible to leave comments and rate builds."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:50
-msgid "PBS is <strong>NOT</strong> a bugtracker."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:51
-msgid ""
-"To report bugs please use our bugtracker liked below if you want them to get "
-"fixed."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:55
-msgid "Bugtracker"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:4
-msgid "400 - Bad request"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:8
-msgid "Invalid data has been passed to the application."
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:13
-msgid ""
-"The application refused to go on with the provided data that was sent in "
-"this request."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:4
-msgid "403 - Access forbidden"
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:8
-msgid "You are not allowed to access this ressource."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:13
-msgid ""
-"Access to the requested page has been denied because you do not have "
-"sufficient rights."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:4
-msgid "404 - Not Found"
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:8
-msgid "I could not find what you were searching for."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:13
-msgid "You may have clicked an expired link or mistyped the address."
-msgstr ""
-
-#: ../src/templates/errors/error.html:8
-msgid "Oops! Don't panic."
-msgstr ""
-
-#: ../src/templates/errors/error.html:13
-msgid "An unexpected error happened."
-msgstr ""
-
-#: ../src/templates/errors/error.html:19
-msgid "Stay calm and read the text below to find out what went wrong."
-msgstr ""
-
-#: ../src/templates/errors/error.html:31
-msgid "Error code"
-msgstr ""
-
-#: ../src/templates/errors/error.html:38
-msgid "Exception (traceback):"
-msgstr ""
-
-#: ../src/templates/errors/error.html:49
-msgid ""
-"Please try going back to the previous page and try the action you did again "
-"in a moment."
-msgstr ""
-
-#: ../src/templates/errors/error.html:50
-msgid ""
-"If the error persists, you should consider to get in touch with an "
-"administrator."
-msgstr ""
-
-#: ../src/templates/file-detail.html:5
-msgid "File"
-msgstr "Documento"
-
-#: ../src/templates/file-detail.html:13
-#: ../src/templates/modules/log-table.html:12
-#: ../src/templates/package-detail.html:3
-#: ../src/templates/package-detail.html:50
-#: ../src/templates/package-detail-list.html:3
-#: ../src/templates/package-properties.html:3
-msgid "Package"
-msgstr "Pacchetto"
-
-#: ../src/templates/file-detail.html:20
-#: ../src/templates/repository-edit.html:25
-msgid "Description"
-msgstr "Descrizione"
-
-#: ../src/templates/file-detail.html:27
-msgid "URL"
-msgstr "URL"
-
-#: ../src/templates/file-detail.html:34
-#: ../src/templates/modules/package-header.html:14
-#: ../src/templates/package-detail.html:70
-msgid "License"
-msgstr "Licenza"
-
-#: ../src/templates/file-detail.html:46
-#: ../src/templates/modules/packages-table.html:6
-#: ../src/templates/package-detail.html:126
-msgid "Size"
-msgstr "Dimensione"
-
-#: ../src/templates/file-detail.html:51
-msgid "Hash"
-msgstr ""
-
-#: ../src/templates/file-detail.html:57
-#: ../src/templates/modules/packages/dependency-table.html:5
-msgid "Provides"
-msgstr ""
-
-#: ../src/templates/file-detail.html:63 ../src/templates/file-detail.html:69
-#: ../src/templates/modules/packages/dependency-table.html:7
-msgid "Requires"
-msgstr "Requisiti"
-
-#: ../src/templates/file-detail.html:76
-#: ../src/templates/modules/packages/dependency-table.html:13
-msgid "Obsoletes"
-msgstr "Obsoleti"
-
-#: ../src/templates/file-detail.html:83
-#: ../src/templates/modules/packages/dependency-table.html:11
-msgid "Conflicts"
-msgstr "Conflitti"
-
-#: ../src/templates/file-detail.html:90
-msgid "Build information"
-msgstr ""
-
-#: ../src/templates/file-detail.html:93
-msgid "ID"
-msgstr "ID"
-
-#: ../src/templates/file-detail.html:99
-#: ../src/templates/modules/jobs-table.html:6
-msgid "Host"
-msgstr "Host"
-
-#: ../src/templates/file-detail.html:105
-msgid "Time"
-msgstr "Ora"
-
-#: ../src/templates/file-detail.html:111
-#: ../src/templates/search-results.html:71
-msgid "Files"
-msgstr "Documenti"
-
-#: ../src/templates/file-detail.html:118
-#: ../src/templates/packages/view-file.html:51
-msgid "Download file"
-msgstr "Scarica file"
-
-#: ../src/templates/index.html:3
-msgid "Welcome to the Pakfire Build Service"
-msgstr ""
-
-#: ../src/templates/index.html:8
-#, c-format
-msgid "Welcome, %s!"
-msgstr ""
-
-#: ../src/templates/index.html:22
-msgid "Development powered by community!"
-msgstr ""
-
-#: ../src/templates/index.html:38
-msgid "Latest stable updates"
-msgstr ""
-
-#: ../src/templates/index.html:40
-msgid "Unstable updates"
-msgstr ""
-
-#: ../src/templates/index.html:42
-msgid "Testing updates"
-msgstr ""
-
-#: ../src/templates/index.html:59
-msgid "View more updates..."
-msgstr ""
-
-#: ../src/templates/index.html:70
-msgid "Build jobs"
-msgstr ""
-
-#: ../src/templates/index.html:76
-msgid "Show more build jobs"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:3 ../src/templates/jobs-abort.html:6
-#, c-format
-msgid "Abort build job %s"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:8
-msgid "You may abort a running build."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:9
-msgid "The build server will eventually stop to build the package."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:16 ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:58
-#: ../src/templates/modules/jobs/list.html:5
-msgid "Build job"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:25
-#: ../src/templates/modules/build-offset.html:5
-msgid "Start time"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:30
-msgid "No started, yet."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:38
-msgid "Build server"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:3
-msgid "Job buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:28
-#: ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:154
-msgid "Buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:41
-#, c-format
-msgid "The packages listed below were used to build %s."
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:52
-msgid "Buildroot size"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:56
-msgid "Download size"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:3
-#: ../src/templates/job-schedule-rebuild.html:29
-#, c-format
-msgid "Schedule rebuild for %s"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:24
-msgid "Schedule rebuild"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:35
-msgid "At this place, you can submit failed build jobs to be built again."
-msgstr ""
-
-#: ../src/templates/job-schedule-test.html:44
-msgid ""
-"Please note, that all other kinds of build are preferred over the test "
-"builds."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:3 ../src/templates/package-detail.html:118
-msgid "Job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:36
-msgid "Abort job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:42
-msgid "Restart job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:71
-msgid "Job has been aborted"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:73
-msgid ""
-"This build job is in an aborted state, because the build process crashed "
-"unexpectedly."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:74
-msgid ""
-"In most cases, there is no log file and you must figure out the issue on "
-"your own."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:77
-msgid "The error code is:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:80
-msgid "Segmentation violation"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:88
-msgid "You may resubmit the job to try again:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:89
-msgid "Re-submit build"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:110
-msgid "No builder assigned."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:117 ../src/templates/keys-list.html:32
-#: ../src/templates/modules/build-table.html:23
-msgid "Created"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:122
-#: ../src/templates/sessions/index.html:35
-msgid "Started"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:134
-msgid "ETA"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:144
-msgid "Build logs"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:148
-msgid "No logs available, yet."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:155
-#, c-format
-msgid "%s package"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:165
-msgid "Package files"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:3 ../src/templates/jobs-filter.html:21
-#: ../src/templates/jobs-index.html:18
-msgid "Filter jobs"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:16
-msgid "Filter"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:30 ../src/templates/jobs-filter.html:47
-msgid "[Choose one]"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:36
-msgid "Only show jobs, that have been built by this builder."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:53
-msgid "Only show jobs, with this architecture."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:59 ../src/templates/search-form.html:35
-#: ../src/templates/search-results.html:40
-msgid "Go!"
-msgstr ""
-
-#: ../src/templates/jobs-index.html:30
-#, c-format
-msgid "Showing only jobs from %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:37
-#, c-format
-msgid "Showing only builds that have been built on %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:45
-#, c-format
-msgid "Showing only jobs built for %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:3
-#, c-format
-msgid "Delete key %s"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:25 ../src/templates/keys-import.html:28
-msgid "Key"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:29
-#, c-format
-msgid "You are going to delete the key %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:41
-msgid "Delete key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:3 ../src/templates/keys-import.html:16
-#: ../src/templates/keys-import.html:39 ../src/templates/keys-list.html:106
-msgid "Import new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:21
-msgid "Import a new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:33
-msgid "Paste the key to import."
-msgstr ""
-
-#: ../src/templates/keys-list.html:21
-msgid "The keys are a very important component when it comes to security."
-msgstr ""
-
-#: ../src/templates/keys-list.html:22
-msgid ""
-"Each package in the Pakfire Build Service is signed to prove its "
-"authenticity."
-msgstr ""
-
-#: ../src/templates/keys-list.html:31
-msgid "Fingerprint"
-msgstr ""
-
-#: ../src/templates/keys-list.html:33
-msgid "Expires"
-msgstr ""
-
-#: ../src/templates/keys-list.html:51
-msgid "Lookup"
-msgstr ""
-
-#: ../src/templates/keys-list.html:55
-#: ../src/templates/modules/files-table.html:5
-#: ../src/templates/modules/packages-table.html:21
-#: ../src/templates/package-detail.html:152
-msgid "Download"
-msgstr ""
-
-#: ../src/templates/keys-list.html:75 ../src/templates/keys-list.html:77
-msgid "Subkey"
-msgstr ""
-
-#: ../src/templates/keys-list.html:90
-msgid "This key does not expire."
-msgstr ""
-
-#: ../src/templates/login.html:3 ../src/templates/login.html:7
-#: ../src/templates/login.html:34
-#: ../src/templates/modules/modal-build-comment.html:56
-msgid "Login"
-msgstr ""
-
-#: ../src/templates/login.html:12
-msgid "Login failed!"
-msgstr ""
-
-#: ../src/templates/login.html:13
-msgid "Username and/or password was wrong. Login failed."
-msgstr ""
-
-#: ../src/templates/login.html:22 ../src/templates/register.html:30
-#: ../src/templates/user-profile-edit.html:37
-#: ../src/templates/user-profile.html:37
-msgid "Username"
-msgstr ""
-
-#: ../src/templates/login.html:28 ../src/templates/register.html:67
-#: ../src/templates/user-profile-edit.html:101
-msgid "Password"
-msgstr ""
-
-#: ../src/templates/login.html:41
-msgid "You also might want to..."
-msgstr ""
-
-#: ../src/templates/login.html:44
-msgid "Register a new account."
-msgstr ""
-
-#: ../src/templates/login.html:47
-msgid "Recover your password."
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:3
-#, c-format
-msgid "Delete mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:25
-#, c-format
-msgid "Delete mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:29
-#, c-format
-msgid "You are going to delete the mirror %s."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:3
-#: ../src/templates/mirrors-detail.html:46
-#, c-format
-msgid "Mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:29
-msgid "Edit settings"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:37
-msgid "Delete mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:47
-#, c-format
-msgid "hosted by %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:75
-msgid "Status information"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:79
-msgid "Status"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:84
-#: ../src/templates/mirrors-list.html:45
-msgid "Last check"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:89
-msgid "Never"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:103
-msgid "View larger map"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:108
-msgid "The location of the mirror server is estimated by the IP address."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:112
-msgid "The location of the mirror server could not be estimated."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:3
-#, c-format
-msgid "Manage mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:25
-#, c-format
-msgid "Manage mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:37
-msgid "The canonical hostname."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:47
-msgid "Only enabled mirrors will be pushed out to the clients."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:54
-msgid "Contact information"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:57 ../src/templates/mirrors-list.html:43
-#: ../src/templates/modules/changelog/entry.html:48
-#: ../src/templates/uploads-list.html:25
-msgid "Owner"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:62
-msgid "The owner of the mirror server."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:68
-msgid "Contact address"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:73
-msgid "An email address to contact an administrator of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:75
-msgid "This won't be made public."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:24 ../src/templates/mirrors-new.html:3
-msgid "Add new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:36
-msgid "On this page, you will see a list of all mirror servers."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:64
-msgid "Up"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:68
-msgid "Down"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:90
-msgid "There are no mirrors configured, yet."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:16
-msgid "New mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:21
-msgid "Add a new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:34
-msgid "Enter the canonical hostname of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:40
-msgid "Path"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:46
-msgid "The path to the files on the server."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:52
-msgid "Create new mirror"
-msgstr ""
-
-#: ../src/templates/modules/builders/load.html:2
-msgid "Current load of the build cluster"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:4
-#: ../src/templates/package-properties.html:71
-#: ../src/templates/package-properties.html:82
-msgid "Critical path"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:9
-msgid "Release build"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:11
-#: ../src/templates/modules/changelog/entry.html:22
-msgid "Scratch build"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:8
-msgid "As soon as possible"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:9
-msgid "After 5 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:10
-msgid "After 15 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:11
-msgid "After one hour"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:12
-msgid "After one day"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:17
-msgid "Set the time after which the build job starts."
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:22
-msgid "Schedule build"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:3
-msgid "This build is broken!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:4
-msgid ""
-"This means that the package may cause severe damage on your system and/or "
-"does not work at all."
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:8
-msgid "This build is obsolete!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:9
-msgid "This means that this package has been replaced with a new one."
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:17
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-detail.html:50
-msgid "Repository"
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:83
-msgid "There are no builds to show at this place right now."
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:8
-#, c-format
-msgid "on %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:11
-#, c-format
-msgid "by %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:16
-msgid "Updated"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:22
-msgid "No comments so far."
-msgstr ""
-
-#: ../src/templates/modules/files-table.html:7
-msgid "Info"
-msgstr ""
-
-#: ../src/templates/modules/footer.html:5
-msgid ""
-"Pakfire is the buildsystem that is used to build the IPFire Linux firewall "
-"distribution."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:6
-msgid "It also installs and updates packages on the IPFire systems."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:11
-msgid "Code licensed under the GNU General Public License v3."
-msgstr ""
-
-#: ../src/templates/modules/jobs/list.html:7
-msgid "Runtime"
-msgstr ""
-
-#: ../src/templates/modules/jobs/status.html:9
-msgid "This build has got no jobs."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:4
-msgid "Arch"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:7
-msgid "Duration"
-msgstr "Durata"
-
-#: ../src/templates/modules/jobs-table.html:19 ../src/web/ui_modules.py:325
-msgid "New"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:31 ../src/web/ui_modules.py:300
-msgid "Aborted"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:33
-msgid "Dependency error"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:47
-#, c-format
-msgid "Running since %s"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:51
-msgid "Not finished, yet."
-msgstr "Non ancora concluso."
-
-#: ../src/templates/modules/jobs-table.html:60
-#, c-format
-msgid "This package only supports %s."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:66
-msgid "No jobs, yet."
-msgstr ""
-
-#: ../src/templates/modules/log-entry-comment.html:22
-msgid "No comment given."
-msgstr ""
-
-#: ../src/templates/modules/log-entry.html:21
-msgid "You"
-msgstr ""
-
-#: ../src/templates/modules/log-table.html:23
-msgid "No log entries, yet."
-msgstr ""
-
-#: ../src/templates/modules/modal-base.html:25
-#: ../src/templates/user-forgot-password.html:49
-msgid "Submit"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:8
-#, c-format
-msgid "Comment on %s"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:10
-msgid "Log in to comment"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:26
-msgid "Vote"
-msgstr "Vota"
-
-#: ../src/templates/modules/modal-build-comment.html:30
-msgid "Not tested."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:34
-msgid "Works for me."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:38
-msgid "Does not work."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:46
-msgid "You need to log in to comment."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:47
-msgid "Click on the button below to do so."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:54
-msgid "Submit comment"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:7
-#, c-format
-msgid "Push %s to a repository"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:15
-msgid "Not all jobs are finished!"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:16
-msgid ""
-"So it is <em>strongly</em> discouraged to push this build into the next "
-"repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:35
-msgid "The build will be put into this repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:44
-msgid "You are going to push this build into a new repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:45
-msgid ""
-"This means that the build won't be part of the repository it is currently in "
-"anymore."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:48
-msgid ""
-"Please make sure you tested this build well enough that it will keep up with "
-"the quality level of the target repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:6
-#, c-format
-msgid "Unpush %s from a repository"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:27
-msgid "You are going to unpush this build from its repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:28
-msgid ""
-"This means that the build won't be installable from this repository anymore."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:33
-msgid ""
-"If you consider this build being obsolete or broken, please don't forget to "
-"mark it so."
-msgstr ""
-
-#: ../src/templates/modules/package-header.html:19
-msgid "Group"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:9
-msgid "Pre-requires"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:15
-msgid "Recommends"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:17
-msgid "Suggests"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:5
-#, c-format
-msgid "added %s"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:10
-msgid "Run"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:12
-msgid "Remove action"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:19
-msgid "%(credits)s more credit needed."
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:21
-msgid "No more credits needed."
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:25
-#, c-format
-msgid "Maintainer: %s"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:28
-msgid "Go to package description"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:5
-msgid "No. of builds"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:6
-#: ../src/templates/repository-detail.html:44
-msgid "Enabled for builds"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:21
-#: ../src/templates/repository-detail.html:68
-#: ../src/templates/user-profile.html:136
-msgid "Yes"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:23
-#: ../src/templates/repository-detail.html:70
-#: ../src/templates/user-profile.html:138
-msgid "No"
-msgstr ""
-
-#: ../src/templates/modules/select/locale.html:2
-#: ../src/templates/modules/select/timezone.html:2
-msgid "Auto-select"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:5
-msgid "No. of commits"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:6
-msgid "Latest commit"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:14
-#, c-format
-msgid "Branch: %s"
-msgstr ""
-
-#: ../src/templates/modules/updates-table.html:18
-msgid "Score:"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:2
-msgid "Watchers"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:7
-#: ../src/templates/modules/watchers-sidebar-table.html:36
-msgid "You."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:9
-msgid "You and one other."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:11
-#, c-format
-msgid "You and %s others."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:14
-msgid "One person."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:27
-msgid ""
-"All users who watch this build will be automatically notified about status "
-"changes and comments."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:28
-msgid "This is an easy way of staying up to date."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:48
-msgid "Nobody watches this build, yet. Be the first one."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:56
-msgid "Watch this build"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:58
-msgid "Add a watcher"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:62
-msgid "Close"
-msgstr ""
-
-#: ../src/templates/package-detail.html:42
-msgid "Development package"
-msgstr ""
-
-#: ../src/templates/package-detail.html:45
-msgid "Debuginfo package"
-msgstr ""
-
-#: ../src/templates/package-detail.html:64
-msgid "Homepage"
-msgstr ""
-
-#: ../src/templates/package-detail.html:88
-msgid "Build time"
-msgstr ""
-
-#: ../src/templates/package-detail.html:130
-msgid "%(size)s when installed"
-msgstr ""
-
-#: ../src/templates/package-detail.html:162
-msgid "Build dependencies"
-msgstr ""
-
-#: ../src/templates/package-detail.html:164
-msgid "Dependencies"
-msgstr ""
-
-#: ../src/templates/package-detail.html:173
-msgid "Filelist"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:25
-#: ../src/templates/packages/builds/times.html:20
-#: ../src/templates/packages/builds/times.html:41
-msgid "Build times"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:58
-msgid "File new bug"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:61
-msgid "Show all bugs"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:66
-msgid "Open bugs"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:76
-msgid "Full changelog"
-msgstr ""
-
-#: ../src/templates/package-properties.html:20
-msgid "Properties"
-msgstr ""
-
-#: ../src/templates/package-properties.html:32
-msgid "Maintainers"
-msgstr ""
-
-#: ../src/templates/package-properties.html:37
-#: ../src/templates/package-properties.html:47
-msgid "Default priority"
-msgstr ""
-
-#: ../src/templates/package-properties.html:39
-msgid ""
-"A big benefit of the Pakfire Build Service is, that builds are available to "
-"end-users in a very short time."
-msgstr ""
-
-#: ../src/templates/package-properties.html:40
-msgid ""
-"Some packages might need some extra boost if the build servers are very busy."
-msgstr ""
-
-#: ../src/templates/package-properties.html:43
-msgid "You may set a default priority for all builds of this package."
-msgstr ""
-
-#: ../src/templates/package-properties.html:73
-msgid ""
-"A package that belongs to the critical path is a package that plays a very "
-"essential role in the distribution."
-msgstr ""
-
-#: ../src/templates/package-properties.html:74
-msgid ""
-"If such a package is broken, it may not be possible to boot or recover the "
-"system anymore, so we need to be extra sure that these packages work."
-msgstr ""
-
-#: ../src/templates/package-properties.html:77
-msgid ""
-"If this package is marked to belong to the critical path, it will need a "
-"higher score to pass to the next repository and more."
-msgstr ""
-
-#: ../src/templates/package-properties.html:78
-msgid "Learn more."
-msgstr ""
-
-#: ../src/templates/package-properties.html:86
-msgid "This package belongs to the critical path"
-msgstr ""
-
-#: ../src/templates/packages/builds/scratch.html:35
-msgid "There are no scratch builds for this package."
-msgstr ""
-
-#: ../src/templates/packages/builds/times.html:3
-msgid "Package build times"
-msgstr ""
-
-#: ../src/templates/packages/builds/times.html:34
-msgid "This table shows you how long this package normally takes to be built."
-msgstr ""
-
-#: ../src/templates/packages/builds/times.html:45
-msgid "Average"
-msgstr ""
-
-#: ../src/templates/packages/builds/times.html:46
-msgid "Maximum"
-msgstr ""
-
-#: ../src/templates/packages/builds/times.html:47
-msgid "Minimum"
-msgstr ""
-
-#: ../src/templates/packages/builds/times.html:48
-msgid "Total"
-msgstr ""
-
-#: ../src/templates/packages/changelog.html:3
-#, c-format
-msgid "Changelog of %s"
-msgstr ""
-
-#: ../src/templates/packages/changelog.html:20
-#: ../src/templates/packages/changelog.html:26
-msgid "Changelog"
-msgstr ""
-
-#: ../src/templates/packages-list.html:3 ../src/templates/packages-list.html:17
-msgid "Package list"
-msgstr "Lista pacchetti"
-
-#: ../src/templates/packages-list.html:23
-msgid ""
-"This is an alphabetically ordered list of all packages in the distribution."
-msgstr ""
-
-#: ../src/templates/packages-list.html:24
-msgid "Click on a link to see further information about the package."
-msgstr ""
-
-#: ../src/templates/packages-list.html:31
-msgid "Selection"
-msgstr ""
-
-#: ../src/templates/packages-list.html:36
-msgid "Show broken packages"
-msgstr ""
-
-#: ../src/templates/packages-list.html:39
-msgid "Show all packages"
-msgstr ""
-
-#: ../src/templates/packages/view-file.html:3
-msgid "View %(filename)s from %(pkg)s"
-msgstr ""
-
-#: ../src/templates/packages/view-file.html:36
-msgid "View file"
-msgstr ""
-
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Mimetype: %s"
-msgstr ""
-
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Size: %s"
-msgstr ""
-
-#: ../src/templates/register-activation-fail.html:3
-msgid "Account activation failed"
-msgstr ""
-
-#: ../src/templates/register-activation-fail.html:12
-#: ../src/templates/register-activation-success.html:12
-msgid "Account activation"
+msgid "Download size"
msgstr ""
-#: ../src/templates/register-activation-fail.html:17
-msgid "Activation failed"
+#, c-format
+msgid "The packages listed below were used to build %s."
msgstr ""
-#: ../src/templates/register-activation-fail.html:23
-#: ../src/templates/register-fail.html:6
-#: ../src/templates/user-profile-edit-fail.html:6
-msgid "We are sorry."
+msgid "Log In"
msgstr ""
-#: ../src/templates/register-activation-fail.html:24
-msgid "The activation of your account has failed."
+msgid "Login failed"
msgstr ""
-#: ../src/templates/register-activation-fail.html:25
-msgid "Possibly the registration code is wrong or your registration timed out."
+#, c-format
+msgid "Delete mirror %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:3
-msgid "Account activation successful"
+#, c-format
+msgid "Delete mirror: %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:17
-msgid "Activation successful"
+#, c-format
+msgid "You are going to delete the mirror %s."
msgstr ""
-#: ../src/templates/register-activation-success.html:23
#, c-format
-msgid "Your account has been activated, %s."
+msgid "Mirror: %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:24
-msgid "Have fun!"
+msgid "Add new mirror"
msgstr ""
-#: ../src/templates/register-fail.html:4
-msgid "Registration failed"
+msgid "Edit settings"
msgstr ""
-#: ../src/templates/register-fail.html:7
-msgid "We could not create your requested account."
+msgid "Delete mirror"
msgstr ""
-#: ../src/templates/register-fail.html:17
-#: ../src/templates/user-profile-edit-fail.html:17
-msgid ""
-"Use the back button on your web browser to go back to the previous page and "
-"correct your submission."
+msgid "General"
msgstr ""
-#: ../src/templates/register.html:3 ../src/templates/register.html:18
-msgid "Register a new account"
-msgstr ""
+#, fuzzy
+msgid "Location"
+msgstr "Azioni"
-#: ../src/templates/register.html:12
-msgid "Register new account"
+msgid "The location of the mirror server could not be estimated."
msgstr ""
-#: ../src/templates/register.html:19
-msgid "Join the community!"
+msgid "Status information"
msgstr ""
-#: ../src/templates/register.html:26
-msgid "Registration form"
+msgid "Status"
msgstr ""
-#: ../src/templates/register.html:35
-msgid "Must be a unique name you login with."
+msgid "HTTP Response Code"
msgstr ""
-#: ../src/templates/register.html:41 ../src/templates/user-profile-edit.html:60
-msgid "Email address"
+msgid "Last sync"
msgstr ""
-#: ../src/templates/register.html:46
-msgid "Type in your email address, which is used to verify the account."
+msgid "Last check"
msgstr ""
-#: ../src/templates/register.html:52
-msgid "Real name (optional)"
+msgid "Never"
msgstr ""
-#: ../src/templates/register.html:57
-msgid "Type you firstname and your lastname here."
+msgid "Average Response Time"
msgstr ""
-#: ../src/templates/register.html:64
-msgid "Account security"
+#, c-format
+msgid "Manage mirror %s"
msgstr ""
-#: ../src/templates/register.html:72
-#: ../src/templates/user-profile-edit.html:106
-msgid ""
-"The password is used to secure the login and must be at least 8 characters."
+msgid "Manage"
msgstr ""
-#: ../src/templates/register.html:78
-msgid "Confirm password"
+#, c-format
+msgid "Manage mirror: %s"
msgstr ""
-#: ../src/templates/register.html:83
-msgid "Pick a password that is as strong as possible."
+msgid "The canonical hostname."
msgstr ""
-#: ../src/templates/register.html:84
-msgid "Don't login at unsecure places where people could spy on your password."
+msgid "Check if this mirror server supports HTTPS."
msgstr ""
-#: ../src/templates/register.html:91
-msgid "Sign up!"
+msgid "Contact information"
msgstr ""
-#: ../src/templates/register-success.html:4
-msgid "Registration successful"
+msgid "Owner"
msgstr ""
-#: ../src/templates/register-success.html:6
-#, c-format
-msgid "Your new account has been created, %s."
+msgid "The owner of the mirror server."
msgstr ""
-#: ../src/templates/register-success.html:7
-msgid ""
-"To complete the activation, follow the instructions that were sent to you in "
-"an activation email."
+msgid "Contact address"
msgstr ""
-#: ../src/templates/repository-detail.html:30
-msgid "Stable repository"
+msgid "An email address to contact an administrator of the mirror."
msgstr ""
-#: ../src/templates/repository-detail.html:34
-msgid "Unstable repository"
+msgid "This won't be made public."
msgstr ""
-#: ../src/templates/repository-detail.html:38
-msgid "Testing repository"
+msgid "Save changes"
msgstr ""
-#: ../src/templates/repository-detail.html:65
-msgid "Repository is enabled for builds?"
+msgid "On this page, you will see a list of all mirror servers."
msgstr ""
-#: ../src/templates/repository-detail.html:76
-#: ../src/templates/repository-detail.html:151
-msgid "Obsolete builds"
+msgid "Up"
msgstr ""
-#: ../src/templates/repository-detail.html:85
-msgid "Total build time"
+msgid "Out Of Sync"
msgstr ""
-#: ../src/templates/repository-detail.html:99
-msgid ""
-"The table above shows how long it took to build all packages in this "
-"repository."
+msgid "Down"
msgstr ""
-#: ../src/templates/repository-detail.html:126
-msgid "Unpushed builds"
+msgid "There are no mirrors configured, yet."
msgstr ""
-#: ../src/templates/repository-detail.html:128
-msgid ""
-"These builds were already put into this repository, but were not pushed out "
-"to the mirror servers, yet."
+msgid "New mirror"
msgstr ""
-#: ../src/templates/repository-detail.html:139
-msgid "Builds in this repository"
+msgid "Add a new mirror"
msgstr ""
-#: ../src/templates/repository-edit.html:3
-#: ../src/templates/repository-edit.html:7
-#, c-format
-msgid "Edit repository %s"
+msgid "Enter the canonical hostname of the mirror."
msgstr ""
-#: ../src/templates/repository-edit.html:20
-msgid "The name of the repository."
+msgid "Path"
msgstr ""
-#: ../src/templates/repository-edit.html:21
-msgid "Must only contain of the lowercase characters."
+msgid "The path to the files on the server."
msgstr ""
-#: ../src/templates/repository-edit.html:33
-msgid "Score settings"
+msgid "Create new mirror"
msgstr ""
-#: ../src/templates/repository-edit.html:35
-msgid "These settings configure the automatic score feature."
+msgid "Release build"
msgstr ""
-#: ../src/templates/repository-edit.html:36
-msgid ""
-"Builds that gained a certain score are moved to the next repository "
-"automatically and removed if the score is too bad."
+msgid "Scratch build"
msgstr ""
-#: ../src/templates/repository-edit.html:40
-msgid "Needed score"
+msgid "As soon as possible"
msgstr ""
-#: ../src/templates/repository-edit.html:45
-msgid ""
-"The score that is needed for builds to automatically be moved into this "
-"repository."
+msgid "After 5 minutes"
msgstr ""
-#: ../src/templates/repository-edit.html:49
-msgid "Minimum time"
+msgid "After 15 minutes"
msgstr ""
-#: ../src/templates/repository-edit.html:54
-msgid "Every build must stay a minimum time in a repository."
+msgid "After one hour"
msgstr ""
-#: ../src/templates/repository-edit.html:55
-msgid "This is to ensure that a package gets tested well."
+msgid "After one day"
msgstr ""
-#: ../src/templates/repository-edit.html:56
-#: ../src/templates/repository-edit.html:67
-msgid "Enter zero to disable the feature."
+msgid "Set the time after which the build job starts."
msgstr ""
-#: ../src/templates/repository-edit.html:60
-msgid "Maximum time"
+msgid "Schedule build"
msgstr ""
-#: ../src/templates/repository-edit.html:65
-msgid ""
-"If a build is more than a certain amount of time in a repository, it will "
-"automatically be removed."
+msgid "This build is broken!"
msgstr ""
-#: ../src/templates/repository-edit.html:66
-msgid "This is to ensure that packages are not forgotten to be pushed."
+msgid ""
+"This means that the package may cause severe damage on your system and/or "
+"does not work at all."
msgstr ""
-#: ../src/templates/repository-edit.html:73
-msgid "Build settings"
+msgid "This build is obsolete!"
msgstr ""
-#: ../src/templates/repository-edit.html:76
-msgid "Use package for builds?"
+msgid "This means that this package has been replaced with a new one."
msgstr ""
-#: ../src/templates/repository-edit.html:81
-msgid "Should the package be selected for builds by default?"
+msgid "Repository"
msgstr ""
-#: ../src/templates/repository-edit.html:82
-#: ../src/templates/user-impersonation.html:21
-msgid "Use with caution!"
+msgid "Created"
msgstr ""
-#: ../src/templates/search-form.html:3
-msgid "Advanced search"
+msgid "In repository since"
msgstr ""
-#: ../src/templates/search-form.html:18
-#, c-format
-msgid "No results for '%s'."
+msgid "Can be moved forward"
msgstr ""
-#: ../src/templates/search-form.html:26
-msgid "Type a search pattern into the box below and hit the button."
+msgid "There are no builds to show at this place right now."
msgstr ""
-#: ../src/templates/search-form.html:46
-msgid "Search for packages by name or description"
+msgid "Subject"
msgstr ""
-#: ../src/templates/search-form.html:48
-msgid ""
-"If you type a package name to the search box you will get a link to the "
-"package."
+msgid "Download"
msgstr ""
-#: ../src/templates/search-form.html:49
-msgid "The search is performed in case insensitive mode."
+msgid "Info"
msgstr ""
-#: ../src/templates/search-form.html:58
-msgid "Search for UUIDs"
+msgid "Arch"
msgstr ""
-#: ../src/templates/search-form.html:60
-msgid ""
-"If you type a UUID to the search box, you will be directed to the job, build "
-"or package it belongs to."
-msgstr ""
+msgid "Duration"
+msgstr "Durata"
-#: ../src/templates/search-form.html:61
-msgid ""
-"This is a handy feature if you have a UUID and search for the corresponding "
-"package or build."
+msgid "Pending"
msgstr ""
-#: ../src/templates/search-form.html:64 ../src/templates/search-form.html:80
-msgid "Examples"
+msgid "Failed"
msgstr ""
-#: ../src/templates/search-form.html:73
-msgid "Search for files"
+msgid "Dispatching"
msgstr ""
-#: ../src/templates/search-form.html:75
-msgid "You may also search for file names."
+msgid "Finished"
msgstr ""
-#: ../src/templates/search-form.html:76
-msgid "You will get a list of packages that contain the file."
+msgid "Running"
msgstr ""
-#: ../src/templates/search-form.html:77
-msgid ""
-"The search pattern must start with a slash that it will be recognized as a "
-"file."
+msgid "Aborted"
msgstr ""
-#: ../src/templates/search-results.html:3
-#: ../src/templates/search-results.html:22
#, c-format
-msgid "Search results for '%s'"
+msgid "Running since %s"
msgstr ""
-#: ../src/templates/search-results.html:12
-msgid "Search results"
-msgstr ""
+msgid "Not finished, yet."
+msgstr "Non ancora concluso."
-#: ../src/templates/search-results.html:28
-msgid "No results found."
+#, c-format
+msgid "This package only supports %s."
msgstr ""
-#: ../src/templates/search-results.html:30
-msgid "Visit the advanced search page to find about how to define your query."
+msgid "No jobs, yet."
msgstr ""
-#: ../src/templates/search-results.html:75
#, c-format
-msgid "%s was found in the following package."
-msgstr ""
-
-#: ../src/templates/sessions/index.html:36
-msgid "Valid until"
+msgid "Finished %s"
msgstr ""
-#: ../src/templates/sessions/index.html:37
-msgid "Last seen at"
+#, c-format
+msgid "on %s"
msgstr ""
-#: ../src/templates/source-list.html:3
-msgid "Sources repositories"
+msgid "This build has got no jobs."
msgstr ""
-#: ../src/templates/source-list.html:17
-msgid "Add source repository"
+msgid "No comment given."
msgstr ""
-#: ../src/templates/source-list.html:18
-msgid "Blah 123"
+msgid "You"
msgstr ""
-#: ../src/templates/statistics/index.html:11
-msgid ""
-"On this page, you will find a lot of information bundled in graphs and "
-"figures."
+msgid "No log entries, yet."
msgstr ""
-#: ../src/templates/statistics/index.html:12
-msgid ""
-"They give a very quick overview about what is going on in the build service."
+msgid "Submit"
msgstr ""
-#: ../src/templates/statistics/index.html:18
#, c-format
-msgid "The average build time is %.1f minutes."
-msgstr ""
-
-#: ../src/templates/statistics/index.html:21
-msgid "There are %(builds_count)s builds containing %(jobs_count_all)s jobs."
+msgid "Comment on %s"
msgstr ""
-#: ../src/templates/updates-index.html:3
-msgid "Updates"
+msgid "Log in to comment"
msgstr ""
-#: ../src/templates/updates-index.html:6
-msgid "Coming soon..."
+msgid "Comment"
msgstr ""
-#: ../src/templates/uploads-list.html:24
-msgid "Filename"
-msgstr ""
+msgid "Vote"
+msgstr "Vota"
-#: ../src/templates/uploads-list.html:26
-msgid "Filesize"
+msgid "Not tested."
msgstr ""
-#: ../src/templates/uploads-list.html:27
-msgid "Time running"
+msgid "Works for me."
msgstr ""
-#: ../src/templates/uploads-list.html:44
-msgid "No owner."
+msgid "Does not work."
msgstr ""
-#: ../src/templates/uploads-list.html:74
-msgid "There are currently no uploads running."
+msgid "You need to log in to comment."
msgstr ""
-#: ../src/templates/user-comments.html:4
-msgid "Latest user comments"
+msgid "Click on the button below to do so."
msgstr ""
-#: ../src/templates/user-comments.html:12
-msgid "Show all users"
+msgid "Submit comment"
msgstr ""
-#: ../src/templates/user-delete.html:4
-#, c-format
-msgid "Delete user %s"
-msgstr "Elimina utente %s"
-
-#: ../src/templates/user-delete.html:8
-msgid "Do you really want to delete your own account?"
-msgstr "Vuoi veramente eliminare il tuo account?"
-
-#: ../src/templates/user-delete.html:9
-msgid "You won't be able to login and use this service any more."
+msgid "Login"
msgstr ""
-#: ../src/templates/user-delete.html:11
#, c-format
-msgid "Do you really want to delete the user %s?"
-msgstr ""
-
-#: ../src/templates/user-forgot-password.html:3
-#: ../src/templates/user-forgot-password.html:12
-#: ../src/templates/user-forgot-password.html:17
-msgid "Forgot password"
+msgid "Push %s to a repository"
msgstr ""
-#: ../src/templates/user-forgot-password.html:22
-msgid "Work in progress!"
+msgid "Not all jobs are finished!"
msgstr ""
-#: ../src/templates/user-forgot-password.html:28
-msgid "You have forgotten you password, eh? Shame on you."
+msgid ""
+"So it is <em>strongly</em> discouraged to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:29
-msgid "However, we allow to re-activate your account."
+msgid "The build will be put into this repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:32
-msgid "You need to enter your username below."
+msgid "You are going to push this build into a new repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:33
-msgid "After that, you will receive an email with intructions how to go on."
+msgid ""
+"This means that the build won't be part of the repository it is currently in "
+"anymore."
msgstr ""
-#: ../src/templates/user-forgot-password.html:42
-msgid "Your username"
+msgid ""
+"Please make sure you tested this build well enough that it will keep up with "
+"the quality level of the target repository."
msgstr ""
-#: ../src/templates/user-impersonation.html:3
#, c-format
-msgid "Impersonate user %s"
+msgid "Unpush %s from a repository"
msgstr ""
-#: ../src/templates/user-impersonation.html:7
-msgid "User impersonation"
+msgid "You are going to unpush this build from its repository."
msgstr ""
-#: ../src/templates/user-impersonation.html:17
msgid ""
-"When impersonating another user, every action you perform will be taking "
-"place as if you had logged in as the user whom will be impersonating."
+"This means that the build won't be installable from this repository anymore."
msgstr ""
-#: ../src/templates/user-impersonation.html:22
msgid ""
-"This is a very powerful feature. You should be very careful while using it."
+"If you consider this build being obsolete or broken, please don't forget to "
+"mark it so."
msgstr ""
-#: ../src/templates/user-list.html:3
-msgid "User list"
-msgstr ""
+msgid "Group"
+msgid_plural "Groups"
+msgstr[0] ""
+msgstr[1] ""
-#: ../src/templates/user-profile-builds.html:3
-#: ../src/templates/user-profile-builds.html:7
#, c-format
-msgid "Builds by %s"
+msgid "added %s"
msgstr ""
-#: ../src/templates/user-profile-edit-fail.html:4
-msgid "Edit failed"
+msgid "Run"
msgstr ""
-#: ../src/templates/user-profile-edit-fail.html:7
-msgid "The user profile cannot be saved."
+msgid "Remove action"
msgstr ""
-#: ../src/templates/user-profile-edit.html:3
-#: ../src/templates/user-profile-edit.html:26
-#, c-format
-msgid "Edit user profile: %s"
-msgstr ""
+msgid "One more score needed."
+msgid_plural "%(score)s more scores needed."
+msgstr[0] ""
+msgstr[1] ""
-#: ../src/templates/user-profile-edit.html:34
-msgid "User Identity"
+msgid "No more scores needed."
msgstr ""
-#: ../src/templates/user-profile-edit.html:48
-msgid "Real name"
+#, c-format
+msgid "Maintainer: %s"
msgstr ""
-#: ../src/templates/user-profile-edit.html:54
-msgid ""
-"This field is optional, but we appreciate it very much if you type in your "
-"real name."
+msgid "Go to package description"
msgstr ""
-#: ../src/templates/user-profile-edit.html:66
-msgid ""
-"If the email address is changed, your account will be disabled until you "
-"confirm the new email address."
+msgid "Auto-select"
msgstr ""
-#: ../src/templates/user-profile-edit.html:74
-msgid "Admin actions"
+msgid "No. of commits"
msgstr ""
-#: ../src/templates/user-profile-edit.html:82
-#: ../src/templates/user-profile.html:52
-msgid "Tester"
+msgid "Latest commit"
msgstr ""
-#: ../src/templates/user-profile-edit.html:85
-#: ../src/templates/user-profile.html:50
-msgid "Admin"
+#, c-format
+msgid "Branch: %s"
msgstr ""
-#: ../src/templates/user-profile-edit.html:90
-msgid "Define the permissions of the user."
+msgid "You."
msgstr ""
-#: ../src/templates/user-profile-edit.html:98
-msgid "Account security settings"
+msgid "You and one other."
msgstr ""
-#: ../src/templates/user-profile-edit.html:112
-#: ../src/templates/user-profile-passwd.html:84
-msgid "Confirm"
+#, c-format
+msgid "You and %s others."
msgstr ""
-#: ../src/templates/user-profile-edit.html:117
-msgid "Leave the password fields empty to keep the current password."
-msgstr ""
+msgid "One person."
+msgid_plural "%(num)s people."
+msgstr[0] ""
+msgstr[1] ""
-#: ../src/templates/user-profile-edit.html:124
-msgid "Locale & timezone settings"
+msgid ""
+"All users who watch this build will be automatically notified about status "
+"changes and comments."
msgstr ""
-#: ../src/templates/user-profile-edit.html:127
-msgid "Preferred language"
+msgid "This is an easy way of staying up to date."
msgstr ""
-#: ../src/templates/user-profile-edit.html:132
-msgid "Auto-detect will use the language transmitted by your browser."
+msgid "Nobody watches this build, yet. Be the first one."
msgstr ""
-#: ../src/templates/user-profile-edit.html:138
-msgid "Timezone"
+msgid "Watch this build"
msgstr ""
-#: ../src/templates/user-profile-edit.html:143
-msgid "Auto-detect will use the timezone transmitted by your browser."
+msgid "Add a watcher"
msgstr ""
-#: ../src/templates/user-profile-edit.html:150
-msgid "Save"
+msgid "Close"
msgstr ""
-#: ../src/templates/user-profile.html:23
-msgid "View comments"
+msgid "Properties"
msgstr ""
-#: ../src/templates/user-profile.html:41
-msgid "Email"
+msgid "Maintainers"
msgstr ""
-#: ../src/templates/user-profile.html:61
-msgid "Registered"
+msgid "Default priority"
msgstr ""
-#: ../src/templates/user-profile.html:80
-msgid "Edit profile"
+msgid ""
+"A big benefit of the Pakfire Build Service is, that builds are available to "
+"end-users in a very short time."
msgstr ""
-#: ../src/templates/user-profile.html:86
-#: ../src/templates/user-profile-passwd.html:3
-#: ../src/templates/user-profile-passwd.html:20
-#: ../src/templates/user-profile-passwd.html:25
-#: ../src/templates/user-profile-passwd.html:95
-#: ../src/templates/user-profile-passwd-ok.html:20
-msgid "Change password"
+msgid ""
+"Some packages might need some extra boost if the build servers are very busy."
msgstr ""
-#: ../src/templates/user-profile.html:94
-msgid "Delete account"
+msgid "You may set a default priority for all builds of this package."
msgstr ""
-#: ../src/templates/user-profile.html:101
-msgid "Impersonate user"
-msgstr ""
+msgid "Very high"
+msgstr "Molto alta"
-#: ../src/templates/user-profile.html:121
-msgid "Permissions"
-msgstr ""
+msgid "High"
+msgstr "Alta"
-#: ../src/templates/user-profile.html:125
-msgid "This user has administration rights."
-msgstr ""
+msgid "Medium"
+msgstr "Media"
-#: ../src/templates/user-profile.html:132
-msgid "User is allowed to create scratch builds?"
-msgstr ""
+msgid "Low"
+msgstr "Bassa"
-#: ../src/templates/user-profile-need-activation.html:4
-msgid "Edit successful"
-msgstr ""
+msgid "Very low"
+msgstr "Molto bassa"
-#: ../src/templates/user-profile-need-activation.html:6
-msgid "The user profile was successfully altered."
+msgid "Critical path"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:7
msgid ""
-"But as you have changed the email address, you need to re-activate the "
-"account."
-msgstr ""
-
-#: ../src/templates/user-profile-need-activation.html:8
-msgid "Have a look at you mailbox - you already do know what to do."
+"A package that belongs to the critical path is a package that plays a very "
+"essential role in the distribution."
msgstr ""
-#: ../src/templates/user-profile-passwd.html:32
-msgid "You are going to change your password."
+msgid ""
+"If such a package is broken, it may not be possible to boot or recover the "
+"system anymore, so we need to be extra sure that these packages work."
msgstr ""
-#: ../src/templates/user-profile-passwd.html:35
msgid ""
-"To do so, you need to enter your current password and the new password twice."
+"If this package is marked to belong to the critical path, it will need a "
+"higher score to pass to the next repository and more."
msgstr ""
-#: ../src/templates/user-profile-passwd.html:39
-#, c-format
-msgid "In this dialog, you may change the password of %s."
+msgid "Learn more."
msgstr ""
-#: ../src/templates/user-profile-passwd.html:61
-msgid "Old password"
+msgid "Open Bugs In This Package"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:66
-msgid "Please provide your old password."
+msgid "Show All Bugs"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:73
-msgid "New password"
+msgid "File A New Bug"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:78
-msgid "Choose a new password. Make sure that it is as strong as possible."
+#, fuzzy
+msgid "Download Package"
+msgstr "Scarica file"
+
+#, c-format
+msgid "Build from %s"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:89
-msgid "Confirm the new password."
+msgid "Filelist"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:3
-#: ../src/templates/user-profile-passwd-ok.html:29
-msgid "Password changed"
+#, fuzzy, c-format
+msgid "Download (%s)"
+msgstr "Scarica file"
+
+msgid "Job Queue"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:24
-msgid "Done!"
+#, c-format
+msgid "Builds in %s"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:37
-msgid "Your password has successfully been changed."
+msgid "Create"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:41
-#, c-format
-msgid "The password of %s has successfully been changed."
+msgid "- Select -"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:46
-msgid "Ok"
+msgid "Create Repository"
msgstr ""
-#: ../src/web/handlers_auth.py:65
-msgid "No username provided."
+msgid "Describe what this repository will contain"
msgstr ""
-#: ../src/web/handlers_auth.py:67
-msgid "The given username is already taken."
+msgid "Priority"
+msgstr "Priorità"
+
+msgid "Listed"
msgstr ""
-#: ../src/web/handlers_auth.py:70 ../src/web/handlers_users.py:177
-msgid "No email address provided."
+msgid "By unchecking this box, you can hide this repository from being listed"
msgstr ""
-#: ../src/web/handlers_auth.py:72 ../src/web/handlers_users.py:179
-msgid "Email address is invalid."
+msgid "Enable Mirroring"
msgstr ""
-#: ../src/web/handlers_auth.py:74
-msgid "The given email address is already used for another account."
+msgid "If enabled, this repository will be made available on mirror servers"
msgstr ""
-#: ../src/web/handlers_auth.py:78
-msgid "No password provided."
+#, fuzzy
+msgid "Download Configuration"
+msgstr "Scarica file"
+
+msgid "Search"
msgstr ""
-#: ../src/web/handlers_auth.py:80 ../src/web/handlers_users.py:185
-msgid "Passwords do not match."
+#, c-format
+msgid "We could not find anything for '%s'"
msgstr ""
-#: ../src/web/handlers_auth.py:84
-msgid "Your password is too weak."
+msgid "Go!"
msgstr ""
-#: ../src/web/handlers_builds.py:368
-msgid "User not found."
+msgid "Sources repositories"
msgstr ""
-#: ../src/web/handlers_users.py:112
-msgid "You need to enter you current password."
+msgid "Source repositories"
msgstr ""
-#: ../src/web/handlers_users.py:115
-msgid "The provided account password is wrong."
+msgid "Add source repository"
msgstr ""
-#: ../src/web/handlers_users.py:124
-msgid "The given passwords do not match."
+msgid "Blah 123"
msgstr ""
-#: ../src/web/handlers_users.py:126
-msgid "The password was blank."
+#, fuzzy
+msgid "Delete User"
+msgstr "Elimina %s"
+
+#, fuzzy
+msgid "Are you sure you want to delete your account?"
+msgstr "Vuoi veramente eliminare il tuo account?"
+
+#, fuzzy, c-format
+msgid "Are you sure you want to delete the user '%s'?"
+msgstr "Vuoi veramente eliminare il tuo account?"
+
+msgid "Edit User"
msgstr ""
-#: ../src/web/handlers_users.py:130
-msgid "The given password is too weak."
+#, c-format
+msgid "Send an Email to %s"
msgstr ""
-#: ../src/web/handlers_users.py:183
-msgid "Password has less than 8 characters."
+msgid "Quota"
msgstr ""
-#: ../src/web/__init__.py:327
#, python-format
msgid "%(min)d min"
msgstr ""
-#: ../src/web/__init__.py:329
#, python-format
msgid "%(hrs)d:%(min)02d hrs"
msgstr ""
-#: ../src/web/__init__.py:336
-#, python-format
-msgid "%dh"
+msgid "User not found."
msgstr ""
-#: ../src/web/__init__.py:340
-#, python-format
-msgid "%dm"
+msgid "Recommends"
msgstr ""
-#: ../src/web/__init__.py:342
-#, python-format
-msgid "%ds"
+msgid "Suggests"
msgstr ""
-#: ../src/web/ui_modules.py:172
msgid "Today"
msgstr ""
-#: ../src/web/ui_modules.py:177
msgid "Yesterday"
msgstr ""
-#: ../src/web/ui_modules.py:305
-msgid "Dependency problem"
+msgid "Uploading"
msgstr ""
-#: ../src/web/ui_modules.py:346
#, python-format
msgid "Unknown: %s"
msgstr ""
+
+#~ msgid "None"
+#~ msgstr "Nulla"
+
+#~ msgid "Package list"
+#~ msgstr "Lista pacchetti"
msgstr ""
"Project-Id-Version: IPFire Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-06 16:39+0100\n"
+"POT-Creation-Date: 2022-10-12 13:55+0000\n"
"PO-Revision-Date: 2011-05-19 22:47+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Khmer (Cambodia) (http://www.transifex.com/projects/p/ipfire/"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ../src/buildservice/builds.py:1109
-#, python-format
-msgid "%(user_name)s commented on %(build_name)s"
-msgstr ""
-
-#: ../src/buildservice/constants.py:56
-#, python-format
-msgid "[%(build_name)s] Build job failed."
-msgstr ""
-
-#: ../src/buildservice/constants.py:57
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has failed.\n"
-"\n"
-"This could have a couple of reasons and needs to be investigated by you.\n"
-"\n"
-"Here is more information about the incident:\n"
-"\n"
-" Build name: %(build_name)s\n"
-" Build host: %(build_host)s\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/constants.py:74
-#, python-format
-msgid "[%(build_name)s] Build job finished."
-msgstr ""
-
-#: ../src/buildservice/constants.py:75
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has finished.\n"
-"\n"
-"If you are the maintainer, it is up to you to push it to one or more "
-"repositories.\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/logs.py:67
msgid "Build has been created"
msgstr ""
-#: ../src/buildservice/logs.py:106 ../src/buildservice/logs.py:170
-#: ../src/buildservice/logs.py:230 ../src/buildservice/logs.py:305
msgid "Unknown action."
msgstr ""
-#: ../src/buildservice/logs.py:117 ../src/buildservice/logs.py:186
-#: ../src/buildservice/logs.py:247 ../src/buildservice/logs.py:321
-#: ../src/templates/builders/detail.html:161
-#: ../src/templates/builders/list.html:59 ../src/templates/jobs-detail.html:82
-#: ../src/templates/mirrors-list.html:72 ../src/web/__init__.py:307
msgid "Unknown"
msgstr ""
-#: ../src/buildservice/logs.py:124 ../src/buildservice/logs.py:130
-#: ../src/templates/builders/detail.html:143
-#: ../src/templates/builders/detail.html:149
-#: ../src/templates/builders/detail.html:170
-#: ../src/templates/builders/detail.html:210
-#: ../src/templates/builders/detail.html:224
-#: ../src/templates/jobs-buildroot.html:87
-#: ../src/templates/mirrors-detail.html:67
-#: ../src/templates/mirrors-list.html:56 ../src/templates/mirrors-list.html:81
-#: ../src/templates/modules/jobs/list.html:44
-#: ../src/templates/modules/jobs-table.html:42
-#: ../src/templates/modules/repository-table.html:14
-#: ../src/templates/sessions/index.html:50
-#: ../src/templates/uploads-list.html:55
msgid "N/A"
msgstr ""
-#: ../src/buildservice/logs.py:136
#, python-format
msgid "This build was pushed to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:138
#, python-format
msgid "You pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:140
#, python-format
msgid "%(user)s pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:144
#, python-format
msgid "This build was unpushed from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:146
#, python-format
msgid "You unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:148
#, python-format
msgid "%(user)s unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:152
#, python-format
msgid ""
"This build was pushed from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:154
#, python-format
msgid ""
"You pushed this build from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:156
#, python-format
msgid ""
"%(user)s pushed this build from the repository '%(from_repo)s' to "
"'%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:192
#, python-format
msgid "Builder '%(builder)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:194
#, python-format
msgid "You enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:196
#, python-format
msgid "%(user)s enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:200
#, python-format
msgid "Builder '%(builder)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:202
#, python-format
msgid "You disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:204
#, python-format
msgid "%(user)s disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:208
#, python-format
msgid "You deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:210
#, python-format
msgid "%(user)s deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:214
#, python-format
msgid "You created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:216
#, python-format
msgid "%(user)s created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:253
#, python-format
msgid "Job '%(job)s' has been created."
msgstr ""
-#: ../src/buildservice/logs.py:255
#, python-format
msgid "You created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:257
#, python-format
msgid "%(user)s created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:261
#, python-format
msgid "Job '%(job)s' has changed its state to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:263
#, python-format
msgid "You changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:265
#, python-format
msgid "%(user)s changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:269
#, python-format
msgid "Job '%(job)s' has been reset."
msgstr ""
-#: ../src/buildservice/logs.py:271
#, python-format
msgid "You reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:273
#, python-format
msgid "%(user)s has reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:277
#, python-format
msgid "Job '%(job)s' has been scheduled for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:279
#, python-format
msgid "You scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:281
#, python-format
msgid "%(user)s scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:287
#, python-format
msgid "A test job for '%(job)s' has been scheduled."
msgstr ""
-#: ../src/buildservice/logs.py:289
#, python-format
msgid "You scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:291
#, python-format
msgid "%(user)s scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:327
#, python-format
msgid "Mirror '%(mirror)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:329
#, python-format
msgid "You enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:331
#, python-format
msgid "%(user)s enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:335
#, python-format
msgid "Mirror '%(mirror)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:337
#, python-format
msgid "You disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:339
#, python-format
msgid "%(user)s disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:343
#, python-format
msgid "You deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:345
#, python-format
msgid "%(user)s deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:349
#, python-format
msgid "You created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:351
#, python-format
msgid "%(user)s created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/users.py:459
-msgid "Account Activation"
-msgstr ""
-
-#: ../src/buildservice/users.py:461
-msgid ""
-"You, or somebody using your email address, has registered an account on the "
-"Pakfire Build Service."
-msgstr ""
-
-#: ../src/buildservice/users.py:463
-msgid "To activate your account, please click on the link below."
+msgid "No title given"
msgstr ""
-#: ../src/templates/base.html:4
-msgid "No title given"
+msgid "Menu"
msgstr ""
-#: ../src/templates/base.html:29 ../src/templates/index.html:16
msgid "Pakfire Build Service"
msgstr ""
-#: ../src/templates/base.html:34 ../src/templates/build-bugs.html:12
-#: ../src/templates/build-delete.html:12 ../src/templates/build-detail.html:12
-#: ../src/templates/build-schedule-test.html:12
-#: ../src/templates/build-state.html:12
-#: ../src/templates/builds-watchers-add.html:12
-#: ../src/templates/jobs-buildroot.html:12
-#: ../src/templates/jobs-buildroot.html:48
-#: ../src/templates/job-schedule-rebuild.html:12
-#: ../src/templates/job-schedule-test.html:12
-#: ../src/templates/jobs-detail.html:12 ../src/templates/package-detail.html:12
-#: ../src/templates/package-detail-list.html:12
-#: ../src/templates/package-properties.html:12
-#: ../src/templates/packages/builds/scratch.html:12
-#: ../src/templates/packages/builds/times.html:12
-#: ../src/templates/packages/changelog.html:12
-#: ../src/templates/packages-list.html:12
-#: ../src/templates/packages/view-file.html:12
-#: ../src/templates/search-results.html:50
msgid "Packages"
msgstr ""
-#: ../src/templates/base.html:37 ../src/templates/build-index.html:3
-#: ../src/templates/build-index.html:12 ../src/templates/build-index.html:26
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-#: ../src/templates/builds/comments.html:12
-#: ../src/templates/distro-update-edit.html:20
-#: ../src/templates/docs-base.html:33 ../src/templates/docs-build.html:16
-#: ../src/templates/docs-index.html:43
-#: ../src/templates/statistics/index.html:15
msgid "Builds"
msgstr ""
-#: ../src/templates/base.html:41
msgid "More"
msgstr ""
-#: ../src/templates/base.html:47 ../src/templates/docs-build.html:3
-#: ../src/templates/docs-build.html:12 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-index.html:12 ../src/templates/docs-users.html:3
-#: ../src/templates/docs-users.html:12 ../src/templates/docs-users.html:21
-#: ../src/templates/docs-whatsthis.html:3
-#: ../src/templates/docs-whatsthis.html:12
-#: ../src/templates/docs-whatsthis.html:21
-msgid "Documentation"
-msgstr ""
-
-#: ../src/templates/base.html:53 ../src/templates/search-form.html:12
-#: ../src/templates/search-form.html:22
-msgid "Search"
-msgstr ""
-
-#: ../src/templates/base.html:60 ../src/templates/distro-detail.html:12
-#: ../src/templates/distro-list.html:3 ../src/templates/distro-list.html:12
-#: ../src/templates/distro-list.html:18
-#: ../src/templates/distro-source-commit-detail.html:12
-#: ../src/templates/distro-source-commit-reset.html:10
-#: ../src/templates/distro-source-detail.html:10
-#: ../src/templates/repository-detail.html:14
msgid "Distributions"
msgstr ""
-#: ../src/templates/base.html:66 ../src/templates/builders/delete.html:12
-#: ../src/templates/builders/detail.html:12
-#: ../src/templates/builders/edit.html:12 ../src/templates/builders/list.html:3
-#: ../src/templates/builders/list.html:12
-#: ../src/templates/builders/list.html:17 ../src/templates/builders/new.html:12
-#: ../src/templates/builders/pass.html:10
msgid "Builders"
msgstr ""
-#: ../src/templates/base.html:72 ../src/templates/mirrors-delete.html:12
-#: ../src/templates/mirrors-detail.html:12
-#: ../src/templates/mirrors-edit.html:12 ../src/templates/mirrors-list.html:3
-#: ../src/templates/mirrors-list.html:12 ../src/templates/mirrors-list.html:32
-#: ../src/templates/mirrors-new.html:12
msgid "Mirrors"
msgstr ""
-#: ../src/templates/base.html:78 ../src/templates/keys-delete.html:12
-#: ../src/templates/keys-import.html:12 ../src/templates/keys-list.html:3
-#: ../src/templates/keys-list.html:12 ../src/templates/keys-list.html:17
-msgid "Key Management"
-msgstr ""
-
-#: ../src/templates/base.html:86 ../src/templates/docs-base.html:34
-#: ../src/templates/docs-index.html:46 ../src/templates/docs-users.html:24
-#: ../src/templates/docs-users.html:48 ../src/templates/search-results.html:96
-#: ../src/templates/user-list.html:12 ../src/templates/user-list.html:17
-#: ../src/templates/user-profile-edit.html:12
-#: ../src/templates/user-profile.html:12
-#: ../src/templates/user-profile-passwd.html:12
-#: ../src/templates/user-profile-passwd-ok.html:12
msgid "Users"
msgstr ""
-#: ../src/templates/base.html:94 ../src/templates/statistics/index.html:3
-#: ../src/templates/statistics/index.html:7
-msgid "Statistics"
-msgstr ""
-
-#: ../src/templates/base.html:101
-msgid "Administration"
+msgid "My Profile"
msgstr ""
-#: ../src/templates/base.html:106 ../src/templates/sessions/index.html:3
-#: ../src/templates/sessions/index.html:12
-#: ../src/templates/sessions/index.html:17
-msgid "Sessions"
+msgid "My Builds"
msgstr ""
-#: ../src/templates/base.html:112 ../src/templates/uploads-list.html:3
-#: ../src/templates/uploads-list.html:12 ../src/templates/uploads-list.html:17
-msgid "Uploads"
+msgid "Log Out"
msgstr ""
-#: ../src/templates/base.html:132
-msgid "My profile"
+msgid "Sign In"
msgstr ""
-#: ../src/templates/base.html:138
-msgid "My builds"
+msgid "Delete build"
msgstr ""
-#: ../src/templates/base.html:143
-msgid "Impersonated by"
+msgid "Home"
msgstr ""
-#: ../src/templates/base.html:153
-msgid "End impersonation"
+msgid "Delete"
msgstr ""
-#: ../src/templates/base.html:160
-msgid "Logout"
+#, c-format
+msgid "You are about to delete build %s."
msgstr ""
-#: ../src/templates/base.html:168 ../src/templates/docs-users.html:56
-msgid "Register"
+msgid "Please make sure, that this is the right build you intend to delete."
msgstr ""
-#: ../src/templates/base.html:172
-msgid "Sign in"
+msgid "Once a build has been deleted, it can not been recovered."
msgstr ""
-#: ../src/templates/base.html:184
-msgid "Forgot your password?"
+msgid "Cancel"
msgstr ""
-#: ../src/templates/build-bugs.html:3
-msgid "Bug list"
+#, c-format
+msgid "Manage build %s"
msgstr ""
-#: ../src/templates/build-bugs.html:8 ../src/templates/build-delete.html:8
-#: ../src/templates/build-detail.html:8 ../src/templates/builders/delete.html:8
-#: ../src/templates/builders/detail.html:8
-#: ../src/templates/builders/edit.html:8 ../src/templates/builders/list.html:8
-#: ../src/templates/builders/new.html:8 ../src/templates/builders/pass.html:6
-#: ../src/templates/build-index.html:8
-#: ../src/templates/build-schedule-test.html:8
-#: ../src/templates/builds/comments.html:8 ../src/templates/build-state.html:8
-#: ../src/templates/builds-watchers-add.html:8
-#: ../src/templates/distro-detail.html:8 ../src/templates/distro-list.html:8
-#: ../src/templates/distro-source-commit-detail.html:8
-#: ../src/templates/distro-source-commit-reset.html:6
-#: ../src/templates/distro-source-detail.html:6
-#: ../src/templates/docs-build.html:8 ../src/templates/docs-index.html:8
-#: ../src/templates/docs-users.html:8 ../src/templates/docs-whatsthis.html:8
-#: ../src/templates/jobs-buildroot.html:8
-#: ../src/templates/job-schedule-rebuild.html:8
-#: ../src/templates/job-schedule-test.html:8
-#: ../src/templates/jobs-detail.html:8 ../src/templates/jobs-filter.html:8
-#: ../src/templates/jobs-index.html:8 ../src/templates/keys-delete.html:8
-#: ../src/templates/keys-import.html:8 ../src/templates/keys-list.html:8
-#: ../src/templates/mirrors-delete.html:8
-#: ../src/templates/mirrors-detail.html:8 ../src/templates/mirrors-edit.html:8
-#: ../src/templates/mirrors-list.html:8 ../src/templates/mirrors-new.html:8
-#: ../src/templates/modules/package-header.html:9
-#: ../src/templates/package-detail.html:8
-#: ../src/templates/package-detail-list.html:8
-#: ../src/templates/package-properties.html:8
-#: ../src/templates/packages/builds/scratch.html:8
-#: ../src/templates/packages/builds/times.html:8
-#: ../src/templates/packages/changelog.html:8
-#: ../src/templates/packages-list.html:8
-#: ../src/templates/packages/view-file.html:8
-#: ../src/templates/register-activation-fail.html:8
-#: ../src/templates/register-activation-success.html:8
-#: ../src/templates/register.html:8 ../src/templates/repository-detail.html:10
-#: ../src/templates/search-form.html:8 ../src/templates/search-results.html:8
-#: ../src/templates/sessions/index.html:8 ../src/templates/uploads-list.html:8
-#: ../src/templates/user-forgot-password.html:8
-#: ../src/templates/user-list.html:8 ../src/templates/user-profile-edit.html:8
-#: ../src/templates/user-profile.html:8
-#: ../src/templates/user-profile-passwd.html:8
-#: ../src/templates/user-profile-passwd-ok.html:8
-msgid "Home"
+msgid "Manage build"
msgstr ""
-#: ../src/templates/build-bugs.html:29 ../src/templates/build-detail.html:75
-msgid "Fixed bugs"
+msgid "Distribution"
msgstr ""
-#: ../src/templates/build-bugs.html:33
-msgid "No bugs here, yet."
+msgid "Not all jobs are finished"
msgstr ""
-#: ../src/templates/build-bugs.html:34
-msgid "Click below to add one."
+msgid "Not all jobs of this build are finished, yet."
msgstr ""
-#: ../src/templates/build-bugs.html:45
-msgid "Add"
+msgid ""
+"It is <strong>strongly discouraged</strong> to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/build-bugs.html:50 ../src/templates/keys-list.html:63
-msgid "Remove"
+msgid ""
+"However, the build will be automatically unpushed if one or more build jobs "
+"fail."
msgstr ""
-#: ../src/templates/build-bugs.html:57 ../src/templates/user-delete.html:18
-msgid "Back"
+msgid "Push to a repository"
msgstr ""
-#: ../src/templates/build-bugs.html:71
-msgid "Add a bug"
+msgid "Push to next repository"
msgstr ""
-#: ../src/templates/build-bugs.html:77 ../src/templates/build-bugs.html:134
-msgid "Bug ID"
+msgid "Push to first repository"
msgstr ""
-#: ../src/templates/build-bugs.html:84
-msgid "Enter a bug ID."
+msgid "New repository"
msgstr ""
-#: ../src/templates/build-bugs.html:93
-msgid "This is a list of more open bugs of this package."
+msgid "This is the target repository for the build."
msgstr ""
-#: ../src/templates/build-bugs.html:96
-msgid "Maybe you want to pick one of these."
+msgid "Push"
msgstr ""
-#: ../src/templates/build-bugs.html:115
-msgid "Add bug"
+msgid "Unpush"
msgstr ""
-#: ../src/templates/build-bugs.html:116 ../src/templates/build-bugs.html:165
-#: ../src/templates/build-delete.html:47
-#: ../src/templates/builders/delete.html:39
-#: ../src/templates/build-manage.html:79 ../src/templates/keys-delete.html:43
-#: ../src/templates/mirrors-delete.html:36
-#: ../src/templates/mirrors-edit.html:82
-#: ../src/templates/modules/modal-base.html:28
-#: ../src/templates/modules/modal-build-comment.html:59
-#: ../src/templates/package-properties.html:94
-#: ../src/templates/user-profile-edit.html:151
-#: ../src/templates/user-profile-passwd.html:96
-msgid "Cancel"
+msgid "Switch to user mode"
msgstr ""
-#: ../src/templates/build-bugs.html:128
-msgid "Remove a bug"
+msgid "Switch to admin mode"
msgstr ""
-#: ../src/templates/build-bugs.html:141
-msgid "Enter a bug ID from the list below."
+#, c-format
+msgid "Schedule test build for %s"
msgstr ""
-#: ../src/templates/build-bugs.html:164
-msgid "Remove bug"
+msgid "Schedule test build"
msgstr ""
-#: ../src/templates/build-delete.html:3 ../src/templates/build-delete.html:46
-#: ../src/templates/build-detail.html:151
-msgid "Delete build"
+msgid ""
+"A test build is used to check if a package builds with the current package "
+"set."
msgstr ""
-#: ../src/templates/build-delete.html:24
-#: ../src/templates/builders/delete.html:20
-#: ../src/templates/keys-delete.html:20 ../src/templates/mirrors-delete.html:20
-#: ../src/templates/repository-detail.html:116
-msgid "Delete"
+msgid ""
+"In this way, developers are able to find quality issues fast and without "
+"actively searching for them."
msgstr ""
-#: ../src/templates/build-delete.html:34
-#, c-format
-msgid "You are about to delete build %s."
+msgid ""
+"As this build platform only has a limited amount of performance, test builds "
+"only have a very less priority."
msgstr ""
-#: ../src/templates/build-delete.html:39
-msgid "Please make sure, that this is the right build you intend to delete."
+msgid "However, you can manually request to run a test."
msgstr ""
-#: ../src/templates/build-delete.html:40
-msgid "Once a build has been deleted, it can not been recovered."
+msgid ""
+"The build job will be started when a build slot is available but not before "
+"the given time."
msgstr ""
-#: ../src/templates/build-detail.html:3 ../src/templates/build-state.html:3
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/builds-watchers-list.html:31
-#: ../src/templates/modules/build-table.html:14
-#: ../src/templates/modules/log-table.html:10
-#: ../src/templates/package-detail.html:109
msgid "Build"
msgstr ""
-#: ../src/templates/build-detail.html:43
-msgid "Score"
+msgid "State"
msgstr ""
-#: ../src/templates/build-detail.html:46
-msgid "(broken)"
+msgid ""
+"The state of a build can be either building, testing, stable, obsolete or "
+"broken."
msgstr ""
-#: ../src/templates/build-detail.html:48
-msgid "(obsolete)"
+msgid "Mark build as obsolete"
msgstr ""
-#: ../src/templates/build-detail.html:57
-msgid "Security update"
+msgid ""
+"If a package is updated by an other package it should be marked as "
+"<em>obsolete</em>."
msgstr ""
-#: ../src/templates/build-detail.html:60
-msgid "Bug fix update"
+msgid ""
+"For obsolete builds, there will be no test jobs created and it is "
+"recommended to remove them from the repositories soon."
msgstr ""
-#: ../src/templates/build-detail.html:63
-msgid "Enhancement"
+msgid "Remove build from the repository it is currently in?"
msgstr ""
-#: ../src/templates/build-detail.html:66
-msgid "New package"
+msgid "Unbreak this build"
msgstr ""
-#: ../src/templates/build-detail.html:68
-#, c-format
-msgid "Unhandled: %s"
+msgid ""
+"In case this build has accidentially be marked as broken, it is possible to "
+"recover that state."
msgstr ""
-#: ../src/templates/build-detail.html:98
-#: ../src/templates/distro-source-commit-detail.html:55
-#: ../src/templates/modules/changelog/entry.html:36
-#: ../src/templates/modules/commits-table.html:5
-msgid "Author"
+msgid "Mark build as broken"
msgstr ""
-#: ../src/templates/build-detail.html:100
-#: ../src/templates/distro-source-commit-detail.html:3
-#: ../src/templates/modules/commits-table.html:4
-#: ../src/templates/package-detail.html:137
-msgid "Commit"
+msgid ""
+"If a package does not build or contains <em>serious</em> bugs, it should be "
+"marked as broken."
msgstr ""
-#: ../src/templates/build-detail.html:103
-#: ../src/templates/modules/changelog/entry.html:41
-msgid "No commit message."
+msgid ""
+"Those builds can not be added into any repositories and are removed from all "
+"repositories they may currently be in."
msgstr ""
-#: ../src/templates/build-detail.html:117
-#: ../src/templates/modules/modal-build-comment.html:18
-msgid "Comment"
+msgid "Current repository"
msgstr ""
-#: ../src/templates/build-detail.html:121
-#: ../src/templates/builders/detail.html:242
-#: ../src/templates/jobs-detail.html:175 ../src/templates/log.html:4
-#: ../src/templates/mirrors-detail.html:119
-#: ../src/templates/mirrors-list.html:95
-msgid "Log"
+#, c-format
+msgid "since %s"
msgstr ""
-#: ../src/templates/build-detail.html:130
-#: ../src/templates/builders/list.html:32 ../src/templates/jobs-filter.html:12
-#: ../src/templates/jobs-index.html:3 ../src/templates/jobs-index.html:12
-#: ../src/templates/jobs-index.html:23
-#: ../src/templates/modules/build-table.html:15
-msgid "Jobs"
+#, c-format
+msgid "Delete builder %s"
msgstr ""
-#: ../src/templates/build-detail.html:134
-#: ../src/templates/package-detail.html:39
-#: ../src/templates/package-detail.html:100
-msgid "Source package"
+#, c-format
+msgid "Delete builder: %s"
msgstr ""
-#: ../src/templates/build-detail.html:144
-msgid "Change state"
+#, c-format
+msgid "You are going to delete the build host %s."
msgstr ""
-#: ../src/templates/build-detail.html:145
-msgid "Modify bug list"
+#, c-format
+msgid "Delete %s"
msgstr ""
-#: ../src/templates/build-detail.html:168
-#: ../src/templates/build-detail.html:191 ../src/templates/build-manage.html:77
-#: ../src/templates/modules/modal-build-push.html:60
-msgid "Push"
+msgid "Builder"
msgstr ""
-#: ../src/templates/build-detail.html:174
-#: ../src/templates/build-detail.html:183 ../src/templates/build-manage.html:78
-#: ../src/templates/modules/modal-build-unpush.html:38
-msgid "Unpush"
+msgid "Current"
msgstr ""
-#: ../src/templates/build-detail.html:202 ../src/templates/build-state.html:128
#, c-format
-msgid "since %s"
+msgid "Pakfire %s"
msgstr ""
-#: ../src/templates/build-detail.html:205
-msgid "This package does not belong to any repository."
+#, c-format
+msgid "Supported Architectures: %s"
msgstr ""
-#: ../src/templates/builders/delete.html:3
#, c-format
-msgid "Delete builder %s"
+msgid "Total Build Time: %s"
msgstr ""
-#: ../src/templates/builders/delete.html:25
-#: ../src/templates/builders/detail.html:3
-#: ../src/templates/builders/detail.html:74
-#: ../src/templates/builders/pass.html:23 ../src/templates/jobs-filter.html:27
-#: ../src/templates/modules/jobs/boxes.html:15
-#: ../src/templates/modules/jobs/list.html:6
-msgid "Builder"
+#, c-format
+msgid "%s Memory"
msgstr ""
-#: ../src/templates/builders/delete.html:31
#, c-format
-msgid "You are going to delete the build host <strong>%s</strong>."
+msgid "%s Swap Space"
msgstr ""
-#: ../src/templates/builders/delete.html:37
-#: ../src/templates/mirrors-delete.html:34 ../src/templates/user-delete.html:16
-#, c-format
-msgid "Delete %s"
+msgid "Test Mode"
msgstr ""
-#: ../src/templates/builders/detail.html:22
-#: ../src/templates/build-filter.html:75 ../src/templates/build-list.html:13
-#: ../src/templates/builds-watchers-list.html:50
-#: ../src/templates/distro-update-detail.html:46
-#: ../src/templates/file-detail.html:116 ../src/templates/jobs-detail.html:30
-#: ../src/templates/mirrors-detail.html:23
-#: ../src/templates/mirrors-list.html:19 ../src/templates/user-comments.html:10
-msgid "Actions"
+msgid "Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:27
-msgid "Show jobs by this builder"
+msgid "Edit"
msgstr ""
-#: ../src/templates/builders/detail.html:36
-msgid "Disable builder"
+msgid "Running Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:42
-msgid "Enable builder"
+msgid "Log"
msgstr ""
-#: ../src/templates/builders/detail.html:50
-msgid "Edit builder"
+#, c-format
+msgid "Edit Builder %s"
msgstr ""
-#: ../src/templates/builders/detail.html:58
-msgid "Renew passphrase"
+msgid "Hostname"
msgstr ""
-#: ../src/templates/builders/detail.html:66
-msgid "Delete builder"
+msgid "The hostname cannot be changed"
msgstr ""
-#: ../src/templates/builders/detail.html:79
-msgid "Warning"
+msgid "Enabled"
msgstr ""
-#: ../src/templates/builders/detail.html:80
-msgid "This builder is overloaded."
+msgid "Job Settings"
msgstr ""
-#: ../src/templates/builders/detail.html:81
-msgid ""
-"That means it will not take any additional jobs although it has not reached "
-"its threshold of running jobs, yet."
+msgid "Maximum Parallel Build Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:82
-msgid "New jobs will be started automatically after the load decreased."
+msgid "Enable Test Mode"
msgstr ""
-#: ../src/templates/builders/detail.html:91
-#: ../src/templates/build-filter.html:27 ../src/templates/build-state.html:24
-#: ../src/templates/modules/jobs-table.html:5
-#: ../src/templates/user-profile-edit.html:77
-#: ../src/templates/user-profile.html:47
-msgid "State"
+msgid "Only build test jobs on this builder"
msgstr ""
-#: ../src/templates/builders/detail.html:94
-#: ../src/templates/builders/edit.html:42 ../src/templates/mirrors-edit.html:43
-msgid "Enabled"
+msgid "Save"
msgstr ""
-#: ../src/templates/builders/detail.html:96
-msgid "Disabled"
+msgid "Online"
msgstr ""
-#: ../src/templates/builders/detail.html:98
-msgid "Deleted"
+msgid "Offline"
msgstr ""
-#: ../src/templates/builders/detail.html:100
-#, c-format
-msgid "Unknown status: %s"
+msgid "Create A New Builder"
msgstr ""
-#: ../src/templates/builders/detail.html:105
-msgid "Parallel builds"
+msgid "Statistics"
msgstr ""
-#: ../src/templates/builders/detail.html:106
-msgid "One job only."
+msgid "Total Build Time"
msgstr ""
-#: ../src/templates/builders/detail.html:109
-msgid "This host builds"
+msgid "Total Build Time By Architecture"
msgstr ""
-#: ../src/templates/builders/detail.html:115
-msgid "Release builds"
+msgid "Create new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:117
-#: ../src/templates/package-detail-list.html:30
-#: ../src/templates/packages/builds/scratch.html:3
-#: ../src/templates/packages/builds/scratch.html:20
-msgid "Scratch builds"
+msgid "Create a new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:119
-#: ../src/templates/package-detail-list.html:35
-msgid "Test builds"
+msgid "Enter the canonical hostname of the machine."
msgstr ""
-#: ../src/templates/builders/detail.html:130
-msgid "Remarks"
+#, c-format
+msgid "Watch build %s"
msgstr ""
-#: ../src/templates/builders/detail.html:141
-msgid "OS"
+msgid "Watch"
msgstr ""
-#: ../src/templates/builders/detail.html:147
-msgid "Pakfire version"
+msgid "You may here add yourself to the list of watchers of this build."
msgstr ""
-#: ../src/templates/builders/detail.html:153
-#: ../src/templates/distro-detail.html:35
-msgid "Supported architectures"
+msgid ""
+"If you do so, you will receive messages about new comments and status "
+"updates."
msgstr ""
-#: ../src/templates/builders/detail.html:159
-msgid "CPU model"
+msgid "Oops!"
msgstr ""
-#: ../src/templates/builders/detail.html:165
-msgid "CPU count"
+msgid "You are already watching this build."
msgstr ""
-#: ../src/templates/builders/detail.html:169
-msgid "Bogomips"
+msgid "Choose user"
msgstr ""
-#: ../src/templates/builders/detail.html:180
-msgid "Memory"
+msgid "Myself"
msgstr ""
-#: ../src/templates/builders/detail.html:194
-msgid "SWAP space"
+msgid "Choose a user who should watch this build."
msgstr ""
-#: ../src/templates/builders/detail.html:203
-msgid "No memory information available."
+msgid "User"
msgstr ""
-#: ../src/templates/builders/detail.html:208
-msgid "Load average"
+msgid "Add watcher"
msgstr ""
-#: ../src/templates/builders/detail.html:212
-#: ../src/templates/builders/list.html:50
-msgid "Overload"
+#, c-format
+msgid "Watchers of %s"
msgstr ""
-#: ../src/templates/builders/detail.html:217
-msgid "Free disk space"
+msgid "This is a list of all users who watch this build."
msgstr ""
-#: ../src/templates/builders/detail.html:222
-msgid "Host key"
+msgid ""
+"If you write a comment or the status of the build is changed, they all will "
+"get a message."
msgstr ""
-#: ../src/templates/builders/detail.html:235
-msgid "Active and pending jobs"
+msgid "You are the owner of this build. So you don't need to watch it."
msgstr ""
-#: ../src/templates/builders/edit.html:3
-#, c-format
-msgid "Manage builder %s"
+msgid "Watch this build."
msgstr ""
-#: ../src/templates/builders/edit.html:20
-#: ../src/templates/builders/edit.html:25
-#: ../src/templates/builders/pass.html:18 ../src/templates/mirrors-edit.html:20
-msgid "Manage"
+msgid "List of all watchers"
msgstr ""
-#: ../src/templates/builders/edit.html:25
-#, c-format
-msgid "Builder: %s"
+msgid "Actions"
msgstr ""
-#: ../src/templates/builders/edit.html:32
-#: ../src/templates/builders/list.html:30 ../src/templates/builders/new.html:30
-#: ../src/templates/mirrors-detail.html:56
-#: ../src/templates/mirrors-edit.html:32 ../src/templates/mirrors-list.html:43
-#: ../src/templates/mirrors-new.html:28
-msgid "Hostname"
+msgid "Back to build"
msgstr ""
-#: ../src/templates/builders/edit.html:36
-msgid "The hostname cannot be changed."
+msgid "Created %(when)s by %(author)s"
msgstr ""
-#: ../src/templates/builders/edit.html:46
-msgid "The builder must be enabled in order to process build jobs."
+#, c-format
+msgid "Created %s"
msgstr ""
-#: ../src/templates/builders/edit.html:53
-msgid "Build job settings"
+msgid "Fixed Bugs"
msgstr ""
-#: ../src/templates/builders/edit.html:56
-msgid "Maximum number of parallel build jobs"
+msgid "Score"
msgstr ""
-#: ../src/templates/builders/edit.html:65
-msgid "This is the number of build jobs that are started in parallel."
+msgid "Source Package"
msgstr ""
-#: ../src/templates/builders/edit.html:74
-msgid "Authorized to build release builds."
+#, c-format
+msgid "Edit distribution %s"
msgstr ""
-#: ../src/templates/builders/edit.html:83
-msgid "Authorized to build scratch builds."
+msgid "Name"
msgstr ""
-#: ../src/templates/builders/edit.html:92
-msgid "Authorized to build test builds."
+msgid "The fancy name of the distribution."
msgstr ""
-#: ../src/templates/builders/edit.html:98 ../src/templates/mirrors-edit.html:81
-#: ../src/templates/package-properties.html:93
-msgid "Save changes"
+msgid "Identifier"
msgstr ""
-#: ../src/templates/builders/list.html:31 ../src/templates/jobs-filter.html:44
-#: ../src/templates/packages/builds/times.html:44
-msgid "Architecture"
+msgid "Cannot be changed."
msgstr ""
-#: ../src/templates/builders/list.html:53
-msgid "Unknown CPU"
+msgid "Tag"
msgstr ""
-#: ../src/templates/builders/list.html:73 ../src/templates/builders/new.html:3
-#: ../src/templates/builders/new.html:16 ../src/templates/builders/new.html:41
-msgid "Create new builder"
+msgid "The tag is added to the package release."
msgstr ""
-#: ../src/templates/builders/new.html:21
-msgid "Create a new builder"
+msgid "Vendor"
msgstr ""
-#: ../src/templates/builders/new.html:35
-msgid "Enter the canonical hostname of the machine."
+msgid "From whom is the distribution from?"
msgstr ""
-#: ../src/templates/builders/pass.html:30
-#, c-format
-msgid "The new host <strong>%s</strong> has been successfully created."
+msgid "Contact"
msgstr ""
-#: ../src/templates/builders/pass.html:32
-#, c-format
-msgid "The passphrase for <strong>%s</strong> has been regenerated."
+msgid "The email address from the vendor."
msgstr ""
-#: ../src/templates/builders/pass.html:35
-msgid ""
-"For authorization to the Pakfire Master Server there is a passphrase "
-"required which must be configured to the host."
+msgid "Slogan"
msgstr ""
-#: ../src/templates/builders/pass.html:39
-msgid "This passphrase is:"
+msgid "A short sentence that characterizes the distribution."
msgstr ""
-#: ../src/templates/builders/pass.html:43
-msgid "Next"
+msgid "Architectures"
msgstr ""
-#: ../src/templates/build-filter.html:3 ../src/templates/build-list.html:3
-#: ../src/templates/build-list.html:8
-msgid "Build job list"
+msgid "For which architectures should the distribution be built?"
msgstr ""
-#: ../src/templates/build-filter.html:6 ../src/templates/build-index.html:21
-#: ../src/templates/build-list.html:15
-msgid "Filter builds"
+msgid "Sources"
msgstr ""
-#: ../src/templates/build-filter.html:11 ../src/templates/build-manage.html:9
-#: ../src/templates/distro-detail.html:3 ../src/templates/distro-detail.html:22
-#: ../src/templates/distro-list.html:33
-#: ../src/templates/distro-source-commits.html:5
-#: ../src/templates/distro-update-detail.html:6
-#: ../src/templates/distro-update-edit.html:12
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-edit.html:8
-msgid "Distribution"
+msgid "Which sources should be imported to the distribution?"
msgstr ""
-#: ../src/templates/build-filter.html:15 ../src/templates/build-filter.html:39
-#: ../src/templates/build-filter.html:55
-msgid "Any"
+msgid "Commit"
msgstr ""
-#: ../src/templates/build-filter.html:23
-msgid "Show only builds in that distribution."
+#, c-format
+msgid "Source: %s"
msgstr ""
-#: ../src/templates/build-filter.html:30
-msgid "All"
+msgid "Source"
msgstr ""
-#: ../src/templates/build-filter.html:31
-#: ../src/templates/modules/jobs-table.html:29 ../src/web/ui_modules.py:335
-msgid "Running"
+msgid "Open in gitweb"
msgstr ""
-#: ../src/templates/build-filter.html:32
-#: ../src/templates/modules/jobs-table.html:21 ../src/web/ui_modules.py:330
-msgid "Pending"
+msgid "Reset commit"
msgstr ""
-#: ../src/templates/build-filter.html:33 ../src/templates/jobs-detail.html:128
-#: ../src/templates/modules/jobs-table.html:27 ../src/web/ui_modules.py:320
-msgid "Finished"
+msgid "Revision"
msgstr ""
-#: ../src/templates/build-filter.html:34
-#: ../src/templates/modules/jobs-table.html:23 ../src/web/ui_modules.py:315
-msgid "Failed"
+msgid "Date"
msgstr ""
-#: ../src/templates/build-filter.html:35
-msgid "Permanently failed"
+msgid "Author"
msgstr ""
-#: ../src/templates/build-filter.html:36
-#: ../src/templates/modules/jobs-table.html:25 ../src/web/ui_modules.py:310
-msgid "Dispatching"
+msgid "Committer"
msgstr ""
-#: ../src/templates/build-filter.html:37 ../src/web/ui_modules.py:340
-msgid "Uploading"
+msgid "Packages created from this commit"
msgstr ""
-#: ../src/templates/build-filter.html:40
-msgid "Building"
+msgid "There were no packages created from this commit."
msgstr ""
-#: ../src/templates/build-filter.html:41
-msgid "Testing"
+msgid "Danger!"
msgstr ""
-#: ../src/templates/build-filter.html:42
-msgid "Stable"
+msgid "This is a very dangerous action!"
msgstr ""
-#: ../src/templates/build-filter.html:43
-msgid "Obsolete"
+msgid "Don't do it, if you are not absolutely sure what you are doing."
msgstr ""
-#: ../src/templates/build-filter.html:44
-msgid "Broken"
+msgid ""
+"This commit will be reset. Which means all packages associated with it will "
+"be deleted, and the commit will be parsed again."
msgstr ""
-#: ../src/templates/build-filter.html:48
-msgid "Only show builds with given state."
+msgid ""
+"This action may cause severe problems and may only be allowed when something "
+"went horribly wrong."
msgstr ""
-#: ../src/templates/build-filter.html:52
-#: ../src/templates/package-detail.html:82
-msgid "Build host"
+msgid "These packages will be deleted"
msgstr ""
-#: ../src/templates/build-filter.html:62
-msgid "Display only builds by selected host."
+msgid "Commits"
msgstr ""
-#: ../src/templates/build-filter.html:77
-msgid "Show all builds"
+msgid "Source repository"
msgstr ""
-#: ../src/templates/build-index.html:18
-#: ../src/templates/builds/comments.html:17
-#: ../src/templates/builds/comments.html:25
-msgid "Comments"
+msgid "Previous commits"
msgstr ""
-#: ../src/templates/build-manage.html:3
-#, c-format
-msgid "Manage build %s"
+msgid "Next commits"
msgstr ""
-#: ../src/templates/build-manage.html:8
-msgid "Manage build"
+msgid "Gitweb"
msgstr ""
-#: ../src/templates/build-manage.html:15
-msgid "Permission denied"
+msgid "Branch"
msgstr ""
-#: ../src/templates/build-manage.html:16
-msgid ""
-"You do not have the permission to update packages that belong to the "
-"<em>critical path</em>."
+msgid "Imported commits"
msgstr ""
-#: ../src/templates/build-manage.html:22
-msgid "Not all jobs are finished"
+msgid "Latest commits"
msgstr ""
-#: ../src/templates/build-manage.html:24
-msgid "Not all jobs of this build are finished, yet."
+msgid "Show all commits"
msgstr ""
-#: ../src/templates/build-manage.html:25
-msgid ""
-"It is <strong>strongly discouraged</strong> to push this build into the next "
-"repository."
+msgid "Update"
msgstr ""
-#: ../src/templates/build-manage.html:28
-msgid ""
-"However, the build will be automatically unpushed if one or more build jobs "
-"fail."
+msgid "Summary"
msgstr ""
-#: ../src/templates/build-manage.html:42
-msgid "Push to a repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:44
-msgid "Push to next repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:46
-msgid "Push to first repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:51
-#: ../src/templates/modules/modal-build-push.html:24
-msgid "New repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:71
-msgid "This is the target repository for the build."
-msgstr ""
-
-#: ../src/templates/build-manage.html:90
-msgid "Switch to user mode"
-msgstr ""
-
-#: ../src/templates/build-manage.html:92
-msgid "Switch to admin mode"
-msgstr ""
-
-#: ../src/templates/build-priority.html:3
-#: ../src/templates/build-priority.html:6
-msgid "Edit build priority"
-msgstr ""
-
-#: ../src/templates/build-priority.html:11
-msgid "Priority"
-msgstr ""
-
-#: ../src/templates/build-priority.html:14
-#: ../src/templates/package-properties.html:51
-msgid "Very high"
-msgstr ""
-
-#: ../src/templates/build-priority.html:15
-#: ../src/templates/package-properties.html:54
-msgid "High"
-msgstr ""
-
-#: ../src/templates/build-priority.html:16
-#: ../src/templates/package-properties.html:57
-msgid "Medium"
-msgstr ""
-
-#: ../src/templates/build-priority.html:17
-#: ../src/templates/package-properties.html:60
-msgid "Low"
-msgstr ""
-
-#: ../src/templates/build-priority.html:18
-#: ../src/templates/package-properties.html:63
-msgid "Very low"
-msgstr ""
-
-#: ../src/templates/build-priority.html:22
-msgid "Set the priority of the build process."
-msgstr ""
-
-#: ../src/templates/build-priority.html:28
-msgid "Beware"
-msgstr ""
-
-#: ../src/templates/build-priority.html:29
-msgid "Shuffeling build jobs can cause problems with the dependency solving."
-msgstr ""
-
-#: ../src/templates/build-priority.html:30
-msgid "Don't do this if you are not totally sure you won't break anything."
-msgstr ""
-
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-msgid "Job queue"
-msgstr ""
-
-#: ../src/templates/build-queue.html:8
-msgid "This is a list of all jobs that are waiting to be processed."
-msgstr ""
-
-#: ../src/templates/build-queue.html:9
-msgid "They one at the top is next."
-msgstr ""
-
-#: ../src/templates/build-queue.html:15
-msgid "No jobs to do."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:3
-#: ../src/templates/build-schedule-test.html:29
-#: ../src/templates/job-schedule-test.html:3
-#: ../src/templates/job-schedule-test.html:29
-#, c-format
-msgid "Schedule test build for %s"
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:24
-#: ../src/templates/job-schedule-test.html:24
-#: ../src/templates/jobs-detail.html:48
-msgid "Schedule test build"
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:35
-#: ../src/templates/job-schedule-test.html:35
-msgid ""
-"A test build is used to check if a package builds with the current package "
-"set."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:36
-#: ../src/templates/job-schedule-test.html:36
-msgid ""
-"In this way, developers are able to find quality issues fast and without "
-"actively searching for them."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:39
-#: ../src/templates/job-schedule-test.html:39
-msgid ""
-"As this build platform only has a limited amount of performance, test builds "
-"only have a very less priority."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:40
-#: ../src/templates/job-schedule-test.html:40
-msgid "However, you can manually request to run a test."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:43
-#: ../src/templates/job-schedule-rebuild.html:38
-#: ../src/templates/job-schedule-test.html:43
-msgid ""
-"The build job will be started when a build slot is available but not before "
-"the given time."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:3
-#: ../src/templates/builds/comments.html:42
-msgid "Build comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:33
-msgid "Show all comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:40
-#, c-format
-msgid "%s's latest comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:49
-#, c-format
-msgid "This page shows %s's latest comments."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:51
-msgid "This page shows the latest comments on builds."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:53
-msgid ""
-"The Pakfire Build Service is all about social development and so, "
-"communicating with eath others is important. Please join."
+msgid "Maintainer"
msgstr ""
-#: ../src/templates/builds/comments.html:61
-#: ../src/templates/builds/comments.html:65
-#: ../src/templates/packages/changelog.html:35
-#: ../src/templates/packages/changelog.html:39
-msgid "Newer"
+msgid "Time created"
msgstr ""
-#: ../src/templates/builds/comments.html:71
-#: ../src/templates/builds/comments.html:75
-#: ../src/templates/packages/changelog.html:45
-#: ../src/templates/packages/changelog.html:49
-msgid "Older"
+msgid "Builds in this update"
msgstr ""
-#: ../src/templates/builds/comments.html:81
#, c-format
-msgid "%s did not comment on anything, yet."
-msgstr ""
-
-#: ../src/templates/build-state.html:34
-msgid ""
-"The state of a build can be either building, testing, stable, obsolete or "
-"broken."
-msgstr ""
-
-#: ../src/templates/build-state.html:48
-msgid "Mark build as obsolete"
-msgstr ""
-
-#: ../src/templates/build-state.html:50
-msgid ""
-"If a package is updated by an other package it should be marked as "
-"<em>obsolete</em>."
+msgid "Edit update %s - %s"
msgstr ""
-#: ../src/templates/build-state.html:51
-msgid ""
-"For obsolete builds, there will be no test jobs created and it is "
-"recommended to remove them from the repositories soon."
+msgid "Create new update"
msgstr ""
-#: ../src/templates/build-state.html:60
-msgid "Remove build from the repository it is currently in?"
+msgid "Create A New Distribution"
msgstr ""
-#: ../src/templates/build-state.html:81
-msgid "Unbreak this build"
+msgid "Supported Architectures"
msgstr ""
-#: ../src/templates/build-state.html:84
-msgid ""
-"In case this build has accidentially be marked as broken, it is possible to "
-"recover that state."
+msgid "Repositories"
msgstr ""
-#: ../src/templates/build-state.html:102
-msgid "Mark build as broken"
+msgid "400 - Bad request"
msgstr ""
-#: ../src/templates/build-state.html:105
-msgid ""
-"If a package does not build or contains <em>serious</em> bugs, it should be "
-"marked as broken."
+msgid "Invalid data has been passed to the application."
msgstr ""
-#: ../src/templates/build-state.html:106
msgid ""
-"Those builds can not be added into any repositories and are removed from all "
-"repositories they may currently be in."
-msgstr ""
-
-#: ../src/templates/build-state.html:126
-#: ../src/templates/distro-update-detail.html:17
-#: ../src/templates/modules/modal-build-push.html:54
-#: ../src/templates/modules/modal-build-unpush.html:13
-msgid "Current repository"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:3
-#: ../src/templates/builds-watchers-add.html:29
-#, c-format
-msgid "Watch build %s"
+"The application refused to go on with the provided data that was sent in "
+"this request."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:24
-msgid "Watch"
+msgid "403 - Access forbidden"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:35
-msgid "You may here add yourself to the list of watchers of this build."
+msgid "You are not allowed to access this ressource."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:36
msgid ""
-"If you do so, you will receive messages about new comments and status "
-"updates."
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:43
-#: ../src/templates/user-profile-passwd.html:51
-msgid "Oops!"
+"Access to the requested page has been denied because you do not have "
+"sufficient rights."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:44
-#: ../src/templates/builds-watchers-list.html:17
-msgid "You are already watching this build."
+msgid "404 - Not Found"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:56
-msgid "Choose user"
+msgid "I could not find what you were searching for."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:60
-msgid "Myself"
+msgid "You may have clicked an expired link or mistyped the address."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:70
-msgid "Choose a user who should watch this build."
+msgid "Oops! Don't panic."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:76
-#: ../src/templates/modules/build-table.html:20
-#: ../src/templates/user-profile-edit.html:80
-#: ../src/templates/user-profile.html:29 ../src/templates/user-profile.html:54
-msgid "User"
+msgid "An unexpected error happened."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:84
-msgid "Add watcher"
+msgid "Stay calm and read the text below to find out what went wrong."
msgstr ""
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/modules/watchers-sidebar-table.html:22
-#, c-format
-msgid "Watchers of %s"
+msgid "Error code"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:11
-msgid "This is a list of all users who watch this build."
+msgid "Exception (traceback):"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:12
msgid ""
-"If you write a comment or the status of the build is changed, they all will "
-"get a message."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:21
-msgid "You are the owner of this build. So you don't need to watch it."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:25
-msgid "Watch this build."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:39
-msgid "List of all watchers"
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:53
-msgid "Back to build"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:36
-msgid "None"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:46
-msgid "Binary repositories"
+"Please try going back to the previous page and try the action you did again "
+"in a moment."
msgstr ""
-#: ../src/templates/distro-detail.html:51
msgid ""
-"A binary repository is a composition of packages that are considered stable, "
-"unstable or in testing state by the developers."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:53
-msgid "Each repository can be enabled individually."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:54
-msgid "Learn how to use them."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:66 ../src/templates/source-list.html:6
-msgid "Source repositories"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:80
-#: ../src/templates/distro-source-commit-detail.html:90
-#: ../src/templates/user-profile.html:73
-msgid "Action"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:86
-msgid "Edit distribution"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:91
-msgid "Delete distribution"
+"If the error persists, you should consider to get in touch with an "
+"administrator."
msgstr ""
-#: ../src/templates/distro-detail.html:97
-msgid "New binary repository"
+msgid "Build created"
msgstr ""
-#: ../src/templates/distro-detail.html:102
-msgid "New source repository"
+msgid "- Unknown Event -"
msgstr ""
-#: ../src/templates/distro-edit.html:3 ../src/templates/distro-edit.html:6
-#: ../src/templates/distro-update-edit.html:3
#, c-format
-msgid "Edit distribution %s"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:12
-#: ../src/templates/modules/packages-table.html:4
-#: ../src/templates/modules/repository-table.html:4
-#: ../src/templates/modules/source-table.html:4
-#: ../src/templates/repository-edit.html:15
-msgid "Name"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:17
-msgid "The fancy name of the distribution."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:21
-msgid "Identifier"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:26
-#: ../src/templates/user-profile-edit.html:42
-msgid "Cannot be changed."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:30
-msgid "Tag"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:35
-msgid "The tag is added to the package release."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:39
-msgid "Vendor"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:44
-msgid "From whom is the distribution from?"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:48 ../src/templates/docs-index.html:57
-#: ../src/templates/mirrors-detail.html:62
-msgid "Contact"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:53
-msgid "The email address from the vendor."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:57
-msgid "Slogan"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:62
-msgid "A short sentence that characterizes the distribution."
+msgid "by %s"
msgstr ""
-#: ../src/templates/distro-edit.html:66
-msgid "Architectures"
+msgid "File"
msgstr ""
-#: ../src/templates/distro-edit.html:75
-msgid "For which architectures should the distribution be built?"
+msgid "Package"
msgstr ""
-#: ../src/templates/distro-edit.html:79
-msgid "Sources"
+msgid "Description"
msgstr ""
-#: ../src/templates/distro-edit.html:88
-msgid "Which sources should be imported to the distribution?"
+msgid "URL"
msgstr ""
-#: ../src/templates/distro-list.html:26
-msgid ""
-"This is a list of all distributions, that are maintained in this build "
-"service."
+msgid "License"
msgstr ""
-#: ../src/templates/distro-list.html:27
-msgid ""
-"You may click on one of them and see more details or jump directly to one of "
-"the repositories."
-msgstr ""
-
-#: ../src/templates/distro-list.html:34
-msgid "Repositories"
-msgstr ""
-
-#: ../src/templates/distro-list.html:66
-msgid "New distribution"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:21
-#: ../src/templates/distro-source-commit-reset.html:19
-#: ../src/templates/distro-source-detail.html:19
-#, c-format
-msgid "Source: %s"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:34
-#: ../src/templates/distro-source-commit-reset.html:32
-#: ../src/templates/distro-source-commits.html:6
-#: ../src/templates/distro-source-detail.html:26
-msgid "Source"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:47
-msgid "Revision"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:51
-msgid "Date"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:59
-msgid "Committer"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:63
-#: ../src/templates/modules/commits-table.html:6
-msgid "Subject"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:81
-msgid "Open in gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:96
-#: ../src/templates/distro-source-commit-reset.html:54
-msgid "Reset commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:112
-msgid "Packages created from this commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:128
-msgid "There were no packages created from this commit."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:43
-msgid "Danger!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:44
-msgid "This is a very dangerous action!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:45
-msgid "Don't do it, if you are not absolutely sure what you are doing."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:49
-msgid ""
-"This commit will be reset. Which means all packages associated with it will "
-"be deleted, and the commit will be parsed again."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:50
-msgid ""
-"This action may cause severe problems and may only be allowed when something "
-"went horribly wrong."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:62
-msgid "These packages will be deleted"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:6
-msgid "Commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:10
-msgid "Source repository"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:20
-msgid "Previous commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:24
-msgid "Next commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:36
-msgid "Gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:45
-msgid "Branch"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:49
-msgid "Imported commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:59
-msgid "Latest commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:63
-msgid "Show all commits"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:5
-msgid "Update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:10
-#: ../src/templates/modules/packages-table.html:5
-#: ../src/templates/packages/builds/times.html:31
-msgid "Summary"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:27
-#: ../src/templates/file-detail.html:40
-#: ../src/templates/modules/package-header.html:24
-#: ../src/templates/package-detail.html:77
-msgid "Maintainer"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:33
-msgid "Time created"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:41
-msgid "Builds in this update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:49
-#: ../src/templates/repository-detail.html:112
-#: ../src/templates/user-profile-edit.html:20
-msgid "Edit"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:8
-#, c-format
-msgid "Edit update %s - %s"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:10
-msgid "Create new update"
-msgstr ""
-
-#: ../src/templates/docs-base.html:27
-msgid "All Documents"
-msgstr ""
-
-#: ../src/templates/docs-base.html:31
-msgid "Topics"
-msgstr ""
-
-#: ../src/templates/docs-build.html:3 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-whatsthis.html:3
-msgid "Legend of the build states"
-msgstr ""
-
-#: ../src/templates/docs-build.html:25
-msgid ""
-"Every build that is done by the Pakfire Build Service has to go through "
-"several states:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:28
-msgid ""
-"After checking out the source from the source repository a source package is "
-"created and submitted to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:29
-msgid ""
-"Starting from inserting a source file to the build service, there are binary "
-"build jobs created for every supported architecture."
-msgstr ""
-
-#: ../src/templates/docs-build.html:32
-msgid ""
-"These get assigned to a build host which has to compile or assemble the "
-"package and return it back to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:33
-msgid "In the table below, there are all states that a build job goes through:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:36
-msgid "Build is running"
-msgstr ""
-
-#: ../src/templates/docs-build.html:37
-msgid "Build has failed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:38
-msgid "Build is waiting to be processed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:39
-msgid "There was a dependency error when the package was built"
-msgstr ""
-
-#: ../src/templates/docs-build.html:40
-msgid "Build is waiting for source to go to pending state"
-msgstr ""
-
-#: ../src/templates/docs-build.html:41
-msgid "Files of this build are transferred to the build server"
-msgstr ""
-
-#: ../src/templates/docs-build.html:42
-msgid "Files are being uploaded to the service"
-msgstr ""
-
-#: ../src/templates/docs-build.html:43
-msgid "Build has an unknown state"
-msgstr ""
-
-#: ../src/templates/docs-index.html:3
-msgid "Documentation index"
-msgstr ""
-
-#: ../src/templates/docs-index.html:17
-msgid "Documents"
-msgstr ""
-
-#: ../src/templates/docs-index.html:23
-msgid ""
-"This is a collection of documents that should be read by everybody who is "
-"using this system."
-msgstr ""
-
-#: ../src/templates/docs-index.html:29
-msgid "What is the pakfire build service?"
-msgstr ""
-
-#: ../src/templates/docs-index.html:34
-msgid "General pakfire documentation"
-msgstr ""
-
-#: ../src/templates/docs-index.html:39
-msgid "Packaging guidelines"
-msgstr ""
-
-#: ../src/templates/docs-index.html:51
-msgid "This documentation you find at this place is not completed yet."
-msgstr ""
-
-#: ../src/templates/docs-index.html:52
-msgid "Feel free to make any suggestions."
-msgstr ""
-
-#: ../src/templates/docs-index.html:59
-msgid ""
-"If you need help using the build service or have some general questions "
-"please use our mailing list."
-msgstr ""
-
-#: ../src/templates/docs-index.html:60
-msgid "You can also talk to the developers and suggest feature enhancements."
-msgstr ""
-
-#: ../src/templates/docs-index.html:64
-msgid "Mailing list"
-msgstr ""
-
-#: ../src/templates/docs-index.html:68
-msgid "Bug reports"
-msgstr ""
-
-#: ../src/templates/docs-index.html:70
-msgid ""
-"Please visit Bugzilla to create bug reports on the Pakfire Build System."
-msgstr ""
-
-#: ../src/templates/docs-users.html:3 ../src/templates/docs-users.html:16
-#: ../src/templates/docs-users.html:21
-msgid "User groups"
-msgstr ""
-
-#: ../src/templates/docs-users.html:26
-msgid ""
-"All users can join the Pakfire Build Service and are separated into three "
-"groups:"
-msgstr ""
-
-#: ../src/templates/docs-users.html:29
-msgid "Developers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:31
-msgid ""
-"Developers manage this build service and have access to all parts of it."
-msgstr ""
-
-#: ../src/templates/docs-users.html:32
-msgid ""
-"They are responsible to keep the system running and able to push package "
-"updates to the repostories."
-msgstr ""
-
-#: ../src/templates/docs-users.html:35
-msgid "Guidelines for developers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:38
-msgid "Testers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:40
-msgid ""
-"Testers are like users but have the right to vote on packages, which is used "
-"to figure out the quality of the package."
-msgstr ""
-
-#: ../src/templates/docs-users.html:41
-msgid ""
-"Everyone can become a tester after he or she has proven to know the IPFire "
-"system very well."
-msgstr ""
-
-#: ../src/templates/docs-users.html:42
-msgid ""
-"On these people depends a very huge amount of the quality of the "
-"distribution that is made out of the feedback they give."
-msgstr ""
-
-#: ../src/templates/docs-users.html:45
-msgid "Guidelines for testers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:50
-msgid "Everybody can join the Pakfire Build Service by registering an account."
-msgstr ""
-
-#: ../src/templates/docs-users.html:51
-msgid ""
-"After a successful activation you are able to leave comments on packages and "
-"give feedback to the developers about its status."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:16
-#: ../src/templates/docs-whatsthis.html:21
-msgid "What is the Pakfire Build Service?"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:27
-msgid ""
-"On this page, you will find out what the Pakfire Build Service really is."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:28
-msgid "Read carefully."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:34
-msgid "Yeah, that's it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:35
-msgid "No, that's not it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:43
-msgid "PBS is a tool where people can give feedback to developers."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:44
-msgid "It is possible to leave comments and rate builds."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:50
-msgid "PBS is <strong>NOT</strong> a bugtracker."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:51
-msgid ""
-"To report bugs please use our bugtracker liked below if you want them to get "
-"fixed."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:55
-msgid "Bugtracker"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:4
-msgid "400 - Bad request"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:8
-msgid "Invalid data has been passed to the application."
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:13
-msgid ""
-"The application refused to go on with the provided data that was sent in "
-"this request."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:4
-msgid "403 - Access forbidden"
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:8
-msgid "You are not allowed to access this ressource."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:13
-msgid ""
-"Access to the requested page has been denied because you do not have "
-"sufficient rights."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:4
-msgid "404 - Not Found"
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:8
-msgid "I could not find what you were searching for."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:13
-msgid "You may have clicked an expired link or mistyped the address."
-msgstr ""
-
-#: ../src/templates/errors/error.html:8
-msgid "Oops! Don't panic."
-msgstr ""
-
-#: ../src/templates/errors/error.html:13
-msgid "An unexpected error happened."
-msgstr ""
-
-#: ../src/templates/errors/error.html:19
-msgid "Stay calm and read the text below to find out what went wrong."
-msgstr ""
-
-#: ../src/templates/errors/error.html:31
-msgid "Error code"
-msgstr ""
-
-#: ../src/templates/errors/error.html:38
-msgid "Exception (traceback):"
-msgstr ""
-
-#: ../src/templates/errors/error.html:49
-msgid ""
-"Please try going back to the previous page and try the action you did again "
-"in a moment."
-msgstr ""
-
-#: ../src/templates/errors/error.html:50
-msgid ""
-"If the error persists, you should consider to get in touch with an "
-"administrator."
-msgstr ""
-
-#: ../src/templates/file-detail.html:5
-msgid "File"
-msgstr ""
-
-#: ../src/templates/file-detail.html:13
-#: ../src/templates/modules/log-table.html:12
-#: ../src/templates/package-detail.html:3
-#: ../src/templates/package-detail.html:50
-#: ../src/templates/package-detail-list.html:3
-#: ../src/templates/package-properties.html:3
-msgid "Package"
-msgstr ""
-
-#: ../src/templates/file-detail.html:20
-#: ../src/templates/repository-edit.html:25
-msgid "Description"
-msgstr ""
-
-#: ../src/templates/file-detail.html:27
-msgid "URL"
-msgstr ""
-
-#: ../src/templates/file-detail.html:34
-#: ../src/templates/modules/package-header.html:14
-#: ../src/templates/package-detail.html:70
-msgid "License"
-msgstr ""
-
-#: ../src/templates/file-detail.html:46
-#: ../src/templates/modules/packages-table.html:6
-#: ../src/templates/package-detail.html:126
-msgid "Size"
-msgstr ""
-
-#: ../src/templates/file-detail.html:51
-msgid "Hash"
-msgstr ""
-
-#: ../src/templates/file-detail.html:57
-#: ../src/templates/modules/packages/dependency-table.html:5
-msgid "Provides"
-msgstr ""
-
-#: ../src/templates/file-detail.html:63 ../src/templates/file-detail.html:69
-#: ../src/templates/modules/packages/dependency-table.html:7
-msgid "Requires"
-msgstr ""
-
-#: ../src/templates/file-detail.html:76
-#: ../src/templates/modules/packages/dependency-table.html:13
-msgid "Obsoletes"
-msgstr ""
-
-#: ../src/templates/file-detail.html:83
-#: ../src/templates/modules/packages/dependency-table.html:11
-msgid "Conflicts"
-msgstr ""
-
-#: ../src/templates/file-detail.html:90
-msgid "Build information"
-msgstr ""
-
-#: ../src/templates/file-detail.html:93
-msgid "ID"
-msgstr ""
-
-#: ../src/templates/file-detail.html:99
-#: ../src/templates/modules/jobs-table.html:6
-msgid "Host"
-msgstr ""
-
-#: ../src/templates/file-detail.html:105
-msgid "Time"
-msgstr ""
-
-#: ../src/templates/file-detail.html:111
-#: ../src/templates/search-results.html:71
-msgid "Files"
-msgstr ""
-
-#: ../src/templates/file-detail.html:118
-#: ../src/templates/packages/view-file.html:51
-msgid "Download file"
-msgstr ""
-
-#: ../src/templates/index.html:3
-msgid "Welcome to the Pakfire Build Service"
-msgstr ""
-
-#: ../src/templates/index.html:8
-#, c-format
-msgid "Welcome, %s!"
-msgstr ""
-
-#: ../src/templates/index.html:22
-msgid "Development powered by community!"
-msgstr ""
-
-#: ../src/templates/index.html:38
-msgid "Latest stable updates"
-msgstr ""
-
-#: ../src/templates/index.html:40
-msgid "Unstable updates"
-msgstr ""
-
-#: ../src/templates/index.html:42
-msgid "Testing updates"
-msgstr ""
-
-#: ../src/templates/index.html:59
-msgid "View more updates..."
-msgstr ""
-
-#: ../src/templates/index.html:70
-msgid "Build jobs"
-msgstr ""
-
-#: ../src/templates/index.html:76
-msgid "Show more build jobs"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:3 ../src/templates/jobs-abort.html:6
-#, c-format
-msgid "Abort build job %s"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:8
-msgid "You may abort a running build."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:9
-msgid "The build server will eventually stop to build the package."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:16 ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:58
-#: ../src/templates/modules/jobs/list.html:5
-msgid "Build job"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:25
-#: ../src/templates/modules/build-offset.html:5
-msgid "Start time"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:30
-msgid "No started, yet."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:38
-msgid "Build server"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:3
-msgid "Job buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:28
-#: ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:154
-msgid "Buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:41
-#, c-format
-msgid "The packages listed below were used to build %s."
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:52
-msgid "Buildroot size"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:56
-msgid "Download size"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:3
-#: ../src/templates/job-schedule-rebuild.html:29
-#, c-format
-msgid "Schedule rebuild for %s"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:24
-msgid "Schedule rebuild"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:35
-msgid "At this place, you can submit failed build jobs to be built again."
-msgstr ""
-
-#: ../src/templates/job-schedule-test.html:44
-msgid ""
-"Please note, that all other kinds of build are preferred over the test "
-"builds."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:3 ../src/templates/package-detail.html:118
-msgid "Job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:36
-msgid "Abort job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:42
-msgid "Restart job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:71
-msgid "Job has been aborted"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:73
-msgid ""
-"This build job is in an aborted state, because the build process crashed "
-"unexpectedly."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:74
-msgid ""
-"In most cases, there is no log file and you must figure out the issue on "
-"your own."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:77
-msgid "The error code is:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:80
-msgid "Segmentation violation"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:88
-msgid "You may resubmit the job to try again:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:89
-msgid "Re-submit build"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:110
-msgid "No builder assigned."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:117 ../src/templates/keys-list.html:32
-#: ../src/templates/modules/build-table.html:23
-msgid "Created"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:122
-#: ../src/templates/sessions/index.html:35
-msgid "Started"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:134
-msgid "ETA"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:144
-msgid "Build logs"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:148
-msgid "No logs available, yet."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:155
-#, c-format
-msgid "%s package"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:165
-msgid "Package files"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:3 ../src/templates/jobs-filter.html:21
-#: ../src/templates/jobs-index.html:18
-msgid "Filter jobs"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:16
-msgid "Filter"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:30 ../src/templates/jobs-filter.html:47
-msgid "[Choose one]"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:36
-msgid "Only show jobs, that have been built by this builder."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:53
-msgid "Only show jobs, with this architecture."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:59 ../src/templates/search-form.html:35
-#: ../src/templates/search-results.html:40
-msgid "Go!"
-msgstr ""
-
-#: ../src/templates/jobs-index.html:30
-#, c-format
-msgid "Showing only jobs from %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:37
-#, c-format
-msgid "Showing only builds that have been built on %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:45
-#, c-format
-msgid "Showing only jobs built for %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:3
-#, c-format
-msgid "Delete key %s"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:25 ../src/templates/keys-import.html:28
-msgid "Key"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:29
-#, c-format
-msgid "You are going to delete the key %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:41
-msgid "Delete key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:3 ../src/templates/keys-import.html:16
-#: ../src/templates/keys-import.html:39 ../src/templates/keys-list.html:106
-msgid "Import new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:21
-msgid "Import a new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:33
-msgid "Paste the key to import."
-msgstr ""
-
-#: ../src/templates/keys-list.html:21
-msgid "The keys are a very important component when it comes to security."
-msgstr ""
-
-#: ../src/templates/keys-list.html:22
-msgid ""
-"Each package in the Pakfire Build Service is signed to prove its "
-"authenticity."
-msgstr ""
-
-#: ../src/templates/keys-list.html:31
-msgid "Fingerprint"
-msgstr ""
-
-#: ../src/templates/keys-list.html:33
-msgid "Expires"
-msgstr ""
-
-#: ../src/templates/keys-list.html:51
-msgid "Lookup"
-msgstr ""
-
-#: ../src/templates/keys-list.html:55
-#: ../src/templates/modules/files-table.html:5
-#: ../src/templates/modules/packages-table.html:21
-#: ../src/templates/package-detail.html:152
-msgid "Download"
-msgstr ""
-
-#: ../src/templates/keys-list.html:75 ../src/templates/keys-list.html:77
-msgid "Subkey"
-msgstr ""
-
-#: ../src/templates/keys-list.html:90
-msgid "This key does not expire."
-msgstr ""
-
-#: ../src/templates/login.html:3 ../src/templates/login.html:7
-#: ../src/templates/login.html:34
-#: ../src/templates/modules/modal-build-comment.html:56
-msgid "Login"
-msgstr ""
-
-#: ../src/templates/login.html:12
-msgid "Login failed!"
-msgstr ""
-
-#: ../src/templates/login.html:13
-msgid "Username and/or password was wrong. Login failed."
-msgstr ""
-
-#: ../src/templates/login.html:22 ../src/templates/register.html:30
-#: ../src/templates/user-profile-edit.html:37
-#: ../src/templates/user-profile.html:37
-msgid "Username"
-msgstr ""
-
-#: ../src/templates/login.html:28 ../src/templates/register.html:67
-#: ../src/templates/user-profile-edit.html:101
-msgid "Password"
-msgstr ""
-
-#: ../src/templates/login.html:41
-msgid "You also might want to..."
-msgstr ""
-
-#: ../src/templates/login.html:44
-msgid "Register a new account."
-msgstr ""
-
-#: ../src/templates/login.html:47
-msgid "Recover your password."
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:3
-#, c-format
-msgid "Delete mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:25
-#, c-format
-msgid "Delete mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:29
-#, c-format
-msgid "You are going to delete the mirror %s."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:3
-#: ../src/templates/mirrors-detail.html:46
-#, c-format
-msgid "Mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:29
-msgid "Edit settings"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:37
-msgid "Delete mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:47
-#, c-format
-msgid "hosted by %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:75
-msgid "Status information"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:79
-msgid "Status"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:84
-#: ../src/templates/mirrors-list.html:45
-msgid "Last check"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:89
-msgid "Never"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:103
-msgid "View larger map"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:108
-msgid "The location of the mirror server is estimated by the IP address."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:112
-msgid "The location of the mirror server could not be estimated."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:3
-#, c-format
-msgid "Manage mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:25
-#, c-format
-msgid "Manage mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:37
-msgid "The canonical hostname."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:47
-msgid "Only enabled mirrors will be pushed out to the clients."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:54
-msgid "Contact information"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:57 ../src/templates/mirrors-list.html:43
-#: ../src/templates/modules/changelog/entry.html:48
-#: ../src/templates/uploads-list.html:25
-msgid "Owner"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:62
-msgid "The owner of the mirror server."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:68
-msgid "Contact address"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:73
-msgid "An email address to contact an administrator of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:75
-msgid "This won't be made public."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:24 ../src/templates/mirrors-new.html:3
-msgid "Add new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:36
-msgid "On this page, you will see a list of all mirror servers."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:64
-msgid "Up"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:68
-msgid "Down"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:90
-msgid "There are no mirrors configured, yet."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:16
-msgid "New mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:21
-msgid "Add a new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:34
-msgid "Enter the canonical hostname of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:40
-msgid "Path"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:46
-msgid "The path to the files on the server."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:52
-msgid "Create new mirror"
-msgstr ""
-
-#: ../src/templates/modules/builders/load.html:2
-msgid "Current load of the build cluster"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:4
-#: ../src/templates/package-properties.html:71
-#: ../src/templates/package-properties.html:82
-msgid "Critical path"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:9
-msgid "Release build"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:11
-#: ../src/templates/modules/changelog/entry.html:22
-msgid "Scratch build"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:8
-msgid "As soon as possible"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:9
-msgid "After 5 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:10
-msgid "After 15 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:11
-msgid "After one hour"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:12
-msgid "After one day"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:17
-msgid "Set the time after which the build job starts."
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:22
-msgid "Schedule build"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:3
-msgid "This build is broken!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:4
-msgid ""
-"This means that the package may cause severe damage on your system and/or "
-"does not work at all."
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:8
-msgid "This build is obsolete!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:9
-msgid "This means that this package has been replaced with a new one."
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:17
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-detail.html:50
-msgid "Repository"
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:83
-msgid "There are no builds to show at this place right now."
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:8
-#, c-format
-msgid "on %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:11
-#, c-format
-msgid "by %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:16
-msgid "Updated"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:22
-msgid "No comments so far."
-msgstr ""
-
-#: ../src/templates/modules/files-table.html:7
-msgid "Info"
-msgstr ""
-
-#: ../src/templates/modules/footer.html:5
-msgid ""
-"Pakfire is the buildsystem that is used to build the IPFire Linux firewall "
-"distribution."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:6
-msgid "It also installs and updates packages on the IPFire systems."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:11
-msgid "Code licensed under the GNU General Public License v3."
-msgstr ""
-
-#: ../src/templates/modules/jobs/list.html:7
-msgid "Runtime"
-msgstr ""
-
-#: ../src/templates/modules/jobs/status.html:9
-msgid "This build has got no jobs."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:4
-msgid "Arch"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:7
-msgid "Duration"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:19 ../src/web/ui_modules.py:325
-msgid "New"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:31 ../src/web/ui_modules.py:300
-msgid "Aborted"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:33
-msgid "Dependency error"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:47
-#, c-format
-msgid "Running since %s"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:51
-msgid "Not finished, yet."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:60
-#, c-format
-msgid "This package only supports %s."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:66
-msgid "No jobs, yet."
-msgstr ""
-
-#: ../src/templates/modules/log-entry-comment.html:22
-msgid "No comment given."
-msgstr ""
-
-#: ../src/templates/modules/log-entry.html:21
-msgid "You"
-msgstr ""
-
-#: ../src/templates/modules/log-table.html:23
-msgid "No log entries, yet."
-msgstr ""
-
-#: ../src/templates/modules/modal-base.html:25
-#: ../src/templates/user-forgot-password.html:49
-msgid "Submit"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:8
-#, c-format
-msgid "Comment on %s"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:10
-msgid "Log in to comment"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:26
-msgid "Vote"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:30
-msgid "Not tested."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:34
-msgid "Works for me."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:38
-msgid "Does not work."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:46
-msgid "You need to log in to comment."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:47
-msgid "Click on the button below to do so."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:54
-msgid "Submit comment"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:7
-#, c-format
-msgid "Push %s to a repository"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:15
-msgid "Not all jobs are finished!"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:16
-msgid ""
-"So it is <em>strongly</em> discouraged to push this build into the next "
-"repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:35
-msgid "The build will be put into this repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:44
-msgid "You are going to push this build into a new repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:45
-msgid ""
-"This means that the build won't be part of the repository it is currently in "
-"anymore."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:48
-msgid ""
-"Please make sure you tested this build well enough that it will keep up with "
-"the quality level of the target repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:6
-#, c-format
-msgid "Unpush %s from a repository"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:27
-msgid "You are going to unpush this build from its repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:28
-msgid ""
-"This means that the build won't be installable from this repository anymore."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:33
-msgid ""
-"If you consider this build being obsolete or broken, please don't forget to "
-"mark it so."
-msgstr ""
-
-#: ../src/templates/modules/package-header.html:19
-msgid "Group"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:9
-msgid "Pre-requires"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:15
-msgid "Recommends"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:17
-msgid "Suggests"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:5
-#, c-format
-msgid "added %s"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:10
-msgid "Run"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:12
-msgid "Remove action"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:19
-msgid "%(credits)s more credit needed."
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:21
-msgid "No more credits needed."
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:25
-#, c-format
-msgid "Maintainer: %s"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:28
-msgid "Go to package description"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:5
-msgid "No. of builds"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:6
-#: ../src/templates/repository-detail.html:44
-msgid "Enabled for builds"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:21
-#: ../src/templates/repository-detail.html:68
-#: ../src/templates/user-profile.html:136
-msgid "Yes"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:23
-#: ../src/templates/repository-detail.html:70
-#: ../src/templates/user-profile.html:138
-msgid "No"
-msgstr ""
-
-#: ../src/templates/modules/select/locale.html:2
-#: ../src/templates/modules/select/timezone.html:2
-msgid "Auto-select"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:5
-msgid "No. of commits"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:6
-msgid "Latest commit"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:14
-#, c-format
-msgid "Branch: %s"
-msgstr ""
-
-#: ../src/templates/modules/updates-table.html:18
-msgid "Score:"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:2
-msgid "Watchers"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:7
-#: ../src/templates/modules/watchers-sidebar-table.html:36
-msgid "You."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:9
-msgid "You and one other."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:11
-#, c-format
-msgid "You and %s others."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:14
-msgid "One person."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:27
-msgid ""
-"All users who watch this build will be automatically notified about status "
-"changes and comments."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:28
-msgid "This is an easy way of staying up to date."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:48
-msgid "Nobody watches this build, yet. Be the first one."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:56
-msgid "Watch this build"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:58
-msgid "Add a watcher"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:62
-msgid "Close"
-msgstr ""
-
-#: ../src/templates/package-detail.html:42
-msgid "Development package"
-msgstr ""
-
-#: ../src/templates/package-detail.html:45
-msgid "Debuginfo package"
-msgstr ""
-
-#: ../src/templates/package-detail.html:64
-msgid "Homepage"
-msgstr ""
-
-#: ../src/templates/package-detail.html:88
-msgid "Build time"
-msgstr ""
-
-#: ../src/templates/package-detail.html:130
-msgid "%(size)s when installed"
-msgstr ""
-
-#: ../src/templates/package-detail.html:162
-msgid "Build dependencies"
-msgstr ""
-
-#: ../src/templates/package-detail.html:164
-msgid "Dependencies"
-msgstr ""
-
-#: ../src/templates/package-detail.html:173
-msgid "Filelist"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:25
-#: ../src/templates/packages/builds/times.html:20
-#: ../src/templates/packages/builds/times.html:41
-msgid "Build times"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:58
-msgid "File new bug"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:61
-msgid "Show all bugs"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:66
-msgid "Open bugs"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:76
-msgid "Full changelog"
-msgstr ""
-
-#: ../src/templates/package-properties.html:20
-msgid "Properties"
-msgstr ""
-
-#: ../src/templates/package-properties.html:32
-msgid "Maintainers"
-msgstr ""
-
-#: ../src/templates/package-properties.html:37
-#: ../src/templates/package-properties.html:47
-msgid "Default priority"
-msgstr ""
-
-#: ../src/templates/package-properties.html:39
-msgid ""
-"A big benefit of the Pakfire Build Service is, that builds are available to "
-"end-users in a very short time."
-msgstr ""
-
-#: ../src/templates/package-properties.html:40
-msgid ""
-"Some packages might need some extra boost if the build servers are very busy."
-msgstr ""
-
-#: ../src/templates/package-properties.html:43
-msgid "You may set a default priority for all builds of this package."
-msgstr ""
-
-#: ../src/templates/package-properties.html:73
-msgid ""
-"A package that belongs to the critical path is a package that plays a very "
-"essential role in the distribution."
+msgid "Size"
msgstr ""
-#: ../src/templates/package-properties.html:74
-msgid ""
-"If such a package is broken, it may not be possible to boot or recover the "
-"system anymore, so we need to be extra sure that these packages work."
+msgid "Hash"
msgstr ""
-#: ../src/templates/package-properties.html:77
-msgid ""
-"If this package is marked to belong to the critical path, it will need a "
-"higher score to pass to the next repository and more."
+msgid "Provides"
msgstr ""
-#: ../src/templates/package-properties.html:78
-msgid "Learn more."
+msgid "Requires"
msgstr ""
-#: ../src/templates/package-properties.html:86
-msgid "This package belongs to the critical path"
+msgid "Obsoletes"
msgstr ""
-#: ../src/templates/packages/builds/scratch.html:35
-msgid "There are no scratch builds for this package."
+msgid "Conflicts"
msgstr ""
-#: ../src/templates/packages/builds/times.html:3
-msgid "Package build times"
+msgid "Build information"
msgstr ""
-#: ../src/templates/packages/builds/times.html:34
-msgid "This table shows you how long this package normally takes to be built."
+msgid "ID"
msgstr ""
-#: ../src/templates/packages/builds/times.html:45
-msgid "Average"
+msgid "Host"
msgstr ""
-#: ../src/templates/packages/builds/times.html:46
-msgid "Maximum"
+msgid "Time"
msgstr ""
-#: ../src/templates/packages/builds/times.html:47
-msgid "Minimum"
+msgid "Files"
msgstr ""
-#: ../src/templates/packages/builds/times.html:48
-msgid "Total"
+msgid "Download file"
msgstr ""
-#: ../src/templates/packages/changelog.html:3
-#, c-format
-msgid "Changelog of %s"
+msgid "Welcome!"
msgstr ""
-#: ../src/templates/packages/changelog.html:20
-#: ../src/templates/packages/changelog.html:26
-msgid "Changelog"
+msgid "Development Powered By Community"
msgstr ""
-#: ../src/templates/packages-list.html:3 ../src/templates/packages-list.html:17
-msgid "Package list"
+msgid "Current Jobs"
msgstr ""
-#: ../src/templates/packages-list.html:23
-msgid ""
-"This is an alphabetically ordered list of all packages in the distribution."
+msgid "One Job In Queue"
+msgid_plural "%(num)s Jobs In Queue"
+msgstr[0] ""
+
+#, c-format
+msgid "Abort build job %s"
msgstr ""
-#: ../src/templates/packages-list.html:24
-msgid "Click on a link to see further information about the package."
+msgid "You may abort a running build."
msgstr ""
-#: ../src/templates/packages-list.html:31
-msgid "Selection"
+msgid "The build server will eventually stop to build the package."
msgstr ""
-#: ../src/templates/packages-list.html:36
-msgid "Show broken packages"
+msgid "Build job"
msgstr ""
-#: ../src/templates/packages-list.html:39
-msgid "Show all packages"
+msgid "Start time"
msgstr ""
-#: ../src/templates/packages/view-file.html:3
-msgid "View %(filename)s from %(pkg)s"
+msgid "No started, yet."
msgstr ""
-#: ../src/templates/packages/view-file.html:36
-msgid "View file"
+msgid "Build server"
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Mimetype: %s"
+msgid "Job buildroot"
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Size: %s"
+msgid "Buildroot"
msgstr ""
-#: ../src/templates/register-activation-fail.html:3
-msgid "Account activation failed"
+msgid "Buildroot size"
msgstr ""
-#: ../src/templates/register-activation-fail.html:12
-#: ../src/templates/register-activation-success.html:12
-msgid "Account activation"
+msgid "Download size"
msgstr ""
-#: ../src/templates/register-activation-fail.html:17
-msgid "Activation failed"
+#, c-format
+msgid "The packages listed below were used to build %s."
msgstr ""
-#: ../src/templates/register-activation-fail.html:23
-#: ../src/templates/register-fail.html:6
-#: ../src/templates/user-profile-edit-fail.html:6
-msgid "We are sorry."
+msgid "Log In"
msgstr ""
-#: ../src/templates/register-activation-fail.html:24
-msgid "The activation of your account has failed."
+msgid "Login failed"
msgstr ""
-#: ../src/templates/register-activation-fail.html:25
-msgid "Possibly the registration code is wrong or your registration timed out."
+#, c-format
+msgid "Delete mirror %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:3
-msgid "Account activation successful"
+#, c-format
+msgid "Delete mirror: %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:17
-msgid "Activation successful"
+#, c-format
+msgid "You are going to delete the mirror %s."
msgstr ""
-#: ../src/templates/register-activation-success.html:23
#, c-format
-msgid "Your account has been activated, %s."
+msgid "Mirror: %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:24
-msgid "Have fun!"
+msgid "Add new mirror"
msgstr ""
-#: ../src/templates/register-fail.html:4
-msgid "Registration failed"
+msgid "Edit settings"
msgstr ""
-#: ../src/templates/register-fail.html:7
-msgid "We could not create your requested account."
+msgid "Delete mirror"
msgstr ""
-#: ../src/templates/register-fail.html:17
-#: ../src/templates/user-profile-edit-fail.html:17
-msgid ""
-"Use the back button on your web browser to go back to the previous page and "
-"correct your submission."
+msgid "General"
msgstr ""
-#: ../src/templates/register.html:3 ../src/templates/register.html:18
-msgid "Register a new account"
+msgid "Location"
msgstr ""
-#: ../src/templates/register.html:12
-msgid "Register new account"
+msgid "The location of the mirror server could not be estimated."
msgstr ""
-#: ../src/templates/register.html:19
-msgid "Join the community!"
+msgid "Status information"
msgstr ""
-#: ../src/templates/register.html:26
-msgid "Registration form"
+msgid "Status"
msgstr ""
-#: ../src/templates/register.html:35
-msgid "Must be a unique name you login with."
+msgid "HTTP Response Code"
msgstr ""
-#: ../src/templates/register.html:41 ../src/templates/user-profile-edit.html:60
-msgid "Email address"
+msgid "Last sync"
msgstr ""
-#: ../src/templates/register.html:46
-msgid "Type in your email address, which is used to verify the account."
+msgid "Last check"
msgstr ""
-#: ../src/templates/register.html:52
-msgid "Real name (optional)"
+msgid "Never"
msgstr ""
-#: ../src/templates/register.html:57
-msgid "Type you firstname and your lastname here."
+msgid "Average Response Time"
msgstr ""
-#: ../src/templates/register.html:64
-msgid "Account security"
+#, c-format
+msgid "Manage mirror %s"
msgstr ""
-#: ../src/templates/register.html:72
-#: ../src/templates/user-profile-edit.html:106
-msgid ""
-"The password is used to secure the login and must be at least 8 characters."
+msgid "Manage"
msgstr ""
-#: ../src/templates/register.html:78
-msgid "Confirm password"
+#, c-format
+msgid "Manage mirror: %s"
msgstr ""
-#: ../src/templates/register.html:83
-msgid "Pick a password that is as strong as possible."
+msgid "The canonical hostname."
msgstr ""
-#: ../src/templates/register.html:84
-msgid "Don't login at unsecure places where people could spy on your password."
+msgid "Check if this mirror server supports HTTPS."
msgstr ""
-#: ../src/templates/register.html:91
-msgid "Sign up!"
+msgid "Contact information"
msgstr ""
-#: ../src/templates/register-success.html:4
-msgid "Registration successful"
+msgid "Owner"
msgstr ""
-#: ../src/templates/register-success.html:6
-#, c-format
-msgid "Your new account has been created, %s."
+msgid "The owner of the mirror server."
msgstr ""
-#: ../src/templates/register-success.html:7
-msgid ""
-"To complete the activation, follow the instructions that were sent to you in "
-"an activation email."
+msgid "Contact address"
msgstr ""
-#: ../src/templates/repository-detail.html:30
-msgid "Stable repository"
+msgid "An email address to contact an administrator of the mirror."
msgstr ""
-#: ../src/templates/repository-detail.html:34
-msgid "Unstable repository"
+msgid "This won't be made public."
msgstr ""
-#: ../src/templates/repository-detail.html:38
-msgid "Testing repository"
+msgid "Save changes"
msgstr ""
-#: ../src/templates/repository-detail.html:65
-msgid "Repository is enabled for builds?"
+msgid "On this page, you will see a list of all mirror servers."
msgstr ""
-#: ../src/templates/repository-detail.html:76
-#: ../src/templates/repository-detail.html:151
-msgid "Obsolete builds"
+msgid "Up"
msgstr ""
-#: ../src/templates/repository-detail.html:85
-msgid "Total build time"
+msgid "Out Of Sync"
msgstr ""
-#: ../src/templates/repository-detail.html:99
-msgid ""
-"The table above shows how long it took to build all packages in this "
-"repository."
+msgid "Down"
msgstr ""
-#: ../src/templates/repository-detail.html:126
-msgid "Unpushed builds"
+msgid "There are no mirrors configured, yet."
msgstr ""
-#: ../src/templates/repository-detail.html:128
-msgid ""
-"These builds were already put into this repository, but were not pushed out "
-"to the mirror servers, yet."
+msgid "New mirror"
msgstr ""
-#: ../src/templates/repository-detail.html:139
-msgid "Builds in this repository"
+msgid "Add a new mirror"
msgstr ""
-#: ../src/templates/repository-edit.html:3
-#: ../src/templates/repository-edit.html:7
-#, c-format
-msgid "Edit repository %s"
+msgid "Enter the canonical hostname of the mirror."
msgstr ""
-#: ../src/templates/repository-edit.html:20
-msgid "The name of the repository."
+msgid "Path"
msgstr ""
-#: ../src/templates/repository-edit.html:21
-msgid "Must only contain of the lowercase characters."
+msgid "The path to the files on the server."
msgstr ""
-#: ../src/templates/repository-edit.html:33
-msgid "Score settings"
+msgid "Create new mirror"
msgstr ""
-#: ../src/templates/repository-edit.html:35
-msgid "These settings configure the automatic score feature."
+msgid "Release build"
msgstr ""
-#: ../src/templates/repository-edit.html:36
-msgid ""
-"Builds that gained a certain score are moved to the next repository "
-"automatically and removed if the score is too bad."
+msgid "Scratch build"
msgstr ""
-#: ../src/templates/repository-edit.html:40
-msgid "Needed score"
+msgid "As soon as possible"
msgstr ""
-#: ../src/templates/repository-edit.html:45
-msgid ""
-"The score that is needed for builds to automatically be moved into this "
-"repository."
+msgid "After 5 minutes"
msgstr ""
-#: ../src/templates/repository-edit.html:49
-msgid "Minimum time"
+msgid "After 15 minutes"
msgstr ""
-#: ../src/templates/repository-edit.html:54
-msgid "Every build must stay a minimum time in a repository."
+msgid "After one hour"
msgstr ""
-#: ../src/templates/repository-edit.html:55
-msgid "This is to ensure that a package gets tested well."
+msgid "After one day"
msgstr ""
-#: ../src/templates/repository-edit.html:56
-#: ../src/templates/repository-edit.html:67
-msgid "Enter zero to disable the feature."
+msgid "Set the time after which the build job starts."
msgstr ""
-#: ../src/templates/repository-edit.html:60
-msgid "Maximum time"
+msgid "Schedule build"
msgstr ""
-#: ../src/templates/repository-edit.html:65
-msgid ""
-"If a build is more than a certain amount of time in a repository, it will "
-"automatically be removed."
+msgid "This build is broken!"
msgstr ""
-#: ../src/templates/repository-edit.html:66
-msgid "This is to ensure that packages are not forgotten to be pushed."
+msgid ""
+"This means that the package may cause severe damage on your system and/or "
+"does not work at all."
msgstr ""
-#: ../src/templates/repository-edit.html:73
-msgid "Build settings"
+msgid "This build is obsolete!"
msgstr ""
-#: ../src/templates/repository-edit.html:76
-msgid "Use package for builds?"
+msgid "This means that this package has been replaced with a new one."
msgstr ""
-#: ../src/templates/repository-edit.html:81
-msgid "Should the package be selected for builds by default?"
+msgid "Repository"
msgstr ""
-#: ../src/templates/repository-edit.html:82
-#: ../src/templates/user-impersonation.html:21
-msgid "Use with caution!"
+msgid "Created"
msgstr ""
-#: ../src/templates/search-form.html:3
-msgid "Advanced search"
+msgid "In repository since"
msgstr ""
-#: ../src/templates/search-form.html:18
-#, c-format
-msgid "No results for '%s'."
+msgid "Can be moved forward"
msgstr ""
-#: ../src/templates/search-form.html:26
-msgid "Type a search pattern into the box below and hit the button."
+msgid "There are no builds to show at this place right now."
msgstr ""
-#: ../src/templates/search-form.html:46
-msgid "Search for packages by name or description"
+msgid "Subject"
msgstr ""
-#: ../src/templates/search-form.html:48
-msgid ""
-"If you type a package name to the search box you will get a link to the "
-"package."
+msgid "Download"
msgstr ""
-#: ../src/templates/search-form.html:49
-msgid "The search is performed in case insensitive mode."
+msgid "Info"
msgstr ""
-#: ../src/templates/search-form.html:58
-msgid "Search for UUIDs"
+msgid "Arch"
msgstr ""
-#: ../src/templates/search-form.html:60
-msgid ""
-"If you type a UUID to the search box, you will be directed to the job, build "
-"or package it belongs to."
+msgid "Duration"
msgstr ""
-#: ../src/templates/search-form.html:61
-msgid ""
-"This is a handy feature if you have a UUID and search for the corresponding "
-"package or build."
+msgid "Pending"
msgstr ""
-#: ../src/templates/search-form.html:64 ../src/templates/search-form.html:80
-msgid "Examples"
+msgid "Failed"
msgstr ""
-#: ../src/templates/search-form.html:73
-msgid "Search for files"
+msgid "Dispatching"
msgstr ""
-#: ../src/templates/search-form.html:75
-msgid "You may also search for file names."
+msgid "Finished"
msgstr ""
-#: ../src/templates/search-form.html:76
-msgid "You will get a list of packages that contain the file."
+msgid "Running"
msgstr ""
-#: ../src/templates/search-form.html:77
-msgid ""
-"The search pattern must start with a slash that it will be recognized as a "
-"file."
+msgid "Aborted"
msgstr ""
-#: ../src/templates/search-results.html:3
-#: ../src/templates/search-results.html:22
#, c-format
-msgid "Search results for '%s'"
+msgid "Running since %s"
msgstr ""
-#: ../src/templates/search-results.html:12
-msgid "Search results"
+msgid "Not finished, yet."
msgstr ""
-#: ../src/templates/search-results.html:28
-msgid "No results found."
+#, c-format
+msgid "This package only supports %s."
msgstr ""
-#: ../src/templates/search-results.html:30
-msgid "Visit the advanced search page to find about how to define your query."
+msgid "No jobs, yet."
msgstr ""
-#: ../src/templates/search-results.html:75
#, c-format
-msgid "%s was found in the following package."
-msgstr ""
-
-#: ../src/templates/sessions/index.html:36
-msgid "Valid until"
+msgid "Finished %s"
msgstr ""
-#: ../src/templates/sessions/index.html:37
-msgid "Last seen at"
+#, c-format
+msgid "on %s"
msgstr ""
-#: ../src/templates/source-list.html:3
-msgid "Sources repositories"
+msgid "This build has got no jobs."
msgstr ""
-#: ../src/templates/source-list.html:17
-msgid "Add source repository"
+msgid "No comment given."
msgstr ""
-#: ../src/templates/source-list.html:18
-msgid "Blah 123"
+msgid "You"
msgstr ""
-#: ../src/templates/statistics/index.html:11
-msgid ""
-"On this page, you will find a lot of information bundled in graphs and "
-"figures."
+msgid "No log entries, yet."
msgstr ""
-#: ../src/templates/statistics/index.html:12
-msgid ""
-"They give a very quick overview about what is going on in the build service."
+msgid "Submit"
msgstr ""
-#: ../src/templates/statistics/index.html:18
#, c-format
-msgid "The average build time is %.1f minutes."
+msgid "Comment on %s"
msgstr ""
-#: ../src/templates/statistics/index.html:21
-msgid "There are %(builds_count)s builds containing %(jobs_count_all)s jobs."
+msgid "Log in to comment"
msgstr ""
-#: ../src/templates/updates-index.html:3
-msgid "Updates"
+msgid "Comment"
msgstr ""
-#: ../src/templates/updates-index.html:6
-msgid "Coming soon..."
+msgid "Vote"
msgstr ""
-#: ../src/templates/uploads-list.html:24
-msgid "Filename"
+msgid "Not tested."
msgstr ""
-#: ../src/templates/uploads-list.html:26
-msgid "Filesize"
+msgid "Works for me."
msgstr ""
-#: ../src/templates/uploads-list.html:27
-msgid "Time running"
+msgid "Does not work."
msgstr ""
-#: ../src/templates/uploads-list.html:44
-msgid "No owner."
+msgid "You need to log in to comment."
msgstr ""
-#: ../src/templates/uploads-list.html:74
-msgid "There are currently no uploads running."
+msgid "Click on the button below to do so."
msgstr ""
-#: ../src/templates/user-comments.html:4
-msgid "Latest user comments"
+msgid "Submit comment"
msgstr ""
-#: ../src/templates/user-comments.html:12
-msgid "Show all users"
+msgid "Login"
msgstr ""
-#: ../src/templates/user-delete.html:4
#, c-format
-msgid "Delete user %s"
+msgid "Push %s to a repository"
msgstr ""
-#: ../src/templates/user-delete.html:8
-msgid "Do you really want to delete your own account?"
+msgid "Not all jobs are finished!"
msgstr ""
-#: ../src/templates/user-delete.html:9
-msgid "You won't be able to login and use this service any more."
+msgid ""
+"So it is <em>strongly</em> discouraged to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/user-delete.html:11
-#, c-format
-msgid "Do you really want to delete the user %s?"
+msgid "The build will be put into this repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:3
-#: ../src/templates/user-forgot-password.html:12
-#: ../src/templates/user-forgot-password.html:17
-msgid "Forgot password"
+msgid "You are going to push this build into a new repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:22
-msgid "Work in progress!"
+msgid ""
+"This means that the build won't be part of the repository it is currently in "
+"anymore."
msgstr ""
-#: ../src/templates/user-forgot-password.html:28
-msgid "You have forgotten you password, eh? Shame on you."
+msgid ""
+"Please make sure you tested this build well enough that it will keep up with "
+"the quality level of the target repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:29
-msgid "However, we allow to re-activate your account."
+#, c-format
+msgid "Unpush %s from a repository"
msgstr ""
-#: ../src/templates/user-forgot-password.html:32
-msgid "You need to enter your username below."
+msgid "You are going to unpush this build from its repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:33
-msgid "After that, you will receive an email with intructions how to go on."
+msgid ""
+"This means that the build won't be installable from this repository anymore."
msgstr ""
-#: ../src/templates/user-forgot-password.html:42
-msgid "Your username"
+msgid ""
+"If you consider this build being obsolete or broken, please don't forget to "
+"mark it so."
msgstr ""
-#: ../src/templates/user-impersonation.html:3
+msgid "Group"
+msgid_plural "Groups"
+msgstr[0] ""
+
#, c-format
-msgid "Impersonate user %s"
+msgid "added %s"
msgstr ""
-#: ../src/templates/user-impersonation.html:7
-msgid "User impersonation"
+msgid "Run"
msgstr ""
-#: ../src/templates/user-impersonation.html:17
-msgid ""
-"When impersonating another user, every action you perform will be taking "
-"place as if you had logged in as the user whom will be impersonating."
+msgid "Remove action"
msgstr ""
-#: ../src/templates/user-impersonation.html:22
-msgid ""
-"This is a very powerful feature. You should be very careful while using it."
-msgstr ""
+msgid "One more score needed."
+msgid_plural "%(score)s more scores needed."
+msgstr[0] ""
-#: ../src/templates/user-list.html:3
-msgid "User list"
+msgid "No more scores needed."
msgstr ""
-#: ../src/templates/user-profile-builds.html:3
-#: ../src/templates/user-profile-builds.html:7
#, c-format
-msgid "Builds by %s"
+msgid "Maintainer: %s"
msgstr ""
-#: ../src/templates/user-profile-edit-fail.html:4
-msgid "Edit failed"
+msgid "Go to package description"
msgstr ""
-#: ../src/templates/user-profile-edit-fail.html:7
-msgid "The user profile cannot be saved."
+msgid "Auto-select"
msgstr ""
-#: ../src/templates/user-profile-edit.html:3
-#: ../src/templates/user-profile-edit.html:26
-#, c-format
-msgid "Edit user profile: %s"
+msgid "No. of commits"
msgstr ""
-#: ../src/templates/user-profile-edit.html:34
-msgid "User Identity"
+msgid "Latest commit"
msgstr ""
-#: ../src/templates/user-profile-edit.html:48
-msgid "Real name"
+#, c-format
+msgid "Branch: %s"
msgstr ""
-#: ../src/templates/user-profile-edit.html:54
-msgid ""
-"This field is optional, but we appreciate it very much if you type in your "
-"real name."
+msgid "You."
msgstr ""
-#: ../src/templates/user-profile-edit.html:66
-msgid ""
-"If the email address is changed, your account will be disabled until you "
-"confirm the new email address."
+msgid "You and one other."
msgstr ""
-#: ../src/templates/user-profile-edit.html:74
-msgid "Admin actions"
+#, c-format
+msgid "You and %s others."
msgstr ""
-#: ../src/templates/user-profile-edit.html:82
-#: ../src/templates/user-profile.html:52
-msgid "Tester"
+msgid "One person."
+msgid_plural "%(num)s people."
+msgstr[0] ""
+
+msgid ""
+"All users who watch this build will be automatically notified about status "
+"changes and comments."
msgstr ""
-#: ../src/templates/user-profile-edit.html:85
-#: ../src/templates/user-profile.html:50
-msgid "Admin"
+msgid "This is an easy way of staying up to date."
msgstr ""
-#: ../src/templates/user-profile-edit.html:90
-msgid "Define the permissions of the user."
+msgid "Nobody watches this build, yet. Be the first one."
msgstr ""
-#: ../src/templates/user-profile-edit.html:98
-msgid "Account security settings"
+msgid "Watch this build"
msgstr ""
-#: ../src/templates/user-profile-edit.html:112
-#: ../src/templates/user-profile-passwd.html:84
-msgid "Confirm"
+msgid "Add a watcher"
msgstr ""
-#: ../src/templates/user-profile-edit.html:117
-msgid "Leave the password fields empty to keep the current password."
+msgid "Close"
msgstr ""
-#: ../src/templates/user-profile-edit.html:124
-msgid "Locale & timezone settings"
+msgid "Properties"
msgstr ""
-#: ../src/templates/user-profile-edit.html:127
-msgid "Preferred language"
+msgid "Maintainers"
msgstr ""
-#: ../src/templates/user-profile-edit.html:132
-msgid "Auto-detect will use the language transmitted by your browser."
+msgid "Default priority"
msgstr ""
-#: ../src/templates/user-profile-edit.html:138
-msgid "Timezone"
+msgid ""
+"A big benefit of the Pakfire Build Service is, that builds are available to "
+"end-users in a very short time."
msgstr ""
-#: ../src/templates/user-profile-edit.html:143
-msgid "Auto-detect will use the timezone transmitted by your browser."
+msgid ""
+"Some packages might need some extra boost if the build servers are very busy."
msgstr ""
-#: ../src/templates/user-profile-edit.html:150
-msgid "Save"
+msgid "You may set a default priority for all builds of this package."
msgstr ""
-#: ../src/templates/user-profile.html:23
-msgid "View comments"
+msgid "Very high"
msgstr ""
-#: ../src/templates/user-profile.html:41
-msgid "Email"
+msgid "High"
msgstr ""
-#: ../src/templates/user-profile.html:61
-msgid "Registered"
+msgid "Medium"
msgstr ""
-#: ../src/templates/user-profile.html:80
-msgid "Edit profile"
+msgid "Low"
msgstr ""
-#: ../src/templates/user-profile.html:86
-#: ../src/templates/user-profile-passwd.html:3
-#: ../src/templates/user-profile-passwd.html:20
-#: ../src/templates/user-profile-passwd.html:25
-#: ../src/templates/user-profile-passwd.html:95
-#: ../src/templates/user-profile-passwd-ok.html:20
-msgid "Change password"
+msgid "Very low"
msgstr ""
-#: ../src/templates/user-profile.html:94
-msgid "Delete account"
+msgid "Critical path"
msgstr ""
-#: ../src/templates/user-profile.html:101
-msgid "Impersonate user"
+msgid ""
+"A package that belongs to the critical path is a package that plays a very "
+"essential role in the distribution."
msgstr ""
-#: ../src/templates/user-profile.html:121
-msgid "Permissions"
+msgid ""
+"If such a package is broken, it may not be possible to boot or recover the "
+"system anymore, so we need to be extra sure that these packages work."
msgstr ""
-#: ../src/templates/user-profile.html:125
-msgid "This user has administration rights."
+msgid ""
+"If this package is marked to belong to the critical path, it will need a "
+"higher score to pass to the next repository and more."
msgstr ""
-#: ../src/templates/user-profile.html:132
-msgid "User is allowed to create scratch builds?"
+msgid "Learn more."
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:4
-msgid "Edit successful"
+msgid "Open Bugs In This Package"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:6
-msgid "The user profile was successfully altered."
+msgid "Show All Bugs"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:7
-msgid ""
-"But as you have changed the email address, you need to re-activate the "
-"account."
+msgid "File A New Bug"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:8
-msgid "Have a look at you mailbox - you already do know what to do."
+msgid "Download Package"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:32
-msgid "You are going to change your password."
+#, c-format
+msgid "Build from %s"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:35
-msgid ""
-"To do so, you need to enter your current password and the new password twice."
+msgid "Filelist"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:39
#, c-format
-msgid "In this dialog, you may change the password of %s."
+msgid "Download (%s)"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:61
-msgid "Old password"
+msgid "Job Queue"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:66
-msgid "Please provide your old password."
+#, c-format
+msgid "Builds in %s"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:73
-msgid "New password"
+msgid "Create"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:78
-msgid "Choose a new password. Make sure that it is as strong as possible."
+msgid "- Select -"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:89
-msgid "Confirm the new password."
+msgid "Create Repository"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:3
-#: ../src/templates/user-profile-passwd-ok.html:29
-msgid "Password changed"
+msgid "Describe what this repository will contain"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:24
-msgid "Done!"
+msgid "Priority"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:37
-msgid "Your password has successfully been changed."
+msgid "Listed"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:41
-#, c-format
-msgid "The password of %s has successfully been changed."
+msgid "By unchecking this box, you can hide this repository from being listed"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:46
-msgid "Ok"
+msgid "Enable Mirroring"
msgstr ""
-#: ../src/web/handlers_auth.py:65
-msgid "No username provided."
+msgid "If enabled, this repository will be made available on mirror servers"
msgstr ""
-#: ../src/web/handlers_auth.py:67
-msgid "The given username is already taken."
+msgid "Download Configuration"
msgstr ""
-#: ../src/web/handlers_auth.py:70 ../src/web/handlers_users.py:177
-msgid "No email address provided."
+msgid "Search"
msgstr ""
-#: ../src/web/handlers_auth.py:72 ../src/web/handlers_users.py:179
-msgid "Email address is invalid."
+#, c-format
+msgid "We could not find anything for '%s'"
msgstr ""
-#: ../src/web/handlers_auth.py:74
-msgid "The given email address is already used for another account."
+msgid "Go!"
msgstr ""
-#: ../src/web/handlers_auth.py:78
-msgid "No password provided."
+msgid "Sources repositories"
msgstr ""
-#: ../src/web/handlers_auth.py:80 ../src/web/handlers_users.py:185
-msgid "Passwords do not match."
+msgid "Source repositories"
msgstr ""
-#: ../src/web/handlers_auth.py:84
-msgid "Your password is too weak."
+msgid "Add source repository"
msgstr ""
-#: ../src/web/handlers_builds.py:368
-msgid "User not found."
+msgid "Blah 123"
msgstr ""
-#: ../src/web/handlers_users.py:112
-msgid "You need to enter you current password."
+msgid "Delete User"
msgstr ""
-#: ../src/web/handlers_users.py:115
-msgid "The provided account password is wrong."
+msgid "Are you sure you want to delete your account?"
msgstr ""
-#: ../src/web/handlers_users.py:124
-msgid "The given passwords do not match."
+#, c-format
+msgid "Are you sure you want to delete the user '%s'?"
msgstr ""
-#: ../src/web/handlers_users.py:126
-msgid "The password was blank."
+msgid "Edit User"
msgstr ""
-#: ../src/web/handlers_users.py:130
-msgid "The given password is too weak."
+#, c-format
+msgid "Send an Email to %s"
msgstr ""
-#: ../src/web/handlers_users.py:183
-msgid "Password has less than 8 characters."
+msgid "Quota"
msgstr ""
-#: ../src/web/__init__.py:327
#, python-format
msgid "%(min)d min"
msgstr ""
-#: ../src/web/__init__.py:329
#, python-format
msgid "%(hrs)d:%(min)02d hrs"
msgstr ""
-#: ../src/web/__init__.py:336
-#, python-format
-msgid "%dh"
+msgid "User not found."
msgstr ""
-#: ../src/web/__init__.py:340
-#, python-format
-msgid "%dm"
+msgid "Recommends"
msgstr ""
-#: ../src/web/__init__.py:342
-#, python-format
-msgid "%ds"
+msgid "Suggests"
msgstr ""
-#: ../src/web/ui_modules.py:172
msgid "Today"
msgstr ""
-#: ../src/web/ui_modules.py:177
msgid "Yesterday"
msgstr ""
-#: ../src/web/ui_modules.py:305
-msgid "Dependency problem"
+msgid "Uploading"
msgstr ""
-#: ../src/web/ui_modules.py:346
#, python-format
msgid "Unknown: %s"
msgstr ""
msgstr ""
"Project-Id-Version: IPFire Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-06 16:39+0100\n"
+"POT-Creation-Date: 2022-10-12 13:55+0000\n"
"PO-Revision-Date: 2013-02-17 14:23+0000\n"
"Last-Translator: dutchtux <dutchtux@gmail.com>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/ipfire/language/"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../src/buildservice/builds.py:1109
-#, python-format
-msgid "%(user_name)s commented on %(build_name)s"
-msgstr "%(user_name)s heeft commentaar gegeven op %(build_name)s"
-
-#: ../src/buildservice/constants.py:56
-#, python-format
-msgid "[%(build_name)s] Build job failed."
-msgstr "[%(build_name)s] Build-taak mislukt."
-
-#: ../src/buildservice/constants.py:57
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has failed.\n"
-"\n"
-"This could have a couple of reasons and needs to be investigated by you.\n"
-"\n"
-"Here is more information about the incident:\n"
-"\n"
-" Build name: %(build_name)s\n"
-" Build host: %(build_host)s\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-"De build-taak \"%(build_name)s\" is mislukt.\n"
-"\n"
-"Dit kan meerdere oorzaken hebben en moet door u worden onderzocht.\n"
-"\n"
-"Hier is meer informatie over het incident:\n"
-"\n"
-"Build-naam: %(build_name)s\n"
-"Build-host: %(build_host)s\n"
-"\n"
-"Klik op deze link om alle informatie te zien over deze build:\n"
-"https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Met vriendelijke groet,\n"
-"\n"
-"De Pakfire Build Service"
-
-#: ../src/buildservice/constants.py:74
-#, python-format
-msgid "[%(build_name)s] Build job finished."
-msgstr "[%(build_name)s] Build-taak beëindigd."
-
-#: ../src/buildservice/constants.py:75
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has finished.\n"
-"\n"
-"If you are the maintainer, it is up to you to push it to one or more "
-"repositories.\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-"De build-taak \"%(build_name)s\" is beëindigd.\n"
-"\n"
-"Als u de eigenaar/beheerder bent, is het uw taak om de build in één of "
-"meerdere repositories te plaatsen.\n"
-"\n"
-"Klik op deze link om alle details te bekijken van de build:\n"
-"https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Met vriendelijke groet,\n"
-"\n"
-"De Pakfire Build Service"
-
-#: ../src/buildservice/logs.py:67
msgid "Build has been created"
msgstr "Build is aangemaakt"
-#: ../src/buildservice/logs.py:106 ../src/buildservice/logs.py:170
-#: ../src/buildservice/logs.py:230 ../src/buildservice/logs.py:305
msgid "Unknown action."
msgstr "Onbekende actie."
-#: ../src/buildservice/logs.py:117 ../src/buildservice/logs.py:186
-#: ../src/buildservice/logs.py:247 ../src/buildservice/logs.py:321
-#: ../src/templates/builders/detail.html:161
-#: ../src/templates/builders/list.html:59 ../src/templates/jobs-detail.html:82
-#: ../src/templates/mirrors-list.html:72 ../src/web/__init__.py:307
msgid "Unknown"
msgstr "Onbekend"
-#: ../src/buildservice/logs.py:124 ../src/buildservice/logs.py:130
-#: ../src/templates/builders/detail.html:143
-#: ../src/templates/builders/detail.html:149
-#: ../src/templates/builders/detail.html:170
-#: ../src/templates/builders/detail.html:210
-#: ../src/templates/builders/detail.html:224
-#: ../src/templates/jobs-buildroot.html:87
-#: ../src/templates/mirrors-detail.html:67
-#: ../src/templates/mirrors-list.html:56 ../src/templates/mirrors-list.html:81
-#: ../src/templates/modules/jobs/list.html:44
-#: ../src/templates/modules/jobs-table.html:42
-#: ../src/templates/modules/repository-table.html:14
-#: ../src/templates/sessions/index.html:50
-#: ../src/templates/uploads-list.html:55
msgid "N/A"
msgstr "Niet van toepassing"
-#: ../src/buildservice/logs.py:136
#, python-format
msgid "This build was pushed to the repository '%(to_repo)s'."
msgstr "Deze build is naar repository '%(to_repo)s' gestuurd."
-#: ../src/buildservice/logs.py:138
#, python-format
msgid "You pushed this build to the repository '%(to_repo)s'."
msgstr "U heeft deze build naar repository '%(to_repo)s' gestuurd."
-#: ../src/buildservice/logs.py:140
#, python-format
msgid "%(user)s pushed this build to the repository '%(to_repo)s'."
msgstr "%(user)s heeft deze build naar repository '%(to_repo)s' gestuurd."
-#: ../src/buildservice/logs.py:144
#, python-format
msgid "This build was unpushed from the repository '%(from_repo)s'."
msgstr "Deze build is teruggehaald uit repository '%(from_repo)s'."
-#: ../src/buildservice/logs.py:146
#, python-format
msgid "You unpushed this build from the repository '%(from_repo)s'."
msgstr "U heeft deze build teruggehaald uit repository '%(from_repo)s'."
-#: ../src/buildservice/logs.py:148
#, python-format
msgid "%(user)s unpushed this build from the repository '%(from_repo)s'."
msgstr "%(user)s heeft deze build teruggehaald uit repository '%(from_repo)s'."
-#: ../src/buildservice/logs.py:152
#, python-format
msgid ""
"This build was pushed from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
"Deze build is gestuurd van repository '%(from_repo)s' naar '%(to_repo)s'."
-#: ../src/buildservice/logs.py:154
#, python-format
msgid ""
"You pushed this build from the repository '%(from_repo)s' to '%(to_repo)s'."
"U heeft deze build van repository '%(from_repo)s' naar '%(to_repo)s' "
"gestuurd."
-#: ../src/buildservice/logs.py:156
#, python-format
msgid ""
"%(user)s pushed this build from the repository '%(from_repo)s' to "
"%(user)s heeft deze build van repository '%(from_repo)s' naar '%(to_repo)s' "
"gestuurd."
-#: ../src/buildservice/logs.py:192
#, python-format
msgid "Builder '%(builder)s' has been enabled."
msgstr "Builder '%(builder)s' is geactiveerd."
-#: ../src/buildservice/logs.py:194
#, python-format
msgid "You enabled builder '%(builder)s'."
msgstr "U heeft builder '%(builder)s' geactiveerd."
-#: ../src/buildservice/logs.py:196
#, python-format
msgid "%(user)s enabled builder '%(builder)s'."
msgstr "%(user)s heeft builder '%(builder)s' geactiveerd."
-#: ../src/buildservice/logs.py:200
#, python-format
msgid "Builder '%(builder)s' has been disabled."
msgstr "Builder '%(builder)s' is uitgezet."
-#: ../src/buildservice/logs.py:202
#, python-format
msgid "You disabled builder '%(builder)s'."
msgstr "U heeft builder '%(builder)s' uitgeschakeld."
-#: ../src/buildservice/logs.py:204
#, python-format
msgid "%(user)s disabled builder '%(builder)s'."
msgstr "%(user)s heeft builder '%(builder)s' uitgeschakeld."
-#: ../src/buildservice/logs.py:208
#, python-format
msgid "You deleted builder '%(builder)s'."
msgstr "U heeft builder '%(builder)s' verwijderd."
-#: ../src/buildservice/logs.py:210
#, python-format
msgid "%(user)s deleted builder '%(builder)s'."
msgstr "%(user)s heeft builder '%(builder)s' verwijderd."
-#: ../src/buildservice/logs.py:214
#, python-format
msgid "You created builder '%(builder)s'."
msgstr "U heeft builder '%(builder)s' aangemaakt."
-#: ../src/buildservice/logs.py:216
#, python-format
msgid "%(user)s created builder '%(builder)s'."
msgstr "%(user)s heeft builder '%(builder)s' aangemaakt."
-#: ../src/buildservice/logs.py:253
#, python-format
msgid "Job '%(job)s' has been created."
msgstr "Taak '%(job)s' is aangemaakt."
-#: ../src/buildservice/logs.py:255
#, python-format
msgid "You created job '%(job)s'."
msgstr "U heeft taak '%(job)s' aangemaakt."
-#: ../src/buildservice/logs.py:257
#, python-format
msgid "%(user)s created job '%(job)s'."
msgstr "%(user)s heeft taak '%(job)s' aangemaakt."
-#: ../src/buildservice/logs.py:261
#, python-format
msgid "Job '%(job)s' has changed its state to: %(state)s."
msgstr "Taak '%(job)s' heeft zijn status veranderd in: %(state)s."
-#: ../src/buildservice/logs.py:263
#, python-format
msgid "You changed the state of job '%(job)s' to: %(state)s."
msgstr "U heeft de status van taak '%(job)s' veranderd naar: %(state)s."
-#: ../src/buildservice/logs.py:265
#, python-format
msgid "%(user)s changed the state of job '%(job)s' to: %(state)s."
msgstr "%(user)s heeft de status van taak'%(job)s' veranderd in: %(state)s."
-#: ../src/buildservice/logs.py:269
#, python-format
msgid "Job '%(job)s' has been reset."
msgstr "Taak '%(job)s' is gereset."
-#: ../src/buildservice/logs.py:271
#, python-format
msgid "You reset job '%(job)s'."
msgstr "U heeft taak '%(job)s' gereset."
-#: ../src/buildservice/logs.py:273
#, python-format
msgid "%(user)s has reset job '%(job)s'."
msgstr "%(user)s heeft taak '%(job)s' gereset."
-#: ../src/buildservice/logs.py:277
#, python-format
msgid "Job '%(job)s' has been scheduled for rebuild."
msgstr "Taak '%(job)s' is ingepland voor rebuild."
-#: ../src/buildservice/logs.py:279
#, python-format
msgid "You scheduled job '%(job)s' for rebuild."
msgstr "U heeft taak '%(job)s' ingepland voor rebuild."
-#: ../src/buildservice/logs.py:281
#, python-format
msgid "%(user)s scheduled job '%(job)s' for rebuild."
msgstr "%(user)s heeft taak '%(job)s' ingepland voor rebuild."
-#: ../src/buildservice/logs.py:287
#, python-format
msgid "A test job for '%(job)s' has been scheduled."
msgstr "A test-taak voor '%(job)s' is ingepland."
-#: ../src/buildservice/logs.py:289
#, python-format
msgid "You scheduled a test job for '%(job)s'."
msgstr "U heeft een test-taak ingepland voor '%(job)s'."
-#: ../src/buildservice/logs.py:291
#, python-format
msgid "%(user)s scheduled a test job for '%(job)s'."
msgstr "%(user)s heeft een test-taak voor '%(job)s' ingepland."
-#: ../src/buildservice/logs.py:327
#, python-format
msgid "Mirror '%(mirror)s' has been enabled."
msgstr "Mirror '%(mirror)s' is ingeschakeld."
-#: ../src/buildservice/logs.py:329
#, python-format
msgid "You enabled mirror '%(mirror)s'."
msgstr "U heeft mirror '%(mirror)s' ingeschakeld."
-#: ../src/buildservice/logs.py:331
#, python-format
msgid "%(user)s enabled mirror '%(mirror)s'."
msgstr "%(user)s heeft mirror '%(mirror)s' ingeschakeld."
-#: ../src/buildservice/logs.py:335
#, python-format
msgid "Mirror '%(mirror)s' has been disabled."
msgstr "Mirror '%(mirror)s' is uitgeschakeld."
-#: ../src/buildservice/logs.py:337
#, python-format
msgid "You disabled mirror '%(mirror)s'."
msgstr "U heeft mirror '%(mirror)s' uitgeschakeld."
-#: ../src/buildservice/logs.py:339
#, python-format
msgid "%(user)s disabled mirror '%(mirror)s'."
msgstr "%(user)s heeft mirror '%(mirror)s' uitgeschakeld."
-#: ../src/buildservice/logs.py:343
#, python-format
msgid "You deleted mirror '%(mirror)s'."
msgstr "U heeft mirror '%(mirror)s' verwijderd."
-#: ../src/buildservice/logs.py:345
#, python-format
msgid "%(user)s deleted mirror '%(mirror)s'."
msgstr "%(user)s heeft mirror '%(mirror)s' verwijderd."
-#: ../src/buildservice/logs.py:349
#, python-format
msgid "You created mirror '%(mirror)s'."
msgstr "U heeft mirror '%(mirror)s' aangemaakt."
-#: ../src/buildservice/logs.py:351
#, python-format
msgid "%(user)s created mirror '%(mirror)s'."
msgstr "%(user)s heeft mirror '%(mirror)s' aangemaakt."
-#: ../src/buildservice/users.py:459
-msgid "Account Activation"
-msgstr "Account activatie"
-
-#: ../src/buildservice/users.py:461
-#, fuzzy
-msgid ""
-"You, or somebody using your email address, has registered an account on the "
-"Pakfire Build Service."
-msgstr ""
-"U, of iemand die uw e-mailadres gebruikt, heeft een account geregistreerd "
-"bij de Pakfire Build Service."
-
-#: ../src/buildservice/users.py:463
-msgid "To activate your account, please click on the link below."
-msgstr "Om uw account te activeren dient u op de link hieronder te klikken."
-
-#: ../src/templates/base.html:4
msgid "No title given"
msgstr "Geen titel opgegeven"
-#: ../src/templates/base.html:29 ../src/templates/index.html:16
+msgid "Menu"
+msgstr ""
+
msgid "Pakfire Build Service"
msgstr "Pakfire Build Service"
-#: ../src/templates/base.html:34 ../src/templates/build-bugs.html:12
-#: ../src/templates/build-delete.html:12 ../src/templates/build-detail.html:12
-#: ../src/templates/build-schedule-test.html:12
-#: ../src/templates/build-state.html:12
-#: ../src/templates/builds-watchers-add.html:12
-#: ../src/templates/jobs-buildroot.html:12
-#: ../src/templates/jobs-buildroot.html:48
-#: ../src/templates/job-schedule-rebuild.html:12
-#: ../src/templates/job-schedule-test.html:12
-#: ../src/templates/jobs-detail.html:12 ../src/templates/package-detail.html:12
-#: ../src/templates/package-detail-list.html:12
-#: ../src/templates/package-properties.html:12
-#: ../src/templates/packages/builds/scratch.html:12
-#: ../src/templates/packages/builds/times.html:12
-#: ../src/templates/packages/changelog.html:12
-#: ../src/templates/packages-list.html:12
-#: ../src/templates/packages/view-file.html:12
-#: ../src/templates/search-results.html:50
msgid "Packages"
msgstr "Pakketten"
-#: ../src/templates/base.html:37 ../src/templates/build-index.html:3
-#: ../src/templates/build-index.html:12 ../src/templates/build-index.html:26
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-#: ../src/templates/builds/comments.html:12
-#: ../src/templates/distro-update-edit.html:20
-#: ../src/templates/docs-base.html:33 ../src/templates/docs-build.html:16
-#: ../src/templates/docs-index.html:43
-#: ../src/templates/statistics/index.html:15
msgid "Builds"
msgstr "Builds"
-#: ../src/templates/base.html:41
msgid "More"
msgstr "Meer"
-#: ../src/templates/base.html:47 ../src/templates/docs-build.html:3
-#: ../src/templates/docs-build.html:12 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-index.html:12 ../src/templates/docs-users.html:3
-#: ../src/templates/docs-users.html:12 ../src/templates/docs-users.html:21
-#: ../src/templates/docs-whatsthis.html:3
-#: ../src/templates/docs-whatsthis.html:12
-#: ../src/templates/docs-whatsthis.html:21
-msgid "Documentation"
-msgstr "Documentatie"
-
-#: ../src/templates/base.html:53 ../src/templates/search-form.html:12
-#: ../src/templates/search-form.html:22
-msgid "Search"
-msgstr "Zoeken"
-
-#: ../src/templates/base.html:60 ../src/templates/distro-detail.html:12
-#: ../src/templates/distro-list.html:3 ../src/templates/distro-list.html:12
-#: ../src/templates/distro-list.html:18
-#: ../src/templates/distro-source-commit-detail.html:12
-#: ../src/templates/distro-source-commit-reset.html:10
-#: ../src/templates/distro-source-detail.html:10
-#: ../src/templates/repository-detail.html:14
msgid "Distributions"
msgstr "Distributies"
-#: ../src/templates/base.html:66 ../src/templates/builders/delete.html:12
-#: ../src/templates/builders/detail.html:12
-#: ../src/templates/builders/edit.html:12 ../src/templates/builders/list.html:3
-#: ../src/templates/builders/list.html:12
-#: ../src/templates/builders/list.html:17 ../src/templates/builders/new.html:12
-#: ../src/templates/builders/pass.html:10
msgid "Builders"
msgstr "Builders"
-#: ../src/templates/base.html:72 ../src/templates/mirrors-delete.html:12
-#: ../src/templates/mirrors-detail.html:12
-#: ../src/templates/mirrors-edit.html:12 ../src/templates/mirrors-list.html:3
-#: ../src/templates/mirrors-list.html:12 ../src/templates/mirrors-list.html:32
-#: ../src/templates/mirrors-new.html:12
msgid "Mirrors"
msgstr "Mirrors"
-#: ../src/templates/base.html:78 ../src/templates/keys-delete.html:12
-#: ../src/templates/keys-import.html:12 ../src/templates/keys-list.html:3
-#: ../src/templates/keys-list.html:12 ../src/templates/keys-list.html:17
-msgid "Key Management"
-msgstr "Sleutelbeheer"
-
-#: ../src/templates/base.html:86 ../src/templates/docs-base.html:34
-#: ../src/templates/docs-index.html:46 ../src/templates/docs-users.html:24
-#: ../src/templates/docs-users.html:48 ../src/templates/search-results.html:96
-#: ../src/templates/user-list.html:12 ../src/templates/user-list.html:17
-#: ../src/templates/user-profile-edit.html:12
-#: ../src/templates/user-profile.html:12
-#: ../src/templates/user-profile-passwd.html:12
-#: ../src/templates/user-profile-passwd-ok.html:12
msgid "Users"
msgstr "Gebruikers"
-#: ../src/templates/base.html:94 ../src/templates/statistics/index.html:3
-#: ../src/templates/statistics/index.html:7
-msgid "Statistics"
-msgstr "Statistieken"
-
-#: ../src/templates/base.html:101
-msgid "Administration"
-msgstr "Administratie"
-
-#: ../src/templates/base.html:106 ../src/templates/sessions/index.html:3
-#: ../src/templates/sessions/index.html:12
-#: ../src/templates/sessions/index.html:17
-msgid "Sessions"
-msgstr "Sessies"
-
-#: ../src/templates/base.html:112 ../src/templates/uploads-list.html:3
-#: ../src/templates/uploads-list.html:12 ../src/templates/uploads-list.html:17
-msgid "Uploads"
-msgstr "Uploads"
-
-#: ../src/templates/base.html:132
-msgid "My profile"
+#, fuzzy
+msgid "My Profile"
msgstr "Mijn profiel"
-#: ../src/templates/base.html:138
-msgid "My builds"
+#, fuzzy
+msgid "My Builds"
msgstr "Mijn builds"
-#: ../src/templates/base.html:143
-msgid "Impersonated by"
-msgstr "Vertegenwoordigd door"
-
-#: ../src/templates/base.html:153
-msgid "End impersonation"
-msgstr "Beëindig vertegenwoordiging"
-
-#: ../src/templates/base.html:160
-msgid "Logout"
-msgstr "Logout"
-
-#: ../src/templates/base.html:168 ../src/templates/docs-users.html:56
-msgid "Register"
-msgstr "Registreren"
-
-#: ../src/templates/base.html:172
-msgid "Sign in"
-msgstr "Aanmelden"
-
-#: ../src/templates/base.html:184
-msgid "Forgot your password?"
-msgstr "Wachtwoord vergeten?"
-
-#: ../src/templates/build-bugs.html:3
-msgid "Bug list"
-msgstr "Buglijst"
-
-#: ../src/templates/build-bugs.html:8 ../src/templates/build-delete.html:8
-#: ../src/templates/build-detail.html:8 ../src/templates/builders/delete.html:8
-#: ../src/templates/builders/detail.html:8
-#: ../src/templates/builders/edit.html:8 ../src/templates/builders/list.html:8
-#: ../src/templates/builders/new.html:8 ../src/templates/builders/pass.html:6
-#: ../src/templates/build-index.html:8
-#: ../src/templates/build-schedule-test.html:8
-#: ../src/templates/builds/comments.html:8 ../src/templates/build-state.html:8
-#: ../src/templates/builds-watchers-add.html:8
-#: ../src/templates/distro-detail.html:8 ../src/templates/distro-list.html:8
-#: ../src/templates/distro-source-commit-detail.html:8
-#: ../src/templates/distro-source-commit-reset.html:6
-#: ../src/templates/distro-source-detail.html:6
-#: ../src/templates/docs-build.html:8 ../src/templates/docs-index.html:8
-#: ../src/templates/docs-users.html:8 ../src/templates/docs-whatsthis.html:8
-#: ../src/templates/jobs-buildroot.html:8
-#: ../src/templates/job-schedule-rebuild.html:8
-#: ../src/templates/job-schedule-test.html:8
-#: ../src/templates/jobs-detail.html:8 ../src/templates/jobs-filter.html:8
-#: ../src/templates/jobs-index.html:8 ../src/templates/keys-delete.html:8
-#: ../src/templates/keys-import.html:8 ../src/templates/keys-list.html:8
-#: ../src/templates/mirrors-delete.html:8
-#: ../src/templates/mirrors-detail.html:8 ../src/templates/mirrors-edit.html:8
-#: ../src/templates/mirrors-list.html:8 ../src/templates/mirrors-new.html:8
-#: ../src/templates/modules/package-header.html:9
-#: ../src/templates/package-detail.html:8
-#: ../src/templates/package-detail-list.html:8
-#: ../src/templates/package-properties.html:8
-#: ../src/templates/packages/builds/scratch.html:8
-#: ../src/templates/packages/builds/times.html:8
-#: ../src/templates/packages/changelog.html:8
-#: ../src/templates/packages-list.html:8
-#: ../src/templates/packages/view-file.html:8
-#: ../src/templates/register-activation-fail.html:8
-#: ../src/templates/register-activation-success.html:8
-#: ../src/templates/register.html:8 ../src/templates/repository-detail.html:10
-#: ../src/templates/search-form.html:8 ../src/templates/search-results.html:8
-#: ../src/templates/sessions/index.html:8 ../src/templates/uploads-list.html:8
-#: ../src/templates/user-forgot-password.html:8
-#: ../src/templates/user-list.html:8 ../src/templates/user-profile-edit.html:8
-#: ../src/templates/user-profile.html:8
-#: ../src/templates/user-profile-passwd.html:8
-#: ../src/templates/user-profile-passwd-ok.html:8
-msgid "Home"
-msgstr "Home"
-
-#: ../src/templates/build-bugs.html:29 ../src/templates/build-detail.html:75
-msgid "Fixed bugs"
-msgstr "Gefixte bugs"
-
-#: ../src/templates/build-bugs.html:33
-msgid "No bugs here, yet."
-msgstr "Nog geen bugs."
+msgid "Log Out"
+msgstr ""
-#: ../src/templates/build-bugs.html:34
#, fuzzy
-msgid "Click below to add one."
-msgstr "Klik hieronder om er een toe te voegen."
-
-#: ../src/templates/build-bugs.html:45
-msgid "Add"
-msgstr "Toevoegen"
-
-#: ../src/templates/build-bugs.html:50 ../src/templates/keys-list.html:63
-msgid "Remove"
-msgstr "Verwijderen"
-
-#: ../src/templates/build-bugs.html:57 ../src/templates/user-delete.html:18
-msgid "Back"
-msgstr "Terug"
-
-#: ../src/templates/build-bugs.html:71
-msgid "Add a bug"
-msgstr "Voeg een bug toe"
-
-#: ../src/templates/build-bugs.html:77 ../src/templates/build-bugs.html:134
-msgid "Bug ID"
-msgstr "Bug ID"
-
-#: ../src/templates/build-bugs.html:84
-msgid "Enter a bug ID."
-msgstr "Geef bug ID op."
-
-#: ../src/templates/build-bugs.html:93
-msgid "This is a list of more open bugs of this package."
-msgstr "Dit is een lijst met meer open bugs voor dit pakket."
-
-#: ../src/templates/build-bugs.html:96
-msgid "Maybe you want to pick one of these."
-msgstr "Wellicht wilt u er hier één uit kiezen."
-
-#: ../src/templates/build-bugs.html:115
-msgid "Add bug"
-msgstr "Voeg bug toe"
-
-#: ../src/templates/build-bugs.html:116 ../src/templates/build-bugs.html:165
-#: ../src/templates/build-delete.html:47
-#: ../src/templates/builders/delete.html:39
-#: ../src/templates/build-manage.html:79 ../src/templates/keys-delete.html:43
-#: ../src/templates/mirrors-delete.html:36
-#: ../src/templates/mirrors-edit.html:82
-#: ../src/templates/modules/modal-base.html:28
-#: ../src/templates/modules/modal-build-comment.html:59
-#: ../src/templates/package-properties.html:94
-#: ../src/templates/user-profile-edit.html:151
-#: ../src/templates/user-profile-passwd.html:96
-msgid "Cancel"
-msgstr "Annuleren"
-
-#: ../src/templates/build-bugs.html:128
-msgid "Remove a bug"
-msgstr "Verwijder een bug"
-
-#: ../src/templates/build-bugs.html:141
-msgid "Enter a bug ID from the list below."
-msgstr "Voer een bug ID in van de lijst hieronder."
-
-#: ../src/templates/build-bugs.html:164
-msgid "Remove bug"
-msgstr "Verwijder bug"
+msgid "Sign In"
+msgstr "Aanmelden"
-#: ../src/templates/build-delete.html:3 ../src/templates/build-delete.html:46
-#: ../src/templates/build-detail.html:151
msgid "Delete build"
msgstr "Build verwijderen"
-#: ../src/templates/build-delete.html:24
-#: ../src/templates/builders/delete.html:20
-#: ../src/templates/keys-delete.html:20 ../src/templates/mirrors-delete.html:20
-#: ../src/templates/repository-detail.html:116
+msgid "Home"
+msgstr "Home"
+
msgid "Delete"
msgstr "Verwijder"
-#: ../src/templates/build-delete.html:34
#, c-format
msgid "You are about to delete build %s."
msgstr "U gaat nu build %s verwijderen."
-#: ../src/templates/build-delete.html:39
msgid "Please make sure, that this is the right build you intend to delete."
msgstr ""
"Verzeker u ervan, dat dit de juiste build is die u wenst te verwijderen."
-#: ../src/templates/build-delete.html:40
msgid "Once a build has been deleted, it can not been recovered."
msgstr ""
"Zodra de build is verwijderd kan dit niet meer ongedaan worden gemaakt."
-#: ../src/templates/build-detail.html:3 ../src/templates/build-state.html:3
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/builds-watchers-list.html:31
-#: ../src/templates/modules/build-table.html:14
-#: ../src/templates/modules/log-table.html:10
-#: ../src/templates/package-detail.html:109
-msgid "Build"
-msgstr "Build"
-
-#: ../src/templates/build-detail.html:43
-msgid "Score"
-msgstr "Score"
-
-#: ../src/templates/build-detail.html:46
-msgid "(broken)"
-msgstr "(defect)"
-
-#: ../src/templates/build-detail.html:48
-msgid "(obsolete)"
-msgstr "(verouderd)"
-
-#: ../src/templates/build-detail.html:57
-msgid "Security update"
-msgstr "Beveiligingsupdate"
-
-#: ../src/templates/build-detail.html:60
-msgid "Bug fix update"
-msgstr "Bugfix-update"
+msgid "Cancel"
+msgstr "Annuleren"
-#: ../src/templates/build-detail.html:63
-msgid "Enhancement"
-msgstr "Verbetering"
+#, c-format
+msgid "Manage build %s"
+msgstr "Beheer build %s"
-#: ../src/templates/build-detail.html:66
-msgid "New package"
-msgstr "Nieuw pakket"
+msgid "Manage build"
+msgstr "Beheer build"
-#: ../src/templates/build-detail.html:68
-#, c-format
-msgid "Unhandled: %s"
-msgstr "Niet-verwerkt: %s"
+msgid "Distribution"
+msgstr "Distributie"
-#: ../src/templates/build-detail.html:98
-#: ../src/templates/distro-source-commit-detail.html:55
-#: ../src/templates/modules/changelog/entry.html:36
-#: ../src/templates/modules/commits-table.html:5
-msgid "Author"
-msgstr "Auteur"
+msgid "Not all jobs are finished"
+msgstr "Niet alle taken zijn beëindigd"
-#: ../src/templates/build-detail.html:100
-#: ../src/templates/distro-source-commit-detail.html:3
-#: ../src/templates/modules/commits-table.html:4
-#: ../src/templates/package-detail.html:137
-msgid "Commit"
-msgstr "Commit"
+msgid "Not all jobs of this build are finished, yet."
+msgstr "Nog niet alle taken van deze build zijn beëindigd."
-#: ../src/templates/build-detail.html:103
-#: ../src/templates/modules/changelog/entry.html:41
-msgid "No commit message."
-msgstr "Geen commit bericht"
+msgid ""
+"It is <strong>strongly discouraged</strong> to push this build into the next "
+"repository."
+msgstr ""
+"Het wordt <strong>ten zeerste afgeraden</strong> om dit naar de volgende "
+"repository te sturen."
-#: ../src/templates/build-detail.html:117
-#: ../src/templates/modules/modal-build-comment.html:18
-msgid "Comment"
-msgstr "Commentaar"
+msgid ""
+"However, the build will be automatically unpushed if one or more build jobs "
+"fail."
+msgstr ""
+"Echter de build wordt automatisch teruggehaald als een of meer build-taken "
+"mislukken. "
-#: ../src/templates/build-detail.html:121
-#: ../src/templates/builders/detail.html:242
-#: ../src/templates/jobs-detail.html:175 ../src/templates/log.html:4
-#: ../src/templates/mirrors-detail.html:119
-#: ../src/templates/mirrors-list.html:95
-msgid "Log"
-msgstr "Log"
+msgid "Push to a repository"
+msgstr "Stuur naar een repository"
-#: ../src/templates/build-detail.html:130
-#: ../src/templates/builders/list.html:32 ../src/templates/jobs-filter.html:12
-#: ../src/templates/jobs-index.html:3 ../src/templates/jobs-index.html:12
-#: ../src/templates/jobs-index.html:23
-#: ../src/templates/modules/build-table.html:15
-msgid "Jobs"
-msgstr "Taken"
+msgid "Push to next repository"
+msgstr "Stuur naar de volgende repository"
-#: ../src/templates/build-detail.html:134
-#: ../src/templates/package-detail.html:39
-#: ../src/templates/package-detail.html:100
-msgid "Source package"
-msgstr "Bronpakket"
+msgid "Push to first repository"
+msgstr "Stuur naar de eerste repository"
-#: ../src/templates/build-detail.html:144
-msgid "Change state"
-msgstr "Wijzigings-status"
+msgid "New repository"
+msgstr "Nieuwe repostory"
-#: ../src/templates/build-detail.html:145
-msgid "Modify bug list"
-msgstr "Wijzig buglijst"
+msgid "This is the target repository for the build."
+msgstr "Dit is de doel-repository voor deze build."
-#: ../src/templates/build-detail.html:168
-#: ../src/templates/build-detail.html:191 ../src/templates/build-manage.html:77
-#: ../src/templates/modules/modal-build-push.html:60
msgid "Push"
msgstr "Verstuur"
-#: ../src/templates/build-detail.html:174
-#: ../src/templates/build-detail.html:183 ../src/templates/build-manage.html:78
-#: ../src/templates/modules/modal-build-unpush.html:38
msgid "Unpush"
msgstr "Terughalen"
-#: ../src/templates/build-detail.html:202 ../src/templates/build-state.html:128
-#, c-format
-msgid "since %s"
-msgstr "Sinds %s"
+msgid "Switch to user mode"
+msgstr "Schakel over naar gebruikersmode"
-#: ../src/templates/build-detail.html:205
-msgid "This package does not belong to any repository."
-msgstr "Dit pakket hoort bij geen enkele repository."
+msgid "Switch to admin mode"
+msgstr "Schakel over naar admin mode"
-#: ../src/templates/builders/delete.html:3
#, c-format
-msgid "Delete builder %s"
-msgstr "Verwijder builder %s"
+msgid "Schedule test build for %s"
+msgstr "Inplannen test-build voor %s"
-#: ../src/templates/builders/delete.html:25
-#: ../src/templates/builders/detail.html:3
-#: ../src/templates/builders/detail.html:74
-#: ../src/templates/builders/pass.html:23 ../src/templates/jobs-filter.html:27
-#: ../src/templates/modules/jobs/boxes.html:15
-#: ../src/templates/modules/jobs/list.html:6
-msgid "Builder"
-msgstr "Builder"
+msgid "Schedule test build"
+msgstr "Inplannen test-build"
-#: ../src/templates/builders/delete.html:31
-#, c-format
-msgid "You are going to delete the build host <strong>%s</strong>."
-msgstr "U gaat de build-host <strong>%s</strong> verwijderen."
+msgid ""
+"A test build is used to check if a package builds with the current package "
+"set."
+msgstr ""
+"Een test-build wordt gebruikt om te controleren of een pakket kan worden "
+"opgebouwd met de huidige pakketten-set."
-#: ../src/templates/builders/delete.html:37
-#: ../src/templates/mirrors-delete.html:34 ../src/templates/user-delete.html:16
-#, c-format
-msgid "Delete %s"
-msgstr "%s verwijderen"
+msgid ""
+"In this way, developers are able to find quality issues fast and without "
+"actively searching for them."
+msgstr ""
+"Op deze manier kunnen ontwikkelaars snel kwaliteits-zaken traceren zonder er "
+"actief naar te zoeken."
-#: ../src/templates/builders/detail.html:22
-#: ../src/templates/build-filter.html:75 ../src/templates/build-list.html:13
-#: ../src/templates/builds-watchers-list.html:50
-#: ../src/templates/distro-update-detail.html:46
-#: ../src/templates/file-detail.html:116 ../src/templates/jobs-detail.html:30
-#: ../src/templates/mirrors-detail.html:23
-#: ../src/templates/mirrors-list.html:19 ../src/templates/user-comments.html:10
-msgid "Actions"
-msgstr "Acties"
+msgid ""
+"As this build platform only has a limited amount of performance, test builds "
+"only have a very less priority."
+msgstr ""
+"Omdat dit build-platform een beperkte capaciteit heeft, zullen test-builds "
+"een lage prioriteit krijgen."
-#: ../src/templates/builders/detail.html:27
-msgid "Show jobs by this builder"
-msgstr "Toon taken van deze builder"
+msgid "However, you can manually request to run a test."
+msgstr "Echter kunt u een handmatig verzoek doen om een test te draaien."
-#: ../src/templates/builders/detail.html:36
-msgid "Disable builder"
-msgstr "Zet builder uit"
+msgid ""
+"The build job will be started when a build slot is available but not before "
+"the given time."
+msgstr ""
+"De build-taak zal gestart worden wanneer er een build-slot beschikbaar komt, "
+"maar niet vóór de opgegeven tijd."
-#: ../src/templates/builders/detail.html:42
-msgid "Enable builder"
-msgstr "Zet builder aan"
+msgid "Build"
+msgstr "Build"
-#: ../src/templates/builders/detail.html:50
-msgid "Edit builder"
-msgstr "Bewerk builder"
+msgid "State"
+msgstr "Status"
+
+msgid ""
+"The state of a build can be either building, testing, stable, obsolete or "
+"broken."
+msgstr ""
+"De status van een build kan zijn building, testing, stable, obsolete of "
+"broken."
+
+msgid "Mark build as obsolete"
+msgstr "Markeer als verouderd"
+
+msgid ""
+"If a package is updated by an other package it should be marked as "
+"<em>obsolete</em>."
+msgstr ""
+"Als een pakket is bijgewerkt door een ander pakket dan moet het gemarkeerd "
+"worden als <em>verouderd</em>."
+
+msgid ""
+"For obsolete builds, there will be no test jobs created and it is "
+"recommended to remove them from the repositories soon."
+msgstr ""
+"Voor verouderde builds zijn geen test-taken aangemaakt en het wordt "
+"geadviseerd om ze te verwijderen uit de repositories."
-#: ../src/templates/builders/detail.html:58
-msgid "Renew passphrase"
-msgstr "Vernieuw wachtwoord"
+msgid "Remove build from the repository it is currently in?"
+msgstr "Build verwijderen uit de huidige repository?"
-#: ../src/templates/builders/detail.html:66
-msgid "Delete builder"
-msgstr "Verwijder builder"
+msgid "Unbreak this build"
+msgstr "Maak deze build onbreekbaar"
-#: ../src/templates/builders/detail.html:79
-msgid "Warning"
-msgstr "Waarschuwing"
+msgid ""
+"In case this build has accidentially be marked as broken, it is possible to "
+"recover that state."
+msgstr ""
+"In het geval deze build per ongeluk als defect is gemarkeerd, is het "
+"mogelijk om deze status te herstellen."
-#: ../src/templates/builders/detail.html:80
-msgid "This builder is overloaded."
-msgstr "Deze builder is overbelast."
+msgid "Mark build as broken"
+msgstr "Markeer build als defect"
-#: ../src/templates/builders/detail.html:81
msgid ""
-"That means it will not take any additional jobs although it has not reached "
-"its threshold of running jobs, yet."
+"If a package does not build or contains <em>serious</em> bugs, it should be "
+"marked as broken."
msgstr ""
-"Dat betekent dat er geen additionele taken aangenomen zullen worden, "
-"ofschoon het maximum aantal taken nog niet bereikt is."
+"Als een pakket niet opgebouwd kan worden of <em>ernstige</em> bugs bevat, "
+"dan moet het als defect worden gemarkeerd."
-#: ../src/templates/builders/detail.html:82
-msgid "New jobs will be started automatically after the load decreased."
+msgid ""
+"Those builds can not be added into any repositories and are removed from all "
+"repositories they may currently be in."
msgstr ""
-"Nieuwe taken zullen automatisch gestart worden nadat de belasting is "
-"afgenomen."
-
-#: ../src/templates/builders/detail.html:91
-#: ../src/templates/build-filter.html:27 ../src/templates/build-state.html:24
-#: ../src/templates/modules/jobs-table.html:5
-#: ../src/templates/user-profile-edit.html:77
-#: ../src/templates/user-profile.html:47
-msgid "State"
-msgstr "Status"
+"Deze builds kunnen in geen enkele repository worden geplaatst en worden "
+"verwijderd uit alle repositories waar ze nu in staan."
-#: ../src/templates/builders/detail.html:94
-#: ../src/templates/builders/edit.html:42 ../src/templates/mirrors-edit.html:43
-msgid "Enabled"
-msgstr "Ingeschakeld"
+msgid "Current repository"
+msgstr "Huidige repository"
+
+#, c-format
+msgid "since %s"
+msgstr "Sinds %s"
+
+#, c-format
+msgid "Delete builder %s"
+msgstr "Verwijder builder %s"
-#: ../src/templates/builders/detail.html:96
-msgid "Disabled"
-msgstr "Uitgeschakeld"
+#, fuzzy, c-format
+msgid "Delete builder: %s"
+msgstr "Verwijder builder %s"
-#: ../src/templates/builders/detail.html:98
-msgid "Deleted"
-msgstr "Verwijderd"
+#, fuzzy, c-format
+msgid "You are going to delete the build host %s."
+msgstr "U gaat nu mirror %s verwijderen."
-#: ../src/templates/builders/detail.html:100
#, c-format
-msgid "Unknown status: %s"
-msgstr "Onbekende status: %s"
+msgid "Delete %s"
+msgstr "%s verwijderen"
-#: ../src/templates/builders/detail.html:105
-msgid "Parallel builds"
-msgstr "Parallelle builds"
+msgid "Builder"
+msgstr "Builder"
-#: ../src/templates/builders/detail.html:106
-#, fuzzy
-msgid "One job only."
-msgstr "Een enkele taak"
-
-#: ../src/templates/builders/detail.html:109
-msgid "This host builds"
-msgstr "Deze host builds"
-
-#: ../src/templates/builders/detail.html:115
-msgid "Release builds"
-msgstr "Release-builds"
-
-#: ../src/templates/builders/detail.html:117
-#: ../src/templates/package-detail-list.html:30
-#: ../src/templates/packages/builds/scratch.html:3
-#: ../src/templates/packages/builds/scratch.html:20
-msgid "Scratch builds"
-msgstr "Scratch-builds"
-
-#: ../src/templates/builders/detail.html:119
-#: ../src/templates/package-detail-list.html:35
-msgid "Test builds"
-msgstr "Test-builds"
-
-#: ../src/templates/builders/detail.html:130
-msgid "Remarks"
-msgstr "Opmerkingen"
-
-#: ../src/templates/builders/detail.html:141
-msgid "OS"
+msgid "Current"
msgstr ""
-#: ../src/templates/builders/detail.html:147
-msgid "Pakfire version"
+#, fuzzy, c-format
+msgid "Pakfire %s"
msgstr "Pakfire versie"
-#: ../src/templates/builders/detail.html:153
-#: ../src/templates/distro-detail.html:35
-msgid "Supported architectures"
+#, fuzzy, c-format
+msgid "Supported Architectures: %s"
msgstr "Ondersteunde architecturen"
-#: ../src/templates/builders/detail.html:159
-msgid "CPU model"
-msgstr "CPU model"
-
-#: ../src/templates/builders/detail.html:165
-msgid "CPU count"
-msgstr "CPU aantal"
-
-#: ../src/templates/builders/detail.html:169
-msgid "Bogomips"
-msgstr ""
+#, fuzzy, c-format
+msgid "Total Build Time: %s"
+msgstr "Totale build-tijd"
-#: ../src/templates/builders/detail.html:180
-msgid "Memory"
+#, fuzzy, c-format
+msgid "%s Memory"
msgstr "Geheugen"
-#: ../src/templates/builders/detail.html:194
-msgid "SWAP space"
+#, c-format
+msgid "%s Swap Space"
msgstr ""
-#: ../src/templates/builders/detail.html:203
-msgid "No memory information available."
-msgstr ""
+#, fuzzy
+msgid "Test Mode"
+msgstr "Tester"
-#: ../src/templates/builders/detail.html:208
-msgid "Load average"
-msgstr "Load gemiddelde"
+msgid "Jobs"
+msgstr "Taken"
-#: ../src/templates/builders/detail.html:212
-#: ../src/templates/builders/list.html:50
-msgid "Overload"
-msgstr "Overload"
+msgid "Edit"
+msgstr "Wijzig"
-#: ../src/templates/builders/detail.html:217
-msgid "Free disk space"
-msgstr "Vrije schijfruimte"
+#, fuzzy
+msgid "Running Jobs"
+msgstr "Loopt"
-#: ../src/templates/builders/detail.html:222
-msgid "Host key"
-msgstr "Hostsleutel"
+msgid "Log"
+msgstr "Log"
-#: ../src/templates/builders/detail.html:235
-msgid "Active and pending jobs"
-msgstr "Actieve en wachtende taken"
+#, fuzzy, c-format
+msgid "Edit Builder %s"
+msgstr "Bewerk builder"
-#: ../src/templates/builders/edit.html:3
-#, c-format
-msgid "Manage builder %s"
-msgstr "Beheer builder %s"
+msgid "Hostname"
+msgstr "Hostnaam"
-#: ../src/templates/builders/edit.html:20
-#: ../src/templates/builders/edit.html:25
-#: ../src/templates/builders/pass.html:18 ../src/templates/mirrors-edit.html:20
-msgid "Manage"
-msgstr "Beheer"
-
-#: ../src/templates/builders/edit.html:25
-#, c-format
-msgid "Builder: %s"
-msgstr "Builder: %s"
-
-#: ../src/templates/builders/edit.html:32
-#: ../src/templates/builders/list.html:30 ../src/templates/builders/new.html:30
-#: ../src/templates/mirrors-detail.html:56
-#: ../src/templates/mirrors-edit.html:32 ../src/templates/mirrors-list.html:43
-#: ../src/templates/mirrors-new.html:28
-msgid "Hostname"
-msgstr "Hostnaam"
-
-#: ../src/templates/builders/edit.html:36
-msgid "The hostname cannot be changed."
+#, fuzzy
+msgid "The hostname cannot be changed"
msgstr "De hostnaam kan niet worden gewijzigd."
-#: ../src/templates/builders/edit.html:46
-msgid "The builder must be enabled in order to process build jobs."
-msgstr "De builder moet zijn ingeschakeld om de build-taken uit te voeren."
+msgid "Enabled"
+msgstr "Ingeschakeld"
-#: ../src/templates/builders/edit.html:53
-msgid "Build job settings"
-msgstr "Build-taken instellingen"
+#, fuzzy
+msgid "Job Settings"
+msgstr "Score instellingen"
-#: ../src/templates/builders/edit.html:56
-msgid "Maximum number of parallel build jobs"
+#, fuzzy
+msgid "Maximum Parallel Build Jobs"
msgstr "Maximaal aantal parallelle build-taken"
-#: ../src/templates/builders/edit.html:65
-msgid "This is the number of build jobs that are started in parallel."
-msgstr "Dit is het aantal build-taken die parallel zijn gestart."
+#, fuzzy
+msgid "Enable Test Mode"
+msgstr "Ingeschakeld"
+
+#, fuzzy
+msgid "Only build test jobs on this builder"
+msgstr "Toon taken van deze builder"
-#: ../src/templates/builders/edit.html:74
-msgid "Authorized to build release builds."
-msgstr "Geautoriseerd om release-builds te maken."
+msgid "Save"
+msgstr "Opslaan"
-#: ../src/templates/builders/edit.html:83
-msgid "Authorized to build scratch builds."
-msgstr "Geautoriseerd om scratch-builds te maken."
+msgid "Online"
+msgstr ""
-#: ../src/templates/builders/edit.html:92
-msgid "Authorized to build test builds."
-msgstr "Geautoriseerd om test-builds te maken."
+msgid "Offline"
+msgstr ""
-#: ../src/templates/builders/edit.html:98 ../src/templates/mirrors-edit.html:81
-#: ../src/templates/package-properties.html:93
-msgid "Save changes"
-msgstr "Wijzigingen opslaan"
+#, fuzzy
+msgid "Create A New Builder"
+msgstr "Aanmaken van een nieuwe builder"
+
+msgid "Statistics"
+msgstr "Statistieken"
-#: ../src/templates/builders/list.html:31 ../src/templates/jobs-filter.html:44
-#: ../src/templates/packages/builds/times.html:44
-msgid "Architecture"
-msgstr "Architectuur"
+#, fuzzy
+msgid "Total Build Time"
+msgstr "Totale build-tijd"
-#: ../src/templates/builders/list.html:53
-msgid "Unknown CPU"
-msgstr "Onbekende CPU"
+msgid "Total Build Time By Architecture"
+msgstr ""
-#: ../src/templates/builders/list.html:73 ../src/templates/builders/new.html:3
-#: ../src/templates/builders/new.html:16 ../src/templates/builders/new.html:41
msgid "Create new builder"
msgstr "Nieuwe builder aanmaken"
-#: ../src/templates/builders/new.html:21
msgid "Create a new builder"
msgstr "Aanmaken van een nieuwe builder"
-#: ../src/templates/builders/new.html:35
msgid "Enter the canonical hostname of the machine."
msgstr "Geef de officiële hostnaam van de machine."
-#: ../src/templates/builders/pass.html:30
#, c-format
-msgid "The new host <strong>%s</strong> has been successfully created."
-msgstr "De nieuwe host <strong>%s</strong> is succesvol aangemaakt."
+msgid "Watch build %s"
+msgstr "Bekijk build %s"
-#: ../src/templates/builders/pass.html:32
-#, c-format
-msgid "The passphrase for <strong>%s</strong> has been regenerated."
-msgstr "Het wachtwoord voor <strong>%s</strong> is opnieuw gegenereerd."
+msgid "Watch"
+msgstr "Bekijk"
+
+msgid "You may here add yourself to the list of watchers of this build."
+msgstr "U kunt uzelf hier toevoegen als bewaker van deze build."
-#: ../src/templates/builders/pass.html:35
msgid ""
-"For authorization to the Pakfire Master Server there is a passphrase "
-"required which must be configured to the host."
+"If you do so, you will receive messages about new comments and status "
+"updates."
msgstr ""
-"Voor autorisatie op de Pakfire Master Server is een wachtwoord vereist die "
-"moet worden geconfigureerd op de host."
-
-#: ../src/templates/builders/pass.html:39
-msgid "This passphrase is:"
-msgstr "Het wachtwoord is:"
-
-#: ../src/templates/builders/pass.html:43
-msgid "Next"
-msgstr "Volgende"
-
-#: ../src/templates/build-filter.html:3 ../src/templates/build-list.html:3
-#: ../src/templates/build-list.html:8
-msgid "Build job list"
-msgstr "Build taaklijst"
-
-#: ../src/templates/build-filter.html:6 ../src/templates/build-index.html:21
-#: ../src/templates/build-list.html:15
-msgid "Filter builds"
-msgstr "Filter builds"
-
-#: ../src/templates/build-filter.html:11 ../src/templates/build-manage.html:9
-#: ../src/templates/distro-detail.html:3 ../src/templates/distro-detail.html:22
-#: ../src/templates/distro-list.html:33
-#: ../src/templates/distro-source-commits.html:5
-#: ../src/templates/distro-update-detail.html:6
-#: ../src/templates/distro-update-edit.html:12
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-edit.html:8
-msgid "Distribution"
-msgstr "Distributie"
+"Als u dat doet, ontvangt u een bericht over nieuwe commentaren en "
+"statusveranderingen."
-#: ../src/templates/build-filter.html:15 ../src/templates/build-filter.html:39
-#: ../src/templates/build-filter.html:55
-msgid "Any"
-msgstr "Alle"
+msgid "Oops!"
+msgstr "Oeps!"
-#: ../src/templates/build-filter.html:23
-msgid "Show only builds in that distribution."
-msgstr "Toon alleen builds in deze distributie."
+msgid "You are already watching this build."
+msgstr "U bent al bewaker van deze build."
-#: ../src/templates/build-filter.html:30
-msgid "All"
-msgstr "Allen"
+msgid "Choose user"
+msgstr "Kies gebruiker"
-#: ../src/templates/build-filter.html:31
-#: ../src/templates/modules/jobs-table.html:29 ../src/web/ui_modules.py:335
-msgid "Running"
-msgstr "Loopt"
+msgid "Myself"
+msgstr "Mijzelf"
-#: ../src/templates/build-filter.html:32
-#: ../src/templates/modules/jobs-table.html:21 ../src/web/ui_modules.py:330
-msgid "Pending"
-msgstr "In afwachting"
+msgid "Choose a user who should watch this build."
+msgstr "Kies een gebruiker die deze build zou moeten bewaken."
-#: ../src/templates/build-filter.html:33 ../src/templates/jobs-detail.html:128
-#: ../src/templates/modules/jobs-table.html:27 ../src/web/ui_modules.py:320
-msgid "Finished"
-msgstr "Beëindigd"
+msgid "User"
+msgstr "Gebruiker"
-#: ../src/templates/build-filter.html:34
-#: ../src/templates/modules/jobs-table.html:23 ../src/web/ui_modules.py:315
-msgid "Failed"
-msgstr "Mislukt"
+msgid "Add watcher"
+msgstr "Voeg bewaker toe"
-#: ../src/templates/build-filter.html:35
-msgid "Permanently failed"
-msgstr "Permanent mislukt"
+#, c-format
+msgid "Watchers of %s"
+msgstr "Bewakers van %s"
-#: ../src/templates/build-filter.html:36
-#: ../src/templates/modules/jobs-table.html:25 ../src/web/ui_modules.py:310
-msgid "Dispatching"
-msgstr "Verzenden"
+msgid "This is a list of all users who watch this build."
+msgstr "Dit is een lijst met gebruikers die deze build kunnen bekijken."
-#: ../src/templates/build-filter.html:37 ../src/web/ui_modules.py:340
-msgid "Uploading"
-msgstr "Uploading"
+msgid ""
+"If you write a comment or the status of the build is changed, they all will "
+"get a message."
+msgstr ""
+"Als u een commentaar schrijft of de status van de build is veranderd, dan "
+"ontvangt iedereen een bericht."
-#: ../src/templates/build-filter.html:40
-msgid "Building"
-msgstr "Building"
+msgid "You are the owner of this build. So you don't need to watch it."
+msgstr "U bent de eigenaar van deze build. Dus u hoeft het niet te bewaken."
-#: ../src/templates/build-filter.html:41
-msgid "Testing"
-msgstr "Testen"
+msgid "Watch this build."
+msgstr "Bewaak deze build."
-#: ../src/templates/build-filter.html:42
-msgid "Stable"
-msgstr "Stabiel"
+msgid "List of all watchers"
+msgstr "Lijst van alle bewakers"
-#: ../src/templates/build-filter.html:43
-msgid "Obsolete"
-msgstr "Verouderd"
+msgid "Actions"
+msgstr "Acties"
-#: ../src/templates/build-filter.html:44
-msgid "Broken"
-msgstr "Defect"
+msgid "Back to build"
+msgstr "Terug naar build"
-#: ../src/templates/build-filter.html:48
-msgid "Only show builds with given state."
-msgstr "Toon alleen builds met gegeven status."
+msgid "Created %(when)s by %(author)s"
+msgstr ""
-#: ../src/templates/build-filter.html:52
-#: ../src/templates/package-detail.html:82
-msgid "Build host"
-msgstr "Build host"
+#, fuzzy, c-format
+msgid "Created %s"
+msgstr "Aangemaakt"
-#: ../src/templates/build-filter.html:62
-msgid "Display only builds by selected host."
-msgstr "Toon alleen builds van geselecteerde host."
+#, fuzzy
+msgid "Fixed Bugs"
+msgstr "Gefixte bugs"
-#: ../src/templates/build-filter.html:77
-msgid "Show all builds"
-msgstr "Toon alle builds"
+msgid "Score"
+msgstr "Score"
-#: ../src/templates/build-index.html:18
-#: ../src/templates/builds/comments.html:17
-#: ../src/templates/builds/comments.html:25
-msgid "Comments"
-msgstr "Commentaar"
+#, fuzzy
+msgid "Source Package"
+msgstr "Bronpakket"
-#: ../src/templates/build-manage.html:3
#, c-format
-msgid "Manage build %s"
-msgstr "Beheer build %s"
-
-#: ../src/templates/build-manage.html:8
-msgid "Manage build"
-msgstr "Beheer build"
+msgid "Edit distribution %s"
+msgstr "Wijzig distributie %s"
-#: ../src/templates/build-manage.html:15
-msgid "Permission denied"
-msgstr "Toestemming geweigerd"
+msgid "Name"
+msgstr "Naam"
-#: ../src/templates/build-manage.html:16
-msgid ""
-"You do not have the permission to update packages that belong to the "
-"<em>critical path</em>."
-msgstr ""
-"U heeft niet de rechten om pakketten bij te werken die behoren tot het "
-"<em>kritieke pad</em>."
+msgid "The fancy name of the distribution."
+msgstr "De mooie naam van de distributie"
-#: ../src/templates/build-manage.html:22
-msgid "Not all jobs are finished"
-msgstr "Niet alle taken zijn beëindigd"
+msgid "Identifier"
+msgstr "Identificatie"
-#: ../src/templates/build-manage.html:24
-msgid "Not all jobs of this build are finished, yet."
-msgstr "Nog niet alle taken van deze build zijn beëindigd."
+msgid "Cannot be changed."
+msgstr "Kan niet worden gewijzigd."
-#: ../src/templates/build-manage.html:25
-msgid ""
-"It is <strong>strongly discouraged</strong> to push this build into the next "
-"repository."
-msgstr ""
-"Het wordt <strong>ten zeerste afgeraden</strong> om dit naar de volgende "
-"repository te sturen."
+msgid "Tag"
+msgstr "Tag"
-#: ../src/templates/build-manage.html:28
-msgid ""
-"However, the build will be automatically unpushed if one or more build jobs "
-"fail."
-msgstr ""
-"Echter de build wordt automatisch teruggehaald als een of meer build-taken "
-"mislukken. "
+msgid "The tag is added to the package release."
+msgstr "De tag is toegevoegd aan de pakketuitgave"
-#: ../src/templates/build-manage.html:42
-msgid "Push to a repository"
-msgstr "Stuur naar een repository"
+msgid "Vendor"
+msgstr "Leverancier"
-#: ../src/templates/build-manage.html:44
-msgid "Push to next repository"
-msgstr "Stuur naar de volgende repository"
+msgid "From whom is the distribution from?"
+msgstr "Van wie is deze distributie afkomstig?"
-#: ../src/templates/build-manage.html:46
-msgid "Push to first repository"
-msgstr "Stuur naar de eerste repository"
+msgid "Contact"
+msgstr "Contact"
-#: ../src/templates/build-manage.html:51
-#: ../src/templates/modules/modal-build-push.html:24
-msgid "New repository"
-msgstr "Nieuwe repostory"
+msgid "The email address from the vendor."
+msgstr "Het e-mailadres van de maker."
-#: ../src/templates/build-manage.html:71
-msgid "This is the target repository for the build."
-msgstr "Dit is de doel-repository voor deze build."
+msgid "Slogan"
+msgstr "Motto"
-#: ../src/templates/build-manage.html:90
-msgid "Switch to user mode"
-msgstr "Schakel over naar gebruikersmode"
+msgid "A short sentence that characterizes the distribution."
+msgstr "Een korte zin die de distributie kenmerkt."
-#: ../src/templates/build-manage.html:92
-msgid "Switch to admin mode"
-msgstr "Schakel over naar admin mode"
+msgid "Architectures"
+msgstr "Architecturen"
-#: ../src/templates/build-priority.html:3
-#: ../src/templates/build-priority.html:6
-msgid "Edit build priority"
-msgstr "Build prioriteit veranderen"
+msgid "For which architectures should the distribution be built?"
+msgstr "Voor welke architecturen moet deze distributie worden gemaakt?"
-#: ../src/templates/build-priority.html:11
-msgid "Priority"
-msgstr "Prioriteit"
+msgid "Sources"
+msgstr "Bronnen"
-#: ../src/templates/build-priority.html:14
-#: ../src/templates/package-properties.html:51
-msgid "Very high"
-msgstr "Zeer hoog"
+msgid "Which sources should be imported to the distribution?"
+msgstr "Welke bronnen moeten worden geïmporteerd in de distributie?"
-#: ../src/templates/build-priority.html:15
-#: ../src/templates/package-properties.html:54
-msgid "High"
-msgstr "Hoog"
+msgid "Commit"
+msgstr "Commit"
-#: ../src/templates/build-priority.html:16
-#: ../src/templates/package-properties.html:57
-msgid "Medium"
-msgstr "Gemiddeld"
+#, c-format
+msgid "Source: %s"
+msgstr "Source: %s"
-#: ../src/templates/build-priority.html:17
-#: ../src/templates/package-properties.html:60
-msgid "Low"
-msgstr "Laag"
+msgid "Source"
+msgstr "Bron"
-#: ../src/templates/build-priority.html:18
-#: ../src/templates/package-properties.html:63
-msgid "Very low"
-msgstr "Zeer laag"
+msgid "Open in gitweb"
+msgstr "Open in gitweb"
-#: ../src/templates/build-priority.html:22
-msgid "Set the priority of the build process."
-msgstr "De prioriteit van het build-proces instellen"
+msgid "Reset commit"
+msgstr "Reset commit"
-#: ../src/templates/build-priority.html:28
-msgid "Beware"
-msgstr "Pas op"
+msgid "Revision"
+msgstr "Revisie"
-#: ../src/templates/build-priority.html:29
-msgid "Shuffeling build jobs can cause problems with the dependency solving."
-msgstr ""
-"Het veranderen van de taakvolgorde kan problemen geven met het afhandelen "
-"van pakketafhankelijkheden."
+msgid "Date"
+msgstr "Datum"
-#: ../src/templates/build-priority.html:30
-msgid "Don't do this if you are not totally sure you won't break anything."
-msgstr "Doe dit niet als u niet heel zeker bent van uw zaak."
+msgid "Author"
+msgstr "Auteur"
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-msgid "Job queue"
-msgstr "Taakwachtlijst"
+msgid "Committer"
+msgstr "Committer"
-#: ../src/templates/build-queue.html:8
-msgid "This is a list of all jobs that are waiting to be processed."
-msgstr ""
-"Dit is een lijst met alle taken die staan te wachten om verwerkt te worden."
+msgid "Packages created from this commit"
+msgstr "Pakketten aangemaakt van deze commit"
-#: ../src/templates/build-queue.html:9
-msgid "They one at the top is next."
-msgstr "Degene bovenaan is de eerstvolgende."
+msgid "There were no packages created from this commit."
+msgstr "Er zijn geen pakketten aangemaakt van deze commit."
-#: ../src/templates/build-queue.html:15
-msgid "No jobs to do."
-msgstr "Geen taken meer."
+msgid "Danger!"
+msgstr "Gevaar!"
-#: ../src/templates/build-schedule-test.html:3
-#: ../src/templates/build-schedule-test.html:29
-#: ../src/templates/job-schedule-test.html:3
-#: ../src/templates/job-schedule-test.html:29
-#, c-format
-msgid "Schedule test build for %s"
-msgstr "Inplannen test-build voor %s"
+msgid "This is a very dangerous action!"
+msgstr "Dit is een zeer gevaarlijke actie!"
-#: ../src/templates/build-schedule-test.html:24
-#: ../src/templates/job-schedule-test.html:24
-#: ../src/templates/jobs-detail.html:48
-msgid "Schedule test build"
-msgstr "Inplannen test-build"
+msgid "Don't do it, if you are not absolutely sure what you are doing."
+msgstr "Doe dit niet, als u niet zeer zeker van uw zaak bent."
-#: ../src/templates/build-schedule-test.html:35
-#: ../src/templates/job-schedule-test.html:35
msgid ""
-"A test build is used to check if a package builds with the current package "
-"set."
+"This commit will be reset. Which means all packages associated with it will "
+"be deleted, and the commit will be parsed again."
msgstr ""
-"Een test-build wordt gebruikt om te controleren of een pakket kan worden "
-"opgebouwd met de huidige pakketten-set."
+"Deze commit wordt gereset. Dit betekent dat alle hiermee geassocieerde "
+"pakketten zullen worden verwijderd en de commit wordt opnieuw verwerkt."
-#: ../src/templates/build-schedule-test.html:36
-#: ../src/templates/job-schedule-test.html:36
msgid ""
-"In this way, developers are able to find quality issues fast and without "
-"actively searching for them."
+"This action may cause severe problems and may only be allowed when something "
+"went horribly wrong."
msgstr ""
-"Op deze manier kunnen ontwikkelaars snel kwaliteits-zaken traceren zonder er "
-"actief naar te zoeken."
+"Deze actie kan ernstige problemen geven en mag alleen worden gebruikt als er "
+"iets ernstig is fout gegaan."
-#: ../src/templates/build-schedule-test.html:39
-#: ../src/templates/job-schedule-test.html:39
-msgid ""
-"As this build platform only has a limited amount of performance, test builds "
-"only have a very less priority."
-msgstr ""
-"Omdat dit build-platform een beperkte capaciteit heeft, zullen test-builds "
-"een lage prioriteit krijgen."
+msgid "These packages will be deleted"
+msgstr "Deze pakketten zullen worden verwijderd"
-#: ../src/templates/build-schedule-test.html:40
-#: ../src/templates/job-schedule-test.html:40
-msgid "However, you can manually request to run a test."
-msgstr "Echter kunt u een handmatig verzoek doen om een test te draaien."
+msgid "Commits"
+msgstr "Commits"
-#: ../src/templates/build-schedule-test.html:43
-#: ../src/templates/job-schedule-rebuild.html:38
-#: ../src/templates/job-schedule-test.html:43
-msgid ""
-"The build job will be started when a build slot is available but not before "
-"the given time."
-msgstr ""
-"De build-taak zal gestart worden wanneer er een build-slot beschikbaar komt, "
-"maar niet vóór de opgegeven tijd."
+msgid "Source repository"
+msgstr "Bron-repository"
+
+msgid "Previous commits"
+msgstr "Vorige commits"
+
+msgid "Next commits"
+msgstr "Volgende commits"
+
+msgid "Gitweb"
+msgstr "Gitweb"
+
+msgid "Branch"
+msgstr "Tak"
+
+msgid "Imported commits"
+msgstr "Geïmporteerde commits"
+
+msgid "Latest commits"
+msgstr "Laatste commits"
+
+msgid "Show all commits"
+msgstr "Toon alle commits"
+
+msgid "Update"
+msgstr "Bijwerken"
+
+msgid "Summary"
+msgstr "Samenvatting"
+
+msgid "Maintainer"
+msgstr "Onderhouder"
+
+msgid "Time created"
+msgstr "Aanmaaktijd"
+
+msgid "Builds in this update"
+msgstr "Builds in deze update"
+
+#, c-format
+msgid "Edit update %s - %s"
+msgstr "Wijzig update %s - %s"
+
+msgid "Create new update"
+msgstr "Maak nieuwe update aan"
+
+#, fuzzy
+msgid "Create A New Distribution"
+msgstr "Nieuwe distributie"
+
+#, fuzzy
+msgid "Supported Architectures"
+msgstr "Ondersteunde architecturen"
+
+msgid "Repositories"
+msgstr "Repositories"
+
+msgid "400 - Bad request"
+msgstr "400 - Verkeerd verzoek"
+
+msgid "Invalid data has been passed to the application."
+msgstr "Er is ongeldige data naar de applicatie gestuurd."
+
+msgid ""
+"The application refused to go on with the provided data that was sent in "
+"this request."
+msgstr ""
+"De applicatie weigerde verder te gaan met de aangeleverde data in dit "
+"verzoek. "
+
+msgid "403 - Access forbidden"
+msgstr "403 - Verboden toegang"
+
+msgid "You are not allowed to access this ressource."
+msgstr "U heeft geen toegang tot deze hulpbron."
+
+msgid ""
+"Access to the requested page has been denied because you do not have "
+"sufficient rights."
+msgstr ""
+"U heeft geen toegang tot de gevraagde pagina omdat u onvoldoende rechten "
+"heeft."
+
+msgid "404 - Not Found"
+msgstr "404 - Niet gevonden"
+
+msgid "I could not find what you were searching for."
+msgstr "Ik heb niet gevonden wat u zocht."
+
+msgid "You may have clicked an expired link or mistyped the address."
+msgstr ""
+"U heeft wellicht een verouderde link aangeklikt of het adres verkeerd "
+"ingetypt."
+
+msgid "Oops! Don't panic."
+msgstr "Oeps! Geen paniek."
+
+msgid "An unexpected error happened."
+msgstr "Er heeft zich een onverwachte fout voorgedaan."
+
+msgid "Stay calm and read the text below to find out what went wrong."
+msgstr ""
+"Blijf rustig en lees de tekst hieronder om uit te zoeken wat er fout ging."
+
+msgid "Error code"
+msgstr "Foutcode"
+
+msgid "Exception (traceback):"
+msgstr "Uitzondering (traceback):"
+
+msgid ""
+"Please try going back to the previous page and try the action you did again "
+"in a moment."
+msgstr ""
+"Probeer terug te gaan naar de vorige pagina en voer dezelfde actie nogmaals "
+"uit."
+
+msgid ""
+"If the error persists, you should consider to get in touch with an "
+"administrator."
+msgstr ""
+"Als deze fout blijft terugkeren, dan moet u contact opnemen met een "
+"beheerder."
+
+#, fuzzy
+msgid "Build created"
+msgstr "Build is aangemaakt"
+
+msgid "- Unknown Event -"
+msgstr ""
+
+#, c-format
+msgid "by %s"
+msgstr "door %s"
+
+msgid "File"
+msgstr "Bestand"
+
+msgid "Package"
+msgstr "Pakket"
+
+msgid "Description"
+msgstr "Omschrijving"
+
+msgid "URL"
+msgstr "URL"
+
+msgid "License"
+msgstr "Licentie"
+
+msgid "Size"
+msgstr "Grootte"
+
+msgid "Hash"
+msgstr "Hash"
+
+msgid "Provides"
+msgstr "Levert"
+
+msgid "Requires"
+msgstr "Vereist"
+
+msgid "Obsoletes"
+msgstr "Achterhaalde"
+
+msgid "Conflicts"
+msgstr "Conflicteert met"
+
+msgid "Build information"
+msgstr "Build informatie"
+
+msgid "ID"
+msgstr "ID"
+
+msgid "Host"
+msgstr "Host"
+
+msgid "Time"
+msgstr "Tijd"
+
+msgid "Files"
+msgstr "Bestanden"
+
+msgid "Download file"
+msgstr "Download bestand"
+
+#, fuzzy
+msgid "Welcome!"
+msgstr "Welkom, %s!"
+
+#, fuzzy
+msgid "Development Powered By Community"
+msgstr "Ontwikkeling gedreven door samenwerking!"
+
+#, fuzzy
+msgid "Current Jobs"
+msgstr "Huidige repository"
+
+#, fuzzy
+msgid "One Job In Queue"
+msgid_plural "%(num)s Jobs In Queue"
+msgstr[0] "Taakwachtlijst"
+msgstr[1] "Taakwachtlijst"
+
+#, c-format
+msgid "Abort build job %s"
+msgstr "Build-taak %s afbreken."
+
+msgid "You may abort a running build."
+msgstr "U kunt een actieve build-taak afbreken."
+
+msgid "The build server will eventually stop to build the package."
+msgstr "De build-server zal uiteindelijk het build-proces stoppen."
+
+msgid "Build job"
+msgstr "Build-taak"
+
+msgid "Start time"
+msgstr "Starttijd"
+
+msgid "No started, yet."
+msgstr "Nog niet gestart."
+
+msgid "Build server"
+msgstr "Build-server"
+
+msgid "Job buildroot"
+msgstr "Taak buildroot"
+
+msgid "Buildroot"
+msgstr "Buildroot"
+
+msgid "Buildroot size"
+msgstr "Buildroot grootte"
+
+msgid "Download size"
+msgstr "Download grootte"
+
+#, c-format
+msgid "The packages listed below were used to build %s."
+msgstr "De pakketten hieronder zijn gebruikt om %s op te bouwen."
+
+msgid "Log In"
+msgstr ""
+
+#, fuzzy
+msgid "Login failed"
+msgstr "Inloggen mislukt!"
+
+#, c-format
+msgid "Delete mirror %s"
+msgstr "Verwijder mirror %s"
+
+#, c-format
+msgid "Delete mirror: %s"
+msgstr "Verwijder mirror: %s"
+
+#, c-format
+msgid "You are going to delete the mirror %s."
+msgstr "U gaat nu mirror %s verwijderen."
+
+#, c-format
+msgid "Mirror: %s"
+msgstr "Mirror: %s"
+
+msgid "Add new mirror"
+msgstr "Voeg een nieuwe mirror toe."
+
+msgid "Edit settings"
+msgstr "Wijzig instellingen"
+
+msgid "Delete mirror"
+msgstr "Verwijder mirror"
+
+msgid "General"
+msgstr ""
+
+#, fuzzy
+msgid "Location"
+msgstr "Actie"
+
+msgid "The location of the mirror server could not be estimated."
+msgstr "De locatie van de mirror kon niet worden bepaald."
+
+msgid "Status information"
+msgstr "Status informatie"
+
+msgid "Status"
+msgstr "Status"
+
+msgid "HTTP Response Code"
+msgstr ""
+
+#, fuzzy
+msgid "Last sync"
+msgstr "Laatst gezien op"
+
+msgid "Last check"
+msgstr "Laatste controle"
+
+msgid "Never"
+msgstr "Nooit"
+
+msgid "Average Response Time"
+msgstr ""
+
+#, c-format
+msgid "Manage mirror %s"
+msgstr "Beheer mirror %s"
+
+msgid "Manage"
+msgstr "Beheer"
+
+#, c-format
+msgid "Manage mirror: %s"
+msgstr "Beheer mirror: %s"
+
+msgid "The canonical hostname."
+msgstr "De echte hostnaam."
+
+msgid "Check if this mirror server supports HTTPS."
+msgstr ""
+
+msgid "Contact information"
+msgstr "Contactinformatie"
+
+msgid "Owner"
+msgstr "Eigenaar"
+
+msgid "The owner of the mirror server."
+msgstr "De eigenaar van de mirror-server."
+
+msgid "Contact address"
+msgstr "Contactadres"
+
+msgid "An email address to contact an administrator of the mirror."
+msgstr "Het e-mailadres van de beheerder van de mirror."
+
+msgid "This won't be made public."
+msgstr "Dit wordt niet publiek bekend gemaakt."
+
+msgid "Save changes"
+msgstr "Wijzigingen opslaan"
+
+msgid "On this page, you will see a list of all mirror servers."
+msgstr "Deze pagina bevat een lijst met alle mirror-servers."
+
+msgid "Up"
+msgstr "Omhoog"
+
+msgid "Out Of Sync"
+msgstr ""
+
+msgid "Down"
+msgstr "Omlaag"
+
+msgid "There are no mirrors configured, yet."
+msgstr "Er zijn nog geen mirror-servers geconfigureerd."
+
+msgid "New mirror"
+msgstr "Nieuwe mirror"
+
+msgid "Add a new mirror"
+msgstr "Voeg een nieuwe mirror toe"
-#: ../src/templates/builds/comments.html:3
-#: ../src/templates/builds/comments.html:42
-msgid "Build comments"
-msgstr "Build commentaar"
+msgid "Enter the canonical hostname of the mirror."
+msgstr "Geef de echte hostnaam van de mirror."
-#: ../src/templates/builds/comments.html:33
-msgid "Show all comments"
-msgstr "Toon alle commentaar"
+msgid "Path"
+msgstr "Pad"
-#: ../src/templates/builds/comments.html:40
-#, c-format
-msgid "%s's latest comments"
-msgstr "%s's laatste commentaar"
+msgid "The path to the files on the server."
+msgstr "Het pad naar de bestanden op de server."
-#: ../src/templates/builds/comments.html:49
-#, c-format
-msgid "This page shows %s's latest comments."
-msgstr "Deze pagina toont %s's laatste commentaar."
+msgid "Create new mirror"
+msgstr "Maak nieuwe mirror aan"
-#: ../src/templates/builds/comments.html:51
-msgid "This page shows the latest comments on builds."
-msgstr "Deze pagina toont het laatste commentaar op builds."
+msgid "Release build"
+msgstr "Vrijgeven build"
-#: ../src/templates/builds/comments.html:53
-msgid ""
-"The Pakfire Build Service is all about social development and so, "
-"communicating with eath others is important. Please join."
-msgstr ""
-"De Pakfire Build Service gaat over samen ontwikkelen, dus communiceren met "
-"elkaar is belangrijk. Doe mee."
-
-#: ../src/templates/builds/comments.html:61
-#: ../src/templates/builds/comments.html:65
-#: ../src/templates/packages/changelog.html:35
-#: ../src/templates/packages/changelog.html:39
-msgid "Newer"
-msgstr "Nieuwer"
-
-#: ../src/templates/builds/comments.html:71
-#: ../src/templates/builds/comments.html:75
-#: ../src/templates/packages/changelog.html:45
-#: ../src/templates/packages/changelog.html:49
-msgid "Older"
-msgstr "Ouder"
-
-#: ../src/templates/builds/comments.html:81
-#, c-format
-msgid "%s did not comment on anything, yet."
-msgstr "%s heeft nog nergens commentaar op gegeven."
+msgid "Scratch build"
+msgstr "Scratch build"
-#: ../src/templates/build-state.html:34
-msgid ""
-"The state of a build can be either building, testing, stable, obsolete or "
-"broken."
-msgstr ""
-"De status van een build kan zijn building, testing, stable, obsolete of "
-"broken."
+msgid "As soon as possible"
+msgstr "Zo snel mogelijk"
-#: ../src/templates/build-state.html:48
-msgid "Mark build as obsolete"
-msgstr "Markeer als verouderd"
+msgid "After 5 minutes"
+msgstr "Na 5 minuten"
-#: ../src/templates/build-state.html:50
-msgid ""
-"If a package is updated by an other package it should be marked as "
-"<em>obsolete</em>."
-msgstr ""
-"Als een pakket is bijgewerkt door een ander pakket dan moet het gemarkeerd "
-"worden als <em>verouderd</em>."
+msgid "After 15 minutes"
+msgstr "Na 15 minuten"
-#: ../src/templates/build-state.html:51
-msgid ""
-"For obsolete builds, there will be no test jobs created and it is "
-"recommended to remove them from the repositories soon."
-msgstr ""
-"Voor verouderde builds zijn geen test-taken aangemaakt en het wordt "
-"geadviseerd om ze te verwijderen uit de repositories."
+msgid "After one hour"
+msgstr "Na een uur"
-#: ../src/templates/build-state.html:60
-msgid "Remove build from the repository it is currently in?"
-msgstr "Build verwijderen uit de huidige repository?"
+msgid "After one day"
+msgstr "Na een dag"
-#: ../src/templates/build-state.html:81
-msgid "Unbreak this build"
-msgstr "Maak deze build onbreekbaar"
+msgid "Set the time after which the build job starts."
+msgstr "Zet de tijd waarna de build-taak gestart wordt."
-#: ../src/templates/build-state.html:84
-msgid ""
-"In case this build has accidentially be marked as broken, it is possible to "
-"recover that state."
-msgstr ""
-"In het geval deze build per ongeluk als defect is gemarkeerd, is het "
-"mogelijk om deze status te herstellen."
+msgid "Schedule build"
+msgstr "Inplannen build"
-#: ../src/templates/build-state.html:102
-msgid "Mark build as broken"
-msgstr "Markeer build als defect"
+msgid "This build is broken!"
+msgstr "Deze build is defect!"
-#: ../src/templates/build-state.html:105
msgid ""
-"If a package does not build or contains <em>serious</em> bugs, it should be "
-"marked as broken."
+"This means that the package may cause severe damage on your system and/or "
+"does not work at all."
msgstr ""
-"Als een pakket niet opgebouwd kan worden of <em>ernstige</em> bugs bevat, "
-"dan moet het als defect worden gemarkeerd."
+"Dit betekent dat het pakket ernstige schade aan het systeem kan aanbrengen "
+"en mogelijk geheel niet meer werkt."
-#: ../src/templates/build-state.html:106
-msgid ""
-"Those builds can not be added into any repositories and are removed from all "
-"repositories they may currently be in."
-msgstr ""
-"Deze builds kunnen in geen enkele repository worden geplaatst en worden "
-"verwijderd uit alle repositories waar ze nu in staan."
+msgid "This build is obsolete!"
+msgstr "Deze build is verouderd!"
-#: ../src/templates/build-state.html:126
-#: ../src/templates/distro-update-detail.html:17
-#: ../src/templates/modules/modal-build-push.html:54
-#: ../src/templates/modules/modal-build-unpush.html:13
-msgid "Current repository"
-msgstr "Huidige repository"
+msgid "This means that this package has been replaced with a new one."
+msgstr ""
-#: ../src/templates/builds-watchers-add.html:3
-#: ../src/templates/builds-watchers-add.html:29
-#, c-format
-msgid "Watch build %s"
-msgstr "Bekijk build %s"
+msgid "Repository"
+msgstr "Repository"
-#: ../src/templates/builds-watchers-add.html:24
-msgid "Watch"
-msgstr "Bekijk"
+msgid "Created"
+msgstr "Aangemaakt"
-#: ../src/templates/builds-watchers-add.html:35
-msgid "You may here add yourself to the list of watchers of this build."
-msgstr "U kunt uzelf hier toevoegen als bewaker van deze build."
+#, fuzzy
+msgid "In repository since"
+msgstr "Wijzig repository %s"
-#: ../src/templates/builds-watchers-add.html:36
-msgid ""
-"If you do so, you will receive messages about new comments and status "
-"updates."
+msgid "Can be moved forward"
msgstr ""
-"Als u dat doet, ontvangt u een bericht over nieuwe commentaren en "
-"statusveranderingen."
-#: ../src/templates/builds-watchers-add.html:43
-#: ../src/templates/user-profile-passwd.html:51
-msgid "Oops!"
-msgstr "Oeps!"
-
-#: ../src/templates/builds-watchers-add.html:44
-#: ../src/templates/builds-watchers-list.html:17
-msgid "You are already watching this build."
-msgstr "U bent al bewaker van deze build."
-
-#: ../src/templates/builds-watchers-add.html:56
-msgid "Choose user"
-msgstr "Kies gebruiker"
+msgid "There are no builds to show at this place right now."
+msgstr "Er zijn op dit moment geen builds te laten zien."
-#: ../src/templates/builds-watchers-add.html:60
-msgid "Myself"
-msgstr "Mijzelf"
+msgid "Subject"
+msgstr "Onderwerp"
-#: ../src/templates/builds-watchers-add.html:70
-msgid "Choose a user who should watch this build."
-msgstr "Kies een gebruiker die deze build zou moeten bewaken."
+msgid "Download"
+msgstr "Download"
-#: ../src/templates/builds-watchers-add.html:76
-#: ../src/templates/modules/build-table.html:20
-#: ../src/templates/user-profile-edit.html:80
-#: ../src/templates/user-profile.html:29 ../src/templates/user-profile.html:54
-msgid "User"
-msgstr "Gebruiker"
+msgid "Info"
+msgstr "Info"
-#: ../src/templates/builds-watchers-add.html:84
-msgid "Add watcher"
-msgstr "Voeg bewaker toe"
+msgid "Arch"
+msgstr "Arch"
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/modules/watchers-sidebar-table.html:22
-#, c-format
-msgid "Watchers of %s"
-msgstr "Bewakers van %s"
+msgid "Duration"
+msgstr "Duur"
-#: ../src/templates/builds-watchers-list.html:11
-msgid "This is a list of all users who watch this build."
-msgstr "Dit is een lijst met gebruikers die deze build kunnen bekijken."
+msgid "Pending"
+msgstr "In afwachting"
-#: ../src/templates/builds-watchers-list.html:12
-msgid ""
-"If you write a comment or the status of the build is changed, they all will "
-"get a message."
-msgstr ""
-"Als u een commentaar schrijft of de status van de build is veranderd, dan "
-"ontvangt iedereen een bericht."
+msgid "Failed"
+msgstr "Mislukt"
-#: ../src/templates/builds-watchers-list.html:21
-msgid "You are the owner of this build. So you don't need to watch it."
-msgstr "U bent de eigenaar van deze build. Dus u hoeft het niet te bewaken."
+msgid "Dispatching"
+msgstr "Verzenden"
-#: ../src/templates/builds-watchers-list.html:25
-msgid "Watch this build."
-msgstr "Bewaak deze build."
+msgid "Finished"
+msgstr "Beëindigd"
-#: ../src/templates/builds-watchers-list.html:39
-msgid "List of all watchers"
-msgstr "Lijst van alle bewakers"
+msgid "Running"
+msgstr "Loopt"
-#: ../src/templates/builds-watchers-list.html:53
-msgid "Back to build"
-msgstr "Terug naar build"
+msgid "Aborted"
+msgstr "Afgebroken"
-#: ../src/templates/distro-detail.html:36
-msgid "None"
-msgstr "Geen"
+#, c-format
+msgid "Running since %s"
+msgstr "Loopt sinds %s"
-#: ../src/templates/distro-detail.html:46
-msgid "Binary repositories"
-msgstr "Binaire repositories"
+msgid "Not finished, yet."
+msgstr "Nog niet klaar"
-#: ../src/templates/distro-detail.html:51
-msgid ""
-"A binary repository is a composition of packages that are considered stable, "
-"unstable or in testing state by the developers."
-msgstr ""
-"Een binaire repository is een verzameling pakketten die stabiel worden "
-"geacht, onstabiel of in test-status door de ontwikkelaars."
+#, c-format
+msgid "This package only supports %s."
+msgstr "Dit pakket ondersteunt alleen %s."
-#: ../src/templates/distro-detail.html:53
-msgid "Each repository can be enabled individually."
-msgstr "Iedere repository kan afzonderlijk worden geactiveerd."
+msgid "No jobs, yet."
+msgstr "Geen taken op dit moment."
-#: ../src/templates/distro-detail.html:54
-msgid "Learn how to use them."
-msgstr "Leer hoe ze te gebruiken."
+#, fuzzy, c-format
+msgid "Finished %s"
+msgstr "Beëindigd"
-#: ../src/templates/distro-detail.html:66 ../src/templates/source-list.html:6
-msgid "Source repositories"
-msgstr "Source repositories"
+#, c-format
+msgid "on %s"
+msgstr "op %s"
-#: ../src/templates/distro-detail.html:80
-#: ../src/templates/distro-source-commit-detail.html:90
-#: ../src/templates/user-profile.html:73
-msgid "Action"
-msgstr "Actie"
+msgid "This build has got no jobs."
+msgstr "Deze build heeft geen taken."
-#: ../src/templates/distro-detail.html:86
-msgid "Edit distribution"
-msgstr "Wijzig distributie"
+msgid "No comment given."
+msgstr "Geen commentaar gegeven."
-#: ../src/templates/distro-detail.html:91
-msgid "Delete distribution"
-msgstr "Verwijder distributie"
+msgid "You"
+msgstr "U"
-#: ../src/templates/distro-detail.html:97
-msgid "New binary repository"
-msgstr "Nieuwe binaire repository"
+msgid "No log entries, yet."
+msgstr "Geen log gevonden."
-#: ../src/templates/distro-detail.html:102
-msgid "New source repository"
-msgstr "Nieuwe broncode repository"
+msgid "Submit"
+msgstr "Verstuur"
-#: ../src/templates/distro-edit.html:3 ../src/templates/distro-edit.html:6
-#: ../src/templates/distro-update-edit.html:3
#, c-format
-msgid "Edit distribution %s"
-msgstr "Wijzig distributie %s"
-
-#: ../src/templates/distro-edit.html:12
-#: ../src/templates/modules/packages-table.html:4
-#: ../src/templates/modules/repository-table.html:4
-#: ../src/templates/modules/source-table.html:4
-#: ../src/templates/repository-edit.html:15
-msgid "Name"
-msgstr "Naam"
+msgid "Comment on %s"
+msgstr "Geef commentaar op %s"
-#: ../src/templates/distro-edit.html:17
-msgid "The fancy name of the distribution."
-msgstr "De mooie naam van de distributie"
+msgid "Log in to comment"
+msgstr "Log in om commentaar te geven"
-#: ../src/templates/distro-edit.html:21
-msgid "Identifier"
-msgstr "Identificatie"
+msgid "Comment"
+msgstr "Commentaar"
-#: ../src/templates/distro-edit.html:26
-#: ../src/templates/user-profile-edit.html:42
-msgid "Cannot be changed."
-msgstr "Kan niet worden gewijzigd."
+msgid "Vote"
+msgstr "Stem op"
-#: ../src/templates/distro-edit.html:30
-msgid "Tag"
-msgstr "Tag"
+msgid "Not tested."
+msgstr "Niet getest."
-#: ../src/templates/distro-edit.html:35
-msgid "The tag is added to the package release."
-msgstr "De tag is toegevoegd aan de pakketuitgave"
+msgid "Works for me."
+msgstr "Werkt voor mij."
-#: ../src/templates/distro-edit.html:39
-msgid "Vendor"
-msgstr "Leverancier"
+msgid "Does not work."
+msgstr "Werkt niet."
-#: ../src/templates/distro-edit.html:44
-msgid "From whom is the distribution from?"
-msgstr "Van wie is deze distributie afkomstig?"
+msgid "You need to log in to comment."
+msgstr "U dient in te loggen om commentaar te geven."
-#: ../src/templates/distro-edit.html:48 ../src/templates/docs-index.html:57
-#: ../src/templates/mirrors-detail.html:62
-msgid "Contact"
-msgstr "Contact"
+msgid "Click on the button below to do so."
+msgstr "Klik op de knop hieronder om in te loggen."
-#: ../src/templates/distro-edit.html:53
-msgid "The email address from the vendor."
-msgstr "Het e-mailadres van de maker."
+msgid "Submit comment"
+msgstr "Verstuur commentaar"
-#: ../src/templates/distro-edit.html:57
-msgid "Slogan"
-msgstr "Motto"
+msgid "Login"
+msgstr "Inloggen"
-#: ../src/templates/distro-edit.html:62
-msgid "A short sentence that characterizes the distribution."
-msgstr "Een korte zin die de distributie kenmerkt."
+#, c-format
+msgid "Push %s to a repository"
+msgstr "Verstuur %s naar een repository"
-#: ../src/templates/distro-edit.html:66
-msgid "Architectures"
-msgstr "Architecturen"
+msgid "Not all jobs are finished!"
+msgstr "Nog niet alle taken zijn beëindigd!"
-#: ../src/templates/distro-edit.html:75
-msgid "For which architectures should the distribution be built?"
-msgstr "Voor welke architecturen moet deze distributie worden gemaakt?"
+msgid ""
+"So it is <em>strongly</em> discouraged to push this build into the next "
+"repository."
+msgstr ""
+"Het wordt <em>ten sterkste</em> afgeraden om deze build naar de volgende "
+"repository te brengen."
-#: ../src/templates/distro-edit.html:79
-msgid "Sources"
-msgstr "Bronnen"
+msgid "The build will be put into this repository."
+msgstr "De build zal in deze repository geplaatst worden."
-#: ../src/templates/distro-edit.html:88
-msgid "Which sources should be imported to the distribution?"
-msgstr "Welke bronnen moeten worden geïmporteerd in de distributie?"
+msgid "You are going to push this build into a new repository."
+msgstr "U gaat nu deze build naar een nieuwe repository versturen."
-#: ../src/templates/distro-list.html:26
msgid ""
-"This is a list of all distributions, that are maintained in this build "
-"service."
+"This means that the build won't be part of the repository it is currently in "
+"anymore."
msgstr ""
-"Dit is een lijst van alle distributies die worden onderhouden met deze build-"
-"service."
+"Dit betekent dat de build geen onderdeel meer zal uitmaken van de huidige "
+"repository."
-#: ../src/templates/distro-list.html:27
msgid ""
-"You may click on one of them and see more details or jump directly to one of "
-"the repositories."
+"Please make sure you tested this build well enough that it will keep up with "
+"the quality level of the target repository."
msgstr ""
-"U kunt op één van de items klikken om meer details te bekijken, of spring "
-"direct naar een van de repositories."
-
-#: ../src/templates/distro-list.html:34
-msgid "Repositories"
-msgstr "Repositories"
-
-#: ../src/templates/distro-list.html:66
-msgid "New distribution"
-msgstr "Nieuwe distributie"
+"Verzeker u ervan dat deze build van voldoende kwaliteit is, zodat het zich "
+"kan meten met kwaliteit van de doel-repository."
-#: ../src/templates/distro-source-commit-detail.html:21
-#: ../src/templates/distro-source-commit-reset.html:19
-#: ../src/templates/distro-source-detail.html:19
#, c-format
-msgid "Source: %s"
-msgstr "Source: %s"
+msgid "Unpush %s from a repository"
+msgstr "Haal %s terug van een repository"
-#: ../src/templates/distro-source-commit-detail.html:34
-#: ../src/templates/distro-source-commit-reset.html:32
-#: ../src/templates/distro-source-commits.html:6
-#: ../src/templates/distro-source-detail.html:26
-msgid "Source"
-msgstr "Bron"
+msgid "You are going to unpush this build from its repository."
+msgstr "U gaat nu een build terughalen uit z'n repository."
-#: ../src/templates/distro-source-commit-detail.html:47
-msgid "Revision"
-msgstr "Revisie"
+msgid ""
+"This means that the build won't be installable from this repository anymore."
+msgstr ""
+"Dit betekent dat de build niet meer te installeren is vanuit deze repository."
-#: ../src/templates/distro-source-commit-detail.html:51
-msgid "Date"
-msgstr "Datum"
+msgid ""
+"If you consider this build being obsolete or broken, please don't forget to "
+"mark it so."
+msgstr ""
+"Als u vindt dat deze build niet meer van toepassing is of defect is, markeer "
+"de build dan ook als zodanig."
-#: ../src/templates/distro-source-commit-detail.html:59
-msgid "Committer"
-msgstr "Committer"
+#, fuzzy
+msgid "Group"
+msgid_plural "Groups"
+msgstr[0] "Groep"
+msgstr[1] "Groep"
-#: ../src/templates/distro-source-commit-detail.html:63
-#: ../src/templates/modules/commits-table.html:6
-msgid "Subject"
-msgstr "Onderwerp"
+#, c-format
+msgid "added %s"
+msgstr "Toegevoegd %s"
-#: ../src/templates/distro-source-commit-detail.html:81
-msgid "Open in gitweb"
-msgstr "Open in gitweb"
+msgid "Run"
+msgstr "Start"
-#: ../src/templates/distro-source-commit-detail.html:96
-#: ../src/templates/distro-source-commit-reset.html:54
-msgid "Reset commit"
-msgstr "Reset commit"
+msgid "Remove action"
+msgstr "Verwijder actie"
-#: ../src/templates/distro-source-commit-detail.html:112
-msgid "Packages created from this commit"
-msgstr "Pakketten aangemaakt van deze commit"
+#, fuzzy
+msgid "One more score needed."
+msgid_plural "%(score)s more scores needed."
+msgstr[0] "Niet meer credits nodig. "
+msgstr[1] "Niet meer credits nodig. "
-#: ../src/templates/distro-source-commit-detail.html:128
-msgid "There were no packages created from this commit."
-msgstr "Er zijn geen pakketten aangemaakt van deze commit."
+#, fuzzy
+msgid "No more scores needed."
+msgstr "Niet meer credits nodig. "
-#: ../src/templates/distro-source-commit-reset.html:43
-msgid "Danger!"
-msgstr "Gevaar!"
+#, c-format
+msgid "Maintainer: %s"
+msgstr "Onderhouder: %s"
-#: ../src/templates/distro-source-commit-reset.html:44
-msgid "This is a very dangerous action!"
-msgstr "Dit is een zeer gevaarlijke actie!"
+msgid "Go to package description"
+msgstr "Ga naar pakketomschrijving"
-#: ../src/templates/distro-source-commit-reset.html:45
-msgid "Don't do it, if you are not absolutely sure what you are doing."
-msgstr "Doe dit niet, als u niet zeer zeker van uw zaak bent."
+msgid "Auto-select"
+msgstr "Auto-selecteer"
-#: ../src/templates/distro-source-commit-reset.html:49
-msgid ""
-"This commit will be reset. Which means all packages associated with it will "
-"be deleted, and the commit will be parsed again."
-msgstr ""
-"Deze commit wordt gereset. Dit betekent dat alle hiermee geassocieerde "
-"pakketten zullen worden verwijderd en de commit wordt opnieuw verwerkt."
+msgid "No. of commits"
+msgstr "Aantal commits"
-#: ../src/templates/distro-source-commit-reset.html:50
-msgid ""
-"This action may cause severe problems and may only be allowed when something "
-"went horribly wrong."
-msgstr ""
-"Deze actie kan ernstige problemen geven en mag alleen worden gebruikt als er "
-"iets ernstig is fout gegaan."
+msgid "Latest commit"
+msgstr "Laatste commit"
-#: ../src/templates/distro-source-commit-reset.html:62
-msgid "These packages will be deleted"
-msgstr "Deze pakketten zullen worden verwijderd"
+#, c-format
+msgid "Branch: %s"
+msgstr "Branch: %s"
-#: ../src/templates/distro-source-commits.html:6
-msgid "Commits"
-msgstr "Commits"
+msgid "You."
+msgstr "U."
-#: ../src/templates/distro-source-commits.html:10
-msgid "Source repository"
-msgstr "Bron-repository"
+msgid "You and one other."
+msgstr "U en iemand anders."
-#: ../src/templates/distro-source-commits.html:20
-msgid "Previous commits"
-msgstr "Vorige commits"
+#, c-format
+msgid "You and %s others."
+msgstr "U en %s anderen."
-#: ../src/templates/distro-source-commits.html:24
-msgid "Next commits"
-msgstr "Volgende commits"
+#, fuzzy
+msgid "One person."
+msgid_plural "%(num)s people."
+msgstr[0] "Één persoon"
+msgstr[1] "Één persoon"
-#: ../src/templates/distro-source-detail.html:36
-msgid "Gitweb"
-msgstr "Gitweb"
+msgid ""
+"All users who watch this build will be automatically notified about status "
+"changes and comments."
+msgstr ""
+"Alle gebruikers die deze build bewaken zullen op de hoogte worden gehouden "
+"van statusveranderingen en commentaren."
-#: ../src/templates/distro-source-detail.html:45
-msgid "Branch"
-msgstr "Tak"
+msgid "This is an easy way of staying up to date."
+msgstr "Dit is een makkelijke manier om op de hoogte te blijven."
-#: ../src/templates/distro-source-detail.html:49
-msgid "Imported commits"
-msgstr "Geïmporteerde commits"
+msgid "Nobody watches this build, yet. Be the first one."
+msgstr "Niemand bewaakt deze build nog. U kunt de eerste zijn."
-#: ../src/templates/distro-source-detail.html:59
-msgid "Latest commits"
-msgstr "Laatste commits"
+msgid "Watch this build"
+msgstr "Bewaak deze build"
-#: ../src/templates/distro-source-detail.html:63
-msgid "Show all commits"
-msgstr "Toon alle commits"
+msgid "Add a watcher"
+msgstr "Voeg een bewaker toe"
-#: ../src/templates/distro-update-detail.html:5
-msgid "Update"
-msgstr "Bijwerken"
+msgid "Close"
+msgstr "Sluiten"
-#: ../src/templates/distro-update-detail.html:10
-#: ../src/templates/modules/packages-table.html:5
-#: ../src/templates/packages/builds/times.html:31
-msgid "Summary"
-msgstr "Samenvatting"
+msgid "Properties"
+msgstr "Eigenschappen"
-#: ../src/templates/distro-update-detail.html:27
-#: ../src/templates/file-detail.html:40
-#: ../src/templates/modules/package-header.html:24
-#: ../src/templates/package-detail.html:77
-msgid "Maintainer"
-msgstr "Onderhouder"
+msgid "Maintainers"
+msgstr "Onderhouders"
-#: ../src/templates/distro-update-detail.html:33
-msgid "Time created"
-msgstr "Aanmaaktijd"
+msgid "Default priority"
+msgstr "Standaard prioriteit"
-#: ../src/templates/distro-update-detail.html:41
-msgid "Builds in this update"
-msgstr "Builds in deze update"
+msgid ""
+"A big benefit of the Pakfire Build Service is, that builds are available to "
+"end-users in a very short time."
+msgstr ""
+"Een groot voordeel van de Pakfire Build Service is dat de builds heel snel "
+"beschikbaar zijn voor de eindgebruikers."
-#: ../src/templates/distro-update-detail.html:49
-#: ../src/templates/repository-detail.html:112
-#: ../src/templates/user-profile-edit.html:20
-msgid "Edit"
-msgstr "Wijzig"
+msgid ""
+"Some packages might need some extra boost if the build servers are very busy."
+msgstr ""
+"Sommige pakketten kunnen wel een extra duwtje gebruiken als de build-servers "
+"erg druk zijn."
-#: ../src/templates/distro-update-edit.html:8
-#, c-format
-msgid "Edit update %s - %s"
-msgstr "Wijzig update %s - %s"
+msgid "You may set a default priority for all builds of this package."
+msgstr ""
+"U kunt een standaard prioriteit instellen voor alle builds van dit pakket."
-#: ../src/templates/distro-update-edit.html:10
-msgid "Create new update"
-msgstr "Maak nieuwe update aan"
+msgid "Very high"
+msgstr "Zeer hoog"
-#: ../src/templates/docs-base.html:27
-msgid "All Documents"
-msgstr "Alle documenten"
+msgid "High"
+msgstr "Hoog"
-#: ../src/templates/docs-base.html:31
-msgid "Topics"
-msgstr "Onderwerpen"
+msgid "Medium"
+msgstr "Gemiddeld"
-#: ../src/templates/docs-build.html:3 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-whatsthis.html:3
-msgid "Legend of the build states"
-msgstr "Legenda van de build statussen"
+msgid "Low"
+msgstr "Laag"
-#: ../src/templates/docs-build.html:25
-msgid ""
-"Every build that is done by the Pakfire Build Service has to go through "
-"several states:"
-msgstr ""
-"Iedere build dat wordt uitgevoerd door het Pakfire Build Service gaat door "
-"verschillende stadia:"
+msgid "Very low"
+msgstr "Zeer laag"
+
+msgid "Critical path"
+msgstr "Kritieke pad"
-#: ../src/templates/docs-build.html:28
msgid ""
-"After checking out the source from the source repository a source package is "
-"created and submitted to the build server."
+"A package that belongs to the critical path is a package that plays a very "
+"essential role in the distribution."
msgstr ""
-"Na het uitchecken van de broncode uit de source-repository wordt een source-"
-"package gemaakt en naar de build-server gestuurd."
+"Een pakket dat behoort tot het kritieke pad speelt een essentiële rol in de "
+"distributie."
-#: ../src/templates/docs-build.html:29
msgid ""
-"Starting from inserting a source file to the build service, there are binary "
-"build jobs created for every supported architecture."
+"If such a package is broken, it may not be possible to boot or recover the "
+"system anymore, so we need to be extra sure that these packages work."
msgstr ""
-"Vanaf het opvoeren van het bronbestand naar de build-service zullen er "
-"binaire build-taken worden aangemaakt voor iedere ondersteunde architectuur."
+"Als zo'n pakket niet werkt, kan het systeem mogelijk niet meer opstarten of "
+"hersteld worden, dus we moeten er zeker van zijn dat deze pakketten werken."
-#: ../src/templates/docs-build.html:32
msgid ""
-"These get assigned to a build host which has to compile or assemble the "
-"package and return it back to the build server."
+"If this package is marked to belong to the critical path, it will need a "
+"higher score to pass to the next repository and more."
msgstr ""
-"Deze worden toegekend aan de build-host welke de pakketten zal compileren en "
-"ze daarna teruggeeft aan de build-server."
-
-#: ../src/templates/docs-build.html:33
-msgid "In the table below, there are all states that a build job goes through:"
-msgstr "In de tabel hieronder staan alle stadia waar een build-taak door gaat:"
-
-#: ../src/templates/docs-build.html:36
-msgid "Build is running"
-msgstr "Build is actief"
-
-#: ../src/templates/docs-build.html:37
-msgid "Build has failed"
-msgstr "Build is mislukt"
-
-#: ../src/templates/docs-build.html:38
-msgid "Build is waiting to be processed"
-msgstr "Build staat klaar om verwerkt te worden"
+"Als dit pakket is gemarkeerd voor het kritieke pad, dan heeft het een hogere "
+"score nodig om naar de volgende repository doorgezet te mogen worden."
-#: ../src/templates/docs-build.html:39
-msgid "There was a dependency error when the package was built"
-msgstr "Er is een afhankelijkheidsfout gevonden toen het pakket is opgebouwd."
+msgid "Learn more."
+msgstr "Meer informatie."
-#: ../src/templates/docs-build.html:40
-msgid "Build is waiting for source to go to pending state"
+msgid "Open Bugs In This Package"
msgstr ""
-"Build staat te wachten op het bronbestand om naar de pending status te gaan."
-
-#: ../src/templates/docs-build.html:41
-msgid "Files of this build are transferred to the build server"
-msgstr "Bestanden voor deze build worden overgezet naar de build-server"
-#: ../src/templates/docs-build.html:42
-msgid "Files are being uploaded to the service"
-msgstr "Bestanden worden geüpload naar de service "
+#, fuzzy
+msgid "Show All Bugs"
+msgstr "Toon alle bugs"
-#: ../src/templates/docs-build.html:43
-msgid "Build has an unknown state"
-msgstr "Build heeft een onbekende status"
+#, fuzzy
+msgid "File A New Bug"
+msgstr "Geef nieuwe bug op"
-#: ../src/templates/docs-index.html:3
-msgid "Documentation index"
-msgstr "Documentatie-index"
+#, fuzzy
+msgid "Download Package"
+msgstr "Download bestand"
-#: ../src/templates/docs-index.html:17
-msgid "Documents"
-msgstr "Documenten"
+#, fuzzy, c-format
+msgid "Build from %s"
+msgstr "Builder: %s"
-#: ../src/templates/docs-index.html:23
-msgid ""
-"This is a collection of documents that should be read by everybody who is "
-"using this system."
-msgstr ""
-"Dit is een verzameling documenten die door iedereen zou moeten worden "
-"gelezen die dit systeem gebruikt."
+msgid "Filelist"
+msgstr "Bestandslijst"
-#: ../src/templates/docs-index.html:29
-msgid "What is the pakfire build service?"
-msgstr "Wat is de Pakfire Build Service?"
+#, fuzzy, c-format
+msgid "Download (%s)"
+msgstr "Download grootte"
-#: ../src/templates/docs-index.html:34
-msgid "General pakfire documentation"
-msgstr "Algemene Pakfire documentatie"
+#, fuzzy
+msgid "Job Queue"
+msgstr "Taakwachtlijst"
-#: ../src/templates/docs-index.html:39
-msgid "Packaging guidelines"
-msgstr "Packaging richtlijnen"
+#, fuzzy, c-format
+msgid "Builds in %s"
+msgstr "Builds van %s"
-#: ../src/templates/docs-index.html:51
-msgid "This documentation you find at this place is not completed yet."
-msgstr "De documentatie die u hier vindt is nog niet compleet."
+#, fuzzy
+msgid "Create"
+msgstr "Aangemaakt"
-#: ../src/templates/docs-index.html:52
-msgid "Feel free to make any suggestions."
-msgstr "Doe gerust suggesties."
+#, fuzzy
+msgid "- Select -"
+msgstr "Selectie"
-#: ../src/templates/docs-index.html:59
-msgid ""
-"If you need help using the build service or have some general questions "
-"please use our mailing list."
-msgstr ""
-"Als u hulp nodig hebt voor het gebruik van de build-service of algemene "
-"vragen hebt, vraag dan gerust op de mailing lijst."
+#, fuzzy
+msgid "Create Repository"
+msgstr "Huidige repository"
-#: ../src/templates/docs-index.html:60
-msgid "You can also talk to the developers and suggest feature enhancements."
+msgid "Describe what this repository will contain"
msgstr ""
-"U kunt ook vragen stellen aan ontwikkelaars of hen suggesties doen voor "
-"verbeteringen."
-
-#: ../src/templates/docs-index.html:64
-msgid "Mailing list"
-msgstr "Mailing lijst"
-
-#: ../src/templates/docs-index.html:68
-msgid "Bug reports"
-msgstr "Bug rapportages"
-#: ../src/templates/docs-index.html:70
-msgid ""
-"Please visit Bugzilla to create bug reports on the Pakfire Build System."
-msgstr ""
-"Gebruik Bugzilla voor het rapporteren van bugs in het Pakfire Build System."
+msgid "Priority"
+msgstr "Prioriteit"
-#: ../src/templates/docs-users.html:3 ../src/templates/docs-users.html:16
-#: ../src/templates/docs-users.html:21
-msgid "User groups"
-msgstr "Gebruikersgroepen"
+#, fuzzy
+msgid "Listed"
+msgstr "Geregistreerd"
-#: ../src/templates/docs-users.html:26
-msgid ""
-"All users can join the Pakfire Build Service and are separated into three "
-"groups:"
+msgid "By unchecking this box, you can hide this repository from being listed"
msgstr ""
-"Alle gebruikers kunnen zich voor de Pakfire Build Service aanmelden en zijn "
-"verdeeld in drie groepen:"
-
-#: ../src/templates/docs-users.html:29
-msgid "Developers"
-msgstr "Ontwikkelaars"
-#: ../src/templates/docs-users.html:31
-msgid ""
-"Developers manage this build service and have access to all parts of it."
-msgstr ""
-"Ontwikkelaars beheren deze build-service en hebben toegang tot alle "
-"onderdelen."
+#, fuzzy
+msgid "Enable Mirroring"
+msgstr "Zet builder aan"
-#: ../src/templates/docs-users.html:32
-msgid ""
-"They are responsible to keep the system running and able to push package "
-"updates to the repostories."
+msgid "If enabled, this repository will be made available on mirror servers"
msgstr ""
-"Zij zijn verantwoordelijk voor het beheer van het systeem en zetten nieuwe "
-"pakketten in de repositories."
-
-#: ../src/templates/docs-users.html:35
-msgid "Guidelines for developers"
-msgstr "Richtlijnen voor ontwikkelaars"
-#: ../src/templates/docs-users.html:38
-msgid "Testers"
-msgstr "Testers"
+#, fuzzy
+msgid "Download Configuration"
+msgstr "Download bestand"
-#: ../src/templates/docs-users.html:40
-msgid ""
-"Testers are like users but have the right to vote on packages, which is used "
-"to figure out the quality of the package."
-msgstr ""
-"Testers zijn gebruikers met de mogelijkheid om te stemmen op pakketten, "
-"waarmee de kwaliteit van deze pakketten worden bepaald."
+msgid "Search"
+msgstr "Zoeken"
-#: ../src/templates/docs-users.html:41
-msgid ""
-"Everyone can become a tester after he or she has proven to know the IPFire "
-"system very well."
-msgstr ""
-"Iedereen kan een tester worden nadat hij of zij bewezen heeft het IPFire "
-"systeem zeer goed te kennen."
+#, fuzzy, c-format
+msgid "We could not find anything for '%s'"
+msgstr "Ik heb niet gevonden wat u zocht."
-#: ../src/templates/docs-users.html:42
-msgid ""
-"On these people depends a very huge amount of the quality of the "
-"distribution that is made out of the feedback they give."
-msgstr ""
-"Deze personen leveren met hun feedback een grote bijdrage aan de kwaliteit "
-"van de distributie."
+msgid "Go!"
+msgstr "Ga!"
-#: ../src/templates/docs-users.html:45
-msgid "Guidelines for testers"
-msgstr "Richtlijnen voor testers"
+msgid "Sources repositories"
+msgstr "Sources repositories"
-#: ../src/templates/docs-users.html:50
-msgid "Everybody can join the Pakfire Build Service by registering an account."
-msgstr ""
-"Iedereen kan zich aanmelden bij de Pakfire Build Service door zich te "
-"registreren met een account."
+msgid "Source repositories"
+msgstr "Source repositories"
-#: ../src/templates/docs-users.html:51
-msgid ""
-"After a successful activation you are able to leave comments on packages and "
-"give feedback to the developers about its status."
-msgstr ""
-"Na een succesvolle activering kunt u opmerkingen over pakketten maken en "
-"ontwikkelaars feedback geven over de status hiervan."
+msgid "Add source repository"
+msgstr "Voeg bron-repository toe"
-#: ../src/templates/docs-whatsthis.html:16
-#: ../src/templates/docs-whatsthis.html:21
-msgid "What is the Pakfire Build Service?"
-msgstr "Wat is de Pakfire Build Service?"
+msgid "Blah 123"
+msgstr "Blah 123"
-#: ../src/templates/docs-whatsthis.html:27
-msgid ""
-"On this page, you will find out what the Pakfire Build Service really is."
-msgstr ""
-"Op deze pagina wordt uitgelegd wat het Pakfire Build Systeem werkelijk is."
+#, fuzzy
+msgid "Delete User"
+msgstr "%s verwijderen"
-#: ../src/templates/docs-whatsthis.html:28
-msgid "Read carefully."
-msgstr "Lees aandachtig."
+#, fuzzy
+msgid "Are you sure you want to delete your account?"
+msgstr "Wilt u echt uw eigen account verwijderen?"
-#: ../src/templates/docs-whatsthis.html:34
-msgid "Yeah, that's it!"
-msgstr "Ja, dat is het!"
+#, fuzzy, c-format
+msgid "Are you sure you want to delete the user '%s'?"
+msgstr "Wilt u echt gebruiker %s verwijderen?"
-#: ../src/templates/docs-whatsthis.html:35
-msgid "No, that's not it!"
-msgstr "Nee, dat is het niet!"
+#, fuzzy
+msgid "Edit User"
+msgstr "Bewerk builder"
-#: ../src/templates/docs-whatsthis.html:43
-msgid "PBS is a tool where people can give feedback to developers."
+#, c-format
+msgid "Send an Email to %s"
msgstr ""
-"PBS is een tool waarmee mensen hun feedback kunnen geven aan ontwikkelaars."
-#: ../src/templates/docs-whatsthis.html:44
-msgid "It is possible to leave comments and rate builds."
-msgstr "Het is mogelijk om commentaar te geven en builds te beoordelen."
+msgid "Quota"
+msgstr ""
-#: ../src/templates/docs-whatsthis.html:50
-msgid "PBS is <strong>NOT</strong> a bugtracker."
-msgstr "PBS is <strong>GEEN</strong> bugtracker."
+#, python-format
+msgid "%(min)d min"
+msgstr ""
-#: ../src/templates/docs-whatsthis.html:51
-msgid ""
-"To report bugs please use our bugtracker liked below if you want them to get "
-"fixed."
+#, python-format
+msgid "%(hrs)d:%(min)02d hrs"
msgstr ""
-"Om bugs te rapporteren gebruikt u de bugtracker als u ze gefixed wil hebben."
-#: ../src/templates/docs-whatsthis.html:55
-msgid "Bugtracker"
-msgstr "Bugtracker"
+msgid "User not found."
+msgstr "Gebruiker niet gevonden."
-#: ../src/templates/errors/error-400.html:4
-msgid "400 - Bad request"
-msgstr "400 - Verkeerd verzoek"
+msgid "Recommends"
+msgstr "Adviseert"
-#: ../src/templates/errors/error-400.html:8
-msgid "Invalid data has been passed to the application."
-msgstr "Er is ongeldige data naar de applicatie gestuurd."
+msgid "Suggests"
+msgstr "Stelt voor"
-#: ../src/templates/errors/error-400.html:13
-msgid ""
-"The application refused to go on with the provided data that was sent in "
-"this request."
-msgstr ""
-"De applicatie weigerde verder te gaan met de aangeleverde data in dit "
-"verzoek. "
+msgid "Today"
+msgstr "Vandaag"
-#: ../src/templates/errors/error-403.html:4
-msgid "403 - Access forbidden"
-msgstr "403 - Verboden toegang"
+msgid "Yesterday"
+msgstr "Gisteren"
-#: ../src/templates/errors/error-403.html:8
-msgid "You are not allowed to access this ressource."
-msgstr "U heeft geen toegang tot deze hulpbron."
+msgid "Uploading"
+msgstr "Uploading"
-#: ../src/templates/errors/error-403.html:13
-msgid ""
-"Access to the requested page has been denied because you do not have "
-"sufficient rights."
-msgstr ""
-"U heeft geen toegang tot de gevraagde pagina omdat u onvoldoende rechten "
-"heeft."
+#, python-format
+msgid "Unknown: %s"
+msgstr "Onbekend: %s"
-#: ../src/templates/errors/error-404.html:4
-msgid "404 - Not Found"
-msgstr "404 - Niet gevonden"
+#, python-format
+#~ msgid "%(user_name)s commented on %(build_name)s"
+#~ msgstr "%(user_name)s heeft commentaar gegeven op %(build_name)s"
-#: ../src/templates/errors/error-404.html:8
-msgid "I could not find what you were searching for."
-msgstr "Ik heb niet gevonden wat u zocht."
+#, python-format
+#~ msgid "[%(build_name)s] Build job failed."
+#~ msgstr "[%(build_name)s] Build-taak mislukt."
-#: ../src/templates/errors/error-404.html:13
-msgid "You may have clicked an expired link or mistyped the address."
-msgstr ""
-"U heeft wellicht een verouderde link aangeklikt of het adres verkeerd "
-"ingetypt."
+#, python-format
+#~ msgid ""
+#~ "The build job \"%(build_name)s\" has failed.\n"
+#~ "\n"
+#~ "This could have a couple of reasons and needs to be investigated by you.\n"
+#~ "\n"
+#~ "Here is more information about the incident:\n"
+#~ "\n"
+#~ " Build name: %(build_name)s\n"
+#~ " Build host: %(build_host)s\n"
+#~ "\n"
+#~ "Click on this link to get all details about the build:\n"
+#~ " https://pakfire.ipfire.org/job/%(build_uuid)s\n"
+#~ "\n"
+#~ "Sincerely,\n"
+#~ " The Pakfire Build Service"
+#~ msgstr ""
+#~ "De build-taak \"%(build_name)s\" is mislukt.\n"
+#~ "\n"
+#~ "Dit kan meerdere oorzaken hebben en moet door u worden onderzocht.\n"
+#~ "\n"
+#~ "Hier is meer informatie over het incident:\n"
+#~ "\n"
+#~ "Build-naam: %(build_name)s\n"
+#~ "Build-host: %(build_host)s\n"
+#~ "\n"
+#~ "Klik op deze link om alle informatie te zien over deze build:\n"
+#~ "https://pakfire.ipfire.org/job/%(build_uuid)s\n"
+#~ "\n"
+#~ "Met vriendelijke groet,\n"
+#~ "\n"
+#~ "De Pakfire Build Service"
-#: ../src/templates/errors/error.html:8
-msgid "Oops! Don't panic."
-msgstr "Oeps! Geen paniek."
+#, python-format
+#~ msgid "[%(build_name)s] Build job finished."
+#~ msgstr "[%(build_name)s] Build-taak beëindigd."
-#: ../src/templates/errors/error.html:13
-msgid "An unexpected error happened."
-msgstr "Er heeft zich een onverwachte fout voorgedaan."
+#, python-format
+#~ msgid ""
+#~ "The build job \"%(build_name)s\" has finished.\n"
+#~ "\n"
+#~ "If you are the maintainer, it is up to you to push it to one or more "
+#~ "repositories.\n"
+#~ "\n"
+#~ "Click on this link to get all details about the build:\n"
+#~ " https://pakfire.ipfire.org/job/%(build_uuid)s\n"
+#~ "\n"
+#~ "Sincerely,\n"
+#~ " The Pakfire Build Service"
+#~ msgstr ""
+#~ "De build-taak \"%(build_name)s\" is beëindigd.\n"
+#~ "\n"
+#~ "Als u de eigenaar/beheerder bent, is het uw taak om de build in één of "
+#~ "meerdere repositories te plaatsen.\n"
+#~ "\n"
+#~ "Klik op deze link om alle details te bekijken van de build:\n"
+#~ "https://pakfire.ipfire.org/job/%(build_uuid)s\n"
+#~ "\n"
+#~ "Met vriendelijke groet,\n"
+#~ "\n"
+#~ "De Pakfire Build Service"
+
+#~ msgid "Account Activation"
+#~ msgstr "Account activatie"
-#: ../src/templates/errors/error.html:19
-msgid "Stay calm and read the text below to find out what went wrong."
-msgstr ""
-"Blijf rustig en lees de tekst hieronder om uit te zoeken wat er fout ging."
+#, fuzzy
+#~ msgid ""
+#~ "You, or somebody using your email address, has registered an account on "
+#~ "the Pakfire Build Service."
+#~ msgstr ""
+#~ "U, of iemand die uw e-mailadres gebruikt, heeft een account geregistreerd "
+#~ "bij de Pakfire Build Service."
-#: ../src/templates/errors/error.html:31
-msgid "Error code"
-msgstr "Foutcode"
+#~ msgid "To activate your account, please click on the link below."
+#~ msgstr "Om uw account te activeren dient u op de link hieronder te klikken."
-#: ../src/templates/errors/error.html:38
-msgid "Exception (traceback):"
-msgstr "Uitzondering (traceback):"
+#~ msgid "Documentation"
+#~ msgstr "Documentatie"
-#: ../src/templates/errors/error.html:49
-msgid ""
-"Please try going back to the previous page and try the action you did again "
-"in a moment."
-msgstr ""
-"Probeer terug te gaan naar de vorige pagina en voer dezelfde actie nogmaals "
-"uit."
+#~ msgid "Key Management"
+#~ msgstr "Sleutelbeheer"
-#: ../src/templates/errors/error.html:50
-msgid ""
-"If the error persists, you should consider to get in touch with an "
-"administrator."
-msgstr ""
-"Als deze fout blijft terugkeren, dan moet u contact opnemen met een "
-"beheerder."
+#~ msgid "Administration"
+#~ msgstr "Administratie"
-#: ../src/templates/file-detail.html:5
-msgid "File"
-msgstr "Bestand"
+#~ msgid "Sessions"
+#~ msgstr "Sessies"
-#: ../src/templates/file-detail.html:13
-#: ../src/templates/modules/log-table.html:12
-#: ../src/templates/package-detail.html:3
-#: ../src/templates/package-detail.html:50
-#: ../src/templates/package-detail-list.html:3
-#: ../src/templates/package-properties.html:3
-msgid "Package"
-msgstr "Pakket"
+#~ msgid "Uploads"
+#~ msgstr "Uploads"
-#: ../src/templates/file-detail.html:20
-#: ../src/templates/repository-edit.html:25
-msgid "Description"
-msgstr "Omschrijving"
+#~ msgid "Impersonated by"
+#~ msgstr "Vertegenwoordigd door"
-#: ../src/templates/file-detail.html:27
-msgid "URL"
-msgstr "URL"
+#~ msgid "End impersonation"
+#~ msgstr "Beëindig vertegenwoordiging"
-#: ../src/templates/file-detail.html:34
-#: ../src/templates/modules/package-header.html:14
-#: ../src/templates/package-detail.html:70
-msgid "License"
-msgstr "Licentie"
+#~ msgid "Logout"
+#~ msgstr "Logout"
-#: ../src/templates/file-detail.html:46
-#: ../src/templates/modules/packages-table.html:6
-#: ../src/templates/package-detail.html:126
-msgid "Size"
-msgstr "Grootte"
+#~ msgid "Register"
+#~ msgstr "Registreren"
-#: ../src/templates/file-detail.html:51
-msgid "Hash"
-msgstr "Hash"
+#~ msgid "Forgot your password?"
+#~ msgstr "Wachtwoord vergeten?"
-#: ../src/templates/file-detail.html:57
-#: ../src/templates/modules/packages/dependency-table.html:5
-msgid "Provides"
-msgstr "Levert"
+#~ msgid "Bug list"
+#~ msgstr "Buglijst"
-#: ../src/templates/file-detail.html:63 ../src/templates/file-detail.html:69
-#: ../src/templates/modules/packages/dependency-table.html:7
-msgid "Requires"
-msgstr "Vereist"
+#~ msgid "No bugs here, yet."
+#~ msgstr "Nog geen bugs."
-#: ../src/templates/file-detail.html:76
-#: ../src/templates/modules/packages/dependency-table.html:13
-msgid "Obsoletes"
-msgstr "Achterhaalde"
+#, fuzzy
+#~ msgid "Click below to add one."
+#~ msgstr "Klik hieronder om er een toe te voegen."
-#: ../src/templates/file-detail.html:83
-#: ../src/templates/modules/packages/dependency-table.html:11
-msgid "Conflicts"
-msgstr "Conflicteert met"
+#~ msgid "Add"
+#~ msgstr "Toevoegen"
-#: ../src/templates/file-detail.html:90
-msgid "Build information"
-msgstr "Build informatie"
+#~ msgid "Remove"
+#~ msgstr "Verwijderen"
-#: ../src/templates/file-detail.html:93
-msgid "ID"
-msgstr "ID"
+#~ msgid "Back"
+#~ msgstr "Terug"
-#: ../src/templates/file-detail.html:99
-#: ../src/templates/modules/jobs-table.html:6
-msgid "Host"
-msgstr "Host"
+#~ msgid "Add a bug"
+#~ msgstr "Voeg een bug toe"
-#: ../src/templates/file-detail.html:105
-msgid "Time"
-msgstr "Tijd"
+#~ msgid "Bug ID"
+#~ msgstr "Bug ID"
-#: ../src/templates/file-detail.html:111
-#: ../src/templates/search-results.html:71
-msgid "Files"
-msgstr "Bestanden"
+#~ msgid "Enter a bug ID."
+#~ msgstr "Geef bug ID op."
-#: ../src/templates/file-detail.html:118
-#: ../src/templates/packages/view-file.html:51
-msgid "Download file"
-msgstr "Download bestand"
+#~ msgid "This is a list of more open bugs of this package."
+#~ msgstr "Dit is een lijst met meer open bugs voor dit pakket."
-#: ../src/templates/index.html:3
-msgid "Welcome to the Pakfire Build Service"
-msgstr "Welkom bij de Pakfire Build Service"
+#~ msgid "Maybe you want to pick one of these."
+#~ msgstr "Wellicht wilt u er hier één uit kiezen."
-#: ../src/templates/index.html:8
-#, c-format
-msgid "Welcome, %s!"
-msgstr "Welkom, %s!"
+#~ msgid "Add bug"
+#~ msgstr "Voeg bug toe"
-#: ../src/templates/index.html:22
-msgid "Development powered by community!"
-msgstr "Ontwikkeling gedreven door samenwerking!"
+#~ msgid "Remove a bug"
+#~ msgstr "Verwijder een bug"
-#: ../src/templates/index.html:38
-msgid "Latest stable updates"
-msgstr "Laatste stabiele updates"
+#~ msgid "Enter a bug ID from the list below."
+#~ msgstr "Voer een bug ID in van de lijst hieronder."
-#: ../src/templates/index.html:40
-msgid "Unstable updates"
-msgstr "Niet-stabiele updates"
+#~ msgid "Remove bug"
+#~ msgstr "Verwijder bug"
-#: ../src/templates/index.html:42
-msgid "Testing updates"
-msgstr "Test updates"
+#~ msgid "(broken)"
+#~ msgstr "(defect)"
-#: ../src/templates/index.html:59
-msgid "View more updates..."
-msgstr "Bekijk meer updates..."
+#~ msgid "(obsolete)"
+#~ msgstr "(verouderd)"
-#: ../src/templates/index.html:70
-msgid "Build jobs"
-msgstr "Build-taken"
+#~ msgid "Security update"
+#~ msgstr "Beveiligingsupdate"
-#: ../src/templates/index.html:76
-msgid "Show more build jobs"
-msgstr "Toon meer build-taken"
+#~ msgid "Bug fix update"
+#~ msgstr "Bugfix-update"
-#: ../src/templates/jobs-abort.html:3 ../src/templates/jobs-abort.html:6
-#, c-format
-msgid "Abort build job %s"
-msgstr "Build-taak %s afbreken."
+#~ msgid "Enhancement"
+#~ msgstr "Verbetering"
-#: ../src/templates/jobs-abort.html:8
-msgid "You may abort a running build."
-msgstr "U kunt een actieve build-taak afbreken."
+#~ msgid "New package"
+#~ msgstr "Nieuw pakket"
-#: ../src/templates/jobs-abort.html:9
-msgid "The build server will eventually stop to build the package."
-msgstr "De build-server zal uiteindelijk het build-proces stoppen."
+#, c-format
+#~ msgid "Unhandled: %s"
+#~ msgstr "Niet-verwerkt: %s"
-#: ../src/templates/jobs-abort.html:16 ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:58
-#: ../src/templates/modules/jobs/list.html:5
-msgid "Build job"
-msgstr "Build-taak"
+#~ msgid "No commit message."
+#~ msgstr "Geen commit bericht"
-#: ../src/templates/jobs-abort.html:25
-#: ../src/templates/modules/build-offset.html:5
-msgid "Start time"
-msgstr "Starttijd"
+#~ msgid "Change state"
+#~ msgstr "Wijzigings-status"
-#: ../src/templates/jobs-abort.html:30
-msgid "No started, yet."
-msgstr "Nog niet gestart."
+#~ msgid "Modify bug list"
+#~ msgstr "Wijzig buglijst"
-#: ../src/templates/jobs-abort.html:38
-msgid "Build server"
-msgstr "Build-server"
+#~ msgid "This package does not belong to any repository."
+#~ msgstr "Dit pakket hoort bij geen enkele repository."
-#: ../src/templates/jobs-buildroot.html:3
-msgid "Job buildroot"
-msgstr "Taak buildroot"
+#, c-format
+#~ msgid "You are going to delete the build host <strong>%s</strong>."
+#~ msgstr "U gaat de build-host <strong>%s</strong> verwijderen."
-#: ../src/templates/jobs-buildroot.html:28
-#: ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:154
-msgid "Buildroot"
-msgstr "Buildroot"
+#~ msgid "Disable builder"
+#~ msgstr "Zet builder uit"
-#: ../src/templates/jobs-buildroot.html:41
-#, c-format
-msgid "The packages listed below were used to build %s."
-msgstr "De pakketten hieronder zijn gebruikt om %s op te bouwen."
+#~ msgid "Renew passphrase"
+#~ msgstr "Vernieuw wachtwoord"
-#: ../src/templates/jobs-buildroot.html:52
-msgid "Buildroot size"
-msgstr "Buildroot grootte"
+#~ msgid "Delete builder"
+#~ msgstr "Verwijder builder"
-#: ../src/templates/jobs-buildroot.html:56
-msgid "Download size"
-msgstr "Download grootte"
+#~ msgid "Warning"
+#~ msgstr "Waarschuwing"
-#: ../src/templates/job-schedule-rebuild.html:3
-#: ../src/templates/job-schedule-rebuild.html:29
-#, c-format
-msgid "Schedule rebuild for %s"
-msgstr "Inplannen rebuild voor %s"
+#~ msgid "This builder is overloaded."
+#~ msgstr "Deze builder is overbelast."
-#: ../src/templates/job-schedule-rebuild.html:24
-msgid "Schedule rebuild"
-msgstr "Inplannen rebuild"
+#~ msgid ""
+#~ "That means it will not take any additional jobs although it has not "
+#~ "reached its threshold of running jobs, yet."
+#~ msgstr ""
+#~ "Dat betekent dat er geen additionele taken aangenomen zullen worden, "
+#~ "ofschoon het maximum aantal taken nog niet bereikt is."
-#: ../src/templates/job-schedule-rebuild.html:35
-msgid "At this place, you can submit failed build jobs to be built again."
-msgstr "Hier kunt u mislukte builds opnieuw versturen om te builden."
+#~ msgid "New jobs will be started automatically after the load decreased."
+#~ msgstr ""
+#~ "Nieuwe taken zullen automatisch gestart worden nadat de belasting is "
+#~ "afgenomen."
-#: ../src/templates/job-schedule-test.html:44
-msgid ""
-"Please note, that all other kinds of build are preferred over the test "
-"builds."
-msgstr ""
-"Houd er rekening mee dat alle andere soorten builds de voorkeur hebben boven "
-"de test-builds."
+#~ msgid "Disabled"
+#~ msgstr "Uitgeschakeld"
-#: ../src/templates/jobs-detail.html:3 ../src/templates/package-detail.html:118
-msgid "Job"
-msgstr "Taak"
+#~ msgid "Deleted"
+#~ msgstr "Verwijderd"
-#: ../src/templates/jobs-detail.html:36
-msgid "Abort job"
-msgstr "Breek taak af"
+#, c-format
+#~ msgid "Unknown status: %s"
+#~ msgstr "Onbekende status: %s"
-#: ../src/templates/jobs-detail.html:42
-msgid "Restart job"
-msgstr "Herstart taak"
+#~ msgid "Parallel builds"
+#~ msgstr "Parallelle builds"
-#: ../src/templates/jobs-detail.html:71
-msgid "Job has been aborted"
-msgstr "Taak is afgebroken"
+#, fuzzy
+#~ msgid "One job only."
+#~ msgstr "Een enkele taak"
-#: ../src/templates/jobs-detail.html:73
-msgid ""
-"This build job is in an aborted state, because the build process crashed "
-"unexpectedly."
-msgstr ""
-"Deze build-taak is in een afgebroken status, omdat het build proces "
-"onverwacht gecrasht is. "
+#~ msgid "This host builds"
+#~ msgstr "Deze host builds"
-#: ../src/templates/jobs-detail.html:74
-msgid ""
-"In most cases, there is no log file and you must figure out the issue on "
-"your own."
-msgstr ""
-"In de meeste gevallen is er geen logbestand en moet u zelf het probleem "
-"uitzoeken."
+#~ msgid "Release builds"
+#~ msgstr "Release-builds"
-#: ../src/templates/jobs-detail.html:77
-msgid "The error code is:"
-msgstr "De foutcode is:"
+#~ msgid "Scratch builds"
+#~ msgstr "Scratch-builds"
-#: ../src/templates/jobs-detail.html:80
-msgid "Segmentation violation"
-msgstr "Segmentatie overschrijding"
+#~ msgid "Test builds"
+#~ msgstr "Test-builds"
-#: ../src/templates/jobs-detail.html:88
-msgid "You may resubmit the job to try again:"
-msgstr "U kunt de taak nogmaals inschieten:"
+#~ msgid "Remarks"
+#~ msgstr "Opmerkingen"
-#: ../src/templates/jobs-detail.html:89
-msgid "Re-submit build"
-msgstr "Opnieuw indienen van build"
+#~ msgid "CPU model"
+#~ msgstr "CPU model"
-#: ../src/templates/jobs-detail.html:110
-msgid "No builder assigned."
-msgstr "Geen builder toegekend."
+#~ msgid "CPU count"
+#~ msgstr "CPU aantal"
-#: ../src/templates/jobs-detail.html:117 ../src/templates/keys-list.html:32
-#: ../src/templates/modules/build-table.html:23
-msgid "Created"
-msgstr "Aangemaakt"
+#~ msgid "Load average"
+#~ msgstr "Load gemiddelde"
-#: ../src/templates/jobs-detail.html:122
-#: ../src/templates/sessions/index.html:35
-msgid "Started"
-msgstr "Gestart"
+#~ msgid "Overload"
+#~ msgstr "Overload"
-#: ../src/templates/jobs-detail.html:134
-msgid "ETA"
-msgstr ""
+#~ msgid "Free disk space"
+#~ msgstr "Vrije schijfruimte"
-#: ../src/templates/jobs-detail.html:144
-msgid "Build logs"
-msgstr "Build-logs"
+#~ msgid "Host key"
+#~ msgstr "Hostsleutel"
-#: ../src/templates/jobs-detail.html:148
-msgid "No logs available, yet."
-msgstr "Geen logs aanwezig."
+#~ msgid "Active and pending jobs"
+#~ msgstr "Actieve en wachtende taken"
-#: ../src/templates/jobs-detail.html:155
-#, fuzzy, c-format
-msgid "%s package"
-msgstr "%s pakket"
+#, c-format
+#~ msgid "Manage builder %s"
+#~ msgstr "Beheer builder %s"
-#: ../src/templates/jobs-detail.html:165
-msgid "Package files"
-msgstr "Pakketbestanden"
+#~ msgid "The builder must be enabled in order to process build jobs."
+#~ msgstr "De builder moet zijn ingeschakeld om de build-taken uit te voeren."
-#: ../src/templates/jobs-filter.html:3 ../src/templates/jobs-filter.html:21
-#: ../src/templates/jobs-index.html:18
-msgid "Filter jobs"
-msgstr "Filter taken"
+#~ msgid "Build job settings"
+#~ msgstr "Build-taken instellingen"
-#: ../src/templates/jobs-filter.html:16
-msgid "Filter"
-msgstr "Filter"
+#~ msgid "This is the number of build jobs that are started in parallel."
+#~ msgstr "Dit is het aantal build-taken die parallel zijn gestart."
-#: ../src/templates/jobs-filter.html:30 ../src/templates/jobs-filter.html:47
-msgid "[Choose one]"
-msgstr "[Kies er een]"
+#~ msgid "Authorized to build release builds."
+#~ msgstr "Geautoriseerd om release-builds te maken."
-#: ../src/templates/jobs-filter.html:36
-msgid "Only show jobs, that have been built by this builder."
-msgstr "Laat alleen taken zien die door deze builder zijn gemaakt."
+#~ msgid "Authorized to build scratch builds."
+#~ msgstr "Geautoriseerd om scratch-builds te maken."
-#: ../src/templates/jobs-filter.html:53
-msgid "Only show jobs, with this architecture."
-msgstr "Toon alleen taken met deze architectuur."
+#~ msgid "Authorized to build test builds."
+#~ msgstr "Geautoriseerd om test-builds te maken."
-#: ../src/templates/jobs-filter.html:59 ../src/templates/search-form.html:35
-#: ../src/templates/search-results.html:40
-msgid "Go!"
-msgstr "Ga!"
+#~ msgid "Architecture"
+#~ msgstr "Architectuur"
-#: ../src/templates/jobs-index.html:30
-#, c-format
-msgid "Showing only jobs from %s."
-msgstr "Toont alleen taken van %s."
+#~ msgid "Unknown CPU"
+#~ msgstr "Onbekende CPU"
-#: ../src/templates/jobs-index.html:37
#, c-format
-msgid "Showing only builds that have been built on %s."
-msgstr "Toont alleen builds die zijn gemaakt op %s."
+#~ msgid "The new host <strong>%s</strong> has been successfully created."
+#~ msgstr "De nieuwe host <strong>%s</strong> is succesvol aangemaakt."
-#: ../src/templates/jobs-index.html:45
#, c-format
-msgid "Showing only jobs built for %s."
-msgstr "Toont alleen taken gemaakt voor %s."
+#~ msgid "The passphrase for <strong>%s</strong> has been regenerated."
+#~ msgstr "Het wachtwoord voor <strong>%s</strong> is opnieuw gegenereerd."
-#: ../src/templates/keys-delete.html:3
-#, c-format
-msgid "Delete key %s"
-msgstr "Verwijder sleutel %s"
+#~ msgid ""
+#~ "For authorization to the Pakfire Master Server there is a passphrase "
+#~ "required which must be configured to the host."
+#~ msgstr ""
+#~ "Voor autorisatie op de Pakfire Master Server is een wachtwoord vereist "
+#~ "die moet worden geconfigureerd op de host."
-#: ../src/templates/keys-delete.html:25 ../src/templates/keys-import.html:28
-msgid "Key"
-msgstr "Sleutel"
+#~ msgid "This passphrase is:"
+#~ msgstr "Het wachtwoord is:"
-#: ../src/templates/keys-delete.html:29
-#, c-format
-msgid "You are going to delete the key %s."
-msgstr "U gaat nu sleutel %s verwijderen."
+#~ msgid "Next"
+#~ msgstr "Volgende"
-#: ../src/templates/keys-delete.html:41
-msgid "Delete key"
-msgstr "Verwijder sleutel"
+#~ msgid "Build job list"
+#~ msgstr "Build taaklijst"
-#: ../src/templates/keys-import.html:3 ../src/templates/keys-import.html:16
-#: ../src/templates/keys-import.html:39 ../src/templates/keys-list.html:106
-msgid "Import new key"
-msgstr "Importeer nieuwe sleutel"
+#~ msgid "Filter builds"
+#~ msgstr "Filter builds"
-#: ../src/templates/keys-import.html:21
-msgid "Import a new key"
-msgstr "Importeer een nieuwe sleutel"
+#~ msgid "Any"
+#~ msgstr "Alle"
-#: ../src/templates/keys-import.html:33
-msgid "Paste the key to import."
-msgstr "Plak de sleutel om te importeren."
+#~ msgid "Show only builds in that distribution."
+#~ msgstr "Toon alleen builds in deze distributie."
-#: ../src/templates/keys-list.html:21
-msgid "The keys are a very important component when it comes to security."
-msgstr "De sleutels zijn belangrijke componenten wat betreft beveiliging."
+#~ msgid "All"
+#~ msgstr "Allen"
-#: ../src/templates/keys-list.html:22
-msgid ""
-"Each package in the Pakfire Build Service is signed to prove its "
-"authenticity."
-msgstr ""
-"Ieder pakket in de Pakfire Build Service is ondertekend om de echtheid te "
-"bewijzen."
+#~ msgid "Permanently failed"
+#~ msgstr "Permanent mislukt"
-#: ../src/templates/keys-list.html:31
-msgid "Fingerprint"
-msgstr "Fingerprint"
+#~ msgid "Building"
+#~ msgstr "Building"
-#: ../src/templates/keys-list.html:33
-msgid "Expires"
-msgstr "Verloopt"
+#~ msgid "Testing"
+#~ msgstr "Testen"
-#: ../src/templates/keys-list.html:51
-msgid "Lookup"
-msgstr "Lookup"
+#~ msgid "Stable"
+#~ msgstr "Stabiel"
-#: ../src/templates/keys-list.html:55
-#: ../src/templates/modules/files-table.html:5
-#: ../src/templates/modules/packages-table.html:21
-#: ../src/templates/package-detail.html:152
-msgid "Download"
-msgstr "Download"
+#~ msgid "Obsolete"
+#~ msgstr "Verouderd"
-#: ../src/templates/keys-list.html:75 ../src/templates/keys-list.html:77
-msgid "Subkey"
-msgstr "Sub-sleutel"
+#~ msgid "Broken"
+#~ msgstr "Defect"
-#: ../src/templates/keys-list.html:90
-msgid "This key does not expire."
-msgstr "Deze sleutel verloopt niet."
+#~ msgid "Only show builds with given state."
+#~ msgstr "Toon alleen builds met gegeven status."
-#: ../src/templates/login.html:3 ../src/templates/login.html:7
-#: ../src/templates/login.html:34
-#: ../src/templates/modules/modal-build-comment.html:56
-msgid "Login"
-msgstr "Inloggen"
+#~ msgid "Build host"
+#~ msgstr "Build host"
-#: ../src/templates/login.html:12
-msgid "Login failed!"
-msgstr "Inloggen mislukt!"
+#~ msgid "Display only builds by selected host."
+#~ msgstr "Toon alleen builds van geselecteerde host."
-#: ../src/templates/login.html:13
-msgid "Username and/or password was wrong. Login failed."
-msgstr "Gebruikersnaam en/of wachtwoord is onjuist. Inloggen mislukt."
+#~ msgid "Show all builds"
+#~ msgstr "Toon alle builds"
-#: ../src/templates/login.html:22 ../src/templates/register.html:30
-#: ../src/templates/user-profile-edit.html:37
-#: ../src/templates/user-profile.html:37
-msgid "Username"
-msgstr "Gebruikersnaam"
+#~ msgid "Comments"
+#~ msgstr "Commentaar"
-#: ../src/templates/login.html:28 ../src/templates/register.html:67
-#: ../src/templates/user-profile-edit.html:101
-msgid "Password"
-msgstr "Wachtwoord"
+#~ msgid "Permission denied"
+#~ msgstr "Toestemming geweigerd"
-#: ../src/templates/login.html:41
-msgid "You also might want to..."
-msgstr "Wellicht wilt u ook..."
+#~ msgid ""
+#~ "You do not have the permission to update packages that belong to the "
+#~ "<em>critical path</em>."
+#~ msgstr ""
+#~ "U heeft niet de rechten om pakketten bij te werken die behoren tot het "
+#~ "<em>kritieke pad</em>."
-#: ../src/templates/login.html:44
-msgid "Register a new account."
-msgstr "Een nieuw account registreren."
+#~ msgid "Edit build priority"
+#~ msgstr "Build prioriteit veranderen"
-#: ../src/templates/login.html:47
-msgid "Recover your password."
-msgstr "Uw wachtwoord herstellen."
+#~ msgid "Set the priority of the build process."
+#~ msgstr "De prioriteit van het build-proces instellen"
-#: ../src/templates/mirrors-delete.html:3
-#, c-format
-msgid "Delete mirror %s"
-msgstr "Verwijder mirror %s"
+#~ msgid "Beware"
+#~ msgstr "Pas op"
-#: ../src/templates/mirrors-delete.html:25
-#, c-format
-msgid "Delete mirror: %s"
-msgstr "Verwijder mirror: %s"
+#~ msgid ""
+#~ "Shuffeling build jobs can cause problems with the dependency solving."
+#~ msgstr ""
+#~ "Het veranderen van de taakvolgorde kan problemen geven met het afhandelen "
+#~ "van pakketafhankelijkheden."
-#: ../src/templates/mirrors-delete.html:29
-#, c-format
-msgid "You are going to delete the mirror %s."
-msgstr "U gaat nu mirror %s verwijderen."
+#~ msgid "Don't do this if you are not totally sure you won't break anything."
+#~ msgstr "Doe dit niet als u niet heel zeker bent van uw zaak."
-#: ../src/templates/mirrors-detail.html:3
-#: ../src/templates/mirrors-detail.html:46
-#, c-format
-msgid "Mirror: %s"
-msgstr "Mirror: %s"
+#~ msgid "This is a list of all jobs that are waiting to be processed."
+#~ msgstr ""
+#~ "Dit is een lijst met alle taken die staan te wachten om verwerkt te "
+#~ "worden."
-#: ../src/templates/mirrors-detail.html:29
-msgid "Edit settings"
-msgstr "Wijzig instellingen"
+#~ msgid "They one at the top is next."
+#~ msgstr "Degene bovenaan is de eerstvolgende."
-#: ../src/templates/mirrors-detail.html:37
-msgid "Delete mirror"
-msgstr "Verwijder mirror"
+#~ msgid "No jobs to do."
+#~ msgstr "Geen taken meer."
-#: ../src/templates/mirrors-detail.html:47
-#, c-format
-msgid "hosted by %s"
-msgstr "Gehost door %s"
+#~ msgid "Build comments"
+#~ msgstr "Build commentaar"
-#: ../src/templates/mirrors-detail.html:75
-msgid "Status information"
-msgstr "Status informatie"
+#~ msgid "Show all comments"
+#~ msgstr "Toon alle commentaar"
-#: ../src/templates/mirrors-detail.html:79
-msgid "Status"
-msgstr "Status"
+#, c-format
+#~ msgid "%s's latest comments"
+#~ msgstr "%s's laatste commentaar"
-#: ../src/templates/mirrors-detail.html:84
-#: ../src/templates/mirrors-list.html:45
-msgid "Last check"
-msgstr "Laatste controle"
+#, c-format
+#~ msgid "This page shows %s's latest comments."
+#~ msgstr "Deze pagina toont %s's laatste commentaar."
-#: ../src/templates/mirrors-detail.html:89
-msgid "Never"
-msgstr "Nooit"
+#~ msgid "This page shows the latest comments on builds."
+#~ msgstr "Deze pagina toont het laatste commentaar op builds."
-#: ../src/templates/mirrors-detail.html:103
-msgid "View larger map"
-msgstr "Bekijk grotere kaart"
+#~ msgid ""
+#~ "The Pakfire Build Service is all about social development and so, "
+#~ "communicating with eath others is important. Please join."
+#~ msgstr ""
+#~ "De Pakfire Build Service gaat over samen ontwikkelen, dus communiceren "
+#~ "met elkaar is belangrijk. Doe mee."
-#: ../src/templates/mirrors-detail.html:108
-msgid "The location of the mirror server is estimated by the IP address."
-msgstr "De locatie van de mirror wordt bepaald a.d.h.v. het IP adres."
+#~ msgid "Newer"
+#~ msgstr "Nieuwer"
-#: ../src/templates/mirrors-detail.html:112
-msgid "The location of the mirror server could not be estimated."
-msgstr "De locatie van de mirror kon niet worden bepaald."
+#~ msgid "Older"
+#~ msgstr "Ouder"
-#: ../src/templates/mirrors-edit.html:3
#, c-format
-msgid "Manage mirror %s"
-msgstr "Beheer mirror %s"
+#~ msgid "%s did not comment on anything, yet."
+#~ msgstr "%s heeft nog nergens commentaar op gegeven."
-#: ../src/templates/mirrors-edit.html:25
-#, c-format
-msgid "Manage mirror: %s"
-msgstr "Beheer mirror: %s"
+#~ msgid "None"
+#~ msgstr "Geen"
-#: ../src/templates/mirrors-edit.html:37
-msgid "The canonical hostname."
-msgstr "De echte hostnaam."
+#~ msgid "Binary repositories"
+#~ msgstr "Binaire repositories"
-#: ../src/templates/mirrors-edit.html:47
-msgid "Only enabled mirrors will be pushed out to the clients."
-msgstr "Alleen ingeschakelde mirrors worden verzonden naar de clients."
+#~ msgid ""
+#~ "A binary repository is a composition of packages that are considered "
+#~ "stable, unstable or in testing state by the developers."
+#~ msgstr ""
+#~ "Een binaire repository is een verzameling pakketten die stabiel worden "
+#~ "geacht, onstabiel of in test-status door de ontwikkelaars."
-#: ../src/templates/mirrors-edit.html:54
-msgid "Contact information"
-msgstr "Contactinformatie"
+#~ msgid "Each repository can be enabled individually."
+#~ msgstr "Iedere repository kan afzonderlijk worden geactiveerd."
-#: ../src/templates/mirrors-edit.html:57 ../src/templates/mirrors-list.html:43
-#: ../src/templates/modules/changelog/entry.html:48
-#: ../src/templates/uploads-list.html:25
-msgid "Owner"
-msgstr "Eigenaar"
+#~ msgid "Learn how to use them."
+#~ msgstr "Leer hoe ze te gebruiken."
-#: ../src/templates/mirrors-edit.html:62
-msgid "The owner of the mirror server."
-msgstr "De eigenaar van de mirror-server."
+#~ msgid "Edit distribution"
+#~ msgstr "Wijzig distributie"
-#: ../src/templates/mirrors-edit.html:68
-msgid "Contact address"
-msgstr "Contactadres"
+#~ msgid "Delete distribution"
+#~ msgstr "Verwijder distributie"
-#: ../src/templates/mirrors-edit.html:73
-msgid "An email address to contact an administrator of the mirror."
-msgstr "Het e-mailadres van de beheerder van de mirror."
+#~ msgid "New binary repository"
+#~ msgstr "Nieuwe binaire repository"
-#: ../src/templates/mirrors-edit.html:75
-msgid "This won't be made public."
-msgstr "Dit wordt niet publiek bekend gemaakt."
+#~ msgid "New source repository"
+#~ msgstr "Nieuwe broncode repository"
-#: ../src/templates/mirrors-list.html:24 ../src/templates/mirrors-new.html:3
-msgid "Add new mirror"
-msgstr "Voeg een nieuwe mirror toe."
+#~ msgid ""
+#~ "This is a list of all distributions, that are maintained in this build "
+#~ "service."
+#~ msgstr ""
+#~ "Dit is een lijst van alle distributies die worden onderhouden met deze "
+#~ "build-service."
-#: ../src/templates/mirrors-list.html:36
-msgid "On this page, you will see a list of all mirror servers."
-msgstr "Deze pagina bevat een lijst met alle mirror-servers."
+#~ msgid ""
+#~ "You may click on one of them and see more details or jump directly to one "
+#~ "of the repositories."
+#~ msgstr ""
+#~ "U kunt op één van de items klikken om meer details te bekijken, of spring "
+#~ "direct naar een van de repositories."
-#: ../src/templates/mirrors-list.html:64
-msgid "Up"
-msgstr "Omhoog"
+#~ msgid "All Documents"
+#~ msgstr "Alle documenten"
-#: ../src/templates/mirrors-list.html:68
-msgid "Down"
-msgstr "Omlaag"
+#~ msgid "Topics"
+#~ msgstr "Onderwerpen"
-#: ../src/templates/mirrors-list.html:90
-msgid "There are no mirrors configured, yet."
-msgstr "Er zijn nog geen mirror-servers geconfigureerd."
+#~ msgid "Legend of the build states"
+#~ msgstr "Legenda van de build statussen"
-#: ../src/templates/mirrors-new.html:16
-msgid "New mirror"
-msgstr "Nieuwe mirror"
+#~ msgid ""
+#~ "Every build that is done by the Pakfire Build Service has to go through "
+#~ "several states:"
+#~ msgstr ""
+#~ "Iedere build dat wordt uitgevoerd door het Pakfire Build Service gaat "
+#~ "door verschillende stadia:"
-#: ../src/templates/mirrors-new.html:21
-msgid "Add a new mirror"
-msgstr "Voeg een nieuwe mirror toe"
+#~ msgid ""
+#~ "After checking out the source from the source repository a source package "
+#~ "is created and submitted to the build server."
+#~ msgstr ""
+#~ "Na het uitchecken van de broncode uit de source-repository wordt een "
+#~ "source-package gemaakt en naar de build-server gestuurd."
-#: ../src/templates/mirrors-new.html:34
-msgid "Enter the canonical hostname of the mirror."
-msgstr "Geef de echte hostnaam van de mirror."
+#~ msgid ""
+#~ "Starting from inserting a source file to the build service, there are "
+#~ "binary build jobs created for every supported architecture."
+#~ msgstr ""
+#~ "Vanaf het opvoeren van het bronbestand naar de build-service zullen er "
+#~ "binaire build-taken worden aangemaakt voor iedere ondersteunde "
+#~ "architectuur."
-#: ../src/templates/mirrors-new.html:40
-msgid "Path"
-msgstr "Pad"
+#~ msgid ""
+#~ "These get assigned to a build host which has to compile or assemble the "
+#~ "package and return it back to the build server."
+#~ msgstr ""
+#~ "Deze worden toegekend aan de build-host welke de pakketten zal compileren "
+#~ "en ze daarna teruggeeft aan de build-server."
-#: ../src/templates/mirrors-new.html:46
-msgid "The path to the files on the server."
-msgstr "Het pad naar de bestanden op de server."
+#~ msgid ""
+#~ "In the table below, there are all states that a build job goes through:"
+#~ msgstr ""
+#~ "In de tabel hieronder staan alle stadia waar een build-taak door gaat:"
-#: ../src/templates/mirrors-new.html:52
-msgid "Create new mirror"
-msgstr "Maak nieuwe mirror aan"
+#~ msgid "Build is running"
+#~ msgstr "Build is actief"
-#: ../src/templates/modules/builders/load.html:2
-msgid "Current load of the build cluster"
-msgstr "Huidige belasting van het build-cluster"
+#~ msgid "Build has failed"
+#~ msgstr "Build is mislukt"
-#: ../src/templates/modules/build-headline.html:4
-#: ../src/templates/package-properties.html:71
-#: ../src/templates/package-properties.html:82
-msgid "Critical path"
-msgstr "Kritieke pad"
+#~ msgid "Build is waiting to be processed"
+#~ msgstr "Build staat klaar om verwerkt te worden"
-#: ../src/templates/modules/build-headline.html:9
-msgid "Release build"
-msgstr "Vrijgeven build"
+#~ msgid "There was a dependency error when the package was built"
+#~ msgstr ""
+#~ "Er is een afhankelijkheidsfout gevonden toen het pakket is opgebouwd."
-#: ../src/templates/modules/build-headline.html:11
-#: ../src/templates/modules/changelog/entry.html:22
-msgid "Scratch build"
-msgstr "Scratch build"
+#~ msgid "Build is waiting for source to go to pending state"
+#~ msgstr ""
+#~ "Build staat te wachten op het bronbestand om naar de pending status te "
+#~ "gaan."
-#: ../src/templates/modules/build-offset.html:8
-msgid "As soon as possible"
-msgstr "Zo snel mogelijk"
+#~ msgid "Files of this build are transferred to the build server"
+#~ msgstr "Bestanden voor deze build worden overgezet naar de build-server"
-#: ../src/templates/modules/build-offset.html:9
-msgid "After 5 minutes"
-msgstr "Na 5 minuten"
+#~ msgid "Files are being uploaded to the service"
+#~ msgstr "Bestanden worden geüpload naar de service "
-#: ../src/templates/modules/build-offset.html:10
-msgid "After 15 minutes"
-msgstr "Na 15 minuten"
+#~ msgid "Build has an unknown state"
+#~ msgstr "Build heeft een onbekende status"
-#: ../src/templates/modules/build-offset.html:11
-msgid "After one hour"
-msgstr "Na een uur"
+#~ msgid "Documentation index"
+#~ msgstr "Documentatie-index"
-#: ../src/templates/modules/build-offset.html:12
-msgid "After one day"
-msgstr "Na een dag"
+#~ msgid "Documents"
+#~ msgstr "Documenten"
-#: ../src/templates/modules/build-offset.html:17
-msgid "Set the time after which the build job starts."
-msgstr "Zet de tijd waarna de build-taak gestart wordt."
+#~ msgid ""
+#~ "This is a collection of documents that should be read by everybody who is "
+#~ "using this system."
+#~ msgstr ""
+#~ "Dit is een verzameling documenten die door iedereen zou moeten worden "
+#~ "gelezen die dit systeem gebruikt."
-#: ../src/templates/modules/build-offset.html:22
-msgid "Schedule build"
-msgstr "Inplannen build"
+#~ msgid "What is the pakfire build service?"
+#~ msgstr "Wat is de Pakfire Build Service?"
-#: ../src/templates/modules/build-state-warnings.html:3
-msgid "This build is broken!"
-msgstr "Deze build is defect!"
+#~ msgid "General pakfire documentation"
+#~ msgstr "Algemene Pakfire documentatie"
-#: ../src/templates/modules/build-state-warnings.html:4
-msgid ""
-"This means that the package may cause severe damage on your system and/or "
-"does not work at all."
-msgstr ""
-"Dit betekent dat het pakket ernstige schade aan het systeem kan aanbrengen "
-"en mogelijk geheel niet meer werkt."
+#~ msgid "Packaging guidelines"
+#~ msgstr "Packaging richtlijnen"
-#: ../src/templates/modules/build-state-warnings.html:8
-msgid "This build is obsolete!"
-msgstr "Deze build is verouderd!"
+#~ msgid "This documentation you find at this place is not completed yet."
+#~ msgstr "De documentatie die u hier vindt is nog niet compleet."
-#: ../src/templates/modules/build-state-warnings.html:9
-msgid "This means that this package has been replaced with a new one."
-msgstr ""
+#~ msgid "Feel free to make any suggestions."
+#~ msgstr "Doe gerust suggesties."
-#: ../src/templates/modules/build-table.html:17
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-detail.html:50
-msgid "Repository"
-msgstr "Repository"
+#~ msgid ""
+#~ "If you need help using the build service or have some general questions "
+#~ "please use our mailing list."
+#~ msgstr ""
+#~ "Als u hulp nodig hebt voor het gebruik van de build-service of algemene "
+#~ "vragen hebt, vraag dan gerust op de mailing lijst."
-#: ../src/templates/modules/build-table.html:83
-msgid "There are no builds to show at this place right now."
-msgstr "Er zijn op dit moment geen builds te laten zien."
+#~ msgid ""
+#~ "You can also talk to the developers and suggest feature enhancements."
+#~ msgstr ""
+#~ "U kunt ook vragen stellen aan ontwikkelaars of hen suggesties doen voor "
+#~ "verbeteringen."
-#: ../src/templates/modules/comments-table.html:8
-#, c-format
-msgid "on %s"
-msgstr "op %s"
+#~ msgid "Mailing list"
+#~ msgstr "Mailing lijst"
-#: ../src/templates/modules/comments-table.html:11
-#, c-format
-msgid "by %s"
-msgstr "door %s"
+#~ msgid "Bug reports"
+#~ msgstr "Bug rapportages"
-#: ../src/templates/modules/comments-table.html:16
-msgid "Updated"
-msgstr "Bijgewerkt"
+#~ msgid ""
+#~ "Please visit Bugzilla to create bug reports on the Pakfire Build System."
+#~ msgstr ""
+#~ "Gebruik Bugzilla voor het rapporteren van bugs in het Pakfire Build "
+#~ "System."
-#: ../src/templates/modules/comments-table.html:22
-msgid "No comments so far."
-msgstr "Geen opmerkingen tot dusver."
+#~ msgid "User groups"
+#~ msgstr "Gebruikersgroepen"
-#: ../src/templates/modules/files-table.html:7
-msgid "Info"
-msgstr "Info"
+#~ msgid ""
+#~ "All users can join the Pakfire Build Service and are separated into three "
+#~ "groups:"
+#~ msgstr ""
+#~ "Alle gebruikers kunnen zich voor de Pakfire Build Service aanmelden en "
+#~ "zijn verdeeld in drie groepen:"
-#: ../src/templates/modules/footer.html:5
-msgid ""
-"Pakfire is the buildsystem that is used to build the IPFire Linux firewall "
-"distribution."
-msgstr ""
-"Pakfire is het build-systeem dat wordt gebruikt om de IPFire Linux firewall "
-"distributie op te bouwen."
+#~ msgid "Developers"
+#~ msgstr "Ontwikkelaars"
-#: ../src/templates/modules/footer.html:6
-msgid "It also installs and updates packages on the IPFire systems."
-msgstr "Het installeert en updatet tevens de pakketten op de IPFire systemen. "
+#~ msgid ""
+#~ "Developers manage this build service and have access to all parts of it."
+#~ msgstr ""
+#~ "Ontwikkelaars beheren deze build-service en hebben toegang tot alle "
+#~ "onderdelen."
-#: ../src/templates/modules/footer.html:11
-msgid "Code licensed under the GNU General Public License v3."
-msgstr "Code gelicenseerd onder de GNU General Public Licence v3."
+#~ msgid ""
+#~ "They are responsible to keep the system running and able to push package "
+#~ "updates to the repostories."
+#~ msgstr ""
+#~ "Zij zijn verantwoordelijk voor het beheer van het systeem en zetten "
+#~ "nieuwe pakketten in de repositories."
-#: ../src/templates/modules/jobs/list.html:7
-msgid "Runtime"
-msgstr "Looptijd"
+#~ msgid "Guidelines for developers"
+#~ msgstr "Richtlijnen voor ontwikkelaars"
-#: ../src/templates/modules/jobs/status.html:9
-msgid "This build has got no jobs."
-msgstr "Deze build heeft geen taken."
+#~ msgid "Testers"
+#~ msgstr "Testers"
-#: ../src/templates/modules/jobs-table.html:4
-msgid "Arch"
-msgstr "Arch"
+#~ msgid ""
+#~ "Testers are like users but have the right to vote on packages, which is "
+#~ "used to figure out the quality of the package."
+#~ msgstr ""
+#~ "Testers zijn gebruikers met de mogelijkheid om te stemmen op pakketten, "
+#~ "waarmee de kwaliteit van deze pakketten worden bepaald."
-#: ../src/templates/modules/jobs-table.html:7
-msgid "Duration"
-msgstr "Duur"
+#~ msgid ""
+#~ "Everyone can become a tester after he or she has proven to know the "
+#~ "IPFire system very well."
+#~ msgstr ""
+#~ "Iedereen kan een tester worden nadat hij of zij bewezen heeft het IPFire "
+#~ "systeem zeer goed te kennen."
-#: ../src/templates/modules/jobs-table.html:19 ../src/web/ui_modules.py:325
-msgid "New"
-msgstr "Nieuw"
+#~ msgid ""
+#~ "On these people depends a very huge amount of the quality of the "
+#~ "distribution that is made out of the feedback they give."
+#~ msgstr ""
+#~ "Deze personen leveren met hun feedback een grote bijdrage aan de "
+#~ "kwaliteit van de distributie."
-#: ../src/templates/modules/jobs-table.html:31 ../src/web/ui_modules.py:300
-msgid "Aborted"
-msgstr "Afgebroken"
+#~ msgid "Guidelines for testers"
+#~ msgstr "Richtlijnen voor testers"
-#: ../src/templates/modules/jobs-table.html:33
-msgid "Dependency error"
-msgstr "Afhankelijksheidsfout"
+#~ msgid ""
+#~ "Everybody can join the Pakfire Build Service by registering an account."
+#~ msgstr ""
+#~ "Iedereen kan zich aanmelden bij de Pakfire Build Service door zich te "
+#~ "registreren met een account."
-#: ../src/templates/modules/jobs-table.html:47
-#, c-format
-msgid "Running since %s"
-msgstr "Loopt sinds %s"
+#~ msgid ""
+#~ "After a successful activation you are able to leave comments on packages "
+#~ "and give feedback to the developers about its status."
+#~ msgstr ""
+#~ "Na een succesvolle activering kunt u opmerkingen over pakketten maken en "
+#~ "ontwikkelaars feedback geven over de status hiervan."
-#: ../src/templates/modules/jobs-table.html:51
-msgid "Not finished, yet."
-msgstr "Nog niet klaar"
+#~ msgid "What is the Pakfire Build Service?"
+#~ msgstr "Wat is de Pakfire Build Service?"
-#: ../src/templates/modules/jobs-table.html:60
-#, c-format
-msgid "This package only supports %s."
-msgstr "Dit pakket ondersteunt alleen %s."
+#~ msgid ""
+#~ "On this page, you will find out what the Pakfire Build Service really is."
+#~ msgstr ""
+#~ "Op deze pagina wordt uitgelegd wat het Pakfire Build Systeem werkelijk is."
-#: ../src/templates/modules/jobs-table.html:66
-msgid "No jobs, yet."
-msgstr "Geen taken op dit moment."
+#~ msgid "Read carefully."
+#~ msgstr "Lees aandachtig."
-#: ../src/templates/modules/log-entry-comment.html:22
-msgid "No comment given."
-msgstr "Geen commentaar gegeven."
+#~ msgid "Yeah, that's it!"
+#~ msgstr "Ja, dat is het!"
-#: ../src/templates/modules/log-entry.html:21
-msgid "You"
-msgstr "U"
+#~ msgid "No, that's not it!"
+#~ msgstr "Nee, dat is het niet!"
-#: ../src/templates/modules/log-table.html:23
-msgid "No log entries, yet."
-msgstr "Geen log gevonden."
+#~ msgid "PBS is a tool where people can give feedback to developers."
+#~ msgstr ""
+#~ "PBS is een tool waarmee mensen hun feedback kunnen geven aan "
+#~ "ontwikkelaars."
-#: ../src/templates/modules/modal-base.html:25
-#: ../src/templates/user-forgot-password.html:49
-msgid "Submit"
-msgstr "Verstuur"
+#~ msgid "It is possible to leave comments and rate builds."
+#~ msgstr "Het is mogelijk om commentaar te geven en builds te beoordelen."
-#: ../src/templates/modules/modal-build-comment.html:8
-#, c-format
-msgid "Comment on %s"
-msgstr "Geef commentaar op %s"
+#~ msgid "PBS is <strong>NOT</strong> a bugtracker."
+#~ msgstr "PBS is <strong>GEEN</strong> bugtracker."
-#: ../src/templates/modules/modal-build-comment.html:10
-msgid "Log in to comment"
-msgstr "Log in om commentaar te geven"
+#~ msgid ""
+#~ "To report bugs please use our bugtracker liked below if you want them to "
+#~ "get fixed."
+#~ msgstr ""
+#~ "Om bugs te rapporteren gebruikt u de bugtracker als u ze gefixed wil "
+#~ "hebben."
-#: ../src/templates/modules/modal-build-comment.html:26
-msgid "Vote"
-msgstr "Stem op"
+#~ msgid "Bugtracker"
+#~ msgstr "Bugtracker"
-#: ../src/templates/modules/modal-build-comment.html:30
-msgid "Not tested."
-msgstr "Niet getest."
+#~ msgid "Welcome to the Pakfire Build Service"
+#~ msgstr "Welkom bij de Pakfire Build Service"
-#: ../src/templates/modules/modal-build-comment.html:34
-msgid "Works for me."
-msgstr "Werkt voor mij."
+#~ msgid "Latest stable updates"
+#~ msgstr "Laatste stabiele updates"
-#: ../src/templates/modules/modal-build-comment.html:38
-msgid "Does not work."
-msgstr "Werkt niet."
+#~ msgid "Unstable updates"
+#~ msgstr "Niet-stabiele updates"
-#: ../src/templates/modules/modal-build-comment.html:46
-msgid "You need to log in to comment."
-msgstr "U dient in te loggen om commentaar te geven."
+#~ msgid "Testing updates"
+#~ msgstr "Test updates"
-#: ../src/templates/modules/modal-build-comment.html:47
-msgid "Click on the button below to do so."
-msgstr "Klik op de knop hieronder om in te loggen."
+#~ msgid "View more updates..."
+#~ msgstr "Bekijk meer updates..."
-#: ../src/templates/modules/modal-build-comment.html:54
-msgid "Submit comment"
-msgstr "Verstuur commentaar"
+#~ msgid "Build jobs"
+#~ msgstr "Build-taken"
+
+#~ msgid "Show more build jobs"
+#~ msgstr "Toon meer build-taken"
-#: ../src/templates/modules/modal-build-push.html:7
#, c-format
-msgid "Push %s to a repository"
-msgstr "Verstuur %s naar een repository"
+#~ msgid "Schedule rebuild for %s"
+#~ msgstr "Inplannen rebuild voor %s"
-#: ../src/templates/modules/modal-build-push.html:15
-msgid "Not all jobs are finished!"
-msgstr "Nog niet alle taken zijn beëindigd!"
+#~ msgid "Schedule rebuild"
+#~ msgstr "Inplannen rebuild"
-#: ../src/templates/modules/modal-build-push.html:16
-msgid ""
-"So it is <em>strongly</em> discouraged to push this build into the next "
-"repository."
-msgstr ""
-"Het wordt <em>ten sterkste</em> afgeraden om deze build naar de volgende "
-"repository te brengen."
+#~ msgid "At this place, you can submit failed build jobs to be built again."
+#~ msgstr "Hier kunt u mislukte builds opnieuw versturen om te builden."
-#: ../src/templates/modules/modal-build-push.html:35
-msgid "The build will be put into this repository."
-msgstr "De build zal in deze repository geplaatst worden."
+#~ msgid ""
+#~ "Please note, that all other kinds of build are preferred over the test "
+#~ "builds."
+#~ msgstr ""
+#~ "Houd er rekening mee dat alle andere soorten builds de voorkeur hebben "
+#~ "boven de test-builds."
-#: ../src/templates/modules/modal-build-push.html:44
-msgid "You are going to push this build into a new repository."
-msgstr "U gaat nu deze build naar een nieuwe repository versturen."
+#~ msgid "Job"
+#~ msgstr "Taak"
-#: ../src/templates/modules/modal-build-push.html:45
-msgid ""
-"This means that the build won't be part of the repository it is currently in "
-"anymore."
-msgstr ""
-"Dit betekent dat de build geen onderdeel meer zal uitmaken van de huidige "
-"repository."
+#~ msgid "Abort job"
+#~ msgstr "Breek taak af"
-#: ../src/templates/modules/modal-build-push.html:48
-msgid ""
-"Please make sure you tested this build well enough that it will keep up with "
-"the quality level of the target repository."
-msgstr ""
-"Verzeker u ervan dat deze build van voldoende kwaliteit is, zodat het zich "
-"kan meten met kwaliteit van de doel-repository."
+#~ msgid "Restart job"
+#~ msgstr "Herstart taak"
-#: ../src/templates/modules/modal-build-unpush.html:6
-#, c-format
-msgid "Unpush %s from a repository"
-msgstr "Haal %s terug van een repository"
+#~ msgid "Job has been aborted"
+#~ msgstr "Taak is afgebroken"
-#: ../src/templates/modules/modal-build-unpush.html:27
-msgid "You are going to unpush this build from its repository."
-msgstr "U gaat nu een build terughalen uit z'n repository."
+#~ msgid ""
+#~ "This build job is in an aborted state, because the build process crashed "
+#~ "unexpectedly."
+#~ msgstr ""
+#~ "Deze build-taak is in een afgebroken status, omdat het build proces "
+#~ "onverwacht gecrasht is. "
-#: ../src/templates/modules/modal-build-unpush.html:28
-msgid ""
-"This means that the build won't be installable from this repository anymore."
-msgstr ""
-"Dit betekent dat de build niet meer te installeren is vanuit deze repository."
+#~ msgid ""
+#~ "In most cases, there is no log file and you must figure out the issue on "
+#~ "your own."
+#~ msgstr ""
+#~ "In de meeste gevallen is er geen logbestand en moet u zelf het probleem "
+#~ "uitzoeken."
-#: ../src/templates/modules/modal-build-unpush.html:33
-msgid ""
-"If you consider this build being obsolete or broken, please don't forget to "
-"mark it so."
-msgstr ""
-"Als u vindt dat deze build niet meer van toepassing is of defect is, markeer "
-"de build dan ook als zodanig."
+#~ msgid "The error code is:"
+#~ msgstr "De foutcode is:"
-#: ../src/templates/modules/package-header.html:19
-#, fuzzy
-msgid "Group"
-msgstr "Groep"
+#~ msgid "Segmentation violation"
+#~ msgstr "Segmentatie overschrijding"
-#: ../src/templates/modules/packages/dependency-table.html:9
-msgid "Pre-requires"
-msgstr "Pre-vereist"
+#~ msgid "You may resubmit the job to try again:"
+#~ msgstr "U kunt de taak nogmaals inschieten:"
-#: ../src/templates/modules/packages/dependency-table.html:15
-msgid "Recommends"
-msgstr "Adviseert"
+#~ msgid "Re-submit build"
+#~ msgstr "Opnieuw indienen van build"
-#: ../src/templates/modules/packages/dependency-table.html:17
-msgid "Suggests"
-msgstr "Stelt voor"
+#~ msgid "No builder assigned."
+#~ msgstr "Geen builder toegekend."
-#: ../src/templates/modules/repo-actions-table.html:5
-#, c-format
-msgid "added %s"
-msgstr "Toegevoegd %s"
+#~ msgid "Started"
+#~ msgstr "Gestart"
-#: ../src/templates/modules/repo-actions-table.html:10
-msgid "Run"
-msgstr "Start"
+#~ msgid "Build logs"
+#~ msgstr "Build-logs"
-#: ../src/templates/modules/repo-actions-table.html:12
-msgid "Remove action"
-msgstr "Verwijder actie"
+#~ msgid "No logs available, yet."
+#~ msgstr "Geen logs aanwezig."
-#: ../src/templates/modules/repo-actions-table.html:19
-#, fuzzy
-msgid "%(credits)s more credit needed."
-msgstr "%(credits)s meer credit nodig."
+#, fuzzy, c-format
+#~ msgid "%s package"
+#~ msgstr "%s pakket"
-#: ../src/templates/modules/repo-actions-table.html:21
-msgid "No more credits needed."
-msgstr "Niet meer credits nodig. "
+#~ msgid "Package files"
+#~ msgstr "Pakketbestanden"
-#: ../src/templates/modules/repo-actions-table.html:25
-#, c-format
-msgid "Maintainer: %s"
-msgstr "Onderhouder: %s"
+#~ msgid "Filter jobs"
+#~ msgstr "Filter taken"
-#: ../src/templates/modules/repo-actions-table.html:28
-msgid "Go to package description"
-msgstr "Ga naar pakketomschrijving"
+#~ msgid "Filter"
+#~ msgstr "Filter"
-#: ../src/templates/modules/repository-table.html:5
-msgid "No. of builds"
-msgstr "Aantal builds"
-
-#: ../src/templates/modules/repository-table.html:6
-#: ../src/templates/repository-detail.html:44
-msgid "Enabled for builds"
-msgstr "Geactiveerd voor builds"
-
-#: ../src/templates/modules/repository-table.html:21
-#: ../src/templates/repository-detail.html:68
-#: ../src/templates/user-profile.html:136
-msgid "Yes"
-msgstr "Ja"
-
-#: ../src/templates/modules/repository-table.html:23
-#: ../src/templates/repository-detail.html:70
-#: ../src/templates/user-profile.html:138
-msgid "No"
-msgstr "Nee"
-
-#: ../src/templates/modules/select/locale.html:2
-#: ../src/templates/modules/select/timezone.html:2
-msgid "Auto-select"
-msgstr "Auto-selecteer"
+#~ msgid "[Choose one]"
+#~ msgstr "[Kies er een]"
-#: ../src/templates/modules/source-table.html:5
-msgid "No. of commits"
-msgstr "Aantal commits"
+#~ msgid "Only show jobs, that have been built by this builder."
+#~ msgstr "Laat alleen taken zien die door deze builder zijn gemaakt."
-#: ../src/templates/modules/source-table.html:6
-msgid "Latest commit"
-msgstr "Laatste commit"
+#~ msgid "Only show jobs, with this architecture."
+#~ msgstr "Toon alleen taken met deze architectuur."
-#: ../src/templates/modules/source-table.html:14
#, c-format
-msgid "Branch: %s"
-msgstr "Branch: %s"
+#~ msgid "Showing only jobs from %s."
+#~ msgstr "Toont alleen taken van %s."
-#: ../src/templates/modules/updates-table.html:18
-msgid "Score:"
-msgstr "Score:"
+#, c-format
+#~ msgid "Showing only builds that have been built on %s."
+#~ msgstr "Toont alleen builds die zijn gemaakt op %s."
-#: ../src/templates/modules/watchers-sidebar-table.html:2
-msgid "Watchers"
-msgstr "Bewakers"
+#, c-format
+#~ msgid "Showing only jobs built for %s."
+#~ msgstr "Toont alleen taken gemaakt voor %s."
-#: ../src/templates/modules/watchers-sidebar-table.html:7
-#: ../src/templates/modules/watchers-sidebar-table.html:36
-msgid "You."
-msgstr "U."
+#, c-format
+#~ msgid "Delete key %s"
+#~ msgstr "Verwijder sleutel %s"
-#: ../src/templates/modules/watchers-sidebar-table.html:9
-msgid "You and one other."
-msgstr "U en iemand anders."
+#~ msgid "Key"
+#~ msgstr "Sleutel"
-#: ../src/templates/modules/watchers-sidebar-table.html:11
#, c-format
-msgid "You and %s others."
-msgstr "U en %s anderen."
+#~ msgid "You are going to delete the key %s."
+#~ msgstr "U gaat nu sleutel %s verwijderen."
-#: ../src/templates/modules/watchers-sidebar-table.html:14
-#, fuzzy
-msgid "One person."
-msgstr "Één persoon"
+#~ msgid "Delete key"
+#~ msgstr "Verwijder sleutel"
-#: ../src/templates/modules/watchers-sidebar-table.html:27
-msgid ""
-"All users who watch this build will be automatically notified about status "
-"changes and comments."
-msgstr ""
-"Alle gebruikers die deze build bewaken zullen op de hoogte worden gehouden "
-"van statusveranderingen en commentaren."
+#~ msgid "Import new key"
+#~ msgstr "Importeer nieuwe sleutel"
-#: ../src/templates/modules/watchers-sidebar-table.html:28
-msgid "This is an easy way of staying up to date."
-msgstr "Dit is een makkelijke manier om op de hoogte te blijven."
+#~ msgid "Import a new key"
+#~ msgstr "Importeer een nieuwe sleutel"
-#: ../src/templates/modules/watchers-sidebar-table.html:48
-msgid "Nobody watches this build, yet. Be the first one."
-msgstr "Niemand bewaakt deze build nog. U kunt de eerste zijn."
+#~ msgid "Paste the key to import."
+#~ msgstr "Plak de sleutel om te importeren."
-#: ../src/templates/modules/watchers-sidebar-table.html:56
-msgid "Watch this build"
-msgstr "Bewaak deze build"
+#~ msgid "The keys are a very important component when it comes to security."
+#~ msgstr "De sleutels zijn belangrijke componenten wat betreft beveiliging."
-#: ../src/templates/modules/watchers-sidebar-table.html:58
-msgid "Add a watcher"
-msgstr "Voeg een bewaker toe"
+#~ msgid ""
+#~ "Each package in the Pakfire Build Service is signed to prove its "
+#~ "authenticity."
+#~ msgstr ""
+#~ "Ieder pakket in de Pakfire Build Service is ondertekend om de echtheid te "
+#~ "bewijzen."
-#: ../src/templates/modules/watchers-sidebar-table.html:62
-msgid "Close"
-msgstr "Sluiten"
+#~ msgid "Fingerprint"
+#~ msgstr "Fingerprint"
-#: ../src/templates/package-detail.html:42
-msgid "Development package"
-msgstr "Ontwikkelpakket"
+#~ msgid "Expires"
+#~ msgstr "Verloopt"
-#: ../src/templates/package-detail.html:45
-msgid "Debuginfo package"
-msgstr "Debuginfo-pakket"
+#~ msgid "Lookup"
+#~ msgstr "Lookup"
-#: ../src/templates/package-detail.html:64
-msgid "Homepage"
-msgstr "Homepage"
+#~ msgid "Subkey"
+#~ msgstr "Sub-sleutel"
-#: ../src/templates/package-detail.html:88
-msgid "Build time"
-msgstr "Build-tijd"
+#~ msgid "This key does not expire."
+#~ msgstr "Deze sleutel verloopt niet."
-#: ../src/templates/package-detail.html:130
-msgid "%(size)s when installed"
-msgstr "%(size)s als geïnstalleerd"
+#~ msgid "Username and/or password was wrong. Login failed."
+#~ msgstr "Gebruikersnaam en/of wachtwoord is onjuist. Inloggen mislukt."
-#: ../src/templates/package-detail.html:162
-msgid "Build dependencies"
-msgstr "Build-afhankelijkheden"
+#~ msgid "Username"
+#~ msgstr "Gebruikersnaam"
-#: ../src/templates/package-detail.html:164
-msgid "Dependencies"
-msgstr "Afhankelijkheden"
+#~ msgid "Password"
+#~ msgstr "Wachtwoord"
-#: ../src/templates/package-detail.html:173
-msgid "Filelist"
-msgstr "Bestandslijst"
+#~ msgid "You also might want to..."
+#~ msgstr "Wellicht wilt u ook..."
-#: ../src/templates/package-detail-list.html:25
-#: ../src/templates/packages/builds/times.html:20
-#: ../src/templates/packages/builds/times.html:41
-msgid "Build times"
-msgstr ""
+#~ msgid "Register a new account."
+#~ msgstr "Een nieuw account registreren."
-#: ../src/templates/package-detail-list.html:58
-msgid "File new bug"
-msgstr "Geef nieuwe bug op"
+#~ msgid "Recover your password."
+#~ msgstr "Uw wachtwoord herstellen."
-#: ../src/templates/package-detail-list.html:61
-msgid "Show all bugs"
-msgstr "Toon alle bugs"
+#, c-format
+#~ msgid "hosted by %s"
+#~ msgstr "Gehost door %s"
-#: ../src/templates/package-detail-list.html:66
-msgid "Open bugs"
-msgstr "Open bugs"
+#~ msgid "View larger map"
+#~ msgstr "Bekijk grotere kaart"
-#: ../src/templates/package-detail-list.html:76
-msgid "Full changelog"
-msgstr "Volledige wijzigingslog"
+#~ msgid "The location of the mirror server is estimated by the IP address."
+#~ msgstr "De locatie van de mirror wordt bepaald a.d.h.v. het IP adres."
-#: ../src/templates/package-properties.html:20
-msgid "Properties"
-msgstr "Eigenschappen"
+#~ msgid "Only enabled mirrors will be pushed out to the clients."
+#~ msgstr "Alleen ingeschakelde mirrors worden verzonden naar de clients."
-#: ../src/templates/package-properties.html:32
-msgid "Maintainers"
-msgstr "Onderhouders"
+#~ msgid "Current load of the build cluster"
+#~ msgstr "Huidige belasting van het build-cluster"
-#: ../src/templates/package-properties.html:37
-#: ../src/templates/package-properties.html:47
-msgid "Default priority"
-msgstr "Standaard prioriteit"
+#~ msgid "Updated"
+#~ msgstr "Bijgewerkt"
-#: ../src/templates/package-properties.html:39
-msgid ""
-"A big benefit of the Pakfire Build Service is, that builds are available to "
-"end-users in a very short time."
-msgstr ""
-"Een groot voordeel van de Pakfire Build Service is dat de builds heel snel "
-"beschikbaar zijn voor de eindgebruikers."
+#~ msgid "No comments so far."
+#~ msgstr "Geen opmerkingen tot dusver."
-#: ../src/templates/package-properties.html:40
-msgid ""
-"Some packages might need some extra boost if the build servers are very busy."
-msgstr ""
-"Sommige pakketten kunnen wel een extra duwtje gebruiken als de build-servers "
-"erg druk zijn."
+#~ msgid ""
+#~ "Pakfire is the buildsystem that is used to build the IPFire Linux "
+#~ "firewall distribution."
+#~ msgstr ""
+#~ "Pakfire is het build-systeem dat wordt gebruikt om de IPFire Linux "
+#~ "firewall distributie op te bouwen."
-#: ../src/templates/package-properties.html:43
-msgid "You may set a default priority for all builds of this package."
-msgstr ""
-"U kunt een standaard prioriteit instellen voor alle builds van dit pakket."
+#~ msgid "It also installs and updates packages on the IPFire systems."
+#~ msgstr ""
+#~ "Het installeert en updatet tevens de pakketten op de IPFire systemen. "
-#: ../src/templates/package-properties.html:73
-msgid ""
-"A package that belongs to the critical path is a package that plays a very "
-"essential role in the distribution."
-msgstr ""
-"Een pakket dat behoort tot het kritieke pad speelt een essentiële rol in de "
-"distributie."
+#~ msgid "Code licensed under the GNU General Public License v3."
+#~ msgstr "Code gelicenseerd onder de GNU General Public Licence v3."
-#: ../src/templates/package-properties.html:74
-msgid ""
-"If such a package is broken, it may not be possible to boot or recover the "
-"system anymore, so we need to be extra sure that these packages work."
-msgstr ""
-"Als zo'n pakket niet werkt, kan het systeem mogelijk niet meer opstarten of "
-"hersteld worden, dus we moeten er zeker van zijn dat deze pakketten werken."
+#~ msgid "Runtime"
+#~ msgstr "Looptijd"
-#: ../src/templates/package-properties.html:77
-msgid ""
-"If this package is marked to belong to the critical path, it will need a "
-"higher score to pass to the next repository and more."
-msgstr ""
-"Als dit pakket is gemarkeerd voor het kritieke pad, dan heeft het een hogere "
-"score nodig om naar de volgende repository doorgezet te mogen worden."
+#~ msgid "New"
+#~ msgstr "Nieuw"
-#: ../src/templates/package-properties.html:78
-msgid "Learn more."
-msgstr "Meer informatie."
+#~ msgid "Dependency error"
+#~ msgstr "Afhankelijksheidsfout"
-#: ../src/templates/package-properties.html:86
-msgid "This package belongs to the critical path"
-msgstr "Dit pakket behoort tot het kritieke pad."
+#~ msgid "Pre-requires"
+#~ msgstr "Pre-vereist"
-#: ../src/templates/packages/builds/scratch.html:35
#, fuzzy
-msgid "There are no scratch builds for this package."
-msgstr "Er zijn op dit moment geen builds te laten zien."
+#~ msgid "%(credits)s more credit needed."
+#~ msgstr "%(credits)s meer credit nodig."
-#: ../src/templates/packages/builds/times.html:3
-msgid "Package build times"
-msgstr ""
+#~ msgid "No. of builds"
+#~ msgstr "Aantal builds"
-#: ../src/templates/packages/builds/times.html:34
-msgid "This table shows you how long this package normally takes to be built."
-msgstr ""
+#~ msgid "Enabled for builds"
+#~ msgstr "Geactiveerd voor builds"
-#: ../src/templates/packages/builds/times.html:45
-msgid "Average"
-msgstr ""
+#~ msgid "Yes"
+#~ msgstr "Ja"
-#: ../src/templates/packages/builds/times.html:46
-msgid "Maximum"
-msgstr ""
+#~ msgid "No"
+#~ msgstr "Nee"
-#: ../src/templates/packages/builds/times.html:47
-msgid "Minimum"
-msgstr ""
+#~ msgid "Score:"
+#~ msgstr "Score:"
-#: ../src/templates/packages/builds/times.html:48
-msgid "Total"
-msgstr ""
+#~ msgid "Watchers"
+#~ msgstr "Bewakers"
-#: ../src/templates/packages/changelog.html:3
-#, c-format
-msgid "Changelog of %s"
-msgstr "Wijzigingslog van %s"
+#~ msgid "Development package"
+#~ msgstr "Ontwikkelpakket"
-#: ../src/templates/packages/changelog.html:20
-#: ../src/templates/packages/changelog.html:26
-msgid "Changelog"
-msgstr "Wijzigingslog"
+#~ msgid "Debuginfo package"
+#~ msgstr "Debuginfo-pakket"
-#: ../src/templates/packages-list.html:3 ../src/templates/packages-list.html:17
-msgid "Package list"
-msgstr "Pakketlijst"
+#~ msgid "Homepage"
+#~ msgstr "Homepage"
-#: ../src/templates/packages-list.html:23
-msgid ""
-"This is an alphabetically ordered list of all packages in the distribution."
-msgstr ""
-"Dit is een alfabetisch gesorteerde lijst van alle bestanden in de "
-"distributie."
+#~ msgid "Build time"
+#~ msgstr "Build-tijd"
-#: ../src/templates/packages-list.html:24
-msgid "Click on a link to see further information about the package."
-msgstr "Klik op een link voor meer informatie over het pakket."
+#~ msgid "%(size)s when installed"
+#~ msgstr "%(size)s als geïnstalleerd"
-#: ../src/templates/packages-list.html:31
-msgid "Selection"
-msgstr "Selectie"
+#~ msgid "Build dependencies"
+#~ msgstr "Build-afhankelijkheden"
-#: ../src/templates/packages-list.html:36
-msgid "Show broken packages"
-msgstr "Toon defecte pakketten"
+#~ msgid "Dependencies"
+#~ msgstr "Afhankelijkheden"
-#: ../src/templates/packages-list.html:39
-msgid "Show all packages"
-msgstr "Toon alle pakketten"
+#~ msgid "Open bugs"
+#~ msgstr "Open bugs"
-#: ../src/templates/packages/view-file.html:3
-msgid "View %(filename)s from %(pkg)s"
-msgstr "Bekijk %(filename)s van %(pkg)s"
+#~ msgid "Full changelog"
+#~ msgstr "Volledige wijzigingslog"
-#: ../src/templates/packages/view-file.html:36
-msgid "View file"
-msgstr "Bekijk bestand"
+#~ msgid "This package belongs to the critical path"
+#~ msgstr "Dit pakket behoort tot het kritieke pad."
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Mimetype: %s"
-msgstr "Mimetype: %s"
+#, fuzzy
+#~ msgid "There are no scratch builds for this package."
+#~ msgstr "Er zijn op dit moment geen builds te laten zien."
-#: ../src/templates/packages/view-file.html:50
#, c-format
-msgid "Size: %s"
-msgstr "Grootte: %s"
-
-#: ../src/templates/register-activation-fail.html:3
-msgid "Account activation failed"
-msgstr "Account activering mislukt."
-
-#: ../src/templates/register-activation-fail.html:12
-#: ../src/templates/register-activation-success.html:12
-msgid "Account activation"
-msgstr "Account activering "
-
-#: ../src/templates/register-activation-fail.html:17
-msgid "Activation failed"
-msgstr "Activering is mislukt"
-
-#: ../src/templates/register-activation-fail.html:23
-#: ../src/templates/register-fail.html:6
-#: ../src/templates/user-profile-edit-fail.html:6
-msgid "We are sorry."
-msgstr "Sorry hiervoor."
-
-#: ../src/templates/register-activation-fail.html:24
-msgid "The activation of your account has failed."
-msgstr "De activering van uw account is mislukt."
-
-#: ../src/templates/register-activation-fail.html:25
-msgid "Possibly the registration code is wrong or your registration timed out."
-msgstr ""
-"Mogelijk is uw registratiecode onjuist of is de registratietijd verlopen."
+#~ msgid "Changelog of %s"
+#~ msgstr "Wijzigingslog van %s"
-#: ../src/templates/register-activation-success.html:3
-msgid "Account activation successful"
-msgstr "Account activering succesvol"
+#~ msgid "Changelog"
+#~ msgstr "Wijzigingslog"
-#: ../src/templates/register-activation-success.html:17
-msgid "Activation successful"
-msgstr "Activering succesvol"
+#~ msgid "Package list"
+#~ msgstr "Pakketlijst"
-#: ../src/templates/register-activation-success.html:23
-#, c-format
-msgid "Your account has been activated, %s."
-msgstr "Uw account is geactiveerd, %s."
+#~ msgid ""
+#~ "This is an alphabetically ordered list of all packages in the "
+#~ "distribution."
+#~ msgstr ""
+#~ "Dit is een alfabetisch gesorteerde lijst van alle bestanden in de "
+#~ "distributie."
-#: ../src/templates/register-activation-success.html:24
-msgid "Have fun!"
-msgstr "Veel plezier!"
+#~ msgid "Click on a link to see further information about the package."
+#~ msgstr "Klik op een link voor meer informatie over het pakket."
-#: ../src/templates/register-fail.html:4
-msgid "Registration failed"
-msgstr "Registratie mislukt"
+#~ msgid "Show broken packages"
+#~ msgstr "Toon defecte pakketten"
-#: ../src/templates/register-fail.html:7
-msgid "We could not create your requested account."
-msgstr "Het is niet gelukt om het gevraagde account aan te maken."
+#~ msgid "Show all packages"
+#~ msgstr "Toon alle pakketten"
-#: ../src/templates/register-fail.html:17
-#: ../src/templates/user-profile-edit-fail.html:17
-msgid ""
-"Use the back button on your web browser to go back to the previous page and "
-"correct your submission."
-msgstr ""
-"Klik op de terug-knop van uw webbrowser om naar de vorige pagina te gaan en "
-"uw aanvraag nogmaals in te dienen."
+#~ msgid "View %(filename)s from %(pkg)s"
+#~ msgstr "Bekijk %(filename)s van %(pkg)s"
-#: ../src/templates/register.html:3 ../src/templates/register.html:18
-msgid "Register a new account"
-msgstr "Registreer een nieuw account"
+#~ msgid "View file"
+#~ msgstr "Bekijk bestand"
-#: ../src/templates/register.html:12
-msgid "Register new account"
-msgstr "Registreer nieuw account"
+#, c-format
+#~ msgid "Mimetype: %s"
+#~ msgstr "Mimetype: %s"
-#: ../src/templates/register.html:19
-msgid "Join the community!"
-msgstr "Word lid van de community!"
+#, c-format
+#~ msgid "Size: %s"
+#~ msgstr "Grootte: %s"
-#: ../src/templates/register.html:26
-msgid "Registration form"
-msgstr "Registratieformulier"
+#~ msgid "Account activation failed"
+#~ msgstr "Account activering mislukt."
-#: ../src/templates/register.html:35
-msgid "Must be a unique name you login with."
-msgstr "Inlognaam moet een unieke naam zijn."
+#~ msgid "Account activation"
+#~ msgstr "Account activering "
-#: ../src/templates/register.html:41 ../src/templates/user-profile-edit.html:60
-msgid "Email address"
-msgstr "E-mailadres"
+#~ msgid "Activation failed"
+#~ msgstr "Activering is mislukt"
-#: ../src/templates/register.html:46
-msgid "Type in your email address, which is used to verify the account."
-msgstr ""
-"Voer uw e-mailadres in, dit wordt gebruikt om uw account te verifiëren."
+#~ msgid "We are sorry."
+#~ msgstr "Sorry hiervoor."
-#: ../src/templates/register.html:52
-msgid "Real name (optional)"
-msgstr "Echte naam (optioneel)"
+#~ msgid "The activation of your account has failed."
+#~ msgstr "De activering van uw account is mislukt."
-#: ../src/templates/register.html:57
-msgid "Type you firstname and your lastname here."
-msgstr "Geef uw voor- en achternaam."
+#~ msgid ""
+#~ "Possibly the registration code is wrong or your registration timed out."
+#~ msgstr ""
+#~ "Mogelijk is uw registratiecode onjuist of is de registratietijd verlopen."
-#: ../src/templates/register.html:64
-msgid "Account security"
-msgstr "Accountbeveiliging"
+#~ msgid "Account activation successful"
+#~ msgstr "Account activering succesvol"
-#: ../src/templates/register.html:72
-#: ../src/templates/user-profile-edit.html:106
-msgid ""
-"The password is used to secure the login and must be at least 8 characters."
-msgstr ""
-"Een wachtwoord wordt gebruikt om het account mee te beveiligen en moet uit "
-"minstens 8 tekens bestaan."
+#~ msgid "Activation successful"
+#~ msgstr "Activering succesvol"
-#: ../src/templates/register.html:78
-msgid "Confirm password"
-msgstr "Bevestig wachtwoord"
+#, c-format
+#~ msgid "Your account has been activated, %s."
+#~ msgstr "Uw account is geactiveerd, %s."
-#: ../src/templates/register.html:83
-msgid "Pick a password that is as strong as possible."
-msgstr "Kies een zo sterk mogelijk wachtwoord."
+#~ msgid "Have fun!"
+#~ msgstr "Veel plezier!"
-#: ../src/templates/register.html:84
-msgid "Don't login at unsecure places where people could spy on your password."
-msgstr ""
-"Log niet in vanaf onveilige plekken vanwaar anderen uw wachtwoord kunnen "
-"afkijken."
+#~ msgid "Registration failed"
+#~ msgstr "Registratie mislukt"
-#: ../src/templates/register.html:91
-msgid "Sign up!"
-msgstr "Meld u aan!"
+#~ msgid "We could not create your requested account."
+#~ msgstr "Het is niet gelukt om het gevraagde account aan te maken."
-#: ../src/templates/register-success.html:4
-msgid "Registration successful"
-msgstr "Registratie succesvol"
+#~ msgid ""
+#~ "Use the back button on your web browser to go back to the previous page "
+#~ "and correct your submission."
+#~ msgstr ""
+#~ "Klik op de terug-knop van uw webbrowser om naar de vorige pagina te gaan "
+#~ "en uw aanvraag nogmaals in te dienen."
-#: ../src/templates/register-success.html:6
-#, c-format
-msgid "Your new account has been created, %s."
-msgstr "Uw nieuwe account is aangemaakt, %s."
+#~ msgid "Register a new account"
+#~ msgstr "Registreer een nieuw account"
-#: ../src/templates/register-success.html:7
-msgid ""
-"To complete the activation, follow the instructions that were sent to you in "
-"an activation email."
-msgstr ""
-"Om het activeringsproces af te ronden dient u de instructies te volgen in de "
-"e-mail die naar u is verzonden."
+#~ msgid "Register new account"
+#~ msgstr "Registreer nieuw account"
-#: ../src/templates/repository-detail.html:30
-msgid "Stable repository"
-msgstr "Stabiele repository"
+#~ msgid "Join the community!"
+#~ msgstr "Word lid van de community!"
-#: ../src/templates/repository-detail.html:34
-msgid "Unstable repository"
-msgstr "Onstabiele repository"
+#~ msgid "Registration form"
+#~ msgstr "Registratieformulier"
-#: ../src/templates/repository-detail.html:38
-msgid "Testing repository"
-msgstr "Test repository"
+#~ msgid "Must be a unique name you login with."
+#~ msgstr "Inlognaam moet een unieke naam zijn."
-#: ../src/templates/repository-detail.html:65
-msgid "Repository is enabled for builds?"
-msgstr "Repository is ingeschakeld voor builds?"
+#~ msgid "Email address"
+#~ msgstr "E-mailadres"
-#: ../src/templates/repository-detail.html:76
-#: ../src/templates/repository-detail.html:151
-msgid "Obsolete builds"
-msgstr "Verouderde builds"
+#~ msgid "Type in your email address, which is used to verify the account."
+#~ msgstr ""
+#~ "Voer uw e-mailadres in, dit wordt gebruikt om uw account te verifiëren."
-#: ../src/templates/repository-detail.html:85
-msgid "Total build time"
-msgstr "Totale build-tijd"
+#~ msgid "Real name (optional)"
+#~ msgstr "Echte naam (optioneel)"
-#: ../src/templates/repository-detail.html:99
-msgid ""
-"The table above shows how long it took to build all packages in this "
-"repository."
-msgstr ""
-"De tabel hierboven toont hoe lang het duurde om alle pakketten in deze "
-"repository op te bouwen."
+#~ msgid "Type you firstname and your lastname here."
+#~ msgstr "Geef uw voor- en achternaam."
-#: ../src/templates/repository-detail.html:126
-msgid "Unpushed builds"
-msgstr "Teruggehaalde builds"
+#~ msgid "Account security"
+#~ msgstr "Accountbeveiliging"
-#: ../src/templates/repository-detail.html:128
-msgid ""
-"These builds were already put into this repository, but were not pushed out "
-"to the mirror servers, yet."
-msgstr ""
-"Deze builds stonden al in deze repository, maar waren nog niet naar de "
-"mirror-servers gestuurd."
+#~ msgid ""
+#~ "The password is used to secure the login and must be at least 8 "
+#~ "characters."
+#~ msgstr ""
+#~ "Een wachtwoord wordt gebruikt om het account mee te beveiligen en moet "
+#~ "uit minstens 8 tekens bestaan."
-#: ../src/templates/repository-detail.html:139
-msgid "Builds in this repository"
-msgstr "Builds in deze repository"
+#~ msgid "Confirm password"
+#~ msgstr "Bevestig wachtwoord"
-#: ../src/templates/repository-edit.html:3
-#: ../src/templates/repository-edit.html:7
-#, c-format
-msgid "Edit repository %s"
-msgstr "Wijzig repository %s"
+#~ msgid "Pick a password that is as strong as possible."
+#~ msgstr "Kies een zo sterk mogelijk wachtwoord."
-#: ../src/templates/repository-edit.html:20
-msgid "The name of the repository."
-msgstr "De naam van de repository."
+#~ msgid ""
+#~ "Don't login at unsecure places where people could spy on your password."
+#~ msgstr ""
+#~ "Log niet in vanaf onveilige plekken vanwaar anderen uw wachtwoord kunnen "
+#~ "afkijken."
-#: ../src/templates/repository-edit.html:21
-msgid "Must only contain of the lowercase characters."
-msgstr "Mag alleen kleine letters bevatten."
+#~ msgid "Sign up!"
+#~ msgstr "Meld u aan!"
-#: ../src/templates/repository-edit.html:33
-msgid "Score settings"
-msgstr "Score instellingen"
+#~ msgid "Registration successful"
+#~ msgstr "Registratie succesvol"
-#: ../src/templates/repository-edit.html:35
-msgid "These settings configure the automatic score feature."
-msgstr "Met deze instellingen configureert u de automatische score functie."
+#, c-format
+#~ msgid "Your new account has been created, %s."
+#~ msgstr "Uw nieuwe account is aangemaakt, %s."
-#: ../src/templates/repository-edit.html:36
-msgid ""
-"Builds that gained a certain score are moved to the next repository "
-"automatically and removed if the score is too bad."
-msgstr ""
-"Builds die een bepaalde score hebben behaald worden automatisch naar de "
-"volgende repository verplaatst en verwijderd als de score te laag is."
+#~ msgid ""
+#~ "To complete the activation, follow the instructions that were sent to you "
+#~ "in an activation email."
+#~ msgstr ""
+#~ "Om het activeringsproces af te ronden dient u de instructies te volgen in "
+#~ "de e-mail die naar u is verzonden."
-#: ../src/templates/repository-edit.html:40
-msgid "Needed score"
-msgstr "Benodigde score"
+#~ msgid "Stable repository"
+#~ msgstr "Stabiele repository"
-#: ../src/templates/repository-edit.html:45
-msgid ""
-"The score that is needed for builds to automatically be moved into this "
-"repository."
-msgstr ""
-"De score die nodig is voor builds om automatisch te worden verplaatst naar "
-"deze repository."
+#~ msgid "Unstable repository"
+#~ msgstr "Onstabiele repository"
-#: ../src/templates/repository-edit.html:49
-msgid "Minimum time"
-msgstr "Minimale tijd"
+#~ msgid "Testing repository"
+#~ msgstr "Test repository"
-#: ../src/templates/repository-edit.html:54
-msgid "Every build must stay a minimum time in a repository."
-msgstr "Iedere build moet een minimale tijd in de repository staan."
+#~ msgid "Repository is enabled for builds?"
+#~ msgstr "Repository is ingeschakeld voor builds?"
-#: ../src/templates/repository-edit.html:55
-msgid "This is to ensure that a package gets tested well."
-msgstr ""
-"Dit wordt gedaan om er zeker van te zijn dat een pakket goed wordt getest."
+#~ msgid "Obsolete builds"
+#~ msgstr "Verouderde builds"
-#: ../src/templates/repository-edit.html:56
-#: ../src/templates/repository-edit.html:67
-msgid "Enter zero to disable the feature."
-msgstr "Geef nul om deze functie uit te schakelen."
+#~ msgid ""
+#~ "The table above shows how long it took to build all packages in this "
+#~ "repository."
+#~ msgstr ""
+#~ "De tabel hierboven toont hoe lang het duurde om alle pakketten in deze "
+#~ "repository op te bouwen."
-#: ../src/templates/repository-edit.html:60
-msgid "Maximum time"
-msgstr "Maximale tijd"
+#~ msgid "Unpushed builds"
+#~ msgstr "Teruggehaalde builds"
-#: ../src/templates/repository-edit.html:65
-msgid ""
-"If a build is more than a certain amount of time in a repository, it will "
-"automatically be removed."
-msgstr "De build wordt na een bepaalde tijd automatisch verwijderd."
+#~ msgid ""
+#~ "These builds were already put into this repository, but were not pushed "
+#~ "out to the mirror servers, yet."
+#~ msgstr ""
+#~ "Deze builds stonden al in deze repository, maar waren nog niet naar de "
+#~ "mirror-servers gestuurd."
-#: ../src/templates/repository-edit.html:66
-msgid "This is to ensure that packages are not forgotten to be pushed."
-msgstr "Dit is om er zeker van te zijn dat pakketten worden verstuurd."
+#~ msgid "Builds in this repository"
+#~ msgstr "Builds in deze repository"
-#: ../src/templates/repository-edit.html:73
-msgid "Build settings"
-msgstr "Build instellingen"
+#~ msgid "The name of the repository."
+#~ msgstr "De naam van de repository."
-#: ../src/templates/repository-edit.html:76
-msgid "Use package for builds?"
-msgstr "Gebruik pakket voor builds?"
+#~ msgid "Must only contain of the lowercase characters."
+#~ msgstr "Mag alleen kleine letters bevatten."
-#: ../src/templates/repository-edit.html:81
-msgid "Should the package be selected for builds by default?"
-msgstr "Moet het pakket standaard worden geselecteerd voor builds?"
+#~ msgid "These settings configure the automatic score feature."
+#~ msgstr "Met deze instellingen configureert u de automatische score functie."
-#: ../src/templates/repository-edit.html:82
-#: ../src/templates/user-impersonation.html:21
-msgid "Use with caution!"
-msgstr "Voorzichtig met het gebruik hiervan!"
+#~ msgid ""
+#~ "Builds that gained a certain score are moved to the next repository "
+#~ "automatically and removed if the score is too bad."
+#~ msgstr ""
+#~ "Builds die een bepaalde score hebben behaald worden automatisch naar de "
+#~ "volgende repository verplaatst en verwijderd als de score te laag is."
-#: ../src/templates/search-form.html:3
-msgid "Advanced search"
-msgstr "Geavanceerd zoeken"
+#~ msgid "Needed score"
+#~ msgstr "Benodigde score"
-#: ../src/templates/search-form.html:18
-#, c-format
-msgid "No results for '%s'."
-msgstr "Geen resultaten voor '%s'."
+#~ msgid ""
+#~ "The score that is needed for builds to automatically be moved into this "
+#~ "repository."
+#~ msgstr ""
+#~ "De score die nodig is voor builds om automatisch te worden verplaatst "
+#~ "naar deze repository."
-#: ../src/templates/search-form.html:26
-msgid "Type a search pattern into the box below and hit the button."
-msgstr "Typ een zoekpatroon in het invoerveld hieronder en klik op de knop."
+#~ msgid "Minimum time"
+#~ msgstr "Minimale tijd"
-#: ../src/templates/search-form.html:46
-msgid "Search for packages by name or description"
-msgstr "Zoek naar pakketten op naam of omschrijving."
+#~ msgid "Every build must stay a minimum time in a repository."
+#~ msgstr "Iedere build moet een minimale tijd in de repository staan."
-#: ../src/templates/search-form.html:48
-msgid ""
-"If you type a package name to the search box you will get a link to the "
-"package."
-msgstr ""
-"Als u een pakketnaam typt in het zoekvenster dan wordt een link gegeven naar "
-"het pakket."
+#~ msgid "This is to ensure that a package gets tested well."
+#~ msgstr ""
+#~ "Dit wordt gedaan om er zeker van te zijn dat een pakket goed wordt getest."
-#: ../src/templates/search-form.html:49
-msgid "The search is performed in case insensitive mode."
-msgstr "De zoekopdracht is uitgevoerd in niet-hoofdlettergevoelige modus."
+#~ msgid "Enter zero to disable the feature."
+#~ msgstr "Geef nul om deze functie uit te schakelen."
-#: ../src/templates/search-form.html:58
-msgid "Search for UUIDs"
-msgstr "Zoek naar UUID's"
+#~ msgid "Maximum time"
+#~ msgstr "Maximale tijd"
-#: ../src/templates/search-form.html:60
-msgid ""
-"If you type a UUID to the search box, you will be directed to the job, build "
-"or package it belongs to."
-msgstr ""
-"Als u een UUID typt in het zoekvenster, dan wordt u geleid naar de taak, "
-"build of pakket waartoe het behoort."
+#~ msgid ""
+#~ "If a build is more than a certain amount of time in a repository, it will "
+#~ "automatically be removed."
+#~ msgstr "De build wordt na een bepaalde tijd automatisch verwijderd."
-#: ../src/templates/search-form.html:61
-msgid ""
-"This is a handy feature if you have a UUID and search for the corresponding "
-"package or build."
-msgstr ""
-"Dit is een handige functie als u een UUID hebt en zoekt naar het "
-"bijbehorende pakket of build."
+#~ msgid "This is to ensure that packages are not forgotten to be pushed."
+#~ msgstr "Dit is om er zeker van te zijn dat pakketten worden verstuurd."
-#: ../src/templates/search-form.html:64 ../src/templates/search-form.html:80
-msgid "Examples"
-msgstr "Voorbeelden"
+#~ msgid "Build settings"
+#~ msgstr "Build instellingen"
-#: ../src/templates/search-form.html:73
-msgid "Search for files"
-msgstr "Zoeken naar bestanden"
+#~ msgid "Use package for builds?"
+#~ msgstr "Gebruik pakket voor builds?"
-#: ../src/templates/search-form.html:75
-msgid "You may also search for file names."
-msgstr "U kunt ook zoeken op bestandsnamen."
+#~ msgid "Should the package be selected for builds by default?"
+#~ msgstr "Moet het pakket standaard worden geselecteerd voor builds?"
-#: ../src/templates/search-form.html:76
-msgid "You will get a list of packages that contain the file."
-msgstr "U krijgt een lijst met pakketten die het bestand bevatten."
+#~ msgid "Use with caution!"
+#~ msgstr "Voorzichtig met het gebruik hiervan!"
-#: ../src/templates/search-form.html:77
-msgid ""
-"The search pattern must start with a slash that it will be recognized as a "
-"file."
-msgstr ""
-"Het zoekpatroon moet beginnen met een slash zodat het herkend wordt als een "
-"bestand."
+#~ msgid "Advanced search"
+#~ msgstr "Geavanceerd zoeken"
-#: ../src/templates/search-results.html:3
-#: ../src/templates/search-results.html:22
#, c-format
-msgid "Search results for '%s'"
-msgstr "Zoekresultaten voor '%s'"
-
-#: ../src/templates/search-results.html:12
-msgid "Search results"
-msgstr "Zoekresultaten"
+#~ msgid "No results for '%s'."
+#~ msgstr "Geen resultaten voor '%s'."
-#: ../src/templates/search-results.html:28
-msgid "No results found."
-msgstr "Niets gevonden."
+#~ msgid "Type a search pattern into the box below and hit the button."
+#~ msgstr "Typ een zoekpatroon in het invoerveld hieronder en klik op de knop."
-#: ../src/templates/search-results.html:30
-msgid "Visit the advanced search page to find about how to define your query."
-msgstr ""
-"Kijk op de \"geavanceerd zoeken\" pagina hoe uw zoekopdracht moet worden "
-"samengesteld."
-
-#: ../src/templates/search-results.html:75
-#, fuzzy, c-format
-msgid "%s was found in the following package."
-msgstr "%s is gevonden in het volgende pakket."
+#~ msgid "Search for packages by name or description"
+#~ msgstr "Zoek naar pakketten op naam of omschrijving."
-#: ../src/templates/sessions/index.html:36
-msgid "Valid until"
-msgstr "Geldig tot"
+#~ msgid ""
+#~ "If you type a package name to the search box you will get a link to the "
+#~ "package."
+#~ msgstr ""
+#~ "Als u een pakketnaam typt in het zoekvenster dan wordt een link gegeven "
+#~ "naar het pakket."
-#: ../src/templates/sessions/index.html:37
-msgid "Last seen at"
-msgstr "Laatst gezien op"
+#~ msgid "The search is performed in case insensitive mode."
+#~ msgstr "De zoekopdracht is uitgevoerd in niet-hoofdlettergevoelige modus."
-#: ../src/templates/source-list.html:3
-msgid "Sources repositories"
-msgstr "Sources repositories"
+#~ msgid "Search for UUIDs"
+#~ msgstr "Zoek naar UUID's"
-#: ../src/templates/source-list.html:17
-msgid "Add source repository"
-msgstr "Voeg bron-repository toe"
+#~ msgid ""
+#~ "If you type a UUID to the search box, you will be directed to the job, "
+#~ "build or package it belongs to."
+#~ msgstr ""
+#~ "Als u een UUID typt in het zoekvenster, dan wordt u geleid naar de taak, "
+#~ "build of pakket waartoe het behoort."
-#: ../src/templates/source-list.html:18
-msgid "Blah 123"
-msgstr "Blah 123"
+#~ msgid ""
+#~ "This is a handy feature if you have a UUID and search for the "
+#~ "corresponding package or build."
+#~ msgstr ""
+#~ "Dit is een handige functie als u een UUID hebt en zoekt naar het "
+#~ "bijbehorende pakket of build."
-#: ../src/templates/statistics/index.html:11
-msgid ""
-"On this page, you will find a lot of information bundled in graphs and "
-"figures."
-msgstr ""
-"Op deze pagina vindt u veel informatie verzameld in grafieken en cijfers."
+#~ msgid "Examples"
+#~ msgstr "Voorbeelden"
-#: ../src/templates/statistics/index.html:12
-msgid ""
-"They give a very quick overview about what is going on in the build service."
-msgstr "Ze geven een snel overzicht over wat er gaande is in de build-service."
+#~ msgid "Search for files"
+#~ msgstr "Zoeken naar bestanden"
-#: ../src/templates/statistics/index.html:18
-#, c-format
-msgid "The average build time is %.1f minutes."
-msgstr "De gemiddelde build-tijd is %.1f minuten."
+#~ msgid "You may also search for file names."
+#~ msgstr "U kunt ook zoeken op bestandsnamen."
-#: ../src/templates/statistics/index.html:21
-msgid "There are %(builds_count)s builds containing %(jobs_count_all)s jobs."
-msgstr "Er zijn %(builds_count)s builds die %(jobs_count_all)s taken bevatten."
+#~ msgid "You will get a list of packages that contain the file."
+#~ msgstr "U krijgt een lijst met pakketten die het bestand bevatten."
-#: ../src/templates/updates-index.html:3
-msgid "Updates"
-msgstr "Updates"
+#~ msgid ""
+#~ "The search pattern must start with a slash that it will be recognized as "
+#~ "a file."
+#~ msgstr ""
+#~ "Het zoekpatroon moet beginnen met een slash zodat het herkend wordt als "
+#~ "een bestand."
-#: ../src/templates/updates-index.html:6
-msgid "Coming soon..."
-msgstr "Binnenkort..."
+#, c-format
+#~ msgid "Search results for '%s'"
+#~ msgstr "Zoekresultaten voor '%s'"
-#: ../src/templates/uploads-list.html:24
-msgid "Filename"
-msgstr "Bestandsnaam"
+#~ msgid "Search results"
+#~ msgstr "Zoekresultaten"
-#: ../src/templates/uploads-list.html:26
-msgid "Filesize"
-msgstr "Bestandsgrootte"
+#~ msgid "No results found."
+#~ msgstr "Niets gevonden."
-#: ../src/templates/uploads-list.html:27
-msgid "Time running"
-msgstr "Looptijd"
+#~ msgid ""
+#~ "Visit the advanced search page to find about how to define your query."
+#~ msgstr ""
+#~ "Kijk op de \"geavanceerd zoeken\" pagina hoe uw zoekopdracht moet worden "
+#~ "samengesteld."
-#: ../src/templates/uploads-list.html:44
-msgid "No owner."
-msgstr "Geen eigenaar."
+#, fuzzy, c-format
+#~ msgid "%s was found in the following package."
+#~ msgstr "%s is gevonden in het volgende pakket."
-#: ../src/templates/uploads-list.html:74
-msgid "There are currently no uploads running."
-msgstr "Er zijn momenteel geen uploads actief."
+#~ msgid "Valid until"
+#~ msgstr "Geldig tot"
-#: ../src/templates/user-comments.html:4
-msgid "Latest user comments"
-msgstr "Laatste gebruiker commentaar"
+#~ msgid ""
+#~ "On this page, you will find a lot of information bundled in graphs and "
+#~ "figures."
+#~ msgstr ""
+#~ "Op deze pagina vindt u veel informatie verzameld in grafieken en cijfers."
-#: ../src/templates/user-comments.html:12
-msgid "Show all users"
-msgstr "Toon alle gebruikers"
+#~ msgid ""
+#~ "They give a very quick overview about what is going on in the build "
+#~ "service."
+#~ msgstr ""
+#~ "Ze geven een snel overzicht over wat er gaande is in de build-service."
-#: ../src/templates/user-delete.html:4
#, c-format
-msgid "Delete user %s"
-msgstr "Verwijder gebruiker %s"
+#~ msgid "The average build time is %.1f minutes."
+#~ msgstr "De gemiddelde build-tijd is %.1f minuten."
-#: ../src/templates/user-delete.html:8
-msgid "Do you really want to delete your own account?"
-msgstr "Wilt u echt uw eigen account verwijderen?"
+#~ msgid ""
+#~ "There are %(builds_count)s builds containing %(jobs_count_all)s jobs."
+#~ msgstr ""
+#~ "Er zijn %(builds_count)s builds die %(jobs_count_all)s taken bevatten."
-#: ../src/templates/user-delete.html:9
-msgid "You won't be able to login and use this service any more."
-msgstr "U kunt hierna niet meer inloggen en deze service niet meer gebruiken."
+#~ msgid "Updates"
+#~ msgstr "Updates"
-#: ../src/templates/user-delete.html:11
-#, c-format
-msgid "Do you really want to delete the user %s?"
-msgstr "Wilt u echt gebruiker %s verwijderen?"
+#~ msgid "Coming soon..."
+#~ msgstr "Binnenkort..."
-#: ../src/templates/user-forgot-password.html:3
-#: ../src/templates/user-forgot-password.html:12
-#: ../src/templates/user-forgot-password.html:17
-msgid "Forgot password"
-msgstr "Wachtwoord vergeten"
+#~ msgid "Filename"
+#~ msgstr "Bestandsnaam"
-#: ../src/templates/user-forgot-password.html:22
-msgid "Work in progress!"
-msgstr "Werk in uitvoering!"
+#~ msgid "Filesize"
+#~ msgstr "Bestandsgrootte"
-#: ../src/templates/user-forgot-password.html:28
-msgid "You have forgotten you password, eh? Shame on you."
-msgstr "U bent uw wachtwoord vergeten, hè? Schaam je."
+#~ msgid "Time running"
+#~ msgstr "Looptijd"
-#: ../src/templates/user-forgot-password.html:29
-msgid "However, we allow to re-activate your account."
-msgstr "Echter, het is toegestaan om uw account te reactiveren."
+#~ msgid "No owner."
+#~ msgstr "Geen eigenaar."
-#: ../src/templates/user-forgot-password.html:32
-msgid "You need to enter your username below."
-msgstr "Geef uw gebruikersnaam hieronder."
+#~ msgid "There are currently no uploads running."
+#~ msgstr "Er zijn momenteel geen uploads actief."
-#: ../src/templates/user-forgot-password.html:33
-msgid "After that, you will receive an email with intructions how to go on."
-msgstr "Hierna ontvangt u een e-mail met vervolginstructies."
+#~ msgid "Latest user comments"
+#~ msgstr "Laatste gebruiker commentaar"
-#: ../src/templates/user-forgot-password.html:42
-msgid "Your username"
-msgstr "Uw gebruikersnaam"
+#~ msgid "Show all users"
+#~ msgstr "Toon alle gebruikers"
-#: ../src/templates/user-impersonation.html:3
#, c-format
-msgid "Impersonate user %s"
-msgstr "Imiteer gebruiker %s"
-
-#: ../src/templates/user-impersonation.html:7
-msgid "User impersonation"
-msgstr "Gebruiker imitatie"
+#~ msgid "Delete user %s"
+#~ msgstr "Verwijder gebruiker %s"
-#: ../src/templates/user-impersonation.html:17
-msgid ""
-"When impersonating another user, every action you perform will be taking "
-"place as if you had logged in as the user whom will be impersonating."
-msgstr ""
-"Als u een andere gebruiker imiteert, wordt iedere handeling uitgevoerd alsof "
-"u was ingelogd onder de naam van de geïmiteerde gebruiker."
-
-#: ../src/templates/user-impersonation.html:22
-msgid ""
-"This is a very powerful feature. You should be very careful while using it."
-msgstr ""
-"Dit is een zeer krachtige feature. U moet hier zeer voorzichtig mee omgaan."
-
-#: ../src/templates/user-list.html:3
-msgid "User list"
-msgstr "Gebruikerslijst"
-
-#: ../src/templates/user-profile-builds.html:3
-#: ../src/templates/user-profile-builds.html:7
-#, c-format
-msgid "Builds by %s"
-msgstr "Builds van %s"
+#~ msgid "You won't be able to login and use this service any more."
+#~ msgstr ""
+#~ "U kunt hierna niet meer inloggen en deze service niet meer gebruiken."
-#: ../src/templates/user-profile-edit-fail.html:4
-msgid "Edit failed"
-msgstr "Aanpassing mislukt"
+#~ msgid "Forgot password"
+#~ msgstr "Wachtwoord vergeten"
-#: ../src/templates/user-profile-edit-fail.html:7
-msgid "The user profile cannot be saved."
-msgstr "Het gebruikersprofiel kan niet worden opgeslagen."
+#~ msgid "Work in progress!"
+#~ msgstr "Werk in uitvoering!"
-#: ../src/templates/user-profile-edit.html:3
-#: ../src/templates/user-profile-edit.html:26
-#, c-format
-msgid "Edit user profile: %s"
-msgstr "Wijzig gebruikersprofiel: %s"
+#~ msgid "You have forgotten you password, eh? Shame on you."
+#~ msgstr "U bent uw wachtwoord vergeten, hè? Schaam je."
-#: ../src/templates/user-profile-edit.html:34
-msgid "User Identity"
-msgstr "Gebruikersidentiteit"
+#~ msgid "However, we allow to re-activate your account."
+#~ msgstr "Echter, het is toegestaan om uw account te reactiveren."
-#: ../src/templates/user-profile-edit.html:48
-msgid "Real name"
-msgstr "Echte naam"
+#~ msgid "You need to enter your username below."
+#~ msgstr "Geef uw gebruikersnaam hieronder."
-#: ../src/templates/user-profile-edit.html:54
-msgid ""
-"This field is optional, but we appreciate it very much if you type in your "
-"real name."
-msgstr ""
-"Dit is een optioneel veld, maar we waarderen het zeer als u uw echte naam "
-"invoert."
+#~ msgid "After that, you will receive an email with intructions how to go on."
+#~ msgstr "Hierna ontvangt u een e-mail met vervolginstructies."
-#: ../src/templates/user-profile-edit.html:66
-msgid ""
-"If the email address is changed, your account will be disabled until you "
-"confirm the new email address."
-msgstr ""
-"Als het e-mailadres is gewijzigd, wordt uw account uitgezet totdat u het "
-"nieuwe e-mailadres hebt bevestigd."
+#~ msgid "Your username"
+#~ msgstr "Uw gebruikersnaam"
-#: ../src/templates/user-profile-edit.html:74
-msgid "Admin actions"
-msgstr "Admin acties"
+#, c-format
+#~ msgid "Impersonate user %s"
+#~ msgstr "Imiteer gebruiker %s"
-#: ../src/templates/user-profile-edit.html:82
-#: ../src/templates/user-profile.html:52
-msgid "Tester"
-msgstr "Tester"
+#~ msgid "User impersonation"
+#~ msgstr "Gebruiker imitatie"
-#: ../src/templates/user-profile-edit.html:85
-#: ../src/templates/user-profile.html:50
-msgid "Admin"
-msgstr "Admin"
+#~ msgid ""
+#~ "When impersonating another user, every action you perform will be taking "
+#~ "place as if you had logged in as the user whom will be impersonating."
+#~ msgstr ""
+#~ "Als u een andere gebruiker imiteert, wordt iedere handeling uitgevoerd "
+#~ "alsof u was ingelogd onder de naam van de geïmiteerde gebruiker."
-#: ../src/templates/user-profile-edit.html:90
-msgid "Define the permissions of the user."
-msgstr "Bepaal de permissies van de gebruiker."
+#~ msgid ""
+#~ "This is a very powerful feature. You should be very careful while using "
+#~ "it."
+#~ msgstr ""
+#~ "Dit is een zeer krachtige feature. U moet hier zeer voorzichtig mee "
+#~ "omgaan."
-#: ../src/templates/user-profile-edit.html:98
-msgid "Account security settings"
-msgstr "Account beveiligingsinstellingen"
+#~ msgid "User list"
+#~ msgstr "Gebruikerslijst"
-#: ../src/templates/user-profile-edit.html:112
-#: ../src/templates/user-profile-passwd.html:84
-msgid "Confirm"
-msgstr "Bevestig"
+#~ msgid "Edit failed"
+#~ msgstr "Aanpassing mislukt"
-#: ../src/templates/user-profile-edit.html:117
-msgid "Leave the password fields empty to keep the current password."
-msgstr "Laat het wachtwoordveld leeg om het huidige wachtwoord te behouden."
+#~ msgid "The user profile cannot be saved."
+#~ msgstr "Het gebruikersprofiel kan niet worden opgeslagen."
-#: ../src/templates/user-profile-edit.html:124
-msgid "Locale & timezone settings"
-msgstr "Lokale & tijdzone instellingen"
+#, c-format
+#~ msgid "Edit user profile: %s"
+#~ msgstr "Wijzig gebruikersprofiel: %s"
-#: ../src/templates/user-profile-edit.html:127
-msgid "Preferred language"
-msgstr "Voorkeur taal"
+#~ msgid "User Identity"
+#~ msgstr "Gebruikersidentiteit"
-#: ../src/templates/user-profile-edit.html:132
-msgid "Auto-detect will use the language transmitted by your browser."
-msgstr ""
-"Autodetectie maakt gebruik van de taal die door uw webbrowser wordt "
-"verstuurd."
+#~ msgid "Real name"
+#~ msgstr "Echte naam"
-#: ../src/templates/user-profile-edit.html:138
-msgid "Timezone"
-msgstr "Tijdzone"
+#~ msgid ""
+#~ "This field is optional, but we appreciate it very much if you type in "
+#~ "your real name."
+#~ msgstr ""
+#~ "Dit is een optioneel veld, maar we waarderen het zeer als u uw echte naam "
+#~ "invoert."
-#: ../src/templates/user-profile-edit.html:143
-msgid "Auto-detect will use the timezone transmitted by your browser."
-msgstr "Auto-detecteer gebruikt de tijdzone van uw webbrowser."
+#~ msgid ""
+#~ "If the email address is changed, your account will be disabled until you "
+#~ "confirm the new email address."
+#~ msgstr ""
+#~ "Als het e-mailadres is gewijzigd, wordt uw account uitgezet totdat u het "
+#~ "nieuwe e-mailadres hebt bevestigd."
-#: ../src/templates/user-profile-edit.html:150
-msgid "Save"
-msgstr "Opslaan"
+#~ msgid "Admin actions"
+#~ msgstr "Admin acties"
-#: ../src/templates/user-profile.html:23
-msgid "View comments"
-msgstr "Bekijk commentaar"
+#~ msgid "Admin"
+#~ msgstr "Admin"
-#: ../src/templates/user-profile.html:41
-msgid "Email"
-msgstr "E-mail"
+#~ msgid "Define the permissions of the user."
+#~ msgstr "Bepaal de permissies van de gebruiker."
-#: ../src/templates/user-profile.html:61
-msgid "Registered"
-msgstr "Geregistreerd"
+#~ msgid "Account security settings"
+#~ msgstr "Account beveiligingsinstellingen"
-#: ../src/templates/user-profile.html:80
-msgid "Edit profile"
-msgstr "Wijzig profiel"
+#~ msgid "Confirm"
+#~ msgstr "Bevestig"
-#: ../src/templates/user-profile.html:86
-#: ../src/templates/user-profile-passwd.html:3
-#: ../src/templates/user-profile-passwd.html:20
-#: ../src/templates/user-profile-passwd.html:25
-#: ../src/templates/user-profile-passwd.html:95
-#: ../src/templates/user-profile-passwd-ok.html:20
-msgid "Change password"
-msgstr "Wijzig wachtwoord"
+#~ msgid "Leave the password fields empty to keep the current password."
+#~ msgstr "Laat het wachtwoordveld leeg om het huidige wachtwoord te behouden."
-#: ../src/templates/user-profile.html:94
-msgid "Delete account"
-msgstr "Verwijder account"
+#~ msgid "Locale & timezone settings"
+#~ msgstr "Lokale & tijdzone instellingen"
-#: ../src/templates/user-profile.html:101
-msgid "Impersonate user"
-msgstr "Imiteer gebruiker"
+#~ msgid "Preferred language"
+#~ msgstr "Voorkeur taal"
-#: ../src/templates/user-profile.html:121
-msgid "Permissions"
-msgstr "Permissies"
+#~ msgid "Auto-detect will use the language transmitted by your browser."
+#~ msgstr ""
+#~ "Autodetectie maakt gebruik van de taal die door uw webbrowser wordt "
+#~ "verstuurd."
-#: ../src/templates/user-profile.html:125
-msgid "This user has administration rights."
-msgstr "Deze gebruiker heeft beheerdersrechten."
+#~ msgid "Timezone"
+#~ msgstr "Tijdzone"
-#: ../src/templates/user-profile.html:132
-msgid "User is allowed to create scratch builds?"
-msgstr "Is gebruiker gemachtigd om scratch-builds aan te maken?"
+#~ msgid "Auto-detect will use the timezone transmitted by your browser."
+#~ msgstr "Auto-detecteer gebruikt de tijdzone van uw webbrowser."
-#: ../src/templates/user-profile-need-activation.html:4
-msgid "Edit successful"
-msgstr "Bewerking succesvol"
+#~ msgid "View comments"
+#~ msgstr "Bekijk commentaar"
-#: ../src/templates/user-profile-need-activation.html:6
-msgid "The user profile was successfully altered."
-msgstr "Het gebruikersprofiel is succesvol aangepast."
+#~ msgid "Email"
+#~ msgstr "E-mail"
-#: ../src/templates/user-profile-need-activation.html:7
-msgid ""
-"But as you have changed the email address, you need to re-activate the "
-"account."
-msgstr ""
-"Omdat u het e-mailadres zojuist hebt aangepast, moet het account opnieuw "
-"worden geactiveerd."
+#~ msgid "Edit profile"
+#~ msgstr "Wijzig profiel"
-#: ../src/templates/user-profile-need-activation.html:8
-msgid "Have a look at you mailbox - you already do know what to do."
-msgstr "Kijk in uw mailbox - u weet al wat u moet doen."
+#~ msgid "Change password"
+#~ msgstr "Wijzig wachtwoord"
-#: ../src/templates/user-profile-passwd.html:32
-msgid "You are going to change your password."
-msgstr "U gaat nu uw wachtwoord wijzigen."
+#~ msgid "Delete account"
+#~ msgstr "Verwijder account"
-#: ../src/templates/user-profile-passwd.html:35
-msgid ""
-"To do so, you need to enter your current password and the new password twice."
-msgstr ""
-"Daarvoor geeft u uw huidige wachtwoord op en tweemaal het nieuwe wachtwoord."
+#~ msgid "Impersonate user"
+#~ msgstr "Imiteer gebruiker"
-#: ../src/templates/user-profile-passwd.html:39
-#, c-format
-msgid "In this dialog, you may change the password of %s."
-msgstr "In dit dialoogvenster kunt u het wachtwoord van %s veranderen."
+#~ msgid "Permissions"
+#~ msgstr "Permissies"
-#: ../src/templates/user-profile-passwd.html:61
-msgid "Old password"
-msgstr "Oude wachtwoord"
+#~ msgid "This user has administration rights."
+#~ msgstr "Deze gebruiker heeft beheerdersrechten."
-#: ../src/templates/user-profile-passwd.html:66
-msgid "Please provide your old password."
-msgstr "Geef uw oude wachtwoord alstublieft."
+#~ msgid "User is allowed to create scratch builds?"
+#~ msgstr "Is gebruiker gemachtigd om scratch-builds aan te maken?"
-#: ../src/templates/user-profile-passwd.html:73
-msgid "New password"
-msgstr "Nieuwe wachtwoord"
+#~ msgid "Edit successful"
+#~ msgstr "Bewerking succesvol"
-#: ../src/templates/user-profile-passwd.html:78
-msgid "Choose a new password. Make sure that it is as strong as possible."
-msgstr ""
-"Kies een nieuw wachtwoord. Verzeker u ervan dat het zo sterk is als mogelijk."
+#~ msgid "The user profile was successfully altered."
+#~ msgstr "Het gebruikersprofiel is succesvol aangepast."
-#: ../src/templates/user-profile-passwd.html:89
-msgid "Confirm the new password."
-msgstr "Bevestig het nieuwe wachtwoord."
+#~ msgid ""
+#~ "But as you have changed the email address, you need to re-activate the "
+#~ "account."
+#~ msgstr ""
+#~ "Omdat u het e-mailadres zojuist hebt aangepast, moet het account opnieuw "
+#~ "worden geactiveerd."
-#: ../src/templates/user-profile-passwd-ok.html:3
-#: ../src/templates/user-profile-passwd-ok.html:29
-msgid "Password changed"
-msgstr "Wachtwoord is gewijzigd"
+#~ msgid "Have a look at you mailbox - you already do know what to do."
+#~ msgstr "Kijk in uw mailbox - u weet al wat u moet doen."
-#: ../src/templates/user-profile-passwd-ok.html:24
-msgid "Done!"
-msgstr "Klaar!"
+#~ msgid "You are going to change your password."
+#~ msgstr "U gaat nu uw wachtwoord wijzigen."
-#: ../src/templates/user-profile-passwd-ok.html:37
-msgid "Your password has successfully been changed."
-msgstr "Uw wachtwoord is succesvol gewijzigd."
+#~ msgid ""
+#~ "To do so, you need to enter your current password and the new password "
+#~ "twice."
+#~ msgstr ""
+#~ "Daarvoor geeft u uw huidige wachtwoord op en tweemaal het nieuwe "
+#~ "wachtwoord."
-#: ../src/templates/user-profile-passwd-ok.html:41
#, c-format
-msgid "The password of %s has successfully been changed."
-msgstr "Het wachtwoord van %s is succesvol gewijzigd."
+#~ msgid "In this dialog, you may change the password of %s."
+#~ msgstr "In dit dialoogvenster kunt u het wachtwoord van %s veranderen."
-#: ../src/templates/user-profile-passwd-ok.html:46
-msgid "Ok"
-msgstr "Ok"
+#~ msgid "Old password"
+#~ msgstr "Oude wachtwoord"
-#: ../src/web/handlers_auth.py:65
-msgid "No username provided."
-msgstr "Geen gebruikersnaam opgegeven."
+#~ msgid "Please provide your old password."
+#~ msgstr "Geef uw oude wachtwoord alstublieft."
-#: ../src/web/handlers_auth.py:67
-msgid "The given username is already taken."
-msgstr "Deze gebruikersnaam is al in gebruik."
+#~ msgid "New password"
+#~ msgstr "Nieuwe wachtwoord"
-#: ../src/web/handlers_auth.py:70 ../src/web/handlers_users.py:177
-msgid "No email address provided."
-msgstr "Geen e-mailadres opgegeven."
+#~ msgid "Choose a new password. Make sure that it is as strong as possible."
+#~ msgstr ""
+#~ "Kies een nieuw wachtwoord. Verzeker u ervan dat het zo sterk is als "
+#~ "mogelijk."
-#: ../src/web/handlers_auth.py:72 ../src/web/handlers_users.py:179
-msgid "Email address is invalid."
-msgstr "E-mailadres is ongeldig."
+#~ msgid "Confirm the new password."
+#~ msgstr "Bevestig het nieuwe wachtwoord."
-#: ../src/web/handlers_auth.py:74
-msgid "The given email address is already used for another account."
-msgstr "Dit e-mailadres is al in gebruik door een ander account."
+#~ msgid "Password changed"
+#~ msgstr "Wachtwoord is gewijzigd"
-#: ../src/web/handlers_auth.py:78
-msgid "No password provided."
-msgstr "Geen wachtwoord opgegeven."
+#~ msgid "Done!"
+#~ msgstr "Klaar!"
-#: ../src/web/handlers_auth.py:80 ../src/web/handlers_users.py:185
-msgid "Passwords do not match."
-msgstr "Wachtwoorden zijn niet gelijk."
+#~ msgid "Your password has successfully been changed."
+#~ msgstr "Uw wachtwoord is succesvol gewijzigd."
-#: ../src/web/handlers_auth.py:84
-msgid "Your password is too weak."
-msgstr "Uw wachtwoord is te zwak"
+#, c-format
+#~ msgid "The password of %s has successfully been changed."
+#~ msgstr "Het wachtwoord van %s is succesvol gewijzigd."
-#: ../src/web/handlers_builds.py:368
-msgid "User not found."
-msgstr "Gebruiker niet gevonden."
+#~ msgid "Ok"
+#~ msgstr "Ok"
-#: ../src/web/handlers_users.py:112
-msgid "You need to enter you current password."
-msgstr "U moet uw huidige wachtwoord invoeren."
+#~ msgid "No username provided."
+#~ msgstr "Geen gebruikersnaam opgegeven."
-#: ../src/web/handlers_users.py:115
-msgid "The provided account password is wrong."
-msgstr "Het gegeven wachtwoord is fout."
+#~ msgid "The given username is already taken."
+#~ msgstr "Deze gebruikersnaam is al in gebruik."
-#: ../src/web/handlers_users.py:124
-msgid "The given passwords do not match."
-msgstr "De gegeven wachtwoorden zijn niet gelijk."
+#~ msgid "No email address provided."
+#~ msgstr "Geen e-mailadres opgegeven."
-#: ../src/web/handlers_users.py:126
-msgid "The password was blank."
-msgstr "Het wachtwoord was leeg."
+#~ msgid "Email address is invalid."
+#~ msgstr "E-mailadres is ongeldig."
-#: ../src/web/handlers_users.py:130
-msgid "The given password is too weak."
-msgstr "Het gegeven wachtwoord is te zwak."
+#~ msgid "The given email address is already used for another account."
+#~ msgstr "Dit e-mailadres is al in gebruik door een ander account."
-#: ../src/web/handlers_users.py:183
-msgid "Password has less than 8 characters."
-msgstr "Wachtwoord heeft minder dan 8 tekens."
+#~ msgid "No password provided."
+#~ msgstr "Geen wachtwoord opgegeven."
-#: ../src/web/__init__.py:327
-#, python-format
-msgid "%(min)d min"
-msgstr ""
+#~ msgid "Passwords do not match."
+#~ msgstr "Wachtwoorden zijn niet gelijk."
-#: ../src/web/__init__.py:329
-#, python-format
-msgid "%(hrs)d:%(min)02d hrs"
-msgstr ""
+#~ msgid "Your password is too weak."
+#~ msgstr "Uw wachtwoord is te zwak"
-#: ../src/web/__init__.py:336
-#, python-format
-msgid "%dh"
-msgstr ""
+#~ msgid "You need to enter you current password."
+#~ msgstr "U moet uw huidige wachtwoord invoeren."
-#: ../src/web/__init__.py:340
-#, python-format
-msgid "%dm"
-msgstr ""
+#~ msgid "The provided account password is wrong."
+#~ msgstr "Het gegeven wachtwoord is fout."
-#: ../src/web/__init__.py:342
-#, python-format
-msgid "%ds"
-msgstr ""
+#~ msgid "The given passwords do not match."
+#~ msgstr "De gegeven wachtwoorden zijn niet gelijk."
-#: ../src/web/ui_modules.py:172
-msgid "Today"
-msgstr "Vandaag"
+#~ msgid "The password was blank."
+#~ msgstr "Het wachtwoord was leeg."
-#: ../src/web/ui_modules.py:177
-msgid "Yesterday"
-msgstr "Gisteren"
+#~ msgid "The given password is too weak."
+#~ msgstr "Het gegeven wachtwoord is te zwak."
-#: ../src/web/ui_modules.py:305
-msgid "Dependency problem"
-msgstr "Afhankelijkheidsprobleem"
+#~ msgid "Password has less than 8 characters."
+#~ msgstr "Wachtwoord heeft minder dan 8 tekens."
-#: ../src/web/ui_modules.py:346
-#, python-format
-msgid "Unknown: %s"
-msgstr "Onbekend: %s"
+#~ msgid "Dependency problem"
+#~ msgstr "Afhankelijkheidsprobleem"
#~ msgid "January"
#~ msgstr "Januari"
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-06 16:39+0100\n"
+"POT-Creation-Date: 2022-10-12 13:55+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-#: ../src/buildservice/builds.py:1109
-#, python-format
-msgid "%(user_name)s commented on %(build_name)s"
-msgstr ""
-
-#: ../src/buildservice/constants.py:56
-#, python-format
-msgid "[%(build_name)s] Build job failed."
-msgstr ""
-
-#: ../src/buildservice/constants.py:57
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has failed.\n"
-"\n"
-"This could have a couple of reasons and needs to be investigated by you.\n"
-"\n"
-"Here is more information about the incident:\n"
-"\n"
-" Build name: %(build_name)s\n"
-" Build host: %(build_host)s\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/constants.py:74
-#, python-format
-msgid "[%(build_name)s] Build job finished."
-msgstr ""
-
-#: ../src/buildservice/constants.py:75
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has finished.\n"
-"\n"
-"If you are the maintainer, it is up to you to push it to one or more "
-"repositories.\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/logs.py:67
msgid "Build has been created"
msgstr ""
-#: ../src/buildservice/logs.py:106 ../src/buildservice/logs.py:170
-#: ../src/buildservice/logs.py:230 ../src/buildservice/logs.py:305
msgid "Unknown action."
msgstr ""
-#: ../src/buildservice/logs.py:117 ../src/buildservice/logs.py:186
-#: ../src/buildservice/logs.py:247 ../src/buildservice/logs.py:321
-#: ../src/templates/builders/detail.html:161
-#: ../src/templates/builders/list.html:59 ../src/templates/jobs-detail.html:82
-#: ../src/templates/mirrors-list.html:72 ../src/web/__init__.py:307
msgid "Unknown"
msgstr ""
-#: ../src/buildservice/logs.py:124 ../src/buildservice/logs.py:130
-#: ../src/templates/builders/detail.html:143
-#: ../src/templates/builders/detail.html:149
-#: ../src/templates/builders/detail.html:170
-#: ../src/templates/builders/detail.html:210
-#: ../src/templates/builders/detail.html:224
-#: ../src/templates/jobs-buildroot.html:87
-#: ../src/templates/mirrors-detail.html:67
-#: ../src/templates/mirrors-list.html:56 ../src/templates/mirrors-list.html:81
-#: ../src/templates/modules/jobs/list.html:44
-#: ../src/templates/modules/jobs-table.html:42
-#: ../src/templates/modules/repository-table.html:14
-#: ../src/templates/sessions/index.html:50
-#: ../src/templates/uploads-list.html:55
msgid "N/A"
msgstr ""
-#: ../src/buildservice/logs.py:136
#, python-format
msgid "This build was pushed to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:138
#, python-format
msgid "You pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:140
#, python-format
msgid "%(user)s pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:144
#, python-format
msgid "This build was unpushed from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:146
#, python-format
msgid "You unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:148
#, python-format
msgid "%(user)s unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:152
#, python-format
msgid ""
"This build was pushed from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:154
#, python-format
msgid ""
"You pushed this build from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:156
#, python-format
msgid ""
"%(user)s pushed this build from the repository '%(from_repo)s' to "
"'%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:192
#, python-format
msgid "Builder '%(builder)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:194
#, python-format
msgid "You enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:196
#, python-format
msgid "%(user)s enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:200
#, python-format
msgid "Builder '%(builder)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:202
#, python-format
msgid "You disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:204
#, python-format
msgid "%(user)s disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:208
#, python-format
msgid "You deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:210
#, python-format
msgid "%(user)s deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:214
#, python-format
msgid "You created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:216
#, python-format
msgid "%(user)s created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:253
#, python-format
msgid "Job '%(job)s' has been created."
msgstr ""
-#: ../src/buildservice/logs.py:255
#, python-format
msgid "You created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:257
#, python-format
msgid "%(user)s created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:261
#, python-format
msgid "Job '%(job)s' has changed its state to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:263
#, python-format
msgid "You changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:265
#, python-format
msgid "%(user)s changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:269
#, python-format
msgid "Job '%(job)s' has been reset."
msgstr ""
-#: ../src/buildservice/logs.py:271
#, python-format
msgid "You reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:273
#, python-format
msgid "%(user)s has reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:277
#, python-format
msgid "Job '%(job)s' has been scheduled for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:279
#, python-format
msgid "You scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:281
#, python-format
msgid "%(user)s scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:287
#, python-format
msgid "A test job for '%(job)s' has been scheduled."
msgstr ""
-#: ../src/buildservice/logs.py:289
#, python-format
msgid "You scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:291
#, python-format
msgid "%(user)s scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:327
#, python-format
msgid "Mirror '%(mirror)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:329
#, python-format
msgid "You enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:331
#, python-format
msgid "%(user)s enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:335
#, python-format
msgid "Mirror '%(mirror)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:337
#, python-format
msgid "You disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:339
#, python-format
msgid "%(user)s disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:343
#, python-format
msgid "You deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:345
#, python-format
msgid "%(user)s deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:349
#, python-format
msgid "You created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:351
#, python-format
msgid "%(user)s created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/users.py:459
-msgid "Account Activation"
-msgstr ""
-
-#: ../src/buildservice/users.py:461
-msgid ""
-"You, or somebody using your email address, has registered an account on the "
-"Pakfire Build Service."
-msgstr ""
-
-#: ../src/buildservice/users.py:463
-msgid "To activate your account, please click on the link below."
+msgid "No title given"
msgstr ""
-#: ../src/templates/base.html:4
-msgid "No title given"
+msgid "Menu"
msgstr ""
-#: ../src/templates/base.html:29 ../src/templates/index.html:16
msgid "Pakfire Build Service"
msgstr ""
-#: ../src/templates/base.html:34 ../src/templates/build-bugs.html:12
-#: ../src/templates/build-delete.html:12 ../src/templates/build-detail.html:12
-#: ../src/templates/build-schedule-test.html:12
-#: ../src/templates/build-state.html:12
-#: ../src/templates/builds-watchers-add.html:12
-#: ../src/templates/jobs-buildroot.html:12
-#: ../src/templates/jobs-buildroot.html:48
-#: ../src/templates/job-schedule-rebuild.html:12
-#: ../src/templates/job-schedule-test.html:12
-#: ../src/templates/jobs-detail.html:12 ../src/templates/package-detail.html:12
-#: ../src/templates/package-detail-list.html:12
-#: ../src/templates/package-properties.html:12
-#: ../src/templates/packages/builds/scratch.html:12
-#: ../src/templates/packages/builds/times.html:12
-#: ../src/templates/packages/changelog.html:12
-#: ../src/templates/packages-list.html:12
-#: ../src/templates/packages/view-file.html:12
-#: ../src/templates/search-results.html:50
msgid "Packages"
msgstr ""
-#: ../src/templates/base.html:37 ../src/templates/build-index.html:3
-#: ../src/templates/build-index.html:12 ../src/templates/build-index.html:26
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-#: ../src/templates/builds/comments.html:12
-#: ../src/templates/distro-update-edit.html:20
-#: ../src/templates/docs-base.html:33 ../src/templates/docs-build.html:16
-#: ../src/templates/docs-index.html:43
-#: ../src/templates/statistics/index.html:15
msgid "Builds"
msgstr ""
-#: ../src/templates/base.html:41
msgid "More"
msgstr ""
-#: ../src/templates/base.html:47 ../src/templates/docs-build.html:3
-#: ../src/templates/docs-build.html:12 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-index.html:12 ../src/templates/docs-users.html:3
-#: ../src/templates/docs-users.html:12 ../src/templates/docs-users.html:21
-#: ../src/templates/docs-whatsthis.html:3
-#: ../src/templates/docs-whatsthis.html:12
-#: ../src/templates/docs-whatsthis.html:21
-msgid "Documentation"
-msgstr ""
-
-#: ../src/templates/base.html:53 ../src/templates/search-form.html:12
-#: ../src/templates/search-form.html:22
-msgid "Search"
-msgstr ""
-
-#: ../src/templates/base.html:60 ../src/templates/distro-detail.html:12
-#: ../src/templates/distro-list.html:3 ../src/templates/distro-list.html:12
-#: ../src/templates/distro-list.html:18
-#: ../src/templates/distro-source-commit-detail.html:12
-#: ../src/templates/distro-source-commit-reset.html:10
-#: ../src/templates/distro-source-detail.html:10
-#: ../src/templates/repository-detail.html:14
msgid "Distributions"
msgstr ""
-#: ../src/templates/base.html:66 ../src/templates/builders/delete.html:12
-#: ../src/templates/builders/detail.html:12
-#: ../src/templates/builders/edit.html:12 ../src/templates/builders/list.html:3
-#: ../src/templates/builders/list.html:12
-#: ../src/templates/builders/list.html:17 ../src/templates/builders/new.html:12
-#: ../src/templates/builders/pass.html:10
msgid "Builders"
msgstr ""
-#: ../src/templates/base.html:72 ../src/templates/mirrors-delete.html:12
-#: ../src/templates/mirrors-detail.html:12
-#: ../src/templates/mirrors-edit.html:12 ../src/templates/mirrors-list.html:3
-#: ../src/templates/mirrors-list.html:12 ../src/templates/mirrors-list.html:32
-#: ../src/templates/mirrors-new.html:12
msgid "Mirrors"
msgstr ""
-#: ../src/templates/base.html:78 ../src/templates/keys-delete.html:12
-#: ../src/templates/keys-import.html:12 ../src/templates/keys-list.html:3
-#: ../src/templates/keys-list.html:12 ../src/templates/keys-list.html:17
-msgid "Key Management"
-msgstr ""
-
-#: ../src/templates/base.html:86 ../src/templates/docs-base.html:34
-#: ../src/templates/docs-index.html:46 ../src/templates/docs-users.html:24
-#: ../src/templates/docs-users.html:48 ../src/templates/search-results.html:96
-#: ../src/templates/user-list.html:12 ../src/templates/user-list.html:17
-#: ../src/templates/user-profile-edit.html:12
-#: ../src/templates/user-profile.html:12
-#: ../src/templates/user-profile-passwd.html:12
-#: ../src/templates/user-profile-passwd-ok.html:12
msgid "Users"
msgstr ""
-#: ../src/templates/base.html:94 ../src/templates/statistics/index.html:3
-#: ../src/templates/statistics/index.html:7
-msgid "Statistics"
-msgstr ""
-
-#: ../src/templates/base.html:101
-msgid "Administration"
+msgid "My Profile"
msgstr ""
-#: ../src/templates/base.html:106 ../src/templates/sessions/index.html:3
-#: ../src/templates/sessions/index.html:12
-#: ../src/templates/sessions/index.html:17
-msgid "Sessions"
+msgid "My Builds"
msgstr ""
-#: ../src/templates/base.html:112 ../src/templates/uploads-list.html:3
-#: ../src/templates/uploads-list.html:12 ../src/templates/uploads-list.html:17
-msgid "Uploads"
+msgid "Log Out"
msgstr ""
-#: ../src/templates/base.html:132
-msgid "My profile"
+msgid "Sign In"
msgstr ""
-#: ../src/templates/base.html:138
-msgid "My builds"
+msgid "Delete build"
msgstr ""
-#: ../src/templates/base.html:143
-msgid "Impersonated by"
+msgid "Home"
msgstr ""
-#: ../src/templates/base.html:153
-msgid "End impersonation"
+msgid "Delete"
msgstr ""
-#: ../src/templates/base.html:160
-msgid "Logout"
+#, c-format
+msgid "You are about to delete build %s."
msgstr ""
-#: ../src/templates/base.html:168 ../src/templates/docs-users.html:56
-msgid "Register"
+msgid "Please make sure, that this is the right build you intend to delete."
msgstr ""
-#: ../src/templates/base.html:172
-msgid "Sign in"
+msgid "Once a build has been deleted, it can not been recovered."
msgstr ""
-#: ../src/templates/base.html:184
-msgid "Forgot your password?"
+msgid "Cancel"
msgstr ""
-#: ../src/templates/build-bugs.html:3
-msgid "Bug list"
+#, c-format
+msgid "Manage build %s"
msgstr ""
-#: ../src/templates/build-bugs.html:8 ../src/templates/build-delete.html:8
-#: ../src/templates/build-detail.html:8 ../src/templates/builders/delete.html:8
-#: ../src/templates/builders/detail.html:8
-#: ../src/templates/builders/edit.html:8 ../src/templates/builders/list.html:8
-#: ../src/templates/builders/new.html:8 ../src/templates/builders/pass.html:6
-#: ../src/templates/build-index.html:8
-#: ../src/templates/build-schedule-test.html:8
-#: ../src/templates/builds/comments.html:8 ../src/templates/build-state.html:8
-#: ../src/templates/builds-watchers-add.html:8
-#: ../src/templates/distro-detail.html:8 ../src/templates/distro-list.html:8
-#: ../src/templates/distro-source-commit-detail.html:8
-#: ../src/templates/distro-source-commit-reset.html:6
-#: ../src/templates/distro-source-detail.html:6
-#: ../src/templates/docs-build.html:8 ../src/templates/docs-index.html:8
-#: ../src/templates/docs-users.html:8 ../src/templates/docs-whatsthis.html:8
-#: ../src/templates/jobs-buildroot.html:8
-#: ../src/templates/job-schedule-rebuild.html:8
-#: ../src/templates/job-schedule-test.html:8
-#: ../src/templates/jobs-detail.html:8 ../src/templates/jobs-filter.html:8
-#: ../src/templates/jobs-index.html:8 ../src/templates/keys-delete.html:8
-#: ../src/templates/keys-import.html:8 ../src/templates/keys-list.html:8
-#: ../src/templates/mirrors-delete.html:8
-#: ../src/templates/mirrors-detail.html:8 ../src/templates/mirrors-edit.html:8
-#: ../src/templates/mirrors-list.html:8 ../src/templates/mirrors-new.html:8
-#: ../src/templates/modules/package-header.html:9
-#: ../src/templates/package-detail.html:8
-#: ../src/templates/package-detail-list.html:8
-#: ../src/templates/package-properties.html:8
-#: ../src/templates/packages/builds/scratch.html:8
-#: ../src/templates/packages/builds/times.html:8
-#: ../src/templates/packages/changelog.html:8
-#: ../src/templates/packages-list.html:8
-#: ../src/templates/packages/view-file.html:8
-#: ../src/templates/register-activation-fail.html:8
-#: ../src/templates/register-activation-success.html:8
-#: ../src/templates/register.html:8 ../src/templates/repository-detail.html:10
-#: ../src/templates/search-form.html:8 ../src/templates/search-results.html:8
-#: ../src/templates/sessions/index.html:8 ../src/templates/uploads-list.html:8
-#: ../src/templates/user-forgot-password.html:8
-#: ../src/templates/user-list.html:8 ../src/templates/user-profile-edit.html:8
-#: ../src/templates/user-profile.html:8
-#: ../src/templates/user-profile-passwd.html:8
-#: ../src/templates/user-profile-passwd-ok.html:8
-msgid "Home"
+msgid "Manage build"
msgstr ""
-#: ../src/templates/build-bugs.html:29 ../src/templates/build-detail.html:75
-msgid "Fixed bugs"
+msgid "Distribution"
msgstr ""
-#: ../src/templates/build-bugs.html:33
-msgid "No bugs here, yet."
+msgid "Not all jobs are finished"
msgstr ""
-#: ../src/templates/build-bugs.html:34
-msgid "Click below to add one."
+msgid "Not all jobs of this build are finished, yet."
msgstr ""
-#: ../src/templates/build-bugs.html:45
-msgid "Add"
+msgid ""
+"It is <strong>strongly discouraged</strong> to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/build-bugs.html:50 ../src/templates/keys-list.html:63
-msgid "Remove"
+msgid ""
+"However, the build will be automatically unpushed if one or more build jobs "
+"fail."
msgstr ""
-#: ../src/templates/build-bugs.html:57 ../src/templates/user-delete.html:18
-msgid "Back"
+msgid "Push to a repository"
msgstr ""
-#: ../src/templates/build-bugs.html:71
-msgid "Add a bug"
+msgid "Push to next repository"
msgstr ""
-#: ../src/templates/build-bugs.html:77 ../src/templates/build-bugs.html:134
-msgid "Bug ID"
+msgid "Push to first repository"
msgstr ""
-#: ../src/templates/build-bugs.html:84
-msgid "Enter a bug ID."
+msgid "New repository"
msgstr ""
-#: ../src/templates/build-bugs.html:93
-msgid "This is a list of more open bugs of this package."
+msgid "This is the target repository for the build."
msgstr ""
-#: ../src/templates/build-bugs.html:96
-msgid "Maybe you want to pick one of these."
+msgid "Push"
msgstr ""
-#: ../src/templates/build-bugs.html:115
-msgid "Add bug"
+msgid "Unpush"
msgstr ""
-#: ../src/templates/build-bugs.html:116 ../src/templates/build-bugs.html:165
-#: ../src/templates/build-delete.html:47
-#: ../src/templates/builders/delete.html:39
-#: ../src/templates/build-manage.html:79 ../src/templates/keys-delete.html:43
-#: ../src/templates/mirrors-delete.html:36
-#: ../src/templates/mirrors-edit.html:82
-#: ../src/templates/modules/modal-base.html:28
-#: ../src/templates/modules/modal-build-comment.html:59
-#: ../src/templates/package-properties.html:94
-#: ../src/templates/user-profile-edit.html:151
-#: ../src/templates/user-profile-passwd.html:96
-msgid "Cancel"
+msgid "Switch to user mode"
msgstr ""
-#: ../src/templates/build-bugs.html:128
-msgid "Remove a bug"
+msgid "Switch to admin mode"
msgstr ""
-#: ../src/templates/build-bugs.html:141
-msgid "Enter a bug ID from the list below."
+#, c-format
+msgid "Schedule test build for %s"
msgstr ""
-#: ../src/templates/build-bugs.html:164
-msgid "Remove bug"
+msgid "Schedule test build"
msgstr ""
-#: ../src/templates/build-delete.html:3 ../src/templates/build-delete.html:46
-#: ../src/templates/build-detail.html:151
-msgid "Delete build"
+msgid ""
+"A test build is used to check if a package builds with the current package "
+"set."
msgstr ""
-#: ../src/templates/build-delete.html:24
-#: ../src/templates/builders/delete.html:20
-#: ../src/templates/keys-delete.html:20 ../src/templates/mirrors-delete.html:20
-#: ../src/templates/repository-detail.html:116
-msgid "Delete"
+msgid ""
+"In this way, developers are able to find quality issues fast and without "
+"actively searching for them."
msgstr ""
-#: ../src/templates/build-delete.html:34
-#, c-format
-msgid "You are about to delete build %s."
+msgid ""
+"As this build platform only has a limited amount of performance, test builds "
+"only have a very less priority."
msgstr ""
-#: ../src/templates/build-delete.html:39
-msgid "Please make sure, that this is the right build you intend to delete."
+msgid "However, you can manually request to run a test."
msgstr ""
-#: ../src/templates/build-delete.html:40
-msgid "Once a build has been deleted, it can not been recovered."
+msgid ""
+"The build job will be started when a build slot is available but not before "
+"the given time."
msgstr ""
-#: ../src/templates/build-detail.html:3 ../src/templates/build-state.html:3
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/builds-watchers-list.html:31
-#: ../src/templates/modules/build-table.html:14
-#: ../src/templates/modules/log-table.html:10
-#: ../src/templates/package-detail.html:109
msgid "Build"
msgstr ""
-#: ../src/templates/build-detail.html:43
-msgid "Score"
+msgid "State"
msgstr ""
-#: ../src/templates/build-detail.html:46
-msgid "(broken)"
+msgid ""
+"The state of a build can be either building, testing, stable, obsolete or "
+"broken."
msgstr ""
-#: ../src/templates/build-detail.html:48
-msgid "(obsolete)"
+msgid "Mark build as obsolete"
msgstr ""
-#: ../src/templates/build-detail.html:57
-msgid "Security update"
+msgid ""
+"If a package is updated by an other package it should be marked as "
+"<em>obsolete</em>."
msgstr ""
-#: ../src/templates/build-detail.html:60
-msgid "Bug fix update"
+msgid ""
+"For obsolete builds, there will be no test jobs created and it is "
+"recommended to remove them from the repositories soon."
msgstr ""
-#: ../src/templates/build-detail.html:63
-msgid "Enhancement"
+msgid "Remove build from the repository it is currently in?"
msgstr ""
-#: ../src/templates/build-detail.html:66
-msgid "New package"
+msgid "Unbreak this build"
msgstr ""
-#: ../src/templates/build-detail.html:68
-#, c-format
-msgid "Unhandled: %s"
+msgid ""
+"In case this build has accidentially be marked as broken, it is possible to "
+"recover that state."
msgstr ""
-#: ../src/templates/build-detail.html:98
-#: ../src/templates/distro-source-commit-detail.html:55
-#: ../src/templates/modules/changelog/entry.html:36
-#: ../src/templates/modules/commits-table.html:5
-msgid "Author"
+msgid "Mark build as broken"
msgstr ""
-#: ../src/templates/build-detail.html:100
-#: ../src/templates/distro-source-commit-detail.html:3
-#: ../src/templates/modules/commits-table.html:4
-#: ../src/templates/package-detail.html:137
-msgid "Commit"
+msgid ""
+"If a package does not build or contains <em>serious</em> bugs, it should be "
+"marked as broken."
msgstr ""
-#: ../src/templates/build-detail.html:103
-#: ../src/templates/modules/changelog/entry.html:41
-msgid "No commit message."
+msgid ""
+"Those builds can not be added into any repositories and are removed from all "
+"repositories they may currently be in."
msgstr ""
-#: ../src/templates/build-detail.html:117
-#: ../src/templates/modules/modal-build-comment.html:18
-msgid "Comment"
+msgid "Current repository"
msgstr ""
-#: ../src/templates/build-detail.html:121
-#: ../src/templates/builders/detail.html:242
-#: ../src/templates/jobs-detail.html:175 ../src/templates/log.html:4
-#: ../src/templates/mirrors-detail.html:119
-#: ../src/templates/mirrors-list.html:95
-msgid "Log"
+#, c-format
+msgid "since %s"
msgstr ""
-#: ../src/templates/build-detail.html:130
-#: ../src/templates/builders/list.html:32 ../src/templates/jobs-filter.html:12
-#: ../src/templates/jobs-index.html:3 ../src/templates/jobs-index.html:12
-#: ../src/templates/jobs-index.html:23
-#: ../src/templates/modules/build-table.html:15
-msgid "Jobs"
+#, c-format
+msgid "Delete builder %s"
msgstr ""
-#: ../src/templates/build-detail.html:134
-#: ../src/templates/package-detail.html:39
-#: ../src/templates/package-detail.html:100
-msgid "Source package"
+#, c-format
+msgid "Delete builder: %s"
msgstr ""
-#: ../src/templates/build-detail.html:144
-msgid "Change state"
+#, c-format
+msgid "You are going to delete the build host %s."
msgstr ""
-#: ../src/templates/build-detail.html:145
-msgid "Modify bug list"
+#, c-format
+msgid "Delete %s"
msgstr ""
-#: ../src/templates/build-detail.html:168
-#: ../src/templates/build-detail.html:191 ../src/templates/build-manage.html:77
-#: ../src/templates/modules/modal-build-push.html:60
-msgid "Push"
+msgid "Builder"
msgstr ""
-#: ../src/templates/build-detail.html:174
-#: ../src/templates/build-detail.html:183 ../src/templates/build-manage.html:78
-#: ../src/templates/modules/modal-build-unpush.html:38
-msgid "Unpush"
+msgid "Current"
msgstr ""
-#: ../src/templates/build-detail.html:202 ../src/templates/build-state.html:128
#, c-format
-msgid "since %s"
+msgid "Pakfire %s"
msgstr ""
-#: ../src/templates/build-detail.html:205
-msgid "This package does not belong to any repository."
+#, c-format
+msgid "Supported Architectures: %s"
msgstr ""
-#: ../src/templates/builders/delete.html:3
#, c-format
-msgid "Delete builder %s"
+msgid "Total Build Time: %s"
msgstr ""
-#: ../src/templates/builders/delete.html:25
-#: ../src/templates/builders/detail.html:3
-#: ../src/templates/builders/detail.html:74
-#: ../src/templates/builders/pass.html:23 ../src/templates/jobs-filter.html:27
-#: ../src/templates/modules/jobs/boxes.html:15
-#: ../src/templates/modules/jobs/list.html:6
-msgid "Builder"
+#, c-format
+msgid "%s Memory"
msgstr ""
-#: ../src/templates/builders/delete.html:31
#, c-format
-msgid "You are going to delete the build host <strong>%s</strong>."
+msgid "%s Swap Space"
msgstr ""
-#: ../src/templates/builders/delete.html:37
-#: ../src/templates/mirrors-delete.html:34 ../src/templates/user-delete.html:16
-#, c-format
-msgid "Delete %s"
+msgid "Test Mode"
msgstr ""
-#: ../src/templates/builders/detail.html:22
-#: ../src/templates/build-filter.html:75 ../src/templates/build-list.html:13
-#: ../src/templates/builds-watchers-list.html:50
-#: ../src/templates/distro-update-detail.html:46
-#: ../src/templates/file-detail.html:116 ../src/templates/jobs-detail.html:30
-#: ../src/templates/mirrors-detail.html:23
-#: ../src/templates/mirrors-list.html:19 ../src/templates/user-comments.html:10
-msgid "Actions"
+msgid "Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:27
-msgid "Show jobs by this builder"
+msgid "Edit"
msgstr ""
-#: ../src/templates/builders/detail.html:36
-msgid "Disable builder"
+msgid "Running Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:42
-msgid "Enable builder"
+msgid "Log"
msgstr ""
-#: ../src/templates/builders/detail.html:50
-msgid "Edit builder"
+#, c-format
+msgid "Edit Builder %s"
msgstr ""
-#: ../src/templates/builders/detail.html:58
-msgid "Renew passphrase"
+msgid "Hostname"
msgstr ""
-#: ../src/templates/builders/detail.html:66
-msgid "Delete builder"
+msgid "The hostname cannot be changed"
msgstr ""
-#: ../src/templates/builders/detail.html:79
-msgid "Warning"
+msgid "Enabled"
msgstr ""
-#: ../src/templates/builders/detail.html:80
-msgid "This builder is overloaded."
+msgid "Job Settings"
msgstr ""
-#: ../src/templates/builders/detail.html:81
-msgid ""
-"That means it will not take any additional jobs although it has not reached "
-"its threshold of running jobs, yet."
+msgid "Maximum Parallel Build Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:82
-msgid "New jobs will be started automatically after the load decreased."
+msgid "Enable Test Mode"
msgstr ""
-#: ../src/templates/builders/detail.html:91
-#: ../src/templates/build-filter.html:27 ../src/templates/build-state.html:24
-#: ../src/templates/modules/jobs-table.html:5
-#: ../src/templates/user-profile-edit.html:77
-#: ../src/templates/user-profile.html:47
-msgid "State"
+msgid "Only build test jobs on this builder"
msgstr ""
-#: ../src/templates/builders/detail.html:94
-#: ../src/templates/builders/edit.html:42 ../src/templates/mirrors-edit.html:43
-msgid "Enabled"
+msgid "Save"
msgstr ""
-#: ../src/templates/builders/detail.html:96
-msgid "Disabled"
+msgid "Online"
msgstr ""
-#: ../src/templates/builders/detail.html:98
-msgid "Deleted"
+msgid "Offline"
msgstr ""
-#: ../src/templates/builders/detail.html:100
-#, c-format
-msgid "Unknown status: %s"
+msgid "Create A New Builder"
msgstr ""
-#: ../src/templates/builders/detail.html:105
-msgid "Parallel builds"
+msgid "Statistics"
msgstr ""
-#: ../src/templates/builders/detail.html:106
-msgid "One job only."
+msgid "Total Build Time"
msgstr ""
-#: ../src/templates/builders/detail.html:109
-msgid "This host builds"
+msgid "Total Build Time By Architecture"
msgstr ""
-#: ../src/templates/builders/detail.html:115
-msgid "Release builds"
+msgid "Create new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:117
-#: ../src/templates/package-detail-list.html:30
-#: ../src/templates/packages/builds/scratch.html:3
-#: ../src/templates/packages/builds/scratch.html:20
-msgid "Scratch builds"
+msgid "Create a new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:119
-#: ../src/templates/package-detail-list.html:35
-msgid "Test builds"
+msgid "Enter the canonical hostname of the machine."
msgstr ""
-#: ../src/templates/builders/detail.html:130
-msgid "Remarks"
+#, c-format
+msgid "Watch build %s"
msgstr ""
-#: ../src/templates/builders/detail.html:141
-msgid "OS"
+msgid "Watch"
msgstr ""
-#: ../src/templates/builders/detail.html:147
-msgid "Pakfire version"
+msgid "You may here add yourself to the list of watchers of this build."
msgstr ""
-#: ../src/templates/builders/detail.html:153
-#: ../src/templates/distro-detail.html:35
-msgid "Supported architectures"
+msgid ""
+"If you do so, you will receive messages about new comments and status "
+"updates."
msgstr ""
-#: ../src/templates/builders/detail.html:159
-msgid "CPU model"
+msgid "Oops!"
msgstr ""
-#: ../src/templates/builders/detail.html:165
-msgid "CPU count"
+msgid "You are already watching this build."
msgstr ""
-#: ../src/templates/builders/detail.html:169
-msgid "Bogomips"
+msgid "Choose user"
msgstr ""
-#: ../src/templates/builders/detail.html:180
-msgid "Memory"
+msgid "Myself"
msgstr ""
-#: ../src/templates/builders/detail.html:194
-msgid "SWAP space"
+msgid "Choose a user who should watch this build."
msgstr ""
-#: ../src/templates/builders/detail.html:203
-msgid "No memory information available."
+msgid "User"
msgstr ""
-#: ../src/templates/builders/detail.html:208
-msgid "Load average"
+msgid "Add watcher"
msgstr ""
-#: ../src/templates/builders/detail.html:212
-#: ../src/templates/builders/list.html:50
-msgid "Overload"
+#, c-format
+msgid "Watchers of %s"
msgstr ""
-#: ../src/templates/builders/detail.html:217
-msgid "Free disk space"
+msgid "This is a list of all users who watch this build."
msgstr ""
-#: ../src/templates/builders/detail.html:222
-msgid "Host key"
+msgid ""
+"If you write a comment or the status of the build is changed, they all will "
+"get a message."
msgstr ""
-#: ../src/templates/builders/detail.html:235
-msgid "Active and pending jobs"
+msgid "You are the owner of this build. So you don't need to watch it."
msgstr ""
-#: ../src/templates/builders/edit.html:3
-#, c-format
-msgid "Manage builder %s"
+msgid "Watch this build."
msgstr ""
-#: ../src/templates/builders/edit.html:20
-#: ../src/templates/builders/edit.html:25
-#: ../src/templates/builders/pass.html:18 ../src/templates/mirrors-edit.html:20
-msgid "Manage"
+msgid "List of all watchers"
msgstr ""
-#: ../src/templates/builders/edit.html:25
-#, c-format
-msgid "Builder: %s"
+msgid "Actions"
msgstr ""
-#: ../src/templates/builders/edit.html:32
-#: ../src/templates/builders/list.html:30 ../src/templates/builders/new.html:30
-#: ../src/templates/mirrors-detail.html:56
-#: ../src/templates/mirrors-edit.html:32 ../src/templates/mirrors-list.html:43
-#: ../src/templates/mirrors-new.html:28
-msgid "Hostname"
+msgid "Back to build"
msgstr ""
-#: ../src/templates/builders/edit.html:36
-msgid "The hostname cannot be changed."
+msgid "Created %(when)s by %(author)s"
msgstr ""
-#: ../src/templates/builders/edit.html:46
-msgid "The builder must be enabled in order to process build jobs."
+#, c-format
+msgid "Created %s"
msgstr ""
-#: ../src/templates/builders/edit.html:53
-msgid "Build job settings"
+msgid "Fixed Bugs"
msgstr ""
-#: ../src/templates/builders/edit.html:56
-msgid "Maximum number of parallel build jobs"
+msgid "Score"
msgstr ""
-#: ../src/templates/builders/edit.html:65
-msgid "This is the number of build jobs that are started in parallel."
+msgid "Source Package"
msgstr ""
-#: ../src/templates/builders/edit.html:74
-msgid "Authorized to build release builds."
+#, c-format
+msgid "Edit distribution %s"
msgstr ""
-#: ../src/templates/builders/edit.html:83
-msgid "Authorized to build scratch builds."
+msgid "Name"
msgstr ""
-#: ../src/templates/builders/edit.html:92
-msgid "Authorized to build test builds."
+msgid "The fancy name of the distribution."
msgstr ""
-#: ../src/templates/builders/edit.html:98 ../src/templates/mirrors-edit.html:81
-#: ../src/templates/package-properties.html:93
-msgid "Save changes"
+msgid "Identifier"
msgstr ""
-#: ../src/templates/builders/list.html:31 ../src/templates/jobs-filter.html:44
-#: ../src/templates/packages/builds/times.html:44
-msgid "Architecture"
+msgid "Cannot be changed."
msgstr ""
-#: ../src/templates/builders/list.html:53
-msgid "Unknown CPU"
+msgid "Tag"
msgstr ""
-#: ../src/templates/builders/list.html:73 ../src/templates/builders/new.html:3
-#: ../src/templates/builders/new.html:16 ../src/templates/builders/new.html:41
-msgid "Create new builder"
+msgid "The tag is added to the package release."
msgstr ""
-#: ../src/templates/builders/new.html:21
-msgid "Create a new builder"
+msgid "Vendor"
msgstr ""
-#: ../src/templates/builders/new.html:35
-msgid "Enter the canonical hostname of the machine."
+msgid "From whom is the distribution from?"
msgstr ""
-#: ../src/templates/builders/pass.html:30
-#, c-format
-msgid "The new host <strong>%s</strong> has been successfully created."
+msgid "Contact"
msgstr ""
-#: ../src/templates/builders/pass.html:32
-#, c-format
-msgid "The passphrase for <strong>%s</strong> has been regenerated."
+msgid "The email address from the vendor."
msgstr ""
-#: ../src/templates/builders/pass.html:35
-msgid ""
-"For authorization to the Pakfire Master Server there is a passphrase "
-"required which must be configured to the host."
+msgid "Slogan"
msgstr ""
-#: ../src/templates/builders/pass.html:39
-msgid "This passphrase is:"
+msgid "A short sentence that characterizes the distribution."
msgstr ""
-#: ../src/templates/builders/pass.html:43
-msgid "Next"
+msgid "Architectures"
msgstr ""
-#: ../src/templates/build-filter.html:3 ../src/templates/build-list.html:3
-#: ../src/templates/build-list.html:8
-msgid "Build job list"
+msgid "For which architectures should the distribution be built?"
msgstr ""
-#: ../src/templates/build-filter.html:6 ../src/templates/build-index.html:21
-#: ../src/templates/build-list.html:15
-msgid "Filter builds"
+msgid "Sources"
msgstr ""
-#: ../src/templates/build-filter.html:11 ../src/templates/build-manage.html:9
-#: ../src/templates/distro-detail.html:3 ../src/templates/distro-detail.html:22
-#: ../src/templates/distro-list.html:33
-#: ../src/templates/distro-source-commits.html:5
-#: ../src/templates/distro-update-detail.html:6
-#: ../src/templates/distro-update-edit.html:12
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-edit.html:8
-msgid "Distribution"
+msgid "Which sources should be imported to the distribution?"
msgstr ""
-#: ../src/templates/build-filter.html:15 ../src/templates/build-filter.html:39
-#: ../src/templates/build-filter.html:55
-msgid "Any"
+msgid "Commit"
msgstr ""
-#: ../src/templates/build-filter.html:23
-msgid "Show only builds in that distribution."
+#, c-format
+msgid "Source: %s"
msgstr ""
-#: ../src/templates/build-filter.html:30
-msgid "All"
+msgid "Source"
msgstr ""
-#: ../src/templates/build-filter.html:31
-#: ../src/templates/modules/jobs-table.html:29 ../src/web/ui_modules.py:335
-msgid "Running"
+msgid "Open in gitweb"
msgstr ""
-#: ../src/templates/build-filter.html:32
-#: ../src/templates/modules/jobs-table.html:21 ../src/web/ui_modules.py:330
-msgid "Pending"
+msgid "Reset commit"
msgstr ""
-#: ../src/templates/build-filter.html:33 ../src/templates/jobs-detail.html:128
-#: ../src/templates/modules/jobs-table.html:27 ../src/web/ui_modules.py:320
-msgid "Finished"
+msgid "Revision"
msgstr ""
-#: ../src/templates/build-filter.html:34
-#: ../src/templates/modules/jobs-table.html:23 ../src/web/ui_modules.py:315
-msgid "Failed"
+msgid "Date"
msgstr ""
-#: ../src/templates/build-filter.html:35
-msgid "Permanently failed"
+msgid "Author"
msgstr ""
-#: ../src/templates/build-filter.html:36
-#: ../src/templates/modules/jobs-table.html:25 ../src/web/ui_modules.py:310
-msgid "Dispatching"
+msgid "Committer"
msgstr ""
-#: ../src/templates/build-filter.html:37 ../src/web/ui_modules.py:340
-msgid "Uploading"
+msgid "Packages created from this commit"
msgstr ""
-#: ../src/templates/build-filter.html:40
-msgid "Building"
+msgid "There were no packages created from this commit."
msgstr ""
-#: ../src/templates/build-filter.html:41
-msgid "Testing"
+msgid "Danger!"
msgstr ""
-#: ../src/templates/build-filter.html:42
-msgid "Stable"
+msgid "This is a very dangerous action!"
msgstr ""
-#: ../src/templates/build-filter.html:43
-msgid "Obsolete"
+msgid "Don't do it, if you are not absolutely sure what you are doing."
msgstr ""
-#: ../src/templates/build-filter.html:44
-msgid "Broken"
+msgid ""
+"This commit will be reset. Which means all packages associated with it will "
+"be deleted, and the commit will be parsed again."
msgstr ""
-#: ../src/templates/build-filter.html:48
-msgid "Only show builds with given state."
+msgid ""
+"This action may cause severe problems and may only be allowed when something "
+"went horribly wrong."
msgstr ""
-#: ../src/templates/build-filter.html:52
-#: ../src/templates/package-detail.html:82
-msgid "Build host"
+msgid "These packages will be deleted"
msgstr ""
-#: ../src/templates/build-filter.html:62
-msgid "Display only builds by selected host."
+msgid "Commits"
msgstr ""
-#: ../src/templates/build-filter.html:77
-msgid "Show all builds"
+msgid "Source repository"
msgstr ""
-#: ../src/templates/build-index.html:18
-#: ../src/templates/builds/comments.html:17
-#: ../src/templates/builds/comments.html:25
-msgid "Comments"
+msgid "Previous commits"
msgstr ""
-#: ../src/templates/build-manage.html:3
-#, c-format
-msgid "Manage build %s"
+msgid "Next commits"
msgstr ""
-#: ../src/templates/build-manage.html:8
-msgid "Manage build"
+msgid "Gitweb"
msgstr ""
-#: ../src/templates/build-manage.html:15
-msgid "Permission denied"
+msgid "Branch"
msgstr ""
-#: ../src/templates/build-manage.html:16
-msgid ""
-"You do not have the permission to update packages that belong to the "
-"<em>critical path</em>."
+msgid "Imported commits"
msgstr ""
-#: ../src/templates/build-manage.html:22
-msgid "Not all jobs are finished"
+msgid "Latest commits"
msgstr ""
-#: ../src/templates/build-manage.html:24
-msgid "Not all jobs of this build are finished, yet."
+msgid "Show all commits"
msgstr ""
-#: ../src/templates/build-manage.html:25
-msgid ""
-"It is <strong>strongly discouraged</strong> to push this build into the next "
-"repository."
+msgid "Update"
msgstr ""
-#: ../src/templates/build-manage.html:28
-msgid ""
-"However, the build will be automatically unpushed if one or more build jobs "
-"fail."
+msgid "Summary"
msgstr ""
-#: ../src/templates/build-manage.html:42
-msgid "Push to a repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:44
-msgid "Push to next repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:46
-msgid "Push to first repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:51
-#: ../src/templates/modules/modal-build-push.html:24
-msgid "New repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:71
-msgid "This is the target repository for the build."
-msgstr ""
-
-#: ../src/templates/build-manage.html:90
-msgid "Switch to user mode"
-msgstr ""
-
-#: ../src/templates/build-manage.html:92
-msgid "Switch to admin mode"
-msgstr ""
-
-#: ../src/templates/build-priority.html:3
-#: ../src/templates/build-priority.html:6
-msgid "Edit build priority"
-msgstr ""
-
-#: ../src/templates/build-priority.html:11
-msgid "Priority"
-msgstr ""
-
-#: ../src/templates/build-priority.html:14
-#: ../src/templates/package-properties.html:51
-msgid "Very high"
-msgstr ""
-
-#: ../src/templates/build-priority.html:15
-#: ../src/templates/package-properties.html:54
-msgid "High"
-msgstr ""
-
-#: ../src/templates/build-priority.html:16
-#: ../src/templates/package-properties.html:57
-msgid "Medium"
-msgstr ""
-
-#: ../src/templates/build-priority.html:17
-#: ../src/templates/package-properties.html:60
-msgid "Low"
-msgstr ""
-
-#: ../src/templates/build-priority.html:18
-#: ../src/templates/package-properties.html:63
-msgid "Very low"
-msgstr ""
-
-#: ../src/templates/build-priority.html:22
-msgid "Set the priority of the build process."
-msgstr ""
-
-#: ../src/templates/build-priority.html:28
-msgid "Beware"
-msgstr ""
-
-#: ../src/templates/build-priority.html:29
-msgid "Shuffeling build jobs can cause problems with the dependency solving."
-msgstr ""
-
-#: ../src/templates/build-priority.html:30
-msgid "Don't do this if you are not totally sure you won't break anything."
-msgstr ""
-
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-msgid "Job queue"
-msgstr ""
-
-#: ../src/templates/build-queue.html:8
-msgid "This is a list of all jobs that are waiting to be processed."
-msgstr ""
-
-#: ../src/templates/build-queue.html:9
-msgid "They one at the top is next."
-msgstr ""
-
-#: ../src/templates/build-queue.html:15
-msgid "No jobs to do."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:3
-#: ../src/templates/build-schedule-test.html:29
-#: ../src/templates/job-schedule-test.html:3
-#: ../src/templates/job-schedule-test.html:29
-#, c-format
-msgid "Schedule test build for %s"
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:24
-#: ../src/templates/job-schedule-test.html:24
-#: ../src/templates/jobs-detail.html:48
-msgid "Schedule test build"
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:35
-#: ../src/templates/job-schedule-test.html:35
-msgid ""
-"A test build is used to check if a package builds with the current package "
-"set."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:36
-#: ../src/templates/job-schedule-test.html:36
-msgid ""
-"In this way, developers are able to find quality issues fast and without "
-"actively searching for them."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:39
-#: ../src/templates/job-schedule-test.html:39
-msgid ""
-"As this build platform only has a limited amount of performance, test builds "
-"only have a very less priority."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:40
-#: ../src/templates/job-schedule-test.html:40
-msgid "However, you can manually request to run a test."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:43
-#: ../src/templates/job-schedule-rebuild.html:38
-#: ../src/templates/job-schedule-test.html:43
-msgid ""
-"The build job will be started when a build slot is available but not before "
-"the given time."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:3
-#: ../src/templates/builds/comments.html:42
-msgid "Build comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:33
-msgid "Show all comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:40
-#, c-format
-msgid "%s's latest comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:49
-#, c-format
-msgid "This page shows %s's latest comments."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:51
-msgid "This page shows the latest comments on builds."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:53
-msgid ""
-"The Pakfire Build Service is all about social development and so, "
-"communicating with eath others is important. Please join."
+msgid "Maintainer"
msgstr ""
-#: ../src/templates/builds/comments.html:61
-#: ../src/templates/builds/comments.html:65
-#: ../src/templates/packages/changelog.html:35
-#: ../src/templates/packages/changelog.html:39
-msgid "Newer"
+msgid "Time created"
msgstr ""
-#: ../src/templates/builds/comments.html:71
-#: ../src/templates/builds/comments.html:75
-#: ../src/templates/packages/changelog.html:45
-#: ../src/templates/packages/changelog.html:49
-msgid "Older"
+msgid "Builds in this update"
msgstr ""
-#: ../src/templates/builds/comments.html:81
#, c-format
-msgid "%s did not comment on anything, yet."
-msgstr ""
-
-#: ../src/templates/build-state.html:34
-msgid ""
-"The state of a build can be either building, testing, stable, obsolete or "
-"broken."
-msgstr ""
-
-#: ../src/templates/build-state.html:48
-msgid "Mark build as obsolete"
-msgstr ""
-
-#: ../src/templates/build-state.html:50
-msgid ""
-"If a package is updated by an other package it should be marked as "
-"<em>obsolete</em>."
+msgid "Edit update %s - %s"
msgstr ""
-#: ../src/templates/build-state.html:51
-msgid ""
-"For obsolete builds, there will be no test jobs created and it is "
-"recommended to remove them from the repositories soon."
+msgid "Create new update"
msgstr ""
-#: ../src/templates/build-state.html:60
-msgid "Remove build from the repository it is currently in?"
+msgid "Create A New Distribution"
msgstr ""
-#: ../src/templates/build-state.html:81
-msgid "Unbreak this build"
+msgid "Supported Architectures"
msgstr ""
-#: ../src/templates/build-state.html:84
-msgid ""
-"In case this build has accidentially be marked as broken, it is possible to "
-"recover that state."
+msgid "Repositories"
msgstr ""
-#: ../src/templates/build-state.html:102
-msgid "Mark build as broken"
+msgid "400 - Bad request"
msgstr ""
-#: ../src/templates/build-state.html:105
-msgid ""
-"If a package does not build or contains <em>serious</em> bugs, it should be "
-"marked as broken."
+msgid "Invalid data has been passed to the application."
msgstr ""
-#: ../src/templates/build-state.html:106
msgid ""
-"Those builds can not be added into any repositories and are removed from all "
-"repositories they may currently be in."
-msgstr ""
-
-#: ../src/templates/build-state.html:126
-#: ../src/templates/distro-update-detail.html:17
-#: ../src/templates/modules/modal-build-push.html:54
-#: ../src/templates/modules/modal-build-unpush.html:13
-msgid "Current repository"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:3
-#: ../src/templates/builds-watchers-add.html:29
-#, c-format
-msgid "Watch build %s"
+"The application refused to go on with the provided data that was sent in "
+"this request."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:24
-msgid "Watch"
+msgid "403 - Access forbidden"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:35
-msgid "You may here add yourself to the list of watchers of this build."
+msgid "You are not allowed to access this ressource."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:36
msgid ""
-"If you do so, you will receive messages about new comments and status "
-"updates."
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:43
-#: ../src/templates/user-profile-passwd.html:51
-msgid "Oops!"
+"Access to the requested page has been denied because you do not have "
+"sufficient rights."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:44
-#: ../src/templates/builds-watchers-list.html:17
-msgid "You are already watching this build."
+msgid "404 - Not Found"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:56
-msgid "Choose user"
+msgid "I could not find what you were searching for."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:60
-msgid "Myself"
+msgid "You may have clicked an expired link or mistyped the address."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:70
-msgid "Choose a user who should watch this build."
+msgid "Oops! Don't panic."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:76
-#: ../src/templates/modules/build-table.html:20
-#: ../src/templates/user-profile-edit.html:80
-#: ../src/templates/user-profile.html:29 ../src/templates/user-profile.html:54
-msgid "User"
+msgid "An unexpected error happened."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:84
-msgid "Add watcher"
+msgid "Stay calm and read the text below to find out what went wrong."
msgstr ""
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/modules/watchers-sidebar-table.html:22
-#, c-format
-msgid "Watchers of %s"
+msgid "Error code"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:11
-msgid "This is a list of all users who watch this build."
+msgid "Exception (traceback):"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:12
msgid ""
-"If you write a comment or the status of the build is changed, they all will "
-"get a message."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:21
-msgid "You are the owner of this build. So you don't need to watch it."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:25
-msgid "Watch this build."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:39
-msgid "List of all watchers"
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:53
-msgid "Back to build"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:36
-msgid "None"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:46
-msgid "Binary repositories"
+"Please try going back to the previous page and try the action you did again "
+"in a moment."
msgstr ""
-#: ../src/templates/distro-detail.html:51
msgid ""
-"A binary repository is a composition of packages that are considered stable, "
-"unstable or in testing state by the developers."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:53
-msgid "Each repository can be enabled individually."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:54
-msgid "Learn how to use them."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:66 ../src/templates/source-list.html:6
-msgid "Source repositories"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:80
-#: ../src/templates/distro-source-commit-detail.html:90
-#: ../src/templates/user-profile.html:73
-msgid "Action"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:86
-msgid "Edit distribution"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:91
-msgid "Delete distribution"
+"If the error persists, you should consider to get in touch with an "
+"administrator."
msgstr ""
-#: ../src/templates/distro-detail.html:97
-msgid "New binary repository"
+msgid "Build created"
msgstr ""
-#: ../src/templates/distro-detail.html:102
-msgid "New source repository"
+msgid "- Unknown Event -"
msgstr ""
-#: ../src/templates/distro-edit.html:3 ../src/templates/distro-edit.html:6
-#: ../src/templates/distro-update-edit.html:3
#, c-format
-msgid "Edit distribution %s"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:12
-#: ../src/templates/modules/packages-table.html:4
-#: ../src/templates/modules/repository-table.html:4
-#: ../src/templates/modules/source-table.html:4
-#: ../src/templates/repository-edit.html:15
-msgid "Name"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:17
-msgid "The fancy name of the distribution."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:21
-msgid "Identifier"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:26
-#: ../src/templates/user-profile-edit.html:42
-msgid "Cannot be changed."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:30
-msgid "Tag"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:35
-msgid "The tag is added to the package release."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:39
-msgid "Vendor"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:44
-msgid "From whom is the distribution from?"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:48 ../src/templates/docs-index.html:57
-#: ../src/templates/mirrors-detail.html:62
-msgid "Contact"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:53
-msgid "The email address from the vendor."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:57
-msgid "Slogan"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:62
-msgid "A short sentence that characterizes the distribution."
+msgid "by %s"
msgstr ""
-#: ../src/templates/distro-edit.html:66
-msgid "Architectures"
+msgid "File"
msgstr ""
-#: ../src/templates/distro-edit.html:75
-msgid "For which architectures should the distribution be built?"
+msgid "Package"
msgstr ""
-#: ../src/templates/distro-edit.html:79
-msgid "Sources"
+msgid "Description"
msgstr ""
-#: ../src/templates/distro-edit.html:88
-msgid "Which sources should be imported to the distribution?"
+msgid "URL"
msgstr ""
-#: ../src/templates/distro-list.html:26
-msgid ""
-"This is a list of all distributions, that are maintained in this build "
-"service."
+msgid "License"
msgstr ""
-#: ../src/templates/distro-list.html:27
-msgid ""
-"You may click on one of them and see more details or jump directly to one of "
-"the repositories."
-msgstr ""
-
-#: ../src/templates/distro-list.html:34
-msgid "Repositories"
-msgstr ""
-
-#: ../src/templates/distro-list.html:66
-msgid "New distribution"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:21
-#: ../src/templates/distro-source-commit-reset.html:19
-#: ../src/templates/distro-source-detail.html:19
-#, c-format
-msgid "Source: %s"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:34
-#: ../src/templates/distro-source-commit-reset.html:32
-#: ../src/templates/distro-source-commits.html:6
-#: ../src/templates/distro-source-detail.html:26
-msgid "Source"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:47
-msgid "Revision"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:51
-msgid "Date"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:59
-msgid "Committer"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:63
-#: ../src/templates/modules/commits-table.html:6
-msgid "Subject"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:81
-msgid "Open in gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:96
-#: ../src/templates/distro-source-commit-reset.html:54
-msgid "Reset commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:112
-msgid "Packages created from this commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:128
-msgid "There were no packages created from this commit."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:43
-msgid "Danger!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:44
-msgid "This is a very dangerous action!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:45
-msgid "Don't do it, if you are not absolutely sure what you are doing."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:49
-msgid ""
-"This commit will be reset. Which means all packages associated with it will "
-"be deleted, and the commit will be parsed again."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:50
-msgid ""
-"This action may cause severe problems and may only be allowed when something "
-"went horribly wrong."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:62
-msgid "These packages will be deleted"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:6
-msgid "Commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:10
-msgid "Source repository"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:20
-msgid "Previous commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:24
-msgid "Next commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:36
-msgid "Gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:45
-msgid "Branch"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:49
-msgid "Imported commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:59
-msgid "Latest commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:63
-msgid "Show all commits"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:5
-msgid "Update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:10
-#: ../src/templates/modules/packages-table.html:5
-#: ../src/templates/packages/builds/times.html:31
-msgid "Summary"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:27
-#: ../src/templates/file-detail.html:40
-#: ../src/templates/modules/package-header.html:24
-#: ../src/templates/package-detail.html:77
-msgid "Maintainer"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:33
-msgid "Time created"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:41
-msgid "Builds in this update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:49
-#: ../src/templates/repository-detail.html:112
-#: ../src/templates/user-profile-edit.html:20
-msgid "Edit"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:8
-#, c-format
-msgid "Edit update %s - %s"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:10
-msgid "Create new update"
-msgstr ""
-
-#: ../src/templates/docs-base.html:27
-msgid "All Documents"
-msgstr ""
-
-#: ../src/templates/docs-base.html:31
-msgid "Topics"
-msgstr ""
-
-#: ../src/templates/docs-build.html:3 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-whatsthis.html:3
-msgid "Legend of the build states"
-msgstr ""
-
-#: ../src/templates/docs-build.html:25
-msgid ""
-"Every build that is done by the Pakfire Build Service has to go through "
-"several states:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:28
-msgid ""
-"After checking out the source from the source repository a source package is "
-"created and submitted to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:29
-msgid ""
-"Starting from inserting a source file to the build service, there are binary "
-"build jobs created for every supported architecture."
-msgstr ""
-
-#: ../src/templates/docs-build.html:32
-msgid ""
-"These get assigned to a build host which has to compile or assemble the "
-"package and return it back to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:33
-msgid "In the table below, there are all states that a build job goes through:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:36
-msgid "Build is running"
-msgstr ""
-
-#: ../src/templates/docs-build.html:37
-msgid "Build has failed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:38
-msgid "Build is waiting to be processed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:39
-msgid "There was a dependency error when the package was built"
-msgstr ""
-
-#: ../src/templates/docs-build.html:40
-msgid "Build is waiting for source to go to pending state"
-msgstr ""
-
-#: ../src/templates/docs-build.html:41
-msgid "Files of this build are transferred to the build server"
-msgstr ""
-
-#: ../src/templates/docs-build.html:42
-msgid "Files are being uploaded to the service"
-msgstr ""
-
-#: ../src/templates/docs-build.html:43
-msgid "Build has an unknown state"
-msgstr ""
-
-#: ../src/templates/docs-index.html:3
-msgid "Documentation index"
-msgstr ""
-
-#: ../src/templates/docs-index.html:17
-msgid "Documents"
-msgstr ""
-
-#: ../src/templates/docs-index.html:23
-msgid ""
-"This is a collection of documents that should be read by everybody who is "
-"using this system."
-msgstr ""
-
-#: ../src/templates/docs-index.html:29
-msgid "What is the pakfire build service?"
-msgstr ""
-
-#: ../src/templates/docs-index.html:34
-msgid "General pakfire documentation"
-msgstr ""
-
-#: ../src/templates/docs-index.html:39
-msgid "Packaging guidelines"
-msgstr ""
-
-#: ../src/templates/docs-index.html:51
-msgid "This documentation you find at this place is not completed yet."
-msgstr ""
-
-#: ../src/templates/docs-index.html:52
-msgid "Feel free to make any suggestions."
-msgstr ""
-
-#: ../src/templates/docs-index.html:59
-msgid ""
-"If you need help using the build service or have some general questions "
-"please use our mailing list."
-msgstr ""
-
-#: ../src/templates/docs-index.html:60
-msgid "You can also talk to the developers and suggest feature enhancements."
-msgstr ""
-
-#: ../src/templates/docs-index.html:64
-msgid "Mailing list"
-msgstr ""
-
-#: ../src/templates/docs-index.html:68
-msgid "Bug reports"
-msgstr ""
-
-#: ../src/templates/docs-index.html:70
-msgid ""
-"Please visit Bugzilla to create bug reports on the Pakfire Build System."
-msgstr ""
-
-#: ../src/templates/docs-users.html:3 ../src/templates/docs-users.html:16
-#: ../src/templates/docs-users.html:21
-msgid "User groups"
-msgstr ""
-
-#: ../src/templates/docs-users.html:26
-msgid ""
-"All users can join the Pakfire Build Service and are separated into three "
-"groups:"
-msgstr ""
-
-#: ../src/templates/docs-users.html:29
-msgid "Developers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:31
-msgid ""
-"Developers manage this build service and have access to all parts of it."
-msgstr ""
-
-#: ../src/templates/docs-users.html:32
-msgid ""
-"They are responsible to keep the system running and able to push package "
-"updates to the repostories."
-msgstr ""
-
-#: ../src/templates/docs-users.html:35
-msgid "Guidelines for developers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:38
-msgid "Testers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:40
-msgid ""
-"Testers are like users but have the right to vote on packages, which is used "
-"to figure out the quality of the package."
-msgstr ""
-
-#: ../src/templates/docs-users.html:41
-msgid ""
-"Everyone can become a tester after he or she has proven to know the IPFire "
-"system very well."
-msgstr ""
-
-#: ../src/templates/docs-users.html:42
-msgid ""
-"On these people depends a very huge amount of the quality of the "
-"distribution that is made out of the feedback they give."
-msgstr ""
-
-#: ../src/templates/docs-users.html:45
-msgid "Guidelines for testers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:50
-msgid "Everybody can join the Pakfire Build Service by registering an account."
-msgstr ""
-
-#: ../src/templates/docs-users.html:51
-msgid ""
-"After a successful activation you are able to leave comments on packages and "
-"give feedback to the developers about its status."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:16
-#: ../src/templates/docs-whatsthis.html:21
-msgid "What is the Pakfire Build Service?"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:27
-msgid ""
-"On this page, you will find out what the Pakfire Build Service really is."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:28
-msgid "Read carefully."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:34
-msgid "Yeah, that's it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:35
-msgid "No, that's not it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:43
-msgid "PBS is a tool where people can give feedback to developers."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:44
-msgid "It is possible to leave comments and rate builds."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:50
-msgid "PBS is <strong>NOT</strong> a bugtracker."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:51
-msgid ""
-"To report bugs please use our bugtracker liked below if you want them to get "
-"fixed."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:55
-msgid "Bugtracker"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:4
-msgid "400 - Bad request"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:8
-msgid "Invalid data has been passed to the application."
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:13
-msgid ""
-"The application refused to go on with the provided data that was sent in "
-"this request."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:4
-msgid "403 - Access forbidden"
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:8
-msgid "You are not allowed to access this ressource."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:13
-msgid ""
-"Access to the requested page has been denied because you do not have "
-"sufficient rights."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:4
-msgid "404 - Not Found"
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:8
-msgid "I could not find what you were searching for."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:13
-msgid "You may have clicked an expired link or mistyped the address."
-msgstr ""
-
-#: ../src/templates/errors/error.html:8
-msgid "Oops! Don't panic."
-msgstr ""
-
-#: ../src/templates/errors/error.html:13
-msgid "An unexpected error happened."
-msgstr ""
-
-#: ../src/templates/errors/error.html:19
-msgid "Stay calm and read the text below to find out what went wrong."
-msgstr ""
-
-#: ../src/templates/errors/error.html:31
-msgid "Error code"
-msgstr ""
-
-#: ../src/templates/errors/error.html:38
-msgid "Exception (traceback):"
-msgstr ""
-
-#: ../src/templates/errors/error.html:49
-msgid ""
-"Please try going back to the previous page and try the action you did again "
-"in a moment."
-msgstr ""
-
-#: ../src/templates/errors/error.html:50
-msgid ""
-"If the error persists, you should consider to get in touch with an "
-"administrator."
-msgstr ""
-
-#: ../src/templates/file-detail.html:5
-msgid "File"
-msgstr ""
-
-#: ../src/templates/file-detail.html:13
-#: ../src/templates/modules/log-table.html:12
-#: ../src/templates/package-detail.html:3
-#: ../src/templates/package-detail.html:50
-#: ../src/templates/package-detail-list.html:3
-#: ../src/templates/package-properties.html:3
-msgid "Package"
-msgstr ""
-
-#: ../src/templates/file-detail.html:20
-#: ../src/templates/repository-edit.html:25
-msgid "Description"
-msgstr ""
-
-#: ../src/templates/file-detail.html:27
-msgid "URL"
-msgstr ""
-
-#: ../src/templates/file-detail.html:34
-#: ../src/templates/modules/package-header.html:14
-#: ../src/templates/package-detail.html:70
-msgid "License"
-msgstr ""
-
-#: ../src/templates/file-detail.html:46
-#: ../src/templates/modules/packages-table.html:6
-#: ../src/templates/package-detail.html:126
-msgid "Size"
-msgstr ""
-
-#: ../src/templates/file-detail.html:51
-msgid "Hash"
-msgstr ""
-
-#: ../src/templates/file-detail.html:57
-#: ../src/templates/modules/packages/dependency-table.html:5
-msgid "Provides"
-msgstr ""
-
-#: ../src/templates/file-detail.html:63 ../src/templates/file-detail.html:69
-#: ../src/templates/modules/packages/dependency-table.html:7
-msgid "Requires"
-msgstr ""
-
-#: ../src/templates/file-detail.html:76
-#: ../src/templates/modules/packages/dependency-table.html:13
-msgid "Obsoletes"
-msgstr ""
-
-#: ../src/templates/file-detail.html:83
-#: ../src/templates/modules/packages/dependency-table.html:11
-msgid "Conflicts"
-msgstr ""
-
-#: ../src/templates/file-detail.html:90
-msgid "Build information"
-msgstr ""
-
-#: ../src/templates/file-detail.html:93
-msgid "ID"
-msgstr ""
-
-#: ../src/templates/file-detail.html:99
-#: ../src/templates/modules/jobs-table.html:6
-msgid "Host"
-msgstr ""
-
-#: ../src/templates/file-detail.html:105
-msgid "Time"
-msgstr ""
-
-#: ../src/templates/file-detail.html:111
-#: ../src/templates/search-results.html:71
-msgid "Files"
-msgstr ""
-
-#: ../src/templates/file-detail.html:118
-#: ../src/templates/packages/view-file.html:51
-msgid "Download file"
-msgstr ""
-
-#: ../src/templates/index.html:3
-msgid "Welcome to the Pakfire Build Service"
-msgstr ""
-
-#: ../src/templates/index.html:8
-#, c-format
-msgid "Welcome, %s!"
-msgstr ""
-
-#: ../src/templates/index.html:22
-msgid "Development powered by community!"
-msgstr ""
-
-#: ../src/templates/index.html:38
-msgid "Latest stable updates"
-msgstr ""
-
-#: ../src/templates/index.html:40
-msgid "Unstable updates"
-msgstr ""
-
-#: ../src/templates/index.html:42
-msgid "Testing updates"
-msgstr ""
-
-#: ../src/templates/index.html:59
-msgid "View more updates..."
-msgstr ""
-
-#: ../src/templates/index.html:70
-msgid "Build jobs"
-msgstr ""
-
-#: ../src/templates/index.html:76
-msgid "Show more build jobs"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:3 ../src/templates/jobs-abort.html:6
-#, c-format
-msgid "Abort build job %s"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:8
-msgid "You may abort a running build."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:9
-msgid "The build server will eventually stop to build the package."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:16 ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:58
-#: ../src/templates/modules/jobs/list.html:5
-msgid "Build job"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:25
-#: ../src/templates/modules/build-offset.html:5
-msgid "Start time"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:30
-msgid "No started, yet."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:38
-msgid "Build server"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:3
-msgid "Job buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:28
-#: ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:154
-msgid "Buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:41
-#, c-format
-msgid "The packages listed below were used to build %s."
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:52
-msgid "Buildroot size"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:56
-msgid "Download size"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:3
-#: ../src/templates/job-schedule-rebuild.html:29
-#, c-format
-msgid "Schedule rebuild for %s"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:24
-msgid "Schedule rebuild"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:35
-msgid "At this place, you can submit failed build jobs to be built again."
-msgstr ""
-
-#: ../src/templates/job-schedule-test.html:44
-msgid ""
-"Please note, that all other kinds of build are preferred over the test "
-"builds."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:3 ../src/templates/package-detail.html:118
-msgid "Job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:36
-msgid "Abort job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:42
-msgid "Restart job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:71
-msgid "Job has been aborted"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:73
-msgid ""
-"This build job is in an aborted state, because the build process crashed "
-"unexpectedly."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:74
-msgid ""
-"In most cases, there is no log file and you must figure out the issue on "
-"your own."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:77
-msgid "The error code is:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:80
-msgid "Segmentation violation"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:88
-msgid "You may resubmit the job to try again:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:89
-msgid "Re-submit build"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:110
-msgid "No builder assigned."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:117 ../src/templates/keys-list.html:32
-#: ../src/templates/modules/build-table.html:23
-msgid "Created"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:122
-#: ../src/templates/sessions/index.html:35
-msgid "Started"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:134
-msgid "ETA"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:144
-msgid "Build logs"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:148
-msgid "No logs available, yet."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:155
-#, c-format
-msgid "%s package"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:165
-msgid "Package files"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:3 ../src/templates/jobs-filter.html:21
-#: ../src/templates/jobs-index.html:18
-msgid "Filter jobs"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:16
-msgid "Filter"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:30 ../src/templates/jobs-filter.html:47
-msgid "[Choose one]"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:36
-msgid "Only show jobs, that have been built by this builder."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:53
-msgid "Only show jobs, with this architecture."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:59 ../src/templates/search-form.html:35
-#: ../src/templates/search-results.html:40
-msgid "Go!"
-msgstr ""
-
-#: ../src/templates/jobs-index.html:30
-#, c-format
-msgid "Showing only jobs from %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:37
-#, c-format
-msgid "Showing only builds that have been built on %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:45
-#, c-format
-msgid "Showing only jobs built for %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:3
-#, c-format
-msgid "Delete key %s"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:25 ../src/templates/keys-import.html:28
-msgid "Key"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:29
-#, c-format
-msgid "You are going to delete the key %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:41
-msgid "Delete key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:3 ../src/templates/keys-import.html:16
-#: ../src/templates/keys-import.html:39 ../src/templates/keys-list.html:106
-msgid "Import new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:21
-msgid "Import a new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:33
-msgid "Paste the key to import."
-msgstr ""
-
-#: ../src/templates/keys-list.html:21
-msgid "The keys are a very important component when it comes to security."
-msgstr ""
-
-#: ../src/templates/keys-list.html:22
-msgid ""
-"Each package in the Pakfire Build Service is signed to prove its "
-"authenticity."
-msgstr ""
-
-#: ../src/templates/keys-list.html:31
-msgid "Fingerprint"
-msgstr ""
-
-#: ../src/templates/keys-list.html:33
-msgid "Expires"
-msgstr ""
-
-#: ../src/templates/keys-list.html:51
-msgid "Lookup"
-msgstr ""
-
-#: ../src/templates/keys-list.html:55
-#: ../src/templates/modules/files-table.html:5
-#: ../src/templates/modules/packages-table.html:21
-#: ../src/templates/package-detail.html:152
-msgid "Download"
-msgstr ""
-
-#: ../src/templates/keys-list.html:75 ../src/templates/keys-list.html:77
-msgid "Subkey"
-msgstr ""
-
-#: ../src/templates/keys-list.html:90
-msgid "This key does not expire."
-msgstr ""
-
-#: ../src/templates/login.html:3 ../src/templates/login.html:7
-#: ../src/templates/login.html:34
-#: ../src/templates/modules/modal-build-comment.html:56
-msgid "Login"
-msgstr ""
-
-#: ../src/templates/login.html:12
-msgid "Login failed!"
-msgstr ""
-
-#: ../src/templates/login.html:13
-msgid "Username and/or password was wrong. Login failed."
-msgstr ""
-
-#: ../src/templates/login.html:22 ../src/templates/register.html:30
-#: ../src/templates/user-profile-edit.html:37
-#: ../src/templates/user-profile.html:37
-msgid "Username"
-msgstr ""
-
-#: ../src/templates/login.html:28 ../src/templates/register.html:67
-#: ../src/templates/user-profile-edit.html:101
-msgid "Password"
-msgstr ""
-
-#: ../src/templates/login.html:41
-msgid "You also might want to..."
-msgstr ""
-
-#: ../src/templates/login.html:44
-msgid "Register a new account."
-msgstr ""
-
-#: ../src/templates/login.html:47
-msgid "Recover your password."
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:3
-#, c-format
-msgid "Delete mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:25
-#, c-format
-msgid "Delete mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:29
-#, c-format
-msgid "You are going to delete the mirror %s."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:3
-#: ../src/templates/mirrors-detail.html:46
-#, c-format
-msgid "Mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:29
-msgid "Edit settings"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:37
-msgid "Delete mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:47
-#, c-format
-msgid "hosted by %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:75
-msgid "Status information"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:79
-msgid "Status"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:84
-#: ../src/templates/mirrors-list.html:45
-msgid "Last check"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:89
-msgid "Never"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:103
-msgid "View larger map"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:108
-msgid "The location of the mirror server is estimated by the IP address."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:112
-msgid "The location of the mirror server could not be estimated."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:3
-#, c-format
-msgid "Manage mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:25
-#, c-format
-msgid "Manage mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:37
-msgid "The canonical hostname."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:47
-msgid "Only enabled mirrors will be pushed out to the clients."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:54
-msgid "Contact information"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:57 ../src/templates/mirrors-list.html:43
-#: ../src/templates/modules/changelog/entry.html:48
-#: ../src/templates/uploads-list.html:25
-msgid "Owner"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:62
-msgid "The owner of the mirror server."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:68
-msgid "Contact address"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:73
-msgid "An email address to contact an administrator of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:75
-msgid "This won't be made public."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:24 ../src/templates/mirrors-new.html:3
-msgid "Add new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:36
-msgid "On this page, you will see a list of all mirror servers."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:64
-msgid "Up"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:68
-msgid "Down"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:90
-msgid "There are no mirrors configured, yet."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:16
-msgid "New mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:21
-msgid "Add a new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:34
-msgid "Enter the canonical hostname of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:40
-msgid "Path"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:46
-msgid "The path to the files on the server."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:52
-msgid "Create new mirror"
-msgstr ""
-
-#: ../src/templates/modules/builders/load.html:2
-msgid "Current load of the build cluster"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:4
-#: ../src/templates/package-properties.html:71
-#: ../src/templates/package-properties.html:82
-msgid "Critical path"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:9
-msgid "Release build"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:11
-#: ../src/templates/modules/changelog/entry.html:22
-msgid "Scratch build"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:8
-msgid "As soon as possible"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:9
-msgid "After 5 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:10
-msgid "After 15 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:11
-msgid "After one hour"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:12
-msgid "After one day"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:17
-msgid "Set the time after which the build job starts."
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:22
-msgid "Schedule build"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:3
-msgid "This build is broken!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:4
-msgid ""
-"This means that the package may cause severe damage on your system and/or "
-"does not work at all."
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:8
-msgid "This build is obsolete!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:9
-msgid "This means that this package has been replaced with a new one."
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:17
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-detail.html:50
-msgid "Repository"
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:83
-msgid "There are no builds to show at this place right now."
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:8
-#, c-format
-msgid "on %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:11
-#, c-format
-msgid "by %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:16
-msgid "Updated"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:22
-msgid "No comments so far."
-msgstr ""
-
-#: ../src/templates/modules/files-table.html:7
-msgid "Info"
-msgstr ""
-
-#: ../src/templates/modules/footer.html:5
-msgid ""
-"Pakfire is the buildsystem that is used to build the IPFire Linux firewall "
-"distribution."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:6
-msgid "It also installs and updates packages on the IPFire systems."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:11
-msgid "Code licensed under the GNU General Public License v3."
-msgstr ""
-
-#: ../src/templates/modules/jobs/list.html:7
-msgid "Runtime"
-msgstr ""
-
-#: ../src/templates/modules/jobs/status.html:9
-msgid "This build has got no jobs."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:4
-msgid "Arch"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:7
-msgid "Duration"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:19 ../src/web/ui_modules.py:325
-msgid "New"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:31 ../src/web/ui_modules.py:300
-msgid "Aborted"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:33
-msgid "Dependency error"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:47
-#, c-format
-msgid "Running since %s"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:51
-msgid "Not finished, yet."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:60
-#, c-format
-msgid "This package only supports %s."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:66
-msgid "No jobs, yet."
-msgstr ""
-
-#: ../src/templates/modules/log-entry-comment.html:22
-msgid "No comment given."
-msgstr ""
-
-#: ../src/templates/modules/log-entry.html:21
-msgid "You"
-msgstr ""
-
-#: ../src/templates/modules/log-table.html:23
-msgid "No log entries, yet."
-msgstr ""
-
-#: ../src/templates/modules/modal-base.html:25
-#: ../src/templates/user-forgot-password.html:49
-msgid "Submit"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:8
-#, c-format
-msgid "Comment on %s"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:10
-msgid "Log in to comment"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:26
-msgid "Vote"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:30
-msgid "Not tested."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:34
-msgid "Works for me."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:38
-msgid "Does not work."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:46
-msgid "You need to log in to comment."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:47
-msgid "Click on the button below to do so."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:54
-msgid "Submit comment"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:7
-#, c-format
-msgid "Push %s to a repository"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:15
-msgid "Not all jobs are finished!"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:16
-msgid ""
-"So it is <em>strongly</em> discouraged to push this build into the next "
-"repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:35
-msgid "The build will be put into this repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:44
-msgid "You are going to push this build into a new repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:45
-msgid ""
-"This means that the build won't be part of the repository it is currently in "
-"anymore."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:48
-msgid ""
-"Please make sure you tested this build well enough that it will keep up with "
-"the quality level of the target repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:6
-#, c-format
-msgid "Unpush %s from a repository"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:27
-msgid "You are going to unpush this build from its repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:28
-msgid ""
-"This means that the build won't be installable from this repository anymore."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:33
-msgid ""
-"If you consider this build being obsolete or broken, please don't forget to "
-"mark it so."
-msgstr ""
-
-#: ../src/templates/modules/package-header.html:19
-msgid "Group"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:9
-msgid "Pre-requires"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:15
-msgid "Recommends"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:17
-msgid "Suggests"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:5
-#, c-format
-msgid "added %s"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:10
-msgid "Run"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:12
-msgid "Remove action"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:19
-msgid "%(credits)s more credit needed."
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:21
-msgid "No more credits needed."
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:25
-#, c-format
-msgid "Maintainer: %s"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:28
-msgid "Go to package description"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:5
-msgid "No. of builds"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:6
-#: ../src/templates/repository-detail.html:44
-msgid "Enabled for builds"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:21
-#: ../src/templates/repository-detail.html:68
-#: ../src/templates/user-profile.html:136
-msgid "Yes"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:23
-#: ../src/templates/repository-detail.html:70
-#: ../src/templates/user-profile.html:138
-msgid "No"
-msgstr ""
-
-#: ../src/templates/modules/select/locale.html:2
-#: ../src/templates/modules/select/timezone.html:2
-msgid "Auto-select"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:5
-msgid "No. of commits"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:6
-msgid "Latest commit"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:14
-#, c-format
-msgid "Branch: %s"
-msgstr ""
-
-#: ../src/templates/modules/updates-table.html:18
-msgid "Score:"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:2
-msgid "Watchers"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:7
-#: ../src/templates/modules/watchers-sidebar-table.html:36
-msgid "You."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:9
-msgid "You and one other."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:11
-#, c-format
-msgid "You and %s others."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:14
-msgid "One person."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:27
-msgid ""
-"All users who watch this build will be automatically notified about status "
-"changes and comments."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:28
-msgid "This is an easy way of staying up to date."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:48
-msgid "Nobody watches this build, yet. Be the first one."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:56
-msgid "Watch this build"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:58
-msgid "Add a watcher"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:62
-msgid "Close"
-msgstr ""
-
-#: ../src/templates/package-detail.html:42
-msgid "Development package"
-msgstr ""
-
-#: ../src/templates/package-detail.html:45
-msgid "Debuginfo package"
-msgstr ""
-
-#: ../src/templates/package-detail.html:64
-msgid "Homepage"
-msgstr ""
-
-#: ../src/templates/package-detail.html:88
-msgid "Build time"
-msgstr ""
-
-#: ../src/templates/package-detail.html:130
-msgid "%(size)s when installed"
-msgstr ""
-
-#: ../src/templates/package-detail.html:162
-msgid "Build dependencies"
-msgstr ""
-
-#: ../src/templates/package-detail.html:164
-msgid "Dependencies"
-msgstr ""
-
-#: ../src/templates/package-detail.html:173
-msgid "Filelist"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:25
-#: ../src/templates/packages/builds/times.html:20
-#: ../src/templates/packages/builds/times.html:41
-msgid "Build times"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:58
-msgid "File new bug"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:61
-msgid "Show all bugs"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:66
-msgid "Open bugs"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:76
-msgid "Full changelog"
-msgstr ""
-
-#: ../src/templates/package-properties.html:20
-msgid "Properties"
-msgstr ""
-
-#: ../src/templates/package-properties.html:32
-msgid "Maintainers"
-msgstr ""
-
-#: ../src/templates/package-properties.html:37
-#: ../src/templates/package-properties.html:47
-msgid "Default priority"
-msgstr ""
-
-#: ../src/templates/package-properties.html:39
-msgid ""
-"A big benefit of the Pakfire Build Service is, that builds are available to "
-"end-users in a very short time."
-msgstr ""
-
-#: ../src/templates/package-properties.html:40
-msgid ""
-"Some packages might need some extra boost if the build servers are very busy."
-msgstr ""
-
-#: ../src/templates/package-properties.html:43
-msgid "You may set a default priority for all builds of this package."
-msgstr ""
-
-#: ../src/templates/package-properties.html:73
-msgid ""
-"A package that belongs to the critical path is a package that plays a very "
-"essential role in the distribution."
+msgid "Size"
msgstr ""
-#: ../src/templates/package-properties.html:74
-msgid ""
-"If such a package is broken, it may not be possible to boot or recover the "
-"system anymore, so we need to be extra sure that these packages work."
+msgid "Hash"
msgstr ""
-#: ../src/templates/package-properties.html:77
-msgid ""
-"If this package is marked to belong to the critical path, it will need a "
-"higher score to pass to the next repository and more."
+msgid "Provides"
msgstr ""
-#: ../src/templates/package-properties.html:78
-msgid "Learn more."
+msgid "Requires"
msgstr ""
-#: ../src/templates/package-properties.html:86
-msgid "This package belongs to the critical path"
+msgid "Obsoletes"
msgstr ""
-#: ../src/templates/packages/builds/scratch.html:35
-msgid "There are no scratch builds for this package."
+msgid "Conflicts"
msgstr ""
-#: ../src/templates/packages/builds/times.html:3
-msgid "Package build times"
+msgid "Build information"
msgstr ""
-#: ../src/templates/packages/builds/times.html:34
-msgid "This table shows you how long this package normally takes to be built."
+msgid "ID"
msgstr ""
-#: ../src/templates/packages/builds/times.html:45
-msgid "Average"
+msgid "Host"
msgstr ""
-#: ../src/templates/packages/builds/times.html:46
-msgid "Maximum"
+msgid "Time"
msgstr ""
-#: ../src/templates/packages/builds/times.html:47
-msgid "Minimum"
+msgid "Files"
msgstr ""
-#: ../src/templates/packages/builds/times.html:48
-msgid "Total"
+msgid "Download file"
msgstr ""
-#: ../src/templates/packages/changelog.html:3
-#, c-format
-msgid "Changelog of %s"
+msgid "Welcome!"
msgstr ""
-#: ../src/templates/packages/changelog.html:20
-#: ../src/templates/packages/changelog.html:26
-msgid "Changelog"
+msgid "Development Powered By Community"
msgstr ""
-#: ../src/templates/packages-list.html:3 ../src/templates/packages-list.html:17
-msgid "Package list"
+msgid "Current Jobs"
msgstr ""
-#: ../src/templates/packages-list.html:23
-msgid ""
-"This is an alphabetically ordered list of all packages in the distribution."
+msgid "One Job In Queue"
+msgid_plural "%(num)s Jobs In Queue"
+msgstr[0] ""
+msgstr[1] ""
+
+#, c-format
+msgid "Abort build job %s"
msgstr ""
-#: ../src/templates/packages-list.html:24
-msgid "Click on a link to see further information about the package."
+msgid "You may abort a running build."
msgstr ""
-#: ../src/templates/packages-list.html:31
-msgid "Selection"
+msgid "The build server will eventually stop to build the package."
msgstr ""
-#: ../src/templates/packages-list.html:36
-msgid "Show broken packages"
+msgid "Build job"
msgstr ""
-#: ../src/templates/packages-list.html:39
-msgid "Show all packages"
+msgid "Start time"
msgstr ""
-#: ../src/templates/packages/view-file.html:3
-msgid "View %(filename)s from %(pkg)s"
+msgid "No started, yet."
msgstr ""
-#: ../src/templates/packages/view-file.html:36
-msgid "View file"
+msgid "Build server"
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Mimetype: %s"
+msgid "Job buildroot"
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Size: %s"
+msgid "Buildroot"
msgstr ""
-#: ../src/templates/register-activation-fail.html:3
-msgid "Account activation failed"
+msgid "Buildroot size"
msgstr ""
-#: ../src/templates/register-activation-fail.html:12
-#: ../src/templates/register-activation-success.html:12
-msgid "Account activation"
+msgid "Download size"
msgstr ""
-#: ../src/templates/register-activation-fail.html:17
-msgid "Activation failed"
+#, c-format
+msgid "The packages listed below were used to build %s."
msgstr ""
-#: ../src/templates/register-activation-fail.html:23
-#: ../src/templates/register-fail.html:6
-#: ../src/templates/user-profile-edit-fail.html:6
-msgid "We are sorry."
+msgid "Log In"
msgstr ""
-#: ../src/templates/register-activation-fail.html:24
-msgid "The activation of your account has failed."
+msgid "Login failed"
msgstr ""
-#: ../src/templates/register-activation-fail.html:25
-msgid "Possibly the registration code is wrong or your registration timed out."
+#, c-format
+msgid "Delete mirror %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:3
-msgid "Account activation successful"
+#, c-format
+msgid "Delete mirror: %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:17
-msgid "Activation successful"
+#, c-format
+msgid "You are going to delete the mirror %s."
msgstr ""
-#: ../src/templates/register-activation-success.html:23
#, c-format
-msgid "Your account has been activated, %s."
+msgid "Mirror: %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:24
-msgid "Have fun!"
+msgid "Add new mirror"
msgstr ""
-#: ../src/templates/register-fail.html:4
-msgid "Registration failed"
+msgid "Edit settings"
msgstr ""
-#: ../src/templates/register-fail.html:7
-msgid "We could not create your requested account."
+msgid "Delete mirror"
msgstr ""
-#: ../src/templates/register-fail.html:17
-#: ../src/templates/user-profile-edit-fail.html:17
-msgid ""
-"Use the back button on your web browser to go back to the previous page and "
-"correct your submission."
+msgid "General"
msgstr ""
-#: ../src/templates/register.html:3 ../src/templates/register.html:18
-msgid "Register a new account"
+msgid "Location"
msgstr ""
-#: ../src/templates/register.html:12
-msgid "Register new account"
+msgid "The location of the mirror server could not be estimated."
msgstr ""
-#: ../src/templates/register.html:19
-msgid "Join the community!"
+msgid "Status information"
msgstr ""
-#: ../src/templates/register.html:26
-msgid "Registration form"
+msgid "Status"
msgstr ""
-#: ../src/templates/register.html:35
-msgid "Must be a unique name you login with."
+msgid "HTTP Response Code"
msgstr ""
-#: ../src/templates/register.html:41 ../src/templates/user-profile-edit.html:60
-msgid "Email address"
+msgid "Last sync"
msgstr ""
-#: ../src/templates/register.html:46
-msgid "Type in your email address, which is used to verify the account."
+msgid "Last check"
msgstr ""
-#: ../src/templates/register.html:52
-msgid "Real name (optional)"
+msgid "Never"
msgstr ""
-#: ../src/templates/register.html:57
-msgid "Type you firstname and your lastname here."
+msgid "Average Response Time"
msgstr ""
-#: ../src/templates/register.html:64
-msgid "Account security"
+#, c-format
+msgid "Manage mirror %s"
msgstr ""
-#: ../src/templates/register.html:72
-#: ../src/templates/user-profile-edit.html:106
-msgid ""
-"The password is used to secure the login and must be at least 8 characters."
+msgid "Manage"
msgstr ""
-#: ../src/templates/register.html:78
-msgid "Confirm password"
+#, c-format
+msgid "Manage mirror: %s"
msgstr ""
-#: ../src/templates/register.html:83
-msgid "Pick a password that is as strong as possible."
+msgid "The canonical hostname."
msgstr ""
-#: ../src/templates/register.html:84
-msgid "Don't login at unsecure places where people could spy on your password."
+msgid "Check if this mirror server supports HTTPS."
msgstr ""
-#: ../src/templates/register.html:91
-msgid "Sign up!"
+msgid "Contact information"
msgstr ""
-#: ../src/templates/register-success.html:4
-msgid "Registration successful"
+msgid "Owner"
msgstr ""
-#: ../src/templates/register-success.html:6
-#, c-format
-msgid "Your new account has been created, %s."
+msgid "The owner of the mirror server."
msgstr ""
-#: ../src/templates/register-success.html:7
-msgid ""
-"To complete the activation, follow the instructions that were sent to you in "
-"an activation email."
+msgid "Contact address"
msgstr ""
-#: ../src/templates/repository-detail.html:30
-msgid "Stable repository"
+msgid "An email address to contact an administrator of the mirror."
msgstr ""
-#: ../src/templates/repository-detail.html:34
-msgid "Unstable repository"
+msgid "This won't be made public."
msgstr ""
-#: ../src/templates/repository-detail.html:38
-msgid "Testing repository"
+msgid "Save changes"
msgstr ""
-#: ../src/templates/repository-detail.html:65
-msgid "Repository is enabled for builds?"
+msgid "On this page, you will see a list of all mirror servers."
msgstr ""
-#: ../src/templates/repository-detail.html:76
-#: ../src/templates/repository-detail.html:151
-msgid "Obsolete builds"
+msgid "Up"
msgstr ""
-#: ../src/templates/repository-detail.html:85
-msgid "Total build time"
+msgid "Out Of Sync"
msgstr ""
-#: ../src/templates/repository-detail.html:99
-msgid ""
-"The table above shows how long it took to build all packages in this "
-"repository."
+msgid "Down"
msgstr ""
-#: ../src/templates/repository-detail.html:126
-msgid "Unpushed builds"
+msgid "There are no mirrors configured, yet."
msgstr ""
-#: ../src/templates/repository-detail.html:128
-msgid ""
-"These builds were already put into this repository, but were not pushed out "
-"to the mirror servers, yet."
+msgid "New mirror"
msgstr ""
-#: ../src/templates/repository-detail.html:139
-msgid "Builds in this repository"
+msgid "Add a new mirror"
msgstr ""
-#: ../src/templates/repository-edit.html:3
-#: ../src/templates/repository-edit.html:7
-#, c-format
-msgid "Edit repository %s"
+msgid "Enter the canonical hostname of the mirror."
msgstr ""
-#: ../src/templates/repository-edit.html:20
-msgid "The name of the repository."
+msgid "Path"
msgstr ""
-#: ../src/templates/repository-edit.html:21
-msgid "Must only contain of the lowercase characters."
+msgid "The path to the files on the server."
msgstr ""
-#: ../src/templates/repository-edit.html:33
-msgid "Score settings"
+msgid "Create new mirror"
msgstr ""
-#: ../src/templates/repository-edit.html:35
-msgid "These settings configure the automatic score feature."
+msgid "Release build"
msgstr ""
-#: ../src/templates/repository-edit.html:36
-msgid ""
-"Builds that gained a certain score are moved to the next repository "
-"automatically and removed if the score is too bad."
+msgid "Scratch build"
msgstr ""
-#: ../src/templates/repository-edit.html:40
-msgid "Needed score"
+msgid "As soon as possible"
msgstr ""
-#: ../src/templates/repository-edit.html:45
-msgid ""
-"The score that is needed for builds to automatically be moved into this "
-"repository."
+msgid "After 5 minutes"
msgstr ""
-#: ../src/templates/repository-edit.html:49
-msgid "Minimum time"
+msgid "After 15 minutes"
msgstr ""
-#: ../src/templates/repository-edit.html:54
-msgid "Every build must stay a minimum time in a repository."
+msgid "After one hour"
msgstr ""
-#: ../src/templates/repository-edit.html:55
-msgid "This is to ensure that a package gets tested well."
+msgid "After one day"
msgstr ""
-#: ../src/templates/repository-edit.html:56
-#: ../src/templates/repository-edit.html:67
-msgid "Enter zero to disable the feature."
+msgid "Set the time after which the build job starts."
msgstr ""
-#: ../src/templates/repository-edit.html:60
-msgid "Maximum time"
+msgid "Schedule build"
msgstr ""
-#: ../src/templates/repository-edit.html:65
-msgid ""
-"If a build is more than a certain amount of time in a repository, it will "
-"automatically be removed."
+msgid "This build is broken!"
msgstr ""
-#: ../src/templates/repository-edit.html:66
-msgid "This is to ensure that packages are not forgotten to be pushed."
+msgid ""
+"This means that the package may cause severe damage on your system and/or "
+"does not work at all."
msgstr ""
-#: ../src/templates/repository-edit.html:73
-msgid "Build settings"
+msgid "This build is obsolete!"
msgstr ""
-#: ../src/templates/repository-edit.html:76
-msgid "Use package for builds?"
+msgid "This means that this package has been replaced with a new one."
msgstr ""
-#: ../src/templates/repository-edit.html:81
-msgid "Should the package be selected for builds by default?"
+msgid "Repository"
msgstr ""
-#: ../src/templates/repository-edit.html:82
-#: ../src/templates/user-impersonation.html:21
-msgid "Use with caution!"
+msgid "Created"
msgstr ""
-#: ../src/templates/search-form.html:3
-msgid "Advanced search"
+msgid "In repository since"
msgstr ""
-#: ../src/templates/search-form.html:18
-#, c-format
-msgid "No results for '%s'."
+msgid "Can be moved forward"
msgstr ""
-#: ../src/templates/search-form.html:26
-msgid "Type a search pattern into the box below and hit the button."
+msgid "There are no builds to show at this place right now."
msgstr ""
-#: ../src/templates/search-form.html:46
-msgid "Search for packages by name or description"
+msgid "Subject"
msgstr ""
-#: ../src/templates/search-form.html:48
-msgid ""
-"If you type a package name to the search box you will get a link to the "
-"package."
+msgid "Download"
msgstr ""
-#: ../src/templates/search-form.html:49
-msgid "The search is performed in case insensitive mode."
+msgid "Info"
msgstr ""
-#: ../src/templates/search-form.html:58
-msgid "Search for UUIDs"
+msgid "Arch"
msgstr ""
-#: ../src/templates/search-form.html:60
-msgid ""
-"If you type a UUID to the search box, you will be directed to the job, build "
-"or package it belongs to."
+msgid "Duration"
msgstr ""
-#: ../src/templates/search-form.html:61
-msgid ""
-"This is a handy feature if you have a UUID and search for the corresponding "
-"package or build."
+msgid "Pending"
msgstr ""
-#: ../src/templates/search-form.html:64 ../src/templates/search-form.html:80
-msgid "Examples"
+msgid "Failed"
msgstr ""
-#: ../src/templates/search-form.html:73
-msgid "Search for files"
+msgid "Dispatching"
msgstr ""
-#: ../src/templates/search-form.html:75
-msgid "You may also search for file names."
+msgid "Finished"
msgstr ""
-#: ../src/templates/search-form.html:76
-msgid "You will get a list of packages that contain the file."
+msgid "Running"
msgstr ""
-#: ../src/templates/search-form.html:77
-msgid ""
-"The search pattern must start with a slash that it will be recognized as a "
-"file."
+msgid "Aborted"
msgstr ""
-#: ../src/templates/search-results.html:3
-#: ../src/templates/search-results.html:22
#, c-format
-msgid "Search results for '%s'"
+msgid "Running since %s"
msgstr ""
-#: ../src/templates/search-results.html:12
-msgid "Search results"
+msgid "Not finished, yet."
msgstr ""
-#: ../src/templates/search-results.html:28
-msgid "No results found."
+#, c-format
+msgid "This package only supports %s."
msgstr ""
-#: ../src/templates/search-results.html:30
-msgid "Visit the advanced search page to find about how to define your query."
+msgid "No jobs, yet."
msgstr ""
-#: ../src/templates/search-results.html:75
#, c-format
-msgid "%s was found in the following package."
-msgstr ""
-
-#: ../src/templates/sessions/index.html:36
-msgid "Valid until"
+msgid "Finished %s"
msgstr ""
-#: ../src/templates/sessions/index.html:37
-msgid "Last seen at"
+#, c-format
+msgid "on %s"
msgstr ""
-#: ../src/templates/source-list.html:3
-msgid "Sources repositories"
+msgid "This build has got no jobs."
msgstr ""
-#: ../src/templates/source-list.html:17
-msgid "Add source repository"
+msgid "No comment given."
msgstr ""
-#: ../src/templates/source-list.html:18
-msgid "Blah 123"
+msgid "You"
msgstr ""
-#: ../src/templates/statistics/index.html:11
-msgid ""
-"On this page, you will find a lot of information bundled in graphs and "
-"figures."
+msgid "No log entries, yet."
msgstr ""
-#: ../src/templates/statistics/index.html:12
-msgid ""
-"They give a very quick overview about what is going on in the build service."
+msgid "Submit"
msgstr ""
-#: ../src/templates/statistics/index.html:18
#, c-format
-msgid "The average build time is %.1f minutes."
+msgid "Comment on %s"
msgstr ""
-#: ../src/templates/statistics/index.html:21
-msgid "There are %(builds_count)s builds containing %(jobs_count_all)s jobs."
+msgid "Log in to comment"
msgstr ""
-#: ../src/templates/updates-index.html:3
-msgid "Updates"
+msgid "Comment"
msgstr ""
-#: ../src/templates/updates-index.html:6
-msgid "Coming soon..."
+msgid "Vote"
msgstr ""
-#: ../src/templates/uploads-list.html:24
-msgid "Filename"
+msgid "Not tested."
msgstr ""
-#: ../src/templates/uploads-list.html:26
-msgid "Filesize"
+msgid "Works for me."
msgstr ""
-#: ../src/templates/uploads-list.html:27
-msgid "Time running"
+msgid "Does not work."
msgstr ""
-#: ../src/templates/uploads-list.html:44
-msgid "No owner."
+msgid "You need to log in to comment."
msgstr ""
-#: ../src/templates/uploads-list.html:74
-msgid "There are currently no uploads running."
+msgid "Click on the button below to do so."
msgstr ""
-#: ../src/templates/user-comments.html:4
-msgid "Latest user comments"
+msgid "Submit comment"
msgstr ""
-#: ../src/templates/user-comments.html:12
-msgid "Show all users"
+msgid "Login"
msgstr ""
-#: ../src/templates/user-delete.html:4
#, c-format
-msgid "Delete user %s"
+msgid "Push %s to a repository"
msgstr ""
-#: ../src/templates/user-delete.html:8
-msgid "Do you really want to delete your own account?"
+msgid "Not all jobs are finished!"
msgstr ""
-#: ../src/templates/user-delete.html:9
-msgid "You won't be able to login and use this service any more."
+msgid ""
+"So it is <em>strongly</em> discouraged to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/user-delete.html:11
-#, c-format
-msgid "Do you really want to delete the user %s?"
+msgid "The build will be put into this repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:3
-#: ../src/templates/user-forgot-password.html:12
-#: ../src/templates/user-forgot-password.html:17
-msgid "Forgot password"
+msgid "You are going to push this build into a new repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:22
-msgid "Work in progress!"
+msgid ""
+"This means that the build won't be part of the repository it is currently in "
+"anymore."
msgstr ""
-#: ../src/templates/user-forgot-password.html:28
-msgid "You have forgotten you password, eh? Shame on you."
+msgid ""
+"Please make sure you tested this build well enough that it will keep up with "
+"the quality level of the target repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:29
-msgid "However, we allow to re-activate your account."
+#, c-format
+msgid "Unpush %s from a repository"
msgstr ""
-#: ../src/templates/user-forgot-password.html:32
-msgid "You need to enter your username below."
+msgid "You are going to unpush this build from its repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:33
-msgid "After that, you will receive an email with intructions how to go on."
+msgid ""
+"This means that the build won't be installable from this repository anymore."
msgstr ""
-#: ../src/templates/user-forgot-password.html:42
-msgid "Your username"
+msgid ""
+"If you consider this build being obsolete or broken, please don't forget to "
+"mark it so."
msgstr ""
-#: ../src/templates/user-impersonation.html:3
+msgid "Group"
+msgid_plural "Groups"
+msgstr[0] ""
+msgstr[1] ""
+
#, c-format
-msgid "Impersonate user %s"
+msgid "added %s"
msgstr ""
-#: ../src/templates/user-impersonation.html:7
-msgid "User impersonation"
+msgid "Run"
msgstr ""
-#: ../src/templates/user-impersonation.html:17
-msgid ""
-"When impersonating another user, every action you perform will be taking "
-"place as if you had logged in as the user whom will be impersonating."
+msgid "Remove action"
msgstr ""
-#: ../src/templates/user-impersonation.html:22
-msgid ""
-"This is a very powerful feature. You should be very careful while using it."
-msgstr ""
+msgid "One more score needed."
+msgid_plural "%(score)s more scores needed."
+msgstr[0] ""
+msgstr[1] ""
-#: ../src/templates/user-list.html:3
-msgid "User list"
+msgid "No more scores needed."
msgstr ""
-#: ../src/templates/user-profile-builds.html:3
-#: ../src/templates/user-profile-builds.html:7
#, c-format
-msgid "Builds by %s"
+msgid "Maintainer: %s"
msgstr ""
-#: ../src/templates/user-profile-edit-fail.html:4
-msgid "Edit failed"
+msgid "Go to package description"
msgstr ""
-#: ../src/templates/user-profile-edit-fail.html:7
-msgid "The user profile cannot be saved."
+msgid "Auto-select"
msgstr ""
-#: ../src/templates/user-profile-edit.html:3
-#: ../src/templates/user-profile-edit.html:26
-#, c-format
-msgid "Edit user profile: %s"
+msgid "No. of commits"
msgstr ""
-#: ../src/templates/user-profile-edit.html:34
-msgid "User Identity"
+msgid "Latest commit"
msgstr ""
-#: ../src/templates/user-profile-edit.html:48
-msgid "Real name"
+#, c-format
+msgid "Branch: %s"
msgstr ""
-#: ../src/templates/user-profile-edit.html:54
-msgid ""
-"This field is optional, but we appreciate it very much if you type in your "
-"real name."
+msgid "You."
msgstr ""
-#: ../src/templates/user-profile-edit.html:66
-msgid ""
-"If the email address is changed, your account will be disabled until you "
-"confirm the new email address."
+msgid "You and one other."
msgstr ""
-#: ../src/templates/user-profile-edit.html:74
-msgid "Admin actions"
+#, c-format
+msgid "You and %s others."
msgstr ""
-#: ../src/templates/user-profile-edit.html:82
-#: ../src/templates/user-profile.html:52
-msgid "Tester"
+msgid "One person."
+msgid_plural "%(num)s people."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid ""
+"All users who watch this build will be automatically notified about status "
+"changes and comments."
msgstr ""
-#: ../src/templates/user-profile-edit.html:85
-#: ../src/templates/user-profile.html:50
-msgid "Admin"
+msgid "This is an easy way of staying up to date."
msgstr ""
-#: ../src/templates/user-profile-edit.html:90
-msgid "Define the permissions of the user."
+msgid "Nobody watches this build, yet. Be the first one."
msgstr ""
-#: ../src/templates/user-profile-edit.html:98
-msgid "Account security settings"
+msgid "Watch this build"
msgstr ""
-#: ../src/templates/user-profile-edit.html:112
-#: ../src/templates/user-profile-passwd.html:84
-msgid "Confirm"
+msgid "Add a watcher"
msgstr ""
-#: ../src/templates/user-profile-edit.html:117
-msgid "Leave the password fields empty to keep the current password."
+msgid "Close"
msgstr ""
-#: ../src/templates/user-profile-edit.html:124
-msgid "Locale & timezone settings"
+msgid "Properties"
msgstr ""
-#: ../src/templates/user-profile-edit.html:127
-msgid "Preferred language"
+msgid "Maintainers"
msgstr ""
-#: ../src/templates/user-profile-edit.html:132
-msgid "Auto-detect will use the language transmitted by your browser."
+msgid "Default priority"
msgstr ""
-#: ../src/templates/user-profile-edit.html:138
-msgid "Timezone"
+msgid ""
+"A big benefit of the Pakfire Build Service is, that builds are available to "
+"end-users in a very short time."
msgstr ""
-#: ../src/templates/user-profile-edit.html:143
-msgid "Auto-detect will use the timezone transmitted by your browser."
+msgid ""
+"Some packages might need some extra boost if the build servers are very busy."
msgstr ""
-#: ../src/templates/user-profile-edit.html:150
-msgid "Save"
+msgid "You may set a default priority for all builds of this package."
msgstr ""
-#: ../src/templates/user-profile.html:23
-msgid "View comments"
+msgid "Very high"
msgstr ""
-#: ../src/templates/user-profile.html:41
-msgid "Email"
+msgid "High"
msgstr ""
-#: ../src/templates/user-profile.html:61
-msgid "Registered"
+msgid "Medium"
msgstr ""
-#: ../src/templates/user-profile.html:80
-msgid "Edit profile"
+msgid "Low"
msgstr ""
-#: ../src/templates/user-profile.html:86
-#: ../src/templates/user-profile-passwd.html:3
-#: ../src/templates/user-profile-passwd.html:20
-#: ../src/templates/user-profile-passwd.html:25
-#: ../src/templates/user-profile-passwd.html:95
-#: ../src/templates/user-profile-passwd-ok.html:20
-msgid "Change password"
+msgid "Very low"
msgstr ""
-#: ../src/templates/user-profile.html:94
-msgid "Delete account"
+msgid "Critical path"
msgstr ""
-#: ../src/templates/user-profile.html:101
-msgid "Impersonate user"
+msgid ""
+"A package that belongs to the critical path is a package that plays a very "
+"essential role in the distribution."
msgstr ""
-#: ../src/templates/user-profile.html:121
-msgid "Permissions"
+msgid ""
+"If such a package is broken, it may not be possible to boot or recover the "
+"system anymore, so we need to be extra sure that these packages work."
msgstr ""
-#: ../src/templates/user-profile.html:125
-msgid "This user has administration rights."
+msgid ""
+"If this package is marked to belong to the critical path, it will need a "
+"higher score to pass to the next repository and more."
msgstr ""
-#: ../src/templates/user-profile.html:132
-msgid "User is allowed to create scratch builds?"
+msgid "Learn more."
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:4
-msgid "Edit successful"
+msgid "Open Bugs In This Package"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:6
-msgid "The user profile was successfully altered."
+msgid "Show All Bugs"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:7
-msgid ""
-"But as you have changed the email address, you need to re-activate the "
-"account."
+msgid "File A New Bug"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:8
-msgid "Have a look at you mailbox - you already do know what to do."
+msgid "Download Package"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:32
-msgid "You are going to change your password."
+#, c-format
+msgid "Build from %s"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:35
-msgid ""
-"To do so, you need to enter your current password and the new password twice."
+msgid "Filelist"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:39
#, c-format
-msgid "In this dialog, you may change the password of %s."
+msgid "Download (%s)"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:61
-msgid "Old password"
+msgid "Job Queue"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:66
-msgid "Please provide your old password."
+#, c-format
+msgid "Builds in %s"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:73
-msgid "New password"
+msgid "Create"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:78
-msgid "Choose a new password. Make sure that it is as strong as possible."
+msgid "- Select -"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:89
-msgid "Confirm the new password."
+msgid "Create Repository"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:3
-#: ../src/templates/user-profile-passwd-ok.html:29
-msgid "Password changed"
+msgid "Describe what this repository will contain"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:24
-msgid "Done!"
+msgid "Priority"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:37
-msgid "Your password has successfully been changed."
+msgid "Listed"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:41
-#, c-format
-msgid "The password of %s has successfully been changed."
+msgid "By unchecking this box, you can hide this repository from being listed"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:46
-msgid "Ok"
+msgid "Enable Mirroring"
msgstr ""
-#: ../src/web/handlers_auth.py:65
-msgid "No username provided."
+msgid "If enabled, this repository will be made available on mirror servers"
msgstr ""
-#: ../src/web/handlers_auth.py:67
-msgid "The given username is already taken."
+msgid "Download Configuration"
msgstr ""
-#: ../src/web/handlers_auth.py:70 ../src/web/handlers_users.py:177
-msgid "No email address provided."
+msgid "Search"
msgstr ""
-#: ../src/web/handlers_auth.py:72 ../src/web/handlers_users.py:179
-msgid "Email address is invalid."
+#, c-format
+msgid "We could not find anything for '%s'"
msgstr ""
-#: ../src/web/handlers_auth.py:74
-msgid "The given email address is already used for another account."
+msgid "Go!"
msgstr ""
-#: ../src/web/handlers_auth.py:78
-msgid "No password provided."
+msgid "Sources repositories"
msgstr ""
-#: ../src/web/handlers_auth.py:80 ../src/web/handlers_users.py:185
-msgid "Passwords do not match."
+msgid "Source repositories"
msgstr ""
-#: ../src/web/handlers_auth.py:84
-msgid "Your password is too weak."
+msgid "Add source repository"
msgstr ""
-#: ../src/web/handlers_builds.py:368
-msgid "User not found."
+msgid "Blah 123"
msgstr ""
-#: ../src/web/handlers_users.py:112
-msgid "You need to enter you current password."
+msgid "Delete User"
msgstr ""
-#: ../src/web/handlers_users.py:115
-msgid "The provided account password is wrong."
+msgid "Are you sure you want to delete your account?"
msgstr ""
-#: ../src/web/handlers_users.py:124
-msgid "The given passwords do not match."
+#, c-format
+msgid "Are you sure you want to delete the user '%s'?"
msgstr ""
-#: ../src/web/handlers_users.py:126
-msgid "The password was blank."
+msgid "Edit User"
msgstr ""
-#: ../src/web/handlers_users.py:130
-msgid "The given password is too weak."
+#, c-format
+msgid "Send an Email to %s"
msgstr ""
-#: ../src/web/handlers_users.py:183
-msgid "Password has less than 8 characters."
+msgid "Quota"
msgstr ""
-#: ../src/web/__init__.py:327
#, python-format
msgid "%(min)d min"
msgstr ""
-#: ../src/web/__init__.py:329
#, python-format
msgid "%(hrs)d:%(min)02d hrs"
msgstr ""
-#: ../src/web/__init__.py:336
-#, python-format
-msgid "%dh"
+msgid "User not found."
msgstr ""
-#: ../src/web/__init__.py:340
-#, python-format
-msgid "%dm"
+msgid "Recommends"
msgstr ""
-#: ../src/web/__init__.py:342
-#, python-format
-msgid "%ds"
+msgid "Suggests"
msgstr ""
-#: ../src/web/ui_modules.py:172
msgid "Today"
msgstr ""
-#: ../src/web/ui_modules.py:177
msgid "Yesterday"
msgstr ""
-#: ../src/web/ui_modules.py:305
-msgid "Dependency problem"
+msgid "Uploading"
msgstr ""
-#: ../src/web/ui_modules.py:346
#, python-format
msgid "Unknown: %s"
msgstr ""
msgstr ""
"Project-Id-Version: IPFire Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-06 16:39+0100\n"
+"POT-Creation-Date: 2022-10-12 13:55+0000\n"
"PO-Revision-Date: 2013-02-17 14:23+0000\n"
"Last-Translator: André Morro <andre@andremorro.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ../src/buildservice/builds.py:1109
-#, python-format
-msgid "%(user_name)s commented on %(build_name)s"
-msgstr ""
-
-#: ../src/buildservice/constants.py:56
-#, python-format
-msgid "[%(build_name)s] Build job failed."
-msgstr ""
-
-#: ../src/buildservice/constants.py:57
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has failed.\n"
-"\n"
-"This could have a couple of reasons and needs to be investigated by you.\n"
-"\n"
-"Here is more information about the incident:\n"
-"\n"
-" Build name: %(build_name)s\n"
-" Build host: %(build_host)s\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/constants.py:74
-#, python-format
-msgid "[%(build_name)s] Build job finished."
-msgstr ""
-
-#: ../src/buildservice/constants.py:75
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has finished.\n"
-"\n"
-"If you are the maintainer, it is up to you to push it to one or more "
-"repositories.\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/logs.py:67
msgid "Build has been created"
msgstr ""
-#: ../src/buildservice/logs.py:106 ../src/buildservice/logs.py:170
-#: ../src/buildservice/logs.py:230 ../src/buildservice/logs.py:305
msgid "Unknown action."
msgstr ""
-#: ../src/buildservice/logs.py:117 ../src/buildservice/logs.py:186
-#: ../src/buildservice/logs.py:247 ../src/buildservice/logs.py:321
-#: ../src/templates/builders/detail.html:161
-#: ../src/templates/builders/list.html:59 ../src/templates/jobs-detail.html:82
-#: ../src/templates/mirrors-list.html:72 ../src/web/__init__.py:307
msgid "Unknown"
msgstr ""
-#: ../src/buildservice/logs.py:124 ../src/buildservice/logs.py:130
-#: ../src/templates/builders/detail.html:143
-#: ../src/templates/builders/detail.html:149
-#: ../src/templates/builders/detail.html:170
-#: ../src/templates/builders/detail.html:210
-#: ../src/templates/builders/detail.html:224
-#: ../src/templates/jobs-buildroot.html:87
-#: ../src/templates/mirrors-detail.html:67
-#: ../src/templates/mirrors-list.html:56 ../src/templates/mirrors-list.html:81
-#: ../src/templates/modules/jobs/list.html:44
-#: ../src/templates/modules/jobs-table.html:42
-#: ../src/templates/modules/repository-table.html:14
-#: ../src/templates/sessions/index.html:50
-#: ../src/templates/uploads-list.html:55
msgid "N/A"
msgstr ""
-#: ../src/buildservice/logs.py:136
#, python-format
msgid "This build was pushed to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:138
#, python-format
msgid "You pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:140
#, python-format
msgid "%(user)s pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:144
#, python-format
msgid "This build was unpushed from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:146
#, python-format
msgid "You unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:148
#, python-format
msgid "%(user)s unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:152
#, python-format
msgid ""
"This build was pushed from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:154
#, python-format
msgid ""
"You pushed this build from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:156
#, python-format
msgid ""
"%(user)s pushed this build from the repository '%(from_repo)s' to "
"'%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:192
#, python-format
msgid "Builder '%(builder)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:194
#, python-format
msgid "You enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:196
#, python-format
msgid "%(user)s enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:200
#, python-format
msgid "Builder '%(builder)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:202
#, python-format
msgid "You disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:204
#, python-format
msgid "%(user)s disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:208
#, python-format
msgid "You deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:210
#, python-format
msgid "%(user)s deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:214
#, python-format
msgid "You created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:216
#, python-format
msgid "%(user)s created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:253
#, python-format
msgid "Job '%(job)s' has been created."
msgstr ""
-#: ../src/buildservice/logs.py:255
#, python-format
msgid "You created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:257
#, python-format
msgid "%(user)s created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:261
#, python-format
msgid "Job '%(job)s' has changed its state to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:263
#, python-format
msgid "You changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:265
#, python-format
msgid "%(user)s changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:269
#, python-format
msgid "Job '%(job)s' has been reset."
msgstr ""
-#: ../src/buildservice/logs.py:271
#, python-format
msgid "You reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:273
#, python-format
msgid "%(user)s has reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:277
#, python-format
msgid "Job '%(job)s' has been scheduled for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:279
#, python-format
msgid "You scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:281
#, python-format
msgid "%(user)s scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:287
#, python-format
msgid "A test job for '%(job)s' has been scheduled."
msgstr ""
-#: ../src/buildservice/logs.py:289
#, python-format
msgid "You scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:291
#, python-format
msgid "%(user)s scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:327
#, python-format
msgid "Mirror '%(mirror)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:329
#, python-format
msgid "You enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:331
#, python-format
msgid "%(user)s enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:335
#, python-format
msgid "Mirror '%(mirror)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:337
#, python-format
msgid "You disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:339
#, python-format
msgid "%(user)s disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:343
#, python-format
msgid "You deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:345
#, python-format
msgid "%(user)s deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:349
#, python-format
msgid "You created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:351
#, python-format
msgid "%(user)s created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/users.py:459
-msgid "Account Activation"
-msgstr ""
-
-#: ../src/buildservice/users.py:461
-msgid ""
-"You, or somebody using your email address, has registered an account on the "
-"Pakfire Build Service."
-msgstr ""
-
-#: ../src/buildservice/users.py:463
-msgid "To activate your account, please click on the link below."
+msgid "No title given"
msgstr ""
-#: ../src/templates/base.html:4
-msgid "No title given"
+msgid "Menu"
msgstr ""
-#: ../src/templates/base.html:29 ../src/templates/index.html:16
msgid "Pakfire Build Service"
msgstr ""
-#: ../src/templates/base.html:34 ../src/templates/build-bugs.html:12
-#: ../src/templates/build-delete.html:12 ../src/templates/build-detail.html:12
-#: ../src/templates/build-schedule-test.html:12
-#: ../src/templates/build-state.html:12
-#: ../src/templates/builds-watchers-add.html:12
-#: ../src/templates/jobs-buildroot.html:12
-#: ../src/templates/jobs-buildroot.html:48
-#: ../src/templates/job-schedule-rebuild.html:12
-#: ../src/templates/job-schedule-test.html:12
-#: ../src/templates/jobs-detail.html:12 ../src/templates/package-detail.html:12
-#: ../src/templates/package-detail-list.html:12
-#: ../src/templates/package-properties.html:12
-#: ../src/templates/packages/builds/scratch.html:12
-#: ../src/templates/packages/builds/times.html:12
-#: ../src/templates/packages/changelog.html:12
-#: ../src/templates/packages-list.html:12
-#: ../src/templates/packages/view-file.html:12
-#: ../src/templates/search-results.html:50
msgid "Packages"
msgstr ""
-#: ../src/templates/base.html:37 ../src/templates/build-index.html:3
-#: ../src/templates/build-index.html:12 ../src/templates/build-index.html:26
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-#: ../src/templates/builds/comments.html:12
-#: ../src/templates/distro-update-edit.html:20
-#: ../src/templates/docs-base.html:33 ../src/templates/docs-build.html:16
-#: ../src/templates/docs-index.html:43
-#: ../src/templates/statistics/index.html:15
msgid "Builds"
msgstr "Builds"
-#: ../src/templates/base.html:41
msgid "More"
msgstr ""
-#: ../src/templates/base.html:47 ../src/templates/docs-build.html:3
-#: ../src/templates/docs-build.html:12 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-index.html:12 ../src/templates/docs-users.html:3
-#: ../src/templates/docs-users.html:12 ../src/templates/docs-users.html:21
-#: ../src/templates/docs-whatsthis.html:3
-#: ../src/templates/docs-whatsthis.html:12
-#: ../src/templates/docs-whatsthis.html:21
-msgid "Documentation"
-msgstr ""
-
-#: ../src/templates/base.html:53 ../src/templates/search-form.html:12
-#: ../src/templates/search-form.html:22
-msgid "Search"
-msgstr ""
-
-#: ../src/templates/base.html:60 ../src/templates/distro-detail.html:12
-#: ../src/templates/distro-list.html:3 ../src/templates/distro-list.html:12
-#: ../src/templates/distro-list.html:18
-#: ../src/templates/distro-source-commit-detail.html:12
-#: ../src/templates/distro-source-commit-reset.html:10
-#: ../src/templates/distro-source-detail.html:10
-#: ../src/templates/repository-detail.html:14
msgid "Distributions"
msgstr ""
-#: ../src/templates/base.html:66 ../src/templates/builders/delete.html:12
-#: ../src/templates/builders/detail.html:12
-#: ../src/templates/builders/edit.html:12 ../src/templates/builders/list.html:3
-#: ../src/templates/builders/list.html:12
-#: ../src/templates/builders/list.html:17 ../src/templates/builders/new.html:12
-#: ../src/templates/builders/pass.html:10
msgid "Builders"
msgstr ""
-#: ../src/templates/base.html:72 ../src/templates/mirrors-delete.html:12
-#: ../src/templates/mirrors-detail.html:12
-#: ../src/templates/mirrors-edit.html:12 ../src/templates/mirrors-list.html:3
-#: ../src/templates/mirrors-list.html:12 ../src/templates/mirrors-list.html:32
-#: ../src/templates/mirrors-new.html:12
msgid "Mirrors"
msgstr ""
-#: ../src/templates/base.html:78 ../src/templates/keys-delete.html:12
-#: ../src/templates/keys-import.html:12 ../src/templates/keys-list.html:3
-#: ../src/templates/keys-list.html:12 ../src/templates/keys-list.html:17
-msgid "Key Management"
-msgstr ""
-
-#: ../src/templates/base.html:86 ../src/templates/docs-base.html:34
-#: ../src/templates/docs-index.html:46 ../src/templates/docs-users.html:24
-#: ../src/templates/docs-users.html:48 ../src/templates/search-results.html:96
-#: ../src/templates/user-list.html:12 ../src/templates/user-list.html:17
-#: ../src/templates/user-profile-edit.html:12
-#: ../src/templates/user-profile.html:12
-#: ../src/templates/user-profile-passwd.html:12
-#: ../src/templates/user-profile-passwd-ok.html:12
msgid "Users"
msgstr "Usuários"
-#: ../src/templates/base.html:94 ../src/templates/statistics/index.html:3
-#: ../src/templates/statistics/index.html:7
-msgid "Statistics"
-msgstr "Estatísticas"
-
-#: ../src/templates/base.html:101
-msgid "Administration"
+msgid "My Profile"
msgstr ""
-#: ../src/templates/base.html:106 ../src/templates/sessions/index.html:3
-#: ../src/templates/sessions/index.html:12
-#: ../src/templates/sessions/index.html:17
-msgid "Sessions"
-msgstr ""
+#, fuzzy
+msgid "My Builds"
+msgstr "Builds"
-#: ../src/templates/base.html:112 ../src/templates/uploads-list.html:3
-#: ../src/templates/uploads-list.html:12 ../src/templates/uploads-list.html:17
-msgid "Uploads"
+msgid "Log Out"
msgstr ""
-#: ../src/templates/base.html:132
-msgid "My profile"
+msgid "Sign In"
msgstr ""
-#: ../src/templates/base.html:138
-msgid "My builds"
+msgid "Delete build"
msgstr ""
-#: ../src/templates/base.html:143
-msgid "Impersonated by"
+msgid "Home"
msgstr ""
-#: ../src/templates/base.html:153
-msgid "End impersonation"
+msgid "Delete"
msgstr ""
-#: ../src/templates/base.html:160
-msgid "Logout"
+#, c-format
+msgid "You are about to delete build %s."
msgstr ""
-#: ../src/templates/base.html:168 ../src/templates/docs-users.html:56
-msgid "Register"
+msgid "Please make sure, that this is the right build you intend to delete."
msgstr ""
-#: ../src/templates/base.html:172
-msgid "Sign in"
+msgid "Once a build has been deleted, it can not been recovered."
msgstr ""
-#: ../src/templates/base.html:184
-msgid "Forgot your password?"
+msgid "Cancel"
msgstr ""
-#: ../src/templates/build-bugs.html:3
-msgid "Bug list"
+#, c-format
+msgid "Manage build %s"
msgstr ""
-#: ../src/templates/build-bugs.html:8 ../src/templates/build-delete.html:8
-#: ../src/templates/build-detail.html:8 ../src/templates/builders/delete.html:8
-#: ../src/templates/builders/detail.html:8
-#: ../src/templates/builders/edit.html:8 ../src/templates/builders/list.html:8
-#: ../src/templates/builders/new.html:8 ../src/templates/builders/pass.html:6
-#: ../src/templates/build-index.html:8
-#: ../src/templates/build-schedule-test.html:8
-#: ../src/templates/builds/comments.html:8 ../src/templates/build-state.html:8
-#: ../src/templates/builds-watchers-add.html:8
-#: ../src/templates/distro-detail.html:8 ../src/templates/distro-list.html:8
-#: ../src/templates/distro-source-commit-detail.html:8
-#: ../src/templates/distro-source-commit-reset.html:6
-#: ../src/templates/distro-source-detail.html:6
-#: ../src/templates/docs-build.html:8 ../src/templates/docs-index.html:8
-#: ../src/templates/docs-users.html:8 ../src/templates/docs-whatsthis.html:8
-#: ../src/templates/jobs-buildroot.html:8
-#: ../src/templates/job-schedule-rebuild.html:8
-#: ../src/templates/job-schedule-test.html:8
-#: ../src/templates/jobs-detail.html:8 ../src/templates/jobs-filter.html:8
-#: ../src/templates/jobs-index.html:8 ../src/templates/keys-delete.html:8
-#: ../src/templates/keys-import.html:8 ../src/templates/keys-list.html:8
-#: ../src/templates/mirrors-delete.html:8
-#: ../src/templates/mirrors-detail.html:8 ../src/templates/mirrors-edit.html:8
-#: ../src/templates/mirrors-list.html:8 ../src/templates/mirrors-new.html:8
-#: ../src/templates/modules/package-header.html:9
-#: ../src/templates/package-detail.html:8
-#: ../src/templates/package-detail-list.html:8
-#: ../src/templates/package-properties.html:8
-#: ../src/templates/packages/builds/scratch.html:8
-#: ../src/templates/packages/builds/times.html:8
-#: ../src/templates/packages/changelog.html:8
-#: ../src/templates/packages-list.html:8
-#: ../src/templates/packages/view-file.html:8
-#: ../src/templates/register-activation-fail.html:8
-#: ../src/templates/register-activation-success.html:8
-#: ../src/templates/register.html:8 ../src/templates/repository-detail.html:10
-#: ../src/templates/search-form.html:8 ../src/templates/search-results.html:8
-#: ../src/templates/sessions/index.html:8 ../src/templates/uploads-list.html:8
-#: ../src/templates/user-forgot-password.html:8
-#: ../src/templates/user-list.html:8 ../src/templates/user-profile-edit.html:8
-#: ../src/templates/user-profile.html:8
-#: ../src/templates/user-profile-passwd.html:8
-#: ../src/templates/user-profile-passwd-ok.html:8
-msgid "Home"
+msgid "Manage build"
msgstr ""
-#: ../src/templates/build-bugs.html:29 ../src/templates/build-detail.html:75
-msgid "Fixed bugs"
-msgstr ""
+msgid "Distribution"
+msgstr "Distribuição"
-#: ../src/templates/build-bugs.html:33
-msgid "No bugs here, yet."
+msgid "Not all jobs are finished"
msgstr ""
-#: ../src/templates/build-bugs.html:34
-msgid "Click below to add one."
+msgid "Not all jobs of this build are finished, yet."
msgstr ""
-#: ../src/templates/build-bugs.html:45
-msgid "Add"
+msgid ""
+"It is <strong>strongly discouraged</strong> to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/build-bugs.html:50 ../src/templates/keys-list.html:63
-msgid "Remove"
+msgid ""
+"However, the build will be automatically unpushed if one or more build jobs "
+"fail."
msgstr ""
-#: ../src/templates/build-bugs.html:57 ../src/templates/user-delete.html:18
-msgid "Back"
-msgstr "Voltar"
-
-#: ../src/templates/build-bugs.html:71
-msgid "Add a bug"
+msgid "Push to a repository"
msgstr ""
-#: ../src/templates/build-bugs.html:77 ../src/templates/build-bugs.html:134
-msgid "Bug ID"
+msgid "Push to next repository"
msgstr ""
-#: ../src/templates/build-bugs.html:84
-msgid "Enter a bug ID."
+msgid "Push to first repository"
msgstr ""
-#: ../src/templates/build-bugs.html:93
-msgid "This is a list of more open bugs of this package."
+msgid "New repository"
msgstr ""
-#: ../src/templates/build-bugs.html:96
-msgid "Maybe you want to pick one of these."
+msgid "This is the target repository for the build."
msgstr ""
-#: ../src/templates/build-bugs.html:115
-msgid "Add bug"
+msgid "Push"
msgstr ""
-#: ../src/templates/build-bugs.html:116 ../src/templates/build-bugs.html:165
-#: ../src/templates/build-delete.html:47
-#: ../src/templates/builders/delete.html:39
-#: ../src/templates/build-manage.html:79 ../src/templates/keys-delete.html:43
-#: ../src/templates/mirrors-delete.html:36
-#: ../src/templates/mirrors-edit.html:82
-#: ../src/templates/modules/modal-base.html:28
-#: ../src/templates/modules/modal-build-comment.html:59
-#: ../src/templates/package-properties.html:94
-#: ../src/templates/user-profile-edit.html:151
-#: ../src/templates/user-profile-passwd.html:96
-msgid "Cancel"
+msgid "Unpush"
msgstr ""
-#: ../src/templates/build-bugs.html:128
-msgid "Remove a bug"
+msgid "Switch to user mode"
msgstr ""
-#: ../src/templates/build-bugs.html:141
-msgid "Enter a bug ID from the list below."
+msgid "Switch to admin mode"
msgstr ""
-#: ../src/templates/build-bugs.html:164
-msgid "Remove bug"
+#, c-format
+msgid "Schedule test build for %s"
msgstr ""
-#: ../src/templates/build-delete.html:3 ../src/templates/build-delete.html:46
-#: ../src/templates/build-detail.html:151
-msgid "Delete build"
+msgid "Schedule test build"
+msgstr "Agendar teste de build"
+
+msgid ""
+"A test build is used to check if a package builds with the current package "
+"set."
msgstr ""
-#: ../src/templates/build-delete.html:24
-#: ../src/templates/builders/delete.html:20
-#: ../src/templates/keys-delete.html:20 ../src/templates/mirrors-delete.html:20
-#: ../src/templates/repository-detail.html:116
-msgid "Delete"
+msgid ""
+"In this way, developers are able to find quality issues fast and without "
+"actively searching for them."
msgstr ""
-#: ../src/templates/build-delete.html:34
-#, c-format
-msgid "You are about to delete build %s."
+msgid ""
+"As this build platform only has a limited amount of performance, test builds "
+"only have a very less priority."
msgstr ""
-#: ../src/templates/build-delete.html:39
-msgid "Please make sure, that this is the right build you intend to delete."
+msgid "However, you can manually request to run a test."
msgstr ""
-#: ../src/templates/build-delete.html:40
-msgid "Once a build has been deleted, it can not been recovered."
+msgid ""
+"The build job will be started when a build slot is available but not before "
+"the given time."
msgstr ""
-#: ../src/templates/build-detail.html:3 ../src/templates/build-state.html:3
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/builds-watchers-list.html:31
-#: ../src/templates/modules/build-table.html:14
-#: ../src/templates/modules/log-table.html:10
-#: ../src/templates/package-detail.html:109
msgid "Build"
msgstr "Build"
-#: ../src/templates/build-detail.html:43
-msgid "Score"
-msgstr ""
-
-#: ../src/templates/build-detail.html:46
-msgid "(broken)"
-msgstr ""
-
-#: ../src/templates/build-detail.html:48
-msgid "(obsolete)"
-msgstr ""
-
-#: ../src/templates/build-detail.html:57
-msgid "Security update"
-msgstr ""
-
-#: ../src/templates/build-detail.html:60
-msgid "Bug fix update"
-msgstr ""
+msgid "State"
+msgstr "Estado"
-#: ../src/templates/build-detail.html:63
-msgid "Enhancement"
+msgid ""
+"The state of a build can be either building, testing, stable, obsolete or "
+"broken."
msgstr ""
-#: ../src/templates/build-detail.html:66
-msgid "New package"
+msgid "Mark build as obsolete"
msgstr ""
-#: ../src/templates/build-detail.html:68
-#, c-format
-msgid "Unhandled: %s"
+msgid ""
+"If a package is updated by an other package it should be marked as "
+"<em>obsolete</em>."
msgstr ""
-#: ../src/templates/build-detail.html:98
-#: ../src/templates/distro-source-commit-detail.html:55
-#: ../src/templates/modules/changelog/entry.html:36
-#: ../src/templates/modules/commits-table.html:5
-msgid "Author"
-msgstr "Autor"
-
-#: ../src/templates/build-detail.html:100
-#: ../src/templates/distro-source-commit-detail.html:3
-#: ../src/templates/modules/commits-table.html:4
-#: ../src/templates/package-detail.html:137
-msgid "Commit"
-msgstr "Commit"
-
-#: ../src/templates/build-detail.html:103
-#: ../src/templates/modules/changelog/entry.html:41
-msgid "No commit message."
+msgid ""
+"For obsolete builds, there will be no test jobs created and it is "
+"recommended to remove them from the repositories soon."
msgstr ""
-#: ../src/templates/build-detail.html:117
-#: ../src/templates/modules/modal-build-comment.html:18
-msgid "Comment"
+msgid "Remove build from the repository it is currently in?"
msgstr ""
-#: ../src/templates/build-detail.html:121
-#: ../src/templates/builders/detail.html:242
-#: ../src/templates/jobs-detail.html:175 ../src/templates/log.html:4
-#: ../src/templates/mirrors-detail.html:119
-#: ../src/templates/mirrors-list.html:95
-msgid "Log"
-msgstr "Log"
-
-#: ../src/templates/build-detail.html:130
-#: ../src/templates/builders/list.html:32 ../src/templates/jobs-filter.html:12
-#: ../src/templates/jobs-index.html:3 ../src/templates/jobs-index.html:12
-#: ../src/templates/jobs-index.html:23
-#: ../src/templates/modules/build-table.html:15
-msgid "Jobs"
+msgid "Unbreak this build"
msgstr ""
-#: ../src/templates/build-detail.html:134
-#: ../src/templates/package-detail.html:39
-#: ../src/templates/package-detail.html:100
-msgid "Source package"
+msgid ""
+"In case this build has accidentially be marked as broken, it is possible to "
+"recover that state."
msgstr ""
-#: ../src/templates/build-detail.html:144
-msgid "Change state"
+msgid "Mark build as broken"
msgstr ""
-#: ../src/templates/build-detail.html:145
-msgid "Modify bug list"
+msgid ""
+"If a package does not build or contains <em>serious</em> bugs, it should be "
+"marked as broken."
msgstr ""
-#: ../src/templates/build-detail.html:168
-#: ../src/templates/build-detail.html:191 ../src/templates/build-manage.html:77
-#: ../src/templates/modules/modal-build-push.html:60
-msgid "Push"
+msgid ""
+"Those builds can not be added into any repositories and are removed from all "
+"repositories they may currently be in."
msgstr ""
-#: ../src/templates/build-detail.html:174
-#: ../src/templates/build-detail.html:183 ../src/templates/build-manage.html:78
-#: ../src/templates/modules/modal-build-unpush.html:38
-msgid "Unpush"
+msgid "Current repository"
msgstr ""
-#: ../src/templates/build-detail.html:202 ../src/templates/build-state.html:128
#, c-format
msgid "since %s"
msgstr ""
-#: ../src/templates/build-detail.html:205
-msgid "This package does not belong to any repository."
-msgstr ""
-
-#: ../src/templates/builders/delete.html:3
#, c-format
msgid "Delete builder %s"
msgstr ""
-#: ../src/templates/builders/delete.html:25
-#: ../src/templates/builders/detail.html:3
-#: ../src/templates/builders/detail.html:74
-#: ../src/templates/builders/pass.html:23 ../src/templates/jobs-filter.html:27
-#: ../src/templates/modules/jobs/boxes.html:15
-#: ../src/templates/modules/jobs/list.html:6
-msgid "Builder"
-msgstr ""
+#, fuzzy, c-format
+msgid "Delete builder: %s"
+msgstr "Apagar usuário %s"
-#: ../src/templates/builders/delete.html:31
-#, c-format
-msgid "You are going to delete the build host <strong>%s</strong>."
-msgstr ""
+#, fuzzy, c-format
+msgid "You are going to delete the build host %s."
+msgstr "Você realmente quer apagar o usuário %s?"
-#: ../src/templates/builders/delete.html:37
-#: ../src/templates/mirrors-delete.html:34 ../src/templates/user-delete.html:16
#, c-format
msgid "Delete %s"
msgstr "Apagar %s"
-#: ../src/templates/builders/detail.html:22
-#: ../src/templates/build-filter.html:75 ../src/templates/build-list.html:13
-#: ../src/templates/builds-watchers-list.html:50
-#: ../src/templates/distro-update-detail.html:46
-#: ../src/templates/file-detail.html:116 ../src/templates/jobs-detail.html:30
-#: ../src/templates/mirrors-detail.html:23
-#: ../src/templates/mirrors-list.html:19 ../src/templates/user-comments.html:10
-msgid "Actions"
-msgstr "Ações"
+msgid "Builder"
+msgstr ""
-#: ../src/templates/builders/detail.html:27
-msgid "Show jobs by this builder"
+msgid "Current"
msgstr ""
-#: ../src/templates/builders/detail.html:36
-msgid "Disable builder"
+#, c-format
+msgid "Pakfire %s"
msgstr ""
-#: ../src/templates/builders/detail.html:42
-msgid "Enable builder"
+#, c-format
+msgid "Supported Architectures: %s"
msgstr ""
-#: ../src/templates/builders/detail.html:50
-msgid "Edit builder"
+#, c-format
+msgid "Total Build Time: %s"
msgstr ""
-#: ../src/templates/builders/detail.html:58
-msgid "Renew passphrase"
+#, c-format
+msgid "%s Memory"
msgstr ""
-#: ../src/templates/builders/detail.html:66
-msgid "Delete builder"
+#, c-format
+msgid "%s Swap Space"
msgstr ""
-#: ../src/templates/builders/detail.html:79
-msgid "Warning"
+#, fuzzy
+msgid "Test Mode"
+msgstr "Tester"
+
+msgid "Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:80
-msgid "This builder is overloaded."
+msgid "Edit"
msgstr ""
-#: ../src/templates/builders/detail.html:81
-msgid ""
-"That means it will not take any additional jobs although it has not reached "
-"its threshold of running jobs, yet."
+#, fuzzy
+msgid "Running Jobs"
+msgstr "Executando"
+
+msgid "Log"
+msgstr "Log"
+
+#, c-format
+msgid "Edit Builder %s"
msgstr ""
-#: ../src/templates/builders/detail.html:82
-msgid "New jobs will be started automatically after the load decreased."
+msgid "Hostname"
msgstr ""
-#: ../src/templates/builders/detail.html:91
-#: ../src/templates/build-filter.html:27 ../src/templates/build-state.html:24
-#: ../src/templates/modules/jobs-table.html:5
-#: ../src/templates/user-profile-edit.html:77
-#: ../src/templates/user-profile.html:47
-msgid "State"
-msgstr "Estado"
+#, fuzzy
+msgid "The hostname cannot be changed"
+msgstr "O nome do host não pode ser alterado."
-#: ../src/templates/builders/detail.html:94
-#: ../src/templates/builders/edit.html:42 ../src/templates/mirrors-edit.html:43
msgid "Enabled"
msgstr "Habilitado"
-#: ../src/templates/builders/detail.html:96
-msgid "Disabled"
+msgid "Job Settings"
msgstr ""
-#: ../src/templates/builders/detail.html:98
-msgid "Deleted"
+msgid "Maximum Parallel Build Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:100
-#, c-format
-msgid "Unknown status: %s"
-msgstr ""
+#, fuzzy
+msgid "Enable Test Mode"
+msgstr "Habilitado"
-#: ../src/templates/builders/detail.html:105
-msgid "Parallel builds"
+msgid "Only build test jobs on this builder"
msgstr ""
-#: ../src/templates/builders/detail.html:106
-msgid "One job only."
+msgid "Save"
msgstr ""
-#: ../src/templates/builders/detail.html:109
-msgid "This host builds"
+msgid "Online"
msgstr ""
-#: ../src/templates/builders/detail.html:115
-msgid "Release builds"
+msgid "Offline"
msgstr ""
-#: ../src/templates/builders/detail.html:117
-#: ../src/templates/package-detail-list.html:30
-#: ../src/templates/packages/builds/scratch.html:3
-#: ../src/templates/packages/builds/scratch.html:20
-msgid "Scratch builds"
-msgstr ""
+#, fuzzy
+msgid "Create A New Builder"
+msgstr "Criar um novo builder"
-#: ../src/templates/builders/detail.html:119
-#: ../src/templates/package-detail-list.html:35
-msgid "Test builds"
-msgstr ""
+msgid "Statistics"
+msgstr "Estatísticas"
-#: ../src/templates/builders/detail.html:130
-msgid "Remarks"
+msgid "Total Build Time"
msgstr ""
-#: ../src/templates/builders/detail.html:141
-msgid "OS"
+msgid "Total Build Time By Architecture"
msgstr ""
-#: ../src/templates/builders/detail.html:147
-msgid "Pakfire version"
+msgid "Create new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:153
-#: ../src/templates/distro-detail.html:35
-msgid "Supported architectures"
-msgstr ""
+msgid "Create a new builder"
+msgstr "Criar um novo builder"
-#: ../src/templates/builders/detail.html:159
-msgid "CPU model"
+msgid "Enter the canonical hostname of the machine."
msgstr ""
-#: ../src/templates/builders/detail.html:165
-msgid "CPU count"
+#, c-format
+msgid "Watch build %s"
msgstr ""
-#: ../src/templates/builders/detail.html:169
-msgid "Bogomips"
+msgid "Watch"
msgstr ""
-#: ../src/templates/builders/detail.html:180
-msgid "Memory"
+msgid "You may here add yourself to the list of watchers of this build."
msgstr ""
-#: ../src/templates/builders/detail.html:194
-msgid "SWAP space"
+msgid ""
+"If you do so, you will receive messages about new comments and status "
+"updates."
msgstr ""
-#: ../src/templates/builders/detail.html:203
-msgid "No memory information available."
+msgid "Oops!"
msgstr ""
-#: ../src/templates/builders/detail.html:208
-msgid "Load average"
+msgid "You are already watching this build."
msgstr ""
-#: ../src/templates/builders/detail.html:212
-#: ../src/templates/builders/list.html:50
-msgid "Overload"
+msgid "Choose user"
msgstr ""
-#: ../src/templates/builders/detail.html:217
-msgid "Free disk space"
+msgid "Myself"
msgstr ""
-#: ../src/templates/builders/detail.html:222
-msgid "Host key"
+msgid "Choose a user who should watch this build."
msgstr ""
-#: ../src/templates/builders/detail.html:235
-msgid "Active and pending jobs"
+msgid "User"
+msgstr "Usuário"
+
+msgid "Add watcher"
msgstr ""
-#: ../src/templates/builders/edit.html:3
#, c-format
-msgid "Manage builder %s"
+msgid "Watchers of %s"
msgstr ""
-#: ../src/templates/builders/edit.html:20
-#: ../src/templates/builders/edit.html:25
-#: ../src/templates/builders/pass.html:18 ../src/templates/mirrors-edit.html:20
-msgid "Manage"
+msgid "This is a list of all users who watch this build."
msgstr ""
-#: ../src/templates/builders/edit.html:25
-#, c-format
-msgid "Builder: %s"
+msgid ""
+"If you write a comment or the status of the build is changed, they all will "
+"get a message."
msgstr ""
-#: ../src/templates/builders/edit.html:32
-#: ../src/templates/builders/list.html:30 ../src/templates/builders/new.html:30
-#: ../src/templates/mirrors-detail.html:56
-#: ../src/templates/mirrors-edit.html:32 ../src/templates/mirrors-list.html:43
-#: ../src/templates/mirrors-new.html:28
-msgid "Hostname"
+msgid "You are the owner of this build. So you don't need to watch it."
msgstr ""
-#: ../src/templates/builders/edit.html:36
-msgid "The hostname cannot be changed."
-msgstr "O nome do host não pode ser alterado."
-
-#: ../src/templates/builders/edit.html:46
-msgid "The builder must be enabled in order to process build jobs."
+msgid "Watch this build."
msgstr ""
-#: ../src/templates/builders/edit.html:53
-msgid "Build job settings"
+msgid "List of all watchers"
msgstr ""
-#: ../src/templates/builders/edit.html:56
-msgid "Maximum number of parallel build jobs"
-msgstr ""
+msgid "Actions"
+msgstr "Ações"
-#: ../src/templates/builders/edit.html:65
-msgid "This is the number of build jobs that are started in parallel."
+msgid "Back to build"
msgstr ""
-#: ../src/templates/builders/edit.html:74
-msgid "Authorized to build release builds."
+msgid "Created %(when)s by %(author)s"
msgstr ""
-#: ../src/templates/builders/edit.html:83
-msgid "Authorized to build scratch builds."
+#, c-format
+msgid "Created %s"
msgstr ""
-#: ../src/templates/builders/edit.html:92
-msgid "Authorized to build test builds."
+msgid "Fixed Bugs"
msgstr ""
-#: ../src/templates/builders/edit.html:98 ../src/templates/mirrors-edit.html:81
-#: ../src/templates/package-properties.html:93
-msgid "Save changes"
+msgid "Score"
msgstr ""
-#: ../src/templates/builders/list.html:31 ../src/templates/jobs-filter.html:44
-#: ../src/templates/packages/builds/times.html:44
-msgid "Architecture"
-msgstr ""
+#, fuzzy
+msgid "Source Package"
+msgstr "Pacote"
-#: ../src/templates/builders/list.html:53
-msgid "Unknown CPU"
+#, c-format
+msgid "Edit distribution %s"
msgstr ""
-#: ../src/templates/builders/list.html:73 ../src/templates/builders/new.html:3
-#: ../src/templates/builders/new.html:16 ../src/templates/builders/new.html:41
-msgid "Create new builder"
-msgstr ""
+msgid "Name"
+msgstr "Nome"
-#: ../src/templates/builders/new.html:21
-msgid "Create a new builder"
-msgstr "Criar um novo builder"
+msgid "The fancy name of the distribution."
+msgstr ""
-#: ../src/templates/builders/new.html:35
-msgid "Enter the canonical hostname of the machine."
+msgid "Identifier"
msgstr ""
-#: ../src/templates/builders/pass.html:30
-#, c-format
-msgid "The new host <strong>%s</strong> has been successfully created."
+msgid "Cannot be changed."
msgstr ""
-#: ../src/templates/builders/pass.html:32
-#, c-format
-msgid "The passphrase for <strong>%s</strong> has been regenerated."
+msgid "Tag"
msgstr ""
-#: ../src/templates/builders/pass.html:35
-msgid ""
-"For authorization to the Pakfire Master Server there is a passphrase "
-"required which must be configured to the host."
+msgid "The tag is added to the package release."
msgstr ""
-#: ../src/templates/builders/pass.html:39
-msgid "This passphrase is:"
+msgid "Vendor"
msgstr ""
-#: ../src/templates/builders/pass.html:43
-msgid "Next"
+msgid "From whom is the distribution from?"
msgstr ""
-#: ../src/templates/build-filter.html:3 ../src/templates/build-list.html:3
-#: ../src/templates/build-list.html:8
-msgid "Build job list"
-msgstr "Lista de tarefas de build"
+msgid "Contact"
+msgstr ""
-#: ../src/templates/build-filter.html:6 ../src/templates/build-index.html:21
-#: ../src/templates/build-list.html:15
-msgid "Filter builds"
+msgid "The email address from the vendor."
msgstr ""
-#: ../src/templates/build-filter.html:11 ../src/templates/build-manage.html:9
-#: ../src/templates/distro-detail.html:3 ../src/templates/distro-detail.html:22
-#: ../src/templates/distro-list.html:33
-#: ../src/templates/distro-source-commits.html:5
-#: ../src/templates/distro-update-detail.html:6
-#: ../src/templates/distro-update-edit.html:12
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-edit.html:8
-msgid "Distribution"
-msgstr "Distribuição"
+msgid "Slogan"
+msgstr ""
-#: ../src/templates/build-filter.html:15 ../src/templates/build-filter.html:39
-#: ../src/templates/build-filter.html:55
-msgid "Any"
-msgstr "Qualquer"
+msgid "A short sentence that characterizes the distribution."
+msgstr ""
-#: ../src/templates/build-filter.html:23
-msgid "Show only builds in that distribution."
+msgid "Architectures"
msgstr ""
-#: ../src/templates/build-filter.html:30
-msgid "All"
-msgstr "Todos"
+msgid "For which architectures should the distribution be built?"
+msgstr ""
-#: ../src/templates/build-filter.html:31
-#: ../src/templates/modules/jobs-table.html:29 ../src/web/ui_modules.py:335
-msgid "Running"
-msgstr "Executando"
-
-#: ../src/templates/build-filter.html:32
-#: ../src/templates/modules/jobs-table.html:21 ../src/web/ui_modules.py:330
-msgid "Pending"
-msgstr "Pendente"
-
-#: ../src/templates/build-filter.html:33 ../src/templates/jobs-detail.html:128
-#: ../src/templates/modules/jobs-table.html:27 ../src/web/ui_modules.py:320
-msgid "Finished"
-msgstr "Finalizado"
-
-#: ../src/templates/build-filter.html:34
-#: ../src/templates/modules/jobs-table.html:23 ../src/web/ui_modules.py:315
-msgid "Failed"
-msgstr "Falhou"
-
-#: ../src/templates/build-filter.html:35
-msgid "Permanently failed"
-msgstr "Falhou permanentemente"
-
-#: ../src/templates/build-filter.html:36
-#: ../src/templates/modules/jobs-table.html:25 ../src/web/ui_modules.py:310
-msgid "Dispatching"
-msgstr ""
-
-#: ../src/templates/build-filter.html:37 ../src/web/ui_modules.py:340
-msgid "Uploading"
-msgstr "Carregando"
-
-#: ../src/templates/build-filter.html:40
-msgid "Building"
-msgstr ""
-
-#: ../src/templates/build-filter.html:41
-msgid "Testing"
-msgstr ""
-
-#: ../src/templates/build-filter.html:42
-msgid "Stable"
-msgstr ""
-
-#: ../src/templates/build-filter.html:43
-msgid "Obsolete"
-msgstr ""
-
-#: ../src/templates/build-filter.html:44
-msgid "Broken"
-msgstr ""
-
-#: ../src/templates/build-filter.html:48
-msgid "Only show builds with given state."
-msgstr ""
+msgid "Sources"
+msgstr "Fontes"
-#: ../src/templates/build-filter.html:52
-#: ../src/templates/package-detail.html:82
-msgid "Build host"
+msgid "Which sources should be imported to the distribution?"
msgstr ""
-#: ../src/templates/build-filter.html:62
-msgid "Display only builds by selected host."
-msgstr "Exibir apenas builds do host selecionado"
-
-#: ../src/templates/build-filter.html:77
-msgid "Show all builds"
-msgstr "Exibir todos os builds"
-
-#: ../src/templates/build-index.html:18
-#: ../src/templates/builds/comments.html:17
-#: ../src/templates/builds/comments.html:25
-msgid "Comments"
-msgstr ""
+msgid "Commit"
+msgstr "Commit"
-#: ../src/templates/build-manage.html:3
#, c-format
-msgid "Manage build %s"
-msgstr ""
-
-#: ../src/templates/build-manage.html:8
-msgid "Manage build"
-msgstr ""
-
-#: ../src/templates/build-manage.html:15
-msgid "Permission denied"
-msgstr ""
-
-#: ../src/templates/build-manage.html:16
-msgid ""
-"You do not have the permission to update packages that belong to the "
-"<em>critical path</em>."
-msgstr ""
-
-#: ../src/templates/build-manage.html:22
-msgid "Not all jobs are finished"
-msgstr ""
-
-#: ../src/templates/build-manage.html:24
-msgid "Not all jobs of this build are finished, yet."
-msgstr ""
-
-#: ../src/templates/build-manage.html:25
-msgid ""
-"It is <strong>strongly discouraged</strong> to push this build into the next "
-"repository."
-msgstr ""
-
-#: ../src/templates/build-manage.html:28
-msgid ""
-"However, the build will be automatically unpushed if one or more build jobs "
-"fail."
-msgstr ""
-
-#: ../src/templates/build-manage.html:42
-msgid "Push to a repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:44
-msgid "Push to next repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:46
-msgid "Push to first repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:51
-#: ../src/templates/modules/modal-build-push.html:24
-msgid "New repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:71
-msgid "This is the target repository for the build."
+msgid "Source: %s"
msgstr ""
-#: ../src/templates/build-manage.html:90
-msgid "Switch to user mode"
-msgstr ""
+msgid "Source"
+msgstr "Fonte"
-#: ../src/templates/build-manage.html:92
-msgid "Switch to admin mode"
+msgid "Open in gitweb"
msgstr ""
-#: ../src/templates/build-priority.html:3
-#: ../src/templates/build-priority.html:6
-msgid "Edit build priority"
-msgstr "Edite a prioridade do build"
-
-#: ../src/templates/build-priority.html:11
-msgid "Priority"
-msgstr "Prioridade"
-
-#: ../src/templates/build-priority.html:14
-#: ../src/templates/package-properties.html:51
-msgid "Very high"
-msgstr "Muito alto"
-
-#: ../src/templates/build-priority.html:15
-#: ../src/templates/package-properties.html:54
-msgid "High"
-msgstr "Alto"
-
-#: ../src/templates/build-priority.html:16
-#: ../src/templates/package-properties.html:57
-msgid "Medium"
-msgstr "Médio"
-
-#: ../src/templates/build-priority.html:17
-#: ../src/templates/package-properties.html:60
-msgid "Low"
-msgstr "Baixo"
-
-#: ../src/templates/build-priority.html:18
-#: ../src/templates/package-properties.html:63
-msgid "Very low"
-msgstr "Muito baixo"
-
-#: ../src/templates/build-priority.html:22
-msgid "Set the priority of the build process."
-msgstr "Defina a prioridade do processo de build."
-
-#: ../src/templates/build-priority.html:28
-msgid "Beware"
+msgid "Reset commit"
msgstr ""
-#: ../src/templates/build-priority.html:29
-msgid "Shuffeling build jobs can cause problems with the dependency solving."
-msgstr ""
+msgid "Revision"
+msgstr "Revisão"
-#: ../src/templates/build-priority.html:30
-msgid "Don't do this if you are not totally sure you won't break anything."
-msgstr "Não faça isso a não ser que tenha certeza que não vai quebrar nada."
+msgid "Date"
+msgstr "Data"
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-msgid "Job queue"
-msgstr ""
+msgid "Author"
+msgstr "Autor"
-#: ../src/templates/build-queue.html:8
-msgid "This is a list of all jobs that are waiting to be processed."
+msgid "Committer"
msgstr ""
-#: ../src/templates/build-queue.html:9
-msgid "They one at the top is next."
+msgid "Packages created from this commit"
msgstr ""
-#: ../src/templates/build-queue.html:15
-msgid "No jobs to do."
+msgid "There were no packages created from this commit."
msgstr ""
-#: ../src/templates/build-schedule-test.html:3
-#: ../src/templates/build-schedule-test.html:29
-#: ../src/templates/job-schedule-test.html:3
-#: ../src/templates/job-schedule-test.html:29
-#, c-format
-msgid "Schedule test build for %s"
+msgid "Danger!"
msgstr ""
-#: ../src/templates/build-schedule-test.html:24
-#: ../src/templates/job-schedule-test.html:24
-#: ../src/templates/jobs-detail.html:48
-msgid "Schedule test build"
-msgstr "Agendar teste de build"
-
-#: ../src/templates/build-schedule-test.html:35
-#: ../src/templates/job-schedule-test.html:35
-msgid ""
-"A test build is used to check if a package builds with the current package "
-"set."
+msgid "This is a very dangerous action!"
msgstr ""
-#: ../src/templates/build-schedule-test.html:36
-#: ../src/templates/job-schedule-test.html:36
-msgid ""
-"In this way, developers are able to find quality issues fast and without "
-"actively searching for them."
+msgid "Don't do it, if you are not absolutely sure what you are doing."
msgstr ""
-#: ../src/templates/build-schedule-test.html:39
-#: ../src/templates/job-schedule-test.html:39
msgid ""
-"As this build platform only has a limited amount of performance, test builds "
-"only have a very less priority."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:40
-#: ../src/templates/job-schedule-test.html:40
-msgid "However, you can manually request to run a test."
+"This commit will be reset. Which means all packages associated with it will "
+"be deleted, and the commit will be parsed again."
msgstr ""
-#: ../src/templates/build-schedule-test.html:43
-#: ../src/templates/job-schedule-rebuild.html:38
-#: ../src/templates/job-schedule-test.html:43
msgid ""
-"The build job will be started when a build slot is available but not before "
-"the given time."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:3
-#: ../src/templates/builds/comments.html:42
-msgid "Build comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:33
-msgid "Show all comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:40
-#, c-format
-msgid "%s's latest comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:49
-#, c-format
-msgid "This page shows %s's latest comments."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:51
-msgid "This page shows the latest comments on builds."
+"This action may cause severe problems and may only be allowed when something "
+"went horribly wrong."
msgstr ""
-#: ../src/templates/builds/comments.html:53
-msgid ""
-"The Pakfire Build Service is all about social development and so, "
-"communicating with eath others is important. Please join."
+msgid "These packages will be deleted"
msgstr ""
-#: ../src/templates/builds/comments.html:61
-#: ../src/templates/builds/comments.html:65
-#: ../src/templates/packages/changelog.html:35
-#: ../src/templates/packages/changelog.html:39
-msgid "Newer"
+msgid "Commits"
msgstr ""
-#: ../src/templates/builds/comments.html:71
-#: ../src/templates/builds/comments.html:75
-#: ../src/templates/packages/changelog.html:45
-#: ../src/templates/packages/changelog.html:49
-msgid "Older"
+msgid "Source repository"
msgstr ""
-#: ../src/templates/builds/comments.html:81
-#, c-format
-msgid "%s did not comment on anything, yet."
+msgid "Previous commits"
msgstr ""
-#: ../src/templates/build-state.html:34
-msgid ""
-"The state of a build can be either building, testing, stable, obsolete or "
-"broken."
+msgid "Next commits"
msgstr ""
-#: ../src/templates/build-state.html:48
-msgid "Mark build as obsolete"
+msgid "Gitweb"
msgstr ""
-#: ../src/templates/build-state.html:50
-msgid ""
-"If a package is updated by an other package it should be marked as "
-"<em>obsolete</em>."
-msgstr ""
+msgid "Branch"
+msgstr "Ramo"
-#: ../src/templates/build-state.html:51
-msgid ""
-"For obsolete builds, there will be no test jobs created and it is "
-"recommended to remove them from the repositories soon."
+msgid "Imported commits"
msgstr ""
-#: ../src/templates/build-state.html:60
-msgid "Remove build from the repository it is currently in?"
+msgid "Latest commits"
msgstr ""
-#: ../src/templates/build-state.html:81
-msgid "Unbreak this build"
+msgid "Show all commits"
msgstr ""
-#: ../src/templates/build-state.html:84
-msgid ""
-"In case this build has accidentially be marked as broken, it is possible to "
-"recover that state."
+msgid "Update"
msgstr ""
-#: ../src/templates/build-state.html:102
-msgid "Mark build as broken"
-msgstr ""
+msgid "Summary"
+msgstr "Sumário"
-#: ../src/templates/build-state.html:105
-msgid ""
-"If a package does not build or contains <em>serious</em> bugs, it should be "
-"marked as broken."
-msgstr ""
+msgid "Maintainer"
+msgstr "Mantenedor"
-#: ../src/templates/build-state.html:106
-msgid ""
-"Those builds can not be added into any repositories and are removed from all "
-"repositories they may currently be in."
+msgid "Time created"
msgstr ""
-#: ../src/templates/build-state.html:126
-#: ../src/templates/distro-update-detail.html:17
-#: ../src/templates/modules/modal-build-push.html:54
-#: ../src/templates/modules/modal-build-unpush.html:13
-msgid "Current repository"
+msgid "Builds in this update"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:3
-#: ../src/templates/builds-watchers-add.html:29
#, c-format
-msgid "Watch build %s"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:24
-msgid "Watch"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:35
-msgid "You may here add yourself to the list of watchers of this build."
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:36
-msgid ""
-"If you do so, you will receive messages about new comments and status "
-"updates."
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:43
-#: ../src/templates/user-profile-passwd.html:51
-msgid "Oops!"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:44
-#: ../src/templates/builds-watchers-list.html:17
-msgid "You are already watching this build."
+msgid "Edit update %s - %s"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:56
-msgid "Choose user"
+msgid "Create new update"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:60
-msgid "Myself"
-msgstr ""
+#, fuzzy
+msgid "Create A New Distribution"
+msgstr "Distribuição"
-#: ../src/templates/builds-watchers-add.html:70
-msgid "Choose a user who should watch this build."
+msgid "Supported Architectures"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:76
-#: ../src/templates/modules/build-table.html:20
-#: ../src/templates/user-profile-edit.html:80
-#: ../src/templates/user-profile.html:29 ../src/templates/user-profile.html:54
-msgid "User"
-msgstr "Usuário"
-
-#: ../src/templates/builds-watchers-add.html:84
-msgid "Add watcher"
+msgid "Repositories"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/modules/watchers-sidebar-table.html:22
-#, c-format
-msgid "Watchers of %s"
+msgid "400 - Bad request"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:11
-msgid "This is a list of all users who watch this build."
+msgid "Invalid data has been passed to the application."
msgstr ""
-#: ../src/templates/builds-watchers-list.html:12
msgid ""
-"If you write a comment or the status of the build is changed, they all will "
-"get a message."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:21
-msgid "You are the owner of this build. So you don't need to watch it."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:25
-msgid "Watch this build."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:39
-msgid "List of all watchers"
+"The application refused to go on with the provided data that was sent in "
+"this request."
msgstr ""
-#: ../src/templates/builds-watchers-list.html:53
-msgid "Back to build"
+msgid "403 - Access forbidden"
msgstr ""
-#: ../src/templates/distro-detail.html:36
-msgid "None"
-msgstr "Nenhum"
-
-#: ../src/templates/distro-detail.html:46
-msgid "Binary repositories"
-msgstr "Repositório de binários"
-
-#: ../src/templates/distro-detail.html:51
-msgid ""
-"A binary repository is a composition of packages that are considered stable, "
-"unstable or in testing state by the developers."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:53
-msgid "Each repository can be enabled individually."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:54
-msgid "Learn how to use them."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:66 ../src/templates/source-list.html:6
-msgid "Source repositories"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:80
-#: ../src/templates/distro-source-commit-detail.html:90
-#: ../src/templates/user-profile.html:73
-msgid "Action"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:86
-msgid "Edit distribution"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:91
-msgid "Delete distribution"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:97
-msgid "New binary repository"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:102
-msgid "New source repository"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:3 ../src/templates/distro-edit.html:6
-#: ../src/templates/distro-update-edit.html:3
-#, c-format
-msgid "Edit distribution %s"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:12
-#: ../src/templates/modules/packages-table.html:4
-#: ../src/templates/modules/repository-table.html:4
-#: ../src/templates/modules/source-table.html:4
-#: ../src/templates/repository-edit.html:15
-msgid "Name"
-msgstr "Nome"
-
-#: ../src/templates/distro-edit.html:17
-msgid "The fancy name of the distribution."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:21
-msgid "Identifier"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:26
-#: ../src/templates/user-profile-edit.html:42
-msgid "Cannot be changed."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:30
-msgid "Tag"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:35
-msgid "The tag is added to the package release."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:39
-msgid "Vendor"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:44
-msgid "From whom is the distribution from?"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:48 ../src/templates/docs-index.html:57
-#: ../src/templates/mirrors-detail.html:62
-msgid "Contact"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:53
-msgid "The email address from the vendor."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:57
-msgid "Slogan"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:62
-msgid "A short sentence that characterizes the distribution."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:66
-msgid "Architectures"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:75
-msgid "For which architectures should the distribution be built?"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:79
-msgid "Sources"
-msgstr "Fontes"
-
-#: ../src/templates/distro-edit.html:88
-msgid "Which sources should be imported to the distribution?"
-msgstr ""
-
-#: ../src/templates/distro-list.html:26
-msgid ""
-"This is a list of all distributions, that are maintained in this build "
-"service."
-msgstr ""
-
-#: ../src/templates/distro-list.html:27
-msgid ""
-"You may click on one of them and see more details or jump directly to one of "
-"the repositories."
-msgstr ""
-
-#: ../src/templates/distro-list.html:34
-msgid "Repositories"
-msgstr ""
-
-#: ../src/templates/distro-list.html:66
-msgid "New distribution"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:21
-#: ../src/templates/distro-source-commit-reset.html:19
-#: ../src/templates/distro-source-detail.html:19
-#, c-format
-msgid "Source: %s"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:34
-#: ../src/templates/distro-source-commit-reset.html:32
-#: ../src/templates/distro-source-commits.html:6
-#: ../src/templates/distro-source-detail.html:26
-msgid "Source"
-msgstr "Fonte"
-
-#: ../src/templates/distro-source-commit-detail.html:47
-msgid "Revision"
-msgstr "Revisão"
-
-#: ../src/templates/distro-source-commit-detail.html:51
-msgid "Date"
-msgstr "Data"
-
-#: ../src/templates/distro-source-commit-detail.html:59
-msgid "Committer"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:63
-#: ../src/templates/modules/commits-table.html:6
-msgid "Subject"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:81
-msgid "Open in gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:96
-#: ../src/templates/distro-source-commit-reset.html:54
-msgid "Reset commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:112
-msgid "Packages created from this commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:128
-msgid "There were no packages created from this commit."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:43
-msgid "Danger!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:44
-msgid "This is a very dangerous action!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:45
-msgid "Don't do it, if you are not absolutely sure what you are doing."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:49
-msgid ""
-"This commit will be reset. Which means all packages associated with it will "
-"be deleted, and the commit will be parsed again."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:50
-msgid ""
-"This action may cause severe problems and may only be allowed when something "
-"went horribly wrong."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:62
-msgid "These packages will be deleted"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:6
-msgid "Commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:10
-msgid "Source repository"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:20
-msgid "Previous commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:24
-msgid "Next commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:36
-msgid "Gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:45
-msgid "Branch"
-msgstr "Ramo"
-
-#: ../src/templates/distro-source-detail.html:49
-msgid "Imported commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:59
-msgid "Latest commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:63
-msgid "Show all commits"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:5
-msgid "Update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:10
-#: ../src/templates/modules/packages-table.html:5
-#: ../src/templates/packages/builds/times.html:31
-msgid "Summary"
-msgstr "Sumário"
-
-#: ../src/templates/distro-update-detail.html:27
-#: ../src/templates/file-detail.html:40
-#: ../src/templates/modules/package-header.html:24
-#: ../src/templates/package-detail.html:77
-msgid "Maintainer"
-msgstr "Mantenedor"
-
-#: ../src/templates/distro-update-detail.html:33
-msgid "Time created"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:41
-msgid "Builds in this update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:49
-#: ../src/templates/repository-detail.html:112
-#: ../src/templates/user-profile-edit.html:20
-msgid "Edit"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:8
-#, c-format
-msgid "Edit update %s - %s"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:10
-msgid "Create new update"
-msgstr ""
-
-#: ../src/templates/docs-base.html:27
-msgid "All Documents"
-msgstr ""
-
-#: ../src/templates/docs-base.html:31
-msgid "Topics"
-msgstr ""
-
-#: ../src/templates/docs-build.html:3 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-whatsthis.html:3
-msgid "Legend of the build states"
-msgstr ""
-
-#: ../src/templates/docs-build.html:25
-msgid ""
-"Every build that is done by the Pakfire Build Service has to go through "
-"several states:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:28
-msgid ""
-"After checking out the source from the source repository a source package is "
-"created and submitted to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:29
-msgid ""
-"Starting from inserting a source file to the build service, there are binary "
-"build jobs created for every supported architecture."
-msgstr ""
-
-#: ../src/templates/docs-build.html:32
-msgid ""
-"These get assigned to a build host which has to compile or assemble the "
-"package and return it back to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:33
-msgid "In the table below, there are all states that a build job goes through:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:36
-msgid "Build is running"
-msgstr ""
-
-#: ../src/templates/docs-build.html:37
-msgid "Build has failed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:38
-msgid "Build is waiting to be processed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:39
-msgid "There was a dependency error when the package was built"
-msgstr ""
-
-#: ../src/templates/docs-build.html:40
-msgid "Build is waiting for source to go to pending state"
-msgstr ""
-
-#: ../src/templates/docs-build.html:41
-msgid "Files of this build are transferred to the build server"
-msgstr ""
-
-#: ../src/templates/docs-build.html:42
-msgid "Files are being uploaded to the service"
-msgstr ""
-
-#: ../src/templates/docs-build.html:43
-msgid "Build has an unknown state"
-msgstr ""
-
-#: ../src/templates/docs-index.html:3
-msgid "Documentation index"
-msgstr ""
-
-#: ../src/templates/docs-index.html:17
-msgid "Documents"
-msgstr "Documentos"
-
-#: ../src/templates/docs-index.html:23
-msgid ""
-"This is a collection of documents that should be read by everybody who is "
-"using this system."
-msgstr ""
-
-#: ../src/templates/docs-index.html:29
-msgid "What is the pakfire build service?"
-msgstr ""
-
-#: ../src/templates/docs-index.html:34
-msgid "General pakfire documentation"
-msgstr ""
-
-#: ../src/templates/docs-index.html:39
-msgid "Packaging guidelines"
-msgstr ""
-
-#: ../src/templates/docs-index.html:51
-msgid "This documentation you find at this place is not completed yet."
-msgstr ""
-
-#: ../src/templates/docs-index.html:52
-msgid "Feel free to make any suggestions."
-msgstr ""
-
-#: ../src/templates/docs-index.html:59
-msgid ""
-"If you need help using the build service or have some general questions "
-"please use our mailing list."
-msgstr ""
-
-#: ../src/templates/docs-index.html:60
-msgid "You can also talk to the developers and suggest feature enhancements."
-msgstr ""
-
-#: ../src/templates/docs-index.html:64
-msgid "Mailing list"
-msgstr ""
-
-#: ../src/templates/docs-index.html:68
-msgid "Bug reports"
-msgstr ""
-
-#: ../src/templates/docs-index.html:70
-msgid ""
-"Please visit Bugzilla to create bug reports on the Pakfire Build System."
-msgstr ""
-
-#: ../src/templates/docs-users.html:3 ../src/templates/docs-users.html:16
-#: ../src/templates/docs-users.html:21
-msgid "User groups"
-msgstr ""
-
-#: ../src/templates/docs-users.html:26
-msgid ""
-"All users can join the Pakfire Build Service and are separated into three "
-"groups:"
-msgstr ""
-"Todos os usuários podem entrar no Packfire Build Service e são separados em "
-"três grupos: "
-
-#: ../src/templates/docs-users.html:29
-msgid "Developers"
-msgstr "Desenvolvedores"
-
-#: ../src/templates/docs-users.html:31
-msgid ""
-"Developers manage this build service and have access to all parts of it."
-msgstr ""
-"Desenvolvedores gerenciam este serviço de build e têm acesso a todas as suas "
-"partes"
-
-#: ../src/templates/docs-users.html:32
-msgid ""
-"They are responsible to keep the system running and able to push package "
-"updates to the repostories."
-msgstr ""
-"Eles são responsáveis por manter o sistema rodando e devem ser capazes de "
-"enviar updates de pacotes aos repositórios."
-
-#: ../src/templates/docs-users.html:35
-msgid "Guidelines for developers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:38
-msgid "Testers"
-msgstr "Testadores"
-
-#: ../src/templates/docs-users.html:40
-msgid ""
-"Testers are like users but have the right to vote on packages, which is used "
-"to figure out the quality of the package."
-msgstr ""
-"Testers são como usuários mas têm o direito de votar nos pacotes, o que é "
-"usado para verificar a qualidade do pacote."
-
-#: ../src/templates/docs-users.html:41
-msgid ""
-"Everyone can become a tester after he or she has proven to know the IPFire "
-"system very well."
-msgstr ""
-"Qualquer um pode ser um tester após provar que conhece o sistema IPFire "
-"muito bem."
-
-#: ../src/templates/docs-users.html:42
-msgid ""
-"On these people depends a very huge amount of the quality of the "
-"distribution that is made out of the feedback they give."
-msgstr ""
-
-#: ../src/templates/docs-users.html:45
-msgid "Guidelines for testers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:50
-msgid "Everybody can join the Pakfire Build Service by registering an account."
-msgstr ""
-
-#: ../src/templates/docs-users.html:51
-msgid ""
-"After a successful activation you are able to leave comments on packages and "
-"give feedback to the developers about its status."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:16
-#: ../src/templates/docs-whatsthis.html:21
-msgid "What is the Pakfire Build Service?"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:27
-msgid ""
-"On this page, you will find out what the Pakfire Build Service really is."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:28
-msgid "Read carefully."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:34
-msgid "Yeah, that's it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:35
-msgid "No, that's not it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:43
-msgid "PBS is a tool where people can give feedback to developers."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:44
-msgid "It is possible to leave comments and rate builds."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:50
-msgid "PBS is <strong>NOT</strong> a bugtracker."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:51
-msgid ""
-"To report bugs please use our bugtracker liked below if you want them to get "
-"fixed."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:55
-msgid "Bugtracker"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:4
-msgid "400 - Bad request"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:8
-msgid "Invalid data has been passed to the application."
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:13
-msgid ""
-"The application refused to go on with the provided data that was sent in "
-"this request."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:4
-msgid "403 - Access forbidden"
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:8
-msgid "You are not allowed to access this ressource."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:13
-msgid ""
-"Access to the requested page has been denied because you do not have "
-"sufficient rights."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:4
-msgid "404 - Not Found"
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:8
-msgid "I could not find what you were searching for."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:13
-msgid "You may have clicked an expired link or mistyped the address."
-msgstr ""
-
-#: ../src/templates/errors/error.html:8
-msgid "Oops! Don't panic."
-msgstr ""
-
-#: ../src/templates/errors/error.html:13
-msgid "An unexpected error happened."
-msgstr ""
-
-#: ../src/templates/errors/error.html:19
-msgid "Stay calm and read the text below to find out what went wrong."
-msgstr ""
-
-#: ../src/templates/errors/error.html:31
-msgid "Error code"
-msgstr ""
-
-#: ../src/templates/errors/error.html:38
-msgid "Exception (traceback):"
-msgstr ""
-
-#: ../src/templates/errors/error.html:49
-msgid ""
-"Please try going back to the previous page and try the action you did again "
-"in a moment."
-msgstr ""
-
-#: ../src/templates/errors/error.html:50
-msgid ""
-"If the error persists, you should consider to get in touch with an "
-"administrator."
-msgstr ""
-
-#: ../src/templates/file-detail.html:5
-msgid "File"
-msgstr "Arquivo"
-
-#: ../src/templates/file-detail.html:13
-#: ../src/templates/modules/log-table.html:12
-#: ../src/templates/package-detail.html:3
-#: ../src/templates/package-detail.html:50
-#: ../src/templates/package-detail-list.html:3
-#: ../src/templates/package-properties.html:3
-msgid "Package"
-msgstr "Pacote"
-
-#: ../src/templates/file-detail.html:20
-#: ../src/templates/repository-edit.html:25
-msgid "Description"
-msgstr "Descrição"
-
-#: ../src/templates/file-detail.html:27
-msgid "URL"
-msgstr "URL"
-
-#: ../src/templates/file-detail.html:34
-#: ../src/templates/modules/package-header.html:14
-#: ../src/templates/package-detail.html:70
-msgid "License"
-msgstr "Licença"
-
-#: ../src/templates/file-detail.html:46
-#: ../src/templates/modules/packages-table.html:6
-#: ../src/templates/package-detail.html:126
-msgid "Size"
-msgstr "Tamanho"
-
-#: ../src/templates/file-detail.html:51
-msgid "Hash"
-msgstr "Hash"
-
-#: ../src/templates/file-detail.html:57
-#: ../src/templates/modules/packages/dependency-table.html:5
-msgid "Provides"
-msgstr "Provê"
-
-#: ../src/templates/file-detail.html:63 ../src/templates/file-detail.html:69
-#: ../src/templates/modules/packages/dependency-table.html:7
-msgid "Requires"
-msgstr "Requer"
-
-#: ../src/templates/file-detail.html:76
-#: ../src/templates/modules/packages/dependency-table.html:13
-msgid "Obsoletes"
-msgstr "Obsoleto"
-
-#: ../src/templates/file-detail.html:83
-#: ../src/templates/modules/packages/dependency-table.html:11
-msgid "Conflicts"
-msgstr "Conflita com"
-
-#: ../src/templates/file-detail.html:90
-msgid "Build information"
-msgstr "Informação do build"
-
-#: ../src/templates/file-detail.html:93
-msgid "ID"
-msgstr "ID"
-
-#: ../src/templates/file-detail.html:99
-#: ../src/templates/modules/jobs-table.html:6
-msgid "Host"
-msgstr "Host"
-
-#: ../src/templates/file-detail.html:105
-msgid "Time"
-msgstr "Hora"
-
-#: ../src/templates/file-detail.html:111
-#: ../src/templates/search-results.html:71
-msgid "Files"
-msgstr "Arquivos"
-
-#: ../src/templates/file-detail.html:118
-#: ../src/templates/packages/view-file.html:51
-msgid "Download file"
-msgstr "Baixar arquivo"
-
-#: ../src/templates/index.html:3
-msgid "Welcome to the Pakfire Build Service"
-msgstr "Bem vindo ao serviço Packfire Build"
-
-#: ../src/templates/index.html:8
-#, c-format
-msgid "Welcome, %s!"
-msgstr ""
-
-#: ../src/templates/index.html:22
-msgid "Development powered by community!"
-msgstr ""
-
-#: ../src/templates/index.html:38
-msgid "Latest stable updates"
-msgstr ""
-
-#: ../src/templates/index.html:40
-msgid "Unstable updates"
-msgstr ""
-
-#: ../src/templates/index.html:42
-msgid "Testing updates"
-msgstr ""
-
-#: ../src/templates/index.html:59
-msgid "View more updates..."
-msgstr ""
-
-#: ../src/templates/index.html:70
-msgid "Build jobs"
-msgstr ""
-
-#: ../src/templates/index.html:76
-msgid "Show more build jobs"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:3 ../src/templates/jobs-abort.html:6
-#, c-format
-msgid "Abort build job %s"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:8
-msgid "You may abort a running build."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:9
-msgid "The build server will eventually stop to build the package."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:16 ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:58
-#: ../src/templates/modules/jobs/list.html:5
-msgid "Build job"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:25
-#: ../src/templates/modules/build-offset.html:5
-msgid "Start time"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:30
-msgid "No started, yet."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:38
-msgid "Build server"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:3
-msgid "Job buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:28
-#: ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:154
-msgid "Buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:41
-#, c-format
-msgid "The packages listed below were used to build %s."
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:52
-msgid "Buildroot size"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:56
-msgid "Download size"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:3
-#: ../src/templates/job-schedule-rebuild.html:29
-#, c-format
-msgid "Schedule rebuild for %s"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:24
-msgid "Schedule rebuild"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:35
-msgid "At this place, you can submit failed build jobs to be built again."
-msgstr ""
-
-#: ../src/templates/job-schedule-test.html:44
-msgid ""
-"Please note, that all other kinds of build are preferred over the test "
-"builds."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:3 ../src/templates/package-detail.html:118
-msgid "Job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:36
-msgid "Abort job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:42
-msgid "Restart job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:71
-msgid "Job has been aborted"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:73
-msgid ""
-"This build job is in an aborted state, because the build process crashed "
-"unexpectedly."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:74
-msgid ""
-"In most cases, there is no log file and you must figure out the issue on "
-"your own."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:77
-msgid "The error code is:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:80
-msgid "Segmentation violation"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:88
-msgid "You may resubmit the job to try again:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:89
-msgid "Re-submit build"
-msgstr "re-enviar o build"
-
-#: ../src/templates/jobs-detail.html:110
-msgid "No builder assigned."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:117 ../src/templates/keys-list.html:32
-#: ../src/templates/modules/build-table.html:23
-msgid "Created"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:122
-#: ../src/templates/sessions/index.html:35
-msgid "Started"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:134
-msgid "ETA"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:144
-msgid "Build logs"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:148
-msgid "No logs available, yet."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:155
-#, c-format
-msgid "%s package"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:165
-msgid "Package files"
-msgstr "Arquivos do pacote"
-
-#: ../src/templates/jobs-filter.html:3 ../src/templates/jobs-filter.html:21
-#: ../src/templates/jobs-index.html:18
-msgid "Filter jobs"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:16
-msgid "Filter"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:30 ../src/templates/jobs-filter.html:47
-msgid "[Choose one]"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:36
-msgid "Only show jobs, that have been built by this builder."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:53
-msgid "Only show jobs, with this architecture."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:59 ../src/templates/search-form.html:35
-#: ../src/templates/search-results.html:40
-msgid "Go!"
-msgstr ""
-
-#: ../src/templates/jobs-index.html:30
-#, c-format
-msgid "Showing only jobs from %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:37
-#, c-format
-msgid "Showing only builds that have been built on %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:45
-#, c-format
-msgid "Showing only jobs built for %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:3
-#, c-format
-msgid "Delete key %s"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:25 ../src/templates/keys-import.html:28
-msgid "Key"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:29
-#, c-format
-msgid "You are going to delete the key %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:41
-msgid "Delete key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:3 ../src/templates/keys-import.html:16
-#: ../src/templates/keys-import.html:39 ../src/templates/keys-list.html:106
-msgid "Import new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:21
-msgid "Import a new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:33
-msgid "Paste the key to import."
-msgstr ""
-
-#: ../src/templates/keys-list.html:21
-msgid "The keys are a very important component when it comes to security."
-msgstr ""
-
-#: ../src/templates/keys-list.html:22
-msgid ""
-"Each package in the Pakfire Build Service is signed to prove its "
-"authenticity."
-msgstr ""
-
-#: ../src/templates/keys-list.html:31
-msgid "Fingerprint"
-msgstr ""
-
-#: ../src/templates/keys-list.html:33
-msgid "Expires"
-msgstr ""
-
-#: ../src/templates/keys-list.html:51
-msgid "Lookup"
-msgstr ""
-
-#: ../src/templates/keys-list.html:55
-#: ../src/templates/modules/files-table.html:5
-#: ../src/templates/modules/packages-table.html:21
-#: ../src/templates/package-detail.html:152
-msgid "Download"
-msgstr ""
-
-#: ../src/templates/keys-list.html:75 ../src/templates/keys-list.html:77
-msgid "Subkey"
-msgstr ""
-
-#: ../src/templates/keys-list.html:90
-msgid "This key does not expire."
-msgstr ""
-
-#: ../src/templates/login.html:3 ../src/templates/login.html:7
-#: ../src/templates/login.html:34
-#: ../src/templates/modules/modal-build-comment.html:56
-msgid "Login"
-msgstr ""
-
-#: ../src/templates/login.html:12
-msgid "Login failed!"
-msgstr ""
-
-#: ../src/templates/login.html:13
-msgid "Username and/or password was wrong. Login failed."
-msgstr ""
-
-#: ../src/templates/login.html:22 ../src/templates/register.html:30
-#: ../src/templates/user-profile-edit.html:37
-#: ../src/templates/user-profile.html:37
-msgid "Username"
-msgstr "Nome de usuário"
-
-#: ../src/templates/login.html:28 ../src/templates/register.html:67
-#: ../src/templates/user-profile-edit.html:101
-msgid "Password"
-msgstr ""
-
-#: ../src/templates/login.html:41
-msgid "You also might want to..."
-msgstr ""
-
-#: ../src/templates/login.html:44
-msgid "Register a new account."
-msgstr ""
-
-#: ../src/templates/login.html:47
-msgid "Recover your password."
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:3
-#, c-format
-msgid "Delete mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:25
-#, c-format
-msgid "Delete mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:29
-#, c-format
-msgid "You are going to delete the mirror %s."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:3
-#: ../src/templates/mirrors-detail.html:46
-#, c-format
-msgid "Mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:29
-msgid "Edit settings"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:37
-msgid "Delete mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:47
-#, c-format
-msgid "hosted by %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:75
-msgid "Status information"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:79
-msgid "Status"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:84
-#: ../src/templates/mirrors-list.html:45
-msgid "Last check"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:89
-msgid "Never"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:103
-msgid "View larger map"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:108
-msgid "The location of the mirror server is estimated by the IP address."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:112
-msgid "The location of the mirror server could not be estimated."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:3
-#, c-format
-msgid "Manage mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:25
-#, c-format
-msgid "Manage mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:37
-msgid "The canonical hostname."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:47
-msgid "Only enabled mirrors will be pushed out to the clients."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:54
-msgid "Contact information"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:57 ../src/templates/mirrors-list.html:43
-#: ../src/templates/modules/changelog/entry.html:48
-#: ../src/templates/uploads-list.html:25
-msgid "Owner"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:62
-msgid "The owner of the mirror server."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:68
-msgid "Contact address"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:73
-msgid "An email address to contact an administrator of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:75
-msgid "This won't be made public."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:24 ../src/templates/mirrors-new.html:3
-msgid "Add new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:36
-msgid "On this page, you will see a list of all mirror servers."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:64
-msgid "Up"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:68
-msgid "Down"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:90
-msgid "There are no mirrors configured, yet."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:16
-msgid "New mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:21
-msgid "Add a new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:34
-msgid "Enter the canonical hostname of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:40
-msgid "Path"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:46
-msgid "The path to the files on the server."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:52
-msgid "Create new mirror"
-msgstr ""
-
-#: ../src/templates/modules/builders/load.html:2
-msgid "Current load of the build cluster"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:4
-#: ../src/templates/package-properties.html:71
-#: ../src/templates/package-properties.html:82
-msgid "Critical path"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:9
-msgid "Release build"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:11
-#: ../src/templates/modules/changelog/entry.html:22
-msgid "Scratch build"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:8
-msgid "As soon as possible"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:9
-msgid "After 5 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:10
-msgid "After 15 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:11
-msgid "After one hour"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:12
-msgid "After one day"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:17
-msgid "Set the time after which the build job starts."
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:22
-msgid "Schedule build"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:3
-msgid "This build is broken!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:4
-msgid ""
-"This means that the package may cause severe damage on your system and/or "
-"does not work at all."
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:8
-msgid "This build is obsolete!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:9
-msgid "This means that this package has been replaced with a new one."
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:17
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-detail.html:50
-msgid "Repository"
-msgstr "Repositório"
-
-#: ../src/templates/modules/build-table.html:83
-msgid "There are no builds to show at this place right now."
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:8
-#, c-format
-msgid "on %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:11
-#, c-format
-msgid "by %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:16
-msgid "Updated"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:22
-msgid "No comments so far."
-msgstr ""
-
-#: ../src/templates/modules/files-table.html:7
-msgid "Info"
-msgstr ""
-
-#: ../src/templates/modules/footer.html:5
-msgid ""
-"Pakfire is the buildsystem that is used to build the IPFire Linux firewall "
-"distribution."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:6
-msgid "It also installs and updates packages on the IPFire systems."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:11
-msgid "Code licensed under the GNU General Public License v3."
-msgstr ""
-
-#: ../src/templates/modules/jobs/list.html:7
-msgid "Runtime"
-msgstr ""
-
-#: ../src/templates/modules/jobs/status.html:9
-msgid "This build has got no jobs."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:4
-msgid "Arch"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:7
-msgid "Duration"
-msgstr "Duração"
-
-#: ../src/templates/modules/jobs-table.html:19 ../src/web/ui_modules.py:325
-msgid "New"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:31 ../src/web/ui_modules.py:300
-msgid "Aborted"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:33
-msgid "Dependency error"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:47
-#, c-format
-msgid "Running since %s"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:51
-msgid "Not finished, yet."
-msgstr "Ainda não finalizado."
-
-#: ../src/templates/modules/jobs-table.html:60
-#, c-format
-msgid "This package only supports %s."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:66
-msgid "No jobs, yet."
-msgstr ""
-
-#: ../src/templates/modules/log-entry-comment.html:22
-msgid "No comment given."
-msgstr ""
-
-#: ../src/templates/modules/log-entry.html:21
-msgid "You"
-msgstr ""
-
-#: ../src/templates/modules/log-table.html:23
-msgid "No log entries, yet."
-msgstr ""
-
-#: ../src/templates/modules/modal-base.html:25
-#: ../src/templates/user-forgot-password.html:49
-msgid "Submit"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:8
-#, c-format
-msgid "Comment on %s"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:10
-msgid "Log in to comment"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:26
-msgid "Vote"
-msgstr "Vote"
-
-#: ../src/templates/modules/modal-build-comment.html:30
-msgid "Not tested."
+msgid "You are not allowed to access this ressource."
msgstr ""
-#: ../src/templates/modules/modal-build-comment.html:34
-msgid "Works for me."
+msgid ""
+"Access to the requested page has been denied because you do not have "
+"sufficient rights."
msgstr ""
-#: ../src/templates/modules/modal-build-comment.html:38
-msgid "Does not work."
+msgid "404 - Not Found"
msgstr ""
-#: ../src/templates/modules/modal-build-comment.html:46
-msgid "You need to log in to comment."
+msgid "I could not find what you were searching for."
msgstr ""
-#: ../src/templates/modules/modal-build-comment.html:47
-msgid "Click on the button below to do so."
+msgid "You may have clicked an expired link or mistyped the address."
msgstr ""
-#: ../src/templates/modules/modal-build-comment.html:54
-msgid "Submit comment"
+msgid "Oops! Don't panic."
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:7
-#, c-format
-msgid "Push %s to a repository"
+msgid "An unexpected error happened."
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:15
-msgid "Not all jobs are finished!"
+msgid "Stay calm and read the text below to find out what went wrong."
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:16
-msgid ""
-"So it is <em>strongly</em> discouraged to push this build into the next "
-"repository."
+msgid "Error code"
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:35
-msgid "The build will be put into this repository."
+msgid "Exception (traceback):"
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:44
-msgid "You are going to push this build into a new repository."
+msgid ""
+"Please try going back to the previous page and try the action you did again "
+"in a moment."
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:45
msgid ""
-"This means that the build won't be part of the repository it is currently in "
-"anymore."
+"If the error persists, you should consider to get in touch with an "
+"administrator."
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:48
-msgid ""
-"Please make sure you tested this build well enough that it will keep up with "
-"the quality level of the target repository."
+#, fuzzy
+msgid "Build created"
+msgstr "Informação do build"
+
+msgid "- Unknown Event -"
msgstr ""
-#: ../src/templates/modules/modal-build-unpush.html:6
#, c-format
-msgid "Unpush %s from a repository"
+msgid "by %s"
msgstr ""
-#: ../src/templates/modules/modal-build-unpush.html:27
-msgid "You are going to unpush this build from its repository."
-msgstr ""
+msgid "File"
+msgstr "Arquivo"
-#: ../src/templates/modules/modal-build-unpush.html:28
-msgid ""
-"This means that the build won't be installable from this repository anymore."
-msgstr ""
+msgid "Package"
+msgstr "Pacote"
-#: ../src/templates/modules/modal-build-unpush.html:33
-msgid ""
-"If you consider this build being obsolete or broken, please don't forget to "
-"mark it so."
-msgstr ""
+msgid "Description"
+msgstr "Descrição"
-#: ../src/templates/modules/package-header.html:19
-msgid "Group"
-msgstr ""
+msgid "URL"
+msgstr "URL"
-#: ../src/templates/modules/packages/dependency-table.html:9
-msgid "Pre-requires"
-msgstr ""
+msgid "License"
+msgstr "Licença"
-#: ../src/templates/modules/packages/dependency-table.html:15
-msgid "Recommends"
-msgstr ""
+msgid "Size"
+msgstr "Tamanho"
-#: ../src/templates/modules/packages/dependency-table.html:17
-msgid "Suggests"
-msgstr ""
+msgid "Hash"
+msgstr "Hash"
-#: ../src/templates/modules/repo-actions-table.html:5
-#, c-format
-msgid "added %s"
-msgstr ""
+msgid "Provides"
+msgstr "Provê"
-#: ../src/templates/modules/repo-actions-table.html:10
-msgid "Run"
-msgstr ""
+msgid "Requires"
+msgstr "Requer"
-#: ../src/templates/modules/repo-actions-table.html:12
-msgid "Remove action"
-msgstr ""
+msgid "Obsoletes"
+msgstr "Obsoleto"
-#: ../src/templates/modules/repo-actions-table.html:19
-msgid "%(credits)s more credit needed."
-msgstr ""
+msgid "Conflicts"
+msgstr "Conflita com"
-#: ../src/templates/modules/repo-actions-table.html:21
-msgid "No more credits needed."
-msgstr ""
+msgid "Build information"
+msgstr "Informação do build"
-#: ../src/templates/modules/repo-actions-table.html:25
-#, c-format
-msgid "Maintainer: %s"
-msgstr ""
+msgid "ID"
+msgstr "ID"
-#: ../src/templates/modules/repo-actions-table.html:28
-msgid "Go to package description"
-msgstr ""
+msgid "Host"
+msgstr "Host"
-#: ../src/templates/modules/repository-table.html:5
-msgid "No. of builds"
-msgstr ""
+msgid "Time"
+msgstr "Hora"
-#: ../src/templates/modules/repository-table.html:6
-#: ../src/templates/repository-detail.html:44
-msgid "Enabled for builds"
-msgstr ""
+msgid "Files"
+msgstr "Arquivos"
-#: ../src/templates/modules/repository-table.html:21
-#: ../src/templates/repository-detail.html:68
-#: ../src/templates/user-profile.html:136
-msgid "Yes"
-msgstr ""
+msgid "Download file"
+msgstr "Baixar arquivo"
-#: ../src/templates/modules/repository-table.html:23
-#: ../src/templates/repository-detail.html:70
-#: ../src/templates/user-profile.html:138
-msgid "No"
+msgid "Welcome!"
msgstr ""
-#: ../src/templates/modules/select/locale.html:2
-#: ../src/templates/modules/select/timezone.html:2
-msgid "Auto-select"
+msgid "Development Powered By Community"
msgstr ""
-#: ../src/templates/modules/source-table.html:5
-msgid "No. of commits"
+msgid "Current Jobs"
msgstr ""
-#: ../src/templates/modules/source-table.html:6
-msgid "Latest commit"
-msgstr ""
+msgid "One Job In Queue"
+msgid_plural "%(num)s Jobs In Queue"
+msgstr[0] ""
+msgstr[1] ""
-#: ../src/templates/modules/source-table.html:14
#, c-format
-msgid "Branch: %s"
+msgid "Abort build job %s"
msgstr ""
-#: ../src/templates/modules/updates-table.html:18
-msgid "Score:"
+msgid "You may abort a running build."
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:2
-msgid "Watchers"
+msgid "The build server will eventually stop to build the package."
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:7
-#: ../src/templates/modules/watchers-sidebar-table.html:36
-msgid "You."
+msgid "Build job"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:9
-msgid "You and one other."
+msgid "Start time"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:11
-#, c-format
-msgid "You and %s others."
+msgid "No started, yet."
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:14
-msgid "One person."
+msgid "Build server"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:27
-msgid ""
-"All users who watch this build will be automatically notified about status "
-"changes and comments."
+msgid "Job buildroot"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:28
-msgid "This is an easy way of staying up to date."
+msgid "Buildroot"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:48
-msgid "Nobody watches this build, yet. Be the first one."
+msgid "Buildroot size"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:56
-msgid "Watch this build"
+msgid "Download size"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:58
-msgid "Add a watcher"
+#, c-format
+msgid "The packages listed below were used to build %s."
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:62
-msgid "Close"
+msgid "Log In"
msgstr ""
-#: ../src/templates/package-detail.html:42
-msgid "Development package"
-msgstr ""
+#, fuzzy
+msgid "Login failed"
+msgstr "Falha no registro"
-#: ../src/templates/package-detail.html:45
-msgid "Debuginfo package"
+#, c-format
+msgid "Delete mirror %s"
msgstr ""
-#: ../src/templates/package-detail.html:64
-msgid "Homepage"
+#, c-format
+msgid "Delete mirror: %s"
msgstr ""
-#: ../src/templates/package-detail.html:88
-msgid "Build time"
+#, c-format
+msgid "You are going to delete the mirror %s."
msgstr ""
-#: ../src/templates/package-detail.html:130
-msgid "%(size)s when installed"
+#, c-format
+msgid "Mirror: %s"
msgstr ""
-#: ../src/templates/package-detail.html:162
-msgid "Build dependencies"
+msgid "Add new mirror"
msgstr ""
-#: ../src/templates/package-detail.html:164
-msgid "Dependencies"
+msgid "Edit settings"
msgstr ""
-#: ../src/templates/package-detail.html:173
-msgid "Filelist"
+msgid "Delete mirror"
msgstr ""
-#: ../src/templates/package-detail-list.html:25
-#: ../src/templates/packages/builds/times.html:20
-#: ../src/templates/packages/builds/times.html:41
-msgid "Build times"
+msgid "General"
msgstr ""
-#: ../src/templates/package-detail-list.html:58
-msgid "File new bug"
-msgstr ""
+#, fuzzy
+msgid "Location"
+msgstr "Ações"
-#: ../src/templates/package-detail-list.html:61
-msgid "Show all bugs"
+msgid "The location of the mirror server could not be estimated."
msgstr ""
-#: ../src/templates/package-detail-list.html:66
-msgid "Open bugs"
+msgid "Status information"
msgstr ""
-#: ../src/templates/package-detail-list.html:76
-msgid "Full changelog"
+msgid "Status"
msgstr ""
-#: ../src/templates/package-properties.html:20
-msgid "Properties"
+msgid "HTTP Response Code"
msgstr ""
-#: ../src/templates/package-properties.html:32
-msgid "Maintainers"
+msgid "Last sync"
msgstr ""
-#: ../src/templates/package-properties.html:37
-#: ../src/templates/package-properties.html:47
-msgid "Default priority"
+msgid "Last check"
msgstr ""
-#: ../src/templates/package-properties.html:39
-msgid ""
-"A big benefit of the Pakfire Build Service is, that builds are available to "
-"end-users in a very short time."
+msgid "Never"
msgstr ""
-#: ../src/templates/package-properties.html:40
-msgid ""
-"Some packages might need some extra boost if the build servers are very busy."
+msgid "Average Response Time"
msgstr ""
-#: ../src/templates/package-properties.html:43
-msgid "You may set a default priority for all builds of this package."
+#, c-format
+msgid "Manage mirror %s"
msgstr ""
-#: ../src/templates/package-properties.html:73
-msgid ""
-"A package that belongs to the critical path is a package that plays a very "
-"essential role in the distribution."
+msgid "Manage"
msgstr ""
-#: ../src/templates/package-properties.html:74
-msgid ""
-"If such a package is broken, it may not be possible to boot or recover the "
-"system anymore, so we need to be extra sure that these packages work."
+#, c-format
+msgid "Manage mirror: %s"
msgstr ""
-#: ../src/templates/package-properties.html:77
-msgid ""
-"If this package is marked to belong to the critical path, it will need a "
-"higher score to pass to the next repository and more."
+msgid "The canonical hostname."
msgstr ""
-#: ../src/templates/package-properties.html:78
-msgid "Learn more."
+msgid "Check if this mirror server supports HTTPS."
msgstr ""
-#: ../src/templates/package-properties.html:86
-msgid "This package belongs to the critical path"
+msgid "Contact information"
msgstr ""
-#: ../src/templates/packages/builds/scratch.html:35
-msgid "There are no scratch builds for this package."
+msgid "Owner"
msgstr ""
-#: ../src/templates/packages/builds/times.html:3
-msgid "Package build times"
+msgid "The owner of the mirror server."
msgstr ""
-#: ../src/templates/packages/builds/times.html:34
-msgid "This table shows you how long this package normally takes to be built."
+msgid "Contact address"
msgstr ""
-#: ../src/templates/packages/builds/times.html:45
-msgid "Average"
+msgid "An email address to contact an administrator of the mirror."
msgstr ""
-#: ../src/templates/packages/builds/times.html:46
-msgid "Maximum"
+msgid "This won't be made public."
msgstr ""
-#: ../src/templates/packages/builds/times.html:47
-msgid "Minimum"
+msgid "Save changes"
msgstr ""
-#: ../src/templates/packages/builds/times.html:48
-msgid "Total"
+msgid "On this page, you will see a list of all mirror servers."
msgstr ""
-#: ../src/templates/packages/changelog.html:3
-#, c-format
-msgid "Changelog of %s"
+msgid "Up"
msgstr ""
-#: ../src/templates/packages/changelog.html:20
-#: ../src/templates/packages/changelog.html:26
-msgid "Changelog"
+msgid "Out Of Sync"
msgstr ""
-#: ../src/templates/packages-list.html:3 ../src/templates/packages-list.html:17
-msgid "Package list"
-msgstr "Lista de pacotes"
-
-#: ../src/templates/packages-list.html:23
-msgid ""
-"This is an alphabetically ordered list of all packages in the distribution."
+msgid "Down"
msgstr ""
-"Esta é uma lista em ordem alfabética de todos os pacotes na distribuição."
-
-#: ../src/templates/packages-list.html:24
-msgid "Click on a link to see further information about the package."
-msgstr "Clique no link para ver maiores informações sobre o pacote."
-#: ../src/templates/packages-list.html:31
-msgid "Selection"
+msgid "There are no mirrors configured, yet."
msgstr ""
-#: ../src/templates/packages-list.html:36
-msgid "Show broken packages"
+msgid "New mirror"
msgstr ""
-#: ../src/templates/packages-list.html:39
-msgid "Show all packages"
+msgid "Add a new mirror"
msgstr ""
-#: ../src/templates/packages/view-file.html:3
-msgid "View %(filename)s from %(pkg)s"
+msgid "Enter the canonical hostname of the mirror."
msgstr ""
-#: ../src/templates/packages/view-file.html:36
-msgid "View file"
+msgid "Path"
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Mimetype: %s"
+msgid "The path to the files on the server."
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Size: %s"
+msgid "Create new mirror"
msgstr ""
-#: ../src/templates/register-activation-fail.html:3
-msgid "Account activation failed"
+msgid "Release build"
msgstr ""
-#: ../src/templates/register-activation-fail.html:12
-#: ../src/templates/register-activation-success.html:12
-msgid "Account activation"
+msgid "Scratch build"
msgstr ""
-#: ../src/templates/register-activation-fail.html:17
-msgid "Activation failed"
-msgstr "Falha na ativação"
-
-#: ../src/templates/register-activation-fail.html:23
-#: ../src/templates/register-fail.html:6
-#: ../src/templates/user-profile-edit-fail.html:6
-msgid "We are sorry."
-msgstr "Nos desculpe."
-
-#: ../src/templates/register-activation-fail.html:24
-msgid "The activation of your account has failed."
-msgstr "A ativação da sua conta falhou."
+msgid "As soon as possible"
+msgstr ""
-#: ../src/templates/register-activation-fail.html:25
-msgid "Possibly the registration code is wrong or your registration timed out."
+msgid "After 5 minutes"
msgstr ""
-"Possivelmente o código de registro está errado ou o tempo para registro "
-"expirou."
-#: ../src/templates/register-activation-success.html:3
-msgid "Account activation successful"
+msgid "After 15 minutes"
msgstr ""
-#: ../src/templates/register-activation-success.html:17
-msgid "Activation successful"
+msgid "After one hour"
msgstr ""
-#: ../src/templates/register-activation-success.html:23
-#, c-format
-msgid "Your account has been activated, %s."
-msgstr "Sua conta foi ativada, %s."
+msgid "After one day"
+msgstr ""
-#: ../src/templates/register-activation-success.html:24
-msgid "Have fun!"
-msgstr "Seja feliz!"
+msgid "Set the time after which the build job starts."
+msgstr ""
-#: ../src/templates/register-fail.html:4
-msgid "Registration failed"
-msgstr "Falha no registro"
+msgid "Schedule build"
+msgstr ""
-#: ../src/templates/register-fail.html:7
-msgid "We could not create your requested account."
-msgstr "Nós não podemos criar a conta pedida."
+msgid "This build is broken!"
+msgstr ""
-#: ../src/templates/register-fail.html:17
-#: ../src/templates/user-profile-edit-fail.html:17
msgid ""
-"Use the back button on your web browser to go back to the previous page and "
-"correct your submission."
+"This means that the package may cause severe damage on your system and/or "
+"does not work at all."
msgstr ""
-"Uso o botão voltar do seu navegador para voltar à página anterior e corrigir "
-"seu envio"
-#: ../src/templates/register.html:3 ../src/templates/register.html:18
-msgid "Register a new account"
+msgid "This build is obsolete!"
msgstr ""
-#: ../src/templates/register.html:12
-msgid "Register new account"
+msgid "This means that this package has been replaced with a new one."
msgstr ""
-#: ../src/templates/register.html:19
-msgid "Join the community!"
-msgstr ""
+msgid "Repository"
+msgstr "Repositório"
-#: ../src/templates/register.html:26
-msgid "Registration form"
+msgid "Created"
msgstr ""
-#: ../src/templates/register.html:35
-msgid "Must be a unique name you login with."
-msgstr ""
+#, fuzzy
+msgid "In repository since"
+msgstr "Repositório de binários"
-#: ../src/templates/register.html:41 ../src/templates/user-profile-edit.html:60
-msgid "Email address"
+msgid "Can be moved forward"
msgstr ""
-#: ../src/templates/register.html:46
-msgid "Type in your email address, which is used to verify the account."
+msgid "There are no builds to show at this place right now."
msgstr ""
-#: ../src/templates/register.html:52
-msgid "Real name (optional)"
+msgid "Subject"
msgstr ""
-#: ../src/templates/register.html:57
-msgid "Type you firstname and your lastname here."
+msgid "Download"
msgstr ""
-#: ../src/templates/register.html:64
-msgid "Account security"
+msgid "Info"
msgstr ""
-#: ../src/templates/register.html:72
-#: ../src/templates/user-profile-edit.html:106
-msgid ""
-"The password is used to secure the login and must be at least 8 characters."
+msgid "Arch"
msgstr ""
-#: ../src/templates/register.html:78
-msgid "Confirm password"
-msgstr ""
+msgid "Duration"
+msgstr "Duração"
+
+msgid "Pending"
+msgstr "Pendente"
+
+msgid "Failed"
+msgstr "Falhou"
-#: ../src/templates/register.html:83
-msgid "Pick a password that is as strong as possible."
+msgid "Dispatching"
msgstr ""
-#: ../src/templates/register.html:84
-msgid "Don't login at unsecure places where people could spy on your password."
+msgid "Finished"
+msgstr "Finalizado"
+
+msgid "Running"
+msgstr "Executando"
+
+msgid "Aborted"
msgstr ""
-#: ../src/templates/register.html:91
-msgid "Sign up!"
+#, c-format
+msgid "Running since %s"
msgstr ""
-#: ../src/templates/register-success.html:4
-msgid "Registration successful"
-msgstr ""
+msgid "Not finished, yet."
+msgstr "Ainda não finalizado."
-#: ../src/templates/register-success.html:6
#, c-format
-msgid "Your new account has been created, %s."
-msgstr "Sua nova conta foi criada, %s."
-
-#: ../src/templates/register-success.html:7
-msgid ""
-"To complete the activation, follow the instructions that were sent to you in "
-"an activation email."
+msgid "This package only supports %s."
msgstr ""
-"Para completar a ativação, siga as instruções que foram encaminhadas a você "
-"no e-mail de ativação."
-#: ../src/templates/repository-detail.html:30
-msgid "Stable repository"
+msgid "No jobs, yet."
msgstr ""
-#: ../src/templates/repository-detail.html:34
-msgid "Unstable repository"
-msgstr ""
+#, fuzzy, c-format
+msgid "Finished %s"
+msgstr "Finalizado"
-#: ../src/templates/repository-detail.html:38
-msgid "Testing repository"
+#, c-format
+msgid "on %s"
msgstr ""
-#: ../src/templates/repository-detail.html:65
-msgid "Repository is enabled for builds?"
+msgid "This build has got no jobs."
msgstr ""
-#: ../src/templates/repository-detail.html:76
-#: ../src/templates/repository-detail.html:151
-msgid "Obsolete builds"
+msgid "No comment given."
msgstr ""
-#: ../src/templates/repository-detail.html:85
-msgid "Total build time"
+msgid "You"
msgstr ""
-#: ../src/templates/repository-detail.html:99
-msgid ""
-"The table above shows how long it took to build all packages in this "
-"repository."
+msgid "No log entries, yet."
msgstr ""
-#: ../src/templates/repository-detail.html:126
-msgid "Unpushed builds"
+msgid "Submit"
msgstr ""
-#: ../src/templates/repository-detail.html:128
-msgid ""
-"These builds were already put into this repository, but were not pushed out "
-"to the mirror servers, yet."
+#, c-format
+msgid "Comment on %s"
msgstr ""
-#: ../src/templates/repository-detail.html:139
-msgid "Builds in this repository"
+msgid "Log in to comment"
msgstr ""
-#: ../src/templates/repository-edit.html:3
-#: ../src/templates/repository-edit.html:7
-#, c-format
-msgid "Edit repository %s"
+msgid "Comment"
msgstr ""
-#: ../src/templates/repository-edit.html:20
-msgid "The name of the repository."
+msgid "Vote"
+msgstr "Vote"
+
+msgid "Not tested."
msgstr ""
-#: ../src/templates/repository-edit.html:21
-msgid "Must only contain of the lowercase characters."
+msgid "Works for me."
msgstr ""
-#: ../src/templates/repository-edit.html:33
-msgid "Score settings"
+msgid "Does not work."
msgstr ""
-#: ../src/templates/repository-edit.html:35
-msgid "These settings configure the automatic score feature."
+msgid "You need to log in to comment."
msgstr ""
-#: ../src/templates/repository-edit.html:36
-msgid ""
-"Builds that gained a certain score are moved to the next repository "
-"automatically and removed if the score is too bad."
+msgid "Click on the button below to do so."
msgstr ""
-#: ../src/templates/repository-edit.html:40
-msgid "Needed score"
+msgid "Submit comment"
msgstr ""
-#: ../src/templates/repository-edit.html:45
-msgid ""
-"The score that is needed for builds to automatically be moved into this "
-"repository."
+msgid "Login"
msgstr ""
-#: ../src/templates/repository-edit.html:49
-msgid "Minimum time"
+#, c-format
+msgid "Push %s to a repository"
msgstr ""
-#: ../src/templates/repository-edit.html:54
-msgid "Every build must stay a minimum time in a repository."
+msgid "Not all jobs are finished!"
msgstr ""
-#: ../src/templates/repository-edit.html:55
-msgid "This is to ensure that a package gets tested well."
+msgid ""
+"So it is <em>strongly</em> discouraged to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/repository-edit.html:56
-#: ../src/templates/repository-edit.html:67
-msgid "Enter zero to disable the feature."
+msgid "The build will be put into this repository."
msgstr ""
-#: ../src/templates/repository-edit.html:60
-msgid "Maximum time"
+msgid "You are going to push this build into a new repository."
msgstr ""
-#: ../src/templates/repository-edit.html:65
msgid ""
-"If a build is more than a certain amount of time in a repository, it will "
-"automatically be removed."
+"This means that the build won't be part of the repository it is currently in "
+"anymore."
msgstr ""
-#: ../src/templates/repository-edit.html:66
-msgid "This is to ensure that packages are not forgotten to be pushed."
+msgid ""
+"Please make sure you tested this build well enough that it will keep up with "
+"the quality level of the target repository."
msgstr ""
-#: ../src/templates/repository-edit.html:73
-msgid "Build settings"
+#, c-format
+msgid "Unpush %s from a repository"
msgstr ""
-#: ../src/templates/repository-edit.html:76
-msgid "Use package for builds?"
+msgid "You are going to unpush this build from its repository."
msgstr ""
-#: ../src/templates/repository-edit.html:81
-msgid "Should the package be selected for builds by default?"
+msgid ""
+"This means that the build won't be installable from this repository anymore."
msgstr ""
-#: ../src/templates/repository-edit.html:82
-#: ../src/templates/user-impersonation.html:21
-msgid "Use with caution!"
+msgid ""
+"If you consider this build being obsolete or broken, please don't forget to "
+"mark it so."
msgstr ""
-#: ../src/templates/search-form.html:3
-msgid "Advanced search"
-msgstr ""
+msgid "Group"
+msgid_plural "Groups"
+msgstr[0] ""
+msgstr[1] ""
-#: ../src/templates/search-form.html:18
#, c-format
-msgid "No results for '%s'."
+msgid "added %s"
msgstr ""
-#: ../src/templates/search-form.html:26
-msgid "Type a search pattern into the box below and hit the button."
+msgid "Run"
msgstr ""
-#: ../src/templates/search-form.html:46
-msgid "Search for packages by name or description"
+msgid "Remove action"
msgstr ""
-#: ../src/templates/search-form.html:48
-msgid ""
-"If you type a package name to the search box you will get a link to the "
-"package."
-msgstr ""
+msgid "One more score needed."
+msgid_plural "%(score)s more scores needed."
+msgstr[0] ""
+msgstr[1] ""
-#: ../src/templates/search-form.html:49
-msgid "The search is performed in case insensitive mode."
+msgid "No more scores needed."
msgstr ""
-#: ../src/templates/search-form.html:58
-msgid "Search for UUIDs"
+#, c-format
+msgid "Maintainer: %s"
msgstr ""
-#: ../src/templates/search-form.html:60
-msgid ""
-"If you type a UUID to the search box, you will be directed to the job, build "
-"or package it belongs to."
+msgid "Go to package description"
msgstr ""
-#: ../src/templates/search-form.html:61
-msgid ""
-"This is a handy feature if you have a UUID and search for the corresponding "
-"package or build."
+msgid "Auto-select"
msgstr ""
-#: ../src/templates/search-form.html:64 ../src/templates/search-form.html:80
-msgid "Examples"
+msgid "No. of commits"
msgstr ""
-#: ../src/templates/search-form.html:73
-msgid "Search for files"
+msgid "Latest commit"
msgstr ""
-#: ../src/templates/search-form.html:75
-msgid "You may also search for file names."
+#, c-format
+msgid "Branch: %s"
msgstr ""
-#: ../src/templates/search-form.html:76
-msgid "You will get a list of packages that contain the file."
+msgid "You."
msgstr ""
-#: ../src/templates/search-form.html:77
-msgid ""
-"The search pattern must start with a slash that it will be recognized as a "
-"file."
+msgid "You and one other."
msgstr ""
-#: ../src/templates/search-results.html:3
-#: ../src/templates/search-results.html:22
#, c-format
-msgid "Search results for '%s'"
+msgid "You and %s others."
msgstr ""
-#: ../src/templates/search-results.html:12
-msgid "Search results"
+msgid "One person."
+msgid_plural "%(num)s people."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid ""
+"All users who watch this build will be automatically notified about status "
+"changes and comments."
msgstr ""
-#: ../src/templates/search-results.html:28
-msgid "No results found."
+msgid "This is an easy way of staying up to date."
msgstr ""
-#: ../src/templates/search-results.html:30
-msgid "Visit the advanced search page to find about how to define your query."
+msgid "Nobody watches this build, yet. Be the first one."
msgstr ""
-#: ../src/templates/search-results.html:75
-#, c-format
-msgid "%s was found in the following package."
+msgid "Watch this build"
msgstr ""
-#: ../src/templates/sessions/index.html:36
-msgid "Valid until"
+msgid "Add a watcher"
msgstr ""
-#: ../src/templates/sessions/index.html:37
-msgid "Last seen at"
+msgid "Close"
msgstr ""
-#: ../src/templates/source-list.html:3
-msgid "Sources repositories"
+msgid "Properties"
msgstr ""
-#: ../src/templates/source-list.html:17
-msgid "Add source repository"
+msgid "Maintainers"
msgstr ""
-#: ../src/templates/source-list.html:18
-msgid "Blah 123"
+msgid "Default priority"
msgstr ""
-#: ../src/templates/statistics/index.html:11
msgid ""
-"On this page, you will find a lot of information bundled in graphs and "
-"figures."
+"A big benefit of the Pakfire Build Service is, that builds are available to "
+"end-users in a very short time."
msgstr ""
-#: ../src/templates/statistics/index.html:12
msgid ""
-"They give a very quick overview about what is going on in the build service."
+"Some packages might need some extra boost if the build servers are very busy."
msgstr ""
-#: ../src/templates/statistics/index.html:18
-#, c-format
-msgid "The average build time is %.1f minutes."
+msgid "You may set a default priority for all builds of this package."
msgstr ""
-#: ../src/templates/statistics/index.html:21
-msgid "There are %(builds_count)s builds containing %(jobs_count_all)s jobs."
-msgstr ""
+msgid "Very high"
+msgstr "Muito alto"
-#: ../src/templates/updates-index.html:3
-msgid "Updates"
-msgstr ""
+msgid "High"
+msgstr "Alto"
-#: ../src/templates/updates-index.html:6
-msgid "Coming soon..."
-msgstr ""
+msgid "Medium"
+msgstr "Médio"
-#: ../src/templates/uploads-list.html:24
-msgid "Filename"
-msgstr ""
+msgid "Low"
+msgstr "Baixo"
-#: ../src/templates/uploads-list.html:26
-msgid "Filesize"
+msgid "Very low"
+msgstr "Muito baixo"
+
+msgid "Critical path"
msgstr ""
-#: ../src/templates/uploads-list.html:27
-msgid "Time running"
+msgid ""
+"A package that belongs to the critical path is a package that plays a very "
+"essential role in the distribution."
msgstr ""
-#: ../src/templates/uploads-list.html:44
-msgid "No owner."
+msgid ""
+"If such a package is broken, it may not be possible to boot or recover the "
+"system anymore, so we need to be extra sure that these packages work."
msgstr ""
-#: ../src/templates/uploads-list.html:74
-msgid "There are currently no uploads running."
+msgid ""
+"If this package is marked to belong to the critical path, it will need a "
+"higher score to pass to the next repository and more."
msgstr ""
-#: ../src/templates/user-comments.html:4
-msgid "Latest user comments"
+msgid "Learn more."
msgstr ""
-#: ../src/templates/user-comments.html:12
-msgid "Show all users"
+msgid "Open Bugs In This Package"
msgstr ""
-#: ../src/templates/user-delete.html:4
-#, c-format
-msgid "Delete user %s"
-msgstr "Apagar usuário %s"
+#, fuzzy
+msgid "Show All Bugs"
+msgstr "Exibir todos os builds"
-#: ../src/templates/user-delete.html:8
-msgid "Do you really want to delete your own account?"
-msgstr "Você realmente quer apagar sua própria conta?"
+msgid "File A New Bug"
+msgstr ""
-#: ../src/templates/user-delete.html:9
-msgid "You won't be able to login and use this service any more."
-msgstr "Você não será mais capaz de entrar e usar este serviço."
+#, fuzzy
+msgid "Download Package"
+msgstr "Baixar arquivo"
-#: ../src/templates/user-delete.html:11
-#, c-format
-msgid "Do you really want to delete the user %s?"
-msgstr "Você realmente quer apagar o usuário %s?"
+#, fuzzy, c-format
+msgid "Build from %s"
+msgstr "Lista de tarefas de build"
-#: ../src/templates/user-forgot-password.html:3
-#: ../src/templates/user-forgot-password.html:12
-#: ../src/templates/user-forgot-password.html:17
-msgid "Forgot password"
+msgid "Filelist"
msgstr ""
-#: ../src/templates/user-forgot-password.html:22
-msgid "Work in progress!"
-msgstr ""
+#, fuzzy, c-format
+msgid "Download (%s)"
+msgstr "Baixar arquivo"
-#: ../src/templates/user-forgot-password.html:28
-msgid "You have forgotten you password, eh? Shame on you."
+msgid "Job Queue"
msgstr ""
-#: ../src/templates/user-forgot-password.html:29
-msgid "However, we allow to re-activate your account."
-msgstr ""
+#, fuzzy, c-format
+msgid "Builds in %s"
+msgstr "Builds"
-#: ../src/templates/user-forgot-password.html:32
-msgid "You need to enter your username below."
+msgid "Create"
msgstr ""
-#: ../src/templates/user-forgot-password.html:33
-msgid "After that, you will receive an email with intructions how to go on."
+msgid "- Select -"
msgstr ""
-#: ../src/templates/user-forgot-password.html:42
-msgid "Your username"
-msgstr ""
+#, fuzzy
+msgid "Create Repository"
+msgstr "Repositório"
-#: ../src/templates/user-impersonation.html:3
-#, c-format
-msgid "Impersonate user %s"
+msgid "Describe what this repository will contain"
msgstr ""
-#: ../src/templates/user-impersonation.html:7
-msgid "User impersonation"
-msgstr ""
+msgid "Priority"
+msgstr "Prioridade"
-#: ../src/templates/user-impersonation.html:17
-msgid ""
-"When impersonating another user, every action you perform will be taking "
-"place as if you had logged in as the user whom will be impersonating."
-msgstr ""
+#, fuzzy
+msgid "Listed"
+msgstr "Registrado"
-#: ../src/templates/user-impersonation.html:22
-msgid ""
-"This is a very powerful feature. You should be very careful while using it."
+msgid "By unchecking this box, you can hide this repository from being listed"
msgstr ""
-#: ../src/templates/user-list.html:3
-msgid "User list"
+msgid "Enable Mirroring"
msgstr ""
-#: ../src/templates/user-profile-builds.html:3
-#: ../src/templates/user-profile-builds.html:7
-#, c-format
-msgid "Builds by %s"
+msgid "If enabled, this repository will be made available on mirror servers"
msgstr ""
-#: ../src/templates/user-profile-edit-fail.html:4
-msgid "Edit failed"
-msgstr ""
+#, fuzzy
+msgid "Download Configuration"
+msgstr "Baixar arquivo"
-#: ../src/templates/user-profile-edit-fail.html:7
-msgid "The user profile cannot be saved."
+msgid "Search"
msgstr ""
-#: ../src/templates/user-profile-edit.html:3
-#: ../src/templates/user-profile-edit.html:26
#, c-format
-msgid "Edit user profile: %s"
-msgstr ""
-
-#: ../src/templates/user-profile-edit.html:34
-msgid "User Identity"
+msgid "We could not find anything for '%s'"
msgstr ""
-#: ../src/templates/user-profile-edit.html:48
-msgid "Real name"
-msgstr ""
-
-#: ../src/templates/user-profile-edit.html:54
-msgid ""
-"This field is optional, but we appreciate it very much if you type in your "
-"real name."
+msgid "Go!"
msgstr ""
-#: ../src/templates/user-profile-edit.html:66
-msgid ""
-"If the email address is changed, your account will be disabled until you "
-"confirm the new email address."
+msgid "Sources repositories"
msgstr ""
-#: ../src/templates/user-profile-edit.html:74
-msgid "Admin actions"
+msgid "Source repositories"
msgstr ""
-#: ../src/templates/user-profile-edit.html:82
-#: ../src/templates/user-profile.html:52
-msgid "Tester"
-msgstr "Tester"
-
-#: ../src/templates/user-profile-edit.html:85
-#: ../src/templates/user-profile.html:50
-msgid "Admin"
-msgstr "Admin"
-
-#: ../src/templates/user-profile-edit.html:90
-msgid "Define the permissions of the user."
+msgid "Add source repository"
msgstr ""
-#: ../src/templates/user-profile-edit.html:98
-msgid "Account security settings"
+msgid "Blah 123"
msgstr ""
-#: ../src/templates/user-profile-edit.html:112
-#: ../src/templates/user-profile-passwd.html:84
-msgid "Confirm"
-msgstr ""
+#, fuzzy
+msgid "Delete User"
+msgstr "Apagar %s"
-#: ../src/templates/user-profile-edit.html:117
-msgid "Leave the password fields empty to keep the current password."
-msgstr ""
+#, fuzzy
+msgid "Are you sure you want to delete your account?"
+msgstr "Você realmente quer apagar sua própria conta?"
-#: ../src/templates/user-profile-edit.html:124
-msgid "Locale & timezone settings"
-msgstr ""
+#, fuzzy, c-format
+msgid "Are you sure you want to delete the user '%s'?"
+msgstr "Você realmente quer apagar o usuário %s?"
-#: ../src/templates/user-profile-edit.html:127
-msgid "Preferred language"
-msgstr ""
+#, fuzzy
+msgid "Edit User"
+msgstr "Usuário"
-#: ../src/templates/user-profile-edit.html:132
-msgid "Auto-detect will use the language transmitted by your browser."
+#, c-format
+msgid "Send an Email to %s"
msgstr ""
-#: ../src/templates/user-profile-edit.html:138
-msgid "Timezone"
+msgid "Quota"
msgstr ""
-#: ../src/templates/user-profile-edit.html:143
-msgid "Auto-detect will use the timezone transmitted by your browser."
+#, python-format
+msgid "%(min)d min"
msgstr ""
-#: ../src/templates/user-profile-edit.html:150
-msgid "Save"
+#, python-format
+msgid "%(hrs)d:%(min)02d hrs"
msgstr ""
-#: ../src/templates/user-profile.html:23
-msgid "View comments"
+msgid "User not found."
msgstr ""
-#: ../src/templates/user-profile.html:41
-msgid "Email"
-msgstr "email"
-
-#: ../src/templates/user-profile.html:61
-msgid "Registered"
-msgstr "Registrado"
-
-#: ../src/templates/user-profile.html:80
-msgid "Edit profile"
+msgid "Recommends"
msgstr ""
-#: ../src/templates/user-profile.html:86
-#: ../src/templates/user-profile-passwd.html:3
-#: ../src/templates/user-profile-passwd.html:20
-#: ../src/templates/user-profile-passwd.html:25
-#: ../src/templates/user-profile-passwd.html:95
-#: ../src/templates/user-profile-passwd-ok.html:20
-msgid "Change password"
+msgid "Suggests"
msgstr ""
-#: ../src/templates/user-profile.html:94
-msgid "Delete account"
-msgstr "Apagar conta"
-
-#: ../src/templates/user-profile.html:101
-msgid "Impersonate user"
+msgid "Today"
msgstr ""
-#: ../src/templates/user-profile.html:121
-msgid "Permissions"
+msgid "Yesterday"
msgstr ""
-#: ../src/templates/user-profile.html:125
-msgid "This user has administration rights."
-msgstr ""
+msgid "Uploading"
+msgstr "Carregando"
-#: ../src/templates/user-profile.html:132
-msgid "User is allowed to create scratch builds?"
+#, python-format
+msgid "Unknown: %s"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:4
-msgid "Edit successful"
-msgstr "Editado com sucesso"
+#~ msgid "Back"
+#~ msgstr "Voltar"
-#: ../src/templates/user-profile-need-activation.html:6
-msgid "The user profile was successfully altered."
-msgstr "O perfil do usuário foi alterado com sucesso"
+#~ msgid "Any"
+#~ msgstr "Qualquer"
-#: ../src/templates/user-profile-need-activation.html:7
-msgid ""
-"But as you have changed the email address, you need to re-activate the "
-"account."
-msgstr ""
+#~ msgid "All"
+#~ msgstr "Todos"
-#: ../src/templates/user-profile-need-activation.html:8
-msgid "Have a look at you mailbox - you already do know what to do."
-msgstr "Dê uma olhada na sua caixa de mensagens - você já sabe o que fazer."
+#~ msgid "Permanently failed"
+#~ msgstr "Falhou permanentemente"
-#: ../src/templates/user-profile-passwd.html:32
-msgid "You are going to change your password."
-msgstr ""
+#~ msgid "Display only builds by selected host."
+#~ msgstr "Exibir apenas builds do host selecionado"
-#: ../src/templates/user-profile-passwd.html:35
-msgid ""
-"To do so, you need to enter your current password and the new password twice."
-msgstr ""
+#~ msgid "Edit build priority"
+#~ msgstr "Edite a prioridade do build"
-#: ../src/templates/user-profile-passwd.html:39
-#, c-format
-msgid "In this dialog, you may change the password of %s."
-msgstr ""
+#~ msgid "Set the priority of the build process."
+#~ msgstr "Defina a prioridade do processo de build."
-#: ../src/templates/user-profile-passwd.html:61
-msgid "Old password"
-msgstr ""
+#~ msgid "Don't do this if you are not totally sure you won't break anything."
+#~ msgstr "Não faça isso a não ser que tenha certeza que não vai quebrar nada."
-#: ../src/templates/user-profile-passwd.html:66
-msgid "Please provide your old password."
-msgstr ""
+#~ msgid "None"
+#~ msgstr "Nenhum"
-#: ../src/templates/user-profile-passwd.html:73
-msgid "New password"
-msgstr ""
+#~ msgid "Documents"
+#~ msgstr "Documentos"
-#: ../src/templates/user-profile-passwd.html:78
-msgid "Choose a new password. Make sure that it is as strong as possible."
-msgstr ""
+#~ msgid ""
+#~ "All users can join the Pakfire Build Service and are separated into three "
+#~ "groups:"
+#~ msgstr ""
+#~ "Todos os usuários podem entrar no Packfire Build Service e são separados "
+#~ "em três grupos: "
-#: ../src/templates/user-profile-passwd.html:89
-msgid "Confirm the new password."
-msgstr ""
+#~ msgid "Developers"
+#~ msgstr "Desenvolvedores"
-#: ../src/templates/user-profile-passwd-ok.html:3
-#: ../src/templates/user-profile-passwd-ok.html:29
-msgid "Password changed"
-msgstr ""
+#~ msgid ""
+#~ "Developers manage this build service and have access to all parts of it."
+#~ msgstr ""
+#~ "Desenvolvedores gerenciam este serviço de build e têm acesso a todas as "
+#~ "suas partes"
-#: ../src/templates/user-profile-passwd-ok.html:24
-msgid "Done!"
-msgstr ""
+#~ msgid ""
+#~ "They are responsible to keep the system running and able to push package "
+#~ "updates to the repostories."
+#~ msgstr ""
+#~ "Eles são responsáveis por manter o sistema rodando e devem ser capazes de "
+#~ "enviar updates de pacotes aos repositórios."
-#: ../src/templates/user-profile-passwd-ok.html:37
-msgid "Your password has successfully been changed."
-msgstr ""
+#~ msgid "Testers"
+#~ msgstr "Testadores"
-#: ../src/templates/user-profile-passwd-ok.html:41
-#, c-format
-msgid "The password of %s has successfully been changed."
-msgstr ""
+#~ msgid ""
+#~ "Testers are like users but have the right to vote on packages, which is "
+#~ "used to figure out the quality of the package."
+#~ msgstr ""
+#~ "Testers são como usuários mas têm o direito de votar nos pacotes, o que é "
+#~ "usado para verificar a qualidade do pacote."
-#: ../src/templates/user-profile-passwd-ok.html:46
-msgid "Ok"
-msgstr ""
+#~ msgid ""
+#~ "Everyone can become a tester after he or she has proven to know the "
+#~ "IPFire system very well."
+#~ msgstr ""
+#~ "Qualquer um pode ser um tester após provar que conhece o sistema IPFire "
+#~ "muito bem."
-#: ../src/web/handlers_auth.py:65
-msgid "No username provided."
-msgstr ""
+#~ msgid "Welcome to the Pakfire Build Service"
+#~ msgstr "Bem vindo ao serviço Packfire Build"
-#: ../src/web/handlers_auth.py:67
-msgid "The given username is already taken."
-msgstr ""
+#~ msgid "Re-submit build"
+#~ msgstr "re-enviar o build"
-#: ../src/web/handlers_auth.py:70 ../src/web/handlers_users.py:177
-msgid "No email address provided."
-msgstr ""
+#~ msgid "Package files"
+#~ msgstr "Arquivos do pacote"
-#: ../src/web/handlers_auth.py:72 ../src/web/handlers_users.py:179
-msgid "Email address is invalid."
-msgstr ""
+#~ msgid "Username"
+#~ msgstr "Nome de usuário"
-#: ../src/web/handlers_auth.py:74
-msgid "The given email address is already used for another account."
-msgstr ""
+#~ msgid "Package list"
+#~ msgstr "Lista de pacotes"
-#: ../src/web/handlers_auth.py:78
-msgid "No password provided."
-msgstr ""
+#~ msgid ""
+#~ "This is an alphabetically ordered list of all packages in the "
+#~ "distribution."
+#~ msgstr ""
+#~ "Esta é uma lista em ordem alfabética de todos os pacotes na distribuição."
-#: ../src/web/handlers_auth.py:80 ../src/web/handlers_users.py:185
-msgid "Passwords do not match."
-msgstr ""
+#~ msgid "Click on a link to see further information about the package."
+#~ msgstr "Clique no link para ver maiores informações sobre o pacote."
-#: ../src/web/handlers_auth.py:84
-msgid "Your password is too weak."
-msgstr ""
+#~ msgid "Activation failed"
+#~ msgstr "Falha na ativação"
-#: ../src/web/handlers_builds.py:368
-msgid "User not found."
-msgstr ""
+#~ msgid "We are sorry."
+#~ msgstr "Nos desculpe."
-#: ../src/web/handlers_users.py:112
-msgid "You need to enter you current password."
-msgstr ""
+#~ msgid "The activation of your account has failed."
+#~ msgstr "A ativação da sua conta falhou."
-#: ../src/web/handlers_users.py:115
-msgid "The provided account password is wrong."
-msgstr ""
+#~ msgid ""
+#~ "Possibly the registration code is wrong or your registration timed out."
+#~ msgstr ""
+#~ "Possivelmente o código de registro está errado ou o tempo para registro "
+#~ "expirou."
-#: ../src/web/handlers_users.py:124
-msgid "The given passwords do not match."
-msgstr ""
+#, c-format
+#~ msgid "Your account has been activated, %s."
+#~ msgstr "Sua conta foi ativada, %s."
-#: ../src/web/handlers_users.py:126
-msgid "The password was blank."
-msgstr ""
+#~ msgid "Have fun!"
+#~ msgstr "Seja feliz!"
-#: ../src/web/handlers_users.py:130
-msgid "The given password is too weak."
-msgstr ""
+#~ msgid "We could not create your requested account."
+#~ msgstr "Nós não podemos criar a conta pedida."
-#: ../src/web/handlers_users.py:183
-msgid "Password has less than 8 characters."
-msgstr ""
+#~ msgid ""
+#~ "Use the back button on your web browser to go back to the previous page "
+#~ "and correct your submission."
+#~ msgstr ""
+#~ "Uso o botão voltar do seu navegador para voltar à página anterior e "
+#~ "corrigir seu envio"
-#: ../src/web/__init__.py:327
-#, python-format
-msgid "%(min)d min"
-msgstr ""
+#, c-format
+#~ msgid "Your new account has been created, %s."
+#~ msgstr "Sua nova conta foi criada, %s."
-#: ../src/web/__init__.py:329
-#, python-format
-msgid "%(hrs)d:%(min)02d hrs"
-msgstr ""
+#~ msgid ""
+#~ "To complete the activation, follow the instructions that were sent to you "
+#~ "in an activation email."
+#~ msgstr ""
+#~ "Para completar a ativação, siga as instruções que foram encaminhadas a "
+#~ "você no e-mail de ativação."
-#: ../src/web/__init__.py:336
-#, python-format
-msgid "%dh"
-msgstr ""
+#~ msgid "You won't be able to login and use this service any more."
+#~ msgstr "Você não será mais capaz de entrar e usar este serviço."
-#: ../src/web/__init__.py:340
-#, python-format
-msgid "%dm"
-msgstr ""
+#~ msgid "Admin"
+#~ msgstr "Admin"
-#: ../src/web/__init__.py:342
-#, python-format
-msgid "%ds"
-msgstr ""
+#~ msgid "Email"
+#~ msgstr "email"
-#: ../src/web/ui_modules.py:172
-msgid "Today"
-msgstr ""
+#~ msgid "Delete account"
+#~ msgstr "Apagar conta"
-#: ../src/web/ui_modules.py:177
-msgid "Yesterday"
-msgstr ""
+#~ msgid "Edit successful"
+#~ msgstr "Editado com sucesso"
-#: ../src/web/ui_modules.py:305
-msgid "Dependency problem"
-msgstr ""
+#~ msgid "The user profile was successfully altered."
+#~ msgstr "O perfil do usuário foi alterado com sucesso"
-#: ../src/web/ui_modules.py:346
-#, python-format
-msgid "Unknown: %s"
-msgstr ""
+#~ msgid "Have a look at you mailbox - you already do know what to do."
+#~ msgstr "Dê uma olhada na sua caixa de mensagens - você já sabe o que fazer."
msgstr ""
"Project-Id-Version: IPFire Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-06 16:39+0100\n"
+"POT-Creation-Date: 2022-10-12 13:55+0000\n"
"PO-Revision-Date: 2011-05-19 22:47+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../src/buildservice/builds.py:1109
-#, python-format
-msgid "%(user_name)s commented on %(build_name)s"
-msgstr ""
-
-#: ../src/buildservice/constants.py:56
-#, python-format
-msgid "[%(build_name)s] Build job failed."
-msgstr ""
-
-#: ../src/buildservice/constants.py:57
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has failed.\n"
-"\n"
-"This could have a couple of reasons and needs to be investigated by you.\n"
-"\n"
-"Here is more information about the incident:\n"
-"\n"
-" Build name: %(build_name)s\n"
-" Build host: %(build_host)s\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/constants.py:74
-#, python-format
-msgid "[%(build_name)s] Build job finished."
-msgstr ""
-
-#: ../src/buildservice/constants.py:75
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has finished.\n"
-"\n"
-"If you are the maintainer, it is up to you to push it to one or more "
-"repositories.\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/logs.py:67
msgid "Build has been created"
msgstr ""
-#: ../src/buildservice/logs.py:106 ../src/buildservice/logs.py:170
-#: ../src/buildservice/logs.py:230 ../src/buildservice/logs.py:305
msgid "Unknown action."
msgstr ""
-#: ../src/buildservice/logs.py:117 ../src/buildservice/logs.py:186
-#: ../src/buildservice/logs.py:247 ../src/buildservice/logs.py:321
-#: ../src/templates/builders/detail.html:161
-#: ../src/templates/builders/list.html:59 ../src/templates/jobs-detail.html:82
-#: ../src/templates/mirrors-list.html:72 ../src/web/__init__.py:307
msgid "Unknown"
msgstr ""
-#: ../src/buildservice/logs.py:124 ../src/buildservice/logs.py:130
-#: ../src/templates/builders/detail.html:143
-#: ../src/templates/builders/detail.html:149
-#: ../src/templates/builders/detail.html:170
-#: ../src/templates/builders/detail.html:210
-#: ../src/templates/builders/detail.html:224
-#: ../src/templates/jobs-buildroot.html:87
-#: ../src/templates/mirrors-detail.html:67
-#: ../src/templates/mirrors-list.html:56 ../src/templates/mirrors-list.html:81
-#: ../src/templates/modules/jobs/list.html:44
-#: ../src/templates/modules/jobs-table.html:42
-#: ../src/templates/modules/repository-table.html:14
-#: ../src/templates/sessions/index.html:50
-#: ../src/templates/uploads-list.html:55
msgid "N/A"
msgstr ""
-#: ../src/buildservice/logs.py:136
#, python-format
msgid "This build was pushed to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:138
#, python-format
msgid "You pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:140
#, python-format
msgid "%(user)s pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:144
#, python-format
msgid "This build was unpushed from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:146
#, python-format
msgid "You unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:148
#, python-format
msgid "%(user)s unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:152
#, python-format
msgid ""
"This build was pushed from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:154
#, python-format
msgid ""
"You pushed this build from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:156
#, python-format
msgid ""
"%(user)s pushed this build from the repository '%(from_repo)s' to "
"'%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:192
#, python-format
msgid "Builder '%(builder)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:194
#, python-format
msgid "You enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:196
#, python-format
msgid "%(user)s enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:200
#, python-format
msgid "Builder '%(builder)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:202
#, python-format
msgid "You disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:204
#, python-format
msgid "%(user)s disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:208
#, python-format
msgid "You deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:210
#, python-format
msgid "%(user)s deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:214
#, python-format
msgid "You created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:216
#, python-format
msgid "%(user)s created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:253
#, python-format
msgid "Job '%(job)s' has been created."
msgstr ""
-#: ../src/buildservice/logs.py:255
#, python-format
msgid "You created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:257
#, python-format
msgid "%(user)s created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:261
#, python-format
msgid "Job '%(job)s' has changed its state to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:263
#, python-format
msgid "You changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:265
#, python-format
msgid "%(user)s changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:269
#, python-format
msgid "Job '%(job)s' has been reset."
msgstr ""
-#: ../src/buildservice/logs.py:271
#, python-format
msgid "You reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:273
#, python-format
msgid "%(user)s has reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:277
#, python-format
msgid "Job '%(job)s' has been scheduled for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:279
#, python-format
msgid "You scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:281
#, python-format
msgid "%(user)s scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:287
#, python-format
msgid "A test job for '%(job)s' has been scheduled."
msgstr ""
-#: ../src/buildservice/logs.py:289
#, python-format
msgid "You scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:291
#, python-format
msgid "%(user)s scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:327
#, python-format
msgid "Mirror '%(mirror)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:329
#, python-format
msgid "You enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:331
#, python-format
msgid "%(user)s enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:335
#, python-format
msgid "Mirror '%(mirror)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:337
#, python-format
msgid "You disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:339
#, python-format
msgid "%(user)s disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:343
#, python-format
msgid "You deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:345
#, python-format
msgid "%(user)s deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:349
#, python-format
msgid "You created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:351
#, python-format
msgid "%(user)s created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/users.py:459
-msgid "Account Activation"
-msgstr ""
-
-#: ../src/buildservice/users.py:461
-msgid ""
-"You, or somebody using your email address, has registered an account on the "
-"Pakfire Build Service."
-msgstr ""
-
-#: ../src/buildservice/users.py:463
-msgid "To activate your account, please click on the link below."
+msgid "No title given"
msgstr ""
-#: ../src/templates/base.html:4
-msgid "No title given"
+msgid "Menu"
msgstr ""
-#: ../src/templates/base.html:29 ../src/templates/index.html:16
msgid "Pakfire Build Service"
msgstr ""
-#: ../src/templates/base.html:34 ../src/templates/build-bugs.html:12
-#: ../src/templates/build-delete.html:12 ../src/templates/build-detail.html:12
-#: ../src/templates/build-schedule-test.html:12
-#: ../src/templates/build-state.html:12
-#: ../src/templates/builds-watchers-add.html:12
-#: ../src/templates/jobs-buildroot.html:12
-#: ../src/templates/jobs-buildroot.html:48
-#: ../src/templates/job-schedule-rebuild.html:12
-#: ../src/templates/job-schedule-test.html:12
-#: ../src/templates/jobs-detail.html:12 ../src/templates/package-detail.html:12
-#: ../src/templates/package-detail-list.html:12
-#: ../src/templates/package-properties.html:12
-#: ../src/templates/packages/builds/scratch.html:12
-#: ../src/templates/packages/builds/times.html:12
-#: ../src/templates/packages/changelog.html:12
-#: ../src/templates/packages-list.html:12
-#: ../src/templates/packages/view-file.html:12
-#: ../src/templates/search-results.html:50
msgid "Packages"
msgstr ""
-#: ../src/templates/base.html:37 ../src/templates/build-index.html:3
-#: ../src/templates/build-index.html:12 ../src/templates/build-index.html:26
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-#: ../src/templates/builds/comments.html:12
-#: ../src/templates/distro-update-edit.html:20
-#: ../src/templates/docs-base.html:33 ../src/templates/docs-build.html:16
-#: ../src/templates/docs-index.html:43
-#: ../src/templates/statistics/index.html:15
msgid "Builds"
msgstr ""
-#: ../src/templates/base.html:41
msgid "More"
msgstr ""
-#: ../src/templates/base.html:47 ../src/templates/docs-build.html:3
-#: ../src/templates/docs-build.html:12 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-index.html:12 ../src/templates/docs-users.html:3
-#: ../src/templates/docs-users.html:12 ../src/templates/docs-users.html:21
-#: ../src/templates/docs-whatsthis.html:3
-#: ../src/templates/docs-whatsthis.html:12
-#: ../src/templates/docs-whatsthis.html:21
-msgid "Documentation"
-msgstr ""
-
-#: ../src/templates/base.html:53 ../src/templates/search-form.html:12
-#: ../src/templates/search-form.html:22
-msgid "Search"
-msgstr ""
-
-#: ../src/templates/base.html:60 ../src/templates/distro-detail.html:12
-#: ../src/templates/distro-list.html:3 ../src/templates/distro-list.html:12
-#: ../src/templates/distro-list.html:18
-#: ../src/templates/distro-source-commit-detail.html:12
-#: ../src/templates/distro-source-commit-reset.html:10
-#: ../src/templates/distro-source-detail.html:10
-#: ../src/templates/repository-detail.html:14
msgid "Distributions"
msgstr ""
-#: ../src/templates/base.html:66 ../src/templates/builders/delete.html:12
-#: ../src/templates/builders/detail.html:12
-#: ../src/templates/builders/edit.html:12 ../src/templates/builders/list.html:3
-#: ../src/templates/builders/list.html:12
-#: ../src/templates/builders/list.html:17 ../src/templates/builders/new.html:12
-#: ../src/templates/builders/pass.html:10
msgid "Builders"
msgstr ""
-#: ../src/templates/base.html:72 ../src/templates/mirrors-delete.html:12
-#: ../src/templates/mirrors-detail.html:12
-#: ../src/templates/mirrors-edit.html:12 ../src/templates/mirrors-list.html:3
-#: ../src/templates/mirrors-list.html:12 ../src/templates/mirrors-list.html:32
-#: ../src/templates/mirrors-new.html:12
msgid "Mirrors"
msgstr ""
-#: ../src/templates/base.html:78 ../src/templates/keys-delete.html:12
-#: ../src/templates/keys-import.html:12 ../src/templates/keys-list.html:3
-#: ../src/templates/keys-list.html:12 ../src/templates/keys-list.html:17
-msgid "Key Management"
-msgstr ""
-
-#: ../src/templates/base.html:86 ../src/templates/docs-base.html:34
-#: ../src/templates/docs-index.html:46 ../src/templates/docs-users.html:24
-#: ../src/templates/docs-users.html:48 ../src/templates/search-results.html:96
-#: ../src/templates/user-list.html:12 ../src/templates/user-list.html:17
-#: ../src/templates/user-profile-edit.html:12
-#: ../src/templates/user-profile.html:12
-#: ../src/templates/user-profile-passwd.html:12
-#: ../src/templates/user-profile-passwd-ok.html:12
msgid "Users"
msgstr ""
-#: ../src/templates/base.html:94 ../src/templates/statistics/index.html:3
-#: ../src/templates/statistics/index.html:7
-msgid "Statistics"
-msgstr ""
-
-#: ../src/templates/base.html:101
-msgid "Administration"
+msgid "My Profile"
msgstr ""
-#: ../src/templates/base.html:106 ../src/templates/sessions/index.html:3
-#: ../src/templates/sessions/index.html:12
-#: ../src/templates/sessions/index.html:17
-msgid "Sessions"
+msgid "My Builds"
msgstr ""
-#: ../src/templates/base.html:112 ../src/templates/uploads-list.html:3
-#: ../src/templates/uploads-list.html:12 ../src/templates/uploads-list.html:17
-msgid "Uploads"
+msgid "Log Out"
msgstr ""
-#: ../src/templates/base.html:132
-msgid "My profile"
+msgid "Sign In"
msgstr ""
-#: ../src/templates/base.html:138
-msgid "My builds"
+msgid "Delete build"
msgstr ""
-#: ../src/templates/base.html:143
-msgid "Impersonated by"
+msgid "Home"
msgstr ""
-#: ../src/templates/base.html:153
-msgid "End impersonation"
+msgid "Delete"
msgstr ""
-#: ../src/templates/base.html:160
-msgid "Logout"
+#, c-format
+msgid "You are about to delete build %s."
msgstr ""
-#: ../src/templates/base.html:168 ../src/templates/docs-users.html:56
-msgid "Register"
+msgid "Please make sure, that this is the right build you intend to delete."
msgstr ""
-#: ../src/templates/base.html:172
-msgid "Sign in"
+msgid "Once a build has been deleted, it can not been recovered."
msgstr ""
-#: ../src/templates/base.html:184
-msgid "Forgot your password?"
+msgid "Cancel"
msgstr ""
-#: ../src/templates/build-bugs.html:3
-msgid "Bug list"
+#, c-format
+msgid "Manage build %s"
msgstr ""
-#: ../src/templates/build-bugs.html:8 ../src/templates/build-delete.html:8
-#: ../src/templates/build-detail.html:8 ../src/templates/builders/delete.html:8
-#: ../src/templates/builders/detail.html:8
-#: ../src/templates/builders/edit.html:8 ../src/templates/builders/list.html:8
-#: ../src/templates/builders/new.html:8 ../src/templates/builders/pass.html:6
-#: ../src/templates/build-index.html:8
-#: ../src/templates/build-schedule-test.html:8
-#: ../src/templates/builds/comments.html:8 ../src/templates/build-state.html:8
-#: ../src/templates/builds-watchers-add.html:8
-#: ../src/templates/distro-detail.html:8 ../src/templates/distro-list.html:8
-#: ../src/templates/distro-source-commit-detail.html:8
-#: ../src/templates/distro-source-commit-reset.html:6
-#: ../src/templates/distro-source-detail.html:6
-#: ../src/templates/docs-build.html:8 ../src/templates/docs-index.html:8
-#: ../src/templates/docs-users.html:8 ../src/templates/docs-whatsthis.html:8
-#: ../src/templates/jobs-buildroot.html:8
-#: ../src/templates/job-schedule-rebuild.html:8
-#: ../src/templates/job-schedule-test.html:8
-#: ../src/templates/jobs-detail.html:8 ../src/templates/jobs-filter.html:8
-#: ../src/templates/jobs-index.html:8 ../src/templates/keys-delete.html:8
-#: ../src/templates/keys-import.html:8 ../src/templates/keys-list.html:8
-#: ../src/templates/mirrors-delete.html:8
-#: ../src/templates/mirrors-detail.html:8 ../src/templates/mirrors-edit.html:8
-#: ../src/templates/mirrors-list.html:8 ../src/templates/mirrors-new.html:8
-#: ../src/templates/modules/package-header.html:9
-#: ../src/templates/package-detail.html:8
-#: ../src/templates/package-detail-list.html:8
-#: ../src/templates/package-properties.html:8
-#: ../src/templates/packages/builds/scratch.html:8
-#: ../src/templates/packages/builds/times.html:8
-#: ../src/templates/packages/changelog.html:8
-#: ../src/templates/packages-list.html:8
-#: ../src/templates/packages/view-file.html:8
-#: ../src/templates/register-activation-fail.html:8
-#: ../src/templates/register-activation-success.html:8
-#: ../src/templates/register.html:8 ../src/templates/repository-detail.html:10
-#: ../src/templates/search-form.html:8 ../src/templates/search-results.html:8
-#: ../src/templates/sessions/index.html:8 ../src/templates/uploads-list.html:8
-#: ../src/templates/user-forgot-password.html:8
-#: ../src/templates/user-list.html:8 ../src/templates/user-profile-edit.html:8
-#: ../src/templates/user-profile.html:8
-#: ../src/templates/user-profile-passwd.html:8
-#: ../src/templates/user-profile-passwd-ok.html:8
-msgid "Home"
+msgid "Manage build"
msgstr ""
-#: ../src/templates/build-bugs.html:29 ../src/templates/build-detail.html:75
-msgid "Fixed bugs"
+msgid "Distribution"
msgstr ""
-#: ../src/templates/build-bugs.html:33
-msgid "No bugs here, yet."
+msgid "Not all jobs are finished"
msgstr ""
-#: ../src/templates/build-bugs.html:34
-msgid "Click below to add one."
+msgid "Not all jobs of this build are finished, yet."
msgstr ""
-#: ../src/templates/build-bugs.html:45
-msgid "Add"
+msgid ""
+"It is <strong>strongly discouraged</strong> to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/build-bugs.html:50 ../src/templates/keys-list.html:63
-msgid "Remove"
+msgid ""
+"However, the build will be automatically unpushed if one or more build jobs "
+"fail."
msgstr ""
-#: ../src/templates/build-bugs.html:57 ../src/templates/user-delete.html:18
-msgid "Back"
+msgid "Push to a repository"
msgstr ""
-#: ../src/templates/build-bugs.html:71
-msgid "Add a bug"
+msgid "Push to next repository"
msgstr ""
-#: ../src/templates/build-bugs.html:77 ../src/templates/build-bugs.html:134
-msgid "Bug ID"
+msgid "Push to first repository"
msgstr ""
-#: ../src/templates/build-bugs.html:84
-msgid "Enter a bug ID."
+msgid "New repository"
msgstr ""
-#: ../src/templates/build-bugs.html:93
-msgid "This is a list of more open bugs of this package."
+msgid "This is the target repository for the build."
msgstr ""
-#: ../src/templates/build-bugs.html:96
-msgid "Maybe you want to pick one of these."
+msgid "Push"
msgstr ""
-#: ../src/templates/build-bugs.html:115
-msgid "Add bug"
+msgid "Unpush"
msgstr ""
-#: ../src/templates/build-bugs.html:116 ../src/templates/build-bugs.html:165
-#: ../src/templates/build-delete.html:47
-#: ../src/templates/builders/delete.html:39
-#: ../src/templates/build-manage.html:79 ../src/templates/keys-delete.html:43
-#: ../src/templates/mirrors-delete.html:36
-#: ../src/templates/mirrors-edit.html:82
-#: ../src/templates/modules/modal-base.html:28
-#: ../src/templates/modules/modal-build-comment.html:59
-#: ../src/templates/package-properties.html:94
-#: ../src/templates/user-profile-edit.html:151
-#: ../src/templates/user-profile-passwd.html:96
-msgid "Cancel"
+msgid "Switch to user mode"
msgstr ""
-#: ../src/templates/build-bugs.html:128
-msgid "Remove a bug"
+msgid "Switch to admin mode"
msgstr ""
-#: ../src/templates/build-bugs.html:141
-msgid "Enter a bug ID from the list below."
+#, c-format
+msgid "Schedule test build for %s"
msgstr ""
-#: ../src/templates/build-bugs.html:164
-msgid "Remove bug"
+msgid "Schedule test build"
msgstr ""
-#: ../src/templates/build-delete.html:3 ../src/templates/build-delete.html:46
-#: ../src/templates/build-detail.html:151
-msgid "Delete build"
+msgid ""
+"A test build is used to check if a package builds with the current package "
+"set."
msgstr ""
-#: ../src/templates/build-delete.html:24
-#: ../src/templates/builders/delete.html:20
-#: ../src/templates/keys-delete.html:20 ../src/templates/mirrors-delete.html:20
-#: ../src/templates/repository-detail.html:116
-msgid "Delete"
+msgid ""
+"In this way, developers are able to find quality issues fast and without "
+"actively searching for them."
msgstr ""
-#: ../src/templates/build-delete.html:34
-#, c-format
-msgid "You are about to delete build %s."
+msgid ""
+"As this build platform only has a limited amount of performance, test builds "
+"only have a very less priority."
msgstr ""
-#: ../src/templates/build-delete.html:39
-msgid "Please make sure, that this is the right build you intend to delete."
+msgid "However, you can manually request to run a test."
msgstr ""
-#: ../src/templates/build-delete.html:40
-msgid "Once a build has been deleted, it can not been recovered."
+msgid ""
+"The build job will be started when a build slot is available but not before "
+"the given time."
msgstr ""
-#: ../src/templates/build-detail.html:3 ../src/templates/build-state.html:3
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/builds-watchers-list.html:31
-#: ../src/templates/modules/build-table.html:14
-#: ../src/templates/modules/log-table.html:10
-#: ../src/templates/package-detail.html:109
msgid "Build"
msgstr ""
-#: ../src/templates/build-detail.html:43
-msgid "Score"
+msgid "State"
msgstr ""
-#: ../src/templates/build-detail.html:46
-msgid "(broken)"
+msgid ""
+"The state of a build can be either building, testing, stable, obsolete or "
+"broken."
msgstr ""
-#: ../src/templates/build-detail.html:48
-msgid "(obsolete)"
+msgid "Mark build as obsolete"
msgstr ""
-#: ../src/templates/build-detail.html:57
-msgid "Security update"
+msgid ""
+"If a package is updated by an other package it should be marked as "
+"<em>obsolete</em>."
msgstr ""
-#: ../src/templates/build-detail.html:60
-msgid "Bug fix update"
+msgid ""
+"For obsolete builds, there will be no test jobs created and it is "
+"recommended to remove them from the repositories soon."
msgstr ""
-#: ../src/templates/build-detail.html:63
-msgid "Enhancement"
+msgid "Remove build from the repository it is currently in?"
msgstr ""
-#: ../src/templates/build-detail.html:66
-msgid "New package"
+msgid "Unbreak this build"
msgstr ""
-#: ../src/templates/build-detail.html:68
-#, c-format
-msgid "Unhandled: %s"
+msgid ""
+"In case this build has accidentially be marked as broken, it is possible to "
+"recover that state."
msgstr ""
-#: ../src/templates/build-detail.html:98
-#: ../src/templates/distro-source-commit-detail.html:55
-#: ../src/templates/modules/changelog/entry.html:36
-#: ../src/templates/modules/commits-table.html:5
-msgid "Author"
+msgid "Mark build as broken"
msgstr ""
-#: ../src/templates/build-detail.html:100
-#: ../src/templates/distro-source-commit-detail.html:3
-#: ../src/templates/modules/commits-table.html:4
-#: ../src/templates/package-detail.html:137
-msgid "Commit"
+msgid ""
+"If a package does not build or contains <em>serious</em> bugs, it should be "
+"marked as broken."
msgstr ""
-#: ../src/templates/build-detail.html:103
-#: ../src/templates/modules/changelog/entry.html:41
-msgid "No commit message."
+msgid ""
+"Those builds can not be added into any repositories and are removed from all "
+"repositories they may currently be in."
msgstr ""
-#: ../src/templates/build-detail.html:117
-#: ../src/templates/modules/modal-build-comment.html:18
-msgid "Comment"
+msgid "Current repository"
msgstr ""
-#: ../src/templates/build-detail.html:121
-#: ../src/templates/builders/detail.html:242
-#: ../src/templates/jobs-detail.html:175 ../src/templates/log.html:4
-#: ../src/templates/mirrors-detail.html:119
-#: ../src/templates/mirrors-list.html:95
-msgid "Log"
+#, c-format
+msgid "since %s"
msgstr ""
-#: ../src/templates/build-detail.html:130
-#: ../src/templates/builders/list.html:32 ../src/templates/jobs-filter.html:12
-#: ../src/templates/jobs-index.html:3 ../src/templates/jobs-index.html:12
-#: ../src/templates/jobs-index.html:23
-#: ../src/templates/modules/build-table.html:15
-msgid "Jobs"
+#, c-format
+msgid "Delete builder %s"
msgstr ""
-#: ../src/templates/build-detail.html:134
-#: ../src/templates/package-detail.html:39
-#: ../src/templates/package-detail.html:100
-msgid "Source package"
+#, c-format
+msgid "Delete builder: %s"
msgstr ""
-#: ../src/templates/build-detail.html:144
-msgid "Change state"
+#, c-format
+msgid "You are going to delete the build host %s."
msgstr ""
-#: ../src/templates/build-detail.html:145
-msgid "Modify bug list"
+#, c-format
+msgid "Delete %s"
msgstr ""
-#: ../src/templates/build-detail.html:168
-#: ../src/templates/build-detail.html:191 ../src/templates/build-manage.html:77
-#: ../src/templates/modules/modal-build-push.html:60
-msgid "Push"
+msgid "Builder"
msgstr ""
-#: ../src/templates/build-detail.html:174
-#: ../src/templates/build-detail.html:183 ../src/templates/build-manage.html:78
-#: ../src/templates/modules/modal-build-unpush.html:38
-msgid "Unpush"
+msgid "Current"
msgstr ""
-#: ../src/templates/build-detail.html:202 ../src/templates/build-state.html:128
#, c-format
-msgid "since %s"
+msgid "Pakfire %s"
msgstr ""
-#: ../src/templates/build-detail.html:205
-msgid "This package does not belong to any repository."
+#, c-format
+msgid "Supported Architectures: %s"
msgstr ""
-#: ../src/templates/builders/delete.html:3
#, c-format
-msgid "Delete builder %s"
+msgid "Total Build Time: %s"
msgstr ""
-#: ../src/templates/builders/delete.html:25
-#: ../src/templates/builders/detail.html:3
-#: ../src/templates/builders/detail.html:74
-#: ../src/templates/builders/pass.html:23 ../src/templates/jobs-filter.html:27
-#: ../src/templates/modules/jobs/boxes.html:15
-#: ../src/templates/modules/jobs/list.html:6
-msgid "Builder"
+#, c-format
+msgid "%s Memory"
msgstr ""
-#: ../src/templates/builders/delete.html:31
#, c-format
-msgid "You are going to delete the build host <strong>%s</strong>."
+msgid "%s Swap Space"
msgstr ""
-#: ../src/templates/builders/delete.html:37
-#: ../src/templates/mirrors-delete.html:34 ../src/templates/user-delete.html:16
-#, c-format
-msgid "Delete %s"
+msgid "Test Mode"
msgstr ""
-#: ../src/templates/builders/detail.html:22
-#: ../src/templates/build-filter.html:75 ../src/templates/build-list.html:13
-#: ../src/templates/builds-watchers-list.html:50
-#: ../src/templates/distro-update-detail.html:46
-#: ../src/templates/file-detail.html:116 ../src/templates/jobs-detail.html:30
-#: ../src/templates/mirrors-detail.html:23
-#: ../src/templates/mirrors-list.html:19 ../src/templates/user-comments.html:10
-msgid "Actions"
+msgid "Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:27
-msgid "Show jobs by this builder"
+msgid "Edit"
msgstr ""
-#: ../src/templates/builders/detail.html:36
-msgid "Disable builder"
+msgid "Running Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:42
-msgid "Enable builder"
+msgid "Log"
msgstr ""
-#: ../src/templates/builders/detail.html:50
-msgid "Edit builder"
+#, c-format
+msgid "Edit Builder %s"
msgstr ""
-#: ../src/templates/builders/detail.html:58
-msgid "Renew passphrase"
+msgid "Hostname"
msgstr ""
-#: ../src/templates/builders/detail.html:66
-msgid "Delete builder"
+msgid "The hostname cannot be changed"
msgstr ""
-#: ../src/templates/builders/detail.html:79
-msgid "Warning"
+msgid "Enabled"
msgstr ""
-#: ../src/templates/builders/detail.html:80
-msgid "This builder is overloaded."
+msgid "Job Settings"
msgstr ""
-#: ../src/templates/builders/detail.html:81
-msgid ""
-"That means it will not take any additional jobs although it has not reached "
-"its threshold of running jobs, yet."
+msgid "Maximum Parallel Build Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:82
-msgid "New jobs will be started automatically after the load decreased."
+msgid "Enable Test Mode"
msgstr ""
-#: ../src/templates/builders/detail.html:91
-#: ../src/templates/build-filter.html:27 ../src/templates/build-state.html:24
-#: ../src/templates/modules/jobs-table.html:5
-#: ../src/templates/user-profile-edit.html:77
-#: ../src/templates/user-profile.html:47
-msgid "State"
+msgid "Only build test jobs on this builder"
msgstr ""
-#: ../src/templates/builders/detail.html:94
-#: ../src/templates/builders/edit.html:42 ../src/templates/mirrors-edit.html:43
-msgid "Enabled"
+msgid "Save"
msgstr ""
-#: ../src/templates/builders/detail.html:96
-msgid "Disabled"
+msgid "Online"
msgstr ""
-#: ../src/templates/builders/detail.html:98
-msgid "Deleted"
+msgid "Offline"
msgstr ""
-#: ../src/templates/builders/detail.html:100
-#, c-format
-msgid "Unknown status: %s"
+msgid "Create A New Builder"
msgstr ""
-#: ../src/templates/builders/detail.html:105
-msgid "Parallel builds"
+msgid "Statistics"
msgstr ""
-#: ../src/templates/builders/detail.html:106
-msgid "One job only."
+msgid "Total Build Time"
msgstr ""
-#: ../src/templates/builders/detail.html:109
-msgid "This host builds"
+msgid "Total Build Time By Architecture"
msgstr ""
-#: ../src/templates/builders/detail.html:115
-msgid "Release builds"
+msgid "Create new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:117
-#: ../src/templates/package-detail-list.html:30
-#: ../src/templates/packages/builds/scratch.html:3
-#: ../src/templates/packages/builds/scratch.html:20
-msgid "Scratch builds"
+msgid "Create a new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:119
-#: ../src/templates/package-detail-list.html:35
-msgid "Test builds"
+msgid "Enter the canonical hostname of the machine."
msgstr ""
-#: ../src/templates/builders/detail.html:130
-msgid "Remarks"
+#, c-format
+msgid "Watch build %s"
msgstr ""
-#: ../src/templates/builders/detail.html:141
-msgid "OS"
+msgid "Watch"
msgstr ""
-#: ../src/templates/builders/detail.html:147
-msgid "Pakfire version"
+msgid "You may here add yourself to the list of watchers of this build."
msgstr ""
-#: ../src/templates/builders/detail.html:153
-#: ../src/templates/distro-detail.html:35
-msgid "Supported architectures"
+msgid ""
+"If you do so, you will receive messages about new comments and status "
+"updates."
msgstr ""
-#: ../src/templates/builders/detail.html:159
-msgid "CPU model"
+msgid "Oops!"
msgstr ""
-#: ../src/templates/builders/detail.html:165
-msgid "CPU count"
+msgid "You are already watching this build."
msgstr ""
-#: ../src/templates/builders/detail.html:169
-msgid "Bogomips"
+msgid "Choose user"
msgstr ""
-#: ../src/templates/builders/detail.html:180
-msgid "Memory"
+msgid "Myself"
msgstr ""
-#: ../src/templates/builders/detail.html:194
-msgid "SWAP space"
+msgid "Choose a user who should watch this build."
msgstr ""
-#: ../src/templates/builders/detail.html:203
-msgid "No memory information available."
+msgid "User"
msgstr ""
-#: ../src/templates/builders/detail.html:208
-msgid "Load average"
+msgid "Add watcher"
msgstr ""
-#: ../src/templates/builders/detail.html:212
-#: ../src/templates/builders/list.html:50
-msgid "Overload"
+#, c-format
+msgid "Watchers of %s"
msgstr ""
-#: ../src/templates/builders/detail.html:217
-msgid "Free disk space"
+msgid "This is a list of all users who watch this build."
msgstr ""
-#: ../src/templates/builders/detail.html:222
-msgid "Host key"
+msgid ""
+"If you write a comment or the status of the build is changed, they all will "
+"get a message."
msgstr ""
-#: ../src/templates/builders/detail.html:235
-msgid "Active and pending jobs"
+msgid "You are the owner of this build. So you don't need to watch it."
msgstr ""
-#: ../src/templates/builders/edit.html:3
-#, c-format
-msgid "Manage builder %s"
+msgid "Watch this build."
msgstr ""
-#: ../src/templates/builders/edit.html:20
-#: ../src/templates/builders/edit.html:25
-#: ../src/templates/builders/pass.html:18 ../src/templates/mirrors-edit.html:20
-msgid "Manage"
+msgid "List of all watchers"
msgstr ""
-#: ../src/templates/builders/edit.html:25
-#, c-format
-msgid "Builder: %s"
+msgid "Actions"
msgstr ""
-#: ../src/templates/builders/edit.html:32
-#: ../src/templates/builders/list.html:30 ../src/templates/builders/new.html:30
-#: ../src/templates/mirrors-detail.html:56
-#: ../src/templates/mirrors-edit.html:32 ../src/templates/mirrors-list.html:43
-#: ../src/templates/mirrors-new.html:28
-msgid "Hostname"
+msgid "Back to build"
msgstr ""
-#: ../src/templates/builders/edit.html:36
-msgid "The hostname cannot be changed."
+msgid "Created %(when)s by %(author)s"
msgstr ""
-#: ../src/templates/builders/edit.html:46
-msgid "The builder must be enabled in order to process build jobs."
+#, c-format
+msgid "Created %s"
msgstr ""
-#: ../src/templates/builders/edit.html:53
-msgid "Build job settings"
+msgid "Fixed Bugs"
msgstr ""
-#: ../src/templates/builders/edit.html:56
-msgid "Maximum number of parallel build jobs"
+msgid "Score"
msgstr ""
-#: ../src/templates/builders/edit.html:65
-msgid "This is the number of build jobs that are started in parallel."
+msgid "Source Package"
msgstr ""
-#: ../src/templates/builders/edit.html:74
-msgid "Authorized to build release builds."
+#, c-format
+msgid "Edit distribution %s"
msgstr ""
-#: ../src/templates/builders/edit.html:83
-msgid "Authorized to build scratch builds."
+msgid "Name"
msgstr ""
-#: ../src/templates/builders/edit.html:92
-msgid "Authorized to build test builds."
+msgid "The fancy name of the distribution."
msgstr ""
-#: ../src/templates/builders/edit.html:98 ../src/templates/mirrors-edit.html:81
-#: ../src/templates/package-properties.html:93
-msgid "Save changes"
+msgid "Identifier"
msgstr ""
-#: ../src/templates/builders/list.html:31 ../src/templates/jobs-filter.html:44
-#: ../src/templates/packages/builds/times.html:44
-msgid "Architecture"
+msgid "Cannot be changed."
msgstr ""
-#: ../src/templates/builders/list.html:53
-msgid "Unknown CPU"
+msgid "Tag"
msgstr ""
-#: ../src/templates/builders/list.html:73 ../src/templates/builders/new.html:3
-#: ../src/templates/builders/new.html:16 ../src/templates/builders/new.html:41
-msgid "Create new builder"
+msgid "The tag is added to the package release."
msgstr ""
-#: ../src/templates/builders/new.html:21
-msgid "Create a new builder"
+msgid "Vendor"
msgstr ""
-#: ../src/templates/builders/new.html:35
-msgid "Enter the canonical hostname of the machine."
+msgid "From whom is the distribution from?"
msgstr ""
-#: ../src/templates/builders/pass.html:30
-#, c-format
-msgid "The new host <strong>%s</strong> has been successfully created."
+msgid "Contact"
msgstr ""
-#: ../src/templates/builders/pass.html:32
-#, c-format
-msgid "The passphrase for <strong>%s</strong> has been regenerated."
+msgid "The email address from the vendor."
msgstr ""
-#: ../src/templates/builders/pass.html:35
-msgid ""
-"For authorization to the Pakfire Master Server there is a passphrase "
-"required which must be configured to the host."
+msgid "Slogan"
msgstr ""
-#: ../src/templates/builders/pass.html:39
-msgid "This passphrase is:"
+msgid "A short sentence that characterizes the distribution."
msgstr ""
-#: ../src/templates/builders/pass.html:43
-msgid "Next"
+msgid "Architectures"
msgstr ""
-#: ../src/templates/build-filter.html:3 ../src/templates/build-list.html:3
-#: ../src/templates/build-list.html:8
-msgid "Build job list"
+msgid "For which architectures should the distribution be built?"
msgstr ""
-#: ../src/templates/build-filter.html:6 ../src/templates/build-index.html:21
-#: ../src/templates/build-list.html:15
-msgid "Filter builds"
+msgid "Sources"
msgstr ""
-#: ../src/templates/build-filter.html:11 ../src/templates/build-manage.html:9
-#: ../src/templates/distro-detail.html:3 ../src/templates/distro-detail.html:22
-#: ../src/templates/distro-list.html:33
-#: ../src/templates/distro-source-commits.html:5
-#: ../src/templates/distro-update-detail.html:6
-#: ../src/templates/distro-update-edit.html:12
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-edit.html:8
-msgid "Distribution"
+msgid "Which sources should be imported to the distribution?"
msgstr ""
-#: ../src/templates/build-filter.html:15 ../src/templates/build-filter.html:39
-#: ../src/templates/build-filter.html:55
-msgid "Any"
+msgid "Commit"
msgstr ""
-#: ../src/templates/build-filter.html:23
-msgid "Show only builds in that distribution."
+#, c-format
+msgid "Source: %s"
msgstr ""
-#: ../src/templates/build-filter.html:30
-msgid "All"
+msgid "Source"
msgstr ""
-#: ../src/templates/build-filter.html:31
-#: ../src/templates/modules/jobs-table.html:29 ../src/web/ui_modules.py:335
-msgid "Running"
+msgid "Open in gitweb"
msgstr ""
-#: ../src/templates/build-filter.html:32
-#: ../src/templates/modules/jobs-table.html:21 ../src/web/ui_modules.py:330
-msgid "Pending"
+msgid "Reset commit"
msgstr ""
-#: ../src/templates/build-filter.html:33 ../src/templates/jobs-detail.html:128
-#: ../src/templates/modules/jobs-table.html:27 ../src/web/ui_modules.py:320
-msgid "Finished"
+msgid "Revision"
msgstr ""
-#: ../src/templates/build-filter.html:34
-#: ../src/templates/modules/jobs-table.html:23 ../src/web/ui_modules.py:315
-msgid "Failed"
+msgid "Date"
msgstr ""
-#: ../src/templates/build-filter.html:35
-msgid "Permanently failed"
+msgid "Author"
msgstr ""
-#: ../src/templates/build-filter.html:36
-#: ../src/templates/modules/jobs-table.html:25 ../src/web/ui_modules.py:310
-msgid "Dispatching"
+msgid "Committer"
msgstr ""
-#: ../src/templates/build-filter.html:37 ../src/web/ui_modules.py:340
-msgid "Uploading"
+msgid "Packages created from this commit"
msgstr ""
-#: ../src/templates/build-filter.html:40
-msgid "Building"
+msgid "There were no packages created from this commit."
msgstr ""
-#: ../src/templates/build-filter.html:41
-msgid "Testing"
+msgid "Danger!"
msgstr ""
-#: ../src/templates/build-filter.html:42
-msgid "Stable"
+msgid "This is a very dangerous action!"
msgstr ""
-#: ../src/templates/build-filter.html:43
-msgid "Obsolete"
+msgid "Don't do it, if you are not absolutely sure what you are doing."
msgstr ""
-#: ../src/templates/build-filter.html:44
-msgid "Broken"
+msgid ""
+"This commit will be reset. Which means all packages associated with it will "
+"be deleted, and the commit will be parsed again."
msgstr ""
-#: ../src/templates/build-filter.html:48
-msgid "Only show builds with given state."
+msgid ""
+"This action may cause severe problems and may only be allowed when something "
+"went horribly wrong."
msgstr ""
-#: ../src/templates/build-filter.html:52
-#: ../src/templates/package-detail.html:82
-msgid "Build host"
+msgid "These packages will be deleted"
msgstr ""
-#: ../src/templates/build-filter.html:62
-msgid "Display only builds by selected host."
+msgid "Commits"
msgstr ""
-#: ../src/templates/build-filter.html:77
-msgid "Show all builds"
+msgid "Source repository"
msgstr ""
-#: ../src/templates/build-index.html:18
-#: ../src/templates/builds/comments.html:17
-#: ../src/templates/builds/comments.html:25
-msgid "Comments"
+msgid "Previous commits"
msgstr ""
-#: ../src/templates/build-manage.html:3
-#, c-format
-msgid "Manage build %s"
+msgid "Next commits"
msgstr ""
-#: ../src/templates/build-manage.html:8
-msgid "Manage build"
+msgid "Gitweb"
msgstr ""
-#: ../src/templates/build-manage.html:15
-msgid "Permission denied"
+msgid "Branch"
msgstr ""
-#: ../src/templates/build-manage.html:16
-msgid ""
-"You do not have the permission to update packages that belong to the "
-"<em>critical path</em>."
+msgid "Imported commits"
msgstr ""
-#: ../src/templates/build-manage.html:22
-msgid "Not all jobs are finished"
+msgid "Latest commits"
msgstr ""
-#: ../src/templates/build-manage.html:24
-msgid "Not all jobs of this build are finished, yet."
+msgid "Show all commits"
msgstr ""
-#: ../src/templates/build-manage.html:25
-msgid ""
-"It is <strong>strongly discouraged</strong> to push this build into the next "
-"repository."
+msgid "Update"
msgstr ""
-#: ../src/templates/build-manage.html:28
-msgid ""
-"However, the build will be automatically unpushed if one or more build jobs "
-"fail."
+msgid "Summary"
msgstr ""
-#: ../src/templates/build-manage.html:42
-msgid "Push to a repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:44
-msgid "Push to next repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:46
-msgid "Push to first repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:51
-#: ../src/templates/modules/modal-build-push.html:24
-msgid "New repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:71
-msgid "This is the target repository for the build."
-msgstr ""
-
-#: ../src/templates/build-manage.html:90
-msgid "Switch to user mode"
-msgstr ""
-
-#: ../src/templates/build-manage.html:92
-msgid "Switch to admin mode"
-msgstr ""
-
-#: ../src/templates/build-priority.html:3
-#: ../src/templates/build-priority.html:6
-msgid "Edit build priority"
-msgstr ""
-
-#: ../src/templates/build-priority.html:11
-msgid "Priority"
-msgstr ""
-
-#: ../src/templates/build-priority.html:14
-#: ../src/templates/package-properties.html:51
-msgid "Very high"
-msgstr ""
-
-#: ../src/templates/build-priority.html:15
-#: ../src/templates/package-properties.html:54
-msgid "High"
-msgstr ""
-
-#: ../src/templates/build-priority.html:16
-#: ../src/templates/package-properties.html:57
-msgid "Medium"
-msgstr ""
-
-#: ../src/templates/build-priority.html:17
-#: ../src/templates/package-properties.html:60
-msgid "Low"
-msgstr ""
-
-#: ../src/templates/build-priority.html:18
-#: ../src/templates/package-properties.html:63
-msgid "Very low"
-msgstr ""
-
-#: ../src/templates/build-priority.html:22
-msgid "Set the priority of the build process."
-msgstr ""
-
-#: ../src/templates/build-priority.html:28
-msgid "Beware"
-msgstr ""
-
-#: ../src/templates/build-priority.html:29
-msgid "Shuffeling build jobs can cause problems with the dependency solving."
-msgstr ""
-
-#: ../src/templates/build-priority.html:30
-msgid "Don't do this if you are not totally sure you won't break anything."
-msgstr ""
-
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-msgid "Job queue"
-msgstr ""
-
-#: ../src/templates/build-queue.html:8
-msgid "This is a list of all jobs that are waiting to be processed."
-msgstr ""
-
-#: ../src/templates/build-queue.html:9
-msgid "They one at the top is next."
-msgstr ""
-
-#: ../src/templates/build-queue.html:15
-msgid "No jobs to do."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:3
-#: ../src/templates/build-schedule-test.html:29
-#: ../src/templates/job-schedule-test.html:3
-#: ../src/templates/job-schedule-test.html:29
-#, c-format
-msgid "Schedule test build for %s"
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:24
-#: ../src/templates/job-schedule-test.html:24
-#: ../src/templates/jobs-detail.html:48
-msgid "Schedule test build"
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:35
-#: ../src/templates/job-schedule-test.html:35
-msgid ""
-"A test build is used to check if a package builds with the current package "
-"set."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:36
-#: ../src/templates/job-schedule-test.html:36
-msgid ""
-"In this way, developers are able to find quality issues fast and without "
-"actively searching for them."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:39
-#: ../src/templates/job-schedule-test.html:39
-msgid ""
-"As this build platform only has a limited amount of performance, test builds "
-"only have a very less priority."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:40
-#: ../src/templates/job-schedule-test.html:40
-msgid "However, you can manually request to run a test."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:43
-#: ../src/templates/job-schedule-rebuild.html:38
-#: ../src/templates/job-schedule-test.html:43
-msgid ""
-"The build job will be started when a build slot is available but not before "
-"the given time."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:3
-#: ../src/templates/builds/comments.html:42
-msgid "Build comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:33
-msgid "Show all comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:40
-#, c-format
-msgid "%s's latest comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:49
-#, c-format
-msgid "This page shows %s's latest comments."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:51
-msgid "This page shows the latest comments on builds."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:53
-msgid ""
-"The Pakfire Build Service is all about social development and so, "
-"communicating with eath others is important. Please join."
+msgid "Maintainer"
msgstr ""
-#: ../src/templates/builds/comments.html:61
-#: ../src/templates/builds/comments.html:65
-#: ../src/templates/packages/changelog.html:35
-#: ../src/templates/packages/changelog.html:39
-msgid "Newer"
+msgid "Time created"
msgstr ""
-#: ../src/templates/builds/comments.html:71
-#: ../src/templates/builds/comments.html:75
-#: ../src/templates/packages/changelog.html:45
-#: ../src/templates/packages/changelog.html:49
-msgid "Older"
+msgid "Builds in this update"
msgstr ""
-#: ../src/templates/builds/comments.html:81
#, c-format
-msgid "%s did not comment on anything, yet."
-msgstr ""
-
-#: ../src/templates/build-state.html:34
-msgid ""
-"The state of a build can be either building, testing, stable, obsolete or "
-"broken."
-msgstr ""
-
-#: ../src/templates/build-state.html:48
-msgid "Mark build as obsolete"
-msgstr ""
-
-#: ../src/templates/build-state.html:50
-msgid ""
-"If a package is updated by an other package it should be marked as "
-"<em>obsolete</em>."
+msgid "Edit update %s - %s"
msgstr ""
-#: ../src/templates/build-state.html:51
-msgid ""
-"For obsolete builds, there will be no test jobs created and it is "
-"recommended to remove them from the repositories soon."
+msgid "Create new update"
msgstr ""
-#: ../src/templates/build-state.html:60
-msgid "Remove build from the repository it is currently in?"
+msgid "Create A New Distribution"
msgstr ""
-#: ../src/templates/build-state.html:81
-msgid "Unbreak this build"
+msgid "Supported Architectures"
msgstr ""
-#: ../src/templates/build-state.html:84
-msgid ""
-"In case this build has accidentially be marked as broken, it is possible to "
-"recover that state."
+msgid "Repositories"
msgstr ""
-#: ../src/templates/build-state.html:102
-msgid "Mark build as broken"
+msgid "400 - Bad request"
msgstr ""
-#: ../src/templates/build-state.html:105
-msgid ""
-"If a package does not build or contains <em>serious</em> bugs, it should be "
-"marked as broken."
+msgid "Invalid data has been passed to the application."
msgstr ""
-#: ../src/templates/build-state.html:106
msgid ""
-"Those builds can not be added into any repositories and are removed from all "
-"repositories they may currently be in."
-msgstr ""
-
-#: ../src/templates/build-state.html:126
-#: ../src/templates/distro-update-detail.html:17
-#: ../src/templates/modules/modal-build-push.html:54
-#: ../src/templates/modules/modal-build-unpush.html:13
-msgid "Current repository"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:3
-#: ../src/templates/builds-watchers-add.html:29
-#, c-format
-msgid "Watch build %s"
+"The application refused to go on with the provided data that was sent in "
+"this request."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:24
-msgid "Watch"
+msgid "403 - Access forbidden"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:35
-msgid "You may here add yourself to the list of watchers of this build."
+msgid "You are not allowed to access this ressource."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:36
msgid ""
-"If you do so, you will receive messages about new comments and status "
-"updates."
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:43
-#: ../src/templates/user-profile-passwd.html:51
-msgid "Oops!"
+"Access to the requested page has been denied because you do not have "
+"sufficient rights."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:44
-#: ../src/templates/builds-watchers-list.html:17
-msgid "You are already watching this build."
+msgid "404 - Not Found"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:56
-msgid "Choose user"
+msgid "I could not find what you were searching for."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:60
-msgid "Myself"
+msgid "You may have clicked an expired link or mistyped the address."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:70
-msgid "Choose a user who should watch this build."
+msgid "Oops! Don't panic."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:76
-#: ../src/templates/modules/build-table.html:20
-#: ../src/templates/user-profile-edit.html:80
-#: ../src/templates/user-profile.html:29 ../src/templates/user-profile.html:54
-msgid "User"
+msgid "An unexpected error happened."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:84
-msgid "Add watcher"
+msgid "Stay calm and read the text below to find out what went wrong."
msgstr ""
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/modules/watchers-sidebar-table.html:22
-#, c-format
-msgid "Watchers of %s"
+msgid "Error code"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:11
-msgid "This is a list of all users who watch this build."
+msgid "Exception (traceback):"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:12
msgid ""
-"If you write a comment or the status of the build is changed, they all will "
-"get a message."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:21
-msgid "You are the owner of this build. So you don't need to watch it."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:25
-msgid "Watch this build."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:39
-msgid "List of all watchers"
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:53
-msgid "Back to build"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:36
-msgid "None"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:46
-msgid "Binary repositories"
+"Please try going back to the previous page and try the action you did again "
+"in a moment."
msgstr ""
-#: ../src/templates/distro-detail.html:51
msgid ""
-"A binary repository is a composition of packages that are considered stable, "
-"unstable or in testing state by the developers."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:53
-msgid "Each repository can be enabled individually."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:54
-msgid "Learn how to use them."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:66 ../src/templates/source-list.html:6
-msgid "Source repositories"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:80
-#: ../src/templates/distro-source-commit-detail.html:90
-#: ../src/templates/user-profile.html:73
-msgid "Action"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:86
-msgid "Edit distribution"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:91
-msgid "Delete distribution"
+"If the error persists, you should consider to get in touch with an "
+"administrator."
msgstr ""
-#: ../src/templates/distro-detail.html:97
-msgid "New binary repository"
+msgid "Build created"
msgstr ""
-#: ../src/templates/distro-detail.html:102
-msgid "New source repository"
+msgid "- Unknown Event -"
msgstr ""
-#: ../src/templates/distro-edit.html:3 ../src/templates/distro-edit.html:6
-#: ../src/templates/distro-update-edit.html:3
#, c-format
-msgid "Edit distribution %s"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:12
-#: ../src/templates/modules/packages-table.html:4
-#: ../src/templates/modules/repository-table.html:4
-#: ../src/templates/modules/source-table.html:4
-#: ../src/templates/repository-edit.html:15
-msgid "Name"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:17
-msgid "The fancy name of the distribution."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:21
-msgid "Identifier"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:26
-#: ../src/templates/user-profile-edit.html:42
-msgid "Cannot be changed."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:30
-msgid "Tag"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:35
-msgid "The tag is added to the package release."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:39
-msgid "Vendor"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:44
-msgid "From whom is the distribution from?"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:48 ../src/templates/docs-index.html:57
-#: ../src/templates/mirrors-detail.html:62
-msgid "Contact"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:53
-msgid "The email address from the vendor."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:57
-msgid "Slogan"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:62
-msgid "A short sentence that characterizes the distribution."
+msgid "by %s"
msgstr ""
-#: ../src/templates/distro-edit.html:66
-msgid "Architectures"
+msgid "File"
msgstr ""
-#: ../src/templates/distro-edit.html:75
-msgid "For which architectures should the distribution be built?"
+msgid "Package"
msgstr ""
-#: ../src/templates/distro-edit.html:79
-msgid "Sources"
+msgid "Description"
msgstr ""
-#: ../src/templates/distro-edit.html:88
-msgid "Which sources should be imported to the distribution?"
+msgid "URL"
msgstr ""
-#: ../src/templates/distro-list.html:26
-msgid ""
-"This is a list of all distributions, that are maintained in this build "
-"service."
+msgid "License"
msgstr ""
-#: ../src/templates/distro-list.html:27
-msgid ""
-"You may click on one of them and see more details or jump directly to one of "
-"the repositories."
-msgstr ""
-
-#: ../src/templates/distro-list.html:34
-msgid "Repositories"
-msgstr ""
-
-#: ../src/templates/distro-list.html:66
-msgid "New distribution"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:21
-#: ../src/templates/distro-source-commit-reset.html:19
-#: ../src/templates/distro-source-detail.html:19
-#, c-format
-msgid "Source: %s"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:34
-#: ../src/templates/distro-source-commit-reset.html:32
-#: ../src/templates/distro-source-commits.html:6
-#: ../src/templates/distro-source-detail.html:26
-msgid "Source"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:47
-msgid "Revision"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:51
-msgid "Date"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:59
-msgid "Committer"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:63
-#: ../src/templates/modules/commits-table.html:6
-msgid "Subject"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:81
-msgid "Open in gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:96
-#: ../src/templates/distro-source-commit-reset.html:54
-msgid "Reset commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:112
-msgid "Packages created from this commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:128
-msgid "There were no packages created from this commit."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:43
-msgid "Danger!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:44
-msgid "This is a very dangerous action!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:45
-msgid "Don't do it, if you are not absolutely sure what you are doing."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:49
-msgid ""
-"This commit will be reset. Which means all packages associated with it will "
-"be deleted, and the commit will be parsed again."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:50
-msgid ""
-"This action may cause severe problems and may only be allowed when something "
-"went horribly wrong."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:62
-msgid "These packages will be deleted"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:6
-msgid "Commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:10
-msgid "Source repository"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:20
-msgid "Previous commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:24
-msgid "Next commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:36
-msgid "Gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:45
-msgid "Branch"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:49
-msgid "Imported commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:59
-msgid "Latest commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:63
-msgid "Show all commits"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:5
-msgid "Update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:10
-#: ../src/templates/modules/packages-table.html:5
-#: ../src/templates/packages/builds/times.html:31
-msgid "Summary"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:27
-#: ../src/templates/file-detail.html:40
-#: ../src/templates/modules/package-header.html:24
-#: ../src/templates/package-detail.html:77
-msgid "Maintainer"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:33
-msgid "Time created"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:41
-msgid "Builds in this update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:49
-#: ../src/templates/repository-detail.html:112
-#: ../src/templates/user-profile-edit.html:20
-msgid "Edit"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:8
-#, c-format
-msgid "Edit update %s - %s"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:10
-msgid "Create new update"
-msgstr ""
-
-#: ../src/templates/docs-base.html:27
-msgid "All Documents"
-msgstr ""
-
-#: ../src/templates/docs-base.html:31
-msgid "Topics"
-msgstr ""
-
-#: ../src/templates/docs-build.html:3 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-whatsthis.html:3
-msgid "Legend of the build states"
-msgstr ""
-
-#: ../src/templates/docs-build.html:25
-msgid ""
-"Every build that is done by the Pakfire Build Service has to go through "
-"several states:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:28
-msgid ""
-"After checking out the source from the source repository a source package is "
-"created and submitted to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:29
-msgid ""
-"Starting from inserting a source file to the build service, there are binary "
-"build jobs created for every supported architecture."
-msgstr ""
-
-#: ../src/templates/docs-build.html:32
-msgid ""
-"These get assigned to a build host which has to compile or assemble the "
-"package and return it back to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:33
-msgid "In the table below, there are all states that a build job goes through:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:36
-msgid "Build is running"
-msgstr ""
-
-#: ../src/templates/docs-build.html:37
-msgid "Build has failed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:38
-msgid "Build is waiting to be processed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:39
-msgid "There was a dependency error when the package was built"
-msgstr ""
-
-#: ../src/templates/docs-build.html:40
-msgid "Build is waiting for source to go to pending state"
-msgstr ""
-
-#: ../src/templates/docs-build.html:41
-msgid "Files of this build are transferred to the build server"
-msgstr ""
-
-#: ../src/templates/docs-build.html:42
-msgid "Files are being uploaded to the service"
-msgstr ""
-
-#: ../src/templates/docs-build.html:43
-msgid "Build has an unknown state"
-msgstr ""
-
-#: ../src/templates/docs-index.html:3
-msgid "Documentation index"
-msgstr ""
-
-#: ../src/templates/docs-index.html:17
-msgid "Documents"
-msgstr ""
-
-#: ../src/templates/docs-index.html:23
-msgid ""
-"This is a collection of documents that should be read by everybody who is "
-"using this system."
-msgstr ""
-
-#: ../src/templates/docs-index.html:29
-msgid "What is the pakfire build service?"
-msgstr ""
-
-#: ../src/templates/docs-index.html:34
-msgid "General pakfire documentation"
-msgstr ""
-
-#: ../src/templates/docs-index.html:39
-msgid "Packaging guidelines"
-msgstr ""
-
-#: ../src/templates/docs-index.html:51
-msgid "This documentation you find at this place is not completed yet."
-msgstr ""
-
-#: ../src/templates/docs-index.html:52
-msgid "Feel free to make any suggestions."
-msgstr ""
-
-#: ../src/templates/docs-index.html:59
-msgid ""
-"If you need help using the build service or have some general questions "
-"please use our mailing list."
-msgstr ""
-
-#: ../src/templates/docs-index.html:60
-msgid "You can also talk to the developers and suggest feature enhancements."
-msgstr ""
-
-#: ../src/templates/docs-index.html:64
-msgid "Mailing list"
-msgstr ""
-
-#: ../src/templates/docs-index.html:68
-msgid "Bug reports"
-msgstr ""
-
-#: ../src/templates/docs-index.html:70
-msgid ""
-"Please visit Bugzilla to create bug reports on the Pakfire Build System."
-msgstr ""
-
-#: ../src/templates/docs-users.html:3 ../src/templates/docs-users.html:16
-#: ../src/templates/docs-users.html:21
-msgid "User groups"
-msgstr ""
-
-#: ../src/templates/docs-users.html:26
-msgid ""
-"All users can join the Pakfire Build Service and are separated into three "
-"groups:"
-msgstr ""
-
-#: ../src/templates/docs-users.html:29
-msgid "Developers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:31
-msgid ""
-"Developers manage this build service and have access to all parts of it."
-msgstr ""
-
-#: ../src/templates/docs-users.html:32
-msgid ""
-"They are responsible to keep the system running and able to push package "
-"updates to the repostories."
-msgstr ""
-
-#: ../src/templates/docs-users.html:35
-msgid "Guidelines for developers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:38
-msgid "Testers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:40
-msgid ""
-"Testers are like users but have the right to vote on packages, which is used "
-"to figure out the quality of the package."
-msgstr ""
-
-#: ../src/templates/docs-users.html:41
-msgid ""
-"Everyone can become a tester after he or she has proven to know the IPFire "
-"system very well."
-msgstr ""
-
-#: ../src/templates/docs-users.html:42
-msgid ""
-"On these people depends a very huge amount of the quality of the "
-"distribution that is made out of the feedback they give."
-msgstr ""
-
-#: ../src/templates/docs-users.html:45
-msgid "Guidelines for testers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:50
-msgid "Everybody can join the Pakfire Build Service by registering an account."
-msgstr ""
-
-#: ../src/templates/docs-users.html:51
-msgid ""
-"After a successful activation you are able to leave comments on packages and "
-"give feedback to the developers about its status."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:16
-#: ../src/templates/docs-whatsthis.html:21
-msgid "What is the Pakfire Build Service?"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:27
-msgid ""
-"On this page, you will find out what the Pakfire Build Service really is."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:28
-msgid "Read carefully."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:34
-msgid "Yeah, that's it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:35
-msgid "No, that's not it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:43
-msgid "PBS is a tool where people can give feedback to developers."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:44
-msgid "It is possible to leave comments and rate builds."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:50
-msgid "PBS is <strong>NOT</strong> a bugtracker."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:51
-msgid ""
-"To report bugs please use our bugtracker liked below if you want them to get "
-"fixed."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:55
-msgid "Bugtracker"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:4
-msgid "400 - Bad request"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:8
-msgid "Invalid data has been passed to the application."
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:13
-msgid ""
-"The application refused to go on with the provided data that was sent in "
-"this request."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:4
-msgid "403 - Access forbidden"
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:8
-msgid "You are not allowed to access this ressource."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:13
-msgid ""
-"Access to the requested page has been denied because you do not have "
-"sufficient rights."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:4
-msgid "404 - Not Found"
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:8
-msgid "I could not find what you were searching for."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:13
-msgid "You may have clicked an expired link or mistyped the address."
-msgstr ""
-
-#: ../src/templates/errors/error.html:8
-msgid "Oops! Don't panic."
-msgstr ""
-
-#: ../src/templates/errors/error.html:13
-msgid "An unexpected error happened."
-msgstr ""
-
-#: ../src/templates/errors/error.html:19
-msgid "Stay calm and read the text below to find out what went wrong."
-msgstr ""
-
-#: ../src/templates/errors/error.html:31
-msgid "Error code"
-msgstr ""
-
-#: ../src/templates/errors/error.html:38
-msgid "Exception (traceback):"
-msgstr ""
-
-#: ../src/templates/errors/error.html:49
-msgid ""
-"Please try going back to the previous page and try the action you did again "
-"in a moment."
-msgstr ""
-
-#: ../src/templates/errors/error.html:50
-msgid ""
-"If the error persists, you should consider to get in touch with an "
-"administrator."
-msgstr ""
-
-#: ../src/templates/file-detail.html:5
-msgid "File"
-msgstr ""
-
-#: ../src/templates/file-detail.html:13
-#: ../src/templates/modules/log-table.html:12
-#: ../src/templates/package-detail.html:3
-#: ../src/templates/package-detail.html:50
-#: ../src/templates/package-detail-list.html:3
-#: ../src/templates/package-properties.html:3
-msgid "Package"
-msgstr ""
-
-#: ../src/templates/file-detail.html:20
-#: ../src/templates/repository-edit.html:25
-msgid "Description"
-msgstr ""
-
-#: ../src/templates/file-detail.html:27
-msgid "URL"
-msgstr ""
-
-#: ../src/templates/file-detail.html:34
-#: ../src/templates/modules/package-header.html:14
-#: ../src/templates/package-detail.html:70
-msgid "License"
-msgstr ""
-
-#: ../src/templates/file-detail.html:46
-#: ../src/templates/modules/packages-table.html:6
-#: ../src/templates/package-detail.html:126
-msgid "Size"
-msgstr ""
-
-#: ../src/templates/file-detail.html:51
-msgid "Hash"
-msgstr ""
-
-#: ../src/templates/file-detail.html:57
-#: ../src/templates/modules/packages/dependency-table.html:5
-msgid "Provides"
-msgstr ""
-
-#: ../src/templates/file-detail.html:63 ../src/templates/file-detail.html:69
-#: ../src/templates/modules/packages/dependency-table.html:7
-msgid "Requires"
-msgstr ""
-
-#: ../src/templates/file-detail.html:76
-#: ../src/templates/modules/packages/dependency-table.html:13
-msgid "Obsoletes"
-msgstr ""
-
-#: ../src/templates/file-detail.html:83
-#: ../src/templates/modules/packages/dependency-table.html:11
-msgid "Conflicts"
-msgstr ""
-
-#: ../src/templates/file-detail.html:90
-msgid "Build information"
-msgstr ""
-
-#: ../src/templates/file-detail.html:93
-msgid "ID"
-msgstr ""
-
-#: ../src/templates/file-detail.html:99
-#: ../src/templates/modules/jobs-table.html:6
-msgid "Host"
-msgstr ""
-
-#: ../src/templates/file-detail.html:105
-msgid "Time"
-msgstr ""
-
-#: ../src/templates/file-detail.html:111
-#: ../src/templates/search-results.html:71
-msgid "Files"
-msgstr ""
-
-#: ../src/templates/file-detail.html:118
-#: ../src/templates/packages/view-file.html:51
-msgid "Download file"
-msgstr ""
-
-#: ../src/templates/index.html:3
-msgid "Welcome to the Pakfire Build Service"
-msgstr ""
-
-#: ../src/templates/index.html:8
-#, c-format
-msgid "Welcome, %s!"
-msgstr ""
-
-#: ../src/templates/index.html:22
-msgid "Development powered by community!"
-msgstr ""
-
-#: ../src/templates/index.html:38
-msgid "Latest stable updates"
-msgstr ""
-
-#: ../src/templates/index.html:40
-msgid "Unstable updates"
-msgstr ""
-
-#: ../src/templates/index.html:42
-msgid "Testing updates"
-msgstr ""
-
-#: ../src/templates/index.html:59
-msgid "View more updates..."
-msgstr ""
-
-#: ../src/templates/index.html:70
-msgid "Build jobs"
-msgstr ""
-
-#: ../src/templates/index.html:76
-msgid "Show more build jobs"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:3 ../src/templates/jobs-abort.html:6
-#, c-format
-msgid "Abort build job %s"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:8
-msgid "You may abort a running build."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:9
-msgid "The build server will eventually stop to build the package."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:16 ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:58
-#: ../src/templates/modules/jobs/list.html:5
-msgid "Build job"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:25
-#: ../src/templates/modules/build-offset.html:5
-msgid "Start time"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:30
-msgid "No started, yet."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:38
-msgid "Build server"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:3
-msgid "Job buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:28
-#: ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:154
-msgid "Buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:41
-#, c-format
-msgid "The packages listed below were used to build %s."
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:52
-msgid "Buildroot size"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:56
-msgid "Download size"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:3
-#: ../src/templates/job-schedule-rebuild.html:29
-#, c-format
-msgid "Schedule rebuild for %s"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:24
-msgid "Schedule rebuild"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:35
-msgid "At this place, you can submit failed build jobs to be built again."
-msgstr ""
-
-#: ../src/templates/job-schedule-test.html:44
-msgid ""
-"Please note, that all other kinds of build are preferred over the test "
-"builds."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:3 ../src/templates/package-detail.html:118
-msgid "Job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:36
-msgid "Abort job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:42
-msgid "Restart job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:71
-msgid "Job has been aborted"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:73
-msgid ""
-"This build job is in an aborted state, because the build process crashed "
-"unexpectedly."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:74
-msgid ""
-"In most cases, there is no log file and you must figure out the issue on "
-"your own."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:77
-msgid "The error code is:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:80
-msgid "Segmentation violation"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:88
-msgid "You may resubmit the job to try again:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:89
-msgid "Re-submit build"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:110
-msgid "No builder assigned."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:117 ../src/templates/keys-list.html:32
-#: ../src/templates/modules/build-table.html:23
-msgid "Created"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:122
-#: ../src/templates/sessions/index.html:35
-msgid "Started"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:134
-msgid "ETA"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:144
-msgid "Build logs"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:148
-msgid "No logs available, yet."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:155
-#, c-format
-msgid "%s package"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:165
-msgid "Package files"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:3 ../src/templates/jobs-filter.html:21
-#: ../src/templates/jobs-index.html:18
-msgid "Filter jobs"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:16
-msgid "Filter"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:30 ../src/templates/jobs-filter.html:47
-msgid "[Choose one]"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:36
-msgid "Only show jobs, that have been built by this builder."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:53
-msgid "Only show jobs, with this architecture."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:59 ../src/templates/search-form.html:35
-#: ../src/templates/search-results.html:40
-msgid "Go!"
-msgstr ""
-
-#: ../src/templates/jobs-index.html:30
-#, c-format
-msgid "Showing only jobs from %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:37
-#, c-format
-msgid "Showing only builds that have been built on %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:45
-#, c-format
-msgid "Showing only jobs built for %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:3
-#, c-format
-msgid "Delete key %s"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:25 ../src/templates/keys-import.html:28
-msgid "Key"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:29
-#, c-format
-msgid "You are going to delete the key %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:41
-msgid "Delete key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:3 ../src/templates/keys-import.html:16
-#: ../src/templates/keys-import.html:39 ../src/templates/keys-list.html:106
-msgid "Import new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:21
-msgid "Import a new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:33
-msgid "Paste the key to import."
-msgstr ""
-
-#: ../src/templates/keys-list.html:21
-msgid "The keys are a very important component when it comes to security."
-msgstr ""
-
-#: ../src/templates/keys-list.html:22
-msgid ""
-"Each package in the Pakfire Build Service is signed to prove its "
-"authenticity."
-msgstr ""
-
-#: ../src/templates/keys-list.html:31
-msgid "Fingerprint"
-msgstr ""
-
-#: ../src/templates/keys-list.html:33
-msgid "Expires"
-msgstr ""
-
-#: ../src/templates/keys-list.html:51
-msgid "Lookup"
-msgstr ""
-
-#: ../src/templates/keys-list.html:55
-#: ../src/templates/modules/files-table.html:5
-#: ../src/templates/modules/packages-table.html:21
-#: ../src/templates/package-detail.html:152
-msgid "Download"
-msgstr ""
-
-#: ../src/templates/keys-list.html:75 ../src/templates/keys-list.html:77
-msgid "Subkey"
-msgstr ""
-
-#: ../src/templates/keys-list.html:90
-msgid "This key does not expire."
-msgstr ""
-
-#: ../src/templates/login.html:3 ../src/templates/login.html:7
-#: ../src/templates/login.html:34
-#: ../src/templates/modules/modal-build-comment.html:56
-msgid "Login"
-msgstr ""
-
-#: ../src/templates/login.html:12
-msgid "Login failed!"
-msgstr ""
-
-#: ../src/templates/login.html:13
-msgid "Username and/or password was wrong. Login failed."
-msgstr ""
-
-#: ../src/templates/login.html:22 ../src/templates/register.html:30
-#: ../src/templates/user-profile-edit.html:37
-#: ../src/templates/user-profile.html:37
-msgid "Username"
-msgstr ""
-
-#: ../src/templates/login.html:28 ../src/templates/register.html:67
-#: ../src/templates/user-profile-edit.html:101
-msgid "Password"
-msgstr ""
-
-#: ../src/templates/login.html:41
-msgid "You also might want to..."
-msgstr ""
-
-#: ../src/templates/login.html:44
-msgid "Register a new account."
-msgstr ""
-
-#: ../src/templates/login.html:47
-msgid "Recover your password."
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:3
-#, c-format
-msgid "Delete mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:25
-#, c-format
-msgid "Delete mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:29
-#, c-format
-msgid "You are going to delete the mirror %s."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:3
-#: ../src/templates/mirrors-detail.html:46
-#, c-format
-msgid "Mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:29
-msgid "Edit settings"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:37
-msgid "Delete mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:47
-#, c-format
-msgid "hosted by %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:75
-msgid "Status information"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:79
-msgid "Status"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:84
-#: ../src/templates/mirrors-list.html:45
-msgid "Last check"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:89
-msgid "Never"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:103
-msgid "View larger map"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:108
-msgid "The location of the mirror server is estimated by the IP address."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:112
-msgid "The location of the mirror server could not be estimated."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:3
-#, c-format
-msgid "Manage mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:25
-#, c-format
-msgid "Manage mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:37
-msgid "The canonical hostname."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:47
-msgid "Only enabled mirrors will be pushed out to the clients."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:54
-msgid "Contact information"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:57 ../src/templates/mirrors-list.html:43
-#: ../src/templates/modules/changelog/entry.html:48
-#: ../src/templates/uploads-list.html:25
-msgid "Owner"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:62
-msgid "The owner of the mirror server."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:68
-msgid "Contact address"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:73
-msgid "An email address to contact an administrator of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:75
-msgid "This won't be made public."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:24 ../src/templates/mirrors-new.html:3
-msgid "Add new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:36
-msgid "On this page, you will see a list of all mirror servers."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:64
-msgid "Up"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:68
-msgid "Down"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:90
-msgid "There are no mirrors configured, yet."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:16
-msgid "New mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:21
-msgid "Add a new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:34
-msgid "Enter the canonical hostname of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:40
-msgid "Path"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:46
-msgid "The path to the files on the server."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:52
-msgid "Create new mirror"
-msgstr ""
-
-#: ../src/templates/modules/builders/load.html:2
-msgid "Current load of the build cluster"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:4
-#: ../src/templates/package-properties.html:71
-#: ../src/templates/package-properties.html:82
-msgid "Critical path"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:9
-msgid "Release build"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:11
-#: ../src/templates/modules/changelog/entry.html:22
-msgid "Scratch build"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:8
-msgid "As soon as possible"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:9
-msgid "After 5 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:10
-msgid "After 15 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:11
-msgid "After one hour"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:12
-msgid "After one day"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:17
-msgid "Set the time after which the build job starts."
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:22
-msgid "Schedule build"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:3
-msgid "This build is broken!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:4
-msgid ""
-"This means that the package may cause severe damage on your system and/or "
-"does not work at all."
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:8
-msgid "This build is obsolete!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:9
-msgid "This means that this package has been replaced with a new one."
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:17
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-detail.html:50
-msgid "Repository"
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:83
-msgid "There are no builds to show at this place right now."
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:8
-#, c-format
-msgid "on %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:11
-#, c-format
-msgid "by %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:16
-msgid "Updated"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:22
-msgid "No comments so far."
-msgstr ""
-
-#: ../src/templates/modules/files-table.html:7
-msgid "Info"
-msgstr ""
-
-#: ../src/templates/modules/footer.html:5
-msgid ""
-"Pakfire is the buildsystem that is used to build the IPFire Linux firewall "
-"distribution."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:6
-msgid "It also installs and updates packages on the IPFire systems."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:11
-msgid "Code licensed under the GNU General Public License v3."
-msgstr ""
-
-#: ../src/templates/modules/jobs/list.html:7
-msgid "Runtime"
-msgstr ""
-
-#: ../src/templates/modules/jobs/status.html:9
-msgid "This build has got no jobs."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:4
-msgid "Arch"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:7
-msgid "Duration"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:19 ../src/web/ui_modules.py:325
-msgid "New"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:31 ../src/web/ui_modules.py:300
-msgid "Aborted"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:33
-msgid "Dependency error"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:47
-#, c-format
-msgid "Running since %s"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:51
-msgid "Not finished, yet."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:60
-#, c-format
-msgid "This package only supports %s."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:66
-msgid "No jobs, yet."
-msgstr ""
-
-#: ../src/templates/modules/log-entry-comment.html:22
-msgid "No comment given."
-msgstr ""
-
-#: ../src/templates/modules/log-entry.html:21
-msgid "You"
-msgstr ""
-
-#: ../src/templates/modules/log-table.html:23
-msgid "No log entries, yet."
-msgstr ""
-
-#: ../src/templates/modules/modal-base.html:25
-#: ../src/templates/user-forgot-password.html:49
-msgid "Submit"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:8
-#, c-format
-msgid "Comment on %s"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:10
-msgid "Log in to comment"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:26
-msgid "Vote"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:30
-msgid "Not tested."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:34
-msgid "Works for me."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:38
-msgid "Does not work."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:46
-msgid "You need to log in to comment."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:47
-msgid "Click on the button below to do so."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:54
-msgid "Submit comment"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:7
-#, c-format
-msgid "Push %s to a repository"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:15
-msgid "Not all jobs are finished!"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:16
-msgid ""
-"So it is <em>strongly</em> discouraged to push this build into the next "
-"repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:35
-msgid "The build will be put into this repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:44
-msgid "You are going to push this build into a new repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:45
-msgid ""
-"This means that the build won't be part of the repository it is currently in "
-"anymore."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:48
-msgid ""
-"Please make sure you tested this build well enough that it will keep up with "
-"the quality level of the target repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:6
-#, c-format
-msgid "Unpush %s from a repository"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:27
-msgid "You are going to unpush this build from its repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:28
-msgid ""
-"This means that the build won't be installable from this repository anymore."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:33
-msgid ""
-"If you consider this build being obsolete or broken, please don't forget to "
-"mark it so."
-msgstr ""
-
-#: ../src/templates/modules/package-header.html:19
-msgid "Group"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:9
-msgid "Pre-requires"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:15
-msgid "Recommends"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:17
-msgid "Suggests"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:5
-#, c-format
-msgid "added %s"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:10
-msgid "Run"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:12
-msgid "Remove action"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:19
-msgid "%(credits)s more credit needed."
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:21
-msgid "No more credits needed."
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:25
-#, c-format
-msgid "Maintainer: %s"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:28
-msgid "Go to package description"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:5
-msgid "No. of builds"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:6
-#: ../src/templates/repository-detail.html:44
-msgid "Enabled for builds"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:21
-#: ../src/templates/repository-detail.html:68
-#: ../src/templates/user-profile.html:136
-msgid "Yes"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:23
-#: ../src/templates/repository-detail.html:70
-#: ../src/templates/user-profile.html:138
-msgid "No"
-msgstr ""
-
-#: ../src/templates/modules/select/locale.html:2
-#: ../src/templates/modules/select/timezone.html:2
-msgid "Auto-select"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:5
-msgid "No. of commits"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:6
-msgid "Latest commit"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:14
-#, c-format
-msgid "Branch: %s"
-msgstr ""
-
-#: ../src/templates/modules/updates-table.html:18
-msgid "Score:"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:2
-msgid "Watchers"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:7
-#: ../src/templates/modules/watchers-sidebar-table.html:36
-msgid "You."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:9
-msgid "You and one other."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:11
-#, c-format
-msgid "You and %s others."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:14
-msgid "One person."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:27
-msgid ""
-"All users who watch this build will be automatically notified about status "
-"changes and comments."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:28
-msgid "This is an easy way of staying up to date."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:48
-msgid "Nobody watches this build, yet. Be the first one."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:56
-msgid "Watch this build"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:58
-msgid "Add a watcher"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:62
-msgid "Close"
-msgstr ""
-
-#: ../src/templates/package-detail.html:42
-msgid "Development package"
-msgstr ""
-
-#: ../src/templates/package-detail.html:45
-msgid "Debuginfo package"
-msgstr ""
-
-#: ../src/templates/package-detail.html:64
-msgid "Homepage"
-msgstr ""
-
-#: ../src/templates/package-detail.html:88
-msgid "Build time"
-msgstr ""
-
-#: ../src/templates/package-detail.html:130
-msgid "%(size)s when installed"
-msgstr ""
-
-#: ../src/templates/package-detail.html:162
-msgid "Build dependencies"
-msgstr ""
-
-#: ../src/templates/package-detail.html:164
-msgid "Dependencies"
-msgstr ""
-
-#: ../src/templates/package-detail.html:173
-msgid "Filelist"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:25
-#: ../src/templates/packages/builds/times.html:20
-#: ../src/templates/packages/builds/times.html:41
-msgid "Build times"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:58
-msgid "File new bug"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:61
-msgid "Show all bugs"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:66
-msgid "Open bugs"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:76
-msgid "Full changelog"
-msgstr ""
-
-#: ../src/templates/package-properties.html:20
-msgid "Properties"
-msgstr ""
-
-#: ../src/templates/package-properties.html:32
-msgid "Maintainers"
-msgstr ""
-
-#: ../src/templates/package-properties.html:37
-#: ../src/templates/package-properties.html:47
-msgid "Default priority"
-msgstr ""
-
-#: ../src/templates/package-properties.html:39
-msgid ""
-"A big benefit of the Pakfire Build Service is, that builds are available to "
-"end-users in a very short time."
-msgstr ""
-
-#: ../src/templates/package-properties.html:40
-msgid ""
-"Some packages might need some extra boost if the build servers are very busy."
-msgstr ""
-
-#: ../src/templates/package-properties.html:43
-msgid "You may set a default priority for all builds of this package."
-msgstr ""
-
-#: ../src/templates/package-properties.html:73
-msgid ""
-"A package that belongs to the critical path is a package that plays a very "
-"essential role in the distribution."
+msgid "Size"
msgstr ""
-#: ../src/templates/package-properties.html:74
-msgid ""
-"If such a package is broken, it may not be possible to boot or recover the "
-"system anymore, so we need to be extra sure that these packages work."
+msgid "Hash"
msgstr ""
-#: ../src/templates/package-properties.html:77
-msgid ""
-"If this package is marked to belong to the critical path, it will need a "
-"higher score to pass to the next repository and more."
+msgid "Provides"
msgstr ""
-#: ../src/templates/package-properties.html:78
-msgid "Learn more."
+msgid "Requires"
msgstr ""
-#: ../src/templates/package-properties.html:86
-msgid "This package belongs to the critical path"
+msgid "Obsoletes"
msgstr ""
-#: ../src/templates/packages/builds/scratch.html:35
-msgid "There are no scratch builds for this package."
+msgid "Conflicts"
msgstr ""
-#: ../src/templates/packages/builds/times.html:3
-msgid "Package build times"
+msgid "Build information"
msgstr ""
-#: ../src/templates/packages/builds/times.html:34
-msgid "This table shows you how long this package normally takes to be built."
+msgid "ID"
msgstr ""
-#: ../src/templates/packages/builds/times.html:45
-msgid "Average"
+msgid "Host"
msgstr ""
-#: ../src/templates/packages/builds/times.html:46
-msgid "Maximum"
+msgid "Time"
msgstr ""
-#: ../src/templates/packages/builds/times.html:47
-msgid "Minimum"
+msgid "Files"
msgstr ""
-#: ../src/templates/packages/builds/times.html:48
-msgid "Total"
+msgid "Download file"
msgstr ""
-#: ../src/templates/packages/changelog.html:3
-#, c-format
-msgid "Changelog of %s"
+msgid "Welcome!"
msgstr ""
-#: ../src/templates/packages/changelog.html:20
-#: ../src/templates/packages/changelog.html:26
-msgid "Changelog"
+msgid "Development Powered By Community"
msgstr ""
-#: ../src/templates/packages-list.html:3 ../src/templates/packages-list.html:17
-msgid "Package list"
+msgid "Current Jobs"
msgstr ""
-#: ../src/templates/packages-list.html:23
-msgid ""
-"This is an alphabetically ordered list of all packages in the distribution."
+msgid "One Job In Queue"
+msgid_plural "%(num)s Jobs In Queue"
+msgstr[0] ""
+msgstr[1] ""
+
+#, c-format
+msgid "Abort build job %s"
msgstr ""
-#: ../src/templates/packages-list.html:24
-msgid "Click on a link to see further information about the package."
+msgid "You may abort a running build."
msgstr ""
-#: ../src/templates/packages-list.html:31
-msgid "Selection"
+msgid "The build server will eventually stop to build the package."
msgstr ""
-#: ../src/templates/packages-list.html:36
-msgid "Show broken packages"
+msgid "Build job"
msgstr ""
-#: ../src/templates/packages-list.html:39
-msgid "Show all packages"
+msgid "Start time"
msgstr ""
-#: ../src/templates/packages/view-file.html:3
-msgid "View %(filename)s from %(pkg)s"
+msgid "No started, yet."
msgstr ""
-#: ../src/templates/packages/view-file.html:36
-msgid "View file"
+msgid "Build server"
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Mimetype: %s"
+msgid "Job buildroot"
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Size: %s"
+msgid "Buildroot"
msgstr ""
-#: ../src/templates/register-activation-fail.html:3
-msgid "Account activation failed"
+msgid "Buildroot size"
msgstr ""
-#: ../src/templates/register-activation-fail.html:12
-#: ../src/templates/register-activation-success.html:12
-msgid "Account activation"
+msgid "Download size"
msgstr ""
-#: ../src/templates/register-activation-fail.html:17
-msgid "Activation failed"
+#, c-format
+msgid "The packages listed below were used to build %s."
msgstr ""
-#: ../src/templates/register-activation-fail.html:23
-#: ../src/templates/register-fail.html:6
-#: ../src/templates/user-profile-edit-fail.html:6
-msgid "We are sorry."
+msgid "Log In"
msgstr ""
-#: ../src/templates/register-activation-fail.html:24
-msgid "The activation of your account has failed."
+msgid "Login failed"
msgstr ""
-#: ../src/templates/register-activation-fail.html:25
-msgid "Possibly the registration code is wrong or your registration timed out."
+#, c-format
+msgid "Delete mirror %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:3
-msgid "Account activation successful"
+#, c-format
+msgid "Delete mirror: %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:17
-msgid "Activation successful"
+#, c-format
+msgid "You are going to delete the mirror %s."
msgstr ""
-#: ../src/templates/register-activation-success.html:23
#, c-format
-msgid "Your account has been activated, %s."
+msgid "Mirror: %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:24
-msgid "Have fun!"
+msgid "Add new mirror"
msgstr ""
-#: ../src/templates/register-fail.html:4
-msgid "Registration failed"
+msgid "Edit settings"
msgstr ""
-#: ../src/templates/register-fail.html:7
-msgid "We could not create your requested account."
+msgid "Delete mirror"
msgstr ""
-#: ../src/templates/register-fail.html:17
-#: ../src/templates/user-profile-edit-fail.html:17
-msgid ""
-"Use the back button on your web browser to go back to the previous page and "
-"correct your submission."
+msgid "General"
msgstr ""
-#: ../src/templates/register.html:3 ../src/templates/register.html:18
-msgid "Register a new account"
+msgid "Location"
msgstr ""
-#: ../src/templates/register.html:12
-msgid "Register new account"
+msgid "The location of the mirror server could not be estimated."
msgstr ""
-#: ../src/templates/register.html:19
-msgid "Join the community!"
+msgid "Status information"
msgstr ""
-#: ../src/templates/register.html:26
-msgid "Registration form"
+msgid "Status"
msgstr ""
-#: ../src/templates/register.html:35
-msgid "Must be a unique name you login with."
+msgid "HTTP Response Code"
msgstr ""
-#: ../src/templates/register.html:41 ../src/templates/user-profile-edit.html:60
-msgid "Email address"
+msgid "Last sync"
msgstr ""
-#: ../src/templates/register.html:46
-msgid "Type in your email address, which is used to verify the account."
+msgid "Last check"
msgstr ""
-#: ../src/templates/register.html:52
-msgid "Real name (optional)"
+msgid "Never"
msgstr ""
-#: ../src/templates/register.html:57
-msgid "Type you firstname and your lastname here."
+msgid "Average Response Time"
msgstr ""
-#: ../src/templates/register.html:64
-msgid "Account security"
+#, c-format
+msgid "Manage mirror %s"
msgstr ""
-#: ../src/templates/register.html:72
-#: ../src/templates/user-profile-edit.html:106
-msgid ""
-"The password is used to secure the login and must be at least 8 characters."
+msgid "Manage"
msgstr ""
-#: ../src/templates/register.html:78
-msgid "Confirm password"
+#, c-format
+msgid "Manage mirror: %s"
msgstr ""
-#: ../src/templates/register.html:83
-msgid "Pick a password that is as strong as possible."
+msgid "The canonical hostname."
msgstr ""
-#: ../src/templates/register.html:84
-msgid "Don't login at unsecure places where people could spy on your password."
+msgid "Check if this mirror server supports HTTPS."
msgstr ""
-#: ../src/templates/register.html:91
-msgid "Sign up!"
+msgid "Contact information"
msgstr ""
-#: ../src/templates/register-success.html:4
-msgid "Registration successful"
+msgid "Owner"
msgstr ""
-#: ../src/templates/register-success.html:6
-#, c-format
-msgid "Your new account has been created, %s."
+msgid "The owner of the mirror server."
msgstr ""
-#: ../src/templates/register-success.html:7
-msgid ""
-"To complete the activation, follow the instructions that were sent to you in "
-"an activation email."
+msgid "Contact address"
msgstr ""
-#: ../src/templates/repository-detail.html:30
-msgid "Stable repository"
+msgid "An email address to contact an administrator of the mirror."
msgstr ""
-#: ../src/templates/repository-detail.html:34
-msgid "Unstable repository"
+msgid "This won't be made public."
msgstr ""
-#: ../src/templates/repository-detail.html:38
-msgid "Testing repository"
+msgid "Save changes"
msgstr ""
-#: ../src/templates/repository-detail.html:65
-msgid "Repository is enabled for builds?"
+msgid "On this page, you will see a list of all mirror servers."
msgstr ""
-#: ../src/templates/repository-detail.html:76
-#: ../src/templates/repository-detail.html:151
-msgid "Obsolete builds"
+msgid "Up"
msgstr ""
-#: ../src/templates/repository-detail.html:85
-msgid "Total build time"
+msgid "Out Of Sync"
msgstr ""
-#: ../src/templates/repository-detail.html:99
-msgid ""
-"The table above shows how long it took to build all packages in this "
-"repository."
+msgid "Down"
msgstr ""
-#: ../src/templates/repository-detail.html:126
-msgid "Unpushed builds"
+msgid "There are no mirrors configured, yet."
msgstr ""
-#: ../src/templates/repository-detail.html:128
-msgid ""
-"These builds were already put into this repository, but were not pushed out "
-"to the mirror servers, yet."
+msgid "New mirror"
msgstr ""
-#: ../src/templates/repository-detail.html:139
-msgid "Builds in this repository"
+msgid "Add a new mirror"
msgstr ""
-#: ../src/templates/repository-edit.html:3
-#: ../src/templates/repository-edit.html:7
-#, c-format
-msgid "Edit repository %s"
+msgid "Enter the canonical hostname of the mirror."
msgstr ""
-#: ../src/templates/repository-edit.html:20
-msgid "The name of the repository."
+msgid "Path"
msgstr ""
-#: ../src/templates/repository-edit.html:21
-msgid "Must only contain of the lowercase characters."
+msgid "The path to the files on the server."
msgstr ""
-#: ../src/templates/repository-edit.html:33
-msgid "Score settings"
+msgid "Create new mirror"
msgstr ""
-#: ../src/templates/repository-edit.html:35
-msgid "These settings configure the automatic score feature."
+msgid "Release build"
msgstr ""
-#: ../src/templates/repository-edit.html:36
-msgid ""
-"Builds that gained a certain score are moved to the next repository "
-"automatically and removed if the score is too bad."
+msgid "Scratch build"
msgstr ""
-#: ../src/templates/repository-edit.html:40
-msgid "Needed score"
+msgid "As soon as possible"
msgstr ""
-#: ../src/templates/repository-edit.html:45
-msgid ""
-"The score that is needed for builds to automatically be moved into this "
-"repository."
+msgid "After 5 minutes"
msgstr ""
-#: ../src/templates/repository-edit.html:49
-msgid "Minimum time"
+msgid "After 15 minutes"
msgstr ""
-#: ../src/templates/repository-edit.html:54
-msgid "Every build must stay a minimum time in a repository."
+msgid "After one hour"
msgstr ""
-#: ../src/templates/repository-edit.html:55
-msgid "This is to ensure that a package gets tested well."
+msgid "After one day"
msgstr ""
-#: ../src/templates/repository-edit.html:56
-#: ../src/templates/repository-edit.html:67
-msgid "Enter zero to disable the feature."
+msgid "Set the time after which the build job starts."
msgstr ""
-#: ../src/templates/repository-edit.html:60
-msgid "Maximum time"
+msgid "Schedule build"
msgstr ""
-#: ../src/templates/repository-edit.html:65
-msgid ""
-"If a build is more than a certain amount of time in a repository, it will "
-"automatically be removed."
+msgid "This build is broken!"
msgstr ""
-#: ../src/templates/repository-edit.html:66
-msgid "This is to ensure that packages are not forgotten to be pushed."
+msgid ""
+"This means that the package may cause severe damage on your system and/or "
+"does not work at all."
msgstr ""
-#: ../src/templates/repository-edit.html:73
-msgid "Build settings"
+msgid "This build is obsolete!"
msgstr ""
-#: ../src/templates/repository-edit.html:76
-msgid "Use package for builds?"
+msgid "This means that this package has been replaced with a new one."
msgstr ""
-#: ../src/templates/repository-edit.html:81
-msgid "Should the package be selected for builds by default?"
+msgid "Repository"
msgstr ""
-#: ../src/templates/repository-edit.html:82
-#: ../src/templates/user-impersonation.html:21
-msgid "Use with caution!"
+msgid "Created"
msgstr ""
-#: ../src/templates/search-form.html:3
-msgid "Advanced search"
+msgid "In repository since"
msgstr ""
-#: ../src/templates/search-form.html:18
-#, c-format
-msgid "No results for '%s'."
+msgid "Can be moved forward"
msgstr ""
-#: ../src/templates/search-form.html:26
-msgid "Type a search pattern into the box below and hit the button."
+msgid "There are no builds to show at this place right now."
msgstr ""
-#: ../src/templates/search-form.html:46
-msgid "Search for packages by name or description"
+msgid "Subject"
msgstr ""
-#: ../src/templates/search-form.html:48
-msgid ""
-"If you type a package name to the search box you will get a link to the "
-"package."
+msgid "Download"
msgstr ""
-#: ../src/templates/search-form.html:49
-msgid "The search is performed in case insensitive mode."
+msgid "Info"
msgstr ""
-#: ../src/templates/search-form.html:58
-msgid "Search for UUIDs"
+msgid "Arch"
msgstr ""
-#: ../src/templates/search-form.html:60
-msgid ""
-"If you type a UUID to the search box, you will be directed to the job, build "
-"or package it belongs to."
+msgid "Duration"
msgstr ""
-#: ../src/templates/search-form.html:61
-msgid ""
-"This is a handy feature if you have a UUID and search for the corresponding "
-"package or build."
+msgid "Pending"
msgstr ""
-#: ../src/templates/search-form.html:64 ../src/templates/search-form.html:80
-msgid "Examples"
+msgid "Failed"
msgstr ""
-#: ../src/templates/search-form.html:73
-msgid "Search for files"
+msgid "Dispatching"
msgstr ""
-#: ../src/templates/search-form.html:75
-msgid "You may also search for file names."
+msgid "Finished"
msgstr ""
-#: ../src/templates/search-form.html:76
-msgid "You will get a list of packages that contain the file."
+msgid "Running"
msgstr ""
-#: ../src/templates/search-form.html:77
-msgid ""
-"The search pattern must start with a slash that it will be recognized as a "
-"file."
+msgid "Aborted"
msgstr ""
-#: ../src/templates/search-results.html:3
-#: ../src/templates/search-results.html:22
#, c-format
-msgid "Search results for '%s'"
+msgid "Running since %s"
msgstr ""
-#: ../src/templates/search-results.html:12
-msgid "Search results"
+msgid "Not finished, yet."
msgstr ""
-#: ../src/templates/search-results.html:28
-msgid "No results found."
+#, c-format
+msgid "This package only supports %s."
msgstr ""
-#: ../src/templates/search-results.html:30
-msgid "Visit the advanced search page to find about how to define your query."
+msgid "No jobs, yet."
msgstr ""
-#: ../src/templates/search-results.html:75
#, c-format
-msgid "%s was found in the following package."
-msgstr ""
-
-#: ../src/templates/sessions/index.html:36
-msgid "Valid until"
+msgid "Finished %s"
msgstr ""
-#: ../src/templates/sessions/index.html:37
-msgid "Last seen at"
+#, c-format
+msgid "on %s"
msgstr ""
-#: ../src/templates/source-list.html:3
-msgid "Sources repositories"
+msgid "This build has got no jobs."
msgstr ""
-#: ../src/templates/source-list.html:17
-msgid "Add source repository"
+msgid "No comment given."
msgstr ""
-#: ../src/templates/source-list.html:18
-msgid "Blah 123"
+msgid "You"
msgstr ""
-#: ../src/templates/statistics/index.html:11
-msgid ""
-"On this page, you will find a lot of information bundled in graphs and "
-"figures."
+msgid "No log entries, yet."
msgstr ""
-#: ../src/templates/statistics/index.html:12
-msgid ""
-"They give a very quick overview about what is going on in the build service."
+msgid "Submit"
msgstr ""
-#: ../src/templates/statistics/index.html:18
#, c-format
-msgid "The average build time is %.1f minutes."
+msgid "Comment on %s"
msgstr ""
-#: ../src/templates/statistics/index.html:21
-msgid "There are %(builds_count)s builds containing %(jobs_count_all)s jobs."
+msgid "Log in to comment"
msgstr ""
-#: ../src/templates/updates-index.html:3
-msgid "Updates"
+msgid "Comment"
msgstr ""
-#: ../src/templates/updates-index.html:6
-msgid "Coming soon..."
+msgid "Vote"
msgstr ""
-#: ../src/templates/uploads-list.html:24
-msgid "Filename"
+msgid "Not tested."
msgstr ""
-#: ../src/templates/uploads-list.html:26
-msgid "Filesize"
+msgid "Works for me."
msgstr ""
-#: ../src/templates/uploads-list.html:27
-msgid "Time running"
+msgid "Does not work."
msgstr ""
-#: ../src/templates/uploads-list.html:44
-msgid "No owner."
+msgid "You need to log in to comment."
msgstr ""
-#: ../src/templates/uploads-list.html:74
-msgid "There are currently no uploads running."
+msgid "Click on the button below to do so."
msgstr ""
-#: ../src/templates/user-comments.html:4
-msgid "Latest user comments"
+msgid "Submit comment"
msgstr ""
-#: ../src/templates/user-comments.html:12
-msgid "Show all users"
+msgid "Login"
msgstr ""
-#: ../src/templates/user-delete.html:4
#, c-format
-msgid "Delete user %s"
+msgid "Push %s to a repository"
msgstr ""
-#: ../src/templates/user-delete.html:8
-msgid "Do you really want to delete your own account?"
+msgid "Not all jobs are finished!"
msgstr ""
-#: ../src/templates/user-delete.html:9
-msgid "You won't be able to login and use this service any more."
+msgid ""
+"So it is <em>strongly</em> discouraged to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/user-delete.html:11
-#, c-format
-msgid "Do you really want to delete the user %s?"
+msgid "The build will be put into this repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:3
-#: ../src/templates/user-forgot-password.html:12
-#: ../src/templates/user-forgot-password.html:17
-msgid "Forgot password"
+msgid "You are going to push this build into a new repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:22
-msgid "Work in progress!"
+msgid ""
+"This means that the build won't be part of the repository it is currently in "
+"anymore."
msgstr ""
-#: ../src/templates/user-forgot-password.html:28
-msgid "You have forgotten you password, eh? Shame on you."
+msgid ""
+"Please make sure you tested this build well enough that it will keep up with "
+"the quality level of the target repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:29
-msgid "However, we allow to re-activate your account."
+#, c-format
+msgid "Unpush %s from a repository"
msgstr ""
-#: ../src/templates/user-forgot-password.html:32
-msgid "You need to enter your username below."
+msgid "You are going to unpush this build from its repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:33
-msgid "After that, you will receive an email with intructions how to go on."
+msgid ""
+"This means that the build won't be installable from this repository anymore."
msgstr ""
-#: ../src/templates/user-forgot-password.html:42
-msgid "Your username"
+msgid ""
+"If you consider this build being obsolete or broken, please don't forget to "
+"mark it so."
msgstr ""
-#: ../src/templates/user-impersonation.html:3
+msgid "Group"
+msgid_plural "Groups"
+msgstr[0] ""
+msgstr[1] ""
+
#, c-format
-msgid "Impersonate user %s"
+msgid "added %s"
msgstr ""
-#: ../src/templates/user-impersonation.html:7
-msgid "User impersonation"
+msgid "Run"
msgstr ""
-#: ../src/templates/user-impersonation.html:17
-msgid ""
-"When impersonating another user, every action you perform will be taking "
-"place as if you had logged in as the user whom will be impersonating."
+msgid "Remove action"
msgstr ""
-#: ../src/templates/user-impersonation.html:22
-msgid ""
-"This is a very powerful feature. You should be very careful while using it."
-msgstr ""
+msgid "One more score needed."
+msgid_plural "%(score)s more scores needed."
+msgstr[0] ""
+msgstr[1] ""
-#: ../src/templates/user-list.html:3
-msgid "User list"
+msgid "No more scores needed."
msgstr ""
-#: ../src/templates/user-profile-builds.html:3
-#: ../src/templates/user-profile-builds.html:7
#, c-format
-msgid "Builds by %s"
+msgid "Maintainer: %s"
msgstr ""
-#: ../src/templates/user-profile-edit-fail.html:4
-msgid "Edit failed"
+msgid "Go to package description"
msgstr ""
-#: ../src/templates/user-profile-edit-fail.html:7
-msgid "The user profile cannot be saved."
+msgid "Auto-select"
msgstr ""
-#: ../src/templates/user-profile-edit.html:3
-#: ../src/templates/user-profile-edit.html:26
-#, c-format
-msgid "Edit user profile: %s"
+msgid "No. of commits"
msgstr ""
-#: ../src/templates/user-profile-edit.html:34
-msgid "User Identity"
+msgid "Latest commit"
msgstr ""
-#: ../src/templates/user-profile-edit.html:48
-msgid "Real name"
+#, c-format
+msgid "Branch: %s"
msgstr ""
-#: ../src/templates/user-profile-edit.html:54
-msgid ""
-"This field is optional, but we appreciate it very much if you type in your "
-"real name."
+msgid "You."
msgstr ""
-#: ../src/templates/user-profile-edit.html:66
-msgid ""
-"If the email address is changed, your account will be disabled until you "
-"confirm the new email address."
+msgid "You and one other."
msgstr ""
-#: ../src/templates/user-profile-edit.html:74
-msgid "Admin actions"
+#, c-format
+msgid "You and %s others."
msgstr ""
-#: ../src/templates/user-profile-edit.html:82
-#: ../src/templates/user-profile.html:52
-msgid "Tester"
+msgid "One person."
+msgid_plural "%(num)s people."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid ""
+"All users who watch this build will be automatically notified about status "
+"changes and comments."
msgstr ""
-#: ../src/templates/user-profile-edit.html:85
-#: ../src/templates/user-profile.html:50
-msgid "Admin"
+msgid "This is an easy way of staying up to date."
msgstr ""
-#: ../src/templates/user-profile-edit.html:90
-msgid "Define the permissions of the user."
+msgid "Nobody watches this build, yet. Be the first one."
msgstr ""
-#: ../src/templates/user-profile-edit.html:98
-msgid "Account security settings"
+msgid "Watch this build"
msgstr ""
-#: ../src/templates/user-profile-edit.html:112
-#: ../src/templates/user-profile-passwd.html:84
-msgid "Confirm"
+msgid "Add a watcher"
msgstr ""
-#: ../src/templates/user-profile-edit.html:117
-msgid "Leave the password fields empty to keep the current password."
+msgid "Close"
msgstr ""
-#: ../src/templates/user-profile-edit.html:124
-msgid "Locale & timezone settings"
+msgid "Properties"
msgstr ""
-#: ../src/templates/user-profile-edit.html:127
-msgid "Preferred language"
+msgid "Maintainers"
msgstr ""
-#: ../src/templates/user-profile-edit.html:132
-msgid "Auto-detect will use the language transmitted by your browser."
+msgid "Default priority"
msgstr ""
-#: ../src/templates/user-profile-edit.html:138
-msgid "Timezone"
+msgid ""
+"A big benefit of the Pakfire Build Service is, that builds are available to "
+"end-users in a very short time."
msgstr ""
-#: ../src/templates/user-profile-edit.html:143
-msgid "Auto-detect will use the timezone transmitted by your browser."
+msgid ""
+"Some packages might need some extra boost if the build servers are very busy."
msgstr ""
-#: ../src/templates/user-profile-edit.html:150
-msgid "Save"
+msgid "You may set a default priority for all builds of this package."
msgstr ""
-#: ../src/templates/user-profile.html:23
-msgid "View comments"
+msgid "Very high"
msgstr ""
-#: ../src/templates/user-profile.html:41
-msgid "Email"
+msgid "High"
msgstr ""
-#: ../src/templates/user-profile.html:61
-msgid "Registered"
+msgid "Medium"
msgstr ""
-#: ../src/templates/user-profile.html:80
-msgid "Edit profile"
+msgid "Low"
msgstr ""
-#: ../src/templates/user-profile.html:86
-#: ../src/templates/user-profile-passwd.html:3
-#: ../src/templates/user-profile-passwd.html:20
-#: ../src/templates/user-profile-passwd.html:25
-#: ../src/templates/user-profile-passwd.html:95
-#: ../src/templates/user-profile-passwd-ok.html:20
-msgid "Change password"
+msgid "Very low"
msgstr ""
-#: ../src/templates/user-profile.html:94
-msgid "Delete account"
+msgid "Critical path"
msgstr ""
-#: ../src/templates/user-profile.html:101
-msgid "Impersonate user"
+msgid ""
+"A package that belongs to the critical path is a package that plays a very "
+"essential role in the distribution."
msgstr ""
-#: ../src/templates/user-profile.html:121
-msgid "Permissions"
+msgid ""
+"If such a package is broken, it may not be possible to boot or recover the "
+"system anymore, so we need to be extra sure that these packages work."
msgstr ""
-#: ../src/templates/user-profile.html:125
-msgid "This user has administration rights."
+msgid ""
+"If this package is marked to belong to the critical path, it will need a "
+"higher score to pass to the next repository and more."
msgstr ""
-#: ../src/templates/user-profile.html:132
-msgid "User is allowed to create scratch builds?"
+msgid "Learn more."
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:4
-msgid "Edit successful"
+msgid "Open Bugs In This Package"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:6
-msgid "The user profile was successfully altered."
+msgid "Show All Bugs"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:7
-msgid ""
-"But as you have changed the email address, you need to re-activate the "
-"account."
+msgid "File A New Bug"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:8
-msgid "Have a look at you mailbox - you already do know what to do."
+msgid "Download Package"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:32
-msgid "You are going to change your password."
+#, c-format
+msgid "Build from %s"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:35
-msgid ""
-"To do so, you need to enter your current password and the new password twice."
+msgid "Filelist"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:39
#, c-format
-msgid "In this dialog, you may change the password of %s."
+msgid "Download (%s)"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:61
-msgid "Old password"
+msgid "Job Queue"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:66
-msgid "Please provide your old password."
+#, c-format
+msgid "Builds in %s"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:73
-msgid "New password"
+msgid "Create"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:78
-msgid "Choose a new password. Make sure that it is as strong as possible."
+msgid "- Select -"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:89
-msgid "Confirm the new password."
+msgid "Create Repository"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:3
-#: ../src/templates/user-profile-passwd-ok.html:29
-msgid "Password changed"
+msgid "Describe what this repository will contain"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:24
-msgid "Done!"
+msgid "Priority"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:37
-msgid "Your password has successfully been changed."
+msgid "Listed"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:41
-#, c-format
-msgid "The password of %s has successfully been changed."
+msgid "By unchecking this box, you can hide this repository from being listed"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:46
-msgid "Ok"
+msgid "Enable Mirroring"
msgstr ""
-#: ../src/web/handlers_auth.py:65
-msgid "No username provided."
+msgid "If enabled, this repository will be made available on mirror servers"
msgstr ""
-#: ../src/web/handlers_auth.py:67
-msgid "The given username is already taken."
+msgid "Download Configuration"
msgstr ""
-#: ../src/web/handlers_auth.py:70 ../src/web/handlers_users.py:177
-msgid "No email address provided."
+msgid "Search"
msgstr ""
-#: ../src/web/handlers_auth.py:72 ../src/web/handlers_users.py:179
-msgid "Email address is invalid."
+#, c-format
+msgid "We could not find anything for '%s'"
msgstr ""
-#: ../src/web/handlers_auth.py:74
-msgid "The given email address is already used for another account."
+msgid "Go!"
msgstr ""
-#: ../src/web/handlers_auth.py:78
-msgid "No password provided."
+msgid "Sources repositories"
msgstr ""
-#: ../src/web/handlers_auth.py:80 ../src/web/handlers_users.py:185
-msgid "Passwords do not match."
+msgid "Source repositories"
msgstr ""
-#: ../src/web/handlers_auth.py:84
-msgid "Your password is too weak."
+msgid "Add source repository"
msgstr ""
-#: ../src/web/handlers_builds.py:368
-msgid "User not found."
+msgid "Blah 123"
msgstr ""
-#: ../src/web/handlers_users.py:112
-msgid "You need to enter you current password."
+msgid "Delete User"
msgstr ""
-#: ../src/web/handlers_users.py:115
-msgid "The provided account password is wrong."
+msgid "Are you sure you want to delete your account?"
msgstr ""
-#: ../src/web/handlers_users.py:124
-msgid "The given passwords do not match."
+#, c-format
+msgid "Are you sure you want to delete the user '%s'?"
msgstr ""
-#: ../src/web/handlers_users.py:126
-msgid "The password was blank."
+msgid "Edit User"
msgstr ""
-#: ../src/web/handlers_users.py:130
-msgid "The given password is too weak."
+#, c-format
+msgid "Send an Email to %s"
msgstr ""
-#: ../src/web/handlers_users.py:183
-msgid "Password has less than 8 characters."
+msgid "Quota"
msgstr ""
-#: ../src/web/__init__.py:327
#, python-format
msgid "%(min)d min"
msgstr ""
-#: ../src/web/__init__.py:329
#, python-format
msgid "%(hrs)d:%(min)02d hrs"
msgstr ""
-#: ../src/web/__init__.py:336
-#, python-format
-msgid "%dh"
+msgid "User not found."
msgstr ""
-#: ../src/web/__init__.py:340
-#, python-format
-msgid "%dm"
+msgid "Recommends"
msgstr ""
-#: ../src/web/__init__.py:342
-#, python-format
-msgid "%ds"
+msgid "Suggests"
msgstr ""
-#: ../src/web/ui_modules.py:172
msgid "Today"
msgstr ""
-#: ../src/web/ui_modules.py:177
msgid "Yesterday"
msgstr ""
-#: ../src/web/ui_modules.py:305
-msgid "Dependency problem"
+msgid "Uploading"
msgstr ""
-#: ../src/web/ui_modules.py:346
#, python-format
msgid "Unknown: %s"
msgstr ""
msgstr ""
"Project-Id-Version: IPFire Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-06 16:39+0100\n"
+"POT-Creation-Date: 2022-10-12 13:55+0000\n"
"PO-Revision-Date: 2011-05-19 22:47+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
"2:1));\n"
-#: ../src/buildservice/builds.py:1109
-#, python-format
-msgid "%(user_name)s commented on %(build_name)s"
-msgstr ""
-
-#: ../src/buildservice/constants.py:56
-#, python-format
-msgid "[%(build_name)s] Build job failed."
-msgstr ""
-
-#: ../src/buildservice/constants.py:57
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has failed.\n"
-"\n"
-"This could have a couple of reasons and needs to be investigated by you.\n"
-"\n"
-"Here is more information about the incident:\n"
-"\n"
-" Build name: %(build_name)s\n"
-" Build host: %(build_host)s\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/constants.py:74
-#, python-format
-msgid "[%(build_name)s] Build job finished."
-msgstr ""
-
-#: ../src/buildservice/constants.py:75
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has finished.\n"
-"\n"
-"If you are the maintainer, it is up to you to push it to one or more "
-"repositories.\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/logs.py:67
msgid "Build has been created"
msgstr ""
-#: ../src/buildservice/logs.py:106 ../src/buildservice/logs.py:170
-#: ../src/buildservice/logs.py:230 ../src/buildservice/logs.py:305
msgid "Unknown action."
msgstr ""
-#: ../src/buildservice/logs.py:117 ../src/buildservice/logs.py:186
-#: ../src/buildservice/logs.py:247 ../src/buildservice/logs.py:321
-#: ../src/templates/builders/detail.html:161
-#: ../src/templates/builders/list.html:59 ../src/templates/jobs-detail.html:82
-#: ../src/templates/mirrors-list.html:72 ../src/web/__init__.py:307
msgid "Unknown"
msgstr ""
-#: ../src/buildservice/logs.py:124 ../src/buildservice/logs.py:130
-#: ../src/templates/builders/detail.html:143
-#: ../src/templates/builders/detail.html:149
-#: ../src/templates/builders/detail.html:170
-#: ../src/templates/builders/detail.html:210
-#: ../src/templates/builders/detail.html:224
-#: ../src/templates/jobs-buildroot.html:87
-#: ../src/templates/mirrors-detail.html:67
-#: ../src/templates/mirrors-list.html:56 ../src/templates/mirrors-list.html:81
-#: ../src/templates/modules/jobs/list.html:44
-#: ../src/templates/modules/jobs-table.html:42
-#: ../src/templates/modules/repository-table.html:14
-#: ../src/templates/sessions/index.html:50
-#: ../src/templates/uploads-list.html:55
msgid "N/A"
msgstr ""
-#: ../src/buildservice/logs.py:136
#, python-format
msgid "This build was pushed to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:138
#, python-format
msgid "You pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:140
#, python-format
msgid "%(user)s pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:144
#, python-format
msgid "This build was unpushed from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:146
#, python-format
msgid "You unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:148
#, python-format
msgid "%(user)s unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:152
#, python-format
msgid ""
"This build was pushed from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:154
#, python-format
msgid ""
"You pushed this build from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:156
#, python-format
msgid ""
"%(user)s pushed this build from the repository '%(from_repo)s' to "
"'%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:192
#, python-format
msgid "Builder '%(builder)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:194
#, python-format
msgid "You enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:196
#, python-format
msgid "%(user)s enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:200
#, python-format
msgid "Builder '%(builder)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:202
#, python-format
msgid "You disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:204
#, python-format
msgid "%(user)s disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:208
#, python-format
msgid "You deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:210
#, python-format
msgid "%(user)s deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:214
#, python-format
msgid "You created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:216
#, python-format
msgid "%(user)s created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:253
#, python-format
msgid "Job '%(job)s' has been created."
msgstr ""
-#: ../src/buildservice/logs.py:255
#, python-format
msgid "You created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:257
#, python-format
msgid "%(user)s created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:261
#, python-format
msgid "Job '%(job)s' has changed its state to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:263
#, python-format
msgid "You changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:265
#, python-format
msgid "%(user)s changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:269
#, python-format
msgid "Job '%(job)s' has been reset."
msgstr ""
-#: ../src/buildservice/logs.py:271
#, python-format
msgid "You reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:273
#, python-format
msgid "%(user)s has reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:277
#, python-format
msgid "Job '%(job)s' has been scheduled for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:279
#, python-format
msgid "You scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:281
#, python-format
msgid "%(user)s scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:287
#, python-format
msgid "A test job for '%(job)s' has been scheduled."
msgstr ""
-#: ../src/buildservice/logs.py:289
#, python-format
msgid "You scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:291
#, python-format
msgid "%(user)s scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:327
#, python-format
msgid "Mirror '%(mirror)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:329
#, python-format
msgid "You enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:331
#, python-format
msgid "%(user)s enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:335
#, python-format
msgid "Mirror '%(mirror)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:337
#, python-format
msgid "You disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:339
#, python-format
msgid "%(user)s disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:343
#, python-format
msgid "You deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:345
#, python-format
msgid "%(user)s deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:349
#, python-format
msgid "You created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:351
#, python-format
msgid "%(user)s created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/users.py:459
-msgid "Account Activation"
-msgstr ""
-
-#: ../src/buildservice/users.py:461
-msgid ""
-"You, or somebody using your email address, has registered an account on the "
-"Pakfire Build Service."
-msgstr ""
-
-#: ../src/buildservice/users.py:463
-msgid "To activate your account, please click on the link below."
+msgid "No title given"
msgstr ""
-#: ../src/templates/base.html:4
-msgid "No title given"
+msgid "Menu"
msgstr ""
-#: ../src/templates/base.html:29 ../src/templates/index.html:16
msgid "Pakfire Build Service"
msgstr ""
-#: ../src/templates/base.html:34 ../src/templates/build-bugs.html:12
-#: ../src/templates/build-delete.html:12 ../src/templates/build-detail.html:12
-#: ../src/templates/build-schedule-test.html:12
-#: ../src/templates/build-state.html:12
-#: ../src/templates/builds-watchers-add.html:12
-#: ../src/templates/jobs-buildroot.html:12
-#: ../src/templates/jobs-buildroot.html:48
-#: ../src/templates/job-schedule-rebuild.html:12
-#: ../src/templates/job-schedule-test.html:12
-#: ../src/templates/jobs-detail.html:12 ../src/templates/package-detail.html:12
-#: ../src/templates/package-detail-list.html:12
-#: ../src/templates/package-properties.html:12
-#: ../src/templates/packages/builds/scratch.html:12
-#: ../src/templates/packages/builds/times.html:12
-#: ../src/templates/packages/changelog.html:12
-#: ../src/templates/packages-list.html:12
-#: ../src/templates/packages/view-file.html:12
-#: ../src/templates/search-results.html:50
msgid "Packages"
msgstr ""
-#: ../src/templates/base.html:37 ../src/templates/build-index.html:3
-#: ../src/templates/build-index.html:12 ../src/templates/build-index.html:26
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-#: ../src/templates/builds/comments.html:12
-#: ../src/templates/distro-update-edit.html:20
-#: ../src/templates/docs-base.html:33 ../src/templates/docs-build.html:16
-#: ../src/templates/docs-index.html:43
-#: ../src/templates/statistics/index.html:15
msgid "Builds"
msgstr ""
-#: ../src/templates/base.html:41
msgid "More"
msgstr ""
-#: ../src/templates/base.html:47 ../src/templates/docs-build.html:3
-#: ../src/templates/docs-build.html:12 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-index.html:12 ../src/templates/docs-users.html:3
-#: ../src/templates/docs-users.html:12 ../src/templates/docs-users.html:21
-#: ../src/templates/docs-whatsthis.html:3
-#: ../src/templates/docs-whatsthis.html:12
-#: ../src/templates/docs-whatsthis.html:21
-msgid "Documentation"
-msgstr ""
-
-#: ../src/templates/base.html:53 ../src/templates/search-form.html:12
-#: ../src/templates/search-form.html:22
-msgid "Search"
-msgstr ""
-
-#: ../src/templates/base.html:60 ../src/templates/distro-detail.html:12
-#: ../src/templates/distro-list.html:3 ../src/templates/distro-list.html:12
-#: ../src/templates/distro-list.html:18
-#: ../src/templates/distro-source-commit-detail.html:12
-#: ../src/templates/distro-source-commit-reset.html:10
-#: ../src/templates/distro-source-detail.html:10
-#: ../src/templates/repository-detail.html:14
msgid "Distributions"
msgstr ""
-#: ../src/templates/base.html:66 ../src/templates/builders/delete.html:12
-#: ../src/templates/builders/detail.html:12
-#: ../src/templates/builders/edit.html:12 ../src/templates/builders/list.html:3
-#: ../src/templates/builders/list.html:12
-#: ../src/templates/builders/list.html:17 ../src/templates/builders/new.html:12
-#: ../src/templates/builders/pass.html:10
msgid "Builders"
msgstr ""
-#: ../src/templates/base.html:72 ../src/templates/mirrors-delete.html:12
-#: ../src/templates/mirrors-detail.html:12
-#: ../src/templates/mirrors-edit.html:12 ../src/templates/mirrors-list.html:3
-#: ../src/templates/mirrors-list.html:12 ../src/templates/mirrors-list.html:32
-#: ../src/templates/mirrors-new.html:12
msgid "Mirrors"
msgstr ""
-#: ../src/templates/base.html:78 ../src/templates/keys-delete.html:12
-#: ../src/templates/keys-import.html:12 ../src/templates/keys-list.html:3
-#: ../src/templates/keys-list.html:12 ../src/templates/keys-list.html:17
-msgid "Key Management"
-msgstr ""
-
-#: ../src/templates/base.html:86 ../src/templates/docs-base.html:34
-#: ../src/templates/docs-index.html:46 ../src/templates/docs-users.html:24
-#: ../src/templates/docs-users.html:48 ../src/templates/search-results.html:96
-#: ../src/templates/user-list.html:12 ../src/templates/user-list.html:17
-#: ../src/templates/user-profile-edit.html:12
-#: ../src/templates/user-profile.html:12
-#: ../src/templates/user-profile-passwd.html:12
-#: ../src/templates/user-profile-passwd-ok.html:12
msgid "Users"
msgstr ""
-#: ../src/templates/base.html:94 ../src/templates/statistics/index.html:3
-#: ../src/templates/statistics/index.html:7
-msgid "Statistics"
-msgstr ""
-
-#: ../src/templates/base.html:101
-msgid "Administration"
+msgid "My Profile"
msgstr ""
-#: ../src/templates/base.html:106 ../src/templates/sessions/index.html:3
-#: ../src/templates/sessions/index.html:12
-#: ../src/templates/sessions/index.html:17
-msgid "Sessions"
+msgid "My Builds"
msgstr ""
-#: ../src/templates/base.html:112 ../src/templates/uploads-list.html:3
-#: ../src/templates/uploads-list.html:12 ../src/templates/uploads-list.html:17
-msgid "Uploads"
+msgid "Log Out"
msgstr ""
-#: ../src/templates/base.html:132
-msgid "My profile"
+msgid "Sign In"
msgstr ""
-#: ../src/templates/base.html:138
-msgid "My builds"
+msgid "Delete build"
msgstr ""
-#: ../src/templates/base.html:143
-msgid "Impersonated by"
+msgid "Home"
msgstr ""
-#: ../src/templates/base.html:153
-msgid "End impersonation"
+msgid "Delete"
msgstr ""
-#: ../src/templates/base.html:160
-msgid "Logout"
+#, c-format
+msgid "You are about to delete build %s."
msgstr ""
-#: ../src/templates/base.html:168 ../src/templates/docs-users.html:56
-msgid "Register"
+msgid "Please make sure, that this is the right build you intend to delete."
msgstr ""
-#: ../src/templates/base.html:172
-msgid "Sign in"
+msgid "Once a build has been deleted, it can not been recovered."
msgstr ""
-#: ../src/templates/base.html:184
-msgid "Forgot your password?"
+msgid "Cancel"
msgstr ""
-#: ../src/templates/build-bugs.html:3
-msgid "Bug list"
+#, c-format
+msgid "Manage build %s"
msgstr ""
-#: ../src/templates/build-bugs.html:8 ../src/templates/build-delete.html:8
-#: ../src/templates/build-detail.html:8 ../src/templates/builders/delete.html:8
-#: ../src/templates/builders/detail.html:8
-#: ../src/templates/builders/edit.html:8 ../src/templates/builders/list.html:8
-#: ../src/templates/builders/new.html:8 ../src/templates/builders/pass.html:6
-#: ../src/templates/build-index.html:8
-#: ../src/templates/build-schedule-test.html:8
-#: ../src/templates/builds/comments.html:8 ../src/templates/build-state.html:8
-#: ../src/templates/builds-watchers-add.html:8
-#: ../src/templates/distro-detail.html:8 ../src/templates/distro-list.html:8
-#: ../src/templates/distro-source-commit-detail.html:8
-#: ../src/templates/distro-source-commit-reset.html:6
-#: ../src/templates/distro-source-detail.html:6
-#: ../src/templates/docs-build.html:8 ../src/templates/docs-index.html:8
-#: ../src/templates/docs-users.html:8 ../src/templates/docs-whatsthis.html:8
-#: ../src/templates/jobs-buildroot.html:8
-#: ../src/templates/job-schedule-rebuild.html:8
-#: ../src/templates/job-schedule-test.html:8
-#: ../src/templates/jobs-detail.html:8 ../src/templates/jobs-filter.html:8
-#: ../src/templates/jobs-index.html:8 ../src/templates/keys-delete.html:8
-#: ../src/templates/keys-import.html:8 ../src/templates/keys-list.html:8
-#: ../src/templates/mirrors-delete.html:8
-#: ../src/templates/mirrors-detail.html:8 ../src/templates/mirrors-edit.html:8
-#: ../src/templates/mirrors-list.html:8 ../src/templates/mirrors-new.html:8
-#: ../src/templates/modules/package-header.html:9
-#: ../src/templates/package-detail.html:8
-#: ../src/templates/package-detail-list.html:8
-#: ../src/templates/package-properties.html:8
-#: ../src/templates/packages/builds/scratch.html:8
-#: ../src/templates/packages/builds/times.html:8
-#: ../src/templates/packages/changelog.html:8
-#: ../src/templates/packages-list.html:8
-#: ../src/templates/packages/view-file.html:8
-#: ../src/templates/register-activation-fail.html:8
-#: ../src/templates/register-activation-success.html:8
-#: ../src/templates/register.html:8 ../src/templates/repository-detail.html:10
-#: ../src/templates/search-form.html:8 ../src/templates/search-results.html:8
-#: ../src/templates/sessions/index.html:8 ../src/templates/uploads-list.html:8
-#: ../src/templates/user-forgot-password.html:8
-#: ../src/templates/user-list.html:8 ../src/templates/user-profile-edit.html:8
-#: ../src/templates/user-profile.html:8
-#: ../src/templates/user-profile-passwd.html:8
-#: ../src/templates/user-profile-passwd-ok.html:8
-msgid "Home"
+msgid "Manage build"
msgstr ""
-#: ../src/templates/build-bugs.html:29 ../src/templates/build-detail.html:75
-msgid "Fixed bugs"
+msgid "Distribution"
msgstr ""
-#: ../src/templates/build-bugs.html:33
-msgid "No bugs here, yet."
+msgid "Not all jobs are finished"
msgstr ""
-#: ../src/templates/build-bugs.html:34
-msgid "Click below to add one."
+msgid "Not all jobs of this build are finished, yet."
msgstr ""
-#: ../src/templates/build-bugs.html:45
-msgid "Add"
+msgid ""
+"It is <strong>strongly discouraged</strong> to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/build-bugs.html:50 ../src/templates/keys-list.html:63
-msgid "Remove"
+msgid ""
+"However, the build will be automatically unpushed if one or more build jobs "
+"fail."
msgstr ""
-#: ../src/templates/build-bugs.html:57 ../src/templates/user-delete.html:18
-msgid "Back"
+msgid "Push to a repository"
msgstr ""
-#: ../src/templates/build-bugs.html:71
-msgid "Add a bug"
+msgid "Push to next repository"
msgstr ""
-#: ../src/templates/build-bugs.html:77 ../src/templates/build-bugs.html:134
-msgid "Bug ID"
+msgid "Push to first repository"
msgstr ""
-#: ../src/templates/build-bugs.html:84
-msgid "Enter a bug ID."
+msgid "New repository"
msgstr ""
-#: ../src/templates/build-bugs.html:93
-msgid "This is a list of more open bugs of this package."
+msgid "This is the target repository for the build."
msgstr ""
-#: ../src/templates/build-bugs.html:96
-msgid "Maybe you want to pick one of these."
+msgid "Push"
msgstr ""
-#: ../src/templates/build-bugs.html:115
-msgid "Add bug"
+msgid "Unpush"
msgstr ""
-#: ../src/templates/build-bugs.html:116 ../src/templates/build-bugs.html:165
-#: ../src/templates/build-delete.html:47
-#: ../src/templates/builders/delete.html:39
-#: ../src/templates/build-manage.html:79 ../src/templates/keys-delete.html:43
-#: ../src/templates/mirrors-delete.html:36
-#: ../src/templates/mirrors-edit.html:82
-#: ../src/templates/modules/modal-base.html:28
-#: ../src/templates/modules/modal-build-comment.html:59
-#: ../src/templates/package-properties.html:94
-#: ../src/templates/user-profile-edit.html:151
-#: ../src/templates/user-profile-passwd.html:96
-msgid "Cancel"
+msgid "Switch to user mode"
msgstr ""
-#: ../src/templates/build-bugs.html:128
-msgid "Remove a bug"
+msgid "Switch to admin mode"
msgstr ""
-#: ../src/templates/build-bugs.html:141
-msgid "Enter a bug ID from the list below."
+#, c-format
+msgid "Schedule test build for %s"
msgstr ""
-#: ../src/templates/build-bugs.html:164
-msgid "Remove bug"
+msgid "Schedule test build"
msgstr ""
-#: ../src/templates/build-delete.html:3 ../src/templates/build-delete.html:46
-#: ../src/templates/build-detail.html:151
-msgid "Delete build"
+msgid ""
+"A test build is used to check if a package builds with the current package "
+"set."
msgstr ""
-#: ../src/templates/build-delete.html:24
-#: ../src/templates/builders/delete.html:20
-#: ../src/templates/keys-delete.html:20 ../src/templates/mirrors-delete.html:20
-#: ../src/templates/repository-detail.html:116
-msgid "Delete"
+msgid ""
+"In this way, developers are able to find quality issues fast and without "
+"actively searching for them."
msgstr ""
-#: ../src/templates/build-delete.html:34
-#, c-format
-msgid "You are about to delete build %s."
+msgid ""
+"As this build platform only has a limited amount of performance, test builds "
+"only have a very less priority."
msgstr ""
-#: ../src/templates/build-delete.html:39
-msgid "Please make sure, that this is the right build you intend to delete."
+msgid "However, you can manually request to run a test."
msgstr ""
-#: ../src/templates/build-delete.html:40
-msgid "Once a build has been deleted, it can not been recovered."
+msgid ""
+"The build job will be started when a build slot is available but not before "
+"the given time."
msgstr ""
-#: ../src/templates/build-detail.html:3 ../src/templates/build-state.html:3
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/builds-watchers-list.html:31
-#: ../src/templates/modules/build-table.html:14
-#: ../src/templates/modules/log-table.html:10
-#: ../src/templates/package-detail.html:109
msgid "Build"
msgstr ""
-#: ../src/templates/build-detail.html:43
-msgid "Score"
+msgid "State"
msgstr ""
-#: ../src/templates/build-detail.html:46
-msgid "(broken)"
+msgid ""
+"The state of a build can be either building, testing, stable, obsolete or "
+"broken."
msgstr ""
-#: ../src/templates/build-detail.html:48
-msgid "(obsolete)"
+msgid "Mark build as obsolete"
msgstr ""
-#: ../src/templates/build-detail.html:57
-msgid "Security update"
+msgid ""
+"If a package is updated by an other package it should be marked as "
+"<em>obsolete</em>."
msgstr ""
-#: ../src/templates/build-detail.html:60
-msgid "Bug fix update"
+msgid ""
+"For obsolete builds, there will be no test jobs created and it is "
+"recommended to remove them from the repositories soon."
msgstr ""
-#: ../src/templates/build-detail.html:63
-msgid "Enhancement"
+msgid "Remove build from the repository it is currently in?"
msgstr ""
-#: ../src/templates/build-detail.html:66
-msgid "New package"
+msgid "Unbreak this build"
msgstr ""
-#: ../src/templates/build-detail.html:68
-#, c-format
-msgid "Unhandled: %s"
+msgid ""
+"In case this build has accidentially be marked as broken, it is possible to "
+"recover that state."
msgstr ""
-#: ../src/templates/build-detail.html:98
-#: ../src/templates/distro-source-commit-detail.html:55
-#: ../src/templates/modules/changelog/entry.html:36
-#: ../src/templates/modules/commits-table.html:5
-msgid "Author"
+msgid "Mark build as broken"
msgstr ""
-#: ../src/templates/build-detail.html:100
-#: ../src/templates/distro-source-commit-detail.html:3
-#: ../src/templates/modules/commits-table.html:4
-#: ../src/templates/package-detail.html:137
-msgid "Commit"
+msgid ""
+"If a package does not build or contains <em>serious</em> bugs, it should be "
+"marked as broken."
msgstr ""
-#: ../src/templates/build-detail.html:103
-#: ../src/templates/modules/changelog/entry.html:41
-msgid "No commit message."
+msgid ""
+"Those builds can not be added into any repositories and are removed from all "
+"repositories they may currently be in."
msgstr ""
-#: ../src/templates/build-detail.html:117
-#: ../src/templates/modules/modal-build-comment.html:18
-msgid "Comment"
+msgid "Current repository"
msgstr ""
-#: ../src/templates/build-detail.html:121
-#: ../src/templates/builders/detail.html:242
-#: ../src/templates/jobs-detail.html:175 ../src/templates/log.html:4
-#: ../src/templates/mirrors-detail.html:119
-#: ../src/templates/mirrors-list.html:95
-msgid "Log"
+#, c-format
+msgid "since %s"
msgstr ""
-#: ../src/templates/build-detail.html:130
-#: ../src/templates/builders/list.html:32 ../src/templates/jobs-filter.html:12
-#: ../src/templates/jobs-index.html:3 ../src/templates/jobs-index.html:12
-#: ../src/templates/jobs-index.html:23
-#: ../src/templates/modules/build-table.html:15
-msgid "Jobs"
+#, c-format
+msgid "Delete builder %s"
msgstr ""
-#: ../src/templates/build-detail.html:134
-#: ../src/templates/package-detail.html:39
-#: ../src/templates/package-detail.html:100
-msgid "Source package"
+#, c-format
+msgid "Delete builder: %s"
msgstr ""
-#: ../src/templates/build-detail.html:144
-msgid "Change state"
+#, c-format
+msgid "You are going to delete the build host %s."
msgstr ""
-#: ../src/templates/build-detail.html:145
-msgid "Modify bug list"
+#, c-format
+msgid "Delete %s"
msgstr ""
-#: ../src/templates/build-detail.html:168
-#: ../src/templates/build-detail.html:191 ../src/templates/build-manage.html:77
-#: ../src/templates/modules/modal-build-push.html:60
-msgid "Push"
+msgid "Builder"
msgstr ""
-#: ../src/templates/build-detail.html:174
-#: ../src/templates/build-detail.html:183 ../src/templates/build-manage.html:78
-#: ../src/templates/modules/modal-build-unpush.html:38
-msgid "Unpush"
+msgid "Current"
msgstr ""
-#: ../src/templates/build-detail.html:202 ../src/templates/build-state.html:128
#, c-format
-msgid "since %s"
+msgid "Pakfire %s"
msgstr ""
-#: ../src/templates/build-detail.html:205
-msgid "This package does not belong to any repository."
+#, c-format
+msgid "Supported Architectures: %s"
msgstr ""
-#: ../src/templates/builders/delete.html:3
#, c-format
-msgid "Delete builder %s"
+msgid "Total Build Time: %s"
msgstr ""
-#: ../src/templates/builders/delete.html:25
-#: ../src/templates/builders/detail.html:3
-#: ../src/templates/builders/detail.html:74
-#: ../src/templates/builders/pass.html:23 ../src/templates/jobs-filter.html:27
-#: ../src/templates/modules/jobs/boxes.html:15
-#: ../src/templates/modules/jobs/list.html:6
-msgid "Builder"
+#, c-format
+msgid "%s Memory"
msgstr ""
-#: ../src/templates/builders/delete.html:31
#, c-format
-msgid "You are going to delete the build host <strong>%s</strong>."
+msgid "%s Swap Space"
msgstr ""
-#: ../src/templates/builders/delete.html:37
-#: ../src/templates/mirrors-delete.html:34 ../src/templates/user-delete.html:16
-#, c-format
-msgid "Delete %s"
+msgid "Test Mode"
msgstr ""
-#: ../src/templates/builders/detail.html:22
-#: ../src/templates/build-filter.html:75 ../src/templates/build-list.html:13
-#: ../src/templates/builds-watchers-list.html:50
-#: ../src/templates/distro-update-detail.html:46
-#: ../src/templates/file-detail.html:116 ../src/templates/jobs-detail.html:30
-#: ../src/templates/mirrors-detail.html:23
-#: ../src/templates/mirrors-list.html:19 ../src/templates/user-comments.html:10
-msgid "Actions"
+msgid "Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:27
-msgid "Show jobs by this builder"
+msgid "Edit"
msgstr ""
-#: ../src/templates/builders/detail.html:36
-msgid "Disable builder"
+msgid "Running Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:42
-msgid "Enable builder"
+msgid "Log"
msgstr ""
-#: ../src/templates/builders/detail.html:50
-msgid "Edit builder"
+#, c-format
+msgid "Edit Builder %s"
msgstr ""
-#: ../src/templates/builders/detail.html:58
-msgid "Renew passphrase"
+msgid "Hostname"
msgstr ""
-#: ../src/templates/builders/detail.html:66
-msgid "Delete builder"
+msgid "The hostname cannot be changed"
msgstr ""
-#: ../src/templates/builders/detail.html:79
-msgid "Warning"
+msgid "Enabled"
msgstr ""
-#: ../src/templates/builders/detail.html:80
-msgid "This builder is overloaded."
+msgid "Job Settings"
msgstr ""
-#: ../src/templates/builders/detail.html:81
-msgid ""
-"That means it will not take any additional jobs although it has not reached "
-"its threshold of running jobs, yet."
+msgid "Maximum Parallel Build Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:82
-msgid "New jobs will be started automatically after the load decreased."
+msgid "Enable Test Mode"
msgstr ""
-#: ../src/templates/builders/detail.html:91
-#: ../src/templates/build-filter.html:27 ../src/templates/build-state.html:24
-#: ../src/templates/modules/jobs-table.html:5
-#: ../src/templates/user-profile-edit.html:77
-#: ../src/templates/user-profile.html:47
-msgid "State"
+msgid "Only build test jobs on this builder"
msgstr ""
-#: ../src/templates/builders/detail.html:94
-#: ../src/templates/builders/edit.html:42 ../src/templates/mirrors-edit.html:43
-msgid "Enabled"
+msgid "Save"
msgstr ""
-#: ../src/templates/builders/detail.html:96
-msgid "Disabled"
+msgid "Online"
msgstr ""
-#: ../src/templates/builders/detail.html:98
-msgid "Deleted"
+msgid "Offline"
msgstr ""
-#: ../src/templates/builders/detail.html:100
-#, c-format
-msgid "Unknown status: %s"
+msgid "Create A New Builder"
msgstr ""
-#: ../src/templates/builders/detail.html:105
-msgid "Parallel builds"
+msgid "Statistics"
msgstr ""
-#: ../src/templates/builders/detail.html:106
-msgid "One job only."
+msgid "Total Build Time"
msgstr ""
-#: ../src/templates/builders/detail.html:109
-msgid "This host builds"
+msgid "Total Build Time By Architecture"
msgstr ""
-#: ../src/templates/builders/detail.html:115
-msgid "Release builds"
+msgid "Create new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:117
-#: ../src/templates/package-detail-list.html:30
-#: ../src/templates/packages/builds/scratch.html:3
-#: ../src/templates/packages/builds/scratch.html:20
-msgid "Scratch builds"
+msgid "Create a new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:119
-#: ../src/templates/package-detail-list.html:35
-msgid "Test builds"
+msgid "Enter the canonical hostname of the machine."
msgstr ""
-#: ../src/templates/builders/detail.html:130
-msgid "Remarks"
+#, c-format
+msgid "Watch build %s"
msgstr ""
-#: ../src/templates/builders/detail.html:141
-msgid "OS"
+msgid "Watch"
msgstr ""
-#: ../src/templates/builders/detail.html:147
-msgid "Pakfire version"
+msgid "You may here add yourself to the list of watchers of this build."
msgstr ""
-#: ../src/templates/builders/detail.html:153
-#: ../src/templates/distro-detail.html:35
-msgid "Supported architectures"
+msgid ""
+"If you do so, you will receive messages about new comments and status "
+"updates."
msgstr ""
-#: ../src/templates/builders/detail.html:159
-msgid "CPU model"
+msgid "Oops!"
msgstr ""
-#: ../src/templates/builders/detail.html:165
-msgid "CPU count"
+msgid "You are already watching this build."
msgstr ""
-#: ../src/templates/builders/detail.html:169
-msgid "Bogomips"
+msgid "Choose user"
msgstr ""
-#: ../src/templates/builders/detail.html:180
-msgid "Memory"
+msgid "Myself"
msgstr ""
-#: ../src/templates/builders/detail.html:194
-msgid "SWAP space"
+msgid "Choose a user who should watch this build."
msgstr ""
-#: ../src/templates/builders/detail.html:203
-msgid "No memory information available."
+msgid "User"
msgstr ""
-#: ../src/templates/builders/detail.html:208
-msgid "Load average"
+msgid "Add watcher"
msgstr ""
-#: ../src/templates/builders/detail.html:212
-#: ../src/templates/builders/list.html:50
-msgid "Overload"
+#, c-format
+msgid "Watchers of %s"
msgstr ""
-#: ../src/templates/builders/detail.html:217
-msgid "Free disk space"
+msgid "This is a list of all users who watch this build."
msgstr ""
-#: ../src/templates/builders/detail.html:222
-msgid "Host key"
+msgid ""
+"If you write a comment or the status of the build is changed, they all will "
+"get a message."
msgstr ""
-#: ../src/templates/builders/detail.html:235
-msgid "Active and pending jobs"
+msgid "You are the owner of this build. So you don't need to watch it."
msgstr ""
-#: ../src/templates/builders/edit.html:3
-#, c-format
-msgid "Manage builder %s"
+msgid "Watch this build."
msgstr ""
-#: ../src/templates/builders/edit.html:20
-#: ../src/templates/builders/edit.html:25
-#: ../src/templates/builders/pass.html:18 ../src/templates/mirrors-edit.html:20
-msgid "Manage"
+msgid "List of all watchers"
msgstr ""
-#: ../src/templates/builders/edit.html:25
-#, c-format
-msgid "Builder: %s"
+msgid "Actions"
msgstr ""
-#: ../src/templates/builders/edit.html:32
-#: ../src/templates/builders/list.html:30 ../src/templates/builders/new.html:30
-#: ../src/templates/mirrors-detail.html:56
-#: ../src/templates/mirrors-edit.html:32 ../src/templates/mirrors-list.html:43
-#: ../src/templates/mirrors-new.html:28
-msgid "Hostname"
+msgid "Back to build"
msgstr ""
-#: ../src/templates/builders/edit.html:36
-msgid "The hostname cannot be changed."
+msgid "Created %(when)s by %(author)s"
msgstr ""
-#: ../src/templates/builders/edit.html:46
-msgid "The builder must be enabled in order to process build jobs."
+#, c-format
+msgid "Created %s"
msgstr ""
-#: ../src/templates/builders/edit.html:53
-msgid "Build job settings"
+msgid "Fixed Bugs"
msgstr ""
-#: ../src/templates/builders/edit.html:56
-msgid "Maximum number of parallel build jobs"
+msgid "Score"
msgstr ""
-#: ../src/templates/builders/edit.html:65
-msgid "This is the number of build jobs that are started in parallel."
+msgid "Source Package"
msgstr ""
-#: ../src/templates/builders/edit.html:74
-msgid "Authorized to build release builds."
+#, c-format
+msgid "Edit distribution %s"
msgstr ""
-#: ../src/templates/builders/edit.html:83
-msgid "Authorized to build scratch builds."
+msgid "Name"
msgstr ""
-#: ../src/templates/builders/edit.html:92
-msgid "Authorized to build test builds."
+msgid "The fancy name of the distribution."
msgstr ""
-#: ../src/templates/builders/edit.html:98 ../src/templates/mirrors-edit.html:81
-#: ../src/templates/package-properties.html:93
-msgid "Save changes"
+msgid "Identifier"
msgstr ""
-#: ../src/templates/builders/list.html:31 ../src/templates/jobs-filter.html:44
-#: ../src/templates/packages/builds/times.html:44
-msgid "Architecture"
+msgid "Cannot be changed."
msgstr ""
-#: ../src/templates/builders/list.html:53
-msgid "Unknown CPU"
+msgid "Tag"
msgstr ""
-#: ../src/templates/builders/list.html:73 ../src/templates/builders/new.html:3
-#: ../src/templates/builders/new.html:16 ../src/templates/builders/new.html:41
-msgid "Create new builder"
+msgid "The tag is added to the package release."
msgstr ""
-#: ../src/templates/builders/new.html:21
-msgid "Create a new builder"
+msgid "Vendor"
msgstr ""
-#: ../src/templates/builders/new.html:35
-msgid "Enter the canonical hostname of the machine."
+msgid "From whom is the distribution from?"
msgstr ""
-#: ../src/templates/builders/pass.html:30
-#, c-format
-msgid "The new host <strong>%s</strong> has been successfully created."
+msgid "Contact"
msgstr ""
-#: ../src/templates/builders/pass.html:32
-#, c-format
-msgid "The passphrase for <strong>%s</strong> has been regenerated."
+msgid "The email address from the vendor."
msgstr ""
-#: ../src/templates/builders/pass.html:35
-msgid ""
-"For authorization to the Pakfire Master Server there is a passphrase "
-"required which must be configured to the host."
+msgid "Slogan"
msgstr ""
-#: ../src/templates/builders/pass.html:39
-msgid "This passphrase is:"
+msgid "A short sentence that characterizes the distribution."
msgstr ""
-#: ../src/templates/builders/pass.html:43
-msgid "Next"
+msgid "Architectures"
msgstr ""
-#: ../src/templates/build-filter.html:3 ../src/templates/build-list.html:3
-#: ../src/templates/build-list.html:8
-msgid "Build job list"
+msgid "For which architectures should the distribution be built?"
msgstr ""
-#: ../src/templates/build-filter.html:6 ../src/templates/build-index.html:21
-#: ../src/templates/build-list.html:15
-msgid "Filter builds"
+msgid "Sources"
msgstr ""
-#: ../src/templates/build-filter.html:11 ../src/templates/build-manage.html:9
-#: ../src/templates/distro-detail.html:3 ../src/templates/distro-detail.html:22
-#: ../src/templates/distro-list.html:33
-#: ../src/templates/distro-source-commits.html:5
-#: ../src/templates/distro-update-detail.html:6
-#: ../src/templates/distro-update-edit.html:12
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-edit.html:8
-msgid "Distribution"
+msgid "Which sources should be imported to the distribution?"
msgstr ""
-#: ../src/templates/build-filter.html:15 ../src/templates/build-filter.html:39
-#: ../src/templates/build-filter.html:55
-msgid "Any"
+msgid "Commit"
msgstr ""
-#: ../src/templates/build-filter.html:23
-msgid "Show only builds in that distribution."
+#, c-format
+msgid "Source: %s"
msgstr ""
-#: ../src/templates/build-filter.html:30
-msgid "All"
+msgid "Source"
msgstr ""
-#: ../src/templates/build-filter.html:31
-#: ../src/templates/modules/jobs-table.html:29 ../src/web/ui_modules.py:335
-msgid "Running"
+msgid "Open in gitweb"
msgstr ""
-#: ../src/templates/build-filter.html:32
-#: ../src/templates/modules/jobs-table.html:21 ../src/web/ui_modules.py:330
-msgid "Pending"
+msgid "Reset commit"
msgstr ""
-#: ../src/templates/build-filter.html:33 ../src/templates/jobs-detail.html:128
-#: ../src/templates/modules/jobs-table.html:27 ../src/web/ui_modules.py:320
-msgid "Finished"
+msgid "Revision"
msgstr ""
-#: ../src/templates/build-filter.html:34
-#: ../src/templates/modules/jobs-table.html:23 ../src/web/ui_modules.py:315
-msgid "Failed"
+msgid "Date"
msgstr ""
-#: ../src/templates/build-filter.html:35
-msgid "Permanently failed"
+msgid "Author"
msgstr ""
-#: ../src/templates/build-filter.html:36
-#: ../src/templates/modules/jobs-table.html:25 ../src/web/ui_modules.py:310
-msgid "Dispatching"
+msgid "Committer"
msgstr ""
-#: ../src/templates/build-filter.html:37 ../src/web/ui_modules.py:340
-msgid "Uploading"
+msgid "Packages created from this commit"
msgstr ""
-#: ../src/templates/build-filter.html:40
-msgid "Building"
+msgid "There were no packages created from this commit."
msgstr ""
-#: ../src/templates/build-filter.html:41
-msgid "Testing"
+msgid "Danger!"
msgstr ""
-#: ../src/templates/build-filter.html:42
-msgid "Stable"
+msgid "This is a very dangerous action!"
msgstr ""
-#: ../src/templates/build-filter.html:43
-msgid "Obsolete"
+msgid "Don't do it, if you are not absolutely sure what you are doing."
msgstr ""
-#: ../src/templates/build-filter.html:44
-msgid "Broken"
+msgid ""
+"This commit will be reset. Which means all packages associated with it will "
+"be deleted, and the commit will be parsed again."
msgstr ""
-#: ../src/templates/build-filter.html:48
-msgid "Only show builds with given state."
+msgid ""
+"This action may cause severe problems and may only be allowed when something "
+"went horribly wrong."
msgstr ""
-#: ../src/templates/build-filter.html:52
-#: ../src/templates/package-detail.html:82
-msgid "Build host"
+msgid "These packages will be deleted"
msgstr ""
-#: ../src/templates/build-filter.html:62
-msgid "Display only builds by selected host."
+msgid "Commits"
msgstr ""
-#: ../src/templates/build-filter.html:77
-msgid "Show all builds"
+msgid "Source repository"
msgstr ""
-#: ../src/templates/build-index.html:18
-#: ../src/templates/builds/comments.html:17
-#: ../src/templates/builds/comments.html:25
-msgid "Comments"
+msgid "Previous commits"
msgstr ""
-#: ../src/templates/build-manage.html:3
-#, c-format
-msgid "Manage build %s"
+msgid "Next commits"
msgstr ""
-#: ../src/templates/build-manage.html:8
-msgid "Manage build"
+msgid "Gitweb"
msgstr ""
-#: ../src/templates/build-manage.html:15
-msgid "Permission denied"
+msgid "Branch"
msgstr ""
-#: ../src/templates/build-manage.html:16
-msgid ""
-"You do not have the permission to update packages that belong to the "
-"<em>critical path</em>."
+msgid "Imported commits"
msgstr ""
-#: ../src/templates/build-manage.html:22
-msgid "Not all jobs are finished"
+msgid "Latest commits"
msgstr ""
-#: ../src/templates/build-manage.html:24
-msgid "Not all jobs of this build are finished, yet."
+msgid "Show all commits"
msgstr ""
-#: ../src/templates/build-manage.html:25
-msgid ""
-"It is <strong>strongly discouraged</strong> to push this build into the next "
-"repository."
+msgid "Update"
msgstr ""
-#: ../src/templates/build-manage.html:28
-msgid ""
-"However, the build will be automatically unpushed if one or more build jobs "
-"fail."
+msgid "Summary"
msgstr ""
-#: ../src/templates/build-manage.html:42
-msgid "Push to a repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:44
-msgid "Push to next repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:46
-msgid "Push to first repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:51
-#: ../src/templates/modules/modal-build-push.html:24
-msgid "New repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:71
-msgid "This is the target repository for the build."
-msgstr ""
-
-#: ../src/templates/build-manage.html:90
-msgid "Switch to user mode"
-msgstr ""
-
-#: ../src/templates/build-manage.html:92
-msgid "Switch to admin mode"
-msgstr ""
-
-#: ../src/templates/build-priority.html:3
-#: ../src/templates/build-priority.html:6
-msgid "Edit build priority"
-msgstr ""
-
-#: ../src/templates/build-priority.html:11
-msgid "Priority"
-msgstr ""
-
-#: ../src/templates/build-priority.html:14
-#: ../src/templates/package-properties.html:51
-msgid "Very high"
-msgstr ""
-
-#: ../src/templates/build-priority.html:15
-#: ../src/templates/package-properties.html:54
-msgid "High"
-msgstr ""
-
-#: ../src/templates/build-priority.html:16
-#: ../src/templates/package-properties.html:57
-msgid "Medium"
-msgstr ""
-
-#: ../src/templates/build-priority.html:17
-#: ../src/templates/package-properties.html:60
-msgid "Low"
-msgstr ""
-
-#: ../src/templates/build-priority.html:18
-#: ../src/templates/package-properties.html:63
-msgid "Very low"
-msgstr ""
-
-#: ../src/templates/build-priority.html:22
-msgid "Set the priority of the build process."
-msgstr ""
-
-#: ../src/templates/build-priority.html:28
-msgid "Beware"
-msgstr ""
-
-#: ../src/templates/build-priority.html:29
-msgid "Shuffeling build jobs can cause problems with the dependency solving."
-msgstr ""
-
-#: ../src/templates/build-priority.html:30
-msgid "Don't do this if you are not totally sure you won't break anything."
-msgstr ""
-
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-msgid "Job queue"
-msgstr ""
-
-#: ../src/templates/build-queue.html:8
-msgid "This is a list of all jobs that are waiting to be processed."
-msgstr ""
-
-#: ../src/templates/build-queue.html:9
-msgid "They one at the top is next."
-msgstr ""
-
-#: ../src/templates/build-queue.html:15
-msgid "No jobs to do."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:3
-#: ../src/templates/build-schedule-test.html:29
-#: ../src/templates/job-schedule-test.html:3
-#: ../src/templates/job-schedule-test.html:29
-#, c-format
-msgid "Schedule test build for %s"
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:24
-#: ../src/templates/job-schedule-test.html:24
-#: ../src/templates/jobs-detail.html:48
-msgid "Schedule test build"
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:35
-#: ../src/templates/job-schedule-test.html:35
-msgid ""
-"A test build is used to check if a package builds with the current package "
-"set."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:36
-#: ../src/templates/job-schedule-test.html:36
-msgid ""
-"In this way, developers are able to find quality issues fast and without "
-"actively searching for them."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:39
-#: ../src/templates/job-schedule-test.html:39
-msgid ""
-"As this build platform only has a limited amount of performance, test builds "
-"only have a very less priority."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:40
-#: ../src/templates/job-schedule-test.html:40
-msgid "However, you can manually request to run a test."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:43
-#: ../src/templates/job-schedule-rebuild.html:38
-#: ../src/templates/job-schedule-test.html:43
-msgid ""
-"The build job will be started when a build slot is available but not before "
-"the given time."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:3
-#: ../src/templates/builds/comments.html:42
-msgid "Build comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:33
-msgid "Show all comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:40
-#, c-format
-msgid "%s's latest comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:49
-#, c-format
-msgid "This page shows %s's latest comments."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:51
-msgid "This page shows the latest comments on builds."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:53
-msgid ""
-"The Pakfire Build Service is all about social development and so, "
-"communicating with eath others is important. Please join."
+msgid "Maintainer"
msgstr ""
-#: ../src/templates/builds/comments.html:61
-#: ../src/templates/builds/comments.html:65
-#: ../src/templates/packages/changelog.html:35
-#: ../src/templates/packages/changelog.html:39
-msgid "Newer"
+msgid "Time created"
msgstr ""
-#: ../src/templates/builds/comments.html:71
-#: ../src/templates/builds/comments.html:75
-#: ../src/templates/packages/changelog.html:45
-#: ../src/templates/packages/changelog.html:49
-msgid "Older"
+msgid "Builds in this update"
msgstr ""
-#: ../src/templates/builds/comments.html:81
#, c-format
-msgid "%s did not comment on anything, yet."
-msgstr ""
-
-#: ../src/templates/build-state.html:34
-msgid ""
-"The state of a build can be either building, testing, stable, obsolete or "
-"broken."
-msgstr ""
-
-#: ../src/templates/build-state.html:48
-msgid "Mark build as obsolete"
-msgstr ""
-
-#: ../src/templates/build-state.html:50
-msgid ""
-"If a package is updated by an other package it should be marked as "
-"<em>obsolete</em>."
+msgid "Edit update %s - %s"
msgstr ""
-#: ../src/templates/build-state.html:51
-msgid ""
-"For obsolete builds, there will be no test jobs created and it is "
-"recommended to remove them from the repositories soon."
+msgid "Create new update"
msgstr ""
-#: ../src/templates/build-state.html:60
-msgid "Remove build from the repository it is currently in?"
+msgid "Create A New Distribution"
msgstr ""
-#: ../src/templates/build-state.html:81
-msgid "Unbreak this build"
+msgid "Supported Architectures"
msgstr ""
-#: ../src/templates/build-state.html:84
-msgid ""
-"In case this build has accidentially be marked as broken, it is possible to "
-"recover that state."
+msgid "Repositories"
msgstr ""
-#: ../src/templates/build-state.html:102
-msgid "Mark build as broken"
+msgid "400 - Bad request"
msgstr ""
-#: ../src/templates/build-state.html:105
-msgid ""
-"If a package does not build or contains <em>serious</em> bugs, it should be "
-"marked as broken."
+msgid "Invalid data has been passed to the application."
msgstr ""
-#: ../src/templates/build-state.html:106
msgid ""
-"Those builds can not be added into any repositories and are removed from all "
-"repositories they may currently be in."
-msgstr ""
-
-#: ../src/templates/build-state.html:126
-#: ../src/templates/distro-update-detail.html:17
-#: ../src/templates/modules/modal-build-push.html:54
-#: ../src/templates/modules/modal-build-unpush.html:13
-msgid "Current repository"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:3
-#: ../src/templates/builds-watchers-add.html:29
-#, c-format
-msgid "Watch build %s"
+"The application refused to go on with the provided data that was sent in "
+"this request."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:24
-msgid "Watch"
+msgid "403 - Access forbidden"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:35
-msgid "You may here add yourself to the list of watchers of this build."
+msgid "You are not allowed to access this ressource."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:36
msgid ""
-"If you do so, you will receive messages about new comments and status "
-"updates."
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:43
-#: ../src/templates/user-profile-passwd.html:51
-msgid "Oops!"
+"Access to the requested page has been denied because you do not have "
+"sufficient rights."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:44
-#: ../src/templates/builds-watchers-list.html:17
-msgid "You are already watching this build."
+msgid "404 - Not Found"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:56
-msgid "Choose user"
+msgid "I could not find what you were searching for."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:60
-msgid "Myself"
+msgid "You may have clicked an expired link or mistyped the address."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:70
-msgid "Choose a user who should watch this build."
+msgid "Oops! Don't panic."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:76
-#: ../src/templates/modules/build-table.html:20
-#: ../src/templates/user-profile-edit.html:80
-#: ../src/templates/user-profile.html:29 ../src/templates/user-profile.html:54
-msgid "User"
+msgid "An unexpected error happened."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:84
-msgid "Add watcher"
+msgid "Stay calm and read the text below to find out what went wrong."
msgstr ""
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/modules/watchers-sidebar-table.html:22
-#, c-format
-msgid "Watchers of %s"
+msgid "Error code"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:11
-msgid "This is a list of all users who watch this build."
+msgid "Exception (traceback):"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:12
msgid ""
-"If you write a comment or the status of the build is changed, they all will "
-"get a message."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:21
-msgid "You are the owner of this build. So you don't need to watch it."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:25
-msgid "Watch this build."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:39
-msgid "List of all watchers"
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:53
-msgid "Back to build"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:36
-msgid "None"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:46
-msgid "Binary repositories"
+"Please try going back to the previous page and try the action you did again "
+"in a moment."
msgstr ""
-#: ../src/templates/distro-detail.html:51
msgid ""
-"A binary repository is a composition of packages that are considered stable, "
-"unstable or in testing state by the developers."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:53
-msgid "Each repository can be enabled individually."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:54
-msgid "Learn how to use them."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:66 ../src/templates/source-list.html:6
-msgid "Source repositories"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:80
-#: ../src/templates/distro-source-commit-detail.html:90
-#: ../src/templates/user-profile.html:73
-msgid "Action"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:86
-msgid "Edit distribution"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:91
-msgid "Delete distribution"
+"If the error persists, you should consider to get in touch with an "
+"administrator."
msgstr ""
-#: ../src/templates/distro-detail.html:97
-msgid "New binary repository"
+msgid "Build created"
msgstr ""
-#: ../src/templates/distro-detail.html:102
-msgid "New source repository"
+msgid "- Unknown Event -"
msgstr ""
-#: ../src/templates/distro-edit.html:3 ../src/templates/distro-edit.html:6
-#: ../src/templates/distro-update-edit.html:3
#, c-format
-msgid "Edit distribution %s"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:12
-#: ../src/templates/modules/packages-table.html:4
-#: ../src/templates/modules/repository-table.html:4
-#: ../src/templates/modules/source-table.html:4
-#: ../src/templates/repository-edit.html:15
-msgid "Name"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:17
-msgid "The fancy name of the distribution."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:21
-msgid "Identifier"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:26
-#: ../src/templates/user-profile-edit.html:42
-msgid "Cannot be changed."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:30
-msgid "Tag"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:35
-msgid "The tag is added to the package release."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:39
-msgid "Vendor"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:44
-msgid "From whom is the distribution from?"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:48 ../src/templates/docs-index.html:57
-#: ../src/templates/mirrors-detail.html:62
-msgid "Contact"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:53
-msgid "The email address from the vendor."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:57
-msgid "Slogan"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:62
-msgid "A short sentence that characterizes the distribution."
+msgid "by %s"
msgstr ""
-#: ../src/templates/distro-edit.html:66
-msgid "Architectures"
+msgid "File"
msgstr ""
-#: ../src/templates/distro-edit.html:75
-msgid "For which architectures should the distribution be built?"
+msgid "Package"
msgstr ""
-#: ../src/templates/distro-edit.html:79
-msgid "Sources"
+msgid "Description"
msgstr ""
-#: ../src/templates/distro-edit.html:88
-msgid "Which sources should be imported to the distribution?"
+msgid "URL"
msgstr ""
-#: ../src/templates/distro-list.html:26
-msgid ""
-"This is a list of all distributions, that are maintained in this build "
-"service."
+msgid "License"
msgstr ""
-#: ../src/templates/distro-list.html:27
-msgid ""
-"You may click on one of them and see more details or jump directly to one of "
-"the repositories."
-msgstr ""
-
-#: ../src/templates/distro-list.html:34
-msgid "Repositories"
-msgstr ""
-
-#: ../src/templates/distro-list.html:66
-msgid "New distribution"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:21
-#: ../src/templates/distro-source-commit-reset.html:19
-#: ../src/templates/distro-source-detail.html:19
-#, c-format
-msgid "Source: %s"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:34
-#: ../src/templates/distro-source-commit-reset.html:32
-#: ../src/templates/distro-source-commits.html:6
-#: ../src/templates/distro-source-detail.html:26
-msgid "Source"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:47
-msgid "Revision"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:51
-msgid "Date"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:59
-msgid "Committer"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:63
-#: ../src/templates/modules/commits-table.html:6
-msgid "Subject"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:81
-msgid "Open in gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:96
-#: ../src/templates/distro-source-commit-reset.html:54
-msgid "Reset commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:112
-msgid "Packages created from this commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:128
-msgid "There were no packages created from this commit."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:43
-msgid "Danger!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:44
-msgid "This is a very dangerous action!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:45
-msgid "Don't do it, if you are not absolutely sure what you are doing."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:49
-msgid ""
-"This commit will be reset. Which means all packages associated with it will "
-"be deleted, and the commit will be parsed again."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:50
-msgid ""
-"This action may cause severe problems and may only be allowed when something "
-"went horribly wrong."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:62
-msgid "These packages will be deleted"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:6
-msgid "Commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:10
-msgid "Source repository"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:20
-msgid "Previous commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:24
-msgid "Next commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:36
-msgid "Gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:45
-msgid "Branch"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:49
-msgid "Imported commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:59
-msgid "Latest commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:63
-msgid "Show all commits"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:5
-msgid "Update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:10
-#: ../src/templates/modules/packages-table.html:5
-#: ../src/templates/packages/builds/times.html:31
-msgid "Summary"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:27
-#: ../src/templates/file-detail.html:40
-#: ../src/templates/modules/package-header.html:24
-#: ../src/templates/package-detail.html:77
-msgid "Maintainer"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:33
-msgid "Time created"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:41
-msgid "Builds in this update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:49
-#: ../src/templates/repository-detail.html:112
-#: ../src/templates/user-profile-edit.html:20
-msgid "Edit"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:8
-#, c-format
-msgid "Edit update %s - %s"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:10
-msgid "Create new update"
-msgstr ""
-
-#: ../src/templates/docs-base.html:27
-msgid "All Documents"
-msgstr ""
-
-#: ../src/templates/docs-base.html:31
-msgid "Topics"
-msgstr ""
-
-#: ../src/templates/docs-build.html:3 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-whatsthis.html:3
-msgid "Legend of the build states"
-msgstr ""
-
-#: ../src/templates/docs-build.html:25
-msgid ""
-"Every build that is done by the Pakfire Build Service has to go through "
-"several states:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:28
-msgid ""
-"After checking out the source from the source repository a source package is "
-"created and submitted to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:29
-msgid ""
-"Starting from inserting a source file to the build service, there are binary "
-"build jobs created for every supported architecture."
-msgstr ""
-
-#: ../src/templates/docs-build.html:32
-msgid ""
-"These get assigned to a build host which has to compile or assemble the "
-"package and return it back to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:33
-msgid "In the table below, there are all states that a build job goes through:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:36
-msgid "Build is running"
-msgstr ""
-
-#: ../src/templates/docs-build.html:37
-msgid "Build has failed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:38
-msgid "Build is waiting to be processed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:39
-msgid "There was a dependency error when the package was built"
-msgstr ""
-
-#: ../src/templates/docs-build.html:40
-msgid "Build is waiting for source to go to pending state"
-msgstr ""
-
-#: ../src/templates/docs-build.html:41
-msgid "Files of this build are transferred to the build server"
-msgstr ""
-
-#: ../src/templates/docs-build.html:42
-msgid "Files are being uploaded to the service"
-msgstr ""
-
-#: ../src/templates/docs-build.html:43
-msgid "Build has an unknown state"
-msgstr ""
-
-#: ../src/templates/docs-index.html:3
-msgid "Documentation index"
-msgstr ""
-
-#: ../src/templates/docs-index.html:17
-msgid "Documents"
-msgstr ""
-
-#: ../src/templates/docs-index.html:23
-msgid ""
-"This is a collection of documents that should be read by everybody who is "
-"using this system."
-msgstr ""
-
-#: ../src/templates/docs-index.html:29
-msgid "What is the pakfire build service?"
-msgstr ""
-
-#: ../src/templates/docs-index.html:34
-msgid "General pakfire documentation"
-msgstr ""
-
-#: ../src/templates/docs-index.html:39
-msgid "Packaging guidelines"
-msgstr ""
-
-#: ../src/templates/docs-index.html:51
-msgid "This documentation you find at this place is not completed yet."
-msgstr ""
-
-#: ../src/templates/docs-index.html:52
-msgid "Feel free to make any suggestions."
-msgstr ""
-
-#: ../src/templates/docs-index.html:59
-msgid ""
-"If you need help using the build service or have some general questions "
-"please use our mailing list."
-msgstr ""
-
-#: ../src/templates/docs-index.html:60
-msgid "You can also talk to the developers and suggest feature enhancements."
-msgstr ""
-
-#: ../src/templates/docs-index.html:64
-msgid "Mailing list"
-msgstr ""
-
-#: ../src/templates/docs-index.html:68
-msgid "Bug reports"
-msgstr ""
-
-#: ../src/templates/docs-index.html:70
-msgid ""
-"Please visit Bugzilla to create bug reports on the Pakfire Build System."
-msgstr ""
-
-#: ../src/templates/docs-users.html:3 ../src/templates/docs-users.html:16
-#: ../src/templates/docs-users.html:21
-msgid "User groups"
-msgstr ""
-
-#: ../src/templates/docs-users.html:26
-msgid ""
-"All users can join the Pakfire Build Service and are separated into three "
-"groups:"
-msgstr ""
-
-#: ../src/templates/docs-users.html:29
-msgid "Developers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:31
-msgid ""
-"Developers manage this build service and have access to all parts of it."
-msgstr ""
-
-#: ../src/templates/docs-users.html:32
-msgid ""
-"They are responsible to keep the system running and able to push package "
-"updates to the repostories."
-msgstr ""
-
-#: ../src/templates/docs-users.html:35
-msgid "Guidelines for developers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:38
-msgid "Testers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:40
-msgid ""
-"Testers are like users but have the right to vote on packages, which is used "
-"to figure out the quality of the package."
-msgstr ""
-
-#: ../src/templates/docs-users.html:41
-msgid ""
-"Everyone can become a tester after he or she has proven to know the IPFire "
-"system very well."
-msgstr ""
-
-#: ../src/templates/docs-users.html:42
-msgid ""
-"On these people depends a very huge amount of the quality of the "
-"distribution that is made out of the feedback they give."
-msgstr ""
-
-#: ../src/templates/docs-users.html:45
-msgid "Guidelines for testers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:50
-msgid "Everybody can join the Pakfire Build Service by registering an account."
-msgstr ""
-
-#: ../src/templates/docs-users.html:51
-msgid ""
-"After a successful activation you are able to leave comments on packages and "
-"give feedback to the developers about its status."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:16
-#: ../src/templates/docs-whatsthis.html:21
-msgid "What is the Pakfire Build Service?"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:27
-msgid ""
-"On this page, you will find out what the Pakfire Build Service really is."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:28
-msgid "Read carefully."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:34
-msgid "Yeah, that's it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:35
-msgid "No, that's not it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:43
-msgid "PBS is a tool where people can give feedback to developers."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:44
-msgid "It is possible to leave comments and rate builds."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:50
-msgid "PBS is <strong>NOT</strong> a bugtracker."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:51
-msgid ""
-"To report bugs please use our bugtracker liked below if you want them to get "
-"fixed."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:55
-msgid "Bugtracker"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:4
-msgid "400 - Bad request"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:8
-msgid "Invalid data has been passed to the application."
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:13
-msgid ""
-"The application refused to go on with the provided data that was sent in "
-"this request."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:4
-msgid "403 - Access forbidden"
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:8
-msgid "You are not allowed to access this ressource."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:13
-msgid ""
-"Access to the requested page has been denied because you do not have "
-"sufficient rights."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:4
-msgid "404 - Not Found"
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:8
-msgid "I could not find what you were searching for."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:13
-msgid "You may have clicked an expired link or mistyped the address."
-msgstr ""
-
-#: ../src/templates/errors/error.html:8
-msgid "Oops! Don't panic."
-msgstr ""
-
-#: ../src/templates/errors/error.html:13
-msgid "An unexpected error happened."
-msgstr ""
-
-#: ../src/templates/errors/error.html:19
-msgid "Stay calm and read the text below to find out what went wrong."
-msgstr ""
-
-#: ../src/templates/errors/error.html:31
-msgid "Error code"
-msgstr ""
-
-#: ../src/templates/errors/error.html:38
-msgid "Exception (traceback):"
-msgstr ""
-
-#: ../src/templates/errors/error.html:49
-msgid ""
-"Please try going back to the previous page and try the action you did again "
-"in a moment."
-msgstr ""
-
-#: ../src/templates/errors/error.html:50
-msgid ""
-"If the error persists, you should consider to get in touch with an "
-"administrator."
-msgstr ""
-
-#: ../src/templates/file-detail.html:5
-msgid "File"
-msgstr ""
-
-#: ../src/templates/file-detail.html:13
-#: ../src/templates/modules/log-table.html:12
-#: ../src/templates/package-detail.html:3
-#: ../src/templates/package-detail.html:50
-#: ../src/templates/package-detail-list.html:3
-#: ../src/templates/package-properties.html:3
-msgid "Package"
-msgstr ""
-
-#: ../src/templates/file-detail.html:20
-#: ../src/templates/repository-edit.html:25
-msgid "Description"
-msgstr ""
-
-#: ../src/templates/file-detail.html:27
-msgid "URL"
-msgstr ""
-
-#: ../src/templates/file-detail.html:34
-#: ../src/templates/modules/package-header.html:14
-#: ../src/templates/package-detail.html:70
-msgid "License"
-msgstr ""
-
-#: ../src/templates/file-detail.html:46
-#: ../src/templates/modules/packages-table.html:6
-#: ../src/templates/package-detail.html:126
-msgid "Size"
-msgstr ""
-
-#: ../src/templates/file-detail.html:51
-msgid "Hash"
-msgstr ""
-
-#: ../src/templates/file-detail.html:57
-#: ../src/templates/modules/packages/dependency-table.html:5
-msgid "Provides"
-msgstr ""
-
-#: ../src/templates/file-detail.html:63 ../src/templates/file-detail.html:69
-#: ../src/templates/modules/packages/dependency-table.html:7
-msgid "Requires"
-msgstr ""
-
-#: ../src/templates/file-detail.html:76
-#: ../src/templates/modules/packages/dependency-table.html:13
-msgid "Obsoletes"
-msgstr ""
-
-#: ../src/templates/file-detail.html:83
-#: ../src/templates/modules/packages/dependency-table.html:11
-msgid "Conflicts"
-msgstr ""
-
-#: ../src/templates/file-detail.html:90
-msgid "Build information"
-msgstr ""
-
-#: ../src/templates/file-detail.html:93
-msgid "ID"
-msgstr ""
-
-#: ../src/templates/file-detail.html:99
-#: ../src/templates/modules/jobs-table.html:6
-msgid "Host"
-msgstr ""
-
-#: ../src/templates/file-detail.html:105
-msgid "Time"
-msgstr ""
-
-#: ../src/templates/file-detail.html:111
-#: ../src/templates/search-results.html:71
-msgid "Files"
-msgstr ""
-
-#: ../src/templates/file-detail.html:118
-#: ../src/templates/packages/view-file.html:51
-msgid "Download file"
-msgstr ""
-
-#: ../src/templates/index.html:3
-msgid "Welcome to the Pakfire Build Service"
-msgstr ""
-
-#: ../src/templates/index.html:8
-#, c-format
-msgid "Welcome, %s!"
-msgstr ""
-
-#: ../src/templates/index.html:22
-msgid "Development powered by community!"
-msgstr ""
-
-#: ../src/templates/index.html:38
-msgid "Latest stable updates"
-msgstr ""
-
-#: ../src/templates/index.html:40
-msgid "Unstable updates"
-msgstr ""
-
-#: ../src/templates/index.html:42
-msgid "Testing updates"
-msgstr ""
-
-#: ../src/templates/index.html:59
-msgid "View more updates..."
-msgstr ""
-
-#: ../src/templates/index.html:70
-msgid "Build jobs"
-msgstr ""
-
-#: ../src/templates/index.html:76
-msgid "Show more build jobs"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:3 ../src/templates/jobs-abort.html:6
-#, c-format
-msgid "Abort build job %s"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:8
-msgid "You may abort a running build."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:9
-msgid "The build server will eventually stop to build the package."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:16 ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:58
-#: ../src/templates/modules/jobs/list.html:5
-msgid "Build job"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:25
-#: ../src/templates/modules/build-offset.html:5
-msgid "Start time"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:30
-msgid "No started, yet."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:38
-msgid "Build server"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:3
-msgid "Job buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:28
-#: ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:154
-msgid "Buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:41
-#, c-format
-msgid "The packages listed below were used to build %s."
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:52
-msgid "Buildroot size"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:56
-msgid "Download size"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:3
-#: ../src/templates/job-schedule-rebuild.html:29
-#, c-format
-msgid "Schedule rebuild for %s"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:24
-msgid "Schedule rebuild"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:35
-msgid "At this place, you can submit failed build jobs to be built again."
-msgstr ""
-
-#: ../src/templates/job-schedule-test.html:44
-msgid ""
-"Please note, that all other kinds of build are preferred over the test "
-"builds."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:3 ../src/templates/package-detail.html:118
-msgid "Job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:36
-msgid "Abort job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:42
-msgid "Restart job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:71
-msgid "Job has been aborted"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:73
-msgid ""
-"This build job is in an aborted state, because the build process crashed "
-"unexpectedly."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:74
-msgid ""
-"In most cases, there is no log file and you must figure out the issue on "
-"your own."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:77
-msgid "The error code is:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:80
-msgid "Segmentation violation"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:88
-msgid "You may resubmit the job to try again:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:89
-msgid "Re-submit build"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:110
-msgid "No builder assigned."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:117 ../src/templates/keys-list.html:32
-#: ../src/templates/modules/build-table.html:23
-msgid "Created"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:122
-#: ../src/templates/sessions/index.html:35
-msgid "Started"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:134
-msgid "ETA"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:144
-msgid "Build logs"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:148
-msgid "No logs available, yet."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:155
-#, c-format
-msgid "%s package"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:165
-msgid "Package files"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:3 ../src/templates/jobs-filter.html:21
-#: ../src/templates/jobs-index.html:18
-msgid "Filter jobs"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:16
-msgid "Filter"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:30 ../src/templates/jobs-filter.html:47
-msgid "[Choose one]"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:36
-msgid "Only show jobs, that have been built by this builder."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:53
-msgid "Only show jobs, with this architecture."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:59 ../src/templates/search-form.html:35
-#: ../src/templates/search-results.html:40
-msgid "Go!"
-msgstr ""
-
-#: ../src/templates/jobs-index.html:30
-#, c-format
-msgid "Showing only jobs from %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:37
-#, c-format
-msgid "Showing only builds that have been built on %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:45
-#, c-format
-msgid "Showing only jobs built for %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:3
-#, c-format
-msgid "Delete key %s"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:25 ../src/templates/keys-import.html:28
-msgid "Key"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:29
-#, c-format
-msgid "You are going to delete the key %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:41
-msgid "Delete key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:3 ../src/templates/keys-import.html:16
-#: ../src/templates/keys-import.html:39 ../src/templates/keys-list.html:106
-msgid "Import new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:21
-msgid "Import a new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:33
-msgid "Paste the key to import."
-msgstr ""
-
-#: ../src/templates/keys-list.html:21
-msgid "The keys are a very important component when it comes to security."
-msgstr ""
-
-#: ../src/templates/keys-list.html:22
-msgid ""
-"Each package in the Pakfire Build Service is signed to prove its "
-"authenticity."
-msgstr ""
-
-#: ../src/templates/keys-list.html:31
-msgid "Fingerprint"
-msgstr ""
-
-#: ../src/templates/keys-list.html:33
-msgid "Expires"
-msgstr ""
-
-#: ../src/templates/keys-list.html:51
-msgid "Lookup"
-msgstr ""
-
-#: ../src/templates/keys-list.html:55
-#: ../src/templates/modules/files-table.html:5
-#: ../src/templates/modules/packages-table.html:21
-#: ../src/templates/package-detail.html:152
-msgid "Download"
-msgstr ""
-
-#: ../src/templates/keys-list.html:75 ../src/templates/keys-list.html:77
-msgid "Subkey"
-msgstr ""
-
-#: ../src/templates/keys-list.html:90
-msgid "This key does not expire."
-msgstr ""
-
-#: ../src/templates/login.html:3 ../src/templates/login.html:7
-#: ../src/templates/login.html:34
-#: ../src/templates/modules/modal-build-comment.html:56
-msgid "Login"
-msgstr ""
-
-#: ../src/templates/login.html:12
-msgid "Login failed!"
-msgstr ""
-
-#: ../src/templates/login.html:13
-msgid "Username and/or password was wrong. Login failed."
-msgstr ""
-
-#: ../src/templates/login.html:22 ../src/templates/register.html:30
-#: ../src/templates/user-profile-edit.html:37
-#: ../src/templates/user-profile.html:37
-msgid "Username"
-msgstr ""
-
-#: ../src/templates/login.html:28 ../src/templates/register.html:67
-#: ../src/templates/user-profile-edit.html:101
-msgid "Password"
-msgstr ""
-
-#: ../src/templates/login.html:41
-msgid "You also might want to..."
-msgstr ""
-
-#: ../src/templates/login.html:44
-msgid "Register a new account."
-msgstr ""
-
-#: ../src/templates/login.html:47
-msgid "Recover your password."
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:3
-#, c-format
-msgid "Delete mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:25
-#, c-format
-msgid "Delete mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:29
-#, c-format
-msgid "You are going to delete the mirror %s."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:3
-#: ../src/templates/mirrors-detail.html:46
-#, c-format
-msgid "Mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:29
-msgid "Edit settings"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:37
-msgid "Delete mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:47
-#, c-format
-msgid "hosted by %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:75
-msgid "Status information"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:79
-msgid "Status"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:84
-#: ../src/templates/mirrors-list.html:45
-msgid "Last check"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:89
-msgid "Never"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:103
-msgid "View larger map"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:108
-msgid "The location of the mirror server is estimated by the IP address."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:112
-msgid "The location of the mirror server could not be estimated."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:3
-#, c-format
-msgid "Manage mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:25
-#, c-format
-msgid "Manage mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:37
-msgid "The canonical hostname."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:47
-msgid "Only enabled mirrors will be pushed out to the clients."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:54
-msgid "Contact information"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:57 ../src/templates/mirrors-list.html:43
-#: ../src/templates/modules/changelog/entry.html:48
-#: ../src/templates/uploads-list.html:25
-msgid "Owner"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:62
-msgid "The owner of the mirror server."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:68
-msgid "Contact address"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:73
-msgid "An email address to contact an administrator of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:75
-msgid "This won't be made public."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:24 ../src/templates/mirrors-new.html:3
-msgid "Add new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:36
-msgid "On this page, you will see a list of all mirror servers."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:64
-msgid "Up"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:68
-msgid "Down"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:90
-msgid "There are no mirrors configured, yet."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:16
-msgid "New mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:21
-msgid "Add a new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:34
-msgid "Enter the canonical hostname of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:40
-msgid "Path"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:46
-msgid "The path to the files on the server."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:52
-msgid "Create new mirror"
-msgstr ""
-
-#: ../src/templates/modules/builders/load.html:2
-msgid "Current load of the build cluster"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:4
-#: ../src/templates/package-properties.html:71
-#: ../src/templates/package-properties.html:82
-msgid "Critical path"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:9
-msgid "Release build"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:11
-#: ../src/templates/modules/changelog/entry.html:22
-msgid "Scratch build"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:8
-msgid "As soon as possible"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:9
-msgid "After 5 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:10
-msgid "After 15 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:11
-msgid "After one hour"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:12
-msgid "After one day"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:17
-msgid "Set the time after which the build job starts."
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:22
-msgid "Schedule build"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:3
-msgid "This build is broken!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:4
-msgid ""
-"This means that the package may cause severe damage on your system and/or "
-"does not work at all."
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:8
-msgid "This build is obsolete!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:9
-msgid "This means that this package has been replaced with a new one."
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:17
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-detail.html:50
-msgid "Repository"
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:83
-msgid "There are no builds to show at this place right now."
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:8
-#, c-format
-msgid "on %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:11
-#, c-format
-msgid "by %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:16
-msgid "Updated"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:22
-msgid "No comments so far."
-msgstr ""
-
-#: ../src/templates/modules/files-table.html:7
-msgid "Info"
-msgstr ""
-
-#: ../src/templates/modules/footer.html:5
-msgid ""
-"Pakfire is the buildsystem that is used to build the IPFire Linux firewall "
-"distribution."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:6
-msgid "It also installs and updates packages on the IPFire systems."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:11
-msgid "Code licensed under the GNU General Public License v3."
-msgstr ""
-
-#: ../src/templates/modules/jobs/list.html:7
-msgid "Runtime"
-msgstr ""
-
-#: ../src/templates/modules/jobs/status.html:9
-msgid "This build has got no jobs."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:4
-msgid "Arch"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:7
-msgid "Duration"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:19 ../src/web/ui_modules.py:325
-msgid "New"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:31 ../src/web/ui_modules.py:300
-msgid "Aborted"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:33
-msgid "Dependency error"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:47
-#, c-format
-msgid "Running since %s"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:51
-msgid "Not finished, yet."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:60
-#, c-format
-msgid "This package only supports %s."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:66
-msgid "No jobs, yet."
-msgstr ""
-
-#: ../src/templates/modules/log-entry-comment.html:22
-msgid "No comment given."
-msgstr ""
-
-#: ../src/templates/modules/log-entry.html:21
-msgid "You"
-msgstr ""
-
-#: ../src/templates/modules/log-table.html:23
-msgid "No log entries, yet."
-msgstr ""
-
-#: ../src/templates/modules/modal-base.html:25
-#: ../src/templates/user-forgot-password.html:49
-msgid "Submit"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:8
-#, c-format
-msgid "Comment on %s"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:10
-msgid "Log in to comment"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:26
-msgid "Vote"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:30
-msgid "Not tested."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:34
-msgid "Works for me."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:38
-msgid "Does not work."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:46
-msgid "You need to log in to comment."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:47
-msgid "Click on the button below to do so."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:54
-msgid "Submit comment"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:7
-#, c-format
-msgid "Push %s to a repository"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:15
-msgid "Not all jobs are finished!"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:16
-msgid ""
-"So it is <em>strongly</em> discouraged to push this build into the next "
-"repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:35
-msgid "The build will be put into this repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:44
-msgid "You are going to push this build into a new repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:45
-msgid ""
-"This means that the build won't be part of the repository it is currently in "
-"anymore."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:48
-msgid ""
-"Please make sure you tested this build well enough that it will keep up with "
-"the quality level of the target repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:6
-#, c-format
-msgid "Unpush %s from a repository"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:27
-msgid "You are going to unpush this build from its repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:28
-msgid ""
-"This means that the build won't be installable from this repository anymore."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:33
-msgid ""
-"If you consider this build being obsolete or broken, please don't forget to "
-"mark it so."
-msgstr ""
-
-#: ../src/templates/modules/package-header.html:19
-msgid "Group"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:9
-msgid "Pre-requires"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:15
-msgid "Recommends"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:17
-msgid "Suggests"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:5
-#, c-format
-msgid "added %s"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:10
-msgid "Run"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:12
-msgid "Remove action"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:19
-msgid "%(credits)s more credit needed."
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:21
-msgid "No more credits needed."
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:25
-#, c-format
-msgid "Maintainer: %s"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:28
-msgid "Go to package description"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:5
-msgid "No. of builds"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:6
-#: ../src/templates/repository-detail.html:44
-msgid "Enabled for builds"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:21
-#: ../src/templates/repository-detail.html:68
-#: ../src/templates/user-profile.html:136
-msgid "Yes"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:23
-#: ../src/templates/repository-detail.html:70
-#: ../src/templates/user-profile.html:138
-msgid "No"
-msgstr ""
-
-#: ../src/templates/modules/select/locale.html:2
-#: ../src/templates/modules/select/timezone.html:2
-msgid "Auto-select"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:5
-msgid "No. of commits"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:6
-msgid "Latest commit"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:14
-#, c-format
-msgid "Branch: %s"
-msgstr ""
-
-#: ../src/templates/modules/updates-table.html:18
-msgid "Score:"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:2
-msgid "Watchers"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:7
-#: ../src/templates/modules/watchers-sidebar-table.html:36
-msgid "You."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:9
-msgid "You and one other."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:11
-#, c-format
-msgid "You and %s others."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:14
-msgid "One person."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:27
-msgid ""
-"All users who watch this build will be automatically notified about status "
-"changes and comments."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:28
-msgid "This is an easy way of staying up to date."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:48
-msgid "Nobody watches this build, yet. Be the first one."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:56
-msgid "Watch this build"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:58
-msgid "Add a watcher"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:62
-msgid "Close"
-msgstr ""
-
-#: ../src/templates/package-detail.html:42
-msgid "Development package"
-msgstr ""
-
-#: ../src/templates/package-detail.html:45
-msgid "Debuginfo package"
-msgstr ""
-
-#: ../src/templates/package-detail.html:64
-msgid "Homepage"
-msgstr ""
-
-#: ../src/templates/package-detail.html:88
-msgid "Build time"
-msgstr ""
-
-#: ../src/templates/package-detail.html:130
-msgid "%(size)s when installed"
-msgstr ""
-
-#: ../src/templates/package-detail.html:162
-msgid "Build dependencies"
-msgstr ""
-
-#: ../src/templates/package-detail.html:164
-msgid "Dependencies"
-msgstr ""
-
-#: ../src/templates/package-detail.html:173
-msgid "Filelist"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:25
-#: ../src/templates/packages/builds/times.html:20
-#: ../src/templates/packages/builds/times.html:41
-msgid "Build times"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:58
-msgid "File new bug"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:61
-msgid "Show all bugs"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:66
-msgid "Open bugs"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:76
-msgid "Full changelog"
-msgstr ""
-
-#: ../src/templates/package-properties.html:20
-msgid "Properties"
-msgstr ""
-
-#: ../src/templates/package-properties.html:32
-msgid "Maintainers"
-msgstr ""
-
-#: ../src/templates/package-properties.html:37
-#: ../src/templates/package-properties.html:47
-msgid "Default priority"
-msgstr ""
-
-#: ../src/templates/package-properties.html:39
-msgid ""
-"A big benefit of the Pakfire Build Service is, that builds are available to "
-"end-users in a very short time."
-msgstr ""
-
-#: ../src/templates/package-properties.html:40
-msgid ""
-"Some packages might need some extra boost if the build servers are very busy."
-msgstr ""
-
-#: ../src/templates/package-properties.html:43
-msgid "You may set a default priority for all builds of this package."
-msgstr ""
-
-#: ../src/templates/package-properties.html:73
-msgid ""
-"A package that belongs to the critical path is a package that plays a very "
-"essential role in the distribution."
+msgid "Size"
msgstr ""
-#: ../src/templates/package-properties.html:74
-msgid ""
-"If such a package is broken, it may not be possible to boot or recover the "
-"system anymore, so we need to be extra sure that these packages work."
+msgid "Hash"
msgstr ""
-#: ../src/templates/package-properties.html:77
-msgid ""
-"If this package is marked to belong to the critical path, it will need a "
-"higher score to pass to the next repository and more."
+msgid "Provides"
msgstr ""
-#: ../src/templates/package-properties.html:78
-msgid "Learn more."
+msgid "Requires"
msgstr ""
-#: ../src/templates/package-properties.html:86
-msgid "This package belongs to the critical path"
+msgid "Obsoletes"
msgstr ""
-#: ../src/templates/packages/builds/scratch.html:35
-msgid "There are no scratch builds for this package."
+msgid "Conflicts"
msgstr ""
-#: ../src/templates/packages/builds/times.html:3
-msgid "Package build times"
+msgid "Build information"
msgstr ""
-#: ../src/templates/packages/builds/times.html:34
-msgid "This table shows you how long this package normally takes to be built."
+msgid "ID"
msgstr ""
-#: ../src/templates/packages/builds/times.html:45
-msgid "Average"
+msgid "Host"
msgstr ""
-#: ../src/templates/packages/builds/times.html:46
-msgid "Maximum"
+msgid "Time"
msgstr ""
-#: ../src/templates/packages/builds/times.html:47
-msgid "Minimum"
+msgid "Files"
msgstr ""
-#: ../src/templates/packages/builds/times.html:48
-msgid "Total"
+msgid "Download file"
msgstr ""
-#: ../src/templates/packages/changelog.html:3
-#, c-format
-msgid "Changelog of %s"
+msgid "Welcome!"
msgstr ""
-#: ../src/templates/packages/changelog.html:20
-#: ../src/templates/packages/changelog.html:26
-msgid "Changelog"
+msgid "Development Powered By Community"
msgstr ""
-#: ../src/templates/packages-list.html:3 ../src/templates/packages-list.html:17
-msgid "Package list"
+msgid "Current Jobs"
msgstr ""
-#: ../src/templates/packages-list.html:23
-msgid ""
-"This is an alphabetically ordered list of all packages in the distribution."
+msgid "One Job In Queue"
+msgid_plural "%(num)s Jobs In Queue"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#, c-format
+msgid "Abort build job %s"
msgstr ""
-#: ../src/templates/packages-list.html:24
-msgid "Click on a link to see further information about the package."
+msgid "You may abort a running build."
msgstr ""
-#: ../src/templates/packages-list.html:31
-msgid "Selection"
+msgid "The build server will eventually stop to build the package."
msgstr ""
-#: ../src/templates/packages-list.html:36
-msgid "Show broken packages"
+msgid "Build job"
msgstr ""
-#: ../src/templates/packages-list.html:39
-msgid "Show all packages"
+msgid "Start time"
msgstr ""
-#: ../src/templates/packages/view-file.html:3
-msgid "View %(filename)s from %(pkg)s"
+msgid "No started, yet."
msgstr ""
-#: ../src/templates/packages/view-file.html:36
-msgid "View file"
+msgid "Build server"
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Mimetype: %s"
+msgid "Job buildroot"
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Size: %s"
+msgid "Buildroot"
msgstr ""
-#: ../src/templates/register-activation-fail.html:3
-msgid "Account activation failed"
+msgid "Buildroot size"
msgstr ""
-#: ../src/templates/register-activation-fail.html:12
-#: ../src/templates/register-activation-success.html:12
-msgid "Account activation"
+msgid "Download size"
msgstr ""
-#: ../src/templates/register-activation-fail.html:17
-msgid "Activation failed"
+#, c-format
+msgid "The packages listed below were used to build %s."
msgstr ""
-#: ../src/templates/register-activation-fail.html:23
-#: ../src/templates/register-fail.html:6
-#: ../src/templates/user-profile-edit-fail.html:6
-msgid "We are sorry."
+msgid "Log In"
msgstr ""
-#: ../src/templates/register-activation-fail.html:24
-msgid "The activation of your account has failed."
+msgid "Login failed"
msgstr ""
-#: ../src/templates/register-activation-fail.html:25
-msgid "Possibly the registration code is wrong or your registration timed out."
+#, c-format
+msgid "Delete mirror %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:3
-msgid "Account activation successful"
+#, c-format
+msgid "Delete mirror: %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:17
-msgid "Activation successful"
+#, c-format
+msgid "You are going to delete the mirror %s."
msgstr ""
-#: ../src/templates/register-activation-success.html:23
#, c-format
-msgid "Your account has been activated, %s."
+msgid "Mirror: %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:24
-msgid "Have fun!"
+msgid "Add new mirror"
msgstr ""
-#: ../src/templates/register-fail.html:4
-msgid "Registration failed"
+msgid "Edit settings"
msgstr ""
-#: ../src/templates/register-fail.html:7
-msgid "We could not create your requested account."
+msgid "Delete mirror"
msgstr ""
-#: ../src/templates/register-fail.html:17
-#: ../src/templates/user-profile-edit-fail.html:17
-msgid ""
-"Use the back button on your web browser to go back to the previous page and "
-"correct your submission."
+msgid "General"
msgstr ""
-#: ../src/templates/register.html:3 ../src/templates/register.html:18
-msgid "Register a new account"
+msgid "Location"
msgstr ""
-#: ../src/templates/register.html:12
-msgid "Register new account"
+msgid "The location of the mirror server could not be estimated."
msgstr ""
-#: ../src/templates/register.html:19
-msgid "Join the community!"
+msgid "Status information"
msgstr ""
-#: ../src/templates/register.html:26
-msgid "Registration form"
+msgid "Status"
msgstr ""
-#: ../src/templates/register.html:35
-msgid "Must be a unique name you login with."
+msgid "HTTP Response Code"
msgstr ""
-#: ../src/templates/register.html:41 ../src/templates/user-profile-edit.html:60
-msgid "Email address"
+msgid "Last sync"
msgstr ""
-#: ../src/templates/register.html:46
-msgid "Type in your email address, which is used to verify the account."
+msgid "Last check"
msgstr ""
-#: ../src/templates/register.html:52
-msgid "Real name (optional)"
+msgid "Never"
msgstr ""
-#: ../src/templates/register.html:57
-msgid "Type you firstname and your lastname here."
+msgid "Average Response Time"
msgstr ""
-#: ../src/templates/register.html:64
-msgid "Account security"
+#, c-format
+msgid "Manage mirror %s"
msgstr ""
-#: ../src/templates/register.html:72
-#: ../src/templates/user-profile-edit.html:106
-msgid ""
-"The password is used to secure the login and must be at least 8 characters."
+msgid "Manage"
msgstr ""
-#: ../src/templates/register.html:78
-msgid "Confirm password"
+#, c-format
+msgid "Manage mirror: %s"
msgstr ""
-#: ../src/templates/register.html:83
-msgid "Pick a password that is as strong as possible."
+msgid "The canonical hostname."
msgstr ""
-#: ../src/templates/register.html:84
-msgid "Don't login at unsecure places where people could spy on your password."
+msgid "Check if this mirror server supports HTTPS."
msgstr ""
-#: ../src/templates/register.html:91
-msgid "Sign up!"
+msgid "Contact information"
msgstr ""
-#: ../src/templates/register-success.html:4
-msgid "Registration successful"
+msgid "Owner"
msgstr ""
-#: ../src/templates/register-success.html:6
-#, c-format
-msgid "Your new account has been created, %s."
+msgid "The owner of the mirror server."
msgstr ""
-#: ../src/templates/register-success.html:7
-msgid ""
-"To complete the activation, follow the instructions that were sent to you in "
-"an activation email."
+msgid "Contact address"
msgstr ""
-#: ../src/templates/repository-detail.html:30
-msgid "Stable repository"
+msgid "An email address to contact an administrator of the mirror."
msgstr ""
-#: ../src/templates/repository-detail.html:34
-msgid "Unstable repository"
+msgid "This won't be made public."
msgstr ""
-#: ../src/templates/repository-detail.html:38
-msgid "Testing repository"
+msgid "Save changes"
msgstr ""
-#: ../src/templates/repository-detail.html:65
-msgid "Repository is enabled for builds?"
+msgid "On this page, you will see a list of all mirror servers."
msgstr ""
-#: ../src/templates/repository-detail.html:76
-#: ../src/templates/repository-detail.html:151
-msgid "Obsolete builds"
+msgid "Up"
msgstr ""
-#: ../src/templates/repository-detail.html:85
-msgid "Total build time"
+msgid "Out Of Sync"
msgstr ""
-#: ../src/templates/repository-detail.html:99
-msgid ""
-"The table above shows how long it took to build all packages in this "
-"repository."
+msgid "Down"
msgstr ""
-#: ../src/templates/repository-detail.html:126
-msgid "Unpushed builds"
+msgid "There are no mirrors configured, yet."
msgstr ""
-#: ../src/templates/repository-detail.html:128
-msgid ""
-"These builds were already put into this repository, but were not pushed out "
-"to the mirror servers, yet."
+msgid "New mirror"
msgstr ""
-#: ../src/templates/repository-detail.html:139
-msgid "Builds in this repository"
+msgid "Add a new mirror"
msgstr ""
-#: ../src/templates/repository-edit.html:3
-#: ../src/templates/repository-edit.html:7
-#, c-format
-msgid "Edit repository %s"
+msgid "Enter the canonical hostname of the mirror."
msgstr ""
-#: ../src/templates/repository-edit.html:20
-msgid "The name of the repository."
+msgid "Path"
msgstr ""
-#: ../src/templates/repository-edit.html:21
-msgid "Must only contain of the lowercase characters."
+msgid "The path to the files on the server."
msgstr ""
-#: ../src/templates/repository-edit.html:33
-msgid "Score settings"
+msgid "Create new mirror"
msgstr ""
-#: ../src/templates/repository-edit.html:35
-msgid "These settings configure the automatic score feature."
+msgid "Release build"
msgstr ""
-#: ../src/templates/repository-edit.html:36
-msgid ""
-"Builds that gained a certain score are moved to the next repository "
-"automatically and removed if the score is too bad."
+msgid "Scratch build"
msgstr ""
-#: ../src/templates/repository-edit.html:40
-msgid "Needed score"
+msgid "As soon as possible"
msgstr ""
-#: ../src/templates/repository-edit.html:45
-msgid ""
-"The score that is needed for builds to automatically be moved into this "
-"repository."
+msgid "After 5 minutes"
msgstr ""
-#: ../src/templates/repository-edit.html:49
-msgid "Minimum time"
+msgid "After 15 minutes"
msgstr ""
-#: ../src/templates/repository-edit.html:54
-msgid "Every build must stay a minimum time in a repository."
+msgid "After one hour"
msgstr ""
-#: ../src/templates/repository-edit.html:55
-msgid "This is to ensure that a package gets tested well."
+msgid "After one day"
msgstr ""
-#: ../src/templates/repository-edit.html:56
-#: ../src/templates/repository-edit.html:67
-msgid "Enter zero to disable the feature."
+msgid "Set the time after which the build job starts."
msgstr ""
-#: ../src/templates/repository-edit.html:60
-msgid "Maximum time"
+msgid "Schedule build"
msgstr ""
-#: ../src/templates/repository-edit.html:65
-msgid ""
-"If a build is more than a certain amount of time in a repository, it will "
-"automatically be removed."
+msgid "This build is broken!"
msgstr ""
-#: ../src/templates/repository-edit.html:66
-msgid "This is to ensure that packages are not forgotten to be pushed."
+msgid ""
+"This means that the package may cause severe damage on your system and/or "
+"does not work at all."
msgstr ""
-#: ../src/templates/repository-edit.html:73
-msgid "Build settings"
+msgid "This build is obsolete!"
msgstr ""
-#: ../src/templates/repository-edit.html:76
-msgid "Use package for builds?"
+msgid "This means that this package has been replaced with a new one."
msgstr ""
-#: ../src/templates/repository-edit.html:81
-msgid "Should the package be selected for builds by default?"
+msgid "Repository"
msgstr ""
-#: ../src/templates/repository-edit.html:82
-#: ../src/templates/user-impersonation.html:21
-msgid "Use with caution!"
+msgid "Created"
msgstr ""
-#: ../src/templates/search-form.html:3
-msgid "Advanced search"
+msgid "In repository since"
msgstr ""
-#: ../src/templates/search-form.html:18
-#, c-format
-msgid "No results for '%s'."
+msgid "Can be moved forward"
msgstr ""
-#: ../src/templates/search-form.html:26
-msgid "Type a search pattern into the box below and hit the button."
+msgid "There are no builds to show at this place right now."
msgstr ""
-#: ../src/templates/search-form.html:46
-msgid "Search for packages by name or description"
+msgid "Subject"
msgstr ""
-#: ../src/templates/search-form.html:48
-msgid ""
-"If you type a package name to the search box you will get a link to the "
-"package."
+msgid "Download"
msgstr ""
-#: ../src/templates/search-form.html:49
-msgid "The search is performed in case insensitive mode."
+msgid "Info"
msgstr ""
-#: ../src/templates/search-form.html:58
-msgid "Search for UUIDs"
+msgid "Arch"
msgstr ""
-#: ../src/templates/search-form.html:60
-msgid ""
-"If you type a UUID to the search box, you will be directed to the job, build "
-"or package it belongs to."
+msgid "Duration"
msgstr ""
-#: ../src/templates/search-form.html:61
-msgid ""
-"This is a handy feature if you have a UUID and search for the corresponding "
-"package or build."
+msgid "Pending"
msgstr ""
-#: ../src/templates/search-form.html:64 ../src/templates/search-form.html:80
-msgid "Examples"
+msgid "Failed"
msgstr ""
-#: ../src/templates/search-form.html:73
-msgid "Search for files"
+msgid "Dispatching"
msgstr ""
-#: ../src/templates/search-form.html:75
-msgid "You may also search for file names."
+msgid "Finished"
msgstr ""
-#: ../src/templates/search-form.html:76
-msgid "You will get a list of packages that contain the file."
+msgid "Running"
msgstr ""
-#: ../src/templates/search-form.html:77
-msgid ""
-"The search pattern must start with a slash that it will be recognized as a "
-"file."
+msgid "Aborted"
msgstr ""
-#: ../src/templates/search-results.html:3
-#: ../src/templates/search-results.html:22
#, c-format
-msgid "Search results for '%s'"
+msgid "Running since %s"
msgstr ""
-#: ../src/templates/search-results.html:12
-msgid "Search results"
+msgid "Not finished, yet."
msgstr ""
-#: ../src/templates/search-results.html:28
-msgid "No results found."
+#, c-format
+msgid "This package only supports %s."
msgstr ""
-#: ../src/templates/search-results.html:30
-msgid "Visit the advanced search page to find about how to define your query."
+msgid "No jobs, yet."
msgstr ""
-#: ../src/templates/search-results.html:75
#, c-format
-msgid "%s was found in the following package."
-msgstr ""
-
-#: ../src/templates/sessions/index.html:36
-msgid "Valid until"
+msgid "Finished %s"
msgstr ""
-#: ../src/templates/sessions/index.html:37
-msgid "Last seen at"
+#, c-format
+msgid "on %s"
msgstr ""
-#: ../src/templates/source-list.html:3
-msgid "Sources repositories"
+msgid "This build has got no jobs."
msgstr ""
-#: ../src/templates/source-list.html:17
-msgid "Add source repository"
+msgid "No comment given."
msgstr ""
-#: ../src/templates/source-list.html:18
-msgid "Blah 123"
+msgid "You"
msgstr ""
-#: ../src/templates/statistics/index.html:11
-msgid ""
-"On this page, you will find a lot of information bundled in graphs and "
-"figures."
+msgid "No log entries, yet."
msgstr ""
-#: ../src/templates/statistics/index.html:12
-msgid ""
-"They give a very quick overview about what is going on in the build service."
+msgid "Submit"
msgstr ""
-#: ../src/templates/statistics/index.html:18
#, c-format
-msgid "The average build time is %.1f minutes."
+msgid "Comment on %s"
msgstr ""
-#: ../src/templates/statistics/index.html:21
-msgid "There are %(builds_count)s builds containing %(jobs_count_all)s jobs."
+msgid "Log in to comment"
msgstr ""
-#: ../src/templates/updates-index.html:3
-msgid "Updates"
+msgid "Comment"
msgstr ""
-#: ../src/templates/updates-index.html:6
-msgid "Coming soon..."
+msgid "Vote"
msgstr ""
-#: ../src/templates/uploads-list.html:24
-msgid "Filename"
+msgid "Not tested."
msgstr ""
-#: ../src/templates/uploads-list.html:26
-msgid "Filesize"
+msgid "Works for me."
msgstr ""
-#: ../src/templates/uploads-list.html:27
-msgid "Time running"
+msgid "Does not work."
msgstr ""
-#: ../src/templates/uploads-list.html:44
-msgid "No owner."
+msgid "You need to log in to comment."
msgstr ""
-#: ../src/templates/uploads-list.html:74
-msgid "There are currently no uploads running."
+msgid "Click on the button below to do so."
msgstr ""
-#: ../src/templates/user-comments.html:4
-msgid "Latest user comments"
+msgid "Submit comment"
msgstr ""
-#: ../src/templates/user-comments.html:12
-msgid "Show all users"
+msgid "Login"
msgstr ""
-#: ../src/templates/user-delete.html:4
#, c-format
-msgid "Delete user %s"
+msgid "Push %s to a repository"
msgstr ""
-#: ../src/templates/user-delete.html:8
-msgid "Do you really want to delete your own account?"
+msgid "Not all jobs are finished!"
msgstr ""
-#: ../src/templates/user-delete.html:9
-msgid "You won't be able to login and use this service any more."
+msgid ""
+"So it is <em>strongly</em> discouraged to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/user-delete.html:11
-#, c-format
-msgid "Do you really want to delete the user %s?"
+msgid "The build will be put into this repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:3
-#: ../src/templates/user-forgot-password.html:12
-#: ../src/templates/user-forgot-password.html:17
-msgid "Forgot password"
+msgid "You are going to push this build into a new repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:22
-msgid "Work in progress!"
+msgid ""
+"This means that the build won't be part of the repository it is currently in "
+"anymore."
msgstr ""
-#: ../src/templates/user-forgot-password.html:28
-msgid "You have forgotten you password, eh? Shame on you."
+msgid ""
+"Please make sure you tested this build well enough that it will keep up with "
+"the quality level of the target repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:29
-msgid "However, we allow to re-activate your account."
+#, c-format
+msgid "Unpush %s from a repository"
msgstr ""
-#: ../src/templates/user-forgot-password.html:32
-msgid "You need to enter your username below."
+msgid "You are going to unpush this build from its repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:33
-msgid "After that, you will receive an email with intructions how to go on."
+msgid ""
+"This means that the build won't be installable from this repository anymore."
msgstr ""
-#: ../src/templates/user-forgot-password.html:42
-msgid "Your username"
+msgid ""
+"If you consider this build being obsolete or broken, please don't forget to "
+"mark it so."
msgstr ""
-#: ../src/templates/user-impersonation.html:3
+msgid "Group"
+msgid_plural "Groups"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
#, c-format
-msgid "Impersonate user %s"
+msgid "added %s"
msgstr ""
-#: ../src/templates/user-impersonation.html:7
-msgid "User impersonation"
+msgid "Run"
msgstr ""
-#: ../src/templates/user-impersonation.html:17
-msgid ""
-"When impersonating another user, every action you perform will be taking "
-"place as if you had logged in as the user whom will be impersonating."
+msgid "Remove action"
msgstr ""
-#: ../src/templates/user-impersonation.html:22
-msgid ""
-"This is a very powerful feature. You should be very careful while using it."
-msgstr ""
+msgid "One more score needed."
+msgid_plural "%(score)s more scores needed."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: ../src/templates/user-list.html:3
-msgid "User list"
+msgid "No more scores needed."
msgstr ""
-#: ../src/templates/user-profile-builds.html:3
-#: ../src/templates/user-profile-builds.html:7
#, c-format
-msgid "Builds by %s"
+msgid "Maintainer: %s"
msgstr ""
-#: ../src/templates/user-profile-edit-fail.html:4
-msgid "Edit failed"
+msgid "Go to package description"
msgstr ""
-#: ../src/templates/user-profile-edit-fail.html:7
-msgid "The user profile cannot be saved."
+msgid "Auto-select"
msgstr ""
-#: ../src/templates/user-profile-edit.html:3
-#: ../src/templates/user-profile-edit.html:26
-#, c-format
-msgid "Edit user profile: %s"
+msgid "No. of commits"
msgstr ""
-#: ../src/templates/user-profile-edit.html:34
-msgid "User Identity"
+msgid "Latest commit"
msgstr ""
-#: ../src/templates/user-profile-edit.html:48
-msgid "Real name"
+#, c-format
+msgid "Branch: %s"
msgstr ""
-#: ../src/templates/user-profile-edit.html:54
-msgid ""
-"This field is optional, but we appreciate it very much if you type in your "
-"real name."
+msgid "You."
msgstr ""
-#: ../src/templates/user-profile-edit.html:66
-msgid ""
-"If the email address is changed, your account will be disabled until you "
-"confirm the new email address."
+msgid "You and one other."
msgstr ""
-#: ../src/templates/user-profile-edit.html:74
-msgid "Admin actions"
+#, c-format
+msgid "You and %s others."
msgstr ""
-#: ../src/templates/user-profile-edit.html:82
-#: ../src/templates/user-profile.html:52
-msgid "Tester"
+msgid "One person."
+msgid_plural "%(num)s people."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid ""
+"All users who watch this build will be automatically notified about status "
+"changes and comments."
msgstr ""
-#: ../src/templates/user-profile-edit.html:85
-#: ../src/templates/user-profile.html:50
-msgid "Admin"
+msgid "This is an easy way of staying up to date."
msgstr ""
-#: ../src/templates/user-profile-edit.html:90
-msgid "Define the permissions of the user."
+msgid "Nobody watches this build, yet. Be the first one."
msgstr ""
-#: ../src/templates/user-profile-edit.html:98
-msgid "Account security settings"
+msgid "Watch this build"
msgstr ""
-#: ../src/templates/user-profile-edit.html:112
-#: ../src/templates/user-profile-passwd.html:84
-msgid "Confirm"
+msgid "Add a watcher"
msgstr ""
-#: ../src/templates/user-profile-edit.html:117
-msgid "Leave the password fields empty to keep the current password."
+msgid "Close"
msgstr ""
-#: ../src/templates/user-profile-edit.html:124
-msgid "Locale & timezone settings"
+msgid "Properties"
msgstr ""
-#: ../src/templates/user-profile-edit.html:127
-msgid "Preferred language"
+msgid "Maintainers"
msgstr ""
-#: ../src/templates/user-profile-edit.html:132
-msgid "Auto-detect will use the language transmitted by your browser."
+msgid "Default priority"
msgstr ""
-#: ../src/templates/user-profile-edit.html:138
-msgid "Timezone"
+msgid ""
+"A big benefit of the Pakfire Build Service is, that builds are available to "
+"end-users in a very short time."
msgstr ""
-#: ../src/templates/user-profile-edit.html:143
-msgid "Auto-detect will use the timezone transmitted by your browser."
+msgid ""
+"Some packages might need some extra boost if the build servers are very busy."
msgstr ""
-#: ../src/templates/user-profile-edit.html:150
-msgid "Save"
+msgid "You may set a default priority for all builds of this package."
msgstr ""
-#: ../src/templates/user-profile.html:23
-msgid "View comments"
+msgid "Very high"
msgstr ""
-#: ../src/templates/user-profile.html:41
-msgid "Email"
+msgid "High"
msgstr ""
-#: ../src/templates/user-profile.html:61
-msgid "Registered"
+msgid "Medium"
msgstr ""
-#: ../src/templates/user-profile.html:80
-msgid "Edit profile"
+msgid "Low"
msgstr ""
-#: ../src/templates/user-profile.html:86
-#: ../src/templates/user-profile-passwd.html:3
-#: ../src/templates/user-profile-passwd.html:20
-#: ../src/templates/user-profile-passwd.html:25
-#: ../src/templates/user-profile-passwd.html:95
-#: ../src/templates/user-profile-passwd-ok.html:20
-msgid "Change password"
+msgid "Very low"
msgstr ""
-#: ../src/templates/user-profile.html:94
-msgid "Delete account"
+msgid "Critical path"
msgstr ""
-#: ../src/templates/user-profile.html:101
-msgid "Impersonate user"
+msgid ""
+"A package that belongs to the critical path is a package that plays a very "
+"essential role in the distribution."
msgstr ""
-#: ../src/templates/user-profile.html:121
-msgid "Permissions"
+msgid ""
+"If such a package is broken, it may not be possible to boot or recover the "
+"system anymore, so we need to be extra sure that these packages work."
msgstr ""
-#: ../src/templates/user-profile.html:125
-msgid "This user has administration rights."
+msgid ""
+"If this package is marked to belong to the critical path, it will need a "
+"higher score to pass to the next repository and more."
msgstr ""
-#: ../src/templates/user-profile.html:132
-msgid "User is allowed to create scratch builds?"
+msgid "Learn more."
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:4
-msgid "Edit successful"
+msgid "Open Bugs In This Package"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:6
-msgid "The user profile was successfully altered."
+msgid "Show All Bugs"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:7
-msgid ""
-"But as you have changed the email address, you need to re-activate the "
-"account."
+msgid "File A New Bug"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:8
-msgid "Have a look at you mailbox - you already do know what to do."
+msgid "Download Package"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:32
-msgid "You are going to change your password."
+#, c-format
+msgid "Build from %s"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:35
-msgid ""
-"To do so, you need to enter your current password and the new password twice."
+msgid "Filelist"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:39
#, c-format
-msgid "In this dialog, you may change the password of %s."
+msgid "Download (%s)"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:61
-msgid "Old password"
+msgid "Job Queue"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:66
-msgid "Please provide your old password."
+#, c-format
+msgid "Builds in %s"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:73
-msgid "New password"
+msgid "Create"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:78
-msgid "Choose a new password. Make sure that it is as strong as possible."
+msgid "- Select -"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:89
-msgid "Confirm the new password."
+msgid "Create Repository"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:3
-#: ../src/templates/user-profile-passwd-ok.html:29
-msgid "Password changed"
+msgid "Describe what this repository will contain"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:24
-msgid "Done!"
+msgid "Priority"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:37
-msgid "Your password has successfully been changed."
+msgid "Listed"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:41
-#, c-format
-msgid "The password of %s has successfully been changed."
+msgid "By unchecking this box, you can hide this repository from being listed"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:46
-msgid "Ok"
+msgid "Enable Mirroring"
msgstr ""
-#: ../src/web/handlers_auth.py:65
-msgid "No username provided."
+msgid "If enabled, this repository will be made available on mirror servers"
msgstr ""
-#: ../src/web/handlers_auth.py:67
-msgid "The given username is already taken."
+msgid "Download Configuration"
msgstr ""
-#: ../src/web/handlers_auth.py:70 ../src/web/handlers_users.py:177
-msgid "No email address provided."
+msgid "Search"
msgstr ""
-#: ../src/web/handlers_auth.py:72 ../src/web/handlers_users.py:179
-msgid "Email address is invalid."
+#, c-format
+msgid "We could not find anything for '%s'"
msgstr ""
-#: ../src/web/handlers_auth.py:74
-msgid "The given email address is already used for another account."
+msgid "Go!"
msgstr ""
-#: ../src/web/handlers_auth.py:78
-msgid "No password provided."
+msgid "Sources repositories"
msgstr ""
-#: ../src/web/handlers_auth.py:80 ../src/web/handlers_users.py:185
-msgid "Passwords do not match."
+msgid "Source repositories"
msgstr ""
-#: ../src/web/handlers_auth.py:84
-msgid "Your password is too weak."
+msgid "Add source repository"
msgstr ""
-#: ../src/web/handlers_builds.py:368
-msgid "User not found."
+msgid "Blah 123"
msgstr ""
-#: ../src/web/handlers_users.py:112
-msgid "You need to enter you current password."
+msgid "Delete User"
msgstr ""
-#: ../src/web/handlers_users.py:115
-msgid "The provided account password is wrong."
+msgid "Are you sure you want to delete your account?"
msgstr ""
-#: ../src/web/handlers_users.py:124
-msgid "The given passwords do not match."
+#, c-format
+msgid "Are you sure you want to delete the user '%s'?"
msgstr ""
-#: ../src/web/handlers_users.py:126
-msgid "The password was blank."
+msgid "Edit User"
msgstr ""
-#: ../src/web/handlers_users.py:130
-msgid "The given password is too weak."
+#, c-format
+msgid "Send an Email to %s"
msgstr ""
-#: ../src/web/handlers_users.py:183
-msgid "Password has less than 8 characters."
+msgid "Quota"
msgstr ""
-#: ../src/web/__init__.py:327
#, python-format
msgid "%(min)d min"
msgstr ""
-#: ../src/web/__init__.py:329
#, python-format
msgid "%(hrs)d:%(min)02d hrs"
msgstr ""
-#: ../src/web/__init__.py:336
-#, python-format
-msgid "%dh"
+msgid "User not found."
msgstr ""
-#: ../src/web/__init__.py:340
-#, python-format
-msgid "%dm"
+msgid "Recommends"
msgstr ""
-#: ../src/web/__init__.py:342
-#, python-format
-msgid "%ds"
+msgid "Suggests"
msgstr ""
-#: ../src/web/ui_modules.py:172
msgid "Today"
msgstr ""
-#: ../src/web/ui_modules.py:177
msgid "Yesterday"
msgstr ""
-#: ../src/web/ui_modules.py:305
-msgid "Dependency problem"
+msgid "Uploading"
msgstr ""
-#: ../src/web/ui_modules.py:346
#, python-format
msgid "Unknown: %s"
msgstr ""
msgstr ""
"Project-Id-Version: IPFire Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-06 16:39+0100\n"
+"POT-Creation-Date: 2022-10-12 13:55+0000\n"
"PO-Revision-Date: 2013-03-02 06:45+0000\n"
"Last-Translator: артур Мудрых <arturmon82@gmail.com>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/ipfire/language/"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#: ../src/buildservice/builds.py:1109
-#, python-format
-msgid "%(user_name)s commented on %(build_name)s"
-msgstr ""
-
-#: ../src/buildservice/constants.py:56
-#, python-format
-msgid "[%(build_name)s] Build job failed."
-msgstr "[%(build_name)s] Создать задание не удалось."
-
-#: ../src/buildservice/constants.py:57
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has failed.\n"
-"\n"
-"This could have a couple of reasons and needs to be investigated by you.\n"
-"\n"
-"Here is more information about the incident:\n"
-"\n"
-" Build name: %(build_name)s\n"
-" Build host: %(build_host)s\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/constants.py:74
-#, python-format
-msgid "[%(build_name)s] Build job finished."
-msgstr ""
-
-#: ../src/buildservice/constants.py:75
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has finished.\n"
-"\n"
-"If you are the maintainer, it is up to you to push it to one or more "
-"repositories.\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/logs.py:67
msgid "Build has been created"
msgstr ""
-#: ../src/buildservice/logs.py:106 ../src/buildservice/logs.py:170
-#: ../src/buildservice/logs.py:230 ../src/buildservice/logs.py:305
msgid "Unknown action."
msgstr "Неизвестное действие."
-#: ../src/buildservice/logs.py:117 ../src/buildservice/logs.py:186
-#: ../src/buildservice/logs.py:247 ../src/buildservice/logs.py:321
-#: ../src/templates/builders/detail.html:161
-#: ../src/templates/builders/list.html:59 ../src/templates/jobs-detail.html:82
-#: ../src/templates/mirrors-list.html:72 ../src/web/__init__.py:307
msgid "Unknown"
msgstr "Неизвестно"
-#: ../src/buildservice/logs.py:124 ../src/buildservice/logs.py:130
-#: ../src/templates/builders/detail.html:143
-#: ../src/templates/builders/detail.html:149
-#: ../src/templates/builders/detail.html:170
-#: ../src/templates/builders/detail.html:210
-#: ../src/templates/builders/detail.html:224
-#: ../src/templates/jobs-buildroot.html:87
-#: ../src/templates/mirrors-detail.html:67
-#: ../src/templates/mirrors-list.html:56 ../src/templates/mirrors-list.html:81
-#: ../src/templates/modules/jobs/list.html:44
-#: ../src/templates/modules/jobs-table.html:42
-#: ../src/templates/modules/repository-table.html:14
-#: ../src/templates/sessions/index.html:50
-#: ../src/templates/uploads-list.html:55
msgid "N/A"
msgstr ""
-#: ../src/buildservice/logs.py:136
#, python-format
msgid "This build was pushed to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:138
#, python-format
msgid "You pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:140
#, python-format
msgid "%(user)s pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:144
#, python-format
msgid "This build was unpushed from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:146
#, python-format
msgid "You unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:148
#, python-format
msgid "%(user)s unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:152
#, python-format
msgid ""
"This build was pushed from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:154
#, python-format
msgid ""
"You pushed this build from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:156
#, python-format
msgid ""
"%(user)s pushed this build from the repository '%(from_repo)s' to "
"'%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:192
#, python-format
msgid "Builder '%(builder)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:194
#, python-format
msgid "You enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:196
#, python-format
msgid "%(user)s enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:200
#, python-format
msgid "Builder '%(builder)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:202
#, python-format
msgid "You disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:204
#, python-format
msgid "%(user)s disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:208
#, python-format
msgid "You deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:210
#, python-format
msgid "%(user)s deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:214
#, python-format
msgid "You created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:216
#, python-format
msgid "%(user)s created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:253
#, python-format
msgid "Job '%(job)s' has been created."
msgstr ""
-#: ../src/buildservice/logs.py:255
#, python-format
msgid "You created job '%(job)s'."
msgstr "Вы создали задание '%(job)s'."
-#: ../src/buildservice/logs.py:257
#, python-format
msgid "%(user)s created job '%(job)s'."
msgstr "%(user)s создал задание '%(job)s'."
-#: ../src/buildservice/logs.py:261
#, python-format
msgid "Job '%(job)s' has changed its state to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:263
#, python-format
msgid "You changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:265
#, python-format
msgid "%(user)s changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:269
#, python-format
msgid "Job '%(job)s' has been reset."
msgstr "задание '%(job)s' было сброшено."
-#: ../src/buildservice/logs.py:271
#, python-format
msgid "You reset job '%(job)s'."
msgstr "Сбросить задание '%(job)s'."
-#: ../src/buildservice/logs.py:273
#, python-format
msgid "%(user)s has reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:277
#, python-format
msgid "Job '%(job)s' has been scheduled for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:279
#, python-format
msgid "You scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:281
#, python-format
msgid "%(user)s scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:287
#, python-format
msgid "A test job for '%(job)s' has been scheduled."
msgstr ""
-#: ../src/buildservice/logs.py:289
#, python-format
msgid "You scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:291
#, python-format
msgid "%(user)s scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:327
#, python-format
msgid "Mirror '%(mirror)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:329
#, python-format
msgid "You enabled mirror '%(mirror)s'."
msgstr "вы включили зеркало '%(mirror)s'."
-#: ../src/buildservice/logs.py:331
#, python-format
msgid "%(user)s enabled mirror '%(mirror)s'."
msgstr "%(user)s включил зеркало '%(mirror)s'."
-#: ../src/buildservice/logs.py:335
#, python-format
msgid "Mirror '%(mirror)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:337
#, python-format
msgid "You disabled mirror '%(mirror)s'."
msgstr "Вы отключили зеркало '%(mirror)s'."
-#: ../src/buildservice/logs.py:339
#, python-format
msgid "%(user)s disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:343
#, python-format
msgid "You deleted mirror '%(mirror)s'."
msgstr "Вы удалили зеркало '%(mirror)s'."
-#: ../src/buildservice/logs.py:345
#, python-format
msgid "%(user)s deleted mirror '%(mirror)s'."
msgstr "%(user)s удалил зеркало '%(mirror)s'."
-#: ../src/buildservice/logs.py:349
#, python-format
msgid "You created mirror '%(mirror)s'."
msgstr "Вы создали зеркало '%(mirror)s'."
-#: ../src/buildservice/logs.py:351
#, python-format
msgid "%(user)s created mirror '%(mirror)s'."
msgstr "%(user)s создал зеркало '%(mirror)s'."
-#: ../src/buildservice/users.py:459
-msgid "Account Activation"
-msgstr "Активация учётной записи"
-
-#: ../src/buildservice/users.py:461
-#, fuzzy
-msgid ""
-"You, or somebody using your email address, has registered an account on the "
-"Pakfire Build Service."
-msgstr ""
-"Вы или кто-то использующий Ваш e-mail, зарегистрировал аккаунт на Службе "
-"Сборки Pakfire."
-
-#: ../src/buildservice/users.py:463
-msgid "To activate your account, please click on the link below."
-msgstr "Чтобы активировать учетную запись, нажмите на ссылку ниже."
-
-#: ../src/templates/base.html:4
msgid "No title given"
msgstr "Заголовок не указан"
-#: ../src/templates/base.html:29 ../src/templates/index.html:16
+msgid "Menu"
+msgstr ""
+
msgid "Pakfire Build Service"
msgstr ""
-#: ../src/templates/base.html:34 ../src/templates/build-bugs.html:12
-#: ../src/templates/build-delete.html:12 ../src/templates/build-detail.html:12
-#: ../src/templates/build-schedule-test.html:12
-#: ../src/templates/build-state.html:12
-#: ../src/templates/builds-watchers-add.html:12
-#: ../src/templates/jobs-buildroot.html:12
-#: ../src/templates/jobs-buildroot.html:48
-#: ../src/templates/job-schedule-rebuild.html:12
-#: ../src/templates/job-schedule-test.html:12
-#: ../src/templates/jobs-detail.html:12 ../src/templates/package-detail.html:12
-#: ../src/templates/package-detail-list.html:12
-#: ../src/templates/package-properties.html:12
-#: ../src/templates/packages/builds/scratch.html:12
-#: ../src/templates/packages/builds/times.html:12
-#: ../src/templates/packages/changelog.html:12
-#: ../src/templates/packages-list.html:12
-#: ../src/templates/packages/view-file.html:12
-#: ../src/templates/search-results.html:50
msgid "Packages"
msgstr "Пакеты"
-#: ../src/templates/base.html:37 ../src/templates/build-index.html:3
-#: ../src/templates/build-index.html:12 ../src/templates/build-index.html:26
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-#: ../src/templates/builds/comments.html:12
-#: ../src/templates/distro-update-edit.html:20
-#: ../src/templates/docs-base.html:33 ../src/templates/docs-build.html:16
-#: ../src/templates/docs-index.html:43
-#: ../src/templates/statistics/index.html:15
msgid "Builds"
msgstr "Сборки"
-#: ../src/templates/base.html:41
msgid "More"
msgstr ""
-#: ../src/templates/base.html:47 ../src/templates/docs-build.html:3
-#: ../src/templates/docs-build.html:12 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-index.html:12 ../src/templates/docs-users.html:3
-#: ../src/templates/docs-users.html:12 ../src/templates/docs-users.html:21
-#: ../src/templates/docs-whatsthis.html:3
-#: ../src/templates/docs-whatsthis.html:12
-#: ../src/templates/docs-whatsthis.html:21
-msgid "Documentation"
-msgstr "Документация"
-
-#: ../src/templates/base.html:53 ../src/templates/search-form.html:12
-#: ../src/templates/search-form.html:22
-msgid "Search"
-msgstr "Поиск"
-
-#: ../src/templates/base.html:60 ../src/templates/distro-detail.html:12
-#: ../src/templates/distro-list.html:3 ../src/templates/distro-list.html:12
-#: ../src/templates/distro-list.html:18
-#: ../src/templates/distro-source-commit-detail.html:12
-#: ../src/templates/distro-source-commit-reset.html:10
-#: ../src/templates/distro-source-detail.html:10
-#: ../src/templates/repository-detail.html:14
msgid "Distributions"
msgstr "Дистрибутивы"
-#: ../src/templates/base.html:66 ../src/templates/builders/delete.html:12
-#: ../src/templates/builders/detail.html:12
-#: ../src/templates/builders/edit.html:12 ../src/templates/builders/list.html:3
-#: ../src/templates/builders/list.html:12
-#: ../src/templates/builders/list.html:17 ../src/templates/builders/new.html:12
-#: ../src/templates/builders/pass.html:10
msgid "Builders"
msgstr "Сборщики"
-#: ../src/templates/base.html:72 ../src/templates/mirrors-delete.html:12
-#: ../src/templates/mirrors-detail.html:12
-#: ../src/templates/mirrors-edit.html:12 ../src/templates/mirrors-list.html:3
-#: ../src/templates/mirrors-list.html:12 ../src/templates/mirrors-list.html:32
-#: ../src/templates/mirrors-new.html:12
msgid "Mirrors"
msgstr "Зеркала"
-#: ../src/templates/base.html:78 ../src/templates/keys-delete.html:12
-#: ../src/templates/keys-import.html:12 ../src/templates/keys-list.html:3
-#: ../src/templates/keys-list.html:12 ../src/templates/keys-list.html:17
-msgid "Key Management"
-msgstr ""
-
-#: ../src/templates/base.html:86 ../src/templates/docs-base.html:34
-#: ../src/templates/docs-index.html:46 ../src/templates/docs-users.html:24
-#: ../src/templates/docs-users.html:48 ../src/templates/search-results.html:96
-#: ../src/templates/user-list.html:12 ../src/templates/user-list.html:17
-#: ../src/templates/user-profile-edit.html:12
-#: ../src/templates/user-profile.html:12
-#: ../src/templates/user-profile-passwd.html:12
-#: ../src/templates/user-profile-passwd-ok.html:12
msgid "Users"
msgstr "Пользователи"
-#: ../src/templates/base.html:94 ../src/templates/statistics/index.html:3
-#: ../src/templates/statistics/index.html:7
-msgid "Statistics"
-msgstr "Статистика"
-
-#: ../src/templates/base.html:101
-msgid "Administration"
-msgstr "Администрирование"
+#, fuzzy
+msgid "My Profile"
+msgstr "Мой профиль"
-#: ../src/templates/base.html:106 ../src/templates/sessions/index.html:3
-#: ../src/templates/sessions/index.html:12
-#: ../src/templates/sessions/index.html:17
-msgid "Sessions"
-msgstr ""
+#, fuzzy
+msgid "My Builds"
+msgstr "Мои сборки"
-#: ../src/templates/base.html:112 ../src/templates/uploads-list.html:3
-#: ../src/templates/uploads-list.html:12 ../src/templates/uploads-list.html:17
-msgid "Uploads"
+msgid "Log Out"
msgstr ""
-#: ../src/templates/base.html:132
-msgid "My profile"
-msgstr "Ð\9cой пÑ\80оÑ\84илÑ\8c"
+#, fuzzy
+msgid "Sign In"
+msgstr "Ð\97аÑ\80егиÑ\81Ñ\82Ñ\80иÑ\80оваÑ\82Ñ\8cÑ\81Ñ\8f!"
-#: ../src/templates/base.html:138
-msgid "My builds"
-msgstr "Мои сборки"
+msgid "Delete build"
+msgstr ""
-#: ../src/templates/base.html:143
-msgid "Impersonated by"
-msgstr ""
-
-#: ../src/templates/base.html:153
-msgid "End impersonation"
-msgstr ""
-
-#: ../src/templates/base.html:160
-msgid "Logout"
-msgstr "Выход"
-
-#: ../src/templates/base.html:168 ../src/templates/docs-users.html:56
-msgid "Register"
-msgstr "Зарегистрироваться"
-
-#: ../src/templates/base.html:172
-msgid "Sign in"
-msgstr ""
-
-#: ../src/templates/base.html:184
-msgid "Forgot your password?"
-msgstr "Забыли пароль?"
-
-#: ../src/templates/build-bugs.html:3
-msgid "Bug list"
-msgstr "Список ошибок"
-
-#: ../src/templates/build-bugs.html:8 ../src/templates/build-delete.html:8
-#: ../src/templates/build-detail.html:8 ../src/templates/builders/delete.html:8
-#: ../src/templates/builders/detail.html:8
-#: ../src/templates/builders/edit.html:8 ../src/templates/builders/list.html:8
-#: ../src/templates/builders/new.html:8 ../src/templates/builders/pass.html:6
-#: ../src/templates/build-index.html:8
-#: ../src/templates/build-schedule-test.html:8
-#: ../src/templates/builds/comments.html:8 ../src/templates/build-state.html:8
-#: ../src/templates/builds-watchers-add.html:8
-#: ../src/templates/distro-detail.html:8 ../src/templates/distro-list.html:8
-#: ../src/templates/distro-source-commit-detail.html:8
-#: ../src/templates/distro-source-commit-reset.html:6
-#: ../src/templates/distro-source-detail.html:6
-#: ../src/templates/docs-build.html:8 ../src/templates/docs-index.html:8
-#: ../src/templates/docs-users.html:8 ../src/templates/docs-whatsthis.html:8
-#: ../src/templates/jobs-buildroot.html:8
-#: ../src/templates/job-schedule-rebuild.html:8
-#: ../src/templates/job-schedule-test.html:8
-#: ../src/templates/jobs-detail.html:8 ../src/templates/jobs-filter.html:8
-#: ../src/templates/jobs-index.html:8 ../src/templates/keys-delete.html:8
-#: ../src/templates/keys-import.html:8 ../src/templates/keys-list.html:8
-#: ../src/templates/mirrors-delete.html:8
-#: ../src/templates/mirrors-detail.html:8 ../src/templates/mirrors-edit.html:8
-#: ../src/templates/mirrors-list.html:8 ../src/templates/mirrors-new.html:8
-#: ../src/templates/modules/package-header.html:9
-#: ../src/templates/package-detail.html:8
-#: ../src/templates/package-detail-list.html:8
-#: ../src/templates/package-properties.html:8
-#: ../src/templates/packages/builds/scratch.html:8
-#: ../src/templates/packages/builds/times.html:8
-#: ../src/templates/packages/changelog.html:8
-#: ../src/templates/packages-list.html:8
-#: ../src/templates/packages/view-file.html:8
-#: ../src/templates/register-activation-fail.html:8
-#: ../src/templates/register-activation-success.html:8
-#: ../src/templates/register.html:8 ../src/templates/repository-detail.html:10
-#: ../src/templates/search-form.html:8 ../src/templates/search-results.html:8
-#: ../src/templates/sessions/index.html:8 ../src/templates/uploads-list.html:8
-#: ../src/templates/user-forgot-password.html:8
-#: ../src/templates/user-list.html:8 ../src/templates/user-profile-edit.html:8
-#: ../src/templates/user-profile.html:8
-#: ../src/templates/user-profile-passwd.html:8
-#: ../src/templates/user-profile-passwd-ok.html:8
msgid "Home"
msgstr "Домой"
-#: ../src/templates/build-bugs.html:29 ../src/templates/build-detail.html:75
-msgid "Fixed bugs"
-msgstr ""
+msgid "Delete"
+msgstr "Удалить"
-#: ../src/templates/build-bugs.html:33
-msgid "No bugs here, yet."
+#, c-format
+msgid "You are about to delete build %s."
msgstr ""
-#: ../src/templates/build-bugs.html:34
-msgid "Click below to add one."
+msgid "Please make sure, that this is the right build you intend to delete."
msgstr ""
-#: ../src/templates/build-bugs.html:45
-msgid "Add"
-msgstr "Добавить"
-
-#: ../src/templates/build-bugs.html:50 ../src/templates/keys-list.html:63
-msgid "Remove"
-msgstr "Удалить"
+msgid "Once a build has been deleted, it can not been recovered."
+msgstr ""
-#: ../src/templates/build-bugs.html:57 ../src/templates/user-delete.html:18
-msgid "Back"
-msgstr "Назад"
+msgid "Cancel"
+msgstr "Отмена"
-#: ../src/templates/build-bugs.html:71
-msgid "Add a bug"
+#, c-format
+msgid "Manage build %s"
msgstr ""
-#: ../src/templates/build-bugs.html:77 ../src/templates/build-bugs.html:134
-msgid "Bug ID"
+msgid "Manage build"
msgstr ""
-#: ../src/templates/build-bugs.html:84
-msgid "Enter a bug ID."
+msgid "Distribution"
+msgstr "Дистрибутив"
+
+msgid "Not all jobs are finished"
msgstr ""
-#: ../src/templates/build-bugs.html:93
-msgid "This is a list of more open bugs of this package."
+msgid "Not all jobs of this build are finished, yet."
msgstr ""
-#: ../src/templates/build-bugs.html:96
-msgid "Maybe you want to pick one of these."
+msgid ""
+"It is <strong>strongly discouraged</strong> to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/build-bugs.html:115
-msgid "Add bug"
+msgid ""
+"However, the build will be automatically unpushed if one or more build jobs "
+"fail."
msgstr ""
-#: ../src/templates/build-bugs.html:116 ../src/templates/build-bugs.html:165
-#: ../src/templates/build-delete.html:47
-#: ../src/templates/builders/delete.html:39
-#: ../src/templates/build-manage.html:79 ../src/templates/keys-delete.html:43
-#: ../src/templates/mirrors-delete.html:36
-#: ../src/templates/mirrors-edit.html:82
-#: ../src/templates/modules/modal-base.html:28
-#: ../src/templates/modules/modal-build-comment.html:59
-#: ../src/templates/package-properties.html:94
-#: ../src/templates/user-profile-edit.html:151
-#: ../src/templates/user-profile-passwd.html:96
-msgid "Cancel"
-msgstr "Отмена"
+msgid "Push to a repository"
+msgstr ""
-#: ../src/templates/build-bugs.html:128
-msgid "Remove a bug"
+msgid "Push to next repository"
msgstr ""
-#: ../src/templates/build-bugs.html:141
-msgid "Enter a bug ID from the list below."
+msgid "Push to first repository"
msgstr ""
-#: ../src/templates/build-bugs.html:164
-msgid "Remove bug"
+msgid "New repository"
msgstr ""
-#: ../src/templates/build-delete.html:3 ../src/templates/build-delete.html:46
-#: ../src/templates/build-detail.html:151
-msgid "Delete build"
+msgid "This is the target repository for the build."
msgstr ""
-#: ../src/templates/build-delete.html:24
-#: ../src/templates/builders/delete.html:20
-#: ../src/templates/keys-delete.html:20 ../src/templates/mirrors-delete.html:20
-#: ../src/templates/repository-detail.html:116
-msgid "Delete"
-msgstr "Удалить"
+msgid "Push"
+msgstr ""
-#: ../src/templates/build-delete.html:34
-#, c-format
-msgid "You are about to delete build %s."
+msgid "Unpush"
msgstr ""
-#: ../src/templates/build-delete.html:39
-msgid "Please make sure, that this is the right build you intend to delete."
+msgid "Switch to user mode"
msgstr ""
-#: ../src/templates/build-delete.html:40
-msgid "Once a build has been deleted, it can not been recovered."
+msgid "Switch to admin mode"
msgstr ""
-#: ../src/templates/build-detail.html:3 ../src/templates/build-state.html:3
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/builds-watchers-list.html:31
-#: ../src/templates/modules/build-table.html:14
-#: ../src/templates/modules/log-table.html:10
-#: ../src/templates/package-detail.html:109
-msgid "Build"
-msgstr "Сборка"
+#, c-format
+msgid "Schedule test build for %s"
+msgstr "Расписание тестов сборки для %s"
-#: ../src/templates/build-detail.html:43
-msgid "Score"
-msgstr ""
+msgid "Schedule test build"
+msgstr "Проверка сборки по расписанию"
-#: ../src/templates/build-detail.html:46
-msgid "(broken)"
+msgid ""
+"A test build is used to check if a package builds with the current package "
+"set."
msgstr ""
+"Тестовая сборка используется для проверки, может ли она в принципе собраться "
+"при данных настройках."
-#: ../src/templates/build-detail.html:48
-msgid "(obsolete)"
+msgid ""
+"In this way, developers are able to find quality issues fast and without "
+"actively searching for them."
msgstr ""
+"Таким образом, разработчики смогут обнаружить проблемы быстро и без "
+"детального исследования."
-#: ../src/templates/build-detail.html:57
-msgid "Security update"
+msgid ""
+"As this build platform only has a limited amount of performance, test builds "
+"only have a very less priority."
msgstr ""
+"Тестовые сборки имеют очень низкий приоритет, так как производительность "
+"этой сборочной платформы ограничена."
-#: ../src/templates/build-detail.html:60
-msgid "Bug fix update"
-msgstr ""
+msgid "However, you can manually request to run a test."
+msgstr "Тем не менее, вы можете вручную запустить тест."
-#: ../src/templates/build-detail.html:63
-msgid "Enhancement"
+msgid ""
+"The build job will be started when a build slot is available but not before "
+"the given time."
msgstr ""
+"Работа по сборке запустится, когда освободится сборочный слот, но не раньше "
+"заданного времени."
-#: ../src/templates/build-detail.html:66
-msgid "New package"
-msgstr ""
+msgid "Build"
+msgstr "Сборка"
-#: ../src/templates/build-detail.html:68
-#, c-format
-msgid "Unhandled: %s"
-msgstr ""
+msgid "State"
+msgstr "Состояние"
-#: ../src/templates/build-detail.html:98
-#: ../src/templates/distro-source-commit-detail.html:55
-#: ../src/templates/modules/changelog/entry.html:36
-#: ../src/templates/modules/commits-table.html:5
-msgid "Author"
-msgstr "Автор"
+msgid ""
+"The state of a build can be either building, testing, stable, obsolete or "
+"broken."
+msgstr ""
-#: ../src/templates/build-detail.html:100
-#: ../src/templates/distro-source-commit-detail.html:3
-#: ../src/templates/modules/commits-table.html:4
-#: ../src/templates/package-detail.html:137
-msgid "Commit"
-msgstr "Подтвердить"
+msgid "Mark build as obsolete"
+msgstr ""
-#: ../src/templates/build-detail.html:103
-#: ../src/templates/modules/changelog/entry.html:41
-msgid "No commit message."
+msgid ""
+"If a package is updated by an other package it should be marked as "
+"<em>obsolete</em>."
msgstr ""
-#: ../src/templates/build-detail.html:117
-#: ../src/templates/modules/modal-build-comment.html:18
-msgid "Comment"
+msgid ""
+"For obsolete builds, there will be no test jobs created and it is "
+"recommended to remove them from the repositories soon."
msgstr ""
-#: ../src/templates/build-detail.html:121
-#: ../src/templates/builders/detail.html:242
-#: ../src/templates/jobs-detail.html:175 ../src/templates/log.html:4
-#: ../src/templates/mirrors-detail.html:119
-#: ../src/templates/mirrors-list.html:95
-msgid "Log"
-msgstr "Журнал"
+msgid "Remove build from the repository it is currently in?"
+msgstr ""
-#: ../src/templates/build-detail.html:130
-#: ../src/templates/builders/list.html:32 ../src/templates/jobs-filter.html:12
-#: ../src/templates/jobs-index.html:3 ../src/templates/jobs-index.html:12
-#: ../src/templates/jobs-index.html:23
-#: ../src/templates/modules/build-table.html:15
-msgid "Jobs"
+msgid "Unbreak this build"
msgstr ""
-#: ../src/templates/build-detail.html:134
-#: ../src/templates/package-detail.html:39
-#: ../src/templates/package-detail.html:100
-msgid "Source package"
+msgid ""
+"In case this build has accidentially be marked as broken, it is possible to "
+"recover that state."
msgstr ""
-#: ../src/templates/build-detail.html:144
-msgid "Change state"
+msgid "Mark build as broken"
msgstr ""
-#: ../src/templates/build-detail.html:145
-msgid "Modify bug list"
+msgid ""
+"If a package does not build or contains <em>serious</em> bugs, it should be "
+"marked as broken."
msgstr ""
-#: ../src/templates/build-detail.html:168
-#: ../src/templates/build-detail.html:191 ../src/templates/build-manage.html:77
-#: ../src/templates/modules/modal-build-push.html:60
-msgid "Push"
+msgid ""
+"Those builds can not be added into any repositories and are removed from all "
+"repositories they may currently be in."
msgstr ""
-#: ../src/templates/build-detail.html:174
-#: ../src/templates/build-detail.html:183 ../src/templates/build-manage.html:78
-#: ../src/templates/modules/modal-build-unpush.html:38
-msgid "Unpush"
+msgid "Current repository"
msgstr ""
-#: ../src/templates/build-detail.html:202 ../src/templates/build-state.html:128
#, c-format
msgid "since %s"
msgstr ""
-#: ../src/templates/build-detail.html:205
-msgid "This package does not belong to any repository."
-msgstr ""
-
-#: ../src/templates/builders/delete.html:3
#, c-format
msgid "Delete builder %s"
msgstr "Удалить сборщик %s"
-#: ../src/templates/builders/delete.html:25
-#: ../src/templates/builders/detail.html:3
-#: ../src/templates/builders/detail.html:74
-#: ../src/templates/builders/pass.html:23 ../src/templates/jobs-filter.html:27
-#: ../src/templates/modules/jobs/boxes.html:15
-#: ../src/templates/modules/jobs/list.html:6
-msgid "Builder"
-msgstr "Сборщик"
+#, fuzzy, c-format
+msgid "Delete builder: %s"
+msgstr "Удалить сборщик %s"
-#: ../src/templates/builders/delete.html:31
-#, c-format
-msgid "You are going to delete the build host <strong>%s</strong>."
+#, fuzzy, c-format
+msgid "You are going to delete the build host %s."
msgstr "Вы собираетесь удалить хост сборки <strong>%s</strong>."
-#: ../src/templates/builders/delete.html:37
-#: ../src/templates/mirrors-delete.html:34 ../src/templates/user-delete.html:16
#, c-format
msgid "Delete %s"
msgstr "Удалить %s."
-#: ../src/templates/builders/detail.html:22
-#: ../src/templates/build-filter.html:75 ../src/templates/build-list.html:13
-#: ../src/templates/builds-watchers-list.html:50
-#: ../src/templates/distro-update-detail.html:46
-#: ../src/templates/file-detail.html:116 ../src/templates/jobs-detail.html:30
-#: ../src/templates/mirrors-detail.html:23
-#: ../src/templates/mirrors-list.html:19 ../src/templates/user-comments.html:10
-msgid "Actions"
-msgstr "Действия"
+msgid "Builder"
+msgstr "Сборщик"
-#: ../src/templates/builders/detail.html:27
-msgid "Show jobs by this builder"
+msgid "Current"
msgstr ""
-#: ../src/templates/builders/detail.html:36
-msgid "Disable builder"
+#, c-format
+msgid "Pakfire %s"
msgstr ""
-#: ../src/templates/builders/detail.html:42
-msgid "Enable builder"
-msgstr ""
+#, fuzzy, c-format
+msgid "Supported Architectures: %s"
+msgstr "Поддерживаемые архитектуры"
-#: ../src/templates/builders/detail.html:50
-msgid "Edit builder"
+#, c-format
+msgid "Total Build Time: %s"
msgstr ""
-#: ../src/templates/builders/detail.html:58
-msgid "Renew passphrase"
-msgstr "Обновить ключевую фразу"
-
-#: ../src/templates/builders/detail.html:66
-msgid "Delete builder"
-msgstr "Удалить сборщика"
+#, fuzzy, c-format
+msgid "%s Memory"
+msgstr "Память"
-#: ../src/templates/builders/detail.html:79
-msgid "Warning"
+#, c-format
+msgid "%s Swap Space"
msgstr ""
-#: ../src/templates/builders/detail.html:80
-msgid "This builder is overloaded."
-msgstr ""
+#, fuzzy
+msgid "Test Mode"
+msgstr "Тестировщик"
-#: ../src/templates/builders/detail.html:81
-msgid ""
-"That means it will not take any additional jobs although it has not reached "
-"its threshold of running jobs, yet."
+msgid "Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:82
-msgid "New jobs will be started automatically after the load decreased."
+msgid "Edit"
msgstr ""
-#: ../src/templates/builders/detail.html:91
-#: ../src/templates/build-filter.html:27 ../src/templates/build-state.html:24
-#: ../src/templates/modules/jobs-table.html:5
-#: ../src/templates/user-profile-edit.html:77
-#: ../src/templates/user-profile.html:47
-msgid "State"
-msgstr "Состояние"
+#, fuzzy
+msgid "Running Jobs"
+msgstr "Работает"
+
+msgid "Log"
+msgstr "Журнал"
+
+#, fuzzy, c-format
+msgid "Edit Builder %s"
+msgstr "Сборщики"
+
+msgid "Hostname"
+msgstr "Имя хоста"
+
+#, fuzzy
+msgid "The hostname cannot be changed"
+msgstr "Имя хоста нельзя изменить"
-#: ../src/templates/builders/detail.html:94
-#: ../src/templates/builders/edit.html:42 ../src/templates/mirrors-edit.html:43
msgid "Enabled"
msgstr "Включено"
-#: ../src/templates/builders/detail.html:96
-msgid "Disabled"
-msgstr ""
-
-#: ../src/templates/builders/detail.html:98
-msgid "Deleted"
-msgstr ""
+#, fuzzy
+msgid "Job Settings"
+msgstr "Параметры задания на сборку"
-#: ../src/templates/builders/detail.html:100
-#, c-format
-msgid "Unknown status: %s"
+msgid "Maximum Parallel Build Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:105
-msgid "Parallel builds"
-msgstr ""
+#, fuzzy
+msgid "Enable Test Mode"
+msgstr "Включено"
-#: ../src/templates/builders/detail.html:106
-msgid "One job only."
+msgid "Only build test jobs on this builder"
msgstr ""
-#: ../src/templates/builders/detail.html:109
-msgid "This host builds"
+msgid "Save"
msgstr ""
-#: ../src/templates/builders/detail.html:115
-msgid "Release builds"
+msgid "Online"
msgstr ""
-#: ../src/templates/builders/detail.html:117
-#: ../src/templates/package-detail-list.html:30
-#: ../src/templates/packages/builds/scratch.html:3
-#: ../src/templates/packages/builds/scratch.html:20
-msgid "Scratch builds"
+msgid "Offline"
msgstr ""
-#: ../src/templates/builders/detail.html:119
-#: ../src/templates/package-detail-list.html:35
-msgid "Test builds"
-msgstr ""
+#, fuzzy
+msgid "Create A New Builder"
+msgstr "Создайте новую систему сборки"
-#: ../src/templates/builders/detail.html:130
-msgid "Remarks"
-msgstr ""
+msgid "Statistics"
+msgstr "Статистика"
-#: ../src/templates/builders/detail.html:141
-msgid "OS"
+msgid "Total Build Time"
msgstr ""
-#: ../src/templates/builders/detail.html:147
-msgid "Pakfire version"
+msgid "Total Build Time By Architecture"
msgstr ""
-#: ../src/templates/builders/detail.html:153
-#: ../src/templates/distro-detail.html:35
-msgid "Supported architectures"
-msgstr "Поддерживаемые архитектуры"
+msgid "Create new builder"
+msgstr "Создание новую систему сборки"
-#: ../src/templates/builders/detail.html:159
-msgid "CPU model"
-msgstr "Модель CPU"
+msgid "Create a new builder"
+msgstr "Создайте новую систему сборки"
-#: ../src/templates/builders/detail.html:165
-msgid "CPU count"
+msgid "Enter the canonical hostname of the machine."
msgstr ""
-#: ../src/templates/builders/detail.html:169
-msgid "Bogomips"
+#, c-format
+msgid "Watch build %s"
msgstr ""
-#: ../src/templates/builders/detail.html:180
-msgid "Memory"
-msgstr "Память"
-
-#: ../src/templates/builders/detail.html:194
-msgid "SWAP space"
+msgid "Watch"
msgstr ""
-#: ../src/templates/builders/detail.html:203
-msgid "No memory information available."
+msgid "You may here add yourself to the list of watchers of this build."
msgstr ""
-#: ../src/templates/builders/detail.html:208
-msgid "Load average"
-msgstr "Средняя скорость"
-
-#: ../src/templates/builders/detail.html:212
-#: ../src/templates/builders/list.html:50
-msgid "Overload"
-msgstr "Перегрузка"
-
-#: ../src/templates/builders/detail.html:217
-msgid "Free disk space"
+msgid ""
+"If you do so, you will receive messages about new comments and status "
+"updates."
msgstr ""
-#: ../src/templates/builders/detail.html:222
-msgid "Host key"
+msgid "Oops!"
msgstr ""
-#: ../src/templates/builders/detail.html:235
-msgid "Active and pending jobs"
+msgid "You are already watching this build."
msgstr ""
-#: ../src/templates/builders/edit.html:3
-#, c-format
-msgid "Manage builder %s"
+msgid "Choose user"
msgstr ""
-#: ../src/templates/builders/edit.html:20
-#: ../src/templates/builders/edit.html:25
-#: ../src/templates/builders/pass.html:18 ../src/templates/mirrors-edit.html:20
-msgid "Manage"
+msgid "Myself"
msgstr ""
-#: ../src/templates/builders/edit.html:25
-#, c-format
-msgid "Builder: %s"
+msgid "Choose a user who should watch this build."
msgstr ""
-#: ../src/templates/builders/edit.html:32
-#: ../src/templates/builders/list.html:30 ../src/templates/builders/new.html:30
-#: ../src/templates/mirrors-detail.html:56
-#: ../src/templates/mirrors-edit.html:32 ../src/templates/mirrors-list.html:43
-#: ../src/templates/mirrors-new.html:28
-msgid "Hostname"
-msgstr "Имя хоста"
-
-#: ../src/templates/builders/edit.html:36
-msgid "The hostname cannot be changed."
-msgstr "Имя хоста нельзя изменить"
-
-#: ../src/templates/builders/edit.html:46
-msgid "The builder must be enabled in order to process build jobs."
-msgstr "Сборщик должен быть включен, чтобы была возможность сборки."
-
-#: ../src/templates/builders/edit.html:53
-msgid "Build job settings"
-msgstr "Параметры задания на сборку"
+msgid "User"
+msgstr "Пользователь"
-#: ../src/templates/builders/edit.html:56
-msgid "Maximum number of parallel build jobs"
+msgid "Add watcher"
msgstr ""
-#: ../src/templates/builders/edit.html:65
-msgid "This is the number of build jobs that are started in parallel."
+#, c-format
+msgid "Watchers of %s"
msgstr ""
-#: ../src/templates/builders/edit.html:74
-msgid "Authorized to build release builds."
+msgid "This is a list of all users who watch this build."
msgstr ""
-#: ../src/templates/builders/edit.html:83
-msgid "Authorized to build scratch builds."
+msgid ""
+"If you write a comment or the status of the build is changed, they all will "
+"get a message."
msgstr ""
-#: ../src/templates/builders/edit.html:92
-msgid "Authorized to build test builds."
-msgstr ""
-
-#: ../src/templates/builders/edit.html:98 ../src/templates/mirrors-edit.html:81
-#: ../src/templates/package-properties.html:93
-msgid "Save changes"
-msgstr "Сохранить изменения"
-
-#: ../src/templates/builders/list.html:31 ../src/templates/jobs-filter.html:44
-#: ../src/templates/packages/builds/times.html:44
-msgid "Architecture"
-msgstr ""
-
-#: ../src/templates/builders/list.html:53
-msgid "Unknown CPU"
-msgstr ""
-
-#: ../src/templates/builders/list.html:73 ../src/templates/builders/new.html:3
-#: ../src/templates/builders/new.html:16 ../src/templates/builders/new.html:41
-msgid "Create new builder"
-msgstr "Создание новую систему сборки"
-
-#: ../src/templates/builders/new.html:21
-msgid "Create a new builder"
-msgstr "Создайте новую систему сборки"
-
-#: ../src/templates/builders/new.html:35
-msgid "Enter the canonical hostname of the machine."
-msgstr ""
-
-#: ../src/templates/builders/pass.html:30
-#, c-format
-msgid "The new host <strong>%s</strong> has been successfully created."
-msgstr "Новый хост <strong>%s</strong> успешно создан."
-
-#: ../src/templates/builders/pass.html:32
-#, c-format
-msgid "The passphrase for <strong>%s</strong> has been regenerated."
-msgstr "Ключевая фраза для <strong>%s</strong> была заново сгенерирована."
-
-#: ../src/templates/builders/pass.html:35
-msgid ""
-"For authorization to the Pakfire Master Server there is a passphrase "
-"required which must be configured to the host."
-msgstr ""
-"Для авторизации на Главном Сервере Pakfire используется ключевая фраза, "
-"которая задана на сервере."
-
-#: ../src/templates/builders/pass.html:39
-msgid "This passphrase is:"
-msgstr "Это ключевая фраза:"
-
-#: ../src/templates/builders/pass.html:43
-msgid "Next"
-msgstr "Далее"
-
-#: ../src/templates/build-filter.html:3 ../src/templates/build-list.html:3
-#: ../src/templates/build-list.html:8
-msgid "Build job list"
-msgstr "Список заданий на сборку"
-
-#: ../src/templates/build-filter.html:6 ../src/templates/build-index.html:21
-#: ../src/templates/build-list.html:15
-msgid "Filter builds"
-msgstr "Сортировка сборок"
-
-#: ../src/templates/build-filter.html:11 ../src/templates/build-manage.html:9
-#: ../src/templates/distro-detail.html:3 ../src/templates/distro-detail.html:22
-#: ../src/templates/distro-list.html:33
-#: ../src/templates/distro-source-commits.html:5
-#: ../src/templates/distro-update-detail.html:6
-#: ../src/templates/distro-update-edit.html:12
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-edit.html:8
-msgid "Distribution"
-msgstr "Дистрибутив"
-
-#: ../src/templates/build-filter.html:15 ../src/templates/build-filter.html:39
-#: ../src/templates/build-filter.html:55
-msgid "Any"
-msgstr "Любой"
-
-#: ../src/templates/build-filter.html:23
-msgid "Show only builds in that distribution."
-msgstr ""
-
-#: ../src/templates/build-filter.html:30
-msgid "All"
-msgstr "Все"
-
-#: ../src/templates/build-filter.html:31
-#: ../src/templates/modules/jobs-table.html:29 ../src/web/ui_modules.py:335
-msgid "Running"
-msgstr "Работает"
-
-#: ../src/templates/build-filter.html:32
-#: ../src/templates/modules/jobs-table.html:21 ../src/web/ui_modules.py:330
-msgid "Pending"
-msgstr "В ожидании"
-
-#: ../src/templates/build-filter.html:33 ../src/templates/jobs-detail.html:128
-#: ../src/templates/modules/jobs-table.html:27 ../src/web/ui_modules.py:320
-msgid "Finished"
-msgstr "Завершается"
-
-#: ../src/templates/build-filter.html:34
-#: ../src/templates/modules/jobs-table.html:23 ../src/web/ui_modules.py:315
-msgid "Failed"
-msgstr "Ошибка"
-
-#: ../src/templates/build-filter.html:35
-msgid "Permanently failed"
-msgstr "Постоянно не удаётся"
-
-#: ../src/templates/build-filter.html:36
-#: ../src/templates/modules/jobs-table.html:25 ../src/web/ui_modules.py:310
-msgid "Dispatching"
-msgstr "Отправляется"
-
-#: ../src/templates/build-filter.html:37 ../src/web/ui_modules.py:340
-msgid "Uploading"
-msgstr "Загружается"
-
-#: ../src/templates/build-filter.html:40
-msgid "Building"
-msgstr ""
-
-#: ../src/templates/build-filter.html:41
-msgid "Testing"
-msgstr ""
-
-#: ../src/templates/build-filter.html:42
-msgid "Stable"
-msgstr ""
-
-#: ../src/templates/build-filter.html:43
-msgid "Obsolete"
-msgstr ""
-
-#: ../src/templates/build-filter.html:44
-msgid "Broken"
-msgstr ""
-
-#: ../src/templates/build-filter.html:48
-msgid "Only show builds with given state."
-msgstr "Показывать только сборки с указанным состоянием."
-
-#: ../src/templates/build-filter.html:52
-#: ../src/templates/package-detail.html:82
-msgid "Build host"
-msgstr "Хост сборки"
-
-#: ../src/templates/build-filter.html:62
-msgid "Display only builds by selected host."
-msgstr "Показывать только сборки на указанном хосте."
-
-#: ../src/templates/build-filter.html:77
-msgid "Show all builds"
-msgstr "Показать все сборки"
-
-#: ../src/templates/build-index.html:18
-#: ../src/templates/builds/comments.html:17
-#: ../src/templates/builds/comments.html:25
-msgid "Comments"
-msgstr ""
-
-#: ../src/templates/build-manage.html:3
-#, c-format
-msgid "Manage build %s"
-msgstr ""
-
-#: ../src/templates/build-manage.html:8
-msgid "Manage build"
-msgstr ""
-
-#: ../src/templates/build-manage.html:15
-msgid "Permission denied"
-msgstr ""
-
-#: ../src/templates/build-manage.html:16
-msgid ""
-"You do not have the permission to update packages that belong to the "
-"<em>critical path</em>."
-msgstr ""
-
-#: ../src/templates/build-manage.html:22
-msgid "Not all jobs are finished"
-msgstr ""
-
-#: ../src/templates/build-manage.html:24
-msgid "Not all jobs of this build are finished, yet."
-msgstr ""
-
-#: ../src/templates/build-manage.html:25
-msgid ""
-"It is <strong>strongly discouraged</strong> to push this build into the next "
-"repository."
-msgstr ""
-
-#: ../src/templates/build-manage.html:28
-msgid ""
-"However, the build will be automatically unpushed if one or more build jobs "
-"fail."
-msgstr ""
-
-#: ../src/templates/build-manage.html:42
-msgid "Push to a repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:44
-msgid "Push to next repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:46
-msgid "Push to first repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:51
-#: ../src/templates/modules/modal-build-push.html:24
-msgid "New repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:71
-msgid "This is the target repository for the build."
-msgstr ""
-
-#: ../src/templates/build-manage.html:90
-msgid "Switch to user mode"
-msgstr ""
-
-#: ../src/templates/build-manage.html:92
-msgid "Switch to admin mode"
-msgstr ""
-
-#: ../src/templates/build-priority.html:3
-#: ../src/templates/build-priority.html:6
-msgid "Edit build priority"
-msgstr "Изменить приоритет сборки"
-
-#: ../src/templates/build-priority.html:11
-msgid "Priority"
-msgstr "Приоритет"
-
-#: ../src/templates/build-priority.html:14
-#: ../src/templates/package-properties.html:51
-msgid "Very high"
-msgstr "Очень высокий"
-
-#: ../src/templates/build-priority.html:15
-#: ../src/templates/package-properties.html:54
-msgid "High"
-msgstr "Высокий"
-
-#: ../src/templates/build-priority.html:16
-#: ../src/templates/package-properties.html:57
-msgid "Medium"
-msgstr "Средний"
-
-#: ../src/templates/build-priority.html:17
-#: ../src/templates/package-properties.html:60
-msgid "Low"
-msgstr "Низкий"
-
-#: ../src/templates/build-priority.html:18
-#: ../src/templates/package-properties.html:63
-msgid "Very low"
-msgstr "Очень низкий"
-
-#: ../src/templates/build-priority.html:22
-msgid "Set the priority of the build process."
-msgstr "Установить приоритет процесса сборки."
-
-#: ../src/templates/build-priority.html:28
-msgid "Beware"
-msgstr "Осторожно"
-
-#: ../src/templates/build-priority.html:29
-msgid "Shuffeling build jobs can cause problems with the dependency solving."
-msgstr ""
-"Смешивание заданий по сборке может привести к проблемам с зависимостями."
-
-#: ../src/templates/build-priority.html:30
-msgid "Don't do this if you are not totally sure you won't break anything."
-msgstr "Не делайте этого, если точно не уверены, что ничего не испортите."
-
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-msgid "Job queue"
-msgstr ""
-
-#: ../src/templates/build-queue.html:8
-msgid "This is a list of all jobs that are waiting to be processed."
-msgstr ""
-
-#: ../src/templates/build-queue.html:9
-msgid "They one at the top is next."
-msgstr ""
-
-#: ../src/templates/build-queue.html:15
-msgid "No jobs to do."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:3
-#: ../src/templates/build-schedule-test.html:29
-#: ../src/templates/job-schedule-test.html:3
-#: ../src/templates/job-schedule-test.html:29
-#, c-format
-msgid "Schedule test build for %s"
-msgstr "Расписание тестов сборки для %s"
-
-#: ../src/templates/build-schedule-test.html:24
-#: ../src/templates/job-schedule-test.html:24
-#: ../src/templates/jobs-detail.html:48
-msgid "Schedule test build"
-msgstr "Проверка сборки по расписанию"
-
-#: ../src/templates/build-schedule-test.html:35
-#: ../src/templates/job-schedule-test.html:35
-msgid ""
-"A test build is used to check if a package builds with the current package "
-"set."
-msgstr ""
-"Тестовая сборка используется для проверки, может ли она в принципе собраться "
-"при данных настройках."
-
-#: ../src/templates/build-schedule-test.html:36
-#: ../src/templates/job-schedule-test.html:36
-msgid ""
-"In this way, developers are able to find quality issues fast and without "
-"actively searching for them."
-msgstr ""
-"Таким образом, разработчики смогут обнаружить проблемы быстро и без "
-"детального исследования."
-
-#: ../src/templates/build-schedule-test.html:39
-#: ../src/templates/job-schedule-test.html:39
-msgid ""
-"As this build platform only has a limited amount of performance, test builds "
-"only have a very less priority."
-msgstr ""
-"Тестовые сборки имеют очень низкий приоритет, так как производительность "
-"этой сборочной платформы ограничена."
-
-#: ../src/templates/build-schedule-test.html:40
-#: ../src/templates/job-schedule-test.html:40
-msgid "However, you can manually request to run a test."
-msgstr "Тем не менее, вы можете вручную запустить тест."
-
-#: ../src/templates/build-schedule-test.html:43
-#: ../src/templates/job-schedule-rebuild.html:38
-#: ../src/templates/job-schedule-test.html:43
-msgid ""
-"The build job will be started when a build slot is available but not before "
-"the given time."
-msgstr ""
-"Работа по сборке запустится, когда освободится сборочный слот, но не раньше "
-"заданного времени."
-
-#: ../src/templates/builds/comments.html:3
-#: ../src/templates/builds/comments.html:42
-msgid "Build comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:33
-msgid "Show all comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:40
-#, c-format
-msgid "%s's latest comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:49
-#, c-format
-msgid "This page shows %s's latest comments."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:51
-msgid "This page shows the latest comments on builds."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:53
-msgid ""
-"The Pakfire Build Service is all about social development and so, "
-"communicating with eath others is important. Please join."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:61
-#: ../src/templates/builds/comments.html:65
-#: ../src/templates/packages/changelog.html:35
-#: ../src/templates/packages/changelog.html:39
-msgid "Newer"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:71
-#: ../src/templates/builds/comments.html:75
-#: ../src/templates/packages/changelog.html:45
-#: ../src/templates/packages/changelog.html:49
-msgid "Older"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:81
-#, c-format
-msgid "%s did not comment on anything, yet."
-msgstr ""
-
-#: ../src/templates/build-state.html:34
-msgid ""
-"The state of a build can be either building, testing, stable, obsolete or "
-"broken."
-msgstr ""
-
-#: ../src/templates/build-state.html:48
-msgid "Mark build as obsolete"
-msgstr ""
-
-#: ../src/templates/build-state.html:50
-msgid ""
-"If a package is updated by an other package it should be marked as "
-"<em>obsolete</em>."
-msgstr ""
-
-#: ../src/templates/build-state.html:51
-msgid ""
-"For obsolete builds, there will be no test jobs created and it is "
-"recommended to remove them from the repositories soon."
-msgstr ""
-
-#: ../src/templates/build-state.html:60
-msgid "Remove build from the repository it is currently in?"
-msgstr ""
-
-#: ../src/templates/build-state.html:81
-msgid "Unbreak this build"
-msgstr ""
-
-#: ../src/templates/build-state.html:84
-msgid ""
-"In case this build has accidentially be marked as broken, it is possible to "
-"recover that state."
-msgstr ""
-
-#: ../src/templates/build-state.html:102
-msgid "Mark build as broken"
-msgstr ""
-
-#: ../src/templates/build-state.html:105
-msgid ""
-"If a package does not build or contains <em>serious</em> bugs, it should be "
-"marked as broken."
-msgstr ""
-
-#: ../src/templates/build-state.html:106
-msgid ""
-"Those builds can not be added into any repositories and are removed from all "
-"repositories they may currently be in."
-msgstr ""
-
-#: ../src/templates/build-state.html:126
-#: ../src/templates/distro-update-detail.html:17
-#: ../src/templates/modules/modal-build-push.html:54
-#: ../src/templates/modules/modal-build-unpush.html:13
-msgid "Current repository"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:3
-#: ../src/templates/builds-watchers-add.html:29
-#, c-format
-msgid "Watch build %s"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:24
-msgid "Watch"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:35
-msgid "You may here add yourself to the list of watchers of this build."
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:36
-msgid ""
-"If you do so, you will receive messages about new comments and status "
-"updates."
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:43
-#: ../src/templates/user-profile-passwd.html:51
-msgid "Oops!"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:44
-#: ../src/templates/builds-watchers-list.html:17
-msgid "You are already watching this build."
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:56
-msgid "Choose user"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:60
-msgid "Myself"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:70
-msgid "Choose a user who should watch this build."
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:76
-#: ../src/templates/modules/build-table.html:20
-#: ../src/templates/user-profile-edit.html:80
-#: ../src/templates/user-profile.html:29 ../src/templates/user-profile.html:54
-msgid "User"
-msgstr "Пользователь"
-
-#: ../src/templates/builds-watchers-add.html:84
-msgid "Add watcher"
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/modules/watchers-sidebar-table.html:22
-#, c-format
-msgid "Watchers of %s"
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:11
-msgid "This is a list of all users who watch this build."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:12
-msgid ""
-"If you write a comment or the status of the build is changed, they all will "
-"get a message."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:21
msgid "You are the owner of this build. So you don't need to watch it."
msgstr ""
-#: ../src/templates/builds-watchers-list.html:25
msgid "Watch this build."
msgstr ""
-#: ../src/templates/builds-watchers-list.html:39
msgid "List of all watchers"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:53
-msgid "Back to build"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:36
-msgid "None"
-msgstr "Ни один"
-
-#: ../src/templates/distro-detail.html:46
-msgid "Binary repositories"
-msgstr "Бинарные репозитории"
-
-#: ../src/templates/distro-detail.html:51
-msgid ""
-"A binary repository is a composition of packages that are considered stable, "
-"unstable or in testing state by the developers."
-msgstr ""
+msgid "Actions"
+msgstr "Действия"
-#: ../src/templates/distro-detail.html:53
-msgid "Each repository can be enabled individually."
+msgid "Back to build"
msgstr ""
-#: ../src/templates/distro-detail.html:54
-msgid "Learn how to use them."
+msgid "Created %(when)s by %(author)s"
msgstr ""
-#: ../src/templates/distro-detail.html:66 ../src/templates/source-list.html:6
-msgid "Source repositories"
-msgstr "Репозитории исходников"
-
-#: ../src/templates/distro-detail.html:80
-#: ../src/templates/distro-source-commit-detail.html:90
-#: ../src/templates/user-profile.html:73
-msgid "Action"
-msgstr "Действие"
-
-#: ../src/templates/distro-detail.html:86
-msgid "Edit distribution"
+#, c-format
+msgid "Created %s"
msgstr ""
-#: ../src/templates/distro-detail.html:91
-msgid "Delete distribution"
+msgid "Fixed Bugs"
msgstr ""
-#: ../src/templates/distro-detail.html:97
-msgid "New binary repository"
+msgid "Score"
msgstr ""
-#: ../src/templates/distro-detail.html:102
-msgid "New source repository"
-msgstr ""
+#, fuzzy
+msgid "Source Package"
+msgstr "Пакет"
-#: ../src/templates/distro-edit.html:3 ../src/templates/distro-edit.html:6
-#: ../src/templates/distro-update-edit.html:3
#, c-format
msgid "Edit distribution %s"
msgstr ""
-#: ../src/templates/distro-edit.html:12
-#: ../src/templates/modules/packages-table.html:4
-#: ../src/templates/modules/repository-table.html:4
-#: ../src/templates/modules/source-table.html:4
-#: ../src/templates/repository-edit.html:15
msgid "Name"
msgstr "Имя"
-#: ../src/templates/distro-edit.html:17
msgid "The fancy name of the distribution."
msgstr ""
-#: ../src/templates/distro-edit.html:21
msgid "Identifier"
msgstr ""
-#: ../src/templates/distro-edit.html:26
-#: ../src/templates/user-profile-edit.html:42
msgid "Cannot be changed."
msgstr "Не может быть изменен."
-#: ../src/templates/distro-edit.html:30
msgid "Tag"
msgstr ""
-#: ../src/templates/distro-edit.html:35
msgid "The tag is added to the package release."
msgstr ""
-#: ../src/templates/distro-edit.html:39
msgid "Vendor"
msgstr ""
-#: ../src/templates/distro-edit.html:44
msgid "From whom is the distribution from?"
msgstr ""
-#: ../src/templates/distro-edit.html:48 ../src/templates/docs-index.html:57
-#: ../src/templates/mirrors-detail.html:62
msgid "Contact"
msgstr ""
-#: ../src/templates/distro-edit.html:53
msgid "The email address from the vendor."
msgstr ""
-#: ../src/templates/distro-edit.html:57
msgid "Slogan"
msgstr ""
-#: ../src/templates/distro-edit.html:62
msgid "A short sentence that characterizes the distribution."
msgstr ""
-#: ../src/templates/distro-edit.html:66
msgid "Architectures"
msgstr ""
-#: ../src/templates/distro-edit.html:75
msgid "For which architectures should the distribution be built?"
msgstr ""
-#: ../src/templates/distro-edit.html:79
msgid "Sources"
msgstr "Исходники"
-#: ../src/templates/distro-edit.html:88
msgid "Which sources should be imported to the distribution?"
msgstr ""
-#: ../src/templates/distro-list.html:26
-msgid ""
-"This is a list of all distributions, that are maintained in this build "
-"service."
-msgstr ""
-
-#: ../src/templates/distro-list.html:27
-msgid ""
-"You may click on one of them and see more details or jump directly to one of "
-"the repositories."
-msgstr ""
-
-#: ../src/templates/distro-list.html:34
-msgid "Repositories"
-msgstr ""
-
-#: ../src/templates/distro-list.html:66
-msgid "New distribution"
-msgstr ""
+msgid "Commit"
+msgstr "Подтвердить"
-#: ../src/templates/distro-source-commit-detail.html:21
-#: ../src/templates/distro-source-commit-reset.html:19
-#: ../src/templates/distro-source-detail.html:19
#, c-format
msgid "Source: %s"
msgstr "Источник: %s"
-#: ../src/templates/distro-source-commit-detail.html:34
-#: ../src/templates/distro-source-commit-reset.html:32
-#: ../src/templates/distro-source-commits.html:6
-#: ../src/templates/distro-source-detail.html:26
-msgid "Source"
-msgstr "Источник"
+msgid "Source"
+msgstr "Источник"
+
+msgid "Open in gitweb"
+msgstr ""
+
+msgid "Reset commit"
+msgstr ""
-#: ../src/templates/distro-source-commit-detail.html:47
msgid "Revision"
msgstr "Ревизия"
-#: ../src/templates/distro-source-commit-detail.html:51
msgid "Date"
msgstr "Дата"
-#: ../src/templates/distro-source-commit-detail.html:59
+msgid "Author"
+msgstr "Автор"
+
msgid "Committer"
msgstr "Подтверждено"
-#: ../src/templates/distro-source-commit-detail.html:63
-#: ../src/templates/modules/commits-table.html:6
-msgid "Subject"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:81
-msgid "Open in gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:96
-#: ../src/templates/distro-source-commit-reset.html:54
-msgid "Reset commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:112
msgid "Packages created from this commit"
msgstr ""
-#: ../src/templates/distro-source-commit-detail.html:128
msgid "There were no packages created from this commit."
msgstr ""
-#: ../src/templates/distro-source-commit-reset.html:43
msgid "Danger!"
msgstr ""
-#: ../src/templates/distro-source-commit-reset.html:44
msgid "This is a very dangerous action!"
msgstr ""
-#: ../src/templates/distro-source-commit-reset.html:45
msgid "Don't do it, if you are not absolutely sure what you are doing."
msgstr ""
-#: ../src/templates/distro-source-commit-reset.html:49
msgid ""
"This commit will be reset. Which means all packages associated with it will "
"be deleted, and the commit will be parsed again."
msgstr ""
-#: ../src/templates/distro-source-commit-reset.html:50
msgid ""
"This action may cause severe problems and may only be allowed when something "
"went horribly wrong."
msgstr ""
-#: ../src/templates/distro-source-commit-reset.html:62
msgid "These packages will be deleted"
msgstr ""
-#: ../src/templates/distro-source-commits.html:6
msgid "Commits"
msgstr ""
-#: ../src/templates/distro-source-commits.html:10
msgid "Source repository"
msgstr ""
-#: ../src/templates/distro-source-commits.html:20
msgid "Previous commits"
msgstr ""
-#: ../src/templates/distro-source-commits.html:24
msgid "Next commits"
msgstr ""
-#: ../src/templates/distro-source-detail.html:36
msgid "Gitweb"
msgstr ""
-#: ../src/templates/distro-source-detail.html:45
msgid "Branch"
msgstr "Ветвь"
-#: ../src/templates/distro-source-detail.html:49
msgid "Imported commits"
msgstr ""
-#: ../src/templates/distro-source-detail.html:59
msgid "Latest commits"
msgstr "Последние комментарии"
-#: ../src/templates/distro-source-detail.html:63
msgid "Show all commits"
msgstr ""
-#: ../src/templates/distro-update-detail.html:5
msgid "Update"
msgstr ""
-#: ../src/templates/distro-update-detail.html:10
-#: ../src/templates/modules/packages-table.html:5
-#: ../src/templates/packages/builds/times.html:31
msgid "Summary"
msgstr "Резюме"
-#: ../src/templates/distro-update-detail.html:27
-#: ../src/templates/file-detail.html:40
-#: ../src/templates/modules/package-header.html:24
-#: ../src/templates/package-detail.html:77
msgid "Maintainer"
msgstr "Сопровождающий"
-#: ../src/templates/distro-update-detail.html:33
msgid "Time created"
msgstr ""
-#: ../src/templates/distro-update-detail.html:41
msgid "Builds in this update"
msgstr ""
-#: ../src/templates/distro-update-detail.html:49
-#: ../src/templates/repository-detail.html:112
-#: ../src/templates/user-profile-edit.html:20
-msgid "Edit"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:8
#, c-format
msgid "Edit update %s - %s"
msgstr ""
-#: ../src/templates/distro-update-edit.html:10
msgid "Create new update"
msgstr "Создать новое обновление"
-#: ../src/templates/docs-base.html:27
-msgid "All Documents"
-msgstr "Вся документация"
-
-#: ../src/templates/docs-base.html:31
-msgid "Topics"
-msgstr "Темы"
-
-#: ../src/templates/docs-build.html:3 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-whatsthis.html:3
-msgid "Legend of the build states"
-msgstr "Журнал состояний сборки"
-
-#: ../src/templates/docs-build.html:25
-msgid ""
-"Every build that is done by the Pakfire Build Service has to go through "
-"several states:"
-msgstr ""
-"Каждая сборка, созданная Системой Сборки Pakfire должена пройти через "
-"несколько этапов:"
-
-#: ../src/templates/docs-build.html:28
-msgid ""
-"After checking out the source from the source repository a source package is "
-"created and submitted to the build server."
-msgstr ""
-"После проверки исходников из репозитория исходного кода, создаётся пакет "
-"исходного кода, который отправляется на Сервер Сборки."
-
-#: ../src/templates/docs-build.html:29
-msgid ""
-"Starting from inserting a source file to the build service, there are binary "
-"build jobs created for every supported architecture."
-msgstr ""
-"После загрузки файла с исходником на Сервер Сборки, создаются задания на "
-"сборку бинарных пакетов для всех поддерживаемых архитектур."
-
-#: ../src/templates/docs-build.html:32
-msgid ""
-"These get assigned to a build host which has to compile or assemble the "
-"package and return it back to the build server."
-msgstr ""
-"Задания отдаются на сборочный хост, который создаёт пакет и возвращает его "
-"обратно на Сервер Сборки."
-
-#: ../src/templates/docs-build.html:33
-msgid "In the table below, there are all states that a build job goes through:"
-msgstr ""
-"В приведенной ниже таблице находится список состояний, через которые "
-"проходит задание:"
-
-#: ../src/templates/docs-build.html:36
-msgid "Build is running"
-msgstr "Сборка запущена"
-
-#: ../src/templates/docs-build.html:37
-msgid "Build has failed"
-msgstr "Сборка не удалось"
-
-#: ../src/templates/docs-build.html:38
-msgid "Build is waiting to be processed"
-msgstr "Сборка ожидает обработки"
-
-#: ../src/templates/docs-build.html:39
-msgid "There was a dependency error when the package was built"
-msgstr "Во время сборки пакета была обнаружена проблема с зависимостями"
-
-#: ../src/templates/docs-build.html:40
-msgid "Build is waiting for source to go to pending state"
-msgstr "Сборка ждёт перехода исходников в состоянии ожидания."
-
-#: ../src/templates/docs-build.html:41
-msgid "Files of this build are transferred to the build server"
-msgstr "Файлы этой сборки передаются на Сервер Сборки"
-
-#: ../src/templates/docs-build.html:42
-msgid "Files are being uploaded to the service"
-msgstr "Файлы загружаются на сервис"
-
-#: ../src/templates/docs-build.html:43
-msgid "Build has an unknown state"
-msgstr "Сборка находится в неизвестном состоянии"
-
-#: ../src/templates/docs-index.html:3
-msgid "Documentation index"
-msgstr "Список документации"
-
-#: ../src/templates/docs-index.html:17
-msgid "Documents"
-msgstr "Документация"
-
-#: ../src/templates/docs-index.html:23
-msgid ""
-"This is a collection of documents that should be read by everybody who is "
-"using this system."
-msgstr ""
-"Это сборник документации, которую должны прочитать все, кто пользуется этой "
-"системой."
-
-#: ../src/templates/docs-index.html:29
-msgid "What is the pakfire build service?"
-msgstr ""
-
-#: ../src/templates/docs-index.html:34
-msgid "General pakfire documentation"
-msgstr ""
-
-#: ../src/templates/docs-index.html:39
-msgid "Packaging guidelines"
-msgstr ""
-
-#: ../src/templates/docs-index.html:51
-msgid "This documentation you find at this place is not completed yet."
-msgstr ""
-
-#: ../src/templates/docs-index.html:52
-msgid "Feel free to make any suggestions."
-msgstr ""
-
-#: ../src/templates/docs-index.html:59
-msgid ""
-"If you need help using the build service or have some general questions "
-"please use our mailing list."
-msgstr ""
-
-#: ../src/templates/docs-index.html:60
-msgid "You can also talk to the developers and suggest feature enhancements."
-msgstr ""
-
-#: ../src/templates/docs-index.html:64
-msgid "Mailing list"
-msgstr "Лист рассылки"
-
-#: ../src/templates/docs-index.html:68
-msgid "Bug reports"
-msgstr ""
-
-#: ../src/templates/docs-index.html:70
-msgid ""
-"Please visit Bugzilla to create bug reports on the Pakfire Build System."
-msgstr ""
-
-#: ../src/templates/docs-users.html:3 ../src/templates/docs-users.html:16
-#: ../src/templates/docs-users.html:21
-msgid "User groups"
-msgstr ""
-
-#: ../src/templates/docs-users.html:26
-msgid ""
-"All users can join the Pakfire Build Service and are separated into three "
-"groups:"
-msgstr ""
-"Все пользователи могут присоединиться к Службе Сборки Pakfire и разделены на "
-"три группы:"
-
-#: ../src/templates/docs-users.html:29
-msgid "Developers"
-msgstr "Разработчики"
-
-#: ../src/templates/docs-users.html:31
-msgid ""
-"Developers manage this build service and have access to all parts of it."
-msgstr ""
-"Разработчики, управляющие этой сборкой и имеющие доступ ко всем её частям."
-
-#: ../src/templates/docs-users.html:32
-msgid ""
-"They are responsible to keep the system running and able to push package "
-"updates to the repostories."
-msgstr ""
-"Они несут ответственность за поддержку системы в работоспособном состоянии и "
-"имеют возможность помещать обновления пакетов в репозиторий."
-
-#: ../src/templates/docs-users.html:35
-msgid "Guidelines for developers"
-msgstr "Руководство для разработчиков"
-
-#: ../src/templates/docs-users.html:38
-msgid "Testers"
-msgstr "Тестеры"
-
-#: ../src/templates/docs-users.html:40
-msgid ""
-"Testers are like users but have the right to vote on packages, which is used "
-"to figure out the quality of the package."
-msgstr ""
-"Тестировщики, как пользователи, но имеют право голосовать за пакеты, что "
-"используется для контроля их качества."
-
-#: ../src/templates/docs-users.html:41
-msgid ""
-"Everyone can become a tester after he or she has proven to know the IPFire "
-"system very well."
-msgstr ""
-"Любой может стать тестировщиком после того как продемонстрирует хорошее "
-"знание устройства системы IPFire."
-
-#: ../src/templates/docs-users.html:42
-msgid ""
-"On these people depends a very huge amount of the quality of the "
-"distribution that is made out of the feedback they give."
-msgstr ""
-"От работы этих людей в огромной степени зависит качество каждого выпуска "
-"дистрибутива."
-
-#: ../src/templates/docs-users.html:45
-msgid "Guidelines for testers"
-msgstr "Руководство для тестировщиков"
-
-#: ../src/templates/docs-users.html:50
-msgid "Everybody can join the Pakfire Build Service by registering an account."
-msgstr ""
-"Любой желающий может присоединиться к службе Сборки Pakfire, зарегистрировав "
-"учетную запись."
-
-#: ../src/templates/docs-users.html:51
-msgid ""
-"After a successful activation you are able to leave comments on packages and "
-"give feedback to the developers about its status."
-msgstr ""
-"После успешной активации вы сможете оставлять комментарии к пакетам и "
-"отсылать информацию разработчикам."
-
-#: ../src/templates/docs-whatsthis.html:16
-#: ../src/templates/docs-whatsthis.html:21
-msgid "What is the Pakfire Build Service?"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:27
-msgid ""
-"On this page, you will find out what the Pakfire Build Service really is."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:28
-msgid "Read carefully."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:34
-msgid "Yeah, that's it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:35
-msgid "No, that's not it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:43
-msgid "PBS is a tool where people can give feedback to developers."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:44
-msgid "It is possible to leave comments and rate builds."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:50
-msgid "PBS is <strong>NOT</strong> a bugtracker."
-msgstr ""
+#, fuzzy
+msgid "Create A New Distribution"
+msgstr "Дистрибутив"
-#: ../src/templates/docs-whatsthis.html:51
-msgid ""
-"To report bugs please use our bugtracker liked below if you want them to get "
-"fixed."
-msgstr ""
+#, fuzzy
+msgid "Supported Architectures"
+msgstr "Поддерживаемые архитектуры"
-#: ../src/templates/docs-whatsthis.html:55
-msgid "Bugtracker"
+msgid "Repositories"
msgstr ""
-#: ../src/templates/errors/error-400.html:4
msgid "400 - Bad request"
msgstr ""
-#: ../src/templates/errors/error-400.html:8
msgid "Invalid data has been passed to the application."
msgstr ""
-#: ../src/templates/errors/error-400.html:13
msgid ""
"The application refused to go on with the provided data that was sent in "
"this request."
msgstr ""
-#: ../src/templates/errors/error-403.html:4
msgid "403 - Access forbidden"
msgstr ""
-#: ../src/templates/errors/error-403.html:8
msgid "You are not allowed to access this ressource."
msgstr ""
-#: ../src/templates/errors/error-403.html:13
msgid ""
"Access to the requested page has been denied because you do not have "
"sufficient rights."
msgstr ""
-#: ../src/templates/errors/error-404.html:4
msgid "404 - Not Found"
msgstr ""
-#: ../src/templates/errors/error-404.html:8
msgid "I could not find what you were searching for."
msgstr ""
-#: ../src/templates/errors/error-404.html:13
msgid "You may have clicked an expired link or mistyped the address."
msgstr ""
-#: ../src/templates/errors/error.html:8
msgid "Oops! Don't panic."
msgstr ""
-#: ../src/templates/errors/error.html:13
msgid "An unexpected error happened."
msgstr ""
-#: ../src/templates/errors/error.html:19
msgid "Stay calm and read the text below to find out what went wrong."
msgstr ""
-#: ../src/templates/errors/error.html:31
msgid "Error code"
msgstr ""
-#: ../src/templates/errors/error.html:38
msgid "Exception (traceback):"
msgstr ""
-#: ../src/templates/errors/error.html:49
msgid ""
"Please try going back to the previous page and try the action you did again "
"in a moment."
msgstr ""
-#: ../src/templates/errors/error.html:50
msgid ""
"If the error persists, you should consider to get in touch with an "
"administrator."
msgstr ""
-#: ../src/templates/file-detail.html:5
+#, fuzzy
+msgid "Build created"
+msgstr "Сервер сборок"
+
+msgid "- Unknown Event -"
+msgstr ""
+
+#, c-format
+msgid "by %s"
+msgstr "с помощью %s."
+
msgid "File"
msgstr "Файл"
-#: ../src/templates/file-detail.html:13
-#: ../src/templates/modules/log-table.html:12
-#: ../src/templates/package-detail.html:3
-#: ../src/templates/package-detail.html:50
-#: ../src/templates/package-detail-list.html:3
-#: ../src/templates/package-properties.html:3
msgid "Package"
msgstr "Пакет"
-#: ../src/templates/file-detail.html:20
-#: ../src/templates/repository-edit.html:25
msgid "Description"
msgstr "Описание"
-#: ../src/templates/file-detail.html:27
msgid "URL"
msgstr "URL"
-#: ../src/templates/file-detail.html:34
-#: ../src/templates/modules/package-header.html:14
-#: ../src/templates/package-detail.html:70
msgid "License"
msgstr "Лицензия"
-#: ../src/templates/file-detail.html:46
-#: ../src/templates/modules/packages-table.html:6
-#: ../src/templates/package-detail.html:126
msgid "Size"
msgstr "Размер"
-#: ../src/templates/file-detail.html:51
-msgid "Hash"
-msgstr "Хэш"
-
-#: ../src/templates/file-detail.html:57
-#: ../src/templates/modules/packages/dependency-table.html:5
-msgid "Provides"
-msgstr "Обеспечивает"
-
-#: ../src/templates/file-detail.html:63 ../src/templates/file-detail.html:69
-#: ../src/templates/modules/packages/dependency-table.html:7
-msgid "Requires"
-msgstr "Требует"
-
-#: ../src/templates/file-detail.html:76
-#: ../src/templates/modules/packages/dependency-table.html:13
-msgid "Obsoletes"
-msgstr "Устаревает"
-
-#: ../src/templates/file-detail.html:83
-#: ../src/templates/modules/packages/dependency-table.html:11
-msgid "Conflicts"
-msgstr "Конфликтует"
-
-#: ../src/templates/file-detail.html:90
-msgid "Build information"
-msgstr "Информация о сборке"
-
-#: ../src/templates/file-detail.html:93
-msgid "ID"
-msgstr "ID"
-
-#: ../src/templates/file-detail.html:99
-#: ../src/templates/modules/jobs-table.html:6
-msgid "Host"
-msgstr "Хост"
-
-#: ../src/templates/file-detail.html:105
-msgid "Time"
-msgstr "Время"
-
-#: ../src/templates/file-detail.html:111
-#: ../src/templates/search-results.html:71
-msgid "Files"
-msgstr "Файлы"
-
-#: ../src/templates/file-detail.html:118
-#: ../src/templates/packages/view-file.html:51
-msgid "Download file"
-msgstr "Скачать файл"
-
-#: ../src/templates/index.html:3
-msgid "Welcome to the Pakfire Build Service"
-msgstr "Добро пожаловать в Службу Сборки Pakfire"
-
-#: ../src/templates/index.html:8
-#, c-format
-msgid "Welcome, %s!"
-msgstr ""
-
-#: ../src/templates/index.html:22
-msgid "Development powered by community!"
-msgstr ""
-
-#: ../src/templates/index.html:38
-msgid "Latest stable updates"
-msgstr "Последнее стабильное обновление"
-
-#: ../src/templates/index.html:40
-msgid "Unstable updates"
-msgstr "Нестабильное обновление"
-
-#: ../src/templates/index.html:42
-msgid "Testing updates"
-msgstr ""
-
-#: ../src/templates/index.html:59
-msgid "View more updates..."
-msgstr ""
-
-#: ../src/templates/index.html:70
-msgid "Build jobs"
-msgstr ""
-
-#: ../src/templates/index.html:76
-msgid "Show more build jobs"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:3 ../src/templates/jobs-abort.html:6
-#, c-format
-msgid "Abort build job %s"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:8
-msgid "You may abort a running build."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:9
-msgid "The build server will eventually stop to build the package."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:16 ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:58
-#: ../src/templates/modules/jobs/list.html:5
-msgid "Build job"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:25
-#: ../src/templates/modules/build-offset.html:5
-msgid "Start time"
-msgstr "Время старта"
-
-#: ../src/templates/jobs-abort.html:30
-msgid "No started, yet."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:38
-msgid "Build server"
-msgstr "Сервер сборок"
-
-#: ../src/templates/jobs-buildroot.html:3
-msgid "Job buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:28
-#: ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:154
-msgid "Buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:41
-#, c-format
-msgid "The packages listed below were used to build %s."
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:52
-msgid "Buildroot size"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:56
-msgid "Download size"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:3
-#: ../src/templates/job-schedule-rebuild.html:29
-#, c-format
-msgid "Schedule rebuild for %s"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:24
-msgid "Schedule rebuild"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:35
-msgid "At this place, you can submit failed build jobs to be built again."
-msgstr ""
-
-#: ../src/templates/job-schedule-test.html:44
-msgid ""
-"Please note, that all other kinds of build are preferred over the test "
-"builds."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:3 ../src/templates/package-detail.html:118
-msgid "Job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:36
-msgid "Abort job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:42
-msgid "Restart job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:71
-msgid "Job has been aborted"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:73
-msgid ""
-"This build job is in an aborted state, because the build process crashed "
-"unexpectedly."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:74
-msgid ""
-"In most cases, there is no log file and you must figure out the issue on "
-"your own."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:77
-msgid "The error code is:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:80
-msgid "Segmentation violation"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:88
-msgid "You may resubmit the job to try again:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:89
-msgid "Re-submit build"
-msgstr "Повторно подтвердить сборку"
-
-#: ../src/templates/jobs-detail.html:110
-msgid "No builder assigned."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:117 ../src/templates/keys-list.html:32
-#: ../src/templates/modules/build-table.html:23
-msgid "Created"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:122
-#: ../src/templates/sessions/index.html:35
-msgid "Started"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:134
-msgid "ETA"
-msgstr ""
+msgid "Hash"
+msgstr "Хэш"
-#: ../src/templates/jobs-detail.html:144
-msgid "Build logs"
-msgstr ""
+msgid "Provides"
+msgstr "Обеспечивает"
-#: ../src/templates/jobs-detail.html:148
-msgid "No logs available, yet."
-msgstr ""
+msgid "Requires"
+msgstr "Требует"
-#: ../src/templates/jobs-detail.html:155
-#, c-format
-msgid "%s package"
-msgstr ""
+msgid "Obsoletes"
+msgstr "Устаревает"
-#: ../src/templates/jobs-detail.html:165
-msgid "Package files"
-msgstr "Файлы пакетов"
+msgid "Conflicts"
+msgstr "Конфликтует"
-#: ../src/templates/jobs-filter.html:3 ../src/templates/jobs-filter.html:21
-#: ../src/templates/jobs-index.html:18
-msgid "Filter jobs"
-msgstr ""
+msgid "Build information"
+msgstr "Информация о сборке"
-#: ../src/templates/jobs-filter.html:16
-msgid "Filter"
-msgstr ""
+msgid "ID"
+msgstr "ID"
-#: ../src/templates/jobs-filter.html:30 ../src/templates/jobs-filter.html:47
-msgid "[Choose one]"
-msgstr ""
+msgid "Host"
+msgstr "Хост"
-#: ../src/templates/jobs-filter.html:36
-msgid "Only show jobs, that have been built by this builder."
-msgstr ""
+msgid "Time"
+msgstr "Время"
-#: ../src/templates/jobs-filter.html:53
-msgid "Only show jobs, with this architecture."
-msgstr ""
+msgid "Files"
+msgstr "Файлы"
-#: ../src/templates/jobs-filter.html:59 ../src/templates/search-form.html:35
-#: ../src/templates/search-results.html:40
-msgid "Go!"
-msgstr ""
+msgid "Download file"
+msgstr "Скачать файл"
-#: ../src/templates/jobs-index.html:30
-#, c-format
-msgid "Showing only jobs from %s."
+msgid "Welcome!"
msgstr ""
-#: ../src/templates/jobs-index.html:37
-#, c-format
-msgid "Showing only builds that have been built on %s."
+msgid "Development Powered By Community"
msgstr ""
-#: ../src/templates/jobs-index.html:45
-#, c-format
-msgid "Showing only jobs built for %s."
+msgid "Current Jobs"
msgstr ""
-#: ../src/templates/keys-delete.html:3
-#, c-format
-msgid "Delete key %s"
-msgstr "Удалить ключ %s"
-
-#: ../src/templates/keys-delete.html:25 ../src/templates/keys-import.html:28
-msgid "Key"
-msgstr "Ключ"
+msgid "One Job In Queue"
+msgid_plural "%(num)s Jobs In Queue"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: ../src/templates/keys-delete.html:29
#, c-format
-msgid "You are going to delete the key %s."
+msgid "Abort build job %s"
msgstr ""
-#: ../src/templates/keys-delete.html:41
-msgid "Delete key"
-msgstr "Удалить ключ"
-
-#: ../src/templates/keys-import.html:3 ../src/templates/keys-import.html:16
-#: ../src/templates/keys-import.html:39 ../src/templates/keys-list.html:106
-msgid "Import new key"
-msgstr "Импорт нового ключа"
-
-#: ../src/templates/keys-import.html:21
-msgid "Import a new key"
+msgid "You may abort a running build."
msgstr ""
-#: ../src/templates/keys-import.html:33
-msgid "Paste the key to import."
+msgid "The build server will eventually stop to build the package."
msgstr ""
-#: ../src/templates/keys-list.html:21
-msgid "The keys are a very important component when it comes to security."
+msgid "Build job"
msgstr ""
-#: ../src/templates/keys-list.html:22
-msgid ""
-"Each package in the Pakfire Build Service is signed to prove its "
-"authenticity."
-msgstr ""
+msgid "Start time"
+msgstr "Время старта"
-#: ../src/templates/keys-list.html:31
-msgid "Fingerprint"
+msgid "No started, yet."
msgstr ""
-#: ../src/templates/keys-list.html:33
-msgid "Expires"
-msgstr ""
+msgid "Build server"
+msgstr "Сервер сборок"
-#: ../src/templates/keys-list.html:51
-msgid "Lookup"
+msgid "Job buildroot"
msgstr ""
-#: ../src/templates/keys-list.html:55
-#: ../src/templates/modules/files-table.html:5
-#: ../src/templates/modules/packages-table.html:21
-#: ../src/templates/package-detail.html:152
-msgid "Download"
-msgstr "Скачать"
-
-#: ../src/templates/keys-list.html:75 ../src/templates/keys-list.html:77
-msgid "Subkey"
+msgid "Buildroot"
msgstr ""
-#: ../src/templates/keys-list.html:90
-msgid "This key does not expire."
+msgid "Buildroot size"
msgstr ""
-#: ../src/templates/login.html:3 ../src/templates/login.html:7
-#: ../src/templates/login.html:34
-#: ../src/templates/modules/modal-build-comment.html:56
-msgid "Login"
-msgstr "Воход"
-
-#: ../src/templates/login.html:12
-msgid "Login failed!"
+msgid "Download size"
msgstr ""
-#: ../src/templates/login.html:13
-msgid "Username and/or password was wrong. Login failed."
-msgstr "Комбинация пользователь-пароль не верна. Войти не удалось."
-
-#: ../src/templates/login.html:22 ../src/templates/register.html:30
-#: ../src/templates/user-profile-edit.html:37
-#: ../src/templates/user-profile.html:37
-msgid "Username"
-msgstr "Имя пользователя"
-
-#: ../src/templates/login.html:28 ../src/templates/register.html:67
-#: ../src/templates/user-profile-edit.html:101
-msgid "Password"
-msgstr "Пароль"
-
-#: ../src/templates/login.html:41
-msgid "You also might want to..."
+#, c-format
+msgid "The packages listed below were used to build %s."
msgstr ""
-#: ../src/templates/login.html:44
-msgid "Register a new account."
-msgstr "Регистрация новой учётной записи."
-
-#: ../src/templates/login.html:47
-msgid "Recover your password."
+msgid "Log In"
msgstr ""
-#: ../src/templates/mirrors-delete.html:3
+#, fuzzy
+msgid "Login failed"
+msgstr "Изменить не удалось"
+
#, c-format
msgid "Delete mirror %s"
msgstr ""
-#: ../src/templates/mirrors-delete.html:25
#, c-format
msgid "Delete mirror: %s"
msgstr ""
-#: ../src/templates/mirrors-delete.html:29
#, c-format
msgid "You are going to delete the mirror %s."
msgstr ""
-#: ../src/templates/mirrors-detail.html:3
-#: ../src/templates/mirrors-detail.html:46
#, c-format
msgid "Mirror: %s"
msgstr "Зеркало: %s"
-#: ../src/templates/mirrors-detail.html:29
+msgid "Add new mirror"
+msgstr "Добавить новое зеркало"
+
msgid "Edit settings"
msgstr "Изменить настройки"
-#: ../src/templates/mirrors-detail.html:37
msgid "Delete mirror"
msgstr "Удалить зеркало"
-#: ../src/templates/mirrors-detail.html:47
-#, c-format
-msgid "hosted by %s"
+msgid "General"
+msgstr ""
+
+#, fuzzy
+msgid "Location"
+msgstr "Действие"
+
+msgid "The location of the mirror server could not be estimated."
msgstr ""
-#: ../src/templates/mirrors-detail.html:75
msgid "Status information"
msgstr ""
-#: ../src/templates/mirrors-detail.html:79
msgid "Status"
msgstr "Статус"
-#: ../src/templates/mirrors-detail.html:84
-#: ../src/templates/mirrors-list.html:45
-msgid "Last check"
+msgid "HTTP Response Code"
msgstr ""
-#: ../src/templates/mirrors-detail.html:89
-msgid "Never"
-msgstr "Никогда"
-
-#: ../src/templates/mirrors-detail.html:103
-msgid "View larger map"
+msgid "Last sync"
msgstr ""
-#: ../src/templates/mirrors-detail.html:108
-msgid "The location of the mirror server is estimated by the IP address."
+msgid "Last check"
msgstr ""
-#: ../src/templates/mirrors-detail.html:112
-msgid "The location of the mirror server could not be estimated."
+msgid "Never"
+msgstr "Никогда"
+
+msgid "Average Response Time"
msgstr ""
-#: ../src/templates/mirrors-edit.html:3
#, c-format
msgid "Manage mirror %s"
msgstr ""
-#: ../src/templates/mirrors-edit.html:25
+msgid "Manage"
+msgstr ""
+
#, c-format
msgid "Manage mirror: %s"
msgstr ""
-#: ../src/templates/mirrors-edit.html:37
msgid "The canonical hostname."
msgstr ""
-#: ../src/templates/mirrors-edit.html:47
-msgid "Only enabled mirrors will be pushed out to the clients."
+msgid "Check if this mirror server supports HTTPS."
msgstr ""
-#: ../src/templates/mirrors-edit.html:54
msgid "Contact information"
msgstr ""
-#: ../src/templates/mirrors-edit.html:57 ../src/templates/mirrors-list.html:43
-#: ../src/templates/modules/changelog/entry.html:48
-#: ../src/templates/uploads-list.html:25
msgid "Owner"
msgstr "Владелец"
-#: ../src/templates/mirrors-edit.html:62
msgid "The owner of the mirror server."
msgstr ""
-#: ../src/templates/mirrors-edit.html:68
msgid "Contact address"
msgstr ""
-#: ../src/templates/mirrors-edit.html:73
msgid "An email address to contact an administrator of the mirror."
msgstr ""
-#: ../src/templates/mirrors-edit.html:75
msgid "This won't be made public."
msgstr ""
-#: ../src/templates/mirrors-list.html:24 ../src/templates/mirrors-new.html:3
-msgid "Add new mirror"
-msgstr "Добавить новое зеркало"
+msgid "Save changes"
+msgstr "Сохранить изменения"
-#: ../src/templates/mirrors-list.html:36
msgid "On this page, you will see a list of all mirror servers."
msgstr ""
-#: ../src/templates/mirrors-list.html:64
msgid "Up"
msgstr ""
-#: ../src/templates/mirrors-list.html:68
+msgid "Out Of Sync"
+msgstr ""
+
msgid "Down"
msgstr ""
-#: ../src/templates/mirrors-list.html:90
msgid "There are no mirrors configured, yet."
msgstr ""
-#: ../src/templates/mirrors-new.html:16
msgid "New mirror"
msgstr ""
-#: ../src/templates/mirrors-new.html:21
msgid "Add a new mirror"
msgstr ""
-#: ../src/templates/mirrors-new.html:34
msgid "Enter the canonical hostname of the mirror."
msgstr ""
-#: ../src/templates/mirrors-new.html:40
msgid "Path"
msgstr ""
-#: ../src/templates/mirrors-new.html:46
msgid "The path to the files on the server."
msgstr ""
-#: ../src/templates/mirrors-new.html:52
msgid "Create new mirror"
msgstr ""
-#: ../src/templates/modules/builders/load.html:2
-msgid "Current load of the build cluster"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:4
-#: ../src/templates/package-properties.html:71
-#: ../src/templates/package-properties.html:82
-msgid "Critical path"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:9
msgid "Release build"
msgstr "Релиз сборки"
-#: ../src/templates/modules/build-headline.html:11
-#: ../src/templates/modules/changelog/entry.html:22
msgid "Scratch build"
msgstr ""
-#: ../src/templates/modules/build-offset.html:8
msgid "As soon as possible"
msgstr "Как можно скорее"
-#: ../src/templates/modules/build-offset.html:9
msgid "After 5 minutes"
msgstr "Через 5 минут"
-#: ../src/templates/modules/build-offset.html:10
msgid "After 15 minutes"
msgstr "Через 15 минут"
-#: ../src/templates/modules/build-offset.html:11
msgid "After one hour"
msgstr "Через час"
-#: ../src/templates/modules/build-offset.html:12
msgid "After one day"
msgstr "Через день"
-#: ../src/templates/modules/build-offset.html:17
msgid "Set the time after which the build job starts."
msgstr "Установить время, после которого выполнится задание."
-#: ../src/templates/modules/build-offset.html:22
msgid "Schedule build"
msgstr "Проверка сборки"
-#: ../src/templates/modules/build-state-warnings.html:3
msgid "This build is broken!"
msgstr ""
-#: ../src/templates/modules/build-state-warnings.html:4
msgid ""
"This means that the package may cause severe damage on your system and/or "
"does not work at all."
msgstr ""
-#: ../src/templates/modules/build-state-warnings.html:8
msgid "This build is obsolete!"
msgstr ""
-#: ../src/templates/modules/build-state-warnings.html:9
msgid "This means that this package has been replaced with a new one."
msgstr ""
-#: ../src/templates/modules/build-table.html:17
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-detail.html:50
msgid "Repository"
msgstr "Репозиторий"
-#: ../src/templates/modules/build-table.html:83
-msgid "There are no builds to show at this place right now."
+msgid "Created"
msgstr ""
-#: ../src/templates/modules/comments-table.html:8
-#, c-format
-msgid "on %s"
-msgstr "на %s"
-
-#: ../src/templates/modules/comments-table.html:11
-#, c-format
-msgid "by %s"
-msgstr "с помощью %s."
+#, fuzzy
+msgid "In repository since"
+msgstr "Бинарные репозитории"
-#: ../src/templates/modules/comments-table.html:16
-msgid "Updated"
+msgid "Can be moved forward"
msgstr ""
-#: ../src/templates/modules/comments-table.html:22
-msgid "No comments so far."
-msgstr "Комментариев пока нет."
-
-#: ../src/templates/modules/files-table.html:7
-msgid "Info"
-msgstr "Информация"
-
-#: ../src/templates/modules/footer.html:5
-msgid ""
-"Pakfire is the buildsystem that is used to build the IPFire Linux firewall "
-"distribution."
+msgid "There are no builds to show at this place right now."
msgstr ""
-"Pakfire является системой сборки пакетов и используется для создания "
-"дистрибутива межсетевого экрана IPFire."
-#: ../src/templates/modules/footer.html:6
-msgid "It also installs and updates packages on the IPFire systems."
-msgstr "Она также устанавливает и обновляет пакеты системы IPFire."
-
-#: ../src/templates/modules/footer.html:11
-msgid "Code licensed under the GNU General Public License v3."
+msgid "Subject"
msgstr ""
-#: ../src/templates/modules/jobs/list.html:7
-msgid "Runtime"
-msgstr ""
+msgid "Download"
+msgstr "Скачать"
-#: ../src/templates/modules/jobs/status.html:9
-msgid "This build has got no jobs."
-msgstr ""
+msgid "Info"
+msgstr "Информация"
-#: ../src/templates/modules/jobs-table.html:4
msgid "Arch"
msgstr "Архитектура"
-#: ../src/templates/modules/jobs-table.html:7
msgid "Duration"
msgstr "Продолжительность"
-#: ../src/templates/modules/jobs-table.html:19 ../src/web/ui_modules.py:325
-msgid "New"
-msgstr ""
+msgid "Pending"
+msgstr "В ожидании"
-#: ../src/templates/modules/jobs-table.html:31 ../src/web/ui_modules.py:300
-msgid "Aborted"
-msgstr ""
+msgid "Failed"
+msgstr "Ошибка"
+
+msgid "Dispatching"
+msgstr "Отправляется"
+
+msgid "Finished"
+msgstr "Завершается"
-#: ../src/templates/modules/jobs-table.html:33
-msgid "Dependency error"
+msgid "Running"
+msgstr "Работает"
+
+msgid "Aborted"
msgstr ""
-#: ../src/templates/modules/jobs-table.html:47
#, c-format
msgid "Running since %s"
msgstr ""
-#: ../src/templates/modules/jobs-table.html:51
msgid "Not finished, yet."
msgstr "Ещё не завершено"
-#: ../src/templates/modules/jobs-table.html:60
#, c-format
msgid "This package only supports %s."
msgstr ""
-#: ../src/templates/modules/jobs-table.html:66
msgid "No jobs, yet."
msgstr ""
-#: ../src/templates/modules/log-entry-comment.html:22
+#, fuzzy, c-format
+msgid "Finished %s"
+msgstr "Завершается"
+
+#, c-format
+msgid "on %s"
+msgstr "на %s"
+
+msgid "This build has got no jobs."
+msgstr ""
+
msgid "No comment given."
msgstr ""
-#: ../src/templates/modules/log-entry.html:21
msgid "You"
msgstr "Вы"
-#: ../src/templates/modules/log-table.html:23
msgid "No log entries, yet."
msgstr "Пока нет записей в журнале."
-#: ../src/templates/modules/modal-base.html:25
-#: ../src/templates/user-forgot-password.html:49
msgid "Submit"
msgstr "Отправить"
-#: ../src/templates/modules/modal-build-comment.html:8
#, c-format
msgid "Comment on %s"
msgstr ""
-#: ../src/templates/modules/modal-build-comment.html:10
msgid "Log in to comment"
msgstr ""
-#: ../src/templates/modules/modal-build-comment.html:26
+msgid "Comment"
+msgstr ""
+
msgid "Vote"
msgstr "Голосовать"
-#: ../src/templates/modules/modal-build-comment.html:30
msgid "Not tested."
msgstr ""
-#: ../src/templates/modules/modal-build-comment.html:34
msgid "Works for me."
msgstr ""
-#: ../src/templates/modules/modal-build-comment.html:38
msgid "Does not work."
msgstr ""
-#: ../src/templates/modules/modal-build-comment.html:46
msgid "You need to log in to comment."
msgstr ""
-#: ../src/templates/modules/modal-build-comment.html:47
msgid "Click on the button below to do so."
msgstr ""
-#: ../src/templates/modules/modal-build-comment.html:54
msgid "Submit comment"
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:7
+msgid "Login"
+msgstr "Воход"
+
#, c-format
msgid "Push %s to a repository"
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:15
msgid "Not all jobs are finished!"
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:16
msgid ""
"So it is <em>strongly</em> discouraged to push this build into the next "
"repository."
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:35
msgid "The build will be put into this repository."
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:44
msgid "You are going to push this build into a new repository."
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:45
msgid ""
"This means that the build won't be part of the repository it is currently in "
"anymore."
msgstr ""
-#: ../src/templates/modules/modal-build-push.html:48
msgid ""
"Please make sure you tested this build well enough that it will keep up with "
"the quality level of the target repository."
msgstr ""
-#: ../src/templates/modules/modal-build-unpush.html:6
#, c-format
msgid "Unpush %s from a repository"
msgstr ""
-#: ../src/templates/modules/modal-build-unpush.html:27
msgid "You are going to unpush this build from its repository."
msgstr ""
-#: ../src/templates/modules/modal-build-unpush.html:28
msgid ""
"This means that the build won't be installable from this repository anymore."
msgstr ""
-#: ../src/templates/modules/modal-build-unpush.html:33
msgid ""
"If you consider this build being obsolete or broken, please don't forget to "
"mark it so."
msgstr ""
-#: ../src/templates/modules/package-header.html:19
msgid "Group"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:9
-msgid "Pre-requires"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:15
-msgid "Recommends"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:17
-msgid "Suggests"
-msgstr ""
+msgid_plural "Groups"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: ../src/templates/modules/repo-actions-table.html:5
#, c-format
msgid "added %s"
msgstr ""
-#: ../src/templates/modules/repo-actions-table.html:10
msgid "Run"
msgstr "Запустить"
-#: ../src/templates/modules/repo-actions-table.html:12
msgid "Remove action"
msgstr ""
-#: ../src/templates/modules/repo-actions-table.html:19
-msgid "%(credits)s more credit needed."
-msgstr ""
+msgid "One more score needed."
+msgid_plural "%(score)s more scores needed."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: ../src/templates/modules/repo-actions-table.html:21
-msgid "No more credits needed."
+msgid "No more scores needed."
msgstr ""
-#: ../src/templates/modules/repo-actions-table.html:25
#, c-format
msgid "Maintainer: %s"
msgstr ""
-#: ../src/templates/modules/repo-actions-table.html:28
msgid "Go to package description"
msgstr ""
-#: ../src/templates/modules/repository-table.html:5
-msgid "No. of builds"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:6
-#: ../src/templates/repository-detail.html:44
-msgid "Enabled for builds"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:21
-#: ../src/templates/repository-detail.html:68
-#: ../src/templates/user-profile.html:136
-msgid "Yes"
-msgstr "Да"
-
-#: ../src/templates/modules/repository-table.html:23
-#: ../src/templates/repository-detail.html:70
-#: ../src/templates/user-profile.html:138
-msgid "No"
-msgstr "Нет"
-
-#: ../src/templates/modules/select/locale.html:2
-#: ../src/templates/modules/select/timezone.html:2
msgid "Auto-select"
msgstr ""
-#: ../src/templates/modules/source-table.html:5
msgid "No. of commits"
msgstr ""
-#: ../src/templates/modules/source-table.html:6
msgid "Latest commit"
msgstr ""
-#: ../src/templates/modules/source-table.html:14
#, c-format
msgid "Branch: %s"
msgstr ""
-#: ../src/templates/modules/updates-table.html:18
-msgid "Score:"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:2
-msgid "Watchers"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:7
-#: ../src/templates/modules/watchers-sidebar-table.html:36
msgid "You."
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:9
msgid "You and one other."
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:11
#, c-format
msgid "You and %s others."
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:14
msgid "One person."
-msgstr ""
+msgid_plural "%(num)s people."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: ../src/templates/modules/watchers-sidebar-table.html:27
msgid ""
"All users who watch this build will be automatically notified about status "
"changes and comments."
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:28
msgid "This is an easy way of staying up to date."
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:48
msgid "Nobody watches this build, yet. Be the first one."
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:56
msgid "Watch this build"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:58
msgid "Add a watcher"
msgstr ""
-#: ../src/templates/modules/watchers-sidebar-table.html:62
msgid "Close"
msgstr ""
-#: ../src/templates/package-detail.html:42
-msgid "Development package"
-msgstr ""
-
-#: ../src/templates/package-detail.html:45
-msgid "Debuginfo package"
-msgstr ""
-
-#: ../src/templates/package-detail.html:64
-msgid "Homepage"
-msgstr ""
-
-#: ../src/templates/package-detail.html:88
-msgid "Build time"
-msgstr ""
-
-#: ../src/templates/package-detail.html:130
-msgid "%(size)s when installed"
-msgstr ""
-
-#: ../src/templates/package-detail.html:162
-msgid "Build dependencies"
-msgstr ""
-
-#: ../src/templates/package-detail.html:164
-msgid "Dependencies"
-msgstr ""
-
-#: ../src/templates/package-detail.html:173
-msgid "Filelist"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:25
-#: ../src/templates/packages/builds/times.html:20
-#: ../src/templates/packages/builds/times.html:41
-msgid "Build times"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:58
-msgid "File new bug"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:61
-msgid "Show all bugs"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:66
-msgid "Open bugs"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:76
-msgid "Full changelog"
-msgstr ""
-
-#: ../src/templates/package-properties.html:20
msgid "Properties"
msgstr "Свойства"
-#: ../src/templates/package-properties.html:32
msgid "Maintainers"
msgstr "Сопровождающие"
-#: ../src/templates/package-properties.html:37
-#: ../src/templates/package-properties.html:47
msgid "Default priority"
msgstr "Приоритет по умолчанию"
-#: ../src/templates/package-properties.html:39
msgid ""
"A big benefit of the Pakfire Build Service is, that builds are available to "
"end-users in a very short time."
msgstr ""
-#: ../src/templates/package-properties.html:40
msgid ""
"Some packages might need some extra boost if the build servers are very busy."
msgstr ""
-#: ../src/templates/package-properties.html:43
msgid "You may set a default priority for all builds of this package."
msgstr ""
-#: ../src/templates/package-properties.html:73
-msgid ""
-"A package that belongs to the critical path is a package that plays a very "
-"essential role in the distribution."
-msgstr ""
-
-#: ../src/templates/package-properties.html:74
-msgid ""
-"If such a package is broken, it may not be possible to boot or recover the "
-"system anymore, so we need to be extra sure that these packages work."
-msgstr ""
-
-#: ../src/templates/package-properties.html:77
-msgid ""
-"If this package is marked to belong to the critical path, it will need a "
-"higher score to pass to the next repository and more."
-msgstr ""
-
-#: ../src/templates/package-properties.html:78
-msgid "Learn more."
-msgstr ""
-
-#: ../src/templates/package-properties.html:86
-msgid "This package belongs to the critical path"
-msgstr ""
-
-#: ../src/templates/packages/builds/scratch.html:35
-msgid "There are no scratch builds for this package."
-msgstr ""
-
-#: ../src/templates/packages/builds/times.html:3
-msgid "Package build times"
-msgstr ""
-
-#: ../src/templates/packages/builds/times.html:34
-msgid "This table shows you how long this package normally takes to be built."
-msgstr ""
-
-#: ../src/templates/packages/builds/times.html:45
-msgid "Average"
-msgstr ""
-
-#: ../src/templates/packages/builds/times.html:46
-msgid "Maximum"
-msgstr ""
-
-#: ../src/templates/packages/builds/times.html:47
-msgid "Minimum"
-msgstr ""
-
-#: ../src/templates/packages/builds/times.html:48
-msgid "Total"
-msgstr ""
-
-#: ../src/templates/packages/changelog.html:3
-#, c-format
-msgid "Changelog of %s"
-msgstr ""
-
-#: ../src/templates/packages/changelog.html:20
-#: ../src/templates/packages/changelog.html:26
-msgid "Changelog"
-msgstr ""
-
-#: ../src/templates/packages-list.html:3 ../src/templates/packages-list.html:17
-msgid "Package list"
-msgstr "Список пакетов"
-
-#: ../src/templates/packages-list.html:23
-msgid ""
-"This is an alphabetically ordered list of all packages in the distribution."
-msgstr "Это алфавитный список всех пакетов дистрибутива."
+msgid "Very high"
+msgstr "Очень высокий"
-#: ../src/templates/packages-list.html:24
-msgid "Click on a link to see further information about the package."
-msgstr "Нажмите на ссылку, чтобы увидеть дополнительную информацию о пакете."
+msgid "High"
+msgstr "Высокий"
-#: ../src/templates/packages-list.html:31
-msgid "Selection"
-msgstr ""
+msgid "Medium"
+msgstr "Средний"
-#: ../src/templates/packages-list.html:36
-msgid "Show broken packages"
-msgstr ""
+msgid "Low"
+msgstr "Низкий"
-#: ../src/templates/packages-list.html:39
-msgid "Show all packages"
-msgstr ""
+msgid "Very low"
+msgstr "Очень низкий"
-#: ../src/templates/packages/view-file.html:3
-msgid "View %(filename)s from %(pkg)s"
+msgid "Critical path"
msgstr ""
-#: ../src/templates/packages/view-file.html:36
-msgid "View file"
+msgid ""
+"A package that belongs to the critical path is a package that plays a very "
+"essential role in the distribution."
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Mimetype: %s"
+msgid ""
+"If such a package is broken, it may not be possible to boot or recover the "
+"system anymore, so we need to be extra sure that these packages work."
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Size: %s"
+msgid ""
+"If this package is marked to belong to the critical path, it will need a "
+"higher score to pass to the next repository and more."
msgstr ""
-#: ../src/templates/register-activation-fail.html:3
-msgid "Account activation failed"
+msgid "Learn more."
msgstr ""
-#: ../src/templates/register-activation-fail.html:12
-#: ../src/templates/register-activation-success.html:12
-msgid "Account activation"
+msgid "Open Bugs In This Package"
msgstr ""
-#: ../src/templates/register-activation-fail.html:17
-msgid "Activation failed"
-msgstr "Активация не удалась"
-
-#: ../src/templates/register-activation-fail.html:23
-#: ../src/templates/register-fail.html:6
-#: ../src/templates/user-profile-edit-fail.html:6
-msgid "We are sorry."
-msgstr "Приносим свои извинения."
-
-#: ../src/templates/register-activation-fail.html:24
-msgid "The activation of your account has failed."
-msgstr "Активации вашей учетной записи не удалась."
-
-#: ../src/templates/register-activation-fail.html:25
-msgid "Possibly the registration code is wrong or your registration timed out."
-msgstr "Возможно, регистрационный код неверен или время сессии истекло."
+#, fuzzy
+msgid "Show All Bugs"
+msgstr "Показать всех пользователей"
-#: ../src/templates/register-activation-success.html:3
-msgid "Account activation successful"
+msgid "File A New Bug"
msgstr ""
-#: ../src/templates/register-activation-success.html:17
-msgid "Activation successful"
-msgstr "Активация прошла успешно"
-
-#: ../src/templates/register-activation-success.html:23
-#, c-format
-msgid "Your account has been activated, %s."
-msgstr "Ваша учетная запись была активирована,%s."
-
-#: ../src/templates/register-activation-success.html:24
-msgid "Have fun!"
-msgstr "Удачи!"
-
-#: ../src/templates/register-fail.html:4
-msgid "Registration failed"
-msgstr "Регистрация не удалось"
+#, fuzzy
+msgid "Download Package"
+msgstr "Скачать файл"
-#: ../src/templates/register-fail.html:7
-msgid "We could not create your requested account."
-msgstr "Ð\9cÑ\8b не Ñ\81могли Ñ\81оздаÑ\82Ñ\8c запÑ\80аÑ\88иваемÑ\83Ñ\8e Ñ\83Ñ\87Ñ\91Ñ\82нÑ\83Ñ\8e запиÑ\81Ñ\8c."
+#, fuzzy, c-format
+msgid "Build from %s"
+msgstr "ХоÑ\81Ñ\82 Ñ\81боÑ\80ки"
-#: ../src/templates/register-fail.html:17
-#: ../src/templates/user-profile-edit-fail.html:17
-msgid ""
-"Use the back button on your web browser to go back to the previous page and "
-"correct your submission."
+msgid "Filelist"
msgstr ""
-"Используйте кнопку возврата в вашем веб-браузере, чтобы вернуться на "
-"предыдущую страницу для исправления вашей заявки."
-#: ../src/templates/register.html:3 ../src/templates/register.html:18
-msgid "Register a new account"
-msgstr "Регистрация новой учётной записи."
-
-#: ../src/templates/register.html:12
-msgid "Register new account"
-msgstr "Зарегистрировать учётную запись"
+#, fuzzy, c-format
+msgid "Download (%s)"
+msgstr "Скачать"
-#: ../src/templates/register.html:19
-msgid "Join the community!"
+msgid "Job Queue"
msgstr ""
-#: ../src/templates/register.html:26
-msgid "Registration form"
-msgstr "Форма регистрации"
-
-#: ../src/templates/register.html:35
-msgid "Must be a unique name you login with."
-msgstr "Должно быть уникальное имя, по которому осуществляется вход в систему."
+#, fuzzy, c-format
+msgid "Builds in %s"
+msgstr "Сборки"
-#: ../src/templates/register.html:41 ../src/templates/user-profile-edit.html:60
-msgid "Email address"
+msgid "Create"
msgstr ""
-#: ../src/templates/register.html:46
-msgid "Type in your email address, which is used to verify the account."
+msgid "- Select -"
msgstr ""
-#: ../src/templates/register.html:52
-msgid "Real name (optional)"
-msgstr "Ð\9dаÑ\81Ñ\82оÑ\8fÑ\89ее имÑ\8f (не обÑ\8fзаÑ\82елÑ\8cно)"
+#, fuzzy
+msgid "Create Repository"
+msgstr "РепозиÑ\82оÑ\80ий"
-#: ../src/templates/register.html:57
-msgid "Type you firstname and your lastname here."
-msgstr "Укажите Ваше имя и фамилию."
+msgid "Describe what this repository will contain"
+msgstr ""
-#: ../src/templates/register.html:64
-msgid "Account security"
-msgstr "Безопасность учётной записи"
+msgid "Priority"
+msgstr "Приоритет"
-#: ../src/templates/register.html:72
-#: ../src/templates/user-profile-edit.html:106
-msgid ""
-"The password is used to secure the login and must be at least 8 characters."
-msgstr ""
-"Пароль используется для безопасности входа и должен быть не короче 8 "
-"символов."
+#, fuzzy
+msgid "Listed"
+msgstr "Зарегистрирован"
-#: ../src/templates/register.html:78
-msgid "Confirm password"
-msgstr "Подтвердить пароль"
+msgid "By unchecking this box, you can hide this repository from being listed"
+msgstr ""
-#: ../src/templates/register.html:83
-msgid "Pick a password that is as strong as possible."
+msgid "Enable Mirroring"
msgstr ""
-#: ../src/templates/register.html:84
-msgid "Don't login at unsecure places where people could spy on your password."
+msgid "If enabled, this repository will be made available on mirror servers"
msgstr ""
-#: ../src/templates/register.html:91
-msgid "Sign up!"
-msgstr "Ð\97аÑ\80егиÑ\81Ñ\82Ñ\80иÑ\80оваÑ\82Ñ\8cÑ\81Ñ\8f!"
+#, fuzzy
+msgid "Download Configuration"
+msgstr "СкаÑ\87аÑ\82Ñ\8c Ñ\84айл"
-#: ../src/templates/register-success.html:4
-msgid "Registration successful"
-msgstr "Регистрация успешна"
+msgid "Search"
+msgstr "Поиск"
-#: ../src/templates/register-success.html:6
#, c-format
-msgid "Your new account has been created, %s."
-msgstr "Ваша новая учётная запись была создана, %s."
-
-#: ../src/templates/register-success.html:7
-msgid ""
-"To complete the activation, follow the instructions that were sent to you in "
-"an activation email."
-msgstr ""
-"Для завершения активации, следуйте инструкциям, которые были отправлены по "
-"электронной почте."
-
-#: ../src/templates/repository-detail.html:30
-msgid "Stable repository"
+msgid "We could not find anything for '%s'"
msgstr ""
-#: ../src/templates/repository-detail.html:34
-msgid "Unstable repository"
+msgid "Go!"
msgstr ""
-#: ../src/templates/repository-detail.html:38
-msgid "Testing repository"
-msgstr ""
+msgid "Sources repositories"
+msgstr "Репозитории исходников"
-#: ../src/templates/repository-detail.html:65
-msgid "Repository is enabled for builds?"
-msgstr ""
+msgid "Source repositories"
+msgstr "Репозитории исходников"
-#: ../src/templates/repository-detail.html:76
-#: ../src/templates/repository-detail.html:151
-msgid "Obsolete builds"
-msgstr ""
+msgid "Add source repository"
+msgstr "Добавить репозиторий исходников"
-#: ../src/templates/repository-detail.html:85
-msgid "Total build time"
-msgstr ""
+msgid "Blah 123"
+msgstr "трололо 123"
-#: ../src/templates/repository-detail.html:99
-msgid ""
-"The table above shows how long it took to build all packages in this "
-"repository."
-msgstr ""
+#, fuzzy
+msgid "Delete User"
+msgstr "Удалить %s."
-#: ../src/templates/repository-detail.html:126
-msgid "Unpushed builds"
-msgstr ""
+#, fuzzy
+msgid "Are you sure you want to delete your account?"
+msgstr "Вы действительно хотите удалить свою учётную запись?"
-#: ../src/templates/repository-detail.html:128
-msgid ""
-"These builds were already put into this repository, but were not pushed out "
-"to the mirror servers, yet."
-msgstr ""
+#, fuzzy, c-format
+msgid "Are you sure you want to delete the user '%s'?"
+msgstr "Вы действительно хотите удалить пользователя %s?"
-#: ../src/templates/repository-detail.html:139
-msgid "Builds in this repository"
-msgstr ""
+#, fuzzy
+msgid "Edit User"
+msgstr "Изменить настройки"
-#: ../src/templates/repository-edit.html:3
-#: ../src/templates/repository-edit.html:7
#, c-format
-msgid "Edit repository %s"
-msgstr ""
-
-#: ../src/templates/repository-edit.html:20
-msgid "The name of the repository."
+msgid "Send an Email to %s"
msgstr ""
-#: ../src/templates/repository-edit.html:21
-msgid "Must only contain of the lowercase characters."
+msgid "Quota"
msgstr ""
-#: ../src/templates/repository-edit.html:33
-msgid "Score settings"
-msgstr ""
-
-#: ../src/templates/repository-edit.html:35
-msgid "These settings configure the automatic score feature."
+#, python-format
+msgid "%(min)d min"
msgstr ""
-#: ../src/templates/repository-edit.html:36
-msgid ""
-"Builds that gained a certain score are moved to the next repository "
-"automatically and removed if the score is too bad."
+#, python-format
+msgid "%(hrs)d:%(min)02d hrs"
msgstr ""
-#: ../src/templates/repository-edit.html:40
-msgid "Needed score"
+msgid "User not found."
msgstr ""
-#: ../src/templates/repository-edit.html:45
-msgid ""
-"The score that is needed for builds to automatically be moved into this "
-"repository."
+msgid "Recommends"
msgstr ""
-#: ../src/templates/repository-edit.html:49
-msgid "Minimum time"
+msgid "Suggests"
msgstr ""
-#: ../src/templates/repository-edit.html:54
-msgid "Every build must stay a minimum time in a repository."
+msgid "Today"
msgstr ""
-#: ../src/templates/repository-edit.html:55
-msgid "This is to ensure that a package gets tested well."
+msgid "Yesterday"
msgstr ""
-#: ../src/templates/repository-edit.html:56
-#: ../src/templates/repository-edit.html:67
-msgid "Enter zero to disable the feature."
-msgstr ""
+msgid "Uploading"
+msgstr "Загружается"
-#: ../src/templates/repository-edit.html:60
-msgid "Maximum time"
+#, python-format
+msgid "Unknown: %s"
msgstr ""
-#: ../src/templates/repository-edit.html:65
-msgid ""
-"If a build is more than a certain amount of time in a repository, it will "
-"automatically be removed."
-msgstr ""
+#, python-format
+#~ msgid "[%(build_name)s] Build job failed."
+#~ msgstr "[%(build_name)s] Создать задание не удалось."
-#: ../src/templates/repository-edit.html:66
-msgid "This is to ensure that packages are not forgotten to be pushed."
-msgstr ""
+#~ msgid "Account Activation"
+#~ msgstr "Активация учётной записи"
-#: ../src/templates/repository-edit.html:73
-msgid "Build settings"
-msgstr ""
+#, fuzzy
+#~ msgid ""
+#~ "You, or somebody using your email address, has registered an account on "
+#~ "the Pakfire Build Service."
+#~ msgstr ""
+#~ "Вы или кто-то использующий Ваш e-mail, зарегистрировал аккаунт на Службе "
+#~ "Сборки Pakfire."
-#: ../src/templates/repository-edit.html:76
-msgid "Use package for builds?"
-msgstr ""
+#~ msgid "To activate your account, please click on the link below."
+#~ msgstr "Чтобы активировать учетную запись, нажмите на ссылку ниже."
-#: ../src/templates/repository-edit.html:81
-msgid "Should the package be selected for builds by default?"
-msgstr ""
+#~ msgid "Documentation"
+#~ msgstr "Документация"
-#: ../src/templates/repository-edit.html:82
-#: ../src/templates/user-impersonation.html:21
-msgid "Use with caution!"
-msgstr ""
+#~ msgid "Administration"
+#~ msgstr "Администрирование"
-#: ../src/templates/search-form.html:3
-msgid "Advanced search"
-msgstr ""
+#~ msgid "Logout"
+#~ msgstr "Выход"
-#: ../src/templates/search-form.html:18
-#, c-format
-msgid "No results for '%s'."
-msgstr ""
+#~ msgid "Register"
+#~ msgstr "Зарегистрироваться"
-#: ../src/templates/search-form.html:26
-msgid "Type a search pattern into the box below and hit the button."
-msgstr ""
+#~ msgid "Forgot your password?"
+#~ msgstr "Забыли пароль?"
-#: ../src/templates/search-form.html:46
-msgid "Search for packages by name or description"
-msgstr ""
+#~ msgid "Bug list"
+#~ msgstr "Список ошибок"
-#: ../src/templates/search-form.html:48
-msgid ""
-"If you type a package name to the search box you will get a link to the "
-"package."
-msgstr ""
+#~ msgid "Add"
+#~ msgstr "Добавить"
-#: ../src/templates/search-form.html:49
-msgid "The search is performed in case insensitive mode."
-msgstr ""
+#~ msgid "Remove"
+#~ msgstr "Удалить"
-#: ../src/templates/search-form.html:58
-msgid "Search for UUIDs"
-msgstr ""
+#~ msgid "Back"
+#~ msgstr "Назад"
-#: ../src/templates/search-form.html:60
-msgid ""
-"If you type a UUID to the search box, you will be directed to the job, build "
-"or package it belongs to."
-msgstr ""
+#~ msgid "Renew passphrase"
+#~ msgstr "Обновить ключевую фразу"
-#: ../src/templates/search-form.html:61
-msgid ""
-"This is a handy feature if you have a UUID and search for the corresponding "
-"package or build."
-msgstr ""
+#~ msgid "Delete builder"
+#~ msgstr "Удалить сборщика"
-#: ../src/templates/search-form.html:64 ../src/templates/search-form.html:80
-msgid "Examples"
-msgstr ""
+#~ msgid "CPU model"
+#~ msgstr "Модель CPU"
-#: ../src/templates/search-form.html:73
-msgid "Search for files"
-msgstr ""
+#~ msgid "Load average"
+#~ msgstr "Средняя скорость"
-#: ../src/templates/search-form.html:75
-msgid "You may also search for file names."
-msgstr ""
+#~ msgid "Overload"
+#~ msgstr "Перегрузка"
-#: ../src/templates/search-form.html:76
-msgid "You will get a list of packages that contain the file."
-msgstr ""
+#~ msgid "The builder must be enabled in order to process build jobs."
+#~ msgstr "Сборщик должен быть включен, чтобы была возможность сборки."
-#: ../src/templates/search-form.html:77
-msgid ""
-"The search pattern must start with a slash that it will be recognized as a "
-"file."
-msgstr ""
+#, c-format
+#~ msgid "The new host <strong>%s</strong> has been successfully created."
+#~ msgstr "Новый хост <strong>%s</strong> успешно создан."
-#: ../src/templates/search-results.html:3
-#: ../src/templates/search-results.html:22
#, c-format
-msgid "Search results for '%s'"
-msgstr ""
+#~ msgid "The passphrase for <strong>%s</strong> has been regenerated."
+#~ msgstr "Ключевая фраза для <strong>%s</strong> была заново сгенерирована."
-#: ../src/templates/search-results.html:12
-msgid "Search results"
-msgstr "Результаты поиска"
+#~ msgid ""
+#~ "For authorization to the Pakfire Master Server there is a passphrase "
+#~ "required which must be configured to the host."
+#~ msgstr ""
+#~ "Для авторизации на Главном Сервере Pakfire используется ключевая фраза, "
+#~ "которая задана на сервере."
-#: ../src/templates/search-results.html:28
-msgid "No results found."
-msgstr ""
+#~ msgid "This passphrase is:"
+#~ msgstr "Это ключевая фраза:"
-#: ../src/templates/search-results.html:30
-msgid "Visit the advanced search page to find about how to define your query."
-msgstr ""
+#~ msgid "Next"
+#~ msgstr "Далее"
-#: ../src/templates/search-results.html:75
-#, c-format
-msgid "%s was found in the following package."
-msgstr ""
+#~ msgid "Build job list"
+#~ msgstr "Список заданий на сборку"
-#: ../src/templates/sessions/index.html:36
-msgid "Valid until"
-msgstr ""
+#~ msgid "Filter builds"
+#~ msgstr "Сортировка сборок"
-#: ../src/templates/sessions/index.html:37
-msgid "Last seen at"
-msgstr ""
+#~ msgid "Any"
+#~ msgstr "Любой"
-#: ../src/templates/source-list.html:3
-msgid "Sources repositories"
-msgstr "Репозитории исходников"
+#~ msgid "All"
+#~ msgstr "Все"
-#: ../src/templates/source-list.html:17
-msgid "Add source repository"
-msgstr "Добавить репозиторий исходников"
+#~ msgid "Permanently failed"
+#~ msgstr "Постоянно не удаётся"
-#: ../src/templates/source-list.html:18
-msgid "Blah 123"
-msgstr "трололо 123"
+#~ msgid "Only show builds with given state."
+#~ msgstr "Показывать только сборки с указанным состоянием."
-#: ../src/templates/statistics/index.html:11
-msgid ""
-"On this page, you will find a lot of information bundled in graphs and "
-"figures."
-msgstr ""
+#~ msgid "Display only builds by selected host."
+#~ msgstr "Показывать только сборки на указанном хосте."
-#: ../src/templates/statistics/index.html:12
-msgid ""
-"They give a very quick overview about what is going on in the build service."
-msgstr ""
+#~ msgid "Show all builds"
+#~ msgstr "Показать все сборки"
-#: ../src/templates/statistics/index.html:18
-#, c-format
-msgid "The average build time is %.1f minutes."
-msgstr ""
+#~ msgid "Edit build priority"
+#~ msgstr "Изменить приоритет сборки"
-#: ../src/templates/statistics/index.html:21
-msgid "There are %(builds_count)s builds containing %(jobs_count_all)s jobs."
-msgstr ""
+#~ msgid "Set the priority of the build process."
+#~ msgstr "Установить приоритет процесса сборки."
-#: ../src/templates/updates-index.html:3
-msgid "Updates"
-msgstr "Обновление"
+#~ msgid "Beware"
+#~ msgstr "Осторожно"
-#: ../src/templates/updates-index.html:6
-msgid "Coming soon..."
-msgstr "Скоро будет..."
+#~ msgid ""
+#~ "Shuffeling build jobs can cause problems with the dependency solving."
+#~ msgstr ""
+#~ "Смешивание заданий по сборке может привести к проблемам с зависимостями."
-#: ../src/templates/uploads-list.html:24
-msgid "Filename"
-msgstr "Имя файла"
+#~ msgid "Don't do this if you are not totally sure you won't break anything."
+#~ msgstr "Не делайте этого, если точно не уверены, что ничего не испортите."
-#: ../src/templates/uploads-list.html:26
-msgid "Filesize"
-msgstr ""
+#~ msgid "None"
+#~ msgstr "Ни один"
-#: ../src/templates/uploads-list.html:27
-msgid "Time running"
-msgstr ""
+#~ msgid "All Documents"
+#~ msgstr "Вся документация"
-#: ../src/templates/uploads-list.html:44
-msgid "No owner."
-msgstr ""
+#~ msgid "Topics"
+#~ msgstr "Темы"
-#: ../src/templates/uploads-list.html:74
-msgid "There are currently no uploads running."
-msgstr ""
+#~ msgid "Legend of the build states"
+#~ msgstr "Журнал состояний сборки"
-#: ../src/templates/user-comments.html:4
-msgid "Latest user comments"
-msgstr "Последние комментарии пользователей"
+#~ msgid ""
+#~ "Every build that is done by the Pakfire Build Service has to go through "
+#~ "several states:"
+#~ msgstr ""
+#~ "Каждая сборка, созданная Системой Сборки Pakfire должена пройти через "
+#~ "несколько этапов:"
-#: ../src/templates/user-comments.html:12
-msgid "Show all users"
-msgstr "Показать всех пользователей"
+#~ msgid ""
+#~ "After checking out the source from the source repository a source package "
+#~ "is created and submitted to the build server."
+#~ msgstr ""
+#~ "После проверки исходников из репозитория исходного кода, создаётся пакет "
+#~ "исходного кода, который отправляется на Сервер Сборки."
-#: ../src/templates/user-delete.html:4
-#, c-format
-msgid "Delete user %s"
-msgstr "Удалить пользователя %s."
+#~ msgid ""
+#~ "Starting from inserting a source file to the build service, there are "
+#~ "binary build jobs created for every supported architecture."
+#~ msgstr ""
+#~ "После загрузки файла с исходником на Сервер Сборки, создаются задания на "
+#~ "сборку бинарных пакетов для всех поддерживаемых архитектур."
-#: ../src/templates/user-delete.html:8
-msgid "Do you really want to delete your own account?"
-msgstr "Вы действительно хотите удалить свою учётную запись?"
+#~ msgid ""
+#~ "These get assigned to a build host which has to compile or assemble the "
+#~ "package and return it back to the build server."
+#~ msgstr ""
+#~ "Задания отдаются на сборочный хост, который создаёт пакет и возвращает "
+#~ "его обратно на Сервер Сборки."
-#: ../src/templates/user-delete.html:9
-msgid "You won't be able to login and use this service any more."
-msgstr "Вы больше не сможете войти и использовать данный сервис."
+#~ msgid ""
+#~ "In the table below, there are all states that a build job goes through:"
+#~ msgstr ""
+#~ "В приведенной ниже таблице находится список состояний, через которые "
+#~ "проходит задание:"
+
+#~ msgid "Build is running"
+#~ msgstr "Сборка запущена"
+
+#~ msgid "Build has failed"
+#~ msgstr "Сборка не удалось"
+
+#~ msgid "Build is waiting to be processed"
+#~ msgstr "Сборка ожидает обработки"
+
+#~ msgid "There was a dependency error when the package was built"
+#~ msgstr "Во время сборки пакета была обнаружена проблема с зависимостями"
+
+#~ msgid "Build is waiting for source to go to pending state"
+#~ msgstr "Сборка ждёт перехода исходников в состоянии ожидания."
+
+#~ msgid "Files of this build are transferred to the build server"
+#~ msgstr "Файлы этой сборки передаются на Сервер Сборки"
+
+#~ msgid "Files are being uploaded to the service"
+#~ msgstr "Файлы загружаются на сервис"
-#: ../src/templates/user-delete.html:11
-#, c-format
-msgid "Do you really want to delete the user %s?"
-msgstr "Вы действительно хотите удалить пользователя %s?"
+#~ msgid "Build has an unknown state"
+#~ msgstr "Сборка находится в неизвестном состоянии"
-#: ../src/templates/user-forgot-password.html:3
-#: ../src/templates/user-forgot-password.html:12
-#: ../src/templates/user-forgot-password.html:17
-msgid "Forgot password"
-msgstr ""
+#~ msgid "Documentation index"
+#~ msgstr "Список документации"
-#: ../src/templates/user-forgot-password.html:22
-msgid "Work in progress!"
-msgstr ""
+#~ msgid "Documents"
+#~ msgstr "Документация"
-#: ../src/templates/user-forgot-password.html:28
-msgid "You have forgotten you password, eh? Shame on you."
-msgstr ""
+#~ msgid ""
+#~ "This is a collection of documents that should be read by everybody who is "
+#~ "using this system."
+#~ msgstr ""
+#~ "Это сборник документации, которую должны прочитать все, кто пользуется "
+#~ "этой системой."
-#: ../src/templates/user-forgot-password.html:29
-msgid "However, we allow to re-activate your account."
-msgstr ""
+#~ msgid "Mailing list"
+#~ msgstr "Лист рассылки"
-#: ../src/templates/user-forgot-password.html:32
-msgid "You need to enter your username below."
-msgstr ""
+#~ msgid ""
+#~ "All users can join the Pakfire Build Service and are separated into three "
+#~ "groups:"
+#~ msgstr ""
+#~ "Все пользователи могут присоединиться к Службе Сборки Pakfire и разделены "
+#~ "на три группы:"
+
+#~ msgid "Developers"
+#~ msgstr "Разработчики"
-#: ../src/templates/user-forgot-password.html:33
-msgid "After that, you will receive an email with intructions how to go on."
-msgstr ""
+#~ msgid ""
+#~ "Developers manage this build service and have access to all parts of it."
+#~ msgstr ""
+#~ "Разработчики, управляющие этой сборкой и имеющие доступ ко всем её частям."
+
+#~ msgid ""
+#~ "They are responsible to keep the system running and able to push package "
+#~ "updates to the repostories."
+#~ msgstr ""
+#~ "Они несут ответственность за поддержку системы в работоспособном "
+#~ "состоянии и имеют возможность помещать обновления пакетов в репозиторий."
+
+#~ msgid "Guidelines for developers"
+#~ msgstr "Руководство для разработчиков"
+
+#~ msgid "Testers"
+#~ msgstr "Тестеры"
+
+#~ msgid ""
+#~ "Testers are like users but have the right to vote on packages, which is "
+#~ "used to figure out the quality of the package."
+#~ msgstr ""
+#~ "Тестировщики, как пользователи, но имеют право голосовать за пакеты, что "
+#~ "используется для контроля их качества."
+
+#~ msgid ""
+#~ "Everyone can become a tester after he or she has proven to know the "
+#~ "IPFire system very well."
+#~ msgstr ""
+#~ "Любой может стать тестировщиком после того как продемонстрирует хорошее "
+#~ "знание устройства системы IPFire."
-#: ../src/templates/user-forgot-password.html:42
-msgid "Your username"
-msgstr ""
+#~ msgid ""
+#~ "On these people depends a very huge amount of the quality of the "
+#~ "distribution that is made out of the feedback they give."
+#~ msgstr ""
+#~ "От работы этих людей в огромной степени зависит качество каждого выпуска "
+#~ "дистрибутива."
-#: ../src/templates/user-impersonation.html:3
-#, c-format
-msgid "Impersonate user %s"
-msgstr ""
+#~ msgid "Guidelines for testers"
+#~ msgstr "Руководство для тестировщиков"
-#: ../src/templates/user-impersonation.html:7
-msgid "User impersonation"
-msgstr ""
+#~ msgid ""
+#~ "Everybody can join the Pakfire Build Service by registering an account."
+#~ msgstr ""
+#~ "Любой желающий может присоединиться к службе Сборки Pakfire, "
+#~ "зарегистрировав учетную запись."
-#: ../src/templates/user-impersonation.html:17
-msgid ""
-"When impersonating another user, every action you perform will be taking "
-"place as if you had logged in as the user whom will be impersonating."
-msgstr ""
+#~ msgid ""
+#~ "After a successful activation you are able to leave comments on packages "
+#~ "and give feedback to the developers about its status."
+#~ msgstr ""
+#~ "После успешной активации вы сможете оставлять комментарии к пакетам и "
+#~ "отсылать информацию разработчикам."
-#: ../src/templates/user-impersonation.html:22
-msgid ""
-"This is a very powerful feature. You should be very careful while using it."
-msgstr ""
+#~ msgid "Welcome to the Pakfire Build Service"
+#~ msgstr "Добро пожаловать в Службу Сборки Pakfire"
-#: ../src/templates/user-list.html:3
-msgid "User list"
-msgstr ""
+#~ msgid "Latest stable updates"
+#~ msgstr "Последнее стабильное обновление"
-#: ../src/templates/user-profile-builds.html:3
-#: ../src/templates/user-profile-builds.html:7
-#, c-format
-msgid "Builds by %s"
-msgstr ""
+#~ msgid "Unstable updates"
+#~ msgstr "Нестабильное обновление"
-#: ../src/templates/user-profile-edit-fail.html:4
-msgid "Edit failed"
-msgstr "Изменить не удалось"
+#~ msgid "Re-submit build"
+#~ msgstr "Повторно подтвердить сборку"
-#: ../src/templates/user-profile-edit-fail.html:7
-msgid "The user profile cannot be saved."
-msgstr "Профиль пользователя не может быть сохранён."
+#~ msgid "Package files"
+#~ msgstr "Файлы пакетов"
-#: ../src/templates/user-profile-edit.html:3
-#: ../src/templates/user-profile-edit.html:26
#, c-format
-msgid "Edit user profile: %s"
-msgstr ""
+#~ msgid "Delete key %s"
+#~ msgstr "Удалить ключ %s"
-#: ../src/templates/user-profile-edit.html:34
-msgid "User Identity"
-msgstr ""
+#~ msgid "Key"
+#~ msgstr "Ключ"
-#: ../src/templates/user-profile-edit.html:48
-msgid "Real name"
-msgstr ""
+#~ msgid "Delete key"
+#~ msgstr "Удалить ключ"
-#: ../src/templates/user-profile-edit.html:54
-msgid ""
-"This field is optional, but we appreciate it very much if you type in your "
-"real name."
-msgstr ""
+#~ msgid "Import new key"
+#~ msgstr "Импорт нового ключа"
-#: ../src/templates/user-profile-edit.html:66
-msgid ""
-"If the email address is changed, your account will be disabled until you "
-"confirm the new email address."
-msgstr ""
+#~ msgid "Username and/or password was wrong. Login failed."
+#~ msgstr "Комбинация пользователь-пароль не верна. Войти не удалось."
-#: ../src/templates/user-profile-edit.html:74
-msgid "Admin actions"
-msgstr "Действия администратора"
+#~ msgid "Username"
+#~ msgstr "Имя пользователя"
-#: ../src/templates/user-profile-edit.html:82
-#: ../src/templates/user-profile.html:52
-msgid "Tester"
-msgstr "Тестировщик"
+#~ msgid "Password"
+#~ msgstr "Пароль"
-#: ../src/templates/user-profile-edit.html:85
-#: ../src/templates/user-profile.html:50
-msgid "Admin"
-msgstr "Администратор"
+#~ msgid "Register a new account."
+#~ msgstr "Регистрация новой учётной записи."
-#: ../src/templates/user-profile-edit.html:90
-msgid "Define the permissions of the user."
-msgstr "Определить права доступа пользователя."
+#~ msgid "No comments so far."
+#~ msgstr "Комментариев пока нет."
-#: ../src/templates/user-profile-edit.html:98
-msgid "Account security settings"
-msgstr ""
+#~ msgid ""
+#~ "Pakfire is the buildsystem that is used to build the IPFire Linux "
+#~ "firewall distribution."
+#~ msgstr ""
+#~ "Pakfire является системой сборки пакетов и используется для создания "
+#~ "дистрибутива межсетевого экрана IPFire."
-#: ../src/templates/user-profile-edit.html:112
-#: ../src/templates/user-profile-passwd.html:84
-msgid "Confirm"
-msgstr "Подтвердить"
+#~ msgid "It also installs and updates packages on the IPFire systems."
+#~ msgstr "Она также устанавливает и обновляет пакеты системы IPFire."
-#: ../src/templates/user-profile-edit.html:117
-msgid "Leave the password fields empty to keep the current password."
-msgstr "Оставьте поля пароля пустыми, чтобы сохранить текущий пароль."
+#~ msgid "Yes"
+#~ msgstr "Да"
-#: ../src/templates/user-profile-edit.html:124
-msgid "Locale & timezone settings"
-msgstr ""
+#~ msgid "No"
+#~ msgstr "Нет"
-#: ../src/templates/user-profile-edit.html:127
-msgid "Preferred language"
-msgstr "Предпочитаемый язык"
+#~ msgid "Package list"
+#~ msgstr "Список пакетов"
-#: ../src/templates/user-profile-edit.html:132
-msgid "Auto-detect will use the language transmitted by your browser."
-msgstr "Автоматическое определение будет использовать язык вашего браузера."
+#~ msgid ""
+#~ "This is an alphabetically ordered list of all packages in the "
+#~ "distribution."
+#~ msgstr "Это алфавитный список всех пакетов дистрибутива."
-#: ../src/templates/user-profile-edit.html:138
-msgid "Timezone"
-msgstr ""
+#~ msgid "Click on a link to see further information about the package."
+#~ msgstr ""
+#~ "Нажмите на ссылку, чтобы увидеть дополнительную информацию о пакете."
-#: ../src/templates/user-profile-edit.html:143
-msgid "Auto-detect will use the timezone transmitted by your browser."
-msgstr ""
+#~ msgid "Activation failed"
+#~ msgstr "Активация не удалась"
-#: ../src/templates/user-profile-edit.html:150
-msgid "Save"
-msgstr ""
+#~ msgid "We are sorry."
+#~ msgstr "Приносим свои извинения."
-#: ../src/templates/user-profile.html:23
-msgid "View comments"
-msgstr ""
+#~ msgid "The activation of your account has failed."
+#~ msgstr "Активации вашей учетной записи не удалась."
-#: ../src/templates/user-profile.html:41
-msgid "Email"
-msgstr "Email"
+#~ msgid ""
+#~ "Possibly the registration code is wrong or your registration timed out."
+#~ msgstr "Возможно, регистрационный код неверен или время сессии истекло."
-#: ../src/templates/user-profile.html:61
-msgid "Registered"
-msgstr "Зарегистрирован"
+#~ msgid "Activation successful"
+#~ msgstr "Активация прошла успешно"
-#: ../src/templates/user-profile.html:80
-msgid "Edit profile"
-msgstr ""
+#, c-format
+#~ msgid "Your account has been activated, %s."
+#~ msgstr "Ваша учетная запись была активирована,%s."
-#: ../src/templates/user-profile.html:86
-#: ../src/templates/user-profile-passwd.html:3
-#: ../src/templates/user-profile-passwd.html:20
-#: ../src/templates/user-profile-passwd.html:25
-#: ../src/templates/user-profile-passwd.html:95
-#: ../src/templates/user-profile-passwd-ok.html:20
-msgid "Change password"
-msgstr ""
+#~ msgid "Have fun!"
+#~ msgstr "Удачи!"
-#: ../src/templates/user-profile.html:94
-msgid "Delete account"
-msgstr "Удалить аккаунт"
+#~ msgid "Registration failed"
+#~ msgstr "Регистрация не удалось"
-#: ../src/templates/user-profile.html:101
-msgid "Impersonate user"
-msgstr ""
+#~ msgid "We could not create your requested account."
+#~ msgstr "Мы не смогли создать запрашиваемую учётную запись."
-#: ../src/templates/user-profile.html:121
-msgid "Permissions"
-msgstr ""
+#~ msgid ""
+#~ "Use the back button on your web browser to go back to the previous page "
+#~ "and correct your submission."
+#~ msgstr ""
+#~ "Используйте кнопку возврата в вашем веб-браузере, чтобы вернуться на "
+#~ "предыдущую страницу для исправления вашей заявки."
-#: ../src/templates/user-profile.html:125
-msgid "This user has administration rights."
-msgstr ""
+#~ msgid "Register a new account"
+#~ msgstr "Регистрация новой учётной записи."
-#: ../src/templates/user-profile.html:132
-msgid "User is allowed to create scratch builds?"
-msgstr ""
+#~ msgid "Register new account"
+#~ msgstr "Зарегистрировать учётную запись"
-#: ../src/templates/user-profile-need-activation.html:4
-msgid "Edit successful"
-msgstr "Изменения успешно внесены"
+#~ msgid "Registration form"
+#~ msgstr "Форма регистрации"
-#: ../src/templates/user-profile-need-activation.html:6
-msgid "The user profile was successfully altered."
-msgstr "Профиль пользователя был успешно изменен."
+#~ msgid "Must be a unique name you login with."
+#~ msgstr ""
+#~ "Должно быть уникальное имя, по которому осуществляется вход в систему."
-#: ../src/templates/user-profile-need-activation.html:7
-msgid ""
-"But as you have changed the email address, you need to re-activate the "
-"account."
-msgstr ""
-"Но, так как вы изменили адрес электронной почты, вам нужно повторно "
-"активировать учетную запись."
+#~ msgid "Real name (optional)"
+#~ msgstr "Настоящее имя (не обязательно)"
-#: ../src/templates/user-profile-need-activation.html:8
-msgid "Have a look at you mailbox - you already do know what to do."
-msgstr "Загляните в Ваш почтовый ящик - вы уже знаете, что делать."
+#~ msgid "Type you firstname and your lastname here."
+#~ msgstr "Укажите Ваше имя и фамилию."
-#: ../src/templates/user-profile-passwd.html:32
-msgid "You are going to change your password."
-msgstr ""
+#~ msgid "Account security"
+#~ msgstr "Безопасность учётной записи"
-#: ../src/templates/user-profile-passwd.html:35
-msgid ""
-"To do so, you need to enter your current password and the new password twice."
-msgstr ""
+#~ msgid ""
+#~ "The password is used to secure the login and must be at least 8 "
+#~ "characters."
+#~ msgstr ""
+#~ "Пароль используется для безопасности входа и должен быть не короче 8 "
+#~ "символов."
-#: ../src/templates/user-profile-passwd.html:39
-#, c-format
-msgid "In this dialog, you may change the password of %s."
-msgstr ""
+#~ msgid "Confirm password"
+#~ msgstr "Подтвердить пароль"
-#: ../src/templates/user-profile-passwd.html:61
-msgid "Old password"
-msgstr ""
+#~ msgid "Registration successful"
+#~ msgstr "Регистрация успешна"
-#: ../src/templates/user-profile-passwd.html:66
-msgid "Please provide your old password."
-msgstr ""
+#, c-format
+#~ msgid "Your new account has been created, %s."
+#~ msgstr "Ваша новая учётная запись была создана, %s."
-#: ../src/templates/user-profile-passwd.html:73
-msgid "New password"
-msgstr ""
+#~ msgid ""
+#~ "To complete the activation, follow the instructions that were sent to you "
+#~ "in an activation email."
+#~ msgstr ""
+#~ "Для завершения активации, следуйте инструкциям, которые были отправлены "
+#~ "по электронной почте."
-#: ../src/templates/user-profile-passwd.html:78
-msgid "Choose a new password. Make sure that it is as strong as possible."
-msgstr ""
+#~ msgid "Search results"
+#~ msgstr "Результаты поиска"
-#: ../src/templates/user-profile-passwd.html:89
-msgid "Confirm the new password."
-msgstr ""
+#~ msgid "Updates"
+#~ msgstr "Обновление"
-#: ../src/templates/user-profile-passwd-ok.html:3
-#: ../src/templates/user-profile-passwd-ok.html:29
-msgid "Password changed"
-msgstr ""
+#~ msgid "Coming soon..."
+#~ msgstr "Скоро будет..."
-#: ../src/templates/user-profile-passwd-ok.html:24
-msgid "Done!"
-msgstr ""
+#~ msgid "Filename"
+#~ msgstr "Имя файла"
-#: ../src/templates/user-profile-passwd-ok.html:37
-msgid "Your password has successfully been changed."
-msgstr ""
+#~ msgid "Latest user comments"
+#~ msgstr "Последние комментарии пользователей"
-#: ../src/templates/user-profile-passwd-ok.html:41
#, c-format
-msgid "The password of %s has successfully been changed."
-msgstr ""
+#~ msgid "Delete user %s"
+#~ msgstr "Удалить пользователя %s."
-#: ../src/templates/user-profile-passwd-ok.html:46
-msgid "Ok"
-msgstr ""
-
-#: ../src/web/handlers_auth.py:65
-msgid "No username provided."
-msgstr "Нет имени пользователя."
+#~ msgid "You won't be able to login and use this service any more."
+#~ msgstr "Вы больше не сможете войти и использовать данный сервис."
-#: ../src/web/handlers_auth.py:67
-msgid "The given username is already taken."
-msgstr "Данное имя пользователя уже занято."
+#~ msgid "The user profile cannot be saved."
+#~ msgstr "Профиль пользователя не может быть сохранён."
-#: ../src/web/handlers_auth.py:70 ../src/web/handlers_users.py:177
-msgid "No email address provided."
-msgstr "Не указан электронный адрес."
+#~ msgid "Admin actions"
+#~ msgstr "Действия администратора"
-#: ../src/web/handlers_auth.py:72 ../src/web/handlers_users.py:179
-msgid "Email address is invalid."
-msgstr "Адрес электронной почты является недействительным."
-
-#: ../src/web/handlers_auth.py:74
-msgid "The given email address is already used for another account."
-msgstr ""
-"Указанный адрес электронной почты уже используется другим пользователем."
+#~ msgid "Admin"
+#~ msgstr "Администратор"
-#: ../src/web/handlers_auth.py:78
-msgid "No password provided."
-msgstr "Не указан пароль"
+#~ msgid "Define the permissions of the user."
+#~ msgstr "Определить права доступа пользователя."
-#: ../src/web/handlers_auth.py:80 ../src/web/handlers_users.py:185
-msgid "Passwords do not match."
-msgstr "Пароли не совпадают."
+#~ msgid "Confirm"
+#~ msgstr "Подтвердить"
-#: ../src/web/handlers_auth.py:84
-msgid "Your password is too weak."
-msgstr ""
+#~ msgid "Leave the password fields empty to keep the current password."
+#~ msgstr "Оставьте поля пароля пустыми, чтобы сохранить текущий пароль."
-#: ../src/web/handlers_builds.py:368
-msgid "User not found."
-msgstr ""
+#~ msgid "Preferred language"
+#~ msgstr "Предпочитаемый язык"
-#: ../src/web/handlers_users.py:112
-msgid "You need to enter you current password."
-msgstr ""
+#~ msgid "Auto-detect will use the language transmitted by your browser."
+#~ msgstr ""
+#~ "Автоматическое определение будет использовать язык вашего браузера."
-#: ../src/web/handlers_users.py:115
-msgid "The provided account password is wrong."
-msgstr ""
+#~ msgid "Email"
+#~ msgstr "Email"
-#: ../src/web/handlers_users.py:124
-msgid "The given passwords do not match."
-msgstr ""
+#~ msgid "Delete account"
+#~ msgstr "Удалить аккаунт"
-#: ../src/web/handlers_users.py:126
-msgid "The password was blank."
-msgstr ""
+#~ msgid "Edit successful"
+#~ msgstr "Изменения успешно внесены"
-#: ../src/web/handlers_users.py:130
-msgid "The given password is too weak."
-msgstr ""
+#~ msgid "The user profile was successfully altered."
+#~ msgstr "Профиль пользователя был успешно изменен."
-#: ../src/web/handlers_users.py:183
-msgid "Password has less than 8 characters."
-msgstr "Пароль менее 8 символов."
+#~ msgid ""
+#~ "But as you have changed the email address, you need to re-activate the "
+#~ "account."
+#~ msgstr ""
+#~ "Но, так как вы изменили адрес электронной почты, вам нужно повторно "
+#~ "активировать учетную запись."
-#: ../src/web/__init__.py:327
-#, python-format
-msgid "%(min)d min"
-msgstr ""
+#~ msgid "Have a look at you mailbox - you already do know what to do."
+#~ msgstr "Загляните в Ваш почтовый ящик - вы уже знаете, что делать."
-#: ../src/web/__init__.py:329
-#, python-format
-msgid "%(hrs)d:%(min)02d hrs"
-msgstr ""
+#~ msgid "No username provided."
+#~ msgstr "Нет имени пользователя."
-#: ../src/web/__init__.py:336
-#, python-format
-msgid "%dh"
-msgstr ""
+#~ msgid "The given username is already taken."
+#~ msgstr "Данное имя пользователя уже занято."
-#: ../src/web/__init__.py:340
-#, python-format
-msgid "%dm"
-msgstr ""
+#~ msgid "No email address provided."
+#~ msgstr "Не указан электронный адрес."
-#: ../src/web/__init__.py:342
-#, python-format
-msgid "%ds"
-msgstr ""
+#~ msgid "Email address is invalid."
+#~ msgstr "Адрес электронной почты является недействительным."
-#: ../src/web/ui_modules.py:172
-msgid "Today"
-msgstr ""
+#~ msgid "The given email address is already used for another account."
+#~ msgstr ""
+#~ "Указанный адрес электронной почты уже используется другим пользователем."
-#: ../src/web/ui_modules.py:177
-msgid "Yesterday"
-msgstr ""
+#~ msgid "No password provided."
+#~ msgstr "Не указан пароль"
-#: ../src/web/ui_modules.py:305
-msgid "Dependency problem"
-msgstr ""
+#~ msgid "Passwords do not match."
+#~ msgstr "Пароли не совпадают."
-#: ../src/web/ui_modules.py:346
-#, python-format
-msgid "Unknown: %s"
-msgstr ""
+#~ msgid "Password has less than 8 characters."
+#~ msgstr "Пароль менее 8 символов."
#~ msgid "January"
#~ msgstr "Январь"
msgstr ""
"Project-Id-Version: IPFire Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-06 16:39+0100\n"
+"POT-Creation-Date: 2022-10-12 13:55+0000\n"
"PO-Revision-Date: 2011-05-19 22:47+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/ipfire/"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#: ../src/buildservice/builds.py:1109
-#, python-format
-msgid "%(user_name)s commented on %(build_name)s"
-msgstr ""
-
-#: ../src/buildservice/constants.py:56
-#, python-format
-msgid "[%(build_name)s] Build job failed."
-msgstr ""
-
-#: ../src/buildservice/constants.py:57
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has failed.\n"
-"\n"
-"This could have a couple of reasons and needs to be investigated by you.\n"
-"\n"
-"Here is more information about the incident:\n"
-"\n"
-" Build name: %(build_name)s\n"
-" Build host: %(build_host)s\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/constants.py:74
-#, python-format
-msgid "[%(build_name)s] Build job finished."
-msgstr ""
-
-#: ../src/buildservice/constants.py:75
-#, python-format
-msgid ""
-"The build job \"%(build_name)s\" has finished.\n"
-"\n"
-"If you are the maintainer, it is up to you to push it to one or more "
-"repositories.\n"
-"\n"
-"Click on this link to get all details about the build:\n"
-" https://pakfire.ipfire.org/job/%(build_uuid)s\n"
-"\n"
-"Sincerely,\n"
-" The Pakfire Build Service"
-msgstr ""
-
-#: ../src/buildservice/logs.py:67
msgid "Build has been created"
msgstr ""
-#: ../src/buildservice/logs.py:106 ../src/buildservice/logs.py:170
-#: ../src/buildservice/logs.py:230 ../src/buildservice/logs.py:305
msgid "Unknown action."
msgstr ""
-#: ../src/buildservice/logs.py:117 ../src/buildservice/logs.py:186
-#: ../src/buildservice/logs.py:247 ../src/buildservice/logs.py:321
-#: ../src/templates/builders/detail.html:161
-#: ../src/templates/builders/list.html:59 ../src/templates/jobs-detail.html:82
-#: ../src/templates/mirrors-list.html:72 ../src/web/__init__.py:307
msgid "Unknown"
msgstr ""
-#: ../src/buildservice/logs.py:124 ../src/buildservice/logs.py:130
-#: ../src/templates/builders/detail.html:143
-#: ../src/templates/builders/detail.html:149
-#: ../src/templates/builders/detail.html:170
-#: ../src/templates/builders/detail.html:210
-#: ../src/templates/builders/detail.html:224
-#: ../src/templates/jobs-buildroot.html:87
-#: ../src/templates/mirrors-detail.html:67
-#: ../src/templates/mirrors-list.html:56 ../src/templates/mirrors-list.html:81
-#: ../src/templates/modules/jobs/list.html:44
-#: ../src/templates/modules/jobs-table.html:42
-#: ../src/templates/modules/repository-table.html:14
-#: ../src/templates/sessions/index.html:50
-#: ../src/templates/uploads-list.html:55
msgid "N/A"
msgstr ""
-#: ../src/buildservice/logs.py:136
#, python-format
msgid "This build was pushed to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:138
#, python-format
msgid "You pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:140
#, python-format
msgid "%(user)s pushed this build to the repository '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:144
#, python-format
msgid "This build was unpushed from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:146
#, python-format
msgid "You unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:148
#, python-format
msgid "%(user)s unpushed this build from the repository '%(from_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:152
#, python-format
msgid ""
"This build was pushed from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:154
#, python-format
msgid ""
"You pushed this build from the repository '%(from_repo)s' to '%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:156
#, python-format
msgid ""
"%(user)s pushed this build from the repository '%(from_repo)s' to "
"'%(to_repo)s'."
msgstr ""
-#: ../src/buildservice/logs.py:192
#, python-format
msgid "Builder '%(builder)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:194
#, python-format
msgid "You enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:196
#, python-format
msgid "%(user)s enabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:200
#, python-format
msgid "Builder '%(builder)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:202
#, python-format
msgid "You disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:204
#, python-format
msgid "%(user)s disabled builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:208
#, python-format
msgid "You deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:210
#, python-format
msgid "%(user)s deleted builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:214
#, python-format
msgid "You created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:216
#, python-format
msgid "%(user)s created builder '%(builder)s'."
msgstr ""
-#: ../src/buildservice/logs.py:253
#, python-format
msgid "Job '%(job)s' has been created."
msgstr ""
-#: ../src/buildservice/logs.py:255
#, python-format
msgid "You created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:257
#, python-format
msgid "%(user)s created job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:261
#, python-format
msgid "Job '%(job)s' has changed its state to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:263
#, python-format
msgid "You changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:265
#, python-format
msgid "%(user)s changed the state of job '%(job)s' to: %(state)s."
msgstr ""
-#: ../src/buildservice/logs.py:269
#, python-format
msgid "Job '%(job)s' has been reset."
msgstr ""
-#: ../src/buildservice/logs.py:271
#, python-format
msgid "You reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:273
#, python-format
msgid "%(user)s has reset job '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:277
#, python-format
msgid "Job '%(job)s' has been scheduled for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:279
#, python-format
msgid "You scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:281
#, python-format
msgid "%(user)s scheduled job '%(job)s' for rebuild."
msgstr ""
-#: ../src/buildservice/logs.py:287
#, python-format
msgid "A test job for '%(job)s' has been scheduled."
msgstr ""
-#: ../src/buildservice/logs.py:289
#, python-format
msgid "You scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:291
#, python-format
msgid "%(user)s scheduled a test job for '%(job)s'."
msgstr ""
-#: ../src/buildservice/logs.py:327
#, python-format
msgid "Mirror '%(mirror)s' has been enabled."
msgstr ""
-#: ../src/buildservice/logs.py:329
#, python-format
msgid "You enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:331
#, python-format
msgid "%(user)s enabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:335
#, python-format
msgid "Mirror '%(mirror)s' has been disabled."
msgstr ""
-#: ../src/buildservice/logs.py:337
#, python-format
msgid "You disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:339
#, python-format
msgid "%(user)s disabled mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:343
#, python-format
msgid "You deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:345
#, python-format
msgid "%(user)s deleted mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:349
#, python-format
msgid "You created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/logs.py:351
#, python-format
msgid "%(user)s created mirror '%(mirror)s'."
msgstr ""
-#: ../src/buildservice/users.py:459
-msgid "Account Activation"
-msgstr ""
-
-#: ../src/buildservice/users.py:461
-msgid ""
-"You, or somebody using your email address, has registered an account on the "
-"Pakfire Build Service."
-msgstr ""
-
-#: ../src/buildservice/users.py:463
-msgid "To activate your account, please click on the link below."
+msgid "No title given"
msgstr ""
-#: ../src/templates/base.html:4
-msgid "No title given"
+msgid "Menu"
msgstr ""
-#: ../src/templates/base.html:29 ../src/templates/index.html:16
msgid "Pakfire Build Service"
msgstr ""
-#: ../src/templates/base.html:34 ../src/templates/build-bugs.html:12
-#: ../src/templates/build-delete.html:12 ../src/templates/build-detail.html:12
-#: ../src/templates/build-schedule-test.html:12
-#: ../src/templates/build-state.html:12
-#: ../src/templates/builds-watchers-add.html:12
-#: ../src/templates/jobs-buildroot.html:12
-#: ../src/templates/jobs-buildroot.html:48
-#: ../src/templates/job-schedule-rebuild.html:12
-#: ../src/templates/job-schedule-test.html:12
-#: ../src/templates/jobs-detail.html:12 ../src/templates/package-detail.html:12
-#: ../src/templates/package-detail-list.html:12
-#: ../src/templates/package-properties.html:12
-#: ../src/templates/packages/builds/scratch.html:12
-#: ../src/templates/packages/builds/times.html:12
-#: ../src/templates/packages/changelog.html:12
-#: ../src/templates/packages-list.html:12
-#: ../src/templates/packages/view-file.html:12
-#: ../src/templates/search-results.html:50
msgid "Packages"
msgstr ""
-#: ../src/templates/base.html:37 ../src/templates/build-index.html:3
-#: ../src/templates/build-index.html:12 ../src/templates/build-index.html:26
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-#: ../src/templates/builds/comments.html:12
-#: ../src/templates/distro-update-edit.html:20
-#: ../src/templates/docs-base.html:33 ../src/templates/docs-build.html:16
-#: ../src/templates/docs-index.html:43
-#: ../src/templates/statistics/index.html:15
msgid "Builds"
msgstr ""
-#: ../src/templates/base.html:41
msgid "More"
msgstr ""
-#: ../src/templates/base.html:47 ../src/templates/docs-build.html:3
-#: ../src/templates/docs-build.html:12 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-index.html:12 ../src/templates/docs-users.html:3
-#: ../src/templates/docs-users.html:12 ../src/templates/docs-users.html:21
-#: ../src/templates/docs-whatsthis.html:3
-#: ../src/templates/docs-whatsthis.html:12
-#: ../src/templates/docs-whatsthis.html:21
-msgid "Documentation"
-msgstr ""
-
-#: ../src/templates/base.html:53 ../src/templates/search-form.html:12
-#: ../src/templates/search-form.html:22
-msgid "Search"
-msgstr ""
-
-#: ../src/templates/base.html:60 ../src/templates/distro-detail.html:12
-#: ../src/templates/distro-list.html:3 ../src/templates/distro-list.html:12
-#: ../src/templates/distro-list.html:18
-#: ../src/templates/distro-source-commit-detail.html:12
-#: ../src/templates/distro-source-commit-reset.html:10
-#: ../src/templates/distro-source-detail.html:10
-#: ../src/templates/repository-detail.html:14
msgid "Distributions"
msgstr ""
-#: ../src/templates/base.html:66 ../src/templates/builders/delete.html:12
-#: ../src/templates/builders/detail.html:12
-#: ../src/templates/builders/edit.html:12 ../src/templates/builders/list.html:3
-#: ../src/templates/builders/list.html:12
-#: ../src/templates/builders/list.html:17 ../src/templates/builders/new.html:12
-#: ../src/templates/builders/pass.html:10
msgid "Builders"
msgstr ""
-#: ../src/templates/base.html:72 ../src/templates/mirrors-delete.html:12
-#: ../src/templates/mirrors-detail.html:12
-#: ../src/templates/mirrors-edit.html:12 ../src/templates/mirrors-list.html:3
-#: ../src/templates/mirrors-list.html:12 ../src/templates/mirrors-list.html:32
-#: ../src/templates/mirrors-new.html:12
msgid "Mirrors"
msgstr ""
-#: ../src/templates/base.html:78 ../src/templates/keys-delete.html:12
-#: ../src/templates/keys-import.html:12 ../src/templates/keys-list.html:3
-#: ../src/templates/keys-list.html:12 ../src/templates/keys-list.html:17
-msgid "Key Management"
-msgstr ""
-
-#: ../src/templates/base.html:86 ../src/templates/docs-base.html:34
-#: ../src/templates/docs-index.html:46 ../src/templates/docs-users.html:24
-#: ../src/templates/docs-users.html:48 ../src/templates/search-results.html:96
-#: ../src/templates/user-list.html:12 ../src/templates/user-list.html:17
-#: ../src/templates/user-profile-edit.html:12
-#: ../src/templates/user-profile.html:12
-#: ../src/templates/user-profile-passwd.html:12
-#: ../src/templates/user-profile-passwd-ok.html:12
msgid "Users"
msgstr ""
-#: ../src/templates/base.html:94 ../src/templates/statistics/index.html:3
-#: ../src/templates/statistics/index.html:7
-msgid "Statistics"
-msgstr ""
-
-#: ../src/templates/base.html:101
-msgid "Administration"
+msgid "My Profile"
msgstr ""
-#: ../src/templates/base.html:106 ../src/templates/sessions/index.html:3
-#: ../src/templates/sessions/index.html:12
-#: ../src/templates/sessions/index.html:17
-msgid "Sessions"
+msgid "My Builds"
msgstr ""
-#: ../src/templates/base.html:112 ../src/templates/uploads-list.html:3
-#: ../src/templates/uploads-list.html:12 ../src/templates/uploads-list.html:17
-msgid "Uploads"
+msgid "Log Out"
msgstr ""
-#: ../src/templates/base.html:132
-msgid "My profile"
+msgid "Sign In"
msgstr ""
-#: ../src/templates/base.html:138
-msgid "My builds"
+msgid "Delete build"
msgstr ""
-#: ../src/templates/base.html:143
-msgid "Impersonated by"
+msgid "Home"
msgstr ""
-#: ../src/templates/base.html:153
-msgid "End impersonation"
+msgid "Delete"
msgstr ""
-#: ../src/templates/base.html:160
-msgid "Logout"
+#, c-format
+msgid "You are about to delete build %s."
msgstr ""
-#: ../src/templates/base.html:168 ../src/templates/docs-users.html:56
-msgid "Register"
+msgid "Please make sure, that this is the right build you intend to delete."
msgstr ""
-#: ../src/templates/base.html:172
-msgid "Sign in"
+msgid "Once a build has been deleted, it can not been recovered."
msgstr ""
-#: ../src/templates/base.html:184
-msgid "Forgot your password?"
+msgid "Cancel"
msgstr ""
-#: ../src/templates/build-bugs.html:3
-msgid "Bug list"
+#, c-format
+msgid "Manage build %s"
msgstr ""
-#: ../src/templates/build-bugs.html:8 ../src/templates/build-delete.html:8
-#: ../src/templates/build-detail.html:8 ../src/templates/builders/delete.html:8
-#: ../src/templates/builders/detail.html:8
-#: ../src/templates/builders/edit.html:8 ../src/templates/builders/list.html:8
-#: ../src/templates/builders/new.html:8 ../src/templates/builders/pass.html:6
-#: ../src/templates/build-index.html:8
-#: ../src/templates/build-schedule-test.html:8
-#: ../src/templates/builds/comments.html:8 ../src/templates/build-state.html:8
-#: ../src/templates/builds-watchers-add.html:8
-#: ../src/templates/distro-detail.html:8 ../src/templates/distro-list.html:8
-#: ../src/templates/distro-source-commit-detail.html:8
-#: ../src/templates/distro-source-commit-reset.html:6
-#: ../src/templates/distro-source-detail.html:6
-#: ../src/templates/docs-build.html:8 ../src/templates/docs-index.html:8
-#: ../src/templates/docs-users.html:8 ../src/templates/docs-whatsthis.html:8
-#: ../src/templates/jobs-buildroot.html:8
-#: ../src/templates/job-schedule-rebuild.html:8
-#: ../src/templates/job-schedule-test.html:8
-#: ../src/templates/jobs-detail.html:8 ../src/templates/jobs-filter.html:8
-#: ../src/templates/jobs-index.html:8 ../src/templates/keys-delete.html:8
-#: ../src/templates/keys-import.html:8 ../src/templates/keys-list.html:8
-#: ../src/templates/mirrors-delete.html:8
-#: ../src/templates/mirrors-detail.html:8 ../src/templates/mirrors-edit.html:8
-#: ../src/templates/mirrors-list.html:8 ../src/templates/mirrors-new.html:8
-#: ../src/templates/modules/package-header.html:9
-#: ../src/templates/package-detail.html:8
-#: ../src/templates/package-detail-list.html:8
-#: ../src/templates/package-properties.html:8
-#: ../src/templates/packages/builds/scratch.html:8
-#: ../src/templates/packages/builds/times.html:8
-#: ../src/templates/packages/changelog.html:8
-#: ../src/templates/packages-list.html:8
-#: ../src/templates/packages/view-file.html:8
-#: ../src/templates/register-activation-fail.html:8
-#: ../src/templates/register-activation-success.html:8
-#: ../src/templates/register.html:8 ../src/templates/repository-detail.html:10
-#: ../src/templates/search-form.html:8 ../src/templates/search-results.html:8
-#: ../src/templates/sessions/index.html:8 ../src/templates/uploads-list.html:8
-#: ../src/templates/user-forgot-password.html:8
-#: ../src/templates/user-list.html:8 ../src/templates/user-profile-edit.html:8
-#: ../src/templates/user-profile.html:8
-#: ../src/templates/user-profile-passwd.html:8
-#: ../src/templates/user-profile-passwd-ok.html:8
-msgid "Home"
+msgid "Manage build"
msgstr ""
-#: ../src/templates/build-bugs.html:29 ../src/templates/build-detail.html:75
-msgid "Fixed bugs"
+msgid "Distribution"
msgstr ""
-#: ../src/templates/build-bugs.html:33
-msgid "No bugs here, yet."
+msgid "Not all jobs are finished"
msgstr ""
-#: ../src/templates/build-bugs.html:34
-msgid "Click below to add one."
+msgid "Not all jobs of this build are finished, yet."
msgstr ""
-#: ../src/templates/build-bugs.html:45
-msgid "Add"
+msgid ""
+"It is <strong>strongly discouraged</strong> to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/build-bugs.html:50 ../src/templates/keys-list.html:63
-msgid "Remove"
+msgid ""
+"However, the build will be automatically unpushed if one or more build jobs "
+"fail."
msgstr ""
-#: ../src/templates/build-bugs.html:57 ../src/templates/user-delete.html:18
-msgid "Back"
+msgid "Push to a repository"
msgstr ""
-#: ../src/templates/build-bugs.html:71
-msgid "Add a bug"
+msgid "Push to next repository"
msgstr ""
-#: ../src/templates/build-bugs.html:77 ../src/templates/build-bugs.html:134
-msgid "Bug ID"
+msgid "Push to first repository"
msgstr ""
-#: ../src/templates/build-bugs.html:84
-msgid "Enter a bug ID."
+msgid "New repository"
msgstr ""
-#: ../src/templates/build-bugs.html:93
-msgid "This is a list of more open bugs of this package."
+msgid "This is the target repository for the build."
msgstr ""
-#: ../src/templates/build-bugs.html:96
-msgid "Maybe you want to pick one of these."
+msgid "Push"
msgstr ""
-#: ../src/templates/build-bugs.html:115
-msgid "Add bug"
+msgid "Unpush"
msgstr ""
-#: ../src/templates/build-bugs.html:116 ../src/templates/build-bugs.html:165
-#: ../src/templates/build-delete.html:47
-#: ../src/templates/builders/delete.html:39
-#: ../src/templates/build-manage.html:79 ../src/templates/keys-delete.html:43
-#: ../src/templates/mirrors-delete.html:36
-#: ../src/templates/mirrors-edit.html:82
-#: ../src/templates/modules/modal-base.html:28
-#: ../src/templates/modules/modal-build-comment.html:59
-#: ../src/templates/package-properties.html:94
-#: ../src/templates/user-profile-edit.html:151
-#: ../src/templates/user-profile-passwd.html:96
-msgid "Cancel"
+msgid "Switch to user mode"
msgstr ""
-#: ../src/templates/build-bugs.html:128
-msgid "Remove a bug"
+msgid "Switch to admin mode"
msgstr ""
-#: ../src/templates/build-bugs.html:141
-msgid "Enter a bug ID from the list below."
+#, c-format
+msgid "Schedule test build for %s"
msgstr ""
-#: ../src/templates/build-bugs.html:164
-msgid "Remove bug"
+msgid "Schedule test build"
msgstr ""
-#: ../src/templates/build-delete.html:3 ../src/templates/build-delete.html:46
-#: ../src/templates/build-detail.html:151
-msgid "Delete build"
+msgid ""
+"A test build is used to check if a package builds with the current package "
+"set."
msgstr ""
-#: ../src/templates/build-delete.html:24
-#: ../src/templates/builders/delete.html:20
-#: ../src/templates/keys-delete.html:20 ../src/templates/mirrors-delete.html:20
-#: ../src/templates/repository-detail.html:116
-msgid "Delete"
+msgid ""
+"In this way, developers are able to find quality issues fast and without "
+"actively searching for them."
msgstr ""
-#: ../src/templates/build-delete.html:34
-#, c-format
-msgid "You are about to delete build %s."
+msgid ""
+"As this build platform only has a limited amount of performance, test builds "
+"only have a very less priority."
msgstr ""
-#: ../src/templates/build-delete.html:39
-msgid "Please make sure, that this is the right build you intend to delete."
+msgid "However, you can manually request to run a test."
msgstr ""
-#: ../src/templates/build-delete.html:40
-msgid "Once a build has been deleted, it can not been recovered."
+msgid ""
+"The build job will be started when a build slot is available but not before "
+"the given time."
msgstr ""
-#: ../src/templates/build-detail.html:3 ../src/templates/build-state.html:3
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/builds-watchers-list.html:31
-#: ../src/templates/modules/build-table.html:14
-#: ../src/templates/modules/log-table.html:10
-#: ../src/templates/package-detail.html:109
msgid "Build"
msgstr ""
-#: ../src/templates/build-detail.html:43
-msgid "Score"
+msgid "State"
msgstr ""
-#: ../src/templates/build-detail.html:46
-msgid "(broken)"
+msgid ""
+"The state of a build can be either building, testing, stable, obsolete or "
+"broken."
msgstr ""
-#: ../src/templates/build-detail.html:48
-msgid "(obsolete)"
+msgid "Mark build as obsolete"
msgstr ""
-#: ../src/templates/build-detail.html:57
-msgid "Security update"
+msgid ""
+"If a package is updated by an other package it should be marked as "
+"<em>obsolete</em>."
msgstr ""
-#: ../src/templates/build-detail.html:60
-msgid "Bug fix update"
+msgid ""
+"For obsolete builds, there will be no test jobs created and it is "
+"recommended to remove them from the repositories soon."
msgstr ""
-#: ../src/templates/build-detail.html:63
-msgid "Enhancement"
+msgid "Remove build from the repository it is currently in?"
msgstr ""
-#: ../src/templates/build-detail.html:66
-msgid "New package"
+msgid "Unbreak this build"
msgstr ""
-#: ../src/templates/build-detail.html:68
-#, c-format
-msgid "Unhandled: %s"
+msgid ""
+"In case this build has accidentially be marked as broken, it is possible to "
+"recover that state."
msgstr ""
-#: ../src/templates/build-detail.html:98
-#: ../src/templates/distro-source-commit-detail.html:55
-#: ../src/templates/modules/changelog/entry.html:36
-#: ../src/templates/modules/commits-table.html:5
-msgid "Author"
+msgid "Mark build as broken"
msgstr ""
-#: ../src/templates/build-detail.html:100
-#: ../src/templates/distro-source-commit-detail.html:3
-#: ../src/templates/modules/commits-table.html:4
-#: ../src/templates/package-detail.html:137
-msgid "Commit"
+msgid ""
+"If a package does not build or contains <em>serious</em> bugs, it should be "
+"marked as broken."
msgstr ""
-#: ../src/templates/build-detail.html:103
-#: ../src/templates/modules/changelog/entry.html:41
-msgid "No commit message."
+msgid ""
+"Those builds can not be added into any repositories and are removed from all "
+"repositories they may currently be in."
msgstr ""
-#: ../src/templates/build-detail.html:117
-#: ../src/templates/modules/modal-build-comment.html:18
-msgid "Comment"
+msgid "Current repository"
msgstr ""
-#: ../src/templates/build-detail.html:121
-#: ../src/templates/builders/detail.html:242
-#: ../src/templates/jobs-detail.html:175 ../src/templates/log.html:4
-#: ../src/templates/mirrors-detail.html:119
-#: ../src/templates/mirrors-list.html:95
-msgid "Log"
+#, c-format
+msgid "since %s"
msgstr ""
-#: ../src/templates/build-detail.html:130
-#: ../src/templates/builders/list.html:32 ../src/templates/jobs-filter.html:12
-#: ../src/templates/jobs-index.html:3 ../src/templates/jobs-index.html:12
-#: ../src/templates/jobs-index.html:23
-#: ../src/templates/modules/build-table.html:15
-msgid "Jobs"
+#, c-format
+msgid "Delete builder %s"
msgstr ""
-#: ../src/templates/build-detail.html:134
-#: ../src/templates/package-detail.html:39
-#: ../src/templates/package-detail.html:100
-msgid "Source package"
+#, c-format
+msgid "Delete builder: %s"
msgstr ""
-#: ../src/templates/build-detail.html:144
-msgid "Change state"
+#, c-format
+msgid "You are going to delete the build host %s."
msgstr ""
-#: ../src/templates/build-detail.html:145
-msgid "Modify bug list"
+#, c-format
+msgid "Delete %s"
msgstr ""
-#: ../src/templates/build-detail.html:168
-#: ../src/templates/build-detail.html:191 ../src/templates/build-manage.html:77
-#: ../src/templates/modules/modal-build-push.html:60
-msgid "Push"
+msgid "Builder"
msgstr ""
-#: ../src/templates/build-detail.html:174
-#: ../src/templates/build-detail.html:183 ../src/templates/build-manage.html:78
-#: ../src/templates/modules/modal-build-unpush.html:38
-msgid "Unpush"
+msgid "Current"
msgstr ""
-#: ../src/templates/build-detail.html:202 ../src/templates/build-state.html:128
#, c-format
-msgid "since %s"
+msgid "Pakfire %s"
msgstr ""
-#: ../src/templates/build-detail.html:205
-msgid "This package does not belong to any repository."
+#, c-format
+msgid "Supported Architectures: %s"
msgstr ""
-#: ../src/templates/builders/delete.html:3
#, c-format
-msgid "Delete builder %s"
+msgid "Total Build Time: %s"
msgstr ""
-#: ../src/templates/builders/delete.html:25
-#: ../src/templates/builders/detail.html:3
-#: ../src/templates/builders/detail.html:74
-#: ../src/templates/builders/pass.html:23 ../src/templates/jobs-filter.html:27
-#: ../src/templates/modules/jobs/boxes.html:15
-#: ../src/templates/modules/jobs/list.html:6
-msgid "Builder"
+#, c-format
+msgid "%s Memory"
msgstr ""
-#: ../src/templates/builders/delete.html:31
#, c-format
-msgid "You are going to delete the build host <strong>%s</strong>."
+msgid "%s Swap Space"
msgstr ""
-#: ../src/templates/builders/delete.html:37
-#: ../src/templates/mirrors-delete.html:34 ../src/templates/user-delete.html:16
-#, c-format
-msgid "Delete %s"
+msgid "Test Mode"
msgstr ""
-#: ../src/templates/builders/detail.html:22
-#: ../src/templates/build-filter.html:75 ../src/templates/build-list.html:13
-#: ../src/templates/builds-watchers-list.html:50
-#: ../src/templates/distro-update-detail.html:46
-#: ../src/templates/file-detail.html:116 ../src/templates/jobs-detail.html:30
-#: ../src/templates/mirrors-detail.html:23
-#: ../src/templates/mirrors-list.html:19 ../src/templates/user-comments.html:10
-msgid "Actions"
+msgid "Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:27
-msgid "Show jobs by this builder"
+msgid "Edit"
msgstr ""
-#: ../src/templates/builders/detail.html:36
-msgid "Disable builder"
+msgid "Running Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:42
-msgid "Enable builder"
+msgid "Log"
msgstr ""
-#: ../src/templates/builders/detail.html:50
-msgid "Edit builder"
+#, c-format
+msgid "Edit Builder %s"
msgstr ""
-#: ../src/templates/builders/detail.html:58
-msgid "Renew passphrase"
+msgid "Hostname"
msgstr ""
-#: ../src/templates/builders/detail.html:66
-msgid "Delete builder"
+msgid "The hostname cannot be changed"
msgstr ""
-#: ../src/templates/builders/detail.html:79
-msgid "Warning"
+msgid "Enabled"
msgstr ""
-#: ../src/templates/builders/detail.html:80
-msgid "This builder is overloaded."
+msgid "Job Settings"
msgstr ""
-#: ../src/templates/builders/detail.html:81
-msgid ""
-"That means it will not take any additional jobs although it has not reached "
-"its threshold of running jobs, yet."
+msgid "Maximum Parallel Build Jobs"
msgstr ""
-#: ../src/templates/builders/detail.html:82
-msgid "New jobs will be started automatically after the load decreased."
+msgid "Enable Test Mode"
msgstr ""
-#: ../src/templates/builders/detail.html:91
-#: ../src/templates/build-filter.html:27 ../src/templates/build-state.html:24
-#: ../src/templates/modules/jobs-table.html:5
-#: ../src/templates/user-profile-edit.html:77
-#: ../src/templates/user-profile.html:47
-msgid "State"
+msgid "Only build test jobs on this builder"
msgstr ""
-#: ../src/templates/builders/detail.html:94
-#: ../src/templates/builders/edit.html:42 ../src/templates/mirrors-edit.html:43
-msgid "Enabled"
+msgid "Save"
msgstr ""
-#: ../src/templates/builders/detail.html:96
-msgid "Disabled"
+msgid "Online"
msgstr ""
-#: ../src/templates/builders/detail.html:98
-msgid "Deleted"
+msgid "Offline"
msgstr ""
-#: ../src/templates/builders/detail.html:100
-#, c-format
-msgid "Unknown status: %s"
+msgid "Create A New Builder"
msgstr ""
-#: ../src/templates/builders/detail.html:105
-msgid "Parallel builds"
+msgid "Statistics"
msgstr ""
-#: ../src/templates/builders/detail.html:106
-msgid "One job only."
+msgid "Total Build Time"
msgstr ""
-#: ../src/templates/builders/detail.html:109
-msgid "This host builds"
+msgid "Total Build Time By Architecture"
msgstr ""
-#: ../src/templates/builders/detail.html:115
-msgid "Release builds"
+msgid "Create new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:117
-#: ../src/templates/package-detail-list.html:30
-#: ../src/templates/packages/builds/scratch.html:3
-#: ../src/templates/packages/builds/scratch.html:20
-msgid "Scratch builds"
+msgid "Create a new builder"
msgstr ""
-#: ../src/templates/builders/detail.html:119
-#: ../src/templates/package-detail-list.html:35
-msgid "Test builds"
+msgid "Enter the canonical hostname of the machine."
msgstr ""
-#: ../src/templates/builders/detail.html:130
-msgid "Remarks"
+#, c-format
+msgid "Watch build %s"
msgstr ""
-#: ../src/templates/builders/detail.html:141
-msgid "OS"
+msgid "Watch"
msgstr ""
-#: ../src/templates/builders/detail.html:147
-msgid "Pakfire version"
+msgid "You may here add yourself to the list of watchers of this build."
msgstr ""
-#: ../src/templates/builders/detail.html:153
-#: ../src/templates/distro-detail.html:35
-msgid "Supported architectures"
+msgid ""
+"If you do so, you will receive messages about new comments and status "
+"updates."
msgstr ""
-#: ../src/templates/builders/detail.html:159
-msgid "CPU model"
+msgid "Oops!"
msgstr ""
-#: ../src/templates/builders/detail.html:165
-msgid "CPU count"
+msgid "You are already watching this build."
msgstr ""
-#: ../src/templates/builders/detail.html:169
-msgid "Bogomips"
+msgid "Choose user"
msgstr ""
-#: ../src/templates/builders/detail.html:180
-msgid "Memory"
+msgid "Myself"
msgstr ""
-#: ../src/templates/builders/detail.html:194
-msgid "SWAP space"
+msgid "Choose a user who should watch this build."
msgstr ""
-#: ../src/templates/builders/detail.html:203
-msgid "No memory information available."
+msgid "User"
msgstr ""
-#: ../src/templates/builders/detail.html:208
-msgid "Load average"
+msgid "Add watcher"
msgstr ""
-#: ../src/templates/builders/detail.html:212
-#: ../src/templates/builders/list.html:50
-msgid "Overload"
+#, c-format
+msgid "Watchers of %s"
msgstr ""
-#: ../src/templates/builders/detail.html:217
-msgid "Free disk space"
+msgid "This is a list of all users who watch this build."
msgstr ""
-#: ../src/templates/builders/detail.html:222
-msgid "Host key"
+msgid ""
+"If you write a comment or the status of the build is changed, they all will "
+"get a message."
msgstr ""
-#: ../src/templates/builders/detail.html:235
-msgid "Active and pending jobs"
+msgid "You are the owner of this build. So you don't need to watch it."
msgstr ""
-#: ../src/templates/builders/edit.html:3
-#, c-format
-msgid "Manage builder %s"
+msgid "Watch this build."
msgstr ""
-#: ../src/templates/builders/edit.html:20
-#: ../src/templates/builders/edit.html:25
-#: ../src/templates/builders/pass.html:18 ../src/templates/mirrors-edit.html:20
-msgid "Manage"
+msgid "List of all watchers"
msgstr ""
-#: ../src/templates/builders/edit.html:25
-#, c-format
-msgid "Builder: %s"
+msgid "Actions"
msgstr ""
-#: ../src/templates/builders/edit.html:32
-#: ../src/templates/builders/list.html:30 ../src/templates/builders/new.html:30
-#: ../src/templates/mirrors-detail.html:56
-#: ../src/templates/mirrors-edit.html:32 ../src/templates/mirrors-list.html:43
-#: ../src/templates/mirrors-new.html:28
-msgid "Hostname"
+msgid "Back to build"
msgstr ""
-#: ../src/templates/builders/edit.html:36
-msgid "The hostname cannot be changed."
+msgid "Created %(when)s by %(author)s"
msgstr ""
-#: ../src/templates/builders/edit.html:46
-msgid "The builder must be enabled in order to process build jobs."
+#, c-format
+msgid "Created %s"
msgstr ""
-#: ../src/templates/builders/edit.html:53
-msgid "Build job settings"
+msgid "Fixed Bugs"
msgstr ""
-#: ../src/templates/builders/edit.html:56
-msgid "Maximum number of parallel build jobs"
+msgid "Score"
msgstr ""
-#: ../src/templates/builders/edit.html:65
-msgid "This is the number of build jobs that are started in parallel."
+msgid "Source Package"
msgstr ""
-#: ../src/templates/builders/edit.html:74
-msgid "Authorized to build release builds."
+#, c-format
+msgid "Edit distribution %s"
msgstr ""
-#: ../src/templates/builders/edit.html:83
-msgid "Authorized to build scratch builds."
+msgid "Name"
msgstr ""
-#: ../src/templates/builders/edit.html:92
-msgid "Authorized to build test builds."
+msgid "The fancy name of the distribution."
msgstr ""
-#: ../src/templates/builders/edit.html:98 ../src/templates/mirrors-edit.html:81
-#: ../src/templates/package-properties.html:93
-msgid "Save changes"
+msgid "Identifier"
msgstr ""
-#: ../src/templates/builders/list.html:31 ../src/templates/jobs-filter.html:44
-#: ../src/templates/packages/builds/times.html:44
-msgid "Architecture"
+msgid "Cannot be changed."
msgstr ""
-#: ../src/templates/builders/list.html:53
-msgid "Unknown CPU"
+msgid "Tag"
msgstr ""
-#: ../src/templates/builders/list.html:73 ../src/templates/builders/new.html:3
-#: ../src/templates/builders/new.html:16 ../src/templates/builders/new.html:41
-msgid "Create new builder"
+msgid "The tag is added to the package release."
msgstr ""
-#: ../src/templates/builders/new.html:21
-msgid "Create a new builder"
+msgid "Vendor"
msgstr ""
-#: ../src/templates/builders/new.html:35
-msgid "Enter the canonical hostname of the machine."
+msgid "From whom is the distribution from?"
msgstr ""
-#: ../src/templates/builders/pass.html:30
-#, c-format
-msgid "The new host <strong>%s</strong> has been successfully created."
+msgid "Contact"
msgstr ""
-#: ../src/templates/builders/pass.html:32
-#, c-format
-msgid "The passphrase for <strong>%s</strong> has been regenerated."
+msgid "The email address from the vendor."
msgstr ""
-#: ../src/templates/builders/pass.html:35
-msgid ""
-"For authorization to the Pakfire Master Server there is a passphrase "
-"required which must be configured to the host."
+msgid "Slogan"
msgstr ""
-#: ../src/templates/builders/pass.html:39
-msgid "This passphrase is:"
+msgid "A short sentence that characterizes the distribution."
msgstr ""
-#: ../src/templates/builders/pass.html:43
-msgid "Next"
+msgid "Architectures"
msgstr ""
-#: ../src/templates/build-filter.html:3 ../src/templates/build-list.html:3
-#: ../src/templates/build-list.html:8
-msgid "Build job list"
+msgid "For which architectures should the distribution be built?"
msgstr ""
-#: ../src/templates/build-filter.html:6 ../src/templates/build-index.html:21
-#: ../src/templates/build-list.html:15
-msgid "Filter builds"
+msgid "Sources"
msgstr ""
-#: ../src/templates/build-filter.html:11 ../src/templates/build-manage.html:9
-#: ../src/templates/distro-detail.html:3 ../src/templates/distro-detail.html:22
-#: ../src/templates/distro-list.html:33
-#: ../src/templates/distro-source-commits.html:5
-#: ../src/templates/distro-update-detail.html:6
-#: ../src/templates/distro-update-edit.html:12
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-edit.html:8
-msgid "Distribution"
+msgid "Which sources should be imported to the distribution?"
msgstr ""
-#: ../src/templates/build-filter.html:15 ../src/templates/build-filter.html:39
-#: ../src/templates/build-filter.html:55
-msgid "Any"
+msgid "Commit"
msgstr ""
-#: ../src/templates/build-filter.html:23
-msgid "Show only builds in that distribution."
+#, c-format
+msgid "Source: %s"
msgstr ""
-#: ../src/templates/build-filter.html:30
-msgid "All"
+msgid "Source"
msgstr ""
-#: ../src/templates/build-filter.html:31
-#: ../src/templates/modules/jobs-table.html:29 ../src/web/ui_modules.py:335
-msgid "Running"
+msgid "Open in gitweb"
msgstr ""
-#: ../src/templates/build-filter.html:32
-#: ../src/templates/modules/jobs-table.html:21 ../src/web/ui_modules.py:330
-msgid "Pending"
+msgid "Reset commit"
msgstr ""
-#: ../src/templates/build-filter.html:33 ../src/templates/jobs-detail.html:128
-#: ../src/templates/modules/jobs-table.html:27 ../src/web/ui_modules.py:320
-msgid "Finished"
+msgid "Revision"
msgstr ""
-#: ../src/templates/build-filter.html:34
-#: ../src/templates/modules/jobs-table.html:23 ../src/web/ui_modules.py:315
-msgid "Failed"
+msgid "Date"
msgstr ""
-#: ../src/templates/build-filter.html:35
-msgid "Permanently failed"
+msgid "Author"
msgstr ""
-#: ../src/templates/build-filter.html:36
-#: ../src/templates/modules/jobs-table.html:25 ../src/web/ui_modules.py:310
-msgid "Dispatching"
+msgid "Committer"
msgstr ""
-#: ../src/templates/build-filter.html:37 ../src/web/ui_modules.py:340
-msgid "Uploading"
+msgid "Packages created from this commit"
msgstr ""
-#: ../src/templates/build-filter.html:40
-msgid "Building"
+msgid "There were no packages created from this commit."
msgstr ""
-#: ../src/templates/build-filter.html:41
-msgid "Testing"
+msgid "Danger!"
msgstr ""
-#: ../src/templates/build-filter.html:42
-msgid "Stable"
+msgid "This is a very dangerous action!"
msgstr ""
-#: ../src/templates/build-filter.html:43
-msgid "Obsolete"
+msgid "Don't do it, if you are not absolutely sure what you are doing."
msgstr ""
-#: ../src/templates/build-filter.html:44
-msgid "Broken"
+msgid ""
+"This commit will be reset. Which means all packages associated with it will "
+"be deleted, and the commit will be parsed again."
msgstr ""
-#: ../src/templates/build-filter.html:48
-msgid "Only show builds with given state."
+msgid ""
+"This action may cause severe problems and may only be allowed when something "
+"went horribly wrong."
msgstr ""
-#: ../src/templates/build-filter.html:52
-#: ../src/templates/package-detail.html:82
-msgid "Build host"
+msgid "These packages will be deleted"
msgstr ""
-#: ../src/templates/build-filter.html:62
-msgid "Display only builds by selected host."
+msgid "Commits"
msgstr ""
-#: ../src/templates/build-filter.html:77
-msgid "Show all builds"
+msgid "Source repository"
msgstr ""
-#: ../src/templates/build-index.html:18
-#: ../src/templates/builds/comments.html:17
-#: ../src/templates/builds/comments.html:25
-msgid "Comments"
+msgid "Previous commits"
msgstr ""
-#: ../src/templates/build-manage.html:3
-#, c-format
-msgid "Manage build %s"
+msgid "Next commits"
msgstr ""
-#: ../src/templates/build-manage.html:8
-msgid "Manage build"
+msgid "Gitweb"
msgstr ""
-#: ../src/templates/build-manage.html:15
-msgid "Permission denied"
+msgid "Branch"
msgstr ""
-#: ../src/templates/build-manage.html:16
-msgid ""
-"You do not have the permission to update packages that belong to the "
-"<em>critical path</em>."
+msgid "Imported commits"
msgstr ""
-#: ../src/templates/build-manage.html:22
-msgid "Not all jobs are finished"
+msgid "Latest commits"
msgstr ""
-#: ../src/templates/build-manage.html:24
-msgid "Not all jobs of this build are finished, yet."
+msgid "Show all commits"
msgstr ""
-#: ../src/templates/build-manage.html:25
-msgid ""
-"It is <strong>strongly discouraged</strong> to push this build into the next "
-"repository."
+msgid "Update"
msgstr ""
-#: ../src/templates/build-manage.html:28
-msgid ""
-"However, the build will be automatically unpushed if one or more build jobs "
-"fail."
+msgid "Summary"
msgstr ""
-#: ../src/templates/build-manage.html:42
-msgid "Push to a repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:44
-msgid "Push to next repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:46
-msgid "Push to first repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:51
-#: ../src/templates/modules/modal-build-push.html:24
-msgid "New repository"
-msgstr ""
-
-#: ../src/templates/build-manage.html:71
-msgid "This is the target repository for the build."
-msgstr ""
-
-#: ../src/templates/build-manage.html:90
-msgid "Switch to user mode"
-msgstr ""
-
-#: ../src/templates/build-manage.html:92
-msgid "Switch to admin mode"
-msgstr ""
-
-#: ../src/templates/build-priority.html:3
-#: ../src/templates/build-priority.html:6
-msgid "Edit build priority"
-msgstr ""
-
-#: ../src/templates/build-priority.html:11
-msgid "Priority"
-msgstr ""
-
-#: ../src/templates/build-priority.html:14
-#: ../src/templates/package-properties.html:51
-msgid "Very high"
-msgstr ""
-
-#: ../src/templates/build-priority.html:15
-#: ../src/templates/package-properties.html:54
-msgid "High"
-msgstr ""
-
-#: ../src/templates/build-priority.html:16
-#: ../src/templates/package-properties.html:57
-msgid "Medium"
-msgstr ""
-
-#: ../src/templates/build-priority.html:17
-#: ../src/templates/package-properties.html:60
-msgid "Low"
-msgstr ""
-
-#: ../src/templates/build-priority.html:18
-#: ../src/templates/package-properties.html:63
-msgid "Very low"
-msgstr ""
-
-#: ../src/templates/build-priority.html:22
-msgid "Set the priority of the build process."
-msgstr ""
-
-#: ../src/templates/build-priority.html:28
-msgid "Beware"
-msgstr ""
-
-#: ../src/templates/build-priority.html:29
-msgid "Shuffeling build jobs can cause problems with the dependency solving."
-msgstr ""
-
-#: ../src/templates/build-priority.html:30
-msgid "Don't do this if you are not totally sure you won't break anything."
-msgstr ""
-
-#: ../src/templates/build-queue.html:3 ../src/templates/build-queue.html:6
-msgid "Job queue"
-msgstr ""
-
-#: ../src/templates/build-queue.html:8
-msgid "This is a list of all jobs that are waiting to be processed."
-msgstr ""
-
-#: ../src/templates/build-queue.html:9
-msgid "They one at the top is next."
-msgstr ""
-
-#: ../src/templates/build-queue.html:15
-msgid "No jobs to do."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:3
-#: ../src/templates/build-schedule-test.html:29
-#: ../src/templates/job-schedule-test.html:3
-#: ../src/templates/job-schedule-test.html:29
-#, c-format
-msgid "Schedule test build for %s"
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:24
-#: ../src/templates/job-schedule-test.html:24
-#: ../src/templates/jobs-detail.html:48
-msgid "Schedule test build"
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:35
-#: ../src/templates/job-schedule-test.html:35
-msgid ""
-"A test build is used to check if a package builds with the current package "
-"set."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:36
-#: ../src/templates/job-schedule-test.html:36
-msgid ""
-"In this way, developers are able to find quality issues fast and without "
-"actively searching for them."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:39
-#: ../src/templates/job-schedule-test.html:39
-msgid ""
-"As this build platform only has a limited amount of performance, test builds "
-"only have a very less priority."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:40
-#: ../src/templates/job-schedule-test.html:40
-msgid "However, you can manually request to run a test."
-msgstr ""
-
-#: ../src/templates/build-schedule-test.html:43
-#: ../src/templates/job-schedule-rebuild.html:38
-#: ../src/templates/job-schedule-test.html:43
-msgid ""
-"The build job will be started when a build slot is available but not before "
-"the given time."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:3
-#: ../src/templates/builds/comments.html:42
-msgid "Build comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:33
-msgid "Show all comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:40
-#, c-format
-msgid "%s's latest comments"
-msgstr ""
-
-#: ../src/templates/builds/comments.html:49
-#, c-format
-msgid "This page shows %s's latest comments."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:51
-msgid "This page shows the latest comments on builds."
-msgstr ""
-
-#: ../src/templates/builds/comments.html:53
-msgid ""
-"The Pakfire Build Service is all about social development and so, "
-"communicating with eath others is important. Please join."
+msgid "Maintainer"
msgstr ""
-#: ../src/templates/builds/comments.html:61
-#: ../src/templates/builds/comments.html:65
-#: ../src/templates/packages/changelog.html:35
-#: ../src/templates/packages/changelog.html:39
-msgid "Newer"
+msgid "Time created"
msgstr ""
-#: ../src/templates/builds/comments.html:71
-#: ../src/templates/builds/comments.html:75
-#: ../src/templates/packages/changelog.html:45
-#: ../src/templates/packages/changelog.html:49
-msgid "Older"
+msgid "Builds in this update"
msgstr ""
-#: ../src/templates/builds/comments.html:81
#, c-format
-msgid "%s did not comment on anything, yet."
-msgstr ""
-
-#: ../src/templates/build-state.html:34
-msgid ""
-"The state of a build can be either building, testing, stable, obsolete or "
-"broken."
-msgstr ""
-
-#: ../src/templates/build-state.html:48
-msgid "Mark build as obsolete"
-msgstr ""
-
-#: ../src/templates/build-state.html:50
-msgid ""
-"If a package is updated by an other package it should be marked as "
-"<em>obsolete</em>."
+msgid "Edit update %s - %s"
msgstr ""
-#: ../src/templates/build-state.html:51
-msgid ""
-"For obsolete builds, there will be no test jobs created and it is "
-"recommended to remove them from the repositories soon."
+msgid "Create new update"
msgstr ""
-#: ../src/templates/build-state.html:60
-msgid "Remove build from the repository it is currently in?"
+msgid "Create A New Distribution"
msgstr ""
-#: ../src/templates/build-state.html:81
-msgid "Unbreak this build"
+msgid "Supported Architectures"
msgstr ""
-#: ../src/templates/build-state.html:84
-msgid ""
-"In case this build has accidentially be marked as broken, it is possible to "
-"recover that state."
+msgid "Repositories"
msgstr ""
-#: ../src/templates/build-state.html:102
-msgid "Mark build as broken"
+msgid "400 - Bad request"
msgstr ""
-#: ../src/templates/build-state.html:105
-msgid ""
-"If a package does not build or contains <em>serious</em> bugs, it should be "
-"marked as broken."
+msgid "Invalid data has been passed to the application."
msgstr ""
-#: ../src/templates/build-state.html:106
msgid ""
-"Those builds can not be added into any repositories and are removed from all "
-"repositories they may currently be in."
-msgstr ""
-
-#: ../src/templates/build-state.html:126
-#: ../src/templates/distro-update-detail.html:17
-#: ../src/templates/modules/modal-build-push.html:54
-#: ../src/templates/modules/modal-build-unpush.html:13
-msgid "Current repository"
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:3
-#: ../src/templates/builds-watchers-add.html:29
-#, c-format
-msgid "Watch build %s"
+"The application refused to go on with the provided data that was sent in "
+"this request."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:24
-msgid "Watch"
+msgid "403 - Access forbidden"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:35
-msgid "You may here add yourself to the list of watchers of this build."
+msgid "You are not allowed to access this ressource."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:36
msgid ""
-"If you do so, you will receive messages about new comments and status "
-"updates."
-msgstr ""
-
-#: ../src/templates/builds-watchers-add.html:43
-#: ../src/templates/user-profile-passwd.html:51
-msgid "Oops!"
+"Access to the requested page has been denied because you do not have "
+"sufficient rights."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:44
-#: ../src/templates/builds-watchers-list.html:17
-msgid "You are already watching this build."
+msgid "404 - Not Found"
msgstr ""
-#: ../src/templates/builds-watchers-add.html:56
-msgid "Choose user"
+msgid "I could not find what you were searching for."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:60
-msgid "Myself"
+msgid "You may have clicked an expired link or mistyped the address."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:70
-msgid "Choose a user who should watch this build."
+msgid "Oops! Don't panic."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:76
-#: ../src/templates/modules/build-table.html:20
-#: ../src/templates/user-profile-edit.html:80
-#: ../src/templates/user-profile.html:29 ../src/templates/user-profile.html:54
-msgid "User"
+msgid "An unexpected error happened."
msgstr ""
-#: ../src/templates/builds-watchers-add.html:84
-msgid "Add watcher"
+msgid "Stay calm and read the text below to find out what went wrong."
msgstr ""
-#: ../src/templates/builds-watchers-list.html:5
-#: ../src/templates/builds-watchers-list.html:8
-#: ../src/templates/modules/watchers-sidebar-table.html:22
-#, c-format
-msgid "Watchers of %s"
+msgid "Error code"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:11
-msgid "This is a list of all users who watch this build."
+msgid "Exception (traceback):"
msgstr ""
-#: ../src/templates/builds-watchers-list.html:12
msgid ""
-"If you write a comment or the status of the build is changed, they all will "
-"get a message."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:21
-msgid "You are the owner of this build. So you don't need to watch it."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:25
-msgid "Watch this build."
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:39
-msgid "List of all watchers"
-msgstr ""
-
-#: ../src/templates/builds-watchers-list.html:53
-msgid "Back to build"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:36
-msgid "None"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:46
-msgid "Binary repositories"
+"Please try going back to the previous page and try the action you did again "
+"in a moment."
msgstr ""
-#: ../src/templates/distro-detail.html:51
msgid ""
-"A binary repository is a composition of packages that are considered stable, "
-"unstable or in testing state by the developers."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:53
-msgid "Each repository can be enabled individually."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:54
-msgid "Learn how to use them."
-msgstr ""
-
-#: ../src/templates/distro-detail.html:66 ../src/templates/source-list.html:6
-msgid "Source repositories"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:80
-#: ../src/templates/distro-source-commit-detail.html:90
-#: ../src/templates/user-profile.html:73
-msgid "Action"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:86
-msgid "Edit distribution"
-msgstr ""
-
-#: ../src/templates/distro-detail.html:91
-msgid "Delete distribution"
+"If the error persists, you should consider to get in touch with an "
+"administrator."
msgstr ""
-#: ../src/templates/distro-detail.html:97
-msgid "New binary repository"
+msgid "Build created"
msgstr ""
-#: ../src/templates/distro-detail.html:102
-msgid "New source repository"
+msgid "- Unknown Event -"
msgstr ""
-#: ../src/templates/distro-edit.html:3 ../src/templates/distro-edit.html:6
-#: ../src/templates/distro-update-edit.html:3
#, c-format
-msgid "Edit distribution %s"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:12
-#: ../src/templates/modules/packages-table.html:4
-#: ../src/templates/modules/repository-table.html:4
-#: ../src/templates/modules/source-table.html:4
-#: ../src/templates/repository-edit.html:15
-msgid "Name"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:17
-msgid "The fancy name of the distribution."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:21
-msgid "Identifier"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:26
-#: ../src/templates/user-profile-edit.html:42
-msgid "Cannot be changed."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:30
-msgid "Tag"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:35
-msgid "The tag is added to the package release."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:39
-msgid "Vendor"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:44
-msgid "From whom is the distribution from?"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:48 ../src/templates/docs-index.html:57
-#: ../src/templates/mirrors-detail.html:62
-msgid "Contact"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:53
-msgid "The email address from the vendor."
-msgstr ""
-
-#: ../src/templates/distro-edit.html:57
-msgid "Slogan"
-msgstr ""
-
-#: ../src/templates/distro-edit.html:62
-msgid "A short sentence that characterizes the distribution."
+msgid "by %s"
msgstr ""
-#: ../src/templates/distro-edit.html:66
-msgid "Architectures"
+msgid "File"
msgstr ""
-#: ../src/templates/distro-edit.html:75
-msgid "For which architectures should the distribution be built?"
+msgid "Package"
msgstr ""
-#: ../src/templates/distro-edit.html:79
-msgid "Sources"
+msgid "Description"
msgstr ""
-#: ../src/templates/distro-edit.html:88
-msgid "Which sources should be imported to the distribution?"
+msgid "URL"
msgstr ""
-#: ../src/templates/distro-list.html:26
-msgid ""
-"This is a list of all distributions, that are maintained in this build "
-"service."
+msgid "License"
msgstr ""
-#: ../src/templates/distro-list.html:27
-msgid ""
-"You may click on one of them and see more details or jump directly to one of "
-"the repositories."
-msgstr ""
-
-#: ../src/templates/distro-list.html:34
-msgid "Repositories"
-msgstr ""
-
-#: ../src/templates/distro-list.html:66
-msgid "New distribution"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:21
-#: ../src/templates/distro-source-commit-reset.html:19
-#: ../src/templates/distro-source-detail.html:19
-#, c-format
-msgid "Source: %s"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:34
-#: ../src/templates/distro-source-commit-reset.html:32
-#: ../src/templates/distro-source-commits.html:6
-#: ../src/templates/distro-source-detail.html:26
-msgid "Source"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:47
-msgid "Revision"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:51
-msgid "Date"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:59
-msgid "Committer"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:63
-#: ../src/templates/modules/commits-table.html:6
-msgid "Subject"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:81
-msgid "Open in gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:96
-#: ../src/templates/distro-source-commit-reset.html:54
-msgid "Reset commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:112
-msgid "Packages created from this commit"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-detail.html:128
-msgid "There were no packages created from this commit."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:43
-msgid "Danger!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:44
-msgid "This is a very dangerous action!"
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:45
-msgid "Don't do it, if you are not absolutely sure what you are doing."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:49
-msgid ""
-"This commit will be reset. Which means all packages associated with it will "
-"be deleted, and the commit will be parsed again."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:50
-msgid ""
-"This action may cause severe problems and may only be allowed when something "
-"went horribly wrong."
-msgstr ""
-
-#: ../src/templates/distro-source-commit-reset.html:62
-msgid "These packages will be deleted"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:6
-msgid "Commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:10
-msgid "Source repository"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:20
-msgid "Previous commits"
-msgstr ""
-
-#: ../src/templates/distro-source-commits.html:24
-msgid "Next commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:36
-msgid "Gitweb"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:45
-msgid "Branch"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:49
-msgid "Imported commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:59
-msgid "Latest commits"
-msgstr ""
-
-#: ../src/templates/distro-source-detail.html:63
-msgid "Show all commits"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:5
-msgid "Update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:10
-#: ../src/templates/modules/packages-table.html:5
-#: ../src/templates/packages/builds/times.html:31
-msgid "Summary"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:27
-#: ../src/templates/file-detail.html:40
-#: ../src/templates/modules/package-header.html:24
-#: ../src/templates/package-detail.html:77
-msgid "Maintainer"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:33
-msgid "Time created"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:41
-msgid "Builds in this update"
-msgstr ""
-
-#: ../src/templates/distro-update-detail.html:49
-#: ../src/templates/repository-detail.html:112
-#: ../src/templates/user-profile-edit.html:20
-msgid "Edit"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:8
-#, c-format
-msgid "Edit update %s - %s"
-msgstr ""
-
-#: ../src/templates/distro-update-edit.html:10
-msgid "Create new update"
-msgstr ""
-
-#: ../src/templates/docs-base.html:27
-msgid "All Documents"
-msgstr ""
-
-#: ../src/templates/docs-base.html:31
-msgid "Topics"
-msgstr ""
-
-#: ../src/templates/docs-build.html:3 ../src/templates/docs-build.html:21
-#: ../src/templates/docs-whatsthis.html:3
-msgid "Legend of the build states"
-msgstr ""
-
-#: ../src/templates/docs-build.html:25
-msgid ""
-"Every build that is done by the Pakfire Build Service has to go through "
-"several states:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:28
-msgid ""
-"After checking out the source from the source repository a source package is "
-"created and submitted to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:29
-msgid ""
-"Starting from inserting a source file to the build service, there are binary "
-"build jobs created for every supported architecture."
-msgstr ""
-
-#: ../src/templates/docs-build.html:32
-msgid ""
-"These get assigned to a build host which has to compile or assemble the "
-"package and return it back to the build server."
-msgstr ""
-
-#: ../src/templates/docs-build.html:33
-msgid "In the table below, there are all states that a build job goes through:"
-msgstr ""
-
-#: ../src/templates/docs-build.html:36
-msgid "Build is running"
-msgstr ""
-
-#: ../src/templates/docs-build.html:37
-msgid "Build has failed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:38
-msgid "Build is waiting to be processed"
-msgstr ""
-
-#: ../src/templates/docs-build.html:39
-msgid "There was a dependency error when the package was built"
-msgstr ""
-
-#: ../src/templates/docs-build.html:40
-msgid "Build is waiting for source to go to pending state"
-msgstr ""
-
-#: ../src/templates/docs-build.html:41
-msgid "Files of this build are transferred to the build server"
-msgstr ""
-
-#: ../src/templates/docs-build.html:42
-msgid "Files are being uploaded to the service"
-msgstr ""
-
-#: ../src/templates/docs-build.html:43
-msgid "Build has an unknown state"
-msgstr ""
-
-#: ../src/templates/docs-index.html:3
-msgid "Documentation index"
-msgstr ""
-
-#: ../src/templates/docs-index.html:17
-msgid "Documents"
-msgstr ""
-
-#: ../src/templates/docs-index.html:23
-msgid ""
-"This is a collection of documents that should be read by everybody who is "
-"using this system."
-msgstr ""
-
-#: ../src/templates/docs-index.html:29
-msgid "What is the pakfire build service?"
-msgstr ""
-
-#: ../src/templates/docs-index.html:34
-msgid "General pakfire documentation"
-msgstr ""
-
-#: ../src/templates/docs-index.html:39
-msgid "Packaging guidelines"
-msgstr ""
-
-#: ../src/templates/docs-index.html:51
-msgid "This documentation you find at this place is not completed yet."
-msgstr ""
-
-#: ../src/templates/docs-index.html:52
-msgid "Feel free to make any suggestions."
-msgstr ""
-
-#: ../src/templates/docs-index.html:59
-msgid ""
-"If you need help using the build service or have some general questions "
-"please use our mailing list."
-msgstr ""
-
-#: ../src/templates/docs-index.html:60
-msgid "You can also talk to the developers and suggest feature enhancements."
-msgstr ""
-
-#: ../src/templates/docs-index.html:64
-msgid "Mailing list"
-msgstr ""
-
-#: ../src/templates/docs-index.html:68
-msgid "Bug reports"
-msgstr ""
-
-#: ../src/templates/docs-index.html:70
-msgid ""
-"Please visit Bugzilla to create bug reports on the Pakfire Build System."
-msgstr ""
-
-#: ../src/templates/docs-users.html:3 ../src/templates/docs-users.html:16
-#: ../src/templates/docs-users.html:21
-msgid "User groups"
-msgstr ""
-
-#: ../src/templates/docs-users.html:26
-msgid ""
-"All users can join the Pakfire Build Service and are separated into three "
-"groups:"
-msgstr ""
-
-#: ../src/templates/docs-users.html:29
-msgid "Developers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:31
-msgid ""
-"Developers manage this build service and have access to all parts of it."
-msgstr ""
-
-#: ../src/templates/docs-users.html:32
-msgid ""
-"They are responsible to keep the system running and able to push package "
-"updates to the repostories."
-msgstr ""
-
-#: ../src/templates/docs-users.html:35
-msgid "Guidelines for developers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:38
-msgid "Testers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:40
-msgid ""
-"Testers are like users but have the right to vote on packages, which is used "
-"to figure out the quality of the package."
-msgstr ""
-
-#: ../src/templates/docs-users.html:41
-msgid ""
-"Everyone can become a tester after he or she has proven to know the IPFire "
-"system very well."
-msgstr ""
-
-#: ../src/templates/docs-users.html:42
-msgid ""
-"On these people depends a very huge amount of the quality of the "
-"distribution that is made out of the feedback they give."
-msgstr ""
-
-#: ../src/templates/docs-users.html:45
-msgid "Guidelines for testers"
-msgstr ""
-
-#: ../src/templates/docs-users.html:50
-msgid "Everybody can join the Pakfire Build Service by registering an account."
-msgstr ""
-
-#: ../src/templates/docs-users.html:51
-msgid ""
-"After a successful activation you are able to leave comments on packages and "
-"give feedback to the developers about its status."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:16
-#: ../src/templates/docs-whatsthis.html:21
-msgid "What is the Pakfire Build Service?"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:27
-msgid ""
-"On this page, you will find out what the Pakfire Build Service really is."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:28
-msgid "Read carefully."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:34
-msgid "Yeah, that's it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:35
-msgid "No, that's not it!"
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:43
-msgid "PBS is a tool where people can give feedback to developers."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:44
-msgid "It is possible to leave comments and rate builds."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:50
-msgid "PBS is <strong>NOT</strong> a bugtracker."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:51
-msgid ""
-"To report bugs please use our bugtracker liked below if you want them to get "
-"fixed."
-msgstr ""
-
-#: ../src/templates/docs-whatsthis.html:55
-msgid "Bugtracker"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:4
-msgid "400 - Bad request"
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:8
-msgid "Invalid data has been passed to the application."
-msgstr ""
-
-#: ../src/templates/errors/error-400.html:13
-msgid ""
-"The application refused to go on with the provided data that was sent in "
-"this request."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:4
-msgid "403 - Access forbidden"
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:8
-msgid "You are not allowed to access this ressource."
-msgstr ""
-
-#: ../src/templates/errors/error-403.html:13
-msgid ""
-"Access to the requested page has been denied because you do not have "
-"sufficient rights."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:4
-msgid "404 - Not Found"
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:8
-msgid "I could not find what you were searching for."
-msgstr ""
-
-#: ../src/templates/errors/error-404.html:13
-msgid "You may have clicked an expired link or mistyped the address."
-msgstr ""
-
-#: ../src/templates/errors/error.html:8
-msgid "Oops! Don't panic."
-msgstr ""
-
-#: ../src/templates/errors/error.html:13
-msgid "An unexpected error happened."
-msgstr ""
-
-#: ../src/templates/errors/error.html:19
-msgid "Stay calm and read the text below to find out what went wrong."
-msgstr ""
-
-#: ../src/templates/errors/error.html:31
-msgid "Error code"
-msgstr ""
-
-#: ../src/templates/errors/error.html:38
-msgid "Exception (traceback):"
-msgstr ""
-
-#: ../src/templates/errors/error.html:49
-msgid ""
-"Please try going back to the previous page and try the action you did again "
-"in a moment."
-msgstr ""
-
-#: ../src/templates/errors/error.html:50
-msgid ""
-"If the error persists, you should consider to get in touch with an "
-"administrator."
-msgstr ""
-
-#: ../src/templates/file-detail.html:5
-msgid "File"
-msgstr ""
-
-#: ../src/templates/file-detail.html:13
-#: ../src/templates/modules/log-table.html:12
-#: ../src/templates/package-detail.html:3
-#: ../src/templates/package-detail.html:50
-#: ../src/templates/package-detail-list.html:3
-#: ../src/templates/package-properties.html:3
-msgid "Package"
-msgstr ""
-
-#: ../src/templates/file-detail.html:20
-#: ../src/templates/repository-edit.html:25
-msgid "Description"
-msgstr ""
-
-#: ../src/templates/file-detail.html:27
-msgid "URL"
-msgstr ""
-
-#: ../src/templates/file-detail.html:34
-#: ../src/templates/modules/package-header.html:14
-#: ../src/templates/package-detail.html:70
-msgid "License"
-msgstr ""
-
-#: ../src/templates/file-detail.html:46
-#: ../src/templates/modules/packages-table.html:6
-#: ../src/templates/package-detail.html:126
-msgid "Size"
-msgstr ""
-
-#: ../src/templates/file-detail.html:51
-msgid "Hash"
-msgstr ""
-
-#: ../src/templates/file-detail.html:57
-#: ../src/templates/modules/packages/dependency-table.html:5
-msgid "Provides"
-msgstr ""
-
-#: ../src/templates/file-detail.html:63 ../src/templates/file-detail.html:69
-#: ../src/templates/modules/packages/dependency-table.html:7
-msgid "Requires"
-msgstr ""
-
-#: ../src/templates/file-detail.html:76
-#: ../src/templates/modules/packages/dependency-table.html:13
-msgid "Obsoletes"
-msgstr ""
-
-#: ../src/templates/file-detail.html:83
-#: ../src/templates/modules/packages/dependency-table.html:11
-msgid "Conflicts"
-msgstr ""
-
-#: ../src/templates/file-detail.html:90
-msgid "Build information"
-msgstr ""
-
-#: ../src/templates/file-detail.html:93
-msgid "ID"
-msgstr ""
-
-#: ../src/templates/file-detail.html:99
-#: ../src/templates/modules/jobs-table.html:6
-msgid "Host"
-msgstr ""
-
-#: ../src/templates/file-detail.html:105
-msgid "Time"
-msgstr ""
-
-#: ../src/templates/file-detail.html:111
-#: ../src/templates/search-results.html:71
-msgid "Files"
-msgstr ""
-
-#: ../src/templates/file-detail.html:118
-#: ../src/templates/packages/view-file.html:51
-msgid "Download file"
-msgstr ""
-
-#: ../src/templates/index.html:3
-msgid "Welcome to the Pakfire Build Service"
-msgstr ""
-
-#: ../src/templates/index.html:8
-#, c-format
-msgid "Welcome, %s!"
-msgstr ""
-
-#: ../src/templates/index.html:22
-msgid "Development powered by community!"
-msgstr ""
-
-#: ../src/templates/index.html:38
-msgid "Latest stable updates"
-msgstr ""
-
-#: ../src/templates/index.html:40
-msgid "Unstable updates"
-msgstr ""
-
-#: ../src/templates/index.html:42
-msgid "Testing updates"
-msgstr ""
-
-#: ../src/templates/index.html:59
-msgid "View more updates..."
-msgstr ""
-
-#: ../src/templates/index.html:70
-msgid "Build jobs"
-msgstr ""
-
-#: ../src/templates/index.html:76
-msgid "Show more build jobs"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:3 ../src/templates/jobs-abort.html:6
-#, c-format
-msgid "Abort build job %s"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:8
-msgid "You may abort a running build."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:9
-msgid "The build server will eventually stop to build the package."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:16 ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:58
-#: ../src/templates/modules/jobs/list.html:5
-msgid "Build job"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:25
-#: ../src/templates/modules/build-offset.html:5
-msgid "Start time"
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:30
-msgid "No started, yet."
-msgstr ""
-
-#: ../src/templates/jobs-abort.html:38
-msgid "Build server"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:3
-msgid "Job buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:28
-#: ../src/templates/jobs-buildroot.html:34
-#: ../src/templates/jobs-detail.html:154
-msgid "Buildroot"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:41
-#, c-format
-msgid "The packages listed below were used to build %s."
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:52
-msgid "Buildroot size"
-msgstr ""
-
-#: ../src/templates/jobs-buildroot.html:56
-msgid "Download size"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:3
-#: ../src/templates/job-schedule-rebuild.html:29
-#, c-format
-msgid "Schedule rebuild for %s"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:24
-msgid "Schedule rebuild"
-msgstr ""
-
-#: ../src/templates/job-schedule-rebuild.html:35
-msgid "At this place, you can submit failed build jobs to be built again."
-msgstr ""
-
-#: ../src/templates/job-schedule-test.html:44
-msgid ""
-"Please note, that all other kinds of build are preferred over the test "
-"builds."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:3 ../src/templates/package-detail.html:118
-msgid "Job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:36
-msgid "Abort job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:42
-msgid "Restart job"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:71
-msgid "Job has been aborted"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:73
-msgid ""
-"This build job is in an aborted state, because the build process crashed "
-"unexpectedly."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:74
-msgid ""
-"In most cases, there is no log file and you must figure out the issue on "
-"your own."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:77
-msgid "The error code is:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:80
-msgid "Segmentation violation"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:88
-msgid "You may resubmit the job to try again:"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:89
-msgid "Re-submit build"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:110
-msgid "No builder assigned."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:117 ../src/templates/keys-list.html:32
-#: ../src/templates/modules/build-table.html:23
-msgid "Created"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:122
-#: ../src/templates/sessions/index.html:35
-msgid "Started"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:134
-msgid "ETA"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:144
-msgid "Build logs"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:148
-msgid "No logs available, yet."
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:155
-#, c-format
-msgid "%s package"
-msgstr ""
-
-#: ../src/templates/jobs-detail.html:165
-msgid "Package files"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:3 ../src/templates/jobs-filter.html:21
-#: ../src/templates/jobs-index.html:18
-msgid "Filter jobs"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:16
-msgid "Filter"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:30 ../src/templates/jobs-filter.html:47
-msgid "[Choose one]"
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:36
-msgid "Only show jobs, that have been built by this builder."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:53
-msgid "Only show jobs, with this architecture."
-msgstr ""
-
-#: ../src/templates/jobs-filter.html:59 ../src/templates/search-form.html:35
-#: ../src/templates/search-results.html:40
-msgid "Go!"
-msgstr ""
-
-#: ../src/templates/jobs-index.html:30
-#, c-format
-msgid "Showing only jobs from %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:37
-#, c-format
-msgid "Showing only builds that have been built on %s."
-msgstr ""
-
-#: ../src/templates/jobs-index.html:45
-#, c-format
-msgid "Showing only jobs built for %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:3
-#, c-format
-msgid "Delete key %s"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:25 ../src/templates/keys-import.html:28
-msgid "Key"
-msgstr ""
-
-#: ../src/templates/keys-delete.html:29
-#, c-format
-msgid "You are going to delete the key %s."
-msgstr ""
-
-#: ../src/templates/keys-delete.html:41
-msgid "Delete key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:3 ../src/templates/keys-import.html:16
-#: ../src/templates/keys-import.html:39 ../src/templates/keys-list.html:106
-msgid "Import new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:21
-msgid "Import a new key"
-msgstr ""
-
-#: ../src/templates/keys-import.html:33
-msgid "Paste the key to import."
-msgstr ""
-
-#: ../src/templates/keys-list.html:21
-msgid "The keys are a very important component when it comes to security."
-msgstr ""
-
-#: ../src/templates/keys-list.html:22
-msgid ""
-"Each package in the Pakfire Build Service is signed to prove its "
-"authenticity."
-msgstr ""
-
-#: ../src/templates/keys-list.html:31
-msgid "Fingerprint"
-msgstr ""
-
-#: ../src/templates/keys-list.html:33
-msgid "Expires"
-msgstr ""
-
-#: ../src/templates/keys-list.html:51
-msgid "Lookup"
-msgstr ""
-
-#: ../src/templates/keys-list.html:55
-#: ../src/templates/modules/files-table.html:5
-#: ../src/templates/modules/packages-table.html:21
-#: ../src/templates/package-detail.html:152
-msgid "Download"
-msgstr ""
-
-#: ../src/templates/keys-list.html:75 ../src/templates/keys-list.html:77
-msgid "Subkey"
-msgstr ""
-
-#: ../src/templates/keys-list.html:90
-msgid "This key does not expire."
-msgstr ""
-
-#: ../src/templates/login.html:3 ../src/templates/login.html:7
-#: ../src/templates/login.html:34
-#: ../src/templates/modules/modal-build-comment.html:56
-msgid "Login"
-msgstr ""
-
-#: ../src/templates/login.html:12
-msgid "Login failed!"
-msgstr ""
-
-#: ../src/templates/login.html:13
-msgid "Username and/or password was wrong. Login failed."
-msgstr ""
-
-#: ../src/templates/login.html:22 ../src/templates/register.html:30
-#: ../src/templates/user-profile-edit.html:37
-#: ../src/templates/user-profile.html:37
-msgid "Username"
-msgstr ""
-
-#: ../src/templates/login.html:28 ../src/templates/register.html:67
-#: ../src/templates/user-profile-edit.html:101
-msgid "Password"
-msgstr ""
-
-#: ../src/templates/login.html:41
-msgid "You also might want to..."
-msgstr ""
-
-#: ../src/templates/login.html:44
-msgid "Register a new account."
-msgstr ""
-
-#: ../src/templates/login.html:47
-msgid "Recover your password."
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:3
-#, c-format
-msgid "Delete mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:25
-#, c-format
-msgid "Delete mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-delete.html:29
-#, c-format
-msgid "You are going to delete the mirror %s."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:3
-#: ../src/templates/mirrors-detail.html:46
-#, c-format
-msgid "Mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:29
-msgid "Edit settings"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:37
-msgid "Delete mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:47
-#, c-format
-msgid "hosted by %s"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:75
-msgid "Status information"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:79
-msgid "Status"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:84
-#: ../src/templates/mirrors-list.html:45
-msgid "Last check"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:89
-msgid "Never"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:103
-msgid "View larger map"
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:108
-msgid "The location of the mirror server is estimated by the IP address."
-msgstr ""
-
-#: ../src/templates/mirrors-detail.html:112
-msgid "The location of the mirror server could not be estimated."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:3
-#, c-format
-msgid "Manage mirror %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:25
-#, c-format
-msgid "Manage mirror: %s"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:37
-msgid "The canonical hostname."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:47
-msgid "Only enabled mirrors will be pushed out to the clients."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:54
-msgid "Contact information"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:57 ../src/templates/mirrors-list.html:43
-#: ../src/templates/modules/changelog/entry.html:48
-#: ../src/templates/uploads-list.html:25
-msgid "Owner"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:62
-msgid "The owner of the mirror server."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:68
-msgid "Contact address"
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:73
-msgid "An email address to contact an administrator of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-edit.html:75
-msgid "This won't be made public."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:24 ../src/templates/mirrors-new.html:3
-msgid "Add new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:36
-msgid "On this page, you will see a list of all mirror servers."
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:64
-msgid "Up"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:68
-msgid "Down"
-msgstr ""
-
-#: ../src/templates/mirrors-list.html:90
-msgid "There are no mirrors configured, yet."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:16
-msgid "New mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:21
-msgid "Add a new mirror"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:34
-msgid "Enter the canonical hostname of the mirror."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:40
-msgid "Path"
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:46
-msgid "The path to the files on the server."
-msgstr ""
-
-#: ../src/templates/mirrors-new.html:52
-msgid "Create new mirror"
-msgstr ""
-
-#: ../src/templates/modules/builders/load.html:2
-msgid "Current load of the build cluster"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:4
-#: ../src/templates/package-properties.html:71
-#: ../src/templates/package-properties.html:82
-msgid "Critical path"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:9
-msgid "Release build"
-msgstr ""
-
-#: ../src/templates/modules/build-headline.html:11
-#: ../src/templates/modules/changelog/entry.html:22
-msgid "Scratch build"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:8
-msgid "As soon as possible"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:9
-msgid "After 5 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:10
-msgid "After 15 minutes"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:11
-msgid "After one hour"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:12
-msgid "After one day"
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:17
-msgid "Set the time after which the build job starts."
-msgstr ""
-
-#: ../src/templates/modules/build-offset.html:22
-msgid "Schedule build"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:3
-msgid "This build is broken!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:4
-msgid ""
-"This means that the package may cause severe damage on your system and/or "
-"does not work at all."
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:8
-msgid "This build is obsolete!"
-msgstr ""
-
-#: ../src/templates/modules/build-state-warnings.html:9
-msgid "This means that this package has been replaced with a new one."
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:17
-#: ../src/templates/repository-detail.html:4
-#: ../src/templates/repository-detail.html:50
-msgid "Repository"
-msgstr ""
-
-#: ../src/templates/modules/build-table.html:83
-msgid "There are no builds to show at this place right now."
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:8
-#, c-format
-msgid "on %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:11
-#, c-format
-msgid "by %s"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:16
-msgid "Updated"
-msgstr ""
-
-#: ../src/templates/modules/comments-table.html:22
-msgid "No comments so far."
-msgstr ""
-
-#: ../src/templates/modules/files-table.html:7
-msgid "Info"
-msgstr ""
-
-#: ../src/templates/modules/footer.html:5
-msgid ""
-"Pakfire is the buildsystem that is used to build the IPFire Linux firewall "
-"distribution."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:6
-msgid "It also installs and updates packages on the IPFire systems."
-msgstr ""
-
-#: ../src/templates/modules/footer.html:11
-msgid "Code licensed under the GNU General Public License v3."
-msgstr ""
-
-#: ../src/templates/modules/jobs/list.html:7
-msgid "Runtime"
-msgstr ""
-
-#: ../src/templates/modules/jobs/status.html:9
-msgid "This build has got no jobs."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:4
-msgid "Arch"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:7
-msgid "Duration"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:19 ../src/web/ui_modules.py:325
-msgid "New"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:31 ../src/web/ui_modules.py:300
-msgid "Aborted"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:33
-msgid "Dependency error"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:47
-#, c-format
-msgid "Running since %s"
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:51
-msgid "Not finished, yet."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:60
-#, c-format
-msgid "This package only supports %s."
-msgstr ""
-
-#: ../src/templates/modules/jobs-table.html:66
-msgid "No jobs, yet."
-msgstr ""
-
-#: ../src/templates/modules/log-entry-comment.html:22
-msgid "No comment given."
-msgstr ""
-
-#: ../src/templates/modules/log-entry.html:21
-msgid "You"
-msgstr ""
-
-#: ../src/templates/modules/log-table.html:23
-msgid "No log entries, yet."
-msgstr ""
-
-#: ../src/templates/modules/modal-base.html:25
-#: ../src/templates/user-forgot-password.html:49
-msgid "Submit"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:8
-#, c-format
-msgid "Comment on %s"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:10
-msgid "Log in to comment"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:26
-msgid "Vote"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:30
-msgid "Not tested."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:34
-msgid "Works for me."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:38
-msgid "Does not work."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:46
-msgid "You need to log in to comment."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:47
-msgid "Click on the button below to do so."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-comment.html:54
-msgid "Submit comment"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:7
-#, c-format
-msgid "Push %s to a repository"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:15
-msgid "Not all jobs are finished!"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:16
-msgid ""
-"So it is <em>strongly</em> discouraged to push this build into the next "
-"repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:35
-msgid "The build will be put into this repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:44
-msgid "You are going to push this build into a new repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:45
-msgid ""
-"This means that the build won't be part of the repository it is currently in "
-"anymore."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-push.html:48
-msgid ""
-"Please make sure you tested this build well enough that it will keep up with "
-"the quality level of the target repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:6
-#, c-format
-msgid "Unpush %s from a repository"
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:27
-msgid "You are going to unpush this build from its repository."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:28
-msgid ""
-"This means that the build won't be installable from this repository anymore."
-msgstr ""
-
-#: ../src/templates/modules/modal-build-unpush.html:33
-msgid ""
-"If you consider this build being obsolete or broken, please don't forget to "
-"mark it so."
-msgstr ""
-
-#: ../src/templates/modules/package-header.html:19
-msgid "Group"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:9
-msgid "Pre-requires"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:15
-msgid "Recommends"
-msgstr ""
-
-#: ../src/templates/modules/packages/dependency-table.html:17
-msgid "Suggests"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:5
-#, c-format
-msgid "added %s"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:10
-msgid "Run"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:12
-msgid "Remove action"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:19
-msgid "%(credits)s more credit needed."
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:21
-msgid "No more credits needed."
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:25
-#, c-format
-msgid "Maintainer: %s"
-msgstr ""
-
-#: ../src/templates/modules/repo-actions-table.html:28
-msgid "Go to package description"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:5
-msgid "No. of builds"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:6
-#: ../src/templates/repository-detail.html:44
-msgid "Enabled for builds"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:21
-#: ../src/templates/repository-detail.html:68
-#: ../src/templates/user-profile.html:136
-msgid "Yes"
-msgstr ""
-
-#: ../src/templates/modules/repository-table.html:23
-#: ../src/templates/repository-detail.html:70
-#: ../src/templates/user-profile.html:138
-msgid "No"
-msgstr ""
-
-#: ../src/templates/modules/select/locale.html:2
-#: ../src/templates/modules/select/timezone.html:2
-msgid "Auto-select"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:5
-msgid "No. of commits"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:6
-msgid "Latest commit"
-msgstr ""
-
-#: ../src/templates/modules/source-table.html:14
-#, c-format
-msgid "Branch: %s"
-msgstr ""
-
-#: ../src/templates/modules/updates-table.html:18
-msgid "Score:"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:2
-msgid "Watchers"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:7
-#: ../src/templates/modules/watchers-sidebar-table.html:36
-msgid "You."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:9
-msgid "You and one other."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:11
-#, c-format
-msgid "You and %s others."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:14
-msgid "One person."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:27
-msgid ""
-"All users who watch this build will be automatically notified about status "
-"changes and comments."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:28
-msgid "This is an easy way of staying up to date."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:48
-msgid "Nobody watches this build, yet. Be the first one."
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:56
-msgid "Watch this build"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:58
-msgid "Add a watcher"
-msgstr ""
-
-#: ../src/templates/modules/watchers-sidebar-table.html:62
-msgid "Close"
-msgstr ""
-
-#: ../src/templates/package-detail.html:42
-msgid "Development package"
-msgstr ""
-
-#: ../src/templates/package-detail.html:45
-msgid "Debuginfo package"
-msgstr ""
-
-#: ../src/templates/package-detail.html:64
-msgid "Homepage"
-msgstr ""
-
-#: ../src/templates/package-detail.html:88
-msgid "Build time"
-msgstr ""
-
-#: ../src/templates/package-detail.html:130
-msgid "%(size)s when installed"
-msgstr ""
-
-#: ../src/templates/package-detail.html:162
-msgid "Build dependencies"
-msgstr ""
-
-#: ../src/templates/package-detail.html:164
-msgid "Dependencies"
-msgstr ""
-
-#: ../src/templates/package-detail.html:173
-msgid "Filelist"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:25
-#: ../src/templates/packages/builds/times.html:20
-#: ../src/templates/packages/builds/times.html:41
-msgid "Build times"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:58
-msgid "File new bug"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:61
-msgid "Show all bugs"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:66
-msgid "Open bugs"
-msgstr ""
-
-#: ../src/templates/package-detail-list.html:76
-msgid "Full changelog"
-msgstr ""
-
-#: ../src/templates/package-properties.html:20
-msgid "Properties"
-msgstr ""
-
-#: ../src/templates/package-properties.html:32
-msgid "Maintainers"
-msgstr ""
-
-#: ../src/templates/package-properties.html:37
-#: ../src/templates/package-properties.html:47
-msgid "Default priority"
-msgstr ""
-
-#: ../src/templates/package-properties.html:39
-msgid ""
-"A big benefit of the Pakfire Build Service is, that builds are available to "
-"end-users in a very short time."
-msgstr ""
-
-#: ../src/templates/package-properties.html:40
-msgid ""
-"Some packages might need some extra boost if the build servers are very busy."
-msgstr ""
-
-#: ../src/templates/package-properties.html:43
-msgid "You may set a default priority for all builds of this package."
-msgstr ""
-
-#: ../src/templates/package-properties.html:73
-msgid ""
-"A package that belongs to the critical path is a package that plays a very "
-"essential role in the distribution."
+msgid "Size"
msgstr ""
-#: ../src/templates/package-properties.html:74
-msgid ""
-"If such a package is broken, it may not be possible to boot or recover the "
-"system anymore, so we need to be extra sure that these packages work."
+msgid "Hash"
msgstr ""
-#: ../src/templates/package-properties.html:77
-msgid ""
-"If this package is marked to belong to the critical path, it will need a "
-"higher score to pass to the next repository and more."
+msgid "Provides"
msgstr ""
-#: ../src/templates/package-properties.html:78
-msgid "Learn more."
+msgid "Requires"
msgstr ""
-#: ../src/templates/package-properties.html:86
-msgid "This package belongs to the critical path"
+msgid "Obsoletes"
msgstr ""
-#: ../src/templates/packages/builds/scratch.html:35
-msgid "There are no scratch builds for this package."
+msgid "Conflicts"
msgstr ""
-#: ../src/templates/packages/builds/times.html:3
-msgid "Package build times"
+msgid "Build information"
msgstr ""
-#: ../src/templates/packages/builds/times.html:34
-msgid "This table shows you how long this package normally takes to be built."
+msgid "ID"
msgstr ""
-#: ../src/templates/packages/builds/times.html:45
-msgid "Average"
+msgid "Host"
msgstr ""
-#: ../src/templates/packages/builds/times.html:46
-msgid "Maximum"
+msgid "Time"
msgstr ""
-#: ../src/templates/packages/builds/times.html:47
-msgid "Minimum"
+msgid "Files"
msgstr ""
-#: ../src/templates/packages/builds/times.html:48
-msgid "Total"
+msgid "Download file"
msgstr ""
-#: ../src/templates/packages/changelog.html:3
-#, c-format
-msgid "Changelog of %s"
+msgid "Welcome!"
msgstr ""
-#: ../src/templates/packages/changelog.html:20
-#: ../src/templates/packages/changelog.html:26
-msgid "Changelog"
+msgid "Development Powered By Community"
msgstr ""
-#: ../src/templates/packages-list.html:3 ../src/templates/packages-list.html:17
-msgid "Package list"
+msgid "Current Jobs"
msgstr ""
-#: ../src/templates/packages-list.html:23
-msgid ""
-"This is an alphabetically ordered list of all packages in the distribution."
+msgid "One Job In Queue"
+msgid_plural "%(num)s Jobs In Queue"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#, c-format
+msgid "Abort build job %s"
msgstr ""
-#: ../src/templates/packages-list.html:24
-msgid "Click on a link to see further information about the package."
+msgid "You may abort a running build."
msgstr ""
-#: ../src/templates/packages-list.html:31
-msgid "Selection"
+msgid "The build server will eventually stop to build the package."
msgstr ""
-#: ../src/templates/packages-list.html:36
-msgid "Show broken packages"
+msgid "Build job"
msgstr ""
-#: ../src/templates/packages-list.html:39
-msgid "Show all packages"
+msgid "Start time"
msgstr ""
-#: ../src/templates/packages/view-file.html:3
-msgid "View %(filename)s from %(pkg)s"
+msgid "No started, yet."
msgstr ""
-#: ../src/templates/packages/view-file.html:36
-msgid "View file"
+msgid "Build server"
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Mimetype: %s"
+msgid "Job buildroot"
msgstr ""
-#: ../src/templates/packages/view-file.html:50
-#, c-format
-msgid "Size: %s"
+msgid "Buildroot"
msgstr ""
-#: ../src/templates/register-activation-fail.html:3
-msgid "Account activation failed"
+msgid "Buildroot size"
msgstr ""
-#: ../src/templates/register-activation-fail.html:12
-#: ../src/templates/register-activation-success.html:12
-msgid "Account activation"
+msgid "Download size"
msgstr ""
-#: ../src/templates/register-activation-fail.html:17
-msgid "Activation failed"
+#, c-format
+msgid "The packages listed below were used to build %s."
msgstr ""
-#: ../src/templates/register-activation-fail.html:23
-#: ../src/templates/register-fail.html:6
-#: ../src/templates/user-profile-edit-fail.html:6
-msgid "We are sorry."
+msgid "Log In"
msgstr ""
-#: ../src/templates/register-activation-fail.html:24
-msgid "The activation of your account has failed."
+msgid "Login failed"
msgstr ""
-#: ../src/templates/register-activation-fail.html:25
-msgid "Possibly the registration code is wrong or your registration timed out."
+#, c-format
+msgid "Delete mirror %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:3
-msgid "Account activation successful"
+#, c-format
+msgid "Delete mirror: %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:17
-msgid "Activation successful"
+#, c-format
+msgid "You are going to delete the mirror %s."
msgstr ""
-#: ../src/templates/register-activation-success.html:23
#, c-format
-msgid "Your account has been activated, %s."
+msgid "Mirror: %s"
msgstr ""
-#: ../src/templates/register-activation-success.html:24
-msgid "Have fun!"
+msgid "Add new mirror"
msgstr ""
-#: ../src/templates/register-fail.html:4
-msgid "Registration failed"
+msgid "Edit settings"
msgstr ""
-#: ../src/templates/register-fail.html:7
-msgid "We could not create your requested account."
+msgid "Delete mirror"
msgstr ""
-#: ../src/templates/register-fail.html:17
-#: ../src/templates/user-profile-edit-fail.html:17
-msgid ""
-"Use the back button on your web browser to go back to the previous page and "
-"correct your submission."
+msgid "General"
msgstr ""
-#: ../src/templates/register.html:3 ../src/templates/register.html:18
-msgid "Register a new account"
+msgid "Location"
msgstr ""
-#: ../src/templates/register.html:12
-msgid "Register new account"
+msgid "The location of the mirror server could not be estimated."
msgstr ""
-#: ../src/templates/register.html:19
-msgid "Join the community!"
+msgid "Status information"
msgstr ""
-#: ../src/templates/register.html:26
-msgid "Registration form"
+msgid "Status"
msgstr ""
-#: ../src/templates/register.html:35
-msgid "Must be a unique name you login with."
+msgid "HTTP Response Code"
msgstr ""
-#: ../src/templates/register.html:41 ../src/templates/user-profile-edit.html:60
-msgid "Email address"
+msgid "Last sync"
msgstr ""
-#: ../src/templates/register.html:46
-msgid "Type in your email address, which is used to verify the account."
+msgid "Last check"
msgstr ""
-#: ../src/templates/register.html:52
-msgid "Real name (optional)"
+msgid "Never"
msgstr ""
-#: ../src/templates/register.html:57
-msgid "Type you firstname and your lastname here."
+msgid "Average Response Time"
msgstr ""
-#: ../src/templates/register.html:64
-msgid "Account security"
+#, c-format
+msgid "Manage mirror %s"
msgstr ""
-#: ../src/templates/register.html:72
-#: ../src/templates/user-profile-edit.html:106
-msgid ""
-"The password is used to secure the login and must be at least 8 characters."
+msgid "Manage"
msgstr ""
-#: ../src/templates/register.html:78
-msgid "Confirm password"
+#, c-format
+msgid "Manage mirror: %s"
msgstr ""
-#: ../src/templates/register.html:83
-msgid "Pick a password that is as strong as possible."
+msgid "The canonical hostname."
msgstr ""
-#: ../src/templates/register.html:84
-msgid "Don't login at unsecure places where people could spy on your password."
+msgid "Check if this mirror server supports HTTPS."
msgstr ""
-#: ../src/templates/register.html:91
-msgid "Sign up!"
+msgid "Contact information"
msgstr ""
-#: ../src/templates/register-success.html:4
-msgid "Registration successful"
+msgid "Owner"
msgstr ""
-#: ../src/templates/register-success.html:6
-#, c-format
-msgid "Your new account has been created, %s."
+msgid "The owner of the mirror server."
msgstr ""
-#: ../src/templates/register-success.html:7
-msgid ""
-"To complete the activation, follow the instructions that were sent to you in "
-"an activation email."
+msgid "Contact address"
msgstr ""
-#: ../src/templates/repository-detail.html:30
-msgid "Stable repository"
+msgid "An email address to contact an administrator of the mirror."
msgstr ""
-#: ../src/templates/repository-detail.html:34
-msgid "Unstable repository"
+msgid "This won't be made public."
msgstr ""
-#: ../src/templates/repository-detail.html:38
-msgid "Testing repository"
+msgid "Save changes"
msgstr ""
-#: ../src/templates/repository-detail.html:65
-msgid "Repository is enabled for builds?"
+msgid "On this page, you will see a list of all mirror servers."
msgstr ""
-#: ../src/templates/repository-detail.html:76
-#: ../src/templates/repository-detail.html:151
-msgid "Obsolete builds"
+msgid "Up"
msgstr ""
-#: ../src/templates/repository-detail.html:85
-msgid "Total build time"
+msgid "Out Of Sync"
msgstr ""
-#: ../src/templates/repository-detail.html:99
-msgid ""
-"The table above shows how long it took to build all packages in this "
-"repository."
+msgid "Down"
msgstr ""
-#: ../src/templates/repository-detail.html:126
-msgid "Unpushed builds"
+msgid "There are no mirrors configured, yet."
msgstr ""
-#: ../src/templates/repository-detail.html:128
-msgid ""
-"These builds were already put into this repository, but were not pushed out "
-"to the mirror servers, yet."
+msgid "New mirror"
msgstr ""
-#: ../src/templates/repository-detail.html:139
-msgid "Builds in this repository"
+msgid "Add a new mirror"
msgstr ""
-#: ../src/templates/repository-edit.html:3
-#: ../src/templates/repository-edit.html:7
-#, c-format
-msgid "Edit repository %s"
+msgid "Enter the canonical hostname of the mirror."
msgstr ""
-#: ../src/templates/repository-edit.html:20
-msgid "The name of the repository."
+msgid "Path"
msgstr ""
-#: ../src/templates/repository-edit.html:21
-msgid "Must only contain of the lowercase characters."
+msgid "The path to the files on the server."
msgstr ""
-#: ../src/templates/repository-edit.html:33
-msgid "Score settings"
+msgid "Create new mirror"
msgstr ""
-#: ../src/templates/repository-edit.html:35
-msgid "These settings configure the automatic score feature."
+msgid "Release build"
msgstr ""
-#: ../src/templates/repository-edit.html:36
-msgid ""
-"Builds that gained a certain score are moved to the next repository "
-"automatically and removed if the score is too bad."
+msgid "Scratch build"
msgstr ""
-#: ../src/templates/repository-edit.html:40
-msgid "Needed score"
+msgid "As soon as possible"
msgstr ""
-#: ../src/templates/repository-edit.html:45
-msgid ""
-"The score that is needed for builds to automatically be moved into this "
-"repository."
+msgid "After 5 minutes"
msgstr ""
-#: ../src/templates/repository-edit.html:49
-msgid "Minimum time"
+msgid "After 15 minutes"
msgstr ""
-#: ../src/templates/repository-edit.html:54
-msgid "Every build must stay a minimum time in a repository."
+msgid "After one hour"
msgstr ""
-#: ../src/templates/repository-edit.html:55
-msgid "This is to ensure that a package gets tested well."
+msgid "After one day"
msgstr ""
-#: ../src/templates/repository-edit.html:56
-#: ../src/templates/repository-edit.html:67
-msgid "Enter zero to disable the feature."
+msgid "Set the time after which the build job starts."
msgstr ""
-#: ../src/templates/repository-edit.html:60
-msgid "Maximum time"
+msgid "Schedule build"
msgstr ""
-#: ../src/templates/repository-edit.html:65
-msgid ""
-"If a build is more than a certain amount of time in a repository, it will "
-"automatically be removed."
+msgid "This build is broken!"
msgstr ""
-#: ../src/templates/repository-edit.html:66
-msgid "This is to ensure that packages are not forgotten to be pushed."
+msgid ""
+"This means that the package may cause severe damage on your system and/or "
+"does not work at all."
msgstr ""
-#: ../src/templates/repository-edit.html:73
-msgid "Build settings"
+msgid "This build is obsolete!"
msgstr ""
-#: ../src/templates/repository-edit.html:76
-msgid "Use package for builds?"
+msgid "This means that this package has been replaced with a new one."
msgstr ""
-#: ../src/templates/repository-edit.html:81
-msgid "Should the package be selected for builds by default?"
+msgid "Repository"
msgstr ""
-#: ../src/templates/repository-edit.html:82
-#: ../src/templates/user-impersonation.html:21
-msgid "Use with caution!"
+msgid "Created"
msgstr ""
-#: ../src/templates/search-form.html:3
-msgid "Advanced search"
+msgid "In repository since"
msgstr ""
-#: ../src/templates/search-form.html:18
-#, c-format
-msgid "No results for '%s'."
+msgid "Can be moved forward"
msgstr ""
-#: ../src/templates/search-form.html:26
-msgid "Type a search pattern into the box below and hit the button."
+msgid "There are no builds to show at this place right now."
msgstr ""
-#: ../src/templates/search-form.html:46
-msgid "Search for packages by name or description"
+msgid "Subject"
msgstr ""
-#: ../src/templates/search-form.html:48
-msgid ""
-"If you type a package name to the search box you will get a link to the "
-"package."
+msgid "Download"
msgstr ""
-#: ../src/templates/search-form.html:49
-msgid "The search is performed in case insensitive mode."
+msgid "Info"
msgstr ""
-#: ../src/templates/search-form.html:58
-msgid "Search for UUIDs"
+msgid "Arch"
msgstr ""
-#: ../src/templates/search-form.html:60
-msgid ""
-"If you type a UUID to the search box, you will be directed to the job, build "
-"or package it belongs to."
+msgid "Duration"
msgstr ""
-#: ../src/templates/search-form.html:61
-msgid ""
-"This is a handy feature if you have a UUID and search for the corresponding "
-"package or build."
+msgid "Pending"
msgstr ""
-#: ../src/templates/search-form.html:64 ../src/templates/search-form.html:80
-msgid "Examples"
+msgid "Failed"
msgstr ""
-#: ../src/templates/search-form.html:73
-msgid "Search for files"
+msgid "Dispatching"
msgstr ""
-#: ../src/templates/search-form.html:75
-msgid "You may also search for file names."
+msgid "Finished"
msgstr ""
-#: ../src/templates/search-form.html:76
-msgid "You will get a list of packages that contain the file."
+msgid "Running"
msgstr ""
-#: ../src/templates/search-form.html:77
-msgid ""
-"The search pattern must start with a slash that it will be recognized as a "
-"file."
+msgid "Aborted"
msgstr ""
-#: ../src/templates/search-results.html:3
-#: ../src/templates/search-results.html:22
#, c-format
-msgid "Search results for '%s'"
+msgid "Running since %s"
msgstr ""
-#: ../src/templates/search-results.html:12
-msgid "Search results"
+msgid "Not finished, yet."
msgstr ""
-#: ../src/templates/search-results.html:28
-msgid "No results found."
+#, c-format
+msgid "This package only supports %s."
msgstr ""
-#: ../src/templates/search-results.html:30
-msgid "Visit the advanced search page to find about how to define your query."
+msgid "No jobs, yet."
msgstr ""
-#: ../src/templates/search-results.html:75
#, c-format
-msgid "%s was found in the following package."
-msgstr ""
-
-#: ../src/templates/sessions/index.html:36
-msgid "Valid until"
+msgid "Finished %s"
msgstr ""
-#: ../src/templates/sessions/index.html:37
-msgid "Last seen at"
+#, c-format
+msgid "on %s"
msgstr ""
-#: ../src/templates/source-list.html:3
-msgid "Sources repositories"
+msgid "This build has got no jobs."
msgstr ""
-#: ../src/templates/source-list.html:17
-msgid "Add source repository"
+msgid "No comment given."
msgstr ""
-#: ../src/templates/source-list.html:18
-msgid "Blah 123"
+msgid "You"
msgstr ""
-#: ../src/templates/statistics/index.html:11
-msgid ""
-"On this page, you will find a lot of information bundled in graphs and "
-"figures."
+msgid "No log entries, yet."
msgstr ""
-#: ../src/templates/statistics/index.html:12
-msgid ""
-"They give a very quick overview about what is going on in the build service."
+msgid "Submit"
msgstr ""
-#: ../src/templates/statistics/index.html:18
#, c-format
-msgid "The average build time is %.1f minutes."
+msgid "Comment on %s"
msgstr ""
-#: ../src/templates/statistics/index.html:21
-msgid "There are %(builds_count)s builds containing %(jobs_count_all)s jobs."
+msgid "Log in to comment"
msgstr ""
-#: ../src/templates/updates-index.html:3
-msgid "Updates"
+msgid "Comment"
msgstr ""
-#: ../src/templates/updates-index.html:6
-msgid "Coming soon..."
+msgid "Vote"
msgstr ""
-#: ../src/templates/uploads-list.html:24
-msgid "Filename"
+msgid "Not tested."
msgstr ""
-#: ../src/templates/uploads-list.html:26
-msgid "Filesize"
+msgid "Works for me."
msgstr ""
-#: ../src/templates/uploads-list.html:27
-msgid "Time running"
+msgid "Does not work."
msgstr ""
-#: ../src/templates/uploads-list.html:44
-msgid "No owner."
+msgid "You need to log in to comment."
msgstr ""
-#: ../src/templates/uploads-list.html:74
-msgid "There are currently no uploads running."
+msgid "Click on the button below to do so."
msgstr ""
-#: ../src/templates/user-comments.html:4
-msgid "Latest user comments"
+msgid "Submit comment"
msgstr ""
-#: ../src/templates/user-comments.html:12
-msgid "Show all users"
+msgid "Login"
msgstr ""
-#: ../src/templates/user-delete.html:4
#, c-format
-msgid "Delete user %s"
+msgid "Push %s to a repository"
msgstr ""
-#: ../src/templates/user-delete.html:8
-msgid "Do you really want to delete your own account?"
+msgid "Not all jobs are finished!"
msgstr ""
-#: ../src/templates/user-delete.html:9
-msgid "You won't be able to login and use this service any more."
+msgid ""
+"So it is <em>strongly</em> discouraged to push this build into the next "
+"repository."
msgstr ""
-#: ../src/templates/user-delete.html:11
-#, c-format
-msgid "Do you really want to delete the user %s?"
+msgid "The build will be put into this repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:3
-#: ../src/templates/user-forgot-password.html:12
-#: ../src/templates/user-forgot-password.html:17
-msgid "Forgot password"
+msgid "You are going to push this build into a new repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:22
-msgid "Work in progress!"
+msgid ""
+"This means that the build won't be part of the repository it is currently in "
+"anymore."
msgstr ""
-#: ../src/templates/user-forgot-password.html:28
-msgid "You have forgotten you password, eh? Shame on you."
+msgid ""
+"Please make sure you tested this build well enough that it will keep up with "
+"the quality level of the target repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:29
-msgid "However, we allow to re-activate your account."
+#, c-format
+msgid "Unpush %s from a repository"
msgstr ""
-#: ../src/templates/user-forgot-password.html:32
-msgid "You need to enter your username below."
+msgid "You are going to unpush this build from its repository."
msgstr ""
-#: ../src/templates/user-forgot-password.html:33
-msgid "After that, you will receive an email with intructions how to go on."
+msgid ""
+"This means that the build won't be installable from this repository anymore."
msgstr ""
-#: ../src/templates/user-forgot-password.html:42
-msgid "Your username"
+msgid ""
+"If you consider this build being obsolete or broken, please don't forget to "
+"mark it so."
msgstr ""
-#: ../src/templates/user-impersonation.html:3
+msgid "Group"
+msgid_plural "Groups"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
#, c-format
-msgid "Impersonate user %s"
+msgid "added %s"
msgstr ""
-#: ../src/templates/user-impersonation.html:7
-msgid "User impersonation"
+msgid "Run"
msgstr ""
-#: ../src/templates/user-impersonation.html:17
-msgid ""
-"When impersonating another user, every action you perform will be taking "
-"place as if you had logged in as the user whom will be impersonating."
+msgid "Remove action"
msgstr ""
-#: ../src/templates/user-impersonation.html:22
-msgid ""
-"This is a very powerful feature. You should be very careful while using it."
-msgstr ""
+msgid "One more score needed."
+msgid_plural "%(score)s more scores needed."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: ../src/templates/user-list.html:3
-msgid "User list"
+msgid "No more scores needed."
msgstr ""
-#: ../src/templates/user-profile-builds.html:3
-#: ../src/templates/user-profile-builds.html:7
#, c-format
-msgid "Builds by %s"
+msgid "Maintainer: %s"
msgstr ""
-#: ../src/templates/user-profile-edit-fail.html:4
-msgid "Edit failed"
+msgid "Go to package description"
msgstr ""
-#: ../src/templates/user-profile-edit-fail.html:7
-msgid "The user profile cannot be saved."
+msgid "Auto-select"
msgstr ""
-#: ../src/templates/user-profile-edit.html:3
-#: ../src/templates/user-profile-edit.html:26
-#, c-format
-msgid "Edit user profile: %s"
+msgid "No. of commits"
msgstr ""
-#: ../src/templates/user-profile-edit.html:34
-msgid "User Identity"
+msgid "Latest commit"
msgstr ""
-#: ../src/templates/user-profile-edit.html:48
-msgid "Real name"
+#, c-format
+msgid "Branch: %s"
msgstr ""
-#: ../src/templates/user-profile-edit.html:54
-msgid ""
-"This field is optional, but we appreciate it very much if you type in your "
-"real name."
+msgid "You."
msgstr ""
-#: ../src/templates/user-profile-edit.html:66
-msgid ""
-"If the email address is changed, your account will be disabled until you "
-"confirm the new email address."
+msgid "You and one other."
msgstr ""
-#: ../src/templates/user-profile-edit.html:74
-msgid "Admin actions"
+#, c-format
+msgid "You and %s others."
msgstr ""
-#: ../src/templates/user-profile-edit.html:82
-#: ../src/templates/user-profile.html:52
-msgid "Tester"
+msgid "One person."
+msgid_plural "%(num)s people."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid ""
+"All users who watch this build will be automatically notified about status "
+"changes and comments."
msgstr ""
-#: ../src/templates/user-profile-edit.html:85
-#: ../src/templates/user-profile.html:50
-msgid "Admin"
+msgid "This is an easy way of staying up to date."
msgstr ""
-#: ../src/templates/user-profile-edit.html:90
-msgid "Define the permissions of the user."
+msgid "Nobody watches this build, yet. Be the first one."
msgstr ""
-#: ../src/templates/user-profile-edit.html:98
-msgid "Account security settings"
+msgid "Watch this build"
msgstr ""
-#: ../src/templates/user-profile-edit.html:112
-#: ../src/templates/user-profile-passwd.html:84
-msgid "Confirm"
+msgid "Add a watcher"
msgstr ""
-#: ../src/templates/user-profile-edit.html:117
-msgid "Leave the password fields empty to keep the current password."
+msgid "Close"
msgstr ""
-#: ../src/templates/user-profile-edit.html:124
-msgid "Locale & timezone settings"
+msgid "Properties"
msgstr ""
-#: ../src/templates/user-profile-edit.html:127
-msgid "Preferred language"
+msgid "Maintainers"
msgstr ""
-#: ../src/templates/user-profile-edit.html:132
-msgid "Auto-detect will use the language transmitted by your browser."
+msgid "Default priority"
msgstr ""
-#: ../src/templates/user-profile-edit.html:138
-msgid "Timezone"
+msgid ""
+"A big benefit of the Pakfire Build Service is, that builds are available to "
+"end-users in a very short time."
msgstr ""
-#: ../src/templates/user-profile-edit.html:143
-msgid "Auto-detect will use the timezone transmitted by your browser."
+msgid ""
+"Some packages might need some extra boost if the build servers are very busy."
msgstr ""
-#: ../src/templates/user-profile-edit.html:150
-msgid "Save"
+msgid "You may set a default priority for all builds of this package."
msgstr ""
-#: ../src/templates/user-profile.html:23
-msgid "View comments"
+msgid "Very high"
msgstr ""
-#: ../src/templates/user-profile.html:41
-msgid "Email"
+msgid "High"
msgstr ""
-#: ../src/templates/user-profile.html:61
-msgid "Registered"
+msgid "Medium"
msgstr ""
-#: ../src/templates/user-profile.html:80
-msgid "Edit profile"
+msgid "Low"
msgstr ""
-#: ../src/templates/user-profile.html:86
-#: ../src/templates/user-profile-passwd.html:3
-#: ../src/templates/user-profile-passwd.html:20
-#: ../src/templates/user-profile-passwd.html:25
-#: ../src/templates/user-profile-passwd.html:95
-#: ../src/templates/user-profile-passwd-ok.html:20
-msgid "Change password"
+msgid "Very low"
msgstr ""
-#: ../src/templates/user-profile.html:94
-msgid "Delete account"
+msgid "Critical path"
msgstr ""
-#: ../src/templates/user-profile.html:101
-msgid "Impersonate user"
+msgid ""
+"A package that belongs to the critical path is a package that plays a very "
+"essential role in the distribution."
msgstr ""
-#: ../src/templates/user-profile.html:121
-msgid "Permissions"
+msgid ""
+"If such a package is broken, it may not be possible to boot or recover the "
+"system anymore, so we need to be extra sure that these packages work."
msgstr ""
-#: ../src/templates/user-profile.html:125
-msgid "This user has administration rights."
+msgid ""
+"If this package is marked to belong to the critical path, it will need a "
+"higher score to pass to the next repository and more."
msgstr ""
-#: ../src/templates/user-profile.html:132
-msgid "User is allowed to create scratch builds?"
+msgid "Learn more."
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:4
-msgid "Edit successful"
+msgid "Open Bugs In This Package"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:6
-msgid "The user profile was successfully altered."
+msgid "Show All Bugs"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:7
-msgid ""
-"But as you have changed the email address, you need to re-activate the "
-"account."
+msgid "File A New Bug"
msgstr ""
-#: ../src/templates/user-profile-need-activation.html:8
-msgid "Have a look at you mailbox - you already do know what to do."
+msgid "Download Package"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:32
-msgid "You are going to change your password."
+#, c-format
+msgid "Build from %s"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:35
-msgid ""
-"To do so, you need to enter your current password and the new password twice."
+msgid "Filelist"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:39
#, c-format
-msgid "In this dialog, you may change the password of %s."
+msgid "Download (%s)"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:61
-msgid "Old password"
+msgid "Job Queue"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:66
-msgid "Please provide your old password."
+#, c-format
+msgid "Builds in %s"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:73
-msgid "New password"
+msgid "Create"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:78
-msgid "Choose a new password. Make sure that it is as strong as possible."
+msgid "- Select -"
msgstr ""
-#: ../src/templates/user-profile-passwd.html:89
-msgid "Confirm the new password."
+msgid "Create Repository"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:3
-#: ../src/templates/user-profile-passwd-ok.html:29
-msgid "Password changed"
+msgid "Describe what this repository will contain"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:24
-msgid "Done!"
+msgid "Priority"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:37
-msgid "Your password has successfully been changed."
+msgid "Listed"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:41
-#, c-format
-msgid "The password of %s has successfully been changed."
+msgid "By unchecking this box, you can hide this repository from being listed"
msgstr ""
-#: ../src/templates/user-profile-passwd-ok.html:46
-msgid "Ok"
+msgid "Enable Mirroring"
msgstr ""
-#: ../src/web/handlers_auth.py:65
-msgid "No username provided."
+msgid "If enabled, this repository will be made available on mirror servers"
msgstr ""
-#: ../src/web/handlers_auth.py:67
-msgid "The given username is already taken."
+msgid "Download Configuration"
msgstr ""
-#: ../src/web/handlers_auth.py:70 ../src/web/handlers_users.py:177
-msgid "No email address provided."
+msgid "Search"
msgstr ""
-#: ../src/web/handlers_auth.py:72 ../src/web/handlers_users.py:179
-msgid "Email address is invalid."
+#, c-format
+msgid "We could not find anything for '%s'"
msgstr ""
-#: ../src/web/handlers_auth.py:74
-msgid "The given email address is already used for another account."
+msgid "Go!"
msgstr ""
-#: ../src/web/handlers_auth.py:78
-msgid "No password provided."
+msgid "Sources repositories"
msgstr ""
-#: ../src/web/handlers_auth.py:80 ../src/web/handlers_users.py:185
-msgid "Passwords do not match."
+msgid "Source repositories"
msgstr ""
-#: ../src/web/handlers_auth.py:84
-msgid "Your password is too weak."
+msgid "Add source repository"
msgstr ""
-#: ../src/web/handlers_builds.py:368
-msgid "User not found."
+msgid "Blah 123"
msgstr ""
-#: ../src/web/handlers_users.py:112
-msgid "You need to enter you current password."
+msgid "Delete User"
msgstr ""
-#: ../src/web/handlers_users.py:115
-msgid "The provided account password is wrong."
+msgid "Are you sure you want to delete your account?"
msgstr ""
-#: ../src/web/handlers_users.py:124
-msgid "The given passwords do not match."
+#, c-format
+msgid "Are you sure you want to delete the user '%s'?"
msgstr ""
-#: ../src/web/handlers_users.py:126
-msgid "The password was blank."
+msgid "Edit User"
msgstr ""
-#: ../src/web/handlers_users.py:130
-msgid "The given password is too weak."
+#, c-format
+msgid "Send an Email to %s"
msgstr ""
-#: ../src/web/handlers_users.py:183
-msgid "Password has less than 8 characters."
+msgid "Quota"
msgstr ""
-#: ../src/web/__init__.py:327
#, python-format
msgid "%(min)d min"
msgstr ""
-#: ../src/web/__init__.py:329
#, python-format
msgid "%(hrs)d:%(min)02d hrs"
msgstr ""
-#: ../src/web/__init__.py:336
-#, python-format
-msgid "%dh"
+msgid "User not found."
msgstr ""
-#: ../src/web/__init__.py:340
-#, python-format
-msgid "%dm"
+msgid "Recommends"
msgstr ""
-#: ../src/web/__init__.py:342
-#, python-format
-msgid "%ds"
+msgid "Suggests"
msgstr ""
-#: ../src/web/ui_modules.py:172
msgid "Today"
msgstr ""
-#: ../src/web/ui_modules.py:177
msgid "Yesterday"
msgstr ""
-#: ../src/web/ui_modules.py:305
-msgid "Dependency problem"
+msgid "Uploading"
msgstr ""
-#: ../src/web/ui_modules.py:346
#, python-format
msgid "Unknown: %s"
msgstr ""