~jamesj/openobject-addons/c2c_budget_fixes

« back to all changes in this revision

Viewing changes to pxgo_openoffice_reports/i18n/pxgo_openoffice_reports.pot

  • Committer: Omar (Pexego)
  • Date: 2010-10-29 17:07:16 UTC
  • mto: This revision was merged to the branch mainline in revision 5064.
  • Revision ID: omar_pexego-20101029170716-kaa2gqjqozlxqk3o
[ADD] pxgo_openoffice_reports ported to 6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Translation of OpenERP Server.
 
2
# This file contains the translation of the following modules:
 
3
#       * pxgo_openoffice_reports
 
4
#
 
5
msgid ""
 
6
msgstr ""
 
7
"Project-Id-Version: OpenERP Server 6.0.0-rc1\n"
 
8
"Report-Msgid-Bugs-To: support@openerp.com\n"
 
9
"POT-Creation-Date: 2010-10-29 08:32:31+0000\n"
 
10
"PO-Revision-Date: 2010-10-29 10:40+0100\n"
 
11
"Last-Translator: omar <omar@pexego.es>\n"
 
12
"Language-Team: \n"
 
13
"MIME-Version: 1.0\n"
 
14
"Content-Type: text/plain; charset=UTF-8\n"
 
15
"Content-Transfer-Encoding: 8bit\n"
 
16
"Plural-Forms: \n"
 
17
 
 
18
#. module: pxgo_openoffice_reports
 
19
#: field:ir.actions.report.xml,openoffice_report:0
 
20
msgid "Is OpenOffice Report?"
 
21
msgstr ""
 
22
 
 
23
#: model:ir.module.module,description:pxgo_openoffice_reports.module_meta_information
 
24
msgid ""
 
25
"Pexego OpenOffice Reports - Reporting Engine based on Relatorio and "
 
26
"OpenOffice.\n"
 
27
"\n"
 
28
"Reporting engine that uses OpenOffice and Relatorio to create reports from "
 
29
"several kind of templates (like an OpenDocument Text, a Microsoft Excel "
 
30
"spreadsheet, or even a PowerPoint!) \n"
 
31
"and export them on several formats (i.e.: it may create a Microsoft Excel "
 
32
"spreadsheet from a OpenDocument spreadshet template).\n"
 
33
"\n"
 
34
"Based on Relatorio (see http://relatorio.openhex.org/), PyODConverter "
 
35
"(http://www.artofsolving.com/opensource/pyodconverter) and the Jasper "
 
36
"Reports addon from Koo (https://code.launchpad.net/openobject-client-kde).\n"
 
37
"\n"
 
38
"\n"
 
39
"*** FEATURES ***\n"
 
40
"\n"
 
41
"- The next template formats and output formats are supported:\n"
 
42
"  * Text (any text format supported by OpenOffice like odt, doc, rtf, txt): "
 
43
"\n"
 
44
"        pdf, html, odt, doc (MS Word 97), rtf, txt\n"
 
45
"  * Web (hmtl): \n"
 
46
"        pdf, odt\n"
 
47
"  * Spreadsheet (ods, xls): \n"
 
48
"        pdf, html, ods, xls (MS Excel 97), csv\n"
 
49
"  * Presentation (odp, ppt): \n"
 
50
"        pdf, html, odp, ppt\n"
 
51
"  * Drawing (odg): \n"
 
52
"        pdf, swf\n"
 
53
"\n"
 
54
"- Subreports (inserting another file anywhere on the document) are supported "
 
55
"for text formats,\n"
 
56
"  they are recursive (will be processed by the template system and may have "
 
57
"their own subreports)\n"
 
58
"  and they can be loaded from a binary field.\n"
 
59
"  \n"
 
60
"- Dynamic insertion of images is supported too, and they can be loaded from "
 
61
"a file or a binary field.\n"
 
62
"\n"
 
63
"- Conditional statements (if) and repetitive structures (for) are supported. "
 
64
"And they can be used in tables.\n"
 
65
"\n"
 
66
"\n"
 
67
"*** TEMPLATE LANGUAGE ***\n"
 
68
"\n"
 
69
"Templates are based on Relatorio and Genshi, you might find useful this "
 
70
"introduction to Relatorio: "
 
71
"http://relatorio.openhex.org/wiki/IndepthIntroduction\n"
 
72
"\n"
 
73
"Some additional features, mainly related to OpenERP, where added:\n"
 
74
"\n"
 
75
"    - Support for subreports (text documents only).\n"
 
76
"        * From OpenObject binary fields:\n"
 
77
"            ${ subreport(object.file_field, object.filename_field) }\n"
 
78
"        * From files on disk:\n"
 
79
"            ${ subreport(filepath='/tmp/something.odt') }\n"
 
80
"        * From buffers (open files, strings):\n"
 
81
"            ${ subreport(source=buffer, source_format='odt') }\n"
 
82
"\n"
 
83
"    - Translations using the OpenERP translation engine:\n"
 
84
"        ${ _(\"Object Name\") }\n"
 
85
"\n"
 
86
"    - Access to attachments of an OpenObject:\n"
 
87
"        * Get the attachment names:\n"
 
88
"            ${ ', '.join([a.name for a in get_attachments(object)]) }\n"
 
89
"        * Use the first attachment as a subreport (only text documents):\n"
 
90
"            ${ subreport(get_attachments(object)[0].datas, "
 
91
"get_attachments(object)[0].datas_fname) }\n"
 
92
"\n"
 
93
"    - Using images from fields:\n"
 
94
"        * On a frame name (see Relatorio documentation about including "
 
95
"images),\n"
 
96
"            instead of \"image: (file, mimetype)'\",\n"
 
97
"            use \"image: field_to_image(object.field)\"\n"
 
98
"\n"
 
99
"\n"
 
100
"*** REQUIREMENTS ***\n"
 
101
"\n"
 
102
"- Relatorio (0.5.0 or better) for basic templating (odt->odt and ods->ods "
 
103
"only),\n"
 
104
"- OpenOffice (2.4 or better) and PyUno for file conversions and subreports.\n"
 
105
"- Python Imaging Library (PIL) if you want to use images from binary "
 
106
"fields.\n"
 
107
"- PyCha (3.0 or better) if you want to use charts.\n"
 
108
"- Genshi (0.5.1 or better) for using ${} instead of relatorio://\n"
 
109
"\n"
 
110
"        "
 
111
msgstr ""
 
112
 
 
113
#. module: pxgo_openoffice_reports
 
114
#: code:addons/pxgo_openoffice_reports/openoffice_report.py:0
 
115
#, python-format
 
116
msgid "Error loading the OpenOffice template: %s"
 
117
msgstr ""
 
118
 
 
119
#. module: pxgo_openoffice_reports
 
120
#: model:ir.ui.menu,name:pxgo_openoffice_reports.openoffice_reports_menu
 
121
msgid "OpenOffice Reports"
 
122
msgstr ""
 
123
 
 
124
#. module: pxgo_openoffice_reports
 
125
#: constraint:ir.model:0
 
126
msgid "The Object name must start with x_ and not contain any special character !"
 
127
msgstr ""
 
128
 
 
129
#. module: pxgo_openoffice_reports
 
130
#: constraint:ir.actions.act_window:0
 
131
msgid "Invalid model name in the action definition."
 
132
msgstr ""
 
133
 
 
134
#. module: pxgo_openoffice_reports
 
135
#: code:addons/pxgo_openoffice_reports/openoffice_report.py:0
 
136
#, python-format
 
137
msgid "Error processing the OpenOffice template: %s"
 
138
msgstr ""
 
139
 
 
140
#. module: pxgo_openoffice_reports
 
141
#: constraint:ir.ui.view:0
 
142
msgid "Invalid XML for View Architecture!"
 
143
msgstr ""
 
144
 
 
145
#. module: pxgo_openoffice_reports
 
146
#: view:ir.actions.report.xml:0
 
147
msgid "openoffice Reports"
 
148
msgstr ""
 
149
 
 
150
#. module: pxgo_openoffice_reports
 
151
#: constraint:ir.ui.menu:0
 
152
msgid "Error ! You can not create recursive Menu."
 
153
msgstr ""
 
154
 
 
155
#. module: pxgo_openoffice_reports
 
156
#: model:ir.actions.report.xml,name:pxgo_openoffice_reports.report_pxgo_openoffice_reports_partner_demo_ods
 
157
msgid "OpenOffice Reports Demo (ODS->XLS)"
 
158
msgstr ""
 
159
 
 
160
#. module: pxgo_openoffice_reports
 
161
#: view:ir.actions.report.xml:0
 
162
#: field:ir.actions.report.xml,openoffice_file_ids:0
 
163
msgid "Files"
 
164
msgstr ""
 
165
 
 
166
#. module: pxgo_openoffice_reports
 
167
#: view:ir.actions.report.xml.file:0
 
168
msgid "Openoffice Reports File"
 
169
msgstr ""
 
170
 
 
171
#. module: pxgo_openoffice_reports
 
172
#: model:ir.actions.act_window,name:pxgo_openoffice_reports.ir_action_report_openoffice
 
173
#: view:ir.actions.report.xml:0
 
174
#: model:ir.ui.menu,name:pxgo_openoffice_reports.menu_ir_action_report_openoffice
 
175
msgid "Openoffice Reports"
 
176
msgstr ""
 
177
 
 
178
#. module: pxgo_openoffice_reports
 
179
#: view:ir.actions.report.xml:0
 
180
msgid "Update from attachments"
 
181
msgstr ""
 
182
 
 
183
#. module: pxgo_openoffice_reports
 
184
#: code:addons/pxgo_openoffice_reports/oo_template.py:0
 
185
#, python-format
 
186
msgid "Error inserting file %s on the OpenOffice document: %s"
 
187
msgstr ""
 
188
 
 
189
#. module: pxgo_openoffice_reports
 
190
#: code:addons/pxgo_openoffice_reports/report_xml.py:0
 
191
#, python-format
 
192
msgid "There is more than one report marked as default"
 
193
msgstr ""
 
194
 
 
195
#. module: pxgo_openoffice_reports
 
196
#: code:addons/pxgo_openoffice_reports/oo_template.py:0
 
197
#, python-format
 
198
msgid "Error saving file %s with OpenOffice: %s"
 
199
msgstr ""
 
200
 
 
201
#. module: pxgo_openoffice_reports
 
202
#: view:ir.actions.report.xml:0
 
203
msgid "Groups"
 
204
msgstr ""
 
205
 
 
206
#. module: pxgo_openoffice_reports
 
207
#: field:ir.actions.report.xml.file,report_id:0
 
208
msgid "Report"
 
209
msgstr ""
 
210
 
 
211
#. module: pxgo_openoffice_reports
 
212
#: code:addons/pxgo_openoffice_reports/__openerp__.py:0
 
213
#, python-format
 
214
msgid "Object Name"
 
215
msgstr ""
 
216
 
 
217
#. module: pxgo_openoffice_reports
 
218
#: code:addons/pxgo_openoffice_reports/oo_template.py:0
 
219
#, python-format
 
220
msgid "Error loading file %s with OpenOffice: %s"
 
221
msgstr ""
 
222
 
 
223
#. module: pxgo_openoffice_reports
 
224
#: code:addons/pxgo_openoffice_reports/oo_template.py:0
 
225
#, python-format
 
226
msgid "Couldn't connect to OpenOffice. Make sure you have an OpenOffice instance running and listening on the %s port. Details: %s"
 
227
msgstr ""
 
228
 
 
229
#. module: pxgo_openoffice_reports
 
230
#: model:ir.model,name:pxgo_openoffice_reports.model_ir_actions_report_xml_file
 
231
msgid "ir.actions.report.xml.file"
 
232
msgstr ""
 
233
 
 
234
#. module: pxgo_openoffice_reports
 
235
#: field:ir.actions.report.xml.file,default:0
 
236
msgid "Default"
 
237
msgstr ""
 
238
 
 
239
#. module: pxgo_openoffice_reports
 
240
#: code:addons/pxgo_openoffice_reports/report_xml.py:0
 
241
#, python-format
 
242
msgid "No report has been marked as default."
 
243
msgstr ""
 
244
 
 
245
#. module: pxgo_openoffice_reports
 
246
#: code:addons/pxgo_openoffice_reports/report_xml.py:0
 
247
#, python-format
 
248
msgid "Error"
 
249
msgstr ""
 
250
 
 
251
#. module: pxgo_openoffice_reports
 
252
#: field:ir.actions.report.xml,openoffice_model_id:0
 
253
msgid "Model"
 
254
msgstr ""
 
255
 
 
256
#. module: pxgo_openoffice_reports
 
257
#: model:ir.actions.report.xml,name:pxgo_openoffice_reports.report_pxgo_openoffice_reports_partner_demo
 
258
msgid "OpenOffice Reports Demo (ODT->PDF)"
 
259
msgstr ""
 
260
 
 
261
#. module: pxgo_openoffice_reports
 
262
#: field:ir.actions.report.xml.file,filename:0
 
263
msgid "File Name"
 
264
msgstr ""
 
265
 
 
266
#. module: pxgo_openoffice_reports
 
267
#: model:ir.model,name:pxgo_openoffice_reports.model_ir_actions_report_xml
 
268
msgid "ir.actions.report.xml"
 
269
msgstr ""
 
270
 
 
271
#. module: pxgo_openoffice_reports
 
272
#: field:ir.actions.report.xml.file,file:0
 
273
msgid "File"
 
274
msgstr ""
 
275
 
 
276
#. module: pxgo_openoffice_reports
 
277
#: sql_constraint:ir.model.fields:0
 
278
msgid "Size of the field can never be less than 1 !"
 
279
msgstr ""
 
280