diff --git a/l10n/af.js b/l10n/af.js new file mode 100644 index 0000000..393a356 --- /dev/null +++ b/l10n/af.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Foonsinchronisering" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/af.json b/l10n/af.json new file mode 100644 index 0000000..3d44e43 --- /dev/null +++ b/l10n/af.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "Foonsinchronisering" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file