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 'profilefield_database', language 'es', version '4.1'.
*
* @package profilefield_database
* @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['add-new-category'] = 'Añadir nueva categoría';
$string['add-new-data'] = 'Añadir nuevo registro';
$string['all_category'] = 'Todas las categorías';
$string['category-save-error'] = 'Los campos 1 y 2 son obligatorios';
$string['category_field'] = 'Nombre del campo';
$string['category_field-delete'] = 'Deje en blanco para eliminar este campo.';
$string['category_field-empty'] = 'Deje en blanco para ignorar este campo.';
$string['category_field-error'] = 'El nombre del campo es obligatorio';
$string['category_field-info'] = 'Introduzca el nombre del campo que se mostrará en el formulario';
$string['category_field-placeholder'] = 'Nombre del campo';
$string['category_field-title'] = 'Nuevo campo';
$string['category_name'] = 'Nombre de la categoría';
$string['category_name-error'] = 'El nombre de la categoría es obligatorio';
$string['category_name-info'] = 'Introduzca el nombre de la categoría que desea usar';
$string['category_name-placeholder'] = 'Nombre de la categoría';
$string['category_none'] = '¡No hay categorías registradas!';
$string['confirm-delete-category'] = '¿Está seguro de que desea eliminar la categoría <strong>{$a}</strong>?';
$string['confirm-delete-data'] = '¿Está seguro de que desea eliminar el registro <strong>{$a}</strong>?';
$string['data_none'] = '¡No hay datos registrados!';
$string['database:addinstance'] = 'Añadir instancia';
$string['database:viewreport'] = 'Ver informe';
$string['delete-category'] = 'Eliminar la categoría';
$string['delete-category-usedata'] = 'Esta categoría está siendo utilizada en el campo <a href="{$a->wwwroot}/user/profile/index.php" target="_blank">{$a->name}</a>';
$string['delete-data'] = 'Eliminar el registro';
$string['delete-data-usedata'] = 'Este registro está siendo utilizado por el usuario <a href="{$a->wwwroot}/user/profile.php?id=?id={$a->id}" target="_blank">{$a->name}</a>';
$string['delete-success'] = 'Categoría eliminada con éxito';
$string['edit_values_fields'] = 'Editar valores de estos campos';
$string['field_type'] = 'Tipo de campo';
$string['field_type-date'] = 'Los datos serán de tipo Fecha';
$string['field_type-info'] = 'Seleccione el tipo de campo que se va a usar';
$string['field_type-int'] = 'Los datos serán de tipo Número';
$string['field_type-text'] = 'Los datos serán de tipo texto';
$string['manage-category-link'] = '<div class="alert alert-warning">Para seleccionar una categoría, primero debes crear y gestionar categorías. Puedes hacerlo accediendo al área <a href="{$a}/user/profile/field/database/category.php">Todas las categorías</a>.</div>';
$string['missing-value-link'] = 'El campo "Seleccionar categoría" debe ser un valor válido en <a href="{$a}/user/profile/field/database/category.php">Todas las categorías</a>.';
$string['new-category'] = 'Nueva categoría';
$string['new-data'] = 'Nuevo registro';
$string['pluginname'] = 'Campo de usuario DB';
$string['privacy:metadata'] = 'El plugin de base de datos no almacena datos personales ni envía datos a sitios externos.';
$string['report_category_description'] = 'Este informe muestra información detallada sobre los estudiantes vinculados al perfil "{$a}".';
$string['report_category_title'] = 'Informe de estudiantes en el perfil "{$a}"';
$string['select-category'] = 'Seleccionar categoría';
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists