diff options
Diffstat (limited to 'plugins/help/localization/en_UK.inc')
-rw-r--r-- | plugins/help/localization/en_UK.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/help/localization/en_UK.inc b/plugins/help/localization/en_UK.inc new file mode 100644 index 000000000..cfc3980a4 --- /dev/null +++ b/plugins/help/localization/en_UK.inc @@ -0,0 +1,8 @@ +<?php + +$labels = array(); +$labels['help'] = 'Help'; +$labels['about'] = 'About'; +$labels['license'] = 'Licence'; + +?> |