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['You requested to subscribe by email to comments on'] = 'Du har bedt om at blive tilmeldt mailkommentarer til'; |
---|
24 | $lang['%s has subscribed to comments on'] = '%s er tilmeldt kommentarer til'; |
---|
25 | $lang['New comment on'] = 'Ny kommentar til'; |
---|
26 | $lang['New subscription on'] = 'Ny tilmelding til'; |
---|
27 | $lang['Subscribe to comments on'] = 'Tilmeld til kommentarer til'; |
---|
28 | $lang['the picture <a href="%s">%s</a>'] = 'billedet <a href="%s">%s</a>'; |
---|
29 | $lang['this album'] = 'dette album'; |
---|
30 | $lang['this picture'] = 'dette billede'; |
---|
31 | $lang['Subscriptions of'] = 'Tilmeldinger til'; |
---|
32 | $lang['Successfully unsubscribed your email address from receiving notifications.'] = 'Din e-mail-adresse er frameldt modtagelse af notifikationer.'; |
---|
33 | $lang['To activate, click the confirm button. If you believe this is an error, please just ignore this message.'] = 'For at aktiver skal du klikke på bekræft-knappen. Hvis du mener, at dette er en fejl, så vær venlig at ignorere denne mail.'; |
---|
34 | $lang['Unsubscribe'] = 'Frameld'; |
---|
35 | $lang['Unsubscribe from all email notifications'] = 'Frameld alle e-mail-notifikationer'; |
---|
36 | $lang['Validate'] = 'Godkend'; |
---|
37 | $lang['Want to edit your notifications options?'] = 'Ønsker du at redigere dine notifikationsvalgmuligheder?'; |
---|
38 | $lang['You are currently subscribed to comments on'] = 'Du er i øjeblikket tilmeldt kommentarer til'; |
---|
39 | $lang['You are not subscribed to any comment.'] = 'Du er ikke tilmeldt nogen kommentarer.'; |
---|
40 | $lang['You have been added to the list of subscribers.'] = 'Du er blevet føjet til listen over tilmeldte.'; |
---|
41 | $lang['Your subscribtion has been validated, thanks you.'] = 'Tak, din tilmelding er godkendt.'; |
---|
42 | $lang['all albums of the gallery'] = 'alle albummer i galleriet'; |
---|
43 | $lang['all pictures of the album <a href="%s">%s</a>'] = 'alle billeder i albummet <a href="%s">%s</a>'; |
---|
44 | $lang['all pictures of the gallery'] = 'alle billeder i galleriet'; |
---|
45 | $lang['all pictures of this album'] = 'alle billeder i dette album'; |
---|
46 | $lang['comments on a picture'] = 'kommentarer til et billede'; |
---|
47 | $lang['comments on all pictures of an album'] = 'kommentarer til alle billeder i et album'; |
---|
48 | $lang['comments on an album'] = 'kommentarer til et album'; |
---|
49 | $lang['the album <a href="%s">%s</a>'] = 'albummet <a href="%s">%s</a>'; |
---|
50 | $lang['Allow users to subscribe to global notifications'] = 'Giver brugere mulighed for at tilmelde sig globale notifikationer'; |
---|
51 | $lang['Already validated.'] = 'Allerede godkendt.'; |
---|
52 | $lang['Comments notifications'] = 'Kommentarnotifikationer'; |
---|
53 | $lang['Confirm subscription'] = 'Bekræft tilmelding'; |
---|
54 | $lang['Confirm your subscribtion to comments'] = 'Bekræft din tilmelding til kommentarer'; |
---|
55 | $lang['Followed on'] = 'Fulgt den'; |
---|
56 | $lang['Invalid email adress, your are not subscribed to comments.'] = 'Ugyldig e-mail-adresse, du er ikke tilmeldt kommentarer.'; |
---|
57 | $lang['Manage my subscriptions'] = 'Håndtér mine tilmeldinger'; |
---|
58 | $lang['Not found.'] = 'Ikke fundet.'; |
---|
59 | $lang['Notify administrators when a user take a new subscription'] = 'Notificer administrator når en bruger tilmelder sig noget nyt'; |
---|
60 | $lang['Notify me of followup comments'] = 'Notificer mig om opfølgende kommentarer'; |
---|
61 | $lang['Please check your email inbox to confirm your subscription.'] = 'Kontroller din mailadresses indbakke for at bekræfte din tilmelding'; |
---|
62 | $lang['Return to item page'] = 'Tilbage til element'; |
---|
63 | $lang['Subject'] = 'Emne'; |
---|
64 | $lang['Subscribe'] = 'Tilmeld'; |
---|
65 | $lang['Subscribe to mail notifications'] = 'Tilmeld til mailnotifikationer'; |
---|
66 | ?> |
---|