fixing typos and spelling

This commit is contained in:
Thomas Müller
2013-11-25 08:58:28 +01:00
parent 132e9c8368
commit ecb35e678c
2 changed files with 8 additions and 8 deletions

View File

@@ -177,7 +177,7 @@ User Display Name Field:
The attribute that should be used as display name in ownCloud. Prior to
ownCloud 5 it was used as internal user name. This is not the case anymore.
It also means that display names are not permanent in ownCloud, i.e. if the
attribute's value changes in LDAP, it changes in ownCloud too. Display names
attribute value changes in LDAP, it changes in ownCloud too. Display names
to not need to be unique, but you rather want to specify a more or less unique
attribute here to avoid confusion.
@@ -185,7 +185,7 @@ User Display Name Field:
Base User Tree:
The base DN of LDAP, from where all users can be reached. It needs to be given
completely despite to the Base DN from the Basic settings. You can specifiy
completely despite to the Base DN from the Basic settings. You can specify
multiple base trees, one in each line.
* Example:
@@ -215,7 +215,7 @@ Group Display Name Field:
Base Group Tree:
The base DN of LDAP, from where all groups can be reached.
It needs to be given completely despite to the Base DN from the Basic
settings. You can specifiy multiple base trees, one in each line.
settings. You can specify multiple base trees, one in each line.
* Example:
@@ -269,7 +269,7 @@ User Home Folder Naming Rule:
By default, the ownCloud creates the user
directory, where all files and meta data are kept, according to the ownCloud
user name. You may want to override this setting and name it after an
attribute's value. The attribute given can also return an absolute path, e.g.
attribute value. The attribute given can also return an absolute path, e.g.
``/mnt/storage43/alice``. Leave it empty for default behavior.
* Example: *cn*
@@ -299,7 +299,7 @@ Internal Username:
The internal username is also the default name for the user home folder in
ownCloud. It is also a part of remote URLs, for instance for all \*DAV services.
With this setting the default behaviour can be overriden. To achieve a similar
With this setting the default behaviour can be overridden. To achieve a similar
behaviour as before ownCloud 5 enter the user display name attribute in the
following field.
@@ -309,7 +309,7 @@ Internal Username:
* Example: *uid*
Override UUID detection
By default, ownCloud autodetects the UUID attribute. The UUID attribute is
By default, ownCloud auto-detects the UUID attribute. The UUID attribute is
used to doubtlessly identify LDAP users and groups. Also, the internal
username will be created based on the UUID, if not specified otherwise above.
@@ -461,4 +461,4 @@ When ownCloud is not able to contact the main server, he will be treated as
offline and no connection attempts will be done for the time specified in
**Cache Time-To-Live**. If a backup server is configured, it will be connected
instead. If you plan a maintained downtime, check **Disable Main Server** for
the time being to avoid unnecessary connection attempts every now and then.
the time being to avoid unnecessary connection attempts every now and then.

View File

@@ -20,7 +20,7 @@ imagick:
ownCloud needs the imagick php extension to generate previews from office, pdf
and svg files. For further information on how to install the imagick php
extension on your system take a look at the `PHP documentation <http://www.php.net/manual/en/imagick.installation.php>`_.
If imagick is not installed, ownCloud will show filetype icons instead of previews.
If imagick is not installed, ownCloud will show file type icons instead of previews.
LibreOffice / OpenOffice:
~~~~~~~~~~~~~~~~~~~~~~~~~