Added the French translations.

Fixed at the same time some bad English strings.
This commit is contained in:
Loic d'Anterroches
2008-09-03 09:33:29 +02:00
parent 28817af471
commit 6521680719
6 changed files with 466 additions and 333 deletions

View File

@@ -72,7 +72,7 @@ class IDF_Form_SourceConf extends Pluf_Form
// we accept only starting with http(s):// to avoid people
// trying to access the local filesystem.
if (!preg_match('#^(http|https)://#', $url)) {
throw new Pluf_Form_Invalid(__('Only a remote repository available throught http or https are allowed. For example "http://somewhere.com/sv/trunk.'));
throw new Pluf_Form_Invalid(__('Only a remote repository available throught http or https are allowed. For example "http://somewhere.com/svn/trunk".'));
}
return $url;
}