You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Upload/inc/languages/english/admin/yourcode.lang.php
+14
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
14
14
$l['yourcode'] = 'YourCode';
15
15
$l['yourcode_plugin_description'] = "Forget MyCode. Take control of YourCode's more powerful way to manage custom BB codes and even the internally cached MyCodes.";
16
+
$l['yourcode_logo'] = 'YourCode Logo';
16
17
17
18
// general
18
19
$l['yourcode_yes'] = 'Yes';
@@ -171,4 +172,17 @@
171
172
$l['yourcode_invalid_module'] = 'Invalid module';
172
173
$l['yourcode_no_modules'] = 'no modules';
173
174
175
+
// plugin requirements
176
+
$l['yourcode_folders_requirement_warning'] = 'One or more folders are not writable. These folders need to be writable during installation and upgrades for themeable items to be upgraded on a per-theme basis.<br /><strong>Folder(s):</strong><br />';
177
+
$l['yourcode_subfolders_unwritable'] = 'One or more subfolders in <span style="font-family: Courier New; font-weight: bolder; font-size: small; color: black;">{1}</span>';
178
+
$l['yourcode_cannot_be_installed'] = 'YourCode cannot be installed!';
$l['yourcode_minimize_js_description'] = 'YES (default) to serve client-side scripts minified to increase performance, NO to serve beautiful, commented code ;)';
0 commit comments