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

nn_NO.php « l10n « user_ldap « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f8152a4c9336b4814cb5669eb34de9250d5e864d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$TRANSLATIONS = array(
"Deletion failed" => "Feil ved sletting",
"Error" => "Feil",
"Select groups" => "Vel grupper",
"_%s group found_::_%s groups found_" => array("",""),
"_%s user found_::_%s users found_" => array("",""),
"Save" => "Lagra",
"Help" => "Hjelp",
"Host" => "Tenar",
"Password" => "Passord",
"Back" => "Tilbake",
"Continue" => "Gå vidare",
"Advanced" => "Avansert"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";