summaryrefslogtreecommitdiff
path: root/lib/plugins/extension/lang/ru/lang.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2015-07-12 20:05:36 +0100
committerAnika Henke <anika@selfthinker.org>2015-07-12 20:05:36 +0100
commitea993669dce58ff6060821c2c83312cf5c05356d (patch)
tree8f8b7ba51ed01cb387d0cfe74f50e5182d213521 /lib/plugins/extension/lang/ru/lang.php
parent0bea8ac7882416cdf7ebff130bc724bf7bc94191 (diff)
downloadrpg-ea993669dce58ff6060821c2c83312cf5c05356d.tar.gz
rpg-ea993669dce58ff6060821c2c83312cf5c05356d.tar.bz2
fixed lots of missing format strings in language files
Diffstat (limited to 'lib/plugins/extension/lang/ru/lang.php')
-rw-r--r--lib/plugins/extension/lang/ru/lang.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/extension/lang/ru/lang.php b/lib/plugins/extension/lang/ru/lang.php
index a16f0ca95..71d949606 100644
--- a/lib/plugins/extension/lang/ru/lang.php
+++ b/lib/plugins/extension/lang/ru/lang.php
@@ -2,7 +2,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
+ *
* @author Aleksandr Selivanov <alexgearbox@yandex.ru>
* @author Igor Degraf <igordegraf@gmail.com>
* @author Type-kun <workwork-1@yandex.ru>
@@ -77,7 +77,7 @@ $lang['status_bundled'] = 'в комплекте';
$lang['msg_enabled'] = 'Плагин %s включён';
$lang['msg_disabled'] = 'Плагин %s отключён';
-$lang['msg_delete_success'] = 'Дополнение удалено';
+$lang['msg_delete_success'] = 'Дополнение %s удалено';
$lang['msg_delete_failed'] = 'Не удалось удалить дополнение %s';
$lang['msg_template_install_success'] = 'Шаблон %s успешно установлен';
$lang['msg_template_update_success'] = 'Шаблон %s успешно обновлён';