summaryrefslogtreecommitdiff
path: root/app/Locale/ru_RU
diff options
context:
space:
mode:
authorColin Williams <github@crwilliams.co.uk>2015-06-19 17:59:12 +0100
committerColin Williams <github@crwilliams.co.uk>2015-06-19 17:59:12 +0100
commit0826c1acdb6ae900d9ad3d277b13744a744ea34f (patch)
tree62ef83889ce9aa2df662e7712671f7f24d71c5e2 /app/Locale/ru_RU
parent9ba3daca66a0dc302aa4c2175f7ec814a5f8dca0 (diff)
Fix translations with incorrect placeholders.
Diffstat (limited to 'app/Locale/ru_RU')
-rw-r--r--app/Locale/ru_RU/translations.php4
1 files changed, 2 insertions, 2 deletions
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.' => 'Скриншет успешно загружен',