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