forked from Combodo/itop-synchro-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtr.dict.itop-synchro-dashboard.php
48 lines (48 loc) · 2.34 KB
/
tr.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
38
39
40
41
42
43
44
45
46
47
48
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2018 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*
* This file is part of iTop.
*
* iTop is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* iTop is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/
Dict::Add('TR TR', 'Turkish', 'Türkçe', 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~~',
// Tab labels
'UI:SynchroDashboard:Overview:LatestRun' => 'Latest Run~~',
// 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~~',
));