Revision: 215
http://pieforms.svn.sourceforge.net/pieforms/?rev=215&view=rev
Author: oracleshinoda
Date: 2007-08-01 05:44:04 -0700 (Wed, 01 Aug 2007)
Log Message:
-----------
German translation for validateoptions rule (thanks to Heinz)
Modified Paths:
--------------
pieforms-php5/trunk/src/pieform/rules/validateoptions.php
Modified: pieforms-php5/trunk/src/pieform/rules/validateoptions.php
===================================================================
--- pieforms-php5/trunk/src/pieform/rules/validateoptions.php 2007-08-01 12:41:44 UTC (rev 214)
+++ pieforms-php5/trunk/src/pieform/rules/validateoptions.php 2007-08-01 12:44:04 UTC (rev 215)
@@ -51,7 +51,10 @@
return array(
'en.utf8' => array(
'validateoptions' => 'The option "%s" is invalid'
- )
+ ),
+ 'de.utf8' => array(
+ 'validateoptions' => 'Die Option "%s" ist ungültig'
+ ),
);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|