Blame view

sources/apps/files_sharing/l10n/da.php 1.25 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
3
4
5
6
7
8
  "Shared with you" => "Delt med dig",
  "Shared with others" => "Delt med andre",
  "Shared by link" => "Delt via link",
  "No files have been shared with you yet." => "Endnu er ingen filer delt med dig.",
  "You haven't shared any files yet." => "Du har ikke delt nogen filer endnu.",
  "You haven't shared any files by link yet." => "Du har ikke delt nogen filer endnu.",
03e52840d   Kload   Init
9
  "Password" => "Kodeord",
6d9380f96   Cédric Dupont   Update sources OC...
10
11
12
13
14
15
  "Shared by {owner}" => "Delt af {owner}",
  "Shared by" => "Delt af",
  "This share is password-protected" => "Delingen er beskyttet af kodeord",
  "The password is wrong. Try again." => "Kodeordet er forkert. Prøv igen.",
  "Name" => "Navn",
  "Share time" => "Dele periode",
31b7f2792   Kload   Upgrade to ownclo...
16
17
18
19
20
21
  "Sorry, this link doesn’t seem to work anymore." => "Desværre, dette link ser ikke ud til at fungerer længere.",
  "Reasons might be:" => "Årsagen kan være:",
  "the item was removed" => "Filen blev fjernet",
  "the link expired" => "linket udløb",
  "sharing is disabled" => "deling er deaktiveret",
  "For more info, please ask the person who sent this link." => "For yderligere information, kontakt venligst personen der sendte linket. ",
6d9380f96   Cédric Dupont   Update sources OC...
22
  "Save" => "Gem",
03e52840d   Kload   Init
23
  "Download" => "Download",
6d9380f96   Cédric Dupont   Update sources OC...
24
25
  "Download %s" => "Download %s",
  "Direct link" => "Direkte link"
03e52840d   Kload   Init
26
  );
31b7f2792   Kload   Upgrade to ownclo...
27
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";