Changes for page Pages on this Wiki
Last modified by Thomas Mortagne on 2020/01/28
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -$msg.get(" xe.index.documents")1 +$msg.get("platform.index.documents") - Content
-
... ... @@ -12,12 +12,12 @@ 12 12 ## Set Tab Data 13 13 ##======== 14 14 #set ($tabs = [ 15 - {'tabName' : 'index', 'idSuffix' : 'index', 'translationKey' : ' xe.index', 'document' : 'XWiki.Tableview'},16 - {'tabName' : 'tree', 'idSuffix' : 'treeview', 'translationKey' : ' xe.index.tree', 'document' : 'XWiki.Treeview'},17 - {'tabName' : 'orphans', 'idSuffix' : 'orphansview', 'translationKey' : ' xe.index.orphaned', 'document' : 'XWiki.OrphanedPages'},18 - {'tabName' : 'attachments', 'idSuffix' : 'attachments', 'translationKey' : ' xe.index.attachments', 'document' : 'XWiki.AllAttachments'},19 - {'tabName' : 'deletedDocs', 'idSuffix' : 'deletedDocs', 'translationKey' : ' xe.index.documentsTrash', 'document' : 'XWiki.DeletedDocuments'},20 - {'tabName' : 'deletedAttachments', 'idSuffix' : 'deletedAttachments', 'translationKey' : ' xe.index.attachmentsTrash', 'document' : 'XWiki.DeletedAttachments'}15 + {'tabName' : 'index', 'idSuffix' : 'index', 'translationKey' : 'platform.index', 'document' : 'XWiki.Tableview'}, 16 + {'tabName' : 'tree', 'idSuffix' : 'treeview', 'translationKey' : 'platform.index.tree', 'document' : 'XWiki.Treeview'}, 17 + {'tabName' : 'orphans', 'idSuffix' : 'orphansview', 'translationKey' : 'platform.index.orphaned', 'document' : 'XWiki.OrphanedPages'}, 18 + {'tabName' : 'attachments', 'idSuffix' : 'attachments', 'translationKey' : 'platform.index.attachments', 'document' : 'XWiki.AllAttachments'}, 19 + {'tabName' : 'deletedDocs', 'idSuffix' : 'deletedDocs', 'translationKey' : 'platform.index.documentsTrash', 'document' : 'XWiki.DeletedDocuments'}, 20 + {'tabName' : 'deletedAttachments', 'idSuffix' : 'deletedAttachments', 'translationKey' : 'platform.index.attachmentsTrash', 'document' : 'XWiki.DeletedAttachments'} 21 21 ]) 22 22 ##============================================= 23 23 ## Add External Links tab if the LinkChecker module is present.