From df3ed63ab3aafc79a8217570fc89332d42ce81cb Mon Sep 17 00:00:00 2001 From: svetlana maleeva Date: Thu, 25 Jul 2024 18:08:29 +0300 Subject: [PATCH] Edit date-time-functions.ascx --- Web/App_GlobalResources/Resource.de.resx | 27 +++++++++++++++++ Web/App_GlobalResources/Resource.es.resx | 27 +++++++++++++++++ Web/App_GlobalResources/Resource.fr.resx | 27 +++++++++++++++++ Web/App_GlobalResources/Resource.it.resx | 27 +++++++++++++++++ Web/App_GlobalResources/Resource.resx | 27 +++++++++++++++++ Web/App_GlobalResources/Resource.ru.resx | 27 +++++++++++++++++ .../Help/ABCIndex/ABCCompleteArticleList.ascx | 18 +++++------ .../3027_minute-function.ascx | 2 +- .../3027_minute-function.de.ascx | 3 -- .../3027_minute-function.es.ascx | 3 -- .../3027_minute-function.fr.ascx | 3 -- .../3027_minute-function.it.ascx | 3 -- .../3027_minute-function.ru.ascx | 3 -- .../3028_month-function.ascx | 2 +- .../3028_month-function.de.ascx | 3 -- .../3028_month-function.es.ascx | 3 -- .../3028_month-function.fr.ascx | 3 -- .../3028_month-function.it.ascx | 3 -- .../3028_month-function.ru.ascx | 3 -- .../3029_now-function.ascx | 2 +- .../3029_now-function.de.ascx | 3 -- .../3029_now-function.es.ascx | 3 -- .../3029_now-function.fr.ascx | 3 -- .../3029_now-function.it.ascx | 3 -- .../3029_now-function.ru.ascx | 3 -- .../3030_second-function.ascx | 2 +- .../3030_second-function.de.ascx | 3 -- .../3030_second-function.es.ascx | 3 -- .../3030_second-function.fr.ascx | 3 -- .../3030_second-function.it.ascx | 3 -- .../3030_second-function.ru.ascx | 3 -- .../3032_today-function.ascx | 2 +- .../3032_today-function.de.ascx | 3 -- .../3032_today-function.es.ascx | 3 -- .../3032_today-function.fr.ascx | 3 -- .../3032_today-function.it.ascx | 3 -- .../3032_today-function.ru.ascx | 3 -- .../3121_networkdays-function.ascx | 2 +- .../3121_networkdays-function.de.ascx | 3 -- .../3121_networkdays-function.es.ascx | 3 -- .../3121_networkdays-function.fr.ascx | 3 -- .../3121_networkdays-function.it.ascx | 3 -- .../3121_networkdays-function.ru.ascx | 3 -- .../3122_timevalue-function.ascx | 2 +- .../3122_timevalue-function.de.ascx | 3 -- .../3122_timevalue-function.es.ascx | 3 -- .../3122_timevalue-function.fr.ascx | 3 -- .../3122_timevalue-function.it.ascx | 3 -- .../3122_timevalue-function.ru.ascx | 3 -- .../3399_isoweeknum-function.ascx | 2 +- .../3399_isoweeknum-function.de.ascx | 3 -- .../3399_isoweeknum-function.es.ascx | 3 -- .../3399_isoweeknum-function.fr.ascx | 3 -- .../3399_isoweeknum-function.ru.ascx | 3 -- .../3400_networkdays-intl-function.ascx | 2 +- .../3400_networkdays-intl-function.de.ascx | 3 -- .../3400_networkdays-intl-function.es.ascx | 3 -- .../3400_networkdays-intl-function.fr.ascx | 3 -- .../3400_networkdays-intl-function.ru.ascx | 3 -- Web/Controls/Help/SiteMap/SiteMap.ascx | 18 +++++------ .../date-time-functions.ascx | 30 ++++++++++++------- 61 files changed, 209 insertions(+), 166 deletions(-) rename Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/{3027_minute-function => }/3027_minute-function.ascx (71%) delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.de.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.es.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.fr.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.it.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.ru.ascx rename Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/{3028_month-function => }/3028_month-function.ascx (72%) delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.de.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.es.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.fr.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.it.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.ru.ascx rename Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/{3029_now-function => }/3029_now-function.ascx (72%) delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.de.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.es.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.fr.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.it.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.ru.ascx rename Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/{3030_second-function => }/3030_second-function.ascx (71%) delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.de.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.es.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.fr.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.it.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.ru.ascx rename Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/{3032_today-function => }/3032_today-function.ascx (72%) delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.de.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.es.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.fr.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.it.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.ru.ascx rename Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/{3121_networkdays-function => }/3121_networkdays-function.ascx (69%) delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.de.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.es.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.fr.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.it.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.ru.ascx rename Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/{3122_timevalue-function => }/3122_timevalue-function.ascx (70%) delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.de.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.es.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.fr.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.it.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.ru.ascx rename Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/{3399_isoweeknum-function => }/3399_isoweeknum-function.ascx (70%) delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function/3399_isoweeknum-function.de.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function/3399_isoweeknum-function.es.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function/3399_isoweeknum-function.fr.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function/3399_isoweeknum-function.ru.ascx rename Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/{3400_networkdays-intl-function => }/3400_networkdays-intl-function.ascx (68%) delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function/3400_networkdays-intl-function.de.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function/3400_networkdays-intl-function.es.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function/3400_networkdays-intl-function.fr.ascx delete mode 100644 Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function/3400_networkdays-intl-function.ru.ascx diff --git a/Web/App_GlobalResources/Resource.de.resx b/Web/App_GlobalResources/Resource.de.resx index 9235e978f..b2319f422 100644 --- a/Web/App_GlobalResources/Resource.de.resx +++ b/Web/App_GlobalResources/Resource.de.resx @@ -5292,4 +5292,31 @@ STUNDE-Funktion + + ISOKALENDERWOCHE-Funktion + + + MINUTE-Funktion + + + MONAT-Funktion + + + NETTOARBEITSTAGE-Funktion + + + NETTOARBEITSTAGE.INTL-Funktion + + + JETZT-Funktion + + + SEKUNDE-Funktion + + + ZEITWERT-Funktion + + + HEUTE-Funktion + \ No newline at end of file diff --git a/Web/App_GlobalResources/Resource.es.resx b/Web/App_GlobalResources/Resource.es.resx index 29e87df04..1eea08f2d 100644 --- a/Web/App_GlobalResources/Resource.es.resx +++ b/Web/App_GlobalResources/Resource.es.resx @@ -3315,4 +3315,31 @@ Función HORA + + Función ISO.NUM.DE.SEMANA + + + Función MINUTO + + + Función MES + + + Función DIAS.LAB + + + Función DIAS.LAB.INTL + + + Función AHORA + + + Función SEGUNDO + + + Función HORANUMERO + + + Función HOY + \ No newline at end of file diff --git a/Web/App_GlobalResources/Resource.fr.resx b/Web/App_GlobalResources/Resource.fr.resx index d85f5def1..63ca4a1e1 100644 --- a/Web/App_GlobalResources/Resource.fr.resx +++ b/Web/App_GlobalResources/Resource.fr.resx @@ -4353,4 +4353,31 @@ Fonction HEURE + + Fonction NO.SEMAINE.ISO + + + Fonction MINUTE + + + Fonction MOIS + + + Fonction NB.JOURS.OUVRES + + + Fonction NB.JOURS.OUVRES.INTL + + + Fonction MAINTENANT + + + Fonction SECONDE + + + Fonction TEMPSVAL + + + Fonction AUJOURDHUI + \ No newline at end of file diff --git a/Web/App_GlobalResources/Resource.it.resx b/Web/App_GlobalResources/Resource.it.resx index b6faae62c..74b5ecd92 100644 --- a/Web/App_GlobalResources/Resource.it.resx +++ b/Web/App_GlobalResources/Resource.it.resx @@ -2688,4 +2688,31 @@ Funzione HOUR + + Funzione ISOWEEKNUM + + + Funzione MINUTE + + + Funzione MONTH + + + Funzione NETWORKDAYS + + + Funzione NETWORKDAYS.INTL + + + Funzione NOW + + + Funzione SECOND + + + Funzione TIMEVALUE + + + Funzione TODAY + \ No newline at end of file diff --git a/Web/App_GlobalResources/Resource.resx b/Web/App_GlobalResources/Resource.resx index a0a8d6d9e..0b47b8e9a 100644 --- a/Web/App_GlobalResources/Resource.resx +++ b/Web/App_GlobalResources/Resource.resx @@ -5353,4 +5353,31 @@ HOUR function + + ISOWEEKNUM function + + + MINUTE function + + + MONTH function + + + NETWORKDAYS function + + + NETWORKDAYS.INTL function + + + NOW function + + + SECOND function + + + TIMEVALUE function + + + TODAY function + \ No newline at end of file diff --git a/Web/App_GlobalResources/Resource.ru.resx b/Web/App_GlobalResources/Resource.ru.resx index e8909e519..26df7681f 100644 --- a/Web/App_GlobalResources/Resource.ru.resx +++ b/Web/App_GlobalResources/Resource.ru.resx @@ -4476,4 +4476,31 @@ Функция ЧАС + + Функция НОМНЕДЕЛИ.ISO + + + Функция МИНУТЫ + + + Функция МЕСЯЦ + + + Функция ЧИСТРАБДНИ + + + Функция ЧИСТРАБДНИ.МЕЖД + + + Функция ТДАТА + + + Функция СЕКУНДЫ + + + Функция ВРЕМЗНАЧ + + + Функция СЕГОДНЯ + \ No newline at end of file diff --git a/Web/Controls/Help/ABCIndex/ABCCompleteArticleList.ascx b/Web/Controls/Help/ABCIndex/ABCCompleteArticleList.ascx index bff9eae85..f08881371 100644 --- a/Web/Controls/Help/ABCIndex/ABCCompleteArticleList.ascx +++ b/Web/Controls/Help/ABCIndex/ABCCompleteArticleList.ascx @@ -422,13 +422,13 @@
  • -
  • +
  • -
  • +
  • @@ -436,14 +436,14 @@
  • -
  • +
  • -
  • +
  • @@ -516,7 +516,7 @@
  • -
  • +
  • @@ -580,8 +580,8 @@
  • -
  • -
  • +
  • +
  • @@ -796,8 +796,8 @@
  • -
  • -
  • +
  • +
  • diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function.ascx similarity index 71% rename from Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.ascx rename to Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function.ascx index 4b728e77e..0a7df7ef7 100644 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.ascx +++ b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function.ascx @@ -1,3 +1,3 @@ <%@ Control Language="C#" %> ">MINUTE function + href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/Functions/minute.aspx")%>"> diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.de.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.de.ascx deleted file mode 100644 index 5a137b83e..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.de.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">MINUTE-Funktion diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.es.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.es.ascx deleted file mode 100644 index 6c7abefc2..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.es.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Función MINUTO diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.fr.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.fr.ascx deleted file mode 100644 index 446231bd2..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.fr.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Fonction MINUTE diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.it.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.it.ascx deleted file mode 100644 index c9c11f462..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.it.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Funzione MINUTE diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.ru.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.ru.ascx deleted file mode 100644 index b0857058e..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function/3027_minute-function.ru.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Функция МИНУТЫ diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function.ascx similarity index 72% rename from Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.ascx rename to Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function.ascx index 1d9771900..69b5a4be6 100644 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.ascx +++ b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function.ascx @@ -1,3 +1,3 @@ <%@ Control Language="C#" %> ">MONTH function + href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/Functions/month.aspx")%>"> diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.de.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.de.ascx deleted file mode 100644 index 8be683b13..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.de.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">MONAT-Funktion diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.es.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.es.ascx deleted file mode 100644 index 4abe81266..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.es.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Función MES diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.fr.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.fr.ascx deleted file mode 100644 index 9c28df328..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.fr.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Fonction MOIS diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.it.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.it.ascx deleted file mode 100644 index d8cc3ba4b..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.it.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Funzione MONTH diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.ru.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.ru.ascx deleted file mode 100644 index 723dc636b..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function/3028_month-function.ru.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Функция МЕСЯЦ diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function.ascx similarity index 72% rename from Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.ascx rename to Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function.ascx index a4deb4740..5afdc7cde 100644 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.ascx +++ b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function.ascx @@ -1,3 +1,3 @@ <%@ Control Language="C#" %> ">NOW function + href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/Functions/now.aspx")%>"> diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.de.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.de.ascx deleted file mode 100644 index 0786630b2..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.de.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">JETZT-Funktion diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.es.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.es.ascx deleted file mode 100644 index 4faa70ef4..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.es.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Función AHORA diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.fr.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.fr.ascx deleted file mode 100644 index ea476da77..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.fr.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Fonction MAINTENANT diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.it.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.it.ascx deleted file mode 100644 index 94740b5d5..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.it.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Funzione NOW diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.ru.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.ru.ascx deleted file mode 100644 index 161dc738d..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function/3029_now-function.ru.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Функция ТДАТА diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function.ascx similarity index 71% rename from Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.ascx rename to Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function.ascx index 8fded972d..10bbce34b 100644 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.ascx +++ b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function.ascx @@ -1,3 +1,3 @@ <%@ Control Language="C#" %> ">SECOND function + href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/Functions/second.aspx")%>"> diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.de.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.de.ascx deleted file mode 100644 index fd70e5e82..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.de.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">SEKUNDE-Funktion diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.es.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.es.ascx deleted file mode 100644 index 7a61c9950..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.es.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Función SEGUNDO diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.fr.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.fr.ascx deleted file mode 100644 index 6d8afccfe..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.fr.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Fonction SECONDE diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.it.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.it.ascx deleted file mode 100644 index 363038431..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.it.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Funzione SECOND diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.ru.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.ru.ascx deleted file mode 100644 index 07485e78c..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function/3030_second-function.ru.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Функция СЕКУНДЫ diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function.ascx similarity index 72% rename from Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.ascx rename to Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function.ascx index 5549c47cd..86c4a1417 100644 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.ascx +++ b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function.ascx @@ -1,3 +1,3 @@ <%@ Control Language="C#" %> ">TODAY function + href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/Functions/today.aspx")%>"> diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.de.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.de.ascx deleted file mode 100644 index 123127abf..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.de.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">HEUTE-Funktion diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.es.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.es.ascx deleted file mode 100644 index 5b423a79b..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.es.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Función HOY diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.fr.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.fr.ascx deleted file mode 100644 index 5b7338c9b..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.fr.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Fonction AUJOURDHUI diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.it.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.it.ascx deleted file mode 100644 index 2f2c503d3..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.it.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Funzione TODAY diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.ru.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.ru.ascx deleted file mode 100644 index 44270ecc4..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function/3032_today-function.ru.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Функция СЕГОДНЯ diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function.ascx similarity index 69% rename from Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.ascx rename to Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function.ascx index b05470e12..6fc4aafd2 100644 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.ascx +++ b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function.ascx @@ -1,3 +1,3 @@ <%@ Control Language="C#" %> ">NETWORKDAYS function + href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/Functions/networkdays.aspx")%>"> diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.de.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.de.ascx deleted file mode 100644 index 986d366eb..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.de.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">NETTOARBEITSTAGE-Funktion diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.es.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.es.ascx deleted file mode 100644 index fd5466510..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.es.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Función DIAS.LAB diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.fr.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.fr.ascx deleted file mode 100644 index 8ceff07b1..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.fr.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Fonction NB.JOURS.OUVRES diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.it.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.it.ascx deleted file mode 100644 index 79391a883..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.it.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Funzione NETWORKDAYS diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.ru.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.ru.ascx deleted file mode 100644 index e484ac75e..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function/3121_networkdays-function.ru.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Функция ЧИСТРАБДНИ diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function.ascx similarity index 70% rename from Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.ascx rename to Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function.ascx index adee1bcd3..e08969e4f 100644 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.ascx +++ b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function.ascx @@ -1,3 +1,3 @@ <%@ Control Language="C#" %> ">TIMEVALUE function + href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/Functions/timevalue.aspx")%>"> diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.de.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.de.ascx deleted file mode 100644 index b7c519fc0..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.de.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">ZEITWERT-Funktion diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.es.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.es.ascx deleted file mode 100644 index ea05b46c9..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.es.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Función HORANUMERO diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.fr.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.fr.ascx deleted file mode 100644 index 4659e3d58..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.fr.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Fonction TEMPSVAL diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.it.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.it.ascx deleted file mode 100644 index 54ea79dff..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.it.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Funzione TIMEVALUE diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.ru.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.ru.ascx deleted file mode 100644 index 46aa672bc..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function/3122_timevalue-function.ru.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Функция ВРЕМЗНАЧ diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function/3399_isoweeknum-function.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function.ascx similarity index 70% rename from Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function/3399_isoweeknum-function.ascx rename to Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function.ascx index deba5407d..b969df04e 100644 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function/3399_isoweeknum-function.ascx +++ b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function.ascx @@ -1,3 +1,3 @@ <%@ Control Language="C#" %> ">ISOWEEKNUM function + href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/Functions/isoweeknum.aspx")%>"> diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function/3399_isoweeknum-function.de.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function/3399_isoweeknum-function.de.ascx deleted file mode 100644 index 68a114da2..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function/3399_isoweeknum-function.de.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">ISOKALENDERWOCHE-Funktion diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function/3399_isoweeknum-function.es.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function/3399_isoweeknum-function.es.ascx deleted file mode 100644 index f21ca3393..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function/3399_isoweeknum-function.es.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Función ISO.NUM.DE.SEMANA diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function/3399_isoweeknum-function.fr.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function/3399_isoweeknum-function.fr.ascx deleted file mode 100644 index 3abaab9dc..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function/3399_isoweeknum-function.fr.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Fonction NO.SEMAINE.ISO diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function/3399_isoweeknum-function.ru.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function/3399_isoweeknum-function.ru.ascx deleted file mode 100644 index cd1802aad..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function/3399_isoweeknum-function.ru.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Функция НОМНЕДЕЛИ.ISO diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function/3400_networkdays-intl-function.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function.ascx similarity index 68% rename from Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function/3400_networkdays-intl-function.ascx rename to Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function.ascx index 2bcab8220..55fa7e2af 100644 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function/3400_networkdays-intl-function.ascx +++ b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function.ascx @@ -1,3 +1,3 @@ <%@ Control Language="C#" %> ">NETWORKDAYS.INTL function + href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/Functions/networkdays-intl.aspx")%>"> diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function/3400_networkdays-intl-function.de.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function/3400_networkdays-intl-function.de.ascx deleted file mode 100644 index 661f7c375..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function/3400_networkdays-intl-function.de.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">NETTOARBEITSTAGE.INTL-Funktion diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function/3400_networkdays-intl-function.es.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function/3400_networkdays-intl-function.es.ascx deleted file mode 100644 index bce3e25e2..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function/3400_networkdays-intl-function.es.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Función DIAS.LAB.INTL diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function/3400_networkdays-intl-function.fr.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function/3400_networkdays-intl-function.fr.ascx deleted file mode 100644 index 3c1ae16ab..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function/3400_networkdays-intl-function.fr.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Fonction NB.JOURS.OUVRES.INTL diff --git a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function/3400_networkdays-intl-function.ru.ascx b/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function/3400_networkdays-intl-function.ru.ascx deleted file mode 100644 index 60394768e..000000000 --- a/Web/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function/3400_networkdays-intl-function.ru.ascx +++ /dev/null @@ -1,3 +0,0 @@ -<%@ Control Language="C#" %> -">Функция ЧИСТРАБДНИ.МЕЖД diff --git a/Web/Controls/Help/SiteMap/SiteMap.ascx b/Web/Controls/Help/SiteMap/SiteMap.ascx index a7d2ca2a5..3e56edc31 100644 --- a/Web/Controls/Help/SiteMap/SiteMap.ascx +++ b/Web/Controls/Help/SiteMap/SiteMap.ascx @@ -828,16 +828,16 @@
  • -
  • -
  • -
  • -
  • -
  • -
  • -
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • -
  • -
  • +
  • +
  • diff --git a/Web/Controls/Help/Tags/date-time-functions/date-time-functions.ascx b/Web/Controls/Help/Tags/date-time-functions/date-time-functions.ascx index e8a4963d0..4c4b57c84 100644 --- a/Web/Controls/Help/Tags/date-time-functions/date-time-functions.ascx +++ b/Web/Controls/Help/Tags/date-time-functions/date-time-functions.ascx @@ -9,6 +9,16 @@ <%@ Register TagPrefix="link" TagName="cp3119" Src="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3119_edate-function.ascx" %> <%@ Register TagPrefix="link" TagName="cp3120" Src="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3120_eomonth-function.ascx" %> <%@ Register TagPrefix="link" TagName="cp3026" Src="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3026_hour-function.ascx" %> +<%@ Register TagPrefix="link" TagName="cp3399" Src="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3399_isoweeknum-function.ascx" %> +<%@ Register TagPrefix="link" TagName="cp3027" Src="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3027_minute-function.ascx" %> +<%@ Register TagPrefix="link" TagName="cp3028" Src="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3028_month-function.ascx" %> +<%@ Register TagPrefix="link" TagName="cp3121" Src="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3121_networkdays-function.ascx" %> +<%@ Register TagPrefix="link" TagName="cp3400" Src="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3400_networkdays-intl-function.ascx" %> +<%@ Register TagPrefix="link" TagName="cp3029" Src="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3029_now-function.ascx" %> +<%@ Register TagPrefix="link" TagName="cp3030" Src="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3030_second-function.ascx" %> +<%@ Register TagPrefix="link" TagName="cp3031" Src="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3031_time-function.ascx" %> +<%@ Register TagPrefix="link" TagName="cp3122" Src="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3122_timevalue-function.ascx" %> +<%@ Register TagPrefix="link" TagName="cp3032" Src="~/Controls/Help/ArticlesCompleteList/ONLYOFFICEEditors/3032_today-function.ascx" %>
    @@ -26,16 +36,16 @@
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +