summaryrefslogtreecommitdiffstats
path: root/apps/admin_dependencies_chk
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-08-26 01:20:16 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-08-26 01:20:16 +0200
commitbae07faa3469ff1dcd16c2071946e6a3e7a8b4c2 (patch)
tree76508af8c23114611735284578bc32fc37b1f2e2 /apps/admin_dependencies_chk
parentc490e10bc658730e98c0e05183dfec451d33d793 (diff)
downloadnextcloud-server-bae07faa3469ff1dcd16c2071946e6a3e7a8b4c2.tar.gz
nextcloud-server-bae07faa3469ff1dcd16c2071946e6a3e7a8b4c2.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_dependencies_chk')
-rw-r--r--apps/admin_dependencies_chk/l10n/nb_NO.php14
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:"
+);