diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-07-28 12:34:50 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-07-28 12:34:50 +0200 |
commit | 416326e7ee8aad77955a507ac1f7b1b0f50ac3a8 (patch) | |
tree | 0976869d62efe122d36515973dfd3feb290a74aa /lib/plugins/plugin/lang/en | |
parent | 0036aa8973c4016672f1a3b2196a9743432886f8 (diff) | |
download | rpg-416326e7ee8aad77955a507ac1f7b1b0f50ac3a8.tar.gz rpg-416326e7ee8aad77955a507ac1f7b1b0f50ac3a8.tar.bz2 |
german language update
darcs-hash:20060728103450-7ad00-02001d13abc3808272ebe0ca5090f77ec8a831bb.gz
Diffstat (limited to 'lib/plugins/plugin/lang/en')
-rw-r--r-- | lib/plugins/plugin/lang/en/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/plugin/lang/en/lang.php b/lib/plugins/plugin/lang/en/lang.php index a19c10102..9414a36d5 100644 --- a/lib/plugins/plugin/lang/en/lang.php +++ b/lib/plugins/plugin/lang/en/lang.php @@ -6,7 +6,7 @@ * @author Christopher Smith <chris@jalakai.co.uk> */ -$lang['menu'] = 'Manage Plugins'; +$lang['menu'] = 'Manage Plugins'; // custom language strings for the plugin $lang['download'] = "Download and install a new plugin"; @@ -52,7 +52,7 @@ $lang['type'] = 'Type:'; $lang['desc'] = 'Description:'; $lang['author'] = 'Author:'; $lang['www'] = 'Web:'; - + // error messages $lang['error'] = 'An unknown error occurred.'; $lang['error_download'] = 'Unable to download the plugin file: %s'; |