diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-11-17 22:04:54 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-11-17 22:04:54 +0000 |
commit | a5e7441fac2b9b066ac745df139062cff71dffaf (patch) | |
tree | d7c61307920dec6dd6304ff9bdfc013b513df0df /po/zh_CN.po | |
parent | c63eea5a62be6c16ea5b7e1d20d4bbdbb336dc13 (diff) | |
download | drakwizard-a5e7441fac2b9b066ac745df139062cff71dffaf.tar drakwizard-a5e7441fac2b9b066ac745df139062cff71dffaf.tar.gz drakwizard-a5e7441fac2b9b066ac745df139062cff71dffaf.tar.bz2 drakwizard-a5e7441fac2b9b066ac745df139062cff71dffaf.tar.xz drakwizard-a5e7441fac2b9b066ac745df139062cff71dffaf.zip |
merge in fixed escaped strings
Diffstat (limited to 'po/zh_CN.po')
-rw-r--r-- | po/zh_CN.po | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/po/zh_CN.po b/po/zh_CN.po index 9023ef10..c2d9e6bb 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: drakwizard 0.2\n" -"POT-Creation-Date: 2003-11-17 15:44+0000\n" +"POT-Creation-Date: 2003-11-17 22:19+0000\n" "PO-Revision-Date: 2003-09-07 15:12+0800\n" "Last-Translator: Funda Wang <fundawang@linux.net.cn>\n" "Language-Team: Mandrake Simplified Chinese <mandrake@en2china.com>\n" @@ -1071,7 +1071,7 @@ msgstr "* 示例 3: 允许一组主机\\n主机允许 = lapland, arvidsjaur" msgid "" "* Example 4: allow only hosts in NIS netgroup \"foonet\", but deny access " "from one particular host\n" -"hosts allow = \\@foonet\n" +"hosts allow = @foonet\n" "hosts deny = pirate" msgstr "" "* 示例 4: 只允许 NIS 网络组中的主机“foonet”,但是禁止从特定的主机上访问\\n主" @@ -1138,9 +1138,9 @@ msgstr "文件许可" #: ../samba_wizard/Samba.pm_.c:162 #, fuzzy msgid "" -"Type users or group separated by a comma (groups must be preceded by a " -"'\\@') like this :\n" -"root, fred, \\@users, \\@wheel for each kind of permission." +"Type users or group separated by a comma (groups must be preceded by a '@') " +"like this :\n" +"root, fred, @users, @wheel for each kind of permission." msgstr "" "请为每种许可输入以逗号分隔的用户或组(组必须以“@”开头),如: \\nroot, fred, " "@users, @wheel。" @@ -1150,7 +1150,7 @@ msgid "read list:" msgstr "读取列表:" #: ../samba_wizard/Samba.pm_.c:169 ../samba_wizard/Samba.pm_.c:170 -msgid "root, fred, \\@users, \\@wheel" +msgid "root, fred, @users, @wheel" msgstr "" #: ../samba_wizard/Samba.pm_.c:170 |