~tempo-openerp/+junk/loewert-report-name

« back to all changes in this revision

Viewing changes to addons/portal_sale/i18n/fi.po

  • Committer: jbe at tempo-consulting
  • Date: 2013-08-21 08:48:11 UTC
  • Revision ID: jbe@tempo-consulting.fr-20130821084811-913uo4l7b5ayxq8m
[NEW] Création de la branche trunk Loewert

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Finnish translation for openobject-addons
 
2
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
 
3
# This file is distributed under the same license as the openobject-addons package.
 
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
 
5
#
 
6
msgid ""
 
7
msgstr ""
 
8
"Project-Id-Version: openobject-addons\n"
 
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 
10
"POT-Creation-Date: 2013-06-07 19:37+0000\n"
 
11
"PO-Revision-Date: 2012-12-21 23:00+0000\n"
 
12
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 
13
"Language-Team: Finnish <fi@li.org>\n"
 
14
"MIME-Version: 1.0\n"
 
15
"Content-Type: text/plain; charset=UTF-8\n"
 
16
"Content-Transfer-Encoding: 8bit\n"
 
17
"X-Launchpad-Export-Date: 2013-06-08 07:35+0000\n"
 
18
"X-Generator: Launchpad (build 16667)\n"
 
19
 
 
20
#. module: portal_sale
 
21
#: model:ir.model,name:portal_sale.model_account_config_settings
 
22
msgid "account.config.settings"
 
23
msgstr ""
 
24
 
 
25
#. module: portal_sale
 
26
#: view:account.invoice:0
 
27
msgid "[('share','=', False)]"
 
28
msgstr ""
 
29
 
 
30
#. module: portal_sale
 
31
#: model:ir.actions.act_window,help:portal_sale.portal_action_invoices
 
32
msgid "We haven't sent you any invoice."
 
33
msgstr ""
 
34
 
 
35
#. module: portal_sale
 
36
#: model:email.template,report_name:portal_sale.email_template_edi_sale
 
37
msgid ""
 
38
"${(object.name or '').replace('/','_')}_${object.state == 'draft' and "
 
39
"'draft' or ''}"
 
40
msgstr ""
 
41
 
 
42
#. module: portal_sale
 
43
#: model:res.groups,name:portal_sale.group_payment_options
 
44
msgid "View Online Payment Options"
 
45
msgstr ""
 
46
 
 
47
#. module: portal_sale
 
48
#: field:account.config.settings,group_payment_options:0
 
49
msgid "Show payment buttons to employees too"
 
50
msgstr ""
 
51
 
 
52
#. module: portal_sale
 
53
#: model:email.template,subject:portal_sale.email_template_edi_sale
 
54
msgid ""
 
55
"${object.company_id.name} ${object.state in ('draft', 'sent') and "
 
56
"'Quotation' or 'Order'} (Ref ${object.name or 'n/a' })"
 
57
msgstr ""
 
58
 
 
59
#. module: portal_sale
 
60
#: model:ir.actions.act_window,help:portal_sale.action_quotations_portal
 
61
msgid "We haven't sent you any quotation."
 
62
msgstr ""
 
63
 
 
64
#. module: portal_sale
 
65
#: model:ir.ui.menu,name:portal_sale.portal_sales_orders
 
66
msgid "Sales Orders"
 
67
msgstr ""
 
68
 
 
69
#. module: portal_sale
 
70
#: model:res.groups,comment:portal_sale.group_payment_options
 
71
msgid ""
 
72
"Members of this group see the online payment options\n"
 
73
"on Sale Orders and Customer Invoices. These options are meant for customers "
 
74
"who are accessing\n"
 
75
"their documents through the portal."
 
76
msgstr ""
 
77
 
 
78
#. module: portal_sale
 
79
#: model:email.template,body_html:portal_sale.email_template_edi_sale
 
80
msgid ""
 
81
"\n"
 
82
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
 
83
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, "
 
84
"255, 255); \">\n"
 
85
"\n"
 
86
"    <p>Hello ${object.partner_id.name},</p>\n"
 
87
"    \n"
 
88
"    <p>Here is your ${object.state in ('draft', 'sent') and 'quotation' or "
 
89
"'order confirmation'} from ${object.company_id.name}: </p>\n"
 
90
"\n"
 
91
"    <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
 
92
"       &nbsp;&nbsp;<strong>REFERENCES</strong><br />\n"
 
93
"       &nbsp;&nbsp;Order number: <strong>${object.name}</strong><br />\n"
 
94
"       &nbsp;&nbsp;Order total: <strong>${object.amount_total} "
 
95
"${object.pricelist_id.currency_id.name}</strong><br />\n"
 
96
"       &nbsp;&nbsp;Order date: ${object.date_order}<br />\n"
 
97
"       % if object.origin:\n"
 
98
"       &nbsp;&nbsp;Order reference: ${object.origin}<br />\n"
 
99
"       % endif\n"
 
100
"       % if object.client_order_ref:\n"
 
101
"       &nbsp;&nbsp;Your reference: ${object.client_order_ref}<br />\n"
 
102
"       % endif\n"
 
103
"       % if object.user_id:\n"
 
104
"       &nbsp;&nbsp;Your contact: <a href=\"mailto:${object.user_id.email or "
 
105
"''}?subject=Order%20${object.name}\">${object.user_id.name}</a>\n"
 
106
"       % endif\n"
 
107
"    </p>\n"
 
108
"\n"
 
109
"    <% set signup_url = object.get_signup_url() %>\n"
 
110
"    % if signup_url:\n"
 
111
"    <p>\n"
 
112
"    You can access this document and pay online via our Customer Portal:\n"
 
113
"    </p>\n"
 
114
"        <a style=\"display:block; width: 150px; height:20px; margin-left: "
 
115
"120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-"
 
116
"serif; font-size: 13px; font-weight: bold; text-align: center; text-"
 
117
"decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; "
 
118
"background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat "
 
119
"no-repeat;\"\n"
 
120
"           href=\"${signup_url}\">View ${object.state in ('draft', 'sent') "
 
121
"and 'Quotation' or 'Order'}</a>\n"
 
122
"    % endif\n"
 
123
"\n"
 
124
"    % if object.paypal_url:\n"
 
125
"    <br/>\n"
 
126
"    <p>It is also possible to directly pay with Paypal:</p>\n"
 
127
"        <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
 
128
"            <img class=\"oe_edi_paypal_button\" "
 
129
"src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
 
130
"        </a>\n"
 
131
"    % endif\n"
 
132
"\n"
 
133
"    <br/>\n"
 
134
"    <p>If you have any question, do not hesitate to contact us.</p>\n"
 
135
"    <p>Thank you for choosing ${object.company_id.name or 'us'}!</p>\n"
 
136
"    <br/>\n"
 
137
"    <br/>\n"
 
138
"    <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: "
 
139
"#8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; "
 
140
"background-repeat: repeat no-repeat;\">\n"
 
141
"        <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: "
 
142
"#DDD;\">\n"
 
143
"            <strong style=\"text-"
 
144
"transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
 
145
"    </div>\n"
 
146
"    <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: "
 
147
"16px; background-color: #F2F2F2;\">\n"
 
148
"        <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
 
149
"        % if object.company_id.street:\n"
 
150
"            ${object.company_id.street}<br/>\n"
 
151
"        % endif\n"
 
152
"        % if object.company_id.street2:\n"
 
153
"            ${object.company_id.street2}<br/>\n"
 
154
"        % endif\n"
 
155
"        % if object.company_id.city or object.company_id.zip:\n"
 
156
"            ${object.company_id.zip} ${object.company_id.city}<br/>\n"
 
157
"        % endif\n"
 
158
"        % if object.company_id.country_id:\n"
 
159
"            ${object.company_id.state_id and ('%s, ' % "
 
160
"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name "
 
161
"or ''}<br/>\n"
 
162
"        % endif\n"
 
163
"        </span>\n"
 
164
"        % if object.company_id.phone:\n"
 
165
"            <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: "
 
166
"0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: "
 
167
"0px; padding-left: 0px; \">\n"
 
168
"                Phone:&nbsp; ${object.company_id.phone}\n"
 
169
"            </div>\n"
 
170
"        % endif\n"
 
171
"        % if object.company_id.website:\n"
 
172
"            <div>\n"
 
173
"                Web :&nbsp;<a "
 
174
"href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
 
175
"            </div>\n"
 
176
"        % endif\n"
 
177
"        <p></p>\n"
 
178
"    </div>\n"
 
179
"</div>\n"
 
180
"            "
 
181
msgstr ""
 
182
 
 
183
#. module: portal_sale
 
184
#: model:email.template,report_name:portal_sale.email_template_edi_invoice
 
185
msgid ""
 
186
"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' "
 
187
"and 'draft' or ''}"
 
188
msgstr ""
 
189
 
 
190
#. module: portal_sale
 
191
#: model:email.template,subject:portal_sale.email_template_edi_invoice
 
192
msgid "${object.company_id.name} Invoice (Ref ${object.number or 'n/a' })"
 
193
msgstr ""
 
194
 
 
195
#. module: portal_sale
 
196
#: model:ir.model,name:portal_sale.model_mail_mail
 
197
msgid "Outgoing Mails"
 
198
msgstr ""
 
199
 
 
200
#. module: portal_sale
 
201
#: model:ir.actions.act_window,name:portal_sale.action_quotations_portal
 
202
#: model:ir.ui.menu,name:portal_sale.portal_quotations
 
203
msgid "Quotations"
 
204
msgstr ""
 
205
 
 
206
#. module: portal_sale
 
207
#: model:ir.model,name:portal_sale.model_sale_order
 
208
msgid "Sales Order"
 
209
msgstr ""
 
210
 
 
211
#. module: portal_sale
 
212
#: field:account.invoice,portal_payment_options:0
 
213
#: field:sale.order,portal_payment_options:0
 
214
msgid "Portal Payment Options"
 
215
msgstr ""
 
216
 
 
217
#. module: portal_sale
 
218
#: help:account.config.settings,group_payment_options:0
 
219
msgid ""
 
220
"Show online payment options on Sale Orders and Customer Invoices to "
 
221
"employees. If not checked, these options are only visible to portal users."
 
222
msgstr ""
 
223
 
 
224
#. module: portal_sale
 
225
#: model:ir.actions.act_window,name:portal_sale.portal_action_invoices
 
226
#: model:ir.ui.menu,name:portal_sale.portal_invoices
 
227
msgid "Invoices"
 
228
msgstr ""
 
229
 
 
230
#. module: portal_sale
 
231
#: view:account.config.settings:0
 
232
msgid "Configure payment acquiring methods"
 
233
msgstr ""
 
234
 
 
235
#. module: portal_sale
 
236
#: model:email.template,body_html:portal_sale.email_template_edi_invoice
 
237
msgid ""
 
238
"\n"
 
239
"<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
 
240
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, "
 
241
"255, 255); \">\n"
 
242
"\n"
 
243
"    <p>Hello ${object.partner_id.name},</p>\n"
 
244
"\n"
 
245
"    <p>A new invoice is available for you: </p>\n"
 
246
"    \n"
 
247
"    <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
 
248
"       &nbsp;&nbsp;<strong>REFERENCES</strong><br />\n"
 
249
"       &nbsp;&nbsp;Invoice number: <strong>${object.number}</strong><br />\n"
 
250
"       &nbsp;&nbsp;Invoice total: <strong>${object.amount_total} "
 
251
"${object.currency_id.name}</strong><br />\n"
 
252
"       &nbsp;&nbsp;Invoice date: ${object.date_invoice}<br />\n"
 
253
"       % if object.origin:\n"
 
254
"       &nbsp;&nbsp;Order reference: ${object.origin}<br />\n"
 
255
"       % endif\n"
 
256
"       % if object.user_id:\n"
 
257
"       &nbsp;&nbsp;Your contact: <a href=\"mailto:${object.user_id.email or "
 
258
"''}?subject=Invoice%20${object.number}\">${object.user_id.name}</a>\n"
 
259
"       % endif\n"
 
260
"    </p>  \n"
 
261
"\n"
 
262
"    <% set signup_url = object.get_signup_url() %>\n"
 
263
"    % if signup_url:\n"
 
264
"    <p>\n"
 
265
"    You can access the invoice document and pay online via our Customer "
 
266
"Portal:\n"
 
267
"    </p>\n"
 
268
"        <a style=\"display:block; width: 150px; height:20px; margin-left: "
 
269
"120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-"
 
270
"serif; font-size: 13px; font-weight: bold; text-align: center; text-"
 
271
"decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; "
 
272
"background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat "
 
273
"no-repeat;\"\n"
 
274
"           href=\"${signup_url}\">View Invoice</a>\n"
 
275
"    % endif\n"
 
276
"    \n"
 
277
"    % if object.paypal_url:\n"
 
278
"    <br/>\n"
 
279
"    <p>It is also possible to directly pay with Paypal:</p>\n"
 
280
"        <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
 
281
"            <img class=\"oe_edi_paypal_button\" "
 
282
"src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
 
283
"        </a>\n"
 
284
"    % endif\n"
 
285
"    \n"
 
286
"    <br/>\n"
 
287
"    <p>If you have any question, do not hesitate to contact us.</p>\n"
 
288
"    <p>Thank you for choosing ${object.company_id.name or 'us'}!</p>\n"
 
289
"    <br/>\n"
 
290
"    <br/>\n"
 
291
"    <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: "
 
292
"#8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; "
 
293
"background-repeat: repeat no-repeat;\">\n"
 
294
"        <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: "
 
295
"#DDD;\">\n"
 
296
"            <strong style=\"text-"
 
297
"transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
 
298
"    </div>\n"
 
299
"    <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: "
 
300
"16px; background-color: #F2F2F2;\">\n"
 
301
"        <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
 
302
"        % if object.company_id.street:\n"
 
303
"            ${object.company_id.street}<br/>\n"
 
304
"        % endif\n"
 
305
"        % if object.company_id.street2:\n"
 
306
"            ${object.company_id.street2}<br/>\n"
 
307
"        % endif\n"
 
308
"        % if object.company_id.city or object.company_id.zip:\n"
 
309
"            ${object.company_id.zip} ${object.company_id.city}<br/>\n"
 
310
"        % endif\n"
 
311
"        % if object.company_id.country_id:\n"
 
312
"            ${object.company_id.state_id and ('%s, ' % "
 
313
"object.company_id.state_id.name) or ''} ${object.company_id.country_id.name "
 
314
"or ''}<br/>\n"
 
315
"        % endif\n"
 
316
"        </span>\n"
 
317
"        % if object.company_id.phone:\n"
 
318
"            <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: "
 
319
"0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: "
 
320
"0px; padding-left: 0px; \">\n"
 
321
"                Phone:&nbsp; ${object.company_id.phone}\n"
 
322
"            </div>\n"
 
323
"        % endif\n"
 
324
"        % if object.company_id.website:\n"
 
325
"            <div>\n"
 
326
"                Web :&nbsp;<a "
 
327
"href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
 
328
"            </div>\n"
 
329
"        % endif\n"
 
330
"        <p></p>\n"
 
331
"    </div>\n"
 
332
"</div>\n"
 
333
"            "
 
334
msgstr ""
 
335
 
 
336
#. module: portal_sale
 
337
#: model:ir.actions.act_window,help:portal_sale.action_orders_portal
 
338
msgid "We haven't sent you any sales order."
 
339
msgstr ""
 
340
 
 
341
#. module: portal_sale
 
342
#: model:ir.model,name:portal_sale.model_account_invoice
 
343
msgid "Invoice"
 
344
msgstr ""
 
345
 
 
346
#. module: portal_sale
 
347
#: model:ir.actions.act_window,name:portal_sale.action_orders_portal
 
348
msgid "Sale Orders"
 
349
msgstr ""