[vhffs-dev] [1374] fixed warning strings about deletion of objects

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1374
Author:   gradator
Date:     2009-03-13 17:40:14 +0100 (Fri, 13 Mar 2009)

Log Message:
-----------
fixed warning strings about deletion of objects

Modified Paths:
--------------
    trunk/vhffs-panel/cron/prefs.pl
    trunk/vhffs-panel/cvs/prefs.pl
    trunk/vhffs-panel/dns/prefs.pl
    trunk/vhffs-panel/git/prefs.pl
    trunk/vhffs-panel/mail/prefs.pl
    trunk/vhffs-panel/mailinglist/prefs.pl
    trunk/vhffs-panel/mysql/prefs.pl
    trunk/vhffs-panel/pgsql/prefs.pl
    trunk/vhffs-panel/repository/prefs.pl
    trunk/vhffs-panel/svn/prefs.pl
    trunk/vhffs-panel/user/prefs.pl
    trunk/vhffs-panel/web/prefs.pl


Modified: trunk/vhffs-panel/cron/prefs.pl
===================================================================
--- trunk/vhffs-panel/cron/prefs.pl	2009-03-13 00:25:35 UTC (rev 1373)
+++ trunk/vhffs-panel/cron/prefs.pl	2009-03-13 16:40:14 UTC (rev 1374)
@@ -147,7 +147,7 @@
 
 	$template->param( TEXT_SEND => gettext("Modify") );
 	$template->param( TEXT_DELETE_CRON => gettext("Delete this cron job") );
-	$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. All services associated to this project will be DESTROYED.") );
+	$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. This Cron job will be DESTROYED.") );
 	$template->param( ASK_DELETE_CRON => gettext("Are you SURE you want DELETE this Cron job ?") );
 	$template->param( YES => gettext("Yes I'm sure of what I do") );
 	$template->param( NO => gettext("No, I'm not sure, I prefer to keep this project.") );

Modified: trunk/vhffs-panel/cvs/prefs.pl
===================================================================
--- trunk/vhffs-panel/cvs/prefs.pl	2009-03-13 00:25:35 UTC (rev 1373)
+++ trunk/vhffs-panel/cvs/prefs.pl	2009-03-13 16:40:14 UTC (rev 1374)
@@ -113,7 +113,7 @@
 	$template->param( PUBLIC_NO => gettext("No") );
 	$template->param( TEXT_SEND => gettext("Modify") );
 	$template->param( TEXT_DELETE_CVS => gettext("Delete this project") );
-	$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. All services associated to this project will be DESTROYED.") );
+	$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. This cvs repository will be DESTROYED.") );
 	$template->param( ASK_DELETE_CVS => gettext("Are you SURE you want DELETE this cvs repository ?") );
 	$template->param( YES => gettext("Yes I'm sure of what I do") );
 	$template->param( NO => gettext("No, I'm not sure, I prefer to keep this project.") );

Modified: trunk/vhffs-panel/dns/prefs.pl
===================================================================
--- trunk/vhffs-panel/dns/prefs.pl	2009-03-13 00:25:35 UTC (rev 1373)
+++ trunk/vhffs-panel/dns/prefs.pl	2009-03-13 16:40:14 UTC (rev 1374)
@@ -248,7 +248,7 @@
 
 	#Treat the delete part
 	$template->param( TEXT_DELETE_DNS => gettext("Delete this domain name from the VHFFS platform") );
-	$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. All services associated to this project will be DESTROYED.") );
+	$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. This domain name will be DESTROYED.") );
 	$template->param( ASK_DELETE_DNS => gettext("Are you SURE you want DELETE this domain ?") );
 	$template->param( YES => gettext("Yes I'm sure of what I do") );
 	$template->param( NO => gettext("No, I'm not sure, I prefer to keep it.") );

Modified: trunk/vhffs-panel/git/prefs.pl
===================================================================
--- trunk/vhffs-panel/git/prefs.pl	2009-03-13 00:25:35 UTC (rev 1373)
+++ trunk/vhffs-panel/git/prefs.pl	2009-03-13 16:40:14 UTC (rev 1374)
@@ -103,7 +103,7 @@
 	$template->param( PUBLIC_NO => gettext("No") );
 	$template->param( TEXT_SEND => gettext("Modify") );
 	$template->param( TEXT_DELETE_CVS => gettext("Delete this repository") );
-	$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. All services associated to this project will be DESTROYED.") );
+	$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. This git repository will be DESTROYED.") );
 	$template->param( ASK_DELETE_CVS => gettext("Are you SURE you want DELETE this git repository?") );
 	$template->param( YES => gettext("Yes I'm sure of what I do") );
 	$template->param( NO => gettext("No, I'm not sure, I prefer to keep this project.") );

Modified: trunk/vhffs-panel/mail/prefs.pl
===================================================================
--- trunk/vhffs-panel/mail/prefs.pl	2009-03-13 00:25:35 UTC (rev 1373)
+++ trunk/vhffs-panel/mail/prefs.pl	2009-03-13 16:40:14 UTC (rev 1374)
@@ -132,7 +132,7 @@
 
 
 	$template->param( TEXT_DELETE_MAIL => gettext("Delete this mail domain") );
-	$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. All services associated to this project will be DESTROYED.") );
+	$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. This mail area will be DESTROYED.") );
 	$template->param( ASK_DELETE_WEB => gettext("Are you SURE you want DELETE this Mail Area ?") );
 	$template->param( YES => gettext("Yes I'm sure of what I do") );
 	$template->param( NO => gettext("No, I'm not sure, I prefer to keep this project.") );

Modified: trunk/vhffs-panel/mailinglist/prefs.pl
===================================================================
--- trunk/vhffs-panel/mailinglist/prefs.pl	2009-03-13 00:25:35 UTC (rev 1373)
+++ trunk/vhffs-panel/mailinglist/prefs.pl	2009-03-13 16:40:14 UTC (rev 1374)
@@ -176,7 +176,7 @@
     $template->param( HOWMANY_MEMBERS => scalar(@subs) );
 
     $template->param( TEXT_DELETE_LIST => gettext("Delete this list") );
-    $template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. All services associated to this project will be DESTROYED.") );
+    $template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. This mailing list will be DESTROYED.") );
     $template->param( ASK_DELETE_WEB => gettext("Are you SURE you want DELETE this mailing list ?") );
     $template->param( YES => gettext("Yes I'm sure of what I do") );
     $template->param( NO => gettext("No, I'm not sure, I prefer to keep this project.") );

Modified: trunk/vhffs-panel/mysql/prefs.pl
===================================================================
--- trunk/vhffs-panel/mysql/prefs.pl	2009-03-13 00:25:35 UTC (rev 1373)
+++ trunk/vhffs-panel/mysql/prefs.pl	2009-03-13 16:40:14 UTC (rev 1374)
@@ -109,7 +109,7 @@
 
 	$template->param( TEXT_SEND => gettext("Modify") );
 	$template->param( TEXT_DELETE_MYSQL => gettext("Delete this database") );
-	$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. All services associated to this project will be DESTROYED.") );
+	$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. This MySQL database will be DESTROYED.") );
 	$template->param( ASK_DELETE_MYSQL => gettext("Are you SURE you want DELETE this MySQL database ?") );
 	$template->param( YES => gettext("Yes I'm sure of what I do") );
 	$template->param( NO => gettext("No, I'm not sure, I prefer to keep this project.") );

Modified: trunk/vhffs-panel/pgsql/prefs.pl
===================================================================
--- trunk/vhffs-panel/pgsql/prefs.pl	2009-03-13 00:25:35 UTC (rev 1373)
+++ trunk/vhffs-panel/pgsql/prefs.pl	2009-03-13 16:40:14 UTC (rev 1374)
@@ -96,7 +96,7 @@
 
 	$template->param( TEXT_SEND => gettext("Modify") );
 	$template->param( TEXT_DELETE_PGSQL => gettext("Delete this PostgreSQL database") );
-	$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. All services associated to this project will be DESTROYED.") );
+	$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. This PostgreSQL database will be DESTROYED.") );
 	$template->param( ASK_DELETE_PGSQL => gettext("Are you SURE you want DELETE this PostgreSQL database ?") );
 	$template->param( YES => gettext("Yes I'm sure of what I do") );
 	$template->param( NO => gettext("No, I'm not sure, I prefer to keep this project.") );

Modified: trunk/vhffs-panel/repository/prefs.pl
===================================================================
--- trunk/vhffs-panel/repository/prefs.pl	2009-03-13 00:25:35 UTC (rev 1373)
+++ trunk/vhffs-panel/repository/prefs.pl	2009-03-13 16:40:14 UTC (rev 1374)
@@ -85,7 +85,7 @@
 	$template->param( QUOTA_WIDTH => ( ($repo->get_quota_used / $repo->get_quota) * 300 ) );
 
 	$template->param( TEXT_DELETE_REPOSITORY => gettext("Delete this project") );
-	$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. All services associated to this project will be DESTROYED.") );
+	$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. This download repository will be DESTROYED.") );
 	$template->param( ASK_DELETE_REPOSITORY => gettext("Are you SURE you want DELETE this download repository ?") );
 	$template->param( YES => gettext("Yes I'm sure of what I do") );
 	$template->param( NO => gettext("No, I'm not sure, I prefer to keep this project.") );

Modified: trunk/vhffs-panel/svn/prefs.pl
===================================================================
--- trunk/vhffs-panel/svn/prefs.pl	2009-03-13 00:25:35 UTC (rev 1373)
+++ trunk/vhffs-panel/svn/prefs.pl	2009-03-13 16:40:14 UTC (rev 1374)
@@ -95,8 +95,8 @@
     $template->param( PUBLIC_NO => gettext("No") );
     $template->param( TEXT_SEND => gettext("Modify") );
     $template->param( TEXT_DELETE_CVS => gettext("Delete this repository") );
-    $template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. All services associated to this project will be DESTROYED.") );
-    $template->param( ASK_DELETE_CVS => gettext("Are you SURE you want DELETE this  subversion repository ?") );
+    $template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. This subversion repository will be DESTROYED.") );
+    $template->param( ASK_DELETE_CVS => gettext("Are you SURE you want DELETE this subversion repository ?") );
     $template->param( YES => gettext("Yes I'm sure of what I do") );
     $template->param( NO => gettext("No, I'm not sure, I prefer to keep this project.") );
     $template->param( TEXT_DELETE => gettext("Delete") );

Modified: trunk/vhffs-panel/user/prefs.pl
===================================================================
--- trunk/vhffs-panel/user/prefs.pl	2009-03-13 00:25:35 UTC (rev 1373)
+++ trunk/vhffs-panel/user/prefs.pl	2009-03-13 16:40:14 UTC (rev 1374)
@@ -340,7 +340,7 @@
 	$template->param( VALUE_COUNTRY => $userp->get_country ); 
 
 	$template->param( TEXT_DELETE_USER => gettext("Delete YOUR user") );
-	$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. WHEN YOU DELETE IT, YOU CANNOT CANCEL.") );
+	$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. Your user will be DESTROYED.") );
 	$template->param( ASK_DELETE_USER => gettext("Are you SURE you want DELETE this user?") );
 	$template->param( YES => gettext("Yes I'm sure of what I do") );
 	$template->param( NO => gettext("No, I'm not sure, I prefer to keep it.") );

Modified: trunk/vhffs-panel/web/prefs.pl
===================================================================
--- trunk/vhffs-panel/web/prefs.pl	2009-03-13 00:25:35 UTC (rev 1373)
+++ trunk/vhffs-panel/web/prefs.pl	2009-03-13 16:40:14 UTC (rev 1374)
@@ -103,7 +103,7 @@
 	$template->param( VALUE_OID => $web->get_oid );
 
 	$template->param( TEXT_DELETE_WEB => gettext("Delete this web area") );
-	$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. All services associated to this project will be DESTROYED.") );
+	$template->param( TEXT_BEFORE_DELETE => gettext("This action is non-reversible. This web area will be DESTROYED.") );
 	$template->param( ASK_DELETE_WEB => gettext("Are you SURE you want DELETE this Web Area ?") );
 	$template->param( YES => gettext("Yes I'm sure of what I do") );
 	$template->param( NO => gettext("No, I'm not sure, I prefer to keep it.") );


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/