diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js new file mode 100644 index 0000000..27ba62e --- /dev/null +++ b/l10n/pt_PT.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Sincronização de Telemóvel" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json new file mode 100644 index 0000000..1f2dbe1 --- /dev/null +++ b/l10n/pt_PT.json @@ -0,0 +1,4 @@ +{ "translations": { + "Phone Sync" : "Sincronização de Telemóvel" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file