This commit is contained in:
Marc Delisle
2005-08-19 16:43:37 +00:00
parent 1d00f4852b
commit c9aee582bf
2 changed files with 10 additions and 10 deletions

View File

@@ -57,6 +57,7 @@ $strAfterInsertSame = '
$strAll = '<27><><EFBFBD><EFBFBD>';
$strAllTableSameWidth = '<27>H<EFBFBD>ۦP<DBA6>e<EFBFBD><65><EFBFBD><EFBFBD><EFBFBD>ܩҦ<DCA9><D2A6><EFBFBD><EFBFBD>ƪ<EFBFBD>?';
$strAlterOrderBy = '<27>ھ<EFBFBD><DABE><EFBFBD><EFBFBD><EFBFBD>e<EFBFBD>ƧǰO<C7B0><4F>';
$strAndThen = '<27>M<EFBFBD><4D>';
$strAnIndex = '<27><><EFBFBD>ޤw<DEA4>g<EFBFBD>s<EFBFBD>W<EFBFBD><57> %s';
$strAnalyzeTable = '<27><><EFBFBD>R<EFBFBD><52><EFBFBD>ƪ<EFBFBD>';
$strAnd = '<27>P';
@@ -359,6 +360,10 @@ $strInsertedRows = '
$strInstructions = '<27><><EFBFBD>O';
$strInternalNotNecessary = '* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>p<EFBFBD>b InnoDB <20>w<EFBFBD>s<EFBFBD>b<EFBFBD>ɬO<C9AC>L<EFBFBD>ݭn<DDAD><6E>.';
$strInternalRelations = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>p';
$strInvalidColumnCount = '<27><><EFBFBD><EFBFBD><EFBFBD>ƥػݭn<DDAD>j<EFBFBD><6A><EFBFBD>s.';
$strInvalidFieldAddCount = '<27>A<EFBFBD>̤֭n<D6AD>[<5B>J<EFBFBD>@<40><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strInvalidFieldCount = '<27><><EFBFBD>ƪ<EFBFBD><C6AA>ֻ̤ݭn<DDAD><6E><EFBFBD>@<40><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strInvalidRowNumber = '%d <20><><EFBFBD>O<EFBFBD>@<40>Ӧ<EFBFBD><D3A6>Ī<EFBFBD><C4AA>C<EFBFBD>Ƽƥ<C6BC>.';
$strJapanese = '<27><><EFBFBD>y';
$strJumpToDB = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ʈw &quot;%s&quot;.';
@@ -813,9 +818,4 @@ $strYes = '
$strZeroRemovesTheLimit = '<27><>: <20>]<5D>w<EFBFBD>o<EFBFBD>ǿﶵ<C7BF><EFB6B5> 0 (<28>s) <20>i<EFBFBD>Ѱ<EFBFBD><D1B0><EFBFBD><EFBFBD><EFBFBD>.';
$strZip = '"zipped"';
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
?>

View File

@@ -58,6 +58,7 @@ $strAfterInsertSame = '返回這頁';
$strAll = '全部';
$strAllTableSameWidth = '以相同寬度顯示所有資料表?';
$strAlterOrderBy = '根據欄位內容排序記錄';
$strAndThen = '然後';
$strAnIndex = '索引已經新增到 %s';
$strAnalyzeTable = '分析資料表';
$strAnd = '與';
@@ -360,6 +361,10 @@ $strInsertedRows = '新增列數:';
$strInstructions = '指令';
$strInternalNotNecessary = '* 當內部關聯在 InnoDB 已存在時是無需要的.';
$strInternalRelations = '內部關聯';
$strInvalidColumnCount = '欄位數目需要大於零.';
$strInvalidFieldAddCount = '你最少要加入一個欄位.';
$strInvalidFieldCount = '資料表最少需要有一個欄位.';
$strInvalidRowNumber = '%d 不是一個有效的列數數目.';
$strJapanese = '日語';
$strJumpToDB = '跳到資料庫 &quot;%s&quot;.';
@@ -814,9 +819,4 @@ $strYes = ' 是 ';
$strZeroRemovesTheLimit = '註: 設定這些選項為 0 (零) 可解除限制.';
$strZip = '"zipped"';
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strAndThen = 'and then'; //to translate
?>