Файловый менеджер - Редактировать - /home/harasnat/www/moodledata/lang/nl/cachestore_redis.php
Назад
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with Moodle. If not, see <http://www.gnu.org/licenses/>. /** * Strings for component 'cachestore_redis', language 'nl', branch 'MOODLE_34_STABLE' * * @package cachestore_redis * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $string['password'] = 'Wachtwoord'; $string['password_help'] = 'Dit stelt het wachtwoord in van de Redis-server.'; $string['pluginname'] = 'Redis'; $string['prefix'] = 'Sleutelprefix'; $string['prefix_help'] = 'Deze prefix wordt gebruikt voor alle sleutelnamen op de Redis-server. * Als je maar één Moodle-instantie draait op deze server, dan kun je deze waarde leeg laten. * Door beperkingen op de sleutellengte is het maximale aantal tekens beperkt tot 5.'; $string['prefixinvalid'] = 'Ongeldige prefix. Je mag alleen a-z A-Z 0-9-_ gebruiken.'; $string['privacy:metadata:redis'] = 'De Redis cache store bewaart gegevens kort als deel van zijn cachingsfunctie. Deze gegevens worden bewaard op een Redis-server en daar regelmatig gewist.'; $string['privacy:metadata:redis:data'] = 'De gegevens die in cache bewaard worden'; $string['serializer_igbinary'] = 'De igbinary-serializer.'; $string['serializer_php'] = 'De standaard PHP-serializer.'; $string['server'] = 'Server'; $string['server_help'] = 'Dit stelt de hostnaam of IP-adres in van de te gebruiken Redis-server.'; $string['test_password'] = 'Testserver wachtwoord'; $string['test_password_desc'] = 'Redis testserver wachtwoord'; $string['test_serializer'] = 'Serializer'; $string['test_serializer_desc'] = 'Te gebruiken serializer voor testen'; $string['test_server'] = 'Testserver'; $string['test_server_desc'] = 'Redis testserver'; $string['useserializer'] = 'Gebruik serializer'; $string['useserializer_help'] = 'Specificeert de te gebruiken serializer. De geldige serializers zijn Redis::SERIALIZER_PHP of Redis::SERIALIZER_IGBINARY. De laatste wordt enkel ondersteund wanneer phpredis geconfigureerd is met de --enable-redis-igbinary-optie en de igbinary-extensie geladen is.';
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка