Merge lp:~robertolizana/openobject-addons/report_webkit-with_headerfooter_spacing into lp:openobject-addons

Proposed by Roberto Lizana (trey.es)
Status: Rejected
Rejected by: Olivier Dony (Odoo)
Proposed branch: lp:~robertolizana/openobject-addons/report_webkit-with_headerfooter_spacing
Merge into: lp:openobject-addons
Diff against target: 10534 lines (+10376/-0) (has conflicts)
30 files modified
report_webkit/__init__.py (+37/-0)
report_webkit/__openerp__.py (+84/-0)
report_webkit/company.py (+56/-0)
report_webkit/company_view.xml (+22/-0)
report_webkit/data.xml (+227/-0)
report_webkit/header.py (+103/-0)
report_webkit/header_view.xml (+66/-0)
report_webkit/i18n/bg.po (+562/-0)
report_webkit/i18n/ca.po (+651/-0)
report_webkit/i18n/de.po (+646/-0)
report_webkit/i18n/es.po (+649/-0)
report_webkit/i18n/fi.po (+564/-0)
report_webkit/i18n/fr.po (+653/-0)
report_webkit/i18n/hu.po (+561/-0)
report_webkit/i18n/it.po (+603/-0)
report_webkit/i18n/nl.po (+645/-0)
report_webkit/i18n/pl.po (+567/-0)
report_webkit/i18n/pt.po (+562/-0)
report_webkit/i18n/pt_BR.po (+563/-0)
report_webkit/i18n/report_webkit.pot (+546/-0)
report_webkit/i18n/ru.po (+562/-0)
report_webkit/i18n/zh_CN.po (+604/-0)
report_webkit/ir_report.py (+136/-0)
report_webkit/ir_report_view.xml (+20/-0)
report_webkit/report_helper.py (+82/-0)
report_webkit/security/ir.model.access.csv (+3/-0)
report_webkit/webkit_report.py (+394/-0)
report_webkit/wizard/__init__.py (+32/-0)
report_webkit/wizard/report_webkit_actions.py (+143/-0)
report_webkit/wizard/report_webkit_actions_view.xml (+33/-0)
Conflict adding file report_webkit.  Moved existing file to report_webkit.moved.
To merge this branch: bzr merge lp:~robertolizana/openobject-addons/report_webkit-with_headerfooter_spacing
Reviewer Review Type Date Requested Status
Olivier Dony (Odoo) branch layout Needs Resubmitting
Nicolas Bessi - Camptocamp Pending
Review via email: mp+75313@code.launchpad.net

Description of the change

Affects only report_webkit module.
Added two fields in HTML header, footer_spacing and header_spacing.

To post a comment you must log in.
Revision history for this message
Nicolas Bessi - Camptocamp (nbessi-c2c-deactivatedaccount) wrote :

Hello,

There is still troubles with your merge proposal.
https://code.launchpad.net/~robertolizana/openobject-addons/report_webkit-with_headerfooter_spacing/+merge/75313

If you look at the diff it includes almost all the module.

 I can not use it, I have to checkout all the branch and do a manual diff and I will loose all history.

Can you please do a merge proposal against this branch:
 https://code.launchpad.net/~c2c/openobject-addons/report-webkit-61-improvement/

It is the branch that includes all report_webkit improvement for V6.1.

If you have still trouble with merge proposal can you just send me the change set by mail.

Thanks for the contribution.

Regards

Nicolas

Le 14 sept. 2011 à 10:42, Roberto Lizana (trey.es) a écrit :

> Roberto Lizana (trey.es) has proposed merging lp:~robertolizana/openobject-addons/report_webkit-with_headerfooter_spacing into lp:openobject-addons.
>
> Requested reviews:
> Nicolas Bessi - Camptocamp (nbessi-c2c)
>
> For more details, see:
> https://code.launchpad.net/~robertolizana/openobject-addons/report_webkit-with_headerfooter_spacing/+merge/75313
>
> Affects only report_webkit module.
> Added two fields in HTML header, footer_spacing and header_spacing.
>
> --
> https://code.launchpad.net/~robertolizana/openobject-addons/report_webkit-with_headerfooter_spacing/+merge/75313
> You are requested to review the proposed merge of lp:~robertolizana/openobject-addons/report_webkit-with_headerfooter_spacing into lp:openobject-addons.

--------------------------------------------------------------------
Nicolas Bessi
Senior ERP consultant
Business Solution technical director

Camptocamp SA
PSE A
CH-1015 Lausanne
http://www.openerp.camptocamp.com

Phone: +41 21 619 10 26
Office: +41 21 619 10 10
Fax : +41 21 619 10 00
--------------------------------------------------------------------

Revision history for this message
qdp (OpenERP) (qdp) wrote :

Hello Roberto,

As we are trying to keep a clean merge proposal list on which review is needed, i'm setting your merge proposal in "work in progress". Set it back to "needs review" when your work is over and it will automatcally appears in our TODO-list.

Thanks,
Quentin

Revision history for this message
Olivier Dony (Odoo) (odo-openerp) wrote :

As Nicolas and Quentin explained, the format of your merge proposal is not correct. Please have a look at our merge proposal user guide, it might help you get this proposal right, it can be a little bit tricky sometimes.

Our guidelines can be found here: http://doc.openerp.com/v6.0/contribute/15_guidelines/contribution_guidelines.html#merge-proposal-guidelines

In the mean time, I'm closing this merge proposal completely, please resubmit a new one when you're ready.

review: Needs Resubmitting (branch layout)

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'report_webkit'
2=== renamed directory 'report_webkit' => 'report_webkit.moved'
3=== added file 'report_webkit/__init__.py'
4--- report_webkit/__init__.py 1970-01-01 00:00:00 +0000
5+++ report_webkit/__init__.py 2011-09-14 12:18:22 +0000
6@@ -0,0 +1,37 @@
7+# -*- coding: utf-8 -*-
8+##############################################################################
9+#
10+# Copyright (c) 2010 Camptocamp SA (http://www.camptocamp.com)
11+# All Right Reserved
12+#
13+# Author : Nicolas Bessi (Camptocamp)
14+#
15+# WARNING: This program as such is intended to be used by professional
16+# programmers who take the whole responsability of assessing all potential
17+# consequences resulting from its eventual inadequacies and bugs
18+# End users who are looking for a ready-to-use solution with commercial
19+# garantees and support are strongly adviced to contract a Free Software
20+# Service Company
21+#
22+# This program is Free Software; you can redistribute it and/or
23+# modify it under the terms of the GNU General Public License
24+# as published by the Free Software Foundation; either version 2
25+# of the License, or (at your option) any later version.
26+#
27+# This program is distributed in the hope that it will be useful,
28+# but WITHOUT ANY WARRANTY; without even the implied warranty of
29+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30+# GNU General Public License for more details.
31+#
32+# You should have received a copy of the GNU General Public License
33+# along with this program; if not, write to the Free Software
34+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
35+#
36+##############################################################################
37+
38+import header
39+import company
40+import report_helper
41+import webkit_report
42+import ir_report
43+import wizard
44\ No newline at end of file
45
46=== added file 'report_webkit/__openerp__.py'
47--- report_webkit/__openerp__.py 1970-01-01 00:00:00 +0000
48+++ report_webkit/__openerp__.py 2011-09-14 12:18:22 +0000
49@@ -0,0 +1,84 @@
50+# -*- coding: utf-8 -*-
51+##############################################################################
52+#
53+# Copyright (c) 2010 Camptocamp SA (http://www.camptocamp.com)
54+# All Right Reserved
55+#
56+# Author : Nicolas Bessi (Camptocamp)
57+#
58+# WARNING: This program as such is intended to be used by professional
59+# programmers who take the whole responsability of assessing all potential
60+# consequences resulting from its eventual inadequacies and bugs
61+# End users who are looking for a ready-to-use solution with commercial
62+# garantees and support are strongly adviced to contract a Free Software
63+# Service Company
64+#
65+# This program is Free Software; you can redistribute it and/or
66+# modify it under the terms of the GNU General Public License
67+# as published by the Free Software Foundation; either version 2
68+# of the License, or (at your option) any later version.
69+#
70+# This program is distributed in the hope that it will be useful,
71+# but WITHOUT ANY WARRANTY; without even the implied warranty of
72+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
73+# GNU General Public License for more details.
74+#
75+# You should have received a copy of the GNU General Public License
76+# along with this program; if not, write to the Free Software
77+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
78+#
79+##############################################################################
80+
81+{
82+ "name" : "Webkit Report Engine",
83+ "description" : """This module adds a new Report Engine based on WebKit library (wkhtmltopdf) to support reports designed in HTML + CSS.
84+The module structure and some code is inspired by the report_openoffice module.
85+The module allows:
86+ -HTML report definition
87+ -Multi header support
88+ -Multi logo
89+ -Multi company support
90+ -HTML and CSS-3 support (In the limit of the actual WebKIT version)
91+ -JavaScript support
92+ -Raw HTML debugger
93+ -Book printing capabilities
94+ -Margins definition
95+ -Paper size definition
96+and much more
97+
98+Multiple headers and logos can be defined per company.
99+CSS style, header and footer body are defined per company
100+
101+The library to install can be found here
102+http://code.google.com/p/wkhtmltopdf/
103+The system libraries are available for Linux, Mac OS X i386 and Windows 32.
104+
105+After installing the wkhtmltopdf library on the OpenERP Server machine, you need to set the
106+path to the wkthtmltopdf executable file on the Company.
107+
108+For a sample report see also the webkit_report_sample module, and this video:
109+ http://files.me.com/nbessi/06n92k.mov
110+
111+
112+TODO :
113+JavaScript support activation deactivation
114+Collated and book format support
115+Zip return for separated PDF
116+Web client WYSIWYG
117+ """,
118+ "version" : "0.9",
119+ "depends" : ["base"],
120+ "author" : "Camptocamp SA - NBessi",
121+ "category": "Reports/Webkit",
122+ "url": "http://http://www.camptocamp.com/",
123+ "data": [ "security/ir.model.access.csv",
124+ "data.xml",
125+ "wizard/report_webkit_actions_view.xml",
126+ "company_view.xml",
127+ "header_view.xml",
128+ "ir_report_view.xml",
129+ ],
130+ "installable" : True,
131+ "active" : False,
132+ "certificate" : "001159699313338995949",
133+}
134
135=== added file 'report_webkit/company.py'
136--- report_webkit/company.py 1970-01-01 00:00:00 +0000
137+++ report_webkit/company.py 2011-09-14 12:18:22 +0000
138@@ -0,0 +1,56 @@
139+# -*- coding: utf-8 -*-
140+##############################################################################
141+#
142+# Copyright (c) 2010 Camptocamp SA (http://www.camptocamp.com)
143+# All Right Reserved
144+#
145+# Author : Nicolas Bessi (Camptocamp)
146+#
147+# WARNING: This program as such is intended to be used by professional
148+# programmers who take the whole responsability of assessing all potential
149+# consequences resulting from its eventual inadequacies and bugs
150+# End users who are looking for a ready-to-use solution with commercial
151+# garantees and support are strongly adviced to contract a Free Software
152+# Service Company
153+#
154+# This program is Free Software; you can redistribute it and/or
155+# modify it under the terms of the GNU General Public License
156+# as published by the Free Software Foundation; either version 2
157+# of the License, or (at your option) any later version.
158+#
159+# This program is distributed in the hope that it will be useful,
160+# but WITHOUT ANY WARRANTY; without even the implied warranty of
161+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
162+# GNU General Public License for more details.
163+#
164+# You should have received a copy of the GNU General Public License
165+# along with this program; if not, write to the Free Software
166+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
167+#
168+##############################################################################
169+
170+from osv import fields, osv
171+
172+class ResCompany(osv.osv):
173+ """Override company to add Header object link a company can have many header and logos"""
174+
175+ _inherit = "res.company"
176+ _columns = {
177+ 'header_image' : fields.many2many(
178+ 'ir.header_img',
179+ 'company_img_rel',
180+ 'company_id',
181+ 'img_id',
182+ 'Available Images',
183+ ),
184+ 'header_webkit' : fields.many2many(
185+ 'ir.header_webkit',
186+ 'company_html_rel',
187+ 'company_id',
188+ 'html_id',
189+ 'Available html',
190+ ),
191+ 'lib_path' : fields.char('Webkit Executable Path', size=264, help="Complete (Absolute) path to the wkhtmltopdf executable."),
192+
193+ }
194+ResCompany()
195\ No newline at end of file
196
197=== added file 'report_webkit/company_view.xml'
198--- report_webkit/company_view.xml 1970-01-01 00:00:00 +0000
199+++ report_webkit/company_view.xml 2011-09-14 12:18:22 +0000
200@@ -0,0 +1,22 @@
201+<openerp>
202+ <data>
203+ <record model="ir.ui.view" id="currency_del_img">
204+ <field name="name">res.company.form.inherit</field>
205+ <field name="model">res.company</field>
206+ <field name="inherit_id" ref="base.view_company_form"/>
207+ <field name="type">form</field>
208+ <field name="arch" type="xml">
209+ <notebook position="inside">
210+ <page string="Webkit">
211+ <field name="lib_path" colspan="4"/>
212+ <separator string="Images" colspan="4"/>
213+ <field name="header_image" colspan="4" nolabel="1"/>
214+ <separator string="Headers" colspan="4"/>
215+ <field name="header_webkit" colspan="4" nolabel="1"/>
216+ </page>
217+ </notebook>
218+ </field>
219+ </record>
220+ </data>
221+</openerp>
222+
223
224=== added file 'report_webkit/data.xml'
225--- report_webkit/data.xml 1970-01-01 00:00:00 +0000
226+++ report_webkit/data.xml 2011-09-14 12:18:22 +0000
227@@ -0,0 +1,227 @@
228+<?xml version="1.0" ?>
229+<openerp>
230+ <data noupdate="1">
231+ <record id="ir_property_webkitheaderdefault0" model="ir.property">
232+ <field name="fields_id" ref="field_ir_act_report_xml_webkit_header"/>
233+ <field eval="&quot;&quot;&quot;webkit_header_default&quot;&quot;&quot;" name="name"/>
234+ <field eval="&quot;&quot;&quot;ir.header_webkit,1&quot;&quot;&quot;" name="value"/>
235+ </record>
236+ <record id="ir_header_webkit_basesample0" model="ir.header_webkit">
237+ <field name="footer_html"><![CDATA[<html>
238+ <head>
239+ <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
240+ <script>
241+ function subst() {
242+ var vars={};
243+ var x=document.location.search.substring(1).split('&');
244+ for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
245+ var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
246+ for(var i in x) {
247+ var y = document.getElementsByClassName(x[i]);
248+ for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
249+ }
250+ }
251+ </script>
252+ </head>
253+ <body style="border:0; margin: 0;" onload="subst()">
254+ <table style="border-top: 1px solid black; width: 100%">
255+ <tr >
256+ <td style="text-align:right;font-size:12;" width="95%">Page <span class="page"/></td><td style="text-align:left;font-size:12;"> of <span class="topage"/></td>
257+ </tr>
258+ </table>
259+ </body>
260+</html>]]></field>
261+ <field eval="&quot;&quot;&quot;Portrait&quot;&quot;&quot;" name="orientation"/>
262+ <field eval="&quot;&quot;&quot;A4&quot;&quot;&quot;" name="format"/>
263+ <field name="html"><![CDATA[<html>
264+ <head>
265+ <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
266+ <script>
267+ function subst() {
268+ var vars={};
269+ var x=document.location.search.substring(1).split('&');
270+ for(var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
271+ var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
272+ for(var i in x) {
273+ var y = document.getElementsByClassName(x[i]);
274+ for(var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
275+ }
276+ }
277+ </script>
278+ <style type="text/css">
279+ ${css}
280+ </style>
281+ </head>
282+ <body style="border:0; margin: 0;" onload="subst()">
283+ <table class="header" style="border-bottom: 0px solid black; width: 100%">
284+ <tr>
285+ <td>${helper.embed_logo_by_name('camptocamp_logo')|n}</td>
286+ <td style="text-align:right"> </td>
287+ </tr>
288+ <tr>
289+ <td><br/></td>
290+ <td style="text-align:right"> </td>
291+ </tr>
292+ <tr>
293+ <td>${company.partner_id.name |entity}</td>
294+ <td/>
295+ </tr>
296+ <tr>
297+ <td >${company.partner_id.address and company.partner_id.address[0].street or ''|entity}</td>
298+ <td/>
299+ </tr>
300+ <tr>
301+ <td>Phone: ${company.partner_id.address and company.partner_id.address[0].phone or ''|entity} </td>
302+ <td/>
303+ </tr>
304+ <tr>
305+ <td>Mail: ${company.partner_id.address and company.partner_id.address[0].email or ''|entity}<br/></td>
306+ </tr>
307+ </table> ${_debug or ''|n} </body>
308+</html>]]>
309+</field>
310+ <field eval="55.0" name="margin_top"/>
311+ <field name="css" ><![CDATA[
312+body {
313+font-family:helvetica;
314+font-size:12;
315+}
316+
317+
318+.dest_address {
319+margin-left:60%;
320+font-size:12;
321+}
322+.header {
323+margin-left:0;
324+text-align:left;
325+width:300px;
326+font-size:12;
327+}
328+
329+.title {
330+font-size:16;
331+font-weight: bold;
332+
333+}
334+
335+
336+.basic_table{
337+text-align:center;
338+border:1px solid lightGrey;
339+border-collapse: collapse;
340+}
341+.basic_table td {
342+border:1px solid lightGrey;
343+font-size:12;
344+
345+
346+}
347+
348+.list_table {
349+border-color:black;
350+text-align:center;
351+border-collapse: collapse;
352+
353+}
354+.list_table td {
355+border-color:gray;
356+border-top:1px solid gray;
357+text-align:left;
358+font-size:12;
359+padding-right:3px
360+padding-left:3px
361+padding-top:3px
362+padding-bottom:3px
363+}
364+
365+.list_table th {
366+border-bottom:2px solid black;
367+text-align:left;
368+font-size:12;
369+font-weight:bold;
370+padding-right:3px
371+padding-left:3px
372+}
373+
374+.list_tabe thead {
375+ display:table-header-group;
376+}
377+
378+
379+.total {
380+width:100%;
381+}
382+.lib {
383+width:10.3%;
384+}
385+.tot {
386+text-align:right;
387+width:15%;
388+}
389+.lefttot {
390+width:74%;
391+}
392+.tax {
393+width:50%;
394+}]]> </field>
395+ <field eval="&quot;&quot;&quot;Base Sample&quot;&quot;&quot;" name="name"/>
396+ </record>
397+ <record id="ir_header_img_camptocamplogo0" model="ir.header_img">
398+ <field eval="&quot;&quot;&quot;png&quot;&quot;&quot;" name="type"/>
399+ <field eval="&quot;&quot;&quot;iVBORw0KGgoAAAANSUhEUgAAAH4AAABaCAYAAAB+HuKoAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz
400+AAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAArWSURB
401+VHic7Z17cFTVHcc/dzebTciTkDcBDElAhAJahCKoRUWrqOgoiNrxUUcRX1Ar0lLLKKPio6PVGUd0
402+tCoj8rA+ihW0an0BNVSRFizyEBUIgRA2CUnIZrPZ2z9+G+9u9m7IwqZJPOczk8m5J+ee+7u/73n8
403+ztm7N4ZpmmjiyKwUe4c+3Wj8ny3pEEd3G6DpHrTwiqKFVxQtvKJo4RUlobsN6LVEj96bYyzfLdG+
404+Fj7+uLvbgM6gh3pF0cIrihZeUbTwitL7g7uujpZjjd5jDe66Kdrv/cJ3H70ieo+GHuoVRQuvKFp4
405+RdHCK0rvCe562F53vFiw+Iht/kK69n51j1cULbyiaOEVRQuvKFp4RTF63HP10aP3aOXt82ONfmO9
406+bvR6YisfKzqq1xwPWnhF0cIrihZeUbTwitJ79uqjET3aj225Eq/oPdbVR6zE6TML3eMVRQuvKFp4
407+RdHCK4oWXlHiF9XHGm3G63n1O/od1bTjItb6u9qeONETl3OxPa/e4u0iM46x/q62J07ooV5RtPCK
408+ooVXlNjn+FkpSVH+Eu0VILGV73nfSesddkbz89ONtkHHsQR3TVEuEM2g2MpHo6ufbIm+924vcFfb
409+Ezv2fgbbVZUe6hVFC68oWnhF0cIrihZeUeyjelkaxCUa7+DboPYnxBrtx4uufnKmh6F7vKJo4RVF
410+C68oWnhF0cIrimHe3MfuSZjmHrdHrVjU3dXoHq8oWnhF0cIrihZeUbTwihItqtf8yNE9XlG08Iqi
411+hVcULbyiaOEVRQuvKFp4RdHCK4oWXlG08IqihVcUJYSv8gS624Qex49aeE+dybJ3m1n+d193m9Lj
412+6IkvP4obL/3NS029SXbmj7p9HxMde8SVBH2LoE9mx7UYBvTtLz8OZ+eu7EqCzMLI/MQ+kFHQuTpA
413+rum2f+Cys583NzaZNDZ1snRColwzpW/nbOtbBI5O9q8Et71PXMn2+dHILISk1A6L2H8enz8ELlsE
414+w84GpwtMEyq2wJqHYeMbVrnkDJj2CIy60Gocfh/sKoeVd8k5AGWnw3XPSvqZK2HSLTDmcrlRzx5Y
415+cSfsWAdXPQGjp4pzPbvhtfnh17tnAySnwfolct5FfxDHBvzwxeuw4jfQ6KHZZ/LUq14ON5gETHA4
416+ID3FYOggJ1MmJoqZrbB2Uwsbv/ZTWy8uSE02GFnm5KxTE0l0tfNJXhlcej8MP1fsA6jcCqsfgs//
417+YpVLSoPLH4bRF1uNo7VFfPLq3bDn35E+WTwDJs2CMdOkQ9Tug5VzYev7cMVjlq9qKmDVvfDZK9b1
418+7npfGtj6JVD1DUy9F/oNEp9sfBOW/xoaPZ0QvvAkqSw5I6IwpgmLp8N/VsvxHW/BsLMk3dIEhtNy
419+Sl0lLBgJviMwfDLc9qbk1+wVsZobrZ7a4oVD30P+UKnHlWw57L5T4OAuOX6sEpLTofpbyC6OtG/3
420+JvjjOXgbjvDgC5Hf+RxR4mT6ZDf+VnjxLS+799sHfblZDm6Y6ibZHXyLSF4ZzPs4uk+evxa+eE2O
421+b30dRpxn75NGD/x+GDQ3hPvEsxuyBob7xO+DA9uh/wjxYWIfyQ/44YHxsO+/cvzAVjl3/3bIKwWj
422+3SBe8RU8OknqDiFyqL/yCbnB1hZ47hqYnQOLJkDDIRnSL39YfhcMgwGj5Jy3F8GcPCn7yXOSl1EA
423+BSdGOirBLWLOyYX3npA8VxJkDYBHz5Y6Vj8k+U4XnDQ5so7sYihfBvOK4XdlsHmN5A8cDROvJ9Fl
424+cP3FblKTRbiMVDmeNEa68dpNLT+IfuIJTmZfmcydVyczdrgMyVWeAKvXtVjXm/G4+MQMwAu/Ehvv
425+HweHD4gvpj0itmYNgEGnyDnv/Qnm5MPsbPjHU5KXkiU2ticxReqbkyujKkhjySuDx8+X661aGFQs
426+AUZeEFlH/hAZ9eYNht+WwJfBRtV/OJw5M6J4uPDpuVB6mqQ3viGt2HdEetIrt8PLt8CLN0qrqtwK
427+cwfC3SeIsYFWcLnDhxW7HvLp87B/m6S3rLHyv3gNdn0mPWhzSH6qzStCGw7B0tvgcJUMi0tmSk8A
428+GHEeDgcUFzpJCE6trgSD4kInOX3ldjdskbLpKQbTJ7vpl2GQmWZw4emJ9M+VMpt3+vH6TLmHoT8P
429+2vsubFghPqnYIjYsvQ2evVoahWeP+GPuQFh1n9iU4Ib6Ksv2pLTI+/nXCmta3PyOlb/pLdj+STC9
430+KqSO9Mg6mhvh5VulMdbthyU3gz/4wq5RUyKKh0cduaVW+sCO8JJf/jXyYk4XlIyHIWdA2QQoHB4e
431+3LUfdgCqv7PS3norXbXTSvtDll+GzUubKraEvzq04ZBMFTkl0vI7oL7RpCEYyA0qcJDQLhYtLXJS
432+URUgEIDqWpOishLLhr2bwwu3TXmhOJxQchoMPQNKJ0iPCw3u7HwS6uvQ+wr1SUvI1GXnkz2bZApp
433+w1svHaxopPilHeHCO9tHNB2QlApz1lhDm2e39Fq/D8b/UvLM1sjzQm8sEDLH+mJ4B6zdP0n0B4fm
434+o9xDa8glXQmRDnSGNIRAAHAmhl64Y7tcSTDnbRj8MzmuqZDht6kOzrgxWKmNT8woG0y+kJdKHO0f
435+Q9rV4Qs2FptVRXhO7T4r3W9geMmRU2R+2r8NtrwD46+xRF8yE/75sqRPnW4Jb3eT8SB/iLT6NmcY
436+DgkYQSLbDkhPNXAlQIsfKqsjnRWal5lmhPskr91ocuIkGHI67Nsq09bYGZboS2+HtX+W9JhplvDR
437+RD5eBowWgdumPMNh2VuzN6J4+LhTtVPmKYBTLpUADiSivHgBTJkPVwcDlZyQqHpXuZVumw/l6sd+
438+Ix2RWQhn324dT5plrVt3rP0h2xG8O3+rNBATcBhQNkC6dWV1gPLgfA+w7ftWvv5OGuvg/k7SUwwZ
439+yQ4GG9NPzreCM1cyXLIQzp8H1z4jTs8K6SzfrLfSZROtdCyjaiwkpcHk2dbxxOut5eTWDyKKh/d4
440+05Sg5LrnwJ0K89fBd5/L3J+eJ2U+eBK8DVD5tXXezGUyzBePlXVuG0fb+DkeLlskjdMMWL2s6bC1
441+qkCCN0+dSW29yZPLveRmGcw4180541x8szdAc4vJ22t9bPjKj9sFFVUBTMDtMrhgQohAbyyAm5bK
442+UD73Q/FJTrG10fThYjhSC/tDfHLTMvh8pax8Rl1k5UfZbIoLlyyEk6fKdFoSDNK99fDRMxFFIyON
443+8mWyeeBtkIi0dIKIbgYkIl8dXG6se8mKvguGwYX3SNmVd1nRZNsaP97sKpcNi+Kxluh1lbD4Cvkd
444+5OShCT+MOdW1AQ7VSc/PznRwwyVuCrLl9g/WBNgbFD0708F1F7nJzQpxzZfBjZCmOllmlZ4mopsB
445+WPsCvLlAypUvtzac8oeIT06aDK/Pl0YJMPTMrvHJzvViy6Cfig6GIRH+s1fJqNWO6N+k6ZMpEXtq
446+P1kqfLtBgpX2DB4HuSVSZvsn0Fgj609XMvi9srGQlArZg6X8oe/FgSBl8sokXbsPGqoj8w8fkB+w
447+NnB2fAqP/QIGngyFw8Sp2z6SxtqOKk+AyuoADodB/xwHWRnh088BT4Aqj0lrwKRfhoOiXIdt0AzI
448+0m7wOEjLkV61q9x2/uSEMWK/rwl2roP6gzJqJvax90nNXmsZHHrvdZVyLkiDyw/ui9RXyZINrA2c
449+Np8UjYSiEUGffBy+cgqhd32Fqr3wmkjhO4n+2EpRtPCK8j8CgILN0JP4oAAAAABJRU5ErkJggg==
450+&quot;&quot;&quot;" name="img"/>
451+ <field eval="&quot;&quot;&quot;camptocamp_logo&quot;&quot;&quot;" name="name"/>
452+ </record>
453+ </data>
454+</openerp>
455
456=== added file 'report_webkit/header.py'
457--- report_webkit/header.py 1970-01-01 00:00:00 +0000
458+++ report_webkit/header.py 2011-09-14 12:18:22 +0000
459@@ -0,0 +1,103 @@
460+# -*- coding: utf-8 -*-
461+##############################################################################
462+#
463+# Copyright (c) 2010 Camptocamp SA (http://www.camptocamp.com)
464+# All Right Reserved
465+#
466+# Author : Nicolas Bessi (Camptocamp)
467+#
468+# WARNING: This program as such is intended to be used by professional
469+# programmers who take the whole responsability of assessing all potential
470+# consequences resulting from its eventual inadequacies and bugs
471+# End users who are looking for a ready-to-use solution with commercial
472+# garantees and support are strongly adviced to contract a Free Software
473+# Service Company
474+#
475+# This program is Free Software; you can redistribute it and/or
476+# modify it under the terms of the GNU General Public License
477+# as published by the Free Software Foundation; either version 2
478+# of the License, or (at your option) any later version.
479+#
480+# This program is distributed in the hope that it will be useful,
481+# but WITHOUT ANY WARRANTY; without even the implied warranty of
482+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
483+# GNU General Public License for more details.
484+#
485+# You should have received a copy of the GNU General Public License
486+# along with this program; if not, write to the Free Software
487+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
488+#
489+##############################################################################
490+
491+from osv import fields, osv
492+
493+class HeaderHTML(osv.osv):
494+ """HTML Header allows you to define HTML CSS and Page format"""
495+
496+ _name = "ir.header_webkit"
497+ _columns = {
498+ 'company_id' : fields.many2one('res.company', 'Company'),
499+ 'html' : fields.text('webkit header', help="Set Webkit Report Header"),
500+ 'footer_html' : fields.text('webkit footer', help="Set Webkit Report Footer."),
501+ 'css' : fields.text('Header CSS'),
502+ 'name' : fields.char('Name', size=128, required=True),
503+ 'margin_top' : fields.float('Top Margin (mm)'),
504+ 'margin_bottom' : fields.float('Bottom Margin (mm)'),
505+ 'margin_left' : fields.float('Left Margin (mm)'),
506+ 'margin_right' : fields.float('Right Margin (mm)'),
507+ 'footer_spacing': fields.float('Footer spacing (mm)'),
508+ 'header_spacing': fields.float('Header spacing (mm)'),
509+ 'orientation' : fields.selection(
510+ [('Landscape','Landscape'),('Portrait', 'Portrait')],
511+ 'Orientation'
512+ ),
513+ 'format': fields.selection(
514+ [
515+ ('A0' ,'A0 5 841 x 1189 mm'),
516+ ('A1' ,'A1 6 594 x 841 mm'),
517+ ('A2' ,'A2 7 420 x 594 mm'),
518+ ('A3' ,'A3 8 297 x 420 mm'),
519+ ('A4' ,'A4 0 210 x 297 mm, 8.26 x 11.69 inches'),
520+ ('A5' ,'A5 9 148 x 210 mm'),
521+ ('A6' ,'A6 10 105 x 148 mm'),
522+ ('A7' ,'A7 11 74 x 105 mm'),
523+ ('A8' ,'A8 12 52 x 74 mm'),
524+ ('A9' ,'A9 13 37 x 52 mm'),
525+ ('B0' ,'B0 14 1000 x 1414 mm'),
526+ ('B1' ,'B1 15 707 x 1000 mm'),
527+ ('B2' ,'B2 17 500 x 707 mm'),
528+ ('B3' ,'B3 18 353 x 500 mm'),
529+ ('B4' ,'B4 19 250 x 353 mm'),
530+ ('B5' ,'B5 1 176 x 250 mm, 6.93 x 9.84 inches'),
531+ ('B6' ,'B6 20 125 x 176 mm'),
532+ ('B7' ,'B7 21 88 x 125 mm'),
533+ ('B8' ,'B8 22 62 x 88 mm'),
534+ ('B9' ,'B9 23 33 x 62 mm'),
535+ ('B10',':B10 16 31 x 44 mm'),
536+ ('C5E','C5E 24 163 x 229 mm'),
537+ ('Comm10E','Comm10E 25 105 x 241 mm, U.S. Common 10 Envelope'),
538+ ('DLE', 'DLE 26 110 x 220 mm'),
539+ ('Executive','Executive 4 7.5 x 10 inches, 190.5 x 254 mm'),
540+ ('Folio','Folio 27 210 x 330 mm'),
541+ ('Ledger', 'Ledger 28 431.8 x 279.4 mm'),
542+ ('Legal', 'Legal 3 8.5 x 14 inches, 215.9 x 355.6 mm'),
543+ ('Letter','Letter 2 8.5 x 11 inches, 215.9 x 279.4 mm'),
544+ ('Tabloid', 'Tabloid 29 279.4 x 431.8 mm'),
545+ ],
546+ 'Paper size',
547+ required=True,
548+ help="Select Proper Paper size"
549+ )
550+ }
551+HeaderHTML()
552+
553+class HeaderImage(osv.osv):
554+ """Logo allows you to define multiple logo per company"""
555+ _name = "ir.header_img"
556+ _columns = {
557+ 'company_id' : fields.many2one('res.company', 'Company'),
558+ 'img' : fields.binary('Image'),
559+ 'name' : fields.char('Name', size=128, required =True, help="Name of Image"),
560+ 'type' : fields.char('Type', size=32, required =True, help="Image type(png,gif,jpeg)")
561+ }
562+HeaderImage()
563
564=== added file 'report_webkit/header_view.xml'
565--- report_webkit/header_view.xml 1970-01-01 00:00:00 +0000
566+++ report_webkit/header_view.xml 2011-09-14 12:18:22 +0000
567@@ -0,0 +1,66 @@
568+<openerp>
569+ <data>
570+ <record model="ir.ui.view" id="header_img">
571+ <field name="name">res.company.header.img</field>
572+ <field name="model">ir.header_img</field>
573+ <field name="type">form</field>
574+ <field name="arch" type="xml">
575+ <form>
576+ <field name='company_id' />
577+ <newline />
578+ <field name="name"/>
579+ <field name="type"/>
580+ <field name="img" widget="image" colspan="4"/>
581+ </form>
582+ </field>
583+ </record>
584+
585+ <record model="ir.ui.view" id="header_webkit">
586+ <field name="name">res.company.header.html</field>
587+ <field name="model">ir.header_webkit</field>
588+ <field name="type">form</field>
589+ <field name="arch" type="xml">
590+ <form>
591+ <field name="name"/>
592+ <newline/>
593+ <notebook>
594+ <page string="Content and styling" >
595+ <field name='company_id' />
596+ <field name="css" colspan="4"/>
597+ <field name="html" colspan="4"/>
598+ <field name="footer_html" colspan="4" />
599+ </page>
600+ <page string="page setup" >
601+ <field name="orientation" />
602+ <field name="format" />
603+ <field name="margin_top" />
604+ <field name="margin_bottom" />
605+ <field name="margin_left" />
606+ <field name="margin_right" />
607+ <field name="header_spacing" />
608+ <field name="footer_spacing" />
609+ </page>
610+ </notebook>
611+ </form>
612+ </field>
613+ </record>
614+
615+ <record id="action_header_img" model="ir.actions.act_window">
616+ <field name="name">Header IMG</field>
617+ <field name="res_model">ir.header_img</field>
618+ <field name="view_type">form</field>
619+ <field name="view_mode">tree,form</field>
620+ </record>
621+ <menuitem action="action_header_img" id="menu_header_img" parent="base.menu_action_res_company_form" sequence="14"/>
622+
623+ <record id="action_header_webkit" model="ir.actions.act_window">
624+ <field name="name">Header HTML</field>
625+ <field name="res_model">ir.header_webkit</field>
626+ <field name="view_type">form</field>
627+ <field name="view_mode">tree,form</field>
628+ </record>
629+ <menuitem action="action_header_webkit" id="menu_header_webkit" parent="base.menu_action_res_company_form" sequence="14"/>
630+
631+
632+ </data>
633+</openerp>
634
635=== added directory 'report_webkit/i18n'
636=== added file 'report_webkit/i18n/bg.po'
637--- report_webkit/i18n/bg.po 1970-01-01 00:00:00 +0000
638+++ report_webkit/i18n/bg.po 2011-09-14 12:18:22 +0000
639@@ -0,0 +1,562 @@
640+# Bulgarian translation for openobject-addons
641+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
642+# This file is distributed under the same license as the openobject-addons package.
643+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
644+#
645+msgid ""
646+msgstr ""
647+"Project-Id-Version: openobject-addons\n"
648+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
649+"POT-Creation-Date: 2011-05-09 10:19+0000\n"
650+"PO-Revision-Date: 2011-03-27 18:19+0000\n"
651+"Last-Translator: Dimitar Markov <dimitar.markov@gmail.com>\n"
652+"Language-Team: Bulgarian <bg@li.org>\n"
653+"MIME-Version: 1.0\n"
654+"Content-Type: text/plain; charset=UTF-8\n"
655+"Content-Transfer-Encoding: 8bit\n"
656+"X-Launchpad-Export-Date: 2011-08-30 05:56+0000\n"
657+"X-Generator: Launchpad (build 13794)\n"
658+
659+#. module: report_webkit
660+#: field:ir.actions.report.xml,webkit_header:0
661+msgid "WebKit Header"
662+msgstr ""
663+
664+#. module: report_webkit
665+#: view:ir.actions.report.xml:0
666+msgid "Webkit Template (used if Report File is not found)"
667+msgstr ""
668+
669+#. module: report_webkit
670+#: selection:ir.header_webkit,format:0
671+msgid "Tabloid 29 279.4 x 431.8 mm"
672+msgstr "Tabloid 29 279.4 x 431.8 mm"
673+
674+#. module: report_webkit
675+#: model:ir.actions.act_window,name:report_webkit.action_header_img
676+#: model:ir.ui.menu,name:report_webkit.menu_header_img
677+msgid "Header IMG"
678+msgstr ""
679+
680+#. module: report_webkit
681+#: field:res.company,lib_path:0
682+msgid "Webkit Executable Path"
683+msgstr ""
684+
685+#. module: report_webkit
686+#: selection:ir.header_webkit,format:0
687+msgid "Ledger 28 431.8 x 279.4 mm"
688+msgstr "Ledger 28 431.8 x 279.4 mm"
689+
690+#. module: report_webkit
691+#: code:addons/report_webkit/webkit_report.py:260
692+#, python-format
693+msgid "No header defined for this Webkit report!"
694+msgstr ""
695+
696+#. module: report_webkit
697+#: help:ir.header_img,type:0
698+msgid "Image type(png,gif,jpeg)"
699+msgstr ""
700+
701+#. module: report_webkit
702+#: selection:ir.header_webkit,format:0
703+msgid "Executive 4 7.5 x 10 inches, 190.5 x 254 mm"
704+msgstr "Executive 4 7.5 x 10 inches, 190.5 x 254 mm"
705+
706+#. module: report_webkit
707+#: field:ir.header_img,company_id:0
708+#: field:ir.header_webkit,company_id:0
709+msgid "Company"
710+msgstr "Фирма"
711+
712+#. module: report_webkit
713+#: code:addons/report_webkit/webkit_report.py:97
714+#, python-format
715+msgid "path to Wkhtmltopdf is not absolute"
716+msgstr ""
717+
718+#. module: report_webkit
719+#: selection:ir.header_webkit,format:0
720+msgid "DLE 26 110 x 220 mm"
721+msgstr "DLE 26 110 x 220 mm"
722+
723+#. module: report_webkit
724+#: selection:ir.header_webkit,format:0
725+msgid "B7 21 88 x 125 mm"
726+msgstr "B7 21 88 x 125 mm"
727+
728+#. module: report_webkit
729+#: code:addons/report_webkit/webkit_report.py:306
730+#: code:addons/report_webkit/webkit_report.py:320
731+#: code:addons/report_webkit/webkit_report.py:338
732+#: code:addons/report_webkit/webkit_report.py:354
733+#, python-format
734+msgid "Webkit render"
735+msgstr ""
736+
737+#. module: report_webkit
738+#: view:res.company:0
739+msgid "Headers"
740+msgstr ""
741+
742+#. module: report_webkit
743+#: help:ir.header_img,name:0
744+msgid "Name of Image"
745+msgstr "Име на изображението"
746+
747+#. module: report_webkit
748+#: code:addons/report_webkit/webkit_report.py:91
749+#, python-format
750+msgid ""
751+"Wrong Wkhtmltopdf path set in company'+\n"
752+" 'Given path is not executable or path is "
753+"wrong"
754+msgstr ""
755+
756+#. module: report_webkit
757+#: code:addons/report_webkit/webkit_report.py:166
758+#, python-format
759+msgid "Webkit raise an error"
760+msgstr ""
761+
762+#. module: report_webkit
763+#: selection:ir.header_webkit,format:0
764+msgid "Legal 3 8.5 x 14 inches, 215.9 x 355.6 mm"
765+msgstr ""
766+
767+#. module: report_webkit
768+#: model:ir.model,name:report_webkit.model_ir_header_webkit
769+msgid "ir.header_webkit"
770+msgstr ""
771+
772+#. module: report_webkit
773+#: model:ir.actions.act_window,name:report_webkit.action_header_webkit
774+#: model:ir.ui.menu,name:report_webkit.menu_header_webkit
775+msgid "Header HTML"
776+msgstr ""
777+
778+#. module: report_webkit
779+#: selection:ir.header_webkit,format:0
780+msgid "A4 0 210 x 297 mm, 8.26 x 11.69 inches"
781+msgstr "A4 0 210 x 297 mm, 8.26 x 11.69 inches"
782+
783+#. module: report_webkit
784+#: code:addons/report_webkit/webkit_report.py:79
785+#, python-format
786+msgid ""
787+"Please install executable on your system'+\n"
788+" ' (sudo apt-get install wkhtmltopdf) or "
789+"download it from here:'+\n"
790+" ' "
791+"http://code.google.com/p/wkhtmltopdf/downloads/list and set the'+\n"
792+" ' path to the executable on the Company "
793+"form.'+\n"
794+" 'Minimal version is 0.9.9"
795+msgstr ""
796+
797+#. module: report_webkit
798+#: view:report.webkit.actions:0
799+msgid "_Cancel"
800+msgstr "_Отказ"
801+
802+#. module: report_webkit
803+#: selection:ir.header_webkit,format:0
804+msgid "B2 17 500 x 707 mm"
805+msgstr "B2 17 500 x 707 mm"
806+
807+#. module: report_webkit
808+#: model:ir.model,name:report_webkit.model_ir_header_img
809+msgid "ir.header_img"
810+msgstr ""
811+
812+#. module: report_webkit
813+#: constraint:res.company:0
814+msgid "Error! You can not create recursive companies."
815+msgstr "Грешка! НЕ може да създавате рекурсивни фирми"
816+
817+#. module: report_webkit
818+#: selection:ir.header_webkit,format:0
819+msgid "A0 5 841 x 1189 mm"
820+msgstr "A0 5 841 x 1189 mm"
821+
822+#. module: report_webkit
823+#: selection:ir.header_webkit,format:0
824+msgid "C5E 24 163 x 229 mm"
825+msgstr "C5E 24 163 x 229 mm"
826+
827+#. module: report_webkit
828+#: field:ir.header_img,type:0
829+msgid "Type"
830+msgstr "Тип"
831+
832+#. module: report_webkit
833+#: code:addons/report_webkit/wizard/report_webkit_actions.py:134
834+#, python-format
835+msgid "Client Actions Connections"
836+msgstr "Връзки към действията на клиента"
837+
838+#. module: report_webkit
839+#: field:res.company,header_image:0
840+msgid "Available Images"
841+msgstr "Налични изображения"
842+
843+#. module: report_webkit
844+#: field:ir.header_webkit,html:0
845+msgid "webkit header"
846+msgstr ""
847+
848+#. module: report_webkit
849+#: selection:ir.header_webkit,format:0
850+msgid "B1 15 707 x 1000 mm"
851+msgstr "B1 15 707 x 1000 mm"
852+
853+#. module: report_webkit
854+#: selection:ir.header_webkit,format:0
855+msgid "A1 6 594 x 841 mm"
856+msgstr "A1 6 594 x 841 mm"
857+
858+#. module: report_webkit
859+#: help:ir.actions.report.xml,webkit_header:0
860+msgid "The header linked to the report"
861+msgstr ""
862+
863+#. module: report_webkit
864+#: code:addons/report_webkit/webkit_report.py:78
865+#, python-format
866+msgid "Wkhtmltopdf library path is not set in company"
867+msgstr ""
868+
869+#. module: report_webkit
870+#: model:ir.module.module,description:report_webkit.module_meta_information
871+msgid ""
872+"This module adds a new Report Engine based on WebKit library (wkhtmltopdf) "
873+"to support reports designed in HTML + CSS.\n"
874+"The module structure and some code is inspired by the report_openoffice "
875+"module.\n"
876+"The module allows:\n"
877+" -HTML report definition\n"
878+" -Multi header support \n"
879+" -Multi logo\n"
880+" -Multi company support\n"
881+" -HTML and CSS-3 support (In the limit of the actual WebKIT version)\n"
882+" -JavaScript support \n"
883+" -Raw HTML debugger\n"
884+" -Book printing capabilities\n"
885+" -Margins definition \n"
886+" -Paper size definition\n"
887+"and much more\n"
888+"\n"
889+"Multiple headers and logos can be defined per company.\n"
890+"CSS style, header and footer body are defined per company\n"
891+"\n"
892+"The library to install can be found here\n"
893+"http://code.google.com/p/wkhtmltopdf/\n"
894+"The system libraries are available for Linux, Mac OS X i386 and Windows 32.\n"
895+"\n"
896+"After installing the wkhtmltopdf library on the OpenERP Server machine, you "
897+"need to set the\n"
898+"path to the wkthtmltopdf executable file on the Company.\n"
899+"\n"
900+"For a sample report see also the webkit_report_sample module, and this "
901+"video:\n"
902+" http://files.me.com/nbessi/06n92k.mov \n"
903+"\n"
904+"\n"
905+"TODO :\n"
906+"JavaScript support activation deactivation\n"
907+"Collated and book format support\n"
908+"Zip return for separated PDF\n"
909+"Web client WYSIWYG\n"
910+" "
911+msgstr ""
912+
913+#. module: report_webkit
914+#: view:ir.actions.report.xml:0
915+#: view:res.company:0
916+msgid "Webkit"
917+msgstr ""
918+
919+#. module: report_webkit
920+#: help:ir.header_webkit,format:0
921+msgid "Select Proper Paper size"
922+msgstr ""
923+
924+#. module: report_webkit
925+#: selection:ir.header_webkit,format:0
926+msgid "B5 1 176 x 250 mm, 6.93 x 9.84 inches"
927+msgstr "B5 1 176 x 250 mm, 6.93 x 9.84 inches"
928+
929+#. module: report_webkit
930+#: view:ir.header_webkit:0
931+msgid "Content and styling"
932+msgstr ""
933+
934+#. module: report_webkit
935+#: selection:ir.header_webkit,format:0
936+msgid "A7 11 74 x 105 mm"
937+msgstr "A7 11 74 x 105 mm"
938+
939+#. module: report_webkit
940+#: selection:ir.header_webkit,format:0
941+msgid "A6 10 105 x 148 mm"
942+msgstr "A6 10 105 x 148 mm"
943+
944+#. module: report_webkit
945+#: help:ir.actions.report.xml,report_webkit_data:0
946+msgid "This template will be used if the main report file is not found"
947+msgstr ""
948+
949+#. module: report_webkit
950+#: selection:ir.header_webkit,format:0
951+msgid "Folio 27 210 x 330 mm"
952+msgstr "Folio 27 210 x 330 mm"
953+
954+#. module: report_webkit
955+#: field:ir.header_webkit,margin_top:0
956+msgid "Top Margin (mm)"
957+msgstr "Горна граница (mm)"
958+
959+#. module: report_webkit
960+#: code:addons/report_webkit/webkit_report.py:261
961+#, python-format
962+msgid "Please set a header in company settings"
963+msgstr ""
964+
965+#. module: report_webkit
966+#: view:report.webkit.actions:0
967+msgid "_Ok"
968+msgstr "_Ok"
969+
970+#. module: report_webkit
971+#: help:report.webkit.actions,print_button:0
972+msgid ""
973+"Check this to add a Print action for this Report in the sidebar of the "
974+"corresponding document types"
975+msgstr ""
976+
977+#. module: report_webkit
978+#: selection:ir.header_webkit,format:0
979+msgid "B3 18 353 x 500 mm"
980+msgstr "B3 18 353 x 500 mm"
981+
982+#. module: report_webkit
983+#: help:ir.actions.report.xml,webkit_debug:0
984+msgid "Enable the webkit engine debugger"
985+msgstr ""
986+
987+#. module: report_webkit
988+#: field:ir.header_img,img:0
989+msgid "Image"
990+msgstr "Изображение"
991+
992+#. module: report_webkit
993+#: field:res.company,header_webkit:0
994+msgid "Available html"
995+msgstr ""
996+
997+#. module: report_webkit
998+#: help:report.webkit.actions,open_action:0
999+msgid ""
1000+"Check this to view the newly added internal print action after creating it "
1001+"(technical view) "
1002+msgstr ""
1003+
1004+#. module: report_webkit
1005+#: view:res.company:0
1006+msgid "Images"
1007+msgstr "Изображения"
1008+
1009+#. module: report_webkit
1010+#: selection:ir.header_webkit,orientation:0
1011+msgid "Portrait"
1012+msgstr "Вертикално"
1013+
1014+#. module: report_webkit
1015+#: selection:ir.header_webkit,orientation:0
1016+msgid "Landscape"
1017+msgstr "Хоризонтално"
1018+
1019+#. module: report_webkit
1020+#: view:ir.header_webkit:0
1021+msgid "page setup"
1022+msgstr ""
1023+
1024+#. module: report_webkit
1025+#: selection:ir.header_webkit,format:0
1026+msgid "B8 22 62 x 88 mm"
1027+msgstr "B8 22 62 x 88 mm"
1028+
1029+#. module: report_webkit
1030+#: selection:ir.header_webkit,format:0
1031+msgid "A2 7 420 x 594 mm"
1032+msgstr "A2 7 420 x 594 mm"
1033+
1034+#. module: report_webkit
1035+#: field:report.webkit.actions,print_button:0
1036+msgid "Add print button"
1037+msgstr "Добавяне на бутон за печат"
1038+
1039+#. module: report_webkit
1040+#: selection:ir.header_webkit,format:0
1041+msgid "A9 13 37 x 52 mm"
1042+msgstr "A9 13 37 x 52 mm"
1043+
1044+#. module: report_webkit
1045+#: model:ir.model,name:report_webkit.model_res_company
1046+msgid "Companies"
1047+msgstr "Фирми"
1048+
1049+#. module: report_webkit
1050+#: field:ir.header_webkit,margin_bottom:0
1051+msgid "Bottom Margin (mm)"
1052+msgstr "Долна граница (mm)"
1053+
1054+#. module: report_webkit
1055+#: model:ir.model,name:report_webkit.model_report_webkit_actions
1056+msgid "Webkit Actions"
1057+msgstr ""
1058+
1059+#. module: report_webkit
1060+#: field:report.webkit.actions,open_action:0
1061+msgid "Open added action"
1062+msgstr ""
1063+
1064+#. module: report_webkit
1065+#: field:ir.header_webkit,margin_right:0
1066+msgid "Right Margin (mm)"
1067+msgstr "Дясна граница (mm)"
1068+
1069+#. module: report_webkit
1070+#: field:ir.header_webkit,orientation:0
1071+msgid "Orientation"
1072+msgstr "Ориентация"
1073+
1074+#. module: report_webkit
1075+#: selection:ir.header_webkit,format:0
1076+msgid "B6 20 125 x 176 mm"
1077+msgstr "B6 20 125 x 176 mm"
1078+
1079+#. module: report_webkit
1080+#: help:ir.header_webkit,html:0
1081+msgid "Set Webkit Report Header"
1082+msgstr ""
1083+
1084+#. module: report_webkit
1085+#: field:ir.header_webkit,format:0
1086+msgid "Paper size"
1087+msgstr "Размер на хартията"
1088+
1089+#. module: report_webkit
1090+#: selection:ir.header_webkit,format:0
1091+msgid ":B10 16 31 x 44 mm"
1092+msgstr ":B10 16 31 x 44 mm"
1093+
1094+#. module: report_webkit
1095+#: field:ir.header_webkit,css:0
1096+msgid "Header CSS"
1097+msgstr ""
1098+
1099+#. module: report_webkit
1100+#: selection:ir.header_webkit,format:0
1101+msgid "B4 19 250 x 353 mm"
1102+msgstr "B4 19 250 x 353 mm"
1103+
1104+#. module: report_webkit
1105+#: selection:ir.header_webkit,format:0
1106+msgid "A3 8 297 x 420 mm"
1107+msgstr "A3 8 297 x 420 mm"
1108+
1109+#. module: report_webkit
1110+#: help:res.company,lib_path:0
1111+msgid "Complete (Absolute) path to the wkhtmltopdf executable."
1112+msgstr ""
1113+
1114+#. module: report_webkit
1115+#: field:ir.header_webkit,footer_html:0
1116+msgid "webkit footer"
1117+msgstr ""
1118+
1119+#. module: report_webkit
1120+#: field:ir.actions.report.xml,webkit_debug:0
1121+msgid "Webkit debug"
1122+msgstr ""
1123+
1124+#. module: report_webkit
1125+#: selection:ir.header_webkit,format:0
1126+msgid "Letter 2 8.5 x 11 inches, 215.9 x 279.4 mm"
1127+msgstr "Letter 2 8.5 x 11 inches, 215.9 x 279.4 mm"
1128+
1129+#. module: report_webkit
1130+#: selection:ir.header_webkit,format:0
1131+msgid "B0 14 1000 x 1414 mm"
1132+msgstr ""
1133+
1134+#. module: report_webkit
1135+#: field:ir.actions.report.xml,report_webkit_data:0
1136+msgid "Webkit Template"
1137+msgstr ""
1138+
1139+#. module: report_webkit
1140+#: model:ir.module.module,shortdesc:report_webkit.module_meta_information
1141+msgid "Webkit Report Engine"
1142+msgstr ""
1143+
1144+#. module: report_webkit
1145+#: field:ir.header_img,name:0
1146+#: field:ir.header_webkit,name:0
1147+msgid "Name"
1148+msgstr "Име"
1149+
1150+#. module: report_webkit
1151+#: selection:ir.header_webkit,format:0
1152+msgid "A5 9 148 x 210 mm"
1153+msgstr "A5 9 148 x 210 mm"
1154+
1155+#. module: report_webkit
1156+#: selection:ir.header_webkit,format:0
1157+msgid "A8 12 52 x 74 mm"
1158+msgstr "A8 12 52 x 74 mm"
1159+
1160+#. module: report_webkit
1161+#: model:ir.actions.act_window,name:report_webkit.wizard_ofdo_report_actions
1162+#: view:report.webkit.actions:0
1163+msgid "Add Print Buttons"
1164+msgstr "Добавяне на бутони за печат"
1165+
1166+#. module: report_webkit
1167+#: selection:ir.header_webkit,format:0
1168+msgid "Comm10E 25 105 x 241 mm, U.S. Common 10 Envelope"
1169+msgstr "Comm10E 25 105 x 241 mm, U.S. Common 10 Envelope"
1170+
1171+#. module: report_webkit
1172+#: code:addons/report_webkit/webkit_report.py:255
1173+#, python-format
1174+msgid "Webkit Report template not found !"
1175+msgstr ""
1176+
1177+#. module: report_webkit
1178+#: field:ir.header_webkit,margin_left:0
1179+msgid "Left Margin (mm)"
1180+msgstr ""
1181+
1182+#. module: report_webkit
1183+#: code:addons/report_webkit/webkit_report.py:255
1184+#, python-format
1185+msgid "Error!"
1186+msgstr ""
1187+
1188+#. module: report_webkit
1189+#: help:ir.header_webkit,footer_html:0
1190+msgid "Set Webkit Report Footer."
1191+msgstr ""
1192+
1193+#. module: report_webkit
1194+#: selection:ir.header_webkit,format:0
1195+msgid "B9 23 33 x 62 mm"
1196+msgstr "B9 23 33 x 62 mm"
1197+
1198+#. module: report_webkit
1199+#: model:ir.model,name:report_webkit.model_ir_actions_report_xml
1200+msgid "ir.actions.report.xml"
1201+msgstr "ir.actions.report.xml"
1202
1203=== added file 'report_webkit/i18n/ca.po'
1204--- report_webkit/i18n/ca.po 1970-01-01 00:00:00 +0000
1205+++ report_webkit/i18n/ca.po 2011-09-14 12:18:22 +0000
1206@@ -0,0 +1,651 @@
1207+# Catalan translation for openobject-addons
1208+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
1209+# This file is distributed under the same license as the openobject-addons package.
1210+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
1211+#
1212+msgid ""
1213+msgstr ""
1214+"Project-Id-Version: openobject-addons\n"
1215+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
1216+"POT-Creation-Date: 2011-05-09 10:19+0000\n"
1217+"PO-Revision-Date: 2011-08-17 00:33+0000\n"
1218+"Last-Translator: mgaja (GrupoIsep.com) <Unknown>\n"
1219+"Language-Team: Catalan <ca@li.org>\n"
1220+"MIME-Version: 1.0\n"
1221+"Content-Type: text/plain; charset=UTF-8\n"
1222+"Content-Transfer-Encoding: 8bit\n"
1223+"X-Launchpad-Export-Date: 2011-08-30 05:56+0000\n"
1224+"X-Generator: Launchpad (build 13794)\n"
1225+
1226+#. module: report_webkit
1227+#: field:ir.actions.report.xml,webkit_header:0
1228+msgid "WebKit Header"
1229+msgstr "Capçalera WebKit"
1230+
1231+#. module: report_webkit
1232+#: view:ir.actions.report.xml:0
1233+msgid "Webkit Template (used if Report File is not found)"
1234+msgstr "Plantilla WebKit (utilitzada si el fitxer de l'informe no existeix)"
1235+
1236+#. module: report_webkit
1237+#: selection:ir.header_webkit,format:0
1238+msgid "Tabloid 29 279.4 x 431.8 mm"
1239+msgstr "Tabloide 29 279,4 x 431,8 mm"
1240+
1241+#. module: report_webkit
1242+#: model:ir.actions.act_window,name:report_webkit.action_header_img
1243+#: model:ir.ui.menu,name:report_webkit.menu_header_img
1244+msgid "Header IMG"
1245+msgstr "Imatge capçalera"
1246+
1247+#. module: report_webkit
1248+#: field:res.company,lib_path:0
1249+msgid "Webkit Executable Path"
1250+msgstr "Ruta executable WebKit"
1251+
1252+#. module: report_webkit
1253+#: selection:ir.header_webkit,format:0
1254+msgid "Ledger 28 431.8 x 279.4 mm"
1255+msgstr "Llibre 28 431,8 x 279,4 mm"
1256+
1257+#. module: report_webkit
1258+#: code:addons/report_webkit/webkit_report.py:260
1259+#, python-format
1260+msgid "No header defined for this Webkit report!"
1261+msgstr "No hi ha capçalera definida per a aquest informe de Webkit !"
1262+
1263+#. module: report_webkit
1264+#: help:ir.header_img,type:0
1265+msgid "Image type(png,gif,jpeg)"
1266+msgstr "Tipus d'imatge (png, gif, jpeg)"
1267+
1268+#. module: report_webkit
1269+#: selection:ir.header_webkit,format:0
1270+msgid "Executive 4 7.5 x 10 inches, 190.5 x 254 mm"
1271+msgstr "Executiu 4 7,5 x 10 pulgades, 190,5 x 254 mm"
1272+
1273+#. module: report_webkit
1274+#: field:ir.header_img,company_id:0
1275+#: field:ir.header_webkit,company_id:0
1276+msgid "Company"
1277+msgstr "Companyia"
1278+
1279+#. module: report_webkit
1280+#: code:addons/report_webkit/webkit_report.py:97
1281+#, python-format
1282+msgid "path to Wkhtmltopdf is not absolute"
1283+msgstr "La ruta a Wkhtmltopdf no és absoluta"
1284+
1285+#. module: report_webkit
1286+#: selection:ir.header_webkit,format:0
1287+msgid "DLE 26 110 x 220 mm"
1288+msgstr "DLE 26 110 x 220 mm"
1289+
1290+#. module: report_webkit
1291+#: selection:ir.header_webkit,format:0
1292+msgid "B7 21 88 x 125 mm"
1293+msgstr "B7 21 88 x 125 mm"
1294+
1295+#. module: report_webkit
1296+#: code:addons/report_webkit/webkit_report.py:306
1297+#: code:addons/report_webkit/webkit_report.py:320
1298+#: code:addons/report_webkit/webkit_report.py:338
1299+#: code:addons/report_webkit/webkit_report.py:354
1300+#, python-format
1301+msgid "Webkit render"
1302+msgstr "Renderitzador de WebKit"
1303+
1304+#. module: report_webkit
1305+#: view:res.company:0
1306+msgid "Headers"
1307+msgstr "Capçaleres"
1308+
1309+#. module: report_webkit
1310+#: help:ir.header_img,name:0
1311+msgid "Name of Image"
1312+msgstr "Nom de la imatge"
1313+
1314+#. module: report_webkit
1315+#: code:addons/report_webkit/webkit_report.py:91
1316+#, python-format
1317+msgid ""
1318+"Wrong Wkhtmltopdf path set in company'+\n"
1319+" 'Given path is not executable or path is "
1320+"wrong"
1321+msgstr ""
1322+"Ruta Wkhtmltopdf errònia en la companyia'+\n"
1323+" 'La ruta actual no pot ser executada o la "
1324+"ruta és errònia"
1325+
1326+#. module: report_webkit
1327+#: code:addons/report_webkit/webkit_report.py:166
1328+#, python-format
1329+msgid "Webkit raise an error"
1330+msgstr "Webkit genera un error"
1331+
1332+#. module: report_webkit
1333+#: selection:ir.header_webkit,format:0
1334+msgid "Legal 3 8.5 x 14 inches, 215.9 x 355.6 mm"
1335+msgstr "Legal 3 8,5 x 14 pulgades, 215,9 x 355,6 mm"
1336+
1337+#. module: report_webkit
1338+#: model:ir.model,name:report_webkit.model_ir_header_webkit
1339+msgid "ir.header_webkit"
1340+msgstr "ir.capçalera_webkit"
1341+
1342+#. module: report_webkit
1343+#: model:ir.actions.act_window,name:report_webkit.action_header_webkit
1344+#: model:ir.ui.menu,name:report_webkit.menu_header_webkit
1345+msgid "Header HTML"
1346+msgstr "Capçalera HTML"
1347+
1348+#. module: report_webkit
1349+#: selection:ir.header_webkit,format:0
1350+msgid "A4 0 210 x 297 mm, 8.26 x 11.69 inches"
1351+msgstr "A4 0 210 x 297 mm, 8,26 x 11,69 pulgades"
1352+
1353+#. module: report_webkit
1354+#: code:addons/report_webkit/webkit_report.py:79
1355+#, python-format
1356+msgid ""
1357+"Please install executable on your system'+\n"
1358+" ' (sudo apt-get install wkhtmltopdf) or "
1359+"download it from here:'+\n"
1360+" ' "
1361+"http://code.google.com/p/wkhtmltopdf/downloads/list and set the'+\n"
1362+" ' path to the executable on the Company "
1363+"form.'+\n"
1364+" 'Minimal version is 0.9.9"
1365+msgstr ""
1366+"Si us plau, instal·la l'executable en el teu sistema'+\n"
1367+" ' (sudo apt-get install wkhtmltopdf) o "
1368+"instal·la-ho des d'aquí:'+\n"
1369+" ' "
1370+"http://code.google.com/p/wkhtmltopdf/downloads/list i estableix la'+\n"
1371+" ' ruta a l'executable en el formulari de la "
1372+"Companyia.'+\n"
1373+" 'La versió mínima és 0.9.9"
1374+
1375+#. module: report_webkit
1376+#: view:report.webkit.actions:0
1377+msgid "_Cancel"
1378+msgstr "_Canceŀla"
1379+
1380+#. module: report_webkit
1381+#: selection:ir.header_webkit,format:0
1382+msgid "B2 17 500 x 707 mm"
1383+msgstr "B2 17 500 x 707 mm"
1384+
1385+#. module: report_webkit
1386+#: model:ir.model,name:report_webkit.model_ir_header_img
1387+msgid "ir.header_img"
1388+msgstr "ir.capçalera_img"
1389+
1390+#. module: report_webkit
1391+#: constraint:res.company:0
1392+msgid "Error! You can not create recursive companies."
1393+msgstr "Error! No podeu crear companyies recursives."
1394+
1395+#. module: report_webkit
1396+#: selection:ir.header_webkit,format:0
1397+msgid "A0 5 841 x 1189 mm"
1398+msgstr "A0 5 841 x 1189 mm"
1399+
1400+#. module: report_webkit
1401+#: selection:ir.header_webkit,format:0
1402+msgid "C5E 24 163 x 229 mm"
1403+msgstr "C5E 24 163 x 229 mm"
1404+
1405+#. module: report_webkit
1406+#: field:ir.header_img,type:0
1407+msgid "Type"
1408+msgstr "Tipus"
1409+
1410+#. module: report_webkit
1411+#: code:addons/report_webkit/wizard/report_webkit_actions.py:134
1412+#, python-format
1413+msgid "Client Actions Connections"
1414+msgstr "Connexions d'accions de client"
1415+
1416+#. module: report_webkit
1417+#: field:res.company,header_image:0
1418+msgid "Available Images"
1419+msgstr "Imatges disponibles"
1420+
1421+#. module: report_webkit
1422+#: field:ir.header_webkit,html:0
1423+msgid "webkit header"
1424+msgstr "Capçalera WebKit"
1425+
1426+#. module: report_webkit
1427+#: selection:ir.header_webkit,format:0
1428+msgid "B1 15 707 x 1000 mm"
1429+msgstr "B1 15 707 x 1000 mm"
1430+
1431+#. module: report_webkit
1432+#: selection:ir.header_webkit,format:0
1433+msgid "A1 6 594 x 841 mm"
1434+msgstr "A1 6 594 x 841 mm"
1435+
1436+#. module: report_webkit
1437+#: help:ir.actions.report.xml,webkit_header:0
1438+msgid "The header linked to the report"
1439+msgstr "La capçalera relacionada amb l'informe"
1440+
1441+#. module: report_webkit
1442+#: code:addons/report_webkit/webkit_report.py:78
1443+#, python-format
1444+msgid "Wkhtmltopdf library path is not set in company"
1445+msgstr "La ruta cap a la llibreria Wkhtmltopdf no està definida en l'empresa"
1446+
1447+#. module: report_webkit
1448+#: model:ir.module.module,description:report_webkit.module_meta_information
1449+msgid ""
1450+"This module adds a new Report Engine based on WebKit library (wkhtmltopdf) "
1451+"to support reports designed in HTML + CSS.\n"
1452+"The module structure and some code is inspired by the report_openoffice "
1453+"module.\n"
1454+"The module allows:\n"
1455+" -HTML report definition\n"
1456+" -Multi header support \n"
1457+" -Multi logo\n"
1458+" -Multi company support\n"
1459+" -HTML and CSS-3 support (In the limit of the actual WebKIT version)\n"
1460+" -JavaScript support \n"
1461+" -Raw HTML debugger\n"
1462+" -Book printing capabilities\n"
1463+" -Margins definition \n"
1464+" -Paper size definition\n"
1465+"and much more\n"
1466+"\n"
1467+"Multiple headers and logos can be defined per company.\n"
1468+"CSS style, header and footer body are defined per company\n"
1469+"\n"
1470+"The library to install can be found here\n"
1471+"http://code.google.com/p/wkhtmltopdf/\n"
1472+"The system libraries are available for Linux, Mac OS X i386 and Windows 32.\n"
1473+"\n"
1474+"After installing the wkhtmltopdf library on the OpenERP Server machine, you "
1475+"need to set the\n"
1476+"path to the wkthtmltopdf executable file on the Company.\n"
1477+"\n"
1478+"For a sample report see also the webkit_report_sample module, and this "
1479+"video:\n"
1480+" http://files.me.com/nbessi/06n92k.mov \n"
1481+"\n"
1482+"\n"
1483+"TODO :\n"
1484+"JavaScript support activation deactivation\n"
1485+"Collated and book format support\n"
1486+"Zip return for separated PDF\n"
1487+"Web client WYSIWYG\n"
1488+" "
1489+msgstr ""
1490+"Aquest mòdul afegeix un nou motor d'informes basat en la llibreria WebKit "
1491+"(wkhtmltopdf) per suportar informes dissenyats en HTML + CSS.\n"
1492+"L'estructura del mòdul i part del codi s'inspira en el mòdul "
1493+"report_openoffice.\n"
1494+"El mòdul permet:\n"
1495+" -Definició de l'informe HTML\n"
1496+" -Suporti múltiples capçaleres\n"
1497+" -Múltiples logotips\n"
1498+" -Suporta multicompanyia\n"
1499+" -Suport HTML i CSS-3 (limitat per la versió actual de Webkit)\n"
1500+" -Suport javascript\n"
1501+" -Depurador HTML Raw\n"
1502+" -Capacitat d'impressió de llibres\n"
1503+" -Definició de marges\n"
1504+" -Definició de formats de pàgina\n"
1505+"i molt més\n"
1506+"\n"
1507+"Es poden definir múltiples capçaleres i logotips per companyia.\n"
1508+"L'estil CSS, l'encapçalat i el peu de pàgina es defineixen per companyia.\n"
1509+"\n"
1510+"La llibreria a instal·lar es pot trobar en:\n"
1511+"http://code.google.com/p/wkhtmltopdf/\n"
1512+"Les llibreries del sistema estan disponibles per Linux, Mac US X i386 i "
1513+"Windows 32.\n"
1514+"\n"
1515+"Després d'instal·lar la biblioteca wkhtmltopdf en el servidor de OpenERP, és "
1516+"necessari establir la\n"
1517+"ruta d'accés a l'arxiu executable wkthtmltopdf en la companyia\n"
1518+"\n"
1519+"Per obtenir un informe d'exemple mireu també el mòdul webkit_report_sample, "
1520+"i aquest vídeo:\n"
1521+" http://files.me.com/nbessi/06n92k.mov\n"
1522+"\n"
1523+"Per implementar:\n"
1524+"Suport d'activació i desactivació de Javascript\n"
1525+"Suport del format book i collated\n"
1526+"Zip per PDF separats\n"
1527+"Editor WYSIWYG per a client web\n"
1528+" "
1529+
1530+#. module: report_webkit
1531+#: view:ir.actions.report.xml:0
1532+#: view:res.company:0
1533+msgid "Webkit"
1534+msgstr "Webkit"
1535+
1536+#. module: report_webkit
1537+#: help:ir.header_webkit,format:0
1538+msgid "Select Proper Paper size"
1539+msgstr "Seleccioneu la grandària de paper adequat"
1540+
1541+#. module: report_webkit
1542+#: selection:ir.header_webkit,format:0
1543+msgid "B5 1 176 x 250 mm, 6.93 x 9.84 inches"
1544+msgstr "B5 1 176 x 250 mm, 6,93 x 9,84 pulgades"
1545+
1546+#. module: report_webkit
1547+#: view:ir.header_webkit:0
1548+msgid "Content and styling"
1549+msgstr "Contingut i estil"
1550+
1551+#. module: report_webkit
1552+#: selection:ir.header_webkit,format:0
1553+msgid "A7 11 74 x 105 mm"
1554+msgstr "A7 11 74 x 105 mm"
1555+
1556+#. module: report_webkit
1557+#: selection:ir.header_webkit,format:0
1558+msgid "A6 10 105 x 148 mm"
1559+msgstr "A6 10 105 x 148 mm"
1560+
1561+#. module: report_webkit
1562+#: help:ir.actions.report.xml,report_webkit_data:0
1563+msgid "This template will be used if the main report file is not found"
1564+msgstr ""
1565+"Aquesta plantilla serà utilitzada si el fitxer de l'informe principal no es "
1566+"troba"
1567+
1568+#. module: report_webkit
1569+#: selection:ir.header_webkit,format:0
1570+msgid "Folio 27 210 x 330 mm"
1571+msgstr "Foli 27 210 x 330 mm"
1572+
1573+#. module: report_webkit
1574+#: field:ir.header_webkit,margin_top:0
1575+msgid "Top Margin (mm)"
1576+msgstr "Marge superior (mm)"
1577+
1578+#. module: report_webkit
1579+#: code:addons/report_webkit/webkit_report.py:261
1580+#, python-format
1581+msgid "Please set a header in company settings"
1582+msgstr "Si us plau, indiqueu la capçalera en la configuració de la companyia"
1583+
1584+#. module: report_webkit
1585+#: view:report.webkit.actions:0
1586+msgid "_Ok"
1587+msgstr "_Accepta"
1588+
1589+#. module: report_webkit
1590+#: help:report.webkit.actions,print_button:0
1591+msgid ""
1592+"Check this to add a Print action for this Report in the sidebar of the "
1593+"corresponding document types"
1594+msgstr ""
1595+"Marca aquesta opció per afegir una acció Imprimir per aquest informe en el "
1596+"lateral dels corresponents tipus de documents"
1597+
1598+#. module: report_webkit
1599+#: selection:ir.header_webkit,format:0
1600+msgid "B3 18 353 x 500 mm"
1601+msgstr "B3 18 353 x 500 mm"
1602+
1603+#. module: report_webkit
1604+#: help:ir.actions.report.xml,webkit_debug:0
1605+msgid "Enable the webkit engine debugger"
1606+msgstr "Activa el motor de debug de Webkit"
1607+
1608+#. module: report_webkit
1609+#: field:ir.header_img,img:0
1610+msgid "Image"
1611+msgstr "Imatge"
1612+
1613+#. module: report_webkit
1614+#: field:res.company,header_webkit:0
1615+msgid "Available html"
1616+msgstr "Html disponible"
1617+
1618+#. module: report_webkit
1619+#: help:report.webkit.actions,open_action:0
1620+msgid ""
1621+"Check this to view the newly added internal print action after creating it "
1622+"(technical view) "
1623+msgstr ""
1624+"Marqueu aquesta opció per veure l'acció que acaba d'afegir d'impressió "
1625+"intern després de la seva creació (vegeu tècniques) "
1626+
1627+#. module: report_webkit
1628+#: view:res.company:0
1629+msgid "Images"
1630+msgstr "Imatges"
1631+
1632+#. module: report_webkit
1633+#: selection:ir.header_webkit,orientation:0
1634+msgid "Portrait"
1635+msgstr "Retrat"
1636+
1637+#. module: report_webkit
1638+#: selection:ir.header_webkit,orientation:0
1639+msgid "Landscape"
1640+msgstr "Horitzontal"
1641+
1642+#. module: report_webkit
1643+#: view:ir.header_webkit:0
1644+msgid "page setup"
1645+msgstr "configuració de pàgina"
1646+
1647+#. module: report_webkit
1648+#: selection:ir.header_webkit,format:0
1649+msgid "B8 22 62 x 88 mm"
1650+msgstr "B8 22 62 x 88 mm"
1651+
1652+#. module: report_webkit
1653+#: selection:ir.header_webkit,format:0
1654+msgid "A2 7 420 x 594 mm"
1655+msgstr "A2 7 420 x 594 mm"
1656+
1657+#. module: report_webkit
1658+#: field:report.webkit.actions,print_button:0
1659+msgid "Add print button"
1660+msgstr "Afegeix botó d'imprimeix"
1661+
1662+#. module: report_webkit
1663+#: selection:ir.header_webkit,format:0
1664+msgid "A9 13 37 x 52 mm"
1665+msgstr "A9 13 37 x 52 mm"
1666+
1667+#. module: report_webkit
1668+#: model:ir.model,name:report_webkit.model_res_company
1669+msgid "Companies"
1670+msgstr "Companyies"
1671+
1672+#. module: report_webkit
1673+#: field:ir.header_webkit,margin_bottom:0
1674+msgid "Bottom Margin (mm)"
1675+msgstr "Marge inferior (mm)"
1676+
1677+#. module: report_webkit
1678+#: model:ir.model,name:report_webkit.model_report_webkit_actions
1679+msgid "Webkit Actions"
1680+msgstr "Accions Webkit"
1681+
1682+#. module: report_webkit
1683+#: field:report.webkit.actions,open_action:0
1684+msgid "Open added action"
1685+msgstr "Obre acció afegida"
1686+
1687+#. module: report_webkit
1688+#: field:ir.header_webkit,margin_right:0
1689+msgid "Right Margin (mm)"
1690+msgstr "Marge dret (mm)"
1691+
1692+#. module: report_webkit
1693+#: field:ir.header_webkit,orientation:0
1694+msgid "Orientation"
1695+msgstr "Orientació"
1696+
1697+#. module: report_webkit
1698+#: selection:ir.header_webkit,format:0
1699+msgid "B6 20 125 x 176 mm"
1700+msgstr "B6 20 125 x 176 mm"
1701+
1702+#. module: report_webkit
1703+#: help:ir.header_webkit,html:0
1704+msgid "Set Webkit Report Header"
1705+msgstr "Estableix capçalera d'informe Webkit"
1706+
1707+#. module: report_webkit
1708+#: field:ir.header_webkit,format:0
1709+msgid "Paper size"
1710+msgstr "Mida del paper"
1711+
1712+#. module: report_webkit
1713+#: selection:ir.header_webkit,format:0
1714+msgid ":B10 16 31 x 44 mm"
1715+msgstr ":B10 16 31 x 44 mm"
1716+
1717+#. module: report_webkit
1718+#: field:ir.header_webkit,css:0
1719+msgid "Header CSS"
1720+msgstr "Capçalera CSS"
1721+
1722+#. module: report_webkit
1723+#: selection:ir.header_webkit,format:0
1724+msgid "B4 19 250 x 353 mm"
1725+msgstr "B4 19 250 x 353 mm"
1726+
1727+#. module: report_webkit
1728+#: selection:ir.header_webkit,format:0
1729+msgid "A3 8 297 x 420 mm"
1730+msgstr "A3 8 297 x 420 mm"
1731+
1732+#. module: report_webkit
1733+#: help:res.company,lib_path:0
1734+msgid "Complete (Absolute) path to the wkhtmltopdf executable."
1735+msgstr "Ruta completa (absoluta) a l'executable wkhtmltopdf."
1736+
1737+#. module: report_webkit
1738+#: field:ir.header_webkit,footer_html:0
1739+msgid "webkit footer"
1740+msgstr "Peu de pàgina Webkit"
1741+
1742+#. module: report_webkit
1743+#: field:ir.actions.report.xml,webkit_debug:0
1744+msgid "Webkit debug"
1745+msgstr "Webkit debug"
1746+
1747+#. module: report_webkit
1748+#: selection:ir.header_webkit,format:0
1749+msgid "Letter 2 8.5 x 11 inches, 215.9 x 279.4 mm"
1750+msgstr "Carta 2 8,5 x 11 pulgades, 215,9 x 279,4 mm"
1751+
1752+#. module: report_webkit
1753+#: selection:ir.header_webkit,format:0
1754+msgid "B0 14 1000 x 1414 mm"
1755+msgstr "B0 14 1000 x 1414 mm"
1756+
1757+#. module: report_webkit
1758+#: field:ir.actions.report.xml,report_webkit_data:0
1759+msgid "Webkit Template"
1760+msgstr "Plantilla Webkit"
1761+
1762+#. module: report_webkit
1763+#: model:ir.module.module,shortdesc:report_webkit.module_meta_information
1764+msgid "Webkit Report Engine"
1765+msgstr "Motor d'informes Webkit"
1766+
1767+#. module: report_webkit
1768+#: field:ir.header_img,name:0
1769+#: field:ir.header_webkit,name:0
1770+msgid "Name"
1771+msgstr "Nom"
1772+
1773+#. module: report_webkit
1774+#: selection:ir.header_webkit,format:0
1775+msgid "A5 9 148 x 210 mm"
1776+msgstr "A5 9 148 x 210 mm"
1777+
1778+#. module: report_webkit
1779+#: selection:ir.header_webkit,format:0
1780+msgid "A8 12 52 x 74 mm"
1781+msgstr "A8 12 52 x 74 mm"
1782+
1783+#. module: report_webkit
1784+#: model:ir.actions.act_window,name:report_webkit.wizard_ofdo_report_actions
1785+#: view:report.webkit.actions:0
1786+msgid "Add Print Buttons"
1787+msgstr "Afegeix botons d'imprimeix"
1788+
1789+#. module: report_webkit
1790+#: selection:ir.header_webkit,format:0
1791+msgid "Comm10E 25 105 x 241 mm, U.S. Common 10 Envelope"
1792+msgstr "Comm10E 25 105 x 241 mm, Sobre U.S. Comú 10"
1793+
1794+#. module: report_webkit
1795+#: code:addons/report_webkit/webkit_report.py:255
1796+#, python-format
1797+msgid "Webkit Report template not found !"
1798+msgstr "Plantilla de l'informe Webkit no trobada!"
1799+
1800+#. module: report_webkit
1801+#: field:ir.header_webkit,margin_left:0
1802+msgid "Left Margin (mm)"
1803+msgstr "Marge esquerra (mm)"
1804+
1805+#. module: report_webkit
1806+#: code:addons/report_webkit/webkit_report.py:255
1807+#, python-format
1808+msgid "Error!"
1809+msgstr "Error!"
1810+
1811+#. module: report_webkit
1812+#: help:ir.header_webkit,footer_html:0
1813+msgid "Set Webkit Report Footer."
1814+msgstr "Defineix peu de pàgina informe Webkit"
1815+
1816+#. module: report_webkit
1817+#: selection:ir.header_webkit,format:0
1818+msgid "B9 23 33 x 62 mm"
1819+msgstr "B9 23 33 x 62 mm"
1820+
1821+#. module: report_webkit
1822+#: model:ir.model,name:report_webkit.model_ir_actions_report_xml
1823+msgid "ir.actions.report.xml"
1824+msgstr "ir.accions.informe.xml"
1825+
1826+#, python-format
1827+#~ msgid ""
1828+#~ "Please install executable on your system'+\n"
1829+#~ " ' (sudo apt-get install wkhtmltopdf) or "
1830+#~ "download it from here:'+\n"
1831+#~ " ' "
1832+#~ "http://code.google.com/p/wkhtmltopdf/downloads/list and set the'+\n"
1833+#~ " ' path to the executable on the Company form."
1834+#~ msgstr ""
1835+#~ "Si us plau instal·leu l'executable en el seu sistema'+\n"
1836+#~ " ' (sudo apt-get install wkhtmltopdf) o "
1837+#~ "descarregueu-lo d'aquí:'+\n"
1838+#~ " ' "
1839+#~ "http://code.google.com/p/wkhtmltopdf/downloads/list i establiu la'+\n"
1840+#~ " ' ruta cap a l'executable en el formulari de la "
1841+#~ "companyia."
1842+
1843+#, python-format
1844+#~ msgid ""
1845+#~ "'))\n"
1846+#~ " header = report_xml.webkit_header.html\n"
1847+#~ " footer = report_xml.webkit_header.footer_html\n"
1848+#~ " if not header and report_xml.header:\n"
1849+#~ " raise except_osv(\n"
1850+#~ " _('No header defined for this Webkit report!"
1851+#~ msgstr ""
1852+#~ "'))\n"
1853+#~ " header = report_xml.webkit_header.html\n"
1854+#~ " footer = report_xml.webkit_header.footer_html\n"
1855+#~ " if not header and report_xml.header:\n"
1856+#~ " raise except_osv(\n"
1857+#~ " _('Capçalera no definida per aquest informe Webkit!"
1858
1859=== added file 'report_webkit/i18n/de.po'
1860--- report_webkit/i18n/de.po 1970-01-01 00:00:00 +0000
1861+++ report_webkit/i18n/de.po 2011-09-14 12:18:22 +0000
1862@@ -0,0 +1,646 @@
1863+# German translation for openobject-addons
1864+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
1865+# This file is distributed under the same license as the openobject-addons package.
1866+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
1867+#
1868+msgid ""
1869+msgstr ""
1870+"Project-Id-Version: openobject-addons\n"
1871+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
1872+"POT-Creation-Date: 2011-05-09 10:19+0000\n"
1873+"PO-Revision-Date: 2011-05-25 19:10+0000\n"
1874+"Last-Translator: Ferdinand @ Camptocamp <Unknown>\n"
1875+"Language-Team: German <de@li.org>\n"
1876+"MIME-Version: 1.0\n"
1877+"Content-Type: text/plain; charset=UTF-8\n"
1878+"Content-Transfer-Encoding: 8bit\n"
1879+"X-Launchpad-Export-Date: 2011-08-30 05:56+0000\n"
1880+"X-Generator: Launchpad (build 13794)\n"
1881+
1882+#. module: report_webkit
1883+#: field:ir.actions.report.xml,webkit_header:0
1884+msgid "WebKit Header"
1885+msgstr "Webkit Vorlage"
1886+
1887+#. module: report_webkit
1888+#: view:ir.actions.report.xml:0
1889+msgid "Webkit Template (used if Report File is not found)"
1890+msgstr ""
1891+"Webkit Vorlage (genutzt falls Report Datei nicht gefunden werden kann)"
1892+
1893+#. module: report_webkit
1894+#: selection:ir.header_webkit,format:0
1895+msgid "Tabloid 29 279.4 x 431.8 mm"
1896+msgstr "Tabloid 29 279.4 x 431.8 mm"
1897+
1898+#. module: report_webkit
1899+#: model:ir.actions.act_window,name:report_webkit.action_header_img
1900+#: model:ir.ui.menu,name:report_webkit.menu_header_img
1901+msgid "Header IMG"
1902+msgstr "Kopftext Bild"
1903+
1904+#. module: report_webkit
1905+#: field:res.company,lib_path:0
1906+msgid "Webkit Executable Path"
1907+msgstr "Webkit Programmpfad."
1908+
1909+#. module: report_webkit
1910+#: selection:ir.header_webkit,format:0
1911+msgid "Ledger 28 431.8 x 279.4 mm"
1912+msgstr "Ledger 28 431.8 x 279.4 mm"
1913+
1914+#. module: report_webkit
1915+#: code:addons/report_webkit/webkit_report.py:260
1916+#, python-format
1917+msgid "No header defined for this Webkit report!"
1918+msgstr "Kopf für diese Webkit Bericht fehlt"
1919+
1920+#. module: report_webkit
1921+#: help:ir.header_img,type:0
1922+msgid "Image type(png,gif,jpeg)"
1923+msgstr "Bildtyp (png,gif,jpeg)"
1924+
1925+#. module: report_webkit
1926+#: selection:ir.header_webkit,format:0
1927+msgid "Executive 4 7.5 x 10 inches, 190.5 x 254 mm"
1928+msgstr "Executive 4 7.5 x 10 inches, 190.5 x 254 mm"
1929+
1930+#. module: report_webkit
1931+#: field:ir.header_img,company_id:0
1932+#: field:ir.header_webkit,company_id:0
1933+msgid "Company"
1934+msgstr "Unternehmen"
1935+
1936+#. module: report_webkit
1937+#: code:addons/report_webkit/webkit_report.py:97
1938+#, python-format
1939+msgid "path to Wkhtmltopdf is not absolute"
1940+msgstr "Pfad zu wkhtmltopdf ist nicht absolut"
1941+
1942+#. module: report_webkit
1943+#: selection:ir.header_webkit,format:0
1944+msgid "DLE 26 110 x 220 mm"
1945+msgstr "DLE 26 110 x 220 mm"
1946+
1947+#. module: report_webkit
1948+#: selection:ir.header_webkit,format:0
1949+msgid "B7 21 88 x 125 mm"
1950+msgstr "B7 21 88 x 125 mm"
1951+
1952+#. module: report_webkit
1953+#: code:addons/report_webkit/webkit_report.py:306
1954+#: code:addons/report_webkit/webkit_report.py:320
1955+#: code:addons/report_webkit/webkit_report.py:338
1956+#: code:addons/report_webkit/webkit_report.py:354
1957+#, python-format
1958+msgid "Webkit render"
1959+msgstr "Webkit Ausgabe"
1960+
1961+#. module: report_webkit
1962+#: view:res.company:0
1963+msgid "Headers"
1964+msgstr "Kopftexte"
1965+
1966+#. module: report_webkit
1967+#: help:ir.header_img,name:0
1968+msgid "Name of Image"
1969+msgstr "Name des Bildes"
1970+
1971+#. module: report_webkit
1972+#: code:addons/report_webkit/webkit_report.py:91
1973+#, python-format
1974+msgid ""
1975+"Wrong Wkhtmltopdf path set in company'+\n"
1976+" 'Given path is not executable or path is "
1977+"wrong"
1978+msgstr ""
1979+"Falscher Wkhtmltopdf Pfad für das Unternehmen'+\n"
1980+" 'Der Pfad ist entweder falsch oder existiert "
1981+"nicht"
1982+
1983+#. module: report_webkit
1984+#: code:addons/report_webkit/webkit_report.py:166
1985+#, python-format
1986+msgid "Webkit raise an error"
1987+msgstr "Webkit verursacht Fehler"
1988+
1989+#. module: report_webkit
1990+#: selection:ir.header_webkit,format:0
1991+msgid "Legal 3 8.5 x 14 inches, 215.9 x 355.6 mm"
1992+msgstr "Legal 3 8.5 x 14 inches, 215.9 x 355.6 mm"
1993+
1994+#. module: report_webkit
1995+#: model:ir.model,name:report_webkit.model_ir_header_webkit
1996+msgid "ir.header_webkit"
1997+msgstr "ir.header_webkit"
1998+
1999+#. module: report_webkit
2000+#: model:ir.actions.act_window,name:report_webkit.action_header_webkit
2001+#: model:ir.ui.menu,name:report_webkit.menu_header_webkit
2002+msgid "Header HTML"
2003+msgstr "HTML Kopftext"
2004+
2005+#. module: report_webkit
2006+#: selection:ir.header_webkit,format:0
2007+msgid "A4 0 210 x 297 mm, 8.26 x 11.69 inches"
2008+msgstr "A4 0 210 x 297 mm, 8.26 x 11.69 inches"
2009+
2010+#. module: report_webkit
2011+#: code:addons/report_webkit/webkit_report.py:79
2012+#, python-format
2013+msgid ""
2014+"Please install executable on your system'+\n"
2015+" ' (sudo apt-get install wkhtmltopdf) or "
2016+"download it from here:'+\n"
2017+" ' "
2018+"http://code.google.com/p/wkhtmltopdf/downloads/list and set the'+\n"
2019+" ' path to the executable on the Company "
2020+"form.'+\n"
2021+" 'Minimal version is 0.9.9"
2022+msgstr ""
2023+"Bitte folgende Module installieren'+\n"
2024+" ' (sudo apt-get install wkhtmltopdf) oder von "
2025+"hier herunterladen:'+\n"
2026+" ' "
2027+"http://code.google.com/p/wkhtmltopdf/downloads/list und setzen Sie den '+\n"
2028+" ' Pfad zur ausführbaren Datei im Company "
2029+"Form.'+\n"
2030+" 'Minimale Version ist 0.9.9"
2031+
2032+#. module: report_webkit
2033+#: view:report.webkit.actions:0
2034+msgid "_Cancel"
2035+msgstr "Abbrechen"
2036+
2037+#. module: report_webkit
2038+#: selection:ir.header_webkit,format:0
2039+msgid "B2 17 500 x 707 mm"
2040+msgstr "B2 17 500 x 707 mm"
2041+
2042+#. module: report_webkit
2043+#: model:ir.model,name:report_webkit.model_ir_header_img
2044+msgid "ir.header_img"
2045+msgstr "ir.header_img"
2046+
2047+#. module: report_webkit
2048+#: constraint:res.company:0
2049+msgid "Error! You can not create recursive companies."
2050+msgstr "Fehler! Sie können keine rekursiven Unternehmen erzeugen."
2051+
2052+#. module: report_webkit
2053+#: selection:ir.header_webkit,format:0
2054+msgid "A0 5 841 x 1189 mm"
2055+msgstr "A0 5 841 x 1189 mm"
2056+
2057+#. module: report_webkit
2058+#: selection:ir.header_webkit,format:0
2059+msgid "C5E 24 163 x 229 mm"
2060+msgstr "C5E 24 163 x 229 mm"
2061+
2062+#. module: report_webkit
2063+#: field:ir.header_img,type:0
2064+msgid "Type"
2065+msgstr "Typ"
2066+
2067+#. module: report_webkit
2068+#: code:addons/report_webkit/wizard/report_webkit_actions.py:134
2069+#, python-format
2070+msgid "Client Actions Connections"
2071+msgstr "Client Aktionen"
2072+
2073+#. module: report_webkit
2074+#: field:res.company,header_image:0
2075+msgid "Available Images"
2076+msgstr "Verfügbare Bilder"
2077+
2078+#. module: report_webkit
2079+#: field:ir.header_webkit,html:0
2080+msgid "webkit header"
2081+msgstr "Webkit Kopftext"
2082+
2083+#. module: report_webkit
2084+#: selection:ir.header_webkit,format:0
2085+msgid "B1 15 707 x 1000 mm"
2086+msgstr "B1 15 707 x 1000 mm"
2087+
2088+#. module: report_webkit
2089+#: selection:ir.header_webkit,format:0
2090+msgid "A1 6 594 x 841 mm"
2091+msgstr "A1 6 594 x 841 mm"
2092+
2093+#. module: report_webkit
2094+#: help:ir.actions.report.xml,webkit_header:0
2095+msgid "The header linked to the report"
2096+msgstr "Der Kopftext für diesen Report"
2097+
2098+#. module: report_webkit
2099+#: code:addons/report_webkit/webkit_report.py:78
2100+#, python-format
2101+msgid "Wkhtmltopdf library path is not set in company"
2102+msgstr "WKhtmltopdf Bibliothek Pfad ist nicht für Unternehmen angegeben"
2103+
2104+#. module: report_webkit
2105+#: model:ir.module.module,description:report_webkit.module_meta_information
2106+msgid ""
2107+"This module adds a new Report Engine based on WebKit library (wkhtmltopdf) "
2108+"to support reports designed in HTML + CSS.\n"
2109+"The module structure and some code is inspired by the report_openoffice "
2110+"module.\n"
2111+"The module allows:\n"
2112+" -HTML report definition\n"
2113+" -Multi header support \n"
2114+" -Multi logo\n"
2115+" -Multi company support\n"
2116+" -HTML and CSS-3 support (In the limit of the actual WebKIT version)\n"
2117+" -JavaScript support \n"
2118+" -Raw HTML debugger\n"
2119+" -Book printing capabilities\n"
2120+" -Margins definition \n"
2121+" -Paper size definition\n"
2122+"and much more\n"
2123+"\n"
2124+"Multiple headers and logos can be defined per company.\n"
2125+"CSS style, header and footer body are defined per company\n"
2126+"\n"
2127+"The library to install can be found here\n"
2128+"http://code.google.com/p/wkhtmltopdf/\n"
2129+"The system libraries are available for Linux, Mac OS X i386 and Windows 32.\n"
2130+"\n"
2131+"After installing the wkhtmltopdf library on the OpenERP Server machine, you "
2132+"need to set the\n"
2133+"path to the wkthtmltopdf executable file on the Company.\n"
2134+"\n"
2135+"For a sample report see also the webkit_report_sample module, and this "
2136+"video:\n"
2137+" http://files.me.com/nbessi/06n92k.mov \n"
2138+"\n"
2139+"\n"
2140+"TODO :\n"
2141+"JavaScript support activation deactivation\n"
2142+"Collated and book format support\n"
2143+"Zip return for separated PDF\n"
2144+"Web client WYSIWYG\n"
2145+" "
2146+msgstr ""
2147+"Dieses Modul bietet eine neue Report Engine auf Basis der Webkit Library "
2148+"(wkhtmltopdf) für Reports, die in HTML + CSS entworfen sind.\n"
2149+"Die Struktur des Moduls und auch Quellcodes wurden inspiriert durch "
2150+"report_openoffice.\n"
2151+"Das Modul ermöglicht folgendes: -HTML Report Definition\n"
2152+" -Multi header support \n"
2153+" -Multi logo\n"
2154+" -Multi company support\n"
2155+" -HTML and CSS-3 support (In the limit of the actual WebKIT version)\n"
2156+" -JavaScript support \n"
2157+" -Raw HTML debugger\n"
2158+" -Book printing capabilities\n"
2159+" -Margins definition \n"
2160+" -Paper size definition\n"
2161+"und vieles mehr ...\n"
2162+"\n"
2163+"Multiple Firmenköpfe für Reports können für jedes Unternehmen separat "
2164+"definiert werden.\n"
2165+"CSS Style, Kopf- und Fusszeilen werden je Unternehmen separat definiert.\n"
2166+"Die Bibliothek der Software finden Sie hier:\n"
2167+"http://code.google.com/p/wkhtmltopdf/\n"
2168+"Die Bibliothek ist gültig für Linux, Mac OS X i386 und Windows 32.\n"
2169+"\n"
2170+"Nach der Installation müssen Sie den Pfad zur wkhtmltopdf Bibliothek "
2171+"angeben. Als Beispiel können Sie auch Orinetierung finden, mit Hilfe dieses "
2172+"Videos:\n"
2173+" http://files.me.com/nbessi/06n92k.mov \n"
2174+"\n"
2175+"\n"
2176+"Offene TODOs der Entwicklung :\n"
2177+"JavaScript support activation deactivation\n"
2178+"Collated and book format support\n"
2179+"Zip return for separated PDF\n"
2180+"Web client WYSIWYG\n"
2181+" "
2182+
2183+#. module: report_webkit
2184+#: view:ir.actions.report.xml:0
2185+#: view:res.company:0
2186+msgid "Webkit"
2187+msgstr "Webkit"
2188+
2189+#. module: report_webkit
2190+#: help:ir.header_webkit,format:0
2191+msgid "Select Proper Paper size"
2192+msgstr "Wähle korrektes Druckformat"
2193+
2194+#. module: report_webkit
2195+#: selection:ir.header_webkit,format:0
2196+msgid "B5 1 176 x 250 mm, 6.93 x 9.84 inches"
2197+msgstr "B5 1 176 x 250 mm, 6.93 x 9.84 inches"
2198+
2199+#. module: report_webkit
2200+#: view:ir.header_webkit:0
2201+msgid "Content and styling"
2202+msgstr "Inhalt und Aussehen"
2203+
2204+#. module: report_webkit
2205+#: selection:ir.header_webkit,format:0
2206+msgid "A7 11 74 x 105 mm"
2207+msgstr "A7 11 74 x 105 mm"
2208+
2209+#. module: report_webkit
2210+#: selection:ir.header_webkit,format:0
2211+msgid "A6 10 105 x 148 mm"
2212+msgstr "A6 10 105 x 148 mm"
2213+
2214+#. module: report_webkit
2215+#: help:ir.actions.report.xml,report_webkit_data:0
2216+msgid "This template will be used if the main report file is not found"
2217+msgstr ""
2218+"Diese Vorlage wird genutzt, wenn die Haupt Report Datei nicht gefunden wird"
2219+
2220+#. module: report_webkit
2221+#: selection:ir.header_webkit,format:0
2222+msgid "Folio 27 210 x 330 mm"
2223+msgstr "Folio 27 210 x 330 mm"
2224+
2225+#. module: report_webkit
2226+#: field:ir.header_webkit,margin_top:0
2227+msgid "Top Margin (mm)"
2228+msgstr "Kopfrand (mm)"
2229+
2230+#. module: report_webkit
2231+#: code:addons/report_webkit/webkit_report.py:261
2232+#, python-format
2233+msgid "Please set a header in company settings"
2234+msgstr "Bitte definieren Sie den Kopftext Ihres Unternehmens"
2235+
2236+#. module: report_webkit
2237+#: view:report.webkit.actions:0
2238+msgid "_Ok"
2239+msgstr "OK"
2240+
2241+#. module: report_webkit
2242+#: help:report.webkit.actions,print_button:0
2243+msgid ""
2244+"Check this to add a Print action for this Report in the sidebar of the "
2245+"corresponding document types"
2246+msgstr ""
2247+"Aktivieren Sie dieses Feld, um an der Seite der korrespondierenden Dokumente "
2248+"einen Druckbutton zu erhalten"
2249+
2250+#. module: report_webkit
2251+#: selection:ir.header_webkit,format:0
2252+msgid "B3 18 353 x 500 mm"
2253+msgstr "B3 18 353 x 500 mm"
2254+
2255+#. module: report_webkit
2256+#: help:ir.actions.report.xml,webkit_debug:0
2257+msgid "Enable the webkit engine debugger"
2258+msgstr "Aktiviere Webkit Debugger"
2259+
2260+#. module: report_webkit
2261+#: field:ir.header_img,img:0
2262+msgid "Image"
2263+msgstr "Bild"
2264+
2265+#. module: report_webkit
2266+#: field:res.company,header_webkit:0
2267+msgid "Available html"
2268+msgstr "Verfügbarer html Text"
2269+
2270+#. module: report_webkit
2271+#: help:report.webkit.actions,open_action:0
2272+msgid ""
2273+"Check this to view the newly added internal print action after creating it "
2274+"(technical view) "
2275+msgstr ""
2276+"Aktivieren Sie diese Option, um eine Voransicht des soeben erzeugten Reports "
2277+"zu erhalten (Technische Ansicht). "
2278+
2279+#. module: report_webkit
2280+#: view:res.company:0
2281+msgid "Images"
2282+msgstr "Bilder"
2283+
2284+#. module: report_webkit
2285+#: selection:ir.header_webkit,orientation:0
2286+msgid "Portrait"
2287+msgstr "Hochformat"
2288+
2289+#. module: report_webkit
2290+#: selection:ir.header_webkit,orientation:0
2291+msgid "Landscape"
2292+msgstr "Querformat"
2293+
2294+#. module: report_webkit
2295+#: view:ir.header_webkit:0
2296+msgid "page setup"
2297+msgstr "Setup Seite"
2298+
2299+#. module: report_webkit
2300+#: selection:ir.header_webkit,format:0
2301+msgid "B8 22 62 x 88 mm"
2302+msgstr "B8 22 62 x 88 mm"
2303+
2304+#. module: report_webkit
2305+#: selection:ir.header_webkit,format:0
2306+msgid "A2 7 420 x 594 mm"
2307+msgstr "A2 7 420 x 594 mm"
2308+
2309+#. module: report_webkit
2310+#: field:report.webkit.actions,print_button:0
2311+msgid "Add print button"
2312+msgstr "Druckbutton hinzufügen"
2313+
2314+#. module: report_webkit
2315+#: selection:ir.header_webkit,format:0
2316+msgid "A9 13 37 x 52 mm"
2317+msgstr "A9 13 37 x 52 mm"
2318+
2319+#. module: report_webkit
2320+#: model:ir.model,name:report_webkit.model_res_company
2321+msgid "Companies"
2322+msgstr "Unternehmen"
2323+
2324+#. module: report_webkit
2325+#: field:ir.header_webkit,margin_bottom:0
2326+msgid "Bottom Margin (mm)"
2327+msgstr "Fußrand (mm)"
2328+
2329+#. module: report_webkit
2330+#: model:ir.model,name:report_webkit.model_report_webkit_actions
2331+msgid "Webkit Actions"
2332+msgstr "Webkit Aktionen"
2333+
2334+#. module: report_webkit
2335+#: field:report.webkit.actions,open_action:0
2336+msgid "Open added action"
2337+msgstr "Öffne hinzugefügte Aktion"
2338+
2339+#. module: report_webkit
2340+#: field:ir.header_webkit,margin_right:0
2341+msgid "Right Margin (mm)"
2342+msgstr "Rechter Rand (mm)"
2343+
2344+#. module: report_webkit
2345+#: field:ir.header_webkit,orientation:0
2346+msgid "Orientation"
2347+msgstr "Ausrichtung"
2348+
2349+#. module: report_webkit
2350+#: selection:ir.header_webkit,format:0
2351+msgid "B6 20 125 x 176 mm"
2352+msgstr "B6 20 125 x 176 mm"
2353+
2354+#. module: report_webkit
2355+#: help:ir.header_webkit,html:0
2356+msgid "Set Webkit Report Header"
2357+msgstr "Definiere Webkit Report Kopf"
2358+
2359+#. module: report_webkit
2360+#: field:ir.header_webkit,format:0
2361+msgid "Paper size"
2362+msgstr "Papierformat"
2363+
2364+#. module: report_webkit
2365+#: selection:ir.header_webkit,format:0
2366+msgid ":B10 16 31 x 44 mm"
2367+msgstr "B10 16 31 x 44 mm"
2368+
2369+#. module: report_webkit
2370+#: field:ir.header_webkit,css:0
2371+msgid "Header CSS"
2372+msgstr "CSS Kopftext"
2373+
2374+#. module: report_webkit
2375+#: selection:ir.header_webkit,format:0
2376+msgid "B4 19 250 x 353 mm"
2377+msgstr "B4 19 250 x 353 mm"
2378+
2379+#. module: report_webkit
2380+#: selection:ir.header_webkit,format:0
2381+msgid "A3 8 297 x 420 mm"
2382+msgstr "A3 8 297 x 420 mm"
2383+
2384+#. module: report_webkit
2385+#: help:res.company,lib_path:0
2386+msgid "Complete (Absolute) path to the wkhtmltopdf executable."
2387+msgstr "Geben Sie den absoulten Pfad für ausführbare wkhtmltopdf an."
2388+
2389+#. module: report_webkit
2390+#: field:ir.header_webkit,footer_html:0
2391+msgid "webkit footer"
2392+msgstr "Webkit Fußtext"
2393+
2394+#. module: report_webkit
2395+#: field:ir.actions.report.xml,webkit_debug:0
2396+msgid "Webkit debug"
2397+msgstr "Webkit debug"
2398+
2399+#. module: report_webkit
2400+#: selection:ir.header_webkit,format:0
2401+msgid "Letter 2 8.5 x 11 inches, 215.9 x 279.4 mm"
2402+msgstr "Letter 2 8.5 x 11 inches, 215.9 x 279.4 mm"
2403+
2404+#. module: report_webkit
2405+#: selection:ir.header_webkit,format:0
2406+msgid "B0 14 1000 x 1414 mm"
2407+msgstr "B0 14 1000 x 1414 mm"
2408+
2409+#. module: report_webkit
2410+#: field:ir.actions.report.xml,report_webkit_data:0
2411+msgid "Webkit Template"
2412+msgstr "Webkit Vorlage"
2413+
2414+#. module: report_webkit
2415+#: model:ir.module.module,shortdesc:report_webkit.module_meta_information
2416+msgid "Webkit Report Engine"
2417+msgstr "Webkit Report Engine"
2418+
2419+#. module: report_webkit
2420+#: field:ir.header_img,name:0
2421+#: field:ir.header_webkit,name:0
2422+msgid "Name"
2423+msgstr "Bezeichnung"
2424+
2425+#. module: report_webkit
2426+#: selection:ir.header_webkit,format:0
2427+msgid "A5 9 148 x 210 mm"
2428+msgstr "A5 9 148 x 210 mm"
2429+
2430+#. module: report_webkit
2431+#: selection:ir.header_webkit,format:0
2432+msgid "A8 12 52 x 74 mm"
2433+msgstr "A8 12 52 x 74 mm"
2434+
2435+#. module: report_webkit
2436+#: model:ir.actions.act_window,name:report_webkit.wizard_ofdo_report_actions
2437+#: view:report.webkit.actions:0
2438+msgid "Add Print Buttons"
2439+msgstr "Hinzufügen Druck Buttons"
2440+
2441+#. module: report_webkit
2442+#: selection:ir.header_webkit,format:0
2443+msgid "Comm10E 25 105 x 241 mm, U.S. Common 10 Envelope"
2444+msgstr "Comm10E 25 105 x 241 mm, U.S. Common 10 Envelope"
2445+
2446+#. module: report_webkit
2447+#: code:addons/report_webkit/webkit_report.py:255
2448+#, python-format
2449+msgid "Webkit Report template not found !"
2450+msgstr "Webkit Report Engine nicht gefunden !"
2451+
2452+#. module: report_webkit
2453+#: field:ir.header_webkit,margin_left:0
2454+msgid "Left Margin (mm)"
2455+msgstr "Linker Rand (mm)"
2456+
2457+#. module: report_webkit
2458+#: code:addons/report_webkit/webkit_report.py:255
2459+#, python-format
2460+msgid "Error!"
2461+msgstr "Fehler !"
2462+
2463+#. module: report_webkit
2464+#: help:ir.header_webkit,footer_html:0
2465+msgid "Set Webkit Report Footer."
2466+msgstr "Definiere Webkit Report Fuß"
2467+
2468+#. module: report_webkit
2469+#: selection:ir.header_webkit,format:0
2470+msgid "B9 23 33 x 62 mm"
2471+msgstr "B9 23 33 x 62 mm"
2472+
2473+#. module: report_webkit
2474+#: model:ir.model,name:report_webkit.model_ir_actions_report_xml
2475+msgid "ir.actions.report.xml"
2476+msgstr "ir.actions.report.xml"
2477+
2478+#, python-format
2479+#~ msgid ""
2480+#~ "Please install executable on your system'+\n"
2481+#~ " ' (sudo apt-get install wkhtmltopdf) or "
2482+#~ "download it from here:'+\n"
2483+#~ " ' "
2484+#~ "http://code.google.com/p/wkhtmltopdf/downloads/list and set the'+\n"
2485+#~ " ' path to the executable on the Company form."
2486+#~ msgstr ""
2487+#~ "Bitte installieren Sie die ausführbare wkhtmltopdf Datei '+\n"
2488+#~ " ' (sudo apt-get install wkhtmltopdf) or "
2489+#~ "download it from here:'+\n"
2490+#~ " ' "
2491+#~ "http://code.google.com/p/wkhtmltopdf/downloads/list and set the'+\n"
2492+#~ " ' path to the executable on the Company form."
2493+
2494+#, python-format
2495+#~ msgid ""
2496+#~ "'))\n"
2497+#~ " header = report_xml.webkit_header.html\n"
2498+#~ " footer = report_xml.webkit_header.footer_html\n"
2499+#~ " if not header and report_xml.header:\n"
2500+#~ " raise except_osv(\n"
2501+#~ " _('No header defined for this Webkit report!"
2502+#~ msgstr ""
2503+#~ "'))\n"
2504+#~ " header = report_xml.webkit_header.html\n"
2505+#~ " footer = report_xml.webkit_header.footer_html\n"
2506+#~ " if not header and report_xml.header:\n"
2507+#~ " raise except_osv(\n"
2508+#~ " _('No header defined for this Webkit report!"
2509
2510=== added file 'report_webkit/i18n/es.po'
2511--- report_webkit/i18n/es.po 1970-01-01 00:00:00 +0000
2512+++ report_webkit/i18n/es.po 2011-09-14 12:18:22 +0000
2513@@ -0,0 +1,649 @@
2514+# Spanish translation for openobject-addons
2515+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
2516+# This file is distributed under the same license as the openobject-addons package.
2517+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
2518+#
2519+msgid ""
2520+msgstr ""
2521+"Project-Id-Version: openobject-addons\n"
2522+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
2523+"POT-Creation-Date: 2011-05-09 10:19+0000\n"
2524+"PO-Revision-Date: 2011-06-21 10:16+0000\n"
2525+"Last-Translator: Amós Oviedo <Unknown>\n"
2526+"Language-Team: Spanish <es@li.org>\n"
2527+"MIME-Version: 1.0\n"
2528+"Content-Type: text/plain; charset=UTF-8\n"
2529+"Content-Transfer-Encoding: 8bit\n"
2530+"X-Launchpad-Export-Date: 2011-08-30 05:56+0000\n"
2531+"X-Generator: Launchpad (build 13794)\n"
2532+
2533+#. module: report_webkit
2534+#: field:ir.actions.report.xml,webkit_header:0
2535+msgid "WebKit Header"
2536+msgstr "Cabecera WebKit"
2537+
2538+#. module: report_webkit
2539+#: view:ir.actions.report.xml:0
2540+msgid "Webkit Template (used if Report File is not found)"
2541+msgstr "Plantilla WebKit (utilizada si el archivo del informe no existe)"
2542+
2543+#. module: report_webkit
2544+#: selection:ir.header_webkit,format:0
2545+msgid "Tabloid 29 279.4 x 431.8 mm"
2546+msgstr "Tabloide 29 279,4 x 431,8 mm"
2547+
2548+#. module: report_webkit
2549+#: model:ir.actions.act_window,name:report_webkit.action_header_img
2550+#: model:ir.ui.menu,name:report_webkit.menu_header_img
2551+msgid "Header IMG"
2552+msgstr "Imagen cabecera"
2553+
2554+#. module: report_webkit
2555+#: field:res.company,lib_path:0
2556+msgid "Webkit Executable Path"
2557+msgstr "Ruta ejecutable WebKit"
2558+
2559+#. module: report_webkit
2560+#: selection:ir.header_webkit,format:0
2561+msgid "Ledger 28 431.8 x 279.4 mm"
2562+msgstr "Libro 28 431,8 x 279,4 mm"
2563+
2564+#. module: report_webkit
2565+#: code:addons/report_webkit/webkit_report.py:260
2566+#, python-format
2567+msgid "No header defined for this Webkit report!"
2568+msgstr "¡ Ninguna cabecera definida para este informe de Webkit !"
2569+
2570+#. module: report_webkit
2571+#: help:ir.header_img,type:0
2572+msgid "Image type(png,gif,jpeg)"
2573+msgstr "Tipo de imagen (png, gif, jpeg)"
2574+
2575+#. module: report_webkit
2576+#: selection:ir.header_webkit,format:0
2577+msgid "Executive 4 7.5 x 10 inches, 190.5 x 254 mm"
2578+msgstr "Ejecutivo 4 7,5 x 10 pulgadas, 190,5 x 254 mm"
2579+
2580+#. module: report_webkit
2581+#: field:ir.header_img,company_id:0
2582+#: field:ir.header_webkit,company_id:0
2583+msgid "Company"
2584+msgstr "Compañía"
2585+
2586+#. module: report_webkit
2587+#: code:addons/report_webkit/webkit_report.py:97
2588+#, python-format
2589+msgid "path to Wkhtmltopdf is not absolute"
2590+msgstr "La ruta a Wkhtmltopdf no es absoluta"
2591+
2592+#. module: report_webkit
2593+#: selection:ir.header_webkit,format:0
2594+msgid "DLE 26 110 x 220 mm"
2595+msgstr "DLE 26 110 x 220 mm"
2596+
2597+#. module: report_webkit
2598+#: selection:ir.header_webkit,format:0
2599+msgid "B7 21 88 x 125 mm"
2600+msgstr "B7 21 88 x 125 mm"
2601+
2602+#. module: report_webkit
2603+#: code:addons/report_webkit/webkit_report.py:306
2604+#: code:addons/report_webkit/webkit_report.py:320
2605+#: code:addons/report_webkit/webkit_report.py:338
2606+#: code:addons/report_webkit/webkit_report.py:354
2607+#, python-format
2608+msgid "Webkit render"
2609+msgstr "Renderizador del webkit"
2610+
2611+#. module: report_webkit
2612+#: view:res.company:0
2613+msgid "Headers"
2614+msgstr "Cabeceras"
2615+
2616+#. module: report_webkit
2617+#: help:ir.header_img,name:0
2618+msgid "Name of Image"
2619+msgstr "Nombre de la imagen"
2620+
2621+#. module: report_webkit
2622+#: code:addons/report_webkit/webkit_report.py:91
2623+#, python-format
2624+msgid ""
2625+"Wrong Wkhtmltopdf path set in company'+\n"
2626+" 'Given path is not executable or path is "
2627+"wrong"
2628+msgstr ""
2629+"Ruta Wkhtmltopdf errónea en la compañía'+\n"
2630+" 'La ruta actual no puede ser ejecutada o la "
2631+"ruta es errónea"
2632+
2633+#. module: report_webkit
2634+#: code:addons/report_webkit/webkit_report.py:166
2635+#, python-format
2636+msgid "Webkit raise an error"
2637+msgstr "Webkit genera un error"
2638+
2639+#. module: report_webkit
2640+#: selection:ir.header_webkit,format:0
2641+msgid "Legal 3 8.5 x 14 inches, 215.9 x 355.6 mm"
2642+msgstr "Legal 3 8,5 x 14 pulgadas, 215,9 x 355,6 mm"
2643+
2644+#. module: report_webkit
2645+#: model:ir.model,name:report_webkit.model_ir_header_webkit
2646+msgid "ir.header_webkit"
2647+msgstr "ir.cabecera_webkit"
2648+
2649+#. module: report_webkit
2650+#: model:ir.actions.act_window,name:report_webkit.action_header_webkit
2651+#: model:ir.ui.menu,name:report_webkit.menu_header_webkit
2652+msgid "Header HTML"
2653+msgstr "Cabecera HTML"
2654+
2655+#. module: report_webkit
2656+#: selection:ir.header_webkit,format:0
2657+msgid "A4 0 210 x 297 mm, 8.26 x 11.69 inches"
2658+msgstr "A4 0 210 x 297 mm, 8,26 x 11,69 pulgadas"
2659+
2660+#. module: report_webkit
2661+#: code:addons/report_webkit/webkit_report.py:79
2662+#, python-format
2663+msgid ""
2664+"Please install executable on your system'+\n"
2665+" ' (sudo apt-get install wkhtmltopdf) or "
2666+"download it from here:'+\n"
2667+" ' "
2668+"http://code.google.com/p/wkhtmltopdf/downloads/list and set the'+\n"
2669+" ' path to the executable on the Company "
2670+"form.'+\n"
2671+" 'Minimal version is 0.9.9"
2672+msgstr ""
2673+"Por favor instala el ejecutable en tu sistema'+\n"
2674+"' (sudo apt-get install wkhtmltopdf) o instálalo desde aquí:'+\n"
2675+"' http://code.google.com/p/wkhtmltopdf/downloads/list y establece la'+\n"
2676+"' ruta al ejecutable en el formulario de la Compañía.'+\n"
2677+"'La versión mínima es 0.9.9"
2678+
2679+#. module: report_webkit
2680+#: view:report.webkit.actions:0
2681+msgid "_Cancel"
2682+msgstr "_Cancelar"
2683+
2684+#. module: report_webkit
2685+#: selection:ir.header_webkit,format:0
2686+msgid "B2 17 500 x 707 mm"
2687+msgstr "B2 17 500 x 707 mm"
2688+
2689+#. module: report_webkit
2690+#: model:ir.model,name:report_webkit.model_ir_header_img
2691+msgid "ir.header_img"
2692+msgstr "ir.cabecera_img"
2693+
2694+#. module: report_webkit
2695+#: constraint:res.company:0
2696+msgid "Error! You can not create recursive companies."
2697+msgstr "¡Error! No puede crear compañías recursivas."
2698+
2699+#. module: report_webkit
2700+#: selection:ir.header_webkit,format:0
2701+msgid "A0 5 841 x 1189 mm"
2702+msgstr "A0 5 841 x 1189 mm"
2703+
2704+#. module: report_webkit
2705+#: selection:ir.header_webkit,format:0
2706+msgid "C5E 24 163 x 229 mm"
2707+msgstr "C5E 24 163 x 229 mm"
2708+
2709+#. module: report_webkit
2710+#: field:ir.header_img,type:0
2711+msgid "Type"
2712+msgstr "Tipo"
2713+
2714+#. module: report_webkit
2715+#: code:addons/report_webkit/wizard/report_webkit_actions.py:134
2716+#, python-format
2717+msgid "Client Actions Connections"
2718+msgstr "Conexiones acciones cliente"
2719+
2720+#. module: report_webkit
2721+#: field:res.company,header_image:0
2722+msgid "Available Images"
2723+msgstr "Imágenes disponibles"
2724+
2725+#. module: report_webkit
2726+#: field:ir.header_webkit,html:0
2727+msgid "webkit header"
2728+msgstr "Cabecera WebKit"
2729+
2730+#. module: report_webkit
2731+#: selection:ir.header_webkit,format:0
2732+msgid "B1 15 707 x 1000 mm"
2733+msgstr "B1 15 707 x 1000 mm"
2734+
2735+#. module: report_webkit
2736+#: selection:ir.header_webkit,format:0
2737+msgid "A1 6 594 x 841 mm"
2738+msgstr "A1 6 594 x 841 mm"
2739+
2740+#. module: report_webkit
2741+#: help:ir.actions.report.xml,webkit_header:0
2742+msgid "The header linked to the report"
2743+msgstr "La cabecera relacionada con el informe"
2744+
2745+#. module: report_webkit
2746+#: code:addons/report_webkit/webkit_report.py:78
2747+#, python-format
2748+msgid "Wkhtmltopdf library path is not set in company"
2749+msgstr ""
2750+"La ruta hacia la librería Wkhtmltopdf no está definida en la compañía"
2751+
2752+#. module: report_webkit
2753+#: model:ir.module.module,description:report_webkit.module_meta_information
2754+msgid ""
2755+"This module adds a new Report Engine based on WebKit library (wkhtmltopdf) "
2756+"to support reports designed in HTML + CSS.\n"
2757+"The module structure and some code is inspired by the report_openoffice "
2758+"module.\n"
2759+"The module allows:\n"
2760+" -HTML report definition\n"
2761+" -Multi header support \n"
2762+" -Multi logo\n"
2763+" -Multi company support\n"
2764+" -HTML and CSS-3 support (In the limit of the actual WebKIT version)\n"
2765+" -JavaScript support \n"
2766+" -Raw HTML debugger\n"
2767+" -Book printing capabilities\n"
2768+" -Margins definition \n"
2769+" -Paper size definition\n"
2770+"and much more\n"
2771+"\n"
2772+"Multiple headers and logos can be defined per company.\n"
2773+"CSS style, header and footer body are defined per company\n"
2774+"\n"
2775+"The library to install can be found here\n"
2776+"http://code.google.com/p/wkhtmltopdf/\n"
2777+"The system libraries are available for Linux, Mac OS X i386 and Windows 32.\n"
2778+"\n"
2779+"After installing the wkhtmltopdf library on the OpenERP Server machine, you "
2780+"need to set the\n"
2781+"path to the wkthtmltopdf executable file on the Company.\n"
2782+"\n"
2783+"For a sample report see also the webkit_report_sample module, and this "
2784+"video:\n"
2785+" http://files.me.com/nbessi/06n92k.mov \n"
2786+"\n"
2787+"\n"
2788+"TODO :\n"
2789+"JavaScript support activation deactivation\n"
2790+"Collated and book format support\n"
2791+"Zip return for separated PDF\n"
2792+"Web client WYSIWYG\n"
2793+" "
2794+msgstr ""
2795+"Este módulo añade un nuevo motor de informes basado en la librería WebKit "
2796+"(wkhtmltopdf) para soportar informes diseñados en HTML + CSS.\n"
2797+"La estructura del módulo y parte del código se inspira en el módulo "
2798+"report_openoffice.\n"
2799+"El módulo permite:\n"
2800+" -Definición del informe HTML\n"
2801+" -Soporte múltiples cabeceras\n"
2802+" -Múltiples logos\n"
2803+" -Soporte multicompañía\n"
2804+" -Soporte HTML y CSS-3 (limitado por la versión actual de Webkit)\n"
2805+" -Soporte javascript\n"
2806+" -Depurador HTML Raw\n"
2807+" -Capacidad de impresión de libros\n"
2808+" -Definición de márgenes\n"
2809+" -Definición de formatos de página\n"
2810+"y mucho más\n"
2811+"\n"
2812+"Se pueden definir múltiples cabeceras y logos por compañía.\n"
2813+"El estilo CSS, el encabezado y el pie de página se definen por compañía.\n"
2814+"\n"
2815+"La librería a instalar se puede encontrar en:\n"
2816+"http://code.google.com/p/wkhtmltopdf/\n"
2817+"Las librerías del sistema están disponibles para Linux, Mac OS X i386 y "
2818+"Windows 32.\n"
2819+"\n"
2820+"Después de instalar la biblioteca wkhtmltopdf en el servidor de OpenERP, es "
2821+"necesario establecer la\n"
2822+"ruta de acceso al archivo ejecutable wkthtmltopdf en la compañía.\n"
2823+"\n"
2824+"Para obtener un informe de ejemplo véase también el módulo "
2825+"webkit_report_sample, y este vídeo:\n"
2826+" http://files.me.com/nbessi/06n92k.mov\n"
2827+"\n"
2828+"Para implementar:\n"
2829+"Soporte de activación y desactivación de JavaScript\n"
2830+"Soporte del formato book y collated\n"
2831+"Zip para PDF separados\n"
2832+"Editor WYSIWYG para cliente web\n"
2833+" "
2834+
2835+#. module: report_webkit
2836+#: view:ir.actions.report.xml:0
2837+#: view:res.company:0
2838+msgid "Webkit"
2839+msgstr "Webkit"
2840+
2841+#. module: report_webkit
2842+#: help:ir.header_webkit,format:0
2843+msgid "Select Proper Paper size"
2844+msgstr "Seleccione el tamaño de papel adecuado"
2845+
2846+#. module: report_webkit
2847+#: selection:ir.header_webkit,format:0
2848+msgid "B5 1 176 x 250 mm, 6.93 x 9.84 inches"
2849+msgstr "B5 1 176 x 250 mm, 6,93 x 9,84 pulgadas"
2850+
2851+#. module: report_webkit
2852+#: view:ir.header_webkit:0
2853+msgid "Content and styling"
2854+msgstr "Contenido y estilo"
2855+
2856+#. module: report_webkit
2857+#: selection:ir.header_webkit,format:0
2858+msgid "A7 11 74 x 105 mm"
2859+msgstr "A7 11 74 x 105 mm"
2860+
2861+#. module: report_webkit
2862+#: selection:ir.header_webkit,format:0
2863+msgid "A6 10 105 x 148 mm"
2864+msgstr "A6 10 105 x 148 mm"
2865+
2866+#. module: report_webkit
2867+#: help:ir.actions.report.xml,report_webkit_data:0
2868+msgid "This template will be used if the main report file is not found"
2869+msgstr ""
2870+"Esta plantilla será utilizada si el fichero del informe principal no se "
2871+"encuentra"
2872+
2873+#. module: report_webkit
2874+#: selection:ir.header_webkit,format:0
2875+msgid "Folio 27 210 x 330 mm"
2876+msgstr "Folio 27 210 x 330 mm"
2877+
2878+#. module: report_webkit
2879+#: field:ir.header_webkit,margin_top:0
2880+msgid "Top Margin (mm)"
2881+msgstr "Margen Superiro (mm)"
2882+
2883+#. module: report_webkit
2884+#: code:addons/report_webkit/webkit_report.py:261
2885+#, python-format
2886+msgid "Please set a header in company settings"
2887+msgstr "Por favor, indique la cabecera en la configuración de la compañía"
2888+
2889+#. module: report_webkit
2890+#: view:report.webkit.actions:0
2891+msgid "_Ok"
2892+msgstr "_Aceptar"
2893+
2894+#. module: report_webkit
2895+#: help:report.webkit.actions,print_button:0
2896+msgid ""
2897+"Check this to add a Print action for this Report in the sidebar of the "
2898+"corresponding document types"
2899+msgstr ""
2900+"Marcar esta opción para añadir una acción Imprimir para este informe en el "
2901+"lateral de los correspondientes tipos de documentos"
2902+
2903+#. module: report_webkit
2904+#: selection:ir.header_webkit,format:0
2905+msgid "B3 18 353 x 500 mm"
2906+msgstr "B3 18 353 x 500 mm"
2907+
2908+#. module: report_webkit
2909+#: help:ir.actions.report.xml,webkit_debug:0
2910+msgid "Enable the webkit engine debugger"
2911+msgstr "Activar el motor de debug de Webkit"
2912+
2913+#. module: report_webkit
2914+#: field:ir.header_img,img:0
2915+msgid "Image"
2916+msgstr "Imagen"
2917+
2918+#. module: report_webkit
2919+#: field:res.company,header_webkit:0
2920+msgid "Available html"
2921+msgstr "Html disponible"
2922+
2923+#. module: report_webkit
2924+#: help:report.webkit.actions,open_action:0
2925+msgid ""
2926+"Check this to view the newly added internal print action after creating it "
2927+"(technical view) "
2928+msgstr ""
2929+"Seleccione esta opción para ver la recientemente añadida acción imprimir "
2930+"después de crearla (vista técnica) "
2931+
2932+#. module: report_webkit
2933+#: view:res.company:0
2934+msgid "Images"
2935+msgstr "Imágenes"
2936+
2937+#. module: report_webkit
2938+#: selection:ir.header_webkit,orientation:0
2939+msgid "Portrait"
2940+msgstr "Horizontal"
2941+
2942+#. module: report_webkit
2943+#: selection:ir.header_webkit,orientation:0
2944+msgid "Landscape"
2945+msgstr "Apaisado"
2946+
2947+#. module: report_webkit
2948+#: view:ir.header_webkit:0
2949+msgid "page setup"
2950+msgstr "configuración página"
2951+
2952+#. module: report_webkit
2953+#: selection:ir.header_webkit,format:0
2954+msgid "B8 22 62 x 88 mm"
2955+msgstr "B8 22 62 x 88 mm"
2956+
2957+#. module: report_webkit
2958+#: selection:ir.header_webkit,format:0
2959+msgid "A2 7 420 x 594 mm"
2960+msgstr "A2 7 420 x 594 mm"
2961+
2962+#. module: report_webkit
2963+#: field:report.webkit.actions,print_button:0
2964+msgid "Add print button"
2965+msgstr "Añadir botón de imprimir"
2966+
2967+#. module: report_webkit
2968+#: selection:ir.header_webkit,format:0
2969+msgid "A9 13 37 x 52 mm"
2970+msgstr "A9 13 37 x 52 mm"
2971+
2972+#. module: report_webkit
2973+#: model:ir.model,name:report_webkit.model_res_company
2974+msgid "Companies"
2975+msgstr "Compañías"
2976+
2977+#. module: report_webkit
2978+#: field:ir.header_webkit,margin_bottom:0
2979+msgid "Bottom Margin (mm)"
2980+msgstr "Margen inferior (mm)"
2981+
2982+#. module: report_webkit
2983+#: model:ir.model,name:report_webkit.model_report_webkit_actions
2984+msgid "Webkit Actions"
2985+msgstr "Acciones Webkit"
2986+
2987+#. module: report_webkit
2988+#: field:report.webkit.actions,open_action:0
2989+msgid "Open added action"
2990+msgstr "Abrir acción añadida"
2991+
2992+#. module: report_webkit
2993+#: field:ir.header_webkit,margin_right:0
2994+msgid "Right Margin (mm)"
2995+msgstr "Margen derecho (mm)"
2996+
2997+#. module: report_webkit
2998+#: field:ir.header_webkit,orientation:0
2999+msgid "Orientation"
3000+msgstr "Orientación"
3001+
3002+#. module: report_webkit
3003+#: selection:ir.header_webkit,format:0
3004+msgid "B6 20 125 x 176 mm"
3005+msgstr "B6 20 125 x 176 mm"
3006+
3007+#. module: report_webkit
3008+#: help:ir.header_webkit,html:0
3009+msgid "Set Webkit Report Header"
3010+msgstr "Establecer cabecera informe Webkit"
3011+
3012+#. module: report_webkit
3013+#: field:ir.header_webkit,format:0
3014+msgid "Paper size"
3015+msgstr "Tamaño del papel"
3016+
3017+#. module: report_webkit
3018+#: selection:ir.header_webkit,format:0
3019+msgid ":B10 16 31 x 44 mm"
3020+msgstr ":B10 16 31 x 44 mm"
3021+
3022+#. module: report_webkit
3023+#: field:ir.header_webkit,css:0
3024+msgid "Header CSS"
3025+msgstr "Cabecera CSS"
3026+
3027+#. module: report_webkit
3028+#: selection:ir.header_webkit,format:0
3029+msgid "B4 19 250 x 353 mm"
3030+msgstr "B4 19 250 x 353 mm"
3031+
3032+#. module: report_webkit
3033+#: selection:ir.header_webkit,format:0
3034+msgid "A3 8 297 x 420 mm"
3035+msgstr "A3 8 297 x 420 mm"
3036+
3037+#. module: report_webkit
3038+#: help:res.company,lib_path:0
3039+msgid "Complete (Absolute) path to the wkhtmltopdf executable."
3040+msgstr "Ruta completa (absoluta) al ejecutable wkhtmltopdf."
3041+
3042+#. module: report_webkit
3043+#: field:ir.header_webkit,footer_html:0
3044+msgid "webkit footer"
3045+msgstr "pie de página Webkit"
3046+
3047+#. module: report_webkit
3048+#: field:ir.actions.report.xml,webkit_debug:0
3049+msgid "Webkit debug"
3050+msgstr "Webkit debug"
3051+
3052+#. module: report_webkit
3053+#: selection:ir.header_webkit,format:0
3054+msgid "Letter 2 8.5 x 11 inches, 215.9 x 279.4 mm"
3055+msgstr "Carta 2 8,5 x 11 pulgadas, 215,9 x 279,4 mm"
3056+
3057+#. module: report_webkit
3058+#: selection:ir.header_webkit,format:0
3059+msgid "B0 14 1000 x 1414 mm"
3060+msgstr "B0 14 1000 x 1414 mm"
3061+
3062+#. module: report_webkit
3063+#: field:ir.actions.report.xml,report_webkit_data:0
3064+msgid "Webkit Template"
3065+msgstr "Plantilla Webkit"
3066+
3067+#. module: report_webkit
3068+#: model:ir.module.module,shortdesc:report_webkit.module_meta_information
3069+msgid "Webkit Report Engine"
3070+msgstr "Motor de informes Webkit"
3071+
3072+#. module: report_webkit
3073+#: field:ir.header_img,name:0
3074+#: field:ir.header_webkit,name:0
3075+msgid "Name"
3076+msgstr "Nombre"
3077+
3078+#. module: report_webkit
3079+#: selection:ir.header_webkit,format:0
3080+msgid "A5 9 148 x 210 mm"
3081+msgstr "A5 9 148 x 210 mm"
3082+
3083+#. module: report_webkit
3084+#: selection:ir.header_webkit,format:0
3085+msgid "A8 12 52 x 74 mm"
3086+msgstr "A8 12 52 x 74 mm"
3087+
3088+#. module: report_webkit
3089+#: model:ir.actions.act_window,name:report_webkit.wizard_ofdo_report_actions
3090+#: view:report.webkit.actions:0
3091+msgid "Add Print Buttons"
3092+msgstr "Añadir botones imprimir"
3093+
3094+#. module: report_webkit
3095+#: selection:ir.header_webkit,format:0
3096+msgid "Comm10E 25 105 x 241 mm, U.S. Common 10 Envelope"
3097+msgstr "Comm10E 25 105 x 241 mm, Sobre U.S. Común 10"
3098+
3099+#. module: report_webkit
3100+#: code:addons/report_webkit/webkit_report.py:255
3101+#, python-format
3102+msgid "Webkit Report template not found !"
3103+msgstr "¡Plantilla del informe Webkit no encontrada!"
3104+
3105+#. module: report_webkit
3106+#: field:ir.header_webkit,margin_left:0
3107+msgid "Left Margin (mm)"
3108+msgstr "Margen izquierdo (mm)"
3109+
3110+#. module: report_webkit
3111+#: code:addons/report_webkit/webkit_report.py:255
3112+#, python-format
3113+msgid "Error!"
3114+msgstr "¡Error!"
3115+
3116+#. module: report_webkit
3117+#: help:ir.header_webkit,footer_html:0
3118+msgid "Set Webkit Report Footer."
3119+msgstr "Definir pie de página informe Webkit"
3120+
3121+#. module: report_webkit
3122+#: selection:ir.header_webkit,format:0
3123+msgid "B9 23 33 x 62 mm"
3124+msgstr "B9 23 33 x 62 mm"
3125+
3126+#. module: report_webkit
3127+#: model:ir.model,name:report_webkit.model_ir_actions_report_xml
3128+msgid "ir.actions.report.xml"
3129+msgstr "ir.acciones.informe.xml"
3130+
3131+#, python-format
3132+#~ msgid ""
3133+#~ "Please install executable on your system'+\n"
3134+#~ " ' (sudo apt-get install wkhtmltopdf) or "
3135+#~ "download it from here:'+\n"
3136+#~ " ' "
3137+#~ "http://code.google.com/p/wkhtmltopdf/downloads/list and set the'+\n"
3138+#~ " ' path to the executable on the Company form."
3139+#~ msgstr ""
3140+#~ "Por favor instale el ejecutable en su sistema'+\n"
3141+#~ " ' (sudo apt-get install wkhtmltopdf) o "
3142+#~ "desárguelo de aquí:'+\n"
3143+#~ " ' "
3144+#~ "http://code.google.com/p/wkhtmltopdf/downloads/list y establezca la'+\n"
3145+#~ " ' ruta hacia el ejecutable en el formulario de "
3146+#~ "la compañía."
3147+
3148+#, python-format
3149+#~ msgid ""
3150+#~ "'))\n"
3151+#~ " header = report_xml.webkit_header.html\n"
3152+#~ " footer = report_xml.webkit_header.footer_html\n"
3153+#~ " if not header and report_xml.header:\n"
3154+#~ " raise except_osv(\n"
3155+#~ " _('No header defined for this Webkit report!"
3156+#~ msgstr ""
3157+#~ "'))\n"
3158+#~ " header = report_xml.webkit_header.html\n"
3159+#~ " footer = report_xml.webkit_header.footer_html\n"
3160+#~ " if not header and report_xml.header:\n"
3161+#~ " raise except_osv(\n"
3162+#~ " _('Cabecera no definida para este reporte Webkit!"
3163
3164=== added file 'report_webkit/i18n/fi.po'
3165--- report_webkit/i18n/fi.po 1970-01-01 00:00:00 +0000
3166+++ report_webkit/i18n/fi.po 2011-09-14 12:18:22 +0000
3167@@ -0,0 +1,564 @@
3168+# Finnish translation for openobject-addons
3169+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
3170+# This file is distributed under the same license as the openobject-addons package.
3171+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
3172+#
3173+msgid ""
3174+msgstr ""
3175+"Project-Id-Version: openobject-addons\n"
3176+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
3177+"POT-Creation-Date: 2011-05-09 10:19+0000\n"
3178+"PO-Revision-Date: 2011-07-21 08:45+0000\n"
3179+"Last-Translator: Juha Kotamäki <Unknown>\n"
3180+"Language-Team: Finnish <fi@li.org>\n"
3181+"MIME-Version: 1.0\n"
3182+"Content-Type: text/plain; charset=UTF-8\n"
3183+"Content-Transfer-Encoding: 8bit\n"
3184+"X-Launchpad-Export-Date: 2011-08-30 05:56+0000\n"
3185+"X-Generator: Launchpad (build 13794)\n"
3186+
3187+#. module: report_webkit
3188+#: field:ir.actions.report.xml,webkit_header:0
3189+msgid "WebKit Header"
3190+msgstr "Webkit yläotsikko"
3191+
3192+#. module: report_webkit
3193+#: view:ir.actions.report.xml:0
3194+msgid "Webkit Template (used if Report File is not found)"
3195+msgstr "Webkit mallipohja (käytetään jos raporttiedostoa ei löydy)"
3196+
3197+#. module: report_webkit
3198+#: selection:ir.header_webkit,format:0
3199+msgid "Tabloid 29 279.4 x 431.8 mm"
3200+msgstr ""
3201+
3202+#. module: report_webkit
3203+#: model:ir.actions.act_window,name:report_webkit.action_header_img
3204+#: model:ir.ui.menu,name:report_webkit.menu_header_img
3205+msgid "Header IMG"
3206+msgstr "Yläotsikon kuva"
3207+
3208+#. module: report_webkit
3209+#: field:res.company,lib_path:0
3210+msgid "Webkit Executable Path"
3211+msgstr "Webkitin ohjelmatiedoston polku"
3212+
3213+#. module: report_webkit
3214+#: selection:ir.header_webkit,format:0
3215+msgid "Ledger 28 431.8 x 279.4 mm"
3216+msgstr ""
3217+
3218+#. module: report_webkit
3219+#: code:addons/report_webkit/webkit_report.py:260
3220+#, python-format
3221+msgid "No header defined for this Webkit report!"
3222+msgstr "Tälle Webkit raportille ei ole määritelty yläotsikkoa"
3223+
3224+#. module: report_webkit
3225+#: help:ir.header_img,type:0
3226+msgid "Image type(png,gif,jpeg)"
3227+msgstr "Kuvatiedoston tyyppi (png,gif,jpeg)"
3228+
3229+#. module: report_webkit
3230+#: selection:ir.header_webkit,format:0
3231+msgid "Executive 4 7.5 x 10 inches, 190.5 x 254 mm"
3232+msgstr ""
3233+
3234+#. module: report_webkit
3235+#: field:ir.header_img,company_id:0
3236+#: field:ir.header_webkit,company_id:0
3237+msgid "Company"
3238+msgstr "Yritys"
3239+
3240+#. module: report_webkit
3241+#: code:addons/report_webkit/webkit_report.py:97
3242+#, python-format
3243+msgid "path to Wkhtmltopdf is not absolute"
3244+msgstr "Polku Wkhtmltopdf'iin ei ole absoluuttinen"
3245+
3246+#. module: report_webkit
3247+#: selection:ir.header_webkit,format:0
3248+msgid "DLE 26 110 x 220 mm"
3249+msgstr ""
3250+
3251+#. module: report_webkit
3252+#: selection:ir.header_webkit,format:0
3253+msgid "B7 21 88 x 125 mm"
3254+msgstr ""
3255+
3256+#. module: report_webkit
3257+#: code:addons/report_webkit/webkit_report.py:306
3258+#: code:addons/report_webkit/webkit_report.py:320
3259+#: code:addons/report_webkit/webkit_report.py:338
3260+#: code:addons/report_webkit/webkit_report.py:354
3261+#, python-format
3262+msgid "Webkit render"
3263+msgstr ""
3264+
3265+#. module: report_webkit
3266+#: view:res.company:0
3267+msgid "Headers"
3268+msgstr "Otsakkeet"
3269+
3270+#. module: report_webkit
3271+#: help:ir.header_img,name:0
3272+msgid "Name of Image"
3273+msgstr "Kuvatiedoston nimi"
3274+
3275+#. module: report_webkit
3276+#: code:addons/report_webkit/webkit_report.py:91
3277+#, python-format
3278+msgid ""
3279+"Wrong Wkhtmltopdf path set in company'+\n"
3280+" 'Given path is not executable or path is "
3281+"wrong"
3282+msgstr ""
3283+
3284+#. module: report_webkit
3285+#: code:addons/report_webkit/webkit_report.py:166
3286+#, python-format
3287+msgid "Webkit raise an error"
3288+msgstr ""
3289+
3290+#. module: report_webkit
3291+#: selection:ir.header_webkit,format:0
3292+msgid "Legal 3 8.5 x 14 inches, 215.9 x 355.6 mm"
3293+msgstr ""
3294+
3295+#. module: report_webkit
3296+#: model:ir.model,name:report_webkit.model_ir_header_webkit
3297+msgid "ir.header_webkit"
3298+msgstr ""
3299+
3300+#. module: report_webkit
3301+#: model:ir.actions.act_window,name:report_webkit.action_header_webkit
3302+#: model:ir.ui.menu,name:report_webkit.menu_header_webkit
3303+msgid "Header HTML"
3304+msgstr "Yläotsikon HTML"
3305+
3306+#. module: report_webkit
3307+#: selection:ir.header_webkit,format:0
3308+msgid "A4 0 210 x 297 mm, 8.26 x 11.69 inches"
3309+msgstr ""
3310+
3311+#. module: report_webkit
3312+#: code:addons/report_webkit/webkit_report.py:79
3313+#, python-format
3314+msgid ""
3315+"Please install executable on your system'+\n"
3316+" ' (sudo apt-get install wkhtmltopdf) or "
3317+"download it from here:'+\n"
3318+" ' "
3319+"http://code.google.com/p/wkhtmltopdf/downloads/list and set the'+\n"
3320+" ' path to the executable on the Company "
3321+"form.'+\n"
3322+" 'Minimal version is 0.9.9"
3323+msgstr ""
3324+
3325+#. module: report_webkit
3326+#: view:report.webkit.actions:0
3327+msgid "_Cancel"
3328+msgstr "_Peru"
3329+
3330+#. module: report_webkit
3331+#: selection:ir.header_webkit,format:0
3332+msgid "B2 17 500 x 707 mm"
3333+msgstr ""
3334+
3335+#. module: report_webkit
3336+#: model:ir.model,name:report_webkit.model_ir_header_img
3337+msgid "ir.header_img"
3338+msgstr ""
3339+
3340+#. module: report_webkit
3341+#: constraint:res.company:0
3342+msgid "Error! You can not create recursive companies."
3343+msgstr "Virhe! Et voi luoda sisäkkäisiä yrityksiä."
3344+
3345+#. module: report_webkit
3346+#: selection:ir.header_webkit,format:0
3347+msgid "A0 5 841 x 1189 mm"
3348+msgstr ""
3349+
3350+#. module: report_webkit
3351+#: selection:ir.header_webkit,format:0
3352+msgid "C5E 24 163 x 229 mm"
3353+msgstr ""
3354+
3355+#. module: report_webkit
3356+#: field:ir.header_img,type:0
3357+msgid "Type"
3358+msgstr "Tyyppi"
3359+
3360+#. module: report_webkit
3361+#: code:addons/report_webkit/wizard/report_webkit_actions.py:134
3362+#, python-format
3363+msgid "Client Actions Connections"
3364+msgstr "Asiakasohjelman toimintojen yhteydet"
3365+
3366+#. module: report_webkit
3367+#: field:res.company,header_image:0
3368+msgid "Available Images"
3369+msgstr "Käytettävissäolevat kuvat"
3370+
3371+#. module: report_webkit
3372+#: field:ir.header_webkit,html:0
3373+msgid "webkit header"
3374+msgstr "Webkit yläotsikko"
3375+
3376+#. module: report_webkit
3377+#: selection:ir.header_webkit,format:0
3378+msgid "B1 15 707 x 1000 mm"
3379+msgstr ""
3380+
3381+#. module: report_webkit
3382+#: selection:ir.header_webkit,format:0
3383+msgid "A1 6 594 x 841 mm"
3384+msgstr ""
3385+
3386+#. module: report_webkit
3387+#: help:ir.actions.report.xml,webkit_header:0
3388+msgid "The header linked to the report"
3389+msgstr "Yläotsikko joka on linkitetty raporttiin"
3390+
3391+#. module: report_webkit
3392+#: code:addons/report_webkit/webkit_report.py:78
3393+#, python-format
3394+msgid "Wkhtmltopdf library path is not set in company"
3395+msgstr "Wkhtmltopdf kiraston polkua ei ole määritelty yritykselle"
3396+
3397+#. module: report_webkit
3398+#: model:ir.module.module,description:report_webkit.module_meta_information
3399+msgid ""
3400+"This module adds a new Report Engine based on WebKit library (wkhtmltopdf) "
3401+"to support reports designed in HTML + CSS.\n"
3402+"The module structure and some code is inspired by the report_openoffice "
3403+"module.\n"
3404+"The module allows:\n"
3405+" -HTML report definition\n"
3406+" -Multi header support \n"
3407+" -Multi logo\n"
3408+" -Multi company support\n"
3409+" -HTML and CSS-3 support (In the limit of the actual WebKIT version)\n"
3410+" -JavaScript support \n"
3411+" -Raw HTML debugger\n"
3412+" -Book printing capabilities\n"
3413+" -Margins definition \n"
3414+" -Paper size definition\n"
3415+"and much more\n"
3416+"\n"
3417+"Multiple headers and logos can be defined per company.\n"
3418+"CSS style, header and footer body are defined per company\n"
3419+"\n"
3420+"The library to install can be found here\n"
3421+"http://code.google.com/p/wkhtmltopdf/\n"
3422+"The system libraries are available for Linux, Mac OS X i386 and Windows 32.\n"
3423+"\n"
3424+"After installing the wkhtmltopdf library on the OpenERP Server machine, you "
3425+"need to set the\n"
3426+"path to the wkthtmltopdf executable file on the Company.\n"
3427+"\n"
3428+"For a sample report see also the webkit_report_sample module, and this "
3429+"video:\n"
3430+" http://files.me.com/nbessi/06n92k.mov \n"
3431+"\n"
3432+"\n"
3433+"TODO :\n"
3434+"JavaScript support activation deactivation\n"
3435+"Collated and book format support\n"
3436+"Zip return for separated PDF\n"
3437+"Web client WYSIWYG\n"
3438+" "
3439+msgstr ""
3440+
3441+#. module: report_webkit
3442+#: view:ir.actions.report.xml:0
3443+#: view:res.company:0
3444+msgid "Webkit"
3445+msgstr ""
3446+
3447+#. module: report_webkit
3448+#: help:ir.header_webkit,format:0
3449+msgid "Select Proper Paper size"
3450+msgstr "Valitse oikea paperinkoko"
3451+
3452+#. module: report_webkit
3453+#: selection:ir.header_webkit,format:0
3454+msgid "B5 1 176 x 250 mm, 6.93 x 9.84 inches"
3455+msgstr ""
3456+
3457+#. module: report_webkit
3458+#: view:ir.header_webkit:0
3459+msgid "Content and styling"
3460+msgstr "Sisältö ja tyyli"
3461+
3462+#. module: report_webkit
3463+#: selection:ir.header_webkit,format:0
3464+msgid "A7 11 74 x 105 mm"
3465+msgstr ""
3466+
3467+#. module: report_webkit
3468+#: selection:ir.header_webkit,format:0
3469+msgid "A6 10 105 x 148 mm"
3470+msgstr ""
3471+
3472+#. module: report_webkit
3473+#: help:ir.actions.report.xml,report_webkit_data:0
3474+msgid "This template will be used if the main report file is not found"
3475+msgstr "Tätä pohjaa käytetään jos pääraporttitiedostoa ei löydy"
3476+
3477+#. module: report_webkit
3478+#: selection:ir.header_webkit,format:0
3479+msgid "Folio 27 210 x 330 mm"
3480+msgstr ""
3481+
3482+#. module: report_webkit
3483+#: field:ir.header_webkit,margin_top:0
3484+msgid "Top Margin (mm)"
3485+msgstr "Ylämarginaali (mm)"
3486+
3487+#. module: report_webkit
3488+#: code:addons/report_webkit/webkit_report.py:261
3489+#, python-format
3490+msgid "Please set a header in company settings"
3491+msgstr "Ole hyvä ja aseta yläotsikko yrityksen asetuksissa"
3492+
3493+#. module: report_webkit
3494+#: view:report.webkit.actions:0
3495+msgid "_Ok"
3496+msgstr ""
3497+
3498+#. module: report_webkit
3499+#: help:report.webkit.actions,print_button:0
3500+msgid ""
3501+"Check this to add a Print action for this Report in the sidebar of the "
3502+"corresponding document types"
3503+msgstr ""
3504+"Valitse tämä lisääksesi tulostustoiminnon tälle raportille liittyvien "
3505+"dokumenttityyppien sivupalkkiin"
3506+
3507+#. module: report_webkit
3508+#: selection:ir.header_webkit,format:0
3509+msgid "B3 18 353 x 500 mm"
3510+msgstr ""
3511+
3512+#. module: report_webkit
3513+#: help:ir.actions.report.xml,webkit_debug:0
3514+msgid "Enable the webkit engine debugger"
3515+msgstr ""
3516+
3517+#. module: report_webkit
3518+#: field:ir.header_img,img:0
3519+msgid "Image"
3520+msgstr "kuva"
3521+
3522+#. module: report_webkit
3523+#: field:res.company,header_webkit:0
3524+msgid "Available html"
3525+msgstr ""
3526+
3527+#. module: report_webkit
3528+#: help:report.webkit.actions,open_action:0
3529+msgid ""
3530+"Check this to view the newly added internal print action after creating it "
3531+"(technical view) "
3532+msgstr ""
3533+
3534+#. module: report_webkit
3535+#: view:res.company:0
3536+msgid "Images"
3537+msgstr "Kuvat"
3538+
3539+#. module: report_webkit
3540+#: selection:ir.header_webkit,orientation:0
3541+msgid "Portrait"
3542+msgstr "Pystysuuntainen"
3543+
3544+#. module: report_webkit
3545+#: selection:ir.header_webkit,orientation:0
3546+msgid "Landscape"
3547+msgstr "Vaakasuuntainen"
3548+
3549+#. module: report_webkit
3550+#: view:ir.header_webkit:0
3551+msgid "page setup"
3552+msgstr "sivun asetukset"
3553+
3554+#. module: report_webkit
3555+#: selection:ir.header_webkit,format:0
3556+msgid "B8 22 62 x 88 mm"
3557+msgstr ""
3558+
3559+#. module: report_webkit
3560+#: selection:ir.header_webkit,format:0
3561+msgid "A2 7 420 x 594 mm"
3562+msgstr ""
3563+
3564+#. module: report_webkit
3565+#: field:report.webkit.actions,print_button:0
3566+msgid "Add print button"
3567+msgstr "Lisää tulostusnappula"
3568+
3569+#. module: report_webkit
3570+#: selection:ir.header_webkit,format:0
3571+msgid "A9 13 37 x 52 mm"
3572+msgstr ""
3573+
3574+#. module: report_webkit
3575+#: model:ir.model,name:report_webkit.model_res_company
3576+msgid "Companies"
3577+msgstr "Yritykset"
3578+
3579+#. module: report_webkit
3580+#: field:ir.header_webkit,margin_bottom:0
3581+msgid "Bottom Margin (mm)"
3582+msgstr "Alamarginaali (mm)"
3583+
3584+#. module: report_webkit
3585+#: model:ir.model,name:report_webkit.model_report_webkit_actions
3586+msgid "Webkit Actions"
3587+msgstr "Webkit toiminnot"
3588+
3589+#. module: report_webkit
3590+#: field:report.webkit.actions,open_action:0
3591+msgid "Open added action"
3592+msgstr "Avaa lisätty toiminto"
3593+
3594+#. module: report_webkit
3595+#: field:ir.header_webkit,margin_right:0
3596+msgid "Right Margin (mm)"
3597+msgstr "Oikean reunan marginaali (mm)"
3598+
3599+#. module: report_webkit
3600+#: field:ir.header_webkit,orientation:0
3601+msgid "Orientation"
3602+msgstr "Suunta"
3603+
3604+#. module: report_webkit
3605+#: selection:ir.header_webkit,format:0
3606+msgid "B6 20 125 x 176 mm"
3607+msgstr ""
3608+
3609+#. module: report_webkit
3610+#: help:ir.header_webkit,html:0
3611+msgid "Set Webkit Report Header"
3612+msgstr "Aseta Webkin raportin yläotsikko"
3613+
3614+#. module: report_webkit
3615+#: field:ir.header_webkit,format:0
3616+msgid "Paper size"
3617+msgstr "Sivun koko"
3618+
3619+#. module: report_webkit
3620+#: selection:ir.header_webkit,format:0
3621+msgid ":B10 16 31 x 44 mm"
3622+msgstr ""
3623+
3624+#. module: report_webkit
3625+#: field:ir.header_webkit,css:0
3626+msgid "Header CSS"
3627+msgstr "Yläotsikon CSS"
3628+
3629+#. module: report_webkit
3630+#: selection:ir.header_webkit,format:0
3631+msgid "B4 19 250 x 353 mm"
3632+msgstr ""
3633+
3634+#. module: report_webkit
3635+#: selection:ir.header_webkit,format:0
3636+msgid "A3 8 297 x 420 mm"
3637+msgstr ""
3638+
3639+#. module: report_webkit
3640+#: help:res.company,lib_path:0
3641+msgid "Complete (Absolute) path to the wkhtmltopdf executable."
3642+msgstr "Täydellinen (absoluuttinen) polku wkhtmltopdf tiedostoon"
3643+
3644+#. module: report_webkit
3645+#: field:ir.header_webkit,footer_html:0
3646+msgid "webkit footer"
3647+msgstr "Webkitin alatunniste"
3648+
3649+#. module: report_webkit
3650+#: field:ir.actions.report.xml,webkit_debug:0
3651+msgid "Webkit debug"
3652+msgstr ""
3653+
3654+#. module: report_webkit
3655+#: selection:ir.header_webkit,format:0
3656+msgid "Letter 2 8.5 x 11 inches, 215.9 x 279.4 mm"
3657+msgstr ""
3658+
3659+#. module: report_webkit
3660+#: selection:ir.header_webkit,format:0
3661+msgid "B0 14 1000 x 1414 mm"
3662+msgstr ""
3663+
3664+#. module: report_webkit
3665+#: field:ir.actions.report.xml,report_webkit_data:0
3666+msgid "Webkit Template"
3667+msgstr "Webkit lomakepohja"
3668+
3669+#. module: report_webkit
3670+#: model:ir.module.module,shortdesc:report_webkit.module_meta_information
3671+msgid "Webkit Report Engine"
3672+msgstr ""
3673+
3674+#. module: report_webkit
3675+#: field:ir.header_img,name:0
3676+#: field:ir.header_webkit,name:0
3677+msgid "Name"
3678+msgstr "Nimi"
3679+
3680+#. module: report_webkit
3681+#: selection:ir.header_webkit,format:0
3682+msgid "A5 9 148 x 210 mm"
3683+msgstr ""
3684+
3685+#. module: report_webkit
3686+#: selection:ir.header_webkit,format:0
3687+msgid "A8 12 52 x 74 mm"
3688+msgstr ""
3689+
3690+#. module: report_webkit
3691+#: model:ir.actions.act_window,name:report_webkit.wizard_ofdo_report_actions
3692+#: view:report.webkit.actions:0
3693+msgid "Add Print Buttons"
3694+msgstr "Lisää tulostusnappulat"
3695+
3696+#. module: report_webkit
3697+#: selection:ir.header_webkit,format:0
3698+msgid "Comm10E 25 105 x 241 mm, U.S. Common 10 Envelope"
3699+msgstr ""
3700+
3701+#. module: report_webkit
3702+#: code:addons/report_webkit/webkit_report.py:255
3703+#, python-format
3704+msgid "Webkit Report template not found !"
3705+msgstr "Webkit raportin pohjaa ei löydy !"
3706+
3707+#. module: report_webkit
3708+#: field:ir.header_webkit,margin_left:0
3709+msgid "Left Margin (mm)"
3710+msgstr "Vasemman reunan marginaali (mm)"
3711+
3712+#. module: report_webkit
3713+#: code:addons/report_webkit/webkit_report.py:255
3714+#, python-format
3715+msgid "Error!"
3716+msgstr "Virhe!"
3717+
3718+#. module: report_webkit
3719+#: help:ir.header_webkit,footer_html:0
3720+msgid "Set Webkit Report Footer."
3721+msgstr "Aseta webkit raportin alatunniste"
3722+
3723+#. module: report_webkit
3724+#: selection:ir.header_webkit,format:0
3725+msgid "B9 23 33 x 62 mm"
3726+msgstr ""
3727+
3728+#. module: report_webkit
3729+#: model:ir.model,name:report_webkit.model_ir_actions_report_xml
3730+msgid "ir.actions.report.xml"
3731+msgstr ""
3732
3733=== added file 'report_webkit/i18n/fr.po'
3734--- report_webkit/i18n/fr.po 1970-01-01 00:00:00 +0000
3735+++ report_webkit/i18n/fr.po 2011-09-14 12:18:22 +0000
3736@@ -0,0 +1,653 @@
3737+# French translation for openobject-addons
3738+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
3739+# This file is distributed under the same license as the openobject-addons package.
3740+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
3741+#
3742+msgid ""
3743+msgstr ""
3744+"Project-Id-Version: openobject-addons\n"
3745+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
3746+"POT-Creation-Date: 2011-05-09 10:19+0000\n"
3747+"PO-Revision-Date: 2011-07-24 19:26+0000\n"
3748+"Last-Translator: Maxime Chambreuil (http://www.savoirfairelinux.com) "
3749+"<maxime.chambreuil@savoirfairelinux.com>\n"
3750+"Language-Team: French <fr@li.org>\n"
3751+"MIME-Version: 1.0\n"
3752+"Content-Type: text/plain; charset=UTF-8\n"
3753+"Content-Transfer-Encoding: 8bit\n"
3754+"X-Launchpad-Export-Date: 2011-08-30 05:56+0000\n"
3755+"X-Generator: Launchpad (build 13794)\n"
3756+
3757+#. module: report_webkit
3758+#: field:ir.actions.report.xml,webkit_header:0
3759+msgid "WebKit Header"
3760+msgstr "En-tête WebKit"
3761+
3762+#. module: report_webkit
3763+#: view:ir.actions.report.xml:0
3764+msgid "Webkit Template (used if Report File is not found)"
3765+msgstr "Modèle WebKit (utilisé si le rapport n'est pas trouvé)"
3766+
3767+#. module: report_webkit
3768+#: selection:ir.header_webkit,format:0
3769+msgid "Tabloid 29 279.4 x 431.8 mm"
3770+msgstr "Format tabloïd 29 279,4 x 431,8 mm"
3771+
3772+#. module: report_webkit
3773+#: model:ir.actions.act_window,name:report_webkit.action_header_img
3774+#: model:ir.ui.menu,name:report_webkit.menu_header_img
3775+msgid "Header IMG"
3776+msgstr "En-tête IMG"
3777+
3778+#. module: report_webkit
3779+#: field:res.company,lib_path:0
3780+msgid "Webkit Executable Path"
3781+msgstr "Chemin de l'exécutable Webkit"
3782+
3783+#. module: report_webkit
3784+#: selection:ir.header_webkit,format:0
3785+msgid "Ledger 28 431.8 x 279.4 mm"
3786+msgstr "Format livre 28 431,8 x 279.4 mm"
3787+
3788+#. module: report_webkit
3789+#: code:addons/report_webkit/webkit_report.py:260
3790+#, python-format
3791+msgid "No header defined for this Webkit report!"
3792+msgstr "Pas d'en-tête définie pour ce rapport Webkit !"
3793+
3794+#. module: report_webkit
3795+#: help:ir.header_img,type:0
3796+msgid "Image type(png,gif,jpeg)"
3797+msgstr "Type d'image (png, gif, jpeg)"
3798+
3799+#. module: report_webkit
3800+#: selection:ir.header_webkit,format:0
3801+msgid "Executive 4 7.5 x 10 inches, 190.5 x 254 mm"
3802+msgstr "Format exécutif 4 7,5 x 10 pouces, 190,5 x 254 mm"
3803+
3804+#. module: report_webkit
3805+#: field:ir.header_img,company_id:0
3806+#: field:ir.header_webkit,company_id:0
3807+msgid "Company"
3808+msgstr "Société"
3809+
3810+#. module: report_webkit
3811+#: code:addons/report_webkit/webkit_report.py:97
3812+#, python-format
3813+msgid "path to Wkhtmltopdf is not absolute"
3814+msgstr "Le chemin vers Wkhtmltopdf n'est pas absolu"
3815+
3816+#. module: report_webkit
3817+#: selection:ir.header_webkit,format:0
3818+msgid "DLE 26 110 x 220 mm"
3819+msgstr "DLE 26 110 x 220 mm"
3820+
3821+#. module: report_webkit
3822+#: selection:ir.header_webkit,format:0
3823+msgid "B7 21 88 x 125 mm"
3824+msgstr "B7 21 88 x 125 mm"
3825+
3826+#. module: report_webkit
3827+#: code:addons/report_webkit/webkit_report.py:306
3828+#: code:addons/report_webkit/webkit_report.py:320
3829+#: code:addons/report_webkit/webkit_report.py:338
3830+#: code:addons/report_webkit/webkit_report.py:354
3831+#, python-format
3832+msgid "Webkit render"
3833+msgstr "Rendu Webkit"
3834+
3835+#. module: report_webkit
3836+#: view:res.company:0
3837+msgid "Headers"
3838+msgstr "En-têtes"
3839+
3840+#. module: report_webkit
3841+#: help:ir.header_img,name:0
3842+msgid "Name of Image"
3843+msgstr "Nom de l'image"
3844+
3845+#. module: report_webkit
3846+#: code:addons/report_webkit/webkit_report.py:91
3847+#, python-format
3848+msgid ""
3849+"Wrong Wkhtmltopdf path set in company'+\n"
3850+" 'Given path is not executable or path is "
3851+"wrong"
3852+msgstr ""
3853+"Chemin de Wkhtmltopdf indiqué dans la société est erroné'+\n"
3854+" 'Le chemin renseigné n'est pas exécutable ou "
3855+"le chemin est erroné"
3856+
3857+#. module: report_webkit
3858+#: code:addons/report_webkit/webkit_report.py:166
3859+#, python-format
3860+msgid "Webkit raise an error"
3861+msgstr "Webkit a retourné une erreur"
3862+
3863+#. module: report_webkit
3864+#: selection:ir.header_webkit,format:0
3865+msgid "Legal 3 8.5 x 14 inches, 215.9 x 355.6 mm"
3866+msgstr "Legal 3 8.5 x 14 inches, 215.9 x 355.6 mm"
3867+
3868+#. module: report_webkit
3869+#: model:ir.model,name:report_webkit.model_ir_header_webkit
3870+msgid "ir.header_webkit"
3871+msgstr "ir.header_webkit"
3872+
3873+#. module: report_webkit
3874+#: model:ir.actions.act_window,name:report_webkit.action_header_webkit
3875+#: model:ir.ui.menu,name:report_webkit.menu_header_webkit
3876+msgid "Header HTML"
3877+msgstr "En-tête HTML"
3878+
3879+#. module: report_webkit
3880+#: selection:ir.header_webkit,format:0
3881+msgid "A4 0 210 x 297 mm, 8.26 x 11.69 inches"
3882+msgstr "A4 0 210 x 297 mm, 8.26 x 11.69 pouces"
3883+
3884+#. module: report_webkit
3885+#: code:addons/report_webkit/webkit_report.py:79
3886+#, python-format
3887+msgid ""
3888+"Please install executable on your system'+\n"
3889+" ' (sudo apt-get install wkhtmltopdf) or "
3890+"download it from here:'+\n"
3891+" ' "
3892+"http://code.google.com/p/wkhtmltopdf/downloads/list and set the'+\n"
3893+" ' path to the executable on the Company "
3894+"form.'+\n"
3895+" 'Minimal version is 0.9.9"
3896+msgstr ""
3897+"Veuillez installer l'exécutable sur votre système'+\n"
3898+" ' (sudo apt-get install wkhtmltopdf) ou "
3899+"téléchargez-le depuis ici :'+\n"
3900+" ' "
3901+"http://code.google.com/p/wkhtmltopdf/downloads/list et configurez le'+\n"
3902+" ' chemin de l'exécutable sur le formulaire de "
3903+"votre entreprise.'+\n"
3904+" 'La version minimale est 0.9.9"
3905+
3906+#. module: report_webkit
3907+#: view:report.webkit.actions:0
3908+msgid "_Cancel"
3909+msgstr "_Annuler"
3910+
3911+#. module: report_webkit
3912+#: selection:ir.header_webkit,format:0
3913+msgid "B2 17 500 x 707 mm"
3914+msgstr "B2 17 500 x 707 mm"
3915+
3916+#. module: report_webkit
3917+#: model:ir.model,name:report_webkit.model_ir_header_img
3918+msgid "ir.header_img"
3919+msgstr "ir.header_img"
3920+
3921+#. module: report_webkit
3922+#: constraint:res.company:0
3923+msgid "Error! You can not create recursive companies."
3924+msgstr "Erreur ! Vous ne pouvez pas créer de sociétés récursives."
3925+
3926+#. module: report_webkit
3927+#: selection:ir.header_webkit,format:0
3928+msgid "A0 5 841 x 1189 mm"
3929+msgstr "A0 5 841 x 1189 mm"
3930+
3931+#. module: report_webkit
3932+#: selection:ir.header_webkit,format:0
3933+msgid "C5E 24 163 x 229 mm"
3934+msgstr "C5E 24 163 x 229 mm"
3935+
3936+#. module: report_webkit
3937+#: field:ir.header_img,type:0
3938+msgid "Type"
3939+msgstr "Type"
3940+
3941+#. module: report_webkit
3942+#: code:addons/report_webkit/wizard/report_webkit_actions.py:134
3943+#, python-format
3944+msgid "Client Actions Connections"
3945+msgstr "Liens entre les actions du client"
3946+
3947+#. module: report_webkit
3948+#: field:res.company,header_image:0
3949+msgid "Available Images"
3950+msgstr "Images disponibles"
3951+
3952+#. module: report_webkit
3953+#: field:ir.header_webkit,html:0
3954+msgid "webkit header"
3955+msgstr "en-tête webkit"
3956+
3957+#. module: report_webkit
3958+#: selection:ir.header_webkit,format:0
3959+msgid "B1 15 707 x 1000 mm"
3960+msgstr "B1 15 707 x 1000 mm"
3961+
3962+#. module: report_webkit
3963+#: selection:ir.header_webkit,format:0
3964+msgid "A1 6 594 x 841 mm"
3965+msgstr "A1 6 594 x 841 mm"
3966+
3967+#. module: report_webkit
3968+#: help:ir.actions.report.xml,webkit_header:0
3969+msgid "The header linked to the report"
3970+msgstr "L'en-tête liée au rapport"
3971+
3972+#. module: report_webkit
3973+#: code:addons/report_webkit/webkit_report.py:78
3974+#, python-format
3975+msgid "Wkhtmltopdf library path is not set in company"
3976+msgstr ""
3977+"Le chemin vers la libraire Wkhtmltopdf n'est pas renseigné dans la société"
3978+
3979+#. module: report_webkit
3980+#: model:ir.module.module,description:report_webkit.module_meta_information
3981+msgid ""
3982+"This module adds a new Report Engine based on WebKit library (wkhtmltopdf) "
3983+"to support reports designed in HTML + CSS.\n"
3984+"The module structure and some code is inspired by the report_openoffice "
3985+"module.\n"
3986+"The module allows:\n"
3987+" -HTML report definition\n"
3988+" -Multi header support \n"
3989+" -Multi logo\n"
3990+" -Multi company support\n"
3991+" -HTML and CSS-3 support (In the limit of the actual WebKIT version)\n"
3992+" -JavaScript support \n"
3993+" -Raw HTML debugger\n"
3994+" -Book printing capabilities\n"
3995+" -Margins definition \n"
3996+" -Paper size definition\n"
3997+"and much more\n"
3998+"\n"
3999+"Multiple headers and logos can be defined per company.\n"
4000+"CSS style, header and footer body are defined per company\n"
4001+"\n"
4002+"The library to install can be found here\n"
4003+"http://code.google.com/p/wkhtmltopdf/\n"
4004+"The system libraries are available for Linux, Mac OS X i386 and Windows 32.\n"
4005+"\n"
4006+"After installing the wkhtmltopdf library on the OpenERP Server machine, you "
4007+"need to set the\n"
4008+"path to the wkthtmltopdf executable file on the Company.\n"
4009+"\n"
4010+"For a sample report see also the webkit_report_sample module, and this "
4011+"video:\n"
4012+" http://files.me.com/nbessi/06n92k.mov \n"
4013+"\n"
4014+"\n"
4015+"TODO :\n"
4016+"JavaScript support activation deactivation\n"
4017+"Collated and book format support\n"
4018+"Zip return for separated PDF\n"
4019+"Web client WYSIWYG\n"
4020+" "
4021+msgstr ""
4022+"Ce module ajoute un nouveau moteur de rapports basé sur la librairie WebKit "
4023+"(wkhmltopdf) pour supporter les rapports dessinés en HTML + CSS.\n"
4024+"La structure du module et de la plupart du code est inspiré du module "
4025+"report_openoffice.\n"
4026+"Ce module permet :\n"
4027+" - la définition de rapports HTML\n"
4028+" - le support des en-têtes multiples\n"
4029+" - les logos multiples\n"
4030+" - le support des multi-sociétés\n"
4031+" - le support de HTML et CSS-3 (dans la limite de la version actuelle de "
4032+"WebKit)\n"
4033+" - le support du Javascript\n"
4034+" - un débugger HTML de base\n"
4035+" - des capacités d'impression de livres\n"
4036+" - la définition de marges\n"
4037+" - la définition de la taille du papier\n"
4038+"et plus encore.\n"
4039+"\n"
4040+"Les logos et en-têtes multiples peuvent être définis par société.\n"
4041+"Les styles CSS, l'en-tête et le pied fu corps sont définis par société.\n"
4042+"\n"
4043+"La librairie a installer peut se trouver ici\n"
4044+"http://code.google.com/p/wkhtmltopdf/\n"
4045+"Les librairies système sont disponibles pour Linux, Mac OS X i386 et Windows "
4046+"32 bits.\n"
4047+"\n"
4048+"Après avoir installé la librairie wkhtmltopdf sur a machine du serveur "
4049+"OpenERP, vous devez enregistrer\n"
4050+"chemin vers l'exécutable wkthtmltopdf dans la société.\n"
4051+"\n"
4052+"Pour un exemple de rapport, regardez d'abord le module webkit_report_sample, "
4053+"et cette vidéo :\n"
4054+" http://files.me.com/nbessi/06n92k.mov\n"
4055+"\n"
4056+"\n"
4057+"TODO :\n"
4058+"Support de l'acivation/désactivation du Javascript\n"
4059+"Support des formats livre et reliure\n"
4060+"Envoi du Zip et du PDF séparement\n"
4061+"Client Web WYSIWYG\n"
4062+" "
4063+
4064+#. module: report_webkit
4065+#: view:ir.actions.report.xml:0
4066+#: view:res.company:0
4067+msgid "Webkit"
4068+msgstr "Webkit"
4069+
4070+#. module: report_webkit
4071+#: help:ir.header_webkit,format:0
4072+msgid "Select Proper Paper size"
4073+msgstr "Sélectionnez le format de papier correct"
4074+
4075+#. module: report_webkit
4076+#: selection:ir.header_webkit,format:0
4077+msgid "B5 1 176 x 250 mm, 6.93 x 9.84 inches"
4078+msgstr "B5 1 176 x 250 mm, 6.93 x 9.84 pouces"
4079+
4080+#. module: report_webkit
4081+#: view:ir.header_webkit:0
4082+msgid "Content and styling"
4083+msgstr "Contenu et style"
4084+
4085+#. module: report_webkit
4086+#: selection:ir.header_webkit,format:0
4087+msgid "A7 11 74 x 105 mm"
4088+msgstr "A7 11 74 x 105 mm"
4089+
4090+#. module: report_webkit
4091+#: selection:ir.header_webkit,format:0
4092+msgid "A6 10 105 x 148 mm"
4093+msgstr "A6 10 105 x 148 mm"
4094+
4095+#. module: report_webkit
4096+#: help:ir.actions.report.xml,report_webkit_data:0
4097+msgid "This template will be used if the main report file is not found"
4098+msgstr "Ce modèle sera utilisé si le rapport principal n'est pas trouvé"
4099+
4100+#. module: report_webkit
4101+#: selection:ir.header_webkit,format:0
4102+msgid "Folio 27 210 x 330 mm"
4103+msgstr "Folio 27 210 x 330 mm"
4104+
4105+#. module: report_webkit
4106+#: field:ir.header_webkit,margin_top:0
4107+msgid "Top Margin (mm)"
4108+msgstr "Marge supérieure (mm)"
4109+
4110+#. module: report_webkit
4111+#: code:addons/report_webkit/webkit_report.py:261
4112+#, python-format
4113+msgid "Please set a header in company settings"
4114+msgstr "Veuillez indiquer une en-tête dans les paramètres de la société"
4115+
4116+#. module: report_webkit
4117+#: view:report.webkit.actions:0
4118+msgid "_Ok"
4119+msgstr "_Ok"
4120+
4121+#. module: report_webkit
4122+#: help:report.webkit.actions,print_button:0
4123+msgid ""
4124+"Check this to add a Print action for this Report in the sidebar of the "
4125+"corresponding document types"
4126+msgstr ""
4127+"Vérifiez ceci pour ajouter l'action \"Imprimer\" pour ce rapport dans la "
4128+"barre correspondant aux types de document"
4129+
4130+#. module: report_webkit
4131+#: selection:ir.header_webkit,format:0
4132+msgid "B3 18 353 x 500 mm"
4133+msgstr "B3 18 353 x 500 mm"
4134+
4135+#. module: report_webkit
4136+#: help:ir.actions.report.xml,webkit_debug:0
4137+msgid "Enable the webkit engine debugger"
4138+msgstr "Activer le débogueur du moteur webkit"
4139+
4140+#. module: report_webkit
4141+#: field:ir.header_img,img:0
4142+msgid "Image"
4143+msgstr "Image"
4144+
4145+#. module: report_webkit
4146+#: field:res.company,header_webkit:0
4147+msgid "Available html"
4148+msgstr "Html disponible"
4149+
4150+#. module: report_webkit
4151+#: help:report.webkit.actions,open_action:0
4152+msgid ""
4153+"Check this to view the newly added internal print action after creating it "
4154+"(technical view) "
4155+msgstr ""
4156+"Vérifiez ceci pour voir la nouvelle action d'impression ajoutée après "
4157+"l'avoir créée (vue technique) "
4158+
4159+#. module: report_webkit
4160+#: view:res.company:0
4161+msgid "Images"
4162+msgstr "Images"
4163+
4164+#. module: report_webkit
4165+#: selection:ir.header_webkit,orientation:0
4166+msgid "Portrait"
4167+msgstr "Portrait"
4168+
4169+#. module: report_webkit
4170+#: selection:ir.header_webkit,orientation:0
4171+msgid "Landscape"
4172+msgstr "Paysage"
4173+
4174+#. module: report_webkit
4175+#: view:ir.header_webkit:0
4176+msgid "page setup"
4177+msgstr "configuration des pages"
4178+
4179+#. module: report_webkit
4180+#: selection:ir.header_webkit,format:0
4181+msgid "B8 22 62 x 88 mm"
4182+msgstr "B8 22 62 x 88 mm"
4183+
4184+#. module: report_webkit
4185+#: selection:ir.header_webkit,format:0
4186+msgid "A2 7 420 x 594 mm"
4187+msgstr "A2 7 420 x 594 mm"
4188+
4189+#. module: report_webkit
4190+#: field:report.webkit.actions,print_button:0
4191+msgid "Add print button"
4192+msgstr "Ajoute un bouton d'impression"
4193+
4194+#. module: report_webkit
4195+#: selection:ir.header_webkit,format:0
4196+msgid "A9 13 37 x 52 mm"
4197+msgstr "A9 13 37 x 52 mm"
4198+
4199+#. module: report_webkit
4200+#: model:ir.model,name:report_webkit.model_res_company
4201+msgid "Companies"
4202+msgstr "Sociétés"
4203+
4204+#. module: report_webkit
4205+#: field:ir.header_webkit,margin_bottom:0
4206+msgid "Bottom Margin (mm)"
4207+msgstr "Marge du bas (mm)"
4208+
4209+#. module: report_webkit
4210+#: model:ir.model,name:report_webkit.model_report_webkit_actions
4211+msgid "Webkit Actions"
4212+msgstr "Actions Webkit"
4213+
4214+#. module: report_webkit
4215+#: field:report.webkit.actions,open_action:0
4216+msgid "Open added action"
4217+msgstr "Action d'ouverture ajoutée"
4218+
4219+#. module: report_webkit
4220+#: field:ir.header_webkit,margin_right:0
4221+msgid "Right Margin (mm)"
4222+msgstr "Marge de droite (mm)"
4223+
4224+#. module: report_webkit
4225+#: field:ir.header_webkit,orientation:0
4226+msgid "Orientation"
4227+msgstr "Orientation"
4228+
4229+#. module: report_webkit
4230+#: selection:ir.header_webkit,format:0
4231+msgid "B6 20 125 x 176 mm"
4232+msgstr "B6 20 125 x 176 mm"
4233+
4234+#. module: report_webkit
4235+#: help:ir.header_webkit,html:0
4236+msgid "Set Webkit Report Header"
4237+msgstr "Configurer l'en-tête du rapport Webkit"
4238+
4239+#. module: report_webkit
4240+#: field:ir.header_webkit,format:0
4241+msgid "Paper size"
4242+msgstr "Taille du papier"
4243+
4244+#. module: report_webkit
4245+#: selection:ir.header_webkit,format:0
4246+msgid ":B10 16 31 x 44 mm"
4247+msgstr ":B10 16 31 x 44 mm"
4248+
4249+#. module: report_webkit
4250+#: field:ir.header_webkit,css:0
4251+msgid "Header CSS"
4252+msgstr "En-tête CSS"
4253+
4254+#. module: report_webkit
4255+#: selection:ir.header_webkit,format:0
4256+msgid "B4 19 250 x 353 mm"
4257+msgstr "B4 19 250 x 353 mm"
4258+
4259+#. module: report_webkit
4260+#: selection:ir.header_webkit,format:0
4261+msgid "A3 8 297 x 420 mm"
4262+msgstr "A3 8 297 x 420 mm"
4263+
4264+#. module: report_webkit
4265+#: help:res.company,lib_path:0
4266+msgid "Complete (Absolute) path to the wkhtmltopdf executable."
4267+msgstr "Chemin complet (Absolu) de l'exécutable wkhtmltopdf"
4268+
4269+#. module: report_webkit
4270+#: field:ir.header_webkit,footer_html:0
4271+msgid "webkit footer"
4272+msgstr "Pied de page Webkit"
4273+
4274+#. module: report_webkit
4275+#: field:ir.actions.report.xml,webkit_debug:0
4276+msgid "Webkit debug"
4277+msgstr "Debug Webkit"
4278+
4279+#. module: report_webkit
4280+#: selection:ir.header_webkit,format:0
4281+msgid "Letter 2 8.5 x 11 inches, 215.9 x 279.4 mm"
4282+msgstr "Letter 2 8.5 x 11 pouces, 215.9 x 279.4 mm"
4283+
4284+#. module: report_webkit
4285+#: selection:ir.header_webkit,format:0
4286+msgid "B0 14 1000 x 1414 mm"
4287+msgstr "B0 14 1000 x 1414 mm"
4288+
4289+#. module: report_webkit
4290+#: field:ir.actions.report.xml,report_webkit_data:0
4291+msgid "Webkit Template"
4292+msgstr "Modèle Webkit"
4293+
4294+#. module: report_webkit
4295+#: model:ir.module.module,shortdesc:report_webkit.module_meta_information
4296+msgid "Webkit Report Engine"
4297+msgstr "Moteur de rapport Webkit"
4298+
4299+#. module: report_webkit
4300+#: field:ir.header_img,name:0
4301+#: field:ir.header_webkit,name:0
4302+msgid "Name"
4303+msgstr "Nom"
4304+
4305+#. module: report_webkit
4306+#: selection:ir.header_webkit,format:0
4307+msgid "A5 9 148 x 210 mm"
4308+msgstr "A5 9 148 x 210 mm"
4309+
4310+#. module: report_webkit
4311+#: selection:ir.header_webkit,format:0
4312+msgid "A8 12 52 x 74 mm"
4313+msgstr "A8 12 52 x 74 mm"
4314+
4315+#. module: report_webkit
4316+#: model:ir.actions.act_window,name:report_webkit.wizard_ofdo_report_actions
4317+#: view:report.webkit.actions:0
4318+msgid "Add Print Buttons"
4319+msgstr "Ajoute des boutons d'impression"
4320+
4321+#. module: report_webkit
4322+#: selection:ir.header_webkit,format:0
4323+msgid "Comm10E 25 105 x 241 mm, U.S. Common 10 Envelope"
4324+msgstr "Comm10E 25 105 x 241 mm, U.S. Common 10 Enveloppe"
4325+
4326+#. module: report_webkit
4327+#: code:addons/report_webkit/webkit_report.py:255
4328+#, python-format
4329+msgid "Webkit Report template not found !"
4330+msgstr "Modèle de rapport Webkit non trouvé !"
4331+
4332+#. module: report_webkit
4333+#: field:ir.header_webkit,margin_left:0
4334+msgid "Left Margin (mm)"
4335+msgstr "Marge de gauche (mm)"
4336+
4337+#. module: report_webkit
4338+#: code:addons/report_webkit/webkit_report.py:255
4339+#, python-format
4340+msgid "Error!"
4341+msgstr "Erreur !"
4342+
4343+#. module: report_webkit
4344+#: help:ir.header_webkit,footer_html:0
4345+msgid "Set Webkit Report Footer."
4346+msgstr "Configurer le pied du rapport Webkit."
4347+
4348+#. module: report_webkit
4349+#: selection:ir.header_webkit,format:0
4350+msgid "B9 23 33 x 62 mm"
4351+msgstr "B9 23 33 x 62 mm"
4352+
4353+#. module: report_webkit
4354+#: model:ir.model,name:report_webkit.model_ir_actions_report_xml
4355+msgid "ir.actions.report.xml"
4356+msgstr "ir.actions.report.xml"
4357+
4358+#, python-format
4359+#~ msgid ""
4360+#~ "Please install executable on your system'+\n"
4361+#~ " ' (sudo apt-get install wkhtmltopdf) or "
4362+#~ "download it from here:'+\n"
4363+#~ " ' "
4364+#~ "http://code.google.com/p/wkhtmltopdf/downloads/list and set the'+\n"
4365+#~ " ' path to the executable on the Company form."
4366+#~ msgstr ""
4367+#~ "Veuillez installer l'exécutable sur votre système'+\n"
4368+#~ " ' (sudo apt-get install wkhtmltopdf) ou "
4369+#~ "téléchargez-le ici:'+\n"
4370+#~ " ' "
4371+#~ "http://code.google.com/p/wkhtmltopdf/downloads/list et indiquez le'+\n"
4372+#~ " ' chemin vers l'exécutable sur le formulaire de "
4373+#~ "la société.."
4374+
4375+#, python-format
4376+#~ msgid ""
4377+#~ "'))\n"
4378+#~ " header = report_xml.webkit_header.html\n"
4379+#~ " footer = report_xml.webkit_header.footer_html\n"
4380+#~ " if not header and report_xml.header:\n"
4381+#~ " raise except_osv(\n"
4382+#~ " _('No header defined for this Webkit report!"
4383+#~ msgstr ""
4384+#~ "'))\n"
4385+#~ " header = report_xml.webkit_header.html\n"
4386+#~ " footer = report_xml.webkit_header.footer_html\n"
4387+#~ " if not header and report_xml.header:\n"
4388+#~ " raise except_osv(\n"
4389+#~ " _('No header defined for this Webkit report!"
4390
4391=== added file 'report_webkit/i18n/hu.po'
4392--- report_webkit/i18n/hu.po 1970-01-01 00:00:00 +0000
4393+++ report_webkit/i18n/hu.po 2011-09-14 12:18:22 +0000
4394@@ -0,0 +1,561 @@
4395+# Translation of OpenERP Server.
4396+# This file contains the translation of the following modules:
4397+# * report_webkit
4398+#
4399+msgid ""
4400+msgstr ""
4401+"Project-Id-Version: OpenERP Server 6.0dev\n"
4402+"Report-Msgid-Bugs-To: support@openerp.com\n"
4403+"POT-Creation-Date: 2011-05-09 10:19+0000\n"
4404+"PO-Revision-Date: 2011-01-19 12:00+0000\n"
4405+"Last-Translator: NOVOTRADE RENDSZERHÁZ <openerp@novotrade.hu>\n"
4406+"Language-Team: \n"
4407+"MIME-Version: 1.0\n"
4408+"Content-Type: text/plain; charset=utf-8\n"
4409+"Content-Transfer-Encoding: 8bit\n"
4410+"X-Launchpad-Export-Date: 2011-08-30 05:56+0000\n"
4411+"X-Generator: Launchpad (build 13794)\n"
4412+
4413+#. module: report_webkit
4414+#: field:ir.actions.report.xml,webkit_header:0
4415+msgid "WebKit Header"
4416+msgstr "WebKit fejléc"
4417+
4418+#. module: report_webkit
4419+#: view:ir.actions.report.xml:0
4420+msgid "Webkit Template (used if Report File is not found)"
4421+msgstr "WebKit sablon (használja ezt, ha jelentésfájl nem található)"
4422+
4423+#. module: report_webkit
4424+#: selection:ir.header_webkit,format:0
4425+msgid "Tabloid 29 279.4 x 431.8 mm"
4426+msgstr "Tabloid 29 279.4 x 431.8 mm"
4427+
4428+#. module: report_webkit
4429+#: model:ir.actions.act_window,name:report_webkit.action_header_img
4430+#: model:ir.ui.menu,name:report_webkit.menu_header_img
4431+msgid "Header IMG"
4432+msgstr "Fejléc kép"
4433+
4434+#. module: report_webkit
4435+#: field:res.company,lib_path:0
4436+msgid "Webkit Executable Path"
4437+msgstr ""
4438+
4439+#. module: report_webkit
4440+#: selection:ir.header_webkit,format:0
4441+msgid "Ledger 28 431.8 x 279.4 mm"
4442+msgstr "Ledger 28 431.8 x 279.4 mm"
4443+
4444+#. module: report_webkit
4445+#: code:addons/report_webkit/webkit_report.py:260
4446+#, python-format
4447+msgid "No header defined for this Webkit report!"
4448+msgstr ""
4449+
4450+#. module: report_webkit
4451+#: help:ir.header_img,type:0
4452+msgid "Image type(png,gif,jpeg)"
4453+msgstr "Kép típusa (png,gif,jpeg)"
4454+
4455+#. module: report_webkit
4456+#: selection:ir.header_webkit,format:0
4457+msgid "Executive 4 7.5 x 10 inches, 190.5 x 254 mm"
4458+msgstr "Executive 4 7.5 x 10 inch, 190.5 x 254 mm"
4459+
4460+#. module: report_webkit
4461+#: field:ir.header_img,company_id:0
4462+#: field:ir.header_webkit,company_id:0
4463+msgid "Company"
4464+msgstr "Vállalat"
4465+
4466+#. module: report_webkit
4467+#: code:addons/report_webkit/webkit_report.py:97
4468+#, python-format
4469+msgid "path to Wkhtmltopdf is not absolute"
4470+msgstr ""
4471+
4472+#. module: report_webkit
4473+#: selection:ir.header_webkit,format:0
4474+msgid "DLE 26 110 x 220 mm"
4475+msgstr "DLE 26 110 x 220 mm"
4476+
4477+#. module: report_webkit
4478+#: selection:ir.header_webkit,format:0
4479+msgid "B7 21 88 x 125 mm"
4480+msgstr "B7 21 88 x 125 mm"
4481+
4482+#. module: report_webkit
4483+#: code:addons/report_webkit/webkit_report.py:306
4484+#: code:addons/report_webkit/webkit_report.py:320
4485+#: code:addons/report_webkit/webkit_report.py:338
4486+#: code:addons/report_webkit/webkit_report.py:354
4487+#, python-format
4488+msgid "Webkit render"
4489+msgstr ""
4490+
4491+#. module: report_webkit
4492+#: view:res.company:0
4493+msgid "Headers"
4494+msgstr "Fejlécek"
4495+
4496+#. module: report_webkit
4497+#: help:ir.header_img,name:0
4498+msgid "Name of Image"
4499+msgstr "Kép megnevezése"
4500+
4501+#. module: report_webkit
4502+#: code:addons/report_webkit/webkit_report.py:91
4503+#, python-format
4504+msgid ""
4505+"Wrong Wkhtmltopdf path set in company'+\n"
4506+" 'Given path is not executable or path is "
4507+"wrong"
4508+msgstr ""
4509+
4510+#. module: report_webkit
4511+#: code:addons/report_webkit/webkit_report.py:166
4512+#, python-format
4513+msgid "Webkit raise an error"
4514+msgstr ""
4515+
4516+#. module: report_webkit
4517+#: selection:ir.header_webkit,format:0
4518+msgid "Legal 3 8.5 x 14 inches, 215.9 x 355.6 mm"
4519+msgstr "Legal 3 8.5 x 14 inches, 215.9 x 355.6 mm"
4520+
4521+#. module: report_webkit
4522+#: model:ir.model,name:report_webkit.model_ir_header_webkit
4523+msgid "ir.header_webkit"
4524+msgstr "ir.header_webkit"
4525+
4526+#. module: report_webkit
4527+#: model:ir.actions.act_window,name:report_webkit.action_header_webkit
4528+#: model:ir.ui.menu,name:report_webkit.menu_header_webkit
4529+msgid "Header HTML"
4530+msgstr "Fejléc HTML"
4531+
4532+#. module: report_webkit
4533+#: selection:ir.header_webkit,format:0
4534+msgid "A4 0 210 x 297 mm, 8.26 x 11.69 inches"
4535+msgstr "A4 0 210 x 297 mm, 8.26 x 11.69 inch"
4536+
4537+#. module: report_webkit
4538+#: code:addons/report_webkit/webkit_report.py:79
4539+#, python-format
4540+msgid ""
4541+"Please install executable on your system'+\n"
4542+" ' (sudo apt-get install wkhtmltopdf) or "
4543+"download it from here:'+\n"
4544+" ' "
4545+"http://code.google.com/p/wkhtmltopdf/downloads/list and set the'+\n"
4546+" ' path to the executable on the Company "
4547+"form.'+\n"
4548+" 'Minimal version is 0.9.9"
4549+msgstr ""
4550+
4551+#. module: report_webkit
4552+#: view:report.webkit.actions:0
4553+msgid "_Cancel"
4554+msgstr ""
4555+
4556+#. module: report_webkit
4557+#: selection:ir.header_webkit,format:0
4558+msgid "B2 17 500 x 707 mm"
4559+msgstr "B2 17 500 x 707 mm"
4560+
4561+#. module: report_webkit
4562+#: model:ir.model,name:report_webkit.model_ir_header_img
4563+msgid "ir.header_img"
4564+msgstr "ir.header_img"
4565+
4566+#. module: report_webkit
4567+#: constraint:res.company:0
4568+msgid "Error! You can not create recursive companies."
4569+msgstr "Hiba! Ön nem hozhat létre rekurzív vállalatokat."
4570+
4571+#. module: report_webkit
4572+#: selection:ir.header_webkit,format:0
4573+msgid "A0 5 841 x 1189 mm"
4574+msgstr "A0 5 841 x 1189 mm"
4575+
4576+#. module: report_webkit
4577+#: selection:ir.header_webkit,format:0
4578+msgid "C5E 24 163 x 229 mm"
4579+msgstr "C5E 24 163 x 229 mm"
4580+
4581+#. module: report_webkit
4582+#: field:ir.header_img,type:0
4583+msgid "Type"
4584+msgstr "Típus"
4585+
4586+#. module: report_webkit
4587+#: code:addons/report_webkit/wizard/report_webkit_actions.py:134
4588+#, python-format
4589+msgid "Client Actions Connections"
4590+msgstr ""
4591+
4592+#. module: report_webkit
4593+#: field:res.company,header_image:0
4594+msgid "Available Images"
4595+msgstr "Rendelkezésre álló képek"
4596+
4597+#. module: report_webkit
4598+#: field:ir.header_webkit,html:0
4599+msgid "webkit header"
4600+msgstr "WebKit fejléc"
4601+
4602+#. module: report_webkit
4603+#: selection:ir.header_webkit,format:0
4604+msgid "B1 15 707 x 1000 mm"
4605+msgstr "B1 15 707 x 1000 mm"
4606+
4607+#. module: report_webkit
4608+#: selection:ir.header_webkit,format:0
4609+msgid "A1 6 594 x 841 mm"
4610+msgstr "A1 6 594 x 841 mm"
4611+
4612+#. module: report_webkit
4613+#: help:ir.actions.report.xml,webkit_header:0
4614+msgid "The header linked to the report"
4615+msgstr "A fejléc kapcsolódik a jelentéshez"
4616+
4617+#. module: report_webkit
4618+#: code:addons/report_webkit/webkit_report.py:78
4619+#, python-format
4620+msgid "Wkhtmltopdf library path is not set in company"
4621+msgstr ""
4622+
4623+#. module: report_webkit
4624+#: model:ir.module.module,description:report_webkit.module_meta_information
4625+msgid ""
4626+"This module adds a new Report Engine based on WebKit library (wkhtmltopdf) "
4627+"to support reports designed in HTML + CSS.\n"
4628+"The module structure and some code is inspired by the report_openoffice "
4629+"module.\n"
4630+"The module allows:\n"
4631+" -HTML report definition\n"
4632+" -Multi header support \n"
4633+" -Multi logo\n"
4634+" -Multi company support\n"
4635+" -HTML and CSS-3 support (In the limit of the actual WebKIT version)\n"
4636+" -JavaScript support \n"
4637+" -Raw HTML debugger\n"
4638+" -Book printing capabilities\n"
4639+" -Margins definition \n"
4640+" -Paper size definition\n"
4641+"and much more\n"
4642+"\n"
4643+"Multiple headers and logos can be defined per company.\n"
4644+"CSS style, header and footer body are defined per company\n"
4645+"\n"
4646+"The library to install can be found here\n"
4647+"http://code.google.com/p/wkhtmltopdf/\n"
4648+"The system libraries are available for Linux, Mac OS X i386 and Windows 32.\n"
4649+"\n"
4650+"After installing the wkhtmltopdf library on the OpenERP Server machine, you "
4651+"need to set the\n"
4652+"path to the wkthtmltopdf executable file on the Company.\n"
4653+"\n"
4654+"For a sample report see also the webkit_report_sample module, and this "
4655+"video:\n"
4656+" http://files.me.com/nbessi/06n92k.mov \n"
4657+"\n"
4658+"\n"
4659+"TODO :\n"
4660+"JavaScript support activation deactivation\n"
4661+"Collated and book format support\n"
4662+"Zip return for separated PDF\n"
4663+"Web client WYSIWYG\n"
4664+" "
4665+msgstr ""
4666+
4667+#. module: report_webkit
4668+#: view:ir.actions.report.xml:0
4669+#: view:res.company:0
4670+msgid "Webkit"
4671+msgstr "Webkit"
4672+
4673+#. module: report_webkit
4674+#: help:ir.header_webkit,format:0
4675+msgid "Select Proper Paper size"
4676+msgstr "Válassza ki a helyes papírméretet"
4677+
4678+#. module: report_webkit
4679+#: selection:ir.header_webkit,format:0
4680+msgid "B5 1 176 x 250 mm, 6.93 x 9.84 inches"
4681+msgstr "B5 1 176 x 250 mm, 6.93 x 9.84 inch"
4682+
4683+#. module: report_webkit
4684+#: view:ir.header_webkit:0
4685+msgid "Content and styling"
4686+msgstr "Tartalom és stílus"
4687+
4688+#. module: report_webkit
4689+#: selection:ir.header_webkit,format:0
4690+msgid "A7 11 74 x 105 mm"
4691+msgstr "A7 11 74 x 105 mm"
4692+
4693+#. module: report_webkit
4694+#: selection:ir.header_webkit,format:0
4695+msgid "A6 10 105 x 148 mm"
4696+msgstr "A6 10 105 x 148 mm"
4697+
4698+#. module: report_webkit
4699+#: help:ir.actions.report.xml,report_webkit_data:0
4700+msgid "This template will be used if the main report file is not found"
4701+msgstr "Ezt a sablont fogja használni, ha a fő jelentésfájl nem található"
4702+
4703+#. module: report_webkit
4704+#: selection:ir.header_webkit,format:0
4705+msgid "Folio 27 210 x 330 mm"
4706+msgstr "Folio 27 210 x 330 mm"
4707+
4708+#. module: report_webkit
4709+#: field:ir.header_webkit,margin_top:0
4710+msgid "Top Margin (mm)"
4711+msgstr "Felső margó (mm)"
4712+
4713+#. module: report_webkit
4714+#: code:addons/report_webkit/webkit_report.py:261
4715+#, python-format
4716+msgid "Please set a header in company settings"
4717+msgstr "Kérjük, állítson be fejlécet a vállalati beállításokban"
4718+
4719+#. module: report_webkit
4720+#: view:report.webkit.actions:0
4721+msgid "_Ok"
4722+msgstr ""
4723+
4724+#. module: report_webkit
4725+#: help:report.webkit.actions,print_button:0
4726+msgid ""
4727+"Check this to add a Print action for this Report in the sidebar of the "
4728+"corresponding document types"
4729+msgstr ""
4730+
4731+#. module: report_webkit
4732+#: selection:ir.header_webkit,format:0
4733+msgid "B3 18 353 x 500 mm"
4734+msgstr "B3 18 353 x 500 mm"
4735+
4736+#. module: report_webkit
4737+#: help:ir.actions.report.xml,webkit_debug:0
4738+msgid "Enable the webkit engine debugger"
4739+msgstr ""
4740+
4741+#. module: report_webkit
4742+#: field:ir.header_img,img:0
4743+msgid "Image"
4744+msgstr "Kép"
4745+
4746+#. module: report_webkit
4747+#: field:res.company,header_webkit:0
4748+msgid "Available html"
4749+msgstr "Érvényes html"
4750+
4751+#. module: report_webkit
4752+#: help:report.webkit.actions,open_action:0
4753+msgid ""
4754+"Check this to view the newly added internal print action after creating it "
4755+"(technical view) "
4756+msgstr ""
4757+
4758+#. module: report_webkit
4759+#: view:res.company:0
4760+msgid "Images"
4761+msgstr "Képek"
4762+
4763+#. module: report_webkit
4764+#: selection:ir.header_webkit,orientation:0
4765+msgid "Portrait"
4766+msgstr "Álló"
4767+
4768+#. module: report_webkit
4769+#: selection:ir.header_webkit,orientation:0
4770+msgid "Landscape"
4771+msgstr "Fekvő"
4772+
4773+#. module: report_webkit
4774+#: view:ir.header_webkit:0
4775+msgid "page setup"
4776+msgstr "oldalbeállítás"
4777+
4778+#. module: report_webkit
4779+#: selection:ir.header_webkit,format:0
4780+msgid "B8 22 62 x 88 mm"
4781+msgstr "B8 22 62 x 88 mm"
4782+
4783+#. module: report_webkit
4784+#: selection:ir.header_webkit,format:0
4785+msgid "A2 7 420 x 594 mm"
4786+msgstr "A2 7 420 x 594 mm"
4787+
4788+#. module: report_webkit
4789+#: field:report.webkit.actions,print_button:0
4790+msgid "Add print button"
4791+msgstr ""
4792+
4793+#. module: report_webkit
4794+#: selection:ir.header_webkit,format:0
4795+msgid "A9 13 37 x 52 mm"
4796+msgstr "A9 13 37 x 52 mm"
4797+
4798+#. module: report_webkit
4799+#: model:ir.model,name:report_webkit.model_res_company
4800+msgid "Companies"
4801+msgstr "Vállalatok"
4802+
4803+#. module: report_webkit
4804+#: field:ir.header_webkit,margin_bottom:0
4805+msgid "Bottom Margin (mm)"
4806+msgstr "Alsó margó (mm)"
4807+
4808+#. module: report_webkit
4809+#: model:ir.model,name:report_webkit.model_report_webkit_actions
4810+msgid "Webkit Actions"
4811+msgstr "WebKit műveletek"
4812+
4813+#. module: report_webkit
4814+#: field:report.webkit.actions,open_action:0
4815+msgid "Open added action"
4816+msgstr ""
4817+
4818+#. module: report_webkit
4819+#: field:ir.header_webkit,margin_right:0
4820+msgid "Right Margin (mm)"
4821+msgstr "Jobb margó (mm)"
4822+
4823+#. module: report_webkit
4824+#: field:ir.header_webkit,orientation:0
4825+msgid "Orientation"
4826+msgstr "Tájolás"
4827+
4828+#. module: report_webkit
4829+#: selection:ir.header_webkit,format:0
4830+msgid "B6 20 125 x 176 mm"
4831+msgstr "B6 20 125 x 176 mm"
4832+
4833+#. module: report_webkit
4834+#: help:ir.header_webkit,html:0
4835+msgid "Set Webkit Report Header"
4836+msgstr "WebKit jelentés fejlécének beállítása"
4837+
4838+#. module: report_webkit
4839+#: field:ir.header_webkit,format:0
4840+msgid "Paper size"
4841+msgstr "Papírméret"
4842+
4843+#. module: report_webkit
4844+#: selection:ir.header_webkit,format:0
4845+msgid ":B10 16 31 x 44 mm"
4846+msgstr ":B10 16 31 x 44 mm"
4847+
4848+#. module: report_webkit
4849+#: field:ir.header_webkit,css:0
4850+msgid "Header CSS"
4851+msgstr "Fejléc CSS"
4852+
4853+#. module: report_webkit
4854+#: selection:ir.header_webkit,format:0
4855+msgid "B4 19 250 x 353 mm"
4856+msgstr "B4 19 250 x 353 mm"
4857+
4858+#. module: report_webkit
4859+#: selection:ir.header_webkit,format:0
4860+msgid "A3 8 297 x 420 mm"
4861+msgstr "A3 8 297 x 420 mm"
4862+
4863+#. module: report_webkit
4864+#: help:res.company,lib_path:0
4865+msgid "Complete (Absolute) path to the wkhtmltopdf executable."
4866+msgstr ""
4867+
4868+#. module: report_webkit
4869+#: field:ir.header_webkit,footer_html:0
4870+msgid "webkit footer"
4871+msgstr "webkit lábléc"
4872+
4873+#. module: report_webkit
4874+#: field:ir.actions.report.xml,webkit_debug:0
4875+msgid "Webkit debug"
4876+msgstr ""
4877+
4878+#. module: report_webkit
4879+#: selection:ir.header_webkit,format:0
4880+msgid "Letter 2 8.5 x 11 inches, 215.9 x 279.4 mm"
4881+msgstr "Letter 2 8.5 x 11 inch, 215.9 x 279.4 mm"
4882+
4883+#. module: report_webkit
4884+#: selection:ir.header_webkit,format:0
4885+msgid "B0 14 1000 x 1414 mm"
4886+msgstr "B0 14 1000 x 1414 mm"
4887+
4888+#. module: report_webkit
4889+#: field:ir.actions.report.xml,report_webkit_data:0
4890+msgid "Webkit Template"
4891+msgstr "WebKit sablon"
4892+
4893+#. module: report_webkit
4894+#: model:ir.module.module,shortdesc:report_webkit.module_meta_information
4895+msgid "Webkit Report Engine"
4896+msgstr "Webkit jelentésmotor"
4897+
4898+#. module: report_webkit
4899+#: field:ir.header_img,name:0
4900+#: field:ir.header_webkit,name:0
4901+msgid "Name"
4902+msgstr "Név"
4903+
4904+#. module: report_webkit
4905+#: selection:ir.header_webkit,format:0
4906+msgid "A5 9 148 x 210 mm"
4907+msgstr "A5 9 148 x 210 mm"
4908+
4909+#. module: report_webkit
4910+#: selection:ir.header_webkit,format:0
4911+msgid "A8 12 52 x 74 mm"
4912+msgstr "A8 12 52 x 74 mm"
4913+
4914+#. module: report_webkit
4915+#: model:ir.actions.act_window,name:report_webkit.wizard_ofdo_report_actions
4916+#: view:report.webkit.actions:0
4917+msgid "Add Print Buttons"
4918+msgstr ""
4919+
4920+#. module: report_webkit
4921+#: selection:ir.header_webkit,format:0
4922+msgid "Comm10E 25 105 x 241 mm, U.S. Common 10 Envelope"
4923+msgstr "Comm10E 25 105 x 241 mm, U.S. Common 10 Envelope"
4924+
4925+#. module: report_webkit
4926+#: code:addons/report_webkit/webkit_report.py:255
4927+#, python-format
4928+msgid "Webkit Report template not found !"
4929+msgstr "WebKit jelentés sablon nem található !"
4930+
4931+#. module: report_webkit
4932+#: field:ir.header_webkit,margin_left:0
4933+msgid "Left Margin (mm)"
4934+msgstr "Bal margó (mm)"
4935+
4936+#. module: report_webkit
4937+#: code:addons/report_webkit/webkit_report.py:255
4938+#, python-format
4939+msgid "Error!"
4940+msgstr ""
4941+
4942+#. module: report_webkit
4943+#: help:ir.header_webkit,footer_html:0
4944+msgid "Set Webkit Report Footer."
4945+msgstr "WebKit jelentés láblécének beállítása"
4946+
4947+#. module: report_webkit
4948+#: selection:ir.header_webkit,format:0
4949+msgid "B9 23 33 x 62 mm"
4950+msgstr "B9 23 33 x 62 mm"
4951+
4952+#. module: report_webkit
4953+#: model:ir.model,name:report_webkit.model_ir_actions_report_xml
4954+msgid "ir.actions.report.xml"
4955+msgstr "ir.actions.report.xml"
4956
4957=== added file 'report_webkit/i18n/it.po'
4958--- report_webkit/i18n/it.po 1970-01-01 00:00:00 +0000
4959+++ report_webkit/i18n/it.po 2011-09-14 12:18:22 +0000
4960@@ -0,0 +1,603 @@
4961+# Italian translation for openobject-addons
4962+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
4963+# This file is distributed under the same license as the openobject-addons package.
4964+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
4965+#
4966+msgid ""
4967+msgstr ""
4968+"Project-Id-Version: openobject-addons\n"
4969+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
4970+"POT-Creation-Date: 2011-05-09 10:19+0000\n"
4971+"PO-Revision-Date: 2011-05-06 10:24+0000\n"
4972+"Last-Translator: simone.sandri <lexluxsox@hotmail.it>\n"
4973+"Language-Team: Italian <it@li.org>\n"
4974+"MIME-Version: 1.0\n"
4975+"Content-Type: text/plain; charset=UTF-8\n"
4976+"Content-Transfer-Encoding: 8bit\n"
4977+"X-Launchpad-Export-Date: 2011-08-30 05:56+0000\n"
4978+"X-Generator: Launchpad (build 13794)\n"
4979+
4980+#. module: report_webkit
4981+#: field:ir.actions.report.xml,webkit_header:0
4982+msgid "WebKit Header"
4983+msgstr "Intestazione webkit"
4984+
4985+#. module: report_webkit
4986+#: view:ir.actions.report.xml:0
4987+msgid "Webkit Template (used if Report File is not found)"
4988+msgstr "Template webkit (usato se il file del report non è trovato)"
4989+
4990+#. module: report_webkit
4991+#: selection:ir.header_webkit,format:0
4992+msgid "Tabloid 29 279.4 x 431.8 mm"
4993+msgstr "Tabloid 29 279.4 x 431.8 mm"
4994+
4995+#. module: report_webkit
4996+#: model:ir.actions.act_window,name:report_webkit.action_header_img
4997+#: model:ir.ui.menu,name:report_webkit.menu_header_img
4998+msgid "Header IMG"
4999+msgstr "IMG intestazione"
5000+
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: