[Pkg-owncloud-commits] [owncloud-doc] 74/75: Update configuration_language.rst

David Prévot taffit at alioth.debian.org
Wed Sep 4 19:27:24 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg_clean
in repository owncloud-doc.

commit 016051b9b878c8fbe93c67732ac6160de2e2c867
Author: dietmaroc <dietmar at owncloud.com>
Date:   Wed Sep 4 14:40:03 2013 +0200

    Update configuration_language.rst
---
 .../configuration/configuration_language.rst       |   45 +++++++-------------
 1 file changed, 15 insertions(+), 30 deletions(-)

diff --git a/admin_manual/configuration/configuration_language.rst b/admin_manual/configuration/configuration_language.rst
index 0841afb..386d7d8 100644
--- a/admin_manual/configuration/configuration_language.rst
+++ b/admin_manual/configuration/configuration_language.rst
@@ -1,39 +1,24 @@
-Uploading big files > 512MB (as set by default)
-===============================================
-It's usefull to know limiting factors, that make it impossible to exceed the values given to the ownCloud-system:
+Language Configuration
+======================
 
-Not outnumberable upload limits:
-----------------------------------
-* < 2GB on 32Bit OS-architecture
-* < 2GB with Server Version 4.5 or older
-* < 2GB with IE6 - IE8
-* < 4GB with IE9 - IE10
+In normal cases ownCloud will automatically detect the language of the Web-GUI.
+If this doesn't work properly or you want to make sure that ownCloud always
+starts with a given language, you can use the **default_language** parameter.
 
-Other recommendable preconditions:
-----------------------------------
+Please keep in mind, that this will not effect a users language preference,
+which has been configured under "personal -> language" once he has logged in.
 
-* make sure, that the latest version of php (at least 5.4.9) is installed
+Please check :file:`settings/languageCodes.php` for the list of supported language
+codes. 
 
-Enabling uploading big files
-============================
-Note: The order of the following steps is important! If you swap steps or substeps described below, the settings may fail.
 
-**Go to the admin section in the ownCloud-WebUI and do the following:**
+Parameters
+----------
 
-* Under "File handling" set the Maximum upload size to the desired value (e.g. 16GB)
-* Klick the "save"-Button
+.. code-block:: php
 
-**Open the php.ini - file**
+  <?php
 
-* Under Debian and derivates this file lies at /etc/php5/apache2/php.ini
+    "default_language" => "en",
 
-**Do the following:**
-
-* Set the following three parameters inside th php.ini to the same value as choosen inside the admin-section one step before:
-* upload_max_filesize = 16G   (e.g.)
-* post_max_size = 16G   (e.g.)
-* output_buffering = 16384
-
-whereas the "output_buffering" has to be given in MegaBytes but as a plain figure (without size-units as 'M' or 'G')
-
-These configurations have been prooven by test up to filesizes of 16 GigaBytes.
+This parameters can be set in the :file:`config/config.php`

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list