From 39edfec85487f7de81fbade3c31bf2de4fabff9f Mon Sep 17 00:00:00 2001
From: redray <redray@ispconfig3>
Date: Mon, 15 Dec 2008 13:04:21 -0500
Subject: [PATCH] removed "options indexes"

---
 interface/web/admin/lib/lang/it_groups.lng |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/interface/web/admin/lib/lang/it_groups.lng b/interface/web/admin/lib/lang/it_groups.lng
index d524a03..c31f976 100644
--- a/interface/web/admin/lib/lang/it_groups.lng
+++ b/interface/web/admin/lib/lang/it_groups.lng
@@ -1,7 +1,7 @@
 <?php
-$wb["description_txt"] = 'Descrizione';
-$wb["name_txt"] = 'Gruppo';
-$wb["name_err"] = 'Il gruppo deve essere minimo 1 caratteri, massimo 30.';
-$wb["btn_save_txt"] = 'Salva';
-$wb["btn_cancel_txt"] = 'Annulla'
-?>
\ No newline at end of file
+$wb['description_txt'] = 'Description';
+$wb['name_txt'] = 'Group';
+$wb['name_err'] = 'Group must be min 1, max 30 Chars.';
+$wb['btn_save_txt'] = 'Save';
+$wb['btn_cancel_txt'] = 'Cancel';
+?>

--
Gitblit v1.9.1