Blame view

sources/apps/bookmarks/l10n/sv.php 1.5 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
  <?php $TRANSLATIONS = array(
  "No file provided for import" => "Ingen fil försedd för import",
  "Unsupported file type for import" => "Filtypen stöds ej för import",
  "Bookmarks" => "Bokmärken",
  "Tags" => "Taggar",
  "Filter by tag" => "Filtrera på etikett",
  "Edit bookmark" => "Redigera bokmärke",
  "Are you sure you want to remove this tag from every entry?" => "Är du säker på att du vill ta bort denna tagg från varje post?",
  "Warning" => "Varning",
  "Import error" => "Importfel",
  "Import completed successfully." => "Import slutförd.",
  "Uploading..." => "Laddar upp...",
  "Bookm." => "Bokm.",
  "Add a bookmark" => "Lägg till ett bokmärke",
  "Close" => "Stäng",
  "The title of the page" => "Titel på sidan",
  "The address of the page" => "Adress till sidan",
  "Description of the page" => "Beskrivning av sidan",
  "Save" => "Spara",
  "Delete" => "Radera",
  "Edit" => "Redigera",
  "Cancel" => "Avbryt",
  "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Dra till din webbläsares bokmärken och klicka på det när du vill bokmärka en webbsida snabbt:",
  "Read later" => "Läs senare",
  "Address" => "Adress",
  "Add" => "Lägg till",
  "Related Tags" => "Relaterade taggar",
  "Settings" => "Inställningar",
  "You have no bookmarks" => "Du har inga bokmärken",
  "You can also try to import a bookmark file" => "Du kan också försöka att importera en bokmärkesfil",
  "Bookmarklet" => "Bokmärke",
  "Export & Import" => "Export & Import",
  "Export" => "Exportera",
  "Import" => "Importera"
  );