diff --git a/l10n/ast.js b/l10n/ast.js index 1fdaef1c..bc350867 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -8,6 +8,7 @@ OC.L10N.register( "Delete" : "Desaniciar", "Website" : "Sitiu web", "No replies found" : "Nun s'atopó nenguna rempuesta", + "Reply" : "Responder", "Hello" : "Hola", "Close" : "Zarrar", "Continue" : "Siguir" diff --git a/l10n/ast.json b/l10n/ast.json index 6fb3be44..e4c95a2d 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -6,6 +6,7 @@ "Delete" : "Desaniciar", "Website" : "Sitiu web", "No replies found" : "Nun s'atopó nenguna rempuesta", + "Reply" : "Responder", "Hello" : "Hola", "Close" : "Zarrar", "Continue" : "Siguir" diff --git a/l10n/ru.js b/l10n/ru.js index 63ea493b..57bf33d9 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -35,7 +35,7 @@ OC.L10N.register( "Unfollow" : "Отписаться", "Follow" : "Следить", "posts" : "записи", - "following" : "вы подписаны", + "following" : "вы отслеживаете", "followers" : "ваши подписчики", "Website" : "Сайт", "No results found" : "Результаты отсутствуют", diff --git a/l10n/ru.json b/l10n/ru.json index 6c10d387..eda2c801 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -33,7 +33,7 @@ "Unfollow" : "Отписаться", "Follow" : "Следить", "posts" : "записи", - "following" : "вы подписаны", + "following" : "вы отслеживаете", "followers" : "ваши подписчики", "Website" : "Сайт", "No results found" : "Результаты отсутствуют",