[Pieforms-commit] SF.net SVN: pieforms: [212] pieforms-php5/trunk/src/pieform/rules/minlength .php
Status: Alpha
Brought to you by:
oracleshinoda
From: <ora...@us...> - 2007-08-01 12:40:01
|
Revision: 212 http://pieforms.svn.sourceforge.net/pieforms/?rev=212&view=rev Author: oracleshinoda Date: 2007-08-01 05:39:41 -0700 (Wed, 01 Aug 2007) Log Message: ----------- German translation for minlength rule (thanks to Heinz) Modified Paths: -------------- pieforms-php5/trunk/src/pieform/rules/minlength.php Modified: pieforms-php5/trunk/src/pieform/rules/minlength.php =================================================================== --- pieforms-php5/trunk/src/pieform/rules/minlength.php 2007-08-01 12:37:14 UTC (rev 211) +++ pieforms-php5/trunk/src/pieform/rules/minlength.php 2007-08-01 12:39:41 UTC (rev 212) @@ -43,7 +43,10 @@ return array( 'en.utf8' => array( 'minlength' => 'This field must be at least %d characters long', - ) + ), + 'de.utf8' => array( + 'minlength' => 'Das Feld muss zumindest %d Zeichen lang sein', + ), ); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |