Browsing Lakota translation

2029 of 2291 results
20.
Config.php variables
(no translation yet)
Located in ../source/administration/config_php.rst:7
21.
Some site options cannot be set in the administration area but need to be updated directly on the server in the ``config.php`` file. In this section, you see the settings that are possible and why you might want to include them in your ``config.php`` file for your site.
(no translation yet)
Located in ../source/administration/config_php.rst:9
22.
The ``config.php`` file sits in the ``/htdocs`` directory of your site. If you want to view all possible variables and their default values, you can find them in ``/htdocs/lib/config-defaults.php``. You can overwrite any default values by placing the variable in your ``config.php`` file.
(no translation yet)
Located in ../source/administration/config_php.rst:14
23.
Anatomy of a config variable
(no translation yet)
Located in ../source/administration/config_php.rst:17
24.
A configuration variable needs to be written in the correct syntax in order to function. In Mahara, this is done the following way: ``$cfg->variable = value;``.
(no translation yet)
Located in ../source/administration/config_php.rst:19
25.
.. image:: images/administration/config_variable.*
:alt: A typical configuration variable
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in ../source/administration/config_php.rst:24
26.
A typical configuration variable
(no translation yet)
Located in ../source/administration/config_php.rst:24
27.
**$cfg->**: Stands for "configuration" and indicates that what follows is a configuration variable.
(no translation yet)
Located in ../source/administration/config_php.rst:26
28.
**variable =**: Here you see the variable that is to be set. Generally, it consists of one word, or words are joined together with underscores. The variable cannot contain any spaces.
(no translation yet)
Located in ../source/administration/config_php.rst:27
29.
**value;**: The value that the variable takes is displayed. The values can be different things, for example:
(no translation yet)
Located in ../source/administration/config_php.rst:28
2029 of 2291 results

This translation is managed by translation group mahara-translation-group.

You are not logged in. Please log in to work on translations.

No-one has contributed to this translation yet.