mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
NEW! Archiving data. Archiving is a soft delete. It can be undone. Enter the archive mode to see all the data including archives (everything is read-only in that mode). Archiving must be enabled per class (data model). Archiving is achieved by the mean of the API DBObject::Archive (or Unarchive).
SVN:trunk[4692]
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2016 Combodo SARL
|
||||
// Copyright (C) 2010-2017 Combodo SARL
|
||||
//
|
||||
// This file is part of iTop.
|
||||
//
|
||||
@@ -20,7 +20,7 @@
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2016 Combodo SARL
|
||||
* @copyright Copyright (C) 2010-2017 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
@@ -45,6 +45,13 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
|
||||
'Core:AttributeBoolean' => 'Boolean',
|
||||
'Core:AttributeBoolean+' => 'Boolean',
|
||||
'Core:AttributeBoolean/Value:null' => '',
|
||||
'Core:AttributeBoolean/Value:yes' => 'Yes~~',
|
||||
'Core:AttributeBoolean/Value:no' => 'No~~',
|
||||
|
||||
'Core:AttributeArchiveFlag/Value:yes' => 'Yes~~',
|
||||
'Core:AttributeArchiveFlag/Value:yes+' => 'This object is visible only in archive mode~~',
|
||||
'Core:AttributeArchiveFlag/Value:no' => 'No~~',
|
||||
|
||||
'Core:AttributeString' => 'String',
|
||||
'Core:AttributeString+' => 'Seqüência alfanumérica',
|
||||
@@ -854,6 +861,4 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Core:Validator:Mandatory' => 'Please, fill this field~~',
|
||||
'Core:Validator:MustBeInteger' => 'Must be an integer~~',
|
||||
'Core:Validator:MustSelectOne' => 'Please, select one~~',
|
||||
));
|
||||
|
||||
?>
|
||||
));
|
||||
Reference in New Issue
Block a user