From 0eeb51cdca46e592d271a694cfb0595c0b4de372 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Sun, 4 May 2008 17:30:28 +0000 Subject: [PATCH] Translation --- htdocs/langs/en_US/main.lang | 2 +- htdocs/langs/fr_FR/main.lang | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang index a9dbe8da46c..07ed42eaa75 100644 --- a/htdocs/langs/en_US/main.lang +++ b/htdocs/langs/en_US/main.lang @@ -18,7 +18,7 @@ ErrorGoToGlobalSetup=Go to 'Company/Fundation' setup to fix this ErrorGoToModuleSetup=Go to Module setup to fix this ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s) ErrorAttachedFilesDisabled=Attaching files feature is disabled on this serveur -ErrorFileNotUploaded=File was not uploaded. Check free space on disk and that there is not already a file with same name. +ErrorFileNotUploaded=File was not uploaded. Check that size does not exceed maximum allowed, that free space is available on disk and that there is not already a file with same name in this directory. ErrorInternalErrorDetected=Error detected ErrorNoRequestRan=No request ran ErrorWrongHostParameter=Wrong host parameter diff --git a/htdocs/langs/fr_FR/main.lang b/htdocs/langs/fr_FR/main.lang index 3e13fa0e75e..487025a6434 100644 --- a/htdocs/langs/fr_FR/main.lang +++ b/htdocs/langs/fr_FR/main.lang @@ -18,7 +18,7 @@ ErrorGoToGlobalSetup=Allez dans la Configuration 'Soci ErrorGoToModuleSetup=Allez dans la Configuration du module pour corriger ErrorFailedToSendMail=�chec de l'envoi du mail (emetteur=%s, destinataire=%s) ErrorAttachedFilesDisabled=La gestion des fichiers associ�s est d�sactiv�e sur ce serveur -ErrorFileNotUploaded=Le fichier n'a pas �t� transf�r�. V�rifiez l'espace disque ou qu'un fichier du m�me nom n'existe pas d�j�. +ErrorFileNotUploaded=Le fichier n'a pas �t� transf�r�. V�rifiez que sa taille ne d�passe pas le maxium autoris�, que l'espace disque est disponible et qu'un fichier du m�me nom n'existe pas d�j�. ErrorInternalErrorDetected=Erreur d�tect�e ErrorNoRequestRan=Aucune requ�te ex�cut�e ErrorWrongHostParameter=Mauvais param�tre Serveur -- GitLab