Merge lp:~lifeless/launchpad/librarian into lp:launchpad

Proposed by Robert Collins
Status: Merged
Approved by: Robert Collins
Approved revision: no longer in the source branch.
Merged at revision: 12232
Proposed branch: lp:~lifeless/launchpad/librarian
Merge into: lp:launchpad
Prerequisite: lp:~lifeless/launchpad/databasefixture
Diff against target: 30005 lines (+13327/-6313)
278 files modified
Makefile (+1/-1)
daemons/librarian.tac (+20/-10)
database/replication/slon_ctl.py (+1/-1)
database/sampledata/current-dev.sql (+724/-724)
database/sampledata/current.sql (+719/-719)
database/schema/comments.sql (+10/-8)
database/schema/patch-2208-01-1.sql (+10/-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-30-0.sql (+29/-0)
database/schema/patch-2208-31-0.sql (+16/-0)
database/schema/security.cfg (+3/-2)
database/schema/security.py (+67/-39)
database/schema/trusted.sql (+2/-2)
database/schema/upgrade.py (+46/-0)
lib/canonical/database/harness.py (+3/-0)
lib/canonical/launchpad/database/launchpadstatistic.py (+8/-5)
lib/canonical/launchpad/doc/old-testing.txt (+5/-5)
lib/canonical/launchpad/ftests/__init__.py (+0/-39)
lib/canonical/launchpad/helpers.py (+0/-23)
lib/canonical/launchpad/interfaces/_schema_circular_imports.py (+1/-1)
lib/canonical/launchpad/security.py (+6/-8)
lib/canonical/launchpad/windmill/testing/widgets.py (+1/-1)
lib/canonical/librarian/testing/server.py (+101/-97)
lib/canonical/librarian/testing/tests/test_server_fixture.py (+105/-13)
lib/canonical/librarian/tests/test_sigdumpmem.py (+3/-5)
lib/canonical/testing/ftests/test_layers.py (+94/-27)
lib/canonical/testing/layers.py (+6/-2)
lib/lp/answers/doc/karma.txt (+1/-1)
lib/lp/answers/doc/questionsets.txt (+18/-2)
lib/lp/answers/model/question.py (+7/-4)
lib/lp/answers/stories/questions-index.txt (+15/-0)
lib/lp/archivepublisher/scripts/generate_ppa_htaccess.py (+7/-5)
lib/lp/archivepublisher/tests/test_generate_ppa_htaccess.py (+2/-2)
lib/lp/archiveuploader/dscfile.py (+1/-1)
lib/lp/archiveuploader/tests/test_utils.py (+1/-1)
lib/lp/archiveuploader/tests/upload-karma.txt (+1/-3)
lib/lp/archiveuploader/utils.py (+1/-1)
lib/lp/blueprints/browser/configure.zcml (+1/-1)
lib/lp/blueprints/browser/specification.py (+1/-1)
lib/lp/blueprints/browser/tests/test_specification.py (+4/-1)
lib/lp/blueprints/configure.zcml (+1/-1)
lib/lp/blueprints/interfaces/specification.py (+1/-1)
lib/lp/blueprints/model/specification.py (+1/-1)
lib/lp/blueprints/subscribers.py (+1/-1)
lib/lp/bugs/browser/bugsubscription.py (+1/-2)
lib/lp/bugs/doc/externalbugtracker-comment-imports.txt (+1/-1)
lib/lp/bugs/doc/malone-karma.txt (+1/-1)
lib/lp/bugs/interfaces/bugtask.py (+1/-1)
lib/lp/bugs/javascript/official_bug_tags.js (+1/-1)
lib/lp/bugs/model/bugtask.py (+1/-1)
lib/lp/bugs/scripts/checkwatches/core.py (+1/-1)
lib/lp/bugs/tests/test_bugtask_search.py (+2/-5)
lib/lp/code/browser/branch.py (+1/-1)
lib/lp/code/browser/branchmergeproposal.py (+1/-1)
lib/lp/code/browser/tests/test_branchmergeproposal.py (+2/-4)
lib/lp/code/browser/tests/test_branchmergeproposallisting.py (+1/-1)
lib/lp/code/browser/tests/test_sourcepackagerecipe.py (+6/-6)
lib/lp/code/doc/branch-karma.txt (+1/-1)
lib/lp/code/interfaces/branchmergeproposal.py (+1/-1)
lib/lp/code/interfaces/diff.py (+1/-1)
lib/lp/code/interfaces/sourcepackagerecipe.py (+4/-4)
lib/lp/code/interfaces/sourcepackagerecipebuild.py (+1/-2)
lib/lp/code/mail/codehandler.py (+1/-1)
lib/lp/code/mail/tests/test_branchmergeproposal.py (+1/-1)
lib/lp/code/mail/tests/test_codehandler.py (+1/-1)
lib/lp/code/model/branchmergeproposal.py (+6/-2)
lib/lp/code/model/diff.py (+1/-2)
lib/lp/code/model/sourcepackagerecipe.py (+5/-12)
lib/lp/code/model/sourcepackagerecipebuild.py (+1/-1)
lib/lp/code/model/sourcepackagerecipedata.py (+25/-4)
lib/lp/code/model/tests/test_branch.py (+1/-1)
lib/lp/code/model/tests/test_branchmergeproposal.py (+6/-3)
lib/lp/code/model/tests/test_branchmergeproposaljobs.py (+4/-1)
lib/lp/code/model/tests/test_codereviewvote.py (+1/-1)
lib/lp/code/model/tests/test_diff.py (+6/-2)
lib/lp/code/model/tests/test_recipebuilder.py (+11/-7)
lib/lp/code/model/tests/test_sourcepackagerecipe.py (+68/-16)
lib/lp/code/scripts/tests/test_merge_proposal_jobs.py (+3/-3)
lib/lp/code/templates/branch-register-merge.pt (+1/-1)
lib/lp/code/tests/helpers.py (+3/-3)
lib/lp/code/windmill/tests/test_branchmergeproposal_review.py (+13/-2)
lib/lp/codehosting/scanner/tests/test_bzrsync.py (+8/-3)
lib/lp/coop/answersbugs/model.py (+1/-1)
lib/lp/registry/browser/peoplemerge.py (+1/-1)
lib/lp/registry/browser/team.py (+1/-1)
lib/lp/registry/browser/tests/test_peoplemerge.py (+1/-1)
lib/lp/registry/configure.zcml (+2/-2)
lib/lp/registry/doc/person-karma.txt (+1/-1)
lib/lp/registry/doc/product.txt (+10/-0)
lib/lp/registry/doc/projectgroup.txt (+11/-0)
lib/lp/registry/interfaces/distribution.py (+1/-1)
lib/lp/registry/interfaces/distroseries.py (+1/-1)
lib/lp/registry/interfaces/product.py (+2/-6)
lib/lp/registry/interfaces/projectgroup.py (+1/-1)
lib/lp/registry/model/distribution.py (+28/-1)
lib/lp/registry/model/distroseries.py (+3/-2)
lib/lp/registry/model/product.py (+33/-26)
lib/lp/registry/model/projectgroup.py (+32/-20)
lib/lp/registry/stories/object/xx-object-branding.txt (+2/-5)
lib/lp/registry/stories/person/xx-person-edit-profile-picture.txt (+1/-1)
lib/lp/registry/stories/person/xx-person-rdf.txt (+1/-1)
lib/lp/registry/tests/test_teammembership.py (+1/-1)
lib/lp/registry/windmill/tests/test_product_configuration_hidden.py (+1/-0)
lib/lp/scripts/garbo.py (+1/-1)
lib/lp/scripts/utilities/pageperformancereport.py (+3/-3)
lib/lp/scripts/utilities/tests/test_pageperformancereport.py (+1/-2)
lib/lp/services/features/testing.py (+5/-1)
lib/lp/services/features/tests/test_helpers.py (+1/-1)
lib/lp/services/features/tests/test_webapp.py (+1/-1)
lib/lp/services/mail/incoming.py (+1/-1)
lib/lp/services/mail/mailbox.py (+1/-1)
lib/lp/services/mail/notificationrecipientset.py (+1/-1)
lib/lp/services/mail/signedmessage.py (+1/-1)
lib/lp/services/mailman/testing/sync.py (+1/-1)
lib/lp/services/scripts/base.py (+1/-1)
lib/lp/services/scripts/model/scriptactivity.py (+1/-1)
lib/lp/services/worlddata/interfaces/language.py (+4/-0)
lib/lp/services/worlddata/model/language.py (+11/-1)
lib/lp/services/worlddata/tests/test_language.py (+11/-2)
lib/lp/soyuz/adapters/archivesourcepublication.py (+1/-1)
lib/lp/soyuz/browser/tests/distroseriesqueue-views.txt (+2/-2)
lib/lp/soyuz/doc/distroseriesqueue-notify.txt (+2/-2)
lib/lp/soyuz/doc/distroseriesqueue.txt (+2/-2)
lib/lp/soyuz/interfaces/distributionjob.py (+2/-3)
lib/lp/soyuz/interfaces/sourcepackagerelease.py (+4/-4)
lib/lp/soyuz/model/publishing.py (+2/-4)
lib/lp/soyuz/model/sourcepackagerelease.py (+2/-2)
lib/lp/soyuz/scripts/gina/packages.py (+1/-1)
lib/lp/soyuz/scripts/tests/test_queue.py (+3/-3)
lib/lp/soyuz/scripts/tests/test_sync_source.py (+5/-3)
lib/lp/soyuz/stories/soyuz/xx-queue-pages.txt (+2/-2)
lib/lp/soyuz/tests/test_initialisedistroseriesjob.py (+1/-3)
lib/lp/testing/__init__.py (+39/-1)
lib/lp/testing/branding.py (+48/-0)
lib/lp/testing/factory.py (+179/-20)
lib/lp/testing/karma.py (+86/-17)
lib/lp/testing/mail.py (+1/-1)
lib/lp/testing/tests/test_factory.py (+98/-5)
lib/lp/testing/tests/test_karma.py (+130/-0)
lib/lp/translations/browser/configure.zcml (+2/-2)
lib/lp/translations/browser/customlanguagecode.py (+1/-1)
lib/lp/translations/browser/pofile.py (+23/-41)
lib/lp/translations/browser/potemplate.py (+1/-3)
lib/lp/translations/browser/tests/pofile-base-views.txt (+1/-3)
lib/lp/translations/browser/tests/test_pofile_view.py (+7/-7)
lib/lp/translations/browser/tests/test_translatablemessage_view.py (+3/-3)
lib/lp/translations/browser/tests/test_translationmessage_view.py (+339/-60)
lib/lp/translations/browser/tests/translationmessage-views.txt (+40/-152)
lib/lp/translations/browser/translationimportqueue.py (+4/-4)
lib/lp/translations/browser/translationmessage.py (+290/-203)
lib/lp/translations/configure.zcml (+13/-0)
lib/lp/translations/doc/distroseries-translations-copy.txt (+1/-1)
lib/lp/translations/doc/gettext-check-messages.txt (+34/-38)
lib/lp/translations/doc/poexport-language-pack.txt (+7/-9)
lib/lp/translations/doc/poexport-queue.txt (+13/-4)
lib/lp/translations/doc/pofile-verify-stats.txt (+2/-2)
lib/lp/translations/doc/pofile.txt (+42/-109)
lib/lp/translations/doc/poimport-pofile-not-exported-from-rosetta.txt (+16/-16)
lib/lp/translations/doc/poimport-pofile-old-po-imported.txt (+12/-11)
lib/lp/translations/doc/poimport-pofile-syntax-error.txt (+4/-4)
lib/lp/translations/doc/poimport-potemplate-syntax-error.txt (+4/-4)
lib/lp/translations/doc/poimport-script.txt (+342/-0)
lib/lp/translations/doc/poimport.txt (+71/-418)
lib/lp/translations/doc/potemplate.txt (+6/-2)
lib/lp/translations/doc/potmsgset.txt (+35/-40)
lib/lp/translations/doc/remove-translations-by.txt (+7/-8)
lib/lp/translations/doc/rosetta-karma.txt (+18/-18)
lib/lp/translations/doc/rosetta-translation.txt (+29/-28)
lib/lp/translations/doc/translationimportqueue.txt (+16/-16)
lib/lp/translations/doc/translationmessage.txt (+7/-7)
lib/lp/translations/doc/translations-export-to-branch.txt (+4/-3)
lib/lp/translations/doc/translationsoverview.txt (+18/-0)
lib/lp/translations/doc/vpoexport.txt (+16/-7)
lib/lp/translations/help/imported-upload.html (+0/-61)
lib/lp/translations/help/pofile-upload.html (+3/-7)
lib/lp/translations/interfaces/pofile.py (+16/-13)
lib/lp/translations/interfaces/potemplate.py (+40/-0)
lib/lp/translations/interfaces/potmsgset.py (+105/-19)
lib/lp/translations/interfaces/rosettastats.py (+1/-1)
lib/lp/translations/interfaces/side.py (+73/-0)
lib/lp/translations/interfaces/translatablemessage.py (+10/-10)
lib/lp/translations/interfaces/translationgroup.py (+0/-19)
lib/lp/translations/interfaces/translationimporter.py (+2/-2)
lib/lp/translations/interfaces/translationimportqueue.py (+14/-11)
lib/lp/translations/interfaces/translationmessage.py (+58/-10)
lib/lp/translations/interfaces/translationpolicy.py (+153/-0)
lib/lp/translations/interfaces/translations.py (+4/-3)
lib/lp/translations/interfaces/vpoexport.py (+2/-2)
lib/lp/translations/model/pofile.py (+100/-251)
lib/lp/translations/model/potemplate.py (+205/-94)
lib/lp/translations/model/potmsgset.py (+646/-138)
lib/lp/translations/model/side.py (+72/-0)
lib/lp/translations/model/translatablemessage.py (+12/-14)
lib/lp/translations/model/translationgroup.py (+20/-6)
lib/lp/translations/model/translationimportqueue.py (+12/-12)
lib/lp/translations/model/translationmessage.py (+116/-99)
lib/lp/translations/model/translationpolicy.py (+186/-0)
lib/lp/translations/model/translationsoverview.py (+11/-8)
lib/lp/translations/model/translationsperson.py (+8/-6)
lib/lp/translations/model/vpoexport.py (+2/-2)
lib/lp/translations/scripts/gettext_check_messages.py (+22/-15)
lib/lp/translations/scripts/message_sharing_migration.py (+28/-20)
lib/lp/translations/scripts/migrate_current_flag.py (+5/-5)
lib/lp/translations/scripts/migrate_variants.py (+0/-198)
lib/lp/translations/scripts/remove_translations.py (+24/-17)
lib/lp/translations/scripts/tests/test_message_sharing_migration.py (+40/-37)
lib/lp/translations/scripts/tests/test_migrate_current_flag.py (+46/-41)
lib/lp/translations/scripts/tests/test_migrate_variants.py (+0/-139)
lib/lp/translations/scripts/tests/test_remove_translations.py (+81/-74)
lib/lp/translations/scripts/tests/test_translations_to_branch.py (+3/-2)
lib/lp/translations/scripts/translations_to_branch.py (+6/-6)
lib/lp/translations/stories/standalone/xx-licensing.txt (+0/-11)
lib/lp/translations/stories/standalone/xx-pofile-details.txt (+1/-1)
lib/lp/translations/stories/standalone/xx-pofile-export.txt (+7/-20)
lib/lp/translations/stories/standalone/xx-pofile-translate-alternative-language.txt (+1/-1)
lib/lp/translations/stories/standalone/xx-pofile-translate-message-filtering.txt (+6/-6)
lib/lp/translations/stories/standalone/xx-pofile-translate.txt (+0/-15)
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-translationmessage-translate.txt (+12/-12)
lib/lp/translations/stories/translationgroups/55-pofile-upload.txt (+4/-18)
lib/lp/translations/stories/translationgroups/60-translation-suggestions.txt (+2/-2)
lib/lp/translations/stories/translations/30-rosetta-pofile-translation-gettext-error.txt (+12/-20)
lib/lp/translations/stories/translations/43-distrorelease-translations.txt (+5/-5)
lib/lp/translations/stories/translations/55-rosetta-potemplates.txt (+5/-5)
lib/lp/translations/templates/currenttranslationmessage-translate-one.pt (+6/-6)
lib/lp/translations/templates/pofile-translate.pt (+3/-3)
lib/lp/translations/templates/pofile-upload.pt (+4/-31)
lib/lp/translations/templates/potemplate-chart.pt (+1/-1)
lib/lp/translations/templates/rosetta-status-legend.pt (+1/-1)
lib/lp/translations/templates/serieslanguage-index.pt (+1/-1)
lib/lp/translations/templates/translations-macros.pt (+1/-1)
lib/lp/translations/tests/helpers.py (+150/-0)
lib/lp/translations/tests/potmsgset-update-translation.txt (+30/-37)
lib/lp/translations/tests/test_clearcurrenttranslation.py (+284/-0)
lib/lp/translations/tests/test_empty_messages.py (+34/-32)
lib/lp/translations/tests/test_helpers.py (+180/-0)
lib/lp/translations/tests/test_pofile.py (+718/-467)
lib/lp/translations/tests/test_potemplate.py (+56/-4)
lib/lp/translations/tests/test_potmsgset.py (+1084/-273)
lib/lp/translations/tests/test_setcurrenttranslation.py (+1184/-0)
lib/lp/translations/tests/test_shared_potemplate.py (+474/-13)
lib/lp/translations/tests/test_side.py (+186/-0)
lib/lp/translations/tests/test_suggestions.py (+12/-11)
lib/lp/translations/tests/test_translatablemessage.py (+48/-37)
lib/lp/translations/tests/test_translatedlanguage.py (+71/-48)
lib/lp/translations/tests/test_translationmessage.py (+461/-1)
lib/lp/translations/tests/test_translationpermission.py (+7/-24)
lib/lp/translations/tests/test_translationpolicy.py (+411/-0)
lib/lp/translations/tests/test_translations_to_review.py (+3/-3)
lib/lp/translations/utilities/doc/kde-po-file-format.txt (+1/-2)
lib/lp/translations/utilities/gettext_po_importer.py (+2/-2)
lib/lp/translations/utilities/mozilla_xpi_importer.py (+3/-3)
lib/lp/translations/utilities/sanitize.py (+194/-0)
lib/lp/translations/utilities/tests/helpers.py (+7/-5)
lib/lp/translations/utilities/tests/import-flags.txt (+8/-8)
lib/lp/translations/utilities/tests/test_file_importer.py (+173/-34)
lib/lp/translations/utilities/tests/test_gettext_po_exporter.py (+3/-3)
lib/lp/translations/utilities/tests/test_gettext_po_importer.py (+4/-4)
lib/lp/translations/utilities/tests/test_kde_po_importer.py (+13/-10)
lib/lp/translations/utilities/tests/test_sanitize.py (+276/-0)
lib/lp/translations/utilities/tests/test_superfastimports.py (+62/-51)
lib/lp/translations/utilities/tests/test_translation_importer.py (+73/-76)
lib/lp/translations/utilities/tests/test_validate.py (+86/-0)
lib/lp/translations/utilities/tests/test_xpi_import.py (+3/-4)
lib/lp/translations/utilities/tests/test_xpi_po_exporter.py (+2/-2)
lib/lp/translations/utilities/translation_import.py (+215/-220)
lib/lp/translations/utilities/validate.py (+51/-0)
lib/lp/translations/windmill/tests/test_pofile_translate.py (+4/-5)
scripts/ftpmaster-tools/sync-source.py (+6/-9)
scripts/rosetta/migrate_current_flag.py (+4/-4)
scripts/rosetta/migrate_variants.py (+0/-30)
scripts/rosetta/share-jaunty-translations.py (+0/-134)
setup.py (+2/-0)
versions.cfg (+1/-1)
To merge this branch: bzr merge lp:~lifeless/launchpad/librarian
Reviewer Review Type Date Requested Status
Jeroen T. Vermeulen (community) Approve
Review via email: mp+39013@code.launchpad.net

Commit message

[r=jtv][ui=none][bug=661009,663165,692872] Use ephemeral resources for the librarian in tests.

Description of the change

Prepare the librarian for paralleltests, or at least approximate that.

Highlights:
 - allocate ports in the librarian, and use a passed-via-environment root, if LP_TEST_INSTANCE is set
 - use the exposed LibrarianServerFixture.service_config to push a config (and its pushed onto disk, so that other helpers will pick it up).

To post a comment you must log in.
Revision history for this message
Jeroen T. Vermeulen (jtv) wrote :
Download full text (18.3 KiB)

Hi Robert,

Even though the cover letter went completely over my head (well, until I'd read the code and no longer needed it), I'm so looking forward to seeing this work that I grabbed this MP off the review queue. Very exciting stuff.

And I like the naming of "ephemeral" instances. Well-chosen term, very succinct.

As they say, only two things are hard in computer science: naming things and cache invalidation, and off-by-one errors. (This is a recent change I believe. When I was a young programmer the only really difficult thing was getting a date.)

One thing I note is that you've made a lot of little infrastructural improvements in this branch. All good, but some of it (like the fixturizing of test layers) would have been good candidates for splitting off into a preparatory branch for smaller, more focused reviews.

My other notes are all superficial. I had the better part of my review typed out when a wrong keypress destroyed it all. I'll try to reconstruct it, but apologize in advance for a lack of polish in this emergency re-do:

=== modified file 'daemons/librarian.tac'
--- daemons/librarian.tac 2010-10-20 18:43:29 +0000
+++ daemons/librarian.tac 2010-10-21 04:51:25 +0000

@@ -25,7 +26,12 @@
 dbconfig.setConfigSection('librarian')
 execute_zcml_for_scripts()

-path = config.librarian_server.root
+if os.environ.get('LP_TEST_INSTANCE'):

This comes up several times. Can you think of a good global place for an equivalent of _dynamic_config?

If not, no biggie. If there are any relevant changes, a quick search will reveal all uses of LP_TEST_INSTANCE.

-# Set up the public librarian.
-uploadPort = config.librarian.upload_port
-webPort = config.librarian.download_port
-setUpListener(uploadPort, webPort, restricted=False)
-
-# Set up the restricted librarian.
-webPort = config.librarian.restricted_download_port
-uploadPort = config.librarian.restricted_upload_port
-setUpListener(uploadPort, webPort, restricted=True)
+if os.environ.get('LP_TEST_INSTANCE'):
+ # Running in ephemeral mode: allocate ports on demand.
+ setUpListener(0, 0, restricted=False)
+ setUpListener(0, 0, restricted=True)
+else:
+ # Set up the public librarian.
+ uploadPort = config.librarian.upload_port
+ webPort = config.librarian.download_port
+ setUpListener(uploadPort, webPort, restricted=False)
+ # Set up the restricted librarian.
+ webPort = config.librarian.restricted_download_port
+ uploadPort = config.librarian.restricted_upload_port
+ setUpListener(uploadPort, webPort, restricted=True)

Both the "if" and the "else" clause do what the latter's comments say. May I suggest setting uploadPort and webPort in both clauses, and then doing the pair of setUpListener calls afterwards with those parameters? That also makes it nice and clear what that pair of zeros in the first clause means.

(And if these two variables are not used in too many places to make it convenient, can you also rename them to upload_port and web_port to match our style guide?)

=== modified file 'lib/canonical/librarian/testing/server.py'
--- lib/canonical/librarian/testing/server.py 2010-09-27 02:08:32 +0000
+++ lib/canonical/librarian/testing/serv...

review: Approve
Revision history for this message
Robert Collins (lifeless) wrote :
Download full text (12.3 KiB)

Thanks for the review Jeroen, this will be landing mid next week I
suspect - its the third of a three deep stack of branches.

> One thing I note is that you've made a lot of little infrastructural improvements in this branch.  All good, but some of it (like the fixturizing of test layers) would have been good candidates for splitting off into a preparatory branch for smaller, more focused reviews.

mmm, OTOH they couldn't land [much] earlier as the code being improved
is an older iteration of the overall theme; seeing it makes the code
using the fixtures easier to understand I think - because its both
new, and not in devel yet anyway.

I really appreciate you finding my half done comments, I think I was
getting fatigued with the branch.

> === modified file 'daemons/librarian.tac'
> --- daemons/librarian.tac       2010-10-20 18:43:29 +0000
> +++ daemons/librarian.tac       2010-10-21 04:51:25 +0000
>
> @@ -25,7 +26,12 @@
>  dbconfig.setConfigSection('librarian')
>  execute_zcml_for_scripts()
>
> -path = config.librarian_server.root
> +if os.environ.get('LP_TEST_INSTANCE'):
>
>
> This comes up several times.  Can you think of a good global place for an equivalent of _dynamic_config?
>
> If not, no biggie.  If there are any relevant changes, a quick search will reveal all uses of LP_TEST_INSTANCE.

yea, so I probably should write that up somewhere - it originates in
the now playing uniqueconfig branch; that idiom is the contract, we
could wrap it, but I think its unlikely to change anytime soon, and we
can easily grep if we do change it.

> -# Set up the public librarian.
> -uploadPort = config.librarian.upload_port
> -webPort = config.librarian.download_port
> -setUpListener(uploadPort, webPort, restricted=False)
> -
> -# Set up the restricted librarian.
> -webPort = config.librarian.restricted_download_port
> -uploadPort = config.librarian.restricted_upload_port
> -setUpListener(uploadPort, webPort, restricted=True)
> +if os.environ.get('LP_TEST_INSTANCE'):
> +    # Running in ephemeral mode: allocate ports on demand.
> +    setUpListener(0, 0, restricted=False)
> +    setUpListener(0, 0, restricted=True)
> +else:
> +    # Set up the public librarian.
> +    uploadPort = config.librarian.upload_port
> +    webPort = config.librarian.download_port
> +    setUpListener(uploadPort, webPort, restricted=False)
> +    # Set up the restricted librarian.
> +    webPort = config.librarian.restricted_download_port
> +    uploadPort = config.librarian.restricted_upload_port
> +    setUpListener(uploadPort, webPort, restricted=True)
>
>
> Both the "if" and the "else" clause do what the latter's comments say.  May I suggest setting uploadPort and webPort in both clauses, and then doing the pair of setUpListener calls afterwards with those parameters?  That also makes it nice and clear what that pair of zeros in the first clause means.

Note that the (moved) code in the else: block reused webPort and
uploadPort, so you'd need upload_port, restricted_upload_port and so
on; and it would be arguably less clear that one side is ephemeral.
OTOH this is a pretty standard refactoring. I could go either way; I'm
inclined to leave it now, because this changes very...

Revision history for this message
Robert Collins (lifeless) wrote :

> + # self.assertEqual(default_root, config.librarian_server.root)
>
> What's this for? Is it related to the unfinished comment somehow?

Oh, TDD recursion I hadn't quite popped out. It should work now, so
I'll uncomment it.

Actually this is still not ready; I've updated the comment:

- # This needs more sophistication in the config system (it needs to
- # affect configs on disk and other perhaps other processes
+ # This needs more sophistication in the config system (tearDown on
+ # the layer needs to pop the config fragment off of disk - and
+ # perhaps notify other processes that its done this. So for now we
+ # leave the new config in place).

Revision history for this message
Robert Collins (lifeless) wrote :

Ohm and the
 ("""\
  stuff

is just how dedent is used, because it strips leading match spaces putting stuff on the first line is fail.

Revision history for this message
Jeroen T. Vermeulen (jtv) wrote :
Download full text (6.2 KiB)

Hi Robert,

Hopefully none of what I say here will matter much for this branch, since I already approved it, but for completeness' sake:

> mmm, OTOH they couldn't land [much] earlier as the code being improved
> is an older iteration of the overall theme; seeing it makes the code
> using the fixtures easier to understand I think - because its both
> new, and not in devel yet anyway.
>
> I really appreciate you finding my half done comments, I think I was
> getting fatigued with the branch.

This is not at all uncommon. When a branch gets this many meaningful lines, the engineer often starts leaning on the reviewer more. There's no single quantitative criterion that will capture the perfect moment to cut off a branch, but the 800-line limit has served us reasonably well as a signal that it's time to break things down into smaller branches.

Firing off a preparatory branch is usually a productive thing to do at that point. It's a hassle getting the extra review, but thanks to pipelines and requisite branches it is possible to get simultaneous reviews for multiple branches. The reviews also tend to be lighter, partly because a bit of isolated attention soon shows on the preparatory changes.

> > === modified file 'daemons/librarian.tac'
> > --- daemons/librarian.tac       2010-10-20 18:43:29 +0000
> > +++ daemons/librarian.tac       2010-10-21 04:51:25 +0000

> > +            self.restricted_download_port = \
> > +                config.librarian.restricted_download_port
> > +            self.restricted_upload_port = \
> > +                config.librarian.restricted_upload_port
> >
> > Our style guides wants us to break lines using parentheses rather than
> backslashes:
> >
> > +            self.restricted_download_port = (
> > +                config.librarian.restricted_download_port)
> >
> > For reference, search for "\" in https://dev.launchpad.net/PythonStyleGuide
>
> mmm, thats actually often less clear when its not a tuple. Its cute
> that (foo) == foo in python, but you have to think harder about it.

I suspect that's largely a matter of taste; my first decade of C/C++ programming was enough to cure me of any sympathy whatsoever for the backslash approach. On the other hand, I do see enough trailing whitespace creep into our code to make them a rational concern.

> > @@ -186,21 +192,26 @@
> >
> >     @property
> >     def pidfile(self):
> > -        return os.path.join(self.root, 'librarian.pid')
> > +        try:
> > +            return os.path.join(self.root, 'librarian.pid')
> > +        except AttributeError:
> > +            # Not setup and using dynamic config: tachandler reads this
> early.
> > +            return '/tmp/unused/'
> >
> >
> > I'm having trouble understanding the comment.  Is the "setup" a verb?  Is
> the "and" perhaps meant to be "when"?
>
> The and is deliberate... How about this?
> # An attempt to read the pidfile before this fixture was setUp, with
> dynamic configuration
> # the pidfile location is undefined at this point in time.

I still have trouble understanding this. Is the comma meant to be a full stop? Is there punctuation missing at the end of the first line?

> > +                # And i...

Read more...

Revision history for this message
Stuart Bishop (stub) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2010-11-25 02:33:50 +0000
3+++ Makefile 2010-11-29 03:23:26 +0000
4@@ -387,7 +387,7 @@
5 /var/tmp/bzrsync \
6 /var/tmp/codehosting.test \
7 /var/tmp/codeimport \
8- /var/tmp/fatsam.appserver \
9+ /var/tmp/fatsam.test \
10 /var/tmp/lperr \
11 /var/tmp/lperr.test \
12 /var/tmp/mailman \
13
14=== modified file 'daemons/librarian.tac'
15--- daemons/librarian.tac 2010-10-25 22:07:44 +0000
16+++ daemons/librarian.tac 2010-11-29 03:23:26 +0000
17@@ -4,6 +4,7 @@
18 # Twisted Application Configuration file.
19 # Use with "twistd2.4 -y <file.tac>", e.g. "twistd -noy server.tac"
20
21+import os
22 import signal
23
24 from meliae import scanner
25@@ -27,7 +28,12 @@
26 dbconfig.setConfigSection('librarian')
27 execute_zcml_for_scripts()
28
29-path = config.librarian_server.root
30+if os.environ.get('LP_TEST_INSTANCE'):
31+ # Running in ephemeral mode: get the root dir from the environment and
32+ # dynamically allocate ports.
33+ path = os.environ['LP_LIBRARIAN_ROOT']
34+else:
35+ path = config.librarian_server.root
36 if config.librarian_server.upstream_host:
37 upstreamHost = config.librarian_server.upstream_host
38 upstreamPort = config.librarian_server.upstream_port
39@@ -67,15 +73,19 @@
40 site.displayTracebacks = False
41 strports.service(str(webPort), site).setServiceParent(librarianService)
42
43-# Set up the public librarian.
44-uploadPort = config.librarian.upload_port
45-webPort = config.librarian.download_port
46-setUpListener(uploadPort, webPort, restricted=False)
47-
48-# Set up the restricted librarian.
49-webPort = config.librarian.restricted_download_port
50-uploadPort = config.librarian.restricted_upload_port
51-setUpListener(uploadPort, webPort, restricted=True)
52+if os.environ.get('LP_TEST_INSTANCE'):
53+ # Running in ephemeral mode: allocate ports on demand.
54+ setUpListener(0, 0, restricted=False)
55+ setUpListener(0, 0, restricted=True)
56+else:
57+ # Set up the public librarian.
58+ uploadPort = config.librarian.upload_port
59+ webPort = config.librarian.download_port
60+ setUpListener(uploadPort, webPort, restricted=False)
61+ # Set up the restricted librarian.
62+ webPort = config.librarian.restricted_download_port
63+ uploadPort = config.librarian.restricted_upload_port
64+ setUpListener(uploadPort, webPort, restricted=True)
65
66 # Log OOPS reports
67 set_up_oops_reporting('librarian', 'librarian')
68
69=== modified file 'database/replication/slon_ctl.py'
70--- database/replication/slon_ctl.py 2010-09-07 12:20:34 +0000
71+++ database/replication/slon_ctl.py 2010-11-29 03:23:26 +0000
72@@ -116,7 +116,7 @@
73 "--exec", "/usr/bin/slon",
74 "--startas", "/bin/sh",
75 "--", "-c",
76- "slon -p %s %s %s '%s' > %s" % (
77+ "slon -p %s %s %s '%s' >> %s" % (
78 pidfile, slon_args, replication.helpers.CLUSTERNAME,
79 node.connection_string, logfile)]
80 log.debug("Running %s" % repr(cmd))
81
82=== modified file 'database/sampledata/current-dev.sql'
83--- database/sampledata/current-dev.sql 2010-11-09 03:12:59 +0000
84+++ database/sampledata/current-dev.sql 2010-11-29 03:23:26 +0000
85@@ -1917,7 +1917,7 @@
86 overrideroot=/var/tmp/archive/ubuntu-overrides
87 cacheroot=/var/tmp/archive/ubuntu-cache
88 miscroot=/var/tmp/archive/ubuntu-misc
89-', '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);
90+', '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);
91 INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (2, 'redhat', 'Redhat Advanced Server', 'Red Hat is a commercial distribution of the GNU/Linux Operating System.', 'redhat.com', 1, NULL, 'Red Hat', 'Red Hat is a commercial distribution of the GNU/Linux Operating System.', 1, NULL, 1, NULL, false, false, NULL, 8, NULL, 1, NULL, NULL, '2006-10-16 18:31:43.417928', NULL, NULL, NULL, NULL, NULL, false, NULL, false, false, NULL, NULL, NULL, NULL, 10, 10, 10);
92 INSERT INTO distribution (id, name, title, description, domainname, owner, lucilleconfig, displayname, summary, members, translationgroup, translationpermission, bug_supervisor, official_malone, official_rosetta, security_contact, driver, translation_focus, mirror_admin, upload_admin, upload_sender, date_created, homepage_content, icon, mugshot, logo, fti, official_answers, language_pack_admin, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, max_bug_heat, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (3, 'debian', 'Debian GNU/Linux', 'Debian GNU/Linux is
93 a non commercial distribution of a GNU/Linux Operating System for many
94@@ -1976,10 +1976,10 @@
95 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (1, 1, 17, 'tomcat', 'Tomcat', 'Tomcat', 'The servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.', 'Apache Tomcat is developed in an open and participatory environment and released under the Apache Software License. This project has nothing to do with Ubuntu, but this description uses the word "Ubuntu" for the purpose of testing search results.', '2004-09-24 20:58:00.655518', 'http://tomcat.apache.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 16, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 17, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
96 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (2, 2, 2, 'unassigned', 'unassigned syncs', 'unassigned syncs', 'syncs still not assigned to a real product', 'unassigned syncs, will not be processed, to be moved to real projects ASAP.', '2004-09-24 20:58:00.674409', 'http://archive.apache.org/dist/tomcat', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, false, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 17, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 2, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
97 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (3, 3, 2, 'arch-mirrors', 'Arch mirrors', 'Arch archive mirrors', 'Arch Archive Mirroring project.', 'Arch archive full-archive mirror tasks', '2004-09-24 20:58:00.691047', 'http://arch.ubuntu.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 15, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 2, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
98-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (4, 4, 12, 'firefox', 'Mozilla Firefox', 'Mozilla Firefox', 'The Mozilla Firefox web browser', 'The Mozilla Firefox web browser', '2004-09-24 20:58:02.185708', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, false, true, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, 12, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
99+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (4, 4, 12, 'firefox', 'Mozilla Firefox', 'Mozilla Firefox', 'The Mozilla Firefox web browser', 'The Mozilla Firefox web browser', '2004-09-24 20:58:02.185708', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, false, true, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, 12, NULL, NULL, NULL, NULL, NULL, 20, 10, 10);
100 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (5, 5, 12, 'evolution', 'Evolution', 'The Evolution Groupware Application', 'Evolution is an email client, addressbook and calendar application that is very well integrated with the Gnome desktop. Evolution is the standard mail client in the Ubuntu distribution, and supports all current mail system standards.', 'Recently, Evolution has seen significant work to make it interoperable with the proprietary Microsoft Exchange Server protocols and formats, allowing organisations to replace Outlook on Windows with Evolution and Linux.
101
102-The current stable release series of Evolution is 2.0.', '2004-09-24 20:58:02.240163', 'http://www.gnome.org/evolution/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, true, true, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 12, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
103+The current stable release series of Evolution is 2.0.', '2004-09-24 20:58:02.240163', 'http://www.gnome.org/evolution/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, 1, 100, true, true, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 12, NULL, NULL, NULL, NULL, NULL, 10, 10, 20);
104 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (6, 5, 12, 'gnome-terminal', 'GNOME Terminal', 'The GNOME Terminal Emulator', 'Gnome Terminal is a simple terminal application for your Gnome desktop. It allows quick access to console applications, supports all console types, and has many useful features such as tabbed consoles (many consoles in a single window with quick switching between them).', 'The Gnome Terminal application fully supports Gnome 2 and is a standard part of the Gnome Desktop.', '2004-09-24 20:58:02.256678', 'http://www.gnome.org/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, 2, 14, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 12, 'gnome-terminal', NULL, NULL, NULL, NULL, 10, 10, 10);
105 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (7, 6, 12, 'iso-codes', 'iso-codes', 'The iso-codes', 'foo', 'bar', '2004-09-24 20:58:02.258743', 'http://www.novell.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 13, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 12, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
106 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (8, 4, 12, 'thunderbird', 'Mozilla Thunderbird', 'Mozilla Thunderbird', 'The Mozilla Thunderbird email client', 'The Mozilla Thunderbird email client', '2004-09-24 20:58:04.478988', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 4, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 12, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
107@@ -1991,11 +1991,11 @@
108 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (12, NULL, 16, 'a52dec', 'a52dec', 'Liba52 Test Decoder', 'a52dec is a test program for liba52.', 'This tool decodes ATSC A/52 streams, and also includes a demultiplexer for mpeg-1 and mpeg-2 program streams. The liba52 source code is always distributed in the a52dec package, to make sure it easier for people to test it.', '2005-04-14 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 6, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 16, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
109 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (13, 5, 16, 'gnomebaker', 'gnomebaker', 'Gnome Baker', 'Gnome Baker is a CD burning application', 'Gnome Baker burns CDs like there''s no tomorrow', '2005-08-26 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 11, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 16, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
110 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (14, NULL, 12, 'bazaar', 'Bazaar', 'Bazaar', 'Bazaar is a distributed revision control system', 'Bazaar is all about source control and double-dashes.', '2005-08-26 00:00:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 10, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 12, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
111-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (15, NULL, 1, 'alsa-utils', 'alsa-utils', 'ALSA utilities', 'Utilities for configurating and using the Advanced Linux Sound Architecture', '', '2005-09-15 09:05:11.472752', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, true, false, NULL, NULL, NULL, NULL, 8, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 1, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
112+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (15, NULL, 1, 'alsa-utils', 'alsa-utils', 'ALSA utilities', 'Utilities for configurating and using the Advanced Linux Sound Architecture', '', '2005-09-15 09:05:11.472752', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, true, true, NULL, false, NULL, 1, true, false, NULL, NULL, NULL, NULL, 8, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 1, NULL, NULL, NULL, NULL, NULL, 10, 10, 20);
113 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (16, NULL, 12, 'landscape', 'The Landscape Project', 'The Landscape Project', 'Landscape is a system being developed by Canonical to allow remote management of systems using a web interface.', 'Landscape is a system being developed by Canonical to allow remote management of systems using a web interface. The scope of the project isn''t limited, and will grow up as new features are planned.
114
115 The Landscape system consists of two major parts: a client daemon which delivers information to the server and acts on server-provided requests; and a web server responsible for handling communication with clients and the user interface itself.', '2006-07-11 19:59:17.311451', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, 64, NULL, NULL, NULL, 9, NULL, NULL, NULL, NULL, false, true, false, NULL, false, false, NULL, NULL, false, 12, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
116-INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (17, NULL, 12, 'launchpad', 'Launchpad', 'Launchpad', 'Launchpad is a catalogue of libre software projects and products. Projects registered in the Launchpad are linked to their translations in Rosetta, their bugs in Malone, their RCS imports in Bazaar, and their packages in Soyuz.', 'Launchpad''s design is inspired by the Description of a Project (DOAP) framework by Edd Dumbill, with extensions for actual releases of products.', '2006-11-24 12:48:19.178553', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, NULL, NULL, NULL, NULL, 19, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, 12, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
117+INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (17, NULL, 12, 'launchpad', 'Launchpad', 'Launchpad', 'Launchpad is a catalogue of libre software projects and products. Projects registered in the Launchpad are linked to their translations in Rosetta, their bugs in Malone, their RCS imports in Bazaar, and their packages in Soyuz.', 'Launchpad''s design is inspired by the Description of a Project (DOAP) framework by Edd Dumbill, with extensions for actual releases of products.', '2006-11-24 12:48:19.178553', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, true, NULL, NULL, NULL, NULL, 19, NULL, NULL, NULL, NULL, true, false, false, NULL, false, false, NULL, NULL, false, 12, NULL, NULL, NULL, NULL, NULL, 20, 10, 10);
118 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (18, NULL, 37, 'upstart', 'Upstart', 'The Upstart System Initialisation Process', 'Event-based init daemon.', 'upstart is a replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running.', '2007-03-14 18:47:04.891546', 'http://upstart.ubuntu.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, false, true, NULL, false, NULL, 1, false, false, NULL, NULL, NULL, NULL, 20, NULL, NULL, NULL, NULL, false, false, false, NULL, false, false, NULL, NULL, false, 37, NULL, NULL, NULL, NULL, NULL, 10, 10, 10);
119 INSERT INTO product (id, project, owner, name, displayname, title, summary, description, datecreated, homepageurl, screenshotsurl, wikiurl, listurl, programminglang, downloadurl, lastdoap, sourceforgeproject, freshmeatproject, reviewed, active, fti, autoupdate, translationgroup, translationpermission, official_rosetta, official_malone, bug_supervisor, security_contact, driver, bugtracker, development_focus, homepage_content, icon, mugshot, logo, official_answers, private_bugs, private_specs, license_info, official_blueprints, enable_bug_expiration, bug_reporting_guidelines, reviewer_whiteboard, license_approved, registrant, remote_product, translation_focus, max_bug_heat, date_next_suggest_packaging, bug_reported_acknowledgement, answers_usage, blueprints_usage, translations_usage) VALUES (19, NULL, 28, 'aptoncd', 'APTonCD', 'APTonCD, Get APT Anywhere', 'A simple yet powerful tool which allows you to create one (or more) CD/DVD-Repository containing all of the packages downloaded via apt-get or aptitude.', 'A GUI-based tool that allows you to create a CD/DVD with all downloaded packages with APT-GET, creating a removable-repository.
120
121@@ -8130,7 +8130,7 @@
122
123 ALTER TABLE pofile DISABLE TRIGGER ALL;
124
125-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (1, 1, 387, 'Spanish translation for evolution in hoary', ' traducción de es.po al Spanish
126+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (1, 1, 387, 'Spanish translation for evolution in hoary', ' traducción de es.po al Spanish
127 translation of es.po to Spanish
128 translation of evolution.HEAD to Spanish
129 Copyright © 2000-2002 Free Software Foundation, Inc.
130@@ -8154,8 +8154,8 @@
131 Content-Transfer-Encoding: 8bit
132 Report-Msgid-Bugs-To: serrador@hispalinux.es
133 Plural-Forms: nplurals=2; plural=(n != 1);
134-', 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');
135-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (3, 2, 560, NULL, ' Spanish (Spain) translation for mount removable devices as normal user
136+', 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');
137+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (3, 2, 560, NULL, ' Spanish (Spain) translation for mount removable devices as normal user
138 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
139 This file is distributed under the same license as the mount removable devices as normal user package.
140 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
141@@ -8169,8 +8169,8 @@
142 Content-Type: text/plain; charset=UTF-8
143 Content-Transfer-Encoding: 8bit
144 Plural-Forms: nplurals=2; plural=n != 1
145-', 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');
146-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (4, 2, 143, NULL, ' German translations for PACKAGE package
147+', 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');
148+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (4, 2, 143, NULL, ' German translations for PACKAGE package
149 German messages for PACKAGE.
150 Copyright (C) 2004 Martin Pitt
151 This file is distributed under the same license as the PACKAGE package.
152@@ -8186,8 +8186,8 @@
153 Content-Type: text/plain; charset=UTF-8
154 Content-Transfer-Encoding: 8bit
155 Plural-Forms: nplurals=2; plural=(n != 1);
156-', 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');
157-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (5, 2, 68, NULL, ' Catalan translation for mount removable devices as normal user
158+', 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');
159+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (5, 2, 68, NULL, ' Catalan translation for mount removable devices as normal user
160 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
161 This file is distributed under the same license as the mount removable devices as normal user package.
162 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
163@@ -8201,8 +8201,8 @@
164 Content-Type: text/plain; charset=UTF-8
165 Content-Transfer-Encoding: 8bit
166 Plural-Forms: nplurals=2; plural=n != 1
167-', 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');
168-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (6, 2, 132, NULL, ' French translation for mount removable devices as normal user
169+', 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');
170+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (6, 2, 132, NULL, ' French translation for mount removable devices as normal user
171 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
172 This file is distributed under the same license as the mount removable devices as normal user package.
173 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
174@@ -8217,8 +8217,8 @@
175 Content-Type: text/plain; charset=UTF-8
176 Content-Transfer-Encoding: 8bit
177 Plural-Forms: nplurals=2; plural=n > 1
178-', 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');
179-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (7, 2, 360, NULL, ' Croatian translation for pmount
180+', 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');
181+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (7, 2, 360, NULL, ' Croatian translation for pmount
182 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
183 This file is distributed under the same license as the pmount package.
184 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
185@@ -8233,8 +8233,8 @@
186 Content-Type: text/plain; charset=UTF-8
187 Content-Transfer-Encoding: 8bit
188 Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2
189-', 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');
190-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (8, 2, 527, NULL, ' Italian (Italy) translation for pmount
191+', 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');
192+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (8, 2, 527, NULL, ' Italian (Italy) translation for pmount
193 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
194 This file is distributed under the same license as the pmount package.
195 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
196@@ -8249,8 +8249,8 @@
197 Content-Type: text/plain; charset=UTF-8
198 Content-Transfer-Encoding: 8bit
199 Plural-Forms: nplurals=2; plural=n != 1
200-', 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');
201-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (9, 2, 98, NULL, ' Czech translation for mount removable devices as normal user
202+', 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');
203+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (9, 2, 98, NULL, ' Czech translation for mount removable devices as normal user
204 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
205 This file is distributed under the same license as the mount removable devices as normal user package.
206 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
207@@ -8265,8 +8265,8 @@
208 Content-Type: text/plain; charset=UTF-8
209 Content-Transfer-Encoding: 8bit
210 Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2
211-', 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');
212-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (10, 2, 302, NULL, ' Bokmål, Norwegian translation for pmount
213+', 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');
214+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (10, 2, 302, NULL, ' Bokmål, Norwegian translation for pmount
215 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
216 This file is distributed under the same license as the pmount package.
217 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
218@@ -8281,8 +8281,8 @@
219 Content-Type: text/plain; charset=UTF-8
220 Content-Transfer-Encoding: 8bit
221 Plural-Forms: nplurals=2; plural=n != 1
222-', 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');
223-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (11, 2, 387, NULL, ' Spanish translation for mount removable devices as normal user
224+', 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');
225+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (11, 2, 387, NULL, ' Spanish translation for mount removable devices as normal user
226 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
227 This file is distributed under the same license as the mount removable devices as normal user package.
228 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
229@@ -8297,8 +8297,8 @@
230 Content-Type: text/plain; charset=UTF-8
231 Content-Transfer-Encoding: 8bit
232 Plural-Forms: nplurals=2; plural=n != 1
233-', 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');
234-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (12, 4, 387, NULL, ' traducción de es.po al Spanish
235+', 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');
236+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (12, 4, 387, NULL, ' traducción de es.po al Spanish
237 translation of es.po to Spanish
238 translation of evolution.HEAD to Spanish
239 Copyright © 2000-2002 Free Software Foundation, Inc.
240@@ -8322,8 +8322,8 @@
241 Content-Transfer-Encoding: 8bit
242 Report-Msgid-Bugs-To: serrador@hispalinux.es
243 Plural-Forms: nplurals=2; plural=(n != 1);
244-', 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');
245-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (13, 5, 132, NULL, '
246+', 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');
247+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (13, 5, 132, NULL, '
248 Translators, if you are not familiar with the PO format, gettext
249 documentation is worth reading, especially sections dedicated to
250 this format, e.g. by running:
251@@ -8346,8 +8346,8 @@
252 Content-Type: text/plain; charset=ISO-8859-15
253 Content-Transfer-Encoding: 8bit
254 Plural-Forms: nplurals=2; plural=n > 1
255-', 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');
256-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (14, 5, 112, NULL, '
257+', 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');
258+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (14, 5, 112, NULL, '
259 Translators, if you are not familiar with the PO format, gettext
260 documentation is worth reading, especially sections dedicated to
261 this format, e.g. by running:
262@@ -8369,8 +8369,8 @@
263 Content-Type: text/plain; charset=iso-8859-1
264 Content-Transfer-Encoding: 8bit
265 Plural-Forms: nplurals=2; plural=n != 1
266-', 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');
267-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (15, 5, 521, NULL, '
268+', 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');
269+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (15, 5, 521, NULL, '
270 Translators, if you are not familiar with the PO format, gettext
271 documentation is worth reading, especially sections dedicated to
272 this format, e.g. by running:
273@@ -8393,8 +8393,8 @@
274 Content-Type: text/plain; charset=ISO-8859-1
275 Content-Transfer-Encoding: 8bit
276 Plural-Forms: nplurals=2; plural=n > 1
277-', 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');
278-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (16, 5, 143, NULL, '
279+', 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');
280+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (16, 5, 143, NULL, '
281 Translators, if you are not familiar with the PO format, gettext
282 documentation is worth reading, especially sections dedicated to
283 this format, e.g. by running:
284@@ -8417,8 +8417,8 @@
285 Content-Type: text/plain; charset=ISO-8859-15
286 Content-Transfer-Encoding: 8bit
287 Plural-Forms: nplurals=2; plural=n != 1
288-', 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');
289-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (17, 5, 427, NULL, ' Turkish translation of mozilla.
290+', 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');
291+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (17, 5, 427, NULL, ' Turkish translation of mozilla.
292 This file is distributed under the same license as the mozilla package.
293 Mehmet Türker <mturker@innova.com.tr>, 2004.
294
295@@ -8432,8 +8432,8 @@
296 Content-Type: text/plain; charset=UTF-8
297 Content-Transfer-Encoding: 8bit
298 Plural-Forms: nplurals=1; plural=0;
299-', 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');
300-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (18, 5, 193, NULL, ' Italian translation of debconf for mozilla.
301+', 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');
302+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (18, 5, 193, NULL, ' Italian translation of debconf for mozilla.
303 This file is distributed under the same license as the mozilla package.
304 Copyright 2004 by Valentina Commissari <ayor@quaqua.net>.
305 ', 'Project-Id-Version: mozilla 1.7.3-5
306@@ -8447,8 +8447,8 @@
307 X-Poedit-Language: Italian
308 X-Poedit-Country: ITALY
309 Plural-Forms: nplurals=2; plural=n != 1
310-', 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');
311-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (19, 5, 100, NULL, '
312+', 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');
313+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (19, 5, 100, NULL, '
314 Translators, if you are not familiar with the PO format, gettext
315 documentation is worth reading, especially sections dedicated to
316 this format, e.g. by running:
317@@ -8473,8 +8473,8 @@
318 X-Poedit-Language: Italian
319 X-Poedit-Country: ITALY
320 Plural-Forms: nplurals=2; plural=n != 1
321-', 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');
322-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (20, 5, 241, NULL, ' Lithuanian translation of mozilla.
323+', 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');
324+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (20, 5, 241, NULL, ' Lithuanian translation of mozilla.
325 This file is distributed under the same license as the mozilla package.
326 Kęstutis Biliūnas <kebil@kaunas.init.lt>, 2004.
327
328@@ -8489,8 +8489,8 @@
329 Content-Transfer-Encoding: 8bit
330 X-Generator: KBabel 1.3.1
331 Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2
332-', 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');
333-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (21, 5, 98, NULL, '
334+', 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');
335+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (21, 5, 98, NULL, '
336 Translators, if you are not familiar with the PO format, gettext
337 documentation is worth reading, especially sections dedicated to
338 this format, e.g. by running:
339@@ -8513,8 +8513,8 @@
340 Content-Type: text/plain; charset=ISO-8859-2
341 Content-Transfer-Encoding: 8bit
342 Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2
343-', 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');
344-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (22, 5, 129, NULL, ' translation of fi.po to Finnish
345+', 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');
346+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (22, 5, 129, NULL, ' translation of fi.po to Finnish
347 mozilla translation
348
349 Translators, if you are not familiar with the PO format, gettext
350@@ -8540,8 +8540,8 @@
351 Content-Type: text/plain; charset=UTF-8
352 Content-Transfer-Encoding: 8bit
353 Plural-Forms: nplurals=2; plural=n != 1
354-', 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');
355-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (23, 5, 148, NULL, '
356+', 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');
357+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (23, 5, 148, NULL, '
358 Translators, if you are not familiar with the PO format, gettext
359 documentation is worth reading, especially sections dedicated to
360 this format, e.g. by running:
361@@ -8564,8 +8564,8 @@
362 Content-Type: text/plain; charset=ISO-8859-15
363 Content-Transfer-Encoding: 8bit
364 Plural-Forms: nplurals=1; plural=0
365-', 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');
366-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (24, 5, 196, NULL, '
367+', 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');
368+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (24, 5, 196, NULL, '
369 Translators, if you are not familiar with the PO format, gettext
370 documentation is worth reading, especially sections dedicated to
371 this format, e.g. by running:
372@@ -8588,8 +8588,8 @@
373 Content-Type: text/plain; charset=EUC-JP
374 Content-Transfer-Encoding: 8bit
375 Plural-Forms: nplurals=1; plural=0
376-', 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');
377-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (25, 5, 387, NULL, '
378+', 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');
379+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (25, 5, 387, NULL, '
380 Translators, if you are not familiar with the PO format, gettext
381 documentation is worth reading, especially sections dedicated to
382 this format, e.g. by running:
383@@ -8614,8 +8614,8 @@
384 Content-Type: text/plain; charset=ISO-8859-15
385 Content-Transfer-Encoding: 8bit
386 Plural-Forms: nplurals=2; plural=n != 1
387-', 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');
388-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (28, 4, 454, NULL, ' Xhosa translation for evolution
389+', 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');
390+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (28, 4, 454, NULL, ' Xhosa translation for evolution
391 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
392 This file is distributed under the same license as the evolution package.
393 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
394@@ -8630,8 +8630,8 @@
395 Content-Type: text/plain; charset=UTF-8
396 Content-Transfer-Encoding: 8bit
397 Plural-Forms: nplurals=2; plural=n != 1
398-', 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');
399-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (29, 4, 196, NULL, ' Japanese translation for evolution
400+', 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');
401+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (29, 4, 196, NULL, ' Japanese translation for evolution
402 Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
403 This file is distributed under the same license as the evolution package.
404 FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
405@@ -8646,8 +8646,8 @@
406 Content-Type: text/plain; charset=UTF-8
407 Content-Transfer-Encoding: 8bit
408 Plural-Forms: nplurals=1; plural=0
409-', 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');
410-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (30, 6, 521, NULL, ' Spanish translation for wammu
411+', 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');
412+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (30, 6, 521, NULL, ' Spanish translation for wammu
413 Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006
414 This file is distributed under the same license as the wammu package.
415 FIRST AUTHOR <EMAIL@ADDRESS>, 2006.
416@@ -8663,8 +8663,8 @@
417 Content-Transfer-Encoding: 8bit
418 X-Rosetta-Export-Date: 2006-12-04 19:58+0000
419 Plural-Forms: nplurals=2; plural=n > 1
420-', 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');
421-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (31, 9, 387, NULL, ' Spanish translation for evolution
422+', 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');
423+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (31, 9, 387, NULL, ' Spanish translation for evolution
424 Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007
425 This file is distributed under the same license as the evolution package.
426 FIRST AUTHOR <EMAIL@ADDRESS>, 2007.
427@@ -8679,8 +8679,8 @@
428 Content-Type: text/plain; charset=UTF-8
429 Content-Transfer-Encoding: 8bit
430 Plural-Forms: nplurals=2; plural=n != 1
431-', 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');
432-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (32, 7, 387, NULL, ' Spanish translation for evolution
433+', 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');
434+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (32, 7, 387, NULL, ' Spanish translation for evolution
435 Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007
436 This file is distributed under the same license as the evolution package.
437 FIRST AUTHOR <EMAIL@ADDRESS>, 2007.
438@@ -8695,8 +8695,8 @@
439 Content-Type: text/plain; charset=UTF-8
440 Content-Transfer-Encoding: 8bit
441 Plural-Forms: nplurals=2; plural=n != 1
442-', 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');
443-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (33, 10, 387, NULL, ' Spanish translation for alsa-utils
444+', 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');
445+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (33, 10, 387, NULL, ' Spanish translation for alsa-utils
446 Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007
447 This file is distributed under the same license as the alsa-utils package.
448 FIRST AUTHOR <EMAIL@ADDRESS>, 2007.
449@@ -8711,8 +8711,8 @@
450 Content-Type: text/plain; charset=UTF-8
451 Content-Transfer-Encoding: 8bit
452 Plural-Forms: nplurals=2; plural=n != 1
453-', 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');
454-INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, variant, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (34, 5, 119, NULL, ' English translation for mozilla
455+', 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');
456+INSERT INTO pofile (id, potemplate, language, description, topcomment, header, fuzzyheader, lasttranslator, currentcount, updatescount, rosettacount, lastparsed, owner, path, datecreated, from_sourcepackagename, unreviewed_count, date_changed) VALUES (34, 5, 119, NULL, ' English translation for mozilla
457 Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007
458 This file is distributed under the same license as the mozilla package.
459 FIRST AUTHOR <EMAIL@ADDRESS>, 2007.
460@@ -8727,7 +8727,7 @@
461 Content-Type: text/plain; charset=UTF-8
462 Content-Transfer-Encoding: 8bit
463 Plural-Forms: nplurals=2; plural=n != 1
464-', 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');
465+', 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');
466
467
468 ALTER TABLE pofile ENABLE TRIGGER ALL;
469@@ -8968,661 +8968,661 @@
470
471 ALTER TABLE translationmessage DISABLE TRIGGER ALL;
472
473-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
474-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
475-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
476-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
477-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
478-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
479-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language, variant) VALUES (8, 18, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 11, NULL, NULL, NULL, ' start po-group: common
480- start po-group: common', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387, NULL);
481-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
482-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
483-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
484-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
485-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
486-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
487-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
488-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
489-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
490-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
491-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
492-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
493-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
494-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
495-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
496-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
497-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
498-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
499-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
500-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
501-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
502-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
503-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
504-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
505-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
506-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
507-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
508-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
509-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
510-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
511-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
512-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
513-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
514-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
515-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
516-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
517-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
518-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
519-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
520-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
521-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
522-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
523-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
524-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
525-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
526-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
527-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
528-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
529-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
530-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
531-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
532-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
533-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
534-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
535-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
536-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
537-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
538-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
539-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
540-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
541-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
542-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
543-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
544-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
545-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
546-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
547-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
548-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
549-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
550-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
551-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
552-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
553-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
554-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
555-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
556-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
557-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
558-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
559-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
560-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
561-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
562-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
563-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
564-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
565-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
566-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
567-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
568-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
569-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
570-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
571-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
572-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
573-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
574-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
575-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
576-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
577-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
578-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
579-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
580-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
581-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
582-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
583-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
584-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
585-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
586-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
587-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
588-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
589-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
590-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
591-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
592-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
593-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
594-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
595-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
596-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
597-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
598-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
599-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
600-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
601-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
602-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
603-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
604-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
605-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
606-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
607-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
608-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
609-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
610-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
611-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
612-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
613-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
614-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
615-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
616-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
617-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
618-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
619-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
620-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
621-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
622-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
623-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
624-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
625-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
626-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
627-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
628-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
629-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
630-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
631-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
632-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
633-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
634-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
635-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
636-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
637-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
638-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
639-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
640-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
641-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
642-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
643-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
644-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
645-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
646-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
647-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
648-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
649-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
650-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
651-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
652-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
653-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
654-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
655-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
656-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
657-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
658-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
659-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
660-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
661-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
662-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
663-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
664-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
665-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
666-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
667-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
668-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
669-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
670-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
671-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
672-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
673-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
674-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
675-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
676-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
677-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
678-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
679-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
680-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
681-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
682-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
683-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
684-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
685-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
686-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
687-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
688-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
689-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
690-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
691-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
692-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
693-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
694-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
695-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
696-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
697-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
698-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
699-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
700-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
701-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
702-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
703-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
704-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
705-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
706-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
707-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
708-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
709-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
710-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
711-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
712-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
713-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
714-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
715-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
716-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
717-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
718-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
719-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
720-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
721-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
722-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
723-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
724-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
725-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
726-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
727-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
728-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
729-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
730-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
731-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
732-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
733-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
734-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
735-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
736-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
737-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
738-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
739-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
740-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
741-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
742-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
743-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
744-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
745-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
746-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
747-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
748-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
749-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
750-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
751-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
752-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
753-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
754-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
755-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
756-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
757-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
758-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
759-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
760-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
761-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
762-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
763-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
764-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
765-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
766-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
767-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
768-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
769-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
770-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
771-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
772-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
773-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
774-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
775-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
776-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
777-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
778-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
779-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
780-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
781-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
782-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
783-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
784-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
785-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
786-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
787-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
788-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
789-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
790-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
791-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
792-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
793-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
794-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
795-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
796-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
797-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
798-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
799-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
800-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
801-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
802-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
803-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
804-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
805-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
806-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
807-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
808-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
809-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
810-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
811-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
812-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
813-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
814-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
815-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
816-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
817-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
818-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
819-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
820-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
821-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
822-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
823-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
824-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
825-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
826-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
827-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
828-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
829-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
830-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
831-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
832-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
833-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
834-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
835-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
836-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
837-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
838-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
839-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
840-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
841-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
842-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
843-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
844-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
845-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
846-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
847-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
848-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
849-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
850-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
851-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
852-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
853-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
854-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
855-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
856-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
857-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
858-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
859-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
860-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
861-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
862-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
863-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
864-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
865-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
866-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
867-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
868-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
869-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
870-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
871-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
872-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
873-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
874-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
875-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
876-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
877-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
878-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
879-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
880-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
881-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
882-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
883-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
884-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
885-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
886-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
887-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
888-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
889-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
890-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
891-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
892-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
893-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
894-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
895-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
896-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
897-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
898-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
899-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
900-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
901-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
902-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
903-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
904-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
905-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
906-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
907-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
908-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
909-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
910-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
911-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
912-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
913-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
914-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
915-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
916-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
917-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
918-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
919-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
920-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
921-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
922-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
923-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
924-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
925-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
926-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
927-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
928-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
929-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
930-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
931-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
932-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
933-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
934-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
935-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
936-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
937-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
938-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
939-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
940-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
941-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
942-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
943-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
944-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
945-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
946-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
947-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
948-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
949-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
950-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
951-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
952-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
953-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
954-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
955-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
956-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
957-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
958-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
959-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
960-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
961-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
962-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
963-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
964-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
965-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
966-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
967-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
968-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
969-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
970-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
971-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
972-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
973-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
974-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
975-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
976-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
977-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
978-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
979-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
980-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
981-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
982-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
983-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
984-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
985-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
986-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
987-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
988-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
989-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
990-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
991-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
992-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
993-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
994-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
995-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
996-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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
997- start po-group: common', 1, 0, true, false, true, false, false, NULL, NULL, 4, 387, NULL);
998-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
999-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1000-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1001-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1002-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1003-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1004-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1005-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1006-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1007-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1008-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1009-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1010-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1011-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1012-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1013-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1014-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1015-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1016-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1017-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1018-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1019-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1020-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1021-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1022-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1023-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1024-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1025-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1026-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1027-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1028-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1029-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1030-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1031-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1032-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1033-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1034-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1035-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1036-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1037-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1038-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1039-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1040-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1041-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1042-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1043-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1044-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1045-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1046-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1047-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1048-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1049-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1050-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1051-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1052-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1053-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1054-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1055-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1056-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1057-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1058-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1059-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1060-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1061-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1062-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1063-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1064-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1065-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1066-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1067-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1068-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1069-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1070-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1071-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1072-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1073-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1074-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1075-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1076-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1077-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1078-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1079-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1080-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1081-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1082-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1083-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1084-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1085-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1086-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1087-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1088-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1089-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1090-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1091-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1092-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1093-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1094-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1095-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1096-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1097-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1098-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1099-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1100-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1101-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1102-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1103-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1104-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1105-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1106-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1107-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1108-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1109-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1110-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1111-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1112-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1113-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1114-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1115-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1116-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1117-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1118-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1119-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1120-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1121-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1122-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1123-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1124-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1125-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1126-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1127-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, 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);
1128+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, 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);
1129+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, 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);
1130+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, 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);
1131+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, 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);
1132+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, 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);
1133+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, 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);
1134+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, 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
1135+ start po-group: common', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387);
1136+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, 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);
1137+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, 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);
1138+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, 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);
1139+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, 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);
1140+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, 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);
1141+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1142+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1143+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1144+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1145+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1146+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1147+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1148+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1149+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1150+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1151+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1152+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1153+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1154+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1155+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1156+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1157+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1158+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1159+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1160+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1161+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1162+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1163+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1164+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1165+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1166+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1167+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1168+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1169+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1170+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1171+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1172+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1173+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1174+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1175+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1176+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1177+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1178+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1179+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1180+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1181+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1182+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1183+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1184+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1185+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1186+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1187+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1188+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1189+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1190+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1191+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1192+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1193+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1194+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1195+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1196+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1197+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1198+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1199+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1200+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1201+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1202+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1203+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1204+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1205+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1206+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1207+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1208+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1209+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1210+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1211+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1212+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1213+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1214+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1215+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1216+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1217+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1218+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1219+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1220+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1221+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1222+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1223+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1224+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1225+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1226+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1227+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1228+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1229+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1230+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1231+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1232+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1233+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1234+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1235+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1236+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1237+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1238+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1239+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1240+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1241+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1242+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1243+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1244+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1245+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1246+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1247+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1248+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1249+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1250+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1251+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1252+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1253+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1254+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1255+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1256+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1257+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1258+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1259+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1260+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1261+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1262+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1263+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1264+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1265+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1266+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1267+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1268+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1269+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1270+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1271+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1272+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1273+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1274+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1275+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1276+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1277+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1278+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1279+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1280+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1281+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1282+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1283+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1284+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1285+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1286+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1287+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1288+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1289+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1290+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1291+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1292+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1293+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1294+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1295+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1296+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1297+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1298+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1299+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1300+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1301+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1302+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1303+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1304+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1305+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1306+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1307+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1308+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1309+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1310+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1311+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1312+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1313+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1314+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1315+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1316+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1317+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1318+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1319+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1320+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1321+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1322+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1323+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1324+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1325+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1326+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1327+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1328+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1329+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1330+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1331+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1332+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1333+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1334+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1335+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1336+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1337+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1338+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1339+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1340+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1341+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1342+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1343+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1344+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1345+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1346+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1347+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1348+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1349+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1350+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1351+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1352+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1353+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1354+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1355+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1356+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1357+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1358+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1359+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1360+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1361+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1362+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1363+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1364+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1365+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1366+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1367+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1368+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1369+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1370+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1371+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1372+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1373+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1374+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1375+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1376+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1377+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1378+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1379+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1380+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1381+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1382+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1383+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1384+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1385+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1386+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1387+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1388+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1389+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1390+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1391+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1392+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1393+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1394+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1395+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1396+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1397+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1398+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1399+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1400+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1401+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1402+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1403+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1404+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1405+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1406+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1407+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1408+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1409+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1410+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1411+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubunt