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

36 lines
1.5 KiB
PHP
Raw Normal View History

2012-09-11 02:07:59 +02:00
<?php $TRANSLATIONS = array(
2014-09-20 08:10:06 +02:00
"No file provided for import" => "Der blev ikke angivet en fil til import",
"Unsupported file type for import" => "Filtypen understøttes ikke for import",
2012-09-11 02:07:59 +02:00
"Bookmarks" => "Bogmærker",
2012-10-11 02:10:53 +02:00
"Tags" => "Mærker",
2014-09-16 08:10:07 +02:00
"Filter by tag" => "Filtrér efter mærke",
"Edit bookmark" => "Redigér bogmærker",
2012-10-13 02:11:52 +02:00
"Are you sure you want to remove this tag from every entry?" => "Er du sikker på at du vil fjerne dette flag fra alle poster?",
"Warning" => "Advarsel",
2013-03-07 00:14:22 +01:00
"Import error" => "Fejl ved import",
2014-09-16 08:10:07 +02:00
"Import completed successfully." => "Importen blev fuldført.",
2012-12-24 00:08:37 +01:00
"Uploading..." => "Uploader...",
2012-09-14 02:04:08 +02:00
"Bookm." => "Bogm.",
2012-10-13 02:11:52 +02:00
"Add a bookmark" => "Tilføj bogmærke",
"Close" => "Luk",
"The title of the page" => "Sidens titel",
"The address of the page" => "Sidens adresse",
"Description of the page" => "Sidens beskrivelse",
"Save" => "Gem",
2012-11-01 00:03:46 +01:00
"Delete" => "Slet",
2014-09-20 08:10:06 +02:00
"Edit" => "Redigér",
2014-09-16 08:10:07 +02:00
"Cancel" => "Annullér",
2014-09-20 08:10:06 +02:00
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Træk denne til dine browserbogmærker og klik på den, når du ønsker at et bogmærke til hjemmesiden hurtigt:",
2013-12-21 08:11:24 +01:00
"Add to ownCloud" => "Tilføj til ownCloud",
2014-09-20 08:10:06 +02:00
"Address" => "Adresse",
2012-11-09 00:03:56 +01:00
"Add" => "Tilføj",
2014-09-16 08:10:07 +02:00
"Related Tags" => "Relaterede mærker",
2012-11-02 00:03:14 +01:00
"Settings" => "Indstillinger",
2012-09-11 02:07:59 +02:00
"You have no bookmarks" => "Du har ingen bogmærker",
2012-12-24 00:08:37 +01:00
"You can also try to import a bookmark file" => "Du kan også prøve at importere en bogmærke-fil",
"Bookmarklet" => "Bookmarklet",
"Export & Import" => "Eksport & import",
2014-09-16 08:10:07 +02:00
"Export" => "Eksportér",
"Import" => "Importér"
2012-09-11 02:07:59 +02:00
);