From 9377edc497ae17014df1fcd124d220151a4882b0 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Wed, 09 Oct 2013 14:12:00 -0400 Subject: [PATCH] More lceanup --- 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 55d88ab..cce1021 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.'; -- Gitblit v1.9.1