diff options
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/ru.js | 3 | ||||
-rw-r--r-- | lib/l10n/ru.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index e5f3ec70d99..6a5cfd0cc5b 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -122,6 +122,9 @@ OC.L10N.register( "Expiration date is in the past" : "Дата окончания срока действия уже прошла", "Can’t set expiration date more than %s days in the future" : "Невозможно установить дату окончания срока действия более %s дней", "%s shared »%s« with you" : "%s поделился »%s« с вами", + "%s shared »%s« with you." : "%s поделился »%s« с вами.", + "Click the button below to open it." : "Для открытия нажмите на кнопку ниже.", + "Open »%s«" : "Открыть »%s«", "%s via %s" : "%s через %s", "The requested share does not exist anymore" : "Запрошенный общий ресурс более не существует.", "Could not find category \"%s\"" : "Категория «%s» не найдена", diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json index 92348342feb..997685de40b 100644 --- a/lib/l10n/ru.json +++ b/lib/l10n/ru.json @@ -120,6 +120,9 @@ "Expiration date is in the past" : "Дата окончания срока действия уже прошла", "Can’t set expiration date more than %s days in the future" : "Невозможно установить дату окончания срока действия более %s дней", "%s shared »%s« with you" : "%s поделился »%s« с вами", + "%s shared »%s« with you." : "%s поделился »%s« с вами.", + "Click the button below to open it." : "Для открытия нажмите на кнопку ниже.", + "Open »%s«" : "Открыть »%s«", "%s via %s" : "%s через %s", "The requested share does not exist anymore" : "Запрошенный общий ресурс более не существует.", "Could not find category \"%s\"" : "Категория «%s» не найдена", |