[Pieforms-commit] SF.net SVN: pieforms: [213] pieforms-php5/trunk/src/pieform/rules/regex.php
Status: Alpha
Brought to you by:
oracleshinoda
|
From: <ora...@us...> - 2007-08-01 12:40:47
|
Revision: 213
http://pieforms.svn.sourceforge.net/pieforms/?rev=213&view=rev
Author: oracleshinoda
Date: 2007-08-01 05:40:44 -0700 (Wed, 01 Aug 2007)
Log Message:
-----------
German translation for regex rule (thanks to Heinz)
Modified Paths:
--------------
pieforms-php5/trunk/src/pieform/rules/regex.php
Modified: pieforms-php5/trunk/src/pieform/rules/regex.php
===================================================================
--- pieforms-php5/trunk/src/pieform/rules/regex.php 2007-08-01 12:39:41 UTC (rev 212)
+++ pieforms-php5/trunk/src/pieform/rules/regex.php 2007-08-01 12:40:44 UTC (rev 213)
@@ -44,7 +44,10 @@
return array(
'en.utf8' => array(
'regex' => 'This field is not in valid form'
- )
+ ),
+ 'de.utf8' => array(
+ 'regex' => 'Das Feld hat keine zulässige Form'
+ ),
);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|