Blame view

sources/apps/files_texteditor/l10n/sv.php 481 Bytes
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
9
10
11
12
  <?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"
  );