diff options
author | pauln <devnull@localhost> | 2005-05-24 14:33:10 +0000 |
---|---|---|
committer | pauln <devnull@localhost> | 2005-05-24 14:33:10 +0000 |
commit | fb7f36eb3544d0964284443e02e4dc4e90aebc60 (patch) | |
tree | 4af9cb6e2f82069e938226777bda6adc7c1bd884 /popt | |
parent | 77ec466ecb3459d6888d366c0537b2b0b110ce20 (diff) | |
download | librpm-tizen-fb7f36eb3544d0964284443e02e4dc4e90aebc60.tar.gz librpm-tizen-fb7f36eb3544d0964284443e02e4dc4e90aebc60.tar.bz2 librpm-tizen-fb7f36eb3544d0964284443e02e4dc4e90aebc60.zip |
Update translations
CVS patchset: 7855
CVS date: 2005/05/24 14:33:10
Diffstat (limited to 'popt')
-rwxr-xr-x | popt/configure.ac | 2 | ||||
-rw-r--r-- | popt/po/zh_CN.po | 93 | ||||
-rw-r--r-- | popt/po/zh_TW.po | 90 |
3 files changed, 184 insertions, 1 deletions
diff --git a/popt/configure.ac b/popt/configure.ac index c72ad1e69..28b261117 100755 --- a/popt/configure.ac +++ b/popt/configure.ac @@ -5,7 +5,7 @@ AC_CONFIG_HEADERS AM_INIT_AUTOMAKE(popt, 1.10.2) AM_CONFIG_HEADER(config.h) -ALL_LINGUAS="cs da de es eu_ES fi fr gl hu id is it ja ko no pl pt pt_BR ro ru sk sl sr sv tr uk wa zh zh_CN.GB2312" +ALL_LINGUAS="cs da de es eu_ES fi fr gl hu id is it ja ko no pl pt pt_BR ro ru sk sl sr sv tr uk wa zh zh_CN zh_TW" AC_ISC_POSIX diff --git a/popt/po/zh_CN.po b/popt/po/zh_CN.po new file mode 100644 index 000000000..9128fa1e8 --- /dev/null +++ b/popt/po/zh_CN.po @@ -0,0 +1,93 @@ +# translation of translation.po to +# Traditional Chinese Messages for popt +# Copyright (C) 2005 Free Software Foundation, Inc. +# Wei-Lun Chao <chaoweilun@pcmail.com.tw>, 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: translation\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-31 13:55+0100\n" +"PO-Revision-Date: 2005-05-20 15:53+1000\n" +"Last-Translator: \n" +"Language-Team: <zh@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +msgid "ARG" +msgstr "ARG" + +msgid "DOUBLE" +msgstr "DOUBLE" + +msgid "Display brief usage message" +msgstr "显示简短的使用说明" + +msgid "Display option defaults in message" +msgstr "在信息中显示默认的选项" + +msgid "FLOAT" +msgstr "FLOAT" + +msgid "INT" +msgstr "INT" + +msgid "LONG" +msgstr "LONG" + +msgid "NONE" +msgstr "NONE" + +msgid "STRING" +msgstr "STRING" + +msgid "Show this help message" +msgstr "显示这个帮助信息" + +msgid "Usage:" +msgstr "用法:" + +msgid "VAL" +msgstr "VAL" + +msgid "[OPTION...]" +msgstr "[选项...]" + +msgid "aliases nested too deeply" +msgstr "别名嵌套太深" + +msgid "error in parameter quoting" +msgstr "参数引号错误" + +msgid "invalid numeric value" +msgstr "无效的数值" + +msgid "memory allocation failed" +msgstr "内存分配错误" + +msgid "missing argument" +msgstr "缺少参数" + +msgid "mutually exclusive logical operations requested" +msgstr "需要 XOR 逻辑运算" + +msgid "number too large or too small" +msgstr "数值太大或太小" + +msgid "opt->arg should not be NULL" +msgstr "opt->arg 不应该为 NULL" + +msgid "option type (%d) not implemented in popt\n" +msgstr "选项类别 (%d) 沒有在 popt 中实现\n" + +msgid "unknown errno" +msgstr "未知的错误" + +msgid "unknown error" +msgstr "未知的错误" + +msgid "unknown option" +msgstr "未知的选项" + diff --git a/popt/po/zh_TW.po b/popt/po/zh_TW.po new file mode 100644 index 000000000..a9c256050 --- /dev/null +++ b/popt/po/zh_TW.po @@ -0,0 +1,90 @@ +# Traditional Chinese Messages for popt +# Copyright (C) 2005 Free Software Foundation, Inc. +# Wei-Lun Chao <chaoweilun@pcmail.com.tw>, 2005 +# +msgid "" +msgstr "" +"Project-Id-Version: popt 1.10.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-31 13:55+0100\n" +"PO-Revision-Date: 2005-04-08 17:52+0800\n" +"Last-Translator: Wei-Lun Chao <chaoweilun@pcmail.com.tw>\n" +"Language-Team: zh_TW <zh-l10n@linux.org.tw>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "ARG" +msgstr "ARG" + +msgid "DOUBLE" +msgstr "DOUBLE" + +msgid "Display brief usage message" +msgstr "顯示簡短的使用說明" + +msgid "Display option defaults in message" +msgstr "在訊息中顯示預設選項" + +msgid "FLOAT" +msgstr "FLOAT" + +msgid "INT" +msgstr "INT" + +msgid "LONG" +msgstr "LONG" + +msgid "NONE" +msgstr "NONE" + +msgid "STRING" +msgstr "STRING" + +msgid "Show this help message" +msgstr "顯示本說明訊息" + +msgid "Usage:" +msgstr "用法:" + +msgid "VAL" +msgstr "VAL" + +msgid "[OPTION...]" +msgstr "[選項...]" + +msgid "aliases nested too deeply" +msgstr "巢狀別名太深" + +msgid "error in parameter quoting" +msgstr "參數引號錯誤" + +msgid "invalid numeric value" +msgstr "不正確的數值" + +msgid "memory allocation failed" +msgstr "記憶體配置錯誤" + +msgid "missing argument" +msgstr "缺少引數" + +msgid "mutually exclusive logical operations requested" +msgstr "需要相互獨立的邏輯運算" + +msgid "number too large or too small" +msgstr "數字太大或太小" + +msgid "opt->arg should not be NULL" +msgstr "opt->arg 不應為 NULL" + +msgid "option type (%d) not implemented in popt\n" +msgstr "選項類型 (%d) 沒有在 popt 中實作\n" + +msgid "unknown errno" +msgstr "未知的錯誤" + +msgid "unknown error" +msgstr "未知的錯誤" + +msgid "unknown option" +msgstr "未知的選項" |