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

38 lines
1.6 KiB
PHP
Raw Normal View History

2014-10-27 21:18:24 +01:00
<?php
$TRANSLATIONS = array(
2013-03-07 00:14:22 +01:00
"No file provided for import" => "Ingen fil försedd för import",
2012-11-04 00:03:02 +01:00
"Unsupported file type for import" => "Filtypen stöds ej för import",
2012-07-30 02:05:41 +02:00
"Bookmarks" => "Bokmärken",
2012-10-11 02:10:53 +02:00
"Tags" => "Taggar",
2012-11-13 00:05:35 +01:00
"Filter by tag" => "Filtrera på etikett",
2012-10-13 02:11:52 +02:00
"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",
2013-03-07 00:14:22 +01:00
"Import error" => "Importfel",
2012-11-04 00:03:02 +01:00
"Import completed successfully." => "Import slutförd.",
"Uploading..." => "Laddar upp...",
2012-09-12 02:04:03 +02:00
"Bookm." => "Bokm.",
2012-10-13 02:11:52 +02:00
"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",
2012-11-01 00:03:46 +01:00
"Delete" => "Radera",
2012-11-08 00:03:47 +01:00
"Edit" => "Redigera",
2012-11-01 00:03:46 +01:00
"Cancel" => "Avbryt",
2012-11-08 00:03:47 +01:00
"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:",
2013-11-26 10:11:55 +01:00
"Add to ownCloud" => "Lägg till på ownCloud",
2012-07-30 02:05:41 +02:00
"Address" => "Adress",
2012-11-09 00:03:56 +01:00
"Add" => "Lägg till",
2012-10-13 02:11:52 +02:00
"Related Tags" => "Relaterade taggar",
2012-11-02 00:03:14 +01:00
"Settings" => "Inställningar",
2012-07-30 02:05:41 +02:00
"You have no bookmarks" => "Du har inga bokmärken",
2012-11-13 00:05:35 +01:00
"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",
2012-11-04 00:03:02 +01:00
"Export" => "Exportera",
"Import" => "Importera"
2012-07-30 02:05:41 +02:00
);
2014-10-27 21:18:24 +01:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";