aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/en-gb/common/developer.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/admin/language/en-gb/common/developer.php')
-rw-r--r--public/admin/language/en-gb/common/developer.php25
1 files changed, 25 insertions, 0 deletions
diff --git a/public/admin/language/en-gb/common/developer.php b/public/admin/language/en-gb/common/developer.php
new file mode 100644
index 0000000..c170ef9
--- /dev/null
+++ b/public/admin/language/en-gb/common/developer.php
@@ -0,0 +1,25 @@
+<?php
+// Heading
+$_['heading_title'] = 'Developer Settings';
+
+// Text
+$_['text_success'] = 'Success: You have modified developer settings!';
+$_['text_theme'] = 'theme';
+$_['text_sass'] = 'SASS';
+$_['text_cache'] = 'Success: You have cleared the %s cache!';
+
+// Column
+$_['column_component'] = 'Component';
+$_['column_action'] = 'Action';
+
+// Entry
+$_['entry_theme'] = 'Theme';
+$_['entry_sass'] = 'SASS';
+$_['entry_cache'] = 'Cache';
+
+// Button
+$_['button_on'] = 'On';
+$_['button_off'] = 'Off';
+
+// Error
+$_['error_permission'] = 'Warning: You do not have permission to modify developer settings!'; \ No newline at end of file