Skip to content

Commit e70e312

Browse files
committed
add some admin language vars
1 parent e0ce2db commit e70e312

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

modules/oxcom/oxcom-omc/views/admin/de/omc_lang.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,9 @@
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
?>

modules/oxcom/oxcom-omc/views/admin/en/omc_lang.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,9 @@
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
?>

modules/oxcom/oxcom-omc/views/admin/tpl/omc_main.tpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,13 @@
153153
<div style="color:#ccc; margin: 5px 0 5px 0;">&mdash;</div>
154154
<span>{{module.desc.[{$langabbrev}]}}</span>
155155
<div style="color:#ccc; margin: 5px 0 5px 0;">&mdash;</div>
156-
<b>Anbieter:</b> {{module.vendor}}
156+
<b>[{oxmultilang ident='IOLY_VENDOR'}]:</b> {{module.vendor}}
157157
&nbsp;&middot;&nbsp;
158-
<b>Lizenz:</b> {{module.license}}
158+
<b>[{oxmultilang ident='IOLY_LICENSE'}]:</b> {{module.license}}
159159
&nbsp;&middot;&nbsp;
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}} &euro;</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}} &euro;</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">

0 commit comments

Comments
 (0)