diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-01-08 20:29:17 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-01-08 20:29:17 +0100 |
commit | c837868af892ada4c25333bec46583a0d42a240d (patch) | |
tree | f918bc68afbf28bf75a90b135248b28109058760 /lib/plugins/extension/lang/en/lang.php | |
parent | bc1b7a8a0fdd1812e352cab5e2362bd5770d5b3b (diff) | |
download | rpg-c837868af892ada4c25333bec46583a0d42a240d.tar.gz rpg-c837868af892ada4c25333bec46583a0d42a240d.tar.bz2 |
added missing localization
Diffstat (limited to 'lib/plugins/extension/lang/en/lang.php')
-rw-r--r-- | lib/plugins/extension/lang/en/lang.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/plugins/extension/lang/en/lang.php b/lib/plugins/extension/lang/en/lang.php index b11490c0c..c0550c951 100644 --- a/lib/plugins/extension/lang/en/lang.php +++ b/lib/plugins/extension/lang/en/lang.php @@ -92,5 +92,7 @@ $lang['error_copy'] = 'There was a file copy error while attem $lang['noperms'] = 'Extension directory is not writable'; $lang['notplperms'] = 'Template directory is not writable'; $lang['nopluginperms'] = 'Plugin directory is not writable'; - $lang['git'] = 'This extension was installed via git, you may not want to update it here.'; + +$lang['install_url'] = 'Install from URL:'; +$lang['install_upload'] = 'Upload Extension:';
\ No newline at end of file |