Blame view
sources/apps/imprint/l10n/sv.php
1.03 KB
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<?php $TRANSLATIONS = array( "Legal notice" => "Rättsligt meddelande", "Nothing here yet" => "Ingenting här än", "The content of the legal notice has to be configured first" => "Innehållet i de rättsliga meddelandet måste först ha konfigurerats", "That configuration is done in the administration section." => "Den konfigureringen görs från administratörssektionen", "That configuration has to be done by the system administration." => "Den konfigureringen måste göras av systemadministratören.", "Imprint" => "Imprint", "Placement" => "Placering", "Standalone app" => "Fristående app", "Header left" => "Sidhuvud vänster", "Header right" => "Sidhuvud höger", "Navigation top" => "Navigering uppe", "Navigation bottom" => "Navigering nere", "During login" => "Under inloggning", "Content" => "Innehåll", "You can use html markup (e.g. <br> for a linebreak) and inline style attributes (e.g. <a style=\"color:red;\">)." => "Du kan använda HTML-kod (t.ex. <br> för en radbrytning) och stil-attribut (t.ex. <a style=\"color:red;\">)." ); |