aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2023-02-22 06:56:27 +0000
committerGleb Popov <arrowd@FreeBSD.org>2023-02-23 21:15:41 +0000
commit21b9dea1509257253e8a725c7c0e478e93234269 (patch)
tree26d3e50c32c1b916fa5d8284d0b92a988a98fea3
parentabbbdf0e6c3aacbc60896da29e583dfd86a02f1d (diff)
downloadports-21b9dea1509257253e8a725c7c0e478e93234269.tar.gz
ports-21b9dea1509257253e8a725c7c0e478e93234269.zip
editors/r7-office: + Russian office suite.
Sponsored by: Serenity Cybersecurity, LLC
-rw-r--r--editors/Makefile1
-rw-r--r--editors/r7-office/Makefile53
-rw-r--r--editors/r7-office/distinfo3
-rw-r--r--editors/r7-office/files/patch-usr_bin_r7-office-desktopeditors17
-rw-r--r--editors/r7-office/pkg-descr3
-rw-r--r--editors/r7-office/pkg-plist6046
6 files changed, 6123 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 3535078d9797..06f49d2f492f 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -239,6 +239,7 @@
SUBDIR += py-pynvim
SUBDIR += py-vim-bridge
SUBDIR += quilter
+ SUBDIR += r7-office
SUBDIR += rehex
SUBDIR += retext
SUBDIR += rubygem-neovim
diff --git a/editors/r7-office/Makefile b/editors/r7-office/Makefile
new file mode 100644
index 000000000000..5ea0f49e5998
--- /dev/null
+++ b/editors/r7-office/Makefile
@@ -0,0 +1,53 @@
+PORTNAME= r7-office
+PORTVERSION= 7.2.2
+CATEGORIES= editors russian
+MASTER_SITES= https://download.r7-office.ru/ubuntu/
+DISTNAME= r7-office
+EXTRACT_SUFX= .deb
+
+MAINTAINER= arrowd@FreeBSD.org
+COMMENT= Russian office suite
+WWW= https://r7-office.ru
+
+LICENSE= commercial
+LICENSE_NAME= commercial
+LICENSE_TEXT= Commercial software with 30 days trial period
+LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
+
+ONLY_FOR_ARCHS= amd64
+
+USES= desktop-file-utils linux shebangfix tar:xz
+
+USE_LINUX= alsalib base cups-libs gtk3 pulseaudio-libs systemd-libs nss \
+ xorglibs
+
+SHEBANG_FILES= opt/r7-office/desktopeditors/converter/.system/check.sh
+
+WRKSRC= ${WRKDIR}
+NO_BUILD= yes
+PLIST_SUB= LINUXBASE=${LINUXBASE}
+STRIP=
+
+post-extract:
+ cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} data.tar.xz ${EXTRACT_AFTER_ARGS}
+
+post-patch:
+ ${REINPLACE_CMD} 's|/opt/r7-office/|${DATADIR}/|' ${WRKDIR}/usr/bin/r7-office-*
+ ${RM} ${WRKDIR}/usr/bin/*.bak
+ ${REINPLACE_CMD} 's|/usr/bin/|${PREFIX}/|' ${WRKDIR}/usr/share/applications/*.desktop
+ ${RM} ${WRKDIR}/usr/share/applications/*.bak
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKDIR}/usr/bin/r7-office-* ${STAGEDIR}${PREFIX}/bin/
+ ${RLN} ${STAGEDIR}${PREFIX}/bin/r7-office-desktopeditors ${STAGEDIR}${PREFIX}/bin/r7-office
+ cd ${WRKDIR}/opt && ${CP} -r r7-office ${STAGEDIR}${PREFIX}/share
+ cd ${WRKDIR}/usr/share && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/share
+
+ ${RM} ${STAGEDIR}${PREFIX}/share/flyfm/templates/.source/*
+.for f in new.docx new.pptx new.xlsx
+ ${RLN} ${STAGEDIR}${DATADIR}/desktopeditors/converter/empty/${f} \
+ ${STAGEDIR}${PREFIX}/share/flyfm/templates/.source/${f}
+.endfor
+ ${MKDIR} ${STAGEDIR}${LINUXBASE}/etc/r7-office
+
+.include <bsd.port.mk>
diff --git a/editors/r7-office/distinfo b/editors/r7-office/distinfo
new file mode 100644
index 000000000000..57229c573b28
--- /dev/null
+++ b/editors/r7-office/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1676999432
+SHA256 (r7-office.deb) = 2a0b8162eab6daeac762bb50f692f3496f69dc0d3a472e7f50465cde8eb45dc3
+SIZE (r7-office.deb) = 243536212
diff --git a/editors/r7-office/files/patch-usr_bin_r7-office-desktopeditors b/editors/r7-office/files/patch-usr_bin_r7-office-desktopeditors
new file mode 100644
index 000000000000..f54b184aee77
--- /dev/null
+++ b/editors/r7-office/files/patch-usr_bin_r7-office-desktopeditors
@@ -0,0 +1,17 @@
+--- usr/bin/r7-office-desktopeditors.orig 2022-12-11 00:52:25 UTC
++++ usr/bin/r7-office-desktopeditors
+@@ -82,7 +82,7 @@ check_templates() {
+ echo "system template's folder isn't found"
+ return 0
+ fi
+-
++
+ TEMPLATE_DOCX="$TEMPLATE_DIR/$NEW_DOCX_NAME.docx"
+ TEMPLATE_XLSX="$TEMPLATE_DIR/$NEW_XLSX_NAME.xlsx"
+ TEMPLATE_PPTX="$TEMPLATE_DIR/$NEW_PPTX_NAME.pptx"
+@@ -111,4 +111,5 @@ export VLC_PLUGIN_PATH=$DIR_MV/plugins
+ DIR_MV=/opt/r7-office/mediaviewer
+ export LD_LIBRARY_PATH=$DIR:$DIR/converter:$DIR_MV:$LD_LIBRARY_PATH
+ export VLC_PLUGIN_PATH=$DIR_MV/plugins
++export LANG=
+ exec $DIR/DesktopEditors "$@"
diff --git a/editors/r7-office/pkg-descr b/editors/r7-office/pkg-descr
new file mode 100644
index 000000000000..8bc3516916a9
--- /dev/null
+++ b/editors/r7-office/pkg-descr
@@ -0,0 +1,3 @@
+R7 Office is a cross-platform Russian office suite accessible via cloud, mobile
+and desktop interfaces. R7 allows collaborative editing of documents,
+spreadsheets and presentations.
diff --git a/editors/r7-office/pkg-plist b/editors/r7-office/pkg-plist
new file mode 100644
index 000000000000..412a2dce8a77
--- /dev/null
+++ b/editors/r7-office/pkg-plist
@@ -0,0 +1,6046 @@
+bin/r7-office
+bin/r7-office-desktopeditors
+bin/r7-office-imageviewer
+bin/r7-office-videoplayer
+share/applications/r7-office-desktopeditors.desktop
+share/applications/r7-office-imageviewer.desktop
+share/applications/r7-office-videoplayer.desktop
+%%DOCSDIR%%/changelog.Debian.gz
+share/flyfm/templates/.source/new.docx
+share/flyfm/templates/.source/new.pptx
+share/flyfm/templates/.source/new.xlsx
+share/flyfm/templates/desktopeditors.docx.desktop
+share/flyfm/templates/desktopeditors.pptx.desktop
+share/flyfm/templates/desktopeditors.xlsx.desktop
+%%DATADIR%%/desktopeditors/3DPARTYLICENSE
+%%DATADIR%%/desktopeditors/DesktopEditors
+%%DATADIR%%/desktopeditors/LICENSE.htm
+%%DATADIR%%/desktopeditors/asc-de-128.png
+%%DATADIR%%/desktopeditors/asc-de-16.png
+%%DATADIR%%/desktopeditors/asc-de-24.png
+%%DATADIR%%/desktopeditors/asc-de-256.png
+%%DATADIR%%/desktopeditors/asc-de-32.png
+%%DATADIR%%/desktopeditors/asc-de-48.png
+%%DATADIR%%/desktopeditors/asc-de-64.png
+%%DATADIR%%/desktopeditors/bearer/libqconnmanbearer.so
+%%DATADIR%%/desktopeditors/bearer/libqgenericbearer.so
+%%DATADIR%%/desktopeditors/bearer/libqnmbearer.so
+%%DATADIR%%/desktopeditors/cef.pak
+%%DATADIR%%/desktopeditors/cef_100_percent.pak
+%%DATADIR%%/desktopeditors/cef_200_percent.pak
+%%DATADIR%%/desktopeditors/cef_extensions.pak
+%%DATADIR%%/desktopeditors/chrome-sandbox
+%%DATADIR%%/desktopeditors/converter/.system/check.sh
+%%DATADIR%%/desktopeditors/converter/.system/libstdc++.so.6
+%%DATADIR%%/desktopeditors/converter/DoctRenderer.config
+%%DATADIR%%/desktopeditors/converter/empty/new.docx
+%%DATADIR%%/desktopeditors/converter/empty/new.pptx
+%%DATADIR%%/desktopeditors/converter/empty/new.xlsx
+%%DATADIR%%/desktopeditors/converter/icudtl.dat
+%%DATADIR%%/desktopeditors/converter/libDjVuFile.so
+%%DATADIR%%/desktopeditors/converter/libDocxRenderer.so
+%%DATADIR%%/desktopeditors/converter/libEpubFile.so
+%%DATADIR%%/desktopeditors/converter/libFb2File.so
+%%DATADIR%%/desktopeditors/converter/libHtmlFile2.so
+%%DATADIR%%/desktopeditors/converter/libHtmlRenderer.so
+%%DATADIR%%/desktopeditors/converter/libPdfReader.so
+%%DATADIR%%/desktopeditors/converter/libPdfWriter.so
+%%DATADIR%%/desktopeditors/converter/libUnicodeConverter.so
+%%DATADIR%%/desktopeditors/converter/libXpsFile.so
+%%DATADIR%%/desktopeditors/converter/libdoctrenderer.so
+%%DATADIR%%/desktopeditors/converter/libgraphics.so
+%%DATADIR%%/desktopeditors/converter/libicudata.so.58
+%%DATADIR%%/desktopeditors/converter/libicuuc.so.58
+%%DATADIR%%/desktopeditors/converter/libkernel.so
+%%DATADIR%%/desktopeditors/converter/libkernel_network.so
+%%DATADIR%%/desktopeditors/converter/package.config
+%%DATADIR%%/desktopeditors/converter/x2t
+%%DATADIR%%/desktopeditors/devtools_resources.pak
+%%DATADIR%%/desktopeditors/dictionaries/README.md
+%%DATADIR%%/desktopeditors/dictionaries/az_Latn_AZ/az_Latn_AZ.aff
+%%DATADIR%%/desktopeditors/dictionaries/az_Latn_AZ/az_Latn_AZ.dic
+%%DATADIR%%/desktopeditors/dictionaries/bg_BG/Readme_bg_BG.txt
+%%DATADIR%%/desktopeditors/dictionaries/bg_BG/bg_BG.aff
+%%DATADIR%%/desktopeditors/dictionaries/bg_BG/bg_BG.dic
+%%DATADIR%%/desktopeditors/dictionaries/ca_ES/ca_ES.aff
+%%DATADIR%%/desktopeditors/dictionaries/ca_ES/ca_ES.dic
+%%DATADIR%%/desktopeditors/dictionaries/ca_ES/ca_ES_Catalan.txt
+%%DATADIR%%/desktopeditors/dictionaries/ca_ES_valencia/Readme_ca_ES_valencia.txt
+%%DATADIR%%/desktopeditors/dictionaries/ca_ES_valencia/ca_ES_valencia.aff
+%%DATADIR%%/desktopeditors/dictionaries/ca_ES_valencia/ca_ES_valencia.dic
+%%DATADIR%%/desktopeditors/dictionaries/cs_CZ/cs_CZ.aff
+%%DATADIR%%/desktopeditors/dictionaries/cs_CZ/cs_CZ.dic
+%%DATADIR%%/desktopeditors/dictionaries/cs_CZ/cs_CZ_Czech.txt
+%%DATADIR%%/desktopeditors/dictionaries/da_DK/da_DK.aff
+%%DATADIR%%/desktopeditors/dictionaries/da_DK/da_DK.dic
+%%DATADIR%%/desktopeditors/dictionaries/da_DK/da_DK_Danish.txt
+%%DATADIR%%/desktopeditors/dictionaries/de_AT/de_AT.aff
+%%DATADIR%%/desktopeditors/dictionaries/de_AT/de_AT.dic
+%%DATADIR%%/desktopeditors/dictionaries/de_AT/de_AT_hyph.dic
+%%DATADIR%%/desktopeditors/dictionaries/de_CH/de_CH.aff
+%%DATADIR%%/desktopeditors/dictionaries/de_CH/de_CH.dic
+%%DATADIR%%/desktopeditors/dictionaries/de_CH/de_CH_hyph.dic
+%%DATADIR%%/desktopeditors/dictionaries/de_DE/de_DE.aff
+%%DATADIR%%/desktopeditors/dictionaries/de_DE/de_DE.dic
+%%DATADIR%%/desktopeditors/dictionaries/de_DE/de_DE_hyph.dic
+%%DATADIR%%/desktopeditors/dictionaries/el_GR/el_GR.aff
+%%DATADIR%%/desktopeditors/dictionaries/el_GR/el_GR.dic
+%%DATADIR%%/desktopeditors/dictionaries/el_GR/el_GR_Greek.txt
+%%DATADIR%%/desktopeditors/dictionaries/en_AU/en_AU.aff
+%%DATADIR%%/desktopeditors/dictionaries/en_AU/en_AU.dic
+%%DATADIR%%/desktopeditors/dictionaries/en_AU/hyph_en_AU.dic
+%%DATADIR%%/desktopeditors/dictionaries/en_CA/Readme_en_CA.txt
+%%DATADIR%%/desktopeditors/dictionaries/en_CA/en_CA.aff
+%%DATADIR%%/desktopeditors/dictionaries/en_CA/en_CA.dic
+%%DATADIR%%/desktopeditors/dictionaries/en_GB/en_GB.aff
+%%DATADIR%%/desktopeditors/dictionaries/en_GB/en_GB.dic
+%%DATADIR%%/desktopeditors/dictionaries/en_GB/hyph_en_GB.dic
+%%DATADIR%%/desktopeditors/dictionaries/en_US/en_US.aff
+%%DATADIR%%/desktopeditors/dictionaries/en_US/en_US.dic
+%%DATADIR%%/desktopeditors/dictionaries/en_US/en_US_hyph.dic
+%%DATADIR%%/desktopeditors/dictionaries/en_US/en_US_thes.dat
+%%DATADIR%%/desktopeditors/dictionaries/en_US/en_US_thes.idx
+%%DATADIR%%/desktopeditors/dictionaries/en_ZA/Readme_en_ZA.txt
+%%DATADIR%%/desktopeditors/dictionaries/en_ZA/en_ZA.aff
+%%DATADIR%%/desktopeditors/dictionaries/en_ZA/en_ZA.dic
+%%DATADIR%%/desktopeditors/dictionaries/es_ES/es_ES.aff
+%%DATADIR%%/desktopeditors/dictionaries/es_ES/es_ES.dic
+%%DATADIR%%/desktopeditors/dictionaries/es_ES/es_ES_LGPLv3.txt
+%%DATADIR%%/desktopeditors/dictionaries/es_ES/es_ES_MPL-1.1.txt
+%%DATADIR%%/desktopeditors/dictionaries/es_ES/es_ES_hyph.dic
+%%DATADIR%%/desktopeditors/dictionaries/eu_ES/Reamde_eu_ES.txt
+%%DATADIR%%/desktopeditors/dictionaries/eu_ES/eu_ES.aff
+%%DATADIR%%/desktopeditors/dictionaries/eu_ES/eu_ES.dic
+%%DATADIR%%/desktopeditors/dictionaries/fr_FR/fr_FR.aff
+%%DATADIR%%/desktopeditors/dictionaries/fr_FR/fr_FR.dic
+%%DATADIR%%/desktopeditors/dictionaries/fr_FR/fr_FR_README.txt
+%%DATADIR%%/desktopeditors/dictionaries/fr_FR/fr_FR_hyph.dic
+%%DATADIR%%/desktopeditors/dictionaries/gl_ES/Readme_gl_ES.txt
+%%DATADIR%%/desktopeditors/dictionaries/gl_ES/gl_ES.aff
+%%DATADIR%%/desktopeditors/dictionaries/gl_ES/gl_ES.dic
+%%DATADIR%%/desktopeditors/dictionaries/hr_HR/Readme_hr_HR.txt
+%%DATADIR%%/desktopeditors/dictionaries/hr_HR/hr_HR.aff
+%%DATADIR%%/desktopeditors/dictionaries/hr_HR/hr_HR.dic
+%%DATADIR%%/desktopeditors/dictionaries/hu_HU/LEIRAS.txt
+%%DATADIR%%/desktopeditors/dictionaries/hu_HU/README_hu_HU.txt
+%%DATADIR%%/desktopeditors/dictionaries/hu_HU/hu_HU.aff
+%%DATADIR%%/desktopeditors/dictionaries/hu_HU/hu_HU.dic
+%%DATADIR%%/desktopeditors/dictionaries/id_ID/README_id_ID.txt
+%%DATADIR%%/desktopeditors/dictionaries/id_ID/id_ID.aff
+%%DATADIR%%/desktopeditors/dictionaries/id_ID/id_ID.dic
+%%DATADIR%%/desktopeditors/dictionaries/it_IT/it_IT.aff
+%%DATADIR%%/desktopeditors/dictionaries/it_IT/it_IT.dic
+%%DATADIR%%/desktopeditors/dictionaries/it_IT/it_IT.txt
+%%DATADIR%%/desktopeditors/dictionaries/kk_KZ/README_kk_KZ.txt
+%%DATADIR%%/desktopeditors/dictionaries/kk_KZ/kk_KZ.aff
+%%DATADIR%%/desktopeditors/dictionaries/kk_KZ/kk_KZ.dic
+%%DATADIR%%/desktopeditors/dictionaries/ko_KR/ko_KR.aff
+%%DATADIR%%/desktopeditors/dictionaries/ko_KR/ko_KR.dic
+%%DATADIR%%/desktopeditors/dictionaries/ko_KR/ko_KR_LICENSE.txt
+%%DATADIR%%/desktopeditors/dictionaries/ko_KR/ko_KR_LICENSE_GPL.txt
+%%DATADIR%%/desktopeditors/dictionaries/ko_KR/ko_KR_LICENSE_LGPL.txt
+%%DATADIR%%/desktopeditors/dictionaries/ko_KR/ko_KR_LICENSE_MPL.txt
+%%DATADIR%%/desktopeditors/dictionaries/lb_LU/Readme_lb_LU.txt
+%%DATADIR%%/desktopeditors/dictionaries/lb_LU/lb_LU.aff
+%%DATADIR%%/desktopeditors/dictionaries/lb_LU/lb_LU.dic
+%%DATADIR%%/desktopeditors/dictionaries/lt_LT/lt_LT.aff
+%%DATADIR%%/desktopeditors/dictionaries/lt_LT/lt_LT.dic
+%%DATADIR%%/desktopeditors/dictionaries/lt_LT/lt_LT_Lithuanian.txt
+%%DATADIR%%/desktopeditors/dictionaries/lv_LV/lv_LV.aff
+%%DATADIR%%/desktopeditors/dictionaries/lv_LV/lv_LV.dic
+%%DATADIR%%/desktopeditors/dictionaries/lv_LV/lv_LV_hyph.dic
+%%DATADIR%%/desktopeditors/dictionaries/lv_LV/lv_LV_license.txt
+%%DATADIR%%/desktopeditors/dictionaries/mn_MN/Readme_mn_MN.txt
+%%DATADIR%%/desktopeditors/dictionaries/mn_MN/mn_MN.aff
+%%DATADIR%%/desktopeditors/dictionaries/mn_MN/mn_MN.dic
+%%DATADIR%%/desktopeditors/dictionaries/nb_NO/nb_NO.aff
+%%DATADIR%%/desktopeditors/dictionaries/nb_NO/nb_NO.dic
+%%DATADIR%%/desktopeditors/dictionaries/nb_NO/nb_NO_Norwegian_Bokmal.txt
+%%DATADIR%%/desktopeditors/dictionaries/nl_NL/nl_NL.aff
+%%DATADIR%%/desktopeditors/dictionaries/nl_NL/nl_NL.dic
+%%DATADIR%%/desktopeditors/dictionaries/nl_NL/nl_NL_Dutch.txt
+%%DATADIR%%/desktopeditors/dictionaries/nn_NO/nn_NO.aff
+%%DATADIR%%/desktopeditors/dictionaries/nn_NO/nn_NO.dic
+%%DATADIR%%/desktopeditors/dictionaries/nn_NO/nn_NO_Norwegian_Nynorsk,.txt
+%%DATADIR%%/desktopeditors/dictionaries/oc_FR/README_oc_FR.txt
+%%DATADIR%%/desktopeditors/dictionaries/oc_FR/license.txt
+%%DATADIR%%/desktopeditors/dictionaries/oc_FR/oc_FR.aff
+%%DATADIR%%/desktopeditors/dictionaries/oc_FR/oc_FR.dic
+%%DATADIR%%/desktopeditors/dictionaries/pl_PL/pl_PL.aff
+%%DATADIR%%/desktopeditors/dictionaries/pl_PL/pl_PL.dic
+%%DATADIR%%/desktopeditors/dictionaries/pl_PL/pl_PL_Polish.txt
+%%DATADIR%%/desktopeditors/dictionaries/pt_BR/README_pt_BR.TXT
+%%DATADIR%%/desktopeditors/dictionaries/pt_BR/pt_BR.aff
+%%DATADIR%%/desktopeditors/dictionaries/pt_BR/pt_BR.dic
+%%DATADIR%%/desktopeditors/dictionaries/pt_PT/README_pt_PT.txt
+%%DATADIR%%/desktopeditors/dictionaries/pt_PT/pt_PT.aff
+%%DATADIR%%/desktopeditors/dictionaries/pt_PT/pt_PT.dic
+%%DATADIR%%/desktopeditors/dictionaries/ro_RO/ro_RO.aff
+%%DATADIR%%/desktopeditors/dictionaries/ro_RO/ro_RO.dic
+%%DATADIR%%/desktopeditors/dictionaries/ro_RO/ro_RO_Romanian.txt
+%%DATADIR%%/desktopeditors/dictionaries/ru_RU/ru_RU.aff
+%%DATADIR%%/desktopeditors/dictionaries/ru_RU/ru_RU.dic
+%%DATADIR%%/desktopeditors/dictionaries/ru_RU/ru_RU_oo3.aff
+%%DATADIR%%/desktopeditors/dictionaries/ru_RU/ru_RU_oo3.dic
+%%DATADIR%%/desktopeditors/dictionaries/sk_SK/sk_SK.aff
+%%DATADIR%%/desktopeditors/dictionaries/sk_SK/sk_SK.dic
+%%DATADIR%%/desktopeditors/dictionaries/sk_SK/sk_SK_Slovak.txt
+%%DATADIR%%/desktopeditors/dictionaries/sl_SI/Readme_sl_SI.txt
+%%DATADIR%%/desktopeditors/dictionaries/sl_SI/sl_SI.aff
+%%DATADIR%%/desktopeditors/dictionaries/sl_SI/sl_SI.dic
+%%DATADIR%%/desktopeditors/dictionaries/sr_Cyrl_RS/Readme_sr_Cyrl_RS.txt
+%%DATADIR%%/desktopeditors/dictionaries/sr_Cyrl_RS/sr_Cyrl_RS.aff
+%%DATADIR%%/desktopeditors/dictionaries/sr_Cyrl_RS/sr_Cyrl_RS.dic
+%%DATADIR%%/desktopeditors/dictionaries/sr_Latn_RS/Readme_sr_Latn_RS.txt
+%%DATADIR%%/desktopeditors/dictionaries/sr_Latn_RS/sr_Latn_RS.aff
+%%DATADIR%%/desktopeditors/dictionaries/sr_Latn_RS/sr_Latn_RS.dic
+%%DATADIR%%/desktopeditors/dictionaries/sv_SE/sv_SE.aff
+%%DATADIR%%/desktopeditors/dictionaries/sv_SE/sv_SE.dic
+%%DATADIR%%/desktopeditors/dictionaries/sv_SE/sv_SE_Swedish.txt
+%%DATADIR%%/desktopeditors/dictionaries/tr_TR/tr_TR.aff
+%%DATADIR%%/desktopeditors/dictionaries/tr_TR/tr_TR.dic
+%%DATADIR%%/desktopeditors/dictionaries/tr_TR/tr_TR_README.txt
+%%DATADIR%%/desktopeditors/dictionaries/uk_UA/README_hyph_uk_UA.txt
+%%DATADIR%%/desktopeditors/dictionaries/uk_UA/README_th_uk_UA.txt
+%%DATADIR%%/desktopeditors/dictionaries/uk_UA/README_uk_UA.txt
+%%DATADIR%%/desktopeditors/dictionaries/uk_UA/hyph_uk_UA.dic
+%%DATADIR%%/desktopeditors/dictionaries/uk_UA/th_uk_UA.dat
+%%DATADIR%%/desktopeditors/dictionaries/uk_UA/th_uk_UA.idx
+%%DATADIR%%/desktopeditors/dictionaries/uk_UA/uk_UA.aff
+%%DATADIR%%/desktopeditors/dictionaries/uk_UA/uk_UA.dic
+%%DATADIR%%/desktopeditors/dictionaries/uz_Cyrl_UZ/README.md
+%%DATADIR%%/desktopeditors/dictionaries/uz_Cyrl_UZ/uz_Cyrl_UZ.aff
+%%DATADIR%%/desktopeditors/dictionaries/uz_Cyrl_UZ/uz_Cyrl_UZ.dic
+%%DATADIR%%/desktopeditors/dictionaries/uz_Latn_UZ/README.md
+%%DATADIR%%/desktopeditors/dictionaries/uz_Latn_UZ/uz_Latn_UZ.aff
+%%DATADIR%%/desktopeditors/dictionaries/uz_Latn_UZ/uz_Latn_UZ.dic
+%%DATADIR%%/desktopeditors/dictionaries/vi_VN/vi_VN.aff
+%%DATADIR%%/desktopeditors/dictionaries/vi_VN/vi_VN.dic
+%%DATADIR%%/desktopeditors/dictionaries/vi_VN/vi_VN_Vietnamese.txt
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/pluginBase.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/plugins.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/v1/plugins-ui.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/v1/plugins.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/v1/plugins.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/3rd-Party.txt
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/README.md
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/config.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/index.html
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/index_about.html
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/licenses/Tui.license
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/licenses/jQuery.license
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/dark/icon.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/dark/icon@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/dark/icon@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/dark/icon@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/dark/icon@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/img/bg.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/light/icon.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/light/icon@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/light/icon@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/light/icon@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/light/icon@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/store/icons/icon.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/store/icons/icon@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/store/icons/icon@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/store/icons/icon@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/store/icons/icon@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/resources/store/screenshots/screen_1.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/scripts/black-theme.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/scripts/photoeditor.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/scripts/white-theme.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/style/black-theme.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/style/white-theme.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/translations/cs-CS.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/translations/de-DE.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/translations/es-ES.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/translations/fr-FR.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/translations/langs.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/translations/ru-RU.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/vendor/jQuery-3.4.1-min/jquery-3.4.1.min.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/vendor/tui/svg/dark/icon-a.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/vendor/tui/svg/dark/icon-b.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/vendor/tui/svg/dark/icon-c.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/vendor/tui/svg/dark/icon-d.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/vendor/tui/svg/light/icon-a.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/vendor/tui/svg/light/icon-b.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/vendor/tui/svg/light/icon-c.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/vendor/tui/svg/light/icon-d.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/vendor/tui/tui-image-editor.min.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/vendor/tui/tui-image-editor.min.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/vendor/tui/vendor/fabric.min.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/vendor/tui/vendor/tui-code-snippet.min.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/vendor/tui/vendor/tui-color-picker.min.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{07FD8DFA-DFE0-4089-AL24-0730933CC80A}/vendor/tui/vendor/tui-color-picker.min.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/3rd-Party.txt
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/README.md
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/config.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/index.html
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/index_about.html
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/licenses/Select2.license
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/licenses/Tesseract.license
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/licenses/jQuery.license
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/dark/icon.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/dark/icon@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/dark/icon@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/dark/icon@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/dark/icon@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/light/icon.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/light/icon@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/light/icon@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/light/icon@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/light/icon@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/store/icons/icon.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/store/icons/icon@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/store/icons/icon@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/store/icons/icon@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/store/icons/icon@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/resources/store/screenshots/screen_1.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/scripts/ocr.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/translations/cs-CS.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/translations/de-DE.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/translations/es-ES.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/translations/fr-FR.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/translations/langs.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/translations/ru-RU.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/vendor/jQuery-2.2.2-min/jquery-v2.2.2-min.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/vendor/select2-4.0.13/LICENSE.md
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/vendor/select2-4.0.13/README.md
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/vendor/select2-4.0.13/css/select2.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{440EBF13-9B19-4BD8-8621-05200E58140B}/vendor/select2-4.0.13/js/select2.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/code.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/config.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/index.html
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/dark/default.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/dark/default@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/dark/default@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/dark/icon.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/dark/icon@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/dark/icon@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/dark/icon@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/dark/icon@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/dark/remove.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/dark/remove@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/dark/remove@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/light/default.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/light/default@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/light/default@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/light/icon.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/light/icon@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/light/icon@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/light/icon@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/light/icon@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/light/remove.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/light/remove@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/resources/light/remove@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/translations/de-DE.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/translations/es-ES.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/translations/fr-FR.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{8D67F3C5-7736-4BAE-A0F2-8C7127DC4BB8}/translations/ru-RU.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/code.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/config.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/index.html
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/dark/icon.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/dark/icon@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/dark/icon@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/dark/icon@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/dark/icon@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/light/icon.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/light/icon@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/light/icon@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/light/icon@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B509123E-6335-40BD-B965-91EB799346E3}/resources/light/icon@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/3rd-Party.txt
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/README.md
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/config.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/index.html
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/licenses/iscroll.license
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/resources/dark/icon.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/resources/dark/icon@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/resources/dark/icon@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/resources/dark/icon@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/resources/dark/icon@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/resources/light/icon.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/resources/light/icon@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/resources/light/icon@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/resources/light/icon@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/resources/light/icon@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/resources/store/icons/icon.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/resources/store/icons/icon@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/resources/store/icons/icon@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/resources/store/icons/icon@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/resources/store/icons/icon@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/resources/store/screenshots/screen_1.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/scripts/code.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/translations/langs.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/translations/ru-RU.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{B631E142-E40B-4B4C-90B9-2D00222A286E}/vendor/iscroll.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/3rd-Party.txt
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/README.md
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/config.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/index.html
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/licenses/Highlight.license
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/licenses/Select2.license
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/licenses/jQuery.license
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/licenses/js-beautify.license
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/licenses/prettier.license
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/licenses/prettier@plugin-php.license
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/licenses/spectrum.license
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/licenses/xml-formatter.license
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/css/plugin_style.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/dark/icon.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/dark/icon@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/dark/icon@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/dark/icon@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/dark/icon@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/light/icon.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/light/icon@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/light/icon@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/light/icon@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/light/icon@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/store/icons/icon.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/store/icons/icon@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/store/icons/icon@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/store/icons/icon@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/store/icons/icon@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/resources/store/screenshots/screen_1.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/scripts/code.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/scripts/scrollable_div.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/translations/cs-CZ.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/translations/de-De.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/translations/es-ES.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/translations/fr-FR.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/translations/langs.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/translations/ru-RU.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/highlight/LICENSE
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/highlight/README.md
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/highlight/highlight.min.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/highlight/styles/androidstudio.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/highlight/styles/far.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/highlight/styles/foundation.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/highlight/styles/github-gist.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/highlight/styles/github.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/highlight/styles/googlecode.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/highlight/styles/idea.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/highlight/styles/qtcreator_dark.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/highlight/styles/qtcreator_light.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/highlight/styles/vs.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/highlight/styles/vs2015.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/highlight/styles/xcode.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/highlight/styles/xml_1.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/highlight/styles/xml_2.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/jQuery-2.2.2-min/jquery-v2.2.2-min.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/js-beautify-1.14.0/LICENSE
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/js-beautify-1.14.0/beautify-css.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/js-beautify-1.14.0/beautify-html.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/js-beautify-1.14.0/beautify.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/prettier/LICENSE
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/prettier/parser-babel@2.3.2.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/prettier/parser-html@2.3.2.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/prettier/parser-markdown@2.3.2.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/prettier/parser-postcss@2.3.2.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/prettier/parser-typescript@2.3.2.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/prettier/plugin-php/LICENSE
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/prettier/plugin-php/plugin-php.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/prettier/standalone@2.3.2.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/select2-4.0.13/LICENSE.md
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/select2-4.0.13/README.md
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/select2-4.0.13/css/select2.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/select2-4.0.13/js/select2.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/spectrum/spectrum.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/spectrum/spectrum.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/xml-formatter/LICENSE
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}/vendor/xml-formatter/xml-formatter.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/3rd-Party.txt
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/README.md
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/config.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/index.html
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/libs/cell/api.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/libs/slide/api.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/libs/word/api.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/licenses/Ace.license
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/licenses/jQuery.license
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/licenses/tern.ace.license
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/licenses/tern.license
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/css/style.css
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/dark/icon.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/dark/icon@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/dark/icon@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/dark/icon@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/dark/icon@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/light/icon.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/light/icon@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/light/icon@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/light/icon@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/light/icon@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/store/icons/icon.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/store/icons/icon@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/store/icons/icon@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/store/icons/icon@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/store/icons/icon@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/resources/store/screenshots/screen_1.png
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/scripts/code.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/translations/cs-CS.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/translations/de-DE.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/translations/es-ES.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/translations/fr-FR.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/translations/langs.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/translations/ru-RU.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ace.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/custom/readme.txt
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/custom/worker-html.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-beautify.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-chromevox.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-elastic_tabstops_lite.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-emmet.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-error_marker.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-html_beautify.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-keybinding_menu.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-language_tools.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-linking.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-modelist.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-old_ie.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-searchbox.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-settings_menu.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-spellcheck.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-split.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-static_highlight.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-statusbar.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-tern.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-textarea.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-themelist.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/ext-whitespace.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/keybinding-emacs.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/keybinding-vim.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-abap.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-abc.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-actionscript.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-ada.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-apache_conf.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-applescript.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-asciidoc.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-assembly_x86.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-autohotkey.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-batchfile.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-bro.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-c9search.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-c_cpp.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-cirru.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-clojure.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-cobol.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-coffee.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-coldfusion.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-csharp.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-css.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-curly.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-d.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-dart.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-diff.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-django.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-dockerfile.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-dot.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-drools.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-eiffel.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-ejs.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-elixir.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-elm.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-erlang.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-forth.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-fortran.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-ftl.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-gcode.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-gherkin.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-gitignore.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-glsl.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-gobstones.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-golang.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-groovy.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-haml.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-handlebars.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-haskell.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-haskell_cabal.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-haxe.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-hjson.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-html.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-html_elixir.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-html_ruby.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-ini.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-io.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-jack.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-jade.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-java.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-javascript.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-json.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-jsoniq.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-jsp.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-jsx.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-julia.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-kotlin.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-latex.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-lean.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-less.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-liquid.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-lisp.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-live_script.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-livescript.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-logiql.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-lsl.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-lua.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-luapage.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-lucene.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-makefile.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-markdown.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-mask.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-matlab.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-maze.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-mel.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-mips_assembler.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-mipsassembler.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-mushcode.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-mysql.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-nix.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-nsis.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-objectivec.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-ocaml.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-pascal.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-perl.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-pgsql.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-php.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-plain_text.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-powershell.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-praat.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-prolog.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-properties.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-protobuf.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-python.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-r.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-razor.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-rdoc.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-rhtml.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-rst.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-ruby.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-rust.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-sass.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-scad.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-scala.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-scheme.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-scss.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-sh.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-sjs.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-smarty.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-snippets.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-soy_template.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-space.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-sql.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-sqlserver.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-stylus.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-svg.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-swift.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-tcl.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-tex.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-text.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-textile.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-toml.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-tsx.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-twig.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-typescript.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-vala.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-vbscript.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-velocity.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-verilog.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-vhdl.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-wollok.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-xml.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-xquery.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/mode-yaml.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/abap.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/abc.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/actionscript.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/ada.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/apache_conf.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/applescript.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/asciidoc.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/assembly_x86.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/autohotkey.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/batchfile.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/bro.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/c9search.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/c_cpp.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/cirru.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/clojure.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/cobol.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/coffee.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/coldfusion.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/csharp.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/css.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/curly.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/d.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/dart.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/diff.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/django.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/dockerfile.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/dot.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/drools.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/eiffel.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/ejs.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/elixir.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/elm.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/erlang.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/forth.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/fortran.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/ftl.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/gcode.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/gherkin.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/gitignore.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/glsl.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/gobstones.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/golang.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/groovy.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/haml.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/handlebars.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/haskell.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/haskell_cabal.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/haxe.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/hjson.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/html.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/html_elixir.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/html_ruby.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/ini.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/io.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/jack.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/jade.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/java.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/javascript.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/json.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/jsoniq.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/jsp.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/jsx.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/julia.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/kotlin.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/latex.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/lean.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/less.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/liquid.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/lisp.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/live_script.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/livescript.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/logiql.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/lsl.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/lua.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/luapage.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/lucene.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/makefile.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/markdown.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/mask.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/matlab.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/maze.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/mel.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/mips_assembler.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/mipsassembler.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/mushcode.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/mysql.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/nix.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/nsis.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/objectivec.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/ocaml.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/pascal.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/perl.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/pgsql.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/php.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/plain_text.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/powershell.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/praat.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/prolog.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/properties.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/protobuf.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/python.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/r.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/razor.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/rdoc.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/rhtml.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/rst.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/ruby.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/rust.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/sass.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/scad.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/scala.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/scheme.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/scss.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/sh.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/sjs.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/smarty.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/snippets.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/soy_template.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/space.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/sql.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/sqlserver.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/stylus.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/svg.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/swift.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/tcl.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/tex.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/text.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/textile.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/toml.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/tsx.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/twig.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/typescript.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/vala.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/vbscript.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/velocity.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/verilog.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/vhdl.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/wollok.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/xml.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/xquery.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/snippets/yaml.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-ambiance.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-chaos.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-chrome.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-clouds.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-clouds_midnight.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-cobalt.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-crimson_editor.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-dawn.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-dreamweaver.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-eclipse.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-github.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-idle_fingers.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-iplastic.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-katzenmilch.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-kr_theme.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-kuroir.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-merbivore.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-merbivore_soft.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-mono_industrial.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-monokai.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-pastel_on_dark.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-solarized_dark.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-solarized_light.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-sqlserver.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-terminal.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-textmate.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-tomorrow.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-tomorrow_night.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-tomorrow_night_blue.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-tomorrow_night_bright.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-tomorrow_night_eighties.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-twilight.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-vibrant_ink.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-vs-dark.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-vs-light.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/theme-xcode.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/worker-coffee.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/worker-css.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/worker-html.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/worker-javascript.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/worker-json.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/worker-lua.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/worker-php.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/worker-tern.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/worker-xml.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/ace/src/worker-xquery.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{E6978D28-0441-4BD7-8346-82FAD68BCA3B}/vendor/jquery-v2.2.2-min.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{FFF0E1EB-13DB-4678-B67D-FF0A41DBBCEF}/code.js
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{FFF0E1EB-13DB-4678-B67D-FF0A41DBBCEF}/config.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{FFF0E1EB-13DB-4678-B67D-FF0A41DBBCEF}/index.html
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{FFF0E1EB-13DB-4678-B67D-FF0A41DBBCEF}/translations/de-DE.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{FFF0E1EB-13DB-4678-B67D-FF0A41DBBCEF}/translations/es-ES.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{FFF0E1EB-13DB-4678-B67D-FF0A41DBBCEF}/translations/fr-FR.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{FFF0E1EB-13DB-4678-B67D-FF0A41DBBCEF}/translations/ru-RU.json
+%%DATADIR%%/desktopeditors/editors/sdkjs-plugins/{FFF0E1EB-13DB-4678-B67D-FF0A41DBBCEF}/worker.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/cell/css/main-mobile.css
+%%DATADIR%%/desktopeditors/editors/sdkjs/cell/css/main.css
+%%DATADIR%%/desktopeditors/editors/sdkjs/cell/sdk-all-min.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/cell/sdk-all.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/AllFonts.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Charts/ChartStyles.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/img.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/img@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/img@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/img@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/img@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/img_active.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/img_active@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/img_active@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/img_active@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/img_active@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/toc.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/toc@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/toc@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/toc@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/toc@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/toc_active.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/toc_active@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/toc_active@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/toc_active@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/content_controls/toc_active@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/eraser.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/eraser.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/eraser.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/eraser_2x.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/eraser_2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grab.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grab.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grab.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grab_2x.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grab_2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grabbing.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grabbing.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grabbing.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grabbing_2x.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/grabbing_2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker_format.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker_format.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker_format.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker_format_2x.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/marker_format_2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move_border_horizontally.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move_border_horizontally.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move_border_horizontally.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move_border_horizontally_2x.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move_border_horizontally_2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move_border_vertically.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move_border_vertically.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move_border_vertically.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move_border_vertically_2x.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/move_border_vertically_2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/pen.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/pen.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/pen.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/pen_2x.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/pen_2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus_2x.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus_2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus_copy.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus_copy.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus_copy.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus_copy_2x.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/plus_copy_2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_cell.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_cell.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_cell.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_cell_2x.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_cell_2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_column.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_column.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_column.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_column_2x.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_column_2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_row.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_row.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_row.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_row_2x.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_row_2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_table.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_table.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_table.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_table_2x.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/select_table_2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/text_copy.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/text_copy.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/text_copy.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/text_copy_2x.cur
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/cursors/text_copy_2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/icons/anchor.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/icons/anchor@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/icons/anchor@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/icons/anchor@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/icons/anchor@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/local/audio/image.emf
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/local/audio/image.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/local/audio/image.svg
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/local/video/image.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/audio.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/audio@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/audio@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/audio@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/audio@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/audio_active.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/audio_active@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/audio_active@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/audio_active@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/audio_active@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/chart.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/chart@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/chart@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/chart@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/chart@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/chart_active.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/chart_active@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/chart_active@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/chart_active@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/chart_active@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/image.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/image@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/image@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/image@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/image@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/image_active.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/image_active@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/image_active@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/image_active@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/image_active@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/image_url.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/image_url@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/image_url@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/image_url@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/image_url@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/image_url_active.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/image_url_active@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/image_url_active@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/image_url_active@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/image_url_active@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/table.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/table@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/table@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/table@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/table@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/table_active.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/table_active@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/table_active@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/table_active@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/table_active@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/video.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/video@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/video@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/video@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/video@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/video_active.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/video_active@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/video_active@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/video_active@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/placeholders/video_active@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/reporter/buttons.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/reporter/buttons@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/reporter/buttons@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/reporter/buttons@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/reporter/buttons@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/themes_thumbnail.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/themes_thumbnail@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/themes_thumbnail@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/themes_thumbnail@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Images/themes_thumbnail@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Native/jquery_native.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Native/native.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/Native/native_graphics.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/hash/hash/engine.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/hash/hash/engine.wasm
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/hash/hash/engine_ie.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/libfont/engine/fonts.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/libfont/engine/fonts.wasm
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/libfont/engine/fonts_ie.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/libfont/engine/fonts_native.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/spell/spell/spell.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/spell/spell/spell.js.mem
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/spell/spell/spell.wasm
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/spell/spell/spell_ie.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/zlib/engine/zlib.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/zlib/engine/zlib.wasm
+%%DATADIR%%/desktopeditors/editors/sdkjs/common/zlib/engine/zlib_ie.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/pdf/src/engine/drawingfile.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/pdf/src/engine/drawingfile.js.mem
+%%DATADIR%%/desktopeditors/editors/sdkjs/pdf/src/engine/drawingfile.wasm
+%%DATADIR%%/desktopeditors/editors/sdkjs/pdf/src/engine/drawingfile_ie.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/sdk-all-min.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/sdk-all.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/src/01_blank.pptx
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/src/02_basic.pptx
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/src/03_classic.pptx
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/src/04_official.pptx
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/src/05_green leaf.pptx
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/src/06_lines.pptx
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/src/07_office.pptx
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/src/08_safari.pptx
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/src/09_dotted.pptx
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/src/10_corner.pptx
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/src/11_tort.pptx
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme1/theme.bin
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme1/thumbnail.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme1/thumbnail@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme1/thumbnail@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme1/thumbnail@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme1/thumbnail@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme10/theme.bin
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme10/thumbnail.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme10/thumbnail@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme10/thumbnail@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme10/thumbnail@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme10/thumbnail@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme11/theme.bin
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme11/thumbnail.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme11/thumbnail@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme11/thumbnail@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme11/thumbnail@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme11/thumbnail@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme2/theme.bin
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme2/thumbnail.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme2/thumbnail@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme2/thumbnail@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme2/thumbnail@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme2/thumbnail@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/media/image1.jpg
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/media/image2.jpg
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/media/image3.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/media/image4.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/theme.bin
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/thumbnail.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/thumbnail@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/thumbnail@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/thumbnail@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme3/thumbnail@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme4/theme.bin
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme4/thumbnail.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme4/thumbnail@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme4/thumbnail@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme4/thumbnail@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme4/thumbnail@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme5/media/image1.jpg
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme5/theme.bin
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme5/thumbnail.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme5/thumbnail@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme5/thumbnail@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme5/thumbnail@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme5/thumbnail@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/media/image1.jpg
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/media/image2.jpg
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/theme.bin
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/thumbnail.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/thumbnail@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/thumbnail@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/thumbnail@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme6/thumbnail@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/theme.bin
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/thumbnail.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/thumbnail@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/thumbnail@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/thumbnail@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/thumbnail@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/media/image1.jpg
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/media/image2.jpg
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/media/image3.jpg
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/theme.bin
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/thumbnail.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/thumbnail@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/thumbnail@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/thumbnail@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme8/thumbnail@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/theme.bin
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/thumbnail.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/thumbnail@1.25x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/thumbnail@1.5x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/thumbnail@1.75x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/thumbnail@2x.png
+%%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/themes.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/word/sdk-all-min.js
+%%DATADIR%%/desktopeditors/editors/sdkjs/word/sdk-all.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/api/documents/api.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/api/documents/cache-scripts.html
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/api/documents/index.html
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/api/documents/resources/templates/contracts.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/api/documents/resources/templates/letter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/api/documents/resources/templates/list.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/api/documents/resources/templates/plan.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/api/wopi/editor-wopi.ejs
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/embed/resources/img/logo.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/alphabetletters/alphabetletters.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/alphabetletters/qwertyletters.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/3dchart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/autocorrect.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/chart_type_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/chartdata.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/charteditor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/chartsettings_alternativetext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/chartsettings_cellsnapping.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/chartsettings_horizontalaxis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/chartsettings_layout.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/chartsettings_secondaryaxis1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/chartsettings_secondaryaxis2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/chartsettings_verticalaxis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/charttype.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/charttype_combo.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/charttypebutton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/coeditingmodemenu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/document_language_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/editseries.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/find_small.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/hyperlinkwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/numberformat.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/ole_table.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/palette_custom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/selectdata.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/de/images/setpassword.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/download.html
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/3dchart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/autocorrect.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/chart_type_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/chartdata.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/charteditor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/chartsettings_alternativetext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/chartsettings_cellsnapping.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/chartsettings_horizontalaxis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/chartsettings_layout.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/chartsettings_secondaryaxis1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/chartsettings_secondaryaxis2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/chartsettings_verticalaxis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/charttype.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/charttype_combo.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/charttypebutton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/coeditingmodemenu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/document_language_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/editseries.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/find_small.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/hyperlinkwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/numberformat.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/ole_table.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/palette_custom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/selectdata.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/en/images/setpassword.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/es/images/3dchart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/es/images/charteditor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/es/images/coeditingmodemenu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/es/images/document_language_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/es/images/hyperlinkwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/es/images/numberformat.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/es/images/palette_custom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/3dchart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/autocorrect.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/chartdata.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/charteditor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/chartsettings_alternativetext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/chartsettings_cellsnapping.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/chartsettings_horizontalaxis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/chartsettings_layout.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/chartsettings_secondaryaxis1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/chartsettings_verticalaxis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/charttype.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/charttype_combo.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/charttypebutton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/coeditingmodemenu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/document_language_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/editseries.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/find_small.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/hyperlinkwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/numberformat.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/ole_table.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/palette_custom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/selectdata.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/fr/images/setpassword.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/images/symbols.css
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/images/symbols.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/it/images/3dchart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/it/images/charteditor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/it/images/coeditingmodemenu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/it/images/document_language_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/it/images/hyperlinkwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/it/images/numberformat.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/it/images/palette_custom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/3dchart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/autocorrect.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/chartdata.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/charteditor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/chartsettings_alternativetext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/chartsettings_cellsnapping.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/chartsettings_horizontalaxis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/chartsettings_layout.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/chartsettings_secondaryaxis1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/chartsettings_verticalaxis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/charttype.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/charttype_combo.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/charttypebutton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/coeditingmodemenu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/document_language_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/editseries.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/find_small.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/hyperlinkwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/numberformat.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/ole_table.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/palette_custom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/selectdata.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/help/ru/images/setpassword.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/about/logo-white_s.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/about/logo_s.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/combo-border-size/BorderSize.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/combo-border-size/BorderSize@1.25x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/combo-border-size/BorderSize@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/combo-border-size/BorderSize@1.75x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/combo-border-size/BorderSize@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/controls/Scroll_center.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/controls/Scroll_center@1.25x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/controls/Scroll_center@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/controls/Scroll_center@1.75x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/controls/Scroll_center@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/controls/common-controls.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/controls/common-controls@1.25x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/controls/common-controls@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/controls/common-controls@1.75x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/controls/common-controls@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/controls/flags.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/controls/flags@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/controls/flags@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/controls/warnings_s.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/dimension-picker/dimension-highlighted.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/dimension-picker/dimension-highlighted@1.25x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/dimension-picker/dimension-highlighted@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/dimension-picker/dimension-highlighted@1.75x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/dimension-picker/dimension-highlighted@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/dimension-picker/dimension-unhighlighted.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/dimension-picker/dimension-unhighlighted@1.25x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/dimension-picker/dimension-unhighlighted@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/dimension-picker/dimension-unhighlighted@1.75x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/dimension-picker/dimension-unhighlighted@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/blank.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/csv.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/djvu.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/docm.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/docx.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/docxf.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/dotx.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/epub.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/fb2.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/html.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/jpg.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/odp.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/ods.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/odt.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/oform.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/otp.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/ots.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/ott.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/oxps.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/pdf.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/pdfa.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/png.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/potx.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/ppsx.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/pptm.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/pptx.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/rtf.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/svg.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/txt.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/xlsm.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/xlsx.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/xltx.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/doc-formats/xps.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/header/dark-logo_s.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/header/header-logo_s.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/header/icons.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/hsbcolorpicker/hsb-colorpicker.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/hsbcolorpicker/hsb-colorpicker@1.25x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/hsbcolorpicker/hsb-colorpicker@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/hsbcolorpicker/hsb-colorpicker@1.75x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/hsbcolorpicker/hsb-colorpicker@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/load-mask/loading.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/plugin/icon_add_on_default.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/plugin/icon_add_on_default@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/Begin-EndStyle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/Begin-EndStyle@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/Begin-EndStyle@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/gradients.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/gradients@1.25x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/gradients@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/gradients@1.75x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/gradients@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/patterns.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/patterns@1.25x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/patterns@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/patterns@1.75x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/patterns@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/rowscols_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/rowscols_icon@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/right-panels/rowscols_icon@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/bullets-and-numbering.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/bullets-and-numbering@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/bullets-and-numbering@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/charttypes.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/math.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/math@1.25x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/math@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/math@1.75x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/math@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/img/toolbar/shapetypes.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/common/main/resources/themes/themes.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/app.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/index.html
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/az.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/be.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/bg.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/ca.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/cs.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/da.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/de.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/el.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/en.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/es.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/eu.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/fr.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/gl.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/hu.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/hy.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/id.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/it.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/ja.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/ko.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/lo.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/lv.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/ms.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/nb.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/nl.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/pl.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/pt-pt.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/pt.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/ro.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/ru.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/sk.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/sl.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/sv.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/tr.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/uk.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/vi.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/zh-tw.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/locale/zh.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/forms/resources/css/app-all.css
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/app.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/index.html
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/index_loader.html
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/locale/ru.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/locale/tt.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/css/app.css
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/editor.css
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/Contents.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/HelpfulHints/About.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/HelpfulHints/AdvancedSettings.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/HelpfulHints/CollaborativeEditing.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/HelpfulHints/Commenting.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/HelpfulHints/Communicating.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/HelpfulHints/Comparison.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/HelpfulHints/KeyboardShortcuts.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/HelpfulHints/Navigation.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/HelpfulHints/Password.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/HelpfulHints/Review.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/HelpfulHints/Search.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/HelpfulHints/SpellChecking.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/HelpfulHints/SupportedFormats.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/HelpfulHints/VersionHistory.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/HelpfulHints/Viewer.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/ProgramInterface/FileTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/ProgramInterface/FormsTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/ProgramInterface/HomeTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/ProgramInterface/InsertTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/ProgramInterface/LayoutTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/ProgramInterface/PluginsTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/ProgramInterface/ProgramInterface.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/ProgramInterface/ReferencesTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/ProgramInterface/ReviewTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/ProgramInterface/ViewTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/AddBorders.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/AddCaption.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/AddFormulasInTables.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/AddHyperlinks.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/AddTableofFigures.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/AddWatermark.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/AlignArrangeObjects.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/AlignText.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/BackgroundColor.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/ChangeColorScheme.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/ChangeWrappingStyle.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/ConvertFootnotesEndnotes.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/CopyClearFormatting.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/CopyPasteUndoRedo.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/CreateFillableForms.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/CreateLists.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/CreateTableOfContents.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/DecorationStyles.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/FillingOutForm.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/FontTypeSizeColor.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/FormattingPresets.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertAutoshapes.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertBookmarks.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertCharts.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertContentControls.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertCrossReference.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertDateTime.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertDropCap.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertEndnotes.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertEquation.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertFootnotes.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertHeadersFooters.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertImages.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertLineNumbers.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertPageNumbers.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertSymbols.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertTables.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/InsertTextObjects.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/LineSpacing.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/MathAutoCorrect.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/NonprintingCharacters.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/OpenCreateNew.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/PageBreaks.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/ParagraphIndents.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/SavePrintDownload.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/SectionBreaks.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/SetOutlineLevel.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/SetPageParameters.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/SetTabStops.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/SupportSmartArt.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/UseMailMerge.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/UsageInstructions/ViewDocInfo.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/callback.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/editor.css
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/3dchart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/SearchOptions.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/about.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/abouticon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/acceptreject_dropdown.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/access_rights.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/addedcontentcontrol.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/addfootnote.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/addgradientpoint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/addhyperlink.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/advanced_settings_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/align_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/aligncenter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/alignleft.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/alignobjectbottom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/alignobjectcenter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/alignobjectleft.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/alignobjectmiddle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/alignobjectright.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/alignobjecttop.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/alignright.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/anchor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/anonymous_collab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/arrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/autocorrect.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/autoformatasyoutype.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/axislabels.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/back.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/backgroundcolor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/backgroundcolor_selected.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/bgcolor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/blankpage.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/bold.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/bookmark.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/bookmark_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/bookmark_window2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/bringforward.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/bringforward_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/bringtofront.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/bulletedlistsettings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/bullets.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/caption_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/ccsettingswindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/ccsettingswindow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/cellrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/change_case.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/changecolorscheme.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/changecolorscheme_obstructed.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/changecolumnwidth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/changerange.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/changerowheight.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chart_properties.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chart_properties_1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chart_properties_2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chart_properties_3.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chart_settings_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chartdata.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/charteditor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chartsettings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chartsettings2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chartsettings3.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chartsettings4.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chartsettings5.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chartsettings6.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chartsettings_alternativetext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chartsettings_cellsnapping.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chartsettings_horizontalaxis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chartsettings_layout.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chartsettings_secondaryaxis1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chartsettings_verticalaxis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/charttype.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/charttype_combo.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/charttypebutton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chat_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chaticon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/chaticon_new.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/checkbox_checked.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/checkbox_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/checkbox_inserted.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/checkbox_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/checkbox_tip.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/checkboxcontentcontrol.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/checkboxcontentcontrol2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/checkboxsettings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/circle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/clear_fields_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/clearall_formfilling.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/clearfilter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/clearstyle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/coeditingmode.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/coeditingmodemenu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/collapse.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/colorscheme.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/columnbreak.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/columnspacing.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/columnwidthmarker.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/comb_of_characters.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/combo_add_values.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/combo_box_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/combo_box_inserted.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/combo_box_opened.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/combo_box_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/combo_box_tip.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/combo_delete_values.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/combo_values_down.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/combo_values_up.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/comboboxaddvalue.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/comboboxcontentcontrol.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/comboboxcontentcontrol2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/comboboxsettings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/comment_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/comments.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/commentsicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/compare_final.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/compare_markup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/compare_method.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/compare_original.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/comparebutton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/complex_field_inserted.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/complex_field_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/complex_field_tip.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/constantproportions.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/constantproportionsactivated.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/convert_footnotes_endnotes.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/convertequation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/converttotable.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/copy.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/copystyle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/copystyle_selected.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/createnewstylewindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/cross_refference_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/cross_refference_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/customcolumns.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/custommargins.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/custompagesize.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/customstylemenu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/customtable.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/darkmode_oform.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/date_time.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/date_time_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/datecontentcontrol.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/datecontentcontrol2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/datesettings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/decreasedec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/decreaseindent.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/deletecommenticon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/deleteequation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/deleteicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/distributehorizontally.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/distributevertically.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/document_language.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/document_language_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/downloadicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/dropcap_example.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/dropcap_margin.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/dropcap_none.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/dropcap_properties_1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/dropcap_properties_2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/dropcap_properties_3.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/dropcap_text.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/dropdown_list_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/dropdown_list_opened.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/dropdown_list_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/editcommenticon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/editedequation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/editedequation2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/editedstylemenu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/editpoints_example.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/editseries.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/email_address_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/email_address_tip.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/endnotes_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/endnotesadded.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/endnotetext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/equationplaceholder.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/eraser_tool.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/expand.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/fastmode.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/favorites_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/feedback.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/feedbackicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/file.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/fill_color.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/fill_form.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/fill_gradient.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/fill_pattern.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/fill_picture.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/firstline_indent.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/fitpage.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/fitwidth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/fliplefttoright.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/flipupsidedown.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/floatingcontentcontrol.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/follow_move.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/fontcolor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/fontfamily.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/fontsize.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/footnotes.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/footnotes_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/footnotesadded.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/footnotetext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/formatastext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/formattingpresets.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/formula_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/frame_properties_1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/gotodocuments.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/gradientslider.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/greencircle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/group.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/group_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/groupup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/handtool.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/hanging.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/hard.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/headerfooter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/help.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/hiderulers.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/highlight_color_mouse_pointer.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/highlight_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/highlightcolor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/hyperlinkwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/hyperlinkwindow1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/image.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/image_form_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/image_form_inserted.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/image_form_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/image_properties.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/image_properties_1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/image_properties_2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/image_properties_3.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/image_properties_4.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/image_settings_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/increasedec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/increaseindent.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/indents_right_panel.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/indents_ruler.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/insert_dropcap_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/insert_symbol_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/insert_symbol_sidebar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/insert_symbol_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/insert_symbol_window2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/insert_symbols_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/insert_symbols_windows.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/insertautoshape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/insertcaptionbox.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/insertccicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/insertchart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/insertcolumns.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/insertedequation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/insertedfields.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/insertequationicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/insertfunction.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/insertpagenumber.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/inserttextarticon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/inserttexticon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/desktop_editorwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/desktop_filetab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/desktop_formstab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/desktop_hometab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/desktop_inserttab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/desktop_layouttab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/desktop_pluginstab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/desktop_protectiontab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/desktop_referencestab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/desktop_reviewtab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/desktop_viewtab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/editorwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/filetab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/formstab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/hometab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/inserttab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/layouttab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/leftpart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/pluginstab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/referencestab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/reviewtab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/rightpart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/interface/viewtab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/italic.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/justify.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/keytips1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/keytips2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/larger.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/leftcolumn.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/leftindent.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/linenumbers_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/linenumbers_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/linespacing.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/listlevel.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/lock_form_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/mailmerge_options.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/mailmergeicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/mailmergerecipients.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/margins.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/mergefields.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/mergeto.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/more_oform.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/movecontentcontrol.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/moveelement.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/movetable_handle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/moving_chart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/moving_form_fields.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/moving_image.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/multilevellistsettings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/navigationicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/navigationpanel.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/navigationpanel_viewer.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/nestedfraction.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/newequation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/newslot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/next_field_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/next_formfilling.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/nextfootnote.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/nextpage.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/noborders.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/nofill.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/nonbreakspace.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/nonprintingcharacters.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/numberformat.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/numbering.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/oform.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/onecolumn.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/orderedlistsettings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/orientation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/outline.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/pagebreak.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/pagebreak1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/pagemargins.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/pagescaling.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/pagesize.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/pagethumbnails.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/pagethumbnails_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/palette.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/palette_custom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/paradvsettings_borders.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/paradvsettings_breaks.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/paradvsettings_font.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/paradvsettings_indents.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/paradvsettings_margins.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/paradvsettings_tab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/paste.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/paste_style.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/pastespecialbutton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/pdfviewer.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/pencil_tool.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/phone_number_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/phone_number_tip.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/picturecontentcontrol.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/previewinsertedfields.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/previous_field_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/previousfootnote.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/previouspage.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/print.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/proofing.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/radio_button_checked.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/radio_button_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/radio_button_inserted.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/radio_button_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/radio_button_tip.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/recognizedfunctions.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/redo.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/redo1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/referencestab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/refresh_button.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/refresh_table_figures_popup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/removecomment_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/removegradientpoint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/replacetext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/reshaping.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/resize_square.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/resizeelement.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/resizetable.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/resizetable_handle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/resolvedicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/resolveicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/review.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/review_accept.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/review_accepttoptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/review_delete.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/review_displaymode.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/review_next.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/review_panel.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/review_popup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/review_previous.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/review_reject.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/review_rejecttoptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/richtextcontentcontrol.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/right_autoshape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/right_chart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/right_headerfooter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/right_image.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/right_image_shape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/right_indent.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/right_mailmerge.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/right_paragraph.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/right_table.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/right_textart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/rightcolumn.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/rotateclockwise.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/rotatecounterclockwise.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/rowheightmarker.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/sameasprevious_label.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/save.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/saveupdate.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/savewhilecoediting.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/search_options.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/search_replace_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/search_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/searchbuttons.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/searchdownbutton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/searchicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/searchupbutton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/sectionbreak.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/selectcellpointer.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/selectcolumnpointer.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/selectdata.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/selectiontool.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/selectrowpointer.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/sendbackward.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/sendbackward_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/sendtoback.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/sendtoemail.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/setpassword.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/shape_properties.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/shape_properties_1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/shape_properties_2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/shape_properties_3.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/shape_properties_4.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/shape_properties_5.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/shape_properties_6.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/shape_settings_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/sharingicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/show_password.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/smaller.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/smartart_rightclick.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/smartart_rightclick2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/soft.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/sortandfilter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/sortatoz.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/sortcomments.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/sortcommentsicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/sortztoa.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/space.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/spellcheckactivated.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/spellcheckdeactivated.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/spellchecking.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/spellchecking_language.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/spellchecking_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/spellchecking_toptoolbar_activated.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/square.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/strictmode.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/strike.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/sub.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/submit_form_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/sup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/above.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/acute.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/aleph.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/alpha.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/alpha2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/amalg.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/angle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/aoint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/approx.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/arrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/asmash.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/ast.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/asymp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/atop.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/bar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/bar2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/because.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/begin.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/below.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/bet.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/beta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/beta2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/beth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/bigcap.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/bigcup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/bigodot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/bigoplus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/bigotimes.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/bigsqcup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/biguplus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/bigvee.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/bigwedge.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/binomial.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/bot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/bowtie.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/box.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/boxdot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/boxminus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/boxplus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/bra.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/break.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/breve.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/bullet.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/cap.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/cases.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/cbrt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/cdot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/cdots.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/check.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/chi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/chi2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/circ.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/close.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/clubsuit.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/coint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/colonequal.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/cong.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/coprod.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/cup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/dalet.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/daleth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/dashv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/dd.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/dd2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/ddddot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/dddot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/ddot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/ddots.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/defeq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/degc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/degf.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/degree.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/delta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/delta2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/deltaeq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/diamond.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/diamondsuit.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/div.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/dot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doteq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/dots.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublea.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublea2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doubleb.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doubleb2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublec2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublecolon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doubled.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doubled2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublee.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublee2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublef.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublef2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublefactorial.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doubleg.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doubleg2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doubleh.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doubleh2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublei.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublei2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublej.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublej2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublek.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublek2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublel.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublel2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublem.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublem2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublen.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublen2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doubleo.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doubleo2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublep.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublep2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doubleq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doubleq2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doubler.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doubler2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doubles.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doubles2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublet.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublet2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doubleu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doubleu2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublev.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublev2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublew.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublew2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublex.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublex2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doubley.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doubley2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublez.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/doublez2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/downarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/downarrow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/dsmash.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/ee.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/ell.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/emptyset.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/end.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/epsilon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/epsilon2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/eqarray.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/equiv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/eta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/eta2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/exists.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/forall.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/fraktura.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/fraktura2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturb.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturb2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturc2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturd.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturd2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakture.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakture2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturf.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturf2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturg.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturg2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturh.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturh2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturi2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturk.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturk2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturl.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturl2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturm.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturm2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturn.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturn2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturo.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturo2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturp2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturq2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturr.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturr2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturs.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturs2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturt2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturu2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturv2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturw.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturw2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturx.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturx2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/fraktury.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/fraktury2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturz.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frakturz2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/frown.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/g.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/gamma.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/gamma2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/ge.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/geq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/gets.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/gg.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/gimel.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/grave.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/greaterthanorequalto.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/hat.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/hbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/heartsuit.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/hookleftarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/hookrightarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/horizontalellipsis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/hphantom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/hsmash.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/hvec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/identitymatrix.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/ii.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/iiiint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/iiint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/iint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/im.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/imath.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/in.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/inc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/infty.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/int.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/integral.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/iota.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/iota2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/j.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/jj.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/jmath.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/kappa.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/kappa2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/ket.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/lambda.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/lambda2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/langle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/lbbrack.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/lbrace.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/lbrack.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/lceil.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/ldiv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/ldivide.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/ldots.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/le.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/left.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/leftarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/leftarrow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/leftharpoondown.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/leftharpoonup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/leftrightarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/leftrightarrow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/leq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/lessthanorequalto.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/lfloor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/lhvec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/limit.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/ll.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/lmoust.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/longleftarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/longleftrightarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/longrightarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/lrhar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/lvec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/mapsto.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/matrix.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/mid.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/middle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/models.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/mp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/mu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/mu2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/nabla.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/naryand.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/ne.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/nearrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/neq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/ni.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/norm.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/notcontain.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/notelement.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/notequal.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/notgreaterthan.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/notin.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/notlessthan.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/nu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/nu2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/nwarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/o.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/o2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/odot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/of.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/oiiint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/oiint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/oint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/omega.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/omega2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/ominus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/open.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/oplus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/otimes.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/over.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/overbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/overbrace.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/overbracket.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/overline.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/overparen.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/overshell.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/parallel.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/partial.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/perp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/phantom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/phi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/phi2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/pi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/pi2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/pm.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/pmatrix.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/pppprime.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/ppprime.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/pprime.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/prec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/preceq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/prime.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/prod.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/propto.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/psi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/psi2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/qdrt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/quadratic.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/rangle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/rangle2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/ratio.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/rbrace.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/rbrack.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/rbrack2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/rceil.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/rddots.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/re.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/rect.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/rfloor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/rho.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/rho2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/rhvec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/right.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/rightarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/rightarrow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/rightharpoondown.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/rightharpoonup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/rmoust.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/root.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scripta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scripta2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptb.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptb2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptc2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptd.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptd2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scripte.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scripte2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptf.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptf2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptg.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptg2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scripth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scripth2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scripti.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scripti2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptj.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptj2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptk.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptk2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptl.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptl2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptm.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptm2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptn.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptn2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scripto.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scripto2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptp2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptq2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptr.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptr2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scripts.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scripts2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptt2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptu2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptv2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptw.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptw2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptx.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptx2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scripty.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scripty2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptz.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/scriptz2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/sdiv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/sdivide.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/searrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/setminus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/sigma.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/sigma2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/sim.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/simeq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/smash.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/smile.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/spadesuit.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/sqcap.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/sqcup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/sqrt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/sqsubseteq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/sqsuperseteq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/star.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/subset.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/subseteq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/succ.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/succeq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/sum.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/superset.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/superseteq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/swarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/tau.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/tau2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/therefore.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/theta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/theta2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/tilde.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/times.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/to.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/top.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/tvec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/ubar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/ubar2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/underbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/underbrace.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/underbracket.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/underline.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/underparen.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/uparrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/uparrow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/updownarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/updownarrow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/uplus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/upsilon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/upsilon2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/varepsilon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/varphi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/varpi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/varrho.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/varsigma.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/vartheta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/vbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/vdash.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/vdots.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/vec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/vee.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/vert.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/vert2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/vmatrix.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/vphantom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/wedge.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/wp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/wr.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/xi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/xi2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/zeta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/symbols/zeta2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/tab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/table.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/table_figures_button.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/table_figures_captioned.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/table_figures_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/table_figures_style.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/table_properties_1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/table_properties_2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/table_properties_3.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/table_properties_4.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/table_properties_5.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/table_properties_6.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/tabstopcenter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/tabstopcenter_marker.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/tabstopleft.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/tabstopleft_marker.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/tabstopright.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/tabstopright_marker.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/tabstops_ruler.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/text_autoshape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/text_field_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/text_field_inserted.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/text_field_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/text_field_tip.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/textart_settings_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/textart_transformation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/textbox_boxselected.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/textbox_textselected.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/threecolumns.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/toccontentcontrol.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/toccustomize.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/tocicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/tociconmenu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/tocmove.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/tocrefreshcc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/tocrefreshcontextual.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/tocrefreshicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/tocrefreshiconcc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/tocsettingscc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/tocsettingswindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/tocsettingswindow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/track_changes_alert.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/track_changes_enabled.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/trackchangesstatusbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/trackchangestoptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/twocolumns.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/underline.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/undo.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/undo1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/ungroup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/updatefromseleciton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/usericon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/usersnumber.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/versionhistory.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/versionhistoryicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/view_form_active.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/view_form_active2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/view_form_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/viewsettings_darkmode.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/viewsettingsicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/watermark.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/watermark_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/watermark_settings2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/wrap_boundary.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/wrapping_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/wrappingstyle_behind.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/wrappingstyle_behind_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/wrappingstyle_infront.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/wrappingstyle_infront_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/wrappingstyle_inline.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/wrappingstyle_inline_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/wrappingstyle_square.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/wrappingstyle_square_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/wrappingstyle_through.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/wrappingstyle_through_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/wrappingstyle_tight.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/wrappingstyle_tight_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/wrappingstyle_topandbottom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/wrappingstyle_topandbottom_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/yellowdiamond.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/zoomadjusting.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/zoomin.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/images/zoomout.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/search/indexes.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/search/js/jquery.min.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/search/js/keyboard-switch.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/search/js/lunr-languages/lunr.multi.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/search/js/lunr-languages/lunr.ru.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/search/js/lunr-languages/lunr.stemmer.support.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/search/js/lunr.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/search/js/page-search.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/ru/search/search.html
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/help/scroll.css
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/about/logo-white_s.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/about/logo_s.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/blank.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/favicon.ico
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/file-template.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/header/dark-logo_s.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/header/header-logo_s.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconsbig.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconsbig@1.25x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconsbig@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconsbig@1.75x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconsbig@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconshuge.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconshuge@1.25x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconshuge@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconshuge@1.75x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconshuge@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconssmall.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconssmall@1.25x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconssmall@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconssmall@1.75x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/iconssmall@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/logo.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/recent-file.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/contents.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/contents@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/img/toolbar/text_styles.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/symboltable/ru.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/documenteditor/main/resources/watermark/wm-text.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/app.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/app.reporter.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/index.html
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/index.reporter.html
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/index_loader.html
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/locale/ru.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/locale/tt.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/css/app.css
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/Contents.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/HelpfulHints/About.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/HelpfulHints/AdvancedSettings.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/HelpfulHints/CollaborativeEditing.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/HelpfulHints/Commenting.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/HelpfulHints/KeyboardShortcuts.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/HelpfulHints/Navigation.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/HelpfulHints/Password.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/HelpfulHints/Search.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/HelpfulHints/SpellChecking.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/HelpfulHints/SupportedFormats.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/HelpfulHints/UsingChat.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/HelpfulHints/VersionHistory.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/ProgramInterface/AnimationTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/ProgramInterface/CollaborationTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/ProgramInterface/FileTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/ProgramInterface/HomeTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/ProgramInterface/InsertTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/ProgramInterface/PluginsTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/ProgramInterface/ProgramInterface.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/ProgramInterface/TransitionsTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/ProgramInterface/ViewTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/AddHyperlinks.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/AddingAnimations.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/AlignArrangeObjects.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ApplyTransitions.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/CopyClearFormatting.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/CopyPasteUndoRedo.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/CreateLists.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/FillObjectsSelectColor.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertAutoshapes.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertCharts.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertEquation.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertHeadersFooters.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertImages.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertSymbols.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertTables.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/InsertText.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ManageSlides.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ManipulateObjects.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/MathAutoCorrect.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/MotionPath.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/OpenCreateNew.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/PreviewPresentation.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/SavePrintDownload.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/SetSlideParameters.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/SupportSmartArt.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/UsageInstructions/ViewPresentationInfo.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/callback.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/editor.css
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/3dchart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/SearchOptions.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/about.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/access_rights.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/added_comment_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/addgradientpoint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/addhyperlink.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/addslide.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/addtolayout.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/advanced_settings_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/alignbottom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/aligncenter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/alignleft.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/alignmiddle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/alignobjectbottom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/alignobjectcenter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/alignobjectleft.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/alignobjectmiddle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/alignobjectright.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/alignobjecttop.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/alignright.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/alignshape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/aligntop.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/animationduration.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/animationgallery.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/animationnumbering.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/animationrepeat.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/anonymous_collab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/applylayout.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/arrangeshape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/arrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/autocorrect.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/autoformatasyoutype.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/autoshape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/axislabels.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/back.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/bgcolor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/bold.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/bordersize.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/bordertype.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/bringforward.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/bringtofront.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/bulletedlistsettings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/bullets.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/cellrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/change_case.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/changecolorscheme.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/changecolumnwidth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/changelayout.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/changerange.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/changerowheight.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/chart_properties_3.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/chart_properties_alternative.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/chart_settings_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/chartdata.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/charteditor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/chartsettings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/chartsettings2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/chartsettings3.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/chartsettings4.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/chartsettings5.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/chartsettings6.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/chartsettings7.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/chartsettings_alternativetext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/chartsettings_cellsnapping.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/chartsettings_horizontalaxis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/chartsettings_layout.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/chartsettings_secondaryaxis1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/chartsettings_verticalaxis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/charttab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/charttype.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/charttype_combo.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/charttypebutton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/chat_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/chaticon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/chaticon_new.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/circle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/clearstyle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/closepreview.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/coeditingmode.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/coeditingmodemenu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/colorscheme.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/columnwidthmarker.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/comment_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/commentsicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/connectionpoint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/connectors.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/connectors_firstshape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/connectors_moveshape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/connectors_secondshape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/constantproportions.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/constantproportionsactivated.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/convertequation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/copy.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/copypastewindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/copystyle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/copystyle_selected.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/date_time_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/date_time_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/decreasedec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/decreaseindent.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/deletecommenticon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/deleteequation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/deleteicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/distributehorizontally.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/distributevertically.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/document_language.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/document_language_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/editcommenticon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/editpoints_example.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/editpoints_rightclick.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/editseries.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/equationplaceholder.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/exitfullscreen.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/favorites_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/feedback.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/file.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/fill_color.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/fill_gradient.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/fill_pattern.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/fill_picture.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/firstline_indent.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/fitpage.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/fitslide.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/fitwidth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/fliplefttoright.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/flipupsidedown.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/fontcolor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/fontfamily.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/fontsize.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/formatastext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/fullscreen.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/gotodocuments.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/gradientslider.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/greencircle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/group.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/hanging.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/hard.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/header_footer_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/header_footer_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/help.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/hidden_slide.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/hiderulers.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/highlight_color_mouse_pointer.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/highlightcolor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/horizontalalign.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/hyperlinkwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/hyperlinkwindow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/image.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/image_properties.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/image_properties1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/image_properties2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/image_settings_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/imagesettingstab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/increasedec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/increaseindent.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/indents_ruler.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/insert_symbol_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/insert_symbol_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/insert_symbol_window2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/insert_symbols_windows.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/insertautoshape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/insertchart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/insertedequation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/insertequationicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/insertfunction.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/inserttable.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/inserttextarticon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/inserttexticon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/animationtab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/collaborationtab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/desktop_animationtab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/desktop_collaborationtab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/desktop_editorwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/desktop_filetab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/desktop_hometab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/desktop_inserttab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/desktop_pluginstab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/desktop_transitionstab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/desktop_viewtab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/editorwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/filetab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/hometab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/inserttab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/leftpart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/pluginstab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/rightpart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/transitionstab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/interface/viewtab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/italic.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/justify.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/larger.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/leftindent.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/linespacing.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/maintain_proportions.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/moreeffects.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/moveearlier.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/moveelement.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/movelater.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/multipleanimations_order.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/multipleeffect_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/nestedfraction.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/newslot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/nextpage.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/nextslide.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/noborders.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/nofill.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/numberformat.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/numbering.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/orderedlistsettings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/orientation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/outline.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/pagesize.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/palette_custom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/palettes.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/paste.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/paste_style.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/pastespecial.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/pastespecialbutton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/pausepresentation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/placeholder_chart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/placeholder_imagefromfile.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/placeholder_imagefromurl.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/placeholder_object.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/placeholder_table.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/pointer.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/pointer_enabled.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/pointer_screen.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/presenter_mode.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/presenter_nextslide.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/presenter_pausepresentation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/presenter_previousslide.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/presenter_startpresentation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/preview_mode.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/previouspage.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/previousslide.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/print.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/printsettingswindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/proofing.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/recognizedfunctions.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/redo.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/redo1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/removecomment_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/removegradientpoint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/replacetext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/reshaping.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/resize_square.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/resizeelement.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/resizetable.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/resolvedicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/resolveicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/right_image_shape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/right_indent.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/right_textart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/rotateclockwise.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/rotatecounterclockwise.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/rowheightmarker.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/rowsandcolumns.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/save.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/saveupdate.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/savewhilecoediting.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/search_options.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/search_replace_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/search_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/searchbuttons.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/searchdownbutton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/searchicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/searchupbutton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/selectdata.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/selectedequation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/selectslidesizeicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/sendbackward.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/sendtoback.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/setpassword.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/shape_properties.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/shape_properties1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/shape_properties2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/shape_properties3.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/shape_properties4.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/shape_properties5.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/shape_settings_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/shapegallery.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/shapesettingstab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/sharingicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/show_password.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/showsettings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/slide_number_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/slide_settings_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/slidesettingstab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/slidesizesettingswindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/smaller.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/smartart_rightclick.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/smartart_rightclick2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/soft.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/sortcomments.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/sortcommentsicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/space.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/spellcheckactivated.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/spellcheckdeactivated.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/spellchecking_language.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/spellchecking_presentation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/split_cells.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/square.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/startpresentation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/startpreview.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/strike.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/sub.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/sup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/above.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/acute.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/aleph.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/alpha.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/alpha2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/amalg.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/angle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/aoint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/approx.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/arrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/asmash.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/ast.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/asymp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/atop.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/bar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/bar2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/because.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/begin.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/below.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/bet.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/beta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/beta2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/beth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/bigcap.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/bigcup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/bigodot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/bigoplus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/bigotimes.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/bigsqcup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/biguplus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/bigvee.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/bigwedge.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/binomial.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/bot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/bowtie.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/box.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/boxdot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/boxminus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/boxplus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/bra.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/break.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/breve.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/bullet.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/cap.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/cases.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/cbrt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/cdot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/cdots.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/check.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/chi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/chi2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/circ.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/close.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/clubsuit.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/coint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/colonequal.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/cong.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/coprod.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/cup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/dalet.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/daleth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/dashv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/dd.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/dd2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/ddddot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/dddot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/ddot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/ddots.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/defeq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/degc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/degf.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/degree.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/delta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/delta2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/deltaeq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/diamond.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/diamondsuit.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/div.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/dot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doteq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/dots.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublea.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublea2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doubleb.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doubleb2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublec2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublecolon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doubled.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doubled2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublee.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublee2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublef.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublef2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublefactorial.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doubleg.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doubleg2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doubleh.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doubleh2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublei.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublei2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublej.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublej2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublek.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublek2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublel.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublel2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublem.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublem2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublen.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublen2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doubleo.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doubleo2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublep.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublep2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doubleq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doubleq2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doubler.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doubler2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doubles.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doubles2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublet.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublet2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doubleu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doubleu2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublev.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublev2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublew.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublew2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublex.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublex2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doubley.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doubley2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublez.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/doublez2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/downarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/downarrow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/dsmash.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/ee.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/ell.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/emptyset.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/end.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/epsilon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/epsilon2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/eqarray.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/equiv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/eta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/eta2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/exists.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/forall.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/fraktura.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/fraktura2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturb.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturb2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturc2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturd.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturd2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakture.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakture2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturf.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturf2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturg.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturg2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturh.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturh2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturi2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturk.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturk2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturl.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturl2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturm.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturm2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturn.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturn2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturo.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturo2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturp2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturq2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturr.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturr2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturs.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturs2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturt2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturu2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturv2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturw.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturw2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturx.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturx2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/fraktury.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/fraktury2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturz.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frakturz2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/frown.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/g.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/gamma.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/gamma2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/ge.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/geq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/gets.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/gg.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/gimel.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/grave.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/greaterthanorequalto.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/hat.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/hbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/heartsuit.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/hookleftarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/hookrightarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/horizontalellipsis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/hphantom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/hsmash.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/hvec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/identitymatrix.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/ii.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/iiiint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/iiint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/iint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/im.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/imath.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/in.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/inc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/infty.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/int.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/integral.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/iota.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/iota2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/j.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/jj.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/jmath.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/kappa.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/kappa2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/ket.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/lambda.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/lambda2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/langle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/lbbrack.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/lbrace.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/lbrack.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/lceil.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/ldiv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/ldivide.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/ldots.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/le.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/left.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/leftarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/leftarrow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/leftharpoondown.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/leftharpoonup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/leftrightarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/leftrightarrow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/leq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/lessthanorequalto.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/lfloor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/lhvec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/limit.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/ll.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/lmoust.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/longleftarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/longleftrightarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/longrightarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/lrhar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/lvec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/mapsto.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/matrix.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/mid.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/middle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/models.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/mp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/mu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/mu2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/nabla.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/naryand.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/ne.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/nearrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/neq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/ni.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/norm.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/notcontain.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/notelement.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/notequal.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/notgreaterthan.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/notin.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/notlessthan.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/nu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/nu2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/nwarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/o.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/o2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/odot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/of.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/oiiint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/oiint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/oint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/omega.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/omega2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/ominus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/open.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/oplus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/otimes.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/over.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/overbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/overbrace.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/overbracket.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/overline.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/overparen.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/overshell.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/parallel.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/partial.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/perp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/phantom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/phi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/phi2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/pi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/pi2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/pm.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/pmatrix.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/pppprime.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/ppprime.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/pprime.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/prec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/preceq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/prime.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/prod.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/propto.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/psi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/psi2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/qdrt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/quadratic.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/rangle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/rangle2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/ratio.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/rbrace.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/rbrack.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/rbrack2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/rceil.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/rddots.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/re.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/rect.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/rfloor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/rho.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/rho2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/rhvec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/right.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/rightarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/rightarrow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/rightharpoondown.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/rightharpoonup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/rmoust.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/root.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scripta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scripta2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptb.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptb2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptc2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptd.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptd2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scripte.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scripte2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptf.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptf2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptg.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptg2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scripth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scripth2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scripti.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scripti2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptj.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptj2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptk.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptk2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptl.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptl2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptm.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptm2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptn.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptn2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scripto.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scripto2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptp2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptq2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptr.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptr2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scripts.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scripts2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptt2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptu2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptv2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptw.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptw2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptx.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptx2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scripty.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scripty2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptz.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/scriptz2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/sdiv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/sdivide.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/searrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/setminus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/sigma.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/sigma2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/sim.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/simeq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/smash.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/smile.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/spadesuit.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/sqcap.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/sqcup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/sqrt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/sqsubseteq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/sqsuperseteq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/star.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/subset.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/subseteq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/succ.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/succeq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/sum.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/superset.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/superseteq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/swarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/tau.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/tau2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/therefore.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/theta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/theta2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/tilde.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/times.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/to.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/top.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/tvec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/ubar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/ubar2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/underbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/underbrace.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/underbracket.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/underline.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/underparen.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/uparrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/uparrow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/updownarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/updownarrow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/uplus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/upsilon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/upsilon2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/varepsilon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/varphi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/varpi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/varrho.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/varsigma.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/vartheta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/vbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/vdash.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/vdots.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/vec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/vee.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/vert.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/vert2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/vmatrix.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/vphantom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/wedge.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/wp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/wr.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/xi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/xi2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/zeta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/symbols/zeta2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/tab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/table.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/table_properties.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/table_properties1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/table_properties2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/table_settings_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/tablesettingstab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/tabstopcenter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/tabstopcenter_marker.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/tabstopleft.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/tabstopleft_marker.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/tabstopright.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/tabstopright_marker.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/tabstops_ruler.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/templateslist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/text_autoshape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/text_settings_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/textadvancedsettings1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/textadvancedsettings2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/textadvancedsettings3.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/textart_settings_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/textart_transformation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/textbox_boxselected.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/textbox_textselected.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/textsettingstab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/themes.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/timingoptions.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/triggeroptions.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/underline.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/undo.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/undo1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/ungroup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/usersnumber.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/versionhistory.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/versionhistoryicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/verticalalign.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/viewsettingsicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/yellowdiamond.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/zoomin.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/images/zoomout.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/search/indexes.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/search/js/jquery.min.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/search/js/keyboard-switch.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/search/js/lunr-languages/lunr.multi.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/search/js/lunr-languages/lunr.ru.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/search/js/lunr-languages/lunr.stemmer.support.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/search/js/lunr.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/search/js/page-search.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/ru/search/search.html
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/help/scroll.css
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/about/logo-white_s.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/about/logo_s.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/favicon.ico
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/file-template.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/header/dark-logo_s.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/header/header-logo_s.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconsbig.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconsbig@1.25x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconsbig@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconsbig@1.75x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconsbig@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconssmall.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconssmall@1.25x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconssmall@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconssmall@1.75x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/iconssmall@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/recent-file.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/AutoColor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/NoFill.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/NoFill@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/img/toolbar/themes.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/presentationeditor/main/resources/symboltable/ru.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/app.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/index.html
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/index_internal.html
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/index_loader.html
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/locale/ru.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/locale/tt.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/css/app.css
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/be.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/be_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/bg.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/bg_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/ca.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/ca_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/cs.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/cs_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/da.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/da_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/de.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/de_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/el.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/el_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/en.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/en_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/es.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/es_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/fi.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/fi_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/fr.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/fr_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/hu.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/hu_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/id.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/id_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/it.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/it_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/ja.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/ja_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/ko.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/ko_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/lo.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/lo_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/lv.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/lv_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/nb.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/nb_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/nl.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/nl_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/pl.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/pl_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/pt-br.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/pt-br_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/pt.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/pt_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/ro.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/ro_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/ru.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/ru_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/sk.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/sk_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/sl.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/sl_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/sv.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/sv_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/tr.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/tr_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/uk.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/uk_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/vi.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/vi_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/zh.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/formula-lang/zh_desc.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Contents.json
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/abs.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/accrint.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/accrintm.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/acos.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/acosh.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/acot.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/acoth.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/address.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/aggregate.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/amordegrc.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/amorintm.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/amorlinc.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/and.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/arabic.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/asc.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/asin.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/asinh.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/atan.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/atan2.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/atanh.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/avedev.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/average.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/averagea.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/averageif.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/averageifs.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/base.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/besseli.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/besselj.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/besselk.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/bessely.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/beta-dist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/beta-inv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/betadist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/betainv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/bin2dec.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/bin2hex.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/bin2oct.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/binom-dist-range.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/binom-dist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/binom-inv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/binomdist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitand.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitlshift.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitor.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitrshift.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/bitxor.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/ceiling-math.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/ceiling-precise.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/ceiling.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/ceilingmath.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/ceilingprecise.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/cell.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/char.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/chidist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/chiinv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-dist-rt.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-dist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-inv-rt.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-inv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/chisq-test.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/chitest.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/choose.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/clean.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/code.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/column.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/columns.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/combin.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/combina.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/complex.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/concat.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/concatenate.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/confidence-norm.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/confidence-t.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/confidence.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/convert.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/correl.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/cos.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/cosh.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/cot.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/coth.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/count.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/counta.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/countblank.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/countif.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/countifs.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupdaybs.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupdays.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupdaysnc.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupncd.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/coupnum.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/couppcd.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/covar.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/covariance-p.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/covariance-s.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/critbinom.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/csc.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/csch.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/cumipmt.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/cumprinc.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/date.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/datedif.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/datevalue.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/daverage.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/day.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/days.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/days360.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/db.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dcount.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dcounta.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/ddb.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dec2bin.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dec2hex.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dec2oct.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/decimal.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/degrees.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/delta.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/devsq.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dget.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/disc.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dmax.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dmin.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dollar.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dollarde.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dollarfr.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dproduct.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dstdev.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dstdevp.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dsum.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/duration.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dvar.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/dvarp.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/ecma-ceiling.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/edate.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/effect.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/eomonth.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/erf-precise.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/erf.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/erfc-precise.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/erfc.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/error-type.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/error.type.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/even.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/exact.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/exp.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/expon-dist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/expondist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-dist-rt.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-dist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-inv-rt.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-inv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/f-test.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/fact.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/factdouble.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/false.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/fdist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/find.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/findb.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/finv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/fisher.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/fisherinv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/fixed.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/floor-math.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/floor-precise.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/floor.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/floormath.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/floorprecise.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/forecast-ets-confint.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/forecast-ets-seasonality.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/forecast-ets-stat.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/forecast-ets.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/forecast-linear.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/forecast.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/formulatext.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/frequency.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/ftest.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/fv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/fvschedule.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/gamma-dist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/gamma-inv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/gamma.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/gammadist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/gammainv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/gammaln-precise.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/gammaln.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/gauss.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/gcd.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/geomean.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/gestep.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/growth.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/harmean.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/hex2bin.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/hex2dec.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/hex2oct.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/hlookup.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/hour.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/hyperlink.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/hypgeom-dist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/hypgeomdist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/if.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/iferror.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/ifna.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/ifs.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imabs.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imaginary.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imargument.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imconjugate.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcos.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcosh.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcot.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcsc.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imcsch.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imdiv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imexp.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imln.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imlog10.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imlog2.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/impower.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/improduct.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imreal.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsec.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsech.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsin.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsinh.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsqrt.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsub.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imsum.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/imtan.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/index.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/indirect.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/int.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/intercept.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/intrate.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/ipmt.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/irr.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/isblank.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/iserr.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/iserror.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/iseven.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/isformula.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/islogical.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/isna.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/isnontext.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/isnumber.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/iso-ceiling.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/isoceiling.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/isodd.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/isoweeknum.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/ispmt.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/isref.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/istext.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/kurt.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/large.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/lcm.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/left.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/leftb.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/len.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/lenb.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/linest.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/ln.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/log.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/log10.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/logest.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/loginv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/lognorm-dist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/lognorm-inv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/lognormdist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/lookup.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/lower.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/match.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/max.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/maxa.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/maxifs.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/mdeterm.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/mduration.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/median.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/mid.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/midb.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/min.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/mina.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/minifs.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/minute.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/minverse.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/mirr.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/mmult.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/mod.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/mode-mult.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/mode-sngl.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/mode.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/month.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/mround.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/multinomial.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/munit.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/n.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/na.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/negbinom-dist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/negbinomdist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/networkdays-intl.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/networkdays.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/nominal.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/norm-dist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/norm-inv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/norm-s-dist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/norm-s-inv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/normdist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/norminv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/normsdist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/normsinv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/not.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/now.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/nper.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/npv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/numbervalue.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/oct2bin.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/oct2dec.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/oct2hex.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/odd.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/oddfprice.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/oddfyield.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/oddlprice.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/oddlyield.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/offset.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/or.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/pduration.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/pearson.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentile-exc.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentile-inc.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentile.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentrank-exc.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentrank-inc.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/percentrank.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/permut.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/permutationa.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/phi.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/pi.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/pmt.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/poisson-dist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/poisson.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/power.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/ppmt.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/price.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/pricedisc.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/pricemat.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/prob.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/product.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/proper.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/pv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/quartile-exc.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/quartile-inc.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/quartile.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/quotient.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/radians.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/rand.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/randarray.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/randbetween.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/rank-avg.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/rank-eq.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/rank.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/rate.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/received.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/replace.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/replaceb.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/rept.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/right.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/rightb.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/roman.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/round.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/rounddown.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/roundup.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/row.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/rows.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/rri.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/rsq.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/search.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/searchb.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/sec.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/sech.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/second.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/seriessum.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/sheet.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/sheets.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/sign.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/sin.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/sinh.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/skew-p.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/skew.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/sln.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/slope.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/small.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/sqrt.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/sqrtpi.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/standardize.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdev-p.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdev-s.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdev.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdeva.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdevp.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/stdevpa.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/steyx.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/substitute.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/subtotal.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/sum.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumif.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumifs.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumproduct.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumsq.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumx2my2.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumx2py2.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/sumxmy2.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/switch.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/syd.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-dist-2t.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-dist-rt.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-dist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-inv-2t.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-inv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/t-test.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/t.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/tan.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/tanh.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/tbilleq.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/tbillprice.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/tbillyield.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/tdist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/text.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/textjoin.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/time.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/timevalue.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/tinv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/today.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/transpose.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/trend.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/trim.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/trimmean.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/true.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/trunc.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/ttest.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/type.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/unichar.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/unicode.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/unique.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/upper.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/value.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/var-p.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/var-s.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/var.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/vara.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/varp.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/varpa.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/vdb.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/vlookup.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/weekday.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/weeknum.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/weibull-dist.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/weibull.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/workday-intl.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/workday.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/xirr.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/xlookup.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/xnpv.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/xor.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/year.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/yearfrac.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/yield.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/yielddisc.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/yieldmat.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/z-test.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/Functions/ztest.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/About.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/AdvancedSettings.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/CollaborativeEditing.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/Commenting.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/Communicating.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/ImportData.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/KeyboardShortcuts.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/Navigation.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/Password.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/Search.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/SpellChecking.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/SupportedFormats.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/UsingChat.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/HelpfulHints/VersionHistory.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/CollaborationTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/DataTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/FileTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/FormulaTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/HomeTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/InsertTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/LayoutTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/PivotTableTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/PluginsTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/ProgramInterface.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/ProtectionTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/ProgramInterface/ViewTab.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/AddBorders.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/AddHyperlinks.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/AlignText.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/AllowEditRanges.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ChangeNumberFormat.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ClearFormatting.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ConditionalFormatting.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/CopyPasteData.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/DataValidation.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/FontTypeSizeStyle.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/FormattedTables.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/GroupData.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertArrayFormulas.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertAutoshapes.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertChart.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertDeleteCells.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertEquation.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertFunction.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertHeadersFooters.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertImages.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertSparklines.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertSymbols.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertTextObjects.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ManageSheets.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ManipulateObjects.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/MathAutoCorrect.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/MergeCells.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/OpenCreateNew.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/Password.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/PivotTables.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ProtectSheet.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ProtectSpreadsheet.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ProtectWorkbook.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/RemoveDuplicates.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/SavePrintDownload.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ScaleToFit.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/SheetView.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/Slicers.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/SortData.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/SupportSmartArt.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/UndoRedo.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/UseNamedRanges.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/ViewDocInfo.htm
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/callback.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/editor.css
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/3dchart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/about.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/abouticon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/abs.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/access_rights.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/accounting_currency.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/accountingstyle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/accrint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/accrintm.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/acos.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/acosh.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/acot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/acoth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/activecell.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/addborders.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/addgradientpoint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/addhyperlink.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/address.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/addworksheet.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/advanced_settings_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/aggregate.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/aggregate2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/align_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/alignbottom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/aligncenter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/alignleft.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/alignmiddle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/alignobjectbottom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/alignobjectcenter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/alignobjectleft.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/alignobjectmiddle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/alignobjectright.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/alignobjecttop.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/alignright.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/aligntop.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/allborders.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/allowedit_newrange.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/alloweditranges_edit.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/amordegrc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/amorlinc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/and.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/andfalse.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/andtrue.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/angleclockwise.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/anglecounterclockwise.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/anonymous_collab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/arabic.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/array1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/array2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/array3.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/array4.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/array5.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/array6.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/array7.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/array8.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/array9.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/arrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/asc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/ascendingbutton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/asin.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/asinh.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/assignmacro.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/assignmacro_rightclickchart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/assignmacro_rightclickimage.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/assignmacro_rightclickshape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/atan.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/atan2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/atanh.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/autofill.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/autoforeach.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/autoformatasyoutype.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/avedev.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/average.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/averagea.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/averageif.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/averageifs.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/axislabels.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/back.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/backgroundcolor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/base.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/basiccalculations.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/besseli.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/besselj.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/besselk.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/bessely.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/beta-dist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/beta-inv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/betadist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/betainv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/bgcolor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/bin2dec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/bin2hex.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/bin2oct.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/binom-dist-range.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/binom-dist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/binom-inv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/binomdist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/bitand.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/bitlshift.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/bitor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/bitrshift.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/bitxor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/bold.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/bordercolor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/borderstyle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/borderwidth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/bottomborders.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/bringforward.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/bringforward_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/bringtofront.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/bulletedlistsettings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/bullets.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/bulletsandnumbering.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/calculationicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/ceiling.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/ceilingmath.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/ceilingprecise.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/cell.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/cell_fill_color.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/cell_fill_gradient.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/cell_fill_pattern.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/cellrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/cellsettings_rightpanel.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/cellsettings_rightsidebar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/cellsettingstab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/changecolorscheme.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/changecolumnwidth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/changecolumnwidthcursor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/changerange.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/char.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chartdata.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/charteditor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chartsettings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chartsettings2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chartsettings3.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chartsettings4.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chartsettings_alternativetext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chartsettings_cellsnapping.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chartsettings_horizontalaxis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chartsettings_layout.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chartsettings_secondaryaxis1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chartsettings_verticalaxis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chartsettingsicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chartwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chartwindow1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chartwindow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chartwindow3.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chartwindow4.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chartwindow5.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chat_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chaticon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chaticon_new.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chidist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chiinv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chisq-dist-rt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chisq-dist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chisq-inv-rt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chisq-inv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chisq-test.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/chitest.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/choose.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/circle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/clean.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/clear.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/clearfilter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/clearicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/clearstyle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/close_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/code.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/coedit_selector.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/coeditingmode.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/coeditingmodemenu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/collapserowsicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/colorscales.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/colorscheme.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/column.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/columns.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/columnwidth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/combin.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/combina.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/comment_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/comments.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/commentsicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/complex.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/concat.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/concatenate.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/average_example.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/blankerror_example.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/cellvalue.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/cellvalueformula.gif
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/comparison.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/conditionalformatting_button.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/conditionalformatting_dropdown.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/conditionalformatting_rightclick.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/conditionalformatting_rightsidebar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/createsparkline_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/databars.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/databars_diagrams.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/date_example.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/editrule_2color.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/editrule_3color.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/editrule_databar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/editrule_iconsets.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/editrule_valueis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/format_presets.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/freezepanes_popup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/functionarguments.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/gradient.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/iconsetbikerating.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/iconsetrevenue.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/iconsets.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/iconsettrafficlights.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/iconsettrends.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/managerules.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/newrule_average.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/newrule_blankerror.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/newrule_duplicateunique.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/newrule_formula.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/newrule_text.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/newrule_topbottom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/newrule_valueis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/selectdata_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/shaderows.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/shadeunique.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/shading.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/sparkline_advancedsettings1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/sparkline_advancedsettings2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/sparklines_button.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/sparklines_types.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/sparklinesettings_tab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/text_example.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/textimport.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/textimportwizard.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/topbottom_example.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/topbottomvalue.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/uniqueduplicates.gif
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting/valueis_example.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting_button.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting_dropdown.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting_rightclick.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/conditionalformatting_rightsidebar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/confidence-norm.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/confidence-t.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/confidence.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/connectionpoint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/connectors.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/connectors_firstshape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/connectors_moveshape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/connectors_secondshape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/constantproportions.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/constantproportionsactivated.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/convert.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/convertequation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/converttorange.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/copy.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/copypastewindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/copystyle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/copystyle_selected.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/correl.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/cos.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/cosh.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/cot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/coth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/count.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/counta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/countblank.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/countif.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/countifs.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/coupdaybs.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/coupdays.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/coupdaysnc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/coupncd.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/coupnum.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/couppcd.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/covar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/covariance-p.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/covariance-s.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/create_pivot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/createsparkline_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/critbinom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/csc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/csch.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/cumipmt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/cumprinc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/currencystyle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/customfilterwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/customsort.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/customsortwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/customsortwindow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/customtable.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/databars_diagrams.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dataimport_advanced.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dataval_erroralert.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dataval_erroralert_example.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dataval_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dataval_inputmessage.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dataval_inputmessage_example.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dataval_list.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dataval_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/date.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/datedif.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/datevalue.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/daverage.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/day.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/days.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/days360.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/db.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dcount.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dcounta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/ddb.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dec2bin.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dec2hex.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dec2oct.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/decimal.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/decreasedec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/decreasedecimal.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/decreaseindent.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/degrees.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/deletecells.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/deletecellwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/deletecommenticon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/deleteequation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/deleteicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/delta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/descendingbutton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/devsq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dget.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/diagonal_down_border.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/diagonal_up_border.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/disc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/distributehorizontally.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/distributevertically.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dmax.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dmin.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/document_language.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/document_language_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dollar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dollarde.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dollarfr.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dproduct.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dropcap_margin.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dropcap_none.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dropcap_properties_1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dropcap_properties_2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dropcap_properties_3.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dropcap_text.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dropdownarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dstdev.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dstdevp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dsum.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/duration.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dvar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/dvarp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/ecma-ceiling.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/edate.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/editcommenticon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/editnamewindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/editpoints_example.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/editpoints_rightclick.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/editranges.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/editrule_2color.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/editrule_3color.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/editrule_databar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/editrule_iconsets.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/editrule_valueis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/editseries.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/effect.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/encrypted.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/eomonth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/equationplaceholder.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/erf-precise.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/erf.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/erfc-precise.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/erfc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/error.type.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/even.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/exactfalse.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/exacttrue.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/exp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/expandrowsicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/expon-dist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/expondist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/f-dist-rt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/f-dist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/f-inv-rt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/f-inv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/f-test.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/fact.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/factdouble.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/false.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/favorites_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/fdist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/feedbackicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/file.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/fill_color.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/fill_gradient.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/fill_pattern.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/fill_picture.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/filterbutton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/filterbycolor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/filterwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/find.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/finv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/firstlevel.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/firstlevelicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/firstsheet.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/fisher.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/fisherinv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/fitpage.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/fitwidth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/fixed.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/fliplefttoright.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/flipupsidedown.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/floor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/floormath.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/floorprecise.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/fontcolor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/fontfamily.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/fontsize.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/forecast-ets-confint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/forecast-ets-seasonality.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/forecast-ets-stat.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/forecast-ets.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/forecast-linear.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/forecast.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/format_presets.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/formatastext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/formattingpresets.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/formulatabtoptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/formulatext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/frame_properties_1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/freezepanes_popup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/frequency.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/ftest.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/function.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/functionarguments.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/functionicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/functiontooltip.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/fv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/fvschedule.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/gamma-dist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/gamma-inv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/gamma.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/gammadist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/gammainv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/gammaln-precise.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/gammaln.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/gauss.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/gcd.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/generalformat.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/geomean.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/gestep.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/go_to_the_next_word.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/gotodocuments.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/gradientslider.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/greencircle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/group.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/group_dates.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/group_numbers.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/group_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/groupedrows.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/groupewindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/groupicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/grouping.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/growth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/hard.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/harmean.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/header_footer_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/header_footer_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/headerfooter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/help.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/hex2bin.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/hex2dec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/hex2oct.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/hiderulers.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/highesttolowest.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/highesttolowest1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/highlightcolor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/hlookup.gif
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/hlookup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/horizontalalignment.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/horizontaltext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/hour.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/hyperlink.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/hyperlinkfunction.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/hyperlinkwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/hypgeom-dist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/hypgeomdist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/iconsets.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/iferror.gif
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/iferror.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/iffalse.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/ifna.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/ifs.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/iftrue.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imabs.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/image.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/image_properties.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/image_properties_1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/image_properties_2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/image_settings_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imageadvancedsettings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imageadvancedsettings1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imageadvancedsettings2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imagesettings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imaginary.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imargument.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imconjugate.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imcos.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imcosh.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imcot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imcsc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imcsch.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imdiv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imexp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imln.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imlog10.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imlog2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/impower.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/improduct.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imreal.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imsec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imsech.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imsin.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imsinh.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imsqrt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imsub.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imsum.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/imtan.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/increasedec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/increasedecimal.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/increaseindent.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/index_1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/index_2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/indirect.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insert_dropcap_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insert_pivot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insert_symbol_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insert_symbol_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insert_symbol_window2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insert_symbols_windows.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insertautoshape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insertcells.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insertcellwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insertchart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insertedequation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insertequationicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insertfunction.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insertfunctionwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insertpagenumber.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insertpivot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insertslicer.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insertslicer_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/inserttextarticon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/inserttexticon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insideborders.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insidehorizontalborders.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/insideverticalborders.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/int.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/intercept.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/collaborationtab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/datatab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/desktop_collaborationtab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/desktop_datatab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/desktop_editorwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/desktop_filetab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/desktop_formulatab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/desktop_hometab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/desktop_inserttab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/desktop_layouttab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/desktop_pivottabletab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/desktop_pluginstab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/desktop_protectiontab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/desktop_viewtab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/editorwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/filetab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/formulatab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/hometab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/inserttab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/layouttab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/leftpart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/pivottabletab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/pluginstab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/protectiontab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/rightpart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/interface/viewtab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/internallink.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/intrate.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/ipmt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/irr.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/isblank.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/iserr.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/iserror.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/iseven.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/isformula.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/islogical.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/isna.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/isnontext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/isnumber.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/isoceiling.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/isodd.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/isoweeknum.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/ispmt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/isref.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/isreffalse.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/isreftrue.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/istext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/italic.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/justify.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/keytips1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/keytips2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/kurt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/large.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/larger.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/lastsheet.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/lcm.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/left.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/leftborders.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/len.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/levelnumbericons.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/linespacing.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/linest.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/list_worksheets.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/ln.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/log.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/log10.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/logest.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/loginv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/lognorm-dist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/lognorm-inv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/lognormdist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/lookup.gif
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/lookup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/lower.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/lowesttohighest.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/lowesttohighest1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/maintain_proportions.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/managerules.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/match.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/max.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/maxa.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/maxifs.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/mdeterm.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/mduration.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/median.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/merge.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/mid.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/min.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/mina.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/minifs.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/minute.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/minverse.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/mirr.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/mmult.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/mod.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/mode-mult.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/mode-sngl.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/mode.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/month.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/move_sheet.gif
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/moveelement.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/moving_image.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/mround.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/multilevelstructure.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/multinomial.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/multiselect.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/munit.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/n.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/na.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/name_hyperlink.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/namedranges.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/namedrangesicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/namefield.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/namelist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/namemanagerwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/negbinom-dist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/negbinomdist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/nestedfraction.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/networkdays-intl.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/networkdays.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/newnamewindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/newrule_average.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/newrule_blankerror.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/newrule_date.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/newrule_duplicateunique.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/newrule_formula.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/newrule_text.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/newrule_topbottom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/newrule_valueis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/newslot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/nextpage.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/nextsheet.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/noborders.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/noerror.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/nofill.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/nominal.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/nonbreakspace.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/nonetemplate.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/nonprintingcharacters.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/norm-dist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/norm-inv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/norm-s-dist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/norm-s-inv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/normdist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/norminv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/normsdist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/normsinv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/notfalse.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/nottrue.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/now.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/nper.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/npv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/numberedlistsettings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/numberformat.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/numberformatwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/numbering.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/numbervalue.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/oct2bin.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/oct2dec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/oct2hex.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/odd.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/oddfprice.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/oddfyield.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/oddlprice.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/oddlyield.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/offset.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/orfalse.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/orientation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/ortrue.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/outline.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/outsideborders.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pagebreak.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pagebreak1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pagesize.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/palette.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/palette_custom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/paradvsettings_borders.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/paradvsettings_font.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/paradvsettings_indents.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/paradvsettings_margins.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/paradvsettings_tab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/paste.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/paste_style.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pastenamewindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pastespecial.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pastespecial_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pastespecialbutton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pduration.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pearson.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/percentile-exc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/percentile-inc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/percentile.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/percentrank-exc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/percentrank-inc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/percentrank.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/percentstyle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/permut.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/permutationa.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/phi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_advanced.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_advanced2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_advanced3.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_columns.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_compact.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_filter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_filter_field.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_filter_field_layout.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_filter_field_subtotals.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_filterwindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_menu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_outline.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_refresh.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_rows.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_selectdata.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_selectdata2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_selectfields.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_sort.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_tabular.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_top.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_topten.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_values.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivot_values_field_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivotselecticon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivottabletab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pivottoptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/plus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pmt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/poisson-dist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/poisson.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/power.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/ppmt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/presets.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/previouspage.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/previoussheet.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/price.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pricedisc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pricemat.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/print.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/printareabutton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/printsettingswindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/prob.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/product.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/proofing.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/proper.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/protect_sheet.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/protect_sheettab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/protect_workbook.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/protectsheet_highlighted.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/protectworkbook_highlighted.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/pv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/quartile-exc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/quartile-inc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/quartile.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/quotient.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/radians.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/rand.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/randarray.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/randbetween.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/rank-avg.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/rank-eq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/rank.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/rate.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/received.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/recognizedfunctions.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/redo.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/redo1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/relativereference.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/removecomment_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/removeduplicates.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/removeduplicates_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/removeduplicates_result.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/removeduplicates_warning.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/removeduplicates_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/removegradientpoint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/replace.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/replacetext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/rept.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/reshaping.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/resize_square.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/resizeelement.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/resizetable.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/resolvedicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/resolveicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/right.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/right_autoshape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/right_chart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/right_headerfooter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/right_image.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/right_image_shape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/right_paragraph.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/right_pivot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/right_slicer.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/right_sparkline.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/right_table.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/right_textart.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/rightborders.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/roman.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/rotateclockwise.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/rotatecounterclockwise.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/rotatedown.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/rotateup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/round.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/rounddown.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/roundup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/row.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/rowheight.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/rows.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/rowsandcolumns.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/rri.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/rsq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sameforall.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/save.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/saveupdate.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/savewhilecoediting.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/scalesettings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/scaletofit.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/scaletofitlayout.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/search.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/search_options.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/search_replace_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/search_window.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/searchbuttons.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/searchdownbutton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/searchicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/searchoptions.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/searchupbutton.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sech.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/second.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/secondlevel.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/secondlevelicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sectionbreak.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/selectall.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/selectcolumn.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/selectcolumn_cursor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/selectdata.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/selectdata_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/selectdatarange.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/selectfromlist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/selectrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/selectrow_cursor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/selecttable.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/selecttable_cursor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sendbackward.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sendbackward_toptoolbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sendtoback.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/separator.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/seriessum.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/setpassword.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/severalsheets.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/shape_properties.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/shape_properties_1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/shape_properties_2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/shape_properties_3.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/shape_properties_4.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/shape_properties_5.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/shape_properties_6.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/shape_settings_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/shapesettings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sharingicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sheet.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sheetlist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sheets.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sheetview_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/show_password.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/signnegative.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/signpositive.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sin.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sinh.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/skew-p.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/skew.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/slicer.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/slicer_clearfilter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/slicer_columns.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/slicer_filter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/slicer_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/slicer_nodata.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/slicer_properties.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/slicer_properties2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/slicer_properties3.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/slicer_properties4.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/slicer_properties5.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/slicer_scroll.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/slicer_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sln.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/slope.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/small.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/smaller.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/smartart_rightclick.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/smartart_rightclick2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/soft.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sort.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sortandfilter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sortatoz.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sortcomments.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sortcommentsicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sortoptionswindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sortztoa.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/space.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sparkline_advancedsettings1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sparkline_advancedsettings2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sparklines_button.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sparklines_types.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sparklinesettings_tab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sparklinewindow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sparklinewindow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/spellcheckactivated.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/spellcheckdeactivated.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/spellchecking_language.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/spellchecking_panel.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/spellchecking_settings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sqrt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sqrtpi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/square.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/standardize.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/stdev-p.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/stdev-s.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/stdev.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/stdeva.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/stdevp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/stdevpa.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/steyx.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/strike.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sub.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/subscripticon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/substitute.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/subtotal.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/subtotal2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sum.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sumif.gif
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sumif.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sumifs.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/summary.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sumproduct.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sumsq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sumx2my2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sumx2py2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sumxmy2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/sup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/switch.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/syd.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/above.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/acute.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/aleph.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/alpha.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/alpha2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/amalg.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/angle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/aoint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/approx.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/arrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/asmash.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/ast.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/asymp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/atop.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/bar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/bar2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/because.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/begin.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/below.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/bet.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/beta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/beta2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/beth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/bigcap.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/bigcup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/bigodot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/bigoplus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/bigotimes.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/bigsqcup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/biguplus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/bigvee.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/bigwedge.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/binomial.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/bot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/bowtie.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/box.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/boxdot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/boxminus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/boxplus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/bra.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/break.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/breve.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/bullet.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/cap.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/cases.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/cbrt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/cdot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/cdots.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/check.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/chi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/chi2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/circ.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/close.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/clubsuit.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/coint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/colonequal.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/cong.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/coprod.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/cup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/dalet.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/daleth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/dashv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/dd.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/dd2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/ddddot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/dddot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/ddot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/ddots.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/defeq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/degc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/degf.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/degree.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/delta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/delta2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/deltaeq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/diamond.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/diamondsuit.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/div.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/dot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doteq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/dots.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublea.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublea2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doubleb.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doubleb2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublec2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublecolon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doubled.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doubled2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublee.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublee2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublef.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublef2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublefactorial.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doubleg.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doubleg2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doubleh.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doubleh2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublei.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublei2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublej.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublej2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublek.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublek2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublel.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublel2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublem.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublem2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublen.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublen2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doubleo.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doubleo2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublep.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublep2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doubleq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doubleq2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doubler.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doubler2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doubles.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doubles2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublet.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublet2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doubleu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doubleu2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublev.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublev2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublew.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublew2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublex.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublex2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doubley.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doubley2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublez.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/doublez2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/downarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/downarrow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/dsmash.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/ee.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/ell.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/emptyset.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/end.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/epsilon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/epsilon2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/eqarray.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/equiv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/eta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/eta2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/exists.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/forall.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/fraktura.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/fraktura2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturb.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturb2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturc2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturd.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturd2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakture.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakture2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturf.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturf2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturg.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturg2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturh.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturh2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturi2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturk.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturk2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturl.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturl2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturm.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturm2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturn.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturn2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturo.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturo2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturp2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturq2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturr.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturr2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturs.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturs2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturt2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturu2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturv2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturw.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturw2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturx.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturx2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/fraktury.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/fraktury2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturz.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frakturz2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/frown.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/g.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/gamma.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/gamma2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/ge.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/geq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/gets.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/gg.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/gimel.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/grave.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/greaterthanorequalto.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/hat.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/hbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/heartsuit.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/hookleftarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/hookrightarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/horizontalellipsis.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/hphantom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/hsmash.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/hvec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/identitymatrix.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/ii.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/iiiint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/iiint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/iint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/im.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/imath.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/in.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/inc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/infty.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/int.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/integral.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/iota.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/iota2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/j.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/jj.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/jmath.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/kappa.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/kappa2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/ket.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/lambda.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/lambda2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/langle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/lbbrack.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/lbrace.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/lbrack.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/lceil.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/ldiv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/ldivide.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/ldots.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/le.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/left.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/leftarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/leftarrow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/leftharpoondown.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/leftharpoonup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/leftrightarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/leftrightarrow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/leq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/lessthanorequalto.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/lfloor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/lhvec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/limit.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/ll.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/lmoust.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/longleftarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/longleftrightarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/longrightarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/lrhar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/lvec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/mapsto.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/matrix.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/mid.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/middle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/models.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/mp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/mu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/mu2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/nabla.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/naryand.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/ne.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/nearrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/neq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/ni.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/norm.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/notcontain.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/notelement.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/notequal.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/notgreaterthan.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/notin.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/notlessthan.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/nu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/nu2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/nwarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/o.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/o2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/odot.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/of.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/oiiint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/oiint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/oint.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/omega.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/omega2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/ominus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/open.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/oplus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/otimes.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/over.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/overbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/overbrace.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/overbracket.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/overline.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/overparen.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/overshell.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/parallel.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/partial.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/perp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/phantom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/phi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/phi2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/pi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/pi2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/pm.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/pmatrix.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/pppprime.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/ppprime.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/pprime.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/prec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/preceq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/prime.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/prod.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/propto.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/psi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/psi2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/qdrt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/quadratic.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/rangle.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/rangle2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/ratio.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/rbrace.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/rbrack.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/rbrack2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/rceil.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/rddots.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/re.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/rect.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/rfloor.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/rho.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/rho2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/rhvec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/right.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/rightarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/rightarrow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/rightharpoondown.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/rightharpoonup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/rmoust.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/root.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scripta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scripta2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptb.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptb2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptc2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptd.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptd2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scripte.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scripte2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptf.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptf2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptg.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptg2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scripth.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scripth2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scripti.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scripti2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptj.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptj2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptk.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptk2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptl.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptl2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptm.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptm2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptn.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptn2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scripto.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scripto2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptp2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptq2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptr.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptr2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scripts.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scripts2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptt2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptu.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptu2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptv2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptw.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptw2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptx.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptx2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scripty.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scripty2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptz.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/scriptz2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/sdiv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/sdivide.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/searrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/setminus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/sigma.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/sigma2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/sim.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/simeq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/smash.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/smile.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/spadesuit.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/sqcap.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/sqcup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/sqrt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/sqsubseteq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/sqsuperseteq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/star.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/subset.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/subseteq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/succ.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/succeq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/sum.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/superset.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/superseteq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/swarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/tau.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/tau2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/therefore.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/theta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/theta2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/tilde.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/times.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/to.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/top.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/tvec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/ubar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/ubar2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/underbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/underbrace.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/underbracket.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/underline.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/underparen.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/uparrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/uparrow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/updownarrow.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/updownarrow2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/uplus.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/upsilon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/upsilon2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/varepsilon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/varphi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/varpi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/varrho.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/varsigma.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/vartheta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/vbar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/vdash.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/vdots.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/vec.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/vee.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/vert.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/vert2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/vmatrix.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/vphantom.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/wedge.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/wp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/wr.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/xi.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/xi2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/zeta.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/symbols/zeta2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/t-dist-2t.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/t-dist-rt.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/t-dist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/t-inv-2t.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/t-inv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/t-test.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/tab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/table.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/table_properties_1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/table_properties_2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/table_properties_3.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/table_properties_4.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/table_properties_5.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/table_settings_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/tableadvancedsettings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/tableformulas.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/tableformulas1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/tablesettingstab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/tabletemplate.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/tabstopcenter.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/tabstopcenter_marker.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/tabstopleft.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/tabstopleft_marker.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/tabstopright_marker.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/tan.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/tanh.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/tbilleq.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/tbillprice.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/tbillyield.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/tdist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/templateslist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/text.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/text_autoshape.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textadvancedsettings1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textadvancedsettings2.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textadvancedsettings3.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textart_settings_icon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textart_transformation.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textbox_boxselected.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textbox_textselected.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textimport.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textimportwizard.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textjoin.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textsettings.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/textsettingstab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/thirdlevel.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/thirdlevelicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/time.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/timevalue.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/tinv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/tnumber.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/today.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/topborders.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/topten.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/transpose.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/trend.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/trim.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/trimmean.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/true.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/trunc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/ttest.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/ttext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/type.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/underline.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/undo.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/undo1.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/undoautoexpansion.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/ungroup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/ungroupicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/unichar.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/unicode.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/unique.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/unlockrange.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/unprotect_sheet.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/unprotect_sheettab.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/unprotect_workbook.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/upper.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/usersnumber.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/value.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/valueis_example.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/var-p.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/var-s.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/var.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/vara.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/varp.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/varpa.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/vdb.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/versionhistory.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/versionhistoryicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/verticalalignment.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/verticaltext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/viewsettingsicon.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/vlookup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/weekday.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/weeknum.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/weibull-dist.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/weibull.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/workday-intl.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/workday.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/wraptext.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/xirr.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/xlookup.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/xnpv.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/xorfalse.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/xortrue.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/year.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/yearfrac.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/yellowdiamond.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/yield.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/yielddisc.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/yieldmat.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/z-test.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/zoomin.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/zoomout.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/images/ztest.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/search/indexes.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/search/js/jquery.min.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/search/js/keyboard-switch.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/search/js/lunr-languages/lunr.multi.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/search/js/lunr-languages/lunr.ru.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/search/js/lunr-languages/lunr.stemmer.support.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/search/js/lunr.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/search/js/page-search.js
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/ru/search/search.html
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/help/scroll.css
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/about/logo-white_s.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/about/logo_s.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/cf-icons.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/favicon.ico
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/file-template.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/header/dark-logo_s.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/header/header-logo_s.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconsbig.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconsbig@1.25x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconsbig@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconsbig@1.75x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconsbig@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconssmall.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconssmall@1.25x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconssmall@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconssmall@1.75x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/iconssmall@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/recent-file.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/BorderSize.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/BorderSize@1.25x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/BorderSize@1.5x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/BorderSize@1.75x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/img/toolbar/BorderSize@2x.png
+%%DATADIR%%/desktopeditors/editors/web-apps/apps/spreadsheeteditor/main/resources/symboltable/ru.json
+%%DATADIR%%/desktopeditors/editors/web-apps/vendor/bootstrap/dist/css/bootstrap.min.css
+%%DATADIR%%/desktopeditors/editors/web-apps/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.eot
+%%DATADIR%%/desktopeditors/editors/web-apps/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.svg
+%%DATADIR%%/desktopeditors/editors/web-apps/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf
+%%DATADIR%%/desktopeditors/editors/web-apps/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.woff
+%%DATADIR%%/desktopeditors/editors/web-apps/vendor/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2
+%%DATADIR%%/desktopeditors/editors/web-apps/vendor/bootstrap/dist/js/bootstrap.min.js
+%%DATADIR%%/desktopeditors/editors/web-apps/vendor/es6-promise/es6-promise.auto.min.js
+%%DATADIR%%/desktopeditors/editors/web-apps/vendor/fetch/fetch.umd.js
+%%DATADIR%%/desktopeditors/editors/web-apps/vendor/iscroll/iscroll.min.js
+%%DATADIR%%/desktopeditors/editors/web-apps/vendor/jquery/jquery.browser.min.js
+%%DATADIR%%/desktopeditors/editors/web-apps/vendor/jquery/jquery.min.js
+%%DATADIR%%/desktopeditors/editors/web-apps/vendor/megapixel/megapix-image-min.js
+%%DATADIR%%/desktopeditors/editors/web-apps/vendor/requirejs/require.js
+%%DATADIR%%/desktopeditors/editors/web-apps/vendor/sockjs/sockjs.min.js
+%%DATADIR%%/desktopeditors/editors/web-apps/vendor/underscore/underscore-min.js
+%%DATADIR%%/desktopeditors/editors/web-apps/vendor/xregexp/xregexp-all-min.js
+%%DATADIR%%/desktopeditors/editors_helper
+%%DATADIR%%/desktopeditors/fonts/ASANA.TTC
+%%DATADIR%%/desktopeditors/fonts/ASC.ttf
+%%DATADIR%%/desktopeditors/fonts/Carlito-Bold.ttf
+%%DATADIR%%/desktopeditors/fonts/Carlito-BoldItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/Carlito-Italic.ttf
+%%DATADIR%%/desktopeditors/fonts/Carlito-Regular.ttf
+%%DATADIR%%/desktopeditors/fonts/Comic_Sans_MS.ttf
+%%DATADIR%%/desktopeditors/fonts/Comic_Sans_MS_Bold.ttf
+%%DATADIR%%/desktopeditors/fonts/LICENSE.txt
+%%DATADIR%%/desktopeditors/fonts/LICENSE/OpenSymbol.txt
+%%DATADIR%%/desktopeditors/fonts/OpenSans-Bold.ttf
+%%DATADIR%%/desktopeditors/fonts/OpenSans-BoldItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/OpenSans-ExtraBold.ttf
+%%DATADIR%%/desktopeditors/fonts/OpenSans-ExtraBoldItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/OpenSans-Italic.ttf
+%%DATADIR%%/desktopeditors/fonts/OpenSans-Light.ttf
+%%DATADIR%%/desktopeditors/fonts/OpenSans-LightItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/OpenSans-Regular.ttf
+%%DATADIR%%/desktopeditors/fonts/OpenSans-Semibold.ttf
+%%DATADIR%%/desktopeditors/fonts/OpenSans-SemiboldItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/ariblk.ttf
+%%DATADIR%%/desktopeditors/fonts/caladea-bold.ttf
+%%DATADIR%%/desktopeditors/fonts/caladea-bolditalic.ttf
+%%DATADIR%%/desktopeditors/fonts/caladea-italic.ttf
+%%DATADIR%%/desktopeditors/fonts/caladea-regular.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuMathTeXGyre.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSans-Bold.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSans-BoldOblique.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSans-ExtraLight.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSans-Oblique.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSans.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSansCondensed-Bold.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSansCondensed-BoldOblique.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSansCondensed-Oblique.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSansCondensed.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSansMono-Bold.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSansMono-BoldOblique.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSansMono-Oblique.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSansMono.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSerif-Bold.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSerif-BoldItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSerif-Italic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSerif.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSerifCondensed-Bold.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSerifCondensed-BoldItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSerifCondensed-Italic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/DejaVuSerifCondensed.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/LiberationMono-Bold.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/LiberationMono-BoldItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/LiberationMono-Italic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/LiberationMono-Regular.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/LiberationSans-Bold.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/LiberationSans-BoldItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/LiberationSans-Italic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/LiberationSans-Regular.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/LiberationSansNarrow-Bold.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/LiberationSansNarrow-BoldItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/LiberationSansNarrow-Italic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/LiberationSansNarrow-Regular.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/LiberationSerif-Bold.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/LiberationSerif-BoldItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/LiberationSerif-Italic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/LiberationSerif-Regular.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/NotoSans-Bold.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/NotoSans-BoldItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/NotoSans-Italic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/NotoSans-Regular.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/NotoSansUI-Bold.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/NotoSansUI-BoldItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/NotoSansUI-Italic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/NotoSansUI-Regular.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/NotoSerif-Bold.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/NotoSerif-BoldItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/NotoSerif-Italic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/NotoSerif-Regular.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTAstraSans-Bold.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTAstraSans-BoldItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTAstraSans-Italic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTAstraSans-Regular.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTAstraSerif-Bold.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTAstraSerif-BoldItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTAstraSerif-Italic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTAstraSerif-Regular.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTC55F.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTC75F.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTF55F.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTF56F.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTF75F.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTF76F.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTM55F.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTM75F.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTN57F.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTN77F.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTS55F.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTS56F.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTS75F.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTS76F.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTZ55F.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/PTZ56F.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/Roboto-Black.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/Roboto-BlackItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/Roboto-Bold.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/Roboto-BoldItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/Roboto-Italic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/Roboto-Light.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/Roboto-LightItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/Roboto-Medium.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/Roboto-MediumItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/Roboto-Regular.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/Roboto-Thin.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/Roboto-ThinItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/RobotoCondensed-Bold.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/RobotoCondensed-BoldItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/RobotoCondensed-Italic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/RobotoCondensed-Light.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/RobotoCondensed-LightItalic.ttf
+%%DATADIR%%/desktopeditors/fonts/ext/RobotoCondensed-Regular.ttf
+%%DATADIR%%/desktopeditors/fonts/opens___.ttf
+%%DATADIR%%/desktopeditors/iconengines/libqsvgicon.so
+%%DATADIR%%/desktopeditors/icudtl.dat
+%%DATADIR%%/desktopeditors/imageformats/libqgif.so
+%%DATADIR%%/desktopeditors/imageformats/libqicns.so
+%%DATADIR%%/desktopeditors/imageformats/libqico.so
+%%DATADIR%%/desktopeditors/imageformats/libqjpeg.so
+%%DATADIR%%/desktopeditors/imageformats/libqsvg.so
+%%DATADIR%%/desktopeditors/imageformats/libqtga.so
+%%DATADIR%%/desktopeditors/imageformats/libqtiff.so
+%%DATADIR%%/desktopeditors/imageformats/libqwbmp.so
+%%DATADIR%%/desktopeditors/imageformats/libqwebp.so
+%%DATADIR%%/desktopeditors/index.html
+%%DATADIR%%/desktopeditors/libEGL.so
+%%DATADIR%%/desktopeditors/libGLESv2.so
+%%DATADIR%%/desktopeditors/libQt5Core.so.5
+%%DATADIR%%/desktopeditors/libQt5DBus.so.5
+%%DATADIR%%/desktopeditors/libQt5Gui.so.5
+%%DATADIR%%/desktopeditors/libQt5Multimedia.so.5
+%%DATADIR%%/desktopeditors/libQt5MultimediaWidgets.so.5
+%%DATADIR%%/desktopeditors/libQt5Network.so.5
+%%DATADIR%%/desktopeditors/libQt5OpenGL.so.5
+%%DATADIR%%/desktopeditors/libQt5PrintSupport.so.5
+%%DATADIR%%/desktopeditors/libQt5Svg.so.5
+%%DATADIR%%/desktopeditors/libQt5Widgets.so.5
+%%DATADIR%%/desktopeditors/libQt5X11Extras.so.5
+%%DATADIR%%/desktopeditors/libQt5XcbQpa.so.5
+%%DATADIR%%/desktopeditors/libascdocumentscore.so
+%%DATADIR%%/desktopeditors/libcef.so
+%%DATADIR%%/desktopeditors/libhunspell.so
+%%DATADIR%%/desktopeditors/libicudata.so
+%%DATADIR%%/desktopeditors/libicudata.so.52
+%%DATADIR%%/desktopeditors/libicudata.so.52.1
+%%DATADIR%%/desktopeditors/libicui18n.so
+%%DATADIR%%/desktopeditors/libicui18n.so.52
+%%DATADIR%%/desktopeditors/libicui18n.so.52.1
+%%DATADIR%%/desktopeditors/libicuuc.so
+%%DATADIR%%/desktopeditors/libicuuc.so.52
+%%DATADIR%%/desktopeditors/libicuuc.so.52.1
+%%DATADIR%%/desktopeditors/libooxmlsignature.so
+%%DATADIR%%/desktopeditors/libqgsttools_p.so
+%%DATADIR%%/desktopeditors/libqgsttools_p.so.1
+%%DATADIR%%/desktopeditors/libqgsttools_p.so.1.0
+%%DATADIR%%/desktopeditors/libqgsttools_p.so.1.0.0
+%%DATADIR%%/desktopeditors/libqtascdocumentscore.so
+%%DATADIR%%/desktopeditors/libvideoplayer.so
+%%DATADIR%%/desktopeditors/locales/am.pak
+%%DATADIR%%/desktopeditors/locales/ar.pak
+%%DATADIR%%/desktopeditors/locales/bg.pak
+%%DATADIR%%/desktopeditors/locales/bn.pak
+%%DATADIR%%/desktopeditors/locales/ca.pak
+%%DATADIR%%/desktopeditors/locales/cs.pak
+%%DATADIR%%/desktopeditors/locales/da.pak
+%%DATADIR%%/desktopeditors/locales/de.pak
+%%DATADIR%%/desktopeditors/locales/el.pak
+%%DATADIR%%/desktopeditors/locales/en-GB.pak
+%%DATADIR%%/desktopeditors/locales/en-US.pak
+%%DATADIR%%/desktopeditors/locales/es-419.pak
+%%DATADIR%%/desktopeditors/locales/es.pak
+%%DATADIR%%/desktopeditors/locales/et.pak
+%%DATADIR%%/desktopeditors/locales/fa.pak
+%%DATADIR%%/desktopeditors/locales/fi.pak
+%%DATADIR%%/desktopeditors/locales/fil.pak
+%%DATADIR%%/desktopeditors/locales/fr.pak
+%%DATADIR%%/desktopeditors/locales/gu.pak
+%%DATADIR%%/desktopeditors/locales/he.pak
+%%DATADIR%%/desktopeditors/locales/hi.pak
+%%DATADIR%%/desktopeditors/locales/hr.pak
+%%DATADIR%%/desktopeditors/locales/hu.pak
+%%DATADIR%%/desktopeditors/locales/id.pak
+%%DATADIR%%/desktopeditors/locales/it.pak
+%%DATADIR%%/desktopeditors/locales/ja.pak
+%%DATADIR%%/desktopeditors/locales/kn.pak
+%%DATADIR%%/desktopeditors/locales/ko.pak
+%%DATADIR%%/desktopeditors/locales/lt.pak
+%%DATADIR%%/desktopeditors/locales/lv.pak
+%%DATADIR%%/desktopeditors/locales/ml.pak
+%%DATADIR%%/desktopeditors/locales/mr.pak
+%%DATADIR%%/desktopeditors/locales/ms.pak
+%%DATADIR%%/desktopeditors/locales/nb.pak
+%%DATADIR%%/desktopeditors/locales/nl.pak
+%%DATADIR%%/desktopeditors/locales/pl.pak
+%%DATADIR%%/desktopeditors/locales/pt-BR.pak
+%%DATADIR%%/desktopeditors/locales/pt-PT.pak
+%%DATADIR%%/desktopeditors/locales/ro.pak
+%%DATADIR%%/desktopeditors/locales/ru.pak
+%%DATADIR%%/desktopeditors/locales/sk.pak
+%%DATADIR%%/desktopeditors/locales/sl.pak
+%%DATADIR%%/desktopeditors/locales/sr.pak
+%%DATADIR%%/desktopeditors/locales/sv.pak
+%%DATADIR%%/desktopeditors/locales/sw.pak
+%%DATADIR%%/desktopeditors/locales/ta.pak
+%%DATADIR%%/desktopeditors/locales/te.pak
+%%DATADIR%%/desktopeditors/locales/th.pak
+%%DATADIR%%/desktopeditors/locales/tr.pak
+%%DATADIR%%/desktopeditors/locales/uk.pak
+%%DATADIR%%/desktopeditors/locales/vi.pak
+%%DATADIR%%/desktopeditors/locales/zh-CN.pak
+%%DATADIR%%/desktopeditors/locales/zh-TW.pak
+%%DATADIR%%/desktopeditors/mediaservice/libgstaudiodecoder.so
+%%DATADIR%%/desktopeditors/mediaservice/libgstcamerabin.so
+%%DATADIR%%/desktopeditors/mediaservice/libgstmediacapture.so
+%%DATADIR%%/desktopeditors/mediaservice/libgstmediaplayer.so
+%%DATADIR%%/desktopeditors/mimetypes/onlyoffice-docxf.xml
+%%DATADIR%%/desktopeditors/mimetypes/onlyoffice-oform.xml
+%%DATADIR%%/desktopeditors/natives_blob.bin
+%%DATADIR%%/desktopeditors/platforminputcontexts/libcomposeplatforminputcontextplugin.so
+%%DATADIR%%/desktopeditors/platforminputcontexts/libibusplatforminputcontextplugin.so
+%%DATADIR%%/desktopeditors/platforminputcontexts/libqtvirtualkeyboardplugin.so
+%%DATADIR%%/desktopeditors/platforms/libqlinuxfb.so
+%%DATADIR%%/desktopeditors/platforms/libqminimal.so
+%%DATADIR%%/desktopeditors/platforms/libqoffscreen.so
+%%DATADIR%%/desktopeditors/platforms/libqvnc.so
+%%DATADIR%%/desktopeditors/platforms/libqxcb.so
+%%DATADIR%%/desktopeditors/platformthemes/libqgtk3.so
+%%DATADIR%%/desktopeditors/playlistformats/libqtmultimedia_m3u.so
+%%DATADIR%%/desktopeditors/printsupport/libcupsprintersupport.so
+%%DATADIR%%/desktopeditors/providers/r7office/assets/buttonlogo.svg
+%%DATADIR%%/desktopeditors/providers/r7office/assets/buttonlogo_dark.svg
+%%DATADIR%%/desktopeditors/providers/r7office/assets/listicon.svg
+%%DATADIR%%/desktopeditors/providers/r7office/assets/listicon_dark.svg
+%%DATADIR%%/desktopeditors/providers/r7office/config.json
+%%DATADIR%%/desktopeditors/snapshot_blob.bin
+%%DATADIR%%/desktopeditors/swiftshader/libEGL.so
+%%DATADIR%%/desktopeditors/swiftshader/libGLESv2.so
+%%DATADIR%%/desktopeditors/v8_context_snapshot.bin
+%%DATADIR%%/desktopeditors/xcbglintegrations/libqxcb-glx-integration.so
+%%DATADIR%%/mediaviewer/ImageViewer
+%%DATADIR%%/mediaviewer/VideoPlayer
+%%DATADIR%%/mediaviewer/bearer/libqconnmanbearer.so
+%%DATADIR%%/mediaviewer/bearer/libqgenericbearer.so
+%%DATADIR%%/mediaviewer/bearer/libqnmbearer.so
+%%DATADIR%%/mediaviewer/iconengines/libqsvgicon.so
+%%DATADIR%%/mediaviewer/imageformats/libqgif.so
+%%DATADIR%%/mediaviewer/imageformats/libqicns.so
+%%DATADIR%%/mediaviewer/imageformats/libqico.so
+%%DATADIR%%/mediaviewer/imageformats/libqjpeg.so
+%%DATADIR%%/mediaviewer/imageformats/libqsvg.so
+%%DATADIR%%/mediaviewer/imageformats/libqtga.so
+%%DATADIR%%/mediaviewer/imageformats/libqtiff.so
+%%DATADIR%%/mediaviewer/imageformats/libqwbmp.so
+%%DATADIR%%/mediaviewer/imageformats/libqwebp.so
+%%DATADIR%%/mediaviewer/ivapp.ico
+%%DATADIR%%/mediaviewer/libQt5Core.so.5
+%%DATADIR%%/mediaviewer/libQt5DBus.so.5
+%%DATADIR%%/mediaviewer/libQt5Gui.so.5
+%%DATADIR%%/mediaviewer/libQt5Multimedia.so.5
+%%DATADIR%%/mediaviewer/libQt5MultimediaWidgets.so.5
+%%DATADIR%%/mediaviewer/libQt5Network.so.5
+%%DATADIR%%/mediaviewer/libQt5OpenGL.so.5
+%%DATADIR%%/mediaviewer/libQt5PrintSupport.so.5
+%%DATADIR%%/mediaviewer/libQt5Svg.so.5
+%%DATADIR%%/mediaviewer/libQt5Widgets.so.5
+%%DATADIR%%/mediaviewer/libQt5X11Extras.so.5
+%%DATADIR%%/mediaviewer/libQt5XcbQpa.so.5
+%%DATADIR%%/mediaviewer/libUnicodeConverter.so
+%%DATADIR%%/mediaviewer/libicudata.so
+%%DATADIR%%/mediaviewer/libicudata.so.52
+%%DATADIR%%/mediaviewer/libicudata.so.52.1
+%%DATADIR%%/mediaviewer/libicudata.so.58
+%%DATADIR%%/mediaviewer/libicui18n.so
+%%DATADIR%%/mediaviewer/libicui18n.so.52
+%%DATADIR%%/mediaviewer/libicui18n.so.52.1
+%%DATADIR%%/mediaviewer/libicuuc.so
+%%DATADIR%%/mediaviewer/libicuuc.so.52
+%%DATADIR%%/mediaviewer/libicuuc.so.52.1
+%%DATADIR%%/mediaviewer/libicuuc.so.58
+%%DATADIR%%/mediaviewer/libkernel.so
+%%DATADIR%%/mediaviewer/libqgsttools_p.so
+%%DATADIR%%/mediaviewer/libqgsttools_p.so.1
+%%DATADIR%%/mediaviewer/libqgsttools_p.so.1.0
+%%DATADIR%%/mediaviewer/libqgsttools_p.so.1.0.0
+%%DATADIR%%/mediaviewer/libvideoplayer.so
+%%DATADIR%%/mediaviewer/mediaservice/libgstaudiodecoder.so
+%%DATADIR%%/mediaviewer/mediaservice/libgstcamerabin.so
+%%DATADIR%%/mediaviewer/mediaservice/libgstmediacapture.so
+%%DATADIR%%/mediaviewer/mediaservice/libgstmediaplayer.so
+%%DATADIR%%/mediaviewer/mvapp.ico
+%%DATADIR%%/mediaviewer/platforminputcontexts/libcomposeplatforminputcontextplugin.so
+%%DATADIR%%/mediaviewer/platforminputcontexts/libibusplatforminputcontextplugin.so
+%%DATADIR%%/mediaviewer/platforminputcontexts/libqtvirtualkeyboardplugin.so
+%%DATADIR%%/mediaviewer/platforms/libqlinuxfb.so
+%%DATADIR%%/mediaviewer/platforms/libqminimal.so
+%%DATADIR%%/mediaviewer/platforms/libqoffscreen.so
+%%DATADIR%%/mediaviewer/platforms/libqvnc.so
+%%DATADIR%%/mediaviewer/platforms/libqxcb.so
+%%DATADIR%%/mediaviewer/platformthemes/libqgtk3.so
+%%DATADIR%%/mediaviewer/playlistformats/libqtmultimedia_m3u.so
+%%DATADIR%%/mediaviewer/printsupport/libcupsprintersupport.so
+%%DATADIR%%/mediaviewer/xcbglintegrations/libqxcb-glx-integration.so
+@dir %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme1/media
+@dir %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme10/media
+@dir %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme11/media
+@dir %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme2/media
+@dir %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme4/media
+@dir %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme7/media
+@dir %%DATADIR%%/desktopeditors/editors/sdkjs/slide/themes/theme9/media
+@dir(,,777) %%LINUXBASE%%/%%ETCDIR%%
+@dir /compat/linux/etc
+@dir /compat/linux
+@dir /compat