Merge lp:~launchpad/launchpad/recife into lp:launchpad/db-devel

Proposed by Jeroen T. Vermeulen
Status: Merged
Merged at revision: 10008
Proposed branch: lp:~launchpad/launchpad/recife
Merge into: lp:launchpad/db-devel
Diff against target: 26307 lines (+12305/-5472)
232 files modified
database/sampledata/current-dev.sql (+655/-655)
database/sampledata/current.sql (+655/-655)
database/schema/comments.sql (+6/-6)
database/schema/patch-2208-30-0.sql (+29/-0)
database/schema/security.cfg (+2/-1)
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 (+4/-7)
lib/canonical/launchpad/windmill/testing/widgets.py (+1/-1)
lib/lp/answers/doc/karma.txt (+1/-1)
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/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 (+1/-1)
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 (+2/-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_sourcepackagerecipe.py (+1/-3)
lib/lp/code/scripts/tests/test_merge_proposal_jobs.py (+3/-3)
lib/lp/code/tests/helpers.py (+3/-3)
lib/lp/code/windmill/tests/test_branchmergeproposal_review.py (+1/-1)
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/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 (+23/-21)
lib/lp/registry/model/projectgroup.py (+15/-3)
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/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/tests/test_initialisedistroseriesjob.py (+1/-3)
lib/lp/testing/__init__.py (+12/-0)
lib/lp/testing/branding.py (+48/-0)
lib/lp/testing/factory.py (+176/-14)
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/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/-10)
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/-7)
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/-247)
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/-95)
lib/lp/translations/model/translationpolicy.py (+186/-0)
lib/lp/translations/model/translationsperson.py (+2/-2)
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/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_remove_translations.py (+81/-74)
lib/lp/translations/scripts/tests/test_translations_to_branch.py (+1/-1)
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-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/share-jaunty-translations.py (+0/-134)
setup.py (+2/-0)
To merge this branch: bzr merge lp:~launchpad/launchpad/recife
Reviewer Review Type Date Requested Status
Stuart Bishop (community) db Approve
Robert Collins db Pending
Review via email: mp+41426@code.launchpad.net

Commit message

Recife translations feature branch.

Description of the change

= Recife feature branch =

This is a change in the data model we've been working on all year. The code changes have been individually reviewed; now it's time to get the database patches reviewed and obtain patch numbers for them. We've been using provisional -99 numbers.

The essential change is that TranslationMessage.is_current and TranslationMessage.is_imported are renamed to is_current_ubuntu and is_current upstream, respectively. Migration scripts are still in the works; we'll end up doing script runs similar to the ongoing message-sharing migration (but much shorter because they will involve only a fraction of the data).

Jeroen

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

Okay, that diff may have been a little much for display here. The relevant parts are:

--- database/schema/comments.sql 2010-10-26 16:22:57 +0000
+++ database/schema/comments.sql 2010-11-22 07:04:28 +0000
@@ -2,7 +2,7 @@
   Add Comments to Launchpad database. Please keep these alphabetical by
   table.

- Copyright 2009 Canonical Ltd. This software is licensed under the
+ Copyright 2009-2010 Canonical Ltd. This software is licensed under the
      GNU Affero General Public License version 3 (see the file LICENSE).
 */

@@ -971,10 +971,10 @@
 validated this translation. Being 0 the value that says this row has not been
 validated yet, 1 the value that says it is correct and 2 the value noting that
 there was an unknown error with the validation.';
-COMMENT ON COLUMN TranslationMessage.is_current IS 'Whether this translation
-is being used in Launchpad.';
-COMMENT ON COLUMN TranslationMessage.is_imported IS 'Whether this translation
-is being used in latest imported file.';
+COMMENT ON COLUMN TranslationMessage.is_current_ubuntu IS 'Whether this translation
+is being used in Ubuntu.';
+COMMENT ON COLUMN TranslationMessage.is_current_upstream IS 'Whether this translation
+is being used upstream.';
 COMMENT ON COLUMN TranslationMessage.was_obsolete_in_last_import IS 'Whether
 this translation was obsolete in last imported file.';

@@ -2036,7 +2036,7 @@
 COMMENT ON COLUMN TranslationImportQueueEntry.distroseries IS 'The distribution release related to this import.';
 COMMENT ON COLUMN TranslationImportQueueEntry.sourcepackagename IS 'The source package name related to this import.';
 COMMENT ON COLUMN TranslationImportQueueEntry.productseries IS 'The product series related to this import.';
-COMMENT ON COLUMN TranslationImportQueueEntry.is_published IS 'Notes whether is a published upload.';
+COMMENT ON COLUMN TranslationImportQueueEntry.by_maintainer IS 'Notes whether this upload was done by the maintiner of the package or project.';
 COMMENT ON COLUMN TranslationImportQueueEntry.pofile IS 'Link to the POFile where this import will end.';
 COMMENT ON COLUMN TranslationImportQueueEntry.potemplate IS 'Link to the POTemplate where this import will end.';
 COMMENT ON COLUMN TranslationImportQueueEntry.date_status_changed IS 'The date when the status of this entry was changed.';

--- database/schema/patch-2208-99-0.sql 1970-01-01 00:00:00 +0000
+++ database/schema/patch-2208-99-0.sql 2010-11-22 07:04:28 +0000
@@ -0,0 +1,27 @@
+-- Copyright 2010 Canonical Ltd. This software is licensed under the
+-- GNU Affero General Public License version 3 (see the file LICENSE).
+
+SET client_min_messages=ERROR;
+
+ALTER TABLE TranslationMessage
+RENAME is_current TO is_current_ubuntu;
+ALTER TABLE TranslationMessage
+RENAME is_imported TO is_current_upstream;
+
+ALTER INDEX tm__potmsgset__language__shared__current__key
+RENAME TO tm__potmsgset__language__shared__ubuntu__key;
+
+ALTER INDEX tm__potmsgset__language__shared__imported__key
+RENAME TO tm__potmsgset__language__shared__upstream__key;
+
+ALTER INDEX tm__potmsgset__potemplate__language__diverged__current__idx
+RENAME TO tm__potmsgset__template__language__diverged__ubuntu__key;
+
+ALTER IND...

Read more...

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

Its past EOD for me now, so I'll look tomorrow, but wouldn't
is_current_distro be a better flag? And that implies knowing which
distro the message is for - I haven't looked to see if thats already
known in the datamodel or not.

Revision history for this message
Jeroen T. Vermeulen (jtv) wrote :

We went over that at the time. An is_current_distro flag wouldn't work; it implies a different model than we actually implemented. A single flag is enough for Ubuntu plus derived distributions, but not for any and all distributions. In theory we support translation of other distributions today, more or less; in practice we don't. Making that explicit fits in with the strategic direction that was set for us; without that, we wouldn't have been able to make this change at all.

Perhaps we'll find another way to support sharing across distributions later, if required, but that would have to be designed for the new model where translations can be shared outside their project or distribution in the first place. So if we ever work on that, picking a name here that suggests it's part of that hypothetical future model is more likely to get in the way or confuse things than it is to be just the thing we'll happen to need.

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

This should be a single DB patch: patch-2208-30-0.sql

review: Approve (db)
Revision history for this message
Jeroen T. Vermeulen (jtv) wrote :

Thanks!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'database/sampledata/current-dev.sql'
2--- database/sampledata/current-dev.sql 2010-11-18 14:24:53 +0000
3+++ database/sampledata/current-dev.sql 2010-11-26 21:09:39 +0000
4@@ -8968,661 +8968,661 @@
5
6 ALTER TABLE translationmessage DISABLE TRIGGER ALL;
7
8-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (1, 1, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 1, NULL, NULL, NULL, '', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387);
9-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (2, 2, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 2, NULL, NULL, NULL, '', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387);
10-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (3, 3, '2005-04-07 13:19:17.601068', 13, '2007-01-04 11:02:02.844658', 13, 3, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 1, 387);
11-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (4, 5, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 4, NULL, NULL, NULL, '', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387);
12-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (5, 14, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 5, NULL, NULL, NULL, ' This is an example of commenttext for a multiline msgset', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387);
13-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (6, 16, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 8, 9, NULL, NULL, '', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387);
14-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (8, 18, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 11, NULL, NULL, NULL, ' start po-group: common
15+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
16+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
17+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
18+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
19+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
20+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
21+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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
22 start po-group: common', 1, 1, true, false, true, false, false, NULL, NULL, 1, 387);
23-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (9, 23, '2005-04-07 13:19:17.601068', 13, '2005-04-07 13:19:17.601068', 13, 12, NULL, NULL, NULL, '', 1, 0, true, false, true, true, false, NULL, NULL, 1, 387);
24-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (10, 67, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 13, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360);
25-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (11, 68, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 14, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360);
26-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (12, 69, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 15, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360);
27-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (13, 70, '2005-05-06 20:09:31.825695', 33, '2005-05-06 20:09:31.825695', 33, 16, NULL, NULL, NULL, '', 1, 0, true, false, true, false, false, NULL, NULL, 2, 360);
28-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
29-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
30-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
31-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
32-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
33-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
34-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
35-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
36-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
37-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
38-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
39-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
40-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
41-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
42-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
43-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
44-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
45-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
46-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
47-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
48-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
49-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
50-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
51-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
52-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
53-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
54-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
55-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
56-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
57-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
58-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
59-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
60-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
61-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
62-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
63-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
64-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
65-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
66-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
67-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
68-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
69-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
70-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
71-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
72-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
73-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
74-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
75-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
76-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
77-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
78-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
79-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
80-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
81-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
82-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
83-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
84-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
85-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
86-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
87-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
88-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
89-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
90-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
91-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
92-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
93-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
94-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
95-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
96-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
97-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
98-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
99-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
100-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
101-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
102-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
103-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
104-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
105-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
106-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
107-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
108-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
109-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
110-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
111-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
112-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
113-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
114-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
115-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
116-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
117-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
118-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
119-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
120-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
121-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
122-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
123-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
124-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
125-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
126-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
127-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
128-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
129-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
130-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
131-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
132-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
133-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
134-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
135-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
136-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
137-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
138-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
139-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
140-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
141-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
142-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
143-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
144-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
145-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
146-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
147-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
148-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
149-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
150-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
151-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
152-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
153-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
154-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
155-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
156-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
157-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
158-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
159-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
160-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
161-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
162-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
163-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
164-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
165-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
166-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
167-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
168-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
169-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
170-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
171-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
172-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
173-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
174-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
175-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
176-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
177-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
178-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
179-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
180-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
181-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
182-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
183-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
184-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
185-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
186-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
187-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
188-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
189-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
190-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
191-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
192-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
193-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
194-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
195-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
196-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
197-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
198-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
199-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
200-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
201-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
202-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
203-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
204-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
205-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
206-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
207-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
208-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
209-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
210-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
211-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
212-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
213-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
214-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
215-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
216-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
217-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
218-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
219-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
220-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
221-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
222-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
223-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
224-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
225-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
226-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
227-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
228-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
229-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
230-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
231-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
232-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
233-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
234-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
235-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
236-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
237-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
238-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
239-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
240-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
241-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
242-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
243-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
244-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
245-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
246-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
247-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
248-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
249-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
250-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
251-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
252-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
253-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
254-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
255-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
256-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
257-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
258-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
259-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
260-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
261-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
262-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
263-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
264-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
265-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
266-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
267-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
268-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
269-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
270-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
271-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
272-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
273-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
274-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
275-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
276-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
277-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
278-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
279-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
280-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
281-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
282-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
283-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
284-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
285-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
286-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
287-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
288-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
289-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
290-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
291-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
292-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
293-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
294-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
295-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
296-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
297-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
298-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
299-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
300-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
301-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
302-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
303-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
304-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
305-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
306-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
307-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
308-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
309-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
310-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
311-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
312-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
313-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
314-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
315-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
316-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
317-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
318-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
319-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
320-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
321-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
322-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
323-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
324-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
325-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
326-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
327-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
328-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
329-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
330-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
331-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
332-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
333-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
334-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
335-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
336-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
337-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
338-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
339-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
340-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
341-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
342-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
343-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
344-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
345-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
346-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
347-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
348-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
349-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
350-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
351-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
352-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
353-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
354-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
355-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
356-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
357-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
358-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
359-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
360-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
361-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
362-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
363-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
364-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
365-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
366-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
367-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
368-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
369-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
370-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
371-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
372-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
373-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
374-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
375-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
376-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
377-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
378-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
379-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
380-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
381-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
382-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
383-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
384-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
385-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
386-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
387-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
388-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
389-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
390-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
391-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
392-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
393-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
394-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
395-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
396-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
397-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
398-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
399-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
400-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
401-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
402-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
403-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
404-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
405-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
406-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
407-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
408-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
409-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
410-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
411-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
412-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
413-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
414-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
415-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
416-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
417-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
418-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
419-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
420-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
421-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
422-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
423-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
424-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
425-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
426-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
427-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
428-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
429-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
430-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
431-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
432-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
433-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
434-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
435-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
436-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
437-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
438-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
439-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
440-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
441-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
442-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
443-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
444-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
445-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
446-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
447-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
448-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
449-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
450-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
451-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
452-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
453-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
454-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
455-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
456-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
457-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
458-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
459-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
460-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
461-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
462-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
463-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
464-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
465-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
466-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
467-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
468-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
469-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
470-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
471-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
472-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
480-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current, is_fuzzy, is_imported, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) VALUES (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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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
539+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
540+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
541+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
542+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
543+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
544+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
545+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
546+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
547+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
548+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
549+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
550+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
551+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
552+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
553+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
554+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
555+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
556+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
557+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
558+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
559+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
560+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
561+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
562+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
563+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
564+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
565+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
566+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
567+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
568+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
569+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
570+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
571+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
572+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
573+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
574+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
575+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
576+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
577+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
578+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
579+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
580+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
581+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
582+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
583+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
584+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
585+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
586+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
587+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
588+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
589+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
590+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
591+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
592+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
593+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
594+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
595+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
596+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
597+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
598+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
599+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
600+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
601+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
602+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
603+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
604+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
605+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
606+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
607+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
608+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
609+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
610+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
611+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
612+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
613+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
614+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
615+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
616+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
617+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
618+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
619+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
620+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
621+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
622+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
623+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
624+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
625+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
626+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
627+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
628+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
629+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
630+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
631+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
632+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
633+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
634+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
635+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
636+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
637+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
638+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
639+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
640+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
641+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
642+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
643+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
644+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
645+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
646+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
647+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
648+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
649+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
650+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
651+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
652+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
653+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
654+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
655+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
656+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
657+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
658+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
659+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
660+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
661+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
662+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
663+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
664+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
665+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
666+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
667+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
668+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
669+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
670+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
671+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
672+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
673+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
674+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
675+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
676+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
677+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
678+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
679+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
680+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
681+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
682+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
683+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
684+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
685+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
686+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
687+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
688+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
689+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
690+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
691+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
692+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
693+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
694+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
695+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
696+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
697+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
698+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
699+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
700+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
701+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
702+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
703+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
704+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
705+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
706+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
707+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
708+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
709+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
710+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
711+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
712+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
713+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
714+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
715+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
716+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
717+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
718+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
719+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
720+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
721+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
722+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
723+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
724+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
725+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
726+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
727+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
728+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
729+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
730+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
731+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
732+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
733+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
734+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
735+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
736+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
737+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
738+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
739+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
740+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
741+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
742+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
743+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
744+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
745+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
746+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
747+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
748+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
749+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
750+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
751+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
752+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
753+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
754+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
755+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
756+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
757+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
758+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
759+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
760+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
761+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
762+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
763+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
764+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
765+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
766+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
767+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
768+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
769+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
770+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
771+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
772+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
773+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
774+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
775+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
776+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
777+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
778+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
779+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
780+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
781+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
782+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
783+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
784+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
785+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
786+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
787+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
788+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
789+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
790+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
791+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
792+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
793+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
794+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
795+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
796+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
797+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
798+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
799+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
800+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
801+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
802+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
803+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
804+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
805+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
806+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
807+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
808+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
809+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
810+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
811+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
812+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
813+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_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);
814+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
815+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
816+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
817+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
818+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
819+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
820+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
821+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
822+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
823+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
824+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
825+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
826+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
827+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
828+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
829+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
830+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
831+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
832+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
833+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
834+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
835+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
836+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
837+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
838+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
839+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
840+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
841+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
842+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
843+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
844+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
845+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
846+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
847+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
848+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
849+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
850+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
851+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
852+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
853+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
854+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
855+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
856+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
857+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
858+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
859+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
860+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
861+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
862+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
863+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
864+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
865+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
866+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
867+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
868+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
869+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
870+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
871+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
872+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
873+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
874+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
875+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
876+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
877+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
878+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
879+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
880+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
881+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
882+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
883+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
884+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
885+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
886+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
887+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
888+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
889+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
890+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
891+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
892+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
893+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
894+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
895+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
896+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
897+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
898+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
899+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
900+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
901+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
902+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
903+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
904+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
905+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
906+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
907+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
908+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
909+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
910+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
911+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
912+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
913+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
914+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
915+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
916+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
917+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
918+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
919+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
920+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
921+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
922+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
923+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
924+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
925+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
926+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
927+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
928+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
929+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
930+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
931+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
932+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
933+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
934+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
935+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
936+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
937+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
938+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
939+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
940+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
941+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
942+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
943+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
944+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
945+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
946+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
947+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
948+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
949+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
950+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
951+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
952+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
953+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
954+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
955+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
956+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
957+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
958+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
959+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
960+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
961+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
962+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
963+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
964+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
965+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
966+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
967+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
968+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
969+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
970+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
971+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
972+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
973+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
974+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
975+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
976+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
977+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
978+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
979+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
980+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
981+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
982+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
983+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
984+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
985+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
986+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
987+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
988+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
989+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
990+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
991+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
992+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
993+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
994+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
995+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
996+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
997+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
998+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
999+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1000+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1001+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1002+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1003+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1004+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1005+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1006+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1007+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1008+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1009+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1010+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1011+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1012+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1013+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1014+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1015+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1016+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1017+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1018+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1019+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1020+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1021+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1022+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1023+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1024+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1025+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1026+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1027+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1028+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1029+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1030+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1031+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1032+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1033+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1034+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1035+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1036+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1037+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1038+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1039+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1040+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1041+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1042+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1043+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1044+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1045+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1046+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1047+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1048+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1049+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1050+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1051+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1052+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1053+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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);
1054+INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, origin, validation_status, is_current_ubuntu, is_fuzzy, is_current_upstream, was_obsolete_in_last_import, was_fuzzy_in_last_import, msgstr4, msgstr5, potemplate, language) 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
1055 start po-group: common', 1, 0, true, false, true, false, false, NULL, NULL, 4, 387);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
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) 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);
1103-INSERT INTO translationmessage (id, potmsgset, date_created, submitter, date_reviewed, reviewer, msgstr0, msgstr1, msgstr2, msgstr3, comment, orig

Subscribers

People subscribed via source and target branches

to status/vote changes: