Launchpad automatic translations update.
[odoo/odoo.git] / addons / document_webdav / i18n / zh_CN.po
1 # Translation of OpenERP Server.
2 # This file contains the translation of the following modules:
3 #       * document_ics
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: OpenERP Server 6.0dev\n"
8 "Report-Msgid-Bugs-To: support@openerp.com\n"
9 "POT-Creation-Date: 2011-05-09 10:18+0000\n"
10 "PO-Revision-Date: 2011-08-25 16:54+0000\n"
11 "Last-Translator: openerp-china.black-jack <onetimespeed@gmail.com>\n"
12 "Language-Team: \n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2012-02-08 07:13+0000\n"
17 "X-Generator: Launchpad (build 14747)\n"
18
19 #. module: document_webdav
20 #: field:document.webdav.dir.property,create_date:0
21 #: field:document.webdav.file.property,create_date:0
22 msgid "Date Created"
23 msgstr "创建时间"
24
25 #. module: document_webdav
26 #: constraint:document.directory:0
27 msgid "Error! You can not create recursive Directories."
28 msgstr "错误:你无法建立递归的目录"
29
30 #. module: document_webdav
31 #: view:document.webdav.dir.property:0
32 #: view:document.webdav.file.property:0
33 msgid "Search Document properties"
34 msgstr "文档属性列表"
35
36 #. module: document_webdav
37 #: view:document.webdav.dir.property:0
38 #: field:document.webdav.dir.property,namespace:0
39 #: view:document.webdav.file.property:0
40 #: field:document.webdav.file.property,namespace:0
41 msgid "Namespace"
42 msgstr "命名空间"
43
44 #. module: document_webdav
45 #: field:document.directory,dav_prop_ids:0
46 msgid "DAV properties"
47 msgstr "DAV属性"
48
49 #. module: document_webdav
50 #: model:ir.module.module,description:document_webdav.module_meta_information
51 msgid ""
52 " With this module, the WebDAV server for the documents is activated.\n"
53 "        You can then use any compatible browser to remotely see the "
54 "attachments of OpenObject.\n"
55 "\n"
56 "        After installation, the webDAV server can be controlled by a "
57 "[webdav] section in the server's config.\n"
58 "        Server Configuration Parameter:\n"
59 "        [webdav]\n"
60 "        ; enable = True ; Serve webdav over the http(s) servers\n"
61 "        ; vdir = webdav ; the directory that webdav will be served at\n"
62 "          ; this default val means that webdav will be\n"
63 "          ; on \"http://localhost:8069/webdav/\n"
64 "        ; verbose = True ; Turn on the verbose messages of webdav\n"
65 "        ; debug = True ; Turn on the debugging messages of webdav\n"
66 "          ; since the messages are routed to the python logging, with\n"
67 "          ; levels \"debug\" and \"debug_rpc\" respectively, you can leave\n"
68 "          ; these options on\n"
69 "          \n"
70 "        Also implements IETF RFC 5785 for services discovery on a http "
71 "server,\n"
72 "        which needs explicit configuration in openerp-server.conf, too.\n"
73 msgstr ""
74 " 安装了这个模块,就为文档管理激活了WebDAV服务器。\n"
75 "你就可以用兼容的浏览器远程查看OpenERP的文档了。\n"
76 "安装后的WebDAV服务器可以由服务器配置文件的webdav部分控制。\n"
77 "服务器配置参数:\n"
78 "[webdav]\n"
79 "; enable = True ; 在服务器上启用webdav\n"
80 "; vdir = webdav ; webdav的虚拟目录,默认值的意思是是 \"http://localhost:8069/webdav/\n"
81 "; verbose = True ; 打开webdav的动态信息\n"
82 "; debug = True ; 打开webdav的调试信息\n"
83 "\n"
84 "Also implements IETF RFC 5785 for services discovery on a http server,\n"
85 "which needs explicit configuration in openerp-server.conf, too.\n"
86 "这里还实现了IETF RFC 5785标准用于在http服务器上发现服务。也需要在openerp-server.conf里显示地配置。\n"
87
88 #. module: document_webdav
89 #: model:ir.model,name:document_webdav.model_document_webdav_file_property
90 msgid "document.webdav.file.property"
91 msgstr "Copy text \t document.webdav.file.property"
92
93 #. module: document_webdav
94 #: view:document.webdav.dir.property:0
95 #: view:document.webdav.file.property:0
96 msgid "Group By..."
97 msgstr "分组..."
98
99 #. module: document_webdav
100 #: view:document.directory:0
101 msgid "These properties will be added to WebDAV requests"
102 msgstr "这些属性将被添加到WebDAV请求上"
103
104 #. module: document_webdav
105 #: model:ir.ui.menu,name:document_webdav.menu_file_props
106 msgid "DAV properties for documents"
107 msgstr "文档的DAV属性"
108
109 #. module: document_webdav
110 #: code:addons/document_webdav/webdav.py:37
111 #, python-format
112 msgid "PyWebDAV Import Error!"
113 msgstr "PyWebDAV导入错误!"
114
115 #. module: document_webdav
116 #: view:document.webdav.file.property:0
117 #: field:document.webdav.file.property,file_id:0
118 msgid "Document"
119 msgstr "文件"
120
121 #. module: document_webdav
122 #: sql_constraint:document.directory:0
123 msgid "Directory cannot be parent of itself!"
124 msgstr "目录不能设为自己的父目录。"
125
126 #. module: document_webdav
127 #: view:document.directory:0
128 msgid "Dynamic context"
129 msgstr "动态上下文"
130
131 #. module: document_webdav
132 #: view:document.directory:0
133 msgid "WebDAV properties"
134 msgstr "webDAV 属性"
135
136 #. module: document_webdav
137 #: sql_constraint:document.directory:0
138 msgid "The directory name must be unique !"
139 msgstr "目录名必须唯一!"
140
141 #. module: document_webdav
142 #: code:addons/document_webdav/webdav.py:37
143 #, python-format
144 msgid ""
145 "Please install PyWebDAV from "
146 "http://code.google.com/p/pywebdav/downloads/detail?name=PyWebDAV-"
147 "0.9.4.tar.gz&can=2&q=/"
148 msgstr ""
149 "请从这里下载安装PyWebDAV \r\n"
150 "http://code.google.com/p/pywebdav/downloads/detail?name=PyWebDAV-"
151 "0.9.4.tar.gz&can=2&q=/"
152
153 #. module: document_webdav
154 #: model:ir.ui.menu,name:document_webdav.menu_dir_props
155 msgid "DAV properties for folders"
156 msgstr "目录的DAV属性"
157
158 #. module: document_webdav
159 #: view:document.directory:0
160 #: view:document.webdav.dir.property:0
161 #: view:document.webdav.file.property:0
162 msgid "Properties"
163 msgstr "属性"
164
165 #. module: document_webdav
166 #: field:document.webdav.dir.property,name:0
167 #: field:document.webdav.file.property,name:0
168 msgid "Name"
169 msgstr "名称"
170
171 #. module: document_webdav
172 #: model:ir.model,name:document_webdav.model_document_webdav_dir_property
173 msgid "document.webdav.dir.property"
174 msgstr "document.webdav.dir.property"
175
176 #. module: document_webdav
177 #: field:document.webdav.dir.property,value:0
178 #: field:document.webdav.file.property,value:0
179 msgid "Value"
180 msgstr "值"
181
182 #. module: document_webdav
183 #: field:document.webdav.dir.property,dir_id:0
184 #: model:ir.model,name:document_webdav.model_document_directory
185 msgid "Directory"
186 msgstr "目录"
187
188 #. module: document_webdav
189 #: field:document.webdav.dir.property,write_uid:0
190 #: field:document.webdav.file.property,write_uid:0
191 msgid "Last Modification User"
192 msgstr "最近修改用户"
193
194 #. module: document_webdav
195 #: view:document.webdav.dir.property:0
196 msgid "Dir"
197 msgstr "目录"
198
199 #. module: document_webdav
200 #: field:document.webdav.dir.property,write_date:0
201 #: field:document.webdav.file.property,write_date:0
202 msgid "Date Modified"
203 msgstr "修改日期"
204
205 #. module: document_webdav
206 #: field:document.webdav.dir.property,create_uid:0
207 #: field:document.webdav.file.property,create_uid:0
208 msgid "Creator"
209 msgstr "创建人"
210
211 #. module: document_webdav
212 #: model:ir.module.module,shortdesc:document_webdav.module_meta_information
213 msgid "WebDAV server for Document Management"
214 msgstr "文档管理系统的WebDAV服务器"
215
216 #. module: document_webdav
217 #: sql_constraint:document.directory:0
218 msgid "Directory must have a parent or a storage"
219 msgstr "目录必须有父目录或一个存储区"
220
221 #. module: document_webdav
222 #: field:document.webdav.dir.property,do_subst:0
223 #: field:document.webdav.file.property,do_subst:0
224 msgid "Substitute"
225 msgstr "替换"