source: extensions/ContactForm/language/da_DK/plugin.lang.php @ 15562

Last change on this file since 15562 was 15420, checked in by TranslationTeam, 12 years ago

[contactform] Update da_DK, thanks to : thomas1956

  • Property svn:executable set to *
File size: 4.2 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['Text after the contact form'] = 'Tekst efter kontakt formular';
24$lang['Text before the contact form'] = 'Tekst før kontakt formular';
25$lang['cf_active'] = 'Aktiv e-mail adresse';
26$lang['cf_config_desc'] = 'Grundindstillinger for plugin';
27$lang['cf_config_saved_with_errors'] = 'Indstillinger gemt, men med fejl';
28$lang['cf_config_saved'] = 'Indstillinger gemt';
29$lang['cf_config'] = 'Indstillinger';
30$lang['cf_delay_not_integer'] = 'Forsinkelse skal angives som et heltal';
31$lang['cf_emails_desc'] = 'Administration af modtager e-mails';
32$lang['cf_emails'] = 'E-mails';
33$lang['cf_error_sending_mail'] = 'Fejl ved afsendelse af e-mail';
34$lang['cf_form_error'] = 'Fejl i data';
35$lang['cf_from_mail'] = 'Din e-mail';
36$lang['cf_from_name_error'] = 'Angiv et navn';
37$lang['cf_from_name'] = 'Dit navn';
38$lang['cf_guest_allowed'] = 'Tillad gæster at se formular';
39$lang['cf_hide'] = 'Skjul';
40$lang['cf_label_config'] = 'Generelle indstillinger';
41$lang['cf_label_mail'] = 'Indstillinger for e-mail';
42$lang['cf_length_not_integer'] = 'Størrelse skal angives som et heltal';
43$lang['cf_link_error'] = 'Variabel kan ikke indeholde mellemrum';
44$lang['cf_mail_format_error'] = 'E-mail adresse skal angives som xxx@yyy.zz (fx jens@jensen.dk)';
45$lang['cf_mail_prefix'] = 'Præfix for emnefeltet i den sendte e-mail';
46$lang['cf_mandatory_mail'] = 'E-mail adresse er påkrævet';
47$lang['cf_mandatory_name'] = 'Navn er påkrævet';
48$lang['cf_menu_link'] = 'Tilføj link i menu';
49$lang['cf_message_error'] = 'Angiv en beskred';
50$lang['cf_message'] = 'Besked';
51$lang['cf_no_mail'] = 'Ingen e-mail adresse er tilgængelig';
52$lang['cf_no_unlink'] = 'Funktionen "unlink" er ikke tilgængelig';
53$lang['cf_plugin_name'] = 'Kontakt Formular';
54$lang['cf_redirect_delay'] = 'Stop forsinkelse på viderestilling';
55$lang['cf_refresh'] = 'Opdater e-mail adresseliste ';
56$lang['cf_sending_mail_successful'] = 'E-mail sendt';
57$lang['cf_separator_length'] = 'Længde på separatorlinie';
58$lang['cf_separator'] = 'Karakter(er) der anvendes som separatorlinie for e-mails i tekst format';
59$lang['cf_subject_error'] = 'Angiv et emne';
60$lang['cf_subject'] = 'Emne';
61$lang['cf_submit'] = 'Send';
62$lang['cf_tab_config'] = 'Indstillinger';
63$lang['cf_tab_emails'] = 'E-mails';
64$lang['cf_tab_persoform'] = 'Tilføj speciel tekst';
65$lang['cf_unlink_errors'] = 'Fejl ved sletning af fil';
66$lang['cf_validate'] = 'Send';
67$lang['contact_form_debug'] = 'Vis debug information';
68$lang['contact_form_link'] = 'Kontakt webmaster';
69$lang['contact_form_title'] = 'Kontakt formular';
70$lang['contact_form'] = 'Kontakt';
71$lang['contact_redirect_title'] = 'Status for send besked';
72$lang['title_send_mail'] = 'En kommentar på sitet';
73?>
Note: See TracBrowser for help on using the repository browser.