~ubuntu-branches/ubuntu/hardy/phpmyadmin/hardy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst, Thijs Kinkhorst, Translations
  • Date: 2007-06-17 17:52:03 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20070617175203-6oa2mpmgazkhp8tl
Tags: 4:2.10.2-1

[ Thijs Kinkhorst ]
* New upstream release.
* Welcome Michal Čihař as new co-maintainer.

[ Translations ]
* Vietnamese by Clytie Siddall (Closes: #427177).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
/* $Id: english-utf-8.inc.php 10110 2007-03-15 21:11:38Z lem9 $ */
 
2
/* $Id: english-utf-8.inc.php 10430 2007-06-10 19:28:56Z lem9 $ */
3
3
 
4
4
$charset = 'utf-8';
5
5
$allow_recoding = TRUE;
194
194
$strDatabaseEmpty = 'The database name is empty!';
195
195
$strDatabaseExportOptions = 'Database export options';
196
196
$strDatabaseHasBeenDropped = 'Database %s has been dropped.';
197
 
$strDatabaseNoTable = 'This database contains no table!';
198
197
$strDatabases = 'Databases';
199
198
$strDatabasesDropped = '%s databases have been dropped successfully.';
200
199
$strDatabasesStats = 'Databases statistics';
422
421
$strKorean = 'Korean';
423
422
 
424
423
$strLandscape = 'Landscape';
425
 
$strLanguageFileNotFound = 'Language file "%1$s" not found.';
426
424
$strLanguage = 'Language';
427
425
$strLanguageUnknown = 'Unknown language: %1$s.';
428
426
$strLatchedPages = 'Latched pages';
730
728
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
731
729
$strServerVars = 'Server variables and settings';
732
730
$strServerVersion = 'Server version';
 
731
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.';
733
732
$strSessionValue = 'Session value';
734
733
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
735
734
$strShowAll = 'Show all';
819
818
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.';
820
819
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.';
821
820
$strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.';
822
 
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.';
 
821
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.';
823
822
$strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.';
824
823
$strShowStatusOpen_filesDescr = 'The number of files that are open.';
825
824
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).';