e35d0c1dc5fed31655513c26acfdc2853c4f66a5
[odoo/odoo.git] / addons / portal_sale / i18n / mk.po
1 # Macedonian 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: Macedonian <mk@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>Здраво ${object.partner_id.name},</p>\n"
126 "\n"
127 "    <p>Имаме нова фактура за вас: </p>\n"
128 "    \n"
129 "    <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
130 "       &nbsp;&nbsp;<strong>РЕФЕРЕНЦИ</strong><br />\n"
131 "       &nbsp;&nbsp;Број на фактура: <strong>${object.number}</strong><br />\n"
132 "       &nbsp;&nbsp;Целосна сума на фактура: <strong>${object.amount_total} "
133 "${object.currency_id.name}</strong><br />\n"
134 "       &nbsp;&nbsp;Датум на фактура: ${object.date_invoice}<br />\n"
135 "       % if object.origin:\n"
136 "       &nbsp;&nbsp;Референца на нарачка: ${object.origin}<br />\n"
137 "       % endif\n"
138 "       % if object.user_id:\n"
139 "       &nbsp;&nbsp;Контакт: <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 "    Може да пристапите преку интернет до овој документ и да платите преку "
148 "порталот за клиенти:\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}\">View Invoice</a>\n"
157 "    % endif\n"
158 "    \n"
159 "    % if object.paypal_url:\n"
160 "    <br/>\n"
161 "    <p>Исто така можно е и плаќање со Paypal:</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>Доколку имате прашања слободно контактирајте не.</p>\n"
170 "    <p>Ви благодариме што ја избравте ${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 "                Телефон:&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>Здраво ${object.partner_id.name},</p>\n"
328 "    \n"
329 "    <p>Еве ја вашата ${object.state in ('draft', 'sent') and 'quotation' or "
330 "'order confirmation'} од ${object.company_id.name}: </p>\n"
331 "\n"
332 "    <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
333 "       &nbsp;&nbsp;<strong>РЕФЕРЕНЦИ</strong><br />\n"
334 "       &nbsp;&nbsp;Број на нарачка: <strong>${object.name}</strong><br />\n"
335 "       &nbsp;&nbsp;Вкупно нарачка: <strong>${object.amount_total} "
336 "${object.pricelist_id.currency_id.name}</strong><br />\n"
337 "       &nbsp;&nbsp;Датум на нарачка: ${object.date_order}<br />\n"
338 "       % if object.origin:\n"
339 "       &nbsp;&nbsp;Референца на нарачката: ${object.origin}<br />\n"
340 "       % endif\n"
341 "       % if object.client_order_ref:\n"
342 "       &nbsp;&nbsp;Ваша референца: ${object.client_order_ref}<br />\n"
343 "       % endif\n"
344 "       % if object.user_id:\n"
345 "       &nbsp;&nbsp;Контакт: <a href=\"mailto:${object.user_id.email or "
346 "''}?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 "    Може да пристапите преку интернет до овој документ и да платите преку "
354 "порталот за клиенти:\n"
355 "    </p>\n"
356 "        <a style=\"display:block; width: 150px; height:20px; margin-left: "
357 "120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-"
358 "serif; font-size: 13px; font-weight: bold; text-align: center; text-"
359 "decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; "
360 "background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat "
361 "no-repeat;\"\n"
362 "           href=\"${signup_url}\">View ${object.state in ('draft', 'sent') "
363 "and 'Quotation' or 'Order'}</a>\n"
364 "    % endif\n"
365 "\n"
366 "    % if object.paypal_url:\n"
367 "    <br/>\n"
368 "    <p>Исто така можно е и плаќање со Paypal:</p>\n"
369 "        <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
370 "            <img class=\"oe_edi_paypal_button\" "
371 "src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
372 "        </a>\n"
373 "    % endif\n"
374 "\n"
375 "    <br/>\n"
376 "    <p>Доколку имате прашања слободно контактирајте не.</p>\n"
377 "    <p>Ви благодариме што ја избравте ${object.company_id.name or "
378 "'us'}!</p>\n"
379 "    <br/>\n"
380 "    <br/>\n"
381 "    <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: "
382 "#8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; "
383 "background-repeat: repeat no-repeat;\">\n"
384 "        <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: "
385 "#DDD;\">\n"
386 "            <strong style=\"text-"
387 "transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
388 "    </div>\n"
389 "    <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: "
390 "16px; background-color: #F2F2F2;\">\n"
391 "        <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
392 "        % if object.company_id.street:\n"
393 "            ${object.company_id.street}<br/>\n"
394 "        % endif\n"
395 "        % if object.company_id.street2:\n"
396 "            ${object.company_id.street2}<br/>\n"
397 "        % endif\n"
398 "        % if object.company_id.city or object.company_id.zip:\n"
399 "            ${object.company_id.zip} ${object.company_id.city}<br/>\n"
400 "        % endif\n"
401 "        % if object.company_id.country_id:\n"
402 "            ${object.company_id.state_id and ('%s, ' % "
403 "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name "
404 "or ''}<br/>\n"
405 "        % endif\n"
406 "        </span>\n"
407 "        % if object.company_id.phone:\n"
408 "            <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: "
409 "0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: "
410 "0px; padding-left: 0px; \">\n"
411 "                Телефон:&nbsp; ${object.company_id.phone}\n"
412 "            </div>\n"
413 "        % endif\n"
414 "        % if object.company_id.website:\n"
415 "            <div>\n"
416 "                Web :&nbsp;<a "
417 "href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
418 "            </div>\n"
419 "        % endif\n"
420 "        <p></p>\n"
421 "    </div>\n"
422 "</div>\n"
423 "            "
424
425 #. module: portal_sale
426 #: model:email.template,report_name:portal_sale.email_template_edi_sale
427 msgid ""
428 "${(object.name or '').replace('/','_')}_${object.state == 'draft' and "
429 "'draft' or ''}"
430 msgstr ""
431 "${(object.name or '').replace('/','_')}_${object.state == 'draft' and "
432 "'draft' or ''}"
433
434 #. module: portal_sale
435 #: model:email.template,subject:portal_sale.email_template_edi_sale
436 msgid ""
437 "${object.company_id.name|safe} ${object.state in ('draft', 'sent') and "
438 "'Quotation' or 'Order'} (Ref ${object.name or 'n/a' })"
439 msgstr ""
440
441 #. module: portal_sale
442 #: model:email.template,subject:portal_sale.email_template_edi_invoice
443 msgid ""
444 "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })"
445 msgstr ""
446
447 #. module: portal_sale
448 #: view:account.config.settings:portal_sale.portal_sale_payment_option_config
449 msgid "Configure payment acquiring methods"
450 msgstr "Конфигурирај методи за плаќање"
451
452 #. module: portal_sale
453 #: model:ir.model,name:portal_sale.model_account_invoice
454 msgid "Invoice"
455 msgstr "Фактура"
456
457 #. module: portal_sale
458 #: model:email.template,report_name:portal_sale.email_template_edi_invoice
459 msgid ""
460 "Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' "
461 "and 'draft' or ''}"
462 msgstr ""
463 "Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' "
464 "and 'draft' or ''}"
465
466 #. module: portal_sale
467 #: model:ir.actions.act_window,name:portal_sale.portal_action_invoices
468 #: model:ir.ui.menu,name:portal_sale.portal_invoices
469 msgid "Invoices"
470 msgstr "Фактури"
471
472 #. module: portal_sale
473 #: model:res.groups,comment:portal_sale.group_payment_options
474 msgid ""
475 "Members of this group see the online payment options\n"
476 "on Sale Orders and Customer Invoices. These options are meant for customers "
477 "who are accessing\n"
478 "their documents through the portal."
479 msgstr ""
480 "Членовите на оваа група ги гледаат опциите за плаќање преку интернет\n"
481 "на Налози за продажба и Излезни фактури. Овие опции се наменети за клиенти "
482 "кои пристапуваат\n"
483 "до своите документи преку порталот."
484
485 #. module: portal_sale
486 #: model:ir.model,name:portal_sale.model_mail_mail
487 msgid "Outgoing Mails"
488 msgstr "Излезни e-mail пораки"
489
490 #. module: portal_sale
491 #: field:account.invoice,portal_payment_options:0
492 #: field:sale.order,portal_payment_options:0
493 msgid "Portal Payment Options"
494 msgstr "Опции за плаќање на порталот"
495
496 #. module: portal_sale
497 #: model:ir.actions.act_window,name:portal_sale.action_quotations_portal
498 #: model:ir.ui.menu,name:portal_sale.portal_quotations
499 msgid "Quotations"
500 msgstr "Понуди"
501
502 #. module: portal_sale
503 #: model:ir.actions.act_window,name:portal_sale.action_orders_portal
504 msgid "Sale Orders"
505 msgstr "Налог за продажба"
506
507 #. module: portal_sale
508 #: model:ir.model,name:portal_sale.model_sale_order
509 msgid "Sales Order"
510 msgstr "Налог за продажба"
511
512 #. module: portal_sale
513 #: model:ir.ui.menu,name:portal_sale.portal_sales_orders
514 msgid "Sales Orders"
515 msgstr "Налози за продажба"
516
517 #. module: portal_sale
518 #: help:account.config.settings,group_payment_options:0
519 msgid ""
520 "Show online payment options on Sale Orders and Customer Invoices to "
521 "employees. If not checked, these options are only visible to portal users."
522 msgstr ""
523 "Прикажи ги опциите за плаќање преку интернет на Налози за продажба и Излезни "
524 "фактури на вработените. Доколку не е штиклирано, овие опции се видливи само "
525 "за корисниците на порталот."
526
527 #. module: portal_sale
528 #: field:account.config.settings,group_payment_options:0
529 msgid "Show payment buttons to employees too"
530 msgstr "Покажи ги копчињата за плаќање и на вработените"
531
532 #. module: portal_sale
533 #: model:res.groups,name:portal_sale.group_payment_options
534 msgid "View Online Payment Options"
535 msgstr "Види ги опциите за плаќање преку интернет."
536
537 #. module: portal_sale
538 #: model:ir.actions.act_window,help:portal_sale.portal_action_invoices
539 msgid "We haven't sent you any invoice."
540 msgstr "Ви немаме испратено фактура."
541
542 #. module: portal_sale
543 #: model:ir.actions.act_window,help:portal_sale.action_quotations_portal
544 msgid "We haven't sent you any quotation."
545 msgstr "Ви немаме испратено понуда."
546
547 #. module: portal_sale
548 #: model:ir.actions.act_window,help:portal_sale.action_orders_portal
549 msgid "We haven't sent you any sales order."
550 msgstr "Ви немаме испратено налог за продажба."
551
552 #. module: portal_sale
553 #: view:account.invoice:portal_sale.view_account_invoice_filter_share
554 msgid "[('share','=', False)]"
555 msgstr "[('share','=', False)]"