From f9af99e81e291fed10e493502c7e23bae0983ef6 Mon Sep 17 00:00:00 2001 From: badfiles Date: Wed, 16 Mar 2016 23:50:03 +0300 Subject: [PATCH] Include notification strings into Russian translation --- locale/ru/LC_MESSAGES/converse.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/locale/ru/LC_MESSAGES/converse.json b/locale/ru/LC_MESSAGES/converse.json index 20a7bce20..ed5c8a990 100644 --- a/locale/ru/LC_MESSAGES/converse.json +++ b/locale/ru/LC_MESSAGES/converse.json @@ -809,6 +809,26 @@ "Toggle chat": [ null, "Включить чат" + ], + "%1$s says": [ + null, + "%1$s пишет" + ], + "has gone offline": [ + null, + "больше не в сети" + ], + "has come online": [ + null, + "в сети" + ], + "is busy": [ + null, + "просит не беспокоить" + ], + "wants to be your contact": [ + null, + "просится в список контактов" ] } }