Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nn_NO.php « l10n « files_encryption « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 042104c5fb5b66a33765183d9413b024ca7fff1f (plain)
1
2
3
4
5
6
<?php
$TRANSLATIONS = array(
"Unknown error" => "Ukjend feil",
"Encryption" => "Kryptering"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";