~ubuntu-branches/ubuntu/lucid/gallery2/lucid

« back to all changes in this revision

Viewing changes to install/steps/DatabaseSetupStep.class

  • Committer: Bazaar Package Importer
  • Author(s): Michael C. Schultheiss
  • Date: 2007-09-10 20:22:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070910202219-0jsuntvqge4ade6b
Tags: 2.2.3-2
Add Slovak translation of Debconf templates.  (Thanks to 
Ivan Masá.  Closes: #441671)

Show diffs side-by-side

added added

removed removed

Lines of Context:
328
328
                           'mysql'  => _('MySQL (versions before v3.23.34a)'),
329
329
                           'postgres7' => _('PostgreSQL v7.x and newer'),
330
330
                           'oci8po' => _('Oracle (9i and newer)'),
331
 
                           'db2' => _('IBM DB2 (v8.2 and newer)'),
 
331
                           'db2' => _('IBM DB2 (v9.x and newer)'),
332
332
                           'ado_mssql' => _('Microsoft SQL Server 2005 and newer'))
333
333
                     as $key => $value) {
334
334
                $templateData['dbList'][$key] = $value;