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/fa_IR.inc |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/plugins/password/localization/fa_IR.inc b/plugins/password/localization/fa_IR.inc
index 2cf1266..1cff47f 100644
--- a/plugins/password/localization/fa_IR.inc
+++ b/plugins/password/localization/fa_IR.inc
@@ -16,13 +16,10 @@
  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
 */
 
-$labels = array();
 $labels['changepasswd']  = 'تغییر گذرواژه';
 $labels['curpasswd']  = 'گذرواژه فعلی';
 $labels['newpasswd']  = 'گذرواژه جدید';
 $labels['confpasswd']  = 'تایید گذرواژه جدید';
-
-$messages = array();
 $messages['nopassword'] = 'گذرواژه جدید را وارد نمایید';
 $messages['nocurpassword'] = 'گذرواژه فعلی را وارد نمایید';
 $messages['passwordincorrect'] = 'گذرواژه فعلی اشتباه است';
@@ -33,5 +30,4 @@
 $messages['passwordshort'] = 'گذرواژه باید حداقل $length کاراکتر طول داشته باشد.';
 $messages['passwordweak'] = 'گذرواژه باید شامل حداقل یک عدد و یک کاراکتر نشانه‌ای باشد.';
 $messages['passwordforbidden'] = 'گذرواژه شما کاراکترهای غیرمجاز است.';
-
 ?>

--
Gitblit v1.9.1