Blame view

sources/apps/user_ldap/l10n/nn_NO.php 439 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
5
6
7
8
9
10
11
12
  <?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",
6d9380f96   Cédric Dupont   Update sources OC...
13
14
  "Continue" => "Gå vidare",
  "Advanced" => "Avansert"
03e52840d   Kload   Init
15
  );
31b7f2792   Kload   Upgrade to ownclo...
16
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";