diff --git a/l10n/ru.js b/l10n/ru.js index 97dd319..abc1d0d 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -2,6 +2,7 @@ OC.L10N.register( "ocsms", { "Phone Sync" : "Синхр. телефона", - "An app to sync SMS with your cloud" : "Приложение для синхронизации SMS с облаком" + "An app to sync SMS with your cloud" : "Приложение для синхронизации SMS с облаком", + "Settings" : "Настройки" }, "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);"); diff --git a/l10n/ru.json b/l10n/ru.json index cb68ea3..0386fbd 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -1,5 +1,6 @@ { "translations": { "Phone Sync" : "Синхр. телефона", - "An app to sync SMS with your cloud" : "Приложение для синхронизации SMS с облаком" + "An app to sync SMS with your cloud" : "Приложение для синхронизации SMS с облаком", + "Settings" : "Настройки" },"pluralForm" :"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);" } \ No newline at end of file