-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.po
2869 lines (2343 loc) · 80.3 KB
/
default.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# LANGUAGE translation of CakePHP Application
# Copyright YEAR NAME <EMAIL@ADDRESS>
#
msgid ""
msgstr ""
"Project-Id-Version: candycane 0.72\n"
"POT-Creation-Date: 2016-09-29 17:12+0200\n"
"PO-Revision-Date: 2016-12-08 02:40+0100\n"
"Last-Translator: Thomas Bouchet <[email protected]>\n"
"Language-Team: Francesco Bianco <[email protected]>\n"
"Language: it_IT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.8.7.1\n"
#: Console/Command/CcPluginShell.php:49
msgid "Enter the name of the plugin in CamelCase format start with \"Cc\""
msgstr "Entrer le nom du plugin au format CamelCase qui commence par \"Cc\""
#: Console/Command/CcPluginShell.php:80
msgid "Do you want verbose output?"
msgstr "Souhaitez-vous une sortie verbeuse ?"
#: Console/Command/CcPluginShell.php:145
msgid "Created: %s in %s"
msgstr "Creato: %s in %s"
# notice_account_activated
#: Controller/AccountController.php:77;144
msgid "Your account has been activated. You can now log in."
msgstr "Votre comtpe est activé. Vous pouvez désormais vous identifier."
# notice_account_register_done
#: Controller/AccountController.php:133
msgid "Account was successfully created. To activate your account, click on the link that was emailed to you."
msgstr "Account was successfully created. To activate your account, click on the link that was emailed to you."
# notice_account_pending
#: Controller/AccountController.php:160
msgid "Your account was created and is now pending administrator approval."
msgstr "Votre compte a été créé et attend maintenant l'approbation de l'administrateur."
# notice_account_invalid_creditentials
#: Controller/AccountController.php:199
msgid "Invalid user or password"
msgstr "Username o password non valida"
# notice_account_password_updated
#: Controller/AccountController.php:319 Controller/MyController.php:66
msgid "Password was successfully updated."
msgstr "Password was successfully updated."
# notice_account_lost_email_sent
#: Controller/AccountController.php:348
msgid "An email with instructions to choose a new password has been sent to you."
msgstr "An email with instructions to choose a new password has been sent to you."
# label_all
#: Controller/AdminController.php:86 Controller/UsersController.php:184
#: Model/Query.php:38
msgid "all"
msgstr "tutti"
# status_active
#: Controller/AdminController.php:87 Controller/UsersController.php:185
msgid "active"
msgstr "attivo"
#: Controller/AdminController.php:141
msgid "Installed plugin: %s"
msgstr "Installed plugin: %s"
#: Controller/AdminController.php:150
msgid "Uninstalled plugin: %s"
msgstr "Plugin non installé: %s"
# notice_email_sent
#: Controller/AdminController.php:160
msgid "An email was sent to %s"
msgstr "Una email è stata inviata a %s"
# notice_email_error
#: Controller/AdminController.php:162
msgid "An error occurred while sending mail (%s)"
msgstr "Errore nell'invio dell'email (%s)."
# notice_successful_update
#: Controller/CustomFieldsController.php:58;88
#: Controller/EnumerationsController.php:28;43;90
#: Controller/IssueCategoriesController.php:9
#: Controller/IssueStatusesController.php:142;156
#: Controller/IssuesController.php:387;541;672;749
#: Controller/MyController.php:194 Controller/NewsController.php:186
#: Controller/ProjectsController.php:381;411
#: Controller/RolesController.php:151;220 Controller/SettingsController.php:35
#: Controller/TimelogController.php:187 Controller/TrackersController.php:39;51
#: Controller/UsersController.php:65 Controller/VersionsController.php:51;69
#: Controller/WikiController.php:245 Controller/WorkflowsController.php:88
msgid "Successful update."
msgstr "Aggiornamento avvenuto con successo."
# notice_successful_delete
#: Controller/CustomFieldsController.php:128
#: Controller/IssueStatusesController.php:170
#: Controller/IssuesController.php:832 Controller/NewsController.php:245
#: Controller/RolesController.php:165 Controller/TimelogController.php:207
msgid "Successful deletion."
msgstr "Supprimé avec succès."
# notice_unable_delete_version
#: Controller/CustomFieldsController.php:131
msgid "Unable to delete custom field"
msgstr "Unable to delete custom field"
# activerecord_error_invalid
#: Controller/IssueStatusesController.php:132;138;166
#: Controller/RolesController.php:161
msgid "Invalid id"
msgstr "Identifiant invalide"
#: Controller/IssueStatusesController.php:145;159
#: Controller/TrackersController.php:42
msgid "Please correct errors below."
msgstr "Merci de corriger les erreurs ci-dessous."
#: Controller/IssueStatusesController.php:172
msgid "There was an error deleting with id: %1$d"
msgstr "Erreur lors de la suppression avec l'id: %1$d"
#: Controller/IssuesController.php:252;340;436
msgid "No default issue status is defined. Please check your configuration (Go to \"Administration -> Issue statuses\")."
msgstr "No default issue status is defined. Please check your configuration (Go to \"Administration -> Issue statuses\")."
#: Controller/IssuesController.php:329
msgid "No tracker is associated to this project. Please check the Project settings."
msgstr "Nessuna traccia è associata a questo progetto. Controlla le impostazioni del progetto."
# warning_attachments_not_saved
#: Controller/IssuesController.php:503 Controller/WikiController.php:402
msgid "%d file(s) could not be saved."
msgstr "%d fichier(s) n'a(ont) pas pu être sauvé(s)."
# notice_failed_to_save_issues
#: Controller/IssuesController.php:675;751;834
msgid "\"Failed to save %d issue(s) on %d selected"
msgstr "\"Failed to save %d issue(s) on %d selected"
# error_issue_not_found_in_project
#: Controller/IssuesController.php:820
msgid "'The issue was not found or does not belong to this project'"
msgstr "'The issue was not found or does not belong to this project'"
# label_assigned_to_me_issues
#: Controller/MyController.php:33
#: View/Elements/my/blocks/issuesassignedtome.ctp:1
msgid "Issues assigned to me"
msgstr "Problemi assegnati a me"
# notice_can_t_change_password
#: Controller/MyController.php:56
msgid "This account uses an external authentication source. Impossible to change the password."
msgstr "This account uses an external authentication source. Impossible to change the password."
# notice_account_wrong_password
#: Controller/MyController.php:70
msgid "Wrong password"
msgstr "Password errata"
# notice_feeds_access_key_reseted
#: Controller/MyController.php:78
msgid "Your RSS access key was reset."
msgstr "Votre accès RSS a été réinitialisé."
# notice_feeds_access_key_reseted
#: Controller/MyController.php:85
#, fuzzy
msgid "Your API access key was reset."
msgstr "Votre accès RSS a été réinitialisé."
# label_user_mail_option_all
#: Controller/MyController.php:209
msgid "\"For any event on all my projects\""
msgstr "\"Per ogni evento nei miei progetti\""
# label_user_mail_option_selected
#: Controller/MyController.php:212
msgid "\"For any event on the selected projects only...\""
msgstr "\"For any event on the selected projects only...\""
# label_user_mail_option_none
#: Controller/MyController.php:214
msgid "\"Only for things I watch or I'm involved in\""
msgstr "\"Only for things I watch or I'm involved in\""
# notice_successful_create
#: Controller/NewsController.php:157;220
#: Controller/ProjectsController.php:205;499;563
#: Controller/QueriesController.php:63;94 Controller/RolesController.php:110
#: Controller/UsersController.php:214
msgid "Successful creation."
msgstr "Creazione avvenuta con successo."
# field_activity
#: Controller/ProjectsController.php:814 View/Account/show.ctp:47
#: View/Elements/issues/edit.ctp:32
#: View/Elements/projects/sidebar/activity.ctp:2
#: View/Elements/timelog/list.ctp:6 View/Projects/activity.ctp:1;88
#: View/Timelog/details_csv.ctp:6 View/Timelog/edit.ctp:27
msgid "Activity"
msgstr "Attività"
#: Controller/RolesController.php:167
msgid "This role is in use and can not be deleted."
msgstr "This role is in use and can not be deleted."
# label_spent_time
#: Controller/TimelogController.php:145 View/Elements/issues/edit.ctp:26
#: View/Elements/projects/sidebar/show.ctp:15
#: View/Helper/CustomFieldHelper.php:38 View/Issues/show.ctp:67
#: View/Timelog/details.ctp:15;64;66;72;74;76 View/Timelog/edit.ctp:1
#: View/Timelog/report.ctp:15;139 View/Versions/show.ctp:39
msgid "Spent time"
msgstr "Tempo impiegato"
#: Controller/TrackersController.php:81
msgid "This tracker contains issues and can't be deleted."
msgstr "This tracker contains issues and can't be deleted."
# label_general
#: Controller/UsersController.php:76 Vendor/candycane/SettingContainer.php:24
msgid "General"
msgstr "Generale"
# label_project_plural
#: Controller/UsersController.php:81 Vendor/candycane/SettingContainer.php:34
#: View/Account/show.ctp:30 View/Admin/index.ctp:15 View/Admin/projects.ctp:12
#: View/Elements/admin/sidebar.ctp:4 View/Helper/CustomFieldHelper.php:39
#: View/Projects/index.ctp:18
msgid "Projects"
msgstr "Progetti"
# status_registered
#: Controller/UsersController.php:186
msgid "registered"
msgstr "inscrit(s)"
# status_locked
#: Controller/UsersController.php:187
msgid "locked"
msgstr "bloqué"
# notice_unable_delete_version
#: Controller/VersionsController.php:74
msgid "Unable to delete version."
msgstr "Unable to delete version."
# mail_subject_register
#: Controller/Component/MailerComponent.php:126
msgid "Your %s account activation"
msgstr "L'activation de votre compte %s"
# mail_subject_account_activation_request
#: Controller/Component/MailerComponent.php:156
msgid "%s account activation request"
msgstr "%s account activation request"
# mail_subject_lost_password
#: Controller/Component/MailerComponent.php:174
msgid "Your password"
msgstr "La tua password"
# label_news
#: Controller/Component/MailerComponent.php:201 View/News/index.ctp:40;81
msgid "News"
msgstr "Notizie"
# label_document
#: Model/Document.php:41
msgid "Document"
msgstr "Documento"
#: Model/Project.php:115
msgid "Identifier must be between 2 and 20 characters, containing only letters, numbers and dashes."
msgstr "Identifier must be between 2 and 20 characters, containing only letters, numbers and dashes."
# field_project
#: Model/Project.php:709 View/Admin/projects.ctp:32;55
#: View/CustomFields/list.ctp:43 View/Elements/roles/form.ctp:21
#: View/Elements/timelog/list.ctp:7 View/Elements/users/memberships.ctp:16
#: View/Issues/move.ctp:15 View/Timelog/details_csv.ctp:7
#, fuzzy
msgid "Project"
msgid_plural "Projects"
msgstr[0] "Progetto"
msgstr[1] "Progetto"
# label_equals
#: Model/Query.php:33
msgid "is"
msgstr "è"
# label_not_equals
#: Model/Query.php:34
msgid "is not"
msgstr "non è"
# label_open_issues_plural
#: Model/Query.php:35 View/Elements/reports/_details.ctp:27
#: View/Elements/reports/_simple.ctp:18
msgid "open"
msgstr "aperto"
# label_closed_issues
#: Model/Query.php:36
msgid "closed"
msgstr "chiuso"
# label_none
#: Model/Query.php:37 View/Elements/settings/general.ctp:148;160
#: View/Helper/TimelogHelper.php:135 View/Issues/bulk_edit.ctp:39;61
#: View/Issues/context_menu.ctp:45;79
msgid "none"
msgstr "nessuno"
# label_in_less_than
#: Model/Query.php:41
msgid "in less than"
msgstr "in meno di"
# label_in_more_than
#: Model/Query.php:42
msgid "in more than"
msgstr "in più di"
# label_in
#: Model/Query.php:43
msgid "in"
msgstr "in"
# label_today
#: Model/Query.php:44 View/Helper/CandyHelper.php:455
#: View/Helper/TimelogHelper.php:90
msgid "today"
msgstr "Oggi"
# label_this_week
#: Model/Query.php:45 View/Helper/TimelogHelper.php:92
msgid "this week"
msgstr "Questa settimana"
# label_less_than_ago
#: Model/Query.php:46
msgid "less than days ago"
msgstr "moins d'un jour"
# label_more_than_ago
#: Model/Query.php:47
msgid "more than days ago"
msgstr "more than days ago"
# label_ago
#: Model/Query.php:48
msgid "days ago"
msgstr "jours"
# label_contains
#: Model/Query.php:49
msgid "contains"
msgstr "contient"
# label_not_contains
#: Model/Query.php:50
msgid "doesn't contain"
msgstr "ne contient pas"
# label_me
#: Model/Query.php:88
msgid "me"
msgstr "Io"
# general_first_day_of_week
#: Model/Query.php:392
msgid "'7'"
msgstr "'1'"
# field_tracker
#: Model/Query.php:563
msgid "tracker"
msgstr " Traccia"
# field_status
#: Model/Query.php:569
msgid "status"
msgstr "Stato"
# field_priority
#: Model/Query.php:575
msgid "priority"
msgstr "Priorità"
# field_subject
#: Model/Query.php:581
msgid "subject"
msgstr "Oggetto"
# field_author
#: Model/Query.php:587
msgid "author"
msgstr "Autore"
# field_assigned_to
#: Model/Query.php:593
msgid "assigned_to"
msgstr "Assegnato a"
# field_updated_on
#: Model/Query.php:599
msgid "updated_on"
msgstr "Aggiornato il"
# field_category
#: Model/Query.php:605
msgid "category"
msgstr "Categoria"
# label_version_new
#: Model/Query.php:611
msgid "fixed_version"
msgstr "Nuova versione"
# label_start_to_end
#: Model/Query.php:617
msgid "start_date"
msgstr "Date de démarrage"
# field_due_date
#: Model/Query.php:623
msgid "due_date"
msgstr "Data di fine"
#: Model/Query.php:629
msgid "estimated_hours"
msgstr "Ore stimate"
# field_password_confirmation
#: Model/Query.php:635
msgid "done_ratio"
msgstr "Avanzamento"
# field_created_on
#: Model/Query.php:641
msgid "created_on"
msgstr "Creato il"
# label_f_hour
#: Model/TimeEntry.php:46 View/Helper/QueriesHelper.php:70
#: View/Issues/show.ctp:68 View/Timelog/details.ctp:41
#: View/Timelog/report.ctp:81
msgid "%.2f hour"
msgstr "%.2f heure"
# label_wiki
#: Model/WikiPage.php:92 Vendor/candycane/MenuContainer.php:166
#: View/Elements/wiki/sidebar.ctp:1
msgid "Wiki"
msgstr "Wiki"
#: Plugin/CcInstall/Controller/CcInstallController.php:59
msgid "Installation: Welcome"
msgstr "Installation: Bienvenue"
#: Plugin/CcInstall/Controller/CcInstallController.php:81
msgid "Step 1: Database"
msgstr "Étape 1: La base de données"
#: Plugin/CcInstall/Controller/CcInstallController.php:129
msgid "Could not write database.php file."
msgstr "Impossible d'accéder au fichier database.php en écriture."
#: Plugin/CcInstall/Controller/CcInstallController.php:132;152
msgid "Could not connect to database."
msgstr "Could not connect to database."
#: Plugin/CcInstall/Controller/CcInstallController.php:142
#, fuzzy
msgid "Step 2: Run SQL"
msgstr "Étape 2: SQL"
#: Plugin/CcInstall/Controller/CcInstallController.php:171
msgid "Installation completed successfully"
msgstr "Installation réussie"
#: Plugin/CcInstall/Controller/CcInstallController.php:177
msgid "Installataion files deleted successfully."
msgstr "Fichiers d'installation supprimés avec succès."
#: Plugin/CcInstall/Controller/CcInstallController.php:181
msgid "Could not delete installation files."
msgstr "Could not delete installation files."
# default_doc_category_user
#: Plugin/CcInstall/Controller/CcInstallController.php:207
msgid "User documentation"
msgstr "Documentazione utente"
# default_doc_category_tech
#: Plugin/CcInstall/Controller/CcInstallController.php:208
msgid "Technical documentation"
msgstr "Documentation technique"
# default_priority_low
#: Plugin/CcInstall/Controller/CcInstallController.php:209
msgid "Low"
msgstr "Basse"
# default_priority_normal
#: Plugin/CcInstall/Controller/CcInstallController.php:210
msgid "Normal"
msgstr "Normale"
# default_priority_high
#: Plugin/CcInstall/Controller/CcInstallController.php:211
msgid "High"
msgstr "Haute"
# default_priority_urgent
#: Plugin/CcInstall/Controller/CcInstallController.php:212
msgid "Urgent"
msgstr "Urgent"
# default_priority_immediate
#: Plugin/CcInstall/Controller/CcInstallController.php:213
msgid "Immediate"
msgstr "Immédiat"
# default_activity_design
#: Plugin/CcInstall/Controller/CcInstallController.php:214
msgid "Design"
msgstr "Design"
# default_activity_development
#: Plugin/CcInstall/Controller/CcInstallController.php:215
msgid "Development"
msgstr "Développement"
# label_new
#: Plugin/CcInstall/Controller/CcInstallController.php:218
#: View/Admin/index.ctp:16;21 View/Elements/admin/sidebar.ctp:5;10
msgid "New"
msgstr "Nuovo"
# default_issue_status_assigned
#: Plugin/CcInstall/Controller/CcInstallController.php:219
msgid "Assigned"
msgstr "Assigné"
# default_issue_status_resolved
#: Plugin/CcInstall/Controller/CcInstallController.php:220
msgid "Resolved"
msgstr "Résolu"
# default_issue_status_feedback
#: Plugin/CcInstall/Controller/CcInstallController.php:221
msgid "Feedback"
msgstr "Retour"
# default_issue_status_closed
#: Plugin/CcInstall/Controller/CcInstallController.php:222
#: View/Elements/reports/_details.ctp:28 View/Elements/reports/_simple.ctp:19
msgid "Closed"
msgstr "Fermé"
# default_issue_status_rejected
#: Plugin/CcInstall/Controller/CcInstallController.php:223
msgid "Rejected"
msgstr "Rejeté"
# default_role_manager
#: Plugin/CcInstall/Controller/CcInstallController.php:226
msgid "Manager"
msgstr "Gestionnaire"
# default_role_developper
#: Plugin/CcInstall/Controller/CcInstallController.php:227
msgid "Developer"
msgstr "Développeur"
# default_role_reporter
#: Plugin/CcInstall/Controller/CcInstallController.php:228
msgid "Reporter"
msgstr "Rapporteur"
# default_tracker_bug
#: Plugin/CcInstall/Controller/CcInstallController.php:231
msgid "Bug"
msgstr "Bug"
# default_tracker_feature
#: Plugin/CcInstall/Controller/CcInstallController.php:232
msgid "Feature"
msgstr "Funzionalità"
# default_tracker_support
#: Plugin/CcInstall/Controller/CcInstallController.php:233
msgid "Support"
msgstr "Supporto"
#: Plugin/CcInstall/View/CcInstall/data.ctp:3
msgid "Loading initial data to database which you configured."
msgstr "Création des données initiales dans la base de données configurée."
#: Plugin/CcInstall/View/CcInstall/data.ctp:5
msgid "Click here to build your database"
msgstr "Cliquer ici pour construire votre base de données"
#: Plugin/CcInstall/View/CcInstall/database.ctp:3
msgid "Creating database conection setting. please type valid configuration for your database server."
msgstr "Creating database conection setting. please type valid configuration for your database server."
#: Plugin/CcInstall/View/CcInstall/database.ctp:10
msgid "Exsisting database name"
msgstr "Exsisting database name"
#: Plugin/CcInstall/View/CcInstall/database.ctp:11
msgid "Prefix for table name.(if you need)"
msgstr "Prefix for table name.(if you need)"
#: Plugin/CcInstall/View/CcInstall/database.ctp:12
msgid "Build database"
msgstr "Construire la base de données"
#: Plugin/CcInstall/View/CcInstall/finish.ctp:14
msgid "Delete the installation directory <strong>/app/Plugin/install</strong>."
msgstr "Delete the installation directory <strong>/app/Plugin/install</strong>."
#: Plugin/CcInstall/View/CcInstall/finish.ctp:21
msgid "Click here to delete installation files"
msgstr "Click here to delete installation files"
#: Plugin/CcInstall/View/CcInstall/index.ctp:8
msgid "PDO extension is loaded."
msgstr "L'extension PDO est chargée."
#: Plugin/CcInstall/View/CcInstall/index.ctp:11
msgid "PDO extension is NOT loaded."
msgstr "L'extension PDO n'est pas chargée."
# text_plugin_assets_writable
#: Plugin/CcInstall/View/CcInstall/index.ctp:16
msgid "Your tmp directory is writable."
msgstr "Votre répertoire tmp est accessible en écriture."
# text_plugin_assets_writable
#: Plugin/CcInstall/View/CcInstall/index.ctp:19
msgid "Your tmp directory is NOT writable."
msgstr "Votre répertoire tmp n'est pas accessible en écriture."
# text_plugin_assets_writable
#: Plugin/CcInstall/View/CcInstall/index.ctp:25
msgid "Your Config directory is writable."
msgstr "Votre répertoire Config est accessible en écriture."
# text_plugin_assets_writable
#: Plugin/CcInstall/View/CcInstall/index.ctp:28
msgid "Your Config directory is NOT writable."
msgstr "Votre répertoire Config n'est pas accessible en écriture."
# text_plugin_assets_writable
#: Plugin/CcInstall/View/CcInstall/index.ctp:34
msgid "Your files directory is writable."
msgstr "Votre répertoire files est accessible en écriture."
# text_plugin_assets_writable
#: Plugin/CcInstall/View/CcInstall/index.ctp:37
msgid "Your files directory is NOT writable."
msgstr "Votre répertoire files n'est pas accessible en écriture."
# text_plugin_assets_writable
#: Plugin/CcInstall/View/CcInstall/index.ctp:43
msgid "Your Plugin directory is writable."
msgstr "Votre répertoire Plugin est accessible en écriture."
# text_plugin_assets_writable
#: Plugin/CcInstall/View/CcInstall/index.ctp:46
msgid "Your Plugin directory is NOT writable."
msgstr "Votre répertoire Plugin n'est pas accessible en écriture."
#: Plugin/CcInstall/View/CcInstall/index.ctp:52
msgid "Your routing is working well."
msgstr "Votre routage fonctionne correctement."
#: Plugin/CcInstall/View/CcInstall/index.ctp:55
msgid "Your routing is NOT working well."
msgstr "Votre routage ne fonctionne pas correctement."
#: Plugin/CcInstall/View/CcInstall/index.ctp:56
msgid "Please activate mod_rewrite and .htaccess."
msgstr "Merci d'activer mod_rewrite et la prise en compte des fichiers .htacess."
#: Plugin/CcInstall/View/CcInstall/index.ctp:57
msgid "Or uncomment \"//Configure::write('App.baseUrl', env('SCRIPT_NAME'));\" in app/Config/core.php and remove all .htaccess."
msgstr "Or uncomment \"//Configure::write('App.baseUrl', env('SCRIPT_NAME'));\" in app/Config/core.php and remove all .htaccess."
#: Plugin/CcInstall/View/CcInstall/index.ctp:70
msgid "Click here to begin installation"
msgstr "Cliquer ici pour démarrer l'installation"
#: Plugin/CcInstall/View/CcInstall/index.ctp:72
msgid "Installation cannot continue as minimum requirements are not met."
msgstr "L'installation ne peut continuer si les conditions minimales ne sont pas remplies."
#: Plugin/CcInstall/View/Layouts/install.ctp:5
msgid "CandyCane"
msgstr "CandyCane"
#: Plugin/CcInstall/View/Layouts/install.ctp:18
msgid "Install CandyCane"
msgstr "Installer CandyCane"
#: Plugin/CcInstall/View/Layouts/install.ctp:33
msgid "CandyCane Installer"
msgstr "Installeur "
# label_information
#: Vendor/candycane/MenuContainer.php:141 View/Admin/index.ctp:57
#: View/Admin/info.ctp:8 View/Elements/admin/sidebar.ctp:46
#: View/My/account.ctp:18
msgid "Information"
msgstr "Informazioni"
# label_module_plural
#: Vendor/candycane/MenuContainer.php:146 View/Projects/add.ctp:19
msgid "Modules"
msgstr "Moduli"
# label_member_plural
#: Vendor/candycane/MenuContainer.php:151 View/Projects/list_members.ctp:1
#: View/Projects/show.ctp:55
msgid "Members"
msgstr "Membri"
# label_version_plural
#: Vendor/candycane/MenuContainer.php:156
#: View/Elements/projects/sidebar/changelog.ctp:10
#: View/Elements/projects/sidebar/roadmap.ctp:16
msgid "Versions"
msgstr "Versioni"
# label_issue_category_plural
#: Vendor/candycane/MenuContainer.php:161
msgid "Issue categories"
msgstr "Categorie di problemi"
# label_authentication
#: Vendor/candycane/SettingContainer.php:29 View/Elements/users/form.ctp:28
msgid "Authentication"
msgstr "Autenticazione"
# project_module_issue_tracking
#: Vendor/candycane/SettingContainer.php:39 View/Projects/show.ctp:37
msgid "Issue tracking"
msgstr "Traccia problemi"
# field_mail_notification
#: Vendor/candycane/SettingContainer.php:44 View/My/account.ctp:27
msgid "Email notifications"
msgstr "Notifica per email"
# field_login
#: View/Account/login.ctp:10 View/Account/register.ctp:12
#: View/Elements/my/sidebar.ctp:3 View/Emails/html/lost_password.ctp:4
#: View/Emails/text/lost_password.ctp:7
#: View/mailer/lost_password.text.plain.ctp:7
msgid "Login"
msgstr "Username"
# field_password
#: View/Account/login.ctp:17 View/Account/register.ctp:17
#: View/Elements/users/form.ctp:38 View/My/password.ctp:16
msgid "Password"
msgstr "Password"
# label_password_lost
#: View/Account/login.ctp:34 View/Account/lost_password.ctp:1
#: View/Account/password_recovery.ctp:1
#: View/Elements/settings/authentication.ctp:48
msgid "Lost password"
msgstr "Password dimenticata?"
# label_login
#: View/Account/login.ctp:38 View/Elements/account_menu.ctp:8
msgid "Sign in"
msgstr "Accedi"
# field_mail
#: View/Account/lost_password.ctp:6 View/Account/register.ctp:39
#: View/Account/show.ctp:12 View/Elements/my/informations.ctp:10
msgid "Email"
msgstr "Email"
# button_submit
#: View/Account/lost_password.ctp:9 View/Account/register.ctp:57
#: View/Elements/issues/edit.ctp:63 View/Issues/bulk_edit.ctp:103
#: View/Search/index.ctp:38
msgid "Submit"
msgstr "OK"
# field_new_password
#: View/Account/password_recovery.ctp:11 View/My/password.ctp:24
msgid "New password"
msgstr "New password"
# field_password_confirmation
#: View/Account/password_recovery.ctp:22 View/Account/register.ctp:23
#: View/Elements/users/form.ctp:44 View/My/password.ctp:34
#: View/Projects/destroy.ctp:1 View/Wikis/destroy.ctp:1
msgid "Confirmation"
msgstr "Conferma"
# button_save
#: View/Account/password_recovery.ctp:32 View/CustomFields/edit.ctp:12
#: View/CustomFields/new.ctp:13 View/Elements/journals/notes_form.ctp:39
#: View/Elements/projects/edit.ctp:5
#: View/Elements/projects/settings/modules.ctp:34
#: View/Elements/projects/settings/wiki.ctp:62
#: View/Elements/settings/authentication.ctp:67
#: View/Elements/settings/general.ctp:195 View/Elements/settings/issues.ctp:77
#: View/Elements/settings/notifications.ctp:125
#: View/Elements/settings/projects.ctp:28 View/Elements/users/general.ctp:3
#: View/Enumerations/edit.ctp:12 View/IssueCategories/edit.ctp:16
#: View/IssueStatuses/edit.ctp:24 View/Issues/index.ctp:19
#: View/My/account.ctp:23 View/News/show.ctp:23 View/Projects/add.ctp:32
#: View/Queries/add.ctp:8 View/Queries/edit.ctp:6 View/Roles/edit.ctp:13
#: View/Roles/new.ctp:17 View/Roles/report.ctp:67 View/Timelog/edit.ctp:45
#: View/Trackers/edit.ctp:24 View/Versions/edit.ctp:31 View/Wiki/edit.ctp:28
#: View/Workflows/edit.ctp:83
msgid "Save"
msgstr "Salva"
# label_register
#: View/Account/register.ctp:1 View/Elements/account_menu.ctp:9
msgid "Register"
msgstr "Registrati"
# text_caracters_minimum
#: View/Account/register.ctp:19 View/Elements/users/form.ctp:40
msgid "Must be at least %d characters long."
msgstr "Deve essere lunga almeno %d caratteri."
# field_firstname
#: View/Account/register.ctp:29 View/Elements/my/informations.ctp:2
msgid "Firstname"
msgstr "Cognome"
# field_lastname
#: View/Account/register.ctp:34 View/Elements/my/informations.ctp:6
msgid "Lastname"
msgstr "Nome"
# field_language
#: View/Account/register.ctp:44 View/Elements/my/informations.ctp:14
msgid "Language"
msgstr "Langue"
# button_edit
#: View/Account/show.ctp:3
#: View/Elements/projects/settings/issue_categories.ctp:18
#: View/Elements/projects/settings/versions.ctp:30
#: View/Elements/timelog/list.ctp:33 View/Helper/JournalsHelper.php:40
#: View/Issues/context_menu.ctp:3;18 View/Issues/index.ctp:31
#: View/News/show.ctp:2 View/Trackers/list.ctp:25 View/Versions/show.ctp:7
#: View/Wiki/show.ctp:6 View/Workflows/edit.ctp:35 View/Workflows/index.ctp:49
msgid "Edit"
msgstr "Modifica"
# label_registered_on
#: View/Account/show.ctp:23
msgid "Registered on"
msgstr "Iscritto il"
# label_last_login
#: View/Account/show.ctp:26
msgid "Last connection"
msgstr "Ultima connessione"
# label_reported_issues
#: View/Account/show.ctp:57 View/Elements/my/blocks/issuesreportedbyme.ctp:1
msgid "Reported issues"
msgstr "Problemi riportati"
# label_export_to
#: View/Account/show.ctp:79 View/News/index.ctp:70
#: View/Projects/activity.ctp:64 View/Wiki/show.ctp:185
msgid "Also available in:"
msgstr "Disponibile anche in:"
# label_administration
#: View/Admin/index.ctp:1 View/Elements/admin/sidebar.ctp:1
msgid "Administration"
msgstr "Amministrazione"
# label_user_plural
#: View/Admin/index.ctp:20 View/Elements/admin/sidebar.ctp:9
#: View/Helper/CustomFieldHelper.php:40 View/Users/list.ctp:106
msgid "Users"
msgstr "Utenti"
# label_role_and_permissions
#: View/Admin/index.ctp:25 View/Elements/admin/sidebar.ctp:14
msgid "Roles and permissions"
msgstr "Ruoli e permessi"
# label_tracker_plural
#: View/Admin/index.ctp:29 View/Elements/admin/sidebar.ctp:18
#: View/Elements/custom_fields/form.ctp:111 View/Elements/projects/form.ctp:56
#: View/Trackers/list.ctp:12
msgid "Trackers"
msgstr "Tracce"
# label_issue_status_plural
#: View/Admin/index.ctp:30 View/Elements/admin/sidebar.ctp:22
#: View/IssueStatuses/edit.ctp:8 View/IssueStatuses/list.ctp:12
msgid "Issue statuses"
msgstr "Stati problemi"
# label_workflow
#: View/Admin/index.ctp:31 View/Elements/admin/sidebar.ctp:26
#: View/Workflows/edit.ctp:12 View/Workflows/index.ctp:8
msgid "Workflow"
msgstr "Flusso di lavoro"
# label_custom_field_plural
#: View/Admin/index.ctp:35 View/CustomFields/edit.ctp:8
#: View/CustomFields/list.ctp:8;67 View/Elements/admin/sidebar.ctp:30
#: View/Elements/projects/form.ctp:88
msgid "Custom fields"
msgstr "Campi personalizzati"
# label_enumerations
#: View/Admin/index.ctp:39 View/Elements/admin/sidebar.ctp:34
#: View/Enumerations/edit.ctp:8 View/Enumerations/list.ctp:8
msgid "Enumerations"
msgstr "Nomenclatura"
# label_settings
#: View/Admin/index.ctp:43 View/Elements/admin/sidebar.ctp:38
#: View/Projects/settings.ctp:1 View/Settings/edit.ctp:8
msgid "Settings"
msgstr "Impostazioni"
# label_plugins
#: View/Admin/index.ctp:53 View/Admin/plugins.ctp:8
#: View/Elements/admin/sidebar.ctp:42
msgid "Plugins"
msgstr "Plugins"
# permission_manage_versions
#: View/Admin/info.ctp:12
#, fuzzy
msgid "CandyCane version"
msgstr "Gérer les versions"
#: View/Admin/info.ctp:16
msgid "database driver"
msgstr "Pilote de base de données"
# field_description
#: View/Admin/plugins.ctp:13 View/Admin/projects.ctp:56
#: View/Elements/issues/form.ctp:35
#: View/Elements/projects/settings/versions.ctp:6
#: View/Issues/issue_to_pdf.ctp:69 View/Issues/show.ctp:127
#: View/Projects/add_version.ctp:21 View/Versions/edit.ctp:16
msgid "Description"
msgstr "Descrizione"
# field_author
#: View/Admin/plugins.ctp:14 View/Elements/mailer/issue_text_html.ctp:7
#: View/Elements/mailer/issue_text_plain.ctp:3 View/Issues/issue_to_pdf.ctp:24
#: View/Reports/issue_report.ctp:33 View/Wiki/history.ctp:17
msgid "Author"
msgstr "Auteur"
# label_export_to
#: View/Admin/plugins.ctp:15
msgid "Available"
msgstr "Disponible"
#: View/Admin/plugins.ctp:16
msgid "Installed"
msgstr "Installé"
# button_configure
#: View/Admin/plugins.ctp:17
msgid "Configure"
msgstr "Configurer"
# label_plugins
#: View/Admin/plugins.ctp:25;51