[I18N] Update translations from Launchpad 8.0 branches
[odoo/odoo.git] / addons / gamification / i18n / it.po
1 # Italian 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:27+0000\n"
11 "PO-Revision-Date: 2014-10-03 12:14+0000\n"
12 "Last-Translator: Nicola Riolini - Micronaet <nicola.riolini@gmail.com>\n"
13 "Language-Team: Italian <it@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-10-04 06:49+0000\n"
18 "X-Generator: Launchpad (build 17196)\n"
19
20 #. module: gamification
21 #: model:email.template,body_html:gamification.email_template_badge_received
22 msgid ""
23 "\n"
24 "        <p>Congratulation, you have received the badge "
25 "<strong>${object.badge_id.name}</strong> !\n"
26 "            % if object.sender_id\n"
27 "                This badge was granted by "
28 "<strong>${object.sender_id.name}</strong>.\n"
29 "            % endif\n"
30 "        </p>\n"
31 "\n"
32 "        % if object.comment\n"
33 "            <p><em>${object.comment}</em></p>\n"
34 "        % endif\n"
35 "        "
36 msgstr ""
37 "\n"
38 "        <p>Congratulazioni, hai ricevuto il badge "
39 "<strong>${object.badge_id.name}</strong> !\n"
40 "% if object.sender_id\n"
41 "Questo badge รจ stato concesso da <strong>${object.sender_id.name}</strong>.\n"
42 "% endif\n"
43 "</p>\n"
44 "\n"
45 "% if object.comment\n"
46 "<p><em>${object.comment}</em></p>\n"
47 "% endif\n"
48 "        "
49
50 #. module: gamification
51 #: model:email.template,body_html:gamification.email_template_goal_reminder
52 msgid ""
53 "\n"
54 "    <header>\n"
55 "        <strong>Reminder ${object.name}</strong>\n"
56 "    </header>\n"
57 "    \n"
58 "    <p>You have not updated your progress for the goal "
59 "${object.definition_id.name} (currently reached at ${object.completeness}%) "
60 "for at least ${object.remind_update_delay} days. Do not forget to do "
61 "it.</p>\n"
62 "            "
63 msgstr ""
64
65 #. module: gamification
66 #: model:email.template,body_html:gamification.simple_report_template
67 msgid ""
68 "\n"
69 "<header>\n"
70 "    <strong>${object.name}</strong>\n"
71 "</header>\n"
72 "<p class=\"oe_grey\">The following message contains the current progress for "
73 "the challenge ${object.name}</p>\n"
74 "\n"
75 "% if object.visibility_mode == 'personal':\n"
76 "    <table width=\"100%\" border=\"1\">\n"
77 "    <tr>\n"
78 "        <th>Goal</th>\n"
79 "        <th>Target</th>\n"
80 "        <th>Current</th>\n"
81 "        <th>Completeness</th>\n"
82 "    </tr>\n"
83 "    % for line in ctx[\"challenge_lines\"]:\n"
84 "        <tr\n"
85 "            % if line['completeness'] >= 100:\n"
86 "                style=\"font-weight:bold;\"\n"
87 "            % endif\n"
88 "            >\n"
89 "            <td>${line['name']}</td>\n"
90 "            <td>${line['target']}\n"
91 "            % if line['suffix']:\n"
92 "                ${line['suffix']}\n"
93 "            % endif\n"
94 "            </td>\n"
95 "            <td>${line['current']}\n"
96 "            % if line['suffix']:\n"
97 "                ${line['suffix']}\n"
98 "            % endif\n"
99 "            </td>\n"
100 "            <td>${line['completeness']} %</td>\n"
101 "        </tr>\n"
102 "    % endfor\n"
103 "    </table>\n"
104 "% else:\n"
105 "    % for line in ctx[\"challenge_lines\"]:\n"
106 "        <table width=\"100%\" border=\"1\">\n"
107 "            <tr>\n"
108 "                <th colspan=\"4\">${line['name']}</th>\n"
109 "            </tr>\n"
110 "            <tr>\n"
111 "                <th>#</th>\n"
112 "                <th>Person</th>\n"
113 "                <th>Completeness</th>\n"
114 "                <th>Current</th>\n"
115 "            </tr>\n"
116 "            % for goal in line['goals']:\n"
117 "                <tr\n"
118 "                    % if goal.completeness >= 100:\n"
119 "                        style=\"font-weight:bold;\"\n"
120 "                    % endif\n"
121 "                    >\n"
122 "                    <td>${goal['rank']}</td>\n"
123 "                    <td>${goal['name']}</td>\n"
124 "                    <td>${goal['completeness']}%</td>\n"
125 "                    <td>${goal['current']}/${line['target']}\n"
126 "                    % if line['suffix']:\n"
127 "                        ${line['suffix']}\n"
128 "                    % endif\n"
129 "                    </td>\n"
130 "                </tr>\n"
131 "            % endfor\n"
132 "        </table>\n"
133 "\n"
134 "        <br/><br/>\n"
135 "\n"
136 "    % endfor\n"
137 "% endif\n"
138 "            "
139 msgstr ""
140
141 #. module: gamification
142 #: selection:gamification.challenge.line,condition:0
143 msgid "<="
144 msgstr "<="
145
146 #. module: gamification
147 #: code:addons/gamification/models/challenge.py:745
148 #, python-format
149 msgid ""
150 "<br/>Nobody has succeeded to reach every goal, no badge is rewared for this "
151 "challenge."
152 msgstr ""
153
154 #. module: gamification
155 #: code:addons/gamification/models/challenge.py:743
156 #, python-format
157 msgid "<br/>Reward (badge %s) for every succeeding user was sent to %s."
158 msgstr ""
159
160 #. module: gamification
161 #: code:addons/gamification/models/challenge.py:752
162 #, python-format
163 msgid ""
164 "<br/>Special rewards were sent to the top competing users. The ranking for "
165 "this challenge is :"
166 msgstr ""
167
168 #. module: gamification
169 #: model:ir.actions.act_window,help:gamification.badge_list_action
170 msgid ""
171 "<p class=\"oe_view_nocontent_create\">\n"
172 "                    Click to create a badge. \n"
173 "                </p>\n"
174 "                <p>\n"
175 "                    A badge is a symbolic token granted to a user as a sign "
176 "of reward.\n"
177 "                    It can be deserved automatically when some conditions "
178 "are met or manually by users.\n"
179 "                    Some badges are harder than others to get with specific "
180 "conditions.\n"
181 "                </p>\n"
182 "            "
183 msgstr ""
184
185 #. module: gamification
186 #: model:ir.actions.act_window,help:gamification.challenge_list_action
187 msgid ""
188 "<p class=\"oe_view_nocontent_create\">\n"
189 "                    Click to create a challenge. \n"
190 "                </p>\n"
191 "                <p>\n"
192 "                    Assign a list of goals to chosen users to evaluate "
193 "them.\n"
194 "                    The challenge can use a period (weekly, monthly...) for "
195 "automatic creation of goals.\n"
196 "                    The goals are created for the specified users or member "
197 "of the group.\n"
198 "                </p>\n"
199 "            "
200 msgstr ""
201
202 #. module: gamification
203 #: model:ir.actions.act_window,help:gamification.goal_definition_list_action
204 msgid ""
205 "<p class=\"oe_view_nocontent_create\">\n"
206 "                    Click to create a goal definition. \n"
207 "                </p>\n"
208 "                <p>\n"
209 "                    A goal definition is a technical model of goal defining "
210 "a condition to reach.\n"
211 "                    The dates, values to reach or users are defined in goal "
212 "instance.\n"
213 "                </p>\n"
214 "            "
215 msgstr ""
216
217 #. module: gamification
218 #: model:ir.actions.act_window,help:gamification.goal_list_action
219 msgid ""
220 "<p class=\"oe_view_nocontent_create\">\n"
221 "                    Click to create a goal. \n"
222 "                </p>\n"
223 "                <p>\n"
224 "                    A goal is defined by a user and a goal definition.\n"
225 "                    Goals can be created automatically by using challenges.\n"
226 "                </p>\n"
227 "            "
228 msgstr ""
229
230 #. module: gamification
231 #: model:ir.actions.act_window,help:gamification.goals_from_challenge_act
232 msgid ""
233 "<p>\n"
234 "                There is no goals associated to this challenge matching your "
235 "search.\n"
236 "                Make sure that your challenge is active and assigned to at "
237 "least one user.\n"
238 "              </p>\n"
239 "            "
240 msgstr ""
241
242 #. module: gamification
243 #: selection:gamification.challenge.line,condition:0
244 msgid ">="
245 msgstr ">="
246
247 #. module: gamification
248 #: help:gamification.goal.definition,condition:0
249 msgid ""
250 "A goal is considered as completed when the current value is compared to the "
251 "value to reach"
252 msgstr ""
253
254 #. module: gamification
255 #: selection:gamification.badge,rule_auth:0
256 msgid "A selected list of users"
257 msgstr ""
258
259 #. module: gamification
260 #: view:gamification.challenge:gamification.view_challenge_wizard
261 msgid "Accept"
262 msgstr "Accetta"
263
264 #. module: gamification
265 #: field:gamification.goal.definition,action_id:0
266 msgid "Action"
267 msgstr "Azione"
268
269 #. module: gamification
270 #: field:gamification.badge,active:0
271 msgid "Active"
272 msgstr "Attivo"
273
274 #. module: gamification
275 #: view:gamification.challenge:gamification.challenge_form_view
276 msgid "Advanced Options"
277 msgstr "Opzioni Avanzate"
278
279 #. module: gamification
280 #: field:gamification.badge,rule_auth:0
281 msgid "Allowance to Grant"
282 msgstr "Indennita di concessione"
283
284 #. module: gamification
285 #: help:gamification.challenge,user_domain:0
286 msgid "Alternative to a list of users"
287 msgstr ""
288
289 #. module: gamification
290 #: field:gamification.challenge,category:0
291 msgid "Appears in"
292 msgstr "Appare in"
293
294 #. module: gamification
295 #: view:gamification.challenge:gamification.challenge_form_view
296 msgid "Assign Challenge To"
297 msgstr "Assegna sfida a"
298
299 #. module: gamification
300 #: field:gamification.badge,rule_auth_user_ids:0
301 msgid "Authorized Users"
302 msgstr "Utenti autorizzati"
303
304 #. module: gamification
305 #: selection:gamification.goal.definition,computation_mode:0
306 msgid "Automatic: execute a specific Python code"
307 msgstr "Automatico: esegui codice specifico Python"
308
309 #. module: gamification
310 #: selection:gamification.goal.definition,computation_mode:0
311 msgid "Automatic: number of records"
312 msgstr "Automatico: numero di record"
313
314 #. module: gamification
315 #: selection:gamification.goal.definition,computation_mode:0
316 msgid "Automatic: sum on a field"
317 msgstr "Automatico: somma di un campo"
318
319 #. module: gamification
320 #: view:gamification.badge:gamification.badge_form_view
321 #: field:gamification.badge,name:0
322 #: field:gamification.badge.user,badge_id:0
323 #: field:gamification.badge.user.wizard,badge_id:0
324 msgid "Badge"
325 msgstr "Badge"
326
327 #. module: gamification
328 #: view:gamification.badge:gamification.badge_form_view
329 msgid "Badge Description"
330 msgstr "Descrizione badge"
331
332 #. module: gamification
333 #: model:mail.message.subtype,description:gamification.mt_badge_granted
334 #: model:mail.message.subtype,name:gamification.mt_badge_granted
335 msgid "Badge Granted"
336 msgstr "Badge concesso"
337
338 #. module: gamification
339 #: view:gamification.badge:gamification.badge_list_view
340 msgid "Badge List"
341 msgstr "Lista badge"
342
343 #. module: gamification
344 #: field:gamification.badge.user,badge_name:0
345 msgid "Badge Name"
346 msgstr "Nome Badge"
347
348 #. module: gamification
349 #: model:ir.actions.act_window,name:gamification.badge_list_action
350 #: model:ir.ui.menu,name:gamification.gamification_badge_menu
351 msgid "Badges"
352 msgstr "Badge"
353
354 #. module: gamification
355 #: view:gamification.challenge:gamification.challenge_form_view
356 msgid ""
357 "Badges are granted when a challenge is finished. This is either at the end "
358 "of a running period (eg: end of the month for a monthly challenge), at the "
359 "end date of a challenge (if no periodicity is set) or when the challenge is "
360 "manually closed."
361 msgstr ""
362
363 #. module: gamification
364 #: field:gamification.goal.definition,batch_mode:0
365 msgid "Batch Mode"
366 msgstr "Modalitร  batch"
367
368 #. module: gamification
369 #: model:gamification.badge,name:gamification.badge_idea
370 msgid "Brilliant"
371 msgstr ""
372
373 #. module: gamification
374 #: view:gamification.badge:gamification.badge_kanban_view
375 msgid "Can not grant"
376 msgstr "Non รจ possibile concederlo"
377
378 #. module: gamification
379 #: code:addons/gamification/models/goal.py:453
380 #, python-format
381 msgid "Can not modify the configuration of a started goal"
382 msgstr ""
383
384 #. module: gamification
385 #: view:gamification.badge.user.wizard:gamification.view_badge_wizard_grant
386 #: view:gamification.goal.wizard:gamification.view_goal_wizard_update_current
387 msgid "Cancel"
388 msgstr "Annulla"
389
390 #. module: gamification
391 #: selection:gamification.goal,state:0
392 msgid "Canceled"
393 msgstr "Annullato"
394
395 #. module: gamification
396 #: view:gamification.challenge:gamification.challenge_form_view
397 msgid "Category"
398 msgstr "Categoria"
399
400 #. module: gamification
401 #: view:gamification.challenge:gamification.view_challenge_wizard
402 #: field:gamification.challenge.line,challenge_id:0
403 #: field:gamification.goal,challenge_id:0
404 msgid "Challenge"
405 msgstr "Sfida"
406
407 #. module: gamification
408 #: model:ir.actions.act_window,name:gamification.challenge_wizard
409 msgid "Challenge Description"
410 msgstr "Descrizione sfida"
411
412 #. module: gamification
413 #: field:gamification.goal,line_id:0
414 msgid "Challenge Line"
415 msgstr "Riga sfida"
416
417 #. module: gamification
418 #: view:gamification.challenge:gamification.view_challenge_wizard
419 #: view:gamification.challenge.line:gamification.challenge_line_list_view
420 msgid "Challenge Lines"
421 msgstr "Righe sfida"
422
423 #. module: gamification
424 #: field:gamification.challenge,name:0
425 msgid "Challenge Name"
426 msgstr "Nome sfida"
427
428 #. module: gamification
429 #: field:gamification.badge.user,challenge_id:0
430 msgid "Challenge originating"
431 msgstr "Origine sfida"
432
433 #. module: gamification
434 #: help:gamification.goal,challenge_id:0
435 msgid ""
436 "Challenge that generated the goal, assign challenge to users to generate "
437 "goals with a value in this field."
438 msgstr ""
439
440 #. module: gamification
441 #: view:gamification.challenge:gamification.view_challenge_kanban
442 #: model:ir.actions.act_window,name:gamification.challenge_list_action
443 #: model:ir.ui.menu,name:gamification.gamification_challenge_menu
444 msgid "Challenges"
445 msgstr "Sfide"
446
447 #. module: gamification
448 #: help:gamification.badge,rule_max:0
449 msgid "Check to set a monthly limit per person of sending this badge"
450 msgstr ""
451
452 #. module: gamification
453 #: view:gamification.goal.definition:gamification.goal_definition_form_view
454 msgid "Clickable Goals"
455 msgstr ""
456
457 #. module: gamification
458 #: field:gamification.goal,closed:0
459 msgid "Closed goal"
460 msgstr "Obiettivi chiusi"
461
462 #. module: gamification
463 #: field:gamification.badge.user,comment:0
464 #: field:gamification.badge.user.wizard,comment:0
465 msgid "Comment"
466 msgstr "Commento"
467
468 #. module: gamification
469 #: model:gamification.challenge,name:gamification.challenge_base_discover
470 msgid "Complete your Profile"
471 msgstr "Completa il tuo profilo"
472
473 #. module: gamification
474 #: field:gamification.goal,completeness:0
475 msgid "Completeness"
476 msgstr ""
477
478 #. module: gamification
479 #: view:gamification.goal.definition:gamification.goal_definition_search_view
480 #: field:gamification.goal.definition,computation_mode:0
481 msgid "Computation Mode"
482 msgstr "Modalitร  di calcolo"
483
484 #. module: gamification
485 #: field:gamification.goal,computation_mode:0
486 msgid "Computation mode"
487 msgstr "Modalitร  di calcolo"
488
489 #. module: gamification
490 #: field:gamification.challenge.line,condition:0
491 msgid "Condition"
492 msgstr "Condizione"
493
494 #. module: gamification
495 #: model:ir.actions.act_window,name:gamification.action_new_simplified_res_users
496 msgid "Create User"
497 msgstr "Crea Utente"
498
499 #. module: gamification
500 #: model:ir.actions.act_window,help:gamification.action_new_simplified_res_users
501 msgid ""
502 "Create and manage users that will connect to the system. Users can be "
503 "deactivated should there be a period of time during which they will/should "
504 "not connect to the system. You can assign them groups in order to give them "
505 "specific access to the applications they need to use in the system."
506 msgstr ""
507 "Crea e gestisce gli utenti che si connettono al sistema. Gli utenti possono "
508 "essere disattivati, anche per un periodo di tempo, durante il quale essi non "
509 "possono/devono collegarsi al sistema. E' possibile assegnare ad essi gruppi "
510 "per fornire accessi specifici alle applicazioni, che hanno bisogno di usare, "
511 "del sistema."
512
513 #. module: gamification
514 #: field:gamification.badge.user,create_date:0
515 msgid "Created"
516 msgstr "Creato"
517
518 #. module: gamification
519 #: field:gamification.badge,create_uid:0
520 #: field:gamification.badge.user.wizard,create_uid:0
521 #: field:gamification.challenge,create_uid:0
522 #: field:gamification.challenge.line,create_uid:0
523 #: field:gamification.goal,create_uid:0
524 #: field:gamification.goal.definition,create_uid:0
525 #: field:gamification.goal.wizard,create_uid:0
526 msgid "Created by"
527 msgstr "Creato da"
528
529 #. module: gamification
530 #: field:gamification.badge,create_date:0
531 #: field:gamification.badge.user.wizard,create_date:0
532 #: field:gamification.challenge,create_date:0
533 #: field:gamification.challenge.line,create_date:0
534 #: field:gamification.goal,create_date:0
535 #: field:gamification.goal.definition,create_date:0
536 #: field:gamification.goal.wizard,create_date:0
537 msgid "Created on"
538 msgstr "Creato il"
539
540 #. module: gamification
541 #: field:gamification.badge.user,create_uid:0
542 msgid "Creator"
543 msgstr "Creatore"
544
545 #. module: gamification
546 #: field:gamification.goal.wizard,current:0
547 msgid "Current"
548 msgstr "Correnti"
549
550 #. module: gamification
551 #: field:gamification.goal,current:0
552 msgid "Current Value"
553 msgstr "Valore Attuale"
554
555 #. module: gamification
556 #: selection:gamification.challenge,period:0
557 #: selection:gamification.challenge,report_message_frequency:0
558 msgid "Daily"
559 msgstr "Giornalmente"
560
561 #. module: gamification
562 #: view:gamification.goal:gamification.goal_form_view
563 msgid "Data"
564 msgstr "Data"
565
566 #. module: gamification
567 #: field:gamification.goal.definition,field_date_id:0
568 msgid "Date Field"
569 msgstr "Campo data"
570
571 #. module: gamification
572 #: help:gamification.badge,message_last_post:0
573 #: help:gamification.challenge,message_last_post:0
574 msgid "Date of the last message posted on the record."
575 msgstr "Data dell'ultimo messaggio postato per questo record"
576
577 #. module: gamification
578 #: help:gamification.challenge,category:0
579 msgid "Define the visibility of the challenge through menus"
580 msgstr ""
581
582 #. module: gamification
583 #: help:gamification.goal.definition,computation_mode:0
584 msgid ""
585 "Defined how will be computed the goals. The result of the operation will be "
586 "stored in the field 'Current'."
587 msgstr ""
588
589 #. module: gamification
590 #: field:gamification.goal,definition_condition:0
591 msgid "Definition Condition"
592 msgstr "Definizione condizione"
593
594 #. module: gamification
595 #: field:gamification.goal,definition_description:0
596 msgid "Definition Description"
597 msgstr "Definizione descrizione"
598
599 #. module: gamification
600 #: view:gamification.challenge:gamification.challenge_form_view
601 msgid "Depending on the Display mode, reports will be individual or shared."
602 msgstr ""
603
604 #. module: gamification
605 #: view:gamification.challenge:gamification.challenge_form_view
606 msgid ""
607 "Describe the challenge: what is does, who it targets, why it matters..."
608 msgstr ""
609
610 #. module: gamification
611 #: view:gamification.badge.user.wizard:gamification.view_badge_wizard_grant
612 msgid "Describe what they did and why it matters (will be public)"
613 msgstr ""
614
615 #. module: gamification
616 #: field:gamification.badge,description:0
617 #: field:gamification.challenge,description:0
618 msgid "Description"
619 msgstr "Descrizione"
620
621 #. module: gamification
622 #: field:gamification.challenge,visibility_mode:0
623 #: field:gamification.goal,definition_display:0
624 msgid "Display Mode"
625 msgstr "Modalitร  di visualizzazione"
626
627 #. module: gamification
628 #: field:gamification.goal.definition,display_mode:0
629 msgid "Displayed as"
630 msgstr "Visualizzato come"
631
632 #. module: gamification
633 #: field:gamification.goal.definition,batch_distinctive_field:0
634 msgid "Distinctive field for batch user"
635 msgstr ""
636
637 #. module: gamification
638 #: help:gamification.goal.definition,domain:0
639 msgid ""
640 "Domain for filtering records. General rule, not user depending, e.g. "
641 "[('state', '=', 'done')]. The expression can contain reference to 'user' "
642 "which is a browse record of the current user if not in batch mode."
643 msgstr ""
644
645 #. module: gamification
646 #: selection:gamification.challenge,state:0
647 #: view:gamification.goal:gamification.goal_search_view
648 msgid "Done"
649 msgstr "Fatto"
650
651 #. module: gamification
652 #: selection:gamification.challenge,state:0
653 #: view:gamification.goal:gamification.goal_search_view
654 #: selection:gamification.goal,state:0
655 msgid "Draft"
656 msgstr "Bozza"
657
658 #. module: gamification
659 #: field:gamification.challenge,end_date:0
660 #: view:gamification.goal:gamification.goal_search_view
661 #: field:gamification.goal,end_date:0
662 msgid "End Date"
663 msgstr "Data di fine"
664
665 #. module: gamification
666 #: code:addons/gamification/models/challenge.py:553
667 #: code:addons/gamification/models/goal.py:148
668 #: code:addons/gamification/models/goal.py:453
669 #, python-format
670 msgid "Error!"
671 msgstr "Errore!"
672
673 #. module: gamification
674 #: help:gamification.goal.definition,batch_mode:0
675 msgid "Evaluate the expression in batch instead of once for each user"
676 msgstr ""
677
678 #. module: gamification
679 #: field:gamification.goal.definition,batch_user_expression:0
680 msgid "Evaluted expression for batch mode"
681 msgstr ""
682
683 #. module: gamification
684 #: view:gamification.challenge:gamification.view_challenge_wizard
685 msgid "Even if the challenge is failed, best challengers will be rewarded"
686 msgstr ""
687
688 #. module: gamification
689 #: selection:gamification.badge,rule_auth:0
690 msgid "Everyone"
691 msgstr "Tutti"
692
693 #. module: gamification
694 #: selection:gamification.goal.definition,display_mode:0
695 msgid "Exclusive (done or not-done)"
696 msgstr ""
697
698 #. module: gamification
699 #: selection:gamification.goal,state:0
700 msgid "Failed"
701 msgstr "Fallito"
702
703 #. module: gamification
704 #: field:gamification.goal.definition,field_id:0
705 msgid "Field to Sum"
706 msgstr "Campo da sommare"
707
708 #. module: gamification
709 #: field:gamification.goal.definition,domain:0
710 msgid "Filter Domain"
711 msgstr "Dominio filtro"
712
713 #. module: gamification
714 #: field:gamification.badge,message_follower_ids:0
715 #: field:gamification.challenge,message_follower_ids:0
716 msgid "Followers"
717 msgstr "Follower"
718
719 #. module: gamification
720 #: field:gamification.challenge,reward_first_id:0
721 msgid "For 1st user"
722 msgstr "Per il primo utente"
723
724 #. module: gamification
725 #: field:gamification.challenge,reward_second_id:0
726 msgid "For 2nd user"
727 msgstr "Per il secondo utente"
728
729 #. module: gamification
730 #: field:gamification.challenge,reward_third_id:0
731 msgid "For 3rd user"
732 msgstr "Per il terzo utente"
733
734 #. module: gamification
735 #: field:gamification.challenge,reward_id:0
736 msgid "For Every Succeding User"
737 msgstr "Per tutti i successivi utenti"
738
739 #. module: gamification
740 #: view:gamification.goal.definition:gamification.goal_definition_form_view
741 msgid "Formating Options"
742 msgstr "Opzioni formattazione"
743
744 #. module: gamification
745 #: view:gamification.goal:gamification.goal_kanban_view
746 msgid "From"
747 msgstr "Da"
748
749 #. module: gamification
750 #: field:gamification.goal.definition,full_suffix:0
751 msgid "Full Suffix"
752 msgstr "Suffisso completo"
753
754 #. module: gamification
755 #: model:ir.module.category,name:gamification.module_goal_category
756 msgid "Gamification"
757 msgstr ""
758
759 #. module: gamification
760 #: model:ir.ui.menu,name:gamification.gamification_menu
761 msgid "Gamification Tools"
762 msgstr ""
763
764 #. module: gamification
765 #: model:ir.model,name:gamification.model_gamification_badge
766 msgid "Gamification badge"
767 msgstr ""
768
769 #. module: gamification
770 #: model:ir.model,name:gamification.model_gamification_challenge
771 msgid "Gamification challenge"
772 msgstr ""
773
774 #. module: gamification
775 #: model:ir.model,name:gamification.model_gamification_challenge_line
776 msgid "Gamification generic goal for challenge"
777 msgstr ""
778
779 #. module: gamification
780 #: model:ir.model,name:gamification.model_gamification_goal_definition
781 msgid "Gamification goal definition"
782 msgstr ""
783
784 #. module: gamification
785 #: model:ir.model,name:gamification.model_gamification_goal
786 msgid "Gamification goal instance"
787 msgstr ""
788
789 #. module: gamification
790 #: model:ir.model,name:gamification.model_gamification_badge_user
791 msgid "Gamification user badge"
792 msgstr ""
793
794 #. module: gamification
795 #: view:gamification.challenge:gamification.view_challenge_kanban
796 #: view:gamification.goal:gamification.goal_form_view
797 #: field:gamification.goal.wizard,goal_id:0
798 msgid "Goal"
799 msgstr "Obiettivo"
800
801 #. module: gamification
802 #: field:gamification.challenge.line,definition_id:0
803 #: view:gamification.goal:gamification.goal_search_view
804 #: field:gamification.goal,definition_id:0
805 #: field:gamification.goal.definition,name:0
806 msgid "Goal Definition"
807 msgstr "Definizione obiettivo"
808
809 #. module: gamification
810 #: view:gamification.goal.definition:gamification.goal_definition_list_view
811 #: model:ir.actions.act_window,name:gamification.goal_definition_list_action
812 #: model:ir.ui.menu,name:gamification.gamification_definition_menu
813 msgid "Goal Definitions"
814 msgstr ""
815
816 #. module: gamification
817 #: field:gamification.goal.definition,description:0
818 msgid "Goal Description"
819 msgstr ""
820
821 #. module: gamification
822 #: view:gamification.goal:gamification.goal_form_view
823 msgid "Goal Failed"
824 msgstr ""
825
826 #. module: gamification
827 #: view:gamification.goal:gamification.goal_list_view
828 msgid "Goal List"
829 msgstr ""
830
831 #. module: gamification
832 #: field:gamification.goal.definition,condition:0
833 msgid "Goal Performance"
834 msgstr ""
835
836 #. module: gamification
837 #: view:gamification.goal:gamification.goal_form_view
838 msgid "Goal Reached"
839 msgstr ""
840
841 #. module: gamification
842 #: view:gamification.challenge:gamification.challenge_form_view
843 #: view:gamification.challenge:gamification.challenge_list_view
844 #: view:gamification.goal.definition:gamification.goal_definition_form_view
845 msgid "Goal definitions"
846 msgstr ""
847
848 #. module: gamification
849 #: view:gamification.challenge:gamification.challenge_form_view
850 #: view:gamification.challenge:gamification.view_challenge_kanban
851 #: view:gamification.challenge:gamification.view_challenge_wizard
852 #: model:ir.actions.act_window,name:gamification.goal_list_action
853 #: model:ir.ui.menu,name:gamification.gamification_goal_menu
854 msgid "Goals"
855 msgstr ""
856
857 #. module: gamification
858 #: model:gamification.badge,name:gamification.badge_good_job
859 msgid "Good Job"
860 msgstr ""
861
862 #. module: gamification
863 #: view:gamification.badge:gamification.badge_kanban_view
864 msgid "Grant"
865 msgstr "Concedi"
866
867 #. module: gamification
868 #: view:gamification.badge.user.wizard:gamification.view_badge_wizard_grant
869 #: model:ir.actions.act_window,name:gamification.action_grant_wizard
870 msgid "Grant Badge"
871 msgstr ""
872
873 #. module: gamification
874 #: view:gamification.badge.user.wizard:gamification.view_badge_wizard_grant
875 #: view:gamification.goal.wizard:gamification.view_goal_wizard_update_current
876 msgid "Grant Badge To"
877 msgstr ""
878
879 #. module: gamification
880 #: view:gamification.badge:gamification.badge_form_view
881 msgid "Grant this Badge"
882 msgstr ""
883
884 #. module: gamification
885 #: view:gamification.badge.user:gamification.badge_user_kanban_view
886 msgid "Granted by"
887 msgstr ""
888
889 #. module: gamification
890 #: view:gamification.badge:gamification.badge_form_view
891 msgid "Granting"
892 msgstr ""
893
894 #. module: gamification
895 #: view:gamification.challenge:gamification.challenge_search_view
896 #: view:gamification.goal:gamification.goal_search_view
897 #: view:gamification.goal.definition:gamification.goal_definition_search_view
898 msgid "Group By"
899 msgstr "Raggruppa per"
900
901 #. module: gamification
902 #: help:gamification.challenge,report_message_group_id:0
903 msgid "Group that will receive a copy of the report in addition to the user"
904 msgstr ""
905
906 #. module: gamification
907 #: view:gamification.challenge:gamification.challenge_search_view
908 msgid "HR Challenges"
909 msgstr ""
910
911 #. module: gamification
912 #: model:gamification.badge,name:gamification.badge_hidden
913 msgid "Hidden"
914 msgstr "Nascosto"
915
916 #. module: gamification
917 #: help:gamification.badge,message_summary:0
918 #: help:gamification.challenge,message_summary:0
919 msgid ""
920 "Holds the Chatter summary (number of messages, ...). This summary is "
921 "directly in html format in order to be inserted in kanban views."
922 msgstr ""
923
924 #. module: gamification
925 #: view:gamification.goal.definition:gamification.goal_definition_form_view
926 msgid "How to compute the goal?"
927 msgstr ""
928
929 #. module: gamification
930 #: field:gamification.badge,id:0
931 #: field:gamification.badge.user,id:0
932 #: field:gamification.badge.user.wizard,id:0
933 #: field:gamification.challenge,id:0
934 #: field:gamification.challenge.line,id:0
935 #: field:gamification.goal,id:0
936 #: field:gamification.goal.definition,id:0
937 #: field:gamification.goal.wizard,id:0
938 msgid "ID"
939 msgstr "ID"
940
941 #. module: gamification
942 #: field:gamification.goal.definition,res_id_field:0
943 msgid "ID Field of user"
944 msgstr "Campo ID dell'utente"
945
946 #. module: gamification
947 #: help:gamification.badge,remaining_sending:0
948 msgid "If a maxium is set"
949 msgstr "Se un massimo รจ impostato"
950
951 #. module: gamification
952 #: help:gamification.badge,message_unread:0
953 #: help:gamification.challenge,message_unread:0
954 msgid "If checked new messages require your attention."
955 msgstr ""
956
957 #. module: gamification
958 #: help:gamification.badge.user,challenge_id:0
959 msgid "If this badge was rewarded through a challenge"
960 msgstr ""
961
962 #. module: gamification
963 #: field:gamification.badge,image:0
964 msgid "Image"
965 msgstr ""
966
967 #. module: gamification
968 #: selection:gamification.challenge,state:0
969 msgid "In Progress"
970 msgstr "In corso"
971
972 #. module: gamification
973 #: view:gamification.goal.definition:gamification.goal_definition_form_view
974 msgid ""
975 "In batch mode, the domain is evaluated globally. If enabled, do not use "
976 "keyword 'user' in above filter domain."
977 msgstr ""
978
979 #. module: gamification
980 #: help:gamification.goal.definition,batch_distinctive_field:0
981 msgid ""
982 "In batch mode, this indicates which field distinct one user form the other, "
983 "e.g. user_id, partner_id..."
984 msgstr ""
985
986 #. module: gamification
987 #: help:gamification.goal,last_update:0
988 msgid ""
989 "In case of manual goal, reminders are sent if the goal as not been updated "
990 "for a while (defined in challenge). Ignored in case of non-manual goal or "
991 "goal not linked to a challenge."
992 msgstr ""
993
994 #. module: gamification
995 #: selection:gamification.goal,state:0
996 msgid "In progress"
997 msgstr "In corso"
998
999 #. module: gamification
1000 #: selection:gamification.challenge,visibility_mode:0
1001 msgid "Individual Goals"
1002 msgstr ""
1003
1004 #. module: gamification
1005 #: field:gamification.goal.definition,model_inherited_model_ids:0
1006 msgid "Inherited models"
1007 msgstr ""
1008
1009 #. module: gamification
1010 #: code:addons/gamification/models/goal.py:319
1011 #, python-format
1012 msgid "Invalid return content from the evaluation of code for definition %s"
1013 msgstr ""
1014
1015 #. module: gamification
1016 #: model:gamification.goal.definition,name:gamification.definition_base_invite
1017 msgid "Invite new Users"
1018 msgstr ""
1019
1020 #. module: gamification
1021 #: view:gamification.challenge:gamification.view_challenge_wizard
1022 msgid "Invited"
1023 msgstr "Invitato"
1024
1025 #. module: gamification
1026 #. openerp-web
1027 #: code:addons/gamification/static/src/xml/gamification.xml:105
1028 #, python-format
1029 msgid "Invited Challenges"
1030 msgstr ""
1031
1032 #. module: gamification
1033 #: field:gamification.badge,message_is_follower:0
1034 #: field:gamification.challenge,message_is_follower:0
1035 msgid "Is a Follower"
1036 msgstr "E' un Follower"
1037
1038 #. module: gamification
1039 #: field:gamification.badge,message_last_post:0
1040 #: field:gamification.challenge,message_last_post:0
1041 msgid "Last Message Date"
1042 msgstr "Data Ultimo Messaggio"
1043
1044 #. module: gamification
1045 #: field:gamification.challenge,last_report_date:0
1046 msgid "Last Report Date"
1047 msgstr ""
1048
1049 #. module: gamification
1050 #: field:gamification.goal,last_update:0
1051 msgid "Last Update"
1052 msgstr "Ultimo aggiornamento"
1053
1054 #. module: gamification
1055 #: field:gamification.badge,write_uid:0
1056 #: field:gamification.badge.user,write_uid:0
1057 #: field:gamification.badge.user.wizard,write_uid:0
1058 #: field:gamification.challenge,write_uid:0
1059 #: field:gamification.challenge.line,write_uid:0
1060 #: field:gamification.goal,write_uid:0
1061 #: field:gamification.goal.definition,write_uid:0
1062 #: field:gamification.goal.wizard,write_uid:0
1063 msgid "Last Updated by"
1064 msgstr "Ultima modifica di"
1065
1066 #. module: gamification
1067 #: field:gamification.badge,write_date:0
1068 #: field:gamification.badge.user,write_date:0
1069 #: field:gamification.badge.user.wizard,write_date:0
1070 #: field:gamification.challenge,write_date:0
1071 #: field:gamification.challenge.line,write_date:0
1072 #: field:gamification.goal,write_date:0
1073 #: field:gamification.goal.definition,write_date:0
1074 #: field:gamification.goal.wizard,write_date:0
1075 msgid "Last Updated on"
1076 msgstr "Ultima modifica il"
1077
1078 #. module: gamification
1079 #: selection:gamification.challenge,visibility_mode:0
1080 msgid "Leader Board (Group Ranking)"
1081 msgstr ""
1082
1083 #. module: gamification
1084 #: field:gamification.badge,rule_max_number:0
1085 msgid "Limitation Number"
1086 msgstr ""
1087
1088 #. module: gamification
1089 #: view:gamification.challenge:gamification.challenge_form_view
1090 msgid "Line List"
1091 msgstr ""
1092
1093 #. module: gamification
1094 #: field:gamification.challenge,line_ids:0
1095 msgid "Lines"
1096 msgstr "Righe"
1097
1098 #. module: gamification
1099 #: help:gamification.challenge,line_ids:0
1100 msgid "List of goals that will be set"
1101 msgstr ""
1102
1103 #. module: gamification
1104 #: help:gamification.challenge,user_ids:0
1105 msgid "List of users participating to the challenge"
1106 msgstr ""
1107
1108 #. module: gamification
1109 #: model:gamification.goal.definition,name:gamification.definition_nbr_following
1110 msgid "Mail Group Following"
1111 msgstr ""
1112
1113 #. module: gamification
1114 #: model:res.groups,name:gamification.group_goal_manager
1115 msgid "Manager"
1116 msgstr "Manager"
1117
1118 #. module: gamification
1119 #: field:gamification.badge,message_ids:0
1120 #: field:gamification.challenge,message_ids:0
1121 msgid "Messages"
1122 msgstr "Messaggi"
1123
1124 #. module: gamification
1125 #: help:gamification.badge,message_ids:0
1126 #: help:gamification.challenge,message_ids:0
1127 msgid "Messages and communication history"
1128 msgstr "Storico messaggi e comunicazioni"
1129
1130 #. module: gamification
1131 #: view:gamification.goal.definition:gamification.goal_definition_search_view
1132 #: field:gamification.goal.definition,model_id:0
1133 msgid "Model"
1134 msgstr "Modello"
1135
1136 #. module: gamification
1137 #: field:gamification.challenge.line,definition_monetary:0
1138 msgid "Monetary"
1139 msgstr ""
1140
1141 #. module: gamification
1142 #: field:gamification.goal.definition,monetary:0
1143 msgid "Monetary Value"
1144 msgstr ""
1145
1146 #. module: gamification
1147 #: selection:gamification.challenge,period:0
1148 #: selection:gamification.challenge,report_message_frequency:0
1149 msgid "Monthly"
1150 msgstr "Mensile"
1151
1152 #. module: gamification
1153 #: field:gamification.badge,rule_max:0
1154 msgid "Monthly Limited Sending"
1155 msgstr ""
1156
1157 #. module: gamification
1158 #: field:gamification.badge,stat_this_month:0
1159 msgid "Monthly total"
1160 msgstr "Totale mensile"
1161
1162 #. module: gamification
1163 #: view:gamification.goal:gamification.goal_search_view
1164 msgid "My Goals"
1165 msgstr "I miei Obiettivi"
1166
1167 #. module: gamification
1168 #: field:gamification.badge,stat_my_monthly_sending:0
1169 msgid "My Monthly Sending Total"
1170 msgstr ""
1171
1172 #. module: gamification
1173 #: field:gamification.badge,stat_my_this_month:0
1174 msgid "My Monthly Total"
1175 msgstr ""
1176
1177 #. module: gamification
1178 #: field:gamification.badge,stat_my:0
1179 msgid "My Total"
1180 msgstr ""
1181
1182 #. module: gamification
1183 #: field:gamification.challenge.line,name:0
1184 msgid "Name"
1185 msgstr "Nome"
1186
1187 #. module: gamification
1188 #: selection:gamification.challenge,report_message_frequency:0
1189 msgid "Never"
1190 msgstr "Mai"
1191
1192 #. module: gamification
1193 #: help:gamification.challenge,remind_update_delay:0
1194 msgid "Never reminded if no value or zero is specified."
1195 msgstr ""
1196
1197 #. module: gamification
1198 #: field:gamification.challenge,next_report_date:0
1199 msgid "Next Report Date"
1200 msgstr ""
1201
1202 #. module: gamification
1203 #: view:gamification.badge:gamification.badge_form_view
1204 msgid "No monthly sending limit"
1205 msgstr ""
1206
1207 #. module: gamification
1208 #: selection:gamification.badge,rule_auth:0
1209 msgid "No one, assigned through challenges"
1210 msgstr ""
1211
1212 #. module: gamification
1213 #: code:addons/gamification/models/challenge.py:755
1214 #, python-format
1215 msgid "Nobody reached the required conditions to receive special badges."
1216 msgstr ""
1217
1218 #. module: gamification
1219 #: selection:gamification.challenge,period:0
1220 msgid "Non recurring"
1221 msgstr ""
1222
1223 #. module: gamification
1224 #: field:gamification.challenge,remind_update_delay:0
1225 msgid "Non-updated manual goals will be reminded after"
1226 msgstr ""
1227
1228 #. module: gamification
1229 #: view:gamification.challenge:gamification.challenge_form_view
1230 msgid "Notification Messages"
1231 msgstr "Messaggi di Notifica"
1232
1233 #. module: gamification
1234 #: field:gamification.badge,stat_count_distinct:0
1235 msgid "Number of users"
1236 msgstr ""
1237
1238 #. module: gamification
1239 #: selection:gamification.challenge,report_message_frequency:0
1240 msgid "On change"
1241 msgstr ""
1242
1243 #. module: gamification
1244 #: help:gamification.badge,rule_auth_badge_ids:0
1245 msgid "Only the people having these badges can give this badge"
1246 msgstr ""
1247
1248 #. module: gamification
1249 #: help:gamification.badge,rule_auth_user_ids:0
1250 msgid "Only these people can give this badge"
1251 msgstr ""
1252
1253 #. module: gamification
1254 #: view:gamification.goal.definition:gamification.goal_definition_form_view
1255 msgid "Optimisation"
1256 msgstr "Ottimizzazione"
1257
1258 #. module: gamification
1259 #: field:gamification.badge,owner_ids:0
1260 msgid "Owners"
1261 msgstr ""
1262
1263 #. module: gamification
1264 #: view:gamification.challenge:gamification.view_challenge_wizard
1265 msgid "Participating"
1266 msgstr ""
1267
1268 #. module: gamification
1269 #: selection:gamification.badge,rule_auth:0
1270 msgid "People having some badges"
1271 msgstr ""
1272
1273 #. module: gamification
1274 #: view:gamification.challenge:gamification.challenge_search_view
1275 msgid "Period"
1276 msgstr "Periodo"
1277
1278 #. module: gamification
1279 #: help:gamification.challenge,period:0
1280 msgid ""
1281 "Period of automatic goal assigment. If none is selected, should be launched "
1282 "manually."
1283 msgstr ""
1284
1285 #. module: gamification
1286 #: field:gamification.challenge,period:0
1287 msgid "Periodicity"
1288 msgstr "Periodicitร "
1289
1290 #. module: gamification
1291 #: model:gamification.badge,name:gamification.badge_problem_solver
1292 msgid "Problem Solver"
1293 msgstr ""
1294
1295 #. module: gamification
1296 #: selection:gamification.goal.definition,display_mode:0
1297 msgid "Progressive (using numerical values)"
1298 msgstr ""
1299
1300 #. module: gamification
1301 #: field:gamification.goal.definition,compute_code:0
1302 msgid "Python Code"
1303 msgstr "Codice Python"
1304
1305 #. module: gamification
1306 #: help:gamification.goal.definition,compute_code:0
1307 msgid ""
1308 "Python code to be executed for each user. 'result' should contains the new "
1309 "current value. Evaluated user can be access through object.user_id."
1310 msgstr ""
1311
1312 #. module: gamification
1313 #: selection:gamification.goal,state:0
1314 msgid "Reached"
1315 msgstr ""
1316
1317 #. module: gamification
1318 #: view:gamification.goal:gamification.goal_form_view
1319 msgid "Reached when current value is"
1320 msgstr ""
1321
1322 #. module: gamification
1323 #: selection:gamification.goal.definition,computation_mode:0
1324 msgid "Recorded manually"
1325 msgstr ""
1326
1327 #. module: gamification
1328 #: view:gamification.goal:gamification.goal_form_view
1329 msgid "Reference"
1330 msgstr "Riferimento"
1331
1332 #. module: gamification
1333 #: view:gamification.challenge:gamification.challenge_form_view
1334 msgid "Refresh Challenge"
1335 msgstr ""
1336
1337 #. module: gamification
1338 #: view:gamification.challenge:gamification.view_challenge_wizard
1339 msgid "Reject"
1340 msgstr "Rifiuta"
1341
1342 #. module: gamification
1343 #: view:gamification.challenge:gamification.challenge_form_view
1344 msgid "Related"
1345 msgstr "Collegato"
1346
1347 #. module: gamification
1348 #: model:ir.actions.act_window,name:gamification.goals_from_challenge_act
1349 msgid "Related Goals"
1350 msgstr ""
1351
1352 #. module: gamification
1353 #: field:gamification.badge,remaining_sending:0
1354 msgid "Remaining Sending Allowed"
1355 msgstr ""
1356
1357 #. module: gamification
1358 #: field:gamification.goal,remind_update_delay:0
1359 msgid "Remind delay"
1360 msgstr ""
1361
1362 #. module: gamification
1363 #: view:gamification.challenge:gamification.challenge_form_view
1364 msgid "Reminders for Manual Goals"
1365 msgstr ""
1366
1367 #. module: gamification
1368 #: field:gamification.challenge,report_message_frequency:0
1369 msgid "Report Frequency"
1370 msgstr ""
1371
1372 #. module: gamification
1373 #: field:gamification.challenge,report_template_id:0
1374 msgid "Report Template"
1375 msgstr ""
1376
1377 #. module: gamification
1378 #: field:gamification.badge,rule_auth_badge_ids:0
1379 msgid "Required Badges"
1380 msgstr ""
1381
1382 #. module: gamification
1383 #: view:gamification.goal:gamification.goal_form_view
1384 msgid "Reset Completion"
1385 msgstr ""
1386
1387 #. module: gamification
1388 #: field:gamification.challenge,manager_id:0
1389 msgid "Responsible"
1390 msgstr "Responsabile"
1391
1392 #. module: gamification
1393 #: code:addons/gamification/models/challenge.py:553
1394 #, python-format
1395 msgid "Retrieving progress for personal challenge without user information"
1396 msgstr ""
1397
1398 #. module: gamification
1399 #: view:gamification.challenge:gamification.challenge_form_view
1400 #: view:gamification.challenge:gamification.view_challenge_wizard
1401 msgid "Reward"
1402 msgstr ""
1403
1404 #. module: gamification
1405 #: field:gamification.challenge,reward_failure:0
1406 msgid "Reward Bests if not Succeeded?"
1407 msgstr ""
1408
1409 #. module: gamification
1410 #: field:gamification.challenge,reward_realtime:0
1411 msgid "Reward as soon as every goal is reached"
1412 msgstr ""
1413
1414 #. module: gamification
1415 #: field:gamification.badge,challenge_ids:0
1416 msgid "Reward of Challenges"
1417 msgstr ""
1418
1419 #. module: gamification
1420 #: field:gamification.badge,goal_definition_ids:0
1421 msgid "Rewarded by"
1422 msgstr ""
1423
1424 #. module: gamification
1425 #: view:gamification.badge:gamification.badge_form_view
1426 msgid "Rewards for challenges"
1427 msgstr ""
1428
1429 #. module: gamification
1430 #: view:gamification.goal:gamification.goal_search_view
1431 msgid "Running"
1432 msgstr ""
1433
1434 #. module: gamification
1435 #: view:gamification.challenge:gamification.challenge_search_view
1436 msgid "Running Challenges"
1437 msgstr ""
1438
1439 #. module: gamification
1440 #: view:gamification.goal:gamification.goal_form_view
1441 msgid "Schedule"
1442 msgstr "Pianificazione"
1443
1444 #. module: gamification
1445 #: view:gamification.challenge:gamification.challenge_search_view
1446 msgid "Search Challenges"
1447 msgstr ""
1448
1449 #. module: gamification
1450 #: view:gamification.goal.definition:gamification.goal_definition_search_view
1451 msgid "Search Goal Definitions"
1452 msgstr ""
1453
1454 #. module: gamification
1455 #: view:gamification.goal:gamification.goal_search_view
1456 msgid "Search Goals"
1457 msgstr ""
1458
1459 #. module: gamification
1460 #: view:gamification.badge:gamification.badge_form_view
1461 msgid ""
1462 "Security rules to define who is allowed to manually grant badges. Not "
1463 "enforced for administrator."
1464 msgstr ""
1465
1466 #. module: gamification
1467 #: view:gamification.challenge:gamification.challenge_form_view
1468 msgid "Send Report"
1469 msgstr ""
1470
1471 #. module: gamification
1472 #: field:gamification.challenge,report_message_group_id:0
1473 msgid "Send a copy to"
1474 msgstr ""
1475
1476 #. module: gamification
1477 #: field:gamification.badge.user,sender_id:0
1478 msgid "Sender"
1479 msgstr "Mittente"
1480
1481 #. module: gamification
1482 #: field:gamification.challenge.line,sequence:0
1483 msgid "Sequence"
1484 msgstr "Sequenza"
1485
1486 #. module: gamification
1487 #: help:gamification.challenge.line,sequence:0
1488 msgid "Sequence number for ordering"
1489 msgstr ""
1490
1491 #. module: gamification
1492 #: view:gamification.goal.wizard:gamification.view_goal_wizard_update_current
1493 msgid "Set the current value you have reached for this goal"
1494 msgstr ""
1495
1496 #. module: gamification
1497 #: model:gamification.goal.definition,name:gamification.definition_base_company_data
1498 msgid "Set your Company Data"
1499 msgstr ""
1500
1501 #. module: gamification
1502 #: model:gamification.goal.definition,name:gamification.definition_base_company_logo
1503 msgid "Set your Company Logo"
1504 msgstr ""
1505
1506 #. module: gamification
1507 #: model:gamification.goal.definition,name:gamification.definition_base_timezone
1508 msgid "Set your Timezone"
1509 msgstr ""
1510
1511 #. module: gamification
1512 #: model:gamification.challenge,name:gamification.challenge_base_configure
1513 msgid "Setup your Company"
1514 msgstr ""
1515
1516 #. module: gamification
1517 #: view:gamification.challenge:gamification.challenge_form_view
1518 msgid "Start Challenge"
1519 msgstr ""
1520
1521 #. module: gamification
1522 #: field:gamification.challenge,start_date:0
1523 #: field:gamification.goal,start_date:0
1524 msgid "Start Date"
1525 msgstr ""
1526
1527 #. module: gamification
1528 #: view:gamification.goal:gamification.goal_form_view
1529 msgid "Start goal"
1530 msgstr ""
1531
1532 #. module: gamification
1533 #: view:gamification.challenge:gamification.challenge_search_view
1534 #: field:gamification.challenge,state:0
1535 #: view:gamification.goal:gamification.goal_search_view
1536 #: field:gamification.goal,state:0
1537 msgid "State"
1538 msgstr ""
1539
1540 #. module: gamification
1541 #: view:gamification.badge:gamification.badge_form_view
1542 msgid "Statistics"
1543 msgstr ""
1544
1545 #. module: gamification
1546 #: view:gamification.challenge:gamification.challenge_form_view
1547 msgid "Subscriptions"
1548 msgstr ""
1549
1550 #. module: gamification
1551 #: field:gamification.challenge.line,definition_full_suffix:0
1552 #: field:gamification.goal,definition_suffix:0
1553 #: field:gamification.goal.definition,suffix:0
1554 msgid "Suffix"
1555 msgstr ""
1556
1557 #. module: gamification
1558 #: field:gamification.challenge,invited_user_ids:0
1559 msgid "Suggest to users"
1560 msgstr ""
1561
1562 #. module: gamification
1563 #: field:gamification.badge,message_summary:0
1564 #: field:gamification.challenge,message_summary:0
1565 msgid "Summary"
1566 msgstr ""
1567
1568 #. module: gamification
1569 #: field:gamification.challenge.line,target_goal:0
1570 msgid "Target Value to Reach"
1571 msgstr ""
1572
1573 #. module: gamification
1574 #. openerp-web
1575 #: code:addons/gamification/static/src/xml/gamification.xml:32
1576 #: code:addons/gamification/static/src/xml/gamification.xml:54
1577 #, python-format
1578 msgid "Target:"
1579 msgstr ""
1580
1581 #. module: gamification
1582 #. openerp-web
1583 #: code:addons/gamification/static/src/xml/gamification.xml:35
1584 #: code:addons/gamification/static/src/xml/gamification.xml:57
1585 #, python-format
1586 msgid "Target: <="
1587 msgstr ""
1588
1589 #. module: gamification
1590 #: view:gamification.goal:gamification.goal_kanban_view
1591 msgid "Target: less than"
1592 msgstr ""
1593
1594 #. module: gamification
1595 #: help:gamification.goal.definition,action_id:0
1596 msgid "The action that will be called to update the goal value."
1597 msgstr ""
1598
1599 #. module: gamification
1600 #: code:addons/gamification/models/challenge.py:739
1601 #, python-format
1602 msgid "The challenge %s is finished."
1603 msgstr ""
1604
1605 #. module: gamification
1606 #: help:gamification.goal.definition,full_suffix:0
1607 msgid "The currency and suffix field"
1608 msgstr ""
1609
1610 #. module: gamification
1611 #: help:gamification.goal.definition,field_date_id:0
1612 msgid "The date to use for the time period evaluated"
1613 msgstr ""
1614
1615 #. module: gamification
1616 #: help:gamification.challenge,end_date:0
1617 msgid ""
1618 "The day a new challenge will be automatically closed. If no periodicity is "
1619 "set, will use this date as the goal end date."
1620 msgstr ""
1621
1622 #. module: gamification
1623 #: help:gamification.challenge,start_date:0
1624 msgid ""
1625 "The day a new challenge will be automatically started. If no periodicity is "
1626 "set, will use this date as the goal start date."
1627 msgstr ""
1628
1629 #. module: gamification
1630 #: code:addons/gamification/models/goal.py:148
1631 #, python-format
1632 msgid ""
1633 "The domain for the definition %s seems incorrect, please check it.\n"
1634 "\n"
1635 "%s"
1636 msgstr ""
1637
1638 #. module: gamification
1639 #: help:gamification.goal.definition,field_id:0
1640 msgid "The field containing the value to evaluate"
1641 msgstr ""
1642
1643 #. module: gamification
1644 #: help:gamification.goal.definition,res_id_field:0
1645 msgid ""
1646 "The field name on the user profile (res.users) containing the value for "
1647 "res_id for action."
1648 msgstr ""
1649
1650 #. module: gamification
1651 #: selection:gamification.goal.definition,condition:0
1652 msgid "The higher the better"
1653 msgstr ""
1654
1655 #. module: gamification
1656 #: help:gamification.badge,owner_ids:0
1657 msgid "The list of instances of this badge granted to users"
1658 msgstr ""
1659
1660 #. module: gamification
1661 #: help:gamification.badge,unique_owner_ids:0
1662 msgid "The list of unique users having received this badge."
1663 msgstr ""
1664
1665 #. module: gamification
1666 #: selection:gamification.goal.definition,condition:0
1667 msgid "The lower the better"
1668 msgstr ""
1669
1670 #. module: gamification
1671 #: help:gamification.badge,rule_max_number:0
1672 msgid ""
1673 "The maximum number of time this badge can be sent per month per person."
1674 msgstr ""
1675
1676 #. module: gamification
1677 #: help:gamification.goal.definition,model_id:0
1678 msgid "The model object for the field to evaluate"
1679 msgstr ""
1680
1681 #. module: gamification
1682 #: help:gamification.goal,remind_update_delay:0
1683 msgid ""
1684 "The number of days after which the user assigned to a manual goal will be "
1685 "reminded. Never reminded if no value is specified."
1686 msgstr ""
1687
1688 #. module: gamification
1689 #: help:gamification.badge,stat_my_this_month:0
1690 msgid ""
1691 "The number of time the current user has received this badge this month."
1692 msgstr ""
1693
1694 #. module: gamification
1695 #: help:gamification.badge,stat_my:0
1696 msgid "The number of time the current user has received this badge."
1697 msgstr ""
1698
1699 #. module: gamification
1700 #: help:gamification.badge,stat_my_monthly_sending:0
1701 msgid "The number of time the current user has sent this badge this month."
1702 msgstr ""
1703
1704 #. module: gamification
1705 #: help:gamification.badge,stat_count_distinct:0
1706 msgid "The number of time this badge has been received by unique users."
1707 msgstr ""
1708
1709 #. module: gamification
1710 #: help:gamification.badge,stat_this_month:0
1711 msgid "The number of time this badge has been received this month."
1712 msgstr ""
1713
1714 #. module: gamification
1715 #: help:gamification.badge,stat_count:0
1716 msgid "The number of time this badge has been received."
1717 msgstr ""
1718
1719 #. module: gamification
1720 #: help:gamification.goal.definition,monetary:0
1721 msgid "The target and current value are defined in the company currency."
1722 msgstr ""
1723
1724 #. module: gamification
1725 #: help:gamification.goal.definition,suffix:0
1726 msgid "The unit of the target and current values"
1727 msgstr ""
1728
1729 #. module: gamification
1730 #: help:gamification.challenge,manager_id:0
1731 msgid "The user responsible for the challenge."
1732 msgstr ""
1733
1734 #. module: gamification
1735 #: help:gamification.badge.user,sender_id:0
1736 msgid "The user who has send the badge"
1737 msgstr ""
1738
1739 #. module: gamification
1740 #: help:gamification.badge,goal_definition_ids:0
1741 msgid ""
1742 "The users that have succeeded theses goals will receive automatically the "
1743 "badge."
1744 msgstr ""
1745
1746 #. module: gamification
1747 #: help:gamification.goal.definition,batch_user_expression:0
1748 msgid ""
1749 "The value to compare with the distinctive field. The expression can contain "
1750 "reference to 'user' which is a browse record of the current user, e.g. "
1751 "user.id, user.partner_id.id..."
1752 msgstr ""
1753
1754 #. module: gamification
1755 #: view:gamification.challenge:gamification.view_challenge_wizard
1756 msgid "There is no reward upon completion of this challenge."
1757 msgstr ""
1758
1759 #. module: gamification
1760 #: help:gamification.goal,closed:0
1761 msgid "These goals will not be recomputed."
1762 msgstr ""
1763
1764 #. module: gamification
1765 #: code:addons/gamification/models/badge.py:238
1766 #, python-format
1767 msgid "This badge can not be sent by users."
1768 msgstr ""
1769
1770 #. module: gamification
1771 #: help:gamification.badge,image:0
1772 msgid "This field holds the image used for the badge, limited to 256x256"
1773 msgstr ""
1774
1775 #. module: gamification
1776 #: field:gamification.goal,target_goal:0
1777 msgid "To Reach"
1778 msgstr ""
1779
1780 #. module: gamification
1781 #: field:gamification.goal,to_update:0
1782 msgid "To update"
1783 msgstr ""
1784
1785 #. module: gamification
1786 #: field:gamification.badge,stat_count:0
1787 msgid "Total"
1788 msgstr ""
1789
1790 #. module: gamification
1791 #: field:gamification.badge,unique_owner_ids:0
1792 msgid "Unique Owners"
1793 msgstr ""
1794
1795 #. module: gamification
1796 #: field:gamification.challenge.line,definition_suffix:0
1797 msgid "Unit"
1798 msgstr ""
1799
1800 #. module: gamification
1801 #: field:gamification.badge,message_unread:0
1802 #: field:gamification.challenge,message_unread:0
1803 msgid "Unread Messages"
1804 msgstr ""
1805
1806 #. module: gamification
1807 #: view:gamification.goal.wizard:gamification.view_goal_wizard_update_current
1808 msgid "Update"
1809 msgstr ""
1810
1811 #. module: gamification
1812 #: code:addons/gamification/models/goal.py:487
1813 #, python-format
1814 msgid "Update %s"
1815 msgstr ""
1816
1817 #. module: gamification
1818 #: field:gamification.badge.user,user_id:0
1819 #: field:gamification.badge.user.wizard,user_id:0
1820 #: view:gamification.goal:gamification.goal_search_view
1821 #: field:gamification.goal,user_id:0
1822 msgid "User"
1823 msgstr ""
1824
1825 #. module: gamification
1826 #: field:gamification.challenge,user_domain:0
1827 msgid "User domain"
1828 msgstr ""
1829
1830 #. module: gamification
1831 #: field:gamification.challenge,user_ids:0
1832 #: model:ir.model,name:gamification.model_res_users
1833 msgid "Users"
1834 msgstr ""
1835
1836 #. module: gamification
1837 #: code:addons/gamification/models/badge.py:238
1838 #: code:addons/gamification/models/badge.py:240
1839 #: code:addons/gamification/models/badge.py:242
1840 #: code:addons/gamification/models/badge.py:244
1841 #: code:addons/gamification/wizard/grant_badge.py:44
1842 #, python-format
1843 msgid "Warning!"
1844 msgstr ""
1845
1846 #. module: gamification
1847 #: selection:gamification.challenge,period:0
1848 #: selection:gamification.challenge,report_message_frequency:0
1849 msgid "Weekly"
1850 msgstr ""
1851
1852 #. module: gamification
1853 #: help:gamification.badge,rule_auth:0
1854 msgid "Who can grant this badge"
1855 msgstr ""
1856
1857 #. module: gamification
1858 #: view:gamification.badge.user.wizard:gamification.view_badge_wizard_grant
1859 msgid "Who would you like to reward?"
1860 msgstr ""
1861
1862 #. module: gamification
1863 #: help:gamification.challenge,reward_realtime:0
1864 msgid ""
1865 "With this option enabled, a user can receive a badge only once. The top 3 "
1866 "badges are still rewarded only at the end of the challenge."
1867 msgstr ""
1868
1869 #. module: gamification
1870 #: selection:gamification.challenge,period:0
1871 #: selection:gamification.challenge,report_message_frequency:0
1872 msgid "Yearly"
1873 msgstr ""
1874
1875 #. module: gamification
1876 #: code:addons/gamification/models/badge.py:240
1877 #, python-format
1878 msgid "You are not in the user allowed list."
1879 msgstr ""
1880
1881 #. module: gamification
1882 #: code:addons/gamification/wizard/grant_badge.py:44
1883 #, python-format
1884 msgid "You can not grant a badge to yourself"
1885 msgstr ""
1886
1887 #. module: gamification
1888 #: view:gamification.badge:gamification.badge_form_view
1889 msgid "You can still grant"
1890 msgstr ""
1891
1892 #. module: gamification
1893 #: code:addons/gamification/models/badge.py:242
1894 #, python-format
1895 msgid "You do not have the required badges."
1896 msgstr ""
1897
1898 #. module: gamification
1899 #: code:addons/gamification/models/badge.py:244
1900 #, python-format
1901 msgid "You have already sent this badge too many time this month."
1902 msgstr ""
1903
1904 #. module: gamification
1905 #: view:gamification.badge:gamification.badge_form_view
1906 msgid "badges this month"
1907 msgstr ""
1908
1909 #. module: gamification
1910 #: view:gamification.challenge:gamification.challenge_form_view
1911 #: view:gamification.goal:gamification.goal_form_view
1912 msgid "days"
1913 msgstr ""
1914
1915 #. module: gamification
1916 #: view:gamification.challenge:gamification.challenge_form_view
1917 msgid "e.g. Monthly Sales Objectives"
1918 msgstr ""
1919
1920 #. module: gamification
1921 #: view:gamification.goal.definition:gamification.goal_definition_form_view
1922 msgid "e.g. days"
1923 msgstr ""
1924
1925 #. module: gamification
1926 #: view:gamification.goal.definition:gamification.goal_definition_form_view
1927 msgid ""
1928 "e.g. result = pool.get('mail.followers').search(cr, uid, [('res_model', '=', "
1929 "'mail.group'), ('partner_id', '=', object.user_id.partner_id.id)], "
1930 "count=True, context=context)"
1931 msgstr ""
1932
1933 #. module: gamification
1934 #: view:gamification.goal.definition:gamification.goal_definition_form_view
1935 msgid "e.g. user.partner_id.id"
1936 msgstr ""
1937
1938 #. module: gamification
1939 #: view:gamification.badge:gamification.badge_kanban_view
1940 msgid "granted,"
1941 msgstr ""
1942
1943 #. module: gamification
1944 #. openerp-web
1945 #: code:addons/gamification/static/src/xml/gamification.xml:108
1946 #, python-format
1947 msgid "more details..."
1948 msgstr ""
1949
1950 #. module: gamification
1951 #: view:gamification.goal:gamification.goal_form_view
1952 msgid "refresh"
1953 msgstr ""
1954
1955 #. module: gamification
1956 #: view:gamification.challenge:gamification.view_challenge_wizard
1957 msgid "reply later"
1958 msgstr ""
1959
1960 #. module: gamification
1961 #: view:gamification.goal:gamification.goal_form_view
1962 msgid "than the target."
1963 msgstr ""
1964
1965 #. module: gamification
1966 #: view:gamification.badge.user:gamification.badge_user_kanban_view
1967 msgid "the"
1968 msgstr ""
1969
1970 #. module: gamification
1971 #: view:gamification.badge:gamification.badge_kanban_view
1972 msgid "this month"
1973 msgstr ""