diff options
Diffstat (limited to 'public/catalog/language/en-gb/api/currency.php')
-rw-r--r-- | public/catalog/language/en-gb/api/currency.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/catalog/language/en-gb/api/currency.php b/public/catalog/language/en-gb/api/currency.php new file mode 100644 index 0000000..ad74500 --- /dev/null +++ b/public/catalog/language/en-gb/api/currency.php @@ -0,0 +1,7 @@ +<?php +// Text +$_['text_success'] = 'Success: Your currency has been changed!'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to access the API!'; +$_['error_currency'] = 'Warning: Currency code is invalid!';
\ No newline at end of file |