nn_NO.php 1.72 KB
<?php
$TRANSLATIONS = array(
"The php-json module is needed by the many applications for inter communications" => "Mange av applikasjonane treng modulen php-json for datautveksling.",
"The php-curl module is needed to fetch the page title when adding a bookmark" => "Du treng modulen php-curl for å henta sidetittelen når du legg til eit bokmerkje.",
"The php-gd module is needed to create thumbnails of your images" => "Du treng modulen php-gd for å laga miniatyrar av bileta dine.",
"The php-ldap module is needed connect to your ldap server" => "Du treng modulen php-ldap for å kopla til ein LDAP-tenar.",
"The php-zip module is needed download multiple files at once" => "Du treng modulen php-zip for å lasta ned fleire filer på éin gong.",
"The php-mb_multibyte module is needed to manage correctly the encoding." => "Du treng modulen php-mb_multibyte for å handtera teiknkoding korrekt.",
"The php-ctype module is needed validate data." => "Du treng modulen php-ctype for å validera data.",
"The php-xml module is needed to share files with webdav." => "Du treng modulen php-xml for å dela filer over webdav.",
"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "Du må la innstillinga allow_url_fopen i php.ini vera 1 for å henta kunnskapsbasen frå OCS-tenarar.",
"The php-pdo module is needed to store owncloud data into a database." => "Du treng modulen php-pdo for å lagra owncloud-data i ein database.",
"The iconv module is needed to convert data into the correct charset." => "Du treng modulen iconv for å konvertera data til rett teiknkoding.",
"Dependencies status" => "Avhengnadsstatus",
"Used by :" => "Nytta av:"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";