[commit]
[odoo/odoo.git] / addons / document_webdav / i18n / es.po
1 # Spanish translation for openobject-addons
2 # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
3 # This file is distributed under the same license as the openobject-addons package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
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: 2010-12-03 15:43+0000\n"
11 "PO-Revision-Date: 2010-12-09 10:04+0000\n"
12 "Last-Translator: Jordi Esteve (www.zikzakmedia.com) "
13 "<jesteve@zikzakmedia.com>\n"
14 "Language-Team: Spanish <es@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-Launchpad-Export-Date: 2010-12-14 05:33+0000\n"
19 "X-Generator: Launchpad (build Unknown)\n"
20
21 #. module: document_webdav
22 #: constraint:document.directory:0
23 msgid "Error! You can not create recursive Directories."
24 msgstr "¡Error! No puede crear directorios recursivos."
25
26 #. module: document_webdav
27 #: view:document.webdav.dir.property:0
28 #: field:document.webdav.dir.property,namespace:0
29 msgid "Namespace"
30 msgstr "Espacio de nombres"
31
32 #. module: document_webdav
33 #: field:document.directory,dav_prop_ids:0
34 msgid "DAV properties"
35 msgstr "Propiedades DAV"
36
37 #. module: document_webdav
38 #: view:document.webdav.dir.property:0
39 msgid "Group By..."
40 msgstr "Agrupar por..."
41
42 #. module: document_webdav
43 #: view:document.directory:0
44 msgid "These properties will be added to WebDAV requests"
45 msgstr "Estas propiedades se añadirán a las peticiones WebDAV"
46
47 #. module: document_webdav
48 #: code:addons/document_webdav/webdav.py:0
49 #, python-format
50 msgid "PyWebDAV Import Error!"
51 msgstr "¡Error de importación PyWebDAV!"
52
53 #. module: document_webdav
54 #: sql_constraint:document.directory:0
55 msgid "Directory cannot be parent of itself!"
56 msgstr "¡El directorio no puede ser su propio padre!"
57
58 #. module: document_webdav
59 #: view:document.directory:0
60 msgid "Dynamic context"
61 msgstr "Contexto dinámico"
62
63 #. module: document_webdav
64 #: view:document.directory:0
65 msgid "WebDAV properties"
66 msgstr "Propiedades WebDAV"
67
68 #. module: document_webdav
69 #: sql_constraint:document.directory:0
70 msgid "The directory name must be unique !"
71 msgstr "¡El nombre de directorio debe ser único!"
72
73 #. module: document_webdav
74 #: code:addons/document_webdav/webdav.py:0
75 #, python-format
76 msgid ""
77 "Please install PyWebDAV from "
78 "http://code.google.com/p/pywebdav/downloads/detail?name=PyWebDAV-"
79 "0.9.4.tar.gz&can=2&q=/"
80 msgstr ""
81 "Instale PyWebDAV desde "
82 "http://code.google.com/p/pywebdav/downloads/detail?name=PyWebDAV-"
83 "0.9.4.tar.gz&can=2&q=/"
84
85 #. module: document_webdav
86 #: model:ir.ui.menu,name:document_webdav.menu_dir_props
87 msgid "DAV properties for folders"
88 msgstr "Propiedades DAV para carpetas"
89
90 #. module: document_webdav
91 #: view:document.directory:0
92 #: view:document.webdav.dir.property:0
93 msgid "Properties"
94 msgstr "Propiedades"
95
96 #. module: document_webdav
97 #: field:document.webdav.dir.property,name:0
98 msgid "Name"
99 msgstr "Nombre"
100
101 #. module: document_webdav
102 #: model:ir.model,name:document_webdav.model_document_webdav_dir_property
103 msgid "document.webdav.dir.property"
104 msgstr "documento.webdav.dir.propiedad"
105
106 #. module: document_webdav
107 #: field:document.webdav.dir.property,value:0
108 msgid "Value"
109 msgstr "Valor"
110
111 #. module: document_webdav
112 #: field:document.webdav.dir.property,dir_id:0
113 #: model:ir.model,name:document_webdav.model_document_directory
114 msgid "Directory"
115 msgstr "Directorio"
116
117 #. module: document_webdav
118 #: view:document.webdav.dir.property:0
119 msgid "Dir"
120 msgstr "Dir"
121
122 #. module: document_webdav
123 #: model:ir.module.module,shortdesc:document_webdav.module_meta_information
124 msgid "WebDAV server for Document Management"
125 msgstr "Servidor WebDAV para gestión de documentos"
126
127 #. module: document_webdav
128 #: sql_constraint:document.directory:0
129 msgid "Directory must have a parent or a storage"
130 msgstr "El directorio debe tener un padre o un almacenamiento."
131
132 #. module: document_webdav
133 #: view:document.webdav.dir.property:0
134 msgid "Search Document storage"
135 msgstr "Buscar almacenamiento documentos"
136
137 #. module: document_webdav
138 #: field:document.webdav.dir.property,do_subst:0
139 msgid "Substitute"
140 msgstr "Substituir"
141
142 #~ msgid ""
143 #~ "This is a complete document management system:\n"
144 #~ "\t* WebDav Interface\n"
145 #~ "\t* User Authentification\n"
146 #~ "\t* Document Indexation\n"
147 #~ msgstr ""
148 #~ "Esto es un completo sistema de gestión de documentos:\n"
149 #~ "\t* Interfaz WebDav\n"
150 #~ "\t* Autenticación de usuario\n"
151 #~ "\t* Indexación de documento\n"