diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-08-10 14:29:40 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-08-10 14:29:40 +0200 |
commit | f910b299e4bbc59cfbe4e68af5d34ea2e5815574 (patch) | |
tree | f3e431e41251c8721a1c03274beaa02c835b58b0 /lib/plugins/extension/lang | |
parent | 8d295da079a559bf0f254f0db383e0b3188f9985 (diff) | |
download | rpg-f910b299e4bbc59cfbe4e68af5d34ea2e5815574.tar.gz rpg-f910b299e4bbc59cfbe4e68af5d34ea2e5815574.tar.bz2 |
updated styles
RTL styles need to be readded
Diffstat (limited to 'lib/plugins/extension/lang')
-rw-r--r-- | lib/plugins/extension/lang/en/lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/plugins/extension/lang/en/lang.php b/lib/plugins/extension/lang/en/lang.php index db1449ae0..11c5caa2b 100644 --- a/lib/plugins/extension/lang/en/lang.php +++ b/lib/plugins/extension/lang/en/lang.php @@ -29,6 +29,9 @@ $lang['btn_disable'] = 'Disable'; $lang['btn_install'] = 'Install'; $lang['btn_reinstall'] = 'Re-install'; +$lang['search_for'] = 'Search Extension:'; +$lang['search'] = 'Search'; + $lang['extensionby'] = '<strong>%s</strong> by %s'; $lang['popularity'] = 'Popularity: %s'; $lang['homepage_link'] = 'Docs'; |