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

34 lines
1.4 KiB
PHP
Raw Normal View History

2014-10-27 21:18:24 +01:00
<?php
$TRANSLATIONS = array(
2014-11-27 08:10:23 +01:00
"Bookmarks" => "Bokmerkje",
"Bookm." => "Bokm.",
2013-05-17 02:10:59 +02:00
"No file provided for import" => "Inga fil gjeve for importering",
2013-05-12 02:12:37 +02:00
"Unsupported file type for import" => "Ustøtta filtype for importering",
2014-11-28 08:10:17 +01:00
"Error" => "Feil",
2013-05-12 02:12:37 +02:00
"Filter by tag" => "Filtrer etter emneord",
"Warning" => "Åtvaring",
2014-11-27 08:10:23 +01:00
"Tags" => "Emneord",
"Are you sure you want to remove this tag from every entry?" => "Er du sikker på at du vil fjerna dette emneordet frå alle oppføringane?",
2013-05-12 02:12:37 +02:00
"Import error" => "Feil ved importering",
"Import completed successfully." => "Importering fullførte utan feil.",
"Uploading..." => "Lastar opp …",
"Add a bookmark" => "Legg til eit bokmerkje",
"The title of the page" => "Tittelen på sida",
"The address of the page" => "Adressa til sida",
"Description of the page" => "Skildring av sida",
"Save" => "Lagra",
2012-11-02 00:03:14 +01:00
"Delete" => "Slett",
2012-11-08 00:03:47 +01:00
"Edit" => "Endra",
2013-05-12 02:12:37 +02:00
"Cancel" => "Avbryt",
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Dra denne knappen til bokmerkjelinja i nettlesaren din og klikk han når du vil laga eit bokmerkje raskt:",
2014-08-28 08:10:29 +02:00
"Add to ownCloud" => "Legg til i ownCloud",
2012-11-02 00:03:14 +01:00
"Address" => "Adresse",
2012-11-09 00:03:56 +01:00
"Add" => "Legg til",
2013-05-12 02:12:37 +02:00
"You have no bookmarks" => "Du har inga bokmerkje",
"Bookmarklet" => "Bokmerkjeknapp",
"Export & Import" => "Eksporter/importer",
2012-11-04 00:03:02 +01:00
"Export" => "Eksporter",
"Import" => "Importer"
2012-11-02 00:03:14 +01:00
);
2014-10-27 21:18:24 +01:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";