source: extensions/Ldap_Login/language/da_DK/plugin.lang.php @ 27142

Last change on this file since 27142 was 27142, checked in by TranslationTeam, 10 years ago

[ldap_login] Update da_DK, thanks to : pointman

File size: 2.8 KB
Line 
1<?php
2/*
3Plugin Name: Ldap_Login
4Version: 1.0.1
5Description: Permet de se logger via une authentification ldap
6Plugin URI: http://www.22decembre.eu
7Author: 22decembre
8Author URI:http://www.22decembre.eu
9___________________________________
10
11Language Name: Dansk [DK]
12*/
13$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Ldab bruger kan bruge ldap adgangskode overalt, de har brug.';
14$lang['New users when ldap auth is successfull'] = 'Nye bruger i tilfælde af en vellykket ldap';
15$lang['Ldap_Login Plugin'] = 'Ldap_Login Plugin';
16$lang['Ldap_Login configuration'] = 'Ldap_Login konfiguration';
17$lang['Warning: LDAP Extension missing.'] = 'Php-ldap udvidelse mangler.';
18
19// ldap server connection
20
21$lang['Ldap server host connection'] = 'Ldap server forbindelse';
22$lang['If empty, standard protocol ports will be used by the software.'] = 'Hvis dette felt er tomt, standart protokol ip-port vil blev brugt.';
23$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Hvis dette felterne er tomt, localhost og standart ip-port vil blev brugt.';
24$lang['Ldap server host'] = 'LDAP server adresse';
25$lang['Secure connexion'] = 'ssl forbindelse (ldaps)';
26$lang['Ldap port'] = 'Ip-port hvor LDAP lytter';
27
28// ldap attributes
29
30$lang['Ldap attributes'] = 'Attributer ldap';
31$lang['Base DN'] = 'Base DN hvor er brugerne (f.eks : ou=people,dc=example,dc=com)';
32$lang['Attribute corresponding to the user name'] = 'Attribut der svarer til brugernavnet.';
33
34// ldap connection credentials
35$lang['Ldap connection credentials'] = 'Ldap forbindelse DN og adgangskode';
36$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Lade felterne tomt hvid LDAP acceptere anonym forbindelser.';
37$lang['Bind DN, field in full ldap style'] = 'Bind DN med den ldap stil (f.eks : cn=admin,dc=example,dc=com).';
38$lang['Bind password'] = 'Adgangskode';
39
40// test and save
41
42$lang['Username'] = 'Din LDAP brugernavn.';
43$lang['Your password'] = 'Din LDAP adgangskode.';
44$lang['Ldap_Login Test'] = 'Ldap_Login Test';
45$lang['You must save the settings with the Save button just up there before testing here.'] = 'Du skal gemme indstillingerne med knappen Gem lige deroppe før testning her';
46$lang['Save'] = 'Gem';
47$lang['Test Settings'] = 'Test instillingerne.';
48
49// new piwigo users
50
51$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Vil du send beskeder til nye bruger, ligesom tilfældige brugere modtager?';
52$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Ønsker du at oprette nye brugere, når Ldap forbindelse er en succes?';
53$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Vil du send beskeder til administratorer da vi oprette nye bruger ?';
54
55$lang['Ldap filter :'] = 'Ldap filter:';
56?>
Note: See TracBrowser for help on using the repository browser.