2010-04-11 17:05:42 +00:00
< ? php
2020-11-27 06:21:37 +00:00
// This file is part of Moodle - https://moodle.org/
2010-04-11 17:05:42 +00:00
//
// 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
2020-11-27 06:21:37 +00:00
// along with Moodle. If not, see <https://www.gnu.org/licenses/>.
2010-04-11 17:05:42 +00:00
/**
2012-06-25 00:31:38 +00:00
* Automatically generated strings for Moodle installer
2010-04-11 17:05:42 +00:00
*
* Do not edit this file manually ! It contains just a subset of strings
* needed during the very first steps of installation . This file was
* generated automatically by export - installer . php ( which is part of AMOS
2023-09-30 00:10:37 +00:00
* { @ link http :// docs . moodle . org / dev / Languages / AMOS }) using the
2010-04-11 17:05:42 +00:00
* list of strings defined in / install / stringnames . txt .
*
* @ package installer
* @ license http :// www . gnu . org / copyleft / gpl . html GNU GPL v3 or later
*/
2011-11-13 00:55:17 +00:00
defined ( 'MOODLE_INTERNAL' ) || die ();
2013-06-13 00:41:25 +00:00
$string [ 'cannotcreatedboninstall' ] = ' < p > Kan inte skapa databasen .</ p >
< p > Den specificerade databasen existerar inte och den givna användaren har inte rättighet att skapa databasen .</ p >
< p > Administratören för webbplatsen bör verifiera databaskonfigurationen .</ p > ' ;
2021-01-09 00:07:55 +00:00
$string [ 'cannotcreatelangdir' ] = 'Det går inte att skapa lang-katalogen' ;
$string [ 'cannotcreatetempdir' ] = 'Det går inte att skapa temp-katalogen' ;
$string [ 'cannotdownloadcomponents' ] = 'Kan inte ladda ned komponenter' ;
$string [ 'cannotdownloadzipfile' ] = 'Kan inte ladda ned ZIP-fil' ;
2021-03-06 00:07:51 +00:00
$string [ 'cannotfindcomponent' ] = 'Hittar inte komponenten' ;
2021-05-04 00:07:57 +00:00
$string [ 'cannotsavemd5file' ] = 'Kan inte spara md5-fil' ;
$string [ 'cannotsavezipfile' ] = 'Kan inte spara ZIP-fil' ;
2021-04-01 00:07:51 +00:00
$string [ 'cannotunzipfile' ] = 'Det går inte att packa upp filen' ;
2021-03-02 00:07:42 +00:00
$string [ 'componentisuptodate' ] = 'Komponenten är aktuell' ;
2013-06-13 00:41:25 +00:00
$string [ 'dmlexceptiononinstall' ] = '<p>Ett databasfel har inträffat [{$a->errorcode}].<br />{$a->debuginfo}</p>' ;
2021-03-01 00:07:45 +00:00
$string [ 'downloadedfilecheckfailed' ] = 'Kontrollen av den nedladdade filen misslyckades' ;
2010-11-10 00:40:09 +00:00
$string [ 'invalidmd5' ] = 'Kontrollvariabeln var felaktig - försök igen' ;
2010-07-20 16:07:14 +00:00
$string [ 'missingrequiredfield' ] = 'Det saknas några obligatoriska fält' ;
2020-12-22 00:07:48 +00:00
$string [ 'remotedownloaderror' ] = 'Nedladdningen av en komponent till din server misslyckades. Vänligen verifiera inställningar för proxy. <br /><br />Du måste ladda ner <a href="{$a->url}">{$a->url}</a> filen manuellt, kopiera den till "{$a->dest}" på din server och packa upp den där.' ;
2021-03-10 00:07:42 +00:00
$string [ 'wrongdestpath' ] = 'Fel målsökväg' ;
2021-04-02 00:07:49 +00:00
$string [ 'wrongsourcebase' ] = 'Felaktig käll- URL rot' ;
2021-05-11 00:07:55 +00:00
$string [ 'wrongzipfilename' ] = 'Felaktigt namn på ZIP-fil' ;