dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
FIX #3939: Import TXT resource records with semicolons and respecting it's ...
Cristian G. Segarra
2016-05-31
a1e703424e1108fbd64f17a274b241dd1fafaa43
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
dashboard
/
lib
/
lang
/
ja_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';
?>