[vhffs-dev] [svn] commit: r273 - in /trunk: vhffs-intl/src/fr/fr.pot vhffs-panel/largefile/submit.pl

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


Author: beuss
Date: Tue Oct 31 09:02:31 2006
New Revision: 273

Log:
Fixed a string which prevented createpot.sh to run

Modified:
    trunk/vhffs-intl/src/fr/fr.pot
    trunk/vhffs-panel/largefile/submit.pl

Modified: trunk/vhffs-intl/src/fr/fr.pot
==============================================================================
--- trunk/vhffs-intl/src/fr/fr.pot (original)
+++ trunk/vhffs-intl/src/fr/fr.pot Tue Oct 31 09:02:31 2006
@@ -364,10 +364,10 @@
 #: ../vhffs-panel/largefile/submit.pl:66
 msgid ""
 "An error occured while creating the object. Parameters are invalid or the "
-"file already exists."
+"file (%s) already exists."
 msgstr ""
 "Une erreur est survenue lors de la création de cet objet. Les paramètres "
-"sont invalides ou le fichier existe déjà"
+"sont invalides ou le fichier (%s) existe déjà"
 
 #: ../vhffs-panel/dns/dns_submit.pl:52
 msgid ""

Modified: trunk/vhffs-panel/largefile/submit.pl
==============================================================================
--- trunk/vhffs-panel/largefile/submit.pl (original)
+++ trunk/vhffs-panel/largefile/submit.pl Tue Oct 31 09:02:31 2006
@@ -93,7 +93,7 @@
 }
 else
 {
-	$message = gettext( "An error occured while creating the object. Parameters are invalid or the file already exists.$file" );
+	$message = sprintf( gettext( "An error occured while creating the object. Parameters are invalid or the file (%s) already exists." ), $filename);
 }
 
 




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