Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

ryxeo-glpi-git / locales / en_GB.php @ b67d8923

Historique | Voir | Annoter | Télécharger (73,7 ko)

1
<?php 
2
/* 
3
 * @version $Id: en_GB.php 7763 2009-01-06 18:44:50Z moyo $
4
 -------------------------------------------------------------------------
5
 GLPI - Gestionnaire Libre de Parc Informatique
6
 Copyright (C) 2003-2009 by the INDEPNET Development Team.
7

8
 http://indepnet.net/   http://glpi-project.org
9
 -------------------------------------------------------------------------
10

11
 LICENSE
12

13
 This file is part of GLPI.
14

15
 GLPI is free software; you can redistribute it and/or modify
16
 it under the terms of the GNU General Public License as published by
17
 the Free Software Foundation; either version 2 of the License, or
18
 (at your option) any later version.
19

20
 GLPI is distributed in the hope that it will be useful,
21
 but WITHOUT ANY WARRANTY; without even the implied warranty of
22
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23
 GNU General Public License for more details.
24

25
 You should have received a copy of the GNU General Public License
26
 along with GLPI; if not, write to the Free Software
27
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
28
 --------------------------------------------------------------------------
29
 */
30
//en_GB
31

    
32
$LANG=array();
33

    
34

    
35
$LANG["backup"][0]="SQL Dump"; 
36
$LANG["backup"][1]="XML Dump"; 
37
$LANG["backup"][11]="Size"; 
38
$LANG["backup"][13]="View/Download"; 
39
$LANG["backup"][16]="Are you sure you want to overwrite the database with the file"; 
40
$LANG["backup"][17]="Are you sure you want to delete this file"; 
41
$LANG["backup"][18]="Are you sure you want to save the database"; 
42
$LANG["backup"][19]="Now"; 
43
$LANG["backup"][21]="The file already exists"; 
44
$LANG["backup"][22]="Unable to find the byte"; 
45
$LANG["backup"][23]="Mysql error starting from"; 
46
$LANG["backup"][24]="Automatic redirection, else click"; 
47

    
48
$LANG["bookmark"][1]="bookmark"; 
49
$LANG["bookmark"][3]="You have not recorded bookmark yet."; 
50
$LANG["bookmark"][4]="New bookmark"; 
51
$LANG["bookmark"][5]="Public bookmarks"; 
52

    
53
$LANG["buttons"][0]="Search"; 
54
$LANG["buttons"][2]="Post"; 
55
$LANG["buttons"][3]="Assign"; 
56
$LANG["buttons"][4]="Install"; 
57
$LANG["buttons"][5]="Uninstall"; 
58
$LANG["buttons"][6]="Delete"; 
59
$LANG["buttons"][7]="Update"; 
60
$LANG["buttons"][8]="Add"; 
61
$LANG["buttons"][9]="Connect"; 
62
$LANG["buttons"][10]="Disconnect"; 
63
$LANG["buttons"][11]="Next"; 
64
$LANG["buttons"][12]="Previous"; 
65
$LANG["buttons"][13]="Back"; 
66
$LANG["buttons"][14]="Update"; 
67
$LANG["buttons"][15]="Schedule"; 
68
$LANG["buttons"][16]="Blank"; 
69
$LANG["buttons"][18]="Check All"; 
70
$LANG["buttons"][19]="Uncheck All"; 
71
$LANG["buttons"][20]="Move"; 
72
$LANG["buttons"][21]="Restore"; 
73
$LANG["buttons"][22]="Purge"; 
74
$LANG["buttons"][23]="Show"; 
75
$LANG["buttons"][24]="Go up"; 
76
$LANG["buttons"][25]="Go down"; 
77
$LANG["buttons"][26]="Add and Close"; 
78
$LANG["buttons"][27]="View PDF export"; 
79
$LANG["buttons"][28]="View SLK export"; 
80
$LANG["buttons"][29]="All PDF export"; 
81
$LANG["buttons"][30]="All SLK export"; 
82
$LANG["buttons"][31]="Export"; 
83
$LANG["buttons"][32]="End"; 
84
$LANG["buttons"][33]="Start"; 
85
$LANG["buttons"][34]="Cancel"; 
86
$LANG["buttons"][35]="Advanced"; 
87
$LANG["buttons"][36]="Basic"; 
88
$LANG["buttons"][37]="Import"; 
89
$LANG["buttons"][38]="Unlock"; 
90
$LANG["buttons"][39]="Replace"; 
91
$LANG["buttons"][40]="Show all"; 
92
$LANG["buttons"][41]="Activate"; 
93
$LANG["buttons"][42]="Deactivate"; 
94
$LANG["buttons"][43]="Browse"; 
95
$LANG["buttons"][44]="View CSV export"; 
96
$LANG["buttons"][45]="All CSV export"; 
97
$LANG["buttons"][46]="Before"; 
98
$LANG["buttons"][47]="After"; 
99
$LANG["buttons"][48]="Transfer"; 
100
$LANG["buttons"][49]="Preserve"; 
101
$LANG["buttons"][50]="Test"; 
102
$LANG["buttons"][51]="Save"; 
103
$LANG["buttons"][52]="Load"; 
104

    
105
$LANG["calendarD"][0]="S"; 
106
$LANG["calendarD"][1]="M"; 
107
$LANG["calendarD"][2]="T"; 
108
$LANG["calendarD"][3]="W"; 
109
$LANG["calendarD"][4]="T"; 
110
$LANG["calendarD"][5]="F"; 
111
$LANG["calendarD"][6]="S"; 
112

    
113
$LANG["calendarDay"][0]="Sunday"; 
114
$LANG["calendarDay"][1]="Monday"; 
115
$LANG["calendarDay"][2]="Tuesday"; 
116
$LANG["calendarDay"][3]="Wednesday"; 
117
$LANG["calendarDay"][4]="Thursday"; 
118
$LANG["calendarDay"][5]="Friday"; 
119
$LANG["calendarDay"][6]="Saturday"; 
120

    
121
$LANG["calendarM"][0]="January"; 
122
$LANG["calendarM"][1]="February"; 
123
$LANG["calendarM"][2]="March"; 
124
$LANG["calendarM"][3]="April"; 
125
$LANG["calendarM"][4]="May"; 
126
$LANG["calendarM"][5]="June"; 
127
$LANG["calendarM"][6]="July"; 
128
$LANG["calendarM"][7]="August"; 
129
$LANG["calendarM"][8]="September"; 
130
$LANG["calendarM"][9]="October"; 
131
$LANG["calendarM"][10]="November"; 
132
$LANG["calendarM"][11]="December"; 
133

    
134
$LANG["cartridges"][0]="Cartridge"; 
135
$LANG["cartridges"][6]="Add Cartridge Type..."; 
136
$LANG["cartridges"][7]="No cartridge found"; 
137
$LANG["cartridges"][9]="No cartridge"; 
138
$LANG["cartridges"][10]="Toner"; 
139
$LANG["cartridges"][11]="Ink-Jet"; 
140
$LANG["cartridges"][12]="Cartridge Type"; 
141
$LANG["cartridges"][13]="New"; 
142
$LANG["cartridges"][14]="Used"; 
143
$LANG["cartridges"][15]="Worn"; 
144
$LANG["cartridges"][16]="Cartridge(s)"; 
145
$LANG["cartridges"][20]="New"; 
146
$LANG["cartridges"][21]="Used"; 
147
$LANG["cartridges"][22]="Worn"; 
148
$LANG["cartridges"][24]="Add Date"; 
149
$LANG["cartridges"][27]="On"; 
150
$LANG["cartridges"][29]="End of life"; 
151
$LANG["cartridges"][32]="Models of compatible printers"; 
152
$LANG["cartridges"][33]="Used Cartridges"; 
153
$LANG["cartridges"][34]="No free cartridge"; 
154
$LANG["cartridges"][35]="Used Cartridges"; 
155
$LANG["cartridges"][37]="Ribbon"; 
156
$LANG["cartridges"][39]="Printer counter"; 
157
$LANG["cartridges"][40]="Average Time in stock"; 
158
$LANG["cartridges"][41]="Average Time in use"; 
159
$LANG["cartridges"][42]="Average number of printed pages"; 
160

    
161
$LANG["central"][0]="Welcome"; 
162
$LANG["central"][1]="this is the central console."; 
163
$LANG["central"][2]="Last"; 
164
$LANG["central"][4]="No Event"; 
165
$LANG["central"][5]="Home"; 
166
$LANG["central"][6]="Logout"; 
167
$LANG["central"][7]="Help"; 
168
$LANG["central"][8]="Additions"; 
169
$LANG["central"][9]="Your tickets in progress"; 
170
$LANG["central"][10]="New tickets"; 
171
$LANG["central"][11]="Your pending Tickets"; 
172
$LANG["central"][12]="Personal View"; 
173
$LANG["central"][13]="Global View"; 
174
$LANG["central"][14]="Group View"; 
175
$LANG["central"][15]="Tickets in progress for your groups"; 
176
$LANG["central"][16]="Pending tickets for your groups"; 
177

    
178
$LANG["choice"][0]="No"; 
179
$LANG["choice"][1]="Yes"; 
180

    
181
$LANG["common"][0]="Without name"; 
182
$LANG["common"][1]="Item"; 
183
$LANG["common"][2]="ID"; 
184
$LANG["common"][3]="Show deleted items"; 
185
$LANG["common"][4]="Web"; 
186
$LANG["common"][5]="Manufacturer"; 
187
$LANG["common"][6]="Template Name"; 
188
$LANG["common"][7]="Choose a template"; 
189
$LANG["common"][8]="Manage templates..."; 
190
$LANG["common"][9]="Add a template..."; 
191
$LANG["common"][10]="Technician in charge"; 
192
$LANG["common"][11]="Limited view"; 
193
$LANG["common"][12]="Setup"; 
194
$LANG["common"][13]="Template"; 
195
$LANG["common"][14]="Templates"; 
196
$LANG["common"][15]="Location"; 
197
$LANG["common"][16]="Name"; 
198
$LANG["common"][17]="Type"; 
199
$LANG["common"][18]="Contact"; 
200
$LANG["common"][19]="Serial Number"; 
201
$LANG["common"][20]="Inventory number"; 
202
$LANG["common"][21]="Contact Number"; 
203
$LANG["common"][22]="Model"; 
204
$LANG["common"][23]="Operation successful"; 
205
$LANG["common"][24]="No selected element or badly defined operation"; 
206
$LANG["common"][25]="Comments"; 
207
$LANG["common"][26]="Last update"; 
208
$LANG["common"][27]="Date"; 
209
$LANG["common"][28]="Deleted"; 
210
$LANG["common"][29]="Plugins"; 
211
$LANG["common"][30]="New Item"; 
212
$LANG["common"][31]="Blank Template"; 
213
$LANG["common"][32]="Characteristics"; 
214
$LANG["common"][33]="Total"; 
215
$LANG["common"][34]="User"; 
216
$LANG["common"][35]="Group"; 
217
$LANG["common"][36]="Category"; 
218
$LANG["common"][37]="Author"; 
219
$LANG["common"][38]="Unglobalize"; 
220
$LANG["common"][39]="Duplicate the element as many times as there are connections"; 
221
$LANG["common"][40]="Do you really want to unglobalize this item ?"; 
222
$LANG["common"][41]="Email Alarms"; 
223
$LANG["common"][42]="Mobile"; 
224
$LANG["common"][43]="First name"; 
225
$LANG["common"][44]="Default value"; 
226
$LANG["common"][45]="MB max"; 
227
$LANG["common"][46]="Vcard"; 
228
$LANG["common"][47]="Progress"; 
229
$LANG["common"][48]="Surname"; 
230
$LANG["common"][49]="None"; 
231
$LANG["common"][50]="Confirm the deletion ?"; 
232
$LANG["common"][51]="Complete Name"; 
233
$LANG["common"][52]="Server"; 
234
$LANG["common"][53]="List"; 
235
$LANG["common"][54]="Item not found"; 
236
$LANG["common"][55]="Are you sure you want to delete this element?"; 
237
$LANG["common"][56]="Central"; 
238
$LANG["common"][57]="Title"; 
239
$LANG["common"][58]="Maximum value"; 
240
$LANG["common"][59]="Global"; 
241
$LANG["common"][60]="Active"; 
242
$LANG["common"][61]="Unknown error"; 
243
$LANG["common"][62]="Other"; 
244
$LANG["common"][63]="Error(s)"; 
245
$LANG["common"][64]="Manager"; 
246
$LANG["common"][65]="Interface"; 
247
$LANG["common"][66]="All"; 
248
$LANG["common"][67]="Others"; 
249
$LANG["common"][68]="Landscape"; 
250
$LANG["common"][69]="Portrait"; 
251
$LANG["common"][70]="Item successfully added"; 
252
$LANG["common"][71]="Item successfully updated"; 
253
$LANG["common"][72]="Item successfully deleted"; 
254
$LANG["common"][73]="Item successfully purged"; 
255
$LANG["common"][74]="Item successfully restored"; 
256
$LANG["common"][75]="No right to make this item recursive in this entity"; 
257
$LANG["common"][76]="Public"; 
258
$LANG["common"][77]="Private"; 
259
$LANG["common"][78]="Set public"; 
260
$LANG["common"][79]="Set private"; 
261

    
262
$LANG["computers"][9]="OS"; 
263
$LANG["computers"][10]="OS serial"; 
264
$LANG["computers"][11]="OS Product ID"; 
265
$LANG["computers"][12]="New Computer from template"; 
266
$LANG["computers"][14]="Inserted"; 
267
$LANG["computers"][21]="CPU"; 
268
$LANG["computers"][23]="RAM Type"; 
269
$LANG["computers"][24]="RAM Size"; 
270
$LANG["computers"][25]="HD Size"; 
271
$LANG["computers"][36]="HD-Type"; 
272
$LANG["computers"][37]="No connected monitor."; 
273
$LANG["computers"][38]="No connected printer"; 
274
$LANG["computers"][39]="Printer(s)"; 
275
$LANG["computers"][40]="Monitor(s)"; 
276
$LANG["computers"][44]="Computers"; 
277
$LANG["computers"][46]="Devices"; 
278
$LANG["computers"][47]="No connected device"; 
279
$LANG["computers"][48]="Location updated. The items connected have been moved in the same location."; 
280
$LANG["computers"][49]="Contact updated. The connected items have been updated using this contact."; 
281
$LANG["computers"][50]="User or group updated. The items connected have been moved in the same values."; 
282
$LANG["computers"][51]="Update Source"; 
283
$LANG["computers"][52]="OS Version"; 
284
$LANG["computers"][53]="Service Pack"; 
285
$LANG["computers"][54]="No phone connected"; 
286
$LANG["computers"][55]="Phone(s)"; 
287
$LANG["computers"][56]="Status updated. The connected items have been updated using this status."; 
288

    
289
$LANG["connect"][0]="Direct Connections"; 
290
$LANG["connect"][1]="Not connected."; 
291
$LANG["connect"][15]="Automatic update of the following items"; 
292
$LANG["connect"][16]="Warning!! The following items of the two hardwares do not match"; 
293

    
294
$LANG["consumables"][0]="Consumable"; 
295
$LANG["consumables"][1]="In stock"; 
296
$LANG["consumables"][2]="Reference"; 
297
$LANG["consumables"][6]="Add Consumable Type..."; 
298
$LANG["consumables"][7]="No consumable found"; 
299
$LANG["consumables"][9]="No consumable"; 
300
$LANG["consumables"][12]="Consumable Type"; 
301
$LANG["consumables"][13]="New"; 
302
$LANG["consumables"][15]="Used"; 
303
$LANG["consumables"][16]="Consumable(s)"; 
304
$LANG["consumables"][20]="New"; 
305
$LANG["consumables"][22]="Used"; 
306
$LANG["consumables"][23]="State"; 
307
$LANG["consumables"][26]="Use date"; 
308
$LANG["consumables"][32]="Give"; 
309
$LANG["consumables"][35]="Used Consumables"; 
310
$LANG["consumables"][36]="Stock location"; 
311
$LANG["consumables"][37]="Back to stock"; 
312
$LANG["consumables"][38]="Alarm threshold"; 
313

    
314
$LANG["devices"][0]="Add a new component"; 
315
$LANG["devices"][1]="Hard Drive"; 
316
$LANG["devices"][2]="Graphics Card"; 
317
$LANG["devices"][3]="Network Card"; 
318
$LANG["devices"][4]="Processor"; 
319
$LANG["devices"][5]="System Board"; 
320
$LANG["devices"][6]="RAM"; 
321
$LANG["devices"][7]="Soundcard"; 
322
$LANG["devices"][12]="Add Component..."; 
323
$LANG["devices"][17]="Select a type of component"; 
324
$LANG["devices"][18]="No component found"; 
325
$LANG["devices"][19]="Drives"; 
326
$LANG["devices"][20]="Controllers"; 
327
$LANG["devices"][21]="Other Components"; 
328
$LANG["devices"][22]="Cases"; 
329
$LANG["devices"][23]="Power Supply"; 
330
$LANG["devices"][24]="by default"; 
331
$LANG["devices"][25]="Add a component"; 
332
$LANG["devices"][26]="Delete a component"; 
333

    
334
$LANG["device_case"][0]="Size"; 
335

    
336
$LANG["device_control"][0]="RAID"; 
337

    
338
$LANG["device_drive"][0]="Writing ability"; 
339
$LANG["device_drive"][1]="Speed"; 
340

    
341
$LANG["device_gfxcard"][0]="Memory"; 
342

    
343
$LANG["device_hdd"][0]="Rpm"; 
344
$LANG["device_hdd"][1]="Cache"; 
345
$LANG["device_hdd"][4]="Capacity"; 
346

    
347
$LANG["device_iface"][0]="Flow"; 
348
$LANG["device_iface"][2]="Mac Address"; 
349

    
350
$LANG["device_moboard"][0]="Chipset"; 
351

    
352
$LANG["device_power"][0]="Power"; 
353
$LANG["device_power"][1]="ATX"; 
354

    
355
$LANG["device_ram"][1]="Frequency"; 
356
$LANG["device_ram"][2]="Size"; 
357

    
358
$LANG["document"][2]="File"; 
359
$LANG["document"][3]="Heading"; 
360
$LANG["document"][4]="MIME Type"; 
361
$LANG["document"][7]="Document Type"; 
362
$LANG["document"][9]="Extension"; 
363
$LANG["document"][10]="Icon"; 
364
$LANG["document"][11]="Authorized download"; 
365
$LANG["document"][15]="Download"; 
366
$LANG["document"][16]="Add a Document"; 
367
$LANG["document"][17]="Add a Document Type"; 
368
$LANG["document"][18]="Document"; 
369
$LANG["document"][19]="Associated items"; 
370
$LANG["document"][21]="Associated documents"; 
371
$LANG["document"][22]="Current File"; 
372
$LANG["document"][24]="Succesful deletion of the file"; 
373
$LANG["document"][25]="Failed to delete the file"; 
374
$LANG["document"][26]="The file is valid. Upload is successful."; 
375
$LANG["document"][27]="Potential upload attack, Or file too large. Moving temporary file failed."; 
376
$LANG["document"][28]="Caution, the file already exists. Upload not done"; 
377
$LANG["document"][29]="Failed to create the directory"; 
378
$LANG["document"][30]="Verify that you have the correct permissions"; 
379
$LANG["document"][31]="Directory for documents does not exist"; 
380
$LANG["document"][32]="Unauthorized file type"; 
381
$LANG["document"][33]="Web Link"; 
382
$LANG["document"][34]="Create the directory"; 
383
$LANG["document"][35]="Upload directory does not exist"; 
384
$LANG["document"][36]="Use a FTP installed file"; 
385
$LANG["document"][37]="No file available"; 
386
$LANG["document"][38]="File not found"; 
387
$LANG["document"][39]="Document move succeeded"; 
388
$LANG["document"][40]="File move failed"; 
389
$LANG["document"][41]="Document copy succeeded"; 
390
$LANG["document"][42]="Added by"; 
391
$LANG["document"][43]="Unknown File"; 
392
$LANG["document"][44]="Invalid Filename"; 
393
$LANG["document"][45]="Unauthorized access to this file"; 
394
$LANG["document"][46]="Failure in the sending of the file (certainly too voluminous)"; 
395

    
396
$LANG["entity"][0]="Entity"; 
397
$LANG["entity"][1]="Hierarchy"; 
398
$LANG["entity"][2]="Root entity"; 
399
$LANG["entity"][3]="Associate to an entity"; 
400
$LANG["entity"][5]="Automatic computer assignment"; 
401
$LANG["entity"][6]="Automatic user assignment"; 
402
$LANG["entity"][7]="tree structure"; 
403
$LANG["entity"][8]="By entity"; 
404
$LANG["entity"][9]="Child entities"; 
405
$LANG["entity"][10]="Select the desired entity"; 
406
$LANG["entity"][11]="to see the entity and its sub-entities"; 
407

    
408
$LANG["event"][0]="Item (ID)"; 
409
$LANG["event"][2]="Service"; 
410
$LANG["event"][3]="Level"; 
411
$LANG["event"][4]="Message"; 
412
$LANG["event"][18]="Field"; 
413
$LANG["event"][19]="Update"; 
414
$LANG["event"][20]="No historical"; 
415

    
416
$LANG["financial"][1]="Contract"; 
417
$LANG["financial"][2]="Has life"; 
418
$LANG["financial"][3]="Financial Information"; 
419
$LANG["financial"][4]="Number"; 
420
$LANG["financial"][5]="Cost"; 
421
$LANG["financial"][6]="Contract Type"; 
422
$LANG["financial"][8]="Duration"; 
423
$LANG["financial"][9]="year(s)"; 
424
$LANG["financial"][10]="Notice"; 
425
$LANG["financial"][11]="Invoice Period"; 
426
$LANG["financial"][13]="Account number"; 
427
$LANG["financial"][14]="Date of purchase"; 
428
$LANG["financial"][15]="Warranty duration"; 
429
$LANG["financial"][16]="Warranty Information"; 
430
$LANG["financial"][18]="Order number"; 
431
$LANG["financial"][19]="Delivery form"; 
432
$LANG["financial"][20]="Immobilization number"; 
433
$LANG["financial"][21]="Value"; 
434
$LANG["financial"][22]="Amortization Type"; 
435
$LANG["financial"][23]="Amortization duration"; 
436
$LANG["financial"][24]="Add Contact..."; 
437
$LANG["financial"][25]="Add Supplier..."; 
438
$LANG["financial"][26]="Supplier"; 
439
$LANG["financial"][30]="Fax"; 
440
$LANG["financial"][33]="Add a Contact"; 
441
$LANG["financial"][36]="Add a Contract"; 
442
$LANG["financial"][42]="Commercial"; 
443
$LANG["financial"][43]="Technician"; 
444
$LANG["financial"][44]="Address"; 
445
$LANG["financial"][45]="Website"; 
446
$LANG["financial"][46]="Associated contacts"; 
447
$LANG["financial"][47]="Linear"; 
448
$LANG["financial"][48]="Decreasing"; 
449
$LANG["financial"][50]="Loan"; 
450
$LANG["financial"][51]="Renting"; 
451
$LANG["financial"][52]="Leasing"; 
452
$LANG["financial"][53]="Insurance"; 
453
$LANG["financial"][54]="Hardware Support"; 
454
$LANG["financial"][55]="Software Support"; 
455
$LANG["financial"][56]="Service provided"; 
456
$LANG["financial"][57]="month"; 
457
$LANG["financial"][59]="Support hours"; 
458
$LANG["financial"][60]="on week"; 
459
$LANG["financial"][61]="on Saturday"; 
460
$LANG["financial"][62]="Sundays and holidays"; 
461
$LANG["financial"][65]="Associated suppliers"; 
462
$LANG["financial"][66]="Associated contracts"; 
463
$LANG["financial"][68]="Activate the financial information"; 
464
$LANG["financial"][69]="Contract Period"; 
465
$LANG["financial"][76]="Startup date"; 
466
$LANG["financial"][77]="Amortization coefficient"; 
467
$LANG["financial"][78]="Warranty ends value"; 
468
$LANG["financial"][79]="Third party Type"; 
469
$LANG["financial"][80]="Warranty expiration date"; 
470
$LANG["financial"][81]="Account net value"; 
471
$LANG["financial"][82]="Invoice Number"; 
472
$LANG["financial"][83]="Max number of items (0=unlimited)"; 
473
$LANG["financial"][84]="For this type of element, the financial information is only a model for the elements which you should add."; 
474
$LANG["financial"][85]="Requested item not found"; 
475
$LANG["financial"][87]="Budget"; 
476
$LANG["financial"][88]="Valid to:"; 
477
$LANG["financial"][89]="TCO (value + tracking cost)"; 
478
$LANG["financial"][90]="Monthly TCO"; 
479
$LANG["financial"][91]="TCO"; 
480
$LANG["financial"][92]="ANV"; 
481
$LANG["financial"][93]="Contracts expired - last 30 days"; 
482
$LANG["financial"][94]="Contracts expiring in less than 7 days"; 
483
$LANG["financial"][95]="Contracts expiring in less than 30 days"; 
484
$LANG["financial"][96]="Contracts where notice begins in less than 7 days"; 
485
$LANG["financial"][97]="Contracts where notice begins in less than 30 days"; 
486
$LANG["financial"][98]="Expiration"; 
487
$LANG["financial"][99]="Expiration date + Notice"; 
488
$LANG["financial"][100]="Postal Code"; 
489
$LANG["financial"][101]="City"; 
490
$LANG["financial"][102]="State"; 
491
$LANG["financial"][103]="Country"; 
492
$LANG["financial"][104]="Associated Items"; 
493
$LANG["financial"][105]="Tacit"; 
494
$LANG["financial"][106]="Express"; 
495
$LANG["financial"][107]="Renewal"; 
496

    
497
$LANG["gmt"][0]="GMT"; 
498
$LANG["gmt"][1]="hour(s)"; 
499

    
500
$LANG["help"][1]="Please describe your problem"; 
501
$LANG["help"][2]="Priority"; 
502
$LANG["help"][3]="Very High"; 
503
$LANG["help"][4]="High"; 
504
$LANG["help"][5]="Medium"; 
505
$LANG["help"][6]="Low"; 
506
$LANG["help"][7]="Very Low"; 
507
$LANG["help"][8]="Inform me about the action(s) taken"; 
508
$LANG["help"][11]="My E-Mail"; 
509
$LANG["help"][13]="The Problem"; 
510
$LANG["help"][14]="Submit Message"; 
511
$LANG["help"][16]="If you want be notified about the action(s) taken, you must enter your e-mail!"; 
512
$LANG["help"][18]="Your message has been sent successfully, your request is on file."; 
513
$LANG["help"][19]="Thank you for using our automatic helpdesk system."; 
514
$LANG["help"][22]="Search the ID of your computer"; 
515
$LANG["help"][23]="Enter the first letters (user name, item or serial)"; 
516
$LANG["help"][24]="Hardware Type"; 
517
$LANG["help"][25]="Computer"; 
518
$LANG["help"][26]="Networking device"; 
519
$LANG["help"][27]="Printer"; 
520
$LANG["help"][28]="Monitor"; 
521
$LANG["help"][29]="Device"; 
522
$LANG["help"][30]="General"; 
523
$LANG["help"][31]="Software"; 
524
$LANG["help"][35]="Phone"; 
525
$LANG["help"][40]="No title in your ticket, please retry."; 
526
$LANG["help"][41]="No category in your ticket, please retry."; 
527

    
528
$LANG["install"][0]="Installation or update of GLPI"; 
529
$LANG["install"][1]="Choose 'Install' for a completely new installation of GLPI (the data imported by GLPI will be the default data)."; 
530
$LANG["install"][2]="Choose 'Update' for an update of GLPI from a former version"; 
531
$LANG["install"][3]="Installation"; 
532
$LANG["install"][4]="Update"; 
533
$LANG["install"][5]="Checking of the compatibility of your environment with the execution of GLPI"; 
534
$LANG["install"][6]="Test done"; 
535
$LANG["install"][7]="Results"; 
536
$LANG["install"][8]="Testing PHP Parser"; 
537
$LANG["install"][9]="You must install PHP4. You should download it here :"; 
538
$LANG["install"][10]="You're using a 4.0.0 or 4.0.1 PHP version - We advise you to update your PHP"; 
539
$LANG["install"][11]="PHP version is at least 4.x - Perfect !"; 
540
$LANG["install"][12]="Sessions Test"; 
541
$LANG["install"][13]="Your PHP parser was not compiled with sessions support !"; 
542
$LANG["install"][14]="Sessions support is available  - Perfect !"; 
543
$LANG["install"][15]="Make sure that sessions support has been activated in your php.ini"; 
544
$LANG["install"][16]="Checking write permissions for dump files"; 
545
$LANG["install"][17]="The file could not be created."; 
546
$LANG["install"][19]="The file was created but can't be deleted."; 
547
$LANG["install"][20]="A file and a directory have be created and deleted - Perfect !"; 
548
$LANG["install"][21]="Checking write permissions for document files"; 
549
$LANG["install"][23]="Checking write permissions for setting files"; 
550
$LANG["install"][25]="Continue ?"; 
551
$LANG["install"][26]="Continue"; 
552
$LANG["install"][27]="Try again"; 
553
$LANG["install"][28]="Database connection setup"; 
554
$LANG["install"][29]="Database connection parameters"; 
555
$LANG["install"][30]="Mysql server"; 
556
$LANG["install"][31]="Mysql user"; 
557
$LANG["install"][32]="Mysql pass"; 
558
$LANG["install"][34]="Test of the connection at the database"; 
559
$LANG["install"][35]="Can't connect to the database"; 
560
$LANG["install"][36]="The server answered"; 
561
$LANG["install"][37]="Server or/and user field is empty"; 
562
$LANG["install"][38]="Please select a database:"; 
563
$LANG["install"][39]="Create a new database or use an existing one:"; 
564
$LANG["install"][40]="Please select the database to update:"; 
565
$LANG["install"][41]="Impossible to use the database:"; 
566
$LANG["install"][43]="OK - database was initialized"; 
567
$LANG["install"][44]="Default values have been entered, feel free to delete them if you want"; 
568
$LANG["install"][46]="Upon first connection you can use the login 'glpi' and the password 'glpi' in order to access the application with administrator rights"; 
569
$LANG["install"][47]="Impossible to write the database setup file"; 
570
$LANG["install"][48]="Error in creating database !"; 
571
$LANG["install"][49]="You didn't select a database !"; 
572
$LANG["install"][50]="Checking write permissions for session files"; 
573
$LANG["install"][52]="Checking write permissions for cron files"; 
574
$LANG["install"][53]="Test of writing files of log"; 
575
$LANG["install"][55]="The installation is finished"; 
576
$LANG["install"][57]="Default logins / passwords are:"; 
577
$LANG["install"][58]="glpi/glpi for the  administrator account"; 
578
$LANG["install"][59]="tech/tech for the technician account"; 
579
$LANG["install"][60]="normal for the normal account"; 
580
$LANG["install"][61]="post-only/post-only for the postonly account"; 
581
$LANG["install"][62]="You can delete or modify these accounts as well as the first entries in the database."; 
582
$LANG["install"][64]="Use GLPI"; 
583
$LANG["install"][65]="magic_quotes_sybase extension test"; 
584
$LANG["install"][66]="GLPI does not work with the magic_quotes_sybase option ; Please turn it off and retry"; 
585
$LANG["install"][67]="The magic_quotes_sybase option isn't active on your server - Perfect !"; 
586
$LANG["install"][70]="Can't create the database connection file, please verify file permissions."; 
587
$LANG["install"][71]="Mysql extension test."; 
588
$LANG["install"][72]="You must compile your php with the Mysql extension."; 
589
$LANG["install"][73]="Ok - the function mysql_query() exist - Perfect !"; 
590
$LANG["install"][74]="Test if Session_use_trans_sid is used"; 
591
$LANG["install"][75]="You must descativate the Session_use_trans_id option in your php.ini"; 
592
$LANG["install"][76]="Ok - the sessions works (no problem with trans_id) - Perfect !"; 
593
$LANG["install"][77]="Step"; 
594
$LANG["install"][81]="Beginning of the installation"; 
595
$LANG["install"][82]="Database created"; 
596
$LANG["install"][83]="Testing utf8_encode and utf8_decode functionality"; 
597
$LANG["install"][84]="GLPI can't work correctly without the utf8_encode and utf8_decode functions ; Try to activate XML support for PHP"; 
598
$LANG["install"][85]="The functionality is found - Perfect!"; 
599
$LANG["install"][86]="Allocated memory test"; 
600
$LANG["install"][87]="Allocated memory:"; 
601
$LANG["install"][88]="A minimum of 32MB is commonly required for GLPI."; 
602
$LANG["install"][89]="Perfect !"; 
603
$LANG["install"][90]="Try increasing the memory_limit parameter in the php.ini file."; 
604
$LANG["install"][91]="Allocated memory > 32M"; 
605
$LANG["install"][92]="Licence"; 
606
$LANG["install"][93]="I have read and ACCEPT the terms of the license written above."; 
607
$LANG["install"][94]="I have read and DO NOT ACCEPT the terms of the license written above"; 
608
$LANG["install"][95]="Unlimited memory"; 
609
$LANG["install"][96]="Unlimited memory"; 
610
$LANG["install"][97]="Make sure that PHP has write permissions on the directory:"; 
611
$LANG["install"][98]="If you're running under a Microsoft Windows environment, make sure the directory is in read-write mode."; 
612
$LANG["install"][99]="Checking write permissions for cache files"; 
613
$LANG["install"][100]="The directory could not be created."; 
614
$LANG["install"][101]="The directory was created but could not be removed."; 
615

    
616
$LANG["job"][2]="by"; 
617
$LANG["job"][3]="Receiver"; 
618
$LANG["job"][4]="Requester"; 
619
$LANG["job"][5]="Assigned to"; 
620
$LANG["job"][6]="Technician"; 
621
$LANG["job"][7]="Follow-ups"; 
622
$LANG["job"][11]="Describe the Problem/Action"; 
623
$LANG["job"][12]="No follow-ups for this ticket."; 
624
$LANG["job"][13]="Add a new ticket"; 
625
$LANG["job"][16]="found"; 
626
$LANG["job"][17]="ticket(s)"; 
627
$LANG["job"][18]="old"; 
628
$LANG["job"][19]="Email Follow-ups"; 
629
$LANG["job"][20]="Total duration"; 
630
$LANG["job"][21]="Hour(s)"; 
631
$LANG["job"][22]="Minute(s)"; 
632
$LANG["job"][29]="Add a new Follow-up"; 
633
$LANG["job"][31]="Duration"; 
634
$LANG["job"][32]="None"; 
635
$LANG["job"][33]="Empty Description"; 
636
$LANG["job"][34]="Plan this follow-up"; 
637
$LANG["job"][35]="Planning"; 
638
$LANG["job"][37]="Summary"; 
639
$LANG["job"][38]="Ticket"; 
640
$LANG["job"][39]="Update follow-up"; 
641
$LANG["job"][40]="Time cost"; 
642
$LANG["job"][41]="Fixed cost"; 
643
$LANG["job"][42]="Material cost"; 
644
$LANG["job"][43]="Total cost"; 
645
$LANG["job"][44]="Request source"; 
646
$LANG["job"][45]="Add a follow-up"; 
647

    
648
$LANG["joblist"][0]="Status"; 
649
$LANG["joblist"][1]="Just mine ones"; 
650
$LANG["joblist"][2]="Priority"; 
651
$LANG["joblist"][3]="The mine and of my groups"; 
652
$LANG["joblist"][4]="Assigned"; 
653
$LANG["joblist"][6]="Description"; 
654
$LANG["joblist"][7]="New ticket for this item..."; 
655
$LANG["joblist"][8]="No ticket found"; 
656
$LANG["joblist"][9]="New"; 
657
$LANG["joblist"][10]="Closed (solved)"; 
658
$LANG["joblist"][11]="Opened on"; 
659
$LANG["joblist"][12]="Closed on"; 
660
$LANG["joblist"][16]="No ticket in progress."; 
661
$LANG["joblist"][17]="Closed (not solved)"; 
662
$LANG["joblist"][18]="Processing (assigned)"; 
663
$LANG["joblist"][19]="Processing (planned)"; 
664
$LANG["joblist"][21]="Processing"; 
665
$LANG["joblist"][22]="No old ticket found"; 
666
$LANG["joblist"][24]="Not closed"; 
667
$LANG["joblist"][25]="Old"; 
668
$LANG["joblist"][26]="Pending"; 
669
$LANG["joblist"][27]="Email for follow-up"; 
670

    
671
$LANG["knowbase"][1]="FAQ"; 
672
$LANG["knowbase"][3]="Question"; 
673
$LANG["knowbase"][4]="Answer"; 
674
$LANG["knowbase"][5]="Put this item in the public FAQ"; 
675
$LANG["knowbase"][6]="Select a category for this item :"; 
676
$LANG["knowbase"][7]="Delete this item from the public FAQ"; 
677
$LANG["knowbase"][8]="Edit this item"; 
678
$LANG["knowbase"][9]="Delete this item"; 
679
$LANG["knowbase"][10]="This item is part of the public FAQ"; 
680
$LANG["knowbase"][11]="This item isn't part of the public FAQ"; 
681
$LANG["knowbase"][12]="Root"; 
682
$LANG["knowbase"][13]="Category name"; 
683
$LANG["knowbase"][14]="Subject"; 
684
$LANG["knowbase"][15]="Contents"; 
685
$LANG["knowbase"][24]="Access to the Frequently Asked Questions"; 
686
$LANG["knowbase"][26]="Views"; 
687
$LANG["knowbase"][27]="On"; 
688
$LANG["knowbase"][29]="Recent Entries"; 
689
$LANG["knowbase"][30]="Most popular questions"; 
690

    
691
$LANG["ldap"][0]="Bulk import users from a LDAP directory"; 
692
$LANG["ldap"][1]="Synchronizing already imported users"; 
693
$LANG["ldap"][2]="Import new users"; 
694
$LANG["ldap"][3]="No users to be imported"; 
695
$LANG["ldap"][4]="LDAP directory choice"; 
696
$LANG["ldap"][5]="Please choose LDAP directory to import users from"; 
697
$LANG["ldap"][6]="Unable to connect to the LDAP directory"; 
698
$LANG["ldap"][7]="No LDAP directory defined in GLPI"; 
699
$LANG["ldap"][9]="Test of connection to LDAP directory"; 
700
$LANG["ldap"][12]="Synchronisation"; 
701
$LANG["ldap"][13]="in LDAP"; 
702
$LANG["ldap"][14]="in GLPI"; 
703
$LANG["ldap"][15]="Synchronize"; 
704
$LANG["ldap"][16]="Preconfiguration"; 
705
$LANG["ldap"][17]="Active Directory"; 
706
$LANG["ldap"][18]="List of LDAP replica"; 
707
$LANG["ldap"][19]="Replicate"; 
708
$LANG["ldap"][20]="Add an LDAP replica"; 
709
$LANG["ldap"][21]="Main server"; 
710
$LANG["ldap"][22]="Replicate(s)"; 
711
$LANG["ldap"][23]="Bulk import groups from a LDAP directory"; 
712
$LANG["ldap"][24]="Import of new groups"; 
713
$LANG["ldap"][25]="No group to be imported"; 
714
$LANG["ldap"][30]="How LDAP aliases should be handled"; 
715
$LANG["ldap"][31]="Never dereferenced (default)"; 
716
$LANG["ldap"][32]="Always dereferenced"; 
717
$LANG["ldap"][33]="Dereferenced during the search (but not when locating)"; 
718
$LANG["ldap"][34]="Dereferenced when locating (not during the search)"; 
719

    
720
$LANG["links"][1]="Link or Filename"; 
721
$LANG["links"][3]="Add an external link"; 
722
$LANG["links"][4]="Hardware type associated"; 
723
$LANG["links"][6]="Valid tags"; 
724
$LANG["links"][7]="No link defined"; 
725
$LANG["links"][9]="File content"; 
726

    
727
$LANG["log"][1]="system"; 
728
$LANG["log"][2]="computer"; 
729
$LANG["log"][3]="monitor"; 
730
$LANG["log"][4]="printer"; 
731
$LANG["log"][5]="software"; 
732
$LANG["log"][6]="networking"; 
733
$LANG["log"][7]="cartridges"; 
734
$LANG["log"][8]="peripherals"; 
735
$LANG["log"][9]="consumables"; 
736
$LANG["log"][10]="tracking"; 
737
$LANG["log"][11]="contact"; 
738
$LANG["log"][12]="supplier"; 
739
$LANG["log"][13]="document"; 
740
$LANG["log"][14]="knowledge base"; 
741
$LANG["log"][15]="user"; 
742
$LANG["log"][16]="planning"; 
743
$LANG["log"][17]="contracts"; 
744
$LANG["log"][18]="components"; 
745
$LANG["log"][19]="financial information"; 
746
$LANG["log"][20]="item added"; 
747
$LANG["log"][21]="update item"; 
748
$LANG["log"][22]="delete item"; 
749
$LANG["log"][23]="restore item"; 
750
$LANG["log"][24]="purge item"; 
751
$LANG["log"][26]="disconnect item"; 
752
$LANG["log"][27]="item connection"; 
753
$LANG["log"][28]="update components"; 
754
$LANG["log"][30]="associate a type"; 
755
$LANG["log"][31]="delete a type"; 
756
$LANG["log"][32]="add a link with item"; 
757
$LANG["log"][33]="delete link with item"; 
758
$LANG["log"][34]="add a link with supplier"; 
759
$LANG["log"][35]="delete link with supplier"; 
760
$LANG["log"][36]="add a link with contact"; 
761
$LANG["log"][37]="delete link with contact"; 
762
$LANG["log"][38]="links"; 
763
$LANG["log"][39]="document types"; 
764
$LANG["log"][40]="IP connection"; 
765
$LANG["log"][41]="connection failed"; 
766
$LANG["log"][42]="Reservation"; 
767
$LANG["log"][43]="phone"; 
768
$LANG["log"][44]="Heading"; 
769
$LANG["log"][45]="Successful"; 
770
$LANG["log"][46]="Failed"; 
771
$LANG["log"][47]="group"; 
772
$LANG["log"][48]="add user to group"; 
773
$LANG["log"][49]="delete user from group"; 
774
$LANG["log"][50]="Inventory"; 
775
$LANG["log"][51]="Tracking"; 
776
$LANG["log"][53]="Tools"; 
777
$LANG["log"][54]="Management"; 
778
$LANG["log"][55]="Connection"; 
779
$LANG["log"][58]="Reservation"; 
780
$LANG["log"][59]="Cron"; 
781
$LANG["log"][60]="Item Unglobalization"; 
782
$LANG["log"][61]="add user to entity"; 
783
$LANG["log"][62]="remove this user completely"; 
784
$LANG["log"][63]="entity"; 
785
$LANG["log"][64]="change of comments"; 
786
$LANG["log"][65]="rule"; 
787
$LANG["log"][66]="Security"; 
788
$LANG["log"][67]="change of notes"; 
789
$LANG["log"][70]="network port added"; 
790
$LANG["log"][71]="several network ports added"; 
791
$LANG["log"][73]="network port deleted"; 
792
$LANG["log"][74]="several network ports deleted"; 
793
$LANG["log"][75]="network port moved"; 
794
$LANG["log"][77]="vlan assigned to a network port"; 
795
$LANG["log"][78]="vlan assigned to several ports"; 
796
$LANG["log"][79]="vlan unassigned to a network port"; 
797
$LANG["log"][80]="vlan unassigned to several network ports"; 
798

    
799
$LANG["login"][0]="Last login"; 
800
$LANG["login"][1]="Log in again"; 
801
$LANG["login"][2]="LDAP"; 
802
$LANG["login"][3]="IMAP/POP"; 
803
$LANG["login"][4]="CAS"; 
804
$LANG["login"][5]="Access Denied"; 
805
$LANG["login"][6]="Login"; 
806
$LANG["login"][7]="Password"; 
807
$LANG["login"][8]="Empty login or password"; 
808
$LANG["login"][9]="Not yet authenticated"; 
809
$LANG["login"][10]="Authentication"; 
810
$LANG["login"][11]="User not authorized to connect in GLPI"; 
811
$LANG["login"][12]="Incorrect username or password"; 
812
$LANG["login"][13]="Password field is empty"; 
813
$LANG["login"][14]="unknown user"; 
814
$LANG["login"][15]="User not found or several users found"; 
815
$LANG["login"][16]="unsuccessful authorization in LDAP"; 
816
$LANG["login"][18]="Base internal GLPI"; 
817
$LANG["login"][20]="You do not have access to this application because your account was deactivated or removed"; 
818
$LANG["login"][21]="Test connection to IMAP/POP server"; 
819
$LANG["login"][22]="Test successful"; 
820
$LANG["login"][23]="Test failed"; 
821
$LANG["login"][24]="Last login date"; 
822
$LANG["login"][25]="You don't have right to connect"; 
823
$LANG["login"][26]="You must activate the JavaScript function of your navigator"; 
824
$LANG["login"][27]="You must accept cookies to reach this application"; 
825
$LANG["login"][30]="Change of the authentication method"; 
826
$LANG["login"][31]="Authentication on directory"; 
827
$LANG["login"][32]="Authentication on GLPI database"; 
828
$LANG["login"][33]="Authentication on IMAP/POP server"; 
829

    
830
$LANG["mailgate"][0]="Mail Gateway"; 
831
$LANG["mailgate"][1]="Add a email gateway"; 
832
$LANG["mailgate"][2]="Get email tickets now"; 
833
$LANG["mailgate"][3]="Number of available and retrieved emails"; 
834
$LANG["mailgate"][4]="mbstring extension not found. Warning with charsets used."; 
835
$LANG["mailgate"][5]="Invalid attached file"; 
836
$LANG["mailgate"][6]="Too large attached file"; 
837
$LANG["mailgate"][7]="Mail Gateway: Maximum size of each attached file (0 : no import)"; 
838
$LANG["mailgate"][8]="bytes"; 
839

    
840
$LANG["mailing"][0]="----------------------------------------------------------"; 
841
$LANG["mailing"][1]="======================================================================"; 
842
$LANG["mailing"][3]="Content"; 
843
$LANG["mailing"][4]="Ticket updates"; 
844
$LANG["mailing"][5]="Description of the ticket"; 
845
$LANG["mailing"][7]="Concerned Item"; 
846
$LANG["mailing"][8]="Assigned to"; 
847
$LANG["mailing"][9]="New ticket"; 
848
$LANG["mailing"][10]="New ticket's follow-up"; 
849
$LANG["mailing"][11]="Ticket closed the"; 
850
$LANG["mailing"][12]="Ticket assign to"; 
851
$LANG["mailing"][13]="Error in the automatic e-mail generation"; 
852
$LANG["mailing"][14]="Update of the category of the ticket"; 
853
$LANG["mailing"][15]="Update of the priority of the ticket"; 
854
$LANG["mailing"][17]="Update of the item of the ticket"; 
855
$LANG["mailing"][18]="Update the author of the ticket"; 
856
$LANG["mailing"][19]="New reservation"; 
857
$LANG["mailing"][20]="Update the group of the ticket"; 
858
$LANG["mailing"][21]="Change in ticket source"; 
859
$LANG["mailing"][23]="Reservation modification"; 
860
$LANG["mailing"][25]="Planning:"; 
861
$LANG["mailing"][26]="Added document :"; 
862
$LANG["mailing"][27]="Update of the status of the ticket"; 
863
$LANG["mailing"][29]="Reservation Cancelled"; 
864
$LANG["mailing"][30]="Ticket Update"; 
865
$LANG["mailing"][31]="This is a test email to check that the email system works"; 
866
$LANG["mailing"][32]="Mail Test"; 
867
$LANG["mailing"][33]="Cartridges Alarm"; 
868
$LANG["mailing"][34]="Threshold of alarm reached for the type of cartridge:"; 
869
$LANG["mailing"][35]="Threshold of alarm reached for the type of consumable:"; 
870
$LANG["mailing"][36]="Consumables Alarm"; 
871
$LANG["mailing"][37]="Contract entered in notice time:"; 
872
$LANG["mailing"][38]="Expired contract:"; 
873
$LANG["mailing"][39]="Contracts Alarm"; 
874
$LANG["mailing"][40]="Item arrived at the end of the warranty:"; 
875
$LANG["mailing"][41]="Financial Information Alarm"; 
876
$LANG["mailing"][42]="Change in hourly costs"; 
877
$LANG["mailing"][43]="Change in fixed costs"; 
878
$LANG["mailing"][44]="Change in material costs"; 
879
$LANG["mailing"][45]="Change ticket title"; 
880
$LANG["mailing"][46]="Change ticket description"; 
881
$LANG["mailing"][47]="Error in sending the email"; 
882
$LANG["mailing"][48]="Change in opening date"; 
883
$LANG["mailing"][49]="Change in closing date"; 
884
$LANG["mailing"][50]="Change ticket receiver"; 
885
$LANG["mailing"][51]="Expired license :"; 
886
$LANG["mailing"][52]="Licenses alarm"; 
887
$LANG["mailing"][100]="No defined category"; 
888
$LANG["mailing"][101]="Email follow-up has been enabled"; 
889
$LANG["mailing"][102]="Email follow-up has been disabled"; 
890
$LANG["mailing"][103]="Email Follow-up"; 
891
$LANG["mailing"][104]="Follow-up duration"; 
892
$LANG["mailing"][105]="Not assigned"; 
893
$LANG["mailing"][107]="Nothing"; 
894
$LANG["mailing"][108]="No author"; 
895
$LANG["mailing"][109]="No group"; 
896
$LANG["mailing"][110]="Invalid Email"; 
897
$LANG["mailing"][111]="Alert email sent to"; 
898
$LANG["mailing"][112]="Invalid email type"; 
899

    
900
$LANG["Menu"][0]="Computers"; 
901
$LANG["Menu"][1]="Networks"; 
902
$LANG["Menu"][2]="Printers"; 
903
$LANG["Menu"][3]="Monitors"; 
904
$LANG["Menu"][4]="Software"; 
905
$LANG["Menu"][5]="Tracking"; 
906
$LANG["Menu"][6]="Reports"; 
907
$LANG["Menu"][11]="Settings"; 
908
$LANG["Menu"][12]="Data"; 
909
$LANG["Menu"][13]="Statistics"; 
910
$LANG["Menu"][14]="Users"; 
911
$LANG["Menu"][15]="Administration"; 
912
$LANG["Menu"][16]="Devices"; 
913
$LANG["Menu"][17]="Reservations"; 
914
$LANG["Menu"][18]="Tools"; 
915
$LANG["Menu"][19]="Knowledge base"; 
916
$LANG["Menu"][20]="FAQ"; 
917
$LANG["Menu"][21]="Cartridges"; 
918
$LANG["Menu"][22]="Contacts"; 
919
$LANG["Menu"][23]="Suppliers"; 
920
$LANG["Menu"][24]="Financial Information"; 
921
$LANG["Menu"][25]="Contracts"; 
922
$LANG["Menu"][26]="Management"; 
923
$LANG["Menu"][27]="Documents"; 
924
$LANG["Menu"][28]="Status"; 
925
$LANG["Menu"][29]="Planning"; 
926
$LANG["Menu"][30]="Logs"; 
927
$LANG["Menu"][31]="Helpdesk"; 
928
$LANG["Menu"][32]="Consumables"; 
929
$LANG["Menu"][33]="OCSNG"; 
930
$LANG["Menu"][34]="Phones"; 
931
$LANG["Menu"][35]="Profiles"; 
932
$LANG["Menu"][36]="Groups"; 
933
$LANG["Menu"][37]="Entities"; 
934
$LANG["Menu"][38]="Inventory"; 
935
$LANG["Menu"][39]="Mail Gateways"; 
936
$LANG["Menu"][40]="Bookmarks"; 
937

    
938
$LANG["monitors"][14]="Microphone"; 
939
$LANG["monitors"][15]="Speakers"; 
940
$LANG["monitors"][18]="Flags"; 
941
$LANG["monitors"][19]="Sub-D"; 
942
$LANG["monitors"][20]="BNC"; 
943
$LANG["monitors"][21]="Size"; 
944
$LANG["monitors"][30]="New monitor based on a template"; 
945
$LANG["monitors"][32]="DVI"; 
946
$LANG["monitors"][33]="Pivot"; 
947

    
948
$LANG["networking"][5]="RAM (MB)"; 
949
$LANG["networking"][6]="Network port"; 
950
$LANG["networking"][12]="Networking device"; 
951
$LANG["networking"][13]="networking ports found"; 
952
$LANG["networking"][14]="IP"; 
953
$LANG["networking"][15]="MAC"; 
954
$LANG["networking"][17]="Connected to"; 
955
$LANG["networking"][19]="Add networking port..."; 
956
$LANG["networking"][20]="Port Manager"; 
957
$LANG["networking"][21]="Logical Number"; 
958
$LANG["networking"][25]="on"; 
959
$LANG["networking"][37]="Networking port found"; 
960
$LANG["networking"][44]="The port"; 
961
$LANG["networking"][45]="is now connected on port"; 
962
$LANG["networking"][46]="Add several ports..."; 
963
$LANG["networking"][47]="From"; 
964
$LANG["networking"][48]="To"; 
965
$LANG["networking"][49]="Firmware"; 
966
$LANG["networking"][51]="Network point"; 
967
$LANG["networking"][52]="Drop Number"; 
968
$LANG["networking"][53]="New item based on a template"; 
969
$LANG["networking"][55]="Associate a VLAN"; 
970
$LANG["networking"][56]="VLAN"; 
971
$LANG["networking"][57]="Choose a MAC address in the list or specify it below"; 
972
$LANG["networking"][58]="Delete a VLAN"; 
973
$LANG["networking"][59]="Gateway"; 
974
$LANG["networking"][60]="Mask"; 
975
$LANG["networking"][61]="Subnet"; 
976

    
977
$LANG["ocsconfig"][0]="OCS NG -> GLPI import module configuration"; 
978
$LANG["ocsconfig"][1]="OCSweb database user"; 
979
$LANG["ocsconfig"][2]="OCSweb host"; 
980
$LANG["ocsconfig"][3]="OCSweb user password"; 
981
$LANG["ocsconfig"][4]="Name of the OCS database"; 
982
$LANG["ocsconfig"][5]="Import Options"; 
983
$LANG["ocsconfig"][10]="Global import"; 
984
$LANG["ocsconfig"][11]="No import"; 
985
$LANG["ocsconfig"][12]="Unit import"; 
986
$LANG["ocsconfig"][13]="Unit import: everything is imported 'as-is'"; 
987
$LANG["ocsconfig"][14]="Global import: everything is imported but the material is globally managed (without double blooms)"; 
988
$LANG["ocsconfig"][15]="No import: the plugin will not import these elements"; 
989
$LANG["ocsconfig"][16]="Default status"; 
990
$LANG["ocsconfig"][17]="Limit the import to the following tags (separator $, nothing for all)"; 
991
$LANG["ocsconfig"][18]="First, check that duplicates are managed in OCSNG"; 
992
$LANG["ocsconfig"][19]="Unit import on serial number"; 
993
$LANG["ocsconfig"][27]="General informations"; 
994
$LANG["ocsconfig"][36]="Modems"; 
995
$LANG["ocsconfig"][37]="Ports"; 
996
$LANG["ocsconfig"][38]="Use the software dictionary of OCS"; 
997
$LANG["ocsconfig"][39]="OCS TAG"; 
998
$LANG["ocsconfig"][40]="Number of computers to synchronize using the cron"; 
999
$LANG["ocsconfig"][41]="Registry"; 
1000
$LANG["ocsconfig"][43]="OCS Administrative Information"; 
1001
$LANG["ocsconfig"][44]="Default license type"; 
1002
$LANG["ocsconfig"][45]="Site license (global)"; 
1003
$LANG["ocsconfig"][46]="Free license"; 
1004
$LANG["ocsconfig"][47]="License set to buy by default"; 
1005
$LANG["ocsconfig"][48]="Behavior when disconnecting"; 
1006
$LANG["ocsconfig"][49]="Trash"; 
1007
$LANG["ocsconfig"][50]="Deletion"; 
1008
$LANG["ocsconfig"][51]="Disconnected status"; 
1009
$LANG["ocsconfig"][52]="Automatic connection of machines"; 
1010
$LANG["ocsconfig"][53]="Activate the automatic link"; 
1011
$LANG["ocsconfig"][54]="Existence criteria of a computer"; 
1012
$LANG["ocsconfig"][55]="Find computers having the status"; 
1013
$LANG["ocsconfig"][56]="empty"; 
1014
$LANG["ocsconfig"][57]="equal"; 
1015
$LANG["ocsconfig"][58]="The connection automatically connects a GLPI computer with one in OCS. This option is taken into account only by synchronization scripts (not manually)."; 
1016
$LANG["ocsconfig"][59]="URL of the OCS console"; 
1017

    
1018
$LANG["ocsng"][0]="OCS Inventory NG"; 
1019
$LANG["ocsng"][1]="Synchronize computers already imported"; 
1020
$LANG["ocsng"][2]="Import new computers"; 
1021
$LANG["ocsng"][3]="Clean links between GLPI and OCS"; 
1022
$LANG["ocsng"][4]="Link new OCS computers to existing GLPI computers"; 
1023
$LANG["ocsng"][5]="Import new computers"; 
1024
$LANG["ocsng"][6]="Auto update"; 
1025
$LANG["ocsng"][7]="Imported from OCSNG"; 
1026
$LANG["ocsng"][8]="Import successful"; 
1027
$LANG["ocsng"][9]="No new machines to be imported"; 
1028
$LANG["ocsng"][10]="Computers updated in OCS"; 
1029
$LANG["ocsng"][11]="Update computers"; 
1030
$LANG["ocsng"][12]="No new machines to be updated"; 
1031
$LANG["ocsng"][13]="Import date in GLPI"; 
1032
$LANG["ocsng"][14]="Last OCS inventory date"; 
1033
$LANG["ocsng"][15]="No field locked"; 
1034
$LANG["ocsng"][16]="Locked Fields"; 
1035
$LANG["ocsng"][18]="Connection to OCS database successful"; 
1036
$LANG["ocsng"][19]="Valid OCS NG configuration and version"; 
1037
$LANG["ocsng"][20]="Invalid OCS NG Version: require RC3"; 
1038
$LANG["ocsng"][21]="Connection to the OCS NG database failed"; 
1039
$LANG["ocsng"][22]="Caution! The imported data (see your configuration) will overwrite the existing data"; 
1040
$LANG["ocsng"][23]="Unable to import, GLPI computer is already related to an element of OCS NG"; 
1041
$LANG["ocsng"][24]="Force Synchronization"; 
1042
$LANG["ocsng"][26]="Choice of an OCS server"; 
1043
$LANG["ocsng"][27]="No OCS servers defined"; 
1044
$LANG["ocsng"][28]="New OCS server based on a template"; 
1045
$LANG["ocsng"][29]="OCS server"; 
1046
$LANG["ocsng"][30]="Locked monitor(s)"; 
1047
$LANG["ocsng"][31]="No monitor locked"; 
1048
$LANG["ocsng"][32]="Locked device(s)"; 
1049
$LANG["ocsng"][33]="No device locked"; 
1050
$LANG["ocsng"][34]="Locked printer(s)"; 
1051
$LANG["ocsng"][35]="No printer locked"; 
1052
$LANG["ocsng"][36]="Destination entity"; 
1053
$LANG["ocsng"][37]="Activate the preview"; 
1054
$LANG["ocsng"][38]="Disable the preview"; 
1055
$LANG["ocsng"][40]="Match rule ?"; 
1056
$LANG["ocsng"][41]="Manual import mode"; 
1057
$LANG["ocsng"][42]="Invalid OCSNG configuration (TRACE_DELETED needs to be active)"; 
1058
$LANG["ocsng"][43]="Access denied on OCS database (Need to be able to write on hardware.CHECKSUM)"; 
1059
$LANG["ocsng"][44]="Access denied on OCS database (Need to be able to delete in deleted_equiv table)"; 
1060
$LANG["ocsng"][45]="OCS ID"; 
1061
$LANG["ocsng"][46]="Deleted in OCS"; 
1062
$LANG["ocsng"][47]="Linked with an OCS computer"; 
1063
$LANG["ocsng"][48]="The OCS ID of the computer changed"; 
1064
$LANG["ocsng"][49]="Agent"; 
1065
$LANG["ocsng"][50]="Locked IP(s)"; 
1066
$LANG["ocsng"][51]="No IP locked"; 
1067
$LANG["ocsng"][52]="Locked software(s)"; 
1068
$LANG["ocsng"][53]="No software locked"; 
1069
$LANG["ocsng"][54]="Software deleted by OCS synchronization"; 
1070

    
1071
$LANG["pager"][1]="to"; 
1072
$LANG["pager"][2]="from"; 
1073
$LANG["pager"][3]="in"; 
1074
$LANG["pager"][4]="Show"; 
1075
$LANG["pager"][5]="items"; 
1076

    
1077
$LANG["peripherals"][18]="Brand"; 
1078
$LANG["peripherals"][30]="New device based on a template"; 
1079
$LANG["peripherals"][31]="Global management"; 
1080
$LANG["peripherals"][32]="Unit management"; 
1081
$LANG["peripherals"][33]="Management Type"; 
1082

    
1083
$LANG["phones"][18]="Brand"; 
1084
$LANG["phones"][30]="New model based on a template"; 
1085
$LANG["phones"][35]="Firmware"; 
1086
$LANG["phones"][36]="Power Supply"; 
1087
$LANG["phones"][38]="Headset"; 
1088
$LANG["phones"][39]="Speaker"; 
1089
$LANG["phones"][40]="Number of lines"; 
1090

    
1091
$LANG["planning"][0]="The technician requested already has an appointment planned for this time."; 
1092
$LANG["planning"][1]="Error in entering dates. The starting date is later than the ending date"; 
1093
$LANG["planning"][5]="Day"; 
1094
$LANG["planning"][6]="Week"; 
1095
$LANG["planning"][8]="Tracking"; 
1096
$LANG["planning"][9]="By"; 
1097
$LANG["planning"][12]="Download the calendar in Ical format"; 
1098
$LANG["planning"][13]="webcal:// Synchronization"; 
1099
$LANG["planning"][14]="Month"; 
1100
$LANG["planning"][15]="Your planning"; 
1101
$LANG["planning"][16]="Information"; 
1102
$LANG["planning"][17]="To do"; 
1103
$LANG["planning"][18]="Done"; 
1104

    
1105
$LANG["printers"][14]="Serial"; 
1106
$LANG["printers"][15]="Parallel"; 
1107
$LANG["printers"][18]="Ports"; 
1108
$LANG["printers"][27]="USB"; 
1109
$LANG["printers"][28]="New printer based on a template"; 
1110
$LANG["printers"][30]="Initial page counter"; 
1111
$LANG["printers"][31]="Printed pages"; 
1112

    
1113
$LANG["profiles"][0]="Global right"; 
1114
$LANG["profiles"][1]="Entity Right"; 
1115
$LANG["profiles"][2]="Interface"; 
1116
$LANG["profiles"][3]="Helpdesk Rights"; 
1117
$LANG["profiles"][4]="Central Rights"; 
1118
$LANG["profiles"][5]="Create a ticket"; 
1119
$LANG["profiles"][6]="Add a followup to tickets (author)"; 
1120
$LANG["profiles"][7]="Show all tickets"; 
1121
$LANG["profiles"][8]="View all follow-ups (public and private)"; 
1122
$LANG["profiles"][9]="Show public follow-ups"; 
1123
$LANG["profiles"][10]="Read"; 
1124
$LANG["profiles"][11]="Write"; 
1125
$LANG["profiles"][12]="No Access"; 
1126
$LANG["profiles"][13]="Default Profile"; 
1127
$LANG["profiles"][14]="Delete a ticket"; 
1128
$LANG["profiles"][15]="Add follow-ups to all tickets"; 
1129
$LANG["profiles"][16]="To be in charge of a ticket"; 
1130
$LANG["profiles"][17]="Steal a ticket"; 
1131
$LANG["profiles"][18]="Update a ticket"; 
1132
$LANG["profiles"][19]="Assign a ticket"; 
1133
$LANG["profiles"][20]="View personnal planning"; 
1134
$LANG["profiles"][21]="View all planning"; 
1135
$LANG["profiles"][22]="Profile"; 
1136
$LANG["profiles"][23]="Reservation Administration"; 
1137
$LANG["profiles"][24]="Update Password"; 
1138
$LANG["profiles"][25]="Common"; 
1139
$LANG["profiles"][26]="Show tickets create by my groups"; 
1140
$LANG["profiles"][27]="See hardwares of my groups"; 
1141
$LANG["profiles"][28]="Recursive"; 
1142
$LANG["profiles"][29]="Dynamic"; 
1143
$LANG["profiles"][30]="View OCSNG information"; 
1144
$LANG["profiles"][31]="Synchronize OCSNG manually"; 
1145
$LANG["profiles"][32]="See assigned tickets (personnal + group associated)"; 
1146
$LANG["profiles"][33]="No user founded"; 
1147
$LANG["profiles"][34]="Caption"; 
1148
$LANG["profiles"][35]="Update all followups"; 
1149
$LANG["profiles"][36]="See schedule of people of my groups"; 
1150
$LANG["profiles"][37]="Default entity"; 
1151
$LANG["profiles"][38]="Visibility"; 
1152
$LANG["profiles"][39]="Assignment"; 
1153
$LANG["profiles"][40]="Update"; 
1154
$LANG["profiles"][41]="Creation"; 
1155
$LANG["profiles"][42]="Association"; 
1156
$LANG["profiles"][43]="Authentication and synchronization users method"; 
1157

    
1158
$LANG["registry"][1]="Hive"; 
1159
$LANG["registry"][2]="Path"; 
1160
$LANG["registry"][3]="Key/value"; 
1161
$LANG["registry"][4]="Registry key(s) found"; 
1162
$LANG["registry"][5]="No key found in registry"; 
1163
$LANG["registry"][6]="OCS name"; 
1164

    
1165
$LANG["reminder"][0]="Personal notes"; 
1166
$LANG["reminder"][1]="Public notes"; 
1167
$LANG["reminder"][6]="New note"; 
1168
$LANG["reminder"][9]="Text"; 
1169
$LANG["reminder"][12]="Add to calendar"; 
1170
$LANG["reminder"][15]="Without Title"; 
1171
$LANG["reminder"][16]="Global notes"; 
1172

    
1173
$LANG["reports"][0]="Select the report you want to generate"; 
1174
$LANG["reports"][4]="List of the hardware under contract"; 
1175
$LANG["reports"][11]="Hardwares under contract"; 
1176
$LANG["reports"][12]="Hardware Type"; 
1177
$LANG["reports"][13]="Date(s)"; 
1178
$LANG["reports"][15]="Show report"; 
1179
$LANG["reports"][19]="Contact name"; 
1180
$LANG["reports"][23]="Date(s)"; 
1181
$LANG["reports"][24]="Restrict to computers"; 
1182
$LANG["reports"][26]="Default report"; 
1183
$LANG["reports"][27]="By contract"; 
1184
$LANG["reports"][28]="By year"; 
1185
$LANG["reports"][33]="Network report"; 
1186
$LANG["reports"][36]="Connected devices"; 
1187
$LANG["reports"][37]="Drops"; 
1188
$LANG["reports"][38]="IP"; 
1189
$LANG["reports"][39]="By location"; 
1190
$LANG["reports"][41]="By switch"; 
1191
$LANG["reports"][42]="By drop"; 
1192
$LANG["reports"][46]="switch ports"; 
1193
$LANG["reports"][47]="device ports"; 
1194
$LANG["reports"][49]="Network report by switch"; 
1195
$LANG["reports"][51]="Network report by drop"; 
1196
$LANG["reports"][52]="switch"; 
1197
$LANG["reports"][54]="Network report by location"; 
1198
$LANG["reports"][57]="Material list"; 
1199
$LANG["reports"][58]="Material report by year"; 
1200
$LANG["reports"][59]="Show follow-ups"; 
1201
$LANG["reports"][60]="Opening date"; 
1202
$LANG["reports"][61]="Closing date"; 
1203
$LANG["reports"][62]="Hardware Financial Information"; 
1204
$LANG["reports"][63]="Other Financial Information (licences, cartridges, consumables)"; 
1205

    
1206
$LANG["reservation"][1]="Reservable Items"; 
1207
$LANG["reservation"][2]="Device temporarily unavailable"; 
1208
$LANG["reservation"][3]="Click to make unavailable"; 
1209
$LANG["reservation"][4]="Items in loan"; 
1210
$LANG["reservation"][5]="Click to make available"; 
1211
$LANG["reservation"][6]="Click to not authorize the loan"; 
1212
$LANG["reservation"][7]="Click to authorize the loan"; 
1213
$LANG["reservation"][8]="Book"; 
1214
$LANG["reservation"][9]="Book an item"; 
1215
$LANG["reservation"][12]="Begin Hour"; 
1216
$LANG["reservation"][13]="End Hour"; 
1217
$LANG["reservation"][16]="To"; 
1218
$LANG["reservation"][17]="From"; 
1219
$LANG["reservation"][18]="The required item is already reserved for this timeframe"; 
1220
$LANG["reservation"][20]="Back to calendar"; 
1221
$LANG["reservation"][21]="See reservations"; 
1222
$LANG["reservation"][22]="Modify the comment"; 
1223
$LANG["reservation"][25]="Hardware on loan"; 
1224
$LANG["reservation"][26]="See all"; 
1225
$LANG["reservation"][27]="Period"; 
1226
$LANG["reservation"][28]="By week"; 
1227
$LANG["reservation"][29]="By day"; 
1228
$LANG["reservation"][30]="times"; 
1229
$LANG["reservation"][31]="By"; 
1230
$LANG["reservation"][34]="Item not reservable"; 
1231
$LANG["reservation"][35]="Future and in progress Reservations"; 
1232
$LANG["reservation"][36]="Past Reservations"; 
1233
$LANG["reservation"][37]="No Reservations"; 
1234
$LANG["reservation"][38]="Are you sure you want do delete this item from the loan items ?"; 
1235
$LANG["reservation"][39]="That will remove all the reservations in progress."; 
1236
$LANG["reservation"][40]="Reservation done. Email sent to"; 
1237

    
1238
$LANG["ruleldap"][1]="of LDAP criteria"; 
1239
$LANG["ruleldap"][2]="No criteria defined"; 
1240
$LANG["ruleldap"][3]="Add an LDAP criteria"; 
1241

    
1242
$LANG["rulesengine"][0]="is"; 
1243
$LANG["rulesengine"][1]="is not"; 
1244
$LANG["rulesengine"][2]="contains"; 
1245
$LANG["rulesengine"][3]="does not contain"; 
1246
$LANG["rulesengine"][4]="starting with"; 
1247
$LANG["rulesengine"][5]="finished by"; 
1248
$LANG["rulesengine"][6]="Criteria"; 
1249
$LANG["rulesengine"][7]="Actions"; 
1250
$LANG["rulesengine"][8]="Rules management"; 
1251
$LANG["rulesengine"][9]="Matching type"; 
1252
$LANG["rulesengine"][11]="Action type"; 
1253
$LANG["rulesengine"][12]="Fields"; 
1254
$LANG["rulesengine"][13]="Value"; 
1255
$LANG["rulesengine"][14]="Condition"; 
1256
$LANG["rulesengine"][15]="Reason"; 
1257
$LANG["rulesengine"][16]="Criteria"; 
1258
$LANG["rulesengine"][17]="Rules"; 
1259
$LANG["rulesengine"][18]="Rules to affect a computer to an entity"; 
1260
$LANG["rulesengine"][19]="Entity and rights assignment rules"; 
1261
$LANG["rulesengine"][22]="Assign"; 
1262
$LANG["rulesengine"][24]="Rule type"; 
1263
$LANG["rulesengine"][25]="Name of computer"; 
1264
$LANG["rulesengine"][26]="Regex checks"; 
1265
$LANG["rulesengine"][27]="regex does not match"; 
1266
$LANG["rulesengine"][28]="Business rules for tickets"; 
1267
$LANG["rulesengine"][29]="List rules"; 
1268
$LANG["rulesengine"][30]="Action"; 
1269
$LANG["rulesengine"][33]="Dropdown dictionary"; 
1270
$LANG["rulesengine"][35]="Software dictionnary"; 
1271
$LANG["rulesengine"][36]="Manufacturer dictionnary"; 
1272
$LANG["rulesengine"][37]="Rules of assignment of a category to softwares"; 
1273
$LANG["rulesengine"][38]="Recalculate"; 
1274
$LANG["rulesengine"][39]="Ignore"; 
1275
$LANG["rulesengine"][40]="the category"; 
1276
$LANG["rulesengine"][41]="Validation"; 
1277
$LANG["rulesengine"][42]="AND"; 
1278
$LANG["rulesengine"][43]="OR"; 
1279
$LANG["rulesengine"][45]="Assign value from regex"; 
1280
$LANG["rulesengine"][50]="Computer model dictionnary"; 
1281
$LANG["rulesengine"][51]="Monitor model dictionary"; 
1282
$LANG["rulesengine"][52]="Phone model dictionary"; 
1283
$LANG["rulesengine"][53]="Peripheral model dictionary"; 
1284
$LANG["rulesengine"][54]="Printer model dictionary"; 
1285
$LANG["rulesengine"][55]="Networking model dictionary"; 
1286
$LANG["rulesengine"][56]="Models"; 
1287
$LANG["rulesengine"][60]="Computer type dictionary"; 
1288
$LANG["rulesengine"][61]="Monitor type dictionary"; 
1289
$LANG["rulesengine"][62]="Phone type dictionary"; 
1290
$LANG["rulesengine"][63]="Peripheral type dictionary"; 
1291
$LANG["rulesengine"][64]="Printer type dictionary"; 
1292
$LANG["rulesengine"][65]="Networking device type dictionnary"; 
1293
$LANG["rulesengine"][66]="Types"; 
1294
$LANG["rulesengine"][67]="OS dictionary"; 
1295
$LANG["rulesengine"][68]="Service Pack dictionary"; 
1296
$LANG["rulesengine"][69]="OS versions dictionary"; 
1297
$LANG["rulesengine"][76]="Replay dictionnary"; 
1298
$LANG["rulesengine"][77]="Dictionnaries"; 
1299
$LANG["rulesengine"][78]="Version"; 
1300
$LANG["rulesengine"][79]="Add regex result"; 
1301
$LANG["rulesengine"][80]="Global dictionnary"; 
1302
$LANG["rulesengine"][81]="Rule result"; 
1303
$LANG["rulesengine"][82]="Result details"; 
1304
$LANG["rulesengine"][83]="You can affect the result of a regular expression using the string #0"; 
1305
$LANG["rulesengine"][84]="Test rules engine"; 
1306
$LANG["rulesengine"][85]="Regular expression result"; 
1307
$LANG["rulesengine"][86]="Software category affected when deleted by dictionay"; 
1308
$LANG["rulesengine"][87]="Software deleted by GLPI dictionary"; 
1309
$LANG["rulesengine"][88]="Software created by GLPI dictionary"; 
1310
$LANG["rulesengine"][90]="Work in progress..."; 
1311
$LANG["rulesengine"][91]="Work ended."; 
1312
$LANG["rulesengine"][92]="Warning before running the dictionary"; 
1313
$LANG["rulesengine"][93]="Caution ! This operation can put software in the trash.<br>Think of telling your users."; 
1314
$LANG["rulesengine"][94]="FUSION"; 
1315
$LANG["rulesengine"][95]="Manufacturer choice"; 
1316
$LANG["rulesengine"][96]="Replay the dictionary for manufacturer(s)<br> ( ----- = All)"; 
1317
$LANG["rulesengine"][97]="No element to be tested"; 
1318
$LANG["rulesengine"][100]="Cache informations"; 
1319
$LANG["rulesengine"][102]="Rule name"; 
1320
$LANG["rulesengine"][103]="Objects in cache"; 
1321
$LANG["rulesengine"][104]="Original value"; 
1322
$LANG["rulesengine"][105]="Modified value"; 
1323
$LANG["rulesengine"][106]="Unchanged"; 
1324
$LANG["rulesengine"][107]="Inactive"; 
1325
$LANG["rulesengine"][108]="original"; 
1326
$LANG["rulesengine"][110]="Rights assignment"; 
1327
$LANG["rulesengine"][111]="Entities assignment"; 
1328
$LANG["rulesengine"][112]="Rights and entities assignment"; 
1329
$LANG["rulesengine"][120]="The engine stops on the first checked rule."; 
1330
$LANG["rulesengine"][121]="The engine treats all the rules."; 
1331
$LANG["rulesengine"][122]="The engine passes the result of a rule to the following ones."; 
1332

    
1333
$LANG["search"][0]="Search"; 
1334
$LANG["search"][2]="contains"; 
1335
$LANG["search"][4]="sorted by"; 
1336
$LANG["search"][8]="Begin date"; 
1337
$LANG["search"][9]="End date"; 
1338
$LANG["search"][10]="in"; 
1339
$LANG["search"][11]="Items Seen"; 
1340
$LANG["search"][15]="No item found"; 
1341
$LANG["search"][16]="A least"; 
1342
$LANG["search"][17]="Add a search criteria"; 
1343
$LANG["search"][18]="Delete a search criteria"; 
1344
$LANG["search"][19]="Add a global search criteria"; 
1345
$LANG["search"][20]="Delete a global search criteria"; 
1346

    
1347
$LANG["setup"][0]="Dropdowns"; 
1348
$LANG["setup"][1]="Caution, if these items are used, they will be replaced by null."; 
1349
$LANG["setup"][2]="Add user..."; 
1350
$LANG["setup"][3]="LDAP link"; 
1351
$LANG["setup"][4]="Computers Types"; 
1352
$LANG["setup"][5]="Operating Systems"; 
1353
$LANG["setup"][9]="Network Interfaces"; 
1354
$LANG["setup"][10]="Inventory"; 
1355
$LANG["setup"][14]="E-Mail"; 
1356
$LANG["setup"][18]="Login"; 
1357
$LANG["setup"][19]="Password"; 
1358
$LANG["setup"][35]="MHz"; 
1359
$LANG["setup"][40]="Display new tickets first?"; 
1360
$LANG["setup"][41]="Select Language"; 
1361
$LANG["setup"][42]="Networking Types"; 
1362
$LANG["setup"][43]="Printer Types"; 
1363
$LANG["setup"][44]="Monitor Types"; 
1364
$LANG["setup"][45]="Case Type"; 
1365
$LANG["setup"][62]="Select the category to configure"; 
1366
$LANG["setup"][63]="Caution: you're about to remove a heading used for one or more items"; 
1367
$LANG["setup"][64]="If you confirm the deletion the items using this heading will be given NULL fields"; 
1368
$LANG["setup"][65]="You can also replace all the events of this heading by another:"; 
1369
$LANG["setup"][67]="External authentications"; 
1370
$LANG["setup"][68]="Email Follow-up"; 
1371
$LANG["setup"][69]="Devices types"; 
1372
$LANG["setup"][70]="General setup"; 
1373
$LANG["setup"][71]="Firmware"; 
1374
$LANG["setup"][72]="Select a dropdown"; 
1375
$LANG["setup"][73]="Network point"; 
1376
$LANG["setup"][74]="You can't delete that place, because it has sub-places"; 
1377
$LANG["setup"][75]="As child of"; 
1378
$LANG["setup"][76]="At the same level"; 
1379
$LANG["setup"][77]="Select a location"; 
1380
$LANG["setup"][79]="Categories of the tickets"; 
1381
$LANG["setup"][80]="Third party Type"; 
1382
$LANG["setup"][81]="Document Headings"; 
1383
$LANG["setup"][82]="Contact Type"; 
1384
$LANG["setup"][83]="Item Status"; 
1385
$LANG["setup"][84]="Cartridge Type"; 
1386
$LANG["setup"][85]="Contract Type"; 
1387
$LANG["setup"][86]="RAM Type"; 
1388
$LANG["setup"][87]="External links"; 
1389
$LANG["setup"][88]="Network"; 
1390
$LANG["setup"][89]="Domain"; 
1391
$LANG["setup"][90]="VLANs"; 
1392
$LANG["setup"][91]="Computers Models"; 
1393
$LANG["setup"][92]="Consumables Type"; 
1394
$LANG["setup"][93]="Hard Disk Interfaces"; 
1395
$LANG["setup"][94]="Monitors Models"; 
1396
$LANG["setup"][95]="Networking Models"; 
1397
$LANG["setup"][96]="Printers Models"; 
1398
$LANG["setup"][97]="Peripherals Models"; 
1399
$LANG["setup"][102]="Log Level"; 
1400
$LANG["setup"][103]="1- Critical (login error only)"; 
1401
$LANG["setup"][104]="2- Severe (Not used)"; 
1402
$LANG["setup"][105]="3- Important (successful logins)"; 
1403
$LANG["setup"][106]="4- Notices (Add, delete, tracking)"; 
1404
$LANG["setup"][107]="5- Complete (All)"; 
1405
$LANG["setup"][108]="Number of log events to be printed"; 
1406
$LANG["setup"][109]="How long logs are keep in database (in days, 0 for infinite)"; 
1407
$LANG["setup"][110]="Show the new tickets at the login"; 
1408
$LANG["setup"][111]="Number of elements to be printed by page"; 
1409
$LANG["setup"][112]="Maximum number of characters for each items of the list"; 
1410
$LANG["setup"][113]="Default language"; 
1411
$LANG["setup"][114]="Priority colors"; 
1412
$LANG["setup"][115]="Default threshold for cartridge and consumable count"; 
1413
$LANG["setup"][116]="Automatic assign the tickets to the technical person in charge"; 
1414
$LANG["setup"][117]="Authorize anonymous view of the FAQs"; 
1415
$LANG["setup"][118]="Text of the login page"; 
1416
$LANG["setup"][119]="Display Configuration"; 
1417
$LANG["setup"][120]="Use Ajax"; 
1418
$LANG["setup"][121]="Ajax Wildcard"; 
1419
$LANG["setup"][122]="Ajax - Maximum number of items viewed"; 
1420
$LANG["setup"][123]="Don't use Ajax if the number of items is less than (0=never)"; 
1421
$LANG["setup"][124]="Automatically add users of external authentication source"; 
1422
$LANG["setup"][125]="... From an external source"; 
1423
$LANG["setup"][126]="Automatically add a user of an external source"; 
1424
$LANG["setup"][127]="Autocompletion of text fields with Ajax"; 
1425
$LANG["setup"][128]="Date Format"; 
1426
$LANG["setup"][129]="Show GLPI ID"; 
1427
$LANG["setup"][130]="Use for Next/Prev items"; 
1428
$LANG["setup"][131]="Maximum number of characters to view in selection box"; 
1429
$LANG["setup"][132]="Open List"; 
1430
$LANG["setup"][133]="Activate OCSNG mode"; 
1431
$LANG["setup"][134]="OCSNG Mode"; 
1432
$LANG["setup"][135]="Normal"; 
1433
$LANG["setup"][136]="Translation"; 
1434
$LANG["setup"][137]="Debug"; 
1435
$LANG["setup"][138]="Use GLPI in Mode"; 
1436
$LANG["setup"][139]="Common"; 
1437
$LANG["setup"][140]="Types"; 
1438
$LANG["setup"][141]="Demonstration"; 
1439
$LANG["setup"][142]="Management"; 
1440
$LANG["setup"][144]="Tools"; 
1441
$LANG["setup"][145]="Os"; 
1442
$LANG["setup"][147]="Ajax"; 
1443
$LANG["setup"][148]="Step for the hours"; 
1444
$LANG["setup"][149]="Number of decimals in amounts"; 
1445
$LANG["setup"][150]="Number Format"; 
1446
$LANG["setup"][152]="LDAP configuration"; 
1447
$LANG["setup"][154]="Basedn"; 
1448
$LANG["setup"][155]="rootdn (for non anonymous binds)"; 
1449
$LANG["setup"][156]="Pass (for non-anonymous binds)"; 
1450
$LANG["setup"][157]="The LDAP extension of your PHP parser isn't installed"; 
1451
$LANG["setup"][158]="Impossible to use LDAP as external source of connection"; 
1452
$LANG["setup"][159]="Connection filter"; 
1453
$LANG["setup"][162]="IMAP/POP configuration"; 
1454
$LANG["setup"][164]="IMAP/POP Host Name (users email will be login@thishost)"; 
1455
$LANG["setup"][165]="Your PHP parser was compiled without the IMAP functions"; 
1456
$LANG["setup"][166]="Impossible to use IMAP/POP as external source of connection"; 
1457
$LANG["setup"][167]="GLPI/LDAP Links"; 
1458
$LANG["setup"][168]="Connection options"; 
1459
$LANG["setup"][169]="Email (option)"; 
1460
$LANG["setup"][170]="Resulting connection parameter"; 
1461
$LANG["setup"][171]="Port (optional)"; 
1462
$LANG["setup"][172]="LDAP Port (default=389)"; 
1463
$LANG["setup"][174]="CAS Host"; 
1464
$LANG["setup"][175]="Port"; 
1465
$LANG["setup"][176]="Root directory (optional)"; 
1466
$LANG["setup"][177]="CAS configuration"; 
1467
$LANG["setup"][178]="The CURL or DOMXML extension for your PHP parser isn't installed"; 
1468
$LANG["setup"][179]="Impossible to use CAS as external source of connection"; 
1469
$LANG["setup"][180]="Use TLS"; 
1470
$LANG["setup"][181]="ldap_start_tls does not exist"; 
1471
$LANG["setup"][182]="Logout fallback URL"; 
1472
$LANG["setup"][183]="Use cache"; 
1473
$LANG["setup"][184]="Restrictions"; 
1474
$LANG["setup"][185]="Logs in files (SQL, email, cron...)"; 
1475
$LANG["setup"][186]="Time zone"; 
1476
$LANG["setup"][190]="x509 certificate"; 
1477
$LANG["setup"][191]="email attribute for x509"; 
1478
$LANG["setup"][192]="Enabled"; 
1479
$LANG["setup"][193]="Field holding the login in the _SERVER array"; 
1480
$LANG["setup"][194]="Additional informations retrieval from LDAP directory"; 
1481
$LANG["setup"][195]="Keep status"; 
1482
$LANG["setup"][196]="Clear status"; 
1483
$LANG["setup"][197]="Copy computer status"; 
1484
$LANG["setup"][198]="Set status"; 
1485
$LANG["setup"][201]="Function Configuration"; 
1486
$LANG["setup"][202]="Use Email Follow-ups"; 
1487
$LANG["setup"][203]="Administrator Email"; 
1488
$LANG["setup"][204]="Email Signature"; 
1489
$LANG["setup"][205]="Email sent to administrator"; 
1490
$LANG["setup"][206]="Failed to send email to administrator"; 
1491
$LANG["setup"][207]="Administrator reply-to Email (if needed)"; 
1492
$LANG["setup"][211]="For all new tickets"; 
1493
$LANG["setup"][212]="For each follow-up"; 
1494
$LANG["setup"][213]="When closing a ticket"; 
1495
$LANG["setup"][217]="The PHP mail function is unknown or isn't activated on your system"; 
1496
$LANG["setup"][218]="The use of a SMTP is needed"; 
1497
$LANG["setup"][219]="Allow anonymous ticket creation (helpdesk.html)"; 
1498
$LANG["setup"][221]="Beginning of fiscal year (day and month)"; 
1499
$LANG["setup"][223]="Limit of the schedules for planning"; 
1500
$LANG["setup"][225]="For reservations (add, modification and deletion)"; 
1501
$LANG["setup"][226]="Add a link to GLPI in emails"; 
1502
$LANG["setup"][227]="Base URL used"; 
1503
$LANG["setup"][228]="Login Field"; 
1504
$LANG["setup"][229]="Test to send a email to the administrator"; 
1505
$LANG["setup"][230]="When updating a ticket"; 
1506
$LANG["setup"][231]="Use a SMTP server to send emails"; 
1507
$LANG["setup"][232]="SMTP Host"; 
1508
$LANG["setup"][233]="SMTP Port"; 
1509
$LANG["setup"][234]="SMTP Login"; 
1510
$LANG["setup"][235]="SMTP Password"; 
1511
$LANG["setup"][236]="Former technician in charge of the ticket"; 
1512
$LANG["setup"][237]="Administrator"; 
1513
$LANG["setup"][239]="Technician in charge of this ticket"; 
1514
$LANG["setup"][240]="Notification Options"; 
1515
$LANG["setup"][241]="No personal criteria. Create personal parameters?"; 
1516
$LANG["setup"][242]="Alarms options"; 
1517
$LANG["setup"][243]="Alarms on consumables"; 
1518
$LANG["setup"][244]="Alarms on cartridges"; 
1519
$LANG["setup"][245]="Recalls"; 
1520
$LANG["setup"][246]="Alarms on contracts"; 
1521
$LANG["setup"][247]="Alarms on financial information"; 
1522
$LANG["setup"][248]="Group in charge of the ticket"; 
1523
$LANG["setup"][249]="Requester group"; 
1524
$LANG["setup"][250]="Default search fields list"; 
1525
$LANG["setup"][252]="Select default items to show"; 
1526
$LANG["setup"][253]="Filter to search in groups"; 
1527
$LANG["setup"][254]="Search type"; 
1528
$LANG["setup"][255]="Group attribute containing its users"; 
1529
$LANG["setup"][256]="In users"; 
1530
$LANG["setup"][257]="In groups"; 
1531
$LANG["setup"][258]="Users & Groups"; 
1532
$LANG["setup"][259]="Belonging to groups"; 
1533
$LANG["setup"][260]="User attribute containing its groups"; 
1534
$LANG["setup"][261]="Group DN"; 
1535
$LANG["setup"][262]="Use DN in the search"; 
1536
$LANG["setup"][263]="Search filter for users"; 
1537
$LANG["setup"][264]="Alarms on expired licenses"; 
1538
$LANG["setup"][270]="Restrict manual management of items"; 
1539
$LANG["setup"][271]="Restrict monitor management"; 
1540
$LANG["setup"][272]="Restrict device management"; 
1541
$LANG["setup"][273]="Restrict phone management"; 
1542
$LANG["setup"][274]="for manual add"; 
1543
$LANG["setup"][275]="Restrict printer management"; 
1544
$LANG["setup"][276]="Restrict license management"; 
1545
$LANG["setup"][277]="Unglobalization of licenses allowed"; 
1546
$LANG["setup"][280]="Automatic update of the elements related to the computers"; 
1547
$LANG["setup"][281]="Connect / update behaviour"; 
1548
$LANG["setup"][282]="Disconnect behaviour"; 
1549
$LANG["setup"][283]="Copy"; 
1550
$LANG["setup"][284]="Clear"; 
1551
$LANG["setup"][300]="Check if a new version is available"; 
1552
$LANG["setup"][301]="A new version is available:"; 
1553
$LANG["setup"][302]="It is available at the GLPI website: <a href='http://glpi-project' target='_blank'>http://glpi-project.org</a>"; 
1554
$LANG["setup"][303]="You have the latest available version"; 
1555
$LANG["setup"][304]="Connection failed. If you use a proxy, please configure it."; 
1556
$LANG["setup"][306]="Check for upgrade"; 
1557
$LANG["setup"][307]="Never"; 
1558
$LANG["setup"][308]="Each week"; 
1559
$LANG["setup"][309]="Each month"; 
1560
$LANG["setup"][310]="Impossible to connect to site."; 
1561
$LANG["setup"][311]="Failed to connect to the proxy server"; 
1562
$LANG["setup"][312]="No data available on the web site"; 
1563
$LANG["setup"][350]="Link with the items for the creation of tickets"; 
1564
$LANG["setup"][351]="All Items"; 
1565
$LANG["setup"][352]="Linkable items to a ticket"; 
1566
$LANG["setup"][360]="Automatic fields (marked by *)"; 
1567
$LANG["setup"][401]="Proxy Address"; 
1568
$LANG["setup"][402]="Proxy Port"; 
1569
$LANG["setup"][403]="Proxy Username"; 
1570
$LANG["setup"][404]="Proxy Password"; 
1571
$LANG["setup"][405]="Log updates of tickets adding follow-ups"; 
1572
$LANG["setup"][406]="Personalization"; 
1573
$LANG["setup"][407]="Helpdesk help link"; 
1574
$LANG["setup"][408]="Central help link"; 
1575
$LANG["setup"][409]="Default heading when adding a document to a ticket"; 
1576
$LANG["setup"][503]="Phones models"; 
1577
$LANG["setup"][504]="Phones Types"; 
1578
$LANG["setup"][505]="Power supply type of phones"; 
1579
$LANG["setup"][601]="LDAP Value"; 
1580
$LANG["setup"][603]="Add a user"; 
1581
$LANG["setup"][604]="Associate to a group"; 
1582
$LANG["setup"][605]="Add Group"; 
1583
$LANG["setup"][606]="Unable to add. The user already exists."; 
1584
$LANG["setup"][607]="Associate to a profile"; 
1585
$LANG["setup"][610]="Compulsory title of the ticket"; 
1586
$LANG["setup"][611]="Compulsory ticket's content"; 
1587
$LANG["setup"][612]="Compulsory ticket's category"; 
1588
$LANG["setup"][701]="Select a plugin to configure"; 
1589
$LANG["setup"][702]="plugin not compatible with this version"; 
1590
$LANG["setup"][703]="General"; 
1591
$LANG["setup"][704]="Notifications"; 
1592
$LANG["setup"][800]="Mysql replicate"; 
1593
$LANG["setup"][801]="Enable the replica"; 
1594
$LANG["setup"][802]="Database"; 
1595
$LANG["setup"][803]="Difference between master and slave"; 
1596
$LANG["setup"][804]="Notify by e-mail if desynchronization"; 
1597
$LANG["setup"][806]="Max difference between master and slave"; 
1598
$LANG["setup"][807]="The slave base is desynchronized. The difference is of:"; 
1599
$LANG["setup"][808]="Slave database out of sync!"; 
1600
$LANG["setup"][809]="MySQL replica: read only"; 
1601

    
1602
$LANG["software"][3]="Platform"; 
1603
$LANG["software"][5]="Versions"; 
1604
$LANG["software"][6]="Automatic addition"; 
1605
$LANG["software"][11]="Licences"; 
1606
$LANG["software"][12]="Add license..."; 
1607
$LANG["software"][13]="licenses found"; 
1608
$LANG["software"][14]="No license for this software."; 
1609
$LANG["software"][15]="Add licenses to software"; 
1610
$LANG["software"][16]="Serial Number<br>'free' -> free license<br>'global' -> global license"; 
1611
$LANG["software"][17]="Installed Software"; 
1612
$LANG["software"][19]="Installations"; 
1613
$LANG["software"][20]="Remaining"; 
1614
$LANG["software"][25]="Valid to"; 
1615
$LANG["software"][26]="Never expired"; 
1616
$LANG["software"][27]="Expired license"; 
1617
$LANG["software"][28]="OEM"; 
1618
$LANG["software"][29]="Update"; 
1619
$LANG["software"][32]="Expiration"; 
1620
$LANG["software"][34]="Update a license"; 
1621
$LANG["software"][35]="Bought"; 
1622
$LANG["software"][36]="update(s) found"; 
1623
$LANG["software"][37]="To buy"; 
1624
$LANG["software"][38]="Global license"; 
1625
$LANG["software"][39]="Free Software"; 
1626
$LANG["software"][40]="No license"; 
1627
$LANG["software"][42]="New software based on a template"; 
1628
$LANG["software"][43]="Add a license to buy"; 
1629
$LANG["software"][44]="Install software"; 
1630
$LANG["software"][45]="Uninstall software"; 
1631
$LANG["software"][46]="Visible in Helpdesk"; 
1632

    
1633
$LANG["softwarecategories"][1]="Folded up"; 
1634
$LANG["softwarecategories"][2]="Unfolded"; 
1635
$LANG["softwarecategories"][3]="Software without category"; 
1636
$LANG["softwarecategories"][4]="Categorized software"; 
1637
$LANG["softwarecategories"][5]="Category of Software"; 
1638

    
1639
$LANG["state"][0]="Status"; 
1640
$LANG["state"][6]="Item Type"; 
1641
$LANG["state"][7]="No items found"; 
1642
$LANG["state"][11]="Summary"; 
1643

    
1644
$LANG["stats"][0]="Select statistics to be displayed"; 
1645
$LANG["stats"][1]="Global"; 
1646
$LANG["stats"][3]="Per item"; 
1647
$LANG["stats"][5]="Number of tickets"; 
1648
$LANG["stats"][6]="Average resolution delay"; 
1649
$LANG["stats"][11]="Number of resolved tickets"; 
1650
$LANG["stats"][13]="Number of tickets"; 
1651
$LANG["stats"][15]="Average resolution delay"; 
1652
$LANG["stats"][16]="Technician name"; 
1653
$LANG["stats"][20]="Username"; 
1654
$LANG["stats"][23]="No statistics are available"; 
1655
$LANG["stats"][25]="Average (real) duration of ticket"; 
1656
$LANG["stats"][26]="Types"; 
1657
$LANG["stats"][27]="Total (real) duration of ticket"; 
1658
$LANG["stats"][30]="Average delay to respond to the ticket"; 
1659
$LANG["stats"][31]="Day(s)"; 
1660
$LANG["stats"][33]="Min(s)"; 
1661
$LANG["stats"][34]="Sec(s)"; 
1662
$LANG["stats"][35]="Ticket(s)"; 
1663
$LANG["stats"][44]="Supplier Name"; 
1664
$LANG["stats"][45]="By hardware"; 
1665
$LANG["stats"][46]="Statistics by hardware"; 
1666
$LANG["stats"][47]="By tickets"; 
1667
$LANG["stats"][48]="(assigned)"; 
1668
$LANG["stats"][49]="(follow-ups)"; 
1669

    
1670
$LANG["title"][0]="Command Center"; 
1671
$LANG["title"][1]="Helpdesk Access Only"; 
1672
$LANG["title"][5]="Knowledge database"; 
1673
$LANG["title"][6]="Networking"; 
1674
$LANG["title"][9]="Item Status"; 
1675
$LANG["title"][10]="Ticket Follow-up"; 
1676
$LANG["title"][13]="User Information"; 
1677
$LANG["title"][14]="External authentication sources"; 
1678
$LANG["title"][15]="Email support"; 
1679
$LANG["title"][24]="Assistance"; 
1680
$LANG["title"][26]="Main"; 
1681
$LANG["title"][27]="Connections"; 
1682
$LANG["title"][28]="Tickets"; 
1683
$LANG["title"][30]="Components"; 
1684
$LANG["title"][33]="External Links"; 
1685
$LANG["title"][34]="Links"; 
1686
$LANG["title"][37]="Notes"; 
1687
$LANG["title"][38]="Historical"; 
1688
$LANG["title"][40]="Public and Personal notes"; 
1689
$LANG["title"][42]="Massive modification"; 
1690
$LANG["title"][43]="Registry"; 
1691

    
1692
$LANG["tracking"][1]="My devices"; 
1693
$LANG["tracking"][2]="Or complete search"; 
1694
$LANG["tracking"][3]="Invalid dates. Update cancelled."; 
1695
$LANG["tracking"][8]="No description for your ticket, please retry."; 
1696
$LANG["tracking"][24]="Document Ticket"; 
1697
$LANG["tracking"][29]="Number"; 
1698
$LANG["tracking"][30]="New"; 
1699
$LANG["tracking"][31]="Processing (assigned)"; 
1700
$LANG["tracking"][32]="Processing (planned)"; 
1701
$LANG["tracking"][34]="Direct"; 
1702
$LANG["tracking"][35]="Written"; 
1703
$LANG["tracking"][37]="Keep tickets when purging hardware in the inventory"; 
1704
$LANG["tracking"][38]="An email was sent to"; 
1705

    
1706
$LANG["transfer"][1]="Transference"; 
1707
$LANG["transfer"][2]="Add a transfer configuration"; 
1708
$LANG["transfer"][3]="If not used"; 
1709
$LANG["transfer"][4]="To empty the list of the elements to be transferred"; 
1710
$LANG["transfer"][5]="You can continue to add elements to be transferred or transfer as of now these elements"; 
1711
$LANG["transfer"][6]="Think of making a backup before transferring items."; 
1712
$LANG["transfer"][7]="Items to transfer"; 
1713
$LANG["transfer"][8]="Transfer mode"; 
1714

    
1715
$LANG["update"][88]="Your database version isn't compatible with the version of the code installed. An update is needed."; 
1716
$LANG["update"][89]="You're trying to use GLPI with a database version planned for a higher version. Please install the version corresponding to your database."; 
1717
$LANG["update"][90]="Error during the database update"; 
1718
$LANG["update"][91]="Caution!"; 
1719
$LANG["update"][92]="You will update the GLPI database named :"; 
1720
$LANG["update"][93]="Database connection successful"; 
1721
$LANG["update"][94]="Update successful, your database is up to date"; 
1722
$LANG["update"][95]="Connection to databse failed, verify the connection parameters included in config_db.php file"; 
1723
$LANG["update"][96]="Now, all administrators have 'super-admin' rights. This new user type was also added."; 
1724
$LANG["update"][105]="Impossible to accomplish an update this way!!"; 
1725
$LANG["update"][106]="Go back to GLPI"; 
1726
$LANG["update"][107]="You must now proceed to updating your database content"; 
1727
$LANG["update"][130]="Locations Update"; 
1728
$LANG["update"][131]="The new structure is hierarchical"; 
1729
$LANG["update"][132]="If you used a delimiting character, you can set it in order to automate the generation of the new hierarchy."; 
1730
$LANG["update"][133]="You can also specify a root location which will include all the generated locations."; 
1731
$LANG["update"][134]="Delimiting character"; 
1732
$LANG["update"][135]="Root location"; 
1733
$LANG["update"][136]="This is the new hierarchy. If it's OK, you can validate it."; 
1734
$LANG["update"][137]="New hierarchy"; 
1735
$LANG["update"][138]="Actual locations"; 
1736
?>
Redmine Appliance - Powered by TurnKey Linux