Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / addons / event / i18n / event.pot
1 # Translation of Odoo Server.
2 # This file contains the translation of the following modules:
3 #       * event
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: Odoo Server 8.0\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-09-23 16:27+0000\n"
10 "PO-Revision-Date: 2014-09-23 16:27+0000\n"
11 "Last-Translator: <>\n"
12 "Language-Team: \n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: \n"
16 "Plural-Forms: \n"
17
18 #. module: event
19 #: model:email.template,body_html:event.confirmation_event
20 msgid "\n"
21 "        <p>Hello ${object.name},</p>\n"
22 "        <p>The event ${object.event_id.name} that you registered for is confirmed and will be held from ${object.event_id.date_begin_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')} to ${object.event_id.date_end_located.strftime('%Y-%m-%d %H:%M:%S (%Z)')}.\n"
23 "        For any further information please contact our event department.</p>\n"
24 "        <p>Thank you for your participation!</p>\n"
25 "        <p>Best regards</p>"
26 msgstr ""
27
28 #. module: event
29 #: model:email.template,body_html:event.confirmation_registration
30 msgid "\n"
31 "        <p>Hello ${object.name},</p>\n"
32 "        <p>We confirm that your registration to the event ${object.event_id.name} has been recorded.\n"
33 "        You will automatically receive an email providing you more practical information (such as the schedule, the agenda...) as soon as the event is confirmed.</p>\n"
34 "        <p>Thank you for your participation!</p>\n"
35 "        <p>Best regards</p>"
36 msgstr ""
37
38 #. module: event
39 #: field:report.event.registration,confirm_state:0
40 msgid " # No of Confirmed Registrations"
41 msgstr ""
42
43 #. module: event
44 #: field:report.event.registration,draft_state:0
45 msgid " # No of Draft Registrations"
46 msgstr ""
47
48 #. module: event
49 #: view:event.event:event.view_event_form
50 msgid "(confirmed:"
51 msgstr ""
52
53 #. module: event
54 #: model:event.event,description:event.event_3
55 msgid "<div class=\"carousel slide oe_small mb16\" data-interval=\"10000\" data-snippet-id=\"carousel\" id=\"myCarousel3\">\n"
56 "<div class=\"carousel-inner\">\n"
57 "<div class=\"item active image_text\"><img height=\"100%\" src=\"/website/static/src/img/banner/orange_red.jpg\" width=\"100%\"><div class=\"container\">\n"
58 "<div class=\"carousel-caption content\">\n"
59 "<h2>5 Intensive Days</h2>\n"
60 "\n"
61 "<h4>to learn .JS development</h4>\n"
62 "</div>\n"
63 "\n"
64 "<img class=\"carousel-image hidden-xs\" alt=\"Banner Odoo Image\" src=\"/website/static/src/img/banner/banner_picture.png\">\n"
65 "</div>\n"
66 "</div>\n"
67 "</div>\n"
68 "</div>\n"
69 "\n"
70 "<div class=\"container\">\n"
71 "<div class=\"row\">\n"
72 "<div class=\"col-md-12 text-center mb8 mt0\" data-snippet-id=\"colmd\">\n"
73 "<h2>Course Summary</h2>\n"
74 "</div>\n"
75 "\n"
76 "<div class=\"col-md-12 mt16 mb0\" data-snippet-id=\"colmd\">\n"
77 "<p><span style=\"text-align: -webkit-center; \">This course is dedicated to developers who need to grasp knowledge of the <strong>business applications development </strong>process. This course is for new developers or for IT professionals eager to learn more about technical aspects.</span></p>\n"
78 "</div>\n"
79 "</div>\n"
80 "</div>\n"
81 "\n"
82 "<div class=\"container\">\n"
83 "<div class=\"row\">\n"
84 "<div class=\"col-md-12 text-center mt0 mb16\" data-snippet-id=\"colmd\">\n"
85 "<h2>What you will learn?</h2>\n"
86 "</div>\n"
87 "\n"
88 "<div class=\"col-md-4\" data-snippet-id=\"colmd\">\n"
89 "<div class=\"panel panel-info\">\n"
90 "<div class=\"panel-heading text-center\">\n"
91 "<h2 style=\"margin: 0\">Day 1</h2>\n"
92 "\n"
93 "<p class=\"text-muted\" style=\"margin: 0\">Introduction to Javascript</p>\n"
94 "</div>\n"
95 "\n"
96 "<ul class=\"list-group\"><li class=\"list-group-item\">Hello World</li>\n"
97 "       <li class=\"list-group-item\">Variables &amp; Operators</li>\n"
98 "       <li class=\"list-group-item\">Dive into Strings</li>\n"
99 "       <li class=\"list-group-item\">Functions</li>\n"
100 "       <li class=\"list-group-item\">Loops</li>\n"
101 "       <li class=\"list-group-item\">Arrays</li>\n"
102 "</ul><div class=\"panel-footer text-center\">\n"
103 "<p class=\"text-muted\"><i>You will be able to develop simple dynamic compenents in HTML pages.</i></p>\n"
104 "</div>\n"
105 "</div>\n"
106 "</div>\n"
107 "\n"
108 "<div class=\"col-md-4\" data-snippet-id=\"colmd\">\n"
109 "<div class=\"panel panel-info\">\n"
110 "<div class=\"panel-heading text-center\">\n"
111 "<h2 style=\"margin: 0\">Day 2</h2>\n"
112 "\n"
113 "<p class=\"text-muted\" style=\"margin: 0\">Odoo Web Client</p>\n"
114 "</div>\n"
115 "\n"
116 "<ul class=\"list-group\"><li class=\"list-group-item\">Introduction to JQuery</li>\n"
117 "       <li class=\"list-group-item\">Advanced JQuery</li>\n"
118 "       <li class=\"list-group-item\">Underscore</li>\n"
119 "       <li class=\"list-group-item\">Introduction to QWeb</li>\n"
120 "       <li class=\"list-group-item\">Controlers and Views</li>\n"
121 "       <li class=\"list-group-item\">Bootstrap CSS</li>\n"
122 "       <li class=\"list-group-item\">Calling the ORM</li>\n"
123 "</ul><div class=\"panel-footer text-center\">\n"
124 "<p class=\"text-muted\"><i>You will be able to create dynamic page interacting with the ORM.</i></p>\n"
125 "</div>\n"
126 "</div>\n"
127 "</div>\n"
128 "\n"
129 "<div class=\"col-md-4\" data-snippet-id=\"colmd\">\n"
130 "<div class=\"panel panel-info\">\n"
131 "<div class=\"panel-heading text-center\">\n"
132 "<h2 style=\"margin: 0\">Day 3</h2>\n"
133 "\n"
134 "<p class=\"text-muted\" style=\"margin: 0\">Building a Full Application</p>\n"
135 "</div>\n"
136 "\n"
137 "<ul class=\"list-group\"><li class=\"list-group-item\">Modules</li>\n"
138 "       <li class=\"list-group-item\">Python Objects</li>\n"
139 "       <li class=\"list-group-item\">Report Engine</li>\n"
140 "       <li class=\"list-group-item\">Workflows</li>\n"
141 "       <li class=\"list-group-item\">Training Center Module</li>\n"
142 "       <li class=\"list-group-item\">Integrated Help</li>\n"
143 "       <li class=\"list-group-item\">How to Debug</li>\n"
144 "</ul><div class=\"panel-footer text-center\">\n"
145 "<p class=\"text-muted\"><i>You will be able to develop a full application with backend and user interface.</i></p>\n"
146 "</div>\n"
147 "</div>\n"
148 "</div>\n"
149 "</div>\n"
150 "</div>\n"
151 "\n"
152 "<div class=\"container\">\n"
153 "<div class=\"row\">\n"
154 "<div class=\"col-md-12 text-center mb16 mt0\" data-snippet-id=\"colmd\">\n"
155 "<h2>Requirements</h2>\n"
156 "</div>\n"
157 "\n"
158 "<div class=\"col-md-12 mb16 mt16\" data-snippet-id=\"colmd\">\n"
159 "<p><strong>Objectives:</strong></p>\n"
160 "\n"
161 "<p><strong>Having attended this course, participants should be able to:</strong></p>\n"
162 "\n"
163 "<ul><li>Understand the development concepts and architecture;</li>\n"
164 "       <li>Install and administer your own server;</li>\n"
165 "       <li>Develop a new module for a particular application.</li>\n"
166 "</ul><p></p>\n"
167 "\n"
168 "<p><strong>Our prices include:</strong></p>\n"
169 "\n"
170 "<ul><li>drinks and lunch;</li>\n"
171 "       <li>training material.</li>\n"
172 "</ul><p></p>\n"
173 "\n"
174 "<p><strong>Requirements:</strong></p>\n"
175 "\n"
176 "<ul><li>Bring your own laptop.</li>\n"
177 "       <li>Participants are expected to have some knowledge in programming. A basic knowledge of the Python programming is recommended.</li>\n"
178 "       <li>Participants preferably have a functional knowledge of our software (see Functional Training).</li>\n"
179 "</ul><p></p>\n"
180 "\n"
181 "<p>To get more information, visit the <a href=\"http://openerp.com/\">Odoo Official Website</a>.</p>\n"
182 "</div>\n"
183 "</div>\n"
184 "</div>\n"
185 "\n"
186 "\n"
187 "\n"
188 "<div class=\"container oe_dark\">\n"
189 "<div class=\"row\">\n"
190 "<div class=\"col-md-12\" data-snippet-id=\"colmd\">\n"
191 "<h1 class=\"text-center\">Read Great Contents</h1>\n"
192 "\n"
193 "<h3 class=\"text-muted text-center\">What do people say about this course?</h3>\n"
194 "</div>\n"
195 "\n"
196 "<div class=\"mt16 mb32 col-md-6\" data-snippet-id=\"colmd\">\n"
197 "<blockquote data-snippet-id=\"quote\">\n"
198 "<p>I did not expect such a great learning experience. I feel like I can develop anything now.</p>\n"
199 "<small>John Doe, CEO</small></blockquote>\n"
200 "</div>\n"
201 "\n"
202 "<div class=\"mt16 mb32 col-md-6\" data-snippet-id=\"colmd\">\n"
203 "<blockquote data-snippet-id=\"quote\">\n"
204 "<p>This course help me build my first application within a month. Definetly worth its price.</p>\n"
205 "<small>John Doe, CEO</small></blockquote>\n"
206 "</div>\n"
207 "</div>\n"
208 "</div>\n"
209 ""
210 msgstr ""
211
212 #. module: event
213 #: model:event.event,description:event.event_0
214 #: model:event.event,description:event.event_1
215 msgid "<div class=\"carousel slide oe_small mb16\" data-interval=\"10000\" data-snippet-id=\"carousel\" id=\"myCarousel3\">\n"
216 "<div class=\"carousel-inner\">\n"
217 "<div class=\"item active image_text\"><img height=\"100%\" src=\"/website/static/src/img/banner/orange_red.jpg\" width=\"100%\"><div class=\"container\">\n"
218 "<div class=\"carousel-caption content\">\n"
219 "<h2>5 Intensive Days</h2>\n"
220 "\n"
221 "<h4>to learn .JS development</h4>\n"
222 "</div>\n"
223 "<img class=\"carousel-image hidden-xs\" alt=\"Banner Odoo Image\" src=\"/website/static/src/img/banner/banner_picture.png\">\n"
224 "</div>\n"
225 "</div>\n"
226 "</div>\n"
227 "</div>\n"
228 "\n"
229 "<div class=\"container\">\n"
230 "<div class=\"row\">\n"
231 "<div class=\"col-md-12 text-center mb8 mt0\" data-snippet-id=\"colmd\">\n"
232 "<h2>Course Summary</h2>\n"
233 "</div>\n"
234 "\n"
235 "<div class=\"col-md-12 mt16 mb0\" data-snippet-id=\"colmd\">\n"
236 "<p><span style=\"text-align: -webkit-center; \">This course is dedicated to developers who need to grasp knowledge of the <strong>business applications development </strong>process. This course is for new developers or for IT professionals eager to learn more about technical aspects.</span></p>\n"
237 "</div>\n"
238 "</div>\n"
239 "</div>\n"
240 "\n"
241 "<div class=\"container\">\n"
242 "<div class=\"row\">\n"
243 "<div class=\"col-md-12 text-center mt0 mb16\" data-snippet-id=\"colmd\">\n"
244 "<h2>What you will learn?</h2>\n"
245 "</div>\n"
246 "\n"
247 "<div class=\"col-md-4\" data-snippet-id=\"colmd\">\n"
248 "<div class=\"panel panel-info\">\n"
249 "<div class=\"panel-heading text-center\">\n"
250 "<h2 style=\"margin: 0\">Day 1</h2>\n"
251 "\n"
252 "<p class=\"text-muted\" style=\"margin: 0\">Introduction to Javascript</p>\n"
253 "</div>\n"
254 "\n"
255 "<ul class=\"list-group\"><li class=\"list-group-item\">Hello World</li>\n"
256 "       <li class=\"list-group-item\">Variables &amp; Operators</li>\n"
257 "       <li class=\"list-group-item\">Dive into Strings</li>\n"
258 "       <li class=\"list-group-item\">Functions</li>\n"
259 "       <li class=\"list-group-item\">Loops</li>\n"
260 "       <li class=\"list-group-item\">Arrays</li>\n"
261 "</ul><div class=\"panel-footer text-center\">\n"
262 "<p class=\"text-muted\"><i>You will be able to develop simple dynamic compenents in HTML pages.</i></p>\n"
263 "</div>\n"
264 "</div>\n"
265 "</div>\n"
266 "\n"
267 "<div class=\"col-md-4\" data-snippet-id=\"colmd\">\n"
268 "<div class=\"panel panel-info\">\n"
269 "<div class=\"panel-heading text-center\">\n"
270 "<h2 style=\"margin: 0\">Day 2</h2>\n"
271 "\n"
272 "<p class=\"text-muted\" style=\"margin: 0\">Odoo Web Client</p>\n"
273 "</div>\n"
274 "\n"
275 "<ul class=\"list-group\"><li class=\"list-group-item\">Introduction to JQuery</li>\n"
276 "       <li class=\"list-group-item\">Advanced JQuery</li>\n"
277 "       <li class=\"list-group-item\">Underscore</li>\n"
278 "       <li class=\"list-group-item\">Introduction to QWeb</li>\n"
279 "       <li class=\"list-group-item\">Controlers and Views</li>\n"
280 "       <li class=\"list-group-item\">Bootstrap CSS</li>\n"
281 "       <li class=\"list-group-item\">Calling the ORM</li>\n"
282 "</ul><div class=\"panel-footer text-center\">\n"
283 "<p class=\"text-muted\"><i>You will be able to create dynamic page interacting with the ORM.</i></p>\n"
284 "</div>\n"
285 "</div>\n"
286 "</div>\n"
287 "\n"
288 "<div class=\"col-md-4\" data-snippet-id=\"colmd\">\n"
289 "<div class=\"panel panel-info\">\n"
290 "<div class=\"panel-heading text-center\">\n"
291 "<h2 style=\"margin: 0\">Day 3</h2>\n"
292 "\n"
293 "<p class=\"text-muted\" style=\"margin: 0\">Building a Full Application</p>\n"
294 "</div>\n"
295 "\n"
296 "<ul class=\"list-group\"><li class=\"list-group-item\">Modules</li>\n"
297 "       <li class=\"list-group-item\">Python Objects</li>\n"
298 "       <li class=\"list-group-item\">Report Engine</li>\n"
299 "       <li class=\"list-group-item\">Workflows</li>\n"
300 "       <li class=\"list-group-item\">Training Center Module</li>\n"
301 "       <li class=\"list-group-item\">Integrated Help</li>\n"
302 "       <li class=\"list-group-item\">How to Debug</li>\n"
303 "</ul><div class=\"panel-footer text-center\">\n"
304 "<p class=\"text-muted\"><i>You will be able to develop a full application with backend and user interface.</i></p>\n"
305 "</div>\n"
306 "</div>\n"
307 "</div>\n"
308 "</div>\n"
309 "</div>\n"
310 "\n"
311 "<div class=\"container\">\n"
312 "<div class=\"row\">\n"
313 "<div class=\"col-md-12 text-center mb16 mt0\" data-snippet-id=\"colmd\">\n"
314 "<h2>Requirements</h2>\n"
315 "</div>\n"
316 "\n"
317 "<div class=\"col-md-12 mb16 mt16\" data-snippet-id=\"colmd\">\n"
318 "<p><strong>Objectives:</strong></p>\n"
319 "\n"
320 "<p><strong>Having attended this course, participants should be able to:</strong></p>\n"
321 "\n"
322 "<ul><li>Understand the development concepts and architecture;</li>\n"
323 "       <li>Install and administer your own server;</li>\n"
324 "       <li>Develop a new module for a particular application.</li>\n"
325 "</ul><p></p>\n"
326 "\n"
327 "<p><strong>Our prices include:</strong></p>\n"
328 "\n"
329 "<ul><li>drinks and lunch;</li>\n"
330 "       <li>training material.</li>\n"
331 "</ul><p></p>\n"
332 "\n"
333 "<p><strong>Requirements:</strong></p>\n"
334 "\n"
335 "<ul><li>Bring your own laptop.</li>\n"
336 "       <li>Participants are expected to have some knowledge in programming. A basic knowledge of the Python programming is recommended.</li>\n"
337 "       <li>Participants preferably have a functional knowledge of our software (see Functional Training).</li>\n"
338 "</ul><p></p>\n"
339 "\n"
340 "<p>To get more information, visit the <a href=\"http://openerp.com/\">Odoo Official Website</a>.</p>\n"
341 "</div>\n"
342 "</div>\n"
343 "</div>\n"
344 "\n"
345 "\n"
346 "\n"
347 "<div class=\"container oe_dark\">\n"
348 "<div class=\"row\">\n"
349 "<div class=\"col-md-12\" data-snippet-id=\"colmd\">\n"
350 "<h1 class=\"text-center\">Read Great Contents</h1>\n"
351 "\n"
352 "<h3 class=\"text-muted text-center\">What do people say about this course?</h3>\n"
353 "</div>\n"
354 "\n"
355 "<div class=\"mt16 mb32 col-md-6\" data-snippet-id=\"colmd\">\n"
356 "<blockquote data-snippet-id=\"quote\">\n"
357 "<p>I did not expect such a great learning experience. I feel like I can develop anything now.</p>\n"
358 "<small>John Doe, CEO</small></blockquote>\n"
359 "</div>\n"
360 "\n"
361 "<div class=\"mt16 mb32 col-md-6\" data-snippet-id=\"colmd\">\n"
362 "<blockquote data-snippet-id=\"quote\">\n"
363 "<p>This course help me build my first application within a month. Definetly worth its price.</p>\n"
364 "<small>John Doe, CEO</small></blockquote>\n"
365 "</div>\n"
366 "</div>\n"
367 "</div>\n"
368 ""
369 msgstr ""
370
371 #. module: event
372 #: model:event.event,description:event.event_2
373 msgid "<div class=\"oe_structure\">\n"
374 "    <center><strong>Conference on Business Applications</strong></center>\n"
375 "    <p> </p>\n"
376 "    <p> During this conference, our team will give a detailed overview of our business applications. You’ll know all the benefits of using it.</p>\n"
377 "    <p> </p>\n"
378 "    <p><strong>Objectives:</strong></p>\n"
379 "    <p>Having attended this conference, participants should be able to:</p>\n"
380 "    <ul>\n"
381 "    <li>Understand the various modules;</li>\n"
382 "    <li>Functional flow of the main applications;</li>\n"
383 "    </ul>\n"
384 "    <p> </p>\n"
385 "    <p><strong>Program:</strong></p>\n"
386 "    <ul>\n"
387 "    <li>Introduction, CRM, Sales Management</li>\n"
388 "    <li>Purchase, Sales &amp; Purchase management, Financial accounting.</li>\n"
389 "    <li>Project management, Human resources, Contract management.</li>\n"
390 "    <li>Warehouse management, Manufacturing (MRP) &amp; Sales, Import/Export.</li>\n"
391 "    <li>Point of Sale (POS), Introduction to report customization.</li>\n"
392 "    </ul>\n"
393 "    <p> </p>\n"
394 "    <p><strong>Where to find us:</strong></p>\n"
395 "    <p>Chamber Works 60, Rosewood Court Detroit, MI 48212 (United States)</p>\n"
396 "    <p>For any additional information, please contact us at <a href=\"mailto:events@openerp.com\">events@openerp.com</a>.</p>\n"
397 "    <p> </p>\n"
398 "    <p>Best regards,</p>\n"
399 "    <p>Luigi Roni, Senior Event Manager</p>\n"
400 "    <p> </p>\n"
401 "    <p align=\"RIGHT\"><em>(Chamber Works reserves the right to cancel, re-name or re-locate<br>the event or change the dates on which it is held.)</em></p>\n"
402 "</div>\n"
403 ""
404 msgstr ""
405
406 #. module: event
407 #: model:event.event,badge_innerright:event.event_1
408 msgid "<div>\n"
409 "                <h2>Exhibition Hall</h2>\n"
410 "            </div>\n"
411 "            <div>\n"
412 "                Picture of the exhibition hall\n"
413 "            </div>\n"
414 "        "
415 msgstr ""
416
417 #. module: event
418 #: model:event.event,badge_innerleft:event.event_1
419 msgid "<h2>Premium Tickets</h2>\n"
420 "            <table class=\"text-center\">\n"
421 "                <tr>\n"
422 "                    <td width=\"10%\"></td>\n"
423 "                    <td width=\"10%\" style=\"height:45px; width:110px; border-radius: 90px 90px 0 0; -moz-border-radius: 90px 90px 0 0; -webkit-border-radius: 90px 90px 0 0; background:lightgrey; text-align: -webkit-center; padding-top: 10px;\"><div>Full</div><div> Catering</div></td>\n"
424 "                    <td width=\"5%\"></td>\n"
425 "                    <td width=\"10%\" style=\"height:45px; width:110px; border-radius: 90px 90px 0 0; -moz-border-radius: 90px 90px 0 0; -webkit-border-radius: 90px 90px 0 0; background:lightgrey; text-align: -webkit-center; padding-top: 10px;\"><div>BBQ &amp;</div><div>Beer Event</div></td>\n"
426 "                    <td width=\"5%\"></td>\n"
427 "                    <td width=\"10%\" style=\"height:45px; width:110px; border-radius: 90px 90px 0 0; -moz-border-radius: 90px 90px 0 0; -webkit-border-radius: 90px 90px 0 0; background:lightgrey; text-align: -webkit-center; padding-top: 10px;\"><div>Awards &amp;</div> <div>Walking</div><div> Dinner</div></td>\n"
428 "                    <td width=\"10%\"></td>\n"
429 "                </tr>\n"
430 "                <tr style=\"background:lightgrey; height: 15px;\">\n"
431 "                    <td colspan=\"7\"></td>\n"
432 "                </tr>\n"
433 "                <tr style=\"background:lightgrey; height: 35px;\">\n"
434 "                    <td></td>\n"
435 "                    <td>Every Day</td>\n"
436 "                    <td colspan=\"3\">June 4th</td>\n"
437 "                    <td>June 5th</td>\n"
438 "                    <td></td>\n"
439 "                </tr>\n"
440 "            </table>\n"
441 "            <br><br>\n"
442 "            <h2>Free Tickets</h2>\n"
443 "            <table class=\"text-center\">\n"
444 "                <tr>\n"
445 "                    <td width=\"10%\"></td>\n"
446 "                    <td width=\"10%\" style=\"height:45px; width:110px; border-radius: 90px 90px 0 0; -moz-border-radius: 90px 90px 0 0; -webkit-border-radius: 90px 90px 0 0; background:lightgrey; text-align: -webkit-center; padding-top: 10px;\"><div>Drinks</div></td>\n"
447 "                    <td width=\"5%\"></td>\n"
448 "                    <td width=\"10%\" style=\"height:45px; width:110px; border-radius: 90px 90px 0 0; -moz-border-radius: 90px 90px 0 0; -webkit-border-radius: 90px 90px 0 0; background:lightgrey; text-align: -webkit-center; padding-top: 10px;\"><div>Premium</div><div>Ticket</div><div>onsite</div></td>\n"
449 "                    <td width=\"25%\"></td>\n"
450 "                </tr>\n"
451 "                <tr style=\"background:lightgrey; height: 15px;\">\n"
452 "                    <td colspan=\"5\"></td>\n"
453 "                </tr>\n"
454 "                <tr style=\"background:lightgrey; height: 35px;\">\n"
455 "                    <td></td>\n"
456 "                    <td>Every Day</td>\n"
457 "                    <td></td>\n"
458 "                    <td>60 €/day<div>30 €/Friday</div></td>\n"
459 "                    <td></td>\n"
460 "                </tr>\n"
461 "            </table>\n"
462 "        "
463 msgstr ""
464
465 #. module: event
466 #: model:event.event,badge_back:event.event_1
467 msgid "<h2>Program</h2>\n"
468 "            <div><strong>Registrations</strong><small> are from 8:30 am, except on Friday from 9:00 am</small></div>\n"
469 "            <div>\n"
470 "                <strong>Lunch</strong><small> is served between 1:00 pm and 2:00 pm.</small>\n"
471 "            </div>\n"
472 "            <h2>Special Events</h2>\n"
473 "            <table style=\"border: 1px solid black;\">\n"
474 "                <tr style=\"border: 1px solid black;\">\n"
475 "                    <td class=\"text-center\" width=\"15%\"><strong>4/6</strong></td>\n"
476 "                    <td class=\"text-center\" width=\"25%\"><strong>19h00</strong></td>\n"
477 "                    <td><small>Barbecue Beer Event</small></td>\n"
478 "                </tr>\n"
479 "                <tr>\n"
480 "                    <td class=\"text-center\"><strong>5/6</strong></td>\n"
481 "                    <td class=\"text-center\"><strong>18h30</strong></td>\n"
482 "                    <td><small>Odoo Awards Ceremony</small></td>\n"
483 "                </tr>\n"
484 "            </table>\n"
485 "            <br>\n"
486 "            <div class=\"row\">\n"
487 "                <div class=\"col-xs-5\">\n"
488 "                <p>\n"
489 "                    <i class=\"fa fa-twitter\"></i> #OpenDays\n"
490 "                </p>\n"
491 "                </div>\n"
492 "                <div class=\"col-xs-6\">\n"
493 "                <div class=\"small\">Wifi network: opendays</div>\n"
494 "                <div class=\"small\">Wifi password: odoo2014</div>\n"
495 "                </div>\n"
496 "            </div>\n"
497 "            <div class=\"row\">\n"
498 "                <small class=\"col-xs-3\" style=\"float: left; padding-right: 0px; padding-left: 0px;\">sponsored by</small>\n"
499 "                <div class=\"col-xs-2\" style=\"padding-right: 0px; padding-left: 0px;\">\n"
500 "                <span>\n"
501 "                    <img class=\"img img-responsive\" src=\"https://www.odoo.com/openerp_website/static/src/img/logo_white.png\">\n"
502 "                </span>\n"
503 "                </div>\n"
504 "            </div>\n"
505 "        "
506 msgstr ""
507
508 #. module: event
509 #: model:ir.actions.act_window,help:event.action_event_view
510 msgid "<p class=\"oe_view_nocontent_create\">\n"
511 "               Click to add a new event.\n"
512 "             </p><p>\n"
513 "               Odoo helps you schedule and efficiently organize your events:\n"
514 "               track subscriptions and participations, automate the confirmation emails,\n"
515 "               sell tickets, etc.\n"
516 "             </p>\n"
517 "           "
518 msgstr ""
519
520 #. module: event
521 #: view:event.registration:event.view_event_registration_form
522 #: selection:event.registration,state:0
523 #: selection:report.event.registration,registration_state:0
524 msgid "Attended"
525 msgstr ""
526
527 #. module: event
528 #: field:event.registration,date_closed:0
529 msgid "Attended Date"
530 msgstr ""
531
532 #. module: event
533 #: view:event.event:event.view_event_form
534 #: view:event.registration:event.view_event_registration_tree
535 msgid "Attended the Event"
536 msgstr ""
537
538 #. module: event
539 #: field:event.event,seats_available:0
540 msgid "Available Seats"
541 msgstr ""
542
543 #. module: event
544 #: view:event.confirm:event.view_event_confirm
545 msgid "Cancel"
546 msgstr ""
547
548 #. module: event
549 #: view:event.event:event.view_event_form
550 msgid "Cancel Event"
551 msgstr ""
552
553 #. module: event
554 #: view:event.event:event.view_event_form
555 #: view:event.registration:event.view_event_registration_form
556 #: view:event.registration:event.view_event_registration_tree
557 msgid "Cancel Registration"
558 msgstr ""
559
560 #. module: event
561 #: selection:event.event,state:0
562 #: selection:event.registration,state:0
563 #: selection:report.event.registration,event_state:0
564 #: selection:report.event.registration,registration_state:0
565 msgid "Cancelled"
566 msgstr ""
567
568 #. module: event
569 #: help:res.partner,speaker:0
570 msgid "Check this box if this contact is a speaker."
571 msgstr ""
572
573 #. module: event
574 #: code:addons/event/event.py:212
575 #, python-format
576 msgid "Closing Date cannot be set before Beginning Date."
577 msgstr ""
578
579 #. module: event
580 #: field:event.event,company_id:0
581 #: field:event.registration,company_id:0
582 #: view:report.event.registration:event.view_report_event_registration_search
583 #: field:report.event.registration,company_id:0
584 msgid "Company"
585 msgstr ""
586
587 #. module: event
588 #: model:event.event,name:event.event_2
589 msgid "Conference on Business Applications"
590 msgstr ""
591
592 #. module: event
593 #: view:event.registration:event.view_event_registration_form
594 #: view:report.event.registration:event.view_report_event_registration_search
595 msgid "Confirm"
596 msgstr ""
597
598 #. module: event
599 #: view:event.confirm:event.view_event_confirm
600 msgid "Confirm Anyway"
601 msgstr ""
602
603 #. module: event
604 #: view:event.event:event.view_event_form
605 msgid "Confirm Event"
606 msgstr ""
607
608 #. module: event
609 #: view:event.event:event.view_event_form
610 #: view:event.registration:event.view_event_registration_tree
611 msgid "Confirm Registration"
612 msgstr ""
613
614 #. module: event
615 #: view:event.event:event.view_event_search
616 #: selection:event.event,state:0
617 #: view:event.registration:event.view_registration_search
618 #: selection:event.registration,state:0
619 #: selection:report.event.registration,event_state:0
620 #: selection:report.event.registration,registration_state:0
621 msgid "Confirmed"
622 msgstr ""
623
624 #. module: event
625 #: view:event.event:event.view_event_search
626 msgid "Confirmed events"
627 msgstr ""
628
629 #. module: event
630 #: view:event.registration:event.view_registration_search
631 msgid "Confirmed registrations"
632 msgstr ""
633
634 #. module: event
635 #: field:event.event,country_id:0
636 msgid "Country"
637 msgstr ""
638
639 #. module: event
640 #: field:event.confirm,create_uid:0
641 #: field:event.event,create_uid:0
642 #: field:event.registration,create_uid:0
643 #: field:event.type,create_uid:0
644 msgid "Created by"
645 msgstr ""
646
647 #. module: event
648 #: field:event.confirm,create_date:0
649 #: field:event.event,create_date:0
650 #: field:event.registration,create_date:0
651 #: field:event.type,create_date:0
652 msgid "Created on"
653 msgstr ""
654
655 #. module: event
656 #: view:event.event:event.view_event_form
657 msgid "Current Registrations"
658 msgstr ""
659
660 #. module: event
661 #: help:event.event,message_last_post:0
662 #: help:event.registration,message_last_post:0
663 msgid "Date of the last message posted on the record."
664 msgstr ""
665
666 #. module: event
667 #: field:event.type,default_registration_max:0
668 msgid "Default Maximum Registration"
669 msgstr ""
670
671 #. module: event
672 #: field:event.type,default_registration_min:0
673 msgid "Default Minimum Registration"
674 msgstr ""
675
676 #. module: event
677 #: field:event.type,default_reply_to:0
678 msgid "Default Reply-To"
679 msgstr ""
680
681 #. module: event
682 #: view:event.event:event.view_event_form
683 #: field:event.event,description:0
684 msgid "Description"
685 msgstr ""
686
687 #. module: event
688 #: view:report.event.registration:event.view_report_event_registration_search
689 msgid "Display"
690 msgstr ""
691
692 #. module: event
693 #: selection:event.event,state:0
694 #: selection:report.event.registration,event_state:0
695 msgid "Done"
696 msgstr ""
697
698 #. module: event
699 #: selection:report.event.registration,event_state:0
700 #: selection:report.event.registration,registration_state:0
701 msgid "Draft"
702 msgstr ""
703
704 #. module: event
705 #: field:event.registration,email:0
706 msgid "Email"
707 msgstr ""
708
709 #. module: event
710 #: model:ir.model,name:event.model_event_event
711 msgid "Email Thread"
712 msgstr ""
713
714 #. module: event
715 #: field:event.event,date_end:0
716 msgid "End Date"
717 msgstr ""
718
719 #. module: event
720 #: view:event.registration:event.view_registration_search
721 #: field:event.registration,event_id:0
722 #: view:report.event.registration:event.view_report_event_registration_search
723 #: field:report.event.registration,event_id:0
724 msgid "Event"
725 msgstr ""
726
727 #. module: event
728 #: view:report.event.registration:event.view_report_event_registration_search
729 msgid "Event Beginning Date"
730 msgstr ""
731
732 #. module: event
733 #: view:event.event:event.view_event_tree
734 msgid "Event Category"
735 msgstr ""
736
737 #. module: event
738 #: view:event.confirm:event.view_event_confirm
739 #: model:ir.actions.act_window,name:event.action_event_confirm
740 msgid "Event Confirmation"
741 msgstr ""
742
743 #. module: event
744 #: field:event.event,email_confirmation_id:0
745 #: field:event.type,default_email_event:0
746 msgid "Event Confirmation Email"
747 msgstr ""
748
749 #. module: event
750 #: field:report.event.registration,event_date:0
751 msgid "Event Date"
752 msgstr ""
753
754 #. module: event
755 #: view:event.event:event.view_event_form
756 msgid "Event Description..."
757 msgstr ""
758
759 #. module: event
760 #: view:event.event:event.view_event_form
761 msgid "Event Details"
762 msgstr ""
763
764 #. module: event
765 #: view:report.event.registration:event.view_report_event_registration_search
766 msgid "Event Month"
767 msgstr ""
768
769 #. module: event
770 #: field:event.event,name:0
771 msgid "Event Name"
772 msgstr ""
773
774 #. module: event
775 #: view:event.event:event.view_event_calendar
776 msgid "Event Organization"
777 msgstr ""
778
779 #. module: event
780 #: view:event.registration:event.view_event_registration_calendar
781 #: view:event.registration:event.view_event_registration_form
782 #: view:event.registration:event.view_registration_search
783 #: model:ir.model,name:event.model_event_registration
784 msgid "Event Registration"
785 msgstr ""
786
787 #. module: event
788 #: code:addons/event/event.py:341
789 #, python-format
790 msgid "Event Registration confirmed."
791 msgstr ""
792
793 #. module: event
794 #: field:report.event.registration,user_id:0
795 msgid "Event Responsible"
796 msgstr ""
797
798 #. module: event
799 #: view:report.event.registration:event.view_report_event_registration_search
800 #: field:report.event.registration,event_state:0
801 msgid "Event State"
802 msgstr ""
803
804 #. module: event
805 #: view:event.event:event.view_event_search
806 #: view:event.type:event.view_event_type_form
807 #: view:event.type:event.view_event_type_tree
808 #: field:event.type,name:0
809 #: view:report.event.registration:event.view_report_event_registration_search
810 #: field:report.event.registration,event_type:0
811 msgid "Event Type"
812 msgstr ""
813
814 #. module: event
815 #: view:report.event.registration:event.report_event_registration_graph
816 #: view:report.event.registration:event.view_report_event_registration_search
817 msgid "Event on Registration"
818 msgstr ""
819
820 #. module: event
821 #: view:event.event:event.view_event_form
822 #: view:event.event:event.view_event_search
823 #: view:event.event:event.view_event_tree
824 #: model:ir.actions.act_window,name:event.action_event_view
825 #: model:ir.module.category,name:event.module_category_event_management
826 #: model:ir.ui.menu,name:event.event_configuration
827 #: model:ir.ui.menu,name:event.event_main_menu
828 #: model:ir.ui.menu,name:event.menu_event_event
829 #: model:ir.ui.menu,name:event.menu_reporting_events
830 msgid "Events"
831 msgstr ""
832
833 #. module: event
834 #: model:ir.actions.act_window,name:event.action_report_event_registration
835 #: model:ir.ui.menu,name:event.menu_report_event_registration
836 msgid "Events Analysis"
837 msgstr ""
838
839 #. module: event
840 #: view:event.event:event.view_event_search
841 msgid "Events in New state"
842 msgstr ""
843
844 #. module: event
845 #: view:report.event.registration:event.view_report_event_registration_search
846 msgid "Events which are in New state"
847 msgstr ""
848
849 #. module: event
850 #: view:report.event.registration:event.view_report_event_registration_search
851 msgid "Events which are in confirm state"
852 msgstr ""
853
854 #. module: event
855 #: view:report.event.registration:event.view_report_event_registration_search
856 msgid "Extended Filters..."
857 msgstr ""
858
859 #. module: event
860 #: view:event.event:event.view_event_form
861 msgid "Finish Event"
862 msgstr ""
863
864 #. module: event
865 #: field:event.event,message_follower_ids:0
866 #: field:event.registration,message_follower_ids:0
867 msgid "Followers"
868 msgstr ""
869
870 #. module: event
871 #: model:event.event,name:event.event_1
872 msgid "Functional Webinar"
873 msgstr ""
874
875 #. module: event
876 #: view:event.event:event.view_event_search
877 #: view:event.registration:event.view_registration_search
878 #: view:report.event.registration:event.view_report_event_registration_search
879 msgid "Group By"
880 msgstr ""
881
882 #. module: event
883 #: model:ir.module.category,description:event.module_category_event_management
884 msgid "Helps you manage your Events."
885 msgstr ""
886
887 #. module: event
888 #: help:event.event,message_summary:0
889 #: help:event.registration,message_summary:0
890 msgid "Holds the Chatter summary (number of messages, ...). This summary is directly in html format in order to be inserted in kanban views."
891 msgstr ""
892
893 #. module: event
894 #: field:event.confirm,id:0
895 #: field:event.event,id:0
896 #: field:event.registration,id:0
897 #: field:event.type,id:0
898 #: field:report.event.registration,id:0
899 msgid "ID"
900 msgstr ""
901
902 #. module: event
903 #: help:event.event,message_unread:0
904 #: help:event.registration,message_unread:0
905 msgid "If checked new messages require your attention."
906 msgstr ""
907
908 #. module: event
909 #: help:event.event,state:0
910 msgid "If event is created, the status is 'Draft'. If event is confirmed for the particular dates the status is set to 'Confirmed'. If the event is over, the status is set to 'Done'. If event is cancelled the status is set to 'Cancelled'."
911 msgstr ""
912
913 #. module: event
914 #: help:event.event,email_confirmation_id:0
915 msgid "If you set an email template, each participant will receive this email announcing the confirmation of the event."
916 msgstr ""
917
918 #. module: event
919 #: field:event.event,message_is_follower:0
920 #: field:event.registration,message_is_follower:0
921 msgid "Is a Follower"
922 msgstr ""
923
924 #. module: event
925 #: help:event.type,default_email_event:0
926 msgid "It will select this default confirmation event mail value when you choose this event"
927 msgstr ""
928
929 #. module: event
930 #: help:event.type,default_email_registration:0
931 msgid "It will select this default confirmation registration mail value when you choose this event"
932 msgstr ""
933
934 #. module: event
935 #: help:event.type,default_registration_max:0
936 msgid "It will select this default maximum value when you choose this event"
937 msgstr ""
938
939 #. module: event
940 #: help:event.type,default_registration_min:0
941 msgid "It will select this default minimum value when you choose this event"
942 msgstr ""
943
944 #. module: event
945 #: field:event.event,message_last_post:0
946 #: field:event.registration,message_last_post:0
947 msgid "Last Message Date"
948 msgstr ""
949
950 #. module: event
951 #: field:event.confirm,write_uid:0
952 #: field:event.event,write_uid:0
953 #: field:event.registration,write_uid:0
954 #: field:event.type,write_uid:0
955 msgid "Last Updated by"
956 msgstr ""
957
958 #. module: event
959 #: field:event.confirm,write_date:0
960 #: field:event.event,write_date:0
961 #: field:event.registration,write_date:0
962 #: field:event.type,write_date:0
963 msgid "Last Updated on"
964 msgstr ""
965
966 #. module: event
967 #: field:event.event,address_id:0
968 msgid "Location"
969 msgstr ""
970
971 #. module: event
972 #: field:event.registration,log_ids:0
973 msgid "Logs"
974 msgstr ""
975
976 #. module: event
977 #: model:res.groups,name:event.group_event_manager
978 msgid "Manager"
979 msgstr ""
980
981 #. module: event
982 #: field:report.event.registration,seats_max:0
983 msgid "Max Seats"
984 msgstr ""
985
986 #. module: event
987 #: field:event.event,seats_max:0
988 msgid "Maximum Available Seats"
989 msgstr ""
990
991 #. module: event
992 #: field:event.event,message_ids:0
993 #: field:event.registration,message_ids:0
994 msgid "Messages"
995 msgstr ""
996
997 #. module: event
998 #: help:event.event,message_ids:0
999 #: help:event.registration,message_ids:0
1000 msgid "Messages and communication history"
1001 msgstr ""
1002
1003 #. module: event
1004 #: field:event.event,seats_min:0
1005 msgid "Minimum Reserved Seats"
1006 msgstr ""
1007
1008 #. module: event
1009 #: view:event.event:event.view_event_search
1010 #: view:report.event.registration:event.view_report_event_registration_search
1011 msgid "My Events"
1012 msgstr ""
1013
1014 #. module: event
1015 #: view:event.registration:event.view_registration_search
1016 msgid "My Registrations"
1017 msgstr ""
1018
1019 #. module: event
1020 #: view:event.event:event.view_event_tree
1021 #: field:event.registration,name:0
1022 msgid "Name"
1023 msgstr ""
1024
1025 #. module: event
1026 #: view:event.registration:event.view_registration_search
1027 #: view:report.event.registration:event.view_report_event_registration_search
1028 msgid "New"
1029 msgstr ""
1030
1031 #. module: event
1032 #: model:mail.message.subtype,name:event.mt_event_registration
1033 msgid "New Registration"
1034 msgstr ""
1035
1036 #. module: event
1037 #: code:addons/event/event.py:339
1038 #, python-format
1039 msgid "New registration confirmed: %s."
1040 msgstr ""
1041
1042 #. module: event
1043 #: code:addons/event/event.py:206
1044 #: code:addons/event/event.py:330
1045 #, python-format
1046 msgid "No more available seats."
1047 msgstr ""
1048
1049 #. module: event
1050 #: view:event.event:event.view_event_kanban
1051 msgid "No ticket available."
1052 msgstr ""
1053
1054 #. module: event
1055 #: field:report.event.registration,nbevent:0
1056 msgid "Number of Events"
1057 msgstr ""
1058
1059 #. module: event
1060 #: field:event.registration,nb_register:0
1061 msgid "Number of Participants"
1062 msgstr ""
1063
1064 #. module: event
1065 #: field:event.event,seats_used:0
1066 msgid "Number of Participations"
1067 msgstr ""
1068
1069 #. module: event
1070 #: field:report.event.registration,nbregistration:0
1071 msgid "Number of Registrations"
1072 msgstr ""
1073
1074 #. module: event
1075 #: view:event.event:event.view_event_kanban
1076 msgid "Only"
1077 msgstr ""
1078
1079 #. module: event
1080 #: model:event.event,name:event.event_0
1081 msgid "Open Days in Los Angeles"
1082 msgstr ""
1083
1084 #. module: event
1085 #: model:ir.actions.client,name:event.action_client_event_menu
1086 msgid "Open Event Menu"
1087 msgstr ""
1088
1089 #. module: event
1090 #: view:event.event:event.view_event_kanban
1091 msgid "Organized by"
1092 msgstr ""
1093
1094 #. module: event
1095 #: field:event.event,organizer_id:0
1096 msgid "Organizer"
1097 msgstr ""
1098
1099 #. module: event
1100 #: view:event.registration:event.view_registration_search
1101 #: view:report.event.registration:event.view_report_event_registration_search
1102 msgid "Participant"
1103 msgstr ""
1104
1105 #. module: event
1106 #: field:report.event.registration,name_registration:0
1107 msgid "Participant / Contact Name"
1108 msgstr ""
1109
1110 #. module: event
1111 #: view:event.registration:event.view_registration_search
1112 #: field:event.registration,partner_id:0
1113 #: model:ir.model,name:event.model_res_partner
1114 msgid "Partner"
1115 msgstr ""
1116
1117 #. module: event
1118 #: field:event.registration,phone:0
1119 msgid "Phone"
1120 msgstr ""
1121
1122 #. module: event
1123 #: help:event.registration,origin:0
1124 msgid "Reference of the sales order which created the registration"
1125 msgstr ""
1126
1127 #. module: event
1128 #: field:report.event.registration,user_id_registration:0
1129 msgid "Register"
1130 msgstr ""
1131
1132 #. module: event
1133 #: view:event.event:event.view_event_form
1134 msgid "Register with this event"
1135 msgstr ""
1136
1137 #. module: event
1138 #: view:event.event:event.view_event_form
1139 #: view:event.registration:event.view_event_registration_form
1140 #: view:event.registration:event.view_event_registration_graph
1141 #: view:event.registration:event.view_event_registration_tree
1142 msgid "Registration"
1143 msgstr ""
1144
1145 #. module: event
1146 #: field:event.event,email_registration_id:0
1147 #: field:event.type,default_email_registration:0
1148 msgid "Registration Confirmation Email"
1149 msgstr ""
1150
1151 #. module: event
1152 #: field:event.registration,date_open:0
1153 msgid "Registration Date"
1154 msgstr ""
1155
1156 #. module: event
1157 #: view:event.registration:event.view_registration_search
1158 msgid "Registration Day"
1159 msgstr ""
1160
1161 #. module: event
1162 #: view:event.registration:event.view_registration_search
1163 msgid "Registration Month"
1164 msgstr ""
1165
1166 #. module: event
1167 #: field:report.event.registration,registration_state:0
1168 msgid "Registration State"
1169 msgstr ""
1170
1171 #. module: event
1172 #: view:report.event.registration:event.view_report_event_registration_search
1173 msgid "Registration contact"
1174 msgstr ""
1175
1176 #. module: event
1177 #: view:event.event:event.view_event_form
1178 #: field:event.event,registration_ids:0
1179 #: model:ir.actions.act_window,name:event.act_event_list_register_event
1180 #: model:ir.actions.act_window,name:event.action_registration
1181 #: model:ir.ui.menu,name:event.menu_action_registration
1182 msgid "Registrations"
1183 msgstr ""
1184
1185 #. module: event
1186 #: view:report.event.registration:event.view_report_event_registration_search
1187 msgid "Registrations in confirmed or done state"
1188 msgstr ""
1189
1190 #. module: event
1191 #: view:event.registration:event.view_registration_search
1192 msgid "Registrations in unconfirmed state"
1193 msgstr ""
1194
1195 #. module: event
1196 #: field:event.event,reply_to:0
1197 msgid "Reply-To Email"
1198 msgstr ""
1199
1200 #. module: event
1201 #: field:event.event,seats_reserved:0
1202 msgid "Reserved Seats"
1203 msgstr ""
1204
1205 #. module: event
1206 #: view:event.event:event.view_event_search
1207 #: view:event.registration:event.view_registration_search
1208 msgid "Responsible"
1209 msgstr ""
1210
1211 #. module: event
1212 #: field:event.event,user_id:0
1213 msgid "Responsible User"
1214 msgstr ""
1215
1216 #. module: event
1217 #: view:event.registration:event.view_event_registration_form
1218 msgid "Send Email"
1219 msgstr ""
1220
1221 #. module: event
1222 #: view:event.event:event.view_event_form
1223 msgid "Set To Draft"
1224 msgstr ""
1225
1226 #. module: event
1227 #: view:event.registration:event.view_event_registration_form
1228 msgid "Set To Unconfirmed"
1229 msgstr ""
1230
1231 #. module: event
1232 #: view:report.event.registration:event.view_report_event_registration_search
1233 msgid "Show Confirmed Registrations"
1234 msgstr ""
1235
1236 #. module: event
1237 #: field:event.registration,origin:0
1238 msgid "Source Document"
1239 msgstr ""
1240
1241 #. module: event
1242 #: field:res.partner,speaker:0
1243 msgid "Speaker"
1244 msgstr ""
1245
1246 #. module: event
1247 #: field:event.event,date_begin:0
1248 msgid "Start Date"
1249 msgstr ""
1250
1251 #. module: event
1252 #: view:event.event:event.view_event_search
1253 msgid "Start Month"
1254 msgstr ""
1255
1256 #. module: event
1257 #: view:event.event:event.view_event_search
1258 #: field:event.event,state:0
1259 #: view:event.registration:event.view_registration_search
1260 #: field:event.registration,state:0
1261 msgid "Status"
1262 msgstr ""
1263
1264 #. module: event
1265 #: view:event.event:event.view_event_kanban
1266 #: model:ir.actions.act_window,name:event.act_register_event_partner
1267 msgid "Subscribe"
1268 msgstr ""
1269
1270 #. module: event
1271 #: view:event.event:event.view_event_kanban
1272 msgid "Subscribed"
1273 msgstr ""
1274
1275 #. module: event
1276 #: field:event.event,message_summary:0
1277 #: field:event.registration,message_summary:0
1278 msgid "Summary"
1279 msgstr ""
1280
1281 #. module: event
1282 #: model:event.event,name:event.event_3
1283 msgid "Technical Training"
1284 msgstr ""
1285
1286 #. module: event
1287 #: help:event.event,reply_to:0
1288 msgid "The email address of the organizer is likely to be put here, with the effect to be in the 'Reply-To' of the mails sent automatically at event or registrations confirmation. You can also put the email address of your mail gateway if you use one."
1289 msgstr ""
1290
1291 #. module: event
1292 #: help:event.type,default_reply_to:0
1293 msgid "The email address of the organizer which is put in the 'Reply-To' of all emails sent automatically at event or registrations confirmation. You can also put your email address of your mail gateway if you use one."
1294 msgstr ""
1295
1296 #. module: event
1297 #: help:event.event,seats_max:0
1298 msgid "The maximum registration level is equal to the sum of the maximum registration of event ticket. If you have too much registrations you are not able to confirm your event. (0 to ignore this rule )"
1299 msgstr ""
1300
1301 #. module: event
1302 #: help:event.event,email_registration_id:0
1303 msgid "This field contains the template of the mail that will be automatically sent each time a registration for this event is confirmed."
1304 msgstr ""
1305
1306 #. module: event
1307 #: field:event.event,date_tz:0
1308 msgid "Timezone"
1309 msgstr ""
1310
1311 #. module: event
1312 #: field:event.event,type:0
1313 msgid "Type of Event"
1314 msgstr ""
1315
1316 #. module: event
1317 #: model:ir.actions.act_window,name:event.action_event_type
1318 #: model:ir.ui.menu,name:event.menu_event_type
1319 msgid "Types of Events"
1320 msgstr ""
1321
1322 #. module: event
1323 #: view:event.event:event.view_event_search
1324 #: selection:event.event,state:0
1325 #: selection:event.registration,state:0
1326 msgid "Unconfirmed"
1327 msgstr ""
1328
1329 #. module: event
1330 #: field:event.event,seats_unconfirmed:0
1331 msgid "Unconfirmed Seat Reservations"
1332 msgstr ""
1333
1334 #. module: event
1335 #: view:event.event:event.view_event_search
1336 #: field:event.event,message_unread:0
1337 #: view:event.registration:event.view_registration_search
1338 #: field:event.registration,message_unread:0
1339 msgid "Unread Messages"
1340 msgstr ""
1341
1342 #. module: event
1343 #: view:event.event:event.view_event_kanban
1344 msgid "Unsubscribe"
1345 msgstr ""
1346
1347 #. module: event
1348 #: view:event.event:event.view_event_search
1349 msgid "Upcoming"
1350 msgstr ""
1351
1352 #. module: event
1353 #: view:event.event:event.view_event_search
1354 msgid "Upcoming events from today"
1355 msgstr ""
1356
1357 #. module: event
1358 #: field:event.registration,user_id:0
1359 #: model:res.groups,name:event.group_event_user
1360 msgid "User"
1361 msgstr ""
1362
1363 #. module: event
1364 #: view:event.confirm:event.view_event_confirm
1365 msgid "Warning: This Event has not reached its Minimum Registration Limit. Are you sure you want to confirm it?"
1366 msgstr ""
1367
1368 #. module: event
1369 #: help:event.event,seats_min:0
1370 msgid "You can for each event define a minimum registration level. If you do not enough registrations you are not able to confirm your event. (put 0 to ignore this rule )"
1371 msgstr ""
1372
1373 #. module: event
1374 #: code:addons/event/event.py:222
1375 #, python-format
1376 msgid "You have already set a registration for this event as 'Attended'. Please reset it to draft if you want to cancel this event."
1377 msgstr ""
1378
1379 #. module: event
1380 #: code:addons/event/event.py:357
1381 #, python-format
1382 msgid "You must wait for the starting day of the event to do this action."
1383 msgstr ""
1384
1385 #. module: event
1386 #: model:email.template,subject:event.confirmation_event
1387 #: model:email.template,subject:event.confirmation_registration
1388 msgid "Your registration at ${object.event_id.name}"
1389 msgstr ""
1390
1391 #. module: event
1392 #: view:event.event:event.view_event_kanban
1393 msgid "available."
1394 msgstr ""
1395
1396 #. module: event
1397 #: view:event.event:event.view_event_kanban
1398 msgid "ticket"
1399 msgstr ""
1400
1401 #. module: event
1402 #: view:event.event:event.view_event_kanban
1403 msgid "tickets"
1404 msgstr ""
1405