1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-31 01:52:11 +01:00

10 lines
448 B
PHP
Raw Normal View History

2012-08-24 02:07:18 +02:00
<?php $TRANSLATIONS = array(
"Bookmarks" => "Bokmerker",
2012-10-11 02:10:53 +02:00
"Tags" => "Etikett",
2012-08-24 02:07:18 +02:00
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Dra denne over din nettlesers bokmerker og klikk den, hvis du ønsker å hurtig legge til bokmerke for en nettside",
"Read later" => "Les senere",
"Address" => "Adresse",
2012-08-26 01:20:16 +02:00
"You have no bookmarks" => "Du har ingen bokmerker",
"Bookmarklet <br />" => "Bokmerke <br />"
2012-08-24 02:07:18 +02:00
);