This file is indexed.

/usr/share/arc/ldap-monitor/includes/locale.inc is in nordugrid-arc-ldap-monitor 1.1.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
<?php

// Author: oxana.smirnova@hep.lu.se

//*** Labels: strings, titles, error messages etc, locale-dependent ***
 
 $locset = array 
 (
  "en" => array (
		 // Table headers
		 "loadmon"  => array(
				     "0" => "Grid Monitor",
				     "Country"                      => 30,
				     "Site"                         => 160,
				     "CPUs"                         => 10,
				     "Load (processes: Grid+local)" => 210,
				     "Queueing"                     => 10
				     ),
		 "clusdes"  => array("0" => "Cluster Details for",
				     "Queue" => 0,
				     "Status" => 0,
				     "Limits (min)" => 0,
				     "CPUs" => 0,
				     "Running" => 0,
				     "Queueing" => 0
				     ),
		 "jobstat"  => array("0" => "Jobs at:Job ID",
				     "Job name" => 0,
				     "Owner" => 0,
				     "Status" => 0,
				     "CPU (min)" => 0,
				     "Queue" => 0,
				     "CPUs" => 0
				     ),
		 "volist"   => array("0" => "Virtual Organisations",
				     "Virtual Organisation" => 0,
				     "Members" => 0,
				     "Served by" => 0
				     ),
		 "vousers"  => array("0" => "Grid User Base",
				     "#" => 0,
				     "Name" => 0,
				     "Affiliation" => 0,
				     "E-mail" => 0
				     ),
		 "userlist" => array("0" => "Information for",
				     "" => 0,
				     "Job name" => 0,
				     "Status" => 0,
				     "CPU (min)" => 0,
				     "Cluster" => 0,
				     "Queue" => 0,
				     "CPUs" => 0
				     ),
		 "userres"  => array("0" => "",
				     "Cluster:queue" => 0,
				     "Free CPUs" => 0,
				     "Exp. queue length" => 0,
				     "Free disk (MB)" => 0
				     ),
		 "attlist"  => array("0" => "Attribute values",
				     "Resource" => 0,
				     "Current value" => 0
				     ),
		 "quelist"  => array("0" => "Details for the queue",
				     "" => 0,
				     "Job name" => 0,
				     "Owner" => 0,
				     "Status" => 0,
				     "CPU (min)" => 0,
				     "Memory (KB)" => 0,
				     "CPUs" => 0
				     ),
		 "sestat"   => array("0" => "Storage Elements",
				     "#" => 0,
				     "Alias" => 0,
				     "Tot. space" => 0,
				     "Free space" => 0,
				     "Name" => 0,
				     "Base URL" => 0,
				     "Type" => 0
				     ),
		 "allusers" => array("0" => "Authorised Grid Users:Active Grid Users",
				     "#" => 0,
				     "Name" => 0,
				     "Affiliaton" => 0,
				     "Jobs" => 0,
				     "Sites" => 0
				     ),
		 "ldapdump" => array("0" => "",
				     "Attribute" => 0,
				     "Value" => 0
				     ),
		 // IS attributes
		 "mdsattr"  => array(
				     "objectClass"   => "objectClass",
				     "Mds-validfrom" => "Info valid from (GMT)",
				     "Mds-validto"   => "Info valid to (GMT)"
				     ),
		 "isattr"   => array(
				     "nordugrid-cluster-name"               => "Front-end domain name",
				     "nordugrid-cluster-aliasname"          => "Cluster alias",
				     "nordugrid-cluster-contactstring"      => "Contact string",
				     "nordugrid-cluster-interactive-contactstring" => "Interactive contact",
				     "nordugrid-cluster-comment"            => "Comment",
				     "nordugrid-cluster-support"            => "E-mail contact",
				     "nordugrid-cluster-lrms-type"          => "LRMS type",
				     "nordugrid-cluster-lrms-version"       => "LRMS version",
				     "nordugrid-cluster-lrms-config"        => "LRMS details",
				     "nordugrid-cluster-architecture"       => "Architecture",
				     "nordugrid-cluster-opsys"              => "Operating system",
				     "nordugrid-cluster-homogeneity"        => "Homogeneous cluster",
				     "nordugrid-cluster-nodecpu"            => "CPU type (slowest)",
				     "nordugrid-cluster-nodememory"         => "Memory (MB, smallest)",
				     "nordugrid-cluster-totalcpus"          => "CPUs, total",
				     "nordugrid-cluster-cpudistribution"    => "CPU:machines",
				     "nordugrid-cluster-sessiondir-free"    => "Disk space, available (MB)",
				     "nordugrid-cluster-sessiondir-total"   => "Disk space, total (MB)",
				     "nordugrid-cluster-cache-free"         => "Cache size, available (MB)",
				     "nordugrid-cluster-cache-total"        => "Cache size, total (MB)",
				     "nordugrid-cluster-runtimeenvironment" => "Runtime environment",
				     "nordugrid-cluster-localse"            => "Storage Element, local",
				     "nordugrid-cluster-middleware"         => "Grid middleware",
				     "nordugrid-cluster-totaljobs"          => "Jobs, total amount",
				     "nordugrid-cluster-usedcpus"           => "CPUs, occupied",
				     "nordugrid-cluster-queuedjobs"         => "Jobs, queued",
				     "nordugrid-cluster-location"           => "Postal code",
				     "nordugrid-cluster-owner"              => "Owner",
				     "nordugrid-cluster-issuerca"           => "Certificate issuer",
				     "nordugrid-cluster-nodeaccess"         => "Node IP connectivity",
				     "nordugrid-cluster-gridarea"           => "Session area (OBSOLETE)",
				     "nordugrid-cluster-gridspace"          => "Grid disk space (OBSOLETE)",
				     "nordugrid-cluster-opsysdistribution"  => "OS distribution (OBSOLETE)",
				     "nordugrid-cluster-runningjobs"        => "Jobs, running (OBSOLETE)",
				     "nordugrid-queue-name"                 => "Queue name",
				     "nordugrid-queue-status"               => "Queue status",
				     "nordugrid-queue-running"              => "Jobs, running",
				     "nordugrid-queue-queued"               => "Jobs, queued",
				     "nordugrid-queue-maxrunning"           => "Jobs, running (max)",
				     "nordugrid-queue-maxqueuable"          => "Jobs, queueable (max)",
				     "nordugrid-queue-maxuserrun"           => "Jobs per Unix user (max)",
				     "nordugrid-queue-maxcputime"           => "CPU time, max. (minutes)",
				     "nordugrid-queue-mincputime"           => "CPU time, min. (minutes)",
				     "nordugrid-queue-defaultcputime"       => "CPU time, default (minutes)",
				     "nordugrid-queue-schedulingpolicy"     => "Scheduling policy",
				     "nordugrid-queue-totalcpus"            => "CPUs, total",
				     "nordugrid-queue-nodecpu"              => "CPU type",
				     "nordugrid-queue-nodememory"           => "Memory (MB)",
				     "nordugrid-queue-architecture"         => "Architecture",
				     "nordugrid-queue-opsys"                => "Operating system",
				     "nordugrid-queue-gridrunning"          => "Grid jobs, running",
				     "nordugrid-queue-gridqueued"           => "Grid jobs, queued",
				     "nordugrid-queue-assignedcpunumber"    => "CPUs per queue (OBSOLETE)",
				     "nordugrid-queue-assignedcputype"      => "CPU type (OBSOLETE)",
				     "nordugrid-job-globalid"               => "ID",
				     "nordugrid-job-globalowner"            => "Owner",
				     "nordugrid-job-execcluster"            => "Execution cluster",
				     "nordugrid-job-execqueue"              => "Execution queue",
				     "nordugrid-job-stdout"                 => "Standard output file",
				     "nordugrid-job-stderr"                 => "Standard error file",
				     "nordugrid-job-stdin"                  => "Standard input file",
				     "nordugrid-job-reqcput"                => "Requested CPU time",
				     "nordugrid-job-status"                 => "Status",
				     "nordugrid-job-queuerank"              => "Position in the queue",
				     "nordugrid-job-lrmscomment"            => "LRMS comment",
				     "nordugrid-job-submissionui"           => "Submission machine",
				     "nordugrid-job-submissiontime"         => "Submission time (GMT)",
				     "nordugrid-job-usedcputime"            => "Used CPU time",
				     "nordugrid-job-usedwalltime"           => "Used wall time",
				     "nordugrid-job-sessiondirerasetime"    => "Erase time (GMT)",
				     "nordugrid-job-proxyexpirationtime"    => "Proxy expiration time (GMT)",
				     "nordugrid-job-usedmem"                => "Used memory (KB)",
				     "nordugrid-job-errors"                 => "Errors",
				     "nordugrid-job-jobname"                => "Name",
				     "nordugrid-job-runtimeenvironment"     => "Runtime environment",
				     "nordugrid-job-cpucount"               => "Requested CPUs",
				     "nordugrid-job-executionnodes"         => "Execution nodes",
				     "nordugrid-job-gmlog"                  => "GM log file",
				     "nordugrid-job-gridlog"                => "Gridlog file (OBSOLETE)",
				     "nordugrid-job-clientsoftware"         => "Client version",
				     "nordugrid-authuser-name"              => "Name",
				     "nordugrid-authuser-sn"                => "Subject Name",
				     "nordugrid-authuser-freecpus"          => "Free CPUs",
				     "nordugrid-authuser-diskspace"         => "Free disk space (MB)",
				     "nordugrid-authuser-queuelength"       => "Experienced queue length",
				     "nordugrid-se-name"                    => "Domain name",
				     "nordugrid-se-aliasname"               => "Storage element alias",
				     "nordugrid-se-type"                    => "Storage element type",
				     "nordugrid-se-freespace"               => "Free space (GB)",
				     "nordugrid-se-totalspace"              => "Total space (GB)",
				     "nordugrid-se-baseurl"                 => "Contact URL",
				     "nordugrid-se-authuser"                => "Authorised user (DN)",
				     "nordugrid-se-location"                => "Postal code",
				     "nordugrid-se-owner"                   => "Owner",
				     "nordugrid-se-issuerca"                => "Certificate issuer",
				     "nordugrid-se-comment"                 => "Comment",
				     "nordugrid-rc-name"                    => "Domain name",
				     "nordugrid-rc-aliasname"               => "Replica Catalog alias",
				     "nordugrid-rc-baseurl"                 => "Contact URL",
				     "nordugrid-rc-authuser"                => "Authorised user (DN)",
				     "nordugrid-rc-location"                => "Postal code",
				     "nordugrid-rc-owner"                   => "Owner",
				     "nordugrid-rc-issuerca"                => "Certificate issuer"
				     ),
		 // Errors, warnings etc
		 "errors"   => array(
				     "1"   => "Can not read top-level resource indices",
				     "2"   => "None of the local indices returned connection",
				     "3"   => " bad configuration or request timed out",
				     "4"   => "No Grid jobs found",
				     "5"   => "No information found",
				     "6"   => "Server unavailable",
				     "7"   => " - refresh later",
				     "101" => " Monitor timeouts for GRIS: ",
				     "102" => " sec on connection and ",
				     "103" => " sec on search",
				     "104" => " sec spent searching",
				     "105" => "Showing resources only in ",
				     "106" => "Polled top-level indices: ",
				     "107" => "Got geographical locations, scanned sites: ",
				     "108" => " sites arranged by geographical location",
				     "109" => "Search for cluster attributes",
				     "110" => "Search for queue attributes",
				     "111" => "No data from ",
				     "112" => " is up in ",
				     "113" => " has no resources to offer",
				     "114" => " Monitor timeouts for GIIS: ",
				     "115" => "Skipping GRIS: ",
				     "116" => "not a ",
				     "117" => "Checking connection: ",
				     "118" => "OK",
				     "119" => "That far, detected resources of kind ",
				     "120" => "LDAP error searching ",
				     "121" => " status at ",
				     "122" => "Blacklisted: ",
				     "123" => "Registrant found for ",
				     "124" => "Search for SE attributes",
				     "125" => "Search for users",
				     "126" => "Search for jobs",
				     "127" => " has job ",
				     "128" => " while not being authorized",
				     "301" => "Refresh",
				     "302" => "Print",
				     "303" => "Help",
				     "304" => "Close",
				     "305" => "Red",
				     "306" => "Grey",
				     "307" => "All users",
				     "308" => "Active users",
				     "309" => "Search",
				     "310" => "Storage",
				     "311" => "VOs",
				     "312" => "Flag of ",
				     "313" => " Grid processes and ",
				     "314" => " local processes",
				     "401" => "Processes",
				     "402" => "Grid",
				     "403" => "Local",
				     "404" => "World",
				     "405" => "TOTAL",
				     "406" => " sites",
				     "407" => "a lot of",
				     "408" => " GB",
				     "409" => " ALL"
				     ),
		 // Post code conversion: only for [en]!
		 "tlconvert" => array (
				     "AU"  => "Australia",
				     "CA"  => "Canada",
				     "CH"  => "Switzerland",
				     "DK"  => "Denmark",
				     "EE"  => "Estonia",
				     "FI"  => "Finland",
				     "FIN" => "Finland",
				     "SF"  => "Finland",
				     "DE"  => "Germany",
				     "JP"  => "Japan",
				     "NO"  => "Norway",
				     "N"   => "Norway",
				     "SE"  => "Sweden",
				     "SK"  => "Slovakia",
				     "SI"  => "Slovenia",
				     "KEK" => "Japan",
				     "TOKYO" => "Japan"
				     )
		 ),
  "ru" => array (
		 // Table headers
		 "loadmon"  => array("0" => "Грид-монитор",
				     "Страна" => 0,
				     "Ресурс" => 0,
				     "ЦП" => 0,
				     "Загрузка" => 0,
				     "Ожидают" => 0
				     ),
		 "clusdes"  => array("0" => "Описание кластера",
				     "Очередь" => 0,
				     "Состояние" => 0,
				     "Длительность (мин)" => 0,
				     "ЦП" => 0,
				     "Считаются" => 0,
				     "Ожидают" => 0
				     ),
		 "jobstat"  => array("0" => "Задачи на:Номер задачи",
				     "Имя задачи" => 0,
				     "Хозяин" => 0,
				     "Состояние" => 0,
				     "Время (мин)" => 0,
				     "Очередь" => 0,
				     "ЦП" => 0
				     ),
		 "volist"   => array("0" => "Виртуальные организации",
				     "Виртуальная оргаизация" => 0,
				     "Члены" => 0,
				     "Обслуживается" => 0
				     ),
		 "vousers"  => array("0" => "Пользователи",
				     "#" => 0,
				     "Имя" => 0,
				     "Место работы" => 0,
				     "Электронная почта" => 0
				     ),
		 "userlist" => array("0" => "Информация для",
				     "" => 0,
				     "Имя задачи" => 0,
				     "Состояние" => 0,
				     "Время (мин)" => 0,
				     "Ресурс" => 0,
				     "Очередь" => 0,
				     "ЦП" => 0
				     ),
		 "userres"  => array("0" => "",
				     "Ресурс:очередь" => 0,
				     "Свободные ЦП" => 0,
				     "Длина очереди" => 0,
				     "Диск, доступно (Мб)" => 0
				     ),
		 "attlist"  => array("0" => "Значения аттрибутов",
				     "Ресурс" => 0,
				     "Значение" => 0
				     ),
		 "quelist"  => array("0" => "Описание очереди",
				     "" => 0,
				     "Имя задачи" => 0,
				     "Хозяин" => 0,
				     "Состояние" => 0,
				     "Время (мин)" => 0,
				     "ОЗУ (КБ)" => 0,
				     "ЦП" => 0
				     ),
		 "sestat"   => array("0" => "Внешние запоминающие устройства",
				     "#" => 0,
				     "Название" => 0,
				     "Весь объём" => 0,
				     "Свободно" => 0,
				     "Имя" => 0,
				     "URL базы" => 0,
				     "Тип" => 0
				     ),
		 "allusers" => array("0" => "Допущенные пользователи:Активные пользователи",
				     "#" => 0,
				     "Имя" => 0,
				     "Место работы" => 0,
				     "Задачи" => 0,
				     "Ресурсы" => 0
				     ),
		 "ldapdump" => array("0" => "",
				     "Аттрибут" => 0,
				     "Значение" => 0
				     ),
		 "mdsattr"  => array(
				     "objectClass"   => "objectClass",
				     "Mds-validfrom" => "Данные действительны с (GMT)",
				     "Mds-validto"   => "Данные действительны по (GMT)"
				     ),
		 "isattr"   => array(
				     "nordugrid-cluster-name"               => "Имя головной машины",
				     "nordugrid-cluster-aliasname"          => "Название",
				     "nordugrid-cluster-contactstring"      => "Контактный адрес",
				     "nordugrid-cluster-interactive-contactstring" => "Интерактивный адрес",
				     "nordugrid-cluster-comment"            => "Комментарий",
				     "nordugrid-cluster-support"            => "Е-почта ответственного",
				     "nordugrid-cluster-lrms-type"          => "СУПО, тип",
				     "nordugrid-cluster-lrms-version"       => "СУПО, версия",
				     "nordugrid-cluster-lrms-config"        => "СУПО, подробности",
				     "nordugrid-cluster-architecture"       => "Архитектура",
				     "nordugrid-cluster-opsys"              => "Операционная система",
				     "nordugrid-cluster-homogeneity"        => "Гомогенность ресурса",
				     "nordugrid-cluster-nodecpu"            => "Процессор, тип (худший)",
				     "nordugrid-cluster-nodememory"         => "ОЗУ (Мб, наименьшее)",
				     "nordugrid-cluster-totalcpus"          => "Процессоры, всего",
				     "nordugrid-cluster-cpudistribution"    => "Процессоры:узлы",
				     "nordugrid-cluster-sessiondir-free"    => "Диск, доступно (Мб)",
				     "nordugrid-cluster-sessiondir-total"   => "Диск, весь объём (Мб)",
				     "nordugrid-cluster-cache-free"         => "Дисковый кэш, свободно (Мб)",
				     "nordugrid-cluster-cache-total"        => "Дисковый кэш, всего (Мб)",
				     "nordugrid-cluster-runtimeenvironment" => "Рабочая среда",
				     "nordugrid-cluster-localse"            => "ВЗУ, локальное",
				     "nordugrid-cluster-middleware"         => "Грид-ПО",
				     "nordugrid-cluster-totaljobs"          => "Задачи, всего",
				     "nordugrid-cluster-usedcpus"           => "Процессоры, занятые",
				     "nordugrid-cluster-queuedjobs"         => "Задачи, в очереди",
				     "nordugrid-cluster-location"           => "Почтовый индекс",
				     "nordugrid-cluster-owner"              => "Владелец",
				     "nordugrid-cluster-issuerca"           => "Сертификат выдан",
				     "nordugrid-cluster-nodeaccess"         => "IP-соединение узлов",
				     "nordugrid-cluster-gridarea"           => "Адрес сессий (СТАРЫЙ)",
				     "nordugrid-cluster-gridspace"          => "Грид-диск (СТАРЫЙ)",
				     "nordugrid-cluster-opsysdistribution"  => "Дистрибутив ОС (СТАРЫЙ)",
				     "nordugrid-cluster-runningjobs"        => "Задачи, в счёте (СТАРЫЙ)",
				     "nordugrid-queue-name"                 => "Имя очереди",
				     "nordugrid-queue-status"               => "Состояние очереди",
				     "nordugrid-queue-running"              => "Задачи, в счёте",
				     "nordugrid-queue-queued"               => "Задачи, в очереди",
				     "nordugrid-queue-maxrunning"           => "Задачи, в счёте (предел)",
				     "nordugrid-queue-maxqueuable"          => "Задачи, в очереди (предел)",
				     "nordugrid-queue-maxuserrun"           => "Задачи на пользователя (предел)",
				     "nordugrid-queue-maxcputime"           => "Длительность, наиб. (мин)",
				     "nordugrid-queue-mincputime"           => "Длительность, наим. (мин)",
				     "nordugrid-queue-defaultcputime"       => "Длительность, по ум. (мин)",
				     "nordugrid-queue-schedulingpolicy"     => "Правила планировки",
				     "nordugrid-queue-totalcpus"            => "Процессоры, всего",
				     "nordugrid-queue-nodecpu"              => "Процессор, тип",
				     "nordugrid-queue-nodememory"           => "ОЗУ (Мб)",
				     "nordugrid-queue-architecture"         => "Архитектура",
				     "nordugrid-queue-opsys"                => "Операционная система",
				     "nordugrid-queue-gridrunning"          => "Грид-задачи, в счёте",
				     "nordugrid-queue-gridqueued"           => "Грид-задачи, в очереди",
				     "nordugrid-queue-assignedcpunumber"    => "Процессоры (СТАРЫЙ)",
				     "nordugrid-queue-assignedcputype"      => "Тип процессора (СТАРЫЙ)",
				     "nordugrid-job-globalid"               => "Номер",
				     "nordugrid-job-globalowner"            => "Хозяин",
				     "nordugrid-job-execcluster"            => "Выполняющий кластер",
				     "nordugrid-job-execqueue"              => "Выполняющая очередь",
				     "nordugrid-job-stdout"                 => "Стандартный выход",
				     "nordugrid-job-stderr"                 => "Стандартная ошибка",
				     "nordugrid-job-stdin"                  => "Стандартный вход",
				     "nordugrid-job-reqcput"                => "Запрошенное время",
				     "nordugrid-job-status"                 => "Состояние",
				     "nordugrid-job-queuerank"              => "Положение в очереди",
				     "nordugrid-job-lrmscomment"            => "Комментарий СУПО",
				     "nordugrid-job-submissionui"           => "Засылающий клиент",
				     "nordugrid-job-submissiontime"         => "Время засылки (GMT)",
				     "nordugrid-job-usedcputime"            => "Использованное время ЦП",
				     "nordugrid-job-usedwalltime"           => "Использованное время",
				     "nordugrid-job-sessiondirerasetime"    => "Срок уничтожения (GMT)",
				     "nordugrid-job-proxyexpirationtime"    => "Окончание доверенности (GMT)",
				     "nordugrid-job-usedmem"                => "Использование ОЗУ (Кб)",
				     "nordugrid-job-errors"                 => "Ошибки",
				     "nordugrid-job-jobname"                => "Имя",
				     "nordugrid-job-runtimeenvironment"     => "Рабочая среда",
				     "nordugrid-job-cpucount"               => "Запрошено процессоров",
				     "nordugrid-job-executionnodes"         => "Выполняющие узлы",
				     "nordugrid-job-gmlog"                  => "Журнальная запись ГМ",
				     "nordugrid-job-gridlog"                => "Грид-запись (СТАРЫЙ)",
				     "nordugrid-job-clientsoftware"         => "Версия клиента",
				     "nordugrid-authuser-name"              => "Имя",
				     "nordugrid-authuser-sn"                => "Субъект",
				     "nordugrid-authuser-freecpus"          => "Свободные ЦП",
				     "nordugrid-authuser-diskspace"         => "Диск, доступно (Мб)",
				     "nordugrid-authuser-queuelength"       => "Длина очереди",
				     "nordugrid-se-name"                    => "Доменное имя",
				     "nordugrid-se-aliasname"               => "Название",
				     "nordugrid-se-type"                    => "Тип",
				     "nordugrid-se-freespace"               => "Свободный объём (Гб)",
				     "nordugrid-se-totalspace"              => "Весь объём (Гб)",
				     "nordugrid-se-baseurl"                 => "Контактный адрес",
				     "nordugrid-se-authuser"                => "Допущенные ползьзователи (DN)",
				     "nordugrid-se-location"                => "Почтовый индекс",
				     "nordugrid-se-owner"                   => "Владелец",
				     "nordugrid-se-issuerca"                => "Сертификат выдан",
				     "nordugrid-se-comment"                 => "Комментарий",
				     "nordugrid-rc-name"                    => "Доменное имя",
				     "nordugrid-rc-aliasname"               => "Название",
				     "nordugrid-rc-baseurl"                 => "Контактный адрес",
				     "nordugrid-rc-authuser"                => "Допущенные пользователи (DN)",
				     "nordugrid-rc-location"                => "Почтовый индекс",
				     "nordugrid-rc-owner"                   => "Владелец",
				     "nordugrid-rc-issuerca"                => "Сертификат выдан"
				     ),
		 "errors"   => array(
				     "1"   => "Невозможно прочесть списки высшего уровня",
				     "2"   => "Ни один из местных списков не отзывается",
				     "3"   => " неверная конфигурация или истекло время запроса",
				     "4"   => "Не обнаружено Грид-задач",
				     "5"   => "Нет информации",
				     "6"   => "Служба недоступна",
				     "7"   => " - попробуйте обновить поззже",
				     "101" => " Время на связь с локальным списком: ",
				     "102" => " с на соединение и ",
				     "103" => " с на поиск",
				     "104" => " с затрачено на поиск",
				     "105" => "Перечисление ресурсов: ",
				     "106" => "Опрошено списков верхнего уровня: ",
				     "107" => "Получены географические координаты, просканировано ресурсов: ",
				     "108" => " ресурсов упорядочено по геополитическому признаку",
				     "109" => "Поиск аттрибутов кластера",
				     "110" => "Поиск аттрибутов очереди",
				     "111" => "Нет данных с ",
				     "112" => " фукционирует в стране: ",
				     "113" => " не располагает ресурсами",
				     "114" => " Время на связь с глобальным списком: ",
				     "115" => "Игнорируется ресурс: ",
				     "116" => "не соответствует типу ",
				     "117" => "Проверка связи: ",
				     "118" => "есть",
				     "119" => "На данный момент обнаружено ресурсов типа ",
				     "120" => "Ошибка LDAP при поиске на ",
				     "121" => "-состояние на ",
				     "122" => "Заблокирован: ",
				     "123" => "Обнаружен регистрант ",
				     "124" => "Поиск аттрибутов ВЗУ",
				     "125" => "Поиск пользователей",
				     "126" => "Поиск задач",
				     "127" => " запустил(а) задачу ",
				     "128" => " не будучи допущенным(ой)",
				     "301" => "Перезагрузить",
				     "302" => "Печать",
				     "303" => "Помощь",
				     "304" => "Закрыть",
				     "305" => "Красный",
				     "306" => "Серый",
				     "307" => "Все пользователи",
				     "308" => "Активные пользователи",
				     "309" => "Поиск",
				     "310" => "ВЗУ",
				     "311" => "Виртуальные организации",
				     "312" => "Флаг страны: ",
				     "313" => " Грид-процессов и ",
				     "314" => " местных процессов",
				     "401" => "Процессы",
				     "402" => "Грид",
				     "403" => "местные",
				     "404" => "Мир",
				     "405" => "ВСЕГО",
				     "406" => " ресурс(а)(ов)",
				     "407" => "куча",
				     "408" => " Гб",
				     "409" => " ВСЕ"
				     ),
		 // Country name conversion, no postcode!
		 "tlconvert" => array (
				     "Australia"    => "Австралия",
				     "Canada"       => "Канада",
				     "Switzerland"  => "Швейцария",
				     "Denmark"      => "Дания",
				     "Estonia"      => "Эстония",
				     "Finland"      => "Финляндия",
				     "Germany"      => "Германия",
				     "Japan"        => "Япония",
				     "Norway"       => "Норвегия",
				     "Sweden"       => "Швеция",
				     "Slovakia"     => "Словакия",
				     "Slovenia"     => "Словения",
				     "World"        => "Мир"
				     )
		)
 );

?>