diff options
Diffstat (limited to 'public/admin/language/es-es/extension/total/total.php')
-rw-r--r-- | public/admin/language/es-es/extension/total/total.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/public/admin/language/es-es/extension/total/total.php b/public/admin/language/es-es/extension/total/total.php new file mode 100644 index 0000000..e5eb810 --- /dev/null +++ b/public/admin/language/es-es/extension/total/total.php @@ -0,0 +1,15 @@ +<?php +// Heading +$_['heading_title'] = 'Total'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified total totals!'; +$_['text_edit'] = 'Edit Total Total'; + +// Entry +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify total totals!';
\ No newline at end of file |