dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
removed unneeded db permission and enhanced error handling on low entropy
A. Täffner
2016-04-11
c96d54201b953f9fa379c76237eddaa8552241c9
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
dashboard
/
lib
/
lang
/
br_dashlet_shop.lng
1
2
3
4
5
6
7
8
<?php
$wb['shop_txt'] = 'Order';
$wb['name_txt'] = 'Name';
$wb['price_txt'] = 'Price';
$wb['setup_fee_txt'] = 'Setup Fee';
$wb['no_products_txt'] = 'No products found.';
$wb['order_txt'] = 'Order';
?>