diff --git a/l10n/es_EC.js b/l10n/es_EC.js index 4cb472e..4f11ee7 100644 --- a/l10n/es_EC.js +++ b/l10n/es_EC.js @@ -1,6 +1,7 @@ OC.L10N.register( "event_update_notification", { + "Busy" : "Ocupado", "Personal" : "Personal" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_EC.json b/l10n/es_EC.json index 53530fc..911fa78 100644 --- a/l10n/es_EC.json +++ b/l10n/es_EC.json @@ -1,4 +1,5 @@ { "translations": { + "Busy" : "Ocupado", "Personal" : "Personal" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file