Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chamilo-lms/main/lang/swedish/import.inc.php

15 lines
959 B

<?php /*
for more information: see languages.txt in the lang folder.
*/
$langPgTitle = "Sidans titel";
$langExplanation = "Filen m<EFBFBD>ste skickas i HTML-format (e.g. \"my_sida.html\"). Den kommer att l<EFBFBD>nkas till fr<EFBFBD>n hemsidan. Om du vill skicka upp icke HTML-dokument (PDF, Word, Power Point, Video, etc.) anv<EFBFBD>nder du <a href=../document/document.php>Dokumentverktyget</a>";
$langTooBig = "Du valde ingen fil att skicka eller filen <EFBFBD>r f<EFBFBD>r stor";
$langCouldNot = "Filen kunde inte skickas";
$langNotAllowed = "Inte till<EFBFBD>tet";
$langAddPageToSite = "l<EFBFBD>gg till sida till sajt";
$langCouldNotSendPage = "Denna fil <EFBFBD>r inte i HTML-format och kan inte skickas. Om du vill skicka upp icke HTML-dokument (PDF, Word, Power Point, Video, etc.) anv<EFBFBD>nder <a href=../document/document.php>Dokumentverktyget</a>";
$langSendPage = "Sida att skicka";
$langPageTitleModified = "Sidans titel har modifierats";
$langPageAdded = "Sida adderad";
$langAddPage = "L<EFBFBD>gg till en sida";
?>