mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
34 lines
1.3 KiB
PHP
34 lines
1.3 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Bookmarks" => "Bokmärken",
|
|
"Tags" => "Taggar",
|
|
"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",
|
|
"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",
|
|
"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",
|
|
"Edit" => "Redigera",
|
|
"Delete" => "Radera",
|
|
"Cancel" => "Avbryt",
|
|
"Address" => "Adress",
|
|
"Add bookmark" => "Lägg till bokmärke",
|
|
"List" => "Lista",
|
|
"Image" => "Bild",
|
|
"Hide" => "Göm",
|
|
"Show" => "Visa",
|
|
"Related Tags" => "Relaterade taggar",
|
|
"Settings" => "Inställningar",
|
|
"You have no bookmarks" => "Du har inga bokmärken",
|
|
"Bookmarklet <br />" => "Skriptbokmärke <br />",
|
|
"Import bookmarks" => "Importera bokmärken",
|
|
"Import" => "Importera",
|
|
"Export bookmarks" => "Exportera bokmärken",
|
|
"Export" => "Exportera"
|
|
);
|