~qtheuret/unifield-addons/ref_addons

« back to all changes in this revision

Viewing changes to document_webdav/i18n/fi.po

  • Committer: Quentin THEURET
  • Date: 2014-03-05 12:14:13 UTC
  • mfrom: (4612.2.2 unifield-addons)
  • Revision ID: qt@tempo-consulting.fr-20140305121413-qgiq1n9ujvojbtmv
Merge latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Finnish 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-07-20 10:20+0000\n"
12
 
"Last-Translator: Juha Kotamäki <Unknown>\n"
13
 
"Language-Team: Finnish <fi@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: 2011-07-21 05:15+0000\n"
18
 
"X-Generator: Launchpad (build 13405)\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 "Luontipäivä"
25
 
 
26
 
#. module: document_webdav
27
 
#: constraint:document.directory:0
28
 
msgid "Error! You can not create recursive Directories."
29
 
msgstr "Virhe! Et voi luoda rekursiivisia kansioita."
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 "Hae dokumentin ominaisuuksia"
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 "Nimiavaruus"
44
 
 
45
 
#. module: document_webdav
46
 
#: field:document.directory,dav_prop_ids:0
47
 
msgid "DAV properties"
48
 
msgstr "DAV ominaisuudet"
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 ""
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 "Ryhmittely.."
86
 
 
87
 
#. module: document_webdav
88
 
#: view:document.directory:0
89
 
msgid "These properties will be added to WebDAV requests"
90
 
msgstr "Nämä ominaisuudet lisätään WebDAV pyyntöihin"
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 ominaisuudet dokumenteille"
96
 
 
97
 
#. module: document_webdav
98
 
#: code:addons/document_webdav/webdav.py:37
99
 
#, python-format
100
 
msgid "PyWebDAV Import Error!"
101
 
msgstr "PyWebDAV tuontivirhe !"
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 "Dokumentti"
108
 
 
109
 
#. module: document_webdav
110
 
#: sql_constraint:document.directory:0
111
 
msgid "Directory cannot be parent of itself!"
112
 
msgstr "Hakemisto ei voi olla itsensä ylähakemisto!"
113
 
 
114
 
#. module: document_webdav
115
 
#: view:document.directory:0
116
 
msgid "Dynamic context"
117
 
msgstr "Dynaaminen konteksti"
118
 
 
119
 
#. module: document_webdav
120
 
#: view:document.directory:0
121
 
msgid "WebDAV properties"
122
 
msgstr "WebDAV ominaisuudet"
123
 
 
124
 
#. module: document_webdav
125
 
#: sql_constraint:document.directory:0
126
 
msgid "The directory name must be unique !"
127
 
msgstr "Hakemiston nimen tulee olla uniikki !"
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 ominaisuudet hakemistoille"
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 "Ominaisuudet"
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 "Nimi"
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 ""
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 "Arvo"
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 "Hakemisto"
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 "Viimeksi muuttanut käyttäjä"
178
 
 
179
 
#. module: document_webdav
180
 
#: view:document.webdav.dir.property:0
181
 
msgid "Dir"
182
 
msgstr "Hakemisto"
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 "Muokkauspäivä"
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 "Tekijä"
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 "WebDAV palvelin dokumenttienhallinnalle"
200
 
 
201
 
#. module: document_webdav
202
 
#: sql_constraint:document.directory:0
203
 
msgid "Directory must have a parent or a storage"
204
 
msgstr "Hakemistolla täytyy olla ylätason hakemisto tai tietovarasto"
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 "Korvaa"