sv.php 217 Bytes
<?php
$TRANSLATIONS = array(
"External Sites" => "Externa webbplatser",
"Name" => "Namn",
"URL" => "URL",
"Remove site" => "Ta bort webbplats",
"Add" => "Lägg till"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";