diff --git a/l10n/sc.js b/l10n/sc.js new file mode 100644 index 0000000..9d36083 --- /dev/null +++ b/l10n/sc.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "Annulla", + "Confirm" : "Cunfirma", + "Settings" : "Impostatziones" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/sc.json b/l10n/sc.json new file mode 100644 index 0000000..861e968 --- /dev/null +++ b/l10n/sc.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "Annulla", + "Confirm" : "Cunfirma", + "Settings" : "Impostatziones" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/si.js b/l10n/si.js new file mode 100644 index 0000000..39c0ff7 --- /dev/null +++ b/l10n/si.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "අවලංගු කරන්න", + "Confirm" : "තහවුරු කරන්න", + "Settings" : "සැකසුම්", + "Disable" : "අබල කරන්න" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/si.json b/l10n/si.json new file mode 100644 index 0000000..b99f029 --- /dev/null +++ b/l10n/si.json @@ -0,0 +1,7 @@ +{ "translations": { + "Cancel" : "අවලංගු කරන්න", + "Confirm" : "තහවුරු කරන්න", + "Settings" : "සැකසුම්", + "Disable" : "අබල කරන්න" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file