View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002786 | OXID eShop (all versions) | 4.06. Language and translations | public | 2011-04-22 12:48 | 2012-04-03 17:24 |
Reporter | oxy_uttendorfsky | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.0 revision 34568 | ||||
Fixed in Version | 4.5.10 revision 44222 | ||||
Summary | 0002786: typing error in basic/en/lang.php | ||||
Description | old: 'DETAILS_LOWSTOCK' => "Low stock - order quickly !", new: 'DETAILS_LOWSTOCK' => "Low stock - order quickly!", | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
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!", |
|
other items: USER_ERRINVALIDEMAIL USER_ERRINVALIDEMAIL2 |
|
Corrected typing errors. |