mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-12-02 06:24:11 +01:00
14 lines
543 B
PHP
14 lines
543 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Bookmarks" => "Bokmärken",
|
|
"unnamed" => "namnlös",
|
|
"Bookm." => "Bokm.",
|
|
"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",
|
|
"Title" => "Titel",
|
|
"Tags" => "Taggar",
|
|
"Save bookmark" => "Spara bokmärke",
|
|
"You have no bookmarks" => "Du har inga bokmärken",
|
|
"Bookmarklet <br />" => "Skriptbokmärke <br />"
|
|
);
|