source: extensions/File_Uploader/language/da_DK/plugin.lang.php @ 19948

Last change on this file since 19948 was 19948, checked in by TranslationTeam, 11 years ago

[file_uploader] Update da_DK, thanks to : pointman

  • Property svn:executable set to *
File size: 6.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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['Choose a thumbnail'] = 'Vælg et miniaturebillede';
24$lang['create a new album'] = 'opret et nyt album';
25$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 anvende denne plugin sammen med plugin\'en <a href="http://fr.piwigo.org/ext/extension_view.php?eid=654">Media Icon</a> til at tilføje ikonen til din mappe med filer, der ikke er billeder.';
26$lang['No file to upload'] = 'Der er ingen fil at uploade';
27$lang['Open files in a new tab'] = 'Åbn filer i et nyt faneblad';
28$lang['file_uploader_pdf2tab_tooltip'] = 'Åbn filen i et nyt faneblad';
29$lang['Overwrite files without notice'] = 'Overskriv filer uden advarsel';
30$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 fri software (open source-software), som du frit kan anvende og vil altid være det. Donationer modtages af Piwigo Foundation (nonprofitnorganisation) med det formål at dække projektomkostninger.';
31$lang['Properties'] = 'Egenskaber';
32$lang['Specify a file to upload'] = 'Angiv fil der skal uploades';
33$lang['Specify a thumbnail for your file'] = 'Angiv miniaturebillede til din fil';
34$lang['The Configuration tab allows you to customize the plugin in two ways:'] = 'Fanebladet Opsætning gør det muligt at skræddersy plugin\'en på to måder:';
35$lang['The Upload tab allows you to upload "non picture" files to your gallerie. Fill in the form to upload and synchronize your file.'] = 'Fanebladet Upload gør det muligt at uploade andre filer end billeder til dit galleri. Udfyld formularen og synkroniser din fil.';
36$lang['The thumbnail must be a picture'] = 'Miniaturebilledet skal være et billede';
37$lang['There have been errors. See below'] = 'Der var fejl. Se nedenfor';
38$lang['Thumbnail to upload:'] = 'Miniaturebillede der skal uploades:';
39$lang['Title:'] = 'Titel:';
40$lang['Type of file not supported'] = 'Filtype er ikke understøttet';
41$lang['Unable to create folder '] = 'Kunne ikke oprette mappe';
42$lang['Upload'] = 'Upload';
43$lang['Upload error'] = 'Fejl ved upload';
44$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 anvende et personligt billede eller konvertere din fil til et billede ved hjælp af et program på din computer eller via en webtjeneste så som';
45$lang['... or '] = '... eller';
46$lang[': Check to overwrite files during upload if a file with the same name already exists.'] = ': Sæt flueben for at overskrive filer ved upload, hvis en fil med det samme navn allerede findes.';
47$lang['Album:'] = 'Album:';
48$lang['Can\'t upload file to galleries directory'] = 'Kan ikke kopiere filen til galleri-mappen';
49$lang['Choose a file'] = 'Vælg en fil';
50$lang['Configuration'] = 'Opsætning';
51$lang['Donate'] = 'Donér';
52$lang['Failed to write file to disk'] = 'Kunne ikke skrive til disken';
53$lang['File Uploader Plugin'] = 'File Uploader Plugin';
54$lang['File exceeds the upload_max_filesize directive in php.ini'] = 'Filen overskrider upload_max_filesize-indstillingen i php.ini';
55$lang['File to upload:'] = 'Fil der skal uploades:';
56$lang['File upload stopped by extension'] = 'Filupload stoppet af udvidelse';
57$lang['File uploaded and synchronized'] = 'Fil uploadet og synkroniseret';
58$lang['File was only partially uploaded'] = 'Filen blev kun delvist uploadet';
59$lang['File with this name already exists. You should rename this file.'] = 'Der findes allerede en fil med dette navn. Du bør omdøbe filen.';
60$lang['Help'] = 'Hjælp';
61$lang['Invalid file name'] = 'Ugyldigt filnavn';
62$lang['Missing a temporary folder'] = 'Mangler en midlertidig mappe';
63$lang[': Check to open files in a new tab or download them depending on the extension.'] = ': Sæt flueben for at åbne filer i et nyt faneblad eller for at downloade dem, afhængigt af udvidelsen.';
64$lang['file_uploader_pdf2tab_hint_text'] = 'Angiv en udvidelse';
65$lang['file_uploader_pdf2tab_supported_extensions_description'] = 'Angiv de udvidelser, som PDF2Tab skal håndtere. Udvidelsernes navne angives uden hensyntagen til små og store bogstaver.';
66$lang['file_uploader_error_already_exist'] = 'En fil med dette navn findes allerede. Du bør ændre filens navn. Hvis du ønsker og overskrive filen, skal du istedet for ændre konfigurationen under konfigurationspunktet.';
67$lang['file_uploader_upload_max_filesize'] = 'Din server har en maximum fil størrelse på ';
68?>
Note: See TracBrowser for help on using the repository browser.