diff options
Diffstat (limited to '')
-rw-r--r-- | plugins/AdminTools/language/en_UK/plugin.lang.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/AdminTools/language/en_UK/plugin.lang.php b/plugins/AdminTools/language/en_UK/plugin.lang.php new file mode 100644 index 000000000..81970dd81 --- /dev/null +++ b/plugins/AdminTools/language/en_UK/plugin.lang.php @@ -0,0 +1,21 @@ +<?php + +$lang['Combine JS&CSS'] = 'Combine JS&CSS'; +$lang['Debug languages'] = 'Debug languages'; +$lang['Debug template'] = 'Debug template'; +$lang['Viewing as <b>%s</b>.'] = 'Viewing as <b>%s</b>.'; +$lang['Properties page'] = 'Properties page'; +$lang['Quick edit'] = 'Quick edit'; +$lang['Revert'] = 'Revert'; +$lang['Save'] = 'Save'; +$lang['Saved'] = 'Saved'; +$lang['Save visit in history'] = 'Save visit in history'; +$lang['Show SQL queries'] = 'Show SQL queries'; +$lang['View as'] = 'View as'; +$lang['Closed icon position'] = 'Closed icon position'; +$lang['Give access to quick edit to photo owners even if they are not admin'] = 'Give access to quick edit to photo owners even if they are not admin'; +$lang['Open toolbar by default'] = 'Open toolbar by default'; +$lang['left'] = 'left'; +$lang['right'] = 'right'; + +?>
\ No newline at end of file |