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
=== modified file '.bzrignore'
--- .bzrignore 2010-10-25 20:42:59 +0000
+++ .bzrignore 2010-12-15 20:36:34 +0000
@@ -1,9 +1,7 @@
1.tags1.tags
2bzr-version-info.py2bzr-version-info.py
3launchpad.log3logs
4google-stub.log4logs/*
5launchpad-access.log
6pagetests-access.log
7+*5+*
8sourcecode/*6sourcecode/*
9./botmaster7./botmaster
@@ -20,9 +18,6 @@
20lint.txt18lint.txt
21.shelf19.shelf
22development-nohup.out20development-nohup.out
23testrunner-appserver-quiet.log
24test-appserver-layer.log
25google-stub.log
26opensource/launchpadlib/build21opensource/launchpadlib/build
27opensource/launchpadlib/dist22opensource/launchpadlib/dist
28opensource/launchpadlib/*.egg*23opensource/launchpadlib/*.egg*
@@ -36,8 +31,6 @@
36lib/canonical/launchpad/apidoc/wadl-test-playground.xml31lib/canonical/launchpad/apidoc/wadl-test-playground.xml
37lib/canonical/launchpad/icing/build/*32lib/canonical/launchpad/icing/build/*
38lib/canonical/launchpad/icing/combo.css33lib/canonical/launchpad/icing/combo.css
39trace.log
40test-appserver-layer-trace.log
41bin34bin
42develop-eggs35develop-eggs
43.installed.cfg36.installed.cfg
@@ -81,3 +74,5 @@
81.project74.project
82.pydevproject75.pydevproject
83librarian.log76librarian.log
77configs/testrunner_*
78configs/testrunner-appserver_*
8479
=== modified file 'Makefile'
--- Makefile 2010-10-21 03:22:06 +0000
+++ Makefile 2010-12-15 20:36:34 +0000
@@ -34,6 +34,9 @@
34# Do not add bin/buildout to this list.34# Do not add bin/buildout to this list.
35# It is impossible to get buildout to tell us all the files it would35# It is impossible to get buildout to tell us all the files it would
36# build, since each egg's setup.py doesn't tell us that information.36# build, since each egg's setup.py doesn't tell us that information.
37#
38# NB: It's important BUILDOUT_BIN only mentions things genuinely produced by
39# buildout.
37BUILDOUT_BIN = \40BUILDOUT_BIN = \
38 $(PY) bin/apiindex bin/combine-css bin/fl-build-report \41 $(PY) bin/apiindex bin/combine-css bin/fl-build-report \
39 bin/fl-credential-ctl bin/fl-install-demo bin/fl-monitor-ctl \42 bin/fl-credential-ctl bin/fl-install-demo bin/fl-monitor-ctl \
@@ -45,10 +48,12 @@
45 bin/start_librarian bin/stxdocs bin/tags bin/test bin/tracereport \48 bin/start_librarian bin/stxdocs bin/tags bin/test bin/tracereport \
46 bin/twistd bin/update-download-cache bin/windmill49 bin/twistd bin/update-download-cache bin/windmill
4750
51BUILDOUT_TEMPLATES = buildout-templates/_pythonpath.py.in
52
48# DO NOT ALTER : this should just build by default53# DO NOT ALTER : this should just build by default
49default: inplace54default: inplace
5055
51schema: build clean_codehosting56schema: build
52 $(MAKE) -C database/schema57 $(MAKE) -C database/schema
53 $(RM) -r /var/tmp/fatsam58 $(RM) -r /var/tmp/fatsam
5459
@@ -58,7 +63,8 @@
58hosted_branches: $(PY)63hosted_branches: $(PY)
59 $(PY) ./utilities/make-dummy-hosted-branches64 $(PY) ./utilities/make-dummy-hosted-branches
6065
61$(API_INDEX): $(BZR_VERSION_INFO)66$(API_INDEX): $(BZR_VERSION_INFO) $(PY)
67 rm -rf $(APIDOC_DIR) $(APIDOC_DIR).tmp
62 mkdir -p $(APIDOC_DIR).tmp68 mkdir -p $(APIDOC_DIR).tmp
63 LPCONFIG=$(LPCONFIG) $(PY) ./utilities/create-lp-wadl-and-apidoc.py --force "$(WADL_TEMPLATE)"69 LPCONFIG=$(LPCONFIG) $(PY) ./utilities/create-lp-wadl-and-apidoc.py --force "$(WADL_TEMPLATE)"
64 mv $(APIDOC_DIR).tmp $(APIDOC_DIR)70 mv $(APIDOC_DIR).tmp $(APIDOC_DIR)
@@ -66,7 +72,7 @@
66apidoc: compile $(API_INDEX)72apidoc: compile $(API_INDEX)
6773
68# Run by PQM.74# Run by PQM.
69check_merge: $(PY)75check_merge: $(BUILDOUT_BIN)
70 [ `PYTHONPATH= bzr status -S database/schema/ | \76 [ `PYTHONPATH= bzr status -S database/schema/ | \
71 grep -v "\(^P\|pending\|security.cfg\|Makefile\|unautovacuumable\|_pythonpath.py\)" | wc -l` -eq 0 ]77 grep -v "\(^P\|pending\|security.cfg\|Makefile\|unautovacuumable\|_pythonpath.py\)" | wc -l` -eq 0 ]
72 ${PY} lib/canonical/tests/test_no_conflict_marker.py78 ${PY} lib/canonical/tests/test_no_conflict_marker.py
@@ -125,6 +131,12 @@
125 env PYTHONPATH=$(PYTHONPATH) bin/test test_pages131 env PYTHONPATH=$(PYTHONPATH) bin/test test_pages
126132
127inplace: build133inplace: build
134 mkdir -p $(CODEHOSTING_ROOT)/mirrors
135 mkdir -p $(CODEHOSTING_ROOT)/config
136 mkdir -p /var/tmp/bzrsync
137 touch $(CODEHOSTING_ROOT)/rewrite.log
138 chmod 777 $(CODEHOSTING_ROOT)/rewrite.log
139 touch $(CODEHOSTING_ROOT)/config/launchpad-lookup.txt
128140
129build: compile apidoc jsbuild css_combine141build: compile apidoc jsbuild css_combine
130142
@@ -139,13 +151,15 @@
139sprite_image:151sprite_image:
140 ${SHHH} bin/sprite-util create-image152 ${SHHH} bin/sprite-util create-image
141153
154# We absolutely do not want to include the lazr.testing module and
155# its jsTestDriver test harness modifications in the lazr.js and
156# launchpad.js roll-up files. They fiddle with built-in functions!
157# See Bug 482340.
142jsbuild_lazr: bin/jsbuild158jsbuild_lazr: bin/jsbuild
143 # We absolutely do not want to include the lazr.testing module and its159 ${SHHH} bin/jsbuild $(JSFLAGS) -b $(LAZR_BUILT_JS_ROOT) -x testing/ \
144 # jsTestDriver test harness modifications in the lazr.js and launchpad.js160 -c $(LAZR_BUILT_JS_ROOT)/yui
145 # roll-up files. They fiddle with built-in functions! See Bug 482340.
146 ${SHHH} bin/jsbuild $(JSFLAGS) -b $(LAZR_BUILT_JS_ROOT) -x testing/ -c $(LAZR_BUILT_JS_ROOT)/yui
147161
148jsbuild: jsbuild_lazr bin/jsbuild bin/jssize162jsbuild: jsbuild_lazr bin/jsbuild bin/jssize $(BUILDOUT_BIN)
149 ${SHHH} bin/jsbuild \163 ${SHHH} bin/jsbuild \
150 $(JSFLAGS) \164 $(JSFLAGS) \
151 -n launchpad \165 -n launchpad \
@@ -154,7 +168,6 @@
154 $(shell $(HERE)/utilities/yui-deps.py) \168 $(shell $(HERE)/utilities/yui-deps.py) \
155 $(shell $(PY) $(HERE)/utilities/lp-deps.py) \169 $(shell $(PY) $(HERE)/utilities/lp-deps.py) \
156 lib/canonical/launchpad/icing/lazr/build/lazr.js170 lib/canonical/launchpad/icing/lazr/build/lazr.js
157 ${SHHH} bin/jssize
158171
159eggs:172eggs:
160 # Usually this is linked via link-external-sourcecode, but in173 # Usually this is linked via link-external-sourcecode, but in
@@ -177,30 +190,45 @@
177 find eggs -name '*.pyc' -exec rm {} \;190 find eggs -name '*.pyc' -exec rm {} \;
178191
179# The download-cache dependency comes *before* eggs so that developers get the192# The download-cache dependency comes *before* eggs so that developers get the
180# warning before the eggs directory is made. The target for the eggs directory193# warning before the eggs directory is made. The target for the eggs
181# is only there for deployment convenience.194# directory is only there for deployment convenience.
182# Note that the buildout version must be maintained here and in versions.cfg195# Note that the buildout version must be maintained here and in versions.cfg
183# to make sure that the build does not go over the network.196# to make sure that the build does not go over the network.
197#
198# buildout won't touch files that would have the same contents, but for Make's
199# sake we need them to get fresh timestamps, so we touch them after building.
184bin/buildout: download-cache eggs200bin/buildout: download-cache eggs
185 $(SHHH) PYTHONPATH= $(PYTHON) bootstrap.py\201 $(SHHH) PYTHONPATH= $(PYTHON) bootstrap.py\
186 --setup-source=ez_setup.py \202 --setup-source=ez_setup.py \
187 --download-base=download-cache/dist --eggs=eggs \203 --download-base=download-cache/dist --eggs=eggs \
188 --version=1.5.1204 --version=1.5.1
205 touch --no-create $@
189206
190# This target is used by LOSAs to prepare a build to be pushed out to207# This target is used by LOSAs to prepare a build to be pushed out to
191# destination machines. We only want eggs: they are the expensive bits,208# destination machines. We only want eggs: they are the expensive bits,
192# and the other bits might run into problems like bug 575037. This209# and the other bits might run into problems like bug 575037. This
193# target runs buildout, and then removes everything created except for210# target runs buildout, and then removes everything created except for
194# the eggs.211# the eggs.
195build_eggs: $(BUILDOUT_BIN) clean_buildout212build_eggs: $(BUILDOUT_BIN)
196213
197# This builds bin/py and all the other bin files except bin/buildout.214# This builds bin/py and all the other bin files except bin/buildout.
198# Remove the target before calling buildout to ensure that buildout215# Remove the target before calling buildout to ensure that buildout
199# updates the timestamp.216# updates the timestamp.
200$(BUILDOUT_BIN): bin/buildout versions.cfg $(BUILDOUT_CFG) setup.py217buildout_bin: $(BUILDOUT_BIN)
201 $(RM) $@218
219# buildout won't touch files that would have the same contents, but for Make's
220# sake we need them to get fresh timestamps, so we touch them after building.
221#
222# If we listed every target on the left-hand side, a parallel make would try
223# multiple copies of this rule to build them all. Instead, we nominally build
224# just $(PY), and everything else is implicitly updated by that.
225$(PY): bin/buildout versions.cfg $(BUILDOUT_CFG) setup.py \
226 $(BUILDOUT_TEMPLATES)
202 $(SHHH) PYTHONPATH= ./bin/buildout \227 $(SHHH) PYTHONPATH= ./bin/buildout \
203 configuration:instance_name=${LPCONFIG} -c $(BUILDOUT_CFG)228 configuration:instance_name=${LPCONFIG} -c $(BUILDOUT_CFG)
229 touch $@
230
231$(subst $(PY),,$(BUILDOUT_BIN)): $(PY)
204232
205# bin/compile_templates is responsible for building all chameleon templates,233# bin/compile_templates is responsible for building all chameleon templates,
206# of which there is currently one, but of which many more are coming.234# of which there is currently one, but of which many more are coming.
@@ -228,17 +256,17 @@
228 $(PY) cronscripts/merge-proposal-jobs.py -v256 $(PY) cronscripts/merge-proposal-jobs.py -v
229257
230run: check_schema inplace stop258run: check_schema inplace stop
231 $(RM) thread*.request259 $(RM) logs/thread*.request
232 bin/run -r librarian,google-webservice,memcached -i $(LPCONFIG)260 bin/run -r librarian,google-webservice,memcached -i $(LPCONFIG)
233261
234start-gdb: check_schema inplace stop support_files262start-gdb: check_schema inplace stop support_files
235 $(RM) thread*.request263 $(RM) logs/thread*.request
236 nohup gdb -x run.gdb --args bin/run -i $(LPCONFIG) \264 nohup gdb -x run.gdb --args bin/run -i $(LPCONFIG) \
237 -r librarian,google-webservice265 -r librarian,google-webservice
238 > ${LPCONFIG}-nohup.out 2>&1 &266 > ${LPCONFIG}-nohup.out 2>&1 &
239267
240run_all: check_schema inplace stop268run_all: check_schema inplace stop
241 $(RM) thread*.request269 $(RM) logs/thread*.request
242 bin/run -r librarian,sftp,forker,mailman,codebrowse,google-webservice,memcached \270 bin/run -r librarian,sftp,forker,mailman,codebrowse,google-webservice,memcached \
243 -i $(LPCONFIG)271 -i $(LPCONFIG)
244272
@@ -252,7 +280,7 @@
252 $(PY) scripts/stop-loggerhead.py280 $(PY) scripts/stop-loggerhead.py
253281
254run_codehosting: check_schema inplace stop282run_codehosting: check_schema inplace stop
255 $(RM) thread*.request283 $(RM) logs/thread*.request
256 bin/run -r librarian,sftp,forker,codebrowse -i $(LPCONFIG)284 bin/run -r librarian,sftp,forker,codebrowse -i $(LPCONFIG)
257285
258start_librarian: compile286start_librarian: compile
@@ -342,10 +370,10 @@
342 -name '*.lo' -o -name '*.py[co]' -o -name '*.dll' -o \370 -name '*.lo' -o -name '*.py[co]' -o -name '*.dll' -o \
343 -name '*.pt.py' \) \371 -name '*.pt.py' \) \
344 -print0 | xargs -r0 $(RM)372 -print0 | xargs -r0 $(RM)
345 $(RM) thread*.request373 $(RM) logs/thread*.request
346 $(RM) -r lib/mailman374 $(RM) -r lib/mailman
347 $(RM) -rf lib/canonical/launchpad/icing/build/*375 $(RM) -rf lib/canonical/launchpad/icing/build/*
348 $(RM) -r $(CODEHOSTING_ROOT)376 $(RM) -rf $(CODEHOSTING_ROOT)
349 $(RM) -rf $(APIDOC_DIR)377 $(RM) -rf $(APIDOC_DIR)
350 $(RM) -rf $(APIDOC_DIR).tmp378 $(RM) -rf $(APIDOC_DIR).tmp
351 $(RM) $(BZR_VERSION_INFO)379 $(RM) $(BZR_VERSION_INFO)
@@ -372,14 +400,6 @@
372realclean: clean400realclean: clean
373 $(RM) TAGS tags401 $(RM) TAGS tags
374402
375clean_codehosting:
376 $(RM) -r $(CODEHOSTING_ROOT)
377 mkdir -p $(CODEHOSTING_ROOT)/mirrors
378 mkdir -p $(CODEHOSTING_ROOT)/push-branches
379 mkdir -p $(CODEHOSTING_ROOT)/config
380 mkdir -p /var/tmp/bzrsync
381 touch $(CODEHOSTING_ROOT)/config/launchpad-lookup.txt
382
383zcmldocs:403zcmldocs:
384 mkdir -p doc/zcml/namespaces.zope.org404 mkdir -p doc/zcml/namespaces.zope.org
385 bin/stxdocs \405 bin/stxdocs \
@@ -405,7 +425,8 @@
405 # We insert the absolute path to the branch-rewrite script425 # We insert the absolute path to the branch-rewrite script
406 # into the Apache config as we copy the file into position.426 # into the Apache config as we copy the file into position.
407 sed -e 's,%BRANCH_REWRITE%,$(shell pwd)/scripts/branch-rewrite.py,' configs/development/local-launchpad-apache > /etc/apache2/sites-available/local-launchpad427 sed -e 's,%BRANCH_REWRITE%,$(shell pwd)/scripts/branch-rewrite.py,' configs/development/local-launchpad-apache > /etc/apache2/sites-available/local-launchpad
408 cp configs/development/local-vostok-apache /etc/apache2/sites-available/local-vostok428 cp configs/development/local-vostok-apache \
429 /etc/apache2/sites-available/local-vostok
409 touch /var/tmp/bazaar.launchpad.dev/rewrite.log430 touch /var/tmp/bazaar.launchpad.dev/rewrite.log
410 chown $(SUDO_UID):$(SUDO_GID) /var/tmp/bazaar.launchpad.dev/rewrite.log431 chown $(SUDO_UID):$(SUDO_GID) /var/tmp/bazaar.launchpad.dev/rewrite.log
411432
@@ -430,8 +451,9 @@
430451
431lp.sfood:452lp.sfood:
432 # Generate import dependency graph453 # Generate import dependency graph
433 sfood -i -u -I lib/sqlobject -I lib/schoolbell -I lib/devscripts -I lib/contrib \454 sfood -i -u -I lib/sqlobject -I lib/schoolbell -I lib/devscripts \
434 -I lib/canonical/not-used lib/canonical lib/lp 2>/dev/null | grep -v contrib/ \455 -I lib/contrib -I lib/canonical/not-used lib/canonical \
456 lib/lp 2>/dev/null | grep -v contrib/ \
435 | grep -v sqlobject | grep -v BeautifulSoup | grep -v psycopg \457 | grep -v sqlobject | grep -v BeautifulSoup | grep -v psycopg \
436 | grep -v schoolbell > lp.sfood.tmp458 | grep -v schoolbell > lp.sfood.tmp
437 mv lp.sfood.tmp lp.sfood459 mv lp.sfood.tmp lp.sfood
@@ -463,10 +485,10 @@
463 --docformat restructuredtext --verbose-about epytext-summary \485 --docformat restructuredtext --verbose-about epytext-summary \
464 $(PYDOCTOR_OPTIONS)486 $(PYDOCTOR_OPTIONS)
465487
466.PHONY: apidoc check tags TAGS zcmldocs realclean clean debug stop\488.PHONY: apidoc buildout_bin check tags TAGS zcmldocs realclean clean debug \
467 start run ftest_build ftest_inplace test_build test_inplace pagetests\489 stop start run ftest_build ftest_inplace test_build test_inplace \
468 check check_merge \490 pagetests check check_merge schema default launchpad.pot \
469 schema default launchpad.pot check_merge_ui pull scan sync_branches\491 check_merge_ui pull scan sync_branches reload-apache hosted_branches \
470 reload-apache hosted_branches check_db_merge check_mailman check_config\492 check_db_merge check_mailman check_config jsbuild jsbuild_lazr \
471 jsbuild jsbuild_lazr clean_js clean_buildout buildonce_eggs build_eggs\493 clean_js clean_buildout buildonce_eggs build_eggs sprite_css \
472 sprite_css sprite_image css_combine compile check_schema pydoctor494 sprite_image css_combine compile check_schema pydoctor
473495
=== added file 'buildout-templates/bin/bzr.in'
--- buildout-templates/bin/bzr.in 1970-01-01 00:00:00 +0000
+++ buildout-templates/bin/bzr.in 2010-12-15 20:36:34 +0000
@@ -0,0 +1,15 @@
1#!${buildout:executable} -S
2
3# Initialize our paths.
4${python-relative-path-setup}
5import sys
6sys.path.insert(0, ${scripts:parts-directory|path-repr})
7import site
8
9# Run the script.
10import pkg_resources
11
12bzr_distribution = pkg_resources.get_distribution(
13 pkg_resources.Requirement.parse('bzr'))
14
15bzr_distribution.run_script('bzr', globals().copy())
016
=== modified file 'buildout-templates/bin/combine-css.in'
--- buildout-templates/bin/combine-css.in 2010-04-20 19:10:35 +0000
+++ buildout-templates/bin/combine-css.in 2010-12-15 20:36:34 +0000
@@ -23,7 +23,9 @@
23 'style.css',23 'style.css',
24 'lazr/build/yui/cssreset/reset.css',24 'lazr/build/yui/cssreset/reset.css',
25 'lazr/build/yui/cssfonts/fonts.css',25 'lazr/build/yui/cssfonts/fonts.css',
26 'lazr/build/yui/cssgrids/grids.css',26 # Use the old cssgrids instead of the new cssgrids.
27 #'lazr/build/yui/cssgrids/grids.css',
28 'cssgrids/grids.css',
27 'lazr/build/lazr/assets/skins/sam/lazr.css',29 'lazr/build/lazr/assets/skins/sam/lazr.css',
28 'lazr/build/inlineedit/assets/skins/sam/editor.css',30 'lazr/build/inlineedit/assets/skins/sam/editor.css',
29 'lazr/build/autocomplete/assets/skins/sam/autocomplete.css',31 'lazr/build/autocomplete/assets/skins/sam/autocomplete.css',
3032
=== modified file 'buildout-templates/bin/retest.in'
--- buildout-templates/bin/retest.in 2010-07-08 14:03:52 +0000
+++ buildout-templates/bin/retest.in 2010-12-15 20:36:34 +0000
@@ -57,9 +57,13 @@
5757
58def gen_test_lines(lines):58def gen_test_lines(lines):
59 def p_start(line):59 def p_start(line):
60 return line.startswith('Tests with failures:')60 return (
61 line.startswith('Tests with failures:') or
62 line.startswith('Tests with errors:'))
61 def p_take(line):63 def p_take(line):
62 return not line.startswith('Total:')64 return not (
65 line.isspace() or
66 line.startswith('Total:'))
63 lines = iter(lines)67 lines = iter(lines)
64 for line in lines:68 for line in lines:
65 if p_start(line):69 if p_start(line):
6670
=== modified file 'buildout-templates/bin/test.in'
--- buildout-templates/bin/test.in 2010-10-15 04:53:38 +0000
+++ buildout-templates/bin/test.in 2010-12-15 20:36:34 +0000
@@ -169,7 +169,7 @@
169 'tests_pattern': '^f?tests$',169 'tests_pattern': '^f?tests$',
170 'test_path': [${buildout:directory/lib|path-repr}],170 'test_path': [${buildout:directory/lib|path-repr}],
171 'package': ['canonical', 'lp', 'devscripts', 'launchpad_loggerhead'],171 'package': ['canonical', 'lp', 'devscripts', 'launchpad_loggerhead'],
172 'layer': ['!(MailmanLayer)'],172 'layer': ['!(MailmanLayer|WindmillLayer)'],
173 }173 }
174174
175# Monkey-patch os.listdir to randomise the results175# Monkey-patch os.listdir to randomise the results
176176
=== added symlink 'bzrplugins/difftacular'
=== target is u'../sourcecode/difftacular/'
=== modified file 'bzrplugins/lpserve/__init__.py'
--- bzrplugins/lpserve/__init__.py 2010-10-07 23:43:40 +0000
+++ bzrplugins/lpserve/__init__.py 2010-12-15 20:36:34 +0000
@@ -568,6 +568,10 @@
568 self.log(client_addr, 'request timeout failure: %s' % (e,))568 self.log(client_addr, 'request timeout failure: %s' % (e,))
569 conn.sendall('FAILURE\nrequest timed out\n')569 conn.sendall('FAILURE\nrequest timed out\n')
570 conn.close()570 conn.close()
571 except Exception, e:
572 trace.log_exception_quietly()
573 self.log(client_addr, 'trapped a failure while handling'
574 ' connection: %s' % (e,))
571 self._poll_children()575 self._poll_children()
572576
573 def log(self, client_addr, message):577 def log(self, client_addr, message):
@@ -759,6 +763,8 @@
759 help="Do/don't preload libraries before startup."),763 help="Do/don't preload libraries before startup."),
760 Option('children-timeout', type=int, argname='SEC',764 Option('children-timeout', type=int, argname='SEC',
761 help="Only wait SEC seconds for children to exit"),765 help="Only wait SEC seconds for children to exit"),
766 Option('pid-file', type=unicode,
767 help='Write the process PID to this file.')
762 ]768 ]
763769
764 def _preload_libraries(self):770 def _preload_libraries(self):
@@ -768,8 +774,48 @@
768 except ImportError, e:774 except ImportError, e:
769 trace.mutter('failed to preload %s: %s' % (pyname, e))775 trace.mutter('failed to preload %s: %s' % (pyname, e))
770776
777
778 def _daemonize(self, pid_filename):
779 """Turn this process into a child-of-init daemon.
780
781 Upon request, we relinquish our control and switch to daemon mode,
782 writing out the final pid of the daemon process.
783 """
784 # If fork fails, it will bubble out naturally and be reported by the
785 # cmd logic
786 pid = os.fork()
787 if pid > 0:
788 # Original process exits cleanly
789 os._exit(0)
790
791 # Disconnect from the parent process
792 os.setsid()
793
794 # fork again, to truly become a daemon.
795 pid = os.fork()
796 if pid > 0:
797 os._exit(0)
798
799 # Redirect file handles
800 stdin = open('/dev/null', 'r')
801 os.dup2(stdin.fileno(), sys.stdin.fileno())
802 stdout = open('/dev/null', 'a+')
803 os.dup2(stdout.fileno(), sys.stdout.fileno())
804 stderr = open('/dev/null', 'a+', 0)
805 os.dup2(stderr.fileno(), sys.stderr.fileno())
806
807 # Now that we are a daemon, let people know what pid is running
808 f = open(pid_filename, 'wb')
809 try:
810 f.write('%d\n' % (os.getpid(),))
811 finally:
812 f.close()
813
771 def run(self, path=None, perms=None, preload=True,814 def run(self, path=None, perms=None, preload=True,
772 children_timeout=LPForkingService.WAIT_FOR_CHILDREN_TIMEOUT):815 children_timeout=LPForkingService.WAIT_FOR_CHILDREN_TIMEOUT,
816 pid_file=None):
817 if pid_file is not None:
818 self._daemonize(pid_file)
773 if path is None:819 if path is None:
774 path = LPForkingService.DEFAULT_PATH820 path = LPForkingService.DEFAULT_PATH
775 if perms is None:821 if perms is None:
@@ -781,6 +827,12 @@
781 service = LPForkingService(path, perms)827 service = LPForkingService(path, perms)
782 service.WAIT_FOR_CHILDREN_TIMEOUT = children_timeout828 service.WAIT_FOR_CHILDREN_TIMEOUT = children_timeout
783 service.main_loop()829 service.main_loop()
830 if pid_file is not None:
831 try:
832 os.remove(pid_file)
833 except (OSError, IOError), e:
834 trace.mutter('Failed to cleanup pid_file: %s\n%s'
835 % (pid_file, e))
784836
785register_command(cmd_launchpad_forking_service)837register_command(cmd_launchpad_forking_service)
786838
787839
=== modified file 'bzrplugins/lpserve/test_lpserve.py'
--- bzrplugins/lpserve/test_lpserve.py 2010-10-07 23:43:40 +0000
+++ bzrplugins/lpserve/test_lpserve.py 2010-12-15 20:36:34 +0000
@@ -1,6 +1,7 @@
1# Copyright 2010 Canonical Ltd. This software is licensed under the1# Copyright 2010 Canonical Ltd. This software is licensed under the
2# GNU Affero General Public License version 3 (see the file LICENSE).2# GNU Affero General Public License version 3 (see the file LICENSE).
33
4import errno
4import os5import os
5import signal6import signal
6import socket7import socket
@@ -383,6 +384,18 @@
383 self.assertContainsRe(path, '/lp-forking-service-child-')384 self.assertContainsRe(path, '/lp-forking-service-child-')
384 return path, pid, sock385 return path, pid, sock
385386
387 def _start_subprocess(self, path, env_changes):
388 proc = self.start_bzr_subprocess(
389 ['lp-service', '--path', path, '--no-preload',
390 '--children-timeout=1'],
391 env_changes=env_changes)
392 trace.mutter('started lp-service subprocess')
393 expected = 'Listening on socket: %s\n' % (path,)
394 path_line = proc.stderr.readline()
395 trace.mutter(path_line)
396 self.assertEqual(expected, path_line)
397 return proc
398
386 def start_service_subprocess(self):399 def start_service_subprocess(self):
387 # Make sure this plugin is exposed to the subprocess400 # Make sure this plugin is exposed to the subprocess
388 # SLOOWWW (~2 seconds, which is why we are doing the work anyway)401 # SLOOWWW (~2 seconds, which is why we are doing the work anyway)
@@ -406,16 +419,7 @@
406 os.remove(path) # service wants create it as a socket419 os.remove(path) # service wants create it as a socket
407 env_changes = {'BZR_PLUGIN_PATH': lpserve.__path__[0],420 env_changes = {'BZR_PLUGIN_PATH': lpserve.__path__[0],
408 'BZR_LOG': tempname}421 'BZR_LOG': tempname}
409 proc = self.start_bzr_subprocess(422 proc = self._start_subprocess(path, env_changes)
410 ['lp-service', '--path', path, '--no-preload',
411 '--children-timeout=1'],
412 env_changes=env_changes)
413 trace.mutter('started lp-service subprocess')
414 expected = 'Listening on socket: %s\n' % (path,)
415 path_line = proc.stderr.readline()
416 trace.mutter(path_line)
417 self.assertEqual(expected, path_line)
418 # The process won't delete it, so we do
419 return proc, path423 return proc, path
420424
421 def stop_service(self):425 def stop_service(self):
@@ -469,6 +473,9 @@
469 code = int(response.split('\n', 1)[1])473 code = int(response.split('\n', 1)[1])
470 self.assertEqual(expected_code, code)474 self.assertEqual(expected_code, code)
471475
476
477class TestLPServiceInSubprocess(TestCaseWithLPForkingServiceSubprocess):
478
472 def test_fork_lp_serve_hello(self):479 def test_fork_lp_serve_hello(self):
473 path, _, sock = self.send_fork_request('lp-serve --inet 2')480 path, _, sock = self.send_fork_request('lp-serve --inet 2')
474 stdout_content, stderr_content = self.communicate_with_fork(path,481 stdout_content, stderr_content = self.communicate_with_fork(path,
@@ -532,3 +539,127 @@
532539
533 def test_sigint_exits_nicely(self):540 def test_sigint_exits_nicely(self):
534 self._check_exits_nicely(signal.SIGINT)541 self._check_exits_nicely(signal.SIGINT)
542
543
544class TestCaseWithLPForkingServiceDaemon(
545 TestCaseWithLPForkingServiceSubprocess):
546 """Test LPForkingService interaction, when run in daemon mode."""
547
548 def _cleanup_daemon(self, pid, pid_filename):
549 try:
550 os.kill(pid, signal.SIGKILL)
551 except (OSError, IOError), e:
552 trace.mutter('failed to kill pid %d, might be already dead: %s'
553 % (pid, e))
554 try:
555 os.remove(pid_filename)
556 except (OSError, IOError), e:
557 if e.errno != errno.ENOENT:
558 trace.mutter('failed to remove %r: %s'
559 % (pid_filename, e))
560
561 def _start_subprocess(self, path, env_changes):
562 fd, pid_filename = tempfile.mkstemp(prefix='tmp-lp-forking-service-',
563 suffix='.pid')
564 self.service_pid_filename = pid_filename
565 os.close(fd)
566 proc = self.start_bzr_subprocess(
567 ['lp-service', '--path', path, '--no-preload',
568 '--children-timeout=1', '--pid-file', pid_filename],
569 env_changes=env_changes)
570 trace.mutter('started lp-service daemon')
571 # We wait for the spawned process to exit, expecting it to report the
572 # final pid into the pid_filename.
573 tnow = time.time()
574 tstop_waiting = tnow + 1.0
575 # When this returns, the first fork has completed and the parent has
576 # exited.
577 proc.wait()
578 while tnow < tstop_waiting:
579 # Wait for the socket to become available
580 if os.path.exists(path):
581 # The service has created the socket for us to communicate
582 break
583 time.sleep(0.1)
584 tnow = time.time()
585
586 with open(pid_filename, 'rb') as f:
587 pid = f.read()
588 trace.mutter('found pid: %r' % (pid,))
589 pid = int(pid.strip())
590 # This is now the pid of the final daemon
591 trace.mutter('lp-forking-service daemon at pid %s' % (pid,))
592 # Because nothing else will clean this up, add this final handler to
593 # clean up if all else fails.
594 self.addCleanup(self._cleanup_daemon, pid, pid_filename)
595 # self.service_process will now be the pid of the daemon, rather than a
596 # Popen object.
597 return pid
598
599 def stop_service(self):
600 if self.service_process is None:
601 # Already stopped
602 return
603 # First, try to stop the service gracefully, by sending a 'quit'
604 # message
605 try:
606 response = self.send_message_to_service('quit\n')
607 except socket.error, e:
608 # Ignore a failure to connect, the service must be stopping/stopped
609 # already
610 response = None
611 if response is not None:
612 self.assertEqual('ok\nquit command requested... exiting\n',
613 response)
614 # Wait for the process to actually exit, or force it if necessary.
615 tnow = time.time()
616 tend = tnow + 2.0
617 # We'll be nice a couple of times, and then get mean
618 attempts = [None, None, None, signal.SIGTERM, signal.SIGKILL]
619 stopped = False
620 unclean = False
621 while tnow < tend:
622 try:
623 os.kill(self.service_process, 0)
624 except (OSError, IOError), e:
625 if e.errno == errno.ESRCH:
626 # The process has successfully exited
627 stopped = True
628 break
629 raise
630 else:
631 # The process has not exited yet
632 time.sleep(0.1)
633 if attempts:
634 sig = attempts.pop(0)
635 if sig is not None:
636 unclean = True
637 try:
638 os.kill(self.service_process, sig)
639 except (OSError, IOError), e:
640 if e.errno == errno.ESRCH:
641 stopped = True
642 break
643 raise
644 if not stopped:
645 self.fail('Unable to stop the daemon process (pid %s) after 2.0s'
646 % (self.service_process,))
647 elif unclean:
648 self.fail('Process (pid %s) had to be shut-down'
649 % (self.service_process,))
650 self.service_process = None
651
652 def test_simple_start_and_stop(self):
653 pass # All the work is done in setUp()
654
655 def test_starts_and_cleans_up(self):
656 # The service should be up and responsive
657 response = self.send_message_to_service('hello\n')
658 self.assertEqual('ok\nyep, still alive\n', response)
659 self.failUnless(os.path.isfile(self.service_pid_filename))
660 with open(self.service_pid_filename, 'rb') as f:
661 content = f.read()
662 self.assertEqualDiff('%d\n' % (self.service_process,), content)
663 # We're done, shut it down
664 self.stop_service()
665 self.failIf(os.path.isfile(self.service_pid_filename))
535666
=== modified file 'configs/development/launchpad-lazr.conf'
--- configs/development/launchpad-lazr.conf 2010-10-25 20:42:59 +0000
+++ configs/development/launchpad-lazr.conf 2010-12-15 20:36:34 +0000
@@ -137,6 +137,10 @@
137oops_prefix: IDSJ137oops_prefix: IDSJ
138error_dir: /var/tmp/soyuz.test138error_dir: /var/tmp/soyuz.test
139139
140[sync_packages]
141oops_prefix: SPJ
142error_dir: /var/tmp/soyuz.test
143
140[launchpad]144[launchpad]
141enable_test_openid_provider: True145enable_test_openid_provider: True
142openid_provider_vhost: testopenid146openid_provider_vhost: testopenid
143147
=== modified file 'configs/development/launchpad.conf'
--- configs/development/launchpad.conf 2010-07-16 20:32:02 +0000
+++ configs/development/launchpad.conf 2010-12-15 20:36:34 +0000
@@ -43,7 +43,7 @@
43 # filesystem path or the tokens STDOUT or STDERR.43 # filesystem path or the tokens STDOUT or STDERR.
4444
45 <logfile>45 <logfile>
46 path launchpad-access.log46 path logs/launchpad-access.log
47 </logfile>47 </logfile>
4848
49 <logfile>49 <logfile>
@@ -57,7 +57,7 @@
57 # filesystem path or the tokens STDOUT or STDERR.57 # filesystem path or the tokens STDOUT or STDERR.
5858
59 <logfile>59 <logfile>
60 path launchpad.log60 path logs/launchpad.log
61 </logfile>61 </logfile>
6262
63 <logfile>63 <logfile>
@@ -71,7 +71,7 @@
7171
72 <logfile>72 <logfile>
73 format %(message)s73 format %(message)s
74 path trace.log74 path logs/trace.log
75 </logfile>75 </logfile>
7676
77</logger>77</logger>
7878
=== modified file 'configs/test-playground/launchpad.conf'
--- configs/test-playground/launchpad.conf 2009-09-11 18:14:50 +0000
+++ configs/test-playground/launchpad.conf 2010-12-15 20:36:34 +0000
@@ -43,7 +43,7 @@
43 # filesystem path or the tokens STDOUT or STDERR.43 # filesystem path or the tokens STDOUT or STDERR.
4444
45 <logfile>45 <logfile>
46 path launchpad-access.log46 path logs/launchpad-access.log
47 </logfile>47 </logfile>
4848
49 <logfile>49 <logfile>
@@ -57,7 +57,7 @@
57 # filesystem path or the tokens STDOUT or STDERR.57 # filesystem path or the tokens STDOUT or STDERR.
5858
59 <logfile>59 <logfile>
60 path launchpad.log60 path logs/launchpad.log
61 </logfile>61 </logfile>
6262
63 <logfile>63 <logfile>
@@ -71,7 +71,7 @@
7171
72 <logfile>72 <logfile>
73 format %(message)s73 format %(message)s
74 path trace.log74 path logs/trace.log
75 </logfile>75 </logfile>
7676
77</logger>77</logger>
7878
=== modified file 'configs/testrunner-appserver/launchpad.conf'
--- configs/testrunner-appserver/launchpad.conf 2009-09-11 18:14:50 +0000
+++ configs/testrunner-appserver/launchpad.conf 2010-12-15 20:36:34 +0000
@@ -28,13 +28,13 @@
2828
29<accesslog>29<accesslog>
30 <logfile>30 <logfile>
31 path test-appserver-layer.log31 path logs/test-appserver-layer.log
32 </logfile>32 </logfile>
33</accesslog>33</accesslog>
3434
35<eventlog>35<eventlog>
36 <logfile>36 <logfile>
37 path test-appserver-layer.log37 path logs/test-appserver-layer.log
38 </logfile>38 </logfile>
39</eventlog>39</eventlog>
4040
@@ -44,7 +44,7 @@
4444
45 <logfile>45 <logfile>
46 format %(message)s46 format %(message)s
47 path test-appserver-layer-trace.log47 path logs/test-appserver-layer-trace.log
48 </logfile>48 </logfile>
4949
50</logger>50</logger>
5151
=== modified file 'configs/testrunner/launchpad.conf'
--- configs/testrunner/launchpad.conf 2008-10-17 18:39:23 +0000
+++ configs/testrunner/launchpad.conf 2010-12-15 20:36:34 +0000
@@ -43,7 +43,7 @@
43 # filesystem path or the tokens STDOUT or STDERR.43 # filesystem path or the tokens STDOUT or STDERR.
4444
45 <logfile>45 <logfile>
46 path launchpad-access.log46 path logs/launchpad-access.log
47 </logfile>47 </logfile>
4848
49 <logfile>49 <logfile>
@@ -57,7 +57,7 @@
57 # filesystem path or the tokens STDOUT or STDERR.57 # filesystem path or the tokens STDOUT or STDERR.
5858
59 <logfile>59 <logfile>
60 path launchpad.log60 path logs/launchpad.log
61 </logfile>61 </logfile>
6262
63 <logfile>63 <logfile>
6464
=== modified file 'cronscripts/create-debwatches.py'
--- cronscripts/create-debwatches.py 2010-10-03 15:30:06 +0000
+++ cronscripts/create-debwatches.py 2010-12-15 20:36:34 +0000
@@ -22,7 +22,7 @@
22from lp.services.scripts.base import (22from lp.services.scripts.base import (
23 LaunchpadCronScript, LaunchpadScriptFailure)23 LaunchpadCronScript, LaunchpadScriptFailure)
24from canonical.launchpad.scripts.debsync import do_import24from canonical.launchpad.scripts.debsync import do_import
25from canonical.launchpad.interfaces import ILaunchpadCelebrities25from canonical.launchpad.interfaces.launchpad import ILaunchpadCelebrities
2626
2727
28# setup core values and defaults28# setup core values and defaults
2929
=== modified file 'cronscripts/distributionmirror-prober.py'
--- cronscripts/distributionmirror-prober.py 2010-10-03 15:30:06 +0000
+++ cronscripts/distributionmirror-prober.py 2010-12-15 20:36:34 +0000
@@ -20,8 +20,11 @@
20from canonical.database.sqlbase import ISOLATION_LEVEL_AUTOCOMMIT20from canonical.database.sqlbase import ISOLATION_LEVEL_AUTOCOMMIT
21from lp.services.scripts.base import (21from lp.services.scripts.base import (
22 LaunchpadCronScript, LaunchpadScriptFailure)22 LaunchpadCronScript, LaunchpadScriptFailure)
23from canonical.launchpad.interfaces import (23from lp.registry.interfaces.distributionmirror import (
24 IDistributionMirrorSet, ILibraryFileAliasSet, MirrorContent)24 IDistributionMirrorSet,
25 MirrorContent,
26 )
27from canonical.launchpad.interfaces.librarian import ILibraryFileAliasSet
25from canonical.launchpad.webapp import canonical_url28from canonical.launchpad.webapp import canonical_url
26from lp.registry.scripts.distributionmirror_prober import (29from lp.registry.scripts.distributionmirror_prober import (
27 get_expected_cdimage_paths, probe_archive_mirror, probe_cdimage_mirror)30 get_expected_cdimage_paths, probe_archive_mirror, probe_cdimage_mirror)
2831
=== modified file 'cronscripts/expire-bugtasks.py'
--- cronscripts/expire-bugtasks.py 2010-04-27 19:48:39 +0000
+++ cronscripts/expire-bugtasks.py 2010-12-15 20:36:34 +0000
@@ -15,6 +15,8 @@
1515
16import _pythonpath16import _pythonpath
1717
18from zope.component import getUtility
19
18from canonical.config import config20from canonical.config import config
19from lp.services.scripts.base import LaunchpadCronScript21from lp.services.scripts.base import LaunchpadCronScript
20from lp.bugs.scripts.bugexpire import BugJanitor22from lp.bugs.scripts.bugexpire import BugJanitor
@@ -30,9 +32,23 @@
30 usage = "usage: %prog [options]"32 usage = "usage: %prog [options]"
31 description = ' %s' % __doc__33 description = ' %s' % __doc__
3234
35 def add_my_options(self):
36 self.parser.add_option('-u', '--ubuntu', action='store_true',
37 dest='ubuntu', default=False,
38 help='Only expire Ubuntu bug tasks.')
39 self.parser.add_option('-l', '--limit', action='store', dest='limit',
40 type='int', metavar='NUMBER', default=None,
41 help='Limit expiry to NUMBER of bug tasks.')
42
33 def main(self):43 def main(self):
34 """Run the BugJanitor."""44 """Run the BugJanitor."""
35 janitor = BugJanitor(log=self.logger)45 target = None
46 if self.options.ubuntu:
47 # Avoid circular import.
48 from lp.registry.interfaces.distribution import IDistributionSet
49 target = getUtility(IDistributionSet).getByName('ubuntu')
50 janitor = BugJanitor(
51 log=self.logger, target=target, limit=self.options.limit)
36 janitor.expireBugTasks(self.txn)52 janitor.expireBugTasks(self.txn)
3753
3854
3955
=== modified file 'cronscripts/flag-expired-memberships.py'
--- cronscripts/flag-expired-memberships.py 2010-10-03 15:30:06 +0000
+++ cronscripts/flag-expired-memberships.py 2010-12-15 20:36:34 +0000
@@ -15,9 +15,11 @@
15from zope.component import getUtility15from zope.component import getUtility
1616
17from canonical.config import config17from canonical.config import config
18from canonical.launchpad.interfaces import (18from canonical.launchpad.interfaces.launchpad import ILaunchpadCelebrities
19 DAYS_BEFORE_EXPIRATION_WARNING_IS_SENT, ILaunchpadCelebrities,19from lp.registry.interfaces.teammembership import (
20 ITeamMembershipSet)20 DAYS_BEFORE_EXPIRATION_WARNING_IS_SENT,
21 ITeamMembershipSet,
22 )
21from lp.services.scripts.base import (23from lp.services.scripts.base import (
22 LaunchpadCronScript, LaunchpadScriptFailure)24 LaunchpadCronScript, LaunchpadScriptFailure)
2325
2426
=== modified file 'cronscripts/foaf-update-karma-cache.py'
--- cronscripts/foaf-update-karma-cache.py 2010-10-03 15:30:06 +0000
+++ cronscripts/foaf-update-karma-cache.py 2010-12-15 20:36:34 +0000
@@ -12,8 +12,8 @@
12from canonical.config import config12from canonical.config import config
13from canonical.database.sqlbase import (13from canonical.database.sqlbase import (
14 ISOLATION_LEVEL_AUTOCOMMIT, flush_database_updates)14 ISOLATION_LEVEL_AUTOCOMMIT, flush_database_updates)
15from canonical.launchpad.interfaces import IKarmaCacheManager
16from lp.app.errors import NotFoundError15from lp.app.errors import NotFoundError
16from lp.registry.interfaces.karma import IKarmaCacheManager
17from lp.services.scripts.base import LaunchpadCronScript17from lp.services.scripts.base import LaunchpadCronScript
1818
1919
2020
=== modified file 'cronscripts/parse-ppa-apache-access-logs.py'
--- cronscripts/parse-ppa-apache-access-logs.py 2010-06-10 05:22:58 +0000
+++ cronscripts/parse-ppa-apache-access-logs.py 2010-12-15 20:36:34 +0000
@@ -14,9 +14,7 @@
14from zope.component import getUtility14from zope.component import getUtility
1515
16from canonical.config import config16from canonical.config import config
17# XXX: wgrant 2010-03-16 bug=539496: Importing directly from17from lp.registry.interfaces.person import IPersonSet
18# lp.registry.interfaces.person results in a circular import.
19from canonical.launchpad.interfaces import IPersonSet
20from lp.soyuz.interfaces.archive import NoSuchPPA18from lp.soyuz.interfaces.archive import NoSuchPPA
21from lp.soyuz.scripts.ppa_apache_log_parser import DBUSER, get_ppa_file_key19from lp.soyuz.scripts.ppa_apache_log_parser import DBUSER, get_ppa_file_key
22from lp.services.apachelogparser.script import ParseApacheLogs20from lp.services.apachelogparser.script import ParseApacheLogs
2321
=== modified file 'cronscripts/process-mail.py'
--- cronscripts/process-mail.py 2010-10-11 18:29:14 +0000
+++ cronscripts/process-mail.py 2010-12-15 20:36:34 +0000
@@ -14,7 +14,7 @@
14from lp.services.scripts.base import (14from lp.services.scripts.base import (
15 LaunchpadCronScript, LaunchpadScriptFailure)15 LaunchpadCronScript, LaunchpadScriptFailure)
16from lp.services.mail.incoming import handleMail16from lp.services.mail.incoming import handleMail
17from canonical.launchpad.interfaces import IMailBox17from canonical.launchpad.interfaces.mailbox import IMailBox
1818
1919
20class ProcessMail(LaunchpadCronScript):20class ProcessMail(LaunchpadCronScript):
2121
=== modified file 'cronscripts/publishing/cron.germinate'
--- cronscripts/publishing/cron.germinate 2010-09-06 09:46:01 +0000
+++ cronscripts/publishing/cron.germinate 2010-12-15 20:36:34 +0000
@@ -37,10 +37,21 @@
37# Clean up temporary files37# Clean up temporary files
38rm -f germinate.output ALL ALL.sources UBUNTU-* KUBUNTU-* EDUBUNTU-* XUBUNTU-* MYTHBUNTU-* NETBOOK-*38rm -f germinate.output ALL ALL.sources UBUNTU-* KUBUNTU-* EDUBUNTU-* XUBUNTU-* MYTHBUNTU-* NETBOOK-*
39rm -f all_* all.sources_*39rm -f all_* all.sources_*
40rm -rf dists
4041
41# Grab a local copy of Sources files42# Grab local copies of Sources and Packages files, to avoid problems in case
43# the archive changes under our feet.
42for component in main universe restricted multiverse; do44for component in main universe restricted multiverse; do
43 zcat $ARCHIVEROOT/dists/"$suite"/"$component"/source/Sources.gz > archive.ubuntu.com_"$suite"_"$component"_Sources;45 base="dists/$suite/$component"
46 mkdir -p "$base/source"
47 zcat "$ARCHIVEROOT/$base/source/Sources.gz" > "$base/source/Sources"
48 for arch in i386 amd64 powerpc armel; do
49 mkdir -p "$base/binary-$arch" "$base/debian-installer/binary-$arch"
50 zcat "$ARCHIVEROOT/$base/binary-$arch/Packages.gz" \
51 > "$base/binary-$arch/Packages"
52 zcat "$ARCHIVEROOT/$base/debian-installer/binary-$arch/Packages.gz" \
53 > "$base/debian-installer/binary-$arch/Packages"
54 done
44done55done
4556
46> "$MISCROOT/more-extra.override.$suite.main.new"57> "$MISCROOT/more-extra.override.$suite.main.new"
@@ -50,15 +61,9 @@
50 DISTRO="$(echo $distro | tr a-z A-Z)"61 DISTRO="$(echo $distro | tr a-z A-Z)"
51 germinate_suite="$distro.$suite"62 germinate_suite="$distro.$suite"
52 for arch in i386 amd64 powerpc armel; do63 for arch in i386 amd64 powerpc armel; do
53 # Grab local copy of Packages and InstallerPackages files
54 for component in main universe restricted multiverse; do
55 zcat $ARCHIVEROOT/dists/"$suite"/"$component"/binary-$arch/Packages.gz > archive.ubuntu.com_"$suite"_"$component"_Packages
56 zcat $ARCHIVEROOT/dists/"$suite"/"$component"/debian-installer/binary-$arch/Packages.gz > archive.ubuntu.com_"$suite"_"$component"_InstallerPackages
57 done
58
59 # Run germinate64 # Run germinate
60 echo " **************** $distro/$suite/$arch ********************* " >> germinate.output65 echo " **************** $distro/$suite/$arch ********************* " >> germinate.output
61 germinate --no-rdepends -s "$germinate_suite" -d "$suite" -c "$germinate_components" -a $arch >> germinate.output 2>&166 germinate --no-rdepends -m "file://$(pwd)/" -s "$germinate_suite" -d "$suite" -c "$germinate_components" -a $arch >> germinate.output 2>&1
6267
63 # The structure file is generally useful; keep per distro/suite/arch68 # The structure file is generally useful; keep per distro/suite/arch
64 # copies for convenience69 # copies for convenience
6570
=== modified file 'cronscripts/publishing/cron.publish-copy-archives'
--- cronscripts/publishing/cron.publish-copy-archives 2010-06-25 14:36:11 +0000
+++ cronscripts/publishing/cron.publish-copy-archives 2010-12-15 20:36:34 +0000
@@ -10,7 +10,6 @@
10 exit 110 exit 1
11fi11fi
1212
13set -x
14set -e13set -e
15set -u14set -u
1615
@@ -20,24 +19,23 @@
2019
2120
22# Informational -- this *MUST* match the database.21# Informational -- this *MUST* match the database.
23ARCHIVEROOT=/srv/launchpad.net/ubuntu-archive/ubuntu22ARCHIVEROOT=/srv/launchpad.net/rebuild-test/ubuntu
24DISTSROOT=$ARCHIVEROOT/dists23DISTSROOT=$ARCHIVEROOT/dists
25OVERRIDEROOT=$ARCHIVEROOT/../ubuntu-overrides24OVERRIDEROOT=$ARCHIVEROOT/../ubuntu-overrides
26INDICES=$ARCHIVEROOT/indices25INDICES=$ARCHIVEROOT/indices
27PRODUCTION_CONFIG=ftpmaster-publish26PRODUCTION_CONFIG=ftpmaster-publish
2827
29if [ "$LPCONFIG" = "$PRODUCTION_CONFIG" ]; then28if [ "$LPCONFIG" = "$PRODUCTION_CONFIG" ]; then
30 GNUPGHOME=/srv/launchpad.net/ubuntu-archive/gnupg-home29 GNUPGHOME=/srv/launchpad.net/rebuild-test/gnupg-home
31else30else
32 echo GPG keys will come from ~/.gnupg31 echo GPG keys will come from ~/.gnupg
33 # GNUPGHOME does not need to be set, keys can come from ~/.gnupg.32 # GNUPGHOME does not need to be set, keys can come from ~/.gnupg.
34fi33fi
3534
36# Configuration options.35# Configuration options.
37LAUNCHPADROOT=/srv/launchpad.net/codelines/current36LAUNCHPADROOT=/srv/launchpad.net/production/launchpad
38LOCKFILE=/srv/launchpad.net/ubuntu-archive/cron.daily.lock37LOCKFILE=/srv/launchpad.net/rebuild-test/cron.daily.lock
39DISTRONAME=ubuntu38DISTRONAME=ubuntu
40TRACEFILE=$ARCHIVEROOT/project/trace/$(hostname --fqdn)
4139
42# Manipulate the environment.40# Manipulate the environment.
43export GNUPGHOME41export GNUPGHOME
@@ -64,20 +62,5 @@
64# Publish the packages to disk.62# Publish the packages to disk.
65publish-distro.py -v -v --copy-archive -d $DISTRONAME63publish-distro.py -v -v --copy-archive -d $DISTRONAME
6664
67set +x
68
69echo Removing uncompressed Packages and Sources files65echo Removing uncompressed Packages and Sources files
70find ${DISTSROOT} \( -name "Packages" -o -name "Sources" \) -exec rm "{}" \;66find ${DISTSROOT} \( -name "Packages" -o -name "Sources" \) -exec rm "{}" \;
71
72# Copy in the indices.
73if [ "$LPCONFIG" = "$PRODUCTION_CONFIG" ]; then
74 echo Copying the indices into place.
75 rm -f $INDICES/override.*
76 cp $OVERRIDEROOT/override.* $INDICES
77fi
78
79# Timestamp our trace file to track when the last archive publisher run took
80# place.
81if [ "$LPCONFIG" = "$PRODUCTION_CONFIG" ]; then
82 date -u > "$TRACEFILE"
83fi
8467
=== modified file 'cronscripts/send-bug-notifications.py'
--- cronscripts/send-bug-notifications.py 2010-10-03 15:30:06 +0000
+++ cronscripts/send-bug-notifications.py 2010-12-15 20:36:34 +0000
@@ -19,8 +19,8 @@
1919
20from canonical.config import config20from canonical.config import config
21from canonical.database.constants import UTC_NOW21from canonical.database.constants import UTC_NOW
22from canonical.launchpad.interfaces import IBugNotificationSet
23from canonical.launchpad.mail import sendmail22from canonical.launchpad.mail import sendmail
23from lp.bugs.interfaces.bugnotification import IBugNotificationSet
24from lp.bugs.scripts.bugnotification import get_email_notifications24from lp.bugs.scripts.bugnotification import get_email_notifications
25from lp.services.scripts.base import LaunchpadCronScript25from lp.services.scripts.base import LaunchpadCronScript
2626
2727
=== added file 'cronscripts/sync-packages.py'
--- cronscripts/sync-packages.py 1970-01-01 00:00:00 +0000
+++ cronscripts/sync-packages.py 2010-12-15 20:36:34 +0000
@@ -0,0 +1,25 @@
1#!/usr/bin/python -S
2#
3# Copyright 2010 Canonical Ltd. This software is licensed under the
4# GNU Affero General Public License version 3 (see the file LICENSE).
5
6"""Synchronize packages."""
7
8__metaclass__ = type
9
10import _pythonpath
11
12from lp.services.job.runner import JobCronScript
13from lp.soyuz.interfaces.distributionjob import ISyncPackageJobSource
14
15
16class RunSyncPackageJob(JobCronScript):
17 """Run SyncPackageJob jobs."""
18
19 config_name = 'sync_packages'
20 source_interface = ISyncPackageJobSource
21
22
23if __name__ == '__main__':
24 script = RunSyncPackageJob()
25 script.lock_and_run()
026
=== added file 'cronscripts/update-bugzilla-remote-components.py'
--- cronscripts/update-bugzilla-remote-components.py 1970-01-01 00:00:00 +0000
+++ cronscripts/update-bugzilla-remote-components.py 2010-12-15 20:36:34 +0000
@@ -0,0 +1,41 @@
1#!/usr/bin/python -S
2#
3# Copyright 2010 Canonical Ltd. This software is licensed under the
4# GNU Affero General Public License version 3 (see the file LICENSE).
5
6# pylint: disable-msg=W0403
7import _pythonpath
8
9import time
10
11from canonical.config import config
12from lp.services.scripts.base import LaunchpadCronScript
13from canonical.launchpad.scripts.bzremotecomponentfinder import (
14 BugzillaRemoteComponentFinder,
15 )
16
17
18class UpdateRemoteComponentsFromBugzilla(LaunchpadCronScript):
19
20 def add_my_options(self):
21 self.parser.add_option(
22 "-b", "--bugtracker", dest="bugtracker",
23 help="Update only the bug tracker with this name in launchpad")
24
25 def main(self):
26 start_time = time.time()
27 finder = BugzillaRemoteComponentFinder(
28 self.logger)
29 finder.getRemoteProductsAndComponents(
30 bugtracker_name=self.options.bugtracker)
31
32 run_time = time.time() - start_time
33 print("Time for this run: %.3f seconds." % run_time)
34
35
36if __name__ == "__main__":
37
38 updater = UpdateRemoteComponentsFromBugzilla(
39 "updatebugzillaremotecomponents",
40 dbuser=config.updatebugzillaremotecomponents.dbuser)
41 updater.lock_and_run()
042
=== modified file 'cronscripts/update-debwatches.py'
--- cronscripts/update-debwatches.py 2010-10-03 15:30:06 +0000
+++ cronscripts/update-debwatches.py 2010-12-15 20:36:34 +0000
@@ -15,12 +15,21 @@
15# zope bits15# zope bits
16from zope.component import getUtility16from zope.component import getUtility
1717
18from lp.bugs.interfaces.bug import IBugSet
19from lp.bugs.interfaces.bugtask import (
20 BugTaskSearchParams,
21 IBugTaskSet,
22 )
23from lp.bugs.interfaces.bugwatch import IBugWatchSet
24from lp.bugs.interfaces.cve import ICveSet
18from lp.bugs.scripts import debbugs25from lp.bugs.scripts import debbugs
19from lp.services.scripts.base import (LaunchpadCronScript,26from lp.services.scripts.base import (LaunchpadCronScript,
20 LaunchpadScriptFailure)27 LaunchpadScriptFailure)
21from canonical.launchpad.interfaces import (IBugSet,28from canonical.launchpad.interfaces.launchpad import ILaunchpadCelebrities
22 ILaunchpadCelebrities, InvalidEmailMessage, IBugTaskSet,29from canonical.launchpad.interfaces.message import (
23 IBugWatchSet, IMessageSet, ICveSet, BugTaskSearchParams)30 InvalidEmailMessage,
31 IMessageSet,
32 )
24from canonical.database.constants import UTC_NOW33from canonical.database.constants import UTC_NOW
2534
26# setup core values and defaults35# setup core values and defaults
2736
=== modified file 'cronscripts/update-pkgcache.py'
--- cronscripts/update-pkgcache.py 2010-10-03 15:30:06 +0000
+++ cronscripts/update-pkgcache.py 2010-12-15 20:36:34 +0000
@@ -13,8 +13,7 @@
1313
14from zope.component import getUtility14from zope.component import getUtility
1515
16from canonical.config import config16from lp.registry.interfaces.distribution import IDistributionSet
17from canonical.launchpad.interfaces import IDistributionSet
18from lp.services.scripts.base import LaunchpadCronScript17from lp.services.scripts.base import LaunchpadCronScript
1918
2019
2120
=== modified file 'cronscripts/update-remote-product.py'
--- cronscripts/update-remote-product.py 2010-04-27 19:48:39 +0000
+++ cronscripts/update-remote-product.py 2010-12-15 20:36:34 +0000
@@ -3,7 +3,11 @@
3# Copyright 2009 Canonical Ltd. This software is licensed under the3# Copyright 2009 Canonical Ltd. This software is licensed under the
4# GNU Affero General Public License version 3 (see the file LICENSE).4# GNU Affero General Public License version 3 (see the file LICENSE).
55
6"""Cron job to update Product.remote_product using bug watch information. """6"""Cron job to update Product.remote_product using bug watch information.
7
8This script sets the remote_product string value on Launchpad Products
9by looking it up from one of the product's bug watches.
10"""
711
8# pylint: disable-msg=W040312# pylint: disable-msg=W0403
9import _pythonpath13import _pythonpath
1014
=== modified file 'cronscripts/update-stats.py'
--- cronscripts/update-stats.py 2010-10-03 15:30:06 +0000
+++ cronscripts/update-stats.py 2010-12-15 20:36:34 +0000
@@ -11,10 +11,12 @@
1111
12from zope.component import getUtility12from zope.component import getUtility
13from canonical.database.sqlbase import ISOLATION_LEVEL_READ_COMMITTED13from canonical.database.sqlbase import ISOLATION_LEVEL_READ_COMMITTED
14from canonical.launchpad.interfaces.launchpadstatistic import (
15 ILaunchpadStatisticSet,
16 )
14from lp.services.scripts.base import LaunchpadCronScript17from lp.services.scripts.base import LaunchpadCronScript
15from canonical.launchpad.interfaces import (18from lp.registry.interfaces.distribution import IDistributionSet
16 IDistributionSet, ILaunchpadStatisticSet, IPersonSet19from lp.registry.interfaces.person import IPersonSet
17 )
18from canonical.config import config20from canonical.config import config
1921
2022
2123
=== modified file 'database/replication/slon_ctl.py'
--- database/replication/slon_ctl.py 2010-09-07 12:20:34 +0000
+++ database/replication/slon_ctl.py 2010-12-15 20:36:34 +0000
@@ -116,7 +116,7 @@
116 "--exec", "/usr/bin/slon",116 "--exec", "/usr/bin/slon",
117 "--startas", "/bin/sh",117 "--startas", "/bin/sh",
118 "--", "-c",118 "--", "-c",
119 "slon -p %s %s %s '%s' > %s" % (119 "slon -p %s %s %s '%s' >> %s" % (
120 pidfile, slon_args, replication.helpers.CLUSTERNAME,120 pidfile, slon_args, replication.helpers.CLUSTERNAME,
121 node.connection_string, logfile)]121 node.connection_string, logfile)]
122 log.debug("Running %s" % repr(cmd))122 log.debug("Running %s" % repr(cmd))
123123
=== modified file 'database/sampledata/current-dev.sql'
--- database/sampledata/current-dev.sql 2010-10-07 22:46:08 +0000
+++ database/sampledata/current-dev.sql 2010-12-15 20:36:34 +0000
@@ -1,6 +1,6 @@
1-- Copyright 2010 Canonical Ltd. This software is licensed under the1-- Copyright 2010 Canonical Ltd. This software is licensed under the
2-- GNU Affero General Public License version 3 (see the file LICENSE).2-- GNU Affero General Public License version 3 (see the file LICENSE).
3-- Created using pg_dump (PostgreSQL) 8.4.43-- Created using pg_dump (PostgreSQL) 8.4.5
44
5SET check_function_bodies = false;5SET check_function_bodies = false;
6SET client_encoding = 'UTF8';6SET client_encoding = 'UTF8';
@@ -810,6 +810,27 @@
810810
811811
812812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
813SET SESSION AUTHORIZATION DEFAULT;834SET SESSION AUTHORIZATION DEFAULT;
814835
815ALTER TABLE account DISABLE TRIGGER ALL;836ALTER TABLE account DISABLE TRIGGER ALL;
@@ -1896,7 +1917,7 @@
1896overrideroot=/var/tmp/archive/ubuntu-overrides1917overrideroot=/var/tmp/archive/ubuntu-overrides
1897cacheroot=/var/tmp/archive/ubuntu-cache1918cacheroot=/var/tmp/archive/ubuntu-cache
1898miscroot=/var/tmp/archive/ubuntu-misc1919miscroot=/var/tmp/archive/ubuntu-misc
1899', '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);1920', '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);
1900INSERT 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);1921INSERT 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);
1901INSERT 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 is1922INSERT 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
1902a non commercial distribution of a GNU/Linux Operating System for many1923a non commercial distribution of a GNU/Linux Operating System for many
@@ -1955,10 +1976,10 @@
1955INSERT 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);1976INSERT 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);
1956INSERT 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);1977INSERT 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);
1957INSERT 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);1978INSERT 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);
1958INSERT 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);1979INSERT 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);
1959INSERT 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.1980INSERT 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.
19601981
1961The 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);1982The 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);
1962INSERT 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);1983INSERT 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);
1963INSERT 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);1984INSERT 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);
1964INSERT 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);1985INSERT 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);
@@ -1970,11 +1991,11 @@
1970INSERT 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);1991INSERT 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);
1971INSERT 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);1992INSERT 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);
1972INSERT 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);1993INSERT 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);
1973INSERT 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);1994INSERT 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);
1974INSERT 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.1995INSERT 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.
19751996
1976The 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);1997The 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);
1977INSERT 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);1998INSERT 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);
1978INSERT 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);1999INSERT 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);
1979INSERT 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.2000INSERT 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.
19802001
@@ -2958,53 +2979,53 @@
2958ALTER TABLE bountysubscription ENABLE TRIGGER ALL;2979ALTER TABLE bountysubscription ENABLE TRIGGER ALL;
29592980
29602981
2961ALTER TABLE branchmergerobot DISABLE TRIGGER ALL;2982ALTER TABLE branchmergequeue DISABLE TRIGGER ALL;
29622983
29632984
29642985
2965ALTER TABLE branchmergerobot ENABLE TRIGGER ALL;2986ALTER TABLE branchmergequeue ENABLE TRIGGER ALL;
29662987
29672988
2968ALTER TABLE branch DISABLE TRIGGER ALL;2989ALTER TABLE branch DISABLE TRIGGER ALL;
29692990
2970INSERT 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);2991INSERT 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);
2971INSERT 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);2992INSERT 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);
2972INSERT 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);2993INSERT 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);
2973INSERT 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);2994INSERT 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);
2974INSERT 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);2995INSERT 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);
2975INSERT 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);2996INSERT 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);
2976INSERT 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);2997INSERT 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);
2977INSERT 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);2998INSERT 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);
2978INSERT 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);2999INSERT 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);
2979INSERT 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);3000INSERT 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);
2980INSERT 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);3001INSERT 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);
2981INSERT 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);3002INSERT 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);
2982INSERT 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);3003INSERT 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);
2983INSERT 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);3004INSERT 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);
2984INSERT 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.3005INSERT 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.
29853006
2986Home 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);3007Home 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);
2987INSERT 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.3008INSERT 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.
29883009
2989Home 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);3010Home 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);
2990INSERT 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);3011INSERT 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);
2991INSERT 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.3012INSERT 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.
29923013
2993Home 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);3014Home 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);
2994INSERT 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);3015INSERT 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);
2995INSERT 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);3016INSERT 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);
2996INSERT 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);3017INSERT 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);
2997INSERT 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);3018INSERT 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);
2998INSERT 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);3019INSERT 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);
2999INSERT 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);3020INSERT 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);
3000INSERT 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);3021INSERT 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);
3001INSERT 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);3022INSERT 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);
3002INSERT 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);3023INSERT 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);
3003INSERT 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);3024INSERT 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);
3004INSERT 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);3025INSERT 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);
3005INSERT 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);3026INSERT 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);
3006INSERT 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);3027INSERT 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);
3007INSERT 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);3028INSERT 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);
30083029
30093030
3010ALTER TABLE branch ENABLE TRIGGER ALL;3031ALTER TABLE branch ENABLE TRIGGER ALL;
@@ -3333,42 +3354,42 @@
33333354
3334ALTER TABLE bugmessage DISABLE TRIGGER ALL;3355ALTER TABLE bugmessage DISABLE TRIGGER ALL;
33353356
3336INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (1, 2, 1, NULL, NULL, true);3357INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (1, 2, 1, NULL, NULL, true, NULL);
3337INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (2, 1, 3, NULL, NULL, true);3358INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (2, 1, 3, NULL, NULL, true, NULL);
3338INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (3, 1, 4, NULL, NULL, true);3359INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (3, 1, 4, NULL, NULL, true, NULL);
3339INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (4, 2, 5, NULL, NULL, true);3360INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (4, 2, 5, NULL, NULL, true, NULL);
3340INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (5, 2, 6, NULL, NULL, true);3361INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (5, 2, 6, NULL, NULL, true, NULL);
3341INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (6, 4, 7, NULL, NULL, true);3362INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (6, 4, 7, NULL, NULL, true, NULL);
3342INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (7, 5, 8, NULL, NULL, true);3363INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (7, 5, 8, NULL, NULL, true, NULL);
3343INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (8, 6, 9, NULL, NULL, true);3364INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (8, 6, 9, NULL, NULL, true, NULL);
3344INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (9, 3, 10, NULL, NULL, true);3365INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (9, 3, 10, NULL, NULL, true, NULL);
3345INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (10, 7, 11, NULL, NULL, true);3366INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (10, 7, 11, NULL, NULL, true, NULL);
3346INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (11, 8, 14, NULL, NULL, true);3367INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (11, 8, 14, NULL, NULL, true, NULL);
3347INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (12, 9, 15, NULL, NULL, true);3368INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (12, 9, 15, NULL, NULL, true, NULL);
3348INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (13, 10, 17, NULL, NULL, true);3369INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (13, 10, 17, NULL, NULL, true, NULL);
3349INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (14, 10, 16, NULL, NULL, true);3370INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (14, 10, 16, NULL, NULL, true, NULL);
3350INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (15, 11, 24, NULL, NULL, true);3371INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (15, 11, 24, NULL, NULL, true, NULL);
3351INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (16, 11, 25, NULL, NULL, true);3372INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (16, 11, 25, NULL, NULL, true, NULL);
3352INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (17, 11, 26, NULL, NULL, true);3373INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (17, 11, 26, NULL, NULL, true, NULL);
3353INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (18, 11, 27, NULL, NULL, true);3374INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (18, 11, 27, NULL, NULL, true, NULL);
3354INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (19, 11, 28, NULL, NULL, true);3375INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (19, 11, 28, NULL, NULL, true, NULL);
3355INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (20, 11, 29, NULL, NULL, true);3376INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (20, 11, 29, NULL, NULL, true, NULL);
3356INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (21, 11, 30, NULL, NULL, true);3377INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (21, 11, 30, NULL, NULL, true, NULL);
3357INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (22, 12, 31, NULL, NULL, true);3378INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (22, 12, 31, NULL, NULL, true, NULL);
3358INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (23, 12, 33, NULL, NULL, true);3379INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (23, 12, 33, NULL, NULL, true, NULL);
3359INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (24, 12, 34, NULL, NULL, true);3380INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (24, 12, 34, NULL, NULL, true, NULL);
3360INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (25, 12, 35, NULL, NULL, true);3381INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (25, 12, 35, NULL, NULL, true, NULL);
3361INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (26, 12, 36, NULL, NULL, true);3382INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (26, 12, 36, NULL, NULL, true, NULL);
3362INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (27, 13, 37, NULL, NULL, true);3383INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (27, 13, 37, NULL, NULL, true, NULL);
3363INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (28, 13, 38, NULL, NULL, true);3384INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (28, 13, 38, NULL, NULL, true, NULL);
3364INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (29, 14, 39, NULL, NULL, true);3385INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (29, 14, 39, NULL, NULL, true, NULL);
3365INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (30, 15, 40, NULL, NULL, true);3386INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (30, 15, 40, NULL, NULL, true, NULL);
3366INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (31, 15, 44, 11, '<4284D7D1.6010208@gmx.de>', true);3387INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (31, 15, 44, 11, '<4284D7D1.6010208@gmx.de>', true, NULL);
3367INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (32, 15, 45, 11, '<20050517185429.GB20786@spring.luon.net>', true);3388INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (32, 15, 45, 11, '<20050517185429.GB20786@spring.luon.net>', true, NULL);
3368INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (33, 15, 46, 11, '<428A44E9.6090802@gmx.de>', true);3389INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (33, 15, 46, 11, '<428A44E9.6090802@gmx.de>', true, NULL);
3369INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (34, 15, 47, 11, '<20050517202044.GA23231@spring.luon.net>', true);3390INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (34, 15, 47, 11, '<20050517202044.GA23231@spring.luon.net>', true, NULL);
3370INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (35, 15, 48, 11, '<20050617140011.GA15638@piware.de>', true);3391INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (35, 15, 48, 11, '<20050617140011.GA15638@piware.de>', true, NULL);
3371INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible) VALUES (36, 15, 49, 11, '<42BD2E36.9090809@gmx.de>', true);3392INSERT INTO bugmessage (id, bug, message, bugwatch, remote_comment_id, visible, index) VALUES (36, 15, 49, 11, '<42BD2E36.9090809@gmx.de>', true, NULL);
33723393
33733394
3374ALTER TABLE bugmessage ENABLE TRIGGER ALL;3395ALTER TABLE bugmessage ENABLE TRIGGER ALL;
@@ -3799,13 +3820,6 @@
3799ALTER TABLE bugtrackercomponentgroup ENABLE TRIGGER ALL;3820ALTER TABLE bugtrackercomponentgroup ENABLE TRIGGER ALL;
38003821
38013822
3802ALTER TABLE distributionsourcepackage DISABLE TRIGGER ALL;
3803
3804
3805
3806ALTER TABLE distributionsourcepackage ENABLE TRIGGER ALL;
3807
3808
3809ALTER TABLE bugtrackercomponent DISABLE TRIGGER ALL;3823ALTER TABLE bugtrackercomponent DISABLE TRIGGER ALL;
38103824
38113825
@@ -4014,6 +4028,13 @@
4014ALTER TABLE distributionbounty ENABLE TRIGGER ALL;4028ALTER TABLE distributionbounty ENABLE TRIGGER ALL;
40154029
40164030
4031ALTER TABLE distributionjob DISABLE TRIGGER ALL;
4032
4033
4034
4035ALTER TABLE distributionjob ENABLE TRIGGER ALL;
4036
4037
4017ALTER TABLE distributionmirror DISABLE TRIGGER ALL;4038ALTER TABLE distributionmirror DISABLE TRIGGER ALL;
40184039
4019INSERT 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);4040INSERT 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);
@@ -4031,6 +4052,13 @@
4031ALTER TABLE distributionmirror ENABLE TRIGGER ALL;4052ALTER TABLE distributionmirror ENABLE TRIGGER ALL;
40324053
40334054
4055ALTER TABLE distributionsourcepackage DISABLE TRIGGER ALL;
4056
4057
4058
4059ALTER TABLE distributionsourcepackage ENABLE TRIGGER ALL;
4060
4061
4034ALTER TABLE distributionsourcepackagecache DISABLE TRIGGER ALL;4062ALTER TABLE distributionsourcepackagecache DISABLE TRIGGER ALL;
40354063
4036INSERT INTO distributionsourcepackagecache (id, distribution, sourcepackagename, name, binpkgnames, binpkgsummaries, binpkgdescriptions, fti, changelog, archive) VALUES (1, 3, 19, 'alsa-utils', '', '', '', NULL, NULL, 1);4064INSERT INTO distributionsourcepackagecache (id, distribution, sourcepackagename, name, binpkgnames, binpkgsummaries, binpkgdescriptions, fti, changelog, archive) VALUES (1, 3, 19, 'alsa-utils', '', '', '', NULL, NULL, 1);
@@ -4990,6 +5018,81 @@
4990ALTER TABLE lp_account ENABLE TRIGGER ALL;5018ALTER TABLE lp_account ENABLE TRIGGER ALL;
49915019
49925020
5021ALTER TABLE lp_openididentifier DISABLE TRIGGER ALL;
5022
5023INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('6KHNEe3', 2436141, '2007-12-18 16:31:34.790641');
5024INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('6w7kmzC', 2436091, '2007-12-07 13:43:20.393704');
5025INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('CALDpFr', 2436171, '2008-03-06 09:55:27.289842');
5026INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('GMX7shE', 2436242, '2009-03-17 07:26:14.024613');
5027INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('MGWJnTL', 2436111, '2007-12-14 16:52:15.403833');
5028INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('R8FpwXd', 2436161, '2007-12-18 16:31:34.790641');
5029INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('WQPMHdf', 2436081, '2007-11-12 15:23:19.847132');
5030INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('andrelop_oid', 431, '2005-06-06 08:59:51.561685');
5031INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('barbier_oid', 421, '2005-06-06 08:59:51.560604');
5032INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('bug-importer_oid', 581, '2005-12-06 09:48:58.287679');
5033INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('bug-watch-updater_oid', 621, '2006-05-23 12:49:30.483464');
5034INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('cCGE3LA', 2436101, '2007-12-14 16:52:15.403833');
5035INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('cF4PNk3', 2436241, '2008-11-04 12:59:26.965843');
5036INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('callipeo_oid', 401, '2005-06-06 08:59:51.558429');
5037INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('carlos_oid', 131, '2005-06-06 08:59:51.615543');
5038INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('cprov_oid', 281, '2005-06-06 08:59:51.59705');
5039INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('daf_oid', 141, '2005-06-06 08:59:51.616666');
5040INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('danner_oid', 371, '2005-06-06 08:59:51.549651');
5041INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('ddaa_oid', 231, '2005-06-06 08:59:51.620823');
5042INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('debonzi_oid', 271, '2005-06-06 08:59:51.557224');
5043INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('edgar_oid', 331, '2005-06-06 08:59:51.621892');
5044INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('former-user_oid', 701, '2006-12-13 21:19:06.369142');
5045INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('jblack_oid', 81, '2005-06-06 08:59:51.601584');
5046INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('jdub_oid', 61, '2005-06-06 08:59:51.600523');
5047INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('jordi_oid', 561, '2005-10-07 14:17:51.593849');
5048INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('jorge-gonzalez-gonzalez_oid', 411, '2005-06-06 08:59:51.559519');
5049INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('justdave_oid', 31, '2005-06-06 08:59:51.610048');
5050INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('jvprat_oid', 341, '2005-06-06 08:59:51.622908');
5051INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kYFxQYP', 2436243, '2009-08-04 10:50:39.383407');
5052INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kamion_oid', 41, '2005-06-06 08:59:51.611185');
5053INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('karl_oid', 631, '2006-05-23 12:49:30.483464');
5054INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kebil_oid', 491, '2005-06-06 08:59:51.568323');
5055INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('keybuk_oid', 51, '2005-06-06 08:59:51.608802');
5056INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kiko_oid', 91, '2005-06-06 08:59:51.594941');
5057INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kinnison_oid', 261, '2005-06-06 08:59:51.618722');
5058INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kreutzm_oid', 511, '2005-06-06 08:59:51.570701');
5059INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kurem_oid', 461, '2005-06-06 08:59:51.565033');
5060INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('launchpad-beta-owner_oid', 681, '2007-01-31 06:56:25.096519');
5061INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('launchpad-janitor_oid', 651, '2006-10-04 16:20:51.19954');
5062INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('lifeless_oid', 21, '2005-06-06 08:59:51.598107');
5063INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('limi_oid', 101, '2005-06-06 08:59:51.619713');
5064INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('luk-claes_oid', 451, '2005-06-06 08:59:51.563952');
5065INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('mTmeENb', 2436231, '2008-06-27 14:49:11.149508');
5066INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('marilize_oid', 551, '2005-06-06 08:59:51.593849');
5067INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('mark_oid', 11, '2005-06-06 08:59:51.591618');
5068INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('martin-pitt_oid', 381, '2005-06-06 08:59:51.555051');
5069INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('matsubara_oid', 661, '2006-12-13 21:19:06.369142');
5070INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('morten_oid', 471, '2005-06-06 08:59:51.56614');
5071INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('mpo_oid', 481, '2005-06-06 08:59:51.567224');
5072INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('name12_oid', 121, '2005-06-06 08:59:51.612277');
5073INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('name16_oid', 161, '2005-06-06 08:59:51.593849');
5074INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('neMCQNd', 2436061, '2007-08-09 21:25:37.832976');
5075INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('no-priv_oid', 521, '2005-06-06 08:59:51.593849');
5076INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('no-team-memberships_oid', 2436021, '2007-02-19 11:17:57.755666');
5077INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('nsv_oid', 391, '2005-06-06 08:59:51.556132');
5078INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('one-membership_oid', 2436031, '2007-02-21 10:53:59.700105');
5079INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('rPwGRk4', 2436221, '2008-05-12 17:38:38.798696');
5080INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('salgado_oid', 291, '2005-06-06 08:59:51.596025');
5081INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('sigurd-ubuntu_oid', 351, '2005-06-06 08:59:51.623962');
5082INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('skacel_oid', 361, '2005-06-06 08:59:51.5244');
5083INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('spiv_oid', 71, '2005-06-06 08:59:51.551196');
5084INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('stevea_oid', 111, '2005-06-06 08:59:51.599234');
5085INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('stub_oid', 221, '2005-06-06 08:59:51.59276');
5086INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('team-membership-janitor_oid', 671, '2006-10-04 16:20:51.19954');
5087INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('tsukimi_oid', 501, '2005-06-06 08:59:51.569518');
5088INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('valyag_oid', 441, '2005-06-06 08:59:51.562857');
5089INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('yEzBPbd', 2436151, '2007-12-18 16:31:34.790641');
5090INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('zRtPxw8', 243637, '2010-07-12 09:48:27.198885');
5091
5092
5093ALTER TABLE lp_openididentifier ENABLE TRIGGER ALL;
5094
5095
4993ALTER TABLE lp_person DISABLE TRIGGER ALL;5096ALTER TABLE lp_person DISABLE TRIGGER ALL;
49945097
4995INSERT 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);5098INSERT 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);
@@ -5096,81 +5199,6 @@
5096ALTER TABLE lp_person ENABLE TRIGGER ALL;5199ALTER TABLE lp_person ENABLE TRIGGER ALL;
50975200
50985201
5099ALTER TABLE lp_openididentifier DISABLE TRIGGER ALL;
5100
5101INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('6KHNEe3', 2436141, '2007-12-18 16:31:34.790641');
5102INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('6w7kmzC', 2436091, '2007-12-07 13:43:20.393704');
5103INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('CALDpFr', 2436171, '2008-03-06 09:55:27.289842');
5104INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('GMX7shE', 2436242, '2009-03-17 07:26:14.024613');
5105INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('MGWJnTL', 2436111, '2007-12-14 16:52:15.403833');
5106INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('R8FpwXd', 2436161, '2007-12-18 16:31:34.790641');
5107INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('WQPMHdf', 2436081, '2007-11-12 15:23:19.847132');
5108INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('andrelop_oid', 431, '2005-06-06 08:59:51.561685');
5109INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('barbier_oid', 421, '2005-06-06 08:59:51.560604');
5110INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('bug-importer_oid', 581, '2005-12-06 09:48:58.287679');
5111INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('bug-watch-updater_oid', 621, '2006-05-23 12:49:30.483464');
5112INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('cCGE3LA', 2436101, '2007-12-14 16:52:15.403833');
5113INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('cF4PNk3', 2436241, '2008-11-04 12:59:26.965843');
5114INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('callipeo_oid', 401, '2005-06-06 08:59:51.558429');
5115INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('carlos_oid', 131, '2005-06-06 08:59:51.615543');
5116INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('cprov_oid', 281, '2005-06-06 08:59:51.59705');
5117INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('daf_oid', 141, '2005-06-06 08:59:51.616666');
5118INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('danner_oid', 371, '2005-06-06 08:59:51.549651');
5119INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('ddaa_oid', 231, '2005-06-06 08:59:51.620823');
5120INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('debonzi_oid', 271, '2005-06-06 08:59:51.557224');
5121INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('edgar_oid', 331, '2005-06-06 08:59:51.621892');
5122INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('former-user_oid', 701, '2006-12-13 21:19:06.369142');
5123INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('jblack_oid', 81, '2005-06-06 08:59:51.601584');
5124INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('jdub_oid', 61, '2005-06-06 08:59:51.600523');
5125INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('jordi_oid', 561, '2005-10-07 14:17:51.593849');
5126INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('jorge-gonzalez-gonzalez_oid', 411, '2005-06-06 08:59:51.559519');
5127INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('justdave_oid', 31, '2005-06-06 08:59:51.610048');
5128INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('jvprat_oid', 341, '2005-06-06 08:59:51.622908');
5129INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kYFxQYP', 2436243, '2009-08-04 10:50:39.383407');
5130INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kamion_oid', 41, '2005-06-06 08:59:51.611185');
5131INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('karl_oid', 631, '2006-05-23 12:49:30.483464');
5132INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kebil_oid', 491, '2005-06-06 08:59:51.568323');
5133INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('keybuk_oid', 51, '2005-06-06 08:59:51.608802');
5134INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kiko_oid', 91, '2005-06-06 08:59:51.594941');
5135INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kinnison_oid', 261, '2005-06-06 08:59:51.618722');
5136INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kreutzm_oid', 511, '2005-06-06 08:59:51.570701');
5137INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('kurem_oid', 461, '2005-06-06 08:59:51.565033');
5138INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('launchpad-beta-owner_oid', 681, '2007-01-31 06:56:25.096519');
5139INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('launchpad-janitor_oid', 651, '2006-10-04 16:20:51.19954');
5140INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('lifeless_oid', 21, '2005-06-06 08:59:51.598107');
5141INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('limi_oid', 101, '2005-06-06 08:59:51.619713');
5142INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('luk-claes_oid', 451, '2005-06-06 08:59:51.563952');
5143INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('mTmeENb', 2436231, '2008-06-27 14:49:11.149508');
5144INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('marilize_oid', 551, '2005-06-06 08:59:51.593849');
5145INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('mark_oid', 11, '2005-06-06 08:59:51.591618');
5146INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('martin-pitt_oid', 381, '2005-06-06 08:59:51.555051');
5147INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('matsubara_oid', 661, '2006-12-13 21:19:06.369142');
5148INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('morten_oid', 471, '2005-06-06 08:59:51.56614');
5149INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('mpo_oid', 481, '2005-06-06 08:59:51.567224');
5150INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('name12_oid', 121, '2005-06-06 08:59:51.612277');
5151INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('name16_oid', 161, '2005-06-06 08:59:51.593849');
5152INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('neMCQNd', 2436061, '2007-08-09 21:25:37.832976');
5153INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('no-priv_oid', 521, '2005-06-06 08:59:51.593849');
5154INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('no-team-memberships_oid', 2436021, '2007-02-19 11:17:57.755666');
5155INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('nsv_oid', 391, '2005-06-06 08:59:51.556132');
5156INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('one-membership_oid', 2436031, '2007-02-21 10:53:59.700105');
5157INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('rPwGRk4', 2436221, '2008-05-12 17:38:38.798696');
5158INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('salgado_oid', 291, '2005-06-06 08:59:51.596025');
5159INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('sigurd-ubuntu_oid', 351, '2005-06-06 08:59:51.623962');
5160INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('skacel_oid', 361, '2005-06-06 08:59:51.5244');
5161INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('spiv_oid', 71, '2005-06-06 08:59:51.551196');
5162INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('stevea_oid', 111, '2005-06-06 08:59:51.599234');
5163INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('stub_oid', 221, '2005-06-06 08:59:51.59276');
5164INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('team-membership-janitor_oid', 671, '2006-10-04 16:20:51.19954');
5165INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('tsukimi_oid', 501, '2005-06-06 08:59:51.569518');
5166INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('valyag_oid', 441, '2005-06-06 08:59:51.562857');
5167INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('yEzBPbd', 2436151, '2007-12-18 16:31:34.790641');
5168INSERT INTO lp_openididentifier (identifier, account, date_created) VALUES ('zRtPxw8', 243637, '2010-07-12 09:48:27.198885');
5169
5170
5171ALTER TABLE lp_openididentifier ENABLE TRIGGER ALL;
5172
5173
5174ALTER TABLE lp_personlocation DISABLE TRIGGER ALL;5202ALTER TABLE lp_personlocation DISABLE TRIGGER ALL;
51755203
5176INSERT 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);5204INSERT 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);
@@ -6299,6 +6327,13 @@
6299ALTER TABLE personnotification ENABLE TRIGGER ALL;6327ALTER TABLE personnotification ENABLE TRIGGER ALL;
63006328
63016329
6330ALTER TABLE persontransferjob DISABLE TRIGGER ALL;
6331
6332
6333
6334ALTER TABLE persontransferjob ENABLE TRIGGER ALL;
6335
6336
6302ALTER TABLE pocketchroot DISABLE TRIGGER ALL;6337ALTER TABLE pocketchroot DISABLE TRIGGER ALL;
63036338
63046339
@@ -8095,7 +8130,7 @@
80958130
8096ALTER TABLE pofile DISABLE TRIGGER ALL;8131ALTER TABLE pofile DISABLE TRIGGER ALL;
80978132
8098INSERT 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 Spanish8133INSERT 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
8099 translation of es.po to Spanish8134 translation of es.po to Spanish
8100 translation of evolution.HEAD to Spanish8135 translation of evolution.HEAD to Spanish
8101 Copyright © 2000-2002 Free Software Foundation, Inc.8136 Copyright © 2000-2002 Free Software Foundation, Inc.
@@ -8119,8 +8154,8 @@
8119Content-Transfer-Encoding: 8bit8154Content-Transfer-Encoding: 8bit
8120Report-Msgid-Bugs-To: serrador@hispalinux.es8155Report-Msgid-Bugs-To: serrador@hispalinux.es
8121Plural-Forms: nplurals=2; plural=(n != 1);8156Plural-Forms: nplurals=2; plural=(n != 1);
8122', 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');8157', 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');
8123INSERT 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 user8158INSERT 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
8124 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 20058159 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
8125 This file is distributed under the same license as the mount removable devices as normal user package.8160 This file is distributed under the same license as the mount removable devices as normal user package.
8126 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.8161 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
@@ -8134,8 +8169,8 @@
8134Content-Type: text/plain; charset=UTF-88169Content-Type: text/plain; charset=UTF-8
8135Content-Transfer-Encoding: 8bit8170Content-Transfer-Encoding: 8bit
8136Plural-Forms: nplurals=2; plural=n != 18171Plural-Forms: nplurals=2; plural=n != 1
8137', 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');8172', 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');
8138INSERT 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 package8173INSERT 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
8139 German messages for PACKAGE.8174 German messages for PACKAGE.
8140 Copyright (C) 2004 Martin Pitt8175 Copyright (C) 2004 Martin Pitt
8141 This file is distributed under the same license as the PACKAGE package.8176 This file is distributed under the same license as the PACKAGE package.
@@ -8151,8 +8186,8 @@
8151Content-Type: text/plain; charset=UTF-88186Content-Type: text/plain; charset=UTF-8
8152Content-Transfer-Encoding: 8bit8187Content-Transfer-Encoding: 8bit
8153Plural-Forms: nplurals=2; plural=(n != 1);8188Plural-Forms: nplurals=2; plural=(n != 1);
8154', 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');8189', 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');
8155INSERT 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 user8190INSERT 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
8156 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 20058191 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
8157 This file is distributed under the same license as the mount removable devices as normal user package.8192 This file is distributed under the same license as the mount removable devices as normal user package.
8158 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.8193 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
@@ -8166,8 +8201,8 @@
8166Content-Type: text/plain; charset=UTF-88201Content-Type: text/plain; charset=UTF-8
8167Content-Transfer-Encoding: 8bit8202Content-Transfer-Encoding: 8bit
8168Plural-Forms: nplurals=2; plural=n != 18203Plural-Forms: nplurals=2; plural=n != 1
8169', 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');8204', 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');
8170INSERT 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 user8205INSERT 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
8171 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 20058206 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
8172 This file is distributed under the same license as the mount removable devices as normal user package.8207 This file is distributed under the same license as the mount removable devices as normal user package.
8173 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.8208 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
@@ -8182,8 +8217,8 @@
8182Content-Type: text/plain; charset=UTF-88217Content-Type: text/plain; charset=UTF-8
8183Content-Transfer-Encoding: 8bit8218Content-Transfer-Encoding: 8bit
8184Plural-Forms: nplurals=2; plural=n > 18219Plural-Forms: nplurals=2; plural=n > 1
8185', 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');8220', 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');
8186INSERT 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 pmount8221INSERT 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
8187 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 20058222 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
8188 This file is distributed under the same license as the pmount package.8223 This file is distributed under the same license as the pmount package.
8189 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.8224 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
@@ -8198,8 +8233,8 @@
8198Content-Type: text/plain; charset=UTF-88233Content-Type: text/plain; charset=UTF-8
8199Content-Transfer-Encoding: 8bit8234Content-Transfer-Encoding: 8bit
8200Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 28235Plural-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
8201', 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');8236', 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');
8202INSERT 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 pmount8237INSERT 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
8203 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 20058238 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
8204 This file is distributed under the same license as the pmount package.8239 This file is distributed under the same license as the pmount package.
8205 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.8240 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
@@ -8214,8 +8249,8 @@
8214Content-Type: text/plain; charset=UTF-88249Content-Type: text/plain; charset=UTF-8
8215Content-Transfer-Encoding: 8bit8250Content-Transfer-Encoding: 8bit
8216Plural-Forms: nplurals=2; plural=n != 18251Plural-Forms: nplurals=2; plural=n != 1
8217', 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');8252', 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');
8218INSERT 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 user8253INSERT 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
8219 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 20058254 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
8220 This file is distributed under the same license as the mount removable devices as normal user package.8255 This file is distributed under the same license as the mount removable devices as normal user package.
8221 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.8256 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
@@ -8230,8 +8265,8 @@
8230Content-Type: text/plain; charset=UTF-88265Content-Type: text/plain; charset=UTF-8
8231Content-Transfer-Encoding: 8bit8266Content-Transfer-Encoding: 8bit
8232Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 28267Plural-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
8233', 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');8268', 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');
8234INSERT 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 pmount8269INSERT 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
8235 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 20058270 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
8236 This file is distributed under the same license as the pmount package.8271 This file is distributed under the same license as the pmount package.
8237 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.8272 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
@@ -8246,8 +8281,8 @@
8246Content-Type: text/plain; charset=UTF-88281Content-Type: text/plain; charset=UTF-8
8247Content-Transfer-Encoding: 8bit8282Content-Transfer-Encoding: 8bit
8248Plural-Forms: nplurals=2; plural=n != 18283Plural-Forms: nplurals=2; plural=n != 1
8249', 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');8284', 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');
8250INSERT 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 user8285INSERT 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
8251 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 20058286 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
8252 This file is distributed under the same license as the mount removable devices as normal user package.8287 This file is distributed under the same license as the mount removable devices as normal user package.
8253 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.8288 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
@@ -8262,8 +8297,8 @@
8262Content-Type: text/plain; charset=UTF-88297Content-Type: text/plain; charset=UTF-8
8263Content-Transfer-Encoding: 8bit8298Content-Transfer-Encoding: 8bit
8264Plural-Forms: nplurals=2; plural=n != 18299Plural-Forms: nplurals=2; plural=n != 1
8265', 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');8300', 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');
8266INSERT 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 Spanish8301INSERT 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
8267 translation of es.po to Spanish8302 translation of es.po to Spanish
8268 translation of evolution.HEAD to Spanish8303 translation of evolution.HEAD to Spanish
8269 Copyright © 2000-2002 Free Software Foundation, Inc.8304 Copyright © 2000-2002 Free Software Foundation, Inc.
@@ -8287,8 +8322,8 @@
8287Content-Transfer-Encoding: 8bit8322Content-Transfer-Encoding: 8bit
8288Report-Msgid-Bugs-To: serrador@hispalinux.es8323Report-Msgid-Bugs-To: serrador@hispalinux.es
8289Plural-Forms: nplurals=2; plural=(n != 1);8324Plural-Forms: nplurals=2; plural=(n != 1);
8290', 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');8325', 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');
8291INSERT 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, '8326INSERT 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, '
8292 Translators, if you are not familiar with the PO format, gettext8327 Translators, if you are not familiar with the PO format, gettext
8293 documentation is worth reading, especially sections dedicated to8328 documentation is worth reading, especially sections dedicated to
8294 this format, e.g. by running:8329 this format, e.g. by running:
@@ -8311,8 +8346,8 @@
8311Content-Type: text/plain; charset=ISO-8859-158346Content-Type: text/plain; charset=ISO-8859-15
8312Content-Transfer-Encoding: 8bit8347Content-Transfer-Encoding: 8bit
8313Plural-Forms: nplurals=2; plural=n > 18348Plural-Forms: nplurals=2; plural=n > 1
8314', 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');8349', 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');
8315INSERT 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, '8350INSERT 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, '
8316 Translators, if you are not familiar with the PO format, gettext8351 Translators, if you are not familiar with the PO format, gettext
8317 documentation is worth reading, especially sections dedicated to8352 documentation is worth reading, especially sections dedicated to
8318 this format, e.g. by running:8353 this format, e.g. by running:
@@ -8334,8 +8369,8 @@
8334Content-Type: text/plain; charset=iso-8859-18369Content-Type: text/plain; charset=iso-8859-1
8335Content-Transfer-Encoding: 8bit8370Content-Transfer-Encoding: 8bit
8336Plural-Forms: nplurals=2; plural=n != 18371Plural-Forms: nplurals=2; plural=n != 1
8337', 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');8372', 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');
8338INSERT 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, '8373INSERT 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, '
8339 Translators, if you are not familiar with the PO format, gettext8374 Translators, if you are not familiar with the PO format, gettext
8340 documentation is worth reading, especially sections dedicated to8375 documentation is worth reading, especially sections dedicated to
8341 this format, e.g. by running:8376 this format, e.g. by running:
@@ -8358,8 +8393,8 @@
8358Content-Type: text/plain; charset=ISO-8859-18393Content-Type: text/plain; charset=ISO-8859-1
8359Content-Transfer-Encoding: 8bit8394Content-Transfer-Encoding: 8bit
8360Plural-Forms: nplurals=2; plural=n > 18395Plural-Forms: nplurals=2; plural=n > 1
8361', 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');8396', 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');
8362INSERT 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, '8397INSERT 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, '
8363 Translators, if you are not familiar with the PO format, gettext8398 Translators, if you are not familiar with the PO format, gettext
8364 documentation is worth reading, especially sections dedicated to8399 documentation is worth reading, especially sections dedicated to
8365 this format, e.g. by running:8400 this format, e.g. by running:
@@ -8382,8 +8417,8 @@
8382Content-Type: text/plain; charset=ISO-8859-158417Content-Type: text/plain; charset=ISO-8859-15
8383Content-Transfer-Encoding: 8bit8418Content-Transfer-Encoding: 8bit
8384Plural-Forms: nplurals=2; plural=n != 18419Plural-Forms: nplurals=2; plural=n != 1
8385', 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');8420', 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');
8386INSERT 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.8421INSERT 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.
8387 This file is distributed under the same license as the mozilla package.8422 This file is distributed under the same license as the mozilla package.
8388 Mehmet Türker <mturker@innova.com.tr>, 2004.8423 Mehmet Türker <mturker@innova.com.tr>, 2004.
83898424
@@ -8397,8 +8432,8 @@
8397Content-Type: text/plain; charset=UTF-88432Content-Type: text/plain; charset=UTF-8
8398Content-Transfer-Encoding: 8bit8433Content-Transfer-Encoding: 8bit
8399Plural-Forms: nplurals=1; plural=0;8434Plural-Forms: nplurals=1; plural=0;
8400', 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');8435', 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');
8401INSERT 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.8436INSERT 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.
8402 This file is distributed under the same license as the mozilla package.8437 This file is distributed under the same license as the mozilla package.
8403 Copyright 2004 by Valentina Commissari <ayor@quaqua.net>.8438 Copyright 2004 by Valentina Commissari <ayor@quaqua.net>.
8404', 'Project-Id-Version: mozilla 1.7.3-58439', 'Project-Id-Version: mozilla 1.7.3-5
@@ -8412,8 +8447,8 @@
8412X-Poedit-Language: Italian8447X-Poedit-Language: Italian
8413X-Poedit-Country: ITALY8448X-Poedit-Country: ITALY
8414Plural-Forms: nplurals=2; plural=n != 18449Plural-Forms: nplurals=2; plural=n != 1
8415', 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');8450', 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');
8416INSERT 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, '8451INSERT 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, '
8417 Translators, if you are not familiar with the PO format, gettext8452 Translators, if you are not familiar with the PO format, gettext
8418 documentation is worth reading, especially sections dedicated to8453 documentation is worth reading, especially sections dedicated to
8419 this format, e.g. by running:8454 this format, e.g. by running:
@@ -8438,8 +8473,8 @@
8438X-Poedit-Language: Italian8473X-Poedit-Language: Italian
8439X-Poedit-Country: ITALY8474X-Poedit-Country: ITALY
8440Plural-Forms: nplurals=2; plural=n != 18475Plural-Forms: nplurals=2; plural=n != 1
8441', 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');8476', 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');
8442INSERT 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.8477INSERT 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.
8443 This file is distributed under the same license as the mozilla package.8478 This file is distributed under the same license as the mozilla package.
8444 Kęstutis Biliūnas <kebil@kaunas.init.lt>, 2004.8479 Kęstutis Biliūnas <kebil@kaunas.init.lt>, 2004.
84458480
@@ -8454,8 +8489,8 @@
8454Content-Transfer-Encoding: 8bit8489Content-Transfer-Encoding: 8bit
8455X-Generator: KBabel 1.3.18490X-Generator: KBabel 1.3.1
8456Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 28491Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2
8457', 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');8492', 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');
8458INSERT 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, '8493INSERT 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, '
8459 Translators, if you are not familiar with the PO format, gettext8494 Translators, if you are not familiar with the PO format, gettext
8460 documentation is worth reading, especially sections dedicated to8495 documentation is worth reading, especially sections dedicated to
8461 this format, e.g. by running:8496 this format, e.g. by running:
@@ -8478,8 +8513,8 @@
8478Content-Type: text/plain; charset=ISO-8859-28513Content-Type: text/plain; charset=ISO-8859-2
8479Content-Transfer-Encoding: 8bit8514Content-Transfer-Encoding: 8bit
8480Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 28515Plural-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
8481', 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');8516', 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');
8482INSERT 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 Finnish8517INSERT 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
8483 mozilla translation8518 mozilla translation
84848519
8485 Translators, if you are not familiar with the PO format, gettext8520 Translators, if you are not familiar with the PO format, gettext
@@ -8505,8 +8540,8 @@
8505Content-Type: text/plain; charset=UTF-88540Content-Type: text/plain; charset=UTF-8
8506Content-Transfer-Encoding: 8bit8541Content-Transfer-Encoding: 8bit
8507Plural-Forms: nplurals=2; plural=n != 18542Plural-Forms: nplurals=2; plural=n != 1
8508', 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');8543', 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');
8509INSERT 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, '8544INSERT 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, '
8510 Translators, if you are not familiar with the PO format, gettext8545 Translators, if you are not familiar with the PO format, gettext
8511 documentation is worth reading, especially sections dedicated to8546 documentation is worth reading, especially sections dedicated to
8512 this format, e.g. by running:8547 this format, e.g. by running:
@@ -8529,8 +8564,8 @@
8529Content-Type: text/plain; charset=ISO-8859-158564Content-Type: text/plain; charset=ISO-8859-15
8530Content-Transfer-Encoding: 8bit8565Content-Transfer-Encoding: 8bit
8531Plural-Forms: nplurals=1; plural=08566Plural-Forms: nplurals=1; plural=0
8532', 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');8567', 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');
8533INSERT 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, '8568INSERT 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, '
8534 Translators, if you are not familiar with the PO format, gettext8569 Translators, if you are not familiar with the PO format, gettext
8535 documentation is worth reading, especially sections dedicated to8570 documentation is worth reading, especially sections dedicated to
8536 this format, e.g. by running:8571 this format, e.g. by running:
@@ -8553,8 +8588,8 @@
8553Content-Type: text/plain; charset=EUC-JP8588Content-Type: text/plain; charset=EUC-JP
8554Content-Transfer-Encoding: 8bit8589Content-Transfer-Encoding: 8bit
8555Plural-Forms: nplurals=1; plural=08590Plural-Forms: nplurals=1; plural=0
8556', 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');8591', 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');
8557INSERT 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, '8592INSERT 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, '
8558 Translators, if you are not familiar with the PO format, gettext8593 Translators, if you are not familiar with the PO format, gettext
8559 documentation is worth reading, especially sections dedicated to8594 documentation is worth reading, especially sections dedicated to
8560 this format, e.g. by running:8595 this format, e.g. by running:
@@ -8579,8 +8614,8 @@
8579Content-Type: text/plain; charset=ISO-8859-158614Content-Type: text/plain; charset=ISO-8859-15
8580Content-Transfer-Encoding: 8bit8615Content-Transfer-Encoding: 8bit
8581Plural-Forms: nplurals=2; plural=n != 18616Plural-Forms: nplurals=2; plural=n != 1
8582', 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');8617', 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');
8583INSERT 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 evolution8618INSERT 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
8584 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 20058619 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
8585 This file is distributed under the same license as the evolution package.8620 This file is distributed under the same license as the evolution package.
8586 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.8621 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
@@ -8595,8 +8630,8 @@
8595Content-Type: text/plain; charset=UTF-88630Content-Type: text/plain; charset=UTF-8
8596Content-Transfer-Encoding: 8bit8631Content-Transfer-Encoding: 8bit
8597Plural-Forms: nplurals=2; plural=n != 18632Plural-Forms: nplurals=2; plural=n != 1
8598', 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');8633', 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');
8599INSERT 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 evolution8634INSERT 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
8600 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 20058635 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
8601 This file is distributed under the same license as the evolution package.8636 This file is distributed under the same license as the evolution package.
8602 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.8637 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
@@ -8611,8 +8646,8 @@
8611Content-Type: text/plain; charset=UTF-88646Content-Type: text/plain; charset=UTF-8
8612Content-Transfer-Encoding: 8bit8647Content-Transfer-Encoding: 8bit
8613Plural-Forms: nplurals=1; plural=08648Plural-Forms: nplurals=1; plural=0
8614', 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');8649', 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');
8615INSERT 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 wammu8650INSERT 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
8616 Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 20068651 Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006
8617 This file is distributed under the same license as the wammu package.8652 This file is distributed under the same license as the wammu package.
8618 FIRST AUTHOR <EMAIL@ADDRESS>, 2006.8653 FIRST AUTHOR <EMAIL@ADDRESS>, 2006.
@@ -8628,8 +8663,8 @@
8628Content-Transfer-Encoding: 8bit8663Content-Transfer-Encoding: 8bit
8629X-Rosetta-Export-Date: 2006-12-04 19:58+00008664X-Rosetta-Export-Date: 2006-12-04 19:58+0000
8630Plural-Forms: nplurals=2; plural=n > 18665Plural-Forms: nplurals=2; plural=n > 1
8631', 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');8666', 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');
8632INSERT 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 evolution8667INSERT 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
8633 Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 20078668 Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007
8634 This file is distributed under the same license as the evolution package.8669 This file is distributed under the same license as the evolution package.
8635 FIRST AUTHOR <EMAIL@ADDRESS>, 2007.8670 FIRST AUTHOR <EMAIL@ADDRESS>, 2007.
@@ -8644,8 +8679,8 @@
8644Content-Type: text/plain; charset=UTF-88679Content-Type: text/plain; charset=UTF-8
8645Content-Transfer-Encoding: 8bit8680Content-Transfer-Encoding: 8bit
8646Plural-Forms: nplurals=2; plural=n != 18681Plural-Forms: nplurals=2; plural=n != 1
8647', 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');8682', 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');
8648INSERT 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 evolution8683INSERT 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
8649 Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 20078684 Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007
8650 This file is distributed under the same license as the evolution package.8685 This file is distributed under the same license as the evolution package.
8651 FIRST AUTHOR <EMAIL@ADDRESS>, 2007.8686 FIRST AUTHOR <EMAIL@ADDRESS>, 2007.
@@ -8660,8 +8695,8 @@
8660Content-Type: text/plain; charset=UTF-88695Content-Type: text/plain; charset=UTF-8
8661Content-Transfer-Encoding: 8bit8696Content-Transfer-Encoding: 8bit
8662Plural-Forms: nplurals=2; plural=n != 18697Plural-Forms: nplurals=2; plural=n != 1
8663', 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');8698', 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');
8664INSERT 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-utils8699INSERT 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
8665 Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 20078700 Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007
8666 This file is distributed under the same license as the alsa-utils package.8701 This file is distributed under the same license as the alsa-utils package.
8667 FIRST AUTHOR <EMAIL@ADDRESS>, 2007.8702 FIRST AUTHOR <EMAIL@ADDRESS>, 2007.
@@ -8676,8 +8711,8 @@
8676Content-Type: text/plain; charset=UTF-88711Content-Type: text/plain; charset=UTF-8
8677Content-Transfer-Encoding: 8bit8712Content-Transfer-Encoding: 8bit
8678Plural-Forms: nplurals=2; plural=n != 18713Plural-Forms: nplurals=2; plural=n != 1
8679', 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');8714', 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');
8680INSERT 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 mozilla8715INSERT 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
8681 Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 20078716 Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007
8682 This file is distributed under the same license as the mozilla package.8717 This file is distributed under the same license as the mozilla package.
8683 FIRST AUTHOR <EMAIL@ADDRESS>, 2007.8718 FIRST AUTHOR <EMAIL@ADDRESS>, 2007.
@@ -8692,7 +8727,7 @@
8692Content-Type: text/plain; charset=UTF-88727Content-Type: text/plain; charset=UTF-8
8693Content-Transfer-Encoding: 8bit8728Content-Transfer-Encoding: 8bit
8694Plural-Forms: nplurals=2; plural=n != 18729Plural-Forms: nplurals=2; plural=n != 1
8695', 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');8730', 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');
86968731
86978732
8698ALTER TABLE pofile ENABLE TRIGGER ALL;8733ALTER TABLE pofile ENABLE TRIGGER ALL;
@@ -8933,661 +8968,661 @@
89338968
8934ALTER TABLE translationmessage DISABLE TRIGGER ALL;8969ALTER TABLE translationmessage DISABLE TRIGGER ALL;
89358970
8936INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);8971INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, 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);
8937INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);8972INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, 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);
8938INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);8973INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, 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);
8939INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);8974INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, 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);
8940INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);8975INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, 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);
8941INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);8976INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, 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);
8942INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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: common8977INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, 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
8943 start po-group: common', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387, NULL);8978 start po-group: common', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387);
8944INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);8979INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, 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);
8945INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);8980INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, 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);
8946INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);8981INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, 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);
8947INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);8982INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, 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);
8948INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);8983INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, 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);
8949INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);8984INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, o
8950INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8951INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8952INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8953INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8954INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8955INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8956INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8957INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8958INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8959INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8960INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8961INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8962INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8963INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8964INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8965INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8966INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8967INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8968INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8969INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8970INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8971INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8972INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8973INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8974INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8975INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8976INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8977INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8978INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8979INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8980INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8981INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8982INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8983INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8984INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8985INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8986INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8987INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8988INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8989INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8990INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8991INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8992INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8993INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8994INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8995INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8996INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8997INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8998INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
8999INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9000INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9001INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9002INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9003INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9004INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9005INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9006INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9007INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9008INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9009INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9010INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9011INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9012INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9013INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9014INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9015INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9016INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9017INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9018INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9019INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9020INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9021INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9022INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9023INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9024INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9025INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9026INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9027INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9028INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9029INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9030INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9031INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9032INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9033INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9034INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9035INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9036INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9037INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9038INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9039INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9040INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9041INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9042INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9043INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9044INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9045INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9046INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9047INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9048INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9049INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9050INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9051INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9052INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9053INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9054INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9055INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9056INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9057INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9058INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9059INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9060INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9061INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9062INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9063INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9064INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9065INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9066INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9067INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9068INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9069INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9070INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9071INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9072INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9073INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9074INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9075INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9076INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9077INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9078INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9079INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9080INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9081INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9082INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9083INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9084INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9085INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9086INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9087INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9088INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9089INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9090INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9091INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9092INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9093INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9094INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9095INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9096INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9097INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9098INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9099INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9100INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9101INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9102INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9103INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9104INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9105INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9106INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9107INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9108INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9109INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9110INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9111INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9112INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9113INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9114INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9115INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9116INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9117INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9118INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9119INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9120INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9121INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9122INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9123INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9124INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9125INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9126INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9127INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9128INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9129INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9130INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9131INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9132INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9133INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9134INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9135INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9136INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9137INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9138INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9139INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9140INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9141INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9142INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9143INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9144INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9145INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9146INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9147INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9148INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9149INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9150INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9151INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9152INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9153INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9154INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9155INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9156INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9157INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9158INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9159INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9160INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9161INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9162INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9163INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9164INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9165INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9166INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9167INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9168INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9169INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9170INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9171INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9172INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9173INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9174INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9175INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9176INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9177INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9178INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9179INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9180INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9181INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9182INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9183INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9184INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9185INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9186INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9187INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9188INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9189INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9190INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9191INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9192INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9193INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9194INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9195INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9196INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9197INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9198INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9199INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9200INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9201INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9202INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9203INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9204INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9205INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9206INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9207INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9208INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9209INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9210INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9211INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9212INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9213INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9214INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9215INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9216INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9217INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9218INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9219INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9220INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9221INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9222INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9223INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9224INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9225INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9226INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9227INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9228INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9229INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9230INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9231INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9232INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9233INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9234INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9235INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9236INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9237INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9238INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9239INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9240INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9241INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9242INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9243INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9244INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9245INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9246INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9247INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9248INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9249INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9250INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9251INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9252INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9253INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9254INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9255INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9256INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9257INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9258INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9259INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9260INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9261INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9262INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9263INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9264INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9265INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9266INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9267INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9268INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9269INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9270INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9271INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9272INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9273INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9274INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9275INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9276INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9277INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9278INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9279INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9280INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9281INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9282INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9283INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9284INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9285INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9286INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9287INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9288INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9289INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9290INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9291INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9292INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9293INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9294INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9295INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9296INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9297INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9298INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9299INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9300INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9301INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9302INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9303INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9304INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9305INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9306INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9307INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9308INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9309INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9310INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9311INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9312INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9313INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9314INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9315INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9316INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9317INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9318INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9319INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9320INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9321INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9322INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9323INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9324INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9325INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9326INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9327INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9328INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9329INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9330INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9331INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9332INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9333INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9334INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9335INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9336INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9337INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9338INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9339INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9340INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9341INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9342INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9343INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9344INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9345INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9346INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9347INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9348INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9349INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9350INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9351INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9352INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9353INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9354INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9355INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9356INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9357INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9358INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9359INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9360INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9361INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9362INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9363INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9364INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9365INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9366INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9367INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9368INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9369INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9370INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9371INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9372INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9373INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9374INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9375INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9376INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9377INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9378INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9379INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9380INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9381INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9382INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9383INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9384INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9385INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9386INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9387INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9388INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9389INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9390INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9391INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9392INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9393INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9394INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9395INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9396INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9397INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9398INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9399INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9400INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9401INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9402INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9403INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9404INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9405INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9406INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9407INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9408INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9409INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9410INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9411INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9412INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9413INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9414INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9415INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9416INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9417INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9418INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9419INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9420INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9421INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9422INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9423INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9424INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9425INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9426INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9427INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9428INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9429INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9430INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9431INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9432INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9433INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9434INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9435INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9436INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9437INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9438INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9439INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9440INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9441INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9442INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9443INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9444INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9445INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9446INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9447INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9448INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9449INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9450INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9451INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9452INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9453INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9454INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9455INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9456INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9457INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9458INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9459INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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
9460 start po-group: common', 1, 0, true, false, true, false, false, NULL, NULL, 4, 387, NULL);
9461INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9462INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9463INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9464INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9465INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9466INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9467INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9468INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9469INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9470INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9471INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9472INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9473INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9474INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9475INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9476INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9477INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9478INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9479INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9480INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9481INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9482INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9483INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9484INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9485INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9486INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9487INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9488INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9489INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9490INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9491INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9492INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9493INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9494INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9495INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9496INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9497INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9498INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9499INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9500INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9501INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9502INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9503INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9504INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9505INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9506INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9507INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9508INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9509INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9510INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9511INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9512INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9513INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9514INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9515INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9516INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9517INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9518INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9519INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9520INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9521INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9522INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9523INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9524INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9525INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9526INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9527INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9528INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9529INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9530INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9531INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9532INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9533INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9534INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9535INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9536INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9537INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9538INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9539INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9540INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9541INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9542INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9543INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9544INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9545INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9546INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9547INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9548INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9549INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9550INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9551INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9552INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9553INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9554INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9555INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9556INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9557INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9558INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9559INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9560INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9561INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9562INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9563INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9564INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9565INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9566INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9567INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9568INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9569INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9570INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9571INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9572INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9573INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9574INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9575INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9576INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9577INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9578INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9579INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9580INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9581INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9582INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9583INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9584INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9585INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9586INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9587INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9588INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9589INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
9590INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);

Subscribers

People subscribed via source and target branches

to all changes: