Blame view

sources/apps/user_ldap/l10n/da.php 2.77 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
  <?php
  $TRANSLATIONS = array(
  "Failed to delete the server configuration" => "Kunne ikke slette server konfigurationen",
  "The configuration is valid and the connection could be established!" => "Konfigurationen er korrekt og forbindelsen kunne etableres!",
03e52840d   Kload   Init
5
  "Deletion failed" => "Fejl ved sletning",
31b7f2792   Kload   Upgrade to ownclo...
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  "Take over settings from recent server configuration?" => "Overtag indstillinger fra nylig server konfiguration? ",
  "Keep settings?" => "Behold indstillinger?",
  "Cannot add server configuration" => "Kan ikke tilføje serverkonfiguration",
  "Success" => "Succes",
  "Error" => "Fejl",
  "Select groups" => "Vælg grupper",
  "Connection test succeeded" => "Forbindelsestest lykkedes",
  "Connection test failed" => "Forbindelsestest mislykkedes",
  "Do you really want to delete the current Server Configuration?" => "Ønsker du virkelig at slette den nuværende Server Konfiguration?",
  "Confirm Deletion" => "Bekræft Sletning",
  "_%s group found_::_%s groups found_" => array("",""),
  "_%s user found_::_%s users found_" => array("",""),
  "Save" => "Gem",
  "Test Configuration" => "Test Konfiguration",
  "Help" => "Hjælp",
  "Add Server Configuration" => "Tilføj Server Konfiguration",
03e52840d   Kload   Init
22
23
  "Host" => "Host",
  "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Du kan udelade protokollen, medmindre du skal bruge SSL. Start i så fald med ldaps://",
31b7f2792   Kload   Upgrade to ownclo...
24
  "Port" => "Port",
03e52840d   Kload   Init
25
26
27
  "User DN" => "Bruger DN",
  "Password" => "Kodeord",
  "For anonymous access, leave DN and Password empty." => "For anonym adgang, skal du lade DN og Adgangskode tomme.",
31b7f2792   Kload   Upgrade to ownclo...
28
29
30
31
32
33
34
35
36
37
38
  "You can specify Base DN for users and groups in the Advanced tab" => "You can specify Base DN for users and groups in the Advanced tab",
  "Back" => "Tilbage",
  "Continue" => "Videre",
  "Connection Settings" => "Forbindelsesindstillinger ",
  "Configuration Active" => "Konfiguration Aktiv",
  "Backup (Replica) Host" => "Backup (Replika) Vært",
  "Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Opgiv en ikke obligatorisk backup server. Denne skal være en replikation af hoved-LDAP/AD serveren.",
  "Backup (Replica) Port" => "Backup (Replika) Port",
  "Disable Main Server" => "Deaktiver Hovedserver",
  "Only connect to the replica server." => "Forbind kun til replika serveren.",
  "Case insensitve LDAP server (Windows)" => "Ikke versalfølsom LDAP server (Windows)",
03e52840d   Kload   Init
39
  "Turn off SSL certificate validation." => "Deaktiver SSL certifikat validering",
31b7f2792   Kload   Upgrade to ownclo...
40
  "Cache Time-To-Live" => "Cache Time-To-Live",
03e52840d   Kload   Init
41
42
43
44
  "User Display Name Field" => "User Display Name Field",
  "Base User Tree" => "Base Bruger Træ",
  "Base Group Tree" => "Base Group Tree",
  "Group-Member association" => "Group-Member association",
31b7f2792   Kload   Upgrade to ownclo...
45
  "Quota Field" => "Kvote Felt",
03e52840d   Kload   Init
46
  "in bytes" => "i bytes",
31b7f2792   Kload   Upgrade to ownclo...
47
48
  "Email Field" => "Email Felt",
  "Internal Username" => "Internt Brugernavn"
03e52840d   Kload   Init
49
  );
31b7f2792   Kload   Upgrade to ownclo...
50
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";