This commit is contained in:
Alexander M. Turek 2002-08-05 20:29:58 +00:00
parent 3513a3fe2f
commit ef0e1dfb2c
6 changed files with 65 additions and 68 deletions

View File

@ -10,8 +10,11 @@ $Source$
coding standard
2002-08-05 Alexander M. Turek <rabus@users.sourceforge.net>
* translators.html: Added a small note in order to avoid annoying emails.
* translators.html:
- Added a small note in order to avoid annoying emails.
- Corrected the name of the Chinese translator.
* lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
* lang/chinese_.inc.php3: Updates, thanks again to Siu Sun (siusun).
2002-08-04 Marc Delisle <lem9@users.sourceforge.net>
* tbl_indexes.php3: was corrupting the query displayed in query box

View File

@ -80,6 +80,8 @@ $strCheckAll = '全選';
$strCheckDbPriv = '檢查資料庫權限';
$strCheckTable = '檢查資料表';
$strChoosePage = '請選擇需要編輯的頁碼';
$strColComFeat = '顯示欄位註解';
$strCreatePdfFeat = '建立 PDF';
$strColumn = '欄位';
$strColumnNames = '欄位名稱';
$strComments = '註解';
@ -112,7 +114,9 @@ $strDeletedRows = '已刪除欄數:';
$strDeleteFailed = '刪除失敗!';
$strDeleteUserMessage = '您已經將用戶 %s 刪除.';
$strDescending = '遞減';
$strDisabled = '未啟動';
$strDisplay = '顯示';
$strDisplayFeat = '功能顯示';
$strDisplayOrder = '顯示次序';
$strDisplayPDF = '顯示 PDF 概要';
$strDoAQuery = '以範例查詢 (萬用字元 : "%")';
@ -131,9 +135,11 @@ $strEditPrivileges = '編輯權限';
$strEffective = '實際';
$strEmpty = '清空';
$strEmptyResultSet = 'MySQL 傳回的查詢結果為空 (原因可能為:沒有找到符合條件的記錄)';
$strEnabled = '啟動';
$strEnd = '最後一頁';
$strEnglishPrivileges = '注意: MySQL 權限名稱會以英語顯示';
$strError = '錯誤';
$strExplain = '說明 SQL';
$strExport = '輸出';
$strExportToXML = '輸出為 XML 格式';
$strExtendedInserts = '伸延新增模式';
@ -154,6 +160,7 @@ $strFullText = '顯示完整文字';
$strFunction = '函數';
$strGenBy = '建立';
$strGeneralRelationFeat = '一般關聯功能';
$strGenTime = '建立日期';
$strGo = '執行';
$strGrants = 'Grants'; //should expressed in English
@ -223,6 +230,7 @@ $strNo = ' 否 ';
$strNoDatabases = '沒有資料庫';
$strNoDescription = '沒有說明';
$strNoDropDatabases = '"DROP DATABASE" 指令已經停用.';
$strNoExplain = '略過說明 SQL';
$strNoFrames = 'phpMyAdmin 較為適合使用在支援<b>頁框</b>的瀏覽器.';
$strNoIndexPartsDefined = '部份索引資料還未定義!';
$strNoIndex = '沒有已定義的索引!';
@ -234,15 +242,18 @@ $strNoPrivileges = '沒有權限';
$strNoQuery = '沒有 SQL 語法!';
$strNoRights = '您現在沒有足夠的權限!';
$strNoTablesFound = '資料庫中沒有資料表';
$strNotSet = '<b>%s</b> 資料表找不到或還未在 %s 設定';
$strNotNumber = '這不是一個數字!';
$strNotOK = '未能確定';
$strNotSet = '<b>%s</b> 資料表找不到或還未在 %s 設定';
$strNotValidNumber = '不是有效的列數!';
$strNoUsersFound = '找不到使用者';
$strNoValidateSQL = '略過檢查 SQL';
$strNull = 'Null'; //should expressed in English
$strNumSearchResultsInTable = '%s 項資料符合 - 於資料表 <i>%s</i>';
$strNumSearchResultsTotal = '<b>總計:</b> <i>%s</i> 項資料符合';
$strOftenQuotation = '最常用的是引號,「非必須」表示只有 char 和 varchar 欄位會被包括起來';
$strOK = '確定';
$strOperations = '管理';
$strOptimizeTable = '最佳化資料表';
$strOptionalControls = '非必要選項,用來讀寫特殊字元';
@ -259,6 +270,7 @@ $strPasswordNotSame = '第二次輸入的密碼不同!';
$strPdfDbSchema = '"%s" 資料庫概要 - 第 %s 頁';
$strPdfInvalidPageNum = 'PDF 頁碼沒有設定!';
$strPdfInvalidTblName = '資料表 "%s" 不存在!';
$strPdfNoTables = '沒有資料表';
$strPhp = '建立 PHP 程式碼';
$strPHPVersion = 'PHP 版本';
$strPmaDocumentation = 'phpMyAdmin 說明文件';
@ -395,6 +407,7 @@ $strUserName = '使用者名稱';
$strUsers = '使用者';
$strUseTables = '使用資料表';
$strValidateSQL = '檢查 SQL';
$strValue = '值';
$strViewDump = '檢視資料表的備份概要 (dump schema)';
$strViewDumpDB = '檢視資料庫的備份概要 (dump schema)';
@ -408,17 +421,4 @@ $strYes = ' 是 ';
$strZip = '"zipped"';
// To translate
$strPdfNoTables = 'No tables'; //to translate
$strDisplayFeat = 'Display Features'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
$strColComFeat = 'Displaying Column Comments'; //to translate
$strDisabled = 'Disabled'; //to translate
$strEnabled = 'Enabled'; //to translate
$strOK = 'OK'; //to translate
$strNotOK = 'not OK'; //to translate
$strGeneralRelationFeat = 'General relation features'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
?>

View File

@ -79,6 +79,7 @@ $strCheckAll = '
$strCheckDbPriv = '檢查資料庫權限';
$strCheckTable = '檢查資料表';
$strChoosePage = '請選擇需要編輯的頁碼';
$strColComFeat = '顯示欄位註解';
$strColumn = '欄位';
$strColumnNames = '欄位名稱';
$strComments = '註解';
@ -95,6 +96,7 @@ $strCreateIndexTopic = '
$strCreateNewDatabase = '建立新資料庫';
$strCreateNewTable = '建立新資料表於資料庫 %s';
$strCreatePage = '建立新一頁';
$strCreatePdfFeat = '建立 PDF';
$strCriteria = '篩選';
$strData = '資料';
@ -111,7 +113,9 @@ $strDeletedRows = '
$strDeleteFailed = '刪除失敗!';
$strDeleteUserMessage = '您已經將用戶 %s 刪除.';
$strDescending = '遞減';
$strDisabled = '未啟動';
$strDisplay = '顯示';
$strDisplayFeat = '功能顯示';
$strDisplayOrder = '顯示次序';
$strDisplayPDF = '顯示 PDF 概要';
$strDoAQuery = '以範例查詢 (萬用字元 : "%")';
@ -130,9 +134,11 @@ $strEditPrivileges = '
$strEffective = '實際';
$strEmpty = '清空';
$strEmptyResultSet = 'MySQL 傳回的查詢結果為空 (原因可能為:沒有找到符合條件的記錄)';
$strEnabled = '啟動';
$strEnd = '最後一頁';
$strEnglishPrivileges = '注意: MySQL 權限名稱會以英語顯示';
$strError = '錯誤';
$strExplain = '說明 SQL';
$strExport = '輸出';
$strExportToXML = '輸出為 XML 格式';
$strExtendedInserts = '伸延新增模式';
@ -153,6 +159,7 @@ $strFullText = '
$strFunction = '函數';
$strGenBy = '建立';
$strGeneralRelationFeat = '一般關聯功能';
$strGenTime = '建立日期';
$strGo = '執行';
$strGrants = 'Grants'; //should expressed in English
@ -222,6 +229,7 @@ $strNo = '
$strNoDatabases = '沒有資料庫';
$strNoDescription = '沒有說明';
$strNoDropDatabases = '"DROP DATABASE" 指令已經停用.';
$strNoExplain = '略過說明 SQL';
$strNoFrames = 'phpMyAdmin 較為適合使用在支援<b>頁框</b>的瀏覽器.';
$strNoIndexPartsDefined = '部份索引資料還未定義!';
$strNoIndex = '沒有已定義的索引!';
@ -233,15 +241,18 @@ $strNoPrivileges = '
$strNoQuery = '沒有 SQL 語法!';
$strNoRights = '您現在沒有足夠的權限!';
$strNoTablesFound = '資料庫中沒有資料表';
$strNotSet = '<b>%s</b> 資料表找不到或還未在 %s 設定';
$strNotNumber = '這不是一個數字!';
$strNotOK = '未能確定';
$strNotSet = '<b>%s</b> 資料表找不到或還未在 %s 設定';
$strNotValidNumber = '不是有效的列數!';
$strNoUsersFound = '找不到使用者';
$strNoValidateSQL = '略過檢查 SQL';
$strNull = 'Null'; //should expressed in English
$strNumSearchResultsInTable = '%s 項資料符合 - 於資料表 <i>%s</i>';
$strNumSearchResultsTotal = '<b>總計:</b> <i>%s</i> 項資料符合';
$strOftenQuotation = '最常用的是引號,「非必須」表示只有 char 和 varchar 欄位會被包括起來';
$strOK = '確定';
$strOperations = '管理';
$strOptimizeTable = '最佳化資料表';
$strOptionalControls = '非必要選項,用來讀寫特殊字元';
@ -258,6 +269,7 @@ $strPasswordNotSame = '
$strPdfDbSchema = '"%s" 資料庫概要 - 第 %s 頁';
$strPdfInvalidPageNum = 'PDF 頁碼沒有設定!';
$strPdfInvalidTblName = '資料表 "%s" 不存在!';
$strPdfNoTables = '沒有資料表';
$strPhp = '建立 PHP 程式碼';
$strPHPVersion = 'PHP 版本';
$strPmaDocumentation = 'phpMyAdmin 說明文件';
@ -394,6 +406,7 @@ $strUserName = '
$strUsers = '使用者';
$strUseTables = '使用資料表';
$strValidateSQL = '檢查 SQL';
$strValue = '值';
$strViewDump = '檢視資料表的備份概要 (dump schema)';
$strViewDumpDB = '檢視資料庫的備份概要 (dump schema)';
@ -407,17 +420,4 @@ $strYes = '
$strZip = '"zipped"';
// To translate
$strPdfNoTables = 'No tables'; //to translate
$strDisplayFeat = 'Display Features'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
$strColComFeat = 'Displaying Column Comments'; //to translate
$strDisabled = 'Disabled'; //to translate
$strEnabled = 'Enabled'; //to translate
$strOK = 'OK'; //to translate
$strNotOK = 'not OK'; //to translate
$strGeneralRelationFeat = 'General relation features'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
?>

View File

@ -78,6 +78,7 @@ $strCheckAll = '全选';
$strCheckDbPriv = '检查数据库权限';
$strCheckTable = '检查数据表';
$strChoosePage = '请选择需要编辑的页码';
$strColComFeat = '显示栏位注解';
$strColumn = '栏位';
$strColumnNames = '栏位名';
$strComments = '注解';
@ -94,6 +95,7 @@ $strCreateIndexTopic = '添加一组索引';
$strCreateNewDatabase = '建立一个新的数据库';
$strCreateNewTable = '建立一个新的数据表与数据库 %s';
$strCreatePage = '建立新一页';
$strCreatePdfFeat = '建立 PDF';
$strCriteria = '规范';
$strData = '数据';
@ -110,7 +112,9 @@ $strDeleteUserMessage = '您已经将用户 %s 删除.';
$strDeleted = '该记录已经被删除。';
$strDeletedRows = '已删除栏数:';
$strDescending = '递减';
$strDisabled = '未启动';
$strDisplay = '显示';
$strDisplayFeat = '功能显示';
$strDisplayOrder = '显示次序';
$strDisplayPDF = '显示 PDF 图表';
$strDoAQuery = '请执行 "查询示例" (通配符: "%")';
@ -129,12 +133,11 @@ $strEditPrivileges = '编辑权限';
$strEffective = '有效';
$strEmpty = '清空';
$strEmptyResultSet = 'MySQL 返回的查询结果为空。 (原因可能为:没有找到符合条件的记录。)';
$strFieldsEnclosedBy = '「栏位」使用字符:';
$strFieldsEscapedBy = '「ESCAPE」使用字符';
$strFieldsTerminatedBy = '「栏位分隔」使用字符:';
$strEnabled = '启动';
$strEnd = '结束';
$strEnglishPrivileges = ' 注意: MySQL 权限名称会被解释成英文 ';
$strError = '错误';
$strExplain = '说明 SQL';
$strExport = '输出';
$strExportToXML = '输出到 XML 格式';
$strExtendedInserts = '伸延添加模式';
@ -155,6 +158,7 @@ $strFullText = '显示完整文字';
$strFunction = '功能';
$strGenBy = '建立';
$strGeneralRelationFeat = '一般联系功能';
$strGenTime = '建立日期';
$strGo = '开始';
$strGrants = 'Grants'; // should expressed in English
@ -224,26 +228,30 @@ $strNo = '否';
$strNoDatabases = '没有数据库';
$strNoDescription = '没有说明';
$strNoDropDatabases = '"DROP DATABASE" 指令已经停用.';
$strNoExplain = '略过说明 SQL';
$strNoFrames = 'phpMyAdmin 较为适合使用在支持<b>页框</b>的浏览器.';
$strNoIndex = '没有已定义的索引!';
$strNoIndexPartsDefined = '部份索引资料还未定义!';
$strNoModification = '没有变更';
$strNone = '不适用';
$strNoPassword = '不用密码';
$strNoPhp = '移除 PHP 程式码';
$strNoPrivileges = '没有权限';
$strNoQuery = '没有 SQL 语句!';
$strNoRights = '您现在没有足够的权限!';
$strNoTablesFound = '数据库中没有数据表。';
$strNotSet = '<b>%s</b> 数据表找不到或还未在 %s 设定';
$strNoUsersFound = '找不到使用者';
$strNone = '不适用';
$strNotNumber = '这不是一个数字!';
$strNotOK = '未能确定';
$strNotSet = '<b>%s</b> 数据表找不到或还未在 %s 设定';
$strNotValidNumber = ' 不是有效的列数!';
$strNoUsersFound = '找不到使用者';
$strNoValidateSQL = '略过检查 SQL';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s 项资料符合 - 於数据表 <i>%s</i>';
$strNumSearchResultsTotal = '<b>总计:</b> <i>%s</i> 项资料符合';
$strOftenQuotation = '通常为引号。 "选中“ 表示使用引号。因为只有 char 和 varchar 类型的数据需要用引号括起来。';
$strOK = '确定';
$strOperations = '操作';
$strOptimizeTable = '最佳化数据表';
$strOptionalControls = '可选。用于读取或写入特殊的字符。';
@ -261,6 +269,7 @@ $strPasswordNotSame = '密码并非相同!';
$strPdfDbSchema = '"%s" 数据库概要 - 第 %s 页';
$strPdfInvalidPageNum = 'PDF 页码没有设定!';
$strPdfInvalidTblName = '数据表 "%s" 不存在!';
$strPdfNoTables = '没有数据表';
$strPhp = '建立 PHP 程式码';
$strPmaDocumentation = 'phpMyAdmin 说明文本';
$strPmaUriError = '必须设定 <tt>$cfg[\'PmaAbsoluteUri\']</tt> 在设定档案内!';
@ -395,6 +404,7 @@ $strUserEmpty = '使用者名称是空的!';
$strUserName = '使用者名称';
$strUsers = '使用者';
$strValidateSQL = '检查 SQL';
$strValue = '值';
$strViewDump = '查看数据表的结构和摘要信息。';
$strViewDumpDB = '查看数据库的结构和摘要信息。';
@ -408,17 +418,4 @@ $strYes = '是';
$strZip = '"zipped"';
// To translate
$strPdfNoTables = 'No tables'; //to translate
$strDisplayFeat = 'Display Features'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
$strColComFeat = 'Displaying Column Comments'; //to translate
$strDisabled = 'Disabled'; //to translate
$strEnabled = 'Enabled'; //to translate
$strOK = 'OK'; //to translate
$strNotOK = 'not OK'; //to translate
$strGeneralRelationFeat = 'General relation features'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
?>

View File

@ -77,6 +77,7 @@ $strCheckAll = 'ȫѡ';
$strCheckDbPriv = '检查数据库权限';
$strCheckTable = '检查数据表';
$strChoosePage = '请选择需要编辑的页码';
$strColComFeat = '显示栏位注解';
$strColumn = '栏位';
$strColumnNames = '栏位名';
$strComments = '注解';
@ -93,6 +94,7 @@ $strCreateIndexTopic = '
$strCreateNewDatabase = '建立一个新的数据库';
$strCreateNewTable = '建立一个新的数据表与数据库 %s';
$strCreatePage = '建立新一页';
$strCreatePdfFeat = '建立 PDF';
$strCriteria = '规范';
$strData = '数据';
@ -109,7 +111,9 @@ $strDeleteUserMessage = '
$strDeleted = '该记录已经被删除。';
$strDeletedRows = '已删除栏数:';
$strDescending = '递减';
$strDisabled = '未启动';
$strDisplay = '显示';
$strDisplayFeat = '功能显示';
$strDisplayOrder = '显示次序';
$strDisplayPDF = '显示 PDF 图表';
$strDoAQuery = '请执行 "查询示例" (通配符: "%")';
@ -128,12 +132,11 @@ $strEditPrivileges = '
$strEffective = '有效';
$strEmpty = '清空';
$strEmptyResultSet = 'MySQL 返回的查询结果为空。 (原因可能为:没有找到符合条件的记录。)';
$strFieldsEnclosedBy = '「栏位」使用字符:';
$strFieldsEscapedBy = '「ESCAPE」使用字符';
$strFieldsTerminatedBy = '「栏位分隔」使用字符:';
$strEnabled = '启动';
$strEnd = '结束';
$strEnglishPrivileges = ' 注意: MySQL 权限名称会被解释成英文 ';
$strError = '错误';
$strExplain = '说明 SQL';
$strExport = '输出';
$strExportToXML = '输出到 XML 格式';
$strExtendedInserts = '伸延添加模式';
@ -154,6 +157,7 @@ $strFullText = '
$strFunction = '功能';
$strGenBy = '建立';
$strGeneralRelationFeat = '一般联系功能';
$strGenTime = '建立日期';
$strGo = '开始';
$strGrants = 'Grants'; // should expressed in English
@ -223,26 +227,30 @@ $strNo = '
$strNoDatabases = '没有数据库';
$strNoDescription = '没有说明';
$strNoDropDatabases = '"DROP DATABASE" 指令已经停用.';
$strNoExplain = '略过说明 SQL';
$strNoFrames = 'phpMyAdmin 较为适合使用在支持<b>页框</b>的浏览器.';
$strNoIndex = '没有已定义的索引!';
$strNoIndexPartsDefined = '部份索引资料还未定义!';
$strNoModification = '没有变更';
$strNone = '不适用';
$strNoPassword = '不用密码';
$strNoPhp = '移除 PHP 程式码';
$strNoPrivileges = '没有权限';
$strNoQuery = '没有 SQL 语句!';
$strNoRights = '您现在没有足够的权限!';
$strNoTablesFound = '数据库中没有数据表。';
$strNotSet = '<b>%s</b> 数据表找不到或还未在 %s 设定';
$strNoUsersFound = '找不到使用者';
$strNone = '不适用';
$strNotNumber = '这不是一个数字!';
$strNotOK = '未能确定';
$strNotSet = '<b>%s</b> 数据表找不到或还未在 %s 设定';
$strNotValidNumber = ' 不是有效的列数!';
$strNoUsersFound = '找不到使用者';
$strNoValidateSQL = '略过检查 SQL';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s 项资料符合 - 於数据表 <i>%s</i>';
$strNumSearchResultsTotal = '<b>总计:</b> <i>%s</i> 项资料符合';
$strOftenQuotation = '通常为引号。 "选中“ 表示使用引号。因为只有 char 和 varchar 类型的数据需要用引号括起来。';
$strOK = '确定';
$strOperations = '操作';
$strOptimizeTable = '最佳化数据表';
$strOptionalControls = '可选。用于读取或写入特殊的字符。';
@ -260,6 +268,7 @@ $strPasswordNotSame = '
$strPdfDbSchema = '"%s" 数据库概要 - 第 %s 页';
$strPdfInvalidPageNum = 'PDF 页码没有设定!';
$strPdfInvalidTblName = '数据表 "%s" 不存在!';
$strPdfNoTables = '没有数据表';
$strPhp = '建立 PHP 程式码';
$strPmaDocumentation = 'phpMyAdmin 说明文本';
$strPmaUriError = '必须设定 <tt>$cfg[\'PmaAbsoluteUri\']</tt> 在设定档案内!';
@ -394,6 +403,7 @@ $strUserEmpty = 'ʹ
$strUserName = '使用者名称';
$strUsers = '使用者';
$strValidateSQL = '检查 SQL';
$strValue = '值';
$strViewDump = '查看数据表的结构和摘要信息。';
$strViewDumpDB = '查看数据库的结构和摘要信息。';
@ -407,17 +417,4 @@ $strYes = '
$strZip = '"zipped"';
// To translate
$strPdfNoTables = 'No tables'; //to translate
$strDisplayFeat = 'Display Features'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
$strColComFeat = 'Displaying Column Comments'; //to translate
$strDisabled = 'Disabled'; //to translate
$strEnabled = 'Enabled'; //to translate
$strOK = 'OK'; //to translate
$strNotOK = 'not OK'; //to translate
$strGeneralRelationFeat = 'General relation features'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strValidateSQL = 'Validate SQL'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strExplain = 'Explain SQL'; //to translate
?>

View File

@ -126,7 +126,7 @@
<tr>
<td>Chinese</td>
<td>
<a href="mailto:siusun@best-view.net?subject=[phpMyAdmin translation]">&quot;siusun&quot;</a>
<a href="mailto:siusun@best-view.net?subject=[phpMyAdmin translation]">Siu Sun</a>
</td>
</tr>