diff options
Diffstat (limited to 'apps/admin_dependencies_chk/l10n/nb_NO.php')
-rw-r--r-- | apps/admin_dependencies_chk/l10n/nb_NO.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/admin_dependencies_chk/l10n/nb_NO.php b/apps/admin_dependencies_chk/l10n/nb_NO.php new file mode 100644 index 00000000000..98fcf4fe2a5 --- /dev/null +++ b/apps/admin_dependencies_chk/l10n/nb_NO.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"The php-json module is needed by the many applications for inter communications" => "Modulen php-jason blir benyttet til inter kommunikasjon", +"The php-curl modude is needed to fetch the page title when adding a bookmarks" => "Modulen php-curl blir brukt til å hente sidetittelen når bokmerke blir lagt til", +"The php-gd module is needed to create thumbnails of your images" => "Modulen php-gd blir benyttet til å lage miniatyr av bildene dine", +"The php-ldap module is needed connect to your ldap server" => "Modulen php-ldap benyttes for å koble til din ldapserver", +"The php-zip module is needed download multiple files at once" => "Modulen php-zup benyttes til å laste ned flere filer på en gang.", +"The php-mb_multibyte module is needed to manage correctly the encoding." => "Modulen php-mb_multibyte benyttes til å håndtere korrekt tegnkoding.", +"The php-ctype module is needed validate data." => "Modulen php-ctype benyttes til å validere data.", +"The php-xml module is needed to share files with webdav." => "Modulen php-xml benyttes til å dele filer med webdav", +"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "Direktivet allow_url_fopen i php.ini bør settes til 1 for å kunne hente kunnskapsbasen fra OCS-servere", +"The php-pdo module is needed to store owncloud data into a database." => "Modulen php-pdo benyttes til å lagre ownCloud data i en database.", +"Dependencies status" => "Avhengighetsstatus", +"Used by :" => "Benyttes av:" +); |