alecpl
2009-06-20 35749f91d2c4131978d1ad283bef557c35ff5ae9
- make some messages shorter


4 files modified
16 ■■■■ changed files
plugins/password/localization/en_US.inc 4 ●●●● patch | view | raw | blame | history
plugins/password/localization/et_EE.inc 4 ●●●● patch | view | raw | blame | history
plugins/password/localization/nl_NL.inc 4 ●●●● patch | view | raw | blame | history
plugins/password/localization/pl_PL.inc 4 ●●●● patch | view | raw | blame | history
plugins/password/localization/en_US.inc
@@ -11,7 +11,7 @@
$messages['nocurpassword'] = 'Please input current password.';
$messages['passwordincorrect'] = 'Current password incorrect.';
$messages['passwordinconsistency'] = 'Passwords do not match, please try again.';
$messages['nocryptfunction'] = 'The server is missing a function to encrypt your password. Contact your system adminstrator.';
$messages['internalerror'] = 'Could not save new password. Contact your system adminstrator.';
$messages['nocryptfunction'] = 'The server is missing a function to encrypt your password.';
$messages['internalerror'] = 'Could not save new password.';
?>
plugins/password/localization/et_EE.inc
@@ -11,7 +11,7 @@
$messages['nocurpassword'] = 'Palun sisesta vana parool.';
$messages['passwordincorrect'] = 'Vana parool on vale.';
$messages['passwordinconsistency'] = 'Paroolid ei kattu, palun proovi uuesti.';
$messages['nocryptfunction'] = 'Serveris ei ole parooli krüpteerimiseks vajalikku funktsiooni. Palun võta oma süsteemi administraatoriga ühendust.';
$messages['internalerror'] = 'Uue parooli andmebaasi salvestamine nurjus. Palun võta oma süsteemi administraatoriga ühendust.';
$messages['nocryptfunction'] = 'Serveris ei ole parooli krüpteerimiseks vajalikku funktsiooni.';
$messages['internalerror'] = 'Uue parooli andmebaasi salvestamine nurjus.';
?>
plugins/password/localization/nl_NL.inc
@@ -11,7 +11,7 @@
$messages['nocurpassword'] = 'vul het huidige wachtwoord in.';
$messages['passwordincorrect'] = 'Huidig wachtwoord is onjuist.';
$messages['passwordinconsistency'] = 'Wachtwoorden komen niet overeen, probeer het opnieuw.';
$messages['nocryptfunction'] = 'De server mist een functie om uw wachtwoord et beveiligen. Neem contact op met uw systeembeheerder.';
$messages['internalerror'] = 'Uw wachtwoord kan niet worden opgeslagen. Neem contact op met uw systeembeheerder.';
$messages['nocryptfunction'] = 'De server mist een functie om uw wachtwoord et beveiligen.';
$messages['internalerror'] = 'Uw wachtwoord kan niet worden opgeslagen.';
?>
plugins/password/localization/pl_PL.inc
@@ -11,7 +11,7 @@
$messages['nocurpassword'] = 'Wprowadź aktualne hasło.';
$messages['passwordincorrect'] = 'Błędne aktualne hasło, spróbuj ponownie.';
$messages['passwordinconsistency'] = 'Hasła nie pasują, spróbuj ponownie.';
$messages['nocryptfunction'] = 'Brak funkcji kodującej hasło. Skontaktuj się z administratorem.';
$messages['internalerror'] = 'Nie udało się zapisać nowego hasła. Skontaktuj się z administratorem.';
$messages['nocryptfunction'] = 'Nie udało się zapisać nowego hasła. Brak funkcji kodującej.';
$messages['internalerror'] = 'Nie udało się zapisać nowego hasła.';
?>