-
Notifications
You must be signed in to change notification settings - Fork 283
Expand file tree
/
Copy pathit.dict.itop-portal-base.php
More file actions
147 lines (139 loc) · 7.12 KB
/
it.dict.itop-portal-base.php
File metadata and controls
147 lines (139 loc) · 7.12 KB
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
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
*
*/
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Page:DefaultTitle' => '%1$s Portale Utente',
'Page:PleaseWait' => 'Attendere…',
'Page:Home' => 'Home',
'Page:GoPortalHome' => 'Home Page',
'Page:GoPreviousPage' => 'Pagina precedente',
'Page:ReloadPage' => 'Ricaricare pagina',
'Portal:Button:Submit' => 'Invia',
'Portal:Button:Apply' => 'Invia',
'Portal:Button:Cancel' => 'Cancella',
'Portal:Button:Close' => 'Chiudi',
'Portal:Button:Add' => 'Aggiungi',
'Portal:Button:Remove' => 'Rimuovi',
'Portal:Button:Delete' => 'Elimina',
'Portal:EnvironmentBanner:Title' => 'Sei attualmente in modalità <strong>%1$s</strong>',
'Portal:EnvironmentBanner:GoToProduction' => 'Ritorna alla modalità Produzione',
'Error:HTTP:400' => 'Bad request~~',
'Error:HTTP:401' => 'Autenticazione',
'Error:HTTP:404' => 'La Pagina non è stata trovata',
'Error:HTTP:500' => 'Oops, si è presentato un errore',
'Error:HTTP:GetHelp' => 'Contattate il referente iTop se il problema persiste',
'Error:XHR:Fail' => 'Non è possibile caricare i dati , cotattate il referente iTop',
'Portal:ErrorUserLoggedOut' => 'Sei disconnesso, bisogna effettuare un nuovo accesso per continuare',
'Portal:Datatables:Language:Processing' => 'Attendere…',
'Portal:Datatables:Language:Search' => 'Filtrare:',
'Portal:Datatables:Language:LengthMenu' => 'Visualizza _MENU_items per pagina',
'Portal:Datatables:Language:ZeroRecords' => 'Nessun Risultato',
'Portal:Datatables:Language:Info' => 'Pagina _PAGE_ di _PAGES_',
'Portal:Datatables:Language:InfoEmpty' => 'Nessun Informazione',
'Portal:Datatables:Language:InfoFiltered' => 'Filtro oltre _MAX_ items',
'Portal:Datatables:Language:EmptyTable' => 'Nessun dato disponibile per questa tabella',
'Portal:Datatables:Language:DisplayLength:All' => 'Tutti',
'Portal:Datatables:Language:Paginate:First' => 'Primo',
'Portal:Datatables:Language:Paginate:Previous' => 'Precedente',
'Portal:Datatables:Language:Paginate:Next' => 'Prossimo',
'Portal:Datatables:Language:Paginate:Last' => 'Ultimo',
'Portal:Datatables:Language:Sort:Ascending' => 'Attiva per crescente',
'Portal:Datatables:Language:Sort:Descending' => 'Attiva de decrescente',
'Portal:Autocomplete:NoResult' => 'Nessun Risultato',
'Portal:Attachments:DropZone:Message' => 'Trascina il tuo file per aggiungerlo tra gli allegati',
'Portal:File:None' => 'Nessun File',
'Portal:File:DisplayInfo' => '<a href="%2$s" class="file_download_link">%1$s</a>',
'Portal:File:DisplayInfo+' => '%1$s (%2$s) <a href="%3$s" class="file_open_link" target="_blank">Open</a> / <a href="%4$s" class="file_download_link">Download</a>~~',
'Portal:Calendar-FirstDayOfWeek' => 'it', //work with moment.js locales
));
// Object form
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Portal:Form:Caselog:Entry:Close:Tooltip' => 'Close this entry~~',
'Portal:Form:Close:Warning' => 'Do you want to leave this form? Data entered may be lost~~',
'Portal:Error:ObjectCannotBeCreated' => 'Error: object cannot be created. Check associated objects and attachments before submitting this form again.~~',
'Portal:Error:ObjectCannotBeUpdated' => 'Error: object cannot be updated. Check associated objects and attachments before submitting this form again.~~',
'Portal:Error:CheckToWriteFailed' => 'Error during validation of field \'%1$s\': %2$s~~',
));
// UserProfile brick
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Brick:Portal:UserProfile:Name' => 'User profile~~',
'Brick:Portal:UserProfile:Navigation:Dropdown:MyProfil' => 'My profile~~',
'Brick:Portal:UserProfile:Navigation:Dropdown:Logout' => 'Logoff~~',
'Brick:Portal:UserProfile:Password:Title' => 'Password~~',
'Brick:Portal:UserProfile:Password:ChoosePassword' => 'Choose password~~',
'Brick:Portal:UserProfile:Password:ConfirmPassword' => 'Confirm password~~',
'Brick:Portal:UserProfile:Password:CantChangeContactAdministrator' => 'To change your password, please contact your %1$s administrator~~',
'Brick:Portal:UserProfile:Password:CantChangeForUnknownReason' => 'Can\'t change password, please contact your %1$s administrator~~',
'Brick:Portal:UserProfile:PersonalInformations:Title' => 'Personal information~~',
'Brick:Portal:UserProfile:Photo:Title' => 'Photo~~',
));
// AggregatePageBrick
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Brick:Portal:AggregatePage:DefaultTitle' => 'Dashboard~~',
));
// BrowseBrick brick
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Brick:Portal:Browse:Name' => 'Browse throught items~~',
'Brick:Portal:Browse:Mode:List' => 'List~~',
'Brick:Portal:Browse:Mode:Tree' => 'Tree~~',
'Brick:Portal:Browse:Mode:Mosaic' => 'Mosaic~~',
'Brick:Portal:Browse:Action:Drilldown' => 'Drilldown~~',
'Brick:Portal:Browse:Action:View' => 'Details~~',
'Brick:Portal:Browse:Action:Edit' => 'Edit~~',
'Brick:Portal:Browse:Action:Create' => 'Create~~',
'Brick:Portal:Browse:Action:CreateObjectFromThis' => 'New %1$s~~',
'Brick:Portal:Browse:Tree:ExpandAll' => 'Expand all~~',
'Brick:Portal:Browse:Tree:CollapseAll' => 'Collapse all~~',
'Brick:Portal:Browse:Filter:NoData' => 'No item~~',
));
// ManageBrick brick
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Brick:Portal:Manage:Name' => 'Manage items~~',
'Brick:Portal:Manage:Table:NoData' => 'No item.~~',
'Brick:Portal:Manage:Table:ItemActions' => 'Actions~~',
'Brick:Portal:Manage:DisplayMode:list' => 'List~~',
'Brick:Portal:Manage:DisplayMode:pie-chart' => 'Pie Chart~~',
'Brick:Portal:Manage:DisplayMode:bar-chart' => 'Bar Chart~~',
'Brick:Portal:Manage:Others' => 'Others~~',
'Brick:Portal:Manage:All' => 'All~~',
'Brick:Portal:Manage:Group' => 'Group~~',
'Brick:Portal:Manage:fct:count' => 'Total~~',
'Brick:Portal:Manage:fct:sum' => 'Sum~~',
'Brick:Portal:Manage:fct:avg' => 'Average~~',
'Brick:Portal:Manage:fct:min' => 'Min~~',
'Brick:Portal:Manage:fct:max' => 'Max~~',
));
// ObjectBrick brick
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Brick:Portal:Object:Name' => 'Object~~',
'Brick:Portal:Object:Form:Create:Title' => 'New %1$s~~',
'Brick:Portal:Object:Form:Edit:Title' => 'Updating %2$s (%1$s)~~',
'Brick:Portal:Object:Form:View:Title' => '%1$s: %2$s~~',
'Brick:Portal:Object:Form:Stimulus:Title' => 'Please, complete the following information:~~',
'Brick:Portal:Object:Form:Message:Saved' => 'Saved~~',
'Brick:Portal:Object:Form:Message:ObjectSaved' => '%1$s saved~~',
'Brick:Portal:Object:Search:Regular:Title' => 'Select %1$s (%2$s)~~',
'Brick:Portal:Object:Search:Hierarchy:Title' => 'Select %1$s (%2$s)~~',
'Brick:Portal:Object:Copy:TextToCopy' => '%2$s',
'Brick:Portal:Object:Copy:Tooltip' => 'Copy object link~~',
'Brick:Portal:Object:Copy:CopiedTooltip' => 'Copied~~'
));
// CreateBrick brick
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Brick:Portal:Create:Name' => 'Quick creation~~',
'Brick:Portal:Create:ChooseType' => 'Please, choose a type~~',
));
// Filter brick
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'Brick:Portal:Filter:Name' => 'Prefilter a brick~~',
'Brick:Portal:Filter:SearchInput:Placeholder' => 'eg. connect wifi~~',
'Brick:Portal:Filter:SearchInput:Submit' => 'Search~~',
));