You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2010/02/11 10:51:09 UTC

svn commit: r908903 - /ofbiz/trunk/applications/order/config/OrderErrorUiLabels.xml

Author: erwan
Date: Thu Feb 11 09:50:58 2010
New Revision: 908903

URL: http://svn.apache.org/viewvc?rev=908903&view=rev
Log:
Added german translation for property productpromoworker.promotion_code_not_valid in OrderErrorUiLabels
(http://issues.apache.org/jira/browse/OFBIZ-3463) OFBIZ-3463

Modified:
    ofbiz/trunk/applications/order/config/OrderErrorUiLabels.xml

Modified: ofbiz/trunk/applications/order/config/OrderErrorUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/config/OrderErrorUiLabels.xml?rev=908903&r1=908902&r2=908903&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/config/OrderErrorUiLabels.xml (original)
+++ ofbiz/trunk/applications/order/config/OrderErrorUiLabels.xml Thu Feb 11 09:50:58 2010
@@ -3727,6 +3727,7 @@
         <value xml:lang="fr">Le code de promotion [${productPromoCodeId}] nécessite que vous y soyez associé par un compte ou une adresse courriel ce qui n'est pas le cas</value>
     </property>
     <property key="productpromoworker.promotion_code_not_valid">
+        <value xml:lang="de">Der eingegebene Gutscheincode [${productPromoCodeId}] ist ungültig.</value>
         <value xml:lang="en">The promotion code [${productPromoCodeId}] is not valid.</value>
         <value xml:lang="fr">Le code de promotion [${productPromoCodeId}] n'existe pas.</value>
     </property>