diff options
author | alecpl <alec@alec.pl> | 2009-07-22 19:04:53 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-07-22 19:04:53 +0000 |
commit | f134ad8c4cc6ec06da7cd63ebc1eb9a767c0fb65 (patch) | |
tree | de12280fa3340b3bbcea773383c02e1bbc3c5f09 /plugins/help/localization/en_GB.inc | |
parent | 78f1611d9ff155276743b4ceffc39419e01cf385 (diff) |
- s/en_UK/en_GB/
Diffstat (limited to 'plugins/help/localization/en_GB.inc')
-rw-r--r-- | plugins/help/localization/en_GB.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/help/localization/en_GB.inc b/plugins/help/localization/en_GB.inc new file mode 100644 index 000000000..8c2d1517c --- /dev/null +++ b/plugins/help/localization/en_GB.inc @@ -0,0 +1,8 @@ +<?php + +$labels = array(); +$labels['help'] = 'Help'; +$labels['about'] = 'About'; +$labels['license'] = 'License'; + +?> |