~ubuntu-branches/debian/experimental/phpmyadmin/experimental

« back to all changes in this revision

Viewing changes to lang/english-utf-8.inc.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2010-01-11 21:42:18 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100111214218-zgwqpgj6gwdha2s0
Tags: 4:3.2.5-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
/* $Id: english-utf-8.inc.php 13109 2009-11-08 12:04:19Z lem9 $ */
 
2
/* $Id: english-utf-8.inc.php 13227 2010-01-07 08:25:31Z nijel $ */
3
3
 
4
4
$charset = 'utf-8';
5
5
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
398
398
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';
399
399
$strInnoDBPages = 'pages';
400
400
$strInnodbStat = 'InnoDB Status';
401
 
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole by setting a password for user \'.root\'.';
 
401
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole by setting a password for user \'root\'.';
402
402
$strInsertAsNewRow = 'Insert as new row';
403
403
$strInsertedRowId = 'Inserted row id: %1$d';
404
404
$strInsert = 'Insert';