blob: 34c70a554d3b89480b264555d8a674cca950f33e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "Delt av {owner}",
"Shared by" => "Delt av",
"The password is wrong. Try again." => "Passordet er gale. Prøv igjen.",
"Password" => "Passord",
"Name" => "Namn",
"Sorry, this link doesn’t seem to work anymore." => "Orsak, denne lenkja fungerer visst ikkje lenger.",
"Reasons might be:" => "Moglege grunnar:",
"the item was removed" => "fila/mappa er fjerna",
"the link expired" => "lenkja har gått ut på dato",
"sharing is disabled" => "deling er slått av",
"For more info, please ask the person who sent this link." => "Spør den som sende deg lenkje om du vil ha meir informasjon.",
"Download" => "Last ned"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|