1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/sv.php
2013-11-21 21:16:15 -05:00

35 lines
1.5 KiB
PHP

<?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:",
"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"
);