Launchpad automatic translations update.
[odoo/odoo.git] / addons / document_webdav / i18n / document_webdav.pot
1 # Translation of OpenERP Server.
2 # This file contains the translation of the following modules:
3 #       * document_webdav
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: OpenERP Server 6.0.0-rc2\n"
8 "Report-Msgid-Bugs-To: support@openerp.com\n"
9 "POT-Creation-Date: 2011-01-11 11:15:09+0000\n"
10 "PO-Revision-Date: 2011-01-11 11:15:09+0000\n"
11 "Last-Translator: <>\n"
12 "Language-Team: \n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: \n"
16 "Plural-Forms: \n"
17
18 #. module: document_webdav
19 #: field:document.webdav.dir.property,create_date:0
20 #: field:document.webdav.file.property,create_date:0
21 msgid "Date Created"
22 msgstr ""
23
24 #. module: document_webdav
25 #: constraint:document.directory:0
26 msgid "Error! You can not create recursive Directories."
27 msgstr ""
28
29 #. module: document_webdav
30 #: view:document.webdav.dir.property:0
31 #: view:document.webdav.file.property:0
32 msgid "Search Document properties"
33 msgstr ""
34
35 #. module: document_webdav
36 #: view:document.webdav.dir.property:0
37 #: field:document.webdav.dir.property,namespace:0
38 #: view:document.webdav.file.property:0
39 #: field:document.webdav.file.property,namespace:0
40 msgid "Namespace"
41 msgstr ""
42
43 #. module: document_webdav
44 #: field:document.directory,dav_prop_ids:0
45 msgid "DAV properties"
46 msgstr ""
47
48 #. module: document_webdav
49 #: model:ir.model,name:document_webdav.model_document_webdav_file_property
50 msgid "document.webdav.file.property"
51 msgstr ""
52
53 #. module: document_webdav
54 #: view:document.webdav.dir.property:0
55 #: view:document.webdav.file.property:0
56 msgid "Group By..."
57 msgstr ""
58
59 #. module: document_webdav
60 #: view:document.directory:0
61 msgid "These properties will be added to WebDAV requests"
62 msgstr ""
63
64 #. module: document_webdav
65 #: model:ir.ui.menu,name:document_webdav.menu_file_props
66 msgid "DAV properties for documents"
67 msgstr ""
68
69 #. module: document_webdav
70 #: code:addons/document_webdav/webdav.py:37
71 #, python-format
72 msgid "PyWebDAV Import Error!"
73 msgstr ""
74
75 #. module: document_webdav
76 #: view:document.webdav.file.property:0
77 #: field:document.webdav.file.property,file_id:0
78 msgid "Document"
79 msgstr ""
80
81 #. module: document_webdav
82 #: model:ir.module.module,description:document_webdav.module_meta_information
83 msgid " With this module, the WebDAV server for the documents is activated.\n"
84 "        You can then use any compatible browser to remotely see the attachments of OpenObject.\n"
85 "\n"
86 "        After installation, the webDAV server can be controlled by a [webdav] section in the server's config.\n"
87 "        Server Configuration Parameter:\n"
88 "        [webdav]\n"
89 "        ; enable = True ; Serve webdav over the http(s) servers\n"
90 "        ; vdir = webdav ; the directory that webdav will be served at\n"
91 "          ; this default val means that webdav will be\n"
92 "          ; on \"http://localhost:8069/webdav/\n"
93 "        ; verbose = True ; Turn on the verbose messages of webdav\n"
94 "        ; debug = True ; Turn on the debugging messages of webdav\n"
95 "          ; since the messages are routed to the python logging, with\n"
96 "          ; levels \"debug\" and \"debug_rpc\" respectively, you can leave\n"
97 "          ; these options on\n"
98 ""
99 msgstr ""
100
101 #. module: document_webdav
102 #: sql_constraint:document.directory:0
103 msgid "Directory cannot be parent of itself!"
104 msgstr ""
105
106 #. module: document_webdav
107 #: view:document.directory:0
108 msgid "Dynamic context"
109 msgstr ""
110
111 #. module: document_webdav
112 #: view:document.directory:0
113 msgid "WebDAV properties"
114 msgstr ""
115
116 #. module: document_webdav
117 #: sql_constraint:document.directory:0
118 msgid "The directory name must be unique !"
119 msgstr ""
120
121 #. module: document_webdav
122 #: code:addons/document_webdav/webdav.py:37
123 #, python-format
124 msgid "Please install PyWebDAV from http://code.google.com/p/pywebdav/downloads/detail?name=PyWebDAV-0.9.4.tar.gz&can=2&q=/"
125 msgstr ""
126
127 #. module: document_webdav
128 #: model:ir.ui.menu,name:document_webdav.menu_dir_props
129 msgid "DAV properties for folders"
130 msgstr ""
131
132 #. module: document_webdav
133 #: view:document.directory:0
134 #: view:document.webdav.dir.property:0
135 #: view:document.webdav.file.property:0
136 msgid "Properties"
137 msgstr ""
138
139 #. module: document_webdav
140 #: field:document.webdav.dir.property,name:0
141 #: field:document.webdav.file.property,name:0
142 msgid "Name"
143 msgstr ""
144
145 #. module: document_webdav
146 #: model:ir.model,name:document_webdav.model_document_webdav_dir_property
147 msgid "document.webdav.dir.property"
148 msgstr ""
149
150 #. module: document_webdav
151 #: field:document.webdav.dir.property,value:0
152 #: field:document.webdav.file.property,value:0
153 msgid "Value"
154 msgstr ""
155
156 #. module: document_webdav
157 #: field:document.webdav.dir.property,dir_id:0
158 #: model:ir.model,name:document_webdav.model_document_directory
159 msgid "Directory"
160 msgstr ""
161
162 #. module: document_webdav
163 #: field:document.webdav.dir.property,write_uid:0
164 #: field:document.webdav.file.property,write_uid:0
165 msgid "Last Modification User"
166 msgstr ""
167
168 #. module: document_webdav
169 #: view:document.webdav.dir.property:0
170 msgid "Dir"
171 msgstr ""
172
173 #. module: document_webdav
174 #: field:document.webdav.dir.property,write_date:0
175 #: field:document.webdav.file.property,write_date:0
176 msgid "Date Modified"
177 msgstr ""
178
179 #. module: document_webdav
180 #: field:document.webdav.dir.property,create_uid:0
181 #: field:document.webdav.file.property,create_uid:0
182 msgid "Creator"
183 msgstr ""
184
185 #. module: document_webdav
186 #: model:ir.module.module,shortdesc:document_webdav.module_meta_information
187 msgid "WebDAV server for Document Management"
188 msgstr ""
189
190 #. module: document_webdav
191 #: sql_constraint:document.directory:0
192 msgid "Directory must have a parent or a storage"
193 msgstr ""
194
195 #. module: document_webdav
196 #: field:document.webdav.dir.property,do_subst:0
197 #: field:document.webdav.file.property,do_subst:0
198 msgid "Substitute"
199 msgstr ""
200