diff --git a/l10n/oc.js b/l10n/oc.js index 1127035..6cd749f 100644 --- a/l10n/oc.js +++ b/l10n/oc.js @@ -2,6 +2,7 @@ OC.L10N.register( "ocsms", { "Cancel" : "Anullar", - "Settings" : "Paramètres" + "Settings" : "Paramètres", + "Enable" : "Activar" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/oc.json b/l10n/oc.json index b671952..322d45f 100644 --- a/l10n/oc.json +++ b/l10n/oc.json @@ -1,5 +1,6 @@ { "translations": { "Cancel" : "Anullar", - "Settings" : "Paramètres" + "Settings" : "Paramètres", + "Enable" : "Activar" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file