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

34 lines
1.4 KiB
PHP

<?php
$TRANSLATIONS = array(
"Bookmarks" => "Bokmerkje",
"Bookm." => "Bokm.",
"No file provided for import" => "Inga fil gjeve for importering",
"Unsupported file type for import" => "Ustøtta filtype for importering",
"Error" => "Feil",
"Filter by tag" => "Filtrer etter emneord",
"Warning" => "Åtvaring",
"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?",
"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",
"Delete" => "Slett",
"Edit" => "Endra",
"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:",
"Add to ownCloud" => "Legg til i ownCloud",
"Address" => "Adresse",
"Add" => "Legg til",
"You have no bookmarks" => "Du har inga bokmerkje",
"Bookmarklet" => "Bokmerkjeknapp",
"Export & Import" => "Eksporter/importer",
"Export" => "Eksporter",
"Import" => "Importer"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";