diff options
Diffstat (limited to 'core/l10n/ru.js')
-rw-r--r-- | core/l10n/ru.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/l10n/ru.js b/core/l10n/ru.js index 65244e82124..3c81379d903 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -421,8 +421,6 @@ OC.L10N.register( "Password can not be changed. Please contact your administrator." : "Пароль не может быть изменён. Свяжитесь с вашим системным администратором.", "Could not fetch list of apps from the app store." : "Не удалось получить список приложений.", "Can't install this app because it is not compatible" : "Приложение не может быть установлено, так как оно несовместимо", - "Can't install this app" : "Это приложение не может быть установлено", - "Checking for update of app \"%s\" in App Store" : "Проверяется наличие обновления приложения «%s»", - "Checked for update of app \"%s\" in App Store" : "Проверено наличие обновления приложения «%s»" + "Can't install this app" : "Это приложение не может быть установлено" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); |