aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LocalFilesEditor/language/da_DK/plugin.lang.php
blob: 198fd1ce56900d1efb3d9e772db1757c8c36b076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery                                    |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2014 Piwigo Team                  http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify  |
// | it under the terms of the GNU General Public License as published by  |
// | the Free Software Foundation                                          |
// |                                                                       |
// | This program is distributed in the hope that it will be useful, but   |
// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
// | General Public License for more details.                              |
// |                                                                       |
// | You should have received a copy of the GNU General Public License     |
// | along with this program; if not, write to the Free Software           |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA.                                                                  |
// +-----------------------------------------------------------------------+
$lang['locfiledit_bak_loaded1'] = 'Fil med sikkerhedskopi indlæst.';
$lang['locfiledit_bak_loaded2'] = 'Du skal gemme filen for at gendanne den.';
$lang['locfiledit_cant_save'] = 'Den aktuelle fil er ikke skrivbar. Undersøg om mappen "local/" er skrivbar (chmod).';
$lang['locfiledit_choose_file'] = 'Vælg den fil, der skal redigeres';
$lang['locfiledit_edit'] = 'Rediger';
$lang['locfiledit_new_tpl'] = 'Opret ny fil';
$lang['locfiledit_newfile'] = 'Filen findes ikke og vil blive oprettet af LocalFiles Editor';
$lang['locfiledit_onglet_css'] = 'CSS';
$lang['locfiledit_onglet_lang'] = 'Sprog';
$lang['locfiledit_onglet_localconf'] = 'Lokal opsætning';
$lang['locfiledit_onglet_plug'] = 'Personlig Plugin';
$lang['locfiledit_onglet_tpl'] = 'Skabeloner';
$lang['locfiledit_restore_confirm'] = 'Bekræft venligst?
Gendan vil ikke træde i kraft før næste gem.';
$lang['locfiledit_restore'] = 'Genopret fil med sikkerhedskopi';
$lang['locfiledit_save_bak'] = 'Sikkerhedskopi vil blive oprettet når der gemmes.';
$lang['locfiledit_save_config'] = 'Fil skrevet med succes.';
$lang['locfiledit_save_file'] = 'Gem fil';
$lang['locfiledit_saved_bak'] = 'Fil med sikkerhedskopi oprettet (%s)';
$lang['locfiledit_show_default'] = 'Vis referencefil:';
$lang['locfiledit_syntax_error'] = 'Syntaksfejl! Filen kan ikke gemmes.';
$lang['locfiledit_empty_filename'] = 'Du skal skrive et filnavn.';
$lang['locfiledit_empty_page'] = 'Tom side';
$lang['locfiledit_file_already_exists'] = 'Filen findes allerede.';
$lang['locfiledit_filename_error'] = 'Forbudt tegn i filnavn.';
$lang['locfiledit_model_error'] = 'Du skal vælge en model.';
$lang['locfiledit_model'] = 'Model';
$lang['locfiledit_new_filename'] = 'Filnavn';
$lang['locfiledit_parent_directory'] = 'Overordnet mappe';
$lang['locfiledit_webmaster_only'] = 'Kun webmastere kan oprette eller ændre lokale filer.';
?>