0a7ae105d467910416ca37100c2b2afa8978c844
[odoo/odoo.git] / addons / portal_sale / i18n / hu.po
1 # Hungarian translation for openobject-addons
2 # Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
3 # This file is distributed under the same license as the openobject-addons package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
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: 2014-09-23 16:28+0000\n"
11 "PO-Revision-Date: 2014-08-14 16:10+0000\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: Hungarian <hu@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: 2014-09-24 09:25+0000\n"
18 "X-Generator: Launchpad (build 17196)\n"
19
20 #. module: portal_sale
21 #: model:email.template,body_html:portal_sale.email_template_edi_invoice
22 msgid ""
23 "\n"
24 "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
25 "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, "
26 "255, 255); \">\n"
27 "\n"
28 "    <p>Hello ${object.partner_id.name},</p>\n"
29 "\n"
30 "    <p>A new invoice is available for you: </p>\n"
31 "    \n"
32 "    <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
33 "       &nbsp;&nbsp;<strong>REFERENCES</strong><br />\n"
34 "       &nbsp;&nbsp;Invoice number: <strong>${object.number}</strong><br />\n"
35 "       &nbsp;&nbsp;Invoice total: <strong>${object.amount_total} "
36 "${object.currency_id.name}</strong><br />\n"
37 "       &nbsp;&nbsp;Invoice date: ${object.date_invoice}<br />\n"
38 "       % if object.origin:\n"
39 "       &nbsp;&nbsp;Order reference: ${object.origin}<br />\n"
40 "       % endif\n"
41 "       % if object.user_id:\n"
42 "       &nbsp;&nbsp;Your contact: <a href=\"mailto:${object.user_id.email or "
43 "''}?subject=Invoice%20${object.number}\">${object.user_id.name}</a>\n"
44 "       % endif\n"
45 "    </p>  \n"
46 "\n"
47 "    <% set signup_url = object.get_signup_url() %>\n"
48 "    % if signup_url:\n"
49 "    <p>\n"
50 "    You can access the invoice document and pay online via our Customer "
51 "Portal:\n"
52 "    </p>\n"
53 "        <a style=\"display:block; width: 150px; height:20px; margin-left: "
54 "120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-"
55 "serif; font-size: 13px; font-weight: bold; text-align: center; text-"
56 "decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; "
57 "background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat "
58 "no-repeat;\"\n"
59 "           href=\"${signup_url}\">View Invoice</a>\n"
60 "    % endif\n"
61 "    \n"
62 "    % if object.paypal_url:\n"
63 "    <br/>\n"
64 "    <p>It is also possible to directly pay with Paypal:</p>\n"
65 "        <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
66 "            <img class=\"oe_edi_paypal_button\" "
67 "src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
68 "        </a>\n"
69 "    % endif\n"
70 "    \n"
71 "    <br/>\n"
72 "    <p>If you have any question, do not hesitate to contact us.</p>\n"
73 "    <p>Thank you for choosing ${object.company_id.name or 'us'}!</p>\n"
74 "    <br/>\n"
75 "    <br/>\n"
76 "    <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: "
77 "#8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; "
78 "background-repeat: repeat no-repeat;\">\n"
79 "        <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: "
80 "#DDD;\">\n"
81 "            <strong style=\"text-"
82 "transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
83 "    </div>\n"
84 "    <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: "
85 "16px; background-color: #F2F2F2;\">\n"
86 "        <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
87 "        % if object.company_id.street:\n"
88 "            ${object.company_id.street}<br/>\n"
89 "        % endif\n"
90 "        % if object.company_id.street2:\n"
91 "            ${object.company_id.street2}<br/>\n"
92 "        % endif\n"
93 "        % if object.company_id.city or object.company_id.zip:\n"
94 "            ${object.company_id.zip} ${object.company_id.city}<br/>\n"
95 "        % endif\n"
96 "        % if object.company_id.country_id:\n"
97 "            ${object.company_id.state_id and ('%s, ' % "
98 "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name "
99 "or ''}<br/>\n"
100 "        % endif\n"
101 "        </span>\n"
102 "        % if object.company_id.phone:\n"
103 "            <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: "
104 "0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: "
105 "0px; padding-left: 0px; \">\n"
106 "                Phone:&nbsp; ${object.company_id.phone}\n"
107 "            </div>\n"
108 "        % endif\n"
109 "        % if object.company_id.website:\n"
110 "            <div>\n"
111 "                Web :&nbsp;<a "
112 "href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
113 "            </div>\n"
114 "        % endif\n"
115 "        <p></p>\n"
116 "    </div>\n"
117 "</div>\n"
118 "            "
119 msgstr ""
120 "\n"
121 "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
122 "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, "
123 "255, 255); \">\n"
124 "\n"
125 "    <p>Tisztelt${object.partner_id.name},</p>\n"
126 "\n"
127 "    <p>Egy új számla készült Önöknek: </p>\n"
128 "    \n"
129 "    <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
130 "       &nbsp;&nbsp;<strong>REFERENCES</strong><br />\n"
131 "       &nbsp;&nbsp;Számla száma: <strong>${object.number}</strong><br />\n"
132 "       &nbsp;&nbsp;Összesen kiszámlázott: <strong>${object.amount_total} "
133 "${object.currency_id.name}</strong><br />\n"
134 "       &nbsp;&nbsp;Számla dátuma: ${object.date_invoice}<br />\n"
135 "       % if object.origin:\n"
136 "       &nbsp;&nbsp;Számla hivatkozás: ${object.origin}<br />\n"
137 "       % endif\n"
138 "       % if object.user_id:\n"
139 "       &nbsp;&nbsp;Ön kapcsolata: <a href=\"mailto:${object.user_id.email or "
140 "''}?subject=Invoice%20${object.number}\">${object.user_id.name}</a>\n"
141 "       % endif\n"
142 "    </p>  \n"
143 "\n"
144 "    <% set signup_url = object.get_signup_url() %>\n"
145 "    % if signup_url:\n"
146 "    <p>\n"
147 "    Elérheti a számla dokumentumot és fizethet online az ügyfél "
148 "portálunkon:\n"
149 "    </p>\n"
150 "        <a style=\"display:block; width: 150px; height:20px; margin-left: "
151 "120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-"
152 "serif; font-size: 13px; font-weight: bold; text-align: center; text-"
153 "decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; "
154 "background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat "
155 "no-repeat;\"\n"
156 "           href=\"${signup_url}\">Számla megtekintése</a>\n"
157 "    % endif\n"
158 "    \n"
159 "    % if object.paypal_url:\n"
160 "    <br/>\n"
161 "    <p>Lehetőség van közvetlen Paypal fizetésre:</p>\n"
162 "        <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
163 "            <img class=\"oe_edi_paypal_button\" "
164 "src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
165 "        </a>\n"
166 "    % endif\n"
167 "    \n"
168 "    <br/>\n"
169 "    <p>További felmerülő kérdésekben állunk szíves rendelkezésükre.</p>\n"
170 "    <p>Köszönjük, hogy minket választott ${object.company_id.name or "
171 "'us'}!</p>\n"
172 "    <br/>\n"
173 "    <br/>\n"
174 "    <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: "
175 "#8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; "
176 "background-repeat: repeat no-repeat;\">\n"
177 "        <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: "
178 "#DDD;\">\n"
179 "            <strong style=\"text-"
180 "transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
181 "    </div>\n"
182 "    <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: "
183 "16px; background-color: #F2F2F2;\">\n"
184 "        <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
185 "        % if object.company_id.street:\n"
186 "            ${object.company_id.street}<br/>\n"
187 "        % endif\n"
188 "        % if object.company_id.street2:\n"
189 "            ${object.company_id.street2}<br/>\n"
190 "        % endif\n"
191 "        % if object.company_id.city or object.company_id.zip:\n"
192 "            ${object.company_id.zip} ${object.company_id.city}<br/>\n"
193 "        % endif\n"
194 "        % if object.company_id.country_id:\n"
195 "            ${object.company_id.state_id and ('%s, ' % "
196 "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name "
197 "or ''}<br/>\n"
198 "        % endif\n"
199 "        </span>\n"
200 "        % if object.company_id.phone:\n"
201 "            <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: "
202 "0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: "
203 "0px; padding-left: 0px; \">\n"
204 "                Phone:&nbsp; ${object.company_id.phone}\n"
205 "            </div>\n"
206 "        % endif\n"
207 "        % if object.company_id.website:\n"
208 "            <div>\n"
209 "                Web :&nbsp;<a "
210 "href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
211 "            </div>\n"
212 "        % endif\n"
213 "        <p></p>\n"
214 "    </div>\n"
215 "</div>\n"
216 "            "
217
218 #. module: portal_sale
219 #: model:email.template,body_html:portal_sale.email_template_edi_sale
220 msgid ""
221 "\n"
222 "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
223 "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, "
224 "255, 255); \">\n"
225 "\n"
226 "    <p>Hello ${object.partner_id.name},</p>\n"
227 "    \n"
228 "    <p>Here is your ${object.state in ('draft', 'sent') and 'quotation' or "
229 "'order confirmation'} from ${object.company_id.name}: </p>\n"
230 "\n"
231 "    <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
232 "       &nbsp;&nbsp;<strong>REFERENCES</strong><br />\n"
233 "       &nbsp;&nbsp;Order number: <strong>${object.name}</strong><br />\n"
234 "       &nbsp;&nbsp;Order total: <strong>${object.amount_total} "
235 "${object.pricelist_id.currency_id.name}</strong><br />\n"
236 "       &nbsp;&nbsp;Order date: ${object.date_order}<br />\n"
237 "       % if object.origin:\n"
238 "       &nbsp;&nbsp;Order reference: ${object.origin}<br />\n"
239 "       % endif\n"
240 "       % if object.client_order_ref:\n"
241 "       &nbsp;&nbsp;Your reference: ${object.client_order_ref}<br />\n"
242 "       % endif\n"
243 "       % if object.user_id:\n"
244 "       &nbsp;&nbsp;Your contact: <a href=\"mailto:${object.user_id.email or "
245 "''}?subject=Order%20${object.name}\">${object.user_id.name}</a>\n"
246 "       % endif\n"
247 "    </p>\n"
248 "\n"
249 "    <% set signup_url = object.get_signup_url() %>\n"
250 "    % if signup_url:\n"
251 "    <p>\n"
252 "    You can access this document and pay online via our Customer Portal:\n"
253 "    </p>\n"
254 "        <a style=\"display:block; width: 150px; height:20px; margin-left: "
255 "120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-"
256 "serif; font-size: 13px; font-weight: bold; text-align: center; text-"
257 "decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; "
258 "background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat "
259 "no-repeat;\"\n"
260 "           href=\"${signup_url}\">View ${object.state in ('draft', 'sent') "
261 "and 'Quotation' or 'Order'}</a>\n"
262 "    % endif\n"
263 "\n"
264 "    % if object.paypal_url:\n"
265 "    <br/>\n"
266 "    <p>It is also possible to directly pay with Paypal:</p>\n"
267 "        <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
268 "            <img class=\"oe_edi_paypal_button\" "
269 "src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
270 "        </a>\n"
271 "    % endif\n"
272 "\n"
273 "    <br/>\n"
274 "    <p>If you have any question, do not hesitate to contact us.</p>\n"
275 "    <p>Thank you for choosing ${object.company_id.name or 'us'}!</p>\n"
276 "    <br/>\n"
277 "    <br/>\n"
278 "    <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: "
279 "#8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; "
280 "background-repeat: repeat no-repeat;\">\n"
281 "        <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: "
282 "#DDD;\">\n"
283 "            <strong style=\"text-"
284 "transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
285 "    </div>\n"
286 "    <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: "
287 "16px; background-color: #F2F2F2;\">\n"
288 "        <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
289 "        % if object.company_id.street:\n"
290 "            ${object.company_id.street}<br/>\n"
291 "        % endif\n"
292 "        % if object.company_id.street2:\n"
293 "            ${object.company_id.street2}<br/>\n"
294 "        % endif\n"
295 "        % if object.company_id.city or object.company_id.zip:\n"
296 "            ${object.company_id.zip} ${object.company_id.city}<br/>\n"
297 "        % endif\n"
298 "        % if object.company_id.country_id:\n"
299 "            ${object.company_id.state_id and ('%s, ' % "
300 "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name "
301 "or ''}<br/>\n"
302 "        % endif\n"
303 "        </span>\n"
304 "        % if object.company_id.phone:\n"
305 "            <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: "
306 "0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: "
307 "0px; padding-left: 0px; \">\n"
308 "                Phone:&nbsp; ${object.company_id.phone}\n"
309 "            </div>\n"
310 "        % endif\n"
311 "        % if object.company_id.website:\n"
312 "            <div>\n"
313 "                Web :&nbsp;<a "
314 "href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
315 "            </div>\n"
316 "        % endif\n"
317 "        <p></p>\n"
318 "    </div>\n"
319 "</div>\n"
320 "            "
321 msgstr ""
322 "\n"
323 "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
324 "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, "
325 "255, 255); \">\n"
326 "\n"
327 "    <p>Tisztelt ${object.partner_id.name},</p>\n"
328 "    \n"
329 "    <p>Ez itt a ${object.state in ('draft', 'sent') and 'quotation' or "
330 "'order confirmation'} ${object.company_id.name} vállalattól: </p>\n"
331 "\n"
332 "    <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
333 "       &nbsp;&nbsp;<strong>REFERENCES</strong><br />\n"
334 "       &nbsp;&nbsp;Megrendelés száma: <strong>${object.name}</strong><br />\n"
335 "       &nbsp;&nbsp;Teljes megrendelés: <strong>${object.amount_total} "
336 "${object.pricelist_id.currency_id.name}</strong><br />\n"
337 "       &nbsp;&nbsp;Megrendelés dátuma: ${object.date_order}<br />\n"
338 "       % if object.origin:\n"
339 "       &nbsp;&nbsp;Megrendelés hivatkozása: ${object.origin}<br />\n"
340 "       % endif\n"
341 "       % if object.client_order_ref:\n"
342 "       &nbsp;&nbsp;Az Ön hivatkozása: ${object.client_order_ref}<br />\n"
343 "       % endif\n"
344 "       % if object.user_id:\n"
345 "       &nbsp;&nbsp;Az Ön kapcsolata: <a href=\"mailto:${object.user_id.email "
346 "or ''}?subject=Order%20${object.name}\">${object.user_id.name}</a>\n"
347 "       % endif\n"
348 "    </p>\n"
349 "\n"
350 "    <% set signup_url = object.get_signup_url() %>\n"
351 "    % if signup_url:\n"
352 "    <p>\n"
353 "    Elérheti ezt a dokumentumot és fizethet online a Vásárlói portálunkon:\n"
354 "    </p>\n"
355 "        <a style=\"display:block; width: 150px; height:20px; margin-left: "
356 "120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-"
357 "serif; font-size: 13px; font-weight: bold; text-align: center; text-"
358 "decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; "
359 "background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat "
360 "no-repeat;\"\n"
361 "           href=\"${signup_url}\">View ${object.state in ('draft', 'sent') "
362 "and 'Quotation' or 'Order'}</a>\n"
363 "    % endif\n"
364 "\n"
365 "    % if object.paypal_url:\n"
366 "    <br/>\n"
367 "    <p>Lehetősége van közvetlen Paypal fizetésre:</p>\n"
368 "        <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
369 "            <img class=\"oe_edi_paypal_button\" "
370 "src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
371 "        </a>\n"
372 "    % endif\n"
373 "\n"
374 "    <br/>\n"
375 "    <p>Egyéb felmerülő kérdésekben forduljon bizalommal hozzánk.</p>\n"
376 "    <p>Köszönjük, hogy minket választott ${object.company_id.name or "
377 "'us'}!</p>\n"
378 "    <br/>\n"
379 "    <br/>\n"
380 "    <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: "
381 "#8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; "
382 "background-repeat: repeat no-repeat;\">\n"
383 "        <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: "
384 "#DDD;\">\n"
385 "            <strong style=\"text-"
386 "transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
387 "    </div>\n"
388 "    <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: "
389 "16px; background-color: #F2F2F2;\">\n"
390 "        <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
391 "        % if object.company_id.street:\n"
392 "            ${object.company_id.street}<br/>\n"
393 "        % endif\n"
394 "        % if object.company_id.street2:\n"
395 "            ${object.company_id.street2}<br/>\n"
396 "        % endif\n"
397 "        % if object.company_id.city or object.company_id.zip:\n"
398 "            ${object.company_id.zip} ${object.company_id.city}<br/>\n"
399 "        % endif\n"
400 "        % if object.company_id.country_id:\n"
401 "            ${object.company_id.state_id and ('%s, ' % "
402 "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name "
403 "or ''}<br/>\n"
404 "        % endif\n"
405 "        </span>\n"
406 "        % if object.company_id.phone:\n"
407 "            <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: "
408 "0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: "
409 "0px; padding-left: 0px; \">\n"
410 "                Phone:&nbsp; ${object.company_id.phone}\n"
411 "            </div>\n"
412 "        % endif\n"
413 "        % if object.company_id.website:\n"
414 "            <div>\n"
415 "                Web :&nbsp;<a "
416 "href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
417 "            </div>\n"
418 "        % endif\n"
419 "        <p></p>\n"
420 "    </div>\n"
421 "</div>\n"
422 "            "
423
424 #. module: portal_sale
425 #: model:email.template,report_name:portal_sale.email_template_edi_sale
426 msgid ""
427 "${(object.name or '').replace('/','_')}_${object.state == 'draft' and "
428 "'draft' or ''}"
429 msgstr ""
430 "${(object.name or '').replace('/','_')}_${object.state == 'draft' and "
431 "'draft' or ''}"
432
433 #. module: portal_sale
434 #: model:email.template,subject:portal_sale.email_template_edi_sale
435 msgid ""
436 "${object.company_id.name|safe} ${object.state in ('draft', 'sent') and "
437 "'Quotation' or 'Order'} (Ref ${object.name or 'n/a' })"
438 msgstr ""
439
440 #. module: portal_sale
441 #: model:email.template,subject:portal_sale.email_template_edi_invoice
442 msgid ""
443 "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })"
444 msgstr ""
445
446 #. module: portal_sale
447 #: view:account.config.settings:portal_sale.portal_sale_payment_option_config
448 msgid "Configure payment acquiring methods"
449 msgstr "Fizetési beszedési mód beállítása"
450
451 #. module: portal_sale
452 #: model:ir.model,name:portal_sale.model_account_invoice
453 msgid "Invoice"
454 msgstr "Számla"
455
456 #. module: portal_sale
457 #: model:email.template,report_name:portal_sale.email_template_edi_invoice
458 msgid ""
459 "Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' "
460 "and 'draft' or ''}"
461 msgstr ""
462 "Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' "
463 "and 'draft' or ''}"
464
465 #. module: portal_sale
466 #: model:ir.actions.act_window,name:portal_sale.portal_action_invoices
467 #: model:ir.ui.menu,name:portal_sale.portal_invoices
468 msgid "Invoices"
469 msgstr "Számlák"
470
471 #. module: portal_sale
472 #: model:res.groups,comment:portal_sale.group_payment_options
473 msgid ""
474 "Members of this group see the online payment options\n"
475 "on Sale Orders and Customer Invoices. These options are meant for customers "
476 "who are accessing\n"
477 "their documents through the portal."
478 msgstr ""
479 "Ennek a csoportnak a tagjai látják az online fizetési lehetőségeket\n"
480 "a vevői megrendeléseken és vevők számláin. Ezek a lehetőségek azoknak a "
481 "vevőknek szólnak akik elérhetik\n"
482 "a dokumentumaikat a portálon keresztül."
483
484 #. module: portal_sale
485 #: model:ir.model,name:portal_sale.model_mail_mail
486 msgid "Outgoing Mails"
487 msgstr "Kimenő levelek"
488
489 #. module: portal_sale
490 #: field:account.invoice,portal_payment_options:0
491 #: field:sale.order,portal_payment_options:0
492 msgid "Portal Payment Options"
493 msgstr "Fizetési feltételek a portálon"
494
495 #. module: portal_sale
496 #: model:ir.actions.act_window,name:portal_sale.action_quotations_portal
497 #: model:ir.ui.menu,name:portal_sale.portal_quotations
498 msgid "Quotations"
499 msgstr "Árajánlatok"
500
501 #. module: portal_sale
502 #: model:ir.actions.act_window,name:portal_sale.action_orders_portal
503 msgid "Sale Orders"
504 msgstr "Vevői rendelések"
505
506 #. module: portal_sale
507 #: model:ir.model,name:portal_sale.model_sale_order
508 msgid "Sales Order"
509 msgstr "Vevői megrendelés"
510
511 #. module: portal_sale
512 #: model:ir.ui.menu,name:portal_sale.portal_sales_orders
513 msgid "Sales Orders"
514 msgstr "Vevői megrendelések"
515
516 #. module: portal_sale
517 #: help:account.config.settings,group_payment_options:0
518 msgid ""
519 "Show online payment options on Sale Orders and Customer Invoices to "
520 "employees. If not checked, these options are only visible to portal users."
521 msgstr ""
522 "Mutassa a munkavállalóknak a fizetési feltételeket a vevői megrendeléseken "
523 "és vevői számlákon. ha nincs bejelölve, ezek a lehetőségek kizárólag a "
524 "portál felhasználóknak láthatóak."
525
526 #. module: portal_sale
527 #: field:account.config.settings,group_payment_options:0
528 msgid "Show payment buttons to employees too"
529 msgstr "A munkavállalóknak is mutassa a fizetés gombot"
530
531 #. module: portal_sale
532 #: model:res.groups,name:portal_sale.group_payment_options
533 msgid "View Online Payment Options"
534 msgstr "Online fizetési lehetőségek megtekintése"
535
536 #. module: portal_sale
537 #: model:ir.actions.act_window,help:portal_sale.portal_action_invoices
538 msgid "We haven't sent you any invoice."
539 msgstr "Nem küldtünk semmilyen számlát."
540
541 #. module: portal_sale
542 #: model:ir.actions.act_window,help:portal_sale.action_quotations_portal
543 msgid "We haven't sent you any quotation."
544 msgstr "Nem küldtünk semmilyen árajánlatot."
545
546 #. module: portal_sale
547 #: model:ir.actions.act_window,help:portal_sale.action_orders_portal
548 msgid "We haven't sent you any sales order."
549 msgstr "Nem küldtünk semmilyen megrendelést."
550
551 #. module: portal_sale
552 #: view:account.invoice:portal_sale.view_account_invoice_filter_share
553 msgid "[('share','=', False)]"
554 msgstr "[('share','=', False)]"