|
8 | 8 | <div class="section"> |
9 | 9 | <h2>{{ productName }}</h2> |
10 | 10 | <p v-if="hasNextcloudBranding" class="description"> |
11 | | - {{ t('richdocuments', 'Nextcloud Office is a powerful Collabora Online based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers.') }} |
| 11 | + {{ t('richdocuments', 'Nextcloud Office (powered by Collabora Online) is a powerful online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers.') }} |
12 | 12 | </p> |
13 | 13 | <p v-else class="description"> |
14 | 14 | {{ t('richdocuments', 'Collabora Online is a powerful LibreOffice-based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers.') }} |
|
77 | 77 | :disabled="updating"> |
78 | 78 | <label for="customserver">{{ t('richdocuments', 'Use your own server') }}</label><br> |
79 | 79 | <p class="option-inline"> |
80 | | - <em>{{ t('richdocuments', 'Nextcloud Office requires a separate server running Collabora Online to provide editing capabilities.') }}</em> |
| 80 | + <em>{{ t('richdocuments', 'Nextcloud Office (Collabora) requires a separate server running Collabora Online to provide editing capabilities.') }}</em> |
81 | 81 | <em>{{ t('richdocuments', 'Collabora Online requires a separate server acting as a WOPI-like Client to provide editing capabilities.') }}</em> |
82 | 82 | </p> |
83 | 83 | <div v-if="serverMode === 'custom'" class="option-inline"> |
|
312 | 312 | <h2>{{ t('richdocuments', 'Secure View') }}</h2> |
313 | 313 | <p>{{ t('richdocuments', 'Secure view enables you to secure office documents by blocking downloads, previews and showing a watermark') }}</p> |
314 | 314 | <ul> |
315 | | - <li>{{ t('richdocuments', 'The settings only apply to compatible office files that are opened in Nextcloud Office') }}</li> |
| 315 | + <li>{{ t('richdocuments', 'The settings only apply to compatible office files that are opened in Nextcloud Office (Collabora)') }}</li> |
316 | 316 | <li>{{ t('richdocuments', 'Downloading the file through WebDAV will be blocked') }}</li> |
317 | | - <li>{{ t('richdocuments', 'The following options within Nextcloud Office will be disabled: Copy, Download, Export, Print') }}</li> |
| 317 | + <li>{{ t('richdocuments', 'The following options within Nextcloud Office (Collabora) will be disabled: Copy, Download, Export, Print') }}</li> |
318 | 318 | <li>{{ t('richdocuments', 'Files may still be downloadable via WOPI requests if WOPI settings are not correctly configured') }}</li> |
319 | 319 | <li>{{ t('richdocuments', 'Previews will be blocked') }}</li> |
320 | 320 | </ul> |
@@ -483,7 +483,7 @@ export default { |
483 | 483 | }, |
484 | 484 | data() { |
485 | 485 | return { |
486 | | - productName: loadState('richdocuments', 'productName', 'Nextcloud Office'), |
| 486 | + productName: loadState('richdocuments', 'productName', 'Nextcloud Office (Collabora)'), |
487 | 487 | hasNextcloudBranding: loadState('richdocuments', 'hasNextcloudBranding', true), |
488 | 488 |
|
489 | 489 | serverMode: '', |
|
0 commit comments