summaryrefslogtreecommitdiff
path: root/roundcubemail/plugins
diff options
context:
space:
mode:
authoryllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-27 14:16:33 +0000
committeryllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-27 14:16:33 +0000
commit12c8517153368203e831838da9700340b25ba455 (patch)
tree53d6be14044c0b632ae1fed03aece3c23ccdfaa1 /roundcubemail/plugins
parent98aa389630e53b382855019f121fcc21f12fe3ca (diff)
translations update
git-svn-id: https://svn.roundcube.net/trunk@2994 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins')
-rw-r--r--roundcubemail/plugins/password/localization/bg_BG.inc18
-rw-r--r--roundcubemail/plugins/password/localization/da_DK.inc18
2 files changed, 36 insertions, 0 deletions
diff --git a/roundcubemail/plugins/password/localization/bg_BG.inc b/roundcubemail/plugins/password/localization/bg_BG.inc
new file mode 100644
index 000000000..fba2f4e4c
--- /dev/null
+++ b/roundcubemail/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/roundcubemail/plugins/password/localization/da_DK.inc b/roundcubemail/plugins/password/localization/da_DK.inc
new file mode 100644
index 000000000..5d1d0c9cc
--- /dev/null
+++ b/roundcubemail/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.';
+
+?>