mirror of
https://github.com/shadoll/translate.git
synced 2026-02-04 19:13:26 +00:00
22 lines
740 B
PHP
22 lines
740 B
PHP
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Extension Store';
|
|
|
|
// Text
|
|
$_['text_success'] = 'Success: You have modified extensions!';
|
|
$_['text_list'] = 'Extension List';
|
|
$_['text_license'] = 'License';
|
|
$_['text_free'] = 'Free';
|
|
$_['text_commercial'] = 'Commercial';
|
|
$_['text_category'] = 'All Categories';
|
|
$_['text_theme'] = 'Themes';
|
|
$_['text_payment'] = 'Payment Gateways';
|
|
$_['text_shipping'] = 'Shipping Methods';
|
|
$_['text_module'] = 'Modules';
|
|
$_['text_total'] = 'Order Totals';
|
|
$_['text_feed'] = 'Product Feeds';
|
|
$_['text_report'] = 'Reports';
|
|
$_['text_other'] = 'Other';
|
|
|
|
// Error
|
|
$_['error_permission'] = 'Warning: You do not have permission to modify extensions!'; |