From 0826c1acdb6ae900d9ad3d277b13744a744ea34f Mon Sep 17 00:00:00 2001 From: Colin Williams Date: Fri, 19 Jun 2015 17:59:12 +0100 Subject: Fix translations with incorrect placeholders. --- app/Locale/ru_RU/translations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Locale/ru_RU') diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index ee71ea95..51e4661f 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -848,10 +848,10 @@ return array( // 'uploaded by: %s' => '', // 'uploaded on: %s' => '', 'size: %s' => 'размер: %s', - 'Burndown chart for "%s"' => 'Диаграмма сгорания для', + 'Burndown chart for "%s"' => 'Диаграмма сгорания для « %s »', 'Burndown chart' => 'Диаграмма сгорания', 'This chart show the task complexity over the time (Work Remaining).' => 'Эта диаграмма показывают сложность задачи по времени (оставшейся работы).', - 'Screenshot taken %s' => 'Принято скриншотов', + 'Screenshot taken %s' => 'Принято скриншотов %s', 'Add a screenshot' => 'Прикрепить картинку', 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => 'Сделайте скриншот и нажмите CTRL+V или ⌘+V для вложения', 'Screenshot uploaded successfully.' => 'Скриншет успешно загружен', -- cgit v1.2.3