mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 07:08:34 -04:00
Merge pull request #37265 from nextcloud/enh/33892/new-attempt
l10n: Spelling unification
This commit is contained in:
commit
1d4ff2cf10
5 changed files with 9 additions and 17 deletions
|
|
@ -6,11 +6,8 @@
|
|||
<summary>Dashboard app</summary>
|
||||
<description><![CDATA[Start your day informed
|
||||
|
||||
The Nextcloud Dashboard is your starting point of the day, giving you an
|
||||
overview of your upcoming appointments, urgent emails, chat messages,
|
||||
incoming tickets, latest tweets and much more! Users can add the widgets
|
||||
they like and change the background to their liking.]]></description>
|
||||
<version>7.7.0</version>
|
||||
The Nextcloud Dashboard is your starting point of the day, giving you an overview of your upcoming appointments, urgent emails, chat messages, incoming tickets, latest tweets and much more! Users can add the widgets they like and change the background to their liking.]]>
|
||||
</description>
|
||||
<licence>agpl</licence>
|
||||
<author>Julius Härtl</author>
|
||||
<namespace>Dashboard</namespace>
|
||||
|
|
|
|||
|
|
@ -5,14 +5,9 @@
|
|||
<name>Default encryption module</name>
|
||||
<summary>Default encryption module for server-side encryption</summary>
|
||||
<description>
|
||||
In order to use this encryption module you need to enable server-side
|
||||
encryption in the admin settings. Once enabled this module will encrypt
|
||||
all your files transparently. The encryption is based on AES 256 keys.
|
||||
The module won't touch existing files, only new files will be encrypted
|
||||
after server-side encryption was enabled. It is also not possible to
|
||||
disable the encryption again and switch back to a unencrypted system.
|
||||
Please read the documentation to know all implications before you decide
|
||||
to enable server-side encryption.
|
||||
In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.
|
||||
The module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to a unencrypted system.
|
||||
Please read the documentation to know all implications before you decide to enable server-side encryption.
|
||||
</description>
|
||||
<version>2.15.0</version>
|
||||
<licence>agpl</licence>
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
<Upload :size="20" />
|
||||
</template>
|
||||
</NcButton>
|
||||
<NcButton :aria-label="t('settings', 'Choose profile picture from files')"
|
||||
<NcButton :aria-label="t('settings', 'Choose profile picture from Files')"
|
||||
@click="openFilePicker">
|
||||
<template #icon>
|
||||
<Folder :size="20" />
|
||||
|
|
|
|||
4
dist/settings-vue-settings-personal-info.js
vendored
4
dist/settings-vue-settings-personal-info.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue