source: extensions/File_Uploader/language/nb_NO/plugin.lang.php @ 30327

Last change on this file since 30327 was 30327, checked in by TranslationTeam, 9 years ago

[file_uploader] Update nb_NO, thanks to : paulen

  • Property svn:executable set to *
File size: 6.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['file_uploader_pdf2tab_hint_text'] = 'Skriv inn et filnavn';
24$lang['file_uploader_pdf2tab_supported_extensions_description'] = 'Skriv inn filnavnet og programtillegget vil åpne i en nye fane eller laste ned. Filnavnet består av små bokstaver.';
25$lang['file_uploader_pdf2tab_tooltip'] = 'Åpne filen i en ny fane';
26$lang['file_uploader_upload_max_filesize'] = 'Din server er innstilt til maksimal filstørrelse av';
27$lang['Open files in a new tab'] = 'Åpne filer i en ny fane';
28$lang['Overwrite files without notice'] = 'Overskrive filer uten varsel';
29$lang['Piwigo is a free software (opensource software), you can use it for free and this is not going to change. Donations are collected by the Piwigo Foundation (non profit organization) to cover project fees.'] = 'Piwigo er en gratis programvare (opensource programvare), du kan bruke det gratis, og dette kommer ikke til å forandre seg. Donasjoner er samlet inn av Piwigo Foundation (non profit organisasjon) for å dekke prosjektkostnader.';
30$lang['Properties'] = 'Egenskaper';
31$lang['Specify a file to upload'] = 'Angi en fil som skal lastes opp';
32$lang['Specify a thumbnail for your file'] = 'Angi et miniatyrbilde for filen';
33$lang['The Configuration tab allows you to customize the plugin in two ways:'] = 'Kategorien konfigurasjon lar deg tilpasse programtillegget på to måter:';
34$lang['The Upload tab allows you to upload "non picture" files to your gallerie. Fill in the form to upload and synchronize your file.'] = 'Opplastings fanen lar deg laste opp " ikke bilde" filer til galleriet. Fyll ut skjemaet for å laste opp og synkronisere filene.';
35$lang['The thumbnail must be a picture'] = 'Miniatyrbildet må være et bilde';
36$lang['There have been errors. See below'] = 'Det har oppstått en feil. Se nedenfor';
37$lang['Thumbnail to upload:'] = 'Miniatyrbilde som skal lastes opp';
38$lang['Title:'] = 'Tittel:';
39$lang['Type of file not supported'] = 'Filtypen støttes ikke';
40$lang['Unable to create folder '] = 'Kan ikke opprette mappe ';
41$lang['Upload'] = 'Opplasting';
42$lang['Upload error'] = 'Opplastings feil';
43$lang['You can use a personnal image or convert your file to an image using a desktop program or a web service such as'] = 'Du kan bruke et personelig bilde eller konvertere filen din til et bilde ved hjelp av et desktop program eller en web-tjeneste som';
44$lang['You can use this plugin with the plugin <a href="http://fr.piwigo.org/ext/extension_view.php?eid=654">Media Icon</a> to add an icon to your "non picture" files.'] = 'Du kan bruke dette programtillegget med dette programtillegget <a href="http://fr.piwigo.org/ext/extension_view.php?eid=654">Media Icon</a> å legge til et ikon til "ikke bilde" filer.';
45$lang['create a new album'] = 'opprette et nytt album';
46$lang['file_uploader_error_already_exist'] = 'Fil med samme navn finnes allerede. Du bør endre navnet på denne filen. Hvis du ønsker å overskrive filen, klikk fanen konfigurasjon for å endre konfigurasjonen.';
47$lang['... or '] = '...eller';
48$lang[': Check to open files in a new tab or download them depending on the extension.'] = ': Sjekk for å åpne filer i en ny fane eller laste dem ned, avhengig av filtypen.';
49$lang[': Check to overwrite files during upload if a file with the same name already exists.'] = ': Sjekk for å overskrive filer under opplasting hvis en fil med det samme navnet finnes allerede.';
50$lang['Album:'] = 'Album:';
51$lang['Can\'t upload file to galleries directory'] = 'Kan ikke laste opp filen til galleri katalogen';
52$lang['Choose a file'] = 'Velg en fil';
53$lang['Choose a thumbnail'] = 'Velg et miniatyrbilde';
54$lang['Configuration'] = 'Konfigurasjon';
55$lang['Donate'] = 'Donere';
56$lang['Failed to write file to disk'] = 'Klarte ikke å skrive filen til disk';
57$lang['File Uploader Plugin'] = 'Programtillegget fil opplaster';
58$lang['File exceeds the upload_max_filesize directive in php.ini'] = 'Fila er større enn upload_max_filesize direktivet i php.ini';
59$lang['File to upload:'] = 'Fil som skal lastes opp:';
60$lang['File upload stopped by extension'] = 'Filopplasting stoppet av utvidelse';
61$lang['File uploaded and synchronized'] = 'Fil lastet opp og synkronisert';
62$lang['File was only partially uploaded'] = 'Filen ble kun delvis opplastet';
63$lang['Help'] = 'Hjelp';
64$lang['Invalid file name'] = 'Ugyldig filnavn';
65$lang['Missing a temporary folder'] = 'Mangler en midlertidig mappe';
66$lang['No file to upload'] = 'Ingen fil som skal lastes opp';
Note: See TracBrowser for help on using the repository browser.