diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-08-06 18:00:38 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-08-06 18:00:38 +0200 |
commit | c41a86e5cc26dc8ae37ed4b3fddcaa195b1616a4 (patch) | |
tree | 142bec92a18e0452af2967f40741407664c03a67 /plugins/password/localization/da_DK.inc | |
parent | 565c472918e7f9707cd8d7909ad5dbcc5a921fdf (diff) |
Updated translations from launchpad
Diffstat (limited to 'plugins/password/localization/da_DK.inc')
-rw-r--r-- | plugins/password/localization/da_DK.inc | 41 |
1 files changed, 27 insertions, 14 deletions
diff --git a/plugins/password/localization/da_DK.inc b/plugins/password/localization/da_DK.inc index 5d1d0c9cc..8c411265d 100644 --- a/plugins/password/localization/da_DK.inc +++ b/plugins/password/localization/da_DK.inc @@ -1,18 +1,31 @@ <?php -$labels = array(); -$labels['changepasswd'] = 'Skift adgangskode'; -$labels['curpasswd'] = 'Nuværende adgangskode:'; -$labels['newpasswd'] = 'Ny adgangskode:'; -$labels['confpasswd'] = 'Bekræft ny adgangskode:'; +/* + +-----------------------------------------------------------------------+ + | localization/da_DK/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Johannes Hessellund <osos@openeyes.dk> | + +-----------------------------------------------------------------------+ +*/ -$messages = array(); -$messages['nopassword'] = 'Indtast venligst en ny adgangskode.'; -$messages['nocurpassword'] = 'Indtast venligst nyværende adgangskode.'; -$messages['passwordincorrect'] = 'Nyværende adgangskode er forkert.'; -$messages['passwordinconsistency'] = 'Adgangskoderne er ikke ens, prøv igen.'; -$messages['crypterror'] = 'Kunne ikke gemme den nye adgangskode. Krypteringsfunktion mangler.'; -$messages['connecterror'] = 'Kunne ikke gemme den nye adgangskode. Fejl ved forbindelsen.'; -$messages['internalerror'] = 'Kunne ikke gemme den nye adgangskode.'; +$labels = array(); +$labels['changepasswd'] = 'Skift adgangskode'; +$labels['curpasswd'] = 'Nuværende adgangskode:'; +$labels['newpasswd'] = 'Ny adgangskode:'; +$labels['confpasswd'] = 'Bekræft ny adgangskode:'; +$labels['nopassword'] = 'Indtast venligst en ny adgangskode.'; +$labels['nocurpassword'] = 'Indtast venligst nuværende adgangskode.'; +$labels['passwordincorrect'] = 'Nuværende adgangskode er forkert.'; +$labels['passwordinconsistency'] = 'Adgangskoderne er ikke ens, prøv igen.'; +$labels['crypterror'] = 'Kunne ikke gemme den nye adgangskode. Krypteringsfunktion mangler.'; +$labels['connecterror'] = 'Kunne ikke gemme den nye adgangskode. Fejl ved forbindelsen.'; +$labels['internalerror'] = 'Kunne ikke gemme den nye adgangskode.'; +$labels['passwordshort'] = 'Adgangskoden skal være mindst $length tegn lang.'; +$labels['passwordweak'] = 'Adgangskoden skal indeholde mindst et tal og et tegnsætningstegn (-.,)'; +$labels['passwordforbidden'] = 'Adgangskoden indeholder forbudte tegn.'; -?> |