Sindbad~EG File Manager
<?php
// This file is part of Moodle - https://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 <https://www.gnu.org/licenses/>.
/**
* Strings for component 'cache_memcache', language 'es_mx', version '3.9'.
*
* @package cache_memcache
* @category string
* @copyright 1999 Martin Dougiamas and contributors
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$string['pluginname'] = 'Memcache';
$string['servers'] = 'Servidores';
$string['servers_help'] = 'Esto configura los servidores que deberían usarse por este adaptador memcache.
Los servidores deberían definirse de a uno por línea y consisten de una dirección de servidor y opcionalmente un puerto y peso.
Si no se proporciona puerto, entonces el puerto por defecto (11211) es usado.
Por ejemplo:
<pre>
server.url.com
ipaddress:port
servername:port:weight
</pre>';
$string['testservers'] = 'Servidores de prueba';
$string['testservers_desc'] = 'Los servidores de prueba se usan para pruebas de unidades y para pruebas de desempeño (rendimiento). Es enteramente opcional el configurar servidores de prueba. Los servidores deberían ser definidos de a uno por línea y consisten en una dirección de servidor y opcionalmente un puerto y peso. Si no se proporciona puerto entonces se usa el puerto por defecto (11211).';
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists