diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-10-09 20:12:00 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-10-09 20:12:00 +0200 |
commit | 9377edc497ae17014df1fcd124d220151a4882b0 (patch) | |
tree | 8695214dd6ef12af051404516bcdac2c0cf2800e /plugins/password/localization/ast.inc | |
parent | 6e0da1b82ea8fbc1b482e177e5a36efb52c68245 (diff) |
More lceanup
Diffstat (limited to 'plugins/password/localization/ast.inc')
-rw-r--r-- | plugins/password/localization/ast.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/password/localization/ast.inc b/plugins/password/localization/ast.inc index 55d88abc0..cce1021fe 100644 --- a/plugins/password/localization/ast.inc +++ b/plugins/password/localization/ast.inc @@ -16,12 +16,10 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ -$labels = array(); $labels['changepasswd'] = 'Camudar contraseña'; $labels['curpasswd'] = 'Contraseña actual:'; $labels['newpasswd'] = 'Contraseña nueva:'; $labels['confpasswd'] = 'Confirmar contraseña:'; -$messages = array(); $messages['nopassword'] = 'Por favor, introduz una contraseña nueva.'; $messages['nocurpassword'] = 'Por favor, introduz la contraseña actual.'; $messages['passwordincorrect'] = 'La contraseña actual ye incorreuta.'; |