sv.php
481 Bytes
<?php $TRANSLATIONS = array(
"Save" => "Spara",
"Search" => "Sök",
"Close" => "Stäng",
"Next" => "Nästa",
"Clear" => "Rensa",
"Saving..." => "Sparar...",
"Failed to save file" => "Det gick inte att spara filen",
"An error occurred!" => "Ett fel uppstod!",
"There are unsaved changes in the text editor" => "Det finns osparade ändringar i texteditorn",
"There were unsaved changes, click here to go back" => "Det finns osparade ändringar, klicka här för att gå tillbaka"
);