File tree Expand file tree Collapse file tree
modules/oxcom/oxcom-omc/views/admin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 'IOLY_DETAILS_INSTALLED ' => 'Modul installiert ' ,
9090 'IOLY_DETAILS_CONTRIBUTOR ' => 'OXID Modul Connector Community ' ,
9191 'IOLY_DETAILS_NOINSTALL ' => 'Für dieses Modul ist eine Installation leider nicht möglich, da keine Download-URL hinterlegt wurde. ' ,
92+ 'IOLY_VENDOR ' => 'Anbieter ' ,
93+ 'IOLY_LICENSE ' => 'Lizenz ' ,
94+ 'IOLY_PRICE ' => 'Preis ' ,
95+ 'IOLY_TAGS ' => 'Tags ' ,
9296);
9397?>
Original file line number Diff line number Diff line change 8787 'IOLY_DETAILS_FILTER_TAGS ' => 'Tags ' ,
8888 'IOLY_DETAILS_INSTALLED ' => 'Module is installed ' ,
8989 'IOLY_DETAILS_NOINSTALL ' => 'For this module, the installation is unfortunately not possible: no download link found. ' ,
90+ 'IOLY_VENDOR ' => 'Vendor ' ,
91+ 'IOLY_LICENSE ' => 'License ' ,
92+ 'IOLY_PRICE ' => 'Price ' ,
93+ 'IOLY_TAGS ' => 'Tags ' ,
9094);
9195?>
Original file line number Diff line number Diff line change 153153 <div style= " color:#ccc; margin: 5px 0 5px 0;" >—</div>
154154 <span>{{module.desc. [{$langabbrev }]}}</span>
155155 <div style= " color:#ccc; margin: 5px 0 5px 0;" >—</div>
156- <b>Anbieter :</b> {{module.vendor }}
156+ <b>[{oxmultilang ident = 'IOLY_VENDOR'}] :</b> {{module.vendor }}
157157 ·
158- <b>Lizenz :</b> {{module.license }}
158+ <b>[{oxmultilang ident = 'IOLY_LICENSE'}] :</b> {{module.license }}
159159 ·
160- <b>Preis :</b> <span ng-if = " module.price == '0.00'" >[{oxmultilang ident= 'IOLY_PRICE_FREE'}]</span><span ng-if = " module.price != '0.00'" >{{module.price }} €</span>
160+ <b>[{oxmultilang ident = 'IOLY_PRICE'}] :</b> <span ng-if = " module.price == '0.00'" >[{oxmultilang ident= 'IOLY_PRICE_FREE'}]</span><span ng-if = " module.price != '0.00'" >{{module.price }} €</span>
161161 <br>
162- <b>Tags :</b> <span ng-repeat= " tag in module.tags" >{{tag}}<span ng-if = " !$last" >, </span></span>
162+ <b>[{oxmultilang ident = 'IOLY_TAGS'}] :</b> <span ng-repeat= " tag in module.tags" >{{tag}}<span ng-if = " !$last" >, </span></span>
163163 </div>
164164 </div>
165165 <div class= " moduleBoxContentMiddle" >
You can’t perform that action at this time.
0 commit comments