Launchpad automatic translations update.
[odoo/odoo.git] / addons / document_webdav / i18n / ar.po
1 # Arabic 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-02-01 21:01+0000\n"
12 "Last-Translator: amani ali <applepie9911@yahoo.com>\n"
13 "Language-Team: Arabic <ar@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
76 #. module: document_webdav
77 #: model:ir.model,name:document_webdav.model_document_webdav_file_property
78 msgid "document.webdav.file.property"
79 msgstr "الوثيق.ويبDAV.الملف.الخاصية"
80
81 #. module: document_webdav
82 #: view:document.webdav.dir.property:0
83 #: view:document.webdav.file.property:0
84 msgid "Group By..."
85 msgstr "تجميع حسب..."
86
87 #. module: document_webdav
88 #: view:document.directory:0
89 msgid "These properties will be added to WebDAV requests"
90 msgstr "ستضاف هذه الخصائص إلى طلبات صفحة الويب DAV"
91
92 #. module: document_webdav
93 #: model:ir.ui.menu,name:document_webdav.menu_file_props
94 msgid "DAV properties for documents"
95 msgstr "خصائصDAV للوثائق"
96
97 #. module: document_webdav
98 #: code:addons/document_webdav/webdav.py:37
99 #, python-format
100 msgid "PyWebDAV Import Error!"
101 msgstr ""
102
103 #. module: document_webdav
104 #: view:document.webdav.file.property:0
105 #: field:document.webdav.file.property,file_id:0
106 msgid "Document"
107 msgstr "مستند"
108
109 #. module: document_webdav
110 #: sql_constraint:document.directory:0
111 msgid "Directory cannot be parent of itself!"
112 msgstr "لا يمكن أن يكون المسار رئيسي لنفسه!"
113
114 #. module: document_webdav
115 #: view:document.directory:0
116 msgid "Dynamic context"
117 msgstr "النص المتحرك"
118
119 #. module: document_webdav
120 #: view:document.directory:0
121 msgid "WebDAV properties"
122 msgstr "خصائص الويبDAV"
123
124 #. module: document_webdav
125 #: sql_constraint:document.directory:0
126 msgid "The directory name must be unique !"
127 msgstr "اسم المسار يجب ان يكون فريدا !"
128
129 #. module: document_webdav
130 #: code:addons/document_webdav/webdav.py:37
131 #, python-format
132 msgid ""
133 "Please install PyWebDAV from "
134 "http://code.google.com/p/pywebdav/downloads/detail?name=PyWebDAV-"
135 "0.9.4.tar.gz&can=2&q=/"
136 msgstr ""
137
138 #. module: document_webdav
139 #: model:ir.ui.menu,name:document_webdav.menu_dir_props
140 msgid "DAV properties for folders"
141 msgstr "خصائص DAV للملفات"
142
143 #. module: document_webdav
144 #: view:document.directory:0
145 #: view:document.webdav.dir.property:0
146 #: view:document.webdav.file.property:0
147 msgid "Properties"
148 msgstr "خصائص"
149
150 #. module: document_webdav
151 #: field:document.webdav.dir.property,name:0
152 #: field:document.webdav.file.property,name:0
153 msgid "Name"
154 msgstr "الاسم"
155
156 #. module: document_webdav
157 #: model:ir.model,name:document_webdav.model_document_webdav_dir_property
158 msgid "document.webdav.dir.property"
159 msgstr "الوثيقة.الويبDAV.مباشر.الخاصية"
160
161 #. module: document_webdav
162 #: field:document.webdav.dir.property,value:0
163 #: field:document.webdav.file.property,value:0
164 msgid "Value"
165 msgstr "قيمة"
166
167 #. module: document_webdav
168 #: field:document.webdav.dir.property,dir_id:0
169 #: model:ir.model,name:document_webdav.model_document_directory
170 msgid "Directory"
171 msgstr "مسار"
172
173 #. module: document_webdav
174 #: field:document.webdav.dir.property,write_uid:0
175 #: field:document.webdav.file.property,write_uid:0
176 msgid "Last Modification User"
177 msgstr "اخر مستخدم قام بالتعديل"
178
179 #. module: document_webdav
180 #: view:document.webdav.dir.property:0
181 msgid "Dir"
182 msgstr "مسار"
183
184 #. module: document_webdav
185 #: field:document.webdav.dir.property,write_date:0
186 #: field:document.webdav.file.property,write_date:0
187 msgid "Date Modified"
188 msgstr "تاريخ التعديل"
189
190 #. module: document_webdav
191 #: field:document.webdav.dir.property,create_uid:0
192 #: field:document.webdav.file.property,create_uid:0
193 msgid "Creator"
194 msgstr "المُنشِئ"
195
196 #. module: document_webdav
197 #: model:ir.module.module,shortdesc:document_webdav.module_meta_information
198 msgid "WebDAV server for Document Management"
199 msgstr "خدمة الويبDAV لإدارة الوثائق"
200
201 #. module: document_webdav
202 #: sql_constraint:document.directory:0
203 msgid "Directory must have a parent or a storage"
204 msgstr "المسار يجب ان يكون له مسار رئيسي أو مخزن"
205
206 #. module: document_webdav
207 #: field:document.webdav.dir.property,do_subst:0
208 #: field:document.webdav.file.property,do_subst:0
209 msgid "Substitute"
210 msgstr "استبدال"