Launchpad automatic translations update.
[odoo/odoo.git] / addons / document_webdav / i18n / ru.po
1 # Russian translation for openobject-addons
2 # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
3 # This file is distributed under the same license as the openobject-addons package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
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: 2011-08-02 10:32+0000\n"
12 "Last-Translator: Stanislav Hanzhin <Unknown>\n"
13 "Language-Team: Russian <ru@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 "Дата создания"
25
26 #. module: document_webdav
27 #: constraint:document.directory:0
28 msgid "Error! You can not create recursive Directories."
29 msgstr "Ошибка! Нельзя создавать вложенные директории."
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 "Поиск по свойствам документа"
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 "Пространство имён"
44
45 #. module: document_webdav
46 #: field:document.directory,dav_prop_ids:0
47 msgid "DAV properties"
48 msgstr "Настройки DAV"
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 " Этот модуль активирует сервер WebDAV для документов.\n"
76 "        После активации можно использовать любой совместимый браузер для "
77 "просмотра вложений в OpenObject.\n"
78 "\n"
79 "        После установки, сервер WebDAV можно конфигурировать в секции "
80 "[webdav] основного конфигурационного файла.\n"
81 "        Параметки конфигурации сервера:\n"
82 "        [webdav]\n"
83 "        ; enable = True ; Обслуживать запросы WebDAV по http(s)\n"
84 "        ; vdir = webdav ; каталог, в котором хранятся файлы WebDAV\n"
85 "          ; значения по-умолчанию настраивают сервер\n"
86 "          ; на адрес \"http://localhost:8069/webdav/\"\n"
87 "        ; verbose = True ; Включить подробный вывод WebDAV\n"
88 "        ; debug = True ; Включить отладочный вывод WebDAV\n"
89 "          ; Поскольку сообщения направляются системе логирования python\n"
90 "          ; с уровнями \"debug\" и \"debug_rpc\" соответственно, можно\n"
91 "          ; оставить эти настройки как есть.\n"
92 "          \n"
93 "        Для обнаружения сервисов на http-сервере, реализован IETF RFC 5785,\n"
94 "        который требует отдельной настройки в файле openerp-server.conf.\n"
95
96 #. module: document_webdav
97 #: model:ir.model,name:document_webdav.model_document_webdav_file_property
98 msgid "document.webdav.file.property"
99 msgstr "document.webdav.file.property"
100
101 #. module: document_webdav
102 #: view:document.webdav.dir.property:0
103 #: view:document.webdav.file.property:0
104 msgid "Group By..."
105 msgstr "Группировать по ..."
106
107 #. module: document_webdav
108 #: view:document.directory:0
109 msgid "These properties will be added to WebDAV requests"
110 msgstr "Эти свойства будут добавлены к запросам WebDAV"
111
112 #. module: document_webdav
113 #: model:ir.ui.menu,name:document_webdav.menu_file_props
114 msgid "DAV properties for documents"
115 msgstr "DAV-свойства документа"
116
117 #. module: document_webdav
118 #: code:addons/document_webdav/webdav.py:37
119 #, python-format
120 msgid "PyWebDAV Import Error!"
121 msgstr "Ошибка импорта PyWebDAV"
122
123 #. module: document_webdav
124 #: view:document.webdav.file.property:0
125 #: field:document.webdav.file.property,file_id:0
126 msgid "Document"
127 msgstr "Документ"
128
129 #. module: document_webdav
130 #: sql_constraint:document.directory:0
131 msgid "Directory cannot be parent of itself!"
132 msgstr "Каталог не может быть родительским для самого себя!"
133
134 #. module: document_webdav
135 #: view:document.directory:0
136 msgid "Dynamic context"
137 msgstr "Динамический контекст"
138
139 #. module: document_webdav
140 #: view:document.directory:0
141 msgid "WebDAV properties"
142 msgstr "Настройки WebDAV"
143
144 #. module: document_webdav
145 #: sql_constraint:document.directory:0
146 msgid "The directory name must be unique !"
147 msgstr "Имя каталога должно быть уникальным!"
148
149 #. module: document_webdav
150 #: code:addons/document_webdav/webdav.py:37
151 #, python-format
152 msgid ""
153 "Please install PyWebDAV from "
154 "http://code.google.com/p/pywebdav/downloads/detail?name=PyWebDAV-"
155 "0.9.4.tar.gz&can=2&q=/"
156 msgstr ""
157 "Требуется установить PyWebDAV с адреса "
158 "http://code.google.com/p/pywebdav/downloads/detail?name=PyWebDAV-"
159 "0.9.4.tar.gz&can=2&q=/"
160
161 #. module: document_webdav
162 #: model:ir.ui.menu,name:document_webdav.menu_dir_props
163 msgid "DAV properties for folders"
164 msgstr "DAV-свойства папок"
165
166 #. module: document_webdav
167 #: view:document.directory:0
168 #: view:document.webdav.dir.property:0
169 #: view:document.webdav.file.property:0
170 msgid "Properties"
171 msgstr "Свойства"
172
173 #. module: document_webdav
174 #: field:document.webdav.dir.property,name:0
175 #: field:document.webdav.file.property,name:0
176 msgid "Name"
177 msgstr "Название"
178
179 #. module: document_webdav
180 #: model:ir.model,name:document_webdav.model_document_webdav_dir_property
181 msgid "document.webdav.dir.property"
182 msgstr "document.webdav.dir.property"
183
184 #. module: document_webdav
185 #: field:document.webdav.dir.property,value:0
186 #: field:document.webdav.file.property,value:0
187 msgid "Value"
188 msgstr "Значение"
189
190 #. module: document_webdav
191 #: field:document.webdav.dir.property,dir_id:0
192 #: model:ir.model,name:document_webdav.model_document_directory
193 msgid "Directory"
194 msgstr "Каталог"
195
196 #. module: document_webdav
197 #: field:document.webdav.dir.property,write_uid:0
198 #: field:document.webdav.file.property,write_uid:0
199 msgid "Last Modification User"
200 msgstr "Автор последнего изменения"
201
202 #. module: document_webdav
203 #: view:document.webdav.dir.property:0
204 msgid "Dir"
205 msgstr "Кат."
206
207 #. module: document_webdav
208 #: field:document.webdav.dir.property,write_date:0
209 #: field:document.webdav.file.property,write_date:0
210 msgid "Date Modified"
211 msgstr "Дата изменения"
212
213 #. module: document_webdav
214 #: field:document.webdav.dir.property,create_uid:0
215 #: field:document.webdav.file.property,create_uid:0
216 msgid "Creator"
217 msgstr "Создатель"
218
219 #. module: document_webdav
220 #: model:ir.module.module,shortdesc:document_webdav.module_meta_information
221 msgid "WebDAV server for Document Management"
222 msgstr "Сервер WebDAV для управления документами"
223
224 #. module: document_webdav
225 #: sql_constraint:document.directory:0
226 msgid "Directory must have a parent or a storage"
227 msgstr "Каталог должен иметь родителя или хранилище"
228
229 #. module: document_webdav
230 #: field:document.webdav.dir.property,do_subst:0
231 #: field:document.webdav.file.property,do_subst:0
232 msgid "Substitute"
233 msgstr "Заменить"