diff options
author | Anika Henke <anika@selfthinker.org> | 2015-07-12 20:05:36 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2015-07-12 20:05:36 +0100 |
commit | ea993669dce58ff6060821c2c83312cf5c05356d (patch) | |
tree | 8f8b7ba51ed01cb387d0cfe74f50e5182d213521 /lib/plugins/extension/lang/eo/lang.php | |
parent | 0bea8ac7882416cdf7ebff130bc724bf7bc94191 (diff) | |
download | rpg-ea993669dce58ff6060821c2c83312cf5c05356d.tar.gz rpg-ea993669dce58ff6060821c2c83312cf5c05356d.tar.bz2 |
fixed lots of missing format strings in language files
Diffstat (limited to 'lib/plugins/extension/lang/eo/lang.php')
-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'; |