Skip to content
Snippets Groups Projects
Commit 5f79f2d0 authored by srosse's avatar srosse
Browse files
parents 47f852f3 5570e767
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ public class Office365AdminController extends FormBasicController {
protected void initForm(FormItemContainer formLayout, Controller listener, UserRequest ureq) {
setFormTitle("admin.title");
setFormDescription("admin.desc");
setFormWarning("admin.certification");
enabledEl = uifactory.addCheckboxesHorizontal("admin.enabled", formLayout, ENABLED_KEYS, translateAll(getTranslator(), ENABLED_KEYS));
enabledEl.select(ENABLED_KEYS[0], office365Module.isEnabled());
......
admin.certification=Derzeit l\u00E4uft der Zertifizierungsprozess f\u00FCr die offizielle Freigabe der Online Office Integration durch Microsoft. Bis zum offiziellen Abschluss steht die Verwendung dieses Dokumenteneditors leider noch nicht zur Verf\u00FCgung. Wir bitten um Verst\u00E4ndnis.
admin.desc=Office Online erm\u00F6glicht es Ihren Benutzern, Excel-, PowerPoint- und Word-Dateien direkt im Browser anzuzeigen und zu bearbeiten. Weitere Informationen sind auf der <a href\="http\://www.office.com/" target\=_blank>Webseite</a> von Microsoft zu finden.
admin.enabled=Modul "Office Online"
admin.title=Office Online
......
admin.certification=The certification process for the official release of the Online Office integration by Microsoft is currently underway. Unfortunately, the use of this document editor is not yet available until the official completion. Thank you for understanding.
admin.desc=Office Online enables your users to view and edit Excel, PowerPoint, and Word files directly in the browser. Further information is available on the <a href\="https\://www.office.com/" target\=_blank>website</a> of Microsoft.
admin.enabled=Module "Office Online"
admin.title=Office Online
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment