26 lines
1.1 KiB
PHP
26 lines
1.1 KiB
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Help" => "Hjelp",
|
|
"Personal" => "Personleg",
|
|
"Settings" => "Innstillingar",
|
|
"Users" => "Brukarar",
|
|
"Admin" => "Administrer",
|
|
"web services under your control" => "Vev tjenester under din kontroll",
|
|
"Authentication error" => "Feil i autentisering",
|
|
"Files" => "Filer",
|
|
"Text" => "Tekst",
|
|
"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Tenaren din er ikkje enno rett innstilt til å tilby filsynkronisering sidan WebDAV-grensesnittet ser ut til å vera øydelagt.",
|
|
"Please double check the <a href='%s'>installation guides</a>." => "Ver vennleg og dobbeltsjekk <a href='%s'>installasjonsrettleiinga</a>.",
|
|
"seconds ago" => "sekund sidan",
|
|
"_%n minute ago_::_%n minutes ago_" => array("",""),
|
|
"_%n hour ago_::_%n hours ago_" => array("",""),
|
|
"today" => "i dag",
|
|
"yesterday" => "i går",
|
|
"_%n day go_::_%n days ago_" => array("",""),
|
|
"last month" => "førre månad",
|
|
"_%n month ago_::_%n months ago_" => array("",""),
|
|
"last year" => "i fjor",
|
|
"years ago" => "år sidan"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|