File Manager
<?php
$lang['force_blackonwhite'] = 'Tvinga svart text på vit bakgrund';
$lang['help_force_blackonwhite'] = 'Force the MicroTiny editor to have black text on a white background. This may assist in displaying text in the wysiwyg editor in environments with dark backgrounds and light foregrounds.';
$lang['strip_background'] = 'Strip Background CSS Effects';
$lang['help_strip_background'] = 'Strip background effects from effected stylesheets. This may assist in displaying text in the wysiwyg editor in environments with dark backgrounds and light foregrounds';
$lang['show_statusbar'] = 'Visa Statusfält';
$lang['help_show_statusbar'] = 'Aktivera ett statusfält på botten av WYSIWYG-området. Detta gäller bara i en admin vy.';
$lang['allow_resize'] = 'Tillåt förstoring';
$lang['help_allow_resize'] = 'Tillåt storleksändring av WYSIWYG-området. Kräver att statusfältet är aktiverat';
$lang['view_html'] = 'Visa HTML';
$lang['friendlyname'] = 'MicroTiny WYSIWYG-editor';
$lang['help'] = '<strong>What does this module do?</strong>
<br/>
MicroTiny is a small version of the TinyMCE-editor, formerly the wysiwyg-default of CMS Made Simple.
This provides nothing more than the basics of editing, but is still a powerful tool
allowing easy changes to content pages.
<br/><br/>
<strong>What can go wrong?</strong>
<br/>
MicroTiny relies heavily on JavaScript so a newer browser is needed. IE7+, and almost all others should suffice, though.
One some servers the option 'Use static config' is needed to make the editor work. Try that if you see a plain editor-field
with no wysiwyg-buttons. But if it works for you without this option on, it's better to leave it off.';
$lang['example'] = 'MicroTiny exempel';
$lang['settings'] = 'Inställningar';
$lang['youareintext'] = 'Du är i';
$lang['dimensions'] = 'BxH';
$lang['size'] = 'Storlek';
$lang['filepickertitle'] = 'Filepicker';
$lang['cmsmslinker'] = 'CMSMS Linker ';
$lang['tmpnotwritable'] = 'Konfigurationen kunde inte skrivas till tmp-katalogen. Vänligen fixa rättigheterna.';
$lang['css_styles_text'] = 'CSS Stilar';
$lang['css_styles_help'] = 'CSS-stilnamn specificerade här läggs till i en rullgardinsmeny i editorn. Lämnar du fältet tomt kommer rullgardinsmenyn vara gömd (grundinställning).';
$lang['css_styles_help2'] = 'The styles can either be just the class name, or a classname with a new name to show.
Must be sepereated by either commas or newlines.
<br/>Example: mystyle1, My style name=mystyle
<br/>Result: a dropdown containing 2 entries, 'mystyle1' and 'My stylename' resulting in the insertion of mystyl1, and mystyle2 respectively.
<br/>Note: No checking for the actual existence of the stylenames are done. They are used blindly.';
$lang['usestaticconfig_text'] = 'Använd statisk config';
$lang['usestaticconfig_help'] = 'Detta genererar en statisk konfigurationsfil i stället för dynamisk. Fungerar bättre på vissa servrar (till exempel när man kör PHP som CGI)';
$lang['allowimages_text'] = 'Tillåt bilder';
$lang['allowimages_help'] = 'Detta aktiverar en bildknapp som tillåter att man sätter in en bild på en sidas innehåll.';
$lang['settingssaved'] = 'Inställningarna sparade';
$lang['savesettings'] = 'Spara inställningarna';
$lang['utma'] = '156861353.1120957069.1339885466.1339885466.1339885466.1';
$lang['utmz'] = '156861353.1339885466.1.1.utmccn=(referral)|utmcsr=forum.cmsmadesimple.org|utmcct=/|utmcmd=referral';
$lang['utmb'] = '156861353';
$lang['utmc'] = '156861353';
?>
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com