Automatically generated installer lang files

This commit is contained in:
AMOS bot
2026-02-18 00:07:49 +00:00
parent f656a642a2
commit 6e53ba123c
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ $string['cannotcreatedboninstall'] = '<p>No es pot crear la base de dades.</p> <
<p>L\'administrador del lloc hauria de verificar la configuració de la base de dades.</p>';
$string['cannotcreatelangdir'] = 'No s\'ha pogut crear el directori d\'idiomes';
$string['cannotcreatetempdir'] = 'No s\'ha pogut crear el directori temporal';
$string['cannotdownloadcomponents'] = 'No s\'han pogut baixar components';
$string['cannotdownloadcomponents'] = 'No s\'han pogut descarregar els components';
$string['cannotdownloadzipfile'] = 'No s\'ha pogut baixar el fitxer ZIP';
$string['cannotfindcomponent'] = 'No s\'ha pogut trobar el component';
$string['cannotsavemd5file'] = 'No s\'ha pogut desar el fitxer md5';
+1 -1
View File
@@ -64,7 +64,7 @@ $string['pathsunsecuredataroot'] = 'Der Speicherort des Verzeichnisses \'dataroo
$string['pathswrongadmindir'] = 'Das Admin-Verzeichnis existiert nicht';
$string['phpextension'] = 'PHP-Extension {$a}';
$string['phpversion'] = 'PHP-Version';
$string['webserverconfigproblemdescription'] = 'Ihr Webserver ist nicht so konfiguriert, dass der Zugriff auf Dateien außerhalb des Verzeichnisses "/public" verhindert wird. Weitere Informationen zur Konfiguration Ihres Webservers finden Sie unter <a href="https://moodledev.io/docs/5.1/guides/restructure">https://moodledev.io/docs/5.1/guides/restructure</a>. Nach der Neukonfiguration <a href="{$a}">rufen Sie bitte das Web-Root-Verzeichnis erneut auf</a>.';
$string['webserverconfigproblemdescription'] = 'Ihr Webserver ist nicht so konfiguriert, dass der Zugriff auf Dateien außerhalb des Verzeichnisses "/public" verhindert wird. Weitere Details zur Konfiguration Ihres Webservers finden Sie unter <a href="https://docs.moodle.org/en/Upgrading#Code_directories_restructure"> Upgrading - Code directories restructure </a>. Nach der Neukonfiguration rufen Sie bitte das <a href="{$a}"> WebRoot-Verzeichnis </a> erneut auf.';
$string['webservernotconfigured'] = 'Webserver nicht konfiguriert';
$string['welcomep10'] = '{$a->installername} ({$a->installerversion})';
$string['welcomep20'] = 'Sie haben das Paket <strong>{$a->packname} {$a->packversion}</strong> erfolgreich auf Ihrem Computer installiert.';
+2
View File
@@ -69,6 +69,8 @@ $string['pathsunsecuredataroot'] = 'La ubicación de dataroot no es segura';
$string['pathswrongadmindir'] = 'El directorio admin no existe';
$string['phpextension'] = 'Extensión PHP {$a}';
$string['phpversion'] = 'Versión PHP';
$string['webserverconfigproblemdescription'] = 'Su servidor web no está configurado para evitar acceso a archivos fuera del directorio /public. Para detalles sobre cómo configurar su servidor web correctamente, consulte la documentación <a href="https://docs.moodle.org/en/Upgrading#Code_directories_restructure">Upgrading - Code directories restructure</a>. Una vez reconfigurado, <a href="{$a}">vuelva a visitar la raíz de la web</a>.';
$string['webservernotconfigured'] = 'Servidor web no configurado';
$string['welcomep10'] = '{$a->installername} ({$a->installerversion})';
$string['welcomep20'] = 'Si está viendo esta página es porque ha podido ejecutar el paquete <strong>{$a->packname} {$a->packversion}</strong> satisfactoriamente en su ordenador. ¡Enhorabuena!';
$string['welcomep30'] = 'Esta versión de <strong>{$a->installername}</strong> incluye las aplicaciones necesarias para que <strong>Moodle</strong> funcione en su computadora, principalmente:';