diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-07-13 11:10:53 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-07-13 11:10:53 +0200 |
commit | c580170591e06eaeef9eba8be38db4cae4545956 (patch) | |
tree | 97b5001dc8eb8b56cb042e9fffec52c2c93c0f48 /lib/plugins/extension/lang/eo | |
parent | 0bea8ac7882416cdf7ebff130bc724bf7bc94191 (diff) | |
parent | 70519db93fdd6d635397c1354a33f2b1071e2d13 (diff) | |
download | rpg-c580170591e06eaeef9eba8be38db4cae4545956.tar.gz rpg-c580170591e06eaeef9eba8be38db4cae4545956.tar.bz2 |
Merge pull request #1232 from splitbrain/translation-fixes
Translation fixes
Diffstat (limited to 'lib/plugins/extension/lang/eo')
-rw-r--r-- | lib/plugins/extension/lang/eo/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/extension/lang/eo/lang.php b/lib/plugins/extension/lang/eo/lang.php index 6ce840be8..e0488cb46 100644 --- a/lib/plugins/extension/lang/eo/lang.php +++ b/lib/plugins/extension/lang/eo/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Robert Bogenschneider <bogi@uea.org> */ $lang['menu'] = 'Aldonaĵa administrado'; @@ -61,7 +61,7 @@ $lang['status_template'] = 'ŝablono'; $lang['status_bundled'] = 'kunliverita'; $lang['msg_enabled'] = 'Kromaĵo %s ebligita'; $lang['msg_disabled'] = 'Kromaĵo %s malebligita'; -$lang['msg_delete_success'] = 'Aldonaĵo malinstaliĝis'; +$lang['msg_delete_success'] = 'Aldonaĵo %s malinstaliĝis'; $lang['msg_template_install_success'] = 'Ŝablono %s sukcese instaliĝis'; $lang['msg_template_update_success'] = 'Ŝablono %s sukcese aktualiĝis'; $lang['msg_plugin_install_success'] = 'Kromaĵo %s sukcese instaliĝis'; |