View Issue Details

IDProjectCategoryView StatusLast Update
0002786OXID eShop (all versions)4.06. Language and translationspublic2012-04-03 17:24
Reporteroxy_uttendorfsky 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.0 revision 34568 
Target VersionFixed in Version4.5.10 revision 44222 
Summary0002786: typing error in basic/en/lang.php
Descriptionold:
'DETAILS_LOWSTOCK' => "Low stock - order quickly !",

new:
'DETAILS_LOWSTOCK' => "Low stock - order quickly!",
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

oxy_uttendorfsky

2011-04-22 12:50

reporter   ~0004386

Last edited: 2011-04-22 13:10

View 3 revisions

another issues:

old:
'DETAILS_LOGGIN' => "You have to be logged in to rate !",
'DETAILS_ALREADYRATED' => "You already rated !",
'DETAILS_RATETHISARTICLE' => "Rate this product !",
'FORGOTPWD_TITLE' => "Forgot Password ?",
'FORGOTPWD_FORGOTPWD' => "Have you forgotten your Password ?",
'INC_RIGHTITEM_HAVEPOUSEEN' => "Have you seen ... ?",
'NEWSLETTER_INVALIDEMAIL' => "Invalid eMail Address !",
'NEWSLETTER_STAYINFORMED' => "Stay informed !",
'REGISTER_ERRINVALIDEMAIL' => "Error: Invalid eMail Address !",
'REGISTER_FORGOTPWD' => "Forgot Password ?",
'START_OURBARGAIN' => "OUR BARGAIN !",

new:
'DETAILS_LOGGIN' => "You have to be logged in to rate!",
'DETAILS_ALREADYRATED' => "You already rated!",
'DETAILS_RATETHISARTICLE'=> "Rate this product!",
'FORGOTPWD_TITLE' => "Forgot Password?",
'FORGOTPWD_FORGOTPWD' => "Have you forgotten your Password?",
'INC_RIGHTITEM_HAVEPOUSEEN' => "Have you seen ...?",
'NEWSLETTER_INVALIDEMAIL' => "Invalid eMail Address!",
'NEWSLETTER_STAYINFORMED' => "Stay informed!",
'REGISTER_ERRINVALIDEMAIL' => "Error: Invalid eMail Address!",
'REGISTER_FORGOTPWD' => "Forgot Password?",
'START_OURBARGAIN' => "OUR BARGAIN!",

oxy_uttendorfsky

2011-04-22 13:15

reporter   ~0004387

other items:
USER_ERRINVALIDEMAIL
USER_ERRINVALIDEMAIL2

juergen_busch

2012-04-03 17:24

reporter   ~0006160

Corrected typing errors.