nextcloud/apps/files_sharing/l10n/nb_NO.php

17 lines
783 B
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 by {owner}" => "Delt av {owner}",
"This share is password-protected" => "Denne delingen er passordbeskyttet",
"The password is wrong. Try again." => "Passordet er feil. Prøv på nytt.",
"Password" => "Passord",
"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.",
"shared by %s" => "delt av %s",
"Direct link" => "Direkte lenke"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";