diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-22 00:02:16 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-22 00:02:16 +0100 |
commit | 3a5f5e127c4fa151a227b9927f037925a6c9a17f (patch) | |
tree | a91fc63c26a14493f5a84d02d8b26f79347ca232 /lib/l10n/ru.php | |
parent | 495a8da354eb5aee4bda65138b51da7fab74cef2 (diff) | |
download | nextcloud-server-3a5f5e127c4fa151a227b9927f037925a6c9a17f.tar.gz nextcloud-server-3a5f5e127c4fa151a227b9927f037925a6c9a17f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ru.php')
-rw-r--r-- | lib/l10n/ru.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/l10n/ru.php b/lib/l10n/ru.php index 039158545d2..3ed55f8e9dc 100644 --- a/lib/l10n/ru.php +++ b/lib/l10n/ru.php @@ -18,13 +18,17 @@ "seconds ago" => "менее минуты", "1 minute ago" => "1 минуту назад", "%d minutes ago" => "%d минут назад", +"1 hour ago" => "час назад", +"%d hours ago" => "%d часов назад", "today" => "сегодня", "yesterday" => "вчера", "%d days ago" => "%d дней назад", "last month" => "в прошлом месяце", +"%d months ago" => "%d месяцев назад", "last year" => "в прошлом году", "years ago" => "годы назад", "%s is available. Get <a href=\"%s\">more information</a>" => "Возможно обновление до %s. <a href=\"%s\">Подробнее</a>", "up to date" => "актуальная версия", -"updates check is disabled" => "проверка обновлений отключена" +"updates check is disabled" => "проверка обновлений отключена", +"Could not find category \"%s\"" => "Категория \"%s\" не найдена" ); |