diff --git a/l10n/be.js b/l10n/be.js index b21b92d..2be1120 100644 --- a/l10n/be.js +++ b/l10n/be.js @@ -1,7 +1,7 @@ OC.L10N.register( "ocsms", { - "Cancel" : "Cancel", + "Cancel" : "Скасаваць", "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/be.json b/l10n/be.json index d70dc7d..65c02e1 100644 --- a/l10n/be.json +++ b/l10n/be.json @@ -1,5 +1,5 @@ { "translations": { - "Cancel" : "Cancel", + "Cancel" : "Скасаваць", "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 diff --git a/l10n/sw.js b/l10n/sw.js index 8c141b9..fb7e459 100644 --- a/l10n/sw.js +++ b/l10n/sw.js @@ -5,6 +5,8 @@ OC.L10N.register( "Confirm" : "Thibitisha", "Settings" : "Mipangilio", "Label" : "Lebo", - "Notification settings" : "Mipangilio ya arifu" + "Notification settings" : "Mipangilio ya arifu", + "Enable" : "Wezesha", + "Disable" : "Zima" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/sw.json b/l10n/sw.json index e6e6e40..1ee2f3b 100644 --- a/l10n/sw.json +++ b/l10n/sw.json @@ -3,6 +3,8 @@ "Confirm" : "Thibitisha", "Settings" : "Mipangilio", "Label" : "Lebo", - "Notification settings" : "Mipangilio ya arifu" + "Notification settings" : "Mipangilio ya arifu", + "Enable" : "Wezesha", + "Disable" : "Zima" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file