aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/marketplace/api.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/admin/language/es-es/marketplace/api.php')
-rw-r--r--public/admin/language/es-es/marketplace/api.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/public/admin/language/es-es/marketplace/api.php b/public/admin/language/es-es/marketplace/api.php
new file mode 100644
index 0000000..c74525e
--- /dev/null
+++ b/public/admin/language/es-es/marketplace/api.php
@@ -0,0 +1,16 @@
+<?php
+// Heading
+$_['heading_title'] = 'OpenCart Marketplace API';
+
+// Text
+$_['text_success'] = 'Success: You have modified your API information!';
+$_['text_signup'] = 'Please enter your OpenCart API information which you can obtain <a href="https://www.opencart.com/index.php?route=account/store" target="_blank" class="alert-link">here</a>.';
+
+// Entry
+$_['entry_username'] = 'Username';
+$_['entry_secret'] = 'Secret';
+
+// Error
+$_['error_permission'] = 'Warning: You do not have permission to modify marketplace API!';
+$_['error_username'] = 'Username required!';
+$_['error_secret'] = 'Secret required!';