Fix metadata

This commit is contained in:
Svetlana Maleeva 2023-11-12 14:02:29 +03:00
parent 60243cac93
commit b217f64fdc
6 changed files with 18 additions and 18 deletions

View File

@ -3,9 +3,9 @@
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Intйgration. Pour bien commencer Chamilo";
MetaKeyWords = "intйgration, connecteur, йdition en ligne, chamilo, modifier, partager, stocker";
MetaDescription = "Intйgrer ONLYOFFICE avec le logiciel collaboratif Chamilo";
PageTitle = PageCaption = "Intégration. Pour bien commencer Chamilo";
MetaKeyWords = "intégration, connecteur, édition en ligne, chamilo, modifier, partager, stocker";
MetaDescription = "Intégrer ONLYOFFICE avec le logiciel collaboratif Chamilo";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Conseils et astuces";
guides.Title = "Importer des fichiers issues d'autres sources";

View File

@ -3,9 +3,9 @@
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Intйgration. Pour bien commencer. Confluence";
MetaKeyWords = "intйgration, connecteur, йdition en ligne, confluence, modifier, partager, stocker";
MetaDescription = "Intйgrer ONLYOFFICE dans le logiciel collaboratif Confluence";
PageTitle = PageCaption = "Intégration. Pour bien commencer. Confluence";
MetaKeyWords = "intégration, connecteur, édition en ligne, confluence, modifier, partager, stocker";
MetaDescription = "Intégrer ONLYOFFICE dans le logiciel collaboratif Confluence";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Conseils et astuces";
guides.Title = "Importer des fichiers issues d'autres sources";

View File

@ -3,9 +3,9 @@
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Intйgration. Pour bien commencer Drupal";
MetaKeyWords = "intйgration, connecteur, йdition en ligne, drupal, modifier, partager, stocker, api";
MetaDescription = "Intйgrer ONLYOFFICE а l'aide du systиme de gestion du contenu Drupal";
PageTitle = PageCaption = "Intégration. Pour bien commencer Drupal";
MetaKeyWords = "intégration, connecteur, édition en ligne, drupal, modifier, partager, stocker, api";
MetaDescription = "Intégrer ONLYOFFICE а l'aide du systиme de gestion du contenu Drupal";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Conseils et astuces";
guides.Title = "Importer des fichiers issues d'autres sources";

View File

@ -3,9 +3,9 @@
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Intйgration. Pour bien commencer Humhub";
MetaKeyWords = "intйgration, connecteur, йdition en ligne, humhub, modifier, partager, stocker";
MetaDescription = "Intйgrer ONLYOFFICE а l'aide du rйseau social Humhub";
PageTitle = PageCaption = "Intégration. Pour bien commencer Humhub";
MetaKeyWords = "intégration, connecteur, édition en ligne, humhub, modifier, partager, stocker";
MetaDescription = "Intégrer ONLYOFFICE а l'aide du rйseau social Humhub";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Conseils et astuces";
guides.Title = "Importer des fichiers issues d'autres sources";

View File

@ -3,9 +3,9 @@
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Intйgration. Pour bien commencer Liferay";
MetaKeyWords = "intйgration, connecteur, йdition en ligne, liferay, modifier, partager, stocker";
MetaDescription = "Intйgrer ONLYOFFICE avec la plateforme d'expйrience digitale Liferay";
PageTitle = PageCaption = "Intégration. Pour bien commencer Liferay";
MetaKeyWords = "intégration, connecteur, édition en ligne, liferay, modifier, partager, stocker";
MetaDescription = "Intégrer ONLYOFFICE avec la plateforme d'expйrience digitale Liferay";
var guides = new GuidesModel();
guides.CaptionRelatedTips = "Conseils et astuces";
guides.Title = "Importer des fichiers issues d'autres sources";

View File

@ -5,9 +5,9 @@
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Intйgration. Pour bien commencer Mattermost";
MetaKeyWords = "intйgration, connecteur, йdition en ligne, Mattermost, modifier, partager";
MetaDescription = "Intйgrer ONLYOFFICE dans Mattermost, une messagerie instantanйe open source";
PageTitle = PageCaption = "Intégration. Pour bien commencer Mattermost";
MetaKeyWords = "intégration, connecteur, édition en ligne, Mattermost, modifier, partager";
MetaDescription = "Intégrer ONLYOFFICE dans Mattermost, une messagerie instantanйe open source";
var guides = new GuidesModel();
(Page as BasePage).Guides = guides;
}