mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 15:32:11 +00:00
16 lines
466 B
PHP
Executable File
16 lines
466 B
PHP
Executable File
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Pickup From Store';
|
|
|
|
// Text
|
|
$_['text_shipping'] = 'Shipping';
|
|
$_['text_success'] = 'Success: You have modified pickup from store!';
|
|
$_['text_edit'] = 'Edit Pickup From Store Shipping';
|
|
|
|
// Entry
|
|
$_['entry_geo_zone'] = 'Geo Zone';
|
|
$_['entry_status'] = 'Status';
|
|
$_['entry_sort_order'] = 'Sort Order';
|
|
|
|
// Error
|
|
$_['error_permission'] = 'Warning: You do not have permission to modify pickup from store!'; |