diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-26 01:20:16 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-26 01:20:16 +0200 |
commit | bae07faa3469ff1dcd16c2071946e6a3e7a8b4c2 (patch) | |
tree | 76508af8c23114611735284578bc32fc37b1f2e2 /apps | |
parent | c490e10bc658730e98c0e05183dfec451d33d793 (diff) | |
download | nextcloud-server-bae07faa3469ff1dcd16c2071946e6a3e7a8b4c2.tar.gz nextcloud-server-bae07faa3469ff1dcd16c2071946e6a3e7a8b4c2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/admin_dependencies_chk/l10n/nb_NO.php | 14 | ||||
-rw-r--r-- | apps/bookmarks/l10n/nb_NO.php | 3 | ||||
-rw-r--r-- | apps/files/l10n/nb_NO.php | 11 | ||||
-rw-r--r-- | apps/gallery/l10n/nb_NO.php | 13 |
4 files changed, 31 insertions, 10 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:" +); diff --git a/apps/bookmarks/l10n/nb_NO.php b/apps/bookmarks/l10n/nb_NO.php index 12e63887d24..f0efeaca34d 100644 --- a/apps/bookmarks/l10n/nb_NO.php +++ b/apps/bookmarks/l10n/nb_NO.php @@ -7,5 +7,6 @@ "Title" => "Tittel", "Tags" => "Etikett", "Save bookmark" => "Lagre bokmerke", -"You have no bookmarks" => "Du har ingen bokmerker" +"You have no bookmarks" => "Du har ingen bokmerker", +"Bookmarklet <br />" => "Bokmerke <br />" ); diff --git a/apps/files/l10n/nb_NO.php b/apps/files/l10n/nb_NO.php index f02de12615a..92d0c23bfd2 100644 --- a/apps/files/l10n/nb_NO.php +++ b/apps/files/l10n/nb_NO.php @@ -8,8 +8,19 @@ "Failed to write to disk" => "Klarte ikke å skrive til disk", "Files" => "Filer", "Delete" => "Slett", +"already exists" => "eksisterer allerede", +"replace" => "erstatt", +"cancel" => "avbryt", +"replaced" => "erstattet", +"with" => "med", +"undo" => "angre", +"deleted" => "slettet", "generating ZIP-file, it may take some time." => "opprettet ZIP-fil, dette kan ta litt tid", +"Unable to upload your file as it is a directory or has 0 bytes" => "Kan ikke laste opp filen din siden det er en mappe eller den har 0 bytes", +"Upload Error" => "Opplasting feilet", "Pending" => "Ventende", +"Upload cancelled." => "Opplasting avbrutt.", +"Invalid name, '/' is not allowed." => "Ugyldig navn, '/' er ikke tillatt. ", "Size" => "Størrelse", "Modified" => "Endret", "folder" => "mappe", diff --git a/apps/gallery/l10n/nb_NO.php b/apps/gallery/l10n/nb_NO.php index 93dcb8372da..532062937fd 100644 --- a/apps/gallery/l10n/nb_NO.php +++ b/apps/gallery/l10n/nb_NO.php @@ -1,12 +1,7 @@ <?php $TRANSLATIONS = array( "Pictures" => "Bilder", -"Settings" => "Innstillinger", -"Rescan" => "Les inn på nytt", -"Stop" => "Stopp", -"Share" => "Del", -"Back" => "Tilbake", -"Remove confirmation" => "Fjern bekreftelse", -"Do you want to remove album" => "Ønsker du å slette albumet?", -"Change album name" => "Endre navn på album", -"New album name" => "Nytt navn på album" +"Share gallery" => "Del galleri", +"Error: " => "Feil:", +"Internal error" => "Intern feil", +"Slideshow" => "Lysbildefremvisning" ); |