-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.dict.itop-synchro-dashboard.php
executable file
·37 lines (36 loc) · 1.8 KB
/
en.dict.itop-synchro-dashboard.php
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
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2013 XXXXX
* @license http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('EN US', 'English', 'English', array(
// Dictionary entries go here
'UI:SynchroDashboard:Title' => 'Data Synchro Dashboard',
'UI:SynchroDashboard:StartDate' => 'Start Date',
'UI:SynchroDashboard:StartDate+' => 'Start date of the latest execution',
'UI:SynchroDashboard:Duration' => 'Duration',
'UI:SynchroDashboard:Duration+' => 'Duration of the latest execution',
'UI:SynchroDashboard:NbOfReplicas' => 'Number of replicas',
'UI:SynchroDashboard:NbOfReplicas+' => 'Total number of replicas for this synchro data source',
'UI:SynchroDashboard:NbOfErrors' => 'Errors',
'UI:SynchroDashboard:NbOfErrors+' => 'Number of errors encountered during the latest run',
'UI:SynchroDashboard:NbOfWarnings' => 'Warnings',
'UI:SynchroDashboard:NbOfWarnings+' => 'Number of warnings encountered during the latest run',
'UI:SynchroDashboard:PeakMemoryUsage' => 'Peak Memory Usage',
'UI:SynchroDashboard:PeakMemoryUsage+' => 'Maximum amount of memory used during the synchronization',
'UI:SynchroDashboard:ExecSync' => 'Execute',
'UI:SynchroDashboard:ExecSync+' => 'Execute the synchronization',
// Tab labels
'UI:SynchroDashboard:Overview:LatestRun' => 'Latest Run',
'UI:SynchroDashboard:Overview:DataSources' => 'Data Sources',
// Shorter labels for the badges at the top of the overview
'UI:SynchroDashboard:Overview:DataSources' => 'Data Sources',
'UI:SynchroDashboard:Overview:RunTime' => 'Run Time',
'UI:SynchroDashboard:Overview:Replicas' => 'Replicas',
'UI:SynchroDashboard:Overview:Errors' => 'Errors',
'UI:SynchroDashboard:Overview:Warnings' => 'Warnings',
'UI:SynchroDashboard:Overview:PeakMemory' => 'Peak Memory',
'Menu:DataSourcesDashboard' => 'Synchronization Dashboard',
));