Add example for quotas to custom attribute's longDescription

This commit is contained in:
Valentin Heidelberger 2018-09-26 17:56:40 +02:00
Родитель c9d4177002
Коммит 75323a0d7a
1 изменённых файлов: 2 добавлений и 2 удалений

4
inst
Просмотреть файл

@ -244,9 +244,9 @@ nextcloud_ensure_extended_attributes () {
--set objectClass='nextcloudUser' \
--set name='nextcloudUserQuota' \
--set shortDescription='Nextcloud Quota' \
--set longDescription='Amount of storage available to the user' \
--set longDescription='Amount of storage available to the user (ex: 512 MB or 12 GB)' \
--set translationShortDescription='"de_DE" "Nextcloud Quota"' \
--set translationLongDescription='"de_DE" "Der verfügbare Speicherplatz für den Benutzer"' \
--set translationLongDescription='"de_DE" "Der verfügbare Speicherplatz für den Benutzer (z.B. 512 MB oder 12 GB)"' \
--set tabName='Nextcloud' \
--set translationTabName='"de_DE" "Nextcloud"' \
--set overwriteTab='0' \