Browse Source

Merge pull request #37265 from nextcloud/enh/33892/new-attempt

l10n: Spelling unification
pull/37361/head
Simon L 3 years ago
committed by GitHub
parent
commit
1d4ff2cf10
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      apps/dashboard/appinfo/info.xml
  2. 11
      apps/encryption/appinfo/info.xml
  3. 2
      apps/settings/src/components/PersonalInfo/AvatarSection.vue
  4. 4
      dist/settings-vue-settings-personal-info.js
  5. 2
      dist/settings-vue-settings-personal-info.js.map

7
apps/dashboard/appinfo/info.xml

@ -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>

11
apps/encryption/appinfo/info.xml

@ -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>

2
apps/settings/src/components/PersonalInfo/AvatarSection.vue

@ -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
File diff suppressed because it is too large
View File

2
dist/settings-vue-settings-personal-info.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save