diff --git a/l10n/ru.js b/l10n/ru.js index d216fcf..506f1b7 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -1,6 +1,6 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Синхронизация с телефоном" + "Phone Sync" : "Синхр. телефона" }, "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 33978b8..863adc5 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -1,4 +1,4 @@ { "translations": { - "Phone Sync" : "Синхронизация с телефоном" + "Phone Sync" : "Синхр. телефона" },"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