[vhffs-dev] [svn] commit: r89 - in /trunk/vhffs-panel/admin: broadcast_delete.pl cvs/edit.pl cvs/edit_submit.pl group/edit.pl group/edit_submit.pl mail/change_forward.pl mail/delete_box.pl mail/edit.pl mail/password_box.pl moderation.pl moderation_submit.pl stats.pl

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


Author: jd
Date: Wed Aug  3 21:21:19 2005
New Revision: 89

Log:
mass english fix

Modified:
    trunk/vhffs-panel/admin/broadcast_delete.pl
    trunk/vhffs-panel/admin/cvs/edit.pl
    trunk/vhffs-panel/admin/cvs/edit_submit.pl
    trunk/vhffs-panel/admin/group/edit.pl
    trunk/vhffs-panel/admin/group/edit_submit.pl
    trunk/vhffs-panel/admin/mail/change_forward.pl
    trunk/vhffs-panel/admin/mail/delete_box.pl
    trunk/vhffs-panel/admin/mail/edit.pl
    trunk/vhffs-panel/admin/mail/password_box.pl
    trunk/vhffs-panel/admin/moderation.pl
    trunk/vhffs-panel/admin/moderation_submit.pl
    trunk/vhffs-panel/admin/stats.pl

Modified: trunk/vhffs-panel/admin/broadcast_delete.pl
==============================================================================
--- trunk/vhffs-panel/admin/broadcast_delete.pl (original)
+++ trunk/vhffs-panel/admin/broadcast_delete.pl Wed Aug  3 21:21:19 2005
@@ -57,11 +57,11 @@
 	use Vhffs::Misc::Mailings;
 	if( Vhffs::Misc::Mailings::del_mailing( $vhffs , $mid ) == 1 )
 	{
-		$template->param( MESSAGE  => gettext("Successfully delete this mailing") );
+		$template->param( MESSAGE  => gettext("Successfully deleted this mailing") );
 	}
 	else
 	{
-		$template->param( MESSAGE  => gettext("Error while delete this mailing!") );
+		$template->param( MESSAGE  => gettext("Error while deleting this mailing!") );
 	}
 }
 

Modified: trunk/vhffs-panel/admin/cvs/edit.pl
==============================================================================
--- trunk/vhffs-panel/admin/cvs/edit.pl (original)
+++ trunk/vhffs-panel/admin/cvs/edit.pl Wed Aug  3 21:21:19 2005
@@ -101,7 +101,7 @@
 	$template->param( TEXT_STATUS_WAITING_FOR_MODIFICATION => gettext("Waiting for modification") );
 	$template->param( TEXT_STATUS_MODIFICATION_ERROR => gettext("Modification error") );
 	$template->param( TEXT_STATUS_MODIFICATION_APPLIED => gettext("Modification applied") );
-	$template->param( TEXT_STATUS_TO_DELETE => gettext("Will be delete") );
+	$template->param( TEXT_STATUS_TO_DELETE => gettext("Will be deleted") );
 
 
 	$template->param( VALUE_STATUS_WAITING_FOR_VALIDATION => Vhffs::Constants::WAITING_FOR_VALIDATION );

Modified: trunk/vhffs-panel/admin/cvs/edit_submit.pl
==============================================================================
--- trunk/vhffs-panel/admin/cvs/edit_submit.pl (original)
+++ trunk/vhffs-panel/admin/cvs/edit_submit.pl Wed Aug  3 21:21:19 2005
@@ -66,7 +66,7 @@
 
 	if( $object->commit < 0 )
 	{
-		$message = gettext(" Can't modify object ...");
+		$message = gettext("Can't modify object...");
 	}
 	else
 	{

Modified: trunk/vhffs-panel/admin/group/edit.pl
==============================================================================
--- trunk/vhffs-panel/admin/group/edit.pl (original)
+++ trunk/vhffs-panel/admin/group/edit.pl Wed Aug  3 21:21:19 2005
@@ -92,7 +92,7 @@
 	$template->param( TEXT_STATUS_WAITING_FOR_MODIFICATION => gettext("Waiting for modification") );
 	$template->param( TEXT_STATUS_MODIFICATION_ERROR => gettext("Modification error") );
 	$template->param( TEXT_STATUS_MODIFICATION_APPLIED => gettext("Modification applied") );
-	$template->param( TEXT_STATUS_TO_DELETE => gettext("Will be delete") );
+	$template->param( TEXT_STATUS_TO_DELETE => gettext("Will be deleted") );
 
 
 	$template->param( VALUE_STATUS_WAITING_FOR_VALIDATION => Vhffs::Constants::WAITING_FOR_VALIDATION );

Modified: trunk/vhffs-panel/admin/group/edit_submit.pl
==============================================================================
--- trunk/vhffs-panel/admin/group/edit_submit.pl (original)
+++ trunk/vhffs-panel/admin/group/edit_submit.pl Wed Aug  3 21:21:19 2005
@@ -77,7 +77,7 @@
 
 	if( $object->commit < 0 )
 	{
-		$message = gettext(" Can't modify object ...");
+		$message = gettext("Can't modify object...");
 	}
 	else
 	{

Modified: trunk/vhffs-panel/admin/mail/change_forward.pl
==============================================================================
--- trunk/vhffs-panel/admin/mail/change_forward.pl (original)
+++ trunk/vhffs-panel/admin/mail/change_forward.pl Wed Aug  3 21:21:19 2005
@@ -85,7 +85,7 @@
 	{
 		if( $mail->commit < 0 )
 		{
-			$message = gettext( "Unable to reccord changes on this domain" );
+			$message = gettext( "Unable to record changes on this domain" );
 		}
 		else
 		{

Modified: trunk/vhffs-panel/admin/mail/delete_box.pl
==============================================================================
--- trunk/vhffs-panel/admin/mail/delete_box.pl (original)
+++ trunk/vhffs-panel/admin/mail/delete_box.pl Wed Aug  3 21:21:19 2005
@@ -49,7 +49,7 @@
 {
 
 	$template = new HTML::Template( filename => $templatedir."/misc/simplemsg.tmpl" );
-	$message = gettext( "Cannot get informations on this object");
+	$message = gettext( "Cannot get information on this object");
 	$template->param( MESSAGE => $message );
 
 }
@@ -82,7 +82,7 @@
 	}
 	else
 	{
-		$message = "Succesfully delete account $boxname $domain";
+		$message = "Succesfully deleted account $boxname $domain";
 	}
 	$template->param( MESSAGE => $message );
 }

Modified: trunk/vhffs-panel/admin/mail/edit.pl
==============================================================================
--- trunk/vhffs-panel/admin/mail/edit.pl (original)
+++ trunk/vhffs-panel/admin/mail/edit.pl Wed Aug  3 21:21:19 2005
@@ -94,7 +94,7 @@
 		$subtemplate->param( DOMAIN => $object->get_domain );
 		$subtemplate->param( FORWARD_MAIL => $forwards->{$_}{'remote_name'} );
 		$subtemplate->param( LOCALPART => $_ );
-		$subtemplate->param( TEXT_MODIFY_FORWARD => gettext( "Change Forward" ) );
+		$subtemplate->param( TEXT_MODIFY_FORWARD => gettext( "Change forward" ) );
 		$subtemplate->param( TEXT_DELETE => gettext( "Delete this mail account" ) );
 		$output .= $subtemplate->output;        
 	}       
@@ -133,7 +133,7 @@
 	$template->param( TEXT_STATUS_WAITING_FOR_MODIFICATION => gettext("Waiting for modification") );
 	$template->param( TEXT_STATUS_MODIFICATION_ERROR => gettext("Modification error") );
 	$template->param( TEXT_STATUS_MODIFICATION_APPLIED => gettext("Modification applied") );
-	$template->param( TEXT_STATUS_TO_DELETE => gettext("Will be delete") );
+	$template->param( TEXT_STATUS_TO_DELETE => gettext("Will be deleted") );
 
 
 	$template->param( VALUE_STATUS_WAITING_FOR_VALIDATION => Vhffs::Constants::WAITING_FOR_VALIDATION );

Modified: trunk/vhffs-panel/admin/mail/password_box.pl
==============================================================================
--- trunk/vhffs-panel/admin/mail/password_box.pl (original)
+++ trunk/vhffs-panel/admin/mail/password_box.pl Wed Aug  3 21:21:19 2005
@@ -50,7 +50,7 @@
 {
 
 	$template = new HTML::Template( filename => $templatedir."/misc/simplemsg.tmpl" );
-	$message = gettext( "Cannot get informations on this object");
+	$message = gettext( "Cannot get information on this object");
 	$template->param( MESSAGE => $message );
 
 }

Modified: trunk/vhffs-panel/admin/moderation.pl
==============================================================================
--- trunk/vhffs-panel/admin/moderation.pl (original)
+++ trunk/vhffs-panel/admin/moderation.pl Wed Aug  3 21:21:19 2005
@@ -51,7 +51,6 @@
 	$template = new HTML::Template( filename => "$templatesdir/admin/misc/moderation.tmpl" );
 
 	$template->param( TITLE => gettext("Moderation") );
-	$template->param( TEXT_GROUP => gettext("Group to validate") );
 
 	#Treat Groups to moderate
 	use Vhffs::Panel::Group;

Modified: trunk/vhffs-panel/admin/moderation_submit.pl
==============================================================================
--- trunk/vhffs-panel/admin/moderation_submit.pl (original)
+++ trunk/vhffs-panel/admin/moderation_submit.pl Wed Aug  3 21:21:19 2005
@@ -60,7 +60,7 @@
 	}
 	elsif( $object->fetch < 0 )
 	{
-		$template->param( MESSAGE  => gettext("Cannot obtain informations about this object") );
+		$template->param( MESSAGE  => gettext("Cannot obtain information about this object") );
 	}
 	else
 	{
@@ -73,7 +73,7 @@
 			{
 			    my $mail;
 			    $mail  = gettext("Your request on VHFFS was accepted\n");
-			    $mail .= gettext("Please wait while we creating your object\n");
+			    $mail .= gettext("Please wait while we are creating your object\n");
 			    $mail .= gettext("Cheers,")."\n";
 			    $mail .= gettext("The Moderator and Admin team");
 

Modified: trunk/vhffs-panel/admin/stats.pl
==============================================================================
--- trunk/vhffs-panel/admin/stats.pl (original)
+++ trunk/vhffs-panel/admin/stats.pl Wed Aug  3 21:21:19 2005
@@ -112,16 +112,16 @@
 
 	
 	$template->param( TEXT_MYSQL => gettext("MySQL stats") );
-	$template->param( TEXT_TOTAL_MYSQL_IN_MODERATION => gettext("Total MYSQL in moderation") );
+	$template->param( TEXT_TOTAL_MYSQL_IN_MODERATION => gettext("Total MySQL in moderation") );
 	$template->param( VALUE_TOTAL_MYSQL_IN_MODERATION => $stats->get_mysql_in_moderation );
-	$template->param( TEXT_TOTAL_MYSQL_ACTIVATED => gettext("Total activated MYSQL") );
+	$template->param( TEXT_TOTAL_MYSQL_ACTIVATED => gettext("Total activated MySQL") );
 	$template->param( VALUE_TOTAL_MYSQL_ACTIVATED => $stats->get_mysql_activated );
 
 
 	$template->param( TEXT_PGSQL => gettext("PgSQL stats") );
-	$template->param( TEXT_TOTAL_PGSQL_IN_MODERATION => gettext("Total PgSQL in moderation") );
+	$template->param( TEXT_TOTAL_PGSQL_IN_MODERATION => gettext("Total PostgreSQL in moderation") );
 	$template->param( VALUE_TOTAL_PGSQL_IN_MODERATION => $stats->get_pgsql_in_moderation );
-	$template->param( TEXT_TOTAL_PGSQL_ACTIVATED => gettext("Total activated PgSQL") );
+	$template->param( TEXT_TOTAL_PGSQL_ACTIVATED => gettext("Total activated PostgreSQL") );
 	$template->param( VALUE_TOTAL_PGSQL_ACTIVATED => $stats->get_pgsql_activated );
 	
 




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