mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02: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:
@@ -748,6 +748,11 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'UI:DetailsPageTitle' => 'iTop - %1$s - %2$s подробности',
|
||||
'UI:ErrorPageTitle' => 'iTop - Ошибка',
|
||||
'UI:ObjectDoesNotExist' => 'Извните, этот объект не существует (или вы не можете его видеть).',
|
||||
'UI:ObjectArchived' => 'This object has been archived. Please enable the archive mode or contact your administrator.~~',
|
||||
'Tag:Archived' => 'Archived~~',
|
||||
'Tag:Archived+' => 'Can be accessed only in archive mode~~',
|
||||
'Tag:Synchronized' => 'Synchronized~~',
|
||||
'ObjectRef:Archived' => 'Archived~~',
|
||||
'UI:SearchResultsPageTitle' => 'iTop - Результаты поиска',
|
||||
'UI:SearchResultsTitle' => 'Результаты поиска',
|
||||
'UI:SearchResultsTitle+' => 'Результаты полнотекстового поиска',
|
||||
@@ -1054,6 +1059,10 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'UI:Pagination:All' => 'Все',
|
||||
'UI:HierarchyOf_Class' => 'Иерархия по: %1$s~~',
|
||||
'UI:Preferences' => 'Дополнительно...~~',
|
||||
'UI:ArchiveModeOn' => 'Activate archive mode~~',
|
||||
'UI:ArchiveModeOff' => 'Deactivate archive mode~~',
|
||||
'UI:ArchiveMode:Banner' => 'Archive mode~~',
|
||||
'UI:ArchiveMode:Banner+' => 'Archived objects are visible, and no modification is allowed~~',
|
||||
'UI:FavoriteOrganizations' => 'Избранные организации',
|
||||
'UI:FavoriteOrganizations+' => 'Check in the list below the organizations that you want to see in the drop-down menu for a quick access. Note that this is not a security setting, objects from any organization are still visible and can be accessed by selecting "All Organizations" in the drop-down list.',
|
||||
'UI:FavoriteLanguage' => 'Язык пользовательского интерфейса',
|
||||
|
||||
Reference in New Issue
Block a user