diff --git a/l10n/ru.js b/l10n/ru.js index 506f1b7..97dd319 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -1,6 +1,7 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Синхр. телефона" + "Phone Sync" : "Синхр. телефона", + "An app to sync SMS with your cloud" : "Приложение для синхронизации SMS с облаком" }, "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 863adc5..cb68ea3 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -1,4 +1,5 @@ { "translations": { - "Phone Sync" : "Синхр. телефона" + "Phone Sync" : "Синхр. телефона", + "An app to sync SMS with your cloud" : "Приложение для синхронизации SMS с облаком" },"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 diff --git a/l10n/tr.js b/l10n/tr.js index 5c5fe3e..2860673 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -1,6 +1,7 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Telefon Eşitleme" + "Phone Sync" : "Telefon Eşitleme", + "An app to sync SMS with your cloud" : "Bu uygulama SMS iletilerini bulutunuz ile eşitlemenizi sağlar" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/tr.json b/l10n/tr.json index 4758460..6a5962f 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -1,4 +1,5 @@ { "translations": { - "Phone Sync" : "Telefon Eşitleme" + "Phone Sync" : "Telefon Eşitleme", + "An app to sync SMS with your cloud" : "Bu uygulama SMS iletilerini bulutunuz ile eşitlemenizi sağlar" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file