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