diff --git a/apps/documenteditor/main/resources/help/de/search/js/jquery.min.js b/apps/common/main/resources/help/search/js/jquery.min.js similarity index 100% rename from apps/documenteditor/main/resources/help/de/search/js/jquery.min.js rename to apps/common/main/resources/help/search/js/jquery.min.js diff --git a/apps/documenteditor/main/resources/help/de/search/js/keyboard-switch.js b/apps/common/main/resources/help/search/js/keyboard-switch.js similarity index 100% rename from apps/documenteditor/main/resources/help/de/search/js/keyboard-switch.js rename to apps/common/main/resources/help/search/js/keyboard-switch.js diff --git a/apps/documenteditor/main/resources/help/de/search/js/lunr-languages/lunr.de.js b/apps/common/main/resources/help/search/js/lunr-languages/lunr.de.js similarity index 100% rename from apps/documenteditor/main/resources/help/de/search/js/lunr-languages/lunr.de.js rename to apps/common/main/resources/help/search/js/lunr-languages/lunr.de.js diff --git a/apps/documenteditor/main/resources/help/es/search/js/lunr-languages/lunr.es.js b/apps/common/main/resources/help/search/js/lunr-languages/lunr.es.js similarity index 100% rename from apps/documenteditor/main/resources/help/es/search/js/lunr-languages/lunr.es.js rename to apps/common/main/resources/help/search/js/lunr-languages/lunr.es.js diff --git a/apps/documenteditor/main/resources/help/fr/search/js/lunr-languages/lunr.fr.js b/apps/common/main/resources/help/search/js/lunr-languages/lunr.fr.js similarity index 100% rename from apps/documenteditor/main/resources/help/fr/search/js/lunr-languages/lunr.fr.js rename to apps/common/main/resources/help/search/js/lunr-languages/lunr.fr.js diff --git a/apps/documenteditor/main/resources/help/it/search/js/lunr-languages/lunr.it.js b/apps/common/main/resources/help/search/js/lunr-languages/lunr.it.js similarity index 100% rename from apps/documenteditor/main/resources/help/it/search/js/lunr-languages/lunr.it.js rename to apps/common/main/resources/help/search/js/lunr-languages/lunr.it.js diff --git a/apps/common/main/resources/help/search/js/lunr-languages/lunr.ko.js b/apps/common/main/resources/help/search/js/lunr-languages/lunr.ko.js new file mode 100644 index 0000000000..fc96f4dca6 --- /dev/null +++ b/apps/common/main/resources/help/search/js/lunr-languages/lunr.ko.js @@ -0,0 +1,114 @@ +/*! + * Lunr languages, `Korean` language + * https://github.com/turbobit/lunr-languages + * + * Copyright 2021, Manikandan Venkatasubban + * http://www.mozilla.org/MPL/ + */ +/*! + * based on + * Snowball JavaScript Library v0.3 + * http://code.google.com/p/urim/ + * http://snowball.tartarus.org/ + * + * Copyright 2010, Oleg Mazko + * http://www.mozilla.org/MPL/ + */ + +/** + * export the module via AMD, CommonJS or as a browser global + * Export code from https://github.com/umdjs/umd/blob/master/returnExports.js + */ +; +(function(root, factory) { + if (typeof define === 'function' && define.amd) { + // AMD. Register as an anonymous module. + define(factory) + } else if (typeof exports === 'object') { + /** + * Node. Does not work with strict CommonJS, but + * only CommonJS-like environments that support module.exports, + * like Node. + */ + module.exports = factory() + } else { + // Browser globals (root is window) + factory()(root.lunr); + } +}(this, function() { + /** + * Just return a value to define the module export. + * This example returns an object, but the module + * can return a function as the exported value. + */ + return function(lunr) { + /* throw error if lunr is not yet included */ + if ('undefined' === typeof lunr) { + throw new Error('Lunr is not present. Please include / require Lunr before this script.'); + } + + /* throw error if lunr stemmer support is not yet included */ + if ('undefined' === typeof lunr.stemmerSupport) { + throw new Error('Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.'); + } + + /* register specific locale function */ + lunr.ko = function() { + this.pipeline.reset(); + this.pipeline.add( + lunr.ko.trimmer, + lunr.ko.stopWordFilter + ); + + // change the tokenizer for japanese one + // if (isLunr2) { // for lunr version 2.0.0 + // this.tokenizer = lunr.ko.tokenizer; + // } else { + // if (lunr.tokenizer) { // for lunr version 0.6.0 + // lunr.tokenizer = lunr.ko.tokenizer; + // } + // if (this.tokenizerFn) { // for lunr version 0.7.0 -> 1.0.0 + // this.tokenizerFn = lunr.ko.tokenizer; + // } + // } + /* + if (this.searchPipeline) { + this.searchPipeline.reset(); + this.searchPipeline.add(lunr.ko.stemmer) + } + */ + }; + + /* lunr trimmer function */ + lunr.ko.wordCharacters = "[" + + "A-Za-z" + + "\uac00-\ud7afa" + + "]"; + lunr.ko.trimmer = lunr.trimmerSupport.generateTrimmer(lunr.ko.wordCharacters); + + lunr.Pipeline.registerFunction(lunr.ko.trimmer, 'trimmer-ko'); + + + /* lunr stop word filter */ + //https://www.ranks.nl/stopwords/korean + lunr.ko.stopWordFilter = lunr.generateStopWordFilter('아 휴 아이구 아이쿠 아이고 어 나 우리 저희 따라 의해 을 를 에 의 가 으로 로 에게 뿐이다 의거하여 근거하여 입각하여 기준으로 예하면 예를 들면 예를 들자면 저 소인 소생 저희 지말고 하지마 하지마라 다른 물론 또한 그리고 비길수 없다 해서는 안된다 뿐만 아니라 만이 아니다 만은 아니다 막론하고 관계없이 그치지 않다 그러나 그런데 하지만 든간에 논하지 않다 따지지 않다 설사 비록 더라도 아니면 만 못하다 하는 편이 낫다 불문하고 향하여 향해서 향하다 쪽으로 틈타 이용하여 타다 오르다 제외하고 이 외에 이 밖에 하여야 비로소 한다면 몰라도 외에도 이곳 여기 부터 기점으로 따라서 할 생각이다 하려고하다 이리하여 그리하여 그렇게 함으로써 하지만 일때 할때 앞에서 중에서 보는데서 으로써 로써 까지 해야한다 일것이다 반드시 할줄알다 할수있다 할수있어 임에 틀림없다 한다면 등 등등 제 겨우 단지 다만 할뿐 딩동 댕그 대해서 대하여 대하면 훨씬 얼마나 얼마만큼 얼마큼 남짓 여 얼마간 약간 다소 좀 조금 다수 몇 얼마 지만 하물며 또한 그러나 그렇지만 하지만 이외에도 대해 말하자면 뿐이다 다음에 반대로 반대로 말하자면 이와 반대로 바꾸어서 말하면 바꾸어서 한다면 만약 그렇지않으면 까악 툭 딱 삐걱거리다 보드득 비걱거리다 꽈당 응당 해야한다 에 가서 각 각각 여러분 각종 각자 제각기 하도록하다 와 과 그러므로 그래서 고로 한 까닭에 하기 때문에 거니와 이지만 대하여 관하여 관한 과연 실로 아니나다를가 생각한대로 진짜로 한적이있다 하곤하였다 하 하하 허허 아하 거바 와 오 왜 어째서 무엇때문에 어찌 하겠는가 무슨 어디 어느곳 더군다나 하물며 더욱이는 어느때 언제 야 이봐 어이 여보시오 흐흐 흥 휴 헉헉 헐떡헐떡 영차 여차 어기여차 끙끙 아야 앗 아야 콸콸 졸졸 좍좍 뚝뚝 주룩주룩 솨 우르르 그래도 또 그리고 바꾸어말하면 바꾸어말하자면 혹은 혹시 답다 및 그에 따르는 때가 되어 즉 지든지 설령 가령 하더라도 할지라도 일지라도 지든지 몇 거의 하마터면 인젠 이젠 된바에야 된이상 만큼 어찌됏든 그위에 게다가 점에서 보아 비추어 보아 고려하면 하게될것이다 일것이다 비교적 좀 보다더 비하면 시키다 하게하다 할만하다 의해서 연이서 이어서 잇따라 뒤따라 뒤이어 결국 의지하여 기대여 통하여 자마자 더욱더 불구하고 얼마든지 마음대로 주저하지 않고 곧 즉시 바로 당장 하자마자 밖에 안된다 하면된다 그래 그렇지 요컨대 다시 말하자면 바꿔 말하면 즉 구체적으로 말하자면 시작하여 시초에 이상 허 헉 허걱 바와같이 해도좋다 해도된다 게다가 더구나 하물며 와르르 팍 퍽 펄렁 동안 이래 하고있었다 이었다 에서 로부터 까지 예하면 했어요 해요 함께 같이 더불어 마저 마저도 양자 모두 습니다 가까스로 하려고하다 즈음하여 다른 다른 방면으로 해봐요 습니까 했어요 말할것도 없고 무릎쓰고 개의치않고 하는것만 못하다 하는것이 낫다 매 매번 들 모 어느것 어느 로써 갖고말하자면 어디 어느쪽 어느것 어느해 어느 년도 라 해도 언젠가 어떤것 어느것 저기 저쪽 저것 그때 그럼 그러면 요만한걸 그래 그때 저것만큼 그저 이르기까지 할 줄 안다 할 힘이 있다 너 너희 당신 어찌 설마 차라리 할지언정 할지라도 할망정 할지언정 구토하다 게우다 토하다 메쓰겁다 옆사람 퉤 쳇 의거하여 근거하여 의해 따라 힘입어 그 다음 버금 두번째로 기타 첫번째로 나머지는 그중에서 견지에서 형식으로 쓰여 입장에서 위해서 단지 의해되다 하도록시키다 뿐만아니라 반대로 전후 전자 앞의것 잠시 잠깐 하면서 그렇지만 다음에 그러한즉 그런즉 남들 아무거나 어찌하든지 같다 비슷하다 예컨대 이럴정도로 어떻게 만약 만일 위에서 서술한바와같이 인 듯하다 하지 않는다면 만약에 무엇 무슨 어느 어떤 아래윗 조차 한데 그럼에도 불구하고 여전히 심지어 까지도 조차도 하지 않도록 않기 위하여 때 시각 무렵 시간 동안 어때 어떠한 하여금 네 예 우선 누구 누가 알겠는가 아무도 줄은모른다 줄은 몰랏다 하는 김에 겸사겸사 하는바 그런 까닭에 한 이유는 그러니 그러니까 때문에 그 너희 그들 너희들 타인 것 것들 너 위하여 공동으로 동시에 하기 위하여 어찌하여 무엇때문에 붕붕 윙윙 나 우리 엉엉 휘익 윙윙 오호 아하 어쨋든 만 못하다 하기보다는 차라리 하는 편이 낫다 흐흐 놀라다 상대적으로 말하자면 마치 아니라면 쉿 그렇지 않으면 그렇지 않다면 안 그러면 아니었다면 하든지 아니면 이라면 좋아 알았어 하는것도 그만이다 어쩔수 없다 하나 일 일반적으로 일단 한켠으로는 오자마자 이렇게되면 이와같다면 전부 한마디 한항목 근거로 하기에 아울러 하지 않도록 않기 위해서 이르기까지 이 되다 로 인하여 까닭으로 이유만으로 이로 인하여 그래서 이 때문에 그러므로 그런 까닭에 알 수 있다 결론을 낼 수 있다 으로 인하여 있다 어떤것 관계가 있다 관련이 있다 연관되다 어떤것들 에 대해 이리하여 그리하여 여부 하기보다는 하느니 하면 할수록 운운 이러이러하다 하구나 하도다 다시말하면 다음으로 에 있다 에 달려 있다 우리 우리들 오히려 하기는한데 어떻게 어떻해 어찌됏어 어때 어째서 본대로 자 이 이쪽 여기 이것 이번 이렇게말하자면 이런 이러한 이와 같은 요만큼 요만한 것 얼마 안 되는 것 이만큼 이 정도의 이렇게 많은 것 이와 같다 이때 이렇구나 것과 같이 끼익 삐걱 따위 와 같은 사람들 부류의 사람들 왜냐하면 중의하나 오직 오로지 에 한하다 하기만 하면 도착하다 까지 미치다 도달하다 정도에 이르다 할 지경이다 결과에 이르다 관해서는 여러분 하고 있다 한 후 혼자 자기 자기집 자신 우에 종합한것과같이 총적으로 보면 총적으로 말하면 총적으로 대로 하다 으로서 참 그만이다 할 따름이다 쿵 탕탕 쾅쾅 둥둥 봐 봐라 아이야 아니 와아 응 아이 참나 년 월 일 령 영 일 이 삼 사 오 육 륙 칠 팔 구 이천육 이천칠 이천팔 이천구 하나 둘 셋 넷 다섯 여섯 일곱 여덟 아홉 령 영'.split(' ')); + lunr.Pipeline.registerFunction(lunr.ko.stopWordFilter, 'stopWordFilter-ko'); + + /* lunr stemmer function */ + lunr.ko.stemmer = (function() { + + return function(word) { + // for lunr version 2 + if (typeof word.update === "function") { + return word.update(function(word) { + return word; + }) + } else { // for lunr version <= 1 + return word; + } + + } + })(); + lunr.Pipeline.registerFunction(lunr.ko.stemmer, 'stemmer-ko'); + }; +})) \ No newline at end of file diff --git a/apps/documenteditor/main/resources/help/de/search/js/lunr-languages/lunr.multi.js b/apps/common/main/resources/help/search/js/lunr-languages/lunr.multi.js similarity index 100% rename from apps/documenteditor/main/resources/help/de/search/js/lunr-languages/lunr.multi.js rename to apps/common/main/resources/help/search/js/lunr-languages/lunr.multi.js diff --git a/apps/documenteditor/main/resources/help/ru/search/js/lunr-languages/lunr.ru.js b/apps/common/main/resources/help/search/js/lunr-languages/lunr.ru.js old mode 100755 new mode 100644 similarity index 99% rename from apps/documenteditor/main/resources/help/ru/search/js/lunr-languages/lunr.ru.js rename to apps/common/main/resources/help/search/js/lunr-languages/lunr.ru.js index ec2021c80f..c7909a0e77 --- a/apps/documenteditor/main/resources/help/ru/search/js/lunr-languages/lunr.ru.js +++ b/apps/common/main/resources/help/search/js/lunr-languages/lunr.ru.js @@ -249,9 +249,9 @@ if (!sbp.eq_s_b(1, "\u044F")) return false; } - case 2: - sbp.slice_del(); - break; + case 2: + sbp.slice_del(); + break; } return true; } @@ -384,7 +384,7 @@ lunr.Pipeline.registerFunction(lunr.ru.stemmer, 'stemmer-ru'); - lunr.ru.stopWordFilter = lunr.generateStopWordFilter('алло без близко более больше будем будет будете будешь будто буду будут будь бы бывает бывь был была были было быть в важная важное важные важный вам вами вас ваш ваша ваше ваши вверх вдали вдруг ведь везде весь вниз внизу во вокруг вон восемнадцатый восемнадцать восемь восьмой вот впрочем времени время все всегда всего всем всеми всему всех всею всю всюду вся всё второй вы г где говорил говорит год года году да давно даже далеко дальше даром два двадцатый двадцать две двенадцатый двенадцать двух девятнадцатый девятнадцать девятый девять действительно дел день десятый десять для до довольно долго должно другая другие других друго другое другой е его ее ей ему если есть еще ещё ею её ж же жизнь за занят занята занято заняты затем зато зачем здесь значит и из или им именно иметь ими имя иногда их к каждая каждое каждые каждый кажется как какая какой кем когда кого ком кому конечно которая которого которой которые который которых кроме кругом кто куда лет ли лишь лучше люди м мало между меля менее меньше меня миллионов мимо мира мне много многочисленная многочисленное многочисленные многочисленный мной мною мог могут мож может можно можхо мои мой мор мочь моя моё мы на наверху над надо назад наиболее наконец нам нами нас начала наш наша наше наши не него недавно недалеко нее ней нельзя нем немного нему непрерывно нередко несколько нет нею неё ни нибудь ниже низко никогда никуда ними них ничего но ну нужно нх о об оба обычно один одиннадцатый одиннадцать однажды однако одного одной около он она они оно опять особенно от отовсюду отсюда очень первый перед по под пожалуйста позже пока пор пора после посреди потом потому почему почти прекрасно при про просто против процентов пятнадцатый пятнадцать пятый пять раз разве рано раньше рядом с сам сама сами самим самими самих само самого самой самом самому саму свое своего своей свои своих свою сеаой себе себя сегодня седьмой сейчас семнадцатый семнадцать семь сих сказал сказала сказать сколько слишком сначала снова со собой собою совсем спасибо стал суть т та так такая также такие такое такой там твой твоя твоё те тебе тебя тем теми теперь тех то тобой тобою тогда того тоже только том тому тот тою третий три тринадцатый тринадцать ту туда тут ты тысяч у уж уже уметь хорошо хотеть хоть хотя хочешь часто чаще чего человек чем чему через четвертый четыре четырнадцатый четырнадцать что чтоб чтобы чуть шестнадцатый шестнадцать шестой шесть эта эти этим этими этих это этого этой этом этому этот эту я а'.split(' ')); + lunr.ru.stopWordFilter = lunr.generateStopWordFilter('алло без близко более больше будем будет будете будешь будто буду будут будь бы бывает бывь был была были было быть в важная важное важные важный вам вами вас ваш ваша ваше ваши вверх вдали вдруг ведь везде весь вниз внизу во вокруг вон восемнадцатый восемнадцать восемь восьмой вот впрочем времени время все всегда всего всем всеми всему всех всею всю всюду вся всё второй вы г где говорил говорит год года году да давно даже далеко дальше даром два двадцатый двадцать две двенадцатый двенадцать двух девятнадцатый девятнадцать девятый девять действительно дел день десятый десять для до довольно долго должно другая другие других друго другое другой е его ее ей ему если есть еще ещё ею её ж же жизнь за занят занята занято заняты затем зато зачем здесь значит и из или им именно иметь ими имя иногда их к каждая каждое каждые каждый кажется как какая какой кем когда кого ком кому конечно которая которого которой которые который которых кроме кругом кто куда лет ли лишь лучше люди м мало между меля менее меньше меня миллионов мимо мира мне много многочисленная многочисленное многочисленные многочисленный мной мною мог могут мож может можно можхо мои мой мор мочь моя моё мы на наверху над надо назад наиболее наконец нам нами нас начала наш наша наше наши не него недавно недалеко нее ней нельзя нем немного нему непрерывно нередко несколько нет нею неё ни нибудь ниже низко никогда никуда ними них ничего но ну нужно нх о об оба обычно один одиннадцатый одиннадцать однажды однако одного одной около он она они оно опять особенно от отовсюду отсюда очень первый перед по под пожалуйста позже пока пор пора после посреди потом потому почему почти прекрасно при про просто против процентов пятнадцатый пятнадцать пятый пять раз разве рано раньше рядом с сам сама сами самим самими самих само самого самой самом самому саму свое своего своей свои своих свою сеаой себе себя сегодня седьмой сейчас семнадцатый семнадцать семь сих сказал сказала сказать сколько слишком сначала снова со собой собою совсем спасибо стал суть т та так такая также такие такое такой там твой твоя твоё те тебе тебя тем теми теперь тех то тобой тобою тогда того тоже только том тому тот тою третий три тринадцатый тринадцать ту туда тут ты тысяч у уж уже уметь хорошо хотеть хоть хотя хочешь часто чаще чего человек чем чему через четвертый четыре четырнадцатый четырнадцать что чтоб чтобы чуть шестнадцатый шестнадцать шестой шесть эта эти этим этими этих это этого этой этом этому этот эту я а'.split(' ')); lunr.Pipeline.registerFunction(lunr.ru.stopWordFilter, 'stopWordFilter-ru'); }; diff --git a/apps/documenteditor/main/resources/help/de/search/js/lunr-languages/lunr.stemmer.support.js b/apps/common/main/resources/help/search/js/lunr-languages/lunr.stemmer.support.js similarity index 100% rename from apps/documenteditor/main/resources/help/de/search/js/lunr-languages/lunr.stemmer.support.js rename to apps/common/main/resources/help/search/js/lunr-languages/lunr.stemmer.support.js diff --git a/apps/documenteditor/main/resources/help/de/search/js/lunr.js b/apps/common/main/resources/help/search/js/lunr.js similarity index 100% rename from apps/documenteditor/main/resources/help/de/search/js/lunr.js rename to apps/common/main/resources/help/search/js/lunr.js diff --git a/apps/documenteditor/main/resources/help/de/search/js/page-search.js b/apps/common/main/resources/help/search/js/page-search.js similarity index 100% rename from apps/documenteditor/main/resources/help/de/search/js/page-search.js rename to apps/common/main/resources/help/search/js/page-search.js diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/About.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/About.htm index a75dbde7fc..c29a686aae 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/About.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/About.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/AdvancedSettings.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/AdvancedSettings.htm index 1f01bcf5e2..1533e65c68 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/AdvancedSettings.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/AdvancedSettings.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/CollaborativeEditing.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/CollaborativeEditing.htm index a8b036fc34..4dfc768e00 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/CollaborativeEditing.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/CollaborativeEditing.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/Commenting.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/Commenting.htm index 3c2c61bc59..4b8a048283 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/Commenting.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/Commenting.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/Communicating.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/Communicating.htm index 25e376f599..37cf440f73 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/Communicating.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/Communicating.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/Comparison.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/Comparison.htm index 49c3475f0f..99c6411acb 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/Comparison.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/Comparison.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/KeyboardShortcuts.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/KeyboardShortcuts.htm index 190d5fca62..9f2a761348 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/KeyboardShortcuts.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/KeyboardShortcuts.htm @@ -7,9 +7,9 @@ - - - + + +
diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/Navigation.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/Navigation.htm index 21827120b5..e43e176cd2 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/Navigation.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/Navigation.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/Password.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/Password.htm index 3deb23866f..100723946f 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/Password.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/Password.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/Review.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/Review.htm index ed79b765dc..bba66e5703 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/Review.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/Review.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/Search.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/Search.htm index 323604f7ed..6899573226 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/Search.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/Search.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/SpellChecking.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/SpellChecking.htm index 8483ab08b4..28fe21fb97 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/SpellChecking.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/SpellChecking.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/SupportedFormats.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/SupportedFormats.htm index 110eafbf73..a71be29269 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/SupportedFormats.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/SupportedFormats.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/VersionHistory.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/VersionHistory.htm index 827d247e8a..acc38ac816 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/VersionHistory.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/VersionHistory.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/HelpfulHints/Viewer.htm b/apps/documenteditor/main/resources/help/de/HelpfulHints/Viewer.htm index 7e9a6fa764..ba2f972f58 100644 --- a/apps/documenteditor/main/resources/help/de/HelpfulHints/Viewer.htm +++ b/apps/documenteditor/main/resources/help/de/HelpfulHints/Viewer.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/ProgramInterface/FileTab.htm b/apps/documenteditor/main/resources/help/de/ProgramInterface/FileTab.htm index b65564c5dd..48dfde50bc 100644 --- a/apps/documenteditor/main/resources/help/de/ProgramInterface/FileTab.htm +++ b/apps/documenteditor/main/resources/help/de/ProgramInterface/FileTab.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/ProgramInterface/FormsTab.htm b/apps/documenteditor/main/resources/help/de/ProgramInterface/FormsTab.htm index 1bf34eb456..ca2c1d9f69 100644 --- a/apps/documenteditor/main/resources/help/de/ProgramInterface/FormsTab.htm +++ b/apps/documenteditor/main/resources/help/de/ProgramInterface/FormsTab.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/ProgramInterface/HomeTab.htm b/apps/documenteditor/main/resources/help/de/ProgramInterface/HomeTab.htm index 3cc51e87f7..83b95678e5 100644 --- a/apps/documenteditor/main/resources/help/de/ProgramInterface/HomeTab.htm +++ b/apps/documenteditor/main/resources/help/de/ProgramInterface/HomeTab.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/ProgramInterface/InsertTab.htm b/apps/documenteditor/main/resources/help/de/ProgramInterface/InsertTab.htm index 7c5d396cf8..a0596647b1 100644 --- a/apps/documenteditor/main/resources/help/de/ProgramInterface/InsertTab.htm +++ b/apps/documenteditor/main/resources/help/de/ProgramInterface/InsertTab.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/ProgramInterface/LayoutTab.htm b/apps/documenteditor/main/resources/help/de/ProgramInterface/LayoutTab.htm index baaa0b5edb..85434ed9a4 100644 --- a/apps/documenteditor/main/resources/help/de/ProgramInterface/LayoutTab.htm +++ b/apps/documenteditor/main/resources/help/de/ProgramInterface/LayoutTab.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/ProgramInterface/PluginsTab.htm b/apps/documenteditor/main/resources/help/de/ProgramInterface/PluginsTab.htm index 03364cbbf8..78a788568b 100644 --- a/apps/documenteditor/main/resources/help/de/ProgramInterface/PluginsTab.htm +++ b/apps/documenteditor/main/resources/help/de/ProgramInterface/PluginsTab.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/ProgramInterface/ProgramInterface.htm b/apps/documenteditor/main/resources/help/de/ProgramInterface/ProgramInterface.htm index bbb1593edb..e15d0c6ed5 100644 --- a/apps/documenteditor/main/resources/help/de/ProgramInterface/ProgramInterface.htm +++ b/apps/documenteditor/main/resources/help/de/ProgramInterface/ProgramInterface.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/ProgramInterface/ReferencesTab.htm b/apps/documenteditor/main/resources/help/de/ProgramInterface/ReferencesTab.htm index 9236df3164..7e994755a0 100644 --- a/apps/documenteditor/main/resources/help/de/ProgramInterface/ReferencesTab.htm +++ b/apps/documenteditor/main/resources/help/de/ProgramInterface/ReferencesTab.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/ProgramInterface/ReviewTab.htm b/apps/documenteditor/main/resources/help/de/ProgramInterface/ReviewTab.htm index 464ed70567..6489a21dc4 100644 --- a/apps/documenteditor/main/resources/help/de/ProgramInterface/ReviewTab.htm +++ b/apps/documenteditor/main/resources/help/de/ProgramInterface/ReviewTab.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/ProgramInterface/ViewTab.htm b/apps/documenteditor/main/resources/help/de/ProgramInterface/ViewTab.htm index 11c9a1706e..f59af781e2 100644 --- a/apps/documenteditor/main/resources/help/de/ProgramInterface/ViewTab.htm +++ b/apps/documenteditor/main/resources/help/de/ProgramInterface/ViewTab.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/AddBorders.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/AddBorders.htm index 98b7afc60d..db3045a7d8 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/AddBorders.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/AddBorders.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/AddCaption.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/AddCaption.htm index e216df8c97..6f2c4f9fec 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/AddCaption.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/AddCaption.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/AddFormulasInTables.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/AddFormulasInTables.htm index 137256cf88..5229a979b4 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/AddFormulasInTables.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/AddFormulasInTables.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/AddHyperlinks.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/AddHyperlinks.htm index df5c4e2c99..47199c989c 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/AddHyperlinks.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/AddHyperlinks.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/AddTableofFigures.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/AddTableofFigures.htm index b011f4418e..3061641b82 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/AddTableofFigures.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/AddTableofFigures.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/AddWatermark.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/AddWatermark.htm index 8028a38b6d..90b316b8a7 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/AddWatermark.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/AddWatermark.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/AlignArrangeObjects.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/AlignArrangeObjects.htm index 805df9b174..38f13b9a1b 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/AlignArrangeObjects.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/AlignArrangeObjects.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/AlignText.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/AlignText.htm index 7e4e57dc13..c1403724a5 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/AlignText.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/AlignText.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/BackgroundColor.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/BackgroundColor.htm index 7513a7943c..d0f86c89bf 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/BackgroundColor.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/BackgroundColor.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/ChangeColorScheme.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/ChangeColorScheme.htm index bb60f9ad40..aeb3d25abf 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/ChangeColorScheme.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/ChangeColorScheme.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/ChangeWrappingStyle.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/ChangeWrappingStyle.htm index d59c9044b4..79afdfa841 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/ChangeWrappingStyle.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/ChangeWrappingStyle.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/CommunicationPlugins.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/CommunicationPlugins.htm index 745ed66da6..48c223e4c2 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/CommunicationPlugins.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/CommunicationPlugins.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/ConvertFootnotesEndnotes.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/ConvertFootnotesEndnotes.htm index d431d7ae6c..2a2e0c2bc8 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/ConvertFootnotesEndnotes.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/ConvertFootnotesEndnotes.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/CopyClearFormatting.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/CopyClearFormatting.htm index 7f1a642ad1..ddc38ad3bc 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/CopyClearFormatting.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/CopyClearFormatting.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/CopyPasteUndoRedo.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/CopyPasteUndoRedo.htm index 2ecdb06e9b..77c854ec43 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/CopyPasteUndoRedo.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/CopyPasteUndoRedo.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/CreateFillableForms.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/CreateFillableForms.htm index 4494e9fa78..5c7873bd81 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/CreateFillableForms.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/CreateFillableForms.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/CreateLists.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/CreateLists.htm index f2477a88ad..2be7bc198b 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/CreateLists.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/CreateLists.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/CreateTableOfContents.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/CreateTableOfContents.htm index 8e28399235..95a5752968 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/CreateTableOfContents.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/CreateTableOfContents.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/DecorationStyles.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/DecorationStyles.htm index dbe4f237d0..4b7f8d322c 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/DecorationStyles.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/DecorationStyles.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/FillingOutForm.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/FillingOutForm.htm index 215d6269ae..91fa56b1a4 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/FillingOutForm.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/FillingOutForm.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/FontTypeSizeColor.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/FontTypeSizeColor.htm index e3847fbf14..e1db46e713 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/FontTypeSizeColor.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/FontTypeSizeColor.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/FormattingPresets.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/FormattingPresets.htm index f3a8a551d4..1b60a7fd96 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/FormattingPresets.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/FormattingPresets.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/HTML.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/HTML.htm index 9a987077d7..0f1eddd12e 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/HTML.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/HTML.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/HighlightedCode.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/HighlightedCode.htm index 0aa796ad81..f0962808a7 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/HighlightedCode.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/HighlightedCode.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertAutoshapes.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertAutoshapes.htm index 80d40bed1c..e8648a1a0d 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertAutoshapes.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertAutoshapes.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertBookmarks.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertBookmarks.htm index a748fe8a8d..eb99816667 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertBookmarks.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertBookmarks.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertCharts.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertCharts.htm index 67d7b5129e..df56a23ba3 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertCharts.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertCharts.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertContentControls.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertContentControls.htm index 9a121aefa3..afd04be8c4 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertContentControls.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertContentControls.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertCrossReference.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertCrossReference.htm index 800527e3e8..fceadb8218 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertCrossReference.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertCrossReference.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertDateTime.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertDateTime.htm index da4f506a18..7d83f878c3 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertDateTime.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertDateTime.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertDropCap.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertDropCap.htm index 2b507b80cf..da0614efeb 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertDropCap.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertDropCap.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertEndnotes.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertEndnotes.htm index e39ca232ba..9e256a788c 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertEndnotes.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertEndnotes.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertEquation.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertEquation.htm index aedba2e750..d4aa60b081 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertEquation.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertEquation.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertFootnotes.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertFootnotes.htm index 1104b573ac..426df58f16 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertFootnotes.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertFootnotes.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertHeadersFooters.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertHeadersFooters.htm index 7bc7d2166a..af355dda92 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertHeadersFooters.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertHeadersFooters.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertImages.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertImages.htm index c66fbfd608..c4d77c0753 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertImages.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertImages.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertLineNumbers.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertLineNumbers.htm index bad34e38dc..77fc758a03 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertLineNumbers.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertLineNumbers.htm @@ -8,7 +8,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertPageNumbers.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertPageNumbers.htm index d187072dfa..a3fe30fd22 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertPageNumbers.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertPageNumbers.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertReferences.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertReferences.htm index 8637af4335..83763e4921 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertReferences.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertReferences.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertSymbols.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertSymbols.htm index 2f1d37107e..60bb206a49 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertSymbols.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertSymbols.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertTables.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertTables.htm index e238d172c4..18318a3937 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertTables.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertTables.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertTextObjects.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertTextObjects.htm index 466e9d41cc..6d08f1b386 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertTextObjects.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/InsertTextObjects.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/Jitsi.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/Jitsi.htm index 19b5dcca75..20362b7905 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/Jitsi.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/Jitsi.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/LineSpacing.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/LineSpacing.htm index f79ec67472..4146a31cf5 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/LineSpacing.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/LineSpacing.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/MathAutoCorrect.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/MathAutoCorrect.htm index ef2c307065..23573a1eac 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/MathAutoCorrect.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/MathAutoCorrect.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/NonprintingCharacters.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/NonprintingCharacters.htm index e78ba1518b..e1efb089d5 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/NonprintingCharacters.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/NonprintingCharacters.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/OCR.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/OCR.htm index 573dba5e54..eebb28cf70 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/OCR.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/OCR.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/OpenCreateNew.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/OpenCreateNew.htm index e76ad09747..e47bf10d8a 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/OpenCreateNew.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/OpenCreateNew.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/PageBreaks.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/PageBreaks.htm index 30e8a0dd5f..741e7dc049 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/PageBreaks.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/PageBreaks.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/ParagraphIndents.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/ParagraphIndents.htm index be7ea41c5d..2b5f8e6754 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/ParagraphIndents.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/ParagraphIndents.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/PhotoEditor.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/PhotoEditor.htm index d910b8cc8c..d6a91271e2 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/PhotoEditor.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/PhotoEditor.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/SavePrintDownload.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/SavePrintDownload.htm index ed1de20012..e4808a316e 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/SavePrintDownload.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/SavePrintDownload.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/SectionBreaks.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/SectionBreaks.htm index 7f298cb950..78db0e3ec3 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/SectionBreaks.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/SectionBreaks.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/SetOutlineLevel.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/SetOutlineLevel.htm index 20a90c0395..08a82f6b54 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/SetOutlineLevel.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/SetOutlineLevel.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/SetPageParameters.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/SetPageParameters.htm index 0a5e91e93d..749b8285db 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/SetPageParameters.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/SetPageParameters.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/SetTabStops.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/SetTabStops.htm index 98ad165919..3f9766c062 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/SetTabStops.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/SetTabStops.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/Speech.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/Speech.htm index 391e18da59..dc733df67d 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/Speech.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/Speech.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/SupportSmartArt.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/SupportSmartArt.htm index 0a4c1db4f9..17c64c2da6 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/SupportSmartArt.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/SupportSmartArt.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/Thesaurus.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/Thesaurus.htm index d8e6263d94..7154fb9e8c 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/Thesaurus.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/Thesaurus.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/Translator.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/Translator.htm index ee38d5d3f1..3d9f0c7fde 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/Translator.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/Translator.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/Typograf.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/Typograf.htm index 7e2db05cac..fd1af1bf11 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/Typograf.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/Typograf.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/UseMailMerge.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/UseMailMerge.htm index 6d70e0544f..dd256830d2 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/UseMailMerge.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/UseMailMerge.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/ViewDocInfo.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/ViewDocInfo.htm index 04d69531d2..a03ea385cb 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/ViewDocInfo.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/ViewDocInfo.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/WordCounter.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/WordCounter.htm index 46b1169a3b..7e127743b8 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/WordCounter.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/WordCounter.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/Wordpress.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/Wordpress.htm index 89d4dd2eaf..2d5dbf010b 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/Wordpress.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/Wordpress.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/UsageInstructions/YouTube.htm b/apps/documenteditor/main/resources/help/de/UsageInstructions/YouTube.htm index e71f96e9d2..ef16b508fb 100644 --- a/apps/documenteditor/main/resources/help/de/UsageInstructions/YouTube.htm +++ b/apps/documenteditor/main/resources/help/de/UsageInstructions/YouTube.htm @@ -7,7 +7,7 @@ - +
diff --git a/apps/documenteditor/main/resources/help/de/search/search.html b/apps/documenteditor/main/resources/help/de/search/search.html index 31145b3c1d..a7dfe468b4 100644 --- a/apps/documenteditor/main/resources/help/de/search/search.html +++ b/apps/documenteditor/main/resources/help/de/search/search.html @@ -6,12 +6,12 @@ - + - - - - + + + +