diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/password/localization/bg_BG.inc | 18 | ||||
-rw-r--r-- | plugins/password/localization/da_DK.inc | 18 |
2 files changed, 36 insertions, 0 deletions
diff --git a/plugins/password/localization/bg_BG.inc b/plugins/password/localization/bg_BG.inc new file mode 100644 index 000000000..fba2f4e4c --- /dev/null +++ b/plugins/password/localization/bg_BG.inc @@ -0,0 +1,18 @@ +<?php + +$labels = array(); +$labels['changepasswd'] = 'Смяна на парола'; +$labels['curpasswd'] = 'Текуща парола:'; +$labels['newpasswd'] = 'Нова парола:'; +$labels['confpasswd'] = 'Потвърди нова парола:'; + +$messages = array(); +$messages['nopassword'] = 'Моля полълнете полето за нова парола.'; +$messages['nocurpassword'] = 'Моля полълнете полето за текуща парола.'; +$messages['passwordincorrect'] = 'Текущата парола е неправилна.'; +$messages['passwordinconsistency'] = 'Паролите не съвпадат, моля пробвайте отново.'; +$messages['crypterror'] = 'Новата парола не може да бъде запазена. Encrypt функцията липсва.'; +$messages['connecterror'] = 'Новата парола не може да бъде запазена. Грешка при свързване.'; +$messages['internalerror'] = 'Новата парола не може да бъде запазена.'; + +?> diff --git a/plugins/password/localization/da_DK.inc b/plugins/password/localization/da_DK.inc new file mode 100644 index 000000000..5d1d0c9cc --- /dev/null +++ b/plugins/password/localization/da_DK.inc @@ -0,0 +1,18 @@ +<?php + +$labels = array(); +$labels['changepasswd'] = 'Skift adgangskode'; +$labels['curpasswd'] = 'Nuværende adgangskode:'; +$labels['newpasswd'] = 'Ny adgangskode:'; +$labels['confpasswd'] = 'Bekræft ny adgangskode:'; + +$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.'; + +?> |