Merge lp:~mars/launchpad/test-ghost-update into lp:~launchpad/launchpad/ghost-line

Proposed by Māris Fogels
Status: Merged
Approved by: Māris Fogels
Approved revision: 11786
Merged at revision: 11786
Proposed branch: lp:~mars/launchpad/test-ghost-update
Merge into: lp:~launchpad/launchpad/ghost-line
Diff against target: 95270 lines (+39395/-22097) (has conflicts)
1089 files modified
.bzrignore (+4/-9)
Makefile (+60/-38)
buildout-templates/bin/bzr.in (+15/-0)
buildout-templates/bin/combine-css.in (+3/-1)
buildout-templates/bin/retest.in (+6/-2)
buildout-templates/bin/test.in (+1/-1)
bzrplugins/lpserve/__init__.py (+53/-1)
bzrplugins/lpserve/test_lpserve.py (+141/-10)
configs/development/launchpad-lazr.conf (+4/-0)
configs/development/launchpad.conf (+3/-3)
configs/test-playground/launchpad.conf (+3/-3)
configs/testrunner-appserver/launchpad.conf (+3/-3)
configs/testrunner/launchpad.conf (+2/-2)
cronscripts/create-debwatches.py (+1/-1)
cronscripts/distributionmirror-prober.py (+5/-2)
cronscripts/expire-bugtasks.py (+17/-1)
cronscripts/flag-expired-memberships.py (+5/-3)
cronscripts/foaf-update-karma-cache.py (+1/-1)
cronscripts/parse-ppa-apache-access-logs.py (+1/-3)
cronscripts/process-mail.py (+1/-1)
cronscripts/publishing/cron.germinate (+14/-9)
cronscripts/publishing/cron.publish-copy-archives (+4/-21)
cronscripts/send-bug-notifications.py (+1/-1)
cronscripts/sync-packages.py (+25/-0)
cronscripts/update-bugzilla-remote-components.py (+41/-0)
cronscripts/update-debwatches.py (+12/-3)
cronscripts/update-pkgcache.py (+1/-2)
cronscripts/update-remote-product.py (+5/-1)
cronscripts/update-stats.py (+5/-3)
database/replication/slon_ctl.py (+1/-1)
database/sampledata/current-dev.sql (+933/-884)
database/sampledata/current.sql (+914/-879)
database/schema/comments.sql (+27/-20)
database/schema/fti.py (+1/-1)
database/schema/patch-2208-22-0.sql (+30/-0)
database/schema/patch-2208-24-0.sql (+7/-0)
database/schema/patch-2208-26-0.sql (+9/-0)
database/schema/patch-2208-27-0.sql (+10/-0)
database/schema/patch-2208-28-0.sql (+7/-0)
database/schema/patch-2208-28-1.sql (+24/-0)
database/schema/patch-2208-29-0.sql (+10/-0)
database/schema/patch-2208-31-0.sql (+16/-0)
database/schema/patch-2208-32-0.sql (+8/-0)
database/schema/patch-2208-33-0.sql (+16/-0)
database/schema/pending/add-mailing-list-experts.py (+5/-2)
database/schema/pending/carlos-fix-duplicated-submissions.py (+0/-180)
database/schema/pending/create-openid-rp-configs.py (+0/-51)
database/schema/pending/import_language_packs.py (+0/-69)
database/schema/pending/update-shippingrequest-types.py (+0/-51)
database/schema/security.cfg (+97/-36)
database/schema/security.py (+115/-44)
database/schema/trusted.sql (+25/-2)
lib/canonical/buildd/binarypackage.py (+2/-3)
lib/canonical/buildd/buildrecipe (+49/-1)
lib/canonical/buildd/debian/changelog (+32/-0)
lib/canonical/buildd/mount-chroot (+1/-0)
lib/canonical/buildd/test_buildd_recipe (+1/-1)
lib/canonical/buildd/umount-chroot (+1/-0)
lib/canonical/config/__init__.py (+12/-2)
lib/canonical/config/fixture.py (+8/-4)
lib/canonical/config/schema-lazr.conf (+21/-8)
lib/canonical/database/harness.py (+10/-12)
lib/canonical/database/sqlbase.py (+4/-4)
lib/canonical/ftests/pgsql.py (+22/-2)
lib/canonical/ftests/test_pgsql.py (+25/-2)
lib/canonical/launchpad/__init__.py (+0/-4)
lib/canonical/launchpad/browser/__init__.py (+0/-1)
lib/canonical/launchpad/browser/feeds.py (+16/-12)
lib/canonical/launchpad/browser/launchpad.py (+23/-55)
lib/canonical/launchpad/browser/launchpadstatistic.py (+3/-1)
lib/canonical/launchpad/browser/librarian.py (+14/-15)
lib/canonical/launchpad/browser/logintoken.py (+6/-4)
lib/canonical/launchpad/browser/multistep.py (+4/-2)
lib/canonical/launchpad/browser/oauth.py (+2/-4)
lib/canonical/launchpad/browser/packagerelationship.py (+1/-1)
lib/canonical/launchpad/browser/temporaryblobstorage.py (+2/-2)
lib/canonical/launchpad/browser/tests/test_logintoken.py (+2/-1)
lib/canonical/launchpad/components/cdatetime.py (+1/-1)
lib/canonical/launchpad/components/tokens.py (+1/-1)
lib/canonical/launchpad/database/__init__.py (+9/-36)
lib/canonical/launchpad/database/account.py (+13/-9)
lib/canonical/launchpad/database/emailaddress.py (+1/-1)
lib/canonical/launchpad/database/ftests/__init__.py (+0/-6)
lib/canonical/launchpad/database/launchpadstatistic.py (+11/-8)
lib/canonical/launchpad/database/librarian.py (+2/-2)
lib/canonical/launchpad/database/logintoken.py (+5/-5)
lib/canonical/launchpad/database/message.py (+7/-5)
lib/canonical/launchpad/database/oauth.py (+24/-12)
lib/canonical/launchpad/database/stormsugar.py (+1/-19)
lib/canonical/launchpad/database/temporaryblobstorage.py (+2/-2)
lib/canonical/launchpad/database/tests/test_imports.py (+0/-14)
lib/canonical/launchpad/database/tests/test_message.py (+1/-1)
lib/canonical/launchpad/database/tests/test_stormextensions.py (+0/-101)
lib/canonical/launchpad/database/tests/test_timelimitedtoken.py (+0/-1)
lib/canonical/launchpad/doc/badges.txt (+1/-2)
lib/canonical/launchpad/doc/batch_navigation.txt (+1/-1)
lib/canonical/launchpad/doc/canonical-config.txt (+26/-21)
lib/canonical/launchpad/doc/celebrities.txt (+78/-64)
lib/canonical/launchpad/doc/db-policy.txt (+26/-0)
lib/canonical/launchpad/doc/decoratedresultset.txt (+2/-2)
lib/canonical/launchpad/doc/emailaddress.txt (+10/-7)
lib/canonical/launchpad/doc/emailauthentication.txt (+16/-10)
lib/canonical/launchpad/doc/google-searchservice.txt (+45/-13)
lib/canonical/launchpad/doc/hierarchical-menu.txt (+6/-0)
lib/canonical/launchpad/doc/launchpadform.txt (+1/-1)
lib/canonical/launchpad/doc/launchpadformharness.txt (+1/-1)
lib/canonical/launchpad/doc/launchpadlib.txt (+13/-7)
lib/canonical/launchpad/doc/lazr-js-widgets.txt (+6/-6)
lib/canonical/launchpad/doc/librarian.txt (+1/-1)
lib/canonical/launchpad/doc/location-widget.txt (+4/-4)
lib/canonical/launchpad/doc/notification-recipient-set.txt (+1/-0)
lib/canonical/launchpad/doc/renamed-view.txt (+1/-1)
lib/canonical/launchpad/doc/sample-data-assertions.txt (+0/-41)
lib/canonical/launchpad/doc/scripts-and-zcml.txt (+1/-4)
lib/canonical/launchpad/doc/security.txt (+1/-1)
lib/canonical/launchpad/doc/storm.txt (+5/-2)
lib/canonical/launchpad/doc/validation.txt (+1/-1)
lib/canonical/launchpad/doc/vocabulary-json.txt (+1/-1)
lib/canonical/launchpad/doc/webapp-publication.txt (+1/-1)
lib/canonical/launchpad/doc/xmlrpc-selftest.txt (+1/-1)
lib/canonical/launchpad/emailtemplates/bug-notification-verbose.txt (+5/-3)
lib/canonical/launchpad/emailtemplates/bug-notification.txt (+4/-2)
lib/canonical/launchpad/emailtemplates/default_remotecomment_template.txt (+1/-1)
lib/canonical/launchpad/ftests/_launchpadformharness.py (+4/-2)
lib/canonical/launchpad/ftests/googlesearches/googlesearchservice-negative-total.xml (+35/-0)
lib/canonical/launchpad/ftests/test_system_documentation.py (+2/-7)
lib/canonical/launchpad/ftests/test_wadl_generation.py (+3/-4)
lib/canonical/launchpad/helpers.py (+46/-1)
lib/canonical/launchpad/icing/cssgrids/grids-context-min.css (+8/-0)
lib/canonical/launchpad/icing/cssgrids/grids-context.css (+491/-0)
lib/canonical/launchpad/icing/cssgrids/grids-min.css (+8/-0)
lib/canonical/launchpad/icing/cssgrids/grids.css (+481/-0)
lib/canonical/launchpad/icing/icon-sprites.positioning (+1/-9)
lib/canonical/launchpad/icing/style-3-0.css.in (+0/-8)
lib/canonical/launchpad/icing/style.css (+0/-15)
lib/canonical/launchpad/interfaces/__init__.py (+13/-147)
lib/canonical/launchpad/interfaces/_schema_circular_imports.py (+48/-4)
lib/canonical/launchpad/interfaces/ftests/validation.txt (+2/-1)
lib/canonical/launchpad/interfaces/launchpad.py (+10/-5)
lib/canonical/launchpad/interfaces/validation.py (+4/-4)
lib/canonical/launchpad/interfaces/webservice.py (+32/-0)
lib/canonical/launchpad/javascript/client/client.js (+11/-4)
lib/canonical/launchpad/mail/commands.py (+24/-18)
lib/canonical/launchpad/mail/helpers.py (+22/-4)
lib/canonical/launchpad/mail/meta.py (+1/-1)
lib/canonical/launchpad/mail/tests/test_helpers.py (+1/-1)
lib/canonical/launchpad/mailnotification.py (+10/-8)
lib/canonical/launchpad/pagetests/REFERENCE.txt (+33/-27)
lib/canonical/launchpad/pagetests/basics/notfound-traversals.txt (+1/-1)
lib/canonical/launchpad/pagetests/oauth/authorize-token.txt (+8/-10)
lib/canonical/launchpad/pagetests/oauth/managing-tokens.txt (+47/-32)
lib/canonical/launchpad/pagetests/standalone/xx-pagetest-logging.txt (+1/-1)
lib/canonical/launchpad/pagetests/temporaryblobstorage/xx-tempstorage.txt (+2/-1)
lib/canonical/launchpad/pagetests/webservice/xx-service.txt (+1/-52)
lib/canonical/launchpad/pagetitles.py (+2/-4)
lib/canonical/launchpad/permissions.zcml (+0/-5)
lib/canonical/launchpad/rest/__init__.py (+3/-0)
lib/canonical/launchpad/rest/bytestorage.py (+0/-28)
lib/canonical/launchpad/rest/configuration.py (+1/-1)
lib/canonical/launchpad/rest/me.py (+1/-1)
lib/canonical/launchpad/rest/pillarset.py (+2/-2)
lib/canonical/launchpad/scripts/__init__.py (+6/-6)
lib/canonical/launchpad/scripts/bzremotecomponentfinder.py (+205/-0)
lib/canonical/launchpad/scripts/ftests/librarianformatter.txt (+1/-1)
lib/canonical/launchpad/scripts/updateremoteproduct.py (+6/-1)
lib/canonical/launchpad/security.py (+84/-54)
lib/canonical/launchpad/subscribers/karma.py (+1/-1)
lib/canonical/launchpad/systemhomes.py (+27/-18)
lib/canonical/launchpad/templates/launchpad-graphics.pt (+0/-11)
lib/canonical/launchpad/templates/oauth-authorize.pt (+1/-1)
lib/canonical/launchpad/templates/token-authorized.pt (+3/-7)
lib/canonical/launchpad/testing/browser.py (+16/-0)
lib/canonical/launchpad/testing/fakepackager.py (+2/-4)
lib/canonical/launchpad/testing/pages.py (+21/-11)
lib/canonical/launchpad/testing/systemdocs.py (+1/-1)
lib/canonical/launchpad/tests/readonly.py (+18/-1)
lib/canonical/launchpad/utilities/celebrities.py (+8/-10)
lib/canonical/launchpad/utilities/personroles.py (+1/-1)
lib/canonical/launchpad/utilities/searchservice.py (+11/-12)
lib/canonical/launchpad/vocabularies/dbobjects.py (+9/-2)
lib/canonical/launchpad/webapp/adapter.py (+40/-14)
lib/canonical/launchpad/webapp/badge.py (+0/-3)
lib/canonical/launchpad/webapp/batching.py (+18/-0)
lib/canonical/launchpad/webapp/configure.zcml (+8/-0)
lib/canonical/launchpad/webapp/dbpolicy.py (+6/-2)
lib/canonical/launchpad/webapp/errorlog.py (+1/-1)
lib/canonical/launchpad/webapp/interfaces.py (+1/-1)
lib/canonical/launchpad/webapp/launchbag.py (+12/-14)
lib/canonical/launchpad/webapp/launchpadform.py (+19/-0)
lib/canonical/launchpad/webapp/menu.py (+91/-59)
lib/canonical/launchpad/webapp/namespace.py (+1/-1)
lib/canonical/launchpad/webapp/pgsession.py (+16/-14)
lib/canonical/launchpad/webapp/publication.py (+1/-1)
lib/canonical/launchpad/webapp/servers.py (+4/-0)
lib/canonical/launchpad/webapp/tests/cookie-authentication.txt (+21/-11)
lib/canonical/launchpad/webapp/tests/login.txt (+9/-6)
lib/canonical/launchpad/webapp/tests/no-anonymous-session-cookies.txt (+6/-4)
lib/canonical/launchpad/webapp/tests/test_errorlog.py (+1/-1)
lib/canonical/launchpad/webapp/tests/test_launchpadform.py (+1/-1)
lib/canonical/launchpad/webapp/tests/test_login.py (+9/-7)
lib/canonical/launchpad/webapp/tests/test_loginsource.py (+4/-3)
lib/canonical/launchpad/webapp/vocabulary.py (+10/-5)
lib/canonical/launchpad/windmill/jstests/initialize.js (+6/-1)
lib/canonical/launchpad/windmill/testing/widgets.py (+14/-24)
lib/canonical/launchpad/xmlrpc/__init__.py (+0/-6)
lib/canonical/launchpad/xmlrpc/application.py (+3/-3)
lib/canonical/launchpad/xmlrpc/authserver.py (+2/-4)
lib/canonical/launchpad/xmlrpc/configure.zcml (+4/-4)
lib/canonical/launchpad/zcml/launchpad.zcml (+4/-4)
lib/canonical/launchpad/zcml/webservice.zcml (+6/-19)
lib/canonical/lazr/feed/feed.py (+1/-1)
lib/canonical/librarian/client.py (+5/-4)
lib/canonical/librarian/ftests/test_client.py (+1/-1)
lib/canonical/librarian/ftests/test_gc.py (+8/-2)
lib/canonical/librarian/ftests/test_storage.py (+3/-5)
lib/canonical/librarian/ftests/test_web.py (+4/-2)
lib/canonical/librarian/smoketest.py (+64/-0)
lib/canonical/librarian/testing/server.py (+5/-0)
lib/canonical/librarian/tests/test_smoketest.py (+109/-0)
lib/canonical/lp/__init__.py (+14/-6)
lib/canonical/testing/__init__.py (+1/-0)
lib/canonical/testing/ftests/test_layers.py (+12/-7)
lib/canonical/testing/layers.py (+183/-191)
lib/canonical/widgets/announcementdate.py (+1/-1)
lib/canonical/widgets/bugtask.py (+7/-3)
lib/canonical/widgets/date.py (+1/-1)
lib/canonical/widgets/launchpadtarget.py (+6/-3)
lib/canonical/widgets/lazrjs.py (+3/-3)
lib/canonical/widgets/location.py (+1/-1)
lib/canonical/widgets/owner.py (+1/-1)
lib/canonical/widgets/password.py (+1/-1)
lib/canonical/widgets/popup.py (+21/-13)
lib/canonical/widgets/product.py (+3/-2)
lib/canonical/widgets/suggestion.py (+170/-104)
lib/canonical/widgets/templates/inline-picker.pt (+4/-4)
lib/canonical/widgets/templates/license.pt (+1/-1)
lib/canonical/widgets/templates/vocabulary-picker.js.template (+1/-1)
lib/devscripts/autoland.py (+19/-5)
lib/devscripts/ec2test/account.py (+45/-48)
lib/devscripts/ec2test/builtins.py (+62/-14)
lib/devscripts/ec2test/credentials.py (+8/-2)
lib/devscripts/ec2test/instance.py (+6/-4)
lib/devscripts/tests/test_autoland.py (+35/-10)
lib/lp/answers/browser/faqcollection.py (+5/-3)
lib/lp/answers/browser/faqtarget.py (+5/-3)
lib/lp/answers/browser/question.py (+7/-5)
lib/lp/answers/browser/questiontarget.py (+6/-4)
lib/lp/answers/doc/faq.txt (+1/-7)
lib/lp/answers/doc/questionsets.txt (+18/-2)
lib/lp/answers/mail/__init__.py (+5/-0)
lib/lp/answers/mail/handler.py (+95/-0)
lib/lp/answers/model/question.py (+7/-4)
lib/lp/answers/stories/questions-index.txt (+15/-0)
lib/lp/answers/tests/emailinterface.txt (+4/-4)
lib/lp/answers/tests/test_faq.py (+77/-0)
lib/lp/answers/tests/test_faqtarget.py (+100/-0)
lib/lp/answers/vocabulary.py (+1/-2)
lib/lp/app/__init__.py (+3/-1)
lib/lp/app/browser/configure.zcml (+14/-0)
lib/lp/app/browser/launchpadform.py (+52/-0)
lib/lp/app/browser/linkchecker.py (+87/-0)
lib/lp/app/browser/root.py (+6/-6)
lib/lp/app/browser/stringformatter.py (+1/-1)
lib/lp/app/browser/tales.py (+85/-55)
lib/lp/app/browser/tests/base-layout.txt (+2/-2)
lib/lp/app/browser/tests/launchpad-search-pages.txt (+23/-13)
lib/lp/app/browser/tests/launchpadform-view.txt (+1/-1)
lib/lp/app/browser/tests/test_base_layout.py (+4/-4)
lib/lp/app/browser/tests/test_launchpadform.py (+66/-0)
lib/lp/app/browser/tests/test_linkchecker.py (+176/-83)
lib/lp/app/browser/tests/test_stringformatter.py (+38/-1)
lib/lp/app/doc/tales.txt (+6/-2)
lib/lp/app/javascript/lp-links.js (+108/-0)
lib/lp/app/javascript/lp-mochi.js (+1/-1)
lib/lp/app/javascript/lp.js (+8/-2)
lib/lp/app/javascript/picker.js (+3/-3)
lib/lp/app/javascript/tests/test_lp_collapsibles.html (+7/-7)
lib/lp/app/javascript/tests/test_lp_collapsibles.js (+19/-10)
lib/lp/app/templates/base-layout-macros.pt (+468/-68)
lib/lp/app/templates/base-layout.pt (+4/-3)
lib/lp/app/templates/launchpad-form.pt (+18/-12)
lib/lp/app/templates/launchpad-search-form.pt (+1/-1)
lib/lp/app/templates/launchpad-widget-macros.pt (+1/-1)
lib/lp/app/tests/test_versioninfo.py (+24/-0)
lib/lp/app/versioninfo.py (+4/-8)
lib/lp/app/widgets/tests/test_popup.py (+43/-0)
lib/lp/app/windmill/testing.py (+21/-0)
lib/lp/app/windmill/tests/test_yuitests.py (+24/-0)
lib/lp/archivepublisher/config.py (+1/-22)
lib/lp/archivepublisher/domination.py (+59/-47)
lib/lp/archivepublisher/ftparchive.py (+26/-13)
lib/lp/archivepublisher/htaccess.py (+90/-0)
lib/lp/archivepublisher/publishing.py (+40/-15)
lib/lp/archivepublisher/scripts/generate_ppa_htaccess.py (+49/-59)
lib/lp/archivepublisher/tests/publisher-config.txt (+13/-43)
lib/lp/archivepublisher/tests/test_config.py (+0/-10)
lib/lp/archivepublisher/tests/test_generate_ppa_htaccess.py (+89/-37)
lib/lp/archivepublisher/tests/test_htaccess.py (+123/-0)
lib/lp/archivepublisher/tests/test_publisher.py (+51/-19)
lib/lp/archiveuploader/dscfile.py (+12/-46)
lib/lp/archiveuploader/nascentupload.py (+26/-16)
lib/lp/archiveuploader/tests/nascentupload-packageset.txt (+1/-1)
lib/lp/archiveuploader/tests/nascentupload.txt (+2/-2)
lib/lp/archiveuploader/tests/test_nascentupload_documentation.py (+2/-4)
lib/lp/archiveuploader/tests/test_ppauploadprocessor.py (+34/-42)
lib/lp/archiveuploader/tests/test_uploadprocessor.py (+1/-1)
lib/lp/archiveuploader/tests/test_utils.py (+28/-2)
lib/lp/archiveuploader/uploadpolicy.py (+7/-34)
lib/lp/archiveuploader/uploadprocessor.py (+4/-4)
lib/lp/archiveuploader/utils.py (+42/-2)
lib/lp/blueprints/browser/configure.zcml (+15/-0)
lib/lp/blueprints/browser/specification.py (+26/-44)
lib/lp/blueprints/browser/specificationbranch.py (+5/-3)
lib/lp/blueprints/browser/specificationdependency.py (+4/-2)
lib/lp/blueprints/browser/specificationfeedback.py (+3/-1)
lib/lp/blueprints/browser/specificationgoal.py (+1/-1)
lib/lp/blueprints/browser/specificationsubscription.py (+3/-1)
lib/lp/blueprints/browser/specificationtarget.py (+1/-1)
lib/lp/blueprints/browser/sprint.py (+7/-5)
lib/lp/blueprints/browser/sprintattendance.py (+5/-3)
lib/lp/blueprints/browser/tests/test_specification.py (+80/-1)
lib/lp/blueprints/configure.zcml (+218/-252)
lib/lp/blueprints/doc/spec-mail-exploder.txt (+1/-1)
lib/lp/blueprints/doc/specification.txt (+6/-4)
lib/lp/blueprints/doc/sprint.txt (+2/-3)
lib/lp/blueprints/enums.py (+495/-0)
lib/lp/blueprints/errors.py (+19/-0)
lib/lp/blueprints/interfaces/specification.py (+190/-544)
lib/lp/blueprints/interfaces/specificationtarget.py (+42/-6)
lib/lp/blueprints/interfaces/sprintspecification.py (+4/-47)
lib/lp/blueprints/interfaces/webservice.py (+23/-0)
lib/lp/blueprints/mail/__init__.py (+5/-0)
lib/lp/blueprints/mail/handler.py (+108/-0)
lib/lp/blueprints/model/specification.py (+52/-75)
lib/lp/blueprints/model/sprint.py (+9/-9)
lib/lp/blueprints/model/sprintspecification.py (+2/-4)
lib/lp/blueprints/stories/standalone/sprint-links.txt (+0/-4)
lib/lp/blueprints/stories/standalone/subscribing.txt (+2/-2)
lib/lp/blueprints/subscribers.py (+11/-1)
lib/lp/blueprints/tests/test_hasspecifications.py (+180/-0)
lib/lp/blueprints/tests/test_implements.py (+65/-0)
lib/lp/blueprints/tests/test_specification.py (+90/-0)
lib/lp/blueprints/tests/test_webservice.py (+262/-0)
lib/lp/blueprints/vocabularies/specificationdependency.py (+2/-1)
lib/lp/bugs/browser/bug.py (+7/-20)
lib/lp/bugs/browser/bugalsoaffects.py (+6/-4)
lib/lp/bugs/browser/bugattachment.py (+4/-4)
lib/lp/bugs/browser/bugbranch.py (+6/-5)
lib/lp/bugs/browser/buglinktarget.py (+5/-3)
lib/lp/bugs/browser/bugmessage.py (+3/-1)
lib/lp/bugs/browser/bugnomination.py (+5/-3)
lib/lp/bugs/browser/bugsubscription.py (+193/-31)
lib/lp/bugs/browser/bugtarget.py (+34/-34)
lib/lp/bugs/browser/bugtask.py (+60/-14)
lib/lp/bugs/browser/bugtracker.py (+21/-5)
lib/lp/bugs/browser/bugwatch.py (+5/-6)
lib/lp/bugs/browser/configure.zcml (+13/-2)
lib/lp/bugs/browser/cve.py (+1/-1)
lib/lp/bugs/browser/cvereport.py (+0/-1)
lib/lp/bugs/browser/securitycontact.py (+2/-2)
lib/lp/bugs/browser/tests/bugtask-adding-views.txt (+1/-1)
lib/lp/bugs/browser/tests/person-bug-views.txt (+2/-2)
lib/lp/bugs/browser/tests/test_buglisting.py (+166/-8)
lib/lp/bugs/browser/tests/test_bugsubscription_views.py (+268/-0)
lib/lp/bugs/browser/tests/test_bugtarget_configure.py (+44/-10)
lib/lp/bugs/browser/tests/test_bugtarget_filebug.py (+37/-0)
lib/lp/bugs/configure.zcml (+10/-18)
lib/lp/bugs/doc/bug-nomination.txt (+1/-1)
lib/lp/bugs/doc/bugnotification-sending.txt (+96/-68)
lib/lp/bugs/doc/bugnotification-threading.txt (+1/-1)
lib/lp/bugs/doc/bugnotificationrecipients.txt (+205/-206)
lib/lp/bugs/doc/bugtask-expiration.txt (+10/-0)
lib/lp/bugs/doc/bugtask-find-similar.txt (+20/-1)
lib/lp/bugs/doc/bugtask.txt (+6/-13)
lib/lp/bugs/doc/bugtracker.txt (+3/-3)
lib/lp/bugs/doc/checkwatches.txt (+1/-3)
lib/lp/bugs/doc/externalbugtracker-comment-pushing.txt (+4/-4)
lib/lp/bugs/doc/externalbugtracker-trac.txt (+2/-0)
lib/lp/bugs/doc/milestones-from-bugtask-search.txt (+0/-54)
lib/lp/bugs/externalbugtracker/trac.py (+3/-1)
lib/lp/bugs/help/also-affects-project-help.html (+58/-0)
lib/lp/bugs/interfaces/__init__.py (+0/-5)
lib/lp/bugs/interfaces/bug.py (+21/-5)
lib/lp/bugs/interfaces/bugattachment.py (+30/-3)
lib/lp/bugs/interfaces/bugbranch.py (+0/-6)
lib/lp/bugs/interfaces/buglink.py (+14/-4)
lib/lp/bugs/interfaces/bugtarget.py (+17/-3)
lib/lp/bugs/interfaces/bugtask.py (+23/-23)
lib/lp/bugs/interfaces/bugtracker.py (+48/-16)
lib/lp/bugs/interfaces/malone.py (+1/-1)
lib/lp/bugs/interfaces/webservice.py (+88/-0)
lib/lp/bugs/javascript/bug_subscription_widget.js (+17/-9)
lib/lp/bugs/javascript/bugtask_index.js (+2/-2)
lib/lp/bugs/javascript/official_bug_tags.js (+2/-2)
lib/lp/bugs/javascript/tests/test_bug_subscription_widget.html (+1/-1)
lib/lp/bugs/javascript/tests/test_bug_subscription_widget.js (+14/-5)
lib/lp/bugs/javascript/tests/test_me_too.html (+1/-1)
lib/lp/bugs/javascript/tests/test_me_too.js (+2/-17)
lib/lp/bugs/javascript/tests/test_subscriber.html (+1/-1)
lib/lp/bugs/javascript/tests/test_subscriber.js (+1/-1)
lib/lp/bugs/mail/bugnotificationrecipients.py (+1/-27)
lib/lp/bugs/mail/handler.py (+313/-0)
lib/lp/bugs/mail/tests/test_handler.py (+169/-0)
lib/lp/bugs/model/bug.py (+33/-56)
lib/lp/bugs/model/bugtarget.py (+8/-4)
lib/lp/bugs/model/bugtask.py (+196/-208)
lib/lp/bugs/model/bugtracker.py (+118/-84)
lib/lp/bugs/model/bugwatch.py (+20/-24)
lib/lp/bugs/model/tests/test_bugtask.py (+1/-1)
lib/lp/bugs/model/tests/test_bugtask_status.py (+44/-3)
lib/lp/bugs/scripts/bugexpire.py (+8/-2)
lib/lp/bugs/scripts/bugnotification.py (+1/-6)
lib/lp/bugs/scripts/checkwatches/base.py (+1/-1)
lib/lp/bugs/scripts/checkwatches/bugwatchupdater.py (+4/-9)
lib/lp/bugs/scripts/checkwatches/core.py (+9/-9)
lib/lp/bugs/scripts/checkwatches/scheduler.py (+1/-1)
lib/lp/bugs/scripts/checkwatches/tests/test_bugwatchupdater.py (+21/-13)
lib/lp/bugs/stories/bugs/xx-bug-contacts-reports.txt (+3/-2)
lib/lp/bugs/stories/bugs/xx-bug-personal-subscriptions-advanced-features.txt (+43/-0)
lib/lp/bugs/stories/bugs/xx-front-page-info.txt (+8/-9)
lib/lp/bugs/stories/bugtask-searches/xx-listing-basics.txt (+1/-2)
lib/lp/bugs/stories/bugwatches/xx-bugwatch-errors.txt (+5/-2)
lib/lp/bugs/stories/structural-subscriptions/xx-bug-subscriptions.txt (+40/-28)
lib/lp/bugs/stories/webservice/xx-bug-target.txt (+1/-1)
lib/lp/bugs/stories/webservice/xx-bug.txt (+1/-41)
lib/lp/bugs/templates/bugcomment-box.pt (+1/-1)
lib/lp/bugs/templates/bugtarget-bugs.pt (+5/-14)
lib/lp/bugs/templates/bugtarget-filebug-search.pt (+92/-83)
lib/lp/bugs/templates/bugtarget-macros-search.pt (+30/-1)
lib/lp/bugs/templates/bugtarget-patches.pt (+2/-2)
lib/lp/bugs/templates/bugtarget-portlet-latestbugs.pt (+1/-1)
lib/lp/bugs/templates/bugtarget-portlet-tags-content.pt (+1/-1)
lib/lp/bugs/templates/bugtask-choose-affected-product.pt (+8/-0)
lib/lp/bugs/templates/bugtask-tasks-and-nominations-table-row.pt (+6/-6)
lib/lp/bugs/templates/bugtasks-and-nominations-table.pt (+3/-1)
lib/lp/bugs/tests/bugs-emailinterface.txt (+43/-40)
lib/lp/bugs/tests/bugzilla-xmlrpc-transport.txt (+1/-1)
lib/lp/bugs/tests/externalbugtracker.py (+1/-1)
lib/lp/bugs/tests/test_bugnotification.py (+1/-1)
lib/lp/bugs/tests/test_bugtarget.py (+108/-1)
lib/lp/bugs/tests/test_bugtarget2.py (+156/-0)
lib/lp/bugs/tests/test_bugtask_search.py (+524/-57)
lib/lp/bugs/tests/test_bugtracker_components.py (+131/-7)
lib/lp/bugs/tests/test_bzremotecomponentfinder.py (+190/-0)
lib/lp/bugs/tests/testfiles/bugzilla-fdo-advanced-query.html (+2629/-0)
lib/lp/bugs/tests/testfiles/bugzilla-wine-advanced-query.html (+1787/-0)
lib/lp/bugs/windmill/testing.py (+5/-1)
lib/lp/bugs/windmill/tests/test_bug_also_affects_new_upstream.py (+18/-12)
lib/lp/bugs/windmill/tests/test_bug_commenting.py (+1/-1)
lib/lp/bugs/windmill/tests/test_bug_inline_subscriber.py (+22/-19)
lib/lp/bugs/windmill/tests/test_bug_me_too.py (+7/-7)
lib/lp/bugs/windmill/tests/test_bug_privacy_settings.py (+8/-7)
lib/lp/bugs/windmill/tests/test_bug_tags_entry.py (+1/-1)
lib/lp/bugs/windmill/tests/test_filebug_dupe_finder.py (+5/-5)
lib/lp/bugs/windmill/tests/test_filebug_extra_options.py (+1/-1)
lib/lp/bugs/windmill/tests/test_mark_duplicate.py (+24/-12)
lib/lp/bugs/windmill/tests/test_official_bug_tags_management.py (+14/-10)
lib/lp/buildmaster/configure.zcml (+2/-0)
lib/lp/buildmaster/doc/builder.txt (+2/-118)
lib/lp/buildmaster/interfaces/builder.py (+130/-86)
lib/lp/buildmaster/interfaces/buildfarmjobbehavior.py (+3/-0)
lib/lp/buildmaster/interfaces/packagebuild.py (+6/-1)
lib/lp/buildmaster/interfaces/webservice.py (+20/-0)
lib/lp/buildmaster/manager.py (+214/-470)
lib/lp/buildmaster/model/builder.py (+363/-279)
lib/lp/buildmaster/model/buildfarmjobbehavior.py (+60/-53)
lib/lp/buildmaster/model/packagebuild.py (+130/-80)
lib/lp/buildmaster/tests/mock_slaves.py (+179/-40)
lib/lp/buildmaster/tests/test_builder.py (+728/-162)
lib/lp/buildmaster/tests/test_manager.py (+265/-796)
lib/lp/buildmaster/tests/test_packagebuild.py (+49/-16)
lib/lp/code/browser/branch.py (+25/-21)
lib/lp/code/browser/branchlisting.py (+11/-5)
lib/lp/code/browser/branchmergeproposal.py (+60/-13)
lib/lp/code/browser/branchmergeproposallisting.py (+4/-4)
lib/lp/code/browser/branchmergequeue.py (+81/-0)
lib/lp/code/browser/branchmergequeuelisting.py (+105/-0)
lib/lp/code/browser/branchsubscription.py (+5/-3)
lib/lp/code/browser/branchvisibilitypolicy.py (+5/-5)
lib/lp/code/browser/codeimport.py (+5/-3)
lib/lp/code/browser/codeimportmachine.py (+4/-2)
lib/lp/code/browser/codereviewcomment.py (+6/-4)
lib/lp/code/browser/codereviewvote.py (+3/-1)
lib/lp/code/browser/configure.zcml (+64/-7)
lib/lp/code/browser/recipebuildslisting.py (+91/-0)
lib/lp/code/browser/sourcepackagerecipe.py (+135/-23)
lib/lp/code/browser/sourcepackagerecipebuild.py (+8/-5)
lib/lp/code/browser/sourcepackagerecipelisting.py (+2/-1)
lib/lp/code/browser/tests/test_branch.py (+38/-2)
lib/lp/code/browser/tests/test_branchmergeproposal.py (+224/-29)
lib/lp/code/browser/tests/test_branchmergeproposallisting.py (+3/-2)
lib/lp/code/browser/tests/test_branchmergequeue.py (+127/-0)
lib/lp/code/browser/tests/test_branchmergequeuelisting.py (+227/-0)
lib/lp/code/browser/tests/test_recipebuildslisting.py (+155/-0)
lib/lp/code/browser/tests/test_sourcepackagerecipe.py (+349/-29)
lib/lp/code/configure.zcml (+64/-45)
lib/lp/code/doc/branch-merge-proposal-notifications.txt (+9/-4)
lib/lp/code/doc/branch.txt (+1/-0)
lib/lp/code/enums.py (+0/-39)
lib/lp/code/errors.py (+37/-9)
lib/lp/code/help/recipe-syntax.html (+91/-0)
lib/lp/code/help/related-recipes.html (+38/-0)
lib/lp/code/interfaces/branch.py (+65/-16)
lib/lp/code/interfaces/branchmergeproposal.py (+49/-12)
lib/lp/code/interfaces/branchmergequeue.py (+0/-94)
lib/lp/code/interfaces/branchmergequeuecollection.py (+64/-0)
lib/lp/code/interfaces/diff.py (+19/-0)
lib/lp/code/interfaces/recipebuild.py (+27/-0)
lib/lp/code/interfaces/sourcepackagerecipe.py (+20/-5)
lib/lp/code/interfaces/sourcepackagerecipebuild.py (+1/-2)
lib/lp/code/interfaces/webservice.py (+38/-2)
lib/lp/code/javascript/branchmergeproposal.diff.js (+3/-3)
lib/lp/code/javascript/sourcepackagerecipe.new.js (+56/-0)
lib/lp/code/javascript/tests/test_productseries-setbranch.html (+2/-2)
lib/lp/code/javascript/tests/test_productseries_setbranch.js (+1/-1)
lib/lp/code/mail/branch.py (+4/-2)
lib/lp/code/mail/codehandler.py (+50/-39)
lib/lp/code/mail/tests/test_branch.py (+4/-1)
lib/lp/code/mail/tests/test_branchmergeproposal.py (+122/-68)
lib/lp/code/mail/tests/test_codehandler.py (+8/-5)
lib/lp/code/mail/tests/test_sourcepackagerecipebuild.py (+1/-1)
lib/lp/code/model/branch.py (+53/-31)
lib/lp/code/model/branchcollection.py (+4/-1)
lib/lp/code/model/branchjob.py (+5/-1)
lib/lp/code/model/branchmergeproposal.py (+93/-17)
lib/lp/code/model/branchmergeproposaljob.py (+93/-14)
lib/lp/code/model/branchmergequeue.py (+0/-118)
lib/lp/code/model/branchmergequeuecollection.py (+174/-0)
lib/lp/code/model/branchnamespace.py (+2/-5)
lib/lp/code/model/diff.py (+66/-3)
lib/lp/code/model/recipebuild.py (+181/-0)
lib/lp/code/model/recipebuilder.py (+40/-29)
lib/lp/code/model/sourcepackagerecipe.py (+9/-10)
lib/lp/code/model/sourcepackagerecipebuild.py (+9/-5)
lib/lp/code/model/sourcepackagerecipedata.py (+25/-4)
lib/lp/code/model/tests/test_branch.py (+131/-4)
lib/lp/code/model/tests/test_branchcollection.py (+19/-0)
lib/lp/code/model/tests/test_branchjob.py (+1/-1)
lib/lp/code/model/tests/test_branchmergeproposal.py (+149/-120)
lib/lp/code/model/tests/test_branchmergeproposaljobs.py (+73/-5)
lib/lp/code/model/tests/test_branchmergequeue.py (+0/-185)
lib/lp/code/model/tests/test_branchmergequeuecollection.py (+201/-0)
lib/lp/code/model/tests/test_branchpuller.py (+4/-4)
lib/lp/code/model/tests/test_codereviewvote.py (+8/-7)
lib/lp/code/model/tests/test_diff.py (+119/-34)
lib/lp/code/model/tests/test_recipebuilder.py (+38/-39)
lib/lp/code/model/tests/test_sourcepackagerecipe.py (+84/-14)
lib/lp/code/model/tests/test_sourcepackagerecipebuild.py (+22/-1)
lib/lp/code/scripts/tests/test_merge_proposal_jobs.py (+12/-1)
lib/lp/code/stories/branches/xx-bazaar-home.txt (+24/-3)
lib/lp/code/stories/branches/xx-branchmergeproposals.txt (+35/-16)
lib/lp/code/stories/branches/xx-code-review-comments.txt (+5/-8)
lib/lp/code/stories/branches/xx-person-branches.txt (+24/-7)
lib/lp/code/stories/branches/xx-reviewing.txt (+3/-1)
lib/lp/code/stories/branches/xx-upload-directions.txt (+3/-2)
lib/lp/code/stories/feeds/xx-revision-atom.txt (+2/-1)
lib/lp/code/stories/webservice/xx-branch.txt (+2/-0)
lib/lp/code/stories/webservice/xx-branchmergeproposal.txt (+3/-1)
lib/lp/code/subscribers/branchmergeproposal.py (+13/-1)
lib/lp/code/templates/bazaar-index.pt (+6/-0)
lib/lp/code/templates/branch-index.pt (+1/-1)
lib/lp/code/templates/branch-management.pt (+5/-1)
lib/lp/code/templates/branch-pending-merges.pt (+15/-1)
lib/lp/code/templates/branch-recipes.pt (+3/-0)
lib/lp/code/templates/branch-register-merge.pt (+30/-0)
lib/lp/code/templates/branchmergeproposal-resubmit.pt (+4/-6)
lib/lp/code/templates/branchmergequeue-index.pt (+39/-0)
lib/lp/code/templates/branchmergequeue-listing.pt (+68/-0)
lib/lp/code/templates/branchmergequeue-macros.pt (+20/-0)
lib/lp/code/templates/codereviewnewrevisions-footer.pt (+1/-0)
lib/lp/code/templates/daily-builds-listing.pt (+114/-0)
lib/lp/code/templates/person-codesummary.pt (+14/-13)
lib/lp/code/templates/sourcepackagerecipe-index.pt (+55/-7)
lib/lp/code/templates/sourcepackagerecipe-new.pt (+113/-0)
lib/lp/code/tests/helpers.py (+9/-0)
lib/lp/code/tests/test_directbranchcommit.py (+4/-1)
lib/lp/code/vocabularies/branch.py (+1/-0)
lib/lp/code/windmill/testing.py (+5/-1)
lib/lp/code/windmill/tests/test_branch_broken_links.py (+132/-0)
lib/lp/code/windmill/tests/test_branch_bugspeclinks.py (+1/-1)
lib/lp/code/windmill/tests/test_branch_popupdiff.py (+8/-7)
lib/lp/code/windmill/tests/test_branch_status.py (+1/-1)
lib/lp/code/windmill/tests/test_branch_subscriptions.py (+3/-3)
lib/lp/code/windmill/tests/test_branchmergeproposal_commitmessage.py (+5/-5)
lib/lp/code/windmill/tests/test_branchmergeproposal_review.py (+27/-2)
lib/lp/code/windmill/tests/test_productseries_setbranch.py (+1/-1)
lib/lp/codehosting/branchdistro.py (+6/-2)
lib/lp/codehosting/codeimport/tests/test_workermonitor.py (+30/-31)
lib/lp/codehosting/puller/tests/test_scheduler.py (+36/-43)
lib/lp/codehosting/scanner/buglinks.py (+2/-4)
lib/lp/codehosting/scanner/tests/test_bzrsync.py (+37/-0)
lib/lp/codehosting/sshserver/tests/test_daemon.py (+3/-12)
lib/lp/codehosting/sshserver/tests/test_session.py (+6/-11)
lib/lp/codehosting/tests/helpers.py (+12/-7)
lib/lp/codehosting/tests/test_sftp.py (+28/-33)
lib/lp/codehosting/vfs/tests/test_branchfs.py (+27/-47)
lib/lp/codehosting/vfs/tests/test_branchfsclient.py (+11/-10)
lib/lp/coop/answersbugs/browser.py (+2/-2)
lib/lp/coop/answersbugs/model.py (+1/-1)
lib/lp/hardwaredb/browser/hwdb.py (+4/-2)
lib/lp/hardwaredb/configure.zcml (+4/-1)
lib/lp/hardwaredb/interfaces/webservice.py (+42/-0)
lib/lp/hardwaredb/model/hwdb.py (+17/-13)
lib/lp/poppy/tests/test_poppy.py (+17/-22)
lib/lp/registry/browser/__init__.py (+1/-1)
lib/lp/registry/browser/announcement.py (+5/-5)
lib/lp/registry/browser/codeofconduct.py (+1/-1)
lib/lp/registry/browser/configure.zcml (+69/-12)
lib/lp/registry/browser/distribution.py (+9/-8)
lib/lp/registry/browser/distributionmirror.py (+5/-3)
lib/lp/registry/browser/distributionsourcepackage.py (+27/-6)
lib/lp/registry/browser/distroseries.py (+6/-5)
lib/lp/registry/browser/distroseriesdifference.py (+3/-1)
lib/lp/registry/browser/featuredproject.py (+4/-2)
lib/lp/registry/browser/mailinglists.py (+0/-90)
lib/lp/registry/browser/mentoringoffer.py (+0/-200)
lib/lp/registry/browser/milestone.py (+6/-5)
lib/lp/registry/browser/nameblacklist.py (+164/-0)
lib/lp/registry/browser/objectreassignment.py (+2/-2)
lib/lp/registry/browser/peoplemerge.py (+54/-14)
lib/lp/registry/browser/person.py (+156/-58)
lib/lp/registry/browser/poll.py (+6/-4)
lib/lp/registry/browser/product.py (+46/-25)
lib/lp/registry/browser/productrelease.py (+6/-4)
lib/lp/registry/browser/productseries.py (+18/-31)
lib/lp/registry/browser/project.py (+12/-20)
lib/lp/registry/browser/sourcepackage.py (+73/-6)
lib/lp/registry/browser/structuralsubscription.py (+58/-7)
lib/lp/registry/browser/team.py (+21/-18)
lib/lp/registry/browser/tests/distribution-views.txt (+3/-3)
lib/lp/registry/browser/tests/distributionsourcepackage-views.txt (+37/-2)
lib/lp/registry/browser/tests/mailinglist-views.txt (+10/-12)
lib/lp/registry/browser/tests/milestone-views.txt (+1/-3)
lib/lp/registry/browser/tests/nameblacklist-views.txt (+96/-0)
lib/lp/registry/browser/tests/peoplemerge-views.txt (+2/-28)
lib/lp/registry/browser/tests/person-views.txt (+6/-4)
lib/lp/registry/browser/tests/product-files-views.txt (+3/-2)
lib/lp/registry/browser/tests/product-portlet-packages-view.txt (+9/-7)
lib/lp/registry/browser/tests/product-views.txt (+21/-0)
lib/lp/registry/browser/tests/productseries-views.txt (+1/-1)
lib/lp/registry/browser/tests/sourcepackage-views.txt (+1/-0)
lib/lp/registry/browser/tests/test_breadcrumbs.py (+26/-0)
lib/lp/registry/browser/tests/test_distroseriesdifference_webservice.py (+54/-1)
lib/lp/registry/browser/tests/test_peoplemerge.py (+94/-1)
lib/lp/registry/browser/tests/test_person_view.py (+138/-1)
lib/lp/registry/browser/tests/test_person_webservice.py (+41/-1)
lib/lp/registry/browser/tests/test_product.py (+70/-5)
lib/lp/registry/browser/tests/test_projectgroup.py (+84/-0)
lib/lp/registry/browser/tests/test_series_views.py (+7/-3)
lib/lp/registry/browser/tests/test_sourcepackage_views.py (+132/-70)
lib/lp/registry/browser/tests/test_structuralsubscription.py (+215/-6)
lib/lp/registry/browser/tests/test_team.py (+101/-2)
lib/lp/registry/browser/tests/user-to-user-views.txt (+1/-1)
lib/lp/registry/configure.zcml (+48/-37)
lib/lp/registry/doc/distribution-mirror.txt (+1/-1)
lib/lp/registry/doc/distribution.txt (+22/-18)
lib/lp/registry/doc/distroseries.txt (+2/-2)
lib/lp/registry/doc/mailinglists.txt (+14/-12)
lib/lp/registry/doc/mentoringoffer.txt (+0/-292)
lib/lp/registry/doc/message-holds.txt (+2/-2)
lib/lp/registry/doc/person-merge.txt (+4/-2)
lib/lp/registry/doc/person.txt (+5/-4)
lib/lp/registry/doc/product-widgets.txt (+1/-1)
lib/lp/registry/doc/product.txt (+12/-2)
lib/lp/registry/doc/productseries.txt (+3/-3)
lib/lp/registry/doc/projectgroup.txt (+12/-1)
lib/lp/registry/doc/sourcepackage.txt (+3/-3)
lib/lp/registry/doc/vocabularies.txt (+2/-94)
lib/lp/registry/errors.py (+47/-0)
lib/lp/registry/exceptions.py (+0/-17)
lib/lp/registry/help/import-pgp-key.html (+31/-2)
lib/lp/registry/help/openpgp-keys.html (+81/-37)
lib/lp/registry/interfaces/commercialsubscription.py (+1/-6)
lib/lp/registry/interfaces/distribution.py (+19/-5)
lib/lp/registry/interfaces/distroseries.py (+14/-9)
lib/lp/registry/interfaces/distroseriesdifference.py (+34/-7)
lib/lp/registry/interfaces/location.py (+8/-7)
lib/lp/registry/interfaces/mentoringoffer.py (+0/-95)
lib/lp/registry/interfaces/nameblacklist.py (+44/-0)
lib/lp/registry/interfaces/person.py (+153/-20)
lib/lp/registry/interfaces/product.py (+22/-5)
lib/lp/registry/interfaces/productseries.py (+35/-2)
lib/lp/registry/interfaces/projectgroup.py (+15/-16)
lib/lp/registry/interfaces/sourcepackage.py (+7/-2)
lib/lp/registry/interfaces/structuralsubscription.py (+5/-1)
lib/lp/registry/interfaces/teammembership.py (+4/-0)
lib/lp/registry/interfaces/webservice.py (+108/-0)
lib/lp/registry/javascript/team.js (+10/-9)
lib/lp/registry/javascript/tests/test_milestone_table.html (+2/-2)
lib/lp/registry/javascript/tests/test_milestone_table.js (+1/-1)
lib/lp/registry/javascript/tests/timeline-iframe.html (+1/-1)
lib/lp/registry/javascript/tests/timeline.js (+6/-5)
lib/lp/registry/model/distribution.py (+28/-46)
lib/lp/registry/model/distributionsourcepackage.py (+8/-6)
lib/lp/registry/model/distroseries.py (+62/-22)
lib/lp/registry/model/distroseriesdifference.py (+97/-12)
lib/lp/registry/model/hasdrivers.py (+22/-0)
lib/lp/registry/model/mailinglist.py (+5/-3)
lib/lp/registry/model/mentoringoffer.py (+0/-121)
lib/lp/registry/model/nameblacklist.py (+70/-0)
lib/lp/registry/model/person.py (+181/-147)
lib/lp/registry/model/pillar.py (+4/-1)
lib/lp/registry/model/product.py (+60/-47)
lib/lp/registry/model/productseries.py (+32/-8)
lib/lp/registry/model/projectgroup.py (+26/-69)
lib/lp/registry/model/series.py (+15/-10)
lib/lp/registry/model/sourcepackage.py (+14/-9)
lib/lp/registry/model/sourcepackagename.py (+3/-1)
lib/lp/registry/model/structuralsubscription.py (+5/-2)
lib/lp/registry/model/teammembership.py (+1/-3)
lib/lp/registry/scripts/distributionmirror_prober.py (+19/-3)
lib/lp/registry/scripts/personnotification.py (+2/-1)
lib/lp/registry/stories/distribution/xx-distribution-launchpad-usage.txt (+11/-11)
lib/lp/registry/stories/distroseries/xx-show-distroseries-packaging.txt (+2/-0)
lib/lp/registry/stories/gpg-coc/01-claimgpg.txt (+1/-1)
lib/lp/registry/stories/mailinglists/hosted-email-address.txt (+1/-1)
lib/lp/registry/stories/mailinglists/lifecycle.txt (+15/-126)
lib/lp/registry/stories/object/xx-nameblacklist.txt (+38/-41)
lib/lp/registry/stories/packaging/xx-sourcepackage-packaging.txt (+7/-31)
lib/lp/registry/stories/person/xx-person-subscriptions.txt (+60/-1)
lib/lp/registry/stories/person/xx-person-working-on.txt (+1/-2)
lib/lp/registry/stories/product/xx-product-index.txt (+2/-2)
lib/lp/registry/stories/project/xx-project-edit.txt (+8/-11)
lib/lp/registry/stories/teammembership/xx-add-member.txt (+0/-67)
lib/lp/registry/stories/webservice/xx-derivedistroseries.txt (+31/-9)
lib/lp/registry/stories/webservice/xx-distribution.txt (+7/-6)
lib/lp/registry/stories/webservice/xx-person.txt (+93/-46)
lib/lp/registry/stories/webservice/xx-project-registry.txt (+57/-39)
lib/lp/registry/templates/distributionsourcepackage-index.pt (+10/-24)
lib/lp/registry/templates/mailinglists-review.pt (+0/-64)
lib/lp/registry/templates/nameblacklists-index.pt (+39/-0)
lib/lp/registry/templates/object-timeline-graph.pt (+72/-29)
lib/lp/registry/templates/person-editpgpkeys.pt (+8/-3)
lib/lp/registry/templates/person-index.pt (+19/-17)
lib/lp/registry/templates/person-portlet-contact-details.pt (+5/-0)
lib/lp/registry/templates/person-structural-subscriptions.pt (+48/-0)
lib/lp/registry/templates/person-subscriptions.pt (+70/-57)
lib/lp/registry/templates/pillar-involvement-portlet.pt (+72/-24)
lib/lp/registry/templates/product-index.pt (+33/-0)
lib/lp/registry/templates/product-new.pt (+3/-2)
lib/lp/registry/templates/product-portlet-packages.pt (+1/-1)
lib/lp/registry/templates/product-series.pt (+27/-13)
lib/lp/registry/templates/productseries-setbranch.pt (+1/-1)
lib/lp/registry/templates/sourcepackage-upstream-connections.pt (+35/-8)
lib/lp/registry/templates/structural-subscription-target-portlet-subscribers.pt (+3/-3)
lib/lp/registry/templates/team-delete.pt (+2/-2)
lib/lp/registry/templates/team-portlet-membership.pt (+5/-3)
lib/lp/registry/templates/timeline-macros.pt (+19/-3)
lib/lp/registry/tests/mailinglists_helper.py (+1/-1)
lib/lp/registry/tests/test_distributionmirror_prober.py (+32/-6)
lib/lp/registry/tests/test_distroseriesdifference.py (+126/-5)
lib/lp/registry/tests/test_mailinglistapi.py (+8/-0)
lib/lp/registry/tests/test_mlists.py (+2/-1)
lib/lp/registry/tests/test_nameblacklist.py (+141/-49)
lib/lp/registry/tests/test_person.py (+159/-27)
lib/lp/registry/tests/test_person_vocabularies.py (+99/-18)
lib/lp/registry/tests/test_personset.py (+3/-3)
lib/lp/registry/tests/test_product.py (+67/-23)
lib/lp/registry/tests/test_project_milestone.py (+2/-2)
lib/lp/registry/tests/test_projectgroup.py (+32/-3)
lib/lp/registry/tests/test_team.py (+224/-1)
lib/lp/registry/tests/test_teammembership.py (+53/-7)
lib/lp/registry/vocabularies.py (+77/-28)
lib/lp/registry/windmill/testing.py (+5/-1)
lib/lp/registry/windmill/tests/test_add_bugtracker.py (+4/-3)
lib/lp/registry/windmill/tests/test_add_milestone.py (+3/-3)
lib/lp/registry/windmill/tests/test_datetime_picker.py (+3/-2)
lib/lp/registry/windmill/tests/test_person_picker.py (+7/-6)
lib/lp/registry/windmill/tests/test_plusnew_step1.py (+2/-1)
lib/lp/registry/windmill/tests/test_plusnew_step2.py (+2/-1)
lib/lp/registry/windmill/tests/test_product.py (+2/-2)
lib/lp/registry/windmill/tests/test_product_configuration_hidden.py (+90/-0)
lib/lp/registry/windmill/tests/test_product_edit_people.py (+2/-2)
lib/lp/registry/windmill/tests/test_project_licenses.py (+4/-2)
lib/lp/registry/windmill/tests/test_team_index.py (+8/-1)
lib/lp/registry/windmill/tests/test_timeline_graph.py (+7/-4)
lib/lp/scripts/garbo.py (+6/-6)
lib/lp/scripts/utilities/pageperformancereport.py (+460/-220)
lib/lp/scripts/utilities/sanitizedb.py (+1/-1)
lib/lp/scripts/utilities/tests/test_pageperformancereport.py (+370/-0)
lib/lp/services/apachelogparser/base.py (+20/-13)
lib/lp/services/apachelogparser/tests/test_apachelogparser.py (+30/-0)
lib/lp/services/database/bulk.py (+1/-2)
lib/lp/services/database/configure.zcml (+0/-4)
lib/lp/services/database/prejoin.py (+0/-118)
lib/lp/services/database/tests/test_prejoin.py (+0/-118)
lib/lp/services/features/__init__.py (+34/-0)
lib/lp/services/features/browser/configure.zcml (+1/-1)
lib/lp/services/features/browser/edit.py (+4/-5)
lib/lp/services/features/rulesource.py (+9/-4)
lib/lp/services/features/testing.py (+73/-0)
lib/lp/services/features/tests/test_helpers.py (+68/-0)
lib/lp/services/features/tests/test_webapp.py (+54/-2)
lib/lp/services/features/webapp.py (+30/-1)
lib/lp/services/fields/__init__.py (+2/-13)
lib/lp/services/mail/handlers.py (+22/-503)
lib/lp/services/mail/incoming.py (+33/-12)
lib/lp/services/mail/mailbox.py (+1/-1)
lib/lp/services/mail/notificationrecipientset.py (+1/-1)
lib/lp/services/mail/sendmail.py (+4/-2)
lib/lp/services/mail/signedmessage.py (+1/-1)
lib/lp/services/mail/tests/incomingmail.txt (+30/-17)
lib/lp/services/mail/tests/test_handlers.py (+41/-110)
lib/lp/services/mail/tests/test_incoming.py (+24/-1)
lib/lp/services/mailman/doc/basic-integration.txt (+1/-5)
lib/lp/services/mailman/doc/bounces.txt (+0/-54)
lib/lp/services/mailman/doc/contact-address.txt (+0/-376)
lib/lp/services/mailman/doc/create-lists.txt (+3/-1)
lib/lp/services/mailman/doc/deactivate-lists.txt (+3/-1)
lib/lp/services/mailman/doc/decorations.txt (+0/-167)
lib/lp/services/mailman/doc/messages.txt (+0/-33)
lib/lp/services/mailman/doc/modify-lists.txt (+3/-1)
lib/lp/services/mailman/doc/postings.txt (+0/-910)
lib/lp/services/mailman/doc/reactivate-lists.txt (+3/-1)
lib/lp/services/mailman/doc/recovery.txt (+4/-2)
lib/lp/services/mailman/monkeypatches/__init__.py (+1/-1)
lib/lp/services/mailman/monkeypatches/lphandler.py (+2/-2)
lib/lp/services/mailman/monkeypatches/lpsize.py (+34/-3)
lib/lp/services/mailman/monkeypatches/lpstanding.py (+2/-4)
lib/lp/services/mailman/monkeypatches/mm_cfg.py.in (+1/-1)
lib/lp/services/mailman/testing/__init__.py (+18/-8)
lib/lp/services/mailman/testing/helpers.py (+2/-2)
lib/lp/services/mailman/testing/sync.py (+2/-4)
lib/lp/services/mailman/tests/test_lphandler.py (+83/-0)
lib/lp/services/mailman/tests/test_lpheaders.py (+103/-0)
lib/lp/services/mailman/tests/test_lpmoderate.py (+10/-8)
lib/lp/services/mailman/tests/test_lpsize.py (+134/-0)
lib/lp/services/mailman/tests/test_lpstanding.py (+59/-0)
lib/lp/services/mailman/tests/test_mm_cfg.py (+189/-0)
lib/lp/services/memcache/doc/restful-cache.txt (+3/-3)
lib/lp/services/memcache/doc/tales-cache.txt (+58/-15)
lib/lp/services/memcache/tales.py (+27/-8)
lib/lp/services/memcache/tests/test_doc.py (+4/-2)
lib/lp/services/openid/adapters/openid.py (+4/-1)
lib/lp/services/scripts/base.py (+10/-9)
lib/lp/services/scripts/doc/script-monitoring.txt (+4/-7)
lib/lp/services/scripts/model/scriptactivity.py (+1/-1)
lib/lp/services/scripts/tests/__init__.py (+0/-2)
lib/lp/services/sshserver/tests/test_auth.py (+25/-18)
lib/lp/services/twistedsupport/tests/test_loggingsupport.py (+16/-15)
lib/lp/services/twistedsupport/tests/test_processmonitor.py (+32/-35)
lib/lp/services/twistedsupport/tests/test_twistedsupport.py (+9/-5)
lib/lp/services/twistedsupport/tests/test_xmlrpc.py (+1/-8)
lib/lp/services/twistedsupport/xmlrpc.py (+23/-2)
lib/lp/services/worlddata/configure.zcml (+2/-0)
lib/lp/services/worlddata/interfaces/webservice.py (+30/-0)
lib/lp/services/worlddata/model/language.py (+10/-5)
lib/lp/shipit.py (+18/-18)
lib/lp/soyuz/adapters/archivesourcepublication.py (+30/-11)
lib/lp/soyuz/browser/archive.py (+21/-27)
lib/lp/soyuz/browser/archivesubscription.py (+6/-6)
lib/lp/soyuz/browser/build.py (+37/-2)
lib/lp/soyuz/browser/builder.py (+6/-4)
lib/lp/soyuz/browser/distroarchseries.py (+4/-4)
lib/lp/soyuz/browser/tests/binarypackagerelease-views.txt (+1/-1)
lib/lp/soyuz/browser/tests/distribution-views.txt (+2/-2)
lib/lp/soyuz/browser/tests/distroseriesqueue-views.txt (+1/-1)
lib/lp/soyuz/browser/tests/test_archive_packages.py (+101/-1)
lib/lp/soyuz/browser/tests/test_builder_views.py (+1/-1)
lib/lp/soyuz/configure.zcml (+19/-3)
lib/lp/soyuz/doc/archive-override-check.txt (+1/-1)
lib/lp/soyuz/doc/archive.txt (+4/-0)
lib/lp/soyuz/doc/binarypackagerelease.txt (+1/-1)
lib/lp/soyuz/doc/build-files.txt (+7/-136)
lib/lp/soyuz/doc/buildd-dispatching.txt (+0/-371)
lib/lp/soyuz/doc/buildd-slavescanner.txt (+0/-876)
lib/lp/soyuz/doc/distroarchseries.txt (+11/-0)
lib/lp/soyuz/doc/distroarchseriesbinarypackage.txt (+5/-3)
lib/lp/soyuz/doc/distroseriesqueue-translations.txt (+1/-1)
lib/lp/soyuz/doc/distroseriesqueue.txt (+2/-2)
lib/lp/soyuz/doc/gina-multiple-arch.txt (+12/-11)
lib/lp/soyuz/doc/gina.txt (+28/-13)
lib/lp/soyuz/doc/package-arch-specific.txt (+0/-116)
lib/lp/soyuz/doc/package-cache.txt (+1/-1)
lib/lp/soyuz/doc/package-diff.txt (+1/-1)
lib/lp/soyuz/doc/package-meta-classes.txt (+5/-3)
lib/lp/soyuz/doc/packageset.txt (+2/-2)
lib/lp/soyuz/doc/publishing.txt (+17/-13)
lib/lp/soyuz/doc/sourcepackagerelease.txt (+1/-1)
lib/lp/soyuz/doc/soyuz-set-of-uploads.txt (+3/-3)
lib/lp/soyuz/doc/soyuz-upload.txt (+2/-2)
lib/lp/soyuz/interfaces/archive.py (+19/-0)
lib/lp/soyuz/interfaces/distributionjob.py (+68/-5)
lib/lp/soyuz/interfaces/publishing.py (+31/-7)
lib/lp/soyuz/interfaces/sourcepackagerelease.py (+1/-0)
lib/lp/soyuz/interfaces/webservice.py (+102/-0)
lib/lp/soyuz/javascript/tests/archivesubscribers_index.js (+2/-1)
lib/lp/soyuz/javascript/tests/lp_dynamic_dom_updater.js (+2/-1)
lib/lp/soyuz/javascript/tests/test_archivesubscribers_index.html (+1/-1)
lib/lp/soyuz/javascript/tests/test_lp_dynamic_dom_updater.html (+1/-1)
lib/lp/soyuz/model/archive.py (+47/-1)
lib/lp/soyuz/model/archivepermission.py (+12/-13)
lib/lp/soyuz/model/binarypackagebuild.py (+3/-4)
lib/lp/soyuz/model/binarypackagebuildbehavior.py (+59/-41)
lib/lp/soyuz/model/binarypackagename.py (+9/-5)
lib/lp/soyuz/model/buildpackagejob.py (+3/-2)
lib/lp/soyuz/model/distroarchseries.py (+1/-1)
lib/lp/soyuz/model/distroarchseriesbinarypackage.py (+5/-11)
lib/lp/soyuz/model/distroseriessourcepackagerelease.py (+1/-1)
lib/lp/soyuz/model/packagediff.py (+5/-6)
lib/lp/soyuz/model/packageset.py (+17/-17)
lib/lp/soyuz/model/processor.py (+6/-0)
lib/lp/soyuz/model/publishing.py (+125/-90)
lib/lp/soyuz/model/queue.py (+28/-40)
lib/lp/soyuz/model/syncpackagejob.py (+104/-0)
lib/lp/soyuz/pas.py (+22/-15)
lib/lp/soyuz/scripts/gina/handlers.py (+13/-6)
lib/lp/soyuz/scripts/gina/packages.py (+24/-8)
lib/lp/soyuz/scripts/initialise_distroseries.py (+3/-1)
lib/lp/soyuz/scripts/tests/test_processdeathrow.py (+1/-1)
lib/lp/soyuz/scripts/tests/test_queue.py (+17/-25)
lib/lp/soyuz/stories/distribution/xx-distribution-packages.txt (+10/-6)
lib/lp/soyuz/stories/ppa/xx-ppa-files.txt (+2/-3)
lib/lp/soyuz/stories/ppa/xx-ppa-private-teams.txt (+4/-2)
lib/lp/soyuz/stories/ppa/xx-ppa-workflow.txt (+1/-1)
lib/lp/soyuz/stories/soyuz/xx-distroseries-sources.txt (+0/-9)
lib/lp/soyuz/stories/soyuz/xx-queue-pages-motu.txt (+2/-2)
lib/lp/soyuz/stories/webservice/xx-builders.txt (+68/-0)
lib/lp/soyuz/stories/webservice/xx-person-createppa.txt (+35/-0)
lib/lp/soyuz/stories/webservice/xx-source-package-publishing.txt (+28/-14)
lib/lp/soyuz/templates/archive-index.pt (+1/-4)
lib/lp/soyuz/templates/build-index.pt (+1/-2)
lib/lp/soyuz/tests/soyuz.py (+1/-1)
lib/lp/soyuz/tests/test_archive.py (+192/-0)
lib/lp/soyuz/tests/test_archive_subscriptions.py (+5/-0)
lib/lp/soyuz/tests/test_binarypackagebuild.py (+3/-1)
lib/lp/soyuz/tests/test_binarypackagebuildbehavior.py (+338/-24)
lib/lp/soyuz/tests/test_doc.py (+1/-7)
lib/lp/soyuz/tests/test_initialisedistroseriesjob.py (+23/-3)
lib/lp/soyuz/tests/test_pas.py (+99/-0)
lib/lp/soyuz/tests/test_person_createppa.py (+20/-0)
lib/lp/soyuz/tests/test_syncpackagejob.py (+127/-0)
lib/lp/soyuz/windmill/testing.py (+7/-1)
lib/lp/soyuz/windmill/tests/test_archive_packages.py (+2/-1)
lib/lp/soyuz/windmill/tests/test_archivesubscribersindex.py (+7/-6)
lib/lp/soyuz/windmill/tests/test_ppainlineedit.py (+1/-1)
lib/lp/testing/__init__.py (+86/-22)
lib/lp/testing/_login.py (+7/-15)
lib/lp/testing/_webservice.py (+19/-4)
lib/lp/testing/factory.py (+307/-78)
lib/lp/testing/mail.py (+1/-1)
lib/lp/testing/matchers.py (+2/-39)
lib/lp/testing/service_usage_helpers.py (+24/-2)
lib/lp/testing/tests/test_factory.py (+23/-1)
lib/lp/testing/tests/test_login.py (+2/-2)
lib/lp/testing/tests/test_matchers.py (+0/-35)
lib/lp/testopenid/browser/server.py (+4/-2)
lib/lp/translations/browser/customlanguagecode.py (+4/-2)
lib/lp/translations/browser/hastranslationimports.py (+12/-9)
lib/lp/translations/browser/language.py (+7/-5)
lib/lp/translations/browser/person.py (+5/-3)
lib/lp/translations/browser/poexportrequest.py (+3/-1)
lib/lp/translations/browser/pofile.py (+15/-39)
lib/lp/translations/browser/productseries.py (+28/-11)
lib/lp/translations/browser/serieslanguage.py (+1/-1)
lib/lp/translations/browser/tests/pofile-views.txt (+2/-2)
lib/lp/translations/browser/tests/test_productserieslanguage_views.py (+248/-113)
lib/lp/translations/browser/tests/test_translationmessage_view.py (+1/-2)
lib/lp/translations/browser/tests/translationmessage-views.txt (+25/-56)
lib/lp/translations/browser/translationgroup.py (+5/-3)
lib/lp/translations/browser/translationimportqueue.py (+4/-2)
lib/lp/translations/browser/translationmessage.py (+33/-56)
lib/lp/translations/browser/translator.py (+4/-2)
lib/lp/translations/doc/canonical_url_examples.txt (+4/-4)
lib/lp/translations/doc/poexport-language-pack.txt (+2/-1)
lib/lp/translations/doc/poexport-request.txt (+1/-1)
lib/lp/translations/doc/pofile.txt (+13/-251)
lib/lp/translations/doc/poimport-pofile-not-exported-from-rosetta.txt (+2/-1)
lib/lp/translations/doc/poimport-pofile-old-po-imported.txt (+1/-2)
lib/lp/translations/doc/poimport-pofile-syntax-error.txt (+1/-2)
lib/lp/translations/doc/poimport-potemplate-syntax-error.txt (+1/-2)
lib/lp/translations/doc/poimport.txt (+2/-1)
lib/lp/translations/doc/potmsgset.txt (+10/-34)
lib/lp/translations/doc/rosetta-karma.txt (+2/-1)
lib/lp/translations/doc/rosetta-poimport-script.txt (+3/-3)
lib/lp/translations/doc/sourcepackagerelease-translations.txt (+1/-1)
lib/lp/translations/doc/translationgroup.txt (+1/-2)
lib/lp/translations/doc/translationimportqueue.txt (+2/-1)
lib/lp/translations/doc/translationmessage.txt (+14/-14)
lib/lp/translations/doc/translations-export-to-branch.txt (+2/-0)
lib/lp/translations/doc/translationsoverview.txt (+18/-0)
lib/lp/translations/doc/translationtemplatesbuildbehavior.txt (+0/-114)
lib/lp/translations/enums.py (+117/-0)
lib/lp/translations/interfaces/distroserieslanguage.py (+0/-3)
lib/lp/translations/interfaces/hastranslationimports.py (+64/-0)
lib/lp/translations/interfaces/hastranslationtemplates.py (+104/-0)
lib/lp/translations/interfaces/pofile.py (+1/-4)
lib/lp/translations/interfaces/potemplate.py (+0/-87)
lib/lp/translations/interfaces/potmsgset.py (+8/-10)
lib/lp/translations/interfaces/translatedlanguage.py (+3/-1)
lib/lp/translations/interfaces/translationgroup.py (+1/-54)
lib/lp/translations/interfaces/translationimportqueue.py (+4/-95)
lib/lp/translations/interfaces/translationmessage.py (+0/-3)
lib/lp/translations/interfaces/webservice.py (+14/-4)
lib/lp/translations/model/approver.py (+5/-7)
lib/lp/translations/model/distroserieslanguage.py (+0/-8)
lib/lp/translations/model/hastranslationimports.py (+36/-0)
lib/lp/translations/model/hastranslationtemplates.py (+117/-0)
lib/lp/translations/model/pofile.py (+12/-20)
lib/lp/translations/model/potemplate.py (+9/-106)
lib/lp/translations/model/potmsgset.py (+12/-19)
lib/lp/translations/model/translatedlanguage.py (+3/-1)
lib/lp/translations/model/translationgroup.py (+13/-11)
lib/lp/translations/model/translationimportqueue.py (+2/-27)
lib/lp/translations/model/translationmessage.py (+17/-24)
lib/lp/translations/model/translationsoverview.py (+11/-8)
lib/lp/translations/model/translationsperson.py (+9/-9)
lib/lp/translations/model/translationtemplatesbuildbehavior.py (+61/-27)
lib/lp/translations/scripts/migrate_current_flag.py (+161/-0)
lib/lp/translations/scripts/migrate_kde_potemplates.py (+0/-339)
lib/lp/translations/scripts/migrate_variants.py (+0/-198)
lib/lp/translations/scripts/po_import.py (+1/-1)
lib/lp/translations/scripts/remove_obsolete_translations.py (+0/-383)
lib/lp/translations/scripts/tests/test_message_sharing_migration.py (+12/-13)
lib/lp/translations/scripts/tests/test_migrate_current_flag.py (+183/-0)
lib/lp/translations/scripts/tests/test_migrate_variants.py (+0/-139)
lib/lp/translations/scripts/tests/test_reupload_translations.py (+2/-6)
lib/lp/translations/scripts/tests/test_translations_import.py (+1/-3)
lib/lp/translations/scripts/tests/test_translations_to_branch.py (+60/-1)
lib/lp/translations/scripts/translations_to_branch.py (+44/-37)
lib/lp/translations/stories/buildfarm/xx-build-summary.txt (+1/-1)
lib/lp/translations/stories/productseries/xx-productseries-translations.txt (+51/-8)
lib/lp/translations/stories/standalone/xx-products-with-translations.txt (+17/-0)
lib/lp/translations/stories/standalone/xx-rosetta-homepage.txt (+18/-1)
lib/lp/translations/stories/standalone/xx-serieslanguage-index.txt (+1/-2)
lib/lp/translations/stories/standalone/xx-translation-access-display.txt (+1/-2)
lib/lp/translations/templates/languageset-index.pt (+1/-1)
lib/lp/translations/templates/productseries-translations.pt (+1/-1)
lib/lp/translations/tests/test_autoapproval.py (+1/-1)
lib/lp/translations/tests/test_doc.py (+0/-4)
lib/lp/translations/tests/test_hastranslationtemplates.py (+3/-1)
lib/lp/translations/tests/test_pofile.py (+188/-0)
lib/lp/translations/tests/test_potmsgset.py (+16/-30)
lib/lp/translations/tests/test_rosetta_branches_script.py (+1/-1)
lib/lp/translations/tests/test_translationbranchapprover.py (+1/-1)
lib/lp/translations/tests/test_translationbuildapprover.py (+1/-1)
lib/lp/translations/tests/test_translationimportqueue.py (+4/-19)
lib/lp/translations/tests/test_translationmessage.py (+25/-11)
lib/lp/translations/tests/test_translationpermission.py (+300/-0)
lib/lp/translations/tests/test_translationtemplatesbuildbehavior.py (+213/-157)
lib/lp/translations/utilities/gettext_po_parser.py (+1/-1)
lib/lp/translations/utilities/tests/helpers.py (+1/-1)
lib/lp/translations/utilities/tests/test_file_importer.py (+1/-1)
lib/lp/translations/utilities/tests/test_xpi_import.py (+1/-3)
lib/lp/translations/utilities/tests/test_xpi_po_exporter.py (+1/-1)
lib/lp/translations/utilities/tests/test_xpi_search.py (+1/-4)
lib/lp/translations/utilities/translation_import.py (+1/-3)
lib/lp/translations/windmill/testing.py (+5/-1)
lib/lp/translations/windmill/tests/disabled_test_productseries_templates.py (+2/-2)
lib/lp/translations/windmill/tests/test_documentation_links.py (+4/-4)
lib/lp/translations/windmill/tests/test_import_queue.py (+2/-2)
lib/lp/translations/windmill/tests/test_languages.py.disabled (+4/-2)
lib/lp/translations/windmill/tests/test_pofile_translate.py (+28/-28)
lib/lp/translations/windmill/tests/test_serieslanguages.py (+1/-2)
lib/lp_sitecustomize.py (+7/-0)
scripts/branch-rewrite.py (+0/-4)
scripts/bug-export.py (+1/-1)
scripts/bug-import.py (+1/-1)
scripts/cache-country-mirrors.py (+3/-2)
scripts/close-account.py (+3/-3)
scripts/convert-person-to-team.py (+2/-1)
scripts/ftpmaster-tools/initialise-from-parent.py (+1/-1)
scripts/ftpmaster-tools/remove-package.py (+10/-5)
scripts/ftpmaster-tools/sync-source.py (+35/-33)
scripts/gina.py (+1/-7)
scripts/import-packagenames.py (+1/-1)
scripts/import-zope-specs.py (+11/-6)
scripts/migrate-bugzilla-initialcontacts.py (+3/-3)
scripts/mlist-sync.py (+3/-2)
scripts/rosetta/check-distroseries-translations-diffs.py (+1/-1)
scripts/rosetta/message-sharing-populate-test.py (+0/-134)
scripts/rosetta/message-sharing-populate.py (+0/-209)
scripts/rosetta/migrate_current_flag.py (+30/-0)
scripts/rosetta/migrate_variants.py (+0/-30)
scripts/rosetta/remove-obsolete-translations.py (+0/-21)
setup.py (+3/-1)
utilities/create-lp-wadl-and-apidoc.py (+35/-21)
utilities/generate-external-bug-status-docs (+1/-2)
utilities/make-lp-user (+3/-5)
utilities/massage-bug-import-xml (+221/-0)
utilities/migrater/deglob.py (+13/-9)
utilities/migrater/file-ownership.txt (+1/-17)
utilities/page-performance-report.ini (+7/-0)
utilities/report-database-stats.py (+18/-1)
utilities/rocketfuel-setup (+64/-78)
utilities/smoke-test-librarian.py (+26/-0)
utilities/sourcedeps.conf (+3/-2)
utilities/yui-deps.py (+6/-1)
versions.cfg (+19/-13)
Text conflict in lib/lp/app/browser/linkchecker.py
Text conflict in lib/lp/app/browser/tests/test_linkchecker.py
Text conflict in lib/lp/app/javascript/lp-links.js
Text conflict in lib/lp/code/windmill/tests/test_branch_broken_links.py
To merge this branch: bzr merge lp:~mars/launchpad/test-ghost-update
Reviewer Review Type Date Requested Status
Māris Fogels (community) Approve
Review via email: mp+43825@code.launchpad.net

Commit message

[ui=none][r=mars][no-qa] Update to the latest devel

Description of the change

Update to the latest devel

To post a comment you must log in.
Revision history for this message
Māris Fogels (mars) wrote :

r=me, testing

review: Approve
Revision history for this message
Launchpad PQM Bot (launchpad-pqm) wrote :

The attempt to merge lp:~mars/launchpad/test-ghost-update into lp:~launchpad/launchpad/ghost-line failed. Below is a summary from the failed tests.

Tests started at approximately 2010-12-16 02:20:12.971347
Source: lp:~mars/launchpad/test-ghost-update r11786
Target: lp:~launchpad/launchpad/ghost-line r11785

0 tests run in 0:00:33.378239, 0 failures, 0 errors

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.bzrignore'
2--- .bzrignore 2010-10-25 20:42:59 +0000
3+++ .bzrignore 2010-12-15 20:36:34 +0000
4@@ -1,9 +1,7 @@
5 .tags
6 bzr-version-info.py
7-launchpad.log
8-google-stub.log
9-launchpad-access.log
10-pagetests-access.log
11+logs
12+logs/*
13 +*
14 sourcecode/*
15 ./botmaster
16@@ -20,9 +18,6 @@
17 lint.txt
18 .shelf
19 development-nohup.out
20-testrunner-appserver-quiet.log
21-test-appserver-layer.log
22-google-stub.log
23 opensource/launchpadlib/build
24 opensource/launchpadlib/dist
25 opensource/launchpadlib/*.egg*
26@@ -36,8 +31,6 @@
27 lib/canonical/launchpad/apidoc/wadl-test-playground.xml
28 lib/canonical/launchpad/icing/build/*
29 lib/canonical/launchpad/icing/combo.css
30-trace.log
31-test-appserver-layer-trace.log
32 bin
33 develop-eggs
34 .installed.cfg
35@@ -81,3 +74,5 @@
36 .project
37 .pydevproject
38 librarian.log
39+configs/testrunner_*
40+configs/testrunner-appserver_*
41
42=== modified file 'Makefile'
43--- Makefile 2010-10-21 03:22:06 +0000
44+++ Makefile 2010-12-15 20:36:34 +0000
45@@ -34,6 +34,9 @@
46 # Do not add bin/buildout to this list.
47 # It is impossible to get buildout to tell us all the files it would
48 # build, since each egg's setup.py doesn't tell us that information.
49+#
50+# NB: It's important BUILDOUT_BIN only mentions things genuinely produced by
51+# buildout.
52 BUILDOUT_BIN = \
53 $(PY) bin/apiindex bin/combine-css bin/fl-build-report \
54 bin/fl-credential-ctl bin/fl-install-demo bin/fl-monitor-ctl \
55@@ -45,10 +48,12 @@
56 bin/start_librarian bin/stxdocs bin/tags bin/test bin/tracereport \
57 bin/twistd bin/update-download-cache bin/windmill
58
59+BUILDOUT_TEMPLATES = buildout-templates/_pythonpath.py.in
60+
61 # DO NOT ALTER : this should just build by default
62 default: inplace
63
64-schema: build clean_codehosting
65+schema: build
66 $(MAKE) -C database/schema
67 $(RM) -r /var/tmp/fatsam
68
69@@ -58,7 +63,8 @@
70 hosted_branches: $(PY)
71 $(PY) ./utilities/make-dummy-hosted-branches
72
73-$(API_INDEX): $(BZR_VERSION_INFO)
74+$(API_INDEX): $(BZR_VERSION_INFO) $(PY)
75+ rm -rf $(APIDOC_DIR) $(APIDOC_DIR).tmp
76 mkdir -p $(APIDOC_DIR).tmp
77 LPCONFIG=$(LPCONFIG) $(PY) ./utilities/create-lp-wadl-and-apidoc.py --force "$(WADL_TEMPLATE)"
78 mv $(APIDOC_DIR).tmp $(APIDOC_DIR)
79@@ -66,7 +72,7 @@
80 apidoc: compile $(API_INDEX)
81
82 # Run by PQM.
83-check_merge: $(PY)
84+check_merge: $(BUILDOUT_BIN)
85 [ `PYTHONPATH= bzr status -S database/schema/ | \
86 grep -v "\(^P\|pending\|security.cfg\|Makefile\|unautovacuumable\|_pythonpath.py\)" | wc -l` -eq 0 ]
87 ${PY} lib/canonical/tests/test_no_conflict_marker.py
88@@ -125,6 +131,12 @@
89 env PYTHONPATH=$(PYTHONPATH) bin/test test_pages
90
91 inplace: build
92+ mkdir -p $(CODEHOSTING_ROOT)/mirrors
93+ mkdir -p $(CODEHOSTING_ROOT)/config
94+ mkdir -p /var/tmp/bzrsync
95+ touch $(CODEHOSTING_ROOT)/rewrite.log
96+ chmod 777 $(CODEHOSTING_ROOT)/rewrite.log
97+ touch $(CODEHOSTING_ROOT)/config/launchpad-lookup.txt
98
99 build: compile apidoc jsbuild css_combine
100
101@@ -139,13 +151,15 @@
102 sprite_image:
103 ${SHHH} bin/sprite-util create-image
104
105+# We absolutely do not want to include the lazr.testing module and
106+# its jsTestDriver test harness modifications in the lazr.js and
107+# launchpad.js roll-up files. They fiddle with built-in functions!
108+# See Bug 482340.
109 jsbuild_lazr: bin/jsbuild
110- # We absolutely do not want to include the lazr.testing module and its
111- # jsTestDriver test harness modifications in the lazr.js and launchpad.js
112- # roll-up files. They fiddle with built-in functions! See Bug 482340.
113- ${SHHH} bin/jsbuild $(JSFLAGS) -b $(LAZR_BUILT_JS_ROOT) -x testing/ -c $(LAZR_BUILT_JS_ROOT)/yui
114+ ${SHHH} bin/jsbuild $(JSFLAGS) -b $(LAZR_BUILT_JS_ROOT) -x testing/ \
115+ -c $(LAZR_BUILT_JS_ROOT)/yui
116
117-jsbuild: jsbuild_lazr bin/jsbuild bin/jssize
118+jsbuild: jsbuild_lazr bin/jsbuild bin/jssize $(BUILDOUT_BIN)
119 ${SHHH} bin/jsbuild \
120 $(JSFLAGS) \
121 -n launchpad \
122@@ -154,7 +168,6 @@
123 $(shell $(HERE)/utilities/yui-deps.py) \
124 $(shell $(PY) $(HERE)/utilities/lp-deps.py) \
125 lib/canonical/launchpad/icing/lazr/build/lazr.js
126- ${SHHH} bin/jssize
127
128 eggs:
129 # Usually this is linked via link-external-sourcecode, but in
130@@ -177,30 +190,45 @@
131 find eggs -name '*.pyc' -exec rm {} \;
132
133 # The download-cache dependency comes *before* eggs so that developers get the
134-# warning before the eggs directory is made. The target for the eggs directory
135-# is only there for deployment convenience.
136+# warning before the eggs directory is made. The target for the eggs
137+# directory is only there for deployment convenience.
138 # Note that the buildout version must be maintained here and in versions.cfg
139 # to make sure that the build does not go over the network.
140+#
141+# buildout won't touch files that would have the same contents, but for Make's
142+# sake we need them to get fresh timestamps, so we touch them after building.
143 bin/buildout: download-cache eggs
144 $(SHHH) PYTHONPATH= $(PYTHON) bootstrap.py\
145 --setup-source=ez_setup.py \
146 --download-base=download-cache/dist --eggs=eggs \
147 --version=1.5.1
148+ touch --no-create $@
149
150 # This target is used by LOSAs to prepare a build to be pushed out to
151 # destination machines. We only want eggs: they are the expensive bits,
152 # and the other bits might run into problems like bug 575037. This
153 # target runs buildout, and then removes everything created except for
154 # the eggs.
155-build_eggs: $(BUILDOUT_BIN) clean_buildout
156+build_eggs: $(BUILDOUT_BIN)
157
158 # This builds bin/py and all the other bin files except bin/buildout.
159 # Remove the target before calling buildout to ensure that buildout
160 # updates the timestamp.
161-$(BUILDOUT_BIN): bin/buildout versions.cfg $(BUILDOUT_CFG) setup.py
162- $(RM) $@
163+buildout_bin: $(BUILDOUT_BIN)
164+
165+# buildout won't touch files that would have the same contents, but for Make's
166+# sake we need them to get fresh timestamps, so we touch them after building.
167+#
168+# If we listed every target on the left-hand side, a parallel make would try
169+# multiple copies of this rule to build them all. Instead, we nominally build
170+# just $(PY), and everything else is implicitly updated by that.
171+$(PY): bin/buildout versions.cfg $(BUILDOUT_CFG) setup.py \
172+ $(BUILDOUT_TEMPLATES)
173 $(SHHH) PYTHONPATH= ./bin/buildout \
174 configuration:instance_name=${LPCONFIG} -c $(BUILDOUT_CFG)
175+ touch $@
176+
177+$(subst $(PY),,$(BUILDOUT_BIN)): $(PY)
178
179 # bin/compile_templates is responsible for building all chameleon templates,
180 # of which there is currently one, but of which many more are coming.
181@@ -228,17 +256,17 @@
182 $(PY) cronscripts/merge-proposal-jobs.py -v
183
184 run: check_schema inplace stop
185- $(RM) thread*.request
186+ $(RM) logs/thread*.request
187 bin/run -r librarian,google-webservice,memcached -i $(LPCONFIG)
188
189 start-gdb: check_schema inplace stop support_files
190- $(RM) thread*.request
191+ $(RM) logs/thread*.request
192 nohup gdb -x run.gdb --args bin/run -i $(LPCONFIG) \
193 -r librarian,google-webservice
194 > ${LPCONFIG}-nohup.out 2>&1 &
195
196 run_all: check_schema inplace stop
197- $(RM) thread*.request
198+ $(RM) logs/thread*.request
199 bin/run -r librarian,sftp,forker,mailman,codebrowse,google-webservice,memcached \
200 -i $(LPCONFIG)
201
202@@ -252,7 +280,7 @@
203 $(PY) scripts/stop-loggerhead.py
204
205 run_codehosting: check_schema inplace stop
206- $(RM) thread*.request
207+ $(RM) logs/thread*.request
208 bin/run -r librarian,sftp,forker,codebrowse -i $(LPCONFIG)
209
210 start_librarian: compile
211@@ -342,10 +370,10 @@
212 -name '*.lo' -o -name '*.py[co]' -o -name '*.dll' -o \
213 -name '*.pt.py' \) \
214 -print0 | xargs -r0 $(RM)
215- $(RM) thread*.request
216+ $(RM) logs/thread*.request
217 $(RM) -r lib/mailman
218 $(RM) -rf lib/canonical/launchpad/icing/build/*
219- $(RM) -r $(CODEHOSTING_ROOT)
220+ $(RM) -rf $(CODEHOSTING_ROOT)
221 $(RM) -rf $(APIDOC_DIR)
222 $(RM) -rf $(APIDOC_DIR).tmp
223 $(RM) $(BZR_VERSION_INFO)
224@@ -372,14 +400,6 @@
225 realclean: clean
226 $(RM) TAGS tags
227
228-clean_codehosting:
229- $(RM) -r $(CODEHOSTING_ROOT)
230- mkdir -p $(CODEHOSTING_ROOT)/mirrors
231- mkdir -p $(CODEHOSTING_ROOT)/push-branches
232- mkdir -p $(CODEHOSTING_ROOT)/config
233- mkdir -p /var/tmp/bzrsync
234- touch $(CODEHOSTING_ROOT)/config/launchpad-lookup.txt
235-
236 zcmldocs:
237 mkdir -p doc/zcml/namespaces.zope.org
238 bin/stxdocs \
239@@ -405,7 +425,8 @@
240 # We insert the absolute path to the branch-rewrite script
241 # into the Apache config as we copy the file into position.
242 sed -e 's,%BRANCH_REWRITE%,$(shell pwd)/scripts/branch-rewrite.py,' configs/development/local-launchpad-apache > /etc/apache2/sites-available/local-launchpad
243- cp configs/development/local-vostok-apache /etc/apache2/sites-available/local-vostok
244+ cp configs/development/local-vostok-apache \
245+ /etc/apache2/sites-available/local-vostok
246 touch /var/tmp/bazaar.launchpad.dev/rewrite.log
247 chown $(SUDO_UID):$(SUDO_GID) /var/tmp/bazaar.launchpad.dev/rewrite.log
248
249@@ -430,8 +451,9 @@
250
251 lp.sfood:
252 # Generate import dependency graph
253- sfood -i -u -I lib/sqlobject -I lib/schoolbell -I lib/devscripts -I lib/contrib \
254- -I lib/canonical/not-used lib/canonical lib/lp 2>/dev/null | grep -v contrib/ \
255+ sfood -i -u -I lib/sqlobject -I lib/schoolbell -I lib/devscripts \
256+ -I lib/contrib -I lib/canonical/not-used lib/canonical \
257+ lib/lp 2>/dev/null | grep -v contrib/ \
258 | grep -v sqlobject | grep -v BeautifulSoup | grep -v psycopg \
259 | grep -v schoolbell > lp.sfood.tmp
260 mv lp.sfood.tmp lp.sfood
261@@ -463,10 +485,10 @@
262 --docformat restructuredtext --verbose-about epytext-summary \
263 $(PYDOCTOR_OPTIONS)
264
265-.PHONY: apidoc check tags TAGS zcmldocs realclean clean debug stop\
266- start run ftest_build ftest_inplace test_build test_inplace pagetests\
267- check check_merge \
268- schema default launchpad.pot check_merge_ui pull scan sync_branches\
269- reload-apache hosted_branches check_db_merge check_mailman check_config\
270- jsbuild jsbuild_lazr clean_js clean_buildout buildonce_eggs build_eggs\
271- sprite_css sprite_image css_combine compile check_schema pydoctor
272+.PHONY: apidoc buildout_bin check tags TAGS zcmldocs realclean clean debug \
273+ stop start run ftest_build ftest_inplace test_build test_inplace \
274+ pagetests check check_merge schema default launchpad.pot \
275+ check_merge_ui pull scan sync_branches reload-apache hosted_branches \
276+ check_db_merge check_mailman check_config jsbuild jsbuild_lazr \
277+ clean_js clean_buildout buildonce_eggs build_eggs sprite_css \
278+ sprite_image css_combine compile check_schema pydoctor
279
280=== added file 'buildout-templates/bin/bzr.in'
281--- buildout-templates/bin/bzr.in 1970-01-01 00:00:00 +0000
282+++ buildout-templates/bin/bzr.in 2010-12-15 20:36:34 +0000
283@@ -0,0 +1,15 @@
284+#!${buildout:executable} -S
285+
286+# Initialize our paths.
287+${python-relative-path-setup}
288+import sys
289+sys.path.insert(0, ${scripts:parts-directory|path-repr})
290+import site
291+
292+# Run the script.
293+import pkg_resources
294+
295+bzr_distribution = pkg_resources.get_distribution(
296+ pkg_resources.Requirement.parse('bzr'))
297+
298+bzr_distribution.run_script('bzr', globals().copy())
299
300=== modified file 'buildout-templates/bin/combine-css.in'
301--- buildout-templates/bin/combine-css.in 2010-04-20 19:10:35 +0000
302+++ buildout-templates/bin/combine-css.in 2010-12-15 20:36:34 +0000
303@@ -23,7 +23,9 @@
304 'style.css',
305 'lazr/build/yui/cssreset/reset.css',
306 'lazr/build/yui/cssfonts/fonts.css',
307- 'lazr/build/yui/cssgrids/grids.css',
308+ # Use the old cssgrids instead of the new cssgrids.
309+ #'lazr/build/yui/cssgrids/grids.css',
310+ 'cssgrids/grids.css',
311 'lazr/build/lazr/assets/skins/sam/lazr.css',
312 'lazr/build/inlineedit/assets/skins/sam/editor.css',
313 'lazr/build/autocomplete/assets/skins/sam/autocomplete.css',
314
315=== modified file 'buildout-templates/bin/retest.in'
316--- buildout-templates/bin/retest.in 2010-07-08 14:03:52 +0000
317+++ buildout-templates/bin/retest.in 2010-12-15 20:36:34 +0000
318@@ -57,9 +57,13 @@
319
320 def gen_test_lines(lines):
321 def p_start(line):
322- return line.startswith('Tests with failures:')
323+ return (
324+ line.startswith('Tests with failures:') or
325+ line.startswith('Tests with errors:'))
326 def p_take(line):
327- return not line.startswith('Total:')
328+ return not (
329+ line.isspace() or
330+ line.startswith('Total:'))
331 lines = iter(lines)
332 for line in lines:
333 if p_start(line):
334
335=== modified file 'buildout-templates/bin/test.in'
336--- buildout-templates/bin/test.in 2010-10-15 04:53:38 +0000
337+++ buildout-templates/bin/test.in 2010-12-15 20:36:34 +0000
338@@ -169,7 +169,7 @@
339 'tests_pattern': '^f?tests$',
340 'test_path': [${buildout:directory/lib|path-repr}],
341 'package': ['canonical', 'lp', 'devscripts', 'launchpad_loggerhead'],
342- 'layer': ['!(MailmanLayer)'],
343+ 'layer': ['!(MailmanLayer|WindmillLayer)'],
344 }
345
346 # Monkey-patch os.listdir to randomise the results
347
348=== added symlink 'bzrplugins/difftacular'
349=== target is u'../sourcecode/difftacular/'
350=== modified file 'bzrplugins/lpserve/__init__.py'
351--- bzrplugins/lpserve/__init__.py 2010-10-07 23:43:40 +0000
352+++ bzrplugins/lpserve/__init__.py 2010-12-15 20:36:34 +0000
353@@ -568,6 +568,10 @@
354 self.log(client_addr, 'request timeout failure: %s' % (e,))
355 conn.sendall('FAILURE\nrequest timed out\n')
356 conn.close()
357+ except Exception, e:
358+ trace.log_exception_quietly()
359+ self.log(client_addr, 'trapped a failure while handling'
360+ ' connection: %s' % (e,))
361 self._poll_children()
362
363 def log(self, client_addr, message):
364@@ -759,6 +763,8 @@
365 help="Do/don't preload libraries before startup."),
366 Option('children-timeout', type=int, argname='SEC',
367 help="Only wait SEC seconds for children to exit"),
368+ Option('pid-file', type=unicode,
369+ help='Write the process PID to this file.')
370 ]
371
372 def _preload_libraries(self):
373@@ -768,8 +774,48 @@
374 except ImportError, e:
375 trace.mutter('failed to preload %s: %s' % (pyname, e))
376
377+
378+ def _daemonize(self, pid_filename):
379+ """Turn this process into a child-of-init daemon.
380+
381+ Upon request, we relinquish our control and switch to daemon mode,
382+ writing out the final pid of the daemon process.
383+ """
384+ # If fork fails, it will bubble out naturally and be reported by the
385+ # cmd logic
386+ pid = os.fork()
387+ if pid > 0:
388+ # Original process exits cleanly
389+ os._exit(0)
390+
391+ # Disconnect from the parent process
392+ os.setsid()
393+
394+ # fork again, to truly become a daemon.
395+ pid = os.fork()
396+ if pid > 0:
397+ os._exit(0)
398+
399+ # Redirect file handles
400+ stdin = open('/dev/null', 'r')
401+ os.dup2(stdin.fileno(), sys.stdin.fileno())
402+ stdout = open('/dev/null', 'a+')
403+ os.dup2(stdout.fileno(), sys.stdout.fileno())
404+ stderr = open('/dev/null', 'a+', 0)
405+ os.dup2(stderr.fileno(), sys.stderr.fileno())
406+
407+ # Now that we are a daemon, let people know what pid is running
408+ f = open(pid_filename, 'wb')
409+ try:
410+ f.write('%d\n' % (os.getpid(),))
411+ finally:
412+ f.close()
413+
414 def run(self, path=None, perms=None, preload=True,
415- children_timeout=LPForkingService.WAIT_FOR_CHILDREN_TIMEOUT):
416+ children_timeout=LPForkingService.WAIT_FOR_CHILDREN_TIMEOUT,
417+ pid_file=None):
418+ if pid_file is not None:
419+ self._daemonize(pid_file)
420 if path is None:
421 path = LPForkingService.DEFAULT_PATH
422 if perms is None:
423@@ -781,6 +827,12 @@
424 service = LPForkingService(path, perms)
425 service.WAIT_FOR_CHILDREN_TIMEOUT = children_timeout
426 service.main_loop()
427+ if pid_file is not None:
428+ try:
429+ os.remove(pid_file)
430+ except (OSError, IOError), e:
431+ trace.mutter('Failed to cleanup pid_file: %s\n%s'
432+ % (pid_file, e))
433
434 register_command(cmd_launchpad_forking_service)
435
436
437=== modified file 'bzrplugins/lpserve/test_lpserve.py'
438--- bzrplugins/lpserve/test_lpserve.py 2010-10-07 23:43:40 +0000
439+++ bzrplugins/lpserve/test_lpserve.py 2010-12-15 20:36:34 +0000
440@@ -1,6 +1,7 @@
441 # Copyright 2010 Canonical Ltd. This software is licensed under the
442 # GNU Affero General Public License version 3 (see the file LICENSE).
443
444+import errno
445 import os
446 import signal
447 import socket
448@@ -383,6 +384,18 @@
449 self.assertContainsRe(path, '/lp-forking-service-child-')
450 return path, pid, sock
451
452+ def _start_subprocess(self, path, env_changes):
453+ proc = self.start_bzr_subprocess(
454+ ['lp-service', '--path', path, '--no-preload',
455+ '--children-timeout=1'],
456+ env_changes=env_changes)
457+ trace.mutter('started lp-service subprocess')
458+ expected = 'Listening on socket: %s\n' % (path,)
459+ path_line = proc.stderr.readline()
460+ trace.mutter(path_line)
461+ self.assertEqual(expected, path_line)
462+ return proc
463+
464 def start_service_subprocess(self):
465 # Make sure this plugin is exposed to the subprocess
466 # SLOOWWW (~2 seconds, which is why we are doing the work anyway)
467@@ -406,16 +419,7 @@
468 os.remove(path) # service wants create it as a socket
469 env_changes = {'BZR_PLUGIN_PATH': lpserve.__path__[0],
470 'BZR_LOG': tempname}
471- proc = self.start_bzr_subprocess(
472- ['lp-service', '--path', path, '--no-preload',
473- '--children-timeout=1'],
474- env_changes=env_changes)
475- trace.mutter('started lp-service subprocess')
476- expected = 'Listening on socket: %s\n' % (path,)
477- path_line = proc.stderr.readline()
478- trace.mutter(path_line)
479- self.assertEqual(expected, path_line)
480- # The process won't delete it, so we do
481+ proc = self._start_subprocess(path, env_changes)
482 return proc, path
483
484 def stop_service(self):
485@@ -469,6 +473,9 @@
486 code = int(response.split('\n', 1)[1])
487 self.assertEqual(expected_code, code)
488
489+
490+class TestLPServiceInSubprocess(TestCaseWithLPForkingServiceSubprocess):
491+
492 def test_fork_lp_serve_hello(self):
493 path, _, sock = self.send_fork_request('lp-serve --inet 2')
494 stdout_content, stderr_content = self.communicate_with_fork(path,
495@@ -532,3 +539,127 @@
496
497 def test_sigint_exits_nicely(self):
498 self._check_exits_nicely(signal.SIGINT)
499+
500+
501+class TestCaseWithLPForkingServiceDaemon(
502+ TestCaseWithLPForkingServiceSubprocess):
503+ """Test LPForkingService interaction, when run in daemon mode."""
504+
505+ def _cleanup_daemon(self, pid, pid_filename):
506+ try:
507+ os.kill(pid, signal.SIGKILL)
508+ except (OSError, IOError), e:
509+ trace.mutter('failed to kill pid %d, might be already dead: %s'
510+ % (pid, e))
511+ try:
512+ os.remove(pid_filename)
513+ except (OSError, IOError), e:
514+ if e.errno != errno.ENOENT:
515+ trace.mutter('failed to remove %r: %s'
516+ % (pid_filename, e))
517+
518+ def _start_subprocess(self, path, env_changes):
519+ fd, pid_filename = tempfile.mkstemp(prefix='tmp-lp-forking-service-',
520+ suffix='.pid')
521+ self.service_pid_filename = pid_filename
522+ os.close(fd)
523+ proc = self.start_bzr_subprocess(
524+ ['lp-service', '--path', path, '--no-preload',
525+ '--children-timeout=1', '--pid-file', pid_filename],
526+ env_changes=env_changes)
527+ trace.mutter('started lp-service daemon')
528+ # We wait for the spawned process to exit, expecting it to report the
529+ # final pid into the pid_filename.
530+ tnow = time.time()
531+ tstop_waiting = tnow + 1.0
532+ # When this returns, the first fork has completed and the parent has
533+ # exited.
534+ proc.wait()
535+ while tnow < tstop_waiting:
536+ # Wait for the socket to become available
537+ if os.path.exists(path):
538+ # The service has created the socket for us to communicate
539+ break
540+ time.sleep(0.1)
541+ tnow = time.time()
542+
543+ with open(pid_filename, 'rb') as f:
544+ pid = f.read()
545+ trace.mutter('found pid: %r' % (pid,))
546+ pid = int(pid.strip())
547+ # This is now the pid of the final daemon
548+ trace.mutter('lp-forking-service daemon at pid %s' % (pid,))
549+ # Because nothing else will clean this up, add this final handler to
550+ # clean up if all else fails.
551+ self.addCleanup(self._cleanup_daemon, pid, pid_filename)
552+ # self.service_process will now be the pid of the daemon, rather than a
553+ # Popen object.
554+ return pid
555+
556+ def stop_service(self):
557+ if self.service_process is None:
558+ # Already stopped
559+ return
560+ # First, try to stop the service gracefully, by sending a 'quit'
561+ # message
562+ try:
563+ response = self.send_message_to_service('quit\n')
564+ except socket.error, e:
565+ # Ignore a failure to connect, the service must be stopping/stopped
566+ # already
567+ response = None
568+ if response is not None:
569+ self.assertEqual('ok\nquit command requested... exiting\n',
570+ response)
571+ # Wait for the process to actually exit, or force it if necessary.
572+ tnow = time.time()
573+ tend = tnow + 2.0
574+ # We'll be nice a couple of times, and then get mean
575+ attempts = [None, None, None, signal.SIGTERM, signal.SIGKILL]
576+ stopped = False
577+ unclean = False
578+ while tnow < tend:
579+ try:
580+ os.kill(self.service_process, 0)
581+ except (OSError, IOError), e:
582+ if e.errno == errno.ESRCH:
583+ # The process has successfully exited
584+ stopped = True
585+ break
586+ raise
587+ else:
588+ # The process has not exited yet
589+ time.sleep(0.1)
590+ if attempts:
591+ sig = attempts.pop(0)
592+ if sig is not None:
593+ unclean = True
594+ try:
595+ os.kill(self.service_process, sig)
596+ except (OSError, IOError), e:
597+ if e.errno == errno.ESRCH:
598+ stopped = True
599+ break
600+ raise
601+ if not stopped:
602+ self.fail('Unable to stop the daemon process (pid %s) after 2.0s'
603+ % (self.service_process,))
604+ elif unclean:
605+ self.fail('Process (pid %s) had to be shut-down'
606+ % (self.service_process,))
607+ self.service_process = None
608+
609+ def test_simple_start_and_stop(self):
610+ pass # All the work is done in setUp()
611+
612+ def test_starts_and_cleans_up(self):
613+ # The service should be up and responsive
614+ response = self.send_message_to_service('hello\n')
615+ self.assertEqual('ok\nyep, still alive\n', response)
616+ self.failUnless(os.path.isfile(self.service_pid_filename))
617+ with open(self.service_pid_filename, 'rb') as f:
618+ content = f.read()
619+ self.assertEqualDiff('%d\n' % (self.service_process,), content)
620+ # We're done, shut it down
621+ self.stop_service()
622+ self.failIf(os.path.isfile(self.service_pid_filename))
623
624=== modified file 'configs/development/launchpad-lazr.conf'
625--- configs/development/launchpad-lazr.conf 2010-10-25 20:42:59 +0000
626+++ configs/development/launchpad-lazr.conf 2010-12-15 20:36:34 +0000
627@@ -137,6 +137,10 @@
628 oops_prefix: IDSJ
629 error_dir: /var/tmp/soyuz.test
630
631+[sync_packages]
632+oops_prefix: SPJ
633+error_dir: /var/tmp/soyuz.test
634+
635 [launchpad]
636 enable_test_openid_provider: True
637 openid_provider_vhost: testopenid
638
639=== modified file 'configs/development/launchpad.conf'
640--- configs/development/launchpad.conf 2010-07-16 20:32:02 +0000
641+++ configs/development/launchpad.conf 2010-12-15 20:36:34 +0000
642@@ -43,7 +43,7 @@
643 # filesystem path or the tokens STDOUT or STDERR.
644
645 <logfile>
646- path launchpad-access.log
647+ path logs/launchpad-access.log
648 </logfile>
649
650 <logfile>
651@@ -57,7 +57,7 @@
652 # filesystem path or the tokens STDOUT or STDERR.
653
654 <logfile>
655- path launchpad.log
656+ path logs/launchpad.log
657 </logfile>
658
659 <logfile>
660@@ -71,7 +71,7 @@
661
662 <logfile>
663 format %(message)s
664- path trace.log
665+ path logs/trace.log
666 </logfile>
667
668 </logger>
669
670=== modified file 'configs/test-playground/launchpad.conf'
671--- configs/test-playground/launchpad.conf 2009-09-11 18:14:50 +0000
672+++ configs/test-playground/launchpad.conf 2010-12-15 20:36:34 +0000
673@@ -43,7 +43,7 @@
674 # filesystem path or the tokens STDOUT or STDERR.
675
676 <logfile>
677- path launchpad-access.log
678+ path logs/launchpad-access.log
679 </logfile>
680
681 <logfile>
682@@ -57,7 +57,7 @@
683 # filesystem path or the tokens STDOUT or STDERR.
684
685 <logfile>
686- path launchpad.log
687+ path logs/launchpad.log
688 </logfile>
689
690 <logfile>
691@@ -71,7 +71,7 @@
692
693 <logfile>
694 format %(message)s
695- path trace.log
696+ path logs/trace.log
697 </logfile>
698
699 </logger>
700
701=== modified file 'configs/testrunner-appserver/launchpad.conf'
702--- configs/testrunner-appserver/launchpad.conf 2009-09-11 18:14:50 +0000
703+++ configs/testrunner-appserver/launchpad.conf 2010-12-15 20:36:34 +0000
704@@ -28,13 +28,13 @@
705
706 <accesslog>
707 <logfile>
708- path test-appserver-layer.log
709+ path logs/test-appserver-layer.log
710 </logfile>
711 </accesslog>
712
713 <eventlog>
714 <logfile>
715- path test-appserver-layer.log
716+ path logs/test-appserver-layer.log
717 </logfile>
718 </eventlog>
719
720@@ -44,7 +44,7 @@
721
722 <logfile>
723 format %(message)s
724- path test-appserver-layer-trace.log
725+ path logs/test-appserver-layer-trace.log
726 </logfile>
727
728 </logger>
729
730=== modified file 'configs/testrunner/launchpad.conf'
731--- configs/testrunner/launchpad.conf 2008-10-17 18:39:23 +0000
732+++ configs/testrunner/launchpad.conf 2010-12-15 20:36:34 +0000
733@@ -43,7 +43,7 @@
734 # filesystem path or the tokens STDOUT or STDERR.
735
736 <logfile>
737- path launchpad-access.log
738+ path logs/launchpad-access.log
739 </logfile>
740
741 <logfile>
742@@ -57,7 +57,7 @@
743 # filesystem path or the tokens STDOUT or STDERR.
744
745 <logfile>
746- path launchpad.log
747+ path logs/launchpad.log
748 </logfile>
749
750 <logfile>
751
752=== modified file 'cronscripts/create-debwatches.py'
753--- cronscripts/create-debwatches.py 2010-10-03 15:30:06 +0000
754+++ cronscripts/create-debwatches.py 2010-12-15 20:36:34 +0000
755@@ -22,7 +22,7 @@
756 from lp.services.scripts.base import (
757 LaunchpadCronScript, LaunchpadScriptFailure)
758 from canonical.launchpad.scripts.debsync import do_import
759-from canonical.launchpad.interfaces import ILaunchpadCelebrities
760+from canonical.launchpad.interfaces.launchpad import ILaunchpadCelebrities
761
762
763 # setup core values and defaults
764
765=== modified file 'cronscripts/distributionmirror-prober.py'
766--- cronscripts/distributionmirror-prober.py 2010-10-03 15:30:06 +0000
767+++ cronscripts/distributionmirror-prober.py 2010-12-15 20:36:34 +0000
768@@ -20,8 +20,11 @@
769 from canonical.database.sqlbase import ISOLATION_LEVEL_AUTOCOMMIT
770 from lp.services.scripts.base import (
771 LaunchpadCronScript, LaunchpadScriptFailure)
772-from canonical.launchpad.interfaces import (
773- IDistributionMirrorSet, ILibraryFileAliasSet, MirrorContent)
774+from lp.registry.interfaces.distributionmirror import (
775+ IDistributionMirrorSet,
776+ MirrorContent,
777+ )
778+from canonical.launchpad.interfaces.librarian import ILibraryFileAliasSet
779 from canonical.launchpad.webapp import canonical_url
780 from lp.registry.scripts.distributionmirror_prober import (
781 get_expected_cdimage_paths, probe_archive_mirror, probe_cdimage_mirror)
782
783=== modified file 'cronscripts/expire-bugtasks.py'
784--- cronscripts/expire-bugtasks.py 2010-04-27 19:48:39 +0000
785+++ cronscripts/expire-bugtasks.py 2010-12-15 20:36:34 +0000
786@@ -15,6 +15,8 @@
787
788 import _pythonpath
789
790+from zope.component import getUtility
791+
792 from canonical.config import config
793 from lp.services.scripts.base import LaunchpadCronScript
794 from lp.bugs.scripts.bugexpire import BugJanitor
795@@ -30,9 +32,23 @@
796 usage = "usage: %prog [options]"
797 description = ' %s' % __doc__
798
799+ def add_my_options(self):
800+ self.parser.add_option('-u', '--ubuntu', action='store_true',
801+ dest='ubuntu', default=False,
802+ help='Only expire Ubuntu bug tasks.')
803+ self.parser.add_option('-l', '--limit', action='store', dest='limit',
804+ type='int', metavar='NUMBER', default=None,
805+ help='Limit expiry to NUMBER of bug tasks.')
806+
807 def main(self):
808 """Run the BugJanitor."""
809- janitor = BugJanitor(log=self.logger)
810+ target = None
811+ if self.options.ubuntu:
812+ # Avoid circular import.
813+ from lp.registry.interfaces.distribution import IDistributionSet
814+ target = getUtility(IDistributionSet).getByName('ubuntu')
815+ janitor = BugJanitor(
816+ log=self.logger, target=target, limit=self.options.limit)
817 janitor.expireBugTasks(self.txn)
818
819
820
821=== modified file 'cronscripts/flag-expired-memberships.py'
822--- cronscripts/flag-expired-memberships.py 2010-10-03 15:30:06 +0000
823+++ cronscripts/flag-expired-memberships.py 2010-12-15 20:36:34 +0000
824@@ -15,9 +15,11 @@
825 from zope.component import getUtility
826
827 from canonical.config import config
828-from canonical.launchpad.interfaces import (
829- DAYS_BEFORE_EXPIRATION_WARNING_IS_SENT, ILaunchpadCelebrities,
830- ITeamMembershipSet)
831+from canonical.launchpad.interfaces.launchpad import ILaunchpadCelebrities
832+from lp.registry.interfaces.teammembership import (
833+ DAYS_BEFORE_EXPIRATION_WARNING_IS_SENT,
834+ ITeamMembershipSet,
835+ )
836 from lp.services.scripts.base import (
837 LaunchpadCronScript, LaunchpadScriptFailure)
838
839
840=== modified file 'cronscripts/foaf-update-karma-cache.py'
841--- cronscripts/foaf-update-karma-cache.py 2010-10-03 15:30:06 +0000
842+++ cronscripts/foaf-update-karma-cache.py 2010-12-15 20:36:34 +0000
843@@ -12,8 +12,8 @@
844 from canonical.config import config
845 from canonical.database.sqlbase import (
846 ISOLATION_LEVEL_AUTOCOMMIT, flush_database_updates)
847-from canonical.launchpad.interfaces import IKarmaCacheManager
848 from lp.app.errors import NotFoundError
849+from lp.registry.interfaces.karma import IKarmaCacheManager
850 from lp.services.scripts.base import LaunchpadCronScript
851
852
853
854=== modified file 'cronscripts/parse-ppa-apache-access-logs.py'
855--- cronscripts/parse-ppa-apache-access-logs.py 2010-06-10 05:22:58 +0000
856+++ cronscripts/parse-ppa-apache-access-logs.py 2010-12-15 20:36:34 +0000
857@@ -14,9 +14,7 @@
858 from zope.component import getUtility
859
860 from canonical.config import config
861-# XXX: wgrant 2010-03-16 bug=539496: Importing directly from
862-# lp.registry.interfaces.person results in a circular import.
863-from canonical.launchpad.interfaces import IPersonSet
864+from lp.registry.interfaces.person import IPersonSet
865 from lp.soyuz.interfaces.archive import NoSuchPPA
866 from lp.soyuz.scripts.ppa_apache_log_parser import DBUSER, get_ppa_file_key
867 from lp.services.apachelogparser.script import ParseApacheLogs
868
869=== modified file 'cronscripts/process-mail.py'
870--- cronscripts/process-mail.py 2010-10-11 18:29:14 +0000
871+++ cronscripts/process-mail.py 2010-12-15 20:36:34 +0000
872@@ -14,7 +14,7 @@
873 from lp.services.scripts.base import (
874 LaunchpadCronScript, LaunchpadScriptFailure)
875 from lp.services.mail.incoming import handleMail
876-from canonical.launchpad.interfaces import IMailBox
877+from canonical.launchpad.interfaces.mailbox import IMailBox
878
879
880 class ProcessMail(LaunchpadCronScript):
881
882=== modified file 'cronscripts/publishing/cron.germinate'
883--- cronscripts/publishing/cron.germinate 2010-09-06 09:46:01 +0000
884+++ cronscripts/publishing/cron.germinate 2010-12-15 20:36:34 +0000
885@@ -37,10 +37,21 @@
886 # Clean up temporary files
887 rm -f germinate.output ALL ALL.sources UBUNTU-* KUBUNTU-* EDUBUNTU-* XUBUNTU-* MYTHBUNTU-* NETBOOK-*
888 rm -f all_* all.sources_*
889+rm -rf dists
890
891-# Grab a local copy of Sources files
892+# Grab local copies of Sources and Packages files, to avoid problems in case
893+# the archive changes under our feet.
894 for component in main universe restricted multiverse; do
895- zcat $ARCHIVEROOT/dists/"$suite"/"$component"/source/Sources.gz > archive.ubuntu.com_"$suite"_"$component"_Sources;
896+ base="dists/$suite/$component"
897+ mkdir -p "$base/source"
898+ zcat "$ARCHIVEROOT/$base/source/Sources.gz" > "$base/source/Sources"
899+ for arch in i386 amd64 powerpc armel; do
900+ mkdir -p "$base/binary-$arch" "$base/debian-installer/binary-$arch"
901+ zcat "$ARCHIVEROOT/$base/binary-$arch/Packages.gz" \
902+ > "$base/binary-$arch/Packages"
903+ zcat "$ARCHIVEROOT/$base/debian-installer/binary-$arch/Packages.gz" \
904+ > "$base/debian-installer/binary-$arch/Packages"
905+ done
906 done
907
908 > "$MISCROOT/more-extra.override.$suite.main.new"
909@@ -50,15 +61,9 @@
910 DISTRO="$(echo $distro | tr a-z A-Z)"
911 germinate_suite="$distro.$suite"
912 for arch in i386 amd64 powerpc armel; do
913- # Grab local copy of Packages and InstallerPackages files
914- for component in main universe restricted multiverse; do
915- zcat $ARCHIVEROOT/dists/"$suite"/"$component"/binary-$arch/Packages.gz > archive.ubuntu.com_"$suite"_"$component"_Packages
916- zcat $ARCHIVEROOT/dists/"$suite"/"$component"/debian-installer/binary-$arch/Packages.gz > archive.ubuntu.com_"$suite"_"$component"_InstallerPackages
917- done
918-
919 # Run germinate
920 echo " **************** $distro/$suite/$arch ********************* " >> germinate.output
921- germinate --no-rdepends -s "$germinate_suite" -d "$suite" -c "$germinate_components" -a $arch >> germinate.output 2>&1
922+ germinate --no-rdepends -m "file://$(pwd)/" -s "$germinate_suite" -d "$suite" -c "$germinate_components" -a $arch >> germinate.output 2>&1
923
924 # The structure file is generally useful; keep per distro/suite/arch
925 # copies for convenience
926
927=== modified file 'cronscripts/publishing/cron.publish-copy-archives'
928--- cronscripts/publishing/cron.publish-copy-archives 2010-06-25 14:36:11 +0000
929+++ cronscripts/publishing/cron.publish-copy-archives 2010-12-15 20:36:34 +0000
930@@ -10,7 +10,6 @@
931 exit 1
932 fi
933
934-set -x
935 set -e
936 set -u
937
938@@ -20,24 +19,23 @@
939
940
941 # Informational -- this *MUST* match the database.
942-ARCHIVEROOT=/srv/launchpad.net/ubuntu-archive/ubuntu
943+ARCHIVEROOT=/srv/launchpad.net/rebuild-test/ubuntu
944 DISTSROOT=$ARCHIVEROOT/dists
945 OVERRIDEROOT=$ARCHIVEROOT/../ubuntu-overrides
946 INDICES=$ARCHIVEROOT/indices
947 PRODUCTION_CONFIG=ftpmaster-publish
948
949 if [ "$LPCONFIG" = "$PRODUCTION_CONFIG" ]; then
950- GNUPGHOME=/srv/launchpad.net/ubuntu-archive/gnupg-home
951+ GNUPGHOME=/srv/launchpad.net/rebuild-test/gnupg-home
952 else
953 echo GPG keys will come from ~/.gnupg
954 # GNUPGHOME does not need to be set, keys can come from ~/.gnupg.
955 fi
956
957 # Configuration options.
958-LAUNCHPADROOT=/srv/launchpad.net/codelines/current
959-LOCKFILE=/srv/launchpad.net/ubuntu-archive/cron.daily.lock
960+LAUNCHPADROOT=/srv/launchpad.net/production/launchpad
961+LOCKFILE=/srv/launchpad.net/rebuild-test/cron.daily.lock
962 DISTRONAME=ubuntu
963-TRACEFILE=$ARCHIVEROOT/project/trace/$(hostname --fqdn)
964
965 # Manipulate the environment.
966 export GNUPGHOME
967@@ -64,20 +62,5 @@
968 # Publish the packages to disk.
969 publish-distro.py -v -v --copy-archive -d $DISTRONAME
970
971-set +x
972-
973 echo Removing uncompressed Packages and Sources files
974 find ${DISTSROOT} \( -name "Packages" -o -name "Sources" \) -exec rm "{}" \;
975-
976-# Copy in the indices.
977-if [ "$LPCONFIG" = "$PRODUCTION_CONFIG" ]; then
978- echo Copying the indices into place.
979- rm -f $INDICES/override.*
980- cp $OVERRIDEROOT/override.* $INDICES
981-fi
982-
983-# Timestamp our trace file to track when the last archive publisher run took
984-# place.
985-if [ "$LPCONFIG" = "$PRODUCTION_CONFIG" ]; then
986- date -u > "$TRACEFILE"
987-fi
988
989=== modified file 'cronscripts/send-bug-notifications.py'
990--- cronscripts/send-bug-notifications.py 2010-10-03 15:30:06 +0000
991+++ cronscripts/send-bug-notifications.py 2010-12-15 20:36:34 +0000
992@@ -19,8 +19,8 @@
993
994 from canonical.config import config
995 from canonical.database.constants import UTC_NOW
996-from canonical.launchpad.interfaces import IBugNotificationSet
997 from canonical.launchpad.mail import sendmail
998+from lp.bugs.interfaces.bugnotification import IBugNotificationSet
999 from lp.bugs.scripts.bugnotification import get_email_notifications
1000 from lp.services.scripts.base import LaunchpadCronScript
1001
1002
1003=== added file 'cronscripts/sync-packages.py'
1004--- cronscripts/sync-packages.py 1970-01-01 00:00:00 +0000
1005+++ cronscripts/sync-packages.py 2010-12-15 20:36:34 +0000
1006@@ -0,0 +1,25 @@
1007+#!/usr/bin/python -S
1008+#
1009+# Copyright 2010 Canonical Ltd. This software is licensed under the
1010+# GNU Affero General Public License version 3 (see the file LICENSE).
1011+
1012+"""Synchronize packages."""
1013+
1014+__metaclass__ = type
1015+
1016+import _pythonpath
1017+
1018+from lp.services.job.runner import JobCronScript
1019+from lp.soyuz.interfaces.distributionjob import ISyncPackageJobSource
1020+
1021+
1022+class RunSyncPackageJob(JobCronScript):
1023+ """Run SyncPackageJob jobs."""
1024+
1025+ config_name = 'sync_packages'
1026+ source_interface = ISyncPackageJobSource
1027+
1028+
1029+if __name__ == '__main__':
1030+ script = RunSyncPackageJob()
1031+ script.lock_and_run()
1032
1033=== added file 'cronscripts/update-bugzilla-remote-components.py'
1034--- cronscripts/update-bugzilla-remote-components.py 1970-01-01 00:00:00 +0000
1035+++ cronscripts/update-bugzilla-remote-components.py 2010-12-15 20:36:34 +0000
1036@@ -0,0 +1,41 @@
1037+#!/usr/bin/python -S
1038+#
1039+# Copyright 2010 Canonical Ltd. This software is licensed under the
1040+# GNU Affero General Public License version 3 (see the file LICENSE).
1041+
1042+# pylint: disable-msg=W0403
1043+import _pythonpath
1044+
1045+import time
1046+
1047+from canonical.config import config
1048+from lp.services.scripts.base import LaunchpadCronScript
1049+from canonical.launchpad.scripts.bzremotecomponentfinder import (
1050+ BugzillaRemoteComponentFinder,
1051+ )
1052+
1053+
1054+class UpdateRemoteComponentsFromBugzilla(LaunchpadCronScript):
1055+
1056+ def add_my_options(self):
1057+ self.parser.add_option(
1058+ "-b", "--bugtracker", dest="bugtracker",
1059+ help="Update only the bug tracker with this name in launchpad")
1060+
1061+ def main(self):
1062+ start_time = time.time()
1063+ finder = BugzillaRemoteComponentFinder(
1064+ self.logger)
1065+ finder.getRemoteProductsAndComponents(
1066+ bugtracker_name=self.options.bugtracker)
1067+
1068+ run_time = time.time() - start_time
1069+ print("Time for this run: %.3f seconds." % run_time)
1070+
1071+
1072+if __name__ == "__main__":
1073+
1074+ updater = UpdateRemoteComponentsFromBugzilla(
1075+ "updatebugzillaremotecomponents",
1076+ dbuser=config.updatebugzillaremotecomponents.dbuser)
1077+ updater.lock_and_run()
1078
1079=== modified file 'cronscripts/update-debwatches.py'
1080--- cronscripts/update-debwatches.py 2010-10-03 15:30:06 +0000
1081+++ cronscripts/update-debwatches.py 2010-12-15 20:36:34 +0000
1082@@ -15,12 +15,21 @@
1083 # zope bits
1084 from zope.component import getUtility
1085
1086+from lp.bugs.interfaces.bug import IBugSet
1087+from lp.bugs.interfaces.bugtask import (
1088+ BugTaskSearchParams,
1089+ IBugTaskSet,
1090+ )
1091+from lp.bugs.interfaces.bugwatch import IBugWatchSet
1092+from lp.bugs.interfaces.cve import ICveSet
1093 from lp.bugs.scripts import debbugs
1094 from lp.services.scripts.base import (LaunchpadCronScript,
1095 LaunchpadScriptFailure)
1096-from canonical.launchpad.interfaces import (IBugSet,
1097- ILaunchpadCelebrities, InvalidEmailMessage, IBugTaskSet,
1098- IBugWatchSet, IMessageSet, ICveSet, BugTaskSearchParams)
1099+from canonical.launchpad.interfaces.launchpad import ILaunchpadCelebrities
1100+from canonical.launchpad.interfaces.message import (
1101+ InvalidEmailMessage,
1102+ IMessageSet,
1103+ )
1104 from canonical.database.constants import UTC_NOW
1105
1106 # setup core values and defaults
1107
1108=== modified file 'cronscripts/update-pkgcache.py'
1109--- cronscripts/update-pkgcache.py 2010-10-03 15:30:06 +0000
1110+++ cronscripts/update-pkgcache.py 2010-12-15 20:36:34 +0000
1111@@ -13,8 +13,7 @@
1112
1113 from zope.component import getUtility
1114
1115-from canonical.config import config
1116-from canonical.launchpad.interfaces import IDistributionSet
1117+from lp.registry.interfaces.distribution import IDistributionSet
1118 from lp.services.scripts.base import LaunchpadCronScript
1119
1120
1121
1122=== modified file 'cronscripts/update-remote-product.py'
1123--- cronscripts/update-remote-product.py 2010-04-27 19:48:39 +0000
1124+++ cronscripts/update-remote-product.py 2010-12-15 20:36:34 +0000
1125@@ -3,7 +3,11 @@
1126 # Copyright 2009 Canonical Ltd. This software is licensed under the
1127 # GNU Affero General Public License version 3 (see the file LICENSE).
1128
1129-"""Cron job to update Product.remote_product using bug watch information. """
1130+"""Cron job to update Product.remote_product using bug watch information.
1131+
1132+This script sets the remote_product string value on Launchpad Products
1133+by looking it up from one of the product's bug watches.
1134+"""
1135
1136 # pylint: disable-msg=W0403
1137 import _pythonpath
1138
1139=== modified file 'cronscripts/update-stats.py'
1140--- cronscripts/update-stats.py 2010-10-03 15:30:06 +0000
1141+++ cronscripts/update-stats.py 2010-12-15 20:36:34 +0000
1142@@ -11,10 +11,12 @@
1143
1144 from zope.component import getUtility
1145 from canonical.database.sqlbase import ISOLATION_LEVEL_READ_COMMITTED
1146+from canonical.launchpad.interfaces.launchpadstatistic import (
1147+ ILaunchpadStatisticSet,
1148+ )
1149 from lp.services.scripts.base import LaunchpadCronScript
1150-from canonical.launchpad.interfaces import (
1151- IDistributionSet, ILaunchpadStatisticSet, IPersonSet
1152- )
1153+from lp.registry.interfaces.distribution import IDistributionSet
1154+from lp.registry.interfaces.person import IPersonSet
1155 from canonical.config import config
1156
1157
1158
1159=== modified file 'database/replication/slon_ctl.py'
1160--- database/replication/slon_ctl.py 2010-09-07 12:20:34 +0000
1161+++ database/replication/slon_ctl.py 2010-12-15 20:36:34 +0000
1162@@ -116,7 +116,7 @@
1163 "--exec", "/usr/bin/slon",
1164 "--startas", "/bin/sh",
1165 "--", "-c",
1166- "slon -p %s %s %s '%s' > %s" % (
1167+ "slon -p %s %s %s '%s' >> %s" % (
1168 pidfile, slon_args, replication.helpers.CLUSTERNAME,
1169 node.connection_string, logfile)]
1170 log.debug("Running %s" % repr(cmd))
1171
1172=== modified file 'database/sampledata/current-dev.sql'
1173--- database/sampledata/current-dev.sql 2010-10-07 22:46:08 +0000
1174+++ database/sampledata/current-dev.sql 2010-12-15 20:36:34 +0000
1175@@ -1,6 +1,6 @@
1176 -- Copyright 2010 Canonical Ltd. This software is licensed under the
1177 -- GNU Affero General Public License version 3 (see the file LICENSE).
1178--- Created using pg_dump (PostgreSQL) 8.4.4
1179+-- Created using pg_dump (PostgreSQL) 8.4.5
1180
1181 SET check_function_bodies = false;
1182 SET client_encoding = 'UTF8';
1183@@ -810,6 +810,27 @@
1184
1185
1186
1187+
1188+
1189+
1190+
1191+
1192+
1193+
1194+
1195+
1196+
1197+
1198+
1199+
1200+
1201+
1202+
1203+
1204+
1205+
1206+
1207+
1208 SET SESSION AUTHORIZATION DEFAULT;
1209
1210 ALTER TABLE account DISABLE TRIGGER ALL;
1211@@ -1896,7 +1917,7 @@
1212 overrideroot=/var/tmp/archive/ubuntu-overrides
1213 cacheroot=/var/tmp/archive/ubuntu-cache
1214 miscroot=/var/tmp/archive/ubuntu-misc
1215-', 'Ubuntu', 'Ubuntu is a new approach to Linux Distribution that includes regular releases, and a simplified single-CD installation system.', 17, NULL, 1, NULL, true, true, NULL, NULL, 3, 59, NULL, NULL, '2006-10-16 18:31:43.415195', NULL, NULL, NULL, NULL, NULL, true, NULL, true, true, NULL, NULL, NULL, NULL, 10, 10, 10);
1216+', 'Ubuntu', 'Ubuntu is a new approach to Linux Distribution that includes regular releases, and a simplified single-CD installation system.', 17, NULL, 1, NULL, true, true, NULL, NULL, 3, 59, NULL, NULL, '2006-10-16 18:31:43.415195', NULL, NULL, NULL, NULL, NULL, true, NULL, true, true, NULL, NULL, NULL, NULL, 20, 20, 20);
1217 INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (2, 'redhat', 'Redhat Advanced Server', 'Red Hat is a commercial distribution of the GNU/Linux Operating System.', 'redhat.com', 1, NULL, 'Red Hat', 'Red Hat is a commercial distribution of the GNU/Linux Operating System.', 1, NULL, 1, NULL, false, false, NULL, 8, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.417928', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL, NULL, 10, 10, 10);
1218 INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (3, 'debian', 'Debian GNU/Linux', 'Debian GNU/Linux is
1219 a non commercial distribution of a GNU/Linux Operating System for many
1220@@ -1955,10 +1976,10 @@
1221 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (1, 1, 17, 'tomcat', 'Tomcat', 'Tomcat', 'The servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.', 'Apache Tomcat is developed in an open and participatory environment and released under the Apache Software License. This project has nothing to do with Ubuntu, but this description uses the word "Ubuntu" for the purpose of testing search results.', '2004-09-24 20:58:00.655518', 'http://tomcat.apache.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 16, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 17, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
1222 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (2, 2, 2, 'unassigned', 'unassigned syncs', 'unassigned syncs', 'syncs still not assigned to a real product', 'unassigned syncs, will not be processed, to be moved to real projects ASAP.', '2004-09-24 20:58:00.674409', 'http://archive.apache.org/dist/tomcat', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, false, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 17, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 2, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
1223 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (3, 3, 2, 'arch-mirrors', 'Arch mirrors', 'Arch archive mirrors', 'Arch Archive Mirroring project.', 'Arch archive full-archive mirror tasks', '2004-09-24 20:58:00.691047', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 15, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 2, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
1224-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (4, 4, 12, 'firefox', 'Mozilla Firefox', 'Mozilla Firefox', 'The Mozilla Firefox web browser', 'The Mozilla Firefox web browser', '2004-09-24 20:58:02.185708', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, false, true, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, 12, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
1225+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (4, 4, 12, 'firefox', 'Mozilla Firefox', 'Mozilla Firefox', 'The Mozilla Firefox web browser', 'The Mozilla Firefox web browser', '2004-09-24 20:58:02.185708', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, false, true, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, 12, NULL, NULL, NULL, NULL, NULL, 20, 10, 10);
1226 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (5, 5, 12, 'evolution', 'Evolution', 'The Evolution Groupware Application', 'Evolution is an email client, addressbook and calendar application that is very well integrated with the Gnome desktop. Evolution is the standard mail client in the Ubuntu distribution, and supports all current mail system standards.', 'Recently, Evolution has seen significant work to make it interoperable with the proprietary Microsoft Exchange Server protocols and formats, allowing organisations to replace Outlook on Windows with Evolution and Linux.
1227
1228-The current stable release series of Evolution is 2.0.', '2004-09-24 20:58:02.240163', 'http://www.gnome.org/evolution/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, true, true, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 12, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
1229+The current stable release series of Evolution is 2.0.', '2004-09-24 20:58:02.240163', 'http://www.gnome.org/evolution/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, true, true, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 12, NULL, NULL, NULL, NULL, NULL, 10, 10, 20);
1230 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (6, 5, 12, 'gnome-terminal', 'GNOME Terminal', 'The GNOME Terminal Emulator', 'Gnome Terminal is a simple terminal application for your Gnome desktop. It allows quick access to console applications, supports all console types, and has many useful features such as tabbed consoles (many consoles in a single window with quick switching between them).', 'The Gnome Terminal application fully supports Gnome 2 and is a standard part of the Gnome Desktop.', '2004-09-24 20:58:02.256678', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, 2, 14, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 12, 'gnome-terminal', NULL, NULL, NULL, NULL, 10, 10, 10);
1231 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (7, 6, 12, 'iso-codes', 'iso-codes', 'The iso-codes', 'foo', 'bar', '2004-09-24 20:58:02.258743', 'http://www.novell.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 13, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 12, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
1232 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (8, 4, 12, 'thunderbird', 'Mozilla Thunderbird', 'Mozilla Thunderbird', 'The Mozilla Thunderbird email client', 'The Mozilla Thunderbird email client', '2004-09-24 20:58:04.478988', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 4, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 12, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
1233@@ -1970,11 +1991,11 @@
1234 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (12, NULL, 16, 'a52dec', 'a52dec', 'Liba52 Test Decoder', 'a52dec is a test program for liba52.', 'This tool decodes ATSC A/52 streams, and also includes a demultiplexer for mpeg-1 and mpeg-2 program streams. The liba52 source code is always distributed in the a52dec package, to make sure it easier for people to test it.', '2005-04-14 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 6, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 16, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
1235 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (13, 5, 16, 'gnomebaker', 'gnomebaker', 'Gnome Baker', 'Gnome Baker is a CD burning application', 'Gnome Baker burns CDs like there''s no tomorrow', '2005-08-26 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 11, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 16, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
1236 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (14, NULL, 12, 'bazaar', 'Bazaar', 'Bazaar', 'Bazaar is a distributed revision control system', 'Bazaar is all about source control and double-dashes.', '2005-08-26 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 10, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 12, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
1237-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (15, NULL, 1, 'alsa-utils', 'alsa-utils', 'ALSA utilities', 'Utilities for configurating and using the Advanced Linux Sound Architecture', '', '2005-09-15 09:05:11.472752', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, true, false, NULL, NULL, NULL, NULL, 8, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 1, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
1238+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (15, NULL, 1, 'alsa-utils', 'alsa-utils', 'ALSA utilities', 'Utilities for configurating and using the Advanced Linux Sound Architecture', '', '2005-09-15 09:05:11.472752', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, true, false, NULL, NULL, NULL, NULL, 8, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 1, NULL, NULL, NULL, NULL, NULL, 10, 10, 20);
1239 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (16, NULL, 12, 'landscape', 'The Landscape Project', 'The Landscape Project', 'Landscape is a system being developed by Canonical to allow remote management of systems using a web interface.', 'Landscape is a system being developed by Canonical to allow remote management of systems using a web interface. The scope of the project isn''t limited, and will grow up as new features are planned.
1240
1241 The Landscape system consists of two major parts: a client daemon which delivers information to the server and acts on server-provided requests; and a web server responsible for handling communication with clients and the user interface itself.', '2006-07-11 19:59:17.311451', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, 64, NULL, NULL, NULL, 9, NULL, NULL, NULL, NULL, false, true, false, NULL, false, false, NULL, NULL, false, 12, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
1242-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (17, NULL, 12, 'launchpad', 'Launchpad', 'Launchpad', 'Launchpad is a catalogue of libre software projects and products. Projects registered in the Launchpad are linked to their translations in Rosetta, their bugs in Malone, their RCS imports in Bazaar, and their packages in Soyuz.', 'Launchpad''s design is inspired by the Description of a Project (DOAP) framework by Edd Dumbill, with extensions for actual releases of products.', '2006-11-24 12:48:19.178553', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, NULL, NULL, NULL, NULL, 19, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, 12, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
1243+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (17, NULL, 12, 'launchpad', 'Launchpad', 'Launchpad', 'Launchpad is a catalogue of libre software projects and products. Projects registered in the Launchpad are linked to their translations in Rosetta, their bugs in Malone, their RCS imports in Bazaar, and their packages in Soyuz.', 'Launchpad''s design is inspired by the Description of a Project (DOAP) framework by Edd Dumbill, with extensions for actual releases of products.', '2006-11-24 12:48:19.178553', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, NULL, NULL, NULL, NULL, 19, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, 12, NULL, NULL, NULL, NULL, NULL, 20, 10, 10);
1244 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (18, NULL, 37, 'upstart', 'Upstart', 'The Upstart System Initialisation Process', 'Event-based init daemon.', 'upstart is a replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running.', '2007-03-14 18:47:04.891546', 'http://upstart.ubuntu.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 20, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 37, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
1245 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (19, NULL, 28, 'aptoncd', 'APTonCD', 'APTonCD, Get APT Anywhere', 'A simple yet powerful tool which allows you to create one (or more) CD/DVD-Repository containing all of the packages downloaded via apt-get or aptitude.', 'A GUI-based tool that allows you to create a CD/DVD with all downloaded packages with APT-GET, creating a removable-repository.
1246
1247@@ -2958,53 +2979,53 @@
1248 ALTER TABLE bountysubscription ENABLE TRIGGER ALL;
1249
1250
1251-ALTER TABLE branchmergerobot DISABLE TRIGGER ALL;
1252-
1253-
1254-
1255-ALTER TABLE branchmergerobot ENABLE TRIGGER ALL;
1256+ALTER TABLE branchmergequeue DISABLE TRIGGER ALL;
1257+
1258+
1259+
1260+ALTER TABLE branchmergequeue ENABLE TRIGGER ALL;
1261
1262
1263 ALTER TABLE branch DISABLE TRIGGER ALL;
1264
1265-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (1, 'Mozilla Firefox Mainline', 'text', 12, 4, 12, 'main', NULL, 'http://bazaar.example.com/mozilla@arch.ubuntu.com/mozilla--MAIN--0', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:42.98217', 0, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.837773', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', 'firefox', '~name12/firefox/main', NULL);
1266-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (2, 'Mozilla Thunderbird Mainline', 'Bazaar import of the Mozilla Thunderbird CVS mainline.', 11, 8, 1, 'main', NULL, 'http://bazaar.example.com/thunderbird@arch.ubuntu.com/thunderbird--MAIN--0', NULL, 30, NULL, '2006-04-08 01:40:15.816029', 1, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.042944', 0, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.842033', 11, NULL, NULL, NULL, NULL, NULL, NULL, 'stevea', 'thunderbird', '~stevea/thunderbird/main', NULL);
1267-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (3, 'Python Twisted Trunk', 'Bazaar import of the Twisted SVN trunk.', 7, NULL, 3, 'trunk', NULL, 'http://bazaar.example.com/twisted@arch.ubuntu.com/twisted--trunk--0', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.04419', 0, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.843681', 7, NULL, NULL, NULL, NULL, NULL, NULL, 'spiv', NULL, '~spiv/+junk/trunk', NULL);
1268-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (4, 'Bugzila Mainline', 'text', 3, NULL, NULL, 'main', NULL, 'http://bazaar.example.com/bugzilla@arch.ubuntu.com/bugzila--MAIN--0', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.045278', 0, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.844341', 3, NULL, NULL, NULL, NULL, NULL, NULL, 'justdave', NULL, '~justdave/+junk/main', NULL);
1269-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (5, 'Arch Devel', 'text', 8, NULL, NULL, 'devel-1.0', NULL, 'http://bazaar.example.com/arch@arch.ubuntu.com/arch--devel--1.0', NULL, 30, NULL, '2006-04-08 22:20:14.973705', 9, 'I do not like Arch, so I am pretending it failed to mirror.', NULL, NULL, NULL, '2006-10-16 18:31:43.046996', 0, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.844975', 8, NULL, NULL, NULL, NULL, NULL, NULL, 'jblack', NULL, '~jblack/+junk/devel-1.0', NULL);
1270-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (6, 'Kiwi2 Mainline', 'text', 9, NULL, NULL, 'main', NULL, 'http://bazaar.example.com/kiwi2@arch.ubuntu.com/kiwi2--MAIN--0', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.048164', 0, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.84562', 9, NULL, NULL, NULL, NULL, NULL, NULL, 'kiko', NULL, '~kiko/+junk/main', NULL);
1271-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (7, 'Plone Trunk', 'text', 10, NULL, NULL, 'trunk', NULL, 'http://bazaar.example.com/plone@arch.ubuntu.com/plone--trunk--0', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.049222', 0, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.846258', 10, NULL, NULL, NULL, NULL, NULL, NULL, 'limi', NULL, '~limi/+junk/trunk', NULL);
1272-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (8, 'Evolution 2.0', 'text', 13, 5, NULL, '2.0', NULL, 'http://bazaar.example.com/gnome@arch.ubuntu.com/gnome--evolution--2.0', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.050317', 0, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.846899', 13, NULL, NULL, NULL, NULL, NULL, NULL, 'carlos', 'evolution', '~carlos/evolution/2.0', NULL);
1273-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (9, 'Iso-codes 0.35', 'text', 13, 7, NULL, '0.35', NULL, 'http://bazaar.example.com/iso-codes@arch.ubuntu.com/iso-codes--iso-codes--0.35', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.051395', 0, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.847595', 13, NULL, NULL, NULL, NULL, NULL, NULL, 'carlos', 'iso-codes', '~carlos/iso-codes/0.35', NULL);
1274-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (10, 'Mozilla Firefox 0.9.2', 'text', 1, 4, NULL, 'release-0.9.2', NULL, 'http://bazaar.example.com/mozilla@arch.ubuntu.com/mozilla--release--0.9.2', NULL, 30, NULL, NULL, 0, NULL, NULL, 'mozilla@arch.ubuntu.com/mozilla--release--0.9.2--base-0', NULL, '2006-10-16 18:31:43.052449', 1, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.848365', 1, NULL, NULL, NULL, NULL, NULL, NULL, 'mark', 'firefox', '~mark/firefox/release-0.9.2', NULL);
1275-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (11, 'Mozilla Firefox 0.9.1', 'text', 1, 4, NULL, 'release--0.9.1', NULL, 'http://bazaar.example.com/mozilla@arch.ubuntu.com/mozilla--release--0.9.1', NULL, 30, NULL, NULL, 0, NULL, NULL, 'mozilla@arch.ubuntu.com/mozilla--release--0.9.1--base-0', NULL, '2006-10-16 18:31:43.053511', 1, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.849077', 1, NULL, NULL, NULL, NULL, NULL, NULL, 'mark', 'firefox', '~mark/firefox/release--0.9.1', NULL);
1276-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (12, 'Mozilla Firefox 0.9', 'text', 1, 4, NULL, 'release-0.9', NULL, 'http://bazaar.example.com/mozilla@arch.ubuntu.com/mozilla--release--0.9', NULL, 30, NULL, NULL, 0, NULL, NULL, 'mozilla@arch.ubuntu.com/mozilla--release--0.9--base-0', NULL, '2006-10-16 18:31:43.054581', 1, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.84976', 1, NULL, NULL, NULL, NULL, NULL, NULL, 'mark', 'firefox', '~mark/firefox/release-0.9', NULL);
1277-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (13, 'Mozilla Firefox 0.8', 'text', 1, 4, NULL, 'release-0.8', NULL, 'http://bazaar.example.com/mozilla@arch.ubuntu.com/mozilla--release--0.8', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.055661', 0, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.850415', 1, NULL, NULL, NULL, NULL, NULL, NULL, 'mark', 'firefox', '~mark/firefox/release-0.8', NULL);
1278-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (14, NULL, NULL, 24, 5, NULL, 'main', NULL, NULL, NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.056714', 0, NULL, false, 3, NULL, NULL, 1, '2007-12-06 19:58:26.85103', 24, NULL, NULL, NULL, NULL, NULL, NULL, 'vcs-imports', 'evolution', '~vcs-imports/evolution/main', NULL);
1279-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (15, 'GNOME Terminal Mainline', 'Main branch of development for GNOME Terminal. Stable branches are based on that one.
1280-
1281-Home page: http://example.com/gnome-terminal', 12, 6, NULL, 'main', 'http://example.com/gnome-terminal', 'http://example.com/gnome-terminal/main', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.057682', 0, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.851575', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', 'gnome-terminal', '~name12/gnome-terminal/main', NULL);
1282-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (16, 'GNOME Terminal 2.6 Releases', 'Release branch of GNOME Terminal for the GNOME 2.6 environment.
1283-
1284-Home page: http://example.com/gnome-terminal/', 12, 6, NULL, '2.6', 'http://example.com/gnome-terminal/', 'http://example.com/gnome-terminal/2.6', NULL, 50, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.058953', 0, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.852227', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', 'gnome-terminal', '~name12/gnome-terminal/2.6', NULL);
1285-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (17, 'GNOME Terminal 2.4 Releases', 'Obsolete branch for GNOME 2.4 releases of GNOME Terminal.', 12, 6, NULL, '2.4', NULL, 'http://example.com/gnome-terminal/2.4', NULL, 80, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.060078', 0, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.852889', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', 'gnome-terminal', '~name12/gnome-terminal/2.4', NULL);
1286-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (18, 'Klingon support in GNOME Terminal', 'Experimental feature branch for developping and testing Klingon support in GNOME Terminal.
1287-
1288-Home page: http://trekkies.example.com/k12n', 12, 6, 12, 'klingon', 'http://trekkies.example.com/k12n', 'http://trekkies.example.com/gnome-terminal/klingon', NULL, 10, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.061162', 0, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.85354', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', 'gnome-terminal', '~name12/gnome-terminal/klingon', NULL);
1289-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (19, 'Slowing GNOME Terminal scrolling', 'Feature branch for slowing down the scrolling of text in GNOME Terminal.', 12, 6, 12, 'slowness', NULL, 'http://users.example.com/gnome-terminal/slowness', NULL, 70, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.062427', 0, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.854214', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', 'gnome-terminal', '~name12/gnome-terminal/slowness', NULL);
1290-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (20, 'Ubuntu Junk Code', 'Sample junk branch.', 12, NULL, 17, 'junk.dev', NULL, 'http://example.com/a', NULL, 10, NULL, NULL, 0, NULL, NULL, 'foo@localhost-20051031170357-1301ad6d387feb23', NULL, '2006-10-16 18:31:43.06351', 6, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.854821', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', NULL, '~name12/+junk/junk.dev', NULL);
1291-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (21, 'Junk Code Contributions', 'Contribute code to the junk branch.', 12, NULL, 12, 'junk.contrib', NULL, 'http://example.com/b', NULL, 30, NULL, NULL, 0, NULL, NULL, 'foo@localhost-20051031170357-1301ad6d387feb23', NULL, '2006-10-16 18:31:43.064578', 6, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.855432', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', NULL, '~name12/+junk/junk.contrib', NULL);
1292-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (22, 'Python twisted feature', 'Feature branch for twisted.', 7, NULL, 4, 'feature', NULL, 'http://not.launchpad.server.com/a-branch', NULL, 30, NULL, '2005-03-09 15:45:00', 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.065642', 0, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.856045', 7, NULL, NULL, NULL, NULL, NULL, NULL, 'spiv', NULL, '~spiv/+junk/feature', NULL);
1293-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (23, 'Another Python twisted feature', 'Another Feature branch for twisted.', 7, NULL, 4, 'feature2', NULL, 'http://whynot.launchpad.server.com/another-branch', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.066804', 0, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.856677', 7, NULL, NULL, NULL, NULL, NULL, NULL, 'spiv', NULL, '~spiv/+junk/feature2', NULL);
1294-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (24, 'Launchpad support for Gnome Terminal', 'Add Launchpad support to Gnome Terminal', 57, 6, 57, 'launchpad', NULL, 'http://users.example.com/gnome-terminal/launchpad', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.067922', 0, NULL, false, 2, NULL, NULL, 1, '2007-12-06 19:58:26.857318', 16, NULL, NULL, NULL, NULL, NULL, NULL, 'launchpad', 'gnome-terminal', '~launchpad/gnome-terminal/launchpad', NULL);
1295-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (25, NULL, NULL, 12, 6, NULL, 'pushed', NULL, NULL, NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.06897', 0, NULL, false, 1, NULL, NULL, 1, '2007-12-06 19:58:26.857983', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', 'gnome-terminal', '~name12/gnome-terminal/pushed', NULL);
1296-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (26, NULL, NULL, 12, 6, NULL, 'mirrored', NULL, NULL, NULL, 30, '2007-03-16 14:12:49.050332', NULL, 0, NULL, NULL, NULL, NULL, '2007-03-16 03:12:49.050332', 0, NULL, false, 1, NULL, NULL, 1, '2007-12-06 19:58:26.858547', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', 'gnome-terminal', '~name12/gnome-terminal/mirrored', NULL);
1297-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (27, NULL, NULL, 12, 6, NULL, 'scanned', NULL, NULL, NULL, 30, '2007-03-16 14:14:29.935752', NULL, 0, NULL, '2007-03-16 14:14:29.935752', NULL, NULL, '2007-03-16 03:14:29.935752', 0, NULL, false, 1, NULL, NULL, 1, '2007-12-06 19:58:26.85913', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', 'gnome-terminal', '~name12/gnome-terminal/scanned', NULL);
1298-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (28, NULL, NULL, 1, NULL, 1, 'testdoc', NULL, NULL, NULL, 30, NULL, NULL, 1, 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum', NULL, NULL, NULL, '2007-05-04 01:16:03.75446', 0, NULL, false, 1, NULL, NULL, 1, '2007-12-06 19:58:26.859847', 1, NULL, NULL, NULL, NULL, NULL, NULL, 'mark', NULL, '~mark/+junk/testdoc', NULL);
1299-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (29, 'Landscape trunk', NULL, 64, 16, 12, 'trunk', NULL, NULL, NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2007-05-28 02:37:07.814303', 0, NULL, true, 1, NULL, NULL, 1, '2007-12-06 19:58:26.860757', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'landscape-developers', 'landscape', '~landscape-developers/landscape/trunk', NULL);
1300-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (30, NULL, NULL, 12, 16, 12, 'feature-x', NULL, NULL, NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2007-05-28 02:37:07.814303', 0, NULL, true, 1, NULL, NULL, 1, '2007-12-06 19:58:26.861424', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', 'landscape', '~name12/landscape/feature-x', NULL);
1301-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (75, 'GNOME Terminal Import Branch', NULL, 24, 6, NULL, 'import', NULL, NULL, NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-06-25 20:04:03.9465', 0, NULL, false, 3, NULL, NULL, 1, '2007-12-06 19:58:26.862009', 24, NULL, NULL, NULL, NULL, NULL, NULL, 'vcs-imports', 'gnome-terminal', '~vcs-imports/gnome-terminal/import', NULL);
1302-INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, merge_robot, merge_control_status, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk) VALUES (76, 'Evolution Import Branch', NULL, 24, 5, NULL, 'import', NULL, NULL, NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-06-25 20:04:04.218451', 0, NULL, false, 3, NULL, NULL, 1, '2007-12-06 19:58:26.862857', 24, NULL, NULL, NULL, NULL, NULL, NULL, 'vcs-imports', 'evolution', '~vcs-imports/evolution/import', NULL);
1303+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (1, 'Mozilla Firefox Mainline', 'text', 12, 4, 12, 'main', NULL, 'http://bazaar.example.com/mozilla@arch.ubuntu.com/mozilla--MAIN--0', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:42.98217', 0, NULL, false, 2, NULL, '2007-12-06 19:58:26.837773', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', 'firefox', '~name12/firefox/main', NULL, NULL, NULL);
1304+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (2, 'Mozilla Thunderbird Mainline', 'Bazaar import of the Mozilla Thunderbird CVS mainline.', 11, 8, 1, 'main', NULL, 'http://bazaar.example.com/thunderbird@arch.ubuntu.com/thunderbird--MAIN--0', NULL, 30, NULL, '2006-04-08 01:40:15.816029', 1, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.042944', 0, NULL, false, 2, NULL, '2007-12-06 19:58:26.842033', 11, NULL, NULL, NULL, NULL, NULL, NULL, 'stevea', 'thunderbird', '~stevea/thunderbird/main', NULL, NULL, NULL);
1305+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (3, 'Python Twisted Trunk', 'Bazaar import of the Twisted SVN trunk.', 7, NULL, 3, 'trunk', NULL, 'http://bazaar.example.com/twisted@arch.ubuntu.com/twisted--trunk--0', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.04419', 0, NULL, false, 2, NULL, '2007-12-06 19:58:26.843681', 7, NULL, NULL, NULL, NULL, NULL, NULL, 'spiv', NULL, '~spiv/+junk/trunk', NULL, NULL, NULL);
1306+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (4, 'Bugzila Mainline', 'text', 3, NULL, NULL, 'main', NULL, 'http://bazaar.example.com/bugzilla@arch.ubuntu.com/bugzila--MAIN--0', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.045278', 0, NULL, false, 2, NULL, '2007-12-06 19:58:26.844341', 3, NULL, NULL, NULL, NULL, NULL, NULL, 'justdave', NULL, '~justdave/+junk/main', NULL, NULL, NULL);
1307+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (5, 'Arch Devel', 'text', 8, NULL, NULL, 'devel-1.0', NULL, 'http://bazaar.example.com/arch@arch.ubuntu.com/arch--devel--1.0', NULL, 30, NULL, '2006-04-08 22:20:14.973705', 9, 'I do not like Arch, so I am pretending it failed to mirror.', NULL, NULL, NULL, '2006-10-16 18:31:43.046996', 0, NULL, false, 2, NULL, '2007-12-06 19:58:26.844975', 8, NULL, NULL, NULL, NULL, NULL, NULL, 'jblack', NULL, '~jblack/+junk/devel-1.0', NULL, NULL, NULL);
1308+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (6, 'Kiwi2 Mainline', 'text', 9, NULL, NULL, 'main', NULL, 'http://bazaar.example.com/kiwi2@arch.ubuntu.com/kiwi2--MAIN--0', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.048164', 0, NULL, false, 2, NULL, '2007-12-06 19:58:26.84562', 9, NULL, NULL, NULL, NULL, NULL, NULL, 'kiko', NULL, '~kiko/+junk/main', NULL, NULL, NULL);
1309+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (7, 'Plone Trunk', 'text', 10, NULL, NULL, 'trunk', NULL, 'http://bazaar.example.com/plone@arch.ubuntu.com/plone--trunk--0', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.049222', 0, NULL, false, 2, NULL, '2007-12-06 19:58:26.846258', 10, NULL, NULL, NULL, NULL, NULL, NULL, 'limi', NULL, '~limi/+junk/trunk', NULL, NULL, NULL);
1310+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (8, 'Evolution 2.0', 'text', 13, 5, NULL, '2.0', NULL, 'http://bazaar.example.com/gnome@arch.ubuntu.com/gnome--evolution--2.0', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.050317', 0, NULL, false, 2, NULL, '2007-12-06 19:58:26.846899', 13, NULL, NULL, NULL, NULL, NULL, NULL, 'carlos', 'evolution', '~carlos/evolution/2.0', NULL, NULL, NULL);
1311+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (9, 'Iso-codes 0.35', 'text', 13, 7, NULL, '0.35', NULL, 'http://bazaar.example.com/iso-codes@arch.ubuntu.com/iso-codes--iso-codes--0.35', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.051395', 0, NULL, false, 2, NULL, '2007-12-06 19:58:26.847595', 13, NULL, NULL, NULL, NULL, NULL, NULL, 'carlos', 'iso-codes', '~carlos/iso-codes/0.35', NULL, NULL, NULL);
1312+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (10, 'Mozilla Firefox 0.9.2', 'text', 1, 4, NULL, 'release-0.9.2', NULL, 'http://bazaar.example.com/mozilla@arch.ubuntu.com/mozilla--release--0.9.2', NULL, 30, NULL, NULL, 0, NULL, NULL, 'mozilla@arch.ubuntu.com/mozilla--release--0.9.2--base-0', NULL, '2006-10-16 18:31:43.052449', 1, NULL, false, 2, NULL, '2007-12-06 19:58:26.848365', 1, NULL, NULL, NULL, NULL, NULL, NULL, 'mark', 'firefox', '~mark/firefox/release-0.9.2', NULL, NULL, NULL);
1313+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (11, 'Mozilla Firefox 0.9.1', 'text', 1, 4, NULL, 'release--0.9.1', NULL, 'http://bazaar.example.com/mozilla@arch.ubuntu.com/mozilla--release--0.9.1', NULL, 30, NULL, NULL, 0, NULL, NULL, 'mozilla@arch.ubuntu.com/mozilla--release--0.9.1--base-0', NULL, '2006-10-16 18:31:43.053511', 1, NULL, false, 2, NULL, '2007-12-06 19:58:26.849077', 1, NULL, NULL, NULL, NULL, NULL, NULL, 'mark', 'firefox', '~mark/firefox/release--0.9.1', NULL, NULL, NULL);
1314+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (12, 'Mozilla Firefox 0.9', 'text', 1, 4, NULL, 'release-0.9', NULL, 'http://bazaar.example.com/mozilla@arch.ubuntu.com/mozilla--release--0.9', NULL, 30, NULL, NULL, 0, NULL, NULL, 'mozilla@arch.ubuntu.com/mozilla--release--0.9--base-0', NULL, '2006-10-16 18:31:43.054581', 1, NULL, false, 2, NULL, '2007-12-06 19:58:26.84976', 1, NULL, NULL, NULL, NULL, NULL, NULL, 'mark', 'firefox', '~mark/firefox/release-0.9', NULL, NULL, NULL);
1315+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (13, 'Mozilla Firefox 0.8', 'text', 1, 4, NULL, 'release-0.8', NULL, 'http://bazaar.example.com/mozilla@arch.ubuntu.com/mozilla--release--0.8', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.055661', 0, NULL, false, 2, NULL, '2007-12-06 19:58:26.850415', 1, NULL, NULL, NULL, NULL, NULL, NULL, 'mark', 'firefox', '~mark/firefox/release-0.8', NULL, NULL, NULL);
1316+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (14, NULL, NULL, 24, 5, NULL, 'main', NULL, NULL, NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.056714', 0, NULL, false, 3, NULL, '2007-12-06 19:58:26.85103', 24, NULL, NULL, NULL, NULL, NULL, NULL, 'vcs-imports', 'evolution', '~vcs-imports/evolution/main', NULL, NULL, NULL);
1317+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (15, 'GNOME Terminal Mainline', 'Main branch of development for GNOME Terminal. Stable branches are based on that one.
1318+
1319+Home page: http://example.com/gnome-terminal', 12, 6, NULL, 'main', 'http://example.com/gnome-terminal', 'http://example.com/gnome-terminal/main', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.057682', 0, NULL, false, 2, NULL, '2007-12-06 19:58:26.851575', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', 'gnome-terminal', '~name12/gnome-terminal/main', NULL, NULL, NULL);
1320+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (16, 'GNOME Terminal 2.6 Releases', 'Release branch of GNOME Terminal for the GNOME 2.6 environment.
1321+
1322+Home page: http://example.com/gnome-terminal/', 12, 6, NULL, '2.6', 'http://example.com/gnome-terminal/', 'http://example.com/gnome-terminal/2.6', NULL, 50, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.058953', 0, NULL, false, 2, NULL, '2007-12-06 19:58:26.852227', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', 'gnome-terminal', '~name12/gnome-terminal/2.6', NULL, NULL, NULL);
1323+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (17, 'GNOME Terminal 2.4 Releases', 'Obsolete branch for GNOME 2.4 releases of GNOME Terminal.', 12, 6, NULL, '2.4', NULL, 'http://example.com/gnome-terminal/2.4', NULL, 80, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.060078', 0, NULL, false, 2, NULL, '2007-12-06 19:58:26.852889', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', 'gnome-terminal', '~name12/gnome-terminal/2.4', NULL, NULL, NULL);
1324+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (18, 'Klingon support in GNOME Terminal', 'Experimental feature branch for developping and testing Klingon support in GNOME Terminal.
1325+
1326+Home page: http://trekkies.example.com/k12n', 12, 6, 12, 'klingon', 'http://trekkies.example.com/k12n', 'http://trekkies.example.com/gnome-terminal/klingon', NULL, 10, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.061162', 0, NULL, false, 2, NULL, '2007-12-06 19:58:26.85354', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', 'gnome-terminal', '~name12/gnome-terminal/klingon', NULL, NULL, NULL);
1327+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (19, 'Slowing GNOME Terminal scrolling', 'Feature branch for slowing down the scrolling of text in GNOME Terminal.', 12, 6, 12, 'slowness', NULL, 'http://users.example.com/gnome-terminal/slowness', NULL, 70, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.062427', 0, NULL, false, 2, NULL, '2007-12-06 19:58:26.854214', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', 'gnome-terminal', '~name12/gnome-terminal/slowness', NULL, NULL, NULL);
1328+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (20, 'Ubuntu Junk Code', 'Sample junk branch.', 12, NULL, 17, 'junk.dev', NULL, 'http://example.com/a', NULL, 10, NULL, NULL, 0, NULL, NULL, 'foo@localhost-20051031170357-1301ad6d387feb23', NULL, '2006-10-16 18:31:43.06351', 6, NULL, false, 2, NULL, '2007-12-06 19:58:26.854821', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', NULL, '~name12/+junk/junk.dev', NULL, NULL, NULL);
1329+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (21, 'Junk Code Contributions', 'Contribute code to the junk branch.', 12, NULL, 12, 'junk.contrib', NULL, 'http://example.com/b', NULL, 30, NULL, NULL, 0, NULL, NULL, 'foo@localhost-20051031170357-1301ad6d387feb23', NULL, '2006-10-16 18:31:43.064578', 6, NULL, false, 2, NULL, '2007-12-06 19:58:26.855432', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', NULL, '~name12/+junk/junk.contrib', NULL, NULL, NULL);
1330+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (22, 'Python twisted feature', 'Feature branch for twisted.', 7, NULL, 4, 'feature', NULL, 'http://not.launchpad.server.com/a-branch', NULL, 30, NULL, '2005-03-09 15:45:00', 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.065642', 0, NULL, false, 2, NULL, '2007-12-06 19:58:26.856045', 7, NULL, NULL, NULL, NULL, NULL, NULL, 'spiv', NULL, '~spiv/+junk/feature', NULL, NULL, NULL);
1331+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (23, 'Another Python twisted feature', 'Another Feature branch for twisted.', 7, NULL, 4, 'feature2', NULL, 'http://whynot.launchpad.server.com/another-branch', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.066804', 0, NULL, false, 2, NULL, '2007-12-06 19:58:26.856677', 7, NULL, NULL, NULL, NULL, NULL, NULL, 'spiv', NULL, '~spiv/+junk/feature2', NULL, NULL, NULL);
1332+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (24, 'Launchpad support for Gnome Terminal', 'Add Launchpad support to Gnome Terminal', 57, 6, 57, 'launchpad', NULL, 'http://users.example.com/gnome-terminal/launchpad', NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.067922', 0, NULL, false, 2, NULL, '2007-12-06 19:58:26.857318', 16, NULL, NULL, NULL, NULL, NULL, NULL, 'launchpad', 'gnome-terminal', '~launchpad/gnome-terminal/launchpad', NULL, NULL, NULL);
1333+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (25, NULL, NULL, 12, 6, NULL, 'pushed', NULL, NULL, NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-10-16 18:31:43.06897', 0, NULL, false, 1, NULL, '2007-12-06 19:58:26.857983', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', 'gnome-terminal', '~name12/gnome-terminal/pushed', NULL, NULL, NULL);
1334+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (26, NULL, NULL, 12, 6, NULL, 'mirrored', NULL, NULL, NULL, 30, '2007-03-16 14:12:49.050332', NULL, 0, NULL, NULL, NULL, NULL, '2007-03-16 03:12:49.050332', 0, NULL, false, 1, NULL, '2007-12-06 19:58:26.858547', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', 'gnome-terminal', '~name12/gnome-terminal/mirrored', NULL, NULL, NULL);
1335+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (27, NULL, NULL, 12, 6, NULL, 'scanned', NULL, NULL, NULL, 30, '2007-03-16 14:14:29.935752', NULL, 0, NULL, '2007-03-16 14:14:29.935752', NULL, NULL, '2007-03-16 03:14:29.935752', 0, NULL, false, 1, NULL, '2007-12-06 19:58:26.85913', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', 'gnome-terminal', '~name12/gnome-terminal/scanned', NULL, NULL, NULL);
1336+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (28, NULL, NULL, 1, NULL, 1, 'testdoc', NULL, NULL, NULL, 30, NULL, NULL, 1, 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum', NULL, NULL, NULL, '2007-05-04 01:16:03.75446', 0, NULL, false, 1, NULL, '2007-12-06 19:58:26.859847', 1, NULL, NULL, NULL, NULL, NULL, NULL, 'mark', NULL, '~mark/+junk/testdoc', NULL, NULL, NULL);
1337+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (29, 'Landscape trunk', NULL, 64, 16, 12, 'trunk', NULL, NULL, NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2007-05-28 02:37:07.814303', 0, NULL, true, 1, NULL, '2007-12-06 19:58:26.860757', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'landscape-developers', 'landscape', '~landscape-developers/landscape/trunk', NULL, NULL, NULL);
1338+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (30, NULL, NULL, 12, 16, 12, 'feature-x', NULL, NULL, NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2007-05-28 02:37:07.814303', 0, NULL, true, 1, NULL, '2007-12-06 19:58:26.861424', 12, NULL, NULL, NULL, NULL, NULL, NULL, 'name12', 'landscape', '~name12/landscape/feature-x', NULL, NULL, NULL);
1339+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (75, 'GNOME Terminal Import Branch', NULL, 24, 6, NULL, 'import', NULL, NULL, NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-06-25 20:04:03.9465', 0, NULL, false, 3, NULL, '2007-12-06 19:58:26.862009', 24, NULL, NULL, NULL, NULL, NULL, NULL, 'vcs-imports', 'gnome-terminal', '~vcs-imports/gnome-terminal/import', NULL, NULL, NULL);
1340+INSERT INTO branch (id, title, summary, owner, product, author, name, home_page, url, whiteboard, lifecycle_status, last_mirrored, last_mirror_attempt, mirror_failures, mirror_status_message, last_scanned, last_scanned_id, last_mirrored_id, date_created, revision_count, next_mirror_time, private, branch_type, reviewer, date_last_modified, registrant, branch_format, repository_format, metadir_format, stacked_on, distroseries, sourcepackagename, owner_name, target_suffix, unique_name, size_on_disk, merge_queue, merge_queue_config) VALUES (76, 'Evolution Import Branch', NULL, 24, 5, NULL, 'import', NULL, NULL, NULL, 30, NULL, NULL, 0, NULL, NULL, NULL, NULL, '2006-06-25 20:04:04.218451', 0, NULL, false, 3, NULL, '2007-12-06 19:58:26.862857', 24, NULL, NULL, NULL, NULL, NULL, NULL, 'vcs-imports', 'evolution', '~vcs-imports/evolution/import', NULL, NULL, NULL);
1341
1342
1343 ALTER TABLE branch ENABLE TRIGGER ALL;
1344@@ -3333,42 +3354,42 @@
1345
1346 ALTER TABLE bugmessage DISABLE TRIGGER ALL;
1347
1348-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (1, 2, 1, NULL, NULL, true);
1349-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (2, 1, 3, NULL, NULL, true);
1350-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (3, 1, 4, NULL, NULL, true);
1351-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (4, 2, 5, NULL, NULL, true);
1352-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (5, 2, 6, NULL, NULL, true);
1353-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (6, 4, 7, NULL, NULL, true);
1354-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (7, 5, 8, NULL, NULL, true);
1355-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (8, 6, 9, NULL, NULL, true);
1356-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (9, 3, 10, NULL, NULL, true);
1357-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (10, 7, 11, NULL, NULL, true);
1358-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (11, 8, 14, NULL, NULL, true);
1359-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (12, 9, 15, NULL, NULL, true);
1360-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (13, 10, 17, NULL, NULL, true);
1361-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (14, 10, 16, NULL, NULL, true);
1362-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (15, 11, 24, NULL, NULL, true);
1363-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (16, 11, 25, NULL, NULL, true);
1364-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (17, 11, 26, NULL, NULL, true);
1365-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (18, 11, 27, NULL, NULL, true);
1366-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (19, 11, 28, NULL, NULL, true);
1367-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (20, 11, 29, NULL, NULL, true);
1368-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (21, 11, 30, NULL, NULL, true);
1369-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (22, 12, 31, NULL, NULL, true);
1370-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (23, 12, 33, NULL, NULL, true);
1371-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (24, 12, 34, NULL, NULL, true);
1372-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (25, 12, 35, NULL, NULL, true);
1373-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (26, 12, 36, NULL, NULL, true);
1374-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (27, 13, 37, NULL, NULL, true);
1375-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (28, 13, 38, NULL, NULL, true);
1376-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (29, 14, 39, NULL, NULL, true);
1377-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (30, 15, 40, NULL, NULL, true);
1378-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (31, 15, 44, 11, '<4284D7D1.6010208@gmx.de>', true);
1379-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (32, 15, 45, 11, '<20050517185429.GB20786@spring.luon.net>', true);
1380-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (33, 15, 46, 11, '<428A44E9.6090802@gmx.de>', true);
1381-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (34, 15, 47, 11, '<20050517202044.GA23231@spring.luon.net>', true);
1382-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (35, 15, 48, 11, '<20050617140011.GA15638@piware.de>', true);
1383-INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (36, 15, 49, 11, '<42BD2E36.9090809@gmx.de>', true);
1384+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (1, 2, 1, NULL, NULL, true, NULL);
1385+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (2, 1, 3, NULL, NULL, true, NULL);
1386+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (3, 1, 4, NULL, NULL, true, NULL);
1387+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (4, 2, 5, NULL, NULL, true, NULL);
1388+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (5, 2, 6, NULL, NULL, true, NULL);
1389+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (6, 4, 7, NULL, NULL, true, NULL);
1390+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (7, 5, 8, NULL, NULL, true, NULL);
1391+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (8, 6, 9, NULL, NULL, true, NULL);
1392+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (9, 3, 10, NULL, NULL, true, NULL);
1393+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (10, 7, 11, NULL, NULL, true, NULL);
1394+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (11, 8, 14, NULL, NULL, true, NULL);
1395+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (12, 9, 15, NULL, NULL, true, NULL);
1396+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (13, 10, 17, NULL, NULL, true, NULL);
1397+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (14, 10, 16, NULL, NULL, true, NULL);
1398+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (15, 11, 24, NULL, NULL, true, NULL);
1399+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (16, 11, 25, NULL, NULL, true, NULL);
1400+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (17, 11, 26, NULL, NULL, true, NULL);
1401+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (18, 11, 27, NULL, NULL, true, NULL);
1402+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (19, 11, 28, NULL, NULL, true, NULL);
1403+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (20, 11, 29, NULL, NULL, true, NULL);
1404+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (21, 11, 30, NULL, NULL, true, NULL);
1405+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (22, 12, 31, NULL, NULL, true, NULL);
1406+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (23, 12, 33, NULL, NULL, true, NULL);
1407+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (24, 12, 34, NULL, NULL, true, NULL);
1408+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (25, 12, 35, NULL, NULL, true, NULL);
1409+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (26, 12, 36, NULL, NULL, true, NULL);
1410+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (27, 13, 37, NULL, NULL, true, NULL);
1411+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (28, 13, 38, NULL, NULL, true, NULL);
1412+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (29, 14, 39, NULL, NULL, true, NULL);
1413+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (30, 15, 40, NULL, NULL, true, NULL);
1414+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (31, 15, 44, 11, '<4284D7D1.6010208@gmx.de>', true, NULL);
1415+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (32, 15, 45, 11, '<20050517185429.GB20786@spring.luon.net>', true, NULL);
1416+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (33, 15, 46, 11, '<428A44E9.6090802@gmx.de>', true, NULL);
1417+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (34, 15, 47, 11, '<20050517202044.GA23231@spring.luon.net>', true, NULL);
1418+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (35, 15, 48, 11, '<20050617140011.GA15638@piware.de>', true, NULL);
1419+INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (36, 15, 49, 11, '<42BD2E36.9090809@gmx.de>', true, NULL);
1420
1421
1422 ALTER TABLE bugmessage ENABLE TRIGGER ALL;
1423@@ -3799,13 +3820,6 @@
1424 ALTER TABLE bugtrackercomponentgroup ENABLE TRIGGER ALL;
1425
1426
1427-ALTER TABLE distributionsourcepackage DISABLE TRIGGER ALL;
1428-
1429-
1430-
1431-ALTER TABLE distributionsourcepackage ENABLE TRIGGER ALL;
1432-
1433-
1434 ALTER TABLE bugtrackercomponent DISABLE TRIGGER ALL;
1435
1436
1437@@ -4014,6 +4028,13 @@
1438 ALTER TABLE distributionbounty ENABLE TRIGGER ALL;
1439
1440
1441+ALTER TABLE distributionjob DISABLE TRIGGER ALL;
1442+
1443+
1444+
1445+ALTER TABLE distributionjob ENABLE TRIGGER ALL;
1446+
1447+
1448 ALTER TABLE distributionmirror DISABLE TRIGGER ALL;
1449
1450 INSERT INTO distributionmirror (id, distribution, name, http_base_url, ftp_base_url, rsync_base_url, displayname, description, owner, speed, country, content, official_candidate, enabled, date_created, whiteboard, status, date_reviewed, reviewer, country_dns_mirror) VALUES (1, 1, 'archive-mirror', 'http://localhost:11375/valid-mirror/', NULL, NULL, NULL, NULL, 1, 10, 75, 1, true, true, '2006-10-16 18:31:43.434567', NULL, 30, NULL, NULL, false);
1451@@ -4031,6 +4052,13 @@
1452 ALTER TABLE distributionmirror ENABLE TRIGGER ALL;
1453
1454
1455+ALTER TABLE distributionsourcepackage DISABLE TRIGGER ALL;
1456+
1457+
1458+
1459+ALTER TABLE distributionsourcepackage ENABLE TRIGGER ALL;
1460+
1461+
1462 ALTER TABLE distributionsourcepackagecache DISABLE TRIGGER ALL;
1463
1464 INSERT INTO distributionsourcepackagecache (id, distribution, sourcepackagename, name, binpkgnames, binpkgsummaries, binpkgdescriptions, fti, changelog, archive) VALUES (1, 3, 19, 'alsa-utils', '', '', '', NULL, NULL, 1);
1465@@ -4990,6 +5018,81 @@
1466 ALTER TABLE lp_account ENABLE TRIGGER ALL;
1467
1468
1469+ALTER TABLE lp_openididentifier DISABLE TRIGGER ALL;
1470+
1471+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('6KHNEe3', 2436141, '2007-12-18 16:31:34.790641');
1472+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('6w7kmzC', 2436091, '2007-12-07 13:43:20.393704');
1473+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('CALDpFr', 2436171, '2008-03-06 09:55:27.289842');
1474+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('GMX7shE', 2436242, '2009-03-17 07:26:14.024613');
1475+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('MGWJnTL', 2436111, '2007-12-14 16:52:15.403833');
1476+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('R8FpwXd', 2436161, '2007-12-18 16:31:34.790641');
1477+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('WQPMHdf', 2436081, '2007-11-12 15:23:19.847132');
1478+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('andrelop_oid', 431, '2005-06-06 08:59:51.561685');
1479+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('barbier_oid', 421, '2005-06-06 08:59:51.560604');
1480+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('bug-importer_oid', 581, '2005-12-06 09:48:58.287679');
1481+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('bug-watch-updater_oid', 621, '2006-05-23 12:49:30.483464');
1482+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('cCGE3LA', 2436101, '2007-12-14 16:52:15.403833');
1483+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('cF4PNk3', 2436241, '2008-11-04 12:59:26.965843');
1484+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('callipeo_oid', 401, '2005-06-06 08:59:51.558429');
1485+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('carlos_oid', 131, '2005-06-06 08:59:51.615543');
1486+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('cprov_oid', 281, '2005-06-06 08:59:51.59705');
1487+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('daf_oid', 141, '2005-06-06 08:59:51.616666');
1488+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('danner_oid', 371, '2005-06-06 08:59:51.549651');
1489+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('ddaa_oid', 231, '2005-06-06 08:59:51.620823');
1490+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('debonzi_oid', 271, '2005-06-06 08:59:51.557224');
1491+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('edgar_oid', 331, '2005-06-06 08:59:51.621892');
1492+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('former-user_oid', 701, '2006-12-13 21:19:06.369142');
1493+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('jblack_oid', 81, '2005-06-06 08:59:51.601584');
1494+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('jdub_oid', 61, '2005-06-06 08:59:51.600523');
1495+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('jordi_oid', 561, '2005-10-07 14:17:51.593849');
1496+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('jorge-gonzalez-gonzalez_oid', 411, '2005-06-06 08:59:51.559519');
1497+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('justdave_oid', 31, '2005-06-06 08:59:51.610048');
1498+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('jvprat_oid', 341, '2005-06-06 08:59:51.622908');
1499+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kYFxQYP', 2436243, '2009-08-04 10:50:39.383407');
1500+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kamion_oid', 41, '2005-06-06 08:59:51.611185');
1501+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('karl_oid', 631, '2006-05-23 12:49:30.483464');
1502+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kebil_oid', 491, '2005-06-06 08:59:51.568323');
1503+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('keybuk_oid', 51, '2005-06-06 08:59:51.608802');
1504+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kiko_oid', 91, '2005-06-06 08:59:51.594941');
1505+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kinnison_oid', 261, '2005-06-06 08:59:51.618722');
1506+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kreutzm_oid', 511, '2005-06-06 08:59:51.570701');
1507+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kurem_oid', 461, '2005-06-06 08:59:51.565033');
1508+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('launchpad-beta-owner_oid', 681, '2007-01-31 06:56:25.096519');
1509+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('launchpad-janitor_oid', 651, '2006-10-04 16:20:51.19954');
1510+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('lifeless_oid', 21, '2005-06-06 08:59:51.598107');
1511+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('limi_oid', 101, '2005-06-06 08:59:51.619713');
1512+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('luk-claes_oid', 451, '2005-06-06 08:59:51.563952');
1513+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('mTmeENb', 2436231, '2008-06-27 14:49:11.149508');
1514+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('marilize_oid', 551, '2005-06-06 08:59:51.593849');
1515+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('mark_oid', 11, '2005-06-06 08:59:51.591618');
1516+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('martin-pitt_oid', 381, '2005-06-06 08:59:51.555051');
1517+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('matsubara_oid', 661, '2006-12-13 21:19:06.369142');
1518+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('morten_oid', 471, '2005-06-06 08:59:51.56614');
1519+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('mpo_oid', 481, '2005-06-06 08:59:51.567224');
1520+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('name12_oid', 121, '2005-06-06 08:59:51.612277');
1521+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('name16_oid', 161, '2005-06-06 08:59:51.593849');
1522+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('neMCQNd', 2436061, '2007-08-09 21:25:37.832976');
1523+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('no-priv_oid', 521, '2005-06-06 08:59:51.593849');
1524+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('no-team-memberships_oid', 2436021, '2007-02-19 11:17:57.755666');
1525+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('nsv_oid', 391, '2005-06-06 08:59:51.556132');
1526+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('one-membership_oid', 2436031, '2007-02-21 10:53:59.700105');
1527+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('rPwGRk4', 2436221, '2008-05-12 17:38:38.798696');
1528+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('salgado_oid', 291, '2005-06-06 08:59:51.596025');
1529+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('sigurd-ubuntu_oid', 351, '2005-06-06 08:59:51.623962');
1530+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('skacel_oid', 361, '2005-06-06 08:59:51.5244');
1531+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('spiv_oid', 71, '2005-06-06 08:59:51.551196');
1532+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('stevea_oid', 111, '2005-06-06 08:59:51.599234');
1533+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('stub_oid', 221, '2005-06-06 08:59:51.59276');
1534+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('team-membership-janitor_oid', 671, '2006-10-04 16:20:51.19954');
1535+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('tsukimi_oid', 501, '2005-06-06 08:59:51.569518');
1536+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('valyag_oid', 441, '2005-06-06 08:59:51.562857');
1537+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('yEzBPbd', 2436151, '2007-12-18 16:31:34.790641');
1538+INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('zRtPxw8', 243637, '2010-07-12 09:48:27.198885');
1539+
1540+
1541+ALTER TABLE lp_openididentifier ENABLE TRIGGER ALL;
1542+
1543+
1544 ALTER TABLE lp_person DISABLE TRIGGER ALL;
1545
1546 INSERT INTO lp_person (id, displayname, teamowner, teamdescription, name, language, fti, defaultmembershipperiod, defaultrenewalperiod, subscriptionpolicy, merged, datecreated, addressline1, addressline2, organization, city, province, country, postcode, phone, homepage_content, icon, mugshot, hide_email_addresses, creation_rationale, creation_comment, registrant, logo, renewal_policy, personal_standing, personal_standing_reason, mail_resumption_date, mailing_list_auto_subscribe_policy, mailing_list_receive_duplicates, visibility, verbose_bugnotifications, account) VALUES (1, 'Mark Shuttleworth', NULL, NULL, 'mark', NULL, NULL, NULL, NULL, 1, NULL, '2005-06-06 08:59:51.591618', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, 8, NULL, NULL, NULL, 10, 0, NULL, NULL, 1, true, 1, false, 11);
1547@@ -5096,81 +5199,6 @@
1548 ALTER TABLE lp_person ENABLE TRIGGER ALL;
1549
1550
1551-ALTER TABLE lp_openididentifier DISABLE TRIGGER ALL;
1552-
1553-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('6KHNEe3', 2436141, '2007-12-18 16:31:34.790641');
1554-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('6w7kmzC', 2436091, '2007-12-07 13:43:20.393704');
1555-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('CALDpFr', 2436171, '2008-03-06 09:55:27.289842');
1556-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('GMX7shE', 2436242, '2009-03-17 07:26:14.024613');
1557-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('MGWJnTL', 2436111, '2007-12-14 16:52:15.403833');
1558-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('R8FpwXd', 2436161, '2007-12-18 16:31:34.790641');
1559-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('WQPMHdf', 2436081, '2007-11-12 15:23:19.847132');
1560-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('andrelop_oid', 431, '2005-06-06 08:59:51.561685');
1561-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('barbier_oid', 421, '2005-06-06 08:59:51.560604');
1562-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('bug-importer_oid', 581, '2005-12-06 09:48:58.287679');
1563-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('bug-watch-updater_oid', 621, '2006-05-23 12:49:30.483464');
1564-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('cCGE3LA', 2436101, '2007-12-14 16:52:15.403833');
1565-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('cF4PNk3', 2436241, '2008-11-04 12:59:26.965843');
1566-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('callipeo_oid', 401, '2005-06-06 08:59:51.558429');
1567-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('carlos_oid', 131, '2005-06-06 08:59:51.615543');
1568-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('cprov_oid', 281, '2005-06-06 08:59:51.59705');
1569-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('daf_oid', 141, '2005-06-06 08:59:51.616666');
1570-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('danner_oid', 371, '2005-06-06 08:59:51.549651');
1571-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('ddaa_oid', 231, '2005-06-06 08:59:51.620823');
1572-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('debonzi_oid', 271, '2005-06-06 08:59:51.557224');
1573-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('edgar_oid', 331, '2005-06-06 08:59:51.621892');
1574-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('former-user_oid', 701, '2006-12-13 21:19:06.369142');
1575-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('jblack_oid', 81, '2005-06-06 08:59:51.601584');
1576-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('jdub_oid', 61, '2005-06-06 08:59:51.600523');
1577-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('jordi_oid', 561, '2005-10-07 14:17:51.593849');
1578-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('jorge-gonzalez-gonzalez_oid', 411, '2005-06-06 08:59:51.559519');
1579-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('justdave_oid', 31, '2005-06-06 08:59:51.610048');
1580-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('jvprat_oid', 341, '2005-06-06 08:59:51.622908');
1581-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kYFxQYP', 2436243, '2009-08-04 10:50:39.383407');
1582-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kamion_oid', 41, '2005-06-06 08:59:51.611185');
1583-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('karl_oid', 631, '2006-05-23 12:49:30.483464');
1584-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kebil_oid', 491, '2005-06-06 08:59:51.568323');
1585-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('keybuk_oid', 51, '2005-06-06 08:59:51.608802');
1586-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kiko_oid', 91, '2005-06-06 08:59:51.594941');
1587-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kinnison_oid', 261, '2005-06-06 08:59:51.618722');
1588-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kreutzm_oid', 511, '2005-06-06 08:59:51.570701');
1589-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kurem_oid', 461, '2005-06-06 08:59:51.565033');
1590-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('launchpad-beta-owner_oid', 681, '2007-01-31 06:56:25.096519');
1591-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('launchpad-janitor_oid', 651, '2006-10-04 16:20:51.19954');
1592-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('lifeless_oid', 21, '2005-06-06 08:59:51.598107');
1593-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('limi_oid', 101, '2005-06-06 08:59:51.619713');
1594-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('luk-claes_oid', 451, '2005-06-06 08:59:51.563952');
1595-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('mTmeENb', 2436231, '2008-06-27 14:49:11.149508');
1596-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('marilize_oid', 551, '2005-06-06 08:59:51.593849');
1597-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('mark_oid', 11, '2005-06-06 08:59:51.591618');
1598-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('martin-pitt_oid', 381, '2005-06-06 08:59:51.555051');
1599-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('matsubara_oid', 661, '2006-12-13 21:19:06.369142');
1600-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('morten_oid', 471, '2005-06-06 08:59:51.56614');
1601-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('mpo_oid', 481, '2005-06-06 08:59:51.567224');
1602-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('name12_oid', 121, '2005-06-06 08:59:51.612277');
1603-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('name16_oid', 161, '2005-06-06 08:59:51.593849');
1604-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('neMCQNd', 2436061, '2007-08-09 21:25:37.832976');
1605-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('no-priv_oid', 521, '2005-06-06 08:59:51.593849');
1606-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('no-team-memberships_oid', 2436021, '2007-02-19 11:17:57.755666');
1607-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('nsv_oid', 391, '2005-06-06 08:59:51.556132');
1608-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('one-membership_oid', 2436031, '2007-02-21 10:53:59.700105');
1609-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('rPwGRk4', 2436221, '2008-05-12 17:38:38.798696');
1610-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('salgado_oid', 291, '2005-06-06 08:59:51.596025');
1611-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('sigurd-ubuntu_oid', 351, '2005-06-06 08:59:51.623962');
1612-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('skacel_oid', 361, '2005-06-06 08:59:51.5244');
1613-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('spiv_oid', 71, '2005-06-06 08:59:51.551196');
1614-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('stevea_oid', 111, '2005-06-06 08:59:51.599234');
1615-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('stub_oid', 221, '2005-06-06 08:59:51.59276');
1616-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('team-membership-janitor_oid', 671, '2006-10-04 16:20:51.19954');
1617-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('tsukimi_oid', 501, '2005-06-06 08:59:51.569518');
1618-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('valyag_oid', 441, '2005-06-06 08:59:51.562857');
1619-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('yEzBPbd', 2436151, '2007-12-18 16:31:34.790641');
1620-INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('zRtPxw8', 243637, '2010-07-12 09:48:27.198885');
1621-
1622-
1623-ALTER TABLE lp_openididentifier ENABLE TRIGGER ALL;
1624-
1625-
1626 ALTER TABLE lp_personlocation DISABLE TRIGGER ALL;
1627
1628 INSERT INTO lp_personlocation (id, date_created, person, latitude, longitude, time_zone, last_modified_by, date_last_modified, visible, locked) VALUES (1, '2007-06-05 18:34:52.127945', 12, NULL, NULL, 'Australia/Perth', 12, '2007-06-05 18:34:52.127945', true, false);
1629@@ -6299,6 +6327,13 @@
1630 ALTER TABLE personnotification ENABLE TRIGGER ALL;
1631
1632
1633+ALTER TABLE persontransferjob DISABLE TRIGGER ALL;
1634+
1635+
1636+
1637+ALTER TABLE persontransferjob ENABLE TRIGGER ALL;
1638+
1639+
1640 ALTER TABLE pocketchroot DISABLE TRIGGER ALL;
1641
1642
1643@@ -8095,7 +8130,7 @@
1644
1645 ALTER TABLE pofile DISABLE TRIGGER ALL;
1646
1647-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (1, 1, 387, 'Spanish translation for evolution in hoary', ' traducción de es.po al Spanish
1648+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (1, 1, 387, 'Spanish translation for evolution in hoary', ' traducción de es.po al Spanish
1649 translation of es.po to Spanish
1650 translation of evolution.HEAD to Spanish
1651 Copyright © 2000-2002 Free Software Foundation, Inc.
1652@@ -8119,8 +8154,8 @@
1653 Content-Transfer-Encoding: 8bit
1654 Report-Msgid-Bugs-To: serrador@hispalinux.es
1655 Plural-Forms: nplurals=2; plural=(n != 1);
1656-', true, 13, 7, 0, 1, NULL, 12, NULL, 'es.po', '2005-06-06 08:59:54.24073', NULL, 2, '2007-01-04 11:02:02.844658');
1657-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (3, 2, 560, NULL, ' Spanish (Spain) translation for mount removable devices as normal user
1658+', true, 13, 7, 0, 1, NULL, 12, 'es.po', '2005-06-06 08:59:54.24073', NULL, 2, '2007-01-04 11:02:02.844658');
1659+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (3, 2, 560, NULL, ' Spanish (Spain) translation for mount removable devices as normal user
1660 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
1661 This file is distributed under the same license as the mount removable devices as normal user package.
1662 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
1663@@ -8134,8 +8169,8 @@
1664 Content-Type: text/plain; charset=UTF-8
1665 Content-Transfer-Encoding: 8bit
1666 Plural-Forms: nplurals=2; plural=n != 1
1667-', true, 37, 63, 0, 0, NULL, 31, NULL, 'es.po', '2005-06-06 08:59:54.236824', NULL, 0, '2005-05-06 20:11:16.591589');
1668-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (4, 2, 143, NULL, ' German translations for PACKAGE package
1669+', true, 37, 63, 0, 0, NULL, 31, 'es.po', '2005-06-06 08:59:54.236824', NULL, 0, '2005-05-06 20:11:16.591589');
1670+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (4, 2, 143, NULL, ' German translations for PACKAGE package
1671 German messages for PACKAGE.
1672 Copyright (C) 2004 Martin Pitt
1673 This file is distributed under the same license as the PACKAGE package.
1674@@ -8151,8 +8186,8 @@
1675 Content-Type: text/plain; charset=UTF-8
1676 Content-Transfer-Encoding: 8bit
1677 Plural-Forms: nplurals=2; plural=(n != 1);
1678-', true, 38, 63, 0, 0, NULL, 31, NULL, 'de.po', '2005-06-06 08:59:54.238198', NULL, 0, '2005-05-06 20:11:41.773683');
1679-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (5, 2, 68, NULL, ' Catalan translation for mount removable devices as normal user
1680+', true, 38, 63, 0, 0, NULL, 31, 'de.po', '2005-06-06 08:59:54.238198', NULL, 0, '2005-05-06 20:11:41.773683');
1681+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (5, 2, 68, NULL, ' Catalan translation for mount removable devices as normal user
1682 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
1683 This file is distributed under the same license as the mount removable devices as normal user package.
1684 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
1685@@ -8166,8 +8201,8 @@
1686 Content-Type: text/plain; charset=UTF-8
1687 Content-Transfer-Encoding: 8bit
1688 Plural-Forms: nplurals=2; plural=n != 1
1689-', true, 34, 62, 0, 0, NULL, 31, NULL, 'ca.po', '2005-06-06 08:59:54.254523', NULL, 0, '2005-05-06 20:09:51.386766');
1690-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (6, 2, 132, NULL, ' French translation for mount removable devices as normal user
1691+', true, 34, 62, 0, 0, NULL, 31, 'ca.po', '2005-06-06 08:59:54.254523', NULL, 0, '2005-05-06 20:09:51.386766');
1692+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (6, 2, 132, NULL, ' French translation for mount removable devices as normal user
1693 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
1694 This file is distributed under the same license as the mount removable devices as normal user package.
1695 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
1696@@ -8182,8 +8217,8 @@
1697 Content-Type: text/plain; charset=UTF-8
1698 Content-Transfer-Encoding: 8bit
1699 Plural-Forms: nplurals=2; plural=n > 1
1700-', true, 39, 57, 0, 0, NULL, 31, NULL, 'fr.po', '2005-06-06 08:59:54.256914', NULL, 0, '2005-05-06 20:12:08.283113');
1701-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (7, 2, 360, NULL, ' Croatian translation for pmount
1702+', true, 39, 57, 0, 0, NULL, 31, 'fr.po', '2005-06-06 08:59:54.256914', NULL, 0, '2005-05-06 20:12:08.283113');
1703+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (7, 2, 360, NULL, ' Croatian translation for pmount
1704 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
1705 This file is distributed under the same license as the pmount package.
1706 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
1707@@ -8198,8 +8233,8 @@
1708 Content-Type: text/plain; charset=UTF-8
1709 Content-Transfer-Encoding: 8bit
1710 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
1711-', true, 33, 63, 0, 0, NULL, 31, NULL, 'hr.po', '2005-06-06 08:59:54.255734', NULL, 0, '2005-05-06 20:09:31.825695');
1712-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (8, 2, 527, NULL, ' Italian (Italy) translation for pmount
1713+', true, 33, 63, 0, 0, NULL, 31, 'hr.po', '2005-06-06 08:59:54.255734', NULL, 0, '2005-05-06 20:09:31.825695');
1714+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (8, 2, 527, NULL, ' Italian (Italy) translation for pmount
1715 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
1716 This file is distributed under the same license as the pmount package.
1717 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
1718@@ -8214,8 +8249,8 @@
1719 Content-Type: text/plain; charset=UTF-8
1720 Content-Transfer-Encoding: 8bit
1721 Plural-Forms: nplurals=2; plural=n != 1
1722-', true, 40, 49, 0, 0, NULL, 31, NULL, 'it_IT.po', '2005-06-06 08:59:54.259358', NULL, 0, '2005-05-06 20:12:35.976807');
1723-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (9, 2, 98, NULL, ' Czech translation for mount removable devices as normal user
1724+', true, 40, 49, 0, 0, NULL, 31, 'it_IT.po', '2005-06-06 08:59:54.259358', NULL, 0, '2005-05-06 20:12:35.976807');
1725+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (9, 2, 98, NULL, ' Czech translation for mount removable devices as normal user
1726 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
1727 This file is distributed under the same license as the mount removable devices as normal user package.
1728 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
1729@@ -8230,8 +8265,8 @@
1730 Content-Type: text/plain; charset=UTF-8
1731 Content-Transfer-Encoding: 8bit
1732 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
1733-', true, 36, 35, 0, 0, NULL, 31, NULL, 'cs.po', '2005-06-06 08:59:54.249601', NULL, 0, '2005-05-06 20:10:41.732277');
1734-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (10, 2, 302, NULL, ' Bokmål, Norwegian translation for pmount
1735+', true, 36, 35, 0, 0, NULL, 31, 'cs.po', '2005-06-06 08:59:54.249601', NULL, 0, '2005-05-06 20:10:41.732277');
1736+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (10, 2, 302, NULL, ' Bokmål, Norwegian translation for pmount
1737 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
1738 This file is distributed under the same license as the pmount package.
1739 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
1740@@ -8246,8 +8281,8 @@
1741 Content-Type: text/plain; charset=UTF-8
1742 Content-Transfer-Encoding: 8bit
1743 Plural-Forms: nplurals=2; plural=n != 1
1744-', true, 35, 63, 0, 0, NULL, 31, NULL, 'nb.po', '2005-06-06 08:59:54.248418', NULL, 0, '2005-05-06 20:10:18.431259');
1745-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (11, 2, 387, NULL, ' Spanish translation for mount removable devices as normal user
1746+', true, 35, 63, 0, 0, NULL, 31, 'nb.po', '2005-06-06 08:59:54.248418', NULL, 0, '2005-05-06 20:10:18.431259');
1747+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (11, 2, 387, NULL, ' Spanish translation for mount removable devices as normal user
1748 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
1749 This file is distributed under the same license as the mount removable devices as normal user package.
1750 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
1751@@ -8262,8 +8297,8 @@
1752 Content-Type: text/plain; charset=UTF-8
1753 Content-Transfer-Encoding: 8bit
1754 Plural-Forms: nplurals=2; plural=n != 1
1755-', true, 41, 54, 0, 0, NULL, 31, NULL, 'po/es.po', '2005-06-06 08:59:54.229882', NULL, 0, '2005-05-06 20:13:10.405056');
1756-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (12, 4, 387, NULL, ' traducción de es.po al Spanish
1757+', true, 41, 54, 0, 0, NULL, 31, 'po/es.po', '2005-06-06 08:59:54.229882', NULL, 0, '2005-05-06 20:13:10.405056');
1758+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (12, 4, 387, NULL, ' traducción de es.po al Spanish
1759 translation of es.po to Spanish
1760 translation of evolution.HEAD to Spanish
1761 Copyright © 2000-2002 Free Software Foundation, Inc.
1762@@ -8287,8 +8322,8 @@
1763 Content-Transfer-Encoding: 8bit
1764 Report-Msgid-Bugs-To: serrador@hispalinux.es
1765 Plural-Forms: nplurals=2; plural=(n != 1);
1766-', true, 50, 6, 1, 1, NULL, 31, NULL, 'es.po', '2005-06-06 08:59:54.235169', NULL, 1, '2005-06-06 20:05:03.244905');
1767-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (13, 5, 132, NULL, '
1768+', true, 50, 6, 1, 1, NULL, 31, 'es.po', '2005-06-06 08:59:54.235169', NULL, 1, '2005-06-06 20:05:03.244905');
1769+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (13, 5, 132, NULL, '
1770 Translators, if you are not familiar with the PO format, gettext
1771 documentation is worth reading, especially sections dedicated to
1772 this format, e.g. by running:
1773@@ -8311,8 +8346,8 @@
1774 Content-Type: text/plain; charset=ISO-8859-15
1775 Content-Transfer-Encoding: 8bit
1776 Plural-Forms: nplurals=2; plural=n > 1
1777-', true, 42, 9, 0, 0, NULL, 31, NULL, 'fr.po', '2005-06-06 08:59:54.243358', NULL, 0, '2005-05-06 21:12:18.833057');
1778-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (14, 5, 112, NULL, '
1779+', true, 42, 9, 0, 0, NULL, 31, 'fr.po', '2005-06-06 08:59:54.243358', NULL, 0, '2005-05-06 21:12:18.833057');
1780+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (14, 5, 112, NULL, '
1781 Translators, if you are not familiar with the PO format, gettext
1782 documentation is worth reading, especially sections dedicated to
1783 this format, e.g. by running:
1784@@ -8334,8 +8369,8 @@
1785 Content-Type: text/plain; charset=iso-8859-1
1786 Content-Transfer-Encoding: 8bit
1787 Plural-Forms: nplurals=2; plural=n != 1
1788-', true, 45, 9, 0, 0, NULL, 31, NULL, 'nl.po', '2005-06-06 08:59:54.260522', NULL, 0, '2005-05-06 21:12:27.602384');
1789-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (15, 5, 521, NULL, '
1790+', true, 45, 9, 0, 0, NULL, 31, 'nl.po', '2005-06-06 08:59:54.260522', NULL, 0, '2005-05-06 21:12:27.602384');
1791+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (15, 5, 521, NULL, '
1792 Translators, if you are not familiar with the PO format, gettext
1793 documentation is worth reading, especially sections dedicated to
1794 this format, e.g. by running:
1795@@ -8358,8 +8393,8 @@
1796 Content-Type: text/plain; charset=ISO-8859-1
1797 Content-Transfer-Encoding: 8bit
1798 Plural-Forms: nplurals=2; plural=n > 1
1799-', true, 43, 9, 0, 0, NULL, 31, NULL, 'pt_BR.po', '2005-06-06 08:59:54.24721', NULL, 0, '2005-05-06 21:12:20.874654');
1800-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (16, 5, 143, NULL, '
1801+', true, 43, 9, 0, 0, NULL, 31, 'pt_BR.po', '2005-06-06 08:59:54.24721', NULL, 0, '2005-05-06 21:12:20.874654');
1802+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (16, 5, 143, NULL, '
1803 Translators, if you are not familiar with the PO format, gettext
1804 documentation is worth reading, especially sections dedicated to
1805 this format, e.g. by running:
1806@@ -8382,8 +8417,8 @@
1807 Content-Type: text/plain; charset=ISO-8859-15
1808 Content-Transfer-Encoding: 8bit
1809 Plural-Forms: nplurals=2; plural=n != 1
1810-', true, 51, 9, 0, 0, NULL, 31, NULL, 'de.po', '2005-06-06 08:59:54.253299', NULL, 0, '2005-05-06 21:12:42.747648');
1811-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (17, 5, 427, NULL, ' Turkish translation of mozilla.
1812+', true, 51, 9, 0, 0, NULL, 31, 'de.po', '2005-06-06 08:59:54.253299', NULL, 0, '2005-05-06 21:12:42.747648');
1813+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (17, 5, 427, NULL, ' Turkish translation of mozilla.
1814 This file is distributed under the same license as the mozilla package.
1815 Mehmet Türker <mturker@innova.com.tr>, 2004.
1816
1817@@ -8397,8 +8432,8 @@
1818 Content-Type: text/plain; charset=UTF-8
1819 Content-Transfer-Encoding: 8bit
1820 Plural-Forms: nplurals=1; plural=0;
1821-', true, 30, 6, 0, 0, NULL, 31, NULL, 'tr.po', '2005-06-06 08:59:54.250735', NULL, 0, '2005-05-06 21:12:40.937835');
1822-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (18, 5, 193, NULL, ' Italian translation of debconf for mozilla.
1823+', true, 30, 6, 0, 0, NULL, 31, 'tr.po', '2005-06-06 08:59:54.250735', NULL, 0, '2005-05-06 21:12:40.937835');
1824+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (18, 5, 193, NULL, ' Italian translation of debconf for mozilla.
1825 This file is distributed under the same license as the mozilla package.
1826 Copyright 2004 by Valentina Commissari <ayor@quaqua.net>.
1827 ', 'Project-Id-Version: mozilla 1.7.3-5
1828@@ -8412,8 +8447,8 @@
1829 X-Poedit-Language: Italian
1830 X-Poedit-Country: ITALY
1831 Plural-Forms: nplurals=2; plural=n != 1
1832-', true, 50, 9, 0, 0, NULL, 31, NULL, 'it.po', '2005-06-06 08:59:54.246003', NULL, 0, '2005-05-06 21:12:39.082421');
1833-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (19, 5, 100, NULL, '
1834+', true, 50, 9, 0, 0, NULL, 31, 'it.po', '2005-06-06 08:59:54.246003', NULL, 0, '2005-05-06 21:12:39.082421');
1835+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (19, 5, 100, NULL, '
1836 Translators, if you are not familiar with the PO format, gettext
1837 documentation is worth reading, especially sections dedicated to
1838 this format, e.g. by running:
1839@@ -8438,8 +8473,8 @@
1840 X-Poedit-Language: Italian
1841 X-Poedit-Country: ITALY
1842 Plural-Forms: nplurals=2; plural=n != 1
1843-', true, 47, 9, 0, 0, NULL, 31, NULL, 'da.po', '2005-06-06 08:59:54.24466', NULL, 0, '2005-05-06 21:12:31.382429');
1844-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (20, 5, 241, NULL, ' Lithuanian translation of mozilla.
1845+', true, 47, 9, 0, 0, NULL, 31, 'da.po', '2005-06-06 08:59:54.24466', NULL, 0, '2005-05-06 21:12:31.382429');
1846+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (20, 5, 241, NULL, ' Lithuanian translation of mozilla.
1847 This file is distributed under the same license as the mozilla package.
1848 Kęstutis Biliūnas <kebil@kaunas.init.lt>, 2004.
1849
1850@@ -8454,8 +8489,8 @@
1851 Content-Transfer-Encoding: 8bit
1852 X-Generator: KBabel 1.3.1
1853 Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2
1854-', true, 49, 9, 0, 0, NULL, 31, NULL, 'lt.po', '2005-06-06 08:59:54.232379', NULL, 0, '2005-05-06 21:12:37.221421');
1855-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (21, 5, 98, NULL, '
1856+', true, 49, 9, 0, 0, NULL, 31, 'lt.po', '2005-06-06 08:59:54.232379', NULL, 0, '2005-05-06 21:12:37.221421');
1857+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (21, 5, 98, NULL, '
1858 Translators, if you are not familiar with the PO format, gettext
1859 documentation is worth reading, especially sections dedicated to
1860 this format, e.g. by running:
1861@@ -8478,8 +8513,8 @@
1862 Content-Type: text/plain; charset=ISO-8859-2
1863 Content-Transfer-Encoding: 8bit
1864 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
1865-', true, 46, 9, 0, 0, NULL, 31, NULL, 'cs.po', '2005-06-06 08:59:54.2394', NULL, 0, '2005-05-06 21:12:29.45271');
1866-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (22, 5, 129, NULL, ' translation of fi.po to Finnish
1867+', true, 46, 9, 0, 0, NULL, 31, 'cs.po', '2005-06-06 08:59:54.2394', NULL, 0, '2005-05-06 21:12:29.45271');
1868+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (22, 5, 129, NULL, ' translation of fi.po to Finnish
1869 mozilla translation
1870
1871 Translators, if you are not familiar with the PO format, gettext
1872@@ -8505,8 +8540,8 @@
1873 Content-Type: text/plain; charset=UTF-8
1874 Content-Transfer-Encoding: 8bit
1875 Plural-Forms: nplurals=2; plural=n != 1
1876-', true, 48, 9, 0, 0, NULL, 31, NULL, 'fi.po', '2005-06-06 08:59:54.242018', NULL, 0, '2005-05-06 21:12:33.238579');
1877-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (23, 5, 148, NULL, '
1878+', true, 48, 9, 0, 0, NULL, 31, 'fi.po', '2005-06-06 08:59:54.242018', NULL, 0, '2005-05-06 21:12:33.238579');
1879+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (23, 5, 148, NULL, '
1880 Translators, if you are not familiar with the PO format, gettext
1881 documentation is worth reading, especially sections dedicated to
1882 this format, e.g. by running:
1883@@ -8529,8 +8564,8 @@
1884 Content-Type: text/plain; charset=ISO-8859-15
1885 Content-Transfer-Encoding: 8bit
1886 Plural-Forms: nplurals=1; plural=0
1887-', true, 30, 3, 0, 0, NULL, 31, NULL, 'gl.po', '2005-06-06 08:59:54.258136', NULL, 0, '2005-05-06 21:12:35.766036');
1888-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (24, 5, 196, NULL, '
1889+', true, 30, 3, 0, 0, NULL, 31, 'gl.po', '2005-06-06 08:59:54.258136', NULL, 0, '2005-05-06 21:12:35.766036');
1890+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (24, 5, 196, NULL, '
1891 Translators, if you are not familiar with the PO format, gettext
1892 documentation is worth reading, especially sections dedicated to
1893 this format, e.g. by running:
1894@@ -8553,8 +8588,8 @@
1895 Content-Type: text/plain; charset=EUC-JP
1896 Content-Transfer-Encoding: 8bit
1897 Plural-Forms: nplurals=1; plural=0
1898-', true, 30, 9, 0, 0, NULL, 31, NULL, 'ja.po', '2005-06-06 08:59:54.233769', NULL, 0, '2005-05-06 21:12:23.441015');
1899-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (25, 5, 387, NULL, '
1900+', true, 30, 9, 0, 0, NULL, 31, 'ja.po', '2005-06-06 08:59:54.233769', NULL, 0, '2005-05-06 21:12:23.441015');
1901+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (25, 5, 387, NULL, '
1902 Translators, if you are not familiar with the PO format, gettext
1903 documentation is worth reading, especially sections dedicated to
1904 this format, e.g. by running:
1905@@ -8579,8 +8614,8 @@
1906 Content-Type: text/plain; charset=ISO-8859-15
1907 Content-Transfer-Encoding: 8bit
1908 Plural-Forms: nplurals=2; plural=n != 1
1909-', true, 44, 6, 0, 0, NULL, 31, NULL, 'es.po', '2005-06-06 08:59:54.251898', NULL, 0, '2005-05-06 21:12:25.930403');
1910-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (28, 4, 454, NULL, ' Xhosa translation for evolution
1911+', true, 44, 6, 0, 0, NULL, 31, 'es.po', '2005-06-06 08:59:54.251898', NULL, 0, '2005-05-06 21:12:25.930403');
1912+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (28, 4, 454, NULL, ' Xhosa translation for evolution
1913 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
1914 This file is distributed under the same license as the evolution package.
1915 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
1916@@ -8595,8 +8630,8 @@
1917 Content-Type: text/plain; charset=UTF-8
1918 Content-Transfer-Encoding: 8bit
1919 Plural-Forms: nplurals=2; plural=n != 1
1920-', true, NULL, 0, 0, 0, NULL, 31, NULL, 'xh.po', '2005-06-15 19:26:21.919196', NULL, 0, '2005-06-15 19:26:21.919196');
1921-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (29, 4, 196, NULL, ' Japanese translation for evolution
1922+', true, NULL, 0, 0, 0, NULL, 31, 'xh.po', '2005-06-15 19:26:21.919196', NULL, 0, '2005-06-15 19:26:21.919196');
1923+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (29, 4, 196, NULL, ' Japanese translation for evolution
1924 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
1925 This file is distributed under the same license as the evolution package.
1926 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
1927@@ -8611,8 +8646,8 @@
1928 Content-Type: text/plain; charset=UTF-8
1929 Content-Transfer-Encoding: 8bit
1930 Plural-Forms: nplurals=1; plural=0
1931-', true, 13, 0, 0, 1, NULL, 13, NULL, 'ja.po', '2005-10-11 23:08:01.899322', NULL, 0, '2005-10-11 23:08:01.899322');
1932-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (30, 6, 521, NULL, ' Spanish translation for wammu
1933+', true, 13, 0, 0, 1, NULL, 13, 'ja.po', '2005-10-11 23:08:01.899322', NULL, 0, '2005-10-11 23:08:01.899322');
1934+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (30, 6, 521, NULL, ' Spanish translation for wammu
1935 Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006
1936 This file is distributed under the same license as the wammu package.
1937 FIRST AUTHOR <EMAIL@ADDRESS>, 2006.
1938@@ -8628,8 +8663,8 @@
1939 Content-Transfer-Encoding: 8bit
1940 X-Rosetta-Export-Date: 2006-12-04 19:58+0000
1941 Plural-Forms: nplurals=2; plural=n > 1
1942-', true, 66, 5, 0, 0, NULL, 16, NULL, 'po/pt_BR.po', '2006-12-13 21:18:28.796588', NULL, 0, '2006-12-13 21:19:06.369142');
1943-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (31, 9, 387, NULL, ' Spanish translation for evolution
1944+', true, 66, 5, 0, 0, NULL, 16, 'po/pt_BR.po', '2006-12-13 21:18:28.796588', NULL, 0, '2006-12-13 21:19:06.369142');
1945+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (31, 9, 387, NULL, ' Spanish translation for evolution
1946 Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007
1947 This file is distributed under the same license as the evolution package.
1948 FIRST AUTHOR <EMAIL@ADDRESS>, 2007.
1949@@ -8644,8 +8679,8 @@
1950 Content-Type: text/plain; charset=UTF-8
1951 Content-Transfer-Encoding: 8bit
1952 Plural-Forms: nplurals=2; plural=n != 1
1953-', true, 56, 0, 0, 1, NULL, 56, NULL, 'po-disabled/disabled-template-es.po', '2007-01-05 13:04:20.092506', NULL, 0, '2007-01-05 13:04:20.092506');
1954-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (32, 7, 387, NULL, ' Spanish translation for evolution
1955+', true, 56, 0, 0, 1, NULL, 56, 'po-disabled/disabled-template-es.po', '2007-01-05 13:04:20.092506', NULL, 0, '2007-01-05 13:04:20.092506');
1956+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (32, 7, 387, NULL, ' Spanish translation for evolution
1957 Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007
1958 This file is distributed under the same license as the evolution package.
1959 FIRST AUTHOR <EMAIL@ADDRESS>, 2007.
1960@@ -8660,8 +8695,8 @@
1961 Content-Type: text/plain; charset=UTF-8
1962 Content-Transfer-Encoding: 8bit
1963 Plural-Forms: nplurals=2; plural=n != 1
1964-', true, 12, 0, 0, 1, NULL, 12, NULL, '/man-es.po', '2007-01-19 13:00:41.049464', NULL, 0, '2007-01-24 19:16:06.386519');
1965-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (33, 10, 387, NULL, ' Spanish translation for alsa-utils
1966+', true, 12, 0, 0, 1, NULL, 12, '/man-es.po', '2007-01-19 13:00:41.049464', NULL, 0, '2007-01-24 19:16:06.386519');
1967+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (33, 10, 387, NULL, ' Spanish translation for alsa-utils
1968 Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007
1969 This file is distributed under the same license as the alsa-utils package.
1970 FIRST AUTHOR <EMAIL@ADDRESS>, 2007.
1971@@ -8676,8 +8711,8 @@
1972 Content-Type: text/plain; charset=UTF-8
1973 Content-Transfer-Encoding: 8bit
1974 Plural-Forms: nplurals=2; plural=n != 1
1975-', true, 13, 0, 0, 0, NULL, 13, NULL, 'po/alsa-utils-es.po', '2007-04-07 10:14:36.267119', NULL, 0, '2007-04-07 10:14:36.267119');
1976-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (34, 5, 119, NULL, ' English translation for mozilla
1977+', true, 13, 0, 0, 0, NULL, 13, 'po/alsa-utils-es.po', '2007-04-07 10:14:36.267119', NULL, 0, '2007-04-07 10:14:36.267119');
1978+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (34, 5, 119, NULL, ' English translation for mozilla
1979 Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007
1980 This file is distributed under the same license as the mozilla package.
1981 FIRST AUTHOR <EMAIL@ADDRESS>, 2007.
1982@@ -8692,7 +8727,7 @@
1983 Content-Type: text/plain; charset=UTF-8
1984 Content-Transfer-Encoding: 8bit
1985 Plural-Forms: nplurals=2; plural=n != 1
1986-', true, 13, 0, 0, 3, NULL, 13, NULL, 'debian/po/pkgconf-mozilla-en.po', '2007-07-12 03:42:48.848044', NULL, 0, '2007-07-12 03:42:48.848044');
1987+', true, 13, 0, 0, 3, NULL, 13, 'debian/po/pkgconf-mozilla-en.po', '2007-07-12 03:42:48.848044', NULL, 0, '2007-07-12 03:42:48.848044');
1988
1989
1990 ALTER TABLE pofile ENABLE TRIGGER ALL;
1991@@ -8933,661 +8968,661 @@
1992
1993 ALTER TABLE translationmessage DISABLE TRIGGER ALL;
1994
1995-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (1, 1, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 1, NULL, NULL, NULL, '', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387, NULL);
1996-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (2, 2, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 2, NULL, NULL, NULL, '', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387, NULL);
1997-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (3, 3, '2005-04-07 13:19:17.601068', 13, '2007-01-04 11:02:02.844658', 13, 3, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 1, 387, NULL);
1998-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (4, 5, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 4, NULL, NULL, NULL, '', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387, NULL);
1999-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (5, 14, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 5, NULL, NULL, NULL, ' This is an example of commenttext for a multiline msgset', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387, NULL);
2000-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (6, 16, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 8, 9, NULL, NULL, '', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387, NULL);
2001-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (8, 18, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 11, NULL, NULL, NULL, ' start po-group: common
2002- start po-group: common', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387, NULL);
2003-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (9, 23, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 12, NULL, NULL, NULL, '', 1, 0, true, false, true, true, false, NULL, NULL, 1, 387, NULL);
2004-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (10, 67, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 13, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2005-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (11, 68, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 14, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2006-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (12, 69, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 15, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2007-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (13, 70, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 16, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2008-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (14, 71, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 17, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2009-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (15, 72, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 18, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2010-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (16, 73, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 19, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2011-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (17, 74, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 20, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2012-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (18, 75, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 21, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2013-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (19, 76, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 22, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2014-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (20, 77, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 23, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2015-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (21, 78, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 24, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2016-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (22, 79, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 25, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2017-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (23, 80, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 26, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2018-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (24, 81, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 27, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2019-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (25, 82, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 28, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2020-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (26, 83, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 29, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2021-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (27, 84, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 30, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2022-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (28, 85, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 31, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2023-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (29, 86, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 32, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2024-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (30, 87, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 33, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2025-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (31, 88, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 34, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2026-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (32, 89, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 35, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2027-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (33, 90, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 36, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2028-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (34, 91, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 37, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2029-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (35, 92, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 38, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2030-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (36, 93, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 39, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2031-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (37, 94, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 40, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2032-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (38, 95, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 41, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2033-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (39, 96, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 42, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2034-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (40, 97, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 43, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2035-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (41, 98, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 44, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2036-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (42, 99, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 45, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2037-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (43, 100, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 46, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2038-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (44, 101, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 47, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2039-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (45, 102, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 48, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2040-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (46, 103, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 49, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2041-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (47, 104, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 50, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2042-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (48, 105, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 51, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2043-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (49, 106, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 52, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2044-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (50, 107, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 53, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2045-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (51, 108, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 54, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2046-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (52, 109, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 55, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2047-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (53, 110, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 56, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2048-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (54, 111, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 57, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2049-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (55, 112, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 58, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2050-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (56, 113, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 59, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2051-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (57, 114, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 60, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2052-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (58, 115, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 61, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2053-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (59, 116, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 62, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2054-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (60, 117, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 63, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2055-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (61, 118, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 64, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2056-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (62, 119, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 65, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2057-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (63, 120, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 66, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2058-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (64, 121, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 67, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2059-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (65, 122, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 68, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2060-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (66, 123, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 69, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2061-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (67, 124, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 70, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2062-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (68, 125, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 71, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2063-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (69, 126, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 72, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2064-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (70, 127, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 73, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2065-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (71, 128, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 74, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2066-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (72, 129, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 75, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360, NULL);
2067-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (73, 67, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 76, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2068-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (74, 68, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 77, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2069-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (75, 69, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 78, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2070-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (76, 70, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 79, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2071-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (77, 71, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 80, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2072-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (78, 72, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 81, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2073-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (79, 73, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 82, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2074-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (80, 74, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 83, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2075-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (81, 75, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 84, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2076-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (82, 76, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 85, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2077-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (83, 77, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 86, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2078-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (84, 78, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 87, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2079-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (85, 79, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 88, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2080-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (86, 80, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 89, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2081-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (87, 81, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 90, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2082-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (88, 82, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 91, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2083-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (89, 83, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 92, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2084-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (90, 84, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 93, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2085-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (91, 85, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 94, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2086-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (92, 86, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 95, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2087-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (93, 87, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 96, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2088-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (94, 88, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 97, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2089-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (95, 89, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 98, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2090-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (96, 90, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 99, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2091-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (97, 91, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 100, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2092-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (98, 92, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 101, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2093-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (99, 93, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 102, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2094-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (100, 94, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 103, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2095-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (101, 95, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 104, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2096-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (103, 97, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 106, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2097-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (104, 98, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 107, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2098-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (105, 99, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 108, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2099-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (106, 100, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 109, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2100-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (107, 101, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 110, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2101-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (108, 102, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 111, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2102-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (109, 103, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 112, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2103-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (110, 104, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 113, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2104-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (111, 105, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 114, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2105-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (112, 106, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 115, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2106-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (113, 107, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 116, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2107-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (114, 108, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 117, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2108-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (115, 109, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 118, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2109-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (116, 110, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 119, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2110-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (117, 111, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 120, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2111-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (118, 112, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 121, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2112-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (119, 113, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 122, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2113-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (120, 114, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 123, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2114-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (121, 115, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 124, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2115-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (122, 116, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 125, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2116-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (123, 117, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 126, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2117-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (124, 118, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 127, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2118-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (125, 119, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 128, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2119-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (126, 120, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 129, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2120-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (127, 121, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 130, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2121-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (128, 122, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 131, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2122-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (129, 123, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 105, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2123-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (130, 124, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 132, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2124-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (131, 125, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 133, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2125-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (132, 126, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 134, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2126-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (133, 127, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 135, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2127-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (134, 128, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 136, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2128-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (135, 129, '2005-05-06 20:09:51.386766', 34, '2005-05-06 20:09:51.386766', 34, 137, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 68, NULL);
2129-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (136, 67, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 138, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2130-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (137, 68, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 139, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2131-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (138, 69, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 140, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2132-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (139, 70, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 141, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2133-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (140, 71, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 142, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2134-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (141, 72, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 143, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2135-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (142, 73, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 144, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2136-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (143, 74, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 145, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2137-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (144, 75, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 146, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2138-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (145, 76, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 147, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2139-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (146, 77, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 148, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2140-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (147, 78, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 149, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2141-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (148, 79, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 150, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2142-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (149, 80, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 151, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2143-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (150, 81, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 152, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2144-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (151, 82, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 153, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2145-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (152, 83, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 154, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2146-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (153, 84, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 155, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2147-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (154, 85, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 156, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2148-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (155, 86, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 157, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2149-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (156, 87, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 158, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2150-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (157, 88, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 159, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2151-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (158, 89, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 160, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2152-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (159, 90, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 161, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2153-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (160, 91, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 162, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2154-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (161, 92, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 163, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2155-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (162, 93, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 164, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2156-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (163, 94, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 165, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2157-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (164, 95, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 166, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2158-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (165, 96, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 167, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2159-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (166, 97, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 168, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2160-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (167, 98, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 169, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2161-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (168, 99, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 170, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2162-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (169, 100, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 171, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2163-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (170, 101, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 172, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2164-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (171, 102, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 173, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2165-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (172, 103, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 174, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2166-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (173, 104, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 175, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2167-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (174, 105, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 176, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2168-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (175, 106, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 177, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2169-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (176, 107, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 178, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2170-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (177, 108, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 179, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2171-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (178, 109, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 180, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2172-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (179, 110, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 181, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2173-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (180, 111, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 182, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2174-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (181, 112, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 183, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2175-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (182, 113, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 184, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2176-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (183, 114, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 185, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2177-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (184, 115, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 186, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2178-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (185, 116, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 187, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2179-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (186, 117, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 188, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2180-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (187, 118, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 189, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2181-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (188, 119, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 190, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2182-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (189, 120, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 191, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2183-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (190, 121, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 192, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2184-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (191, 122, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 193, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2185-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (192, 123, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 194, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2186-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (193, 124, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 195, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2187-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (194, 125, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 196, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2188-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (195, 126, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 197, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2189-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (196, 127, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 198, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2190-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (197, 128, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 199, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2191-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (198, 129, '2005-05-06 20:10:18.431259', 35, '2005-05-06 20:10:18.431259', 35, 200, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 302, NULL);
2192-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (199, 67, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 201, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2193-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (200, 68, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 202, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2194-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (201, 69, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 203, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2195-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (203, 71, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 205, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2196-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (204, 72, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 206, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2197-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (205, 73, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 207, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2198-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (206, 74, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 208, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2199-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (207, 75, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 209, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2200-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (208, 76, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 210, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2201-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (232, 100, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 234, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2202-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (233, 101, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 235, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2203-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (234, 102, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 236, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2204-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (235, 103, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 237, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2205-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (236, 104, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 238, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2206-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (237, 105, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 239, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2207-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (238, 106, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 240, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2208-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (239, 107, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 241, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2209-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (240, 108, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 242, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2210-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (241, 109, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 243, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2211-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (242, 110, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 244, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2212-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (243, 111, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 245, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2213-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (244, 112, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 246, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2214-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (245, 113, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 247, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2215-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (246, 114, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 248, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2216-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (247, 115, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 249, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2217-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (248, 116, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 250, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2218-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (249, 117, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 251, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2219-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (250, 118, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 252, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2220-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (251, 119, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 253, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2221-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (252, 120, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 254, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2222-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (253, 121, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 255, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2223-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (254, 122, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 256, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2224-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (255, 123, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 257, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2225-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (256, 124, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 258, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2226-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (257, 125, '2005-05-06 20:10:41.732277', 36, '2005-05-06 20:10:41.732277', 36, 259, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 98, NULL);
2227-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (262, 67, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 264, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2228-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (263, 68, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 265, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2229-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (264, 69, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 266, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2230-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (265, 70, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 267, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2231-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (266, 71, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 268, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2232-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (267, 72, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 269, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2233-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (268, 73, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 270, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2234-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (269, 74, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 271, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2235-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (270, 75, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 272, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2236-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (271, 76, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 273, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2237-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (272, 77, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 274, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2238-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (273, 78, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 275, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2239-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (274, 79, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 276, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2240-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (275, 80, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 277, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2241-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (276, 81, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 278, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2242-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (277, 82, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 279, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2243-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (278, 83, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 280, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2244-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (279, 84, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 281, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2245-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (280, 85, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 282, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2246-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (281, 86, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 283, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2247-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (282, 87, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 284, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2248-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (283, 88, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 285, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2249-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (284, 89, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 286, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2250-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (285, 90, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 287, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2251-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (286, 91, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 288, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2252-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (287, 92, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 289, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2253-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (288, 93, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 290, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2254-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (289, 94, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 291, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2255-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (290, 95, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 292, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2256-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (291, 96, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 293, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2257-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (292, 97, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 294, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2258-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (293, 98, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 295, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2259-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (294, 99, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 296, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2260-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (295, 100, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 297, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2261-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (296, 101, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 298, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2262-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (297, 102, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 299, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2263-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (298, 103, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 300, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2264-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (299, 104, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 301, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2265-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (300, 105, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 302, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2266-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (301, 106, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 303, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2267-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (302, 107, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 304, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2268-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (303, 108, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 305, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2269-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (304, 109, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 306, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2270-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (305, 110, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 307, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2271-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (306, 111, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 308, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2272-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (307, 112, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 309, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2273-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (308, 113, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 310, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2274-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (309, 114, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 311, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2275-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (310, 115, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 312, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2276-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (311, 116, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 313, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2277-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (312, 117, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 314, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2278-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (313, 118, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 315, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2279-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (314, 119, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 316, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2280-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (315, 120, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 317, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2281-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (316, 121, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 318, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2282-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (317, 122, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 319, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2283-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (318, 123, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 320, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2284-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (319, 124, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 321, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2285-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (320, 125, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 322, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2286-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (321, 126, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 323, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2287-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (322, 127, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 324, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2288-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (323, 128, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 325, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2289-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (324, 129, '2005-05-06 20:11:16.591589', 37, '2005-05-06 20:11:16.591589', 37, 326, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 560, NULL);
2290-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (325, 67, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 327, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2291-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (326, 68, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 328, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2292-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (327, 69, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 329, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2293-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (328, 70, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 330, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2294-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (329, 71, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 331, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2295-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (330, 72, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 332, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2296-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (331, 73, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 333, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2297-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (332, 74, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 334, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2298-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (333, 75, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 335, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2299-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (334, 76, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 336, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2300-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (335, 77, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 337, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2301-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (336, 78, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 338, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2302-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (337, 79, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 339, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2303-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (338, 80, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 340, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2304-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (339, 81, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 341, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2305-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (340, 82, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 342, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2306-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (341, 83, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 343, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2307-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (342, 84, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 344, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2308-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (343, 85, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 345, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2309-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (344, 86, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 346, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2310-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (345, 87, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 347, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2311-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (346, 88, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 348, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2312-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (347, 89, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 349, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2313-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (348, 90, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 350, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2314-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (349, 91, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 351, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2315-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (350, 92, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 352, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2316-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (351, 93, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 353, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2317-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (352, 94, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 354, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2318-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (353, 95, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 355, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2319-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (354, 96, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 356, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2320-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (355, 97, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 357, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2321-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (356, 98, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 358, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2322-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (357, 99, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 359, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2323-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (358, 100, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 360, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2324-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (359, 101, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 361, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2325-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (360, 102, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 362, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2326-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (361, 103, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 363, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2327-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (362, 104, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 364, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2328-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (363, 105, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 365, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2329-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (364, 106, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 366, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2330-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (365, 107, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 367, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2331-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (366, 108, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 368, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2332-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (367, 109, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 369, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2333-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (368, 110, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 370, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2334-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (369, 111, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 371, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2335-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (370, 112, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 372, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2336-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (371, 113, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 373, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2337-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (372, 114, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 374, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2338-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (373, 115, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 375, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2339-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (374, 116, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 376, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2340-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (375, 117, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 377, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2341-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (376, 118, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 378, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2342-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (377, 119, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 379, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2343-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (378, 120, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 380, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2344-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (379, 121, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 381, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2345-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (380, 122, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 382, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2346-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (381, 123, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 383, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2347-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (382, 124, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 384, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2348-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (383, 125, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 385, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2349-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (384, 126, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 386, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2350-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (385, 127, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 387, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2351-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (386, 128, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 388, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2352-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (387, 129, '2005-05-06 20:11:41.773683', 38, '2005-05-06 20:11:41.773683', 38, 389, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 143, NULL);
2353-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (388, 67, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 390, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2354-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (389, 68, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 391, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2355-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (390, 69, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 392, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2356-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (391, 70, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 393, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2357-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (392, 71, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 394, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2358-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (393, 72, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 395, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2359-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (394, 73, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 396, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2360-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (395, 74, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 397, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2361-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (396, 75, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 398, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2362-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (397, 76, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 399, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2363-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (398, 77, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 400, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2364-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (399, 78, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 401, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2365-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (400, 79, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 402, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2366-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (401, 80, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 403, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2367-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (402, 81, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 404, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2368-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (403, 82, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 405, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2369-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (404, 83, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 406, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2370-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (405, 84, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 407, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2371-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (406, 85, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 408, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2372-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (407, 86, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 409, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2373-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (408, 87, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 410, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2374-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (409, 88, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 411, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2375-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (410, 89, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 412, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2376-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (411, 90, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 413, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2377-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (412, 91, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 414, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2378-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (413, 92, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 415, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2379-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (414, 93, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 416, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2380-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (415, 94, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 417, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2381-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (416, 95, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 418, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2382-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (417, 96, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 419, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2383-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (418, 97, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 420, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2384-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (419, 98, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 421, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2385-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (420, 99, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 422, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2386-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (421, 100, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 423, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2387-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (422, 101, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 424, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2388-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (423, 102, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 425, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2389-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (424, 103, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 426, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2390-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (425, 104, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 427, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2391-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (426, 105, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 428, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2392-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (427, 106, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 429, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2393-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (428, 107, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 430, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2394-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (429, 108, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 431, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2395-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (431, 110, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 433, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2396-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (432, 111, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 434, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2397-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (433, 112, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 435, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2398-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (434, 113, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 436, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2399-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (435, 114, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 437, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2400-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (436, 115, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 438, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2401-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (437, 116, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 439, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2402-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (438, 117, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 440, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2403-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (439, 118, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 441, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2404-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (440, 119, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 442, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2405-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (441, 120, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 443, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2406-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (443, 122, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 445, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2407-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (444, 123, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 446, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2408-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (445, 124, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 447, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2409-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (446, 125, '2005-05-06 20:12:08.283113', 39, '2005-05-06 20:12:08.283113', 39, 448, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 132, NULL);
2410-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (451, 67, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 453, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2411-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (452, 68, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 454, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2412-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (453, 69, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 455, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2413-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (454, 70, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 456, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2414-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (455, 71, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 457, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2415-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (456, 72, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 458, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2416-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (457, 73, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 459, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2417-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (458, 74, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 460, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2418-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (459, 75, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 461, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2419-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (460, 77, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 462, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2420-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (461, 78, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 463, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2421-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (462, 79, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 464, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2422-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (463, 80, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 465, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2423-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (464, 83, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 466, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2424-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (465, 87, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 467, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2425-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (466, 88, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 468, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2426-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (467, 89, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 469, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2427-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (468, 90, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 470, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2428-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (469, 91, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 471, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2429-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (470, 92, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 472, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2430-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (471, 94, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 473, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2431-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (472, 95, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 474, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2432-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (473, 96, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 475, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2433-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (474, 97, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 476, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2434-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (475, 98, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 477, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2435-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (476, 99, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 478, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2436-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (477, 100, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 479, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2437-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (478, 101, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 480, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2438-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (479, 102, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 481, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2439-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (480, 103, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 482, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2440-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (481, 104, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 483, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2441-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (482, 106, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 484, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2442-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (483, 107, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 485, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2443-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (484, 108, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 486, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2444-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (485, 109, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 487, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2445-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (486, 110, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 488, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2446-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (487, 111, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 489, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2447-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (488, 112, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 490, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2448-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (489, 113, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 491, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2449-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (490, 114, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 492, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2450-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (491, 115, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 493, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2451-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (492, 116, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 494, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2452-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (493, 118, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 495, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2453-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (494, 119, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 496, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2454-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (495, 120, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 497, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2455-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (496, 122, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 498, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2456-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (497, 123, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 499, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2457-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (498, 124, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 500, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2458-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (499, 125, '2005-05-06 20:12:35.976807', 40, '2005-05-06 20:12:35.976807', 40, 501, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 527, NULL);
2459-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (500, 67, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 264, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2460-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (501, 68, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 265, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2461-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (502, 69, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 266, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2462-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (503, 70, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 267, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2463-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (504, 71, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 268, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2464-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (505, 72, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 269, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2465-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (506, 73, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 270, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2466-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (507, 74, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 271, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2467-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (508, 75, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 272, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2468-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (510, 77, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 274, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2469-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (511, 78, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 275, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2470-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (512, 79, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 276, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2471-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (513, 80, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 277, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2472-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (515, 82, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 279, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2473-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (516, 83, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 280, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2474-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (517, 84, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 281, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2475-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (518, 85, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 282, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2476-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (519, 86, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 283, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2477-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (520, 87, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 284, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2478-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (521, 88, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 503, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2479-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (522, 89, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 504, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2480-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (523, 90, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 505, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2481-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (524, 91, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 506, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2482-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (525, 92, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 507, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2483-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (527, 95, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 292, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2484-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (528, 96, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 509, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2485-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (529, 97, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 294, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2486-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (530, 98, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 295, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2487-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (531, 99, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 510, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2488-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (532, 100, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 511, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2489-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (533, 101, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 512, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2490-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (534, 102, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 513, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2491-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (535, 103, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 514, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2492-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (536, 104, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 515, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2493-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (537, 105, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 516, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2494-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (538, 106, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 517, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2495-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (539, 107, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 304, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2496-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (540, 108, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 518, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2497-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (541, 109, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 519, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2498-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (542, 110, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 307, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2499-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (543, 111, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 520, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2500-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (544, 112, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 521, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2501-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (545, 113, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 522, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2502-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (546, 114, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 523, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2503-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (547, 115, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 524, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2504-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (548, 116, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 525, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2505-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (549, 117, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 526, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2506-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (550, 118, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 527, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2507-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (551, 119, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 528, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2508-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (552, 120, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 529, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2509-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (554, 122, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 319, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2510-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (555, 123, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 531, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2511-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (556, 124, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 321, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2512-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (557, 125, '2005-05-06 20:13:10.405056', 41, '2005-05-06 20:13:10.405056', 41, 322, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 387, NULL);
2513-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (562, 130, '2005-05-06 21:12:13.908028', 13, '2005-05-06 21:12:13.908028', 13, 1, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 4, 387, NULL);
2514-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (563, 131, '2005-05-06 21:12:13.908028', 13, '2005-05-06 21:12:13.908028', 13, 2, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 4, 387, NULL);
2515-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (565, 143, '2005-05-06 21:12:13.908028', 13, '2005-05-06 21:12:13.908028', 13, 5, NULL, NULL, NULL, ' This is an example of commenttext for a multiline msgset', 1, 0, true, false, true, false, false, NULL, NULL, 4, 387, NULL);
2516-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (566, 144, '2005-05-06 21:12:13.908028', 13, '2005-05-06 21:12:13.908028', 13, 6, 7, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 4, 387, NULL);
2517-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (567, 145, '2005-05-06 21:12:13.908028', 13, '2005-05-06 21:12:13.908028', 13, 8, 9, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 4, 387, NULL);
2518-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (569, 147, '2005-05-06 21:12:13.908028', 13, '2005-05-06 21:12:13.908028', 13, 11, NULL, NULL, NULL, ' start po-group: common
2519- start po-group: common', 1, 0, true, false, true, false, false, NULL, NULL, 4, 387, NULL);
2520-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (570, 161, '2005-05-06 21:12:13.908028', 13, '2005-05-06 21:12:13.908028', 13, 12, NULL, NULL, NULL, '', 1, 0, true, false, true, true, false, NULL, NULL, 4, 387, NULL);
2521-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (571, 152, '2005-05-06 21:12:18.833057', 42, '2005-05-06 21:12:18.833057', 42, 536, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 132, NULL);
2522-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (572, 153, '2005-05-06 21:12:18.833057', 42, '2005-05-06 21:12:18.833057', 42, 537, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 132, NULL);
2523-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (573, 154, '2005-05-06 21:12:18.833057', 42, '2005-05-06 21:12:18.833057', 42, 538, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 132, NULL);
2524-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (574, 155, '2005-05-06 21:12:18.833057', 42, '2005-05-06 21:12:18.833057', 42, 539, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 132, NULL);
2525-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (575, 156, '2005-05-06 21:12:18.833057', 42, '2005-05-06 21:12:18.833057', 42, 540, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 132, NULL);
2526-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (576, 157, '2005-05-06 21:12:18.833057', 42, '2005-05-06 21:12:18.833057', 42, 541, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 132, NULL);
2527-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (577, 158, '2005-05-06 21:12:18.833057', 42, '2005-05-06 21:12:18.833057', 42, 542, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 132, NULL);
2528-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (578, 159, '2005-05-06 21:12:18.833057', 42, '2005-05-06 21:12:18.833057', 42, 543, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 132, NULL);
2529-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (579, 160, '2005-05-06 21:12:18.833057', 42, '2005-05-06 21:12:18.833057', 42, 544, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 132, NULL);
2530-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (580, 152, '2005-05-06 21:12:20.874654', 43, '2005-05-06 21:12:20.874654', 43, 545, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 521, NULL);
2531-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (581, 153, '2005-05-06 21:12:20.874654', 43, '2005-05-06 21:12:20.874654', 43, 546, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 521, NULL);
2532-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (582, 154, '2005-05-06 21:12:20.874654', 43, '2005-05-06 21:12:20.874654', 43, 547, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 521, NULL);
2533-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (583, 155, '2005-05-06 21:12:20.874654', 43, '2005-05-06 21:12:20.874654', 43, 548, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 521, NULL);
2534-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (584, 156, '2005-05-06 21:12:20.874654', 43, '2005-05-06 21:12:20.874654', 43, 549, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 521, NULL);
2535-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (585, 157, '2005-05-06 21:12:20.874654', 43, '2005-05-06 21:12:20.874654', 43, 550, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 521, NULL);
2536-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (586, 158, '2005-05-06 21:12:20.874654', 43, '2005-05-06 21:12:20.874654', 43, 551, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 521, NULL);
2537-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (587, 159, '2005-05-06 21:12:20.874654', 43, '2005-05-06 21:12:20.874654', 43, 552, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 521, NULL);
2538-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (588, 160, '2005-05-06 21:12:20.874654', 43, '2005-05-06 21:12:20.874654', 43, 553, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 521, NULL);
2539-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (589, 152, '2005-05-06 21:12:23.441015', 30, '2005-05-06 21:12:23.441015', 30, 554, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 196, NULL);
2540-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (590, 153, '2005-05-06 21:12:23.441015', 30, '2005-05-06 21:12:23.441015', 30, 555, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 196, NULL);
2541-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (591, 154, '2005-05-06 21:12:23.441015', 30, '2005-05-06 21:12:23.441015', 30, 556, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 196, NULL);
2542-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (592, 155, '2005-05-06 21:12:23.441015', 30, '2005-05-06 21:12:23.441015', 30, 557, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 196, NULL);
2543-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (593, 156, '2005-05-06 21:12:23.441015', 30, '2005-05-06 21:12:23.441015', 30, 558, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 196, NULL);
2544-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (594, 157, '2005-05-06 21:12:23.441015', 30, '2005-05-06 21:12:23.441015', 30, 559, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 196, NULL);
2545-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (595, 158, '2005-05-06 21:12:23.441015', 30, '2005-05-06 21:12:23.441015', 30, 560, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 196, NULL);
2546-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (596, 159, '2005-05-06 21:12:23.441015', 30, '2005-05-06 21:12:23.441015', 30, 561, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 196, NULL);
2547-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (597, 160, '2005-05-06 21:12:23.441015', 30, '2005-05-06 21:12:23.441015', 30, 562, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 196, NULL);
2548-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (598, 152, '2005-05-06 21:12:25.930403', 44, '2005-05-06 21:12:25.930403', 44, 563, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 387, NULL);
2549-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (599, 153, '2005-05-06 21:12:25.930403', 44, '2005-05-06 21:12:25.930403', 44, 564, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 387, NULL);
2550-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (600, 154, '2005-05-06 21:12:25.930403', 44, '2005-05-06 21:12:25.930403', 44, 565, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 387, NULL);
2551-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (601, 155, '2005-05-06 21:12:25.930403', 44, '2005-05-06 21:12:25.930403', 44, 566, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 387, NULL);
2552-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (602, 156, '2005-05-06 21:12:25.930403', 44, '2005-05-06 21:12:25.930403', 44, 567, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 387, NULL);
2553-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (603, 157, '2005-05-06 21:12:25.930403', 44, '2005-05-06 21:12:25.930403', 44, 568, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 387, NULL);
2554-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (604, 152, '2005-05-06 21:12:27.602384', 45, '2005-05-06 21:12:27.602384', 45, 569, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 112, NULL);
2555-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (605, 153, '2005-05-06 21:12:27.602384', 45, '2005-05-06 21:12:27.602384', 45, 570, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 112, NULL);
2556-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (606, 154, '2005-05-06 21:12:27.602384', 45, '2005-05-06 21:12:27.602384', 45, 571, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 112, NULL);
2557-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (607, 155, '2005-05-06 21:12:27.602384', 45, '2005-05-06 21:12:27.602384', 45, 572, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 112, NULL);
2558-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (608, 156, '2005-05-06 21:12:27.602384', 45, '2005-05-06 21:12:27.602384', 45, 573, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 112, NULL);
2559-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (609, 157, '2005-05-06 21:12:27.602384', 45, '2005-05-06 21:12:27.602384', 45, 574, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 112, NULL);
2560-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (610, 158, '2005-05-06 21:12:27.602384', 45, '2005-05-06 21:12:27.602384', 45, 575, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 112, NULL);
2561-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (611, 159, '2005-05-06 21:12:27.602384', 45, '2005-05-06 21:12:27.602384', 45, 576, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 112, NULL);
2562-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (612, 160, '2005-05-06 21:12:27.602384', 45, '2005-05-06 21:12:27.602384', 45, 577, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 112, NULL);
2563-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (613, 152, '2005-05-06 21:12:29.45271', 46, '2005-05-06 21:12:29.45271', 46, 578, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 98, NULL);
2564-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (614, 153, '2005-05-06 21:12:29.45271', 46, '2005-05-06 21:12:29.45271', 46, 579, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 98, NULL);
2565-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (615, 154, '2005-05-06 21:12:29.45271', 46, '2005-05-06 21:12:29.45271', 46, 580, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 98, NULL);
2566-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (616, 155, '2005-05-06 21:12:29.45271', 46, '2005-05-06 21:12:29.45271', 46, 581, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 98, NULL);
2567-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (617, 156, '2005-05-06 21:12:29.45271', 46, '2005-05-06 21:12:29.45271', 46, 582, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 98, NULL);
2568-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (618, 157, '2005-05-06 21:12:29.45271', 46, '2005-05-06 21:12:29.45271', 46, 583, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 98, NULL);
2569-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (619, 158, '2005-05-06 21:12:29.45271', 46, '2005-05-06 21:12:29.45271', 46, 584, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 98, NULL);
2570-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (620, 159, '2005-05-06 21:12:29.45271', 46, '2005-05-06 21:12:29.45271', 46, 585, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 98, NULL);
2571-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (621, 160, '2005-05-06 21:12:29.45271', 46, '2005-05-06 21:12:29.45271', 46, 586, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 98, NULL);
2572-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (622, 152, '2005-05-06 21:12:31.382429', 47, '2005-05-06 21:12:31.382429', 47, 587, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 100, NULL);
2573-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (623, 153, '2005-05-06 21:12:31.382429', 47, '2005-05-06 21:12:31.382429', 47, 588, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 100, NULL);
2574-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (624, 154, '2005-05-06 21:12:31.382429', 47, '2005-05-06 21:12:31.382429', 47, 589, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 100, NULL);
2575-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (625, 155, '2005-05-06 21:12:31.382429', 47, '2005-05-06 21:12:31.382429', 47, 590, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 100, NULL);
2576-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (626, 156, '2005-05-06 21:12:31.382429', 47, '2005-05-06 21:12:31.382429', 47, 591, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 100, NULL);
2577-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (627, 157, '2005-05-06 21:12:31.382429', 47, '2005-05-06 21:12:31.382429', 47, 592, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 100, NULL);
2578-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (628, 158, '2005-05-06 21:12:31.382429', 47, '2005-05-06 21:12:31.382429', 47, 593, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 100, NULL);
2579-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (629, 159, '2005-05-06 21:12:31.382429', 47, '2005-05-06 21:12:31.382429', 47, 594, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 100, NULL);
2580-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (630, 160, '2005-05-06 21:12:31.382429', 47, '2005-05-06 21:12:31.382429', 47, 595, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 100, NULL);
2581-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (631, 152, '2005-05-06 21:12:33.238579', 48, '2005-05-06 21:12:33.238579', 48, 596, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 129, NULL);
2582-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (632, 153, '2005-05-06 21:12:33.238579', 48, '2005-05-06 21:12:33.238579', 48, 597, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 129, NULL);
2583-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (633, 154, '2005-05-06 21:12:33.238579', 48, '2005-05-06 21:12:33.238579', 48, 598, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 129, NULL);
2584-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (634, 155, '2005-05-06 21:12:33.238579', 48, '2005-05-06 21:12:33.238579', 48, 599, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 129, NULL);
2585-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (635, 156, '2005-05-06 21:12:33.238579', 48, '2005-05-06 21:12:33.238579', 48, 600, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 129, NULL);
2586-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (636, 157, '2005-05-06 21:12:33.238579', 48, '2005-05-06 21:12:33.238579', 48, 601, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 129, NULL);
2587-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (637, 158, '2005-05-06 21:12:33.238579', 48, '2005-05-06 21:12:33.238579', 48, 602, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 129, NULL);
2588-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (638, 159, '2005-05-06 21:12:33.238579', 48, '2005-05-06 21:12:33.238579', 48, 603, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 129, NULL);
2589-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (639, 160, '2005-05-06 21:12:33.238579', 48, '2005-05-06 21:12:33.238579', 48, 604, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 129, NULL);
2590-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (640, 162, '2005-05-06 21:12:33.238579', 48, '2005-05-06 21:12:33.238579', 48, 605, NULL, NULL, NULL, '', 1, 0, true, false, true, true, false, NULL, NULL, 5, 129, NULL);
2591-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (641, 163, '2005-05-06 21:12:33.238579', 48, '2005-05-06 21:12:33.238579', 48, 606, NULL, NULL, NULL, '', 1, 0, true, false, true, true, false, NULL, NULL, 5, 129, NULL);
2592-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (642, 164, '2005-05-06 21:12:33.238579', 48, '2005-05-06 21:12:33.238579', 48, 607, NULL, NULL, NULL, '', 1, 0, true, false, true, true, false, NULL, NULL, 5, 129, NULL);
2593-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (643, 152, '2005-05-06 21:12:35.766036', 30, '2005-05-06 21:12:35.766036', 30, 608, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 148, NULL);
2594-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (644, 153, '2005-05-06 21:12:35.766036', 30, '2005-05-06 21:12:35.766036', 30, 609, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 148, NULL);
2595-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (645, 154, '2005-05-06 21:12:35.766036', 30, '2005-05-06 21:12:35.766036', 30, 610, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 148, NULL);
2596-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (646, 152, '2005-05-06 21:12:37.221421', 49, '2005-05-06 21:12:37.221421', 49, 611, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 241, NULL);
2597-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (647, 153, '2005-05-06 21:12:37.221421', 49, '2005-05-06 21:12:37.221421', 49, 612, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 241, NULL);
2598-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (648, 154, '2005-05-06 21:12:37.221421', 49, '2005-05-06 21:12:37.221421', 49, 613, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 241, NULL);
2599-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (649, 155, '2005-05-06 21:12:37.221421', 49, '2005-05-06 21:12:37.221421', 49, 614, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 241, NULL);
2600-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (650, 156, '2005-05-06 21:12:37.221421', 49, '2005-05-06 21:12:37.221421', 49, 615, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 241, NULL);
2601-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (651, 157, '2005-05-06 21:12:37.221421', 49, '2005-05-06 21:12:37.221421', 49, 616, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 241, NULL);
2602-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (652, 158, '2005-05-06 21:12:37.221421', 49, '2005-05-06 21:12:37.221421', 49, 617, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 241, NULL);
2603-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (653, 159, '2005-05-06 21:12:37.221421', 49, '2005-05-06 21:12:37.221421', 49, 618, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 241, NULL);
2604-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (654, 160, '2005-05-06 21:12:37.221421', 49, '2005-05-06 21:12:37.221421', 49, 619, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 241, NULL);
2605-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (655, 152, '2005-05-06 21:12:39.082421', 50, '2005-05-06 21:12:39.082421', 50, 620, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 193, NULL);
2606-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (656, 153, '2005-05-06 21:12:39.082421', 50, '2005-05-06 21:12:39.082421', 50, 621, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 193, NULL);
2607-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (657, 154, '2005-05-06 21:12:39.082421', 50, '2005-05-06 21:12:39.082421', 50, 622, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 193, NULL);
2608-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (658, 155, '2005-05-06 21:12:39.082421', 50, '2005-05-06 21:12:39.082421', 50, 623, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 193, NULL);
2609-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (659, 156, '2005-05-06 21:12:39.082421', 50, '2005-05-06 21:12:39.082421', 50, 624, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 193, NULL);
2610-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (660, 157, '2005-05-06 21:12:39.082421', 50, '2005-05-06 21:12:39.082421', 50, 625, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 193, NULL);
2611-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (661, 158, '2005-05-06 21:12:39.082421', 50, '2005-05-06 21:12:39.082421', 50, 626, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 193, NULL);
2612-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (662, 159, '2005-05-06 21:12:39.082421', 50, '2005-05-06 21:12:39.082421', 50, 627, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 193, NULL);
2613-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (663, 160, '2005-05-06 21:12:39.082421', 50, '2005-05-06 21:12:39.082421', 50, 628, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 193, NULL);
2614-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (664, 152, '2005-05-06 21:12:40.937835', 30, '2005-05-06 21:12:40.937835', 30, 629, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 427, NULL);
2615-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (665, 153, '2005-05-06 21:12:40.937835', 30, '2005-05-06 21:12:40.937835', 30, 630, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 427, NULL);
2616-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (666, 154, '2005-05-06 21:12:40.937835', 30, '2005-05-06 21:12:40.937835', 30, 631, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 427, NULL);
2617-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (667, 155, '2005-05-06 21:12:40.937835', 30, '2005-05-06 21:12:40.937835', 30, 632, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 427, NULL);
2618-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (668, 156, '2005-05-06 21:12:40.937835', 30, '2005-05-06 21:12:40.937835', 30, 633, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 427, NULL);
2619-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (669, 157, '2005-05-06 21:12:40.937835', 30, '2005-05-06 21:12:40.937835', 30, 634, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 427, NULL);
2620-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (670, 152, '2005-05-06 21:12:42.747648', 51, NULL, NULL, 635, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 143, NULL);
2621-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (671, 153, '2005-05-06 21:12:42.747648', 51, '2005-05-06 21:12:42.747648', 51, 636, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 143, NULL);
2622-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (672, 154, '2005-05-06 21:12:42.747648', 51, '2005-05-06 21:12:42.747648', 51, 637, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 143, NULL);
2623-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (673, 155, '2005-05-06 21:12:42.747648', 51, '2005-05-06 21:12:42.747648', 51, 638, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 143, NULL);
2624-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (674, 156, '2005-05-06 21:12:42.747648', 51, '2005-05-06 21:12:42.747648', 51, 639, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 143, NULL);
2625-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (675, 157, '2005-05-06 21:12:42.747648', 51, '2005-05-06 21:12:42.747648', 51, 640, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 143, NULL);
2626-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (676, 158, '2005-05-06 21:12:42.747648', 51, '2005-05-06 21:12:42.747648', 51, 641, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 143, NULL);
2627-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (677, 159, '2005-05-06 21:12:42.747648', 51, '2005-05-06 21:12:42.747648', 51, 642, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 143, NULL);
2628-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (678, 160, '2005-05-06 21:12:42.747648', 51, '2005-05-06 21:12:42.747648', 51, 643, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 5, 143, NULL);
2629-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (679, 169, '2006-12-13 21:19:06.369142', 66, '2006-12-13 21:19:06.369142', 66, 653, NULL, NULL, NULL, '', 1, 1, true, false, true, false, false, NULL, NULL, 6, 521, NULL);
2630-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (680, 170, '2006-12-13 21:19:06.369142', 66, '2006-12-13 21:19:06.369142', 66, 654, NULL, NULL, NULL, '', 1, 1, true, false, true, false, false, NULL, NULL, 6, 521, NULL);
2631-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (681, 172, '2006-12-13 21:19:06.369142', 66, '2006-12-13 21:19:06.369142', 66, 655, NULL, NULL, NULL, '', 1, 1, true, false, true, false, false, NULL, NULL, 6, 521, NULL);
2632-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (683, 174, '2006-12-13 21:19:06.369142', 66, '2006-12-13 21:19:06.369142', 66, 657, NULL, NULL, NULL, '', 1, 1, true, false, true, true, false, NULL, NULL, 6, 521, NULL);
2633-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (684, 175, '2006-12-13 21:19:06.369142', 66, '2006-12-13 21:19:06.369142', 66, 658, NULL, NULL, NULL, '', 1, 1, true, false, true, true, false, NULL, NULL, 6, 521, NULL);
2634-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (685, 15, '2005-04-07 13:19:17.601068', 13, '2005-10-11 20:18:55.9815', 13, 6, 7, 7, NULL, '', 1, 1, true, false, false, false, false, NULL, NULL, 1, 387, NULL);
2635-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (686, 134, '2005-06-06 19:42:48.236409', 16, '2005-06-06 19:42:48.236409', 16, 644, NULL, NULL, NULL, '', 2, 0, true, false, false, false, false, NULL, NULL, 4, 387, NULL);
2636-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (687, 144, '2005-10-11 23:08:01.899322', 13, '2005-10-11 23:08:01.899322', 13, 10, NULL, NULL, NULL, NULL, 2, 1, true, false, false, false, false, NULL, NULL, 4, 196, NULL);
2637-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (688, 176, '2007-01-05 13:04:20.092506', 56, '2007-01-05 13:04:20.092506', 56, 659, NULL, NULL, NULL, NULL, 2, 1, true, false, false, false, false, NULL, NULL, 9, 387, NULL);
2638-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (689, 166, '2007-01-19 13:00:41.049464', 12, '2007-01-24 19:16:06.386519', 13, 661, NULL, NULL, NULL, NULL, 2, 1, true, false, false, false, false, NULL, NULL, 7, 387, NULL);
2639-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (690, 200, '2007-04-07 10:14:36.267119', 13, '2007-04-07 10:14:36.267119', 13, 663, NULL, NULL, NULL, NULL, 2, 1, true, false, false, false, false, NULL, NULL, 10, 387, NULL);
2640-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (691, 156, '2007-07-12 03:42:48.848044', 13, '2007-07-12 03:42:48.848044', 13, 666, NULL, NULL, NULL, NULL, 2, 1, true, false, false, false, false, NULL, NULL, 5, 119, NULL);
2641-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (692, 152, '2007-07-12 03:42:48.848044', 13, '2007-07-12 03:42:48.848044', 13, 667, NULL, NULL, NULL, NULL, 2, 1, true, false, false, false, false, NULL, NULL, 5, 119, NULL);
2642-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (693, 155, '2007-07-12 03:42:48.848044', 13, '2007-07-12 03:42:48.848044', 13, 668, NULL, NULL, NULL, NULL, 2, 1, true, false, false, false, false, NULL, NULL, 5, 119, NULL);
2643-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (694, 134, '2005-05-06 21:12:13.908028', 13, '2005-06-06 19:42:48.236409', 16, 4, NULL, NULL, NULL, '', 1, 0, false, false, true, false, false, NULL, NULL, 4, 387, NULL);
2644-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (695, 3, '2006-12-22 11:47:14.827772', 13, '2007-01-04 11:02:02.844658', 13, 659, NULL, NULL, NULL, '', 2, 1, false, false, false, false, false, NULL, NULL, 1, 387, NULL);
2645-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (696, 5, '2005-06-06 20:08:02.521892', 1, '2005-04-07 13:19:17.601068', 13, 649, NULL, NULL, NULL, '', 2, 0, false, false, false, false, false, NULL, NULL, 1, 387, NULL);
2646-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (697, 14, '2005-08-29 16:16:58.010285', 52, '2005-04-07 13:19:17.601068', 13, 652, NULL, NULL, NULL, ' This is an example of commenttext for a multiline msgset', 2, 1, false, false, false, false, false, NULL, NULL, 1, 387, NULL);
2647-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (698, 134, '2005-06-06 20:05:03.244905', 50, '2005-06-06 19:42:48.236409', 16, 648, NULL, NULL, NULL, '', 2, 0, false, false, false, false, false, NULL, NULL, 4, 387, NULL);
2648-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (699, 166, '2007-01-24 19:15:47.546879', 13, '2007-01-24 19:16:06.386519', 13, 662, NULL, NULL, NULL, NULL, 2, 1, false, false, false, false, false, NULL, NULL, 7, 387, NULL);
2649-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (700, 166, '2007-01-24 19:15:32.620698', 13, '2007-01-24 19:16:06.386519', 13, 659, NULL, NULL, NULL, NULL, 2, 1, false, false, false, false, false, NULL, NULL, 7, 387, NULL);
2650+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (1, 1, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 1, NULL, NULL, NULL, '', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387);
2651+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (2, 2, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 2, NULL, NULL, NULL, '', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387);
2652+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (3, 3, '2005-04-07 13:19:17.601068', 13, '2007-01-04 11:02:02.844658', 13, 3, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 1, 387);
2653+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (4, 5, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 4, NULL, NULL, NULL, '', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387);
2654+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (5, 14, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 5, NULL, NULL, NULL, ' This is an example of commenttext for a multiline msgset', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387);
2655+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (6, 16, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 8, 9, NULL, NULL, '', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387);
2656+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (8, 18, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 11, NULL, NULL, NULL, ' start po-group: common
2657+ start po-group: common', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387);
2658+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (9, 23, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 12, NULL, NULL, NULL, '', 1, 0, true, false, true, true, false, NULL, NULL, 1, 387);
2659+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (10, 67, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 13, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360);
2660+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (11, 68, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 14, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360);
2661+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (12, 69, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 15, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360);
2662+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (13, 70, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 16, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360);
2663+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, o

Subscribers

People subscribed via source and target branches

to all changes: