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

« back to all changes in this revision

Viewing changes to lang/chinese_traditional-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: chinese_traditional-utf-8.inc.php 10110 2007-03-15 21:11:38Z lem9 $ */
 
2
/* $Id: chinese_traditional-utf-8.inc.php 10430 2007-06-10 19:28:56Z lem9 $ */
3
3
 
4
4
/**
5
5
 * Last translation by: Siu Sun <siusun@best-view.net>
186
186
$strDatabaseEmpty = '資料庫名稱並未輸入!!';
187
187
$strDatabaseExportOptions = '資料庫輸出選項';
188
188
$strDatabaseHasBeenDropped = '資料庫 %s 已被刪除';
189
 
$strDatabaseNoTable = '這資料庫沒有資料表!';
190
189
$strDatabases = '資料庫';
191
190
$strDatabasesDropped = '%s 個資料庫已成功刪除.';
192
191
$strDatabasesStats = '資料庫統計';
384
383
$strKorean = '韓語';
385
384
 
386
385
$strLandscape = '橫向';
387
 
$strLanguageFileNotFound = '找不到語言檔案 "%1$s".';
388
386
$strLanguageUnknown = '不知名語言: %1$s.';
389
387
$strLatchedPages = '鎖上頁';
390
388
$strLaTeX = 'LaTeX';  // use eng
921
919
$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.';  //to translate
922
920
$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.';  //to translate
923
921
$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.';  //to translate
924
 
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.';  //to translate
 
922
$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.';  //to translate
925
923
$strShowStatusOpen_filesDescr = 'The number of files that are open.';  //to translate
926
924
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).';  //to translate
927
925
$strShowStatusOpen_tablesDescr = 'The number of tables that are open.';  //to translate
1033
1031
$strErrorSaveTable = 'Error saving coordinates for Designer.';  //to translate
1034
1032
$strSnapToGrid = 'Snap to grid';  //to translate
1035
1033
$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.';  //to translate
 
1034
$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.';  //to translate
1036
1035
?>