nextcloud/apps/files_sharing/l10n/nb_NO.php

34 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"Shared with you" => "Delt med deg",
"Shared with others" => "Delt med andre",
"Shared by link" => "Delt med lenke",
"No files have been shared with you yet." => "Ingen filer er delt med deg ennå.",
"You haven't shared any files yet." => "Du har ikke delt noen filer ennå.",
"You haven't shared any files by link yet." => "Du har ikke delt noen filer med lenke ennå.",
"Could not load template" => "Klarte ikke å laste mal",
"Saved" => "Lagret",
"Reset" => "Nullstill",
"Shared by {owner}" => "Delt av {owner}",
"Shared by" => "Delt av",
"This share is password-protected" => "Denne delingen er passordbeskyttet",
"The password is wrong. Try again." => "Passordet er feil. Prøv på nytt.",
"Password" => "Passord",
"Name" => "Navn",
"Share time" => "Delingstidspunkt",
"Sorry, this link doesnt seem to work anymore." => "Beklager, denne lenken ser ikke ut til å virke lenger.",
"Reasons might be:" => "Mulige årsaker:",
"the item was removed" => "elementet er fjernet",
"the link expired" => "lenken er utløpt",
"sharing is disabled" => "deling er deaktivert",
"For more info, please ask the person who sent this link." => "For mer informasjon, spør personen som sendte lenken.",
"Download" => "Last ned",
"Download %s" => "Last ned %s",
"Direct link" => "Direkte lenke",
"Mail templates" => "Epost-maler",
"Theme" => "Tema",
"Template" => "Mal",
"Save" => "Lagre"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";