From 4d7248dc50bdb0afaa156c84f6ee3b7e6fc038e5 Mon Sep 17 00:00:00 2001 From: uhensler <urs.hensler@frentix.com> Date: Wed, 5 Jun 2019 15:47:12 +0200 Subject: [PATCH] OO-4009: The brand "ONLYOFFICE" is completely written with upper case letters --- .../onlyoffice/ui/_i18n/LocalStrings_de.properties | 10 +++++----- .../onlyoffice/ui/_i18n/LocalStrings_en.properties | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/java/org/olat/core/commons/services/doceditor/onlyoffice/ui/_i18n/LocalStrings_de.properties b/src/main/java/org/olat/core/commons/services/doceditor/onlyoffice/ui/_i18n/LocalStrings_de.properties index 8fd4fe9d14f..93b7bba127a 100644 --- a/src/main/java/org/olat/core/commons/services/doceditor/onlyoffice/ui/_i18n/LocalStrings_de.properties +++ b/src/main/java/org/olat/core/commons/services/doceditor/onlyoffice/ui/_i18n/LocalStrings_de.properties @@ -1,10 +1,10 @@ admin.base.url=URL -admin.desc=OnlyOffice ist eine Software zur einzelnen oder gemeinsamen Bearbeitung von Dokumenten. Es unterst\u00FCtzt alle g\u00E4ngigen Dateiformate zur Textverarbeitung, Tabellenkalkulation und Pr\u00E4sentationen. Weitere Informationen sind auf der <a href\="http\://www.onlyoffice.com/" target\=_blank>Webseite</a> von OnlyOffice zu finden. -admin.enabled=Modul "OnlyOffice" +admin.desc=ONLYOFFICE ist eine Software zur einzelnen oder gemeinsamen Bearbeitung von Dokumenten. Es unterst\u00FCtzt alle g\u00E4ngigen Dateiformate zur Textverarbeitung, Tabellenkalkulation und Pr\u00E4sentationen. Weitere Informationen sind auf der <a href\="http\://www.onlyoffice.com/" target\=_blank>Webseite</a> von ONLYOFFICE zu finden. +admin.enabled=Modul "ONLYOFFICE" admin.jwt.secret=Secret admin.jwt.secret.invalid=Das Secret ist nicht g\u00FCltig. Vermutlich ist es zu kurz. Siehe: JWA Specification (RFC 7518, Section 3.2). -admin.title=OnlyOffice -editor.display.name=OnlyOffice -editor.warning.locked=Das Dokument wird bereits in einem anderen Editor bearbeitet und kann deshalb in OnlyOffice nicht bearbeitet werden. +admin.title=ONLYOFFICE +editor.display.name=ONLYOFFICE +editor.warning.locked=Das Dokument wird bereits in einem anderen Editor bearbeitet und kann deshalb in ONLYOFFICE nicht bearbeitet werden. editor.warning.no.api.config=Dieses Dokument kann nicht angezeigt werden! editor.warning.no.metadata=Dieses Dokument kann nicht angezeigt werden! \ No newline at end of file diff --git a/src/main/java/org/olat/core/commons/services/doceditor/onlyoffice/ui/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/core/commons/services/doceditor/onlyoffice/ui/_i18n/LocalStrings_en.properties index e8f37c9bd3e..a99bfb16c38 100644 --- a/src/main/java/org/olat/core/commons/services/doceditor/onlyoffice/ui/_i18n/LocalStrings_en.properties +++ b/src/main/java/org/olat/core/commons/services/doceditor/onlyoffice/ui/_i18n/LocalStrings_en.properties @@ -1,10 +1,10 @@ admin.base.url=URL -admin.desc=OnlyOffice is a software to edit documents online. It supports all major document, spreadsheet and presentation file formats. Key features are collaborative editing and excellent office file format support. Further information is available on the <a href\="https\://www.onlyoffice.com/" target\=_blank>website</a> of OnlyOffice -admin.enabled=Module "OnlyOffice" +admin.desc=ONLYOFFICE is a software to edit documents online. It supports all major document, spreadsheet and presentation file formats. Key features are collaborative editing and excellent office file format support. Further information is available on the <a href\="https\://www.onlyoffice.com/" target\=_blank>website</a> of ONLYOFFICE +admin.enabled=Module "ONLYOFFICE" admin.jwt.secret=Secret admin.jwt.secret.invalid=The secret is not valid. Probably it is too short. See: JWA Specification (RFC 7518, Section 3.2). -admin.title=OnlyOffice -editor.display.name=OnlyOffice +admin.title=ONLYOFFICE +editor.display.name=ONLYOFFICE editor.warning.locked=That document is already edited in another editor and therefore it is displayed in a read-only view. editor.warning.no.api.config=It is not possible to display that document. editor.warning.no.metadata=It is not possible to display that document. \ No newline at end of file -- GitLab